From b98965a68a614f78fb958aa341d1f20aae73e1b3 Mon Sep 17 00:00:00 2001 From: Justin Paul Date: Tue, 26 May 2026 22:26:24 -0400 Subject: [PATCH] Two new trial sources: LG Seeds + AgriGold plot reports (+2,307 cross-vendor yield trials) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds the **first non-Syngenta trial coverage** to the corpus: | Source | Docs | Publisher | URL pattern | |---|---|---|---| | lg_plot_reports | 1,304 | LG Seeds (AgReliant) | lgseeds.com/performance/{crop} JSON XHR | | agrigold_plot_reports | 1,003 | AgriGold (AgReliant) | agrigold.com/{crop}/performance/{crop}-yield-results | Total trial coverage now: gh_plot_reports (4,299) + agripro_trials (14) + lg_plot_reports (1,304) + agrigold_plot_reports (1,003) = 6,620 trial docs. **Both scrapers follow the gh_plot_reports template** — same RateLimitedSession primitive, same TrialResult/PlotReport dataclass shape, same data_type="trial" sidecar convention. The trial chunker (`rag/chunk.py:_render_trial_chunk`) is extended to recognize both new sources; they share `_render_gh_plot_chunk` since their sidecars are structurally identical (just different brand label). **LG specifics:** - POST `/performance/{crop}/GetPlots/` returns sparse listing (id, year, lat/lng) - GET `/performance/{crop}/GetPlotData/?PlotId=X&IsSilage=Y` returns full detail with state, cooperator, planting/harvest dates, and **top-5 hybrids** (LG + competitors). Top-5 is what LG publishes publicly; not the full ranking. - 4 crops: corn (963), soybeans (287), sorghum (10), silage (50) — first alfalfa absent because LG doesn't run alfalfa plots; that's variety-only data. - 301 gotcha: www.lgseeds.com redirects to lgseeds.com which drops POST body, so the scraper hits the apex host directly. **AgriGold specifics:** - Listing: GET `/{crop}/performance/{crop}-yield-results?harvestYear={year}` (server-rendered HTML, ~1MB; 408 corn plots in 2025 alone) - Detail: GET `/{crop_url}/performance/{slug}/{plot_id}` returns the **full ranking** (not just top-5) plus rich plot management metadata: tillage, previous crop, fungicide, herbicide, insecticide, irrigation, soil type, row width, population. Most metadata-rich of the three trial sources. - Soybean URL slug is singular: `/soybeans/performance/soybean-yield-results/` - Columns: Rank | Brand | Product | Trait | Ck | H20 (moisture) | Test Wt. | Yield | Adj Yield (check-adjusted) - 2 crops: corn (849) + soybeans (157) **Indexer needs no changes** — `rag/index.py` auto-discovers any directory under corpus/ and routes by data_type. Both new sources flow into the existing trial collection and surface via `search_trials`. Years scraped: 2024+2025 (matching gh_plot_reports baseline). 2023 is available via `--include-2023` on either scraper for future backfill. --- .../agpr-corn-2024-141933.json | 140 +++ .../agpr-corn-2024-141933.md | 38 + .../agpr-corn-2024-141938.json | 179 ++++ .../agpr-corn-2024-141938.md | 42 + .../agpr-corn-2024-141939.json | 192 ++++ .../agpr-corn-2024-141939.md | 42 + .../agpr-corn-2024-142029.json | 140 +++ .../agpr-corn-2024-142029.md | 38 + .../agpr-corn-2024-142048.json | 361 ++++++++ .../agpr-corn-2024-142048.md | 58 ++ .../agpr-corn-2024-142051.json | 205 +++++ .../agpr-corn-2024-142051.md | 43 + .../agpr-corn-2024-142061.json | 335 +++++++ .../agpr-corn-2024-142061.md | 56 ++ .../agpr-corn-2024-142089.json | 400 +++++++++ .../agpr-corn-2024-142089.md | 58 ++ .../agpr-corn-2024-142093.json | 218 +++++ .../agpr-corn-2024-142093.md | 44 + .../agpr-corn-2024-142094.json | 387 ++++++++ .../agpr-corn-2024-142094.md | 60 ++ .../agpr-corn-2024-142097.json | 153 ++++ .../agpr-corn-2024-142097.md | 39 + .../agpr-corn-2024-142102.json | 348 ++++++++ .../agpr-corn-2024-142102.md | 54 ++ .../agpr-corn-2024-142106.json | 335 +++++++ .../agpr-corn-2024-142106.md | 56 ++ .../agpr-corn-2024-142109.json | 192 ++++ .../agpr-corn-2024-142109.md | 42 + .../agpr-corn-2024-142110.json | 153 ++++ .../agpr-corn-2024-142110.md | 39 + .../agpr-corn-2024-142123.json | 192 ++++ .../agpr-corn-2024-142123.md | 45 + .../agpr-corn-2024-142138.json | 257 ++++++ .../agpr-corn-2024-142138.md | 47 + .../agpr-corn-2024-142166.json | 439 ++++++++++ .../agpr-corn-2024-142166.md | 62 ++ .../agpr-corn-2024-142170.json | 166 ++++ .../agpr-corn-2024-142170.md | 40 + .../agpr-corn-2024-142176.json | 283 ++++++ .../agpr-corn-2024-142176.md | 52 ++ .../agpr-corn-2024-142177.json | 179 ++++ .../agpr-corn-2024-142177.md | 41 + .../agpr-corn-2024-142185.json | 361 ++++++++ .../agpr-corn-2024-142185.md | 55 ++ .../agpr-corn-2024-142186.json | 335 +++++++ .../agpr-corn-2024-142186.md | 53 ++ .../agpr-corn-2024-142189.json | 400 +++++++++ .../agpr-corn-2024-142189.md | 61 ++ .../agpr-corn-2024-142191.json | 361 ++++++++ .../agpr-corn-2024-142191.md | 58 ++ .../agpr-corn-2024-142194.json | 218 +++++ .../agpr-corn-2024-142194.md | 43 + .../agpr-corn-2024-142203.json | 257 ++++++ .../agpr-corn-2024-142203.md | 50 ++ .../agpr-corn-2024-142213.json | 543 ++++++++++++ .../agpr-corn-2024-142213.md | 69 ++ .../agpr-corn-2024-142218.json | 231 +++++ .../agpr-corn-2024-142218.md | 44 + .../agpr-corn-2024-142219.json | 543 ++++++++++++ .../agpr-corn-2024-142219.md | 69 ++ .../agpr-corn-2024-142221.json | 140 +++ .../agpr-corn-2024-142221.md | 38 + .../agpr-corn-2024-142223.json | 231 +++++ .../agpr-corn-2024-142223.md | 47 + .../agpr-corn-2024-142224.json | 309 +++++++ .../agpr-corn-2024-142224.md | 51 ++ .../agpr-corn-2024-142228.json | 244 ++++++ .../agpr-corn-2024-142228.md | 46 + .../agpr-corn-2024-142239.json | 296 +++++++ .../agpr-corn-2024-142239.md | 52 ++ .../agpr-corn-2024-142270.json | 244 ++++++ .../agpr-corn-2024-142270.md | 45 + .../agpr-corn-2024-142273.json | 218 +++++ .../agpr-corn-2024-142273.md | 44 + .../agpr-corn-2024-142275.json | 205 +++++ .../agpr-corn-2024-142275.md | 46 + .../agpr-corn-2024-142281.json | 348 ++++++++ .../agpr-corn-2024-142281.md | 54 ++ .../agpr-corn-2024-142283.json | 257 ++++++ .../agpr-corn-2024-142283.md | 50 ++ .../agpr-corn-2024-142293.json | 166 ++++ .../agpr-corn-2024-142293.md | 39 + .../agpr-corn-2024-142294.json | 218 +++++ .../agpr-corn-2024-142294.md | 44 + .../agpr-corn-2024-142295.json | 244 ++++++ .../agpr-corn-2024-142295.md | 46 + .../agpr-corn-2024-142297.json | 309 +++++++ .../agpr-corn-2024-142297.md | 51 ++ .../agpr-corn-2024-142298.json | 270 ++++++ .../agpr-corn-2024-142298.md | 48 + .../agpr-corn-2024-142299.json | 556 ++++++++++++ .../agpr-corn-2024-142299.md | 72 ++ .../agpr-corn-2024-142314.json | 322 +++++++ .../agpr-corn-2024-142314.md | 53 ++ .../agpr-corn-2024-142317.json | 257 ++++++ .../agpr-corn-2024-142317.md | 47 + .../agpr-corn-2024-142318.json | 244 ++++++ .../agpr-corn-2024-142318.md | 46 + .../agpr-corn-2024-142321.json | 283 ++++++ .../agpr-corn-2024-142321.md | 49 ++ .../agpr-corn-2024-142322.json | 244 ++++++ .../agpr-corn-2024-142322.md | 46 + .../agpr-corn-2024-142327.json | 244 ++++++ .../agpr-corn-2024-142327.md | 46 + .../agpr-corn-2024-142328.json | 348 ++++++++ .../agpr-corn-2024-142328.md | 54 ++ .../agpr-corn-2024-142331.json | 270 ++++++ .../agpr-corn-2024-142331.md | 50 ++ .../agpr-corn-2024-142346.json | 244 ++++++ .../agpr-corn-2024-142346.md | 46 + .../agpr-corn-2024-142351.json | 153 ++++ .../agpr-corn-2024-142351.md | 42 + .../agpr-corn-2024-142361.json | 179 ++++ .../agpr-corn-2024-142361.md | 44 + .../agpr-corn-2024-142369.json | 283 ++++++ .../agpr-corn-2024-142369.md | 52 ++ .../agpr-corn-2024-142370.json | 283 ++++++ .../agpr-corn-2024-142370.md | 52 ++ .../agpr-corn-2024-142384.json | 491 +++++++++++ .../agpr-corn-2024-142384.md | 65 ++ .../agpr-corn-2024-142387.json | 296 +++++++ .../agpr-corn-2024-142387.md | 50 ++ .../agpr-corn-2024-142389.json | 413 +++++++++ .../agpr-corn-2024-142389.md | 61 ++ .../agpr-corn-2024-142390.json | 205 +++++ .../agpr-corn-2024-142390.md | 46 + .../agpr-corn-2024-142401.json | 127 +++ .../agpr-corn-2024-142401.md | 36 + .../agpr-corn-2024-142406.json | 270 ++++++ .../agpr-corn-2024-142406.md | 48 + .../agpr-corn-2024-142408.json | 504 +++++++++++ .../agpr-corn-2024-142408.md | 66 ++ .../agpr-corn-2024-142412.json | 114 +++ .../agpr-corn-2024-142412.md | 36 + .../agpr-corn-2024-142420.json | 309 +++++++ .../agpr-corn-2024-142420.md | 53 ++ .../agpr-corn-2024-142423.json | 192 ++++ .../agpr-corn-2024-142423.md | 41 + .../agpr-corn-2024-142425.json | 231 +++++ .../agpr-corn-2024-142425.md | 45 + .../agpr-corn-2024-142427.json | 166 ++++ .../agpr-corn-2024-142427.md | 40 + .../agpr-corn-2024-142431.json | 270 ++++++ .../agpr-corn-2024-142431.md | 48 + .../agpr-corn-2024-142439.json | 582 ++++++++++++ .../agpr-corn-2024-142439.md | 72 ++ .../agpr-corn-2024-142440.json | 270 ++++++ .../agpr-corn-2024-142440.md | 51 ++ .../agpr-corn-2024-142442.json | 166 ++++ .../agpr-corn-2024-142442.md | 40 + .../agpr-corn-2024-142444.json | 309 +++++++ .../agpr-corn-2024-142444.md | 50 ++ .../agpr-corn-2024-142447.json | 218 +++++ .../agpr-corn-2024-142447.md | 44 + .../agpr-corn-2024-142449.json | 205 +++++ .../agpr-corn-2024-142449.md | 43 + .../agpr-corn-2024-142453.json | 218 +++++ .../agpr-corn-2024-142453.md | 44 + .../agpr-corn-2024-142458.json | 192 ++++ .../agpr-corn-2024-142458.md | 41 + .../agpr-corn-2024-142461.json | 166 ++++ .../agpr-corn-2024-142461.md | 39 + .../agpr-corn-2024-142471.json | 530 +++++++++++ .../agpr-corn-2024-142471.md | 68 ++ .../agpr-corn-2024-142484.json | 192 ++++ .../agpr-corn-2024-142484.md | 42 + .../agpr-corn-2024-142491.json | 309 +++++++ .../agpr-corn-2024-142491.md | 54 ++ .../agpr-corn-2024-142528.json | 309 +++++++ .../agpr-corn-2024-142528.md | 51 ++ .../agpr-corn-2024-142542.json | 296 +++++++ .../agpr-corn-2024-142542.md | 50 ++ .../agpr-corn-2024-142575.json | 465 ++++++++++ .../agpr-corn-2024-142575.md | 66 ++ .../agpr-corn-2024-142613.json | 205 +++++ .../agpr-corn-2024-142613.md | 42 + .../agpr-corn-2024-142617.json | 829 ++++++++++++++++++ .../agpr-corn-2024-142617.md | 91 ++ .../agpr-corn-2024-142618.json | 673 ++++++++++++++ .../agpr-corn-2024-142618.md | 79 ++ .../agpr-corn-2024-142639.json | 309 +++++++ .../agpr-corn-2024-142639.md | 51 ++ .../agpr-corn-2024-142645.json | 348 ++++++++ .../agpr-corn-2024-142645.md | 53 ++ .../agpr-corn-2024-142649.json | 192 ++++ .../agpr-corn-2024-142649.md | 42 + .../agpr-corn-2024-142662.json | 270 ++++++ .../agpr-corn-2024-142662.md | 48 + .../agpr-corn-2024-142665.json | 504 +++++++++++ .../agpr-corn-2024-142665.md | 66 ++ .../agpr-corn-2024-142667.json | 270 ++++++ .../agpr-corn-2024-142667.md | 48 + .../agpr-corn-2024-142668.json | 192 ++++ .../agpr-corn-2024-142668.md | 42 + .../agpr-corn-2024-142698.json | 374 ++++++++ .../agpr-corn-2024-142698.md | 56 ++ .../agpr-corn-2024-142699.json | 725 +++++++++++++++ .../agpr-corn-2024-142699.md | 83 ++ .../agpr-corn-2024-142701.json | 283 ++++++ .../agpr-corn-2024-142701.md | 49 ++ .../agpr-corn-2024-142702.json | 400 +++++++++ .../agpr-corn-2024-142702.md | 58 ++ .../agpr-corn-2024-142712.json | 569 ++++++++++++ .../agpr-corn-2024-142712.md | 70 ++ .../agpr-corn-2024-142723.json | 829 ++++++++++++++++++ .../agpr-corn-2024-142723.md | 91 ++ .../agpr-corn-2024-142728.json | 270 ++++++ .../agpr-corn-2024-142728.md | 47 + .../agpr-corn-2024-142732.json | 400 +++++++++ .../agpr-corn-2024-142732.md | 58 ++ .../agpr-corn-2024-142743.json | 556 ++++++++++++ .../agpr-corn-2024-142743.md | 71 ++ .../agpr-corn-2024-142750.json | 62 ++ .../agpr-corn-2024-142750.md | 30 + .../agpr-corn-2024-142751.json | 153 ++++ .../agpr-corn-2024-142751.md | 39 + .../agpr-corn-2024-142753.json | 218 +++++ .../agpr-corn-2024-142753.md | 46 + .../agpr-corn-2024-142763.json | 439 ++++++++++ .../agpr-corn-2024-142763.md | 64 ++ .../agpr-corn-2024-142783.json | 322 +++++++ .../agpr-corn-2024-142783.md | 52 ++ .../agpr-corn-2024-142800.json | 400 +++++++++ .../agpr-corn-2024-142800.md | 58 ++ .../agpr-corn-2024-142802.json | 244 ++++++ .../agpr-corn-2024-142802.md | 46 + .../agpr-corn-2024-142804.json | 205 +++++ .../agpr-corn-2024-142804.md | 42 + .../agpr-corn-2024-142805.json | 283 ++++++ .../agpr-corn-2024-142805.md | 50 ++ .../agpr-corn-2024-142815.json | 374 ++++++++ .../agpr-corn-2024-142815.md | 55 ++ .../agpr-corn-2024-142820.json | 335 +++++++ .../agpr-corn-2024-142820.md | 53 ++ .../agpr-corn-2024-142823.json | 218 +++++ .../agpr-corn-2024-142823.md | 44 + .../agpr-corn-2024-142824.json | 361 ++++++++ .../agpr-corn-2024-142824.md | 56 ++ .../agpr-corn-2024-142826.json | 244 ++++++ .../agpr-corn-2024-142826.md | 49 ++ .../agpr-corn-2024-142827.json | 335 +++++++ .../agpr-corn-2024-142827.md | 52 ++ .../agpr-corn-2024-142831.json | 335 +++++++ .../agpr-corn-2024-142831.md | 52 ++ .../agpr-corn-2024-142835.json | 400 +++++++++ .../agpr-corn-2024-142835.md | 61 ++ .../agpr-corn-2024-142840.json | 205 +++++ .../agpr-corn-2024-142840.md | 43 + .../agpr-corn-2024-142848.json | 400 +++++++++ .../agpr-corn-2024-142848.md | 58 ++ .../agpr-corn-2024-142850.json | 270 ++++++ .../agpr-corn-2024-142850.md | 49 ++ .../agpr-corn-2024-142851.json | 153 ++++ .../agpr-corn-2024-142851.md | 39 + .../agpr-corn-2024-142863.json | 218 +++++ .../agpr-corn-2024-142863.md | 44 + .../agpr-corn-2024-142864.json | 218 +++++ .../agpr-corn-2024-142864.md | 44 + .../agpr-corn-2024-142866.json | 166 ++++ .../agpr-corn-2024-142866.md | 40 + .../agpr-corn-2024-142869.json | 374 ++++++++ .../agpr-corn-2024-142869.md | 56 ++ .../agpr-corn-2024-142876.json | 413 +++++++++ .../agpr-corn-2024-142876.md | 59 ++ .../agpr-corn-2024-142877.json | 361 ++++++++ .../agpr-corn-2024-142877.md | 55 ++ .../agpr-corn-2024-142878.json | 569 ++++++++++++ .../agpr-corn-2024-142878.md | 71 ++ .../agpr-corn-2024-142879.json | 491 +++++++++++ .../agpr-corn-2024-142879.md | 65 ++ .../agpr-corn-2024-142880.json | 322 +++++++ .../agpr-corn-2024-142880.md | 51 ++ .../agpr-corn-2024-142896.json | 218 +++++ .../agpr-corn-2024-142896.md | 44 + .../agpr-corn-2024-142898.json | 205 +++++ .../agpr-corn-2024-142898.md | 42 + .../agpr-corn-2024-142901.json | 205 +++++ .../agpr-corn-2024-142901.md | 43 + .../agpr-corn-2024-142902.json | 153 ++++ .../agpr-corn-2024-142902.md | 39 + .../agpr-corn-2024-142905.json | 335 +++++++ .../agpr-corn-2024-142905.md | 52 ++ .../agpr-corn-2024-142910.json | 452 ++++++++++ .../agpr-corn-2024-142910.md | 62 ++ .../agpr-corn-2024-142912.json | 543 ++++++++++++ .../agpr-corn-2024-142912.md | 69 ++ .../agpr-corn-2024-142913.json | 166 ++++ .../agpr-corn-2024-142913.md | 39 + .../agpr-corn-2024-142914.json | 335 +++++++ .../agpr-corn-2024-142914.md | 53 ++ .../agpr-corn-2024-142926.json | 309 +++++++ .../agpr-corn-2024-142926.md | 51 ++ .../agpr-corn-2024-142930.json | 504 +++++++++++ .../agpr-corn-2024-142930.md | 66 ++ .../agpr-corn-2024-142931.json | 452 ++++++++++ .../agpr-corn-2024-142931.md | 62 ++ .../agpr-corn-2024-142932.json | 348 ++++++++ .../agpr-corn-2024-142932.md | 54 ++ .../agpr-corn-2024-142963.json | 296 +++++++ .../agpr-corn-2024-142963.md | 50 ++ .../agpr-corn-2024-142966.json | 374 ++++++++ .../agpr-corn-2024-142966.md | 56 ++ .../agpr-corn-2024-142971.json | 270 ++++++ .../agpr-corn-2024-142971.md | 48 + .../agpr-corn-2024-142975.json | 218 +++++ .../agpr-corn-2024-142975.md | 45 + .../agpr-corn-2024-142977.json | 374 ++++++++ .../agpr-corn-2024-142977.md | 56 ++ .../agpr-corn-2024-142980.json | 387 ++++++++ .../agpr-corn-2024-142980.md | 57 ++ .../agpr-corn-2024-142983.json | 127 +++ .../agpr-corn-2024-142983.md | 37 + .../agpr-corn-2024-142984.json | 543 ++++++++++++ .../agpr-corn-2024-142984.md | 69 ++ .../agpr-corn-2024-142985.json | 452 ++++++++++ .../agpr-corn-2024-142985.md | 62 ++ .../agpr-corn-2024-142986.json | 439 ++++++++++ .../agpr-corn-2024-142986.md | 61 ++ .../agpr-corn-2024-143036.json | 179 ++++ .../agpr-corn-2024-143036.md | 40 + .../agpr-corn-2024-143037.json | 179 ++++ .../agpr-corn-2024-143037.md | 40 + .../agpr-corn-2024-143041.json | 283 ++++++ .../agpr-corn-2024-143041.md | 49 ++ .../agpr-corn-2024-143050.json | 517 +++++++++++ .../agpr-corn-2024-143050.md | 67 ++ .../agpr-corn-2024-143053.json | 244 ++++++ .../agpr-corn-2024-143053.md | 46 + .../agpr-corn-2024-143061.json | 179 ++++ .../agpr-corn-2024-143061.md | 41 + .../agpr-corn-2024-143069.json | 218 +++++ .../agpr-corn-2024-143069.md | 44 + .../agpr-corn-2024-143077.json | 218 +++++ .../agpr-corn-2024-143077.md | 44 + .../agpr-corn-2024-143079.json | 231 +++++ .../agpr-corn-2024-143079.md | 45 + .../agpr-corn-2024-143081.json | 257 ++++++ .../agpr-corn-2024-143081.md | 46 + .../agpr-corn-2024-143083.json | 465 ++++++++++ .../agpr-corn-2024-143083.md | 63 ++ .../agpr-corn-2024-143087.json | 166 ++++ .../agpr-corn-2024-143087.md | 40 + .../agpr-corn-2024-143088.json | 348 ++++++++ .../agpr-corn-2024-143088.md | 54 ++ .../agpr-corn-2024-143089.json | 231 +++++ .../agpr-corn-2024-143089.md | 45 + .../agpr-corn-2024-143099.json | 257 ++++++ .../agpr-corn-2024-143099.md | 50 ++ .../agpr-corn-2024-143101.json | 257 ++++++ .../agpr-corn-2024-143101.md | 47 + .../agpr-corn-2024-143103.json | 179 ++++ .../agpr-corn-2024-143103.md | 40 + .../agpr-corn-2024-143105.json | 244 ++++++ .../agpr-corn-2024-143105.md | 46 + .../agpr-corn-2024-143106.json | 231 +++++ .../agpr-corn-2024-143106.md | 45 + .../agpr-corn-2024-143109.json | 153 ++++ .../agpr-corn-2024-143109.md | 38 + .../agpr-corn-2024-143128.json | 153 ++++ .../agpr-corn-2024-143128.md | 38 + .../agpr-corn-2024-143133.json | 205 +++++ .../agpr-corn-2024-143133.md | 43 + .../agpr-corn-2024-143140.json | 205 +++++ .../agpr-corn-2024-143140.md | 42 + .../agpr-corn-2024-143150.json | 413 +++++++++ .../agpr-corn-2024-143150.md | 62 ++ .../agpr-corn-2024-143173.json | 205 +++++ .../agpr-corn-2024-143173.md | 43 + .../agpr-corn-2024-143175.json | 296 +++++++ .../agpr-corn-2024-143175.md | 49 ++ .../agpr-corn-2024-143177.json | 374 ++++++++ .../agpr-corn-2024-143177.md | 56 ++ .../agpr-corn-2024-143178.json | 270 ++++++ .../agpr-corn-2024-143178.md | 48 + .../agpr-corn-2024-143180.json | 244 ++++++ .../agpr-corn-2024-143180.md | 46 + .../agpr-corn-2024-143183.json | 179 ++++ .../agpr-corn-2024-143183.md | 40 + .../agpr-corn-2024-143188.json | 374 ++++++++ .../agpr-corn-2024-143188.md | 56 ++ .../agpr-corn-2024-143197.json | 140 +++ .../agpr-corn-2024-143197.md | 37 + .../agpr-corn-2024-143198.json | 270 ++++++ .../agpr-corn-2024-143198.md | 48 + .../agpr-corn-2024-143206.json | 192 ++++ .../agpr-corn-2024-143206.md | 42 + .../agpr-corn-2024-143239.json | 192 ++++ .../agpr-corn-2024-143239.md | 42 + .../agpr-corn-2024-143244.json | 205 +++++ .../agpr-corn-2024-143244.md | 43 + .../agpr-corn-2024-143284.json | 257 ++++++ .../agpr-corn-2024-143284.md | 47 + .../agpr-corn-2024-143285.json | 322 +++++++ .../agpr-corn-2024-143285.md | 51 ++ .../agpr-corn-2024-143289.json | 192 ++++ .../agpr-corn-2024-143289.md | 42 + .../agpr-corn-2024-143305.json | 244 ++++++ .../agpr-corn-2024-143305.md | 48 + .../agpr-corn-2024-143313.json | 296 +++++++ .../agpr-corn-2024-143313.md | 50 ++ .../agpr-corn-2024-143314.json | 283 ++++++ .../agpr-corn-2024-143314.md | 49 ++ .../agpr-corn-2024-143315.json | 218 +++++ .../agpr-corn-2024-143315.md | 41 + .../agpr-corn-2024-143319.json | 413 +++++++++ .../agpr-corn-2024-143319.md | 58 ++ .../agpr-corn-2024-143336.json | 231 +++++ .../agpr-corn-2024-143336.md | 46 + .../agpr-corn-2024-143375.json | 387 ++++++++ .../agpr-corn-2024-143375.md | 60 ++ .../agpr-corn-2024-143393.json | 88 ++ .../agpr-corn-2024-143393.md | 34 + .../agpr-corn-2024-143394.json | 231 +++++ .../agpr-corn-2024-143394.md | 44 + .../agpr-corn-2024-143424.json | 257 ++++++ .../agpr-corn-2024-143424.md | 47 + .../agpr-corn-2024-143426.json | 309 +++++++ .../agpr-corn-2024-143426.md | 51 ++ .../agpr-corn-2024-143429.json | 218 +++++ .../agpr-corn-2024-143429.md | 44 + .../agpr-corn-2024-143430.json | 257 ++++++ .../agpr-corn-2024-143430.md | 47 + .../agpr-corn-2024-143438.json | 270 ++++++ .../agpr-corn-2024-143438.md | 48 + .../agpr-corn-2024-143439.json | 257 ++++++ .../agpr-corn-2024-143439.md | 47 + .../agpr-corn-2024-143440.json | 153 ++++ .../agpr-corn-2024-143440.md | 38 + .../agpr-corn-2024-143448.json | 140 +++ .../agpr-corn-2024-143448.md | 38 + .../agpr-corn-2024-143452.json | 205 +++++ .../agpr-corn-2024-143452.md | 43 + .../agpr-corn-2024-143458.json | 348 ++++++++ .../agpr-corn-2024-143458.md | 54 ++ .../agpr-corn-2024-143459.json | 218 +++++ .../agpr-corn-2024-143459.md | 44 + .../agpr-corn-2024-143481.json | 166 ++++ .../agpr-corn-2024-143481.md | 41 + .../agpr-corn-2024-143482.json | 283 ++++++ .../agpr-corn-2024-143482.md | 49 ++ .../agpr-corn-2024-143483.json | 309 +++++++ .../agpr-corn-2024-143483.md | 53 ++ .../agpr-corn-2024-143484.json | 205 +++++ .../agpr-corn-2024-143484.md | 43 + .../agpr-corn-2024-143485.json | 244 ++++++ .../agpr-corn-2024-143485.md | 46 + .../agpr-corn-2024-143502.json | 244 ++++++ .../agpr-corn-2024-143502.md | 46 + .../agpr-corn-2024-143505.json | 231 +++++ .../agpr-corn-2024-143505.md | 45 + .../agpr-corn-2024-143511.json | 166 ++++ .../agpr-corn-2024-143511.md | 39 + .../agpr-corn-2024-143556.json | 166 ++++ .../agpr-corn-2024-143556.md | 39 + .../agpr-corn-2024-143560.json | 166 ++++ .../agpr-corn-2024-143560.md | 40 + .../agpr-corn-2024-143562.json | 166 ++++ .../agpr-corn-2024-143562.md | 40 + .../agpr-corn-2024-143581.json | 309 +++++++ .../agpr-corn-2024-143581.md | 51 ++ .../agpr-corn-2024-143588.json | 257 ++++++ .../agpr-corn-2024-143588.md | 47 + .../agpr-corn-2024-143597.json | 257 ++++++ .../agpr-corn-2024-143597.md | 47 + .../agpr-corn-2024-143608.json | 179 ++++ .../agpr-corn-2024-143608.md | 41 + .../agpr-corn-2024-143619.json | 257 ++++++ .../agpr-corn-2024-143619.md | 47 + .../agpr-corn-2024-143627.json | 231 +++++ .../agpr-corn-2024-143627.md | 45 + .../agpr-corn-2024-143638.json | 296 +++++++ .../agpr-corn-2024-143638.md | 48 + .../agpr-corn-2024-143641.json | 270 ++++++ .../agpr-corn-2024-143641.md | 46 + .../agpr-corn-2024-143642.json | 192 ++++ .../agpr-corn-2024-143642.md | 40 + .../agpr-corn-2024-143646.json | 192 ++++ .../agpr-corn-2024-143646.md | 41 + .../agpr-corn-2024-143670.json | 218 +++++ .../agpr-corn-2024-143670.md | 44 + .../agpr-corn-2024-143675.json | 218 +++++ .../agpr-corn-2024-143675.md | 44 + .../agpr-corn-2024-143676.json | 335 +++++++ .../agpr-corn-2024-143676.md | 53 ++ .../agpr-corn-2024-143712.json | 452 ++++++++++ .../agpr-corn-2024-143712.md | 62 ++ .../agpr-corn-2024-143740.json | 257 ++++++ .../agpr-corn-2024-143740.md | 45 + .../agpr-corn-2024-143741.json | 426 +++++++++ .../agpr-corn-2024-143741.md | 60 ++ .../agpr-corn-2024-143744.json | 283 ++++++ .../agpr-corn-2024-143744.md | 49 ++ .../agpr-corn-2024-143781.json | 322 +++++++ .../agpr-corn-2024-143781.md | 52 ++ .../agpr-corn-2024-143783.json | 439 ++++++++++ .../agpr-corn-2024-143783.md | 60 ++ .../agpr-corn-2024-143785.json | 257 ++++++ .../agpr-corn-2024-143785.md | 47 + .../agpr-corn-2024-143788.json | 296 +++++++ .../agpr-corn-2024-143788.md | 50 ++ .../agpr-corn-2024-143797.json | 387 ++++++++ .../agpr-corn-2024-143797.md | 57 ++ .../agpr-corn-2024-143802.json | 634 ++++++++++++++ .../agpr-corn-2024-143802.md | 76 ++ .../agpr-corn-2024-143803.json | 283 ++++++ .../agpr-corn-2024-143803.md | 49 ++ .../agpr-corn-2024-143805.json | 231 +++++ .../agpr-corn-2024-143805.md | 45 + .../agpr-corn-2024-143806.json | 400 +++++++++ .../agpr-corn-2024-143806.md | 58 ++ .../agpr-corn-2024-143807.json | 361 ++++++++ .../agpr-corn-2024-143807.md | 55 ++ .../agpr-corn-2024-143809.json | 166 ++++ .../agpr-corn-2024-143809.md | 40 + .../agpr-corn-2024-143857.json | 309 +++++++ .../agpr-corn-2024-143857.md | 51 ++ .../agpr-corn-2024-143901.json | 426 +++++++++ .../agpr-corn-2024-143901.md | 60 ++ .../agpr-corn-2024-143902.json | 426 +++++++++ .../agpr-corn-2024-143902.md | 60 ++ .../agpr-corn-2024-143903.json | 426 +++++++++ .../agpr-corn-2024-143903.md | 60 ++ .../agpr-corn-2024-143904.json | 426 +++++++++ .../agpr-corn-2024-143904.md | 60 ++ .../agpr-corn-2024-143905.json | 426 +++++++++ .../agpr-corn-2024-143905.md | 60 ++ .../agpr-corn-2024-143907.json | 426 +++++++++ .../agpr-corn-2024-143907.md | 60 ++ .../agpr-corn-2024-143908.json | 426 +++++++++ .../agpr-corn-2024-143908.md | 60 ++ .../agpr-corn-2024-143909.json | 166 ++++ .../agpr-corn-2024-143909.md | 39 + .../agpr-corn-2024-143927.json | 257 ++++++ .../agpr-corn-2024-143927.md | 47 + .../agpr-corn-2024-143934.json | 179 ++++ .../agpr-corn-2024-143934.md | 41 + .../agpr-corn-2024-143935.json | 140 +++ .../agpr-corn-2024-143935.md | 38 + .../agpr-corn-2024-143966.json | 296 +++++++ .../agpr-corn-2024-143966.md | 50 ++ .../agpr-corn-2024-143969.json | 192 ++++ .../agpr-corn-2024-143969.md | 41 + .../agpr-corn-2024-143970.json | 101 +++ .../agpr-corn-2024-143970.md | 34 + .../agpr-corn-2024-143971.json | 218 +++++ .../agpr-corn-2024-143971.md | 43 + .../agpr-corn-2024-143972.json | 192 ++++ .../agpr-corn-2024-143972.md | 41 + .../agpr-corn-2024-143975.json | 205 +++++ .../agpr-corn-2024-143975.md | 46 + .../agpr-corn-2024-143977.json | 153 ++++ .../agpr-corn-2024-143977.md | 42 + .../agpr-corn-2024-143986.json | 101 +++ .../agpr-corn-2024-143986.md | 35 + .../agpr-corn-2024-143998.json | 335 +++++++ .../agpr-corn-2024-143998.md | 53 ++ .../agpr-corn-2024-144004.json | 218 +++++ .../agpr-corn-2024-144004.md | 47 + .../agpr-corn-2024-144042.json | 179 ++++ .../agpr-corn-2024-144042.md | 41 + .../agpr-corn-2024-144044.json | 153 ++++ .../agpr-corn-2024-144044.md | 42 + .../agpr-corn-2024-144046.json | 140 +++ .../agpr-corn-2024-144046.md | 41 + .../agpr-corn-2024-144048.json | 114 +++ .../agpr-corn-2024-144048.md | 36 + .../agpr-corn-2024-144053.json | 491 +++++++++++ .../agpr-corn-2024-144053.md | 64 ++ .../agpr-corn-2024-144062.json | 257 ++++++ .../agpr-corn-2024-144062.md | 50 ++ .../agpr-corn-2024-144073.json | 244 ++++++ .../agpr-corn-2024-144073.md | 48 + .../agpr-corn-2024-144076.json | 296 +++++++ .../agpr-corn-2024-144076.md | 50 ++ .../agpr-corn-2024-144077.json | 244 ++++++ .../agpr-corn-2024-144077.md | 47 + .../agpr-corn-2024-144079.json | 348 ++++++++ .../agpr-corn-2024-144079.md | 53 ++ .../agpr-corn-2024-144080.json | 218 +++++ .../agpr-corn-2024-144080.md | 43 + .../agpr-corn-2024-144082.json | 218 +++++ .../agpr-corn-2024-144082.md | 44 + .../agpr-corn-2024-144084.json | 270 ++++++ .../agpr-corn-2024-144084.md | 48 + .../agpr-corn-2024-144085.json | 166 ++++ .../agpr-corn-2024-144085.md | 39 + .../agpr-corn-2024-144086.json | 231 +++++ .../agpr-corn-2024-144086.md | 45 + .../agpr-corn-2024-144087.json | 166 ++++ .../agpr-corn-2024-144087.md | 39 + .../agpr-corn-2024-144090.json | 335 +++++++ .../agpr-corn-2024-144090.md | 54 ++ .../agpr-corn-2024-144091.json | 335 +++++++ .../agpr-corn-2024-144091.md | 52 ++ .../agpr-corn-2024-144093.json | 205 +++++ .../agpr-corn-2024-144093.md | 45 + .../agpr-corn-2024-144094.json | 231 +++++ .../agpr-corn-2024-144094.md | 48 + .../agpr-corn-2024-144097.json | 309 +++++++ .../agpr-corn-2024-144097.md | 51 ++ .../agpr-corn-2024-144099.json | 244 ++++++ .../agpr-corn-2024-144099.md | 45 + .../agpr-corn-2024-144101.json | 192 ++++ .../agpr-corn-2024-144101.md | 42 + .../agpr-corn-2024-144102.json | 244 ++++++ .../agpr-corn-2024-144102.md | 46 + .../agpr-corn-2024-144105.json | 231 +++++ .../agpr-corn-2024-144105.md | 44 + .../agpr-corn-2024-144106.json | 348 ++++++++ .../agpr-corn-2024-144106.md | 53 ++ .../agpr-corn-2024-144107.json | 192 ++++ .../agpr-corn-2024-144107.md | 45 + .../agpr-corn-2024-144108.json | 153 ++++ .../agpr-corn-2024-144108.md | 38 + .../agpr-corn-2024-144110.json | 244 ++++++ .../agpr-corn-2024-144110.md | 45 + .../agpr-corn-2024-144115.json | 101 +++ .../agpr-corn-2024-144115.md | 35 + .../agpr-corn-2024-144117.json | 101 +++ .../agpr-corn-2024-144117.md | 35 + .../agpr-corn-2024-144123.json | 179 ++++ .../agpr-corn-2024-144123.md | 41 + .../agpr-corn-2024-144124.json | 361 ++++++++ .../agpr-corn-2024-144124.md | 58 ++ .../agpr-corn-2024-144125.json | 192 ++++ .../agpr-corn-2024-144125.md | 45 + .../agpr-corn-2024-144126.json | 374 ++++++++ .../agpr-corn-2024-144126.md | 59 ++ .../agpr-corn-2024-144135.json | 166 ++++ .../agpr-corn-2024-144135.md | 40 + .../agpr-corn-2024-144137.json | 283 ++++++ .../agpr-corn-2024-144137.md | 52 ++ .../agpr-corn-2024-144139.json | 153 ++++ .../agpr-corn-2024-144139.md | 39 + .../agpr-corn-2024-144145.json | 374 ++++++++ .../agpr-corn-2024-144145.md | 56 ++ .../agpr-corn-2024-144149.json | 374 ++++++++ .../agpr-corn-2024-144149.md | 55 ++ .../agpr-corn-2024-144150.json | 166 ++++ .../agpr-corn-2024-144150.md | 39 + .../agpr-corn-2024-144151.json | 192 ++++ .../agpr-corn-2024-144151.md | 41 + .../agpr-corn-2024-144161.json | 166 ++++ .../agpr-corn-2024-144161.md | 43 + .../agpr-corn-2024-144162.json | 335 +++++++ .../agpr-corn-2024-144162.md | 56 ++ .../agpr-corn-2024-144163.json | 374 ++++++++ .../agpr-corn-2024-144163.md | 59 ++ .../agpr-corn-2024-144164.json | 140 +++ .../agpr-corn-2024-144164.md | 37 + .../agpr-corn-2024-144183.json | 309 +++++++ .../agpr-corn-2024-144183.md | 50 ++ .../agpr-corn-2024-144186.json | 257 ++++++ .../agpr-corn-2024-144186.md | 46 + .../agpr-corn-2024-144189.json | 127 +++ .../agpr-corn-2024-144189.md | 37 + .../agpr-corn-2024-144198.json | 335 +++++++ .../agpr-corn-2024-144198.md | 56 ++ .../agpr-corn-2024-144206.json | 218 +++++ .../agpr-corn-2024-144206.md | 47 + .../agpr-corn-2024-144207.json | 270 ++++++ .../agpr-corn-2024-144207.md | 51 ++ .../agpr-corn-2024-144212.json | 205 +++++ .../agpr-corn-2024-144212.md | 46 + .../agpr-corn-2024-144214.json | 283 ++++++ .../agpr-corn-2024-144214.md | 52 ++ .../agpr-corn-2024-144218.json | 322 +++++++ .../agpr-corn-2024-144218.md | 55 ++ .../agpr-corn-2024-144219.json | 283 ++++++ .../agpr-corn-2024-144219.md | 48 + .../agpr-corn-2024-144220.json | 283 ++++++ .../agpr-corn-2024-144220.md | 52 ++ .../agpr-corn-2024-144222.json | 88 ++ .../agpr-corn-2024-144222.md | 31 + .../agpr-corn-2024-144224.json | 361 ++++++++ .../agpr-corn-2024-144224.md | 58 ++ .../agpr-corn-2024-144227.json | 517 +++++++++++ .../agpr-corn-2024-144227.md | 70 ++ .../agpr-corn-2024-144231.json | 166 ++++ .../agpr-corn-2024-144231.md | 43 + .../agpr-corn-2024-144232.json | 192 ++++ .../agpr-corn-2024-144232.md | 42 + .../agpr-corn-2024-144235.json | 114 +++ .../agpr-corn-2024-144235.md | 35 + .../agpr-corn-2024-144245.json | 374 ++++++++ .../agpr-corn-2024-144245.md | 56 ++ .../agpr-corn-2024-144254.json | 296 +++++++ .../agpr-corn-2024-144254.md | 53 ++ .../agpr-corn-2024-144279.json | 283 ++++++ .../agpr-corn-2024-144279.md | 52 ++ .../agpr-corn-2024-144280.json | 283 ++++++ .../agpr-corn-2024-144280.md | 49 ++ .../agpr-corn-2024-144296.json | 88 ++ .../agpr-corn-2024-144296.md | 37 + .../agpr-corn-2024-144297.json | 283 ++++++ .../agpr-corn-2024-144297.md | 48 + .../agpr-corn-2024-144312.json | 166 ++++ .../agpr-corn-2024-144312.md | 40 + .../agpr-corn-2024-144331.json | 218 +++++ .../agpr-corn-2024-144331.md | 47 + .../agpr-corn-2024-144333.json | 192 ++++ .../agpr-corn-2024-144333.md | 45 + .../agpr-corn-2024-144339.json | 348 ++++++++ .../agpr-corn-2024-144339.md | 54 ++ .../agpr-corn-2024-144350.json | 244 ++++++ .../agpr-corn-2024-144350.md | 46 + .../agpr-corn-2024-144355.json | 114 +++ .../agpr-corn-2024-144355.md | 35 + .../agpr-corn-2024-144358.json | 140 +++ .../agpr-corn-2024-144358.md | 38 + .../agpr-corn-2024-144372.json | 296 +++++++ .../agpr-corn-2024-144372.md | 50 ++ .../agpr-corn-2024-144386.json | 166 ++++ .../agpr-corn-2024-144386.md | 40 + .../agpr-corn-2024-144399.json | 400 +++++++++ .../agpr-corn-2024-144399.md | 58 ++ .../agpr-corn-2024-144400.json | 179 ++++ .../agpr-corn-2024-144400.md | 41 + .../agpr-corn-2024-144404.json | 426 +++++++++ .../agpr-corn-2024-144404.md | 60 ++ .../agpr-corn-2024-144408.json | 153 ++++ .../agpr-corn-2024-144408.md | 38 + .../agpr-corn-2024-144411.json | 712 +++++++++++++++ .../agpr-corn-2024-144411.md | 82 ++ .../agpr-corn-2024-144417.json | 192 ++++ .../agpr-corn-2024-144417.md | 42 + .../agpr-corn-2024-144421.json | 127 +++ .../agpr-corn-2024-144421.md | 37 + .../agpr-corn-2024-144438.json | 88 ++ .../agpr-corn-2024-144438.md | 32 + .../agpr-corn-2024-144455.json | 608 +++++++++++++ .../agpr-corn-2024-144455.md | 76 ++ .../agpr-corn-2024-144456.json | 608 +++++++++++++ .../agpr-corn-2024-144456.md | 76 ++ .../agpr-corn-2024-144458.json | 205 +++++ .../agpr-corn-2024-144458.md | 42 + .../agpr-corn-2024-144463.json | 348 ++++++++ .../agpr-corn-2024-144463.md | 54 ++ .../agpr-corn-2024-144466.json | 127 +++ .../agpr-corn-2024-144466.md | 39 + .../agpr-corn-2024-144467.json | 296 +++++++ .../agpr-corn-2024-144467.md | 50 ++ .../agpr-corn-2024-144477.json | 322 +++++++ .../agpr-corn-2024-144477.md | 52 ++ .../agpr-corn-2024-144494.json | 413 +++++++++ .../agpr-corn-2024-144494.md | 58 ++ .../agpr-corn-2024-144499.json | 140 +++ .../agpr-corn-2024-144499.md | 38 + .../agpr-corn-2024-144502.json | 257 ++++++ .../agpr-corn-2024-144502.md | 47 + .../agpr-corn-2024-144503.json | 192 ++++ .../agpr-corn-2024-144503.md | 42 + .../agpr-corn-2024-144504.json | 179 ++++ .../agpr-corn-2024-144504.md | 41 + .../agpr-corn-2024-144506.json | 816 +++++++++++++++++ .../agpr-corn-2024-144506.md | 90 ++ .../agpr-corn-2024-144512.json | 244 ++++++ .../agpr-corn-2024-144512.md | 46 + .../agpr-corn-2024-144513.json | 244 ++++++ .../agpr-corn-2024-144513.md | 46 + .../agpr-corn-2024-144515.json | 296 +++++++ .../agpr-corn-2024-144515.md | 50 ++ .../agpr-corn-2024-144518.json | 244 ++++++ .../agpr-corn-2024-144518.md | 46 + .../agpr-corn-2024-144519.json | 244 ++++++ .../agpr-corn-2024-144519.md | 46 + .../agpr-corn-2024-144520.json | 244 ++++++ .../agpr-corn-2024-144520.md | 46 + .../agpr-corn-2024-144521.json | 244 ++++++ .../agpr-corn-2024-144521.md | 46 + .../agpr-corn-2024-144522.json | 387 ++++++++ .../agpr-corn-2024-144522.md | 57 ++ .../agpr-corn-2024-144523.json | 348 ++++++++ .../agpr-corn-2024-144523.md | 54 ++ .../agpr-corn-2024-144524.json | 387 ++++++++ .../agpr-corn-2024-144524.md | 57 ++ .../agpr-corn-2024-144525.json | 387 ++++++++ .../agpr-corn-2024-144525.md | 57 ++ .../agpr-corn-2024-144526.json | 387 ++++++++ .../agpr-corn-2024-144526.md | 57 ++ .../agpr-corn-2024-144527.json | 348 ++++++++ .../agpr-corn-2024-144527.md | 54 ++ .../agpr-corn-2024-144528.json | 348 ++++++++ .../agpr-corn-2024-144528.md | 54 ++ .../agpr-corn-2024-144529.json | 348 ++++++++ .../agpr-corn-2024-144529.md | 54 ++ .../agpr-corn-2024-144530.json | 244 ++++++ .../agpr-corn-2024-144530.md | 46 + .../agpr-corn-2024-144531.json | 244 ++++++ .../agpr-corn-2024-144531.md | 46 + .../agpr-corn-2024-144532.json | 244 ++++++ .../agpr-corn-2024-144532.md | 46 + .../agpr-corn-2024-144533.json | 244 ++++++ .../agpr-corn-2024-144533.md | 46 + .../agpr-corn-2024-144542.json | 205 +++++ .../agpr-corn-2024-144542.md | 43 + .../agpr-corn-2024-144551.json | 192 ++++ .../agpr-corn-2024-144551.md | 42 + .../agpr-corn-2024-144552.json | 244 ++++++ .../agpr-corn-2024-144552.md | 46 + .../agpr-corn-2024-144553.json | 244 ++++++ .../agpr-corn-2024-144553.md | 46 + .../agpr-corn-2024-144554.json | 153 ++++ .../agpr-corn-2024-144554.md | 38 + .../agpr-corn-2024-144556.json | 439 ++++++++++ .../agpr-corn-2024-144556.md | 61 ++ .../agpr-corn-2024-144563.json | 75 ++ .../agpr-corn-2024-144563.md | 28 + .../agpr-corn-2024-144564.json | 829 ++++++++++++++++++ .../agpr-corn-2024-144564.md | 91 ++ .../agpr-corn-2024-144567.json | 88 ++ .../agpr-corn-2024-144567.md | 33 + .../agpr-corn-2024-144568.json | 400 +++++++++ .../agpr-corn-2024-144568.md | 58 ++ .../agpr-corn-2024-144576.json | 179 ++++ .../agpr-corn-2024-144576.md | 40 + .../agpr-corn-2024-144584.json | 413 +++++++++ .../agpr-corn-2024-144584.md | 60 ++ .../agpr-corn-2024-144589.json | 829 ++++++++++++++++++ .../agpr-corn-2024-144589.md | 91 ++ .../agpr-corn-2024-144593.json | 270 ++++++ .../agpr-corn-2024-144593.md | 48 + .../agpr-corn-2024-144598.json | 192 ++++ .../agpr-corn-2024-144598.md | 42 + .../agpr-corn-2024-144614.json | 426 +++++++++ .../agpr-corn-2024-144614.md | 60 ++ .../agpr-corn-2024-144617.json | 166 ++++ .../agpr-corn-2024-144617.md | 43 + .../agpr-corn-2024-144619.json | 309 +++++++ .../agpr-corn-2024-144619.md | 51 ++ .../agpr-corn-2024-144622.json | 62 ++ .../agpr-corn-2024-144622.md | 32 + .../agpr-corn-2024-144624.json | 270 ++++++ .../agpr-corn-2024-144624.md | 48 + .../agpr-corn-2024-144642.json | 192 ++++ .../agpr-corn-2024-144642.md | 45 + .../agpr-corn-2024-144646.json | 101 +++ .../agpr-corn-2024-144646.md | 38 + .../agpr-corn-2024-144648.json | 530 +++++++++++ .../agpr-corn-2024-144648.md | 68 ++ .../agpr-corn-2024-144650.json | 296 +++++++ .../agpr-corn-2024-144650.md | 50 ++ .../agpr-corn-2024-144655.json | 374 ++++++++ .../agpr-corn-2024-144655.md | 58 ++ .../agpr-corn-2024-144657.json | 270 ++++++ .../agpr-corn-2024-144657.md | 48 + .../agpr-corn-2024-144658.json | 270 ++++++ .../agpr-corn-2024-144658.md | 48 + .../agpr-corn-2024-144659.json | 218 +++++ .../agpr-corn-2024-144659.md | 44 + .../agpr-corn-2024-144660.json | 686 +++++++++++++++ .../agpr-corn-2024-144660.md | 80 ++ .../agpr-corn-2024-144661.json | 179 ++++ .../agpr-corn-2024-144661.md | 41 + .../agpr-corn-2024-144663.json | 192 ++++ .../agpr-corn-2024-144663.md | 42 + .../agpr-corn-2024-144664.json | 673 ++++++++++++++ .../agpr-corn-2024-144664.md | 79 ++ .../agpr-corn-2024-144667.json | 335 +++++++ .../agpr-corn-2024-144667.md | 53 ++ .../agpr-corn-2024-144683.json | 270 ++++++ .../agpr-corn-2024-144683.md | 48 + .../agpr-corn-2024-144700.json | 231 +++++ .../agpr-corn-2024-144700.md | 45 + .../agpr-corn-2024-144709.json | 348 ++++++++ .../agpr-corn-2024-144709.md | 54 ++ .../agpr-corn-2024-144739.json | 140 +++ .../agpr-corn-2024-144739.md | 38 + .../agpr-corn-2024-144744.json | 426 +++++++++ .../agpr-corn-2024-144744.md | 59 ++ .../agpr-corn-2024-144748.json | 296 +++++++ .../agpr-corn-2024-144748.md | 51 ++ .../agpr-corn-2024-144763.json | 244 ++++++ .../agpr-corn-2024-144763.md | 45 + .../agpr-corn-2024-144768.json | 166 ++++ .../agpr-corn-2024-144768.md | 39 + .../agpr-corn-2024-144795.json | 231 +++++ .../agpr-corn-2024-144795.md | 45 + .../agpr-corn-2024-144823.json | 192 ++++ .../agpr-corn-2024-144823.md | 42 + .../agpr-corn-2024-144954.json | 166 ++++ .../agpr-corn-2024-144954.md | 40 + .../agpr-corn-2025-145000.json | 140 +++ .../agpr-corn-2025-145000.md | 38 + .../agpr-corn-2025-145184.json | 114 +++ .../agpr-corn-2025-145184.md | 35 + .../agpr-corn-2025-145225.json | 114 +++ .../agpr-corn-2025-145225.md | 36 + .../agpr-corn-2025-145232.json | 218 +++++ .../agpr-corn-2025-145232.md | 44 + .../agpr-corn-2025-145233.json | 296 +++++++ .../agpr-corn-2025-145233.md | 49 ++ .../agpr-corn-2025-145234.json | 192 ++++ .../agpr-corn-2025-145234.md | 41 + .../agpr-corn-2025-145241.json | 257 ++++++ .../agpr-corn-2025-145241.md | 48 + .../agpr-corn-2025-145242.json | 257 ++++++ .../agpr-corn-2025-145242.md | 47 + .../agpr-corn-2025-145243.json | 153 ++++ .../agpr-corn-2025-145243.md | 39 + .../agpr-corn-2025-145245.json | 270 ++++++ .../agpr-corn-2025-145245.md | 48 + .../agpr-corn-2025-145246.json | 218 +++++ .../agpr-corn-2025-145246.md | 45 + .../agpr-corn-2025-145253.json | 127 +++ .../agpr-corn-2025-145253.md | 35 + .../agpr-corn-2025-145259.json | 348 ++++++++ .../agpr-corn-2025-145259.md | 53 ++ .../agpr-corn-2025-145260.json | 374 ++++++++ .../agpr-corn-2025-145260.md | 55 ++ .../agpr-corn-2025-145282.json | 361 ++++++++ .../agpr-corn-2025-145282.md | 58 ++ .../agpr-corn-2025-145289.json | 127 +++ .../agpr-corn-2025-145289.md | 37 + .../agpr-corn-2025-145290.json | 153 ++++ .../agpr-corn-2025-145290.md | 39 + .../agpr-corn-2025-145292.json | 374 ++++++++ .../agpr-corn-2025-145292.md | 55 ++ .../agpr-corn-2025-145294.json | 374 ++++++++ .../agpr-corn-2025-145294.md | 55 ++ .../agpr-corn-2025-145295.json | 413 +++++++++ .../agpr-corn-2025-145295.md | 59 ++ .../agpr-corn-2025-145296.json | 413 +++++++++ .../agpr-corn-2025-145296.md | 59 ++ .../agpr-corn-2025-145299.json | 153 ++++ .../agpr-corn-2025-145299.md | 39 + .../agpr-corn-2025-145300.json | 140 +++ .../agpr-corn-2025-145300.md | 37 + .../agpr-corn-2025-145301.json | 166 ++++ .../agpr-corn-2025-145301.md | 39 + .../agpr-corn-2025-145302.json | 322 +++++++ .../agpr-corn-2025-145302.md | 51 ++ .../agpr-corn-2025-145303.json | 192 ++++ .../agpr-corn-2025-145303.md | 42 + .../agpr-corn-2025-145304.json | 322 +++++++ .../agpr-corn-2025-145304.md | 53 ++ .../agpr-corn-2025-145309.json | 205 +++++ .../agpr-corn-2025-145309.md | 42 + .../agpr-corn-2025-145315.json | 179 ++++ .../agpr-corn-2025-145315.md | 41 + .../agpr-corn-2025-145316.json | 439 ++++++++++ .../agpr-corn-2025-145316.md | 64 ++ .../agpr-corn-2025-145325.json | 166 ++++ .../agpr-corn-2025-145325.md | 39 + .../agpr-corn-2025-145328.json | 439 ++++++++++ .../agpr-corn-2025-145328.md | 61 ++ .../agpr-corn-2025-145329.json | 127 +++ .../agpr-corn-2025-145329.md | 36 + .../agpr-corn-2025-145331.json | 153 ++++ .../agpr-corn-2025-145331.md | 39 + .../agpr-corn-2025-145336.json | 348 ++++++++ .../agpr-corn-2025-145336.md | 53 ++ .../agpr-corn-2025-145337.json | 374 ++++++++ .../agpr-corn-2025-145337.md | 55 ++ .../agpr-corn-2025-145342.json | 218 +++++ .../agpr-corn-2025-145342.md | 45 + .../agpr-corn-2025-145352.json | 192 ++++ .../agpr-corn-2025-145352.md | 42 + .../agpr-corn-2025-145353.json | 218 +++++ .../agpr-corn-2025-145353.md | 44 + .../agpr-corn-2025-145354.json | 283 ++++++ .../agpr-corn-2025-145354.md | 49 ++ .../agpr-corn-2025-145357.json | 296 +++++++ .../agpr-corn-2025-145357.md | 50 ++ .../agpr-corn-2025-145367.json | 231 +++++ .../agpr-corn-2025-145367.md | 44 + .../agpr-corn-2025-145373.json | 465 ++++++++++ .../agpr-corn-2025-145373.md | 63 ++ .../agpr-corn-2025-145376.json | 205 +++++ .../agpr-corn-2025-145376.md | 42 + .../agpr-corn-2025-145381.json | 231 +++++ .../agpr-corn-2025-145381.md | 48 + .../agpr-corn-2025-145382.json | 231 +++++ .../agpr-corn-2025-145382.md | 45 + .../agpr-corn-2025-145384.json | 361 ++++++++ .../agpr-corn-2025-145384.md | 58 ++ .../agpr-corn-2025-145405.json | 114 +++ .../agpr-corn-2025-145405.md | 36 + .../agpr-corn-2025-145407.json | 140 +++ .../agpr-corn-2025-145407.md | 38 + .../agpr-corn-2025-145411.json | 374 ++++++++ .../agpr-corn-2025-145411.md | 56 ++ .../agpr-corn-2025-145413.json | 127 +++ .../agpr-corn-2025-145413.md | 37 + .../agpr-corn-2025-145414.json | 205 +++++ .../agpr-corn-2025-145414.md | 43 + .../agpr-corn-2025-145416.json | 179 ++++ .../agpr-corn-2025-145416.md | 39 + .../agpr-corn-2025-145435.json | 179 ++++ .../agpr-corn-2025-145435.md | 41 + .../agpr-corn-2025-145436.json | 530 +++++++++++ .../agpr-corn-2025-145436.md | 68 ++ .../agpr-corn-2025-145437.json | 387 ++++++++ .../agpr-corn-2025-145437.md | 56 ++ .../agpr-corn-2025-145440.json | 309 +++++++ .../agpr-corn-2025-145440.md | 51 ++ .../agpr-corn-2025-145443.json | 179 ++++ .../agpr-corn-2025-145443.md | 41 + .../agpr-corn-2025-145444.json | 348 ++++++++ .../agpr-corn-2025-145444.md | 53 ++ .../agpr-corn-2025-145445.json | 257 ++++++ .../agpr-corn-2025-145445.md | 47 + .../agpr-corn-2025-145451.json | 257 ++++++ .../agpr-corn-2025-145451.md | 48 + .../agpr-corn-2025-145469.json | 400 +++++++++ .../agpr-corn-2025-145469.md | 59 ++ .../agpr-corn-2025-145475.json | 192 ++++ .../agpr-corn-2025-145475.md | 42 + .../agpr-corn-2025-145476.json | 296 +++++++ .../agpr-corn-2025-145476.md | 50 ++ .../agpr-corn-2025-145495.json | 452 ++++++++++ .../agpr-corn-2025-145495.md | 62 ++ .../agpr-corn-2025-145496.json | 244 ++++++ .../agpr-corn-2025-145496.md | 46 + .../agpr-corn-2025-145497.json | 140 +++ .../agpr-corn-2025-145497.md | 37 + .../agpr-corn-2025-145500.json | 309 +++++++ .../agpr-corn-2025-145500.md | 51 ++ .../agpr-corn-2025-145502.json | 582 ++++++++++++ .../agpr-corn-2025-145502.md | 71 ++ .../agpr-corn-2025-145503.json | 192 ++++ .../agpr-corn-2025-145503.md | 41 + .../agpr-corn-2025-145505.json | 309 +++++++ .../agpr-corn-2025-145505.md | 51 ++ .../agpr-corn-2025-145509.json | 387 ++++++++ .../agpr-corn-2025-145509.md | 57 ++ .../agpr-corn-2025-145510.json | 400 +++++++++ .../agpr-corn-2025-145510.md | 58 ++ .../agpr-corn-2025-145513.json | 257 ++++++ .../agpr-corn-2025-145513.md | 48 + .../agpr-corn-2025-145517.json | 205 +++++ .../agpr-corn-2025-145517.md | 43 + .../agpr-corn-2025-145527.json | 244 ++++++ .../agpr-corn-2025-145527.md | 45 + .../agpr-corn-2025-145528.json | 530 +++++++++++ .../agpr-corn-2025-145528.md | 68 ++ .../agpr-corn-2025-145532.json | 231 +++++ .../agpr-corn-2025-145532.md | 45 + .../agpr-corn-2025-145537.json | 231 +++++ .../agpr-corn-2025-145537.md | 44 + .../agpr-corn-2025-145541.json | 439 ++++++++++ .../agpr-corn-2025-145541.md | 60 ++ .../agpr-corn-2025-145545.json | 452 ++++++++++ .../agpr-corn-2025-145545.md | 62 ++ .../agpr-corn-2025-145547.json | 270 ++++++ .../agpr-corn-2025-145547.md | 48 + .../agpr-corn-2025-145548.json | 634 ++++++++++++++ .../agpr-corn-2025-145548.md | 77 ++ .../agpr-corn-2025-145551.json | 257 ++++++ .../agpr-corn-2025-145551.md | 47 + .../agpr-corn-2025-145552.json | 179 ++++ .../agpr-corn-2025-145552.md | 42 + .../agpr-corn-2025-145554.json | 218 +++++ .../agpr-corn-2025-145554.md | 44 + .../agpr-corn-2025-145555.json | 296 +++++++ .../agpr-corn-2025-145555.md | 50 ++ .../agpr-corn-2025-145556.json | 270 ++++++ .../agpr-corn-2025-145556.md | 48 + .../agpr-corn-2025-145557.json | 309 +++++++ .../agpr-corn-2025-145557.md | 52 ++ .../agpr-corn-2025-145563.json | 140 +++ .../agpr-corn-2025-145563.md | 38 + .../agpr-corn-2025-145569.json | 244 ++++++ .../agpr-corn-2025-145569.md | 46 + .../agpr-corn-2025-145570.json | 231 +++++ .../agpr-corn-2025-145570.md | 45 + .../agpr-corn-2025-145571.json | 413 +++++++++ .../agpr-corn-2025-145571.md | 62 ++ .../agpr-corn-2025-145572.json | 218 +++++ .../agpr-corn-2025-145572.md | 45 + .../agpr-corn-2025-145584.json | 309 +++++++ .../agpr-corn-2025-145584.md | 50 ++ .../agpr-corn-2025-145585.json | 231 +++++ .../agpr-corn-2025-145585.md | 45 + .../agpr-corn-2025-145587.json | 374 ++++++++ .../agpr-corn-2025-145587.md | 57 ++ .../agpr-corn-2025-145588.json | 348 ++++++++ .../agpr-corn-2025-145588.md | 55 ++ .../agpr-corn-2025-145592.json | 257 ++++++ .../agpr-corn-2025-145592.md | 48 + .../agpr-corn-2025-145600.json | 257 ++++++ .../agpr-corn-2025-145600.md | 47 + .../agpr-corn-2025-145610.json | 257 ++++++ .../agpr-corn-2025-145610.md | 47 + .../agpr-corn-2025-145611.json | 127 +++ .../agpr-corn-2025-145611.md | 37 + .../agpr-corn-2025-145616.json | 387 ++++++++ .../agpr-corn-2025-145616.md | 57 ++ .../agpr-corn-2025-145617.json | 296 +++++++ .../agpr-corn-2025-145617.md | 50 ++ .../agpr-corn-2025-145620.json | 218 +++++ .../agpr-corn-2025-145620.md | 44 + .../agpr-corn-2025-145632.json | 205 +++++ .../agpr-corn-2025-145632.md | 43 + .../agpr-corn-2025-145636.json | 166 ++++ .../agpr-corn-2025-145636.md | 39 + .../agpr-corn-2025-145637.json | 205 +++++ .../agpr-corn-2025-145637.md | 42 + .../agpr-corn-2025-145639.json | 348 ++++++++ .../agpr-corn-2025-145639.md | 54 ++ .../agpr-corn-2025-145665.json | 296 +++++++ .../agpr-corn-2025-145665.md | 50 ++ .../agpr-corn-2025-145681.json | 400 +++++++++ .../agpr-corn-2025-145681.md | 58 ++ .../agpr-corn-2025-145690.json | 153 ++++ .../agpr-corn-2025-145690.md | 39 + .../agpr-corn-2025-145703.json | 296 +++++++ .../agpr-corn-2025-145703.md | 50 ++ .../agpr-corn-2025-145704.json | 387 ++++++++ .../agpr-corn-2025-145704.md | 56 ++ .../agpr-corn-2025-145719.json | 335 +++++++ .../agpr-corn-2025-145719.md | 53 ++ .../agpr-corn-2025-145733.json | 257 ++++++ .../agpr-corn-2025-145733.md | 47 + .../agpr-corn-2025-145734.json | 231 +++++ .../agpr-corn-2025-145734.md | 45 + .../agpr-corn-2025-145744.json | 374 ++++++++ .../agpr-corn-2025-145744.md | 57 ++ .../agpr-corn-2025-145761.json | 270 ++++++ .../agpr-corn-2025-145761.md | 47 + .../agpr-corn-2025-145773.json | 231 +++++ .../agpr-corn-2025-145773.md | 45 + .../agpr-corn-2025-145774.json | 608 +++++++++++++ .../agpr-corn-2025-145774.md | 74 ++ .../agpr-corn-2025-145775.json | 244 ++++++ .../agpr-corn-2025-145775.md | 46 + .../agpr-corn-2025-145781.json | 296 +++++++ .../agpr-corn-2025-145781.md | 50 ++ .../agpr-corn-2025-145783.json | 270 ++++++ .../agpr-corn-2025-145783.md | 48 + .../agpr-corn-2025-145784.json | 205 +++++ .../agpr-corn-2025-145784.md | 43 + .../agpr-corn-2025-145787.json | 218 +++++ .../agpr-corn-2025-145787.md | 44 + .../agpr-corn-2025-145793.json | 348 ++++++++ .../agpr-corn-2025-145793.md | 54 ++ .../agpr-corn-2025-145805.json | 205 +++++ .../agpr-corn-2025-145805.md | 44 + .../agpr-corn-2025-145831.json | 231 +++++ .../agpr-corn-2025-145831.md | 44 + .../agpr-corn-2025-145843.json | 244 ++++++ .../agpr-corn-2025-145843.md | 46 + .../agpr-corn-2025-145849.json | 179 ++++ .../agpr-corn-2025-145849.md | 41 + .../agpr-corn-2025-145851.json | 335 +++++++ .../agpr-corn-2025-145851.md | 53 ++ .../agpr-corn-2025-145877.json | 387 ++++++++ .../agpr-corn-2025-145877.md | 57 ++ .../agpr-corn-2025-145886.json | 296 +++++++ .../agpr-corn-2025-145886.md | 50 ++ .../agpr-corn-2025-145888.json | 270 ++++++ .../agpr-corn-2025-145888.md | 48 + .../agpr-corn-2025-145896.json | 517 +++++++++++ .../agpr-corn-2025-145896.md | 67 ++ .../agpr-corn-2025-145912.json | 231 +++++ .../agpr-corn-2025-145912.md | 45 + .../agpr-corn-2025-145918.json | 166 ++++ .../agpr-corn-2025-145918.md | 40 + .../agpr-corn-2025-145922.json | 335 +++++++ .../agpr-corn-2025-145922.md | 54 ++ .../agpr-corn-2025-145925.json | 309 +++++++ .../agpr-corn-2025-145925.md | 52 ++ .../agpr-corn-2025-145926.json | 413 +++++++++ .../agpr-corn-2025-145926.md | 60 ++ .../agpr-corn-2025-145955.json | 205 +++++ .../agpr-corn-2025-145955.md | 42 + .../agpr-corn-2025-145957.json | 231 +++++ .../agpr-corn-2025-145957.md | 45 + .../agpr-corn-2025-145961.json | 296 +++++++ .../agpr-corn-2025-145961.md | 50 ++ .../agpr-corn-2025-145987.json | 218 +++++ .../agpr-corn-2025-145987.md | 44 + .../agpr-corn-2025-145992.json | 179 ++++ .../agpr-corn-2025-145992.md | 40 + .../agpr-corn-2025-145993.json | 218 +++++ .../agpr-corn-2025-145993.md | 43 + .../agpr-corn-2025-145995.json | 166 ++++ .../agpr-corn-2025-145995.md | 39 + .../agpr-corn-2025-146000.json | 166 ++++ .../agpr-corn-2025-146000.md | 39 + .../agpr-corn-2025-146029.json | 244 ++++++ .../agpr-corn-2025-146029.md | 46 + .../agpr-corn-2025-146043.json | 426 +++++++++ .../agpr-corn-2025-146043.md | 60 ++ .../agpr-corn-2025-146044.json | 452 ++++++++++ .../agpr-corn-2025-146044.md | 63 ++ .../agpr-corn-2025-146045.json | 452 ++++++++++ .../agpr-corn-2025-146045.md | 62 ++ .../agpr-corn-2025-146046.json | 569 ++++++++++++ .../agpr-corn-2025-146046.md | 71 ++ .../agpr-corn-2025-146047.json | 569 ++++++++++++ .../agpr-corn-2025-146047.md | 71 ++ .../agpr-corn-2025-146076.json | 127 +++ .../agpr-corn-2025-146076.md | 37 + .../agpr-corn-2025-146097.json | 231 +++++ .../agpr-corn-2025-146097.md | 45 + .../agpr-corn-2025-146151.json | 244 ++++++ .../agpr-corn-2025-146151.md | 46 + .../agpr-corn-2025-146185.json | 231 +++++ .../agpr-corn-2025-146185.md | 45 + .../agpr-corn-2025-146217.json | 179 ++++ .../agpr-corn-2025-146217.md | 40 + .../agpr-corn-2025-146248.json | 465 ++++++++++ .../agpr-corn-2025-146248.md | 63 ++ .../agpr-corn-2025-146249.json | 140 +++ .../agpr-corn-2025-146249.md | 38 + .../agpr-corn-2025-146250.json | 244 ++++++ .../agpr-corn-2025-146250.md | 46 + .../agpr-corn-2025-146261.json | 205 +++++ .../agpr-corn-2025-146261.md | 43 + .../agpr-corn-2025-146262.json | 270 ++++++ .../agpr-corn-2025-146262.md | 48 + .../agpr-corn-2025-146265.json | 257 ++++++ .../agpr-corn-2025-146265.md | 47 + .../agpr-corn-2025-146266.json | 309 +++++++ .../agpr-corn-2025-146266.md | 51 ++ .../agpr-corn-2025-146269.json | 257 ++++++ .../agpr-corn-2025-146269.md | 47 + .../agpr-corn-2025-146275.json | 257 ++++++ .../agpr-corn-2025-146275.md | 47 + .../agpr-corn-2025-146287.json | 218 +++++ .../agpr-corn-2025-146287.md | 44 + .../agpr-corn-2025-146289.json | 114 +++ .../agpr-corn-2025-146289.md | 36 + .../agpr-corn-2025-146290.json | 114 +++ .../agpr-corn-2025-146290.md | 35 + .../agpr-corn-2025-146293.json | 127 +++ .../agpr-corn-2025-146293.md | 37 + .../agpr-corn-2025-146295.json | 166 ++++ .../agpr-corn-2025-146295.md | 40 + .../agpr-corn-2025-146296.json | 387 ++++++++ .../agpr-corn-2025-146296.md | 57 ++ .../agpr-corn-2025-146297.json | 296 +++++++ .../agpr-corn-2025-146297.md | 50 ++ .../agpr-corn-2025-146298.json | 686 +++++++++++++++ .../agpr-corn-2025-146298.md | 80 ++ .../agpr-corn-2025-146303.json | 166 ++++ .../agpr-corn-2025-146303.md | 42 + .../agpr-corn-2025-146305.json | 296 +++++++ .../agpr-corn-2025-146305.md | 50 ++ .../agpr-corn-2025-146307.json | 153 ++++ .../agpr-corn-2025-146307.md | 39 + .../agpr-corn-2025-146333.json | 88 ++ .../agpr-corn-2025-146333.md | 34 + .../agpr-corn-2025-146336.json | 192 ++++ .../agpr-corn-2025-146336.md | 42 + .../agpr-corn-2025-146350.json | 309 +++++++ .../agpr-corn-2025-146350.md | 51 ++ .../agpr-corn-2025-146359.json | 166 ++++ .../agpr-corn-2025-146359.md | 40 + .../agpr-corn-2025-146360.json | 192 ++++ .../agpr-corn-2025-146360.md | 40 + .../agpr-corn-2025-146361.json | 140 +++ .../agpr-corn-2025-146361.md | 37 + .../agpr-corn-2025-146362.json | 192 ++++ .../agpr-corn-2025-146362.md | 44 + .../agpr-corn-2025-146363.json | 231 +++++ .../agpr-corn-2025-146363.md | 44 + .../agpr-corn-2025-146364.json | 413 +++++++++ .../agpr-corn-2025-146364.md | 59 ++ .../agpr-corn-2025-146376.json | 296 +++++++ .../agpr-corn-2025-146376.md | 50 ++ .../agpr-corn-2025-146383.json | 270 ++++++ .../agpr-corn-2025-146383.md | 48 + .../agpr-corn-2025-146385.json | 231 +++++ .../agpr-corn-2025-146385.md | 45 + .../agpr-corn-2025-146386.json | 244 ++++++ .../agpr-corn-2025-146386.md | 46 + .../agpr-corn-2025-146387.json | 426 +++++++++ .../agpr-corn-2025-146387.md | 61 ++ .../agpr-corn-2025-146389.json | 283 ++++++ .../agpr-corn-2025-146389.md | 49 ++ .../agpr-corn-2025-146391.json | 296 +++++++ .../agpr-corn-2025-146391.md | 50 ++ .../agpr-corn-2025-146393.json | 348 ++++++++ .../agpr-corn-2025-146393.md | 54 ++ .../agpr-corn-2025-146394.json | 283 ++++++ .../agpr-corn-2025-146394.md | 49 ++ .../agpr-corn-2025-146396.json | 309 +++++++ .../agpr-corn-2025-146396.md | 52 ++ .../agpr-corn-2025-146415.json | 205 +++++ .../agpr-corn-2025-146415.md | 43 + .../agpr-corn-2025-146416.json | 439 ++++++++++ .../agpr-corn-2025-146416.md | 61 ++ .../agpr-corn-2025-146417.json | 322 +++++++ .../agpr-corn-2025-146417.md | 51 ++ .../agpr-corn-2025-146418.json | 166 ++++ .../agpr-corn-2025-146418.md | 40 + .../agpr-corn-2025-146420.json | 309 +++++++ .../agpr-corn-2025-146420.md | 51 ++ .../agpr-corn-2025-146438.json | 166 ++++ .../agpr-corn-2025-146438.md | 40 + .../agpr-corn-2025-146444.json | 257 ++++++ .../agpr-corn-2025-146444.md | 47 + .../agpr-corn-2025-146445.json | 153 ++++ .../agpr-corn-2025-146445.md | 39 + .../agpr-corn-2025-146453.json | 166 ++++ .../agpr-corn-2025-146453.md | 40 + .../agpr-corn-2025-146457.json | 205 +++++ .../agpr-corn-2025-146457.md | 46 + .../agpr-corn-2025-146460.json | 283 ++++++ .../agpr-corn-2025-146460.md | 52 ++ .../agpr-corn-2025-146461.json | 257 ++++++ .../agpr-corn-2025-146461.md | 50 ++ .../agpr-corn-2025-146463.json | 270 ++++++ .../agpr-corn-2025-146463.md | 51 ++ .../agpr-corn-2025-146481.json | 179 ++++ .../agpr-corn-2025-146481.md | 41 + .../agpr-corn-2025-146485.json | 166 ++++ .../agpr-corn-2025-146485.md | 39 + .../agpr-corn-2025-146486.json | 244 ++++++ .../agpr-corn-2025-146486.md | 46 + .../agpr-corn-2025-146491.json | 296 +++++++ .../agpr-corn-2025-146491.md | 49 ++ .../agpr-corn-2025-146494.json | 270 ++++++ .../agpr-corn-2025-146494.md | 51 ++ .../agpr-corn-2025-146501.json | 348 ++++++++ .../agpr-corn-2025-146501.md | 53 ++ .../agpr-corn-2025-146554.json | 244 ++++++ .../agpr-corn-2025-146554.md | 46 + .../agpr-corn-2025-146573.json | 166 ++++ .../agpr-corn-2025-146573.md | 40 + .../agpr-corn-2025-146603.json | 400 +++++++++ .../agpr-corn-2025-146603.md | 57 ++ .../agpr-corn-2025-146612.json | 244 ++++++ .../agpr-corn-2025-146612.md | 46 + .../agpr-corn-2025-146613.json | 244 ++++++ .../agpr-corn-2025-146613.md | 46 + .../agpr-corn-2025-146616.json | 192 ++++ .../agpr-corn-2025-146616.md | 41 + .../agpr-corn-2025-146653.json | 244 ++++++ .../agpr-corn-2025-146653.md | 45 + .../agpr-corn-2025-146656.json | 296 +++++++ .../agpr-corn-2025-146656.md | 50 ++ .../agpr-corn-2025-146657.json | 192 ++++ .../agpr-corn-2025-146657.md | 42 + .../agpr-corn-2025-146660.json | 153 ++++ .../agpr-corn-2025-146660.md | 39 + .../agpr-corn-2025-146677.json | 530 +++++++++++ .../agpr-corn-2025-146677.md | 68 ++ .../agpr-corn-2025-146687.json | 140 +++ .../agpr-corn-2025-146687.md | 37 + .../agpr-corn-2025-146692.json | 166 ++++ .../agpr-corn-2025-146692.md | 39 + .../agpr-corn-2025-146704.json | 257 ++++++ .../agpr-corn-2025-146704.md | 47 + .../agpr-corn-2025-146712.json | 192 ++++ .../agpr-corn-2025-146712.md | 42 + .../agpr-corn-2025-146713.json | 205 +++++ .../agpr-corn-2025-146713.md | 44 + .../agpr-corn-2025-146729.json | 192 ++++ .../agpr-corn-2025-146729.md | 42 + .../agpr-corn-2025-146732.json | 296 +++++++ .../agpr-corn-2025-146732.md | 50 ++ .../agpr-corn-2025-146771.json | 270 ++++++ .../agpr-corn-2025-146771.md | 48 + .../agpr-corn-2025-146824.json | 244 ++++++ .../agpr-corn-2025-146824.md | 45 + .../agpr-corn-2025-146826.json | 270 ++++++ .../agpr-corn-2025-146826.md | 47 + .../agpr-corn-2025-146833.json | 153 ++++ .../agpr-corn-2025-146833.md | 38 + .../agpr-corn-2025-146836.json | 179 ++++ .../agpr-corn-2025-146836.md | 41 + .../agpr-corn-2025-146837.json | 192 ++++ .../agpr-corn-2025-146837.md | 41 + .../agpr-corn-2025-146878.json | 270 ++++++ .../agpr-corn-2025-146878.md | 49 ++ .../agpr-corn-2025-146880.json | 283 ++++++ .../agpr-corn-2025-146880.md | 49 ++ .../agpr-corn-2025-146882.json | 283 ++++++ .../agpr-corn-2025-146882.md | 50 ++ .../agpr-corn-2025-146886.json | 309 +++++++ .../agpr-corn-2025-146886.md | 52 ++ .../agpr-corn-2025-146969.json | 283 ++++++ .../agpr-corn-2025-146969.md | 49 ++ .../agpr-corn-2025-146970.json | 348 ++++++++ .../agpr-corn-2025-146970.md | 54 ++ .../agpr-corn-2025-146971.json | 556 ++++++++++++ .../agpr-corn-2025-146971.md | 70 ++ .../agpr-corn-2025-146977.json | 348 ++++++++ .../agpr-corn-2025-146977.md | 53 ++ .../agpr-corn-2025-146985.json | 127 +++ .../agpr-corn-2025-146985.md | 40 + .../agpr-corn-2025-147010.json | 205 +++++ .../agpr-corn-2025-147010.md | 42 + .../agpr-corn-2025-147037.json | 114 +++ .../agpr-corn-2025-147037.md | 35 + .../agpr-corn-2025-147045.json | 166 ++++ .../agpr-corn-2025-147045.md | 38 + .../agpr-corn-2025-147048.json | 335 +++++++ .../agpr-corn-2025-147048.md | 53 ++ .../agpr-corn-2025-147059.json | 218 +++++ .../agpr-corn-2025-147059.md | 44 + .../agpr-corn-2025-147080.json | 296 +++++++ .../agpr-corn-2025-147080.md | 49 ++ .../agpr-corn-2025-147088.json | 179 ++++ .../agpr-corn-2025-147088.md | 40 + .../agpr-corn-2025-147089.json | 348 ++++++++ .../agpr-corn-2025-147089.md | 53 ++ .../agpr-corn-2025-147095.json | 192 ++++ .../agpr-corn-2025-147095.md | 41 + .../agpr-corn-2025-147097.json | 88 ++ .../agpr-corn-2025-147097.md | 33 + .../agpr-corn-2025-147103.json | 244 ++++++ .../agpr-corn-2025-147103.md | 45 + .../agpr-corn-2025-147104.json | 322 +++++++ .../agpr-corn-2025-147104.md | 51 ++ .../agpr-corn-2025-147106.json | 452 ++++++++++ .../agpr-corn-2025-147106.md | 61 ++ .../agpr-corn-2025-147112.json | 166 ++++ .../agpr-corn-2025-147112.md | 39 + .../agpr-corn-2025-147123.json | 244 ++++++ .../agpr-corn-2025-147123.md | 46 + .../agpr-corn-2025-147124.json | 192 ++++ .../agpr-corn-2025-147124.md | 41 + .../agpr-corn-2025-147134.json | 348 ++++++++ .../agpr-corn-2025-147134.md | 54 ++ .../agpr-corn-2025-147137.json | 244 ++++++ .../agpr-corn-2025-147137.md | 39 + .../agpr-corn-2025-147143.json | 244 ++++++ .../agpr-corn-2025-147143.md | 47 + .../agpr-corn-2025-147147.json | 153 ++++ .../agpr-corn-2025-147147.md | 38 + .../agpr-corn-2025-147149.json | 387 ++++++++ .../agpr-corn-2025-147149.md | 56 ++ .../agpr-corn-2025-147152.json | 374 ++++++++ .../agpr-corn-2025-147152.md | 55 ++ .../agpr-corn-2025-147156.json | 296 +++++++ .../agpr-corn-2025-147156.md | 44 + .../agpr-corn-2025-147160.json | 192 ++++ .../agpr-corn-2025-147160.md | 41 + .../agpr-corn-2025-147165.json | 153 ++++ .../agpr-corn-2025-147165.md | 42 + .../agpr-corn-2025-147167.json | 179 ++++ .../agpr-corn-2025-147167.md | 41 + .../agpr-corn-2025-147168.json | 231 +++++ .../agpr-corn-2025-147168.md | 48 + .../agpr-corn-2025-147175.json | 205 +++++ .../agpr-corn-2025-147175.md | 46 + .../agpr-corn-2025-147176.json | 322 +++++++ .../agpr-corn-2025-147176.md | 51 ++ .../agpr-corn-2025-147178.json | 179 ++++ .../agpr-corn-2025-147178.md | 40 + .../agpr-corn-2025-147194.json | 244 ++++++ .../agpr-corn-2025-147194.md | 45 + .../agpr-corn-2025-147196.json | 244 ++++++ .../agpr-corn-2025-147196.md | 49 ++ .../agpr-corn-2025-147200.json | 153 ++++ .../agpr-corn-2025-147200.md | 42 + .../agpr-corn-2025-147202.json | 478 ++++++++++ .../agpr-corn-2025-147202.md | 67 ++ .../agpr-corn-2025-147203.json | 348 ++++++++ .../agpr-corn-2025-147203.md | 54 ++ .../agpr-corn-2025-147205.json | 465 ++++++++++ .../agpr-corn-2025-147205.md | 63 ++ .../agpr-corn-2025-147207.json | 218 +++++ .../agpr-corn-2025-147207.md | 43 + .../agpr-corn-2025-147210.json | 114 +++ .../agpr-corn-2025-147210.md | 39 + .../agpr-corn-2025-147211.json | 244 ++++++ .../agpr-corn-2025-147211.md | 46 + .../agpr-corn-2025-147212.json | 387 ++++++++ .../agpr-corn-2025-147212.md | 57 ++ .../agpr-corn-2025-147214.json | 179 ++++ .../agpr-corn-2025-147214.md | 44 + .../agpr-corn-2025-147224.json | 374 ++++++++ .../agpr-corn-2025-147224.md | 59 ++ .../agpr-corn-2025-147230.json | 166 ++++ .../agpr-corn-2025-147230.md | 39 + .../agpr-corn-2025-147253.json | 322 +++++++ .../agpr-corn-2025-147253.md | 52 ++ .../agpr-corn-2025-147254.json | 62 ++ .../agpr-corn-2025-147254.md | 31 + .../agpr-corn-2025-147259.json | 192 ++++ .../agpr-corn-2025-147259.md | 41 + .../agpr-corn-2025-147260.json | 257 ++++++ .../agpr-corn-2025-147260.md | 50 ++ .../agpr-corn-2025-147261.json | 374 ++++++++ .../agpr-corn-2025-147261.md | 56 ++ .../agpr-corn-2025-147264.json | 309 +++++++ .../agpr-corn-2025-147264.md | 54 ++ .../agpr-corn-2025-147265.json | 244 ++++++ .../agpr-corn-2025-147265.md | 49 ++ .../agpr-corn-2025-147271.json | 62 ++ .../agpr-corn-2025-147271.md | 32 + .../agpr-corn-2025-147275.json | 205 +++++ .../agpr-corn-2025-147275.md | 46 + .../agpr-corn-2025-147276.json | 179 ++++ .../agpr-corn-2025-147276.md | 44 + .../agpr-corn-2025-147281.json | 127 +++ .../agpr-corn-2025-147281.md | 37 + .../agpr-corn-2025-147301.json | 192 ++++ .../agpr-corn-2025-147301.md | 34 + .../agpr-corn-2025-147305.json | 218 +++++ .../agpr-corn-2025-147305.md | 43 + .../agpr-corn-2025-147311.json | 504 +++++++++++ .../agpr-corn-2025-147311.md | 69 ++ .../agpr-corn-2025-147312.json | 192 ++++ .../agpr-corn-2025-147312.md | 45 + .../agpr-corn-2025-147313.json | 244 ++++++ .../agpr-corn-2025-147313.md | 49 ++ .../agpr-corn-2025-147314.json | 270 ++++++ .../agpr-corn-2025-147314.md | 51 ++ .../agpr-corn-2025-147318.json | 62 ++ .../agpr-corn-2025-147318.md | 32 + .../agpr-corn-2025-147325.json | 88 ++ .../agpr-corn-2025-147325.md | 37 + .../agpr-corn-2025-147327.json | 387 ++++++++ .../agpr-corn-2025-147327.md | 58 ++ .../agpr-corn-2025-147333.json | 205 +++++ .../agpr-corn-2025-147333.md | 43 + .../agpr-corn-2025-147334.json | 127 +++ .../agpr-corn-2025-147334.md | 36 + .../agpr-corn-2025-147338.json | 166 ++++ .../agpr-corn-2025-147338.md | 43 + .../agpr-corn-2025-147339.json | 283 ++++++ .../agpr-corn-2025-147339.md | 52 ++ .../agpr-corn-2025-147340.json | 283 ++++++ .../agpr-corn-2025-147340.md | 52 ++ .../agpr-corn-2025-147343.json | 114 +++ .../agpr-corn-2025-147343.md | 35 + .../agpr-corn-2025-147363.json | 244 ++++++ .../agpr-corn-2025-147363.md | 49 ++ .../agpr-corn-2025-147364.json | 218 +++++ .../agpr-corn-2025-147364.md | 43 + .../agpr-corn-2025-147367.json | 166 ++++ .../agpr-corn-2025-147367.md | 41 + .../agpr-corn-2025-147371.json | 361 ++++++++ .../agpr-corn-2025-147371.md | 56 ++ .../agpr-corn-2025-147381.json | 231 +++++ .../agpr-corn-2025-147381.md | 44 + .../agpr-corn-2025-147389.json | 426 +++++++++ .../agpr-corn-2025-147389.md | 60 ++ .../agpr-corn-2025-147390.json | 426 +++++++++ .../agpr-corn-2025-147390.md | 60 ++ .../agpr-corn-2025-147401.json | 140 +++ .../agpr-corn-2025-147401.md | 38 + .../agpr-corn-2025-147414.json | 374 ++++++++ .../agpr-corn-2025-147414.md | 56 ++ .../agpr-corn-2025-147417.json | 439 ++++++++++ .../agpr-corn-2025-147417.md | 64 ++ .../agpr-corn-2025-147434.json | 140 +++ .../agpr-corn-2025-147434.md | 37 + .../agpr-corn-2025-147438.json | 283 ++++++ .../agpr-corn-2025-147438.md | 52 ++ .../agpr-corn-2025-147442.json | 790 +++++++++++++++++ .../agpr-corn-2025-147442.md | 88 ++ .../agpr-corn-2025-147466.json | 361 ++++++++ .../agpr-corn-2025-147466.md | 54 ++ .../agpr-corn-2025-147476.json | 166 ++++ .../agpr-corn-2025-147476.md | 40 + .../agpr-corn-2025-147480.json | 621 +++++++++++++ .../agpr-corn-2025-147480.md | 76 ++ .../agpr-corn-2025-147485.json | 218 +++++ .../agpr-corn-2025-147485.md | 43 + .../agpr-corn-2025-147499.json | 192 ++++ .../agpr-corn-2025-147499.md | 42 + .../agpr-corn-2025-147500.json | 244 ++++++ .../agpr-corn-2025-147500.md | 46 + .../agpr-corn-2025-147501.json | 244 ++++++ .../agpr-corn-2025-147501.md | 49 ++ .../agpr-corn-2025-147503.json | 166 ++++ .../agpr-corn-2025-147503.md | 36 + .../agpr-corn-2025-147505.json | 62 ++ .../agpr-corn-2025-147505.md | 32 + .../agpr-corn-2025-147506.json | 296 +++++++ .../agpr-corn-2025-147506.md | 48 + .../agpr-corn-2025-147508.json | 75 ++ .../agpr-corn-2025-147508.md | 33 + .../agpr-corn-2025-147509.json | 712 +++++++++++++++ .../agpr-corn-2025-147509.md | 82 ++ .../agpr-corn-2025-147532.json | 322 +++++++ .../agpr-corn-2025-147532.md | 51 ++ .../agpr-corn-2025-147538.json | 179 ++++ .../agpr-corn-2025-147538.md | 40 + .../agpr-corn-2025-147539.json | 153 ++++ .../agpr-corn-2025-147539.md | 38 + .../agpr-corn-2025-147543.json | 348 ++++++++ .../agpr-corn-2025-147543.md | 57 ++ .../agpr-corn-2025-147549.json | 270 ++++++ .../agpr-corn-2025-147549.md | 48 + .../agpr-corn-2025-147552.json | 348 ++++++++ .../agpr-corn-2025-147552.md | 53 ++ .../agpr-corn-2025-147560.json | 257 ++++++ .../agpr-corn-2025-147560.md | 47 + .../agpr-corn-2025-147565.json | 153 ++++ .../agpr-corn-2025-147565.md | 38 + .../agpr-corn-2025-147576.json | 426 +++++++++ .../agpr-corn-2025-147576.md | 60 ++ .../agpr-corn-2025-147577.json | 426 +++++++++ .../agpr-corn-2025-147577.md | 60 ++ .../agpr-corn-2025-147579.json | 426 +++++++++ .../agpr-corn-2025-147579.md | 60 ++ .../agpr-corn-2025-147580.json | 426 +++++++++ .../agpr-corn-2025-147580.md | 60 ++ .../agpr-corn-2025-147581.json | 322 +++++++ .../agpr-corn-2025-147581.md | 52 ++ .../agpr-corn-2025-147582.json | 231 +++++ .../agpr-corn-2025-147582.md | 45 + .../agpr-corn-2025-147583.json | 218 +++++ .../agpr-corn-2025-147583.md | 44 + .../agpr-corn-2025-147584.json | 283 ++++++ .../agpr-corn-2025-147584.md | 49 ++ .../agpr-corn-2025-147585.json | 231 +++++ .../agpr-corn-2025-147585.md | 45 + .../agpr-corn-2025-147592.json | 140 +++ .../agpr-corn-2025-147592.md | 38 + .../agpr-corn-2025-147595.json | 244 ++++++ .../agpr-corn-2025-147595.md | 45 + .../agpr-corn-2025-147599.json | 127 +++ .../agpr-corn-2025-147599.md | 37 + .../agpr-corn-2025-147600.json | 348 ++++++++ .../agpr-corn-2025-147600.md | 53 ++ .../agpr-corn-2025-147605.json | 764 ++++++++++++++++ .../agpr-corn-2025-147605.md | 86 ++ .../agpr-corn-2025-147606.json | 751 ++++++++++++++++ .../agpr-corn-2025-147606.md | 85 ++ .../agpr-corn-2025-147607.json | 751 ++++++++++++++++ .../agpr-corn-2025-147607.md | 85 ++ .../agpr-corn-2025-147608.json | 504 +++++++++++ .../agpr-corn-2025-147608.md | 66 ++ .../agpr-corn-2025-147616.json | 192 ++++ .../agpr-corn-2025-147616.md | 43 + .../agpr-corn-2025-147632.json | 166 ++++ .../agpr-corn-2025-147632.md | 40 + .../agpr-corn-2025-147636.json | 179 ++++ .../agpr-corn-2025-147636.md | 41 + .../agpr-corn-2025-147638.json | 62 ++ .../agpr-corn-2025-147638.md | 32 + .../agpr-corn-2025-147644.json | 153 ++++ .../agpr-corn-2025-147644.md | 38 + .../agpr-corn-2025-147645.json | 179 ++++ .../agpr-corn-2025-147645.md | 41 + .../agpr-corn-2025-147651.json | 114 +++ .../agpr-corn-2025-147651.md | 36 + .../agpr-corn-2025-147657.json | 192 ++++ .../agpr-corn-2025-147657.md | 42 + .../agpr-corn-2025-147659.json | 270 ++++++ .../agpr-corn-2025-147659.md | 48 + .../agpr-corn-2025-147661.json | 75 ++ .../agpr-corn-2025-147661.md | 32 + .../agpr-corn-2025-147668.json | 127 +++ .../agpr-corn-2025-147668.md | 36 + .../agpr-corn-2025-147671.json | 426 +++++++++ .../agpr-corn-2025-147671.md | 60 ++ .../agpr-corn-2025-147672.json | 426 +++++++++ .../agpr-corn-2025-147672.md | 60 ++ .../agpr-corn-2025-147673.json | 426 +++++++++ .../agpr-corn-2025-147673.md | 60 ++ .../agpr-corn-2025-147674.json | 426 +++++++++ .../agpr-corn-2025-147674.md | 60 ++ .../agpr-corn-2025-147680.json | 530 +++++++++++ .../agpr-corn-2025-147680.md | 68 ++ .../agpr-corn-2025-147683.json | 543 ++++++++++++ .../agpr-corn-2025-147683.md | 69 ++ .../agpr-corn-2025-147695.json | 816 +++++++++++++++++ .../agpr-corn-2025-147695.md | 90 ++ .../agpr-corn-2025-147697.json | 192 ++++ .../agpr-corn-2025-147697.md | 42 + .../agpr-corn-2025-147705.json | 816 +++++++++++++++++ .../agpr-corn-2025-147705.md | 90 ++ .../agpr-corn-2025-147716.json | 205 +++++ .../agpr-corn-2025-147716.md | 43 + .../agpr-corn-2025-147717.json | 543 ++++++++++++ .../agpr-corn-2025-147717.md | 70 ++ .../agpr-corn-2025-147718.json | 543 ++++++++++++ .../agpr-corn-2025-147718.md | 70 ++ .../agpr-corn-2025-147735.json | 452 ++++++++++ .../agpr-corn-2025-147735.md | 61 ++ .../agpr-corn-2025-147740.json | 400 +++++++++ .../agpr-corn-2025-147740.md | 57 ++ .../agpr-corn-2025-147764.json | 153 ++++ .../agpr-corn-2025-147764.md | 39 + .../agpr-corn-2025-147765.json | 205 +++++ .../agpr-corn-2025-147765.md | 42 + .../agpr-corn-2025-147766.json | 218 +++++ .../agpr-corn-2025-147766.md | 43 + .../agpr-corn-2025-147778.json | 101 +++ .../agpr-corn-2025-147778.md | 38 + .../agpr-corn-2025-147782.json | 101 +++ .../agpr-corn-2025-147782.md | 37 + .../agpr-corn-2025-147790.json | 140 +++ .../agpr-corn-2025-147790.md | 41 + .../agpr-corn-2025-147796.json | 140 +++ .../agpr-corn-2025-147796.md | 41 + .../agpr-corn-2025-147797.json | 322 +++++++ .../agpr-corn-2025-147797.md | 52 ++ .../agpr-corn-2025-147798.json | 257 ++++++ .../agpr-corn-2025-147798.md | 47 + .../agpr-corn-2025-147825.json | 101 +++ .../agpr-corn-2025-147825.md | 34 + .../agpr-corn-2025-147831.json | 517 +++++++++++ .../agpr-corn-2025-147831.md | 70 ++ .../agpr-corn-2025-147832.json | 309 +++++++ .../agpr-corn-2025-147832.md | 54 ++ .../agpr-corn-2025-147833.json | 153 ++++ .../agpr-corn-2025-147833.md | 39 + .../agpr-soybeans-2024-142049.json | 153 ++++ .../agpr-soybeans-2024-142049.md | 42 + .../agpr-soybeans-2024-142107.json | 153 ++++ .../agpr-soybeans-2024-142107.md | 42 + .../agpr-soybeans-2024-142190.json | 231 +++++ .../agpr-soybeans-2024-142190.md | 48 + .../agpr-soybeans-2024-142198.json | 400 +++++++++ .../agpr-soybeans-2024-142198.md | 58 ++ .../agpr-soybeans-2024-142205.json | 218 +++++ .../agpr-soybeans-2024-142205.md | 44 + .../agpr-soybeans-2024-142207.json | 166 ++++ .../agpr-soybeans-2024-142207.md | 40 + .../agpr-soybeans-2024-142209.json | 101 +++ .../agpr-soybeans-2024-142209.md | 35 + .../agpr-soybeans-2024-142282.json | 374 ++++++++ .../agpr-soybeans-2024-142282.md | 56 ++ .../agpr-soybeans-2024-142296.json | 88 ++ .../agpr-soybeans-2024-142296.md | 34 + .../agpr-soybeans-2024-142323.json | 114 +++ .../agpr-soybeans-2024-142323.md | 36 + .../agpr-soybeans-2024-142337.json | 114 +++ .../agpr-soybeans-2024-142337.md | 36 + .../agpr-soybeans-2024-142345.json | 140 +++ .../agpr-soybeans-2024-142345.md | 38 + .../agpr-soybeans-2024-142371.json | 283 ++++++ .../agpr-soybeans-2024-142371.md | 52 ++ .../agpr-soybeans-2024-142405.json | 205 +++++ .../agpr-soybeans-2024-142405.md | 42 + .../agpr-soybeans-2024-142419.json | 101 +++ .../agpr-soybeans-2024-142419.md | 35 + .../agpr-soybeans-2024-142424.json | 153 ++++ .../agpr-soybeans-2024-142424.md | 39 + .../agpr-soybeans-2024-142446.json | 257 ++++++ .../agpr-soybeans-2024-142446.md | 46 + .../agpr-soybeans-2024-142552.json | 75 ++ .../agpr-soybeans-2024-142552.md | 33 + .../agpr-soybeans-2024-142615.json | 218 +++++ .../agpr-soybeans-2024-142615.md | 44 + .../agpr-soybeans-2024-142666.json | 179 ++++ .../agpr-soybeans-2024-142666.md | 41 + .../agpr-soybeans-2024-142697.json | 140 +++ .../agpr-soybeans-2024-142697.md | 38 + .../agpr-soybeans-2024-142700.json | 114 +++ .../agpr-soybeans-2024-142700.md | 36 + .../agpr-soybeans-2024-142713.json | 335 +++++++ .../agpr-soybeans-2024-142713.md | 53 ++ .../agpr-soybeans-2024-142727.json | 140 +++ .../agpr-soybeans-2024-142727.md | 37 + .../agpr-soybeans-2024-142737.json | 205 +++++ .../agpr-soybeans-2024-142737.md | 46 + .../agpr-soybeans-2024-142745.json | 140 +++ .../agpr-soybeans-2024-142745.md | 38 + .../agpr-soybeans-2024-142755.json | 166 ++++ .../agpr-soybeans-2024-142755.md | 40 + .../agpr-soybeans-2024-142796.json | 101 +++ .../agpr-soybeans-2024-142796.md | 35 + .../agpr-soybeans-2024-142839.json | 140 +++ .../agpr-soybeans-2024-142839.md | 38 + .../agpr-soybeans-2024-142845.json | 166 ++++ .../agpr-soybeans-2024-142845.md | 40 + .../agpr-soybeans-2024-142867.json | 270 ++++++ .../agpr-soybeans-2024-142867.md | 48 + .../agpr-soybeans-2024-142887.json | 153 ++++ .../agpr-soybeans-2024-142887.md | 41 + .../agpr-soybeans-2024-142933.json | 127 +++ .../agpr-soybeans-2024-142933.md | 37 + .../agpr-soybeans-2024-143078.json | 179 ++++ .../agpr-soybeans-2024-143078.md | 41 + .../agpr-soybeans-2024-143100.json | 127 +++ .../agpr-soybeans-2024-143100.md | 37 + .../agpr-soybeans-2024-143164.json | 114 +++ .../agpr-soybeans-2024-143164.md | 36 + .../agpr-soybeans-2024-143287.json | 205 +++++ .../agpr-soybeans-2024-143287.md | 43 + .../agpr-soybeans-2024-143367.json | 166 ++++ .../agpr-soybeans-2024-143367.md | 40 + .../agpr-soybeans-2024-143369.json | 244 ++++++ .../agpr-soybeans-2024-143369.md | 46 + .../agpr-soybeans-2024-143437.json | 244 ++++++ .../agpr-soybeans-2024-143437.md | 49 ++ .../agpr-soybeans-2024-143451.json | 231 +++++ .../agpr-soybeans-2024-143451.md | 44 + .../agpr-soybeans-2024-143501.json | 296 +++++++ .../agpr-soybeans-2024-143501.md | 50 ++ .../agpr-soybeans-2024-143535.json | 166 ++++ .../agpr-soybeans-2024-143535.md | 40 + .../agpr-soybeans-2024-143559.json | 114 +++ .../agpr-soybeans-2024-143559.md | 36 + .../agpr-soybeans-2024-143565.json | 127 +++ .../agpr-soybeans-2024-143565.md | 36 + .../agpr-soybeans-2024-143566.json | 153 ++++ .../agpr-soybeans-2024-143566.md | 39 + .../agpr-soybeans-2024-143622.json | 140 +++ .../agpr-soybeans-2024-143622.md | 37 + .../agpr-soybeans-2024-143669.json | 179 ++++ .../agpr-soybeans-2024-143669.md | 41 + .../agpr-soybeans-2024-143674.json | 192 ++++ .../agpr-soybeans-2024-143674.md | 42 + .../agpr-soybeans-2024-143716.json | 140 +++ .../agpr-soybeans-2024-143716.md | 37 + .../agpr-soybeans-2024-143733.json | 166 ++++ .../agpr-soybeans-2024-143733.md | 40 + .../agpr-soybeans-2024-143747.json | 179 ++++ .../agpr-soybeans-2024-143747.md | 41 + .../agpr-soybeans-2024-143784.json | 140 +++ .../agpr-soybeans-2024-143784.md | 36 + .../agpr-soybeans-2024-143796.json | 426 +++++++++ .../agpr-soybeans-2024-143796.md | 60 ++ .../agpr-soybeans-2024-143810.json | 114 +++ .../agpr-soybeans-2024-143810.md | 36 + .../agpr-soybeans-2024-143836.json | 166 ++++ .../agpr-soybeans-2024-143836.md | 39 + .../agpr-soybeans-2024-143895.json | 426 +++++++++ .../agpr-soybeans-2024-143895.md | 60 ++ .../agpr-soybeans-2024-143896.json | 426 +++++++++ .../agpr-soybeans-2024-143896.md | 60 ++ .../agpr-soybeans-2024-143897.json | 426 +++++++++ .../agpr-soybeans-2024-143897.md | 60 ++ .../agpr-soybeans-2024-143898.json | 426 +++++++++ .../agpr-soybeans-2024-143898.md | 60 ++ .../agpr-soybeans-2024-143899.json | 426 +++++++++ .../agpr-soybeans-2024-143899.md | 60 ++ .../agpr-soybeans-2024-143900.json | 426 +++++++++ .../agpr-soybeans-2024-143900.md | 60 ++ .../agpr-soybeans-2024-143967.json | 166 ++++ .../agpr-soybeans-2024-143967.md | 40 + .../agpr-soybeans-2024-143974.json | 140 +++ .../agpr-soybeans-2024-143974.md | 41 + .../agpr-soybeans-2024-144190.json | 140 +++ .../agpr-soybeans-2024-144190.md | 37 + .../agpr-soybeans-2024-144191.json | 127 +++ .../agpr-soybeans-2024-144191.md | 37 + .../agpr-soybeans-2024-144196.json | 114 +++ .../agpr-soybeans-2024-144196.md | 36 + .../agpr-soybeans-2024-144261.json | 75 ++ .../agpr-soybeans-2024-144261.md | 33 + .../agpr-soybeans-2024-144295.json | 166 ++++ .../agpr-soybeans-2024-144295.md | 40 + .../agpr-soybeans-2024-144302.json | 114 +++ .../agpr-soybeans-2024-144302.md | 35 + .../agpr-soybeans-2024-144363.json | 257 ++++++ .../agpr-soybeans-2024-144363.md | 46 + .../agpr-soybeans-2024-144366.json | 88 ++ .../agpr-soybeans-2024-144366.md | 34 + .../agpr-soybeans-2024-144373.json | 114 +++ .../agpr-soybeans-2024-144373.md | 35 + .../agpr-soybeans-2024-144454.json | 283 ++++++ .../agpr-soybeans-2024-144454.md | 49 ++ .../agpr-soybeans-2024-144471.json | 257 ++++++ .../agpr-soybeans-2024-144471.md | 50 ++ .../agpr-soybeans-2024-144536.json | 335 +++++++ .../agpr-soybeans-2024-144536.md | 52 ++ .../agpr-soybeans-2024-144558.json | 153 ++++ .../agpr-soybeans-2024-144558.md | 38 + .../agpr-soybeans-2024-144566.json | 426 +++++++++ .../agpr-soybeans-2024-144566.md | 60 ++ .../agpr-soybeans-2024-144577.json | 491 +++++++++++ .../agpr-soybeans-2024-144577.md | 67 ++ .../agpr-soybeans-2024-144592.json | 283 ++++++ .../agpr-soybeans-2024-144592.md | 49 ++ .../agpr-soybeans-2024-144635.json | 140 +++ .../agpr-soybeans-2024-144635.md | 41 + .../agpr-soybeans-2024-144649.json | 283 ++++++ .../agpr-soybeans-2024-144649.md | 49 ++ .../agpr-soybeans-2024-144653.json | 309 +++++++ .../agpr-soybeans-2024-144653.md | 51 ++ .../agpr-soybeans-2024-144714.json | 231 +++++ .../agpr-soybeans-2024-144714.md | 45 + .../agpr-soybeans-2024-144794.json | 114 +++ .../agpr-soybeans-2024-144794.md | 35 + .../agpr-soybeans-2025-145189.json | 101 +++ .../agpr-soybeans-2025-145189.md | 35 + .../agpr-soybeans-2025-145327.json | 257 ++++++ .../agpr-soybeans-2025-145327.md | 47 + .../agpr-soybeans-2025-145332.json | 205 +++++ .../agpr-soybeans-2025-145332.md | 43 + .../agpr-soybeans-2025-145338.json | 101 +++ .../agpr-soybeans-2025-145338.md | 35 + .../agpr-soybeans-2025-145347.json | 205 +++++ .../agpr-soybeans-2025-145347.md | 43 + .../agpr-soybeans-2025-145351.json | 88 ++ .../agpr-soybeans-2025-145351.md | 34 + .../agpr-soybeans-2025-145364.json | 205 +++++ .../agpr-soybeans-2025-145364.md | 43 + .../agpr-soybeans-2025-145372.json | 348 ++++++++ .../agpr-soybeans-2025-145372.md | 54 ++ .../agpr-soybeans-2025-145410.json | 166 ++++ .../agpr-soybeans-2025-145410.md | 40 + .../agpr-soybeans-2025-145421.json | 127 +++ .../agpr-soybeans-2025-145421.md | 38 + .../agpr-soybeans-2025-145423.json | 179 ++++ .../agpr-soybeans-2025-145423.md | 41 + .../agpr-soybeans-2025-145442.json | 114 +++ .../agpr-soybeans-2025-145442.md | 36 + .../agpr-soybeans-2025-145465.json | 205 +++++ .../agpr-soybeans-2025-145465.md | 43 + .../agpr-soybeans-2025-145474.json | 153 ++++ .../agpr-soybeans-2025-145474.md | 39 + .../agpr-soybeans-2025-145477.json | 166 ++++ .../agpr-soybeans-2025-145477.md | 40 + .../agpr-soybeans-2025-145498.json | 114 +++ .../agpr-soybeans-2025-145498.md | 35 + .../agpr-soybeans-2025-145511.json | 192 ++++ .../agpr-soybeans-2025-145511.md | 42 + .../agpr-soybeans-2025-145515.json | 244 ++++++ .../agpr-soybeans-2025-145515.md | 45 + .../agpr-soybeans-2025-145573.json | 140 +++ .../agpr-soybeans-2025-145573.md | 38 + .../agpr-soybeans-2025-145582.json | 166 ++++ .../agpr-soybeans-2025-145582.md | 40 + .../agpr-soybeans-2025-145614.json | 244 ++++++ .../agpr-soybeans-2025-145614.md | 46 + .../agpr-soybeans-2025-145622.json | 127 +++ .../agpr-soybeans-2025-145622.md | 37 + .../agpr-soybeans-2025-145731.json | 140 +++ .../agpr-soybeans-2025-145731.md | 38 + .../agpr-soybeans-2025-145910.json | 218 +++++ .../agpr-soybeans-2025-145910.md | 44 + .../agpr-soybeans-2025-145994.json | 101 +++ .../agpr-soybeans-2025-145994.md | 34 + .../agpr-soybeans-2025-146010.json | 166 ++++ .../agpr-soybeans-2025-146010.md | 39 + .../agpr-soybeans-2025-146291.json | 114 +++ .../agpr-soybeans-2025-146291.md | 36 + .../agpr-soybeans-2025-146294.json | 166 ++++ .../agpr-soybeans-2025-146294.md | 40 + .../agpr-soybeans-2025-146309.json | 179 ++++ .../agpr-soybeans-2025-146309.md | 41 + .../agpr-soybeans-2025-146388.json | 257 ++++++ .../agpr-soybeans-2025-146388.md | 47 + .../agpr-soybeans-2025-146405.json | 140 +++ .../agpr-soybeans-2025-146405.md | 38 + .../agpr-soybeans-2025-146456.json | 114 +++ .../agpr-soybeans-2025-146456.md | 39 + .../agpr-soybeans-2025-146487.json | 192 ++++ .../agpr-soybeans-2025-146487.md | 42 + .../agpr-soybeans-2025-146493.json | 205 +++++ .../agpr-soybeans-2025-146493.md | 46 + .../agpr-soybeans-2025-146509.json | 140 +++ .../agpr-soybeans-2025-146509.md | 41 + .../agpr-soybeans-2025-146535.json | 218 +++++ .../agpr-soybeans-2025-146535.md | 43 + .../agpr-soybeans-2025-146563.json | 205 +++++ .../agpr-soybeans-2025-146563.md | 42 + .../agpr-soybeans-2025-146585.json | 140 +++ .../agpr-soybeans-2025-146585.md | 37 + .../agpr-soybeans-2025-146622.json | 114 +++ .../agpr-soybeans-2025-146622.md | 35 + .../agpr-soybeans-2025-146662.json | 179 ++++ .../agpr-soybeans-2025-146662.md | 41 + .../agpr-soybeans-2025-146663.json | 88 ++ .../agpr-soybeans-2025-146663.md | 34 + .../agpr-soybeans-2025-146838.json | 140 +++ .../agpr-soybeans-2025-146838.md | 38 + .../agpr-soybeans-2025-146905.json | 309 +++++++ .../agpr-soybeans-2025-146905.md | 51 ++ .../agpr-soybeans-2025-146982.json | 283 ++++++ .../agpr-soybeans-2025-146982.md | 49 ++ .../agpr-soybeans-2025-147081.json | 166 ++++ .../agpr-soybeans-2025-147081.md | 39 + .../agpr-soybeans-2025-147206.json | 166 ++++ .../agpr-soybeans-2025-147206.md | 39 + .../agpr-soybeans-2025-147228.json | 114 +++ .../agpr-soybeans-2025-147228.md | 36 + .../agpr-soybeans-2025-147307.json | 140 +++ .../agpr-soybeans-2025-147307.md | 33 + .../agpr-soybeans-2025-147308.json | 140 +++ .../agpr-soybeans-2025-147308.md | 37 + .../agpr-soybeans-2025-147317.json | 179 ++++ .../agpr-soybeans-2025-147317.md | 40 + .../agpr-soybeans-2025-147329.json | 114 +++ .../agpr-soybeans-2025-147329.md | 35 + .../agpr-soybeans-2025-147330.json | 114 +++ .../agpr-soybeans-2025-147330.md | 35 + .../agpr-soybeans-2025-147336.json | 127 +++ .../agpr-soybeans-2025-147336.md | 37 + .../agpr-soybeans-2025-147347.json | 452 ++++++++++ .../agpr-soybeans-2025-147347.md | 62 ++ .../agpr-soybeans-2025-147348.json | 452 ++++++++++ .../agpr-soybeans-2025-147348.md | 62 ++ .../agpr-soybeans-2025-147365.json | 179 ++++ .../agpr-soybeans-2025-147365.md | 40 + .../agpr-soybeans-2025-147385.json | 426 +++++++++ .../agpr-soybeans-2025-147385.md | 60 ++ .../agpr-soybeans-2025-147386.json | 426 +++++++++ .../agpr-soybeans-2025-147386.md | 60 ++ .../agpr-soybeans-2025-147387.json | 426 +++++++++ .../agpr-soybeans-2025-147387.md | 60 ++ .../agpr-soybeans-2025-147412.json | 335 +++++++ .../agpr-soybeans-2025-147412.md | 53 ++ .../agpr-soybeans-2025-147428.json | 192 ++++ .../agpr-soybeans-2025-147428.md | 41 + .../agpr-soybeans-2025-147524.json | 114 +++ .../agpr-soybeans-2025-147524.md | 36 + .../agpr-soybeans-2025-147574.json | 426 +++++++++ .../agpr-soybeans-2025-147574.md | 60 ++ .../agpr-soybeans-2025-147575.json | 426 +++++++++ .../agpr-soybeans-2025-147575.md | 60 ++ .../agpr-soybeans-2025-147634.json | 179 ++++ .../agpr-soybeans-2025-147634.md | 41 + .../agpr-soybeans-2025-147635.json | 179 ++++ .../agpr-soybeans-2025-147635.md | 41 + .../agpr-soybeans-2025-147658.json | 127 +++ .../agpr-soybeans-2025-147658.md | 37 + .../agpr-soybeans-2025-147737.json | 257 ++++++ .../agpr-soybeans-2025-147737.md | 50 ++ .../agpr-soybeans-2025-147810.json | 322 +++++++ .../agpr-soybeans-2025-147810.md | 56 ++ .../agpr-soybeans-2025-147837.json | 153 ++++ .../agpr-soybeans-2025-147837.md | 39 + .../agpr-soybeans-2025-147838.json | 426 +++++++++ .../agpr-soybeans-2025-147838.md | 60 ++ .../agpr-soybeans-2025-147839.json | 426 +++++++++ .../agpr-soybeans-2025-147839.md | 60 ++ .../lgpr-corn-2024-141504.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-141504.md | 29 + .../lgpr-corn-2024-141505.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-141505.md | 28 + .../lgpr-corn-2024-141508.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-141508.md | 28 + .../lgpr-corn-2024-141509.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-141509.md | 28 + .../lgpr-corn-2024-141511.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-141511.md | 28 + .../lgpr-corn-2024-141514.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-141514.md | 28 + .../lgpr-corn-2024-141874.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-141874.md | 29 + .../lgpr-corn-2024-141875.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-141875.md | 28 + .../lgpr-corn-2024-141877.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-141877.md | 28 + .../lgpr-corn-2024-141881.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-141881.md | 28 + .../lgpr-corn-2024-142039.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142039.md | 28 + .../lgpr-corn-2024-142041.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142041.md | 28 + .../lgpr-corn-2024-142047.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142047.md | 28 + .../lgpr-corn-2024-142050.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142050.md | 28 + .../lgpr-corn-2024-142055.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142055.md | 28 + .../lgpr-corn-2024-142100.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142100.md | 28 + .../lgpr-corn-2024-142124.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142124.md | 28 + .../lgpr-corn-2024-142133.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142133.md | 28 + .../lgpr-corn-2024-142139.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142139.md | 28 + .../lgpr-corn-2024-142147.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142147.md | 28 + .../lgpr-corn-2024-142162.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142162.md | 28 + .../lgpr-corn-2024-142164.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142164.md | 28 + .../lgpr-corn-2024-142180.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142180.md | 28 + .../lgpr-corn-2024-142187.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142187.md | 28 + .../lgpr-corn-2024-142188.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142188.md | 28 + .../lgpr-corn-2024-142210.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142210.md | 28 + .../lgpr-corn-2024-142222.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142222.md | 28 + .../lgpr-corn-2024-142251.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142251.md | 28 + .../lgpr-corn-2024-142252.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142252.md | 28 + .../lgpr-corn-2024-142253.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142253.md | 28 + .../lgpr-corn-2024-142256.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142256.md | 28 + .../lgpr-corn-2024-142277.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142277.md | 28 + .../lgpr-corn-2024-142289.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142289.md | 28 + .../lgpr-corn-2024-142300.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142300.md | 28 + .../lgpr-corn-2024-142301.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142301.md | 28 + .../lgpr-corn-2024-142302.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142302.md | 28 + .../lgpr-corn-2024-142304.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142304.md | 28 + .../lgpr-corn-2024-142306.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142306.md | 28 + .../lgpr-corn-2024-142307.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142307.md | 28 + .../lgpr-corn-2024-142309.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142309.md | 28 + .../lgpr-corn-2024-142310.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142310.md | 28 + .../lgpr-corn-2024-142311.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142311.md | 28 + .../lgpr-corn-2024-142315.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142315.md | 28 + .../lgpr-corn-2024-142319.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142319.md | 28 + .../lgpr-corn-2024-142324.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142324.md | 28 + .../lgpr-corn-2024-142325.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142325.md | 28 + .../lgpr-corn-2024-142326.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142326.md | 28 + .../lgpr-corn-2024-142336.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142336.md | 28 + .../lgpr-corn-2024-142338.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142338.md | 28 + .../lgpr-corn-2024-142339.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142339.md | 28 + .../lgpr-corn-2024-142342.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142342.md | 28 + .../lgpr-corn-2024-142348.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142348.md | 28 + .../lgpr-corn-2024-142349.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142349.md | 28 + .../lgpr-corn-2024-142350.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142350.md | 28 + .../lgpr-corn-2024-142352.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142352.md | 28 + .../lgpr-corn-2024-142354.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142354.md | 28 + .../lgpr-corn-2024-142355.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142355.md | 28 + .../lgpr-corn-2024-142362.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142362.md | 28 + .../lgpr-corn-2024-142363.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142363.md | 28 + .../lgpr-corn-2024-142364.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142364.md | 28 + .../lgpr-corn-2024-142367.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142367.md | 28 + .../lgpr-corn-2024-142368.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142368.md | 28 + .../lgpr-corn-2024-142374.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142374.md | 28 + .../lgpr-corn-2024-142376.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142376.md | 28 + .../lgpr-corn-2024-142378.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142378.md | 28 + .../lgpr-corn-2024-142379.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142379.md | 28 + .../lgpr-corn-2024-142380.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142380.md | 28 + .../lgpr-corn-2024-142381.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142381.md | 28 + .../lgpr-corn-2024-142382.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142382.md | 28 + .../lgpr-corn-2024-142383.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142383.md | 28 + .../lgpr-corn-2024-142385.json | 64 ++ .../lg_plot_reports/lgpr-corn-2024-142385.md | 27 + .../lgpr-corn-2024-142394.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142394.md | 28 + .../lgpr-corn-2024-142395.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142395.md | 28 + .../lgpr-corn-2024-142397.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142397.md | 28 + .../lgpr-corn-2024-142399.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142399.md | 28 + .../lgpr-corn-2024-142400.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142400.md | 28 + .../lgpr-corn-2024-142403.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142403.md | 28 + .../lgpr-corn-2024-142404.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142404.md | 28 + .../lgpr-corn-2024-142410.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142410.md | 28 + .../lgpr-corn-2024-142416.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142416.md | 29 + .../lgpr-corn-2024-142421.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142421.md | 28 + .../lgpr-corn-2024-142422.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142422.md | 28 + .../lgpr-corn-2024-142437.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142437.md | 28 + .../lgpr-corn-2024-142450.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142450.md | 28 + .../lgpr-corn-2024-142451.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142451.md | 28 + .../lgpr-corn-2024-142452.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142452.md | 28 + .../lgpr-corn-2024-142455.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142455.md | 28 + .../lgpr-corn-2024-142456.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142456.md | 28 + .../lgpr-corn-2024-142492.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142492.md | 28 + .../lgpr-corn-2024-142502.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142502.md | 28 + .../lgpr-corn-2024-142505.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142505.md | 28 + .../lgpr-corn-2024-142596.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142596.md | 28 + .../lgpr-corn-2024-142605.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142605.md | 28 + .../lgpr-corn-2024-142634.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142634.md | 28 + .../lgpr-corn-2024-142638.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142638.md | 28 + .../lgpr-corn-2024-142642.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142642.md | 28 + .../lgpr-corn-2024-142644.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142644.md | 29 + .../lgpr-corn-2024-142646.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142646.md | 28 + .../lgpr-corn-2024-142647.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142647.md | 28 + .../lgpr-corn-2024-142659.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142659.md | 28 + .../lgpr-corn-2024-142660.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142660.md | 28 + .../lgpr-corn-2024-142661.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142661.md | 29 + .../lgpr-corn-2024-142669.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142669.md | 28 + .../lgpr-corn-2024-142671.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142671.md | 28 + .../lgpr-corn-2024-142677.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142677.md | 28 + .../lgpr-corn-2024-142681.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142681.md | 29 + .../lgpr-corn-2024-142685.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142685.md | 28 + .../lgpr-corn-2024-142686.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142686.md | 28 + .../lgpr-corn-2024-142694.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142694.md | 28 + .../lgpr-corn-2024-142696.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142696.md | 28 + .../lgpr-corn-2024-142704.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142704.md | 28 + .../lgpr-corn-2024-142707.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142707.md | 28 + .../lgpr-corn-2024-142708.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142708.md | 28 + .../lgpr-corn-2024-142719.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142719.md | 28 + .../lgpr-corn-2024-142725.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142725.md | 28 + .../lgpr-corn-2024-142729.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142729.md | 28 + .../lgpr-corn-2024-142730.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142730.md | 28 + .../lgpr-corn-2024-142734.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142734.md | 28 + .../lgpr-corn-2024-142736.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142736.md | 28 + .../lgpr-corn-2024-142738.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142738.md | 28 + .../lgpr-corn-2024-142742.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142742.md | 28 + .../lgpr-corn-2024-142756.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142756.md | 28 + .../lgpr-corn-2024-142764.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142764.md | 28 + .../lgpr-corn-2024-142765.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142765.md | 28 + .../lgpr-corn-2024-142770.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142770.md | 28 + .../lgpr-corn-2024-142777.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142777.md | 28 + .../lgpr-corn-2024-142778.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142778.md | 28 + .../lgpr-corn-2024-142782.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142782.md | 28 + .../lgpr-corn-2024-142788.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142788.md | 28 + .../lgpr-corn-2024-142790.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142790.md | 28 + .../lgpr-corn-2024-142791.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142791.md | 28 + .../lgpr-corn-2024-142792.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142792.md | 28 + .../lgpr-corn-2024-142794.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142794.md | 28 + .../lgpr-corn-2024-142798.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142798.md | 28 + .../lgpr-corn-2024-142803.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142803.md | 28 + .../lgpr-corn-2024-142807.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142807.md | 28 + .../lgpr-corn-2024-142812.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142812.md | 28 + .../lgpr-corn-2024-142819.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142819.md | 28 + .../lgpr-corn-2024-142822.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142822.md | 28 + .../lgpr-corn-2024-142825.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142825.md | 29 + .../lgpr-corn-2024-142832.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142832.md | 28 + .../lgpr-corn-2024-142834.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142834.md | 28 + .../lgpr-corn-2024-142837.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142837.md | 28 + .../lgpr-corn-2024-142841.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142841.md | 28 + .../lgpr-corn-2024-142842.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142842.md | 28 + .../lgpr-corn-2024-142843.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142843.md | 28 + .../lgpr-corn-2024-142844.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142844.md | 28 + .../lgpr-corn-2024-142846.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142846.md | 28 + .../lgpr-corn-2024-142854.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142854.md | 28 + .../lgpr-corn-2024-142860.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142860.md | 28 + .../lgpr-corn-2024-142873.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142873.md | 28 + .../lgpr-corn-2024-142884.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142884.md | 28 + .../lgpr-corn-2024-142885.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142885.md | 28 + .../lgpr-corn-2024-142895.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142895.md | 28 + .../lgpr-corn-2024-142899.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142899.md | 28 + .../lgpr-corn-2024-142904.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142904.md | 28 + .../lgpr-corn-2024-142916.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142916.md | 28 + .../lgpr-corn-2024-142918.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142918.md | 28 + .../lgpr-corn-2024-142920.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142920.md | 28 + .../lgpr-corn-2024-142921.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142921.md | 28 + .../lgpr-corn-2024-142922.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142922.md | 28 + .../lgpr-corn-2024-142923.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142923.md | 28 + .../lgpr-corn-2024-142924.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142924.md | 29 + .../lgpr-corn-2024-142925.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142925.md | 28 + .../lgpr-corn-2024-142927.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142927.md | 28 + .../lgpr-corn-2024-142934.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142934.md | 28 + .../lgpr-corn-2024-142935.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142935.md | 28 + .../lgpr-corn-2024-142946.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142946.md | 28 + .../lgpr-corn-2024-142948.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142948.md | 28 + .../lgpr-corn-2024-142949.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142949.md | 29 + .../lgpr-corn-2024-142954.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142954.md | 28 + .../lgpr-corn-2024-142955.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142955.md | 28 + .../lgpr-corn-2024-142956.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142956.md | 29 + .../lgpr-corn-2024-142957.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142957.md | 28 + .../lgpr-corn-2024-142962.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142962.md | 28 + .../lgpr-corn-2024-142964.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142964.md | 29 + .../lgpr-corn-2024-142965.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142965.md | 28 + .../lgpr-corn-2024-142967.json | 64 ++ .../lg_plot_reports/lgpr-corn-2024-142967.md | 28 + .../lgpr-corn-2024-142968.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142968.md | 28 + .../lgpr-corn-2024-142972.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142972.md | 28 + .../lgpr-corn-2024-142978.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142978.md | 28 + .../lgpr-corn-2024-142988.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-142988.md | 28 + .../lgpr-corn-2024-143000.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143000.md | 28 + .../lgpr-corn-2024-143001.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143001.md | 28 + .../lgpr-corn-2024-143002.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143002.md | 28 + .../lgpr-corn-2024-143005.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143005.md | 28 + .../lgpr-corn-2024-143007.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143007.md | 28 + .../lgpr-corn-2024-143009.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143009.md | 28 + .../lgpr-corn-2024-143012.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143012.md | 28 + .../lgpr-corn-2024-143014.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143014.md | 28 + .../lgpr-corn-2024-143016.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143016.md | 28 + .../lgpr-corn-2024-143018.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143018.md | 28 + .../lgpr-corn-2024-143021.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143021.md | 28 + .../lgpr-corn-2024-143027.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143027.md | 28 + .../lgpr-corn-2024-143028.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143028.md | 28 + .../lgpr-corn-2024-143033.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143033.md | 28 + .../lgpr-corn-2024-143035.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143035.md | 28 + .../lgpr-corn-2024-143038.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143038.md | 28 + .../lgpr-corn-2024-143039.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143039.md | 28 + .../lgpr-corn-2024-143040.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143040.md | 28 + .../lgpr-corn-2024-143045.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143045.md | 28 + .../lgpr-corn-2024-143052.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143052.md | 29 + .../lgpr-corn-2024-143054.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143054.md | 29 + .../lgpr-corn-2024-143057.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143057.md | 28 + .../lgpr-corn-2024-143060.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143060.md | 28 + .../lgpr-corn-2024-143065.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143065.md | 28 + .../lgpr-corn-2024-143075.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143075.md | 28 + .../lgpr-corn-2024-143091.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143091.md | 28 + .../lgpr-corn-2024-143115.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143115.md | 28 + .../lgpr-corn-2024-143116.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143116.md | 28 + .../lgpr-corn-2024-143121.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143121.md | 28 + .../lgpr-corn-2024-143125.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143125.md | 28 + .../lgpr-corn-2024-143131.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143131.md | 28 + .../lgpr-corn-2024-143132.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143132.md | 28 + .../lgpr-corn-2024-143135.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143135.md | 28 + .../lgpr-corn-2024-143137.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143137.md | 29 + .../lgpr-corn-2024-143138.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143138.md | 28 + .../lgpr-corn-2024-143155.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143155.md | 28 + .../lgpr-corn-2024-143156.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143156.md | 28 + .../lgpr-corn-2024-143172.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143172.md | 28 + .../lgpr-corn-2024-143174.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143174.md | 28 + .../lgpr-corn-2024-143184.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143184.md | 28 + .../lgpr-corn-2024-143193.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143193.md | 28 + .../lgpr-corn-2024-143196.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143196.md | 28 + .../lgpr-corn-2024-143205.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143205.md | 28 + .../lgpr-corn-2024-143209.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143209.md | 28 + .../lgpr-corn-2024-143228.json | 64 ++ .../lg_plot_reports/lgpr-corn-2024-143228.md | 27 + .../lgpr-corn-2024-143241.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143241.md | 28 + .../lgpr-corn-2024-143247.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143247.md | 28 + .../lgpr-corn-2024-143253.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143253.md | 27 + .../lgpr-corn-2024-143254.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143254.md | 28 + .../lgpr-corn-2024-143259.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143259.md | 28 + .../lgpr-corn-2024-143260.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143260.md | 28 + .../lgpr-corn-2024-143261.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143261.md | 29 + .../lgpr-corn-2024-143262.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143262.md | 28 + .../lgpr-corn-2024-143272.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143272.md | 28 + .../lgpr-corn-2024-143301.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143301.md | 28 + .../lgpr-corn-2024-143310.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143310.md | 28 + .../lgpr-corn-2024-143320.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143320.md | 28 + .../lgpr-corn-2024-143334.json | 46 + .../lg_plot_reports/lgpr-corn-2024-143334.md | 25 + .../lgpr-corn-2024-143335.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143335.md | 28 + .../lgpr-corn-2024-143341.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143341.md | 29 + .../lgpr-corn-2024-143347.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143347.md | 28 + .../lgpr-corn-2024-143348.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143348.md | 28 + .../lgpr-corn-2024-143355.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143355.md | 28 + .../lgpr-corn-2024-143356.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143356.md | 28 + .../lgpr-corn-2024-143361.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143361.md | 28 + .../lgpr-corn-2024-143364.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143364.md | 29 + .../lgpr-corn-2024-143390.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143390.md | 28 + .../lgpr-corn-2024-143401.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143401.md | 28 + .../lgpr-corn-2024-143404.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143404.md | 29 + .../lgpr-corn-2024-143417.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143417.md | 28 + .../lgpr-corn-2024-143422.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143422.md | 28 + .../lgpr-corn-2024-143432.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143432.md | 29 + .../lgpr-corn-2024-143433.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143433.md | 28 + .../lgpr-corn-2024-143449.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143449.md | 28 + .../lgpr-corn-2024-143453.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143453.md | 28 + .../lgpr-corn-2024-143457.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143457.md | 28 + .../lgpr-corn-2024-143462.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143462.md | 28 + .../lgpr-corn-2024-143465.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143465.md | 28 + .../lgpr-corn-2024-143467.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143467.md | 28 + .../lgpr-corn-2024-143468.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143468.md | 28 + .../lgpr-corn-2024-143471.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143471.md | 28 + .../lgpr-corn-2024-143474.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143474.md | 28 + .../lgpr-corn-2024-143478.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143478.md | 28 + .../lgpr-corn-2024-143488.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143488.md | 28 + .../lgpr-corn-2024-143490.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143490.md | 28 + .../lgpr-corn-2024-143494.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143494.md | 28 + .../lgpr-corn-2024-143497.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143497.md | 28 + .../lgpr-corn-2024-143499.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143499.md | 28 + .../lgpr-corn-2024-143500.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143500.md | 28 + .../lgpr-corn-2024-143515.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143515.md | 28 + .../lgpr-corn-2024-143516.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143516.md | 29 + .../lgpr-corn-2024-143517.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143517.md | 28 + .../lgpr-corn-2024-143518.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143518.md | 28 + .../lgpr-corn-2024-143524.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143524.md | 28 + .../lgpr-corn-2024-143525.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143525.md | 28 + .../lgpr-corn-2024-143531.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143531.md | 28 + .../lgpr-corn-2024-143536.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143536.md | 27 + .../lgpr-corn-2024-143550.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143550.md | 28 + .../lgpr-corn-2024-143563.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143563.md | 28 + .../lgpr-corn-2024-143564.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143564.md | 28 + .../lgpr-corn-2024-143568.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143568.md | 28 + .../lgpr-corn-2024-143569.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143569.md | 28 + .../lgpr-corn-2024-143571.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143571.md | 28 + .../lgpr-corn-2024-143573.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143573.md | 28 + .../lgpr-corn-2024-143574.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143574.md | 28 + .../lgpr-corn-2024-143575.json | 64 ++ .../lg_plot_reports/lgpr-corn-2024-143575.md | 27 + .../lgpr-corn-2024-143576.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143576.md | 28 + .../lgpr-corn-2024-143580.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143580.md | 28 + .../lgpr-corn-2024-143610.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143610.md | 28 + .../lgpr-corn-2024-143624.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143624.md | 28 + .../lgpr-corn-2024-143625.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143625.md | 28 + .../lgpr-corn-2024-143628.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143628.md | 28 + .../lgpr-corn-2024-143680.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143680.md | 28 + .../lgpr-corn-2024-143685.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143685.md | 28 + .../lgpr-corn-2024-143687.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143687.md | 27 + .../lgpr-corn-2024-143689.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143689.md | 27 + .../lgpr-corn-2024-143690.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143690.md | 27 + .../lgpr-corn-2024-143691.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143691.md | 28 + .../lgpr-corn-2024-143698.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143698.md | 27 + .../lgpr-corn-2024-143727.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143727.md | 28 + .../lgpr-corn-2024-143730.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143730.md | 28 + .../lgpr-corn-2024-143734.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143734.md | 28 + .../lgpr-corn-2024-143751.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143751.md | 28 + .../lgpr-corn-2024-143787.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143787.md | 28 + .../lgpr-corn-2024-143800.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143800.md | 28 + .../lgpr-corn-2024-143801.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143801.md | 28 + .../lgpr-corn-2024-143814.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143814.md | 28 + .../lgpr-corn-2024-143819.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143819.md | 28 + .../lgpr-corn-2024-143842.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143842.md | 28 + .../lgpr-corn-2024-143843.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143843.md | 28 + .../lgpr-corn-2024-143844.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143844.md | 28 + .../lgpr-corn-2024-143845.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143845.md | 28 + .../lgpr-corn-2024-143848.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143848.md | 28 + .../lgpr-corn-2024-143855.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143855.md | 28 + .../lgpr-corn-2024-143878.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143878.md | 28 + .../lgpr-corn-2024-143880.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143880.md | 28 + .../lgpr-corn-2024-143883.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143883.md | 29 + .../lgpr-corn-2024-143885.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143885.md | 28 + .../lgpr-corn-2024-143887.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143887.md | 29 + .../lgpr-corn-2024-143888.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143888.md | 28 + .../lgpr-corn-2024-143889.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143889.md | 28 + .../lgpr-corn-2024-143892.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143892.md | 28 + .../lgpr-corn-2024-143910.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143910.md | 28 + .../lgpr-corn-2024-143915.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143915.md | 28 + .../lgpr-corn-2024-143925.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143925.md | 28 + .../lgpr-corn-2024-143939.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143939.md | 28 + .../lgpr-corn-2024-143943.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143943.md | 28 + .../lgpr-corn-2024-143946.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143946.md | 28 + .../lgpr-corn-2024-143951.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143951.md | 28 + .../lgpr-corn-2024-143956.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143956.md | 28 + .../lgpr-corn-2024-143957.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143957.md | 28 + .../lgpr-corn-2024-143960.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143960.md | 28 + .../lgpr-corn-2024-143985.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143985.md | 28 + .../lgpr-corn-2024-143988.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143988.md | 28 + .../lgpr-corn-2024-143989.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143989.md | 28 + .../lgpr-corn-2024-143992.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143992.md | 28 + .../lgpr-corn-2024-143999.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-143999.md | 28 + .../lgpr-corn-2024-144001.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144001.md | 29 + .../lgpr-corn-2024-144002.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144002.md | 28 + .../lgpr-corn-2024-144003.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144003.md | 28 + .../lgpr-corn-2024-144008.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144008.md | 28 + .../lgpr-corn-2024-144018.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144018.md | 28 + .../lgpr-corn-2024-144023.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144023.md | 28 + .../lgpr-corn-2024-144024.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144024.md | 28 + .../lgpr-corn-2024-144025.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144025.md | 28 + .../lgpr-corn-2024-144027.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144027.md | 28 + .../lgpr-corn-2024-144029.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144029.md | 28 + .../lgpr-corn-2024-144031.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144031.md | 28 + .../lgpr-corn-2024-144032.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144032.md | 28 + .../lgpr-corn-2024-144036.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144036.md | 28 + .../lgpr-corn-2024-144038.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144038.md | 28 + .../lgpr-corn-2024-144040.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144040.md | 28 + .../lgpr-corn-2024-144052.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144052.md | 28 + .../lgpr-corn-2024-144055.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144055.md | 28 + .../lgpr-corn-2024-144056.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144056.md | 28 + .../lgpr-corn-2024-144063.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144063.md | 28 + .../lgpr-corn-2024-144068.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144068.md | 28 + .../lgpr-corn-2024-144081.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144081.md | 28 + .../lgpr-corn-2024-144092.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144092.md | 29 + .../lgpr-corn-2024-144095.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144095.md | 28 + .../lgpr-corn-2024-144112.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144112.md | 28 + .../lgpr-corn-2024-144165.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144165.md | 28 + .../lgpr-corn-2024-144172.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144172.md | 28 + .../lgpr-corn-2024-144174.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144174.md | 28 + .../lgpr-corn-2024-144178.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144178.md | 28 + .../lgpr-corn-2024-144179.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144179.md | 28 + .../lgpr-corn-2024-144180.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144180.md | 28 + .../lgpr-corn-2024-144187.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144187.md | 28 + .../lgpr-corn-2024-144203.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144203.md | 28 + .../lgpr-corn-2024-144204.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144204.md | 28 + .../lgpr-corn-2024-144205.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144205.md | 29 + .../lgpr-corn-2024-144210.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144210.md | 28 + .../lgpr-corn-2024-144223.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144223.md | 28 + .../lgpr-corn-2024-144228.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144228.md | 28 + .../lgpr-corn-2024-144246.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144246.md | 28 + .../lgpr-corn-2024-144253.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144253.md | 28 + .../lgpr-corn-2024-144266.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144266.md | 28 + .../lgpr-corn-2024-144269.json | 46 + .../lg_plot_reports/lgpr-corn-2024-144269.md | 24 + .../lgpr-corn-2024-144275.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144275.md | 28 + .../lgpr-corn-2024-144276.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144276.md | 29 + .../lgpr-corn-2024-144277.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144277.md | 28 + .../lgpr-corn-2024-144278.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144278.md | 28 + .../lgpr-corn-2024-144288.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144288.md | 28 + .../lgpr-corn-2024-144289.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144289.md | 28 + .../lgpr-corn-2024-144294.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144294.md | 28 + .../lgpr-corn-2024-144313.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144313.md | 28 + .../lgpr-corn-2024-144321.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144321.md | 29 + .../lgpr-corn-2024-144329.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144329.md | 28 + .../lgpr-corn-2024-144330.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144330.md | 28 + .../lgpr-corn-2024-144335.json | 55 ++ .../lg_plot_reports/lgpr-corn-2024-144335.md | 26 + .../lgpr-corn-2024-144340.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144340.md | 29 + .../lgpr-corn-2024-144343.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144343.md | 28 + .../lgpr-corn-2024-144367.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144367.md | 28 + .../lgpr-corn-2024-144368.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144368.md | 28 + .../lgpr-corn-2024-144370.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144370.md | 28 + .../lgpr-corn-2024-144371.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144371.md | 29 + .../lgpr-corn-2024-144374.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144374.md | 28 + .../lgpr-corn-2024-144375.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144375.md | 28 + .../lgpr-corn-2024-144376.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144376.md | 29 + .../lgpr-corn-2024-144378.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144378.md | 28 + .../lgpr-corn-2024-144379.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144379.md | 28 + .../lgpr-corn-2024-144382.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144382.md | 29 + .../lgpr-corn-2024-144383.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144383.md | 28 + .../lgpr-corn-2024-144394.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144394.md | 28 + .../lgpr-corn-2024-144396.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144396.md | 28 + .../lgpr-corn-2024-144397.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144397.md | 28 + .../lgpr-corn-2024-144406.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144406.md | 28 + .../lgpr-corn-2024-144407.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144407.md | 28 + .../lgpr-corn-2024-144415.json | 55 ++ .../lg_plot_reports/lgpr-corn-2024-144415.md | 26 + .../lgpr-corn-2024-144422.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144422.md | 28 + .../lgpr-corn-2024-144426.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144426.md | 28 + .../lgpr-corn-2024-144431.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144431.md | 28 + .../lgpr-corn-2024-144433.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144433.md | 28 + .../lgpr-corn-2024-144435.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144435.md | 28 + .../lgpr-corn-2024-144465.json | 46 + .../lg_plot_reports/lgpr-corn-2024-144465.md | 25 + .../lgpr-corn-2024-144468.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144468.md | 28 + .../lgpr-corn-2024-144474.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144474.md | 28 + .../lgpr-corn-2024-144476.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144476.md | 28 + .../lgpr-corn-2024-144478.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144478.md | 29 + .../lgpr-corn-2024-144486.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144486.md | 28 + .../lgpr-corn-2024-144488.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144488.md | 28 + .../lgpr-corn-2024-144493.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144493.md | 28 + .../lgpr-corn-2024-144496.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144496.md | 28 + .../lgpr-corn-2024-144497.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144497.md | 28 + .../lgpr-corn-2024-144511.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144511.md | 28 + .../lgpr-corn-2024-144517.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144517.md | 28 + .../lgpr-corn-2024-144535.json | 55 ++ .../lg_plot_reports/lgpr-corn-2024-144535.md | 26 + .../lgpr-corn-2024-144537.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144537.md | 28 + .../lgpr-corn-2024-144540.json | 64 ++ .../lg_plot_reports/lgpr-corn-2024-144540.md | 27 + .../lgpr-corn-2024-144543.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144543.md | 28 + .../lgpr-corn-2024-144561.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144561.md | 28 + .../lgpr-corn-2024-144578.json | 46 + .../lg_plot_reports/lgpr-corn-2024-144578.md | 25 + .../lgpr-corn-2024-144581.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144581.md | 29 + .../lgpr-corn-2024-144583.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144583.md | 29 + .../lgpr-corn-2024-144585.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144585.md | 28 + .../lgpr-corn-2024-144586.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144586.md | 28 + .../lgpr-corn-2024-144587.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144587.md | 28 + .../lgpr-corn-2024-144602.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144602.md | 29 + .../lgpr-corn-2024-144603.json | 64 ++ .../lg_plot_reports/lgpr-corn-2024-144603.md | 27 + .../lgpr-corn-2024-144605.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144605.md | 28 + .../lgpr-corn-2024-144608.json | 55 ++ .../lg_plot_reports/lgpr-corn-2024-144608.md | 26 + .../lgpr-corn-2024-144609.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144609.md | 28 + .../lgpr-corn-2024-144611.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144611.md | 28 + .../lgpr-corn-2024-144612.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144612.md | 29 + .../lgpr-corn-2024-144618.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144618.md | 28 + .../lgpr-corn-2024-144634.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144634.md | 28 + .../lgpr-corn-2024-144645.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144645.md | 28 + .../lgpr-corn-2024-144651.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144651.md | 27 + .../lgpr-corn-2024-144670.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144670.md | 29 + .../lgpr-corn-2024-144671.json | 46 + .../lg_plot_reports/lgpr-corn-2024-144671.md | 25 + .../lgpr-corn-2024-144672.json | 55 ++ .../lg_plot_reports/lgpr-corn-2024-144672.md | 26 + .../lgpr-corn-2024-144686.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144686.md | 28 + .../lgpr-corn-2024-144696.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144696.md | 28 + .../lgpr-corn-2024-144706.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144706.md | 28 + .../lgpr-corn-2024-144712.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144712.md | 27 + .../lgpr-corn-2024-144716.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144716.md | 28 + .../lgpr-corn-2024-144728.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144728.md | 28 + .../lgpr-corn-2024-144735.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144735.md | 28 + .../lgpr-corn-2024-144738.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144738.md | 28 + .../lgpr-corn-2024-144741.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144741.md | 28 + .../lgpr-corn-2024-144749.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144749.md | 28 + .../lgpr-corn-2024-144750.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144750.md | 28 + .../lgpr-corn-2024-144751.json | 46 + .../lg_plot_reports/lgpr-corn-2024-144751.md | 25 + .../lgpr-corn-2024-144758.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144758.md | 26 + .../lgpr-corn-2024-144767.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144767.md | 28 + .../lgpr-corn-2024-144771.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144771.md | 28 + .../lgpr-corn-2024-144772.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144772.md | 28 + .../lgpr-corn-2024-144775.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144775.md | 28 + .../lgpr-corn-2024-144776.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144776.md | 28 + .../lgpr-corn-2024-144777.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144777.md | 28 + .../lgpr-corn-2024-144778.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144778.md | 28 + .../lgpr-corn-2024-144779.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144779.md | 28 + .../lgpr-corn-2024-144781.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144781.md | 28 + .../lgpr-corn-2024-144783.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144783.md | 28 + .../lgpr-corn-2024-144784.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144784.md | 28 + .../lgpr-corn-2024-144785.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144785.md | 28 + .../lgpr-corn-2024-144786.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144786.md | 28 + .../lgpr-corn-2024-144793.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144793.md | 28 + .../lgpr-corn-2024-144797.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144797.md | 28 + .../lgpr-corn-2024-144814.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144814.md | 28 + .../lgpr-corn-2024-144817.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144817.md | 28 + .../lgpr-corn-2024-144822.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144822.md | 28 + .../lgpr-corn-2024-144836.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144836.md | 28 + .../lgpr-corn-2024-144838.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144838.md | 28 + .../lgpr-corn-2024-144839.json | 73 ++ .../lg_plot_reports/lgpr-corn-2024-144839.md | 28 + .../lgpr-corn-2025-144984.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-144984.md | 28 + .../lgpr-corn-2025-144986.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-144986.md | 28 + .../lgpr-corn-2025-144996.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-144996.md | 28 + .../lgpr-corn-2025-144997.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-144997.md | 28 + .../lgpr-corn-2025-144998.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-144998.md | 28 + .../lgpr-corn-2025-145001.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145001.md | 28 + .../lgpr-corn-2025-145135.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145135.md | 28 + .../lgpr-corn-2025-145142.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145142.md | 28 + .../lgpr-corn-2025-145172.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145172.md | 29 + .../lgpr-corn-2025-145183.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145183.md | 28 + .../lgpr-corn-2025-145190.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145190.md | 28 + .../lgpr-corn-2025-145194.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145194.md | 28 + .../lgpr-corn-2025-145210.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145210.md | 28 + .../lgpr-corn-2025-145261.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145261.md | 28 + .../lgpr-corn-2025-145264.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145264.md | 28 + .../lgpr-corn-2025-145273.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145273.md | 28 + .../lgpr-corn-2025-145274.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145274.md | 28 + .../lgpr-corn-2025-145276.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145276.md | 28 + .../lgpr-corn-2025-145277.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145277.md | 28 + .../lgpr-corn-2025-145278.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145278.md | 28 + .../lgpr-corn-2025-145281.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145281.md | 28 + .../lgpr-corn-2025-145285.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145285.md | 28 + .../lgpr-corn-2025-145287.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145287.md | 28 + .../lgpr-corn-2025-145291.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145291.md | 28 + .../lgpr-corn-2025-145307.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145307.md | 28 + .../lgpr-corn-2025-145310.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145310.md | 28 + .../lgpr-corn-2025-145313.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145313.md | 28 + .../lgpr-corn-2025-145318.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145318.md | 28 + .../lgpr-corn-2025-145319.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145319.md | 28 + .../lgpr-corn-2025-145326.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145326.md | 28 + .../lgpr-corn-2025-145333.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145333.md | 28 + .../lgpr-corn-2025-145339.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145339.md | 28 + .../lgpr-corn-2025-145356.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145356.md | 28 + .../lgpr-corn-2025-145358.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145358.md | 28 + .../lgpr-corn-2025-145361.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145361.md | 28 + .../lgpr-corn-2025-145363.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145363.md | 28 + .../lgpr-corn-2025-145374.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145374.md | 28 + .../lgpr-corn-2025-145375.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145375.md | 28 + .../lgpr-corn-2025-145377.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145377.md | 28 + .../lgpr-corn-2025-145379.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145379.md | 28 + .../lgpr-corn-2025-145383.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145383.md | 28 + .../lgpr-corn-2025-145385.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145385.md | 28 + .../lgpr-corn-2025-145386.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145386.md | 28 + .../lgpr-corn-2025-145389.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145389.md | 28 + .../lgpr-corn-2025-145393.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145393.md | 28 + .../lgpr-corn-2025-145394.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145394.md | 28 + .../lgpr-corn-2025-145396.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145396.md | 28 + .../lgpr-corn-2025-145401.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145401.md | 28 + .../lgpr-corn-2025-145403.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145403.md | 28 + .../lgpr-corn-2025-145404.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145404.md | 28 + .../lgpr-corn-2025-145408.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145408.md | 29 + .../lgpr-corn-2025-145417.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145417.md | 28 + .../lgpr-corn-2025-145418.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145418.md | 28 + .../lgpr-corn-2025-145419.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145419.md | 28 + .../lgpr-corn-2025-145422.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145422.md | 28 + .../lgpr-corn-2025-145430.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145430.md | 28 + .../lgpr-corn-2025-145431.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145431.md | 28 + .../lgpr-corn-2025-145433.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145433.md | 28 + .../lgpr-corn-2025-145438.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145438.md | 29 + .../lgpr-corn-2025-145439.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145439.md | 28 + .../lgpr-corn-2025-145450.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145450.md | 28 + .../lgpr-corn-2025-145453.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145453.md | 28 + .../lgpr-corn-2025-145456.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145456.md | 28 + .../lgpr-corn-2025-145457.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145457.md | 28 + .../lgpr-corn-2025-145458.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145458.md | 28 + .../lgpr-corn-2025-145460.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145460.md | 28 + .../lgpr-corn-2025-145462.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145462.md | 28 + .../lgpr-corn-2025-145464.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145464.md | 28 + .../lgpr-corn-2025-145466.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145466.md | 28 + .../lgpr-corn-2025-145467.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145467.md | 28 + .../lgpr-corn-2025-145472.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145472.md | 28 + .../lgpr-corn-2025-145487.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145487.md | 28 + .../lgpr-corn-2025-145494.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145494.md | 28 + .../lgpr-corn-2025-145506.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145506.md | 28 + .../lgpr-corn-2025-145514.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145514.md | 28 + .../lgpr-corn-2025-145534.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145534.md | 28 + .../lgpr-corn-2025-145535.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145535.md | 28 + .../lgpr-corn-2025-145536.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145536.md | 28 + .../lgpr-corn-2025-145538.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145538.md | 28 + .../lgpr-corn-2025-145546.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145546.md | 28 + .../lgpr-corn-2025-145549.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145549.md | 28 + .../lgpr-corn-2025-145550.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145550.md | 28 + .../lgpr-corn-2025-145559.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145559.md | 28 + .../lgpr-corn-2025-145564.json | 64 ++ .../lg_plot_reports/lgpr-corn-2025-145564.md | 27 + .../lgpr-corn-2025-145566.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145566.md | 28 + .../lgpr-corn-2025-145574.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145574.md | 28 + .../lgpr-corn-2025-145576.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145576.md | 28 + .../lgpr-corn-2025-145579.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145579.md | 28 + .../lgpr-corn-2025-145583.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145583.md | 28 + .../lgpr-corn-2025-145607.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145607.md | 28 + .../lgpr-corn-2025-145612.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145612.md | 28 + .../lgpr-corn-2025-145623.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145623.md | 28 + .../lgpr-corn-2025-145624.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145624.md | 28 + .../lgpr-corn-2025-145626.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145626.md | 28 + .../lgpr-corn-2025-145627.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145627.md | 28 + .../lgpr-corn-2025-145633.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145633.md | 28 + .../lgpr-corn-2025-145634.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145634.md | 28 + .../lgpr-corn-2025-145635.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145635.md | 28 + .../lgpr-corn-2025-145646.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145646.md | 28 + .../lgpr-corn-2025-145648.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145648.md | 28 + .../lgpr-corn-2025-145649.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145649.md | 28 + .../lgpr-corn-2025-145655.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145655.md | 28 + .../lgpr-corn-2025-145656.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145656.md | 28 + .../lgpr-corn-2025-145657.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145657.md | 28 + .../lgpr-corn-2025-145660.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145660.md | 28 + .../lgpr-corn-2025-145663.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145663.md | 28 + .../lgpr-corn-2025-145664.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145664.md | 28 + .../lgpr-corn-2025-145667.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145667.md | 28 + .../lgpr-corn-2025-145670.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145670.md | 28 + .../lgpr-corn-2025-145671.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145671.md | 28 + .../lgpr-corn-2025-145673.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145673.md | 28 + .../lgpr-corn-2025-145674.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145674.md | 28 + .../lgpr-corn-2025-145675.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145675.md | 28 + .../lgpr-corn-2025-145678.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145678.md | 28 + .../lgpr-corn-2025-145679.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145679.md | 28 + .../lgpr-corn-2025-145687.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145687.md | 28 + .../lgpr-corn-2025-145689.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145689.md | 28 + .../lgpr-corn-2025-145694.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145694.md | 28 + .../lgpr-corn-2025-145697.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145697.md | 29 + .../lgpr-corn-2025-145699.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145699.md | 28 + .../lgpr-corn-2025-145701.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145701.md | 28 + .../lgpr-corn-2025-145705.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145705.md | 28 + .../lgpr-corn-2025-145706.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145706.md | 28 + .../lgpr-corn-2025-145707.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145707.md | 28 + .../lgpr-corn-2025-145713.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145713.md | 28 + .../lgpr-corn-2025-145714.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145714.md | 29 + .../lgpr-corn-2025-145718.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145718.md | 28 + .../lgpr-corn-2025-145720.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145720.md | 28 + .../lgpr-corn-2025-145726.json | 64 ++ .../lg_plot_reports/lgpr-corn-2025-145726.md | 27 + .../lgpr-corn-2025-145728.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145728.md | 28 + .../lgpr-corn-2025-145730.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145730.md | 28 + .../lgpr-corn-2025-145732.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145732.md | 28 + .../lgpr-corn-2025-145735.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145735.md | 28 + .../lgpr-corn-2025-145737.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145737.md | 28 + .../lgpr-corn-2025-145740.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145740.md | 28 + .../lgpr-corn-2025-145742.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145742.md | 29 + .../lgpr-corn-2025-145743.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145743.md | 28 + .../lgpr-corn-2025-145758.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145758.md | 29 + .../lgpr-corn-2025-145759.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145759.md | 28 + .../lgpr-corn-2025-145760.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145760.md | 29 + .../lgpr-corn-2025-145763.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145763.md | 28 + .../lgpr-corn-2025-145767.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145767.md | 28 + .../lgpr-corn-2025-145768.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145768.md | 28 + .../lgpr-corn-2025-145770.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145770.md | 28 + .../lgpr-corn-2025-145772.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145772.md | 28 + .../lgpr-corn-2025-145779.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145779.md | 28 + .../lgpr-corn-2025-145789.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145789.md | 29 + .../lgpr-corn-2025-145795.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145795.md | 28 + .../lgpr-corn-2025-145796.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145796.md | 28 + .../lgpr-corn-2025-145803.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145803.md | 28 + .../lgpr-corn-2025-145813.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145813.md | 28 + .../lgpr-corn-2025-145814.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145814.md | 28 + .../lgpr-corn-2025-145821.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145821.md | 29 + .../lgpr-corn-2025-145822.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145822.md | 28 + .../lgpr-corn-2025-145838.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145838.md | 28 + .../lgpr-corn-2025-145844.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145844.md | 28 + .../lgpr-corn-2025-145845.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145845.md | 28 + .../lgpr-corn-2025-145846.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145846.md | 28 + .../lgpr-corn-2025-145848.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145848.md | 28 + .../lgpr-corn-2025-145856.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145856.md | 28 + .../lgpr-corn-2025-145858.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145858.md | 28 + .../lgpr-corn-2025-145871.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145871.md | 28 + .../lgpr-corn-2025-145874.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145874.md | 28 + .../lgpr-corn-2025-145882.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145882.md | 28 + .../lgpr-corn-2025-145883.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145883.md | 28 + .../lgpr-corn-2025-145890.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145890.md | 28 + .../lgpr-corn-2025-145894.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145894.md | 28 + .../lgpr-corn-2025-145898.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145898.md | 29 + .../lgpr-corn-2025-145899.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145899.md | 29 + .../lgpr-corn-2025-145904.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145904.md | 28 + .../lgpr-corn-2025-145906.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145906.md | 28 + .../lgpr-corn-2025-145917.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145917.md | 28 + .../lgpr-corn-2025-145920.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145920.md | 28 + .../lgpr-corn-2025-145921.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145921.md | 28 + .../lgpr-corn-2025-145927.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145927.md | 28 + .../lgpr-corn-2025-145928.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145928.md | 29 + .../lgpr-corn-2025-145932.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145932.md | 28 + .../lgpr-corn-2025-145938.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145938.md | 28 + .../lgpr-corn-2025-145939.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145939.md | 28 + .../lgpr-corn-2025-145944.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145944.md | 28 + .../lgpr-corn-2025-145946.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145946.md | 28 + .../lgpr-corn-2025-145947.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145947.md | 28 + .../lgpr-corn-2025-145956.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145956.md | 28 + .../lgpr-corn-2025-145959.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145959.md | 28 + .../lgpr-corn-2025-145967.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145967.md | 28 + .../lgpr-corn-2025-145972.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145972.md | 29 + .../lgpr-corn-2025-145973.json | 55 ++ .../lg_plot_reports/lgpr-corn-2025-145973.md | 27 + .../lgpr-corn-2025-145978.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145978.md | 28 + .../lgpr-corn-2025-145979.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145979.md | 28 + .../lgpr-corn-2025-145983.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145983.md | 28 + .../lgpr-corn-2025-145984.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145984.md | 28 + .../lgpr-corn-2025-145989.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145989.md | 28 + .../lgpr-corn-2025-145997.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145997.md | 28 + .../lgpr-corn-2025-145998.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-145998.md | 28 + .../lgpr-corn-2025-146003.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146003.md | 28 + .../lgpr-corn-2025-146006.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146006.md | 28 + .../lgpr-corn-2025-146008.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146008.md | 29 + .../lgpr-corn-2025-146009.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146009.md | 28 + .../lgpr-corn-2025-146011.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146011.md | 28 + .../lgpr-corn-2025-146013.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146013.md | 28 + .../lgpr-corn-2025-146017.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146017.md | 29 + .../lgpr-corn-2025-146020.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146020.md | 28 + .../lgpr-corn-2025-146021.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146021.md | 28 + .../lgpr-corn-2025-146022.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146022.md | 28 + .../lgpr-corn-2025-146023.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146023.md | 28 + .../lgpr-corn-2025-146028.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146028.md | 28 + .../lgpr-corn-2025-146031.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146031.md | 28 + .../lgpr-corn-2025-146032.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146032.md | 28 + .../lgpr-corn-2025-146033.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146033.md | 28 + .../lgpr-corn-2025-146035.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146035.md | 28 + .../lgpr-corn-2025-146049.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146049.md | 28 + .../lgpr-corn-2025-146059.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146059.md | 28 + .../lgpr-corn-2025-146060.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146060.md | 28 + .../lgpr-corn-2025-146075.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146075.md | 28 + .../lgpr-corn-2025-146081.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146081.md | 29 + .../lgpr-corn-2025-146087.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146087.md | 28 + .../lgpr-corn-2025-146088.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146088.md | 28 + .../lgpr-corn-2025-146091.json | 64 ++ .../lg_plot_reports/lgpr-corn-2025-146091.md | 27 + .../lgpr-corn-2025-146094.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146094.md | 28 + .../lgpr-corn-2025-146098.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146098.md | 28 + .../lgpr-corn-2025-146107.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146107.md | 28 + .../lgpr-corn-2025-146112.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146112.md | 28 + .../lgpr-corn-2025-146113.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146113.md | 28 + .../lgpr-corn-2025-146118.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146118.md | 28 + .../lgpr-corn-2025-146123.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146123.md | 28 + .../lgpr-corn-2025-146128.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146128.md | 28 + .../lgpr-corn-2025-146133.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146133.md | 28 + .../lgpr-corn-2025-146136.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146136.md | 28 + .../lgpr-corn-2025-146137.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146137.md | 28 + .../lgpr-corn-2025-146139.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146139.md | 28 + .../lgpr-corn-2025-146140.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146140.md | 28 + .../lgpr-corn-2025-146143.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146143.md | 28 + .../lgpr-corn-2025-146145.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146145.md | 28 + .../lgpr-corn-2025-146150.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146150.md | 28 + .../lgpr-corn-2025-146155.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146155.md | 28 + .../lgpr-corn-2025-146156.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146156.md | 28 + .../lgpr-corn-2025-146159.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146159.md | 28 + .../lgpr-corn-2025-146174.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146174.md | 28 + .../lgpr-corn-2025-146177.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146177.md | 28 + .../lgpr-corn-2025-146178.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146178.md | 28 + .../lgpr-corn-2025-146182.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146182.md | 28 + .../lgpr-corn-2025-146189.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146189.md | 28 + .../lgpr-corn-2025-146196.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146196.md | 28 + .../lgpr-corn-2025-146202.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146202.md | 28 + .../lgpr-corn-2025-146206.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146206.md | 28 + .../lgpr-corn-2025-146208.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146208.md | 28 + .../lgpr-corn-2025-146209.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146209.md | 28 + .../lgpr-corn-2025-146220.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146220.md | 28 + .../lgpr-corn-2025-146221.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146221.md | 28 + .../lgpr-corn-2025-146225.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146225.md | 28 + .../lgpr-corn-2025-146227.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146227.md | 28 + .../lgpr-corn-2025-146228.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146228.md | 28 + .../lgpr-corn-2025-146230.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146230.md | 28 + .../lgpr-corn-2025-146232.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146232.md | 28 + .../lgpr-corn-2025-146239.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146239.md | 28 + .../lgpr-corn-2025-146240.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146240.md | 28 + .../lgpr-corn-2025-146242.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146242.md | 28 + .../lgpr-corn-2025-146254.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146254.md | 29 + .../lgpr-corn-2025-146255.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146255.md | 29 + .../lgpr-corn-2025-146257.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146257.md | 28 + .../lgpr-corn-2025-146258.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146258.md | 28 + .../lgpr-corn-2025-146300.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146300.md | 28 + .../lgpr-corn-2025-146301.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146301.md | 28 + .../lgpr-corn-2025-146302.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146302.md | 28 + .../lgpr-corn-2025-146311.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146311.md | 28 + .../lgpr-corn-2025-146313.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146313.md | 28 + .../lgpr-corn-2025-146316.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146316.md | 28 + .../lgpr-corn-2025-146321.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146321.md | 28 + .../lgpr-corn-2025-146331.json | 55 ++ .../lg_plot_reports/lgpr-corn-2025-146331.md | 26 + .../lgpr-corn-2025-146337.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146337.md | 28 + .../lgpr-corn-2025-146338.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146338.md | 28 + .../lgpr-corn-2025-146340.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146340.md | 28 + .../lgpr-corn-2025-146341.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146341.md | 28 + .../lgpr-corn-2025-146343.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146343.md | 28 + .../lgpr-corn-2025-146345.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146345.md | 28 + .../lgpr-corn-2025-146346.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146346.md | 28 + .../lgpr-corn-2025-146357.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146357.md | 29 + .../lgpr-corn-2025-146368.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146368.md | 28 + .../lgpr-corn-2025-146412.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146412.md | 29 + .../lgpr-corn-2025-146419.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146419.md | 28 + .../lgpr-corn-2025-146436.json | 64 ++ .../lg_plot_reports/lgpr-corn-2025-146436.md | 27 + .../lgpr-corn-2025-146443.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146443.md | 28 + .../lgpr-corn-2025-146462.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146462.md | 29 + .../lgpr-corn-2025-146466.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146466.md | 28 + .../lgpr-corn-2025-146467.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146467.md | 28 + .../lgpr-corn-2025-146468.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146468.md | 28 + .../lgpr-corn-2025-146473.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146473.md | 28 + .../lgpr-corn-2025-146474.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146474.md | 28 + .../lgpr-corn-2025-146475.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146475.md | 28 + .../lgpr-corn-2025-146476.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146476.md | 28 + .../lgpr-corn-2025-146477.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146477.md | 29 + .../lgpr-corn-2025-146478.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146478.md | 28 + .../lgpr-corn-2025-146504.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146504.md | 28 + .../lgpr-corn-2025-146512.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146512.md | 28 + .../lgpr-corn-2025-146514.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146514.md | 28 + .../lgpr-corn-2025-146516.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146516.md | 28 + .../lgpr-corn-2025-146517.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146517.md | 29 + .../lgpr-corn-2025-146518.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146518.md | 28 + .../lgpr-corn-2025-146519.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146519.md | 28 + .../lgpr-corn-2025-146523.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146523.md | 28 + .../lgpr-corn-2025-146524.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146524.md | 28 + .../lgpr-corn-2025-146525.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146525.md | 28 + .../lgpr-corn-2025-146527.json | 64 ++ .../lg_plot_reports/lgpr-corn-2025-146527.md | 28 + .../lgpr-corn-2025-146528.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146528.md | 28 + .../lgpr-corn-2025-146531.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146531.md | 28 + .../lgpr-corn-2025-146552.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146552.md | 28 + .../lgpr-corn-2025-146557.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146557.md | 28 + .../lgpr-corn-2025-146567.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146567.md | 29 + .../lgpr-corn-2025-146568.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146568.md | 28 + .../lgpr-corn-2025-146575.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146575.md | 29 + .../lgpr-corn-2025-146577.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146577.md | 28 + .../lgpr-corn-2025-146583.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146583.md | 28 + .../lgpr-corn-2025-146589.json | 55 ++ .../lg_plot_reports/lgpr-corn-2025-146589.md | 26 + .../lgpr-corn-2025-146596.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146596.md | 28 + .../lgpr-corn-2025-146598.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146598.md | 28 + .../lgpr-corn-2025-146605.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146605.md | 28 + .../lgpr-corn-2025-146606.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146606.md | 28 + .../lgpr-corn-2025-146608.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146608.md | 28 + .../lgpr-corn-2025-146618.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146618.md | 28 + .../lgpr-corn-2025-146621.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146621.md | 28 + .../lgpr-corn-2025-146637.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146637.md | 28 + .../lgpr-corn-2025-146664.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146664.md | 28 + .../lgpr-corn-2025-146669.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146669.md | 28 + .../lgpr-corn-2025-146716.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146716.md | 28 + .../lgpr-corn-2025-146717.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146717.md | 28 + .../lgpr-corn-2025-146742.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146742.md | 29 + .../lgpr-corn-2025-146757.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146757.md | 28 + .../lgpr-corn-2025-146773.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146773.md | 28 + .../lgpr-corn-2025-146777.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146777.md | 28 + .../lgpr-corn-2025-146787.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146787.md | 28 + .../lgpr-corn-2025-146789.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146789.md | 28 + .../lgpr-corn-2025-146806.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146806.md | 28 + .../lgpr-corn-2025-146807.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146807.md | 29 + .../lgpr-corn-2025-146812.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146812.md | 28 + .../lgpr-corn-2025-146831.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146831.md | 28 + .../lgpr-corn-2025-146841.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146841.md | 28 + .../lgpr-corn-2025-146843.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146843.md | 28 + .../lgpr-corn-2025-146844.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146844.md | 28 + .../lgpr-corn-2025-146846.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146846.md | 28 + .../lgpr-corn-2025-146868.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146868.md | 28 + .../lgpr-corn-2025-146911.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146911.md | 29 + .../lgpr-corn-2025-146915.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146915.md | 28 + .../lgpr-corn-2025-146917.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146917.md | 28 + .../lgpr-corn-2025-146927.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146927.md | 28 + .../lgpr-corn-2025-146929.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146929.md | 28 + .../lgpr-corn-2025-146931.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146931.md | 28 + .../lgpr-corn-2025-146932.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146932.md | 28 + .../lgpr-corn-2025-146933.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146933.md | 29 + .../lgpr-corn-2025-146935.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146935.md | 28 + .../lgpr-corn-2025-146940.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146940.md | 29 + .../lgpr-corn-2025-146942.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146942.md | 28 + .../lgpr-corn-2025-146943.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146943.md | 28 + .../lgpr-corn-2025-146946.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146946.md | 28 + .../lgpr-corn-2025-146947.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146947.md | 28 + .../lgpr-corn-2025-146948.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146948.md | 28 + .../lgpr-corn-2025-146949.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146949.md | 29 + .../lgpr-corn-2025-146951.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146951.md | 28 + .../lgpr-corn-2025-146953.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146953.md | 28 + .../lgpr-corn-2025-146954.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146954.md | 28 + .../lgpr-corn-2025-146955.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146955.md | 28 + .../lgpr-corn-2025-146957.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146957.md | 29 + .../lgpr-corn-2025-146958.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146958.md | 28 + .../lgpr-corn-2025-146972.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146972.md | 28 + .../lgpr-corn-2025-146973.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146973.md | 28 + .../lgpr-corn-2025-146974.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146974.md | 28 + .../lgpr-corn-2025-146975.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146975.md | 28 + .../lgpr-corn-2025-146976.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146976.md | 28 + .../lgpr-corn-2025-146986.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146986.md | 28 + .../lgpr-corn-2025-146987.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146987.md | 28 + .../lgpr-corn-2025-146995.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146995.md | 28 + .../lgpr-corn-2025-146996.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146996.md | 29 + .../lgpr-corn-2025-146997.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-146997.md | 28 + .../lgpr-corn-2025-147000.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147000.md | 29 + .../lgpr-corn-2025-147001.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147001.md | 28 + .../lgpr-corn-2025-147004.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147004.md | 28 + .../lgpr-corn-2025-147011.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147011.md | 28 + .../lgpr-corn-2025-147023.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147023.md | 29 + .../lgpr-corn-2025-147024.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147024.md | 29 + .../lgpr-corn-2025-147026.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147026.md | 28 + .../lgpr-corn-2025-147027.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147027.md | 28 + .../lgpr-corn-2025-147043.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147043.md | 28 + .../lgpr-corn-2025-147053.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147053.md | 28 + .../lgpr-corn-2025-147054.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147054.md | 27 + .../lgpr-corn-2025-147055.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147055.md | 28 + .../lgpr-corn-2025-147067.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147067.md | 28 + .../lgpr-corn-2025-147068.json | 46 + .../lg_plot_reports/lgpr-corn-2025-147068.md | 25 + .../lgpr-corn-2025-147077.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147077.md | 29 + .../lgpr-corn-2025-147078.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147078.md | 29 + .../lgpr-corn-2025-147082.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147082.md | 28 + .../lgpr-corn-2025-147101.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147101.md | 28 + .../lgpr-corn-2025-147109.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147109.md | 28 + .../lgpr-corn-2025-147111.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147111.md | 28 + .../lgpr-corn-2025-147114.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147114.md | 28 + .../lgpr-corn-2025-147115.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147115.md | 28 + .../lgpr-corn-2025-147126.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147126.md | 28 + .../lgpr-corn-2025-147129.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147129.md | 28 + .../lgpr-corn-2025-147130.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147130.md | 27 + .../lgpr-corn-2025-147131.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147131.md | 28 + .../lgpr-corn-2025-147146.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147146.md | 28 + .../lgpr-corn-2025-147153.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147153.md | 28 + .../lgpr-corn-2025-147159.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147159.md | 28 + .../lgpr-corn-2025-147173.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147173.md | 28 + .../lgpr-corn-2025-147174.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147174.md | 28 + .../lgpr-corn-2025-147177.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147177.md | 29 + .../lgpr-corn-2025-147215.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147215.md | 28 + .../lgpr-corn-2025-147243.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147243.md | 28 + .../lgpr-corn-2025-147332.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147332.md | 28 + .../lgpr-corn-2025-147337.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147337.md | 28 + .../lgpr-corn-2025-147350.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147350.md | 28 + .../lgpr-corn-2025-147359.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147359.md | 28 + .../lgpr-corn-2025-147382.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147382.md | 28 + .../lgpr-corn-2025-147398.json | 55 ++ .../lg_plot_reports/lgpr-corn-2025-147398.md | 26 + .../lgpr-corn-2025-147400.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147400.md | 28 + .../lgpr-corn-2025-147402.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147402.md | 28 + .../lgpr-corn-2025-147415.json | 46 + .../lg_plot_reports/lgpr-corn-2025-147415.md | 25 + .../lgpr-corn-2025-147432.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147432.md | 28 + .../lgpr-corn-2025-147436.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147436.md | 28 + .../lgpr-corn-2025-147437.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147437.md | 28 + .../lgpr-corn-2025-147443.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147443.md | 28 + .../lgpr-corn-2025-147444.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147444.md | 28 + .../lgpr-corn-2025-147445.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147445.md | 28 + .../lgpr-corn-2025-147458.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147458.md | 28 + .../lgpr-corn-2025-147478.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147478.md | 28 + .../lgpr-corn-2025-147491.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147491.md | 28 + .../lgpr-corn-2025-147493.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147493.md | 29 + .../lgpr-corn-2025-147494.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147494.md | 28 + .../lgpr-corn-2025-147495.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147495.md | 28 + .../lgpr-corn-2025-147513.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147513.md | 28 + .../lgpr-corn-2025-147517.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147517.md | 29 + .../lgpr-corn-2025-147520.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147520.md | 28 + .../lgpr-corn-2025-147521.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147521.md | 29 + .../lgpr-corn-2025-147523.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147523.md | 28 + .../lgpr-corn-2025-147530.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147530.md | 29 + .../lgpr-corn-2025-147540.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147540.md | 28 + .../lgpr-corn-2025-147541.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147541.md | 28 + .../lgpr-corn-2025-147554.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147554.md | 28 + .../lgpr-corn-2025-147556.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147556.md | 29 + .../lgpr-corn-2025-147561.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147561.md | 28 + .../lgpr-corn-2025-147570.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147570.md | 28 + .../lgpr-corn-2025-147589.json | 55 ++ .../lg_plot_reports/lgpr-corn-2025-147589.md | 26 + .../lgpr-corn-2025-147602.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147602.md | 28 + .../lgpr-corn-2025-147604.json | 64 ++ .../lg_plot_reports/lgpr-corn-2025-147604.md | 27 + .../lgpr-corn-2025-147612.json | 46 + .../lg_plot_reports/lgpr-corn-2025-147612.md | 25 + .../lgpr-corn-2025-147619.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147619.md | 28 + .../lgpr-corn-2025-147630.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147630.md | 29 + .../lgpr-corn-2025-147646.json | 46 + .../lg_plot_reports/lgpr-corn-2025-147646.md | 25 + .../lgpr-corn-2025-147647.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147647.md | 28 + .../lgpr-corn-2025-147650.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147650.md | 28 + .../lgpr-corn-2025-147655.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147655.md | 28 + .../lgpr-corn-2025-147666.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147666.md | 28 + .../lgpr-corn-2025-147698.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147698.md | 28 + .../lgpr-corn-2025-147699.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147699.md | 28 + .../lgpr-corn-2025-147700.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147700.md | 28 + .../lgpr-corn-2025-147701.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147701.md | 28 + .../lgpr-corn-2025-147702.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147702.md | 28 + .../lgpr-corn-2025-147704.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147704.md | 28 + .../lgpr-corn-2025-147709.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147709.md | 28 + .../lgpr-corn-2025-147712.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147712.md | 28 + .../lgpr-corn-2025-147723.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147723.md | 29 + .../lgpr-corn-2025-147732.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147732.md | 29 + .../lgpr-corn-2025-147775.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147775.md | 28 + .../lgpr-corn-2025-147776.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147776.md | 28 + .../lgpr-corn-2025-147783.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147783.md | 28 + .../lgpr-corn-2025-147786.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147786.md | 29 + .../lgpr-corn-2025-147787.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147787.md | 28 + .../lgpr-corn-2025-147791.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147791.md | 28 + .../lgpr-corn-2025-147793.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147793.md | 28 + .../lgpr-corn-2025-147794.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147794.md | 28 + .../lgpr-corn-2025-147795.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147795.md | 28 + .../lgpr-corn-2025-147799.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147799.md | 28 + .../lgpr-corn-2025-147807.json | 55 ++ .../lg_plot_reports/lgpr-corn-2025-147807.md | 27 + .../lgpr-corn-2025-147809.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147809.md | 29 + .../lgpr-corn-2025-147829.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147829.md | 28 + .../lgpr-corn-2025-147955.json | 73 ++ .../lg_plot_reports/lgpr-corn-2025-147955.md | 28 + .../lgpr-silage-2024-142181.json | 73 ++ .../lgpr-silage-2024-142181.md | 28 + .../lgpr-silage-2024-142396.json | 73 ++ .../lgpr-silage-2024-142396.md | 28 + .../lgpr-silage-2024-142409.json | 73 ++ .../lgpr-silage-2024-142409.md | 28 + .../lgpr-silage-2024-142414.json | 73 ++ .../lgpr-silage-2024-142414.md | 28 + .../lgpr-silage-2024-142418.json | 73 ++ .../lgpr-silage-2024-142418.md | 28 + .../lgpr-silage-2024-142705.json | 73 ++ .../lgpr-silage-2024-142705.md | 28 + .../lgpr-silage-2024-142811.json | 73 ++ .../lgpr-silage-2024-142811.md | 28 + .../lgpr-silage-2024-142855.json | 73 ++ .../lgpr-silage-2024-142855.md | 28 + .../lgpr-silage-2024-142929.json | 73 ++ .../lgpr-silage-2024-142929.md | 28 + .../lgpr-silage-2024-142952.json | 73 ++ .../lgpr-silage-2024-142952.md | 28 + .../lgpr-silage-2024-143003.json | 73 ++ .../lgpr-silage-2024-143003.md | 28 + .../lgpr-silage-2024-143250.json | 27 + .../lgpr-silage-2024-143250.md | 17 + .../lgpr-silage-2024-143294.json | 73 ++ .../lgpr-silage-2024-143294.md | 28 + .../lgpr-silage-2024-143389.json | 73 ++ .../lgpr-silage-2024-143389.md | 28 + .../lgpr-silage-2024-143715.json | 46 + .../lgpr-silage-2024-143715.md | 25 + .../lgpr-silage-2024-143731.json | 73 ++ .../lgpr-silage-2024-143731.md | 28 + .../lgpr-silage-2024-143777.json | 73 ++ .../lgpr-silage-2024-143777.md | 28 + .../lgpr-silage-2024-143973.json | 73 ++ .../lgpr-silage-2024-143973.md | 29 + .../lgpr-silage-2024-143993.json | 73 ++ .../lgpr-silage-2024-143993.md | 28 + .../lgpr-silage-2024-143994.json | 73 ++ .../lgpr-silage-2024-143994.md | 28 + .../lgpr-silage-2024-143995.json | 55 ++ .../lgpr-silage-2024-143995.md | 26 + .../lgpr-silage-2024-143996.json | 73 ++ .../lgpr-silage-2024-143996.md | 28 + .../lgpr-silage-2024-144000.json | 73 ++ .../lgpr-silage-2024-144000.md | 28 + .../lgpr-silage-2024-144058.json | 73 ++ .../lgpr-silage-2024-144058.md | 28 + .../lgpr-silage-2024-144322.json | 73 ++ .../lgpr-silage-2024-144322.md | 28 + .../lgpr-silage-2024-144807.json | 27 + .../lgpr-silage-2024-144807.md | 17 + .../lgpr-silage-2025-145391.json | 73 ++ .../lgpr-silage-2025-145391.md | 28 + .../lgpr-silage-2025-145801.json | 73 ++ .../lgpr-silage-2025-145801.md | 28 + .../lgpr-silage-2025-145830.json | 73 ++ .../lgpr-silage-2025-145830.md | 28 + .../lgpr-silage-2025-145869.json | 27 + .../lgpr-silage-2025-145869.md | 17 + .../lgpr-silage-2025-145880.json | 73 ++ .../lgpr-silage-2025-145880.md | 28 + .../lgpr-silage-2025-146036.json | 73 ++ .../lgpr-silage-2025-146036.md | 28 + .../lgpr-silage-2025-146401.json | 73 ++ .../lgpr-silage-2025-146401.md | 28 + .../lgpr-silage-2025-146526.json | 73 ++ .../lgpr-silage-2025-146526.md | 28 + .../lgpr-silage-2025-146532.json | 73 ++ .../lgpr-silage-2025-146532.md | 28 + .../lgpr-silage-2025-146584.json | 73 ++ .../lgpr-silage-2025-146584.md | 28 + .../lgpr-silage-2025-146602.json | 73 ++ .../lgpr-silage-2025-146602.md | 28 + .../lgpr-silage-2025-146607.json | 73 ++ .../lgpr-silage-2025-146607.md | 28 + .../lgpr-silage-2025-146941.json | 73 ++ .../lgpr-silage-2025-146941.md | 28 + .../lgpr-silage-2025-146959.json | 73 ++ .../lgpr-silage-2025-146959.md | 28 + .../lgpr-silage-2025-146999.json | 73 ++ .../lgpr-silage-2025-146999.md | 28 + .../lgpr-silage-2025-147036.json | 73 ++ .../lgpr-silage-2025-147036.md | 28 + .../lgpr-silage-2025-147069.json | 73 ++ .../lgpr-silage-2025-147069.md | 28 + .../lgpr-silage-2025-147070.json | 73 ++ .../lgpr-silage-2025-147070.md | 28 + .../lgpr-silage-2025-147107.json | 46 + .../lgpr-silage-2025-147107.md | 25 + .../lgpr-silage-2025-147110.json | 73 ++ .../lgpr-silage-2025-147110.md | 28 + .../lgpr-silage-2025-147163.json | 73 ++ .../lgpr-silage-2025-147163.md | 28 + .../lgpr-silage-2025-147249.json | 73 ++ .../lgpr-silage-2025-147249.md | 28 + .../lgpr-silage-2025-147280.json | 73 ++ .../lgpr-silage-2025-147280.md | 28 + .../lgpr-silage-2025-147399.json | 73 ++ .../lgpr-silage-2025-147399.md | 28 + .../lgpr-sorghum-2024-141931.json | 73 ++ .../lgpr-sorghum-2024-141931.md | 28 + .../lgpr-sorghum-2024-143084.json | 73 ++ .../lgpr-sorghum-2024-143084.md | 28 + .../lgpr-sorghum-2024-143416.json | 73 ++ .../lgpr-sorghum-2024-143416.md | 28 + .../lgpr-sorghum-2024-143428.json | 73 ++ .../lgpr-sorghum-2024-143428.md | 28 + .../lgpr-sorghum-2024-143435.json | 73 ++ .../lgpr-sorghum-2024-143435.md | 28 + .../lgpr-sorghum-2024-143798.json | 73 ++ .../lgpr-sorghum-2024-143798.md | 28 + .../lgpr-sorghum-2025-145222.json | 73 ++ .../lgpr-sorghum-2025-145222.md | 28 + .../lgpr-sorghum-2025-146183.json | 73 ++ .../lgpr-sorghum-2025-146183.md | 28 + .../lgpr-sorghum-2025-146186.json | 55 ++ .../lgpr-sorghum-2025-146186.md | 25 + .../lgpr-sorghum-2025-147755.json | 46 + .../lgpr-sorghum-2025-147755.md | 25 + .../lgpr-soybeans-2024-142101.json | 73 ++ .../lgpr-soybeans-2024-142101.md | 28 + .../lgpr-soybeans-2024-142165.json | 73 ++ .../lgpr-soybeans-2024-142165.md | 28 + .../lgpr-soybeans-2024-142211.json | 73 ++ .../lgpr-soybeans-2024-142211.md | 28 + .../lgpr-soybeans-2024-142212.json | 73 ++ .../lgpr-soybeans-2024-142212.md | 28 + .../lgpr-soybeans-2024-142255.json | 73 ++ .../lgpr-soybeans-2024-142255.md | 28 + .../lgpr-soybeans-2024-142308.json | 73 ++ .../lgpr-soybeans-2024-142308.md | 28 + .../lgpr-soybeans-2024-142312.json | 73 ++ .../lgpr-soybeans-2024-142312.md | 28 + .../lgpr-soybeans-2024-142320.json | 73 ++ .../lgpr-soybeans-2024-142320.md | 28 + .../lgpr-soybeans-2024-142332.json | 73 ++ .../lgpr-soybeans-2024-142332.md | 28 + .../lgpr-soybeans-2024-142343.json | 73 ++ .../lgpr-soybeans-2024-142343.md | 28 + .../lgpr-soybeans-2024-142347.json | 73 ++ .../lgpr-soybeans-2024-142347.md | 28 + .../lgpr-soybeans-2024-142353.json | 73 ++ .../lgpr-soybeans-2024-142353.md | 28 + .../lgpr-soybeans-2024-142402.json | 64 ++ .../lgpr-soybeans-2024-142402.md | 27 + .../lgpr-soybeans-2024-142417.json | 64 ++ .../lgpr-soybeans-2024-142417.md | 27 + .../lgpr-soybeans-2024-142433.json | 73 ++ .../lgpr-soybeans-2024-142433.md | 28 + .../lgpr-soybeans-2024-142448.json | 73 ++ .../lgpr-soybeans-2024-142448.md | 28 + .../lgpr-soybeans-2024-142486.json | 73 ++ .../lgpr-soybeans-2024-142486.md | 28 + .../lgpr-soybeans-2024-142507.json | 73 ++ .../lgpr-soybeans-2024-142507.md | 28 + .../lgpr-soybeans-2024-142553.json | 73 ++ .../lgpr-soybeans-2024-142553.md | 28 + .../lgpr-soybeans-2024-142562.json | 73 ++ .../lgpr-soybeans-2024-142562.md | 28 + .../lgpr-soybeans-2024-142633.json | 73 ++ .../lgpr-soybeans-2024-142633.md | 28 + .../lgpr-soybeans-2024-142663.json | 73 ++ .../lgpr-soybeans-2024-142663.md | 28 + .../lgpr-soybeans-2024-142703.json | 73 ++ .../lgpr-soybeans-2024-142703.md | 28 + .../lgpr-soybeans-2024-142720.json | 73 ++ .../lgpr-soybeans-2024-142720.md | 28 + .../lgpr-soybeans-2024-142741.json | 73 ++ .../lgpr-soybeans-2024-142741.md | 28 + .../lgpr-soybeans-2024-142757.json | 73 ++ .../lgpr-soybeans-2024-142757.md | 28 + .../lgpr-soybeans-2024-142767.json | 64 ++ .../lgpr-soybeans-2024-142767.md | 27 + .../lgpr-soybeans-2024-142806.json | 73 ++ .../lgpr-soybeans-2024-142806.md | 28 + .../lgpr-soybeans-2024-142829.json | 73 ++ .../lgpr-soybeans-2024-142829.md | 29 + .../lgpr-soybeans-2024-142857.json | 73 ++ .../lgpr-soybeans-2024-142857.md | 28 + .../lgpr-soybeans-2024-142858.json | 73 ++ .../lgpr-soybeans-2024-142858.md | 28 + .../lgpr-soybeans-2024-142861.json | 73 ++ .../lgpr-soybeans-2024-142861.md | 28 + .../lgpr-soybeans-2024-142868.json | 73 ++ .../lgpr-soybeans-2024-142868.md | 28 + .../lgpr-soybeans-2024-142888.json | 73 ++ .../lgpr-soybeans-2024-142888.md | 28 + .../lgpr-soybeans-2024-142945.json | 73 ++ .../lgpr-soybeans-2024-142945.md | 28 + .../lgpr-soybeans-2024-142947.json | 73 ++ .../lgpr-soybeans-2024-142947.md | 28 + .../lgpr-soybeans-2024-142958.json | 73 ++ .../lgpr-soybeans-2024-142958.md | 28 + .../lgpr-soybeans-2024-142973.json | 73 ++ .../lgpr-soybeans-2024-142973.md | 28 + .../lgpr-soybeans-2024-143008.json | 73 ++ .../lgpr-soybeans-2024-143008.md | 28 + .../lgpr-soybeans-2024-143013.json | 73 ++ .../lgpr-soybeans-2024-143013.md | 28 + .../lgpr-soybeans-2024-143044.json | 73 ++ .../lgpr-soybeans-2024-143044.md | 28 + .../lgpr-soybeans-2024-143055.json | 73 ++ .../lgpr-soybeans-2024-143055.md | 28 + .../lgpr-soybeans-2024-143056.json | 73 ++ .../lgpr-soybeans-2024-143056.md | 28 + .../lgpr-soybeans-2024-143062.json | 73 ++ .../lgpr-soybeans-2024-143062.md | 28 + .../lgpr-soybeans-2024-143085.json | 73 ++ .../lgpr-soybeans-2024-143085.md | 28 + .../lgpr-soybeans-2024-143090.json | 73 ++ .../lgpr-soybeans-2024-143090.md | 28 + .../lgpr-soybeans-2024-143107.json | 73 ++ .../lgpr-soybeans-2024-143107.md | 28 + .../lgpr-soybeans-2024-143114.json | 73 ++ .../lgpr-soybeans-2024-143114.md | 28 + .../lgpr-soybeans-2024-143134.json | 73 ++ .../lgpr-soybeans-2024-143134.md | 28 + .../lgpr-soybeans-2024-143144.json | 73 ++ .../lgpr-soybeans-2024-143144.md | 28 + .../lgpr-soybeans-2024-143157.json | 73 ++ .../lgpr-soybeans-2024-143157.md | 28 + .../lgpr-soybeans-2024-143195.json | 73 ++ .../lgpr-soybeans-2024-143195.md | 28 + .../lgpr-soybeans-2024-143203.json | 73 ++ .../lgpr-soybeans-2024-143203.md | 29 + .../lgpr-soybeans-2024-143242.json | 73 ++ .../lgpr-soybeans-2024-143242.md | 28 + .../lgpr-soybeans-2024-143248.json | 73 ++ .../lgpr-soybeans-2024-143248.md | 28 + .../lgpr-soybeans-2024-143256.json | 73 ++ .../lgpr-soybeans-2024-143256.md | 28 + .../lgpr-soybeans-2024-143306.json | 64 ++ .../lgpr-soybeans-2024-143306.md | 27 + .../lgpr-soybeans-2024-143318.json | 73 ++ .../lgpr-soybeans-2024-143318.md | 28 + .../lgpr-soybeans-2024-143321.json | 73 ++ .../lgpr-soybeans-2024-143321.md | 28 + .../lgpr-soybeans-2024-143339.json | 73 ++ .../lgpr-soybeans-2024-143339.md | 28 + .../lgpr-soybeans-2024-143371.json | 73 ++ .../lgpr-soybeans-2024-143371.md | 28 + .../lgpr-soybeans-2024-143387.json | 73 ++ .../lgpr-soybeans-2024-143387.md | 28 + .../lgpr-soybeans-2024-143391.json | 73 ++ .../lgpr-soybeans-2024-143391.md | 28 + .../lgpr-soybeans-2024-143392.json | 73 ++ .../lgpr-soybeans-2024-143392.md | 29 + .../lgpr-soybeans-2024-143405.json | 73 ++ .../lgpr-soybeans-2024-143405.md | 28 + .../lgpr-soybeans-2024-143415.json | 73 ++ .../lgpr-soybeans-2024-143415.md | 28 + .../lgpr-soybeans-2024-143443.json | 73 ++ .../lgpr-soybeans-2024-143443.md | 29 + .../lgpr-soybeans-2024-143444.json | 73 ++ .../lgpr-soybeans-2024-143444.md | 29 + .../lgpr-soybeans-2024-143454.json | 73 ++ .../lgpr-soybeans-2024-143454.md | 28 + .../lgpr-soybeans-2024-143464.json | 73 ++ .../lgpr-soybeans-2024-143464.md | 28 + .../lgpr-soybeans-2024-143466.json | 73 ++ .../lgpr-soybeans-2024-143466.md | 28 + .../lgpr-soybeans-2024-143472.json | 73 ++ .../lgpr-soybeans-2024-143472.md | 28 + .../lgpr-soybeans-2024-143486.json | 73 ++ .../lgpr-soybeans-2024-143486.md | 28 + .../lgpr-soybeans-2024-143489.json | 73 ++ .../lgpr-soybeans-2024-143489.md | 28 + .../lgpr-soybeans-2024-143492.json | 73 ++ .../lgpr-soybeans-2024-143492.md | 28 + .../lgpr-soybeans-2024-143493.json | 73 ++ .../lgpr-soybeans-2024-143493.md | 28 + .../lgpr-soybeans-2024-143519.json | 73 ++ .../lgpr-soybeans-2024-143519.md | 28 + .../lgpr-soybeans-2024-143523.json | 73 ++ .../lgpr-soybeans-2024-143523.md | 28 + .../lgpr-soybeans-2024-143530.json | 73 ++ .../lgpr-soybeans-2024-143530.md | 28 + .../lgpr-soybeans-2024-143548.json | 73 ++ .../lgpr-soybeans-2024-143548.md | 28 + .../lgpr-soybeans-2024-143567.json | 73 ++ .../lgpr-soybeans-2024-143567.md | 28 + .../lgpr-soybeans-2024-143578.json | 73 ++ .../lgpr-soybeans-2024-143578.md | 28 + .../lgpr-soybeans-2024-143590.json | 73 ++ .../lgpr-soybeans-2024-143590.md | 28 + .../lgpr-soybeans-2024-143614.json | 73 ++ .../lgpr-soybeans-2024-143614.md | 28 + .../lgpr-soybeans-2024-143623.json | 73 ++ .../lgpr-soybeans-2024-143623.md | 28 + .../lgpr-soybeans-2024-143651.json | 73 ++ .../lgpr-soybeans-2024-143651.md | 28 + .../lgpr-soybeans-2024-143742.json | 73 ++ .../lgpr-soybeans-2024-143742.md | 28 + .../lgpr-soybeans-2024-143778.json | 73 ++ .../lgpr-soybeans-2024-143778.md | 28 + .../lgpr-soybeans-2024-143799.json | 73 ++ .../lgpr-soybeans-2024-143799.md | 28 + .../lgpr-soybeans-2024-143811.json | 73 ++ .../lgpr-soybeans-2024-143811.md | 28 + .../lgpr-soybeans-2024-143815.json | 73 ++ .../lgpr-soybeans-2024-143815.md | 28 + .../lgpr-soybeans-2024-143832.json | 73 ++ .../lgpr-soybeans-2024-143832.md | 28 + .../lgpr-soybeans-2024-143847.json | 73 ++ .../lgpr-soybeans-2024-143847.md | 28 + .../lgpr-soybeans-2024-143849.json | 73 ++ .../lgpr-soybeans-2024-143849.md | 28 + .../lgpr-soybeans-2024-143890.json | 73 ++ .../lgpr-soybeans-2024-143890.md | 28 + .../lgpr-soybeans-2024-143914.json | 73 ++ .../lgpr-soybeans-2024-143914.md | 28 + .../lgpr-soybeans-2024-143918.json | 73 ++ .../lgpr-soybeans-2024-143918.md | 28 + .../lgpr-soybeans-2024-143926.json | 73 ++ .../lgpr-soybeans-2024-143926.md | 28 + .../lgpr-soybeans-2024-143942.json | 73 ++ .../lgpr-soybeans-2024-143942.md | 28 + .../lgpr-soybeans-2024-143952.json | 73 ++ .../lgpr-soybeans-2024-143952.md | 28 + .../lgpr-soybeans-2024-143953.json | 73 ++ .../lgpr-soybeans-2024-143953.md | 28 + .../lgpr-soybeans-2024-143959.json | 73 ++ .../lgpr-soybeans-2024-143959.md | 28 + .../lgpr-soybeans-2024-144009.json | 73 ++ .../lgpr-soybeans-2024-144009.md | 28 + .../lgpr-soybeans-2024-144026.json | 73 ++ .../lgpr-soybeans-2024-144026.md | 28 + .../lgpr-soybeans-2024-144028.json | 73 ++ .../lgpr-soybeans-2024-144028.md | 28 + .../lgpr-soybeans-2024-144030.json | 73 ++ .../lgpr-soybeans-2024-144030.md | 28 + .../lgpr-soybeans-2024-144039.json | 73 ++ .../lgpr-soybeans-2024-144039.md | 28 + .../lgpr-soybeans-2024-144070.json | 73 ++ .../lgpr-soybeans-2024-144070.md | 29 + .../lgpr-soybeans-2024-144104.json | 73 ++ .../lgpr-soybeans-2024-144104.md | 29 + .../lgpr-soybeans-2024-144146.json | 73 ++ .../lgpr-soybeans-2024-144146.md | 28 + .../lgpr-soybeans-2024-144175.json | 73 ++ .../lgpr-soybeans-2024-144175.md | 28 + .../lgpr-soybeans-2024-144177.json | 73 ++ .../lgpr-soybeans-2024-144177.md | 28 + .../lgpr-soybeans-2024-144202.json | 73 ++ .../lgpr-soybeans-2024-144202.md | 28 + .../lgpr-soybeans-2024-144263.json | 73 ++ .../lgpr-soybeans-2024-144263.md | 28 + .../lgpr-soybeans-2024-144264.json | 55 ++ .../lgpr-soybeans-2024-144264.md | 26 + .../lgpr-soybeans-2024-144271.json | 73 ++ .../lgpr-soybeans-2024-144271.md | 28 + .../lgpr-soybeans-2024-144274.json | 73 ++ .../lgpr-soybeans-2024-144274.md | 28 + .../lgpr-soybeans-2024-144284.json | 73 ++ .../lgpr-soybeans-2024-144284.md | 29 + .../lgpr-soybeans-2024-144293.json | 73 ++ .../lgpr-soybeans-2024-144293.md | 28 + .../lgpr-soybeans-2024-144301.json | 73 ++ .../lgpr-soybeans-2024-144301.md | 28 + .../lgpr-soybeans-2024-144334.json | 73 ++ .../lgpr-soybeans-2024-144334.md | 28 + .../lgpr-soybeans-2024-144346.json | 73 ++ .../lgpr-soybeans-2024-144346.md | 28 + .../lgpr-soybeans-2024-144360.json | 73 ++ .../lgpr-soybeans-2024-144360.md | 28 + .../lgpr-soybeans-2024-144364.json | 73 ++ .../lgpr-soybeans-2024-144364.md | 29 + .../lgpr-soybeans-2024-144413.json | 73 ++ .../lgpr-soybeans-2024-144413.md | 28 + .../lgpr-soybeans-2024-144436.json | 73 ++ .../lgpr-soybeans-2024-144436.md | 28 + .../lgpr-soybeans-2024-144541.json | 73 ++ .../lgpr-soybeans-2024-144541.md | 28 + .../lgpr-soybeans-2024-144708.json | 73 ++ .../lgpr-soybeans-2024-144708.md | 28 + .../lgpr-soybeans-2024-144736.json | 73 ++ .../lgpr-soybeans-2024-144736.md | 28 + .../lgpr-soybeans-2024-144745.json | 73 ++ .../lgpr-soybeans-2024-144745.md | 28 + .../lgpr-soybeans-2024-144764.json | 73 ++ .../lgpr-soybeans-2024-144764.md | 23 + .../lgpr-soybeans-2024-144765.json | 73 ++ .../lgpr-soybeans-2024-144765.md | 28 + .../lgpr-soybeans-2024-144837.json | 73 ++ .../lgpr-soybeans-2024-144837.md | 23 + .../lgpr-soybeans-2025-145279.json | 73 ++ .../lgpr-soybeans-2025-145279.md | 28 + .../lgpr-soybeans-2025-145280.json | 73 ++ .../lgpr-soybeans-2025-145280.md | 28 + .../lgpr-soybeans-2025-145323.json | 73 ++ .../lgpr-soybeans-2025-145323.md | 28 + .../lgpr-soybeans-2025-145324.json | 73 ++ .../lgpr-soybeans-2025-145324.md | 28 + .../lgpr-soybeans-2025-145330.json | 73 ++ .../lgpr-soybeans-2025-145330.md | 28 + .../lgpr-soybeans-2025-145449.json | 73 ++ .../lgpr-soybeans-2025-145449.md | 29 + .../lgpr-soybeans-2025-145452.json | 73 ++ .../lgpr-soybeans-2025-145452.md | 28 + .../lgpr-soybeans-2025-145461.json | 73 ++ .../lgpr-soybeans-2025-145461.md | 28 + .../lgpr-soybeans-2025-145463.json | 73 ++ .../lgpr-soybeans-2025-145463.md | 28 + .../lgpr-soybeans-2025-145473.json | 73 ++ .../lgpr-soybeans-2025-145473.md | 28 + .../lgpr-soybeans-2025-145481.json | 73 ++ .../lgpr-soybeans-2025-145481.md | 28 + .../lgpr-soybeans-2025-145501.json | 73 ++ .../lgpr-soybeans-2025-145501.md | 28 + .../lgpr-soybeans-2025-145508.json | 73 ++ .../lgpr-soybeans-2025-145508.md | 28 + .../lgpr-soybeans-2025-145533.json | 73 ++ .../lgpr-soybeans-2025-145533.md | 28 + .../lgpr-soybeans-2025-145543.json | 73 ++ .../lgpr-soybeans-2025-145543.md | 28 + .../lgpr-soybeans-2025-145558.json | 73 ++ .../lgpr-soybeans-2025-145558.md | 28 + .../lgpr-soybeans-2025-145577.json | 73 ++ .../lgpr-soybeans-2025-145577.md | 28 + .../lgpr-soybeans-2025-145580.json | 73 ++ .../lgpr-soybeans-2025-145580.md | 28 + .../lgpr-soybeans-2025-145613.json | 73 ++ .../lgpr-soybeans-2025-145613.md | 28 + .../lgpr-soybeans-2025-145631.json | 73 ++ .../lgpr-soybeans-2025-145631.md | 29 + .../lgpr-soybeans-2025-145640.json | 73 ++ .../lgpr-soybeans-2025-145640.md | 28 + .../lgpr-soybeans-2025-145662.json | 73 ++ .../lgpr-soybeans-2025-145662.md | 28 + .../lgpr-soybeans-2025-145710.json | 73 ++ .../lgpr-soybeans-2025-145710.md | 28 + .../lgpr-soybeans-2025-145712.json | 73 ++ .../lgpr-soybeans-2025-145712.md | 29 + .../lgpr-soybeans-2025-145727.json | 73 ++ .../lgpr-soybeans-2025-145727.md | 28 + .../lgpr-soybeans-2025-145741.json | 73 ++ .../lgpr-soybeans-2025-145741.md | 28 + .../lgpr-soybeans-2025-145749.json | 73 ++ .../lgpr-soybeans-2025-145749.md | 28 + .../lgpr-soybeans-2025-145755.json | 73 ++ .../lgpr-soybeans-2025-145755.md | 28 + .../lgpr-soybeans-2025-145766.json | 73 ++ .../lgpr-soybeans-2025-145766.md | 28 + .../lgpr-soybeans-2025-145778.json | 73 ++ .../lgpr-soybeans-2025-145778.md | 28 + .../lgpr-soybeans-2025-145780.json | 73 ++ .../lgpr-soybeans-2025-145780.md | 28 + .../lgpr-soybeans-2025-145798.json | 73 ++ .../lgpr-soybeans-2025-145798.md | 28 + .../lgpr-soybeans-2025-145806.json | 73 ++ .../lgpr-soybeans-2025-145806.md | 28 + .../lgpr-soybeans-2025-145809.json | 73 ++ .../lgpr-soybeans-2025-145809.md | 28 + .../lgpr-soybeans-2025-145815.json | 73 ++ .../lgpr-soybeans-2025-145815.md | 28 + .../lgpr-soybeans-2025-145816.json | 73 ++ .../lgpr-soybeans-2025-145816.md | 28 + .../lgpr-soybeans-2025-145847.json | 73 ++ .../lgpr-soybeans-2025-145847.md | 28 + .../lgpr-soybeans-2025-145861.json | 73 ++ .../lgpr-soybeans-2025-145861.md | 28 + .../lgpr-soybeans-2025-145862.json | 73 ++ .../lgpr-soybeans-2025-145862.md | 28 + .../lgpr-soybeans-2025-145879.json | 73 ++ .../lgpr-soybeans-2025-145879.md | 28 + .../lgpr-soybeans-2025-145885.json | 73 ++ .../lgpr-soybeans-2025-145885.md | 28 + .../lgpr-soybeans-2025-145887.json | 73 ++ .../lgpr-soybeans-2025-145887.md | 28 + .../lgpr-soybeans-2025-145895.json | 73 ++ .../lgpr-soybeans-2025-145895.md | 28 + .../lgpr-soybeans-2025-145897.json | 73 ++ .../lgpr-soybeans-2025-145897.md | 29 + .../lgpr-soybeans-2025-145914.json | 73 ++ .../lgpr-soybeans-2025-145914.md | 28 + .../lgpr-soybeans-2025-145929.json | 73 ++ .../lgpr-soybeans-2025-145929.md | 28 + .../lgpr-soybeans-2025-145941.json | 73 ++ .../lgpr-soybeans-2025-145941.md | 28 + .../lgpr-soybeans-2025-145948.json | 73 ++ .../lgpr-soybeans-2025-145948.md | 28 + .../lgpr-soybeans-2025-145963.json | 73 ++ .../lgpr-soybeans-2025-145963.md | 28 + .../lgpr-soybeans-2025-145975.json | 73 ++ .../lgpr-soybeans-2025-145975.md | 28 + .../lgpr-soybeans-2025-145982.json | 73 ++ .../lgpr-soybeans-2025-145982.md | 28 + .../lgpr-soybeans-2025-146001.json | 73 ++ .../lgpr-soybeans-2025-146001.md | 28 + .../lgpr-soybeans-2025-146019.json | 73 ++ .../lgpr-soybeans-2025-146019.md | 28 + .../lgpr-soybeans-2025-146063.json | 73 ++ .../lgpr-soybeans-2025-146063.md | 28 + .../lgpr-soybeans-2025-146073.json | 73 ++ .../lgpr-soybeans-2025-146073.md | 28 + .../lgpr-soybeans-2025-146080.json | 73 ++ .../lgpr-soybeans-2025-146080.md | 28 + .../lgpr-soybeans-2025-146083.json | 73 ++ .../lgpr-soybeans-2025-146083.md | 28 + .../lgpr-soybeans-2025-146085.json | 73 ++ .../lgpr-soybeans-2025-146085.md | 28 + .../lgpr-soybeans-2025-146089.json | 73 ++ .../lgpr-soybeans-2025-146089.md | 28 + .../lgpr-soybeans-2025-146095.json | 73 ++ .../lgpr-soybeans-2025-146095.md | 28 + .../lgpr-soybeans-2025-146101.json | 73 ++ .../lgpr-soybeans-2025-146101.md | 28 + .../lgpr-soybeans-2025-146105.json | 73 ++ .../lgpr-soybeans-2025-146105.md | 28 + .../lgpr-soybeans-2025-146115.json | 73 ++ .../lgpr-soybeans-2025-146115.md | 28 + .../lgpr-soybeans-2025-146129.json | 73 ++ .../lgpr-soybeans-2025-146129.md | 28 + .../lgpr-soybeans-2025-146131.json | 73 ++ .../lgpr-soybeans-2025-146131.md | 28 + .../lgpr-soybeans-2025-146141.json | 73 ++ .../lgpr-soybeans-2025-146141.md | 28 + .../lgpr-soybeans-2025-146144.json | 73 ++ .../lgpr-soybeans-2025-146144.md | 28 + .../lgpr-soybeans-2025-146147.json | 73 ++ .../lgpr-soybeans-2025-146147.md | 28 + .../lgpr-soybeans-2025-146153.json | 73 ++ .../lgpr-soybeans-2025-146153.md | 28 + .../lgpr-soybeans-2025-146154.json | 73 ++ .../lgpr-soybeans-2025-146154.md | 28 + .../lgpr-soybeans-2025-146160.json | 73 ++ .../lgpr-soybeans-2025-146160.md | 28 + .../lgpr-soybeans-2025-146176.json | 73 ++ .../lgpr-soybeans-2025-146176.md | 28 + .../lgpr-soybeans-2025-146181.json | 73 ++ .../lgpr-soybeans-2025-146181.md | 28 + .../lgpr-soybeans-2025-146184.json | 73 ++ .../lgpr-soybeans-2025-146184.md | 26 + .../lgpr-soybeans-2025-146190.json | 73 ++ .../lgpr-soybeans-2025-146190.md | 28 + .../lgpr-soybeans-2025-146207.json | 73 ++ .../lgpr-soybeans-2025-146207.md | 28 + .../lgpr-soybeans-2025-146210.json | 73 ++ .../lgpr-soybeans-2025-146210.md | 28 + .../lgpr-soybeans-2025-146211.json | 73 ++ .../lgpr-soybeans-2025-146211.md | 28 + .../lgpr-soybeans-2025-146212.json | 73 ++ .../lgpr-soybeans-2025-146212.md | 28 + .../lgpr-soybeans-2025-146213.json | 73 ++ .../lgpr-soybeans-2025-146213.md | 28 + .../lgpr-soybeans-2025-146219.json | 73 ++ .../lgpr-soybeans-2025-146219.md | 28 + .../lgpr-soybeans-2025-146226.json | 73 ++ .../lgpr-soybeans-2025-146226.md | 28 + .../lgpr-soybeans-2025-146229.json | 73 ++ .../lgpr-soybeans-2025-146229.md | 28 + .../lgpr-soybeans-2025-146231.json | 73 ++ .../lgpr-soybeans-2025-146231.md | 28 + .../lgpr-soybeans-2025-146256.json | 73 ++ .../lgpr-soybeans-2025-146256.md | 28 + .../lgpr-soybeans-2025-146274.json | 73 ++ .../lgpr-soybeans-2025-146274.md | 28 + .../lgpr-soybeans-2025-146299.json | 73 ++ .../lgpr-soybeans-2025-146299.md | 28 + .../lgpr-soybeans-2025-146315.json | 73 ++ .../lgpr-soybeans-2025-146315.md | 28 + .../lgpr-soybeans-2025-146320.json | 73 ++ .../lgpr-soybeans-2025-146320.md | 28 + .../lgpr-soybeans-2025-146328.json | 73 ++ .../lgpr-soybeans-2025-146328.md | 28 + .../lgpr-soybeans-2025-146380.json | 73 ++ .../lgpr-soybeans-2025-146380.md | 29 + .../lgpr-soybeans-2025-146464.json | 73 ++ .../lgpr-soybeans-2025-146464.md | 29 + .../lgpr-soybeans-2025-146471.json | 73 ++ .../lgpr-soybeans-2025-146471.md | 28 + .../lgpr-soybeans-2025-146472.json | 73 ++ .../lgpr-soybeans-2025-146472.md | 28 + .../lgpr-soybeans-2025-146479.json | 73 ++ .../lgpr-soybeans-2025-146479.md | 28 + .../lgpr-soybeans-2025-146489.json | 73 ++ .../lgpr-soybeans-2025-146489.md | 28 + .../lgpr-soybeans-2025-146496.json | 64 ++ .../lgpr-soybeans-2025-146496.md | 27 + .../lgpr-soybeans-2025-146505.json | 73 ++ .../lgpr-soybeans-2025-146505.md | 28 + .../lgpr-soybeans-2025-146515.json | 73 ++ .../lgpr-soybeans-2025-146515.md | 28 + .../lgpr-soybeans-2025-146520.json | 73 ++ .../lgpr-soybeans-2025-146520.md | 28 + .../lgpr-soybeans-2025-146530.json | 73 ++ .../lgpr-soybeans-2025-146530.md | 28 + .../lgpr-soybeans-2025-146549.json | 73 ++ .../lgpr-soybeans-2025-146549.md | 28 + .../lgpr-soybeans-2025-146556.json | 73 ++ .../lgpr-soybeans-2025-146556.md | 28 + .../lgpr-soybeans-2025-146564.json | 73 ++ .../lgpr-soybeans-2025-146564.md | 28 + .../lgpr-soybeans-2025-146570.json | 73 ++ .../lgpr-soybeans-2025-146570.md | 28 + .../lgpr-soybeans-2025-146578.json | 73 ++ .../lgpr-soybeans-2025-146578.md | 28 + .../lgpr-soybeans-2025-146601.json | 73 ++ .../lgpr-soybeans-2025-146601.md | 28 + .../lgpr-soybeans-2025-146609.json | 73 ++ .../lgpr-soybeans-2025-146609.md | 28 + .../lgpr-soybeans-2025-146733.json | 73 ++ .../lgpr-soybeans-2025-146733.md | 28 + .../lgpr-soybeans-2025-146774.json | 73 ++ .../lgpr-soybeans-2025-146774.md | 28 + .../lgpr-soybeans-2025-146788.json | 73 ++ .../lgpr-soybeans-2025-146788.md | 28 + .../lgpr-soybeans-2025-146797.json | 73 ++ .../lgpr-soybeans-2025-146797.md | 28 + .../lgpr-soybeans-2025-146813.json | 73 ++ .../lgpr-soybeans-2025-146813.md | 28 + .../lgpr-soybeans-2025-146818.json | 73 ++ .../lgpr-soybeans-2025-146818.md | 28 + .../lgpr-soybeans-2025-146823.json | 73 ++ .../lgpr-soybeans-2025-146823.md | 28 + .../lgpr-soybeans-2025-146845.json | 73 ++ .../lgpr-soybeans-2025-146845.md | 28 + .../lgpr-soybeans-2025-146867.json | 73 ++ .../lgpr-soybeans-2025-146867.md | 28 + .../lgpr-soybeans-2025-146904.json | 73 ++ .../lgpr-soybeans-2025-146904.md | 28 + .../lgpr-soybeans-2025-146916.json | 73 ++ .../lgpr-soybeans-2025-146916.md | 28 + .../lgpr-soybeans-2025-147012.json | 73 ++ .../lgpr-soybeans-2025-147012.md | 28 + .../lgpr-soybeans-2025-147042.json | 73 ++ .../lgpr-soybeans-2025-147042.md | 28 + .../lgpr-soybeans-2025-147132.json | 73 ++ .../lgpr-soybeans-2025-147132.md | 28 + .../lgpr-soybeans-2025-147255.json | 73 ++ .../lgpr-soybeans-2025-147255.md | 28 + .../lgpr-soybeans-2025-147257.json | 73 ++ .../lgpr-soybeans-2025-147257.md | 28 + .../lgpr-soybeans-2025-147263.json | 73 ++ .../lgpr-soybeans-2025-147263.md | 26 + .../lgpr-soybeans-2025-147273.json | 73 ++ .../lgpr-soybeans-2025-147273.md | 28 + .../lgpr-soybeans-2025-147277.json | 73 ++ .../lgpr-soybeans-2025-147277.md | 28 + .../lgpr-soybeans-2025-147284.json | 73 ++ .../lgpr-soybeans-2025-147284.md | 28 + .../lgpr-soybeans-2025-147310.json | 73 ++ .../lgpr-soybeans-2025-147310.md | 28 + .../lgpr-soybeans-2025-147324.json | 73 ++ .../lgpr-soybeans-2025-147324.md | 28 + .../lgpr-soybeans-2025-147375.json | 73 ++ .../lgpr-soybeans-2025-147375.md | 28 + .../lgpr-soybeans-2025-147392.json | 73 ++ .../lgpr-soybeans-2025-147392.md | 28 + .../lgpr-soybeans-2025-147397.json | 73 ++ .../lgpr-soybeans-2025-147397.md | 28 + .../lgpr-soybeans-2025-147421.json | 73 ++ .../lgpr-soybeans-2025-147421.md | 28 + .../lgpr-soybeans-2025-147465.json | 73 ++ .../lgpr-soybeans-2025-147465.md | 28 + .../lgpr-soybeans-2025-147492.json | 73 ++ .../lgpr-soybeans-2025-147492.md | 28 + .../lgpr-soybeans-2025-147498.json | 73 ++ .../lgpr-soybeans-2025-147498.md | 28 + .../lgpr-soybeans-2025-147514.json | 73 ++ .../lgpr-soybeans-2025-147514.md | 28 + .../lgpr-soybeans-2025-147522.json | 73 ++ .../lgpr-soybeans-2025-147522.md | 28 + .../lgpr-soybeans-2025-147669.json | 73 ++ .../lgpr-soybeans-2025-147669.md | 28 + .../lgpr-soybeans-2025-147686.json | 73 ++ .../lgpr-soybeans-2025-147686.md | 28 + .../lgpr-soybeans-2025-147689.json | 73 ++ .../lgpr-soybeans-2025-147689.md | 28 + .../lgpr-soybeans-2025-147690.json | 73 ++ .../lgpr-soybeans-2025-147690.md | 28 + .../lgpr-soybeans-2025-147691.json | 73 ++ .../lgpr-soybeans-2025-147691.md | 28 + .../lgpr-soybeans-2025-147720.json | 73 ++ .../lgpr-soybeans-2025-147720.md | 28 + .../lgpr-soybeans-2025-147724.json | 73 ++ .../lgpr-soybeans-2025-147724.md | 29 + .../lgpr-soybeans-2025-147725.json | 73 ++ .../lgpr-soybeans-2025-147725.md | 29 + .../lgpr-soybeans-2025-147836.json | 73 ++ .../lgpr-soybeans-2025-147836.md | 28 + .../lgpr-soybeans-2025-147961.json | 73 ++ .../lgpr-soybeans-2025-147961.md | 28 + .../lgpr-soybeans-2025-147962.json | 73 ++ .../lgpr-soybeans-2025-147962.md | 28 + .../lgpr-soybeans-2025-147963.json | 73 ++ .../lgpr-soybeans-2025-147963.md | 28 + .../lgpr-soybeans-2025-147964.json | 73 ++ .../lgpr-soybeans-2025-147964.md | 28 + .../lgpr-soybeans-2025-147965.json | 73 ++ .../lgpr-soybeans-2025-147965.md | 28 + rag/chunk.py | 27 +- scrape/sources/agrigold_plot_reports.py | 750 ++++++++++++++++ scrape/sources/lg_plot_reports.py | 690 +++++++++++++++ sources.json | 34 + 4630 files changed, 449945 insertions(+), 4 deletions(-) create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-141933.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-141933.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-141938.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-141938.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-141939.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-141939.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142029.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142029.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142048.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142048.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142051.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142051.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142061.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142061.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142089.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142089.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142093.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142093.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142094.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142094.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142097.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142097.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142102.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142102.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142106.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142106.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142109.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142109.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142110.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142110.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142123.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142123.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142138.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142138.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142166.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142166.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142170.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142170.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142176.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142176.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142177.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142177.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142185.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142185.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142186.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142186.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142189.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142189.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142191.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142191.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142194.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142194.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142203.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142203.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142213.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142213.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142218.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142218.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142219.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142219.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142221.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142221.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142223.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142223.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142224.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142224.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142228.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142228.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142239.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142239.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142270.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142270.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142273.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142273.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142275.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142275.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142281.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142281.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142283.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142283.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142293.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142293.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142294.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142294.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142295.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142295.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142297.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142297.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142298.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142298.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142299.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142299.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142314.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142314.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142317.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142317.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142318.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142318.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142321.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142321.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142322.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142322.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142327.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142327.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142328.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142328.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142331.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142331.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142346.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142346.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142351.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142351.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142361.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142361.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142369.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142369.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142370.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142370.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142384.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142384.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142387.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142387.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142389.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142389.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142390.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142390.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142401.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142401.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142406.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142406.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142408.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142408.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142412.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142412.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142420.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142420.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142423.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142423.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142425.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142425.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142427.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142427.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142431.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142431.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142439.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142439.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142440.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142440.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142442.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142442.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142444.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142444.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142447.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142447.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142449.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142449.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142453.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142453.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142458.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142458.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142461.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142461.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142471.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142471.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142484.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142484.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142491.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142491.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142528.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142528.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142542.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142542.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142575.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142575.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142613.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142613.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142617.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142617.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142618.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142618.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142639.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142639.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142645.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142645.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142649.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142649.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142662.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142662.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142665.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142665.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142667.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142667.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142668.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142668.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142698.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142698.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142699.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142699.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142701.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142701.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142702.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142702.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142712.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142712.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142723.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142723.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142728.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142728.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142732.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142732.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142743.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142743.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142750.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142750.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142751.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142751.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142753.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142753.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142763.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142763.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142783.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142783.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142800.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142800.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142802.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142802.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142804.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142804.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142805.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142805.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142815.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142815.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142820.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142820.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142823.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142823.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142824.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142824.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142826.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142826.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142827.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142827.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142831.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142831.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142835.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142835.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142840.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142840.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142848.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142848.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142850.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142850.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142851.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142851.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142863.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142863.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142864.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142864.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142866.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142866.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142869.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142869.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142876.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142876.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142877.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142877.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142878.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142878.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142879.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142879.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142880.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142880.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142896.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142896.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142898.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142898.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142901.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142901.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142902.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142902.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142905.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142905.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142910.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142910.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142912.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142912.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142913.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142913.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142914.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142914.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142926.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142926.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142930.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142930.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142931.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142931.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142932.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142932.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142963.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142963.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142966.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142966.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142971.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142971.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142975.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142975.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142977.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142977.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142980.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142980.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142983.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142983.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142984.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142984.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142985.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142985.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142986.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-142986.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143036.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143036.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143037.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143037.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143041.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143041.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143050.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143050.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143053.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143053.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143061.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143061.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143069.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143069.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143077.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143077.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143079.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143079.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143081.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143081.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143083.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143083.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143087.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143087.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143088.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143088.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143089.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143089.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143099.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143099.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143101.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143101.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143103.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143103.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143105.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143105.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143106.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143106.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143109.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143109.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143128.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143128.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143133.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143133.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143140.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143140.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143150.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143150.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143173.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143173.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143175.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143175.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143177.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143177.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143178.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143178.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143180.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143180.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143183.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143183.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143188.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143188.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143197.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143197.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143198.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143198.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143206.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143206.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143239.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143239.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143244.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143244.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143284.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143284.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143285.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143285.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143289.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143289.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143305.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143305.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143313.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143313.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143314.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143314.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143315.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143315.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143319.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143319.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143336.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143336.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143375.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143375.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143393.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143393.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143394.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143394.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143424.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143424.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143426.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143426.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143429.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143429.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143430.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143430.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143438.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143438.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143439.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143439.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143440.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143440.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143448.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143448.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143452.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143452.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143458.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143458.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143459.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143459.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143481.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143481.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143482.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143482.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143483.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143483.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143484.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143484.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143485.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143485.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143502.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143502.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143505.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143505.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143511.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143511.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143556.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143556.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143560.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143560.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143562.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143562.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143581.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143581.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143588.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143588.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143597.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143597.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143608.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143608.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143619.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143619.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143627.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143627.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143638.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143638.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143641.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143641.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143642.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143642.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143646.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143646.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143670.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143670.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143675.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143675.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143676.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143676.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143712.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143712.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143740.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143740.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143741.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143741.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143744.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143744.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143781.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143781.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143783.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143783.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143785.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143785.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143788.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143788.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143797.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143797.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143802.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143802.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143803.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143803.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143805.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143805.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143806.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143806.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143807.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143807.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143809.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143809.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143857.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143857.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143901.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143901.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143902.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143902.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143903.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143903.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143904.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143904.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143905.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143905.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143907.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143907.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143908.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143908.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143909.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143909.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143927.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143927.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143934.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143934.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143935.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143935.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143966.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143966.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143969.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143969.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143970.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143970.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143971.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143971.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143972.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143972.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143975.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143975.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143977.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143977.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143986.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143986.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143998.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-143998.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144004.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144004.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144042.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144042.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144044.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144044.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144046.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144046.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144048.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144048.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144053.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144053.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144062.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144062.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144073.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144073.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144076.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144076.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144077.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144077.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144079.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144079.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144080.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144080.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144082.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144082.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144084.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144084.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144085.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144085.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144086.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144086.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144087.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144087.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144090.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144090.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144091.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144091.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144093.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144093.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144094.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144094.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144097.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144097.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144099.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144099.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144101.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144101.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144102.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144102.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144105.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144105.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144106.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144106.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144107.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144107.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144108.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144108.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144110.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144110.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144115.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144115.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144117.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144117.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144123.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144123.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144124.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144124.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144125.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144125.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144126.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144126.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144135.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144135.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144137.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144137.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144139.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144139.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144145.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144145.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144149.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144149.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144150.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144150.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144151.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144151.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144161.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144161.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144162.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144162.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144163.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144163.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144164.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144164.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144183.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144183.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144186.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144186.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144189.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144189.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144198.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144198.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144206.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144206.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144207.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144207.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144212.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144212.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144214.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144214.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144218.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144218.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144219.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144219.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144220.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144220.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144222.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144222.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144224.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144224.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144227.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144227.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144231.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144231.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144232.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144232.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144235.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144235.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144245.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144245.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144254.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144254.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144279.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144279.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144280.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144280.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144296.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144296.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144297.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144297.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144312.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144312.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144331.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144331.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144333.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144333.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144339.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144339.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144350.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144350.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144355.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144355.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144358.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144358.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144372.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144372.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144386.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144386.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144399.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144399.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144400.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144400.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144404.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144404.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144408.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144408.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144411.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144411.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144417.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144417.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144421.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144421.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144438.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144438.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144455.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144455.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144456.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144456.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144458.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144458.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144463.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144463.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144466.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144466.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144467.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144467.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144477.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144477.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144494.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144494.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144499.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144499.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144502.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144502.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144503.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144503.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144504.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144504.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144506.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144506.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144512.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144512.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144513.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144513.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144515.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144515.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144518.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144518.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144519.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144519.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144520.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144520.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144521.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144521.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144522.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144522.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144523.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144523.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144524.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144524.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144525.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144525.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144526.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144526.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144527.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144527.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144528.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144528.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144529.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144529.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144530.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144530.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144531.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144531.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144532.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144532.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144533.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144533.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144542.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144542.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144551.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144551.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144552.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144552.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144553.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144553.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144554.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144554.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144556.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144556.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144563.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144563.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144564.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144564.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144567.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144567.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144568.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144568.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144576.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144576.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144584.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144584.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144589.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144589.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144593.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144593.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144598.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144598.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144614.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144614.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144617.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144617.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144619.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144619.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144622.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144622.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144624.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144624.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144642.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144642.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144646.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144646.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144648.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144648.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144650.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144650.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144655.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144655.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144657.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144657.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144658.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144658.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144659.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144659.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144660.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144660.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144661.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144661.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144663.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144663.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144664.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144664.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144667.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144667.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144683.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144683.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144700.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144700.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144709.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144709.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144739.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144739.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144744.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144744.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144748.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144748.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144763.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144763.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144768.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144768.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144795.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144795.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144823.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144823.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144954.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2024-144954.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145000.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145000.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145184.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145184.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145225.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145225.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145232.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145232.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145233.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145233.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145234.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145234.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145241.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145241.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145242.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145242.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145243.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145243.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145245.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145245.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145246.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145246.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145253.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145253.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145259.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145259.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145260.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145260.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145282.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145282.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145289.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145289.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145290.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145290.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145292.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145292.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145294.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145294.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145295.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145295.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145296.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145296.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145299.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145299.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145300.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145300.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145301.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145301.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145302.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145302.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145303.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145303.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145304.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145304.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145309.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145309.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145315.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145315.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145316.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145316.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145325.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145325.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145328.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145328.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145329.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145329.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145331.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145331.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145336.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145336.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145337.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145337.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145342.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145342.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145352.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145352.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145353.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145353.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145354.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145354.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145357.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145357.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145367.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145367.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145373.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145373.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145376.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145376.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145381.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145381.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145382.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145382.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145384.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145384.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145405.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145405.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145407.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145407.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145411.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145411.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145413.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145413.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145414.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145414.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145416.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145416.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145435.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145435.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145436.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145436.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145437.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145437.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145440.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145440.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145443.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145443.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145444.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145444.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145445.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145445.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145451.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145451.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145469.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145469.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145475.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145475.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145476.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145476.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145495.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145495.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145496.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145496.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145497.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145497.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145500.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145500.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145502.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145502.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145503.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145503.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145505.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145505.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145509.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145509.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145510.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145510.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145513.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145513.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145517.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145517.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145527.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145527.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145528.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145528.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145532.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145532.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145537.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145537.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145541.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145541.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145545.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145545.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145547.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145547.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145548.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145548.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145551.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145551.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145552.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145552.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145554.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145554.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145555.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145555.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145556.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145556.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145557.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145557.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145563.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145563.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145569.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145569.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145570.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145570.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145571.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145571.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145572.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145572.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145584.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145584.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145585.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145585.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145587.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145587.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145588.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145588.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145592.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145592.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145600.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145600.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145610.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145610.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145611.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145611.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145616.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145616.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145617.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145617.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145620.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145620.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145632.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145632.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145636.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145636.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145637.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145637.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145639.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145639.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145665.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145665.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145681.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145681.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145690.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145690.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145703.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145703.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145704.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145704.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145719.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145719.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145733.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145733.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145734.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145734.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145744.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145744.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145761.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145761.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145773.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145773.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145774.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145774.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145775.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145775.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145781.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145781.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145783.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145783.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145784.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145784.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145787.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145787.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145793.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145793.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145805.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145805.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145831.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145831.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145843.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145843.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145849.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145849.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145851.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145851.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145877.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145877.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145886.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145886.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145888.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145888.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145896.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145896.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145912.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145912.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145918.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145918.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145922.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145922.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145925.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145925.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145926.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145926.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145955.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145955.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145957.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145957.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145961.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145961.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145987.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145987.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145992.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145992.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145993.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145993.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145995.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-145995.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146000.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146000.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146029.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146029.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146043.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146043.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146044.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146044.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146045.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146045.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146046.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146046.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146047.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146047.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146076.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146076.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146097.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146097.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146151.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146151.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146185.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146185.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146217.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146217.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146248.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146248.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146249.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146249.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146250.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146250.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146261.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146261.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146262.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146262.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146265.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146265.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146266.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146266.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146269.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146269.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146275.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146275.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146287.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146287.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146289.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146289.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146290.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146290.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146293.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146293.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146295.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146295.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146296.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146296.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146297.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146297.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146298.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146298.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146303.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146303.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146305.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146305.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146307.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146307.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146333.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146333.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146336.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146336.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146350.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146350.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146359.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146359.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146360.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146360.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146361.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146361.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146362.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146362.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146363.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146363.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146364.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146364.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146376.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146376.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146383.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146383.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146385.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146385.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146386.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146386.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146387.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146387.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146389.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146389.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146391.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146391.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146393.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146393.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146394.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146394.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146396.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146396.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146415.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146415.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146416.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146416.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146417.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146417.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146418.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146418.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146420.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146420.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146438.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146438.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146444.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146444.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146445.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146445.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146453.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146453.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146457.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146457.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146460.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146460.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146461.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146461.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146463.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146463.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146481.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146481.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146485.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146485.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146486.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146486.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146491.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146491.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146494.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146494.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146501.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146501.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146554.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146554.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146573.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146573.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146603.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146603.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146612.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146612.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146613.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146613.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146616.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146616.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146653.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146653.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146656.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146656.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146657.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146657.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146660.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146660.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146677.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146677.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146687.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146687.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146692.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146692.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146704.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146704.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146712.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146712.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146713.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146713.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146729.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146729.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146732.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146732.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146771.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146771.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146824.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146824.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146826.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146826.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146833.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146833.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146836.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146836.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146837.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146837.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146878.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146878.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146880.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146880.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146882.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146882.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146886.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146886.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146969.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146969.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146970.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146970.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146971.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146971.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146977.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146977.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146985.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-146985.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147010.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147010.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147037.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147037.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147045.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147045.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147048.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147048.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147059.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147059.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147080.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147080.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147088.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147088.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147089.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147089.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147095.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147095.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147097.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147097.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147103.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147103.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147104.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147104.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147106.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147106.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147112.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147112.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147123.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147123.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147124.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147124.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147134.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147134.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147137.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147137.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147143.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147143.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147147.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147147.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147149.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147149.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147152.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147152.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147156.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147156.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147160.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147160.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147165.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147165.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147167.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147167.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147168.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147168.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147175.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147175.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147176.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147176.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147178.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147178.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147194.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147194.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147196.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147196.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147200.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147200.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147202.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147202.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147203.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147203.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147205.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147205.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147207.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147207.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147210.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147210.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147211.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147211.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147212.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147212.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147214.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147214.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147224.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147224.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147230.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147230.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147253.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147253.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147254.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147254.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147259.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147259.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147260.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147260.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147261.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147261.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147264.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147264.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147265.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147265.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147271.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147271.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147275.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147275.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147276.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147276.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147281.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147281.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147301.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147301.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147305.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147305.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147311.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147311.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147312.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147312.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147313.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147313.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147314.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147314.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147318.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147318.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147325.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147325.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147327.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147327.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147333.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147333.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147334.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147334.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147338.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147338.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147339.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147339.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147340.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147340.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147343.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147343.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147363.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147363.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147364.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147364.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147367.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147367.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147371.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147371.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147381.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147381.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147389.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147389.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147390.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147390.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147401.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147401.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147414.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147414.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147417.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147417.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147434.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147434.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147438.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147438.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147442.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147442.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147466.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147466.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147476.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147476.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147480.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147480.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147485.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147485.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147499.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147499.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147500.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147500.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147501.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147501.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147503.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147503.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147505.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147505.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147506.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147506.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147508.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147508.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147509.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147509.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147532.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147532.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147538.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147538.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147539.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147539.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147543.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147543.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147549.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147549.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147552.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147552.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147560.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147560.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147565.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147565.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147576.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147576.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147577.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147577.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147579.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147579.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147580.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147580.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147581.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147581.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147582.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147582.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147583.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147583.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147584.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147584.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147585.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147585.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147592.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147592.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147595.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147595.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147599.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147599.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147600.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147600.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147605.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147605.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147606.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147606.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147607.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147607.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147608.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147608.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147616.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147616.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147632.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147632.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147636.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147636.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147638.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147638.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147644.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147644.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147645.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147645.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147651.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147651.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147657.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147657.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147659.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147659.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147661.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147661.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147668.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147668.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147671.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147671.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147672.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147672.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147673.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147673.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147674.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147674.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147680.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147680.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147683.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147683.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147695.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147695.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147697.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147697.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147705.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147705.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147716.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147716.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147717.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147717.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147718.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147718.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147735.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147735.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147740.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147740.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147764.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147764.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147765.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147765.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147766.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147766.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147778.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147778.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147782.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147782.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147790.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147790.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147796.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147796.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147797.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147797.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147798.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147798.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147825.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147825.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147831.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147831.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147832.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147832.md create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147833.json create mode 100644 corpus/agrigold_plot_reports/agpr-corn-2025-147833.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142049.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142049.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142107.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142107.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142190.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142190.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142198.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142198.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142205.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142205.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142207.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142207.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142209.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142209.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142282.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142282.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142296.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142296.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142323.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142323.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142337.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142337.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142345.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142345.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142371.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142371.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142405.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142405.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142419.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142419.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142424.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142424.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142446.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142446.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142552.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142552.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142615.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142615.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142666.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142666.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142697.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142697.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142700.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142700.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142713.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142713.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142727.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142727.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142737.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142737.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142745.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142745.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142755.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142755.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142796.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142796.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142839.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142839.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142845.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142845.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142867.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142867.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142887.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142887.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142933.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-142933.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143078.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143078.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143100.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143100.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143164.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143164.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143287.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143287.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143367.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143367.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143369.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143369.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143437.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143437.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143451.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143451.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143501.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143501.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143535.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143535.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143559.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143559.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143565.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143565.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143566.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143566.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143622.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143622.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143669.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143669.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143674.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143674.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143716.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143716.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143733.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143733.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143747.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143747.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143784.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143784.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143796.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143796.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143810.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143810.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143836.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143836.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143895.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143895.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143896.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143896.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143897.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143897.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143898.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143898.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143899.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143899.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143900.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143900.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143967.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143967.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143974.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-143974.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144190.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144190.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144191.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144191.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144196.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144196.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144261.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144261.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144295.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144295.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144302.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144302.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144363.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144363.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144366.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144366.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144373.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144373.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144454.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144454.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144471.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144471.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144536.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144536.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144558.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144558.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144566.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144566.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144577.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144577.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144592.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144592.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144635.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144635.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144649.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144649.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144653.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144653.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144714.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144714.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144794.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2024-144794.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145189.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145189.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145327.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145327.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145332.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145332.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145338.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145338.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145347.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145347.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145351.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145351.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145364.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145364.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145372.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145372.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145410.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145410.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145421.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145421.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145423.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145423.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145442.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145442.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145465.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145465.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145474.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145474.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145477.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145477.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145498.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145498.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145511.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145511.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145515.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145515.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145573.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145573.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145582.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145582.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145614.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145614.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145622.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145622.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145731.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145731.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145910.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145910.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145994.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-145994.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146010.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146010.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146291.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146291.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146294.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146294.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146309.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146309.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146388.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146388.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146405.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146405.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146456.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146456.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146487.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146487.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146493.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146493.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146509.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146509.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146535.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146535.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146563.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146563.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146585.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146585.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146622.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146622.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146662.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146662.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146663.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146663.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146838.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146838.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146905.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146905.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146982.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-146982.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147081.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147081.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147206.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147206.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147228.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147228.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147307.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147307.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147308.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147308.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147317.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147317.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147329.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147329.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147330.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147330.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147336.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147336.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147347.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147347.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147348.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147348.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147365.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147365.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147385.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147385.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147386.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147386.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147387.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147387.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147412.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147412.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147428.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147428.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147524.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147524.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147574.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147574.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147575.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147575.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147634.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147634.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147635.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147635.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147658.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147658.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147737.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147737.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147810.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147810.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147837.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147837.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147838.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147838.md create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147839.json create mode 100644 corpus/agrigold_plot_reports/agpr-soybeans-2025-147839.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-141504.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-141504.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-141505.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-141505.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-141508.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-141508.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-141509.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-141509.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-141511.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-141511.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-141514.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-141514.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-141874.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-141874.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-141875.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-141875.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-141877.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-141877.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-141881.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-141881.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142039.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142039.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142041.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142041.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142047.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142047.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142050.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142050.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142055.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142055.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142100.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142100.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142124.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142124.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142133.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142133.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142139.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142139.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142147.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142147.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142162.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142162.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142164.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142164.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142180.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142180.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142187.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142187.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142188.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142188.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142210.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142210.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142222.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142222.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142251.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142251.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142252.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142252.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142253.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142253.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142256.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142256.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142277.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142277.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142289.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142289.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142300.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142300.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142301.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142301.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142302.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142302.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142304.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142304.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142306.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142306.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142307.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142307.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142309.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142309.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142310.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142310.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142311.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142311.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142315.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142315.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142319.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142319.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142324.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142324.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142325.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142325.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142326.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142326.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142336.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142336.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142338.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142338.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142339.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142339.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142342.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142342.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142348.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142348.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142349.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142349.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142350.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142350.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142352.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142352.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142354.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142354.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142355.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142355.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142362.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142362.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142363.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142363.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142364.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142364.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142367.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142367.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142368.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142368.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142374.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142374.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142376.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142376.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142378.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142378.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142379.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142379.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142380.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142380.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142381.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142381.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142382.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142382.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142383.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142383.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142385.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142385.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142394.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142394.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142395.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142395.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142397.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142397.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142399.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142399.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142400.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142400.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142403.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142403.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142404.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142404.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142410.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142410.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142416.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142416.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142421.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142421.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142422.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142422.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142437.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142437.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142450.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142450.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142451.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142451.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142452.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142452.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142455.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142455.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142456.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142456.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142492.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142492.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142502.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142502.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142505.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142505.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142596.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142596.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142605.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142605.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142634.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142634.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142638.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142638.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142642.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142642.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142644.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142644.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142646.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142646.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142647.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142647.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142659.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142659.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142660.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142660.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142661.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142661.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142669.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142669.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142671.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142671.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142677.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142677.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142681.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142681.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142685.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142685.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142686.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142686.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142694.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142694.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142696.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142696.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142704.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142704.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142707.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142707.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142708.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142708.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142719.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142719.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142725.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142725.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142729.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142729.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142730.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142730.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142734.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142734.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142736.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142736.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142738.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142738.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142742.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142742.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142756.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142756.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142764.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142764.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142765.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142765.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142770.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142770.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142777.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142777.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142778.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142778.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142782.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142782.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142788.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142788.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142790.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142790.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142791.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142791.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142792.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142792.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142794.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142794.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142798.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142798.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142803.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142803.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142807.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142807.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142812.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142812.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142819.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142819.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142822.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142822.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142825.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142825.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142832.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142832.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142834.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142834.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142837.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142837.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142841.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142841.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142842.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142842.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142843.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142843.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142844.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142844.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142846.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142846.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142854.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142854.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142860.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142860.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142873.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142873.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142884.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142884.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142885.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142885.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142895.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142895.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142899.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142899.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142904.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142904.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142916.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142916.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142918.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142918.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142920.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142920.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142921.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142921.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142922.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142922.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142923.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142923.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142924.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142924.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142925.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142925.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142927.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142927.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142934.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142934.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142935.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142935.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142946.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142946.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142948.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142948.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142949.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142949.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142954.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142954.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142955.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142955.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142956.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142956.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142957.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142957.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142962.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142962.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142964.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142964.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142965.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142965.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142967.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142967.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142968.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142968.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142972.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142972.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142978.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142978.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142988.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-142988.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143000.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143000.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143001.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143001.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143002.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143002.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143005.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143005.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143007.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143007.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143009.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143009.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143012.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143012.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143014.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143014.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143016.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143016.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143018.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143018.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143021.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143021.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143027.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143027.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143028.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143028.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143033.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143033.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143035.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143035.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143038.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143038.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143039.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143039.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143040.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143040.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143045.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143045.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143052.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143052.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143054.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143054.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143057.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143057.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143060.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143060.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143065.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143065.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143075.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143075.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143091.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143091.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143115.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143115.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143116.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143116.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143121.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143121.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143125.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143125.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143131.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143131.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143132.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143132.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143135.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143135.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143137.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143137.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143138.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143138.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143155.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143155.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143156.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143156.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143172.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143172.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143174.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143174.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143184.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143184.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143193.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143193.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143196.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143196.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143205.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143205.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143209.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143209.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143228.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143228.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143241.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143241.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143247.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143247.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143253.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143253.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143254.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143254.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143259.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143259.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143260.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143260.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143261.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143261.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143262.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143262.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143272.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143272.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143301.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143301.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143310.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143310.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143320.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143320.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143334.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143334.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143335.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143335.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143341.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143341.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143347.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143347.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143348.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143348.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143355.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143355.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143356.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143356.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143361.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143361.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143364.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143364.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143390.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143390.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143401.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143401.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143404.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143404.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143417.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143417.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143422.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143422.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143432.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143432.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143433.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143433.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143449.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143449.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143453.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143453.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143457.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143457.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143462.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143462.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143465.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143465.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143467.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143467.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143468.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143468.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143471.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143471.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143474.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143474.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143478.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143478.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143488.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143488.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143490.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143490.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143494.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143494.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143497.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143497.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143499.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143499.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143500.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143500.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143515.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143515.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143516.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143516.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143517.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143517.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143518.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143518.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143524.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143524.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143525.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143525.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143531.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143531.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143536.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143536.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143550.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143550.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143563.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143563.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143564.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143564.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143568.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143568.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143569.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143569.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143571.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143571.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143573.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143573.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143574.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143574.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143575.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143575.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143576.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143576.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143580.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143580.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143610.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143610.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143624.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143624.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143625.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143625.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143628.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143628.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143680.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143680.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143685.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143685.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143687.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143687.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143689.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143689.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143690.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143690.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143691.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143691.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143698.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143698.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143727.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143727.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143730.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143730.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143734.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143734.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143751.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143751.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143787.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143787.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143800.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143800.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143801.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143801.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143814.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143814.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143819.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143819.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143842.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143842.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143843.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143843.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143844.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143844.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143845.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143845.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143848.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143848.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143855.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143855.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143878.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143878.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143880.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143880.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143883.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143883.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143885.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143885.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143887.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143887.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143888.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143888.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143889.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143889.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143892.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143892.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143910.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143910.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143915.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143915.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143925.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143925.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143939.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143939.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143943.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143943.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143946.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143946.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143951.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143951.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143956.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143956.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143957.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143957.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143960.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143960.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143985.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143985.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143988.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143988.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143989.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143989.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143992.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143992.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143999.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-143999.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144001.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144001.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144002.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144002.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144003.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144003.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144008.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144008.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144018.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144018.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144023.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144023.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144024.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144024.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144025.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144025.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144027.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144027.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144029.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144029.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144031.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144031.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144032.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144032.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144036.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144036.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144038.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144038.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144040.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144040.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144052.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144052.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144055.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144055.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144056.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144056.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144063.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144063.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144068.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144068.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144081.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144081.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144092.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144092.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144095.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144095.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144112.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144112.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144165.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144165.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144172.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144172.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144174.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144174.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144178.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144178.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144179.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144179.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144180.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144180.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144187.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144187.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144203.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144203.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144204.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144204.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144205.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144205.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144210.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144210.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144223.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144223.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144228.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144228.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144246.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144246.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144253.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144253.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144266.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144266.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144269.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144269.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144275.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144275.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144276.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144276.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144277.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144277.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144278.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144278.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144288.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144288.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144289.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144289.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144294.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144294.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144313.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144313.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144321.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144321.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144329.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144329.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144330.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144330.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144335.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144335.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144340.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144340.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144343.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144343.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144367.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144367.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144368.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144368.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144370.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144370.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144371.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144371.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144374.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144374.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144375.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144375.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144376.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144376.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144378.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144378.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144379.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144379.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144382.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144382.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144383.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144383.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144394.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144394.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144396.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144396.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144397.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144397.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144406.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144406.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144407.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144407.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144415.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144415.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144422.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144422.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144426.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144426.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144431.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144431.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144433.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144433.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144435.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144435.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144465.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144465.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144468.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144468.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144474.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144474.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144476.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144476.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144478.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144478.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144486.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144486.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144488.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144488.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144493.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144493.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144496.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144496.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144497.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144497.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144511.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144511.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144517.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144517.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144535.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144535.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144537.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144537.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144540.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144540.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144543.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144543.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144561.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144561.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144578.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144578.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144581.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144581.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144583.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144583.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144585.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144585.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144586.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144586.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144587.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144587.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144602.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144602.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144603.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144603.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144605.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144605.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144608.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144608.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144609.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144609.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144611.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144611.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144612.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144612.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144618.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144618.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144634.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144634.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144645.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144645.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144651.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144651.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144670.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144670.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144671.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144671.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144672.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144672.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144686.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144686.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144696.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144696.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144706.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144706.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144712.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144712.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144716.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144716.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144728.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144728.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144735.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144735.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144738.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144738.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144741.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144741.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144749.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144749.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144750.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144750.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144751.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144751.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144758.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144758.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144767.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144767.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144771.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144771.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144772.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144772.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144775.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144775.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144776.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144776.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144777.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144777.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144778.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144778.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144779.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144779.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144781.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144781.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144783.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144783.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144784.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144784.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144785.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144785.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144786.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144786.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144793.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144793.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144797.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144797.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144814.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144814.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144817.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144817.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144822.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144822.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144836.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144836.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144838.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144838.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144839.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2024-144839.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-144984.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-144984.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-144986.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-144986.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-144996.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-144996.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-144997.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-144997.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-144998.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-144998.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145001.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145001.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145135.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145135.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145142.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145142.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145172.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145172.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145183.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145183.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145190.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145190.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145194.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145194.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145210.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145210.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145261.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145261.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145264.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145264.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145273.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145273.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145274.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145274.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145276.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145276.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145277.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145277.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145278.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145278.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145281.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145281.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145285.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145285.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145287.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145287.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145291.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145291.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145307.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145307.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145310.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145310.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145313.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145313.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145318.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145318.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145319.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145319.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145326.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145326.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145333.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145333.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145339.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145339.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145356.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145356.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145358.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145358.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145361.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145361.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145363.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145363.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145374.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145374.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145375.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145375.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145377.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145377.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145379.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145379.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145383.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145383.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145385.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145385.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145386.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145386.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145389.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145389.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145393.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145393.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145394.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145394.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145396.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145396.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145401.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145401.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145403.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145403.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145404.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145404.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145408.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145408.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145417.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145417.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145418.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145418.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145419.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145419.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145422.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145422.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145430.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145430.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145431.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145431.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145433.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145433.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145438.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145438.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145439.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145439.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145450.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145450.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145453.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145453.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145456.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145456.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145457.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145457.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145458.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145458.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145460.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145460.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145462.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145462.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145464.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145464.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145466.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145466.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145467.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145467.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145472.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145472.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145487.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145487.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145494.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145494.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145506.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145506.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145514.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145514.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145534.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145534.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145535.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145535.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145536.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145536.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145538.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145538.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145546.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145546.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145549.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145549.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145550.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145550.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145559.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145559.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145564.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145564.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145566.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145566.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145574.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145574.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145576.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145576.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145579.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145579.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145583.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145583.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145607.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145607.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145612.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145612.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145623.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145623.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145624.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145624.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145626.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145626.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145627.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145627.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145633.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145633.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145634.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145634.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145635.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145635.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145646.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145646.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145648.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145648.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145649.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145649.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145655.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145655.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145656.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145656.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145657.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145657.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145660.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145660.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145663.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145663.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145664.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145664.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145667.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145667.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145670.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145670.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145671.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145671.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145673.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145673.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145674.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145674.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145675.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145675.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145678.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145678.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145679.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145679.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145687.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145687.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145689.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145689.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145694.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145694.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145697.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145697.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145699.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145699.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145701.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145701.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145705.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145705.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145706.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145706.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145707.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145707.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145713.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145713.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145714.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145714.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145718.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145718.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145720.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145720.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145726.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145726.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145728.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145728.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145730.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145730.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145732.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145732.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145735.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145735.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145737.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145737.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145740.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145740.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145742.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145742.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145743.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145743.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145758.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145758.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145759.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145759.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145760.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145760.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145763.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145763.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145767.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145767.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145768.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145768.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145770.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145770.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145772.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145772.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145779.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145779.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145789.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145789.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145795.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145795.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145796.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145796.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145803.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145803.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145813.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145813.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145814.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145814.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145821.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145821.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145822.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145822.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145838.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145838.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145844.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145844.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145845.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145845.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145846.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145846.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145848.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145848.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145856.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145856.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145858.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145858.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145871.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145871.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145874.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145874.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145882.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145882.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145883.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145883.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145890.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145890.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145894.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145894.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145898.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145898.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145899.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145899.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145904.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145904.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145906.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145906.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145917.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145917.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145920.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145920.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145921.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145921.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145927.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145927.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145928.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145928.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145932.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145932.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145938.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145938.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145939.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145939.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145944.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145944.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145946.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145946.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145947.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145947.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145956.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145956.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145959.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145959.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145967.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145967.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145972.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145972.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145973.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145973.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145978.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145978.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145979.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145979.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145983.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145983.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145984.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145984.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145989.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145989.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145997.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145997.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145998.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-145998.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146003.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146003.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146006.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146006.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146008.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146008.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146009.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146009.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146011.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146011.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146013.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146013.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146017.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146017.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146020.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146020.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146021.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146021.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146022.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146022.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146023.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146023.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146028.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146028.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146031.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146031.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146032.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146032.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146033.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146033.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146035.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146035.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146049.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146049.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146059.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146059.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146060.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146060.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146075.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146075.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146081.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146081.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146087.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146087.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146088.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146088.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146091.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146091.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146094.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146094.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146098.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146098.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146107.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146107.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146112.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146112.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146113.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146113.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146118.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146118.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146123.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146123.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146128.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146128.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146133.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146133.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146136.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146136.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146137.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146137.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146139.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146139.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146140.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146140.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146143.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146143.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146145.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146145.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146150.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146150.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146155.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146155.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146156.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146156.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146159.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146159.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146174.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146174.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146177.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146177.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146178.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146178.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146182.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146182.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146189.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146189.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146196.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146196.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146202.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146202.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146206.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146206.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146208.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146208.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146209.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146209.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146220.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146220.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146221.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146221.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146225.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146225.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146227.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146227.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146228.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146228.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146230.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146230.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146232.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146232.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146239.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146239.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146240.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146240.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146242.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146242.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146254.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146254.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146255.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146255.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146257.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146257.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146258.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146258.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146300.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146300.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146301.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146301.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146302.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146302.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146311.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146311.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146313.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146313.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146316.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146316.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146321.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146321.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146331.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146331.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146337.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146337.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146338.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146338.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146340.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146340.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146341.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146341.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146343.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146343.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146345.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146345.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146346.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146346.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146357.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146357.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146368.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146368.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146412.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146412.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146419.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146419.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146436.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146436.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146443.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146443.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146462.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146462.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146466.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146466.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146467.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146467.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146468.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146468.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146473.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146473.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146474.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146474.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146475.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146475.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146476.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146476.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146477.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146477.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146478.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146478.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146504.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146504.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146512.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146512.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146514.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146514.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146516.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146516.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146517.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146517.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146518.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146518.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146519.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146519.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146523.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146523.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146524.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146524.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146525.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146525.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146527.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146527.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146528.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146528.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146531.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146531.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146552.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146552.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146557.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146557.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146567.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146567.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146568.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146568.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146575.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146575.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146577.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146577.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146583.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146583.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146589.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146589.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146596.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146596.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146598.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146598.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146605.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146605.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146606.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146606.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146608.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146608.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146618.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146618.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146621.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146621.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146637.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146637.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146664.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146664.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146669.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146669.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146716.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146716.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146717.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146717.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146742.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146742.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146757.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146757.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146773.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146773.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146777.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146777.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146787.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146787.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146789.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146789.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146806.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146806.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146807.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146807.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146812.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146812.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146831.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146831.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146841.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146841.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146843.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146843.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146844.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146844.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146846.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146846.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146868.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146868.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146911.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146911.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146915.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146915.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146917.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146917.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146927.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146927.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146929.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146929.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146931.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146931.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146932.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146932.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146933.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146933.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146935.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146935.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146940.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146940.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146942.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146942.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146943.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146943.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146946.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146946.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146947.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146947.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146948.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146948.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146949.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146949.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146951.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146951.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146953.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146953.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146954.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146954.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146955.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146955.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146957.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146957.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146958.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146958.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146972.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146972.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146973.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146973.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146974.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146974.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146975.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146975.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146976.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146976.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146986.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146986.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146987.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146987.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146995.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146995.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146996.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146996.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146997.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-146997.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147000.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147000.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147001.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147001.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147004.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147004.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147011.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147011.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147023.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147023.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147024.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147024.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147026.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147026.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147027.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147027.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147043.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147043.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147053.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147053.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147054.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147054.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147055.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147055.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147067.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147067.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147068.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147068.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147077.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147077.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147078.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147078.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147082.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147082.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147101.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147101.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147109.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147109.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147111.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147111.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147114.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147114.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147115.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147115.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147126.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147126.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147129.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147129.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147130.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147130.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147131.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147131.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147146.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147146.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147153.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147153.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147159.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147159.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147173.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147173.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147174.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147174.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147177.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147177.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147215.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147215.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147243.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147243.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147332.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147332.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147337.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147337.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147350.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147350.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147359.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147359.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147382.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147382.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147398.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147398.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147400.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147400.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147402.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147402.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147415.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147415.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147432.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147432.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147436.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147436.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147437.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147437.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147443.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147443.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147444.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147444.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147445.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147445.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147458.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147458.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147478.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147478.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147491.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147491.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147493.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147493.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147494.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147494.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147495.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147495.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147513.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147513.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147517.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147517.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147520.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147520.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147521.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147521.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147523.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147523.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147530.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147530.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147540.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147540.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147541.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147541.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147554.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147554.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147556.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147556.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147561.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147561.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147570.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147570.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147589.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147589.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147602.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147602.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147604.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147604.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147612.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147612.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147619.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147619.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147630.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147630.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147646.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147646.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147647.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147647.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147650.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147650.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147655.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147655.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147666.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147666.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147698.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147698.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147699.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147699.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147700.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147700.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147701.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147701.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147702.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147702.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147704.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147704.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147709.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147709.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147712.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147712.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147723.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147723.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147732.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147732.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147775.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147775.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147776.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147776.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147783.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147783.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147786.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147786.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147787.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147787.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147791.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147791.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147793.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147793.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147794.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147794.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147795.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147795.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147799.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147799.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147807.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147807.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147809.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147809.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147829.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147829.md create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147955.json create mode 100644 corpus/lg_plot_reports/lgpr-corn-2025-147955.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-142181.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-142181.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-142396.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-142396.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-142409.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-142409.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-142414.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-142414.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-142418.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-142418.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-142705.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-142705.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-142811.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-142811.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-142855.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-142855.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-142929.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-142929.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-142952.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-142952.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-143003.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-143003.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-143250.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-143250.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-143294.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-143294.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-143389.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-143389.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-143715.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-143715.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-143731.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-143731.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-143777.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-143777.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-143973.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-143973.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-143993.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-143993.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-143994.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-143994.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-143995.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-143995.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-143996.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-143996.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-144000.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-144000.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-144058.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-144058.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-144322.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-144322.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-144807.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2024-144807.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-145391.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-145391.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-145801.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-145801.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-145830.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-145830.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-145869.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-145869.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-145880.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-145880.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-146036.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-146036.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-146401.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-146401.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-146526.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-146526.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-146532.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-146532.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-146584.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-146584.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-146602.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-146602.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-146607.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-146607.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-146941.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-146941.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-146959.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-146959.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-146999.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-146999.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-147036.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-147036.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-147069.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-147069.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-147070.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-147070.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-147107.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-147107.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-147110.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-147110.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-147163.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-147163.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-147249.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-147249.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-147280.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-147280.md create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-147399.json create mode 100644 corpus/lg_plot_reports/lgpr-silage-2025-147399.md create mode 100644 corpus/lg_plot_reports/lgpr-sorghum-2024-141931.json create mode 100644 corpus/lg_plot_reports/lgpr-sorghum-2024-141931.md create mode 100644 corpus/lg_plot_reports/lgpr-sorghum-2024-143084.json create mode 100644 corpus/lg_plot_reports/lgpr-sorghum-2024-143084.md create mode 100644 corpus/lg_plot_reports/lgpr-sorghum-2024-143416.json create mode 100644 corpus/lg_plot_reports/lgpr-sorghum-2024-143416.md create mode 100644 corpus/lg_plot_reports/lgpr-sorghum-2024-143428.json create mode 100644 corpus/lg_plot_reports/lgpr-sorghum-2024-143428.md create mode 100644 corpus/lg_plot_reports/lgpr-sorghum-2024-143435.json create mode 100644 corpus/lg_plot_reports/lgpr-sorghum-2024-143435.md create mode 100644 corpus/lg_plot_reports/lgpr-sorghum-2024-143798.json create mode 100644 corpus/lg_plot_reports/lgpr-sorghum-2024-143798.md create mode 100644 corpus/lg_plot_reports/lgpr-sorghum-2025-145222.json create mode 100644 corpus/lg_plot_reports/lgpr-sorghum-2025-145222.md create mode 100644 corpus/lg_plot_reports/lgpr-sorghum-2025-146183.json create mode 100644 corpus/lg_plot_reports/lgpr-sorghum-2025-146183.md create mode 100644 corpus/lg_plot_reports/lgpr-sorghum-2025-146186.json create mode 100644 corpus/lg_plot_reports/lgpr-sorghum-2025-146186.md create mode 100644 corpus/lg_plot_reports/lgpr-sorghum-2025-147755.json create mode 100644 corpus/lg_plot_reports/lgpr-sorghum-2025-147755.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142101.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142101.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142165.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142165.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142211.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142211.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142212.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142212.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142255.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142255.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142308.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142308.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142312.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142312.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142320.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142320.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142332.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142332.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142343.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142343.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142347.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142347.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142353.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142353.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142402.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142402.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142417.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142417.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142433.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142433.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142448.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142448.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142486.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142486.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142507.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142507.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142553.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142553.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142562.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142562.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142633.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142633.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142663.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142663.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142703.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142703.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142720.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142720.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142741.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142741.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142757.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142757.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142767.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142767.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142806.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142806.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142829.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142829.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142857.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142857.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142858.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142858.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142861.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142861.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142868.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142868.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142888.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142888.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142945.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142945.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142947.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142947.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142958.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142958.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142973.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-142973.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143008.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143008.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143013.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143013.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143044.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143044.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143055.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143055.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143056.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143056.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143062.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143062.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143085.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143085.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143090.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143090.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143107.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143107.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143114.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143114.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143134.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143134.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143144.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143144.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143157.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143157.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143195.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143195.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143203.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143203.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143242.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143242.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143248.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143248.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143256.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143256.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143306.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143306.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143318.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143318.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143321.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143321.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143339.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143339.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143371.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143371.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143387.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143387.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143391.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143391.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143392.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143392.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143405.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143405.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143415.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143415.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143443.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143443.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143444.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143444.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143454.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143454.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143464.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143464.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143466.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143466.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143472.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143472.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143486.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143486.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143489.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143489.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143492.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143492.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143493.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143493.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143519.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143519.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143523.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143523.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143530.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143530.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143548.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143548.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143567.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143567.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143578.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143578.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143590.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143590.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143614.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143614.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143623.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143623.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143651.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143651.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143742.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143742.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143778.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143778.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143799.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143799.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143811.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143811.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143815.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143815.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143832.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143832.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143847.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143847.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143849.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143849.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143890.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143890.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143914.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143914.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143918.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143918.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143926.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143926.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143942.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143942.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143952.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143952.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143953.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143953.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143959.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-143959.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144009.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144009.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144026.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144026.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144028.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144028.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144030.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144030.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144039.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144039.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144070.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144070.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144104.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144104.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144146.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144146.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144175.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144175.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144177.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144177.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144202.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144202.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144263.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144263.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144264.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144264.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144271.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144271.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144274.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144274.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144284.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144284.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144293.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144293.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144301.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144301.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144334.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144334.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144346.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144346.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144360.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144360.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144364.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144364.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144413.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144413.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144436.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144436.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144541.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144541.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144708.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144708.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144736.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144736.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144745.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144745.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144764.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144764.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144765.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144765.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144837.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2024-144837.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145279.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145279.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145280.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145280.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145323.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145323.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145324.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145324.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145330.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145330.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145449.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145449.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145452.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145452.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145461.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145461.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145463.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145463.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145473.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145473.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145481.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145481.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145501.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145501.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145508.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145508.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145533.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145533.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145543.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145543.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145558.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145558.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145577.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145577.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145580.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145580.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145613.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145613.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145631.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145631.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145640.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145640.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145662.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145662.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145710.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145710.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145712.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145712.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145727.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145727.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145741.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145741.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145749.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145749.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145755.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145755.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145766.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145766.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145778.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145778.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145780.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145780.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145798.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145798.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145806.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145806.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145809.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145809.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145815.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145815.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145816.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145816.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145847.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145847.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145861.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145861.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145862.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145862.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145879.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145879.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145885.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145885.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145887.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145887.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145895.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145895.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145897.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145897.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145914.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145914.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145929.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145929.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145941.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145941.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145948.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145948.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145963.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145963.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145975.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145975.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145982.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-145982.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146001.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146001.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146019.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146019.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146063.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146063.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146073.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146073.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146080.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146080.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146083.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146083.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146085.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146085.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146089.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146089.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146095.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146095.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146101.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146101.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146105.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146105.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146115.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146115.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146129.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146129.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146131.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146131.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146141.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146141.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146144.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146144.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146147.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146147.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146153.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146153.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146154.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146154.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146160.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146160.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146176.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146176.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146181.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146181.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146184.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146184.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146190.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146190.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146207.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146207.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146210.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146210.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146211.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146211.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146212.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146212.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146213.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146213.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146219.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146219.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146226.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146226.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146229.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146229.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146231.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146231.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146256.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146256.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146274.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146274.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146299.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146299.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146315.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146315.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146320.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146320.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146328.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146328.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146380.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146380.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146464.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146464.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146471.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146471.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146472.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146472.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146479.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146479.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146489.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146489.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146496.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146496.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146505.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146505.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146515.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146515.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146520.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146520.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146530.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146530.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146549.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146549.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146556.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146556.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146564.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146564.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146570.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146570.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146578.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146578.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146601.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146601.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146609.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146609.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146733.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146733.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146774.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146774.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146788.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146788.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146797.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146797.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146813.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146813.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146818.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146818.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146823.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146823.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146845.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146845.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146867.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146867.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146904.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146904.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146916.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-146916.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147012.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147012.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147042.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147042.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147132.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147132.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147255.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147255.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147257.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147257.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147263.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147263.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147273.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147273.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147277.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147277.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147284.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147284.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147310.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147310.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147324.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147324.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147375.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147375.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147392.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147392.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147397.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147397.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147421.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147421.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147465.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147465.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147492.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147492.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147498.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147498.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147514.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147514.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147522.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147522.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147669.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147669.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147686.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147686.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147689.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147689.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147690.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147690.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147691.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147691.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147720.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147720.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147724.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147724.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147725.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147725.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147836.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147836.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147961.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147961.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147962.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147962.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147963.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147963.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147964.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147964.md create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147965.json create mode 100644 corpus/lg_plot_reports/lgpr-soybeans-2025-147965.md create mode 100644 scrape/sources/agrigold_plot_reports.py create mode 100644 scrape/sources/lg_plot_reports.py diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-141933.json b/corpus/agrigold_plot_reports/agpr-corn-2024-141933.json new file mode 100644 index 00000000..e50ccf51 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-141933.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-141933", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "AL", + "state_abbrev": "al", + "city": "Geneva", + "county": "Geneva", + "year": 2024, + "plot_id": "141933", + "cooperator": "Jason Vinson", + "plot_average": 144.09, + "planted_date": "2024-03-14", + "harvested_date": "2024-08-19", + "population_seeds_per_acre": 30000, + "row_width": "36.0\"", + "num_rows": 6, + "soil_type": "Sandy Loam", + "tillage": "No Till", + "previous_crop": "Peanuts", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": null, + "Yield": 167.5, + "Adj Yield": 167.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": null, + "Yield": 152.9, + "Adj Yield": 152.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": null, + "Yield": 130.8, + "Adj Yield": 130.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": null, + "Yield": 144.4, + "Adj Yield": 144.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A646-17STX", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": null, + "Yield": 150.7, + "Adj Yield": 150.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A646-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": null, + "Yield": 132.8, + "Adj Yield": 132.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": null, + "Yield": 143.6, + "Adj Yield": 143.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": null, + "Yield": 130.0, + "Adj Yield": 130.0 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/141933" + ], + "fetched_at": "2026-05-27T02:17:14.992743+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-141933.md b/corpus/agrigold_plot_reports/agpr-corn-2024-141933.md new file mode 100644 index 00000000..237b8fab --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-141933.md @@ -0,0 +1,38 @@ +# Corn yield trial — Geneva, AL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** AL +- **County:** Geneva +- **City:** Geneva +- **Year:** 2024 +- **Plot ID:** 141933 +- **Cooperator:** Jason Vinson +- **Plot average:** 144.09 BU/Ac +- **Planted:** 2024-03-14 +- **Harvested:** 2024-08-19 +- **Population:** 30,000 seeds/acre +- **Row width:** 36.0" +- **# Rows:** 6 +- **Soil type:** Sandy Loam +- **Tillage:** No Till +- **Previous crop:** Peanuts +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/141933 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A643-52VT2PRO | VT2Pro | - | 12.3 | - | 167.5 | 167.5 | +| 2 | AgriGold | A644-64VT2PRO | VT2Pro | - | 12.3 | - | 152.9 | 152.9 | +| 7 | AgriGold | A645-16VT2PRO | VT2Pro | - | 12.5 | - | 130.8 | 130.8 | +| 4 | AgriGold | A645-22TRC | Trecepta | - | 12.0 | - | 144.4 | 144.4 | +| 3 | AgriGold | A646-17STX | STX | - | 12.7 | - | 150.7 | 150.7 | +| 6 | AgriGold | A646-30VT2PRO | VT2Pro | - | 12.7 | - | 132.8 | 132.8 | +| 5 | AgriGold | A647-42TRC | Trecepta | - | 12.4 | - | 143.6 | 143.6 | +| 8 | AgriGold | A647-79VT2PRO | VT2Pro | - | 12.5 | - | 130.0 | 130.0 | + +Top 5 by Yield: A643-52VT2PRO (AgriGold) 167.5, A644-64VT2PRO (AgriGold) 152.9, A646-17STX (AgriGold) 150.7, A645-22TRC (AgriGold) 144.4, A647-42TRC (AgriGold) 143.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-141938.json b/corpus/agrigold_plot_reports/agpr-corn-2024-141938.json new file mode 100644 index 00000000..73c4ed46 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-141938.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-141938", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "AL", + "state_abbrev": "al", + "city": "Geneva", + "county": "Geneva", + "year": 2024, + "plot_id": "141938", + "cooperator": "Jason Vinson", + "plot_average": 103.46, + "planted_date": "2024-03-15", + "harvested_date": "2024-08-19", + "population_seeds_per_acre": 25000, + "row_width": "36.0\"", + "num_rows": 6, + "soil_type": "Sandy Loam", + "tillage": "No Till", + "previous_crop": "Cotton", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "Roundup", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A647-35-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": null, + "Yield": 96.5, + "Adj Yield": 96.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 122.4, + "Adj Yield": 116.59 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": null, + "Yield": 93.1, + "Adj Yield": 88.67 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": null, + "Yield": 94.4, + "Adj Yield": 91.46 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": null, + "Yield": 111.0, + "Adj Yield": 109.56 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A646-17STX", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": null, + "Yield": 113.9, + "Adj Yield": 113.91 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A646-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": null, + "Yield": 79.9, + "Adj Yield": 81.31 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": null, + "Yield": 101.9, + "Adj Yield": 104.86 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": null, + "Yield": 109.5, + "Adj Yield": 113.91 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A648-11VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": null, + "Yield": 105.1, + "Adj Yield": 110.91 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A647-35-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": null, + "Yield": 81.8, + "Adj Yield": 81.8 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/141938" + ], + "fetched_at": "2026-05-27T02:17:15.993384+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-141938.md b/corpus/agrigold_plot_reports/agpr-corn-2024-141938.md new file mode 100644 index 00000000..51de2d75 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-141938.md @@ -0,0 +1,42 @@ +# Corn yield trial — Geneva, AL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** AL +- **County:** Geneva +- **City:** Geneva +- **Year:** 2024 +- **Plot ID:** 141938 +- **Cooperator:** Jason Vinson +- **Plot average:** 103.46 BU/Ac +- **Planted:** 2024-03-15 +- **Harvested:** 2024-08-19 +- **Population:** 25,000 seeds/acre +- **Row width:** 36.0" +- **# Rows:** 6 +- **Soil type:** Sandy Loam +- **Tillage:** No Till +- **Previous crop:** Cotton +- **Irrigation:** None +- **Herbicide:** Roundup +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/141938 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A647-35-5222 | 5222 | - | 13.3 | - | 96.5 | 96.5 | +| 1 | AgriGold | A643-52VT2PRO | VT2Pro | - | 13.0 | - | 122.4 | 116.59 | +| 8 | AgriGold | A644-64VT2PRO | VT2Pro | - | 12.9 | - | 93.1 | 88.67 | +| 7 | AgriGold | A645-16VT2PRO | VT2Pro | - | 13.1 | - | 94.4 | 91.46 | +| 5 | AgriGold | A645-22TRC | Trecepta | - | 12.7 | - | 111.0 | 109.56 | +| 2 | AgriGold | A646-17STX | STX | - | 12.9 | - | 113.9 | 113.91 | +| 9 | AgriGold | A646-30VT2PRO | VT2Pro | - | 12.6 | - | 79.9 | 81.31 | +| 6 | AgriGold | A647-42TRC | Trecepta | - | 12.1 | - | 101.9 | 104.86 | +| 2 | AgriGold | A647-79VT2PRO | VT2Pro | - | 12.1 | - | 109.5 | 113.91 | +| 4 | AgriGold | A648-11VT2PRO | VT2Pro | - | 12.9 | - | 105.1 | 110.91 | +| - | AgriGold | A647-35-5222 | 5222 | - | 12.4 | - | 81.8 | 81.8 | + +Top 5 by Yield: A643-52VT2PRO (AgriGold) 122.4, A646-17STX (AgriGold) 113.9, A645-22TRC (AgriGold) 111.0, A647-79VT2PRO (AgriGold) 109.5, A648-11VT2PRO (AgriGold) 105.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-141939.json b/corpus/agrigold_plot_reports/agpr-corn-2024-141939.json new file mode 100644 index 00000000..856cf778 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-141939.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-141939", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "FL", + "state_abbrev": "fl", + "city": "Bascom", + "county": "Jackson", + "year": 2024, + "plot_id": "141939", + "cooperator": "Dustin Land", + "plot_average": 189.67, + "planted_date": "2024-03-15", + "harvested_date": "2024-08-16", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Sand", + "tillage": "Conventional", + "previous_crop": "Peanuts", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": null, + "Yield": 196.0, + "Adj Yield": 196.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": null, + "Yield": 200.9, + "Adj Yield": 200.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": null, + "Yield": 194.6, + "Adj Yield": 194.6 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": null, + "Yield": 175.4, + "Adj Yield": 175.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": null, + "Yield": 196.3, + "Adj Yield": 196.3 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A646-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": null, + "Yield": 170.9, + "Adj Yield": 170.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": null, + "Yield": 200.9, + "Adj Yield": 200.9 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": null, + "Yield": 184.4, + "Adj Yield": 184.4 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A648-11VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": null, + "Yield": 185.4, + "Adj Yield": 185.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A648-11VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": null, + "Yield": 187.3, + "Adj Yield": 187.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A6499STX", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": null, + "Yield": 187.8, + "Adj Yield": 187.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A6499STX", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": null, + "Yield": 196.1, + "Adj Yield": 196.1 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/141939" + ], + "fetched_at": "2026-05-27T02:17:15.494471+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-141939.md b/corpus/agrigold_plot_reports/agpr-corn-2024-141939.md new file mode 100644 index 00000000..cb84f3d9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-141939.md @@ -0,0 +1,42 @@ +# Corn yield trial — Bascom, FL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** FL +- **County:** Jackson +- **City:** Bascom +- **Year:** 2024 +- **Plot ID:** 141939 +- **Cooperator:** Dustin Land +- **Plot average:** 189.67 BU/Ac +- **Planted:** 2024-03-15 +- **Harvested:** 2024-08-16 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Sand +- **Tillage:** Conventional +- **Previous crop:** Peanuts +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/141939 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | AgriGold | A643-52VT2PRO | VT2Pro | - | 11.5 | - | 196.0 | 196.0 | +| 1 | AgriGold | A643-52VT2PRO | VT2Pro | - | 11.9 | - | 200.9 | 200.9 | +| 6 | AgriGold | A644-64VT2PRO | VT2Pro | - | 11.4 | - | 194.6 | 194.6 | +| 11 | AgriGold | A645-16VT2PRO | VT2Pro | - | 11.9 | - | 175.4 | 175.4 | +| 3 | AgriGold | A645-22TRC | Trecepta | - | 11.2 | - | 196.3 | 196.3 | +| 12 | AgriGold | A646-30VT2PRO | VT2Pro | - | 11.4 | - | 170.9 | 170.9 | +| 1 | AgriGold | A647-42TRC | Trecepta | - | 11.9 | - | 200.9 | 200.9 | +| 10 | AgriGold | A647-79VT2PRO | VT2Pro | - | 12.4 | - | 184.4 | 184.4 | +| 9 | AgriGold | A648-11VT2PRO | VT2Pro | - | 12.2 | - | 185.4 | 185.4 | +| 8 | AgriGold | A648-11VT2PRO | VT2Pro | - | 12.1 | - | 187.3 | 187.3 | +| 7 | AgriGold | A6499STX | STX | - | 12.3 | - | 187.8 | 187.8 | +| 4 | AgriGold | A6499STX | STX | - | 11.9 | - | 196.1 | 196.1 | + +Top 5 by Yield: A643-52VT2PRO (AgriGold) 200.9, A647-42TRC (AgriGold) 200.9, A645-22TRC (AgriGold) 196.3, A6499STX (AgriGold) 196.1, A643-52VT2PRO (AgriGold) 196.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142029.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142029.json new file mode 100644 index 00000000..28344d18 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142029.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142029", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "LA", + "state_abbrev": "la", + "city": "Winnsboro", + "county": "Franklin", + "year": 2024, + "plot_id": "142029", + "cooperator": "Kevin Graham", + "plot_average": 207.48, + "planted_date": "2024-03-21", + "harvested_date": "2024-08-13", + "population_seeds_per_acre": 34000, + "row_width": "38.0\"", + "num_rows": 12, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 59.2, + "Yield": 210.1, + "Adj Yield": 210.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 57.7, + "Yield": 208.3, + "Adj Yield": 208.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 57.9, + "Yield": 202.9, + "Adj Yield": 202.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 58.0, + "Yield": 212.5, + "Adj Yield": 212.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 57.5, + "Yield": 209.2, + "Adj Yield": 209.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 59.8, + "Yield": 215.8, + "Adj Yield": 215.8 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A648-11VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 59.0, + "Yield": 199.8, + "Adj Yield": 199.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 59.1, + "Yield": 201.2, + "Adj Yield": 201.2 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142029" + ], + "fetched_at": "2026-05-27T02:17:16.505656+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142029.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142029.md new file mode 100644 index 00000000..9a62cd20 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142029.md @@ -0,0 +1,38 @@ +# Corn yield trial — Winnsboro, LA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** LA +- **County:** Franklin +- **City:** Winnsboro +- **Year:** 2024 +- **Plot ID:** 142029 +- **Cooperator:** Kevin Graham +- **Plot average:** 207.48 BU/Ac +- **Planted:** 2024-03-21 +- **Harvested:** 2024-08-13 +- **Population:** 34,000 seeds/acre +- **Row width:** 38.0" +- **# Rows:** 12 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142029 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | AgriGold | A643-52VT2PRO | VT2Pro | - | 15.1 | 59.2 | 210.1 | 210.1 | +| 5 | AgriGold | A644-64VT2PRO | VT2Pro | - | 15.2 | 57.7 | 208.3 | 208.3 | +| 6 | AgriGold | A645-16VT2PRO | VT2Pro | - | 15.3 | 57.9 | 202.9 | 202.9 | +| 2 | AgriGold | A645-22TRC | Trecepta | - | 15.2 | 58.0 | 212.5 | 212.5 | +| 4 | AgriGold | A647-42TRC | Trecepta | - | 14.9 | 57.5 | 209.2 | 209.2 | +| 1 | AgriGold | A647-79VT2PRO | VT2Pro | - | 14.9 | 59.8 | 215.8 | 215.8 | +| 8 | AgriGold | A648-11VT2PRO | VT2Pro | - | 17.5 | 59.0 | 199.8 | 199.8 | +| 7 | AgriGold | J6621VT2PRO | VT2Pro | - | 15.2 | 59.1 | 201.2 | 201.2 | + +Top 5 by Yield: A647-79VT2PRO (AgriGold) 215.8, A645-22TRC (AgriGold) 212.5, A643-52VT2PRO (AgriGold) 210.1, A647-42TRC (AgriGold) 209.2, A644-64VT2PRO (AgriGold) 208.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142048.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142048.json new file mode 100644 index 00000000..07c1d699 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142048.json @@ -0,0 +1,361 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142048", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Reynolds Station", + "county": "Ohio", + "year": 2024, + "plot_id": "142048", + "cooperator": "Doolin/ Creech Farm", + "plot_average": 272.92, + "planted_date": "2024-03-29", + "harvested_date": "2024-09-02", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Miravis Neo", + "herbicide": "Acuron", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 58.0, + "Yield": 271.4, + "Adj Yield": 271.4 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 58.0, + "Yield": 271.4, + "Adj Yield": 268.43 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 58.0, + "Yield": 277.3, + "Adj Yield": 274.66 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 57.0, + "Yield": 260.4, + "Adj Yield": 257.95 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 57.0, + "Yield": 280.6, + "Adj Yield": 278.31 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A640-24-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 56.0, + "Yield": 275.8, + "Adj Yield": 273.64 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 57.0, + "Yield": 285.2, + "Adj Yield": 283.12 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 58.0, + "Yield": 285.8, + "Adj Yield": 283.71 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 55.0, + "Yield": 219.4, + "Adj Yield": 217.13 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 55.0, + "Yield": 268.1, + "Adj Yield": 265.63 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 57.0, + "Yield": 279.9, + "Adj Yield": 277.17 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 58.0, + "Yield": 248.0, + "Adj Yield": 244.69 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 57.0, + "Yield": 272.2, + "Adj Yield": 272.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 57.0, + "Yield": 280.6, + "Adj Yield": 277.44 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 56.0, + "Yield": 277.9, + "Adj Yield": 275.63 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 57.0, + "Yield": 297.7, + "Adj Yield": 296.22 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 58.0, + "Yield": 270.9, + "Adj Yield": 270.19 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 57.0, + "Yield": 246.1, + "Adj Yield": 246.17 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 57.0, + "Yield": 289.5, + "Adj Yield": 290.42 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 54.0, + "Yield": 273.5, + "Adj Yield": 275.28 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P1718AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 56.0, + "Yield": 293.0, + "Adj Yield": 295.77 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 23.8, + "Test Wt.": 56.0, + "Yield": 280.5, + "Adj Yield": 284.22 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 57.0, + "Yield": 294.3, + "Adj Yield": 299.16 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A648-11VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 58.0, + "Yield": 263.1, + "Adj Yield": 269.19 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 58.0, + "Yield": 260.7, + "Adj Yield": 260.7 + } + } + ], + "n_results": 25, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142048" + ], + "fetched_at": "2026-05-27T02:17:16.750745+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142048.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142048.md new file mode 100644 index 00000000..ed3a2502 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142048.md @@ -0,0 +1,58 @@ +# Corn yield trial — Reynolds Station, KY, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Ohio +- **City:** Reynolds Station +- **Year:** 2024 +- **Plot ID:** 142048 +- **Cooperator:** Doolin/ Creech Farm +- **Plot average:** 272.92 BU/Ac +- **Planted:** 2024-03-29 +- **Harvested:** 2024-09-02 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Miravis Neo +- **Herbicide:** Acuron +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142048 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 20.6 | 58.0 | 271.4 | 271.4 | +| 17 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 20.6 | 58.0 | 271.4 | 268.43 | +| 13 | AgriGold | A639-03VT2RIB | VT2RIB | - | 19.7 | 58.0 | 277.3 | 274.66 | +| 19 | AgriGold | A640-16-3110 | 3110 | - | 19.7 | 57.0 | 260.4 | 257.95 | +| 8 | AgriGold | J6015PWE | PWE | - | 19.5 | 57.0 | 280.6 | 278.31 | +| 14 | AgriGold | A640-24-3110 | 3110 | - | 20.6 | 56.0 | 275.8 | 273.64 | +| 7 | AgriGold | A641-26-3110 | 3110 | - | 20.7 | 57.0 | 285.2 | 283.12 | +| 6 | AgriGold | A642-32VT2PRO | VT2Pro | - | 21.4 | 58.0 | 285.8 | 283.71 | +| 22 | AgriGold | J6227DV-RN | 5222 | - | 20.1 | 55.0 | 219.4 | 217.13 | +| 18 | AgriGold | A643-24PCE | PCE | - | 19.7 | 55.0 | 268.1 | 265.63 | +| 10 | AgriGold | A643-52VT2RIB | VT2RIB | - | 22.6 | 57.0 | 279.9 | 277.17 | +| 21 | AgriGold | K6429AA | 3120EZ | - | 20.5 | 58.0 | 248.0 | 244.69 | +| - | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 19.7 | 57.0 | 272.2 | 272.2 | +| 9 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.4 | 57.0 | 280.6 | 277.44 | +| 11 | AgriGold | A645-22TRC | Trecepta | - | 21.6 | 56.0 | 277.9 | 275.63 | +| 2 | AgriGold | A645-16VT2RIB | VT2RIB | - | 20.9 | 57.0 | 297.7 | 296.22 | +| 15 | AgriGold | A645-71STXRIB | STXRIB | - | 19.9 | 58.0 | 270.9 | 270.19 | +| 20 | AgriGold | A645-30VT2PRO | VT2Pro | - | 20.2 | 57.0 | 246.1 | 246.17 | +| 4 | AgriGold | A646-30VT2RIB | VT2RIB | - | 22.6 | 57.0 | 289.5 | 290.42 | +| 12 | AgriGold | J6621VT2PRO | VT2Pro | - | 21.0 | 54.0 | 273.5 | 275.28 | +| 3 | Pioneer | P1718AML | AML | - | 20.9 | 56.0 | 293.0 | 295.77 | +| 5 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 23.8 | 56.0 | 280.5 | 284.22 | +| 1 | AgriGold | A647-79VT2PRO | VT2Pro | - | 19.6 | 57.0 | 294.3 | 299.16 | +| 16 | AgriGold | A648-11VT2PRO | VT2Pro | - | 22.2 | 58.0 | 263.1 | 269.19 | +| - | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 22.0 | 58.0 | 260.7 | 260.7 | + +Top 5 by Yield: A645-16VT2RIB (AgriGold) 297.7, A647-79VT2PRO (AgriGold) 294.3, P1718AML (Pioneer) 293.0, A646-30VT2RIB (AgriGold) 289.5, A642-32VT2PRO (AgriGold) 285.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142051.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142051.json new file mode 100644 index 00000000..aa2052d9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142051.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142051", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Perkins", + "county": "Scott", + "year": 2024, + "plot_id": "142051", + "cooperator": "A&J Farms", + "plot_average": 261.85, + "planted_date": "2024-04-01", + "harvested_date": "2024-08-28", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Ridge Till", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "AgriGold", + "product": "A6659VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 59.3, + "Yield": 255.0, + "Adj Yield": 255.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 58.6, + "Yield": 250.6, + "Adj Yield": 250.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 58.1, + "Yield": 264.0, + "Adj Yield": 264.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 57.8, + "Yield": 251.4, + "Adj Yield": 251.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 57.9, + "Yield": 273.5, + "Adj Yield": 273.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 57.2, + "Yield": 272.6, + "Adj Yield": 272.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 60.2, + "Yield": 274.5, + "Adj Yield": 274.5 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 60.4, + "Yield": 245.3, + "Adj Yield": 245.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 59.2, + "Yield": 272.2, + "Adj Yield": 272.2 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A644-32TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 60.7, + "Yield": 242.1, + "Adj Yield": 242.1 + } + }, + { + "rank": 8, + "brand": "Becks", + "product": "6674TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 58.3, + "Yield": 257.4, + "Adj Yield": 257.4 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 58.6, + "Yield": 285.2, + "Adj Yield": 285.2 + } + }, + { + "rank": 7, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 58.8, + "Yield": 260.2, + "Adj Yield": 260.2 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142051" + ], + "fetched_at": "2026-05-27T02:17:17.246587+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142051.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142051.md new file mode 100644 index 00000000..d8219f06 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142051.md @@ -0,0 +1,43 @@ +# Corn yield trial — Perkins, MO, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Scott +- **City:** Perkins +- **Year:** 2024 +- **Plot ID:** 142051 +- **Cooperator:** A&J Farms +- **Plot average:** 261.85 BU/Ac +- **Planted:** 2024-04-01 +- **Harvested:** 2024-08-28 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Ridge Till +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142051 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | AgriGold | A6659VT2PRO | VT2Pro | - | 20.4 | 59.3 | 255.0 | 255.0 | +| 11 | AgriGold | A643-52VT2PRO | VT2Pro | - | 20.5 | 58.6 | 250.6 | 250.6 | +| 6 | AgriGold | A644-64VT2PRO | VT2Pro | - | 20.1 | 58.1 | 264.0 | 264.0 | +| 10 | AgriGold | A645-16VT2PRO | VT2Pro | - | 19.6 | 57.8 | 251.4 | 251.4 | +| 3 | AgriGold | A645-22TRC | Trecepta | - | 20.9 | 57.9 | 273.5 | 273.5 | +| 4 | AgriGold | A647-42TRC | Trecepta | - | 22.3 | 57.2 | 272.6 | 272.6 | +| 2 | AgriGold | A647-79VT2PRO | VT2Pro | - | 20.0 | 60.2 | 274.5 | 274.5 | +| 12 | AgriGold | J6621VT2PRO | VT2Pro | - | 18.9 | 60.4 | 245.3 | 245.3 | +| 5 | AgriGold | A645-30VT2PRO | VT2Pro | - | 20.1 | 59.2 | 272.2 | 272.2 | +| 13 | AgriGold | A644-32TRC | Trecepta | - | 18.6 | 60.7 | 242.1 | 242.1 | +| 8 | Becks | 6674TCV2P | TreceptaRIB | - | 20.9 | 58.3 | 257.4 | 257.4 | +| 1 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 19.3 | 58.6 | 285.2 | 285.2 | +| 7 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 18.1 | 58.8 | 260.2 | 260.2 | + +Top 5 by Yield: DKC66-06RIB (Dekalb) 285.2, A647-79VT2PRO (AgriGold) 274.5, A645-22TRC (AgriGold) 273.5, A647-42TRC (AgriGold) 272.6, A645-30VT2PRO (AgriGold) 272.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142061.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142061.json new file mode 100644 index 00000000..431ece54 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142061.json @@ -0,0 +1,335 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142061", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Oxford", + "county": "Sumner", + "year": 2024, + "plot_id": "142061", + "cooperator": "Fleming Feed and Grain", + "plot_average": 108.42, + "planted_date": "2024-04-04", + "harvested_date": "2024-09-04", + "population_seeds_per_acre": 18000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Cotton", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "NK Brand", + "product": "NK1701-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 59.2, + "Yield": 110.6, + "Adj Yield": 110.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 62.1, + "Yield": 120.8, + "Adj Yield": 120.8 + } + }, + { + "rank": 18, + "brand": "NK Brand", + "product": "NK0880-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 60.2, + "Yield": 90.4, + "Adj Yield": 90.4 + } + }, + { + "rank": 7, + "brand": "Phillips", + "product": "PS0897V32", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 61.7, + "Yield": 112.5, + "Adj Yield": 112.5 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 61.9, + "Yield": 106.0, + "Adj Yield": 106.0 + } + }, + { + "rank": 9, + "brand": "Phillips", + "product": "PS1063VPR", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 60.6, + "Yield": 107.7, + "Adj Yield": 107.7 + } + }, + { + "rank": null, + "brand": "NK Brand", + "product": "NK1701-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 59.1, + "Yield": 107.5, + "Adj Yield": 107.5 + } + }, + { + "rank": 16, + "brand": "NK Brand", + "product": "NK1056-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 59.4, + "Yield": 97.5, + "Adj Yield": 97.5 + } + }, + { + "rank": 15, + "brand": "Phillips", + "product": "PS1179A31", + "traits": "3220AEZ", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.1, + "Yield": 98.6, + "Adj Yield": 98.6 + } + }, + { + "rank": 4, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.0, + "Yield": 120.2, + "Adj Yield": 120.2 + } + }, + { + "rank": 5, + "brand": "Phillips", + "product": "PS1372TRE", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.8, + "Yield": 116.5, + "Adj Yield": 116.5 + } + }, + { + "rank": null, + "brand": "NK Brand", + "product": "NK1701-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 59.4, + "Yield": 114.0, + "Adj Yield": 114.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 59.5, + "Yield": 124.5, + "Adj Yield": 124.5 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A642-76VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 58.6, + "Yield": 93.3, + "Adj Yield": 93.3 + } + }, + { + "rank": 13, + "brand": "Ohlde Seed", + "product": "O23-18", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 57.8, + "Yield": 101.9, + "Adj Yield": 101.9 + } + }, + { + "rank": 6, + "brand": "NK Brand", + "product": "NK1386-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 60.1, + "Yield": 113.4, + "Adj Yield": 113.4 + } + }, + { + "rank": null, + "brand": "NK Brand", + "product": "NK1701-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 58.7, + "Yield": 109.6, + "Adj Yield": 109.6 + } + }, + { + "rank": 8, + "brand": "NK Brand", + "product": "NK1701-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 58.7, + "Yield": 109.6, + "Adj Yield": 109.6 + } + }, + { + "rank": 1, + "brand": "Ohlde Seed", + "product": "O22-13", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 59.8, + "Yield": 125.6, + "Adj Yield": 125.6 + } + }, + { + "rank": 10, + "brand": "Ohlde Seed", + "product": "O23-16", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 58.9, + "Yield": 106.5, + "Adj Yield": 106.5 + } + }, + { + "rank": 14, + "brand": "NK Brand", + "product": "NK1402-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.4, + "Yield": 101.3, + "Adj Yield": 101.3 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 58.5, + "Yield": 105.2, + "Adj Yield": 105.2 + } + }, + { + "rank": null, + "brand": "NK Brand", + "product": "NK1701-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 59.1, + "Yield": 105.9, + "Adj Yield": 105.9 + } + } + ], + "n_results": 23, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142061" + ], + "fetched_at": "2026-05-27T02:17:17.751406+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142061.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142061.md new file mode 100644 index 00000000..38bf5f0b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142061.md @@ -0,0 +1,56 @@ +# Corn yield trial — Oxford, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Sumner +- **City:** Oxford +- **Year:** 2024 +- **Plot ID:** 142061 +- **Cooperator:** Fleming Feed and Grain +- **Plot average:** 108.42 BU/Ac +- **Planted:** 2024-04-04 +- **Harvested:** 2024-09-04 +- **Population:** 18,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Cotton +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142061 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | NK Brand | NK1701-V | 3220 | - | 13.0 | 59.2 | 110.6 | 110.6 | +| 3 | AgriGold | A636-39-3110 | 3110 | - | 12.4 | 62.1 | 120.8 | 120.8 | +| 18 | NK Brand | NK0880-V | 3220EZ | - | 12.9 | 60.2 | 90.4 | 90.4 | +| 7 | Phillips | PS0897V32 | 3220 | - | 12.2 | 61.7 | 112.5 | 112.5 | +| 11 | AgriGold | A638-19-3110 | 3110 | - | 12.3 | 61.9 | 106.0 | 106.0 | +| 9 | Phillips | PS1063VPR | VT2RIB | - | 13.8 | 60.6 | 107.7 | 107.7 | +| - | NK Brand | NK1701-V | 3220 | - | 13.4 | 59.1 | 107.5 | 107.5 | +| 16 | NK Brand | NK1056-V | 3220 | - | 14.6 | 59.4 | 97.5 | 97.5 | +| 15 | Phillips | PS1179A31 | 3220AEZ | - | 14.2 | 60.1 | 98.6 | 98.6 | +| 4 | NK Brand | NK1307-DV | 5222 | - | 14.2 | 60.0 | 120.2 | 120.2 | +| 5 | Phillips | PS1372TRE | TreceptaRIB | - | 13.7 | 60.8 | 116.5 | 116.5 | +| - | NK Brand | NK1701-V | 3220 | - | 13.0 | 59.4 | 114.0 | 114.0 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.7 | 59.5 | 124.5 | 124.5 | +| 17 | AgriGold | A642-76VT2RIB | VT2RIB | - | 16.7 | 58.6 | 93.3 | 93.3 | +| 13 | Ohlde Seed | O23-18 | VT2RIB | - | 18.6 | 57.8 | 101.9 | 101.9 | +| 6 | NK Brand | NK1386-VZ | 3330EZ | - | 15.3 | 60.1 | 113.4 | 113.4 | +| - | NK Brand | NK1701-V | 3220 | - | 13.3 | 58.7 | 109.6 | 109.6 | +| 8 | NK Brand | NK1701-V | 3220 | - | 13.3 | 58.7 | 109.6 | 109.6 | +| 1 | Ohlde Seed | O22-13 | TreceptaRIB | - | 13.9 | 59.8 | 125.6 | 125.6 | +| 10 | Ohlde Seed | O23-16 | 3220EZ | - | 13.4 | 58.9 | 106.5 | 106.5 | +| 14 | NK Brand | NK1402-DV | 5222EZ | - | 14.5 | 59.4 | 101.3 | 101.3 | +| 12 | AgriGold | A645-80-3110 | 3110 | - | 13.6 | 58.5 | 105.2 | 105.2 | +| - | NK Brand | NK1701-V | 3220 | - | 13.6 | 59.1 | 105.9 | 105.9 | + +Top 5 by Yield: O22-13 (Ohlde Seed) 125.6, A643-52VT2RIB (AgriGold) 124.5, A636-39-3110 (AgriGold) 120.8, NK1307-DV (NK Brand) 120.2, PS1372TRE (Phillips) 116.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142089.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142089.json new file mode 100644 index 00000000..90a474ba --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142089.json @@ -0,0 +1,400 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142089", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MN", + "state_abbrev": "mn", + "city": "Averill", + "county": "Clay", + "year": 2024, + "plot_id": "142089", + "cooperator": "Trygve Skolness", + "plot_average": 167.5, + "planted_date": "2024-05-09", + "harvested_date": "2024-10-23", + "population_seeds_per_acre": 36000, + "row_width": "22.0\"", + "num_rows": 6, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 12, + "brand": "Dairyland", + "product": "DS-2476AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 55.9, + "Yield": 172.5, + "Adj Yield": 172.5 + } + }, + { + "rank": 25, + "brand": "Dairyland", + "product": "DS-2620AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 58.1, + "Yield": 154.2, + "Adj Yield": 154.2 + } + }, + { + "rank": 28, + "brand": "Dairyland", + "product": "DS-2505Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 57.5, + "Yield": 116.2, + "Adj Yield": 116.2 + } + }, + { + "rank": 24, + "brand": "Dairyland", + "product": "DS-2531AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 55.2, + "Yield": 154.8, + "Adj Yield": 154.8 + } + }, + { + "rank": 13, + "brand": "Dairyland", + "product": "DS-2847PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.4, + "Yield": 171.4, + "Adj Yield": 171.4 + } + }, + { + "rank": 6, + "brand": "Dairyland", + "product": "DS-2919AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.7, + "Yield": 181.6, + "Adj Yield": 181.6 + } + }, + { + "rank": 7, + "brand": "Dairyland", + "product": "DS-3159AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 57.2, + "Yield": 181.0, + "Adj Yield": 181.0 + } + }, + { + "rank": 8, + "brand": "Dairyland", + "product": "DS-3477AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 56.5, + "Yield": 178.7, + "Adj Yield": 178.7 + } + }, + { + "rank": 23, + "brand": "Dairyland", + "product": "DS-3022AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 56.5, + "Yield": 158.8, + "Adj Yield": 158.8 + } + }, + { + "rank": 20, + "brand": "Dairyland", + "product": "DS-3203Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 57.7, + "Yield": 160.7, + "Adj Yield": 160.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A623-88VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 58.3, + "Yield": 175.2, + "Adj Yield": 175.2 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A621-89-5222AEZ", + "traits": "5222AEZ", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 57.3, + "Yield": 162.0, + "Adj Yield": 162.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A616-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 56.8, + "Yield": 188.9, + "Adj Yield": 188.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A619-06VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 58.1, + "Yield": 183.5, + "Adj Yield": 183.5 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A614-21VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 58.9, + "Yield": 163.1, + "Adj Yield": 163.1 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A617-78VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 57.9, + "Yield": 159.3, + "Adj Yield": 159.3 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A615-01VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 57.6, + "Yield": 140.7, + "Adj Yield": 140.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A618-34VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 57.2, + "Yield": 198.9, + "Adj Yield": 198.9 + } + }, + { + "rank": 21, + "brand": "Peterson", + "product": "71P86", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 57.7, + "Yield": 159.7, + "Adj Yield": 159.7 + } + }, + { + "rank": 16, + "brand": "Peterson", + "product": "77H90", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 57.5, + "Yield": 168.0, + "Adj Yield": 168.0 + } + }, + { + "rank": 4, + "brand": "Peterson", + "product": "79K88", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.4, + "Yield": 185.8, + "Adj Yield": 185.8 + } + }, + { + "rank": 9, + "brand": "Peterson", + "product": "74R89", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 58.0, + "Yield": 176.1, + "Adj Yield": 176.1 + } + }, + { + "rank": 15, + "brand": "Legend", + "product": "LR9485PCE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 55.3, + "Yield": 169.8, + "Adj Yield": 169.8 + } + }, + { + "rank": 11, + "brand": "Legend", + "product": "LR9587VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 57.6, + "Yield": 172.8, + "Adj Yield": 172.8 + } + }, + { + "rank": 14, + "brand": "Burrus", + "product": "6F588", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 57.8, + "Yield": 170.2, + "Adj Yield": 170.2 + } + }, + { + "rank": 27, + "brand": "Legend", + "product": "LR9489DEZ", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 56.9, + "Yield": 129.2, + "Adj Yield": 129.2 + } + }, + { + "rank": 2, + "brand": "Legend", + "product": "LG9591PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 58.1, + "Yield": 192.7, + "Adj Yield": 192.7 + } + }, + { + "rank": 17, + "brand": "Legend", + "product": "LR9487VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 58.2, + "Yield": 164.3, + "Adj Yield": 164.3 + } + } + ], + "n_results": 28, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142089" + ], + "fetched_at": "2026-05-27T02:17:18.271263+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142089.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142089.md new file mode 100644 index 00000000..7fa4330a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142089.md @@ -0,0 +1,58 @@ +# Corn yield trial — Averill, MN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MN +- **County:** Clay +- **City:** Averill +- **Year:** 2024 +- **Plot ID:** 142089 +- **Cooperator:** Trygve Skolness +- **Plot average:** 167.5 BU/Ac +- **Planted:** 2024-05-09 +- **Harvested:** 2024-10-23 +- **Population:** 36,000 seeds/acre +- **Row width:** 22.0" +- **# Rows:** 6 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142089 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 12 | Dairyland | DS-2476AM | AM | - | 16.2 | 55.9 | 172.5 | 172.5 | +| 25 | Dairyland | DS-2620AM | AM | - | 16.2 | 58.1 | 154.2 | 154.2 | +| 28 | Dairyland | DS-2505Q | QROME | - | 16.0 | 57.5 | 116.2 | 116.2 | +| 24 | Dairyland | DS-2531AM | AM | - | 15.9 | 55.2 | 154.8 | 154.8 | +| 13 | Dairyland | DS-2847PCE | PCE | - | 17.0 | 57.4 | 171.4 | 171.4 | +| 6 | Dairyland | DS-2919AM | AM | - | 17.0 | 57.7 | 181.6 | 181.6 | +| 7 | Dairyland | DS-3159AM | AM | - | 17.2 | 57.2 | 181.0 | 181.0 | +| 8 | Dairyland | DS-3477AM | AM | - | 17.6 | 56.5 | 178.7 | 178.7 | +| 23 | Dairyland | DS-3022AM | AM | - | 17.4 | 56.5 | 158.8 | 158.8 | +| 20 | Dairyland | DS-3203Q | QROME | - | 17.6 | 57.7 | 160.7 | 160.7 | +| 10 | AgriGold | A623-88VT2PRO | VT2Pro | - | 18.1 | 58.3 | 175.2 | 175.2 | +| 19 | AgriGold | A621-89-5222AEZ | 5222AEZ | - | 18.2 | 57.3 | 162.0 | 162.0 | +| 3 | AgriGold | A616-30VT2RIB | VT2RIB | - | 16.5 | 56.8 | 188.9 | 188.9 | +| 5 | AgriGold | A619-06VT2RIB | VT2RIB | - | 17.5 | 58.1 | 183.5 | 183.5 | +| 18 | AgriGold | A614-21VT2RIB | VT2RIB | - | 17.3 | 58.9 | 163.1 | 163.1 | +| 22 | AgriGold | A617-78VT2RIB | VT2RIB | - | 16.6 | 57.9 | 159.3 | 159.3 | +| 26 | AgriGold | A615-01VT2RIB | VT2RIB | - | 16.1 | 57.6 | 140.7 | 140.7 | +| 1 | AgriGold | A618-34VT2PRO | VT2Pro | - | 16.7 | 57.2 | 198.9 | 198.9 | +| 21 | Peterson | 71P86 | VT2RIB | - | 15.9 | 57.7 | 159.7 | 159.7 | +| 16 | Peterson | 77H90 | VT2RIB | - | 15.8 | 57.5 | 168.0 | 168.0 | +| 4 | Peterson | 79K88 | VT2RIB | - | 17.0 | 57.4 | 185.8 | 185.8 | +| 9 | Peterson | 74R89 | VT2RIB | - | 16.2 | 58.0 | 176.1 | 176.1 | +| 15 | Legend | LR9485PCE | PWE | - | 15.8 | 55.3 | 169.8 | 169.8 | +| 11 | Legend | LR9587VT2PRIB | VT2RIB | - | 16.5 | 57.6 | 172.8 | 172.8 | +| 14 | Burrus | 6F588 | Unknown | - | 16.4 | 57.8 | 170.2 | 170.2 | +| 27 | Legend | LR9489DEZ | 5122EZ | - | 18.3 | 56.9 | 129.2 | 129.2 | +| 2 | Legend | LG9591PCE | PCE | - | 16.7 | 58.1 | 192.7 | 192.7 | +| 17 | Legend | LR9487VT2PRIB | VT2RIB | - | 16.3 | 58.2 | 164.3 | 164.3 | + +Top 5 by Yield: A618-34VT2PRO (AgriGold) 198.9, LG9591PCE (Legend) 192.7, A616-30VT2RIB (AgriGold) 188.9, 79K88 (Peterson) 185.8, A619-06VT2RIB (AgriGold) 183.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142093.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142093.json new file mode 100644 index 00000000..32487509 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142093.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142093", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "AR", + "state_abbrev": "ar", + "city": "Star City", + "county": "Lincoln", + "year": 2024, + "plot_id": "142093", + "cooperator": "Gil Dreher", + "plot_average": 257.06, + "planted_date": "2024-04-06", + "harvested_date": "2024-08-29", + "population_seeds_per_acre": 34000, + "row_width": "38.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Cotton", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 14, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 59.5, + "Yield": 244.0, + "Adj Yield": 244.0 + } + }, + { + "rank": 9, + "brand": "Gateway", + "product": "1913TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 59.4, + "Yield": 255.5, + "Adj Yield": 255.5 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 60.1, + "Yield": 249.8, + "Adj Yield": 249.8 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 59.6, + "Yield": 248.4, + "Adj Yield": 248.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 59.2, + "Yield": 273.9, + "Adj Yield": 273.9 + } + }, + { + "rank": 7, + "brand": "Gateway", + "product": "3916TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 59.5, + "Yield": 256.3, + "Adj Yield": 256.3 + } + }, + { + "rank": 3, + "brand": "Gateway", + "product": "2716", + "traits": "", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.4, + "Yield": 266.4, + "Adj Yield": 266.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 58.3, + "Yield": 255.6, + "Adj Yield": 255.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 60.0, + "Yield": 261.0, + "Adj Yield": 261.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A648-11VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 59.1, + "Yield": 251.2, + "Adj Yield": 251.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 59.4, + "Yield": 258.8, + "Adj Yield": 258.8 + } + }, + { + "rank": 6, + "brand": "Gateway", + "product": "3919TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 61.3, + "Yield": 257.6, + "Adj Yield": 257.6 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 60.1, + "Yield": 272.8, + "Adj Yield": 272.8 + } + }, + { + "rank": 13, + "brand": "Gateway", + "product": "9714VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 58.9, + "Yield": 247.6, + "Adj Yield": 247.6 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142093" + ], + "fetched_at": "2026-05-27T02:17:18.758792+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142093.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142093.md new file mode 100644 index 00000000..18bddf8a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142093.md @@ -0,0 +1,44 @@ +# Corn yield trial — Star City, AR, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** AR +- **County:** Lincoln +- **City:** Star City +- **Year:** 2024 +- **Plot ID:** 142093 +- **Cooperator:** Gil Dreher +- **Plot average:** 257.06 BU/Ac +- **Planted:** 2024-04-06 +- **Harvested:** 2024-08-29 +- **Population:** 34,000 seeds/acre +- **Row width:** 38.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Cotton +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142093 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 14 | AgriGold | A643-52VT2PRO | VT2Pro | - | 13.2 | 59.5 | 244.0 | 244.0 | +| 9 | Gateway | 1913TRE | Trecepta | - | 13.0 | 59.4 | 255.5 | 255.5 | +| 11 | AgriGold | A644-64VT2PRO | VT2Pro | - | 13.5 | 60.1 | 249.8 | 249.8 | +| 12 | AgriGold | A645-16VT2PRO | VT2Pro | - | 12.9 | 59.6 | 248.4 | 248.4 | +| 1 | AgriGold | A645-22TRC | Trecepta | - | 13.7 | 59.2 | 273.9 | 273.9 | +| 7 | Gateway | 3916TRE | Trecepta | - | 13.5 | 59.5 | 256.3 | 256.3 | +| 3 | Gateway | 2716 | - | - | 14.5 | 59.4 | 266.4 | 266.4 | +| 8 | AgriGold | A647-42TRC | Trecepta | - | 13.3 | 58.3 | 255.6 | 255.6 | +| 4 | AgriGold | A647-79VT2PRO | VT2Pro | - | 13.6 | 60.0 | 261.0 | 261.0 | +| 10 | AgriGold | A648-11VT2PRO | VT2Pro | - | 13.5 | 59.1 | 251.2 | 251.2 | +| 5 | AgriGold | J6621VT2PRO | VT2Pro | - | 12.6 | 59.4 | 258.8 | 258.8 | +| 6 | Gateway | 3919TRE | Trecepta | - | 13.0 | 61.3 | 257.6 | 257.6 | +| 2 | Dekalb | DKC68-35 | VT2Pro | - | 13.1 | 60.1 | 272.8 | 272.8 | +| 13 | Gateway | 9714VT2PRO | VT2Pro | - | 12.9 | 58.9 | 247.6 | 247.6 | + +Top 5 by Yield: A645-22TRC (AgriGold) 273.9, DKC68-35 (Dekalb) 272.8, 2716 (Gateway) 266.4, A647-79VT2PRO (AgriGold) 261.0, J6621VT2PRO (AgriGold) 258.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142094.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142094.json new file mode 100644 index 00000000..fac31433 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142094.json @@ -0,0 +1,387 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142094", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Sturgis", + "county": "Union", + "year": 2024, + "plot_id": "142094", + "cooperator": "White Farms", + "plot_average": 246.51, + "planted_date": "2024-04-06", + "harvested_date": "2024-08-29", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "Veltyma", + "herbicide": "Capreno", + "insecticide": "Sultrus", + "results": [ + { + "rank": 5, + "brand": "Nu Tech", + "product": "68A7AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 59.0, + "Yield": 257.0, + "Adj Yield": 257.0 + } + }, + { + "rank": 25, + "brand": "Dekalb", + "product": "DKC59-82RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 58.0, + "Yield": 229.2, + "Adj Yield": 229.2 + } + }, + { + "rank": 12, + "brand": "Nu Tech", + "product": "70B4AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.0, + "Yield": 249.2, + "Adj Yield": 249.2 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 57.0, + "Yield": 235.3, + "Adj Yield": 235.3 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A640-24-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 57.0, + "Yield": 224.1, + "Adj Yield": 224.1 + } + }, + { + "rank": 23, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.0, + "Yield": 237.4, + "Adj Yield": 237.4 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 58.0, + "Yield": 223.0, + "Adj Yield": 223.0 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 58.0, + "Yield": 243.9, + "Adj Yield": 243.9 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC62-70RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.0, + "Yield": 247.5, + "Adj Yield": 247.5 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 57.0, + "Yield": 237.9, + "Adj Yield": 237.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 57.0, + "Yield": 256.0, + "Adj Yield": 256.0 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 59.0, + "Yield": 244.4, + "Adj Yield": 244.4 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 57.0, + "Yield": 247.8, + "Adj Yield": 247.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.0, + "Yield": 253.8, + "Adj Yield": 253.8 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 58.0, + "Yield": 241.9, + "Adj Yield": 241.9 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 58.0, + "Yield": 260.8, + "Adj Yield": 260.8 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 58.0, + "Yield": 239.1, + "Adj Yield": 239.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.0, + "Yield": 263.8, + "Adj Yield": 263.8 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 60.0, + "Yield": 246.5, + "Adj Yield": 246.5 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 59.0, + "Yield": 243.5, + "Adj Yield": 243.5 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.0, + "Yield": 250.3, + "Adj Yield": 250.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 58.0, + "Yield": 260.4, + "Adj Yield": 260.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 59.0, + "Yield": 255.7, + "Adj Yield": 255.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 57.0, + "Yield": 263.1, + "Adj Yield": 263.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 60.0, + "Yield": 255.1, + "Adj Yield": 255.1 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A648-11VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 59.0, + "Yield": 238.6, + "Adj Yield": 238.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 56.0, + "Yield": 250.6, + "Adj Yield": 250.6 + } + } + ], + "n_results": 27, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142094" + ], + "fetched_at": "2026-05-27T02:17:19.274351+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142094.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142094.md new file mode 100644 index 00000000..5f5ec7f0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142094.md @@ -0,0 +1,60 @@ +# Corn yield trial — Sturgis, KY, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Union +- **City:** Sturgis +- **Year:** 2024 +- **Plot ID:** 142094 +- **Cooperator:** White Farms +- **Plot average:** 246.51 BU/Ac +- **Planted:** 2024-04-06 +- **Harvested:** 2024-08-29 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **Fungicide:** Veltyma +- **Herbicide:** Capreno +- **Insecticide:** Sultrus +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142094 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | Nu Tech | 68A7AM | AM | - | 15.1 | 59.0 | 257.0 | 257.0 | +| 25 | Dekalb | DKC59-82RIB | VT2RIB | - | 14.0 | 58.0 | 229.2 | 229.2 | +| 12 | Nu Tech | 70B4AM | AM | - | 14.5 | 59.0 | 249.2 | 249.2 | +| 24 | AgriGold | J6015PWE | PWE | - | 15.8 | 57.0 | 235.3 | 235.3 | +| 26 | AgriGold | A640-24-3110 | 3110 | - | 16.6 | 57.0 | 224.1 | 224.1 | +| 23 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 16.0 | 58.0 | 237.4 | 237.4 | +| 27 | AgriGold | A641-26-3110 | 3110 | - | 15.6 | 58.0 | 223.0 | 223.0 | +| 17 | AgriGold | A642-32VT2PRO | VT2Pro | - | 16.6 | 58.0 | 243.9 | 243.9 | +| 14 | Dekalb | DKC62-70RIB | STXRIB | - | 16.0 | 58.0 | 247.5 | 247.5 | +| 22 | AgriGold | J6227DV-RN | 5222 | - | 15.4 | 57.0 | 237.9 | 237.9 | +| 6 | AgriGold | A643-24PCE | PCE | - | 16.9 | 57.0 | 256.0 | 256.0 | +| 16 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.3 | 59.0 | 244.4 | 244.4 | +| 13 | AgriGold | K6429AA | 3120EZ | - | 16.9 | 57.0 | 247.8 | 247.8 | +| 9 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.0 | 58.0 | 253.8 | 253.8 | +| 19 | AgriGold | A644-64VT2PRO | VT2Pro | - | 17.4 | 58.0 | 241.9 | 241.9 | +| 3 | Dekalb | DKC114-99RIB | VT4RIB | - | 16.9 | 58.0 | 260.8 | 260.8 | +| 20 | AgriGold | A645-22TRC | Trecepta | - | 16.7 | 58.0 | 239.1 | 239.1 | +| 1 | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.0 | 58.0 | 263.8 | 263.8 | +| 15 | AgriGold | A645-71STXRIB | STXRIB | - | 16.6 | 60.0 | 246.5 | 246.5 | +| 18 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 17.1 | 59.0 | 243.5 | 243.5 | +| 11 | AgriGold | A645-30VT2PRO | VT2Pro | - | 16.8 | 58.0 | 250.3 | 250.3 | +| 4 | AgriGold | A646-30VT2RIB | VT2RIB | - | 17.5 | 58.0 | 260.4 | 260.4 | +| 7 | AgriGold | J6621VT2PRO | VT2Pro | - | 17.0 | 59.0 | 255.7 | 255.7 | +| 2 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 17.1 | 57.0 | 263.1 | 263.1 | +| 8 | AgriGold | A647-79VT2PRO | VT2Pro | - | 17.9 | 60.0 | 255.1 | 255.1 | +| 21 | AgriGold | A648-11VT2PRO | VT2Pro | - | 18.9 | 59.0 | 238.6 | 238.6 | +| 10 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.2 | 56.0 | 250.6 | 250.6 | + +Top 5 by Yield: A645-16VT2RIB (AgriGold) 263.8, A647-42TRCRIB (AgriGold) 263.1, DKC114-99RIB (Dekalb) 260.8, A646-30VT2RIB (AgriGold) 260.4, 68A7AM (Nu Tech) 257.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142097.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142097.json new file mode 100644 index 00000000..29da06e2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142097.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142097", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Steele", + "county": "Pemiscot", + "year": 2024, + "plot_id": "142097", + "cooperator": "G&H Farms", + "plot_average": 282.08, + "planted_date": "2024-04-08", + "harvested_date": "2024-09-11", + "population_seeds_per_acre": 34000, + "row_width": "38.0\"", + "num_rows": 6, + "soil_type": "Silty Clay Loam", + "tillage": "Ridge Till", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 303.9, + "Adj Yield": 303.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 286.5, + "Adj Yield": 286.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 282.7, + "Adj Yield": 282.7 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 272.1, + "Adj Yield": 272.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 284.9, + "Adj Yield": 284.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 279.1, + "Adj Yield": 279.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 276.7, + "Adj Yield": 276.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A6659VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 275.7, + "Adj Yield": 275.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A650-21VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 277.1, + "Adj Yield": 277.1 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142097" + ], + "fetched_at": "2026-05-27T02:17:19.753477+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142097.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142097.md new file mode 100644 index 00000000..5269f586 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142097.md @@ -0,0 +1,39 @@ +# Corn yield trial — Steele, MO, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Pemiscot +- **City:** Steele +- **Year:** 2024 +- **Plot ID:** 142097 +- **Cooperator:** G&H Farms +- **Plot average:** 282.08 BU/Ac +- **Planted:** 2024-04-08 +- **Harvested:** 2024-09-11 +- **Population:** 34,000 seeds/acre +- **Row width:** 38.0" +- **# Rows:** 6 +- **Soil type:** Silty Clay Loam +- **Tillage:** Ridge Till +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142097 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A643-52VT2PRO | VT2Pro | - | 13.0 | - | 303.9 | 303.9 | +| 2 | AgriGold | A644-64VT2PRO | VT2Pro | - | 13.0 | - | 286.5 | 286.5 | +| 4 | AgriGold | A645-16VT2PRO | VT2Pro | - | 13.0 | - | 282.7 | 282.7 | +| 9 | AgriGold | A645-22TRC | Trecepta | - | 13.0 | - | 272.1 | 272.1 | +| 3 | AgriGold | A647-42TRC | Trecepta | - | 13.0 | - | 284.9 | 284.9 | +| 5 | AgriGold | A647-79VT2PRO | VT2Pro | - | 13.0 | - | 279.1 | 279.1 | +| 7 | AgriGold | J6621VT2PRO | VT2Pro | - | 13.0 | - | 276.7 | 276.7 | +| 8 | AgriGold | A6659VT2PRO | VT2Pro | - | 13.0 | - | 275.7 | 275.7 | +| 6 | AgriGold | A650-21VT2PRO | VT2Pro | - | 13.0 | - | 277.1 | 277.1 | + +Top 5 by Yield: A643-52VT2PRO (AgriGold) 303.9, A644-64VT2PRO (AgriGold) 286.5, A647-42TRC (AgriGold) 284.9, A645-16VT2PRO (AgriGold) 282.7, A647-79VT2PRO (AgriGold) 279.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142102.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142102.json new file mode 100644 index 00000000..f20698a5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142102.json @@ -0,0 +1,348 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142102", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "GA", + "state_abbrev": "ga", + "city": "Shellman", + "county": "Randolph", + "year": 2024, + "plot_id": "142102", + "cooperator": "Riley Curry", + "plot_average": 216.54, + "planted_date": "2024-04-09", + "harvested_date": "2024-08-15", + "population_seeds_per_acre": 32500, + "row_width": "36.0\"", + "num_rows": 8, + "soil_type": "Clay", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 13, + "brand": "Revere", + "product": "X114P35", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 220.0, + "Adj Yield": 220.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 221.0, + "Adj Yield": 221.0 + } + }, + { + "rank": 16, + "brand": "Pioneer", + "product": "P1511YHR", + "traits": "Intrasect", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 214.0, + "Adj Yield": 214.0 + } + }, + { + "rank": 6, + "brand": "Revere", + "product": "1577VT2P", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 223.0, + "Adj Yield": 223.0 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 216.0, + "Adj Yield": 216.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 222.0, + "Adj Yield": 222.0 + } + }, + { + "rank": 14, + "brand": "Pioneer", + "product": "P1608YHR", + "traits": "Intrasect", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 216.0, + "Adj Yield": 216.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A646-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 222.0, + "Adj Yield": 222.0 + } + }, + { + "rank": 20, + "brand": "Revere", + "product": "1627-TC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 210.0, + "Adj Yield": 210.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A6659VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 221.0, + "Adj Yield": 221.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A6659VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 226.0, + "Adj Yield": 226.0 + } + }, + { + "rank": 18, + "brand": "Pioneer", + "product": "P17677YHR", + "traits": "Leptra", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 212.0, + "Adj Yield": 212.0 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 211.0, + "Adj Yield": 211.0 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 221.0, + "Adj Yield": 221.0 + } + }, + { + "rank": 3, + "brand": "Revere", + "product": "1839TC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 234.0, + "Adj Yield": 234.0 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A648-11VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 176.0, + "Adj Yield": 176.0 + } + }, + { + "rank": 23, + "brand": "Dyna Gro", + "product": "D58VC65", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 185.0, + "Adj Yield": 185.0 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC70-45", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 241.0, + "Adj Yield": 241.0 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 205.0, + "Adj Yield": 205.0 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 214.0, + "Adj Yield": 214.0 + } + }, + { + "rank": 6, + "brand": "Revere", + "product": "1307TCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 223.0, + "Adj Yield": 223.0 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 199.0, + "Adj Yield": 199.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 238.0, + "Adj Yield": 238.0 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P1289YHR", + "traits": "Intrasect", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 227.0, + "Adj Yield": 227.0 + } + } + ], + "n_results": 24, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142102" + ], + "fetched_at": "2026-05-27T02:17:20.266845+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142102.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142102.md new file mode 100644 index 00000000..c052c66c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142102.md @@ -0,0 +1,54 @@ +# Corn yield trial — Shellman, GA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** GA +- **County:** Randolph +- **City:** Shellman +- **Year:** 2024 +- **Plot ID:** 142102 +- **Cooperator:** Riley Curry +- **Plot average:** 216.54 BU/Ac +- **Planted:** 2024-04-09 +- **Harvested:** 2024-08-15 +- **Population:** 32,500 seeds/acre +- **Row width:** 36.0" +- **# Rows:** 8 +- **Soil type:** Clay +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142102 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 13 | Revere | X114P35 | Unknown | - | - | - | 220.0 | 220.0 | +| 10 | AgriGold | A644-64VT2PRO | VT2Pro | - | - | - | 221.0 | 221.0 | +| 16 | Pioneer | P1511YHR | Intrasect | - | - | - | 214.0 | 214.0 | +| 6 | Revere | 1577VT2P | VT2Pro | - | - | - | 223.0 | 223.0 | +| 14 | AgriGold | A645-30VT2PRO | VT2Pro | - | - | - | 216.0 | 216.0 | +| 8 | AgriGold | J6621VT2PRO | VT2Pro | - | - | - | 222.0 | 222.0 | +| 14 | Pioneer | P1608YHR | Intrasect | - | - | - | 216.0 | 216.0 | +| 8 | AgriGold | A646-30VT2PRO | VT2Pro | - | - | - | 222.0 | 222.0 | +| 20 | Revere | 1627-TC | Trecepta | - | - | - | 210.0 | 210.0 | +| 10 | AgriGold | A6659VT2PRO | VT2Pro | - | - | - | 221.0 | 221.0 | +| 5 | AgriGold | A6659VT2PRO | VT2Pro | - | - | - | 226.0 | 226.0 | +| 18 | Pioneer | P17677YHR | Leptra | - | - | - | 212.0 | 212.0 | +| 19 | AgriGold | A647-79VT2PRO | VT2Pro | - | - | - | 211.0 | 211.0 | +| 10 | Dekalb | DKC68-35 | VT2Pro | - | - | - | 221.0 | 221.0 | +| 3 | Revere | 1839TC | Trecepta | - | - | - | 234.0 | 234.0 | +| 24 | AgriGold | A648-11VT2PRO | VT2Pro | - | - | - | 176.0 | 176.0 | +| 23 | Dyna Gro | D58VC65 | VT2RIB | - | - | - | 185.0 | 185.0 | +| 1 | Dekalb | DKC70-45 | VT2Pro | - | - | - | 241.0 | 241.0 | +| 21 | AgriGold | K6429AA | 3120EZ | - | - | - | 205.0 | 205.0 | +| 16 | AgriGold | A643-52VT2PRO | VT2Pro | - | - | - | 214.0 | 214.0 | +| 6 | Revere | 1307TCRIB | TreceptaRIB | - | - | - | 223.0 | 223.0 | +| 22 | AgriGold | A643-24PCE | PCE | - | - | - | 199.0 | 199.0 | +| 2 | AgriGold | A642-18SSP | SSP | - | - | - | 238.0 | 238.0 | +| 4 | Pioneer | P1289YHR | Intrasect | - | - | - | 227.0 | 227.0 | + +Top 5 by Yield: DKC70-45 (Dekalb) 241.0, A642-18SSP (AgriGold) 238.0, 1839TC (Revere) 234.0, P1289YHR (Pioneer) 227.0, A6659VT2PRO (AgriGold) 226.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142106.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142106.json new file mode 100644 index 00000000..fff3187e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142106.json @@ -0,0 +1,335 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142106", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Mount Hope", + "county": "Sedgwick", + "year": 2024, + "plot_id": "142106", + "cooperator": "Fleming Feed and Grain", + "plot_average": 118.56, + "planted_date": "2024-04-10", + "harvested_date": "2024-08-26", + "population_seeds_per_acre": 20000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 59.7, + "Yield": 116.9, + "Adj Yield": 116.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 59.3, + "Yield": 125.1, + "Adj Yield": 125.1 + } + }, + { + "rank": 14, + "brand": "Phillips", + "product": "PS1063VPR", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 59.2, + "Yield": 112.5, + "Adj Yield": 112.5 + } + }, + { + "rank": 11, + "brand": "NK Brand", + "product": "NK1056-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 59.2, + "Yield": 117.2, + "Adj Yield": 117.2 + } + }, + { + "rank": 8, + "brand": "Phillips", + "product": "PS1179A31", + "traits": "3220AEZ", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 59.6, + "Yield": 120.6, + "Adj Yield": 120.6 + } + }, + { + "rank": 1, + "brand": "NK Brand", + "product": "NK1386-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 60.1, + "Yield": 136.7, + "Adj Yield": 136.7 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 59.9, + "Yield": 110.1, + "Adj Yield": 110.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 59.6, + "Yield": 125.9, + "Adj Yield": 125.9 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 59.6, + "Yield": 125.9, + "Adj Yield": 125.9 + } + }, + { + "rank": 9, + "brand": "Phillips", + "product": "XB124E VPR", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 60.3, + "Yield": 119.4, + "Adj Yield": 119.4 + } + }, + { + "rank": 3, + "brand": "Channel", + "product": "214-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 60.0, + "Yield": 127.7, + "Adj Yield": 127.7 + } + }, + { + "rank": 4, + "brand": "Ohlde Seed", + "product": "O22-13", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 59.8, + "Yield": 126.1, + "Adj Yield": 126.1 + } + }, + { + "rank": 7, + "brand": "Phillips", + "product": "PS1372TRE", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 59.2, + "Yield": 123.0, + "Adj Yield": 123.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 58.8, + "Yield": 118.6, + "Adj Yield": 118.6 + } + }, + { + "rank": 2, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 58.0, + "Yield": 128.1, + "Adj Yield": 128.1 + } + }, + { + "rank": 15, + "brand": "Ohlde Seed", + "product": "O24-14DGVT2ProRB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 59.2, + "Yield": 112.0, + "Adj Yield": 112.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-76VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 60.3, + "Yield": 118.2, + "Adj Yield": 118.2 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 59.8, + "Yield": 107.2, + "Adj Yield": 107.2 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 59.5, + "Yield": 104.3, + "Adj Yield": 104.3 + } + }, + { + "rank": 17, + "brand": "Ohlde Seed", + "product": "O23-16", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 55.6, + "Yield": 108.9, + "Adj Yield": 108.9 + } + }, + { + "rank": 12, + "brand": "NK Brand", + "product": "NK1701-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 59.3, + "Yield": 115.1, + "Adj Yield": 115.1 + } + }, + { + "rank": 13, + "brand": "Ohlde Seed", + "product": "O23-18", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 56.2, + "Yield": 114.5, + "Adj Yield": 114.5 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 58.8, + "Yield": 111.9, + "Adj Yield": 111.9 + } + } + ], + "n_results": 23, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142106" + ], + "fetched_at": "2026-05-27T02:17:20.741702+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142106.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142106.md new file mode 100644 index 00000000..016ecf30 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142106.md @@ -0,0 +1,56 @@ +# Corn yield trial — Mount Hope, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Sedgwick +- **City:** Mount Hope +- **Year:** 2024 +- **Plot ID:** 142106 +- **Cooperator:** Fleming Feed and Grain +- **Plot average:** 118.56 BU/Ac +- **Planted:** 2024-04-10 +- **Harvested:** 2024-08-26 +- **Population:** 20,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142106 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.4 | 59.7 | 116.9 | 116.9 | +| 6 | AgriGold | A636-39-3110 | 3110 | - | 11.7 | 59.3 | 125.1 | 125.1 | +| 14 | Phillips | PS1063VPR | VT2RIB | - | 12.6 | 59.2 | 112.5 | 112.5 | +| 11 | NK Brand | NK1056-V | 3220 | - | 13.3 | 59.2 | 117.2 | 117.2 | +| 8 | Phillips | PS1179A31 | 3220AEZ | - | 12.6 | 59.6 | 120.6 | 120.6 | +| 1 | NK Brand | NK1386-VZ | 3330EZ | - | 12.5 | 60.1 | 136.7 | 136.7 | +| 16 | AgriGold | A641-26V | 3220EZ | - | 11.6 | 59.9 | 110.1 | 110.1 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.4 | 59.6 | 125.9 | 125.9 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.4 | 59.6 | 125.9 | 125.9 | +| 9 | Phillips | XB124E VPR | VT2Pro | - | 12.1 | 60.3 | 119.4 | 119.4 | +| 3 | Channel | 214-70TRERIB | TreceptaRIB | - | 12.8 | 60.0 | 127.7 | 127.7 | +| 4 | Ohlde Seed | O22-13 | TreceptaRIB | - | 11.7 | 59.8 | 126.1 | 126.1 | +| 7 | Phillips | PS1372TRE | TreceptaRIB | - | 12.4 | 59.2 | 123.0 | 123.0 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.0 | 58.8 | 118.6 | 118.6 | +| 2 | NK Brand | NK1307-DV | 5222 | - | 14.0 | 58.0 | 128.1 | 128.1 | +| 15 | Ohlde Seed | O24-14DGVT2ProRB | VT2RIB | - | 12.3 | 59.2 | 112.0 | 112.0 | +| 10 | AgriGold | A642-76VT2RIB | VT2RIB | - | 12.2 | 60.3 | 118.2 | 118.2 | +| 18 | AgriGold | A645-16VT2RIB | VT2RIB | - | 12.5 | 59.8 | 107.2 | 107.2 | +| 19 | AgriGold | A645-80-3110 | 3110 | - | 13.5 | 59.5 | 104.3 | 104.3 | +| 17 | Ohlde Seed | O23-16 | 3220EZ | - | 14.5 | 55.6 | 108.9 | 108.9 | +| 12 | NK Brand | NK1701-V | 3220 | - | 13.6 | 59.3 | 115.1 | 115.1 | +| 13 | Ohlde Seed | O23-18 | VT2RIB | - | 15.8 | 56.2 | 114.5 | 114.5 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.5 | 58.8 | 111.9 | 111.9 | + +Top 5 by Yield: NK1386-VZ (NK Brand) 136.7, NK1307-DV (NK Brand) 128.1, 214-70TRERIB (Channel) 127.7, O22-13 (Ohlde Seed) 126.1, A643-52VT2RIB (AgriGold) 125.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142109.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142109.json new file mode 100644 index 00000000..fd24b572 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142109.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142109", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Frankford", + "county": "Pike", + "year": 2024, + "plot_id": "142109", + "cooperator": "Payton Teasley", + "plot_average": 254.85, + "planted_date": "2024-04-10", + "harvested_date": "2024-09-11", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 268.5, + "Adj Yield": 268.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 258.3, + "Adj Yield": 260.27 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 247.0, + "Adj Yield": 248.57 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A640-24-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 268.7, + "Adj Yield": 269.77 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 249.3, + "Adj Yield": 250.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 257.1, + "Adj Yield": 257.28 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 256.8, + "Adj Yield": 256.59 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 254.0, + "Adj Yield": 253.35 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 251.9, + "Adj Yield": 250.79 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 251.3, + "Adj Yield": 249.73 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": null, + "Yield": 254.1, + "Adj Yield": 252.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 273.4, + "Adj Yield": 273.4 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142109" + ], + "fetched_at": "2026-05-27T02:17:21.216759+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142109.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142109.md new file mode 100644 index 00000000..16f06f30 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142109.md @@ -0,0 +1,42 @@ +# Corn yield trial — Frankford, MO, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Pike +- **City:** Frankford +- **Year:** 2024 +- **Plot ID:** 142109 +- **Cooperator:** Payton Teasley +- **Plot average:** 254.85 BU/Ac +- **Planted:** 2024-04-10 +- **Harvested:** 2024-09-11 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142109 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.4 | - | 268.5 | 268.5 | +| 2 | AgriGold | A639-03VT2RIB | VT2RIB | - | 17.7 | - | 258.3 | 260.27 | +| 10 | AgriGold | A640-16-3110 | 3110 | - | 18.1 | - | 247.0 | 248.57 | +| 1 | AgriGold | A640-24-3110 | 3110 | - | 18.3 | - | 268.7 | 269.77 | +| 8 | AgriGold | A641-26-3110 | 3110 | - | 16.9 | - | 249.3 | 250.0 | +| 3 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.8 | - | 257.1 | 257.28 | +| 4 | AgriGold | A642-32VT2PRO | VT2Pro | - | 17.0 | - | 256.8 | 256.59 | +| 5 | AgriGold | A643-24PCE | PCE | - | 18.3 | - | 254.0 | 253.35 | +| 7 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.8 | - | 251.9 | 250.79 | +| 9 | AgriGold | A644-64VT2PRO | VT2Pro | - | 19.1 | - | 251.3 | 249.73 | +| 6 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 18.9 | - | 254.1 | 252.1 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.5 | - | 273.4 | 273.4 | + +Top 5 by Yield: A645-16VT2RIB (AgriGold) 273.4, A640-24-3110 (AgriGold) 268.7, A645-16VT2RIB (AgriGold) 268.5, A639-03VT2RIB (AgriGold) 258.3, A642-05VT2RIBD1 (AgriGold) 257.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142110.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142110.json new file mode 100644 index 00000000..7411a37a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142110.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142110", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Laddonia", + "county": "Audrain", + "year": 2024, + "plot_id": "142110", + "cooperator": "Matt Pounds", + "plot_average": 267.6, + "planted_date": "2024-04-10", + "harvested_date": "2024-09-20", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 258.5, + "Adj Yield": 260.24 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 271.7, + "Adj Yield": 273.76 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": null, + "Yield": 270.2, + "Adj Yield": 272.87 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 256.7, + "Adj Yield": 260.16 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": null, + "Yield": 268.7, + "Adj Yield": 268.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 274.3, + "Adj Yield": 276.88 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": null, + "Yield": 279.3, + "Adj Yield": 279.28 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A648-11VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": null, + "Yield": 252.6, + "Adj Yield": 249.98 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": null, + "Yield": 279.2, + "Adj Yield": 279.2 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142110" + ], + "fetched_at": "2026-05-27T02:17:21.733974+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142110.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142110.md new file mode 100644 index 00000000..5a22649c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142110.md @@ -0,0 +1,39 @@ +# Corn yield trial — Laddonia, MO, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Audrain +- **City:** Laddonia +- **Year:** 2024 +- **Plot ID:** 142110 +- **Cooperator:** Matt Pounds +- **Plot average:** 267.6 BU/Ac +- **Planted:** 2024-04-10 +- **Harvested:** 2024-09-20 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142110 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | AgriGold | A642-32VT2PRO | VT2Pro | - | 15.9 | - | 258.5 | 260.24 | +| 3 | AgriGold | A643-24PCE | PCE | - | 15.6 | - | 271.7 | 273.76 | +| 4 | AgriGold | A644-64VT2PRO | VT2Pro | - | 14.9 | - | 270.2 | 272.87 | +| 6 | AgriGold | A645-16VT2PRO | VT2Pro | - | 16.2 | - | 256.7 | 260.16 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.9 | - | 268.7 | 268.7 | +| 2 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 18.4 | - | 274.3 | 276.88 | +| 1 | AgriGold | A647-79VT2PRO | VT2Pro | - | 15.7 | - | 279.3 | 279.28 | +| 7 | AgriGold | A648-11VT2PRO | VT2Pro | - | 20.1 | - | 252.6 | 249.98 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.3 | - | 279.2 | 279.2 | + +Top 5 by Yield: A647-79VT2PRO (AgriGold) 279.3, A643-52VT2RIB (AgriGold) 279.2, A647-42TRCRIB (AgriGold) 274.3, A643-24PCE (AgriGold) 271.7, A644-64VT2PRO (AgriGold) 270.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142123.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142123.json new file mode 100644 index 00000000..80eff408 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142123.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142123", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Highland", + "county": "Doniphan", + "year": 2024, + "plot_id": "142123", + "cooperator": "Jerry Blevins", + "plot_average": 252.93, + "planted_date": "2024-04-11", + "harvested_date": "2024-09-10", + "population_seeds_per_acre": 36000, + "row_width": "20.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": 12, + "brand": "AgriGold", + "product": "A648-11VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": null, + "Yield": 221.3, + "Adj Yield": 221.3 + } + }, + { + "rank": 6, + "brand": "Golden Harvest", + "product": "G17E95-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": null, + "Yield": 260.8, + "Adj Yield": 260.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": null, + "Yield": 261.2, + "Adj Yield": 261.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": null, + "Yield": 253.9, + "Adj Yield": 253.9 + } + }, + { + "rank": 9, + "brand": "Golden Harvest", + "product": "G14B32-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 246.9, + "Adj Yield": 246.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": null, + "Yield": 272.8, + "Adj Yield": 272.8 + } + }, + { + "rank": 10, + "brand": "Golden Harvest", + "product": "G13U96-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 246.5, + "Adj Yield": 246.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 262.1, + "Adj Yield": 262.1 + } + }, + { + "rank": 7, + "brand": "Golden Harvest", + "product": "G12S75-D", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 254.5, + "Adj Yield": 254.5 + } + }, + { + "rank": 2, + "brand": "Golden Harvest", + "product": "G11V76-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 266.0, + "Adj Yield": 266.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A641-85TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": null, + "Yield": 265.1, + "Adj Yield": 265.1 + } + }, + { + "rank": 11, + "brand": "Golden Harvest", + "product": "G03U08-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 224.1, + "Adj Yield": 224.1 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142123" + ], + "fetched_at": "2026-05-27T02:17:22.231261+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142123.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142123.md new file mode 100644 index 00000000..b3d8e604 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142123.md @@ -0,0 +1,45 @@ +# Corn yield trial — Highland, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Doniphan +- **City:** Highland +- **Year:** 2024 +- **Plot ID:** 142123 +- **Cooperator:** Jerry Blevins +- **Plot average:** 252.93 BU/Ac +- **Planted:** 2024-04-11 +- **Harvested:** 2024-09-10 +- **Population:** 36,000 seeds/acre +- **Row width:** 20.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Corn +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142123 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 12 | AgriGold | A648-11VT2PRO | VT2Pro | - | 20.5 | - | 221.3 | 221.3 | +| 6 | Golden Harvest | G17E95-3110 | 3110 | - | 21.4 | - | 260.8 | 260.8 | +| 5 | AgriGold | A646-30VT2RIB | VT2RIB | - | 19.7 | - | 261.2 | 261.2 | +| 8 | AgriGold | A645-16VT2RIB | VT2RIB | - | 20.6 | - | 253.9 | 253.9 | +| 9 | Golden Harvest | G14B32-DV | 5222 | - | 18.2 | - | 246.9 | 246.9 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.9 | - | 272.8 | 272.8 | +| 10 | Golden Harvest | G13U96-DV | 5222EZ | - | 17.2 | - | 246.5 | 246.5 | +| 4 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 18.2 | - | 262.1 | 262.1 | +| 7 | Golden Harvest | G12S75-D | 5222EZ | - | 18.4 | - | 254.5 | 254.5 | +| 2 | Golden Harvest | G11V76-D | 5122EZ | - | 16.1 | - | 266.0 | 266.0 | +| 3 | AgriGold | A641-85TRCRIB | TreceptaRIB | - | 15.0 | - | 265.1 | 265.1 | +| 11 | Golden Harvest | G03U08-D | 5122EZ | - | 14.5 | - | 224.1 | 224.1 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 272.8, G11V76-D (Golden Harvest) 266.0, A641-85TRCRIB (AgriGold) 265.1, A642-05VT2RIBD1 (AgriGold) 262.1, A646-30VT2RIB (AgriGold) 261.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142138.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142138.json new file mode 100644 index 00000000..e5a897c8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142138.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142138", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "St Mary", + "county": "Ste. Genevieve", + "year": 2024, + "plot_id": "142138", + "cooperator": "Craig Doza", + "plot_average": 255.71, + "planted_date": "2024-04-13", + "harvested_date": "2024-09-19", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 4, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 61.0, + "Yield": 261.4, + "Adj Yield": 261.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 62.0, + "Yield": 267.8, + "Adj Yield": 267.8 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 61.5, + "Yield": 249.7, + "Adj Yield": 249.7 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 59.0, + "Yield": 252.9, + "Adj Yield": 252.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 59.6, + "Yield": 262.3, + "Adj Yield": 262.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 61.1, + "Yield": 258.8, + "Adj Yield": 258.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 60.3, + "Yield": 260.0, + "Adj Yield": 260.0 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 62.5, + "Yield": 243.7, + "Adj Yield": 243.7 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.3, + "Yield": 254.3, + "Adj Yield": 254.3 + } + }, + { + "rank": 10, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 57.8, + "Yield": 253.9, + "Adj Yield": 253.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 59.8, + "Yield": 259.2, + "Adj Yield": 259.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 63.1, + "Yield": 253.9, + "Adj Yield": 253.9 + } + }, + { + "rank": 14, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 61.4, + "Yield": 250.1, + "Adj Yield": 250.1 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A6659VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 60.7, + "Yield": 243.7, + "Adj Yield": 243.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 59.8, + "Yield": 257.9, + "Adj Yield": 257.9 + } + }, + { + "rank": 13, + "brand": "Wyffels", + "product": "W8086RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 60.8, + "Yield": 252.1, + "Adj Yield": 252.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 62.1, + "Yield": 265.4, + "Adj Yield": 265.4 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142138" + ], + "fetched_at": "2026-05-27T02:17:22.718364+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142138.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142138.md new file mode 100644 index 00000000..6b730843 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142138.md @@ -0,0 +1,47 @@ +# Corn yield trial — St Mary, MO, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Ste. Genevieve +- **City:** St Mary +- **Year:** 2024 +- **Plot ID:** 142138 +- **Cooperator:** Craig Doza +- **Plot average:** 255.71 BU/Ac +- **Planted:** 2024-04-13 +- **Harvested:** 2024-09-19 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142138 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 4 | Pioneer | P14830AML | AML | - | 14.0 | 61.0 | 261.4 | 261.4 | +| 1 | AgriGold | A642-18SSP | SSP | - | 13.4 | 62.0 | 267.8 | 267.8 | +| 15 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.5 | 61.5 | 249.7 | 249.7 | +| 12 | AgriGold | A643-24PCE | PCE | - | 15.4 | 59.0 | 252.9 | 252.9 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.4 | 59.6 | 262.3 | 262.3 | +| 7 | AgriGold | A642-32VT2PRO | VT2Pro | - | 16.4 | 61.1 | 258.8 | 258.8 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.3 | 60.3 | 260.0 | 260.0 | +| 16 | AgriGold | K6429AA | 3120EZ | - | 14.2 | 62.5 | 243.7 | 243.7 | +| 9 | AgriGold | A645-16VT2PRO | VT2Pro | - | 16.1 | 59.3 | 254.3 | 254.3 | +| 10 | Wyffels | W7945RIB | TreceptaRIB | - | 15.5 | 57.8 | 253.9 | 253.9 | +| 6 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 16.7 | 59.8 | 259.2 | 259.2 | +| 10 | AgriGold | A645-30VT2PRO | VT2Pro | - | 15.5 | 63.1 | 253.9 | 253.9 | +| 14 | Wyffels | W7876RIB | VT2RIB | - | 15.6 | 61.4 | 250.1 | 250.1 | +| 16 | AgriGold | A6659VT2PRO | VT2Pro | - | 15.0 | 60.7 | 243.7 | 243.7 | +| 8 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 16.4 | 59.8 | 257.9 | 257.9 | +| 13 | Wyffels | W8086RIB | VT2RIB | - | 16.1 | 60.8 | 252.1 | 252.1 | +| 2 | AgriGold | A647-79VT2PRO | VT2Pro | - | 15.0 | 62.1 | 265.4 | 265.4 | + +Top 5 by Yield: A642-18SSP (AgriGold) 267.8, A647-79VT2PRO (AgriGold) 265.4, A643-52VT2RIB (AgriGold) 262.3, P14830AML (Pioneer) 261.4, A644-64VT2RIB (AgriGold) 260.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142166.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142166.json new file mode 100644 index 00000000..db4b95dd --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142166.json @@ -0,0 +1,439 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142166", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Brandon", + "county": "Buchanan", + "year": 2024, + "plot_id": "142166", + "cooperator": "Larry King", + "plot_average": 248.14, + "planted_date": "2024-04-14", + "harvested_date": "2024-09-27", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "None", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 22, + "brand": "AgriGold", + "product": "A630-04", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 56.7, + "Yield": 233.2, + "Adj Yield": 233.2 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 53.7, + "Yield": 259.6, + "Adj Yield": 259.6 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A637-21WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 57.1, + "Yield": 232.3, + "Adj Yield": 232.3 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-99WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": 55.8, + "Yield": 244.0, + "Adj Yield": 244.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A640-01WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 54.8, + "Yield": 258.9, + "Adj Yield": 258.9 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A643-01WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 55.1, + "Yield": 248.9, + "Adj Yield": 248.9 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A644-15WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 25.1, + "Test Wt.": 51.5, + "Yield": 228.1, + "Adj Yield": 228.1 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A627-45VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 56.7, + "Yield": 225.7, + "Adj Yield": 225.7 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A628-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 55.9, + "Yield": 226.4, + "Adj Yield": 226.4 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 55.3, + "Yield": 224.1, + "Adj Yield": 224.1 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 57.3, + "Yield": 238.8, + "Adj Yield": 238.8 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 55.7, + "Yield": 245.9, + "Adj Yield": 245.9 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 57.7, + "Yield": 236.9, + "Adj Yield": 236.9 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 57.2, + "Yield": 243.4, + "Adj Yield": 243.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 55.4, + "Yield": 249.5, + "Adj Yield": 249.5 + } + }, + { + "rank": 28, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 56.4, + "Yield": 216.0, + "Adj Yield": 216.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 53.4, + "Yield": 248.6, + "Adj Yield": 248.6 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 55.2, + "Yield": 241.0, + "Adj Yield": 241.0 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 55.6, + "Yield": 245.8, + "Adj Yield": 245.8 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 53.3, + "Yield": 240.4, + "Adj Yield": 240.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 56.0, + "Yield": 266.9, + "Adj Yield": 266.9 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 54.5, + "Yield": 253.5, + "Adj Yield": 253.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 53.5, + "Yield": 273.5, + "Adj Yield": 273.5 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 25.3, + "Test Wt.": 54.0, + "Yield": 242.2, + "Adj Yield": 242.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 53.8, + "Yield": 268.7, + "Adj Yield": 268.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 54.1, + "Yield": 284.3, + "Adj Yield": 284.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": 57.3, + "Yield": 267.3, + "Adj Yield": 267.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 25.3, + "Test Wt.": 51.8, + "Yield": 271.6, + "Adj Yield": 271.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 54.6, + "Yield": 276.3, + "Adj Yield": 276.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 54.6, + "Yield": 264.4, + "Adj Yield": 264.4 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 52.6, + "Yield": 255.4, + "Adj Yield": 255.4 + } + } + ], + "n_results": 31, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142166" + ], + "fetched_at": "2026-05-27T02:17:23.275633+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142166.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142166.md new file mode 100644 index 00000000..adcf5da6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142166.md @@ -0,0 +1,62 @@ +# Corn yield trial — Brandon, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Buchanan +- **City:** Brandon +- **Year:** 2024 +- **Plot ID:** 142166 +- **Cooperator:** Larry King +- **Plot average:** 248.14 BU/Ac +- **Planted:** 2024-04-14 +- **Harvested:** 2024-09-27 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142166 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 22 | AgriGold | A630-04 | C | - | 17.0 | 56.7 | 233.2 | 233.2 | +| - | AgriGold | A636-16VT2RIB | VT2RIB | - | 20.3 | 53.7 | 259.6 | 259.6 | +| 23 | AgriGold | A637-21WX | WX | - | 19.2 | 57.1 | 232.3 | 232.3 | +| 15 | AgriGold | A642-99WX | WX | - | 22.5 | 55.8 | 244.0 | 244.0 | +| 9 | AgriGold | A640-01WX | WX | - | 21.3 | 54.8 | 258.9 | 258.9 | +| 12 | AgriGold | A643-01WX | WX | - | 22.6 | 55.1 | 248.9 | 248.9 | +| 24 | AgriGold | A644-15WX | WX | - | 25.1 | 51.5 | 228.1 | 228.1 | +| 26 | AgriGold | A627-45VT2RIB | VT2RIB | - | 16.0 | 56.7 | 225.7 | 225.7 | +| 25 | AgriGold | A628-16VT2RIB | VT2RIB | - | 16.2 | 55.9 | 226.4 | 226.4 | +| 27 | AgriGold | A628-51SSPRIB | SSPRIB | - | 15.3 | 55.3 | 224.1 | 224.1 | +| 20 | AgriGold | A629-55VT2RIB | VT2RIB | - | 16.0 | 57.3 | 238.8 | 238.8 | +| 13 | AgriGold | A631-08VT2PRO | VT2Pro | - | 18.2 | 55.7 | 245.9 | 245.9 | +| 21 | AgriGold | A632-68VT2RIB | VT2RIB | - | 16.9 | 57.7 | 236.9 | 236.9 | +| 16 | AgriGold | A634-11SSPRIB | SSPRIB | - | 17.3 | 57.2 | 243.4 | 243.4 | +| 11 | AgriGold | A636-11VT2RIB | VT2RIB | - | 18.1 | 55.4 | 249.5 | 249.5 | +| 28 | AgriGold | A636-39-3110 | 3110 | - | 19.0 | 56.4 | 216.0 | 216.0 | +| - | AgriGold | A636-16VT2RIB | VT2RIB | - | 20.6 | 53.4 | 248.6 | 248.6 | +| 18 | AgriGold | A636-42SSP | SSP | - | 18.9 | 55.2 | 241.0 | 241.0 | +| 14 | AgriGold | A637-72VT2PRO | VT2Pro | - | 19.0 | 55.6 | 245.8 | 245.8 | +| 19 | AgriGold | A638-19-3110 | 3110 | - | 18.4 | 53.3 | 240.4 | 240.4 | +| 7 | AgriGold | K5836PWE | PWE | - | 19.5 | 56.0 | 266.9 | 266.9 | +| 10 | AgriGold | A639-03VT2RIB | VT2RIB | - | 20.1 | 54.5 | 253.5 | 253.5 | +| 3 | AgriGold | A640-16-3110 | 3110 | - | 21.8 | 53.5 | 273.5 | 273.5 | +| 17 | AgriGold | A641-26-3110 | 3110 | - | 25.3 | 54.0 | 242.2 | 242.2 | +| 5 | AgriGold | J6015PWE | PWE | - | 21.3 | 53.8 | 268.7 | 268.7 | +| 1 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 22.1 | 54.1 | 284.3 | 284.3 | +| 6 | AgriGold | A642-32VT2PRO | VT2Pro | - | 24.2 | 57.3 | 267.3 | 267.3 | +| 4 | AgriGold | A643-24PCE | PCE | - | 25.3 | 51.8 | 271.6 | 271.6 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 23.4 | 54.6 | 276.3 | 276.3 | +| 8 | AgriGold | A641-85STXRIB | STXRIB | - | 22.2 | 54.6 | 264.4 | 264.4 | +| - | AgriGold | A636-16VT2RIB | VT2RIB | - | 21.5 | 52.6 | 255.4 | 255.4 | + +Top 5 by Yield: A642-05VT2RIBD1 (AgriGold) 284.3, A644-64VT2RIB (AgriGold) 276.3, A640-16-3110 (AgriGold) 273.5, A643-24PCE (AgriGold) 271.6, J6015PWE (AgriGold) 268.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142170.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142170.json new file mode 100644 index 00000000..a4a7d546 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142170.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142170", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Dudley", + "county": "Stoddard", + "year": 2024, + "plot_id": "142170", + "cooperator": "Glenn Hueckel", + "plot_average": 246.92, + "planted_date": "2024-04-16", + "harvested_date": "2024-08-29", + "population_seeds_per_acre": 33000, + "row_width": "36.0\"", + "num_rows": 6, + "soil_type": "Clay Loam", + "tillage": "Ridge Till", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 59.8, + "Yield": 242.0, + "Adj Yield": 242.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 60.6, + "Yield": 261.1, + "Adj Yield": 261.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 60.3, + "Yield": 239.1, + "Adj Yield": 239.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 60.5, + "Yield": 262.4, + "Adj Yield": 262.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 59.3, + "Yield": 245.0, + "Adj Yield": 245.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 58.9, + "Yield": 243.9, + "Adj Yield": 243.9 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 61.2, + "Yield": 235.0, + "Adj Yield": 235.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 59.7, + "Yield": 251.7, + "Adj Yield": 251.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A6659VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 60.5, + "Yield": 233.4, + "Adj Yield": 233.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.8, + "Yield": 255.6, + "Adj Yield": 255.6 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142170" + ], + "fetched_at": "2026-05-27T02:17:23.735703+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142170.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142170.md new file mode 100644 index 00000000..e8d2cec3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142170.md @@ -0,0 +1,40 @@ +# Corn yield trial — Dudley, MO, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Stoddard +- **City:** Dudley +- **Year:** 2024 +- **Plot ID:** 142170 +- **Cooperator:** Glenn Hueckel +- **Plot average:** 246.92 BU/Ac +- **Planted:** 2024-04-16 +- **Harvested:** 2024-08-29 +- **Population:** 33,000 seeds/acre +- **Row width:** 36.0" +- **# Rows:** 6 +- **Soil type:** Clay Loam +- **Tillage:** Ridge Till +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142170 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | AgriGold | A643-24PCE | PCE | - | 15.3 | 59.8 | 242.0 | 242.0 | +| 2 | AgriGold | A643-52VT2PRO | VT2Pro | - | 14.9 | 60.6 | 261.1 | 261.1 | +| 8 | AgriGold | A644-64VT2PRO | VT2Pro | - | 14.5 | 60.3 | 239.1 | 239.1 | +| 1 | AgriGold | A645-16VT2PRO | VT2Pro | - | 15.9 | 60.5 | 262.4 | 262.4 | +| 5 | AgriGold | A645-22TRC | Trecepta | - | 14.8 | 59.3 | 245.0 | 245.0 | +| 6 | AgriGold | A647-42TRC | Trecepta | - | 15.7 | 58.9 | 243.9 | 243.9 | +| 9 | AgriGold | A647-79VT2PRO | VT2Pro | - | 14.9 | 61.2 | 235.0 | 235.0 | +| 4 | AgriGold | J6621VT2PRO | VT2Pro | - | 14.8 | 59.7 | 251.7 | 251.7 | +| 10 | AgriGold | A6659VT2PRO | VT2Pro | - | 14.8 | 60.5 | 233.4 | 233.4 | +| 3 | AgriGold | A646-17STXRIB | STXRIB | - | 16.2 | 59.8 | 255.6 | 255.6 | + +Top 5 by Yield: A645-16VT2PRO (AgriGold) 262.4, A643-52VT2PRO (AgriGold) 261.1, A646-17STXRIB (AgriGold) 255.6, J6621VT2PRO (AgriGold) 251.7, A645-22TRC (AgriGold) 245.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142176.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142176.json new file mode 100644 index 00000000..78c3a2f8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142176.json @@ -0,0 +1,283 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142176", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Henshaw", + "county": "Union", + "year": 2024, + "plot_id": "142176", + "cooperator": "Hardesty Farms", + "plot_average": 229.37, + "planted_date": "2024-04-16", + "harvested_date": "2024-08-29", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "Veltyma", + "herbicide": "Halex GT", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.6, + "Test Wt.": 58.0, + "Yield": 246.3, + "Adj Yield": 246.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.6, + "Test Wt.": 58.0, + "Yield": 246.3, + "Adj Yield": 236.08 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A639-03STX", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 24.5, + "Test Wt.": 56.0, + "Yield": 220.0, + "Adj Yield": 211.11 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": 56.0, + "Yield": 222.7, + "Adj Yield": 215.02 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 55.0, + "Yield": 223.8, + "Adj Yield": 217.41 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 57.0, + "Yield": 215.9, + "Adj Yield": 210.75 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 57.0, + "Yield": 227.6, + "Adj Yield": 223.79 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.3, + "Test Wt.": 57.0, + "Yield": 243.4, + "Adj Yield": 240.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 23.6, + "Test Wt.": 58.0, + "Yield": 237.0, + "Adj Yield": 235.73 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 57.0, + "Yield": 234.7, + "Adj Yield": 234.65 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 55.0, + "Yield": 214.1, + "Adj Yield": 215.42 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.5, + "Test Wt.": 56.0, + "Yield": 238.5, + "Adj Yield": 241.01 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 57.0, + "Yield": 235.5, + "Adj Yield": 239.29 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P1718AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": 54.0, + "Yield": 238.2, + "Adj Yield": 243.29 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": 56.0, + "Yield": 225.1, + "Adj Yield": 231.44 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": 56.0, + "Yield": 223.0, + "Adj Yield": 230.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 57.0, + "Yield": 237.6, + "Adj Yield": 246.48 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A648-11VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 24.7, + "Test Wt.": 55.0, + "Yield": 216.3, + "Adj Yield": 226.47 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": 57.0, + "Yield": 223.3, + "Adj Yield": 223.3 + } + } + ], + "n_results": 19, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142176" + ], + "fetched_at": "2026-05-27T02:17:24.212011+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142176.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142176.md new file mode 100644 index 00000000..7ba22604 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142176.md @@ -0,0 +1,52 @@ +# Corn yield trial — Henshaw, KY, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Union +- **City:** Henshaw +- **Year:** 2024 +- **Plot ID:** 142176 +- **Cooperator:** Hardesty Farms +- **Plot average:** 229.37 BU/Ac +- **Planted:** 2024-04-16 +- **Harvested:** 2024-08-29 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **Fungicide:** Veltyma +- **Herbicide:** Halex GT +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142176 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 24.6 | 58.0 | 246.3 | 246.3 | +| 6 | AgriGold | A643-52VT2RIB | VT2RIB | - | 24.6 | 58.0 | 246.3 | 236.08 | +| 16 | AgriGold | A639-03STX | STX | - | 24.5 | 56.0 | 220.0 | 211.11 | +| 15 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 23.1 | 56.0 | 222.7 | 215.02 | +| 13 | AgriGold | A643-24PCE | PCE | - | 21.7 | 55.0 | 223.8 | 217.41 | +| 17 | AgriGold | K6429AA | 3120EZ | - | 22.7 | 57.0 | 215.9 | 210.75 | +| 12 | AgriGold | A642-32VT2PRO | VT2Pro | - | 21.9 | 57.0 | 227.6 | 223.79 | +| 4 | AgriGold | A645-16VT2RIB | VT2RIB | - | 24.3 | 57.0 | 243.4 | 240.8 | +| 7 | AgriGold | A644-64VT2PRO | VT2Pro | - | 23.6 | 58.0 | 237.0 | 235.73 | +| 8 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 22.6 | 57.0 | 234.7 | 234.65 | +| 14 | AgriGold | A645-30VT2PRO | VT2Pro | - | 22.0 | 55.0 | 214.1 | 215.42 | +| 3 | AgriGold | A646-30VT2RIB | VT2RIB | - | 24.5 | 56.0 | 238.5 | 241.01 | +| 5 | AgriGold | J6621VT2PRO | VT2Pro | - | 23.4 | 57.0 | 235.5 | 239.29 | +| 2 | Pioneer | P1718AML | AML | - | 23.1 | 54.0 | 238.2 | 243.29 | +| 9 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 24.0 | 56.0 | 225.1 | 231.44 | +| 10 | AgriGold | A645-22TRC | Trecepta | - | 22.5 | 56.0 | 223.0 | 230.6 | +| 1 | AgriGold | A647-79VT2PRO | VT2Pro | - | 21.4 | 57.0 | 237.6 | 246.48 | +| 11 | AgriGold | A648-11VT2PRO | VT2Pro | - | 24.7 | 55.0 | 216.3 | 226.47 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 24.1 | 57.0 | 223.3 | 223.3 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 246.3, A643-52VT2RIB (AgriGold) 246.3, A645-16VT2RIB (AgriGold) 243.4, A646-30VT2RIB (AgriGold) 238.5, P1718AML (Pioneer) 238.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142177.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142177.json new file mode 100644 index 00000000..13a14563 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142177.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142177", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Waterloo", + "county": "Monroe", + "year": 2024, + "plot_id": "142177", + "cooperator": "Larry Wild", + "plot_average": 235.46, + "planted_date": "2024-04-16", + "harvested_date": "2024-09-20", + "population_seeds_per_acre": 32500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.5, + "Yield": 250.1, + "Adj Yield": 250.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.5, + "Yield": 229.2, + "Adj Yield": 229.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 59.5, + "Yield": 253.5, + "Adj Yield": 253.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 57.5, + "Yield": 252.2, + "Adj Yield": 252.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 60.5, + "Yield": 243.6, + "Adj Yield": 243.6 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.5, + "Yield": 228.4, + "Adj Yield": 228.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 61.5, + "Yield": 212.7, + "Adj Yield": 212.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 61.5, + "Yield": 231.3, + "Adj Yield": 231.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 58.5, + "Yield": 240.1, + "Adj Yield": 240.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.5, + "Yield": 229.1, + "Adj Yield": 229.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 58.0, + "Yield": 219.9, + "Adj Yield": 219.9 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142177" + ], + "fetched_at": "2026-05-27T02:17:24.776670+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142177.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142177.md new file mode 100644 index 00000000..07ac8aee --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142177.md @@ -0,0 +1,41 @@ +# Corn yield trial — Waterloo, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Monroe +- **City:** Waterloo +- **Year:** 2024 +- **Plot ID:** 142177 +- **Cooperator:** Larry Wild +- **Plot average:** 235.46 BU/Ac +- **Planted:** 2024-04-16 +- **Harvested:** 2024-09-20 +- **Population:** 32,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142177 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.9 | 58.5 | 250.1 | 250.1 | +| 7 | AgriGold | A642-32VT2PRO | VT2Pro | - | 15.2 | 60.5 | 229.2 | 229.2 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.3 | 59.5 | 253.5 | 253.5 | +| 2 | AgriGold | A643-24PCE | PCE | - | 15.2 | 57.5 | 252.2 | 252.2 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.9 | 60.5 | 243.6 | 243.6 | +| 9 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.0 | 58.5 | 228.4 | 228.4 | +| 11 | AgriGold | A645-30VT2PRO | VT2Pro | - | 15.7 | 61.5 | 212.7 | 212.7 | +| 6 | AgriGold | A645-22TRC | Trecepta | - | 15.0 | 61.5 | 231.3 | 231.3 | +| 5 | AgriGold | A646-30VT2RIB | VT2RIB | - | 14.4 | 58.5 | 240.1 | 240.1 | +| 8 | AgriGold | A647-79VT2PRO | VT2Pro | - | 15.2 | 60.5 | 229.1 | 229.1 | +| 10 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 15.5 | 58.0 | 219.9 | 219.9 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 253.5, A643-24PCE (AgriGold) 252.2, A642-05VT2RIBD1 (AgriGold) 250.1, A644-64VT2RIB (AgriGold) 243.6, A646-30VT2RIB (AgriGold) 240.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142185.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142185.json new file mode 100644 index 00000000..ad9a99c2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142185.json @@ -0,0 +1,361 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142185", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Hamlet", + "county": "Mercer", + "year": 2024, + "plot_id": "142185", + "cooperator": "Greg Close", + "plot_average": 299.1, + "planted_date": "2024-04-13", + "harvested_date": "2024-09-25", + "population_seeds_per_acre": 40000, + "row_width": "20.8\"", + "num_rows": 12, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 281.3, + "Adj Yield": 281.3 + } + }, + { + "rank": 20, + "brand": "Pioneer", + "product": "P0720", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 287.3, + "Adj Yield": 287.3 + } + }, + { + "rank": 13, + "brand": "Nu Tech", + "product": "68C1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 299.7, + "Adj Yield": 299.7 + } + }, + { + "rank": 9, + "brand": "Nu Tech", + "product": "68A9AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": null, + "Yield": 303.7, + "Adj Yield": 303.7 + } + }, + { + "rank": 1, + "brand": "Nu Tech", + "product": "69C7PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": null, + "Yield": 315.4, + "Adj Yield": 315.4 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": null, + "Yield": 284.0, + "Adj Yield": 284.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A640-24-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": null, + "Yield": 302.3, + "Adj Yield": 302.3 + } + }, + { + "rank": 18, + "brand": "Golden Harvest", + "product": "G12U11-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 25.2, + "Test Wt.": null, + "Yield": 288.3, + "Adj Yield": 288.3 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P0924", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": null, + "Yield": 306.9, + "Adj Yield": 306.9 + } + }, + { + "rank": 3, + "brand": "Nu Tech", + "product": "70F6V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": null, + "Yield": 313.5, + "Adj Yield": 313.5 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": null, + "Yield": 294.3, + "Adj Yield": 294.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": null, + "Yield": 307.2, + "Adj Yield": 307.2 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P10477V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": null, + "Yield": 308.0, + "Adj Yield": 308.0 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": null, + "Yield": 284.8, + "Adj Yield": 284.8 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": null, + "Yield": 300.6, + "Adj Yield": 300.6 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 24.6, + "Test Wt.": null, + "Yield": 294.5, + "Adj Yield": 294.5 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.4, + "Test Wt.": null, + "Yield": 287.9, + "Adj Yield": 287.9 + } + }, + { + "rank": 10, + "brand": "Wyffels", + "product": "W8086RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.3, + "Test Wt.": null, + "Yield": 302.4, + "Adj Yield": 302.4 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P13777V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": null, + "Yield": 309.0, + "Adj Yield": 309.0 + } + }, + { + "rank": 17, + "brand": "Golden Harvest", + "product": "G14B32-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": null, + "Yield": 288.8, + "Adj Yield": 288.8 + } + }, + { + "rank": 14, + "brand": "Nu Tech", + "product": "74A5PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 23.6, + "Test Wt.": null, + "Yield": 294.5, + "Adj Yield": 294.5 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 25.8, + "Test Wt.": null, + "Yield": 287.0, + "Adj Yield": 287.0 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": null, + "Yield": 305.2, + "Adj Yield": 305.2 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 23.9, + "Test Wt.": null, + "Yield": 314.1, + "Adj Yield": 314.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 281.1, + "Adj Yield": 281.1 + } + } + ], + "n_results": 25, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142185" + ], + "fetched_at": "2026-05-27T02:17:25.266156+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142185.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142185.md new file mode 100644 index 00000000..621ca2d9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142185.md @@ -0,0 +1,55 @@ +# Corn yield trial — Hamlet, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Mercer +- **City:** Hamlet +- **Year:** 2024 +- **Plot ID:** 142185 +- **Cooperator:** Greg Close +- **Plot average:** 299.1 BU/Ac +- **Planted:** 2024-04-13 +- **Harvested:** 2024-09-25 +- **Population:** 40,000 seeds/acre +- **Row width:** 20.8" +- **# Rows:** 12 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142185 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A639-03VT2RIB | VT2RIB | - | 18.4 | - | 281.3 | 281.3 | +| 20 | Pioneer | P0720 | C | - | 17.4 | - | 287.3 | 287.3 | +| 13 | Nu Tech | 68C1V | Vorceed | - | 19.1 | - | 299.7 | 299.7 | +| 9 | Nu Tech | 68A9AM | AM | - | 20.3 | - | 303.7 | 303.7 | +| 1 | Nu Tech | 69C7PCE | PCE | - | 19.9 | - | 315.4 | 315.4 | +| 23 | AgriGold | A640-12STXRIB | STXRIB | - | 20.6 | - | 284.0 | 284.0 | +| 11 | AgriGold | A640-24-3110 | 3110 | - | 19.9 | - | 302.3 | 302.3 | +| 18 | Golden Harvest | G12U11-AA | 3220EZ | - | 25.2 | - | 288.3 | 288.3 | +| 7 | Pioneer | P0924 | C | - | 20.1 | - | 306.9 | 306.9 | +| 3 | Nu Tech | 70F6V | Vorceed | - | 19.8 | - | 313.5 | 313.5 | +| 16 | AgriGold | A6499STXRIB | STXRIB | - | 21.1 | - | 294.3 | 294.3 | +| 6 | AgriGold | A642-32VT2PRO | VT2Pro | - | 22.4 | - | 307.2 | 307.2 | +| 5 | Pioneer | P10477V | Vorceed | - | 22.5 | - | 308.0 | 308.0 | +| 22 | AgriGold | A639-03VT2RIB | VT2RIB | - | 19.5 | - | 284.8 | 284.8 | +| 12 | AgriGold | A643-52VT2RIB | VT2RIB | - | 24.0 | - | 300.6 | 300.6 | +| 14 | AgriGold | A643-24PCE | PCE | - | 24.6 | - | 294.5 | 294.5 | +| 19 | AgriGold | A644-64VT2RIB | VT2RIB | - | 24.4 | - | 287.9 | 287.9 | +| 10 | Wyffels | W8086RIB | VT2RIB | - | 23.3 | - | 302.4 | 302.4 | +| 4 | Pioneer | P13777V | Vorceed | - | 22.8 | - | 309.0 | 309.0 | +| 17 | Golden Harvest | G14B32-DV | 5222 | - | 23.1 | - | 288.8 | 288.8 | +| 14 | Nu Tech | 74A5PCE | PCE | - | 23.6 | - | 294.5 | 294.5 | +| 21 | AgriGold | A645-16 | C | - | 25.8 | - | 287.0 | 287.0 | +| 8 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 22.7 | - | 305.2 | 305.2 | +| 2 | Pioneer | P1742Q | QROME | - | 23.9 | - | 314.1 | 314.1 | +| - | AgriGold | A639-03VT2RIB | VT2RIB | - | 18.4 | - | 281.1 | 281.1 | + +Top 5 by Yield: 69C7PCE (Nu Tech) 315.4, P1742Q (Pioneer) 314.1, 70F6V (Nu Tech) 313.5, P13777V (Pioneer) 309.0, P10477V (Pioneer) 308.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142186.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142186.json new file mode 100644 index 00000000..5a0d6b08 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142186.json @@ -0,0 +1,335 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142186", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Hamlet", + "county": "Mercer", + "year": 2024, + "plot_id": "142186", + "cooperator": "Greg Close", + "plot_average": 293.89, + "planted_date": "2024-04-13", + "harvested_date": "2024-09-25", + "population_seeds_per_acre": 40000, + "row_width": "20.8\"", + "num_rows": 12, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 275.6, + "Adj Yield": 275.6 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": null, + "Yield": 276.9, + "Adj Yield": 276.9 + } + }, + { + "rank": 19, + "brand": "Dyna Gro", + "product": "D5737PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 279.9, + "Adj Yield": 279.9 + } + }, + { + "rank": 12, + "brand": "Dyna Gro", + "product": "D48SS50RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": null, + "Yield": 292.3, + "Adj Yield": 292.3 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P1027AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 310.9, + "Adj Yield": 310.9 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": null, + "Yield": 274.4, + "Adj Yield": 274.4 + } + }, + { + "rank": 4, + "brand": "Nu Tech", + "product": "70A8AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 303.0, + "Adj Yield": 303.0 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": null, + "Yield": 289.8, + "Adj Yield": 289.8 + } + }, + { + "rank": 7, + "brand": "Golden Harvest", + "product": "G11V76", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": null, + "Yield": 300.0, + "Adj Yield": 300.0 + } + }, + { + "rank": 10, + "brand": "Pioneer", + "product": "P1185", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 293.6, + "Adj Yield": 293.6 + } + }, + { + "rank": 6, + "brand": "Nu Tech", + "product": "71A2V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": null, + "Yield": 300.3, + "Adj Yield": 300.3 + } + }, + { + "rank": 16, + "brand": "Wyffels", + "product": "W6886", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": null, + "Yield": 288.9, + "Adj Yield": 288.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": null, + "Yield": 303.0, + "Adj Yield": 303.0 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": null, + "Yield": 286.1, + "Adj Yield": 286.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 23.9, + "Test Wt.": null, + "Yield": 306.2, + "Adj Yield": 306.2 + } + }, + { + "rank": 2, + "brand": "Nu Tech", + "product": "72C1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": null, + "Yield": 310.4, + "Adj Yield": 310.4 + } + }, + { + "rank": 13, + "brand": "Dyna Gro", + "product": "D53SS13RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": null, + "Yield": 291.2, + "Adj Yield": 291.2 + } + }, + { + "rank": 9, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 25.3, + "Test Wt.": null, + "Yield": 297.0, + "Adj Yield": 297.0 + } + }, + { + "rank": 14, + "brand": "Dyna Gro", + "product": "D55VC80", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 27.3, + "Test Wt.": null, + "Yield": 290.4, + "Adj Yield": 290.4 + } + }, + { + "rank": 17, + "brand": "Pioneer", + "product": "P1222", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": null, + "Yield": 287.0, + "Adj Yield": 287.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A644-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 24.7, + "Test Wt.": null, + "Yield": 292.4, + "Adj Yield": 292.4 + } + }, + { + "rank": 8, + "brand": "Golden Harvest", + "product": "G15J91-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 26.5, + "Test Wt.": null, + "Yield": 298.0, + "Adj Yield": 298.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 280.7, + "Adj Yield": 280.7 + } + } + ], + "n_results": 23, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142186" + ], + "fetched_at": "2026-05-27T02:17:25.740870+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142186.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142186.md new file mode 100644 index 00000000..a7e82044 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142186.md @@ -0,0 +1,53 @@ +# Corn yield trial — Hamlet, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Mercer +- **City:** Hamlet +- **Year:** 2024 +- **Plot ID:** 142186 +- **Cooperator:** Greg Close +- **Plot average:** 293.89 BU/Ac +- **Planted:** 2024-04-13 +- **Harvested:** 2024-09-25 +- **Population:** 40,000 seeds/acre +- **Row width:** 20.8" +- **# Rows:** 12 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142186 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A639-03VT2RIB | VT2RIB | - | 20.2 | - | 275.6 | 275.6 | +| 20 | AgriGold | A636-16VT2RIB | VT2RIB | - | 22.1 | - | 276.9 | 276.9 | +| 19 | Dyna Gro | D5737PCE | PCE | - | 19.2 | - | 279.9 | 279.9 | +| 12 | Dyna Gro | D48SS50RIB | STXRIB | - | 19.8 | - | 292.3 | 292.3 | +| 1 | Pioneer | P1027AM | AM | - | 20.2 | - | 310.9 | 310.9 | +| 21 | AgriGold | A640-16-3110 | 3110 | - | 19.3 | - | 274.4 | 274.4 | +| 4 | Nu Tech | 70A8AM | AM | - | 19.1 | - | 303.0 | 303.0 | +| 15 | AgriGold | A641-26-3110 | 3110 | - | 21.9 | - | 289.8 | 289.8 | +| 7 | Golden Harvest | G11V76 | C | - | 21.5 | - | 300.0 | 300.0 | +| 10 | Pioneer | P1185 | C | - | 20.2 | - | 293.6 | 293.6 | +| 6 | Nu Tech | 71A2V | Vorceed | - | 22.3 | - | 300.3 | 300.3 | +| 16 | Wyffels | W6886 | C | - | 24.2 | - | 288.9 | 288.9 | +| 4 | AgriGold | A641-85STXRIB | STXRIB | - | 22.8 | - | 303.0 | 303.0 | +| 18 | AgriGold | A639-03VT2RIB | VT2RIB | - | 20.5 | - | 286.1 | 286.1 | +| 3 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 23.9 | - | 306.2 | 306.2 | +| 2 | Nu Tech | 72C1PCE | PCE | - | 23.1 | - | 310.4 | 310.4 | +| 13 | Dyna Gro | D53SS13RIB | STXRIB | - | 22.4 | - | 291.2 | 291.2 | +| 9 | Wyffels | W7945RIB | TreceptaRIB | - | 25.3 | - | 297.0 | 297.0 | +| 14 | Dyna Gro | D55VC80 | VT2Pro | - | 27.3 | - | 290.4 | 290.4 | +| 17 | Pioneer | P1222 | C | - | 21.6 | - | 287.0 | 287.0 | +| 11 | AgriGold | A644-19 | C | - | 24.7 | - | 292.4 | 292.4 | +| 8 | Golden Harvest | G15J91-V | 3220 | - | 26.5 | - | 298.0 | 298.0 | +| - | AgriGold | A639-03VT2RIB | VT2RIB | - | 20.0 | - | 280.7 | 280.7 | + +Top 5 by Yield: P1027AM (Pioneer) 310.9, 72C1PCE (Nu Tech) 310.4, A642-05VT2RIBD1 (AgriGold) 306.2, 70A8AM (Nu Tech) 303.0, A641-85STXRIB (AgriGold) 303.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142189.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142189.json new file mode 100644 index 00000000..c44165bf --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142189.json @@ -0,0 +1,400 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142189", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Galena", + "county": "Cherokee", + "year": 2024, + "plot_id": "142189", + "cooperator": "Roger Draeger", + "plot_average": 112.04, + "planted_date": "2024-03-27", + "harvested_date": "2024-09-16", + "population_seeds_per_acre": 33000, + "row_width": "20.0\"", + "num_rows": 12, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 58.7, + "Yield": 93.1, + "Adj Yield": 93.1 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 59.2, + "Yield": 109.8, + "Adj Yield": 109.8 + } + }, + { + "rank": 19, + "brand": "NK Brand", + "product": "NK0007-3120AEZ", + "traits": "3120AEZ", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 59.0, + "Yield": 100.0, + "Adj Yield": 100.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 58.4, + "Yield": 117.4, + "Adj Yield": 117.4 + } + }, + { + "rank": 17, + "brand": "NK Brand", + "product": "NK0123-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 59.4, + "Yield": 107.9, + "Adj Yield": 107.9 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P0487Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 59.2, + "Yield": 128.4, + "Adj Yield": 128.4 + } + }, + { + "rank": 21, + "brand": "NK Brand", + "product": "NK0367-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 60.6, + "Yield": 93.0, + "Adj Yield": 93.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 61.8, + "Yield": 121.9, + "Adj Yield": 121.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 60.4, + "Yield": 124.8, + "Adj Yield": 124.8 + } + }, + { + "rank": 22, + "brand": "Pioneer", + "product": "P0859AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 60.6, + "Yield": 92.1, + "Adj Yield": 92.1 + } + }, + { + "rank": 23, + "brand": "NK Brand", + "product": "NK0880-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 60.4, + "Yield": 86.5, + "Adj Yield": 86.5 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 59.9, + "Yield": 105.0, + "Adj Yield": 105.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 60.6, + "Yield": 97.9, + "Adj Yield": 97.9 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 60.6, + "Yield": 97.9, + "Adj Yield": 97.9 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.6, + "Yield": 71.6, + "Adj Yield": 71.6 + } + }, + { + "rank": 12, + "brand": "Pioneer", + "product": "P0995AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 60.0, + "Yield": 116.4, + "Adj Yield": 116.4 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 61.5, + "Yield": 108.6, + "Adj Yield": 108.6 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P09944AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.9, + "Yield": 113.3, + "Adj Yield": 113.3 + } + }, + { + "rank": 5, + "brand": "NK Brand", + "product": "NK1056-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 60.3, + "Yield": 130.1, + "Adj Yield": 130.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 63.0, + "Yield": 134.9, + "Adj Yield": 134.9 + } + }, + { + "rank": 10, + "brand": "Pioneer", + "product": "P1170AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 62.3, + "Yield": 119.0, + "Adj Yield": 119.0 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P12904AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 61.5, + "Yield": 133.4, + "Adj Yield": 133.4 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 61.2, + "Yield": 108.2, + "Adj Yield": 108.2 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P13050AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 62.2, + "Yield": 141.3, + "Adj Yield": 141.3 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 60.6, + "Yield": 77.8, + "Adj Yield": 77.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 60.4, + "Yield": 139.3, + "Adj Yield": 139.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 60.4, + "Yield": 122.4, + "Adj Yield": 122.4 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 60.5, + "Yield": 85.5, + "Adj Yield": 85.5 + } + } + ], + "n_results": 28, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142189" + ], + "fetched_at": "2026-05-27T02:17:26.238358+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142189.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142189.md new file mode 100644 index 00000000..8f52c613 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142189.md @@ -0,0 +1,61 @@ +# Corn yield trial — Galena, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Cherokee +- **City:** Galena +- **Year:** 2024 +- **Plot ID:** 142189 +- **Cooperator:** Roger Draeger +- **Plot average:** 112.04 BU/Ac +- **Planted:** 2024-03-27 +- **Harvested:** 2024-09-16 +- **Population:** 33,000 seeds/acre +- **Row width:** 20.0" +- **# Rows:** 12 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142189 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A636-16VT2RIB | VT2RIB | - | 12.4 | 58.7 | 93.1 | 93.1 | +| 14 | AgriGold | A629-55VT2RIB | VT2RIB | - | 13.5 | 59.2 | 109.8 | 109.8 | +| 19 | NK Brand | NK0007-3120AEZ | 3120AEZ | - | 12.6 | 59.0 | 100.0 | 100.0 | +| 11 | AgriGold | A632-68VT2RIB | VT2RIB | - | 12.4 | 58.4 | 117.4 | 117.4 | +| 17 | NK Brand | NK0123-AA | 3120EZ | - | 13.3 | 59.4 | 107.9 | 107.9 | +| 6 | Pioneer | P0487Q | QROME | - | 14.2 | 59.2 | 128.4 | 128.4 | +| 21 | NK Brand | NK0367-AA | 3120EZ | - | 13.1 | 60.6 | 93.0 | 93.0 | +| 9 | AgriGold | A636-39-3110 | 3110 | - | 12.9 | 61.8 | 121.9 | 121.9 | +| 7 | AgriGold | A637-72VT2PRO | VT2Pro | - | 13.2 | 60.4 | 124.8 | 124.8 | +| 22 | Pioneer | P0859AM | AM | - | 13.2 | 60.6 | 92.1 | 92.1 | +| 23 | NK Brand | NK0880-V | 3220EZ | - | 13.9 | 60.4 | 86.5 | 86.5 | +| 18 | AgriGold | A638-19-3110 | 3110 | - | 13.4 | 59.9 | 105.0 | 105.0 | +| - | AgriGold | A636-16VT2RIB | VT2RIB | - | 13.1 | 60.6 | 97.9 | 97.9 | +| 20 | AgriGold | A636-16VT2RIB | VT2RIB | - | 13.1 | 60.6 | 97.9 | 97.9 | +| 25 | AgriGold | A639-03VT2RIB | VT2RIB | - | 13.7 | 60.6 | 71.6 | 71.6 | +| 12 | Pioneer | P0995AM | AM | - | 13.2 | 60.0 | 116.4 | 116.4 | +| 15 | AgriGold | J6015PWE | PWE | - | 12.9 | 61.5 | 108.6 | 108.6 | +| 13 | Pioneer | P09944AM | AM | - | 13.7 | 60.9 | 113.3 | 113.3 | +| 5 | NK Brand | NK1056-V | 3220 | - | 13.6 | 60.3 | 130.1 | 130.1 | +| 3 | AgriGold | A641-26-3110 | 3110 | - | 14.5 | 63.0 | 134.9 | 134.9 | +| 10 | Pioneer | P1170AM | AM | - | 13.8 | 62.3 | 119.0 | 119.0 | +| 4 | Pioneer | P12904AML | AML | - | 13.4 | 61.5 | 133.4 | 133.4 | +| 16 | AgriGold | A642-32VT2PRO | VT2Pro | - | 15.6 | 61.2 | 108.2 | 108.2 | +| 1 | Pioneer | P13050AM | AM | - | 13.6 | 62.2 | 141.3 | 141.3 | +| 24 | AgriGold | A643-24PCE | PCE | - | 14.0 | 60.6 | 77.8 | 77.8 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.8 | 60.4 | 139.3 | 139.3 | +| 8 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.5 | 60.4 | 122.4 | 122.4 | +| - | AgriGold | A636-16VT2RIB | VT2RIB | - | 12.7 | 60.5 | 85.5 | 85.5 | + +Top 5 by Yield: P13050AM (Pioneer) 141.3, A643-52VT2RIB (AgriGold) 139.3, A641-26-3110 (AgriGold) 134.9, P12904AML (Pioneer) 133.4, NK1056-V (NK Brand) 130.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142191.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142191.json new file mode 100644 index 00000000..e09b2182 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142191.json @@ -0,0 +1,361 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142191", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Clay", + "county": "Union", + "year": 2024, + "plot_id": "142191", + "cooperator": "MITCHELL BROS", + "plot_average": 278.69, + "planted_date": "2024-04-17", + "harvested_date": "2024-09-03", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Clay", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Veltyma", + "herbicide": "Impact", + "insecticide": "None", + "results": [ + { + "rank": 12, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 56.0, + "Yield": 281.8, + "Adj Yield": 281.8 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 56.0, + "Yield": 261.5, + "Adj Yield": 261.5 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 55.0, + "Yield": 272.1, + "Adj Yield": 272.1 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 53.0, + "Yield": 279.5, + "Adj Yield": 279.5 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": 57.0, + "Yield": 273.3, + "Adj Yield": 273.3 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.5, + "Test Wt.": 56.0, + "Yield": 282.5, + "Adj Yield": 282.5 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.3, + "Test Wt.": 55.0, + "Yield": 283.8, + "Adj Yield": 283.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 56.0, + "Yield": 289.7, + "Adj Yield": 289.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.8, + "Test Wt.": 56.0, + "Yield": 297.6, + "Adj Yield": 297.6 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 23.9, + "Test Wt.": 58.0, + "Yield": 273.8, + "Adj Yield": 273.8 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.9, + "Test Wt.": 57.0, + "Yield": 273.7, + "Adj Yield": 273.7 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": 57.0, + "Yield": 279.2, + "Adj Yield": 279.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.8, + "Test Wt.": 57.0, + "Yield": 292.3, + "Adj Yield": 292.3 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC70-45RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.8, + "Test Wt.": 57.0, + "Yield": 286.4, + "Adj Yield": 286.4 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 57.0, + "Yield": 284.8, + "Adj Yield": 284.8 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P1718AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 23.9, + "Test Wt.": 54.0, + "Yield": 287.4, + "Adj Yield": 287.4 + } + }, + { + "rank": 22, + "brand": "Dekalb", + "product": "DKC117-78RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": 54.0, + "Yield": 269.2, + "Adj Yield": 269.2 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": 55.0, + "Yield": 282.7, + "Adj Yield": 282.7 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 56.0, + "Yield": 294.4, + "Adj Yield": 294.4 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 57.0, + "Yield": 276.4, + "Adj Yield": 276.4 + } + }, + { + "rank": 25, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.4, + "Test Wt.": 55.0, + "Yield": 251.8, + "Adj Yield": 251.8 + } + }, + { + "rank": 15, + "brand": "Pioneer", + "product": "P1289AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": 55.0, + "Yield": 279.0, + "Adj Yield": 279.0 + } + }, + { + "rank": 21, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 56.0, + "Yield": 270.0, + "Adj Yield": 270.0 + } + }, + { + "rank": 24, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 57.0, + "Yield": 260.6, + "Adj Yield": 260.6 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC108-17RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 56.0, + "Yield": 283.8, + "Adj Yield": 283.8 + } + } + ], + "n_results": 25, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142191" + ], + "fetched_at": "2026-05-27T02:17:26.765570+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142191.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142191.md new file mode 100644 index 00000000..d88fac24 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142191.md @@ -0,0 +1,58 @@ +# Corn yield trial — Clay, KY, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Union +- **City:** Clay +- **Year:** 2024 +- **Plot ID:** 142191 +- **Cooperator:** MITCHELL BROS +- **Plot average:** 278.69 BU/Ac +- **Planted:** 2024-04-17 +- **Harvested:** 2024-09-03 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Clay +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Veltyma +- **Herbicide:** Impact +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142191 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 12 | AgriGold | A643-52VT2RIB | VT2RIB | - | 22.0 | 56.0 | 281.8 | 281.8 | +| 23 | AgriGold | A639-03VT2RIB | VT2RIB | - | 22.1 | 56.0 | 261.5 | 261.5 | +| 20 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 22.4 | 55.0 | 272.1 | 272.1 | +| 13 | AgriGold | A643-24PCE | PCE | - | 22.6 | 53.0 | 279.5 | 279.5 | +| 19 | AgriGold | A642-32VT2PRO | VT2Pro | - | 22.5 | 57.0 | 273.3 | 273.3 | +| 11 | AgriGold | A645-16VT2RIB | VT2RIB | - | 23.5 | 56.0 | 282.5 | 282.5 | +| 9 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 24.3 | 55.0 | 283.8 | 283.8 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 22.1 | 56.0 | 289.7 | 289.7 | +| 1 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 24.8 | 56.0 | 297.6 | 297.6 | +| 17 | AgriGold | A647-79VT2PRO | VT2Pro | - | 23.9 | 58.0 | 273.8 | 273.8 | +| 18 | AgriGold | A648-11VT2RIB | VT2RIB | - | 25.9 | 57.0 | 273.7 | 273.7 | +| 14 | AgriGold | J6621VT2PRO | VT2Pro | - | 24.2 | 57.0 | 279.2 | 279.2 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 24.8 | 57.0 | 292.3 | 292.3 | +| 6 | Dekalb | DKC70-45RIB | VT2RIB | - | 24.8 | 57.0 | 286.4 | 286.4 | +| 7 | Dekalb | DKC68-35RIB | VT2RIB | - | 23.4 | 57.0 | 284.8 | 284.8 | +| 5 | Pioneer | P1718AML | AML | - | 23.9 | 54.0 | 287.4 | 287.4 | +| 22 | Dekalb | DKC117-78RIB | VT2RIB | - | 23.1 | 54.0 | 269.2 | 269.2 | +| 10 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 23.1 | 55.0 | 282.7 | 282.7 | +| 2 | Dekalb | DKC114-99RIB | VT4RIB | - | 22.2 | 56.0 | 294.4 | 294.4 | +| 16 | Dekalb | DKC64-22RIB | VT2RIB | - | 21.8 | 57.0 | 276.4 | 276.4 | +| 25 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 24.4 | 55.0 | 251.8 | 251.8 | +| 15 | Pioneer | P1289AM | AM | - | 23.0 | 55.0 | 279.0 | 279.0 | +| 21 | Dekalb | DKC111-35RIB | VT2RIB | - | 21.0 | 56.0 | 270.0 | 270.0 | +| 24 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 20.1 | 57.0 | 260.6 | 260.6 | +| 8 | Dekalb | DKC108-17RIB | TreceptaRIB | - | 19.7 | 56.0 | 283.8 | 283.8 | + +Top 5 by Yield: A647-42TRCRIB (AgriGold) 297.6, DKC114-99RIB (Dekalb) 294.4, A643-52VT2RIB (AgriGold) 292.3, A644-64VT2RIB (AgriGold) 289.7, P1718AML (Pioneer) 287.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142194.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142194.json new file mode 100644 index 00000000..4677c897 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142194.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142194", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Newberry", + "county": "Greene", + "year": 2024, + "plot_id": "142194", + "cooperator": "Sipes Farms", + "plot_average": 256.25, + "planted_date": "2024-04-18", + "harvested_date": "2024-09-05", + "population_seeds_per_acre": 33500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 55.0, + "Yield": 255.7, + "Adj Yield": 255.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 56.6, + "Yield": 257.3, + "Adj Yield": 260.03 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 57.8, + "Yield": 238.4, + "Adj Yield": 239.94 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 56.6, + "Yield": 256.9, + "Adj Yield": 257.39 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 54.4, + "Yield": 250.3, + "Adj Yield": 249.82 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 56.4, + "Yield": 262.4, + "Adj Yield": 260.9 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 56.4, + "Yield": 262.4, + "Adj Yield": 262.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 55.6, + "Yield": 265.3, + "Adj Yield": 263.56 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 55.9, + "Yield": 266.1, + "Adj Yield": 264.79 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 55.3, + "Yield": 260.9, + "Adj Yield": 259.73 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.7, + "Yield": 244.3, + "Adj Yield": 243.18 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 56.9, + "Yield": 264.6, + "Adj Yield": 263.41 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.6, + "Yield": 257.4, + "Adj Yield": 256.03 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 55.6, + "Yield": 261.4, + "Adj Yield": 261.4 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142194" + ], + "fetched_at": "2026-05-27T02:17:27.228155+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142194.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142194.md new file mode 100644 index 00000000..f592e083 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142194.md @@ -0,0 +1,43 @@ +# Corn yield trial — Newberry, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Greene +- **City:** Newberry +- **Year:** 2024 +- **Plot ID:** 142194 +- **Cooperator:** Sipes Farms +- **Plot average:** 256.25 BU/Ac +- **Planted:** 2024-04-18 +- **Harvested:** 2024-09-05 +- **Population:** 33,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142194 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 19.9 | 55.0 | 255.7 | 255.7 | +| 5 | AgriGold | A642-32VT2PRO | VT2Pro | - | 19.5 | 56.6 | 257.3 | 260.03 | +| 11 | AgriGold | A6499STXRIB | STXRIB | - | 17.2 | 57.8 | 238.4 | 239.94 | +| 7 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 18.6 | 56.6 | 256.9 | 257.39 | +| 9 | AgriGold | A643-24PCE | PCE | - | 17.3 | 54.4 | 250.3 | 249.82 | +| 4 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.6 | 56.4 | 262.4 | 260.9 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.6 | 56.4 | 262.4 | 262.4 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.7 | 55.6 | 265.3 | 263.56 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.4 | 55.9 | 266.1 | 264.79 | +| 6 | AgriGold | A645-22TRC | Trecepta | - | 16.4 | 55.3 | 260.9 | 259.73 | +| 10 | AgriGold | A645-30VT2PRO | VT2Pro | - | 16.2 | 59.7 | 244.3 | 243.18 | +| 3 | AgriGold | A646-30VT2RIB | VT2RIB | - | 16.4 | 56.9 | 264.6 | 263.41 | +| 8 | AgriGold | A647-79VT2PRO | VT2Pro | - | 16.2 | 59.6 | 257.4 | 256.03 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.7 | 55.6 | 261.4 | 261.4 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 266.1, A643-52VT2RIB (AgriGold) 265.3, A646-30VT2RIB (AgriGold) 264.6, A645-16VT2RIB (AgriGold) 262.4, A645-16VT2RIB (AgriGold) 262.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142203.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142203.json new file mode 100644 index 00000000..5cb17f76 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142203.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142203", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Belvue", + "county": "Pottawatomie", + "year": 2024, + "plot_id": "142203", + "cooperator": "Greg Riat", + "plot_average": 231.03, + "planted_date": "2024-04-15", + "harvested_date": "2024-10-01", + "population_seeds_per_acre": 31000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 58.9, + "Yield": 262.5, + "Adj Yield": 262.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 58.9, + "Yield": 262.5, + "Adj Yield": 262.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 57.5, + "Yield": 258.6, + "Adj Yield": 258.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 60.0, + "Yield": 235.9, + "Adj Yield": 235.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 57.9, + "Yield": 253.8, + "Adj Yield": 253.8 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 57.8, + "Yield": 231.8, + "Adj Yield": 231.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 56.7, + "Yield": 254.1, + "Adj Yield": 254.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 60.1, + "Yield": 247.1, + "Adj Yield": 247.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 59.1, + "Yield": 257.5, + "Adj Yield": 257.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 58.3, + "Yield": 247.2, + "Adj Yield": 247.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 58.3, + "Yield": 252.7, + "Adj Yield": 252.7 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A646-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 56.9, + "Yield": 126.5, + "Adj Yield": 126.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 59.4, + "Yield": 257.0, + "Adj Yield": 257.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A646-17STX", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 57.3, + "Yield": 265.4, + "Adj Yield": 265.4 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 58.5, + "Yield": 158.7, + "Adj Yield": 158.7 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A650-21VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 56.9, + "Yield": 183.1, + "Adj Yield": 183.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 56.0, + "Yield": 282.3, + "Adj Yield": 282.3 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142203" + ], + "fetched_at": "2026-05-27T02:17:27.728581+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142203.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142203.md new file mode 100644 index 00000000..9f500e14 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142203.md @@ -0,0 +1,50 @@ +# Corn yield trial — Belvue, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Pottawatomie +- **City:** Belvue +- **Year:** 2024 +- **Plot ID:** 142203 +- **Cooperator:** Greg Riat +- **Plot average:** 231.03 BU/Ac +- **Planted:** 2024-04-15 +- **Harvested:** 2024-10-01 +- **Population:** 31,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142203 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.5 | 58.9 | 262.5 | 262.5 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.5 | 58.9 | 262.5 | 262.5 | +| 3 | AgriGold | A642-18SSP | SSP | - | 13.7 | 57.5 | 258.6 | 258.6 | +| 10 | AgriGold | A642-32VT2PRO | VT2Pro | - | 13.3 | 60.0 | 235.9 | 235.9 | +| 6 | AgriGold | A643-24PCE | PCE | - | 13.0 | 57.9 | 253.8 | 253.8 | +| 11 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.5 | 57.8 | 231.8 | 231.8 | +| 5 | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.1 | 56.7 | 254.1 | 254.1 | +| 9 | AgriGold | A645-30VT2PRO | VT2Pro | - | 13.6 | 60.1 | 247.1 | 247.1 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.2 | 59.1 | 257.5 | 257.5 | +| 8 | AgriGold | A645-22TRC | Trecepta | - | 13.0 | 58.3 | 247.2 | 247.2 | +| 7 | AgriGold | A645-80-3110 | 3110 | - | 13.5 | 58.3 | 252.7 | 252.7 | +| 14 | AgriGold | A646-30VT2PRO | VT2Pro | - | 13.8 | 56.9 | 126.5 | 126.5 | +| 4 | AgriGold | A647-79VT2PRO | VT2Pro | - | 13.7 | 59.4 | 257.0 | 257.0 | +| 1 | AgriGold | A646-17STX | STX | - | 13.5 | 57.3 | 265.4 | 265.4 | +| 13 | AgriGold | A648-11VT2RIB | VT2RIB | - | 15.2 | 58.5 | 158.7 | 158.7 | +| 12 | AgriGold | A650-21VT2RIB | VT2RIB | - | 15.2 | 56.9 | 183.1 | 183.1 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.7 | 56.0 | 282.3 | 282.3 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 282.3, A646-17STX (AgriGold) 265.4, A643-52VT2RIB (AgriGold) 262.5, A643-52VT2RIB (AgriGold) 262.5, A642-18SSP (AgriGold) 258.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142213.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142213.json new file mode 100644 index 00000000..9674ff27 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142213.json @@ -0,0 +1,543 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142213", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Edison", + "county": "Furnas", + "year": 2024, + "plot_id": "142213", + "cooperator": "Hardscrabble Farms", + "plot_average": 256.56, + "planted_date": "2024-04-21", + "harvested_date": "2024-10-11", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Pioneer", + "product": "P1164AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 60.4, + "Yield": 253.6, + "Adj Yield": 253.6 + } + }, + { + "rank": 30, + "brand": "Golden Harvest", + "product": "G08U00-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 59.8, + "Yield": 212.4, + "Adj Yield": 218.25 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P09944AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 61.2, + "Yield": 278.2, + "Adj Yield": 281.76 + } + }, + { + "rank": 6, + "brand": "AgVenture", + "product": "AV8709PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 59.0, + "Yield": 274.2, + "Adj Yield": 276.0 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P10625PCUE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 60.4, + "Yield": 265.5, + "Adj Yield": 265.72 + } + }, + { + "rank": 18, + "brand": "Rob-See-Co", + "product": "RC6026-PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 57.8, + "Yield": 261.5, + "Adj Yield": 259.92 + } + }, + { + "rank": null, + "brand": "Pioneer", + "product": "P1164AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.5, + "Yield": 267.4, + "Adj Yield": 267.4 + } + }, + { + "rank": 13, + "brand": "Hoegemeyer", + "product": "8052Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 59.6, + "Yield": 264.6, + "Adj Yield": 262.83 + } + }, + { + "rank": 7, + "brand": "Hoegemeyer", + "product": "8054V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 58.4, + "Yield": 272.1, + "Adj Yield": 271.63 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.8, + "Yield": 258.1, + "Adj Yield": 258.5 + } + }, + { + "rank": 20, + "brand": "Hoegemeyer", + "product": "8126V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 58.0, + "Yield": 256.5, + "Adj Yield": 257.69 + } + }, + { + "rank": 21, + "brand": "Hoegemeyer", + "product": "8235Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 61.7, + "Yield": 255.2, + "Adj Yield": 257.41 + } + }, + { + "rank": null, + "brand": "Pioneer", + "product": "P1164AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.4, + "Yield": 258.8, + "Adj Yield": 258.8 + } + }, + { + "rank": 16, + "brand": "Pioneer", + "product": "P1164AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.4, + "Yield": 258.8, + "Adj Yield": 261.02 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P12904AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 57.9, + "Yield": 267.2, + "Adj Yield": 268.43 + } + }, + { + "rank": 23, + "brand": "AgVenture", + "product": "AV7012AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 56.9, + "Yield": 255.1, + "Adj Yield": 255.65 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P13777PCUE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.8, + "Yield": 278.4, + "Adj Yield": 278.38 + } + }, + { + "rank": 25, + "brand": "Rob-See-Co", + "product": "RC6392-PCE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 57.8, + "Yield": 247.0, + "Adj Yield": 246.44 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 57.7, + "Yield": 264.2, + "Adj Yield": 263.01 + } + }, + { + "rank": null, + "brand": "Pioneer", + "product": "P1164AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 60.8, + "Yield": 265.1, + "Adj Yield": 265.1 + } + }, + { + "rank": 27, + "brand": "Golden Harvest", + "product": "G13U96-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 59.1, + "Yield": 243.5, + "Adj Yield": 242.13 + } + }, + { + "rank": 10, + "brand": "Hoegemeyer", + "product": "8366V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 59.8, + "Yield": 268.5, + "Adj Yield": 267.4 + } + }, + { + "rank": 26, + "brand": "Golden Harvest", + "product": "G13U29-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 61.0, + "Yield": 246.9, + "Adj Yield": 245.87 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 60.1, + "Yield": 278.7, + "Adj Yield": 277.66 + } + }, + { + "rank": 16, + "brand": "Rob-See-Co", + "product": "RC6411VT2P", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 60.2, + "Yield": 262.1, + "Adj Yield": 261.02 + } + }, + { + "rank": null, + "brand": "Pioneer", + "product": "P1164AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.3, + "Yield": 264.0, + "Adj Yield": 264.0 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 58.4, + "Yield": 288.6, + "Adj Yield": 287.39 + } + }, + { + "rank": 8, + "brand": "AgVenture", + "product": "AV3514AML", + "traits": "Leptra", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 59.9, + "Yield": 270.2, + "Adj Yield": 268.77 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 57.7, + "Yield": 263.0, + "Adj Yield": 261.26 + } + }, + { + "rank": 22, + "brand": "Rob-See-Co", + "product": "RC6535-PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 60.1, + "Yield": 259.4, + "Adj Yield": 257.21 + } + }, + { + "rank": 14, + "brand": "Pioneer", + "product": "P12393V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 58.0, + "Yield": 264.7, + "Adj Yield": 261.79 + } + }, + { + "rank": null, + "brand": "Pioneer", + "product": "P1164AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 60.8, + "Yield": 267.2, + "Adj Yield": 267.2 + } + }, + { + "rank": 31, + "brand": "Stine", + "product": "9734-G", + "traits": "GT", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 58.6, + "Yield": 219.1, + "Adj Yield": 216.11 + } + }, + { + "rank": 32, + "brand": "Stine", + "product": "EX104G1", + "traits": "GT", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 59.2, + "Yield": 200.7, + "Adj Yield": 198.32 + } + }, + { + "rank": 28, + "brand": "Stine", + "product": "EXP", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 58.5, + "Yield": 231.2, + "Adj Yield": 229.17 + } + }, + { + "rank": 29, + "brand": "Stine", + "product": "9808E-G", + "traits": "GT", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 57.5, + "Yield": 225.5, + "Adj Yield": 223.7 + } + }, + { + "rank": 4, + "brand": "Stine", + "product": "9754-20", + "traits": "DGVT2PRO", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 59.3, + "Yield": 279.7, + "Adj Yield": 278.05 + } + }, + { + "rank": 24, + "brand": "Stine", + "product": "9753-20VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 58.1, + "Yield": 252.9, + "Adj Yield": 251.33 + } + }, + { + "rank": null, + "brand": "Pioneer", + "product": "P1164AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 59.4, + "Yield": 264.5, + "Adj Yield": 264.5 + } + } + ], + "n_results": 39, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142213" + ], + "fetched_at": "2026-05-27T02:17:28.260691+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142213.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142213.md new file mode 100644 index 00000000..af33a458 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142213.md @@ -0,0 +1,69 @@ +# Corn yield trial — Edison, NE, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Furnas +- **City:** Edison +- **Year:** 2024 +- **Plot ID:** 142213 +- **Cooperator:** Hardscrabble Farms +- **Plot average:** 256.56 BU/Ac +- **Planted:** 2024-04-21 +- **Harvested:** 2024-10-11 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142213 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Pioneer | P1164AM | AM | - | 14.6 | 60.4 | 253.6 | 253.6 | +| 30 | Golden Harvest | G08U00-V | 3220EZ | - | 14.0 | 59.8 | 212.4 | 218.25 | +| 2 | Pioneer | P09944AM | AM | - | 14.5 | 61.2 | 278.2 | 281.76 | +| 6 | AgVenture | AV8709PCE | PCE | - | 14.7 | 59.0 | 274.2 | 276.0 | +| 11 | Pioneer | P10625PCUE | PWE | - | 14.8 | 60.4 | 265.5 | 265.72 | +| 18 | Rob-See-Co | RC6026-PCE | PCE | - | 15.3 | 57.8 | 261.5 | 259.92 | +| - | Pioneer | P1164AM | AM | - | 15.0 | 59.5 | 267.4 | 267.4 | +| 13 | Hoegemeyer | 8052Q | QROME | - | 15.1 | 59.6 | 264.6 | 262.83 | +| 7 | Hoegemeyer | 8054V | Vorceed | - | 14.3 | 58.4 | 272.1 | 271.63 | +| 19 | AgriGold | A641-26-3110 | 3110 | - | 15.6 | 59.8 | 258.1 | 258.5 | +| 20 | Hoegemeyer | 8126V | Vorceed | - | 15.3 | 58.0 | 256.5 | 257.69 | +| 21 | Hoegemeyer | 8235Q | QROME | - | 14.9 | 61.7 | 255.2 | 257.41 | +| - | Pioneer | P1164AM | AM | - | 13.7 | 60.4 | 258.8 | 258.8 | +| 16 | Pioneer | P1164AM | AM | - | 13.7 | 60.4 | 258.8 | 261.02 | +| 9 | Pioneer | P12904AML | AML | - | 16.1 | 57.9 | 267.2 | 268.43 | +| 23 | AgVenture | AV7012AM | AM | - | 17.1 | 56.9 | 255.1 | 255.65 | +| 3 | Pioneer | P13777PCUE | PCE | - | 15.7 | 59.8 | 278.4 | 278.38 | +| 25 | Rob-See-Co | RC6392-PCE | PWE | - | 17.1 | 57.8 | 247.0 | 246.44 | +| 12 | AgriGold | A643-24PCE | PCE | - | 16.8 | 57.7 | 264.2 | 263.01 | +| - | Pioneer | P1164AM | AM | - | 14.4 | 60.8 | 265.1 | 265.1 | +| 27 | Golden Harvest | G13U96-DV | 5222EZ | - | 16.9 | 59.1 | 243.5 | 242.13 | +| 10 | Hoegemeyer | 8366V | Vorceed | - | 14.9 | 59.8 | 268.5 | 267.4 | +| 26 | Golden Harvest | G13U29-VZ | 3330EZ | - | 14.9 | 61.0 | 246.9 | 245.87 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.8 | 60.1 | 278.7 | 277.66 | +| 16 | Rob-See-Co | RC6411VT2P | VT2Pro | - | 16.7 | 60.2 | 262.1 | 261.02 | +| - | Pioneer | P1164AM | AM | - | 14.2 | 60.3 | 264.0 | 264.0 | +| 1 | Pioneer | P14830AML | AML | - | 16.1 | 58.4 | 288.6 | 287.39 | +| 8 | AgVenture | AV3514AML | Leptra | - | 16.3 | 59.9 | 270.2 | 268.77 | +| 15 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.7 | 57.7 | 263.0 | 261.26 | +| 22 | Rob-See-Co | RC6535-PCE | PCE | - | 16.9 | 60.1 | 259.4 | 257.21 | +| 14 | Pioneer | P12393V | Vorceed | - | 15.5 | 58.0 | 264.7 | 261.79 | +| - | Pioneer | P1164AM | AM | - | 14.4 | 60.8 | 267.2 | 267.2 | +| 31 | Stine | 9734-G | GT | - | 16.3 | 58.6 | 219.1 | 216.11 | +| 32 | Stine | EX104G1 | GT | - | 12.9 | 59.2 | 200.7 | 198.32 | +| 28 | Stine | EXP | Unknown | - | 13.1 | 58.5 | 231.2 | 229.17 | +| 29 | Stine | 9808E-G | GT | - | 18.9 | 57.5 | 225.5 | 223.7 | +| 4 | Stine | 9754-20 | DGVT2PRO | - | 16.6 | 59.3 | 279.7 | 278.05 | +| 24 | Stine | 9753-20VT2PRO | VT2Pro | - | 17.1 | 58.1 | 252.9 | 251.33 | +| - | Pioneer | P1164AM | AM | - | 14.2 | 59.4 | 264.5 | 264.5 | + +Top 5 by Yield: P14830AML (Pioneer) 288.6, 9754-20 (Stine) 279.7, A643-52VT2RIB (AgriGold) 278.7, P13777PCUE (Pioneer) 278.4, P09944AM (Pioneer) 278.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142218.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142218.json new file mode 100644 index 00000000..abcda86b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142218.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142218", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Hampton", + "county": "Franklin", + "year": 2024, + "plot_id": "142218", + "cooperator": "Alan Brown", + "plot_average": 173.73, + "planted_date": "2024-05-18", + "harvested_date": "2024-10-25", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": null, + "Yield": 175.6, + "Adj Yield": 175.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": null, + "Yield": 177.7, + "Adj Yield": 177.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": null, + "Yield": 192.3, + "Adj Yield": 192.3 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": null, + "Yield": 150.1, + "Adj Yield": 150.1 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A633-14STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": null, + "Yield": 168.9, + "Adj Yield": 168.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": null, + "Yield": 177.7, + "Adj Yield": 177.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 189.8, + "Adj Yield": 189.8 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": null, + "Yield": 162.0, + "Adj Yield": 162.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 179.3, + "Adj Yield": 179.3 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 152.6, + "Adj Yield": 152.6 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": null, + "Yield": 175.4, + "Adj Yield": 175.4 + } + }, + { + "rank": 7, + "brand": "Golden Harvest", + "product": "G05U86-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": null, + "Yield": 177.2, + "Adj Yield": 177.2 + } + }, + { + "rank": 3, + "brand": "Golden Harvest", + "product": "G03U08-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": null, + "Yield": 183.0, + "Adj Yield": 183.0 + } + }, + { + "rank": 11, + "brand": "Golden Harvest", + "product": "G01U74-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": null, + "Yield": 172.0, + "Adj Yield": 172.0 + } + }, + { + "rank": 10, + "brand": "Golden Harvest", + "product": "G00U71-D", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 172.4, + "Adj Yield": 172.4 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142218" + ], + "fetched_at": "2026-05-27T02:17:28.763740+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142218.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142218.md new file mode 100644 index 00000000..9c8ebb1c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142218.md @@ -0,0 +1,44 @@ +# Corn yield trial — Hampton, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Franklin +- **City:** Hampton +- **Year:** 2024 +- **Plot ID:** 142218 +- **Cooperator:** Alan Brown +- **Plot average:** 173.73 BU/Ac +- **Planted:** 2024-05-18 +- **Harvested:** 2024-10-25 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142218 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | AgriGold | A628-51SSPRIB | SSPRIB | - | 12.8 | - | 175.6 | 175.6 | +| 5 | AgriGold | A629-55VT2RIB | VT2RIB | - | 13.3 | - | 177.7 | 177.7 | +| 1 | AgriGold | A631-08VT2PRO | VT2Pro | - | 13.2 | - | 192.3 | 192.3 | +| 15 | AgriGold | A632-68VT2RIB | VT2RIB | - | 14.0 | - | 150.1 | 150.1 | +| 12 | AgriGold | A633-14STXRIB | STXRIB | - | 14.0 | - | 168.9 | 168.9 | +| 5 | AgriGold | A636-11VT2RIB | VT2RIB | - | 13.3 | - | 177.7 | 177.7 | +| 2 | AgriGold | A636-16-5222 | 5222 | - | 14.5 | - | 189.8 | 189.8 | +| 13 | AgriGold | A636-39-3110 | 3110 | - | 14.0 | - | 162.0 | 162.0 | +| 4 | AgriGold | A637-72VT2PRO | VT2Pro | - | 14.5 | - | 179.3 | 179.3 | +| 14 | AgriGold | A638-19-3110 | 3110 | - | 14.2 | - | 152.6 | 152.6 | +| 9 | AgriGold | A639-03VT2RIB | VT2RIB | - | 13.4 | - | 175.4 | 175.4 | +| 7 | Golden Harvest | G05U86-DV | 5222EZ | - | 15.0 | - | 177.2 | 177.2 | +| 3 | Golden Harvest | G03U08-D | 5122EZ | - | 14.6 | - | 183.0 | 183.0 | +| 11 | Golden Harvest | G01U74-AA | 3120EZ | - | 14.4 | - | 172.0 | 172.0 | +| 10 | Golden Harvest | G00U71-D | 5122 | - | 13.5 | - | 172.4 | 172.4 | + +Top 5 by Yield: A631-08VT2PRO (AgriGold) 192.3, A636-16-5222 (AgriGold) 189.8, G03U08-D (Golden Harvest) 183.0, A637-72VT2PRO (AgriGold) 179.3, A629-55VT2RIB (AgriGold) 177.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142219.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142219.json new file mode 100644 index 00000000..a8c42f94 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142219.json @@ -0,0 +1,543 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142219", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Loogootee", + "county": "Martin", + "year": 2024, + "plot_id": "142219", + "cooperator": "Scattered Acres", + "plot_average": 250.98, + "planted_date": "2024-04-22", + "harvested_date": "2024-09-07", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.5, + "Test Wt.": 54.7, + "Yield": 257.5, + "Adj Yield": 257.5 + } + }, + { + "rank": 32, + "brand": "AgriGold", + "product": "A650-21VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 29.0, + "Test Wt.": 54.0, + "Yield": 222.6, + "Adj Yield": 228.97 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 26.3, + "Test Wt.": 54.7, + "Yield": 256.5, + "Adj Yield": 261.77 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 25.2, + "Test Wt.": 54.3, + "Yield": 250.5, + "Adj Yield": 254.95 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.4, + "Test Wt.": 54.1, + "Yield": 266.7, + "Adj Yield": 270.6 + } + }, + { + "rank": 30, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 24.9, + "Test Wt.": 54.6, + "Yield": 229.8, + "Adj Yield": 233.37 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.3, + "Test Wt.": 53.6, + "Yield": 254.7, + "Adj Yield": 258.24 + } + }, + { + "rank": 5, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 24.6, + "Test Wt.": 51.9, + "Yield": 261.0, + "Adj Yield": 264.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.8, + "Test Wt.": 53.1, + "Yield": 259.3, + "Adj Yield": 263.8 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.8, + "Test Wt.": 53.1, + "Yield": 259.3, + "Adj Yield": 259.3 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 28.4, + "Test Wt.": 52.6, + "Yield": 256.8, + "Adj Yield": 260.92 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 28.1, + "Test Wt.": 53.8, + "Yield": 249.9, + "Adj Yield": 252.41 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A648-11", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 28.3, + "Test Wt.": 54.2, + "Yield": 254.8, + "Adj Yield": 255.91 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 25.3, + "Test Wt.": 55.3, + "Yield": 255.8, + "Adj Yield": 255.53 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 54.5, + "Yield": 274.3, + "Adj Yield": 272.64 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 24.4, + "Test Wt.": 55.0, + "Yield": 262.4, + "Adj Yield": 259.21 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 23.7, + "Test Wt.": 54.4, + "Yield": 273.0, + "Adj Yield": 268.02 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.0, + "Test Wt.": 56.0, + "Yield": 264.8, + "Adj Yield": 257.73 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.7, + "Test Wt.": 54.4, + "Yield": 275.6, + "Adj Yield": 275.6 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 23.9, + "Test Wt.": 53.5, + "Yield": 260.6, + "Adj Yield": 253.27 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 24.8, + "Test Wt.": 55.3, + "Yield": 254.4, + "Adj Yield": 248.65 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A642-76VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.2, + "Test Wt.": 56.6, + "Yield": 259.3, + "Adj Yield": 254.49 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 25.3, + "Test Wt.": 55.1, + "Yield": 253.8, + "Adj Yield": 249.56 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A640-24-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 24.9, + "Test Wt.": 53.5, + "Yield": 259.3, + "Adj Yield": 255.43 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A640-65-5222AEZ", + "traits": "5222AEZ", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 52.9, + "Yield": 244.3, + "Adj Yield": 240.58 + } + }, + { + "rank": 28, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 57.0, + "Yield": 238.5, + "Adj Yield": 234.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 54.0, + "Yield": 272.9, + "Adj Yield": 268.96 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 55.1, + "Yield": 245.5, + "Adj Yield": 241.06 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 54.3, + "Yield": 270.8, + "Adj Yield": 270.8 + } + }, + { + "rank": 33, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 55.5, + "Yield": 231.1, + "Adj Yield": 226.71 + } + }, + { + "rank": 31, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 56.1, + "Yield": 234.6, + "Adj Yield": 231.0 + } + }, + { + "rank": 29, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 53.1, + "Yield": 237.2, + "Adj Yield": 234.32 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 53.8, + "Yield": 244.8, + "Adj Yield": 242.46 + } + }, + { + "rank": 34, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 57.4, + "Yield": 227.2, + "Adj Yield": 225.45 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "K112-01WTRIB", + "traits": "VT3PRIB", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 54.0, + "Yield": 257.9, + "Adj Yield": 256.6 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A643-17W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 56.7, + "Yield": 239.7, + "Adj Yield": 238.99 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A644-27W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 56.8, + "Yield": 249.0, + "Adj Yield": 248.95 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P1790W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": 54.8, + "Yield": 262.4, + "Adj Yield": 263.03 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 56.0, + "Yield": 264.0, + "Adj Yield": 264.0 + } + } + ], + "n_results": 39, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142219" + ], + "fetched_at": "2026-05-27T02:17:29.232068+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142219.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142219.md new file mode 100644 index 00000000..180b892d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142219.md @@ -0,0 +1,69 @@ +# Corn yield trial — Loogootee, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Martin +- **City:** Loogootee +- **Year:** 2024 +- **Plot ID:** 142219 +- **Cooperator:** Scattered Acres +- **Plot average:** 250.98 BU/Ac +- **Planted:** 2024-04-22 +- **Harvested:** 2024-09-07 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142219 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 24.5 | 54.7 | 257.5 | 257.5 | +| 32 | AgriGold | A650-21VT2RIB | VT2RIB | - | 29.0 | 54.0 | 222.6 | 228.97 | +| 8 | AgriGold | A647-79VT2PRO | VT2Pro | - | 26.3 | 54.7 | 256.5 | 261.77 | +| 17 | AgriGold | A646-17STXRIB | STXRIB | - | 25.2 | 54.3 | 250.5 | 254.95 | +| 2 | AgriGold | A646-30VT2RIB | VT2RIB | - | 24.4 | 54.1 | 266.7 | 270.6 | +| 30 | AgriGold | A645-80-3110 | 3110 | - | 24.9 | 54.6 | 229.8 | 233.37 | +| 11 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 24.3 | 53.6 | 254.7 | 258.24 | +| 5 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 24.6 | 51.9 | 261.0 | 264.8 | +| 6 | AgriGold | A645-16VT2RIB | VT2RIB | - | 24.8 | 53.1 | 259.3 | 263.8 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 24.8 | 53.1 | 259.3 | 259.3 | +| 9 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 28.4 | 52.6 | 256.8 | 260.92 | +| 20 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 28.1 | 53.8 | 249.9 | 252.41 | +| 14 | AgriGold | A648-11 | C | - | 28.3 | 54.2 | 254.8 | 255.91 | +| 15 | AgriGold | A645-30VT2PRO | VT2Pro | - | 25.3 | 55.3 | 255.8 | 255.53 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 21.9 | 54.5 | 274.3 | 272.64 | +| 10 | AgriGold | A643-24PCE | PCE | - | 24.4 | 55.0 | 262.4 | 259.21 | +| 4 | AgriGold | A642-18SSP | SSP | - | 23.7 | 54.4 | 273.0 | 268.02 | +| 12 | AgriGold | A643-52VT2RIB | VT2RIB | - | 25.0 | 56.0 | 264.8 | 257.73 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 24.7 | 54.4 | 275.6 | 275.6 | +| 19 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 23.9 | 53.5 | 260.6 | 253.27 | +| 23 | AgriGold | A642-32VT2PRO | VT2Pro | - | 24.8 | 55.3 | 254.4 | 248.65 | +| 18 | AgriGold | A642-76VT2RIB | VT2RIB | - | 25.2 | 56.6 | 259.3 | 254.49 | +| 21 | AgriGold | A641-26V | 3220EZ | - | 25.3 | 55.1 | 253.8 | 249.56 | +| 16 | AgriGold | A640-24-3110 | 3110 | - | 24.9 | 53.5 | 259.3 | 255.43 | +| 26 | AgriGold | A640-65-5222AEZ | 5222AEZ | - | 23.4 | 52.9 | 244.3 | 240.58 | +| 28 | AgriGold | A640-16-3110 | 3110 | - | 20.6 | 57.0 | 238.5 | 234.8 | +| 3 | AgriGold | A639-03VT2RIB | VT2RIB | - | 22.2 | 54.0 | 272.9 | 268.96 | +| 25 | AgriGold | A639-91SSPRIB | SSPRIB | - | 21.3 | 55.1 | 245.5 | 241.06 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 23.4 | 54.3 | 270.8 | 270.8 | +| 33 | AgriGold | A637-72VT2PRO | VT2Pro | - | 20.9 | 55.5 | 231.1 | 226.71 | +| 31 | AgriGold | A638-19-3110 | 3110 | - | 18.8 | 56.1 | 234.6 | 231.0 | +| 29 | AgriGold | A636-16VT2RIB | VT2RIB | - | 22.7 | 53.1 | 237.2 | 234.32 | +| 24 | AgriGold | A636-16-5222 | 5222 | - | 21.3 | 53.8 | 244.8 | 242.46 | +| 34 | AgriGold | A636-42SSP | SSP | - | 18.6 | 57.4 | 227.2 | 225.45 | +| 13 | Dekalb | K112-01WTRIB | VT3PRIB | - | 22.3 | 54.0 | 257.9 | 256.6 | +| 27 | AgriGold | A643-17W | W | - | 22.6 | 56.7 | 239.7 | 238.99 | +| 22 | AgriGold | A644-27W | W | - | 21.8 | 56.8 | 249.0 | 248.95 | +| 7 | Pioneer | P1790W | W | - | 24.0 | 54.8 | 262.4 | 263.03 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 22.3 | 56.0 | 264.0 | 264.0 | + +Top 5 by Yield: A645-16VT2RIB (AgriGold) 275.6, A644-64VT2RIB (AgriGold) 274.3, A642-18SSP (AgriGold) 273.0, A639-03VT2RIB (AgriGold) 272.9, A645-16VT2RIB (AgriGold) 270.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142221.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142221.json new file mode 100644 index 00000000..fc16d533 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142221.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142221", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "White Heath", + "county": "Champaign", + "year": 2024, + "plot_id": "142221", + "cooperator": "Will Cresap", + "plot_average": 248.04, + "planted_date": "2024-04-22", + "harvested_date": "2024-10-15", + "population_seeds_per_acre": 35500, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 4, + "brand": "AgriGold", + "product": "A639-70STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": null, + "Yield": 250.5, + "Adj Yield": 250.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": null, + "Yield": 232.7, + "Adj Yield": 232.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": null, + "Yield": 242.7, + "Adj Yield": 242.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": null, + "Yield": 263.4, + "Adj Yield": 263.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": null, + "Yield": 259.8, + "Adj Yield": 259.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-16STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": null, + "Yield": 249.8, + "Adj Yield": 249.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": null, + "Yield": 251.3, + "Adj Yield": 251.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A639-70STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": null, + "Yield": 234.1, + "Adj Yield": 234.1 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142221" + ], + "fetched_at": "2026-05-27T02:17:29.743009+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142221.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142221.md new file mode 100644 index 00000000..94302a48 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142221.md @@ -0,0 +1,38 @@ +# Corn yield trial — White Heath, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Champaign +- **City:** White Heath +- **Year:** 2024 +- **Plot ID:** 142221 +- **Cooperator:** Will Cresap +- **Plot average:** 248.04 BU/Ac +- **Planted:** 2024-04-22 +- **Harvested:** 2024-10-15 +- **Population:** 35,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142221 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 4 | AgriGold | A639-70STXRIB | STXRIB | - | 12.8 | - | 250.5 | 250.5 | +| 8 | AgriGold | A639-91SSPRIB | SSPRIB | - | 12.8 | - | 232.7 | 232.7 | +| 6 | AgriGold | A640-12STXRIB | STXRIB | - | 12.8 | - | 242.7 | 242.7 | +| 1 | AgriGold | A641-85STXRIB | STXRIB | - | 12.8 | - | 263.4 | 263.4 | +| 2 | AgriGold | A643-52STXRIB | STXRIB | - | 12.8 | - | 259.8 | 259.8 | +| 5 | AgriGold | A645-16STXRIB | STXRIB | - | 12.8 | - | 249.8 | 249.8 | +| 3 | AgriGold | A646-17STXRIB | STXRIB | - | 12.8 | - | 251.3 | 251.3 | +| 7 | AgriGold | A639-70STXRIB | STXRIB | - | 12.8 | - | 234.1 | 234.1 | + +Top 5 by Yield: A641-85STXRIB (AgriGold) 263.4, A643-52STXRIB (AgriGold) 259.8, A646-17STXRIB (AgriGold) 251.3, A639-70STXRIB (AgriGold) 250.5, A645-16STXRIB (AgriGold) 249.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142223.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142223.json new file mode 100644 index 00000000..35d92aa3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142223.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142223", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Tiny Town", + "county": "Todd", + "year": 2024, + "plot_id": "142223", + "cooperator": "Dan Askew", + "plot_average": 266.45, + "planted_date": "2024-04-22", + "harvested_date": "2024-09-05", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Trivapro", + "herbicide": "Leadoff", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 60.0, + "Yield": 295.3, + "Adj Yield": 295.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 60.0, + "Yield": 295.3, + "Adj Yield": 288.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 57.0, + "Yield": 275.1, + "Adj Yield": 269.75 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 60.0, + "Yield": 253.1, + "Adj Yield": 248.79 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 60.0, + "Yield": 258.4, + "Adj Yield": 255.17 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 58.0, + "Yield": 254.7, + "Adj Yield": 252.59 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 58.0, + "Yield": 271.3, + "Adj Yield": 270.22 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 60.0, + "Yield": 266.7, + "Adj Yield": 266.67 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 58.5, + "Yield": 283.9, + "Adj Yield": 285.02 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 60.4, + "Yield": 272.7, + "Adj Yield": 274.82 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 55.8, + "Yield": 257.8, + "Adj Yield": 260.99 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 57.4, + "Yield": 261.3, + "Adj Yield": 265.59 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": 57.5, + "Yield": 260.6, + "Adj Yield": 266.03 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 57.9, + "Yield": 253.0, + "Adj Yield": 259.42 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 62.6, + "Yield": 280.2, + "Adj Yield": 280.2 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142223" + ], + "fetched_at": "2026-05-27T02:17:30.235297+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142223.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142223.md new file mode 100644 index 00000000..369fdd83 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142223.md @@ -0,0 +1,47 @@ +# Corn yield trial — Tiny Town, KY, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Todd +- **City:** Tiny Town +- **Year:** 2024 +- **Plot ID:** 142223 +- **Cooperator:** Dan Askew +- **Plot average:** 266.45 BU/Ac +- **Planted:** 2024-04-22 +- **Harvested:** 2024-09-05 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Trivapro +- **Herbicide:** Leadoff +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142223 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A647-79VT2PRO | VT2Pro | - | 20.4 | 60.0 | 295.3 | 295.3 | +| 1 | AgriGold | A647-79VT2PRO | VT2Pro | - | 20.4 | 60.0 | 295.3 | 288.8 | +| 5 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 21.1 | 57.0 | 275.1 | 269.75 | +| 13 | AgriGold | K6429AA | 3120EZ | - | 20.1 | 60.0 | 253.1 | 248.79 | +| 11 | AgriGold | A642-32VT2PRO | VT2Pro | - | 19.8 | 60.0 | 258.4 | 255.17 | +| 12 | AgriGold | A643-24PCE | PCE | - | 20.4 | 58.0 | 254.7 | 252.59 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 21.1 | 58.0 | 271.3 | 270.22 | +| 6 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.4 | 60.0 | 266.7 | 266.67 | +| 2 | AgriGold | A645-16VT2RIB | VT2RIB | - | 22.2 | 58.5 | 283.9 | 285.02 | +| 3 | AgriGold | A645-30VT2PRO | VT2Pro | - | 20.7 | 60.4 | 272.7 | 274.82 | +| 9 | AgriGold | A646-30VT2RIB | VT2RIB | - | 22.6 | 55.8 | 257.8 | 260.99 | +| 8 | AgriGold | J6621VT2PRO | VT2Pro | - | 22.3 | 57.4 | 261.3 | 265.59 | +| 7 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 24.2 | 57.5 | 260.6 | 266.03 | +| 10 | AgriGold | A648-11VT2RIB | VT2RIB | - | 22.4 | 57.9 | 253.0 | 259.42 | +| - | AgriGold | A647-79VT2PRO | VT2Pro | - | 18.9 | 62.6 | 280.2 | 280.2 | + +Top 5 by Yield: A647-79VT2PRO (AgriGold) 295.3, A647-79VT2PRO (AgriGold) 295.3, A645-16VT2RIB (AgriGold) 283.9, A647-79VT2PRO (AgriGold) 280.2, A642-05VT2RIBD1 (AgriGold) 275.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142224.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142224.json new file mode 100644 index 00000000..8f0e3fcf --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142224.json @@ -0,0 +1,309 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142224", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Clarion", + "county": "Wright", + "year": 2024, + "plot_id": "142224", + "cooperator": "Matt Odland", + "plot_average": 243.72, + "planted_date": "2024-04-22", + "harvested_date": "2024-10-08", + "population_seeds_per_acre": 34500, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A630-04VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 58.3, + "Yield": 240.8, + "Adj Yield": 240.8 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A626-39VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 57.7, + "Yield": 239.7, + "Adj Yield": 239.7 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A628-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": 58.2, + "Yield": 245.9, + "Adj Yield": 245.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 58.0, + "Yield": 249.3, + "Adj Yield": 249.3 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 57.6, + "Yield": 240.3, + "Adj Yield": 240.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 56.8, + "Yield": 254.2, + "Adj Yield": 254.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "K5218D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 59.2, + "Yield": 255.4, + "Adj Yield": 255.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": 59.7, + "Yield": 255.1, + "Adj Yield": 255.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A632-68DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 58.4, + "Yield": 250.2, + "Adj Yield": 250.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 55.3, + "Yield": 243.9, + "Adj Yield": 243.9 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": 56.7, + "Yield": 241.1, + "Adj Yield": 241.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A630-04VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 58.6, + "Yield": 255.6, + "Adj Yield": 255.6 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 57.6, + "Yield": 225.6, + "Adj Yield": 225.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 56.1, + "Yield": 248.8, + "Adj Yield": 248.8 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 55.4, + "Yield": 228.5, + "Adj Yield": 228.5 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 55.7, + "Yield": 220.3, + "Adj Yield": 220.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 56.3, + "Yield": 249.9, + "Adj Yield": 249.9 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 57.3, + "Yield": 229.0, + "Adj Yield": 229.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 59.6, + "Yield": 275.9, + "Adj Yield": 275.9 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 57.0, + "Yield": 233.9, + "Adj Yield": 233.9 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A630-04VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 57.3, + "Yield": 237.3, + "Adj Yield": 237.3 + } + } + ], + "n_results": 21, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142224" + ], + "fetched_at": "2026-05-27T02:17:30.778334+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142224.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142224.md new file mode 100644 index 00000000..91e240d6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142224.md @@ -0,0 +1,51 @@ +# Corn yield trial — Clarion, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Wright +- **City:** Clarion +- **Year:** 2024 +- **Plot ID:** 142224 +- **Cooperator:** Matt Odland +- **Plot average:** 243.72 BU/Ac +- **Planted:** 2024-04-22 +- **Harvested:** 2024-10-08 +- **Population:** 34,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142224 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A630-04VT2RIB | VT2RIB | - | 11.4 | 58.3 | 240.8 | 240.8 | +| 13 | AgriGold | A626-39VT2PRO | VT2Pro | - | 10.7 | 57.7 | 239.7 | 239.7 | +| 9 | AgriGold | A628-16VT2RIB | VT2RIB | - | 11.5 | 58.2 | 245.9 | 245.9 | +| 7 | AgriGold | A628-51SSPRIB | SSPRIB | - | 10.7 | 58.0 | 249.3 | 249.3 | +| 12 | AgriGold | A629-55VT2RIB | VT2RIB | - | 11.8 | 57.6 | 240.3 | 240.3 | +| 4 | AgriGold | A631-08VT2PRO | VT2Pro | - | 12.3 | 56.8 | 254.2 | 254.2 | +| 2 | AgriGold | K5218D | 5122EZ | - | 12.8 | 59.2 | 255.4 | 255.4 | +| 3 | AgriGold | A632-68VT2RIB | VT2RIB | - | 11.5 | 59.7 | 255.1 | 255.1 | +| 5 | AgriGold | A632-68DV-RN | 5222 | - | 11.8 | 58.4 | 250.2 | 250.2 | +| 10 | AgriGold | A634-11SSPRIB | SSPRIB | - | 12.8 | 55.3 | 243.9 | 243.9 | +| 11 | AgriGold | A636-11VT2RIB | VT2RIB | - | 11.5 | 56.7 | 241.1 | 241.1 | +| - | AgriGold | A630-04VT2RIB | VT2RIB | - | 11.9 | 58.6 | 255.6 | 255.6 | +| 17 | AgriGold | A636-39-3110 | 3110 | - | 12.9 | 57.6 | 225.6 | 225.6 | +| 8 | AgriGold | A636-42SSP | SSP | - | 13.6 | 56.1 | 248.8 | 248.8 | +| 16 | AgriGold | A636-16-5222 | 5222 | - | 14.4 | 55.4 | 228.5 | 228.5 | +| 18 | AgriGold | A637-72VT2PRO | VT2Pro | - | 13.6 | 55.7 | 220.3 | 220.3 | +| 6 | AgriGold | A638-19-3110 | 3110 | - | 13.6 | 56.3 | 249.9 | 249.9 | +| 15 | AgriGold | A639-91SSPRIB | SSPRIB | - | 13.1 | 57.3 | 229.0 | 229.0 | +| 1 | AgriGold | A641-85STXRIB | STXRIB | - | 14.6 | 59.6 | 275.9 | 275.9 | +| 14 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.8 | 57.0 | 233.9 | 233.9 | +| - | AgriGold | A630-04VT2RIB | VT2RIB | - | 11.1 | 57.3 | 237.3 | 237.3 | + +Top 5 by Yield: A641-85STXRIB (AgriGold) 275.9, A630-04VT2RIB (AgriGold) 255.6, K5218D (AgriGold) 255.4, A632-68VT2RIB (AgriGold) 255.1, A631-08VT2PRO (AgriGold) 254.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142228.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142228.json new file mode 100644 index 00000000..ade52fe3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142228.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142228", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Elnora", + "county": "Daviess", + "year": 2024, + "plot_id": "142228", + "cooperator": "Dove Farms", + "plot_average": 269.45, + "planted_date": "2024-04-22", + "harvested_date": "2024-09-25", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Sandy Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 56.8, + "Yield": 261.7, + "Adj Yield": 261.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 55.4, + "Yield": 274.2, + "Adj Yield": 275.12 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 56.2, + "Yield": 274.7, + "Adj Yield": 275.13 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 54.8, + "Yield": 275.3, + "Adj Yield": 275.21 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 56.4, + "Yield": 287.9, + "Adj Yield": 287.28 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 57.9, + "Yield": 275.0, + "Adj Yield": 273.8 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 57.0, + "Yield": 266.0, + "Adj Yield": 264.14 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 57.0, + "Yield": 266.0, + "Adj Yield": 266.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 57.1, + "Yield": 273.1, + "Adj Yield": 271.18 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-76VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 56.4, + "Yield": 274.3, + "Adj Yield": 272.95 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 56.1, + "Yield": 273.7, + "Adj Yield": 272.86 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A640-65-5222AEZ", + "traits": "5222AEZ", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 55.8, + "Yield": 265.6, + "Adj Yield": 265.18 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 56.1, + "Yield": 263.9, + "Adj Yield": 263.86 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 59.2, + "Yield": 240.3, + "Adj Yield": 240.64 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 55.3, + "Yield": 264.7, + "Adj Yield": 265.56 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 55.8, + "Yield": 261.9, + "Adj Yield": 261.9 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142228" + ], + "fetched_at": "2026-05-27T02:17:31.221091+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142228.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142228.md new file mode 100644 index 00000000..9e589d18 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142228.md @@ -0,0 +1,46 @@ +# Corn yield trial — Elnora, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Daviess +- **City:** Elnora +- **Year:** 2024 +- **Plot ID:** 142228 +- **Cooperator:** Dove Farms +- **Plot average:** 269.45 BU/Ac +- **Planted:** 2024-04-22 +- **Harvested:** 2024-09-25 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Sandy Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142228 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.3 | 56.8 | 261.7 | 261.7 | +| 4 | AgriGold | A645-22TRC | Trecepta | - | 17.9 | 55.4 | 274.2 | 275.12 | +| 3 | AgriGold | A645-30VT2PRO | VT2Pro | - | 18.1 | 56.2 | 274.7 | 275.13 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.8 | 54.8 | 275.3 | 275.21 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.5 | 56.4 | 287.9 | 287.28 | +| 5 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.9 | 57.9 | 275.0 | 273.8 | +| 11 | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.1 | 57.0 | 266.0 | 264.14 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.1 | 57.0 | 266.0 | 266.0 | +| 8 | AgriGold | A642-32VT2PRO | VT2Pro | - | 17.1 | 57.1 | 273.1 | 271.18 | +| 6 | AgriGold | A642-76VT2RIB | VT2RIB | - | 17.5 | 56.4 | 274.3 | 272.95 | +| 7 | AgriGold | A641-26V | 3220EZ | - | 17.3 | 56.1 | 273.7 | 272.86 | +| 10 | AgriGold | A640-65-5222AEZ | 5222AEZ | - | 17.5 | 55.8 | 265.6 | 265.18 | +| 12 | AgriGold | A640-16-3110 | 3110 | - | 17.0 | 56.1 | 263.9 | 263.86 | +| 13 | AgriGold | A637-72VT2PRO | VT2Pro | - | 15.5 | 59.2 | 240.3 | 240.64 | +| 9 | AgriGold | A646-30VT2RIB | VT2RIB | - | 18.9 | 55.3 | 264.7 | 265.56 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.0 | 55.8 | 261.9 | 261.9 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 287.9, A644-64VT2RIB (AgriGold) 275.3, A642-05VT2RIBD1 (AgriGold) 275.0, A645-30VT2PRO (AgriGold) 274.7, A642-76VT2RIB (AgriGold) 274.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142239.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142239.json new file mode 100644 index 00000000..f7e75cd8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142239.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142239", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Cool Springs", + "county": "Ohio", + "year": 2024, + "plot_id": "142239", + "cooperator": "Jarrod Brown", + "plot_average": 288.09, + "planted_date": "2024-04-22", + "harvested_date": "2024-09-06", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Trivapro", + "herbicide": "Halex GT", + "insecticide": "N/A", + "results": [ + { + "rank": 14, + "brand": "AgriGold", + "product": "A647-90VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 58.8, + "Yield": 281.9, + "Adj Yield": 281.9 + } + }, + { + "rank": 20, + "brand": "Revere", + "product": "0918VT2P", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 58.5, + "Yield": 252.7, + "Adj Yield": 252.7 + } + }, + { + "rank": 16, + "brand": "Channel", + "product": "210-46VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 60.3, + "Yield": 280.1, + "Adj Yield": 280.1 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 59.2, + "Yield": 280.6, + "Adj Yield": 280.6 + } + }, + { + "rank": 10, + "brand": "Pioneer", + "product": "P13841PCUE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 57.1, + "Yield": 287.8, + "Adj Yield": 287.8 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 59.6, + "Yield": 278.1, + "Adj Yield": 278.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 58.9, + "Yield": 301.7, + "Adj Yield": 301.7 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 59.7, + "Yield": 283.2, + "Adj Yield": 283.2 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 60.3, + "Yield": 274.9, + "Adj Yield": 274.9 + } + }, + { + "rank": 5, + "brand": "Revere", + "product": "RV114-P35VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 59.0, + "Yield": 296.3, + "Adj Yield": 296.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A647-90VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 59.7, + "Yield": 299.0, + "Adj Yield": 299.0 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 58.6, + "Yield": 288.0, + "Adj Yield": 288.0 + } + }, + { + "rank": 2, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 60.4, + "Yield": 312.3, + "Adj Yield": 312.3 + } + }, + { + "rank": 7, + "brand": "Revere", + "product": "1577VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 61.3, + "Yield": 294.6, + "Adj Yield": 294.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 60.6, + "Yield": 315.0, + "Adj Yield": 315.0 + } + }, + { + "rank": 11, + "brand": "Channel", + "product": "215-42TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 59.3, + "Yield": 287.0, + "Adj Yield": 287.0 + } + }, + { + "rank": 6, + "brand": "Channel", + "product": "215-70TRERIB", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 59.6, + "Yield": 294.8, + "Adj Yield": 294.8 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 59.5, + "Yield": 284.6, + "Adj Yield": 284.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 59.6, + "Yield": 289.3, + "Adj Yield": 289.3 + } + }, + { + "rank": 17, + "brand": "Revere", + "product": "1627-TC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 61.2, + "Yield": 279.8, + "Adj Yield": 279.8 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142239" + ], + "fetched_at": "2026-05-27T02:17:31.748631+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142239.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142239.md new file mode 100644 index 00000000..3e0a90ea --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142239.md @@ -0,0 +1,52 @@ +# Corn yield trial — Cool Springs, KY, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Ohio +- **City:** Cool Springs +- **Year:** 2024 +- **Plot ID:** 142239 +- **Cooperator:** Jarrod Brown +- **Plot average:** 288.09 BU/Ac +- **Planted:** 2024-04-22 +- **Harvested:** 2024-09-06 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Trivapro +- **Herbicide:** Halex GT +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142239 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 14 | AgriGold | A647-90VT2RIB | VT2RIB | - | 20.7 | 58.8 | 281.9 | 281.9 | +| 20 | Revere | 0918VT2P | VT2Pro | - | 18.6 | 58.5 | 252.7 | 252.7 | +| 16 | Channel | 210-46VT2PRIB | VT2RIB | - | 17.1 | 60.3 | 280.1 | 280.1 | +| 15 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 19.6 | 59.2 | 280.6 | 280.6 | +| 10 | Pioneer | P13841PCUE | PWE | - | 19.9 | 57.1 | 287.8 | 287.8 | +| 18 | AgriGold | A643-24PCE | PCE | - | 19.9 | 59.6 | 278.1 | 278.1 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 19.9 | 58.9 | 301.7 | 301.7 | +| 13 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.1 | 59.7 | 283.2 | 283.2 | +| 19 | AgriGold | K6429AA | 3120EZ | - | 20.1 | 60.3 | 274.9 | 274.9 | +| 5 | Revere | RV114-P35VT2RIB | VT2RIB | - | 20.3 | 59.0 | 296.3 | 296.3 | +| 4 | AgriGold | A647-90VT2RIB | VT2RIB | - | 19.9 | 59.7 | 299.0 | 299.0 | +| 9 | Pioneer | P14830AML | AML | - | 18.5 | 58.6 | 288.0 | 288.0 | +| 2 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 19.3 | 60.4 | 312.3 | 312.3 | +| 7 | Revere | 1577VT2PRIB | VT2RIB | - | 19.3 | 61.3 | 294.6 | 294.6 | +| 1 | AgriGold | A645-16VT2RIB | VT2RIB | - | 19.9 | 60.6 | 315.0 | 315.0 | +| 11 | Channel | 215-42TRERIB | TreceptaRIB | - | 20.0 | 59.3 | 287.0 | 287.0 | +| 6 | Channel | 215-70TRERIB | Trecepta | - | 19.4 | 59.6 | 294.8 | 294.8 | +| 12 | AgriGold | A646-30VT2RIB | VT2RIB | - | 22.2 | 59.5 | 284.6 | 284.6 | +| 8 | AgriGold | J6621VT2PRO | VT2Pro | - | 20.7 | 59.6 | 289.3 | 289.3 | +| 17 | Revere | 1627-TC | Trecepta | - | 20.4 | 61.2 | 279.8 | 279.8 | + +Top 5 by Yield: A645-16VT2RIB (AgriGold) 315.0, 214-78DGVT2PRIB (Channel) 312.3, A643-52VT2RIB (AgriGold) 301.7, A647-90VT2RIB (AgriGold) 299.0, RV114-P35VT2RIB (Revere) 296.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142270.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142270.json new file mode 100644 index 00000000..b3633ed7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142270.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142270", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Plainville", + "county": "Daviess", + "year": 2024, + "plot_id": "142270", + "cooperator": "John & Jason Wichman", + "plot_average": 214.93, + "planted_date": "2024-04-22", + "harvested_date": "2024-09-17", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 56.4, + "Yield": 228.5, + "Adj Yield": 228.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 58.2, + "Yield": 229.4, + "Adj Yield": 229.77 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.0, + "Yield": 216.0, + "Adj Yield": 218.09 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 57.4, + "Yield": 237.8, + "Adj Yield": 241.64 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 56.0, + "Yield": 187.1, + "Adj Yield": 193.07 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 57.0, + "Yield": 214.6, + "Adj Yield": 223.3 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 57.0, + "Yield": 214.6, + "Adj Yield": 214.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 57.1, + "Yield": 217.0, + "Adj Yield": 225.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 55.3, + "Yield": 228.0, + "Adj Yield": 233.91 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 55.6, + "Yield": 209.3, + "Adj Yield": 212.85 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 56.7, + "Yield": 196.9, + "Adj Yield": 198.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 56.2, + "Yield": 228.3, + "Adj Yield": 227.42 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 57.4, + "Yield": 218.0, + "Adj Yield": 214.85 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 56.0, + "Yield": 193.9, + "Adj Yield": 188.3 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 55.1, + "Yield": 195.3, + "Adj Yield": 186.92 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 57.1, + "Yield": 238.8, + "Adj Yield": 238.8 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142270" + ], + "fetched_at": "2026-05-27T02:17:32.213585+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142270.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142270.md new file mode 100644 index 00000000..f0b9d2ed --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142270.md @@ -0,0 +1,45 @@ +# Corn yield trial — Plainville, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Daviess +- **City:** Plainville +- **Year:** 2024 +- **Plot ID:** 142270 +- **Cooperator:** John & Jason Wichman +- **Plot average:** 214.93 BU/Ac +- **Planted:** 2024-04-22 +- **Harvested:** 2024-09-17 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142270 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.3 | 56.4 | 228.5 | 228.5 | +| 3 | AgriGold | A642-32VT2PRO | VT2Pro | - | 16.3 | 58.2 | 229.4 | 229.77 | +| 7 | AgriGold | A6499STXRIB | STXRIB | - | 16.2 | 59.0 | 216.0 | 218.09 | +| 1 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.1 | 57.4 | 237.8 | 241.64 | +| 11 | AgriGold | A643-24PCE | PCE | - | 16.2 | 56.0 | 187.1 | 193.07 | +| 6 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.9 | 57.0 | 214.6 | 223.3 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.9 | 57.0 | 214.6 | 214.6 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.5 | 57.1 | 217.0 | 225.7 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.0 | 55.3 | 228.0 | 233.91 | +| 9 | AgriGold | A645-22TRC | Trecepta | - | 16.1 | 55.6 | 209.3 | 212.85 | +| 10 | AgriGold | A645-30VT2PRO | VT2Pro | - | 16.5 | 56.7 | 196.9 | 198.3 | +| 4 | AgriGold | A646-30VT2PRO | VT2Pro | - | 17.8 | 56.2 | 228.3 | 227.42 | +| 8 | AgriGold | A647-79VT2PRO | VT2Pro | - | 16.8 | 57.4 | 218.0 | 214.85 | +| 12 | AgriGold | A645-80-3110 | 3110 | - | 16.3 | 56.0 | 193.9 | 188.3 | +| 13 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 17.2 | 55.1 | 195.3 | 186.92 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.9 | 57.1 | 238.8 | 238.8 | + +Top 5 by Yield: A645-16VT2RIB (AgriGold) 238.8, A642-05VT2RIBD1 (AgriGold) 237.8, A642-32VT2PRO (AgriGold) 229.4, A645-16VT2RIB (AgriGold) 228.5, A646-30VT2PRO (AgriGold) 228.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142273.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142273.json new file mode 100644 index 00000000..b3a42206 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142273.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142273", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Highland", + "county": "Madison", + "year": 2024, + "plot_id": "142273", + "cooperator": "Rinderer Farms LLC", + "plot_average": 213.68, + "planted_date": "2024-04-23", + "harvested_date": "2024-09-13", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 13, + "brand": "Pioneer", + "product": "P0924", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.1, + "Yield": 178.0, + "Adj Yield": 178.0 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P1185", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 62.5, + "Yield": 203.4, + "Adj Yield": 203.4 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A6499", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 59.0, + "Yield": 169.1, + "Adj Yield": 169.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 59.6, + "Yield": 252.1, + "Adj Yield": 252.1 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P1222", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 57.5, + "Yield": 227.1, + "Adj Yield": 227.1 + } + }, + { + "rank": 10, + "brand": "Pioneer", + "product": "P1359", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 57.2, + "Yield": 195.2, + "Adj Yield": 195.2 + } + }, + { + "rank": 4, + "brand": "Becks", + "product": "6469", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 53.2, + "Yield": 240.9, + "Adj Yield": 240.9 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A644-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 55.9, + "Yield": 183.7, + "Adj Yield": 183.7 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC65-92", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 54.7, + "Yield": 251.0, + "Adj Yield": 251.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 54.4, + "Yield": 237.2, + "Adj Yield": 237.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A646-30", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 52.8, + "Yield": 207.3, + "Adj Yield": 207.3 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P1608AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 57.1, + "Yield": 212.2, + "Adj Yield": 212.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A648-11", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 56.0, + "Yield": 246.4, + "Adj Yield": 246.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A6499", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 57.7, + "Yield": 187.9, + "Adj Yield": 187.9 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142273" + ], + "fetched_at": "2026-05-27T02:17:32.718348+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142273.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142273.md new file mode 100644 index 00000000..fce63f62 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142273.md @@ -0,0 +1,44 @@ +# Corn yield trial — Highland, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Madison +- **City:** Highland +- **Year:** 2024 +- **Plot ID:** 142273 +- **Cooperator:** Rinderer Farms LLC +- **Plot average:** 213.68 BU/Ac +- **Planted:** 2024-04-23 +- **Harvested:** 2024-09-13 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142273 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 13 | Pioneer | P0924 | C | - | 15.6 | 59.1 | 178.0 | 178.0 | +| 9 | Pioneer | P1185 | C | - | 15.3 | 62.5 | 203.4 | 203.4 | +| 14 | AgriGold | A6499 | C | - | 17.5 | 59.0 | 169.1 | 169.1 | +| 1 | AgriGold | A642-32 | C | - | 18.0 | 59.6 | 252.1 | 252.1 | +| 6 | Pioneer | P1222 | C | - | 17.5 | 57.5 | 227.1 | 227.1 | +| 10 | Pioneer | P1359 | C | - | 17.7 | 57.2 | 195.2 | 195.2 | +| 4 | Becks | 6469 | C | - | 22.4 | 53.2 | 240.9 | 240.9 | +| 12 | AgriGold | A644-19 | C | - | 19.6 | 55.9 | 183.7 | 183.7 | +| 2 | Dekalb | DKC65-92 | C | - | 19.9 | 54.7 | 251.0 | 251.0 | +| 5 | AgriGold | A645-16 | C | - | 20.6 | 54.4 | 237.2 | 237.2 | +| 8 | AgriGold | A646-30 | C | - | 22.2 | 52.8 | 207.3 | 207.3 | +| 7 | Pioneer | P1608AM | AM | - | 19.5 | 57.1 | 212.2 | 212.2 | +| 3 | AgriGold | A648-11 | C | - | 22.8 | 56.0 | 246.4 | 246.4 | +| 11 | AgriGold | A6499 | C | - | 22.7 | 57.7 | 187.9 | 187.9 | + +Top 5 by Yield: A642-32 (AgriGold) 252.1, DKC65-92 (Dekalb) 251.0, A648-11 (AgriGold) 246.4, 6469 (Becks) 240.9, A645-16 (AgriGold) 237.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142275.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142275.json new file mode 100644 index 00000000..3e4bf912 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142275.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142275", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Cecilia", + "county": "Hardin", + "year": 2024, + "plot_id": "142275", + "cooperator": "C & J Stuecker Farms", + "plot_average": 233.52, + "planted_date": "2024-04-23", + "harvested_date": "2024-09-12", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "None", + "herbicide": "Atrazine, Explorer", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A6572VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 224.2, + "Adj Yield": 224.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A6572VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 224.2, + "Adj Yield": 224.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": null, + "Yield": 212.9, + "Adj Yield": 212.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 232.6, + "Adj Yield": 232.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": null, + "Yield": 226.5, + "Adj Yield": 226.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": null, + "Yield": 269.3, + "Adj Yield": 269.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": null, + "Yield": 225.8, + "Adj Yield": 225.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": null, + "Yield": 249.6, + "Adj Yield": 249.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 248.0, + "Adj Yield": 248.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A6572VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": null, + "Yield": 228.5, + "Adj Yield": 228.5 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": null, + "Yield": 208.2, + "Adj Yield": 208.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 246.6, + "Adj Yield": 246.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": null, + "Yield": 225.0, + "Adj Yield": 225.0 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142275" + ], + "fetched_at": "2026-05-27T02:17:33.241887+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142275.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142275.md new file mode 100644 index 00000000..7135a419 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142275.md @@ -0,0 +1,46 @@ +# Corn yield trial — Cecilia, KY, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Hardin +- **City:** Cecilia +- **Year:** 2024 +- **Plot ID:** 142275 +- **Cooperator:** C & J Stuecker Farms +- **Plot average:** 233.52 BU/Ac +- **Planted:** 2024-04-23 +- **Harvested:** 2024-09-12 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** None +- **Herbicide:** Atrazine, Explorer +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142275 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A6572VT2RIB | VT2RIB | - | 16.3 | - | 224.2 | 224.2 | +| 9 | AgriGold | A6572VT2RIB | VT2RIB | - | 16.3 | - | 224.2 | 224.2 | +| 10 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.4 | - | 212.9 | 212.9 | +| 5 | AgriGold | A642-32VT2PRO | VT2Pro | - | 14.5 | - | 232.6 | 232.6 | +| 6 | AgriGold | A643-24PCE | PCE | - | 14.4 | - | 226.5 | 226.5 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.9 | - | 269.3 | 269.3 | +| 7 | AgriGold | K6429AA | 3120EZ | - | 14.4 | - | 225.8 | 225.8 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.8 | - | 249.6 | 249.6 | +| 3 | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.1 | - | 248.0 | 248.0 | +| - | AgriGold | A6572VT2RIB | VT2RIB | - | 16.0 | - | 228.5 | 228.5 | +| 11 | AgriGold | A645-22TRC | Trecepta | - | 12.5 | - | 208.2 | 208.2 | +| 4 | AgriGold | A645-30VT2PRO | VT2Pro | - | 14.1 | - | 246.6 | 246.6 | +| 8 | AgriGold | A646-30VT2RIB | VT2RIB | - | 14.4 | - | 225.0 | 225.0 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 269.3, A644-64VT2RIB (AgriGold) 249.6, A645-16VT2RIB (AgriGold) 248.0, A645-30VT2PRO (AgriGold) 246.6, A642-32VT2PRO (AgriGold) 232.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142281.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142281.json new file mode 100644 index 00000000..7034c764 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142281.json @@ -0,0 +1,348 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142281", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Wyoming", + "county": "Stark", + "year": 2024, + "plot_id": "142281", + "cooperator": "Randy Tuthill", + "plot_average": 285.94, + "planted_date": "2024-04-22", + "harvested_date": "2024-09-19", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 11, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 289.4, + "Adj Yield": 289.4 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 280.8, + "Adj Yield": 280.8 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 272.8, + "Adj Yield": 272.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 296.8, + "Adj Yield": 296.8 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 257.4, + "Adj Yield": 257.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 304.0, + "Adj Yield": 304.0 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 269.7, + "Adj Yield": 269.7 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A640-24-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 277.6, + "Adj Yield": 277.6 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 279.9, + "Adj Yield": 279.9 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 276.0, + "Adj Yield": 276.0 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 283.4, + "Adj Yield": 283.4 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 283.9, + "Adj Yield": 283.9 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 293.7, + "Adj Yield": 293.7 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 269.1, + "Adj Yield": 269.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": null, + "Yield": 293.9, + "Adj Yield": 293.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 298.4, + "Adj Yield": 298.4 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": null, + "Yield": 283.6, + "Adj Yield": 283.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 299.9, + "Adj Yield": 299.9 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": null, + "Yield": 298.7, + "Adj Yield": 298.7 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": null, + "Yield": 285.8, + "Adj Yield": 285.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": null, + "Yield": 295.1, + "Adj Yield": 295.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 294.5, + "Adj Yield": 294.5 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": null, + "Yield": 284.4, + "Adj Yield": 284.4 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": null, + "Yield": 293.7, + "Adj Yield": 293.7 + } + } + ], + "n_results": 24, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142281" + ], + "fetched_at": "2026-05-27T02:17:33.725567+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142281.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142281.md new file mode 100644 index 00000000..6a038ad3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142281.md @@ -0,0 +1,54 @@ +# Corn yield trial — Wyoming, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Stark +- **City:** Wyoming +- **Year:** 2024 +- **Plot ID:** 142281 +- **Cooperator:** Randy Tuthill +- **Plot average:** 285.94 BU/Ac +- **Planted:** 2024-04-22 +- **Harvested:** 2024-09-19 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142281 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 11 | AgriGold | A6499STXRIB | STXRIB | - | 17.7 | - | 289.4 | 289.4 | +| 17 | AgriGold | A636-16-5222 | 5222 | - | 16.9 | - | 280.8 | 280.8 | +| 21 | AgriGold | A636-42SSP | SSP | - | 16.1 | - | 272.8 | 272.8 | +| 5 | AgriGold | A639-03VT2RIB | VT2RIB | - | 16.7 | - | 296.8 | 296.8 | +| 24 | AgriGold | A639-91SSPRIB | SSPRIB | - | 15.5 | - | 257.4 | 257.4 | +| 1 | AgriGold | J6015PWE | PWE | - | 17.1 | - | 304.0 | 304.0 | +| 22 | AgriGold | A640-16-3110 | 3110 | - | 16.8 | - | 269.7 | 269.7 | +| 19 | AgriGold | A640-24-3110 | 3110 | - | 16.9 | - | 277.6 | 277.6 | +| 18 | AgriGold | A640-12STXRIB | STXRIB | - | 16.7 | - | 279.9 | 279.9 | +| 20 | AgriGold | A641-85STXRIB | STXRIB | - | 17.7 | - | 276.0 | 276.0 | +| 16 | AgriGold | A641-26-3110 | 3110 | - | 18.5 | - | 283.4 | 283.4 | +| 14 | AgriGold | A6499STXRIB | STXRIB | - | 18.5 | - | 283.9 | 283.9 | +| 9 | AgriGold | A642-32VT2PRO | VT2Pro | - | 19.2 | - | 293.7 | 293.7 | +| 23 | AgriGold | J6227DV-RN | 5222 | - | 19.1 | - | 269.1 | 269.1 | +| 8 | AgriGold | A642-18SSP | SSP | - | 19.7 | - | 293.9 | 293.9 | +| 4 | AgriGold | A643-24PCE | PCE | - | 20.2 | - | 298.4 | 298.4 | +| 15 | AgriGold | A643-52VT2RIB | VT2RIB | - | 20.1 | - | 283.6 | 283.6 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.0 | - | 299.9 | 299.9 | +| 3 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 22.4 | - | 298.7 | 298.7 | +| 12 | AgriGold | A645-16VT2RIB | VT2RIB | - | 21.1 | - | 285.8 | 285.8 | +| 6 | AgriGold | A645-30VT2PRO | VT2Pro | - | 19.3 | - | 295.1 | 295.1 | +| 7 | AgriGold | A645-71STXRIB | STXRIB | - | 21.3 | - | 294.5 | 294.5 | +| 13 | AgriGold | A646-30VT2RIB | VT2RIB | - | 22.3 | - | 284.4 | 284.4 | +| 9 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 19.5 | - | 293.7 | 293.7 | + +Top 5 by Yield: J6015PWE (AgriGold) 304.0, A644-64VT2RIB (AgriGold) 299.9, DKC66-06RIB (Dekalb) 298.7, A643-24PCE (AgriGold) 298.4, A639-03VT2RIB (AgriGold) 296.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142283.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142283.json new file mode 100644 index 00000000..4293e27a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142283.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142283", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Reed", + "county": "Henderson", + "year": 2024, + "plot_id": "142283", + "cooperator": "Phil Lambert", + "plot_average": 277.98, + "planted_date": "2024-04-23", + "harvested_date": "2024-09-16", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "Miravis Neo", + "herbicide": "Acuron, Status", + "insecticide": "Sultrus", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.0, + "Yield": 290.6, + "Adj Yield": 290.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.0, + "Yield": 290.6, + "Adj Yield": 293.72 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.0, + "Yield": 259.7, + "Adj Yield": 262.41 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.0, + "Yield": 269.2, + "Adj Yield": 271.46 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 59.0, + "Yield": 264.9, + "Adj Yield": 266.73 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 61.0, + "Yield": 266.6, + "Adj Yield": 267.96 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 59.0, + "Yield": 275.2, + "Adj Yield": 276.06 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 59.0, + "Yield": 275.3, + "Adj Yield": 275.78 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 59.0, + "Yield": 295.0, + "Adj Yield": 295.04 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.0, + "Yield": 286.3, + "Adj Yield": 285.89 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 59.0, + "Yield": 280.2, + "Adj Yield": 279.35 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P1718AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 58.0, + "Yield": 283.9, + "Adj Yield": 282.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.0, + "Yield": 284.3, + "Adj Yield": 282.52 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 57.0, + "Yield": 273.2, + "Adj Yield": 270.92 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 62.0, + "Yield": 299.9, + "Adj Yield": 297.19 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 59.0, + "Yield": 265.2, + "Adj Yield": 262.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 59.0, + "Yield": 297.7, + "Adj Yield": 297.7 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142283" + ], + "fetched_at": "2026-05-27T02:17:34.203022+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142283.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142283.md new file mode 100644 index 00000000..7f3155a4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142283.md @@ -0,0 +1,50 @@ +# Corn yield trial — Reed, KY, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Henderson +- **City:** Reed +- **Year:** 2024 +- **Plot ID:** 142283 +- **Cooperator:** Phil Lambert +- **Plot average:** 277.98 BU/Ac +- **Planted:** 2024-04-23 +- **Harvested:** 2024-09-16 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **Fungicide:** Miravis Neo +- **Herbicide:** Acuron, Status +- **Insecticide:** Sultrus +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142283 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.7 | 59.0 | 290.6 | 290.6 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.7 | 59.0 | 290.6 | 293.72 | +| 14 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.8 | 58.0 | 259.7 | 262.41 | +| 10 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.4 | 60.0 | 269.2 | 271.46 | +| 13 | AgriGold | A643-24PCE | PCE | - | 15.4 | 59.0 | 264.9 | 266.73 | +| 12 | AgriGold | K6429AA | 3120EZ | - | 15.0 | 61.0 | 266.6 | 267.96 | +| 8 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.2 | 59.0 | 275.2 | 276.06 | +| 9 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.9 | 59.0 | 275.3 | 275.78 | +| 2 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 16.5 | 59.0 | 295.0 | 295.04 | +| 4 | AgriGold | A646-30VT2RIB | VT2RIB | - | 16.0 | 58.0 | 286.3 | 285.89 | +| 7 | AgriGold | J6621VT2PRO | VT2Pro | - | 15.8 | 59.0 | 280.2 | 279.35 | +| 5 | Pioneer | P1718AML | AML | - | 16.9 | 58.0 | 283.9 | 282.6 | +| 6 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 17.0 | 58.0 | 284.3 | 282.52 | +| 11 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 15.7 | 57.0 | 273.2 | 270.92 | +| 1 | AgriGold | A647-79VT2PRO | VT2Pro | - | 15.6 | 62.0 | 299.9 | 297.19 | +| 15 | AgriGold | A648-11VT2RIB | VT2RIB | - | 17.5 | 59.0 | 265.2 | 262.1 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.4 | 59.0 | 297.7 | 297.7 | + +Top 5 by Yield: A647-79VT2PRO (AgriGold) 299.9, A643-52VT2RIB (AgriGold) 297.7, DKC66-06RIB (Dekalb) 295.0, A643-52VT2RIB (AgriGold) 290.6, A643-52VT2RIB (AgriGold) 290.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142293.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142293.json new file mode 100644 index 00000000..103b78b1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142293.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142293", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "city": "Midland", + "county": "Clinton", + "year": 2024, + "plot_id": "142293", + "cooperator": "Gibson Bros.", + "plot_average": 213.4, + "planted_date": "2024-04-22", + "harvested_date": "2024-09-23", + "population_seeds_per_acre": 36500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 10, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 61.1, + "Yield": 199.5, + "Adj Yield": 199.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 60.2, + "Yield": 204.4, + "Adj Yield": 204.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 62.5, + "Yield": 226.9, + "Adj Yield": 226.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 62.1, + "Yield": 219.3, + "Adj Yield": 219.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 60.0, + "Yield": 212.3, + "Adj Yield": 212.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 61.6, + "Yield": 226.3, + "Adj Yield": 226.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 61.9, + "Yield": 206.1, + "Adj Yield": 206.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 64.0, + "Yield": 216.0, + "Adj Yield": 216.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 60.6, + "Yield": 204.2, + "Adj Yield": 204.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 62.7, + "Yield": 219.0, + "Adj Yield": 219.0 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142293" + ], + "fetched_at": "2026-05-27T02:17:34.749672+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142293.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142293.md new file mode 100644 index 00000000..87db6d0b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142293.md @@ -0,0 +1,39 @@ +# Corn yield trial — Midland, OH, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** OH +- **County:** Clinton +- **City:** Midland +- **Year:** 2024 +- **Plot ID:** 142293 +- **Cooperator:** Gibson Bros. +- **Plot average:** 213.4 BU/Ac +- **Planted:** 2024-04-22 +- **Harvested:** 2024-09-23 +- **Population:** 36,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142293 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 10 | AgriGold | J6015PWE | PWE | - | 15.0 | 61.1 | 199.5 | 199.5 | +| 8 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.8 | 60.2 | 204.4 | 204.4 | +| 1 | AgriGold | A643-24PCE | PCE | - | 16.5 | 62.5 | 226.9 | 226.9 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.4 | 62.1 | 219.3 | 219.3 | +| 6 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.9 | 60.0 | 212.3 | 212.3 | +| 2 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.1 | 61.6 | 226.3 | 226.3 | +| 7 | AgriGold | A646-30VT2RIB | VT2RIB | - | 15.7 | 61.9 | 206.1 | 206.1 | +| 5 | AgriGold | A642-32VT2PRO | VT2Pro | - | 15.0 | 64.0 | 216.0 | 216.0 | +| 9 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.7 | 60.6 | 204.2 | 204.2 | +| 4 | AgriGold | A645-30VT2PRO | VT2Pro | - | 15.6 | 62.7 | 219.0 | 219.0 | + +Top 5 by Yield: A643-24PCE (AgriGold) 226.9, A645-16VT2RIB (AgriGold) 226.3, A643-52VT2RIB (AgriGold) 219.3, A645-30VT2PRO (AgriGold) 219.0, A642-32VT2PRO (AgriGold) 216.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142294.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142294.json new file mode 100644 index 00000000..ea11b1b9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142294.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142294", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Bowen", + "county": "Hancock", + "year": 2024, + "plot_id": "142294", + "cooperator": "Ted Knorr", + "plot_average": 240.91, + "planted_date": "2024-04-14", + "harvested_date": "2024-09-20", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 57.9, + "Yield": 222.3, + "Adj Yield": 222.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 57.2, + "Yield": 235.9, + "Adj Yield": 236.18 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": 57.7, + "Yield": 227.1, + "Adj Yield": 227.35 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 58.2, + "Yield": 230.4, + "Adj Yield": 230.55 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 23.5, + "Test Wt.": 58.1, + "Yield": 232.8, + "Adj Yield": 232.94 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 58.7, + "Yield": 226.1, + "Adj Yield": 226.13 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 24.9, + "Test Wt.": 58.2, + "Yield": 248.8, + "Adj Yield": 248.81 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": 57.4, + "Yield": 234.8, + "Adj Yield": 234.82 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.3, + "Test Wt.": 57.9, + "Yield": 246.1, + "Adj Yield": 246.03 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 26.7, + "Test Wt.": 57.0, + "Yield": 258.3, + "Adj Yield": 258.18 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 26.7, + "Test Wt.": 58.1, + "Yield": 257.7, + "Adj Yield": 257.57 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.7, + "Test Wt.": 58.0, + "Yield": 247.3, + "Adj Yield": 247.04 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 27.5, + "Test Wt.": 56.0, + "Yield": 245.6, + "Adj Yield": 245.32 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 58.1, + "Yield": 222.9, + "Adj Yield": 222.9 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142294" + ], + "fetched_at": "2026-05-27T02:17:35.230385+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142294.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142294.md new file mode 100644 index 00000000..2a401852 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142294.md @@ -0,0 +1,44 @@ +# Corn yield trial — Bowen, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Hancock +- **City:** Bowen +- **Year:** 2024 +- **Plot ID:** 142294 +- **Cooperator:** Ted Knorr +- **Plot average:** 240.91 BU/Ac +- **Planted:** 2024-04-14 +- **Harvested:** 2024-09-20 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142294 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A636-16VT2RIB | VT2RIB | - | 17.6 | 57.9 | 222.3 | 222.3 | +| 7 | AgriGold | A638-19-3110 | 3110 | - | 18.8 | 57.2 | 235.9 | 236.18 | +| 11 | AgriGold | A639-03VT2RIB | VT2RIB | - | 22.5 | 57.7 | 227.1 | 227.35 | +| 10 | AgriGold | A640-16-3110 | 3110 | - | 21.8 | 58.2 | 230.4 | 230.55 | +| 9 | AgriGold | A641-26-3110 | 3110 | - | 23.5 | 58.1 | 232.8 | 232.94 | +| 12 | AgriGold | A641-85STXRIB | STXRIB | - | 22.1 | 58.7 | 226.1 | 226.13 | +| 3 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 24.9 | 58.2 | 248.8 | 248.81 | +| 8 | AgriGold | A643-24PCE | PCE | - | 24.1 | 57.4 | 234.8 | 234.82 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 25.3 | 57.9 | 246.1 | 246.03 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 26.7 | 57.0 | 258.3 | 258.18 | +| 2 | AgriGold | A645-16VT2RIB | VT2RIB | - | 26.7 | 58.1 | 257.7 | 257.57 | +| 4 | AgriGold | A646-30VT2RIB | VT2RIB | - | 25.7 | 58.0 | 247.3 | 247.04 | +| 6 | AgriGold | A648-11VT2RIB | VT2RIB | - | 27.5 | 56.0 | 245.6 | 245.32 | +| - | AgriGold | A636-16VT2RIB | VT2RIB | - | 19.2 | 58.1 | 222.9 | 222.9 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 258.3, A645-16VT2RIB (AgriGold) 257.7, A642-05VT2RIBD1 (AgriGold) 248.8, A646-30VT2RIB (AgriGold) 247.3, A643-52VT2RIB (AgriGold) 246.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142295.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142295.json new file mode 100644 index 00000000..89035a37 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142295.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142295", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Ripley", + "county": "Brown", + "year": 2024, + "plot_id": "142295", + "cooperator": "Eric and Rob Laning", + "plot_average": 272.75, + "planted_date": "2024-04-14", + "harvested_date": "2024-09-21", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 59.2, + "Yield": 276.1, + "Adj Yield": 276.1 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 61.3, + "Yield": 263.0, + "Adj Yield": 262.68 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 59.7, + "Yield": 261.5, + "Adj Yield": 261.26 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 59.5, + "Yield": 282.3, + "Adj Yield": 282.12 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A639-70STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 59.7, + "Yield": 258.4, + "Adj Yield": 258.27 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 60.4, + "Yield": 275.4, + "Adj Yield": 275.28 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 58.8, + "Yield": 274.9, + "Adj Yield": 274.85 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 59.4, + "Yield": 279.2, + "Adj Yield": 279.22 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 58.9, + "Yield": 282.4, + "Adj Yield": 282.42 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 59.9, + "Yield": 285.7, + "Adj Yield": 285.79 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 58.9, + "Yield": 278.6, + "Adj Yield": 278.68 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 60.1, + "Yield": 263.2, + "Adj Yield": 263.36 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 59.8, + "Yield": 267.1, + "Adj Yield": 267.29 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 59.3, + "Yield": 285.2, + "Adj Yield": 285.43 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": 60.1, + "Yield": 261.6, + "Adj Yield": 261.88 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 58.7, + "Yield": 275.4, + "Adj Yield": 275.4 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142295" + ], + "fetched_at": "2026-05-27T02:17:35.741222+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142295.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142295.md new file mode 100644 index 00000000..85747be2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142295.md @@ -0,0 +1,46 @@ +# Corn yield trial — Ripley, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Brown +- **City:** Ripley +- **Year:** 2024 +- **Plot ID:** 142295 +- **Cooperator:** Eric and Rob Laning +- **Plot average:** 272.75 BU/Ac +- **Planted:** 2024-04-14 +- **Harvested:** 2024-09-21 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142295 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 21.9 | 59.2 | 276.1 | 276.1 | +| 11 | AgriGold | A637-72VT2PRO | VT2Pro | - | 18.8 | 61.3 | 263.0 | 262.68 | +| 13 | AgriGold | A638-19-3110 | 3110 | - | 19.6 | 59.7 | 261.5 | 261.26 | +| 4 | AgriGold | A639-03VT2RIB | VT2RIB | - | 19.4 | 59.5 | 282.3 | 282.12 | +| 14 | AgriGold | A639-70STXRIB | STXRIB | - | 17.4 | 59.7 | 258.4 | 258.27 | +| 7 | AgriGold | A640-16-3110 | 3110 | - | 20.9 | 60.4 | 275.4 | 275.28 | +| 8 | AgriGold | A641-26-3110 | 3110 | - | 19.4 | 58.8 | 274.9 | 274.85 | +| 5 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 19.7 | 59.4 | 279.2 | 279.22 | +| 3 | AgriGold | A643-24PCE | PCE | - | 19.8 | 58.9 | 282.4 | 282.42 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 20.3 | 59.9 | 285.7 | 285.79 | +| 6 | AgriGold | A644-64VT2RIB | VT2RIB | - | 21.6 | 58.9 | 278.6 | 278.68 | +| 10 | AgriGold | A645-30VT2PRO | VT2Pro | - | 20.4 | 60.1 | 263.2 | 263.36 | +| 9 | AgriGold | A645-80-3110 | 3110 | - | 21.4 | 59.8 | 267.1 | 267.29 | +| 2 | AgriGold | A646-30VT2RIB | VT2RIB | - | 22.0 | 59.3 | 285.2 | 285.43 | +| 12 | AgriGold | A648-11VT2RIB | VT2RIB | - | 24.1 | 60.1 | 261.6 | 261.88 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 20.4 | 58.7 | 275.4 | 275.4 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 285.7, A646-30VT2RIB (AgriGold) 285.2, A643-24PCE (AgriGold) 282.4, A639-03VT2RIB (AgriGold) 282.3, A642-05VT2RIBD1 (AgriGold) 279.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142297.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142297.json new file mode 100644 index 00000000..cc281452 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142297.json @@ -0,0 +1,309 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142297", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Havana", + "county": "Fulton", + "year": 2024, + "plot_id": "142297", + "cooperator": "Rodney Richardson", + "plot_average": 286.02, + "planted_date": "2024-04-16", + "harvested_date": "2024-09-23", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 56.5, + "Yield": 263.3, + "Adj Yield": 263.3 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 57.1, + "Yield": 263.6, + "Adj Yield": 262.98 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 60.6, + "Yield": 260.0, + "Adj Yield": 259.51 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 58.9, + "Yield": 261.4, + "Adj Yield": 260.94 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 59.3, + "Yield": 297.1, + "Adj Yield": 296.73 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 59.8, + "Yield": 280.2, + "Adj Yield": 279.88 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 59.0, + "Yield": 271.6, + "Adj Yield": 271.33 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 57.9, + "Yield": 288.6, + "Adj Yield": 288.44 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 60.5, + "Yield": 286.8, + "Adj Yield": 286.62 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 59.7, + "Yield": 273.0, + "Adj Yield": 272.92 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 58.3, + "Yield": 293.8, + "Adj Yield": 293.77 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 60.4, + "Yield": 296.7, + "Adj Yield": 296.79 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 59.0, + "Yield": 303.8, + "Adj Yield": 303.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 59.0, + "Yield": 303.4, + "Adj Yield": 303.59 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.4, + "Test Wt.": 58.6, + "Yield": 299.3, + "Adj Yield": 299.56 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.2, + "Test Wt.": 58.0, + "Yield": 297.9, + "Adj Yield": 298.26 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 25.4, + "Test Wt.": 60.4, + "Yield": 285.8, + "Adj Yield": 286.22 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-71STX", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 24.8, + "Test Wt.": 58.0, + "Yield": 294.5, + "Adj Yield": 294.92 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.7, + "Test Wt.": 59.2, + "Yield": 294.0, + "Adj Yield": 294.5 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 26.9, + "Test Wt.": 59.8, + "Yield": 282.9, + "Adj Yield": 283.48 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 57.1, + "Yield": 262.0, + "Adj Yield": 262.0 + } + } + ], + "n_results": 21, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142297" + ], + "fetched_at": "2026-05-27T02:17:36.225762+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142297.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142297.md new file mode 100644 index 00000000..d1a06531 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142297.md @@ -0,0 +1,51 @@ +# Corn yield trial — Havana, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Fulton +- **City:** Havana +- **Year:** 2024 +- **Plot ID:** 142297 +- **Cooperator:** Rodney Richardson +- **Plot average:** 286.02 BU/Ac +- **Planted:** 2024-04-16 +- **Harvested:** 2024-09-23 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142297 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A636-16VT2RIB | VT2RIB | - | 18.8 | 56.5 | 263.3 | 263.3 | +| 17 | AgriGold | A636-39-3110 | 3110 | - | 18.6 | 57.1 | 263.6 | 262.98 | +| 19 | AgriGold | A637-72VT2PRO | VT2Pro | - | 19.3 | 60.6 | 260.0 | 259.51 | +| 18 | AgriGold | A638-19-3110 | 3110 | - | 19.6 | 58.9 | 261.4 | 260.94 | +| 6 | AgriGold | K5836PWE | PWE | - | 18.4 | 59.3 | 297.1 | 296.73 | +| 14 | AgriGold | A639-03VT2RIB | VT2RIB | - | 19.2 | 59.8 | 280.2 | 279.88 | +| 16 | AgriGold | A640-16-3110 | 3110 | - | 21.3 | 59.0 | 271.6 | 271.33 | +| 10 | AgriGold | J6015PWE | PWE | - | 20.1 | 57.9 | 288.6 | 288.44 | +| 11 | AgriGold | A641-85STXRIB | STXRIB | - | 20.3 | 60.5 | 286.8 | 286.62 | +| 15 | AgriGold | A641-26-3110 | 3110 | - | 22.2 | 59.7 | 273.0 | 272.92 | +| 9 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 22.4 | 58.3 | 293.8 | 293.77 | +| 5 | AgriGold | A642-32VT2PRO | VT2Pro | - | 22.7 | 60.4 | 296.7 | 296.79 | +| 1 | AgriGold | A643-24PCE | PCE | - | 21.8 | 59.0 | 303.8 | 303.9 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 21.8 | 59.0 | 303.4 | 303.59 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 25.4 | 58.6 | 299.3 | 299.56 | +| 4 | AgriGold | A645-16VT2RIB | VT2RIB | - | 25.2 | 58.0 | 297.9 | 298.26 | +| 12 | AgriGold | A645-30VT2PRO | VT2Pro | - | 25.4 | 60.4 | 285.8 | 286.22 | +| 7 | AgriGold | A645-71STX | STX | - | 24.8 | 58.0 | 294.5 | 294.92 | +| 8 | AgriGold | A646-30VT2RIB | VT2RIB | - | 25.7 | 59.2 | 294.0 | 294.5 | +| 13 | AgriGold | A648-11VT2RIB | VT2RIB | - | 26.9 | 59.8 | 282.9 | 283.48 | +| - | AgriGold | A636-16VT2RIB | VT2RIB | - | 18.2 | 57.1 | 262.0 | 262.0 | + +Top 5 by Yield: A643-24PCE (AgriGold) 303.8, A643-52VT2RIB (AgriGold) 303.4, A644-64VT2RIB (AgriGold) 299.3, A645-16VT2RIB (AgriGold) 297.9, K5836PWE (AgriGold) 297.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142298.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142298.json new file mode 100644 index 00000000..016ff606 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142298.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142298", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Virginia", + "county": "Cass", + "year": 2024, + "plot_id": "142298", + "cooperator": "Steve and Drake Dotzert", + "plot_average": 268.96, + "planted_date": "2024-04-22", + "harvested_date": "2024-09-20", + "population_seeds_per_acre": 34500, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 59.2, + "Yield": 265.2, + "Adj Yield": 265.2 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.9, + "Test Wt.": 61.2, + "Yield": 270.3, + "Adj Yield": 268.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 59.8, + "Yield": 273.8, + "Adj Yield": 272.11 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-71STX", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 59.1, + "Yield": 273.3, + "Adj Yield": 271.93 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": 60.2, + "Yield": 259.8, + "Adj Yield": 258.65 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.9, + "Test Wt.": 58.9, + "Yield": 272.5, + "Adj Yield": 271.64 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": 58.9, + "Yield": 273.1, + "Adj Yield": 272.44 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 58.7, + "Yield": 277.2, + "Adj Yield": 276.77 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 58.2, + "Yield": 261.1, + "Adj Yield": 261.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 61.1, + "Yield": 279.5, + "Adj Yield": 279.66 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 60.7, + "Yield": 275.2, + "Adj Yield": 275.59 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 58.8, + "Yield": 271.5, + "Adj Yield": 272.17 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 60.1, + "Yield": 266.5, + "Adj Yield": 267.34 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 59.2, + "Yield": 266.4, + "Adj Yield": 267.53 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 58.7, + "Yield": 272.5, + "Adj Yield": 273.93 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 60.5, + "Yield": 267.8, + "Adj Yield": 269.41 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 58.2, + "Yield": 242.9, + "Adj Yield": 244.8 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 59.5, + "Yield": 260.9, + "Adj Yield": 260.9 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142298" + ], + "fetched_at": "2026-05-27T02:17:36.722434+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142298.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142298.md new file mode 100644 index 00000000..b7522cb7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142298.md @@ -0,0 +1,48 @@ +# Corn yield trial — Virginia, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Cass +- **City:** Virginia +- **Year:** 2024 +- **Plot ID:** 142298 +- **Cooperator:** Steve and Drake Dotzert +- **Plot average:** 268.96 BU/Ac +- **Planted:** 2024-04-22 +- **Harvested:** 2024-09-20 +- **Population:** 34,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142298 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 21.0 | 59.2 | 265.2 | 265.2 | +| 11 | AgriGold | A648-11VT2RIB | VT2RIB | - | 24.9 | 61.2 | 270.3 | 268.4 | +| 7 | AgriGold | A646-30VT2RIB | VT2RIB | - | 21.3 | 59.8 | 273.8 | 272.11 | +| 8 | AgriGold | A645-71STX | STX | - | 22.6 | 59.1 | 273.3 | 271.93 | +| 15 | AgriGold | A645-30VT2PRO | VT2Pro | - | 23.1 | 60.2 | 259.8 | 258.65 | +| 9 | AgriGold | A645-16VT2RIB | VT2RIB | - | 24.9 | 58.9 | 272.5 | 271.64 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 24.2 | 58.9 | 273.1 | 272.44 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 21.6 | 58.7 | 277.2 | 276.77 | +| 14 | AgriGold | A643-24PCE | PCE | - | 22.4 | 58.2 | 261.1 | 261.0 | +| 1 | AgriGold | A642-32VT2PRO | VT2Pro | - | 20.9 | 61.1 | 279.5 | 279.66 | +| 3 | AgriGold | A641-85STXRIB | STXRIB | - | 21.3 | 60.7 | 275.2 | 275.59 | +| 6 | AgriGold | A641-26-3110 | 3110 | - | 21.7 | 58.8 | 271.5 | 272.17 | +| 13 | AgriGold | J6015PWE | PWE | - | 21.8 | 60.1 | 266.5 | 267.34 | +| 12 | AgriGold | A640-16-3110 | 3110 | - | 20.4 | 59.2 | 266.4 | 267.53 | +| 4 | AgriGold | A639-03VT2RIB | VT2RIB | - | 18.5 | 58.7 | 272.5 | 273.93 | +| 10 | AgriGold | K5836PWE | PWE | - | 19.1 | 60.5 | 267.8 | 269.41 | +| 16 | AgriGold | A638-19-3110 | 3110 | - | 17.4 | 58.2 | 242.9 | 244.8 | +| - | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 22.1 | 59.5 | 260.9 | 260.9 | + +Top 5 by Yield: A642-32VT2PRO (AgriGold) 279.5, A643-52VT2RIB (AgriGold) 277.2, A641-85STXRIB (AgriGold) 275.2, A646-30VT2RIB (AgriGold) 273.8, A645-71STX (AgriGold) 273.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142299.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142299.json new file mode 100644 index 00000000..1715dffc --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142299.json @@ -0,0 +1,556 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142299", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Allensville", + "county": "Todd", + "year": 2024, + "plot_id": "142299", + "cooperator": "George Fox", + "plot_average": 235.64, + "planted_date": "2024-04-23", + "harvested_date": "2024-09-17", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "None", + "herbicide": "Halex GT", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 58.4, + "Yield": 257.8, + "Adj Yield": 257.8 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 57.4, + "Yield": 234.5, + "Adj Yield": 226.23 + } + }, + { + "rank": 29, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.6, + "Yield": 215.5, + "Adj Yield": 209.39 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 57.5, + "Yield": 227.1, + "Adj Yield": 221.97 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.9, + "Yield": 249.7, + "Adj Yield": 249.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.9, + "Yield": 249.7, + "Adj Yield": 245.29 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A640-24-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.2, + "Yield": 218.8, + "Adj Yield": 214.95 + } + }, + { + "rank": 22, + "brand": "Channel", + "product": "210-79DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.3, + "Yield": 230.4, + "Adj Yield": 226.78 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.8, + "Yield": 234.9, + "Adj Yield": 230.71 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 59.6, + "Yield": 251.5, + "Adj Yield": 251.5 + } + }, + { + "rank": 24, + "brand": "Channel", + "product": "211-70TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 56.3, + "Yield": 225.5, + "Adj Yield": 222.27 + } + }, + { + "rank": 26, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 61.8, + "Yield": 221.9, + "Adj Yield": 220.79 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 59.7, + "Yield": 260.3, + "Adj Yield": 261.14 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 59.7, + "Yield": 239.5, + "Adj Yield": 239.5 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.5, + "Yield": 235.9, + "Adj Yield": 237.27 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 63.2, + "Yield": 237.4, + "Adj Yield": 237.74 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 58.4, + "Yield": 240.7, + "Adj Yield": 240.04 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 58.8, + "Yield": 248.1, + "Adj Yield": 248.1 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.3, + "Yield": 240.4, + "Adj Yield": 240.45 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 60.8, + "Yield": 238.4, + "Adj Yield": 240.58 + } + }, + { + "rank": 28, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 62.3, + "Yield": 210.2, + "Adj Yield": 214.94 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.6, + "Yield": 232.9, + "Adj Yield": 232.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 58.5, + "Yield": 250.4, + "Adj Yield": 255.49 + } + }, + { + "rank": 16, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 60.5, + "Yield": 233.7, + "Adj Yield": 236.81 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 59.8, + "Yield": 240.0, + "Adj Yield": 241.8 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 59.6, + "Yield": 244.7, + "Adj Yield": 244.7 + } + }, + { + "rank": 4, + "brand": "Channel", + "product": "215-70TRERIB", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 60.1, + "Yield": 244.1, + "Adj Yield": 245.58 + } + }, + { + "rank": 10, + "brand": "Channel", + "product": "215-42TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 61.2, + "Yield": 239.3, + "Adj Yield": 241.34 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 63.2, + "Yield": 229.2, + "Adj Yield": 231.46 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 59.8, + "Yield": 243.1, + "Adj Yield": 243.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-71STX", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.0, + "Yield": 239.3, + "Adj Yield": 242.55 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 60.6, + "Yield": 227.6, + "Adj Yield": 232.71 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 59.9, + "Yield": 227.6, + "Adj Yield": 235.91 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 60.9, + "Yield": 226.7, + "Adj Yield": 226.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.7, + "Yield": 236.0, + "Adj Yield": 244.22 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 62.0, + "Yield": 239.0, + "Adj Yield": 244.11 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 61.8, + "Yield": 228.8, + "Adj Yield": 232.5 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 59.4, + "Yield": 239.0, + "Adj Yield": 239.0 + } + }, + { + "rank": 2, + "brand": "Channel", + "product": "218-66VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 59.7, + "Yield": 259.0, + "Adj Yield": 258.59 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.8, + "Yield": 254.3, + "Adj Yield": 254.3 + } + } + ], + "n_results": 40, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142299" + ], + "fetched_at": "2026-05-27T02:17:37.221653+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142299.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142299.md new file mode 100644 index 00000000..2988a65b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142299.md @@ -0,0 +1,72 @@ +# Corn yield trial — Allensville, KY, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Todd +- **City:** Allensville +- **Year:** 2024 +- **Plot ID:** 142299 +- **Cooperator:** George Fox +- **Plot average:** 235.64 BU/Ac +- **Planted:** 2024-04-23 +- **Harvested:** 2024-09-17 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** None +- **Herbicide:** Halex GT +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142299 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.5 | 58.4 | 257.8 | 257.8 | +| 23 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.3 | 57.4 | 234.5 | 226.23 | +| 29 | AgriGold | A640-16-3110 | 3110 | - | 15.6 | 59.6 | 215.5 | 209.39 | +| 25 | AgriGold | J6015PWE | PWE | - | 15.1 | 57.5 | 227.1 | 221.97 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.0 | 57.9 | 249.7 | 249.7 | +| 5 | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.0 | 57.9 | 249.7 | 245.29 | +| 27 | AgriGold | A640-24-3110 | 3110 | - | 15.4 | 60.2 | 218.8 | 214.95 | +| 22 | Channel | 210-79DGVT2PRIB | DGVT2PRIB | - | 15.2 | 60.3 | 230.4 | 226.78 | +| 21 | AgriGold | A641-26-3110 | 3110 | - | 15.6 | 59.8 | 234.9 | 230.71 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.3 | 59.6 | 251.5 | 251.5 | +| 24 | Channel | 211-70TRCRIB | TreceptaRIB | - | 15.4 | 56.3 | 225.5 | 222.27 | +| 26 | Dekalb | DKC111-35RIB | VT2RIB | - | 15.4 | 61.8 | 221.9 | 220.79 | +| 1 | AgriGold | A642-18SSP | SSP | - | 15.2 | 59.7 | 260.3 | 261.14 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.7 | 59.7 | 239.5 | 239.5 | +| 15 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.1 | 59.5 | 235.9 | 237.27 | +| 14 | AgriGold | A642-32VT2PRO | VT2Pro | - | 15.7 | 63.2 | 237.4 | 237.74 | +| 13 | AgriGold | J6227DV-RN | 5222 | - | 15.1 | 58.4 | 240.7 | 240.04 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.5 | 58.8 | 248.1 | 248.1 | +| 12 | AgriGold | A643-24PCE | PCE | - | 15.6 | 59.3 | 240.4 | 240.45 | +| 11 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.6 | 60.8 | 238.4 | 240.58 | +| 28 | AgriGold | K6429AA | 3120EZ | - | 14.6 | 62.3 | 210.2 | 214.94 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.0 | 58.6 | 232.9 | 232.9 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.1 | 58.5 | 250.4 | 255.49 | +| 16 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 15.3 | 60.5 | 233.7 | 236.81 | +| 9 | AgriGold | A645-22TRC | Trecepta | - | 14.9 | 59.8 | 240.0 | 241.8 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.7 | 59.6 | 244.7 | 244.7 | +| 4 | Channel | 215-70TRERIB | Trecepta | - | 15.7 | 60.1 | 244.1 | 245.58 | +| 10 | Channel | 215-42TRERIB | TreceptaRIB | - | 16.0 | 61.2 | 239.3 | 241.34 | +| 20 | AgriGold | A645-30VT2PRO | VT2Pro | - | 16.5 | 63.2 | 229.2 | 231.46 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.6 | 59.8 | 243.1 | 243.1 | +| 8 | AgriGold | A645-71STX | STX | - | 15.0 | 59.0 | 239.3 | 242.55 | +| 18 | AgriGold | A646-30VT2RIB | VT2RIB | - | 15.5 | 60.6 | 227.6 | 232.71 | +| 17 | AgriGold | J6621VT2PRO | VT2Pro | - | 14.9 | 59.9 | 227.6 | 235.91 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.0 | 60.9 | 226.7 | 226.7 | +| 6 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 16.2 | 59.7 | 236.0 | 244.22 | +| 7 | AgriGold | A647-79VT2PRO | VT2Pro | - | 15.4 | 62.0 | 239.0 | 244.11 | +| 19 | AgriGold | A648-11VT2RIB | VT2RIB | - | 17.5 | 61.8 | 228.8 | 232.5 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.2 | 59.4 | 239.0 | 239.0 | +| 2 | Channel | 218-66VT2PRIB | VT2RIB | - | 16.5 | 59.7 | 259.0 | 258.59 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.0 | 58.8 | 254.3 | 254.3 | + +Top 5 by Yield: A642-18SSP (AgriGold) 260.3, 218-66VT2PRIB (Channel) 259.0, A645-16VT2RIB (AgriGold) 257.8, A645-16VT2RIB (AgriGold) 254.3, A645-16VT2RIB (AgriGold) 251.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142314.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142314.json new file mode 100644 index 00000000..ec31e574 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142314.json @@ -0,0 +1,322 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142314", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Jasper", + "county": "Dubois", + "year": 2024, + "plot_id": "142314", + "cooperator": "STAN FLECK", + "plot_average": 268.02, + "planted_date": "2024-04-23", + "harvested_date": "2024-09-12", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "Veltyma", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 57.0, + "Yield": 263.9, + "Adj Yield": 263.9 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 57.0, + "Yield": 263.9, + "Adj Yield": 261.65 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 56.0, + "Yield": 262.6, + "Adj Yield": 260.63 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 55.0, + "Yield": 269.8, + "Adj Yield": 268.01 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P13841PWUE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 54.0, + "Yield": 278.9, + "Adj Yield": 277.39 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 55.0, + "Yield": 272.3, + "Adj Yield": 270.97 + } + }, + { + "rank": 20, + "brand": "Dyna Gro", + "product": "D53VC54RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 55.0, + "Yield": 230.9, + "Adj Yield": 229.84 + } + }, + { + "rank": 19, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 54.0, + "Yield": 252.1, + "Adj Yield": 251.32 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 58.0, + "Yield": 275.9, + "Adj Yield": 275.32 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 57.0, + "Yield": 278.7, + "Adj Yield": 278.31 + } + }, + { + "rank": 6, + "brand": "Croplan", + "product": "CP5497VT2P/RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 57.0, + "Yield": 277.4, + "Adj Yield": 277.24 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 56.0, + "Yield": 270.3, + "Adj Yield": 270.37 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 57.0, + "Yield": 269.0, + "Adj Yield": 269.32 + } + }, + { + "rank": 18, + "brand": "Dyna Gro", + "product": "D55VC80RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 57.0, + "Yield": 258.9, + "Adj Yield": 259.45 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 57.0, + "Yield": 267.8, + "Adj Yield": 268.62 + } + }, + { + "rank": 4, + "brand": "Croplan", + "product": "CP5682TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 55.0, + "Yield": 276.7, + "Adj Yield": 277.79 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 56.0, + "Yield": 270.4, + "Adj Yield": 271.68 + } + }, + { + "rank": 14, + "brand": "Dyna Gro", + "product": "D56TC44", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 57.0, + "Yield": 262.1, + "Adj Yield": 263.63 + } + }, + { + "rank": 17, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 56.0, + "Yield": 257.7, + "Adj Yield": 259.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 58.0, + "Yield": 282.8, + "Adj Yield": 284.78 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 58.0, + "Yield": 282.4, + "Adj Yield": 284.66 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 58.0, + "Yield": 259.0, + "Adj Yield": 259.0 + } + } + ], + "n_results": 22, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142314" + ], + "fetched_at": "2026-05-27T02:17:37.716862+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142314.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142314.md new file mode 100644 index 00000000..1eacffaf --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142314.md @@ -0,0 +1,53 @@ +# Corn yield trial — Jasper, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Dubois +- **City:** Jasper +- **Year:** 2024 +- **Plot ID:** 142314 +- **Cooperator:** STAN FLECK +- **Plot average:** 268.02 BU/Ac +- **Planted:** 2024-04-23 +- **Harvested:** 2024-09-12 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **Fungicide:** Veltyma +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142314 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 19.1 | 57.0 | 263.9 | 263.9 | +| 15 | AgriGold | A645-16VT2RIB | VT2RIB | - | 19.1 | 57.0 | 263.9 | 261.65 | +| 16 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.4 | 56.0 | 262.6 | 260.63 | +| 13 | Pioneer | P13777PCE | PCE | - | 18.2 | 55.0 | 269.8 | 268.01 | +| 5 | Pioneer | P13841PWUE | PWE | - | 18.4 | 54.0 | 278.9 | 277.39 | +| 9 | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.6 | 55.0 | 272.3 | 270.97 | +| 20 | Dyna Gro | D53VC54RIB | VT2RIB | - | 18.0 | 55.0 | 230.9 | 229.84 | +| 19 | Pioneer | P14830AML | AML | - | 17.0 | 54.0 | 252.1 | 251.32 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.5 | 58.0 | 275.9 | 275.32 | +| 3 | Dekalb | DKC114-99RIB | VT4RIB | - | 18.6 | 57.0 | 278.7 | 278.31 | +| 6 | Croplan | CP5497VT2P/RIB | VT2RIB | - | 18.2 | 57.0 | 277.4 | 277.24 | +| 10 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.6 | 56.0 | 270.3 | 270.37 | +| 11 | AgriGold | J6621VT2PRO | VT2Pro | - | 17.6 | 57.0 | 269.0 | 269.32 | +| 18 | Dyna Gro | D55VC80RIB | VT2RIB | - | 20.9 | 57.0 | 258.9 | 259.45 | +| 12 | AgriGold | A646-30VT2RIB | VT2RIB | - | 18.0 | 57.0 | 267.8 | 268.62 | +| 4 | Croplan | CP5682TRE | Trecepta | - | 22.4 | 55.0 | 276.7 | 277.79 | +| 8 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 18.6 | 56.0 | 270.4 | 271.68 | +| 14 | Dyna Gro | D56TC44 | Trecepta | - | 18.1 | 57.0 | 262.1 | 263.63 | +| 17 | Pioneer | P1742Q | QROME | - | 18.0 | 56.0 | 257.7 | 259.5 | +| 1 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 18.3 | 58.0 | 282.8 | 284.78 | +| 2 | Dekalb | DKC68-35RIB | VT2RIB | - | 18.4 | 58.0 | 282.4 | 284.66 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.6 | 58.0 | 259.0 | 259.0 | + +Top 5 by Yield: A647-42TRCRIB (AgriGold) 282.8, DKC68-35RIB (Dekalb) 282.4, P13841PWUE (Pioneer) 278.9, DKC114-99RIB (Dekalb) 278.7, CP5497VT2P/RIB (Croplan) 277.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142317.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142317.json new file mode 100644 index 00000000..e489972d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142317.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142317", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Seaton", + "county": "Mercer", + "year": 2024, + "plot_id": "142317", + "cooperator": "Harvey Dekeyrel", + "plot_average": 273.56, + "planted_date": "2024-04-23", + "harvested_date": "2024-10-02", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 13, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 60.9, + "Yield": 266.5, + "Adj Yield": 266.5 + } + }, + { + "rank": 16, + "brand": "Nu Tech", + "product": "64B5Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 61.5, + "Yield": 253.3, + "Adj Yield": 253.3 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 58.9, + "Yield": 257.9, + "Adj Yield": 257.9 + } + }, + { + "rank": 17, + "brand": "Nu Tech", + "product": "66C2V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 59.5, + "Yield": 249.8, + "Adj Yield": 249.8 + } + }, + { + "rank": 5, + "brand": "Nu Tech", + "product": "68C1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 61.0, + "Yield": 283.0, + "Adj Yield": 283.0 + } + }, + { + "rank": 11, + "brand": "Nu Tech", + "product": "69B9Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 60.7, + "Yield": 268.8, + "Adj Yield": 268.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 59.8, + "Yield": 286.2, + "Adj Yield": 286.2 + } + }, + { + "rank": 2, + "brand": "Nu Tech", + "product": "70F6V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 58.9, + "Yield": 290.1, + "Adj Yield": 290.1 + } + }, + { + "rank": 12, + "brand": "Nu Tech", + "product": "71A2V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.9, + "Yield": 267.4, + "Adj Yield": 267.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 59.8, + "Yield": 279.2, + "Adj Yield": 279.2 + } + }, + { + "rank": 3, + "brand": "Nu Tech", + "product": "71A7V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 60.1, + "Yield": 286.4, + "Adj Yield": 286.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.2, + "Yield": 299.4, + "Adj Yield": 299.4 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 59.0, + "Yield": 274.5, + "Adj Yield": 274.5 + } + }, + { + "rank": 10, + "brand": "Nu Tech", + "product": "72A5Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 61.0, + "Yield": 272.3, + "Adj Yield": 272.3 + } + }, + { + "rank": 6, + "brand": "Nu Tech", + "product": "73A6Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 60.0, + "Yield": 282.0, + "Adj Yield": 282.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 60.2, + "Yield": 276.7, + "Adj Yield": 276.7 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 59.8, + "Yield": 257.0, + "Adj Yield": 257.0 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142317" + ], + "fetched_at": "2026-05-27T02:17:38.238183+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142317.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142317.md new file mode 100644 index 00000000..e2945696 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142317.md @@ -0,0 +1,47 @@ +# Corn yield trial — Seaton, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Mercer +- **City:** Seaton +- **Year:** 2024 +- **Plot ID:** 142317 +- **Cooperator:** Harvey Dekeyrel +- **Plot average:** 273.56 BU/Ac +- **Planted:** 2024-04-23 +- **Harvested:** 2024-10-02 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142317 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 13 | AgriGold | A640-12STXRIB | STXRIB | - | 15.6 | 60.9 | 266.5 | 266.5 | +| 16 | Nu Tech | 64B5Q | QROME | - | 14.5 | 61.5 | 253.3 | 253.3 | +| 14 | AgriGold | A636-16-5222 | 5222 | - | 15.5 | 58.9 | 257.9 | 257.9 | +| 17 | Nu Tech | 66C2V | Vorceed | - | 15.3 | 59.5 | 249.8 | 249.8 | +| 5 | Nu Tech | 68C1V | Vorceed | - | 14.3 | 61.0 | 283.0 | 283.0 | +| 11 | Nu Tech | 69B9Q | QROME | - | 14.5 | 60.7 | 268.8 | 268.8 | +| 4 | AgriGold | A639-91SSPRIB | SSPRIB | - | 15.1 | 59.8 | 286.2 | 286.2 | +| 2 | Nu Tech | 70F6V | Vorceed | - | 16.1 | 58.9 | 290.1 | 290.1 | +| 12 | Nu Tech | 71A2V | Vorceed | - | 16.2 | 59.9 | 267.4 | 267.4 | +| 7 | AgriGold | A641-85STXRIB | STXRIB | - | 15.9 | 59.8 | 279.2 | 279.2 | +| 3 | Nu Tech | 71A7V | Vorceed | - | 16.4 | 60.1 | 286.4 | 286.4 | +| 1 | AgriGold | A642-18SSP | SSP | - | 16.2 | 59.2 | 299.4 | 299.4 | +| 9 | AgriGold | A643-52STXRIB | STXRIB | - | 16.7 | 59.0 | 274.5 | 274.5 | +| 10 | Nu Tech | 72A5Q | QROME | - | 16.1 | 61.0 | 272.3 | 272.3 | +| 6 | Nu Tech | 73A6Q | QROME | - | 16.5 | 60.0 | 282.0 | 282.0 | +| 8 | AgriGold | A645-71STXRIB | STXRIB | - | 16.9 | 60.2 | 276.7 | 276.7 | +| 15 | AgriGold | A640-12STXRIB | STXRIB | - | 16.5 | 59.8 | 257.0 | 257.0 | + +Top 5 by Yield: A642-18SSP (AgriGold) 299.4, 70F6V (Nu Tech) 290.1, 71A7V (Nu Tech) 286.4, A639-91SSPRIB (AgriGold) 286.2, 68C1V (Nu Tech) 283.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142318.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142318.json new file mode 100644 index 00000000..db53afb1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142318.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142318", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Oxford", + "county": "Harlan", + "year": 2024, + "plot_id": "142318", + "cooperator": "Hunt CD Bar", + "plot_average": 264.04, + "planted_date": "2024-04-24", + "harvested_date": "2024-10-29", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "Xyway", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 12, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 58.8, + "Yield": 258.3, + "Adj Yield": 258.3 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 59.0, + "Yield": 264.4, + "Adj Yield": 264.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 61.1, + "Yield": 264.8, + "Adj Yield": 264.8 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 60.8, + "Yield": 254.9, + "Adj Yield": 254.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 59.8, + "Yield": 269.6, + "Adj Yield": 269.6 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 62.3, + "Yield": 249.1, + "Adj Yield": 249.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 58.3, + "Yield": 275.3, + "Adj Yield": 275.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 61.5, + "Yield": 267.6, + "Adj Yield": 267.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 59.3, + "Yield": 265.9, + "Adj Yield": 265.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 58.2, + "Yield": 278.0, + "Adj Yield": 278.0 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 61.5, + "Yield": 246.1, + "Adj Yield": 246.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 60.1, + "Yield": 264.0, + "Adj Yield": 264.0 + } + }, + { + "rank": 1, + "brand": "Becks", + "product": "6973TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 58.9, + "Yield": 285.8, + "Adj Yield": 285.8 + } + }, + { + "rank": 4, + "brand": "Becks", + "product": "6574TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 61.3, + "Yield": 271.8, + "Adj Yield": 271.8 + } + }, + { + "rank": 16, + "brand": "Becks", + "product": "6256AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 62.2, + "Yield": 245.8, + "Adj Yield": 245.8 + } + }, + { + "rank": 11, + "brand": "Becks", + "product": "5864AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 59.1, + "Yield": 263.3, + "Adj Yield": 263.3 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142318" + ], + "fetched_at": "2026-05-27T02:17:38.772281+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142318.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142318.md new file mode 100644 index 00000000..ac3f4bd4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142318.md @@ -0,0 +1,46 @@ +# Corn yield trial — Oxford, NE, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Harlan +- **City:** Oxford +- **Year:** 2024 +- **Plot ID:** 142318 +- **Cooperator:** Hunt CD Bar +- **Plot average:** 264.04 BU/Ac +- **Planted:** 2024-04-24 +- **Harvested:** 2024-10-29 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **Fungicide:** Xyway +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142318 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 12 | AgriGold | A639-03VT2RIB | VT2RIB | - | 12.5 | 58.8 | 258.3 | 258.3 | +| 9 | AgriGold | A640-12STXRIB | STXRIB | - | 13.0 | 59.0 | 264.4 | 264.4 | +| 8 | AgriGold | A641-85STXRIB | STXRIB | - | 13.0 | 61.1 | 264.8 | 264.8 | +| 13 | AgriGold | A641-26-3110 | 3110 | - | 13.0 | 60.8 | 254.9 | 254.9 | +| 5 | AgriGold | A642-18SSP | SSP | - | 12.9 | 59.8 | 269.6 | 269.6 | +| 14 | AgriGold | A642-32VT2PRO | VT2Pro | - | 13.0 | 62.3 | 249.1 | 249.1 | +| 3 | AgriGold | A643-24PCE | PCE | - | 12.8 | 58.3 | 275.3 | 275.3 | +| 6 | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.9 | 61.5 | 267.6 | 267.6 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.3 | 59.3 | 265.9 | 265.9 | +| 2 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 13.1 | 58.2 | 278.0 | 278.0 | +| 15 | AgriGold | A645-30VT2PRO | VT2Pro | - | 13.5 | 61.5 | 246.1 | 246.1 | +| 10 | AgriGold | A646-17STXRIB | STXRIB | - | 13.2 | 60.1 | 264.0 | 264.0 | +| 1 | Becks | 6973TCV2P | TreceptaRIB | - | 13.7 | 58.9 | 285.8 | 285.8 | +| 4 | Becks | 6574TCV2P | TreceptaRIB | - | 12.9 | 61.3 | 271.8 | 271.8 | +| 16 | Becks | 6256AM | AM | - | 12.5 | 62.2 | 245.8 | 245.8 | +| 11 | Becks | 5864AM | AM | - | 12.5 | 59.1 | 263.3 | 263.3 | + +Top 5 by Yield: 6973TCV2P (Becks) 285.8, A645-22TRCRIB (AgriGold) 278.0, A643-24PCE (AgriGold) 275.3, 6574TCV2P (Becks) 271.8, A642-18SSP (AgriGold) 269.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142321.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142321.json new file mode 100644 index 00000000..205be051 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142321.json @@ -0,0 +1,283 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142321", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "GA", + "state_abbrev": "ga", + "city": "Montezuma", + "county": "Macon", + "year": 2024, + "plot_id": "142321", + "cooperator": "CJ Farms", + "plot_average": 231.56, + "planted_date": "2024-04-17", + "harvested_date": "2024-08-30", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Cotton", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "Pioneer", + "product": "P1289YHR", + "traits": "Intrasect", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 59.8, + "Yield": 236.0, + "Adj Yield": 236.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 58.8, + "Yield": 263.4, + "Adj Yield": 263.4 + } + }, + { + "rank": 10, + "brand": "Revere", + "product": "1307TCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 58.9, + "Yield": 235.0, + "Adj Yield": 235.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 60.1, + "Yield": 243.2, + "Adj Yield": 243.2 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 58.4, + "Yield": 234.1, + "Adj Yield": 234.1 + } + }, + { + "rank": 9, + "brand": "Revere", + "product": "X114P35", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 59.4, + "Yield": 235.9, + "Adj Yield": 235.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 58.4, + "Yield": 252.9, + "Adj Yield": 252.9 + } + }, + { + "rank": 14, + "brand": "Pioneer", + "product": "P1511YHR", + "traits": "Intrasect", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 61.7, + "Yield": 229.3, + "Adj Yield": 229.3 + } + }, + { + "rank": 13, + "brand": "Revere", + "product": "1577VT2P", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 60.9, + "Yield": 230.5, + "Adj Yield": 230.5 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 61.8, + "Yield": 223.5, + "Adj Yield": 223.5 + } + }, + { + "rank": 12, + "brand": "Pioneer", + "product": "P1608YHR", + "traits": "Intrasect", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 61.0, + "Yield": 232.7, + "Adj Yield": 232.7 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A646-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 57.6, + "Yield": 186.2, + "Adj Yield": 186.2 + } + }, + { + "rank": 4, + "brand": "Revere", + "product": "1627-TC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 59.6, + "Yield": 244.4, + "Adj Yield": 244.4 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 60.2, + "Yield": 223.1, + "Adj Yield": 223.1 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A6659VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 60.4, + "Yield": 192.9, + "Adj Yield": 192.9 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P17677YHR", + "traits": "Leptra", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 58.3, + "Yield": 243.9, + "Adj Yield": 243.9 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.4, + "Yield": 203.7, + "Adj Yield": 203.7 + } + }, + { + "rank": 7, + "brand": "Revere", + "product": "1839TC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 60.6, + "Yield": 242.3, + "Adj Yield": 242.3 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC70-45", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 60.5, + "Yield": 246.6, + "Adj Yield": 246.6 + } + } + ], + "n_results": 19, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142321" + ], + "fetched_at": "2026-05-27T02:17:39.214835+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142321.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142321.md new file mode 100644 index 00000000..48130117 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142321.md @@ -0,0 +1,49 @@ +# Corn yield trial — Montezuma, GA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** GA +- **County:** Macon +- **City:** Montezuma +- **Year:** 2024 +- **Plot ID:** 142321 +- **Cooperator:** CJ Farms +- **Plot average:** 231.56 BU/Ac +- **Planted:** 2024-04-17 +- **Harvested:** 2024-08-30 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Cotton +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142321 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | Pioneer | P1289YHR | Intrasect | - | 13.5 | 59.8 | 236.0 | 236.0 | +| 1 | AgriGold | A642-18SSP | SSP | - | 13.5 | 58.8 | 263.4 | 263.4 | +| 10 | Revere | 1307TCRIB | TreceptaRIB | - | 13.7 | 58.9 | 235.0 | 235.0 | +| 6 | AgriGold | A643-52VT2PRO | VT2Pro | - | 13.4 | 60.1 | 243.2 | 243.2 | +| 11 | AgriGold | A643-24PCE | PCE | - | 13.2 | 58.4 | 234.1 | 234.1 | +| 9 | Revere | X114P35 | Unknown | - | 12.9 | 59.4 | 235.9 | 235.9 | +| 2 | AgriGold | A644-64VT2PRO | VT2Pro | - | 13.2 | 58.4 | 252.9 | 252.9 | +| 14 | Pioneer | P1511YHR | Intrasect | - | 13.8 | 61.7 | 229.3 | 229.3 | +| 13 | Revere | 1577VT2P | VT2Pro | - | 12.7 | 60.9 | 230.5 | 230.5 | +| 15 | AgriGold | A645-30VT2PRO | VT2Pro | - | 13.5 | 61.8 | 223.5 | 223.5 | +| 12 | Pioneer | P1608YHR | Intrasect | - | 13.3 | 61.0 | 232.7 | 232.7 | +| 19 | AgriGold | A646-30VT2PRO | VT2Pro | - | 14.1 | 57.6 | 186.2 | 186.2 | +| 4 | Revere | 1627-TC | Trecepta | - | 13.9 | 59.6 | 244.4 | 244.4 | +| 16 | AgriGold | J6621VT2PRO | VT2Pro | - | 14.0 | 60.2 | 223.1 | 223.1 | +| 18 | AgriGold | A6659VT2PRO | VT2Pro | - | 14.1 | 60.4 | 192.9 | 192.9 | +| 5 | Pioneer | P17677YHR | Leptra | - | 14.0 | 58.3 | 243.9 | 243.9 | +| 17 | Dekalb | DKC68-35 | VT2Pro | - | 13.7 | 60.4 | 203.7 | 203.7 | +| 7 | Revere | 1839TC | Trecepta | - | 14.4 | 60.6 | 242.3 | 242.3 | +| 3 | Dekalb | DKC70-45 | VT2Pro | - | 15.1 | 60.5 | 246.6 | 246.6 | + +Top 5 by Yield: A642-18SSP (AgriGold) 263.4, A644-64VT2PRO (AgriGold) 252.9, DKC70-45 (Dekalb) 246.6, 1627-TC (Revere) 244.4, P17677YHR (Pioneer) 243.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142322.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142322.json new file mode 100644 index 00000000..0ac9a425 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142322.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142322", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "GA", + "state_abbrev": "ga", + "city": "Odum", + "county": "Wayne", + "year": 2024, + "plot_id": "142322", + "cooperator": "Logan Poppell", + "plot_average": 112.85, + "planted_date": "2024-04-23", + "harvested_date": "2024-09-11", + "population_seeds_per_acre": 28000, + "row_width": "36.0\"", + "num_rows": 6, + "soil_type": "Loamy Sand", + "tillage": "Strip Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A6659VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 55.5, + "Yield": 116.7, + "Adj Yield": 116.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 54.3, + "Yield": 118.4, + "Adj Yield": 123.35 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 55.6, + "Yield": 111.5, + "Adj Yield": 115.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 55.7, + "Yield": 109.9, + "Adj Yield": 113.38 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 56.5, + "Yield": 107.2, + "Adj Yield": 109.93 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.1, + "Yield": 74.5, + "Adj Yield": 76.46 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.7, + "Yield": 103.0, + "Adj Yield": 104.18 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 57.9, + "Yield": 117.5, + "Adj Yield": 117.83 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 58.5, + "Yield": 126.6, + "Adj Yield": 126.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 58.0, + "Yield": 110.5, + "Adj Yield": 109.31 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 57.8, + "Yield": 103.4, + "Adj Yield": 101.45 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 58.2, + "Yield": 134.0, + "Adj Yield": 131.32 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 57.6, + "Yield": 131.5, + "Adj Yield": 128.01 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A648-11VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 59.3, + "Yield": 109.8, + "Adj Yield": 105.56 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 58.5, + "Yield": 122.2, + "Adj Yield": 117.2 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A6659VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.1, + "Yield": 128.2, + "Adj Yield": 128.2 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142322" + ], + "fetched_at": "2026-05-27T02:17:39.741615+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142322.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142322.md new file mode 100644 index 00000000..f4781cdd --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142322.md @@ -0,0 +1,46 @@ +# Corn yield trial — Odum, GA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** GA +- **County:** Wayne +- **City:** Odum +- **Year:** 2024 +- **Plot ID:** 142322 +- **Cooperator:** Logan Poppell +- **Plot average:** 112.85 BU/Ac +- **Planted:** 2024-04-23 +- **Harvested:** 2024-09-11 +- **Population:** 28,000 seeds/acre +- **Row width:** 36.0" +- **# Rows:** 6 +- **Soil type:** Loamy Sand +- **Tillage:** Strip Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142322 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A6659VT2PRO | VT2Pro | - | 17.8 | 55.5 | 116.7 | 116.7 | +| 4 | AgriGold | A643-52VT2PRO | VT2Pro | - | 17.8 | 54.3 | 118.4 | 123.35 | +| 7 | AgriGold | A643-52VT2PRO | VT2Pro | - | 17.4 | 55.6 | 111.5 | 115.7 | +| 8 | AgriGold | A644-64VT2PRO | VT2Pro | - | 17.5 | 55.7 | 109.9 | 113.38 | +| 9 | AgriGold | A644-64VT2PRO | VT2Pro | - | 17.4 | 56.5 | 107.2 | 109.93 | +| 14 | AgriGold | A643-24PCE | PCE | - | 17.0 | 58.1 | 74.5 | 76.46 | +| 12 | AgriGold | K6429AA | 3120EZ | - | 17.0 | 57.7 | 103.0 | 104.18 | +| 5 | AgriGold | A645-16VT2PRO | VT2Pro | - | 17.4 | 57.9 | 117.5 | 117.83 | +| 3 | AgriGold | A645-30VT2PRO | VT2Pro | - | 17.8 | 58.5 | 126.6 | 126.2 | +| 10 | AgriGold | J6621VT2PRO | VT2Pro | - | 17.9 | 58.0 | 110.5 | 109.31 | +| 13 | AgriGold | J6621VT2PRO | VT2Pro | - | 17.7 | 57.8 | 103.4 | 101.45 | +| 1 | AgriGold | A647-42TRC | Trecepta | - | 17.3 | 58.2 | 134.0 | 131.32 | +| 2 | AgriGold | A647-42TRC | Trecepta | - | 17.2 | 57.6 | 131.5 | 128.01 | +| 11 | AgriGold | A648-11VT2PRO | VT2Pro | - | 17.4 | 59.3 | 109.8 | 105.56 | +| 6 | AgriGold | A647-79VT2PRO | VT2Pro | - | 18.0 | 58.5 | 122.2 | 117.2 | +| - | AgriGold | A6659VT2PRO | VT2Pro | - | 17.0 | 58.1 | 128.2 | 128.2 | + +Top 5 by Yield: A647-42TRC (AgriGold) 134.0, A647-42TRC (AgriGold) 131.5, A6659VT2PRO (AgriGold) 128.2, A645-30VT2PRO (AgriGold) 126.6, A647-79VT2PRO (AgriGold) 122.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142327.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142327.json new file mode 100644 index 00000000..0ae155e2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142327.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142327", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Belmont", + "county": "Wabash", + "year": 2024, + "plot_id": "142327", + "cooperator": "Matt & Leland Marriott", + "plot_average": 166.16, + "planted_date": "2024-04-23", + "harvested_date": "2024-09-19", + "population_seeds_per_acre": 31000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Muck", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-17W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 61.7, + "Yield": 189.1, + "Adj Yield": 189.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-27W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 60.0, + "Yield": 168.4, + "Adj Yield": 168.4 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "H6422W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.0, + "Yield": 144.3, + "Adj Yield": 144.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "J6233W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 59.0, + "Yield": 180.4, + "Adj Yield": 180.4 + } + }, + { + "rank": 9, + "brand": "AgReliant Genetics", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 57.0, + "Yield": 166.3, + "Adj Yield": 166.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 61.5, + "Yield": 173.1, + "Adj Yield": 173.1 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 58.5, + "Yield": 145.8, + "Adj Yield": 145.8 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P1656W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.2, + "Yield": 166.5, + "Adj Yield": 166.5 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P1790W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 60.0, + "Yield": 179.5, + "Adj Yield": 179.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-17W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 61.2, + "Yield": 169.2, + "Adj Yield": 169.2 + } + }, + { + "rank": 10, + "brand": "Pioneer", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.5, + "Yield": 165.3, + "Adj Yield": 165.3 + } + }, + { + "rank": 12, + "brand": "Pioneer", + "product": "P1408WAM", + "traits": "WAM", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.0, + "Yield": 162.5, + "Adj Yield": 162.5 + } + }, + { + "rank": 14, + "brand": "Pioneer", + "product": "P1457W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 61.0, + "Yield": 151.6, + "Adj Yield": 151.6 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P1656WAM", + "traits": "WAM", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 60.7, + "Yield": 164.3, + "Adj Yield": 164.3 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P1790W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 61.0, + "Yield": 177.8, + "Adj Yield": 177.8 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A643-17W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.2, + "Yield": 154.5, + "Adj Yield": 154.5 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142327" + ], + "fetched_at": "2026-05-27T02:17:40.245483+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142327.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142327.md new file mode 100644 index 00000000..abb1df40 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142327.md @@ -0,0 +1,46 @@ +# Corn yield trial — Belmont, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Wabash +- **City:** Belmont +- **Year:** 2024 +- **Plot ID:** 142327 +- **Cooperator:** Matt & Leland Marriott +- **Plot average:** 166.16 BU/Ac +- **Planted:** 2024-04-23 +- **Harvested:** 2024-09-19 +- **Population:** 31,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Muck +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142327 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A643-17W | W | - | 15.5 | 61.7 | 189.1 | 189.1 | +| 7 | AgriGold | A644-27W | W | - | 15.0 | 60.0 | 168.4 | 168.4 | +| 16 | AgriGold | H6422W | W | - | 15.7 | 59.0 | 144.3 | 144.3 | +| 2 | AgriGold | J6233W | W | - | 17.5 | 59.0 | 180.4 | 180.4 | +| 9 | AgReliant Genetics | - | - | - | 20.3 | 57.0 | 166.3 | 166.3 | +| 5 | AgriGold | - | - | - | 17.5 | 61.5 | 173.1 | 173.1 | +| 15 | AgriGold | - | - | - | 17.9 | 58.5 | 145.8 | 145.8 | +| 8 | Pioneer | P1656W | W | - | 14.2 | 60.2 | 166.5 | 166.5 | +| 3 | Pioneer | P1790W | W | - | 14.7 | 60.0 | 179.5 | 179.5 | +| 6 | AgriGold | A643-17W | W | - | 15.6 | 61.2 | 169.2 | 169.2 | +| 10 | Pioneer | - | - | - | 14.2 | 60.5 | 165.3 | 165.3 | +| 12 | Pioneer | P1408WAM | WAM | - | 14.4 | 59.0 | 162.5 | 162.5 | +| 14 | Pioneer | P1457W | W | - | 14.4 | 61.0 | 151.6 | 151.6 | +| 11 | Pioneer | P1656WAM | WAM | - | 14.7 | 60.7 | 164.3 | 164.3 | +| 4 | Pioneer | P1790W | W | - | 14.2 | 61.0 | 177.8 | 177.8 | +| 13 | AgriGold | A643-17W | W | - | 15.4 | 60.2 | 154.5 | 154.5 | + +Top 5 by Yield: A643-17W (AgriGold) 189.1, J6233W (AgriGold) 180.4, P1790W (Pioneer) 179.5, P1790W (Pioneer) 177.8, (AgriGold) 173.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142328.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142328.json new file mode 100644 index 00000000..1bf38e1f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142328.json @@ -0,0 +1,348 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142328", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Belmont", + "county": "Wabash", + "year": 2024, + "plot_id": "142328", + "cooperator": "Berberosa Farms", + "plot_average": 228.55, + "planted_date": "2024-04-23", + "harvested_date": "2024-09-16", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 5, + "brand": "Pioneer", + "product": "P1222", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 61.6, + "Yield": 241.7, + "Adj Yield": 241.7 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P1608AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 63.4, + "Yield": 243.3, + "Adj Yield": 243.3 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 61.6, + "Yield": 236.8, + "Adj Yield": 236.8 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 61.6, + "Yield": 225.1, + "Adj Yield": 225.1 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 60.6, + "Yield": 242.3, + "Adj Yield": 242.3 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P17677Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 63.2, + "Yield": 236.0, + "Adj Yield": 236.0 + } + }, + { + "rank": 21, + "brand": "Pioneer", + "product": "P1222", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 62.4, + "Yield": 214.9, + "Adj Yield": 214.9 + } + }, + { + "rank": 14, + "brand": "Pioneer", + "product": "P1608AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 64.1, + "Yield": 224.6, + "Adj Yield": 224.6 + } + }, + { + "rank": 15, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 62.0, + "Yield": 224.1, + "Adj Yield": 224.1 + } + }, + { + "rank": 17, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 62.9, + "Yield": 222.0, + "Adj Yield": 222.0 + } + }, + { + "rank": 18, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 60.5, + "Yield": 219.5, + "Adj Yield": 219.5 + } + }, + { + "rank": 24, + "brand": "Pioneer", + "product": "P17677Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 63.2, + "Yield": 209.5, + "Adj Yield": 209.5 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A6499", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 63.0, + "Yield": 223.1, + "Adj Yield": 223.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 64.1, + "Yield": 244.5, + "Adj Yield": 244.5 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A644-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 60.6, + "Yield": 226.3, + "Adj Yield": 226.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 62.3, + "Yield": 234.3, + "Adj Yield": 234.3 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A646-30", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 63.9, + "Yield": 213.7, + "Adj Yield": 213.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A648-11", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 63.6, + "Yield": 230.0, + "Adj Yield": 230.0 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A6499", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 64.4, + "Yield": 215.8, + "Adj Yield": 215.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 63.7, + "Yield": 230.3, + "Adj Yield": 230.3 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A644-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 61.2, + "Yield": 217.0, + "Adj Yield": 217.0 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 61.2, + "Yield": 225.6, + "Adj Yield": 225.6 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A646-30", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 61.2, + "Yield": 214.6, + "Adj Yield": 214.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A648-11", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 62.0, + "Yield": 270.2, + "Adj Yield": 270.2 + } + } + ], + "n_results": 24, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142328" + ], + "fetched_at": "2026-05-27T02:17:40.790842+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142328.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142328.md new file mode 100644 index 00000000..0a18bde8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142328.md @@ -0,0 +1,54 @@ +# Corn yield trial — Belmont, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Wabash +- **City:** Belmont +- **Year:** 2024 +- **Plot ID:** 142328 +- **Cooperator:** Berberosa Farms +- **Plot average:** 228.55 BU/Ac +- **Planted:** 2024-04-23 +- **Harvested:** 2024-09-16 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142328 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | Pioneer | P1222 | C | - | 13.4 | 61.6 | 241.7 | 241.7 | +| 3 | Pioneer | P1608AM | AM | - | 14.1 | 63.4 | 243.3 | 243.3 | +| 6 | Pioneer | P13777PCE | PCE | - | 14.5 | 61.6 | 236.8 | 236.8 | +| 13 | Pioneer | P14830Q | QROME | - | 14.0 | 61.6 | 225.1 | 225.1 | +| 4 | Pioneer | P1742Q | QROME | - | 15.3 | 60.6 | 242.3 | 242.3 | +| 7 | Pioneer | P17677Q | QROME | - | 14.8 | 63.2 | 236.0 | 236.0 | +| 21 | Pioneer | P1222 | C | - | 13.1 | 62.4 | 214.9 | 214.9 | +| 14 | Pioneer | P1608AM | AM | - | 13.7 | 64.1 | 224.6 | 224.6 | +| 15 | Pioneer | P13777PCE | PCE | - | 14.3 | 62.0 | 224.1 | 224.1 | +| 17 | Pioneer | P14830Q | QROME | - | 14.3 | 62.9 | 222.0 | 222.0 | +| 18 | Pioneer | P1742Q | QROME | - | 15.8 | 60.5 | 219.5 | 219.5 | +| 24 | Pioneer | P17677Q | QROME | - | 14.6 | 63.2 | 209.5 | 209.5 | +| 16 | AgriGold | A6499 | C | - | 15.4 | 63.0 | 223.1 | 223.1 | +| 2 | AgriGold | A642-32 | C | - | 16.2 | 64.1 | 244.5 | 244.5 | +| 11 | AgriGold | A644-19 | C | - | 15.6 | 60.6 | 226.3 | 226.3 | +| 8 | AgriGold | A645-16 | C | - | 15.4 | 62.3 | 234.3 | 234.3 | +| 23 | AgriGold | A646-30 | C | - | 15.0 | 63.9 | 213.7 | 213.7 | +| 10 | AgriGold | A648-11 | C | - | 16.1 | 63.6 | 230.0 | 230.0 | +| 20 | AgriGold | A6499 | C | - | 14.7 | 64.4 | 215.8 | 215.8 | +| 9 | AgriGold | A642-32 | C | - | 15.1 | 63.7 | 230.3 | 230.3 | +| 19 | AgriGold | A644-19 | C | - | 14.8 | 61.2 | 217.0 | 217.0 | +| 12 | AgriGold | A645-16 | C | - | 15.8 | 61.2 | 225.6 | 225.6 | +| 22 | AgriGold | A646-30 | C | - | 16.0 | 61.2 | 214.6 | 214.6 | +| 1 | AgriGold | A648-11 | C | - | 17.5 | 62.0 | 270.2 | 270.2 | + +Top 5 by Yield: A648-11 (AgriGold) 270.2, A642-32 (AgriGold) 244.5, P1608AM (Pioneer) 243.3, P1742Q (Pioneer) 242.3, P1222 (Pioneer) 241.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142331.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142331.json new file mode 100644 index 00000000..cb015508 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142331.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142331", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Owensboro", + "county": "Daviess", + "year": 2024, + "plot_id": "142331", + "cooperator": "Scott Kuegel", + "plot_average": 268.44, + "planted_date": "2024-04-24", + "harvested_date": "2024-09-16", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Xyway", + "herbicide": "N/A", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 60.0, + "Yield": 263.4, + "Adj Yield": 263.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 60.0, + "Yield": 263.4, + "Adj Yield": 262.69 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A639-03STX", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 59.0, + "Yield": 256.0, + "Adj Yield": 255.35 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 60.0, + "Yield": 283.8, + "Adj Yield": 283.26 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 60.0, + "Yield": 273.3, + "Adj Yield": 272.82 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 62.0, + "Yield": 261.0, + "Adj Yield": 260.7 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 62.0, + "Yield": 274.0, + "Adj Yield": 273.74 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 60.0, + "Yield": 275.5, + "Adj Yield": 275.31 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 61.0, + "Yield": 277.2, + "Adj Yield": 277.17 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 63.0, + "Yield": 249.1, + "Adj Yield": 249.14 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.0, + "Yield": 274.5, + "Adj Yield": 274.67 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 60.0, + "Yield": 261.1, + "Adj Yield": 261.38 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P1718AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 60.0, + "Yield": 285.4, + "Adj Yield": 285.71 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 62.0, + "Yield": 261.9, + "Adj Yield": 262.3 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 60.0, + "Yield": 269.6, + "Adj Yield": 270.12 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 61.0, + "Yield": 279.3, + "Adj Yield": 279.9 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 60.0, + "Yield": 250.1, + "Adj Yield": 250.81 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 60.0, + "Yield": 261.8, + "Adj Yield": 261.8 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142331" + ], + "fetched_at": "2026-05-27T02:17:41.270747+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142331.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142331.md new file mode 100644 index 00000000..7e25c37d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142331.md @@ -0,0 +1,50 @@ +# Corn yield trial — Owensboro, KY, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Daviess +- **City:** Owensboro +- **Year:** 2024 +- **Plot ID:** 142331 +- **Cooperator:** Scott Kuegel +- **Plot average:** 268.44 BU/Ac +- **Planted:** 2024-04-24 +- **Harvested:** 2024-09-16 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Xyway +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142331 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.1 | 60.0 | 263.4 | 263.4 | +| 10 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.1 | 60.0 | 263.4 | 262.69 | +| 14 | AgriGold | A639-03STX | STX | - | 15.2 | 59.0 | 256.0 | 255.35 | +| 2 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.9 | 60.0 | 283.8 | 283.26 | +| 8 | AgriGold | A643-24PCE | PCE | - | 15.0 | 60.0 | 273.3 | 272.82 | +| 13 | AgriGold | K6429AA | 3120EZ | - | 14.4 | 62.0 | 261.0 | 260.7 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.0 | 62.0 | 274.0 | 273.74 | +| 5 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.0 | 60.0 | 275.5 | 275.31 | +| 4 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 15.1 | 61.0 | 277.2 | 277.17 | +| 16 | AgriGold | A645-30VT2PRO | VT2Pro | - | 15.2 | 63.0 | 249.1 | 249.14 | +| 6 | AgriGold | A646-30VT2RIB | VT2RIB | - | 15.2 | 60.0 | 274.5 | 274.67 | +| 12 | AgriGold | J6621VT2PRO | VT2Pro | - | 14.6 | 60.0 | 261.1 | 261.38 | +| 1 | Pioneer | P1718AML | AML | - | 14.8 | 60.0 | 285.4 | 285.71 | +| 11 | AgriGold | A645-22TRC | Trecepta | - | 14.6 | 62.0 | 261.9 | 262.3 | +| 9 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 16.0 | 60.0 | 269.6 | 270.12 | +| 3 | AgriGold | A647-79VT2PRO | VT2Pro | - | 15.2 | 61.0 | 279.3 | 279.9 | +| 15 | AgriGold | A648-11VT2RIB | VT2RIB | - | 17.0 | 60.0 | 250.1 | 250.81 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.1 | 60.0 | 261.8 | 261.8 | + +Top 5 by Yield: P1718AML (Pioneer) 285.4, A642-05VT2RIBD1 (AgriGold) 283.8, A647-79VT2PRO (AgriGold) 279.3, DKC66-06RIB (Dekalb) 277.2, A645-16VT2RIB (AgriGold) 275.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142346.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142346.json new file mode 100644 index 00000000..2f049c89 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142346.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142346", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MN", + "state_abbrev": "mn", + "city": "Madison", + "county": "Lac Qui Parle", + "year": 2024, + "plot_id": "142346", + "cooperator": "Steve Haas", + "plot_average": 217.06, + "planted_date": "2024-04-24", + "harvested_date": "2024-10-18", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 13, + "brand": "Golden Harvest", + "product": "G00A97-AA", + "traits": "3120AEZ", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 57.1, + "Yield": 205.3, + "Adj Yield": 205.3 + } + }, + { + "rank": 14, + "brand": "Golden Harvest", + "product": "G00U71-D", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 59.7, + "Yield": 204.1, + "Adj Yield": 204.1 + } + }, + { + "rank": 16, + "brand": "Golden Harvest", + "product": "G01U74-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 59.9, + "Yield": 194.7, + "Adj Yield": 194.7 + } + }, + { + "rank": 11, + "brand": "Golden Harvest", + "product": "G03U08-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 59.6, + "Yield": 214.2, + "Adj Yield": 214.2 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A625-78VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 59.0, + "Yield": 199.4, + "Adj Yield": 199.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A626-39VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 58.8, + "Yield": 220.8, + "Adj Yield": 220.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A627-45VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 60.9, + "Yield": 241.9, + "Adj Yield": 241.9 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 58.7, + "Yield": 218.0, + "Adj Yield": 218.0 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 59.8, + "Yield": 212.0, + "Adj Yield": 212.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A630-04VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.1, + "Yield": 215.2, + "Adj Yield": 215.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 58.5, + "Yield": 223.1, + "Adj Yield": 223.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A632-68DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 61.0, + "Yield": 229.1, + "Adj Yield": 229.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "K5218D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 60.4, + "Yield": 214.5, + "Adj Yield": 214.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A633-14STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 60.7, + "Yield": 218.7, + "Adj Yield": 218.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 58.6, + "Yield": 232.1, + "Adj Yield": 232.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 61.0, + "Yield": 229.8, + "Adj Yield": 229.8 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142346" + ], + "fetched_at": "2026-05-27T02:17:41.766223+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142346.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142346.md new file mode 100644 index 00000000..00742c3d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142346.md @@ -0,0 +1,46 @@ +# Corn yield trial — Madison, MN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MN +- **County:** Lac Qui Parle +- **City:** Madison +- **Year:** 2024 +- **Plot ID:** 142346 +- **Cooperator:** Steve Haas +- **Plot average:** 217.06 BU/Ac +- **Planted:** 2024-04-24 +- **Harvested:** 2024-10-18 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142346 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 13 | Golden Harvest | G00A97-AA | 3120AEZ | - | 14.8 | 57.1 | 205.3 | 205.3 | +| 14 | Golden Harvest | G00U71-D | 5122 | - | 14.6 | 59.7 | 204.1 | 204.1 | +| 16 | Golden Harvest | G01U74-AA | 3120EZ | - | 15.2 | 59.9 | 194.7 | 194.7 | +| 11 | Golden Harvest | G03U08-D | 5122EZ | - | 15.5 | 59.6 | 214.2 | 214.2 | +| 15 | AgriGold | A625-78VT2RIB | VT2RIB | - | 12.8 | 59.0 | 199.4 | 199.4 | +| 6 | AgriGold | A626-39VT2PRO | VT2Pro | - | 12.6 | 58.8 | 220.8 | 220.8 | +| 1 | AgriGold | A627-45VT2RIB | VT2RIB | - | 13.1 | 60.9 | 241.9 | 241.9 | +| 8 | AgriGold | A628-51SSPRIB | SSPRIB | - | 13.0 | 58.7 | 218.0 | 218.0 | +| 12 | AgriGold | A629-55VT2RIB | VT2RIB | - | 14.2 | 59.8 | 212.0 | 212.0 | +| 9 | AgriGold | A630-04VT2RIB | VT2RIB | - | 15.4 | 60.1 | 215.2 | 215.2 | +| 5 | AgriGold | A631-08VT2PRO | VT2Pro | - | 15.0 | 58.5 | 223.1 | 223.1 | +| 4 | AgriGold | A632-68DV-RN | 5222 | - | 14.7 | 61.0 | 229.1 | 229.1 | +| 10 | AgriGold | K5218D | 5122EZ | - | 15.5 | 60.4 | 214.5 | 214.5 | +| 7 | AgriGold | A633-14STXRIB | STXRIB | - | 15.8 | 60.7 | 218.7 | 218.7 | +| 2 | AgriGold | A634-11SSPRIB | SSPRIB | - | 16.4 | 58.6 | 232.1 | 232.1 | +| 3 | AgriGold | A636-39-3110 | 3110 | - | 16.1 | 61.0 | 229.8 | 229.8 | + +Top 5 by Yield: A627-45VT2RIB (AgriGold) 241.9, A634-11SSPRIB (AgriGold) 232.1, A636-39-3110 (AgriGold) 229.8, A632-68DV-RN (AgriGold) 229.1, A631-08VT2PRO (AgriGold) 223.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142351.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142351.json new file mode 100644 index 00000000..3889887f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142351.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142351", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Almena", + "county": "Norton", + "year": 2024, + "plot_id": "142351", + "cooperator": "Andy Nickell", + "plot_average": 78.99, + "planted_date": "2024-04-24", + "harvested_date": "2024-09-06", + "population_seeds_per_acre": 16000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Sorghum", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 56.2, + "Yield": 77.4, + "Adj Yield": 77.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 56.2, + "Yield": 77.4, + "Adj Yield": 74.55 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 56.2, + "Yield": 83.2, + "Adj Yield": 81.29 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 56.7, + "Yield": 83.3, + "Adj Yield": 82.37 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 56.1, + "Yield": 88.3, + "Adj Yield": 88.33 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "K5218D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 54.6, + "Yield": 73.5, + "Adj Yield": 74.45 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A632-68DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 57.3, + "Yield": 74.7, + "Adj Yield": 76.64 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A633-14STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 56.6, + "Yield": 72.5, + "Adj Yield": 75.33 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 56.8, + "Yield": 69.8, + "Adj Yield": 69.8 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142351" + ], + "fetched_at": "2026-05-27T02:17:42.217814+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142351.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142351.md new file mode 100644 index 00000000..54cdd5e3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142351.md @@ -0,0 +1,42 @@ +# Corn yield trial — Almena, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Norton +- **City:** Almena +- **Year:** 2024 +- **Plot ID:** 142351 +- **Cooperator:** Andy Nickell +- **Plot average:** 78.99 BU/Ac +- **Planted:** 2024-04-24 +- **Harvested:** 2024-09-06 +- **Population:** 16,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Sorghum +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142351 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A632-68VT2RIB | VT2RIB | - | 18.6 | 56.2 | 77.4 | 77.4 | +| 6 | AgriGold | A632-68VT2RIB | VT2RIB | - | 18.6 | 56.2 | 77.4 | 74.55 | +| 3 | AgriGold | A628-51SSPRIB | SSPRIB | - | 15.6 | 56.2 | 83.2 | 81.29 | +| 2 | AgriGold | A629-55VT2RIB | VT2RIB | - | 15.7 | 56.7 | 83.3 | 82.37 | +| 1 | AgriGold | A631-08VT2PRO | VT2Pro | - | 17.0 | 56.1 | 88.3 | 88.33 | +| 7 | AgriGold | K5218D | 5122EZ | - | 18.0 | 54.6 | 73.5 | 74.45 | +| 4 | AgriGold | A632-68DV-RN | 5222 | - | 18.5 | 57.3 | 74.7 | 76.64 | +| 5 | AgriGold | A633-14STXRIB | STXRIB | - | 21.8 | 56.6 | 72.5 | 75.33 | +| - | AgriGold | A632-68VT2RIB | VT2RIB | - | 19.2 | 56.8 | 69.8 | 69.8 | + +Top 5 by Yield: A631-08VT2PRO (AgriGold) 88.3, A629-55VT2RIB (AgriGold) 83.3, A628-51SSPRIB (AgriGold) 83.2, A632-68VT2RIB (AgriGold) 77.4, A632-68VT2RIB (AgriGold) 77.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142361.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142361.json new file mode 100644 index 00000000..641c0377 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142361.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142361", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Loogootee", + "county": "Daviess", + "year": 2024, + "plot_id": "142361", + "cooperator": "George Mathies", + "plot_average": 294.09, + "planted_date": "2024-04-25", + "harvested_date": "2024-09-09", + "population_seeds_per_acre": 32500, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Clay", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Veltyma", + "herbicide": "Acuron", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": 56.0, + "Yield": 300.2, + "Adj Yield": 300.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": 56.0, + "Yield": 300.2, + "Adj Yield": 301.04 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": 56.0, + "Yield": 278.9, + "Adj Yield": 279.55 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 56.0, + "Yield": 284.3, + "Adj Yield": 284.7 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 55.0, + "Yield": 291.1, + "Adj Yield": 291.27 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.6, + "Test Wt.": 55.0, + "Yield": 296.5, + "Adj Yield": 296.52 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 23.9, + "Test Wt.": 56.0, + "Yield": 300.0, + "Adj Yield": 299.74 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 25.1, + "Test Wt.": 55.0, + "Yield": 303.8, + "Adj Yield": 303.38 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.5, + "Test Wt.": 55.0, + "Yield": 293.1, + "Adj Yield": 292.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": 55.0, + "Yield": 299.0, + "Adj Yield": 298.12 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.3, + "Test Wt.": 56.0, + "Yield": 302.3, + "Adj Yield": 302.3 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142361" + ], + "fetched_at": "2026-05-27T02:17:42.711661+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142361.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142361.md new file mode 100644 index 00000000..6cfec893 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142361.md @@ -0,0 +1,44 @@ +# Corn yield trial — Loogootee, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Daviess +- **City:** Loogootee +- **Year:** 2024 +- **Plot ID:** 142361 +- **Cooperator:** George Mathies +- **Plot average:** 294.09 BU/Ac +- **Planted:** 2024-04-25 +- **Harvested:** 2024-09-09 +- **Population:** 32,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Clay +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Veltyma +- **Herbicide:** Acuron +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142361 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 24.0 | 56.0 | 300.2 | 300.2 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 24.0 | 56.0 | 300.2 | 301.04 | +| 9 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 23.1 | 56.0 | 278.9 | 279.55 | +| 8 | AgriGold | A643-24PCE | PCE | - | 20.6 | 56.0 | 284.3 | 284.7 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.7 | 55.0 | 291.1 | 291.27 | +| 5 | AgriGold | A645-16VT2RIB | VT2RIB | - | 23.6 | 55.0 | 296.5 | 296.52 | +| 3 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 23.9 | 56.0 | 300.0 | 299.74 | +| 1 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 25.1 | 55.0 | 303.8 | 303.38 | +| 6 | AgriGold | A646-30VT2RIB | VT2RIB | - | 24.5 | 55.0 | 293.1 | 292.5 | +| 4 | AgriGold | J6621VT2PRO | VT2Pro | - | 22.9 | 55.0 | 299.0 | 298.12 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 24.3 | 56.0 | 302.3 | 302.3 | + +Top 5 by Yield: A647-42TRCRIB (AgriGold) 303.8, A643-52VT2RIB (AgriGold) 302.3, A643-52VT2RIB (AgriGold) 300.2, A643-52VT2RIB (AgriGold) 300.2, DKC66-06RIB (Dekalb) 300.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142369.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142369.json new file mode 100644 index 00000000..4d7b3488 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142369.json @@ -0,0 +1,283 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142369", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Loogootee", + "county": "Daviess", + "year": 2024, + "plot_id": "142369", + "cooperator": "GARY & LANCE MATHIES", + "plot_average": 292.54, + "planted_date": "2024-04-26", + "harvested_date": "2024-09-14", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Veltyma", + "herbicide": "Acuron", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 57.0, + "Yield": 318.7, + "Adj Yield": 318.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 57.0, + "Yield": 318.7, + "Adj Yield": 311.72 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A639-03STX", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 57.0, + "Yield": 285.3, + "Adj Yield": 279.15 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 57.0, + "Yield": 285.6, + "Adj Yield": 280.41 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 57.0, + "Yield": 283.2, + "Adj Yield": 278.79 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 58.0, + "Yield": 279.7, + "Adj Yield": 276.24 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 58.0, + "Yield": 292.1, + "Adj Yield": 289.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 57.0, + "Yield": 292.4, + "Adj Yield": 290.66 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 57.0, + "Yield": 286.9, + "Adj Yield": 286.05 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 58.0, + "Yield": 291.6, + "Adj Yield": 291.63 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 61.0, + "Yield": 287.5, + "Adj Yield": 288.32 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 57.0, + "Yield": 295.1, + "Adj Yield": 296.79 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 57.0, + "Yield": 300.4, + "Adj Yield": 303.04 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P1718AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 57.0, + "Yield": 310.3, + "Adj Yield": 313.77 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": 56.0, + "Yield": 294.0, + "Adj Yield": 298.34 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 55.0, + "Yield": 289.4, + "Adj Yield": 294.62 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 58.0, + "Yield": 309.7, + "Adj Yield": 315.75 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.8, + "Test Wt.": 58.0, + "Yield": 271.4, + "Adj Yield": 278.38 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 58.0, + "Yield": 303.0, + "Adj Yield": 303.0 + } + } + ], + "n_results": 19, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142369" + ], + "fetched_at": "2026-05-27T02:17:43.248092+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142369.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142369.md new file mode 100644 index 00000000..25333b30 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142369.md @@ -0,0 +1,52 @@ +# Corn yield trial — Loogootee, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Daviess +- **City:** Loogootee +- **Year:** 2024 +- **Plot ID:** 142369 +- **Cooperator:** GARY & LANCE MATHIES +- **Plot average:** 292.54 BU/Ac +- **Planted:** 2024-04-26 +- **Harvested:** 2024-09-14 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Veltyma +- **Herbicide:** Acuron +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142369 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 20.8 | 57.0 | 318.7 | 318.7 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 20.8 | 57.0 | 318.7 | 311.72 | +| 14 | AgriGold | A639-03STX | STX | - | 19.1 | 57.0 | 285.3 | 279.15 | +| 13 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 19.4 | 57.0 | 285.6 | 280.41 | +| 15 | AgriGold | A643-24PCE | PCE | - | 20.0 | 57.0 | 283.2 | 278.79 | +| 17 | AgriGold | K6429AA | 3120EZ | - | 18.7 | 58.0 | 279.7 | 276.24 | +| 10 | AgriGold | A642-32VT2PRO | VT2Pro | - | 20.2 | 58.0 | 292.1 | 289.5 | +| 9 | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.8 | 57.0 | 292.4 | 290.66 | +| 12 | AgriGold | A645-16VT2RIB | VT2RIB | - | 22.0 | 57.0 | 286.9 | 286.05 | +| 8 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 21.2 | 58.0 | 291.6 | 291.63 | +| 11 | AgriGold | A645-30VT2PRO | VT2Pro | - | 20.4 | 61.0 | 287.5 | 288.32 | +| 6 | AgriGold | A646-30VT2RIB | VT2RIB | - | 21.7 | 57.0 | 295.1 | 296.79 | +| 4 | AgriGold | J6621VT2PRO | VT2Pro | - | 19.7 | 57.0 | 300.4 | 303.04 | +| 2 | Pioneer | P1718AML | AML | - | 21.4 | 57.0 | 310.3 | 313.77 | +| 5 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 22.9 | 56.0 | 294.0 | 298.34 | +| 7 | AgriGold | A645-22TRC | Trecepta | - | 23.2 | 55.0 | 289.4 | 294.62 | +| 1 | AgriGold | A647-79VT2PRO | VT2Pro | - | 20.2 | 58.0 | 309.7 | 315.75 | +| 16 | AgriGold | A648-11VT2RIB | VT2RIB | - | 23.8 | 58.0 | 271.4 | 278.38 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 21.0 | 58.0 | 303.0 | 303.0 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 318.7, A643-52VT2RIB (AgriGold) 318.7, P1718AML (Pioneer) 310.3, A647-79VT2PRO (AgriGold) 309.7, A643-52VT2RIB (AgriGold) 303.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142370.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142370.json new file mode 100644 index 00000000..38488d0b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142370.json @@ -0,0 +1,283 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142370", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Dale", + "county": "Spencer", + "year": 2024, + "plot_id": "142370", + "cooperator": "Mark And Luke Lubbehusen", + "plot_average": 263.85, + "planted_date": "2024-04-26", + "harvested_date": "2024-09-10", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Clay", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Veltyma", + "herbicide": "Armezon", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 60.0, + "Yield": 276.2, + "Adj Yield": 276.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 60.0, + "Yield": 276.2, + "Adj Yield": 265.92 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A639-03STX", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 57.0, + "Yield": 251.0, + "Adj Yield": 242.02 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 58.0, + "Yield": 271.7, + "Adj Yield": 263.99 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 57.0, + "Yield": 248.2, + "Adj Yield": 241.77 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 60.0, + "Yield": 257.1, + "Adj Yield": 251.94 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 59.0, + "Yield": 263.0, + "Adj Yield": 259.18 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 58.0, + "Yield": 275.4, + "Adj Yield": 272.85 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 57.0, + "Yield": 268.1, + "Adj Yield": 266.82 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 59.0, + "Yield": 268.3, + "Adj Yield": 268.31 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 60.0, + "Yield": 263.5, + "Adj Yield": 264.73 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 58.0, + "Yield": 268.3, + "Adj Yield": 270.89 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 57.0, + "Yield": 259.3, + "Adj Yield": 263.1 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P1718AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 57.0, + "Yield": 272.3, + "Adj Yield": 277.45 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 55.0, + "Yield": 269.3, + "Adj Yield": 275.73 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 56.0, + "Yield": 254.2, + "Adj Yield": 261.89 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 59.0, + "Yield": 272.8, + "Adj Yield": 281.79 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 59.0, + "Yield": 246.9, + "Adj Yield": 257.13 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 59.0, + "Yield": 253.1, + "Adj Yield": 253.1 + } + } + ], + "n_results": 19, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142370" + ], + "fetched_at": "2026-05-27T02:17:43.768631+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142370.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142370.md new file mode 100644 index 00000000..b3860c84 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142370.md @@ -0,0 +1,52 @@ +# Corn yield trial — Dale, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Spencer +- **City:** Dale +- **Year:** 2024 +- **Plot ID:** 142370 +- **Cooperator:** Mark And Luke Lubbehusen +- **Plot average:** 263.85 BU/Ac +- **Planted:** 2024-04-26 +- **Harvested:** 2024-09-10 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Clay +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Veltyma +- **Herbicide:** Armezon +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142370 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.0 | 60.0 | 276.2 | 276.2 | +| 8 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.0 | 60.0 | 276.2 | 265.92 | +| 16 | AgriGold | A639-03STX | STX | - | 16.9 | 57.0 | 251.0 | 242.02 | +| 10 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.7 | 58.0 | 271.7 | 263.99 | +| 17 | AgriGold | A643-24PCE | PCE | - | 17.4 | 57.0 | 248.2 | 241.77 | +| 15 | AgriGold | K6429AA | 3120EZ | - | 17.4 | 60.0 | 257.1 | 251.94 | +| 13 | AgriGold | A642-32VT2PRO | VT2Pro | - | 17.5 | 59.0 | 263.0 | 259.18 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.7 | 58.0 | 275.4 | 272.85 | +| 7 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.0 | 57.0 | 268.1 | 266.82 | +| 6 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 18.2 | 59.0 | 268.3 | 268.31 | +| 9 | AgriGold | A645-30VT2PRO | VT2Pro | - | 17.3 | 60.0 | 263.5 | 264.73 | +| 5 | AgriGold | J6621VT2PRO | VT2Pro | - | 17.6 | 58.0 | 268.3 | 270.89 | +| 11 | AgriGold | A646-30VT2RIB | VT2RIB | - | 17.8 | 57.0 | 259.3 | 263.1 | +| 2 | Pioneer | P1718AML | AML | - | 18.6 | 57.0 | 272.3 | 277.45 | +| 3 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 20.0 | 55.0 | 269.3 | 275.73 | +| 12 | AgriGold | A645-22TRC | Trecepta | - | 20.2 | 56.0 | 254.2 | 261.89 | +| 1 | AgriGold | A647-79VT2PRO | VT2Pro | - | 18.0 | 59.0 | 272.8 | 281.79 | +| 14 | AgriGold | A648-11VT2RIB | VT2RIB | - | 20.6 | 59.0 | 246.9 | 257.13 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.6 | 59.0 | 253.1 | 253.1 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 276.2, A643-52VT2RIB (AgriGold) 276.2, A644-64VT2RIB (AgriGold) 275.4, A647-79VT2PRO (AgriGold) 272.8, P1718AML (Pioneer) 272.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142384.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142384.json new file mode 100644 index 00000000..7f823e48 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142384.json @@ -0,0 +1,491 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142384", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Erie", + "county": "Whiteside", + "year": 2024, + "plot_id": "142384", + "cooperator": "Paul J Rosenow", + "plot_average": 289.85, + "planted_date": "2024-04-24", + "harvested_date": "2024-10-29", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 32, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 57.9, + "Yield": 265.8, + "Adj Yield": 265.8 + } + }, + { + "rank": 28, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 58.6, + "Yield": 279.8, + "Adj Yield": 279.8 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 58.6, + "Yield": 281.8, + "Adj Yield": 281.8 + } + }, + { + "rank": 33, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 59.0, + "Yield": 260.2, + "Adj Yield": 260.2 + } + }, + { + "rank": 19, + "brand": "Dairyland", + "product": "DS-4833AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 58.1, + "Yield": 289.2, + "Adj Yield": 289.2 + } + }, + { + "rank": 29, + "brand": "Dairyland", + "product": "DS-4917AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.8, + "Yield": 278.0, + "Adj Yield": 278.0 + } + }, + { + "rank": 17, + "brand": "Dairyland", + "product": "DS-4969V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 57.9, + "Yield": 290.8, + "Adj Yield": 290.8 + } + }, + { + "rank": 31, + "brand": "Channel", + "product": "209-25SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 57.1, + "Yield": 266.0, + "Adj Yield": 266.0 + } + }, + { + "rank": 11, + "brand": "Dairyland", + "product": "HiDF-5000Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 58.9, + "Yield": 296.7, + "Adj Yield": 296.7 + } + }, + { + "rank": 27, + "brand": "Dairyland", + "product": "HiDF-5033V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 56.9, + "Yield": 281.1, + "Adj Yield": 281.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 59.1, + "Yield": 272.2, + "Adj Yield": 272.2 + } + }, + { + "rank": 30, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 58.7, + "Yield": 277.2, + "Adj Yield": 277.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 57.9, + "Yield": 300.3, + "Adj Yield": 300.3 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A640-24-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 59.8, + "Yield": 282.3, + "Adj Yield": 282.3 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 59.2, + "Yield": 289.1, + "Adj Yield": 289.1 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 59.7, + "Yield": 295.7, + "Adj Yield": 295.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 60.2, + "Yield": 297.1, + "Adj Yield": 297.1 + } + }, + { + "rank": 23, + "brand": "Channel", + "product": "211-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 57.9, + "Yield": 283.9, + "Adj Yield": 283.9 + } + }, + { + "rank": 16, + "brand": "Dairyland", + "product": "DS-5128V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 57.0, + "Yield": 292.3, + "Adj Yield": 292.3 + } + }, + { + "rank": 6, + "brand": "Dairyland", + "product": "DS-5161Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 59.1, + "Yield": 299.0, + "Adj Yield": 299.0 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.7, + "Yield": 282.8, + "Adj Yield": 282.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.5, + "Yield": 305.0, + "Adj Yield": 305.0 + } + }, + { + "rank": 7, + "brand": "Channel", + "product": "212-63VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 58.6, + "Yield": 298.5, + "Adj Yield": 298.5 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 61.7, + "Yield": 294.2, + "Adj Yield": 294.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 61.0, + "Yield": 311.9, + "Adj Yield": 311.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.9, + "Yield": 309.1, + "Adj Yield": 309.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 59.7, + "Yield": 298.2, + "Adj Yield": 298.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 59.8, + "Yield": 304.2, + "Adj Yield": 304.2 + } + }, + { + "rank": 9, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 59.1, + "Yield": 297.4, + "Adj Yield": 297.4 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 60.5, + "Yield": 288.6, + "Adj Yield": 288.6 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 58.9, + "Yield": 294.1, + "Adj Yield": 294.1 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A645-16STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 60.1, + "Yield": 289.5, + "Adj Yield": 289.5 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 60.8, + "Yield": 296.4, + "Adj Yield": 296.4 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.2, + "Yield": 289.0, + "Adj Yield": 289.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 61.1, + "Yield": 281.2, + "Adj Yield": 281.2 + } + } + ], + "n_results": 35, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142384" + ], + "fetched_at": "2026-05-27T02:17:44.239875+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142384.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142384.md new file mode 100644 index 00000000..56e348ce --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142384.md @@ -0,0 +1,65 @@ +# Corn yield trial — Erie, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Whiteside +- **City:** Erie +- **Year:** 2024 +- **Plot ID:** 142384 +- **Cooperator:** Paul J Rosenow +- **Plot average:** 289.85 BU/Ac +- **Planted:** 2024-04-24 +- **Harvested:** 2024-10-29 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142384 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 32 | AgriGold | A636-16-5222 | 5222 | - | 13.8 | 57.9 | 265.8 | 265.8 | +| 28 | AgriGold | K5836PWE | PWE | - | 14.0 | 58.6 | 279.8 | 279.8 | +| 26 | AgriGold | A639-03VT2RIB | VT2RIB | - | 13.8 | 58.6 | 281.8 | 281.8 | +| 33 | AgriGold | A639-91SSPRIB | SSPRIB | - | 13.4 | 59.0 | 260.2 | 260.2 | +| 19 | Dairyland | DS-4833AM | AM | - | 13.5 | 58.1 | 289.2 | 289.2 | +| 29 | Dairyland | DS-4917AM | AM | - | 14.4 | 59.8 | 278.0 | 278.0 | +| 17 | Dairyland | DS-4969V | Vorceed | - | 13.7 | 57.9 | 290.8 | 290.8 | +| 31 | Channel | 209-25SSPRIB | SSPRIB | - | 13.9 | 57.1 | 266.0 | 266.0 | +| 11 | Dairyland | HiDF-5000Q | QROME | - | 14.1 | 58.9 | 296.7 | 296.7 | +| 27 | Dairyland | HiDF-5033V | Vorceed | - | 15.1 | 56.9 | 281.1 | 281.1 | +| - | AgriGold | A6499STXRIB | STXRIB | - | 14.1 | 59.1 | 272.2 | 272.2 | +| 30 | AgriGold | A640-12STXRIB | STXRIB | - | 13.8 | 58.7 | 277.2 | 277.2 | +| 5 | AgriGold | J6015PWE | PWE | - | 14.0 | 57.9 | 300.3 | 300.3 | +| 25 | AgriGold | A640-24-3110 | 3110 | - | 14.6 | 59.8 | 282.3 | 282.3 | +| 20 | AgriGold | A640-16-3110 | 3110 | - | 14.6 | 59.2 | 289.1 | 289.1 | +| 13 | AgriGold | A641-26-3110 | 3110 | - | 14.8 | 59.7 | 295.7 | 295.7 | +| 10 | AgriGold | A641-85STXRIB | STXRIB | - | 14.0 | 60.2 | 297.1 | 297.1 | +| 23 | Channel | 211-42SSPRIB | SSPRIB | - | 14.0 | 57.9 | 283.9 | 283.9 | +| 16 | Dairyland | DS-5128V | Vorceed | - | 14.8 | 57.0 | 292.3 | 292.3 | +| 6 | Dairyland | DS-5161Q | QROME | - | 14.1 | 59.1 | 299.0 | 299.0 | +| 24 | AgriGold | A6499STXRIB | STXRIB | - | 14.2 | 60.7 | 282.8 | 282.8 | +| 3 | AgriGold | A642-18SSP | SSP | - | 14.7 | 58.5 | 305.0 | 305.0 | +| 7 | Channel | 212-63VT4PRIB | VT4RIB | - | 14.1 | 58.6 | 298.5 | 298.5 | +| 14 | AgriGold | A642-32VT2PRO | VT2Pro | - | 14.7 | 61.7 | 294.2 | 294.2 | +| 1 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.8 | 61.0 | 311.9 | 311.9 | +| 2 | AgriGold | A643-24PCE | PCE | - | 14.7 | 58.9 | 309.1 | 309.1 | +| 8 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.6 | 59.7 | 298.2 | 298.2 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.8 | 59.8 | 304.2 | 304.2 | +| 9 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 14.7 | 59.1 | 297.4 | 297.4 | +| 22 | AgriGold | A645-30VT2PRO | VT2Pro | - | 14.9 | 60.5 | 288.6 | 288.6 | +| 15 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.0 | 58.9 | 294.1 | 294.1 | +| 18 | AgriGold | A645-16STXRIB | STXRIB | - | 14.5 | 60.1 | 289.5 | 289.5 | +| 12 | AgriGold | A645-71STXRIB | STXRIB | - | 15.1 | 60.8 | 296.4 | 296.4 | +| 21 | AgriGold | A646-30VT2RIB | VT2RIB | - | 14.5 | 59.2 | 289.0 | 289.0 | +| - | AgriGold | A6499STXRIB | STXRIB | - | 14.8 | 61.1 | 281.2 | 281.2 | + +Top 5 by Yield: A642-05VT2RIBD1 (AgriGold) 311.9, A643-24PCE (AgriGold) 309.1, A642-18SSP (AgriGold) 305.0, A644-64VT2RIB (AgriGold) 304.2, J6015PWE (AgriGold) 300.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142387.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142387.json new file mode 100644 index 00000000..7fc13016 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142387.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142387", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Edgington", + "county": "Rock Island", + "year": 2024, + "plot_id": "142387", + "cooperator": "John McManus", + "plot_average": 274.97, + "planted_date": "2024-04-25", + "harvested_date": "2024-10-10", + "population_seeds_per_acre": 36500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 4, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 58.2, + "Yield": 285.5, + "Adj Yield": 285.5 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 60.6, + "Yield": 270.4, + "Adj Yield": 270.4 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.7, + "Yield": 272.6, + "Adj Yield": 272.6 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.4, + "Yield": 270.8, + "Adj Yield": 270.8 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P1027AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.8, + "Yield": 278.9, + "Adj Yield": 278.9 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 57.9, + "Yield": 297.4, + "Adj Yield": 297.4 + } + }, + { + "rank": 2, + "brand": "Golden Harvest", + "product": "G12U11-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.9, + "Yield": 292.4, + "Adj Yield": 292.4 + } + }, + { + "rank": 18, + "brand": "Golden Harvest", + "product": "G15J91-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 58.9, + "Yield": 266.1, + "Adj Yield": 266.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 60.9, + "Yield": 283.5, + "Adj Yield": 283.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 59.8, + "Yield": 274.8, + "Adj Yield": 274.8 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 57.9, + "Yield": 267.0, + "Adj Yield": 267.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.4, + "Yield": 290.1, + "Adj Yield": 290.1 + } + }, + { + "rank": 13, + "brand": "Channel", + "product": "211-57STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 61.1, + "Yield": 272.4, + "Adj Yield": 272.4 + } + }, + { + "rank": 10, + "brand": "Channel", + "product": "211-70TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 59.6, + "Yield": 274.0, + "Adj Yield": 274.0 + } + }, + { + "rank": 11, + "brand": "Channel", + "product": "215-70TRERIB", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 60.5, + "Yield": 272.9, + "Adj Yield": 272.9 + } + }, + { + "rank": 19, + "brand": "Channel", + "product": "214-40VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 59.3, + "Yield": 263.9, + "Adj Yield": 263.9 + } + }, + { + "rank": 16, + "brand": "Channel", + "product": "213-23STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 60.8, + "Yield": 269.6, + "Adj Yield": 269.6 + } + }, + { + "rank": 7, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.6, + "Yield": 277.7, + "Adj Yield": 277.7 + } + }, + { + "rank": 9, + "brand": "Channel", + "product": "215-09VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 59.4, + "Yield": 274.6, + "Adj Yield": 274.6 + } + }, + { + "rank": 20, + "brand": "Channel", + "product": "215-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 60.4, + "Yield": 244.7, + "Adj Yield": 244.7 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142387" + ], + "fetched_at": "2026-05-27T02:17:44.756330+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142387.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142387.md new file mode 100644 index 00000000..a9446984 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142387.md @@ -0,0 +1,50 @@ +# Corn yield trial — Edgington, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Rock Island +- **City:** Edgington +- **Year:** 2024 +- **Plot ID:** 142387 +- **Cooperator:** John McManus +- **Plot average:** 274.97 BU/Ac +- **Planted:** 2024-04-25 +- **Harvested:** 2024-10-10 +- **Population:** 36,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142387 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 4 | AgriGold | A639-03VT2RIB | VT2RIB | - | 11.6 | 58.2 | 285.5 | 285.5 | +| 15 | AgriGold | A641-85STXRIB | STXRIB | - | 14.0 | 60.6 | 270.4 | 270.4 | +| 12 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.3 | 59.7 | 272.6 | 272.6 | +| 14 | AgriGold | A643-24PCE | PCE | - | 14.8 | 58.4 | 270.8 | 270.8 | +| 6 | Pioneer | P1027AM | AM | - | 14.4 | 59.8 | 278.9 | 278.9 | +| 1 | Pioneer | P1742Q | QROME | - | 15.8 | 57.9 | 297.4 | 297.4 | +| 2 | Golden Harvest | G12U11-AA | 3220EZ | - | 15.0 | 59.9 | 292.4 | 292.4 | +| 18 | Golden Harvest | G15J91-V | 3220 | - | 16.1 | 58.9 | 266.1 | 266.1 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.1 | 60.9 | 283.5 | 283.5 | +| 8 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.8 | 59.8 | 274.8 | 274.8 | +| 17 | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.5 | 57.9 | 267.0 | 267.0 | +| 3 | AgriGold | A646-30VT2RIB | VT2RIB | - | 14.5 | 59.4 | 290.1 | 290.1 | +| 13 | Channel | 211-57STXRIB | STXRIB | - | 13.1 | 61.1 | 272.4 | 272.4 | +| 10 | Channel | 211-70TRCRIB | TreceptaRIB | - | 12.4 | 59.6 | 274.0 | 274.0 | +| 11 | Channel | 215-70TRERIB | Trecepta | - | 14.4 | 60.5 | 272.9 | 272.9 | +| 19 | Channel | 214-40VT4PRIB | VT4RIB | - | 13.5 | 59.3 | 263.9 | 263.9 | +| 16 | Channel | 213-23STXRIB | STXRIB | - | 13.8 | 60.8 | 269.6 | 269.6 | +| 7 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 13.7 | 60.6 | 277.7 | 277.7 | +| 9 | Channel | 215-09VT2RIB | VT2RIB | - | 14.8 | 59.4 | 274.6 | 274.6 | +| 20 | Channel | 215-42SSPRIB | SSPRIB | - | 13.4 | 60.4 | 244.7 | 244.7 | + +Top 5 by Yield: P1742Q (Pioneer) 297.4, G12U11-AA (Golden Harvest) 292.4, A646-30VT2RIB (AgriGold) 290.1, A639-03VT2RIB (AgriGold) 285.5, A643-52VT2RIB (AgriGold) 283.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142389.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142389.json new file mode 100644 index 00000000..fafd3f31 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142389.json @@ -0,0 +1,413 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142389", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Sycamore", + "county": "De Kalb", + "year": 2024, + "plot_id": "142389", + "cooperator": "Art Kuhn", + "plot_average": 256.83, + "planted_date": "2024-04-25", + "harvested_date": "2024-10-14", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Miravis Neo", + "herbicide": "Aatrex, Resicore", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 58.0, + "Yield": 254.7, + "Adj Yield": 254.7 + } + }, + { + "rank": 23, + "brand": "Dekalb", + "product": "DKC101-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 57.6, + "Yield": 247.0, + "Adj Yield": 247.0 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 56.5, + "Yield": 249.7, + "Adj Yield": 249.7 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 57.0, + "Yield": 253.5, + "Adj Yield": 253.5 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 55.1, + "Yield": 247.7, + "Adj Yield": 247.7 + } + }, + { + "rank": 25, + "brand": "CHS", + "product": "10687SSP", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 56.0, + "Yield": 236.8, + "Adj Yield": 236.8 + } + }, + { + "rank": 20, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 57.3, + "Yield": 251.4, + "Adj Yield": 251.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 57.2, + "Yield": 275.6, + "Adj Yield": 275.6 + } + }, + { + "rank": 27, + "brand": "NK Brand", + "product": "NK0252-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 57.0, + "Yield": 232.0, + "Adj Yield": 232.0 + } + }, + { + "rank": 18, + "brand": "NK Brand", + "product": "NK0880-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 55.7, + "Yield": 252.4, + "Adj Yield": 252.4 + } + }, + { + "rank": 14, + "brand": "CHS", + "product": "109SSP EXP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 54.0, + "Yield": 255.2, + "Adj Yield": 255.2 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 57.8, + "Yield": 242.4, + "Adj Yield": 242.4 + } + }, + { + "rank": 26, + "brand": "Pioneer", + "product": "P08527V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 55.7, + "Yield": 233.9, + "Adj Yield": 233.9 + } + }, + { + "rank": 19, + "brand": "Pioneer", + "product": "P09312V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 56.8, + "Yield": 252.1, + "Adj Yield": 252.1 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 55.9, + "Yield": 255.3, + "Adj Yield": 255.3 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P10625V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 57.1, + "Yield": 264.0, + "Adj Yield": 264.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 55.0, + "Yield": 276.9, + "Adj Yield": 276.9 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P10477V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 56.1, + "Yield": 275.1, + "Adj Yield": 275.1 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 56.6, + "Yield": 272.1, + "Adj Yield": 272.1 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 55.8, + "Yield": 271.5, + "Adj Yield": 271.5 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.0, + "Yield": 257.3, + "Adj Yield": 257.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 58.0, + "Yield": 281.1, + "Adj Yield": 281.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 55.2, + "Yield": 258.2, + "Adj Yield": 258.2 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 55.8, + "Yield": 254.2, + "Adj Yield": 254.2 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.5, + "Yield": 263.5, + "Adj Yield": 263.5 + } + }, + { + "rank": 9, + "brand": "NK Brand", + "product": "NK1480-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 54.4, + "Yield": 262.6, + "Adj Yield": 262.6 + } + }, + { + "rank": 15, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 55.0, + "Yield": 255.1, + "Adj Yield": 255.1 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 57.5, + "Yield": 257.8, + "Adj Yield": 257.8 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 57.5, + "Yield": 257.8, + "Adj Yield": 257.8 + } + } + ], + "n_results": 29, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142389" + ], + "fetched_at": "2026-05-27T02:17:45.272436+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142389.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142389.md new file mode 100644 index 00000000..7a29e39f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142389.md @@ -0,0 +1,61 @@ +# Corn yield trial — Sycamore, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** De Kalb +- **City:** Sycamore +- **Year:** 2024 +- **Plot ID:** 142389 +- **Cooperator:** Art Kuhn +- **Plot average:** 256.83 BU/Ac +- **Planted:** 2024-04-25 +- **Harvested:** 2024-10-14 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Miravis Neo +- **Herbicide:** Aatrex, Resicore +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142389 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A6499STXRIB | STXRIB | - | 13.7 | 58.0 | 254.7 | 254.7 | +| 23 | Dekalb | DKC101-35RIB | VT2RIB | - | 12.3 | 57.6 | 247.0 | 247.0 | +| 21 | AgriGold | A636-42SSP | SSP | - | 13.2 | 56.5 | 249.7 | 249.7 | +| 17 | AgriGold | A634-11SSPRIB | SSPRIB | - | 12.7 | 57.0 | 253.5 | 253.5 | +| 22 | AgriGold | A636-16-5222 | 5222 | - | 13.2 | 55.1 | 247.7 | 247.7 | +| 25 | CHS | 10687SSP | SSPRIB | - | 12.3 | 56.0 | 236.8 | 236.8 | +| 20 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 11.9 | 57.3 | 251.4 | 251.4 | +| 3 | AgriGold | K5836PWE | PWE | - | 13.4 | 57.2 | 275.6 | 275.6 | +| 27 | NK Brand | NK0252-D | 5122EZ | - | 13.0 | 57.0 | 232.0 | 232.0 | +| 18 | NK Brand | NK0880-V | 3220EZ | - | 13.7 | 55.7 | 252.4 | 252.4 | +| 14 | CHS | 109SSP EXP | SSP | - | 13.9 | 54.0 | 255.2 | 255.2 | +| 24 | AgriGold | A639-91SSPRIB | SSPRIB | - | 13.0 | 57.8 | 242.4 | 242.4 | +| 26 | Pioneer | P08527V | Vorceed | - | 12.9 | 55.7 | 233.9 | 233.9 | +| 19 | Pioneer | P09312V | Vorceed | - | 13.7 | 56.8 | 252.1 | 252.1 | +| 13 | AgriGold | A639-03VT2RIB | VT2RIB | - | 13.6 | 55.9 | 255.3 | 255.3 | +| 7 | Pioneer | P10625V | Vorceed | - | 13.4 | 57.1 | 264.0 | 264.0 | +| 2 | AgriGold | J6015PWE | PWE | - | 14.1 | 55.0 | 276.9 | 276.9 | +| 4 | Pioneer | P10477V | Vorceed | - | 14.1 | 56.1 | 275.1 | 275.1 | +| 5 | Dekalb | DKC110-10RIB | STXRIB | - | 13.6 | 56.6 | 272.1 | 272.1 | +| 6 | AgriGold | A640-12STXRIB | STXRIB | - | 14.6 | 55.8 | 271.5 | 271.5 | +| 12 | AgriGold | A641-85STXRIB | STXRIB | - | 14.8 | 58.0 | 257.3 | 257.3 | +| 1 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 13.8 | 58.0 | 281.1 | 281.1 | +| 10 | AgriGold | A642-18SSP | SSP | - | 15.3 | 55.2 | 258.2 | 258.2 | +| 16 | AgriGold | A643-24PCE | PCE | - | 16.7 | 55.8 | 254.2 | 254.2 | +| 8 | Dekalb | DKC114-99RIB | VT4RIB | - | 14.8 | 58.5 | 263.5 | 263.5 | +| 9 | NK Brand | NK1480-DV | 5222EZ | - | 16.3 | 54.4 | 262.6 | 262.6 | +| 15 | NK Brand | NK1307-DV | 5222 | - | 16.3 | 55.0 | 255.1 | 255.1 | +| 11 | AgriGold | A6499STXRIB | STXRIB | - | 14.8 | 57.5 | 257.8 | 257.8 | +| - | AgriGold | A6499STXRIB | STXRIB | - | 14.8 | 57.5 | 257.8 | 257.8 | + +Top 5 by Yield: A642-05VT2RIBD1 (AgriGold) 281.1, J6015PWE (AgriGold) 276.9, K5836PWE (AgriGold) 275.6, P10477V (Pioneer) 275.1, DKC110-10RIB (Dekalb) 272.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142390.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142390.json new file mode 100644 index 00000000..e13e6f7d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142390.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142390", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Brownsville", + "county": "Edmonson", + "year": 2024, + "plot_id": "142390", + "cooperator": "Chris Elmore", + "plot_average": 215.03, + "planted_date": "2024-04-26", + "harvested_date": "2024-10-07", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Veltyma", + "herbicide": "Armezon", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.9, + "Yield": 221.3, + "Adj Yield": 221.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.9, + "Yield": 221.3, + "Adj Yield": 221.08 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 62.7, + "Yield": 219.7, + "Adj Yield": 219.51 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 60.5, + "Yield": 215.4, + "Adj Yield": 215.28 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 58.4, + "Yield": 195.7, + "Adj Yield": 195.65 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 57.9, + "Yield": 208.6, + "Adj Yield": 208.58 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.0, + "Yield": 215.4, + "Adj Yield": 215.39 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 60.5, + "Yield": 222.7, + "Adj Yield": 222.73 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.5, + "Yield": 213.6, + "Adj Yield": 213.67 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 57.7, + "Yield": 217.9, + "Adj Yield": 218.02 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 62.8, + "Yield": 226.4, + "Adj Yield": 226.6 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 61.0, + "Yield": 208.6, + "Adj Yield": 208.83 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 59.3, + "Yield": 220.8, + "Adj Yield": 220.8 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142390" + ], + "fetched_at": "2026-05-27T02:17:45.727296+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142390.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142390.md new file mode 100644 index 00000000..fb914d2f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142390.md @@ -0,0 +1,46 @@ +# Corn yield trial — Brownsville, KY, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Edmonson +- **City:** Brownsville +- **Year:** 2024 +- **Plot ID:** 142390 +- **Cooperator:** Chris Elmore +- **Plot average:** 215.03 BU/Ac +- **Planted:** 2024-04-26 +- **Harvested:** 2024-10-07 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Veltyma +- **Herbicide:** Armezon +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142390 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.7 | 59.9 | 221.3 | 221.3 | +| 3 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.7 | 59.9 | 221.3 | 221.08 | +| 4 | AgriGold | A642-32VT2PRO | VT2Pro | - | 15.7 | 62.7 | 219.7 | 219.51 | +| 7 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.3 | 60.5 | 215.4 | 215.28 | +| 11 | AgriGold | A643-24PCE | PCE | - | 15.5 | 58.4 | 195.7 | 195.65 | +| 10 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.8 | 57.9 | 208.6 | 208.58 | +| 6 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.4 | 58.0 | 215.4 | 215.39 | +| 2 | AgriGold | A646-30VT2RIB | VT2RIB | - | 15.0 | 60.5 | 222.7 | 222.73 | +| 8 | AgriGold | A645-30VT2PRO | VT2Pro | - | 15.2 | 60.5 | 213.6 | 213.67 | +| 5 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 15.6 | 57.7 | 217.9 | 218.02 | +| 1 | AgriGold | A647-79VT2PRO | VT2Pro | - | 14.9 | 62.8 | 226.4 | 226.6 | +| 9 | AgriGold | A648-11VT2RIB | VT2RIB | - | 15.9 | 61.0 | 208.6 | 208.83 | +| - | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.2 | 59.3 | 220.8 | 220.8 | + +Top 5 by Yield: A647-79VT2PRO (AgriGold) 226.4, A646-30VT2RIB (AgriGold) 222.7, A642-05VT2RIBD1 (AgriGold) 221.3, A642-05VT2RIBD1 (AgriGold) 221.3, A642-05VT2RIBD1 (AgriGold) 220.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142401.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142401.json new file mode 100644 index 00000000..031ce115 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142401.json @@ -0,0 +1,127 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142401", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Casey", + "county": "Cumberland", + "year": 2024, + "plot_id": "142401", + "cooperator": "Mike Mullen", + "plot_average": 251.46, + "planted_date": "2024-04-24", + "harvested_date": "2024-10-11", + "population_seeds_per_acre": 32500, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 61.4, + "Yield": 247.0, + "Adj Yield": 247.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 62.0, + "Yield": 249.1, + "Adj Yield": 249.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 61.0, + "Yield": 257.2, + "Adj Yield": 257.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 62.9, + "Yield": 260.5, + "Adj Yield": 260.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 60.6, + "Yield": 240.0, + "Adj Yield": 240.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 61.1, + "Yield": 252.7, + "Adj Yield": 252.7 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 61.2, + "Yield": 253.7, + "Adj Yield": 253.7 + } + } + ], + "n_results": 7, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142401" + ], + "fetched_at": "2026-05-27T02:17:46.230510+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142401.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142401.md new file mode 100644 index 00000000..332b0731 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142401.md @@ -0,0 +1,36 @@ +# Corn yield trial — Casey, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Cumberland +- **City:** Casey +- **Year:** 2024 +- **Plot ID:** 142401 +- **Cooperator:** Mike Mullen +- **Plot average:** 251.46 BU/Ac +- **Planted:** 2024-04-24 +- **Harvested:** 2024-10-11 +- **Population:** 32,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142401 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.2 | 61.4 | 247.0 | 247.0 | +| 5 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.4 | 62.0 | 249.1 | 249.1 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.5 | 61.0 | 257.2 | 257.2 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.5 | 62.9 | 260.5 | 260.5 | +| 7 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.0 | 60.6 | 240.0 | 240.0 | +| 4 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 16.6 | 61.1 | 252.7 | 252.7 | +| 3 | Dekalb | DKC111-35RIB | VT2RIB | - | 15.6 | 61.2 | 253.7 | 253.7 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 260.5, A643-52VT2RIB (AgriGold) 257.2, DKC111-35RIB (Dekalb) 253.7, A647-42TRCRIB (AgriGold) 252.7, A642-05VT2RIBD1 (AgriGold) 249.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142406.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142406.json new file mode 100644 index 00000000..e64fe755 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142406.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142406", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MN", + "state_abbrev": "mn", + "city": "Chatfield", + "county": "Olmsted", + "year": 2024, + "plot_id": "142406", + "cooperator": "Josh Eisenman", + "plot_average": 239.48, + "planted_date": "2024-04-25", + "harvested_date": "2024-10-16", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "A626-39VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 55.0, + "Yield": 259.0, + "Adj Yield": 259.0 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A627-45VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 57.4, + "Yield": 237.2, + "Adj Yield": 237.2 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 55.7, + "Yield": 235.4, + "Adj Yield": 235.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A628-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 54.6, + "Yield": 238.1, + "Adj Yield": 238.1 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 56.2, + "Yield": 245.0, + "Adj Yield": 245.0 + } + }, + { + "rank": 16, + "brand": "Dyna Gro", + "product": "D38VC80RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 54.9, + "Yield": 226.0, + "Adj Yield": 226.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A630-04VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 55.1, + "Yield": 238.6, + "Adj Yield": 238.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 52.5, + "Yield": 255.8, + "Adj Yield": 255.8 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 54.8, + "Yield": 232.5, + "Adj Yield": 232.5 + } + }, + { + "rank": 7, + "brand": "Brevant Seeds", + "product": "B03H35AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 56.8, + "Yield": 243.4, + "Adj Yield": 243.4 + } + }, + { + "rank": 8, + "brand": "NK Brand", + "product": "NK0314-5122EZ", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 55.3, + "Yield": 239.4, + "Adj Yield": 239.4 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "K5218D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 54.3, + "Yield": 226.6, + "Adj Yield": 226.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 53.4, + "Yield": 254.2, + "Adj Yield": 254.2 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 24.5, + "Test Wt.": 53.8, + "Yield": 213.0, + "Adj Yield": 213.0 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC105-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 52.0, + "Yield": 222.5, + "Adj Yield": 222.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 25.8, + "Test Wt.": 51.6, + "Yield": 259.5, + "Adj Yield": 259.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 50.9, + "Yield": 238.8, + "Adj Yield": 238.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 26.9, + "Test Wt.": 53.0, + "Yield": 245.7, + "Adj Yield": 245.7 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142406" + ], + "fetched_at": "2026-05-27T02:17:46.761021+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142406.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142406.md new file mode 100644 index 00000000..6b47adf6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142406.md @@ -0,0 +1,48 @@ +# Corn yield trial — Chatfield, MN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MN +- **County:** Olmsted +- **City:** Chatfield +- **Year:** 2024 +- **Plot ID:** 142406 +- **Cooperator:** Josh Eisenman +- **Plot average:** 239.48 BU/Ac +- **Planted:** 2024-04-25 +- **Harvested:** 2024-10-16 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142406 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | A626-39VT2PRO | VT2Pro | - | 15.0 | 55.0 | 259.0 | 259.0 | +| 12 | AgriGold | A627-45VT2RIB | VT2RIB | - | 17.2 | 57.4 | 237.2 | 237.2 | +| 13 | AgriGold | A628-51SSPRIB | SSPRIB | - | 17.2 | 55.7 | 235.4 | 235.4 | +| 11 | AgriGold | A628-16VT2RIB | VT2RIB | - | 20.4 | 54.6 | 238.1 | 238.1 | +| 6 | AgriGold | A629-55VT2RIB | VT2RIB | - | 19.2 | 56.2 | 245.0 | 245.0 | +| 16 | Dyna Gro | D38VC80RIB | VT2RIB | - | 17.3 | 54.9 | 226.0 | 226.0 | +| 10 | AgriGold | A630-04VT2RIB | VT2RIB | - | 18.0 | 55.1 | 238.6 | 238.6 | +| 3 | AgriGold | A631-08VT2PRO | VT2Pro | - | 18.8 | 52.5 | 255.8 | 255.8 | +| 14 | AgriGold | A632-68VT2RIB | VT2RIB | - | 20.2 | 54.8 | 232.5 | 232.5 | +| 7 | Brevant Seeds | B03H35AM | AM | - | 19.0 | 56.8 | 243.4 | 243.4 | +| 8 | NK Brand | NK0314-5122EZ | 5122EZ | - | 20.0 | 55.3 | 239.4 | 239.4 | +| 15 | AgriGold | K5218D | 5122EZ | - | 21.3 | 54.3 | 226.6 | 226.6 | +| 4 | AgriGold | A634-11SSPRIB | SSPRIB | - | 22.3 | 53.4 | 254.2 | 254.2 | +| 18 | AgriGold | A636-39-3110 | 3110 | - | 24.5 | 53.8 | 213.0 | 213.0 | +| 17 | Dekalb | DKC105-35RIB | VT2RIB | - | 22.0 | 52.0 | 222.5 | 222.5 | +| 1 | AgriGold | A636-16-5222 | 5222 | - | 25.8 | 51.6 | 259.5 | 259.5 | +| 9 | AgriGold | A636-42SSP | SSP | - | 23.4 | 50.9 | 238.8 | 238.8 | +| 5 | AgriGold | A638-19-3110 | 3110 | - | 26.9 | 53.0 | 245.7 | 245.7 | + +Top 5 by Yield: A636-16-5222 (AgriGold) 259.5, A626-39VT2PRO (AgriGold) 259.0, A631-08VT2PRO (AgriGold) 255.8, A634-11SSPRIB (AgriGold) 254.2, A638-19-3110 (AgriGold) 245.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142408.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142408.json new file mode 100644 index 00000000..075dd9cc --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142408.json @@ -0,0 +1,504 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142408", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MN", + "state_abbrev": "mn", + "city": "Mountain Lake", + "county": "Cottonwood", + "year": 2024, + "plot_id": "142408", + "cooperator": "Matt Adrian", + "plot_average": 214.94, + "planted_date": "2024-04-25", + "harvested_date": "2024-10-17", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Hefty", + "product": "H5655TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 57.4, + "Yield": 210.5, + "Adj Yield": 210.5 + } + }, + { + "rank": 22, + "brand": "Hefty", + "product": "H5655TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 57.9, + "Yield": 211.0, + "Adj Yield": 211.0 + } + }, + { + "rank": 27, + "brand": "Legacy", + "product": "LC544-22PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 59.9, + "Yield": 198.8, + "Adj Yield": 198.8 + } + }, + { + "rank": 19, + "brand": "Legacy", + "product": "LC494-23PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 57.9, + "Yield": 215.7, + "Adj Yield": 215.7 + } + }, + { + "rank": 1, + "brand": "Hoegemeyer", + "product": "7667AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 58.1, + "Yield": 254.2, + "Adj Yield": 254.2 + } + }, + { + "rank": 3, + "brand": "Hoegemeyer", + "product": "7591V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 59.4, + "Yield": 248.5, + "Adj Yield": 248.5 + } + }, + { + "rank": 12, + "brand": "Hefty", + "product": "H5832VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 57.9, + "Yield": 228.8, + "Adj Yield": 228.8 + } + }, + { + "rank": 5, + "brand": "Hefty", + "product": "H5676", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 58.7, + "Yield": 238.1, + "Adj Yield": 238.1 + } + }, + { + "rank": 20, + "brand": "Hefty", + "product": "H5442VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 57.4, + "Yield": 213.5, + "Adj Yield": 213.5 + } + }, + { + "rank": 9, + "brand": "Hefty", + "product": "H5432VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 58.6, + "Yield": 230.2, + "Adj Yield": 230.2 + } + }, + { + "rank": 25, + "brand": "Stine", + "product": "9444-22", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 59.9, + "Yield": 207.0, + "Adj Yield": 207.0 + } + }, + { + "rank": 16, + "brand": "Stine", + "product": "9445-20V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 59.6, + "Yield": 225.2, + "Adj Yield": 225.2 + } + }, + { + "rank": 33, + "brand": "Stine", + "product": "MX442-20-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 59.8, + "Yield": 77.9, + "Adj Yield": 77.9 + } + }, + { + "rank": 32, + "brand": "Stine", + "product": "MX441-G", + "traits": "GT", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 57.2, + "Yield": 150.4, + "Adj Yield": 150.4 + } + }, + { + "rank": 31, + "brand": "Stine", + "product": "MX443-G", + "traits": "GT", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 56.3, + "Yield": 182.8, + "Adj Yield": 182.8 + } + }, + { + "rank": 24, + "brand": "Stine", + "product": "MX514-20", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 55.4, + "Yield": 207.6, + "Adj Yield": 207.6 + } + }, + { + "rank": 30, + "brand": "Stine", + "product": "MX601-G", + "traits": "GT", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 56.1, + "Yield": 195.9, + "Adj Yield": 195.9 + } + }, + { + "rank": 26, + "brand": "Stine", + "product": "MX445-G", + "traits": "GT", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 54.1, + "Yield": 204.9, + "Adj Yield": 204.9 + } + }, + { + "rank": null, + "brand": "Hefty", + "product": "H5655TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 59.3, + "Yield": 238.2, + "Adj Yield": 238.2 + } + }, + { + "rank": 28, + "brand": "AgriGold", + "product": "A625-78VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 55.7, + "Yield": 198.6, + "Adj Yield": 198.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A626-39VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 59.0, + "Yield": 232.0, + "Adj Yield": 232.0 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A628-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 57.3, + "Yield": 222.2, + "Adj Yield": 222.2 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 58.5, + "Yield": 212.4, + "Adj Yield": 212.4 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC099-11RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 59.4, + "Yield": 226.0, + "Adj Yield": 226.0 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 60.9, + "Yield": 209.2, + "Adj Yield": 209.2 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A630-04VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 58.7, + "Yield": 230.1, + "Adj Yield": 230.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 59.5, + "Yield": 251.6, + "Adj Yield": 251.6 + } + }, + { + "rank": 29, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 58.3, + "Yield": 197.7, + "Adj Yield": 197.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 57.9, + "Yield": 236.1, + "Adj Yield": 236.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 58.2, + "Yield": 245.0, + "Adj Yield": 245.0 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 59.5, + "Yield": 225.7, + "Adj Yield": 225.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 59.3, + "Yield": 230.2, + "Adj Yield": 230.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.8, + "Yield": 233.1, + "Adj Yield": 233.1 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 57.7, + "Yield": 228.3, + "Adj Yield": 228.3 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 57.0, + "Yield": 224.3, + "Adj Yield": 224.3 + } + }, + { + "rank": null, + "brand": "Hefty", + "product": "H5655TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 56.9, + "Yield": 224.9, + "Adj Yield": 224.9 + } + } + ], + "n_results": 36, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142408" + ], + "fetched_at": "2026-05-27T02:17:47.263770+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142408.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142408.md new file mode 100644 index 00000000..ed928b08 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142408.md @@ -0,0 +1,66 @@ +# Corn yield trial — Mountain Lake, MN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MN +- **County:** Cottonwood +- **City:** Mountain Lake +- **Year:** 2024 +- **Plot ID:** 142408 +- **Cooperator:** Matt Adrian +- **Plot average:** 214.94 BU/Ac +- **Planted:** 2024-04-25 +- **Harvested:** 2024-10-17 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142408 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Hefty | H5655TRE | Trecepta | - | 13.2 | 57.4 | 210.5 | 210.5 | +| 22 | Hefty | H5655TRE | Trecepta | - | 13.0 | 57.9 | 211.0 | 211.0 | +| 27 | Legacy | LC544-22PWE | PWE | - | 13.1 | 59.9 | 198.8 | 198.8 | +| 19 | Legacy | LC494-23PWE | PWE | - | 13.5 | 57.9 | 215.7 | 215.7 | +| 1 | Hoegemeyer | 7667AM | AM | - | 13.2 | 58.1 | 254.2 | 254.2 | +| 3 | Hoegemeyer | 7591V | Vorceed | - | 13.1 | 59.4 | 248.5 | 248.5 | +| 12 | Hefty | H5832VT2PRIB | VT2RIB | - | 13.8 | 57.9 | 228.8 | 228.8 | +| 5 | Hefty | H5676 | PCE | - | 14.0 | 58.7 | 238.1 | 238.1 | +| 20 | Hefty | H5442VT2PRIB | VT2RIB | - | 12.8 | 57.4 | 213.5 | 213.5 | +| 9 | Hefty | H5432VT2PRIB | VT2RIB | - | 12.5 | 58.6 | 230.2 | 230.2 | +| 25 | Stine | 9444-22 | 5222 | - | 13.0 | 59.9 | 207.0 | 207.0 | +| 16 | Stine | 9445-20V | 3220EZ | - | 12.9 | 59.6 | 225.2 | 225.2 | +| 33 | Stine | MX442-20-3110 | 3110 | - | 12.7 | 59.8 | 77.9 | 77.9 | +| 32 | Stine | MX441-G | GT | - | 13.5 | 57.2 | 150.4 | 150.4 | +| 31 | Stine | MX443-G | GT | - | 14.1 | 56.3 | 182.8 | 182.8 | +| 24 | Stine | MX514-20 | 3110 | - | 14.4 | 55.4 | 207.6 | 207.6 | +| 30 | Stine | MX601-G | GT | - | 13.5 | 56.1 | 195.9 | 195.9 | +| 26 | Stine | MX445-G | GT | - | 13.9 | 54.1 | 204.9 | 204.9 | +| - | Hefty | H5655TRE | Trecepta | - | 12.5 | 59.3 | 238.2 | 238.2 | +| 28 | AgriGold | A625-78VT2RIB | VT2RIB | - | 12.3 | 55.7 | 198.6 | 198.6 | +| 8 | AgriGold | A626-39VT2PRO | VT2Pro | - | 12.6 | 59.0 | 232.0 | 232.0 | +| 18 | AgriGold | A628-16VT2RIB | VT2RIB | - | 13.3 | 57.3 | 222.2 | 222.2 | +| 21 | AgriGold | A628-51SSPRIB | SSPRIB | - | 12.4 | 58.5 | 212.4 | 212.4 | +| 14 | Dekalb | DKC099-11RIB | VT2RIB | - | 12.6 | 59.4 | 226.0 | 226.0 | +| 23 | AgriGold | A629-55VT2RIB | VT2RIB | - | 12.9 | 60.9 | 209.2 | 209.2 | +| 11 | AgriGold | A630-04VT2RIB | VT2RIB | - | 13.3 | 58.7 | 230.1 | 230.1 | +| 2 | AgriGold | A631-08VT2PRO | VT2Pro | - | 13.4 | 59.5 | 251.6 | 251.6 | +| 29 | AgriGold | A632-68VT2RIB | VT2RIB | - | 13.6 | 58.3 | 197.7 | 197.7 | +| 6 | AgriGold | A636-11VT2RIB | VT2RIB | - | 14.0 | 57.9 | 236.1 | 236.1 | +| 4 | AgriGold | A636-16-5222 | 5222 | - | 15.0 | 58.2 | 245.0 | 245.0 | +| 15 | AgriGold | A636-39-3110 | 3110 | - | 14.2 | 59.5 | 225.7 | 225.7 | +| 10 | AgriGold | A636-42SSP | SSP | - | 14.0 | 59.3 | 230.2 | 230.2 | +| 7 | AgriGold | A637-72VT2PRO | VT2Pro | - | 14.4 | 59.8 | 233.1 | 233.1 | +| 13 | AgriGold | A638-19-3110 | 3110 | - | 14.7 | 57.7 | 228.3 | 228.3 | +| 17 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.0 | 57.0 | 224.3 | 224.3 | +| - | Hefty | H5655TRE | Trecepta | - | 13.0 | 56.9 | 224.9 | 224.9 | + +Top 5 by Yield: 7667AM (Hoegemeyer) 254.2, A631-08VT2PRO (AgriGold) 251.6, 7591V (Hoegemeyer) 248.5, A636-16-5222 (AgriGold) 245.0, H5655TRE (Hefty) 238.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142412.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142412.json new file mode 100644 index 00000000..8fd5a437 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142412.json @@ -0,0 +1,114 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142412", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Cairo", + "county": "Randolph", + "year": 2024, + "plot_id": "142412", + "cooperator": "Joseph Family Farms LLC", + "plot_average": 244.43, + "planted_date": "2024-04-22", + "harvested_date": "2024-10-03", + "population_seeds_per_acre": 31000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 58.7, + "Yield": 241.7, + "Adj Yield": 241.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 57.6, + "Yield": 237.6, + "Adj Yield": 237.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 59.4, + "Yield": 249.1, + "Adj Yield": 249.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 58.4, + "Yield": 259.9, + "Adj Yield": 259.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.4, + "Yield": 254.0, + "Adj Yield": 254.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-59VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 57.4, + "Yield": 224.3, + "Adj Yield": 224.3 + } + } + ], + "n_results": 6, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142412" + ], + "fetched_at": "2026-05-27T02:17:47.721084+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142412.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142412.md new file mode 100644 index 00000000..06f68a7d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142412.md @@ -0,0 +1,36 @@ +# Corn yield trial — Cairo, MO, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Randolph +- **City:** Cairo +- **Year:** 2024 +- **Plot ID:** 142412 +- **Cooperator:** Joseph Family Farms LLC +- **Plot average:** 244.43 BU/Ac +- **Planted:** 2024-04-22 +- **Harvested:** 2024-10-03 +- **Population:** 31,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142412 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.6 | 58.7 | 241.7 | 241.7 | +| 5 | AgriGold | A643-24PCE | PCE | - | 16.3 | 57.6 | 237.6 | 237.6 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.9 | 59.4 | 249.1 | 249.1 | +| 1 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.6 | 58.4 | 259.9 | 259.9 | +| 2 | AgriGold | A645-30VT2PRO | VT2Pro | - | 16.2 | 59.4 | 254.0 | 254.0 | +| 6 | AgriGold | A642-59VT2RIB | VT2RIB | - | 15.6 | 57.4 | 224.3 | 224.3 | + +Top 5 by Yield: A645-16VT2RIB (AgriGold) 259.9, A645-30VT2PRO (AgriGold) 254.0, A644-64VT2RIB (AgriGold) 249.1, A643-52VT2RIB (AgriGold) 241.7, A643-24PCE (AgriGold) 237.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142420.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142420.json new file mode 100644 index 00000000..4e1b75be --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142420.json @@ -0,0 +1,309 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142420", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Dixon", + "county": "Webster", + "year": 2024, + "plot_id": "142420", + "cooperator": "Turley Bros", + "plot_average": 248.3, + "planted_date": "2024-04-28", + "harvested_date": "2024-09-16", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Veltyma", + "herbicide": "Realm Q", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.0, + "Yield": 262.6, + "Adj Yield": 262.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.0, + "Yield": 262.6, + "Adj Yield": 256.9 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 60.0, + "Yield": 237.2, + "Adj Yield": 233.06 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.0, + "Yield": 243.9, + "Adj Yield": 241.2 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 59.0, + "Yield": 237.6, + "Adj Yield": 236.22 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 62.0, + "Yield": 226.0, + "Adj Yield": 225.83 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 60.0, + "Yield": 259.0, + "Adj Yield": 260.06 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 60.0, + "Yield": 253.6, + "Adj Yield": 255.95 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 61.0, + "Yield": 240.4, + "Adj Yield": 244.05 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 59.0, + "Yield": 250.0, + "Adj Yield": 250.0 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 59.0, + "Yield": 238.6, + "Adj Yield": 242.46 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 59.0, + "Yield": 259.3, + "Adj Yield": 262.33 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 58.0, + "Yield": 250.1, + "Adj Yield": 252.69 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.0, + "Yield": 251.6, + "Adj Yield": 253.81 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 61.0, + "Yield": 249.4, + "Adj Yield": 251.38 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 59.0, + "Yield": 247.3, + "Adj Yield": 249.23 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 60.0, + "Yield": 244.6, + "Adj Yield": 246.45 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P1718AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 59.0, + "Yield": 245.7, + "Adj Yield": 247.61 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 61.0, + "Yield": 257.2, + "Adj Yield": 259.16 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 58.0, + "Yield": 248.8, + "Adj Yield": 250.99 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 58.0, + "Yield": 252.8, + "Adj Yield": 252.8 + } + } + ], + "n_results": 21, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142420" + ], + "fetched_at": "2026-05-27T02:17:48.260287+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142420.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142420.md new file mode 100644 index 00000000..adbdbb0f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142420.md @@ -0,0 +1,53 @@ +# Corn yield trial — Dixon, KY, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Webster +- **City:** Dixon +- **Year:** 2024 +- **Plot ID:** 142420 +- **Cooperator:** Turley Bros +- **Plot average:** 248.3 BU/Ac +- **Planted:** 2024-04-28 +- **Harvested:** 2024-09-16 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Veltyma +- **Herbicide:** Realm Q +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142420 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.8 | 58.0 | 262.6 | 262.6 | +| 4 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.8 | 58.0 | 262.6 | 256.9 | +| 17 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.0 | 60.0 | 237.2 | 233.06 | +| 15 | AgriGold | A642-18SSP | SSP | - | 15.8 | 58.0 | 243.9 | 241.2 | +| 16 | AgriGold | A642-32VT2PRO | VT2Pro | - | 15.5 | 59.0 | 237.6 | 236.22 | +| 18 | AgriGold | J6227DV-RN | 5222 | - | 17.3 | 62.0 | 226.0 | 225.83 | +| 2 | AgriGold | A643-24PCE | PCE | - | 16.7 | 60.0 | 259.0 | 260.06 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.0 | 60.0 | 253.6 | 255.95 | +| 13 | AgriGold | K6429AA | 3120EZ | - | 17.0 | 61.0 | 240.4 | 244.05 | +| - | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.3 | 59.0 | 250.0 | 250.0 | +| 14 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.4 | 59.0 | 238.6 | 242.46 | +| 1 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.0 | 59.0 | 259.3 | 262.33 | +| 7 | AgriGold | A645-71STXRIB | STXRIB | - | 16.1 | 58.0 | 250.1 | 252.69 | +| 6 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 16.8 | 58.0 | 251.6 | 253.81 | +| 8 | AgriGold | A645-30VT2PRO | VT2Pro | - | 17.1 | 61.0 | 249.4 | 251.38 | +| 10 | AgriGold | A646-30VT2RIB | VT2RIB | - | 16.0 | 59.0 | 247.3 | 249.23 | +| 12 | AgriGold | J6621VT2PRO | VT2Pro | - | 15.1 | 60.0 | 244.6 | 246.45 | +| 11 | Pioneer | P1718AML | AML | - | 16.7 | 59.0 | 245.7 | 247.61 | +| 3 | AgriGold | A647-79VT2PRO | VT2Pro | - | 17.0 | 61.0 | 257.2 | 259.16 | +| 9 | AgriGold | A648-11VT2RIB | VT2RIB | - | 20.5 | 58.0 | 248.8 | 250.99 | +| - | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.9 | 58.0 | 252.8 | 252.8 | + +Top 5 by Yield: A642-05VT2RIBD1 (AgriGold) 262.6, A642-05VT2RIBD1 (AgriGold) 262.6, A645-16VT2RIB (AgriGold) 259.3, A643-24PCE (AgriGold) 259.0, A647-79VT2PRO (AgriGold) 257.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142423.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142423.json new file mode 100644 index 00000000..45fdd16a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142423.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142423", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "city": "Hebron", + "county": "Licking", + "year": 2024, + "plot_id": "142423", + "cooperator": "HW Martins & Sons", + "plot_average": 248.46, + "planted_date": "2024-04-23", + "harvested_date": "2024-10-17", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.0, + "Yield": 238.8, + "Adj Yield": 238.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 59.0, + "Yield": 250.3, + "Adj Yield": 250.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 58.0, + "Yield": 255.3, + "Adj Yield": 255.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 59.5, + "Yield": 265.3, + "Adj Yield": 265.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.6, + "Yield": 260.1, + "Adj Yield": 260.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 57.9, + "Yield": 250.0, + "Adj Yield": 250.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.8, + "Yield": 254.7, + "Adj Yield": 254.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.4, + "Yield": 243.1, + "Adj Yield": 243.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 58.5, + "Yield": 255.1, + "Adj Yield": 255.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A640-65-5222AEZ", + "traits": "5222AEZ", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 58.1, + "Yield": 238.7, + "Adj Yield": 238.7 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 57.6, + "Yield": 235.9, + "Adj Yield": 235.9 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 56.9, + "Yield": 234.2, + "Adj Yield": 234.2 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142423" + ], + "fetched_at": "2026-05-27T02:17:48.746543+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142423.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142423.md new file mode 100644 index 00000000..bf9285cb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142423.md @@ -0,0 +1,41 @@ +# Corn yield trial — Hebron, OH, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** OH +- **County:** Licking +- **City:** Hebron +- **Year:** 2024 +- **Plot ID:** 142423 +- **Cooperator:** HW Martins & Sons +- **Plot average:** 248.46 BU/Ac +- **Planted:** 2024-04-23 +- **Harvested:** 2024-10-17 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142423 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | AgriGold | J6015PWE | PWE | - | 16.0 | 58.0 | 238.8 | 238.8 | +| 6 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.3 | 59.0 | 250.3 | 250.3 | +| 3 | AgriGold | A643-24PCE | PCE | - | 15.9 | 58.0 | 255.3 | 255.3 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.9 | 59.5 | 265.3 | 265.3 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.4 | 58.6 | 260.1 | 260.1 | +| 7 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.9 | 57.9 | 250.0 | 250.0 | +| 5 | AgriGold | A646-30VT2RIB | VT2RIB | - | 14.8 | 58.8 | 254.7 | 254.7 | +| 8 | AgriGold | A640-16-3110 | 3110 | - | 14.5 | 59.4 | 243.1 | 243.1 | +| 4 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.2 | 58.5 | 255.1 | 255.1 | +| 10 | AgriGold | A640-65-5222AEZ | 5222AEZ | - | 14.5 | 58.1 | 238.7 | 238.7 | +| 11 | AgriGold | A638-19-3110 | 3110 | - | 14.7 | 57.6 | 235.9 | 235.9 | +| 12 | AgriGold | A636-39-3110 | 3110 | - | 15.4 | 56.9 | 234.2 | 234.2 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 265.3, A644-64VT2RIB (AgriGold) 260.1, A643-24PCE (AgriGold) 255.3, A639-03VT2RIB (AgriGold) 255.1, A646-30VT2RIB (AgriGold) 254.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142425.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142425.json new file mode 100644 index 00000000..cdeeb6d9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142425.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142425", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MS", + "state_abbrev": "ms", + "city": "Senatobia", + "county": "Tate", + "year": 2024, + "plot_id": "142425", + "cooperator": "Justin Hurtt Greenleaf Farms", + "plot_average": 250.87, + "planted_date": "2024-04-17", + "harvested_date": "2024-08-23", + "population_seeds_per_acre": 38000, + "row_width": "38.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Peanuts", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 57.8, + "Yield": 241.3, + "Adj Yield": 241.3 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 58.1, + "Yield": 247.8, + "Adj Yield": 247.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 58.1, + "Yield": 251.5, + "Adj Yield": 251.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 58.7, + "Yield": 262.8, + "Adj Yield": 262.8 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 60.0, + "Yield": 231.5, + "Adj Yield": 231.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 58.3, + "Yield": 263.4, + "Adj Yield": 263.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 57.8, + "Yield": 257.1, + "Adj Yield": 257.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 56.7, + "Yield": 256.6, + "Adj Yield": 256.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 60.0, + "Yield": 256.6, + "Adj Yield": 256.6 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A648-11VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 59.2, + "Yield": 238.6, + "Adj Yield": 238.6 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.4, + "Yield": 240.1, + "Adj Yield": 240.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 60.3, + "Yield": 263.6, + "Adj Yield": 263.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 58.5, + "Yield": 270.1, + "Adj Yield": 270.1 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A6659VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.7, + "Yield": 227.3, + "Adj Yield": 227.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 58.4, + "Yield": 254.8, + "Adj Yield": 254.8 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142425" + ], + "fetched_at": "2026-05-27T02:17:49.230826+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142425.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142425.md new file mode 100644 index 00000000..b1deea59 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142425.md @@ -0,0 +1,45 @@ +# Corn yield trial — Senatobia, MS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MS +- **County:** Tate +- **City:** Senatobia +- **Year:** 2024 +- **Plot ID:** 142425 +- **Cooperator:** Justin Hurtt Greenleaf Farms +- **Plot average:** 250.87 BU/Ac +- **Planted:** 2024-04-17 +- **Harvested:** 2024-08-23 +- **Population:** 38,000 seeds/acre +- **Row width:** 38.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Peanuts +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142425 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 11 | AgriGold | A643-52VT2PRO | VT2Pro | - | 17.6 | 57.8 | 241.3 | 241.3 | +| 10 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.2 | 58.1 | 247.8 | 247.8 | +| 9 | AgriGold | A643-52VT2PRO | VT2Pro | - | 17.1 | 58.1 | 251.5 | 251.5 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.6 | 58.7 | 262.8 | 262.8 | +| 14 | AgriGold | K6429AA | 3120EZ | - | 16.7 | 60.0 | 231.5 | 231.5 | +| 3 | AgriGold | A645-16VT2PRO | VT2Pro | - | 17.4 | 58.3 | 263.4 | 263.4 | +| 5 | AgriGold | A645-22TRC | Trecepta | - | 17.6 | 57.8 | 257.1 | 257.1 | +| 7 | AgriGold | A647-42TRC | Trecepta | - | 17.7 | 56.7 | 256.6 | 256.6 | +| 6 | AgriGold | A647-79VT2PRO | VT2Pro | - | 16.6 | 60.0 | 256.6 | 256.6 | +| 13 | AgriGold | A648-11VT2PRO | VT2Pro | - | 18.2 | 59.2 | 238.6 | 238.6 | +| 12 | AgriGold | J6621VT2PRO | VT2Pro | - | 17.0 | 58.4 | 240.1 | 240.1 | +| 2 | AgriGold | A642-18SSP | SSP | - | 15.9 | 60.3 | 263.6 | 263.6 | +| 1 | AgriGold | A645-30VT2PRO | VT2Pro | - | 15.6 | 58.5 | 270.1 | 270.1 | +| 15 | AgriGold | A6659VT2PRO | VT2Pro | - | 16.8 | 58.7 | 227.3 | 227.3 | +| 8 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.2 | 58.4 | 254.8 | 254.8 | + +Top 5 by Yield: A645-30VT2PRO (AgriGold) 270.1, A642-18SSP (AgriGold) 263.6, A645-16VT2PRO (AgriGold) 263.4, A644-64VT2RIB (AgriGold) 262.8, A645-22TRC (AgriGold) 257.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142427.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142427.json new file mode 100644 index 00000000..101b8692 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142427.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142427", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MS", + "state_abbrev": "ms", + "city": "Senatobia", + "county": "Tate", + "year": 2024, + "plot_id": "142427", + "cooperator": "Zander Billingsley Farms", + "plot_average": 211.67, + "planted_date": "2024-04-17", + "harvested_date": "2024-08-28", + "population_seeds_per_acre": 36000, + "row_width": "38.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Peanuts", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 59.5, + "Yield": 219.7, + "Adj Yield": 219.7 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P17677YHR", + "traits": "Leptra", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 56.7, + "Yield": 216.7, + "Adj Yield": 216.7 + } + }, + { + "rank": 1, + "brand": "Innvictis", + "product": "A1542T", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 58.4, + "Yield": 226.8, + "Adj Yield": 226.8 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A6659VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 60.0, + "Yield": 198.2, + "Adj Yield": 198.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 59.1, + "Yield": 207.6, + "Adj Yield": 207.6 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC119-30", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 61.0, + "Yield": 202.6, + "Adj Yield": 202.6 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 62.1, + "Yield": 213.6, + "Adj Yield": 213.6 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC117-78", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 57.8, + "Yield": 209.6, + "Adj Yield": 209.6 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.6, + "Yield": 202.3, + "Adj Yield": 202.3 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 61.3, + "Yield": 219.6, + "Adj Yield": 219.6 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142427" + ], + "fetched_at": "2026-05-27T02:17:49.741903+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142427.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142427.md new file mode 100644 index 00000000..d4e177ea --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142427.md @@ -0,0 +1,40 @@ +# Corn yield trial — Senatobia, MS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MS +- **County:** Tate +- **City:** Senatobia +- **Year:** 2024 +- **Plot ID:** 142427 +- **Cooperator:** Zander Billingsley Farms +- **Plot average:** 211.67 BU/Ac +- **Planted:** 2024-04-17 +- **Harvested:** 2024-08-28 +- **Population:** 36,000 seeds/acre +- **Row width:** 38.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Peanuts +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142427 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | Dekalb | DKC68-35 | VT2Pro | - | 14.1 | 59.5 | 219.7 | 219.7 | +| 4 | Pioneer | P17677YHR | Leptra | - | 13.4 | 56.7 | 216.7 | 216.7 | +| 1 | Innvictis | A1542T | Trecepta | - | 13.7 | 58.4 | 226.8 | 226.8 | +| 10 | AgriGold | A6659VT2PRO | VT2Pro | - | 13.1 | 60.0 | 198.2 | 198.2 | +| 7 | AgriGold | A647-79VT2PRO | VT2Pro | - | 13.5 | 59.1 | 207.6 | 207.6 | +| 8 | Dekalb | DKC119-30 | VT4Pro | - | 14.4 | 61.0 | 202.6 | 202.6 | +| 5 | Dekalb | DKC68-35 | VT2Pro | - | 13.8 | 62.1 | 213.6 | 213.6 | +| 6 | Dekalb | DKC117-78 | VT2Pro | - | 14.7 | 57.8 | 209.6 | 209.6 | +| 9 | Dekalb | DKC114-99RIB | VT4RIB | - | 13.7 | 60.6 | 202.3 | 202.3 | +| 3 | Dekalb | DKC68-35 | VT2Pro | - | 13.7 | 61.3 | 219.6 | 219.6 | + +Top 5 by Yield: A1542T (Innvictis) 226.8, DKC68-35 (Dekalb) 219.7, DKC68-35 (Dekalb) 219.6, P17677YHR (Pioneer) 216.7, DKC68-35 (Dekalb) 213.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142431.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142431.json new file mode 100644 index 00000000..cc78b7b9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142431.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142431", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MS", + "state_abbrev": "ms", + "city": "Cockrum", + "county": "De Soto", + "year": 2024, + "plot_id": "142431", + "cooperator": "Beartail Farms", + "plot_average": 191.0, + "planted_date": "2024-04-22", + "harvested_date": "2024-08-22", + "population_seeds_per_acre": 36000, + "row_width": "38.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Cotton", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 58.0, + "Yield": 186.6, + "Adj Yield": 186.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 55.5, + "Yield": 179.5, + "Adj Yield": 190.59 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A6659RR", + "traits": "RR", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 55.8, + "Yield": 185.5, + "Adj Yield": 193.59 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 56.7, + "Yield": 199.0, + "Adj Yield": 204.6 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 56.6, + "Yield": 181.6, + "Adj Yield": 185.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 54.6, + "Yield": 202.8, + "Adj Yield": 204.25 + } + }, + { + "rank": 15, + "brand": "Innvictis", + "product": "A1551VT2P", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 55.5, + "Yield": 181.0, + "Adj Yield": 180.74 + } + }, + { + "rank": 5, + "brand": "Innvictis", + "product": "A1548DGVT2P", + "traits": "DGVT2PRO", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 55.4, + "Yield": 196.5, + "Adj Yield": 194.65 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 57.5, + "Yield": 204.3, + "Adj Yield": 204.3 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 57.5, + "Yield": 193.9, + "Adj Yield": 191.46 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC117-78", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 57.6, + "Yield": 190.0, + "Adj Yield": 187.63 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P13777V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 56.0, + "Yield": 201.4, + "Adj Yield": 198.65 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P13841PWUE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 54.3, + "Yield": 186.8, + "Adj Yield": 183.37 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC119-30", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 57.3, + "Yield": 200.3, + "Adj Yield": 195.85 + } + }, + { + "rank": 14, + "brand": "NK Brand", + "product": "NK1386-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 56.4, + "Yield": 186.6, + "Adj Yield": 180.83 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 58.4, + "Yield": 195.8, + "Adj Yield": 188.5 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P17677YHR", + "traits": "Leptra", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 55.9, + "Yield": 194.5, + "Adj Yield": 185.36 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 58.1, + "Yield": 212.5, + "Adj Yield": 212.5 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142431" + ], + "fetched_at": "2026-05-27T02:17:50.268570+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142431.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142431.md new file mode 100644 index 00000000..3dbcd809 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142431.md @@ -0,0 +1,48 @@ +# Corn yield trial — Cockrum, MS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MS +- **County:** De Soto +- **City:** Cockrum +- **Year:** 2024 +- **Plot ID:** 142431 +- **Cooperator:** Beartail Farms +- **Plot average:** 191.0 BU/Ac +- **Planted:** 2024-04-22 +- **Harvested:** 2024-08-22 +- **Population:** 36,000 seeds/acre +- **Row width:** 38.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Cotton +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142431 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Dekalb | DKC68-35 | VT2Pro | - | 17.6 | 58.0 | 186.6 | 186.6 | +| 8 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.2 | 55.5 | 179.5 | 190.59 | +| 6 | AgriGold | A6659RR | RR | - | 20.2 | 55.8 | 185.5 | 193.59 | +| 1 | AgriGold | A645-16VT2PRO | VT2Pro | - | 20.2 | 56.7 | 199.0 | 204.6 | +| 12 | AgriGold | A645-22TRC | Trecepta | - | 19.5 | 56.6 | 181.6 | 185.0 | +| 2 | AgriGold | A647-42TRC | Trecepta | - | 21.6 | 54.6 | 202.8 | 204.25 | +| 15 | Innvictis | A1551VT2P | VT2Pro | - | 20.6 | 55.5 | 181.0 | 180.74 | +| 5 | Innvictis | A1548DGVT2P | DGVT2PRO | - | 20.2 | 55.4 | 196.5 | 194.65 | +| - | Dekalb | DKC68-35 | VT2Pro | - | 18.6 | 57.5 | 204.3 | 204.3 | +| 7 | Dekalb | DKC114-99RIB | VT4RIB | - | 19.1 | 57.5 | 193.9 | 191.46 | +| 10 | Dekalb | DKC117-78 | VT2Pro | - | 18.0 | 57.6 | 190.0 | 187.63 | +| 3 | Pioneer | P13777V | Vorceed | - | 19.4 | 56.0 | 201.4 | 198.65 | +| 13 | Pioneer | P13841PWUE | PWE | - | 21.1 | 54.3 | 186.8 | 183.37 | +| 4 | Dekalb | DKC119-30 | VT4Pro | - | 22.1 | 57.3 | 200.3 | 195.85 | +| 14 | NK Brand | NK1386-VZ | 3330EZ | - | 18.4 | 56.4 | 186.6 | 180.83 | +| 9 | AgriGold | A647-79VT2PRO | VT2Pro | - | 19.3 | 58.4 | 195.8 | 188.5 | +| 11 | Pioneer | P17677YHR | Leptra | - | 19.9 | 55.9 | 194.5 | 185.36 | +| - | Dekalb | DKC68-35 | VT2Pro | - | 18.6 | 58.1 | 212.5 | 212.5 | + +Top 5 by Yield: DKC68-35 (Dekalb) 212.5, DKC68-35 (Dekalb) 204.3, A647-42TRC (AgriGold) 202.8, P13777V (Pioneer) 201.4, DKC119-30 (Dekalb) 200.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142439.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142439.json new file mode 100644 index 00000000..968da310 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142439.json @@ -0,0 +1,582 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142439", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Middletown", + "county": "Henry", + "year": 2024, + "plot_id": "142439", + "cooperator": "JB Chapman", + "plot_average": 265.41, + "planted_date": "2024-04-26", + "harvested_date": "2024-09-24", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Clay Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Dekalb", + "product": "DKC59-82RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 56.3, + "Yield": 257.6, + "Adj Yield": 257.6 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 56.4, + "Yield": 267.2, + "Adj Yield": 267.2 + } + }, + { + "rank": 10, + "brand": "Becks", + "product": "5864AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 54.5, + "Yield": 270.1, + "Adj Yield": 270.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 56.2, + "Yield": 271.4, + "Adj Yield": 271.4 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC59-82RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 55.1, + "Yield": 265.1, + "Adj Yield": 265.1 + } + }, + { + "rank": 25, + "brand": "Dekalb", + "product": "DKC59-82RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 55.5, + "Yield": 260.5, + "Adj Yield": 260.5 + } + }, + { + "rank": 23, + "brand": "Pioneer", + "product": "P10811AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 53.7, + "Yield": 261.4, + "Adj Yield": 261.4 + } + }, + { + "rank": 21, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 57.8, + "Yield": 261.7, + "Adj Yield": 261.7 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC59-82RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 56.4, + "Yield": 247.2, + "Adj Yield": 247.2 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P1170AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 55.9, + "Yield": 272.6, + "Adj Yield": 272.6 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 58.9, + "Yield": 266.6, + "Adj Yield": 266.6 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P1136AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 54.5, + "Yield": 277.2, + "Adj Yield": 277.2 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC59-82RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 55.7, + "Yield": 257.4, + "Adj Yield": 257.4 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC62-70RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 57.5, + "Yield": 267.5, + "Adj Yield": 267.5 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 57.2, + "Yield": 269.3, + "Adj Yield": 269.3 + } + }, + { + "rank": 19, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 56.4, + "Yield": 264.9, + "Adj Yield": 264.9 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC59-82RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 55.5, + "Yield": 258.7, + "Adj Yield": 258.7 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P1222AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 57.6, + "Yield": 275.9, + "Adj Yield": 275.9 + } + }, + { + "rank": 27, + "brand": "Dekalb", + "product": "DKC63-91RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 57.9, + "Yield": 258.9, + "Adj Yield": 258.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 54.9, + "Yield": 271.9, + "Adj Yield": 271.9 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC59-82RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 56.7, + "Yield": 263.5, + "Adj Yield": 263.5 + } + }, + { + "rank": 20, + "brand": "Dyna Gro", + "product": "D53VC54RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 55.3, + "Yield": 262.6, + "Adj Yield": 262.6 + } + }, + { + "rank": 26, + "brand": "Becks", + "product": "6374V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 57.1, + "Yield": 259.9, + "Adj Yield": 259.9 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 56.8, + "Yield": 268.5, + "Adj Yield": 268.5 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC59-82RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 56.3, + "Yield": 256.1, + "Adj Yield": 256.1 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P1383AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 57.0, + "Yield": 268.4, + "Adj Yield": 268.4 + } + }, + { + "rank": 31, + "brand": "Dekalb", + "product": "DKC113-83RIB", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 57.7, + "Yield": 243.8, + "Adj Yield": 243.8 + } + }, + { + "rank": 18, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 56.6, + "Yield": 266.1, + "Adj Yield": 266.1 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC59-82RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 58.5, + "Yield": 256.3, + "Adj Yield": 256.3 + } + }, + { + "rank": 24, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 61.0, + "Yield": 261.2, + "Adj Yield": 261.2 + } + }, + { + "rank": 22, + "brand": "Becks", + "product": "6469VT2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 56.4, + "Yield": 261.5, + "Adj Yield": 261.5 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 57.8, + "Yield": 267.1, + "Adj Yield": 267.1 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC59-82RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.1, + "Yield": 258.5, + "Adj Yield": 258.5 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 59.0, + "Yield": 272.5, + "Adj Yield": 272.5 + } + }, + { + "rank": 30, + "brand": "Pioneer", + "product": "P1587AMX", + "traits": "AMX", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 57.7, + "Yield": 252.6, + "Adj Yield": 252.6 + } + }, + { + "rank": 29, + "brand": "Dekalb", + "product": "DKC66-18RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 57.9, + "Yield": 253.6, + "Adj Yield": 253.6 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC59-82RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 54.4, + "Yield": 244.2, + "Adj Yield": 244.2 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 54.6, + "Yield": 271.2, + "Adj Yield": 271.2 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P1742PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 55.0, + "Yield": 274.0, + "Adj Yield": 274.0 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 58.4, + "Yield": 270.2, + "Adj Yield": 270.2 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC59-82RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 55.0, + "Yield": 252.0, + "Adj Yield": 252.0 + } + }, + { + "rank": 28, + "brand": "Dyna Gro", + "product": "D60TC45", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 54.7, + "Yield": 257.5, + "Adj Yield": 257.5 + } + } + ], + "n_results": 42, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142439" + ], + "fetched_at": "2026-05-27T02:17:50.725058+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142439.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142439.md new file mode 100644 index 00000000..e776e01e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142439.md @@ -0,0 +1,72 @@ +# Corn yield trial — Middletown, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Henry +- **City:** Middletown +- **Year:** 2024 +- **Plot ID:** 142439 +- **Cooperator:** JB Chapman +- **Plot average:** 265.41 BU/Ac +- **Planted:** 2024-04-26 +- **Harvested:** 2024-09-24 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Clay Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142439 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Dekalb | DKC59-82RIB | VT2RIB | - | 18.7 | 56.3 | 257.6 | 257.6 | +| 15 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 17.5 | 56.4 | 267.2 | 267.2 | +| 10 | Becks | 5864AM | AM | - | 20.4 | 54.5 | 270.1 | 270.1 | +| 7 | AgriGold | A639-03VT2RIB | VT2RIB | - | 19.7 | 56.2 | 271.4 | 271.4 | +| - | Dekalb | DKC59-82RIB | VT2RIB | - | 19.5 | 55.1 | 265.1 | 265.1 | +| 25 | Dekalb | DKC59-82RIB | VT2RIB | - | 18.7 | 55.5 | 260.5 | 260.5 | +| 23 | Pioneer | P10811AM | AM | - | 20.2 | 53.7 | 261.4 | 261.4 | +| 21 | Dekalb | DKC110-10RIB | STXRIB | - | 18.3 | 57.8 | 261.7 | 261.7 | +| - | Dekalb | DKC59-82RIB | VT2RIB | - | 17.8 | 56.4 | 247.2 | 247.2 | +| 4 | Pioneer | P1170AM | AM | - | 19.9 | 55.9 | 272.6 | 272.6 | +| 17 | Dekalb | DKC111-35RIB | VT2RIB | - | 18.4 | 58.9 | 266.6 | 266.6 | +| 1 | Pioneer | P1136AM | AM | - | 19.3 | 54.5 | 277.2 | 277.2 | +| - | Dekalb | DKC59-82RIB | VT2RIB | - | 18.1 | 55.7 | 257.4 | 257.4 | +| 14 | Dekalb | DKC62-70RIB | STXRIB | - | 17.7 | 57.5 | 267.5 | 267.5 | +| 11 | AgriGold | A642-32VT2PRO | VT2Pro | - | 20.2 | 57.2 | 269.3 | 269.3 | +| 19 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 19.7 | 56.4 | 264.9 | 264.9 | +| - | Dekalb | DKC59-82RIB | VT2RIB | - | 18.5 | 55.5 | 258.7 | 258.7 | +| 2 | Pioneer | P1222AM | AM | - | 19.0 | 57.6 | 275.9 | 275.9 | +| 27 | Dekalb | DKC63-91RIB | VT2RIB | - | 17.7 | 57.9 | 258.9 | 258.9 | +| 6 | AgriGold | A643-24PCE | PCE | - | 20.7 | 54.9 | 271.9 | 271.9 | +| - | Dekalb | DKC59-82RIB | VT2RIB | - | 18.4 | 56.7 | 263.5 | 263.5 | +| 20 | Dyna Gro | D53VC54RIB | VT2RIB | - | 21.1 | 55.3 | 262.6 | 262.6 | +| 26 | Becks | 6374V2P | VT2RIB | - | 18.8 | 57.1 | 259.9 | 259.9 | +| 12 | AgriGold | A643-52VT2RIB | VT2RIB | - | 20.5 | 56.8 | 268.5 | 268.5 | +| - | Dekalb | DKC59-82RIB | VT2RIB | - | 18.6 | 56.3 | 256.1 | 256.1 | +| 13 | Pioneer | P1383AM | AM | - | 19.9 | 57.0 | 268.4 | 268.4 | +| 31 | Dekalb | DKC113-83RIB | Trecepta | - | 17.4 | 57.7 | 243.8 | 243.8 | +| 18 | Pioneer | P13777PCE | PCE | - | 20.1 | 56.6 | 266.1 | 266.1 | +| - | Dekalb | DKC59-82RIB | VT2RIB | - | 17.4 | 58.5 | 256.3 | 256.3 | +| 24 | Dekalb | DKC64-22RIB | VT2RIB | - | 16.9 | 61.0 | 261.2 | 261.2 | +| 22 | Becks | 6469VT2P | VT2RIB | - | 20.6 | 56.4 | 261.5 | 261.5 | +| 16 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.9 | 57.8 | 267.1 | 267.1 | +| - | Dekalb | DKC59-82RIB | VT2RIB | - | 17.0 | 58.1 | 258.5 | 258.5 | +| 5 | Dekalb | DKC114-99RIB | VT4RIB | - | 18.2 | 59.0 | 272.5 | 272.5 | +| 30 | Pioneer | P1587AMX | AMX | - | 20.0 | 57.7 | 252.6 | 252.6 | +| 29 | Dekalb | DKC66-18RIB | VT2RIB | - | 18.8 | 57.9 | 253.6 | 253.6 | +| - | Dekalb | DKC59-82RIB | VT2RIB | - | 18.8 | 54.4 | 244.2 | 244.2 | +| 8 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 19.5 | 54.6 | 271.2 | 271.2 | +| 3 | Pioneer | P1742PCE | PCE | - | 20.9 | 55.0 | 274.0 | 274.0 | +| 9 | Dekalb | DKC68-35RIB | VT2RIB | - | 18.6 | 58.4 | 270.2 | 270.2 | +| - | Dekalb | DKC59-82RIB | VT2RIB | - | 17.4 | 55.0 | 252.0 | 252.0 | +| 28 | Dyna Gro | D60TC45 | Trecepta | - | 20.4 | 54.7 | 257.5 | 257.5 | + +Top 5 by Yield: P1136AM (Pioneer) 277.2, P1222AM (Pioneer) 275.9, P1742PCE (Pioneer) 274.0, P1170AM (Pioneer) 272.6, DKC114-99RIB (Dekalb) 272.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142440.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142440.json new file mode 100644 index 00000000..fc6dbbcc --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142440.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142440", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Owensboro", + "county": "Daviess", + "year": 2024, + "plot_id": "142440", + "cooperator": "Goetz Bros. Farms", + "plot_average": 288.31, + "planted_date": "2024-04-30", + "harvested_date": "2024-09-11", + "population_seeds_per_acre": 38000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Trivapro", + "herbicide": "Acuron", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 58.0, + "Yield": 281.2, + "Adj Yield": 281.2 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 57.0, + "Yield": 258.1, + "Adj Yield": 271.57 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 58.0, + "Yield": 303.8, + "Adj Yield": 313.44 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 56.0, + "Yield": 301.0, + "Adj Yield": 307.26 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 58.0, + "Yield": 290.5, + "Adj Yield": 293.66 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 58.0, + "Yield": 292.4, + "Adj Yield": 292.67 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 58.0, + "Yield": 297.2, + "Adj Yield": 294.76 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 59.0, + "Yield": 270.5, + "Adj Yield": 265.29 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 57.0, + "Yield": 301.4, + "Adj Yield": 293.27 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 58.0, + "Yield": 310.7, + "Adj Yield": 310.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 58.0, + "Yield": 310.7, + "Adj Yield": 302.08 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 57.0, + "Yield": 287.5, + "Adj Yield": 280.58 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC117-78RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 58.0, + "Yield": 284.2, + "Adj Yield": 278.31 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 57.0, + "Yield": 282.1, + "Adj Yield": 276.72 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 59.0, + "Yield": 300.6, + "Adj Yield": 295.47 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 58.0, + "Yield": 309.5, + "Adj Yield": 304.2 + } + }, + { + "rank": 15, + "brand": "Pioneer", + "product": "P1718AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 55.0, + "Yield": 261.0, + "Adj Yield": 255.38 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 56.0, + "Yield": 305.3, + "Adj Yield": 305.3 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142440" + ], + "fetched_at": "2026-05-27T02:17:51.245873+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142440.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142440.md new file mode 100644 index 00000000..66d4b5ac --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142440.md @@ -0,0 +1,51 @@ +# Corn yield trial — Owensboro, KY, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Daviess +- **City:** Owensboro +- **Year:** 2024 +- **Plot ID:** 142440 +- **Cooperator:** Goetz Bros. Farms +- **Plot average:** 288.31 BU/Ac +- **Planted:** 2024-04-30 +- **Harvested:** 2024-09-11 +- **Population:** 38,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Trivapro +- **Herbicide:** Acuron +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142440 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.5 | 58.0 | 281.2 | 281.2 | +| 13 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.3 | 57.0 | 258.1 | 271.57 | +| 1 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.8 | 58.0 | 303.8 | 313.44 | +| 2 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 18.0 | 56.0 | 301.0 | 307.26 | +| 7 | Dekalb | DKC64-22RIB | VT2RIB | - | 17.4 | 58.0 | 290.5 | 293.66 | +| 9 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.5 | 58.0 | 292.4 | 292.67 | +| 6 | Dekalb | DKC114-99RIB | VT4RIB | - | 17.8 | 58.0 | 297.2 | 294.76 | +| 14 | AgriGold | A645-30VT2PRO | VT2Pro | - | 18.9 | 59.0 | 270.5 | 265.29 | +| 8 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 18.9 | 57.0 | 301.4 | 293.27 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 19.0 | 58.0 | 310.7 | 310.7 | +| 4 | AgriGold | A645-16VT2RIB | VT2RIB | - | 19.0 | 58.0 | 310.7 | 302.08 | +| 10 | AgriGold | A646-30VT2RIB | VT2RIB | - | 18.0 | 57.0 | 287.5 | 280.58 | +| 11 | Dekalb | DKC117-78RIB | VT2RIB | - | 19.1 | 58.0 | 284.2 | 278.31 | +| 12 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 20.0 | 57.0 | 282.1 | 276.72 | +| 5 | AgriGold | A647-79VT2PRO | VT2Pro | - | 17.2 | 59.0 | 300.6 | 295.47 | +| 3 | Dekalb | DKC68-35RIB | VT2RIB | - | 18.1 | 58.0 | 309.5 | 304.2 | +| 15 | Pioneer | P1718AML | AML | - | 17.5 | 55.0 | 261.0 | 255.38 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 20.4 | 56.0 | 305.3 | 305.3 | + +Top 5 by Yield: A645-16VT2RIB (AgriGold) 310.7, A645-16VT2RIB (AgriGold) 310.7, DKC68-35RIB (Dekalb) 309.5, A645-16VT2RIB (AgriGold) 305.3, A642-05VT2RIBD1 (AgriGold) 303.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142442.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142442.json new file mode 100644 index 00000000..9e36d602 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142442.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142442", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Belmont", + "county": "Wabash", + "year": 2024, + "plot_id": "142442", + "cooperator": "Matt & Leland Marriott", + "plot_average": 238.59, + "planted_date": "2024-04-27", + "harvested_date": "2024-09-19", + "population_seeds_per_acre": 31000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Muck", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 10, + "brand": "AgriGold", + "product": "A6499", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 60.0, + "Yield": 211.2, + "Adj Yield": 211.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 61.5, + "Yield": 229.4, + "Adj Yield": 229.4 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 58.0, + "Yield": 222.7, + "Adj Yield": 222.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 57.5, + "Yield": 246.2, + "Adj Yield": 246.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A646-30", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 58.0, + "Yield": 259.4, + "Adj Yield": 259.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A648-11", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 58.5, + "Yield": 244.2, + "Adj Yield": 244.2 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P0953AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.5, + "Yield": 232.1, + "Adj Yield": 232.1 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.0, + "Yield": 252.6, + "Adj Yield": 252.6 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P15784AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 60.5, + "Yield": 256.1, + "Adj Yield": 256.1 + } + }, + { + "rank": 7, + "brand": "Becks", + "product": "6774", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 59.5, + "Yield": 232.0, + "Adj Yield": 232.0 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142442" + ], + "fetched_at": "2026-05-27T02:17:51.721252+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142442.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142442.md new file mode 100644 index 00000000..1d5898d8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142442.md @@ -0,0 +1,40 @@ +# Corn yield trial — Belmont, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Wabash +- **City:** Belmont +- **Year:** 2024 +- **Plot ID:** 142442 +- **Cooperator:** Matt & Leland Marriott +- **Plot average:** 238.59 BU/Ac +- **Planted:** 2024-04-27 +- **Harvested:** 2024-09-19 +- **Population:** 31,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Muck +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142442 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 10 | AgriGold | A6499 | C | - | 13.9 | 60.0 | 211.2 | 211.2 | +| 8 | AgriGold | A642-32 | C | - | 14.4 | 61.5 | 229.4 | 229.4 | +| 9 | AgriGold | A644-19 | C | - | 14.6 | 58.0 | 222.7 | 222.7 | +| 4 | AgriGold | A645-16 | C | - | 17.1 | 57.5 | 246.2 | 246.2 | +| 1 | AgriGold | A646-30 | C | - | 15.2 | 58.0 | 259.4 | 259.4 | +| 5 | AgriGold | A648-11 | C | - | 17.3 | 58.5 | 244.2 | 244.2 | +| 6 | Pioneer | P0953AM | AM | - | 14.3 | 59.5 | 232.1 | 232.1 | +| 3 | Pioneer | P14830AML | AML | - | 15.0 | 59.0 | 252.6 | 252.6 | +| 2 | Pioneer | P15784AM | AM | - | 14.9 | 60.5 | 256.1 | 256.1 | +| 7 | Becks | 6774 | C | - | 15.9 | 59.5 | 232.0 | 232.0 | + +Top 5 by Yield: A646-30 (AgriGold) 259.4, P15784AM (Pioneer) 256.1, P14830AML (Pioneer) 252.6, A645-16 (AgriGold) 246.2, A648-11 (AgriGold) 244.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142444.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142444.json new file mode 100644 index 00000000..4560f52c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142444.json @@ -0,0 +1,309 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142444", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Cascade", + "county": "Jones", + "year": 2024, + "plot_id": "142444", + "cooperator": "Joe Trumm", + "plot_average": 271.64, + "planted_date": "2024-04-30", + "harvested_date": "2024-10-07", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 54.1, + "Yield": 264.0, + "Adj Yield": 264.0 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A636-39DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 56.7, + "Yield": 251.1, + "Adj Yield": 251.1 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 58.0, + "Yield": 254.1, + "Adj Yield": 254.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 58.9, + "Yield": 282.2, + "Adj Yield": 282.2 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 59.7, + "Yield": 264.6, + "Adj Yield": 264.6 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A639-70STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 57.3, + "Yield": 260.9, + "Adj Yield": 260.9 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 54.0, + "Yield": 265.2, + "Adj Yield": 265.2 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 56.5, + "Yield": 258.5, + "Adj Yield": 258.5 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 56.2, + "Yield": 264.2, + "Adj Yield": 264.2 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A640-24-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 58.2, + "Yield": 262.8, + "Adj Yield": 262.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 57.3, + "Yield": 278.7, + "Adj Yield": 278.7 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 55.4, + "Yield": 248.4, + "Adj Yield": 248.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 56.9, + "Yield": 297.4, + "Adj Yield": 297.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 58.0, + "Yield": 277.6, + "Adj Yield": 277.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 58.6, + "Yield": 280.0, + "Adj Yield": 280.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 55.3, + "Yield": 300.2, + "Adj Yield": 300.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 56.2, + "Yield": 284.9, + "Adj Yield": 284.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 57.5, + "Yield": 289.1, + "Adj Yield": 289.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-16STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 56.7, + "Yield": 269.8, + "Adj Yield": 269.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 55.5, + "Yield": 271.5, + "Adj Yield": 271.5 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 55.0, + "Yield": 254.4, + "Adj Yield": 254.4 + } + } + ], + "n_results": 21, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142444" + ], + "fetched_at": "2026-05-27T02:17:52.233658+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142444.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142444.md new file mode 100644 index 00000000..70d24203 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142444.md @@ -0,0 +1,50 @@ +# Corn yield trial — Cascade, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Jones +- **City:** Cascade +- **Year:** 2024 +- **Plot ID:** 142444 +- **Cooperator:** Joe Trumm +- **Plot average:** 271.64 BU/Ac +- **Planted:** 2024-04-30 +- **Harvested:** 2024-10-07 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142444 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A636-16-5222 | 5222 | - | 18.3 | 54.1 | 264.0 | 264.0 | +| 18 | AgriGold | A636-39DV-RN | 5222 | - | 17.7 | 56.7 | 251.1 | 251.1 | +| 17 | AgriGold | A636-42SSP | SSP | - | 16.6 | 58.0 | 254.1 | 254.1 | +| 5 | AgriGold | K5836PWE | PWE | - | 17.7 | 58.9 | 282.2 | 282.2 | +| 12 | AgriGold | A639-91SSPRIB | SSPRIB | - | 18.2 | 59.7 | 264.6 | 264.6 | +| 15 | AgriGold | A639-70STXRIB | STXRIB | - | 16.8 | 57.3 | 260.9 | 260.9 | +| 11 | AgriGold | A636-16-5222 | 5222 | - | 19.0 | 54.0 | 265.2 | 265.2 | +| 16 | AgriGold | A640-12STXRIB | STXRIB | - | 18.9 | 56.5 | 258.5 | 258.5 | +| 13 | AgriGold | J6015PWE | PWE | - | 19.3 | 56.2 | 264.2 | 264.2 | +| 14 | AgriGold | A640-24-3110 | 3110 | - | 19.1 | 58.2 | 262.8 | 262.8 | +| 7 | AgriGold | A641-85STXRIB | STXRIB | - | 21.0 | 57.3 | 278.7 | 278.7 | +| 19 | AgriGold | J6227DV-RN | 5222 | - | 20.7 | 55.4 | 248.4 | 248.4 | +| 2 | AgriGold | A642-18SSP | SSP | - | 20.8 | 56.9 | 297.4 | 297.4 | +| 8 | AgriGold | A642-32VT2PRO | VT2Pro | - | 21.6 | 58.0 | 277.6 | 277.6 | +| 6 | AgriGold | A643-52STXRIB | STXRIB | - | 21.3 | 58.6 | 280.0 | 280.0 | +| 1 | AgriGold | A643-24PCE | PCE | - | 21.5 | 55.3 | 300.2 | 300.2 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 22.0 | 56.2 | 284.9 | 284.9 | +| 3 | AgriGold | A645-71STXRIB | STXRIB | - | 22.2 | 57.5 | 289.1 | 289.1 | +| 10 | AgriGold | A645-16STXRIB | STXRIB | - | 21.7 | 56.7 | 269.8 | 269.8 | +| 9 | AgriGold | A646-17STXRIB | STXRIB | - | 23.4 | 55.5 | 271.5 | 271.5 | +| - | AgriGold | A636-16-5222 | 5222 | - | 20.4 | 55.0 | 254.4 | 254.4 | + +Top 5 by Yield: A643-24PCE (AgriGold) 300.2, A642-18SSP (AgriGold) 297.4, A645-71STXRIB (AgriGold) 289.1, A644-64VT2RIB (AgriGold) 284.9, K5836PWE (AgriGold) 282.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142447.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142447.json new file mode 100644 index 00000000..48f8e3d8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142447.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142447", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Centerville", + "county": "Appanoose", + "year": 2024, + "plot_id": "142447", + "cooperator": "Brad Morrow", + "plot_average": 226.62, + "planted_date": "2024-04-15", + "harvested_date": "2024-10-16", + "population_seeds_per_acre": 32500, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 60.2, + "Yield": 233.9, + "Adj Yield": 233.9 + } + }, + { + "rank": 9, + "brand": "Golden Harvest", + "product": "G11V76-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 57.9, + "Yield": 228.0, + "Adj Yield": 216.93 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 59.4, + "Yield": 243.5, + "Adj Yield": 234.45 + } + }, + { + "rank": 8, + "brand": "Golden Harvest", + "product": "G12U11-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.4, + "Yield": 229.8, + "Adj Yield": 222.78 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 58.0, + "Yield": 262.1, + "Adj Yield": 257.06 + } + }, + { + "rank": 10, + "brand": "Golden Harvest", + "product": "G13U96-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 57.0, + "Yield": 215.5, + "Adj Yield": 212.43 + } + }, + { + "rank": 7, + "brand": "Golden Harvest", + "product": "G13U29-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.7, + "Yield": 224.4, + "Adj Yield": 223.34 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.5, + "Yield": 247.5, + "Adj Yield": 248.49 + } + }, + { + "rank": 11, + "brand": "Golden Harvest", + "product": "G14B32-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 57.7, + "Yield": 201.9, + "Adj Yield": 204.93 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 58.9, + "Yield": 239.0, + "Adj Yield": 244.03 + } + }, + { + "rank": 6, + "brand": "Golden Harvest", + "product": "G15U34-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 59.8, + "Yield": 216.6, + "Adj Yield": 223.66 + } + }, + { + "rank": 4, + "brand": "Golden Harvest", + "product": "G15J91-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 57.5, + "Yield": 227.3, + "Adj Yield": 236.41 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 59.2, + "Yield": 183.9, + "Adj Yield": 194.98 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 57.4, + "Yield": 207.7, + "Adj Yield": 207.7 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142447" + ], + "fetched_at": "2026-05-27T02:17:52.748116+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142447.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142447.md new file mode 100644 index 00000000..1bf38409 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142447.md @@ -0,0 +1,44 @@ +# Corn yield trial — Centerville, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Appanoose +- **City:** Centerville +- **Year:** 2024 +- **Plot ID:** 142447 +- **Cooperator:** Brad Morrow +- **Plot average:** 226.62 BU/Ac +- **Planted:** 2024-04-15 +- **Harvested:** 2024-10-16 +- **Population:** 32,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142447 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 13.9 | 60.2 | 233.9 | 233.9 | +| 9 | Golden Harvest | G11V76-AA | 3120EZ | - | 13.8 | 57.9 | 228.0 | 216.93 | +| 5 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 13.9 | 59.4 | 243.5 | 234.45 | +| 8 | Golden Harvest | G12U11-AA | 3220EZ | - | 14.7 | 58.4 | 229.8 | 222.78 | +| 1 | AgriGold | A643-24PCE | PCE | - | 14.6 | 58.0 | 262.1 | 257.06 | +| 10 | Golden Harvest | G13U96-DV | 5222EZ | - | 14.5 | 57.0 | 215.5 | 212.43 | +| 7 | Golden Harvest | G13U29-VZ | 3330EZ | - | 14.7 | 58.7 | 224.4 | 223.34 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.7 | 58.5 | 247.5 | 248.49 | +| 11 | Golden Harvest | G14B32-DV | 5222 | - | 14.9 | 57.7 | 201.9 | 204.93 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.2 | 58.9 | 239.0 | 244.03 | +| 6 | Golden Harvest | G15U34-V | 3220EZ | - | 15.3 | 59.8 | 216.6 | 223.66 | +| 4 | Golden Harvest | G15J91-V | 3220 | - | 15.1 | 57.5 | 227.3 | 236.41 | +| 12 | AgriGold | A645-30VT2PRO | VT2Pro | - | 14.7 | 59.2 | 183.9 | 194.98 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.9 | 57.4 | 207.7 | 207.7 | + +Top 5 by Yield: A643-24PCE (AgriGold) 262.1, A643-52VT2RIB (AgriGold) 247.5, A642-05VT2RIBD1 (AgriGold) 243.5, A644-64VT2RIB (AgriGold) 239.0, A645-16VT2RIB (AgriGold) 233.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142449.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142449.json new file mode 100644 index 00000000..944dc129 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142449.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142449", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "PA", + "state_abbrev": "pa", + "city": "Oley", + "county": "Berks", + "year": 2024, + "plot_id": "142449", + "cooperator": "Troy Alderfer", + "plot_average": 246.56, + "planted_date": "2024-04-30", + "harvested_date": "2024-10-17", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Loamy Sand", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 11, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 57.9, + "Yield": 237.6, + "Adj Yield": 237.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 57.5, + "Yield": 246.5, + "Adj Yield": 246.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 60.2, + "Yield": 245.4, + "Adj Yield": 245.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 59.2, + "Yield": 254.3, + "Adj Yield": 254.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.7, + "Yield": 254.7, + "Adj Yield": 254.7 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.8, + "Yield": 233.8, + "Adj Yield": 233.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 60.6, + "Yield": 251.5, + "Adj Yield": 251.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 60.4, + "Yield": 252.9, + "Adj Yield": 252.9 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P1289AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 61.7, + "Yield": 245.0, + "Adj Yield": 245.0 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 56.5, + "Yield": 230.1, + "Adj Yield": 230.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 56.1, + "Yield": 241.7, + "Adj Yield": 241.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 57.3, + "Yield": 252.7, + "Adj Yield": 252.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 61.3, + "Yield": 259.1, + "Adj Yield": 259.1 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142449" + ], + "fetched_at": "2026-05-27T02:17:53.260773+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142449.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142449.md new file mode 100644 index 00000000..b987cff5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142449.md @@ -0,0 +1,43 @@ +# Corn yield trial — Oley, PA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** PA +- **County:** Berks +- **City:** Oley +- **Year:** 2024 +- **Plot ID:** 142449 +- **Cooperator:** Troy Alderfer +- **Plot average:** 246.56 BU/Ac +- **Planted:** 2024-04-30 +- **Harvested:** 2024-10-17 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Loamy Sand +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142449 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 11 | AgriGold | A636-42SSP | SSP | - | 16.6 | 57.9 | 237.6 | 237.6 | +| 7 | AgriGold | A636-16-5222 | 5222 | - | 16.4 | 57.5 | 246.5 | 246.5 | +| 8 | AgriGold | A637-72VT2PRO | VT2Pro | - | 16.2 | 60.2 | 245.4 | 245.4 | +| 3 | AgriGold | K5836PWE | PWE | - | 16.5 | 59.2 | 254.3 | 254.3 | +| 2 | AgriGold | A639-03VT2RIB | VT2RIB | - | 16.0 | 58.7 | 254.7 | 254.7 | +| 12 | AgriGold | A632-68VT2RIB | VT2RIB | - | 15.4 | 60.8 | 233.8 | 233.8 | +| 6 | AgriGold | A640-16-3110 | 3110 | - | 16.1 | 60.6 | 251.5 | 251.5 | +| 4 | AgriGold | A641-85STXRIB | STXRIB | - | 16.6 | 60.4 | 252.9 | 252.9 | +| 9 | Pioneer | P1289AM | AM | - | 16.1 | 61.7 | 245.0 | 245.0 | +| 13 | AgriGold | A643-24PCE | PCE | - | 18.3 | 56.5 | 230.1 | 230.1 | +| 10 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.9 | 56.1 | 241.7 | 241.7 | +| 5 | AgriGold | A642-18SSP | SSP | - | 16.9 | 57.3 | 252.7 | 252.7 | +| 1 | AgriGold | A6499STXRIB | STXRIB | - | 16.7 | 61.3 | 259.1 | 259.1 | + +Top 5 by Yield: A6499STXRIB (AgriGold) 259.1, A639-03VT2RIB (AgriGold) 254.7, K5836PWE (AgriGold) 254.3, A641-85STXRIB (AgriGold) 252.9, A642-18SSP (AgriGold) 252.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142453.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142453.json new file mode 100644 index 00000000..206ba62f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142453.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142453", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Martelle", + "county": "Jones", + "year": 2024, + "plot_id": "142453", + "cooperator": "Alan Kuntz", + "plot_average": 232.98, + "planted_date": "2024-04-30", + "harvested_date": "2024-10-09", + "population_seeds_per_acre": 35600, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 58.0, + "Yield": 221.1, + "Adj Yield": 221.1 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A630-04", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 58.5, + "Yield": 211.3, + "Adj Yield": 211.3 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A632-68", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 59.6, + "Yield": 220.2, + "Adj Yield": 220.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.1, + "Yield": 229.8, + "Adj Yield": 229.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 56.5, + "Yield": 235.0, + "Adj Yield": 235.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 59.4, + "Yield": 257.6, + "Adj Yield": 257.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A6499", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 58.2, + "Yield": 246.0, + "Adj Yield": 246.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 57.2, + "Yield": 232.9, + "Adj Yield": 232.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 56.6, + "Yield": 234.3, + "Adj Yield": 234.3 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A646-30", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 56.2, + "Yield": 227.6, + "Adj Yield": 227.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A648-11", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 58.0, + "Yield": 237.0, + "Adj Yield": 237.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 60.1, + "Yield": 240.0, + "Adj Yield": 240.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 58.3, + "Yield": 224.1, + "Adj Yield": 224.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 56.5, + "Yield": 225.6, + "Adj Yield": 225.6 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142453" + ], + "fetched_at": "2026-05-27T02:17:53.757340+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142453.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142453.md new file mode 100644 index 00000000..465a4882 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142453.md @@ -0,0 +1,44 @@ +# Corn yield trial — Martelle, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Jones +- **City:** Martelle +- **Year:** 2024 +- **Plot ID:** 142453 +- **Cooperator:** Alan Kuntz +- **Plot average:** 232.98 BU/Ac +- **Planted:** 2024-04-30 +- **Harvested:** 2024-10-09 +- **Population:** 35,600 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142453 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A638-19 | C | - | 15.3 | 58.0 | 221.1 | 221.1 | +| 12 | AgriGold | A630-04 | C | - | 13.0 | 58.5 | 211.3 | 211.3 | +| 11 | AgriGold | A632-68 | C | - | 13.9 | 59.6 | 220.2 | 220.2 | +| 8 | AgriGold | A636-39-3110 | 3110 | - | 15.4 | 58.1 | 229.8 | 229.8 | +| 5 | AgriGold | A638-19 | C | - | 15.5 | 56.5 | 235.0 | 235.0 | +| 1 | AgriGold | A642-32 | C | - | 17.0 | 59.4 | 257.6 | 257.6 | +| 2 | AgriGold | A6499 | C | - | 17.6 | 58.2 | 246.0 | 246.0 | +| 7 | AgriGold | A644-19 | C | - | 17.3 | 57.2 | 232.9 | 232.9 | +| 6 | AgriGold | A645-16 | C | - | 19.3 | 56.6 | 234.3 | 234.3 | +| 9 | AgriGold | A646-30 | C | - | 19.0 | 56.2 | 227.6 | 227.6 | +| 4 | AgriGold | A648-11 | C | - | 20.0 | 58.0 | 237.0 | 237.0 | +| 3 | AgriGold | A642-32 | C | - | 18.0 | 60.1 | 240.0 | 240.0 | +| 10 | AgriGold | A636-39-3110 | 3110 | - | 15.5 | 58.3 | 224.1 | 224.1 | +| - | AgriGold | A638-19 | C | - | 16.2 | 56.5 | 225.6 | 225.6 | + +Top 5 by Yield: A642-32 (AgriGold) 257.6, A6499 (AgriGold) 246.0, A642-32 (AgriGold) 240.0, A648-11 (AgriGold) 237.0, A638-19 (AgriGold) 235.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142458.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142458.json new file mode 100644 index 00000000..213e67e2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142458.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142458", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Washington", + "county": "Washington", + "year": 2024, + "plot_id": "142458", + "cooperator": "Brad Sheetz", + "plot_average": 281.83, + "planted_date": "2024-04-15", + "harvested_date": "2024-09-11", + "population_seeds_per_acre": 30900, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 11, + "brand": "AgriGold", + "product": "A648-11", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 56.7, + "Yield": 269.9, + "Adj Yield": 269.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A646-30", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 56.7, + "Yield": 290.7, + "Adj Yield": 290.7 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 23.6, + "Test Wt.": 54.6, + "Yield": 266.5, + "Adj Yield": 266.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 24.5, + "Test Wt.": 54.5, + "Yield": 289.3, + "Adj Yield": 289.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 56.6, + "Yield": 279.5, + "Adj Yield": 279.5 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC65-92", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 58.3, + "Yield": 278.3, + "Adj Yield": 278.3 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 58.0, + "Yield": 280.4, + "Adj Yield": 280.4 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P1870", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 56.1, + "Yield": 290.1, + "Adj Yield": 290.1 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P1359", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 55.4, + "Yield": 276.9, + "Adj Yield": 276.9 + } + }, + { + "rank": 10, + "brand": "Pioneer", + "product": "P1222", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 55.6, + "Yield": 275.0, + "Adj Yield": 275.0 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P1185", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 59.1, + "Yield": 292.0, + "Adj Yield": 292.0 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P0924", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 56.7, + "Yield": 293.4, + "Adj Yield": 293.4 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142458" + ], + "fetched_at": "2026-05-27T02:17:54.228187+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142458.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142458.md new file mode 100644 index 00000000..2775547a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142458.md @@ -0,0 +1,41 @@ +# Corn yield trial — Washington, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Washington +- **City:** Washington +- **Year:** 2024 +- **Plot ID:** 142458 +- **Cooperator:** Brad Sheetz +- **Plot average:** 281.83 BU/Ac +- **Planted:** 2024-04-15 +- **Harvested:** 2024-09-11 +- **Population:** 30,900 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142458 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 11 | AgriGold | A648-11 | C | - | 22.3 | 56.7 | 269.9 | 269.9 | +| 3 | AgriGold | A646-30 | C | - | 20.8 | 56.7 | 290.7 | 290.7 | +| 12 | AgriGold | A645-16 | C | - | 23.6 | 54.6 | 266.5 | 266.5 | +| 5 | AgriGold | A644-19 | C | - | 24.5 | 54.5 | 289.3 | 289.3 | +| 7 | AgriGold | A638-19 | C | - | 20.5 | 56.6 | 279.5 | 279.5 | +| 8 | Dekalb | DKC65-92 | C | - | 19.7 | 58.3 | 278.3 | 278.3 | +| 6 | Dekalb | - | - | - | 19.5 | 58.0 | 280.4 | 280.4 | +| 4 | Pioneer | P1870 | C | - | 23.2 | 56.1 | 290.1 | 290.1 | +| 9 | Pioneer | P1359 | C | - | 21.1 | 55.4 | 276.9 | 276.9 | +| 10 | Pioneer | P1222 | C | - | 20.5 | 55.6 | 275.0 | 275.0 | +| 2 | Pioneer | P1185 | C | - | 20.2 | 59.1 | 292.0 | 292.0 | +| 1 | Pioneer | P0924 | C | - | 20.0 | 56.7 | 293.4 | 293.4 | + +Top 5 by Yield: P0924 (Pioneer) 293.4, P1185 (Pioneer) 292.0, A646-30 (AgriGold) 290.7, P1870 (Pioneer) 290.1, A644-19 (AgriGold) 289.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142461.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142461.json new file mode 100644 index 00000000..7191afa3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142461.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142461", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Trenton", + "county": "Henry", + "year": 2024, + "plot_id": "142461", + "cooperator": "Jim Hooley", + "plot_average": 226.23, + "planted_date": "2024-04-15", + "harvested_date": "2024-11-01", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A6572", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 59.1, + "Yield": 243.9, + "Adj Yield": 243.9 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 57.2, + "Yield": 223.3, + "Adj Yield": 212.56 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A640-24", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 58.0, + "Yield": 255.3, + "Adj Yield": 247.61 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A6499", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 59.3, + "Yield": 221.0, + "Adj Yield": 216.37 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 57.2, + "Yield": 228.7, + "Adj Yield": 227.17 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 57.9, + "Yield": 224.3, + "Adj Yield": 225.79 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A646-30", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 56.8, + "Yield": 209.7, + "Adj Yield": 214.25 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A648-11", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 56.5, + "Yield": 223.7, + "Adj Yield": 231.31 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-71STX", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 56.9, + "Yield": 224.1, + "Adj Yield": 234.79 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A6572", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 58.0, + "Yield": 216.4, + "Adj Yield": 216.4 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142461" + ], + "fetched_at": "2026-05-27T02:17:54.742282+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142461.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142461.md new file mode 100644 index 00000000..883a06f8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142461.md @@ -0,0 +1,39 @@ +# Corn yield trial — Trenton, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Henry +- **City:** Trenton +- **Year:** 2024 +- **Plot ID:** 142461 +- **Cooperator:** Jim Hooley +- **Plot average:** 226.23 BU/Ac +- **Planted:** 2024-04-15 +- **Harvested:** 2024-11-01 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142461 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A6572 | C | - | 13.2 | 59.1 | 243.9 | 243.9 | +| 8 | AgriGold | A638-19 | C | - | 13.5 | 57.2 | 223.3 | 212.56 | +| 1 | AgriGold | A640-24 | C | - | 13.1 | 58.0 | 255.3 | 247.61 | +| 6 | AgriGold | A6499 | C | - | 13.2 | 59.3 | 221.0 | 216.37 | +| 4 | AgriGold | A644-19 | C | - | 13.0 | 57.2 | 228.7 | 227.17 | +| 5 | AgriGold | A645-16 | C | - | 13.2 | 57.9 | 224.3 | 225.79 | +| 7 | AgriGold | A646-30 | C | - | 13.1 | 56.8 | 209.7 | 214.25 | +| 3 | AgriGold | A648-11 | C | - | 13.3 | 56.5 | 223.7 | 231.31 | +| 2 | AgriGold | A645-71STX | STX | - | 13.1 | 56.9 | 224.1 | 234.79 | +| - | AgriGold | A6572 | C | - | 13.1 | 58.0 | 216.4 | 216.4 | + +Top 5 by Yield: A640-24 (AgriGold) 255.3, A6572 (AgriGold) 243.9, A644-19 (AgriGold) 228.7, A645-16 (AgriGold) 224.3, A645-71STX (AgriGold) 224.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142471.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142471.json new file mode 100644 index 00000000..0952a763 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142471.json @@ -0,0 +1,530 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142471", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "city": "Brighton", + "county": "Lorain", + "year": 2024, + "plot_id": "142471", + "cooperator": "Alan Pitts", + "plot_average": 215.76, + "planted_date": "2024-05-01", + "harvested_date": "2024-09-26", + "population_seeds_per_acre": 33500, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Clay Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 34, + "brand": "Golden Harvest", + "product": "G12S75-D", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 58.0, + "Yield": 191.2, + "Adj Yield": 193.27 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 57.3, + "Yield": 203.3, + "Adj Yield": 203.3 + } + }, + { + "rank": 4, + "brand": "Channel", + "product": "215-70TRERIB", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 55.8, + "Yield": 227.6, + "Adj Yield": 229.6 + } + }, + { + "rank": 31, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 55.2, + "Yield": 204.5, + "Adj Yield": 206.39 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 55.6, + "Yield": 212.6, + "Adj Yield": 214.27 + } + }, + { + "rank": 13, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 58.6, + "Yield": 219.9, + "Adj Yield": 221.41 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 59.9, + "Yield": 217.2, + "Adj Yield": 218.62 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 59.0, + "Yield": 216.0, + "Adj Yield": 217.29 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 56.7, + "Yield": 214.9, + "Adj Yield": 216.03 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 59.6, + "Yield": 213.2, + "Adj Yield": 214.22 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 58.5, + "Yield": 233.0, + "Adj Yield": 233.91 + } + }, + { + "rank": 28, + "brand": "AgriGold", + "product": "A641-85TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 59.0, + "Yield": 210.7, + "Adj Yield": 211.46 + } + }, + { + "rank": 7, + "brand": "Golden Harvest", + "product": "G12U11-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 57.7, + "Yield": 223.3, + "Adj Yield": 224.02 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A640-65-5222AEZ", + "traits": "5222AEZ", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 58.0, + "Yield": 215.3, + "Adj Yield": 215.93 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 59.2, + "Yield": 222.2, + "Adj Yield": 222.69 + } + }, + { + "rank": 33, + "brand": "Channel", + "product": "210-46VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 57.4, + "Yield": 198.2, + "Adj Yield": 198.68 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 59.0, + "Yield": 212.7, + "Adj Yield": 213.11 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 55.8, + "Yield": 218.8, + "Adj Yield": 219.18 + } + }, + { + "rank": 23, + "brand": "Becks", + "product": "XL5828AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 54.7, + "Yield": 214.1, + "Adj Yield": 214.42 + } + }, + { + "rank": 2, + "brand": "Axis Seed", + "product": "63H27", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 57.8, + "Yield": 233.7, + "Adj Yield": 233.91 + } + }, + { + "rank": 21, + "brand": "Stine", + "product": "9752-32", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": 55.6, + "Yield": 215.4, + "Adj Yield": 215.59 + } + }, + { + "rank": 12, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 56.7, + "Yield": 221.6, + "Adj Yield": 221.84 + } + }, + { + "rank": 27, + "brand": "NK Brand", + "product": "NK1056-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 57.0, + "Yield": 212.8, + "Adj Yield": 213.01 + } + }, + { + "rank": 6, + "brand": "NK Brand", + "product": "NK0922-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 59.5, + "Yield": 226.3, + "Adj Yield": 226.54 + } + }, + { + "rank": 14, + "brand": "Becks", + "product": "5794V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 56.0, + "Yield": 220.7, + "Adj Yield": 221.05 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 56.9, + "Yield": 234.9, + "Adj Yield": 235.35 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 57.0, + "Yield": 221.5, + "Adj Yield": 222.08 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 57.9, + "Yield": 204.6, + "Adj Yield": 204.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 58.6, + "Yield": 223.2, + "Adj Yield": 223.79 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A6267VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 60.0, + "Yield": 218.9, + "Adj Yield": 219.15 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 60.4, + "Yield": 227.7, + "Adj Yield": 227.51 + } + }, + { + "rank": 35, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 57.7, + "Yield": 149.7, + "Adj Yield": 149.16 + } + }, + { + "rank": 10, + "brand": "Golden Harvest", + "product": "G11V76-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 56.0, + "Yield": 223.2, + "Adj Yield": 222.35 + } + }, + { + "rank": 22, + "brand": "NK Brand", + "product": "NK1082-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 55.7, + "Yield": 216.6, + "Adj Yield": 215.32 + } + }, + { + "rank": 30, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 57.7, + "Yield": 208.5, + "Adj Yield": 206.82 + } + }, + { + "rank": 32, + "brand": "Becks", + "product": "5824AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 60.0, + "Yield": 206.4, + "Adj Yield": 204.23 + } + }, + { + "rank": 29, + "brand": "Golden Harvest", + "product": "G12S75-D", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 57.2, + "Yield": 212.0, + "Adj Yield": 209.42 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 59.0, + "Yield": 208.7, + "Adj Yield": 208.7 + } + } + ], + "n_results": 38, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142471" + ], + "fetched_at": "2026-05-27T02:17:55.271345+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142471.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142471.md new file mode 100644 index 00000000..eecea489 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142471.md @@ -0,0 +1,68 @@ +# Corn yield trial — Brighton, OH, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** OH +- **County:** Lorain +- **City:** Brighton +- **Year:** 2024 +- **Plot ID:** 142471 +- **Cooperator:** Alan Pitts +- **Plot average:** 215.76 BU/Ac +- **Planted:** 2024-05-01 +- **Harvested:** 2024-09-26 +- **Population:** 33,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Clay Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142471 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 34 | Golden Harvest | G12S75-D | 5222EZ | - | 21.0 | 58.0 | 191.2 | 193.27 | +| - | AgriGold | A636-11VT2RIB | VT2RIB | - | 17.9 | 57.3 | 203.3 | 203.3 | +| 4 | Channel | 215-70TRERIB | Trecepta | - | 21.0 | 55.8 | 227.6 | 229.6 | +| 31 | AgriGold | A645-16VT2RIB | VT2RIB | - | 22.1 | 55.2 | 204.5 | 206.39 | +| 24 | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.7 | 55.6 | 212.6 | 214.27 | +| 13 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 20.7 | 58.6 | 219.9 | 221.41 | +| 17 | AgriGold | A643-52VT2RIB | VT2RIB | - | 20.1 | 59.9 | 217.2 | 218.62 | +| 18 | AgriGold | A643-24PCE | PCE | - | 20.5 | 59.0 | 216.0 | 217.29 | +| 19 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 19.8 | 56.7 | 214.9 | 216.03 | +| 25 | AgriGold | K5836PWE | PWE | - | 18.3 | 59.6 | 213.2 | 214.22 | +| 2 | AgriGold | J6015PWE | PWE | - | 19.0 | 58.5 | 233.0 | 233.91 | +| 28 | AgriGold | A641-85TRCRIB | TreceptaRIB | - | 20.4 | 59.0 | 210.7 | 211.46 | +| 7 | Golden Harvest | G12U11-AA | 3220EZ | - | 21.0 | 57.7 | 223.3 | 224.02 | +| 20 | AgriGold | A640-65-5222AEZ | 5222AEZ | - | 21.6 | 58.0 | 215.3 | 215.93 | +| 9 | AgriGold | A640-16-3110 | 3110 | - | 18.9 | 59.2 | 222.2 | 222.69 | +| 33 | Channel | 210-46VT2PRIB | VT2RIB | - | 20.4 | 57.4 | 198.2 | 198.68 | +| 26 | AgriGold | A639-03VT2RIB | VT2RIB | - | 18.3 | 59.0 | 212.7 | 213.11 | +| 15 | AgriGold | A638-19-3110 | 3110 | - | 19.4 | 55.8 | 218.8 | 219.18 | +| 23 | Becks | XL5828AM | AM | - | 20.7 | 54.7 | 214.1 | 214.42 | +| 2 | Axis Seed | 63H27 | VT2RIB | - | 21.5 | 57.8 | 233.7 | 233.91 | +| 21 | Stine | 9752-32 | 5222EZ | - | 22.9 | 55.6 | 215.4 | 215.59 | +| 12 | NK Brand | NK1228-AA | 3220 | - | 22.1 | 56.7 | 221.6 | 221.84 | +| 27 | NK Brand | NK1056-V | 3220 | - | 22.0 | 57.0 | 212.8 | 213.01 | +| 6 | NK Brand | NK0922-V | 3220EZ | - | 20.5 | 59.5 | 226.3 | 226.54 | +| 14 | Becks | 5794V2P | VT2RIB | - | 20.1 | 56.0 | 220.7 | 221.05 | +| 1 | AgriGold | A636-16-5222 | 5222 | - | 21.0 | 56.9 | 234.9 | 235.35 | +| 11 | AgriGold | A636-39-3110 | 3110 | - | 21.5 | 57.0 | 221.5 | 222.08 | +| - | AgriGold | A636-11VT2RIB | VT2RIB | - | 19.1 | 57.9 | 204.6 | 204.6 | +| 8 | AgriGold | A632-68VT2RIB | VT2RIB | - | 19.0 | 58.6 | 223.2 | 223.79 | +| 16 | AgriGold | A6267VT2RIB | VT2RIB | - | 18.3 | 60.0 | 218.9 | 219.15 | +| 5 | AgriGold | A629-55VT2RIB | VT2RIB | - | 18.0 | 60.4 | 227.7 | 227.51 | +| 35 | AgriGold | A628-51SSPRIB | SSPRIB | - | 19.1 | 57.7 | 149.7 | 149.16 | +| 10 | Golden Harvest | G11V76-AA | 3120EZ | - | 20.1 | 56.0 | 223.2 | 222.35 | +| 22 | NK Brand | NK1082-DV | 5222EZ | - | 21.9 | 55.7 | 216.6 | 215.32 | +| 30 | AgriGold | A636-11VT2RIB | VT2RIB | - | 19.8 | 57.7 | 208.5 | 206.82 | +| 32 | Becks | 5824AM | AM | - | 19.6 | 60.0 | 206.4 | 204.23 | +| 29 | Golden Harvest | G12S75-D | 5222EZ | - | 19.7 | 57.2 | 212.0 | 209.42 | +| - | AgriGold | A636-11VT2RIB | VT2RIB | - | 19.0 | 59.0 | 208.7 | 208.7 | + +Top 5 by Yield: A636-16-5222 (AgriGold) 234.9, 63H27 (Axis Seed) 233.7, J6015PWE (AgriGold) 233.0, A629-55VT2RIB (AgriGold) 227.7, 215-70TRERIB (Channel) 227.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142484.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142484.json new file mode 100644 index 00000000..8071629a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142484.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142484", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MN", + "state_abbrev": "mn", + "city": "Raymond", + "county": "Kandiyohi", + "year": 2024, + "plot_id": "142484", + "cooperator": "Kyle Spieker", + "plot_average": 237.29, + "planted_date": "2024-04-25", + "harvested_date": "2024-10-11", + "population_seeds_per_acre": 35000, + "row_width": "22.0\"", + "num_rows": 4, + "soil_type": "Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 4, + "brand": "AgriGold", + "product": "A628-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 57.8, + "Yield": 253.4, + "Adj Yield": 253.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 57.0, + "Yield": 220.5, + "Adj Yield": 220.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.0, + "Yield": 229.3, + "Adj Yield": 229.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 56.4, + "Yield": 267.3, + "Adj Yield": 267.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.6, + "Yield": 229.6, + "Adj Yield": 229.6 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A635-54VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 57.3, + "Yield": 217.5, + "Adj Yield": 217.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 54.2, + "Yield": 260.9, + "Adj Yield": 260.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 56.5, + "Yield": 243.5, + "Adj Yield": 243.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 58.0, + "Yield": 222.6, + "Adj Yield": 222.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 54.9, + "Yield": 229.1, + "Adj Yield": 229.1 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 57.6, + "Yield": 218.1, + "Adj Yield": 218.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 56.2, + "Yield": 255.7, + "Adj Yield": 255.7 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142484" + ], + "fetched_at": "2026-05-27T02:17:55.724675+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142484.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142484.md new file mode 100644 index 00000000..3f2af172 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142484.md @@ -0,0 +1,42 @@ +# Corn yield trial — Raymond, MN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MN +- **County:** Kandiyohi +- **City:** Raymond +- **Year:** 2024 +- **Plot ID:** 142484 +- **Cooperator:** Kyle Spieker +- **Plot average:** 237.29 BU/Ac +- **Planted:** 2024-04-25 +- **Harvested:** 2024-10-11 +- **Population:** 35,000 seeds/acre +- **Row width:** 22.0" +- **# Rows:** 4 +- **Soil type:** Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142484 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 4 | AgriGold | A628-16VT2RIB | VT2RIB | - | 16.1 | 57.8 | 253.4 | 253.4 | +| 10 | AgriGold | A628-51SSPRIB | SSPRIB | - | 13.6 | 57.0 | 220.5 | 220.5 | +| 7 | AgriGold | A629-55VT2RIB | VT2RIB | - | 15.8 | 58.0 | 229.3 | 229.3 | +| 1 | AgriGold | A631-08VT2PRO | VT2Pro | - | 16.5 | 56.4 | 267.3 | 267.3 | +| 6 | AgriGold | A632-68VT2RIB | VT2RIB | - | 15.4 | 58.6 | 229.6 | 229.6 | +| 12 | AgriGold | A635-54VT2RIB | VT2RIB | - | 15.2 | 57.3 | 217.5 | 217.5 | +| 2 | AgriGold | A636-16-5222 | 5222 | - | 20.1 | 54.2 | 260.9 | 260.9 | +| 5 | AgriGold | A636-11VT2RIB | VT2RIB | - | 15.9 | 56.5 | 243.5 | 243.5 | +| 9 | AgriGold | A636-39-3110 | 3110 | - | 17.7 | 58.0 | 222.6 | 222.6 | +| 8 | AgriGold | A638-19-3110 | 3110 | - | 20.1 | 54.9 | 229.1 | 229.1 | +| 11 | AgriGold | A637-72VT2PRO | VT2Pro | - | 19.1 | 57.6 | 218.1 | 218.1 | +| 3 | AgriGold | A639-03VT2RIB | VT2RIB | - | 16.6 | 56.2 | 255.7 | 255.7 | + +Top 5 by Yield: A631-08VT2PRO (AgriGold) 267.3, A636-16-5222 (AgriGold) 260.9, A639-03VT2RIB (AgriGold) 255.7, A628-16VT2RIB (AgriGold) 253.4, A636-11VT2RIB (AgriGold) 243.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142491.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142491.json new file mode 100644 index 00000000..ce7c3990 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142491.json @@ -0,0 +1,309 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142491", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Galesburg", + "county": "Neosho", + "year": 2024, + "plot_id": "142491", + "cooperator": "Jerry Brant", + "plot_average": 154.54, + "planted_date": "2024-04-09", + "harvested_date": "2024-09-11", + "population_seeds_per_acre": 25500, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 60.3, + "Yield": 151.6, + "Adj Yield": 151.6 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P0404AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 59.6, + "Yield": 160.5, + "Adj Yield": 160.5 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC105-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 58.9, + "Yield": 140.3, + "Adj Yield": 140.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 58.8, + "Yield": 162.8, + "Adj Yield": 162.8 + } + }, + { + "rank": 12, + "brand": "Hoegemeyer", + "product": "7681AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 57.8, + "Yield": 150.8, + "Adj Yield": 150.8 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P0859AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 57.1, + "Yield": 159.9, + "Adj Yield": 159.9 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 57.8, + "Yield": 159.1, + "Adj Yield": 159.1 + } + }, + { + "rank": 3, + "brand": "Hoegemeyer", + "product": "7858AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 61.9, + "Yield": 163.9, + "Adj Yield": 163.9 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 59.8, + "Yield": 143.4, + "Adj Yield": 143.4 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 60.3, + "Yield": 158.1, + "Adj Yield": 158.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 60.3, + "Yield": 158.1, + "Adj Yield": 158.1 + } + }, + { + "rank": 8, + "brand": "Hoegemeyer", + "product": "8156AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 59.5, + "Yield": 159.8, + "Adj Yield": 159.8 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 60.2, + "Yield": 153.4, + "Adj Yield": 153.4 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC52-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 62.5, + "Yield": 148.2, + "Adj Yield": 148.2 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P1413AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 60.2, + "Yield": 166.1, + "Adj Yield": 166.1 + } + }, + { + "rank": 2, + "brand": "NC+", + "product": "NC14-88VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 60.1, + "Yield": 164.0, + "Adj Yield": 164.0 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC65-95RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 62.7, + "Yield": 147.0, + "Adj Yield": 147.0 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P1548AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 62.0, + "Yield": 149.5, + "Adj Yield": 149.5 + } + }, + { + "rank": 4, + "brand": "Hoegemeyer", + "product": "8541AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 61.1, + "Yield": 163.1, + "Adj Yield": 163.1 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 61.8, + "Yield": 131.8, + "Adj Yield": 131.8 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 61.5, + "Yield": 149.8, + "Adj Yield": 149.8 + } + } + ], + "n_results": 21, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142491" + ], + "fetched_at": "2026-05-27T02:17:56.248055+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142491.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142491.md new file mode 100644 index 00000000..e75379ac --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142491.md @@ -0,0 +1,54 @@ +# Corn yield trial — Galesburg, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Neosho +- **City:** Galesburg +- **Year:** 2024 +- **Plot ID:** 142491 +- **Cooperator:** Jerry Brant +- **Plot average:** 154.54 BU/Ac +- **Planted:** 2024-04-09 +- **Harvested:** 2024-09-11 +- **Population:** 25,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142491 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.1 | 60.3 | 151.6 | 151.6 | +| 6 | Pioneer | P0404AM | AM | - | 12.9 | 59.6 | 160.5 | 160.5 | +| 17 | Dekalb | DKC105-35RIB | VT2RIB | - | 11.9 | 58.9 | 140.3 | 140.3 | +| 5 | AgriGold | A636-39-3110 | 3110 | - | 11.7 | 58.8 | 162.8 | 162.8 | +| 12 | Hoegemeyer | 7681AML | AML | - | 12.3 | 57.8 | 150.8 | 150.8 | +| 7 | Pioneer | P0859AM | AM | - | 12.2 | 57.1 | 159.9 | 159.9 | +| 9 | AgriGold | A637-72VT2PRO | VT2Pro | - | 11.9 | 57.8 | 159.1 | 159.1 | +| 3 | Hoegemeyer | 7858AM | AM | - | 11.6 | 61.9 | 163.9 | 163.9 | +| 16 | Dekalb | DKC111-35RIB | VT2RIB | - | 11.9 | 59.8 | 143.4 | 143.4 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.4 | 60.3 | 158.1 | 158.1 | +| 10 | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.4 | 60.3 | 158.1 | 158.1 | +| 8 | Hoegemeyer | 8156AM | AM | - | 12.5 | 59.5 | 159.8 | 159.8 | +| 11 | AgriGold | A642-32VT2PRO | VT2Pro | - | 12.3 | 60.2 | 153.4 | 153.4 | +| 14 | Dekalb | DKC52-35RIB | VT2RIB | - | 12.4 | 62.5 | 148.2 | 148.2 | +| 1 | Pioneer | P1413AM | AM | - | 12.1 | 60.2 | 166.1 | 166.1 | +| 2 | NC+ | NC14-88VT2PRIB | VT2RIB | - | 12.1 | 60.1 | 164.0 | 164.0 | +| 15 | Dekalb | DKC65-95RIB | VT2RIB | - | 11.7 | 62.7 | 147.0 | 147.0 | +| 13 | Pioneer | P1548AM | AM | - | 12.6 | 62.0 | 149.5 | 149.5 | +| 4 | Hoegemeyer | 8541AM | AM | - | 11.8 | 61.1 | 163.1 | 163.1 | +| 18 | AgriGold | A645-16VT2PRO | VT2Pro | - | 11.7 | 61.8 | 131.8 | 131.8 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.6 | 61.5 | 149.8 | 149.8 | + +Top 5 by Yield: P1413AM (Pioneer) 166.1, NC14-88VT2PRIB (NC+) 164.0, 7858AM (Hoegemeyer) 163.9, 8541AM (Hoegemeyer) 163.1, A636-39-3110 (AgriGold) 162.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142528.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142528.json new file mode 100644 index 00000000..db8fba5c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142528.json @@ -0,0 +1,309 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142528", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Davenport", + "county": "Scott", + "year": 2024, + "plot_id": "142528", + "cooperator": "Rick Mess", + "plot_average": 238.79, + "planted_date": "2024-05-01", + "harvested_date": "2024-10-08", + "population_seeds_per_acre": 33500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 19, + "brand": "AgriGold", + "product": "K5218D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 59.6, + "Yield": 218.0, + "Adj Yield": 218.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 58.0, + "Yield": 237.1, + "Adj Yield": 237.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A636-39DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 59.4, + "Yield": 240.7, + "Adj Yield": 240.7 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 60.3, + "Yield": 239.1, + "Adj Yield": 239.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 57.0, + "Yield": 250.0, + "Adj Yield": 250.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 60.5, + "Yield": 250.1, + "Adj Yield": 250.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 60.2, + "Yield": 240.1, + "Adj Yield": 240.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 58.1, + "Yield": 259.0, + "Adj Yield": 259.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A639-70STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 58.5, + "Yield": 240.0, + "Adj Yield": 240.0 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 58.8, + "Yield": 233.8, + "Adj Yield": 233.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 59.5, + "Yield": 242.2, + "Adj Yield": 242.2 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 59.5, + "Yield": 222.3, + "Adj Yield": 222.3 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A640-24-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 59.5, + "Yield": 223.7, + "Adj Yield": 223.7 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 59.1, + "Yield": 229.5, + "Adj Yield": 229.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.2, + "Yield": 241.1, + "Adj Yield": 241.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 58.8, + "Yield": 248.3, + "Adj Yield": 248.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 61.1, + "Yield": 247.8, + "Adj Yield": 247.8 + } + }, + { + "rank": 6, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 57.5, + "Yield": 247.7, + "Adj Yield": 247.7 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A645-16STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 59.4, + "Yield": 228.9, + "Adj Yield": 228.9 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 60.2, + "Yield": 234.8, + "Adj Yield": 234.8 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 57.0, + "Yield": 214.0, + "Adj Yield": 214.0 + } + } + ], + "n_results": 21, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142528" + ], + "fetched_at": "2026-05-27T02:17:56.753791+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142528.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142528.md new file mode 100644 index 00000000..880b4f57 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142528.md @@ -0,0 +1,51 @@ +# Corn yield trial — Davenport, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Scott +- **City:** Davenport +- **Year:** 2024 +- **Plot ID:** 142528 +- **Cooperator:** Rick Mess +- **Plot average:** 238.79 BU/Ac +- **Planted:** 2024-05-01 +- **Harvested:** 2024-10-08 +- **Population:** 33,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142528 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 19 | AgriGold | K5218D | 5122EZ | - | 12.7 | 59.6 | 218.0 | 218.0 | +| - | AgriGold | A634-11SSPRIB | SSPRIB | - | 12.5 | 58.0 | 237.1 | 237.1 | +| 9 | AgriGold | A636-39DV-RN | 5222 | - | 13.7 | 59.4 | 240.7 | 240.7 | +| 12 | AgriGold | A636-42SSP | SSP | - | 13.2 | 60.3 | 239.1 | 239.1 | +| 3 | AgriGold | A636-16-5222 | 5222 | - | 14.0 | 57.0 | 250.0 | 250.0 | +| 2 | AgriGold | A639-91SSPRIB | SSPRIB | - | 14.4 | 60.5 | 250.1 | 250.1 | +| 10 | AgriGold | A638-19-3110 | 3110 | - | 14.8 | 60.2 | 240.1 | 240.1 | +| 1 | AgriGold | A639-03VT2RIB | VT2RIB | - | 13.7 | 58.1 | 259.0 | 259.0 | +| 11 | AgriGold | A639-70STXRIB | STXRIB | - | 13.5 | 58.5 | 240.0 | 240.0 | +| 14 | AgriGold | A634-11SSPRIB | SSPRIB | - | 13.1 | 58.8 | 233.8 | 233.8 | +| 7 | AgriGold | A640-12STXRIB | STXRIB | - | 14.8 | 59.5 | 242.2 | 242.2 | +| 18 | AgriGold | A641-85STXRIB | STXRIB | - | 15.2 | 59.5 | 222.3 | 222.3 | +| 17 | AgriGold | A640-24-3110 | 3110 | - | 14.8 | 59.5 | 223.7 | 223.7 | +| 15 | AgriGold | A641-26-3110 | 3110 | - | 15.3 | 59.1 | 229.5 | 229.5 | +| 8 | AgriGold | J6227DV-RN | 5222 | - | 15.8 | 58.2 | 241.1 | 241.1 | +| 4 | AgriGold | A642-18SSP | SSP | - | 15.6 | 58.8 | 248.3 | 248.3 | +| 5 | AgriGold | A643-52STXRIB | STXRIB | - | 15.2 | 61.1 | 247.8 | 247.8 | +| 6 | Wyffels | W7759RIB | SSPRIB | - | 16.1 | 57.5 | 247.7 | 247.7 | +| 16 | AgriGold | A645-16STXRIB | STXRIB | - | 17.2 | 59.4 | 228.9 | 228.9 | +| 13 | AgriGold | A646-17STXRIB | STXRIB | - | 15.8 | 60.2 | 234.8 | 234.8 | +| - | AgriGold | A634-11SSPRIB | SSPRIB | - | 14.5 | 57.0 | 214.0 | 214.0 | + +Top 5 by Yield: A639-03VT2RIB (AgriGold) 259.0, A639-91SSPRIB (AgriGold) 250.1, A636-16-5222 (AgriGold) 250.0, A642-18SSP (AgriGold) 248.3, A643-52STXRIB (AgriGold) 247.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142542.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142542.json new file mode 100644 index 00000000..5a057882 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142542.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142542", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Maquoketa", + "county": "Jackson", + "year": 2024, + "plot_id": "142542", + "cooperator": "Jake Denger", + "plot_average": 270.99, + "planted_date": "2024-05-01", + "harvested_date": "2024-09-30", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 56.2, + "Yield": 271.8, + "Adj Yield": 271.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": 53.1, + "Yield": 283.0, + "Adj Yield": 283.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 25.3, + "Test Wt.": 56.3, + "Yield": 273.4, + "Adj Yield": 273.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-16STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 25.4, + "Test Wt.": 53.2, + "Yield": 276.5, + "Adj Yield": 276.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 55.0, + "Yield": 274.4, + "Adj Yield": 274.4 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 53.5, + "Yield": 240.3, + "Adj Yield": 240.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 58.4, + "Yield": 293.6, + "Adj Yield": 293.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 25.2, + "Test Wt.": 54.1, + "Yield": 300.8, + "Adj Yield": 300.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 55.7, + "Yield": 299.0, + "Adj Yield": 299.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 56.4, + "Yield": 280.3, + "Adj Yield": 280.3 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 56.1, + "Yield": 264.2, + "Adj Yield": 264.2 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 56.6, + "Yield": 264.5, + "Adj Yield": 264.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 55.3, + "Yield": 291.8, + "Adj Yield": 291.8 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A639-70STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 55.2, + "Yield": 250.4, + "Adj Yield": 250.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 55.2, + "Yield": 290.3, + "Adj Yield": 290.3 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 57.1, + "Yield": 250.4, + "Adj Yield": 250.4 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 57.8, + "Yield": 261.5, + "Adj Yield": 261.5 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.2, + "Yield": 251.5, + "Adj Yield": 251.5 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A632-68DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 60.1, + "Yield": 225.1, + "Adj Yield": 225.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 55.5, + "Yield": 287.0, + "Adj Yield": 287.0 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142542" + ], + "fetched_at": "2026-05-27T02:17:57.280531+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142542.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142542.md new file mode 100644 index 00000000..42923c5c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142542.md @@ -0,0 +1,50 @@ +# Corn yield trial — Maquoketa, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Jackson +- **City:** Maquoketa +- **Year:** 2024 +- **Plot ID:** 142542 +- **Cooperator:** Jake Denger +- **Plot average:** 270.99 BU/Ac +- **Planted:** 2024-05-01 +- **Harvested:** 2024-09-30 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142542 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A640-12STXRIB | STXRIB | - | 21.3 | 56.2 | 271.8 | 271.8 | +| 6 | AgriGold | A646-30VT2RIB | VT2RIB | - | 24.1 | 53.1 | 283.0 | 283.0 | +| 10 | AgriGold | A646-17STXRIB | STXRIB | - | 25.3 | 56.3 | 273.4 | 273.4 | +| 8 | AgriGold | A645-16STXRIB | STXRIB | - | 25.4 | 53.2 | 276.5 | 276.5 | +| 9 | AgriGold | A644-64VT2RIB | VT2RIB | - | 22.2 | 55.0 | 274.4 | 274.4 | +| 16 | AgriGold | J6227DV-RN | 5222 | - | 21.7 | 53.5 | 240.3 | 240.3 | +| 3 | AgriGold | A642-32VT2PRO | VT2Pro | - | 21.0 | 58.4 | 293.6 | 293.6 | +| 1 | AgriGold | A642-18SSP | SSP | - | 25.2 | 54.1 | 300.8 | 300.8 | +| 2 | AgriGold | A641-85STXRIB | STXRIB | - | 21.5 | 55.7 | 299.0 | 299.0 | +| 7 | AgriGold | A641-26-3110 | 3110 | - | 19.9 | 56.4 | 280.3 | 280.3 | +| - | AgriGold | A640-12STXRIB | STXRIB | - | 20.7 | 56.1 | 264.2 | 264.2 | +| 11 | AgriGold | A639-91SSPRIB | SSPRIB | - | 19.4 | 56.6 | 264.5 | 264.5 | +| 4 | AgriGold | A640-16-3110 | 3110 | - | 20.4 | 55.3 | 291.8 | 291.8 | +| 15 | AgriGold | A639-70STXRIB | STXRIB | - | 17.8 | 55.2 | 250.4 | 250.4 | +| 5 | AgriGold | A636-16-5222 | 5222 | - | 20.3 | 55.2 | 290.3 | 290.3 | +| 14 | AgriGold | A638-19-3110 | 3110 | - | 17.2 | 57.1 | 250.4 | 250.4 | +| 12 | AgriGold | A636-42SSP | SSP | - | 17.9 | 57.8 | 261.5 | 261.5 | +| 13 | AgriGold | A634-11SSPRIB | SSPRIB | - | 14.9 | 58.2 | 251.5 | 251.5 | +| 17 | AgriGold | A632-68DV-RN | 5222 | - | 15.5 | 60.1 | 225.1 | 225.1 | +| - | AgriGold | A640-12STXRIB | STXRIB | - | 20.3 | 55.5 | 287.0 | 287.0 | + +Top 5 by Yield: A642-18SSP (AgriGold) 300.8, A641-85STXRIB (AgriGold) 299.0, A642-32VT2PRO (AgriGold) 293.6, A640-16-3110 (AgriGold) 291.8, A636-16-5222 (AgriGold) 290.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142575.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142575.json new file mode 100644 index 00000000..ff49bf1e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142575.json @@ -0,0 +1,465 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142575", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Henderson", + "county": "Henderson", + "year": 2024, + "plot_id": "142575", + "cooperator": "Cates Farms", + "plot_average": 249.25, + "planted_date": "2024-05-02", + "harvested_date": "2024-10-06", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Clay", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Degree", + "insecticide": "Hero", + "results": [ + { + "rank": null, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 59.0, + "Yield": 253.4, + "Adj Yield": 253.4 + } + }, + { + "rank": 30, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 58.0, + "Yield": 219.3, + "Adj Yield": 219.62 + } + }, + { + "rank": 24, + "brand": "Dekalb", + "product": "DKC108-17RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 58.0, + "Yield": 242.1, + "Adj Yield": 242.42 + } + }, + { + "rank": 27, + "brand": "Channel", + "product": "209-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 60.0, + "Yield": 234.3, + "Adj Yield": 234.63 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 58.0, + "Yield": 249.1, + "Adj Yield": 249.5 + } + }, + { + "rank": 28, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.0, + "Yield": 229.1, + "Adj Yield": 229.55 + } + }, + { + "rank": 21, + "brand": "Channel", + "product": "210-46VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 60.0, + "Yield": 244.7, + "Adj Yield": 245.25 + } + }, + { + "rank": 22, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 60.0, + "Yield": 241.9, + "Adj Yield": 242.49 + } + }, + { + "rank": 19, + "brand": "Channel", + "product": "211-11VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 60.0, + "Yield": 246.5, + "Adj Yield": 247.16 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.0, + "Yield": 245.5, + "Adj Yield": 246.28 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.0, + "Yield": 264.1, + "Adj Yield": 264.95 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 61.0, + "Yield": 261.4, + "Adj Yield": 262.4 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 62.0, + "Yield": 249.8, + "Adj Yield": 250.97 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 61.0, + "Yield": 252.4, + "Adj Yield": 252.4 + } + }, + { + "rank": 12, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 61.0, + "Yield": 252.4, + "Adj Yield": 253.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.0, + "Yield": 257.2, + "Adj Yield": 258.13 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.0, + "Yield": 262.9, + "Adj Yield": 263.69 + } + }, + { + "rank": 3, + "brand": "Channel", + "product": "215-09VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 58.0, + "Yield": 262.6, + "Adj Yield": 263.21 + } + }, + { + "rank": 23, + "brand": "Channel", + "product": "215-42TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 58.0, + "Yield": 242.0, + "Adj Yield": 242.47 + } + }, + { + "rank": 29, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 61.0, + "Yield": 228.5, + "Adj Yield": 228.84 + } + }, + { + "rank": 8, + "brand": "Channel", + "product": "215-70TRERIB", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 58.0, + "Yield": 260.2, + "Adj Yield": 260.48 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 60.0, + "Yield": 249.4, + "Adj Yield": 249.48 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 59.0, + "Yield": 261.6, + "Adj Yield": 261.6 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.0, + "Yield": 253.8, + "Adj Yield": 253.65 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 59.0, + "Yield": 262.4, + "Adj Yield": 262.1 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 61.0, + "Yield": 249.3, + "Adj Yield": 248.86 + } + }, + { + "rank": 25, + "brand": "Dekalb", + "product": "DKC117-78RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 62.0, + "Yield": 242.9, + "Adj Yield": 242.38 + } + }, + { + "rank": 18, + "brand": "Channel", + "product": "217-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 59.0, + "Yield": 248.9, + "Adj Yield": 248.15 + } + }, + { + "rank": 26, + "brand": "Pioneer", + "product": "P1718AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 58.0, + "Yield": 237.7, + "Adj Yield": 236.84 + } + }, + { + "rank": 4, + "brand": "Channel", + "product": "218-66VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 58.0, + "Yield": 263.9, + "Adj Yield": 262.85 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC70-45RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 60.0, + "Yield": 252.1, + "Adj Yield": 250.86 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 61.0, + "Yield": 256.7, + "Adj Yield": 255.29 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 60.0, + "Yield": 255.4, + "Adj Yield": 255.4 + } + } + ], + "n_results": 33, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142575" + ], + "fetched_at": "2026-05-27T02:17:57.758290+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142575.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142575.md new file mode 100644 index 00000000..aebc62e5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142575.md @@ -0,0 +1,66 @@ +# Corn yield trial — Henderson, KY, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Henderson +- **City:** Henderson +- **Year:** 2024 +- **Plot ID:** 142575 +- **Cooperator:** Cates Farms +- **Plot average:** 249.25 BU/Ac +- **Planted:** 2024-05-02 +- **Harvested:** 2024-10-06 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Clay +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Degree +- **Insecticide:** Hero +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142575 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 15.9 | 59.0 | 253.4 | 253.4 | +| 30 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 13.4 | 58.0 | 219.3 | 219.62 | +| 24 | Dekalb | DKC108-17RIB | TreceptaRIB | - | 14.4 | 58.0 | 242.1 | 242.42 | +| 27 | Channel | 209-70TRERIB | TreceptaRIB | - | 14.5 | 60.0 | 234.3 | 234.63 | +| 15 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.0 | 58.0 | 249.1 | 249.5 | +| 28 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 14.4 | 59.0 | 229.1 | 229.55 | +| 21 | Channel | 210-46VT2PRIB | VT2RIB | - | 14.4 | 60.0 | 244.7 | 245.25 | +| 22 | Dekalb | DKC111-35RIB | VT2RIB | - | 14.3 | 60.0 | 241.9 | 242.49 | +| 19 | Channel | 211-11VT2PRIB | VT2RIB | - | 14.9 | 60.0 | 246.5 | 247.16 | +| 20 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.2 | 60.0 | 245.5 | 246.28 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.8 | 58.0 | 264.1 | 264.95 | +| 5 | Dekalb | DKC114-99RIB | VT4RIB | - | 15.5 | 61.0 | 261.4 | 262.4 | +| 13 | Dekalb | DKC64-22RIB | VT2RIB | - | 15.9 | 62.0 | 249.8 | 250.97 | +| - | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 15.6 | 61.0 | 252.4 | 252.4 | +| 12 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 15.6 | 61.0 | 252.4 | 253.5 | +| 9 | AgriGold | A645-22TRC | Trecepta | - | 15.6 | 59.0 | 257.2 | 258.13 | +| 2 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.7 | 59.0 | 262.9 | 263.69 | +| 3 | Channel | 215-09VT2RIB | VT2RIB | - | 16.5 | 58.0 | 262.6 | 263.21 | +| 23 | Channel | 215-42TRERIB | TreceptaRIB | - | 16.4 | 58.0 | 242.0 | 242.47 | +| 29 | AgriGold | A645-30VT2PRO | VT2Pro | - | 15.9 | 61.0 | 228.5 | 228.84 | +| 8 | Channel | 215-70TRERIB | Trecepta | - | 16.9 | 58.0 | 260.2 | 260.48 | +| 16 | AgriGold | J6621VT2PRO | VT2Pro | - | 15.1 | 60.0 | 249.4 | 249.48 | +| 7 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 16.6 | 59.0 | 261.6 | 261.6 | +| 11 | AgriGold | A646-30VT2RIB | VT2RIB | - | 16.0 | 58.0 | 253.8 | 253.65 | +| 6 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 15.9 | 59.0 | 262.4 | 262.1 | +| 17 | AgriGold | A647-79VT2PRO | VT2Pro | - | 15.5 | 61.0 | 249.3 | 248.86 | +| 25 | Dekalb | DKC117-78RIB | VT2RIB | - | 15.3 | 62.0 | 242.9 | 242.38 | +| 18 | Channel | 217-70TRERIB | TreceptaRIB | - | 16.7 | 59.0 | 248.9 | 248.15 | +| 26 | Pioneer | P1718AML | AML | - | 16.1 | 58.0 | 237.7 | 236.84 | +| 4 | Channel | 218-66VT2PRIB | VT2RIB | - | 15.9 | 58.0 | 263.9 | 262.85 | +| 14 | Dekalb | DKC70-45RIB | VT2RIB | - | 16.2 | 60.0 | 252.1 | 250.86 | +| 10 | Dekalb | DKC68-35RIB | VT2RIB | - | 16.5 | 61.0 | 256.7 | 255.29 | +| - | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 15.3 | 60.0 | 255.4 | 255.4 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 264.1, 218-66VT2PRIB (Channel) 263.9, A645-16VT2RIB (AgriGold) 262.9, 215-09VT2RIB (Channel) 262.6, A647-42TRCRIB (AgriGold) 262.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142613.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142613.json new file mode 100644 index 00000000..67bee582 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142613.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142613", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Oconee", + "county": "Shelby", + "year": 2024, + "plot_id": "142613", + "cooperator": "Beyers Farms", + "plot_average": 240.98, + "planted_date": "2024-05-11", + "harvested_date": "2024-10-15", + "population_seeds_per_acre": null, + "row_width": "20.0\"", + "num_rows": 6, + "soil_type": "Clay", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 11, + "brand": "AgriGold", + "product": "A6499", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 219.2, + "Adj Yield": 219.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A6499", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 236.3, + "Adj Yield": 236.3 + } + }, + { + "rank": 8, + "brand": "FS Seeds", + "product": "FS6324C", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 238.1, + "Adj Yield": 238.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 238.9, + "Adj Yield": 238.9 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A644-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": null, + "Yield": 218.0, + "Adj Yield": 218.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 237.7, + "Adj Yield": 237.7 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P1359", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": null, + "Yield": 244.1, + "Adj Yield": 244.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 249.3, + "Adj Yield": 249.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A646-30", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 252.2, + "Adj Yield": 252.2 + } + }, + { + "rank": 5, + "brand": "FS Seeds", + "product": "FS67S00", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 244.2, + "Adj Yield": 244.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A648-11", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 258.8, + "Adj Yield": 258.8 + } + }, + { + "rank": 2, + "brand": "Prairie Hybrids", + "product": "9703", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 255.0, + "Adj Yield": 255.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 273.4, + "Adj Yield": 273.4 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142613" + ], + "fetched_at": "2026-05-27T02:17:58.246872+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142613.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142613.md new file mode 100644 index 00000000..a3eb490b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142613.md @@ -0,0 +1,42 @@ +# Corn yield trial — Oconee, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Shelby +- **City:** Oconee +- **Year:** 2024 +- **Plot ID:** 142613 +- **Cooperator:** Beyers Farms +- **Plot average:** 240.98 BU/Ac +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-15 +- **Row width:** 20.0" +- **# Rows:** 6 +- **Soil type:** Clay +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142613 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 11 | AgriGold | A6499 | C | - | 14.1 | - | 219.2 | 219.2 | +| 10 | AgriGold | A6499 | C | - | 15.9 | - | 236.3 | 236.3 | +| 8 | FS Seeds | FS6324C | C | - | 17.8 | - | 238.1 | 238.1 | +| 7 | AgriGold | A645-16 | C | - | 16.9 | - | 238.9 | 238.9 | +| 12 | AgriGold | A644-19 | C | - | 16.0 | - | 218.0 | 218.0 | +| 9 | AgriGold | A642-32 | C | - | 16.7 | - | 237.7 | 237.7 | +| 6 | Pioneer | P1359 | C | - | 15.4 | - | 244.1 | 244.1 | +| 4 | AgriGold | A645-16 | C | - | 16.7 | - | 249.3 | 249.3 | +| 3 | AgriGold | A646-30 | C | - | 18.1 | - | 252.2 | 252.2 | +| 5 | FS Seeds | FS67S00 | C | - | 18.1 | - | 244.2 | 244.2 | +| 1 | AgriGold | A648-11 | C | - | 18.5 | - | 258.8 | 258.8 | +| 2 | Prairie Hybrids | 9703 | C | - | 16.9 | - | 255.0 | 255.0 | +| - | AgriGold | A645-16 | C | - | 15.9 | - | 273.4 | 273.4 | + +Top 5 by Yield: A645-16 (AgriGold) 273.4, A648-11 (AgriGold) 258.8, 9703 (Prairie Hybrids) 255.0, A646-30 (AgriGold) 252.2, A645-16 (AgriGold) 249.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142617.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142617.json new file mode 100644 index 00000000..c74b5b69 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142617.json @@ -0,0 +1,829 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142617", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Divernon", + "county": "Sangamon", + "year": 2024, + "plot_id": "142617", + "cooperator": "John and Chris Dowson", + "plot_average": 264.02, + "planted_date": "2024-05-20", + "harvested_date": "2024-10-02", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Dekalb", + "product": "DKC66-18RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.7, + "Test Wt.": 55.7, + "Yield": 265.0, + "Adj Yield": 265.0 + } + }, + { + "rank": 52, + "brand": "Innvictis", + "product": "743", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 55.4, + "Yield": 241.6, + "Adj Yield": 241.6 + } + }, + { + "rank": 36, + "brand": "Dekalb", + "product": "DKC108-17RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 55.7, + "Yield": 262.1, + "Adj Yield": 262.1 + } + }, + { + "rank": 37, + "brand": "Burrus", + "product": "4W42PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 53.9, + "Yield": 261.0, + "Adj Yield": 261.0 + } + }, + { + "rank": 50, + "brand": "Becks", + "product": "5864PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 23.6, + "Test Wt.": 54.2, + "Yield": 245.9, + "Adj Yield": 245.9 + } + }, + { + "rank": 25, + "brand": "Channel", + "product": "209-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 23.9, + "Test Wt.": 53.4, + "Yield": 266.4, + "Adj Yield": 266.4 + } + }, + { + "rank": 49, + "brand": "Burrus", + "product": "4V73AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 24.4, + "Test Wt.": 53.2, + "Yield": 246.2, + "Adj Yield": 246.2 + } + }, + { + "rank": 48, + "brand": "Dyna Gro", + "product": "D49PN05RA", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 53.6, + "Yield": 247.7, + "Adj Yield": 247.7 + } + }, + { + "rank": 46, + "brand": "FS Seeds", + "product": "FS5949PC", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 52.9, + "Yield": 249.4, + "Adj Yield": 249.4 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC66-18RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.7, + "Test Wt.": 54.6, + "Yield": 264.1, + "Adj Yield": 264.1 + } + }, + { + "rank": 42, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": 55.0, + "Yield": 254.2, + "Adj Yield": 254.2 + } + }, + { + "rank": 32, + "brand": "Pioneer", + "product": "P1027AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 55.5, + "Yield": 263.6, + "Adj Yield": 263.6 + } + }, + { + "rank": 33, + "brand": "Brevant Seeds", + "product": "B10A27AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 54.5, + "Yield": 262.8, + "Adj Yield": 262.8 + } + }, + { + "rank": 41, + "brand": "Innvictis", + "product": "A1072VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 54.2, + "Yield": 254.4, + "Adj Yield": 254.4 + } + }, + { + "rank": 40, + "brand": "Nu Tech", + "product": "70B4AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 54.4, + "Yield": 256.1, + "Adj Yield": 256.1 + } + }, + { + "rank": 19, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": 56.3, + "Yield": 268.8, + "Adj Yield": 268.8 + } + }, + { + "rank": 26, + "brand": "Burrus", + "product": "5J21AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 23.3, + "Test Wt.": 55.0, + "Yield": 266.2, + "Adj Yield": 266.2 + } + }, + { + "rank": 31, + "brand": "FS Seeds", + "product": "FS6137PC", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 56.3, + "Yield": 264.8, + "Adj Yield": 264.8 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC66-18RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.2, + "Test Wt.": 55.0, + "Yield": 264.7, + "Adj Yield": 264.7 + } + }, + { + "rank": 38, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.9, + "Test Wt.": 55.6, + "Yield": 260.6, + "Adj Yield": 260.6 + } + }, + { + "rank": 39, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 25.5, + "Test Wt.": 56.6, + "Yield": 256.9, + "Adj Yield": 256.9 + } + }, + { + "rank": 34, + "brand": "Brevant Seeds", + "product": "B12H48PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 23.7, + "Test Wt.": 54.0, + "Yield": 262.5, + "Adj Yield": 262.5 + } + }, + { + "rank": 28, + "brand": "Wyffels", + "product": "W7485RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 26.6, + "Test Wt.": 54.0, + "Yield": 265.7, + "Adj Yield": 265.7 + } + }, + { + "rank": 44, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 25.4, + "Test Wt.": 54.0, + "Yield": 251.0, + "Adj Yield": 251.0 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 25.0, + "Test Wt.": 54.0, + "Yield": 270.1, + "Adj Yield": 270.1 + } + }, + { + "rank": 10, + "brand": "Becks", + "product": "6280TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 26.5, + "Test Wt.": 52.6, + "Yield": 272.9, + "Adj Yield": 272.9 + } + }, + { + "rank": 43, + "brand": "Nu Tech", + "product": "72C1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 23.9, + "Test Wt.": 54.2, + "Yield": 251.4, + "Adj Yield": 251.4 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC66-18RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.4, + "Test Wt.": 55.0, + "Yield": 262.4, + "Adj Yield": 262.4 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 26.9, + "Test Wt.": 55.0, + "Yield": 272.0, + "Adj Yield": 272.0 + } + }, + { + "rank": 20, + "brand": "Dyna Gro", + "product": "D53VC54RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 27.4, + "Test Wt.": 55.6, + "Yield": 268.5, + "Adj Yield": 268.5 + } + }, + { + "rank": 24, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 25.0, + "Test Wt.": 55.2, + "Yield": 267.0, + "Adj Yield": 267.0 + } + }, + { + "rank": 29, + "brand": "Nu Tech", + "product": "73A4AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": 54.9, + "Yield": 265.5, + "Adj Yield": 265.5 + } + }, + { + "rank": 47, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 25.8, + "Test Wt.": 54.8, + "Yield": 249.2, + "Adj Yield": 249.2 + } + }, + { + "rank": 21, + "brand": "Brevant Seeds", + "product": "B13C49PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 25.8, + "Test Wt.": 55.2, + "Yield": 268.4, + "Adj Yield": 268.4 + } + }, + { + "rank": 53, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 26.8, + "Test Wt.": 53.9, + "Yield": 231.4, + "Adj Yield": 231.4 + } + }, + { + "rank": 26, + "brand": "Innvictis", + "product": "A1312VT2P", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 26.3, + "Test Wt.": 54.6, + "Yield": 266.2, + "Adj Yield": 266.2 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC66-18RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.5, + "Test Wt.": 55.5, + "Yield": 266.3, + "Adj Yield": 266.3 + } + }, + { + "rank": 3, + "brand": "FS Seeds", + "product": "FS6447T", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 26.8, + "Test Wt.": 56.6, + "Yield": 288.2, + "Adj Yield": 288.2 + } + }, + { + "rank": 23, + "brand": "Nu Tech", + "product": "74A5PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 26.7, + "Test Wt.": 55.3, + "Yield": 267.1, + "Adj Yield": 267.1 + } + }, + { + "rank": 17, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 27.2, + "Test Wt.": 54.0, + "Yield": 269.5, + "Adj Yield": 269.5 + } + }, + { + "rank": 15, + "brand": "Becks", + "product": "6492TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 25.6, + "Test Wt.": 55.1, + "Yield": 270.7, + "Adj Yield": 270.7 + } + }, + { + "rank": 35, + "brand": "Brevant Seeds", + "product": "B14H38AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 25.0, + "Test Wt.": 55.3, + "Yield": 262.4, + "Adj Yield": 262.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 26.3, + "Test Wt.": 54.1, + "Yield": 275.0, + "Adj Yield": 275.0 + } + }, + { + "rank": 51, + "brand": "NK Brand", + "product": "NK1480-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 26.1, + "Test Wt.": 53.0, + "Yield": 243.5, + "Adj Yield": 243.5 + } + }, + { + "rank": 30, + "brand": "Innvictis", + "product": "A1462", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 26.0, + "Test Wt.": 54.5, + "Yield": 265.1, + "Adj Yield": 265.1 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC66-18RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.8, + "Test Wt.": 55.8, + "Yield": 266.5, + "Adj Yield": 266.5 + } + }, + { + "rank": 8, + "brand": "Dyna Gro", + "product": "D55VC80RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 26.4, + "Test Wt.": 55.8, + "Yield": 274.0, + "Adj Yield": 274.0 + } + }, + { + "rank": 11, + "brand": "Channel", + "product": "215-09VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.7, + "Test Wt.": 55.9, + "Yield": 272.2, + "Adj Yield": 272.2 + } + }, + { + "rank": 14, + "brand": "Becks", + "product": "6574TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 27.1, + "Test Wt.": 56.4, + "Yield": 270.9, + "Adj Yield": 270.9 + } + }, + { + "rank": 45, + "brand": "NK Brand", + "product": "NK1523-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 31.7, + "Test Wt.": 52.0, + "Yield": 250.6, + "Adj Yield": 250.6 + } + }, + { + "rank": 18, + "brand": "Channel", + "product": "215-70TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 29.2, + "Test Wt.": 53.2, + "Yield": 269.2, + "Adj Yield": 269.2 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P16544PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 25.2, + "Test Wt.": 55.5, + "Yield": 271.1, + "Adj Yield": 271.1 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC66-18RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 26.4, + "Test Wt.": 55.7, + "Yield": 266.6, + "Adj Yield": 266.6 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 25.8, + "Test Wt.": 56.8, + "Yield": 288.4, + "Adj Yield": 288.4 + } + }, + { + "rank": 4, + "brand": "FS Seeds", + "product": "FS6625VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.8, + "Test Wt.": 56.7, + "Yield": 279.4, + "Adj Yield": 279.4 + } + }, + { + "rank": 22, + "brand": "Pioneer", + "product": "P1742PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 24.9, + "Test Wt.": 54.0, + "Yield": 267.6, + "Adj Yield": 267.6 + } + }, + { + "rank": 1, + "brand": "Burrus", + "product": "8M81TRE", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 25.2, + "Test Wt.": 54.8, + "Yield": 294.8, + "Adj Yield": 294.8 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.8, + "Test Wt.": 57.4, + "Yield": 275.5, + "Adj Yield": 275.5 + } + }, + { + "rank": 7, + "brand": "Channel", + "product": "218-66VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.9, + "Test Wt.": 57.4, + "Yield": 274.1, + "Adj Yield": 274.1 + } + }, + { + "rank": 9, + "brand": "Dyna Gro", + "product": "D58VC74", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 25.4, + "Test Wt.": 57.1, + "Yield": 273.5, + "Adj Yield": 273.5 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC66-18RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.6, + "Test Wt.": 56.9, + "Yield": 276.3, + "Adj Yield": 276.3 + } + } + ], + "n_results": 61, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142617" + ], + "fetched_at": "2026-05-27T02:17:58.796417+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142617.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142617.md new file mode 100644 index 00000000..e7f629fb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142617.md @@ -0,0 +1,91 @@ +# Corn yield trial — Divernon, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Sangamon +- **City:** Divernon +- **Year:** 2024 +- **Plot ID:** 142617 +- **Cooperator:** John and Chris Dowson +- **Plot average:** 264.02 BU/Ac +- **Planted:** 2024-05-20 +- **Harvested:** 2024-10-02 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142617 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Dekalb | DKC66-18RIB | VT2RIB | - | 24.7 | 55.7 | 265.0 | 265.0 | +| 52 | Innvictis | 743 | PWE | - | 21.2 | 55.4 | 241.6 | 241.6 | +| 36 | Dekalb | DKC108-17RIB | TreceptaRIB | - | 22.0 | 55.7 | 262.1 | 262.1 | +| 37 | Burrus | 4W42PCE | PCE | - | 22.8 | 53.9 | 261.0 | 261.0 | +| 50 | Becks | 5864PCE | PCE | - | 23.6 | 54.2 | 245.9 | 245.9 | +| 25 | Channel | 209-70TRERIB | TreceptaRIB | - | 23.9 | 53.4 | 266.4 | 266.4 | +| 49 | Burrus | 4V73AM | AM | - | 24.4 | 53.2 | 246.2 | 246.2 | +| 48 | Dyna Gro | D49PN05RA | PCE | - | 21.1 | 53.6 | 247.7 | 247.7 | +| 46 | FS Seeds | FS5949PC | PCE | - | 21.4 | 52.9 | 249.4 | 249.4 | +| - | Dekalb | DKC66-18RIB | VT2RIB | - | 24.7 | 54.6 | 264.1 | 264.1 | +| 42 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 24.1 | 55.0 | 254.2 | 254.2 | +| 32 | Pioneer | P1027AM | AM | - | 22.3 | 55.5 | 263.6 | 263.6 | +| 33 | Brevant Seeds | B10A27AM | AM | - | 22.4 | 54.5 | 262.8 | 262.8 | +| 41 | Innvictis | A1072VT2RIB | VT2RIB | - | 22.3 | 54.2 | 254.4 | 254.4 | +| 40 | Nu Tech | 70B4AM | AM | - | 22.8 | 54.4 | 256.1 | 256.1 | +| 19 | Wyffels | W6505RIB | TreceptaRIB | - | 23.0 | 56.3 | 268.8 | 268.8 | +| 26 | Burrus | 5J21AM | AM | - | 23.3 | 55.0 | 266.2 | 266.2 | +| 31 | FS Seeds | FS6137PC | PWE | - | 22.2 | 56.3 | 264.8 | 264.8 | +| - | Dekalb | DKC66-18RIB | VT2RIB | - | 25.2 | 55.0 | 264.7 | 264.7 | +| 38 | Wyffels | W6886RIB | VT2RIB | - | 23.9 | 55.6 | 260.6 | 260.6 | +| 39 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 25.5 | 56.6 | 256.9 | 256.9 | +| 34 | Brevant Seeds | B12H48PCE | PCE | - | 23.7 | 54.0 | 262.5 | 262.5 | +| 28 | Wyffels | W7485RIB | TreceptaRIB | - | 26.6 | 54.0 | 265.7 | 265.7 | +| 44 | NK Brand | NK1228-AA | 3220 | - | 25.4 | 54.0 | 251.0 | 251.0 | +| 16 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 25.0 | 54.0 | 270.1 | 270.1 | +| 10 | Becks | 6280TCV2P | TreceptaRIB | - | 26.5 | 52.6 | 272.9 | 272.9 | +| 43 | Nu Tech | 72C1PCE | PCE | - | 23.9 | 54.2 | 251.4 | 251.4 | +| - | Dekalb | DKC66-18RIB | VT2RIB | - | 25.4 | 55.0 | 262.4 | 262.4 | +| 12 | AgriGold | A642-32VT2PRO | VT2Pro | - | 26.9 | 55.0 | 272.0 | 272.0 | +| 20 | Dyna Gro | D53VC54RIB | VT2RIB | - | 27.4 | 55.6 | 268.5 | 268.5 | +| 24 | Pioneer | P13777PCE | PCE | - | 25.0 | 55.2 | 267.0 | 267.0 | +| 29 | Nu Tech | 73A4AM | AM | - | 24.1 | 54.9 | 265.5 | 265.5 | +| 47 | AgriGold | A643-24PCE | PCE | - | 25.8 | 54.8 | 249.2 | 249.2 | +| 21 | Brevant Seeds | B13C49PCE | PCE | - | 25.8 | 55.2 | 268.4 | 268.4 | +| 53 | NK Brand | NK1307-DV | 5222 | - | 26.8 | 53.9 | 231.4 | 231.4 | +| 26 | Innvictis | A1312VT2P | VT2Pro | - | 26.3 | 54.6 | 266.2 | 266.2 | +| - | Dekalb | DKC66-18RIB | VT2RIB | - | 25.5 | 55.5 | 266.3 | 266.3 | +| 3 | FS Seeds | FS6447T | Trecepta | - | 26.8 | 56.6 | 288.2 | 288.2 | +| 23 | Nu Tech | 74A5PCE | PCE | - | 26.7 | 55.3 | 267.1 | 267.1 | +| 17 | Wyffels | W7945RIB | TreceptaRIB | - | 27.2 | 54.0 | 269.5 | 269.5 | +| 15 | Becks | 6492TCV2P | TreceptaRIB | - | 25.6 | 55.1 | 270.7 | 270.7 | +| 35 | Brevant Seeds | B14H38AM | AM | - | 25.0 | 55.3 | 262.4 | 262.4 | +| 6 | AgriGold | A644-64VT2RIB | VT2RIB | - | 26.3 | 54.1 | 275.0 | 275.0 | +| 51 | NK Brand | NK1480-DV | 5222EZ | - | 26.1 | 53.0 | 243.5 | 243.5 | +| 30 | Innvictis | A1462 | C | - | 26.0 | 54.5 | 265.1 | 265.1 | +| - | Dekalb | DKC66-18RIB | VT2RIB | - | 25.8 | 55.8 | 266.5 | 266.5 | +| 8 | Dyna Gro | D55VC80RIB | VT2RIB | - | 26.4 | 55.8 | 274.0 | 274.0 | +| 11 | Channel | 215-09VT2RIB | VT2RIB | - | 25.7 | 55.9 | 272.2 | 272.2 | +| 14 | Becks | 6574TCV2P | TreceptaRIB | - | 27.1 | 56.4 | 270.9 | 270.9 | +| 45 | NK Brand | NK1523-V | 3220 | - | 31.7 | 52.0 | 250.6 | 250.6 | +| 18 | Channel | 215-70TRCRIB | TreceptaRIB | - | 29.2 | 53.2 | 269.2 | 269.2 | +| 13 | Pioneer | P16544PCE | PCE | - | 25.2 | 55.5 | 271.1 | 271.1 | +| - | Dekalb | DKC66-18RIB | VT2RIB | - | 26.4 | 55.7 | 266.6 | 266.6 | +| 2 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 25.8 | 56.8 | 288.4 | 288.4 | +| 4 | FS Seeds | FS6625VRIB | VT2RIB | - | 25.8 | 56.7 | 279.4 | 279.4 | +| 22 | Pioneer | P1742PCE | PCE | - | 24.9 | 54.0 | 267.6 | 267.6 | +| 1 | Burrus | 8M81TRE | TreceptaRIB | - | 25.2 | 54.8 | 294.8 | 294.8 | +| 5 | Dekalb | DKC68-35RIB | VT2RIB | - | 25.8 | 57.4 | 275.5 | 275.5 | +| 7 | Channel | 218-66VT2PRIB | VT2RIB | - | 25.9 | 57.4 | 274.1 | 274.1 | +| 9 | Dyna Gro | D58VC74 | VT2Pro | - | 25.4 | 57.1 | 273.5 | 273.5 | +| - | Dekalb | DKC66-18RIB | VT2RIB | - | 24.6 | 56.9 | 276.3 | 276.3 | + +Top 5 by Yield: 8M81TRE (Burrus) 294.8, DKC66-06RIB (Dekalb) 288.4, FS6447T (FS Seeds) 288.2, FS6625VRIB (FS Seeds) 279.4, DKC66-18RIB (Dekalb) 276.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142618.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142618.json new file mode 100644 index 00000000..c843db83 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142618.json @@ -0,0 +1,673 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142618", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Divernon", + "county": "Sangamon", + "year": 2024, + "plot_id": "142618", + "cooperator": "John and Chris Dowson", + "plot_average": 270.38, + "planted_date": "2024-05-15", + "harvested_date": "2024-10-03", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Dekalb", + "product": "DKC67-37RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": null, + "Yield": 260.8, + "Adj Yield": 260.8 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC68-34RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": null, + "Yield": 276.9, + "Adj Yield": 276.9 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": null, + "Yield": 292.5, + "Adj Yield": 292.5 + } + }, + { + "rank": 6, + "brand": "Becks", + "product": "6692SXP", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": null, + "Yield": 286.0, + "Adj Yield": 286.0 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": null, + "Yield": 271.2, + "Adj Yield": 271.2 + } + }, + { + "rank": 16, + "brand": "Channel", + "product": "215-15SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": null, + "Yield": 274.9, + "Adj Yield": 274.9 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": null, + "Yield": 279.9, + "Adj Yield": 279.9 + } + }, + { + "rank": 31, + "brand": "Dekalb", + "product": "DKC64-21RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": null, + "Yield": 265.2, + "Adj Yield": 265.2 + } + }, + { + "rank": 33, + "brand": "FS Seeds", + "product": "FS6432PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": null, + "Yield": 263.2, + "Adj Yield": 263.2 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC67-37RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": null, + "Yield": 248.9, + "Adj Yield": 248.9 + } + }, + { + "rank": 43, + "brand": "Channel", + "product": "214-40VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": null, + "Yield": 216.2, + "Adj Yield": 216.2 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": null, + "Yield": 282.1, + "Adj Yield": 282.1 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 295.8, + "Adj Yield": 295.8 + } + }, + { + "rank": 35, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": null, + "Yield": 262.4, + "Adj Yield": 262.4 + } + }, + { + "rank": 24, + "brand": "Wyffels", + "product": "W8108RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": null, + "Yield": 272.3, + "Adj Yield": 272.3 + } + }, + { + "rank": 28, + "brand": "Brevant Seeds", + "product": "B13K20Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": null, + "Yield": 271.0, + "Adj Yield": 271.0 + } + }, + { + "rank": 29, + "brand": "Dyna Gro", + "product": "D53SS13RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": null, + "Yield": 267.8, + "Adj Yield": 267.8 + } + }, + { + "rank": 1, + "brand": "Burrus", + "product": "6B86Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": null, + "Yield": 296.4, + "Adj Yield": 296.4 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC67-37RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": null, + "Yield": 258.1, + "Adj Yield": 258.1 + } + }, + { + "rank": 41, + "brand": "Becks", + "product": "6344SXP", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": null, + "Yield": 239.6, + "Adj Yield": 239.6 + } + }, + { + "rank": 19, + "brand": "Pioneer", + "product": "P13777V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": null, + "Yield": 274.5, + "Adj Yield": 274.5 + } + }, + { + "rank": 34, + "brand": "Burrus", + "product": "6U77SSP", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 262.8, + "Adj Yield": 262.8 + } + }, + { + "rank": 38, + "brand": "Dyna Gro", + "product": "D53SP85RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 251.2, + "Adj Yield": 251.2 + } + }, + { + "rank": 21, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": null, + "Yield": 273.4, + "Adj Yield": 273.4 + } + }, + { + "rank": 22, + "brand": "Brevant Seeds", + "product": "B13C49V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": null, + "Yield": 272.7, + "Adj Yield": 272.7 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": null, + "Yield": 282.0, + "Adj Yield": 282.0 + } + }, + { + "rank": 26, + "brand": "Channel", + "product": "212-63VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": null, + "Yield": 271.3, + "Adj Yield": 271.3 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC67-37RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": null, + "Yield": 252.4, + "Adj Yield": 252.4 + } + }, + { + "rank": 7, + "brand": "Becks", + "product": "6258V4P", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 23.5, + "Test Wt.": null, + "Yield": 285.9, + "Adj Yield": 285.9 + } + }, + { + "rank": 4, + "brand": "Nu Tech", + "product": "71A7V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": null, + "Yield": 291.8, + "Adj Yield": 291.8 + } + }, + { + "rank": 20, + "brand": "Channel", + "product": "211-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": null, + "Yield": 273.5, + "Adj Yield": 273.5 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": null, + "Yield": 272.5, + "Adj Yield": 272.5 + } + }, + { + "rank": 18, + "brand": "Burrus", + "product": "5M76VE", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": null, + "Yield": 274.7, + "Adj Yield": 274.7 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 275.8, + "Adj Yield": 275.8 + } + }, + { + "rank": 8, + "brand": "Nu Tech", + "product": "70F6V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": null, + "Yield": 282.4, + "Adj Yield": 282.4 + } + }, + { + "rank": 16, + "brand": "Becks", + "product": "6005VC", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": null, + "Yield": 274.9, + "Adj Yield": 274.9 + } + }, + { + "rank": 40, + "brand": "Dekalb", + "product": "DKC67-37RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": null, + "Yield": 240.8, + "Adj Yield": 240.8 + } + }, + { + "rank": 37, + "brand": "FS Seeds", + "product": "FS6025XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": null, + "Yield": 253.6, + "Adj Yield": 253.6 + } + }, + { + "rank": 36, + "brand": "Wyffels", + "product": "W6479RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": null, + "Yield": 260.3, + "Adj Yield": 260.3 + } + }, + { + "rank": 9, + "brand": "Brevant Seeds", + "product": "B10Y21V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 282.2, + "Adj Yield": 282.2 + } + }, + { + "rank": 42, + "brand": "Dyna Gro", + "product": "D50SP65RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": null, + "Yield": 238.9, + "Adj Yield": 238.9 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P09312V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 286.1, + "Adj Yield": 286.1 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC67-37RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 249.0, + "Adj Yield": 249.0 + } + }, + { + "rank": 39, + "brand": "FS Seeds", + "product": "FS5845PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 249.0, + "Adj Yield": 249.0 + } + }, + { + "rank": 13, + "brand": "Burrus", + "product": "4P27VE", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 279.5, + "Adj Yield": 279.5 + } + }, + { + "rank": 25, + "brand": "Nu Tech", + "product": "68C1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 272.2, + "Adj Yield": 272.2 + } + }, + { + "rank": 30, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 266.4, + "Adj Yield": 266.4 + } + }, + { + "rank": 32, + "brand": "Wyffels", + "product": "W4439RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 264.6, + "Adj Yield": 264.6 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC67-37RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": null, + "Yield": 259.8, + "Adj Yield": 259.8 + } + } + ], + "n_results": 49, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142618" + ], + "fetched_at": "2026-05-27T02:17:59.258696+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142618.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142618.md new file mode 100644 index 00000000..50746491 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142618.md @@ -0,0 +1,79 @@ +# Corn yield trial — Divernon, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Sangamon +- **City:** Divernon +- **Year:** 2024 +- **Plot ID:** 142618 +- **Cooperator:** John and Chris Dowson +- **Plot average:** 270.38 BU/Ac +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-03 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142618 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Dekalb | DKC67-37RIB | STXRIB | - | 21.1 | - | 260.8 | 260.8 | +| 14 | Dekalb | DKC68-34RIB | STXRIB | - | 21.6 | - | 276.9 | 276.9 | +| 3 | Pioneer | P1742Q | QROME | - | 21.6 | - | 292.5 | 292.5 | +| 6 | Becks | 6692SXP | SSPRIB | - | 22.6 | - | 286.0 | 286.0 | +| 27 | AgriGold | A646-17STXRIB | STXRIB | - | 23.1 | - | 271.2 | 271.2 | +| 16 | Channel | 215-15SSPRIB | SSPRIB | - | 21.2 | - | 274.9 | 274.9 | +| 12 | AgriGold | A645-71STXRIB | STXRIB | - | 21.7 | - | 279.9 | 279.9 | +| 31 | Dekalb | DKC64-21RIB | STXRIB | - | 21.9 | - | 265.2 | 265.2 | +| 33 | FS Seeds | FS6432PRIB | SSPRIB | - | 21.5 | - | 263.2 | 263.2 | +| - | Dekalb | DKC67-37RIB | STXRIB | - | 21.4 | - | 248.9 | 248.9 | +| 43 | Channel | 214-40VT4PRIB | VT4RIB | - | 22.6 | - | 216.2 | 216.2 | +| 10 | Dekalb | DKC114-42RIB | SSPRIB | - | 22.3 | - | 282.1 | 282.1 | +| 2 | Pioneer | P14830Q | QROME | - | 20.0 | - | 295.8 | 295.8 | +| 35 | Dekalb | DKC114-99RIB | VT4RIB | - | 20.8 | - | 262.4 | 262.4 | +| 24 | Wyffels | W8108RIB | STXRIB | - | 21.5 | - | 272.3 | 272.3 | +| 28 | Brevant Seeds | B13K20Q | QROME | - | 20.5 | - | 271.0 | 271.0 | +| 29 | Dyna Gro | D53SS13RIB | STXRIB | - | 20.1 | - | 267.8 | 267.8 | +| 1 | Burrus | 6B86Q | QROME | - | 21.1 | - | 296.4 | 296.4 | +| - | Dekalb | DKC67-37RIB | STXRIB | - | 22.5 | - | 258.1 | 258.1 | +| 41 | Becks | 6344SXP | SSPRIB | - | 21.6 | - | 239.6 | 239.6 | +| 19 | Pioneer | P13777V | Vorceed | - | 20.1 | - | 274.5 | 274.5 | +| 34 | Burrus | 6U77SSP | SSPRIB | - | 20.0 | - | 262.8 | 262.8 | +| 38 | Dyna Gro | D53SP85RIB | SSPRIB | - | 19.1 | - | 251.2 | 251.2 | +| 21 | Wyffels | W7759RIB | SSPRIB | - | 20.7 | - | 273.4 | 273.4 | +| 22 | Brevant Seeds | B13C49V | Vorceed | - | 21.8 | - | 272.7 | 272.7 | +| 11 | AgriGold | A642-18SSP | SSP | - | 21.8 | - | 282.0 | 282.0 | +| 26 | Channel | 212-63VT4PRIB | VT4RIB | - | 21.8 | - | 271.3 | 271.3 | +| - | Dekalb | DKC67-37RIB | STXRIB | - | 22.2 | - | 252.4 | 252.4 | +| 7 | Becks | 6258V4P | VT4Pro | - | 23.5 | - | 285.9 | 285.9 | +| 4 | Nu Tech | 71A7V | Vorceed | - | 21.5 | - | 291.8 | 291.8 | +| 20 | Channel | 211-42SSPRIB | SSPRIB | - | 21.1 | - | 273.5 | 273.5 | +| 23 | AgriGold | A641-85STXRIB | STXRIB | - | 20.7 | - | 272.5 | 272.5 | +| 18 | Burrus | 5M76VE | Vorceed | - | 21.4 | - | 274.7 | 274.7 | +| 15 | Dekalb | DKC110-10RIB | STXRIB | - | 20.0 | - | 275.8 | 275.8 | +| 8 | Nu Tech | 70F6V | Vorceed | - | 20.1 | - | 282.4 | 282.4 | +| 16 | Becks | 6005VC | Vorceed | - | 20.1 | - | 274.9 | 274.9 | +| 40 | Dekalb | DKC67-37RIB | STXRIB | - | 21.8 | - | 240.8 | 240.8 | +| 37 | FS Seeds | FS6025XRIB | STXRIB | - | 20.6 | - | 253.6 | 253.6 | +| 36 | Wyffels | W6479RIB | SSPRIB | - | 19.6 | - | 260.3 | 260.3 | +| 9 | Brevant Seeds | B10Y21V | Vorceed | - | 20.0 | - | 282.2 | 282.2 | +| 42 | Dyna Gro | D50SP65RIB | SSPRIB | - | 20.3 | - | 238.9 | 238.9 | +| 5 | Pioneer | P09312V | Vorceed | - | 18.8 | - | 286.1 | 286.1 | +| - | Dekalb | DKC67-37RIB | STXRIB | - | 21.3 | - | 249.0 | 249.0 | +| 39 | FS Seeds | FS5845PRIB | SSPRIB | - | 18.3 | - | 249.0 | 249.0 | +| 13 | Burrus | 4P27VE | Vorceed | - | 18.0 | - | 279.5 | 279.5 | +| 25 | Nu Tech | 68C1V | Vorceed | - | 18.2 | - | 272.2 | 272.2 | +| 30 | Brevant Seeds | B08R32V | Vorceed | - | 18.4 | - | 266.4 | 266.4 | +| 32 | Wyffels | W4439RIB | SSPRIB | - | 17.6 | - | 264.6 | 264.6 | +| - | Dekalb | DKC67-37RIB | STXRIB | - | 20.6 | - | 259.8 | 259.8 | + +Top 5 by Yield: 6B86Q (Burrus) 296.4, P14830Q (Pioneer) 295.8, P1742Q (Pioneer) 292.5, 71A7V (Nu Tech) 291.8, P09312V (Pioneer) 286.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142639.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142639.json new file mode 100644 index 00000000..5c9103e6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142639.json @@ -0,0 +1,309 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142639", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Bernard", + "county": "Dubuque", + "year": 2024, + "plot_id": "142639", + "cooperator": "Turnis Farms", + "plot_average": 255.86, + "planted_date": "2024-05-05", + "harvested_date": "2024-10-29", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 15, + "brand": "Wyffels", + "product": "W4246RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 58.4, + "Yield": 248.8, + "Adj Yield": 248.8 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 56.3, + "Yield": 251.4, + "Adj Yield": 251.4 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 62.6, + "Yield": 249.8, + "Adj Yield": 249.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 59.2, + "Yield": 259.0, + "Adj Yield": 259.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 61.1, + "Yield": 256.4, + "Adj Yield": 256.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 58.3, + "Yield": 254.5, + "Adj Yield": 254.5 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 58.8, + "Yield": 245.5, + "Adj Yield": 245.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 56.9, + "Yield": 254.5, + "Adj Yield": 254.5 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 60.9, + "Yield": 242.5, + "Adj Yield": 242.5 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.9, + "Yield": 248.4, + "Adj Yield": 248.4 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 57.6, + "Yield": 249.5, + "Adj Yield": 249.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 56.8, + "Yield": 269.1, + "Adj Yield": 269.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.8, + "Yield": 261.3, + "Adj Yield": 261.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 57.1, + "Yield": 260.2, + "Adj Yield": 260.2 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 59.5, + "Yield": 248.9, + "Adj Yield": 248.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 57.1, + "Yield": 268.4, + "Adj Yield": 268.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 61.1, + "Yield": 271.9, + "Adj Yield": 271.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 58.1, + "Yield": 271.6, + "Adj Yield": 271.6 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-52STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 61.9, + "Yield": 254.1, + "Adj Yield": 254.1 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.2, + "Yield": 247.0, + "Adj Yield": 247.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 58.3, + "Yield": 240.4, + "Adj Yield": 240.4 + } + } + ], + "n_results": 21, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142639" + ], + "fetched_at": "2026-05-27T02:17:59.763144+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142639.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142639.md new file mode 100644 index 00000000..18c506b5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142639.md @@ -0,0 +1,51 @@ +# Corn yield trial — Bernard, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Dubuque +- **City:** Bernard +- **Year:** 2024 +- **Plot ID:** 142639 +- **Cooperator:** Turnis Farms +- **Plot average:** 255.86 BU/Ac +- **Planted:** 2024-05-05 +- **Harvested:** 2024-10-29 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142639 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 15 | Wyffels | W4246RIB | VT2RIB | - | 14.1 | 58.4 | 248.8 | 248.8 | +| - | AgriGold | A636-16VT2RIB | VT2RIB | - | 15.4 | 56.3 | 251.4 | 251.4 | +| 12 | AgriGold | A630-04AA-RN | 3120 | - | 13.0 | 62.6 | 249.8 | 249.8 | +| 7 | AgriGold | A631-08VT2PRO | VT2Pro | - | 13.8 | 59.2 | 259.0 | 259.0 | +| 8 | AgriGold | A632-68VT2RIB | VT2RIB | - | 13.6 | 61.1 | 256.4 | 256.4 | +| 10 | AgriGold | A634-11SSPRIB | SSPRIB | - | 14.1 | 58.3 | 254.5 | 254.5 | +| 18 | AgriGold | A636-42SSP | SSP | - | 15.1 | 58.8 | 245.5 | 245.5 | +| 9 | AgriGold | A636-16-5222 | 5222 | - | 16.7 | 56.9 | 254.5 | 254.5 | +| 19 | AgriGold | A636-39-3110 | 3110 | - | 14.9 | 60.9 | 242.5 | 242.5 | +| 16 | AgriGold | A637-72VT2PRO | VT2Pro | - | 14.7 | 58.9 | 248.4 | 248.4 | +| 13 | AgriGold | A638-19-3110 | 3110 | - | 15.8 | 57.6 | 249.5 | 249.5 | +| 3 | AgriGold | A639-03VT2RIB | VT2RIB | - | 16.4 | 56.8 | 269.1 | 269.1 | +| 5 | AgriGold | A640-16-3110 | 3110 | - | 17.0 | 58.8 | 261.3 | 261.3 | +| 6 | AgriGold | A641-26-3110 | 3110 | - | 17.4 | 57.1 | 260.2 | 260.2 | +| 14 | AgriGold | A641-85STXRIB | STXRIB | - | 16.6 | 59.5 | 248.9 | 248.9 | +| 4 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.2 | 57.1 | 268.4 | 268.4 | +| 1 | AgriGold | A642-32VT2PRO | VT2Pro | - | 17.8 | 61.1 | 271.9 | 271.9 | +| 2 | AgriGold | A643-24PCE | PCE | - | 17.7 | 58.1 | 271.6 | 271.6 | +| 11 | AgriGold | A643-52STXRIB | STXRIB | - | 15.8 | 61.9 | 254.1 | 254.1 | +| 17 | AgriGold | K5836PWE | PWE | - | 16.8 | 58.2 | 247.0 | 247.0 | +| - | AgriGold | A636-16VT2RIB | VT2RIB | - | 15.5 | 58.3 | 240.4 | 240.4 | + +Top 5 by Yield: A642-32VT2PRO (AgriGold) 271.9, A643-24PCE (AgriGold) 271.6, A639-03VT2RIB (AgriGold) 269.1, A642-05VT2RIBD1 (AgriGold) 268.4, A640-16-3110 (AgriGold) 261.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142645.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142645.json new file mode 100644 index 00000000..d8f8a037 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142645.json @@ -0,0 +1,348 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142645", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Kemp", + "county": "Douglas", + "year": 2024, + "plot_id": "142645", + "cooperator": "Jared Hemingway", + "plot_average": 243.18, + "planted_date": "2024-05-04", + "harvested_date": "2024-09-20", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 24, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 196.0, + "Adj Yield": 196.0 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 241.7, + "Adj Yield": 241.7 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": null, + "Yield": 242.8, + "Adj Yield": 242.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": null, + "Yield": 260.5, + "Adj Yield": 260.5 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": null, + "Yield": 244.9, + "Adj Yield": 244.9 + } + }, + { + "rank": 22, + "brand": "Channel", + "product": "212-63VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": null, + "Yield": 237.2, + "Adj Yield": 237.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 246.4, + "Adj Yield": 246.4 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 237.5, + "Adj Yield": 237.5 + } + }, + { + "rank": 1, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 266.1, + "Adj Yield": 266.1 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 242.8, + "Adj Yield": 242.8 + } + }, + { + "rank": 6, + "brand": "Channel", + "product": "215-09VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": null, + "Yield": 252.0, + "Adj Yield": 252.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 254.8, + "Adj Yield": 254.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": null, + "Yield": 254.2, + "Adj Yield": 254.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": null, + "Yield": 248.7, + "Adj Yield": 248.7 + } + }, + { + "rank": 3, + "brand": "Channel", + "product": "215-70TRERIB", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": null, + "Yield": 255.0, + "Adj Yield": 255.0 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 239.9, + "Adj Yield": 239.9 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A645-71STX", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": null, + "Yield": 242.2, + "Adj Yield": 242.2 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": null, + "Yield": 225.9, + "Adj Yield": 225.9 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A646-30", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 241.0, + "Adj Yield": 241.0 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": null, + "Yield": 243.4, + "Adj Yield": 243.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": null, + "Yield": 246.8, + "Adj Yield": 246.8 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": null, + "Yield": 237.8, + "Adj Yield": 237.8 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A648-11", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": null, + "Yield": 238.6, + "Adj Yield": 238.6 + } + }, + { + "rank": 17, + "brand": "Channel", + "product": "218-66VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 240.0, + "Adj Yield": 240.0 + } + } + ], + "n_results": 24, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142645" + ], + "fetched_at": "2026-05-27T02:18:00.261847+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142645.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142645.md new file mode 100644 index 00000000..a6e553f9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142645.md @@ -0,0 +1,53 @@ +# Corn yield trial — Kemp, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Douglas +- **City:** Kemp +- **Year:** 2024 +- **Plot ID:** 142645 +- **Cooperator:** Jared Hemingway +- **Plot average:** 243.18 BU/Ac +- **Planted:** 2024-05-04 +- **Harvested:** 2024-09-20 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142645 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 24 | AgriGold | A638-19-3110 | 3110 | - | 18.0 | - | 196.0 | 196.0 | +| 15 | AgriGold | A639-03VT2RIB | VT2RIB | - | 18.5 | - | 241.7 | 241.7 | +| 13 | AgriGold | A642-32 | C | - | 19.5 | - | 242.8 | 242.8 | +| 2 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 20.5 | - | 260.5 | 260.5 | +| 10 | AgriGold | A642-18SSP | SSP | - | 19.7 | - | 244.9 | 244.9 | +| 22 | Channel | 212-63VT4PRIB | VT4RIB | - | 18.7 | - | 237.2 | 237.2 | +| 9 | AgriGold | A643-24PCE | PCE | - | 17.3 | - | 246.4 | 246.4 | +| 21 | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.6 | - | 237.5 | 237.5 | +| 1 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 18.4 | - | 266.1 | 266.1 | +| 12 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.5 | - | 242.8 | 242.8 | +| 6 | Channel | 215-09VT2RIB | VT2RIB | - | 19.4 | - | 252.0 | 252.0 | +| 4 | AgriGold | A645-16VT2RIB | VT2RIB | - | 20.0 | - | 254.8 | 254.8 | +| 5 | AgriGold | A645-16 | C | - | 20.1 | - | 254.2 | 254.2 | +| 7 | AgriGold | A645-30VT2PRO | VT2Pro | - | 19.8 | - | 248.7 | 248.7 | +| 3 | Channel | 215-70TRERIB | Trecepta | - | 20.3 | - | 255.0 | 255.0 | +| 18 | AgriGold | A645-22TRC | Trecepta | - | 19.2 | - | 239.9 | 239.9 | +| 14 | AgriGold | A645-71STX | STX | - | 19.4 | - | 242.2 | 242.2 | +| 23 | AgriGold | A646-30VT2RIB | VT2RIB | - | 21.0 | - | 225.9 | 225.9 | +| 16 | AgriGold | A646-30 | C | - | 20.0 | - | 241.0 | 241.0 | +| 11 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 19.5 | - | 243.4 | 243.4 | +| 8 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 21.8 | - | 246.8 | 246.8 | +| 20 | AgriGold | A648-11VT2RIB | VT2RIB | - | 22.3 | - | 237.8 | 237.8 | +| 19 | AgriGold | A648-11 | C | - | 22.5 | - | 238.6 | 238.6 | +| 17 | Channel | 218-66VT2PRIB | VT2RIB | - | 20.9 | - | 240.0 | 240.0 | + +Top 5 by Yield: 214-78DGVT2PRIB (Channel) 266.1, A642-05VT2RIBD1 (AgriGold) 260.5, 215-70TRERIB (Channel) 255.0, A645-16VT2RIB (AgriGold) 254.8, A645-16 (AgriGold) 254.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142649.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142649.json new file mode 100644 index 00000000..1bee7ce2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142649.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142649", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Maple park", + "county": "Kane", + "year": 2024, + "plot_id": "142649", + "cooperator": "Long Farms", + "plot_average": 215.78, + "planted_date": "2024-05-06", + "harvested_date": "2024-10-10", + "population_seeds_per_acre": 34500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 11, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 53.0, + "Yield": 202.2, + "Adj Yield": 202.2 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P08527V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 55.0, + "Yield": 209.6, + "Adj Yield": 209.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 55.0, + "Yield": 222.1, + "Adj Yield": 222.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 53.0, + "Yield": 206.0, + "Adj Yield": 206.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 53.3, + "Yield": 222.7, + "Adj Yield": 222.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 53.9, + "Yield": 226.9, + "Adj Yield": 226.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 54.7, + "Yield": 221.2, + "Adj Yield": 221.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 53.7, + "Yield": 232.0, + "Adj Yield": 232.0 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 53.6, + "Yield": 201.9, + "Adj Yield": 201.9 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": 52.2, + "Yield": 209.6, + "Adj Yield": 209.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 55.6, + "Yield": 217.0, + "Adj Yield": 217.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 54.7, + "Yield": 218.2, + "Adj Yield": 218.2 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142649" + ], + "fetched_at": "2026-05-27T02:18:00.730228+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142649.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142649.md new file mode 100644 index 00000000..d64fdabe --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142649.md @@ -0,0 +1,42 @@ +# Corn yield trial — Maple park, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Kane +- **City:** Maple park +- **Year:** 2024 +- **Plot ID:** 142649 +- **Cooperator:** Long Farms +- **Plot average:** 215.78 BU/Ac +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-10 +- **Population:** 34,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142649 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 11 | AgriGold | A636-16-5222 | 5222 | - | 19.0 | 53.0 | 202.2 | 202.2 | +| 8 | Pioneer | P08527V | Vorceed | - | 17.0 | 55.0 | 209.6 | 209.6 | +| 4 | AgriGold | A639-03VT2RIB | VT2RIB | - | 16.7 | 55.0 | 222.1 | 222.1 | +| 10 | AgriGold | A639-91SSPRIB | SSPRIB | - | 18.1 | 53.0 | 206.0 | 206.0 | +| 3 | AgriGold | A640-12STXRIB | STXRIB | - | 19.3 | 53.3 | 222.7 | 222.7 | +| 2 | AgriGold | A641-26-3110 | 3110 | - | 18.5 | 53.9 | 226.9 | 226.9 | +| 5 | AgriGold | A641-85STXRIB | STXRIB | - | 17.9 | 54.7 | 221.2 | 221.2 | +| 1 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 19.6 | 53.7 | 232.0 | 232.0 | +| 12 | AgriGold | A642-18SSP | SSP | - | 21.3 | 53.6 | 201.9 | 201.9 | +| 9 | AgriGold | A643-24PCE | PCE | - | 22.9 | 52.2 | 209.6 | 209.6 | +| 7 | AgriGold | A643-52VT2RIB | VT2RIB | - | 20.0 | 55.6 | 217.0 | 217.0 | +| 6 | AgriGold | A644-64VT2RIB | VT2RIB | - | 21.0 | 54.7 | 218.2 | 218.2 | + +Top 5 by Yield: A642-05VT2RIBD1 (AgriGold) 232.0, A641-26-3110 (AgriGold) 226.9, A640-12STXRIB (AgriGold) 222.7, A639-03VT2RIB (AgriGold) 222.1, A641-85STXRIB (AgriGold) 221.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142662.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142662.json new file mode 100644 index 00000000..13e31d57 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142662.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142662", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Winnebago", + "county": "Winnebago", + "year": 2024, + "plot_id": "142662", + "cooperator": "Chas Cross", + "plot_average": 224.45, + "planted_date": "2024-05-06", + "harvested_date": "2024-10-16", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 13, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 57.0, + "Yield": 219.1, + "Adj Yield": 219.1 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 57.7, + "Yield": 217.4, + "Adj Yield": 217.4 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 57.0, + "Yield": 225.0, + "Adj Yield": 225.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 57.8, + "Yield": 234.4, + "Adj Yield": 234.4 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 61.0, + "Yield": 221.3, + "Adj Yield": 221.3 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 55.5, + "Yield": 204.9, + "Adj Yield": 204.9 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P08527V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 56.3, + "Yield": 227.6, + "Adj Yield": 227.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 54.6, + "Yield": 239.1, + "Adj Yield": 239.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 56.8, + "Yield": 224.9, + "Adj Yield": 224.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 56.3, + "Yield": 239.5, + "Adj Yield": 239.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 54.2, + "Yield": 246.1, + "Adj Yield": 246.1 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 55.7, + "Yield": 191.5, + "Adj Yield": 191.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 55.1, + "Yield": 239.3, + "Adj Yield": 239.3 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 56.2, + "Yield": 211.4, + "Adj Yield": 211.4 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 55.6, + "Yield": 208.3, + "Adj Yield": 208.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 58.9, + "Yield": 233.0, + "Adj Yield": 233.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 56.5, + "Yield": 234.2, + "Adj Yield": 234.2 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 56.8, + "Yield": 223.1, + "Adj Yield": 223.1 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142662" + ], + "fetched_at": "2026-05-27T02:18:01.255971+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142662.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142662.md new file mode 100644 index 00000000..4771e33e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142662.md @@ -0,0 +1,48 @@ +# Corn yield trial — Winnebago, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Winnebago +- **City:** Winnebago +- **Year:** 2024 +- **Plot ID:** 142662 +- **Cooperator:** Chas Cross +- **Plot average:** 224.45 BU/Ac +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-16 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142662 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 13 | AgriGold | A630-04AA-RN | 3120 | - | 14.3 | 57.0 | 219.1 | 219.1 | +| 14 | AgriGold | A631-08VT2PRO | VT2Pro | - | 14.9 | 57.7 | 217.4 | 217.4 | +| 9 | AgriGold | A632-68VT2RIB | VT2RIB | - | 15.5 | 57.0 | 225.0 | 225.0 | +| 5 | AgriGold | A636-42SSP | SSP | - | 15.3 | 57.8 | 234.4 | 234.4 | +| 12 | AgriGold | A637-72VT2PRO | VT2Pro | - | 15.9 | 61.0 | 221.3 | 221.3 | +| 17 | AgriGold | A636-16-5222 | 5222 | - | 17.1 | 55.5 | 204.9 | 204.9 | +| 8 | Pioneer | P08527V | Vorceed | - | 16.0 | 56.3 | 227.6 | 227.6 | +| 4 | AgriGold | A639-03VT2RIB | VT2RIB | - | 18.6 | 54.6 | 239.1 | 239.1 | +| 10 | AgriGold | A639-91SSPRIB | SSPRIB | - | 18.8 | 56.8 | 224.9 | 224.9 | +| 2 | AgriGold | A640-12STXRIB | STXRIB | - | 18.2 | 56.3 | 239.5 | 239.5 | +| 1 | AgriGold | A641-26-3110 | 3110 | - | 18.0 | 54.2 | 246.1 | 246.1 | +| 18 | AgriGold | A641-85STXRIB | STXRIB | - | 17.9 | 55.7 | 191.5 | 191.5 | +| 3 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 18.2 | 55.1 | 239.3 | 239.3 | +| 15 | AgriGold | A642-18SSP | SSP | - | 20.1 | 56.2 | 211.4 | 211.4 | +| 16 | AgriGold | A6499STXRIB | STXRIB | - | 19.5 | 55.6 | 208.3 | 208.3 | +| 7 | AgriGold | A642-32VT2PRO | VT2Pro | - | 18.6 | 58.9 | 233.0 | 233.0 | +| 6 | AgriGold | A643-24PCE | PCE | - | 19.4 | 56.5 | 234.2 | 234.2 | +| 11 | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.7 | 56.8 | 223.1 | 223.1 | + +Top 5 by Yield: A641-26-3110 (AgriGold) 246.1, A640-12STXRIB (AgriGold) 239.5, A642-05VT2RIBD1 (AgriGold) 239.3, A639-03VT2RIB (AgriGold) 239.1, A636-42SSP (AgriGold) 234.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142665.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142665.json new file mode 100644 index 00000000..6da139d5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142665.json @@ -0,0 +1,504 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142665", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Mount Carroll", + "county": "Carroll", + "year": 2024, + "plot_id": "142665", + "cooperator": "Lee & Terry Charles", + "plot_average": 256.16, + "planted_date": "2024-05-13", + "harvested_date": "2024-10-23", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A639-70STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 61.5, + "Yield": 259.3, + "Adj Yield": 259.3 + } + }, + { + "rank": 1, + "brand": "Golden Harvest", + "product": "G14B32-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 58.0, + "Yield": 284.9, + "Adj Yield": 280.19 + } + }, + { + "rank": 15, + "brand": "Golden Harvest", + "product": "G13U96-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 58.7, + "Yield": 265.6, + "Adj Yield": 261.77 + } + }, + { + "rank": 21, + "brand": "Golden Harvest", + "product": "G12U11-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 60.9, + "Yield": 256.7, + "Adj Yield": 253.57 + } + }, + { + "rank": 3, + "brand": "Golden Harvest", + "product": "G12S75-D", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 58.0, + "Yield": 277.7, + "Adj Yield": 275.21 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 63.9, + "Yield": 244.8, + "Adj Yield": 242.82 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 63.3, + "Yield": 270.3, + "Adj Yield": 268.71 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 61.5, + "Yield": 266.1, + "Adj Yield": 264.83 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 62.4, + "Yield": 277.0, + "Adj Yield": 275.95 + } + }, + { + "rank": 6, + "brand": "Golden Harvest", + "product": "G11V76-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 60.8, + "Yield": 267.7, + "Adj Yield": 266.77 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 61.7, + "Yield": 264.6, + "Adj Yield": 263.56 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A639-70STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 60.9, + "Yield": 254.8, + "Adj Yield": 254.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 60.9, + "Yield": 271.9, + "Adj Yield": 271.11 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 61.6, + "Yield": 263.5, + "Adj Yield": 263.11 + } + }, + { + "rank": 18, + "brand": "Golden Harvest", + "product": "G10B61-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 60.2, + "Yield": 256.7, + "Adj Yield": 256.83 + } + }, + { + "rank": 30, + "brand": "Golden Harvest", + "product": "G10U97V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 62.3, + "Yield": 235.8, + "Adj Yield": 236.54 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 61.8, + "Yield": 260.9, + "Adj Yield": 262.23 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 63.9, + "Yield": 264.6, + "Adj Yield": 266.53 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 60.8, + "Yield": 251.3, + "Adj Yield": 254.01 + } + }, + { + "rank": 16, + "brand": "Golden Harvest", + "product": "G08U00-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 59.1, + "Yield": 256.0, + "Adj Yield": 259.51 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 61.7, + "Yield": 257.7, + "Adj Yield": 262.25 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 60.6, + "Yield": 243.6, + "Adj Yield": 249.32 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 58.6, + "Yield": 251.8, + "Adj Yield": 259.08 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A639-70STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 60.6, + "Yield": 244.2, + "Adj Yield": 244.2 + } + }, + { + "rank": 32, + "brand": "Golden Harvest", + "product": "G10U97V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 60.8, + "Yield": 208.8, + "Adj Yield": 216.07 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 61.3, + "Yield": 237.9, + "Adj Yield": 243.73 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 62.0, + "Yield": 241.0, + "Adj Yield": 245.66 + } + }, + { + "rank": 31, + "brand": "AgriGold", + "product": "A636-39DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 65.1, + "Yield": 228.3, + "Adj Yield": 232.0 + } + }, + { + "rank": 22, + "brand": "Golden Harvest", + "product": "G05U86-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 58.5, + "Yield": 248.6, + "Adj Yield": 251.49 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 62.1, + "Yield": 262.2, + "Adj Yield": 264.37 + } + }, + { + "rank": 24, + "brand": "Golden Harvest", + "product": "G03U08-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 63.7, + "Yield": 247.5, + "Adj Yield": 248.95 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 65.0, + "Yield": 264.3, + "Adj Yield": 265.01 + } + }, + { + "rank": 29, + "brand": "AgriGold", + "product": "A631-12SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 63.9, + "Yield": 239.3, + "Adj Yield": 239.35 + } + }, + { + "rank": 28, + "brand": "Golden Harvest", + "product": "G01U74-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 63.9, + "Yield": 241.8, + "Adj Yield": 241.15 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 65.2, + "Yield": 256.8, + "Adj Yield": 255.38 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A639-70STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 62.1, + "Yield": 255.8, + "Adj Yield": 255.8 + } + } + ], + "n_results": 36, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142665" + ], + "fetched_at": "2026-05-27T02:18:01.780413+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142665.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142665.md new file mode 100644 index 00000000..39aa2624 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142665.md @@ -0,0 +1,66 @@ +# Corn yield trial — Mount Carroll, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Carroll +- **City:** Mount Carroll +- **Year:** 2024 +- **Plot ID:** 142665 +- **Cooperator:** Lee & Terry Charles +- **Plot average:** 256.16 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-23 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142665 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A639-70STXRIB | STXRIB | - | 14.8 | 61.5 | 259.3 | 259.3 | +| 1 | Golden Harvest | G14B32-DV | 5222 | - | 19.4 | 58.0 | 284.9 | 280.19 | +| 15 | Golden Harvest | G13U96-DV | 5222EZ | - | 19.1 | 58.7 | 265.6 | 261.77 | +| 21 | Golden Harvest | G12U11-AA | 3220EZ | - | 17.5 | 60.9 | 256.7 | 253.57 | +| 3 | Golden Harvest | G12S75-D | 5222EZ | - | 18.8 | 58.0 | 277.7 | 275.21 | +| 27 | AgriGold | A642-32VT2PRO | VT2Pro | - | 15.4 | 63.9 | 244.8 | 242.82 | +| 5 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.6 | 63.3 | 270.3 | 268.71 | +| 9 | AgriGold | A642-18SSP | SSP | - | 15.4 | 61.5 | 266.1 | 264.83 | +| 2 | AgriGold | A641-85STXRIB | STXRIB | - | 16.2 | 62.4 | 277.0 | 275.95 | +| 6 | Golden Harvest | G11V76-D | 5122EZ | - | 17.0 | 60.8 | 267.7 | 266.77 | +| 11 | AgriGold | A641-26-3110 | 3110 | - | 15.9 | 61.7 | 264.6 | 263.56 | +| - | AgriGold | A639-70STXRIB | STXRIB | - | 13.0 | 60.9 | 254.8 | 254.8 | +| 4 | AgriGold | A640-16-3110 | 3110 | - | 16.0 | 60.9 | 271.9 | 271.11 | +| 12 | AgriGold | A640-12STXRIB | STXRIB | - | 14.7 | 61.6 | 263.5 | 263.11 | +| 18 | Golden Harvest | G10B61-AA | 3120EZ | - | 16.9 | 60.2 | 256.7 | 256.83 | +| 30 | Golden Harvest | G10U97V | 3220EZ | - | 14.1 | 62.3 | 235.8 | 236.54 | +| 14 | AgriGold | A639-03VT2RIB | VT2RIB | - | 13.6 | 61.8 | 260.9 | 262.23 | +| 7 | AgriGold | A639-91SSPRIB | SSPRIB | - | 13.7 | 63.9 | 264.6 | 266.53 | +| 20 | AgriGold | A638-19-3110 | 3110 | - | 15.5 | 60.8 | 251.3 | 254.01 | +| 16 | Golden Harvest | G08U00-V | 3220EZ | - | 16.5 | 59.1 | 256.0 | 259.51 | +| 13 | AgriGold | A637-72VT2PRO | VT2Pro | - | 14.0 | 61.7 | 257.7 | 262.25 | +| 23 | AgriGold | A636-42SSP | SSP | - | 12.0 | 60.6 | 243.6 | 249.32 | +| 17 | AgriGold | A636-16VT2RIB | VT2RIB | - | 14.0 | 58.6 | 251.8 | 259.08 | +| - | AgriGold | A639-70STXRIB | STXRIB | - | 11.8 | 60.6 | 244.2 | 244.2 | +| 32 | Golden Harvest | G10U97V | 3220EZ | - | 13.9 | 60.8 | 208.8 | 216.07 | +| 26 | AgriGold | A636-16-5222 | 5222 | - | 15.1 | 61.3 | 237.9 | 243.73 | +| 25 | AgriGold | A636-39-3110 | 3110 | - | 14.0 | 62.0 | 241.0 | 245.66 | +| 31 | AgriGold | A636-39DV-RN | 5222 | - | 13.6 | 65.1 | 228.3 | 232.0 | +| 22 | Golden Harvest | G05U86-DV | 5222EZ | - | 15.1 | 58.5 | 248.6 | 251.49 | +| 10 | AgriGold | A634-11SSPRIB | SSPRIB | - | 12.5 | 62.1 | 262.2 | 264.37 | +| 24 | Golden Harvest | G03U08-D | 5122EZ | - | 13.1 | 63.7 | 247.5 | 248.95 | +| 8 | AgriGold | A632-68VT2RIB | VT2RIB | - | 10.8 | 65.0 | 264.3 | 265.01 | +| 29 | AgriGold | A631-12SSP | SSP | - | 10.6 | 63.9 | 239.3 | 239.35 | +| 28 | Golden Harvest | G01U74-AA | 3120EZ | - | 13.0 | 63.9 | 241.8 | 241.15 | +| 19 | AgriGold | A630-04AA-RN | 3120 | - | 10.9 | 65.2 | 256.8 | 255.38 | +| - | AgriGold | A639-70STXRIB | STXRIB | - | 12.3 | 62.1 | 255.8 | 255.8 | + +Top 5 by Yield: G14B32-DV (Golden Harvest) 284.9, G12S75-D (Golden Harvest) 277.7, A641-85STXRIB (AgriGold) 277.0, A640-16-3110 (AgriGold) 271.9, A642-05VT2RIBD1 (AgriGold) 270.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142667.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142667.json new file mode 100644 index 00000000..30143075 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142667.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142667", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Thomson", + "county": "Carroll", + "year": 2024, + "plot_id": "142667", + "cooperator": "Judd Smith", + "plot_average": 256.09, + "planted_date": "2024-05-15", + "harvested_date": "2024-10-15", + "population_seeds_per_acre": 32500, + "row_width": "22.0\"", + "num_rows": 8, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 57.2, + "Yield": 245.8, + "Adj Yield": 245.8 + } + }, + { + "rank": 15, + "brand": "FS Seeds", + "product": "FS5335PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 57.1, + "Yield": 240.6, + "Adj Yield": 244.97 + } + }, + { + "rank": 10, + "brand": "Brevant Seeds", + "product": "B04R11Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 56.0, + "Yield": 251.8, + "Adj Yield": 255.58 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC105-33RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 56.3, + "Yield": 246.6, + "Adj Yield": 249.76 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 55.8, + "Yield": 248.1, + "Adj Yield": 250.68 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 59.3, + "Yield": 231.2, + "Adj Yield": 233.26 + } + }, + { + "rank": 9, + "brand": "FS Seeds", + "product": "FS5725XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 57.4, + "Yield": 254.9, + "Adj Yield": 256.36 + } + }, + { + "rank": 11, + "brand": "NK Brand", + "product": "NK0880-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 54.1, + "Yield": 252.8, + "Adj Yield": 253.67 + } + }, + { + "rank": 14, + "brand": "FS Seeds", + "product": "FS5845PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 55.1, + "Yield": 246.3, + "Adj Yield": 246.55 + } + }, + { + "rank": 1, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 56.6, + "Yield": 273.4, + "Adj Yield": 273.07 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC108-64RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 56.2, + "Yield": 263.6, + "Adj Yield": 262.67 + } + }, + { + "rank": 8, + "brand": "FS Seeds", + "product": "FS5935XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 57.0, + "Yield": 258.8, + "Adj Yield": 257.37 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 58.6, + "Yield": 260.3, + "Adj Yield": 258.27 + } + }, + { + "rank": 5, + "brand": "Brevant Seeds", + "product": "B10Y21V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 54.5, + "Yield": 264.3, + "Adj Yield": 261.68 + } + }, + { + "rank": 6, + "brand": "Brevant Seeds", + "product": "B10Y21Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 55.2, + "Yield": 263.4, + "Adj Yield": 260.19 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 56.8, + "Yield": 269.3, + "Adj Yield": 265.51 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P10477V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 55.5, + "Yield": 272.2, + "Adj Yield": 267.77 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 57.3, + "Yield": 255.8, + "Adj Yield": 255.8 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142667" + ], + "fetched_at": "2026-05-27T02:18:02.245833+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142667.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142667.md new file mode 100644 index 00000000..5a931160 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142667.md @@ -0,0 +1,48 @@ +# Corn yield trial — Thomson, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Carroll +- **City:** Thomson +- **Year:** 2024 +- **Plot ID:** 142667 +- **Cooperator:** Judd Smith +- **Plot average:** 256.09 BU/Ac +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-15 +- **Population:** 32,500 seeds/acre +- **Row width:** 22.0" +- **# Rows:** 8 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142667 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Dekalb | DKC110-10RIB | STXRIB | - | 21.5 | 57.2 | 245.8 | 245.8 | +| 15 | FS Seeds | FS5335PRIB | SSPRIB | - | 16.8 | 57.1 | 240.6 | 244.97 | +| 10 | Brevant Seeds | B04R11Q | QROME | - | 17.6 | 56.0 | 251.8 | 255.58 | +| 13 | Dekalb | DKC105-33RIB | SSPRIB | - | 16.7 | 56.3 | 246.6 | 249.76 | +| 12 | AgriGold | A636-16-5222 | 5222 | - | 19.3 | 55.8 | 248.1 | 250.68 | +| 16 | AgriGold | A636-42SSP | SSP | - | 16.7 | 59.3 | 231.2 | 233.26 | +| 9 | FS Seeds | FS5725XRIB | STXRIB | - | 17.5 | 57.4 | 254.9 | 256.36 | +| 11 | NK Brand | NK0880-V | 3220EZ | - | 20.5 | 54.1 | 252.8 | 253.67 | +| 14 | FS Seeds | FS5845PRIB | SSPRIB | - | 19.2 | 55.1 | 246.3 | 246.55 | +| 1 | Brevant Seeds | B08R32V | Vorceed | - | 19.5 | 56.6 | 273.4 | 273.07 | +| 4 | Dekalb | DKC108-64RIB | SSPRIB | - | 18.8 | 56.2 | 263.6 | 262.67 | +| 8 | FS Seeds | FS5935XRIB | STXRIB | - | 20.5 | 57.0 | 258.8 | 257.37 | +| 7 | AgriGold | A639-91SSPRIB | SSPRIB | - | 19.0 | 58.6 | 260.3 | 258.27 | +| 5 | Brevant Seeds | B10Y21V | Vorceed | - | 21.0 | 54.5 | 264.3 | 261.68 | +| 6 | Brevant Seeds | B10Y21Q | QROME | - | 21.6 | 55.2 | 263.4 | 260.19 | +| 3 | AgriGold | A640-12STXRIB | STXRIB | - | 19.7 | 56.8 | 269.3 | 265.51 | +| 2 | Pioneer | P10477V | Vorceed | - | 21.7 | 55.5 | 272.2 | 267.77 | +| - | Dekalb | DKC110-10RIB | STXRIB | - | 21.2 | 57.3 | 255.8 | 255.8 | + +Top 5 by Yield: B08R32V (Brevant Seeds) 273.4, P10477V (Pioneer) 272.2, A640-12STXRIB (AgriGold) 269.3, B10Y21V (Brevant Seeds) 264.3, DKC108-64RIB (Dekalb) 263.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142668.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142668.json new file mode 100644 index 00000000..df244fc5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142668.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142668", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Colesburg", + "county": "Delaware", + "year": 2024, + "plot_id": "142668", + "cooperator": "Steve Lueken", + "plot_average": 272.89, + "planted_date": "2024-05-06", + "harvested_date": "2024-10-06", + "population_seeds_per_acre": 34500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 294.3, + "Adj Yield": 294.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 277.6, + "Adj Yield": 277.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A631-12SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 268.0, + "Adj Yield": 268.0 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A632-68DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 260.9, + "Adj Yield": 260.9 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 262.7, + "Adj Yield": 262.7 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A636-39DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 263.9, + "Adj Yield": 263.9 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 261.0, + "Adj Yield": 261.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": null, + "Yield": 275.1, + "Adj Yield": 275.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": null, + "Yield": 278.1, + "Adj Yield": 278.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": null, + "Yield": 283.4, + "Adj Yield": 283.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 23.6, + "Test Wt.": null, + "Yield": 278.5, + "Adj Yield": 278.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 25.6, + "Test Wt.": null, + "Yield": 271.2, + "Adj Yield": 271.2 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142668" + ], + "fetched_at": "2026-05-27T02:18:02.763057+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142668.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142668.md new file mode 100644 index 00000000..7662ba70 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142668.md @@ -0,0 +1,42 @@ +# Corn yield trial — Colesburg, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Delaware +- **City:** Colesburg +- **Year:** 2024 +- **Plot ID:** 142668 +- **Cooperator:** Steve Lueken +- **Plot average:** 272.89 BU/Ac +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-06 +- **Population:** 34,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142668 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A630-04AA-RN | 3120 | - | 17.0 | - | 294.3 | 294.3 | +| 5 | AgriGold | A631-08VT2PRO | VT2Pro | - | 17.2 | - | 277.6 | 277.6 | +| 8 | AgriGold | A631-12SSP | SSP | - | 17.4 | - | 268.0 | 268.0 | +| 12 | AgriGold | A632-68DV-RN | 5222 | - | 17.3 | - | 260.9 | 260.9 | +| 10 | AgriGold | A634-11SSPRIB | SSPRIB | - | 17.5 | - | 262.7 | 262.7 | +| 9 | AgriGold | A636-39DV-RN | 5222 | - | 18.5 | - | 263.9 | 263.9 | +| 11 | AgriGold | A636-42SSP | SSP | - | 18.5 | - | 261.0 | 261.0 | +| 6 | AgriGold | A636-16-5222 | 5222 | - | 20.5 | - | 275.1 | 275.1 | +| 4 | AgriGold | A638-19-3110 | 3110 | - | 21.7 | - | 278.1 | 278.1 | +| 2 | AgriGold | A639-91SSPRIB | SSPRIB | - | 22.4 | - | 283.4 | 283.4 | +| 3 | AgriGold | A642-32VT2PRO | VT2Pro | - | 23.6 | - | 278.5 | 278.5 | +| 7 | AgriGold | A642-18SSP | SSP | - | 25.6 | - | 271.2 | 271.2 | + +Top 5 by Yield: A630-04AA-RN (AgriGold) 294.3, A639-91SSPRIB (AgriGold) 283.4, A642-32VT2PRO (AgriGold) 278.5, A638-19-3110 (AgriGold) 278.1, A631-08VT2PRO (AgriGold) 277.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142698.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142698.json new file mode 100644 index 00000000..db0d0845 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142698.json @@ -0,0 +1,374 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142698", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Polo", + "county": "Ogle", + "year": 2024, + "plot_id": "142698", + "cooperator": "Jeff Frey", + "plot_average": 259.37, + "planted_date": "2024-05-04", + "harvested_date": "2024-10-17", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 56.9, + "Yield": 265.5, + "Adj Yield": 265.5 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 57.2, + "Yield": 231.3, + "Adj Yield": 231.3 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 60.1, + "Yield": 246.9, + "Adj Yield": 246.9 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 57.5, + "Yield": 248.1, + "Adj Yield": 248.1 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A636-39DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 57.5, + "Yield": 233.4, + "Adj Yield": 233.4 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 57.0, + "Yield": 261.5, + "Adj Yield": 261.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.2, + "Yield": 270.1, + "Adj Yield": 270.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 57.2, + "Yield": 266.5, + "Adj Yield": 266.5 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.3, + "Yield": 252.2, + "Adj Yield": 252.2 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 56.5, + "Yield": 264.6, + "Adj Yield": 264.6 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A640-24-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 58.2, + "Yield": 252.8, + "Adj Yield": 252.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.5, + "Yield": 267.8, + "Adj Yield": 267.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 58.1, + "Yield": 266.7, + "Adj Yield": 266.7 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 60.4, + "Yield": 255.3, + "Adj Yield": 255.3 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 59.7, + "Yield": 258.7, + "Adj Yield": 258.7 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 57.9, + "Yield": 258.4, + "Adj Yield": 258.4 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 60.9, + "Yield": 259.2, + "Adj Yield": 259.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.1, + "Yield": 266.4, + "Adj Yield": 266.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.7, + "Yield": 274.8, + "Adj Yield": 274.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 56.5, + "Yield": 276.2, + "Adj Yield": 276.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.6, + "Yield": 266.3, + "Adj Yield": 266.3 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 60.9, + "Yield": 257.8, + "Adj Yield": 257.8 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 57.4, + "Yield": 260.6, + "Adj Yield": 260.6 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A645-16STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 59.3, + "Yield": 251.6, + "Adj Yield": 251.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 61.8, + "Yield": 275.5, + "Adj Yield": 275.5 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 58.6, + "Yield": 255.5, + "Adj Yield": 255.5 + } + } + ], + "n_results": 26, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142698" + ], + "fetched_at": "2026-05-27T02:18:03.268579+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142698.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142698.md new file mode 100644 index 00000000..a428d891 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142698.md @@ -0,0 +1,56 @@ +# Corn yield trial — Polo, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Ogle +- **City:** Polo +- **Year:** 2024 +- **Plot ID:** 142698 +- **Cooperator:** Jeff Frey +- **Plot average:** 259.37 BU/Ac +- **Planted:** 2024-05-04 +- **Harvested:** 2024-10-17 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142698 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 10 | AgriGold | A643-24PCE | PCE | - | 18.8 | 56.9 | 265.5 | 265.5 | +| 26 | AgriGold | A631-08VT2PRO | VT2Pro | - | 14.9 | 57.2 | 231.3 | 231.3 | +| 24 | AgriGold | A632-68VT2RIB | VT2RIB | - | 14.1 | 60.1 | 246.9 | 246.9 | +| 23 | AgriGold | A636-42SSP | SSP | - | 13.5 | 57.5 | 248.1 | 248.1 | +| 25 | AgriGold | A636-39DV-RN | 5222 | - | 15.3 | 57.5 | 233.4 | 233.4 | +| 12 | AgriGold | A636-16-5222 | 5222 | - | 16.0 | 57.0 | 261.5 | 261.5 | +| 4 | AgriGold | K5836PWE | PWE | - | 16.0 | 58.2 | 270.1 | 270.1 | +| 7 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.6 | 57.2 | 266.5 | 266.5 | +| 21 | AgriGold | A639-91SSPRIB | SSPRIB | - | 14.5 | 59.3 | 252.2 | 252.2 | +| 11 | AgriGold | J6015PWE | PWE | - | 16.1 | 56.5 | 264.6 | 264.6 | +| 20 | AgriGold | A640-24-3110 | 3110 | - | 16.5 | 58.2 | 252.8 | 252.8 | +| 5 | AgriGold | A640-12STXRIB | STXRIB | - | 15.8 | 58.5 | 267.8 | 267.8 | +| 6 | AgriGold | A641-85STXRIB | STXRIB | - | 16.6 | 58.1 | 266.7 | 266.7 | +| 19 | AgriGold | A6499STXRIB | STXRIB | - | 17.7 | 60.4 | 255.3 | 255.3 | +| 15 | AgriGold | A642-32 | C | - | 16.9 | 59.7 | 258.7 | 258.7 | +| 16 | AgriGold | A642-18SSP | SSP | - | 16.7 | 57.9 | 258.4 | 258.4 | +| 14 | AgriGold | A642-32VT2PRO | VT2Pro | - | 16.9 | 60.9 | 259.2 | 259.2 | +| 8 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.7 | 59.1 | 266.4 | 266.4 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.2 | 59.7 | 274.8 | 274.8 | +| 1 | AgriGold | A643-24PCE | PCE | - | 18.4 | 56.5 | 276.2 | 276.2 | +| 9 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.0 | 58.6 | 266.3 | 266.3 | +| 17 | AgriGold | A645-30VT2PRO | VT2Pro | - | 17.1 | 60.9 | 257.8 | 257.8 | +| 13 | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.1 | 57.4 | 260.6 | 260.6 | +| 22 | AgriGold | A645-16STXRIB | STXRIB | - | 16.8 | 59.3 | 251.6 | 251.6 | +| 2 | AgriGold | A645-71STXRIB | STXRIB | - | 17.1 | 61.8 | 275.5 | 275.5 | +| 18 | AgriGold | A646-30VT2RIB | VT2RIB | - | 18.0 | 58.6 | 255.5 | 255.5 | + +Top 5 by Yield: A643-24PCE (AgriGold) 276.2, A645-71STXRIB (AgriGold) 275.5, A643-52VT2RIB (AgriGold) 274.8, K5836PWE (AgriGold) 270.1, A640-12STXRIB (AgriGold) 267.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142699.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142699.json new file mode 100644 index 00000000..4495668e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142699.json @@ -0,0 +1,725 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142699", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Stillman Valley", + "county": "Ogle", + "year": 2024, + "plot_id": "142699", + "cooperator": "Mark & Brent Warner", + "plot_average": 281.55, + "planted_date": "2024-05-04", + "harvested_date": "2024-10-26", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 56.8, + "Yield": 304.5, + "Adj Yield": 304.5 + } + }, + { + "rank": 44, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 56.7, + "Yield": 267.8, + "Adj Yield": 267.8 + } + }, + { + "rank": 40, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 58.7, + "Yield": 270.9, + "Adj Yield": 270.9 + } + }, + { + "rank": 41, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.6, + "Yield": 269.3, + "Adj Yield": 269.3 + } + }, + { + "rank": 49, + "brand": "AgriGold", + "product": "A636-39DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 59.5, + "Yield": 261.0, + "Adj Yield": 261.0 + } + }, + { + "rank": 53, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.1, + "Yield": 252.7, + "Adj Yield": 252.7 + } + }, + { + "rank": 32, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 57.6, + "Yield": 279.3, + "Adj Yield": 279.3 + } + }, + { + "rank": 50, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 59.7, + "Yield": 259.3, + "Adj Yield": 259.3 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 60.0, + "Yield": 287.1, + "Adj Yield": 287.1 + } + }, + { + "rank": 43, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.0, + "Yield": 269.1, + "Adj Yield": 269.1 + } + }, + { + "rank": 51, + "brand": "AgriGold", + "product": "A639-70STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.4, + "Yield": 255.7, + "Adj Yield": 255.7 + } + }, + { + "rank": 38, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 60.9, + "Yield": 274.5, + "Adj Yield": 274.5 + } + }, + { + "rank": 37, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 57.6, + "Yield": 274.6, + "Adj Yield": 274.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 59.1, + "Yield": 307.0, + "Adj Yield": 307.0 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 58.1, + "Yield": 283.1, + "Adj Yield": 283.1 + } + }, + { + "rank": 42, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 58.0, + "Yield": 269.3, + "Adj Yield": 269.3 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 58.7, + "Yield": 289.0, + "Adj Yield": 289.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 59.8, + "Yield": 298.6, + "Adj Yield": 298.6 + } + }, + { + "rank": 33, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 59.9, + "Yield": 277.7, + "Adj Yield": 277.7 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 59.4, + "Yield": 288.8, + "Adj Yield": 288.8 + } + }, + { + "rank": 34, + "brand": "AgriGold", + "product": "A643-52STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 61.0, + "Yield": 276.9, + "Adj Yield": 276.9 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 59.5, + "Yield": 296.7, + "Adj Yield": 296.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 59.7, + "Yield": 294.5, + "Adj Yield": 294.5 + } + }, + { + "rank": 36, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 57.1, + "Yield": 274.9, + "Adj Yield": 274.9 + } + }, + { + "rank": 28, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 57.3, + "Yield": 280.7, + "Adj Yield": 280.7 + } + }, + { + "rank": 29, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 57.6, + "Yield": 279.6, + "Adj Yield": 279.6 + } + }, + { + "rank": 52, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 59.7, + "Yield": 254.6, + "Adj Yield": 254.6 + } + }, + { + "rank": 46, + "brand": "AgriGold", + "product": "A645-16STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 59.3, + "Yield": 266.0, + "Adj Yield": 266.0 + } + }, + { + "rank": 30, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 58.8, + "Yield": 279.5, + "Adj Yield": 279.5 + } + }, + { + "rank": 45, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 58.5, + "Yield": 266.0, + "Adj Yield": 266.0 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 58.2, + "Yield": 290.1, + "Adj Yield": 290.1 + } + }, + { + "rank": 48, + "brand": "Pioneer", + "product": "P08527V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.1, + "Yield": 263.0, + "Adj Yield": 263.0 + } + }, + { + "rank": 24, + "brand": "Pioneer", + "product": "P09312V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 58.7, + "Yield": 285.5, + "Adj Yield": 285.5 + } + }, + { + "rank": 20, + "brand": "Pioneer", + "product": "P10477V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 57.0, + "Yield": 286.7, + "Adj Yield": 286.7 + } + }, + { + "rank": 39, + "brand": "Pioneer", + "product": "P10625V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.3, + "Yield": 271.3, + "Adj Yield": 271.3 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P13777V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 60.4, + "Yield": 299.2, + "Adj Yield": 299.2 + } + }, + { + "rank": 18, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 59.4, + "Yield": 288.7, + "Adj Yield": 288.7 + } + }, + { + "rank": 8, + "brand": "Becks", + "product": "5864PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 59.5, + "Yield": 297.7, + "Adj Yield": 297.7 + } + }, + { + "rank": 23, + "brand": "Becks", + "product": "6041Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 57.6, + "Yield": 286.2, + "Adj Yield": 286.2 + } + }, + { + "rank": 31, + "brand": "Becks", + "product": "6081AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 59.1, + "Yield": 279.4, + "Adj Yield": 279.4 + } + }, + { + "rank": 1, + "brand": "Becks", + "product": "6374V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 59.1, + "Yield": 312.7, + "Adj Yield": 312.7 + } + }, + { + "rank": 27, + "brand": "Becks", + "product": "6469VT2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 60.4, + "Yield": 281.6, + "Adj Yield": 281.6 + } + }, + { + "rank": 21, + "brand": "Becks", + "product": "6485SX", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 58.6, + "Yield": 286.3, + "Adj Yield": 286.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 58.1, + "Yield": 303.0, + "Adj Yield": 303.0 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC110-43RIB", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 59.2, + "Yield": 289.2, + "Adj Yield": 289.2 + } + }, + { + "rank": 25, + "brand": "Dekalb", + "product": "DKC64-64RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 57.5, + "Yield": 284.4, + "Adj Yield": 284.4 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 61.6, + "Yield": 293.1, + "Adj Yield": 293.1 + } + }, + { + "rank": 47, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 59.3, + "Yield": 265.0, + "Adj Yield": 265.0 + } + }, + { + "rank": 35, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 60.2, + "Yield": 276.6, + "Adj Yield": 276.6 + } + }, + { + "rank": 5, + "brand": "Brevant Seeds", + "product": "B11C37V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 59.5, + "Yield": 302.5, + "Adj Yield": 302.5 + } + }, + { + "rank": 22, + "brand": "Brevant Seeds", + "product": "B13K20Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 58.8, + "Yield": 286.2, + "Adj Yield": 286.2 + } + }, + { + "rank": 13, + "brand": "Brevant Seeds", + "product": "B14H38Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 59.0, + "Yield": 290.9, + "Adj Yield": 290.9 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 59.3, + "Yield": 294.4, + "Adj Yield": 294.4 + } + } + ], + "n_results": 53, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142699" + ], + "fetched_at": "2026-05-27T02:18:03.794151+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142699.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142699.md new file mode 100644 index 00000000..53711345 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142699.md @@ -0,0 +1,83 @@ +# Corn yield trial — Stillman Valley, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Ogle +- **City:** Stillman Valley +- **Year:** 2024 +- **Plot ID:** 142699 +- **Cooperator:** Mark & Brent Warner +- **Plot average:** 281.55 BU/Ac +- **Planted:** 2024-05-04 +- **Harvested:** 2024-10-26 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142699 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.9 | 56.8 | 304.5 | 304.5 | +| 44 | AgriGold | A631-08VT2PRO | VT2Pro | - | 16.0 | 56.7 | 267.8 | 267.8 | +| 40 | AgriGold | A632-68VT2RIB | VT2RIB | - | 16.3 | 58.7 | 270.9 | 270.9 | +| 41 | AgriGold | A636-39-3110 | 3110 | - | 16.2 | 59.6 | 269.3 | 269.3 | +| 49 | AgriGold | A636-39DV-RN | 5222 | - | 17.2 | 59.5 | 261.0 | 261.0 | +| 53 | AgriGold | A636-42SSP | SSP | - | 15.8 | 58.1 | 252.7 | 252.7 | +| 32 | AgriGold | A636-16-5222 | 5222 | - | 16.0 | 57.6 | 279.3 | 279.3 | +| 50 | AgriGold | A637-72VT2PRO | VT2Pro | - | 16.0 | 59.7 | 259.3 | 259.3 | +| 19 | AgriGold | K5836PWE | PWE | - | 16.2 | 60.0 | 287.1 | 287.1 | +| 43 | AgriGold | A639-03VT2RIB | VT2RIB | - | 16.1 | 59.0 | 269.1 | 269.1 | +| 51 | AgriGold | A639-70STXRIB | STXRIB | - | 14.9 | 58.4 | 255.7 | 255.7 | +| 38 | AgriGold | A639-91SSPRIB | SSPRIB | - | 16.2 | 60.9 | 274.5 | 274.5 | +| 37 | AgriGold | A640-16-3110 | 3110 | - | 17.9 | 57.6 | 274.6 | 274.6 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.6 | 59.1 | 307.0 | 307.0 | +| 26 | AgriGold | A640-12STXRIB | STXRIB | - | 17.2 | 58.1 | 283.1 | 283.1 | +| 42 | AgriGold | J6015PWE | PWE | - | 17.3 | 58.0 | 269.3 | 269.3 | +| 16 | AgriGold | A641-85STXRIB | STXRIB | - | 18.2 | 58.7 | 289.0 | 289.0 | +| 7 | AgriGold | A642-32VT2PRO | VT2Pro | - | 18.2 | 59.8 | 298.6 | 298.6 | +| 33 | AgriGold | A6499STXRIB | STXRIB | - | 18.0 | 59.9 | 277.7 | 277.7 | +| 17 | AgriGold | A642-18SSP | SSP | - | 18.8 | 59.4 | 288.8 | 288.8 | +| 34 | AgriGold | A643-52STXRIB | STXRIB | - | 18.4 | 61.0 | 276.9 | 276.9 | +| 9 | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.5 | 59.5 | 296.7 | 296.7 | +| 10 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.8 | 59.7 | 294.5 | 294.5 | +| 36 | AgriGold | A643-24PCE | PCE | - | 18.2 | 57.1 | 274.9 | 274.9 | +| 28 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.9 | 57.3 | 280.7 | 280.7 | +| 29 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.6 | 57.6 | 279.6 | 279.6 | +| 52 | AgriGold | A645-30VT2PRO | VT2Pro | - | 18.7 | 59.7 | 254.6 | 254.6 | +| 46 | AgriGold | A645-16STXRIB | STXRIB | - | 18.4 | 59.3 | 266.0 | 266.0 | +| 30 | AgriGold | A645-71STXRIB | STXRIB | - | 19.1 | 58.8 | 279.5 | 279.5 | +| 45 | AgriGold | A646-30VT2RIB | VT2RIB | - | 20.0 | 58.5 | 266.0 | 266.0 | +| 14 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.1 | 58.2 | 290.1 | 290.1 | +| 48 | Pioneer | P08527V | Vorceed | - | 16.2 | 59.1 | 263.0 | 263.0 | +| 24 | Pioneer | P09312V | Vorceed | - | 16.9 | 58.7 | 285.5 | 285.5 | +| 20 | Pioneer | P10477V | Vorceed | - | 16.7 | 57.0 | 286.7 | 286.7 | +| 39 | Pioneer | P10625V | Vorceed | - | 16.1 | 59.3 | 271.3 | 271.3 | +| 6 | Pioneer | P13777V | Vorceed | - | 16.7 | 60.4 | 299.2 | 299.2 | +| 18 | Pioneer | P14830Q | QROME | - | 17.6 | 59.4 | 288.7 | 288.7 | +| 8 | Becks | 5864PCE | PCE | - | 17.8 | 59.5 | 297.7 | 297.7 | +| 23 | Becks | 6041Q | QROME | - | 17.1 | 57.6 | 286.2 | 286.2 | +| 31 | Becks | 6081AM | AM | - | 17.5 | 59.1 | 279.4 | 279.4 | +| 1 | Becks | 6374V2P | VT2RIB | - | 18.5 | 59.1 | 312.7 | 312.7 | +| 27 | Becks | 6469VT2P | VT2RIB | - | 18.2 | 60.4 | 281.6 | 281.6 | +| 21 | Becks | 6485SX | STXRIB | - | 19.7 | 58.6 | 286.3 | 286.3 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.1 | 58.1 | 303.0 | 303.0 | +| 15 | Dekalb | DKC110-43RIB | Trecepta | - | 17.0 | 59.2 | 289.2 | 289.2 | +| 25 | Dekalb | DKC64-64RIB | STXRIB | - | 18.9 | 57.5 | 284.4 | 284.4 | +| 12 | Dekalb | DKC114-99RIB | VT4RIB | - | 18.4 | 61.6 | 293.1 | 293.1 | +| 47 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 20.3 | 59.3 | 265.0 | 265.0 | +| 35 | Brevant Seeds | B08R32V | Vorceed | - | 16.4 | 60.2 | 276.6 | 276.6 | +| 5 | Brevant Seeds | B11C37V | Vorceed | - | 17.0 | 59.5 | 302.5 | 302.5 | +| 22 | Brevant Seeds | B13K20Q | QROME | - | 17.7 | 58.8 | 286.2 | 286.2 | +| 13 | Brevant Seeds | B14H38Q | QROME | - | 17.6 | 59.0 | 290.9 | 290.9 | +| 11 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.7 | 59.3 | 294.4 | 294.4 | + +Top 5 by Yield: 6374V2P (Becks) 312.7, A644-64VT2RIB (AgriGold) 307.0, A644-64VT2RIB (AgriGold) 304.5, A644-64VT2RIB (AgriGold) 303.0, B11C37V (Brevant Seeds) 302.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142701.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142701.json new file mode 100644 index 00000000..fbaa5aa8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142701.json @@ -0,0 +1,283 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142701", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Little York", + "county": "Warren", + "year": 2024, + "plot_id": "142701", + "cooperator": "Tom Bertelsen", + "plot_average": 279.55, + "planted_date": "2024-05-06", + "harvested_date": "2024-10-10", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 283.6, + "Adj Yield": 283.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 287.1, + "Adj Yield": 287.1 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 275.6, + "Adj Yield": 275.6 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 281.0, + "Adj Yield": 281.0 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 256.8, + "Adj Yield": 256.8 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 276.6, + "Adj Yield": 276.6 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 269.2, + "Adj Yield": 269.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 294.4, + "Adj Yield": 294.4 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 269.9, + "Adj Yield": 269.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 287.5, + "Adj Yield": 287.5 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": null, + "Yield": 278.1, + "Adj Yield": 278.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 289.9, + "Adj Yield": 289.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 293.0, + "Adj Yield": 293.0 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 273.0, + "Adj Yield": 273.0 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 269.6, + "Adj Yield": 269.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 283.8, + "Adj Yield": 283.8 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 278.5, + "Adj Yield": 278.5 + } + }, + { + "rank": 3, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 291.8, + "Adj Yield": 291.8 + } + }, + { + "rank": 15, + "brand": "Becks", + "product": "6469VT2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 272.1, + "Adj Yield": 272.1 + } + } + ], + "n_results": 19, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142701" + ], + "fetched_at": "2026-05-27T02:18:04.216559+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142701.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142701.md new file mode 100644 index 00000000..ad158018 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142701.md @@ -0,0 +1,49 @@ +# Corn yield trial — Little York, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Warren +- **City:** Little York +- **Year:** 2024 +- **Plot ID:** 142701 +- **Cooperator:** Tom Bertelsen +- **Plot average:** 279.55 BU/Ac +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-10 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142701 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.2 | - | 283.6 | 283.6 | +| 6 | AgriGold | K5836PWE | PWE | - | 16.2 | - | 287.1 | 287.1 | +| 13 | AgriGold | A639-03VT2RIB | VT2RIB | - | 17.2 | - | 275.6 | 275.6 | +| 9 | AgriGold | J6015PWE | PWE | - | 16.3 | - | 281.0 | 281.0 | +| 19 | AgriGold | A640-16-3110 | 3110 | - | 17.1 | - | 256.8 | 256.8 | +| 12 | AgriGold | A641-26-3110 | 3110 | - | 17.7 | - | 276.6 | 276.6 | +| 18 | AgriGold | A641-85STXRIB | STXRIB | - | 17.3 | - | 269.2 | 269.2 | +| 1 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.2 | - | 294.4 | 294.4 | +| 16 | AgriGold | A645-16VT2RIB | VT2RIB | - | 19.1 | - | 269.9 | 269.9 | +| 5 | AgriGold | A642-18SSP | SSP | - | 18.3 | - | 287.5 | 287.5 | +| 11 | AgriGold | A642-32VT2PRO | VT2Pro | - | 19.5 | - | 278.1 | 278.1 | +| 4 | AgriGold | A643-24PCE | PCE | - | 19.1 | - | 289.9 | 289.9 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.8 | - | 293.0 | 293.0 | +| 14 | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.2 | - | 273.0 | 273.0 | +| 17 | AgriGold | A645-30VT2PRO | VT2Pro | - | 18.6 | - | 269.6 | 269.6 | +| 7 | AgriGold | A645-71STXRIB | STXRIB | - | 20.0 | - | 283.8 | 283.8 | +| 10 | AgriGold | A645-16VT2RIB | VT2RIB | - | 19.1 | - | 278.5 | 278.5 | +| 3 | Wyffels | W7876RIB | VT2RIB | - | 19.1 | - | 291.8 | 291.8 | +| 15 | Becks | 6469VT2P | VT2RIB | - | 19.1 | - | 272.1 | 272.1 | + +Top 5 by Yield: A642-05VT2RIBD1 (AgriGold) 294.4, A643-52VT2RIB (AgriGold) 293.0, W7876RIB (Wyffels) 291.8, A643-24PCE (AgriGold) 289.9, A642-18SSP (AgriGold) 287.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142702.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142702.json new file mode 100644 index 00000000..bc1925e1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142702.json @@ -0,0 +1,400 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142702", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "West Liberty", + "county": "Cedar", + "year": 2024, + "plot_id": "142702", + "cooperator": "Chris Hinkhouse", + "plot_average": 259.81, + "planted_date": "2024-05-06", + "harvested_date": "2024-09-26", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 20, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 58.8, + "Yield": 250.8, + "Adj Yield": 250.8 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 56.2, + "Yield": 242.5, + "Adj Yield": 242.5 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 59.6, + "Yield": 252.3, + "Adj Yield": 252.3 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 57.6, + "Yield": 255.1, + "Adj Yield": 255.1 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A636-39DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 57.6, + "Yield": 233.5, + "Adj Yield": 233.5 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 58.5, + "Yield": 269.5, + "Adj Yield": 269.5 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A639-70STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 57.2, + "Yield": 259.3, + "Adj Yield": 259.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 57.7, + "Yield": 271.8, + "Adj Yield": 271.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 58.9, + "Yield": 268.0, + "Adj Yield": 268.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 58.1, + "Yield": 278.8, + "Adj Yield": 278.8 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 56.7, + "Yield": 247.3, + "Adj Yield": 247.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 58.7, + "Yield": 280.9, + "Adj Yield": 280.9 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 55.8, + "Yield": 261.8, + "Adj Yield": 261.8 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 55.1, + "Yield": 259.6, + "Adj Yield": 259.6 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 59.2, + "Yield": 266.4, + "Adj Yield": 266.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 56.1, + "Yield": 277.9, + "Adj Yield": 277.9 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 57.3, + "Yield": 264.4, + "Adj Yield": 264.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": 59.2, + "Yield": 271.9, + "Adj Yield": 271.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 57.4, + "Yield": 280.4, + "Adj Yield": 280.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": 56.8, + "Yield": 266.8, + "Adj Yield": 266.8 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A645-16STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 56.6, + "Yield": 257.4, + "Adj Yield": 257.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 56.9, + "Yield": 271.8, + "Adj Yield": 271.8 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 57.4, + "Yield": 249.5, + "Adj Yield": 249.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 55.4, + "Yield": 268.6, + "Adj Yield": 268.6 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 55.1, + "Yield": 259.2, + "Adj Yield": 259.2 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 55.2, + "Yield": 259.2, + "Adj Yield": 259.2 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 59.4, + "Yield": 243.4, + "Adj Yield": 243.4 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 57.6, + "Yield": 220.9, + "Adj Yield": 220.9 + } + } + ], + "n_results": 28, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142702" + ], + "fetched_at": "2026-05-27T02:18:04.769832+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142702.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142702.md new file mode 100644 index 00000000..cfa7a570 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142702.md @@ -0,0 +1,58 @@ +# Corn yield trial — West Liberty, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Cedar +- **City:** West Liberty +- **Year:** 2024 +- **Plot ID:** 142702 +- **Cooperator:** Chris Hinkhouse +- **Plot average:** 259.81 BU/Ac +- **Planted:** 2024-05-06 +- **Harvested:** 2024-09-26 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142702 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 20 | AgriGold | A636-42SSP | SSP | - | 18.4 | 58.8 | 250.8 | 250.8 | +| 24 | AgriGold | A636-16-5222 | 5222 | - | 20.5 | 56.2 | 242.5 | 242.5 | +| 19 | AgriGold | A637-72VT2PRO | VT2Pro | - | 17.7 | 59.6 | 252.3 | 252.3 | +| 18 | AgriGold | A639-03VT2RIB | VT2RIB | - | 19.0 | 57.6 | 255.1 | 255.1 | +| 25 | AgriGold | A636-39DV-RN | 5222 | - | 19.0 | 57.6 | 233.5 | 233.5 | +| - | AgriGold | A646-17STXRIB | STXRIB | - | 21.3 | 58.5 | 269.5 | 269.5 | +| 14 | AgriGold | A639-70STXRIB | STXRIB | - | 20.0 | 57.2 | 259.3 | 259.3 | +| 6 | AgriGold | A639-91SSPRIB | SSPRIB | - | 20.8 | 57.7 | 271.8 | 271.8 | +| 9 | AgriGold | A641-85STXRIB | STXRIB | - | 20.5 | 58.9 | 268.0 | 268.0 | +| 3 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 20.0 | 58.1 | 278.8 | 278.8 | +| 22 | AgriGold | J6227DV-RN | 5222 | - | 22.6 | 56.7 | 247.3 | 247.3 | +| 1 | AgriGold | A642-32VT2PRO | VT2Pro | - | 22.3 | 58.7 | 280.9 | 280.9 | +| 12 | AgriGold | A638-19-3110 | 3110 | - | 19.8 | 55.8 | 261.8 | 261.8 | +| 13 | AgriGold | A640-16-3110 | 3110 | - | 21.2 | 55.1 | 259.6 | 259.6 | +| 11 | AgriGold | A640-12STXRIB | STXRIB | - | 20.6 | 59.2 | 266.4 | 266.4 | +| 4 | AgriGold | A642-18SSP | SSP | - | 21.8 | 56.1 | 277.9 | 277.9 | +| - | AgriGold | A646-17STXRIB | STXRIB | - | 22.6 | 57.3 | 264.4 | 264.4 | +| 5 | AgriGold | A643-52STXRIB | STXRIB | - | 23.0 | 59.2 | 271.9 | 271.9 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 22.6 | 57.4 | 280.4 | 280.4 | +| 10 | AgriGold | A645-16VT2RIB | VT2RIB | - | 23.1 | 56.8 | 266.8 | 266.8 | +| 17 | AgriGold | A645-16STXRIB | STXRIB | - | 22.6 | 56.6 | 257.4 | 257.4 | +| 7 | AgriGold | A646-30VT2RIB | VT2RIB | - | 23.2 | 56.9 | 271.8 | 271.8 | +| 21 | AgriGold | J6015PWE | PWE | - | 20.2 | 57.4 | 249.5 | 249.5 | +| 8 | AgriGold | A646-17STXRIB | STXRIB | - | 22.6 | 55.4 | 268.6 | 268.6 | +| 15 | AgriGold | A636-16-5222 | 5222 | - | 20.6 | 55.1 | 259.2 | 259.2 | +| 15 | AgriGold | A636-16-5222 | 5222 | - | 20.6 | 55.2 | 259.2 | 259.2 | +| 23 | AgriGold | A636-39-3110 | 3110 | - | 19.0 | 59.4 | 243.4 | 243.4 | +| 26 | AgriGold | A636-39-3110 | 3110 | - | 18.4 | 57.6 | 220.9 | 220.9 | + +Top 5 by Yield: A642-32VT2PRO (AgriGold) 280.9, A644-64VT2RIB (AgriGold) 280.4, A642-05VT2RIBD1 (AgriGold) 278.8, A642-18SSP (AgriGold) 277.9, A643-52STXRIB (AgriGold) 271.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142712.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142712.json new file mode 100644 index 00000000..dbf50b7d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142712.json @@ -0,0 +1,569 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142712", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Davenport", + "county": "Scott", + "year": 2024, + "plot_id": "142712", + "cooperator": "Zach Bangert", + "plot_average": 276.94, + "planted_date": "2024-05-06", + "harvested_date": "2024-10-14", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 25, + "brand": "Dekalb", + "product": "PR116-20", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 59.7, + "Yield": 274.2, + "Adj Yield": 274.2 + } + }, + { + "rank": 31, + "brand": "Dekalb", + "product": "Unknown", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 58.6, + "Yield": 263.9, + "Adj Yield": 263.9 + } + }, + { + "rank": 32, + "brand": "Dekalb", + "product": "PR106-20RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 58.5, + "Yield": 262.4, + "Adj Yield": 262.4 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "PR108-20", + "traits": "", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 59.1, + "Yield": 283.5, + "Adj Yield": 283.5 + } + }, + { + "rank": 36, + "brand": "Dekalb", + "product": "PR111-20", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 58.1, + "Yield": 253.3, + "Adj Yield": 253.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 61.5, + "Yield": 301.0, + "Adj Yield": 301.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 59.9, + "Yield": 300.4, + "Adj Yield": 300.4 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 59.5, + "Yield": 287.4, + "Adj Yield": 287.4 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 57.5, + "Yield": 283.2, + "Adj Yield": 283.2 + } + }, + { + "rank": 37, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 59.6, + "Yield": 247.5, + "Adj Yield": 247.5 + } + }, + { + "rank": 34, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 57.9, + "Yield": 259.3, + "Adj Yield": 259.3 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 60.2, + "Yield": 280.0, + "Adj Yield": 280.0 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 57.5, + "Yield": 272.0, + "Adj Yield": 272.0 + } + }, + { + "rank": 28, + "brand": "Dekalb", + "product": "DKC59-82RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 57.4, + "Yield": 271.5, + "Adj Yield": 271.5 + } + }, + { + "rank": 30, + "brand": "AgriGold", + "product": "A640-24-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.6, + "Yield": 267.4, + "Adj Yield": 267.4 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 56.9, + "Yield": 271.7, + "Adj Yield": 271.7 + } + }, + { + "rank": 20, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 59.9, + "Yield": 279.3, + "Adj Yield": 279.3 + } + }, + { + "rank": 33, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 58.9, + "Yield": 261.2, + "Adj Yield": 261.2 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 58.0, + "Yield": 283.8, + "Adj Yield": 283.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 59.4, + "Yield": 291.8, + "Adj Yield": 291.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 59.8, + "Yield": 292.6, + "Adj Yield": 292.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 56.7, + "Yield": 287.6, + "Adj Yield": 287.6 + } + }, + { + "rank": 38, + "brand": "Dekalb", + "product": "DKC113-83RIB", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 59.1, + "Yield": 242.5, + "Adj Yield": 242.5 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 57.6, + "Yield": 271.4, + "Adj Yield": 271.4 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 57.9, + "Yield": 276.2, + "Adj Yield": 276.2 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 58.7, + "Yield": 283.1, + "Adj Yield": 283.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 57.9, + "Yield": 293.3, + "Adj Yield": 293.3 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 61.8, + "Yield": 294.2, + "Adj Yield": 294.2 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 63.1, + "Yield": 281.2, + "Adj Yield": 281.2 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 60.8, + "Yield": 279.8, + "Adj Yield": 279.8 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC65-95RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 61.4, + "Yield": 283.9, + "Adj Yield": 283.9 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 57.9, + "Yield": 275.7, + "Adj Yield": 275.7 + } + }, + { + "rank": 22, + "brand": "Dekalb", + "product": "DKC116-62RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 60.7, + "Yield": 276.3, + "Adj Yield": 276.3 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 59.4, + "Yield": 280.1, + "Adj Yield": 280.1 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.4, + "Yield": 278.6, + "Adj Yield": 278.6 + } + }, + { + "rank": 35, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 58.4, + "Yield": 259.1, + "Adj Yield": 259.1 + } + }, + { + "rank": 19, + "brand": "Dekalb", + "product": "DKC66-17RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 60.0, + "Yield": 279.5, + "Adj Yield": 279.5 + } + }, + { + "rank": 5, + "brand": "Brevant Seeds", + "product": "B13C49PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 59.1, + "Yield": 292.9, + "Adj Yield": 292.9 + } + }, + { + "rank": 10, + "brand": "Brevant Seeds", + "product": "B12H48PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 57.3, + "Yield": 284.7, + "Adj Yield": 284.7 + } + }, + { + "rank": 29, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 58.6, + "Yield": 271.0, + "Adj Yield": 271.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 58.0, + "Yield": 270.1, + "Adj Yield": 270.1 + } + } + ], + "n_results": 41, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142712" + ], + "fetched_at": "2026-05-27T02:18:05.268739+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142712.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142712.md new file mode 100644 index 00000000..67f621b8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142712.md @@ -0,0 +1,70 @@ +# Corn yield trial — Davenport, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Scott +- **City:** Davenport +- **Year:** 2024 +- **Plot ID:** 142712 +- **Cooperator:** Zach Bangert +- **Plot average:** 276.94 BU/Ac +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-14 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142712 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 25 | Dekalb | PR116-20 | VT2RIB | - | 16.5 | 59.7 | 274.2 | 274.2 | +| 31 | Dekalb | Unknown | Unknown | - | 16.4 | 58.6 | 263.9 | 263.9 | +| 32 | Dekalb | PR106-20RIB | VT2RIB | - | 15.6 | 58.5 | 262.4 | 262.4 | +| 13 | Dekalb | PR108-20 | - | - | 14.8 | 59.1 | 283.5 | 283.5 | +| 36 | Dekalb | PR111-20 | VT2RIB | - | 17.6 | 58.1 | 253.3 | 253.3 | +| 1 | AgriGold | K5836PWE | PWE | - | 15.0 | 61.5 | 301.0 | 301.0 | +| 2 | AgriGold | A642-32VT2PRO | VT2Pro | - | 17.5 | 59.9 | 300.4 | 300.4 | +| 9 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.9 | 59.5 | 287.4 | 287.4 | +| - | AgriGold | A636-16-5222 | 5222 | - | 12.0 | 57.5 | 283.2 | 283.2 | +| 37 | AgriGold | A637-72VT2PRO | VT2Pro | - | 14.2 | 59.6 | 247.5 | 247.5 | +| 34 | AgriGold | A638-19-3110 | 3110 | - | 15.9 | 57.9 | 259.3 | 259.3 | +| 17 | AgriGold | K5836PWE | PWE | - | 14.7 | 60.2 | 280.0 | 280.0 | +| 26 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.2 | 57.5 | 272.0 | 272.0 | +| 28 | Dekalb | DKC59-82RIB | VT2RIB | - | 14.7 | 57.4 | 271.5 | 271.5 | +| 30 | AgriGold | A640-24-3110 | 3110 | - | 16.0 | 58.6 | 267.4 | 267.4 | +| 27 | AgriGold | A640-16-3110 | 3110 | - | 17.1 | 56.9 | 271.7 | 271.7 | +| 20 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 14.9 | 59.9 | 279.3 | 279.3 | +| 33 | AgriGold | A641-85STXRIB | STXRIB | - | 15.3 | 58.9 | 261.2 | 261.2 | +| 12 | AgriGold | J6227DV-RN | 5222 | - | 16.1 | 58.0 | 283.8 | 283.8 | +| 7 | AgriGold | A642-32VT2PRO | VT2Pro | - | 17.7 | 59.4 | 291.8 | 291.8 | +| 6 | AgriGold | A643-52VT2PRO | VT2Pro | - | 16.8 | 59.8 | 292.6 | 292.6 | +| 8 | AgriGold | A643-24PCE | PCE | - | 17.4 | 56.7 | 287.6 | 287.6 | +| 38 | Dekalb | DKC113-83RIB | Trecepta | - | 15.2 | 59.1 | 242.5 | 242.5 | +| - | AgriGold | A636-16-5222 | 5222 | - | 15.8 | 57.6 | 271.4 | 271.4 | +| 23 | AgriGold | J6015PWE | PWE | - | 15.6 | 57.9 | 276.2 | 276.2 | +| 14 | AgriGold | A641-26-3110 | 3110 | - | 16.3 | 58.7 | 283.1 | 283.1 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.4 | 57.9 | 293.3 | 293.3 | +| 3 | Dekalb | DKC114-99RIB | VT4RIB | - | 15.5 | 61.8 | 294.2 | 294.2 | +| 15 | Dekalb | DKC64-22RIB | VT2RIB | - | 14.6 | 63.1 | 281.2 | 281.2 | +| 18 | AgriGold | A645-30VT2PRO | VT2Pro | - | 16.9 | 60.8 | 279.8 | 279.8 | +| 11 | Dekalb | DKC65-95RIB | VT2RIB | - | 15.3 | 61.4 | 283.9 | 283.9 | +| 24 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.9 | 57.9 | 275.7 | 275.7 | +| 22 | Dekalb | DKC116-62RIB | SSPRIB | - | 16.2 | 60.7 | 276.3 | 276.3 | +| 16 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 16.8 | 59.4 | 280.1 | 280.1 | +| 21 | AgriGold | A646-30VT2RIB | VT2RIB | - | 17.0 | 58.4 | 278.6 | 278.6 | +| 35 | AgriGold | A646-17STXRIB | STXRIB | - | 16.9 | 58.4 | 259.1 | 259.1 | +| 19 | Dekalb | DKC66-17RIB | STXRIB | - | 15.5 | 60.0 | 279.5 | 279.5 | +| 5 | Brevant Seeds | B13C49PCE | PCE | - | 17.4 | 59.1 | 292.9 | 292.9 | +| 10 | Brevant Seeds | B12H48PCE | PCE | - | 16.2 | 57.3 | 284.7 | 284.7 | +| 29 | AgriGold | A642-18SSP | SSP | - | 16.3 | 58.6 | 271.0 | 271.0 | +| - | AgriGold | A636-16-5222 | 5222 | - | 15.0 | 58.0 | 270.1 | 270.1 | + +Top 5 by Yield: K5836PWE (AgriGold) 301.0, A642-32VT2PRO (AgriGold) 300.4, DKC114-99RIB (Dekalb) 294.2, A644-64VT2RIB (AgriGold) 293.3, B13C49PCE (Brevant Seeds) 292.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142723.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142723.json new file mode 100644 index 00000000..aeb14881 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142723.json @@ -0,0 +1,829 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142723", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Reagan", + "county": "Harlan", + "year": 2024, + "plot_id": "142723", + "cooperator": "Lushland Farms", + "plot_average": 286.18, + "planted_date": "2024-05-09", + "harvested_date": "2024-10-29", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 287.1, + "Adj Yield": 287.1 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": null, + "Yield": 288.8, + "Adj Yield": 293.55 + } + }, + { + "rank": 48, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": null, + "Yield": 259.8, + "Adj Yield": 263.97 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 296.3, + "Adj Yield": 300.07 + } + }, + { + "rank": 53, + "brand": "AgriGold", + "product": "A642-76VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": null, + "Yield": 254.0, + "Adj Yield": 257.45 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": null, + "Yield": 302.4, + "Adj Yield": 305.69 + } + }, + { + "rank": 43, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": null, + "Yield": 271.5, + "Adj Yield": 274.6 + } + }, + { + "rank": 47, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": null, + "Yield": 269.3, + "Adj Yield": 272.37 + } + }, + { + "rank": 32, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 284.7, + "Adj Yield": 287.81 + } + }, + { + "rank": 38, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": null, + "Yield": 278.9, + "Adj Yield": 282.17 + } + }, + { + "rank": 42, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": null, + "Yield": 272.4, + "Adj Yield": 275.96 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 288.5, + "Adj Yield": 288.5 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 288.5, + "Adj Yield": 291.92 + } + }, + { + "rank": 29, + "brand": "AgVenture", + "product": "AV3409V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": null, + "Yield": 286.4, + "Adj Yield": 289.38 + } + }, + { + "rank": 21, + "brand": "AgVenture", + "product": "AV2110V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": null, + "Yield": 290.6, + "Adj Yield": 293.19 + } + }, + { + "rank": 14, + "brand": "AgVenture", + "product": "AV3310PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": null, + "Yield": 295.6, + "Adj Yield": 297.8 + } + }, + { + "rank": 28, + "brand": "AgVenture", + "product": "AV3310V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 288.7, + "Adj Yield": 290.52 + } + }, + { + "rank": 26, + "brand": "AgVenture", + "product": "AV2411AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 290.1, + "Adj Yield": 291.57 + } + }, + { + "rank": 16, + "brand": "AgVenture", + "product": "AV3111V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": null, + "Yield": 294.8, + "Adj Yield": 296.0 + } + }, + { + "rank": 55, + "brand": "AgVenture", + "product": "AV7012AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 249.0, + "Adj Yield": 249.79 + } + }, + { + "rank": 39, + "brand": "AgVenture", + "product": "AV7012V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 280.6, + "Adj Yield": 281.07 + } + }, + { + "rank": 54, + "brand": "AgVenture", + "product": "AV4713V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": null, + "Yield": 249.7, + "Adj Yield": 249.89 + } + }, + { + "rank": 52, + "brand": "AgVenture", + "product": "AV7913AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 257.7, + "Adj Yield": 257.57 + } + }, + { + "rank": 50, + "brand": "AgVenture", + "product": "AV3514AML", + "traits": "Leptra", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": null, + "Yield": 262.2, + "Adj Yield": 261.69 + } + }, + { + "rank": 37, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 283.1, + "Adj Yield": 282.25 + } + }, + { + "rank": 51, + "brand": "AgVenture", + "product": "AV2816V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 260.1, + "Adj Yield": 258.99 + } + }, + { + "rank": 49, + "brand": "Brevant Seeds", + "product": "B13K20AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": null, + "Yield": 263.9, + "Adj Yield": 262.39 + } + }, + { + "rank": 25, + "brand": "Brevant Seeds", + "product": "B13C49V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 293.7, + "Adj Yield": 291.82 + } + }, + { + "rank": 2, + "brand": "Brevant Seeds", + "product": "B14R22Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": null, + "Yield": 314.3, + "Adj Yield": 312.02 + } + }, + { + "rank": 15, + "brand": "Brevant Seeds", + "product": "B14H38Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 299.2, + "Adj Yield": 296.53 + } + }, + { + "rank": 20, + "brand": "Brevant Seeds", + "product": "B16Z26Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 296.4, + "Adj Yield": 293.24 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC108-17RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": null, + "Yield": 304.5, + "Adj Yield": 300.88 + } + }, + { + "rank": 40, + "brand": "Dekalb", + "product": "DKC59-82RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": null, + "Yield": 284.6, + "Adj Yield": 280.41 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC62-69RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": null, + "Yield": 304.1, + "Adj Yield": 299.25 + } + }, + { + "rank": 41, + "brand": "Dekalb", + "product": "DKC62-70RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": null, + "Yield": 285.9, + "Adj Yield": 280.3 + } + }, + { + "rank": 31, + "brand": "Dekalb", + "product": "DKC62-89RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 294.8, + "Adj Yield": 288.22 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": null, + "Yield": 300.5, + "Adj Yield": 300.5 + } + }, + { + "rank": 44, + "brand": "Dekalb", + "product": "DKC113-83RIB", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": null, + "Yield": 281.0, + "Adj Yield": 274.36 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": null, + "Yield": 311.2, + "Adj Yield": 305.61 + } + }, + { + "rank": 56, + "brand": "Dekalb", + "product": "PR106-21", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": null, + "Yield": 244.7, + "Adj Yield": 239.94 + } + }, + { + "rank": 45, + "brand": "Dekalb", + "product": "PR107-50", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": null, + "Yield": 278.5, + "Adj Yield": 274.26 + } + }, + { + "rank": 46, + "brand": "Dekalb", + "product": "PR112-20", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 276.3, + "Adj Yield": 272.59 + } + }, + { + "rank": 35, + "brand": "Dekalb", + "product": "PR112-50RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 286.6, + "Adj Yield": 283.24 + } + }, + { + "rank": 19, + "brand": "Dekalb", + "product": "PR116-20", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 296.4, + "Adj Yield": 293.34 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P0859AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": null, + "Yield": 309.0, + "Adj Yield": 306.08 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P09944AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": null, + "Yield": 302.0, + "Adj Yield": 299.18 + } + }, + { + "rank": 30, + "brand": "Pioneer", + "product": "P10625PCUE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": null, + "Yield": 291.7, + "Adj Yield": 288.89 + } + }, + { + "rank": 36, + "brand": "Pioneer", + "product": "P1164AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": null, + "Yield": 285.6, + "Adj Yield": 282.75 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": null, + "Yield": 295.6, + "Adj Yield": 295.6 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P1170AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": null, + "Yield": 303.7, + "Adj Yield": 300.93 + } + }, + { + "rank": 34, + "brand": "Pioneer", + "product": "P12904AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": null, + "Yield": 287.4, + "Adj Yield": 284.96 + } + }, + { + "rank": 33, + "brand": "Pioneer", + "product": "P12393V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": null, + "Yield": 289.5, + "Adj Yield": 287.34 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P13476Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": null, + "Yield": 312.2, + "Adj Yield": 310.44 + } + }, + { + "rank": 17, + "brand": "Pioneer", + "product": "P13544V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": null, + "Yield": 295.9, + "Adj Yield": 294.45 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": null, + "Yield": 310.0, + "Adj Yield": 308.91 + } + }, + { + "rank": 27, + "brand": "Pioneer", + "product": "P1413AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": null, + "Yield": 292.3, + "Adj Yield": 291.56 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": null, + "Yield": 320.0, + "Adj Yield": 319.61 + } + }, + { + "rank": 23, + "brand": "Pioneer", + "product": "P16544PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": null, + "Yield": 292.4, + "Adj Yield": 292.52 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P1718AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": null, + "Yield": 311.4, + "Adj Yield": 311.95 + } + }, + { + "rank": 22, + "brand": "Pioneer", + "product": "P1742PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": null, + "Yield": 291.7, + "Adj Yield": 292.81 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": null, + "Yield": 290.7, + "Adj Yield": 290.7 + } + } + ], + "n_results": 61, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142723" + ], + "fetched_at": "2026-05-27T02:18:05.739643+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142723.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142723.md new file mode 100644 index 00000000..682207e2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142723.md @@ -0,0 +1,91 @@ +# Corn yield trial — Reagan, NE, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Harlan +- **City:** Reagan +- **Year:** 2024 +- **Plot ID:** 142723 +- **Cooperator:** Lushland Farms +- **Plot average:** 286.18 BU/Ac +- **Planted:** 2024-05-09 +- **Harvested:** 2024-10-29 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142723 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.1 | - | 287.1 | 287.1 | +| 18 | AgriGold | A640-12STXRIB | STXRIB | - | 13.6 | - | 288.8 | 293.55 | +| 48 | AgriGold | A641-26-3110 | 3110 | - | 13.7 | - | 259.8 | 263.97 | +| 11 | AgriGold | A643-24PCE | PCE | - | 14.2 | - | 296.3 | 300.07 | +| 53 | AgriGold | A642-76VT2RIB | VT2RIB | - | 14.0 | - | 254.0 | 257.45 | +| 7 | AgriGold | A642-18SSP | SSP | - | 13.8 | - | 302.4 | 305.69 | +| 43 | AgriGold | A642-32VT2PRO | VT2Pro | - | 14.6 | - | 271.5 | 274.6 | +| 47 | AgriGold | A645-30VT2PRO | VT2Pro | - | 14.6 | - | 269.3 | 272.37 | +| 32 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.2 | - | 284.7 | 287.81 | +| 38 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.7 | - | 278.9 | 282.17 | +| 42 | AgriGold | A646-30VT2RIB | VT2RIB | - | 14.4 | - | 272.4 | 275.96 | +| - | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 13.5 | - | 288.5 | 288.5 | +| 24 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 13.5 | - | 288.5 | 291.92 | +| 29 | AgVenture | AV3409V | Vorceed | - | 13.3 | - | 286.4 | 289.38 | +| 21 | AgVenture | AV2110V | Vorceed | - | 13.7 | - | 290.6 | 293.19 | +| 14 | AgVenture | AV3310PCE | PCE | - | 13.4 | - | 295.6 | 297.8 | +| 28 | AgVenture | AV3310V | Vorceed | - | 13.5 | - | 288.7 | 290.52 | +| 26 | AgVenture | AV2411AM | AM | - | 14.1 | - | 290.1 | 291.57 | +| 16 | AgVenture | AV3111V | Vorceed | - | 13.8 | - | 294.8 | 296.0 | +| 55 | AgVenture | AV7012AML | AML | - | 14.5 | - | 249.0 | 249.79 | +| 39 | AgVenture | AV7012V | Vorceed | - | 14.2 | - | 280.6 | 281.07 | +| 54 | AgVenture | AV4713V | Vorceed | - | 13.7 | - | 249.7 | 249.89 | +| 52 | AgVenture | AV7913AM | AM | - | 14.2 | - | 257.7 | 257.57 | +| 50 | AgVenture | AV3514AML | Leptra | - | 14.7 | - | 262.2 | 261.69 | +| 37 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 13.5 | - | 283.1 | 282.25 | +| 51 | AgVenture | AV2816V | Vorceed | - | 15.6 | - | 260.1 | 258.99 | +| 49 | Brevant Seeds | B13K20AM | AM | - | 14.8 | - | 263.9 | 262.39 | +| 25 | Brevant Seeds | B13C49V | Vorceed | - | 14.1 | - | 293.7 | 291.82 | +| 2 | Brevant Seeds | B14R22Q | QROME | - | 13.3 | - | 314.3 | 312.02 | +| 15 | Brevant Seeds | B14H38Q | QROME | - | 14.1 | - | 299.2 | 296.53 | +| 20 | Brevant Seeds | B16Z26Q | QROME | - | 13.5 | - | 296.4 | 293.24 | +| 10 | Dekalb | DKC108-17RIB | TreceptaRIB | - | 12.9 | - | 304.5 | 300.88 | +| 40 | Dekalb | DKC59-82RIB | VT2RIB | - | 12.4 | - | 284.6 | 280.41 | +| 12 | Dekalb | DKC62-69RIB | STXRIB | - | 12.9 | - | 304.1 | 299.25 | +| 41 | Dekalb | DKC62-70RIB | STXRIB | - | 12.5 | - | 285.9 | 280.3 | +| 31 | Dekalb | DKC62-89RIB | TreceptaRIB | - | 13.5 | - | 294.8 | 288.22 | +| - | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 13.3 | - | 300.5 | 300.5 | +| 44 | Dekalb | DKC113-83RIB | Trecepta | - | 13.3 | - | 281.0 | 274.36 | +| 8 | Dekalb | DKC114-43RIB | VT4RIB | - | 13.3 | - | 311.2 | 305.61 | +| 56 | Dekalb | PR106-21 | STXRIB | - | 12.3 | - | 244.7 | 239.94 | +| 45 | Dekalb | PR107-50 | SSP | - | 12.4 | - | 278.5 | 274.26 | +| 46 | Dekalb | PR112-20 | VT2Pro | - | 14.1 | - | 276.3 | 272.59 | +| 35 | Dekalb | PR112-50RIB | STXRIB | - | 13.5 | - | 286.6 | 283.24 | +| 19 | Dekalb | PR116-20 | VT2RIB | - | 15.2 | - | 296.4 | 293.34 | +| 6 | Pioneer | P0859AM | AM | - | 12.4 | - | 309.0 | 306.08 | +| 13 | Pioneer | P09944AM | AM | - | 13.3 | - | 302.0 | 299.18 | +| 30 | Pioneer | P10625PCUE | PWE | - | 13.3 | - | 291.7 | 288.89 | +| 36 | Pioneer | P1164AM | AM | - | 12.8 | - | 285.6 | 282.75 | +| - | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 13.4 | - | 295.6 | 295.6 | +| 9 | Pioneer | P1170AM | AM | - | 13.9 | - | 303.7 | 300.93 | +| 34 | Pioneer | P12904AML | AML | - | 13.8 | - | 287.4 | 284.96 | +| 33 | Pioneer | P12393V | Vorceed | - | 14.0 | - | 289.5 | 287.34 | +| 4 | Pioneer | P13476Q | QROME | - | 12.7 | - | 312.2 | 310.44 | +| 17 | Pioneer | P13544V | Vorceed | - | 14.3 | - | 295.9 | 294.45 | +| 5 | Pioneer | P13777PCE | PCE | - | 13.7 | - | 310.0 | 308.91 | +| 27 | Pioneer | P1413AM | AM | - | 13.8 | - | 292.3 | 291.56 | +| 1 | Pioneer | P14830AML | AML | - | 13.6 | - | 320.0 | 319.61 | +| 23 | Pioneer | P16544PCE | PCE | - | 14.6 | - | 292.4 | 292.52 | +| 3 | Pioneer | P1718AML | AML | - | 14.6 | - | 311.4 | 311.95 | +| 22 | Pioneer | P1742PCE | PCE | - | 14.7 | - | 291.7 | 292.81 | +| - | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 13.1 | - | 290.7 | 290.7 | + +Top 5 by Yield: P14830AML (Pioneer) 320.0, B14R22Q (Brevant Seeds) 314.3, P13476Q (Pioneer) 312.2, P1718AML (Pioneer) 311.4, DKC114-43RIB (Dekalb) 311.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142728.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142728.json new file mode 100644 index 00000000..14c6c3da --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142728.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142728", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MD", + "state_abbrev": "md", + "city": "Laytonsville", + "county": "Montgomery", + "year": 2024, + "plot_id": "142728", + "cooperator": "Randy Stabler", + "plot_average": 222.19, + "planted_date": "2024-04-30", + "harvested_date": "2024-10-17", + "population_seeds_per_acre": 32500, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": null, + "Adj Yield": null + } + }, + { + "rank": 17, + "brand": "Pioneer", + "product": "P09312V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": null, + "Adj Yield": null + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": null, + "Yield": 221.4, + "Adj Yield": 221.4 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": null, + "Yield": 204.2, + "Adj Yield": 204.2 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P10811AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 213.5, + "Adj Yield": 213.5 + } + }, + { + "rank": 8, + "brand": "Channel", + "product": "210-46VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 224.7, + "Adj Yield": 224.7 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 234.0, + "Adj Yield": 234.0 + } + }, + { + "rank": 6, + "brand": "Channel", + "product": "211-11VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 229.9, + "Adj Yield": 229.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 243.7, + "Adj Yield": 243.7 + } + }, + { + "rank": 16, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": null, + "Yield": 199.7, + "Adj Yield": 199.7 + } + }, + { + "rank": 3, + "brand": "Channel", + "product": "214-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 238.7, + "Adj Yield": 238.7 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": null, + "Yield": 211.5, + "Adj Yield": 211.5 + } + }, + { + "rank": 7, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 225.9, + "Adj Yield": 225.9 + } + }, + { + "rank": 15, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 202.4, + "Adj Yield": 202.4 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 234.8, + "Adj Yield": 234.8 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": null, + "Yield": 240.9, + "Adj Yield": 240.9 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P13841PCUE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 205.2, + "Adj Yield": 205.2 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 224.6, + "Adj Yield": 224.6 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142728" + ], + "fetched_at": "2026-05-27T02:18:06.294731+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142728.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142728.md new file mode 100644 index 00000000..ced7b9e8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142728.md @@ -0,0 +1,47 @@ +# Corn yield trial — Laytonsville, MD, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MD +- **County:** Montgomery +- **City:** Laytonsville +- **Year:** 2024 +- **Plot ID:** 142728 +- **Cooperator:** Randy Stabler +- **Plot average:** 222.19 BU/Ac +- **Planted:** 2024-04-30 +- **Harvested:** 2024-10-17 +- **Population:** 32,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142728 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 17 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 17.5 | - | - | - | +| 17 | Pioneer | P09312V | Vorceed | - | 17.7 | - | - | - | +| 10 | AgriGold | A639-03VT2RIB | VT2RIB | - | 19.3 | - | 221.4 | 221.4 | +| 14 | AgriGold | J6015PWE | PWE | - | 19.3 | - | 204.2 | 204.2 | +| 11 | Pioneer | P10811AM | AM | - | 18.5 | - | 213.5 | 213.5 | +| 8 | Channel | 210-46VT2PRIB | VT2RIB | - | 17.1 | - | 224.7 | 224.7 | +| 5 | Dekalb | DKC111-35RIB | VT2RIB | - | 18.2 | - | 234.0 | 234.0 | +| 6 | Channel | 211-11VT2PRIB | VT2RIB | - | 17.9 | - | 229.9 | 229.9 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 19.1 | - | 243.7 | 243.7 | +| 16 | Pioneer | P13777PCE | PCE | - | 20.3 | - | 199.7 | 199.7 | +| 3 | Channel | 214-70TRERIB | TreceptaRIB | - | 19.2 | - | 238.7 | 238.7 | +| 12 | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.5 | - | 211.5 | 211.5 | +| 7 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 18.6 | - | 225.9 | 225.9 | +| 15 | Pioneer | P14830AML | AML | - | 19.1 | - | 202.4 | 202.4 | +| 4 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 20.2 | - | 234.8 | 234.8 | +| 2 | Dekalb | DKC68-35RIB | VT2RIB | - | 19.9 | - | 240.9 | 240.9 | +| 13 | Pioneer | P13841PCUE | PWE | - | 19.1 | - | 205.2 | 205.2 | +| 9 | Dekalb | DKC64-22RIB | VT2RIB | - | 18.1 | - | 224.6 | 224.6 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 243.7, DKC68-35RIB (Dekalb) 240.9, 214-70TRERIB (Channel) 238.7, DKC66-06RIB (Dekalb) 234.8, DKC111-35RIB (Dekalb) 234.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142732.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142732.json new file mode 100644 index 00000000..fc366a51 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142732.json @@ -0,0 +1,400 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142732", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "LaMoille", + "county": "Bureau", + "year": 2024, + "plot_id": "142732", + "cooperator": "Ag View FS, Inc.", + "plot_average": 269.26, + "planted_date": "2024-05-06", + "harvested_date": "2024-10-17", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 5, + "brand": "Brevant Seeds", + "product": "B04J45V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": null, + "Yield": 277.1, + "Adj Yield": 277.1 + } + }, + { + "rank": 24, + "brand": "FS Seeds", + "product": "FS5525VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": null, + "Yield": 258.7, + "Adj Yield": 258.7 + } + }, + { + "rank": 16, + "brand": "Brevant Seeds", + "product": "B05D47V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": null, + "Yield": 271.6, + "Adj Yield": 271.6 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 277.1, + "Adj Yield": 277.1 + } + }, + { + "rank": 22, + "brand": "FS Seeds", + "product": "FS5725XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": null, + "Yield": 260.7, + "Adj Yield": 260.7 + } + }, + { + "rank": 21, + "brand": "NK Brand", + "product": "NK0880-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": null, + "Yield": 261.2, + "Adj Yield": 261.2 + } + }, + { + "rank": 26, + "brand": "FS Seeds", + "product": "FS5845PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 249.1, + "Adj Yield": 249.1 + } + }, + { + "rank": 4, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": null, + "Yield": 278.2, + "Adj Yield": 278.2 + } + }, + { + "rank": 15, + "brand": "FS Seeds", + "product": "FS5835VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 273.4, + "Adj Yield": 273.4 + } + }, + { + "rank": 19, + "brand": "FS Seeds", + "product": "FS5935XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 265.3, + "Adj Yield": 265.3 + } + }, + { + "rank": 17, + "brand": "Brevant Seeds", + "product": "B10Y21V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 268.4, + "Adj Yield": 268.4 + } + }, + { + "rank": 23, + "brand": "FS Seeds", + "product": "FS6025XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 259.1, + "Adj Yield": 259.1 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": null, + "Yield": 275.3, + "Adj Yield": 275.3 + } + }, + { + "rank": 8, + "brand": "NK Brand", + "product": "NK1188-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 276.6, + "Adj Yield": 276.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 276.0, + "Adj Yield": 276.0 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 286.6, + "Adj Yield": 286.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 278.3, + "Adj Yield": 278.3 + } + }, + { + "rank": 13, + "brand": "FS Seeds", + "product": "FS6395VDGRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 274.0, + "Adj Yield": 274.0 + } + }, + { + "rank": 20, + "brand": "FS Seeds", + "product": "FS6432PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 265.2, + "Adj Yield": 265.2 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": null, + "Yield": 275.4, + "Adj Yield": 275.4 + } + }, + { + "rank": 18, + "brand": "Brevant Seeds", + "product": "B13C49V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 267.3, + "Adj Yield": 267.3 + } + }, + { + "rank": 25, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 256.9, + "Adj Yield": 256.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": null, + "Yield": 283.0, + "Adj Yield": 283.0 + } + }, + { + "rank": 14, + "brand": "FS Seeds", + "product": "FS6595VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 273.8, + "Adj Yield": 273.8 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 276.5, + "Adj Yield": 276.5 + } + }, + { + "rank": 27, + "brand": "NK Brand", + "product": "NK1480-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 248.8, + "Adj Yield": 248.8 + } + }, + { + "rank": 28, + "brand": "FS Seeds", + "product": "FS6595XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 248.6, + "Adj Yield": 248.6 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": null, + "Yield": 277.1, + "Adj Yield": 277.1 + } + } + ], + "n_results": 28, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142732" + ], + "fetched_at": "2026-05-27T02:18:06.786381+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142732.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142732.md new file mode 100644 index 00000000..30efc06b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142732.md @@ -0,0 +1,58 @@ +# Corn yield trial — LaMoille, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Bureau +- **City:** LaMoille +- **Year:** 2024 +- **Plot ID:** 142732 +- **Cooperator:** Ag View FS, Inc. +- **Plot average:** 269.26 BU/Ac +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-17 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142732 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | Brevant Seeds | B04J45V | Vorceed | - | 13.8 | - | 277.1 | 277.1 | +| 24 | FS Seeds | FS5525VRIB | VT2RIB | - | 13.8 | - | 258.7 | 258.7 | +| 16 | Brevant Seeds | B05D47V | Vorceed | - | 14.4 | - | 271.6 | 271.6 | +| 5 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 13.5 | - | 277.1 | 277.1 | +| 22 | FS Seeds | FS5725XRIB | STXRIB | - | 13.7 | - | 260.7 | 260.7 | +| 21 | NK Brand | NK0880-V | 3220EZ | - | 15.1 | - | 261.2 | 261.2 | +| 26 | FS Seeds | FS5845PRIB | SSPRIB | - | 15.8 | - | 249.1 | 249.1 | +| 4 | Brevant Seeds | B08R32V | Vorceed | - | 14.6 | - | 278.2 | 278.2 | +| 15 | FS Seeds | FS5835VRIB | VT2RIB | - | 15.6 | - | 273.4 | 273.4 | +| 19 | FS Seeds | FS5935XRIB | STXRIB | - | 16.2 | - | 265.3 | 265.3 | +| 17 | Brevant Seeds | B10Y21V | Vorceed | - | 15.8 | - | 268.4 | 268.4 | +| 23 | FS Seeds | FS6025XRIB | STXRIB | - | 15.8 | - | 259.1 | 259.1 | +| 12 | Dekalb | DKC110-10RIB | STXRIB | - | 15.4 | - | 275.3 | 275.3 | +| 8 | NK Brand | NK1188-D | 5122EZ | - | 16.9 | - | 276.6 | 276.6 | +| 10 | AgriGold | A641-85STXRIB | STXRIB | - | 16.6 | - | 276.0 | 276.0 | +| 1 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 17.5 | - | 286.6 | 286.6 | +| 3 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.1 | - | 278.3 | 278.3 | +| 13 | FS Seeds | FS6395VDGRIB | DGVT2PRIB | - | 17.2 | - | 274.0 | 274.0 | +| 20 | FS Seeds | FS6432PRIB | SSPRIB | - | 17.2 | - | 265.2 | 265.2 | +| 11 | AgriGold | A643-24PCE | PCE | - | 18.9 | - | 275.4 | 275.4 | +| 18 | Brevant Seeds | B13C49V | Vorceed | - | 16.7 | - | 267.3 | 267.3 | +| 25 | NK Brand | NK1307-DV | 5222 | - | 17.8 | - | 256.9 | 256.9 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.7 | - | 283.0 | 283.0 | +| 14 | FS Seeds | FS6595VRIB | VT2RIB | - | 17.4 | - | 273.8 | 273.8 | +| 9 | Dekalb | DKC114-99RIB | VT4RIB | - | 18.0 | - | 276.5 | 276.5 | +| 27 | NK Brand | NK1480-DV | 5222EZ | - | 18.2 | - | 248.8 | 248.8 | +| 28 | FS Seeds | FS6595XRIB | STXRIB | - | 17.6 | - | 248.6 | 248.6 | +| 5 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 18.9 | - | 277.1 | 277.1 | + +Top 5 by Yield: DKC112-12RIB (Dekalb) 286.6, A644-64VT2RIB (AgriGold) 283.0, A642-05VT2RIBD1 (AgriGold) 278.3, B08R32V (Brevant Seeds) 278.2, B04J45V (Brevant Seeds) 277.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142743.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142743.json new file mode 100644 index 00000000..0d1d9973 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142743.json @@ -0,0 +1,556 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142743", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "city": "Sandusky", + "county": "Erie", + "year": 2024, + "plot_id": "142743", + "cooperator": "Mike Puckrin", + "plot_average": 261.68, + "planted_date": "2024-05-08", + "harvested_date": "2024-10-21", + "population_seeds_per_acre": 35200, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Sandy Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Miravis Neo, Veltyma", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.7, + "Yield": 282.7, + "Adj Yield": 282.7 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 59.6, + "Yield": 296.9, + "Adj Yield": 296.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 60.5, + "Yield": 291.8, + "Adj Yield": 291.8 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 59.1, + "Yield": 278.0, + "Adj Yield": 278.0 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P1383AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 60.2, + "Yield": 296.1, + "Adj Yield": 296.1 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P13777V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.8, + "Yield": 301.5, + "Adj Yield": 301.5 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 60.7, + "Yield": 299.7, + "Adj Yield": 299.7 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 61.3, + "Yield": 268.7, + "Adj Yield": 268.7 + } + }, + { + "rank": 12, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 59.8, + "Yield": 277.4, + "Adj Yield": 277.4 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P1136AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 59.8, + "Yield": 281.1, + "Adj Yield": 281.1 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A640-65-5222AEZ", + "traits": "5222AEZ", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 59.0, + "Yield": 253.0, + "Adj Yield": 253.0 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 59.0, + "Yield": 268.6, + "Adj Yield": 268.6 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P10811AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 59.6, + "Yield": 291.4, + "Adj Yield": 291.4 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P10477Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 57.3, + "Yield": 288.8, + "Adj Yield": 288.8 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P0935AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 59.9, + "Yield": 276.9, + "Adj Yield": 276.9 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 57.0, + "Yield": 253.4, + "Adj Yield": 253.4 + } + }, + { + "rank": 10, + "brand": "Pioneer", + "product": "P09312V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 60.8, + "Yield": 280.2, + "Adj Yield": 280.2 + } + }, + { + "rank": 29, + "brand": "Dyna Gro", + "product": "D48VC84RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 56.3, + "Yield": 251.1, + "Adj Yield": 251.1 + } + }, + { + "rank": 15, + "brand": "Pioneer", + "product": "P0859AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 57.7, + "Yield": 273.6, + "Adj Yield": 273.6 + } + }, + { + "rank": 17, + "brand": "Brevant Seeds", + "product": "B08R32AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 57.1, + "Yield": 272.5, + "Adj Yield": 272.5 + } + }, + { + "rank": 33, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 58.7, + "Yield": 239.1, + "Adj Yield": 239.1 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.1, + "Yield": 266.4, + "Adj Yield": 266.4 + } + }, + { + "rank": 14, + "brand": "Pioneer", + "product": "P0732Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 60.8, + "Yield": 276.2, + "Adj Yield": 276.2 + } + }, + { + "rank": 16, + "brand": "Pioneer", + "product": "P0720AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 58.7, + "Yield": 273.2, + "Adj Yield": 273.2 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 61.3, + "Yield": 254.9, + "Adj Yield": 254.9 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.1, + "Yield": 265.3, + "Adj Yield": 265.3 + } + }, + { + "rank": 23, + "brand": "Pioneer", + "product": "P06391PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 59.0, + "Yield": 258.8, + "Adj Yield": 258.8 + } + }, + { + "rank": 28, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 58.7, + "Yield": 251.4, + "Adj Yield": 251.4 + } + }, + { + "rank": 32, + "brand": "Pioneer", + "product": "P05737PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 57.4, + "Yield": 240.4, + "Adj Yield": 240.4 + } + }, + { + "rank": 21, + "brand": "Pioneer", + "product": "P0487PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 58.3, + "Yield": 265.5, + "Adj Yield": 265.5 + } + }, + { + "rank": 30, + "brand": "Pioneer", + "product": "P04511AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 57.9, + "Yield": 240.7, + "Adj Yield": 240.7 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 59.6, + "Yield": 257.6, + "Adj Yield": 257.6 + } + }, + { + "rank": 31, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 57.6, + "Yield": 240.7, + "Adj Yield": 240.7 + } + }, + { + "rank": 37, + "brand": "Pioneer", + "product": "P0035AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 57.7, + "Yield": 232.7, + "Adj Yield": 232.7 + } + }, + { + "rank": 34, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.9, + "Yield": 235.9, + "Adj Yield": 235.9 + } + }, + { + "rank": 35, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.4, + "Yield": 235.9, + "Adj Yield": 235.9 + } + }, + { + "rank": 38, + "brand": "Pioneer", + "product": "P9955PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 59.9, + "Yield": 232.0, + "Adj Yield": 232.0 + } + }, + { + "rank": 36, + "brand": "Pioneer", + "product": "P9845PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 57.7, + "Yield": 234.3, + "Adj Yield": 234.3 + } + }, + { + "rank": 40, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 58.7, + "Yield": 183.1, + "Adj Yield": 183.1 + } + }, + { + "rank": 39, + "brand": "AgriGold", + "product": "A628-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 57.6, + "Yield": 199.8, + "Adj Yield": 199.8 + } + } + ], + "n_results": 40, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142743" + ], + "fetched_at": "2026-05-27T02:18:07.243973+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142743.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142743.md new file mode 100644 index 00000000..cec17716 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142743.md @@ -0,0 +1,71 @@ +# Corn yield trial — Sandusky, OH, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** OH +- **County:** Erie +- **City:** Sandusky +- **Year:** 2024 +- **Plot ID:** 142743 +- **Cooperator:** Mike Puckrin +- **Plot average:** 261.68 BU/Ac +- **Planted:** 2024-05-08 +- **Harvested:** 2024-10-21 +- **Population:** 35,200 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Sandy Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Miravis Neo, Veltyma +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142743 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | AgriGold | A645-80-3110 | 3110 | - | 17.0 | 58.7 | 282.7 | 282.7 | +| 3 | Pioneer | P14830Q | QROME | - | 16.5 | 59.6 | 296.9 | 296.9 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.8 | 60.5 | 291.8 | 291.8 | +| 11 | AgriGold | A643-24PCE | PCE | - | 16.9 | 59.1 | 278.0 | 278.0 | +| 4 | Pioneer | P1383AM | AM | - | 15.7 | 60.2 | 296.1 | 296.1 | +| 1 | Pioneer | P13777V | Vorceed | - | 15.4 | 60.8 | 301.5 | 301.5 | +| 2 | Pioneer | P13777PCE | PCE | - | 16.6 | 60.7 | 299.7 | 299.7 | +| 18 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.6 | 61.3 | 268.7 | 268.7 | +| 12 | NK Brand | NK1228-AA | 3220 | - | 19.2 | 59.8 | 277.4 | 277.4 | +| 9 | Pioneer | P1136AM | AM | - | 17.6 | 59.8 | 281.1 | 281.1 | +| 27 | AgriGold | A640-65-5222AEZ | 5222AEZ | - | 18.4 | 59.0 | 253.0 | 253.0 | +| 19 | AgriGold | J6015PWE | PWE | - | 17.2 | 59.0 | 268.6 | 268.6 | +| 6 | Pioneer | P10811AM | AM | - | 18.4 | 59.6 | 291.4 | 291.4 | +| 7 | Pioneer | P10477Q | QROME | - | 17.2 | 57.3 | 288.8 | 288.8 | +| 13 | Pioneer | P0935AM | AM | - | 17.7 | 59.9 | 276.9 | 276.9 | +| 26 | AgriGold | A639-03VT2RIB | VT2RIB | - | 17.7 | 57.0 | 253.4 | 253.4 | +| 10 | Pioneer | P09312V | Vorceed | - | 18.4 | 60.8 | 280.2 | 280.2 | +| 29 | Dyna Gro | D48VC84RIB | VT2RIB | - | 16.3 | 56.3 | 251.1 | 251.1 | +| 15 | Pioneer | P0859AM | AM | - | 17.5 | 57.7 | 273.6 | 273.6 | +| 17 | Brevant Seeds | B08R32AM | AM | - | 16.3 | 57.1 | 272.5 | 272.5 | +| 33 | AgriGold | A638-19-3110 | 3110 | - | 18.0 | 58.7 | 239.1 | 239.1 | +| 20 | AgriGold | A636-16-5222 | 5222 | - | 17.0 | 57.1 | 266.4 | 266.4 | +| 14 | Pioneer | P0732Q | QROME | - | 17.2 | 60.8 | 276.2 | 276.2 | +| 16 | Pioneer | P0720AM | AM | - | 16.6 | 58.7 | 273.2 | 273.2 | +| 25 | AgriGold | A637-72VT2PRO | VT2Pro | - | 16.1 | 61.3 | 254.9 | 254.9 | +| 22 | AgriGold | A636-39-3110 | 3110 | - | 16.2 | 59.1 | 265.3 | 265.3 | +| 23 | Pioneer | P06391PCE | PCE | - | 16.0 | 59.0 | 258.8 | 258.8 | +| 28 | AgriGold | A636-11VT2RIB | VT2RIB | - | 15.1 | 58.7 | 251.4 | 251.4 | +| 32 | Pioneer | P05737PCE | PCE | - | 14.9 | 57.4 | 240.4 | 240.4 | +| 21 | Pioneer | P0487PCE | PCE | - | 15.5 | 58.3 | 265.5 | 265.5 | +| 30 | Pioneer | P04511AM | AM | - | 16.8 | 57.9 | 240.7 | 240.7 | +| 24 | AgriGold | A632-68VT2RIB | VT2RIB | - | 15.3 | 59.6 | 257.6 | 257.6 | +| 31 | AgriGold | A631-08VT2PRO | VT2Pro | - | 16.1 | 57.6 | 240.7 | 240.7 | +| 37 | Pioneer | P0035AM | AM | - | 15.4 | 57.7 | 232.7 | 232.7 | +| 34 | AgriGold | A630-04AA-RN | 3120 | - | 15.7 | 59.9 | 235.9 | 235.9 | +| 35 | AgriGold | A629-55VT2RIB | VT2RIB | - | 14.5 | 59.4 | 235.9 | 235.9 | +| 38 | Pioneer | P9955PCE | PCE | - | 15.2 | 59.9 | 232.0 | 232.0 | +| 36 | Pioneer | P9845PCE | PCE | - | 15.0 | 57.7 | 234.3 | 234.3 | +| 40 | AgriGold | A628-51SSPRIB | SSPRIB | - | 14.2 | 58.7 | 183.1 | 183.1 | +| 39 | AgriGold | A628-16VT2RIB | VT2RIB | - | 13.8 | 57.6 | 199.8 | 199.8 | + +Top 5 by Yield: P13777V (Pioneer) 301.5, P13777PCE (Pioneer) 299.7, P14830Q (Pioneer) 296.9, P1383AM (Pioneer) 296.1, A643-52VT2RIB (AgriGold) 291.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142750.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142750.json new file mode 100644 index 00000000..542dbf9f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142750.json @@ -0,0 +1,62 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142750", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Washington", + "county": "Washington", + "year": 2024, + "plot_id": "142750", + "cooperator": "Brad Sheetz", + "plot_average": 297.3, + "planted_date": "2024-04-24", + "harvested_date": "2024-09-30", + "population_seeds_per_acre": null, + "row_width": "30.0\"", + "num_rows": 12, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 59.1, + "Yield": 301.1, + "Adj Yield": 301.1 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P1222", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 57.9, + "Yield": 293.5, + "Adj Yield": 293.5 + } + } + ], + "n_results": 2, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142750" + ], + "fetched_at": "2026-05-27T02:18:07.743185+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142750.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142750.md new file mode 100644 index 00000000..1b29328c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142750.md @@ -0,0 +1,30 @@ +# Corn yield trial — Washington, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Washington +- **City:** Washington +- **Year:** 2024 +- **Plot ID:** 142750 +- **Cooperator:** Brad Sheetz +- **Plot average:** 297.3 BU/Ac +- **Planted:** 2024-04-24 +- **Harvested:** 2024-09-30 +- **Row width:** 30.0" +- **# Rows:** 12 +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142750 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A642-32 | C | - | 16.0 | 59.1 | 301.1 | 301.1 | +| 2 | Pioneer | P1222 | C | - | 15.5 | 57.9 | 293.5 | 293.5 | + +Top 5 by Yield: A642-32 (AgriGold) 301.1, P1222 (Pioneer) 293.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142751.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142751.json new file mode 100644 index 00000000..2637f212 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142751.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142751", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MN", + "state_abbrev": "mn", + "city": "Westport", + "county": "Pope", + "year": 2024, + "plot_id": "142751", + "cooperator": "Matt Bailey", + "plot_average": 197.69, + "planted_date": "2024-05-10", + "harvested_date": "2024-10-24", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "AgriGold", + "product": "A616-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 56.2, + "Yield": 172.0, + "Adj Yield": 172.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A618-34VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 55.9, + "Yield": 185.8, + "Adj Yield": 185.8 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A619-06VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 57.4, + "Yield": 176.1, + "Adj Yield": 176.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A623-88VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 57.0, + "Yield": 207.0, + "Adj Yield": 207.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A626-39VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 54.8, + "Yield": 212.7, + "Adj Yield": 212.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 55.3, + "Yield": 205.2, + "Adj Yield": 205.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 57.1, + "Yield": 213.4, + "Adj Yield": 213.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A630-04VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 56.6, + "Yield": 200.6, + "Adj Yield": 200.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 56.1, + "Yield": 206.4, + "Adj Yield": 206.4 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142751" + ], + "fetched_at": "2026-05-27T02:18:08.257161+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142751.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142751.md new file mode 100644 index 00000000..ad633b55 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142751.md @@ -0,0 +1,39 @@ +# Corn yield trial — Westport, MN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MN +- **County:** Pope +- **City:** Westport +- **Year:** 2024 +- **Plot ID:** 142751 +- **Cooperator:** Matt Bailey +- **Plot average:** 197.69 BU/Ac +- **Planted:** 2024-05-10 +- **Harvested:** 2024-10-24 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142751 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | AgriGold | A616-30VT2RIB | VT2RIB | - | 14.4 | 56.2 | 172.0 | 172.0 | +| 7 | AgriGold | A618-34VT2PRO | VT2Pro | - | 14.8 | 55.9 | 185.8 | 185.8 | +| 8 | AgriGold | A619-06VT2RIB | VT2RIB | - | 14.7 | 57.4 | 176.1 | 176.1 | +| 3 | AgriGold | A623-88VT2PRO | VT2Pro | - | 15.6 | 57.0 | 207.0 | 207.0 | +| 2 | AgriGold | A626-39VT2PRO | VT2Pro | - | 16.0 | 54.8 | 212.7 | 212.7 | +| 5 | AgriGold | A628-51SSPRIB | SSPRIB | - | 16.5 | 55.3 | 205.2 | 205.2 | +| 1 | AgriGold | A629-55VT2RIB | VT2RIB | - | 16.7 | 57.1 | 213.4 | 213.4 | +| 6 | AgriGold | A630-04VT2RIB | VT2RIB | - | 17.2 | 56.6 | 200.6 | 200.6 | +| 4 | AgriGold | A630-04AA-RN | 3120 | - | 16.8 | 56.1 | 206.4 | 206.4 | + +Top 5 by Yield: A629-55VT2RIB (AgriGold) 213.4, A626-39VT2PRO (AgriGold) 212.7, A623-88VT2PRO (AgriGold) 207.0, A630-04AA-RN (AgriGold) 206.4, A628-51SSPRIB (AgriGold) 205.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142753.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142753.json new file mode 100644 index 00000000..c65d4366 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142753.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142753", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Tipton", + "county": "Tipton", + "year": 2024, + "plot_id": "142753", + "cooperator": "Hobbs Farms", + "plot_average": 271.33, + "planted_date": "2024-05-08", + "harvested_date": "2024-10-17", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Veltyma", + "herbicide": "Callisto, Roundup, SureStart", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 54.5, + "Yield": 284.3, + "Adj Yield": 284.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 56.5, + "Yield": 273.1, + "Adj Yield": 273.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 57.2, + "Yield": 265.0, + "Adj Yield": 265.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 55.6, + "Yield": 262.6, + "Adj Yield": 262.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 59.8, + "Yield": 272.2, + "Adj Yield": 272.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 56.3, + "Yield": 268.8, + "Adj Yield": 268.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 58.2, + "Yield": 290.0, + "Adj Yield": 290.0 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 55.1, + "Yield": 223.5, + "Adj Yield": 223.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 58.1, + "Yield": 283.8, + "Adj Yield": 283.8 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 57.1, + "Yield": 270.4, + "Adj Yield": 270.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 54.4, + "Yield": 280.0, + "Adj Yield": 280.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 57.6, + "Yield": 282.1, + "Adj Yield": 282.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 58.2, + "Yield": 284.5, + "Adj Yield": 284.5 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 54.2, + "Yield": 279.7, + "Adj Yield": 279.7 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142753" + ], + "fetched_at": "2026-05-27T02:18:08.761457+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142753.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142753.md new file mode 100644 index 00000000..6e72511c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142753.md @@ -0,0 +1,46 @@ +# Corn yield trial — Tipton, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Tipton +- **City:** Tipton +- **Year:** 2024 +- **Plot ID:** 142753 +- **Cooperator:** Hobbs Farms +- **Plot average:** 271.33 BU/Ac +- **Planted:** 2024-05-08 +- **Harvested:** 2024-10-17 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Veltyma +- **Herbicide:** Callisto, Roundup, SureStart +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142753 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A639-03VT2RIB | VT2RIB | - | 16.2 | 54.5 | 284.3 | 284.3 | +| 6 | AgriGold | J6015PWE | PWE | - | 16.3 | 56.5 | 273.1 | 273.1 | +| 10 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.3 | 57.2 | 265.0 | 265.0 | +| 11 | AgriGold | A643-24PCE | PCE | - | 17.0 | 55.6 | 262.6 | 262.6 | +| 7 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.1 | 59.8 | 272.2 | 272.2 | +| 9 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.4 | 56.3 | 268.8 | 268.8 | +| 1 | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.3 | 58.2 | 290.0 | 290.0 | +| 12 | AgriGold | A646-30VT2RIB | VT2RIB | - | 18.3 | 55.1 | 223.5 | 223.5 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.4 | 58.1 | 283.8 | 283.8 | +| 8 | AgriGold | A640-16-3110 | 3110 | - | 17.3 | 57.1 | 270.4 | 270.4 | +| 5 | AgriGold | A639-03VT2RIB | VT2RIB | - | 16.3 | 54.4 | 280.0 | 280.0 | +| 4 | AgriGold | K5836PWE | PWE | - | 17.4 | 57.6 | 282.1 | 282.1 | +| 2 | AgriGold | A642-32VT2PRO | VT2Pro | - | 18.8 | 58.2 | 284.5 | 284.5 | +| - | AgriGold | A639-03VT2RIB | VT2RIB | - | 16.9 | 54.2 | 279.7 | 279.7 | + +Top 5 by Yield: A645-16VT2RIB (AgriGold) 290.0, A642-32VT2PRO (AgriGold) 284.5, A639-03VT2RIB (AgriGold) 284.3, A643-52VT2RIB (AgriGold) 283.8, K5836PWE (AgriGold) 282.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142763.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142763.json new file mode 100644 index 00000000..42e071bd --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142763.json @@ -0,0 +1,439 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142763", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Long Island", + "county": "Phillips", + "year": 2024, + "plot_id": "142763", + "cooperator": "Josh McClain", + "plot_average": 294.04, + "planted_date": "2024-05-10", + "harvested_date": "2024-10-09", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": 23, + "brand": "Channel", + "product": "212-02VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 62.0, + "Yield": 288.4, + "Adj Yield": 288.4 + } + }, + { + "rank": 30, + "brand": "Channel", + "product": "209-25SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 60.2, + "Yield": 256.2, + "Adj Yield": 256.2 + } + }, + { + "rank": 29, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 61.6, + "Yield": 268.4, + "Adj Yield": 268.4 + } + }, + { + "rank": 19, + "brand": "Channel", + "product": "209-39STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 62.1, + "Yield": 295.5, + "Adj Yield": 295.5 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P10625V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 60.5, + "Yield": 299.6, + "Adj Yield": 299.6 + } + }, + { + "rank": 7, + "brand": "Becks", + "product": "6041Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 63.0, + "Yield": 304.6, + "Adj Yield": 304.6 + } + }, + { + "rank": 24, + "brand": "Channel", + "product": "210-46STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 61.2, + "Yield": 285.7, + "Adj Yield": 285.7 + } + }, + { + "rank": 25, + "brand": "Becks", + "product": "6184V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 62.2, + "Yield": 285.6, + "Adj Yield": 285.6 + } + }, + { + "rank": 28, + "brand": "Channel", + "product": "211-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 62.0, + "Yield": 268.7, + "Adj Yield": 268.7 + } + }, + { + "rank": 15, + "brand": "Pioneer", + "product": "P12904V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 60.5, + "Yield": 297.7, + "Adj Yield": 297.7 + } + }, + { + "rank": 10, + "brand": "Channel", + "product": "212-40VT4P", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 62.5, + "Yield": 300.8, + "Adj Yield": 300.8 + } + }, + { + "rank": 18, + "brand": "Becks", + "product": "6241Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 63.7, + "Yield": 295.7, + "Adj Yield": 295.7 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P12393V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 61.3, + "Yield": 316.9, + "Adj Yield": 316.9 + } + }, + { + "rank": 22, + "brand": "Channel", + "product": "212-63VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 62.5, + "Yield": 292.9, + "Adj Yield": 292.9 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 61.1, + "Yield": 295.9, + "Adj Yield": 295.9 + } + }, + { + "rank": 14, + "brand": "Channel", + "product": "213-13SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 62.7, + "Yield": 297.8, + "Adj Yield": 297.8 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P13777V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 62.7, + "Yield": 312.4, + "Adj Yield": 312.4 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 63.1, + "Yield": 294.6, + "Adj Yield": 294.6 + } + }, + { + "rank": 21, + "brand": "Becks", + "product": "6414V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 62.1, + "Yield": 294.3, + "Adj Yield": 294.3 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 60.0, + "Yield": 317.2, + "Adj Yield": 317.2 + } + }, + { + "rank": 11, + "brand": "Channel", + "product": "214-22STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 60.7, + "Yield": 300.5, + "Adj Yield": 300.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.3, + "Yield": 322.3, + "Adj Yield": 322.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 58.4, + "Yield": 304.2, + "Adj Yield": 304.2 + } + }, + { + "rank": 9, + "brand": "Becks", + "product": "6692SXP", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 60.1, + "Yield": 302.4, + "Adj Yield": 302.4 + } + }, + { + "rank": 26, + "brand": "Channel", + "product": "216-69STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.4, + "Yield": 284.6, + "Adj Yield": 284.6 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 58.5, + "Yield": 297.6, + "Adj Yield": 297.6 + } + }, + { + "rank": 12, + "brand": "Channel", + "product": "216-82STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 61.4, + "Yield": 299.6, + "Adj Yield": 299.6 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.4, + "Yield": 315.5, + "Adj Yield": 315.5 + } + }, + { + "rank": 27, + "brand": "Channel", + "product": "218-55STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 61.3, + "Yield": 282.4, + "Adj Yield": 282.4 + } + }, + { + "rank": 5, + "brand": "Becks", + "product": "6973TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 60.0, + "Yield": 314.5, + "Adj Yield": 314.5 + } + }, + { + "rank": 31, + "brand": "Becks", + "product": "6549VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 58.9, + "Yield": 222.6, + "Adj Yield": 222.6 + } + } + ], + "n_results": 31, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142763" + ], + "fetched_at": "2026-05-27T02:18:09.252355+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142763.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142763.md new file mode 100644 index 00000000..2aecfbb3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142763.md @@ -0,0 +1,64 @@ +# Corn yield trial — Long Island, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Phillips +- **City:** Long Island +- **Year:** 2024 +- **Plot ID:** 142763 +- **Cooperator:** Josh McClain +- **Plot average:** 294.04 BU/Ac +- **Planted:** 2024-05-10 +- **Harvested:** 2024-10-09 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** Yes +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142763 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 23 | Channel | 212-02VT2PRIB | VT2RIB | - | 13.9 | 62.0 | 288.4 | 288.4 | +| 30 | Channel | 209-25SSPRIB | SSPRIB | - | 13.6 | 60.2 | 256.2 | 256.2 | +| 29 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.2 | 61.6 | 268.4 | 268.4 | +| 19 | Channel | 209-39STXRIB | STXRIB | - | 14.4 | 62.1 | 295.5 | 295.5 | +| 13 | Pioneer | P10625V | Vorceed | - | 14.3 | 60.5 | 299.6 | 299.6 | +| 7 | Becks | 6041Q | QROME | - | 14.2 | 63.0 | 304.6 | 304.6 | +| 24 | Channel | 210-46STXRIB | STXRIB | - | 14.7 | 61.2 | 285.7 | 285.7 | +| 25 | Becks | 6184V2P | VT2RIB | - | 15.0 | 62.2 | 285.6 | 285.6 | +| 28 | Channel | 211-11SSPRIB | SSPRIB | - | 13.7 | 62.0 | 268.7 | 268.7 | +| 15 | Pioneer | P12904V | Vorceed | - | 13.8 | 60.5 | 297.7 | 297.7 | +| 10 | Channel | 212-40VT4P | VT4Pro | - | 14.1 | 62.5 | 300.8 | 300.8 | +| 18 | Becks | 6241Q | QROME | - | 14.8 | 63.7 | 295.7 | 295.7 | +| 3 | Pioneer | P12393V | Vorceed | - | 14.6 | 61.3 | 316.9 | 316.9 | +| 22 | Channel | 212-63VT4PRIB | VT4RIB | - | 15.1 | 62.5 | 292.9 | 292.9 | +| 17 | AgriGold | A643-24PCE | PCE | - | 15.5 | 61.1 | 295.9 | 295.9 | +| 14 | Channel | 213-13SSPRIB | SSPRIB | - | 13.1 | 62.7 | 297.8 | 297.8 | +| 6 | Pioneer | P13777V | Vorceed | - | 14.5 | 62.7 | 312.4 | 312.4 | +| 20 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.9 | 63.1 | 294.6 | 294.6 | +| 21 | Becks | 6414V2P | VT2RIB | - | 15.5 | 62.1 | 294.3 | 294.3 | +| 2 | Pioneer | P14830AML | AML | - | 15.8 | 60.0 | 317.2 | 317.2 | +| 11 | Channel | 214-22STXRIB | STXRIB | - | 14.6 | 60.7 | 300.5 | 300.5 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.2 | 60.3 | 322.3 | 322.3 | +| 8 | AgriGold | A645-22TRC | Trecepta | - | 15.2 | 58.4 | 304.2 | 304.2 | +| 9 | Becks | 6692SXP | SSPRIB | - | 16.1 | 60.1 | 302.4 | 302.4 | +| 26 | Channel | 216-69STXRIB | STXRIB | - | 15.4 | 60.4 | 284.6 | 284.6 | +| 16 | AgriGold | A646-17STXRIB | STXRIB | - | 17.2 | 58.5 | 297.6 | 297.6 | +| 12 | Channel | 216-82STXRIB | STXRIB | - | 15.3 | 61.4 | 299.6 | 299.6 | +| 4 | Pioneer | P1742Q | QROME | - | 15.4 | 60.4 | 315.5 | 315.5 | +| 27 | Channel | 218-55STXRIB | STXRIB | - | 16.2 | 61.3 | 282.4 | 282.4 | +| 5 | Becks | 6973TCV2P | TreceptaRIB | - | 16.7 | 60.0 | 314.5 | 314.5 | +| 31 | Becks | 6549VZ | 3330EZ | - | 13.4 | 58.9 | 222.6 | 222.6 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 322.3, P14830AML (Pioneer) 317.2, P12393V (Pioneer) 316.9, P1742Q (Pioneer) 315.5, 6973TCV2P (Becks) 314.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142783.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142783.json new file mode 100644 index 00000000..785b2ba9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142783.json @@ -0,0 +1,322 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142783", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Cozad", + "county": "Dawson", + "year": 2024, + "plot_id": "142783", + "cooperator": "Kyam Ristine", + "plot_average": 227.32, + "planted_date": "2024-05-10", + "harvested_date": "2024-10-23", + "population_seeds_per_acre": 31000, + "row_width": "36.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 58.6, + "Yield": 239.9, + "Adj Yield": 239.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 58.6, + "Yield": 239.9, + "Adj Yield": 236.11 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 60.9, + "Yield": 225.4, + "Adj Yield": 221.99 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 60.8, + "Yield": 201.0, + "Adj Yield": 197.99 + } + }, + { + "rank": 10, + "brand": "Hoegemeyer", + "product": "7918V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 59.8, + "Yield": 232.5, + "Adj Yield": 229.88 + } + }, + { + "rank": 19, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 59.7, + "Yield": 216.7, + "Adj Yield": 214.55 + } + }, + { + "rank": 16, + "brand": "Becks", + "product": "6133V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 59.4, + "Yield": 223.4, + "Adj Yield": 221.61 + } + }, + { + "rank": 5, + "brand": "Hoegemeyer", + "product": "8054V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.7, + "Yield": 235.4, + "Adj Yield": 233.99 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.8, + "Yield": 217.9, + "Adj Yield": 216.9 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 60.5, + "Yield": 228.9, + "Adj Yield": 228.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 59.2, + "Yield": 231.5, + "Adj Yield": 231.27 + } + }, + { + "rank": 2, + "brand": "Becks", + "product": "6280TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 60.5, + "Yield": 237.8, + "Adj Yield": 237.95 + } + }, + { + "rank": 9, + "brand": "Brevant Seeds", + "product": "B12M18AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 61.2, + "Yield": 230.7, + "Adj Yield": 231.25 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P12904AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 57.9, + "Yield": 234.0, + "Adj Yield": 234.96 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P13544V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 58.4, + "Yield": 225.9, + "Adj Yield": 227.3 + } + }, + { + "rank": 14, + "brand": "Hoegemeyer", + "product": "8366V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 60.5, + "Yield": 220.7, + "Adj Yield": 222.51 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 58.9, + "Yield": 245.8, + "Adj Yield": 247.97 + } + }, + { + "rank": 17, + "brand": "Becks", + "product": "6574TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 59.4, + "Yield": 214.3, + "Adj Yield": 216.92 + } + }, + { + "rank": 11, + "brand": "Becks", + "product": "6692SXP", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 59.3, + "Yield": 226.1, + "Adj Yield": 229.06 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC116-62RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 59.6, + "Yield": 230.6, + "Adj Yield": 233.95 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC117-78RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 59.7, + "Yield": 228.2, + "Adj Yield": 231.99 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 58.4, + "Yield": 231.5, + "Adj Yield": 231.5 + } + } + ], + "n_results": 22, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142783" + ], + "fetched_at": "2026-05-27T02:18:09.777445+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142783.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142783.md new file mode 100644 index 00000000..9c5b0815 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142783.md @@ -0,0 +1,52 @@ +# Corn yield trial — Cozad, NE, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Dawson +- **City:** Cozad +- **Year:** 2024 +- **Plot ID:** 142783 +- **Cooperator:** Kyam Ristine +- **Plot average:** 227.32 BU/Ac +- **Planted:** 2024-05-10 +- **Harvested:** 2024-10-23 +- **Population:** 31,000 seeds/acre +- **Row width:** 36.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142783 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.7 | 58.6 | 239.9 | 239.9 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.7 | 58.6 | 239.9 | 236.11 | +| 15 | AgriGold | A642-32VT2PRO | VT2Pro | - | 17.0 | 60.9 | 225.4 | 221.99 | +| 20 | AgriGold | A637-72VT2PRO | VT2Pro | - | 15.0 | 60.8 | 201.0 | 197.99 | +| 10 | Hoegemeyer | 7918V | Vorceed | - | 14.9 | 59.8 | 232.5 | 229.88 | +| 19 | Dekalb | DKC110-10RIB | STXRIB | - | 14.9 | 59.7 | 216.7 | 214.55 | +| 16 | Becks | 6133V | Vorceed | - | 15.8 | 59.4 | 223.4 | 221.61 | +| 5 | Hoegemeyer | 8054V | Vorceed | - | 15.4 | 58.7 | 235.4 | 233.99 | +| 18 | AgriGold | A641-26-3110 | 3110 | - | 16.8 | 58.8 | 217.9 | 216.9 | +| 12 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.7 | 60.5 | 228.9 | 228.3 | +| 8 | AgriGold | A642-18SSP | SSP | - | 17.1 | 59.2 | 231.5 | 231.27 | +| 2 | Becks | 6280TCV2P | TreceptaRIB | - | 15.1 | 60.5 | 237.8 | 237.95 | +| 9 | Brevant Seeds | B12M18AM | AM | - | 14.8 | 61.2 | 230.7 | 231.25 | +| 4 | Pioneer | P12904AML | AML | - | 16.3 | 57.9 | 234.0 | 234.96 | +| 13 | Pioneer | P13544V | Vorceed | - | 16.5 | 58.4 | 225.9 | 227.3 | +| 14 | Hoegemeyer | 8366V | Vorceed | - | 16.5 | 60.5 | 220.7 | 222.51 | +| 1 | AgriGold | A643-24PCE | PCE | - | 17.3 | 58.9 | 245.8 | 247.97 | +| 17 | Becks | 6574TCV2P | TreceptaRIB | - | 17.9 | 59.4 | 214.3 | 216.92 | +| 11 | Becks | 6692SXP | SSPRIB | - | 19.5 | 59.3 | 226.1 | 229.06 | +| 6 | Dekalb | DKC116-62RIB | SSPRIB | - | 18.8 | 59.6 | 230.6 | 233.95 | +| 7 | Dekalb | DKC117-78RIB | VT2RIB | - | 18.6 | 59.7 | 228.2 | 231.99 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.6 | 58.4 | 231.5 | 231.5 | + +Top 5 by Yield: A643-24PCE (AgriGold) 245.8, A644-64VT2RIB (AgriGold) 239.9, A644-64VT2RIB (AgriGold) 239.9, 6280TCV2P (Becks) 237.8, 8054V (Hoegemeyer) 235.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142800.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142800.json new file mode 100644 index 00000000..e940f264 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142800.json @@ -0,0 +1,400 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142800", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MN", + "state_abbrev": "mn", + "city": "Lester Prairie", + "county": "McLeod", + "year": 2024, + "plot_id": "142800", + "cooperator": "Mark Michaletz", + "plot_average": 195.03, + "planted_date": "2024-05-12", + "harvested_date": "2024-10-23", + "population_seeds_per_acre": 32500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 28, + "brand": "AgriGold", + "product": "A616-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 56.7, + "Yield": 161.2, + "Adj Yield": 161.2 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A618-34VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 58.2, + "Yield": 177.8, + "Adj Yield": 177.8 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A619-06VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 57.6, + "Yield": 179.4, + "Adj Yield": 179.4 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A621-89-5222AEZ", + "traits": "5222AEZ", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 58.7, + "Yield": 183.7, + "Adj Yield": 183.7 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "K4108PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 58.3, + "Yield": 183.8, + "Adj Yield": 183.8 + } + }, + { + "rank": 24, + "brand": "Jacobsen", + "product": "JS9224VT2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 58.1, + "Yield": 177.2, + "Adj Yield": 177.2 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A623-88VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 58.1, + "Yield": 185.0, + "Adj Yield": 185.0 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A625-78VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 58.2, + "Yield": 176.8, + "Adj Yield": 176.8 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A626-39VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 57.3, + "Yield": 198.3, + "Adj Yield": 198.3 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A628-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 59.3, + "Yield": 208.3, + "Adj Yield": 208.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 58.2, + "Yield": 214.2, + "Adj Yield": 214.2 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC099-11RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 58.1, + "Yield": 216.8, + "Adj Yield": 216.8 + } + }, + { + "rank": 27, + "brand": "Bass", + "product": "KIT", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 58.0, + "Yield": 170.4, + "Adj Yield": 170.4 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.8, + "Yield": 205.9, + "Adj Yield": 205.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 58.3, + "Yield": 211.9, + "Adj Yield": 211.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A630-04VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 58.7, + "Yield": 209.4, + "Adj Yield": 209.4 + } + }, + { + "rank": 3, + "brand": "Jacobsen", + "product": "JS0063VT4P", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 57.5, + "Yield": 214.3, + "Adj Yield": 214.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A631-12SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 57.0, + "Yield": 220.5, + "Adj Yield": 220.5 + } + }, + { + "rank": 5, + "brand": "Jacobsen", + "product": "JS0114VT2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 56.4, + "Yield": 211.9, + "Adj Yield": 211.9 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 56.7, + "Yield": 207.7, + "Adj Yield": 207.7 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.0, + "Yield": 206.0, + "Adj Yield": 206.0 + } + }, + { + "rank": 13, + "brand": "Jacobsen", + "product": "JS0223SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 57.3, + "Yield": 202.0, + "Adj Yield": 202.0 + } + }, + { + "rank": 26, + "brand": "Bass", + "product": "Scarlet", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 59.4, + "Yield": 176.1, + "Adj Yield": 176.1 + } + }, + { + "rank": 15, + "brand": "Jacobsen", + "product": "JS0342DGVT2P", + "traits": "DGVT2PRO", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 56.5, + "Yield": 194.2, + "Adj Yield": 194.2 + } + }, + { + "rank": 17, + "brand": "Bass", + "product": "Xena", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 54.4, + "Yield": 189.5, + "Adj Yield": 189.5 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 54.2, + "Yield": 190.8, + "Adj Yield": 190.8 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 57.1, + "Yield": 179.2, + "Adj Yield": 179.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 55.5, + "Yield": 208.6, + "Adj Yield": 208.6 + } + } + ], + "n_results": 28, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142800" + ], + "fetched_at": "2026-05-27T02:18:10.266730+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142800.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142800.md new file mode 100644 index 00000000..14ca222b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142800.md @@ -0,0 +1,58 @@ +# Corn yield trial — Lester Prairie, MN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MN +- **County:** McLeod +- **City:** Lester Prairie +- **Year:** 2024 +- **Plot ID:** 142800 +- **Cooperator:** Mark Michaletz +- **Plot average:** 195.03 BU/Ac +- **Planted:** 2024-05-12 +- **Harvested:** 2024-10-23 +- **Population:** 32,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142800 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 28 | AgriGold | A616-30VT2RIB | VT2RIB | - | 12.4 | 56.7 | 161.2 | 161.2 | +| 23 | AgriGold | A618-34VT2PRO | VT2Pro | - | 12.4 | 58.2 | 177.8 | 177.8 | +| 21 | AgriGold | A619-06VT2RIB | VT2RIB | - | 12.8 | 57.6 | 179.4 | 179.4 | +| 20 | AgriGold | A621-89-5222AEZ | 5222AEZ | - | 13.8 | 58.7 | 183.7 | 183.7 | +| 19 | AgriGold | K4108PWE | PWE | - | 13.3 | 58.3 | 183.8 | 183.8 | +| 24 | Jacobsen | JS9224VT2P | VT2RIB | - | 12.5 | 58.1 | 177.2 | 177.2 | +| 18 | AgriGold | A623-88VT2PRO | VT2Pro | - | 13.5 | 58.1 | 185.0 | 185.0 | +| 25 | AgriGold | A625-78VT2RIB | VT2RIB | - | 12.9 | 58.2 | 176.8 | 176.8 | +| 14 | AgriGold | A626-39VT2PRO | VT2Pro | - | 12.8 | 57.3 | 198.3 | 198.3 | +| 9 | AgriGold | A628-16VT2RIB | VT2RIB | - | 13.9 | 59.3 | 208.3 | 208.3 | +| 4 | AgriGold | A628-51SSPRIB | SSPRIB | - | 13.6 | 58.2 | 214.2 | 214.2 | +| 2 | Dekalb | DKC099-11RIB | VT2RIB | - | 13.7 | 58.1 | 216.8 | 216.8 | +| 27 | Bass | KIT | C | - | 15.5 | 58.0 | 170.4 | 170.4 | +| 12 | AgriGold | A629-55VT2RIB | VT2RIB | - | 14.3 | 59.8 | 205.9 | 205.9 | +| 6 | AgriGold | A630-04AA-RN | 3120 | - | 15.3 | 58.3 | 211.9 | 211.9 | +| 7 | AgriGold | A630-04VT2RIB | VT2RIB | - | 15.5 | 58.7 | 209.4 | 209.4 | +| 3 | Jacobsen | JS0063VT4P | VT4Pro | - | 13.8 | 57.5 | 214.3 | 214.3 | +| 1 | AgriGold | A631-12SSP | SSP | - | 14.7 | 57.0 | 220.5 | 220.5 | +| 5 | Jacobsen | JS0114VT2P | VT2RIB | - | 14.4 | 56.4 | 211.9 | 211.9 | +| 10 | AgriGold | A631-08VT2PRO | VT2Pro | - | 15.9 | 56.7 | 207.7 | 207.7 | +| 11 | AgriGold | A632-68VT2RIB | VT2RIB | - | 15.0 | 59.0 | 206.0 | 206.0 | +| 13 | Jacobsen | JS0223SSP | SSP | - | 15.0 | 57.3 | 202.0 | 202.0 | +| 26 | Bass | Scarlet | C | - | 14.9 | 59.4 | 176.1 | 176.1 | +| 15 | Jacobsen | JS0342DGVT2P | DGVT2PRO | - | 14.8 | 56.5 | 194.2 | 194.2 | +| 17 | Bass | Xena | C | - | 18.4 | 54.4 | 189.5 | 189.5 | +| 16 | AgriGold | A636-16-5222 | 5222 | - | 20.7 | 54.2 | 190.8 | 190.8 | +| 22 | AgriGold | A636-39-3110 | 3110 | - | 17.9 | 57.1 | 179.2 | 179.2 | +| 8 | AgriGold | A636-11VT2RIB | VT2RIB | - | 17.8 | 55.5 | 208.6 | 208.6 | + +Top 5 by Yield: A631-12SSP (AgriGold) 220.5, DKC099-11RIB (Dekalb) 216.8, JS0063VT4P (Jacobsen) 214.3, A628-51SSPRIB (AgriGold) 214.2, A630-04AA-RN (AgriGold) 211.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142802.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142802.json new file mode 100644 index 00000000..03dfe5c5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142802.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142802", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "TN", + "state_abbrev": "tn", + "city": "Ethridge", + "county": "Lawrence", + "year": 2024, + "plot_id": "142802", + "cooperator": "RUSSELL COUNCE", + "plot_average": 120.19, + "planted_date": "2024-05-12", + "harvested_date": "2024-09-05", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 60.4, + "Yield": 127.9, + "Adj Yield": 127.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 58.0, + "Yield": 140.5, + "Adj Yield": 140.5 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 58.3, + "Yield": 105.3, + "Adj Yield": 105.32 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 59.8, + "Yield": 127.6, + "Adj Yield": 127.55 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 59.2, + "Yield": 119.9, + "Adj Yield": 119.88 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 58.6, + "Yield": 110.6, + "Adj Yield": 110.64 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 58.1, + "Yield": 121.0, + "Adj Yield": 120.95 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 57.6, + "Yield": 114.2, + "Adj Yield": 114.16 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 56.7, + "Yield": 123.9, + "Adj Yield": 123.89 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 61.5, + "Yield": 126.9, + "Adj Yield": 126.91 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A648-11VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 62.1, + "Yield": 112.6, + "Adj Yield": 112.58 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 58.8, + "Yield": 129.8, + "Adj Yield": 129.83 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P1847VYHR", + "traits": "Leptra", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 60.4, + "Yield": 117.5, + "Adj Yield": 117.48 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 59.1, + "Yield": 115.4, + "Adj Yield": 115.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 59.2, + "Yield": 111.6, + "Adj Yield": 111.57 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 58.3, + "Yield": 119.5, + "Adj Yield": 119.48 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142802" + ], + "fetched_at": "2026-05-27T02:18:10.728507+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142802.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142802.md new file mode 100644 index 00000000..cbe30042 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142802.md @@ -0,0 +1,46 @@ +# Corn yield trial — Ethridge, TN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** TN +- **County:** Lawrence +- **City:** Ethridge +- **Year:** 2024 +- **Plot ID:** 142802 +- **Cooperator:** RUSSELL COUNCE +- **Plot average:** 120.19 BU/Ac +- **Planted:** 2024-05-12 +- **Harvested:** 2024-09-05 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142802 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2PRO | VT2Pro | - | 18.5 | 60.4 | 127.9 | 127.9 | +| 1 | AgriGold | A642-18SSP | SSP | - | 17.5 | 58.0 | 140.5 | 140.5 | +| 13 | AgriGold | A644-64VT2PRO | VT2Pro | - | 18.6 | 58.3 | 105.3 | 105.32 | +| 3 | AgriGold | A645-30VT2PRO | VT2Pro | - | 18.9 | 59.8 | 127.6 | 127.55 | +| 7 | AgriGold | A645-16VT2PRO | VT2Pro | - | 18.8 | 59.2 | 119.9 | 119.88 | +| 12 | AgriGold | J6621VT2PRO | VT2Pro | - | 18.2 | 58.6 | 110.6 | 110.64 | +| 6 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 19.2 | 58.1 | 121.0 | 120.95 | +| - | AgriGold | A643-52VT2PRO | VT2Pro | - | 19.5 | 57.6 | 114.2 | 114.16 | +| 5 | AgriGold | A646-17STXRIB | STXRIB | - | 19.2 | 56.7 | 123.9 | 123.89 | +| 4 | AgriGold | A647-79VT2PRO | VT2Pro | - | 17.9 | 61.5 | 126.9 | 126.91 | +| 10 | AgriGold | A648-11VT2PRO | VT2Pro | - | 17.8 | 62.1 | 112.6 | 112.58 | +| 2 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 18.7 | 58.8 | 129.8 | 129.83 | +| 8 | Pioneer | P1847VYHR | Leptra | - | 19.9 | 60.4 | 117.5 | 117.48 | +| 9 | AgriGold | A644-64VT2PRO | VT2Pro | - | 18.8 | 59.1 | 115.4 | 115.4 | +| 11 | AgriGold | A645-16VT2PRO | VT2Pro | - | 18.9 | 59.2 | 111.6 | 111.57 | +| - | AgriGold | A643-52VT2PRO | VT2Pro | - | 19.2 | 58.3 | 119.5 | 119.48 | + +Top 5 by Yield: A642-18SSP (AgriGold) 140.5, A647-42TRCRIB (AgriGold) 129.8, A643-52VT2PRO (AgriGold) 127.9, A645-30VT2PRO (AgriGold) 127.6, A647-79VT2PRO (AgriGold) 126.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142804.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142804.json new file mode 100644 index 00000000..16964d87 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142804.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142804", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Griswold", + "county": "Pottawattamie", + "year": 2024, + "plot_id": "142804", + "cooperator": "Rush Ag", + "plot_average": 232.04, + "planted_date": "2024-05-12", + "harvested_date": "2024-10-12", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 58.8, + "Yield": 249.2, + "Adj Yield": 249.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 60.0, + "Yield": 232.3, + "Adj Yield": 232.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 61.2, + "Yield": 241.8, + "Adj Yield": 241.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.4, + "Yield": 228.9, + "Adj Yield": 228.9 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 57.6, + "Yield": 204.2, + "Adj Yield": 204.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 55.9, + "Yield": 239.7, + "Adj Yield": 239.7 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 57.3, + "Yield": 219.5, + "Adj Yield": 219.5 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 58.2, + "Yield": 225.5, + "Adj Yield": 225.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 58.0, + "Yield": 244.5, + "Adj Yield": 244.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 56.5, + "Yield": 238.4, + "Adj Yield": 238.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 55.4, + "Yield": 232.8, + "Adj Yield": 232.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 56.0, + "Yield": 239.8, + "Adj Yield": 239.8 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A644-19-3220EZ", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 54.4, + "Yield": 219.9, + "Adj Yield": 219.9 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142804" + ], + "fetched_at": "2026-05-27T02:18:11.251803+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142804.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142804.md new file mode 100644 index 00000000..fb426703 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142804.md @@ -0,0 +1,42 @@ +# Corn yield trial — Griswold, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Pottawattamie +- **City:** Griswold +- **Year:** 2024 +- **Plot ID:** 142804 +- **Cooperator:** Rush Ag +- **Plot average:** 232.04 BU/Ac +- **Planted:** 2024-05-12 +- **Harvested:** 2024-10-12 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142804 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A645-22TRC | Trecepta | - | 16.3 | 58.8 | 249.2 | 249.2 | +| 8 | AgriGold | A641-26-3110 | 3110 | - | 16.5 | 60.0 | 232.3 | 232.3 | +| 3 | AgriGold | A642-32VT2PRO | VT2Pro | - | 17.1 | 61.2 | 241.8 | 241.8 | +| 9 | AgriGold | A643-24PCE | PCE | - | 17.0 | 58.4 | 228.9 | 228.9 | +| 13 | AgriGold | K6429AA | 3120EZ | - | 16.9 | 57.6 | 204.2 | 204.2 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.3 | 55.9 | 239.7 | 239.7 | +| 12 | AgriGold | J6621VT2PRO | VT2Pro | - | 17.1 | 57.3 | 219.5 | 219.5 | +| 10 | AgriGold | A645-30VT2PRO | VT2Pro | - | 17.2 | 58.2 | 225.5 | 225.5 | +| 2 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.6 | 58.0 | 244.5 | 244.5 | +| 6 | AgriGold | A645-71STXRIB | STXRIB | - | 17.9 | 56.5 | 238.4 | 238.4 | +| 7 | AgriGold | A646-30VT2RIB | VT2RIB | - | 17.7 | 55.4 | 232.8 | 232.8 | +| 4 | AgriGold | A648-11VT2RIB | VT2RIB | - | 19.0 | 56.0 | 239.8 | 239.8 | +| 11 | AgriGold | A644-19-3220EZ | 3220EZ | - | 16.9 | 54.4 | 219.9 | 219.9 | + +Top 5 by Yield: A645-22TRC (AgriGold) 249.2, A645-16VT2RIB (AgriGold) 244.5, A642-32VT2PRO (AgriGold) 241.8, A648-11VT2RIB (AgriGold) 239.8, A644-64VT2RIB (AgriGold) 239.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142805.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142805.json new file mode 100644 index 00000000..13c6d0eb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142805.json @@ -0,0 +1,283 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142805", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Francesville", + "county": "Jasper", + "year": 2024, + "plot_id": "142805", + "cooperator": "Don Vogt", + "plot_average": 230.33, + "planted_date": "2024-05-11", + "harvested_date": "2024-10-16", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Sandy Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "Acuron, Atrazine, Halex GT, Roundup Power Max", + "insecticide": "N/A", + "results": [ + { + "rank": 10, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.0, + "Yield": 227.5, + "Adj Yield": 227.5 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 57.0, + "Yield": 207.3, + "Adj Yield": 207.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 56.6, + "Yield": 238.1, + "Adj Yield": 238.1 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A640-65-5222AEZ", + "traits": "5222AEZ", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 56.6, + "Yield": 219.3, + "Adj Yield": 219.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 59.8, + "Yield": 242.9, + "Adj Yield": 242.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 58.0, + "Yield": 246.1, + "Adj Yield": 246.1 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 56.8, + "Yield": 200.5, + "Adj Yield": 200.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 56.5, + "Yield": 245.6, + "Adj Yield": 245.6 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 57.4, + "Yield": 218.1, + "Adj Yield": 218.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 57.2, + "Yield": 236.9, + "Adj Yield": 236.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 57.3, + "Yield": 253.2, + "Adj Yield": 253.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 56.7, + "Yield": 255.5, + "Adj Yield": 255.5 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 57.9, + "Yield": 224.5, + "Adj Yield": 224.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 59.3, + "Yield": 239.0, + "Adj Yield": 239.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 56.8, + "Yield": 224.5, + "Adj Yield": 224.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 57.7, + "Yield": 247.7, + "Adj Yield": 247.7 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A636-39DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 58.0, + "Yield": 207.3, + "Adj Yield": 207.3 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.6, + "Yield": 223.8, + "Adj Yield": 223.8 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 56.5, + "Yield": 218.5, + "Adj Yield": 218.5 + } + } + ], + "n_results": 19, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142805" + ], + "fetched_at": "2026-05-27T02:18:11.781360+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142805.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142805.md new file mode 100644 index 00000000..bc84c8d2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142805.md @@ -0,0 +1,50 @@ +# Corn yield trial — Francesville, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Jasper +- **City:** Francesville +- **Year:** 2024 +- **Plot ID:** 142805 +- **Cooperator:** Don Vogt +- **Plot average:** 230.33 BU/Ac +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-16 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Sandy Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Herbicide:** Acuron, Atrazine, Halex GT, Roundup Power Max +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142805 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 10 | AgriGold | A632-68VT2RIB | VT2RIB | - | 14.9 | 58.0 | 227.5 | 227.5 | +| 17 | AgriGold | A634-11SSPRIB | SSPRIB | - | 14.3 | 57.0 | 207.3 | 207.3 | +| 8 | AgriGold | A640-16-3110 | 3110 | - | 17.0 | 56.6 | 238.1 | 238.1 | +| 14 | AgriGold | A640-65-5222AEZ | 5222AEZ | - | 16.6 | 56.6 | 219.3 | 219.3 | +| 6 | AgriGold | A642-32VT2PRO | VT2Pro | - | 16.7 | 59.8 | 242.9 | 242.9 | +| 4 | AgriGold | A642-18SSP | SSP | - | 17.1 | 58.0 | 246.1 | 246.1 | +| 19 | AgriGold | A648-11VT2RIB | VT2RIB | - | 20.4 | 56.8 | 200.5 | 200.5 | +| 5 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 19.1 | 56.5 | 245.6 | 245.6 | +| 16 | AgriGold | J6621VT2PRO | VT2Pro | - | 18.3 | 57.4 | 218.1 | 218.1 | +| 9 | AgriGold | A646-30VT2RIB | VT2RIB | - | 18.2 | 57.2 | 236.9 | 236.9 | +| 2 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.4 | 57.3 | 253.2 | 253.2 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.0 | 56.7 | 255.5 | 255.5 | +| 12 | AgriGold | K6429AA | 3120EZ | - | 18.0 | 57.9 | 224.5 | 224.5 | +| 7 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.5 | 59.3 | 239.0 | 239.0 | +| 11 | AgriGold | A643-24PCE | PCE | - | 18.8 | 56.8 | 224.5 | 224.5 | +| 3 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.1 | 57.7 | 247.7 | 247.7 | +| 18 | AgriGold | A636-39DV-RN | 5222 | - | 16.9 | 58.0 | 207.3 | 207.3 | +| 13 | AgriGold | A636-39-3110 | 3110 | - | 15.8 | 58.6 | 223.8 | 223.8 | +| 15 | AgriGold | A639-03VT2RIB | VT2RIB | - | 16.3 | 56.5 | 218.5 | 218.5 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 255.5, A645-16VT2RIB (AgriGold) 253.2, A642-05VT2RIBD1 (AgriGold) 247.7, A642-18SSP (AgriGold) 246.1, A647-42TRCRIB (AgriGold) 245.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142815.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142815.json new file mode 100644 index 00000000..1cb3955f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142815.json @@ -0,0 +1,374 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142815", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Oaktown", + "county": "Sullivan", + "year": 2024, + "plot_id": "142815", + "cooperator": "Brooks Cardinal", + "plot_average": 278.9, + "planted_date": "2024-05-13", + "harvested_date": "2024-10-06", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 56.1, + "Yield": 277.0, + "Adj Yield": 277.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A648-11VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 56.8, + "Yield": 286.6, + "Adj Yield": 291.11 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 58.2, + "Yield": 273.8, + "Adj Yield": 277.76 + } + }, + { + "rank": 19, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 57.8, + "Yield": 269.4, + "Adj Yield": 272.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A646-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 54.0, + "Yield": 288.3, + "Adj Yield": 291.1 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 56.1, + "Yield": 280.9, + "Adj Yield": 283.24 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 53.9, + "Yield": 277.8, + "Adj Yield": 279.72 + } + }, + { + "rank": 12, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 54.1, + "Yield": 279.8, + "Adj Yield": 281.45 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A646-17STX", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 54.7, + "Yield": 281.6, + "Adj Yield": 282.92 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 56.9, + "Yield": 267.0, + "Adj Yield": 268.02 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 53.8, + "Yield": 285.2, + "Adj Yield": 286.01 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 58.0, + "Yield": 282.2, + "Adj Yield": 282.95 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 55.9, + "Yield": 274.3, + "Adj Yield": 274.96 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 53.8, + "Yield": 281.3, + "Adj Yield": 282.06 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 53.8, + "Yield": 281.3, + "Adj Yield": 281.3 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 56.3, + "Yield": 286.5, + "Adj Yield": 287.16 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 54.4, + "Yield": 261.4, + "Adj Yield": 261.59 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 55.5, + "Yield": 292.9, + "Adj Yield": 292.58 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 54.3, + "Yield": 277.8, + "Adj Yield": 277.0 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A640-24-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 55.2, + "Yield": 274.9, + "Adj Yield": 273.54 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 54.1, + "Yield": 288.6, + "Adj Yield": 286.62 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 53.0, + "Yield": 270.6, + "Adj Yield": 267.94 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 57.2, + "Yield": 257.5, + "Adj Yield": 254.04 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 55.0, + "Yield": 279.0, + "Adj Yield": 274.72 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 54.9, + "Yield": 290.7, + "Adj Yield": 285.47 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 54.6, + "Yield": 288.6, + "Adj Yield": 288.6 + } + } + ], + "n_results": 26, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142815" + ], + "fetched_at": "2026-05-27T02:18:12.224570+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142815.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142815.md new file mode 100644 index 00000000..7f347b11 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142815.md @@ -0,0 +1,55 @@ +# Corn yield trial — Oaktown, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Sullivan +- **City:** Oaktown +- **Year:** 2024 +- **Plot ID:** 142815 +- **Cooperator:** Brooks Cardinal +- **Plot average:** 278.9 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-06 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142815 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.2 | 56.1 | 277.0 | 277.0 | +| 2 | AgriGold | A648-11VT2PRO | VT2Pro | - | 18.2 | 56.8 | 286.6 | 291.11 | +| 14 | AgriGold | A647-79VT2PRO | VT2Pro | - | 17.2 | 58.2 | 273.8 | 277.76 | +| 19 | Dekalb | DKC68-35 | VT2Pro | - | 17.6 | 57.8 | 269.4 | 272.7 | +| 3 | AgriGold | A646-30VT2PRO | VT2Pro | - | 17.1 | 54.0 | 288.3 | 291.1 | +| 8 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 17.1 | 56.1 | 280.9 | 283.24 | +| 13 | AgriGold | A645-22TRC | Trecepta | - | 17.5 | 53.9 | 277.8 | 279.72 | +| 12 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 17.3 | 54.1 | 279.8 | 281.45 | +| 10 | AgriGold | A646-17STX | STX | - | 17.4 | 54.7 | 281.6 | 282.92 | +| 20 | AgriGold | A645-30VT2PRO | VT2Pro | - | 17.8 | 56.9 | 267.0 | 268.02 | +| 6 | AgriGold | A643-24PCE | PCE | - | 18.5 | 53.8 | 285.2 | 286.01 | +| 9 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.6 | 58.0 | 282.2 | 282.95 | +| 16 | AgriGold | A642-18SSP | SSP | - | 17.6 | 55.9 | 274.3 | 274.96 | +| 11 | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.8 | 53.8 | 281.3 | 282.06 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.8 | 53.8 | 281.3 | 281.3 | +| 4 | Dekalb | DKC114-99RIB | VT4RIB | - | 17.4 | 56.3 | 286.5 | 287.16 | +| 22 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.9 | 54.4 | 261.4 | 261.59 | +| 1 | AgriGold | A642-32VT2PRO | VT2Pro | - | 17.7 | 55.5 | 292.9 | 292.58 | +| 15 | AgriGold | A641-26V | 3220EZ | - | 17.7 | 54.3 | 277.8 | 277.0 | +| 18 | AgriGold | A640-24-3110 | 3110 | - | 17.2 | 55.2 | 274.9 | 273.54 | +| 5 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 18.7 | 54.1 | 288.6 | 286.62 | +| 21 | AgriGold | A639-03VT2RIB | VT2RIB | - | 17.0 | 53.0 | 270.6 | 267.94 | +| 23 | AgriGold | A637-72VT2PRO | VT2Pro | - | 16.1 | 57.2 | 257.5 | 254.04 | +| 17 | AgriGold | J6015PWE | PWE | - | 16.5 | 55.0 | 279.0 | 274.72 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.5 | 54.9 | 290.7 | 285.47 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.8 | 54.6 | 288.6 | 288.6 | + +Top 5 by Yield: A642-32VT2PRO (AgriGold) 292.9, A644-64VT2RIB (AgriGold) 290.7, A647-42TRCRIB (AgriGold) 288.6, A645-16VT2RIB (AgriGold) 288.6, A646-30VT2PRO (AgriGold) 288.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142820.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142820.json new file mode 100644 index 00000000..4e2dbb99 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142820.json @@ -0,0 +1,335 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142820", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "AL", + "state_abbrev": "al", + "city": "Dutton", + "county": "Jackson", + "year": 2024, + "plot_id": "142820", + "cooperator": "Johnny Arnold", + "plot_average": 154.57, + "planted_date": "2024-05-02", + "harvested_date": "2024-10-15", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Sandy Loam", + "tillage": "Minimum", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 11, + "brand": "Dyna Gro", + "product": "D50VC09RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 152.8, + "Adj Yield": 152.8 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 152.7, + "Adj Yield": 152.7 + } + }, + { + "rank": 9, + "brand": "Dyna Gro", + "product": "D51VC95RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 155.3, + "Adj Yield": 155.3 + } + }, + { + "rank": 18, + "brand": "Dyna Gro", + "product": "D53VC54RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 147.8, + "Adj Yield": 147.8 + } + }, + { + "rank": 19, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 144.0, + "Adj Yield": 144.0 + } + }, + { + "rank": 22, + "brand": "Dyna Gro", + "product": "D54VC34RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 133.8, + "Adj Yield": 133.8 + } + }, + { + "rank": 13, + "brand": "Dyna Gro", + "product": "D55VC80", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 152.2, + "Adj Yield": 152.2 + } + }, + { + "rank": 10, + "brand": "Dyna Gro", + "product": "D56TC44", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 153.4, + "Adj Yield": 153.4 + } + }, + { + "rank": 21, + "brand": "Pioneer", + "product": "P17677YHR", + "traits": "Leptra", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 142.0, + "Adj Yield": 142.0 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 174.6, + "Adj Yield": 174.6 + } + }, + { + "rank": 6, + "brand": "Dyna Gro", + "product": "D58VC74", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 163.0, + "Adj Yield": 163.0 + } + }, + { + "rank": 4, + "brand": "Dyna Gro", + "product": "D60TC45", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 167.5, + "Adj Yield": 167.5 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 149.5, + "Adj Yield": 149.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 188.4, + "Adj Yield": 188.4 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 142.8, + "Adj Yield": 142.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 178.3, + "Adj Yield": 178.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 165.6, + "Adj Yield": 165.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 161.9, + "Adj Yield": 161.9 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A646-17STX", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 151.2, + "Adj Yield": 151.2 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 125.6, + "Adj Yield": 125.6 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 148.7, + "Adj Yield": 148.7 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A648-11VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 147.9, + "Adj Yield": 147.9 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 156.0, + "Adj Yield": 156.0 + } + } + ], + "n_results": 23, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142820" + ], + "fetched_at": "2026-05-27T02:18:12.780874+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142820.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142820.md new file mode 100644 index 00000000..9e2bf5a4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142820.md @@ -0,0 +1,53 @@ +# Corn yield trial — Dutton, AL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** AL +- **County:** Jackson +- **City:** Dutton +- **Year:** 2024 +- **Plot ID:** 142820 +- **Cooperator:** Johnny Arnold +- **Plot average:** 154.57 BU/Ac +- **Planted:** 2024-05-02 +- **Harvested:** 2024-10-15 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Sandy Loam +- **Tillage:** Minimum +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142820 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 11 | Dyna Gro | D50VC09RIB | VT2RIB | - | - | - | 152.8 | 152.8 | +| 12 | Dekalb | DKC111-35RIB | VT2RIB | - | - | - | 152.7 | 152.7 | +| 9 | Dyna Gro | D51VC95RIB | VT2RIB | - | - | - | 155.3 | 155.3 | +| 18 | Dyna Gro | D53VC54RIB | VT2RIB | - | - | - | 147.8 | 147.8 | +| 19 | Pioneer | P14830AML | AML | - | - | - | 144.0 | 144.0 | +| 22 | Dyna Gro | D54VC34RIB | VT2RIB | - | - | - | 133.8 | 133.8 | +| 13 | Dyna Gro | D55VC80 | VT2Pro | - | - | - | 152.2 | 152.2 | +| 10 | Dyna Gro | D56TC44 | Trecepta | - | - | - | 153.4 | 153.4 | +| 21 | Pioneer | P17677YHR | Leptra | - | - | - | 142.0 | 142.0 | +| 3 | Dekalb | DKC68-35 | VT2Pro | - | - | - | 174.6 | 174.6 | +| 6 | Dyna Gro | D58VC74 | VT2Pro | - | - | - | 163.0 | 163.0 | +| 4 | Dyna Gro | D60TC45 | Trecepta | - | - | - | 167.5 | 167.5 | +| 15 | AgriGold | A644-64VT2PRO | VT2Pro | - | - | - | 149.5 | 149.5 | +| 1 | AgriGold | A642-18SSP | SSP | - | - | - | 188.4 | 188.4 | +| 20 | AgriGold | A643-52VT2PRO | VT2Pro | - | - | - | 142.8 | 142.8 | +| 2 | AgriGold | A645-30VT2PRO | VT2Pro | - | - | - | 178.3 | 178.3 | +| 5 | AgriGold | A645-16VT2PRO | VT2Pro | - | - | - | 165.6 | 165.6 | +| 7 | AgriGold | J6621VT2PRO | VT2Pro | - | - | - | 161.9 | 161.9 | +| 14 | AgriGold | A646-17STX | STX | - | - | - | 151.2 | 151.2 | +| 23 | AgriGold | A647-79VT2PRO | VT2Pro | - | - | - | 125.6 | 125.6 | +| 16 | AgriGold | A647-42TRC | Trecepta | - | - | - | 148.7 | 148.7 | +| 17 | AgriGold | A648-11VT2PRO | VT2Pro | - | - | - | 147.9 | 147.9 | +| 8 | AgriGold | A644-64VT2PRO | VT2Pro | - | - | - | 156.0 | 156.0 | + +Top 5 by Yield: A642-18SSP (AgriGold) 188.4, A645-30VT2PRO (AgriGold) 178.3, DKC68-35 (Dekalb) 174.6, D60TC45 (Dyna Gro) 167.5, A645-16VT2PRO (AgriGold) 165.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142823.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142823.json new file mode 100644 index 00000000..88188121 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142823.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142823", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "TN", + "state_abbrev": "tn", + "city": "Linden", + "county": "Perry", + "year": 2024, + "plot_id": "142823", + "cooperator": "Tim Byrd", + "plot_average": 181.13, + "planted_date": "2024-04-24", + "harvested_date": "2024-09-19", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Pioneer", + "product": "P1870", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 61.0, + "Yield": 185.8, + "Adj Yield": 185.8 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P0912HR", + "traits": "HXRR", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.0, + "Yield": 176.4, + "Adj Yield": 174.53 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC111-30", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 60.5, + "Yield": 190.3, + "Adj Yield": 188.72 + } + }, + { + "rank": 12, + "brand": "Pioneer", + "product": "P1222", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 60.9, + "Yield": 164.9, + "Adj Yield": 163.7 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-17W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 61.2, + "Yield": 171.2, + "Adj Yield": 170.32 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC63-58", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.7, + "Yield": 175.4, + "Adj Yield": 174.91 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A6572", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 61.4, + "Yield": 191.3, + "Adj Yield": 191.08 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC64-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.6, + "Yield": 190.4, + "Adj Yield": 190.53 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.1, + "Yield": 202.1, + "Adj Yield": 202.6 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A646-30", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.2, + "Yield": 171.7, + "Adj Yield": 172.54 + } + }, + { + "rank": 10, + "brand": "Pioneer", + "product": "P1608AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 62.2, + "Yield": 170.4, + "Adj Yield": 171.55 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P1718", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.6, + "Yield": 182.9, + "Adj Yield": 184.48 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A648-11", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 59.6, + "Yield": 186.7, + "Adj Yield": 188.61 + } + }, + { + "rank": null, + "brand": "Pioneer", + "product": "P1870", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 61.5, + "Yield": 181.3, + "Adj Yield": 181.3 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142823" + ], + "fetched_at": "2026-05-27T02:18:13.215631+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142823.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142823.md new file mode 100644 index 00000000..ec0ef46d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142823.md @@ -0,0 +1,44 @@ +# Corn yield trial — Linden, TN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** TN +- **County:** Perry +- **City:** Linden +- **Year:** 2024 +- **Plot ID:** 142823 +- **Cooperator:** Tim Byrd +- **Plot average:** 181.13 BU/Ac +- **Planted:** 2024-04-24 +- **Harvested:** 2024-09-19 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142823 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Pioneer | P1870 | C | - | 15.0 | 61.0 | 185.8 | 185.8 | +| 8 | Pioneer | P0912HR | HXRR | - | 14.4 | 59.0 | 176.4 | 174.53 | +| 4 | Dekalb | DKC111-30 | C | - | 14.8 | 60.5 | 190.3 | 188.72 | +| 12 | Pioneer | P1222 | C | - | 14.9 | 60.9 | 164.9 | 163.7 | +| 11 | AgriGold | A643-17W | W | - | 16.1 | 61.2 | 171.2 | 170.32 | +| 7 | Dekalb | DKC63-58 | C | - | 15.0 | 59.7 | 175.4 | 174.91 | +| 2 | AgriGold | A6572 | C | - | 14.0 | 61.4 | 191.3 | 191.08 | +| 3 | Dekalb | DKC64-32 | C | - | 14.4 | 59.6 | 190.4 | 190.53 | +| 1 | AgriGold | A645-16 | C | - | 15.2 | 60.1 | 202.1 | 202.6 | +| 9 | AgriGold | A646-30 | C | - | 14.4 | 59.2 | 171.7 | 172.54 | +| 10 | Pioneer | P1608AM | AM | - | 14.4 | 62.2 | 170.4 | 171.55 | +| 6 | Pioneer | P1718 | C | - | 14.3 | 59.6 | 182.9 | 184.48 | +| 5 | AgriGold | A648-11 | C | - | 15.8 | 59.6 | 186.7 | 188.61 | +| - | Pioneer | P1870 | C | - | 15.0 | 61.5 | 181.3 | 181.3 | + +Top 5 by Yield: A645-16 (AgriGold) 202.1, A6572 (AgriGold) 191.3, DKC64-32 (Dekalb) 190.4, DKC111-30 (Dekalb) 190.3, A648-11 (AgriGold) 186.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142824.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142824.json new file mode 100644 index 00000000..2ca42eaa --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142824.json @@ -0,0 +1,361 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142824", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "city": "Shelby", + "county": "Richland", + "year": 2024, + "plot_id": "142824", + "cooperator": "Nelson Horst", + "plot_average": 258.0, + "planted_date": "2024-05-02", + "harvested_date": "2024-10-02", + "population_seeds_per_acre": 32500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Wheat", + "irrigation": "None", + "fungicide": "Quilt Xcel", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 22, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 58.6, + "Yield": 241.7, + "Adj Yield": 241.7 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.8, + "Test Wt.": 56.2, + "Yield": 244.2, + "Adj Yield": 244.2 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 57.5, + "Yield": 254.0, + "Adj Yield": 254.0 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 57.1, + "Yield": 254.5, + "Adj Yield": 254.5 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 56.9, + "Yield": 256.1, + "Adj Yield": 256.1 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 57.9, + "Yield": 261.8, + "Adj Yield": 261.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 54.8, + "Yield": 271.1, + "Adj Yield": 271.1 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A641-85TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 55.5, + "Yield": 258.0, + "Adj Yield": 258.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A640-65-5222AEZ", + "traits": "5222AEZ", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 54.6, + "Yield": 268.1, + "Adj Yield": 268.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-24-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 56.9, + "Yield": 270.8, + "Adj Yield": 270.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 55.6, + "Yield": 269.3, + "Adj Yield": 269.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 56.2, + "Yield": 270.5, + "Adj Yield": 270.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 57.6, + "Yield": 276.0, + "Adj Yield": 276.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": 55.0, + "Yield": 262.2, + "Adj Yield": 262.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 56.4, + "Yield": 262.5, + "Adj Yield": 262.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 56.4, + "Yield": 270.0, + "Adj Yield": 270.0 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 56.2, + "Yield": 255.2, + "Adj Yield": 255.2 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 56.9, + "Yield": 259.1, + "Adj Yield": 259.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 56.0, + "Yield": 265.0, + "Adj Yield": 265.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 58.5, + "Yield": 271.2, + "Adj Yield": 271.2 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A631-12SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 57.2, + "Yield": 234.5, + "Adj Yield": 234.5 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 58.1, + "Yield": 261.7, + "Adj Yield": 261.7 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 58.5, + "Yield": 261.3, + "Adj Yield": 261.3 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 57.4, + "Yield": 227.4, + "Adj Yield": 227.4 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A628-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 57.5, + "Yield": 223.7, + "Adj Yield": 223.7 + } + } + ], + "n_results": 25, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142824" + ], + "fetched_at": "2026-05-27T02:18:13.780537+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142824.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142824.md new file mode 100644 index 00000000..907d6f5f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142824.md @@ -0,0 +1,56 @@ +# Corn yield trial — Shelby, OH, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** OH +- **County:** Richland +- **City:** Shelby +- **Year:** 2024 +- **Plot ID:** 142824 +- **Cooperator:** Nelson Horst +- **Plot average:** 258.0 BU/Ac +- **Planted:** 2024-05-02 +- **Harvested:** 2024-10-02 +- **Population:** 32,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Wheat +- **Irrigation:** None +- **Fungicide:** Quilt Xcel +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142824 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 22 | AgriGold | A645-80-3110 | 3110 | - | 23.2 | 58.6 | 241.7 | 241.7 | +| 21 | AgriGold | A645-16VT2RIB | VT2RIB | - | 23.8 | 56.2 | 244.2 | 244.2 | +| 20 | AgriGold | A644-64VT2RIB | VT2RIB | - | 22.8 | 57.5 | 254.0 | 254.0 | +| 19 | AgriGold | A643-24PCE | PCE | - | 23.2 | 57.1 | 254.5 | 254.5 | +| 17 | AgriGold | A643-52VT2RIB | VT2RIB | - | 22.8 | 56.9 | 256.1 | 256.1 | +| 12 | AgriGold | A642-32VT2PRO | VT2Pro | - | 22.8 | 57.9 | 261.8 | 261.8 | +| 3 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 22.2 | 54.8 | 271.1 | 271.1 | +| 16 | AgriGold | A641-85TRCRIB | TreceptaRIB | - | 22.3 | 55.5 | 258.0 | 258.0 | +| 8 | AgriGold | A640-65-5222AEZ | 5222AEZ | - | 20.4 | 54.6 | 268.1 | 268.1 | +| 4 | AgriGold | A640-24-3110 | 3110 | - | 22.1 | 56.9 | 270.8 | 270.8 | +| 7 | AgriGold | A640-16-3110 | 3110 | - | 22.8 | 55.6 | 269.3 | 269.3 | +| 5 | AgriGold | J6015PWE | PWE | - | 22.7 | 56.2 | 270.5 | 270.5 | +| 1 | AgriGold | A639-03VT2RIB | VT2RIB | - | 20.7 | 57.6 | 276.0 | 276.0 | +| 11 | AgriGold | K5836PWE | PWE | - | 24.0 | 55.0 | 262.2 | 262.2 | +| 10 | AgriGold | A638-19-3110 | 3110 | - | 22.0 | 56.4 | 262.5 | 262.5 | +| 6 | AgriGold | A637-72VT2PRO | VT2Pro | - | 22.0 | 56.4 | 270.0 | 270.0 | +| 18 | AgriGold | A636-16-5222 | 5222 | - | 22.6 | 56.2 | 255.2 | 255.2 | +| 15 | AgriGold | A636-39-3110 | 3110 | - | 21.0 | 56.9 | 259.1 | 259.1 | +| 9 | AgriGold | A636-11VT2RIB | VT2RIB | - | 20.4 | 56.0 | 265.0 | 265.0 | +| 2 | AgriGold | A632-68VT2RIB | VT2RIB | - | 19.6 | 58.5 | 271.2 | 271.2 | +| 23 | AgriGold | A631-12SSP | SSP | - | 19.4 | 57.2 | 234.5 | 234.5 | +| 13 | AgriGold | A631-08VT2PRO | VT2Pro | - | 19.7 | 58.1 | 261.7 | 261.7 | +| 14 | AgriGold | A629-55VT2RIB | VT2RIB | - | 18.0 | 58.5 | 261.3 | 261.3 | +| 24 | AgriGold | A628-51SSPRIB | SSPRIB | - | 19.8 | 57.4 | 227.4 | 227.4 | +| 25 | AgriGold | A628-16VT2RIB | VT2RIB | - | 20.1 | 57.5 | 223.7 | 223.7 | + +Top 5 by Yield: A639-03VT2RIB (AgriGold) 276.0, A632-68VT2RIB (AgriGold) 271.2, A642-05VT2RIBD1 (AgriGold) 271.1, A640-24-3110 (AgriGold) 270.8, J6015PWE (AgriGold) 270.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142826.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142826.json new file mode 100644 index 00000000..524a1e12 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142826.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142826", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Stanley", + "county": "Daviess", + "year": 2024, + "plot_id": "142826", + "cooperator": "Stanley Crop Service", + "plot_average": 257.47, + "planted_date": "2024-05-13", + "harvested_date": "2024-09-17", + "population_seeds_per_acre": 29000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Sandy Clay", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "None", + "herbicide": "Acuron", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 58.9, + "Yield": 265.4, + "Adj Yield": 265.4 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 58.9, + "Yield": 265.4, + "Adj Yield": 241.69 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 58.9, + "Yield": 262.7, + "Adj Yield": 242.66 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 57.9, + "Yield": 272.3, + "Adj Yield": 255.84 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 61.2, + "Yield": 255.4, + "Adj Yield": 242.65 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 60.3, + "Yield": 257.8, + "Adj Yield": 248.66 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 57.6, + "Yield": 290.5, + "Adj Yield": 285.06 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 59.7, + "Yield": 273.8, + "Adj Yield": 271.99 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.5, + "Yield": 251.8, + "Adj Yield": 253.66 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 60.1, + "Yield": 256.9, + "Adj Yield": 262.38 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P15784AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 61.8, + "Yield": 243.5, + "Adj Yield": 252.59 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 58.9, + "Yield": 241.5, + "Adj Yield": 254.32 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 59.1, + "Yield": 230.7, + "Adj Yield": 247.15 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 61.2, + "Yield": 262.2, + "Adj Yield": 282.29 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P17677YHR", + "traits": "Leptra", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 60.7, + "Yield": 239.9, + "Adj Yield": 263.61 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.8, + "Yield": 210.7, + "Adj Yield": 210.7 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142826" + ], + "fetched_at": "2026-05-27T02:18:14.236675+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142826.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142826.md new file mode 100644 index 00000000..c28fda68 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142826.md @@ -0,0 +1,49 @@ +# Corn yield trial — Stanley, KY, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Daviess +- **City:** Stanley +- **Year:** 2024 +- **Plot ID:** 142826 +- **Cooperator:** Stanley Crop Service +- **Plot average:** 257.47 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-09-17 +- **Population:** 29,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Sandy Clay +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** None +- **Herbicide:** Acuron +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142826 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.7 | 58.9 | 265.4 | 265.4 | +| 14 | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.7 | 58.9 | 265.4 | 241.69 | +| 12 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.8 | 58.9 | 262.7 | 242.66 | +| 6 | AgriGold | A643-24PCE | PCE | - | 17.9 | 57.9 | 272.3 | 255.84 | +| 13 | AgriGold | A642-32VT2PRO | VT2Pro | - | 16.1 | 61.2 | 255.4 | 242.65 | +| 10 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.6 | 60.3 | 257.8 | 248.66 | +| 1 | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.2 | 57.6 | 290.5 | 285.06 | +| 3 | Pioneer | P13777PCE | PCE | - | 16.4 | 59.7 | 273.8 | 271.99 | +| 8 | AgriGold | A646-30VT2RIB | VT2RIB | - | 17.0 | 57.5 | 251.8 | 253.66 | +| 5 | AgriGold | J6621VT2PRO | VT2Pro | - | 15.6 | 60.1 | 256.9 | 262.38 | +| 9 | Pioneer | P15784AM | AM | - | 16.4 | 61.8 | 243.5 | 252.59 | +| 7 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 16.7 | 58.9 | 241.5 | 254.32 | +| 11 | AgriGold | A645-22TRC | Trecepta | - | 15.8 | 59.1 | 230.7 | 247.15 | +| 2 | AgriGold | A647-79VT2PRO | VT2Pro | - | 15.9 | 61.2 | 262.2 | 282.29 | +| 4 | Pioneer | P17677YHR | Leptra | - | 16.1 | 60.7 | 239.9 | 263.61 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.2 | 59.8 | 210.7 | 210.7 | + +Top 5 by Yield: A645-16VT2RIB (AgriGold) 290.5, P13777PCE (Pioneer) 273.8, A643-24PCE (AgriGold) 272.3, A643-52VT2RIB (AgriGold) 265.4, A643-52VT2RIB (AgriGold) 265.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142827.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142827.json new file mode 100644 index 00000000..f7f361e0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142827.json @@ -0,0 +1,335 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142827", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Otwell", + "county": "Dubois", + "year": 2024, + "plot_id": "142827", + "cooperator": "M&M Schwenk", + "plot_average": 237.39, + "planted_date": "2024-05-13", + "harvested_date": "2024-10-09", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.1, + "Yield": 252.9, + "Adj Yield": 252.9 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.7, + "Yield": 196.2, + "Adj Yield": 191.41 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 59.9, + "Yield": 232.7, + "Adj Yield": 229.07 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 57.7, + "Yield": 240.4, + "Adj Yield": 237.91 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 58.7, + "Yield": 222.5, + "Adj Yield": 221.03 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC66-06", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 58.4, + "Yield": 230.4, + "Adj Yield": 229.97 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 57.4, + "Yield": 255.6, + "Adj Yield": 256.09 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 59.0, + "Yield": 254.7, + "Adj Yield": 256.22 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 60.2, + "Yield": 248.6, + "Adj Yield": 251.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 57.2, + "Yield": 252.6, + "Adj Yield": 256.18 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 59.2, + "Yield": 237.9, + "Adj Yield": 242.64 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.0, + "Yield": 240.4, + "Adj Yield": 240.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.0, + "Yield": 240.4, + "Adj Yield": 245.28 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.9, + "Yield": 236.2, + "Adj Yield": 240.09 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 60.7, + "Yield": 247.6, + "Adj Yield": 250.73 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 59.1, + "Yield": 234.6, + "Adj Yield": 237.11 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.7, + "Yield": 248.5, + "Adj Yield": 250.48 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A640-24-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 58.9, + "Yield": 230.8, + "Adj Yield": 232.33 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 58.0, + "Yield": 216.0, + "Adj Yield": 217.17 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 58.7, + "Yield": 236.3, + "Adj Yield": 237.15 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 57.0, + "Yield": 225.5, + "Adj Yield": 225.99 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 57.9, + "Yield": 239.6, + "Adj Yield": 239.75 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 58.4, + "Yield": 246.8, + "Adj Yield": 246.8 + } + } + ], + "n_results": 23, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142827" + ], + "fetched_at": "2026-05-27T02:18:14.773456+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142827.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142827.md new file mode 100644 index 00000000..16aed9be --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142827.md @@ -0,0 +1,52 @@ +# Corn yield trial — Otwell, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Dubois +- **City:** Otwell +- **Year:** 2024 +- **Plot ID:** 142827 +- **Cooperator:** M&M Schwenk +- **Plot average:** 237.39 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-09 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142827 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.4 | 59.1 | 252.9 | 252.9 | +| 20 | AgriGold | A648-11VT2RIB | VT2RIB | - | 14.5 | 59.7 | 196.2 | 191.41 | +| 16 | AgriGold | A647-79VT2PRO | VT2Pro | - | 14.1 | 59.9 | 232.7 | 229.07 | +| 11 | AgriGold | A647-42TRC | Trecepta | - | 14.3 | 57.7 | 240.4 | 237.91 | +| 18 | AgriGold | A646-30VT2RIB | VT2RIB | - | 14.4 | 58.7 | 222.5 | 221.03 | +| 15 | Dekalb | DKC66-06 | Trecepta | - | 14.2 | 58.4 | 230.4 | 229.97 | +| 3 | AgriGold | A645-22TRC | Trecepta | - | 13.9 | 57.4 | 255.6 | 256.09 | +| 1 | AgriGold | A646-17STXRIB | STXRIB | - | 14.6 | 59.0 | 254.7 | 256.22 | +| 4 | AgriGold | A645-30VT2PRO | VT2Pro | - | 15.0 | 60.2 | 248.6 | 251.1 | +| 2 | AgriGold | A643-24PCE | PCE | - | 15.0 | 57.2 | 252.6 | 256.18 | +| 8 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.1 | 59.2 | 237.9 | 242.64 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.3 | 59.0 | 240.4 | 240.4 | +| 7 | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.3 | 59.0 | 240.4 | 245.28 | +| 9 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.8 | 58.9 | 236.2 | 240.09 | +| 5 | AgriGold | A642-32VT2PRO | VT2Pro | - | 14.7 | 60.7 | 247.6 | 250.73 | +| 13 | AgriGold | A6499STXRIB | STXRIB | - | 13.8 | 59.1 | 234.6 | 237.11 | +| 6 | Dekalb | DKC111-35RIB | VT2RIB | - | 14.4 | 59.7 | 248.5 | 250.48 | +| 14 | AgriGold | A640-24-3110 | 3110 | - | 13.6 | 58.9 | 230.8 | 232.33 | +| 19 | AgriGold | A639-03VT2RIB | VT2RIB | - | 13.5 | 58.0 | 216.0 | 217.17 | +| 12 | AgriGold | A645-80-3110 | 3110 | - | 14.2 | 58.7 | 236.3 | 237.15 | +| 17 | AgriGold | J6227DV-RN | 5222 | - | 15.0 | 57.0 | 225.5 | 225.99 | +| 10 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.7 | 57.9 | 239.6 | 239.75 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.5 | 58.4 | 246.8 | 246.8 | + +Top 5 by Yield: A645-22TRC (AgriGold) 255.6, A646-17STXRIB (AgriGold) 254.7, A645-16VT2RIB (AgriGold) 252.9, A643-24PCE (AgriGold) 252.6, A645-30VT2PRO (AgriGold) 248.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142831.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142831.json new file mode 100644 index 00000000..8aae570b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142831.json @@ -0,0 +1,335 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142831", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "TN", + "state_abbrev": "tn", + "city": "Decherd", + "county": "Franklin", + "year": 2024, + "plot_id": "142831", + "cooperator": "Justin Woodall", + "plot_average": 114.97, + "planted_date": "2024-04-23", + "harvested_date": "2024-09-05", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 17, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 57.0, + "Yield": 100.0, + "Adj Yield": 100.0 + } + }, + { + "rank": 21, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 57.8, + "Yield": 94.2, + "Adj Yield": 94.2 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.5, + "Yield": 115.9, + "Adj Yield": 115.9 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 57.9, + "Yield": 113.4, + "Adj Yield": 113.4 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC113-83RIB", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 56.5, + "Yield": 101.6, + "Adj Yield": 101.6 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 58.2, + "Yield": 112.4, + "Adj Yield": 112.4 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 62.0, + "Yield": 101.2, + "Adj Yield": 101.2 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.9, + "Yield": 98.8, + "Adj Yield": 98.8 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 58.1, + "Yield": 78.5, + "Adj Yield": 78.5 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 60.6, + "Yield": 112.4, + "Adj Yield": 112.4 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 58.3, + "Yield": 105.6, + "Adj Yield": 105.6 + } + }, + { + "rank": 22, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 55.6, + "Yield": 92.8, + "Adj Yield": 92.8 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A646-17STX", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 61.6, + "Yield": 99.5, + "Adj Yield": 99.5 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 56.7, + "Yield": 94.3, + "Adj Yield": 94.3 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 61.6, + "Yield": 110.0, + "Adj Yield": 110.0 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC117-78RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 63.0, + "Yield": 111.9, + "Adj Yield": 111.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 62.3, + "Yield": 119.7, + "Adj Yield": 119.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 57.9, + "Yield": 145.8, + "Adj Yield": 145.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A648-11VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 60.0, + "Yield": 145.4, + "Adj Yield": 145.4 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 61.7, + "Yield": 151.5, + "Adj Yield": 151.5 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC119-30", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 59.9, + "Yield": 156.0, + "Adj Yield": 156.0 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC70-45RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 61.2, + "Yield": 140.7, + "Adj Yield": 140.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 61.2, + "Yield": 142.8, + "Adj Yield": 142.8 + } + } + ], + "n_results": 23, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142831" + ], + "fetched_at": "2026-05-27T02:18:15.277835+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142831.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142831.md new file mode 100644 index 00000000..790475fd --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142831.md @@ -0,0 +1,52 @@ +# Corn yield trial — Decherd, TN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** TN +- **County:** Franklin +- **City:** Decherd +- **Year:** 2024 +- **Plot ID:** 142831 +- **Cooperator:** Justin Woodall +- **Plot average:** 114.97 BU/Ac +- **Planted:** 2024-04-23 +- **Harvested:** 2024-09-05 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142831 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 17 | AgriGold | A644-64VT2PRO | VT2Pro | - | 15.4 | 57.0 | 100.0 | 100.0 | +| 21 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 14.3 | 57.8 | 94.2 | 94.2 | +| 8 | Dekalb | DKC111-35RIB | VT2RIB | - | 15.0 | 59.5 | 115.9 | 115.9 | +| 9 | AgriGold | A642-18SSP | SSP | - | 17.3 | 57.9 | 113.4 | 113.4 | +| 15 | Dekalb | DKC113-83RIB | Trecepta | - | 15.7 | 56.5 | 101.6 | 101.6 | +| 11 | AgriGold | A643-52VT2PRO | VT2Pro | - | 16.2 | 58.2 | 112.4 | 112.4 | +| 16 | Dekalb | DKC64-22RIB | VT2RIB | - | 16.0 | 62.0 | 101.2 | 101.2 | +| 19 | AgriGold | A644-64VT2PRO | VT2Pro | - | 15.4 | 58.9 | 98.8 | 98.8 | +| 23 | AgriGold | K6429AA | 3120EZ | - | 17.3 | 58.1 | 78.5 | 78.5 | +| 10 | AgriGold | A645-30VT2PRO | VT2Pro | - | 16.6 | 60.6 | 112.4 | 112.4 | +| 14 | AgriGold | A645-16VT2PRO | VT2Pro | - | 17.5 | 58.3 | 105.6 | 105.6 | +| 22 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 18.4 | 55.6 | 92.8 | 92.8 | +| 18 | AgriGold | A646-17STX | STX | - | 16.9 | 61.6 | 99.5 | 99.5 | +| 20 | AgriGold | J6621VT2PRO | VT2Pro | - | 18.7 | 56.7 | 94.3 | 94.3 | +| 13 | AgriGold | A644-64VT2PRO | VT2Pro | - | 15.6 | 61.6 | 110.0 | 110.0 | +| 12 | Dekalb | DKC117-78RIB | VT2RIB | - | 16.1 | 63.0 | 111.9 | 111.9 | +| 7 | AgriGold | A647-79VT2PRO | VT2Pro | - | 17.2 | 62.3 | 119.7 | 119.7 | +| 3 | AgriGold | A647-42TRC | Trecepta | - | 16.2 | 57.9 | 145.8 | 145.8 | +| 4 | AgriGold | A648-11VT2PRO | VT2Pro | - | 19.9 | 60.0 | 145.4 | 145.4 | +| 2 | Dekalb | DKC68-35RIB | VT2RIB | - | 17.2 | 61.7 | 151.5 | 151.5 | +| 1 | Dekalb | DKC119-30 | VT4Pro | - | 18.8 | 59.9 | 156.0 | 156.0 | +| 6 | Dekalb | DKC70-45RIB | VT2RIB | - | 18.8 | 61.2 | 140.7 | 140.7 | +| 5 | AgriGold | A644-64VT2PRO | VT2Pro | - | 16.1 | 61.2 | 142.8 | 142.8 | + +Top 5 by Yield: DKC119-30 (Dekalb) 156.0, DKC68-35RIB (Dekalb) 151.5, A647-42TRC (AgriGold) 145.8, A648-11VT2PRO (AgriGold) 145.4, A644-64VT2PRO (AgriGold) 142.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142835.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142835.json new file mode 100644 index 00000000..6f902953 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142835.json @@ -0,0 +1,400 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142835", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Lancaster", + "county": "Atchison", + "year": 2024, + "plot_id": "142835", + "cooperator": "Mark Boos", + "plot_average": 226.84, + "planted_date": "2024-05-10", + "harvested_date": "2024-10-11", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "Dyna Gro", + "product": "D50VC09RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 57.6, + "Yield": 214.4, + "Adj Yield": 214.4 + } + }, + { + "rank": 22, + "brand": "Dyna Gro", + "product": "D50VC09RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 57.6, + "Yield": 214.4, + "Adj Yield": 214.4 + } + }, + { + "rank": 26, + "brand": "Golden Harvest", + "product": "G03U08-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 60.3, + "Yield": 197.6, + "Adj Yield": 197.6 + } + }, + { + "rank": 18, + "brand": "Golden Harvest", + "product": "G08R52-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 58.2, + "Yield": 219.7, + "Adj Yield": 219.7 + } + }, + { + "rank": 10, + "brand": "Golden Harvest", + "product": "G08U00-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 60.6, + "Yield": 233.6, + "Adj Yield": 233.6 + } + }, + { + "rank": 12, + "brand": "Golden Harvest", + "product": "G10U97V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 60.8, + "Yield": 232.7, + "Adj Yield": 232.7 + } + }, + { + "rank": 21, + "brand": "Golden Harvest", + "product": "G11V76-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 60.8, + "Yield": 214.5, + "Adj Yield": 214.5 + } + }, + { + "rank": 17, + "brand": "Golden Harvest", + "product": "G12U11-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 60.9, + "Yield": 220.5, + "Adj Yield": 220.5 + } + }, + { + "rank": 19, + "brand": "Golden Harvest", + "product": "G13U29-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 60.9, + "Yield": 217.0, + "Adj Yield": 217.0 + } + }, + { + "rank": 7, + "brand": "Golden Harvest", + "product": "G13U96-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 60.4, + "Yield": 238.7, + "Adj Yield": 238.7 + } + }, + { + "rank": 13, + "brand": "Golden Harvest", + "product": "G15J91-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 61.3, + "Yield": 228.8, + "Adj Yield": 228.8 + } + }, + { + "rank": 20, + "brand": "Golden Harvest", + "product": "G15U34-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 63.6, + "Yield": 214.8, + "Adj Yield": 214.8 + } + }, + { + "rank": 24, + "brand": "Golden Harvest", + "product": "G16Q82-3120AEZ", + "traits": "3120AEZ", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 60.6, + "Yield": 207.9, + "Adj Yield": 207.9 + } + }, + { + "rank": 23, + "brand": "Golden Harvest", + "product": "G17E95-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 59.3, + "Yield": 209.7, + "Adj Yield": 209.7 + } + }, + { + "rank": null, + "brand": "Dyna Gro", + "product": "D50VC09RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 58.6, + "Yield": 206.0, + "Adj Yield": 206.0 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 56.4, + "Yield": 221.4, + "Adj Yield": 221.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 57.7, + "Yield": 233.4, + "Adj Yield": 233.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A641-85TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 59.3, + "Yield": 238.9, + "Adj Yield": 238.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 58.9, + "Yield": 246.7, + "Adj Yield": 246.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 59.9, + "Yield": 234.3, + "Adj Yield": 234.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 61.3, + "Yield": 240.0, + "Adj Yield": 240.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 60.9, + "Yield": 258.8, + "Adj Yield": 258.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 60.1, + "Yield": 243.3, + "Adj Yield": 243.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 60.1, + "Yield": 244.2, + "Adj Yield": 244.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A646-17STX", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 60.0, + "Yield": 233.7, + "Adj Yield": 233.7 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 59.8, + "Yield": 228.5, + "Adj Yield": 228.5 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 62.3, + "Yield": 221.0, + "Adj Yield": 221.0 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 60.7, + "Yield": 203.7, + "Adj Yield": 203.7 + } + } + ], + "n_results": 28, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142835" + ], + "fetched_at": "2026-05-27T02:18:15.760292+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142835.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142835.md new file mode 100644 index 00000000..fc4b61c8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142835.md @@ -0,0 +1,61 @@ +# Corn yield trial — Lancaster, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Atchison +- **City:** Lancaster +- **Year:** 2024 +- **Plot ID:** 142835 +- **Cooperator:** Mark Boos +- **Plot average:** 226.84 BU/Ac +- **Planted:** 2024-05-10 +- **Harvested:** 2024-10-11 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142835 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Dyna Gro | D50VC09RIB | VT2RIB | - | 11.8 | 57.6 | 214.4 | 214.4 | +| 22 | Dyna Gro | D50VC09RIB | VT2RIB | - | 11.8 | 57.6 | 214.4 | 214.4 | +| 26 | Golden Harvest | G03U08-D | 5122EZ | - | 11.9 | 60.3 | 197.6 | 197.6 | +| 18 | Golden Harvest | G08R52-V | 3220EZ | - | 12.9 | 58.2 | 219.7 | 219.7 | +| 10 | Golden Harvest | G08U00-V | 3220EZ | - | 12.1 | 60.6 | 233.6 | 233.6 | +| 12 | Golden Harvest | G10U97V | 3220EZ | - | 11.7 | 60.8 | 232.7 | 232.7 | +| 21 | Golden Harvest | G11V76-AA | 3120EZ | - | 12.1 | 60.8 | 214.5 | 214.5 | +| 17 | Golden Harvest | G12U11-AA | 3220EZ | - | 11.8 | 60.9 | 220.5 | 220.5 | +| 19 | Golden Harvest | G13U29-VZ | 3330EZ | - | 12.5 | 60.9 | 217.0 | 217.0 | +| 7 | Golden Harvest | G13U96-DV | 5222EZ | - | 12.8 | 60.4 | 238.7 | 238.7 | +| 13 | Golden Harvest | G15J91-V | 3220 | - | 13.7 | 61.3 | 228.8 | 228.8 | +| 20 | Golden Harvest | G15U34-V | 3220EZ | - | 12.9 | 63.6 | 214.8 | 214.8 | +| 24 | Golden Harvest | G16Q82-3120AEZ | 3120AEZ | - | 12.9 | 60.6 | 207.9 | 207.9 | +| 23 | Golden Harvest | G17E95-3110 | 3110 | - | 13.3 | 59.3 | 209.7 | 209.7 | +| - | Dyna Gro | D50VC09RIB | VT2RIB | - | 12.1 | 58.6 | 206.0 | 206.0 | +| 15 | AgriGold | A636-16VT2RIB | VT2RIB | - | 11.8 | 56.4 | 221.4 | 221.4 | +| 11 | AgriGold | A639-03VT2RIB | VT2RIB | - | 12.5 | 57.7 | 233.4 | 233.4 | +| 6 | AgriGold | A641-85TRCRIB | TreceptaRIB | - | 12.4 | 59.3 | 238.9 | 238.9 | +| 2 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 12.5 | 58.9 | 246.7 | 246.7 | +| 8 | AgriGold | A643-24PCE | PCE | - | 12.4 | 59.9 | 234.3 | 234.3 | +| 5 | AgriGold | A642-32VT2PRO | VT2Pro | - | 13.3 | 61.3 | 240.0 | 240.0 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.4 | 60.9 | 258.8 | 258.8 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.2 | 60.1 | 243.3 | 243.3 | +| 3 | AgriGold | A645-16VT2RIB | VT2RIB | - | 13.5 | 60.1 | 244.2 | 244.2 | +| 9 | AgriGold | A646-17STX | STX | - | 13.4 | 60.0 | 233.7 | 233.7 | +| 14 | AgriGold | A646-30VT2RIB | VT2RIB | - | 13.2 | 59.8 | 228.5 | 228.5 | +| 16 | AgriGold | A647-79VT2PRO | VT2Pro | - | 13.0 | 62.3 | 221.0 | 221.0 | +| 25 | AgriGold | A648-11VT2RIB | VT2RIB | - | 14.3 | 60.7 | 203.7 | 203.7 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 258.8, A642-05VT2RIBD1 (AgriGold) 246.7, A645-16VT2RIB (AgriGold) 244.2, A644-64VT2RIB (AgriGold) 243.3, A642-32VT2PRO (AgriGold) 240.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142840.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142840.json new file mode 100644 index 00000000..55cffa90 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142840.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142840", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Shelbyville", + "county": "Shelby", + "year": 2024, + "plot_id": "142840", + "cooperator": "Keith Meltzer", + "plot_average": 204.2, + "planted_date": "2024-05-13", + "harvested_date": "2024-10-12", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A6499", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 58.0, + "Yield": 174.6, + "Adj Yield": 174.6 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A6499", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 58.0, + "Yield": 174.6, + "Adj Yield": 186.87 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 56.0, + "Yield": 225.3, + "Adj Yield": 235.06 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 57.0, + "Yield": 206.1, + "Adj Yield": 213.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 58.0, + "Yield": 216.3, + "Adj Yield": 221.25 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 59.0, + "Yield": 215.0, + "Adj Yield": 217.42 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-16STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 57.0, + "Yield": 215.2, + "Adj Yield": 215.17 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A646-30", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 58.0, + "Yield": 193.8, + "Adj Yield": 191.33 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A648-11", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 60.0, + "Yield": 211.5, + "Adj Yield": 206.59 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 53.0, + "Yield": 188.5, + "Adj Yield": 181.13 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 60.0, + "Yield": 192.1, + "Adj Yield": 182.33 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-24-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.0, + "Yield": 207.9, + "Adj Yield": 195.6 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A6499", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 61.0, + "Yield": 204.0, + "Adj Yield": 204.0 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142840" + ], + "fetched_at": "2026-05-27T02:18:16.243814+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142840.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142840.md new file mode 100644 index 00000000..cad65394 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142840.md @@ -0,0 +1,43 @@ +# Corn yield trial — Shelbyville, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Shelby +- **City:** Shelbyville +- **Year:** 2024 +- **Plot ID:** 142840 +- **Cooperator:** Keith Meltzer +- **Plot average:** 204.2 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-12 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142840 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A6499 | C | - | 18.5 | 58.0 | 174.6 | 174.6 | +| 9 | AgriGold | A6499 | C | - | 18.5 | 58.0 | 174.6 | 186.87 | +| 1 | AgriGold | A642-32 | C | - | 18.7 | 56.0 | 225.3 | 235.06 | +| 5 | AgriGold | A644-19 | C | - | 16.9 | 57.0 | 206.1 | 213.5 | +| 2 | AgriGold | A645-16 | C | - | 18.6 | 58.0 | 216.3 | 221.25 | +| 3 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.0 | 59.0 | 215.0 | 217.42 | +| 4 | AgriGold | A645-16STXRIB | STXRIB | - | 18.3 | 57.0 | 215.2 | 215.17 | +| 8 | AgriGold | A646-30 | C | - | 18.3 | 58.0 | 193.8 | 191.33 | +| 6 | AgriGold | A648-11 | C | - | 19.2 | 60.0 | 211.5 | 206.59 | +| 11 | AgriGold | A638-19 | C | - | 17.3 | 53.0 | 188.5 | 181.13 | +| 10 | AgriGold | A636-39-3110 | 3110 | - | 15.7 | 60.0 | 192.1 | 182.33 | +| 7 | AgriGold | A640-24-3110 | 3110 | - | 16.2 | 59.0 | 207.9 | 195.6 | +| - | AgriGold | A6499 | C | - | 16.8 | 61.0 | 204.0 | 204.0 | + +Top 5 by Yield: A642-32 (AgriGold) 225.3, A645-16 (AgriGold) 216.3, A645-16STXRIB (AgriGold) 215.2, A645-16VT2RIB (AgriGold) 215.0, A648-11 (AgriGold) 211.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142848.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142848.json new file mode 100644 index 00000000..c5335831 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142848.json @@ -0,0 +1,400 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142848", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MN", + "state_abbrev": "mn", + "city": "Westport", + "county": "Stearns", + "year": 2024, + "plot_id": "142848", + "cooperator": "Matt Bailey", + "plot_average": 233.94, + "planted_date": "2024-05-11", + "harvested_date": "2024-10-09", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 52.2, + "Yield": 273.1, + "Adj Yield": 273.1 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.5, + "Test Wt.": 51.6, + "Yield": 248.3, + "Adj Yield": 248.3 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC101-33RIB", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 27.1, + "Test Wt.": 50.7, + "Yield": 279.1, + "Adj Yield": 279.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A631-12SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 24.3, + "Test Wt.": 50.2, + "Yield": 267.8, + "Adj Yield": 267.8 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 24.4, + "Test Wt.": 53.2, + "Yield": 252.4, + "Adj Yield": 252.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A630-04VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.1, + "Test Wt.": 51.8, + "Yield": 253.7, + "Adj Yield": 253.7 + } + }, + { + "rank": 10, + "brand": "Channel", + "product": "200-23VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": 50.9, + "Yield": 250.9, + "Adj Yield": 250.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.0, + "Test Wt.": 52.0, + "Yield": 262.0, + "Adj Yield": 262.0 + } + }, + { + "rank": 3, + "brand": "Becks", + "product": "4990AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 24.6, + "Test Wt.": 53.9, + "Yield": 271.9, + "Adj Yield": 271.9 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC098-88RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 52.9, + "Yield": 251.7, + "Adj Yield": 251.7 + } + }, + { + "rank": 17, + "brand": "Pioneer", + "product": "P98533PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 24.6, + "Test Wt.": 51.7, + "Yield": 229.9, + "Adj Yield": 229.9 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 24.4, + "Test Wt.": 50.8, + "Yield": 246.1, + "Adj Yield": 246.1 + } + }, + { + "rank": 12, + "brand": "Croplan", + "product": "CP3852TRE/RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 25.2, + "Test Wt.": 51.0, + "Yield": 248.0, + "Adj Yield": 248.0 + } + }, + { + "rank": 15, + "brand": "Pioneer", + "product": "P97299AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 53.3, + "Yield": 233.0, + "Adj Yield": 233.0 + } + }, + { + "rank": 21, + "brand": "Croplan", + "product": "CP3724VT2P", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 26.9, + "Test Wt.": 52.4, + "Yield": 219.1, + "Adj Yield": 219.1 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 26.2, + "Test Wt.": 51.5, + "Yield": 228.2, + "Adj Yield": 228.2 + } + }, + { + "rank": 25, + "brand": "Channel", + "product": "197-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 23.7, + "Test Wt.": 51.1, + "Yield": 196.7, + "Adj Yield": 196.7 + } + }, + { + "rank": 7, + "brand": "Croplan", + "product": "CP3790VT2P/RIB", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 23.5, + "Test Wt.": 52.6, + "Yield": 253.0, + "Adj Yield": 253.0 + } + }, + { + "rank": 20, + "brand": "Dekalb", + "product": "DKC096-21RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 23.7, + "Test Wt.": 51.8, + "Yield": 221.0, + "Adj Yield": 221.0 + } + }, + { + "rank": 14, + "brand": "Becks", + "product": "4672AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 25.1, + "Test Wt.": 51.9, + "Yield": 243.2, + "Adj Yield": 243.2 + } + }, + { + "rank": 16, + "brand": "Pioneer", + "product": "P96760PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 53.4, + "Yield": 230.8, + "Adj Yield": 230.8 + } + }, + { + "rank": 19, + "brand": "Becks", + "product": "4501V2P", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 24.4, + "Test Wt.": 51.8, + "Yield": 225.7, + "Adj Yield": 225.7 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A623-88VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 24.6, + "Test Wt.": 51.9, + "Yield": 177.0, + "Adj Yield": 177.0 + } + }, + { + "rank": 24, + "brand": "Channel", + "product": "193-40VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 24.8, + "Test Wt.": 50.3, + "Yield": 200.3, + "Adj Yield": 200.3 + } + }, + { + "rank": 28, + "brand": "AgriGold", + "product": "A630-04VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 31.3, + "Test Wt.": 50.4, + "Yield": 175.1, + "Adj Yield": 175.1 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 27.1, + "Test Wt.": 53.5, + "Yield": 212.1, + "Adj Yield": 212.1 + } + }, + { + "rank": 26, + "brand": "Becks", + "product": "4501V2P", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 27.4, + "Test Wt.": 52.7, + "Yield": 193.4, + "Adj Yield": 193.4 + } + }, + { + "rank": 23, + "brand": "Pioneer", + "product": "P96760PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 27.6, + "Test Wt.": 52.5, + "Yield": 206.8, + "Adj Yield": 206.8 + } + } + ], + "n_results": 28, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142848" + ], + "fetched_at": "2026-05-27T02:18:16.775423+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142848.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142848.md new file mode 100644 index 00000000..1b74c0d1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142848.md @@ -0,0 +1,58 @@ +# Corn yield trial — Westport, MN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MN +- **County:** Stearns +- **City:** Westport +- **Year:** 2024 +- **Plot ID:** 142848 +- **Cooperator:** Matt Bailey +- **Plot average:** 233.94 BU/Ac +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-09 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142848 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | A629-55VT2RIB | VT2RIB | - | 22.2 | 52.2 | 273.1 | 273.1 | +| 11 | AgriGold | A632-68VT2RIB | VT2RIB | - | 24.5 | 51.6 | 248.3 | 248.3 | +| 1 | Dekalb | DKC101-33RIB | SSP | - | 27.1 | 50.7 | 279.1 | 279.1 | +| 4 | AgriGold | A631-12SSP | SSP | - | 24.3 | 50.2 | 267.8 | 267.8 | +| 8 | AgriGold | A630-04AA-RN | 3120 | - | 24.4 | 53.2 | 252.4 | 252.4 | +| 6 | AgriGold | A630-04VT2RIB | VT2RIB | - | 25.1 | 51.8 | 253.7 | 253.7 | +| 10 | Channel | 200-23VT2PRIB | VT2RIB | - | 24.2 | 50.9 | 250.9 | 250.9 | +| 5 | AgriGold | A629-55VT2RIB | VT2RIB | - | 25.0 | 52.0 | 262.0 | 262.0 | +| 3 | Becks | 4990AM | AM | - | 24.6 | 53.9 | 271.9 | 271.9 | +| 9 | Dekalb | DKC098-88RIB | VT4RIB | - | 22.3 | 52.9 | 251.7 | 251.7 | +| 17 | Pioneer | P98533PCE | PCE | - | 24.6 | 51.7 | 229.9 | 229.9 | +| 13 | AgriGold | A628-51SSPRIB | SSPRIB | - | 24.4 | 50.8 | 246.1 | 246.1 | +| 12 | Croplan | CP3852TRE/RIB | TreceptaRIB | - | 25.2 | 51.0 | 248.0 | 248.0 | +| 15 | Pioneer | P97299AM | AM | - | 22.7 | 53.3 | 233.0 | 233.0 | +| 21 | Croplan | CP3724VT2P | VT2Pro | - | 26.9 | 52.4 | 219.1 | 219.1 | +| 18 | AgriGold | A629-55VT2RIB | VT2RIB | - | 26.2 | 51.5 | 228.2 | 228.2 | +| 25 | Channel | 197-70TRERIB | TreceptaRIB | - | 23.7 | 51.1 | 196.7 | 196.7 | +| 7 | Croplan | CP3790VT2P/RIB | VT2Pro | - | 23.5 | 52.6 | 253.0 | 253.0 | +| 20 | Dekalb | DKC096-21RIB | TreceptaRIB | - | 23.7 | 51.8 | 221.0 | 221.0 | +| 14 | Becks | 4672AM | AM | - | 25.1 | 51.9 | 243.2 | 243.2 | +| 16 | Pioneer | P96760PCE | PCE | - | 23.2 | 53.4 | 230.8 | 230.8 | +| 19 | Becks | 4501V2P | VT2Pro | - | 24.4 | 51.8 | 225.7 | 225.7 | +| 27 | AgriGold | A623-88VT2PRO | VT2Pro | - | 24.6 | 51.9 | 177.0 | 177.0 | +| 24 | Channel | 193-40VT4PRIB | VT4RIB | - | 24.8 | 50.3 | 200.3 | 200.3 | +| 28 | AgriGold | A630-04VT2RIB | VT2RIB | - | 31.3 | 50.4 | 175.1 | 175.1 | +| 22 | AgriGold | A629-55VT2RIB | VT2RIB | - | 27.1 | 53.5 | 212.1 | 212.1 | +| 26 | Becks | 4501V2P | VT2Pro | - | 27.4 | 52.7 | 193.4 | 193.4 | +| 23 | Pioneer | P96760PCE | PCE | - | 27.6 | 52.5 | 206.8 | 206.8 | + +Top 5 by Yield: DKC101-33RIB (Dekalb) 279.1, A629-55VT2RIB (AgriGold) 273.1, 4990AM (Becks) 271.9, A631-12SSP (AgriGold) 267.8, A629-55VT2RIB (AgriGold) 262.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142850.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142850.json new file mode 100644 index 00000000..0d1ecd58 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142850.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142850", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Greensburg", + "county": "Decatur", + "year": 2024, + "plot_id": "142850", + "cooperator": "Nobbe Seeds", + "plot_average": 227.76, + "planted_date": "2024-05-13", + "harvested_date": "2024-10-28", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "Atrazine, Roundup", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 59.0, + "Yield": 236.1, + "Adj Yield": 229.89 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 58.0, + "Yield": 214.7, + "Adj Yield": 207.74 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 58.0, + "Yield": 248.2, + "Adj Yield": 248.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 58.0, + "Yield": 248.2, + "Adj Yield": 241.39 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 60.0, + "Yield": 254.0, + "Adj Yield": 248.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 57.0, + "Yield": 231.1, + "Adj Yield": 226.34 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 59.0, + "Yield": 213.1, + "Adj Yield": 209.39 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 59.0, + "Yield": 215.0, + "Adj Yield": 212.37 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 61.0, + "Yield": 224.5, + "Adj Yield": 222.92 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 58.0, + "Yield": 233.4, + "Adj Yield": 232.88 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 59.0, + "Yield": 241.1, + "Adj Yield": 241.65 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 57.0, + "Yield": 224.1, + "Adj Yield": 225.66 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 57.0, + "Yield": 230.7, + "Adj Yield": 233.3 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 58.0, + "Yield": 215.4, + "Adj Yield": 219.06 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 58.0, + "Yield": 218.3, + "Adj Yield": 223.03 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 56.0, + "Yield": 216.8, + "Adj Yield": 222.62 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 58.0, + "Yield": 240.8, + "Adj Yield": 247.64 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 58.0, + "Yield": 232.4, + "Adj Yield": 232.4 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142850" + ], + "fetched_at": "2026-05-27T02:18:17.250677+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142850.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142850.md new file mode 100644 index 00000000..4b2aa4b6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142850.md @@ -0,0 +1,49 @@ +# Corn yield trial — Greensburg, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Decatur +- **City:** Greensburg +- **Year:** 2024 +- **Plot ID:** 142850 +- **Cooperator:** Nobbe Seeds +- **Plot average:** 227.76 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-28 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Herbicide:** Atrazine, Roundup +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142850 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.6 | 59.0 | 236.1 | 229.89 | +| 16 | AgriGold | J6015PWE | PWE | - | 15.3 | 58.0 | 214.7 | 207.74 | +| - | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.3 | 58.0 | 248.2 | 248.2 | +| 4 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.3 | 58.0 | 248.2 | 241.39 | +| 1 | AgriGold | A643-24PCE | PCE | - | 15.1 | 60.0 | 254.0 | 248.2 | +| 8 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.2 | 57.0 | 231.1 | 226.34 | +| 15 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.5 | 59.0 | 213.1 | 209.39 | +| 14 | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.6 | 59.0 | 215.0 | 212.37 | +| 11 | AgriGold | A646-30VT2RIB | VT2RIB | - | 15.6 | 61.0 | 224.5 | 222.92 | +| 6 | AgriGold | A645-30VT2PRO | VT2Pro | - | 16.1 | 58.0 | 233.4 | 232.88 | +| 3 | AgriGold | A642-18SSP | SSP | - | 14.7 | 59.0 | 241.1 | 241.65 | +| 9 | AgriGold | J6227DV-RN | 5222 | - | 15.5 | 57.0 | 224.1 | 225.66 | +| 5 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.2 | 57.0 | 230.7 | 233.3 | +| 13 | AgriGold | A636-42SSP | SSP | - | 13.9 | 58.0 | 215.4 | 219.06 | +| 10 | AgriGold | A636-39-3110 | 3110 | - | 14.4 | 58.0 | 218.3 | 223.03 | +| 12 | AgriGold | A636-16VT2RIB | VT2RIB | - | 14.7 | 56.0 | 216.8 | 222.62 | +| 2 | AgriGold | A636-11VT2RIB | VT2RIB | - | 13.7 | 58.0 | 240.8 | 247.64 | +| - | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 13.8 | 58.0 | 232.4 | 232.4 | + +Top 5 by Yield: A643-24PCE (AgriGold) 254.0, A642-05VT2RIBD1 (AgriGold) 248.2, A642-05VT2RIBD1 (AgriGold) 248.2, A642-18SSP (AgriGold) 241.1, A636-11VT2RIB (AgriGold) 240.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142851.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142851.json new file mode 100644 index 00000000..4e31c627 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142851.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142851", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MN", + "state_abbrev": "mn", + "city": "Westport", + "county": "Pope", + "year": 2024, + "plot_id": "142851", + "cooperator": "Matt Bailey", + "plot_average": 206.79, + "planted_date": "2024-05-13", + "harvested_date": "2024-10-21", + "population_seeds_per_acre": 30800, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "AgriGold", + "product": "A616-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 55.3, + "Yield": 179.1, + "Adj Yield": 179.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A618-34VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 57.2, + "Yield": 200.5, + "Adj Yield": 200.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A623-88VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 56.8, + "Yield": 214.0, + "Adj Yield": 214.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A625-78VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 55.2, + "Yield": 213.1, + "Adj Yield": 213.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A626-39VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 55.8, + "Yield": 221.5, + "Adj Yield": 221.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 55.1, + "Yield": 210.4, + "Adj Yield": 210.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 56.2, + "Yield": 210.2, + "Adj Yield": 210.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 56.5, + "Yield": 200.4, + "Adj Yield": 200.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 57.0, + "Yield": 211.9, + "Adj Yield": 211.9 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142851" + ], + "fetched_at": "2026-05-27T02:18:17.761217+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142851.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142851.md new file mode 100644 index 00000000..5ae3ba53 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142851.md @@ -0,0 +1,39 @@ +# Corn yield trial — Westport, MN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MN +- **County:** Pope +- **City:** Westport +- **Year:** 2024 +- **Plot ID:** 142851 +- **Cooperator:** Matt Bailey +- **Plot average:** 206.79 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-21 +- **Population:** 30,800 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142851 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | AgriGold | A616-30VT2RIB | VT2RIB | - | 17.3 | 55.3 | 179.1 | 179.1 | +| 7 | AgriGold | A618-34VT2PRO | VT2Pro | - | 16.3 | 57.2 | 200.5 | 200.5 | +| 2 | AgriGold | A623-88VT2PRO | VT2Pro | - | 17.5 | 56.8 | 214.0 | 214.0 | +| 3 | AgriGold | A625-78VT2RIB | VT2RIB | - | 17.1 | 55.2 | 213.1 | 213.1 | +| 1 | AgriGold | A626-39VT2PRO | VT2Pro | - | 18.9 | 55.8 | 221.5 | 221.5 | +| 5 | AgriGold | A628-51SSPRIB | SSPRIB | - | 18.6 | 55.1 | 210.4 | 210.4 | +| 6 | AgriGold | A629-55VT2RIB | VT2RIB | - | 18.1 | 56.2 | 210.2 | 210.2 | +| 8 | AgriGold | A630-04AA-RN | 3120 | - | 19.3 | 56.5 | 200.4 | 200.4 | +| 4 | AgriGold | A632-68VT2RIB | VT2RIB | - | 19.6 | 57.0 | 211.9 | 211.9 | + +Top 5 by Yield: A626-39VT2PRO (AgriGold) 221.5, A623-88VT2PRO (AgriGold) 214.0, A625-78VT2RIB (AgriGold) 213.1, A632-68VT2RIB (AgriGold) 211.9, A628-51SSPRIB (AgriGold) 210.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142863.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142863.json new file mode 100644 index 00000000..46febc46 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142863.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142863", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Maquon", + "county": "Knox", + "year": 2024, + "plot_id": "142863", + "cooperator": "Patrick Hohenbery II", + "plot_average": 260.37, + "planted_date": "2024-05-13", + "harvested_date": "2024-10-23", + "population_seeds_per_acre": 34500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 59.7, + "Yield": 263.0, + "Adj Yield": 263.0 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 61.3, + "Yield": 239.4, + "Adj Yield": 239.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 58.0, + "Yield": 247.6, + "Adj Yield": 247.6 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 63.1, + "Yield": 243.0, + "Adj Yield": 243.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 61.8, + "Yield": 257.1, + "Adj Yield": 257.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 61.6, + "Yield": 273.2, + "Adj Yield": 273.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 58.3, + "Yield": 276.6, + "Adj Yield": 276.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 60.4, + "Yield": 271.1, + "Adj Yield": 271.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 61.5, + "Yield": 272.7, + "Adj Yield": 272.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 60.3, + "Yield": 275.2, + "Adj Yield": 275.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 62.2, + "Yield": 254.6, + "Adj Yield": 254.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 62.8, + "Yield": 278.2, + "Adj Yield": 278.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 58.5, + "Yield": 261.4, + "Adj Yield": 261.4 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 61.1, + "Yield": 232.1, + "Adj Yield": 232.1 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142863" + ], + "fetched_at": "2026-05-27T02:18:18.251382+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142863.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142863.md new file mode 100644 index 00000000..8856caf1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142863.md @@ -0,0 +1,44 @@ +# Corn yield trial — Maquon, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Knox +- **City:** Maquon +- **Year:** 2024 +- **Plot ID:** 142863 +- **Cooperator:** Patrick Hohenbery II +- **Plot average:** 260.37 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-23 +- **Population:** 34,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142863 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.8 | 59.7 | 263.0 | 263.0 | +| 13 | AgriGold | A640-12STXRIB | STXRIB | - | 13.9 | 61.3 | 239.4 | 239.4 | +| 11 | AgriGold | J6015PWE | PWE | - | 13.6 | 58.0 | 247.6 | 247.6 | +| 12 | AgriGold | A642-32VT2PRO | VT2Pro | - | 15.6 | 63.1 | 243.0 | 243.0 | +| 9 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.5 | 61.8 | 257.1 | 257.1 | +| 4 | AgriGold | A642-18SSP | SSP | - | 14.6 | 61.6 | 273.2 | 273.2 | +| 2 | AgriGold | A643-24PCE | PCE | - | 15.3 | 58.3 | 276.6 | 276.6 | +| 6 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.7 | 60.4 | 271.1 | 271.1 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.6 | 61.5 | 272.7 | 272.7 | +| 3 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.4 | 60.3 | 275.2 | 275.2 | +| 10 | AgriGold | A645-30VT2PRO | VT2Pro | - | 15.6 | 62.2 | 254.6 | 254.6 | +| 1 | AgriGold | A645-71STXRIB | STXRIB | - | 15.5 | 62.8 | 278.2 | 278.2 | +| 8 | AgriGold | A646-30VT2RIB | VT2RIB | - | 16.3 | 58.5 | 261.4 | 261.4 | +| 14 | AgriGold | A641-85STXRIB | STXRIB | - | 13.8 | 61.1 | 232.1 | 232.1 | + +Top 5 by Yield: A645-71STXRIB (AgriGold) 278.2, A643-24PCE (AgriGold) 276.6, A645-16VT2RIB (AgriGold) 275.2, A642-18SSP (AgriGold) 273.2, A644-64VT2RIB (AgriGold) 272.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142864.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142864.json new file mode 100644 index 00000000..9c9361a3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142864.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142864", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Wyoming", + "county": "Stark", + "year": 2024, + "plot_id": "142864", + "cooperator": "Chris Baumann", + "plot_average": 287.66, + "planted_date": "2024-05-13", + "harvested_date": "2024-10-19", + "population_seeds_per_acre": 36000, + "row_width": "20.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": null, + "Yield": 294.7, + "Adj Yield": 294.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 311.7, + "Adj Yield": 311.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 298.5, + "Adj Yield": 298.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 305.4, + "Adj Yield": 305.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 291.2, + "Adj Yield": 291.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 290.2, + "Adj Yield": 290.2 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 265.0, + "Adj Yield": 265.0 + } + }, + { + "rank": 10, + "brand": "Nu Tech", + "product": "68C1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 274.7, + "Adj Yield": 274.7 + } + }, + { + "rank": 8, + "brand": "Nu Tech", + "product": "70V4AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 290.5, + "Adj Yield": 290.5 + } + }, + { + "rank": 13, + "brand": "Nu Tech", + "product": "72C1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": null, + "Yield": 265.3, + "Adj Yield": 265.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 296.0, + "Adj Yield": 296.0 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 271.6, + "Adj Yield": 271.6 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 272.9, + "Adj Yield": 272.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 299.5, + "Adj Yield": 299.5 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142864" + ], + "fetched_at": "2026-05-27T02:18:18.721177+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142864.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142864.md new file mode 100644 index 00000000..091b56f2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142864.md @@ -0,0 +1,44 @@ +# Corn yield trial — Wyoming, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Stark +- **City:** Wyoming +- **Year:** 2024 +- **Plot ID:** 142864 +- **Cooperator:** Chris Baumann +- **Plot average:** 287.66 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-19 +- **Population:** 36,000 seeds/acre +- **Row width:** 20.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142864 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.0 | - | 294.7 | 294.7 | +| 1 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.0 | - | 311.7 | 311.7 | +| 4 | AgriGold | A642-32VT2PRO | VT2Pro | - | 17.8 | - | 298.5 | 298.5 | +| 2 | AgriGold | A642-18SSP | SSP | - | 17.3 | - | 305.4 | 305.4 | +| 7 | AgriGold | A643-24PCE | PCE | - | 17.1 | - | 291.2 | 291.2 | +| 9 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.3 | - | 290.2 | 290.2 | +| 14 | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.2 | - | 265.0 | 265.0 | +| 10 | Nu Tech | 68C1V | Vorceed | - | 15.8 | - | 274.7 | 274.7 | +| 8 | Nu Tech | 70V4AM | AM | - | 14.2 | - | 290.5 | 290.5 | +| 13 | Nu Tech | 72C1PCE | PCE | - | 14.0 | - | 265.3 | 265.3 | +| 5 | AgriGold | A645-30VT2PRO | VT2Pro | - | 17.1 | - | 296.0 | 296.0 | +| 12 | AgriGold | A645-71STXRIB | STXRIB | - | 18.3 | - | 271.6 | 271.6 | +| 11 | AgriGold | A646-30VT2RIB | VT2RIB | - | 17.9 | - | 272.9 | 272.9 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.1 | - | 299.5 | 299.5 | + +Top 5 by Yield: A642-05VT2RIBD1 (AgriGold) 311.7, A642-18SSP (AgriGold) 305.4, A643-52VT2RIB (AgriGold) 299.5, A642-32VT2PRO (AgriGold) 298.5, A645-30VT2PRO (AgriGold) 296.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142866.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142866.json new file mode 100644 index 00000000..127eae73 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142866.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142866", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Illinois City", + "county": "Rock Island", + "year": 2024, + "plot_id": "142866", + "cooperator": "Tyson Freyermuth", + "plot_average": 271.06, + "planted_date": "2024-05-11", + "harvested_date": "2024-10-19", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 10, + "brand": "AgriGold", + "product": "A648-11", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 59.2, + "Yield": 246.6, + "Adj Yield": 246.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A646-30", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 59.4, + "Yield": 265.8, + "Adj Yield": 265.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 59.1, + "Yield": 279.9, + "Adj Yield": 279.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 58.5, + "Yield": 279.7, + "Adj Yield": 279.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A6499", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 61.0, + "Yield": 271.2, + "Adj Yield": 271.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 60.5, + "Yield": 278.6, + "Adj Yield": 278.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 58.8, + "Yield": 277.8, + "Adj Yield": 277.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A636-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 58.2, + "Yield": 275.8, + "Adj Yield": 275.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 59.9, + "Yield": 265.8, + "Adj Yield": 265.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A632-68", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 59.8, + "Yield": 269.4, + "Adj Yield": 269.4 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142866" + ], + "fetched_at": "2026-05-27T02:18:19.239294+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142866.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142866.md new file mode 100644 index 00000000..15be0d72 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142866.md @@ -0,0 +1,40 @@ +# Corn yield trial — Illinois City, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Rock Island +- **City:** Illinois City +- **Year:** 2024 +- **Plot ID:** 142866 +- **Cooperator:** Tyson Freyermuth +- **Plot average:** 271.06 BU/Ac +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-19 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142866 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 10 | AgriGold | A648-11 | C | - | 18.1 | 59.2 | 246.6 | 246.6 | +| 8 | AgriGold | A646-30 | C | - | 17.2 | 59.4 | 265.8 | 265.8 | +| 1 | AgriGold | A645-16 | C | - | 17.4 | 59.1 | 279.9 | 279.9 | +| 2 | AgriGold | A644-19 | C | - | 16.3 | 58.5 | 279.7 | 279.7 | +| 6 | AgriGold | A6499 | C | - | 16.2 | 61.0 | 271.2 | 271.2 | +| 3 | AgriGold | A642-32 | C | - | 16.9 | 60.5 | 278.6 | 278.6 | +| 4 | AgriGold | A638-19 | C | - | 16.2 | 58.8 | 277.8 | 277.8 | +| 5 | AgriGold | A636-16 | C | - | 14.3 | 58.2 | 275.8 | 275.8 | +| 9 | AgriGold | A636-39-3110 | 3110 | - | 15.1 | 59.9 | 265.8 | 265.8 | +| 7 | AgriGold | A632-68 | C | - | 14.8 | 59.8 | 269.4 | 269.4 | + +Top 5 by Yield: A645-16 (AgriGold) 279.9, A644-19 (AgriGold) 279.7, A642-32 (AgriGold) 278.6, A638-19 (AgriGold) 277.8, A636-16 (AgriGold) 275.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142869.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142869.json new file mode 100644 index 00000000..c3cf3d52 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142869.json @@ -0,0 +1,374 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142869", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "SD", + "state_abbrev": "sd", + "city": "Bryant", + "county": "Hamlin", + "year": 2024, + "plot_id": "142869", + "cooperator": "Eugene Fedt", + "plot_average": 249.61, + "planted_date": "2024-05-13", + "harvested_date": "2024-10-22", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Wyffels", + "product": "W1988STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 58.2, + "Yield": 244.7, + "Adj Yield": 244.7 + } + }, + { + "rank": 1, + "brand": "Wyffels", + "product": "W3309RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 56.1, + "Yield": 266.6, + "Adj Yield": 268.05 + } + }, + { + "rank": 10, + "brand": "Pioneer", + "product": "P0339Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 57.3, + "Yield": 250.7, + "Adj Yield": 251.91 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A631-12SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 55.9, + "Yield": 251.2, + "Adj Yield": 252.13 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC101-33RIB", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 54.7, + "Yield": 261.8, + "Adj Yield": 262.45 + } + }, + { + "rank": 7, + "brand": "Wyffels", + "product": "W2629RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 56.2, + "Yield": 253.0, + "Adj Yield": 253.42 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 55.6, + "Yield": 257.3, + "Adj Yield": 257.46 + } + }, + { + "rank": 12, + "brand": "Wyffels", + "product": "W2595RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 56.6, + "Yield": 250.4, + "Adj Yield": 250.26 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 56.8, + "Yield": 242.8, + "Adj Yield": 242.38 + } + }, + { + "rank": 14, + "brand": "Wyffels", + "product": "W2446RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 58.0, + "Yield": 250.3, + "Adj Yield": 249.65 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC099-11RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 57.7, + "Yield": 254.3, + "Adj Yield": 253.34 + } + }, + { + "rank": 20, + "brand": "Pioneer", + "product": "P9955V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 59.9, + "Yield": 244.2, + "Adj Yield": 243.04 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 58.0, + "Yield": 248.3, + "Adj Yield": 246.82 + } + }, + { + "rank": null, + "brand": "Wyffels", + "product": "W1988STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 58.1, + "Yield": 248.1, + "Adj Yield": 248.1 + } + }, + { + "rank": 17, + "brand": "Wyffels", + "product": "W1988STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 58.1, + "Yield": 248.1, + "Adj Yield": 246.62 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 57.5, + "Yield": 244.8, + "Adj Yield": 243.52 + } + }, + { + "rank": 22, + "brand": "Pioneer", + "product": "P98533PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 56.8, + "Yield": 239.1, + "Adj Yield": 237.9 + } + }, + { + "rank": 2, + "brand": "Wyffels", + "product": "W1996RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 57.8, + "Yield": 267.2, + "Adj Yield": 266.11 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC098-88RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 58.2, + "Yield": 255.5, + "Adj Yield": 254.49 + } + }, + { + "rank": 13, + "brand": "Wyffels", + "product": "W1826RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 57.4, + "Yield": 250.7, + "Adj Yield": 249.79 + } + }, + { + "rank": 18, + "brand": "Pioneer", + "product": "P96760V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 56.9, + "Yield": 246.3, + "Adj Yield": 245.45 + } + }, + { + "rank": 5, + "brand": "Wyffels", + "product": "W1869RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 56.5, + "Yield": 255.6, + "Adj Yield": 254.86 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A626-39VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 57.4, + "Yield": 249.3, + "Adj Yield": 248.61 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC095-57RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 57.7, + "Yield": 251.9, + "Adj Yield": 251.21 + } + }, + { + "rank": 23, + "brand": "Wyffels", + "product": "W1306RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 58.1, + "Yield": 234.9, + "Adj Yield": 234.27 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A623-88VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.1, + "Yield": 227.5, + "Adj Yield": 226.89 + } + } + ], + "n_results": 26, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142869" + ], + "fetched_at": "2026-05-27T02:18:19.758854+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142869.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142869.md new file mode 100644 index 00000000..448540ba --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142869.md @@ -0,0 +1,56 @@ +# Corn yield trial — Bryant, SD, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** SD +- **County:** Hamlin +- **City:** Bryant +- **Year:** 2024 +- **Plot ID:** 142869 +- **Cooperator:** Eugene Fedt +- **Plot average:** 249.61 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-22 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142869 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Wyffels | W1988STXRIB | STXRIB | - | 18.1 | 58.2 | 244.7 | 244.7 | +| 1 | Wyffels | W3309RIB | STXRIB | - | 20.6 | 56.1 | 266.6 | 268.05 | +| 10 | Pioneer | P0339Q | QROME | - | 19.2 | 57.3 | 250.7 | 251.91 | +| 9 | AgriGold | A631-12SSP | SSP | - | 19.1 | 55.9 | 251.2 | 252.13 | +| 3 | Dekalb | DKC101-33RIB | SSP | - | 19.3 | 54.7 | 261.8 | 262.45 | +| 7 | Wyffels | W2629RIB | STXRIB | - | 18.9 | 56.2 | 253.0 | 253.42 | +| 4 | AgriGold | A631-08VT2PRO | VT2Pro | - | 19.1 | 55.6 | 257.3 | 257.46 | +| 12 | Wyffels | W2595RIB | TreceptaRIB | - | 18.7 | 56.6 | 250.4 | 250.26 | +| 21 | AgriGold | A630-04AA-RN | 3120 | - | 18.5 | 56.8 | 242.8 | 242.38 | +| 14 | Wyffels | W2446RIB | VT2RIB | - | 17.6 | 58.0 | 250.3 | 249.65 | +| 8 | Dekalb | DKC099-11RIB | VT2RIB | - | 18.0 | 57.7 | 254.3 | 253.34 | +| 20 | Pioneer | P9955V | Vorceed | - | 16.6 | 59.9 | 244.2 | 243.04 | +| 16 | AgriGold | A629-55VT2RIB | VT2RIB | - | 18.1 | 58.0 | 248.3 | 246.82 | +| - | Wyffels | W1988STXRIB | STXRIB | - | 17.7 | 58.1 | 248.1 | 248.1 | +| 17 | Wyffels | W1988STXRIB | STXRIB | - | 17.7 | 58.1 | 248.1 | 246.62 | +| 19 | AgriGold | A628-51SSPRIB | SSPRIB | - | 17.4 | 57.5 | 244.8 | 243.52 | +| 22 | Pioneer | P98533PCE | PCE | - | 16.5 | 56.8 | 239.1 | 237.9 | +| 2 | Wyffels | W1996RIB | VT2RIB | - | 17.1 | 57.8 | 267.2 | 266.11 | +| 6 | Dekalb | DKC098-88RIB | VT4RIB | - | 16.6 | 58.2 | 255.5 | 254.49 | +| 13 | Wyffels | W1826RIB | VT2RIB | - | 16.2 | 57.4 | 250.7 | 249.79 | +| 18 | Pioneer | P96760V | Vorceed | - | 16.5 | 56.9 | 246.3 | 245.45 | +| 5 | Wyffels | W1869RIB | SSPRIB | - | 16.6 | 56.5 | 255.6 | 254.86 | +| 15 | AgriGold | A626-39VT2PRO | VT2Pro | - | 16.3 | 57.4 | 249.3 | 248.61 | +| 11 | Dekalb | DKC095-57RIB | VT4RIB | - | 15.8 | 57.7 | 251.9 | 251.21 | +| 23 | Wyffels | W1306RIB | VT2RIB | - | 15.6 | 58.1 | 234.9 | 234.27 | +| 24 | AgriGold | A623-88VT2PRO | VT2Pro | - | 17.0 | 58.1 | 227.5 | 226.89 | + +Top 5 by Yield: W1996RIB (Wyffels) 267.2, W3309RIB (Wyffels) 266.6, DKC101-33RIB (Dekalb) 261.8, A631-08VT2PRO (AgriGold) 257.3, W1869RIB (Wyffels) 255.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142876.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142876.json new file mode 100644 index 00000000..165ef61b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142876.json @@ -0,0 +1,413 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142876", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Kewanee", + "county": "Henry", + "year": 2024, + "plot_id": "142876", + "cooperator": "Mark Dana", + "plot_average": 275.98, + "planted_date": "2024-05-11", + "harvested_date": "2024-10-17", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 14, + "brand": "Stone Seed", + "product": "6368RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 63.2, + "Yield": 277.7, + "Adj Yield": 277.7 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 63.3, + "Yield": 271.0, + "Adj Yield": 271.0 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 60.0, + "Yield": 275.7, + "Adj Yield": 275.7 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 60.5, + "Yield": 247.9, + "Adj Yield": 247.9 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 63.0, + "Yield": 262.5, + "Adj Yield": 262.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 60.4, + "Yield": 291.8, + "Adj Yield": 291.8 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.9, + "Yield": 243.3, + "Adj Yield": 243.3 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 62.2, + "Yield": 268.8, + "Adj Yield": 268.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 59.3, + "Yield": 289.9, + "Adj Yield": 289.9 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.2, + "Yield": 249.7, + "Adj Yield": 249.7 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 61.0, + "Yield": 285.4, + "Adj Yield": 285.4 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 61.5, + "Yield": 259.8, + "Adj Yield": 259.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 62.0, + "Yield": 290.6, + "Adj Yield": 290.6 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 61.0, + "Yield": 272.6, + "Adj Yield": 272.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 60.5, + "Yield": 294.1, + "Adj Yield": 294.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 62.0, + "Yield": 292.7, + "Adj Yield": 292.7 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 60.1, + "Yield": 283.2, + "Adj Yield": 283.2 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 59.2, + "Yield": 267.2, + "Adj Yield": 267.2 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 59.9, + "Yield": 278.7, + "Adj Yield": 278.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 61.0, + "Yield": 289.1, + "Adj Yield": 289.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 62.0, + "Yield": 285.8, + "Adj Yield": 285.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 60.5, + "Yield": 285.8, + "Adj Yield": 285.8 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 61.5, + "Yield": 274.2, + "Adj Yield": 274.2 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 59.8, + "Yield": 274.5, + "Adj Yield": 274.5 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A645-16STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 61.2, + "Yield": 267.3, + "Adj Yield": 267.3 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 60.8, + "Yield": 269.0, + "Adj Yield": 269.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 61.8, + "Yield": 287.7, + "Adj Yield": 287.7 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.3, + "Yield": 267.8, + "Adj Yield": 267.8 + } + }, + { + "rank": 8, + "brand": "Stone Seed", + "product": "6368RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 61.2, + "Yield": 286.5, + "Adj Yield": 286.5 + } + } + ], + "n_results": 29, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142876" + ], + "fetched_at": "2026-05-27T02:18:20.262598+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142876.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142876.md new file mode 100644 index 00000000..2ccc209f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142876.md @@ -0,0 +1,59 @@ +# Corn yield trial — Kewanee, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Henry +- **City:** Kewanee +- **Year:** 2024 +- **Plot ID:** 142876 +- **Cooperator:** Mark Dana +- **Plot average:** 275.98 BU/Ac +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-17 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142876 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 14 | Stone Seed | 6368RIB | STXRIB | - | 15.3 | 63.2 | 277.7 | 277.7 | +| - | AgriGold | A6499STXRIB | STXRIB | - | 15.4 | 63.3 | 271.0 | 271.0 | +| 15 | AgriGold | A636-16-5222 | 5222 | - | 14.1 | 60.0 | 275.7 | 275.7 | +| 26 | AgriGold | A636-42SSP | SSP | - | 13.5 | 60.5 | 247.9 | 247.9 | +| 23 | AgriGold | A637-72VT2PRO | VT2Pro | - | 13.5 | 63.0 | 262.5 | 262.5 | +| 3 | AgriGold | K5836PWE | PWE | - | 14.4 | 60.4 | 291.8 | 291.8 | +| 27 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.4 | 59.9 | 243.3 | 243.3 | +| 20 | AgriGold | A639-91SSPRIB | SSPRIB | - | 13.1 | 62.2 | 268.8 | 268.8 | +| 5 | AgriGold | J6015PWE | PWE | - | 14.2 | 59.3 | 289.9 | 289.9 | +| 25 | AgriGold | A640-16-3110 | 3110 | - | 14.3 | 59.2 | 249.7 | 249.7 | +| 11 | AgriGold | A640-12STXRIB | STXRIB | - | 14.4 | 61.0 | 285.4 | 285.4 | +| 24 | AgriGold | A641-85STXRIB | STXRIB | - | 14.2 | 61.5 | 259.8 | 259.8 | +| 4 | AgriGold | A641-26-3110 | 3110 | - | 15.2 | 62.0 | 290.6 | 290.6 | +| 18 | AgriGold | A6499STXRIB | STXRIB | - | 15.7 | 61.0 | 272.6 | 272.6 | +| 1 | AgriGold | A642-32VT2PRO | VT2Pro | - | 15.6 | 60.5 | 294.1 | 294.1 | +| 2 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.6 | 62.0 | 292.7 | 292.7 | +| 12 | AgriGold | A642-18SSP | SSP | - | 16.0 | 60.1 | 283.2 | 283.2 | +| 22 | AgriGold | J6227DV-RN | 5222 | - | 16.5 | 59.2 | 267.2 | 267.2 | +| 13 | AgriGold | A643-24PCE | PCE | - | 16.5 | 59.9 | 278.7 | 278.7 | +| 6 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.3 | 61.0 | 289.1 | 289.1 | +| 9 | AgriGold | A643-52STXRIB | STXRIB | - | 15.5 | 62.0 | 285.8 | 285.8 | +| 9 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.1 | 60.5 | 285.8 | 285.8 | +| 17 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 17.2 | 61.5 | 274.2 | 274.2 | +| 16 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.4 | 59.8 | 274.5 | 274.5 | +| 21 | AgriGold | A645-16STXRIB | STXRIB | - | 15.9 | 61.2 | 267.3 | 267.3 | +| 19 | AgriGold | A645-71STXRIB | STXRIB | - | 16.9 | 60.8 | 269.0 | 269.0 | +| 7 | AgriGold | A645-30VT2PRO | VT2Pro | - | 16.3 | 61.8 | 287.7 | 287.7 | +| - | AgriGold | A6499STXRIB | STXRIB | - | 15.2 | 60.3 | 267.8 | 267.8 | +| 8 | Stone Seed | 6368RIB | STXRIB | - | 16.9 | 61.2 | 286.5 | 286.5 | + +Top 5 by Yield: A642-32VT2PRO (AgriGold) 294.1, A642-05VT2RIBD1 (AgriGold) 292.7, K5836PWE (AgriGold) 291.8, A641-26-3110 (AgriGold) 290.6, J6015PWE (AgriGold) 289.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142877.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142877.json new file mode 100644 index 00000000..9f0f3c88 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142877.json @@ -0,0 +1,361 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142877", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Reynolds", + "county": "Mercer", + "year": 2024, + "plot_id": "142877", + "cooperator": "David Anderson", + "plot_average": 260.36, + "planted_date": "2024-05-13", + "harvested_date": "2024-10-09", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 59.6, + "Yield": 268.2, + "Adj Yield": 268.2 + } + }, + { + "rank": 10, + "brand": "Nu Tech", + "product": "68A9AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 58.5, + "Yield": 267.9, + "Adj Yield": 267.9 + } + }, + { + "rank": 6, + "brand": "Nu Tech", + "product": "68C1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 59.0, + "Yield": 271.1, + "Adj Yield": 271.1 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 58.0, + "Yield": 258.3, + "Adj Yield": 258.3 + } + }, + { + "rank": 9, + "brand": "Nu Tech", + "product": "69C7PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 57.8, + "Yield": 268.0, + "Adj Yield": 268.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 61.5, + "Yield": 265.5, + "Adj Yield": 265.5 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A640-24-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.1, + "Yield": 225.2, + "Adj Yield": 225.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 59.0, + "Yield": 273.9, + "Adj Yield": 273.9 + } + }, + { + "rank": 2, + "brand": "Nu Tech", + "product": "70B4AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 59.6, + "Yield": 276.9, + "Adj Yield": 276.9 + } + }, + { + "rank": 19, + "brand": "Nu Tech", + "product": "71A2V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 57.9, + "Yield": 252.9, + "Adj Yield": 252.9 + } + }, + { + "rank": 17, + "brand": "Nu Tech", + "product": "70A8AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 58.9, + "Yield": 256.6, + "Adj Yield": 256.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 60.1, + "Yield": 274.3, + "Adj Yield": 274.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 60.2, + "Yield": 286.2, + "Adj Yield": 286.2 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 59.8, + "Yield": 258.1, + "Adj Yield": 258.1 + } + }, + { + "rank": 12, + "brand": "Nu Tech", + "product": "72C1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 60.0, + "Yield": 265.1, + "Adj Yield": 265.1 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A6499", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 61.0, + "Yield": 244.6, + "Adj Yield": 244.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 59.8, + "Yield": 271.0, + "Adj Yield": 271.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 60.0, + "Yield": 273.5, + "Adj Yield": 273.5 + } + }, + { + "rank": 21, + "brand": "Nu Tech", + "product": "73A4AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 59.8, + "Yield": 247.1, + "Adj Yield": 247.1 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 59.1, + "Yield": 245.8, + "Adj Yield": 245.8 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 58.5, + "Yield": 259.9, + "Adj Yield": 259.9 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A644-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 58.5, + "Yield": 258.7, + "Adj Yield": 258.7 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 58.7, + "Yield": 250.5, + "Adj Yield": 250.5 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 58.7, + "Yield": 235.6, + "Adj Yield": 235.6 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 59.2, + "Yield": 254.1, + "Adj Yield": 254.1 + } + } + ], + "n_results": 25, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142877" + ], + "fetched_at": "2026-05-27T02:18:20.732950+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142877.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142877.md new file mode 100644 index 00000000..10c77aea --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142877.md @@ -0,0 +1,55 @@ +# Corn yield trial — Reynolds, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Mercer +- **City:** Reynolds +- **Year:** 2024 +- **Plot ID:** 142877 +- **Cooperator:** David Anderson +- **Plot average:** 260.36 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-09 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142877 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | AgriGold | A641-85STXRIB | STXRIB | - | 17.8 | 59.6 | 268.2 | 268.2 | +| 10 | Nu Tech | 68A9AM | AM | - | 17.1 | 58.5 | 267.9 | 267.9 | +| 6 | Nu Tech | 68C1V | Vorceed | - | 17.2 | 59.0 | 271.1 | 271.1 | +| 15 | AgriGold | A639-03VT2RIB | VT2RIB | - | 16.9 | 58.0 | 258.3 | 258.3 | +| 9 | Nu Tech | 69C7PCE | PCE | - | 18.2 | 57.8 | 268.0 | 268.0 | +| 11 | AgriGold | A640-12STXRIB | STXRIB | - | 15.9 | 61.5 | 265.5 | 265.5 | +| 25 | AgriGold | A640-24-3110 | 3110 | - | 16.1 | 59.1 | 225.2 | 225.2 | +| 4 | AgriGold | A641-26-3110 | 3110 | - | 18.6 | 59.0 | 273.9 | 273.9 | +| 2 | Nu Tech | 70B4AM | AM | - | 18.7 | 59.6 | 276.9 | 276.9 | +| 19 | Nu Tech | 71A2V | Vorceed | - | 18.9 | 57.9 | 252.9 | 252.9 | +| 17 | Nu Tech | 70A8AM | AM | - | 17.9 | 58.9 | 256.6 | 256.6 | +| 3 | AgriGold | A641-85STXRIB | STXRIB | - | 17.4 | 60.1 | 274.3 | 274.3 | +| 1 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 18.4 | 60.2 | 286.2 | 286.2 | +| 16 | AgriGold | A642-18SSP | SSP | - | 18.7 | 59.8 | 258.1 | 258.1 | +| 12 | Nu Tech | 72C1PCE | PCE | - | 19.1 | 60.0 | 265.1 | 265.1 | +| 23 | AgriGold | A6499 | C | - | 17.8 | 61.0 | 244.6 | 244.6 | +| 7 | AgriGold | A642-32VT2PRO | VT2Pro | - | 18.4 | 59.8 | 271.0 | 271.0 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.6 | 60.0 | 273.5 | 273.5 | +| 21 | Nu Tech | 73A4AM | AM | - | 19.0 | 59.8 | 247.1 | 247.1 | +| 22 | AgriGold | A643-24PCE | PCE | - | 19.2 | 59.1 | 245.8 | 245.8 | +| 13 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.4 | 58.5 | 259.9 | 259.9 | +| 14 | AgriGold | A644-19 | C | - | 18.2 | 58.5 | 258.7 | 258.7 | +| 20 | AgriGold | A645-16 | C | - | 18.1 | 58.7 | 250.5 | 250.5 | +| 24 | AgriGold | A645-71STXRIB | STXRIB | - | 18.9 | 58.7 | 235.6 | 235.6 | +| 18 | AgriGold | A641-85STXRIB | STXRIB | - | 17.2 | 59.2 | 254.1 | 254.1 | + +Top 5 by Yield: A642-05VT2RIBD1 (AgriGold) 286.2, 70B4AM (Nu Tech) 276.9, A641-85STXRIB (AgriGold) 274.3, A641-26-3110 (AgriGold) 273.9, A643-52VT2RIB (AgriGold) 273.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142878.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142878.json new file mode 100644 index 00000000..46ac338a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142878.json @@ -0,0 +1,569 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142878", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Toulon", + "county": "Stark", + "year": 2024, + "plot_id": "142878", + "cooperator": "Nelson Farms", + "plot_average": 251.25, + "planted_date": "2024-05-12", + "harvested_date": "2024-10-06", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 27, + "brand": "Dyna Gro", + "product": "D48SS50RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 58.8, + "Yield": 242.7, + "Adj Yield": 242.7 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.5, + "Yield": 265.4, + "Adj Yield": 265.4 + } + }, + { + "rank": 29, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 57.1, + "Yield": 242.1, + "Adj Yield": 242.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 60.8, + "Yield": 271.7, + "Adj Yield": 271.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 57.8, + "Yield": 280.1, + "Adj Yield": 280.1 + } + }, + { + "rank": 33, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 59.5, + "Yield": 234.9, + "Adj Yield": 234.9 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 60.1, + "Yield": 282.7, + "Adj Yield": 282.7 + } + }, + { + "rank": 9, + "brand": "Dyna Gro", + "product": "D50VC09RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.2, + "Yield": 269.2, + "Adj Yield": 269.2 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 59.2, + "Yield": 243.3, + "Adj Yield": 243.3 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 60.6, + "Yield": 257.7, + "Adj Yield": 257.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 59.6, + "Yield": 307.0, + "Adj Yield": 307.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 59.2, + "Yield": 295.2, + "Adj Yield": 295.2 + } + }, + { + "rank": 31, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 58.5, + "Yield": 235.7, + "Adj Yield": 235.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 58.1, + "Yield": 269.1, + "Adj Yield": 269.1 + } + }, + { + "rank": 2, + "brand": "Channel", + "product": "212-63VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 60.7, + "Yield": 298.9, + "Adj Yield": 298.9 + } + }, + { + "rank": 7, + "brand": "Dyna Gro", + "product": "D53VC54RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 59.2, + "Yield": 279.6, + "Adj Yield": 279.6 + } + }, + { + "rank": 25, + "brand": "Dyna Gro", + "product": "D53SS13RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 60.1, + "Yield": 244.7, + "Adj Yield": 244.7 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 57.1, + "Yield": 264.8, + "Adj Yield": 264.8 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 60.8, + "Yield": 268.4, + "Adj Yield": 268.4 + } + }, + { + "rank": 14, + "brand": "Dyna Gro", + "product": "D53SP85RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 58.9, + "Yield": 260.9, + "Adj Yield": 260.9 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 56.8, + "Yield": 260.8, + "Adj Yield": 260.8 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 57.6, + "Yield": 258.0, + "Adj Yield": 258.0 + } + }, + { + "rank": 23, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 59.2, + "Yield": 248.9, + "Adj Yield": 248.9 + } + }, + { + "rank": 19, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 60.5, + "Yield": 255.9, + "Adj Yield": 255.9 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 60.0, + "Yield": 249.5, + "Adj Yield": 249.5 + } + }, + { + "rank": 37, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 58.8, + "Yield": 216.1, + "Adj Yield": 216.1 + } + }, + { + "rank": 21, + "brand": "Dyna Gro", + "product": "D56TC44RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 57.8, + "Yield": 250.1, + "Adj Yield": 250.1 + } + }, + { + "rank": 32, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 58.1, + "Yield": 235.1, + "Adj Yield": 235.1 + } + }, + { + "rank": 20, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 60.0, + "Yield": 253.6, + "Adj Yield": 253.6 + } + }, + { + "rank": 41, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 57.6, + "Yield": 181.9, + "Adj Yield": 181.9 + } + }, + { + "rank": 38, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 60.4, + "Yield": 213.7, + "Adj Yield": 213.7 + } + }, + { + "rank": 39, + "brand": "Dekalb", + "product": "DKC66-17RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 60.1, + "Yield": 208.8, + "Adj Yield": 208.8 + } + }, + { + "rank": 35, + "brand": "Dekalb", + "product": "DKC66-18RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 57.9, + "Yield": 227.9, + "Adj Yield": 227.9 + } + }, + { + "rank": 34, + "brand": "Channel", + "product": "215-70TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 59.7, + "Yield": 230.5, + "Adj Yield": 230.5 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC116-62RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 58.7, + "Yield": 260.1, + "Adj Yield": 260.1 + } + }, + { + "rank": 30, + "brand": "Dekalb", + "product": "DKC67-37RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 59.1, + "Yield": 240.1, + "Adj Yield": 240.1 + } + }, + { + "rank": 24, + "brand": "Dekalb", + "product": "DKC68-34RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 59.7, + "Yield": 248.7, + "Adj Yield": 248.7 + } + }, + { + "rank": 36, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 56.9, + "Yield": 225.9, + "Adj Yield": 225.9 + } + }, + { + "rank": 28, + "brand": "AgriGold", + "product": "A643-52STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 56.4, + "Yield": 242.5, + "Adj Yield": 242.5 + } + }, + { + "rank": 40, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 58.9, + "Yield": 197.3, + "Adj Yield": 197.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 58.2, + "Yield": 281.6, + "Adj Yield": 281.6 + } + } + ], + "n_results": 41, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142878" + ], + "fetched_at": "2026-05-27T02:18:21.294392+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142878.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142878.md new file mode 100644 index 00000000..5ae701a9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142878.md @@ -0,0 +1,71 @@ +# Corn yield trial — Toulon, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Stark +- **City:** Toulon +- **Year:** 2024 +- **Plot ID:** 142878 +- **Cooperator:** Nelson Farms +- **Plot average:** 251.25 BU/Ac +- **Planted:** 2024-05-12 +- **Harvested:** 2024-10-06 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142878 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 27 | Dyna Gro | D48SS50RIB | STXRIB | - | 15.7 | 58.8 | 242.7 | 242.7 | +| 12 | AgriGold | K5836PWE | PWE | - | 16.1 | 59.5 | 265.4 | 265.4 | +| 29 | AgriGold | A639-03VT2RIB | VT2RIB | - | 16.3 | 57.1 | 242.1 | 242.1 | +| 8 | AgriGold | A640-12STXRIB | STXRIB | - | 16.7 | 60.8 | 271.7 | 271.7 | +| 6 | AgriGold | J6015PWE | PWE | - | 16.6 | 57.8 | 280.1 | 280.1 | +| 33 | Dekalb | DKC110-10RIB | STXRIB | - | 15.8 | 59.5 | 234.9 | 234.9 | +| 4 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 15.3 | 60.1 | 282.7 | 282.7 | +| 9 | Dyna Gro | D50VC09RIB | VT2RIB | - | 14.9 | 58.2 | 269.2 | 269.2 | +| 26 | AgriGold | A640-16-3110 | 3110 | - | 16.0 | 59.2 | 243.3 | 243.3 | +| 18 | AgriGold | A641-85STXRIB | STXRIB | - | 17.0 | 60.6 | 257.7 | 257.7 | +| 1 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.2 | 59.6 | 307.0 | 307.0 | +| 3 | AgriGold | A642-32VT2PRO | VT2Pro | - | 18.6 | 59.2 | 295.2 | 295.2 | +| 31 | AgriGold | A6499STXRIB | STXRIB | - | 18.5 | 58.5 | 235.7 | 235.7 | +| 10 | AgriGold | A642-18SSP | SSP | - | 17.8 | 58.1 | 269.1 | 269.1 | +| 2 | Channel | 212-63VT4PRIB | VT4RIB | - | 16.9 | 60.7 | 298.9 | 298.9 | +| 7 | Dyna Gro | D53VC54RIB | VT2RIB | - | 18.4 | 59.2 | 279.6 | 279.6 | +| 25 | Dyna Gro | D53SS13RIB | STXRIB | - | 17.2 | 60.1 | 244.7 | 244.7 | +| 13 | AgriGold | A643-24PCE | PCE | - | 18.7 | 57.1 | 264.8 | 264.8 | +| 11 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.7 | 60.8 | 268.4 | 268.4 | +| 14 | Dyna Gro | D53SP85RIB | SSPRIB | - | 17.2 | 58.9 | 260.9 | 260.9 | +| 15 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.1 | 56.8 | 260.8 | 260.8 | +| 17 | Dekalb | DKC114-42RIB | SSPRIB | - | 17.9 | 57.6 | 258.0 | 258.0 | +| 23 | Dekalb | DKC114-99RIB | VT4RIB | - | 17.9 | 59.2 | 248.9 | 248.9 | +| 19 | Dekalb | DKC64-22RIB | VT2RIB | - | 17.8 | 60.5 | 255.9 | 255.9 | +| 22 | AgriGold | A645-30VT2PRO | VT2Pro | - | 18.4 | 60.0 | 249.5 | 249.5 | +| 37 | AgriGold | A646-17STXRIB | STXRIB | - | 18.7 | 58.8 | 216.1 | 216.1 | +| 21 | Dyna Gro | D56TC44RIB | TreceptaRIB | - | 18.3 | 57.8 | 250.1 | 250.1 | +| 32 | AgriGold | A646-30VT2RIB | VT2RIB | - | 19.4 | 58.1 | 235.1 | 235.1 | +| 20 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 17.4 | 60.0 | 253.6 | 253.6 | +| 41 | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.8 | 57.6 | 181.9 | 181.9 | +| 38 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 18.3 | 60.4 | 213.7 | 213.7 | +| 39 | Dekalb | DKC66-17RIB | STXRIB | - | 18.2 | 60.1 | 208.8 | 208.8 | +| 35 | Dekalb | DKC66-18RIB | VT2RIB | - | 18.3 | 57.9 | 227.9 | 227.9 | +| 34 | Channel | 215-70TRCRIB | TreceptaRIB | - | 19.1 | 59.7 | 230.5 | 230.5 | +| 16 | Dekalb | DKC116-62RIB | SSPRIB | - | 19.1 | 58.7 | 260.1 | 260.1 | +| 30 | Dekalb | DKC67-37RIB | STXRIB | - | 19.1 | 59.1 | 240.1 | 240.1 | +| 24 | Dekalb | DKC68-34RIB | STXRIB | - | 19.0 | 59.7 | 248.7 | 248.7 | +| 36 | AgriGold | J6227DV-RN | 5222 | - | 18.3 | 56.9 | 225.9 | 225.9 | +| 28 | AgriGold | A643-52STXRIB | STXRIB | - | 19.0 | 56.4 | 242.5 | 242.5 | +| 40 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.2 | 58.9 | 197.3 | 197.3 | +| 5 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.9 | 58.2 | 281.6 | 281.6 | + +Top 5 by Yield: A642-05VT2RIBD1 (AgriGold) 307.0, 212-63VT4PRIB (Channel) 298.9, A642-32VT2PRO (AgriGold) 295.2, DKC110-41RIB (Dekalb) 282.7, A642-05VT2RIBD1 (AgriGold) 281.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142879.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142879.json new file mode 100644 index 00000000..7b00ac01 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142879.json @@ -0,0 +1,491 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142879", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Leaf River", + "county": "Ogle", + "year": 2024, + "plot_id": "142879", + "cooperator": "Edgewood Farms", + "plot_average": 256.92, + "planted_date": "2024-05-13", + "harvested_date": "2024-11-12", + "population_seeds_per_acre": 36000, + "row_width": "22.0\"", + "num_rows": 6, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 59.6, + "Yield": 243.2, + "Adj Yield": 243.2 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 58.0, + "Yield": 248.3, + "Adj Yield": 248.3 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 56.2, + "Yield": 266.0, + "Adj Yield": 266.0 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A642-59VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 57.5, + "Yield": 245.7, + "Adj Yield": 245.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 59.4, + "Yield": 303.0, + "Adj Yield": 303.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 57.3, + "Yield": 276.9, + "Adj Yield": 276.9 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 57.8, + "Yield": 229.1, + "Adj Yield": 229.1 + } + }, + { + "rank": 7, + "brand": "Stine", + "product": "9754-20", + "traits": "DGVT2PRO", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 58.6, + "Yield": 278.1, + "Adj Yield": 278.1 + } + }, + { + "rank": 17, + "brand": "Dyna Gro", + "product": "D51SS61RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 56.7, + "Yield": 255.6, + "Adj Yield": 255.6 + } + }, + { + "rank": 28, + "brand": "Dekalb", + "product": "DKC112-29RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 57.5, + "Yield": 221.3, + "Adj Yield": 221.3 + } + }, + { + "rank": 25, + "brand": "Stine", + "product": "MX709-20", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 57.4, + "Yield": 240.0, + "Adj Yield": 240.0 + } + }, + { + "rank": 19, + "brand": "Burrus", + "product": "5M76VE", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 57.6, + "Yield": 253.8, + "Adj Yield": 253.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 59.4, + "Yield": 285.9, + "Adj Yield": 285.9 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 59.0, + "Yield": 206.9, + "Adj Yield": 206.9 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.7, + "Yield": 286.0, + "Adj Yield": 286.0 + } + }, + { + "rank": 24, + "brand": "Burrus", + "product": "4V73AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 55.8, + "Yield": 243.7, + "Adj Yield": 243.7 + } + }, + { + "rank": 20, + "brand": "Burrus", + "product": "4W42PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 56.5, + "Yield": 248.6, + "Adj Yield": 248.6 + } + }, + { + "rank": 31, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 56.6, + "Yield": 191.0, + "Adj Yield": 191.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.2, + "Yield": 300.0, + "Adj Yield": 300.0 + } + }, + { + "rank": 30, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 59.2, + "Yield": 219.6, + "Adj Yield": 219.6 + } + }, + { + "rank": 3, + "brand": "Burrus", + "product": "4P27VE", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 57.8, + "Yield": 293.3, + "Adj Yield": 293.3 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 57.9, + "Yield": 204.6, + "Adj Yield": 204.6 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 56.9, + "Yield": 271.9, + "Adj Yield": 271.9 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 58.2, + "Yield": 267.9, + "Adj Yield": 267.9 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 59.5, + "Yield": 287.5, + "Adj Yield": 287.5 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 58.4, + "Yield": 245.2, + "Adj Yield": 245.2 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 56.1, + "Yield": 256.6, + "Adj Yield": 256.6 + } + }, + { + "rank": 27, + "brand": "Burrus", + "product": "2J67Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 58.2, + "Yield": 224.8, + "Adj Yield": 224.8 + } + }, + { + "rank": 14, + "brand": "Burrus", + "product": "2A17VE", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 59.0, + "Yield": 260.6, + "Adj Yield": 260.6 + } + }, + { + "rank": 13, + "brand": "Burrus", + "product": "2A13PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 58.1, + "Yield": 264.4, + "Adj Yield": 264.4 + } + }, + { + "rank": 15, + "brand": "Burrus", + "product": "1U41AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 56.4, + "Yield": 257.4, + "Adj Yield": 257.4 + } + }, + { + "rank": 29, + "brand": "Dekalb", + "product": "DKC102-13RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 57.9, + "Yield": 220.6, + "Adj Yield": 220.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 58.6, + "Yield": 267.9, + "Adj Yield": 267.9 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 56.1, + "Yield": 253.8, + "Adj Yield": 253.8 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 57.0, + "Yield": 229.6, + "Adj Yield": 229.6 + } + } + ], + "n_results": 35, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142879" + ], + "fetched_at": "2026-05-27T02:18:21.756991+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142879.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142879.md new file mode 100644 index 00000000..6ad8230f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142879.md @@ -0,0 +1,65 @@ +# Corn yield trial — Leaf River, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Ogle +- **City:** Leaf River +- **Year:** 2024 +- **Plot ID:** 142879 +- **Cooperator:** Edgewood Farms +- **Plot average:** 256.92 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-11-12 +- **Population:** 36,000 seeds/acre +- **Row width:** 22.0" +- **# Rows:** 6 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142879 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A6499STXRIB | STXRIB | - | 18.5 | 59.6 | 243.2 | 243.2 | +| 21 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.1 | 58.0 | 248.3 | 248.3 | +| 12 | AgriGold | A643-24PCE | PCE | - | 18.1 | 56.2 | 266.0 | 266.0 | +| 22 | AgriGold | A642-59VT2RIB | VT2RIB | - | 17.7 | 57.5 | 245.7 | 245.7 | +| 1 | AgriGold | A642-32VT2PRO | VT2Pro | - | 17.5 | 59.4 | 303.0 | 303.0 | +| 8 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.8 | 57.3 | 276.9 | 276.9 | +| 26 | AgriGold | A642-18SSP | SSP | - | 18.6 | 57.8 | 229.1 | 229.1 | +| 7 | Stine | 9754-20 | DGVT2PRO | - | 18.3 | 58.6 | 278.1 | 278.1 | +| 17 | Dyna Gro | D51SS61RIB | STXRIB | - | 17.3 | 56.7 | 255.6 | 255.6 | +| 28 | Dekalb | DKC112-29RIB | SSPRIB | - | 18.1 | 57.5 | 221.3 | 221.3 | +| 25 | Stine | MX709-20 | 3110 | - | 17.3 | 57.4 | 240.0 | 240.0 | +| 19 | Burrus | 5M76VE | Vorceed | - | 18.3 | 57.6 | 253.8 | 253.8 | +| 6 | AgriGold | A641-85STXRIB | STXRIB | - | 17.6 | 59.4 | 285.9 | 285.9 | +| - | AgriGold | A6499STXRIB | STXRIB | - | 18.4 | 59.0 | 206.9 | 206.9 | +| 5 | Dekalb | DKC110-10RIB | STXRIB | - | 17.0 | 57.7 | 286.0 | 286.0 | +| 24 | Burrus | 4V73AM | AM | - | 17.8 | 55.8 | 243.7 | 243.7 | +| 20 | Burrus | 4W42PCE | PCE | - | 17.7 | 56.5 | 248.6 | 248.6 | +| 31 | AgriGold | J6015PWE | PWE | - | 18.4 | 56.6 | 191.0 | 191.0 | +| 2 | AgriGold | A640-12STXRIB | STXRIB | - | 17.0 | 58.2 | 300.0 | 300.0 | +| 30 | AgriGold | A639-91SSPRIB | SSPRIB | - | 17.6 | 59.2 | 219.6 | 219.6 | +| 3 | Burrus | 4P27VE | Vorceed | - | 17.5 | 57.8 | 293.3 | 293.3 | +| - | AgriGold | A6499STXRIB | STXRIB | - | 18.6 | 57.9 | 204.6 | 204.6 | +| 9 | AgriGold | A639-03VT2RIB | VT2RIB | - | 17.3 | 56.9 | 271.9 | 271.9 | +| 11 | AgriGold | K5836PWE | PWE | - | 18.1 | 58.2 | 267.9 | 267.9 | +| 4 | Dekalb | DKC106-98RIB | VT4RIB | - | 16.5 | 59.5 | 287.5 | 287.5 | +| 23 | AgriGold | A636-42SSP | SSP | - | 17.1 | 58.4 | 245.2 | 245.2 | +| 16 | AgriGold | A636-16-5222 | 5222 | - | 17.2 | 56.1 | 256.6 | 256.6 | +| 27 | Burrus | 2J67Q | QROME | - | 17.7 | 58.2 | 224.8 | 224.8 | +| 14 | Burrus | 2A17VE | Vorceed | - | 17.0 | 59.0 | 260.6 | 260.6 | +| 13 | Burrus | 2A13PCE | PCE | - | 17.9 | 58.1 | 264.4 | 264.4 | +| 15 | Burrus | 1U41AM | AM | - | 16.7 | 56.4 | 257.4 | 257.4 | +| 29 | Dekalb | DKC102-13RIB | VT4RIB | - | 16.9 | 57.9 | 220.6 | 220.6 | +| 10 | AgriGold | A632-68VT2RIB | VT2RIB | - | 16.4 | 58.6 | 267.9 | 267.9 | +| 18 | AgriGold | A631-08VT2PRO | VT2Pro | - | 17.8 | 56.1 | 253.8 | 253.8 | +| - | AgriGold | A6499STXRIB | STXRIB | - | 18.7 | 57.0 | 229.6 | 229.6 | + +Top 5 by Yield: A642-32VT2PRO (AgriGold) 303.0, A640-12STXRIB (AgriGold) 300.0, 4P27VE (Burrus) 293.3, DKC106-98RIB (Dekalb) 287.5, DKC110-10RIB (Dekalb) 286.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142880.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142880.json new file mode 100644 index 00000000..d0ad25e4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142880.json @@ -0,0 +1,322 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142880", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Kansas", + "county": "Edgar", + "year": 2024, + "plot_id": "142880", + "cooperator": "Brian Harmon", + "plot_average": 258.26, + "planted_date": "2024-05-10", + "harvested_date": "2024-10-09", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Channel", + "product": "216-36STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 58.0, + "Yield": 261.7, + "Adj Yield": 261.7 + } + }, + { + "rank": 8, + "brand": "Wyffels", + "product": "W6479RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 59.3, + "Yield": 268.2, + "Adj Yield": 260.72 + } + }, + { + "rank": 17, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 61.2, + "Yield": 249.8, + "Adj Yield": 243.84 + } + }, + { + "rank": 11, + "brand": "Channel", + "product": "211-11VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 58.9, + "Yield": 263.7, + "Adj Yield": 259.05 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 61.2, + "Yield": 289.3, + "Adj Yield": 285.93 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 61.3, + "Yield": 262.2, + "Adj Yield": 259.85 + } + }, + { + "rank": 14, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 60.3, + "Yield": 253.3, + "Adj Yield": 251.92 + } + }, + { + "rank": 19, + "brand": "Channel", + "product": "214-40VT4RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 59.0, + "Yield": 233.7, + "Adj Yield": 233.17 + } + }, + { + "rank": 4, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.7, + "Yield": 267.5, + "Adj Yield": 267.71 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 59.7, + "Yield": 259.6, + "Adj Yield": 260.48 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "216-36STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 59.2, + "Yield": 251.0, + "Adj Yield": 251.0 + } + }, + { + "rank": 2, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 58.4, + "Yield": 270.5, + "Adj Yield": 271.6 + } + }, + { + "rank": 13, + "brand": "Wyffels", + "product": "W8086RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.9, + "Yield": 253.6, + "Adj Yield": 254.76 + } + }, + { + "rank": 16, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 58.8, + "Yield": 248.2, + "Adj Yield": 249.57 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 60.0, + "Yield": 265.2, + "Adj Yield": 266.99 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 61.0, + "Yield": 265.7, + "Adj Yield": 267.9 + } + }, + { + "rank": 12, + "brand": "Channel", + "product": "215-09VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 60.4, + "Yield": 252.3, + "Adj Yield": 255.12 + } + }, + { + "rank": 7, + "brand": "Channel", + "product": "215-42TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 59.9, + "Yield": 257.6, + "Adj Yield": 261.22 + } + }, + { + "rank": 6, + "brand": "Channel", + "product": "215-70TRERIB", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 61.1, + "Yield": 258.4, + "Adj Yield": 262.83 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 60.4, + "Yield": 245.3, + "Adj Yield": 250.65 + } + }, + { + "rank": 18, + "brand": "Channel", + "product": "215-98STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 62.2, + "Yield": 237.1, + "Adj Yield": 243.62 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "216-36STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 61.1, + "Yield": 244.6, + "Adj Yield": 244.6 + } + } + ], + "n_results": 22, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142880" + ], + "fetched_at": "2026-05-27T02:18:22.234075+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142880.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142880.md new file mode 100644 index 00000000..6ed14675 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142880.md @@ -0,0 +1,51 @@ +# Corn yield trial — Kansas, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Edgar +- **City:** Kansas +- **Year:** 2024 +- **Plot ID:** 142880 +- **Cooperator:** Brian Harmon +- **Plot average:** 258.26 BU/Ac +- **Planted:** 2024-05-10 +- **Harvested:** 2024-10-09 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142880 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Channel | 216-36STXRIB | STXRIB | - | 16.3 | 58.0 | 261.7 | 261.7 | +| 8 | Wyffels | W6479RIB | SSPRIB | - | 15.3 | 59.3 | 268.2 | 260.72 | +| 17 | Wyffels | W6886RIB | VT2RIB | - | 14.9 | 61.2 | 249.8 | 243.84 | +| 11 | Channel | 211-11VT2PRIB | VT2RIB | - | 15.0 | 58.9 | 263.7 | 259.05 | +| 1 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.2 | 61.2 | 289.3 | 285.93 | +| 10 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.6 | 61.3 | 262.2 | 259.85 | +| 14 | Wyffels | W7759RIB | SSPRIB | - | 16.2 | 60.3 | 253.3 | 251.92 | +| 19 | Channel | 214-40VT4RIB | VT4RIB | - | 16.3 | 59.0 | 233.7 | 233.17 | +| 4 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 15.8 | 58.7 | 267.5 | 267.71 | +| 9 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.3 | 59.7 | 259.6 | 260.48 | +| - | Channel | 216-36STXRIB | STXRIB | - | 17.1 | 59.2 | 251.0 | 251.0 | +| 2 | Wyffels | W7876RIB | VT2RIB | - | 16.5 | 58.4 | 270.5 | 271.6 | +| 13 | Wyffels | W8086RIB | VT2RIB | - | 16.1 | 59.9 | 253.6 | 254.76 | +| 16 | Wyffels | W7945RIB | TreceptaRIB | - | 16.2 | 58.8 | 248.2 | 249.57 | +| 5 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.1 | 60.0 | 265.2 | 266.99 | +| 3 | AgriGold | A645-30VT2PRO | VT2Pro | - | 17.7 | 61.0 | 265.7 | 267.9 | +| 12 | Channel | 215-09VT2RIB | VT2RIB | - | 17.3 | 60.4 | 252.3 | 255.12 | +| 7 | Channel | 215-42TRERIB | TreceptaRIB | - | 16.6 | 59.9 | 257.6 | 261.22 | +| 6 | Channel | 215-70TRERIB | Trecepta | - | 17.1 | 61.1 | 258.4 | 262.83 | +| 15 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 16.6 | 60.4 | 245.3 | 250.65 | +| 18 | Channel | 215-98STXRIB | STXRIB | - | 15.7 | 62.2 | 237.1 | 243.62 | +| - | Channel | 216-36STXRIB | STXRIB | - | 15.0 | 61.1 | 244.6 | 244.6 | + +Top 5 by Yield: A642-05VT2RIBD1 (AgriGold) 289.3, W7876RIB (Wyffels) 270.5, W6479RIB (Wyffels) 268.2, 214-78DGVT2PRIB (Channel) 267.5, A645-30VT2PRO (AgriGold) 265.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142896.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142896.json new file mode 100644 index 00000000..3332e827 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142896.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142896", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Windsor", + "county": "Shelby", + "year": 2024, + "plot_id": "142896", + "cooperator": "Cole Farms", + "plot_average": 247.94, + "planted_date": "2024-05-13", + "harvested_date": "2024-10-22", + "population_seeds_per_acre": 35600, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 14, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 60.4, + "Yield": 216.7, + "Adj Yield": 216.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 60.3, + "Yield": 242.7, + "Adj Yield": 242.7 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 60.0, + "Yield": 242.7, + "Adj Yield": 242.7 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 57.6, + "Yield": 240.9, + "Adj Yield": 240.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.5, + "Yield": 258.4, + "Adj Yield": 258.4 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 58.8, + "Yield": 240.5, + "Adj Yield": 240.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 61.9, + "Yield": 251.0, + "Adj Yield": 251.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 62.6, + "Yield": 265.7, + "Adj Yield": 265.7 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 63.3, + "Yield": 242.1, + "Adj Yield": 242.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-16STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.9, + "Yield": 246.7, + "Adj Yield": 246.7 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 58.6, + "Yield": 247.4, + "Adj Yield": 247.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 63.4, + "Yield": 269.8, + "Adj Yield": 269.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 58.3, + "Yield": 249.0, + "Adj Yield": 249.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 58.2, + "Yield": 257.6, + "Adj Yield": 257.6 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142896" + ], + "fetched_at": "2026-05-27T02:18:22.711072+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142896.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142896.md new file mode 100644 index 00000000..97ffcc7b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142896.md @@ -0,0 +1,44 @@ +# Corn yield trial — Windsor, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Shelby +- **City:** Windsor +- **Year:** 2024 +- **Plot ID:** 142896 +- **Cooperator:** Cole Farms +- **Plot average:** 247.94 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-22 +- **Population:** 35,600 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142896 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 14 | AgriGold | A639-91SSPRIB | SSPRIB | - | 13.2 | 60.4 | 216.7 | 216.7 | +| 10 | AgriGold | A640-12STXRIB | STXRIB | - | 13.2 | 60.3 | 242.7 | 242.7 | +| 9 | AgriGold | A641-85STXRIB | STXRIB | - | 13.0 | 60.0 | 242.7 | 242.7 | +| 12 | AgriGold | J6227DV-RN | 5222 | - | 13.7 | 57.6 | 240.9 | 240.9 | +| 3 | AgriGold | A642-18SSP | SSP | - | 14.4 | 59.5 | 258.4 | 258.4 | +| 13 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.1 | 58.8 | 240.5 | 240.5 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.7 | 61.9 | 251.0 | 251.0 | +| 2 | AgriGold | A643-52STXRIB | STXRIB | - | 13.8 | 62.6 | 265.7 | 265.7 | +| 11 | AgriGold | A645-30VT2PRO | VT2Pro | - | 14.6 | 63.3 | 242.1 | 242.1 | +| 8 | AgriGold | A645-16STXRIB | STXRIB | - | 14.9 | 58.9 | 246.7 | 246.7 | +| 7 | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.6 | 58.6 | 247.4 | 247.4 | +| 1 | AgriGold | A645-71STXRIB | STXRIB | - | 14.4 | 63.4 | 269.8 | 269.8 | +| 6 | AgriGold | A646-17STXRIB | STXRIB | - | 14.6 | 58.3 | 249.0 | 249.0 | +| 4 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 17.2 | 58.2 | 257.6 | 257.6 | + +Top 5 by Yield: A645-71STXRIB (AgriGold) 269.8, A643-52STXRIB (AgriGold) 265.7, A642-18SSP (AgriGold) 258.4, A647-42TRCRIB (AgriGold) 257.6, A643-52VT2RIB (AgriGold) 251.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142898.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142898.json new file mode 100644 index 00000000..cb5f87c9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142898.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142898", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Toledo", + "county": "Cumberland", + "year": 2024, + "plot_id": "142898", + "cooperator": "Brad Strohl", + "plot_average": 263.98, + "planted_date": "2024-05-13", + "harvested_date": "2024-10-24", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 13, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 58.5, + "Yield": 234.2, + "Adj Yield": 234.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 59.5, + "Yield": 266.1, + "Adj Yield": 266.1 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 59.1, + "Yield": 253.6, + "Adj Yield": 253.6 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 59.1, + "Yield": 251.3, + "Adj Yield": 251.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.8, + "Yield": 267.3, + "Adj Yield": 267.3 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 60.6, + "Yield": 264.8, + "Adj Yield": 264.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 58.8, + "Yield": 281.8, + "Adj Yield": 281.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 58.5, + "Yield": 270.2, + "Adj Yield": 270.2 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 59.1, + "Yield": 267.1, + "Adj Yield": 267.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 58.1, + "Yield": 262.5, + "Adj Yield": 262.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 58.6, + "Yield": 265.4, + "Adj Yield": 265.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 58.7, + "Yield": 279.7, + "Adj Yield": 279.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 59.1, + "Yield": 267.8, + "Adj Yield": 267.8 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142898" + ], + "fetched_at": "2026-05-27T02:18:23.268901+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142898.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142898.md new file mode 100644 index 00000000..76524262 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142898.md @@ -0,0 +1,42 @@ +# Corn yield trial — Toledo, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Cumberland +- **City:** Toledo +- **Year:** 2024 +- **Plot ID:** 142898 +- **Cooperator:** Brad Strohl +- **Plot average:** 263.98 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-24 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142898 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 13 | AgriGold | A638-19-3110 | 3110 | - | 13.6 | 58.5 | 234.2 | 234.2 | +| 7 | AgriGold | A639-03VT2RIB | VT2RIB | - | 13.5 | 59.5 | 266.1 | 266.1 | +| 11 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.6 | 59.1 | 253.6 | 253.6 | +| 12 | AgriGold | A643-24PCE | PCE | - | 15.1 | 59.1 | 251.3 | 251.3 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.2 | 60.8 | 267.3 | 267.3 | +| 9 | AgriGold | K6429AA | 3120EZ | - | 16.0 | 60.6 | 264.8 | 264.8 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.0 | 58.8 | 281.8 | 281.8 | +| 3 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.9 | 58.5 | 270.2 | 270.2 | +| 6 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 16.0 | 59.1 | 267.1 | 267.1 | +| 10 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 16.2 | 58.1 | 262.5 | 262.5 | +| 8 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 15.3 | 58.6 | 265.4 | 265.4 | +| 2 | AgriGold | A646-30VT2RIB | VT2RIB | - | 15.9 | 58.7 | 279.7 | 279.7 | +| 4 | AgriGold | A648-11VT2RIB | VT2RIB | - | 16.3 | 59.1 | 267.8 | 267.8 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 281.8, A646-30VT2RIB (AgriGold) 279.7, A645-16VT2RIB (AgriGold) 270.2, A648-11VT2RIB (AgriGold) 267.8, A643-52VT2RIB (AgriGold) 267.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142901.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142901.json new file mode 100644 index 00000000..035b16e6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142901.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142901", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Shirley", + "county": "Hancock", + "year": 2024, + "plot_id": "142901", + "cooperator": "G & L Lawyer Family Farm", + "plot_average": 241.45, + "planted_date": "2024-05-13", + "harvested_date": "2024-10-12", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A639-40VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 54.2, + "Yield": 246.1, + "Adj Yield": 246.1 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 54.1, + "Yield": 244.1, + "Adj Yield": 244.1 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 55.2, + "Yield": 220.1, + "Adj Yield": 220.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 54.4, + "Yield": 239.1, + "Adj Yield": 239.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 57.8, + "Yield": 257.5, + "Adj Yield": 257.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 55.7, + "Yield": 250.3, + "Adj Yield": 250.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 54.6, + "Yield": 233.5, + "Adj Yield": 233.5 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 55.3, + "Yield": 226.2, + "Adj Yield": 226.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A636-39DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 56.9, + "Yield": 230.5, + "Adj Yield": 230.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 55.0, + "Yield": 256.1, + "Adj Yield": 256.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A640-65-5222AEZ", + "traits": "5222AEZ", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 56.8, + "Yield": 251.2, + "Adj Yield": 251.2 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A639-40VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 56.1, + "Yield": 239.7, + "Adj Yield": 239.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A639-40VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 58.9, + "Yield": 247.3, + "Adj Yield": 247.3 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142901" + ], + "fetched_at": "2026-05-27T02:18:23.735622+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142901.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142901.md new file mode 100644 index 00000000..7840f6ba --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142901.md @@ -0,0 +1,43 @@ +# Corn yield trial — Shirley, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Hancock +- **City:** Shirley +- **Year:** 2024 +- **Plot ID:** 142901 +- **Cooperator:** G & L Lawyer Family Farm +- **Plot average:** 241.45 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-12 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142901 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A639-40VT2RIB | VT2RIB | - | 20.7 | 54.2 | 246.1 | 246.1 | +| 6 | AgriGold | J6015PWE | PWE | - | 20.1 | 54.1 | 244.1 | 244.1 | +| 11 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 19.3 | 55.2 | 220.1 | 220.1 | +| 7 | AgriGold | A643-24PCE | PCE | - | 21.1 | 54.4 | 239.1 | 239.1 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 20.4 | 57.8 | 257.5 | 257.5 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.9 | 55.7 | 250.3 | 250.3 | +| 8 | AgriGold | A645-16VT2RIB | VT2RIB | - | 20.2 | 54.6 | 233.5 | 233.5 | +| 10 | AgriGold | A646-30VT2RIB | VT2RIB | - | 20.0 | 55.3 | 226.2 | 226.2 | +| 9 | AgriGold | A636-39DV-RN | 5222 | - | 20.0 | 56.9 | 230.5 | 230.5 | +| 2 | AgriGold | A638-19-3110 | 3110 | - | 19.7 | 55.0 | 256.1 | 256.1 | +| 3 | AgriGold | A640-65-5222AEZ | 5222AEZ | - | 18.9 | 56.8 | 251.2 | 251.2 | +| - | AgriGold | A639-40VT2RIB | VT2RIB | - | 20.3 | 56.1 | 239.7 | 239.7 | +| 5 | AgriGold | A639-40VT2RIB | VT2RIB | - | 20.8 | 58.9 | 247.3 | 247.3 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 257.5, A638-19-3110 (AgriGold) 256.1, A640-65-5222AEZ (AgriGold) 251.2, A644-64VT2RIB (AgriGold) 250.3, A639-40VT2RIB (AgriGold) 247.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142902.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142902.json new file mode 100644 index 00000000..f1068ab3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142902.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142902", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Columbus", + "county": "Platte", + "year": 2024, + "plot_id": "142902", + "cooperator": "Butch Runge", + "plot_average": 249.23, + "planted_date": "2024-05-14", + "harvested_date": "2024-10-21", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "AgriGold", + "product": "A640-65-5222AEZ", + "traits": "5222AEZ", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 61.5, + "Yield": 227.4, + "Adj Yield": 227.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 58.5, + "Yield": 243.7, + "Adj Yield": 243.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 62.2, + "Yield": 236.5, + "Adj Yield": 236.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 60.5, + "Yield": 261.4, + "Adj Yield": 261.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 62.1, + "Yield": 256.7, + "Adj Yield": 256.7 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 60.5, + "Yield": 239.8, + "Adj Yield": 239.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 62.0, + "Yield": 273.6, + "Adj Yield": 273.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 59.6, + "Yield": 249.8, + "Adj Yield": 249.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 61.4, + "Yield": 254.2, + "Adj Yield": 254.2 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142902" + ], + "fetched_at": "2026-05-27T02:18:24.236821+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142902.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142902.md new file mode 100644 index 00000000..f2672d31 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142902.md @@ -0,0 +1,39 @@ +# Corn yield trial — Columbus, NE, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Platte +- **City:** Columbus +- **Year:** 2024 +- **Plot ID:** 142902 +- **Cooperator:** Butch Runge +- **Plot average:** 249.23 BU/Ac +- **Planted:** 2024-05-14 +- **Harvested:** 2024-10-21 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142902 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | AgriGold | A640-65-5222AEZ | 5222AEZ | - | 12.2 | 61.5 | 227.4 | 227.4 | +| 6 | AgriGold | J6015PWE | PWE | - | 12.0 | 58.5 | 243.7 | 243.7 | +| 8 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 11.3 | 62.2 | 236.5 | 236.5 | +| 2 | AgriGold | A643-24PCE | PCE | - | 12.0 | 60.5 | 261.4 | 261.4 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 11.9 | 62.1 | 256.7 | 256.7 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 12.1 | 60.5 | 239.8 | 239.8 | +| 1 | AgriGold | A645-16VT2RIB | VT2RIB | - | 13.0 | 62.0 | 273.6 | 273.6 | +| 5 | AgriGold | A645-22TRC | Trecepta | - | 12.2 | 59.6 | 249.8 | 249.8 | +| 4 | AgriGold | A646-30VT2RIB | VT2RIB | - | 11.9 | 61.4 | 254.2 | 254.2 | + +Top 5 by Yield: A645-16VT2RIB (AgriGold) 273.6, A643-24PCE (AgriGold) 261.4, A643-52VT2RIB (AgriGold) 256.7, A646-30VT2RIB (AgriGold) 254.2, A645-22TRC (AgriGold) 249.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142905.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142905.json new file mode 100644 index 00000000..ad2dd602 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142905.json @@ -0,0 +1,335 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142905", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NC", + "state_abbrev": "nc", + "city": "Fairview", + "county": "Union", + "year": 2024, + "plot_id": "142905", + "cooperator": "Jimmy Tucker", + "plot_average": 86.63, + "planted_date": "2024-05-03", + "harvested_date": "2024-09-25", + "population_seeds_per_acre": 25000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 48.5, + "Yield": 91.2, + "Adj Yield": 91.2 + } + }, + { + "rank": 16, + "brand": "Golden Harvest", + "product": "G10L16-3330", + "traits": "3330", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 52.6, + "Yield": 78.6, + "Adj Yield": 78.6 + } + }, + { + "rank": 12, + "brand": "Golden Harvest", + "product": "G10B61-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 50.8, + "Yield": 87.8, + "Adj Yield": 87.8 + } + }, + { + "rank": 15, + "brand": "Golden Harvest", + "product": "G11V76-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 53.7, + "Yield": 80.7, + "Adj Yield": 80.7 + } + }, + { + "rank": 22, + "brand": "Golden Harvest", + "product": "G12S75-D", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 51.4, + "Yield": 68.5, + "Adj Yield": 68.5 + } + }, + { + "rank": 22, + "brand": "Golden Harvest", + "product": "G12U11-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 51.4, + "Yield": 68.5, + "Adj Yield": 68.5 + } + }, + { + "rank": 18, + "brand": "Stine", + "product": "9734-20", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 54.1, + "Yield": 73.7, + "Adj Yield": 73.7 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC113-83RIB", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 50.2, + "Yield": 100.1, + "Adj Yield": 100.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 50.2, + "Yield": 100.1, + "Adj Yield": 100.1 + } + }, + { + "rank": 21, + "brand": "Golden Harvest", + "product": "G13D55-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 52.5, + "Yield": 69.3, + "Adj Yield": 69.3 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 51.3, + "Yield": 93.2, + "Adj Yield": 93.2 + } + }, + { + "rank": 13, + "brand": "Golden Harvest", + "product": "G13B17-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 50.6, + "Yield": 85.3, + "Adj Yield": 85.3 + } + }, + { + "rank": 5, + "brand": "Golden Harvest", + "product": "G13U96-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 52.5, + "Yield": 98.6, + "Adj Yield": 98.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 53.2, + "Yield": 108.6, + "Adj Yield": 108.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 53.3, + "Yield": 96.2, + "Adj Yield": 96.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 50.4, + "Yield": 98.5, + "Adj Yield": 98.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 51.3, + "Yield": 103.9, + "Adj Yield": 103.9 + } + }, + { + "rank": 20, + "brand": "Golden Harvest", + "product": "G14B32-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 54.5, + "Yield": 71.0, + "Adj Yield": 71.0 + } + }, + { + "rank": 17, + "brand": "Golden Harvest", + "product": "G15J91-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 52.8, + "Yield": 74.0, + "Adj Yield": 74.0 + } + }, + { + "rank": 7, + "brand": "Golden Harvest", + "product": "G15U34-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 55.4, + "Yield": 98.3, + "Adj Yield": 98.3 + } + }, + { + "rank": 11, + "brand": "Golden Harvest", + "product": "G16Q82-3120AEZ", + "traits": "3120AEZ", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 55.4, + "Yield": 89.5, + "Adj Yield": 89.5 + } + }, + { + "rank": 14, + "brand": "Golden Harvest", + "product": "G17A81-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 52.8, + "Yield": 84.4, + "Adj Yield": 84.4 + } + }, + { + "rank": 19, + "brand": "Stine", + "product": "Unknown", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 55.7, + "Yield": 72.6, + "Adj Yield": 72.6 + } + } + ], + "n_results": 23, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142905" + ], + "fetched_at": "2026-05-27T02:18:24.764937+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142905.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142905.md new file mode 100644 index 00000000..0e371d29 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142905.md @@ -0,0 +1,52 @@ +# Corn yield trial — Fairview, NC, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NC +- **County:** Union +- **City:** Fairview +- **Year:** 2024 +- **Plot ID:** 142905 +- **Cooperator:** Jimmy Tucker +- **Plot average:** 86.63 BU/Ac +- **Planted:** 2024-05-03 +- **Harvested:** 2024-09-25 +- **Population:** 25,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142905 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 10 | AgriGold | A643-52VT2RIB | VT2RIB | - | 22.7 | 48.5 | 91.2 | 91.2 | +| 16 | Golden Harvest | G10L16-3330 | 3330 | - | 18.6 | 52.6 | 78.6 | 78.6 | +| 12 | Golden Harvest | G10B61-AA | 3120EZ | - | 18.2 | 50.8 | 87.8 | 87.8 | +| 15 | Golden Harvest | G11V76-AA | 3120EZ | - | 18.6 | 53.7 | 80.7 | 80.7 | +| 22 | Golden Harvest | G12S75-D | 5222EZ | - | 19.6 | 51.4 | 68.5 | 68.5 | +| 22 | Golden Harvest | G12U11-AA | 3220EZ | - | 19.6 | 51.4 | 68.5 | 68.5 | +| 18 | Stine | 9734-20 | 3110 | - | 18.9 | 54.1 | 73.7 | 73.7 | +| 3 | Dekalb | DKC113-83RIB | Trecepta | - | 21.0 | 50.2 | 100.1 | 100.1 | +| 3 | AgriGold | A643-52VT2PRO | VT2Pro | - | 21.0 | 50.2 | 100.1 | 100.1 | +| 21 | Golden Harvest | G13D55-V | 3220EZ | - | 19.3 | 52.5 | 69.3 | 69.3 | +| 9 | AgriGold | A647-79VT2PRO | VT2Pro | - | 20.2 | 51.3 | 93.2 | 93.2 | +| 13 | Golden Harvest | G13B17-AA | 3120EZ | - | 19.5 | 50.6 | 85.3 | 85.3 | +| 5 | Golden Harvest | G13U96-DV | 5222EZ | - | 19.9 | 52.5 | 98.6 | 98.6 | +| 1 | AgriGold | A645-16VT2PRO | VT2Pro | - | 20.0 | 53.2 | 108.6 | 108.6 | +| 8 | AgriGold | A644-64VT2PRO | VT2Pro | - | 18.9 | 53.3 | 96.2 | 96.2 | +| 6 | AgriGold | A643-52VT2PRO | VT2Pro | - | 21.3 | 50.4 | 98.5 | 98.5 | +| 2 | AgriGold | A645-16VT2PRO | VT2Pro | - | 21.1 | 51.3 | 103.9 | 103.9 | +| 20 | Golden Harvest | G14B32-DV | 5222 | - | 18.5 | 54.5 | 71.0 | 71.0 | +| 17 | Golden Harvest | G15J91-V | 3220 | - | 20.2 | 52.8 | 74.0 | 74.0 | +| 7 | Golden Harvest | G15U34-V | 3220EZ | - | 19.7 | 55.4 | 98.3 | 98.3 | +| 11 | Golden Harvest | G16Q82-3120AEZ | 3120AEZ | - | 20.3 | 55.4 | 89.5 | 89.5 | +| 14 | Golden Harvest | G17A81-V | 3220EZ | - | 19.0 | 52.8 | 84.4 | 84.4 | +| 19 | Stine | Unknown | Unknown | - | 19.6 | 55.7 | 72.6 | 72.6 | + +Top 5 by Yield: A645-16VT2PRO (AgriGold) 108.6, A645-16VT2PRO (AgriGold) 103.9, DKC113-83RIB (Dekalb) 100.1, A643-52VT2PRO (AgriGold) 100.1, G13U96-DV (Golden Harvest) 98.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142910.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142910.json new file mode 100644 index 00000000..6850055a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142910.json @@ -0,0 +1,452 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142910", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Herscher", + "county": "Kankakee", + "year": 2024, + "plot_id": "142910", + "cooperator": "Synergy Seeds", + "plot_average": 268.86, + "planted_date": "2024-05-05", + "harvested_date": "2024-10-09", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Sandy Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 5, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": null, + "Yield": 293.1, + "Adj Yield": 293.1 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": null, + "Yield": 269.4, + "Adj Yield": 269.4 + } + }, + { + "rank": 1, + "brand": "Burrus", + "product": "5F17Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 300.3, + "Adj Yield": 300.3 + } + }, + { + "rank": 19, + "brand": "ProHarvest", + "product": "75P85DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 266.3, + "Adj Yield": 266.3 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": null, + "Yield": 296.1, + "Adj Yield": 296.1 + } + }, + { + "rank": 18, + "brand": "Wyffels", + "product": "W5778RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": null, + "Yield": 267.8, + "Adj Yield": 267.8 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": null, + "Yield": 282.8, + "Adj Yield": 282.8 + } + }, + { + "rank": 12, + "brand": "ProHarvest", + "product": "79P54SSPRORIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": null, + "Yield": 278.4, + "Adj Yield": 278.4 + } + }, + { + "rank": 21, + "brand": "Dekalb", + "product": "DKC112-29RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": null, + "Yield": 265.1, + "Adj Yield": 265.1 + } + }, + { + "rank": 10, + "brand": "Wyffels", + "product": "W6215RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": null, + "Yield": 282.2, + "Adj Yield": 282.2 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P10477Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": null, + "Yield": 296.5, + "Adj Yield": 296.5 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": null, + "Yield": 279.5, + "Adj Yield": 279.5 + } + }, + { + "rank": 13, + "brand": "ProHarvest", + "product": "83P48SSPRORIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": null, + "Yield": 276.9, + "Adj Yield": 276.9 + } + }, + { + "rank": 4, + "brand": "Burrus", + "product": "5J21AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": null, + "Yield": 293.8, + "Adj Yield": 293.8 + } + }, + { + "rank": 23, + "brand": "Dekalb", + "product": "DKC108-17RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 258.0, + "Adj Yield": 258.0 + } + }, + { + "rank": 7, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": null, + "Yield": 287.9, + "Adj Yield": 287.9 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": null, + "Yield": 282.4, + "Adj Yield": 282.4 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 273.6, + "Adj Yield": 273.6 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 292.7, + "Adj Yield": 292.7 + } + }, + { + "rank": 27, + "brand": "Wyffels", + "product": "W6479RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 244.0, + "Adj Yield": 244.0 + } + }, + { + "rank": 32, + "brand": "ProHarvest", + "product": "77P60SSRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 233.0, + "Adj Yield": 233.0 + } + }, + { + "rank": 16, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": null, + "Yield": 269.4, + "Adj Yield": 269.4 + } + }, + { + "rank": 25, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": null, + "Yield": 248.5, + "Adj Yield": 248.5 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": null, + "Yield": 247.8, + "Adj Yield": 247.8 + } + }, + { + "rank": 30, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 239.9, + "Adj Yield": 239.9 + } + }, + { + "rank": 29, + "brand": "ProHarvest", + "product": "83P66VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": null, + "Yield": 241.3, + "Adj Yield": 241.3 + } + }, + { + "rank": 19, + "brand": "Burrus", + "product": "4W42PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": null, + "Yield": 266.3, + "Adj Yield": 266.3 + } + }, + { + "rank": 28, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": null, + "Yield": 242.5, + "Adj Yield": 242.5 + } + }, + { + "rank": 31, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 239.6, + "Adj Yield": 239.6 + } + }, + { + "rank": 22, + "brand": "Wyffels", + "product": "W7485RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": null, + "Yield": 263.2, + "Adj Yield": 263.2 + } + }, + { + "rank": 24, + "brand": "ProHarvest", + "product": "81P20PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": null, + "Yield": 252.9, + "Adj Yield": 252.9 + } + }, + { + "rank": 15, + "brand": "Wyffels", + "product": "W7048RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": null, + "Yield": 272.3, + "Adj Yield": 272.3 + } + } + ], + "n_results": 32, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142910" + ], + "fetched_at": "2026-05-27T02:18:25.280982+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142910.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142910.md new file mode 100644 index 00000000..c6b1981e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142910.md @@ -0,0 +1,62 @@ +# Corn yield trial — Herscher, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Kankakee +- **City:** Herscher +- **Year:** 2024 +- **Plot ID:** 142910 +- **Cooperator:** Synergy Seeds +- **Plot average:** 268.86 BU/Ac +- **Planted:** 2024-05-05 +- **Harvested:** 2024-10-09 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Sandy Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142910 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | Wyffels | W6886RIB | VT2RIB | - | 14.9 | - | 293.1 | 293.1 | +| 16 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 13.8 | - | 269.4 | 269.4 | +| 1 | Burrus | 5F17Q | QROME | - | 15.9 | - | 300.3 | 300.3 | +| 19 | ProHarvest | 75P85DGVT2PRIB | DGVT2PRIB | - | 13.0 | - | 266.3 | 266.3 | +| 3 | Dekalb | DKC110-10RIB | STXRIB | - | 14.8 | - | 296.1 | 296.1 | +| 18 | Wyffels | W5778RIB | STXRIB | - | 13.4 | - | 267.8 | 267.8 | +| 8 | AgriGold | A639-03VT2RIB | VT2RIB | - | 13.9 | - | 282.8 | 282.8 | +| 12 | ProHarvest | 79P54SSPRORIB | SSPRIB | - | 12.7 | - | 278.4 | 278.4 | +| 21 | Dekalb | DKC112-29RIB | SSPRIB | - | 14.3 | - | 265.1 | 265.1 | +| 10 | Wyffels | W6215RIB | TreceptaRIB | - | 11.5 | - | 282.2 | 282.2 | +| 2 | Pioneer | P10477Q | QROME | - | 14.7 | - | 296.5 | 296.5 | +| 11 | AgriGold | A642-32VT2PRO | VT2Pro | - | 15.7 | - | 279.5 | 279.5 | +| 13 | ProHarvest | 83P48SSPRORIB | SSPRIB | - | 15.7 | - | 276.9 | 276.9 | +| 4 | Burrus | 5J21AM | AM | - | 11.4 | - | 293.8 | 293.8 | +| 23 | Dekalb | DKC108-17RIB | TreceptaRIB | - | 13.0 | - | 258.0 | 258.0 | +| 7 | Wyffels | W7759RIB | SSPRIB | - | 14.0 | - | 287.9 | 287.9 | +| 9 | AgriGold | A642-18SSP | SSP | - | 14.0 | - | 282.4 | 282.4 | +| 14 | Dekalb | DKC114-99RIB | VT4RIB | - | 14.2 | - | 273.6 | 273.6 | +| 6 | Pioneer | P14830Q | QROME | - | 14.2 | - | 292.7 | 292.7 | +| 27 | Wyffels | W6479RIB | SSPRIB | - | 15.9 | - | 244.0 | 244.0 | +| 32 | ProHarvest | 77P60SSRIB | STXRIB | - | 13.0 | - | 233.0 | 233.0 | +| 16 | Wyffels | W7876RIB | VT2RIB | - | 13.8 | - | 269.4 | 269.4 | +| 25 | Dekalb | DKC64-22RIB | VT2RIB | - | 13.4 | - | 248.5 | 248.5 | +| 26 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.6 | - | 247.8 | 247.8 | +| 30 | Wyffels | W7945RIB | TreceptaRIB | - | 14.5 | - | 239.9 | 239.9 | +| 29 | ProHarvest | 83P66VT2RIB | VT2RIB | - | 14.0 | - | 241.3 | 241.3 | +| 19 | Burrus | 4W42PCE | PCE | - | 13.9 | - | 266.3 | 266.3 | +| 28 | Wyffels | W6505RIB | TreceptaRIB | - | 12.6 | - | 242.5 | 242.5 | +| 31 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 16.5 | - | 239.6 | 239.6 | +| 22 | Wyffels | W7485RIB | TreceptaRIB | - | 14.0 | - | 263.2 | 263.2 | +| 24 | ProHarvest | 81P20PCE | PCE | - | 14.7 | - | 252.9 | 252.9 | +| 15 | Wyffels | W7048RIB | STXRIB | - | 14.6 | - | 272.3 | 272.3 | + +Top 5 by Yield: 5F17Q (Burrus) 300.3, P10477Q (Pioneer) 296.5, DKC110-10RIB (Dekalb) 296.1, 5J21AM (Burrus) 293.8, W6886RIB (Wyffels) 293.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142912.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142912.json new file mode 100644 index 00000000..2425d543 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142912.json @@ -0,0 +1,543 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142912", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Milford", + "county": "Iroquois", + "year": 2024, + "plot_id": "142912", + "cooperator": "Van Hoveln Farms Inc", + "plot_average": 249.88, + "planted_date": "2024-05-13", + "harvested_date": "2024-10-26", + "population_seeds_per_acre": 24000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": null, + "Yield": 243.4, + "Adj Yield": 243.4 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": null, + "Yield": 250.9, + "Adj Yield": 249.81 + } + }, + { + "rank": 31, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": null, + "Yield": 238.3, + "Adj Yield": 237.68 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": null, + "Yield": 245.9, + "Adj Yield": 245.72 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": null, + "Yield": 251.1, + "Adj Yield": 251.34 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 266.0, + "Adj Yield": 266.64 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": null, + "Yield": 249.8, + "Adj Yield": 250.84 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": null, + "Yield": 258.1, + "Adj Yield": 259.56 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 245.6, + "Adj Yield": 247.51 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 249.1, + "Adj Yield": 251.52 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 244.1, + "Adj Yield": 247.11 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 241.6, + "Adj Yield": 245.36 + } + }, + { + "rank": null, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 237.0, + "Adj Yield": 237.0 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 255.1, + "Adj Yield": 258.87 + } + }, + { + "rank": 27, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": null, + "Yield": 242.3, + "Adj Yield": 245.34 + } + }, + { + "rank": 25, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": null, + "Yield": 243.0, + "Adj Yield": 245.49 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 254.3, + "Adj Yield": 256.34 + } + }, + { + "rank": 33, + "brand": "Pioneer", + "product": "P10477V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": null, + "Yield": 234.6, + "Adj Yield": 236.28 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": null, + "Yield": 265.7, + "Adj Yield": 267.08 + } + }, + { + "rank": 12, + "brand": "Pioneer", + "product": "P09312V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": null, + "Yield": 251.1, + "Adj Yield": 252.22 + } + }, + { + "rank": 22, + "brand": "Pioneer", + "product": "P08527V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": null, + "Yield": 246.4, + "Adj Yield": 247.3 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P1027AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": null, + "Yield": 263.8, + "Adj Yield": 264.52 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 260.4, + "Adj Yield": 260.99 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": null, + "Yield": 260.4, + "Adj Yield": 260.9 + } + }, + { + "rank": null, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 241.3, + "Adj Yield": 241.3 + } + }, + { + "rank": 17, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": null, + "Yield": 250.3, + "Adj Yield": 250.72 + } + }, + { + "rank": 11, + "brand": "Wyffels", + "product": "W8086RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 255.5, + "Adj Yield": 255.81 + } + }, + { + "rank": 9, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": null, + "Yield": 256.9, + "Adj Yield": 257.06 + } + }, + { + "rank": 13, + "brand": "Channel", + "product": "211-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": null, + "Yield": 251.8, + "Adj Yield": 251.79 + } + }, + { + "rank": 1, + "brand": "Channel", + "product": "215-70TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 273.8, + "Adj Yield": 273.59 + } + }, + { + "rank": 29, + "brand": "Channel", + "product": "212-63VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 240.1, + "Adj Yield": 239.67 + } + }, + { + "rank": 21, + "brand": "Golden Harvest", + "product": "G12U11-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 248.1, + "Adj Yield": 247.42 + } + }, + { + "rank": 28, + "brand": "Golden Harvest", + "product": "G15J91-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 244.9, + "Adj Yield": 243.94 + } + }, + { + "rank": 19, + "brand": "Golden Harvest", + "product": "G11V76-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": null, + "Yield": 249.6, + "Adj Yield": 248.33 + } + }, + { + "rank": 34, + "brand": "Golden Harvest", + "product": "G12S75-D", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 232.6, + "Adj Yield": 230.98 + } + }, + { + "rank": 30, + "brand": "Purple Ribbon", + "product": "23A11STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": null, + "Yield": 240.1, + "Adj Yield": 238.08 + } + }, + { + "rank": 32, + "brand": "Purple Ribbon", + "product": "23A10STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": null, + "Yield": 239.6, + "Adj Yield": 237.12 + } + }, + { + "rank": 35, + "brand": "Purple Ribbon", + "product": "25A14VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": null, + "Yield": 225.8, + "Adj Yield": 222.79 + } + }, + { + "rank": null, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 245.4, + "Adj Yield": 245.4 + } + } + ], + "n_results": 39, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142912" + ], + "fetched_at": "2026-05-27T02:18:25.748155+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142912.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142912.md new file mode 100644 index 00000000..894ed248 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142912.md @@ -0,0 +1,69 @@ +# Corn yield trial — Milford, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Iroquois +- **City:** Milford +- **Year:** 2024 +- **Plot ID:** 142912 +- **Cooperator:** Van Hoveln Farms Inc +- **Plot average:** 249.88 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-26 +- **Population:** 24,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142912 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Wyffels | W7876RIB | VT2RIB | - | 13.2 | - | 243.4 | 243.4 | +| 18 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.6 | - | 250.9 | 249.81 | +| 31 | AgriGold | A640-12STXRIB | STXRIB | - | 14.0 | - | 238.3 | 237.68 | +| 24 | AgriGold | A641-85STXRIB | STXRIB | - | 12.2 | - | 245.9 | 245.72 | +| 15 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.1 | - | 251.1 | 251.34 | +| 3 | AgriGold | A642-18SSP | SSP | - | 13.5 | - | 266.0 | 266.64 | +| 16 | AgriGold | A643-24PCE | PCE | - | 14.9 | - | 249.8 | 250.84 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.3 | - | 258.1 | 259.56 | +| 20 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.6 | - | 245.6 | 247.51 | +| 14 | AgriGold | A645-30VT2PRO | VT2Pro | - | 15.2 | - | 249.1 | 251.52 | +| 23 | AgriGold | A645-71STXRIB | STXRIB | - | 15.8 | - | 244.1 | 247.11 | +| 26 | AgriGold | A646-30VT2RIB | VT2RIB | - | 16.2 | - | 241.6 | 245.36 | +| - | Wyffels | W7876RIB | VT2RIB | - | 15.9 | - | 237.0 | 237.0 | +| 8 | Dekalb | DKC114-99RIB | VT4RIB | - | 14.5 | - | 255.1 | 258.87 | +| 27 | Dekalb | DKC110-10RIB | STXRIB | - | 14.6 | - | 242.3 | 245.34 | +| 25 | Dekalb | DKC64-22RIB | VT2RIB | - | 14.9 | - | 243.0 | 245.49 | +| 10 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 16.8 | - | 254.3 | 256.34 | +| 33 | Pioneer | P10477V | Vorceed | - | 13.7 | - | 234.6 | 236.28 | +| 2 | Pioneer | P14830Q | QROME | - | 14.9 | - | 265.7 | 267.08 | +| 12 | Pioneer | P09312V | Vorceed | - | 12.9 | - | 251.1 | 252.22 | +| 22 | Pioneer | P08527V | Vorceed | - | 13.6 | - | 246.4 | 247.3 | +| 4 | Pioneer | P1027AM | AM | - | 13.7 | - | 263.8 | 264.52 | +| 5 | Pioneer | P1742Q | QROME | - | 16.8 | - | 260.4 | 260.99 | +| 6 | Pioneer | P13777PCE | PCE | - | 14.8 | - | 260.4 | 260.9 | +| - | Wyffels | W7876RIB | VT2RIB | - | 15.5 | - | 241.3 | 241.3 | +| 17 | Wyffels | W7759RIB | SSPRIB | - | 14.0 | - | 250.3 | 250.72 | +| 11 | Wyffels | W8086RIB | VT2RIB | - | 16.3 | - | 255.5 | 255.81 | +| 9 | Wyffels | W6505RIB | TreceptaRIB | - | 13.9 | - | 256.9 | 257.06 | +| 13 | Channel | 211-11SSPRIB | SSPRIB | - | 13.8 | - | 251.8 | 251.79 | +| 1 | Channel | 215-70TRCRIB | TreceptaRIB | - | 16.2 | - | 273.8 | 273.59 | +| 29 | Channel | 212-63VT4PRIB | VT4RIB | - | 14.5 | - | 240.1 | 239.67 | +| 21 | Golden Harvest | G12U11-AA | 3220EZ | - | 14.2 | - | 248.1 | 247.42 | +| 28 | Golden Harvest | G15J91-V | 3220 | - | 16.7 | - | 244.9 | 243.94 | +| 19 | Golden Harvest | G11V76-AA | 3120EZ | - | 15.3 | - | 249.6 | 248.33 | +| 34 | Golden Harvest | G12S75-D | 5222EZ | - | 16.4 | - | 232.6 | 230.98 | +| 30 | Purple Ribbon | 23A11STXRIB | STXRIB | - | 13.7 | - | 240.1 | 238.08 | +| 32 | Purple Ribbon | 23A10STXRIB | STXRIB | - | 13.3 | - | 239.6 | 237.12 | +| 35 | Purple Ribbon | 25A14VT2RIB | VT2RIB | - | 14.9 | - | 225.8 | 222.79 | +| - | Wyffels | W7876RIB | VT2RIB | - | 16.1 | - | 245.4 | 245.4 | + +Top 5 by Yield: 215-70TRCRIB (Channel) 273.8, A642-18SSP (AgriGold) 266.0, P14830Q (Pioneer) 265.7, P1027AM (Pioneer) 263.8, P1742Q (Pioneer) 260.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142913.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142913.json new file mode 100644 index 00000000..9533e40e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142913.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142913", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Ashmore", + "county": "Coles", + "year": 2024, + "plot_id": "142913", + "cooperator": "Roger Babbs", + "plot_average": 267.78, + "planted_date": "2024-05-11", + "harvested_date": "2024-10-15", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 59.0, + "Yield": 272.4, + "Adj Yield": 272.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.1, + "Yield": 275.3, + "Adj Yield": 275.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.5, + "Yield": 264.6, + "Adj Yield": 264.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 62.1, + "Yield": 282.3, + "Adj Yield": 282.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 61.1, + "Yield": 273.4, + "Adj Yield": 273.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 62.5, + "Yield": 273.4, + "Adj Yield": 273.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 62.8, + "Yield": 261.5, + "Adj Yield": 261.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 58.7, + "Yield": 271.4, + "Adj Yield": 271.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 59.5, + "Yield": 247.5, + "Adj Yield": 247.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 62.9, + "Yield": 256.0, + "Adj Yield": 256.0 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142913" + ], + "fetched_at": "2026-05-27T02:18:26.257259+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142913.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142913.md new file mode 100644 index 00000000..7ccd1a0c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142913.md @@ -0,0 +1,39 @@ +# Corn yield trial — Ashmore, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Coles +- **City:** Ashmore +- **Year:** 2024 +- **Plot ID:** 142913 +- **Cooperator:** Roger Babbs +- **Plot average:** 267.78 BU/Ac +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-15 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142913 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.9 | 59.0 | 272.4 | 272.4 | +| 2 | AgriGold | A642-18SSP | SSP | - | 16.1 | 59.1 | 275.3 | 275.3 | +| 7 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.8 | 58.5 | 264.6 | 264.6 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.4 | 62.1 | 282.3 | 282.3 | +| 3 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.4 | 61.1 | 273.4 | 273.4 | +| 3 | AgriGold | A645-30VT2PRO | VT2Pro | - | 16.4 | 62.5 | 273.4 | 273.4 | +| 8 | AgriGold | A646-30VT2RIB | VT2RIB | - | 16.4 | 62.8 | 261.5 | 261.5 | +| 6 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 16.1 | 58.7 | 271.4 | 271.4 | +| 10 | AgriGold | K6429AA | 3120EZ | - | 16.7 | 59.5 | 247.5 | 247.5 | +| 9 | AgriGold | J6621VT2PRO | VT2Pro | - | 16.5 | 62.9 | 256.0 | 256.0 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 282.3, A642-18SSP (AgriGold) 275.3, A645-16VT2RIB (AgriGold) 273.4, A645-30VT2PRO (AgriGold) 273.4, A642-05VT2RIBD1 (AgriGold) 272.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142914.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142914.json new file mode 100644 index 00000000..fc42ecc3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142914.json @@ -0,0 +1,335 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142914", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Plainfield", + "county": "Bremer", + "year": 2024, + "plot_id": "142914", + "cooperator": "Brase Brothers", + "plot_average": 184.07, + "planted_date": "2024-05-14", + "harvested_date": "2024-10-17", + "population_seeds_per_acre": 33500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Sandy Clay", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 58.3, + "Yield": 203.9, + "Adj Yield": 203.9 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 56.9, + "Yield": 195.5, + "Adj Yield": 195.5 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A628-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 59.7, + "Yield": 161.7, + "Adj Yield": 161.7 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 56.8, + "Yield": 147.3, + "Adj Yield": 147.3 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 59.2, + "Yield": 179.0, + "Adj Yield": 179.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A630-04", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 58.3, + "Yield": 196.5, + "Adj Yield": 196.5 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 57.4, + "Yield": 194.0, + "Adj Yield": 194.0 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "K5218D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 58.7, + "Yield": 158.2, + "Adj Yield": 158.2 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 57.6, + "Yield": 178.2, + "Adj Yield": 178.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 60.0, + "Yield": 201.3, + "Adj Yield": 201.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A632-68", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 59.3, + "Yield": 213.5, + "Adj Yield": 213.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 57.8, + "Yield": 215.5, + "Adj Yield": 215.5 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A628-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 58.8, + "Yield": 179.1, + "Adj Yield": 179.1 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A636-39", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 58.9, + "Yield": 178.9, + "Adj Yield": 178.9 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 58.1, + "Yield": 130.5, + "Adj Yield": 130.5 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 55.6, + "Yield": 141.9, + "Adj Yield": 141.9 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 58.4, + "Yield": 173.0, + "Adj Yield": 173.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 57.8, + "Yield": 224.1, + "Adj Yield": 224.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 60.4, + "Yield": 209.9, + "Adj Yield": 209.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.5, + "Yield": 223.6, + "Adj Yield": 223.6 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 59.1, + "Yield": 144.6, + "Adj Yield": 144.6 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 57.1, + "Yield": 172.0, + "Adj Yield": 172.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A628-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 58.8, + "Yield": 145.4, + "Adj Yield": 145.4 + } + } + ], + "n_results": 23, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142914" + ], + "fetched_at": "2026-05-27T02:18:26.768074+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142914.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142914.md new file mode 100644 index 00000000..76fc85c2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142914.md @@ -0,0 +1,53 @@ +# Corn yield trial — Plainfield, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Bremer +- **City:** Plainfield +- **Year:** 2024 +- **Plot ID:** 142914 +- **Cooperator:** Brase Brothers +- **Plot average:** 184.07 BU/Ac +- **Planted:** 2024-05-14 +- **Harvested:** 2024-10-17 +- **Population:** 33,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Sandy Clay +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142914 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | AgriGold | A638-19 | C | - | 14.6 | 58.3 | 203.9 | 203.9 | +| 9 | AgriGold | A638-19-3110 | 3110 | - | 14.9 | 56.9 | 195.5 | 195.5 | +| - | AgriGold | A628-16VT2RIB | VT2RIB | - | 12.0 | 59.7 | 161.7 | 161.7 | +| 17 | AgriGold | A628-51SSPRIB | SSPRIB | - | 12.0 | 56.8 | 147.3 | 147.3 | +| 11 | AgriGold | A629-55VT2RIB | VT2RIB | - | 12.8 | 59.2 | 179.0 | 179.0 | +| 8 | AgriGold | A630-04 | C | - | 12.5 | 58.3 | 196.5 | 196.5 | +| 10 | AgriGold | A630-04AA-RN | 3120 | - | 12.9 | 57.4 | 194.0 | 194.0 | +| 16 | AgriGold | K5218D | 5122EZ | - | 14.6 | 58.7 | 158.2 | 158.2 | +| 13 | AgriGold | A631-08VT2PRO | VT2Pro | - | 13.8 | 57.6 | 178.2 | 178.2 | +| 7 | AgriGold | A632-68VT2RIB | VT2RIB | - | 14.4 | 60.0 | 201.3 | 201.3 | +| 4 | AgriGold | A632-68 | C | - | 14.0 | 59.3 | 213.5 | 213.5 | +| 3 | AgriGold | A636-11VT2RIB | VT2RIB | - | 13.6 | 57.8 | 215.5 | 215.5 | +| - | AgriGold | A628-16VT2RIB | VT2RIB | - | 13.2 | 58.8 | 179.1 | 179.1 | +| 12 | AgriGold | A636-39 | C | - | 14.5 | 58.9 | 178.9 | 178.9 | +| 20 | AgriGold | A636-39-3110 | 3110 | - | 15.3 | 58.1 | 130.5 | 130.5 | +| 19 | AgriGold | A636-16-5222 | 5222 | - | 16.3 | 55.6 | 141.9 | 141.9 | +| 14 | AgriGold | A637-72VT2PRO | VT2Pro | - | 14.2 | 58.4 | 173.0 | 173.0 | +| 1 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.5 | 57.8 | 224.1 | 224.1 | +| 5 | AgriGold | A639-91SSPRIB | SSPRIB | - | 15.1 | 60.4 | 209.9 | 209.9 | +| 2 | AgriGold | A640-12STXRIB | STXRIB | - | 15.4 | 58.5 | 223.6 | 223.6 | +| 18 | AgriGold | A641-85STXRIB | STXRIB | - | 18.2 | 59.1 | 144.6 | 144.6 | +| 15 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.8 | 57.1 | 172.0 | 172.0 | +| - | AgriGold | A628-16VT2RIB | VT2RIB | - | 13.3 | 58.8 | 145.4 | 145.4 | + +Top 5 by Yield: A639-03VT2RIB (AgriGold) 224.1, A640-12STXRIB (AgriGold) 223.6, A636-11VT2RIB (AgriGold) 215.5, A632-68 (AgriGold) 213.5, A639-91SSPRIB (AgriGold) 209.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142926.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142926.json new file mode 100644 index 00000000..c3907760 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142926.json @@ -0,0 +1,309 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142926", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MN", + "state_abbrev": "mn", + "city": "Pipestone", + "county": "Pipestone", + "year": 2024, + "plot_id": "142926", + "cooperator": "Michael Merrill", + "plot_average": 205.24, + "planted_date": "2024-05-14", + "harvested_date": "2024-10-10", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 54.2, + "Yield": 192.0, + "Adj Yield": 192.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A631-12SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 57.8, + "Yield": 207.7, + "Adj Yield": 213.26 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "K5218D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 59.4, + "Yield": 211.7, + "Adj Yield": 216.66 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A632-68DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 61.0, + "Yield": 201.9, + "Adj Yield": 206.21 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 58.8, + "Yield": 203.5, + "Adj Yield": 207.09 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 58.6, + "Yield": 208.5, + "Adj Yield": 211.48 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A636-39DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 56.9, + "Yield": 187.5, + "Adj Yield": 189.83 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 55.9, + "Yield": 222.3, + "Adj Yield": 223.92 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 57.7, + "Yield": 215.1, + "Adj Yield": 216.04 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A628-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.4, + "Yield": 185.6, + "Adj Yield": 185.96 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 56.6, + "Yield": 212.3, + "Adj Yield": 212.01 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 57.8, + "Yield": 218.0, + "Adj Yield": 217.02 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 58.4, + "Yield": 211.2, + "Adj Yield": 209.53 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 57.8, + "Yield": 186.5, + "Adj Yield": 184.18 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 57.0, + "Yield": 191.9, + "Adj Yield": 188.92 + } + }, + { + "rank": 15, + "brand": "Heine", + "product": "6650TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 58.9, + "Yield": 195.4, + "Adj Yield": 191.75 + } + }, + { + "rank": 14, + "brand": "Heine", + "product": "6500VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 58.2, + "Yield": 200.3, + "Adj Yield": 196.04 + } + }, + { + "rank": 12, + "brand": "Heine", + "product": "H6760TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 58.1, + "Yield": 204.6, + "Adj Yield": 199.68 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 58.2, + "Yield": 204.5, + "Adj Yield": 198.9 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 58.2, + "Yield": 204.5, + "Adj Yield": 204.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 57.4, + "Yield": 236.8, + "Adj Yield": 231.14 + } + } + ], + "n_results": 21, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142926" + ], + "fetched_at": "2026-05-27T02:18:27.232104+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142926.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142926.md new file mode 100644 index 00000000..cbbe0b5f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142926.md @@ -0,0 +1,51 @@ +# Corn yield trial — Pipestone, MN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MN +- **County:** Pipestone +- **City:** Pipestone +- **Year:** 2024 +- **Plot ID:** 142926 +- **Cooperator:** Michael Merrill +- **Plot average:** 205.24 BU/Ac +- **Planted:** 2024-05-14 +- **Harvested:** 2024-10-10 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142926 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A628-51SSPRIB | SSPRIB | - | 13.5 | 54.2 | 192.0 | 192.0 | +| 6 | AgriGold | A631-12SSP | SSP | - | 13.0 | 57.8 | 207.7 | 213.26 | +| 4 | AgriGold | K5218D | 5122EZ | - | 14.0 | 59.4 | 211.7 | 216.66 | +| 11 | AgriGold | A632-68DV-RN | 5222 | - | 16.4 | 61.0 | 201.9 | 206.21 | +| 10 | AgriGold | A634-11SSPRIB | SSPRIB | - | 14.5 | 58.8 | 203.5 | 207.09 | +| 8 | AgriGold | A636-42SSP | SSP | - | 17.1 | 58.6 | 208.5 | 211.48 | +| 16 | AgriGold | A636-39DV-RN | 5222 | - | 20.0 | 56.9 | 187.5 | 189.83 | +| 2 | AgriGold | A636-16-5222 | 5222 | - | 22.8 | 55.9 | 222.3 | 223.92 | +| 5 | AgriGold | A637-72VT2PRO | VT2Pro | - | 21.0 | 57.7 | 215.1 | 216.04 | +| 18 | AgriGold | A628-16VT2RIB | VT2RIB | - | 15.4 | 58.4 | 185.6 | 185.96 | +| 7 | AgriGold | A629-55VT2RIB | VT2RIB | - | 15.7 | 56.6 | 212.3 | 212.01 | +| 3 | AgriGold | A630-04AA-RN | 3120 | - | 18.2 | 57.8 | 218.0 | 217.02 | +| 9 | AgriGold | A632-68VT2RIB | VT2RIB | - | 17.1 | 58.4 | 211.2 | 209.53 | +| 19 | AgriGold | A636-39-3110 | 3110 | - | 18.2 | 57.8 | 186.5 | 184.18 | +| 17 | AgriGold | A636-11VT2RIB | VT2RIB | - | 15.3 | 57.0 | 191.9 | 188.92 | +| 15 | Heine | 6650TRC | Trecepta | - | 12.8 | 58.9 | 195.4 | 191.75 | +| 14 | Heine | 6500VT2PRO | VT2Pro | - | 12.4 | 58.2 | 200.3 | 196.04 | +| 12 | Heine | H6760TRCRIB | TreceptaRIB | - | 12.7 | 58.1 | 204.6 | 199.68 | +| 13 | AgriGold | A628-51SSPRIB | SSPRIB | - | 13.8 | 58.2 | 204.5 | 198.9 | +| - | AgriGold | A628-51SSPRIB | SSPRIB | - | 13.8 | 58.2 | 204.5 | 204.5 | +| 1 | AgriGold | A631-08VT2PRO | VT2Pro | - | 16.4 | 57.4 | 236.8 | 231.14 | + +Top 5 by Yield: A631-08VT2PRO (AgriGold) 236.8, A636-16-5222 (AgriGold) 222.3, A630-04AA-RN (AgriGold) 218.0, A637-72VT2PRO (AgriGold) 215.1, A629-55VT2RIB (AgriGold) 212.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142930.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142930.json new file mode 100644 index 00000000..f4d7b8c2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142930.json @@ -0,0 +1,504 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142930", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Manchester", + "county": "Delaware", + "year": 2024, + "plot_id": "142930", + "cooperator": "Atwater Ag", + "plot_average": 183.97, + "planted_date": "2024-05-14", + "harvested_date": "2024-10-04", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Sandy Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 31, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 54.7, + "Yield": 161.1, + "Adj Yield": 161.1 + } + }, + { + "rank": 33, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 54.0, + "Yield": 151.8, + "Adj Yield": 151.8 + } + }, + { + "rank": 28, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 54.4, + "Yield": 166.1, + "Adj Yield": 166.1 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A631-12SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 55.7, + "Yield": 170.8, + "Adj Yield": 170.8 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A632-68DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 57.0, + "Yield": 192.6, + "Adj Yield": 192.6 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "K5218D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 56.5, + "Yield": 167.2, + "Adj Yield": 167.2 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 54.4, + "Yield": 181.4, + "Adj Yield": 181.4 + } + }, + { + "rank": 29, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 55.7, + "Yield": 166.1, + "Adj Yield": 166.1 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 54.2, + "Yield": 174.1, + "Adj Yield": 174.1 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 51.7, + "Yield": 178.7, + "Adj Yield": 178.7 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 53.6, + "Yield": 185.0, + "Adj Yield": 185.0 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 56.2, + "Yield": 185.6, + "Adj Yield": 185.6 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 53.2, + "Yield": 182.4, + "Adj Yield": 182.4 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 54.5, + "Yield": 195.0, + "Adj Yield": 195.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 54.2, + "Yield": 200.3, + "Adj Yield": 200.3 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 51.3, + "Yield": 178.7, + "Adj Yield": 178.7 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A639-70STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 55.1, + "Yield": 194.1, + "Adj Yield": 194.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 53.3, + "Yield": 202.2, + "Adj Yield": 202.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 54.1, + "Yield": 203.1, + "Adj Yield": 203.1 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A640-24-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 53.4, + "Yield": 192.6, + "Adj Yield": 192.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": null, + "Yield": 203.6, + "Adj Yield": 203.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 55.7, + "Yield": 218.1, + "Adj Yield": 218.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": 55.0, + "Yield": 205.6, + "Adj Yield": 205.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": 53.2, + "Yield": 202.8, + "Adj Yield": 202.8 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 52.2, + "Yield": 195.7, + "Adj Yield": 195.7 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 24.9, + "Test Wt.": 53.5, + "Yield": 199.6, + "Adj Yield": 199.6 + } + }, + { + "rank": 34, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 28.4, + "Test Wt.": 52.6, + "Yield": 146.3, + "Adj Yield": 146.3 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 29.1, + "Test Wt.": 51.7, + "Yield": 170.1, + "Adj Yield": 170.1 + } + }, + { + "rank": 32, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 30.2, + "Test Wt.": 50.3, + "Yield": 157.5, + "Adj Yield": 157.5 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 26.5, + "Test Wt.": 52.4, + "Yield": 162.9, + "Adj Yield": 162.9 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A631-12SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 54.5, + "Yield": 171.1, + "Adj Yield": 171.1 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 53.5, + "Yield": 187.1, + "Adj Yield": 187.1 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 23.3, + "Test Wt.": 53.3, + "Yield": 194.2, + "Adj Yield": 194.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 25.3, + "Test Wt.": 51.8, + "Yield": 207.9, + "Adj Yield": 207.9 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A632-68DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 56.7, + "Yield": 198.1, + "Adj Yield": 198.1 + } + }, + { + "rank": 30, + "brand": "AgriGold", + "product": "A636-39DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 25.7, + "Test Wt.": 54.3, + "Yield": 163.4, + "Adj Yield": 163.4 + } + } + ], + "n_results": 36, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142930" + ], + "fetched_at": "2026-05-27T02:18:27.765734+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142930.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142930.md new file mode 100644 index 00000000..49f5d290 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142930.md @@ -0,0 +1,66 @@ +# Corn yield trial — Manchester, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Delaware +- **City:** Manchester +- **Year:** 2024 +- **Plot ID:** 142930 +- **Cooperator:** Atwater Ag +- **Plot average:** 183.97 BU/Ac +- **Planted:** 2024-05-14 +- **Harvested:** 2024-10-04 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Sandy Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142930 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 31 | AgriGold | A629-55VT2RIB | VT2RIB | - | 19.7 | 54.7 | 161.1 | 161.1 | +| 33 | AgriGold | A630-04AA-RN | 3120 | - | 19.9 | 54.0 | 151.8 | 151.8 | +| 28 | AgriGold | A631-08VT2PRO | VT2Pro | - | 18.7 | 54.4 | 166.1 | 166.1 | +| 25 | AgriGold | A631-12SSP | SSP | - | 18.6 | 55.7 | 170.8 | 170.8 | +| 14 | AgriGold | A632-68DV-RN | 5222 | - | 19.3 | 57.0 | 192.6 | 192.6 | +| 27 | AgriGold | K5218D | 5122EZ | - | 19.5 | 56.5 | 167.2 | 167.2 | +| 20 | AgriGold | A634-11SSPRIB | SSPRIB | - | 19.6 | 54.4 | 181.4 | 181.4 | +| 29 | AgriGold | A636-39-3110 | 3110 | - | 19.0 | 55.7 | 166.1 | 166.1 | +| 23 | AgriGold | A636-42SSP | SSP | - | 20.2 | 54.2 | 174.1 | 174.1 | +| 21 | AgriGold | A636-16-5222 | 5222 | - | 22.0 | 51.7 | 178.7 | 178.7 | +| 18 | AgriGold | A636-11VT2RIB | VT2RIB | - | 19.1 | 53.6 | 185.0 | 185.0 | +| 17 | AgriGold | A637-72VT2PRO | VT2Pro | - | 21.4 | 56.2 | 185.6 | 185.6 | +| 19 | AgriGold | A638-19-3110 | 3110 | - | 20.5 | 53.2 | 182.4 | 182.4 | +| - | AgriGold | A640-12STXRIB | STXRIB | - | 20.8 | 54.5 | 195.0 | 195.0 | +| 8 | AgriGold | A639-03VT2RIB | VT2RIB | - | 19.7 | 54.2 | 200.3 | 200.3 | +| 21 | AgriGold | A639-91SSPRIB | SSPRIB | - | 19.9 | 51.3 | 178.7 | 178.7 | +| 13 | AgriGold | A639-70STXRIB | STXRIB | - | 20.2 | 55.1 | 194.1 | 194.1 | +| 7 | AgriGold | J6015PWE | PWE | - | 21.7 | 53.3 | 202.2 | 202.2 | +| 5 | AgriGold | A640-16-3110 | 3110 | - | 22.1 | 54.1 | 203.1 | 203.1 | +| 15 | AgriGold | A640-24-3110 | 3110 | - | 20.8 | 53.4 | 192.6 | 192.6 | +| 4 | AgriGold | A641-26-3110 | 3110 | - | 20.5 | - | 203.6 | 203.6 | +| 1 | AgriGold | A641-85STXRIB | STXRIB | - | 22.2 | 55.7 | 218.1 | 218.1 | +| 3 | AgriGold | A642-32VT2PRO | VT2Pro | - | 23.0 | 55.0 | 205.6 | 205.6 | +| 6 | AgriGold | A642-18SSP | SSP | - | 24.2 | 53.2 | 202.8 | 202.8 | +| 11 | AgriGold | J6227DV-RN | 5222 | - | 22.7 | 52.2 | 195.7 | 195.7 | +| 9 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 24.9 | 53.5 | 199.6 | 199.6 | +| 34 | AgriGold | A643-24PCE | PCE | - | 28.4 | 52.6 | 146.3 | 146.3 | +| 26 | AgriGold | A643-52VT2RIB | VT2RIB | - | 29.1 | 51.7 | 170.1 | 170.1 | +| 32 | AgriGold | A644-64VT2RIB | VT2RIB | - | 30.2 | 50.3 | 157.5 | 157.5 | +| - | AgriGold | A640-12STXRIB | STXRIB | - | 26.5 | 52.4 | 162.9 | 162.9 | +| 24 | AgriGold | A631-12SSP | SSP | - | 20.3 | 54.5 | 171.1 | 171.1 | +| 16 | AgriGold | A634-11SSPRIB | SSPRIB | - | 21.3 | 53.5 | 187.1 | 187.1 | +| 12 | AgriGold | A636-42SSP | SSP | - | 23.3 | 53.3 | 194.2 | 194.2 | +| 2 | AgriGold | A642-18SSP | SSP | - | 25.3 | 51.8 | 207.9 | 207.9 | +| 10 | AgriGold | A632-68DV-RN | 5222 | - | 21.0 | 56.7 | 198.1 | 198.1 | +| 30 | AgriGold | A636-39DV-RN | 5222 | - | 25.7 | 54.3 | 163.4 | 163.4 | + +Top 5 by Yield: A641-85STXRIB (AgriGold) 218.1, A642-18SSP (AgriGold) 207.9, A642-32VT2PRO (AgriGold) 205.6, A641-26-3110 (AgriGold) 203.6, A640-16-3110 (AgriGold) 203.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142931.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142931.json new file mode 100644 index 00000000..e9902582 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142931.json @@ -0,0 +1,452 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142931", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "SD", + "state_abbrev": "sd", + "city": "Milbank", + "county": "Grant", + "year": 2024, + "plot_id": "142931", + "cooperator": "Hidewood Ag", + "plot_average": 172.21, + "planted_date": "2024-05-14", + "harvested_date": "2024-10-11", + "population_seeds_per_acre": 36000, + "row_width": "20.0\"", + "num_rows": 6, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 26, + "brand": "Golden Harvest", + "product": "G91V51-5222AEZ", + "traits": "5222AEZ", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 60.3, + "Yield": 163.9, + "Adj Yield": 163.9 + } + }, + { + "rank": 16, + "brand": "Golden Harvest", + "product": "G92A51-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 60.5, + "Yield": 172.4, + "Adj Yield": 172.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A623-88VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 60.3, + "Yield": 180.7, + "Adj Yield": 180.7 + } + }, + { + "rank": 1, + "brand": "Dyna Gro", + "product": "D34SS93RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 60.5, + "Yield": 193.6, + "Adj Yield": 193.6 + } + }, + { + "rank": 22, + "brand": "Golden Harvest", + "product": "G94U63-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 60.5, + "Yield": 167.7, + "Adj Yield": 167.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A625-78VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 60.0, + "Yield": 187.6, + "Adj Yield": 187.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A626-39VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.7, + "Yield": 178.9, + "Adj Yield": 178.9 + } + }, + { + "rank": 12, + "brand": "Golden Harvest", + "product": "G97B68-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 61.8, + "Yield": 174.8, + "Adj Yield": 174.8 + } + }, + { + "rank": 24, + "brand": "Dyna Gro", + "product": "D37PN35RA", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 60.9, + "Yield": 166.6, + "Adj Yield": 166.6 + } + }, + { + "rank": 27, + "brand": "Dyna Gro", + "product": "D37SS64RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 60.9, + "Yield": 163.5, + "Adj Yield": 163.5 + } + }, + { + "rank": 7, + "brand": "Dyna Gro", + "product": "D38VC80RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.5, + "Yield": 185.6, + "Adj Yield": 185.6 + } + }, + { + "rank": 28, + "brand": "Golden Harvest", + "product": "G98U62-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 58.8, + "Yield": 160.9, + "Adj Yield": 160.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 61.6, + "Yield": 185.8, + "Adj Yield": 185.8 + } + }, + { + "rank": 23, + "brand": "Golden Harvest", + "product": "G98B99-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 62.2, + "Yield": 167.7, + "Adj Yield": 167.7 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 61.5, + "Yield": 173.7, + "Adj Yield": 173.7 + } + }, + { + "rank": 2, + "brand": "Dyna Gro", + "product": "D39VT75RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 59.3, + "Yield": 193.1, + "Adj Yield": 193.1 + } + }, + { + "rank": 14, + "brand": "Pioneer", + "product": "P0075Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 61.2, + "Yield": 173.2, + "Adj Yield": 173.2 + } + }, + { + "rank": 4, + "brand": "Golden Harvest", + "product": "G00U71-D", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 61.0, + "Yield": 187.1, + "Adj Yield": 187.1 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 61.7, + "Yield": 170.5, + "Adj Yield": 170.5 + } + }, + { + "rank": 21, + "brand": "Golden Harvest", + "product": "G01U74-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 63.3, + "Yield": 168.9, + "Adj Yield": 168.9 + } + }, + { + "rank": 5, + "brand": "Dyna Gro", + "product": "D41TC74", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 58.3, + "Yield": 186.6, + "Adj Yield": 186.6 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC101-33RIB", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 56.0, + "Yield": 180.3, + "Adj Yield": 180.3 + } + }, + { + "rank": 17, + "brand": "Dyna Gro", + "product": "D41SP23RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 60.7, + "Yield": 171.8, + "Adj Yield": 171.8 + } + }, + { + "rank": 29, + "brand": "Dekalb", + "product": "DKC51-25RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 61.2, + "Yield": 159.8, + "Adj Yield": 159.8 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 60.8, + "Yield": 165.6, + "Adj Yield": 165.6 + } + }, + { + "rank": 19, + "brand": "Golden Harvest", + "product": "G02K39-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 60.1, + "Yield": 169.7, + "Adj Yield": 169.7 + } + }, + { + "rank": 20, + "brand": "Golden Harvest", + "product": "G03U08-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 57.6, + "Yield": 169.0, + "Adj Yield": 169.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 58.3, + "Yield": 175.3, + "Adj Yield": 175.3 + } + }, + { + "rank": 31, + "brand": "Dyna Gro", + "product": "D44PN25RA", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 57.9, + "Yield": 142.6, + "Adj Yield": 142.6 + } + }, + { + "rank": 30, + "brand": "Golden Harvest", + "product": "G05U86-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 60.4, + "Yield": 159.5, + "Adj Yield": 159.5 + } + }, + { + "rank": 32, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 58.5, + "Yield": 141.2, + "Adj Yield": 141.2 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 24.3, + "Test Wt.": 56.1, + "Yield": 173.0, + "Adj Yield": 173.0 + } + } + ], + "n_results": 32, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142931" + ], + "fetched_at": "2026-05-27T02:18:28.238237+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142931.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142931.md new file mode 100644 index 00000000..5203f0a2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142931.md @@ -0,0 +1,62 @@ +# Corn yield trial — Milbank, SD, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** SD +- **County:** Grant +- **City:** Milbank +- **Year:** 2024 +- **Plot ID:** 142931 +- **Cooperator:** Hidewood Ag +- **Plot average:** 172.21 BU/Ac +- **Planted:** 2024-05-14 +- **Harvested:** 2024-10-11 +- **Population:** 36,000 seeds/acre +- **Row width:** 20.0" +- **# Rows:** 6 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142931 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 26 | Golden Harvest | G91V51-5222AEZ | 5222AEZ | - | 16.2 | 60.3 | 163.9 | 163.9 | +| 16 | Golden Harvest | G92A51-AA | 3120EZ | - | 14.3 | 60.5 | 172.4 | 172.4 | +| 8 | AgriGold | A623-88VT2PRO | VT2Pro | - | 15.3 | 60.3 | 180.7 | 180.7 | +| 1 | Dyna Gro | D34SS93RIB | STXRIB | - | 16.6 | 60.5 | 193.6 | 193.6 | +| 22 | Golden Harvest | G94U63-V | 3220EZ | - | 14.9 | 60.5 | 167.7 | 167.7 | +| 3 | AgriGold | A625-78VT2RIB | VT2RIB | - | 14.5 | 60.0 | 187.6 | 187.6 | +| 10 | AgriGold | A626-39VT2PRO | VT2Pro | - | 14.3 | 59.7 | 178.9 | 178.9 | +| 12 | Golden Harvest | G97B68-DV | 5222EZ | - | 16.9 | 61.8 | 174.8 | 174.8 | +| 24 | Dyna Gro | D37PN35RA | PCE | - | 17.2 | 60.9 | 166.6 | 166.6 | +| 27 | Dyna Gro | D37SS64RIB | STXRIB | - | 15.3 | 60.9 | 163.5 | 163.5 | +| 7 | Dyna Gro | D38VC80RIB | VT2RIB | - | 15.6 | 59.5 | 185.6 | 185.6 | +| 28 | Golden Harvest | G98U62-DV | 5222EZ | - | 16.9 | 58.8 | 160.9 | 160.9 | +| 6 | AgriGold | A628-51SSPRIB | SSPRIB | - | 15.3 | 61.6 | 185.8 | 185.8 | +| 23 | Golden Harvest | G98B99-AA | 3120EZ | - | 16.0 | 62.2 | 167.7 | 167.7 | +| 13 | AgriGold | A629-55VT2RIB | VT2RIB | - | 16.2 | 61.5 | 173.7 | 173.7 | +| 2 | Dyna Gro | D39VT75RIB | VT4RIB | - | 15.5 | 59.3 | 193.1 | 193.1 | +| 14 | Pioneer | P0075Q | QROME | - | 16.0 | 61.2 | 173.2 | 173.2 | +| 4 | Golden Harvest | G00U71-D | 5122 | - | 15.9 | 61.0 | 187.1 | 187.1 | +| 18 | AgriGold | A630-04AA-RN | 3120 | - | 16.5 | 61.7 | 170.5 | 170.5 | +| 21 | Golden Harvest | G01U74-AA | 3120EZ | - | 17.3 | 63.3 | 168.9 | 168.9 | +| 5 | Dyna Gro | D41TC74 | Trecepta | - | 16.1 | 58.3 | 186.6 | 186.6 | +| 9 | Dekalb | DKC101-33RIB | SSP | - | 18.4 | 56.0 | 180.3 | 180.3 | +| 17 | Dyna Gro | D41SP23RIB | SSPRIB | - | 16.3 | 60.7 | 171.8 | 171.8 | +| 29 | Dekalb | DKC51-25RIB | VT2RIB | - | 15.9 | 61.2 | 159.8 | 159.8 | +| 25 | AgriGold | A632-68VT2RIB | VT2RIB | - | 17.7 | 60.8 | 165.6 | 165.6 | +| 19 | Golden Harvest | G02K39-AA | 3120EZ | - | 18.5 | 60.1 | 169.7 | 169.7 | +| 20 | Golden Harvest | G03U08-D | 5122EZ | - | 20.4 | 57.6 | 169.0 | 169.0 | +| 11 | AgriGold | A634-11SSPRIB | SSPRIB | - | 20.1 | 58.3 | 175.3 | 175.3 | +| 31 | Dyna Gro | D44PN25RA | PCE | - | 20.3 | 57.9 | 142.6 | 142.6 | +| 30 | Golden Harvest | G05U86-DV | 5222EZ | - | 21.1 | 60.4 | 159.5 | 159.5 | +| 32 | AgriGold | A636-39-3110 | 3110 | - | 20.4 | 58.5 | 141.2 | 141.2 | +| 15 | AgriGold | A636-16-5222 | 5222 | - | 24.3 | 56.1 | 173.0 | 173.0 | + +Top 5 by Yield: D34SS93RIB (Dyna Gro) 193.6, D39VT75RIB (Dyna Gro) 193.1, A625-78VT2RIB (AgriGold) 187.6, G00U71-D (Golden Harvest) 187.1, D41TC74 (Dyna Gro) 186.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142932.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142932.json new file mode 100644 index 00000000..25dd7814 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142932.json @@ -0,0 +1,348 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142932", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Shell Rock", + "county": "Butler", + "year": 2024, + "plot_id": "142932", + "cooperator": "Bruce Bixby", + "plot_average": 247.98, + "planted_date": "2024-05-15", + "harvested_date": "2024-10-10", + "population_seeds_per_acre": 35500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 57.9, + "Yield": 222.1, + "Adj Yield": 222.1 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 57.8, + "Yield": 244.5, + "Adj Yield": 244.5 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A630-04D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.0, + "Yield": 235.9, + "Adj Yield": 235.9 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A631-12SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 56.2, + "Yield": 214.3, + "Adj Yield": 214.3 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 55.6, + "Yield": 243.9, + "Adj Yield": 243.9 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "K5218D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.4, + "Yield": 225.2, + "Adj Yield": 225.2 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A632-68DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 58.3, + "Yield": 228.9, + "Adj Yield": 228.9 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 57.9, + "Yield": 242.7, + "Adj Yield": 242.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 57.3, + "Yield": 266.3, + "Adj Yield": 266.3 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A636-39DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 56.3, + "Yield": 229.9, + "Adj Yield": 229.9 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 57.8, + "Yield": 248.0, + "Adj Yield": 248.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 56.7, + "Yield": 251.9, + "Adj Yield": 251.9 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 56.5, + "Yield": 189.9, + "Adj Yield": 189.9 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A639-70STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 55.5, + "Yield": 255.5, + "Adj Yield": 255.5 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 56.7, + "Yield": 239.7, + "Adj Yield": 239.7 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 56.2, + "Yield": 244.4, + "Adj Yield": 244.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 57.5, + "Yield": 261.8, + "Adj Yield": 261.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 55.2, + "Yield": 284.3, + "Adj Yield": 284.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 54.8, + "Yield": 258.1, + "Adj Yield": 258.1 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A643-52STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 59.5, + "Yield": 231.0, + "Adj Yield": 231.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 56.8, + "Yield": 255.9, + "Adj Yield": 255.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 55.0, + "Yield": 269.2, + "Adj Yield": 269.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 58.5, + "Yield": 276.2, + "Adj Yield": 276.2 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 58.5, + "Yield": 212.2, + "Adj Yield": 212.2 + } + } + ], + "n_results": 24, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142932" + ], + "fetched_at": "2026-05-27T02:18:28.775211+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142932.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142932.md new file mode 100644 index 00000000..70eb18d2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142932.md @@ -0,0 +1,54 @@ +# Corn yield trial — Shell Rock, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Butler +- **City:** Shell Rock +- **Year:** 2024 +- **Plot ID:** 142932 +- **Cooperator:** Bruce Bixby +- **Plot average:** 247.98 BU/Ac +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-10 +- **Population:** 35,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142932 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A628-51SSPRIB | SSPRIB | - | 14.6 | 57.9 | 222.1 | 222.1 | +| 11 | AgriGold | A629-55VT2RIB | VT2RIB | - | 15.3 | 57.8 | 244.5 | 244.5 | +| 16 | AgriGold | A630-04D-RN | 5122 | - | 15.8 | 58.0 | 235.9 | 235.9 | +| 21 | AgriGold | A631-12SSP | SSP | - | 14.6 | 56.2 | 214.3 | 214.3 | +| 13 | AgriGold | A631-08VT2PRO | VT2Pro | - | 15.7 | 55.6 | 243.9 | 243.9 | +| 20 | AgriGold | K5218D | 5122EZ | - | 15.8 | 58.4 | 225.2 | 225.2 | +| 19 | AgriGold | A632-68DV-RN | 5222 | - | 15.7 | 58.3 | 228.9 | 228.9 | +| 14 | AgriGold | A634-11SSPRIB | SSPRIB | - | 16.5 | 57.9 | 242.7 | 242.7 | +| 4 | AgriGold | A636-16-5222 | 5222 | - | 17.8 | 57.3 | 266.3 | 266.3 | +| 18 | AgriGold | A636-39DV-RN | 5222 | - | 18.2 | 56.3 | 229.9 | 229.9 | +| 10 | AgriGold | A636-42SSP | SSP | - | 18.4 | 57.8 | 248.0 | 248.0 | +| 9 | AgriGold | A638-19-3110 | 3110 | - | 18.0 | 56.7 | 251.9 | 251.9 | +| - | AgriGold | A628-51SSPRIB | SSPRIB | - | 14.3 | 56.5 | 189.9 | 189.9 | +| 8 | AgriGold | A639-70STXRIB | STXRIB | - | 18.1 | 55.5 | 255.5 | 255.5 | +| 15 | AgriGold | A639-91SSPRIB | SSPRIB | - | 19.1 | 56.7 | 239.7 | 239.7 | +| 12 | AgriGold | A640-12STXRIB | STXRIB | - | 19.3 | 56.2 | 244.4 | 244.4 | +| 5 | AgriGold | A641-85STXRIB | STXRIB | - | 19.5 | 57.5 | 261.8 | 261.8 | +| 1 | AgriGold | A642-18SSP | SSP | - | 21.1 | 55.2 | 284.3 | 284.3 | +| 6 | AgriGold | J6227DV-RN | 5222 | - | 20.0 | 54.8 | 258.1 | 258.1 | +| 17 | AgriGold | A643-52STXRIB | STXRIB | - | 22.2 | 59.5 | 231.0 | 231.0 | +| 7 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 19.2 | 56.8 | 255.9 | 255.9 | +| 3 | AgriGold | A643-24PCE | PCE | - | 21.2 | 55.0 | 269.2 | 269.2 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 21.0 | 58.5 | 276.2 | 276.2 | +| - | AgriGold | A628-51SSPRIB | SSPRIB | - | 14.1 | 58.5 | 212.2 | 212.2 | + +Top 5 by Yield: A642-18SSP (AgriGold) 284.3, A644-64VT2RIB (AgriGold) 276.2, A643-24PCE (AgriGold) 269.2, A636-16-5222 (AgriGold) 266.3, A641-85STXRIB (AgriGold) 261.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142963.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142963.json new file mode 100644 index 00000000..1b0a646b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142963.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142963", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Flanagan", + "county": "Livingston", + "year": 2024, + "plot_id": "142963", + "cooperator": "Bill Ruestman", + "plot_average": 258.66, + "planted_date": "2024-05-11", + "harvested_date": "2024-10-02", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 18, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 56.9, + "Yield": 238.5, + "Adj Yield": 238.5 + } + }, + { + "rank": 12, + "brand": "Nu Tech", + "product": "68C1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 57.6, + "Yield": 258.7, + "Adj Yield": 258.7 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 57.6, + "Yield": 268.6, + "Adj Yield": 268.6 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 60.7, + "Yield": 246.2, + "Adj Yield": 246.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 58.3, + "Yield": 267.4, + "Adj Yield": 267.4 + } + }, + { + "rank": 11, + "brand": "Nu Tech", + "product": "70F6V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 56.2, + "Yield": 260.9, + "Adj Yield": 260.9 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 57.3, + "Yield": 242.5, + "Adj Yield": 242.5 + } + }, + { + "rank": 6, + "brand": "Nu Tech", + "product": "71A2V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 56.2, + "Yield": 268.6, + "Adj Yield": 268.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 57.8, + "Yield": 291.9, + "Adj Yield": 291.9 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 57.1, + "Yield": 258.4, + "Adj Yield": 258.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 58.8, + "Yield": 281.9, + "Adj Yield": 281.9 + } + }, + { + "rank": 16, + "brand": "Nu Tech", + "product": "73A6Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 58.7, + "Yield": 244.2, + "Adj Yield": 244.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 57.0, + "Yield": 270.8, + "Adj Yield": 270.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": 59.0, + "Yield": 266.4, + "Adj Yield": 266.4 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A643-52STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 60.2, + "Yield": 258.0, + "Adj Yield": 258.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 58.9, + "Yield": 278.4, + "Adj Yield": 278.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 60.1, + "Yield": 270.3, + "Adj Yield": 270.3 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A645-16STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 58.1, + "Yield": 235.1, + "Adj Yield": 235.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 56.1, + "Yield": 265.9, + "Adj Yield": 265.9 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.3, + "Test Wt.": 54.5, + "Yield": 200.5, + "Adj Yield": 200.5 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142963" + ], + "fetched_at": "2026-05-27T02:18:29.247013+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142963.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142963.md new file mode 100644 index 00000000..1be20c91 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142963.md @@ -0,0 +1,50 @@ +# Corn yield trial — Flanagan, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Livingston +- **City:** Flanagan +- **Year:** 2024 +- **Plot ID:** 142963 +- **Cooperator:** Bill Ruestman +- **Plot average:** 258.66 BU/Ac +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-02 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142963 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 18 | AgriGold | A636-42SSP | SSP | - | 18.6 | 56.9 | 238.5 | 238.5 | +| 12 | Nu Tech | 68C1V | Vorceed | - | 18.5 | 57.6 | 258.7 | 258.7 | +| 7 | AgriGold | A639-91SSPRIB | SSPRIB | - | 21.2 | 57.6 | 268.6 | 268.6 | +| 15 | AgriGold | A639-03VT2RIB | VT2RIB | - | 20.9 | 60.7 | 246.2 | 246.2 | +| 8 | AgriGold | A640-12STXRIB | STXRIB | - | 19.9 | 58.3 | 267.4 | 267.4 | +| 11 | Nu Tech | 70F6V | Vorceed | - | 19.0 | 56.2 | 260.9 | 260.9 | +| 17 | AgriGold | A641-85STXRIB | STXRIB | - | 20.7 | 57.3 | 242.5 | 242.5 | +| 6 | Nu Tech | 71A2V | Vorceed | - | 21.5 | 56.2 | 268.6 | 268.6 | +| 1 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 20.4 | 57.8 | 291.9 | 291.9 | +| 13 | AgriGold | A642-18SSP | SSP | - | 22.2 | 57.1 | 258.4 | 258.4 | +| 2 | AgriGold | A642-32VT2PRO | VT2Pro | - | 21.5 | 58.8 | 281.9 | 281.9 | +| 16 | Nu Tech | 73A6Q | QROME | - | 20.6 | 58.7 | 244.2 | 244.2 | +| 4 | AgriGold | A643-24PCE | PCE | - | 22.2 | 57.0 | 270.8 | 270.8 | +| 9 | AgriGold | A643-52VT2RIB | VT2RIB | - | 22.5 | 59.0 | 266.4 | 266.4 | +| 14 | AgriGold | A643-52STXRIB | STXRIB | - | 22.0 | 60.2 | 258.0 | 258.0 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 22.3 | 58.9 | 278.4 | 278.4 | +| 5 | AgriGold | A645-71STXRIB | STXRIB | - | 22.1 | 60.1 | 270.3 | 270.3 | +| 19 | AgriGold | A645-16STXRIB | STXRIB | - | 21.3 | 58.1 | 235.1 | 235.1 | +| 10 | AgriGold | A645-16VT2RIB | VT2RIB | - | 22.8 | 56.1 | 265.9 | 265.9 | +| 20 | AgriGold | A646-30VT2RIB | VT2RIB | - | 23.3 | 54.5 | 200.5 | 200.5 | + +Top 5 by Yield: A642-05VT2RIBD1 (AgriGold) 291.9, A642-32VT2PRO (AgriGold) 281.9, A644-64VT2RIB (AgriGold) 278.4, A643-24PCE (AgriGold) 270.8, A645-71STXRIB (AgriGold) 270.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142966.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142966.json new file mode 100644 index 00000000..fc1bb489 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142966.json @@ -0,0 +1,374 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142966", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Orion", + "county": "Henry", + "year": 2024, + "plot_id": "142966", + "cooperator": "Marc Westerlund", + "plot_average": 284.45, + "planted_date": "2024-05-15", + "harvested_date": "2024-10-09", + "population_seeds_per_acre": 34500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 21, + "brand": "AgriGold", + "product": "A644-19-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 59.9, + "Yield": 272.1, + "Adj Yield": 272.1 + } + }, + { + "rank": 12, + "brand": "Nu Tech", + "product": "68C1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 58.1, + "Yield": 287.5, + "Adj Yield": 287.5 + } + }, + { + "rank": 15, + "brand": "Nu Tech", + "product": "68A9AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 58.7, + "Yield": 286.0, + "Adj Yield": 286.0 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.8, + "Yield": 246.9, + "Adj Yield": 246.9 + } + }, + { + "rank": 17, + "brand": "Nu Tech", + "product": "70B4AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 59.4, + "Yield": 280.1, + "Adj Yield": 280.1 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 58.6, + "Yield": 289.3, + "Adj Yield": 289.3 + } + }, + { + "rank": 2, + "brand": "Nu Tech", + "product": "70F6V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.9, + "Yield": 304.8, + "Adj Yield": 304.8 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A640-24-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 58.9, + "Yield": 279.3, + "Adj Yield": 279.3 + } + }, + { + "rank": 3, + "brand": "Nu Tech", + "product": "69C7PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 58.3, + "Yield": 303.8, + "Adj Yield": 303.8 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 60.0, + "Yield": 266.6, + "Adj Yield": 266.6 + } + }, + { + "rank": 24, + "brand": "Nu Tech", + "product": "71A2V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 58.6, + "Yield": 263.8, + "Adj Yield": 263.8 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 58.3, + "Yield": 293.7, + "Adj Yield": 293.7 + } + }, + { + "rank": 14, + "brand": "Nu Tech", + "product": "72C1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 56.3, + "Yield": 286.1, + "Adj Yield": 286.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 60.1, + "Yield": 301.7, + "Adj Yield": 301.7 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 59.3, + "Yield": 293.4, + "Adj Yield": 293.4 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 60.3, + "Yield": 250.8, + "Adj Yield": 250.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 59.8, + "Yield": 297.6, + "Adj Yield": 297.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 60.5, + "Yield": 307.0, + "Adj Yield": 307.0 + } + }, + { + "rank": 20, + "brand": "Nu Tech", + "product": "73A4AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 56.4, + "Yield": 275.9, + "Adj Yield": 275.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 59.1, + "Yield": 300.6, + "Adj Yield": 300.6 + } + }, + { + "rank": 10, + "brand": "Nu Tech", + "product": "74A5PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 58.5, + "Yield": 292.8, + "Adj Yield": 292.8 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 57.9, + "Yield": 284.4, + "Adj Yield": 284.4 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 58.8, + "Yield": 276.1, + "Adj Yield": 276.1 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 58.5, + "Yield": 298.7, + "Adj Yield": 298.7 + } + }, + { + "rank": 22, + "brand": "Nu Tech", + "product": "70A8AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 60.1, + "Yield": 270.4, + "Adj Yield": 270.4 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A644-19-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 58.3, + "Yield": 286.2, + "Adj Yield": 286.2 + } + } + ], + "n_results": 26, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142966" + ], + "fetched_at": "2026-05-27T02:18:29.782561+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142966.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142966.md new file mode 100644 index 00000000..303a21da --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142966.md @@ -0,0 +1,56 @@ +# Corn yield trial — Orion, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Henry +- **City:** Orion +- **Year:** 2024 +- **Plot ID:** 142966 +- **Cooperator:** Marc Westerlund +- **Plot average:** 284.45 BU/Ac +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-09 +- **Population:** 34,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142966 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 21 | AgriGold | A644-19-5222 | 5222 | - | 18.1 | 59.9 | 272.1 | 272.1 | +| 12 | Nu Tech | 68C1V | Vorceed | - | 16.6 | 58.1 | 287.5 | 287.5 | +| 15 | Nu Tech | 68A9AM | AM | - | 16.7 | 58.7 | 286.0 | 286.0 | +| 26 | AgriGold | A639-03VT2RIB | VT2RIB | - | 16.1 | 59.8 | 246.9 | 246.9 | +| 17 | Nu Tech | 70B4AM | AM | - | 16.5 | 59.4 | 280.1 | 280.1 | +| 11 | AgriGold | A640-12STXRIB | STXRIB | - | 16.2 | 58.6 | 289.3 | 289.3 | +| 2 | Nu Tech | 70F6V | Vorceed | - | 17.0 | 57.9 | 304.8 | 304.8 | +| 18 | AgriGold | A640-24-3110 | 3110 | - | 16.5 | 58.9 | 279.3 | 279.3 | +| 3 | Nu Tech | 69C7PCE | PCE | - | 17.1 | 58.3 | 303.8 | 303.8 | +| 23 | AgriGold | A641-85STXRIB | STXRIB | - | 17.2 | 60.0 | 266.6 | 266.6 | +| 24 | Nu Tech | 71A2V | Vorceed | - | 17.8 | 58.6 | 263.8 | 263.8 | +| 8 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 18.2 | 58.3 | 293.7 | 293.7 | +| 14 | Nu Tech | 72C1PCE | PCE | - | 18.0 | 56.3 | 286.1 | 286.1 | +| 4 | AgriGold | A642-18SSP | SSP | - | 18.6 | 60.1 | 301.7 | 301.7 | +| 9 | AgriGold | A643-24PCE | PCE | - | 18.5 | 59.3 | 293.4 | 293.4 | +| 25 | AgriGold | A6499STXRIB | STXRIB | - | 18.1 | 60.3 | 250.8 | 250.8 | +| 7 | AgriGold | A642-32VT2PRO | VT2Pro | - | 18.7 | 59.8 | 297.6 | 297.6 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.9 | 60.5 | 307.0 | 307.0 | +| 20 | Nu Tech | 73A4AM | AM | - | 19.0 | 56.4 | 275.9 | 275.9 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.9 | 59.1 | 300.6 | 300.6 | +| 10 | Nu Tech | 74A5PCE | PCE | - | 19.1 | 58.5 | 292.8 | 292.8 | +| 16 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.5 | 57.9 | 284.4 | 284.4 | +| 19 | AgriGold | A645-71STXRIB | STXRIB | - | 18.5 | 58.8 | 276.1 | 276.1 | +| 6 | AgriGold | A645-30VT2PRO | VT2Pro | - | 18.0 | 58.5 | 298.7 | 298.7 | +| 22 | Nu Tech | 70A8AM | AM | - | 17.1 | 60.1 | 270.4 | 270.4 | +| 13 | AgriGold | A644-19-5222 | 5222 | - | 18.3 | 58.3 | 286.2 | 286.2 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 307.0, 70F6V (Nu Tech) 304.8, 69C7PCE (Nu Tech) 303.8, A642-18SSP (AgriGold) 301.7, A644-64VT2RIB (AgriGold) 300.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142971.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142971.json new file mode 100644 index 00000000..392d9880 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142971.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142971", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Thomson", + "county": "Carroll", + "year": 2024, + "plot_id": "142971", + "cooperator": "Judd Smith", + "plot_average": 266.54, + "planted_date": "2024-05-15", + "harvested_date": "2024-10-15", + "population_seeds_per_acre": 32500, + "row_width": "22.0\"", + "num_rows": 8, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 58.5, + "Yield": 245.6, + "Adj Yield": 245.6 + } + }, + { + "rank": 12, + "brand": "NK Brand", + "product": "NK1188-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 58.1, + "Yield": 255.1, + "Adj Yield": 260.57 + } + }, + { + "rank": 11, + "brand": "Brevant Seeds", + "product": "B11C37V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 56.9, + "Yield": 260.3, + "Adj Yield": 265.02 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 57.5, + "Yield": 278.8, + "Adj Yield": 282.76 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 57.5, + "Yield": 280.8, + "Adj Yield": 283.95 + } + }, + { + "rank": 5, + "brand": "FS Seeds", + "product": "FS6217XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 57.4, + "Yield": 273.2, + "Adj Yield": 275.57 + } + }, + { + "rank": 8, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 24.3, + "Test Wt.": 55.4, + "Yield": 267.2, + "Adj Yield": 268.73 + } + }, + { + "rank": 10, + "brand": "Brevant Seeds", + "product": "B13K20Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 55.1, + "Yield": 264.7, + "Adj Yield": 265.48 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P13777V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 24.4, + "Test Wt.": 57.0, + "Yield": 281.5, + "Adj Yield": 281.53 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 58.1, + "Yield": 267.4, + "Adj Yield": 266.61 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": 55.8, + "Yield": 275.1, + "Adj Yield": 273.55 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 23.6, + "Test Wt.": 55.6, + "Yield": 282.3, + "Adj Yield": 279.98 + } + }, + { + "rank": 13, + "brand": "NK Brand", + "product": "NK1480-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": 55.2, + "Yield": 260.8, + "Adj Yield": 257.65 + } + }, + { + "rank": 15, + "brand": "FS Seeds", + "product": "FS6432PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 55.6, + "Yield": 249.7, + "Adj Yield": 245.75 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A645-16STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 58.0, + "Yield": 237.9, + "Adj Yield": 233.16 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 24.8, + "Test Wt.": 55.0, + "Yield": 280.4, + "Adj Yield": 274.87 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 57.5, + "Yield": 258.1, + "Adj Yield": 258.1 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 58.0, + "Yield": 255.1, + "Adj Yield": 249.53 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142971" + ], + "fetched_at": "2026-05-27T02:18:30.238352+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142971.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142971.md new file mode 100644 index 00000000..509ebb51 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142971.md @@ -0,0 +1,48 @@ +# Corn yield trial — Thomson, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Carroll +- **City:** Thomson +- **Year:** 2024 +- **Plot ID:** 142971 +- **Cooperator:** Judd Smith +- **Plot average:** 266.54 BU/Ac +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-15 +- **Population:** 32,500 seeds/acre +- **Row width:** 22.0" +- **# Rows:** 8 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142971 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Dekalb | DKC110-10RIB | STXRIB | - | 20.0 | 58.5 | 245.6 | 245.6 | +| 12 | NK Brand | NK1188-D | 5122EZ | - | 20.2 | 58.1 | 255.1 | 260.57 | +| 11 | Brevant Seeds | B11C37V | Vorceed | - | 21.0 | 56.9 | 260.3 | 265.02 | +| 2 | AgriGold | A641-85STXRIB | STXRIB | - | 20.5 | 57.5 | 278.8 | 282.76 | +| 1 | AgriGold | A642-18SSP | SSP | - | 21.6 | 57.5 | 280.8 | 283.95 | +| 5 | FS Seeds | FS6217XRIB | STXRIB | - | 22.1 | 57.4 | 273.2 | 275.57 | +| 8 | NK Brand | NK1307-DV | 5222 | - | 24.3 | 55.4 | 267.2 | 268.73 | +| 10 | Brevant Seeds | B13K20Q | QROME | - | 22.0 | 55.1 | 264.7 | 265.48 | +| 3 | Pioneer | P13777V | Vorceed | - | 24.4 | 57.0 | 281.5 | 281.53 | +| 9 | AgriGold | A643-52STXRIB | STXRIB | - | 21.2 | 58.1 | 267.4 | 266.61 | +| 7 | Dekalb | DKC114-42RIB | SSPRIB | - | 23.0 | 55.8 | 275.1 | 273.55 | +| 4 | Pioneer | P14830Q | QROME | - | 23.6 | 55.6 | 282.3 | 279.98 | +| 13 | NK Brand | NK1480-DV | 5222EZ | - | 23.0 | 55.2 | 260.8 | 257.65 | +| 15 | FS Seeds | FS6432PRIB | SSPRIB | - | 22.1 | 55.6 | 249.7 | 245.75 | +| 16 | AgriGold | A645-16STXRIB | STXRIB | - | 22.0 | 58.0 | 237.9 | 233.16 | +| 6 | Pioneer | P1742Q | QROME | - | 24.8 | 55.0 | 280.4 | 274.87 | +| - | Dekalb | DKC110-10RIB | STXRIB | - | 19.9 | 57.5 | 258.1 | 258.1 | +| 14 | Dekalb | DKC110-10RIB | STXRIB | - | 19.8 | 58.0 | 255.1 | 249.53 | + +Top 5 by Yield: P14830Q (Pioneer) 282.3, P13777V (Pioneer) 281.5, A642-18SSP (AgriGold) 280.8, P1742Q (Pioneer) 280.4, A641-85STXRIB (AgriGold) 278.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142975.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142975.json new file mode 100644 index 00000000..add951f6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142975.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142975", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Stamford", + "county": "Harlan", + "year": 2024, + "plot_id": "142975", + "cooperator": "BJ Biskup", + "plot_average": 260.96, + "planted_date": "2024-05-16", + "harvested_date": "2024-09-25", + "population_seeds_per_acre": 32000, + "row_width": "20.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "Veltyma", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 12, + "brand": "Pioneer", + "product": "P1108Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 23.7, + "Test Wt.": 51.8, + "Yield": 255.0, + "Adj Yield": 242.95 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 26.3, + "Test Wt.": 53.9, + "Yield": 286.8, + "Adj Yield": 286.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 26.3, + "Test Wt.": 53.9, + "Yield": 286.8, + "Adj Yield": 275.16 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": 54.6, + "Yield": 269.4, + "Adj Yield": 260.66 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A641-85TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 53.2, + "Yield": 249.4, + "Adj Yield": 243.55 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 54.2, + "Yield": 251.4, + "Adj Yield": 248.46 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 55.2, + "Yield": 256.0, + "Adj Yield": 256.04 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 26.8, + "Test Wt.": 52.9, + "Yield": 259.1, + "Adj Yield": 262.01 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 26.7, + "Test Wt.": 54.8, + "Yield": 253.7, + "Adj Yield": 259.46 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.6, + "Test Wt.": 52.7, + "Yield": 263.5, + "Adj Yield": 272.25 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 26.0, + "Test Wt.": 53.7, + "Yield": 267.4, + "Adj Yield": 278.98 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 26.8, + "Test Wt.": 54.6, + "Yield": 257.8, + "Adj Yield": 257.8 + } + }, + { + "rank": 7, + "brand": "Channel", + "product": "214-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": 55.2, + "Yield": 248.3, + "Adj Yield": 260.34 + } + }, + { + "rank": 4, + "brand": "Channel", + "product": "217-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 26.4, + "Test Wt.": 55.2, + "Yield": 261.3, + "Adj Yield": 271.64 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142975" + ], + "fetched_at": "2026-05-27T02:18:30.740896+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142975.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142975.md new file mode 100644 index 00000000..ff19bcc1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142975.md @@ -0,0 +1,45 @@ +# Corn yield trial — Stamford, NE, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Harlan +- **City:** Stamford +- **Year:** 2024 +- **Plot ID:** 142975 +- **Cooperator:** BJ Biskup +- **Plot average:** 260.96 BU/Ac +- **Planted:** 2024-05-16 +- **Harvested:** 2024-09-25 +- **Population:** 32,000 seeds/acre +- **Row width:** 20.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** Yes +- **Fungicide:** Veltyma +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142975 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 12 | Pioneer | P1108Q | QROME | - | 23.7 | 51.8 | 255.0 | 242.95 | +| - | AgriGold | A646-17STXRIB | STXRIB | - | 26.3 | 53.9 | 286.8 | 286.8 | +| 2 | AgriGold | A646-17STXRIB | STXRIB | - | 26.3 | 53.9 | 286.8 | 275.16 | +| 6 | AgriGold | A640-12STXRIB | STXRIB | - | 22.9 | 54.6 | 269.4 | 260.66 | +| 11 | AgriGold | A641-85TRCRIB | TreceptaRIB | - | 22.4 | 53.2 | 249.4 | 243.55 | +| 10 | AgriGold | A641-26-3110 | 3110 | - | 22.7 | 54.2 | 251.4 | 248.46 | +| 9 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 23.2 | 55.2 | 256.0 | 256.04 | +| 5 | AgriGold | A643-24PCE | PCE | - | 26.8 | 52.9 | 259.1 | 262.01 | +| 8 | AgriGold | A643-52VT2RIB | VT2RIB | - | 26.7 | 54.8 | 253.7 | 259.46 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 24.6 | 52.7 | 263.5 | 272.25 | +| 1 | AgriGold | A646-30VT2RIB | VT2RIB | - | 26.0 | 53.7 | 267.4 | 278.98 | +| - | AgriGold | A646-17STXRIB | STXRIB | - | 26.8 | 54.6 | 257.8 | 257.8 | +| 7 | Channel | 214-70TRERIB | TreceptaRIB | - | 24.1 | 55.2 | 248.3 | 260.34 | +| 4 | Channel | 217-70TRERIB | TreceptaRIB | - | 26.4 | 55.2 | 261.3 | 271.64 | + +Top 5 by Yield: A646-17STXRIB (AgriGold) 286.8, A646-17STXRIB (AgriGold) 286.8, A640-12STXRIB (AgriGold) 269.4, A646-30VT2RIB (AgriGold) 267.4, A644-64VT2RIB (AgriGold) 263.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142977.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142977.json new file mode 100644 index 00000000..48b4f713 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142977.json @@ -0,0 +1,374 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142977", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Beardstown", + "county": "Cass", + "year": 2024, + "plot_id": "142977", + "cooperator": "Marty Turner", + "plot_average": 256.05, + "planted_date": "2024-05-15", + "harvested_date": "2024-09-30", + "population_seeds_per_acre": 35500, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Loamy Sand", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": null, + "Yield": 241.6, + "Adj Yield": 241.6 + } + }, + { + "rank": 14, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": null, + "Yield": 265.0, + "Adj Yield": 260.65 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 23.8, + "Test Wt.": null, + "Yield": 250.2, + "Adj Yield": 246.19 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": null, + "Yield": 272.0, + "Adj Yield": 268.41 + } + }, + { + "rank": 9, + "brand": "Burrus", + "product": "6U77SSP", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": null, + "Yield": 269.6, + "Adj Yield": 266.36 + } + }, + { + "rank": 8, + "brand": "Burrus", + "product": "6N54VT2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": null, + "Yield": 269.4, + "Adj Yield": 266.52 + } + }, + { + "rank": 15, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": null, + "Yield": 257.1, + "Adj Yield": 254.6 + } + }, + { + "rank": 16, + "brand": "Channel", + "product": "212-40VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": null, + "Yield": 255.4, + "Adj Yield": 253.35 + } + }, + { + "rank": 19, + "brand": "Wyffels", + "product": "W8086RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.3, + "Test Wt.": null, + "Yield": 248.6, + "Adj Yield": 246.84 + } + }, + { + "rank": 24, + "brand": "Channel", + "product": "214-40VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": null, + "Yield": 193.8, + "Adj Yield": 192.44 + } + }, + { + "rank": 23, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": null, + "Yield": 204.1, + "Adj Yield": 203.17 + } + }, + { + "rank": 2, + "brand": "Burrus", + "product": "7T27SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": null, + "Yield": 276.6, + "Adj Yield": 276.02 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.7, + "Test Wt.": null, + "Yield": 262.2, + "Adj Yield": 261.98 + } + }, + { + "rank": 11, + "brand": "Channel", + "product": "215-15SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": null, + "Yield": 264.4, + "Adj Yield": 264.54 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": null, + "Yield": 270.6, + "Adj Yield": 271.21 + } + }, + { + "rank": 22, + "brand": "Channel", + "product": "215-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": null, + "Yield": 230.2, + "Adj Yield": 231.13 + } + }, + { + "rank": 4, + "brand": "Channel", + "product": "215-70TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": null, + "Yield": 271.9, + "Adj Yield": 273.19 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.4, + "Test Wt.": null, + "Yield": 274.2, + "Adj Yield": 275.9 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": null, + "Yield": 263.0, + "Adj Yield": 265.08 + } + }, + { + "rank": 12, + "brand": "Burrus", + "product": "8M81TRE", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 25.0, + "Test Wt.": null, + "Yield": 260.6, + "Adj Yield": 263.04 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": null, + "Yield": 285.9, + "Adj Yield": 288.75 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 27.9, + "Test Wt.": null, + "Yield": 242.2, + "Adj Yield": 245.47 + } + }, + { + "rank": 18, + "brand": "Channel", + "product": "218-66VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 26.3, + "Test Wt.": null, + "Yield": 244.8, + "Adj Yield": 248.41 + } + }, + { + "rank": 6, + "brand": "Wyffels", + "product": "W9218RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": null, + "Yield": 265.0, + "Adj Yield": 269.03 + } + }, + { + "rank": 17, + "brand": "Channel", + "product": "215-72TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.3, + "Test Wt.": null, + "Yield": 248.6, + "Adj Yield": 252.93 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": null, + "Yield": 232.1, + "Adj Yield": 232.1 + } + } + ], + "n_results": 26, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142977" + ], + "fetched_at": "2026-05-27T02:18:31.264582+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142977.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142977.md new file mode 100644 index 00000000..13f8a7c9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142977.md @@ -0,0 +1,56 @@ +# Corn yield trial — Beardstown, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Cass +- **City:** Beardstown +- **Year:** 2024 +- **Plot ID:** 142977 +- **Cooperator:** Marty Turner +- **Plot average:** 256.05 BU/Ac +- **Planted:** 2024-05-15 +- **Harvested:** 2024-09-30 +- **Population:** 35,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Loamy Sand +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142977 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A648-11VT2RIB | VT2RIB | - | 24.2 | - | 241.6 | 241.6 | +| 14 | Wyffels | W6886RIB | VT2RIB | - | 22.0 | - | 265.0 | 260.65 | +| 20 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 23.8 | - | 250.2 | 246.19 | +| 7 | AgriGold | A642-32VT2PRO | VT2Pro | - | 21.7 | - | 272.0 | 268.41 | +| 9 | Burrus | 6U77SSP | SSPRIB | - | 22.4 | - | 269.6 | 266.36 | +| 8 | Burrus | 6N54VT2P | VT2RIB | - | 21.6 | - | 269.4 | 266.52 | +| 15 | Wyffels | W7759RIB | SSPRIB | - | 21.7 | - | 257.1 | 254.6 | +| 16 | Channel | 212-40VT4PRIB | VT4RIB | - | 22.2 | - | 255.4 | 253.35 | +| 19 | Wyffels | W8086RIB | VT2RIB | - | 24.3 | - | 248.6 | 246.84 | +| 24 | Channel | 214-40VT4PRIB | VT4RIB | - | 23.1 | - | 193.8 | 192.44 | +| 23 | Dekalb | DKC114-99RIB | VT4RIB | - | 22.2 | - | 204.1 | 203.17 | +| 2 | Burrus | 7T27SSP | SSP | - | 22.1 | - | 276.6 | 276.02 | +| 13 | AgriGold | A644-64VT2RIB | VT2RIB | - | 23.7 | - | 262.2 | 261.98 | +| 11 | Channel | 215-15SSPRIB | SSPRIB | - | 22.2 | - | 264.4 | 264.54 | +| 5 | AgriGold | A645-71STXRIB | STXRIB | - | 22.1 | - | 270.6 | 271.21 | +| 22 | Channel | 215-42SSPRIB | SSPRIB | - | 21.7 | - | 230.2 | 231.13 | +| 4 | Channel | 215-70TRCRIB | TreceptaRIB | - | 22.6 | - | 271.9 | 273.19 | +| 3 | AgriGold | A646-30VT2RIB | VT2RIB | - | 24.4 | - | 274.2 | 275.9 | +| 10 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 22.6 | - | 263.0 | 265.08 | +| 12 | Burrus | 8M81TRE | TreceptaRIB | - | 25.0 | - | 260.6 | 263.04 | +| 1 | Dekalb | DKC68-35RIB | VT2RIB | - | 22.8 | - | 285.9 | 288.75 | +| 21 | AgriGold | A648-11VT2RIB | VT2RIB | - | 27.9 | - | 242.2 | 245.47 | +| 18 | Channel | 218-66VT2PRIB | VT2RIB | - | 26.3 | - | 244.8 | 248.41 | +| 6 | Wyffels | W9218RIB | STXRIB | - | 22.0 | - | 265.0 | 269.03 | +| 17 | Channel | 215-72TRERIB | TreceptaRIB | - | 24.3 | - | 248.6 | 252.93 | +| - | AgriGold | A648-11VT2RIB | VT2RIB | - | 24.0 | - | 232.1 | 232.1 | + +Top 5 by Yield: DKC68-35RIB (Dekalb) 285.9, 7T27SSP (Burrus) 276.6, A646-30VT2RIB (AgriGold) 274.2, A642-32VT2PRO (AgriGold) 272.0, 215-70TRCRIB (Channel) 271.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142980.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142980.json new file mode 100644 index 00000000..463d7eca --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142980.json @@ -0,0 +1,387 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142980", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Luxemburg", + "county": "Dubuque", + "year": 2024, + "plot_id": "142980", + "cooperator": "Tom Gaul", + "plot_average": 245.63, + "planted_date": "2024-05-15", + "harvested_date": "2024-10-18", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 56.1, + "Yield": 248.8, + "Adj Yield": 248.8 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 55.2, + "Yield": 196.6, + "Adj Yield": 196.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 57.3, + "Yield": 252.5, + "Adj Yield": 252.5 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 56.6, + "Yield": 249.6, + "Adj Yield": 249.6 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A631-12SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 57.3, + "Yield": 226.4, + "Adj Yield": 226.4 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A632-68DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 59.5, + "Yield": 236.4, + "Adj Yield": 236.4 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "K5218D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 58.6, + "Yield": 243.9, + "Adj Yield": 243.9 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 57.2, + "Yield": 250.1, + "Adj Yield": 250.1 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P0421Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 59.5, + "Yield": 247.7, + "Adj Yield": 247.7 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A636-39DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 56.2, + "Yield": 224.4, + "Adj Yield": 224.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 57.5, + "Yield": 267.2, + "Adj Yield": 267.2 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 56.4, + "Yield": 266.4, + "Adj Yield": 266.4 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 55.5, + "Yield": 218.9, + "Adj Yield": 218.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A639-70STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 55.3, + "Yield": 256.6, + "Adj Yield": 256.6 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 56.2, + "Yield": 234.4, + "Adj Yield": 234.4 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 56.4, + "Yield": 211.7, + "Adj Yield": 211.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 55.6, + "Yield": 282.5, + "Adj Yield": 282.5 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 55.0, + "Yield": 250.9, + "Adj Yield": 250.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 56.8, + "Yield": 284.8, + "Adj Yield": 284.8 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A643-52STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 56.9, + "Yield": 238.7, + "Adj Yield": 238.7 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 56.6, + "Yield": 229.9, + "Adj Yield": 229.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 56.3, + "Yield": 272.8, + "Adj Yield": 272.8 + } + }, + { + "rank": 17, + "brand": "Dairyland", + "product": "DS-4365V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.3, + "Yield": 236.0, + "Adj Yield": 236.0 + } + }, + { + "rank": 6, + "brand": "Dairyland", + "product": "DS-4488V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 57.6, + "Yield": 267.0, + "Adj Yield": 267.0 + } + }, + { + "rank": 2, + "brand": "Dairyland", + "product": "DS-4833V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 56.6, + "Yield": 284.5, + "Adj Yield": 284.5 + } + }, + { + "rank": 9, + "brand": "Dairyland", + "product": "DS-4510Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 57.4, + "Yield": 251.9, + "Adj Yield": 251.9 + } + }, + { + "rank": 21, + "brand": "NK Brand", + "product": "NK1188-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 57.4, + "Yield": 225.3, + "Adj Yield": 225.3 + } + } + ], + "n_results": 27, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142980" + ], + "fetched_at": "2026-05-27T02:18:31.778115+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142980.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142980.md new file mode 100644 index 00000000..7625b995 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142980.md @@ -0,0 +1,57 @@ +# Corn yield trial — Luxemburg, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Dubuque +- **City:** Luxemburg +- **Year:** 2024 +- **Plot ID:** 142980 +- **Cooperator:** Tom Gaul +- **Plot average:** 245.63 BU/Ac +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-18 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142980 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A636-16-5222 | 5222 | - | 19.6 | 56.1 | 248.8 | 248.8 | +| 25 | AgriGold | A628-51SSPRIB | SSPRIB | - | 15.2 | 55.2 | 196.6 | 196.6 | +| 8 | AgriGold | A630-04AA-RN | 3120 | - | 16.5 | 57.3 | 252.5 | 252.5 | +| 12 | AgriGold | A631-08VT2PRO | VT2Pro | - | 16.5 | 56.6 | 249.6 | 249.6 | +| 20 | AgriGold | A631-12SSP | SSP | - | 14.7 | 57.3 | 226.4 | 226.4 | +| 16 | AgriGold | A632-68DV-RN | 5222 | - | 14.7 | 59.5 | 236.4 | 236.4 | +| 14 | AgriGold | K5218D | 5122EZ | - | 16.2 | 58.6 | 243.9 | 243.9 | +| 11 | AgriGold | A634-11SSPRIB | SSPRIB | - | 15.1 | 57.2 | 250.1 | 250.1 | +| 13 | Pioneer | P0421Q | QROME | - | 15.9 | 59.5 | 247.7 | 247.7 | +| 22 | AgriGold | A636-39DV-RN | 5222 | - | 18.4 | 56.2 | 224.4 | 224.4 | +| 5 | AgriGold | A636-42SSP | SSP | - | 17.6 | 57.5 | 267.2 | 267.2 | +| - | AgriGold | A636-16-5222 | 5222 | - | 17.5 | 56.4 | 266.4 | 266.4 | +| 23 | AgriGold | A638-19-3110 | 3110 | - | 19.0 | 55.5 | 218.9 | 218.9 | +| 7 | AgriGold | A639-70STXRIB | STXRIB | - | 17.3 | 55.3 | 256.6 | 256.6 | +| 18 | AgriGold | A639-91SSPRIB | SSPRIB | - | 19.6 | 56.2 | 234.4 | 234.4 | +| 24 | AgriGold | A641-85STXRIB | STXRIB | - | 21.0 | 56.4 | 211.7 | 211.7 | +| 3 | AgriGold | A642-18SSP | SSP | - | 21.9 | 55.6 | 282.5 | 282.5 | +| 10 | AgriGold | J6227DV-RN | 5222 | - | 20.9 | 55.0 | 250.9 | 250.9 | +| 1 | AgriGold | A642-32VT2PRO | VT2Pro | - | 20.1 | 56.8 | 284.8 | 284.8 | +| 15 | AgriGold | A643-52STXRIB | STXRIB | - | 20.6 | 56.9 | 238.7 | 238.7 | +| 19 | AgriGold | A644-64VT2RIB | VT2RIB | - | 22.2 | 56.6 | 229.9 | 229.9 | +| 4 | AgriGold | A636-16-5222 | 5222 | - | 18.7 | 56.3 | 272.8 | 272.8 | +| 17 | Dairyland | DS-4365V | Vorceed | - | 16.8 | 58.3 | 236.0 | 236.0 | +| 6 | Dairyland | DS-4488V | Vorceed | - | 17.2 | 57.6 | 267.0 | 267.0 | +| 2 | Dairyland | DS-4833V | Vorceed | - | 19.8 | 56.6 | 284.5 | 284.5 | +| 9 | Dairyland | DS-4510Q | QROME | - | 17.9 | 57.4 | 251.9 | 251.9 | +| 21 | NK Brand | NK1188-D | 5122EZ | - | 19.6 | 57.4 | 225.3 | 225.3 | + +Top 5 by Yield: A642-32VT2PRO (AgriGold) 284.8, DS-4833V (Dairyland) 284.5, A642-18SSP (AgriGold) 282.5, A636-16-5222 (AgriGold) 272.8, A636-42SSP (AgriGold) 267.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142983.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142983.json new file mode 100644 index 00000000..09c8dc7c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142983.json @@ -0,0 +1,127 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142983", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MN", + "state_abbrev": "mn", + "city": "Brooten", + "county": "Stearns", + "year": 2024, + "plot_id": "142983", + "cooperator": "Kenny Radermacher", + "plot_average": 223.63, + "planted_date": "2024-05-06", + "harvested_date": "2024-10-16", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 4, + "brand": "AgriGold", + "product": "A626-39VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 57.8, + "Yield": 221.9, + "Adj Yield": 221.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A625-78VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 58.6, + "Yield": 217.9, + "Adj Yield": 217.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 57.5, + "Yield": 216.7, + "Adj Yield": 216.7 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 57.1, + "Yield": 210.1, + "Adj Yield": 210.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 57.7, + "Yield": 229.4, + "Adj Yield": 229.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A630-04VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.4, + "Yield": 237.0, + "Adj Yield": 237.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 55.9, + "Yield": 232.4, + "Adj Yield": 232.4 + } + } + ], + "n_results": 7, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142983" + ], + "fetched_at": "2026-05-27T02:18:32.217032+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142983.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142983.md new file mode 100644 index 00000000..4941ba6b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142983.md @@ -0,0 +1,37 @@ +# Corn yield trial — Brooten, MN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MN +- **County:** Stearns +- **City:** Brooten +- **Year:** 2024 +- **Plot ID:** 142983 +- **Cooperator:** Kenny Radermacher +- **Plot average:** 223.63 BU/Ac +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-16 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142983 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 4 | AgriGold | A626-39VT2PRO | VT2Pro | - | 14.2 | 57.8 | 221.9 | 221.9 | +| 5 | AgriGold | A625-78VT2RIB | VT2RIB | - | 14.3 | 58.6 | 217.9 | 217.9 | +| 6 | AgriGold | A628-51SSPRIB | SSPRIB | - | 15.6 | 57.5 | 216.7 | 216.7 | +| 7 | AgriGold | A629-55VT2RIB | VT2RIB | - | 17.3 | 57.1 | 210.1 | 210.1 | +| 3 | AgriGold | A630-04AA-RN | 3120 | - | 16.9 | 57.7 | 229.4 | 229.4 | +| 1 | AgriGold | A630-04VT2RIB | VT2RIB | - | 17.0 | 58.4 | 237.0 | 237.0 | +| 2 | AgriGold | A631-08VT2PRO | VT2Pro | - | 17.9 | 55.9 | 232.4 | 232.4 | + +Top 5 by Yield: A630-04VT2RIB (AgriGold) 237.0, A631-08VT2PRO (AgriGold) 232.4, A630-04AA-RN (AgriGold) 229.4, A626-39VT2PRO (AgriGold) 221.9, A625-78VT2RIB (AgriGold) 217.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142984.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142984.json new file mode 100644 index 00000000..9c310113 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142984.json @@ -0,0 +1,543 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142984", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Milford", + "county": "Iroquois", + "year": 2024, + "plot_id": "142984", + "cooperator": "Van Hoveln Farms Inc", + "plot_average": 279.63, + "planted_date": "2024-05-13", + "harvested_date": "2024-10-26", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": null, + "Yield": 277.7, + "Adj Yield": 277.7 + } + }, + { + "rank": 29, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": null, + "Yield": 262.9, + "Adj Yield": 270.63 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": null, + "Yield": 271.7, + "Adj Yield": 278.38 + } + }, + { + "rank": 32, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": null, + "Yield": 257.6, + "Adj Yield": 263.42 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": null, + "Yield": 290.8, + "Adj Yield": 295.9 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": null, + "Yield": 275.1, + "Adj Yield": 279.62 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": null, + "Yield": 272.1, + "Adj Yield": 276.15 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 279.0, + "Adj Yield": 282.69 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": null, + "Yield": 282.0, + "Adj Yield": 285.43 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": null, + "Yield": 268.7, + "Adj Yield": 271.99 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 284.0, + "Adj Yield": 287.28 + } + }, + { + "rank": 34, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": null, + "Yield": 252.6, + "Adj Yield": 256.06 + } + }, + { + "rank": null, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": null, + "Yield": 282.8, + "Adj Yield": 282.8 + } + }, + { + "rank": 35, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": null, + "Yield": 248.8, + "Adj Yield": 252.09 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": null, + "Yield": 278.9, + "Adj Yield": 281.63 + } + }, + { + "rank": 21, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": null, + "Yield": 275.6, + "Adj Yield": 277.78 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": null, + "Yield": 291.1, + "Adj Yield": 292.76 + } + }, + { + "rank": 22, + "brand": "Pioneer", + "product": "P10477V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": null, + "Yield": 276.0, + "Adj Yield": 277.14 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": null, + "Yield": 287.4, + "Adj Yield": 288.05 + } + }, + { + "rank": 25, + "brand": "Pioneer", + "product": "P09312V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": null, + "Yield": 273.4, + "Adj Yield": 273.56 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P08527V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 285.7, + "Adj Yield": 285.39 + } + }, + { + "rank": 14, + "brand": "Pioneer", + "product": "P1027AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": null, + "Yield": 284.3, + "Adj Yield": 283.54 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 305.9, + "Adj Yield": 304.72 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": null, + "Yield": 293.7, + "Adj Yield": 292.13 + } + }, + { + "rank": null, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 288.6, + "Adj Yield": 288.6 + } + }, + { + "rank": 23, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 278.0, + "Adj Yield": 276.25 + } + }, + { + "rank": 11, + "brand": "Wyffels", + "product": "W8086RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": null, + "Yield": 287.7, + "Adj Yield": 285.91 + } + }, + { + "rank": 26, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 275.4, + "Adj Yield": 273.43 + } + }, + { + "rank": 6, + "brand": "Channel", + "product": "211-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 293.0, + "Adj Yield": 290.75 + } + }, + { + "rank": 1, + "brand": "Channel", + "product": "215-70TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 307.8, + "Adj Yield": 305.17 + } + }, + { + "rank": 9, + "brand": "Channel", + "product": "212-63VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 290.2, + "Adj Yield": 287.11 + } + }, + { + "rank": 28, + "brand": "Golden Harvest", + "product": "G12U11-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": null, + "Yield": 275.1, + "Adj Yield": 271.46 + } + }, + { + "rank": 17, + "brand": "Golden Harvest", + "product": "G15J91-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": null, + "Yield": 285.3, + "Adj Yield": 281.02 + } + }, + { + "rank": 19, + "brand": "Golden Harvest", + "product": "G11V76-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": null, + "Yield": 284.0, + "Adj Yield": 278.98 + } + }, + { + "rank": 10, + "brand": "Golden Harvest", + "product": "G12S75-D", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": null, + "Yield": 292.5, + "Adj Yield": 286.62 + } + }, + { + "rank": 30, + "brand": "Purple Ribbon", + "product": "23A11STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": null, + "Yield": 276.8, + "Adj Yield": 269.92 + } + }, + { + "rank": 31, + "brand": "Purple Ribbon", + "product": "23A10STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 275.1, + "Adj Yield": 267.06 + } + }, + { + "rank": 33, + "brand": "Purple Ribbon", + "product": "25A14VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": null, + "Yield": 266.3, + "Adj Yield": 256.91 + } + }, + { + "rank": null, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 297.7, + "Adj Yield": 297.7 + } + } + ], + "n_results": 39, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142984" + ], + "fetched_at": "2026-05-27T02:18:32.775436+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142984.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142984.md new file mode 100644 index 00000000..240e2635 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142984.md @@ -0,0 +1,69 @@ +# Corn yield trial — Milford, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Iroquois +- **City:** Milford +- **Year:** 2024 +- **Plot ID:** 142984 +- **Cooperator:** Van Hoveln Farms Inc +- **Plot average:** 279.63 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-26 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142984 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Wyffels | W7876RIB | VT2RIB | - | 13.3 | - | 277.7 | 277.7 | +| 29 | AgriGold | A639-03VT2RIB | VT2RIB | - | 13.1 | - | 262.9 | 270.63 | +| 20 | AgriGold | A640-12STXRIB | STXRIB | - | 13.2 | - | 271.7 | 278.38 | +| 32 | AgriGold | A641-85STXRIB | STXRIB | - | 12.8 | - | 257.6 | 263.42 | +| 3 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 13.4 | - | 290.8 | 295.9 | +| 18 | AgriGold | A642-18SSP | SSP | - | 14.6 | - | 275.1 | 279.62 | +| 24 | AgriGold | A643-24PCE | PCE | - | 13.7 | - | 272.1 | 276.15 | +| 15 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.6 | - | 279.0 | 282.69 | +| 12 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.0 | - | 282.0 | 285.43 | +| 27 | AgriGold | A645-30VT2PRO | VT2Pro | - | 16.0 | - | 268.7 | 271.99 | +| 8 | AgriGold | A645-71STXRIB | STXRIB | - | 15.2 | - | 284.0 | 287.28 | +| 34 | AgriGold | A646-30VT2RIB | VT2RIB | - | 15.0 | - | 252.6 | 256.06 | +| - | Wyffels | W7876RIB | VT2RIB | - | 15.1 | - | 282.8 | 282.8 | +| 35 | Dekalb | DKC114-99RIB | VT4RIB | - | 14.4 | - | 248.8 | 252.09 | +| 16 | Dekalb | DKC110-10RIB | STXRIB | - | 13.3 | - | 278.9 | 281.63 | +| 21 | Dekalb | DKC64-22RIB | VT2RIB | - | 14.7 | - | 275.6 | 277.78 | +| 4 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 14.6 | - | 291.1 | 292.76 | +| 22 | Pioneer | P10477V | Vorceed | - | 14.6 | - | 276.0 | 277.14 | +| 7 | Pioneer | P14830Q | QROME | - | 13.6 | - | 287.4 | 288.05 | +| 25 | Pioneer | P09312V | Vorceed | - | 14.8 | - | 273.4 | 273.56 | +| 13 | Pioneer | P08527V | Vorceed | - | 14.1 | - | 285.7 | 285.39 | +| 14 | Pioneer | P1027AM | AM | - | 14.9 | - | 284.3 | 283.54 | +| 2 | Pioneer | P1742Q | QROME | - | 14.5 | - | 305.9 | 304.72 | +| 5 | Pioneer | P13777PCE | PCE | - | 15.1 | - | 293.7 | 292.13 | +| - | Wyffels | W7876RIB | VT2RIB | - | 14.2 | - | 288.6 | 288.6 | +| 23 | Wyffels | W7759RIB | SSPRIB | - | 14.2 | - | 278.0 | 276.25 | +| 11 | Wyffels | W8086RIB | VT2RIB | - | 14.7 | - | 287.7 | 285.91 | +| 26 | Wyffels | W6505RIB | TreceptaRIB | - | 14.2 | - | 275.4 | 273.43 | +| 6 | Channel | 211-11SSPRIB | SSPRIB | - | 13.0 | - | 293.0 | 290.75 | +| 1 | Channel | 215-70TRCRIB | TreceptaRIB | - | 15.8 | - | 307.8 | 305.17 | +| 9 | Channel | 212-63VT4PRIB | VT4RIB | - | 15.2 | - | 290.2 | 287.11 | +| 28 | Golden Harvest | G12U11-AA | 3220EZ | - | 13.9 | - | 275.1 | 271.46 | +| 17 | Golden Harvest | G15J91-V | 3220 | - | 15.4 | - | 285.3 | 281.02 | +| 19 | Golden Harvest | G11V76-AA | 3120EZ | - | 14.0 | - | 284.0 | 278.98 | +| 10 | Golden Harvest | G12S75-D | 5222EZ | - | 15.0 | - | 292.5 | 286.62 | +| 30 | Purple Ribbon | 23A11STXRIB | STXRIB | - | 15.0 | - | 276.8 | 269.92 | +| 31 | Purple Ribbon | 23A10STXRIB | STXRIB | - | 13.5 | - | 275.1 | 267.06 | +| 33 | Purple Ribbon | 25A14VT2RIB | VT2RIB | - | 14.6 | - | 266.3 | 256.91 | +| - | Wyffels | W7876RIB | VT2RIB | - | 14.5 | - | 297.7 | 297.7 | + +Top 5 by Yield: 215-70TRCRIB (Channel) 307.8, P1742Q (Pioneer) 305.9, W7876RIB (Wyffels) 297.7, P13777PCE (Pioneer) 293.7, 211-11SSPRIB (Channel) 293.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142985.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142985.json new file mode 100644 index 00000000..cf116d4e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142985.json @@ -0,0 +1,452 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142985", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "St. George", + "county": "Kankakee", + "year": 2024, + "plot_id": "142985", + "cooperator": "Synergy Seeds", + "plot_average": 275.81, + "planted_date": "2024-05-06", + "harvested_date": "2024-09-30", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 27, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": null, + "Yield": 267.9, + "Adj Yield": 267.9 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": null, + "Yield": 276.4, + "Adj Yield": 276.4 + } + }, + { + "rank": 18, + "brand": "Burrus", + "product": "5F17Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": null, + "Yield": 275.1, + "Adj Yield": 275.1 + } + }, + { + "rank": 32, + "brand": "ProHarvest", + "product": "75P85DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 252.2, + "Adj Yield": 252.2 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": null, + "Yield": 288.0, + "Adj Yield": 288.0 + } + }, + { + "rank": 28, + "brand": "Wyffels", + "product": "W5778RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": null, + "Yield": 267.2, + "Adj Yield": 267.2 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.9, + "Test Wt.": null, + "Yield": 271.0, + "Adj Yield": 271.0 + } + }, + { + "rank": 21, + "brand": "ProHarvest", + "product": "79P54SSPRORIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": null, + "Yield": 274.1, + "Adj Yield": 274.1 + } + }, + { + "rank": 30, + "brand": "Dekalb", + "product": "DKC112-29RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 24.3, + "Test Wt.": null, + "Yield": 260.2, + "Adj Yield": 260.2 + } + }, + { + "rank": 20, + "brand": "Wyffels", + "product": "W6215RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": null, + "Yield": 274.5, + "Adj Yield": 274.5 + } + }, + { + "rank": 16, + "brand": "Pioneer", + "product": "P10477Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": null, + "Yield": 277.8, + "Adj Yield": 277.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 23.7, + "Test Wt.": null, + "Yield": 292.9, + "Adj Yield": 292.9 + } + }, + { + "rank": 10, + "brand": "ProHarvest", + "product": "83P48SSPRORIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 24.6, + "Test Wt.": null, + "Yield": 281.0, + "Adj Yield": 281.0 + } + }, + { + "rank": 9, + "brand": "Burrus", + "product": "5J21AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": null, + "Yield": 281.9, + "Adj Yield": 281.9 + } + }, + { + "rank": 25, + "brand": "Dekalb", + "product": "DKC108-17RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": null, + "Yield": 269.3, + "Adj Yield": 269.3 + } + }, + { + "rank": 6, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 24.4, + "Test Wt.": null, + "Yield": 284.5, + "Adj Yield": 284.5 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 26.0, + "Test Wt.": null, + "Yield": 269.8, + "Adj Yield": 269.8 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 23.5, + "Test Wt.": null, + "Yield": 283.8, + "Adj Yield": 283.8 + } + }, + { + "rank": 22, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": null, + "Yield": 273.2, + "Adj Yield": 273.2 + } + }, + { + "rank": 4, + "brand": "Wyffels", + "product": "W6479RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": null, + "Yield": 285.5, + "Adj Yield": 285.5 + } + }, + { + "rank": 29, + "brand": "ProHarvest", + "product": "77P60SSRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": null, + "Yield": 261.1, + "Adj Yield": 261.1 + } + }, + { + "rank": 5, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": null, + "Yield": 284.9, + "Adj Yield": 284.9 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.5, + "Test Wt.": null, + "Yield": 280.6, + "Adj Yield": 280.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": null, + "Yield": 283.8, + "Adj Yield": 283.8 + } + }, + { + "rank": 14, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.9, + "Test Wt.": null, + "Yield": 280.4, + "Adj Yield": 280.4 + } + }, + { + "rank": 12, + "brand": "ProHarvest", + "product": "83P66VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.3, + "Test Wt.": null, + "Yield": 280.6, + "Adj Yield": 280.6 + } + }, + { + "rank": 31, + "brand": "Burrus", + "product": "4W42PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": null, + "Yield": 255.5, + "Adj Yield": 255.5 + } + }, + { + "rank": 15, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": null, + "Yield": 278.7, + "Adj Yield": 278.7 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": null, + "Yield": 280.9, + "Adj Yield": 280.9 + } + }, + { + "rank": 2, + "brand": "Wyffels", + "product": "W7485RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": null, + "Yield": 289.5, + "Adj Yield": 289.5 + } + }, + { + "rank": 26, + "brand": "ProHarvest", + "product": "81P20PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": null, + "Yield": 268.5, + "Adj Yield": 268.5 + } + }, + { + "rank": 18, + "brand": "Wyffels", + "product": "W7048RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 23.7, + "Test Wt.": null, + "Yield": 275.1, + "Adj Yield": 275.1 + } + } + ], + "n_results": 32, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142985" + ], + "fetched_at": "2026-05-27T02:18:33.241423+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142985.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142985.md new file mode 100644 index 00000000..106cac15 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142985.md @@ -0,0 +1,62 @@ +# Corn yield trial — St. George, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Kankakee +- **City:** St. George +- **Year:** 2024 +- **Plot ID:** 142985 +- **Cooperator:** Synergy Seeds +- **Plot average:** 275.81 BU/Ac +- **Planted:** 2024-05-06 +- **Harvested:** 2024-09-30 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142985 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 27 | Wyffels | W6886RIB | VT2RIB | - | 23.2 | - | 267.9 | 267.9 | +| 17 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 21.0 | - | 276.4 | 276.4 | +| 18 | Burrus | 5F17Q | QROME | - | 21.2 | - | 275.1 | 275.1 | +| 32 | ProHarvest | 75P85DGVT2PRIB | DGVT2PRIB | - | 20.0 | - | 252.2 | 252.2 | +| 3 | Dekalb | DKC110-10RIB | STXRIB | - | 20.5 | - | 288.0 | 288.0 | +| 28 | Wyffels | W5778RIB | STXRIB | - | 22.5 | - | 267.2 | 267.2 | +| 23 | AgriGold | A639-03VT2RIB | VT2RIB | - | 23.9 | - | 271.0 | 271.0 | +| 21 | ProHarvest | 79P54SSPRORIB | SSPRIB | - | 22.1 | - | 274.1 | 274.1 | +| 30 | Dekalb | DKC112-29RIB | SSPRIB | - | 24.3 | - | 260.2 | 260.2 | +| 20 | Wyffels | W6215RIB | TreceptaRIB | - | 22.5 | - | 274.5 | 274.5 | +| 16 | Pioneer | P10477Q | QROME | - | 21.8 | - | 277.8 | 277.8 | +| 1 | AgriGold | A642-32VT2PRO | VT2Pro | - | 23.7 | - | 292.9 | 292.9 | +| 10 | ProHarvest | 83P48SSPRORIB | SSPRIB | - | 24.6 | - | 281.0 | 281.0 | +| 9 | Burrus | 5J21AM | AM | - | 22.5 | - | 281.9 | 281.9 | +| 25 | Dekalb | DKC108-17RIB | TreceptaRIB | - | 22.8 | - | 269.3 | 269.3 | +| 6 | Wyffels | W7759RIB | SSPRIB | - | 24.4 | - | 284.5 | 284.5 | +| 24 | AgriGold | A642-18SSP | SSP | - | 26.0 | - | 269.8 | 269.8 | +| 7 | Dekalb | DKC114-99RIB | VT4RIB | - | 23.5 | - | 283.8 | 283.8 | +| 22 | Pioneer | P14830Q | QROME | - | 22.9 | - | 273.2 | 273.2 | +| 4 | Wyffels | W6479RIB | SSPRIB | - | 22.8 | - | 285.5 | 285.5 | +| 29 | ProHarvest | 77P60SSRIB | STXRIB | - | 20.7 | - | 261.1 | 261.1 | +| 5 | Wyffels | W7876RIB | VT2RIB | - | 22.7 | - | 284.9 | 284.9 | +| 12 | Dekalb | DKC64-22RIB | VT2RIB | - | 23.5 | - | 280.6 | 280.6 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 24.2 | - | 283.8 | 283.8 | +| 14 | Wyffels | W7945RIB | TreceptaRIB | - | 24.9 | - | 280.4 | 280.4 | +| 12 | ProHarvest | 83P66VT2RIB | VT2RIB | - | 24.3 | - | 280.6 | 280.6 | +| 31 | Burrus | 4W42PCE | PCE | - | 21.4 | - | 255.5 | 255.5 | +| 15 | Wyffels | W6505RIB | TreceptaRIB | - | 20.3 | - | 278.7 | 278.7 | +| 11 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 23.2 | - | 280.9 | 280.9 | +| 2 | Wyffels | W7485RIB | TreceptaRIB | - | 23.4 | - | 289.5 | 289.5 | +| 26 | ProHarvest | 81P20PCE | PCE | - | 22.3 | - | 268.5 | 268.5 | +| 18 | Wyffels | W7048RIB | STXRIB | - | 23.7 | - | 275.1 | 275.1 | + +Top 5 by Yield: A642-32VT2PRO (AgriGold) 292.9, W7485RIB (Wyffels) 289.5, DKC110-10RIB (Dekalb) 288.0, W6479RIB (Wyffels) 285.5, W7876RIB (Wyffels) 284.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142986.json b/corpus/agrigold_plot_reports/agpr-corn-2024-142986.json new file mode 100644 index 00000000..c9735b79 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142986.json @@ -0,0 +1,439 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-142986", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "LerAble", + "county": "Iroquois", + "year": 2024, + "plot_id": "142986", + "cooperator": "Synergy Seeds", + "plot_average": 255.5, + "planted_date": "2024-05-13", + "harvested_date": "2024-10-26", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 21, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 249.8, + "Adj Yield": 249.8 + } + }, + { + "rank": 25, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 247.1, + "Adj Yield": 247.1 + } + }, + { + "rank": 16, + "brand": "Burrus", + "product": "5F17Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 255.6, + "Adj Yield": 255.6 + } + }, + { + "rank": 31, + "brand": "ProHarvest", + "product": "75P85DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": null, + "Yield": 227.6, + "Adj Yield": 227.6 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 263.1, + "Adj Yield": 263.1 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 249.6, + "Adj Yield": 249.6 + } + }, + { + "rank": 6, + "brand": "ProHarvest", + "product": "79P54SSPRORIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 266.0, + "Adj Yield": 266.0 + } + }, + { + "rank": 24, + "brand": "Dekalb", + "product": "DKC112-29RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": null, + "Yield": 248.2, + "Adj Yield": 248.2 + } + }, + { + "rank": 23, + "brand": "Wyffels", + "product": "W6215RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 249.0, + "Adj Yield": 249.0 + } + }, + { + "rank": 18, + "brand": "Pioneer", + "product": "P10477Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 253.2, + "Adj Yield": 253.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 268.4, + "Adj Yield": 268.4 + } + }, + { + "rank": 12, + "brand": "ProHarvest", + "product": "83P48SSPRORIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 260.3, + "Adj Yield": 260.3 + } + }, + { + "rank": 13, + "brand": "Burrus", + "product": "5J21AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 259.8, + "Adj Yield": 259.8 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC108-17RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 255.0, + "Adj Yield": 255.0 + } + }, + { + "rank": 1, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 279.0, + "Adj Yield": 279.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 271.7, + "Adj Yield": 271.7 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 263.5, + "Adj Yield": 263.5 + } + }, + { + "rank": 27, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 242.5, + "Adj Yield": 242.5 + } + }, + { + "rank": 30, + "brand": "Wyffels", + "product": "W6479RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": null, + "Yield": 235.4, + "Adj Yield": 235.4 + } + }, + { + "rank": 29, + "brand": "ProHarvest", + "product": "77P60SSRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 236.0, + "Adj Yield": 236.0 + } + }, + { + "rank": 2, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": null, + "Yield": 273.8, + "Adj Yield": 273.8 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 265.9, + "Adj Yield": 265.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 272.2, + "Adj Yield": 272.2 + } + }, + { + "rank": 10, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 262.3, + "Adj Yield": 262.3 + } + }, + { + "rank": 26, + "brand": "ProHarvest", + "product": "83P66VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 245.2, + "Adj Yield": 245.2 + } + }, + { + "rank": 28, + "brand": "Burrus", + "product": "4W42PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 237.6, + "Adj Yield": 237.6 + } + }, + { + "rank": 20, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 250.7, + "Adj Yield": 250.7 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 258.0, + "Adj Yield": 258.0 + } + }, + { + "rank": 13, + "brand": "Wyffels", + "product": "W7485RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 259.8, + "Adj Yield": 259.8 + } + }, + { + "rank": 11, + "brand": "ProHarvest", + "product": "81P20PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": null, + "Yield": 262.1, + "Adj Yield": 262.1 + } + }, + { + "rank": 19, + "brand": "Wyffels", + "product": "W7048RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 252.2, + "Adj Yield": 252.2 + } + } + ], + "n_results": 31, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/142986" + ], + "fetched_at": "2026-05-27T02:18:33.788509+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-142986.md b/corpus/agrigold_plot_reports/agpr-corn-2024-142986.md new file mode 100644 index 00000000..402ae0a8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-142986.md @@ -0,0 +1,61 @@ +# Corn yield trial — LerAble, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Iroquois +- **City:** LerAble +- **Year:** 2024 +- **Plot ID:** 142986 +- **Cooperator:** Synergy Seeds +- **Plot average:** 255.5 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-26 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/142986 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 21 | Wyffels | W6886RIB | VT2RIB | - | 15.6 | - | 249.8 | 249.8 | +| 25 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 16.5 | - | 247.1 | 247.1 | +| 16 | Burrus | 5F17Q | QROME | - | 15.2 | - | 255.6 | 255.6 | +| 31 | ProHarvest | 75P85DGVT2PRIB | DGVT2PRIB | - | 15.0 | - | 227.6 | 227.6 | +| 9 | Dekalb | DKC110-10RIB | STXRIB | - | 15.5 | - | 263.1 | 263.1 | +| 22 | AgriGold | A639-03VT2RIB | VT2RIB | - | 16.7 | - | 249.6 | 249.6 | +| 6 | ProHarvest | 79P54SSPRORIB | SSPRIB | - | 17.0 | - | 266.0 | 266.0 | +| 24 | Dekalb | DKC112-29RIB | SSPRIB | - | 15.1 | - | 248.2 | 248.2 | +| 23 | Wyffels | W6215RIB | TreceptaRIB | - | 15.6 | - | 249.0 | 249.0 | +| 18 | Pioneer | P10477Q | QROME | - | 15.5 | - | 253.2 | 253.2 | +| 5 | AgriGold | A642-32VT2PRO | VT2Pro | - | 16.5 | - | 268.4 | 268.4 | +| 12 | ProHarvest | 83P48SSPRORIB | SSPRIB | - | 17.1 | - | 260.3 | 260.3 | +| 13 | Burrus | 5J21AM | AM | - | 17.0 | - | 259.8 | 259.8 | +| 17 | Dekalb | DKC108-17RIB | TreceptaRIB | - | 18.8 | - | 255.0 | 255.0 | +| 1 | Wyffels | W7759RIB | SSPRIB | - | 16.1 | - | 279.0 | 279.0 | +| 4 | AgriGold | A642-18SSP | SSP | - | 14.5 | - | 271.7 | 271.7 | +| 8 | Dekalb | DKC114-99RIB | VT4RIB | - | 16.6 | - | 263.5 | 263.5 | +| 27 | Pioneer | P14830Q | QROME | - | 18.3 | - | 242.5 | 242.5 | +| 30 | Wyffels | W6479RIB | SSPRIB | - | 15.0 | - | 235.4 | 235.4 | +| 29 | ProHarvest | 77P60SSRIB | STXRIB | - | 14.2 | - | 236.0 | 236.0 | +| 2 | Wyffels | W7876RIB | VT2RIB | - | 13.1 | - | 273.8 | 273.8 | +| 7 | Dekalb | DKC64-22RIB | VT2RIB | - | 17.5 | - | 265.9 | 265.9 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.4 | - | 272.2 | 272.2 | +| 10 | Wyffels | W7945RIB | TreceptaRIB | - | 16.5 | - | 262.3 | 262.3 | +| 26 | ProHarvest | 83P66VT2RIB | VT2RIB | - | 18.4 | - | 245.2 | 245.2 | +| 28 | Burrus | 4W42PCE | PCE | - | 16.1 | - | 237.6 | 237.6 | +| 20 | Wyffels | W6505RIB | TreceptaRIB | - | 15.8 | - | 250.7 | 250.7 | +| 15 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 16.9 | - | 258.0 | 258.0 | +| 13 | Wyffels | W7485RIB | TreceptaRIB | - | 17.3 | - | 259.8 | 259.8 | +| 11 | ProHarvest | 81P20PCE | PCE | - | 15.1 | - | 262.1 | 262.1 | +| 19 | Wyffels | W7048RIB | STXRIB | - | 18.3 | - | 252.2 | 252.2 | + +Top 5 by Yield: W7759RIB (Wyffels) 279.0, W7876RIB (Wyffels) 273.8, A644-64VT2RIB (AgriGold) 272.2, A642-18SSP (AgriGold) 271.7, A642-32VT2PRO (AgriGold) 268.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143036.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143036.json new file mode 100644 index 00000000..abb685ad --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143036.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143036", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Pella", + "county": "Marion", + "year": 2024, + "plot_id": "143036", + "cooperator": "Wynne Veenstra", + "plot_average": 258.31, + "planted_date": "2024-04-12", + "harvested_date": "2024-10-18", + "population_seeds_per_acre": 29500, + "row_width": "36.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 60.6, + "Yield": 259.7, + "Adj Yield": 259.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 58.7, + "Yield": 263.9, + "Adj Yield": 267.52 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 60.5, + "Yield": 252.2, + "Adj Yield": 254.97 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 59.4, + "Yield": 261.2, + "Adj Yield": 263.06 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 60.5, + "Yield": 256.3, + "Adj Yield": 257.23 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 61.2, + "Yield": 255.4, + "Adj Yield": 255.42 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-76VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 57.7, + "Yield": 246.4, + "Adj Yield": 245.51 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 58.6, + "Yield": 256.9, + "Adj Yield": 255.02 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 59.1, + "Yield": 263.7, + "Adj Yield": 260.98 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 60.5, + "Yield": 268.8, + "Adj Yield": 265.09 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 60.1, + "Yield": 268.9, + "Adj Yield": 268.9 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143036" + ], + "fetched_at": "2026-05-27T02:18:34.218469+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143036.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143036.md new file mode 100644 index 00000000..407df301 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143036.md @@ -0,0 +1,40 @@ +# Corn yield trial — Pella, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Marion +- **City:** Pella +- **Year:** 2024 +- **Plot ID:** 143036 +- **Cooperator:** Wynne Veenstra +- **Plot average:** 258.31 BU/Ac +- **Planted:** 2024-04-12 +- **Harvested:** 2024-10-18 +- **Population:** 29,500 seeds/acre +- **Row width:** 36.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143036 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.6 | 60.6 | 259.7 | 259.7 | +| 1 | AgriGold | A636-16-5222 | 5222 | - | 13.5 | 58.7 | 263.9 | 267.52 | +| 8 | AgriGold | A637-72VT2PRO | VT2Pro | - | 13.5 | 60.5 | 252.2 | 254.97 | +| 3 | AgriGold | K5836PWE | PWE | - | 13.6 | 59.4 | 261.2 | 263.06 | +| 5 | AgriGold | A639-03VT2RIB | VT2RIB | - | 12.9 | 60.5 | 256.3 | 257.23 | +| 6 | AgriGold | A641-26-3110 | 3110 | - | 13.6 | 61.2 | 255.4 | 255.42 | +| 9 | AgriGold | A642-76VT2RIB | VT2RIB | - | 13.9 | 57.7 | 246.4 | 245.51 | +| 7 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 13.9 | 58.6 | 256.9 | 255.02 | +| 4 | AgriGold | A643-24PCE | PCE | - | 13.8 | 59.1 | 263.7 | 260.98 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.8 | 60.5 | 268.8 | 265.09 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.0 | 60.1 | 268.9 | 268.9 | + +Top 5 by Yield: A645-16VT2RIB (AgriGold) 268.9, A644-64VT2RIB (AgriGold) 268.8, A636-16-5222 (AgriGold) 263.9, A643-24PCE (AgriGold) 263.7, K5836PWE (AgriGold) 261.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143037.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143037.json new file mode 100644 index 00000000..6e4840e4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143037.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143037", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Grinell", + "county": "Poweshiek", + "year": 2024, + "plot_id": "143037", + "cooperator": "Jay Boot", + "plot_average": 277.04, + "planted_date": "2024-04-30", + "harvested_date": "2024-10-17", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 261.9, + "Adj Yield": 261.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 301.2, + "Adj Yield": 301.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": null, + "Yield": 288.1, + "Adj Yield": 288.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 293.2, + "Adj Yield": 293.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": null, + "Yield": 267.3, + "Adj Yield": 267.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 288.2, + "Adj Yield": 288.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 284.2, + "Adj Yield": 284.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 268.2, + "Adj Yield": 268.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 285.4, + "Adj Yield": 285.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 250.6, + "Adj Yield": 250.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": null, + "Yield": 259.1, + "Adj Yield": 259.1 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143037" + ], + "fetched_at": "2026-05-27T02:18:34.775107+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143037.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143037.md new file mode 100644 index 00000000..eb839b10 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143037.md @@ -0,0 +1,40 @@ +# Corn yield trial — Grinell, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Poweshiek +- **City:** Grinell +- **Year:** 2024 +- **Plot ID:** 143037 +- **Cooperator:** Jay Boot +- **Plot average:** 277.04 BU/Ac +- **Planted:** 2024-04-30 +- **Harvested:** 2024-10-17 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143037 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | AgriGold | A641-85STXRIB | STXRIB | - | 15.2 | - | 261.9 | 261.9 | +| 1 | AgriGold | A642-32VT2PRO | VT2Pro | - | 16.1 | - | 301.2 | 301.2 | +| 4 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.3 | - | 288.1 | 288.1 | +| 2 | AgriGold | A643-24PCE | PCE | - | 15.2 | - | 293.2 | 293.2 | +| 8 | AgriGold | A642-18SSP | SSP | - | 15.0 | - | 267.3 | 267.3 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.2 | - | 288.2 | 288.2 | +| 6 | AgriGold | A645-30VT2PRO | VT2Pro | - | 16.2 | - | 284.2 | 284.2 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.5 | - | 268.2 | 268.2 | +| 5 | AgriGold | A646-30VT2RIB | VT2RIB | - | 15.6 | - | 285.4 | 285.4 | +| 11 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.2 | - | 250.6 | 250.6 | +| 10 | AgriGold | A645-71STXRIB | STXRIB | - | 14.8 | - | 259.1 | 259.1 | + +Top 5 by Yield: A642-32VT2PRO (AgriGold) 301.2, A643-24PCE (AgriGold) 293.2, A643-52VT2RIB (AgriGold) 288.2, A642-05VT2RIBD1 (AgriGold) 288.1, A646-30VT2RIB (AgriGold) 285.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143041.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143041.json new file mode 100644 index 00000000..ecf2b8b5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143041.json @@ -0,0 +1,283 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143041", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Newman Grove", + "county": "Platte", + "year": 2024, + "plot_id": "143041", + "cooperator": "Jacob Preister", + "plot_average": 248.46, + "planted_date": "2024-05-17", + "harvested_date": "2024-10-28", + "population_seeds_per_acre": 32500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A642-76VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.7, + "Yield": 223.8, + "Adj Yield": 223.8 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.1, + "Yield": 233.5, + "Adj Yield": 246.25 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 59.9, + "Yield": 231.4, + "Adj Yield": 241.09 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 58.5, + "Yield": 199.2, + "Adj Yield": 206.31 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 58.4, + "Yield": 279.3, + "Adj Yield": 284.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 59.9, + "Yield": 262.8, + "Adj Yield": 265.48 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A641-85TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 62.1, + "Yield": 238.6, + "Adj Yield": 239.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 59.3, + "Yield": 280.0, + "Adj Yield": 279.31 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 62.5, + "Yield": 247.6, + "Adj Yield": 245.47 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-76VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 61.0, + "Yield": 243.4, + "Adj Yield": 243.4 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-76VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 61.0, + "Yield": 243.4, + "Adj Yield": 240.71 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 58.5, + "Yield": 245.3, + "Adj Yield": 242.53 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 60.9, + "Yield": 275.5, + "Adj Yield": 272.21 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 60.3, + "Yield": 268.7, + "Adj Yield": 264.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 59.5, + "Yield": 258.3, + "Adj Yield": 253.08 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.3, + "Yield": 205.0, + "Adj Yield": 198.33 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A646-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 59.8, + "Yield": 222.9, + "Adj Yield": 214.42 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 60.1, + "Yield": 292.4, + "Adj Yield": 281.91 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-76VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 60.1, + "Yield": 253.1, + "Adj Yield": 253.1 + } + } + ], + "n_results": 19, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143041" + ], + "fetched_at": "2026-05-27T02:18:35.300175+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143041.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143041.md new file mode 100644 index 00000000..3b10412b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143041.md @@ -0,0 +1,49 @@ +# Corn yield trial — Newman Grove, NE, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Platte +- **City:** Newman Grove +- **Year:** 2024 +- **Plot ID:** 143041 +- **Cooperator:** Jacob Preister +- **Plot average:** 248.46 BU/Ac +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-28 +- **Population:** 32,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143041 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A642-76VT2RIB | VT2RIB | - | 16.2 | 59.7 | 223.8 | 223.8 | +| 8 | AgriGold | A637-72VT2PRO | VT2Pro | - | 14.2 | 60.1 | 233.5 | 246.25 | +| 11 | AgriGold | K5836PWE | PWE | - | 13.7 | 59.9 | 231.4 | 241.09 | +| 15 | AgriGold | A639-03VT2RIB | VT2RIB | - | 13.3 | 58.5 | 199.2 | 206.31 | +| 1 | AgriGold | J6015PWE | PWE | - | 15.5 | 58.4 | 279.3 | 284.1 | +| 5 | AgriGold | A641-26-3110 | 3110 | - | 14.8 | 59.9 | 262.8 | 265.48 | +| 13 | AgriGold | A641-85TRCRIB | TreceptaRIB | - | 13.6 | 62.1 | 238.6 | 239.5 | +| 3 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.3 | 59.3 | 280.0 | 279.31 | +| 9 | AgriGold | A642-32VT2PRO | VT2Pro | - | 15.3 | 62.5 | 247.6 | 245.47 | +| - | AgriGold | A642-76VT2RIB | VT2RIB | - | 15.0 | 61.0 | 243.4 | 243.4 | +| 12 | AgriGold | A642-76VT2RIB | VT2RIB | - | 15.0 | 61.0 | 243.4 | 240.71 | +| 10 | AgriGold | A643-24PCE | PCE | - | 16.1 | 58.5 | 245.3 | 242.53 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.6 | 60.9 | 275.5 | 272.21 | +| 6 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.6 | 60.3 | 268.7 | 264.6 | +| 7 | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.3 | 59.5 | 258.3 | 253.08 | +| 16 | AgriGold | A645-22TRC | Trecepta | - | 16.0 | 58.3 | 205.0 | 198.33 | +| 14 | AgriGold | A646-30VT2PRO | VT2Pro | - | 18.1 | 59.8 | 222.9 | 214.42 | +| 2 | AgriGold | A646-17STXRIB | STXRIB | - | 16.0 | 60.1 | 292.4 | 281.91 | +| - | AgriGold | A642-76VT2RIB | VT2RIB | - | 15.1 | 60.1 | 253.1 | 253.1 | + +Top 5 by Yield: A646-17STXRIB (AgriGold) 292.4, A642-05VT2RIBD1 (AgriGold) 280.0, J6015PWE (AgriGold) 279.3, A643-52VT2RIB (AgriGold) 275.5, A644-64VT2RIB (AgriGold) 268.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143050.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143050.json new file mode 100644 index 00000000..4421193b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143050.json @@ -0,0 +1,517 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143050", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Apple River", + "county": "Jo Daviess", + "year": 2024, + "plot_id": "143050", + "cooperator": "Daylon Niemann", + "plot_average": 234.22, + "planted_date": "2024-05-17", + "harvested_date": "2024-11-12", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 59.9, + "Yield": 246.0, + "Adj Yield": 246.0 + } + }, + { + "rank": 35, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 58.3, + "Yield": 198.9, + "Adj Yield": 198.9 + } + }, + { + "rank": 30, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 57.9, + "Yield": 218.8, + "Adj Yield": 218.8 + } + }, + { + "rank": 31, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 57.9, + "Yield": 218.3, + "Adj Yield": 218.3 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 58.4, + "Yield": 227.4, + "Adj Yield": 227.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 59.1, + "Yield": 240.9, + "Adj Yield": 240.9 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 59.4, + "Yield": 246.7, + "Adj Yield": 246.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-76VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 60.5, + "Yield": 251.4, + "Adj Yield": 251.4 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 58.0, + "Yield": 227.7, + "Adj Yield": 227.7 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 57.3, + "Yield": 229.2, + "Adj Yield": 229.2 + } + }, + { + "rank": 20, + "brand": "Nu Tech", + "product": "72C1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 58.8, + "Yield": 231.9, + "Adj Yield": 231.9 + } + }, + { + "rank": 29, + "brand": "Nu Tech", + "product": "71A2AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 60.0, + "Yield": 219.3, + "Adj Yield": 219.3 + } + }, + { + "rank": 34, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 59.5, + "Yield": 214.2, + "Adj Yield": 214.2 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 60.9, + "Yield": 227.9, + "Adj Yield": 227.9 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 59.6, + "Yield": 238.2, + "Adj Yield": 238.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 58.2, + "Yield": 242.3, + "Adj Yield": 242.3 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 58.9, + "Yield": 239.2, + "Adj Yield": 239.2 + } + }, + { + "rank": 21, + "brand": "Channel", + "product": "210-08VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 56.5, + "Yield": 231.2, + "Adj Yield": 231.2 + } + }, + { + "rank": 26, + "brand": "Pioneer", + "product": "P10477V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 57.8, + "Yield": 223.0, + "Adj Yield": 223.0 + } + }, + { + "rank": 32, + "brand": "Pioneer", + "product": "P10625V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.3, + "Yield": 216.6, + "Adj Yield": 216.6 + } + }, + { + "rank": 19, + "brand": "Nu Tech", + "product": "69C7PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 57.6, + "Yield": 235.7, + "Adj Yield": 235.7 + } + }, + { + "rank": 33, + "brand": "Pioneer", + "product": "P09312V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 59.6, + "Yield": 215.8, + "Adj Yield": 215.8 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 60.3, + "Yield": 241.3, + "Adj Yield": 241.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 58.5, + "Yield": 259.0, + "Adj Yield": 259.0 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 60.5, + "Yield": 237.6, + "Adj Yield": 237.6 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P08527V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 59.9, + "Yield": 239.8, + "Adj Yield": 239.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.6, + "Yield": 254.0, + "Adj Yield": 254.0 + } + }, + { + "rank": 28, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 59.2, + "Yield": 221.3, + "Adj Yield": 221.3 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.2, + "Yield": 240.3, + "Adj Yield": 240.3 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 58.0, + "Yield": 222.5, + "Adj Yield": 222.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 59.7, + "Yield": 249.5, + "Adj Yield": 249.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 59.9, + "Yield": 250.3, + "Adj Yield": 250.3 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A631-12SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 59.2, + "Yield": 237.7, + "Adj Yield": 237.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 59.0, + "Yield": 258.3, + "Adj Yield": 258.3 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 59.7, + "Yield": 238.6, + "Adj Yield": 238.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 62.8, + "Yield": 252.9, + "Adj Yield": 252.9 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 62.8, + "Yield": 252.9, + "Adj Yield": 252.9 + } + } + ], + "n_results": 37, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143050" + ], + "fetched_at": "2026-05-27T02:18:35.779468+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143050.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143050.md new file mode 100644 index 00000000..dc54ac6e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143050.md @@ -0,0 +1,67 @@ +# Corn yield trial — Apple River, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Jo Daviess +- **City:** Apple River +- **Year:** 2024 +- **Plot ID:** 143050 +- **Cooperator:** Daylon Niemann +- **Plot average:** 234.22 BU/Ac +- **Planted:** 2024-05-17 +- **Harvested:** 2024-11-12 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143050 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.8 | 59.9 | 246.0 | 246.0 | +| 35 | Pioneer | P1742Q | QROME | - | 19.0 | 58.3 | 198.9 | 198.9 | +| 30 | Pioneer | P14830Q | QROME | - | 18.7 | 57.9 | 218.8 | 218.8 | +| 31 | Wyffels | W7876RIB | VT2RIB | - | 18.3 | 57.9 | 218.3 | 218.3 | +| 25 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.0 | 58.4 | 227.4 | 227.4 | +| 11 | AgriGold | A643-24PCE | PCE | - | 18.8 | 59.1 | 240.9 | 240.9 | +| 8 | AgriGold | A642-32VT2PRO | VT2Pro | - | 18.2 | 59.4 | 246.7 | 246.7 | +| 5 | AgriGold | A642-76VT2RIB | VT2RIB | - | 18.0 | 60.5 | 251.4 | 251.4 | +| 24 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.6 | 58.0 | 227.7 | 227.7 | +| 22 | AgriGold | A642-18SSP | SSP | - | 17.6 | 57.3 | 229.2 | 229.2 | +| 20 | Nu Tech | 72C1PCE | PCE | - | 17.7 | 58.8 | 231.9 | 231.9 | +| 29 | Nu Tech | 71A2AM | AM | - | 17.5 | 60.0 | 219.3 | 219.3 | +| 34 | Wyffels | W6886RIB | VT2RIB | - | 17.6 | 59.5 | 214.2 | 214.2 | +| 23 | AgriGold | A641-26-3110 | 3110 | - | 18.0 | 60.9 | 227.9 | 227.9 | +| 16 | AgriGold | A641-85STXRIB | STXRIB | - | 17.0 | 59.6 | 238.2 | 238.2 | +| 9 | AgriGold | A640-12STXRIB | STXRIB | - | 17.1 | 58.2 | 242.3 | 242.3 | +| 14 | AgriGold | A640-16-3110 | 3110 | - | 16.9 | 58.9 | 239.2 | 239.2 | +| 21 | Channel | 210-08VT2PRIB | VT2RIB | - | 17.5 | 56.5 | 231.2 | 231.2 | +| 26 | Pioneer | P10477V | Vorceed | - | 17.1 | 57.8 | 223.0 | 223.0 | +| 32 | Pioneer | P10625V | Vorceed | - | 17.0 | 58.3 | 216.6 | 216.6 | +| 19 | Nu Tech | 69C7PCE | PCE | - | 17.7 | 57.6 | 235.7 | 235.7 | +| 33 | Pioneer | P09312V | Vorceed | - | 17.3 | 59.6 | 215.8 | 215.8 | +| 10 | AgriGold | A639-91SSPRIB | SSPRIB | - | 16.5 | 60.3 | 241.3 | 241.3 | +| 1 | AgriGold | A639-03VT2RIB | VT2RIB | - | 16.6 | 58.5 | 259.0 | 259.0 | +| 18 | AgriGold | A638-19-3110 | 3110 | - | 17.0 | 60.5 | 237.6 | 237.6 | +| 13 | Pioneer | P08527V | Vorceed | - | 17.8 | 59.9 | 239.8 | 239.8 | +| 3 | AgriGold | A637-72VT2PRO | VT2Pro | - | 16.2 | 59.6 | 254.0 | 254.0 | +| 28 | AgriGold | A636-39-3110 | 3110 | - | 17.0 | 59.2 | 221.3 | 221.3 | +| 12 | AgriGold | A636-42SSP | SSP | - | 16.0 | 58.2 | 240.3 | 240.3 | +| 27 | AgriGold | A636-16-5222 | 5222 | - | 16.6 | 58.0 | 222.5 | 222.5 | +| 7 | AgriGold | A634-11SSPRIB | SSPRIB | - | 15.5 | 59.7 | 249.5 | 249.5 | +| 6 | AgriGold | A632-68VT2RIB | VT2RIB | - | 16.0 | 59.9 | 250.3 | 250.3 | +| 17 | AgriGold | A631-12SSP | SSP | - | 15.5 | 59.2 | 237.7 | 237.7 | +| 2 | AgriGold | A631-08VT2PRO | VT2Pro | - | 15.8 | 59.0 | 258.3 | 258.3 | +| 15 | AgriGold | A630-04AA-RN | 3120 | - | 17.4 | 59.7 | 238.6 | 238.6 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.2 | 62.8 | 252.9 | 252.9 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.2 | 62.8 | 252.9 | 252.9 | + +Top 5 by Yield: A639-03VT2RIB (AgriGold) 259.0, A631-08VT2PRO (AgriGold) 258.3, A637-72VT2PRO (AgriGold) 254.0, A643-52VT2RIB (AgriGold) 252.9, A643-52VT2RIB (AgriGold) 252.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143053.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143053.json new file mode 100644 index 00000000..cc112bdd --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143053.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143053", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Hedrick", + "county": "Wapello", + "year": 2024, + "plot_id": "143053", + "cooperator": "Mark Jacobs", + "plot_average": 221.99, + "planted_date": "2024-05-17", + "harvested_date": "2024-11-08", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.9, + "Yield": 210.8, + "Adj Yield": 210.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 57.6, + "Yield": 216.1, + "Adj Yield": 230.55 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 58.8, + "Yield": 201.2, + "Adj Yield": 212.32 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 58.9, + "Yield": 206.1, + "Adj Yield": 214.56 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 60.7, + "Yield": 205.8, + "Adj Yield": 212.08 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 61.3, + "Yield": 229.7, + "Adj Yield": 234.45 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 60.1, + "Yield": 230.6, + "Adj Yield": 234.44 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.2, + "Yield": 217.4, + "Adj Yield": 221.08 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 60.5, + "Yield": 224.3, + "Adj Yield": 224.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 60.8, + "Yield": 235.9, + "Adj Yield": 238.35 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 57.3, + "Yield": 238.6, + "Adj Yield": 238.17 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.7, + "Yield": 225.6, + "Adj Yield": 221.89 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.6, + "Yield": 236.0, + "Adj Yield": 228.43 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 62.8, + "Yield": 234.3, + "Adj Yield": 222.31 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 56.3, + "Yield": 194.5, + "Adj Yield": 177.22 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 59.5, + "Yield": 252.8, + "Adj Yield": 252.8 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143053" + ], + "fetched_at": "2026-05-27T02:18:36.227113+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143053.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143053.md new file mode 100644 index 00000000..ea7d752b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143053.md @@ -0,0 +1,46 @@ +# Corn yield trial — Hedrick, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Wapello +- **City:** Hedrick +- **Year:** 2024 +- **Plot ID:** 143053 +- **Cooperator:** Mark Jacobs +- **Plot average:** 221.99 BU/Ac +- **Planted:** 2024-05-17 +- **Harvested:** 2024-11-08 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143053 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-24PCE | PCE | - | 16.2 | 59.9 | 210.8 | 210.8 | +| 5 | AgriGold | A636-16VT2RIB | VT2RIB | - | 14.9 | 57.6 | 216.1 | 230.55 | +| 11 | AgriGold | A637-72VT2PRO | VT2Pro | - | 16.3 | 58.8 | 201.2 | 212.32 | +| 10 | AgriGold | A638-19-3110 | 3110 | - | 16.2 | 58.9 | 206.1 | 214.56 | +| 12 | AgriGold | A641-26-3110 | 3110 | - | 15.8 | 60.7 | 205.8 | 212.08 | +| 3 | AgriGold | A642-32VT2PRO | VT2Pro | - | 15.4 | 61.3 | 229.7 | 234.45 | +| 4 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.8 | 60.1 | 230.6 | 234.44 | +| 9 | AgriGold | A642-18SSP | SSP | - | 15.2 | 60.2 | 217.4 | 221.08 | +| - | AgriGold | A643-24PCE | PCE | - | 15.9 | 60.5 | 224.3 | 224.3 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.6 | 60.8 | 235.9 | 238.35 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.3 | 57.3 | 238.6 | 238.17 | +| 8 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.4 | 60.7 | 225.6 | 221.89 | +| 6 | AgriGold | A645-71STXRIB | STXRIB | - | 15.8 | 58.6 | 236.0 | 228.43 | +| 7 | AgriGold | A645-30VT2PRO | VT2Pro | - | 16.4 | 62.8 | 234.3 | 222.31 | +| 13 | AgriGold | A646-30VT2RIB | VT2RIB | - | 16.6 | 56.3 | 194.5 | 177.22 | +| - | AgriGold | A643-24PCE | PCE | - | 15.8 | 59.5 | 252.8 | 252.8 | + +Top 5 by Yield: A643-24PCE (AgriGold) 252.8, A644-64VT2RIB (AgriGold) 238.6, A645-71STXRIB (AgriGold) 236.0, A643-52VT2RIB (AgriGold) 235.9, A645-30VT2PRO (AgriGold) 234.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143061.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143061.json new file mode 100644 index 00000000..b3139f37 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143061.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143061", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Humphrey", + "county": "Platte", + "year": 2024, + "plot_id": "143061", + "cooperator": "Brian Labenz", + "plot_average": 242.45, + "planted_date": "2024-05-17", + "harvested_date": "2024-10-15", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 59.9, + "Yield": 238.7, + "Adj Yield": 238.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A639-70STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 57.6, + "Yield": 240.4, + "Adj Yield": 243.93 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.4, + "Yield": 244.5, + "Adj Yield": 243.88 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.8, + "Yield": 256.9, + "Adj Yield": 252.19 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 60.3, + "Yield": 257.0, + "Adj Yield": 257.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 60.3, + "Yield": 257.0, + "Adj Yield": 251.29 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 57.7, + "Yield": 231.5, + "Adj Yield": 228.03 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 58.7, + "Yield": 231.9, + "Adj Yield": 229.99 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 57.9, + "Yield": 244.9, + "Adj Yield": 244.18 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 58.1, + "Yield": 245.6, + "Adj Yield": 246.13 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 59.9, + "Yield": 245.3, + "Adj Yield": 245.3 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143061" + ], + "fetched_at": "2026-05-27T02:18:36.749176+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143061.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143061.md new file mode 100644 index 00000000..cbfe817a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143061.md @@ -0,0 +1,41 @@ +# Corn yield trial — Humphrey, NE, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Platte +- **City:** Humphrey +- **Year:** 2024 +- **Plot ID:** 143061 +- **Cooperator:** Brian Labenz +- **Plot average:** 242.45 BU/Ac +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-15 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143061 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A640-12STXRIB | STXRIB | - | 16.6 | 59.9 | 238.7 | 238.7 | +| 5 | AgriGold | A639-70STXRIB | STXRIB | - | 14.1 | 57.6 | 240.4 | 243.93 | +| 6 | AgriGold | A639-91SSPRIB | SSPRIB | - | 15.4 | 60.4 | 244.5 | 243.88 | +| 1 | AgriGold | A641-85STXRIB | STXRIB | - | 16.1 | 59.8 | 256.9 | 252.19 | +| - | AgriGold | A640-12STXRIB | STXRIB | - | 16.4 | 60.3 | 257.0 | 257.0 | +| 2 | AgriGold | A640-12STXRIB | STXRIB | - | 16.4 | 60.3 | 257.0 | 251.29 | +| 8 | AgriGold | A642-18SSP | SSP | - | 17.5 | 57.7 | 231.5 | 228.03 | +| 7 | AgriGold | J6227DV-RN | 5222 | - | 17.1 | 58.7 | 231.9 | 229.99 | +| 4 | AgriGold | A643-52STXRIB | STXRIB | - | 17.8 | 57.9 | 244.9 | 244.18 | +| 3 | AgriGold | A646-17STXRIB | STXRIB | - | 20.1 | 58.1 | 245.6 | 246.13 | +| - | AgriGold | A640-12STXRIB | STXRIB | - | 17.0 | 59.9 | 245.3 | 245.3 | + +Top 5 by Yield: A640-12STXRIB (AgriGold) 257.0, A640-12STXRIB (AgriGold) 257.0, A641-85STXRIB (AgriGold) 256.9, A646-17STXRIB (AgriGold) 245.6, A640-12STXRIB (AgriGold) 245.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143069.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143069.json new file mode 100644 index 00000000..6530b159 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143069.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143069", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Dougherty", + "county": "Butler", + "year": 2024, + "plot_id": "143069", + "cooperator": "Dave Muth", + "plot_average": 216.57, + "planted_date": "2024-05-17", + "harvested_date": "2024-10-29", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 57.6, + "Yield": 212.1, + "Adj Yield": 212.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 59.3, + "Yield": 200.9, + "Adj Yield": 200.9 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A630-04", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 58.2, + "Yield": 203.8, + "Adj Yield": 203.8 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 56.9, + "Yield": 197.9, + "Adj Yield": 197.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 58.9, + "Yield": 216.9, + "Adj Yield": 216.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A636-39", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 59.9, + "Yield": 205.1, + "Adj Yield": 205.1 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 59.7, + "Yield": 177.2, + "Adj Yield": 177.2 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 56.6, + "Yield": 221.4, + "Adj Yield": 221.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 56.5, + "Yield": 246.6, + "Adj Yield": 246.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 57.1, + "Yield": 228.1, + "Adj Yield": 228.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 57.0, + "Yield": 225.6, + "Adj Yield": 225.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 59.1, + "Yield": 239.8, + "Adj Yield": 239.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 58.7, + "Yield": 240.4, + "Adj Yield": 240.4 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 56.4, + "Yield": 223.5, + "Adj Yield": 223.5 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143069" + ], + "fetched_at": "2026-05-27T02:18:37.258451+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143069.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143069.md new file mode 100644 index 00000000..97347ac8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143069.md @@ -0,0 +1,44 @@ +# Corn yield trial — Dougherty, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Butler +- **City:** Dougherty +- **Year:** 2024 +- **Plot ID:** 143069 +- **Cooperator:** Dave Muth +- **Plot average:** 216.57 BU/Ac +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-29 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143069 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A628-51SSPRIB | SSPRIB | - | 12.0 | 57.6 | 212.1 | 212.1 | +| 9 | AgriGold | A629-55VT2RIB | VT2RIB | - | 12.8 | 59.3 | 200.9 | 200.9 | +| 8 | AgriGold | A630-04 | C | - | 11.7 | 58.2 | 203.8 | 203.8 | +| 10 | AgriGold | A631-08VT2PRO | VT2Pro | - | 12.1 | 56.9 | 197.9 | 197.9 | +| 6 | AgriGold | A632-68VT2RIB | VT2RIB | - | 13.0 | 58.9 | 216.9 | 216.9 | +| 7 | AgriGold | A636-39 | C | - | 13.5 | 59.9 | 205.1 | 205.1 | +| 11 | AgriGold | A636-39-3110 | 3110 | - | 14.1 | 59.7 | 177.2 | 177.2 | +| - | AgriGold | A628-51SSPRIB | SSPRIB | - | 11.8 | 56.6 | 221.4 | 221.4 | +| 1 | AgriGold | A636-16-5222 | 5222 | - | 14.5 | 56.5 | 246.6 | 246.6 | +| 4 | AgriGold | A638-19 | C | - | 14.0 | 57.1 | 228.1 | 228.1 | +| 5 | AgriGold | A638-19-3110 | 3110 | - | 14.2 | 57.0 | 225.6 | 225.6 | +| 3 | AgriGold | A639-03VT2RIB | VT2RIB | - | 13.4 | 59.1 | 239.8 | 239.8 | +| 2 | AgriGold | A640-12STXRIB | STXRIB | - | 14.3 | 58.7 | 240.4 | 240.4 | +| - | AgriGold | A628-51SSPRIB | SSPRIB | - | 12.1 | 56.4 | 223.5 | 223.5 | + +Top 5 by Yield: A636-16-5222 (AgriGold) 246.6, A640-12STXRIB (AgriGold) 240.4, A639-03VT2RIB (AgriGold) 239.8, A638-19 (AgriGold) 228.1, A638-19-3110 (AgriGold) 225.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143077.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143077.json new file mode 100644 index 00000000..bf6b878d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143077.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143077", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Carlyle", + "county": "Clinton", + "year": 2024, + "plot_id": "143077", + "cooperator": "RON HOLEVOET", + "plot_average": 234.73, + "planted_date": "2024-05-18", + "harvested_date": "2024-10-08", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 58.4, + "Yield": 258.7, + "Adj Yield": 258.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 60.6, + "Yield": 245.2, + "Adj Yield": 226.42 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 59.6, + "Yield": 253.7, + "Adj Yield": 238.33 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 57.9, + "Yield": 247.9, + "Adj Yield": 235.95 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 62.8, + "Yield": 256.7, + "Adj Yield": 248.16 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 59.8, + "Yield": 241.4, + "Adj Yield": 236.28 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.4, + "Yield": 234.6, + "Adj Yield": 232.89 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 60.8, + "Yield": 222.4, + "Adj Yield": 224.11 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 59.0, + "Yield": 219.9, + "Adj Yield": 225.02 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 9.6, + "Yield": 232.7, + "Adj Yield": 241.24 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 58.0, + "Yield": 234.8, + "Adj Yield": 246.75 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 58.0, + "Yield": 212.1, + "Adj Yield": 227.47 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 59.7, + "Yield": 215.4, + "Adj Yield": 234.18 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 58.0, + "Yield": 214.3, + "Adj Yield": 214.3 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143077" + ], + "fetched_at": "2026-05-27T02:18:37.749792+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143077.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143077.md new file mode 100644 index 00000000..42b57ab7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143077.md @@ -0,0 +1,44 @@ +# Corn yield trial — Carlyle, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Clinton +- **City:** Carlyle +- **Year:** 2024 +- **Plot ID:** 143077 +- **Cooperator:** RON HOLEVOET +- **Plot average:** 234.73 BU/Ac +- **Planted:** 2024-05-18 +- **Harvested:** 2024-10-08 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143077 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.7 | 58.4 | 258.7 | 258.7 | +| 10 | AgriGold | A639-03VT2RIB | VT2RIB | - | 16.0 | 60.6 | 245.2 | 226.42 | +| 4 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.9 | 59.6 | 253.7 | 238.33 | +| 6 | AgriGold | A643-24PCE | PCE | - | 16.6 | 57.9 | 247.9 | 235.95 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.4 | 62.8 | 256.7 | 248.16 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.9 | 59.8 | 241.4 | 236.28 | +| 8 | AgriGold | A645-22TRC | Trecepta | - | 14.9 | 58.4 | 234.6 | 232.89 | +| 12 | AgriGold | A645-30VT2PRO | VT2Pro | - | 16.0 | 60.8 | 222.4 | 224.11 | +| 11 | AgriGold | A647-79VT2PRO | VT2Pro | - | 15.4 | 59.0 | 219.9 | 225.02 | +| 3 | AgriGold | A646-30VT2RIB | VT2RIB | - | 15.6 | 9.6 | 232.7 | 241.24 | +| 2 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 16.3 | 58.0 | 234.8 | 246.75 | +| 9 | AgriGold | A648-11VT2RIB | VT2RIB | - | 17.3 | 58.0 | 212.1 | 227.47 | +| 7 | AgriGold | K6429AA | 3120EZ | - | 17.3 | 59.7 | 215.4 | 234.18 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.7 | 58.0 | 214.3 | 214.3 | + +Top 5 by Yield: A645-16VT2RIB (AgriGold) 258.7, A643-52VT2RIB (AgriGold) 256.7, A642-05VT2RIBD1 (AgriGold) 253.7, A643-24PCE (AgriGold) 247.9, A639-03VT2RIB (AgriGold) 245.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143079.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143079.json new file mode 100644 index 00000000..a7ca382a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143079.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143079", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Washburn", + "county": "Marshall", + "year": 2024, + "plot_id": "143079", + "cooperator": "Greg Shirley", + "plot_average": 277.54, + "planted_date": "2024-05-17", + "harvested_date": "2024-10-19", + "population_seeds_per_acre": 35500, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 59.4, + "Yield": 277.5, + "Adj Yield": 277.5 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 59.4, + "Yield": 274.0, + "Adj Yield": 274.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 58.9, + "Yield": 293.4, + "Adj Yield": 293.4 + } + }, + { + "rank": 12, + "brand": "Stine", + "product": "9753-20VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 58.3, + "Yield": 265.6, + "Adj Yield": 265.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 58.3, + "Yield": 292.8, + "Adj Yield": 292.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 59.8, + "Yield": 286.6, + "Adj Yield": 286.6 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 60.6, + "Yield": 274.9, + "Adj Yield": 274.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 61.6, + "Yield": 289.5, + "Adj Yield": 289.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.7, + "Yield": 282.5, + "Adj Yield": 282.5 + } + }, + { + "rank": 1, + "brand": "Stine", + "product": "9754-20", + "traits": "DGVT2PRO", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 59.7, + "Yield": 297.0, + "Adj Yield": 297.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 58.2, + "Yield": 282.7, + "Adj Yield": 282.7 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 58.2, + "Yield": 273.4, + "Adj Yield": 273.4 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 59.2, + "Yield": 259.0, + "Adj Yield": 259.0 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 58.1, + "Yield": 257.0, + "Adj Yield": 257.0 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 58.4, + "Yield": 257.2, + "Adj Yield": 257.2 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143079" + ], + "fetched_at": "2026-05-27T02:18:38.246795+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143079.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143079.md new file mode 100644 index 00000000..c2a05ca1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143079.md @@ -0,0 +1,45 @@ +# Corn yield trial — Washburn, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Marshall +- **City:** Washburn +- **Year:** 2024 +- **Plot ID:** 143079 +- **Cooperator:** Greg Shirley +- **Plot average:** 277.54 BU/Ac +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-19 +- **Population:** 35,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143079 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | AgriGold | A641-85STXRIB | STXRIB | - | 15.9 | 59.4 | 277.5 | 277.5 | +| 10 | AgriGold | A640-12STXRIB | STXRIB | - | 16.6 | 59.4 | 274.0 | 274.0 | +| 2 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.9 | 58.9 | 293.4 | 293.4 | +| 12 | Stine | 9753-20VT2PRO | VT2Pro | - | 18.4 | 58.3 | 265.6 | 265.6 | +| 3 | AgriGold | A642-18SSP | SSP | - | 18.0 | 58.3 | 292.8 | 292.8 | +| 5 | AgriGold | A642-32VT2PRO | VT2Pro | - | 18.3 | 59.8 | 286.6 | 286.6 | +| 9 | AgriGold | A6499STXRIB | STXRIB | - | 16.9 | 60.6 | 274.9 | 274.9 | +| 4 | AgriGold | A643-52STXRIB | STXRIB | - | 16.8 | 61.6 | 289.5 | 289.5 | +| 7 | AgriGold | A641-85STXRIB | STXRIB | - | 16.2 | 59.7 | 282.5 | 282.5 | +| 1 | Stine | 9754-20 | DGVT2PRO | - | 17.2 | 59.7 | 297.0 | 297.0 | +| 6 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.1 | 58.2 | 282.7 | 282.7 | +| 11 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.4 | 58.2 | 273.4 | 273.4 | +| 13 | AgriGold | A645-71STXRIB | STXRIB | - | 19.1 | 59.2 | 259.0 | 259.0 | +| 15 | AgriGold | A643-24PCE | PCE | - | 18.0 | 58.1 | 257.0 | 257.0 | +| 14 | AgriGold | A641-85STXRIB | STXRIB | - | 16.9 | 58.4 | 257.2 | 257.2 | + +Top 5 by Yield: 9754-20 (Stine) 297.0, A642-05VT2RIBD1 (AgriGold) 293.4, A642-18SSP (AgriGold) 292.8, A643-52STXRIB (AgriGold) 289.5, A642-32VT2PRO (AgriGold) 286.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143081.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143081.json new file mode 100644 index 00000000..b4239823 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143081.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143081", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Riverside", + "county": "Washington", + "year": 2024, + "plot_id": "143081", + "cooperator": "Leon Simon", + "plot_average": 251.07, + "planted_date": "2024-05-18", + "harvested_date": "2024-10-10", + "population_seeds_per_acre": 34400, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 57.2, + "Yield": 247.8, + "Adj Yield": 247.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 55.2, + "Yield": 251.8, + "Adj Yield": 255.47 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 58.8, + "Yield": 261.2, + "Adj Yield": 263.53 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.2, + "Yield": 257.8, + "Adj Yield": 258.91 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 58.0, + "Yield": 231.8, + "Adj Yield": 231.68 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 57.3, + "Yield": 249.6, + "Adj Yield": 248.31 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 56.9, + "Yield": 245.6, + "Adj Yield": 243.17 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 55.6, + "Yield": 275.0, + "Adj Yield": 271.21 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 59.9, + "Yield": 258.6, + "Adj Yield": 258.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 59.5, + "Yield": 251.2, + "Adj Yield": 247.26 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.6, + "Yield": 259.4, + "Adj Yield": 256.57 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 54.9, + "Yield": 258.5, + "Adj Yield": 256.37 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 56.5, + "Yield": 253.7, + "Adj Yield": 252.22 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 56.5, + "Yield": 257.1, + "Adj Yield": 256.08 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 58.4, + "Yield": 237.4, + "Adj Yield": 236.86 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A646-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 56.2, + "Yield": 237.5, + "Adj Yield": 237.39 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 60.3, + "Yield": 252.7, + "Adj Yield": 252.7 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143081" + ], + "fetched_at": "2026-05-27T02:18:38.876312+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143081.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143081.md new file mode 100644 index 00000000..1b529d89 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143081.md @@ -0,0 +1,46 @@ +# Corn yield trial — Riverside, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Washington +- **City:** Riverside +- **Year:** 2024 +- **Plot ID:** 143081 +- **Cooperator:** Leon Simon +- **Plot average:** 251.07 BU/Ac +- **Planted:** 2024-05-18 +- **Harvested:** 2024-10-10 +- **Population:** 34,400 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143081 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.0 | 57.2 | 247.8 | 247.8 | +| 7 | AgriGold | A636-16VT2RIB | VT2RIB | - | 15.9 | 55.2 | 251.8 | 255.47 | +| 2 | AgriGold | A637-72VT2PRO | VT2Pro | - | 15.5 | 58.8 | 261.2 | 263.53 | +| 3 | AgriGold | A638-19-3110 | 3110 | - | 17.0 | 57.2 | 257.8 | 258.91 | +| 14 | AgriGold | K5836PWE | PWE | - | 16.2 | 58.0 | 231.8 | 231.68 | +| 9 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.2 | 57.3 | 249.6 | 248.31 | +| 11 | AgriGold | A640-16-3110 | 3110 | - | 18.1 | 56.9 | 245.6 | 243.17 | +| 1 | AgriGold | J6015PWE | PWE | - | 17.4 | 55.6 | 275.0 | 271.21 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.5 | 59.9 | 258.6 | 258.6 | +| 10 | AgriGold | A642-32VT2PRO | VT2Pro | - | 17.1 | 59.5 | 251.2 | 247.26 | +| 4 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.0 | 58.6 | 259.4 | 256.57 | +| 5 | AgriGold | A643-24PCE | PCE | - | 18.9 | 54.9 | 258.5 | 256.37 | +| 8 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.9 | 56.5 | 253.7 | 252.22 | +| 6 | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.9 | 56.5 | 257.1 | 256.08 | +| 13 | AgriGold | A645-30VT2PRO | VT2Pro | - | 18.2 | 58.4 | 237.4 | 236.86 | +| 12 | AgriGold | A646-30VT2PRO | VT2Pro | - | 17.9 | 56.2 | 237.5 | 237.39 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.8 | 60.3 | 252.7 | 252.7 | + +Top 5 by Yield: J6015PWE (AgriGold) 275.0, A637-72VT2PRO (AgriGold) 261.2, A642-05VT2RIBD1 (AgriGold) 259.4, A643-52VT2RIB (AgriGold) 258.6, A643-24PCE (AgriGold) 258.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143083.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143083.json new file mode 100644 index 00000000..f4e29590 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143083.json @@ -0,0 +1,465 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143083", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Polo", + "county": "Ogle", + "year": 2024, + "plot_id": "143083", + "cooperator": "Matt Blum", + "plot_average": 236.09, + "planted_date": "2024-05-18", + "harvested_date": "2024-10-30", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 58.8, + "Yield": 255.1, + "Adj Yield": 255.1 + } + }, + { + "rank": 28, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 57.1, + "Yield": 218.7, + "Adj Yield": 218.7 + } + }, + { + "rank": 30, + "brand": "AgriGold", + "product": "A631-12SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 57.5, + "Yield": 206.7, + "Adj Yield": 206.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 57.6, + "Yield": 241.4, + "Adj Yield": 241.4 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 57.3, + "Yield": 239.0, + "Adj Yield": 239.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 57.5, + "Yield": 246.3, + "Adj Yield": 246.3 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 56.8, + "Yield": 235.4, + "Adj Yield": 235.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 55.8, + "Yield": 259.9, + "Adj Yield": 259.9 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 58.0, + "Yield": 227.9, + "Adj Yield": 227.9 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 58.4, + "Yield": 231.3, + "Adj Yield": 231.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 56.8, + "Yield": 251.0, + "Adj Yield": 251.0 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A640-24-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 56.9, + "Yield": 233.0, + "Adj Yield": 233.0 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 57.3, + "Yield": 235.2, + "Adj Yield": 235.2 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 58.6, + "Yield": 233.5, + "Adj Yield": 233.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 56.9, + "Yield": 245.4, + "Adj Yield": 245.4 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 58.0, + "Yield": 238.3, + "Adj Yield": 238.3 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 59.1, + "Yield": 218.6, + "Adj Yield": 218.6 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 58.6, + "Yield": 234.8, + "Adj Yield": 234.8 + } + }, + { + "rank": 13, + "brand": "Channel", + "product": "211-44STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 56.1, + "Yield": 239.0, + "Adj Yield": 239.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 57.8, + "Yield": 243.2, + "Adj Yield": 243.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-59VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 56.1, + "Yield": 242.0, + "Adj Yield": 242.0 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 58.4, + "Yield": 238.2, + "Adj Yield": 238.2 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 59.6, + "Yield": 234.1, + "Adj Yield": 234.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 56.6, + "Yield": 244.6, + "Adj Yield": 244.6 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 56.4, + "Yield": 239.7, + "Adj Yield": 239.7 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 58.3, + "Yield": 227.8, + "Adj Yield": 227.8 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 57.1, + "Yield": 238.9, + "Adj Yield": 238.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 55.5, + "Yield": 247.5, + "Adj Yield": 247.5 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 59.3, + "Yield": 224.2, + "Adj Yield": 224.2 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 58.1, + "Yield": 222.1, + "Adj Yield": 222.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 57.6, + "Yield": 252.1, + "Adj Yield": 252.1 + } + }, + { + "rank": 29, + "brand": "AgriGold", + "product": "A645-16STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 57.6, + "Yield": 211.6, + "Adj Yield": 211.6 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 59.0, + "Yield": 214.7, + "Adj Yield": 214.7 + } + } + ], + "n_results": 33, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143083" + ], + "fetched_at": "2026-05-27T02:18:39.245745+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143083.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143083.md new file mode 100644 index 00000000..315e1b2f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143083.md @@ -0,0 +1,63 @@ +# Corn yield trial — Polo, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Ogle +- **City:** Polo +- **Year:** 2024 +- **Plot ID:** 143083 +- **Cooperator:** Matt Blum +- **Plot average:** 236.09 BU/Ac +- **Planted:** 2024-05-18 +- **Harvested:** 2024-10-30 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143083 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52STXRIB | STXRIB | - | 17.9 | 58.8 | 255.1 | 255.1 | +| 28 | AgriGold | A631-08VT2PRO | VT2Pro | - | 14.8 | 57.1 | 218.7 | 218.7 | +| 30 | AgriGold | A631-12SSP | SSP | - | 14.8 | 57.5 | 206.7 | 206.7 | +| 10 | AgriGold | A632-68VT2RIB | VT2RIB | - | 14.7 | 57.6 | 241.4 | 241.4 | +| 12 | AgriGold | A634-11SSPRIB | SSPRIB | - | 14.4 | 57.3 | 239.0 | 239.0 | +| 5 | AgriGold | A636-39-3110 | 3110 | - | 15.5 | 57.5 | 246.3 | 246.3 | +| 17 | AgriGold | A636-42SSP | SSP | - | 15.4 | 56.8 | 235.4 | 235.4 | +| 1 | AgriGold | A636-16-5222 | 5222 | - | 16.1 | 55.8 | 259.9 | 259.9 | +| 24 | AgriGold | A637-72VT2PRO | VT2Pro | - | 15.7 | 58.0 | 227.9 | 227.9 | +| 23 | AgriGold | A639-91SSPRIB | SSPRIB | - | 15.6 | 58.4 | 231.3 | 231.3 | +| 3 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.1 | 56.8 | 251.0 | 251.0 | +| 22 | AgriGold | A640-24-3110 | 3110 | - | 17.4 | 56.9 | 233.0 | 233.0 | +| 18 | AgriGold | A640-16-3110 | 3110 | - | 17.3 | 57.3 | 235.2 | 235.2 | +| 21 | AgriGold | J6015PWE | PWE | - | 17.5 | 58.6 | 233.5 | 233.5 | +| 6 | AgriGold | A640-12STXRIB | STXRIB | - | 16.2 | 56.9 | 245.4 | 245.4 | +| 15 | AgriGold | K5836PWE | PWE | - | 16.5 | 58.0 | 238.3 | 238.3 | +| - | AgriGold | A643-52STXRIB | STXRIB | - | 17.6 | 59.1 | 218.6 | 218.6 | +| 19 | AgriGold | A641-85STXRIB | STXRIB | - | 17.1 | 58.6 | 234.8 | 234.8 | +| 13 | Channel | 211-44STXRIB | STXRIB | - | 18.4 | 56.1 | 239.0 | 239.0 | +| 8 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.6 | 57.8 | 243.2 | 243.2 | +| 9 | AgriGold | A642-59VT2RIB | VT2RIB | - | 18.4 | 56.1 | 242.0 | 242.0 | +| 16 | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.4 | 58.4 | 238.2 | 238.2 | +| 20 | AgriGold | A642-32VT2PRO | VT2Pro | - | 18.1 | 59.6 | 234.1 | 234.1 | +| 7 | AgriGold | A643-24PCE | PCE | - | 19.8 | 56.6 | 244.6 | 244.6 | +| 11 | AgriGold | A642-18SSP | SSP | - | 18.8 | 56.4 | 239.7 | 239.7 | +| 25 | AgriGold | A6499STXRIB | STXRIB | - | 18.7 | 58.3 | 227.8 | 227.8 | +| 14 | AgriGold | J6227DV-RN | 5222 | - | 18.3 | 57.1 | 238.9 | 238.9 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.6 | 55.5 | 247.5 | 247.5 | +| 26 | AgriGold | A645-30VT2PRO | VT2Pro | - | 18.9 | 59.3 | 224.2 | 224.2 | +| 27 | AgriGold | A645-71STXRIB | STXRIB | - | 20.2 | 58.1 | 222.1 | 222.1 | +| 2 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.6 | 57.6 | 252.1 | 252.1 | +| 29 | AgriGold | A645-16STXRIB | STXRIB | - | 18.7 | 57.6 | 211.6 | 211.6 | +| - | AgriGold | A643-52STXRIB | STXRIB | - | 17.5 | 59.0 | 214.7 | 214.7 | + +Top 5 by Yield: A636-16-5222 (AgriGold) 259.9, A643-52STXRIB (AgriGold) 255.1, A645-16VT2RIB (AgriGold) 252.1, A639-03VT2RIB (AgriGold) 251.0, A644-64VT2RIB (AgriGold) 247.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143087.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143087.json new file mode 100644 index 00000000..9e5945c1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143087.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143087", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Shannon", + "county": "Stephenson", + "year": 2024, + "plot_id": "143087", + "cooperator": "Lost Creek Farms", + "plot_average": 251.26, + "planted_date": "2024-05-18", + "harvested_date": "2024-10-19", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 5, + "brand": "AgriGold", + "product": "A632-68", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.7, + "Yield": 253.0, + "Adj Yield": 253.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A635-54", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 57.7, + "Yield": 257.4, + "Adj Yield": 257.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A636-39", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 57.8, + "Yield": 251.0, + "Adj Yield": 251.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 55.4, + "Yield": 262.4, + "Adj Yield": 262.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-24-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 56.8, + "Yield": 251.3, + "Adj Yield": 251.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 58.8, + "Yield": 268.9, + "Adj Yield": 268.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A6499", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 59.2, + "Yield": 255.0, + "Adj Yield": 255.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": 56.4, + "Yield": 230.4, + "Adj Yield": 230.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 24.7, + "Test Wt.": 56.1, + "Yield": 230.2, + "Adj Yield": 230.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A632-68", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 56.9, + "Yield": 253.0, + "Adj Yield": 253.0 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143087" + ], + "fetched_at": "2026-05-27T02:18:39.857105+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143087.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143087.md new file mode 100644 index 00000000..1706c945 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143087.md @@ -0,0 +1,40 @@ +# Corn yield trial — Shannon, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Stephenson +- **City:** Shannon +- **Year:** 2024 +- **Plot ID:** 143087 +- **Cooperator:** Lost Creek Farms +- **Plot average:** 251.26 BU/Ac +- **Planted:** 2024-05-18 +- **Harvested:** 2024-10-19 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143087 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | AgriGold | A632-68 | C | - | 17.0 | 57.7 | 253.0 | 253.0 | +| 3 | AgriGold | A635-54 | C | - | 16.1 | 57.7 | 257.4 | 257.4 | +| 8 | AgriGold | A636-39 | C | - | 18.3 | 57.8 | 251.0 | 251.0 | +| 2 | AgriGold | A638-19 | C | - | 18.5 | 55.4 | 262.4 | 262.4 | +| 7 | AgriGold | A640-24-3110 | 3110 | - | 21.1 | 56.8 | 251.3 | 251.3 | +| 1 | AgriGold | A642-32 | C | - | 20.2 | 58.8 | 268.9 | 268.9 | +| 4 | AgriGold | A6499 | C | - | 21.5 | 59.2 | 255.0 | 255.0 | +| 9 | AgriGold | A644-19 | C | - | 24.2 | 56.4 | 230.4 | 230.4 | +| 10 | AgriGold | A645-16 | C | - | 24.7 | 56.1 | 230.2 | 230.2 | +| 6 | AgriGold | A632-68 | C | - | 17.8 | 56.9 | 253.0 | 253.0 | + +Top 5 by Yield: A642-32 (AgriGold) 268.9, A638-19 (AgriGold) 262.4, A635-54 (AgriGold) 257.4, A6499 (AgriGold) 255.0, A632-68 (AgriGold) 253.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143088.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143088.json new file mode 100644 index 00000000..d44efcef --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143088.json @@ -0,0 +1,348 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143088", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Holy Cross", + "county": "Dubuque", + "year": 2024, + "plot_id": "143088", + "cooperator": "Pfeiler Bros", + "plot_average": 216.04, + "planted_date": "2024-05-18", + "harvested_date": "2024-10-29", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 55.2, + "Yield": 223.7, + "Adj Yield": 223.7 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 56.5, + "Yield": 213.8, + "Adj Yield": 213.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 56.1, + "Yield": 233.5, + "Adj Yield": 233.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.1, + "Yield": 225.5, + "Adj Yield": 225.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 56.2, + "Yield": 221.0, + "Adj Yield": 221.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 57.4, + "Yield": 223.5, + "Adj Yield": 223.5 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 54.9, + "Yield": 223.6, + "Adj Yield": 223.6 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 58.4, + "Yield": 213.4, + "Adj Yield": 213.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 56.9, + "Yield": 217.9, + "Adj Yield": 217.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 229.3, + "Adj Yield": 229.3 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 57.8, + "Yield": 204.1, + "Adj Yield": 204.1 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 55.3, + "Yield": 208.4, + "Adj Yield": 208.4 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 54.4, + "Yield": 199.8, + "Adj Yield": 199.8 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC108-64RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 55.9, + "Yield": 228.6, + "Adj Yield": 228.6 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC105-33RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 57.5, + "Yield": 211.0, + "Adj Yield": 211.0 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC101-33RIB", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 55.2, + "Yield": 211.4, + "Adj Yield": 211.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.1, + "Yield": 217.9, + "Adj Yield": 217.9 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 55.2, + "Yield": 205.3, + "Adj Yield": 205.3 + } + }, + { + "rank": 12, + "brand": "Dairyland", + "product": "DS-4219AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 56.2, + "Yield": 214.3, + "Adj Yield": 214.3 + } + }, + { + "rank": 6, + "brand": "Dairyland", + "product": "DS-4533PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 57.3, + "Yield": 224.0, + "Adj Yield": 224.0 + } + }, + { + "rank": 4, + "brand": "Dairyland", + "product": "DS-4686AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 227.7, + "Adj Yield": 227.7 + } + }, + { + "rank": 13, + "brand": "NK Brand", + "product": "NK1056-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 57.2, + "Yield": 213.8, + "Adj Yield": 213.8 + } + }, + { + "rank": 22, + "brand": "NK Brand", + "product": "NK0252-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 56.9, + "Yield": 180.7, + "Adj Yield": 180.7 + } + }, + { + "rank": 18, + "brand": "NK Brand", + "product": "NK1188-AA", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 55.6, + "Yield": 209.5, + "Adj Yield": 209.5 + } + } + ], + "n_results": 24, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143088" + ], + "fetched_at": "2026-05-27T02:18:40.242485+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143088.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143088.md new file mode 100644 index 00000000..a8dcc0ad --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143088.md @@ -0,0 +1,54 @@ +# Corn yield trial — Holy Cross, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Dubuque +- **City:** Holy Cross +- **Year:** 2024 +- **Plot ID:** 143088 +- **Cooperator:** Pfeiler Bros +- **Plot average:** 216.04 BU/Ac +- **Planted:** 2024-05-18 +- **Harvested:** 2024-10-29 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143088 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | AgriGold | A641-26-3110 | 3110 | - | 19.3 | 55.2 | 223.7 | 223.7 | +| 13 | AgriGold | A640-12STXRIB | STXRIB | - | 18.7 | 56.5 | 213.8 | 213.8 | +| 1 | AgriGold | A639-03VT2RIB | VT2RIB | - | 19.0 | 56.1 | 233.5 | 233.5 | +| 5 | AgriGold | K5836PWE | PWE | - | 16.8 | 58.1 | 225.5 | 225.5 | +| 9 | AgriGold | A638-19-3110 | 3110 | - | 17.5 | 56.2 | 221.0 | 221.0 | +| 8 | AgriGold | A637-72VT2PRO | VT2Pro | - | 17.1 | 57.4 | 223.5 | 223.5 | +| - | AgriGold | A636-16VT2RIB | VT2RIB | - | 17.3 | 54.9 | 223.6 | 223.6 | +| 15 | AgriGold | A630-04AA-RN | 3120 | - | 15.3 | 58.4 | 213.4 | 213.4 | +| 11 | AgriGold | A631-08VT2PRO | VT2Pro | - | 15.8 | 56.9 | 217.9 | 217.9 | +| 2 | AgriGold | A632-68VT2RIB | VT2RIB | - | 16.1 | - | 229.3 | 229.3 | +| 20 | AgriGold | A636-39-3110 | 3110 | - | 17.4 | 57.8 | 204.1 | 204.1 | +| 19 | AgriGold | A642-18SSP | SSP | - | 21.2 | 55.3 | 208.4 | 208.4 | +| 21 | AgriGold | J6227DV-RN | 5222 | - | 19.3 | 54.4 | 199.8 | 199.8 | +| 3 | Dekalb | DKC108-64RIB | SSPRIB | - | 18.4 | 55.9 | 228.6 | 228.6 | +| 17 | Dekalb | DKC105-33RIB | SSPRIB | - | 15.6 | 57.5 | 211.0 | 211.0 | +| 16 | Dekalb | DKC101-33RIB | SSP | - | 15.4 | 55.2 | 211.4 | 211.4 | +| 10 | AgriGold | A631-08VT2PRO | VT2Pro | - | 14.9 | 58.1 | 217.9 | 217.9 | +| - | AgriGold | A636-16VT2RIB | VT2RIB | - | 18.0 | 55.2 | 205.3 | 205.3 | +| 12 | Dairyland | DS-4219AM | AM | - | 15.4 | 56.2 | 214.3 | 214.3 | +| 6 | Dairyland | DS-4533PCE | PCE | - | 17.4 | 57.3 | 224.0 | 224.0 | +| 4 | Dairyland | DS-4686AM | AM | - | 17.4 | - | 227.7 | 227.7 | +| 13 | NK Brand | NK1056-V | 3220 | - | 17.5 | 57.2 | 213.8 | 213.8 | +| 22 | NK Brand | NK0252-D | 5122EZ | - | 17.9 | 56.9 | 180.7 | 180.7 | +| 18 | NK Brand | NK1188-AA | 3120 | - | 20.3 | 55.6 | 209.5 | 209.5 | + +Top 5 by Yield: A639-03VT2RIB (AgriGold) 233.5, A632-68VT2RIB (AgriGold) 229.3, DKC108-64RIB (Dekalb) 228.6, DS-4686AM (Dairyland) 227.7, K5836PWE (AgriGold) 225.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143089.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143089.json new file mode 100644 index 00000000..06a8b9e0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143089.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143089", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Manchester", + "county": "Delaware", + "year": 2024, + "plot_id": "143089", + "cooperator": "Paul Krogmann", + "plot_average": 185.86, + "planted_date": "2024-05-17", + "harvested_date": "2024-10-27", + "population_seeds_per_acre": 35000, + "row_width": "36.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 54.8, + "Yield": 155.0, + "Adj Yield": 155.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 54.8, + "Yield": 153.6, + "Adj Yield": 153.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.4, + "Yield": 193.1, + "Adj Yield": 193.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 56.7, + "Yield": 213.0, + "Adj Yield": 213.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A632-68DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 59.3, + "Yield": 178.3, + "Adj Yield": 178.3 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "K5218D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 57.6, + "Yield": 138.3, + "Adj Yield": 138.3 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 55.5, + "Yield": 152.2, + "Adj Yield": 152.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 57.2, + "Yield": 174.0, + "Adj Yield": 174.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 59.1, + "Yield": 191.9, + "Adj Yield": 191.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 60.1, + "Yield": 202.3, + "Adj Yield": 202.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 57.9, + "Yield": 205.7, + "Adj Yield": 205.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 59.6, + "Yield": 200.8, + "Adj Yield": 200.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 59.5, + "Yield": 212.0, + "Adj Yield": 212.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.2, + "Yield": 183.6, + "Adj Yield": 183.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A628-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 61.3, + "Yield": 167.3, + "Adj Yield": 167.3 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143089" + ], + "fetched_at": "2026-05-27T02:18:40.737642+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143089.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143089.md new file mode 100644 index 00000000..45896334 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143089.md @@ -0,0 +1,45 @@ +# Corn yield trial — Manchester, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Delaware +- **City:** Manchester +- **Year:** 2024 +- **Plot ID:** 143089 +- **Cooperator:** Paul Krogmann +- **Plot average:** 185.86 BU/Ac +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-27 +- **Population:** 35,000 seeds/acre +- **Row width:** 36.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143089 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A636-11VT2RIB | VT2RIB | - | 16.9 | 54.8 | 155.0 | 155.0 | +| 11 | AgriGold | A629-55VT2RIB | VT2RIB | - | 16.2 | 54.8 | 153.6 | 153.6 | +| 6 | AgriGold | A630-04AA-RN | 3120 | - | 16.0 | 58.4 | 193.1 | 193.1 | +| 1 | AgriGold | A631-08VT2PRO | VT2Pro | - | 15.2 | 56.7 | 213.0 | 213.0 | +| 8 | AgriGold | A632-68DV-RN | 5222 | - | 16.6 | 59.3 | 178.3 | 178.3 | +| 12 | AgriGold | K5218D | 5122EZ | - | 17.4 | 57.6 | 138.3 | 138.3 | +| - | AgriGold | A636-11VT2RIB | VT2RIB | - | 17.1 | 55.5 | 152.2 | 152.2 | +| 9 | AgriGold | A636-39-3110 | 3110 | - | 17.9 | 57.2 | 174.0 | 174.0 | +| 7 | AgriGold | A637-72VT2PRO | VT2Pro | - | 16.3 | 59.1 | 191.9 | 191.9 | +| 4 | AgriGold | K5836PWE | PWE | - | 17.0 | 60.1 | 202.3 | 202.3 | +| 3 | AgriGold | A638-19-3110 | 3110 | - | 18.9 | 57.9 | 205.7 | 205.7 | +| 5 | AgriGold | A639-03VT2RIB | VT2RIB | - | 17.4 | 59.6 | 200.8 | 200.8 | +| 2 | AgriGold | A640-12STXRIB | STXRIB | - | 17.0 | 59.5 | 212.0 | 212.0 | +| - | AgriGold | A636-11VT2RIB | VT2RIB | - | 14.4 | 59.2 | 183.6 | 183.6 | +| 10 | AgriGold | A628-16VT2RIB | VT2RIB | - | 13.3 | 61.3 | 167.3 | 167.3 | + +Top 5 by Yield: A631-08VT2PRO (AgriGold) 213.0, A640-12STXRIB (AgriGold) 212.0, A638-19-3110 (AgriGold) 205.7, K5836PWE (AgriGold) 202.3, A639-03VT2RIB (AgriGold) 200.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143099.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143099.json new file mode 100644 index 00000000..44a30687 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143099.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143099", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Stanley", + "county": "Daviess", + "year": 2024, + "plot_id": "143099", + "cooperator": "Ken-Maur Farms", + "plot_average": 263.01, + "planted_date": "2024-05-20", + "harvested_date": "2024-09-25", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Loamy Sand", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "Veltyma, Veltyma", + "herbicide": "Acuron", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.1, + "Test Wt.": 58.0, + "Yield": 252.9, + "Adj Yield": 252.9 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.3, + "Test Wt.": 56.0, + "Yield": 239.9, + "Adj Yield": 243.22 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 25.9, + "Test Wt.": 57.0, + "Yield": 254.3, + "Adj Yield": 257.16 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 25.8, + "Test Wt.": 56.0, + "Yield": 240.6, + "Adj Yield": 243.03 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 26.1, + "Test Wt.": 58.0, + "Yield": 251.7, + "Adj Yield": 253.63 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 24.3, + "Test Wt.": 58.0, + "Yield": 274.4, + "Adj Yield": 275.86 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.4, + "Test Wt.": 56.0, + "Yield": 286.6, + "Adj Yield": 287.57 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 27.1, + "Test Wt.": 55.0, + "Yield": 274.8, + "Adj Yield": 275.23 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 25.8, + "Test Wt.": 56.0, + "Yield": 271.4, + "Adj Yield": 271.42 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 26.6, + "Test Wt.": 55.0, + "Yield": 272.2, + "Adj Yield": 271.73 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 27.5, + "Test Wt.": 55.0, + "Yield": 283.2, + "Adj Yield": 282.2 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 27.3, + "Test Wt.": 54.0, + "Yield": 250.7, + "Adj Yield": 249.23 + } + }, + { + "rank": 10, + "brand": "Pioneer", + "product": "P1718AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 28.2, + "Test Wt.": 54.0, + "Yield": 257.9, + "Adj Yield": 256.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 28.0, + "Test Wt.": 54.0, + "Yield": 276.0, + "Adj Yield": 273.58 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 27.3, + "Test Wt.": 57.0, + "Yield": 269.3, + "Adj Yield": 266.39 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 29.0, + "Test Wt.": 58.0, + "Yield": 242.2, + "Adj Yield": 238.88 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 27.3, + "Test Wt.": 57.0, + "Yield": 260.6, + "Adj Yield": 260.6 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143099" + ], + "fetched_at": "2026-05-27T02:18:41.256559+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143099.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143099.md new file mode 100644 index 00000000..9f7ab196 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143099.md @@ -0,0 +1,50 @@ +# Corn yield trial — Stanley, KY, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Daviess +- **City:** Stanley +- **Year:** 2024 +- **Plot ID:** 143099 +- **Cooperator:** Ken-Maur Farms +- **Plot average:** 263.01 BU/Ac +- **Planted:** 2024-05-20 +- **Harvested:** 2024-09-25 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Loamy Sand +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **Fungicide:** Veltyma, Veltyma +- **Herbicide:** Acuron +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143099 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 25.1 | 58.0 | 252.9 | 252.9 | +| 13 | AgriGold | A639-03VT2RIB | VT2RIB | - | 25.3 | 56.0 | 239.9 | 243.22 | +| 9 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 25.9 | 57.0 | 254.3 | 257.16 | +| 14 | AgriGold | A643-24PCE | PCE | - | 25.8 | 56.0 | 240.6 | 243.03 | +| 11 | AgriGold | K6429AA | 3120EZ | - | 26.1 | 58.0 | 251.7 | 253.63 | +| 3 | AgriGold | A642-32VT2PRO | VT2Pro | - | 24.3 | 58.0 | 274.4 | 275.86 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 25.4 | 56.0 | 286.6 | 287.57 | +| 4 | AgriGold | A645-16VT2RIB | VT2RIB | - | 27.1 | 55.0 | 274.8 | 275.23 | +| 7 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 25.8 | 56.0 | 271.4 | 271.42 | +| 6 | AgriGold | A645-30VT2PRO | VT2Pro | - | 26.6 | 55.0 | 272.2 | 271.73 | +| 2 | AgriGold | A646-30VT2RIB | VT2RIB | - | 27.5 | 55.0 | 283.2 | 282.2 | +| 12 | AgriGold | J6621VT2PRO | VT2Pro | - | 27.3 | 54.0 | 250.7 | 249.23 | +| 10 | Pioneer | P1718AML | AML | - | 28.2 | 54.0 | 257.9 | 256.0 | +| 5 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 28.0 | 54.0 | 276.0 | 273.58 | +| 8 | AgriGold | A645-22TRC | Trecepta | - | 27.3 | 57.0 | 269.3 | 266.39 | +| 15 | AgriGold | A648-11VT2RIB | VT2RIB | - | 29.0 | 58.0 | 242.2 | 238.88 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 27.3 | 57.0 | 260.6 | 260.6 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 286.6, A646-30VT2RIB (AgriGold) 283.2, A647-42TRCRIB (AgriGold) 276.0, A645-16VT2RIB (AgriGold) 274.8, A642-32VT2PRO (AgriGold) 274.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143101.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143101.json new file mode 100644 index 00000000..4165a56f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143101.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143101", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Cedar Bluffs", + "county": "Decatur", + "year": 2024, + "plot_id": "143101", + "cooperator": "J Double T Farms", + "plot_average": 236.53, + "planted_date": "2024-05-18", + "harvested_date": "2024-10-24", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Forage", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.6, + "Yield": 238.9, + "Adj Yield": 238.9 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.6, + "Yield": 238.9, + "Adj Yield": 233.68 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.0, + "Yield": 243.4, + "Adj Yield": 238.96 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 59.5, + "Yield": 202.9, + "Adj Yield": 199.15 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 55.9, + "Yield": 223.4, + "Adj Yield": 220.45 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 58.3, + "Yield": 237.9, + "Adj Yield": 235.67 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 57.4, + "Yield": 223.6, + "Adj Yield": 222.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 57.2, + "Yield": 254.4, + "Adj Yield": 253.66 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 57.2, + "Yield": 232.6, + "Adj Yield": 232.57 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.6, + "Yield": 231.8, + "Adj Yield": 232.51 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 57.3, + "Yield": 242.4, + "Adj Yield": 243.86 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC113-62", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 60.0, + "Yield": 238.0, + "Adj Yield": 240.25 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.0, + "Yield": 237.4, + "Adj Yield": 240.41 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 60.1, + "Yield": 255.8, + "Adj Yield": 259.55 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 56.8, + "Yield": 236.5, + "Adj Yield": 240.97 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 59.3, + "Yield": 249.0, + "Adj Yield": 254.21 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 59.3, + "Yield": 227.0, + "Adj Yield": 227.0 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143101" + ], + "fetched_at": "2026-05-27T02:18:41.761595+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143101.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143101.md new file mode 100644 index 00000000..283d220e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143101.md @@ -0,0 +1,47 @@ +# Corn yield trial — Cedar Bluffs, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Decatur +- **City:** Cedar Bluffs +- **Year:** 2024 +- **Plot ID:** 143101 +- **Cooperator:** J Double T Farms +- **Plot average:** 236.53 BU/Ac +- **Planted:** 2024-05-18 +- **Harvested:** 2024-10-24 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Forage +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143101 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.6 | 59.6 | 238.9 | 238.9 | +| 10 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.6 | 59.6 | 238.9 | 233.68 | +| 8 | AgriGold | A636-16-5222 | 5222 | - | 14.7 | 58.0 | 243.4 | 238.96 | +| 15 | AgriGold | A637-72VT2PRO | VT2Pro | - | 13.8 | 59.5 | 202.9 | 199.15 | +| 14 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.6 | 55.9 | 223.4 | 220.45 | +| 9 | AgriGold | A640-12STXRIB | STXRIB | - | 14.0 | 58.3 | 237.9 | 235.67 | +| 13 | AgriGold | A641-26-3110 | 3110 | - | 16.0 | 57.4 | 223.6 | 222.1 | +| 3 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.8 | 57.2 | 254.4 | 253.66 | +| 11 | AgriGold | A642-18SSP | SSP | - | 15.7 | 57.2 | 232.6 | 232.57 | +| 12 | AgriGold | A642-32VT2PRO | VT2Pro | - | 15.7 | 59.6 | 231.8 | 232.51 | +| 4 | AgriGold | A643-24PCE | PCE | - | 15.9 | 57.3 | 242.4 | 243.86 | +| 7 | Dekalb | DKC113-62 | SSP | - | 16.4 | 60.0 | 238.0 | 240.25 | +| 6 | Dekalb | DKC114-42RIB | SSPRIB | - | 17.0 | 58.0 | 237.4 | 240.41 | +| 1 | Dekalb | DKC114-99RIB | VT4RIB | - | 16.4 | 60.1 | 255.8 | 259.55 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.1 | 56.8 | 236.5 | 240.97 | +| 2 | AgriGold | A645-22TRC | Trecepta | - | 15.8 | 59.3 | 249.0 | 254.21 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.0 | 59.3 | 227.0 | 227.0 | + +Top 5 by Yield: DKC114-99RIB (Dekalb) 255.8, A642-05VT2RIBD1 (AgriGold) 254.4, A645-22TRC (AgriGold) 249.0, A636-16-5222 (AgriGold) 243.4, A643-24PCE (AgriGold) 242.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143103.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143103.json new file mode 100644 index 00000000..265995f8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143103.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143103", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Vandalia", + "county": "Fayette", + "year": 2024, + "plot_id": "143103", + "cooperator": "Nathan Mollett", + "plot_average": 259.8, + "planted_date": "2024-05-19", + "harvested_date": "2024-10-29", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 60.3, + "Yield": 257.1, + "Adj Yield": 257.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 62.8, + "Yield": 263.1, + "Adj Yield": 263.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 62.2, + "Yield": 253.3, + "Adj Yield": 253.3 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 59.0, + "Yield": 253.6, + "Adj Yield": 253.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 60.0, + "Yield": 263.0, + "Adj Yield": 263.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 61.0, + "Yield": 263.0, + "Adj Yield": 263.0 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 61.2, + "Yield": 264.3, + "Adj Yield": 264.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 60.1, + "Yield": 263.7, + "Adj Yield": 263.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 61.9, + "Yield": 264.4, + "Adj Yield": 264.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 62.2, + "Yield": 250.2, + "Adj Yield": 250.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 61.1, + "Yield": 262.1, + "Adj Yield": 262.1 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143103" + ], + "fetched_at": "2026-05-27T02:18:42.238415+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143103.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143103.md new file mode 100644 index 00000000..fa380ef1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143103.md @@ -0,0 +1,40 @@ +# Corn yield trial — Vandalia, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Fayette +- **City:** Vandalia +- **Year:** 2024 +- **Plot ID:** 143103 +- **Cooperator:** Nathan Mollett +- **Plot average:** 259.8 BU/Ac +- **Planted:** 2024-05-19 +- **Harvested:** 2024-10-29 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143103 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.6 | 60.3 | 257.1 | 257.1 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.2 | 62.8 | 263.1 | 263.1 | +| 10 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.5 | 62.2 | 253.3 | 253.3 | +| 9 | AgriGold | A643-24PCE | PCE | - | 15.3 | 59.0 | 253.6 | 253.6 | +| 6 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.0 | 60.0 | 263.0 | 263.0 | +| 5 | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.0 | 61.0 | 263.0 | 263.0 | +| 2 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 16.0 | 61.2 | 264.3 | 264.3 | +| 3 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 16.2 | 60.1 | 263.7 | 263.7 | +| 1 | AgriGold | A646-30VT2RIB | VT2RIB | - | 16.4 | 61.9 | 264.4 | 264.4 | +| 11 | AgriGold | A648-11VT2RIB | VT2RIB | - | 16.6 | 62.2 | 250.2 | 250.2 | +| 7 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.2 | 61.1 | 262.1 | 262.1 | + +Top 5 by Yield: A646-30VT2RIB (AgriGold) 264.4, DKC66-06RIB (Dekalb) 264.3, A647-42TRCRIB (AgriGold) 263.7, A643-52VT2RIB (AgriGold) 263.1, A644-64VT2RIB (AgriGold) 263.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143105.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143105.json new file mode 100644 index 00000000..3a5ce680 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143105.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143105", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Lansing", + "county": "Allamakee", + "year": 2024, + "plot_id": "143105", + "cooperator": "Ross Steiber", + "plot_average": 255.09, + "planted_date": "2024-05-15", + "harvested_date": "2024-10-25", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "Pioneer", + "product": "P0421AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 55.7, + "Yield": 262.8, + "Adj Yield": 262.8 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A628-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 57.1, + "Yield": 223.2, + "Adj Yield": 223.2 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 56.4, + "Yield": 244.5, + "Adj Yield": 244.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A630-04VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 57.4, + "Yield": 259.2, + "Adj Yield": 259.2 + } + }, + { + "rank": 10, + "brand": "Golden Harvest", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 57.3, + "Yield": 254.2, + "Adj Yield": 254.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 55.6, + "Yield": 276.1, + "Adj Yield": 276.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 54.7, + "Yield": 278.7, + "Adj Yield": 278.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 56.7, + "Yield": 258.5, + "Adj Yield": 258.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 54.6, + "Yield": 255.1, + "Adj Yield": 255.1 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 56.6, + "Yield": 246.5, + "Adj Yield": 246.5 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 53.8, + "Yield": 252.6, + "Adj Yield": 252.6 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 54.5, + "Yield": 246.0, + "Adj Yield": 246.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 55.2, + "Yield": 263.0, + "Adj Yield": 263.0 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P0924Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 56.2, + "Yield": 270.8, + "Adj Yield": 270.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 54.2, + "Yield": 269.0, + "Adj Yield": 269.0 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A639-70STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 54.2, + "Yield": 221.3, + "Adj Yield": 221.3 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143105" + ], + "fetched_at": "2026-05-27T02:18:42.728124+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143105.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143105.md new file mode 100644 index 00000000..1c18bd28 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143105.md @@ -0,0 +1,46 @@ +# Corn yield trial — Lansing, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Allamakee +- **City:** Lansing +- **Year:** 2024 +- **Plot ID:** 143105 +- **Cooperator:** Ross Steiber +- **Plot average:** 255.09 BU/Ac +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-25 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143105 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | Pioneer | P0421AM | AM | - | 16.9 | 55.7 | 262.8 | 262.8 | +| 15 | AgriGold | A628-16VT2RIB | VT2RIB | - | 16.4 | 57.1 | 223.2 | 223.2 | +| 14 | AgriGold | A629-55VT2RIB | VT2RIB | - | 16.1 | 56.4 | 244.5 | 244.5 | +| 7 | AgriGold | A630-04VT2RIB | VT2RIB | - | 16.9 | 57.4 | 259.2 | 259.2 | +| 10 | Golden Harvest | - | - | - | 15.7 | 57.3 | 254.2 | 254.2 | +| 2 | AgriGold | A630-04AA-RN | 3120 | - | 16.7 | 55.6 | 276.1 | 276.1 | +| 1 | AgriGold | A631-08VT2PRO | VT2Pro | - | 16.6 | 54.7 | 278.7 | 278.7 | +| 8 | AgriGold | A632-68VT2RIB | VT2RIB | - | 17.3 | 56.7 | 258.5 | 258.5 | +| 9 | AgriGold | A636-11VT2RIB | VT2RIB | - | 18.3 | 54.6 | 255.1 | 255.1 | +| 12 | AgriGold | A636-39-3110 | 3110 | - | 19.1 | 56.6 | 246.5 | 246.5 | +| 11 | AgriGold | A636-16VT2RIB | VT2RIB | - | 20.4 | 53.8 | 252.6 | 252.6 | +| 13 | AgriGold | A637-72VT2PRO | VT2Pro | - | 18.9 | 54.5 | 246.0 | 246.0 | +| 5 | AgriGold | A638-19-3110 | 3110 | - | 20.9 | 55.2 | 263.0 | 263.0 | +| 3 | Pioneer | P0924Q | QROME | - | 22.1 | 56.2 | 270.8 | 270.8 | +| 4 | AgriGold | A639-03VT2RIB | VT2RIB | - | 19.2 | 54.2 | 269.0 | 269.0 | +| 16 | AgriGold | A639-70STXRIB | STXRIB | - | 21.5 | 54.2 | 221.3 | 221.3 | + +Top 5 by Yield: A631-08VT2PRO (AgriGold) 278.7, A630-04AA-RN (AgriGold) 276.1, P0924Q (Pioneer) 270.8, A639-03VT2RIB (AgriGold) 269.0, A638-19-3110 (AgriGold) 263.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143106.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143106.json new file mode 100644 index 00000000..d659ff22 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143106.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143106", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "WI", + "state_abbrev": "wi", + "city": "Brodhead", + "county": "Green", + "year": 2024, + "plot_id": "143106", + "cooperator": "Wenger Farms", + "plot_average": 241.33, + "planted_date": "2024-05-21", + "harvested_date": "2024-10-28", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Rye", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC112-29RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": 53.5, + "Yield": 241.7, + "Adj Yield": 241.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 56.3, + "Yield": 252.2, + "Adj Yield": 252.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 24.8, + "Test Wt.": 54.3, + "Yield": 254.2, + "Adj Yield": 254.2 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC111-33RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": 57.5, + "Yield": 228.5, + "Adj Yield": 228.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": 58.0, + "Yield": 255.4, + "Adj Yield": 255.4 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 62.0, + "Yield": 251.4, + "Adj Yield": 251.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": 56.3, + "Yield": 250.1, + "Adj Yield": 250.1 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 58.7, + "Yield": 230.1, + "Adj Yield": 230.1 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC108-64RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 54.9, + "Yield": 240.7, + "Adj Yield": 240.7 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC107-33RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 55.5, + "Yield": 232.2, + "Adj Yield": 232.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 58.8, + "Yield": 238.9, + "Adj Yield": 238.9 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 58.8, + "Yield": 244.4, + "Adj Yield": 244.4 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC105-33RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 58.5, + "Yield": 241.3, + "Adj Yield": 241.3 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC101-33RIB", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 58.7, + "Yield": 237.4, + "Adj Yield": 237.4 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A631-12SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 59.4, + "Yield": 221.4, + "Adj Yield": 221.4 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143106" + ], + "fetched_at": "2026-05-27T02:18:43.250242+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143106.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143106.md new file mode 100644 index 00000000..cd6526df --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143106.md @@ -0,0 +1,45 @@ +# Corn yield trial — Brodhead, WI, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** WI +- **County:** Green +- **City:** Brodhead +- **Year:** 2024 +- **Plot ID:** 143106 +- **Cooperator:** Wenger Farms +- **Plot average:** 241.33 BU/Ac +- **Planted:** 2024-05-21 +- **Harvested:** 2024-10-28 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Rye +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143106 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | Dekalb | DKC112-29RIB | SSPRIB | - | 23.0 | 53.5 | 241.7 | 241.7 | +| 3 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 22.7 | 56.3 | 252.2 | 252.2 | +| 2 | AgriGold | A642-18SSP | SSP | - | 24.8 | 54.3 | 254.2 | 254.2 | +| 14 | Dekalb | DKC111-33RIB | SSPRIB | - | 23.0 | 57.5 | 228.5 | 228.5 | +| 1 | AgriGold | A641-85STXRIB | STXRIB | - | 23.0 | 58.0 | 255.4 | 255.4 | +| 4 | Dekalb | DKC110-10RIB | STXRIB | - | 21.4 | 62.0 | 251.4 | 251.4 | +| 5 | AgriGold | A640-12STXRIB | STXRIB | - | 22.5 | 56.3 | 250.1 | 250.1 | +| 13 | AgriGold | A639-03VT2RIB | VT2RIB | - | 23.2 | 58.7 | 230.1 | 230.1 | +| 9 | Dekalb | DKC108-64RIB | SSPRIB | - | 22.7 | 54.9 | 240.7 | 240.7 | +| 12 | Dekalb | DKC107-33RIB | SSPRIB | - | 21.2 | 55.5 | 232.2 | 232.2 | +| 10 | AgriGold | A636-42SSP | SSP | - | 20.0 | 58.8 | 238.9 | 238.9 | +| 6 | Dekalb | DKC106-98RIB | VT4RIB | - | 20.2 | 58.8 | 244.4 | 244.4 | +| 8 | Dekalb | DKC105-33RIB | SSPRIB | - | 19.1 | 58.5 | 241.3 | 241.3 | +| 11 | Dekalb | DKC101-33RIB | SSP | - | 17.6 | 58.7 | 237.4 | 237.4 | +| 15 | AgriGold | A631-12SSP | SSP | - | 15.9 | 59.4 | 221.4 | 221.4 | + +Top 5 by Yield: A641-85STXRIB (AgriGold) 255.4, A642-18SSP (AgriGold) 254.2, A642-05VT2RIBD1 (AgriGold) 252.2, DKC110-10RIB (Dekalb) 251.4, A640-12STXRIB (AgriGold) 250.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143109.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143109.json new file mode 100644 index 00000000..55161850 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143109.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143109", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NC", + "state_abbrev": "nc", + "city": "Pinetown", + "county": "Beaufort", + "year": 2024, + "plot_id": "143109", + "cooperator": "Billy Tankard", + "plot_average": 145.0, + "planted_date": "2024-04-12", + "harvested_date": "2024-08-22", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 53.4, + "Yield": 152.3, + "Adj Yield": 152.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 53.7, + "Yield": 156.9, + "Adj Yield": 156.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 53.9, + "Yield": 137.7, + "Adj Yield": 137.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 55.8, + "Yield": 159.1, + "Adj Yield": 159.1 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 53.0, + "Yield": 144.5, + "Adj Yield": 144.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 52.8, + "Yield": 126.1, + "Adj Yield": 126.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 54.2, + "Yield": 145.7, + "Adj Yield": 145.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A648-11VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 55.2, + "Yield": 133.9, + "Adj Yield": 133.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 54.4, + "Yield": 148.8, + "Adj Yield": 148.8 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143109" + ], + "fetched_at": "2026-05-27T02:18:43.763919+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143109.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143109.md new file mode 100644 index 00000000..39fd092b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143109.md @@ -0,0 +1,38 @@ +# Corn yield trial — Pinetown, NC, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NC +- **County:** Beaufort +- **City:** Pinetown +- **Year:** 2024 +- **Plot ID:** 143109 +- **Cooperator:** Billy Tankard +- **Plot average:** 145.0 BU/Ac +- **Planted:** 2024-04-12 +- **Harvested:** 2024-08-22 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143109 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | AgriGold | A643-52VT2PRO | VT2Pro | - | 21.4 | 53.4 | 152.3 | 152.3 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.4 | 53.7 | 156.9 | 156.9 | +| 7 | AgriGold | K6429AA | 3120EZ | - | 21.2 | 53.9 | 137.7 | 137.7 | +| 1 | AgriGold | A645-30VT2PRO | VT2Pro | - | 20.6 | 55.8 | 159.1 | 159.1 | +| 6 | AgriGold | A645-16VT2PRO | VT2Pro | - | 20.4 | 53.0 | 144.5 | 144.5 | +| 9 | AgriGold | J6621VT2PRO | VT2Pro | - | 21.9 | 52.8 | 126.1 | 126.1 | +| 5 | AgriGold | A647-79VT2PRO | VT2Pro | - | 20.7 | 54.2 | 145.7 | 145.7 | +| 8 | AgriGold | A648-11VT2PRO | VT2Pro | - | 21.4 | 55.2 | 133.9 | 133.9 | +| 4 | AgriGold | A645-22TRC | Trecepta | - | 20.9 | 54.4 | 148.8 | 148.8 | + +Top 5 by Yield: A645-30VT2PRO (AgriGold) 159.1, A644-64VT2RIB (AgriGold) 156.9, A643-52VT2PRO (AgriGold) 152.3, A645-22TRC (AgriGold) 148.8, A647-79VT2PRO (AgriGold) 145.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143128.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143128.json new file mode 100644 index 00000000..f7bbbbb8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143128.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143128", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Martinsville", + "county": "Clark", + "year": 2024, + "plot_id": "143128", + "cooperator": "Kurt Finney", + "plot_average": 235.16, + "planted_date": "2024-05-20", + "harvested_date": "2024-10-16", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 3, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 58.6, + "Yield": 239.8, + "Adj Yield": 239.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 59.2, + "Yield": 234.1, + "Adj Yield": 234.1 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 59.2, + "Yield": 234.3, + "Adj Yield": 234.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 57.9, + "Yield": 239.2, + "Adj Yield": 239.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 59.9, + "Yield": 247.1, + "Adj Yield": 247.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 58.7, + "Yield": 217.3, + "Adj Yield": 217.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 58.3, + "Yield": 230.1, + "Adj Yield": 230.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 57.9, + "Yield": 234.7, + "Adj Yield": 234.7 + } + }, + { + "rank": 2, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 60.0, + "Yield": 239.8, + "Adj Yield": 239.8 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143128" + ], + "fetched_at": "2026-05-27T02:18:44.230450+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143128.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143128.md new file mode 100644 index 00000000..16214dc3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143128.md @@ -0,0 +1,38 @@ +# Corn yield trial — Martinsville, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Clark +- **City:** Martinsville +- **Year:** 2024 +- **Plot ID:** 143128 +- **Cooperator:** Kurt Finney +- **Plot average:** 235.16 BU/Ac +- **Planted:** 2024-05-20 +- **Harvested:** 2024-10-16 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143128 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | AgriGold | A639-03VT2RIB | VT2RIB | - | 18.0 | 58.6 | 239.8 | 239.8 | +| 7 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.6 | 59.2 | 234.1 | 234.1 | +| 6 | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.8 | 59.2 | 234.3 | 234.3 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.0 | 57.9 | 239.2 | 239.2 | +| 1 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.9 | 59.9 | 247.1 | 247.1 | +| 9 | AgriGold | A645-22TRC | Trecepta | - | 18.9 | 58.7 | 217.3 | 217.3 | +| 8 | AgriGold | A645-30VT2PRO | VT2Pro | - | 19.6 | 58.3 | 230.1 | 230.1 | +| 5 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 20.8 | 57.9 | 234.7 | 234.7 | +| 2 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 17.3 | 60.0 | 239.8 | 239.8 | + +Top 5 by Yield: A645-16VT2RIB (AgriGold) 247.1, A639-03VT2RIB (AgriGold) 239.8, 214-78DGVT2PRIB (Channel) 239.8, A644-64VT2RIB (AgriGold) 239.2, A647-42TRCRIB (AgriGold) 234.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143133.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143133.json new file mode 100644 index 00000000..d594f7e4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143133.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143133", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MD", + "state_abbrev": "md", + "city": "Denton", + "county": "Caroline", + "year": 2024, + "plot_id": "143133", + "cooperator": "Dale Brown", + "plot_average": 165.77, + "planted_date": "2024-05-20", + "harvested_date": "2024-10-21", + "population_seeds_per_acre": 28000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Sandy Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 59.1, + "Yield": 158.8, + "Adj Yield": 158.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 58.0, + "Yield": 173.2, + "Adj Yield": 173.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 58.0, + "Yield": 156.2, + "Adj Yield": 156.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.0, + "Yield": 176.9, + "Adj Yield": 176.9 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 57.3, + "Yield": 154.0, + "Adj Yield": 154.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 55.6, + "Yield": 156.2, + "Adj Yield": 156.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 59.3, + "Yield": 181.3, + "Adj Yield": 181.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 61.2, + "Yield": 157.9, + "Adj Yield": 157.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.2, + "Yield": 158.1, + "Adj Yield": 158.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 59.4, + "Yield": 171.3, + "Adj Yield": 171.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 59.4, + "Yield": 179.6, + "Adj Yield": 179.6 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 60.6, + "Yield": 180.7, + "Adj Yield": 180.7 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 59.8, + "Yield": 177.0, + "Adj Yield": 177.0 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143133" + ], + "fetched_at": "2026-05-27T02:18:44.760043+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143133.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143133.md new file mode 100644 index 00000000..490c9e69 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143133.md @@ -0,0 +1,43 @@ +# Corn yield trial — Denton, MD, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MD +- **County:** Caroline +- **City:** Denton +- **Year:** 2024 +- **Plot ID:** 143133 +- **Cooperator:** Dale Brown +- **Plot average:** 165.77 BU/Ac +- **Planted:** 2024-05-20 +- **Harvested:** 2024-10-21 +- **Population:** 28,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Sandy Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143133 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | AgriGold | A638-19-3110 | 3110 | - | 13.7 | 59.1 | 158.8 | 158.8 | +| 4 | AgriGold | A639-03VT2RIB | VT2RIB | - | 13.7 | 58.0 | 173.2 | 173.2 | +| 10 | AgriGold | J6015PWE | PWE | - | 14.5 | 58.0 | 156.2 | 156.2 | +| 3 | AgriGold | J6227DV-RN | 5222 | - | 14.5 | 59.0 | 176.9 | 176.9 | +| 11 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 13.5 | 57.3 | 154.0 | 154.0 | +| 9 | AgriGold | A643-24PCE | PCE | - | 14.1 | 55.6 | 156.2 | 156.2 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.7 | 59.3 | 181.3 | 181.3 | +| 8 | AgriGold | K6429AA | 3120EZ | - | 15.2 | 61.2 | 157.9 | 157.9 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.5 | 59.2 | 158.1 | 158.1 | +| 5 | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.9 | 59.4 | 171.3 | 171.3 | +| 2 | AgriGold | A646-30VT2RIB | VT2RIB | - | 14.9 | 59.4 | 179.6 | 179.6 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.1 | 60.6 | 180.7 | 180.7 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.9 | 59.8 | 177.0 | 177.0 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 181.3, A643-52VT2RIB (AgriGold) 180.7, A646-30VT2RIB (AgriGold) 179.6, A643-52VT2RIB (AgriGold) 177.0, J6227DV-RN (AgriGold) 176.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143140.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143140.json new file mode 100644 index 00000000..559ca5c9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143140.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143140", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Neoga", + "county": "Cumberland", + "year": 2024, + "plot_id": "143140", + "cooperator": "Brad Strohl", + "plot_average": 266.35, + "planted_date": "2024-05-20", + "harvested_date": "2024-10-24", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 13, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 57.6, + "Yield": 238.2, + "Adj Yield": 238.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 58.2, + "Yield": 267.0, + "Adj Yield": 267.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 58.5, + "Yield": 273.4, + "Adj Yield": 273.4 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 59.0, + "Yield": 264.2, + "Adj Yield": 264.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 58.7, + "Yield": 267.8, + "Adj Yield": 267.8 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 58.4, + "Yield": 263.7, + "Adj Yield": 263.7 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 57.5, + "Yield": 279.1, + "Adj Yield": 279.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 54.6, + "Yield": 266.7, + "Adj Yield": 266.7 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 55.9, + "Yield": 259.2, + "Adj Yield": 259.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 55.6, + "Yield": 275.0, + "Adj Yield": 275.0 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 56.7, + "Yield": 248.7, + "Adj Yield": 248.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 60.2, + "Yield": 275.7, + "Adj Yield": 275.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 57.0, + "Yield": 283.8, + "Adj Yield": 283.8 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143140" + ], + "fetched_at": "2026-05-27T02:18:45.268444+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143140.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143140.md new file mode 100644 index 00000000..5a6b21f7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143140.md @@ -0,0 +1,42 @@ +# Corn yield trial — Neoga, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Cumberland +- **City:** Neoga +- **Year:** 2024 +- **Plot ID:** 143140 +- **Cooperator:** Brad Strohl +- **Plot average:** 266.35 BU/Ac +- **Planted:** 2024-05-20 +- **Harvested:** 2024-10-24 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143140 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 13 | AgriGold | A638-19-3110 | 3110 | - | 16.0 | 57.6 | 238.2 | 238.2 | +| 7 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.9 | 58.2 | 267.0 | 267.0 | +| 5 | AgriGold | A643-24PCE | PCE | - | 17.7 | 58.5 | 273.4 | 273.4 | +| 9 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.7 | 59.0 | 264.2 | 264.2 | +| 6 | AgriGold | K6429AA | 3120EZ | - | 19.6 | 58.7 | 267.8 | 267.8 | +| 10 | AgriGold | A645-16VT2RIB | VT2RIB | - | 20.0 | 58.4 | 263.7 | 263.7 | +| 2 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 19.9 | 57.5 | 279.1 | 279.1 | +| 8 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 22.3 | 54.6 | 266.7 | 266.7 | +| 11 | AgriGold | A645-22TRC | Trecepta | - | 18.5 | 55.9 | 259.2 | 259.2 | +| 4 | AgriGold | A646-30VT2RIB | VT2RIB | - | 18.3 | 55.6 | 275.0 | 275.0 | +| 12 | AgriGold | A648-11VT2RIB | VT2RIB | - | 20.6 | 56.7 | 248.7 | 248.7 | +| 3 | AgriGold | A647-79VT2PRO | VT2Pro | - | 17.3 | 60.2 | 275.7 | 275.7 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.0 | 57.0 | 283.8 | 283.8 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 283.8, DKC66-06RIB (Dekalb) 279.1, A647-79VT2PRO (AgriGold) 275.7, A646-30VT2RIB (AgriGold) 275.0, A643-24PCE (AgriGold) 273.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143150.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143150.json new file mode 100644 index 00000000..67eaa71e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143150.json @@ -0,0 +1,413 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143150", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Mount Hope", + "county": "Sedgwick", + "year": 2024, + "plot_id": "143150", + "cooperator": "Judy Young", + "plot_average": 247.26, + "planted_date": "2024-05-08", + "harvested_date": "2024-09-30", + "population_seeds_per_acre": 31000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Sandy Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "None", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 60.2, + "Yield": 252.3, + "Adj Yield": 252.3 + } + }, + { + "rank": 24, + "brand": "Stine", + "product": "9752-32", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 57.8, + "Yield": 229.6, + "Adj Yield": 229.6 + } + }, + { + "rank": 11, + "brand": "Stine", + "product": "9753-20VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 59.8, + "Yield": 247.2, + "Adj Yield": 247.2 + } + }, + { + "rank": 17, + "brand": "Stine", + "product": "9817-30", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 57.8, + "Yield": 242.7, + "Adj Yield": 242.7 + } + }, + { + "rank": 19, + "brand": "Stine", + "product": "9818-32N", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 59.9, + "Yield": 240.8, + "Adj Yield": 240.8 + } + }, + { + "rank": 25, + "brand": "Stine", + "product": "9814-20", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.6, + "Yield": 228.8, + "Adj Yield": 228.8 + } + }, + { + "rank": 6, + "brand": "Stine", + "product": "EXP23", + "traits": "", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 59.8, + "Yield": 255.5, + "Adj Yield": 255.5 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 60.5, + "Yield": 251.0, + "Adj Yield": 251.0 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 57.9, + "Yield": 241.4, + "Adj Yield": 241.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A640-24-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 60.5, + "Yield": 252.4, + "Adj Yield": 252.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A640-65-5222AEZ", + "traits": "5222AEZ", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 58.3, + "Yield": 260.4, + "Adj Yield": 260.4 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 58.8, + "Yield": 243.7, + "Adj Yield": 243.7 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 59.8, + "Yield": 246.6, + "Adj Yield": 246.6 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 58.7, + "Yield": 236.9, + "Adj Yield": 236.9 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A641-85TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.8, + "Yield": 247.0, + "Adj Yield": 247.0 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.3, + "Yield": 239.5, + "Adj Yield": 239.5 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 58.8, + "Yield": 266.2, + "Adj Yield": 266.2 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.3, + "Yield": 253.4, + "Adj Yield": 253.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.3, + "Yield": 253.4, + "Adj Yield": 253.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 59.8, + "Yield": 256.4, + "Adj Yield": 256.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 59.5, + "Yield": 268.5, + "Adj Yield": 268.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 59.6, + "Yield": 249.2, + "Adj Yield": 249.2 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 59.7, + "Yield": 239.1, + "Adj Yield": 239.1 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P1847AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 60.3, + "Yield": 256.9, + "Adj Yield": 256.9 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 58.1, + "Yield": 240.7, + "Adj Yield": 240.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.3, + "Yield": 248.1, + "Adj Yield": 248.1 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 57.9, + "Yield": 244.1, + "Adj Yield": 244.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.8, + "Yield": 252.1, + "Adj Yield": 252.1 + } + }, + { + "rank": 14, + "brand": "Stine", + "product": "9808E-20", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.0, + "Yield": 246.4, + "Adj Yield": 246.4 + } + } + ], + "n_results": 29, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143150" + ], + "fetched_at": "2026-05-27T02:18:45.776939+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143150.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143150.md new file mode 100644 index 00000000..ab9b22af --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143150.md @@ -0,0 +1,62 @@ +# Corn yield trial — Mount Hope, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Sedgwick +- **City:** Mount Hope +- **Year:** 2024 +- **Plot ID:** 143150 +- **Cooperator:** Judy Young +- **Plot average:** 247.26 BU/Ac +- **Planted:** 2024-05-08 +- **Harvested:** 2024-09-30 +- **Population:** 31,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Sandy Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **Fungicide:** None +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143150 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.3 | 60.2 | 252.3 | 252.3 | +| 24 | Stine | 9752-32 | 5222EZ | - | 15.3 | 57.8 | 229.6 | 229.6 | +| 11 | Stine | 9753-20VT2PRO | VT2Pro | - | 14.7 | 59.8 | 247.2 | 247.2 | +| 17 | Stine | 9817-30 | 3220 | - | 14.5 | 57.8 | 242.7 | 242.7 | +| 19 | Stine | 9818-32N | 5222 | - | 15.2 | 59.9 | 240.8 | 240.8 | +| 25 | Stine | 9814-20 | 3110 | - | 16.8 | 58.6 | 228.8 | 228.8 | +| 6 | Stine | EXP23 | - | - | 16.0 | 59.8 | 255.5 | 255.5 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.5 | 60.5 | 251.0 | 251.0 | +| 18 | AgriGold | A639-03VT2RIB | VT2RIB | - | 12.9 | 57.9 | 241.4 | 241.4 | +| 8 | AgriGold | A640-24-3110 | 3110 | - | 13.5 | 60.5 | 252.4 | 252.4 | +| 3 | AgriGold | A640-65-5222AEZ | 5222AEZ | - | 14.1 | 58.3 | 260.4 | 260.4 | +| 16 | AgriGold | J6015PWE | PWE | - | 13.8 | 58.8 | 243.7 | 243.7 | +| 13 | AgriGold | A641-26-3110 | 3110 | - | 14.1 | 59.8 | 246.6 | 246.6 | +| 23 | AgriGold | A641-26V | 3220EZ | - | 14.6 | 58.7 | 236.9 | 236.9 | +| 12 | AgriGold | A641-85TRCRIB | TreceptaRIB | - | 14.7 | 58.8 | 247.0 | 247.0 | +| 21 | AgriGold | A643-24PCE | PCE | - | 14.9 | 58.3 | 239.5 | 239.5 | +| 2 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 14.4 | 58.8 | 266.2 | 266.2 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.4 | 59.3 | 253.4 | 253.4 | +| 7 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.4 | 59.3 | 253.4 | 253.4 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.1 | 59.8 | 256.4 | 256.4 | +| 1 | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.8 | 59.5 | 268.5 | 268.5 | +| 9 | AgriGold | A645-22TRC | Trecepta | - | 14.1 | 59.6 | 249.2 | 249.2 | +| 22 | AgriGold | A645-80-3110 | 3110 | - | 16.4 | 59.7 | 239.1 | 239.1 | +| 4 | Pioneer | P1847AML | AML | - | 15.8 | 60.3 | 256.9 | 256.9 | +| 20 | AgriGold | A646-30VT2RIB | VT2RIB | - | 14.6 | 58.1 | 240.7 | 240.7 | +| 10 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 14.9 | 58.3 | 248.1 | 248.1 | +| 15 | AgriGold | A648-11VT2RIB | VT2RIB | - | 17.1 | 57.9 | 244.1 | 244.1 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.3 | 59.8 | 252.1 | 252.1 | +| 14 | Stine | 9808E-20 | 3110 | - | 15.4 | 58.0 | 246.4 | 246.4 | + +Top 5 by Yield: A645-16VT2RIB (AgriGold) 268.5, DKC66-06RIB (Dekalb) 266.2, A640-65-5222AEZ (AgriGold) 260.4, P1847AML (Pioneer) 256.9, A644-64VT2RIB (AgriGold) 256.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143173.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143173.json new file mode 100644 index 00000000..ff2e307e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143173.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143173", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Chadwick", + "county": "Carroll", + "year": 2024, + "plot_id": "143173", + "cooperator": "Les Nelson", + "plot_average": 235.52, + "planted_date": "2024-05-13", + "harvested_date": "2024-10-16", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "Wyffels", + "product": "W4190", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 57.4, + "Yield": 239.2, + "Adj Yield": 239.2 + } + }, + { + "rank": 1, + "brand": "Prairie Hybrids", + "product": "3054", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 56.8, + "Yield": 259.7, + "Adj Yield": 259.7 + } + }, + { + "rank": 7, + "brand": "Prairie Hybrids", + "product": "3259", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 57.6, + "Yield": 231.4, + "Adj Yield": 231.4 + } + }, + { + "rank": 3, + "brand": "Wyffels", + "product": "W5080", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 57.6, + "Yield": 256.3, + "Adj Yield": 256.3 + } + }, + { + "rank": 4, + "brand": "Cornelius", + "product": "C6618", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 58.1, + "Yield": 247.6, + "Adj Yield": 247.6 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A636-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 56.3, + "Yield": 213.9, + "Adj Yield": 213.9 + } + }, + { + "rank": 10, + "brand": "Cornelius", + "product": "C6824", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 59.2, + "Yield": 222.5, + "Adj Yield": 222.5 + } + }, + { + "rank": 8, + "brand": "Cornelius", + "product": "C6900", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 58.3, + "Yield": 228.5, + "Adj Yield": 228.5 + } + }, + { + "rank": 11, + "brand": "Prairie Hybrids", + "product": "5883", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 59.0, + "Yield": 220.8, + "Adj Yield": 220.8 + } + }, + { + "rank": 9, + "brand": "Wyffels", + "product": "W6630", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 56.5, + "Yield": 225.5, + "Adj Yield": 225.5 + } + }, + { + "rank": 12, + "brand": "Prairie Hybrids", + "product": "6755", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 55.7, + "Yield": 215.5, + "Adj Yield": 215.5 + } + }, + { + "rank": 5, + "brand": "Cornelius", + "product": "C7088", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 55.1, + "Yield": 244.5, + "Adj Yield": 244.5 + } + }, + { + "rank": 2, + "brand": "Prairie Hybrids", + "product": "6854", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 56.9, + "Yield": 256.3, + "Adj Yield": 256.3 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143173" + ], + "fetched_at": "2026-05-27T02:18:46.259694+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143173.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143173.md new file mode 100644 index 00000000..d7b8f50a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143173.md @@ -0,0 +1,43 @@ +# Corn yield trial — Chadwick, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Carroll +- **City:** Chadwick +- **Year:** 2024 +- **Plot ID:** 143173 +- **Cooperator:** Les Nelson +- **Plot average:** 235.52 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-16 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143173 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | Wyffels | W4190 | C | - | 16.6 | 57.4 | 239.2 | 239.2 | +| 1 | Prairie Hybrids | 3054 | C | - | 18.6 | 56.8 | 259.7 | 259.7 | +| 7 | Prairie Hybrids | 3259 | C | - | 15.8 | 57.6 | 231.4 | 231.4 | +| 3 | Wyffels | W5080 | C | - | 18.4 | 57.6 | 256.3 | 256.3 | +| 4 | Cornelius | C6618 | C | - | 18.3 | 58.1 | 247.6 | 247.6 | +| 13 | AgriGold | A636-16 | C | - | 18.6 | 56.3 | 213.9 | 213.9 | +| 10 | Cornelius | C6824 | C | - | 18.5 | 59.2 | 222.5 | 222.5 | +| 8 | Cornelius | C6900 | C | - | 18.1 | 58.3 | 228.5 | 228.5 | +| 11 | Prairie Hybrids | 5883 | C | - | 18.5 | 59.0 | 220.8 | 220.8 | +| 9 | Wyffels | W6630 | C | - | 18.9 | 56.5 | 225.5 | 225.5 | +| 12 | Prairie Hybrids | 6755 | C | - | 19.2 | 55.7 | 215.5 | 215.5 | +| 5 | Cornelius | C7088 | C | - | 17.8 | 55.1 | 244.5 | 244.5 | +| 2 | Prairie Hybrids | 6854 | C | - | 19.3 | 56.9 | 256.3 | 256.3 | + +Top 5 by Yield: 3054 (Prairie Hybrids) 259.7, W5080 (Wyffels) 256.3, 6854 (Prairie Hybrids) 256.3, C6618 (Cornelius) 247.6, C7088 (Cornelius) 244.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143175.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143175.json new file mode 100644 index 00000000..4a3bd39f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143175.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143175", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "TN", + "state_abbrev": "tn", + "city": "Woodbury", + "county": "Rutherford", + "year": 2024, + "plot_id": "143175", + "cooperator": "George farms", + "plot_average": 150.11, + "planted_date": "2024-05-21", + "harvested_date": "2024-09-24", + "population_seeds_per_acre": 28000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 20, + "brand": "Pioneer", + "product": "P1289AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 57.2, + "Yield": 125.1, + "Adj Yield": 125.1 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 59.5, + "Yield": 147.5, + "Adj Yield": 147.5 + } + }, + { + "rank": 16, + "brand": "Pioneer", + "product": "P13841PWUE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 56.3, + "Yield": 142.4, + "Adj Yield": 142.4 + } + }, + { + "rank": 17, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 57.5, + "Yield": 141.9, + "Adj Yield": 141.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 58.3, + "Yield": 153.8, + "Adj Yield": 153.8 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 56.6, + "Yield": 148.6, + "Adj Yield": 148.6 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.7, + "Yield": 153.0, + "Adj Yield": 153.0 + } + }, + { + "rank": 5, + "brand": "Becks", + "product": "6414V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 59.9, + "Yield": 157.1, + "Adj Yield": 157.1 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 59.8, + "Yield": 151.5, + "Adj Yield": 151.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 57.9, + "Yield": 159.2, + "Adj Yield": 159.2 + } + }, + { + "rank": 1, + "brand": "Becks", + "product": "6574TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 58.4, + "Yield": 163.9, + "Adj Yield": 163.9 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 54.9, + "Yield": 156.0, + "Adj Yield": 156.0 + } + }, + { + "rank": 18, + "brand": "Pioneer", + "product": "P1718AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 58.7, + "Yield": 140.8, + "Adj Yield": 140.8 + } + }, + { + "rank": 12, + "brand": "Pioneer", + "product": "P17677YHR", + "traits": "Leptra", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 57.2, + "Yield": 148.8, + "Adj Yield": 148.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 56.2, + "Yield": 163.6, + "Adj Yield": 163.6 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A648-11VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 59.1, + "Yield": 149.9, + "Adj Yield": 149.9 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 57.6, + "Yield": 152.5, + "Adj Yield": 152.5 + } + }, + { + "rank": 15, + "brand": "Becks", + "product": "6973TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 56.7, + "Yield": 146.4, + "Adj Yield": 146.4 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC70-45RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 58.9, + "Yield": 160.9, + "Adj Yield": 160.9 + } + }, + { + "rank": 19, + "brand": "Pioneer", + "product": "P1289AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 57.8, + "Yield": 139.3, + "Adj Yield": 139.3 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143175" + ], + "fetched_at": "2026-05-27T02:18:46.765594+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143175.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143175.md new file mode 100644 index 00000000..1f267f97 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143175.md @@ -0,0 +1,49 @@ +# Corn yield trial — Woodbury, TN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** TN +- **County:** Rutherford +- **City:** Woodbury +- **Year:** 2024 +- **Plot ID:** 143175 +- **Cooperator:** George farms +- **Plot average:** 150.11 BU/Ac +- **Planted:** 2024-05-21 +- **Harvested:** 2024-09-24 +- **Population:** 28,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143175 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 20 | Pioneer | P1289AM | AM | - | 14.6 | 57.2 | 125.1 | 125.1 | +| 14 | Dekalb | DKC111-35RIB | VT2RIB | - | 14.2 | 59.5 | 147.5 | 147.5 | +| 16 | Pioneer | P13841PWUE | PWE | - | 15.2 | 56.3 | 142.4 | 142.4 | +| 17 | Pioneer | P13777PCE | PCE | - | 15.0 | 57.5 | 141.9 | 141.9 | +| 7 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.2 | 58.3 | 153.8 | 153.8 | +| 13 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.6 | 56.6 | 148.6 | 148.6 | +| 8 | Pioneer | P14830AML | AML | - | 16.0 | 58.7 | 153.0 | 153.0 | +| 5 | Becks | 6414V2P | VT2RIB | - | 15.4 | 59.9 | 157.1 | 157.1 | +| 10 | Dekalb | DKC64-22RIB | VT2RIB | - | 16.6 | 59.8 | 151.5 | 151.5 | +| 4 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.5 | 57.9 | 159.2 | 159.2 | +| 1 | Becks | 6574TCV2P | TreceptaRIB | - | 16.9 | 58.4 | 163.9 | 163.9 | +| 6 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 18.7 | 54.9 | 156.0 | 156.0 | +| 18 | Pioneer | P1718AML | AML | - | 18.1 | 58.7 | 140.8 | 140.8 | +| 12 | Pioneer | P17677YHR | Leptra | - | 16.9 | 57.2 | 148.8 | 148.8 | +| 2 | AgriGold | A647-42TRC | Trecepta | - | 17.8 | 56.2 | 163.6 | 163.6 | +| 11 | AgriGold | A648-11VT2PRO | VT2Pro | - | 18.7 | 59.1 | 149.9 | 149.9 | +| 9 | Dekalb | DKC68-35RIB | VT2RIB | - | 17.3 | 57.6 | 152.5 | 152.5 | +| 15 | Becks | 6973TCV2P | TreceptaRIB | - | 17.8 | 56.7 | 146.4 | 146.4 | +| 3 | Dekalb | DKC70-45RIB | VT2RIB | - | 17.5 | 58.9 | 160.9 | 160.9 | +| 19 | Pioneer | P1289AM | AM | - | 16.6 | 57.8 | 139.3 | 139.3 | + +Top 5 by Yield: 6574TCV2P (Becks) 163.9, A647-42TRC (AgriGold) 163.6, DKC70-45RIB (Dekalb) 160.9, A645-16VT2RIB (AgriGold) 159.2, 6414V2P (Becks) 157.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143177.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143177.json new file mode 100644 index 00000000..c4aade61 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143177.json @@ -0,0 +1,374 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143177", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Harvard", + "county": "McHenry", + "year": 2024, + "plot_id": "143177", + "cooperator": "Brandon Walter", + "plot_average": 244.28, + "planted_date": "2024-05-21", + "harvested_date": "2024-10-19", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 11, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 57.2, + "Yield": 246.0, + "Adj Yield": 246.0 + } + }, + { + "rank": 25, + "brand": "Wyffels", + "product": "W2230", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 57.7, + "Yield": 226.3, + "Adj Yield": 226.3 + } + }, + { + "rank": 22, + "brand": "Wyffels", + "product": "W1996RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 56.4, + "Yield": 231.5, + "Adj Yield": 231.5 + } + }, + { + "rank": 19, + "brand": "Wyffels", + "product": "W2440", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 58.4, + "Yield": 235.6, + "Adj Yield": 235.6 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 57.0, + "Yield": 244.7, + "Adj Yield": 244.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 55.5, + "Yield": 262.2, + "Adj Yield": 262.2 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A631-12SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 54.9, + "Yield": 235.0, + "Adj Yield": 235.0 + } + }, + { + "rank": 15, + "brand": "Wyffels", + "product": "W3576RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 55.1, + "Yield": 242.2, + "Adj Yield": 242.2 + } + }, + { + "rank": 24, + "brand": "Wyffels", + "product": "W3286RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 55.9, + "Yield": 229.2, + "Adj Yield": 229.2 + } + }, + { + "rank": 9, + "brand": "Wyffels", + "product": "W4190", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 55.7, + "Yield": 248.0, + "Adj Yield": 248.0 + } + }, + { + "rank": 18, + "brand": "Wyffels", + "product": "W4240", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 56.5, + "Yield": 235.8, + "Adj Yield": 235.8 + } + }, + { + "rank": 8, + "brand": "Wyffels", + "product": "W5080", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 23.9, + "Test Wt.": 53.9, + "Yield": 249.4, + "Adj Yield": 249.4 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A636-39DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 55.4, + "Yield": 222.3, + "Adj Yield": 222.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 25.5, + "Test Wt.": 53.5, + "Yield": 256.1, + "Adj Yield": 256.1 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 23.6, + "Test Wt.": 54.2, + "Yield": 229.9, + "Adj Yield": 229.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 23.6, + "Test Wt.": 55.2, + "Yield": 255.1, + "Adj Yield": 255.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 23.5, + "Test Wt.": 53.5, + "Yield": 247.5, + "Adj Yield": 247.5 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.9, + "Test Wt.": 53.4, + "Yield": 241.7, + "Adj Yield": 241.7 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 26.3, + "Test Wt.": 55.0, + "Yield": 238.8, + "Adj Yield": 238.8 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A640-24-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 28.3, + "Test Wt.": 54.7, + "Yield": 245.1, + "Adj Yield": 245.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 53.8, + "Yield": 266.4, + "Adj Yield": 266.4 + } + }, + { + "rank": 5, + "brand": "Wyffels", + "product": "W6630", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": 54.0, + "Yield": 258.9, + "Adj Yield": 258.9 + } + }, + { + "rank": 2, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.5, + "Test Wt.": 55.2, + "Yield": 264.7, + "Adj Yield": 264.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 56.9, + "Yield": 259.7, + "Adj Yield": 259.7 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A632-68", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 57.0, + "Yield": 244.9, + "Adj Yield": 244.9 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A630-04", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 57.1, + "Yield": 234.3, + "Adj Yield": 234.3 + } + } + ], + "n_results": 26, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143177" + ], + "fetched_at": "2026-05-27T02:18:47.271758+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143177.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143177.md new file mode 100644 index 00000000..a011380e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143177.md @@ -0,0 +1,56 @@ +# Corn yield trial — Harvard, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** McHenry +- **City:** Harvard +- **Year:** 2024 +- **Plot ID:** 143177 +- **Cooperator:** Brandon Walter +- **Plot average:** 244.28 BU/Ac +- **Planted:** 2024-05-21 +- **Harvested:** 2024-10-19 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143177 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 11 | AgriGold | A632-68VT2RIB | VT2RIB | - | 16.8 | 57.2 | 246.0 | 246.0 | +| 25 | Wyffels | W2230 | C | - | 14.9 | 57.7 | 226.3 | 226.3 | +| 22 | Wyffels | W1996RIB | VT2RIB | - | 15.9 | 56.4 | 231.5 | 231.5 | +| 19 | Wyffels | W2440 | C | - | 15.6 | 58.4 | 235.6 | 235.6 | +| 14 | AgriGold | A630-04AA-RN | 3120 | - | 18.2 | 57.0 | 244.7 | 244.7 | +| 3 | AgriGold | A631-08VT2PRO | VT2Pro | - | 18.1 | 55.5 | 262.2 | 262.2 | +| 20 | AgriGold | A631-12SSP | SSP | - | 17.2 | 54.9 | 235.0 | 235.0 | +| 15 | Wyffels | W3576RIB | VT2RIB | - | 19.1 | 55.1 | 242.2 | 242.2 | +| 24 | Wyffels | W3286RIB | VT2RIB | - | 16.8 | 55.9 | 229.2 | 229.2 | +| 9 | Wyffels | W4190 | C | - | 19.1 | 55.7 | 248.0 | 248.0 | +| 18 | Wyffels | W4240 | C | - | 18.9 | 56.5 | 235.8 | 235.8 | +| 8 | Wyffels | W5080 | C | - | 23.9 | 53.9 | 249.4 | 249.4 | +| 26 | AgriGold | A636-39DV-RN | 5222 | - | 22.4 | 55.4 | 222.3 | 222.3 | +| 6 | AgriGold | A636-16-5222 | 5222 | - | 25.5 | 53.5 | 256.1 | 256.1 | +| 23 | AgriGold | A636-42SSP | SSP | - | 23.6 | 54.2 | 229.9 | 229.9 | +| 7 | AgriGold | K5836PWE | PWE | - | 23.6 | 55.2 | 255.1 | 255.1 | +| 10 | AgriGold | A638-19 | C | - | 23.5 | 53.5 | 247.5 | 247.5 | +| 16 | AgriGold | A639-03VT2RIB | VT2RIB | - | 25.9 | 53.4 | 241.7 | 241.7 | +| 17 | AgriGold | A639-91SSPRIB | SSPRIB | - | 26.3 | 55.0 | 238.8 | 238.8 | +| 12 | AgriGold | A640-24-3110 | 3110 | - | 28.3 | 54.7 | 245.1 | 245.1 | +| 1 | AgriGold | J6015PWE | PWE | - | 22.8 | 53.8 | 266.4 | 266.4 | +| 5 | Wyffels | W6630 | C | - | 23.0 | 54.0 | 258.9 | 258.9 | +| 2 | Wyffels | W6886RIB | VT2RIB | - | 24.5 | 55.2 | 264.7 | 264.7 | +| 4 | AgriGold | A632-68VT2RIB | VT2RIB | - | 17.6 | 56.9 | 259.7 | 259.7 | +| 13 | AgriGold | A632-68 | C | - | 18.7 | 57.0 | 244.9 | 244.9 | +| 21 | AgriGold | A630-04 | C | - | 19.0 | 57.1 | 234.3 | 234.3 | + +Top 5 by Yield: J6015PWE (AgriGold) 266.4, W6886RIB (Wyffels) 264.7, A631-08VT2PRO (AgriGold) 262.2, A632-68VT2RIB (AgriGold) 259.7, W6630 (Wyffels) 258.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143178.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143178.json new file mode 100644 index 00000000..20a501c7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143178.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143178", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Clare", + "county": "De Kalb", + "year": 2024, + "plot_id": "143178", + "cooperator": "Jeff Paulsen", + "plot_average": 245.14, + "planted_date": "2024-05-19", + "harvested_date": "2024-10-23", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC101-33RIB", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 55.6, + "Yield": 240.4, + "Adj Yield": 240.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 58.2, + "Yield": 245.0, + "Adj Yield": 245.0 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC105-33RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 57.3, + "Yield": 244.7, + "Adj Yield": 244.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 56.7, + "Yield": 244.3, + "Adj Yield": 244.3 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 59.6, + "Yield": 252.5, + "Adj Yield": 252.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 56.3, + "Yield": 247.6, + "Adj Yield": 247.6 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P10625V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 57.6, + "Yield": 269.2, + "Adj Yield": 269.2 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC107-33RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 55.7, + "Yield": 228.4, + "Adj Yield": 228.4 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC108-64RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 57.4, + "Yield": 241.4, + "Adj Yield": 241.4 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.0, + "Yield": 229.8, + "Adj Yield": 229.8 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 57.8, + "Yield": 248.6, + "Adj Yield": 248.6 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 58.0, + "Yield": 240.5, + "Adj Yield": 240.5 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 59.4, + "Yield": 239.8, + "Adj Yield": 239.8 + } + }, + { + "rank": 7, + "brand": "CHS", + "product": "114VT4 EXP", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.2, + "Yield": 247.6, + "Adj Yield": 247.6 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 58.5, + "Yield": 241.7, + "Adj Yield": 241.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 55.8, + "Yield": 260.7, + "Adj Yield": 260.7 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 56.2, + "Yield": 254.1, + "Adj Yield": 254.1 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A645-71STX", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 54.9, + "Yield": 236.2, + "Adj Yield": 236.2 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143178" + ], + "fetched_at": "2026-05-27T02:18:47.733289+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143178.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143178.md new file mode 100644 index 00000000..34f12a36 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143178.md @@ -0,0 +1,48 @@ +# Corn yield trial — Clare, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** De Kalb +- **City:** Clare +- **Year:** 2024 +- **Plot ID:** 143178 +- **Cooperator:** Jeff Paulsen +- **Plot average:** 245.14 BU/Ac +- **Planted:** 2024-05-19 +- **Harvested:** 2024-10-23 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143178 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 14 | Dekalb | DKC101-33RIB | SSP | - | 13.7 | 55.6 | 240.4 | 240.4 | +| 8 | AgriGold | A634-11SSPRIB | SSPRIB | - | 14.2 | 58.2 | 245.0 | 245.0 | +| 9 | Dekalb | DKC105-33RIB | SSPRIB | - | 15.7 | 57.3 | 244.7 | 244.7 | +| 10 | AgriGold | A636-42SSP | SSP | - | 15.8 | 56.7 | 244.3 | 244.3 | +| 4 | Dekalb | DKC106-98RIB | VT4RIB | - | 15.5 | 59.6 | 252.5 | 252.5 | +| 6 | AgriGold | A636-16-5222 | 5222 | - | 15.0 | 56.3 | 247.6 | 247.6 | +| 1 | Pioneer | P10625V | Vorceed | - | 16.8 | 57.6 | 269.2 | 269.2 | +| 18 | Dekalb | DKC107-33RIB | SSPRIB | - | 15.2 | 55.7 | 228.4 | 228.4 | +| 12 | Dekalb | DKC108-64RIB | SSPRIB | - | 13.9 | 57.4 | 241.4 | 241.4 | +| 17 | AgriGold | A639-91SSPRIB | SSPRIB | - | 14.3 | 59.0 | 229.8 | 229.8 | +| 5 | Dekalb | DKC110-10RIB | STXRIB | - | 16.8 | 57.8 | 248.6 | 248.6 | +| 13 | AgriGold | A640-12STXRIB | STXRIB | - | 17.8 | 58.0 | 240.5 | 240.5 | +| 15 | AgriGold | A641-85STXRIB | STXRIB | - | 17.6 | 59.4 | 239.8 | 239.8 | +| 7 | CHS | 114VT4 EXP | VT4Pro | - | 17.0 | 58.2 | 247.6 | 247.6 | +| 11 | AgriGold | A6499STXRIB | STXRIB | - | 18.5 | 58.5 | 241.7 | 241.7 | +| 2 | AgriGold | A642-18SSP | SSP | - | 18.6 | 55.8 | 260.7 | 260.7 | +| 3 | Dekalb | DKC114-42RIB | SSPRIB | - | 19.7 | 56.2 | 254.1 | 254.1 | +| 16 | AgriGold | A645-71STX | STX | - | 21.7 | 54.9 | 236.2 | 236.2 | + +Top 5 by Yield: P10625V (Pioneer) 269.2, A642-18SSP (AgriGold) 260.7, DKC114-42RIB (Dekalb) 254.1, DKC106-98RIB (Dekalb) 252.5, DKC110-10RIB (Dekalb) 248.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143180.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143180.json new file mode 100644 index 00000000..b608243d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143180.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143180", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Bluford", + "county": "Jefferson", + "year": 2024, + "plot_id": "143180", + "cooperator": "Josh Lemke", + "plot_average": 228.77, + "planted_date": "2024-05-21", + "harvested_date": "2024-10-18", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 57.3, + "Yield": 234.3, + "Adj Yield": 234.3 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 59.5, + "Yield": 203.9, + "Adj Yield": 203.9 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A642-76VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 59.5, + "Yield": 167.2, + "Adj Yield": 167.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 60.0, + "Yield": 255.1, + "Adj Yield": 255.1 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 60.0, + "Yield": 203.5, + "Adj Yield": 203.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 60.0, + "Yield": 234.7, + "Adj Yield": 234.7 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 60.0, + "Yield": 221.1, + "Adj Yield": 221.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 58.0, + "Yield": 224.5, + "Adj Yield": 224.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 58.0, + "Yield": 243.1, + "Adj Yield": 243.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 60.5, + "Yield": 246.7, + "Adj Yield": 246.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 61.0, + "Yield": 276.8, + "Adj Yield": 276.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.0, + "Yield": 245.1, + "Adj Yield": 245.1 + } + }, + { + "rank": 12, + "brand": "Becks", + "product": "6469VT2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 60.0, + "Yield": 219.0, + "Adj Yield": 219.0 + } + }, + { + "rank": 15, + "brand": "Becks", + "product": "6585TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 58.5, + "Yield": 172.5, + "Adj Yield": 172.5 + } + }, + { + "rank": 5, + "brand": "Becks", + "product": "6574TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 60.0, + "Yield": 245.5, + "Adj Yield": 245.5 + } + }, + { + "rank": 2, + "brand": "Becks", + "product": "6973TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 59.0, + "Yield": 267.3, + "Adj Yield": 267.3 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143180" + ], + "fetched_at": "2026-05-27T02:18:48.280350+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143180.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143180.md new file mode 100644 index 00000000..82121da8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143180.md @@ -0,0 +1,46 @@ +# Corn yield trial — Bluford, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Jefferson +- **City:** Bluford +- **Year:** 2024 +- **Plot ID:** 143180 +- **Cooperator:** Josh Lemke +- **Plot average:** 228.77 BU/Ac +- **Planted:** 2024-05-21 +- **Harvested:** 2024-10-18 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143180 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | AgriGold | A639-03VT2RIB | VT2RIB | - | 13.2 | 57.3 | 234.3 | 234.3 | +| 13 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 13.1 | 59.5 | 203.9 | 203.9 | +| 16 | AgriGold | A642-76VT2RIB | VT2RIB | - | 14.1 | 59.5 | 167.2 | 167.2 | +| 3 | AgriGold | A642-32VT2PRO | VT2Pro | - | 15.0 | 60.0 | 255.1 | 255.1 | +| 14 | AgriGold | A643-24PCE | PCE | - | 15.0 | 60.0 | 203.5 | 203.5 | +| 8 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.5 | 60.0 | 234.7 | 234.7 | +| 11 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.9 | 60.0 | 221.1 | 221.1 | +| 10 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.4 | 58.0 | 224.5 | 224.5 | +| 7 | AgriGold | A645-22TRC | Trecepta | - | 12.8 | 58.0 | 243.1 | 243.1 | +| 4 | AgriGold | A645-30VT2PRO | VT2Pro | - | 14.5 | 60.5 | 246.7 | 246.7 | +| 1 | AgriGold | A647-79VT2PRO | VT2Pro | - | 13.9 | 61.0 | 276.8 | 276.8 | +| 6 | AgriGold | A648-11VT2RIB | VT2RIB | - | 16.2 | 59.0 | 245.1 | 245.1 | +| 12 | Becks | 6469VT2P | VT2RIB | - | 13.6 | 60.0 | 219.0 | 219.0 | +| 15 | Becks | 6585TCV2P | TreceptaRIB | - | 14.3 | 58.5 | 172.5 | 172.5 | +| 5 | Becks | 6574TCV2P | TreceptaRIB | - | 15.1 | 60.0 | 245.5 | 245.5 | +| 2 | Becks | 6973TCV2P | TreceptaRIB | - | 14.7 | 59.0 | 267.3 | 267.3 | + +Top 5 by Yield: A647-79VT2PRO (AgriGold) 276.8, 6973TCV2P (Becks) 267.3, A642-32VT2PRO (AgriGold) 255.1, A645-30VT2PRO (AgriGold) 246.7, 6574TCV2P (Becks) 245.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143183.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143183.json new file mode 100644 index 00000000..dba9da5f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143183.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143183", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Stewardson", + "county": "Shelby", + "year": 2024, + "plot_id": "143183", + "cooperator": "Beitz Farms", + "plot_average": 247.84, + "planted_date": "2024-05-21", + "harvested_date": "2024-10-18", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 11, + "brand": "AgriGold", + "product": "A640-24-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 231.0, + "Adj Yield": 231.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 58.4, + "Yield": 254.8, + "Adj Yield": 254.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 59.9, + "Yield": 257.1, + "Adj Yield": 257.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 58.1, + "Yield": 242.1, + "Adj Yield": 242.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 58.8, + "Yield": 262.2, + "Adj Yield": 262.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 56.6, + "Yield": 244.9, + "Adj Yield": 244.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 58.5, + "Yield": 257.0, + "Adj Yield": 257.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 57.0, + "Yield": 245.1, + "Adj Yield": 245.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 57.1, + "Yield": 251.7, + "Adj Yield": 251.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 53.5, + "Yield": 244.2, + "Adj Yield": 244.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A650-21VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.9, + "Test Wt.": 54.8, + "Yield": 236.1, + "Adj Yield": 236.1 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143183" + ], + "fetched_at": "2026-05-27T02:18:48.772882+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143183.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143183.md new file mode 100644 index 00000000..8ef23ad1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143183.md @@ -0,0 +1,40 @@ +# Corn yield trial — Stewardson, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Shelby +- **City:** Stewardson +- **Year:** 2024 +- **Plot ID:** 143183 +- **Cooperator:** Beitz Farms +- **Plot average:** 247.84 BU/Ac +- **Planted:** 2024-05-21 +- **Harvested:** 2024-10-18 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143183 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 11 | AgriGold | A640-24-3110 | 3110 | - | 16.7 | - | 231.0 | 231.0 | +| 4 | AgriGold | A641-26-3110 | 3110 | - | 15.7 | 58.4 | 254.8 | 254.8 | +| 2 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.4 | 59.9 | 257.1 | 257.1 | +| 9 | AgriGold | J6227DV-RN | 5222 | - | 15.9 | 58.1 | 242.1 | 242.1 | +| 1 | AgriGold | A642-18SSP | SSP | - | 16.2 | 58.8 | 262.2 | 262.2 | +| 7 | AgriGold | A645-16VT2RIB | VT2RIB | - | 19.3 | 56.6 | 244.9 | 244.9 | +| 3 | AgriGold | A645-30VT2PRO | VT2Pro | - | 18.9 | 58.5 | 257.0 | 257.0 | +| 6 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 17.8 | 57.0 | 245.1 | 245.1 | +| 5 | AgriGold | J6621VT2PRO | VT2Pro | - | 17.9 | 57.1 | 251.7 | 251.7 | +| 8 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 22.0 | 53.5 | 244.2 | 244.2 | +| 10 | AgriGold | A650-21VT2RIB | VT2RIB | - | 24.9 | 54.8 | 236.1 | 236.1 | + +Top 5 by Yield: A642-18SSP (AgriGold) 262.2, A642-05VT2RIBD1 (AgriGold) 257.1, A645-30VT2PRO (AgriGold) 257.0, A641-26-3110 (AgriGold) 254.8, J6621VT2PRO (AgriGold) 251.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143188.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143188.json new file mode 100644 index 00000000..e1f3bf9f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143188.json @@ -0,0 +1,374 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143188", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Dwight", + "county": "Livingston", + "year": 2024, + "plot_id": "143188", + "cooperator": "Quinn Trewartha", + "plot_average": 231.72, + "planted_date": "2024-05-20", + "harvested_date": "2024-10-16", + "population_seeds_per_acre": 35500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 10, + "brand": "Dyna Gro", + "product": "D44SS54RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 235.5, + "Adj Yield": 235.5 + } + }, + { + "rank": 24, + "brand": "Dyna Gro", + "product": "D45SP33RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 220.0, + "Adj Yield": 220.0 + } + }, + { + "rank": 3, + "brand": "Dyna Gro", + "product": "D47SS93RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 246.6, + "Adj Yield": 246.6 + } + }, + { + "rank": 5, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 243.5, + "Adj Yield": 243.5 + } + }, + { + "rank": 20, + "brand": "Dyna Gro", + "product": "D48SS50RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 224.7, + "Adj Yield": 224.7 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC108-64RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 228.6, + "Adj Yield": 228.6 + } + }, + { + "rank": 22, + "brand": "Dyna Gro", + "product": "D49SP83RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": null, + "Yield": 222.2, + "Adj Yield": 222.2 + } + }, + { + "rank": 19, + "brand": "Dyna Gro", + "product": "D49PN05RA", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 225.6, + "Adj Yield": 225.6 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": null, + "Yield": 232.7, + "Adj Yield": 232.7 + } + }, + { + "rank": 1, + "brand": "Brevant Seeds", + "product": "B10Y21V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 252.1, + "Adj Yield": 252.1 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 229.9, + "Adj Yield": 229.9 + } + }, + { + "rank": 18, + "brand": "Dyna Gro", + "product": "D50SP65RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 226.9, + "Adj Yield": 226.9 + } + }, + { + "rank": 15, + "brand": "Dyna Gro", + "product": "D51VC95RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 229.0, + "Adj Yield": 229.0 + } + }, + { + "rank": 6, + "brand": "Brevant Seeds", + "product": "B11M47V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 238.3, + "Adj Yield": 238.3 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC112-29RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 236.7, + "Adj Yield": 236.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": null, + "Yield": 252.1, + "Adj Yield": 252.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 235.6, + "Adj Yield": 235.6 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC62-69RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 228.5, + "Adj Yield": 228.5 + } + }, + { + "rank": 12, + "brand": "Dyna Gro", + "product": "D53SS13RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 230.1, + "Adj Yield": 230.1 + } + }, + { + "rank": 8, + "brand": "Brevant Seeds", + "product": "B13C49V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 235.7, + "Adj Yield": 235.7 + } + }, + { + "rank": 12, + "brand": "Dyna Gro", + "product": "D53SP85RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 230.1, + "Adj Yield": 230.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 244.2, + "Adj Yield": 244.2 + } + }, + { + "rank": 26, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 214.8, + "Adj Yield": 214.8 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 221.8, + "Adj Yield": 221.8 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 217.0, + "Adj Yield": 217.0 + } + }, + { + "rank": 21, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 222.4, + "Adj Yield": 222.4 + } + } + ], + "n_results": 26, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143188" + ], + "fetched_at": "2026-05-27T02:18:49.245953+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143188.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143188.md new file mode 100644 index 00000000..44f7258b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143188.md @@ -0,0 +1,56 @@ +# Corn yield trial — Dwight, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Livingston +- **City:** Dwight +- **Year:** 2024 +- **Plot ID:** 143188 +- **Cooperator:** Quinn Trewartha +- **Plot average:** 231.72 BU/Ac +- **Planted:** 2024-05-20 +- **Harvested:** 2024-10-16 +- **Population:** 35,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143188 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 10 | Dyna Gro | D44SS54RIB | STXRIB | - | 17.1 | - | 235.5 | 235.5 | +| 24 | Dyna Gro | D45SP33RIB | SSPRIB | - | 16.4 | - | 220.0 | 220.0 | +| 3 | Dyna Gro | D47SS93RIB | STXRIB | - | 16.1 | - | 246.6 | 246.6 | +| 5 | Brevant Seeds | B08R32V | Vorceed | - | 16.1 | - | 243.5 | 243.5 | +| 20 | Dyna Gro | D48SS50RIB | STXRIB | - | 15.8 | - | 224.7 | 224.7 | +| 16 | Dekalb | DKC108-64RIB | SSPRIB | - | 15.6 | - | 228.6 | 228.6 | +| 22 | Dyna Gro | D49SP83RIB | SSPRIB | - | 15.7 | - | 222.2 | 222.2 | +| 19 | Dyna Gro | D49PN05RA | PCE | - | 15.8 | - | 225.6 | 225.6 | +| 11 | Dekalb | DKC110-10RIB | STXRIB | - | 15.7 | - | 232.7 | 232.7 | +| 1 | Brevant Seeds | B10Y21V | Vorceed | - | 15.8 | - | 252.1 | 252.1 | +| 14 | AgriGold | A640-12STXRIB | STXRIB | - | 15.8 | - | 229.9 | 229.9 | +| 18 | Dyna Gro | D50SP65RIB | SSPRIB | - | 15.9 | - | 226.9 | 226.9 | +| 15 | Dyna Gro | D51VC95RIB | VT2RIB | - | 15.9 | - | 229.0 | 229.0 | +| 6 | Brevant Seeds | B11M47V | Vorceed | - | 15.9 | - | 238.3 | 238.3 | +| 7 | Dekalb | DKC112-29RIB | SSPRIB | - | 15.9 | - | 236.7 | 236.7 | +| 1 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.0 | - | 252.1 | 252.1 | +| 9 | AgriGold | A642-18SSP | SSP | - | 16.1 | - | 235.6 | 235.6 | +| 17 | Dekalb | DKC62-69RIB | STXRIB | - | 16.2 | - | 228.5 | 228.5 | +| 12 | Dyna Gro | D53SS13RIB | STXRIB | - | 16.4 | - | 230.1 | 230.1 | +| 8 | Brevant Seeds | B13C49V | Vorceed | - | 16.5 | - | 235.7 | 235.7 | +| 12 | Dyna Gro | D53SP85RIB | SSPRIB | - | 16.2 | - | 230.1 | 230.1 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.1 | - | 244.2 | 244.2 | +| 26 | Dekalb | DKC114-99RIB | VT4RIB | - | 16.4 | - | 214.8 | 214.8 | +| 23 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.3 | - | 221.8 | 221.8 | +| 25 | AgriGold | A645-71STXRIB | STXRIB | - | 16.5 | - | 217.0 | 217.0 | +| 21 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 17.0 | - | 222.4 | 222.4 | + +Top 5 by Yield: B10Y21V (Brevant Seeds) 252.1, A642-05VT2RIBD1 (AgriGold) 252.1, D47SS93RIB (Dyna Gro) 246.6, A644-64VT2RIB (AgriGold) 244.2, B08R32V (Brevant Seeds) 243.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143197.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143197.json new file mode 100644 index 00000000..6745afda --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143197.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143197", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Lebanon", + "county": "Van Buren", + "year": 2024, + "plot_id": "143197", + "cooperator": "McKane & Katie Wells", + "plot_average": 273.53, + "planted_date": "2024-05-22", + "harvested_date": "2024-11-08", + "population_seeds_per_acre": 31000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 280.4, + "Adj Yield": 280.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A636-39", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 260.8, + "Adj Yield": 258.58 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 269.3, + "Adj Yield": 268.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 286.6, + "Adj Yield": 286.17 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 272.7, + "Adj Yield": 273.11 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A648-11", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 270.6, + "Adj Yield": 271.97 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 281.1, + "Adj Yield": 283.37 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 274.1, + "Adj Yield": 274.1 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143197" + ], + "fetched_at": "2026-05-27T02:18:49.750796+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143197.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143197.md new file mode 100644 index 00000000..bdf4ec10 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143197.md @@ -0,0 +1,37 @@ +# Corn yield trial — Lebanon, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Van Buren +- **City:** Lebanon +- **Year:** 2024 +- **Plot ID:** 143197 +- **Cooperator:** McKane & Katie Wells +- **Plot average:** 273.53 BU/Ac +- **Planted:** 2024-05-22 +- **Harvested:** 2024-11-08 +- **Population:** 31,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143197 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16 | C | - | 18.0 | - | 280.4 | 280.4 | +| 6 | AgriGold | A636-39 | C | - | 17.1 | - | 260.8 | 258.58 | +| 5 | AgriGold | A638-19 | C | - | 16.7 | - | 269.3 | 268.0 | +| 1 | AgriGold | A642-32 | C | - | 18.1 | - | 286.6 | 286.17 | +| 3 | AgriGold | A644-19 | C | - | 17.0 | - | 272.7 | 273.11 | +| 4 | AgriGold | A648-11 | C | - | 20.9 | - | 270.6 | 271.97 | +| 2 | AgriGold | A642-32 | C | - | 18.1 | - | 281.1 | 283.37 | +| - | AgriGold | A645-16 | C | - | 17.9 | - | 274.1 | 274.1 | + +Top 5 by Yield: A642-32 (AgriGold) 286.6, A642-32 (AgriGold) 281.1, A645-16 (AgriGold) 280.4, A645-16 (AgriGold) 274.1, A644-19 (AgriGold) 272.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143198.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143198.json new file mode 100644 index 00000000..9f8fdb49 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143198.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143198", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "West Point", + "county": "Cuming", + "year": 2024, + "plot_id": "143198", + "cooperator": "Kaup Seed and Fertilizer", + "plot_average": 229.29, + "planted_date": "2024-04-19", + "harvested_date": "2024-09-24", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 12, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 10, + "brand": "Wyffels", + "product": "W6215RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 56.0, + "Yield": 228.2, + "Adj Yield": 228.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 56.0, + "Yield": 243.5, + "Adj Yield": 243.5 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P1170AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 56.0, + "Yield": 241.7, + "Adj Yield": 241.7 + } + }, + { + "rank": 5, + "brand": "Stine", + "product": "9752-32", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 56.0, + "Yield": 241.3, + "Adj Yield": 241.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 56.0, + "Yield": 238.8, + "Adj Yield": 238.8 + } + }, + { + "rank": 7, + "brand": "Stine", + "product": "9754-20", + "traits": "DGVT2PRO", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 56.0, + "Yield": 239.1, + "Adj Yield": 239.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 56.0, + "Yield": 237.4, + "Adj Yield": 237.4 + } + }, + { + "rank": 1, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 56.0, + "Yield": 246.2, + "Adj Yield": 246.2 + } + }, + { + "rank": 15, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 56.0, + "Yield": 215.8, + "Adj Yield": 215.8 + } + }, + { + "rank": 12, + "brand": "Wyffels", + "product": "W8086RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 56.0, + "Yield": 224.7, + "Adj Yield": 224.7 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 56.0, + "Yield": 218.1, + "Adj Yield": 218.1 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 56.0, + "Yield": 227.8, + "Adj Yield": 227.8 + } + }, + { + "rank": 2, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 56.0, + "Yield": 243.6, + "Adj Yield": 243.6 + } + }, + { + "rank": 16, + "brand": "Stine", + "product": "9753-20VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 56.0, + "Yield": 215.2, + "Adj Yield": 215.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 56.0, + "Yield": 239.2, + "Adj Yield": 239.2 + } + }, + { + "rank": 17, + "brand": "Stine", + "product": "9817-30", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 56.0, + "Yield": 207.2, + "Adj Yield": 207.2 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 56.0, + "Yield": 203.4, + "Adj Yield": 203.4 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A6544VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 56.0, + "Yield": 216.0, + "Adj Yield": 216.0 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143198" + ], + "fetched_at": "2026-05-27T02:18:50.260263+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143198.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143198.md new file mode 100644 index 00000000..369e591c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143198.md @@ -0,0 +1,48 @@ +# Corn yield trial — West Point, NE, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Cuming +- **City:** West Point +- **Year:** 2024 +- **Plot ID:** 143198 +- **Cooperator:** Kaup Seed and Fertilizer +- **Plot average:** 229.29 BU/Ac +- **Planted:** 2024-04-19 +- **Harvested:** 2024-09-24 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 12 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143198 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 10 | Wyffels | W6215RIB | TreceptaRIB | - | 14.5 | 56.0 | 228.2 | 228.2 | +| 3 | AgriGold | A641-26-3110 | 3110 | - | 14.9 | 56.0 | 243.5 | 243.5 | +| 4 | Pioneer | P1170AM | AM | - | 14.8 | 56.0 | 241.7 | 241.7 | +| 5 | Stine | 9752-32 | 5222EZ | - | 15.0 | 56.0 | 241.3 | 241.3 | +| 8 | AgriGold | A643-24PCE | PCE | - | 17.1 | 56.0 | 238.8 | 238.8 | +| 7 | Stine | 9754-20 | DGVT2PRO | - | 17.4 | 56.0 | 239.1 | 239.1 | +| 9 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.2 | 56.0 | 237.4 | 237.4 | +| 1 | Wyffels | W7876RIB | VT2RIB | - | 17.0 | 56.0 | 246.2 | 246.2 | +| 15 | Wyffels | W7945RIB | TreceptaRIB | - | 15.8 | 56.0 | 215.8 | 215.8 | +| 12 | Wyffels | W8086RIB | VT2RIB | - | 16.0 | 56.0 | 224.7 | 224.7 | +| 13 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.0 | 56.0 | 218.1 | 218.1 | +| 11 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.2 | 56.0 | 227.8 | 227.8 | +| 2 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 16.8 | 56.0 | 243.6 | 243.6 | +| 16 | Stine | 9753-20VT2PRO | VT2Pro | - | 16.4 | 56.0 | 215.2 | 215.2 | +| 6 | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.1 | 56.0 | 239.2 | 239.2 | +| 17 | Stine | 9817-30 | 3220 | - | 20.2 | 56.0 | 207.2 | 207.2 | +| 18 | AgriGold | A646-30VT2RIB | VT2RIB | - | 16.8 | 56.0 | 203.4 | 203.4 | +| 14 | AgriGold | A6544VT2RIB | VT2RIB | - | 17.6 | 56.0 | 216.0 | 216.0 | + +Top 5 by Yield: W7876RIB (Wyffels) 246.2, 214-78DGVT2PRIB (Channel) 243.6, A641-26-3110 (AgriGold) 243.5, P1170AM (Pioneer) 241.7, 9752-32 (Stine) 241.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143206.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143206.json new file mode 100644 index 00000000..118b0d63 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143206.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143206", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "city": "Bucyrus", + "county": "Crawford", + "year": 2024, + "plot_id": "143206", + "cooperator": "Craig Hudson", + "plot_average": 217.16, + "planted_date": "2024-05-21", + "harvested_date": "2024-10-18", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A633-14VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 60.7, + "Yield": 202.4, + "Adj Yield": 202.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A628-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 60.2, + "Yield": 195.3, + "Adj Yield": 204.36 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 60.3, + "Yield": 214.8, + "Adj Yield": 221.82 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A630-04VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 57.3, + "Yield": 232.6, + "Adj Yield": 237.61 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.7, + "Yield": 231.0, + "Adj Yield": 234.01 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 60.1, + "Yield": 227.2, + "Adj Yield": 228.21 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 57.2, + "Yield": 225.4, + "Adj Yield": 224.41 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 57.1, + "Yield": 205.3, + "Adj Yield": 202.3 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 56.5, + "Yield": 205.7, + "Adj Yield": 200.63 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 56.5, + "Yield": 209.8, + "Adj Yield": 202.77 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A633-14VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 60.7, + "Yield": 224.5, + "Adj Yield": 215.45 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A633-14VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 60.7, + "Yield": 224.5, + "Adj Yield": 224.5 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143206" + ], + "fetched_at": "2026-05-27T02:18:50.777982+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143206.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143206.md new file mode 100644 index 00000000..c61ef98b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143206.md @@ -0,0 +1,42 @@ +# Corn yield trial — Bucyrus, OH, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** OH +- **County:** Crawford +- **City:** Bucyrus +- **Year:** 2024 +- **Plot ID:** 143206 +- **Cooperator:** Craig Hudson +- **Plot average:** 217.16 BU/Ac +- **Planted:** 2024-05-21 +- **Harvested:** 2024-10-18 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143206 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A633-14VT2RIB | VT2RIB | - | 15.6 | 60.7 | 202.4 | 202.4 | +| 7 | AgriGold | A628-16VT2RIB | VT2RIB | - | 15.5 | 60.2 | 195.3 | 204.36 | +| 5 | AgriGold | A629-55VT2RIB | VT2RIB | - | 15.9 | 60.3 | 214.8 | 221.82 | +| 1 | AgriGold | A630-04VT2RIB | VT2RIB | - | 17.2 | 57.3 | 232.6 | 237.61 | +| 2 | AgriGold | A631-08VT2PRO | VT2Pro | - | 17.0 | 57.7 | 231.0 | 234.01 | +| 3 | AgriGold | A632-68VT2RIB | VT2RIB | - | 15.8 | 60.1 | 227.2 | 228.21 | +| 4 | AgriGold | A636-11VT2RIB | VT2RIB | - | 16.8 | 57.2 | 225.4 | 224.41 | +| 9 | AgriGold | A638-19-3110 | 3110 | - | 21.5 | 57.1 | 205.3 | 202.3 | +| 10 | AgriGold | K5836PWE | PWE | - | 21.5 | 56.5 | 205.7 | 200.63 | +| 8 | AgriGold | A639-03VT2RIB | VT2RIB | - | 17.8 | 56.5 | 209.8 | 202.77 | +| 6 | AgriGold | A633-14VT2RIB | VT2RIB | - | 15.6 | 60.7 | 224.5 | 215.45 | +| - | AgriGold | A633-14VT2RIB | VT2RIB | - | 15.6 | 60.7 | 224.5 | 224.5 | + +Top 5 by Yield: A630-04VT2RIB (AgriGold) 232.6, A631-08VT2PRO (AgriGold) 231.0, A632-68VT2RIB (AgriGold) 227.2, A636-11VT2RIB (AgriGold) 225.4, A633-14VT2RIB (AgriGold) 224.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143239.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143239.json new file mode 100644 index 00000000..23b324dd --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143239.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143239", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "PA", + "state_abbrev": "pa", + "city": "Bedford", + "county": "Bedford", + "year": 2024, + "plot_id": "143239", + "cooperator": "Doyln Petre", + "plot_average": 176.94, + "planted_date": "2024-05-22", + "harvested_date": "2024-11-19", + "population_seeds_per_acre": 30000, + "row_width": "36.0\"", + "num_rows": 8, + "soil_type": "Loamy Sand", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 59.3, + "Yield": 174.5, + "Adj Yield": 174.5 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 59.5, + "Yield": 165.5, + "Adj Yield": 165.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 58.9, + "Yield": 169.0, + "Adj Yield": 169.0 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A630-04VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 58.3, + "Yield": 162.9, + "Adj Yield": 162.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.7, + "Yield": 192.8, + "Adj Yield": 192.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 59.1, + "Yield": 178.5, + "Adj Yield": 178.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 54.4, + "Yield": 178.3, + "Adj Yield": 178.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.2, + "Yield": 190.6, + "Adj Yield": 190.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 56.3, + "Yield": 167.7, + "Adj Yield": 167.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 58.2, + "Yield": 182.3, + "Adj Yield": 182.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 57.7, + "Yield": 188.9, + "Adj Yield": 188.9 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P1289AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 58.3, + "Yield": 172.3, + "Adj Yield": 172.3 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143239" + ], + "fetched_at": "2026-05-27T02:18:51.271825+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143239.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143239.md new file mode 100644 index 00000000..daa8dc4a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143239.md @@ -0,0 +1,42 @@ +# Corn yield trial — Bedford, PA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** PA +- **County:** Bedford +- **City:** Bedford +- **Year:** 2024 +- **Plot ID:** 143239 +- **Cooperator:** Doyln Petre +- **Plot average:** 176.94 BU/Ac +- **Planted:** 2024-05-22 +- **Harvested:** 2024-11-19 +- **Population:** 30,000 seeds/acre +- **Row width:** 36.0" +- **# Rows:** 8 +- **Soil type:** Loamy Sand +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143239 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | AgriGold | A636-39-3110 | 3110 | - | 17.0 | 59.3 | 174.5 | 174.5 | +| 11 | AgriGold | A637-72VT2PRO | VT2Pro | - | 16.4 | 59.5 | 165.5 | 165.5 | +| 9 | AgriGold | A639-03VT2RIB | VT2RIB | - | 16.6 | 58.9 | 169.0 | 169.0 | +| 12 | AgriGold | A630-04VT2RIB | VT2RIB | - | 16.3 | 58.3 | 162.9 | 162.9 | +| 1 | AgriGold | A640-16-3110 | 3110 | - | 16.1 | 59.7 | 192.8 | 192.8 | +| 5 | AgriGold | A641-85STXRIB | STXRIB | - | 17.2 | 59.1 | 178.5 | 178.5 | +| 6 | AgriGold | A643-24PCE | PCE | - | 19.2 | 54.4 | 178.3 | 178.3 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.8 | 58.2 | 190.6 | 190.6 | +| 10 | AgriGold | J6015PWE | PWE | - | 18.1 | 56.3 | 167.7 | 167.7 | +| 4 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.2 | 58.2 | 182.3 | 182.3 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.0 | 57.7 | 188.9 | 188.9 | +| 8 | Pioneer | P1289AM | AM | - | 16.6 | 58.3 | 172.3 | 172.3 | + +Top 5 by Yield: A640-16-3110 (AgriGold) 192.8, A643-52VT2RIB (AgriGold) 190.6, A644-64VT2RIB (AgriGold) 188.9, A642-05VT2RIBD1 (AgriGold) 182.3, A641-85STXRIB (AgriGold) 178.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143244.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143244.json new file mode 100644 index 00000000..8d85fe37 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143244.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143244", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Harmon", + "county": "Lee", + "year": 2024, + "plot_id": "143244", + "cooperator": "Lyle Schilpp", + "plot_average": 246.2, + "planted_date": "2024-05-22", + "harvested_date": "2024-10-29", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 12, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 58.0, + "Yield": 232.0, + "Adj Yield": 232.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-16STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 58.8, + "Yield": 229.3, + "Adj Yield": 229.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 61.8, + "Yield": 251.4, + "Adj Yield": 251.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 58.2, + "Yield": 246.0, + "Adj Yield": 246.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 58.0, + "Yield": 251.7, + "Adj Yield": 251.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 59.6, + "Yield": 256.0, + "Adj Yield": 256.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 61.8, + "Yield": 246.6, + "Adj Yield": 246.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 61.2, + "Yield": 244.6, + "Adj Yield": 244.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 59.1, + "Yield": 250.1, + "Adj Yield": 250.1 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 60.9, + "Yield": 246.0, + "Adj Yield": 246.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.1, + "Yield": 242.9, + "Adj Yield": 242.9 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 60.1, + "Yield": 243.6, + "Adj Yield": 243.6 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 61.9, + "Yield": 232.8, + "Adj Yield": 232.8 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143244" + ], + "fetched_at": "2026-05-27T02:18:51.785178+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143244.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143244.md new file mode 100644 index 00000000..69d8f973 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143244.md @@ -0,0 +1,43 @@ +# Corn yield trial — Harmon, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Lee +- **City:** Harmon +- **Year:** 2024 +- **Plot ID:** 143244 +- **Cooperator:** Lyle Schilpp +- **Plot average:** 246.2 BU/Ac +- **Planted:** 2024-05-22 +- **Harvested:** 2024-10-29 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 12 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143244 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52STXRIB | STXRIB | - | 19.2 | 58.0 | 232.0 | 232.0 | +| 11 | AgriGold | A645-16STXRIB | STXRIB | - | 19.1 | 58.8 | 229.3 | 229.3 | +| 3 | AgriGold | A645-71STXRIB | STXRIB | - | 17.2 | 61.8 | 251.4 | 251.4 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.2 | 58.2 | 246.0 | 246.0 | +| 2 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.3 | 58.0 | 251.7 | 251.7 | +| 1 | AgriGold | A642-18SSP | SSP | - | 18.0 | 59.6 | 256.0 | 256.0 | +| 5 | AgriGold | A643-52STXRIB | STXRIB | - | 16.4 | 61.8 | 246.6 | 246.6 | +| 8 | AgriGold | A6499STXRIB | STXRIB | - | 17.3 | 61.2 | 244.6 | 244.6 | +| 4 | AgriGold | A643-24PCE | PCE | - | 18.2 | 59.1 | 250.1 | 250.1 | +| 6 | AgriGold | A641-85STXRIB | STXRIB | - | 16.8 | 60.9 | 246.0 | 246.0 | +| 10 | AgriGold | A640-12STXRIB | STXRIB | - | 15.4 | 58.1 | 242.9 | 242.9 | +| 9 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.3 | 60.1 | 243.6 | 243.6 | +| - | AgriGold | A643-52STXRIB | STXRIB | - | 16.4 | 61.9 | 232.8 | 232.8 | + +Top 5 by Yield: A642-18SSP (AgriGold) 256.0, A642-05VT2RIBD1 (AgriGold) 251.7, A645-71STXRIB (AgriGold) 251.4, A643-24PCE (AgriGold) 250.1, A643-52STXRIB (AgriGold) 246.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143284.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143284.json new file mode 100644 index 00000000..6175a54e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143284.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143284", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Wheeler", + "county": "Jasper", + "year": 2024, + "plot_id": "143284", + "cooperator": "Rick Meinhart", + "plot_average": 259.83, + "planted_date": "2024-05-19", + "harvested_date": "2024-10-13", + "population_seeds_per_acre": 37000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 17, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 59.1, + "Yield": 235.6, + "Adj Yield": 235.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 59.6, + "Yield": 276.3, + "Adj Yield": 276.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 59.5, + "Yield": 267.7, + "Adj Yield": 267.7 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 58.7, + "Yield": 243.6, + "Adj Yield": 243.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 60.1, + "Yield": 257.8, + "Adj Yield": 257.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 61.0, + "Yield": 262.8, + "Adj Yield": 262.8 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 58.3, + "Yield": 253.2, + "Adj Yield": 253.2 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 61.5, + "Yield": 250.3, + "Adj Yield": 250.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 60.8, + "Yield": 267.2, + "Adj Yield": 267.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 60.3, + "Yield": 272.5, + "Adj Yield": 272.5 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 58.4, + "Yield": 256.2, + "Adj Yield": 256.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 59.2, + "Yield": 263.1, + "Adj Yield": 263.1 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 59.4, + "Yield": 252.4, + "Adj Yield": 252.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 57.2, + "Yield": 272.1, + "Adj Yield": 272.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 57.2, + "Yield": 266.0, + "Adj Yield": 266.0 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": 60.0, + "Yield": 251.6, + "Adj Yield": 251.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 58.7, + "Yield": 268.7, + "Adj Yield": 268.7 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143284" + ], + "fetched_at": "2026-05-27T02:18:52.240308+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143284.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143284.md new file mode 100644 index 00000000..9354f5ff --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143284.md @@ -0,0 +1,47 @@ +# Corn yield trial — Wheeler, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Jasper +- **City:** Wheeler +- **Year:** 2024 +- **Plot ID:** 143284 +- **Cooperator:** Rick Meinhart +- **Plot average:** 259.83 BU/Ac +- **Planted:** 2024-05-19 +- **Harvested:** 2024-10-13 +- **Population:** 37,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143284 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 17 | AgriGold | A639-03VT2RIB | VT2RIB | - | 18.8 | 59.1 | 235.6 | 235.6 | +| 1 | AgriGold | A642-18SSP | SSP | - | 19.4 | 59.6 | 276.3 | 276.3 | +| 5 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 18.8 | 59.5 | 267.7 | 267.7 | +| 16 | AgriGold | J6227DV-RN | 5222 | - | 18.8 | 58.7 | 243.6 | 243.6 | +| 10 | AgriGold | A642-32VT2PRO | VT2Pro | - | 20.3 | 60.1 | 257.8 | 257.8 | +| 9 | AgriGold | A643-52VT2RIB | VT2RIB | - | 19.0 | 61.0 | 262.8 | 262.8 | +| 12 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.7 | 58.3 | 253.2 | 253.2 | +| 15 | AgriGold | K6429AA | 3120EZ | - | 19.7 | 61.5 | 250.3 | 250.3 | +| 6 | AgriGold | A645-30VT2PRO | VT2Pro | - | 19.8 | 60.8 | 267.2 | 267.2 | +| 2 | AgriGold | A645-71STXRIB | STXRIB | - | 19.6 | 60.3 | 272.5 | 272.5 | +| 11 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 20.4 | 58.4 | 256.2 | 256.2 | +| 8 | AgriGold | A645-16VT2RIB | VT2RIB | - | 20.7 | 59.2 | 263.1 | 263.1 | +| 13 | AgriGold | J6621VT2PRO | VT2Pro | - | 19.4 | 59.4 | 252.4 | 252.4 | +| 3 | AgriGold | A646-30VT2RIB | VT2RIB | - | 20.3 | 57.2 | 272.1 | 272.1 | +| 7 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 22.3 | 57.2 | 266.0 | 266.0 | +| 14 | AgriGold | A648-11VT2RIB | VT2RIB | - | 23.1 | 60.0 | 251.6 | 251.6 | +| 4 | AgriGold | A643-24PCE | PCE | - | 20.4 | 58.7 | 268.7 | 268.7 | + +Top 5 by Yield: A642-18SSP (AgriGold) 276.3, A645-71STXRIB (AgriGold) 272.5, A646-30VT2RIB (AgriGold) 272.1, A643-24PCE (AgriGold) 268.7, A642-05VT2RIBD1 (AgriGold) 267.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143285.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143285.json new file mode 100644 index 00000000..417232df --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143285.json @@ -0,0 +1,322 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143285", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Iuka", + "county": "Marion", + "year": 2024, + "plot_id": "143285", + "cooperator": "Vernon Quandt", + "plot_average": 243.15, + "planted_date": "2024-05-23", + "harvested_date": "2024-10-09", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "Pioneer", + "product": "P1170AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 57.2, + "Yield": 257.3, + "Adj Yield": 257.3 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P1222AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 56.7, + "Yield": 243.6, + "Adj Yield": 243.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 56.3, + "Yield": 245.9, + "Adj Yield": 245.9 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P13050AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 55.3, + "Yield": 245.8, + "Adj Yield": 245.8 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 57.2, + "Yield": 249.0, + "Adj Yield": 249.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 56.7, + "Yield": 248.9, + "Adj Yield": 248.9 + } + }, + { + "rank": 19, + "brand": "Pioneer", + "product": "P13841PWUE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 56.2, + "Yield": 236.8, + "Adj Yield": 236.8 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 55.1, + "Yield": 249.5, + "Adj Yield": 249.5 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 54.8, + "Yield": 245.5, + "Adj Yield": 245.5 + } + }, + { + "rank": 20, + "brand": "Pioneer", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 57.1, + "Yield": 234.6, + "Adj Yield": 234.6 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 56.0, + "Yield": 241.0, + "Adj Yield": 241.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 58.5, + "Yield": 251.0, + "Adj Yield": 251.0 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P1608AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 57.7, + "Yield": 255.7, + "Adj Yield": 255.7 + } + }, + { + "rank": 17, + "brand": "Pioneer", + "product": "P16544PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 56.6, + "Yield": 239.7, + "Adj Yield": 239.7 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P1742PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 56.7, + "Yield": 247.1, + "Adj Yield": 247.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.4, + "Test Wt.": 53.4, + "Yield": 258.5, + "Adj Yield": 258.5 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P17677Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 54.7, + "Yield": 254.1, + "Adj Yield": 254.1 + } + }, + { + "rank": 22, + "brand": "Pioneer", + "product": "P1120WAM", + "traits": "WAM", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 56.2, + "Yield": 201.4, + "Adj Yield": 201.4 + } + }, + { + "rank": 21, + "brand": "Pioneer", + "product": "P1408WAM", + "traits": "WAM", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 56.4, + "Yield": 225.4, + "Adj Yield": 225.4 + } + }, + { + "rank": 18, + "brand": "Pioneer", + "product": "P1457W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 57.2, + "Yield": 237.7, + "Adj Yield": 237.7 + } + }, + { + "rank": 15, + "brand": "Pioneer", + "product": "P1656WAM", + "traits": "WAM", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 56.5, + "Yield": 240.9, + "Adj Yield": 240.9 + } + }, + { + "rank": 16, + "brand": "Pioneer", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 54.9, + "Yield": 240.0, + "Adj Yield": 240.0 + } + } + ], + "n_results": 22, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143285" + ], + "fetched_at": "2026-05-27T02:18:52.742885+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143285.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143285.md new file mode 100644 index 00000000..55c0948e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143285.md @@ -0,0 +1,51 @@ +# Corn yield trial — Iuka, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Marion +- **City:** Iuka +- **Year:** 2024 +- **Plot ID:** 143285 +- **Cooperator:** Vernon Quandt +- **Plot average:** 243.15 BU/Ac +- **Planted:** 2024-05-23 +- **Harvested:** 2024-10-09 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143285 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | Pioneer | P1170AM | AM | - | 21.0 | 57.2 | 257.3 | 257.3 | +| 13 | Pioneer | P1222AM | AM | - | 20.8 | 56.7 | 243.6 | 243.6 | +| 10 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 21.6 | 56.3 | 245.9 | 245.9 | +| 11 | Pioneer | P13050AM | AM | - | 21.2 | 55.3 | 245.8 | 245.8 | +| 7 | Pioneer | P13777PCE | PCE | - | 20.4 | 57.2 | 249.0 | 249.0 | +| 8 | AgriGold | A643-52VT2RIB | VT2RIB | - | 21.7 | 56.7 | 248.9 | 248.9 | +| 19 | Pioneer | P13841PWUE | PWE | - | 20.8 | 56.2 | 236.8 | 236.8 | +| 6 | Pioneer | P14830AML | AML | - | 21.3 | 55.1 | 249.5 | 249.5 | +| 12 | AgriGold | A644-64VT2RIB | VT2RIB | - | 21.5 | 54.8 | 245.5 | 245.5 | +| 20 | Pioneer | - | - | - | 21.2 | 57.1 | 234.6 | 234.6 | +| 14 | AgriGold | A645-16VT2RIB | VT2RIB | - | 22.2 | 56.0 | 241.0 | 241.0 | +| 5 | AgriGold | A645-30VT2PRO | VT2Pro | - | 22.0 | 58.5 | 251.0 | 251.0 | +| 3 | Pioneer | P1608AM | AM | - | 22.8 | 57.7 | 255.7 | 255.7 | +| 17 | Pioneer | P16544PCE | PCE | - | 22.3 | 56.6 | 239.7 | 239.7 | +| 9 | Pioneer | P1742PCE | PCE | - | 22.4 | 56.7 | 247.1 | 247.1 | +| 1 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 24.4 | 53.4 | 258.5 | 258.5 | +| 4 | Pioneer | P17677Q | QROME | - | 22.4 | 54.7 | 254.1 | 254.1 | +| 22 | Pioneer | P1120WAM | WAM | - | 20.7 | 56.2 | 201.4 | 201.4 | +| 21 | Pioneer | P1408WAM | WAM | - | 20.5 | 56.4 | 225.4 | 225.4 | +| 18 | Pioneer | P1457W | W | - | 21.3 | 57.2 | 237.7 | 237.7 | +| 15 | Pioneer | P1656WAM | WAM | - | 23.2 | 56.5 | 240.9 | 240.9 | +| 16 | Pioneer | - | - | - | 22.2 | 54.9 | 240.0 | 240.0 | + +Top 5 by Yield: A647-42TRCRIB (AgriGold) 258.5, P1170AM (Pioneer) 257.3, P1608AM (Pioneer) 255.7, P17677Q (Pioneer) 254.1, A645-30VT2PRO (AgriGold) 251.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143289.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143289.json new file mode 100644 index 00000000..22217424 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143289.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143289", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Warsaw", + "county": "Kosciusko", + "year": 2024, + "plot_id": "143289", + "cooperator": "Dennis Boggs", + "plot_average": 235.73, + "planted_date": "2024-05-17", + "harvested_date": "2024-10-16", + "population_seeds_per_acre": 32500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Sandy Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 58.9, + "Yield": 235.2, + "Adj Yield": 235.2 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 56.3, + "Yield": 219.8, + "Adj Yield": 219.8 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.0, + "Yield": 207.9, + "Adj Yield": 207.9 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 56.7, + "Yield": 233.6, + "Adj Yield": 233.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 55.0, + "Yield": 225.2, + "Adj Yield": 225.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 56.3, + "Yield": 245.6, + "Adj Yield": 245.6 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 56.4, + "Yield": 231.7, + "Adj Yield": 231.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 59.2, + "Yield": 243.4, + "Adj Yield": 243.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 57.6, + "Yield": 252.7, + "Adj Yield": 252.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 56.5, + "Yield": 253.0, + "Adj Yield": 253.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 57.2, + "Yield": 236.7, + "Adj Yield": 236.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 58.8, + "Yield": 244.0, + "Adj Yield": 244.0 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143289" + ], + "fetched_at": "2026-05-27T02:18:53.257856+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143289.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143289.md new file mode 100644 index 00000000..15e1d6c4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143289.md @@ -0,0 +1,42 @@ +# Corn yield trial — Warsaw, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Kosciusko +- **City:** Warsaw +- **Year:** 2024 +- **Plot ID:** 143289 +- **Cooperator:** Dennis Boggs +- **Plot average:** 235.73 BU/Ac +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-16 +- **Population:** 32,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Sandy Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143289 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | AgriGold | A632-68VT2RIB | VT2RIB | - | 16.3 | 58.9 | 235.2 | 235.2 | +| 11 | AgriGold | A636-11VT2RIB | VT2RIB | - | 16.3 | 56.3 | 219.8 | 219.8 | +| 12 | AgriGold | A636-39-3110 | 3110 | - | 17.0 | 58.0 | 207.9 | 207.9 | +| 8 | AgriGold | A636-16-5222 | 5222 | - | 17.8 | 56.7 | 233.6 | 233.6 | +| 10 | AgriGold | A638-19-3110 | 3110 | - | 17.3 | 55.0 | 225.2 | 225.2 | +| 3 | AgriGold | A639-03VT2RIB | VT2RIB | - | 18.1 | 56.3 | 245.6 | 245.6 | +| 9 | AgriGold | A640-16-3110 | 3110 | - | 18.2 | 56.4 | 231.7 | 231.7 | +| 5 | AgriGold | A642-32VT2PRO | VT2Pro | - | 18.4 | 59.2 | 243.4 | 243.4 | +| 2 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.6 | 57.6 | 252.7 | 252.7 | +| 1 | AgriGold | A643-24PCE | PCE | - | 20.9 | 56.5 | 253.0 | 253.0 | +| 6 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.1 | 57.2 | 236.7 | 236.7 | +| 4 | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.5 | 58.8 | 244.0 | 244.0 | + +Top 5 by Yield: A643-24PCE (AgriGold) 253.0, A642-05VT2RIBD1 (AgriGold) 252.7, A639-03VT2RIB (AgriGold) 245.6, A645-16VT2RIB (AgriGold) 244.0, A642-32VT2PRO (AgriGold) 243.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143305.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143305.json new file mode 100644 index 00000000..933e3171 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143305.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143305", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MN", + "state_abbrev": "mn", + "city": "St. James", + "county": "Watonwan", + "year": 2024, + "plot_id": "143305", + "cooperator": "Matt Wolle", + "plot_average": 248.48, + "planted_date": "2024-05-11", + "harvested_date": "2024-10-09", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "Quilt Xcel", + "herbicide": "Atrazine, Callisto, Clarity, Dual II Magnum, Roundup", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 55.0, + "Yield": 269.9, + "Adj Yield": 269.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 55.7, + "Yield": 254.8, + "Adj Yield": 254.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 57.1, + "Yield": 247.1, + "Adj Yield": 247.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": 55.8, + "Yield": 261.1, + "Adj Yield": 261.1 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 56.4, + "Yield": 238.1, + "Adj Yield": 238.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 57.2, + "Yield": 278.1, + "Adj Yield": 278.1 + } + }, + { + "rank": 13, + "brand": "Golden Harvest", + "product": "G03U08-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 57.5, + "Yield": 240.3, + "Adj Yield": 240.3 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 58.8, + "Yield": 245.3, + "Adj Yield": 245.3 + } + }, + { + "rank": 9, + "brand": "Golden Harvest", + "product": "G00U71-D", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 57.7, + "Yield": 246.0, + "Adj Yield": 246.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 58.3, + "Yield": 253.0, + "Adj Yield": 253.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A630-04VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 58.7, + "Yield": 252.4, + "Adj Yield": 252.4 + } + }, + { + "rank": 11, + "brand": "Golden Harvest", + "product": "G00A97-AA", + "traits": "3120AEZ", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 57.7, + "Yield": 242.6, + "Adj Yield": 242.6 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC099-11RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.3, + "Yield": 242.4, + "Adj Yield": 242.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 58.6, + "Yield": 246.6, + "Adj Yield": 246.6 + } + }, + { + "rank": 14, + "brand": "Golden Harvest", + "product": "G98B99-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 59.1, + "Yield": 239.4, + "Adj Yield": 239.4 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.2, + "Yield": 218.6, + "Adj Yield": 218.6 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143305" + ], + "fetched_at": "2026-05-27T02:18:53.778381+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143305.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143305.md new file mode 100644 index 00000000..6c738ba5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143305.md @@ -0,0 +1,48 @@ +# Corn yield trial — St. James, MN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MN +- **County:** Watonwan +- **City:** St. James +- **Year:** 2024 +- **Plot ID:** 143305 +- **Cooperator:** Matt Wolle +- **Plot average:** 248.48 BU/Ac +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-09 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **Fungicide:** Quilt Xcel +- **Herbicide:** Atrazine, Callisto, Clarity, Dual II Magnum, Roundup +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143305 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | A639-03VT2RIB | VT2RIB | - | 22.6 | 55.0 | 269.9 | 269.9 | +| 4 | AgriGold | A638-19-3110 | 3110 | - | 22.1 | 55.7 | 254.8 | 254.8 | +| 7 | AgriGold | A637-72VT2PRO | VT2Pro | - | 20.6 | 57.1 | 247.1 | 247.1 | +| 3 | AgriGold | A636-16-5222 | 5222 | - | 24.1 | 55.8 | 261.1 | 261.1 | +| 15 | AgriGold | A636-39-3110 | 3110 | - | 21.7 | 56.4 | 238.1 | 238.1 | +| 1 | AgriGold | A636-11VT2RIB | VT2RIB | - | 20.6 | 57.2 | 278.1 | 278.1 | +| 13 | Golden Harvest | G03U08-D | 5122EZ | - | 20.1 | 57.5 | 240.3 | 240.3 | +| 10 | AgriGold | A632-68VT2RIB | VT2RIB | - | 18.1 | 58.8 | 245.3 | 245.3 | +| 9 | Golden Harvest | G00U71-D | 5122 | - | 18.5 | 57.7 | 246.0 | 246.0 | +| 5 | AgriGold | A630-04AA-RN | 3120 | - | 17.5 | 58.3 | 253.0 | 253.0 | +| 6 | AgriGold | A630-04VT2RIB | VT2RIB | - | 17.7 | 58.7 | 252.4 | 252.4 | +| 11 | Golden Harvest | G00A97-AA | 3120AEZ | - | 16.7 | 57.7 | 242.6 | 242.6 | +| 12 | Dekalb | DKC099-11RIB | VT2RIB | - | 16.0 | 58.3 | 242.4 | 242.4 | +| 8 | AgriGold | A629-55VT2RIB | VT2RIB | - | 16.7 | 58.6 | 246.6 | 246.6 | +| 14 | Golden Harvest | G98B99-AA | 3120EZ | - | 16.7 | 59.1 | 239.4 | 239.4 | +| 16 | AgriGold | A628-51SSPRIB | SSPRIB | - | 15.4 | 58.2 | 218.6 | 218.6 | + +Top 5 by Yield: A636-11VT2RIB (AgriGold) 278.1, A639-03VT2RIB (AgriGold) 269.9, A636-16-5222 (AgriGold) 261.1, A638-19-3110 (AgriGold) 254.8, A630-04AA-RN (AgriGold) 253.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143313.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143313.json new file mode 100644 index 00000000..ad192064 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143313.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143313", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Petersburg", + "county": "Menard", + "year": 2024, + "plot_id": "143313", + "cooperator": "Randy Gum", + "plot_average": 243.41, + "planted_date": "2024-05-23", + "harvested_date": "2024-10-10", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 57.5, + "Yield": 257.6, + "Adj Yield": 257.6 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 60.4, + "Yield": 226.8, + "Adj Yield": 226.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.5, + "Yield": 249.4, + "Adj Yield": 249.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.3, + "Yield": 248.4, + "Adj Yield": 248.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 61.0, + "Yield": 247.8, + "Adj Yield": 247.8 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.3, + "Yield": 241.8, + "Adj Yield": 241.8 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 61.4, + "Yield": 234.7, + "Adj Yield": 234.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.0, + "Yield": 255.3, + "Adj Yield": 255.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 56.5, + "Yield": 248.8, + "Adj Yield": 248.8 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.5, + "Yield": 227.9, + "Adj Yield": 227.9 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 58.2, + "Yield": 244.4, + "Adj Yield": 244.4 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 57.8, + "Yield": 247.0, + "Adj Yield": 247.0 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 60.6, + "Yield": 239.5, + "Adj Yield": 239.5 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 60.4, + "Yield": 232.1, + "Adj Yield": 232.1 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 56.6, + "Yield": 242.4, + "Adj Yield": 242.4 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 56.8, + "Yield": 221.3, + "Adj Yield": 221.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 58.5, + "Yield": 255.8, + "Adj Yield": 255.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 59.0, + "Yield": 248.6, + "Adj Yield": 248.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 56.7, + "Yield": 269.3, + "Adj Yield": 269.3 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 56.7, + "Yield": 269.3, + "Adj Yield": 269.3 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143313" + ], + "fetched_at": "2026-05-27T02:18:54.234800+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143313.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143313.md new file mode 100644 index 00000000..d0fa33e1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143313.md @@ -0,0 +1,50 @@ +# Corn yield trial — Petersburg, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Menard +- **City:** Petersburg +- **Year:** 2024 +- **Plot ID:** 143313 +- **Cooperator:** Randy Gum +- **Plot average:** 243.41 BU/Ac +- **Planted:** 2024-05-23 +- **Harvested:** 2024-10-10 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143313 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.6 | 57.5 | 257.6 | 257.6 | +| 17 | AgriGold | A637-72VT2PRO | VT2Pro | - | 16.2 | 60.4 | 226.8 | 226.8 | +| 4 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.8 | 58.5 | 249.4 | 249.4 | +| 7 | AgriGold | J6015PWE | PWE | - | 16.2 | 59.3 | 248.4 | 248.4 | +| 8 | AgriGold | A640-12STXRIB | STXRIB | - | 15.1 | 61.0 | 247.8 | 247.8 | +| 12 | AgriGold | A640-16-3110 | 3110 | - | 16.1 | 59.3 | 241.8 | 241.8 | +| 14 | AgriGold | A641-85STXRIB | STXRIB | - | 16.5 | 61.4 | 234.7 | 234.7 | +| 3 | AgriGold | A641-26V | 3220EZ | - | 17.0 | 58.0 | 255.3 | 255.3 | +| 5 | AgriGold | A642-18SSP | SSP | - | 16.2 | 56.5 | 248.8 | 248.8 | +| 16 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.1 | 59.5 | 227.9 | 227.9 | +| 10 | AgriGold | A642-32VT2PRO | VT2Pro | - | 17.1 | 58.2 | 244.4 | 244.4 | +| 9 | AgriGold | A643-24PCE | PCE | - | 18.0 | 57.8 | 247.0 | 247.0 | +| 13 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.7 | 60.6 | 239.5 | 239.5 | +| 15 | AgriGold | A645-30VT2PRO | VT2Pro | - | 18.2 | 60.4 | 232.1 | 232.1 | +| 11 | AgriGold | A645-71STXRIB | STXRIB | - | 17.7 | 56.6 | 242.4 | 242.4 | +| 18 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.8 | 56.8 | 221.3 | 221.3 | +| 2 | AgriGold | A645-80-3110 | 3110 | - | 18.8 | 58.5 | 255.8 | 255.8 | +| 6 | AgriGold | A646-17STXRIB | STXRIB | - | 17.3 | 59.0 | 248.6 | 248.6 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.5 | 56.7 | 269.3 | 269.3 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.5 | 56.7 | 269.3 | 269.3 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 269.3, A644-64VT2RIB (AgriGold) 269.3, A644-64VT2RIB (AgriGold) 257.6, A645-80-3110 (AgriGold) 255.8, A641-26V (AgriGold) 255.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143314.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143314.json new file mode 100644 index 00000000..b223f6ed --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143314.json @@ -0,0 +1,283 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143314", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Manito", + "county": "Mason", + "year": 2024, + "plot_id": "143314", + "cooperator": "Zac Charlton", + "plot_average": 236.68, + "planted_date": "2024-05-20", + "harvested_date": "2024-10-02", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Sandy Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": 56.2, + "Yield": 241.4, + "Adj Yield": 241.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 56.7, + "Yield": 237.7, + "Adj Yield": 237.7 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 52.7, + "Yield": 198.9, + "Adj Yield": 198.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 54.2, + "Yield": 253.8, + "Adj Yield": 253.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 54.9, + "Yield": 245.7, + "Adj Yield": 245.7 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 54.3, + "Yield": 228.9, + "Adj Yield": 228.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 56.1, + "Yield": 252.4, + "Adj Yield": 252.4 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 58.5, + "Yield": 235.6, + "Adj Yield": 235.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 23.8, + "Test Wt.": 56.1, + "Yield": 245.5, + "Adj Yield": 245.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 53.1, + "Yield": 243.6, + "Adj Yield": 243.6 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.3, + "Test Wt.": 55.4, + "Yield": 224.1, + "Adj Yield": 224.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 23.9, + "Test Wt.": 54.9, + "Yield": 254.1, + "Adj Yield": 254.1 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 23.6, + "Test Wt.": 57.8, + "Yield": 247.3, + "Adj Yield": 247.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": 55.3, + "Yield": 252.6, + "Adj Yield": 252.6 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.9, + "Test Wt.": 53.2, + "Yield": 236.9, + "Adj Yield": 236.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 54.8, + "Yield": 247.6, + "Adj Yield": 247.6 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.8, + "Test Wt.": 57.4, + "Yield": 196.5, + "Adj Yield": 196.5 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A645-16STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 55.1, + "Yield": 222.4, + "Adj Yield": 222.4 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 55.1, + "Yield": 222.4, + "Adj Yield": 222.4 + } + } + ], + "n_results": 19, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143314" + ], + "fetched_at": "2026-05-27T02:18:54.768368+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143314.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143314.md new file mode 100644 index 00000000..ec7013e7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143314.md @@ -0,0 +1,49 @@ +# Corn yield trial — Manito, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Mason +- **City:** Manito +- **Year:** 2024 +- **Plot ID:** 143314 +- **Cooperator:** Zac Charlton +- **Plot average:** 236.68 BU/Ac +- **Planted:** 2024-05-20 +- **Harvested:** 2024-10-02 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Sandy Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143314 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16STXRIB | STXRIB | - | 24.2 | 56.2 | 241.4 | 241.4 | +| 10 | AgriGold | A637-72VT2PRO | VT2Pro | - | 20.4 | 56.7 | 237.7 | 237.7 | +| 16 | AgriGold | A639-03VT2RIB | VT2RIB | - | 20.3 | 52.7 | 198.9 | 198.9 | +| 2 | AgriGold | J6015PWE | PWE | - | 20.3 | 54.2 | 253.8 | 253.8 | +| 7 | AgriGold | A640-16-3110 | 3110 | - | 20.7 | 54.9 | 245.7 | 245.7 | +| 13 | AgriGold | A641-85STXRIB | STXRIB | - | 22.8 | 54.3 | 228.9 | 228.9 | +| 4 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 22.4 | 56.1 | 252.4 | 252.4 | +| 12 | AgriGold | A642-32VT2PRO | VT2Pro | - | 20.3 | 58.5 | 235.6 | 235.6 | +| 8 | AgriGold | A643-24PCE | PCE | - | 23.8 | 56.1 | 245.5 | 245.5 | +| 9 | AgriGold | A643-52VT2RIB | VT2RIB | - | 22.6 | 53.1 | 243.6 | 243.6 | +| 14 | AgriGold | A644-64VT2RIB | VT2RIB | - | 23.3 | 55.4 | 224.1 | 224.1 | +| 1 | AgriGold | K6429AA | 3120EZ | - | 23.9 | 54.9 | 254.1 | 254.1 | +| 6 | AgriGold | A645-30VT2PRO | VT2Pro | - | 23.6 | 57.8 | 247.3 | 247.3 | +| 3 | AgriGold | A645-71STXRIB | STXRIB | - | 23.0 | 55.3 | 252.6 | 252.6 | +| 11 | AgriGold | A646-30VT2RIB | VT2RIB | - | 23.9 | 53.2 | 236.9 | 236.9 | +| 5 | AgriGold | J6621VT2PRO | VT2Pro | - | 22.4 | 54.8 | 247.6 | 247.6 | +| 17 | AgriGold | A648-11VT2RIB | VT2RIB | - | 24.8 | 57.4 | 196.5 | 196.5 | +| 15 | AgriGold | A645-16STXRIB | STXRIB | - | 23.4 | 55.1 | 222.4 | 222.4 | +| - | AgriGold | A645-16STXRIB | STXRIB | - | 23.4 | 55.1 | 222.4 | 222.4 | + +Top 5 by Yield: K6429AA (AgriGold) 254.1, J6015PWE (AgriGold) 253.8, A645-71STXRIB (AgriGold) 252.6, A642-05VT2RIBD1 (AgriGold) 252.4, J6621VT2PRO (AgriGold) 247.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143315.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143315.json new file mode 100644 index 00000000..f6ba653e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143315.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143315", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": null, + "state_abbrev": null, + "city": ",", + "county": "", + "year": 2024, + "plot_id": "143315", + "cooperator": "Alan Timmermann", + "plot_average": 235.64, + "planted_date": "2024-05-23", + "harvested_date": "2024-10-19", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 57.5, + "Yield": 226.3, + "Adj Yield": 226.3 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 56.4, + "Yield": 215.1, + "Adj Yield": 229.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A640-24-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 59.6, + "Yield": 231.6, + "Adj Yield": 243.22 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 57.6, + "Yield": 230.7, + "Adj Yield": 239.68 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.4, + "Yield": 250.3, + "Adj Yield": 256.69 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 57.0, + "Yield": 249.4, + "Adj Yield": 253.28 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 57.3, + "Yield": 241.0, + "Adj Yield": 242.26 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 55.2, + "Yield": 241.7, + "Adj Yield": 240.39 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 56.4, + "Yield": 247.1, + "Adj Yield": 243.21 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 57.8, + "Yield": 229.2, + "Adj Yield": 222.77 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A646-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 56.6, + "Yield": 240.6, + "Adj Yield": 231.56 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 57.3, + "Yield": 217.1, + "Adj Yield": 205.54 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 56.9, + "Yield": 234.0, + "Adj Yield": 219.8 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 56.9, + "Yield": 259.8, + "Adj Yield": 259.8 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143315" + ], + "fetched_at": "2026-05-27T02:18:55.265971+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143315.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143315.md new file mode 100644 index 00000000..2aecf398 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143315.md @@ -0,0 +1,41 @@ +# Corn yield trial — ,, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **City:** , +- **Year:** 2024 +- **Plot ID:** 143315 +- **Cooperator:** Alan Timmermann +- **Plot average:** 235.64 BU/Ac +- **Planted:** 2024-05-23 +- **Harvested:** 2024-10-19 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143315 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A647-42TRC | Trecepta | - | 15.8 | 57.5 | 226.3 | 226.3 | +| 9 | AgriGold | A639-03VT2RIB | VT2RIB | - | 13.5 | 56.4 | 215.1 | 229.3 | +| 3 | AgriGold | A640-24-3110 | 3110 | - | 13.3 | 59.6 | 231.6 | 243.22 | +| 7 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 13.9 | 57.6 | 230.7 | 239.68 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.8 | 58.4 | 250.3 | 256.69 | +| 2 | AgriGold | A643-24PCE | PCE | - | 15.6 | 57.0 | 249.4 | 253.28 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.0 | 57.3 | 241.0 | 242.26 | +| 6 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.6 | 55.2 | 241.7 | 240.39 | +| 4 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 15.6 | 56.4 | 247.1 | 243.21 | +| 10 | AgriGold | A645-30VT2PRO | VT2Pro | - | 16.2 | 57.8 | 229.2 | 222.77 | +| 8 | AgriGold | A646-30VT2PRO | VT2Pro | - | 15.4 | 56.6 | 240.6 | 231.56 | +| 12 | AgriGold | A647-79VT2PRO | VT2Pro | - | 16.1 | 57.3 | 217.1 | 205.54 | +| 11 | AgriGold | A648-11VT2RIB | VT2RIB | - | 19.4 | 56.9 | 234.0 | 219.8 | +| - | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 17.5 | 56.9 | 259.8 | 259.8 | + +Top 5 by Yield: A647-42TRCRIB (AgriGold) 259.8, A643-52VT2RIB (AgriGold) 250.3, A643-24PCE (AgriGold) 249.4, A645-22TRCRIB (AgriGold) 247.1, A645-16VT2RIB (AgriGold) 241.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143319.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143319.json new file mode 100644 index 00000000..126050c7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143319.json @@ -0,0 +1,413 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143319", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Switz City", + "county": "Greene", + "year": 2024, + "plot_id": "143319", + "cooperator": "White Farms Inc.", + "plot_average": 251.77, + "planted_date": "2024-05-21", + "harvested_date": "2024-10-07", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 13, + "brand": "Becks", + "product": "6184V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": null, + "Yield": 245.9, + "Adj Yield": 243.88 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 264.7, + "Adj Yield": 264.7 + } + }, + { + "rank": 19, + "brand": "Channel", + "product": "210-46VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 226.7, + "Adj Yield": 224.85 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 248.1, + "Adj Yield": 246.53 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": null, + "Yield": 263.8, + "Adj Yield": 263.8 + } + }, + { + "rank": 4, + "brand": "Becks", + "product": "6374V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": null, + "Yield": 263.1, + "Adj Yield": 262.14 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 262.0, + "Adj Yield": 261.82 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": null, + "Yield": 260.1, + "Adj Yield": 260.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": null, + "Yield": 253.3, + "Adj Yield": 253.55 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 245.0, + "Adj Yield": 245.29 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 260.2, + "Adj Yield": 260.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": null, + "Yield": 260.7, + "Adj Yield": 260.88 + } + }, + { + "rank": 17, + "brand": "Becks", + "product": "6414V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 240.5, + "Adj Yield": 240.51 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": null, + "Yield": 261.0, + "Adj Yield": 261.0 + } + }, + { + "rank": 14, + "brand": "Becks", + "product": "6469VT2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": null, + "Yield": 244.0, + "Adj Yield": 243.53 + } + }, + { + "rank": 2, + "brand": "Channel", + "product": "215-70TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": null, + "Yield": 268.8, + "Adj Yield": 267.65 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": null, + "Yield": 264.0, + "Adj Yield": 264.0 + } + }, + { + "rank": 15, + "brand": "Becks", + "product": "6574TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 244.5, + "Adj Yield": 242.69 + } + }, + { + "rank": 16, + "brand": "Channel", + "product": "215-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 244.7, + "Adj Yield": 242.38 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": null, + "Yield": 266.6, + "Adj Yield": 266.6 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": null, + "Yield": 257.6, + "Adj Yield": 255.19 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": null, + "Yield": 283.0, + "Adj Yield": 280.86 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": null, + "Yield": 266.3, + "Adj Yield": 266.3 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 252.6, + "Adj Yield": 251.62 + } + }, + { + "rank": 18, + "brand": "Channel", + "product": "217-76VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 238.1, + "Adj Yield": 239.27 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": null, + "Yield": 257.6, + "Adj Yield": 257.6 + } + }, + { + "rank": 7, + "brand": "Channel", + "product": "218-66VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": null, + "Yield": 252.8, + "Adj Yield": 255.93 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": null, + "Yield": 260.0, + "Adj Yield": 265.09 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 250.4, + "Adj Yield": 250.4 + } + } + ], + "n_results": 29, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143319" + ], + "fetched_at": "2026-05-27T02:18:55.752631+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143319.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143319.md new file mode 100644 index 00000000..6eadffb4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143319.md @@ -0,0 +1,58 @@ +# Corn yield trial — Switz City, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Greene +- **City:** Switz City +- **Year:** 2024 +- **Plot ID:** 143319 +- **Cooperator:** White Farms Inc. +- **Plot average:** 251.77 BU/Ac +- **Planted:** 2024-05-21 +- **Harvested:** 2024-10-07 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143319 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 13 | Becks | 6184V2P | VT2RIB | - | 19.4 | - | 245.9 | 243.88 | +| - | Dekalb | DKC68-35RIB | VT2RIB | - | 19.0 | - | 264.7 | 264.7 | +| 19 | Channel | 210-46VT2PRIB | VT2RIB | - | 18.4 | - | 226.7 | 224.85 | +| 11 | Dekalb | DKC111-35RIB | VT2RIB | - | 16.9 | - | 248.1 | 246.53 | +| - | Dekalb | DKC68-35RIB | VT2RIB | - | 20.1 | - | 263.8 | 263.8 | +| 4 | Becks | 6374V2P | VT2RIB | - | 19.8 | - | 263.1 | 262.14 | +| 5 | AgriGold | A643-24PCE | PCE | - | 20.9 | - | 262.0 | 261.82 | +| - | Dekalb | DKC68-35RIB | VT2RIB | - | 20.3 | - | 260.1 | 260.1 | +| 9 | AgriGold | A643-52VT2RIB | VT2RIB | - | 19.5 | - | 253.3 | 253.55 | +| 12 | Dekalb | DKC64-22RIB | VT2RIB | - | 18.4 | - | 245.0 | 245.29 | +| - | Dekalb | DKC68-35RIB | VT2RIB | - | 18.4 | - | 260.2 | 260.2 | +| 6 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.4 | - | 260.7 | 260.88 | +| 17 | Becks | 6414V2P | VT2RIB | - | 18.8 | - | 240.5 | 240.51 | +| - | Dekalb | DKC68-35RIB | VT2RIB | - | 20.3 | - | 261.0 | 261.0 | +| 14 | Becks | 6469VT2P | VT2RIB | - | 19.3 | - | 244.0 | 243.53 | +| 2 | Channel | 215-70TRCRIB | TreceptaRIB | - | 19.6 | - | 268.8 | 267.65 | +| - | Dekalb | DKC68-35RIB | VT2RIB | - | 19.9 | - | 264.0 | 264.0 | +| 15 | Becks | 6574TCV2P | TreceptaRIB | - | 20.0 | - | 244.5 | 242.69 | +| 16 | Channel | 215-42SSPRIB | SSPRIB | - | 18.5 | - | 244.7 | 242.38 | +| - | Dekalb | DKC68-35RIB | VT2RIB | - | 19.9 | - | 266.6 | 266.6 | +| 8 | Dekalb | DKC114-99RIB | VT4RIB | - | 19.9 | - | 257.6 | 255.19 | +| 1 | AgriGold | A646-30VT2RIB | VT2RIB | - | 21.5 | - | 283.0 | 280.86 | +| - | Dekalb | DKC68-35RIB | VT2RIB | - | 20.5 | - | 266.3 | 266.3 | +| 10 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 20.0 | - | 252.6 | 251.62 | +| 18 | Channel | 217-76VT2PRIB | VT2RIB | - | 20.0 | - | 238.1 | 239.27 | +| - | Dekalb | DKC68-35RIB | VT2RIB | - | 20.7 | - | 257.6 | 257.6 | +| 7 | Channel | 218-66VT2PRIB | VT2RIB | - | 21.4 | - | 252.8 | 255.93 | +| 3 | AgriGold | A645-16VT2RIB | VT2RIB | - | 20.7 | - | 260.0 | 265.09 | +| - | Dekalb | DKC68-35RIB | VT2RIB | - | 20.9 | - | 250.4 | 250.4 | + +Top 5 by Yield: A646-30VT2RIB (AgriGold) 283.0, 215-70TRCRIB (Channel) 268.8, DKC68-35RIB (Dekalb) 266.6, DKC68-35RIB (Dekalb) 266.3, DKC68-35RIB (Dekalb) 264.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143336.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143336.json new file mode 100644 index 00000000..f20d2855 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143336.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143336", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Almena", + "county": "Norton", + "year": 2024, + "plot_id": "143336", + "cooperator": "Andy Nickell", + "plot_average": 230.85, + "planted_date": "2024-05-26", + "harvested_date": "2024-11-26", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "Veltyma", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.5, + "Yield": 231.7, + "Adj Yield": 231.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.5, + "Yield": 231.7, + "Adj Yield": 231.07 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 58.7, + "Yield": 207.9, + "Adj Yield": 207.46 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 59.5, + "Yield": 220.8, + "Adj Yield": 220.44 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 58.9, + "Yield": 235.6, + "Adj Yield": 235.29 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 59.6, + "Yield": 231.6, + "Adj Yield": 231.38 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A641-85TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.8, + "Yield": 227.8, + "Adj Yield": 227.67 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.5, + "Yield": 234.5, + "Adj Yield": 234.54 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 57.9, + "Yield": 239.1, + "Adj Yield": 239.24 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 60.9, + "Yield": 236.2, + "Adj Yield": 236.36 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 59.3, + "Yield": 251.0, + "Adj Yield": 251.28 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.7, + "Yield": 226.4, + "Adj Yield": 226.83 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 58.6, + "Yield": 223.7, + "Adj Yield": 224.15 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 60.5, + "Yield": 234.8, + "Adj Yield": 235.37 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.8, + "Yield": 230.3, + "Adj Yield": 230.3 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143336" + ], + "fetched_at": "2026-05-27T02:18:56.268285+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143336.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143336.md new file mode 100644 index 00000000..a30138f4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143336.md @@ -0,0 +1,46 @@ +# Corn yield trial — Almena, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Norton +- **City:** Almena +- **Year:** 2024 +- **Plot ID:** 143336 +- **Cooperator:** Andy Nickell +- **Plot average:** 230.85 BU/Ac +- **Planted:** 2024-05-26 +- **Harvested:** 2024-11-26 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **Fungicide:** Veltyma +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143336 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.0 | 59.5 | 231.7 | 231.7 | +| 8 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.0 | 59.5 | 231.7 | 231.07 | +| 13 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.6 | 58.7 | 207.9 | 207.46 | +| 12 | AgriGold | A640-12STXRIB | STXRIB | - | 14.6 | 59.5 | 220.8 | 220.44 | +| 5 | AgriGold | J6015PWE | PWE | - | 15.1 | 58.9 | 235.6 | 235.29 | +| 7 | AgriGold | A641-26-3110 | 3110 | - | 15.1 | 59.6 | 231.6 | 231.38 | +| 9 | AgriGold | A641-85TRCRIB | TreceptaRIB | - | 14.8 | 58.8 | 227.8 | 227.67 | +| 6 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.0 | 59.5 | 234.5 | 234.54 | +| 2 | AgriGold | A642-18SSP | SSP | - | 15.7 | 57.9 | 239.1 | 239.24 | +| 3 | AgriGold | A642-32VT2PRO | VT2Pro | - | 15.1 | 60.9 | 236.2 | 236.36 | +| 1 | AgriGold | A643-24PCE | PCE | - | 15.4 | 59.3 | 251.0 | 251.28 | +| 10 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.2 | 60.7 | 226.4 | 226.83 | +| 11 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 15.6 | 58.6 | 223.7 | 224.15 | +| 4 | AgriGold | A645-30VT2PRO | VT2Pro | - | 16.2 | 60.5 | 234.8 | 235.37 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.6 | 59.8 | 230.3 | 230.3 | + +Top 5 by Yield: A643-24PCE (AgriGold) 251.0, A642-18SSP (AgriGold) 239.1, A642-32VT2PRO (AgriGold) 236.2, J6015PWE (AgriGold) 235.6, A645-30VT2PRO (AgriGold) 234.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143375.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143375.json new file mode 100644 index 00000000..63ae53d6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143375.json @@ -0,0 +1,387 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143375", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Long Island", + "county": "Phillips", + "year": 2024, + "plot_id": "143375", + "cooperator": "Josh McClain", + "plot_average": 225.21, + "planted_date": "2024-05-28", + "harvested_date": "2024-10-14", + "population_seeds_per_acre": 24000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Wheat", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": 26, + "brand": "Channel", + "product": "201-07SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 60.5, + "Yield": 205.1, + "Adj Yield": 205.1 + } + }, + { + "rank": 24, + "brand": "Channel", + "product": "204-54SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 59.4, + "Yield": 210.6, + "Adj Yield": 210.6 + } + }, + { + "rank": 17, + "brand": "Pioneer", + "product": "P0487PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 59.5, + "Yield": 219.0, + "Adj Yield": 219.0 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 60.5, + "Yield": 218.6, + "Adj Yield": 218.6 + } + }, + { + "rank": 11, + "brand": "Becks", + "product": "5871AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 57.7, + "Yield": 231.1, + "Adj Yield": 231.1 + } + }, + { + "rank": 2, + "brand": "Channel", + "product": "209-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 57.1, + "Yield": 249.3, + "Adj Yield": 249.3 + } + }, + { + "rank": 19, + "brand": "Pioneer", + "product": "P0995AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 58.5, + "Yield": 218.4, + "Adj Yield": 218.4 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 58.7, + "Yield": 219.6, + "Adj Yield": 219.6 + } + }, + { + "rank": 7, + "brand": "Channel", + "product": "210-08VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 57.3, + "Yield": 235.9, + "Adj Yield": 235.9 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P10625PCUE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 59.8, + "Yield": 235.0, + "Adj Yield": 235.0 + } + }, + { + "rank": 3, + "brand": "Becks", + "product": "6184V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 59.9, + "Yield": 240.4, + "Adj Yield": 240.4 + } + }, + { + "rank": 8, + "brand": "Channel", + "product": "211-11VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 59.4, + "Yield": 235.8, + "Adj Yield": 235.8 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P1122AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 57.7, + "Yield": 256.7, + "Adj Yield": 256.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-76VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 58.2, + "Yield": 239.5, + "Adj Yield": 239.5 + } + }, + { + "rank": 6, + "brand": "Becks", + "product": "6241Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 60.5, + "Yield": 235.9, + "Adj Yield": 235.9 + } + }, + { + "rank": 12, + "brand": "Channel", + "product": "212-02VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 59.1, + "Yield": 230.7, + "Adj Yield": 230.7 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P12904AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 58.5, + "Yield": 238.9, + "Adj Yield": 238.9 + } + }, + { + "rank": 23, + "brand": "Becks", + "product": "6256Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 61.6, + "Yield": 211.0, + "Adj Yield": 211.0 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P13476Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 61.0, + "Yield": 228.0, + "Adj Yield": 228.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 58.6, + "Yield": 234.3, + "Adj Yield": 234.3 + } + }, + { + "rank": 15, + "brand": "Becks", + "product": "6414V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 61.5, + "Yield": 220.9, + "Adj Yield": 220.9 + } + }, + { + "rank": 22, + "brand": "Channel", + "product": "214-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 61.0, + "Yield": 212.3, + "Adj Yield": 212.3 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 59.0, + "Yield": 193.8, + "Adj Yield": 193.8 + } + }, + { + "rank": 21, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 60.3, + "Yield": 213.4, + "Adj Yield": 213.4 + } + }, + { + "rank": 14, + "brand": "Becks", + "product": "6574TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 60.5, + "Yield": 221.1, + "Adj Yield": 221.1 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 61.1, + "Yield": 216.1, + "Adj Yield": 216.1 + } + }, + { + "rank": 25, + "brand": "Channel", + "product": "217-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 61.1, + "Yield": 209.2, + "Adj Yield": 209.2 + } + } + ], + "n_results": 27, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143375" + ], + "fetched_at": "2026-05-27T02:18:56.774302+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143375.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143375.md new file mode 100644 index 00000000..6e94b062 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143375.md @@ -0,0 +1,60 @@ +# Corn yield trial — Long Island, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Phillips +- **City:** Long Island +- **Year:** 2024 +- **Plot ID:** 143375 +- **Cooperator:** Josh McClain +- **Plot average:** 225.21 BU/Ac +- **Planted:** 2024-05-28 +- **Harvested:** 2024-10-14 +- **Population:** 24,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Wheat +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143375 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 26 | Channel | 201-07SSPRIB | SSPRIB | - | 14.7 | 60.5 | 205.1 | 205.1 | +| 24 | Channel | 204-54SSPRIB | SSPRIB | - | 14.1 | 59.4 | 210.6 | 210.6 | +| 17 | Pioneer | P0487PCE | PCE | - | 16.9 | 59.5 | 219.0 | 219.0 | +| 18 | AgriGold | A636-39-3110 | 3110 | - | 16.1 | 60.5 | 218.6 | 218.6 | +| 11 | Becks | 5871AM | AM | - | 18.1 | 57.7 | 231.1 | 231.1 | +| 2 | Channel | 209-70TRERIB | TreceptaRIB | - | 22.0 | 57.1 | 249.3 | 249.3 | +| 19 | Pioneer | P0995AM | AM | - | 17.4 | 58.5 | 218.4 | 218.4 | +| 16 | AgriGold | A639-03VT2RIB | VT2RIB | - | 18.3 | 58.7 | 219.6 | 219.6 | +| 7 | Channel | 210-08VT2PRIB | VT2RIB | - | 19.0 | 57.3 | 235.9 | 235.9 | +| 9 | Pioneer | P10625PCUE | PWE | - | 18.4 | 59.8 | 235.0 | 235.0 | +| 3 | Becks | 6184V2P | VT2RIB | - | 19.2 | 59.9 | 240.4 | 240.4 | +| 8 | Channel | 211-11VT2PRIB | VT2RIB | - | 19.4 | 59.4 | 235.8 | 235.8 | +| 1 | Pioneer | P1122AML | AML | - | 20.3 | 57.7 | 256.7 | 256.7 | +| 4 | AgriGold | A642-76VT2RIB | VT2RIB | - | 21.9 | 58.2 | 239.5 | 239.5 | +| 6 | Becks | 6241Q | QROME | - | 18.8 | 60.5 | 235.9 | 235.9 | +| 12 | Channel | 212-02VT2PRIB | VT2RIB | - | 20.9 | 59.1 | 230.7 | 230.7 | +| 5 | Pioneer | P12904AML | AML | - | 17.7 | 58.5 | 238.9 | 238.9 | +| 23 | Becks | 6256Q | QROME | - | 17.1 | 61.6 | 211.0 | 211.0 | +| 13 | Pioneer | P13476Q | QROME | - | 17.2 | 61.0 | 228.0 | 228.0 | +| 10 | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.0 | 58.6 | 234.3 | 234.3 | +| 15 | Becks | 6414V2P | VT2RIB | - | 16.1 | 61.5 | 220.9 | 220.9 | +| 22 | Channel | 214-70TRERIB | TreceptaRIB | - | 18.8 | 61.0 | 212.3 | 212.3 | +| 27 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.6 | 59.0 | 193.8 | 193.8 | +| 21 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 16.0 | 60.3 | 213.4 | 213.4 | +| 14 | Becks | 6574TCV2P | TreceptaRIB | - | 16.4 | 60.5 | 221.1 | 221.1 | +| 20 | AgriGold | A646-17STXRIB | STXRIB | - | 15.9 | 61.1 | 216.1 | 216.1 | +| 25 | Channel | 217-70TRERIB | TreceptaRIB | - | 16.3 | 61.1 | 209.2 | 209.2 | + +Top 5 by Yield: P1122AML (Pioneer) 256.7, 209-70TRERIB (Channel) 249.3, 6184V2P (Becks) 240.4, A642-76VT2RIB (AgriGold) 239.5, P12904AML (Pioneer) 238.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143393.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143393.json new file mode 100644 index 00000000..bc7dde32 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143393.json @@ -0,0 +1,88 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143393", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MN", + "state_abbrev": "mn", + "city": "Glen wood", + "county": "Pope", + "year": 2024, + "plot_id": "143393", + "cooperator": "Aric Bowen", + "plot_average": 193.18, + "planted_date": "2024-05-22", + "harvested_date": "2024-10-23", + "population_seeds_per_acre": 34000, + "row_width": "22.0\"", + "num_rows": 6, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A623-88VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 57.0, + "Yield": 202.3, + "Adj Yield": 202.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A625-78VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 56.4, + "Yield": 190.4, + "Adj Yield": 190.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A626-39VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 55.4, + "Yield": 195.3, + "Adj Yield": 195.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 56.4, + "Yield": 184.7, + "Adj Yield": 184.7 + } + } + ], + "n_results": 4, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143393" + ], + "fetched_at": "2026-05-27T02:18:57.269634+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143393.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143393.md new file mode 100644 index 00000000..eaa4e8f9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143393.md @@ -0,0 +1,34 @@ +# Corn yield trial — Glen wood, MN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MN +- **County:** Pope +- **City:** Glen wood +- **Year:** 2024 +- **Plot ID:** 143393 +- **Cooperator:** Aric Bowen +- **Plot average:** 193.18 BU/Ac +- **Planted:** 2024-05-22 +- **Harvested:** 2024-10-23 +- **Population:** 34,000 seeds/acre +- **Row width:** 22.0" +- **# Rows:** 6 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143393 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A623-88VT2PRO | VT2Pro | - | 15.0 | 57.0 | 202.3 | 202.3 | +| 3 | AgriGold | A625-78VT2RIB | VT2RIB | - | 14.2 | 56.4 | 190.4 | 190.4 | +| 2 | AgriGold | A626-39VT2PRO | VT2Pro | - | 14.4 | 55.4 | 195.3 | 195.3 | +| 4 | AgriGold | A629-55VT2RIB | VT2RIB | - | 16.7 | 56.4 | 184.7 | 184.7 | + +Top 5 by Yield: A623-88VT2PRO (AgriGold) 202.3, A626-39VT2PRO (AgriGold) 195.3, A625-78VT2RIB (AgriGold) 190.4, A629-55VT2RIB (AgriGold) 184.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143394.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143394.json new file mode 100644 index 00000000..7eb9b01e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143394.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143394", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "McCook", + "county": "Red Willow", + "year": 2024, + "plot_id": "143394", + "cooperator": "J Double T Farms", + "plot_average": 167.54, + "planted_date": "2024-05-29", + "harvested_date": "2024-11-23", + "population_seeds_per_acre": 18000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Wheat", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A641-54VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.5, + "Yield": 174.7, + "Adj Yield": 174.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A641-54VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.5, + "Yield": 174.7, + "Adj Yield": 174.59 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 60.3, + "Yield": 153.1, + "Adj Yield": 152.96 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 57.6, + "Yield": 165.6, + "Adj Yield": 165.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 58.0, + "Yield": 165.2, + "Adj Yield": 165.12 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.7, + "Yield": 157.8, + "Adj Yield": 157.73 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 59.2, + "Yield": 151.9, + "Adj Yield": 151.88 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 58.7, + "Yield": 173.1, + "Adj Yield": 173.1 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.8, + "Yield": 153.9, + "Adj Yield": 153.94 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A640-65-5222AEZ", + "traits": "5222AEZ", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 58.1, + "Yield": 179.7, + "Adj Yield": 179.71 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.2, + "Yield": 172.8, + "Adj Yield": 172.91 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 61.3, + "Yield": 174.6, + "Adj Yield": 174.7 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.7, + "Yield": 171.4, + "Adj Yield": 171.51 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 58.5, + "Yield": 184.2, + "Adj Yield": 184.38 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A641-54VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 59.4, + "Yield": 174.4, + "Adj Yield": 174.4 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143394" + ], + "fetched_at": "2026-05-27T02:18:57.746280+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143394.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143394.md new file mode 100644 index 00000000..7b828d36 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143394.md @@ -0,0 +1,44 @@ +# Corn yield trial — McCook, NE, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Red Willow +- **City:** McCook +- **Year:** 2024 +- **Plot ID:** 143394 +- **Cooperator:** J Double T Farms +- **Plot average:** 167.54 BU/Ac +- **Planted:** 2024-05-29 +- **Harvested:** 2024-11-23 +- **Population:** 18,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** No Till +- **Previous crop:** Wheat +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143394 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A641-54VT2RIB | VT2RIB | - | 15.0 | 59.5 | 174.7 | 174.7 | +| 4 | AgriGold | A641-54VT2RIB | VT2RIB | - | 15.0 | 59.5 | 174.7 | 174.59 | +| 12 | AgriGold | A632-68VT2RIB | VT2RIB | - | 14.0 | 60.3 | 153.1 | 152.96 | +| 8 | AgriGold | A636-16-5222 | 5222 | - | 14.6 | 57.6 | 165.6 | 165.5 | +| 9 | AgriGold | A636-39-3110 | 3110 | - | 14.4 | 58.0 | 165.2 | 165.12 | +| 10 | AgriGold | A637-72VT2PRO | VT2Pro | - | 14.4 | 59.7 | 157.8 | 157.73 | +| 13 | AgriGold | A638-19-3110 | 3110 | - | 14.7 | 59.2 | 151.9 | 151.88 | +| 5 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.6 | 58.7 | 173.1 | 173.1 | +| 11 | AgriGold | A640-12STXRIB | STXRIB | - | 15.8 | 58.8 | 153.9 | 153.94 | +| 2 | AgriGold | A640-65-5222AEZ | 5222AEZ | - | 15.0 | 58.1 | 179.7 | 179.71 | +| 6 | AgriGold | A641-26-3110 | 3110 | - | 15.6 | 59.2 | 172.8 | 172.91 | +| 3 | AgriGold | A642-32VT2PRO | VT2Pro | - | 15.7 | 61.3 | 174.6 | 174.7 | +| 7 | AgriGold | A643-24PCE | PCE | - | 15.4 | 58.7 | 171.4 | 171.51 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.1 | 58.5 | 184.2 | 184.38 | +| - | AgriGold | A641-54VT2RIB | VT2RIB | - | 15.8 | 59.4 | 174.4 | 174.4 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 184.2, A640-65-5222AEZ (AgriGold) 179.7, A641-54VT2RIB (AgriGold) 174.7, A641-54VT2RIB (AgriGold) 174.7, A642-32VT2PRO (AgriGold) 174.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143424.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143424.json new file mode 100644 index 00000000..a53c5192 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143424.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143424", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Avalon", + "county": "Carroll", + "year": 2024, + "plot_id": "143424", + "cooperator": "Howard Baker", + "plot_average": 203.98, + "planted_date": "2024-05-23", + "harvested_date": "2024-10-03", + "population_seeds_per_acre": 31000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 14, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 58.5, + "Yield": 186.2, + "Adj Yield": 186.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 60.3, + "Yield": 210.2, + "Adj Yield": 210.2 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 59.2, + "Yield": 184.2, + "Adj Yield": 184.2 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 57.8, + "Yield": 179.5, + "Adj Yield": 179.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 57.6, + "Yield": 218.5, + "Adj Yield": 218.5 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.9, + "Yield": 195.9, + "Adj Yield": 195.9 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 60.6, + "Yield": 200.0, + "Adj Yield": 200.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 59.8, + "Yield": 214.6, + "Adj Yield": 214.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 60.3, + "Yield": 210.7, + "Adj Yield": 210.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 60.8, + "Yield": 211.1, + "Adj Yield": 211.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 58.9, + "Yield": 207.9, + "Adj Yield": 207.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 57.9, + "Yield": 215.8, + "Adj Yield": 215.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 57.3, + "Yield": 223.1, + "Adj Yield": 223.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 57.7, + "Yield": 210.8, + "Adj Yield": 210.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 59.2, + "Yield": 220.4, + "Adj Yield": 220.4 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 57.9, + "Yield": 184.0, + "Adj Yield": 184.0 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 57.3, + "Yield": 194.8, + "Adj Yield": 194.8 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143424" + ], + "fetched_at": "2026-05-27T02:18:58.241650+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143424.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143424.md new file mode 100644 index 00000000..1a4d403a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143424.md @@ -0,0 +1,47 @@ +# Corn yield trial — Avalon, MO, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Carroll +- **City:** Avalon +- **Year:** 2024 +- **Plot ID:** 143424 +- **Cooperator:** Howard Baker +- **Plot average:** 203.98 BU/Ac +- **Planted:** 2024-05-23 +- **Harvested:** 2024-10-03 +- **Population:** 31,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143424 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 14 | AgriGold | A636-42SSP | SSP | - | 16.6 | 58.5 | 186.2 | 186.2 | +| 9 | AgriGold | A637-72VT2PRO | VT2Pro | - | 17.7 | 60.3 | 210.2 | 210.2 | +| 15 | AgriGold | K5836PWE | PWE | - | 17.2 | 59.2 | 184.2 | 184.2 | +| 17 | AgriGold | A639-03VT2RIB | VT2RIB | - | 16.0 | 57.8 | 179.5 | 179.5 | +| 3 | AgriGold | J6015PWE | PWE | - | 18.2 | 57.6 | 218.5 | 218.5 | +| 12 | AgriGold | A640-16-3110 | 3110 | - | 17.0 | 58.9 | 195.9 | 195.9 | +| 11 | AgriGold | A641-26-3110 | 3110 | - | 16.7 | 60.6 | 200.0 | 200.0 | +| 5 | AgriGold | J6227DV-RN | 5222 | - | 18.2 | 59.8 | 214.6 | 214.6 | +| 8 | AgriGold | A642-32VT2PRO | VT2Pro | - | 18.2 | 60.3 | 210.7 | 210.7 | +| 6 | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.3 | 60.8 | 211.1 | 211.1 | +| 10 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.3 | 58.9 | 207.9 | 207.9 | +| 4 | AgriGold | K6429AA | 3120EZ | - | 20.4 | 57.9 | 215.8 | 215.8 | +| 1 | AgriGold | A645-16VT2RIB | VT2RIB | - | 20.3 | 57.3 | 223.1 | 223.1 | +| 7 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 19.9 | 57.7 | 210.8 | 210.8 | +| 2 | AgriGold | A645-30VT2PRO | VT2Pro | - | 19.9 | 59.2 | 220.4 | 220.4 | +| 16 | AgriGold | J6621VT2PRO | VT2Pro | - | 19.6 | 57.9 | 184.0 | 184.0 | +| 13 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 19.9 | 57.3 | 194.8 | 194.8 | + +Top 5 by Yield: A645-16VT2RIB (AgriGold) 223.1, A645-30VT2PRO (AgriGold) 220.4, J6015PWE (AgriGold) 218.5, K6429AA (AgriGold) 215.8, J6227DV-RN (AgriGold) 214.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143426.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143426.json new file mode 100644 index 00000000..1f00298b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143426.json @@ -0,0 +1,309 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143426", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MN", + "state_abbrev": "mn", + "city": "Belgrade", + "county": "Stearns", + "year": 2024, + "plot_id": "143426", + "cooperator": "BBE FFA", + "plot_average": 241.58, + "planted_date": "2024-05-14", + "harvested_date": "2024-10-09", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Loam", + "tillage": "Conventional", + "previous_crop": "Other", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 21, + "brand": "Pioneer", + "product": "P90630AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.0, + "Yield": 207.2, + "Adj Yield": 207.2 + } + }, + { + "rank": 20, + "brand": "NK Brand", + "product": "NK9231-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 55.7, + "Yield": 207.3, + "Adj Yield": 207.3 + } + }, + { + "rank": 17, + "brand": "Legend", + "product": "2L192AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 58.1, + "Yield": 229.2, + "Adj Yield": 229.2 + } + }, + { + "rank": 9, + "brand": "Channel", + "product": "193-40VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 54.3, + "Yield": 244.1, + "Adj Yield": 244.1 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A623-88VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 56.5, + "Yield": 237.2, + "Adj Yield": 237.2 + } + }, + { + "rank": 16, + "brand": "Hefty", + "product": "H4564SSRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 56.9, + "Yield": 231.4, + "Adj Yield": 231.4 + } + }, + { + "rank": 12, + "brand": "Croplan", + "product": "CP3519SS", + "traits": "SS", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 57.0, + "Yield": 240.0, + "Adj Yield": 240.0 + } + }, + { + "rank": 10, + "brand": "Pioneer", + "product": "P96760AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 57.9, + "Yield": 243.6, + "Adj Yield": 243.6 + } + }, + { + "rank": 14, + "brand": "Croplan", + "product": "CP3724VT2P/RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 54.9, + "Yield": 237.3, + "Adj Yield": 237.3 + } + }, + { + "rank": 18, + "brand": "NK Brand", + "product": "NK9771-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 56.5, + "Yield": 225.8, + "Adj Yield": 225.8 + } + }, + { + "rank": 7, + "brand": "Hefty", + "product": "H4974", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 56.9, + "Yield": 251.3, + "Adj Yield": 251.3 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P9955AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 56.2, + "Yield": 238.4, + "Adj Yield": 238.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 57.0, + "Yield": 245.8, + "Adj Yield": 245.8 + } + }, + { + "rank": 4, + "brand": "Channel", + "product": "200-40VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 55.5, + "Yield": 258.2, + "Adj Yield": 258.2 + } + }, + { + "rank": 19, + "brand": "Legend", + "product": "LR9300AA-AEZ", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 57.2, + "Yield": 214.9, + "Adj Yield": 214.9 + } + }, + { + "rank": 1, + "brand": "Channel", + "product": "201-07SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 23.7, + "Test Wt.": 52.7, + "Yield": 283.0, + "Adj Yield": 283.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 55.4, + "Yield": 268.1, + "Adj Yield": 268.1 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC101-33RIB", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 53.2, + "Yield": 253.8, + "Adj Yield": 253.8 + } + }, + { + "rank": 3, + "brand": "NK Brand", + "product": "NK0252-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 55.2, + "Yield": 264.4, + "Adj Yield": 264.4 + } + }, + { + "rank": 6, + "brand": "Hefty", + "product": "H5254SS", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 55.0, + "Yield": 251.8, + "Adj Yield": 251.8 + } + }, + { + "rank": 11, + "brand": "Croplan", + "product": "CP4652SSPRO/RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 53.1, + "Yield": 240.4, + "Adj Yield": 240.4 + } + } + ], + "n_results": 21, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143426" + ], + "fetched_at": "2026-05-27T02:18:58.774464+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143426.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143426.md new file mode 100644 index 00000000..7af067b1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143426.md @@ -0,0 +1,51 @@ +# Corn yield trial — Belgrade, MN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MN +- **County:** Stearns +- **City:** Belgrade +- **Year:** 2024 +- **Plot ID:** 143426 +- **Cooperator:** BBE FFA +- **Plot average:** 241.58 BU/Ac +- **Planted:** 2024-05-14 +- **Harvested:** 2024-10-09 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Loam +- **Tillage:** Conventional +- **Previous crop:** Other +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143426 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 21 | Pioneer | P90630AM | AM | - | 16.8 | 58.0 | 207.2 | 207.2 | +| 20 | NK Brand | NK9231-AA | 3120EZ | - | 19.1 | 55.7 | 207.3 | 207.3 | +| 17 | Legend | 2L192AM | AM | - | 19.9 | 58.1 | 229.2 | 229.2 | +| 9 | Channel | 193-40VT4PRIB | VT4RIB | - | 17.5 | 54.3 | 244.1 | 244.1 | +| 15 | AgriGold | A623-88VT2PRO | VT2Pro | - | 20.8 | 56.5 | 237.2 | 237.2 | +| 16 | Hefty | H4564SSRIB | STXRIB | - | 20.5 | 56.9 | 231.4 | 231.4 | +| 12 | Croplan | CP3519SS | SS | - | 20.4 | 57.0 | 240.0 | 240.0 | +| 10 | Pioneer | P96760AM | AM | - | 19.5 | 57.9 | 243.6 | 243.6 | +| 14 | Croplan | CP3724VT2P/RIB | VT2RIB | - | 18.2 | 54.9 | 237.3 | 237.3 | +| 18 | NK Brand | NK9771-DV | 5222EZ | - | 19.0 | 56.5 | 225.8 | 225.8 | +| 7 | Hefty | H4974 | STXRIB | - | 22.0 | 56.9 | 251.3 | 251.3 | +| 13 | Pioneer | P9955AM | AM | - | 20.1 | 56.2 | 238.4 | 238.4 | +| 8 | AgriGold | A629-55VT2RIB | VT2RIB | - | 20.7 | 57.0 | 245.8 | 245.8 | +| 4 | Channel | 200-40VT4PRIB | VT4RIB | - | 21.2 | 55.5 | 258.2 | 258.2 | +| 19 | Legend | LR9300AA-AEZ | 3120EZ | - | 20.4 | 57.2 | 214.9 | 214.9 | +| 1 | Channel | 201-07SSPRIB | SSPRIB | - | 23.7 | 52.7 | 283.0 | 283.0 | +| 2 | AgriGold | A631-08VT2PRO | VT2Pro | - | 21.0 | 55.4 | 268.1 | 268.1 | +| 5 | Dekalb | DKC101-33RIB | SSP | - | 22.4 | 53.2 | 253.8 | 253.8 | +| 3 | NK Brand | NK0252-D | 5122EZ | - | 21.8 | 55.2 | 264.4 | 264.4 | +| 6 | Hefty | H5254SS | STXRIB | - | 21.4 | 55.0 | 251.8 | 251.8 | +| 11 | Croplan | CP4652SSPRO/RIB | SSPRIB | - | 21.3 | 53.1 | 240.4 | 240.4 | + +Top 5 by Yield: 201-07SSPRIB (Channel) 283.0, A631-08VT2PRO (AgriGold) 268.1, NK0252-D (NK Brand) 264.4, 200-40VT4PRIB (Channel) 258.2, DKC101-33RIB (Dekalb) 253.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143429.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143429.json new file mode 100644 index 00000000..c67a3264 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143429.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143429", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Crete", + "county": "Saline", + "year": 2024, + "plot_id": "143429", + "cooperator": "Gabe Sand", + "plot_average": 257.25, + "planted_date": "2024-04-26", + "harvested_date": "2024-10-10", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Sandy Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 60.8, + "Yield": 254.0, + "Adj Yield": 254.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 62.1, + "Yield": 269.7, + "Adj Yield": 269.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 61.8, + "Yield": 256.2, + "Adj Yield": 256.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 63.1, + "Yield": 261.5, + "Adj Yield": 261.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 61.2, + "Yield": 274.7, + "Adj Yield": 274.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 60.9, + "Yield": 260.2, + "Adj Yield": 260.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 60.9, + "Yield": 259.0, + "Adj Yield": 259.0 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 62.9, + "Yield": 246.8, + "Adj Yield": 246.8 + } + }, + { + "rank": 3, + "brand": "Prairie Valley", + "product": "PV116-G64SSRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 62.0, + "Yield": 263.7, + "Adj Yield": 263.7 + } + }, + { + "rank": 12, + "brand": "Prairie Valley", + "product": "PV113-Z83SSRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": 61.1, + "Yield": 249.2, + "Adj Yield": 249.2 + } + }, + { + "rank": 7, + "brand": "Prairie Valley", + "product": "PB114-D44", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 62.5, + "Yield": 258.3, + "Adj Yield": 258.3 + } + }, + { + "rank": 10, + "brand": "Becks", + "product": "6485SX", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 62.2, + "Yield": 253.6, + "Adj Yield": 253.6 + } + }, + { + "rank": 14, + "brand": "Becks", + "product": "6064AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 62.3, + "Yield": 244.7, + "Adj Yield": 244.7 + } + }, + { + "rank": 11, + "brand": "Becks", + "product": "6574TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": 61.3, + "Yield": 249.9, + "Adj Yield": 249.9 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143429" + ], + "fetched_at": "2026-05-27T02:18:59.234722+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143429.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143429.md new file mode 100644 index 00000000..3224d117 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143429.md @@ -0,0 +1,44 @@ +# Corn yield trial — Crete, NE, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Saline +- **City:** Crete +- **Year:** 2024 +- **Plot ID:** 143429 +- **Cooperator:** Gabe Sand +- **Plot average:** 257.25 BU/Ac +- **Planted:** 2024-04-26 +- **Harvested:** 2024-10-10 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Sandy Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143429 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | AgriGold | A641-26-3110 | 3110 | - | 11.8 | 60.8 | 254.0 | 254.0 | +| 2 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 12.1 | 62.1 | 269.7 | 269.7 | +| 8 | AgriGold | A643-24PCE | PCE | - | 10.9 | 61.8 | 256.2 | 256.2 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 11.9 | 63.1 | 261.5 | 261.5 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 10.9 | 61.2 | 274.7 | 274.7 | +| 5 | AgriGold | A645-16VT2RIB | VT2RIB | - | 12.3 | 60.9 | 260.2 | 260.2 | +| 6 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 10.8 | 60.9 | 259.0 | 259.0 | +| 13 | AgriGold | A646-30VT2RIB | VT2RIB | - | 11.8 | 62.9 | 246.8 | 246.8 | +| 3 | Prairie Valley | PV116-G64SSRIB | STXRIB | - | 11.2 | 62.0 | 263.7 | 263.7 | +| 12 | Prairie Valley | PV113-Z83SSRIB | STXRIB | - | 11.5 | 61.1 | 249.2 | 249.2 | +| 7 | Prairie Valley | PB114-D44 | TreceptaRIB | - | 10.9 | 62.5 | 258.3 | 258.3 | +| 10 | Becks | 6485SX | STXRIB | - | 10.9 | 62.2 | 253.6 | 253.6 | +| 14 | Becks | 6064AM | AM | - | 10.7 | 62.3 | 244.7 | 244.7 | +| 11 | Becks | 6574TCV2P | TreceptaRIB | - | 11.5 | 61.3 | 249.9 | 249.9 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 274.7, A642-05VT2RIBD1 (AgriGold) 269.7, PV116-G64SSRIB (Prairie Valley) 263.7, A643-52VT2RIB (AgriGold) 261.5, A645-16VT2RIB (AgriGold) 260.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143430.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143430.json new file mode 100644 index 00000000..0dd17a1d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143430.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143430", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Adams", + "county": "Gage", + "year": 2024, + "plot_id": "143430", + "cooperator": "Jay Nieveen", + "plot_average": 180.95, + "planted_date": "2024-05-09", + "harvested_date": "2024-10-14", + "population_seeds_per_acre": 28000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 58.9, + "Yield": 175.4, + "Adj Yield": 175.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 58.9, + "Yield": 182.8, + "Adj Yield": 184.41 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": 60.7, + "Yield": 185.4, + "Adj Yield": 187.3 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 60.5, + "Yield": 175.2, + "Adj Yield": 177.58 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": 61.3, + "Yield": 190.3, + "Adj Yield": 193.45 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 59.6, + "Yield": 172.5, + "Adj Yield": 172.5 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 59.6, + "Yield": 172.5, + "Adj Yield": 175.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 58.0, + "Yield": 176.2, + "Adj Yield": 178.45 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 58.6, + "Yield": 183.5, + "Adj Yield": 185.04 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A640-65-5222AEZ", + "traits": "5222AEZ", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 58.4, + "Yield": 170.9, + "Adj Yield": 171.73 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 59.9, + "Yield": 181.1, + "Adj Yield": 181.22 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 59.3, + "Yield": 185.5, + "Adj Yield": 184.86 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 58.7, + "Yield": 182.1, + "Adj Yield": 180.63 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 60.0, + "Yield": 181.7, + "Adj Yield": 179.34 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 60.1, + "Yield": 181.9, + "Adj Yield": 178.53 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 61.5, + "Yield": 179.6, + "Adj Yield": 175.14 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 61.5, + "Yield": 182.5, + "Adj Yield": 182.5 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143430" + ], + "fetched_at": "2026-05-27T02:18:59.766901+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143430.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143430.md new file mode 100644 index 00000000..3489b36d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143430.md @@ -0,0 +1,47 @@ +# Corn yield trial — Adams, NE, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Gage +- **City:** Adams +- **Year:** 2024 +- **Plot ID:** 143430 +- **Cooperator:** Jay Nieveen +- **Plot average:** 180.95 BU/Ac +- **Planted:** 2024-05-09 +- **Harvested:** 2024-10-14 +- **Population:** 28,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143430 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 10.9 | 58.9 | 175.4 | 175.4 | +| 5 | AgriGold | A639-03VT2RIB | VT2RIB | - | 10.7 | 58.9 | 182.8 | 184.41 | +| 2 | AgriGold | A642-32VT2PRO | VT2Pro | - | 10.5 | 60.7 | 185.4 | 187.3 | +| 11 | AgriGold | A641-26-3110 | 3110 | - | 11.0 | 60.5 | 175.2 | 177.58 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 11.5 | 61.3 | 190.3 | 193.45 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 11.6 | 59.6 | 172.5 | 172.5 | +| 12 | AgriGold | A644-64VT2RIB | VT2RIB | - | 11.6 | 59.6 | 172.5 | 175.6 | +| 10 | AgriGold | A638-19-3110 | 3110 | - | 11.0 | 58.0 | 176.2 | 178.45 | +| 3 | AgriGold | A636-16-5222 | 5222 | - | 11.6 | 58.6 | 183.5 | 185.04 | +| 14 | AgriGold | A640-65-5222AEZ | 5222AEZ | - | 11.3 | 58.4 | 170.9 | 171.73 | +| 6 | AgriGold | A645-16VT2RIB | VT2RIB | - | 12.1 | 59.9 | 181.1 | 181.22 | +| 4 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 11.1 | 59.3 | 185.5 | 184.86 | +| 7 | AgriGold | A636-39-3110 | 3110 | - | 11.0 | 58.7 | 182.1 | 180.63 | +| 8 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 11.1 | 60.0 | 181.7 | 179.34 | +| 9 | AgriGold | A643-24PCE | PCE | - | 11.2 | 60.1 | 181.9 | 178.53 | +| 13 | AgriGold | A648-11VT2RIB | VT2RIB | - | 12.5 | 61.5 | 179.6 | 175.14 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 11.1 | 61.5 | 182.5 | 182.5 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 190.3, A645-22TRCRIB (AgriGold) 185.5, A642-32VT2PRO (AgriGold) 185.4, A636-16-5222 (AgriGold) 183.5, A639-03VT2RIB (AgriGold) 182.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143438.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143438.json new file mode 100644 index 00000000..c1290343 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143438.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143438", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Bowling Green", + "county": "Pike", + "year": 2024, + "plot_id": "143438", + "cooperator": "Braungardt Ag Services", + "plot_average": 227.08, + "planted_date": "2024-05-31", + "harvested_date": "2024-10-15", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 17, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 62.3, + "Yield": 208.3, + "Adj Yield": 208.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 62.3, + "Yield": 233.7, + "Adj Yield": 233.7 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 58.0, + "Yield": 226.3, + "Adj Yield": 226.3 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A641-85TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.6, + "Yield": 208.2, + "Adj Yield": 208.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 61.0, + "Yield": 239.2, + "Adj Yield": 239.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 59.1, + "Yield": 228.0, + "Adj Yield": 228.0 + } + }, + { + "rank": 11, + "brand": "Peterson Corn Genetics", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 60.3, + "Yield": 226.3, + "Adj Yield": 226.3 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 59.3, + "Yield": 228.2, + "Adj Yield": 228.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 58.4, + "Yield": 234.9, + "Adj Yield": 234.9 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 58.9, + "Yield": 216.0, + "Adj Yield": 216.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 57.8, + "Yield": 243.5, + "Adj Yield": 243.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 60.5, + "Yield": 231.9, + "Adj Yield": 231.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 58.3, + "Yield": 233.4, + "Adj Yield": 233.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 59.5, + "Yield": 236.6, + "Adj Yield": 236.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 57.6, + "Yield": 236.3, + "Adj Yield": 236.3 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 61.2, + "Yield": 215.6, + "Adj Yield": 215.6 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 59.3, + "Yield": 221.9, + "Adj Yield": 221.9 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A650-21VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 56.7, + "Yield": 219.2, + "Adj Yield": 219.2 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143438" + ], + "fetched_at": "2026-05-27T02:19:00.265283+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143438.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143438.md new file mode 100644 index 00000000..90346e9b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143438.md @@ -0,0 +1,48 @@ +# Corn yield trial — Bowling Green, MO, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Pike +- **City:** Bowling Green +- **Year:** 2024 +- **Plot ID:** 143438 +- **Cooperator:** Braungardt Ag Services +- **Plot average:** 227.08 BU/Ac +- **Planted:** 2024-05-31 +- **Harvested:** 2024-10-15 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143438 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 17 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.1 | 62.3 | 208.3 | 208.3 | +| 6 | AgriGold | J6015PWE | PWE | - | 15.4 | 62.3 | 233.7 | 233.7 | +| 12 | AgriGold | A641-26V | 3220EZ | - | 16.5 | 58.0 | 226.3 | 226.3 | +| 18 | AgriGold | A641-85TRCRIB | TreceptaRIB | - | 15.6 | 59.6 | 208.2 | 208.2 | +| 2 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.3 | 61.0 | 239.2 | 239.2 | +| 10 | AgriGold | A642-32VT2PRO | VT2Pro | - | 17.6 | 59.1 | 228.0 | 228.0 | +| 11 | Peterson Corn Genetics | - | - | - | 15.6 | 60.3 | 226.3 | 226.3 | +| 9 | AgriGold | A643-24PCE | PCE | - | 17.8 | 59.3 | 228.2 | 228.2 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.5 | 58.4 | 234.9 | 234.9 | +| 15 | AgriGold | A644-64VT2PRO | VT2Pro | - | 17.4 | 58.9 | 216.0 | 216.0 | +| 1 | AgriGold | A645-16VT2RIB | VT2RIB | - | 19.6 | 57.8 | 243.5 | 243.5 | +| 8 | AgriGold | A645-30VT2PRO | VT2Pro | - | 19.9 | 60.5 | 231.9 | 231.9 | +| 7 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 19.5 | 58.3 | 233.4 | 233.4 | +| 3 | AgriGold | A645-71STXRIB | STXRIB | - | 18.8 | 59.5 | 236.6 | 236.6 | +| 4 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 21.1 | 57.6 | 236.3 | 236.3 | +| 16 | AgriGold | A647-79VT2PRO | VT2Pro | - | 18.0 | 61.2 | 215.6 | 215.6 | +| 13 | AgriGold | A648-11VT2RIB | VT2RIB | - | 20.2 | 59.3 | 221.9 | 221.9 | +| 14 | AgriGold | A650-21VT2RIB | VT2RIB | - | 21.7 | 56.7 | 219.2 | 219.2 | + +Top 5 by Yield: A645-16VT2RIB (AgriGold) 243.5, A642-05VT2RIBD1 (AgriGold) 239.2, A645-71STXRIB (AgriGold) 236.6, A647-42TRCRIB (AgriGold) 236.3, A643-52VT2RIB (AgriGold) 234.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143439.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143439.json new file mode 100644 index 00000000..1665e2fd --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143439.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143439", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "city": "Piqua", + "county": "Miami", + "year": 2024, + "plot_id": "143439", + "cooperator": "Brian Francis", + "plot_average": 252.43, + "planted_date": "2024-05-13", + "harvested_date": "2024-10-11", + "population_seeds_per_acre": 34500, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Clay Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 258.5, + "Adj Yield": 258.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 256.6, + "Adj Yield": 254.86 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": null, + "Yield": 263.0, + "Adj Yield": 261.49 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A636-39DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 243.9, + "Adj Yield": 242.68 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 253.2, + "Adj Yield": 252.18 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 249.1, + "Adj Yield": 248.41 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 259.2, + "Adj Yield": 258.67 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A640-24-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": null, + "Yield": 255.3, + "Adj Yield": 255.08 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A646-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 232.8, + "Adj Yield": 232.78 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 249.8, + "Adj Yield": 249.99 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": null, + "Yield": 253.8, + "Adj Yield": 254.27 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": null, + "Yield": 246.6, + "Adj Yield": 247.31 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": null, + "Yield": 251.2, + "Adj Yield": 252.17 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 256.0, + "Adj Yield": 257.19 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 261.6, + "Adj Yield": 263.08 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 254.6, + "Adj Yield": 256.33 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 254.6, + "Adj Yield": 254.6 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143439" + ], + "fetched_at": "2026-05-27T02:19:00.744226+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143439.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143439.md new file mode 100644 index 00000000..7198c2df --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143439.md @@ -0,0 +1,47 @@ +# Corn yield trial — Piqua, OH, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** OH +- **County:** Miami +- **City:** Piqua +- **Year:** 2024 +- **Plot ID:** 143439 +- **Cooperator:** Brian Francis +- **Plot average:** 252.43 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-11 +- **Population:** 34,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Clay Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143439 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A639-03VT2RIB | VT2RIB | - | 18.8 | - | 258.5 | 258.5 | +| 7 | AgriGold | A636-42SSP | SSP | - | 17.1 | - | 256.6 | 254.86 | +| 2 | AgriGold | A636-11VT2RIB | VT2RIB | - | 16.0 | - | 263.0 | 261.49 | +| 14 | AgriGold | A636-39DV-RN | 5222 | - | 19.1 | - | 243.9 | 242.68 | +| 9 | AgriGold | A636-39-3110 | 3110 | - | 18.2 | - | 253.2 | 252.18 | +| 12 | AgriGold | A638-19-3110 | 3110 | - | 18.8 | - | 249.1 | 248.41 | +| 3 | AgriGold | K5836PWE | PWE | - | 18.6 | - | 259.2 | 258.67 | +| 6 | AgriGold | A640-24-3110 | 3110 | - | 18.9 | - | 255.3 | 255.08 | +| 15 | AgriGold | A646-30VT2PRO | VT2Pro | - | 20.2 | - | 232.8 | 232.78 | +| 11 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.6 | - | 249.8 | 249.99 | +| 8 | AgriGold | A644-64VT2PRO | VT2Pro | - | 18.7 | - | 253.8 | 254.27 | +| 13 | AgriGold | A643-52VT2RIB | VT2RIB | - | 19.4 | - | 246.6 | 247.31 | +| 10 | AgriGold | A643-24PCE | PCE | - | 19.3 | - | 251.2 | 252.17 | +| 4 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 18.0 | - | 256.0 | 257.19 | +| 1 | AgriGold | J6015PWE | PWE | - | 17.6 | - | 261.6 | 263.08 | +| 5 | AgriGold | A639-03VT2RIB | VT2RIB | - | 18.2 | - | 254.6 | 256.33 | +| - | AgriGold | A639-03VT2RIB | VT2RIB | - | 18.2 | - | 254.6 | 254.6 | + +Top 5 by Yield: A636-11VT2RIB (AgriGold) 263.0, J6015PWE (AgriGold) 261.6, K5836PWE (AgriGold) 259.2, A639-03VT2RIB (AgriGold) 258.5, A636-42SSP (AgriGold) 256.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143440.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143440.json new file mode 100644 index 00000000..b272574c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143440.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143440", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "city": "Bloomingburg", + "county": "Fayette", + "year": 2024, + "plot_id": "143440", + "cooperator": "Evan Schaefer", + "plot_average": 172.78, + "planted_date": "2024-05-21", + "harvested_date": "2024-10-22", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": null, + "Yield": 156.0, + "Adj Yield": 156.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 173.0, + "Adj Yield": 173.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": null, + "Yield": 171.0, + "Adj Yield": 171.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": null, + "Yield": 180.0, + "Adj Yield": 180.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": null, + "Yield": 187.0, + "Adj Yield": 187.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": null, + "Yield": 187.0, + "Adj Yield": 187.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": null, + "Yield": 165.0, + "Adj Yield": 165.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": null, + "Yield": 166.0, + "Adj Yield": 166.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": null, + "Yield": 170.0, + "Adj Yield": 170.0 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143440" + ], + "fetched_at": "2026-05-27T02:19:01.264028+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143440.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143440.md new file mode 100644 index 00000000..67a1656b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143440.md @@ -0,0 +1,38 @@ +# Corn yield trial — Bloomingburg, OH, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** OH +- **County:** Fayette +- **City:** Bloomingburg +- **Year:** 2024 +- **Plot ID:** 143440 +- **Cooperator:** Evan Schaefer +- **Plot average:** 172.78 BU/Ac +- **Planted:** 2024-05-21 +- **Harvested:** 2024-10-22 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143440 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | AgriGold | A636-11VT2RIB | VT2RIB | - | 11.4 | - | 156.0 | 156.0 | +| 4 | AgriGold | A643-24PCE | PCE | - | 16.1 | - | 173.0 | 173.0 | +| 5 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 12.9 | - | 171.0 | 171.0 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.9 | - | 180.0 | 180.0 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.4 | - | 187.0 | 187.0 | +| 1 | AgriGold | A645-16VT2RIB | VT2RIB | - | 13.9 | - | 187.0 | 187.0 | +| 8 | AgriGold | A646-30VT2RIB | VT2RIB | - | 14.8 | - | 165.0 | 165.0 | +| 7 | AgriGold | A636-39-3110 | 3110 | - | 12.1 | - | 166.0 | 166.0 | +| 6 | AgriGold | A638-19-3110 | 3110 | - | 11.9 | - | 170.0 | 170.0 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 187.0, A645-16VT2RIB (AgriGold) 187.0, A643-52VT2RIB (AgriGold) 180.0, A643-24PCE (AgriGold) 173.0, A642-05VT2RIBD1 (AgriGold) 171.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143448.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143448.json new file mode 100644 index 00000000..6bd022f9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143448.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143448", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MD", + "state_abbrev": "md", + "city": "Whiteford", + "county": "Harford", + "year": 2024, + "plot_id": "143448", + "cooperator": "Greg Stewart", + "plot_average": 190.36, + "planted_date": "2024-05-31", + "harvested_date": "2024-10-28", + "population_seeds_per_acre": 31000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Sandy Clay", + "tillage": "No Till", + "previous_crop": "Forage", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 5, + "brand": "AgriGold", + "product": "A628-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 59.1, + "Yield": 185.0, + "Adj Yield": 185.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 59.6, + "Yield": 180.6, + "Adj Yield": 180.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 60.6, + "Yield": 173.1, + "Adj Yield": 173.1 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 58.3, + "Yield": 183.4, + "Adj Yield": 183.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 57.3, + "Yield": 192.0, + "Adj Yield": 192.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 57.3, + "Yield": 215.2, + "Adj Yield": 215.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 61.2, + "Yield": 201.2, + "Adj Yield": 201.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.5, + "Yield": 192.4, + "Adj Yield": 192.4 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143448" + ], + "fetched_at": "2026-05-27T02:19:01.760146+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143448.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143448.md new file mode 100644 index 00000000..53b490ba --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143448.md @@ -0,0 +1,38 @@ +# Corn yield trial — Whiteford, MD, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MD +- **County:** Harford +- **City:** Whiteford +- **Year:** 2024 +- **Plot ID:** 143448 +- **Cooperator:** Greg Stewart +- **Plot average:** 190.36 BU/Ac +- **Planted:** 2024-05-31 +- **Harvested:** 2024-10-28 +- **Population:** 31,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Sandy Clay +- **Tillage:** No Till +- **Previous crop:** Forage +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143448 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | AgriGold | A628-16VT2RIB | VT2RIB | - | 14.9 | 59.1 | 185.0 | 185.0 | +| 7 | AgriGold | A628-51SSPRIB | SSPRIB | - | 14.6 | 59.6 | 180.6 | 180.6 | +| 8 | AgriGold | A629-55VT2RIB | VT2RIB | - | 14.6 | 60.6 | 173.1 | 173.1 | +| 6 | AgriGold | A630-04AA-RN | 3120 | - | 15.0 | 58.3 | 183.4 | 183.4 | +| 4 | AgriGold | A631-08VT2PRO | VT2Pro | - | 16.5 | 57.3 | 192.0 | 192.0 | +| 1 | AgriGold | A636-16-5222 | 5222 | - | 17.3 | 57.3 | 215.2 | 215.2 | +| 2 | AgriGold | A636-39-3110 | 3110 | - | 16.3 | 61.2 | 201.2 | 201.2 | +| 3 | AgriGold | A637-72VT2PRO | VT2Pro | - | 16.2 | 59.5 | 192.4 | 192.4 | + +Top 5 by Yield: A636-16-5222 (AgriGold) 215.2, A636-39-3110 (AgriGold) 201.2, A637-72VT2PRO (AgriGold) 192.4, A631-08VT2PRO (AgriGold) 192.0, A628-16VT2RIB (AgriGold) 185.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143452.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143452.json new file mode 100644 index 00000000..f287f897 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143452.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143452", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Waldron", + "county": "Shelby", + "year": 2024, + "plot_id": "143452", + "cooperator": "Bill Fischer", + "plot_average": 231.86, + "planted_date": "2024-05-31", + "harvested_date": "2024-10-17", + "population_seeds_per_acre": 31700, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 56.0, + "Yield": 247.4, + "Adj Yield": 255.52 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 57.0, + "Yield": 212.8, + "Adj Yield": 212.8 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 57.0, + "Yield": 212.8, + "Adj Yield": 220.57 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 54.0, + "Yield": 239.7, + "Adj Yield": 245.74 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 55.0, + "Yield": 231.5, + "Adj Yield": 235.84 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 56.0, + "Yield": 218.9, + "Adj Yield": 221.49 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 57.0, + "Yield": 225.3, + "Adj Yield": 226.19 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 56.0, + "Yield": 221.8, + "Adj Yield": 220.94 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 55.0, + "Yield": 223.2, + "Adj Yield": 220.57 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 55.0, + "Yield": 235.2, + "Adj Yield": 230.86 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 54.0, + "Yield": 251.8, + "Adj Yield": 245.68 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 55.0, + "Yield": 234.9, + "Adj Yield": 227.04 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 56.0, + "Yield": 231.9, + "Adj Yield": 231.9 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143452" + ], + "fetched_at": "2026-05-27T02:19:02.262305+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143452.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143452.md new file mode 100644 index 00000000..724ff8b0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143452.md @@ -0,0 +1,43 @@ +# Corn yield trial — Waldron, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Shelby +- **City:** Waldron +- **Year:** 2024 +- **Plot ID:** 143452 +- **Cooperator:** Bill Fischer +- **Plot average:** 231.86 BU/Ac +- **Planted:** 2024-05-31 +- **Harvested:** 2024-10-17 +- **Population:** 31,700 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143452 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | J6015PWE | PWE | - | 16.9 | 56.0 | 247.4 | 255.52 | +| - | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.2 | 57.0 | 212.8 | 212.8 | +| 10 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.2 | 57.0 | 212.8 | 220.57 | +| 2 | AgriGold | A643-24PCE | PCE | - | 19.3 | 54.0 | 239.7 | 245.74 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 19.6 | 55.0 | 231.5 | 235.84 | +| 8 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.5 | 56.0 | 218.9 | 221.49 | +| 7 | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.8 | 57.0 | 225.3 | 226.19 | +| 9 | AgriGold | A646-30VT2RIB | VT2RIB | - | 18.0 | 56.0 | 221.8 | 220.94 | +| 10 | AgriGold | A639-03VT2RIB | VT2RIB | - | 16.7 | 55.0 | 223.2 | 220.57 | +| 5 | AgriGold | A638-19-3110 | 3110 | - | 20.0 | 55.0 | 235.2 | 230.86 | +| 3 | AgriGold | A636-16VT2RIB | VT2RIB | - | 17.9 | 54.0 | 251.8 | 245.68 | +| 6 | AgriGold | A636-11VT2RIB | VT2RIB | - | 14.2 | 55.0 | 234.9 | 227.04 | +| - | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.4 | 56.0 | 231.9 | 231.9 | + +Top 5 by Yield: A636-16VT2RIB (AgriGold) 251.8, J6015PWE (AgriGold) 247.4, A643-24PCE (AgriGold) 239.7, A638-19-3110 (AgriGold) 235.2, A636-11VT2RIB (AgriGold) 234.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143458.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143458.json new file mode 100644 index 00000000..f8e650b8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143458.json @@ -0,0 +1,348 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143458", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "New Vienna", + "county": "Delaware", + "year": 2024, + "plot_id": "143458", + "cooperator": "Troy Lansing", + "plot_average": 202.49, + "planted_date": "2024-05-31", + "harvested_date": "2024-10-26", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": 53.1, + "Yield": 209.2, + "Adj Yield": 209.2 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 56.4, + "Yield": 170.1, + "Adj Yield": 170.1 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 57.6, + "Yield": 184.6, + "Adj Yield": 184.6 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 54.9, + "Yield": 191.0, + "Adj Yield": 191.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A631-12SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 55.3, + "Yield": 195.0, + "Adj Yield": 195.0 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A632-68DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 56.6, + "Yield": 194.7, + "Adj Yield": 194.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 53.9, + "Yield": 203.1, + "Adj Yield": 203.1 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A636-39DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 53.0, + "Yield": 157.7, + "Adj Yield": 157.7 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 52.3, + "Yield": 205.5, + "Adj Yield": 205.5 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": 51.7, + "Yield": 194.6, + "Adj Yield": 194.6 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 54.9, + "Yield": 179.7, + "Adj Yield": 179.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 53.0, + "Yield": 241.5, + "Adj Yield": 241.5 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 23.6, + "Test Wt.": 52.4, + "Yield": 216.4, + "Adj Yield": 216.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": 55.0, + "Yield": 224.3, + "Adj Yield": 224.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 54.4, + "Yield": 244.7, + "Adj Yield": 244.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 24.7, + "Test Wt.": 50.7, + "Yield": 225.1, + "Adj Yield": 225.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 25.8, + "Test Wt.": 51.7, + "Yield": 209.5, + "Adj Yield": 209.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 24.6, + "Test Wt.": 51.8, + "Yield": 217.0, + "Adj Yield": 217.0 + } + }, + { + "rank": 6, + "brand": "Dairyland", + "product": "DS-4533PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 53.7, + "Yield": 220.5, + "Adj Yield": 220.5 + } + }, + { + "rank": 16, + "brand": "Dairyland", + "product": "DS-4365V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 56.2, + "Yield": 189.8, + "Adj Yield": 189.8 + } + }, + { + "rank": 3, + "brand": "Dairyland", + "product": "DS-4686AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 53.8, + "Yield": 229.6, + "Adj Yield": 229.6 + } + }, + { + "rank": 18, + "brand": "NK Brand", + "product": "NK0123-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 54.4, + "Yield": 184.0, + "Adj Yield": 184.0 + } + }, + { + "rank": 15, + "brand": "NK Brand", + "product": "NK0880-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 24.6, + "Test Wt.": 51.5, + "Yield": 190.2, + "Adj Yield": 190.2 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 52.2, + "Yield": 203.0, + "Adj Yield": 203.0 + } + } + ], + "n_results": 24, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143458" + ], + "fetched_at": "2026-05-27T02:19:02.763619+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143458.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143458.md new file mode 100644 index 00000000..88628396 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143458.md @@ -0,0 +1,54 @@ +# Corn yield trial — New Vienna, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Delaware +- **City:** New Vienna +- **Year:** 2024 +- **Plot ID:** 143458 +- **Cooperator:** Troy Lansing +- **Plot average:** 202.49 BU/Ac +- **Planted:** 2024-05-31 +- **Harvested:** 2024-10-26 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143458 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A636-16-5222 | 5222 | - | 22.9 | 53.1 | 209.2 | 209.2 | +| 20 | AgriGold | A629-55VT2RIB | VT2RIB | - | 18.6 | 56.4 | 170.1 | 170.1 | +| 17 | AgriGold | A630-04AA-RN | 3120 | - | 17.6 | 57.6 | 184.6 | 184.6 | +| 14 | AgriGold | A631-08VT2PRO | VT2Pro | - | 17.7 | 54.9 | 191.0 | 191.0 | +| 11 | AgriGold | A631-12SSP | SSP | - | 17.2 | 55.3 | 195.0 | 195.0 | +| 12 | AgriGold | A632-68DV-RN | 5222 | - | 18.5 | 56.6 | 194.7 | 194.7 | +| 10 | AgriGold | A634-11SSPRIB | SSPRIB | - | 22.2 | 53.9 | 203.1 | 203.1 | +| 21 | AgriGold | A636-39DV-RN | 5222 | - | 21.2 | 53.0 | 157.7 | 157.7 | +| 9 | AgriGold | A638-19-3110 | 3110 | - | 22.8 | 52.3 | 205.5 | 205.5 | +| 13 | AgriGold | A639-03VT2RIB | VT2RIB | - | 22.5 | 51.7 | 194.6 | 194.6 | +| 19 | AgriGold | A639-91SSPRIB | SSPRIB | - | 21.9 | 54.9 | 179.7 | 179.7 | +| 2 | AgriGold | J6015PWE | PWE | - | 22.4 | 53.0 | 241.5 | 241.5 | +| - | AgriGold | A636-16-5222 | 5222 | - | 23.6 | 52.4 | 216.4 | 216.4 | +| 5 | AgriGold | A642-32VT2PRO | VT2Pro | - | 24.1 | 55.0 | 224.3 | 224.3 | +| 1 | AgriGold | A641-85STXRIB | STXRIB | - | 20.8 | 54.4 | 244.7 | 244.7 | +| 4 | AgriGold | J6227DV-RN | 5222 | - | 24.7 | 50.7 | 225.1 | 225.1 | +| 8 | AgriGold | A642-18SSP | SSP | - | 25.8 | 51.7 | 209.5 | 209.5 | +| 7 | AgriGold | A643-24PCE | PCE | - | 24.6 | 51.8 | 217.0 | 217.0 | +| 6 | Dairyland | DS-4533PCE | PCE | - | 21.1 | 53.7 | 220.5 | 220.5 | +| 16 | Dairyland | DS-4365V | Vorceed | - | 18.9 | 56.2 | 189.8 | 189.8 | +| 3 | Dairyland | DS-4686AM | AM | - | 20.9 | 53.8 | 229.6 | 229.6 | +| 18 | NK Brand | NK0123-AA | 3120EZ | - | 20.0 | 54.4 | 184.0 | 184.0 | +| 15 | NK Brand | NK0880-V | 3220EZ | - | 24.6 | 51.5 | 190.2 | 190.2 | +| - | AgriGold | A636-16-5222 | 5222 | - | 23.4 | 52.2 | 203.0 | 203.0 | + +Top 5 by Yield: A641-85STXRIB (AgriGold) 244.7, J6015PWE (AgriGold) 241.5, DS-4686AM (Dairyland) 229.6, J6227DV-RN (AgriGold) 225.1, A642-32VT2PRO (AgriGold) 224.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143459.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143459.json new file mode 100644 index 00000000..6a04fb4d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143459.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143459", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MD", + "state_abbrev": "md", + "city": "Whiteford", + "county": "Harford", + "year": 2024, + "plot_id": "143459", + "cooperator": "Greg Stewart", + "plot_average": 211.91, + "planted_date": "2024-05-31", + "harvested_date": "2024-10-28", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Sandy Clay", + "tillage": "No Till", + "previous_crop": "Forage", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 10, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 59.9, + "Yield": 208.2, + "Adj Yield": 208.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 56.9, + "Yield": 209.5, + "Adj Yield": 209.5 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 58.2, + "Yield": 206.0, + "Adj Yield": 206.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 57.5, + "Yield": 213.6, + "Adj Yield": 213.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 57.9, + "Yield": 222.2, + "Adj Yield": 222.2 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P1289AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 59.5, + "Yield": 216.8, + "Adj Yield": 216.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 59.4, + "Yield": 221.8, + "Adj Yield": 221.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 58.8, + "Yield": 224.2, + "Adj Yield": 224.2 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 56.6, + "Yield": 201.1, + "Adj Yield": 201.1 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 59.4, + "Yield": 196.6, + "Adj Yield": 196.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 58.5, + "Yield": 210.9, + "Adj Yield": 210.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 58.7, + "Yield": 219.4, + "Adj Yield": 219.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 57.9, + "Yield": 206.0, + "Adj Yield": 206.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 58.9, + "Yield": 210.5, + "Adj Yield": 210.5 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143459" + ], + "fetched_at": "2026-05-27T02:19:03.244889+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143459.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143459.md new file mode 100644 index 00000000..affabae9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143459.md @@ -0,0 +1,44 @@ +# Corn yield trial — Whiteford, MD, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MD +- **County:** Harford +- **City:** Whiteford +- **Year:** 2024 +- **Plot ID:** 143459 +- **Cooperator:** Greg Stewart +- **Plot average:** 211.91 BU/Ac +- **Planted:** 2024-05-31 +- **Harvested:** 2024-10-28 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Sandy Clay +- **Tillage:** No Till +- **Previous crop:** Forage +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143459 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 10 | AgriGold | A639-03VT2RIB | VT2RIB | - | 16.6 | 59.9 | 208.2 | 208.2 | +| 9 | AgriGold | A640-16-3110 | 3110 | - | 17.8 | 56.9 | 209.5 | 209.5 | +| 12 | AgriGold | J6015PWE | PWE | - | 17.3 | 58.2 | 206.0 | 206.0 | +| 6 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.3 | 57.5 | 213.6 | 213.6 | +| 2 | AgriGold | A642-18SSP | SSP | - | 17.6 | 57.9 | 222.2 | 222.2 | +| 5 | Pioneer | P1289AM | AM | - | 17.0 | 59.5 | 216.8 | 216.8 | +| 3 | AgriGold | J6227DV-RN | 5222 | - | 17.3 | 59.4 | 221.8 | 221.8 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.9 | 58.8 | 224.2 | 224.2 | +| 13 | AgriGold | A643-24PCE | PCE | - | 18.4 | 56.6 | 201.1 | 201.1 | +| 14 | AgriGold | K6429AA | 3120EZ | - | 18.3 | 59.4 | 196.6 | 196.6 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.5 | 58.5 | 210.9 | 210.9 | +| 4 | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.6 | 58.7 | 219.4 | 219.4 | +| 11 | AgriGold | J6621VT2PRO | VT2Pro | - | 17.8 | 57.9 | 206.0 | 206.0 | +| 8 | AgriGold | A646-30VT2RIB | VT2RIB | - | 18.2 | 58.9 | 210.5 | 210.5 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 224.2, A642-18SSP (AgriGold) 222.2, J6227DV-RN (AgriGold) 221.8, A645-16VT2RIB (AgriGold) 219.4, P1289AM (Pioneer) 216.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143481.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143481.json new file mode 100644 index 00000000..1e9e8559 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143481.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143481", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Kouts", + "county": "Porter", + "year": 2024, + "plot_id": "143481", + "cooperator": "K & A Farm Services", + "plot_average": 249.53, + "planted_date": "2024-05-24", + "harvested_date": "2024-12-06", + "population_seeds_per_acre": 33500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "Impact, Volley", + "insecticide": "Aztec", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 58.3, + "Yield": 268.3, + "Adj Yield": 268.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 59.7, + "Yield": 247.3, + "Adj Yield": 247.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 57.3, + "Yield": 260.1, + "Adj Yield": 260.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 58.2, + "Yield": 260.9, + "Adj Yield": 260.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 58.7, + "Yield": 254.3, + "Adj Yield": 254.3 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 58.6, + "Yield": 239.3, + "Adj Yield": 239.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 57.8, + "Yield": 250.6, + "Adj Yield": 250.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "K5218D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 58.0, + "Yield": 227.5, + "Adj Yield": 227.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 57.9, + "Yield": 245.6, + "Adj Yield": 245.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.1, + "Yield": 241.4, + "Adj Yield": 241.4 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143481" + ], + "fetched_at": "2026-05-27T02:19:03.773171+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143481.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143481.md new file mode 100644 index 00000000..7491f8b8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143481.md @@ -0,0 +1,41 @@ +# Corn yield trial — Kouts, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Porter +- **City:** Kouts +- **Year:** 2024 +- **Plot ID:** 143481 +- **Cooperator:** K & A Farm Services +- **Plot average:** 249.53 BU/Ac +- **Planted:** 2024-05-24 +- **Harvested:** 2024-12-06 +- **Population:** 33,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **Herbicide:** Impact, Volley +- **Insecticide:** Aztec +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143481 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.8 | 58.3 | 268.3 | 268.3 | +| 6 | AgriGold | A642-32VT2PRO | VT2Pro | - | 18.7 | 59.7 | 247.3 | 247.3 | +| 3 | AgriGold | A643-24PCE | PCE | - | 20.4 | 57.3 | 260.1 | 260.1 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.3 | 58.2 | 260.9 | 260.9 | +| 4 | AgriGold | A640-16-3110 | 3110 | - | 17.5 | 58.7 | 254.3 | 254.3 | +| 9 | AgriGold | A637-72VT2PRO | VT2Pro | - | 17.5 | 58.6 | 239.3 | 239.3 | +| 5 | AgriGold | A636-39-3110 | 3110 | - | 17.5 | 57.8 | 250.6 | 250.6 | +| 10 | AgriGold | K5218D | 5122EZ | - | 17.4 | 58.0 | 227.5 | 227.5 | +| 7 | AgriGold | A631-08VT2PRO | VT2Pro | - | 17.1 | 57.9 | 245.6 | 245.6 | +| 8 | AgriGold | A630-04AA-RN | 3120 | - | 16.8 | 58.1 | 241.4 | 241.4 | + +Top 5 by Yield: A642-05VT2RIBD1 (AgriGold) 268.3, A644-64VT2RIB (AgriGold) 260.9, A643-24PCE (AgriGold) 260.1, A640-16-3110 (AgriGold) 254.3, A636-39-3110 (AgriGold) 250.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143482.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143482.json new file mode 100644 index 00000000..bbc37c83 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143482.json @@ -0,0 +1,283 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143482", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Hebron", + "county": "Porter", + "year": 2024, + "plot_id": "143482", + "cooperator": "Dan Roeske", + "plot_average": 212.57, + "planted_date": "2024-05-30", + "harvested_date": "2024-10-26", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 18, + "brand": "Partners Brand", + "product": "PB7525", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 55.7, + "Yield": 198.8, + "Adj Yield": 198.8 + } + }, + { + "rank": 14, + "brand": "Pioneer", + "product": "P0953AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 57.1, + "Yield": 205.1, + "Adj Yield": 205.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 57.2, + "Yield": 211.7, + "Adj Yield": 211.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-24-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 57.1, + "Yield": 222.9, + "Adj Yield": 222.9 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A640-01WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 54.3, + "Yield": 209.0, + "Adj Yield": 209.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-01WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": 56.2, + "Yield": 217.7, + "Adj Yield": 217.7 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 58.7, + "Yield": 204.1, + "Adj Yield": 204.1 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 55.2, + "Yield": 199.8, + "Adj Yield": 199.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 55.5, + "Yield": 212.7, + "Adj Yield": 212.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 56.3, + "Yield": 217.5, + "Adj Yield": 217.5 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": 54.9, + "Yield": 195.9, + "Adj Yield": 195.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 55.9, + "Yield": 217.4, + "Adj Yield": 217.4 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 57.0, + "Yield": 204.3, + "Adj Yield": 204.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 56.0, + "Yield": 213.3, + "Adj Yield": 213.3 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A630-04", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 56.6, + "Yield": 208.0, + "Adj Yield": 208.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 57.0, + "Yield": 210.3, + "Adj Yield": 210.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 56.8, + "Yield": 230.4, + "Adj Yield": 230.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 56.4, + "Yield": 229.6, + "Adj Yield": 229.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A632-68", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 58.7, + "Yield": 230.3, + "Adj Yield": 230.3 + } + } + ], + "n_results": 19, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143482" + ], + "fetched_at": "2026-05-27T02:19:04.246713+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143482.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143482.md new file mode 100644 index 00000000..0b7a2170 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143482.md @@ -0,0 +1,49 @@ +# Corn yield trial — Hebron, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Porter +- **City:** Hebron +- **Year:** 2024 +- **Plot ID:** 143482 +- **Cooperator:** Dan Roeske +- **Plot average:** 212.57 BU/Ac +- **Planted:** 2024-05-30 +- **Harvested:** 2024-10-26 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143482 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 18 | Partners Brand | PB7525 | C | - | 18.1 | 55.7 | 198.8 | 198.8 | +| 14 | Pioneer | P0953AM | AM | - | 18.9 | 57.1 | 205.1 | 205.1 | +| 10 | AgriGold | A640-16-3110 | 3110 | - | 19.6 | 57.2 | 211.7 | 211.7 | +| 4 | AgriGold | A640-24-3110 | 3110 | - | 19.8 | 57.1 | 222.9 | 222.9 | +| 12 | AgriGold | A640-01WX | WX | - | 21.1 | 54.3 | 209.0 | 209.0 | +| 5 | AgriGold | A643-01WX | WX | - | 22.9 | 56.2 | 217.7 | 217.7 | +| 16 | AgriGold | A642-32 | C | - | 20.8 | 58.7 | 204.1 | 204.1 | +| 17 | AgriGold | A643-24PCE | PCE | - | 22.7 | 55.2 | 199.8 | 199.8 | +| 9 | AgriGold | A642-18SSP | SSP | - | 22.0 | 55.5 | 212.7 | 212.7 | +| 6 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 21.1 | 56.3 | 217.5 | 217.5 | +| 19 | AgriGold | K6429AA | 3120EZ | - | 23.1 | 54.9 | 195.9 | 195.9 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 22.1 | 55.9 | 217.4 | 217.4 | +| 15 | AgriGold | A637-72VT2PRO | VT2Pro | - | 19.1 | 57.0 | 204.3 | 204.3 | +| 8 | AgriGold | A631-08VT2PRO | VT2Pro | - | 17.6 | 56.0 | 213.3 | 213.3 | +| 13 | AgriGold | A630-04 | C | - | 17.5 | 56.6 | 208.0 | 208.0 | +| 11 | AgriGold | A630-04AA-RN | 3120 | - | 17.1 | 57.0 | 210.3 | 210.3 | +| 1 | AgriGold | A631-08VT2PRO | VT2Pro | - | 17.8 | 56.8 | 230.4 | 230.4 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 21.6 | 56.4 | 229.6 | 229.6 | +| 2 | AgriGold | A632-68 | C | - | 17.6 | 58.7 | 230.3 | 230.3 | + +Top 5 by Yield: A631-08VT2PRO (AgriGold) 230.4, A632-68 (AgriGold) 230.3, A644-64VT2RIB (AgriGold) 229.6, A640-24-3110 (AgriGold) 222.9, A643-01WX (AgriGold) 217.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143483.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143483.json new file mode 100644 index 00000000..907d1ec3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143483.json @@ -0,0 +1,309 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143483", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Star City", + "county": "Pulaski", + "year": 2024, + "plot_id": "143483", + "cooperator": "Tucker Webb Bros.", + "plot_average": 211.57, + "planted_date": "2024-05-21", + "harvested_date": "2024-10-15", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Sandy Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "Veltyma", + "herbicide": "Halex GT", + "insecticide": "N/A", + "results": [ + { + "rank": 11, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 56.9, + "Yield": 209.3, + "Adj Yield": 209.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 56.8, + "Yield": 224.2, + "Adj Yield": 224.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 55.7, + "Yield": 225.5, + "Adj Yield": 225.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 58.1, + "Yield": 239.7, + "Adj Yield": 239.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 55.9, + "Yield": 223.5, + "Adj Yield": 223.5 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 56.0, + "Yield": 207.8, + "Adj Yield": 207.8 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 56.7, + "Yield": 205.9, + "Adj Yield": 205.9 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 57.5, + "Yield": 194.2, + "Adj Yield": 194.2 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 59.1, + "Yield": 189.9, + "Adj Yield": 189.9 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 57.9, + "Yield": 183.5, + "Adj Yield": 183.5 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 57.2, + "Yield": 193.2, + "Adj Yield": 193.2 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A640-65-5222AEZ", + "traits": "5222AEZ", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 54.7, + "Yield": 196.7, + "Adj Yield": 196.7 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 56.1, + "Yield": 213.6, + "Adj Yield": 213.6 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A639-70STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 57.8, + "Yield": 178.9, + "Adj Yield": 178.9 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 57.7, + "Yield": 194.6, + "Adj Yield": 194.6 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 57.5, + "Yield": 206.6, + "Adj Yield": 206.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 59.1, + "Yield": 210.9, + "Adj Yield": 210.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 58.2, + "Yield": 225.4, + "Adj Yield": 225.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 59.1, + "Yield": 242.6, + "Adj Yield": 242.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 56.6, + "Yield": 239.1, + "Adj Yield": 239.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 58.0, + "Yield": 237.9, + "Adj Yield": 237.9 + } + } + ], + "n_results": 21, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143483" + ], + "fetched_at": "2026-05-27T02:19:04.745190+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143483.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143483.md new file mode 100644 index 00000000..46520ac0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143483.md @@ -0,0 +1,53 @@ +# Corn yield trial — Star City, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Pulaski +- **City:** Star City +- **Year:** 2024 +- **Plot ID:** 143483 +- **Cooperator:** Tucker Webb Bros. +- **Plot average:** 211.57 BU/Ac +- **Planted:** 2024-05-21 +- **Harvested:** 2024-10-15 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Sandy Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **Fungicide:** Veltyma +- **Herbicide:** Halex GT +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143483 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 11 | AgriGold | J6015PWE | PWE | - | 18.6 | 56.9 | 209.3 | 209.3 | +| 7 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 19.5 | 56.8 | 224.2 | 224.2 | +| 5 | AgriGold | A643-24PCE | PCE | - | 22.6 | 55.7 | 225.5 | 225.5 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 21.2 | 58.1 | 239.7 | 239.7 | +| 8 | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.8 | 55.9 | 223.5 | 223.5 | +| 12 | AgriGold | A645-16VT2RIB | VT2RIB | - | 21.7 | 56.0 | 207.8 | 207.8 | +| 14 | AgriGold | A646-30VT2RIB | VT2RIB | - | 20.5 | 56.7 | 205.9 | 205.9 | +| 17 | AgriGold | A642-18SSP | SSP | - | 21.6 | 57.5 | 194.2 | 194.2 | +| 19 | AgriGold | A642-32VT2PRO | VT2Pro | - | 20.2 | 59.1 | 189.9 | 189.9 | +| 20 | AgriGold | A641-85STXRIB | STXRIB | - | 19.8 | 57.9 | 183.5 | 183.5 | +| 18 | AgriGold | A640-16-3110 | 3110 | - | 19.0 | 57.2 | 193.2 | 193.2 | +| 15 | AgriGold | A640-65-5222AEZ | 5222AEZ | - | 19.1 | 54.7 | 196.7 | 196.7 | +| 9 | AgriGold | A639-03VT2RIB | VT2RIB | - | 17.8 | 56.1 | 213.6 | 213.6 | +| 21 | AgriGold | A639-70STXRIB | STXRIB | - | 17.4 | 57.8 | 178.9 | 178.9 | +| 16 | AgriGold | K5836PWE | PWE | - | 18.3 | 57.7 | 194.6 | 194.6 | +| 13 | AgriGold | A638-19-3110 | 3110 | - | 18.5 | 57.5 | 206.6 | 206.6 | +| 10 | AgriGold | A637-72VT2PRO | VT2Pro | - | 17.7 | 59.1 | 210.9 | 210.9 | +| 6 | AgriGold | A636-39-3110 | 3110 | - | 17.9 | 58.2 | 225.4 | 225.4 | +| 1 | AgriGold | A632-68VT2RIB | VT2RIB | - | 17.0 | 59.1 | 242.6 | 242.6 | +| 3 | AgriGold | A631-08VT2PRO | VT2Pro | - | 16.6 | 56.6 | 239.1 | 239.1 | +| 4 | AgriGold | A630-04AA-RN | 3120 | - | 17.3 | 58.0 | 237.9 | 237.9 | + +Top 5 by Yield: A632-68VT2RIB (AgriGold) 242.6, A643-52VT2RIB (AgriGold) 239.7, A631-08VT2PRO (AgriGold) 239.1, A630-04AA-RN (AgriGold) 237.9, A643-24PCE (AgriGold) 225.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143484.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143484.json new file mode 100644 index 00000000..08c618e3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143484.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143484", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "South Bend", + "county": "St. Joseph", + "year": 2024, + "plot_id": "143484", + "cooperator": "Tim Freehauf", + "plot_average": 198.62, + "planted_date": "2024-05-04", + "harvested_date": "2024-10-11", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Muck", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 56.4, + "Yield": 199.4, + "Adj Yield": 199.4 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A618-34VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 56.3, + "Yield": 143.9, + "Adj Yield": 143.9 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A626-39VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 53.7, + "Yield": 187.5, + "Adj Yield": 187.5 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P0035AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 58.0, + "Yield": 201.7, + "Adj Yield": 201.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 56.6, + "Yield": 219.8, + "Adj Yield": 219.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 59.2, + "Yield": 199.1, + "Adj Yield": 199.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 56.8, + "Yield": 209.3, + "Adj Yield": 209.3 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A635-54VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 57.1, + "Yield": 194.5, + "Adj Yield": 194.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.3, + "Yield": 200.6, + "Adj Yield": 200.6 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P0529Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 57.5, + "Yield": 190.0, + "Adj Yield": 190.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 56.7, + "Yield": 218.3, + "Adj Yield": 218.3 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P0720AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 58.5, + "Yield": 209.3, + "Adj Yield": 209.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 56.8, + "Yield": 208.6, + "Adj Yield": 208.6 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143484" + ], + "fetched_at": "2026-05-27T02:19:05.291239+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143484.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143484.md new file mode 100644 index 00000000..57effeb0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143484.md @@ -0,0 +1,43 @@ +# Corn yield trial — South Bend, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** St. Joseph +- **City:** South Bend +- **Year:** 2024 +- **Plot ID:** 143484 +- **Cooperator:** Tim Freehauf +- **Plot average:** 198.62 BU/Ac +- **Planted:** 2024-05-04 +- **Harvested:** 2024-10-11 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Muck +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143484 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | AgriGold | A636-11VT2RIB | VT2RIB | - | 13.5 | 56.4 | 199.4 | 199.4 | +| 13 | AgriGold | A618-34VT2PRO | VT2Pro | - | 12.7 | 56.3 | 143.9 | 143.9 | +| 12 | AgriGold | A626-39VT2PRO | VT2Pro | - | 13.1 | 53.7 | 187.5 | 187.5 | +| 6 | Pioneer | P0035AM | AM | - | 14.4 | 58.0 | 201.7 | 201.7 | +| 1 | AgriGold | A631-08VT2PRO | VT2Pro | - | 14.0 | 56.6 | 219.8 | 219.8 | +| 9 | AgriGold | A632-68VT2RIB | VT2RIB | - | 13.8 | 59.2 | 199.1 | 199.1 | +| 4 | AgriGold | A636-11VT2RIB | VT2RIB | - | 13.2 | 56.8 | 209.3 | 209.3 | +| 10 | AgriGold | A635-54VT2RIB | VT2RIB | - | 13.4 | 57.1 | 194.5 | 194.5 | +| 7 | AgriGold | A636-39-3110 | 3110 | - | 14.8 | 58.3 | 200.6 | 200.6 | +| 11 | Pioneer | P0529Q | QROME | - | 14.2 | 57.5 | 190.0 | 190.0 | +| 2 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.5 | 56.7 | 218.3 | 218.3 | +| 3 | Pioneer | P0720AM | AM | - | 15.6 | 58.5 | 209.3 | 209.3 | +| 5 | AgriGold | A636-11VT2RIB | VT2RIB | - | 13.4 | 56.8 | 208.6 | 208.6 | + +Top 5 by Yield: A631-08VT2PRO (AgriGold) 219.8, A639-03VT2RIB (AgriGold) 218.3, A636-11VT2RIB (AgriGold) 209.3, P0720AM (Pioneer) 209.3, A636-11VT2RIB (AgriGold) 208.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143485.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143485.json new file mode 100644 index 00000000..d2694a07 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143485.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143485", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Danvers", + "county": "McLean", + "year": 2024, + "plot_id": "143485", + "cooperator": "TYLER DEAL", + "plot_average": 265.09, + "planted_date": "2024-05-25", + "harvested_date": "2024-10-24", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 12, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.4, + "Yield": 254.0, + "Adj Yield": 254.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 59.2, + "Yield": 285.1, + "Adj Yield": 285.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 59.2, + "Yield": 264.3, + "Adj Yield": 264.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 61.4, + "Yield": 281.2, + "Adj Yield": 281.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 60.8, + "Yield": 282.2, + "Adj Yield": 282.2 + } + }, + { + "rank": 9, + "brand": "ProHarvest", + "product": "83P66VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 59.1, + "Yield": 266.5, + "Adj Yield": 266.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 58.4, + "Yield": 284.7, + "Adj Yield": 284.7 + } + }, + { + "rank": 1, + "brand": "ProHarvest", + "product": "84P78TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 58.4, + "Yield": 286.7, + "Adj Yield": 286.7 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 58.0, + "Yield": 263.3, + "Adj Yield": 263.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 58.0, + "Yield": 272.2, + "Adj Yield": 272.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 62.4, + "Yield": 277.3, + "Adj Yield": 277.3 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 60.7, + "Yield": 229.2, + "Adj Yield": 229.2 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A646-30", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 59.7, + "Yield": 251.8, + "Adj Yield": 251.8 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 58.8, + "Yield": 242.2, + "Adj Yield": 242.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 56.6, + "Yield": 277.0, + "Adj Yield": 277.0 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A648-11", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 56.6, + "Yield": 223.8, + "Adj Yield": 223.8 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143485" + ], + "fetched_at": "2026-05-27T02:19:05.760698+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143485.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143485.md new file mode 100644 index 00000000..488646e9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143485.md @@ -0,0 +1,46 @@ +# Corn yield trial — Danvers, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** McLean +- **City:** Danvers +- **Year:** 2024 +- **Plot ID:** 143485 +- **Cooperator:** TYLER DEAL +- **Plot average:** 265.09 BU/Ac +- **Planted:** 2024-05-25 +- **Harvested:** 2024-10-24 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143485 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 12 | AgriGold | J6015PWE | PWE | - | 15.4 | 60.4 | 254.0 | 254.0 | +| 2 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.1 | 59.2 | 285.1 | 285.1 | +| 10 | AgriGold | A642-18SSP | SSP | - | 17.4 | 59.2 | 264.3 | 264.3 | +| 5 | AgriGold | A642-32VT2PRO | VT2Pro | - | 17.2 | 61.4 | 281.2 | 281.2 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.8 | 60.8 | 282.2 | 282.2 | +| 9 | ProHarvest | 83P66VT2RIB | VT2RIB | - | 17.7 | 59.1 | 266.5 | 266.5 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.1 | 58.4 | 284.7 | 284.7 | +| 1 | ProHarvest | 84P78TRERIB | TreceptaRIB | - | 17.8 | 58.4 | 286.7 | 286.7 | +| 11 | AgriGold | A645-16 | C | - | 18.1 | 58.0 | 263.3 | 263.3 | +| 8 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.1 | 58.0 | 272.2 | 272.2 | +| 6 | AgriGold | A645-30VT2PRO | VT2Pro | - | 17.8 | 62.4 | 277.3 | 277.3 | +| 15 | AgriGold | A645-71STXRIB | STXRIB | - | 17.4 | 60.7 | 229.2 | 229.2 | +| 13 | AgriGold | A646-30 | C | - | 16.9 | 59.7 | 251.8 | 251.8 | +| 14 | AgriGold | A646-30VT2RIB | VT2RIB | - | 17.1 | 58.8 | 242.2 | 242.2 | +| 7 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 20.0 | 56.6 | 277.0 | 277.0 | +| 16 | AgriGold | A648-11 | C | - | 20.2 | 56.6 | 223.8 | 223.8 | + +Top 5 by Yield: 84P78TRERIB (ProHarvest) 286.7, A642-05VT2RIBD1 (AgriGold) 285.1, A644-64VT2RIB (AgriGold) 284.7, A643-52VT2RIB (AgriGold) 282.2, A642-32VT2PRO (AgriGold) 281.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143502.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143502.json new file mode 100644 index 00000000..18220828 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143502.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143502", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Hartsburg", + "county": "Logan", + "year": 2024, + "plot_id": "143502", + "cooperator": "Dirk Aper", + "plot_average": 272.89, + "planted_date": "2024-05-13", + "harvested_date": "2024-10-09", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 56.1, + "Yield": 272.5, + "Adj Yield": 272.5 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 60.3, + "Yield": 218.3, + "Adj Yield": 218.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 56.1, + "Yield": 276.9, + "Adj Yield": 276.9 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 59.0, + "Yield": 261.1, + "Adj Yield": 261.1 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 60.5, + "Yield": 254.0, + "Adj Yield": 254.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 60.0, + "Yield": 282.0, + "Adj Yield": 282.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 56.8, + "Yield": 295.3, + "Adj Yield": 295.3 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 56.8, + "Yield": 254.1, + "Adj Yield": 254.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 59.6, + "Yield": 266.1, + "Adj Yield": 266.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 57.1, + "Yield": 303.4, + "Adj Yield": 303.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 58.1, + "Yield": 303.6, + "Adj Yield": 303.6 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 56.8, + "Yield": 254.1, + "Adj Yield": 254.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 57.0, + "Yield": 264.7, + "Adj Yield": 264.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 60.2, + "Yield": 314.1, + "Adj Yield": 314.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 59.2, + "Yield": 287.6, + "Adj Yield": 287.6 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 55.6, + "Yield": 258.5, + "Adj Yield": 258.5 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143502" + ], + "fetched_at": "2026-05-27T02:19:06.281950+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143502.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143502.md new file mode 100644 index 00000000..b31da01e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143502.md @@ -0,0 +1,46 @@ +# Corn yield trial — Hartsburg, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Logan +- **City:** Hartsburg +- **Year:** 2024 +- **Plot ID:** 143502 +- **Cooperator:** Dirk Aper +- **Plot average:** 272.89 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-09 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143502 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.6 | 56.1 | 272.5 | 272.5 | +| 16 | AgriGold | A637-72VT2PRO | VT2Pro | - | 15.0 | 60.3 | 218.3 | 218.3 | +| 7 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.6 | 56.1 | 276.9 | 276.9 | +| 11 | AgriGold | A640-12STXRIB | STXRIB | - | 14.9 | 59.0 | 261.1 | 261.1 | +| 15 | AgriGold | A640-16-3110 | 3110 | - | 15.0 | 60.5 | 254.0 | 254.0 | +| 6 | AgriGold | A641-85STXRIB | STXRIB | - | 14.9 | 60.0 | 282.0 | 282.0 | +| 4 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.7 | 56.8 | 295.3 | 295.3 | +| 13 | AgriGold | A641-26-3110 | 3110 | - | 16.7 | 56.8 | 254.1 | 254.1 | +| 9 | AgriGold | A642-32VT2PRO | VT2Pro | - | 16.3 | 59.6 | 266.1 | 266.1 | +| 3 | AgriGold | A643-24PCE | PCE | - | 16.5 | 57.1 | 303.4 | 303.4 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.3 | 58.1 | 303.6 | 303.6 | +| 13 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.3 | 56.8 | 254.1 | 254.1 | +| 10 | AgriGold | A646-30VT2RIB | VT2RIB | - | 17.3 | 57.0 | 264.7 | 264.7 | +| 1 | AgriGold | A645-71STXRIB | STXRIB | - | 17.3 | 60.2 | 314.1 | 314.1 | +| 5 | AgriGold | A645-30VT2PRO | VT2Pro | - | 16.8 | 59.2 | 287.6 | 287.6 | +| 12 | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.4 | 55.6 | 258.5 | 258.5 | + +Top 5 by Yield: A645-71STXRIB (AgriGold) 314.1, A643-52VT2RIB (AgriGold) 303.6, A643-24PCE (AgriGold) 303.4, A642-05VT2RIBD1 (AgriGold) 295.3, A645-30VT2PRO (AgriGold) 287.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143505.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143505.json new file mode 100644 index 00000000..947bb9da --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143505.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143505", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NJ", + "state_abbrev": "nj", + "city": "Pennsville", + "county": "Salem", + "year": 2024, + "plot_id": "143505", + "cooperator": "ZRH farms Zach heiken", + "plot_average": 195.85, + "planted_date": "2024-06-03", + "harvested_date": "2024-11-13", + "population_seeds_per_acre": 28000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Sandy Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 12, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": null, + "Yield": 179.6, + "Adj Yield": 179.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": null, + "Yield": 210.5, + "Adj Yield": 210.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 220.5, + "Adj Yield": 220.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 208.9, + "Adj Yield": 208.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 214.3, + "Adj Yield": 214.3 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 174.7, + "Adj Yield": 174.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": null, + "Yield": 207.1, + "Adj Yield": 207.1 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 176.5, + "Adj Yield": 176.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 209.0, + "Adj Yield": 209.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 197.9, + "Adj Yield": 197.9 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 189.8, + "Adj Yield": 189.8 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 174.0, + "Adj Yield": 174.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 186.0, + "Adj Yield": 186.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 200.3, + "Adj Yield": 200.3 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A646-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 188.6, + "Adj Yield": 188.6 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143505" + ], + "fetched_at": "2026-05-27T02:19:06.771879+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143505.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143505.md new file mode 100644 index 00000000..380a6238 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143505.md @@ -0,0 +1,45 @@ +# Corn yield trial — Pennsville, NJ, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NJ +- **County:** Salem +- **City:** Pennsville +- **Year:** 2024 +- **Plot ID:** 143505 +- **Cooperator:** ZRH farms Zach heiken +- **Plot average:** 195.85 BU/Ac +- **Planted:** 2024-06-03 +- **Harvested:** 2024-11-13 +- **Population:** 28,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Sandy Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143505 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 12 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.7 | - | 179.6 | 179.6 | +| 3 | AgriGold | A640-16-3110 | 3110 | - | 15.3 | - | 210.5 | 210.5 | +| 1 | AgriGold | A641-26-3110 | 3110 | - | 16.1 | - | 220.5 | 220.5 | +| 5 | AgriGold | J6227DV-RN | 5222 | - | 16.2 | - | 208.9 | 208.9 | +| 2 | AgriGold | A642-18SSP | SSP | - | 15.5 | - | 214.3 | 214.3 | +| 14 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.5 | - | 174.7 | 174.7 | +| 6 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.7 | - | 207.1 | 207.1 | +| 13 | AgriGold | K6429AA | 3120EZ | - | 15.5 | - | 176.5 | 176.5 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.6 | - | 209.0 | 209.0 | +| 8 | AgriGold | A645-30VT2PRO | VT2Pro | - | 16.1 | - | 197.9 | 197.9 | +| 9 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.7 | - | 189.8 | 189.8 | +| 15 | AgriGold | A646-30VT2RIB | VT2RIB | - | 17.5 | - | 174.0 | 174.0 | +| 11 | AgriGold | J6621VT2PRO | VT2Pro | - | 17.1 | - | 186.0 | 186.0 | +| 7 | AgriGold | A646-17STXRIB | STXRIB | - | 16.1 | - | 200.3 | 200.3 | +| 10 | AgriGold | A646-12STXRIB | STXRIB | - | 17.4 | - | 188.6 | 188.6 | + +Top 5 by Yield: A641-26-3110 (AgriGold) 220.5, A642-18SSP (AgriGold) 214.3, A640-16-3110 (AgriGold) 210.5, A644-64VT2RIB (AgriGold) 209.0, J6227DV-RN (AgriGold) 208.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143511.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143511.json new file mode 100644 index 00000000..76200216 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143511.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143511", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Tina", + "county": "Carroll", + "year": 2024, + "plot_id": "143511", + "cooperator": "Curt Grossman", + "plot_average": 251.92, + "planted_date": "2024-04-12", + "harvested_date": "2024-10-01", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": null, + "Yield": 238.5, + "Adj Yield": 238.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": null, + "Yield": 253.3, + "Adj Yield": 253.3 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": null, + "Yield": 231.8, + "Adj Yield": 231.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 248.0, + "Adj Yield": 248.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 244.2, + "Adj Yield": 244.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 254.9, + "Adj Yield": 254.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": null, + "Yield": 275.5, + "Adj Yield": 275.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 255.3, + "Adj Yield": 255.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 272.3, + "Adj Yield": 272.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 245.4, + "Adj Yield": 245.4 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143511" + ], + "fetched_at": "2026-05-27T02:19:07.265070+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143511.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143511.md new file mode 100644 index 00000000..b81c5b82 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143511.md @@ -0,0 +1,39 @@ +# Corn yield trial — Tina, MO, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Carroll +- **City:** Tina +- **Year:** 2024 +- **Plot ID:** 143511 +- **Cooperator:** Curt Grossman +- **Plot average:** 251.92 BU/Ac +- **Planted:** 2024-04-12 +- **Harvested:** 2024-10-01 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143511 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | AgriGold | A637-72VT2PRO | VT2Pro | - | 14.4 | - | 238.5 | 238.5 | +| 5 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.8 | - | 253.3 | 253.3 | +| 10 | AgriGold | A640-16-3110 | 3110 | - | 15.4 | - | 231.8 | 231.8 | +| 6 | AgriGold | A641-26-3110 | 3110 | - | 15.9 | - | 248.0 | 248.0 | +| 8 | AgriGold | J6227DV-RN | 5222 | - | 15.2 | - | 244.2 | 244.2 | +| 4 | AgriGold | A642-32VT2PRO | VT2Pro | - | 16.1 | - | 254.9 | 254.9 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.0 | - | 275.5 | 275.5 | +| 3 | AgriGold | A643-24PCE | PCE | - | 15.6 | - | 255.3 | 255.3 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.6 | - | 272.3 | 272.3 | +| 7 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 15.6 | - | 245.4 | 245.4 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 275.5, A644-64VT2RIB (AgriGold) 272.3, A643-24PCE (AgriGold) 255.3, A642-32VT2PRO (AgriGold) 254.9, A639-03VT2RIB (AgriGold) 253.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143556.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143556.json new file mode 100644 index 00000000..16fdcea8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143556.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143556", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Bremen", + "county": "Elkhart", + "year": 2024, + "plot_id": "143556", + "cooperator": "Lamar Reichert", + "plot_average": 178.17, + "planted_date": "2024-05-19", + "harvested_date": "2024-10-24", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 3, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 54.8, + "Yield": 188.0, + "Adj Yield": 188.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 54.5, + "Yield": 178.0, + "Adj Yield": 178.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 56.8, + "Yield": 165.4, + "Adj Yield": 165.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "K5218D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 54.3, + "Yield": 160.0, + "Adj Yield": 160.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 54.8, + "Yield": 170.0, + "Adj Yield": 170.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": 53.6, + "Yield": 173.1, + "Adj Yield": 173.1 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 53.1, + "Yield": 173.4, + "Adj Yield": 173.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 52.6, + "Yield": 179.3, + "Adj Yield": 179.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 54.5, + "Yield": 190.5, + "Adj Yield": 190.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A640-65-5222AEZ", + "traits": "5222AEZ", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 53.9, + "Yield": 204.0, + "Adj Yield": 204.0 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143556" + ], + "fetched_at": "2026-05-27T02:19:07.737243+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143556.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143556.md new file mode 100644 index 00000000..af37498f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143556.md @@ -0,0 +1,39 @@ +# Corn yield trial — Bremen, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Elkhart +- **City:** Bremen +- **Year:** 2024 +- **Plot ID:** 143556 +- **Cooperator:** Lamar Reichert +- **Plot average:** 178.17 BU/Ac +- **Planted:** 2024-05-19 +- **Harvested:** 2024-10-24 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143556 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | AgriGold | A630-04AA-RN | 3120 | - | 18.1 | 54.8 | 188.0 | 188.0 | +| 5 | AgriGold | A631-08VT2PRO | VT2Pro | - | 17.8 | 54.5 | 178.0 | 178.0 | +| 9 | AgriGold | A632-68VT2RIB | VT2RIB | - | 17.6 | 56.8 | 165.4 | 165.4 | +| 10 | AgriGold | K5218D | 5122EZ | - | 19.0 | 54.3 | 160.0 | 160.0 | +| 8 | AgriGold | A636-39-3110 | 3110 | - | 19.8 | 54.8 | 170.0 | 170.0 | +| 7 | AgriGold | A636-16-5222 | 5222 | - | 22.5 | 53.6 | 173.1 | 173.1 | +| 6 | AgriGold | A638-19-3110 | 3110 | - | 22.6 | 53.1 | 173.4 | 173.4 | +| 4 | AgriGold | A639-03VT2RIB | VT2RIB | - | 23.2 | 52.6 | 179.3 | 179.3 | +| 2 | AgriGold | J6015PWE | PWE | - | 20.3 | 54.5 | 190.5 | 190.5 | +| 1 | AgriGold | A640-65-5222AEZ | 5222AEZ | - | 20.6 | 53.9 | 204.0 | 204.0 | + +Top 5 by Yield: A640-65-5222AEZ (AgriGold) 204.0, J6015PWE (AgriGold) 190.5, A630-04AA-RN (AgriGold) 188.0, A639-03VT2RIB (AgriGold) 179.3, A631-08VT2PRO (AgriGold) 178.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143560.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143560.json new file mode 100644 index 00000000..36f6e4c0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143560.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143560", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "TN", + "state_abbrev": "tn", + "city": "Puryear", + "county": "Henry", + "year": 2024, + "plot_id": "143560", + "cooperator": "Tony Brannon", + "plot_average": 266.13, + "planted_date": "2024-04-15", + "harvested_date": "2024-09-04", + "population_seeds_per_acre": 34500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.9, + "Yield": 249.5, + "Adj Yield": 249.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 59.3, + "Yield": 250.0, + "Adj Yield": 250.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.4, + "Yield": 269.1, + "Adj Yield": 269.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 59.9, + "Yield": 257.0, + "Adj Yield": 257.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 58.2, + "Yield": 278.3, + "Adj Yield": 278.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 56.8, + "Yield": 264.1, + "Adj Yield": 264.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 57.8, + "Yield": 280.4, + "Adj Yield": 280.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 59.7, + "Yield": 284.2, + "Adj Yield": 284.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A648-11VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 58.8, + "Yield": 270.6, + "Adj Yield": 270.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 61.1, + "Yield": 258.1, + "Adj Yield": 258.1 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143560" + ], + "fetched_at": "2026-05-27T02:19:08.239358+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143560.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143560.md new file mode 100644 index 00000000..a3f150da --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143560.md @@ -0,0 +1,40 @@ +# Corn yield trial — Puryear, TN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** TN +- **County:** Henry +- **City:** Puryear +- **Year:** 2024 +- **Plot ID:** 143560 +- **Cooperator:** Tony Brannon +- **Plot average:** 266.13 BU/Ac +- **Planted:** 2024-04-15 +- **Harvested:** 2024-09-04 +- **Population:** 34,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143560 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 10 | AgriGold | A643-52VT2PRO | VT2Pro | - | 15.6 | 59.9 | 249.5 | 249.5 | +| 9 | AgriGold | A643-24PCE | PCE | - | 15.3 | 59.3 | 250.0 | 250.0 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.8 | 58.4 | 269.1 | 269.1 | +| 8 | AgriGold | K6429AA | 3120EZ | - | 15.9 | 59.9 | 257.0 | 257.0 | +| 3 | AgriGold | A645-16VT2PRO | VT2Pro | - | 16.5 | 58.2 | 278.3 | 278.3 | +| 6 | AgriGold | A645-22TRC | Trecepta | - | 15.4 | 56.8 | 264.1 | 264.1 | +| 2 | AgriGold | A647-42TRC | Trecepta | - | 18.3 | 57.8 | 280.4 | 280.4 | +| 1 | AgriGold | A647-79VT2PRO | VT2Pro | - | 15.8 | 59.7 | 284.2 | 284.2 | +| 4 | AgriGold | A648-11VT2PRO | VT2Pro | - | 18.3 | 58.8 | 270.6 | 270.6 | +| 7 | AgriGold | J6621VT2PRO | VT2Pro | - | 17.6 | 61.1 | 258.1 | 258.1 | + +Top 5 by Yield: A647-79VT2PRO (AgriGold) 284.2, A647-42TRC (AgriGold) 280.4, A645-16VT2PRO (AgriGold) 278.3, A648-11VT2PRO (AgriGold) 270.6, A644-64VT2RIB (AgriGold) 269.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143562.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143562.json new file mode 100644 index 00000000..aef31dc4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143562.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143562", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "TN", + "state_abbrev": "tn", + "city": "Martin", + "county": "Weakley", + "year": 2024, + "plot_id": "143562", + "cooperator": "University of Tennessee at Martin", + "plot_average": 220.19, + "planted_date": "2024-04-17", + "harvested_date": "2024-09-10", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 59.7, + "Yield": 240.7, + "Adj Yield": 240.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 61.5, + "Yield": 228.2, + "Adj Yield": 228.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 60.6, + "Yield": 224.0, + "Adj Yield": 224.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 61.3, + "Yield": 226.8, + "Adj Yield": 226.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 59.7, + "Yield": 244.6, + "Adj Yield": 244.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 58.5, + "Yield": 211.5, + "Adj Yield": 211.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 58.6, + "Yield": 202.4, + "Adj Yield": 202.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 61.8, + "Yield": 217.9, + "Adj Yield": 217.9 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A648-11VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 61.4, + "Yield": 211.1, + "Adj Yield": 211.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 62.2, + "Yield": 194.7, + "Adj Yield": 194.7 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143562" + ], + "fetched_at": "2026-05-27T02:19:08.759801+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143562.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143562.md new file mode 100644 index 00000000..fc5941ed --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143562.md @@ -0,0 +1,40 @@ +# Corn yield trial — Martin, TN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** TN +- **County:** Weakley +- **City:** Martin +- **Year:** 2024 +- **Plot ID:** 143562 +- **Cooperator:** University of Tennessee at Martin +- **Plot average:** 220.19 BU/Ac +- **Planted:** 2024-04-17 +- **Harvested:** 2024-09-10 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143562 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | A642-18SSP | SSP | - | 13.2 | 59.7 | 240.7 | 240.7 | +| 3 | AgriGold | A643-52VT2PRO | VT2Pro | - | 11.7 | 61.5 | 228.2 | 228.2 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 12.7 | 60.6 | 224.0 | 224.0 | +| 4 | AgriGold | A645-30VT2PRO | VT2Pro | - | 13.0 | 61.3 | 226.8 | 226.8 | +| 1 | AgriGold | A645-16VT2PRO | VT2Pro | - | 13.5 | 59.7 | 244.6 | 244.6 | +| 7 | AgriGold | A645-22TRC | Trecepta | - | 12.1 | 58.5 | 211.5 | 211.5 | +| 9 | AgriGold | A647-42TRC | Trecepta | - | 12.2 | 58.6 | 202.4 | 202.4 | +| 6 | AgriGold | A647-79VT2PRO | VT2Pro | - | 11.7 | 61.8 | 217.9 | 217.9 | +| 8 | AgriGold | A648-11VT2PRO | VT2Pro | - | 12.0 | 61.4 | 211.1 | 211.1 | +| 10 | AgriGold | J6621VT2PRO | VT2Pro | - | 12.7 | 62.2 | 194.7 | 194.7 | + +Top 5 by Yield: A645-16VT2PRO (AgriGold) 244.6, A642-18SSP (AgriGold) 240.7, A643-52VT2PRO (AgriGold) 228.2, A645-30VT2PRO (AgriGold) 226.8, A644-64VT2RIB (AgriGold) 224.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143581.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143581.json new file mode 100644 index 00000000..6ad3f56e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143581.json @@ -0,0 +1,309 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143581", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NY", + "state_abbrev": "ny", + "city": "Mount morris", + "county": "Livingston", + "year": 2024, + "plot_id": "143581", + "cooperator": "John Macauley", + "plot_average": 221.5, + "planted_date": "2024-06-04", + "harvested_date": "2024-11-12", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Clay Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 19, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 26.3, + "Test Wt.": 52.0, + "Yield": 207.5, + "Adj Yield": 207.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 54.9, + "Yield": 221.3, + "Adj Yield": 221.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 50.7, + "Yield": 230.6, + "Adj Yield": 230.6 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 56.4, + "Yield": 218.8, + "Adj Yield": 218.8 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P0035AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 53.4, + "Yield": 231.1, + "Adj Yield": 231.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 56.2, + "Yield": 224.8, + "Adj Yield": 224.8 + } + }, + { + "rank": 14, + "brand": "Pioneer", + "product": "P9955PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 55.2, + "Yield": 217.3, + "Adj Yield": 217.3 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 55.6, + "Yield": 219.8, + "Adj Yield": 219.8 + } + }, + { + "rank": 12, + "brand": "Pioneer", + "product": "P9845AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 56.3, + "Yield": 218.8, + "Adj Yield": 218.8 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P9845AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 55.6, + "Yield": 231.3, + "Adj Yield": 231.3 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A626-39VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 55.9, + "Yield": 208.6, + "Adj Yield": 208.6 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P9624AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 58.7, + "Yield": 230.3, + "Adj Yield": 230.3 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A625-78VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 56.2, + "Yield": 220.5, + "Adj Yield": 220.5 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P9489AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 56.8, + "Yield": 240.2, + "Adj Yield": 240.2 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P9955AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 56.4, + "Yield": 243.8, + "Adj Yield": 243.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A623-88VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 55.7, + "Yield": 244.4, + "Adj Yield": 244.4 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "K4108PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 57.2, + "Yield": 209.4, + "Adj Yield": 209.4 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A621-89-5222AEZ", + "traits": "5222AEZ", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 55.6, + "Yield": 205.4, + "Adj Yield": 205.4 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A619-06VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 57.7, + "Yield": 209.7, + "Adj Yield": 209.7 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A618-34VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 55.4, + "Yield": 212.8, + "Adj Yield": 212.8 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A616-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.8, + "Yield": 205.2, + "Adj Yield": 205.2 + } + } + ], + "n_results": 21, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143581" + ], + "fetched_at": "2026-05-27T02:19:09.249919+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143581.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143581.md new file mode 100644 index 00000000..6cb84d66 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143581.md @@ -0,0 +1,51 @@ +# Corn yield trial — Mount morris, NY, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NY +- **County:** Livingston +- **City:** Mount morris +- **Year:** 2024 +- **Plot ID:** 143581 +- **Cooperator:** John Macauley +- **Plot average:** 221.5 BU/Ac +- **Planted:** 2024-06-04 +- **Harvested:** 2024-11-12 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Clay Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143581 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 19 | AgriGold | A636-16-5222 | 5222 | - | 26.3 | 52.0 | 207.5 | 207.5 | +| 9 | AgriGold | A632-68VT2RIB | VT2RIB | - | 20.5 | 54.9 | 221.3 | 221.3 | +| 6 | AgriGold | A631-08VT2PRO | VT2Pro | - | 19.9 | 50.7 | 230.6 | 230.6 | +| 13 | AgriGold | A630-04AA-RN | 3120 | - | 20.0 | 56.4 | 218.8 | 218.8 | +| 5 | Pioneer | P0035AM | AM | - | 20.7 | 53.4 | 231.1 | 231.1 | +| 8 | AgriGold | A629-55VT2RIB | VT2RIB | - | 20.1 | 56.2 | 224.8 | 224.8 | +| 14 | Pioneer | P9955PCE | PCE | - | 19.6 | 55.2 | 217.3 | 217.3 | +| 11 | AgriGold | A628-51SSPRIB | SSPRIB | - | 20.3 | 55.6 | 219.8 | 219.8 | +| 12 | Pioneer | P9845AM | AM | - | 20.7 | 56.3 | 218.8 | 218.8 | +| 4 | Pioneer | P9845AM | AM | - | 19.5 | 55.6 | 231.3 | 231.3 | +| 18 | AgriGold | A626-39VT2PRO | VT2Pro | - | 18.6 | 55.9 | 208.6 | 208.6 | +| 7 | Pioneer | P9624AM | AM | - | 17.7 | 58.7 | 230.3 | 230.3 | +| 10 | AgriGold | A625-78VT2RIB | VT2RIB | - | 19.4 | 56.2 | 220.5 | 220.5 | +| 3 | Pioneer | P9489AM | AM | - | 18.6 | 56.8 | 240.2 | 240.2 | +| 2 | Pioneer | P9955AM | AM | - | 21.2 | 56.4 | 243.8 | 243.8 | +| 1 | AgriGold | A623-88VT2PRO | VT2Pro | - | 17.5 | 55.7 | 244.4 | 244.4 | +| 17 | AgriGold | K4108PWE | PWE | - | 19.4 | 57.2 | 209.4 | 209.4 | +| 20 | AgriGold | A621-89-5222AEZ | 5222AEZ | - | 19.4 | 55.6 | 205.4 | 205.4 | +| 16 | AgriGold | A619-06VT2RIB | VT2RIB | - | 18.3 | 57.7 | 209.7 | 209.7 | +| 15 | AgriGold | A618-34VT2RIB | VT2RIB | - | 17.5 | 55.4 | 212.8 | 212.8 | +| 21 | AgriGold | A616-30VT2RIB | VT2RIB | - | 17.0 | 57.8 | 205.2 | 205.2 | + +Top 5 by Yield: A623-88VT2PRO (AgriGold) 244.4, P9955AM (Pioneer) 243.8, P9489AM (Pioneer) 240.2, P9845AM (Pioneer) 231.3, P0035AM (Pioneer) 231.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143588.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143588.json new file mode 100644 index 00000000..81e99601 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143588.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143588", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "AR", + "state_abbrev": "ar", + "city": "Paragould", + "county": "Greene", + "year": 2024, + "plot_id": "143588", + "cooperator": "Derek Boling", + "plot_average": 249.93, + "planted_date": "2024-04-09", + "harvested_date": "2024-08-22", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC66-06", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 57.7, + "Yield": 254.7, + "Adj Yield": 254.7 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 56.3, + "Yield": 235.8, + "Adj Yield": 235.8 + } + }, + { + "rank": 14, + "brand": "Dyna Gro", + "product": "D56TC44RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 57.3, + "Yield": 239.8, + "Adj Yield": 239.8 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 58.0, + "Yield": 238.5, + "Adj Yield": 238.5 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P1511YHR", + "traits": "Intrasect", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 60.5, + "Yield": 240.8, + "Adj Yield": 240.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 57.5, + "Yield": 246.5, + "Adj Yield": 246.5 + } + }, + { + "rank": 11, + "brand": "Progeny Seed", + "product": "2118VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 59.8, + "Yield": 244.6, + "Adj Yield": 244.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 56.9, + "Yield": 247.0, + "Adj Yield": 247.0 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 61.6, + "Yield": 273.5, + "Adj Yield": 273.5 + } + }, + { + "rank": 4, + "brand": "Becks", + "product": "6973TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 57.5, + "Yield": 264.1, + "Adj Yield": 264.1 + } + }, + { + "rank": 7, + "brand": "Dyna Gro", + "product": "D58VC74", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 58.7, + "Yield": 252.7, + "Adj Yield": 252.7 + } + }, + { + "rank": 5, + "brand": "Becks", + "product": "6574TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 58.5, + "Yield": 256.3, + "Adj Yield": 256.3 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P17677YHR", + "traits": "Leptra", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 57.8, + "Yield": 264.8, + "Adj Yield": 264.8 + } + }, + { + "rank": 17, + "brand": "Becks", + "product": "6803V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 58.8, + "Yield": 234.1, + "Adj Yield": 234.1 + } + }, + { + "rank": 12, + "brand": "Progeny Seed", + "product": "PGY2215TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.3, + "Yield": 243.2, + "Adj Yield": 243.2 + } + }, + { + "rank": 10, + "brand": "Becks", + "product": "6585TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 58.5, + "Yield": 245.8, + "Adj Yield": 245.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 58.6, + "Yield": 266.6, + "Adj Yield": 266.6 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143588" + ], + "fetched_at": "2026-05-27T02:19:09.777034+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143588.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143588.md new file mode 100644 index 00000000..dc679e3d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143588.md @@ -0,0 +1,47 @@ +# Corn yield trial — Paragould, AR, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** AR +- **County:** Greene +- **City:** Paragould +- **Year:** 2024 +- **Plot ID:** 143588 +- **Cooperator:** Derek Boling +- **Plot average:** 249.93 BU/Ac +- **Planted:** 2024-04-09 +- **Harvested:** 2024-08-22 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143588 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | Dekalb | DKC66-06 | Trecepta | - | 17.5 | 57.7 | 254.7 | 254.7 | +| 16 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.3 | 56.3 | 235.8 | 235.8 | +| 14 | Dyna Gro | D56TC44RIB | TreceptaRIB | - | 18.8 | 57.3 | 239.8 | 239.8 | +| 15 | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.4 | 58.0 | 238.5 | 238.5 | +| 13 | Pioneer | P1511YHR | Intrasect | - | 17.5 | 60.5 | 240.8 | 240.8 | +| 9 | AgriGold | A645-22TRC | Trecepta | - | 17.7 | 57.5 | 246.5 | 246.5 | +| 11 | Progeny Seed | 2118VT2PRO | VT2Pro | - | 17.9 | 59.8 | 244.6 | 244.6 | +| 8 | AgriGold | A647-42TRC | Trecepta | - | 19.7 | 56.9 | 247.0 | 247.0 | +| 1 | Dekalb | DKC68-35 | VT2Pro | - | 17.3 | 61.6 | 273.5 | 273.5 | +| 4 | Becks | 6973TCV2P | TreceptaRIB | - | 19.9 | 57.5 | 264.1 | 264.1 | +| 7 | Dyna Gro | D58VC74 | VT2Pro | - | 17.6 | 58.7 | 252.7 | 252.7 | +| 5 | Becks | 6574TCV2P | TreceptaRIB | - | 18.4 | 58.5 | 256.3 | 256.3 | +| 3 | Pioneer | P17677YHR | Leptra | - | 17.3 | 57.8 | 264.8 | 264.8 | +| 17 | Becks | 6803V2P | VT2RIB | - | 18.5 | 58.8 | 234.1 | 234.1 | +| 12 | Progeny Seed | PGY2215TRE | Trecepta | - | 17.0 | 58.3 | 243.2 | 243.2 | +| 10 | Becks | 6585TCV2P | TreceptaRIB | - | 17.3 | 58.5 | 245.8 | 245.8 | +| 2 | AgriGold | A647-79VT2PRO | VT2Pro | - | 17.1 | 58.6 | 266.6 | 266.6 | + +Top 5 by Yield: DKC68-35 (Dekalb) 273.5, A647-79VT2PRO (AgriGold) 266.6, P17677YHR (Pioneer) 264.8, 6973TCV2P (Becks) 264.1, 6574TCV2P (Becks) 256.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143597.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143597.json new file mode 100644 index 00000000..0fdc6023 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143597.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143597", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "city": "Bascom", + "county": "Seneca", + "year": 2024, + "plot_id": "143597", + "cooperator": "Glen and David Fruth", + "plot_average": 182.07, + "planted_date": "2024-06-10", + "harvested_date": "2024-11-02", + "population_seeds_per_acre": 34000, + "row_width": "20.0\"", + "num_rows": 12, + "soil_type": "Sandy Clay Loam", + "tillage": "Conventional", + "previous_crop": "Wheat", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 58.8, + "Yield": 171.4, + "Adj Yield": 171.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A648-11", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": 57.0, + "Yield": 170.6, + "Adj Yield": 175.98 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A646-30", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 55.8, + "Yield": 169.0, + "Adj Yield": 171.99 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 59.1, + "Yield": 168.7, + "Adj Yield": 169.43 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 55.0, + "Yield": 204.4, + "Adj Yield": 202.9 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 60.4, + "Yield": 174.3, + "Adj Yield": 170.47 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A6499", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 59.9, + "Yield": 183.5, + "Adj Yield": 177.22 + } + }, + { + "rank": 14, + "brand": "Golden Harvest", + "product": "G11V76-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 57.9, + "Yield": 173.1, + "Adj Yield": 163.75 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 57.8, + "Yield": 193.3, + "Adj Yield": 193.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A636-39", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 59.7, + "Yield": 187.5, + "Adj Yield": 178.22 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": null, + "Yield": 193.5, + "Adj Yield": 187.34 + } + }, + { + "rank": 7, + "brand": "Golden Harvest", + "product": "G05U86-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 60.1, + "Yield": 183.8, + "Adj Yield": 180.23 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A632-68", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 61.1, + "Yield": 194.8, + "Adj Yield": 193.48 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "K5218D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 60.1, + "Yield": 183.4, + "Adj Yield": 184.28 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A630-04", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 60.9, + "Yield": 193.6, + "Adj Yield": 196.72 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 59.4, + "Yield": 173.9, + "Adj Yield": 173.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 57.8, + "Yield": 193.3, + "Adj Yield": 196.99 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143597" + ], + "fetched_at": "2026-05-27T02:19:10.266074+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143597.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143597.md new file mode 100644 index 00000000..c6f09a07 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143597.md @@ -0,0 +1,47 @@ +# Corn yield trial — Bascom, OH, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** OH +- **County:** Seneca +- **City:** Bascom +- **Year:** 2024 +- **Plot ID:** 143597 +- **Cooperator:** Glen and David Fruth +- **Plot average:** 182.07 BU/Ac +- **Planted:** 2024-06-10 +- **Harvested:** 2024-11-02 +- **Population:** 34,000 seeds/acre +- **Row width:** 20.0" +- **# Rows:** 12 +- **Soil type:** Sandy Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Wheat +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143597 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A638-19 | C | - | 16.6 | 58.8 | 171.4 | 171.4 | +| 10 | AgriGold | A648-11 | C | - | 22.5 | 57.0 | 170.6 | 175.98 | +| 11 | AgriGold | A646-30 | C | - | 22.2 | 55.8 | 169.0 | 171.99 | +| 13 | AgriGold | A645-16 | C | - | 19.7 | 59.1 | 168.7 | 169.43 | +| 1 | AgriGold | A644-19 | C | - | 21.8 | 55.0 | 204.4 | 202.9 | +| 12 | AgriGold | A642-32 | C | - | 19.9 | 60.4 | 174.3 | 170.47 | +| 9 | AgriGold | A6499 | C | - | 21.3 | 59.9 | 183.5 | 177.22 | +| 14 | Golden Harvest | G11V76-AA | 3120EZ | - | 21.6 | 57.9 | 173.1 | 163.75 | +| - | AgriGold | A638-19 | C | - | 20.6 | 57.8 | 193.3 | 193.3 | +| 8 | AgriGold | A636-39 | C | - | 17.4 | 59.7 | 187.5 | 178.22 | +| 5 | AgriGold | A636-39-3110 | 3110 | - | 14.6 | - | 193.5 | 187.34 | +| 7 | Golden Harvest | G05U86-DV | 5222EZ | - | 19.7 | 60.1 | 183.8 | 180.23 | +| 4 | AgriGold | A632-68 | C | - | 17.5 | 61.1 | 194.8 | 193.48 | +| 6 | AgriGold | K5218D | 5122EZ | - | 17.0 | 60.1 | 183.4 | 184.28 | +| 3 | AgriGold | A630-04 | C | - | 17.7 | 60.9 | 193.6 | 196.72 | +| - | AgriGold | A638-19 | C | - | 17.4 | 59.4 | 173.9 | 173.9 | +| 2 | AgriGold | A638-19 | C | - | 20.6 | 57.8 | 193.3 | 196.99 | + +Top 5 by Yield: A644-19 (AgriGold) 204.4, A632-68 (AgriGold) 194.8, A630-04 (AgriGold) 193.6, A636-39-3110 (AgriGold) 193.5, A638-19 (AgriGold) 193.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143608.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143608.json new file mode 100644 index 00000000..df25bc3d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143608.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143608", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Avenue City", + "county": "Buchanan", + "year": 2024, + "plot_id": "143608", + "cooperator": "Adam Ford", + "plot_average": 272.29, + "planted_date": "2024-04-10", + "harvested_date": "2024-10-04", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Clay Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 60.4, + "Yield": 272.8, + "Adj Yield": 272.8 + } + }, + { + "rank": 10, + "brand": "Golden Harvest", + "product": "G11V76-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 60.5, + "Yield": 258.2, + "Adj Yield": 258.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 60.8, + "Yield": 272.3, + "Adj Yield": 272.3 + } + }, + { + "rank": 7, + "brand": "Golden Harvest", + "product": "G12U11-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 61.7, + "Yield": 267.6, + "Adj Yield": 267.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 60.5, + "Yield": 279.7, + "Adj Yield": 279.7 + } + }, + { + "rank": 11, + "brand": "Golden Harvest", + "product": "G13U96-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 60.2, + "Yield": 250.4, + "Adj Yield": 250.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 61.0, + "Yield": 294.8, + "Adj Yield": 294.8 + } + }, + { + "rank": 9, + "brand": "Golden Harvest", + "product": "G13U29-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.6, + "Yield": 258.7, + "Adj Yield": 258.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 58.0, + "Yield": 286.8, + "Adj Yield": 286.8 + } + }, + { + "rank": 2, + "brand": "Golden Harvest", + "product": "G15U34-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 58.0, + "Yield": 286.8, + "Adj Yield": 286.8 + } + }, + { + "rank": 8, + "brand": "Golden Harvest", + "product": "G15J91-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 61.8, + "Yield": 267.1, + "Adj Yield": 267.1 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143608" + ], + "fetched_at": "2026-05-27T02:19:10.737065+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143608.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143608.md new file mode 100644 index 00000000..b586de6a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143608.md @@ -0,0 +1,41 @@ +# Corn yield trial — Avenue City, MO, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Buchanan +- **City:** Avenue City +- **Year:** 2024 +- **Plot ID:** 143608 +- **Cooperator:** Adam Ford +- **Plot average:** 272.29 BU/Ac +- **Planted:** 2024-04-10 +- **Harvested:** 2024-10-04 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Clay Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143608 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | AgriGold | A645-16VT2RIB | VT2RIB | - | 13.8 | 60.4 | 272.8 | 272.8 | +| 10 | Golden Harvest | G11V76-AA | 3120EZ | - | 13.9 | 60.5 | 258.2 | 258.2 | +| 6 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 13.1 | 60.8 | 272.3 | 272.3 | +| 7 | Golden Harvest | G12U11-AA | 3220EZ | - | 13.7 | 61.7 | 267.6 | 267.6 | +| 4 | AgriGold | A642-32VT2PRO | VT2Pro | - | 12.9 | 60.5 | 279.7 | 279.7 | +| 11 | Golden Harvest | G13U96-DV | 5222EZ | - | 13.5 | 60.2 | 250.4 | 250.4 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 12.9 | 61.0 | 294.8 | 294.8 | +| 9 | Golden Harvest | G13U29-VZ | 3330EZ | - | 13.7 | 60.6 | 258.7 | 258.7 | +| 2 | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.5 | 58.0 | 286.8 | 286.8 | +| 2 | Golden Harvest | G15U34-V | 3220EZ | - | 14.5 | 58.0 | 286.8 | 286.8 | +| 8 | Golden Harvest | G15J91-V | 3220 | - | 14.7 | 61.8 | 267.1 | 267.1 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 294.8, A645-16VT2RIB (AgriGold) 286.8, G15U34-V (Golden Harvest) 286.8, A642-32VT2PRO (AgriGold) 279.7, A645-16VT2RIB (AgriGold) 272.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143619.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143619.json new file mode 100644 index 00000000..c4cc83a1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143619.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143619", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Norton", + "county": "Norton", + "year": 2024, + "plot_id": "143619", + "cooperator": "Andy Nickell", + "plot_average": 136.44, + "planted_date": "2024-06-10", + "harvested_date": "2024-11-29", + "population_seeds_per_acre": 18000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 55.4, + "Yield": 140.3, + "Adj Yield": 140.3 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 55.4, + "Yield": 140.3, + "Adj Yield": 133.75 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 57.5, + "Yield": 131.5, + "Adj Yield": 125.81 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 57.3, + "Yield": 130.9, + "Adj Yield": 126.18 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A631-12SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 58.7, + "Yield": 125.2, + "Adj Yield": 121.42 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A632-68DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 60.6, + "Yield": 139.9, + "Adj Yield": 137.11 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 57.9, + "Yield": 142.8, + "Adj Yield": 140.87 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A636-39DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.2, + "Yield": 132.0, + "Adj Yield": 131.04 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 58.8, + "Yield": 136.5, + "Adj Yield": 136.46 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 57.9, + "Yield": 134.4, + "Adj Yield": 135.37 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 57.3, + "Yield": 134.7, + "Adj Yield": 136.54 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 57.1, + "Yield": 136.7, + "Adj Yield": 139.47 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A640-65-5222AEZ", + "traits": "5222AEZ", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 56.7, + "Yield": 139.6, + "Adj Yield": 143.31 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 59.4, + "Yield": 144.4, + "Adj Yield": 149.13 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 59.7, + "Yield": 141.5, + "Adj Yield": 147.11 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-76VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 58.0, + "Yield": 136.5, + "Adj Yield": 143.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 56.0, + "Yield": 125.3, + "Adj Yield": 125.3 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143619" + ], + "fetched_at": "2026-05-27T02:19:11.260414+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143619.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143619.md new file mode 100644 index 00000000..80073f51 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143619.md @@ -0,0 +1,47 @@ +# Corn yield trial — Norton, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Norton +- **City:** Norton +- **Year:** 2024 +- **Plot ID:** 143619 +- **Cooperator:** Andy Nickell +- **Plot average:** 136.44 BU/Ac +- **Planted:** 2024-06-10 +- **Harvested:** 2024-11-29 +- **Population:** 18,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143619 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.9 | 55.4 | 140.3 | 140.3 | +| 11 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.9 | 55.4 | 140.3 | 133.75 | +| 14 | AgriGold | A630-04AA-RN | 3120 | - | 14.1 | 57.5 | 131.5 | 125.81 | +| 13 | AgriGold | A631-08VT2PRO | VT2Pro | - | 14.3 | 57.3 | 130.9 | 126.18 | +| 15 | AgriGold | A631-12SSP | SSP | - | 14.1 | 58.7 | 125.2 | 121.42 | +| 7 | AgriGold | A632-68DV-RN | 5222 | - | 14.4 | 60.6 | 139.9 | 137.11 | +| 5 | AgriGold | A636-16-5222 | 5222 | - | 14.6 | 57.9 | 142.8 | 140.87 | +| 12 | AgriGold | A636-39DV-RN | 5222 | - | 14.8 | 58.2 | 132.0 | 131.04 | +| 9 | AgriGold | A637-72VT2PRO | VT2Pro | - | 14.6 | 58.8 | 136.5 | 136.46 | +| 10 | AgriGold | A638-19-3110 | 3110 | - | 14.3 | 57.9 | 134.4 | 135.37 | +| 8 | AgriGold | A639-91SSPRIB | SSPRIB | - | 14.6 | 57.3 | 134.7 | 136.54 | +| 6 | AgriGold | A640-12STXRIB | STXRIB | - | 14.4 | 57.1 | 136.7 | 139.47 | +| 3 | AgriGold | A640-65-5222AEZ | 5222AEZ | - | 15.3 | 56.7 | 139.6 | 143.31 | +| 1 | AgriGold | A641-26-3110 | 3110 | - | 14.9 | 59.4 | 144.4 | 149.13 | +| 2 | AgriGold | A642-32VT2PRO | VT2Pro | - | 15.1 | 59.7 | 141.5 | 147.11 | +| 4 | AgriGold | A642-76VT2RIB | VT2RIB | - | 15.2 | 58.0 | 136.5 | 143.1 | +| - | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.6 | 56.0 | 125.3 | 125.3 | + +Top 5 by Yield: A641-26-3110 (AgriGold) 144.4, A636-16-5222 (AgriGold) 142.8, A642-32VT2PRO (AgriGold) 141.5, A639-03VT2RIB (AgriGold) 140.3, A639-03VT2RIB (AgriGold) 140.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143627.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143627.json new file mode 100644 index 00000000..67fe946f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143627.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143627", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Epworth", + "county": "Dubuque", + "year": 2024, + "plot_id": "143627", + "cooperator": "Western Dubuque FFA", + "plot_average": 209.55, + "planted_date": "2024-06-10", + "harvested_date": "2024-10-29", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 5, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 53.1, + "Yield": 222.6, + "Adj Yield": 222.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A630-95-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 53.9, + "Yield": 227.8, + "Adj Yield": 227.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A631-12SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 53.7, + "Yield": 221.6, + "Adj Yield": 221.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A629-22STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 56.3, + "Yield": 223.6, + "Adj Yield": 223.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "K5218D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 53.7, + "Yield": 230.3, + "Adj Yield": 230.3 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A636-39DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 53.3, + "Yield": 203.9, + "Adj Yield": 203.9 + } + }, + { + "rank": 14, + "brand": "Channel", + "product": "203-83STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": 54.7, + "Yield": 193.6, + "Adj Yield": 193.6 + } + }, + { + "rank": 2, + "brand": "Channel", + "product": "204-54SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 55.3, + "Yield": 228.2, + "Adj Yield": 228.2 + } + }, + { + "rank": 15, + "brand": "Channel", + "product": "205-08SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 24.5, + "Test Wt.": 52.6, + "Yield": 151.4, + "Adj Yield": 151.4 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": 52.1, + "Yield": 193.8, + "Adj Yield": 193.8 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": null, + "Yield": 217.5, + "Adj Yield": 217.5 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A632-68DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 25.3, + "Test Wt.": 51.6, + "Yield": 206.1, + "Adj Yield": 206.1 + } + }, + { + "rank": 9, + "brand": "Cornelius", + "product": "C6525SSP-RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 53.4, + "Yield": 206.7, + "Adj Yield": 206.7 + } + }, + { + "rank": 12, + "brand": "Cornelius", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 50.0, + "Yield": 198.5, + "Adj Yield": 198.5 + } + }, + { + "rank": 7, + "brand": "Cornelius", + "product": "C6724SS-RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 52.2, + "Yield": 217.6, + "Adj Yield": 217.6 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143627" + ], + "fetched_at": "2026-05-27T02:19:11.779966+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143627.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143627.md new file mode 100644 index 00000000..c5564d85 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143627.md @@ -0,0 +1,45 @@ +# Corn yield trial — Epworth, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Dubuque +- **City:** Epworth +- **Year:** 2024 +- **Plot ID:** 143627 +- **Cooperator:** Western Dubuque FFA +- **Plot average:** 209.55 BU/Ac +- **Planted:** 2024-06-10 +- **Harvested:** 2024-10-29 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143627 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | AgriGold | A628-51SSPRIB | SSPRIB | - | 21.5 | 53.1 | 222.6 | 222.6 | +| 3 | AgriGold | A630-95-5222EZ | 5222EZ | - | 21.3 | 53.9 | 227.8 | 227.8 | +| 6 | AgriGold | A631-12SSP | SSP | - | 21.8 | 53.7 | 221.6 | 221.6 | +| 4 | AgriGold | A629-22STXRIB | STXRIB | - | 20.6 | 56.3 | 223.6 | 223.6 | +| 1 | AgriGold | K5218D | 5122EZ | - | 21.5 | 53.7 | 230.3 | 230.3 | +| 11 | AgriGold | A636-39DV-RN | 5222 | - | 22.2 | 53.3 | 203.9 | 203.9 | +| 14 | Channel | 203-83STXRIB | STXRIB | - | 22.5 | 54.7 | 193.6 | 193.6 | +| 2 | Channel | 204-54SSPRIB | SSPRIB | - | 22.6 | 55.3 | 228.2 | 228.2 | +| 15 | Channel | 205-08SSPRIB | SSPRIB | - | 24.5 | 52.6 | 151.4 | 151.4 | +| 13 | AgriGold | A636-16VT2RIB | VT2RIB | - | 24.0 | 52.1 | 193.8 | 193.8 | +| 8 | AgriGold | A628-51SSPRIB | SSPRIB | - | 22.1 | - | 217.5 | 217.5 | +| 10 | AgriGold | A632-68DV-RN | 5222 | - | 25.3 | 51.6 | 206.1 | 206.1 | +| 9 | Cornelius | C6525SSP-RIB | STXRIB | - | 21.0 | 53.4 | 206.7 | 206.7 | +| 12 | Cornelius | - | - | - | 22.8 | 50.0 | 198.5 | 198.5 | +| 7 | Cornelius | C6724SS-RIB | STXRIB | - | 22.8 | 52.2 | 217.6 | 217.6 | + +Top 5 by Yield: K5218D (AgriGold) 230.3, 204-54SSPRIB (Channel) 228.2, A630-95-5222EZ (AgriGold) 227.8, A629-22STXRIB (AgriGold) 223.6, A628-51SSPRIB (AgriGold) 222.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143638.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143638.json new file mode 100644 index 00000000..e78ef349 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143638.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143638", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": null, + "state_abbrev": null, + "city": ",", + "county": "", + "year": 2024, + "plot_id": "143638", + "cooperator": "Todd Bieber", + "plot_average": 277.4, + "planted_date": "2024-05-17", + "harvested_date": "2024-10-23", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Clay", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 59.3, + "Yield": 301.0, + "Adj Yield": 301.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 56.3, + "Yield": 294.0, + "Adj Yield": 294.0 + } + }, + { + "rank": 12, + "brand": "Golden Harvest", + "product": "G08U00-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 57.8, + "Yield": 278.5, + "Adj Yield": 278.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 57.3, + "Yield": 291.1, + "Adj Yield": 291.1 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 54.4, + "Yield": 276.7, + "Adj Yield": 276.7 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 58.1, + "Yield": 282.3, + "Adj Yield": 282.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 56.6, + "Yield": 288.9, + "Adj Yield": 288.9 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 57.4, + "Yield": 282.6, + "Adj Yield": 282.6 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 57.3, + "Yield": 298.1, + "Adj Yield": 298.1 + } + }, + { + "rank": 18, + "brand": "Golden Harvest", + "product": "G05U86-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 60.1, + "Yield": 254.1, + "Adj Yield": 254.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 58.8, + "Yield": 283.5, + "Adj Yield": 283.5 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 57.0, + "Yield": 278.6, + "Adj Yield": 278.6 + } + }, + { + "rank": 16, + "brand": "Golden Harvest", + "product": "G01U74-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 58.7, + "Yield": 268.2, + "Adj Yield": 268.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 57.5, + "Yield": 280.7, + "Adj Yield": 280.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 56.5, + "Yield": 285.7, + "Adj Yield": 285.7 + } + }, + { + "rank": 14, + "brand": "Golden Harvest", + "product": "G03U08-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 58.2, + "Yield": 270.3, + "Adj Yield": 270.3 + } + }, + { + "rank": 19, + "brand": "Golden Harvest", + "product": "G00U71-D", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 59.1, + "Yield": 250.6, + "Adj Yield": 250.6 + } + }, + { + "rank": 15, + "brand": "Pioneer", + "product": "P0035AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 57.6, + "Yield": 270.2, + "Adj Yield": 270.2 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 59.6, + "Yield": 267.4, + "Adj Yield": 267.4 + } + }, + { + "rank": 20, + "brand": "Golden Harvest", + "product": "Unknown", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 59.5, + "Yield": 245.5, + "Adj Yield": 245.5 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143638" + ], + "fetched_at": "2026-05-27T02:19:12.279272+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143638.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143638.md new file mode 100644 index 00000000..5fa71b21 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143638.md @@ -0,0 +1,48 @@ +# Corn yield trial — ,, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **City:** , +- **Year:** 2024 +- **Plot ID:** 143638 +- **Cooperator:** Todd Bieber +- **Plot average:** 277.4 BU/Ac +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-23 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Clay +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143638 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A639-91SSPRIB | SSPRIB | - | 19.3 | 59.3 | 301.0 | 301.0 | +| 3 | AgriGold | A639-03VT2RIB | VT2RIB | - | 21.0 | 56.3 | 294.0 | 294.0 | +| 12 | Golden Harvest | G08U00-V | 3220EZ | - | 20.2 | 57.8 | 278.5 | 278.5 | +| 4 | AgriGold | A638-19-3110 | 3110 | - | 20.4 | 57.3 | 291.1 | 291.1 | +| 13 | AgriGold | A636-16VT2RIB | VT2RIB | - | 20.3 | 54.4 | 276.7 | 276.7 | +| 9 | AgriGold | A636-39-3110 | 3110 | - | 19.2 | 58.1 | 282.3 | 282.3 | +| 5 | AgriGold | A636-42SSP | SSP | - | 19.6 | 56.6 | 288.9 | 288.9 | +| 8 | AgriGold | A636-11VT2RIB | VT2RIB | - | 18.9 | 57.4 | 282.6 | 282.6 | +| 2 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 19.7 | 57.3 | 298.1 | 298.1 | +| 18 | Golden Harvest | G05U86-DV | 5222EZ | - | 18.4 | 60.1 | 254.1 | 254.1 | +| 7 | AgriGold | A632-68VT2RIB | VT2RIB | - | 17.7 | 58.8 | 283.5 | 283.5 | +| 11 | AgriGold | A631-08VT2PRO | VT2Pro | - | 16.7 | 57.0 | 278.6 | 278.6 | +| 16 | Golden Harvest | G01U74-AA | 3120EZ | - | 18.7 | 58.7 | 268.2 | 268.2 | +| 10 | AgriGold | A630-04AA-RN | 3120 | - | 17.5 | 57.5 | 280.7 | 280.7 | +| 6 | AgriGold | A634-11SSPRIB | SSPRIB | - | 19.2 | 56.5 | 285.7 | 285.7 | +| 14 | Golden Harvest | G03U08-D | 5122EZ | - | 18.6 | 58.2 | 270.3 | 270.3 | +| 19 | Golden Harvest | G00U71-D | 5122 | - | 17.6 | 59.1 | 250.6 | 250.6 | +| 15 | Pioneer | P0035AM | AM | - | 18.1 | 57.6 | 270.2 | 270.2 | +| 17 | AgriGold | A629-55VT2RIB | VT2RIB | - | 16.8 | 59.6 | 267.4 | 267.4 | +| 20 | Golden Harvest | Unknown | Unknown | - | 17.3 | 59.5 | 245.5 | 245.5 | + +Top 5 by Yield: A639-91SSPRIB (AgriGold) 301.0, DKC56-26RIB (Dekalb) 298.1, A639-03VT2RIB (AgriGold) 294.0, A638-19-3110 (AgriGold) 291.1, A636-42SSP (AgriGold) 288.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143641.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143641.json new file mode 100644 index 00000000..9b2b3101 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143641.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143641", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": null, + "state_abbrev": null, + "city": ",", + "county": "", + "year": 2024, + "plot_id": "143641", + "cooperator": "Steve Berens", + "plot_average": 224.75, + "planted_date": "2024-05-20", + "harvested_date": "2024-10-21", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 17, + "brand": "AgriGold", + "product": "A626-39VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 56.0, + "Yield": 208.3, + "Adj Yield": 208.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 59.0, + "Yield": 230.9, + "Adj Yield": 230.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 58.5, + "Yield": 236.5, + "Adj Yield": 236.5 + } + }, + { + "rank": 12, + "brand": "Golden Harvest", + "product": "G00U71-D", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 58.9, + "Yield": 220.7, + "Adj Yield": 220.7 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P0035AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 56.6, + "Yield": 254.9, + "Adj Yield": 254.9 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A631-12SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 56.9, + "Yield": 211.4, + "Adj Yield": 211.4 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 57.0, + "Yield": 210.1, + "Adj Yield": 210.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 59.7, + "Yield": 225.5, + "Adj Yield": 225.5 + } + }, + { + "rank": 9, + "brand": "Golden Harvest", + "product": "G03U08-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 59.0, + "Yield": 225.1, + "Adj Yield": 225.1 + } + }, + { + "rank": 18, + "brand": "Golden Harvest", + "product": "G05U86-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 59.3, + "Yield": 198.6, + "Adj Yield": 198.6 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 56.4, + "Yield": 240.4, + "Adj Yield": 240.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 55.8, + "Yield": 222.0, + "Adj Yield": 222.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 58.3, + "Yield": 222.1, + "Adj Yield": 222.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 58.6, + "Yield": 244.4, + "Adj Yield": 244.4 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 55.1, + "Yield": 216.6, + "Adj Yield": 216.6 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 56.5, + "Yield": 217.4, + "Adj Yield": 217.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 57.1, + "Yield": 227.1, + "Adj Yield": 227.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A640-24-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 58.4, + "Yield": 233.5, + "Adj Yield": 233.5 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143641" + ], + "fetched_at": "2026-05-27T02:19:12.750508+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143641.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143641.md new file mode 100644 index 00000000..a88f62b0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143641.md @@ -0,0 +1,46 @@ +# Corn yield trial — ,, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **City:** , +- **Year:** 2024 +- **Plot ID:** 143641 +- **Cooperator:** Steve Berens +- **Plot average:** 224.75 BU/Ac +- **Planted:** 2024-05-20 +- **Harvested:** 2024-10-21 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143641 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 17 | AgriGold | A626-39VT2PRO | VT2Pro | - | 16.0 | 56.0 | 208.3 | 208.3 | +| 6 | AgriGold | A629-55VT2RIB | VT2RIB | - | 16.8 | 59.0 | 230.9 | 230.9 | +| 4 | AgriGold | A630-04AA-RN | 3120 | - | 16.5 | 58.5 | 236.5 | 236.5 | +| 12 | Golden Harvest | G00U71-D | 5122 | - | 16.2 | 58.9 | 220.7 | 220.7 | +| 1 | Pioneer | P0035AM | AM | - | 18.6 | 56.6 | 254.9 | 254.9 | +| 15 | AgriGold | A631-12SSP | SSP | - | 15.3 | 56.9 | 211.4 | 211.4 | +| 16 | AgriGold | A631-08VT2PRO | VT2Pro | - | 16.6 | 57.0 | 210.1 | 210.1 | +| 8 | AgriGold | A632-68VT2RIB | VT2RIB | - | 16.8 | 59.7 | 225.5 | 225.5 | +| 9 | Golden Harvest | G03U08-D | 5122EZ | - | 18.6 | 59.0 | 225.1 | 225.1 | +| 18 | Golden Harvest | G05U86-DV | 5222EZ | - | 18.9 | 59.3 | 198.6 | 198.6 | +| 3 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 20.0 | 56.4 | 240.4 | 240.4 | +| 11 | AgriGold | A636-16-5222 | 5222 | - | 18.6 | 55.8 | 222.0 | 222.0 | +| 10 | AgriGold | A636-42SSP | SSP | - | 18.3 | 58.3 | 222.1 | 222.1 | +| 2 | AgriGold | A637-72VT2PRO | VT2Pro | - | 18.5 | 58.6 | 244.4 | 244.4 | +| 14 | AgriGold | A638-19-3110 | 3110 | - | 22.1 | 55.1 | 216.6 | 216.6 | +| 13 | AgriGold | A639-03VT2RIB | VT2RIB | - | 21.2 | 56.5 | 217.4 | 217.4 | +| 7 | AgriGold | A639-91SSPRIB | SSPRIB | - | 20.4 | 57.1 | 227.1 | 227.1 | +| 5 | AgriGold | A640-24-3110 | 3110 | - | 20.1 | 58.4 | 233.5 | 233.5 | + +Top 5 by Yield: P0035AM (Pioneer) 254.9, A637-72VT2PRO (AgriGold) 244.4, DKC56-26RIB (Dekalb) 240.4, A630-04AA-RN (AgriGold) 236.5, A640-24-3110 (AgriGold) 233.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143642.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143642.json new file mode 100644 index 00000000..bd173b83 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143642.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143642", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": null, + "state_abbrev": null, + "city": ",", + "county": "", + "year": 2024, + "plot_id": "143642", + "cooperator": "Scott Bartz", + "plot_average": 210.51, + "planted_date": "2024-05-20", + "harvested_date": "2024-10-24", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Sandy Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 11, + "brand": "AgriGold", + "product": "A623-88VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.4, + "Yield": 190.8, + "Adj Yield": 190.8 + } + }, + { + "rank": 9, + "brand": "Golden Harvest", + "product": "G94U63-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 59.6, + "Yield": 201.9, + "Adj Yield": 201.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A626-39VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 57.9, + "Yield": 215.3, + "Adj Yield": 215.3 + } + }, + { + "rank": 12, + "brand": "Golden Harvest", + "product": "G98U62-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 57.5, + "Yield": 190.5, + "Adj Yield": 190.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 57.9, + "Yield": 210.7, + "Adj Yield": 210.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 58.4, + "Yield": 223.2, + "Adj Yield": 223.2 + } + }, + { + "rank": 10, + "brand": "Golden Harvest", + "product": "G00U71-D", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 58.3, + "Yield": 200.8, + "Adj Yield": 200.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.7, + "Yield": 234.1, + "Adj Yield": 234.1 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P0035AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 58.8, + "Yield": 222.7, + "Adj Yield": 222.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 59.3, + "Yield": 220.5, + "Adj Yield": 220.5 + } + }, + { + "rank": 8, + "brand": "Golden Harvest", + "product": "G03U08-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 57.7, + "Yield": 204.0, + "Adj Yield": 204.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 55.6, + "Yield": 211.6, + "Adj Yield": 211.6 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143642" + ], + "fetched_at": "2026-05-27T02:19:13.262288+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143642.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143642.md new file mode 100644 index 00000000..9eccf331 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143642.md @@ -0,0 +1,40 @@ +# Corn yield trial — ,, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **City:** , +- **Year:** 2024 +- **Plot ID:** 143642 +- **Cooperator:** Scott Bartz +- **Plot average:** 210.51 BU/Ac +- **Planted:** 2024-05-20 +- **Harvested:** 2024-10-24 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Sandy Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143642 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 11 | AgriGold | A623-88VT2PRO | VT2Pro | - | 14.4 | 59.4 | 190.8 | 190.8 | +| 9 | Golden Harvest | G94U63-V | 3220EZ | - | 15.1 | 59.6 | 201.9 | 201.9 | +| 5 | AgriGold | A626-39VT2PRO | VT2Pro | - | 14.9 | 57.9 | 215.3 | 215.3 | +| 12 | Golden Harvest | G98U62-DV | 5222EZ | - | 15.2 | 57.5 | 190.5 | 190.5 | +| 7 | AgriGold | A628-51SSPRIB | SSPRIB | - | 14.6 | 57.9 | 210.7 | 210.7 | +| 2 | AgriGold | A629-55VT2RIB | VT2RIB | - | 15.7 | 58.4 | 223.2 | 223.2 | +| 10 | Golden Harvest | G00U71-D | 5122 | - | 16.5 | 58.3 | 200.8 | 200.8 | +| 1 | AgriGold | A630-04AA-RN | 3120 | - | 14.8 | 58.7 | 234.1 | 234.1 | +| 3 | Pioneer | P0035AM | AM | - | 15.7 | 58.8 | 222.7 | 222.7 | +| 4 | AgriGold | A632-68VT2RIB | VT2RIB | - | 15.3 | 59.3 | 220.5 | 220.5 | +| 8 | Golden Harvest | G03U08-D | 5122EZ | - | 17.6 | 57.7 | 204.0 | 204.0 | +| 6 | AgriGold | A636-11VT2RIB | VT2RIB | - | 16.1 | 55.6 | 211.6 | 211.6 | + +Top 5 by Yield: A630-04AA-RN (AgriGold) 234.1, A629-55VT2RIB (AgriGold) 223.2, P0035AM (Pioneer) 222.7, A632-68VT2RIB (AgriGold) 220.5, A626-39VT2PRO (AgriGold) 215.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143646.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143646.json new file mode 100644 index 00000000..e610752a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143646.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143646", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Keosauqua", + "county": "Van Buren", + "year": 2024, + "plot_id": "143646", + "cooperator": "Cale & Katie Plowman", + "plot_average": 217.83, + "planted_date": "2024-06-12", + "harvested_date": "2024-11-01", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 60.6, + "Yield": 198.8, + "Adj Yield": 198.8 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 59.5, + "Yield": 204.5, + "Adj Yield": 204.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 57.0, + "Yield": 238.6, + "Adj Yield": 238.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 56.4, + "Yield": 243.9, + "Adj Yield": 243.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 57.1, + "Yield": 230.0, + "Adj Yield": 230.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 57.7, + "Yield": 209.1, + "Adj Yield": 209.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 56.4, + "Yield": 227.6, + "Adj Yield": 227.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 54.7, + "Yield": 185.7, + "Adj Yield": 185.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 58.6, + "Yield": 228.7, + "Adj Yield": 228.7 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 57.6, + "Yield": 204.2, + "Adj Yield": 204.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 55.7, + "Yield": 206.0, + "Adj Yield": 206.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 56.8, + "Yield": 205.4, + "Adj Yield": 205.4 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143646" + ], + "fetched_at": "2026-05-27T02:19:13.781565+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143646.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143646.md new file mode 100644 index 00000000..ba9b9c6d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143646.md @@ -0,0 +1,41 @@ +# Corn yield trial — Keosauqua, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Van Buren +- **City:** Keosauqua +- **Year:** 2024 +- **Plot ID:** 143646 +- **Cooperator:** Cale & Katie Plowman +- **Plot average:** 217.83 BU/Ac +- **Planted:** 2024-06-12 +- **Harvested:** 2024-11-01 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143646 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 18.4 | 60.6 | 198.8 | 198.8 | +| 8 | AgriGold | A637-72VT2PRO | VT2Pro | - | 17.0 | 59.5 | 204.5 | 204.5 | +| 2 | AgriGold | A640-16-3110 | 3110 | - | 17.8 | 57.0 | 238.6 | 238.6 | +| 1 | AgriGold | J6015PWE | PWE | - | 17.6 | 56.4 | 243.9 | 243.9 | +| 3 | AgriGold | A641-26V | 3220EZ | - | 17.9 | 57.1 | 230.0 | 230.0 | +| 6 | AgriGold | A642-18SSP | SSP | - | 18.1 | 57.7 | 209.1 | 209.1 | +| 5 | AgriGold | A643-24PCE | PCE | - | 20.2 | 56.4 | 227.6 | 227.6 | +| 10 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.4 | 54.7 | 185.7 | 185.7 | +| 4 | AgriGold | A645-30VT2PRO | VT2Pro | - | 18.9 | 58.6 | 228.7 | 228.7 | +| 9 | AgriGold | A645-16VT2RIB | VT2RIB | - | 19.2 | 57.6 | 204.2 | 204.2 | +| 7 | AgriGold | A646-30VT2RIB | VT2RIB | - | 19.7 | 55.7 | 206.0 | 206.0 | +| - | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.7 | 56.8 | 205.4 | 205.4 | + +Top 5 by Yield: J6015PWE (AgriGold) 243.9, A640-16-3110 (AgriGold) 238.6, A641-26V (AgriGold) 230.0, A645-30VT2PRO (AgriGold) 228.7, A643-24PCE (AgriGold) 227.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143670.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143670.json new file mode 100644 index 00000000..0ba49850 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143670.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143670", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Boelus", + "county": "Howard", + "year": 2024, + "plot_id": "143670", + "cooperator": "Tim and Trent Eriksen", + "plot_average": 221.08, + "planted_date": "2024-05-17", + "harvested_date": "2024-10-24", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Sandy Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 59.1, + "Yield": 216.9, + "Adj Yield": 216.9 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 60.3, + "Yield": 212.1, + "Adj Yield": 213.95 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 59.5, + "Yield": 214.7, + "Adj Yield": 215.6 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 59.4, + "Yield": 216.4, + "Adj Yield": 216.35 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 60.0, + "Yield": 222.6, + "Adj Yield": 221.66 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 59.6, + "Yield": 241.2, + "Adj Yield": 239.38 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 59.8, + "Yield": 222.4, + "Adj Yield": 222.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 59.8, + "Yield": 222.4, + "Adj Yield": 220.34 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 59.5, + "Yield": 238.5, + "Adj Yield": 236.82 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 61.4, + "Yield": 203.0, + "Adj Yield": 201.56 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 60.1, + "Yield": 227.3, + "Adj Yield": 226.11 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 58.9, + "Yield": 221.8, + "Adj Yield": 220.74 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.0, + "Yield": 222.6, + "Adj Yield": 221.71 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 59.2, + "Yield": 219.5, + "Adj Yield": 218.68 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143670" + ], + "fetched_at": "2026-05-27T02:19:14.288865+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143670.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143670.md new file mode 100644 index 00000000..79115505 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143670.md @@ -0,0 +1,44 @@ +# Corn yield trial — Boelus, NE, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Howard +- **City:** Boelus +- **Year:** 2024 +- **Plot ID:** 143670 +- **Cooperator:** Tim and Trent Eriksen +- **Plot average:** 221.08 BU/Ac +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-24 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Sandy Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143670 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A641-85STXRIB | STXRIB | - | 12.1 | 59.1 | 216.9 | 216.9 | +| 11 | AgriGold | A637-72VT2PRO | VT2Pro | - | 12.5 | 60.3 | 212.1 | 213.95 | +| 10 | AgriGold | A640-12STXRIB | STXRIB | - | 11.8 | 59.5 | 214.7 | 215.6 | +| 9 | AgriGold | A641-26-3110 | 3110 | - | 13.0 | 59.4 | 216.4 | 216.35 | +| 5 | AgriGold | A641-26V | 3220EZ | - | 13.1 | 60.0 | 222.6 | 221.66 | +| 1 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 12.3 | 59.6 | 241.2 | 239.38 | +| - | AgriGold | A641-85STXRIB | STXRIB | - | 12.8 | 59.8 | 222.4 | 222.4 | +| 7 | AgriGold | A641-85STXRIB | STXRIB | - | 12.8 | 59.8 | 222.4 | 220.34 | +| 2 | AgriGold | A643-24PCE | PCE | - | 13.5 | 59.5 | 238.5 | 236.82 | +| 12 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.9 | 61.4 | 203.0 | 201.56 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.9 | 60.1 | 227.3 | 226.11 | +| 6 | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.3 | 58.9 | 221.8 | 220.74 | +| 4 | AgriGold | A646-17STXRIB | STXRIB | - | 14.5 | 59.0 | 222.6 | 221.71 | +| 8 | AgriGold | A646-30VT2RIB | VT2RIB | - | 12.9 | 59.2 | 219.5 | 218.68 | + +Top 5 by Yield: A642-05VT2RIBD1 (AgriGold) 241.2, A643-24PCE (AgriGold) 238.5, A644-64VT2RIB (AgriGold) 227.3, A641-26V (AgriGold) 222.6, A646-17STXRIB (AgriGold) 222.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143675.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143675.json new file mode 100644 index 00000000..a316ad79 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143675.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143675", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Wood River", + "county": "Hall", + "year": 2024, + "plot_id": "143675", + "cooperator": "Dibbern Family Farms", + "plot_average": 245.76, + "planted_date": "2024-05-15", + "harvested_date": "2024-10-21", + "population_seeds_per_acre": 33500, + "row_width": "30.0\"", + "num_rows": 10, + "soil_type": "Silt Loam", + "tillage": "Ridge Till", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": null, + "Yield": 238.2, + "Adj Yield": 238.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 257.8, + "Adj Yield": 259.76 + } + }, + { + "rank": 1, + "brand": "Seitec", + "product": "6273VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": null, + "Yield": 264.4, + "Adj Yield": 266.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 262.9, + "Adj Yield": 264.5 + } + }, + { + "rank": 6, + "brand": "Seitec", + "product": "6349VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": null, + "Yield": 241.5, + "Adj Yield": 243.19 + } + }, + { + "rank": 7, + "brand": "Seitec", + "product": "6322PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": null, + "Yield": 238.6, + "Adj Yield": 240.67 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 237.6, + "Adj Yield": 237.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 237.6, + "Adj Yield": 239.49 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 253.2, + "Adj Yield": 254.04 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 247.3, + "Adj Yield": 247.19 + } + }, + { + "rank": 10, + "brand": "Seitec", + "product": "6531PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 227.4, + "Adj Yield": 226.19 + } + }, + { + "rank": 11, + "brand": "Seitec", + "product": "6588VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 227.5, + "Adj Yield": 225.13 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 240.9, + "Adj Yield": 237.15 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": null, + "Yield": 246.0, + "Adj Yield": 246.0 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143675" + ], + "fetched_at": "2026-05-27T02:19:14.758267+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143675.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143675.md new file mode 100644 index 00000000..d3918aa2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143675.md @@ -0,0 +1,44 @@ +# Corn yield trial — Wood River, NE, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Hall +- **City:** Wood River +- **Year:** 2024 +- **Plot ID:** 143675 +- **Cooperator:** Dibbern Family Farms +- **Plot average:** 245.76 BU/Ac +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-21 +- **Population:** 33,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 10 +- **Soil type:** Silt Loam +- **Tillage:** Ridge Till +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143675 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.3 | - | 238.2 | 238.2 | +| 3 | AgriGold | A642-18SSP | SSP | - | 15.5 | - | 257.8 | 259.76 | +| 1 | Seitec | 6273VT2PRIB | VT2RIB | - | 15.4 | - | 264.4 | 266.1 | +| 2 | AgriGold | A643-24PCE | PCE | - | 16.2 | - | 262.9 | 264.5 | +| 6 | Seitec | 6349VT2PRIB | VT2RIB | - | 15.4 | - | 241.5 | 243.19 | +| 7 | Seitec | 6322PCE | PCE | - | 14.9 | - | 238.6 | 240.67 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.5 | - | 237.6 | 237.6 | +| 8 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.5 | - | 237.6 | 239.49 | +| 4 | AgriGold | A645-30VT2PRO | VT2Pro | - | 17.0 | - | 253.2 | 254.04 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.2 | - | 247.3 | 247.19 | +| 10 | Seitec | 6531PCE | PCE | - | 15.2 | - | 227.4 | 226.19 | +| 11 | Seitec | 6588VT2PRIB | VT2RIB | - | 14.2 | - | 227.5 | 225.13 | +| 9 | AgriGold | A646-17STXRIB | STXRIB | - | 16.2 | - | 240.9 | 237.15 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.3 | - | 246.0 | 246.0 | + +Top 5 by Yield: 6273VT2PRIB (Seitec) 264.4, A643-24PCE (AgriGold) 262.9, A642-18SSP (AgriGold) 257.8, A645-30VT2PRO (AgriGold) 253.2, A644-64VT2RIB (AgriGold) 247.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143676.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143676.json new file mode 100644 index 00000000..e59fa4ea --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143676.json @@ -0,0 +1,335 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143676", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Glenvil", + "county": "Clay", + "year": 2024, + "plot_id": "143676", + "cooperator": "Chad Imler", + "plot_average": 212.89, + "planted_date": "2024-05-18", + "harvested_date": "2024-10-16", + "population_seeds_per_acre": 33500, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Clay Loam", + "tillage": "Ridge Till", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Dekalb", + "product": "DKC59-82RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 60.2, + "Yield": 192.2, + "Adj Yield": 192.2 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 60.4, + "Yield": 199.8, + "Adj Yield": 212.38 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 59.5, + "Yield": 217.8, + "Adj Yield": 227.7 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 59.8, + "Yield": 200.5, + "Adj Yield": 208.06 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 59.3, + "Yield": 219.6, + "Adj Yield": 225.0 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.8, + "Yield": 192.9, + "Adj Yield": 196.37 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 61.6, + "Yield": 202.8, + "Adj Yield": 204.46 + } + }, + { + "rank": 19, + "brand": "Channel", + "product": "211-70TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 58.7, + "Yield": 174.5, + "Adj Yield": 174.51 + } + }, + { + "rank": 8, + "brand": "Channel", + "product": "214-22STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 59.6, + "Yield": 225.7, + "Adj Yield": 224.27 + } + }, + { + "rank": 2, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.5, + "Yield": 246.1, + "Adj Yield": 243.25 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC59-82RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 59.5, + "Yield": 212.0, + "Adj Yield": 212.0 + } + }, + { + "rank": 11, + "brand": "Channel", + "product": "217-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 58.3, + "Yield": 216.5, + "Adj Yield": 213.2 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 58.7, + "Yield": 187.8, + "Adj Yield": 184.89 + } + }, + { + "rank": 20, + "brand": "Dekalb", + "product": "DKC62-89RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 60.6, + "Yield": 171.1, + "Adj Yield": 168.02 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 59.5, + "Yield": 211.0, + "Adj Yield": 207.64 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 59.1, + "Yield": 202.1, + "Adj Yield": 198.17 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.8, + "Yield": 237.3, + "Adj Yield": 232.56 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 59.7, + "Yield": 251.6, + "Adj Yield": 245.89 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 59.4, + "Yield": 235.7, + "Adj Yield": 228.88 + } + }, + { + "rank": 10, + "brand": "Pioneer", + "product": "P16544PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 59.6, + "Yield": 226.3, + "Adj Yield": 218.15 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P1742PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 58.6, + "Yield": 229.3, + "Adj Yield": 219.62 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC59-82RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 58.1, + "Yield": 219.4, + "Adj Yield": 219.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 58.9, + "Yield": 234.6, + "Adj Yield": 224.74 + } + } + ], + "n_results": 23, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143676" + ], + "fetched_at": "2026-05-27T02:19:15.281203+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143676.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143676.md new file mode 100644 index 00000000..e91d2bdb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143676.md @@ -0,0 +1,53 @@ +# Corn yield trial — Glenvil, NE, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Clay +- **City:** Glenvil +- **Year:** 2024 +- **Plot ID:** 143676 +- **Cooperator:** Chad Imler +- **Plot average:** 212.89 BU/Ac +- **Planted:** 2024-05-18 +- **Harvested:** 2024-10-16 +- **Population:** 33,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Clay Loam +- **Tillage:** Ridge Till +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143676 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Dekalb | DKC59-82RIB | VT2RIB | - | 11.3 | 60.2 | 192.2 | 192.2 | +| 12 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 12.3 | 60.4 | 199.8 | 212.38 | +| 5 | AgriGold | A643-24PCE | PCE | - | 14.0 | 59.5 | 217.8 | 227.7 | +| 13 | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.6 | 59.8 | 200.5 | 208.06 | +| 6 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.8 | 59.3 | 219.6 | 225.0 | +| 17 | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.3 | 59.8 | 192.9 | 196.37 | +| 15 | AgriGold | A646-30VT2RIB | VT2RIB | - | 12.0 | 61.6 | 202.8 | 204.46 | +| 19 | Channel | 211-70TRCRIB | TreceptaRIB | - | 13.5 | 58.7 | 174.5 | 174.51 | +| 8 | Channel | 214-22STXRIB | STXRIB | - | 12.7 | 59.6 | 225.7 | 224.27 | +| 2 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 14.8 | 58.5 | 246.1 | 243.25 | +| - | Dekalb | DKC59-82RIB | VT2RIB | - | 11.7 | 59.5 | 212.0 | 212.0 | +| 11 | Channel | 217-70TRERIB | TreceptaRIB | - | 15.3 | 58.3 | 216.5 | 213.2 | +| 18 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 11.8 | 58.7 | 187.8 | 184.89 | +| 20 | Dekalb | DKC62-89RIB | TreceptaRIB | - | 11.2 | 60.6 | 171.1 | 168.02 | +| 14 | Dekalb | DKC114-43RIB | VT4RIB | - | 13.0 | 59.5 | 211.0 | 207.64 | +| 16 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 14.2 | 59.1 | 202.1 | 198.17 | +| 3 | Dekalb | DKC68-35RIB | VT2RIB | - | 14.5 | 59.8 | 237.3 | 232.56 | +| 1 | Pioneer | P13777PCE | PCE | - | 13.8 | 59.7 | 251.6 | 245.89 | +| 4 | Pioneer | P14830AML | AML | - | 12.2 | 59.4 | 235.7 | 228.88 | +| 10 | Pioneer | P16544PCE | PCE | - | 12.3 | 59.6 | 226.3 | 218.15 | +| 9 | Pioneer | P1742PCE | PCE | - | 12.7 | 58.6 | 229.3 | 219.62 | +| - | Dekalb | DKC59-82RIB | VT2RIB | - | 12.1 | 58.1 | 219.4 | 219.4 | +| 7 | AgriGold | A646-17STXRIB | STXRIB | - | 13.9 | 58.9 | 234.6 | 224.74 | + +Top 5 by Yield: P13777PCE (Pioneer) 251.6, 214-78DGVT2PRIB (Channel) 246.1, DKC68-35RIB (Dekalb) 237.3, P14830AML (Pioneer) 235.7, A646-17STXRIB (AgriGold) 234.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143712.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143712.json new file mode 100644 index 00000000..afafcd06 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143712.json @@ -0,0 +1,452 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143712", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Wood River", + "county": "Hall", + "year": 2024, + "plot_id": "143712", + "cooperator": "Dibbern Family Farms", + "plot_average": 261.46, + "planted_date": "2024-04-25", + "harvested_date": "2024-10-10", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Ridge Till", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 10, + "brand": "AgVenture", + "product": "AV3111V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 59.4, + "Yield": 267.9, + "Adj Yield": 267.9 + } + }, + { + "rank": 30, + "brand": "AgVenture", + "product": "AV7012V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 56.7, + "Yield": 237.8, + "Adj Yield": 237.8 + } + }, + { + "rank": 28, + "brand": "AgVenture", + "product": "AV4713V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.5, + "Yield": 244.4, + "Adj Yield": 244.4 + } + }, + { + "rank": 1, + "brand": "AgVenture", + "product": "AV3514Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 60.1, + "Yield": 286.1, + "Adj Yield": 286.1 + } + }, + { + "rank": 5, + "brand": "AgVenture", + "product": "AV9916AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 58.8, + "Yield": 280.3, + "Adj Yield": 280.3 + } + }, + { + "rank": 26, + "brand": "AgVenture", + "product": "AV9318PCUE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 55.1, + "Yield": 248.3, + "Adj Yield": 248.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 57.2, + "Yield": 284.9, + "Adj Yield": 284.9 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 59.3, + "Yield": 265.8, + "Adj Yield": 265.8 + } + }, + { + "rank": 24, + "brand": "Becks", + "product": "5864AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 57.1, + "Yield": 251.4, + "Adj Yield": 251.4 + } + }, + { + "rank": 25, + "brand": "Becks", + "product": "6081AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 60.1, + "Yield": 249.8, + "Adj Yield": 249.8 + } + }, + { + "rank": 22, + "brand": "Becks", + "product": "6256AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 61.5, + "Yield": 256.4, + "Adj Yield": 256.4 + } + }, + { + "rank": 7, + "brand": "Becks", + "product": "6469VT2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 58.9, + "Yield": 279.1, + "Adj Yield": 279.1 + } + }, + { + "rank": 16, + "brand": "Brevant Seeds", + "product": "B13C49V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.8, + "Yield": 261.9, + "Adj Yield": 261.9 + } + }, + { + "rank": 12, + "brand": "Brevant Seeds", + "product": "B14H38Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 59.0, + "Yield": 266.0, + "Adj Yield": 266.0 + } + }, + { + "rank": 11, + "brand": "Channel", + "product": "210-08VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 58.9, + "Yield": 266.6, + "Adj Yield": 266.6 + } + }, + { + "rank": 31, + "brand": "Channel", + "product": "211-70TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 57.2, + "Yield": 237.5, + "Adj Yield": 237.5 + } + }, + { + "rank": 6, + "brand": "Channel", + "product": "212-02VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 61.9, + "Yield": 279.2, + "Adj Yield": 279.2 + } + }, + { + "rank": 27, + "brand": "Channel", + "product": "217-01VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 57.4, + "Yield": 246.4, + "Adj Yield": 246.4 + } + }, + { + "rank": 23, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 59.8, + "Yield": 252.1, + "Adj Yield": 252.1 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC117-78RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 62.8, + "Yield": 261.5, + "Adj Yield": 261.5 + } + }, + { + "rank": 32, + "brand": "Hefty", + "product": "H6182", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 59.5, + "Yield": 233.5, + "Adj Yield": 233.5 + } + }, + { + "rank": 20, + "brand": "Hefty", + "product": "H6284", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 59.1, + "Yield": 257.5, + "Adj Yield": 257.5 + } + }, + { + "rank": 2, + "brand": "Hoegemeyer", + "product": "8365PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 59.4, + "Yield": 285.3, + "Adj Yield": 285.3 + } + }, + { + "rank": 8, + "brand": "Hoegemeyer", + "product": "8418AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 57.8, + "Yield": 273.6, + "Adj Yield": 273.6 + } + }, + { + "rank": 18, + "brand": "Pioneer", + "product": "P09944AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 60.8, + "Yield": 261.2, + "Adj Yield": 261.2 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P1170AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 61.0, + "Yield": 270.4, + "Adj Yield": 270.4 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P13476Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 60.1, + "Yield": 281.1, + "Adj Yield": 281.1 + } + }, + { + "rank": 14, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 57.7, + "Yield": 263.2, + "Adj Yield": 263.2 + } + }, + { + "rank": 21, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 58.3, + "Yield": 257.4, + "Adj Yield": 257.4 + } + }, + { + "rank": 15, + "brand": "Pioneer", + "product": "P1742PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.1, + "Yield": 263.0, + "Adj Yield": 263.0 + } + }, + { + "rank": 29, + "brand": "Seitec", + "product": "6144VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 61.4, + "Yield": 239.0, + "Adj Yield": 239.0 + } + }, + { + "rank": 19, + "brand": "Seitec", + "product": "6423VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 57.5, + "Yield": 258.2, + "Adj Yield": 258.2 + } + } + ], + "n_results": 32, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143712" + ], + "fetched_at": "2026-05-27T02:19:15.817208+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143712.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143712.md new file mode 100644 index 00000000..d5e8d9bb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143712.md @@ -0,0 +1,62 @@ +# Corn yield trial — Wood River, NE, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Hall +- **City:** Wood River +- **Year:** 2024 +- **Plot ID:** 143712 +- **Cooperator:** Dibbern Family Farms +- **Plot average:** 261.46 BU/Ac +- **Planted:** 2024-04-25 +- **Harvested:** 2024-10-10 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Ridge Till +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143712 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 10 | AgVenture | AV3111V | Vorceed | - | 17.9 | 59.4 | 267.9 | 267.9 | +| 30 | AgVenture | AV7012V | Vorceed | - | 15.1 | 56.7 | 237.8 | 237.8 | +| 28 | AgVenture | AV4713V | Vorceed | - | 15.0 | 59.5 | 244.4 | 244.4 | +| 1 | AgVenture | AV3514Q | QROME | - | 14.3 | 60.1 | 286.1 | 286.1 | +| 5 | AgVenture | AV9916AM | AM | - | 14.1 | 58.8 | 280.3 | 280.3 | +| 26 | AgVenture | AV9318PCUE | PCE | - | 18.6 | 55.1 | 248.3 | 248.3 | +| 3 | AgriGold | A643-24PCE | PCE | - | 15.9 | 57.2 | 284.9 | 284.9 | +| 13 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.3 | 59.3 | 265.8 | 265.8 | +| 24 | Becks | 5864AM | AM | - | 18.6 | 57.1 | 251.4 | 251.4 | +| 25 | Becks | 6081AM | AM | - | 13.5 | 60.1 | 249.8 | 249.8 | +| 22 | Becks | 6256AM | AM | - | 13.1 | 61.5 | 256.4 | 256.4 | +| 7 | Becks | 6469VT2P | VT2RIB | - | 16.4 | 58.9 | 279.1 | 279.1 | +| 16 | Brevant Seeds | B13C49V | Vorceed | - | 15.2 | 60.8 | 261.9 | 261.9 | +| 12 | Brevant Seeds | B14H38Q | QROME | - | 14.2 | 59.0 | 266.0 | 266.0 | +| 11 | Channel | 210-08VT2PRIB | VT2RIB | - | 12.6 | 58.9 | 266.6 | 266.6 | +| 31 | Channel | 211-70TRCRIB | TreceptaRIB | - | 15.2 | 57.2 | 237.5 | 237.5 | +| 6 | Channel | 212-02VT2PRIB | VT2RIB | - | 14.1 | 61.9 | 279.2 | 279.2 | +| 27 | Channel | 217-01VT2PRIB | VT2RIB | - | 15.4 | 57.4 | 246.4 | 246.4 | +| 23 | Dekalb | DKC110-10RIB | STXRIB | - | 12.7 | 59.8 | 252.1 | 252.1 | +| 17 | Dekalb | DKC117-78RIB | VT2RIB | - | 13.2 | 62.8 | 261.5 | 261.5 | +| 32 | Hefty | H6182 | VT2RIB | - | 12.3 | 59.5 | 233.5 | 233.5 | +| 20 | Hefty | H6284 | STX | - | 13.1 | 59.1 | 257.5 | 257.5 | +| 2 | Hoegemeyer | 8365PCE | PCE | - | 14.2 | 59.4 | 285.3 | 285.3 | +| 8 | Hoegemeyer | 8418AM | AM | - | 13.5 | 57.8 | 273.6 | 273.6 | +| 18 | Pioneer | P09944AM | AM | - | 13.3 | 60.8 | 261.2 | 261.2 | +| 9 | Pioneer | P1170AM | AM | - | 12.8 | 61.0 | 270.4 | 270.4 | +| 4 | Pioneer | P13476Q | QROME | - | 13.2 | 60.1 | 281.1 | 281.1 | +| 14 | Pioneer | P13777PCE | PCE | - | 16.8 | 57.7 | 263.2 | 263.2 | +| 21 | Pioneer | P14830AML | AML | - | 13.5 | 58.3 | 257.4 | 257.4 | +| 15 | Pioneer | P1742PCE | PCE | - | 14.5 | 59.1 | 263.0 | 263.0 | +| 29 | Seitec | 6144VT2PRIB | VT2RIB | - | 12.7 | 61.4 | 239.0 | 239.0 | +| 19 | Seitec | 6423VT2PRIB | VT2RIB | - | 12.1 | 57.5 | 258.2 | 258.2 | + +Top 5 by Yield: AV3514Q (AgVenture) 286.1, 8365PCE (Hoegemeyer) 285.3, A643-24PCE (AgriGold) 284.9, P13476Q (Pioneer) 281.1, AV9916AM (AgVenture) 280.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143740.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143740.json new file mode 100644 index 00000000..0c522f00 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143740.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143740", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": null, + "state_abbrev": null, + "city": ",", + "county": "", + "year": 2024, + "plot_id": "143740", + "cooperator": "Sweitzer Farms", + "plot_average": 249.11, + "planted_date": "2024-05-01", + "harvested_date": "2024-10-11", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Sandy Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 14, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 58.2, + "Yield": 235.7, + "Adj Yield": 235.7 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P0035AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 58.2, + "Yield": 249.0, + "Adj Yield": 249.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A630-04VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.8, + "Yield": 253.4, + "Adj Yield": 253.4 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A631-12SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.0, + "Yield": 250.8, + "Adj Yield": 250.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 59.1, + "Yield": 255.2, + "Adj Yield": 255.2 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "K5218D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.5, + "Yield": 230.9, + "Adj Yield": 230.9 + } + }, + { + "rank": 17, + "brand": "Golden Harvest", + "product": "G03U08-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.4, + "Yield": 229.8, + "Adj Yield": 229.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.1, + "Yield": 260.5, + "Adj Yield": 260.5 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 59.4, + "Yield": 261.9, + "Adj Yield": 261.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.2, + "Yield": 260.7, + "Adj Yield": 260.7 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 58.4, + "Yield": 240.5, + "Adj Yield": 240.5 + } + }, + { + "rank": 2, + "brand": "Golden Harvest", + "product": "G08U00-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 57.8, + "Yield": 264.6, + "Adj Yield": 264.6 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 58.6, + "Yield": 235.7, + "Adj Yield": 235.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 58.6, + "Yield": 249.2, + "Adj Yield": 249.2 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A639-70STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 58.2, + "Yield": 238.4, + "Adj Yield": 238.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 59.3, + "Yield": 251.3, + "Adj Yield": 251.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 59.8, + "Yield": 267.2, + "Adj Yield": 267.2 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143740" + ], + "fetched_at": "2026-05-27T02:19:16.243526+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143740.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143740.md new file mode 100644 index 00000000..6486ab8b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143740.md @@ -0,0 +1,45 @@ +# Corn yield trial — ,, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **City:** , +- **Year:** 2024 +- **Plot ID:** 143740 +- **Cooperator:** Sweitzer Farms +- **Plot average:** 249.11 BU/Ac +- **Planted:** 2024-05-01 +- **Harvested:** 2024-10-11 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Sandy Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143740 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 14 | AgriGold | A629-55VT2RIB | VT2RIB | - | 14.3 | 58.2 | 235.7 | 235.7 | +| 11 | Pioneer | P0035AM | AM | - | 16.5 | 58.2 | 249.0 | 249.0 | +| 7 | AgriGold | A630-04VT2RIB | VT2RIB | - | 14.9 | 58.8 | 253.4 | 253.4 | +| 9 | AgriGold | A631-12SSP | SSP | - | 14.3 | 59.0 | 250.8 | 250.8 | +| 6 | AgriGold | A632-68VT2RIB | VT2RIB | - | 15.8 | 59.1 | 255.2 | 255.2 | +| 16 | AgriGold | K5218D | 5122EZ | - | 16.2 | 59.5 | 230.9 | 230.9 | +| 17 | Golden Harvest | G03U08-D | 5122EZ | - | 15.6 | 59.4 | 229.8 | 229.8 | +| 5 | AgriGold | A636-16-5222 | 5222 | - | 17.0 | 57.1 | 260.5 | 260.5 | +| 3 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 16.0 | 59.4 | 261.9 | 261.9 | +| 4 | AgriGold | A636-11VT2RIB | VT2RIB | - | 15.6 | 59.2 | 260.7 | 260.7 | +| 12 | AgriGold | A636-39-3110 | 3110 | - | 16.6 | 58.4 | 240.5 | 240.5 | +| 2 | Golden Harvest | G08U00-V | 3220EZ | - | 17.3 | 57.8 | 264.6 | 264.6 | +| 15 | AgriGold | A638-19-3110 | 3110 | - | 18.1 | 58.6 | 235.7 | 235.7 | +| 10 | AgriGold | A639-03VT2RIB | VT2RIB | - | 18.1 | 58.6 | 249.2 | 249.2 | +| 13 | AgriGold | A639-70STXRIB | STXRIB | - | 15.6 | 58.2 | 238.4 | 238.4 | +| 8 | AgriGold | A640-12STXRIB | STXRIB | - | 17.1 | 59.3 | 251.3 | 251.3 | +| 1 | AgriGold | A641-85STXRIB | STXRIB | - | 18.1 | 59.8 | 267.2 | 267.2 | + +Top 5 by Yield: A641-85STXRIB (AgriGold) 267.2, G08U00-V (Golden Harvest) 264.6, DKC56-26RIB (Dekalb) 261.9, A636-11VT2RIB (AgriGold) 260.7, A636-16-5222 (AgriGold) 260.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143741.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143741.json new file mode 100644 index 00000000..125944b4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143741.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143741", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Thomasboro", + "county": "Champaign", + "year": 2024, + "plot_id": "143741", + "cooperator": "Ehler Bros.", + "plot_average": 258.41, + "planted_date": "2024-05-08", + "harvested_date": "2024-10-11", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 12, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 56.0, + "Yield": 269.0, + "Adj Yield": 269.0 + } + }, + { + "rank": 2, + "brand": "Nu Tech", + "product": "69C7PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 58.0, + "Yield": 276.8, + "Adj Yield": 276.8 + } + }, + { + "rank": 12, + "brand": "Nu Tech", + "product": "70F6Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 56.0, + "Yield": 265.0, + "Adj Yield": 265.0 + } + }, + { + "rank": 1, + "brand": "Nu Tech", + "product": "70F6V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 57.0, + "Yield": 277.4, + "Adj Yield": 277.4 + } + }, + { + "rank": 6, + "brand": "ProHarvest", + "product": "80P75PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 57.0, + "Yield": 269.5, + "Adj Yield": 269.5 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 59.5, + "Yield": 266.4, + "Adj Yield": 266.4 + } + }, + { + "rank": 8, + "brand": "ProHarvest", + "product": "81P20PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 56.0, + "Yield": 266.5, + "Adj Yield": 266.5 + } + }, + { + "rank": 23, + "brand": "Midwest Seed Genetics", + "product": "MW11-99VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 58.0, + "Yield": 256.1, + "Adj Yield": 256.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 58.0, + "Yield": 271.4, + "Adj Yield": 271.4 + } + }, + { + "rank": 11, + "brand": "Midwest Seed Genetics", + "product": "MW12-48DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 58.0, + "Yield": 265.6, + "Adj Yield": 265.6 + } + }, + { + "rank": 17, + "brand": "Nu Tech", + "product": "72C1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 56.0, + "Yield": 260.7, + "Adj Yield": 260.7 + } + }, + { + "rank": 21, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 58.0, + "Yield": 257.4, + "Adj Yield": 257.4 + } + }, + { + "rank": 22, + "brand": "Merschman", + "product": "M-2512C-30", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 57.5, + "Yield": 256.5, + "Adj Yield": 256.5 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 61.0, + "Yield": 250.8, + "Adj Yield": 250.8 + } + }, + { + "rank": 24, + "brand": "ProHarvest", + "product": "83P33DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 57.5, + "Yield": 254.3, + "Adj Yield": 254.3 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 57.0, + "Yield": 258.9, + "Adj Yield": 258.9 + } + }, + { + "rank": 27, + "brand": "ProHarvest", + "product": "83P17PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 56.0, + "Yield": 242.8, + "Adj Yield": 242.8 + } + }, + { + "rank": 26, + "brand": "ProHarvest", + "product": "83P66VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 58.0, + "Yield": 246.9, + "Adj Yield": 246.9 + } + }, + { + "rank": 16, + "brand": "Midwest Seed Genetics", + "product": "MW13-04VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 59.0, + "Yield": 261.3, + "Adj Yield": 261.3 + } + }, + { + "rank": 3, + "brand": "Merschman", + "product": "M-2413C-30", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 57.0, + "Yield": 272.8, + "Adj Yield": 272.8 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 58.0, + "Yield": 257.5, + "Adj Yield": 257.5 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 59.0, + "Yield": 266.0, + "Adj Yield": 266.0 + } + }, + { + "rank": 30, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 59.0, + "Yield": 208.1, + "Adj Yield": 208.1 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 61.0, + "Yield": 260.3, + "Adj Yield": 260.3 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC65-95RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 60.0, + "Yield": 261.6, + "Adj Yield": 261.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 58.0, + "Yield": 269.7, + "Adj Yield": 269.7 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 59.0, + "Yield": 262.6, + "Adj Yield": 262.6 + } + }, + { + "rank": 28, + "brand": "Dekalb", + "product": "DKC117-27RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 58.0, + "Yield": 237.0, + "Adj Yield": 237.0 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 58.0, + "Yield": 262.4, + "Adj Yield": 262.4 + } + }, + { + "rank": 29, + "brand": "Dekalb", + "product": "DKC119-30RIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 57.5, + "Yield": 221.1, + "Adj Yield": 221.1 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143741" + ], + "fetched_at": "2026-05-27T02:19:16.790748+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143741.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143741.md new file mode 100644 index 00000000..f6dca978 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143741.md @@ -0,0 +1,60 @@ +# Corn yield trial — Thomasboro, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Champaign +- **City:** Thomasboro +- **Year:** 2024 +- **Plot ID:** 143741 +- **Cooperator:** Ehler Bros. +- **Plot average:** 258.41 BU/Ac +- **Planted:** 2024-05-08 +- **Harvested:** 2024-10-11 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 12 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143741 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | AgriGold | A639-03VT2RIB | VT2RIB | - | 18.4 | 56.0 | 269.0 | 269.0 | +| 2 | Nu Tech | 69C7PCE | PCE | - | 16.1 | 58.0 | 276.8 | 276.8 | +| 12 | Nu Tech | 70F6Q | QROME | - | 17.9 | 56.0 | 265.0 | 265.0 | +| 1 | Nu Tech | 70F6V | Vorceed | - | 17.5 | 57.0 | 277.4 | 277.4 | +| 6 | ProHarvest | 80P75PCE | PCE | - | 16.8 | 57.0 | 269.5 | 269.5 | +| 9 | Dekalb | DKC111-35RIB | VT2RIB | - | 16.9 | 59.5 | 266.4 | 266.4 | +| 8 | ProHarvest | 81P20PCE | PCE | - | 17.4 | 56.0 | 266.5 | 266.5 | +| 23 | Midwest Seed Genetics | MW11-99VT2RIB | VT2RIB | - | 17.7 | 58.0 | 256.1 | 256.1 | +| 4 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 19.5 | 58.0 | 271.4 | 271.4 | +| 11 | Midwest Seed Genetics | MW12-48DGVT2PRIB | DGVT2PRIB | - | 19.5 | 58.0 | 265.6 | 265.6 | +| 17 | Nu Tech | 72C1PCE | PCE | - | 18.2 | 56.0 | 260.7 | 260.7 | +| 21 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 18.7 | 58.0 | 257.4 | 257.4 | +| 22 | Merschman | M-2512C-30 | PCE | - | 18.3 | 57.5 | 256.5 | 256.5 | +| 25 | AgriGold | A642-32VT2PRO | VT2Pro | - | 19.2 | 61.0 | 250.8 | 250.8 | +| 24 | ProHarvest | 83P33DGVT2PRIB | DGVT2PRIB | - | 19.2 | 57.5 | 254.3 | 254.3 | +| 19 | AgriGold | A643-24PCE | PCE | - | 19.0 | 57.0 | 258.9 | 258.9 | +| 27 | ProHarvest | 83P17PCE | PCE | - | 19.7 | 56.0 | 242.8 | 242.8 | +| 26 | ProHarvest | 83P66VT2RIB | VT2RIB | - | 20.9 | 58.0 | 246.9 | 246.9 | +| 16 | Midwest Seed Genetics | MW13-04VT2PRIB | VT2RIB | - | 18.2 | 59.0 | 261.3 | 261.3 | +| 3 | Merschman | M-2413C-30 | PCE | - | 18.6 | 57.0 | 272.8 | 272.8 | +| 20 | AgriGold | A644-64VT2RIB | VT2RIB | - | 21.2 | 58.0 | 257.5 | 257.5 | +| 10 | Dekalb | DKC114-43RIB | VT4RIB | - | 18.3 | 59.0 | 266.0 | 266.0 | +| 30 | Dekalb | DKC114-99RIB | VT4RIB | - | 19.1 | 59.0 | 208.1 | 208.1 | +| 18 | Dekalb | DKC64-22RIB | VT2RIB | - | 18.0 | 61.0 | 260.3 | 260.3 | +| 15 | Dekalb | DKC65-95RIB | VT2RIB | - | 18.9 | 60.0 | 261.6 | 261.6 | +| 5 | AgriGold | A646-30VT2RIB | VT2RIB | - | 20.1 | 58.0 | 269.7 | 269.7 | +| 13 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 20.2 | 59.0 | 262.6 | 262.6 | +| 28 | Dekalb | DKC117-27RIB | VT4RIB | - | 19.2 | 58.0 | 237.0 | 237.0 | +| 14 | Dekalb | DKC68-35RIB | VT2RIB | - | 19.0 | 58.0 | 262.4 | 262.4 | +| 29 | Dekalb | DKC119-30RIB | VT4Pro | - | 19.7 | 57.5 | 221.1 | 221.1 | + +Top 5 by Yield: 70F6V (Nu Tech) 277.4, 69C7PCE (Nu Tech) 276.8, M-2413C-30 (Merschman) 272.8, A642-05VT2RIBD1 (AgriGold) 271.4, A646-30VT2RIB (AgriGold) 269.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143744.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143744.json new file mode 100644 index 00000000..53e0a95f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143744.json @@ -0,0 +1,283 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143744", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "VA", + "state_abbrev": "va", + "city": "Champlain", + "county": "Essex", + "year": 2024, + "plot_id": "143744", + "cooperator": "Ben Ellis", + "plot_average": 160.29, + "planted_date": "2024-05-25", + "harvested_date": "2024-10-15", + "population_seeds_per_acre": 28000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Sandy Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 16, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 51.9, + "Yield": 154.6, + "Adj Yield": 154.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 55.9, + "Yield": 167.6, + "Adj Yield": 167.6 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 55.4, + "Yield": 158.8, + "Adj Yield": 158.8 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 50.3, + "Yield": 136.5, + "Adj Yield": 136.5 + } + }, + { + "rank": 11, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 52.4, + "Yield": 161.1, + "Adj Yield": 161.1 + } + }, + { + "rank": 9, + "brand": "NK Brand", + "product": "NK1386-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 56.2, + "Yield": 162.5, + "Adj Yield": 162.5 + } + }, + { + "rank": 3, + "brand": "Revere", + "product": "LC1307TCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 56.0, + "Yield": 166.6, + "Adj Yield": 166.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.0, + "Yield": 166.2, + "Adj Yield": 166.2 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 53.7, + "Yield": 159.6, + "Adj Yield": 159.6 + } + }, + { + "rank": 18, + "brand": "Revere", + "product": "X113T42", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 54.4, + "Yield": 139.2, + "Adj Yield": 139.2 + } + }, + { + "rank": 8, + "brand": "Revere", + "product": "X114P35", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 56.3, + "Yield": 163.9, + "Adj Yield": 163.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 57.4, + "Yield": 165.5, + "Adj Yield": 165.5 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 59.3, + "Yield": 151.0, + "Adj Yield": 151.0 + } + }, + { + "rank": 15, + "brand": "Revere", + "product": "1577VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 54.6, + "Yield": 157.7, + "Adj Yield": 157.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 53.5, + "Yield": 184.6, + "Adj Yield": 184.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A646-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 52.8, + "Yield": 161.2, + "Adj Yield": 161.2 + } + }, + { + "rank": 14, + "brand": "NK Brand", + "product": "NK1661-5222A", + "traits": "5222A", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 52.3, + "Yield": 158.7, + "Adj Yield": 158.7 + } + }, + { + "rank": 7, + "brand": "Revere", + "product": "1627-TC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 54.6, + "Yield": 164.6, + "Adj Yield": 164.6 + } + }, + { + "rank": 5, + "brand": "Revere", + "product": "1839TC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 55.9, + "Yield": 165.6, + "Adj Yield": 165.6 + } + } + ], + "n_results": 19, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143744" + ], + "fetched_at": "2026-05-27T02:19:17.250506+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143744.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143744.md new file mode 100644 index 00000000..ad0a63d4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143744.md @@ -0,0 +1,49 @@ +# Corn yield trial — Champlain, VA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** VA +- **County:** Essex +- **City:** Champlain +- **Year:** 2024 +- **Plot ID:** 143744 +- **Cooperator:** Ben Ellis +- **Plot average:** 160.29 BU/Ac +- **Planted:** 2024-05-25 +- **Harvested:** 2024-10-15 +- **Population:** 28,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Sandy Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143744 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 16 | AgriGold | J6015PWE | PWE | - | 18.0 | 51.9 | 154.6 | 154.6 | +| 2 | AgriGold | J6227DV-RN | 5222 | - | 18.0 | 55.9 | 167.6 | 167.6 | +| 13 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.4 | 55.4 | 158.8 | 158.8 | +| 19 | AgriGold | A642-32VT2PRO | VT2Pro | - | 17.2 | 50.3 | 136.5 | 136.5 | +| 11 | NK Brand | NK1228-AA | 3220 | - | 17.9 | 52.4 | 161.1 | 161.1 | +| 9 | NK Brand | NK1386-VZ | 3330EZ | - | 17.9 | 56.2 | 162.5 | 162.5 | +| 3 | Revere | LC1307TCRIB | TreceptaRIB | - | 17.1 | 56.0 | 166.6 | 166.6 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.0 | 57.0 | 166.2 | 166.2 | +| 12 | AgriGold | A643-24PCE | PCE | - | 17.5 | 53.7 | 159.6 | 159.6 | +| 18 | Revere | X113T42 | Unknown | - | 17.3 | 54.4 | 139.2 | 139.2 | +| 8 | Revere | X114P35 | Unknown | - | 16.4 | 56.3 | 163.9 | 163.9 | +| 6 | AgriGold | K6429AA | 3120EZ | - | 18.1 | 57.4 | 165.5 | 165.5 | +| 17 | AgriGold | A645-16VT2PRO | VT2Pro | - | 17.9 | 59.3 | 151.0 | 151.0 | +| 15 | Revere | 1577VT2PRIB | VT2RIB | - | 18.2 | 54.6 | 157.7 | 157.7 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.8 | 53.5 | 184.6 | 184.6 | +| 10 | AgriGold | A646-30VT2PRO | VT2Pro | - | 19.5 | 52.8 | 161.2 | 161.2 | +| 14 | NK Brand | NK1661-5222A | 5222A | - | 19.1 | 52.3 | 158.7 | 158.7 | +| 7 | Revere | 1627-TC | Trecepta | - | 19.3 | 54.6 | 164.6 | 164.6 | +| 5 | Revere | 1839TC | Trecepta | - | 19.1 | 55.9 | 165.6 | 165.6 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 184.6, J6227DV-RN (AgriGold) 167.6, LC1307TCRIB (Revere) 166.6, A643-52VT2RIB (AgriGold) 166.2, 1839TC (Revere) 165.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143781.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143781.json new file mode 100644 index 00000000..34d0e42a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143781.json @@ -0,0 +1,322 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143781", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Alda", + "county": "Hall", + "year": 2024, + "plot_id": "143781", + "cooperator": "Mark Gloe", + "plot_average": 258.17, + "planted_date": "2024-05-11", + "harvested_date": "2024-10-23", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 17, + "brand": "Channel", + "product": "205-40VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 59.4, + "Yield": 253.2, + "Adj Yield": 253.2 + } + }, + { + "rank": 12, + "brand": "Becks", + "product": "5864AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 58.2, + "Yield": 259.0, + "Adj Yield": 259.0 + } + }, + { + "rank": 16, + "brand": "Hoegemeyer", + "product": "7918V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.5, + "Yield": 253.9, + "Adj Yield": 253.9 + } + }, + { + "rank": 5, + "brand": "Hoegemeyer", + "product": "8054V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.3, + "Yield": 262.3, + "Adj Yield": 262.3 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 60.3, + "Yield": 244.1, + "Adj Yield": 244.1 + } + }, + { + "rank": 15, + "brand": "Wyffels", + "product": "W7048RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.5, + "Yield": 254.7, + "Adj Yield": 254.7 + } + }, + { + "rank": 14, + "brand": "Hoegemeyer", + "product": "8172V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 58.9, + "Yield": 256.2, + "Adj Yield": 256.2 + } + }, + { + "rank": 6, + "brand": "Channel", + "product": "212-40VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 59.9, + "Yield": 262.3, + "Adj Yield": 262.3 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P12393V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 60.7, + "Yield": 262.3, + "Adj Yield": 262.3 + } + }, + { + "rank": 20, + "brand": "Becks", + "product": "6256AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.8, + "Yield": 249.7, + "Adj Yield": 249.7 + } + }, + { + "rank": 3, + "brand": "Hoegemeyer", + "product": "8366V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 60.0, + "Yield": 267.7, + "Adj Yield": 267.7 + } + }, + { + "rank": 4, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 58.9, + "Yield": 263.6, + "Adj Yield": 263.6 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P13777V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 59.1, + "Yield": 275.2, + "Adj Yield": 275.2 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.6, + "Yield": 259.2, + "Adj Yield": 259.2 + } + }, + { + "rank": 10, + "brand": "Channel", + "product": "214-22STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 60.7, + "Yield": 259.2, + "Adj Yield": 259.2 + } + }, + { + "rank": 21, + "brand": "Channel", + "product": "214-40VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 57.8, + "Yield": 249.1, + "Adj Yield": 249.1 + } + }, + { + "rank": 18, + "brand": "Channel", + "product": "215-15SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 56.7, + "Yield": 251.8, + "Adj Yield": 251.8 + } + }, + { + "rank": 9, + "brand": "Becks", + "product": "6585TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 60.7, + "Yield": 260.1, + "Adj Yield": 260.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 57.9, + "Yield": 260.9, + "Adj Yield": 260.9 + } + }, + { + "rank": 13, + "brand": "Channel", + "product": "217-01STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 58.1, + "Yield": 256.3, + "Adj Yield": 256.3 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 58.3, + "Yield": 269.3, + "Adj Yield": 269.3 + } + }, + { + "rank": 19, + "brand": "Becks", + "product": "6973TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 58.4, + "Yield": 249.7, + "Adj Yield": 249.7 + } + } + ], + "n_results": 22, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143781" + ], + "fetched_at": "2026-05-27T02:19:17.765185+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143781.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143781.md new file mode 100644 index 00000000..a1888304 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143781.md @@ -0,0 +1,52 @@ +# Corn yield trial — Alda, NE, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Hall +- **City:** Alda +- **Year:** 2024 +- **Plot ID:** 143781 +- **Cooperator:** Mark Gloe +- **Plot average:** 258.17 BU/Ac +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-23 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143781 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 17 | Channel | 205-40VT4PRIB | VT4RIB | - | 11.1 | 59.4 | 253.2 | 253.2 | +| 12 | Becks | 5864AM | AM | - | 13.8 | 58.2 | 259.0 | 259.0 | +| 16 | Hoegemeyer | 7918V | Vorceed | - | 16.1 | 59.5 | 253.9 | 253.9 | +| 5 | Hoegemeyer | 8054V | Vorceed | - | 14.8 | 58.3 | 262.3 | 262.3 | +| 22 | AgriGold | A641-85STXRIB | STXRIB | - | 16.5 | 60.3 | 244.1 | 244.1 | +| 15 | Wyffels | W7048RIB | STXRIB | - | 14.4 | 59.5 | 254.7 | 254.7 | +| 14 | Hoegemeyer | 8172V | Vorceed | - | 16.6 | 58.9 | 256.2 | 256.2 | +| 6 | Channel | 212-40VT4PRIB | VT4RIB | - | 15.4 | 59.9 | 262.3 | 262.3 | +| 7 | Pioneer | P12393V | Vorceed | - | 15.6 | 60.7 | 262.3 | 262.3 | +| 20 | Becks | 6256AM | AM | - | 15.4 | 60.8 | 249.7 | 249.7 | +| 3 | Hoegemeyer | 8366V | Vorceed | - | 16.5 | 60.0 | 267.7 | 267.7 | +| 4 | Wyffels | W7759RIB | SSPRIB | - | 16.6 | 58.9 | 263.6 | 263.6 | +| 1 | Pioneer | P13777V | Vorceed | - | 17.1 | 59.1 | 275.2 | 275.2 | +| 11 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.2 | 59.6 | 259.2 | 259.2 | +| 10 | Channel | 214-22STXRIB | STXRIB | - | 15.9 | 60.7 | 259.2 | 259.2 | +| 21 | Channel | 214-40VT4PRIB | VT4RIB | - | 15.9 | 57.8 | 249.1 | 249.1 | +| 18 | Channel | 215-15SSPRIB | SSPRIB | - | 15.6 | 56.7 | 251.8 | 251.8 | +| 9 | Becks | 6585TCV2P | TreceptaRIB | - | 16.1 | 60.7 | 260.1 | 260.1 | +| 8 | AgriGold | A646-17STXRIB | STXRIB | - | 17.9 | 57.9 | 260.9 | 260.9 | +| 13 | Channel | 217-01STXRIB | STXRIB | - | 17.8 | 58.1 | 256.3 | 256.3 | +| 2 | Pioneer | P1742Q | QROME | - | 18.8 | 58.3 | 269.3 | 269.3 | +| 19 | Becks | 6973TCV2P | TreceptaRIB | - | 18.9 | 58.4 | 249.7 | 249.7 | + +Top 5 by Yield: P13777V (Pioneer) 275.2, P1742Q (Pioneer) 269.3, 8366V (Hoegemeyer) 267.7, W7759RIB (Wyffels) 263.6, 8054V (Hoegemeyer) 262.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143783.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143783.json new file mode 100644 index 00000000..4e2b5794 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143783.json @@ -0,0 +1,439 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143783", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "city": "Scott", + "county": "Paulding", + "year": 2024, + "plot_id": "143783", + "cooperator": "Pond Seed Company", + "plot_average": 208.68, + "planted_date": "2024-05-21", + "harvested_date": "2024-10-23", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 60.0, + "Yield": 223.1, + "Adj Yield": 223.1 + } + }, + { + "rank": 20, + "brand": "Golden Harvest", + "product": "G01U74-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 61.4, + "Yield": 207.1, + "Adj Yield": 198.36 + } + }, + { + "rank": 17, + "brand": "Golden Harvest", + "product": "G03U08-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 61.9, + "Yield": 208.0, + "Adj Yield": 201.3 + } + }, + { + "rank": 22, + "brand": "Golden Harvest", + "product": "G05U86-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 62.1, + "Yield": 197.5, + "Adj Yield": 191.55 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 58.7, + "Yield": 217.0, + "Adj Yield": 217.0 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 59.0, + "Yield": 209.8, + "Adj Yield": 204.75 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 59.1, + "Yield": 215.6, + "Adj Yield": 211.88 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 60.8, + "Yield": 208.1, + "Adj Yield": 205.45 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 60.1, + "Yield": 210.6, + "Adj Yield": 208.99 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 59.4, + "Yield": 213.6, + "Adj Yield": 213.04 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.2, + "Yield": 209.6, + "Adj Yield": 209.6 + } + }, + { + "rank": 8, + "brand": "Golden Harvest", + "product": "G08U00-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 59.1, + "Yield": 213.8, + "Adj Yield": 213.68 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 58.4, + "Yield": 197.5, + "Adj Yield": 197.41 + } + }, + { + "rank": 24, + "brand": "Golden Harvest", + "product": "G08R52-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 56.9, + "Yield": 183.3, + "Adj Yield": 183.37 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 59.8, + "Yield": 222.1, + "Adj Yield": 222.36 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 58.6, + "Yield": 220.5, + "Adj Yield": 220.82 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.5, + "Yield": 210.4, + "Adj Yield": 210.4 + } + }, + { + "rank": 18, + "brand": "Golden Harvest", + "product": "G10U97V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 58.9, + "Yield": 200.5, + "Adj Yield": 201.22 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.8, + "Yield": 215.6, + "Adj Yield": 217.09 + } + }, + { + "rank": 13, + "brand": "Golden Harvest", + "product": "G10B61-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 58.4, + "Yield": 206.6, + "Adj Yield": 208.86 + } + }, + { + "rank": 6, + "brand": "Golden Harvest", + "product": "G10L16-A", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 60.0, + "Yield": 217.2, + "Adj Yield": 220.4 + } + }, + { + "rank": 2, + "brand": "Golden Harvest", + "product": "G11V76-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.6, + "Yield": 221.0, + "Adj Yield": 225.29 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 58.3, + "Yield": 204.3, + "Adj Yield": 204.3 + } + }, + { + "rank": 23, + "brand": "Golden Harvest", + "product": "G12S75-D", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 57.3, + "Yield": 179.0, + "Adj Yield": 183.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 58.3, + "Yield": 234.3, + "Adj Yield": 239.5 + } + }, + { + "rank": 19, + "brand": "Golden Harvest", + "product": "G13B17-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 58.3, + "Yield": 193.4, + "Adj Yield": 199.8 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 60.9, + "Yield": 200.6, + "Adj Yield": 200.6 + } + }, + { + "rank": 10, + "brand": "Golden Harvest", + "product": "G13D55-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 61.1, + "Yield": 206.3, + "Adj Yield": 212.71 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 58.7, + "Yield": 200.6, + "Adj Yield": 205.56 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 59.7, + "Yield": 217.1, + "Adj Yield": 221.09 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.3, + "Yield": 206.9, + "Adj Yield": 206.9 + } + } + ], + "n_results": 31, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143783" + ], + "fetched_at": "2026-05-27T02:19:18.287980+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143783.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143783.md new file mode 100644 index 00000000..dba11888 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143783.md @@ -0,0 +1,60 @@ +# Corn yield trial — Scott, OH, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** OH +- **County:** Paulding +- **City:** Scott +- **Year:** 2024 +- **Plot ID:** 143783 +- **Cooperator:** Pond Seed Company +- **Plot average:** 208.68 BU/Ac +- **Planted:** 2024-05-21 +- **Harvested:** 2024-10-23 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143783 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A636-11VT2RIB | VT2RIB | - | 14.8 | 60.0 | 223.1 | 223.1 | +| 20 | Golden Harvest | G01U74-AA | 3120EZ | - | 15.3 | 61.4 | 207.1 | 198.36 | +| 17 | Golden Harvest | G03U08-D | 5122EZ | - | 14.8 | 61.9 | 208.0 | 201.3 | +| 22 | Golden Harvest | G05U86-DV | 5222EZ | - | 15.3 | 62.1 | 197.5 | 191.55 | +| - | AgriGold | A636-11VT2RIB | VT2RIB | - | 14.6 | 58.7 | 217.0 | 217.0 | +| 16 | AgriGold | A636-11VT2RIB | VT2RIB | - | 15.3 | 59.0 | 209.8 | 204.75 | +| 11 | AgriGold | A636-16-5222 | 5222 | - | 15.9 | 59.1 | 215.6 | 211.88 | +| 15 | AgriGold | A636-39-3110 | 3110 | - | 16.0 | 60.8 | 208.1 | 205.45 | +| 12 | AgriGold | A637-72VT2PRO | VT2Pro | - | 16.5 | 60.1 | 210.6 | 208.99 | +| 9 | AgriGold | K5836PWE | PWE | - | 17.5 | 59.4 | 213.6 | 213.04 | +| - | AgriGold | A636-11VT2RIB | VT2RIB | - | 14.7 | 58.2 | 209.6 | 209.6 | +| 8 | Golden Harvest | G08U00-V | 3220EZ | - | 14.8 | 59.1 | 213.8 | 213.68 | +| 21 | AgriGold | A638-19-3110 | 3110 | - | 16.9 | 58.4 | 197.5 | 197.41 | +| 24 | Golden Harvest | G08R52-V | 3220EZ | - | 17.4 | 56.9 | 183.3 | 183.37 | +| 3 | AgriGold | A639-03VT2RIB | VT2RIB | - | 16.7 | 59.8 | 222.1 | 222.36 | +| 5 | AgriGold | J6015PWE | PWE | - | 17.4 | 58.6 | 220.5 | 220.82 | +| - | AgriGold | A636-11VT2RIB | VT2RIB | - | 15.6 | 59.5 | 210.4 | 210.4 | +| 18 | Golden Harvest | G10U97V | 3220EZ | - | 16.9 | 58.9 | 200.5 | 201.22 | +| 7 | AgriGold | A640-16-3110 | 3110 | - | 15.8 | 58.8 | 215.6 | 217.09 | +| 13 | Golden Harvest | G10B61-AA | 3120EZ | - | 15.5 | 58.4 | 206.6 | 208.86 | +| 6 | Golden Harvest | G10L16-A | C | - | 15.8 | 60.0 | 217.2 | 220.4 | +| 2 | Golden Harvest | G11V76-AA | 3120EZ | - | 15.7 | 59.6 | 221.0 | 225.29 | +| - | AgriGold | A636-11VT2RIB | VT2RIB | - | 14.3 | 58.3 | 204.3 | 204.3 | +| 23 | Golden Harvest | G12S75-D | 5222EZ | - | 14.4 | 57.3 | 179.0 | 183.9 | +| 1 | AgriGold | A643-24PCE | PCE | - | 17.6 | 58.3 | 234.3 | 239.5 | +| 19 | Golden Harvest | G13B17-AA | 3120EZ | - | 16.5 | 58.3 | 193.4 | 199.8 | +| - | AgriGold | A636-11VT2RIB | VT2RIB | - | 16.3 | 60.9 | 200.6 | 200.6 | +| 10 | Golden Harvest | G13D55-V | 3220EZ | - | 16.7 | 61.1 | 206.3 | 212.71 | +| 14 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.6 | 58.7 | 200.6 | 205.56 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.7 | 59.7 | 217.1 | 221.09 | +| - | AgriGold | A636-11VT2RIB | VT2RIB | - | 14.9 | 58.3 | 206.9 | 206.9 | + +Top 5 by Yield: A643-24PCE (AgriGold) 234.3, A636-11VT2RIB (AgriGold) 223.1, A639-03VT2RIB (AgriGold) 222.1, G11V76-AA (Golden Harvest) 221.0, J6015PWE (AgriGold) 220.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143785.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143785.json new file mode 100644 index 00000000..26f44518 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143785.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143785", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Clay City", + "county": "Clay", + "year": 2024, + "plot_id": "143785", + "cooperator": "Miles Warren", + "plot_average": 214.4, + "planted_date": "2024-06-07", + "harvested_date": "2024-10-26", + "population_seeds_per_acre": 32493, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Wheat", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 16, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 59.6, + "Yield": 195.8, + "Adj Yield": 195.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 60.4, + "Yield": 217.2, + "Adj Yield": 217.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 58.4, + "Yield": 234.2, + "Adj Yield": 234.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 59.1, + "Yield": 220.1, + "Adj Yield": 220.1 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 60.8, + "Yield": 198.6, + "Adj Yield": 198.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 57.8, + "Yield": 226.9, + "Adj Yield": 226.9 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 59.2, + "Yield": 212.9, + "Adj Yield": 212.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 58.7, + "Yield": 220.3, + "Adj Yield": 220.3 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 59.4, + "Yield": 203.9, + "Adj Yield": 203.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 56.9, + "Yield": 224.2, + "Adj Yield": 224.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 59.3, + "Yield": 222.5, + "Adj Yield": 222.5 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 59.0, + "Yield": 215.0, + "Adj Yield": 215.0 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 58.9, + "Yield": 202.0, + "Adj Yield": 202.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": 56.0, + "Yield": 232.2, + "Adj Yield": 232.2 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 60.1, + "Yield": 203.4, + "Adj Yield": 203.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.5, + "Test Wt.": 56.4, + "Yield": 222.1, + "Adj Yield": 222.1 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A650-21VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": 58.7, + "Yield": 193.5, + "Adj Yield": 193.5 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143785" + ], + "fetched_at": "2026-05-27T02:19:18.780050+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143785.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143785.md new file mode 100644 index 00000000..f843804a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143785.md @@ -0,0 +1,47 @@ +# Corn yield trial — Clay City, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Clay +- **City:** Clay City +- **Year:** 2024 +- **Plot ID:** 143785 +- **Cooperator:** Miles Warren +- **Plot average:** 214.4 BU/Ac +- **Planted:** 2024-06-07 +- **Harvested:** 2024-10-26 +- **Population:** 32,493 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Wheat +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143785 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 16 | AgriGold | A639-03VT2RIB | VT2RIB | - | 18.3 | 59.6 | 195.8 | 195.8 | +| 9 | AgriGold | A641-26-3110 | 3110 | - | 20.1 | 60.4 | 217.2 | 217.2 | +| 1 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 20.6 | 58.4 | 234.2 | 234.2 | +| 8 | AgriGold | J6227DV-RN | 5222 | - | 19.7 | 59.1 | 220.1 | 220.1 | +| 15 | AgriGold | A642-32VT2PRO | VT2Pro | - | 21.0 | 60.8 | 198.6 | 198.6 | +| 3 | AgriGold | A643-24PCE | PCE | - | 21.7 | 57.8 | 226.9 | 226.9 | +| 11 | AgriGold | A643-52VT2RIB | VT2RIB | - | 21.6 | 59.2 | 212.9 | 212.9 | +| 7 | AgriGold | K6429AA | 3120EZ | - | 23.4 | 58.7 | 220.3 | 220.3 | +| 12 | AgriGold | A644-64VT2RIB | VT2RIB | - | 21.1 | 59.4 | 203.9 | 203.9 | +| 4 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 22.4 | 56.9 | 224.2 | 224.2 | +| 5 | AgriGold | A645-16VT2RIB | VT2RIB | - | 21.2 | 59.3 | 222.5 | 222.5 | +| 10 | AgriGold | A646-30VT2RIB | VT2RIB | - | 22.3 | 59.0 | 215.0 | 215.0 | +| 14 | AgriGold | J6621VT2PRO | VT2Pro | - | 21.3 | 58.9 | 202.0 | 202.0 | +| 2 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 24.0 | 56.0 | 232.2 | 232.2 | +| 13 | AgriGold | A647-79VT2PRO | VT2Pro | - | 21.3 | 60.1 | 203.4 | 203.4 | +| 6 | AgriGold | A648-11VT2RIB | VT2RIB | - | 25.5 | 56.4 | 222.1 | 222.1 | +| 17 | AgriGold | A650-21VT2RIB | VT2RIB | - | 24.1 | 58.7 | 193.5 | 193.5 | + +Top 5 by Yield: A642-05VT2RIBD1 (AgriGold) 234.2, A647-42TRCRIB (AgriGold) 232.2, A643-24PCE (AgriGold) 226.9, A645-22TRCRIB (AgriGold) 224.2, A645-16VT2RIB (AgriGold) 222.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143788.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143788.json new file mode 100644 index 00000000..8cac3777 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143788.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143788", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Flatville", + "county": "Champaign", + "year": 2024, + "plot_id": "143788", + "cooperator": "Ehler Bros.", + "plot_average": 270.12, + "planted_date": "2024-05-08", + "harvested_date": "2024-10-11", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 12, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 59.0, + "Yield": 265.0, + "Adj Yield": 265.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 59.0, + "Yield": 278.4, + "Adj Yield": 278.4 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC65-95RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 60.0, + "Yield": 242.4, + "Adj Yield": 242.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 60.0, + "Yield": 280.6, + "Adj Yield": 280.6 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 61.0, + "Yield": 266.2, + "Adj Yield": 266.2 + } + }, + { + "rank": 19, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 59.0, + "Yield": 226.4, + "Adj Yield": 226.4 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 60.0, + "Yield": 288.8, + "Adj Yield": 288.8 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 57.0, + "Yield": 277.3, + "Adj Yield": 277.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 57.0, + "Yield": 281.7, + "Adj Yield": 281.7 + } + }, + { + "rank": 12, + "brand": "ProHarvest", + "product": "83P66VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 57.5, + "Yield": 275.7, + "Adj Yield": 275.7 + } + }, + { + "rank": 11, + "brand": "ProHarvest", + "product": "83P33DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 57.0, + "Yield": 276.9, + "Adj Yield": 276.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 61.0, + "Yield": 281.7, + "Adj Yield": 281.7 + } + }, + { + "rank": 1, + "brand": "Merschman", + "product": "M-2512C-30", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 57.0, + "Yield": 291.6, + "Adj Yield": 291.6 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 57.0, + "Yield": 284.5, + "Adj Yield": 284.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 59.0, + "Yield": 278.4, + "Adj Yield": 278.4 + } + }, + { + "rank": 3, + "brand": "Nu Tech", + "product": "70F6V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 57.0, + "Yield": 285.7, + "Adj Yield": 285.7 + } + }, + { + "rank": 13, + "brand": "Dyna Gro", + "product": "D49PN05RA", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 56.0, + "Yield": 274.6, + "Adj Yield": 274.6 + } + }, + { + "rank": 14, + "brand": "Nu Tech", + "product": "69C7PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 56.0, + "Yield": 269.3, + "Adj Yield": 269.3 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 57.0, + "Yield": 225.9, + "Adj Yield": 225.9 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC108-17RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 57.0, + "Yield": 251.2, + "Adj Yield": 251.2 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143788" + ], + "fetched_at": "2026-05-27T02:19:19.281095+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143788.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143788.md new file mode 100644 index 00000000..ca8f9219 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143788.md @@ -0,0 +1,50 @@ +# Corn yield trial — Flatville, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Champaign +- **City:** Flatville +- **Year:** 2024 +- **Plot ID:** 143788 +- **Cooperator:** Ehler Bros. +- **Plot average:** 270.12 BU/Ac +- **Planted:** 2024-05-08 +- **Harvested:** 2024-10-11 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 12 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143788 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 16 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 20.2 | 59.0 | 265.0 | 265.0 | +| 9 | AgriGold | A646-30VT2RIB | VT2RIB | - | 18.9 | 59.0 | 278.4 | 278.4 | +| 18 | Dekalb | DKC65-95RIB | VT2RIB | - | 19.5 | 60.0 | 242.4 | 242.4 | +| 7 | AgriGold | A645-30VT2PRO | VT2Pro | - | 19.0 | 60.0 | 280.6 | 280.6 | +| 15 | Dekalb | DKC64-22RIB | VT2RIB | - | 18.6 | 61.0 | 266.2 | 266.2 | +| 19 | Dekalb | DKC114-99RIB | VT4RIB | - | 20.0 | 59.0 | 226.4 | 226.4 | +| 2 | Dekalb | DKC114-43RIB | VT4RIB | - | 17.9 | 60.0 | 288.8 | 288.8 | +| 10 | AgriGold | A644-64VT2RIB | VT2RIB | - | 21.7 | 57.0 | 277.3 | 277.3 | +| 5 | AgriGold | A643-24PCE | PCE | - | 21.3 | 57.0 | 281.7 | 281.7 | +| 12 | ProHarvest | 83P66VT2RIB | VT2RIB | - | 22.1 | 57.5 | 275.7 | 275.7 | +| 11 | ProHarvest | 83P33DGVT2PRIB | DGVT2PRIB | - | 20.7 | 57.0 | 276.9 | 276.9 | +| 6 | AgriGold | A642-32VT2PRO | VT2Pro | - | 21.1 | 61.0 | 281.7 | 281.7 | +| 1 | Merschman | M-2512C-30 | PCE | - | 22.2 | 57.0 | 291.6 | 291.6 | +| 4 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 21.0 | 57.0 | 284.5 | 284.5 | +| 8 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 20.6 | 59.0 | 278.4 | 278.4 | +| 3 | Nu Tech | 70F6V | Vorceed | - | 18.3 | 57.0 | 285.7 | 285.7 | +| 13 | Dyna Gro | D49PN05RA | PCE | - | 19.2 | 56.0 | 274.6 | 274.6 | +| 14 | Nu Tech | 69C7PCE | PCE | - | 19.2 | 56.0 | 269.3 | 269.3 | +| 20 | AgriGold | A639-03VT2RIB | VT2RIB | - | 19.2 | 57.0 | 225.9 | 225.9 | +| 17 | Dekalb | DKC108-17RIB | TreceptaRIB | - | 18.2 | 57.0 | 251.2 | 251.2 | + +Top 5 by Yield: M-2512C-30 (Merschman) 291.6, DKC114-43RIB (Dekalb) 288.8, 70F6V (Nu Tech) 285.7, DKC112-12RIB (Dekalb) 284.5, A643-24PCE (AgriGold) 281.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143797.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143797.json new file mode 100644 index 00000000..6ebcf80c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143797.json @@ -0,0 +1,387 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143797", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Verdon", + "county": "Richardson", + "year": 2024, + "plot_id": "143797", + "cooperator": "Jed Fritz", + "plot_average": 214.36, + "planted_date": "2024-05-30", + "harvested_date": "2024-11-25", + "population_seeds_per_acre": 32000, + "row_width": "22.0\"", + "num_rows": 8, + "soil_type": "Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 18, + "brand": "NK Brand", + "product": "NK0922-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": null, + "Yield": 211.7, + "Adj Yield": 211.7 + } + }, + { + "rank": 16, + "brand": "Brevant Seeds", + "product": "B09C43PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": null, + "Yield": 214.0, + "Adj Yield": 214.0 + } + }, + { + "rank": 23, + "brand": "Brevant Seeds", + "product": "B11C37V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": null, + "Yield": 202.6, + "Adj Yield": 202.6 + } + }, + { + "rank": 21, + "brand": "Brevant Seeds", + "product": "B13K20AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": null, + "Yield": 209.8, + "Adj Yield": 209.8 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": null, + "Yield": 215.9, + "Adj Yield": 215.9 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": null, + "Yield": 217.5, + "Adj Yield": 217.5 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC117-78RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": null, + "Yield": 217.7, + "Adj Yield": 217.7 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": null, + "Yield": 219.9, + "Adj Yield": 219.9 + } + }, + { + "rank": 24, + "brand": "Dekalb", + "product": "DKC70-27RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 201.2, + "Adj Yield": 201.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": null, + "Yield": 229.9, + "Adj Yield": 229.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": null, + "Yield": 230.7, + "Adj Yield": 230.7 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": null, + "Yield": 215.2, + "Adj Yield": 215.2 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": null, + "Yield": 212.3, + "Adj Yield": 212.3 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": null, + "Yield": 176.5, + "Adj Yield": 176.5 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": null, + "Yield": 209.8, + "Adj Yield": 209.8 + } + }, + { + "rank": 13, + "brand": "NK Brand", + "product": "NK1056-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": null, + "Yield": 216.2, + "Adj Yield": 216.2 + } + }, + { + "rank": 20, + "brand": "NK Brand", + "product": "NK1188-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": null, + "Yield": 210.1, + "Adj Yield": 210.1 + } + }, + { + "rank": 11, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": null, + "Yield": 217.2, + "Adj Yield": 217.2 + } + }, + { + "rank": 19, + "brand": "NK Brand", + "product": "NK1386-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": null, + "Yield": 211.2, + "Adj Yield": 211.2 + } + }, + { + "rank": 12, + "brand": "NK Brand", + "product": "NK1523-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": null, + "Yield": 216.8, + "Adj Yield": 216.8 + } + }, + { + "rank": 6, + "brand": "Brevant Seeds", + "product": "B11M47V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 221.1, + "Adj Yield": 221.1 + } + }, + { + "rank": 1, + "brand": "Brevant Seeds", + "product": "B12W45AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 236.7, + "Adj Yield": 236.7 + } + }, + { + "rank": 2, + "brand": "Brevant Seeds", + "product": "B12H48PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": null, + "Yield": 235.8, + "Adj Yield": 235.8 + } + }, + { + "rank": 5, + "brand": "Brevant Seeds", + "product": "B13C49V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": null, + "Yield": 221.9, + "Adj Yield": 221.9 + } + }, + { + "rank": 7, + "brand": "Brevant Seeds", + "product": "B14H38AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": null, + "Yield": 220.0, + "Adj Yield": 220.0 + } + }, + { + "rank": 26, + "brand": "Brevant Seeds", + "product": "B16K30AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": null, + "Yield": 195.9, + "Adj Yield": 195.9 + } + }, + { + "rank": 25, + "brand": "Brevant Seeds", + "product": "B17Z18AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": null, + "Yield": 200.1, + "Adj Yield": 200.1 + } + } + ], + "n_results": 27, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143797" + ], + "fetched_at": "2026-05-27T02:19:19.756989+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143797.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143797.md new file mode 100644 index 00000000..c2d6d0cf --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143797.md @@ -0,0 +1,57 @@ +# Corn yield trial — Verdon, NE, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Richardson +- **City:** Verdon +- **Year:** 2024 +- **Plot ID:** 143797 +- **Cooperator:** Jed Fritz +- **Plot average:** 214.36 BU/Ac +- **Planted:** 2024-05-30 +- **Harvested:** 2024-11-25 +- **Population:** 32,000 seeds/acre +- **Row width:** 22.0" +- **# Rows:** 8 +- **Soil type:** Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143797 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 18 | NK Brand | NK0922-V | 3220EZ | - | 13.8 | - | 211.7 | 211.7 | +| 16 | Brevant Seeds | B09C43PCE | PCE | - | 12.6 | - | 214.0 | 214.0 | +| 23 | Brevant Seeds | B11C37V | Vorceed | - | 13.6 | - | 202.6 | 202.6 | +| 21 | Brevant Seeds | B13K20AM | AM | - | 14.3 | - | 209.8 | 209.8 | +| 14 | Dekalb | DKC114-43RIB | VT4RIB | - | 14.4 | - | 215.9 | 215.9 | +| 10 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 15.0 | - | 217.5 | 217.5 | +| 9 | Dekalb | DKC117-78RIB | VT2RIB | - | 14.7 | - | 217.7 | 217.7 | +| 8 | Dekalb | DKC68-35RIB | VT2RIB | - | 14.8 | - | 219.9 | 219.9 | +| 24 | Dekalb | DKC70-27RIB | VT2RIB | - | 16.3 | - | 201.2 | 201.2 | +| 4 | AgriGold | A641-26V | 3220EZ | - | 13.9 | - | 229.9 | 229.9 | +| 3 | AgriGold | A642-32VT2PRO | VT2Pro | - | 14.3 | - | 230.7 | 230.7 | +| 15 | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.9 | - | 215.2 | 215.2 | +| 17 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.1 | - | 212.3 | 212.3 | +| 27 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 13.9 | - | 176.5 | 176.5 | +| 21 | AgriGold | A645-30VT2PRO | VT2Pro | - | 14.3 | - | 209.8 | 209.8 | +| 13 | NK Brand | NK1056-V | 3220 | - | 14.8 | - | 216.2 | 216.2 | +| 20 | NK Brand | NK1188-D | 5122EZ | - | 13.4 | - | 210.1 | 210.1 | +| 11 | NK Brand | NK1307-DV | 5222 | - | 13.9 | - | 217.2 | 217.2 | +| 19 | NK Brand | NK1386-VZ | 3330EZ | - | 14.0 | - | 211.2 | 211.2 | +| 12 | NK Brand | NK1523-V | 3220 | - | 14.3 | - | 216.8 | 216.8 | +| 6 | Brevant Seeds | B11M47V | Vorceed | - | 14.1 | - | 221.1 | 221.1 | +| 1 | Brevant Seeds | B12W45AML | AML | - | 13.5 | - | 236.7 | 236.7 | +| 2 | Brevant Seeds | B12H48PCE | PCE | - | 13.6 | - | 235.8 | 235.8 | +| 5 | Brevant Seeds | B13C49V | Vorceed | - | 13.3 | - | 221.9 | 221.9 | +| 7 | Brevant Seeds | B14H38AM | AM | - | 13.3 | - | 220.0 | 220.0 | +| 26 | Brevant Seeds | B16K30AM | AM | - | 14.3 | - | 195.9 | 195.9 | +| 25 | Brevant Seeds | B17Z18AM | AM | - | 13.3 | - | 200.1 | 200.1 | + +Top 5 by Yield: B12W45AML (Brevant Seeds) 236.7, B12H48PCE (Brevant Seeds) 235.8, A642-32VT2PRO (AgriGold) 230.7, A641-26V (AgriGold) 229.9, B13C49V (Brevant Seeds) 221.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143802.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143802.json new file mode 100644 index 00000000..f3cb9e20 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143802.json @@ -0,0 +1,634 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143802", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Ivesdale", + "county": "Champaign", + "year": 2024, + "plot_id": "143802", + "cooperator": "United Prairie", + "plot_average": 251.32, + "planted_date": "2024-05-13", + "harvested_date": "2024-10-23", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": null, + "Yield": 257.0, + "Adj Yield": 257.0 + } + }, + { + "rank": 42, + "brand": "Wyffels", + "product": "W4246RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": null, + "Yield": 195.4, + "Adj Yield": 195.4 + } + }, + { + "rank": 26, + "brand": "Wyffels", + "product": "W4439RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 246.5, + "Adj Yield": 246.5 + } + }, + { + "rank": 37, + "brand": "Wyffels", + "product": "W5019RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": null, + "Yield": 233.6, + "Adj Yield": 233.6 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": null, + "Yield": 263.1, + "Adj Yield": 263.1 + } + }, + { + "rank": 41, + "brand": "Wyffels", + "product": "W5406RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": null, + "Yield": 225.2, + "Adj Yield": 225.2 + } + }, + { + "rank": 18, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": null, + "Yield": 257.7, + "Adj Yield": 257.7 + } + }, + { + "rank": 33, + "brand": "Brevant Seeds", + "product": "B08R32AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": null, + "Yield": 238.6, + "Adj Yield": 238.6 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": null, + "Yield": 245.9, + "Adj Yield": 245.9 + } + }, + { + "rank": 15, + "brand": "Brevant Seeds", + "product": "B10Y21V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": null, + "Yield": 260.9, + "Adj Yield": 260.9 + } + }, + { + "rank": 30, + "brand": "Brevant Seeds", + "product": "B10Y24AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": null, + "Yield": 243.4, + "Adj Yield": 243.4 + } + }, + { + "rank": 39, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 232.3, + "Adj Yield": 232.3 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": null, + "Yield": 264.3, + "Adj Yield": 264.3 + } + }, + { + "rank": 31, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": null, + "Yield": 242.5, + "Adj Yield": 242.5 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": null, + "Yield": 264.0, + "Adj Yield": 264.0 + } + }, + { + "rank": 35, + "brand": "Wyffels", + "product": "W6479RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": null, + "Yield": 237.8, + "Adj Yield": 237.8 + } + }, + { + "rank": 38, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": null, + "Yield": 233.4, + "Adj Yield": 233.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": null, + "Yield": 268.9, + "Adj Yield": 268.9 + } + }, + { + "rank": 23, + "brand": "Brevant Seeds", + "product": "B12H48PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": null, + "Yield": 250.5, + "Adj Yield": 250.5 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": null, + "Yield": 261.6, + "Adj Yield": 261.6 + } + }, + { + "rank": 33, + "brand": "Wyffels", + "product": "W7208RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": null, + "Yield": 238.6, + "Adj Yield": 238.6 + } + }, + { + "rank": 16, + "brand": "Armor Seed", + "product": "A0755VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": null, + "Yield": 258.6, + "Adj Yield": 258.6 + } + }, + { + "rank": 25, + "brand": "Armor Seed", + "product": "1220", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": null, + "Yield": 247.4, + "Adj Yield": 247.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": null, + "Yield": 269.4, + "Adj Yield": 269.4 + } + }, + { + "rank": 17, + "brand": "Wyffels", + "product": "W7485RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": null, + "Yield": 258.5, + "Adj Yield": 258.5 + } + }, + { + "rank": 21, + "brand": "Wyffels", + "product": "W7499RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 252.7, + "Adj Yield": 252.7 + } + }, + { + "rank": 24, + "brand": "Brevant Seeds", + "product": "B13C49PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": null, + "Yield": 248.5, + "Adj Yield": 248.5 + } + }, + { + "rank": 40, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": null, + "Yield": 230.9, + "Adj Yield": 230.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": null, + "Yield": 271.5, + "Adj Yield": 271.5 + } + }, + { + "rank": 20, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": null, + "Yield": 253.1, + "Adj Yield": 253.1 + } + }, + { + "rank": 1, + "brand": "Brevant Seeds", + "product": "B13K20Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": null, + "Yield": 275.8, + "Adj Yield": 275.8 + } + }, + { + "rank": 36, + "brand": "Armor Seed", + "product": "1460VT2", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": null, + "Yield": 236.4, + "Adj Yield": 236.4 + } + }, + { + "rank": 10, + "brand": "Armor Seed", + "product": "1575PRO2", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": null, + "Yield": 264.1, + "Adj Yield": 264.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": null, + "Yield": 260.5, + "Adj Yield": 260.5 + } + }, + { + "rank": 9, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": null, + "Yield": 265.6, + "Adj Yield": 265.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": null, + "Yield": 271.0, + "Adj Yield": 271.0 + } + }, + { + "rank": 29, + "brand": "Brevant Seeds", + "product": "B14H38Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": null, + "Yield": 244.2, + "Adj Yield": 244.2 + } + }, + { + "rank": 3, + "brand": "Brevant Seeds", + "product": "B14H38AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 271.4, + "Adj Yield": 271.4 + } + }, + { + "rank": 6, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": null, + "Yield": 269.2, + "Adj Yield": 269.2 + } + }, + { + "rank": 12, + "brand": "Wyffels", + "product": "W8086RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": null, + "Yield": 263.3, + "Adj Yield": 263.3 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": null, + "Yield": 252.1, + "Adj Yield": 252.1 + } + }, + { + "rank": 27, + "brand": "Wyffels", + "product": "W8108RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 245.9, + "Adj Yield": 245.9 + } + }, + { + "rank": 32, + "brand": "Wyffels", + "product": "W9218RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": null, + "Yield": 241.8, + "Adj Yield": 241.8 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": null, + "Yield": 268.2, + "Adj Yield": 268.2 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": null, + "Yield": 256.1, + "Adj Yield": 256.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": null, + "Yield": 239.6, + "Adj Yield": 239.6 + } + } + ], + "n_results": 46, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143802" + ], + "fetched_at": "2026-05-27T02:19:20.295329+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143802.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143802.md new file mode 100644 index 00000000..8b996580 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143802.md @@ -0,0 +1,76 @@ +# Corn yield trial — Ivesdale, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Champaign +- **City:** Ivesdale +- **Year:** 2024 +- **Plot ID:** 143802 +- **Cooperator:** United Prairie +- **Plot average:** 251.32 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-23 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143802 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 13.6 | - | 257.0 | 257.0 | +| 42 | Wyffels | W4246RIB | VT2RIB | - | 12.1 | - | 195.4 | 195.4 | +| 26 | Wyffels | W4439RIB | SSPRIB | - | 13.0 | - | 246.5 | 246.5 | +| 37 | Wyffels | W5019RIB | SSPRIB | - | 11.1 | - | 233.6 | 233.6 | +| 13 | AgriGold | J6015PWE | PWE | - | 12.7 | - | 263.1 | 263.1 | +| 41 | Wyffels | W5406RIB | VT2RIB | - | 13.1 | - | 225.2 | 225.2 | +| 18 | Brevant Seeds | B08R32V | Vorceed | - | 12.6 | - | 257.7 | 257.7 | +| 33 | Brevant Seeds | B08R32AM | AM | - | 13.3 | - | 238.6 | 238.6 | +| 27 | AgriGold | A639-03VT2RIB | VT2RIB | - | 12.2 | - | 245.9 | 245.9 | +| 15 | Brevant Seeds | B10Y21V | Vorceed | - | 10.7 | - | 260.9 | 260.9 | +| 30 | Brevant Seeds | B10Y24AM | AM | - | 13.2 | - | 243.4 | 243.4 | +| 39 | AgriGold | A640-12STXRIB | STXRIB | - | 13.0 | - | 232.3 | 232.3 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 13.7 | - | 264.3 | 264.3 | +| 31 | Wyffels | W6505RIB | TreceptaRIB | - | 13.1 | - | 242.5 | 242.5 | +| 11 | AgriGold | A641-85STXRIB | STXRIB | - | 13.9 | - | 264.0 | 264.0 | +| 35 | Wyffels | W6479RIB | SSPRIB | - | 13.7 | - | 237.8 | 237.8 | +| 38 | Wyffels | W6886RIB | VT2RIB | - | 12.6 | - | 233.4 | 233.4 | +| 7 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 13.8 | - | 268.9 | 268.9 | +| 23 | Brevant Seeds | B12H48PCE | PCE | - | 12.8 | - | 250.5 | 250.5 | +| 14 | AgriGold | A642-18SSP | SSP | - | 13.2 | - | 261.6 | 261.6 | +| 33 | Wyffels | W7208RIB | STXRIB | - | 13.1 | - | 238.6 | 238.6 | +| 16 | Armor Seed | A0755VT2RIB | VT2RIB | - | 12.1 | - | 258.6 | 258.6 | +| 25 | Armor Seed | 1220 | Unknown | - | 12.4 | - | 247.4 | 247.4 | +| 5 | AgriGold | A645-16VT2RIB | VT2RIB | - | 13.7 | - | 269.4 | 269.4 | +| 17 | Wyffels | W7485RIB | TreceptaRIB | - | 13.1 | - | 258.5 | 258.5 | +| 21 | Wyffels | W7499RIB | VT2RIB | - | 13.5 | - | 252.7 | 252.7 | +| 24 | Brevant Seeds | B13C49PCE | PCE | - | 13.6 | - | 248.5 | 248.5 | +| 40 | AgriGold | A643-24PCE | PCE | - | 11.7 | - | 230.9 | 230.9 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 10.9 | - | 271.5 | 271.5 | +| 20 | Wyffels | W7759RIB | SSPRIB | - | 13.7 | - | 253.1 | 253.1 | +| 1 | Brevant Seeds | B13K20Q | QROME | - | 12.5 | - | 275.8 | 275.8 | +| 36 | Armor Seed | 1460VT2 | VT2Pro | - | 12.9 | - | 236.4 | 236.4 | +| 10 | Armor Seed | 1575PRO2 | VT2RIB | - | 14.0 | - | 264.1 | 264.1 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 13.3 | - | 260.5 | 260.5 | +| 9 | Wyffels | W7876RIB | VT2RIB | - | 16.0 | - | 265.6 | 265.6 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 12.7 | - | 271.0 | 271.0 | +| 29 | Brevant Seeds | B14H38Q | QROME | - | 15.1 | - | 244.2 | 244.2 | +| 3 | Brevant Seeds | B14H38AM | AM | - | 13.5 | - | 271.4 | 271.4 | +| 6 | Wyffels | W7945RIB | TreceptaRIB | - | 15.1 | - | 269.2 | 269.2 | +| 12 | Wyffels | W8086RIB | VT2RIB | - | 14.8 | - | 263.3 | 263.3 | +| 22 | AgriGold | A645-71STXRIB | STXRIB | - | 15.0 | - | 252.1 | 252.1 | +| 27 | Wyffels | W8108RIB | STXRIB | - | 15.2 | - | 245.9 | 245.9 | +| 32 | Wyffels | W9218RIB | STXRIB | - | 14.8 | - | 241.8 | 241.8 | +| 8 | AgriGold | A642-32VT2PRO | VT2Pro | - | 12.2 | - | 268.2 | 268.2 | +| 19 | AgriGold | A645-30VT2PRO | VT2Pro | - | 12.7 | - | 256.1 | 256.1 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.0 | - | 239.6 | 239.6 | + +Top 5 by Yield: B13K20Q (Brevant Seeds) 275.8, A643-52VT2RIB (AgriGold) 271.5, B14H38AM (Brevant Seeds) 271.4, A644-64VT2RIB (AgriGold) 271.0, A645-16VT2RIB (AgriGold) 269.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143803.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143803.json new file mode 100644 index 00000000..bb4ff4e3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143803.json @@ -0,0 +1,283 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143803", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Ivesdale", + "county": "Champaign", + "year": 2024, + "plot_id": "143803", + "cooperator": "United Prairie", + "plot_average": 296.67, + "planted_date": "2024-05-11", + "harvested_date": "2024-10-17", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 19, + "brand": "Brevant Seeds", + "product": "B08R32AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": null, + "Yield": 277.4, + "Adj Yield": 277.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 296.0, + "Adj Yield": 296.0 + } + }, + { + "rank": 6, + "brand": "Wyffels", + "product": "W6479RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": null, + "Yield": 301.9, + "Adj Yield": 301.9 + } + }, + { + "rank": 12, + "brand": "Brevant Seeds", + "product": "B10Y21Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": null, + "Yield": 295.4, + "Adj Yield": 295.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 304.7, + "Adj Yield": 304.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": null, + "Yield": 296.2, + "Adj Yield": 296.2 + } + }, + { + "rank": 1, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 308.3, + "Adj Yield": 308.3 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 297.2, + "Adj Yield": 297.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 305.6, + "Adj Yield": 305.6 + } + }, + { + "rank": 17, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 286.2, + "Adj Yield": 286.2 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 290.6, + "Adj Yield": 290.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 298.3, + "Adj Yield": 298.3 + } + }, + { + "rank": 13, + "brand": "Wyffels", + "product": "W8086RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 295.2, + "Adj Yield": 295.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 306.3, + "Adj Yield": 306.3 + } + }, + { + "rank": 15, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 293.6, + "Adj Yield": 293.6 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 295.2, + "Adj Yield": 295.2 + } + }, + { + "rank": 18, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 285.7, + "Adj Yield": 285.7 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 299.8, + "Adj Yield": 299.8 + } + }, + { + "rank": 5, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 303.1, + "Adj Yield": 303.1 + } + } + ], + "n_results": 19, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143803" + ], + "fetched_at": "2026-05-27T02:19:20.784604+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143803.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143803.md new file mode 100644 index 00000000..f4a3c4c2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143803.md @@ -0,0 +1,49 @@ +# Corn yield trial — Ivesdale, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Champaign +- **City:** Ivesdale +- **Year:** 2024 +- **Plot ID:** 143803 +- **Cooperator:** United Prairie +- **Plot average:** 296.67 BU/Ac +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-17 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143803 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 19 | Brevant Seeds | B08R32AM | AM | - | 14.3 | - | 277.4 | 277.4 | +| 11 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.5 | - | 296.0 | 296.0 | +| 6 | Wyffels | W6479RIB | SSPRIB | - | 14.0 | - | 301.9 | 301.9 | +| 12 | Brevant Seeds | B10Y21Q | QROME | - | 13.1 | - | 295.4 | 295.4 | +| 4 | AgriGold | A641-85STXRIB | STXRIB | - | 16.8 | - | 304.7 | 304.7 | +| 10 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.0 | - | 296.2 | 296.2 | +| 1 | Wyffels | W6505RIB | TreceptaRIB | - | 16.7 | - | 308.3 | 308.3 | +| 9 | AgriGold | A642-18SSP | SSP | - | 15.2 | - | 297.2 | 297.2 | +| 3 | AgriGold | A642-32VT2PRO | VT2Pro | - | 18.3 | - | 305.6 | 305.6 | +| 17 | Wyffels | W6886RIB | VT2RIB | - | 17.0 | - | 286.2 | 286.2 | +| 16 | AgriGold | A643-24PCE | PCE | - | 18.0 | - | 290.6 | 290.6 | +| 8 | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.3 | - | 298.3 | 298.3 | +| 13 | Wyffels | W8086RIB | VT2RIB | - | 18.2 | - | 295.2 | 295.2 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.8 | - | 306.3 | 306.3 | +| 15 | Wyffels | W7876RIB | VT2RIB | - | 18.3 | - | 293.6 | 293.6 | +| 13 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.2 | - | 295.2 | 295.2 | +| 18 | Wyffels | W7759RIB | SSPRIB | - | 17.2 | - | 285.7 | 285.7 | +| 7 | AgriGold | A646-30VT2RIB | VT2RIB | - | 18.5 | - | 299.8 | 299.8 | +| 5 | Wyffels | W7945RIB | TreceptaRIB | - | 17.9 | - | 303.1 | 303.1 | + +Top 5 by Yield: W6505RIB (Wyffels) 308.3, A644-64VT2RIB (AgriGold) 306.3, A642-32VT2PRO (AgriGold) 305.6, A641-85STXRIB (AgriGold) 304.7, W7945RIB (Wyffels) 303.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143805.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143805.json new file mode 100644 index 00000000..46f0ab47 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143805.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143805", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Ashton", + "county": "Sherman", + "year": 2024, + "plot_id": "143805", + "cooperator": "Jordan Jakubowski", + "plot_average": 228.28, + "planted_date": "2024-05-11", + "harvested_date": "2024-10-30", + "population_seeds_per_acre": 33000, + "row_width": "36.0\"", + "num_rows": 4, + "soil_type": "Sandy Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 59.9, + "Yield": 240.7, + "Adj Yield": 240.7 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 60.8, + "Yield": 218.8, + "Adj Yield": 213.84 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 61.6, + "Yield": 212.8, + "Adj Yield": 209.18 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 61.0, + "Yield": 238.4, + "Adj Yield": 236.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-76VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 62.1, + "Yield": 213.3, + "Adj Yield": 211.91 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 61.0, + "Yield": 209.0, + "Adj Yield": 208.47 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 63.1, + "Yield": 236.4, + "Adj Yield": 236.67 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 61.0, + "Yield": 233.1, + "Adj Yield": 234.01 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 61.3, + "Yield": 222.9, + "Adj Yield": 224.41 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 61.7, + "Yield": 232.0, + "Adj Yield": 232.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 61.7, + "Yield": 232.0, + "Adj Yield": 233.88 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 63.1, + "Yield": 251.7, + "Adj Yield": 253.81 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 62.0, + "Yield": 251.1, + "Adj Yield": 253.74 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 61.9, + "Yield": 220.0, + "Adj Yield": 223.45 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 62.0, + "Yield": 229.6, + "Adj Yield": 229.6 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143805" + ], + "fetched_at": "2026-05-27T02:19:21.254968+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143805.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143805.md new file mode 100644 index 00000000..35225801 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143805.md @@ -0,0 +1,45 @@ +# Corn yield trial — Ashton, NE, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Sherman +- **City:** Ashton +- **Year:** 2024 +- **Plot ID:** 143805 +- **Cooperator:** Jordan Jakubowski +- **Plot average:** 228.28 BU/Ac +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-30 +- **Population:** 33,000 seeds/acre +- **Row width:** 36.0" +- **# Rows:** 4 +- **Soil type:** Sandy Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143805 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.4 | 59.9 | 240.7 | 240.7 | +| 9 | AgriGold | A640-12STXRIB | STXRIB | - | 12.8 | 60.8 | 218.8 | 213.84 | +| 11 | AgriGold | A641-26-3110 | 3110 | - | 12.2 | 61.6 | 212.8 | 209.18 | +| 4 | AgriGold | A642-18SSP | SSP | - | 12.9 | 61.0 | 238.4 | 236.0 | +| 10 | AgriGold | A642-76VT2RIB | VT2RIB | - | 12.3 | 62.1 | 213.3 | 211.91 | +| 12 | AgriGold | A642-32VT2PRO | VT2Pro | - | 12.9 | 61.0 | 209.0 | 208.47 | +| 3 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 12.9 | 63.1 | 236.4 | 236.67 | +| 5 | AgriGold | A643-24PCE | PCE | - | 13.1 | 61.0 | 233.1 | 234.01 | +| 7 | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.7 | 61.3 | 222.9 | 224.41 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.5 | 61.7 | 232.0 | 232.0 | +| 6 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.5 | 61.7 | 232.0 | 233.88 | +| 1 | AgriGold | A645-30VT2PRO | VT2Pro | - | 14.4 | 63.1 | 251.7 | 253.81 | +| 2 | AgriGold | A646-17STXRIB | STXRIB | - | 14.6 | 62.0 | 251.1 | 253.74 | +| 8 | AgriGold | A646-30VT2RIB | VT2RIB | - | 12.7 | 61.9 | 220.0 | 223.45 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 12.3 | 62.0 | 229.6 | 229.6 | + +Top 5 by Yield: A645-30VT2PRO (AgriGold) 251.7, A646-17STXRIB (AgriGold) 251.1, A644-64VT2RIB (AgriGold) 240.7, A642-18SSP (AgriGold) 238.4, A642-05VT2RIBD1 (AgriGold) 236.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143806.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143806.json new file mode 100644 index 00000000..104212ea --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143806.json @@ -0,0 +1,400 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143806", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Fairbury", + "county": "Jefferson", + "year": 2024, + "plot_id": "143806", + "cooperator": "Itzen Ag", + "plot_average": 127.57, + "planted_date": "2024-05-10", + "harvested_date": "2024-10-10", + "population_seeds_per_acre": 24000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 57.5, + "Yield": 94.0, + "Adj Yield": 94.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 59.4, + "Yield": 122.3, + "Adj Yield": 141.24 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 59.8, + "Yield": 133.1, + "Adj Yield": 149.26 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A641-85TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 58.3, + "Yield": 99.8, + "Adj Yield": 113.59 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-76VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 60.0, + "Yield": 116.6, + "Adj Yield": 128.31 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 59.2, + "Yield": 125.0, + "Adj Yield": 134.88 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 60.0, + "Yield": 130.7, + "Adj Yield": 139.13 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 59.3, + "Yield": 104.0, + "Adj Yield": 111.27 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 59.1, + "Yield": 119.4, + "Adj Yield": 125.82 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 59.4, + "Yield": 125.9, + "Adj Yield": 131.77 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 60.7, + "Yield": 131.3, + "Adj Yield": 137.09 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 59.2, + "Yield": 109.8, + "Adj Yield": 109.8 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 59.2, + "Yield": 109.8, + "Adj Yield": 115.09 + } + }, + { + "rank": 7, + "brand": "Seitec", + "product": "5845VT2Pro", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 57.4, + "Yield": 130.2, + "Adj Yield": 134.28 + } + }, + { + "rank": 8, + "brand": "Seitec", + "product": "Unknown", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 57.7, + "Yield": 131.3, + "Adj Yield": 133.98 + } + }, + { + "rank": 18, + "brand": "Seitec", + "product": "6144VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 59.7, + "Yield": 121.5, + "Adj Yield": 122.62 + } + }, + { + "rank": 12, + "brand": "Seitec", + "product": "7034G2Pro", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 59.9, + "Yield": 130.0, + "Adj Yield": 129.4 + } + }, + { + "rank": 19, + "brand": "Seitec", + "product": "6327G2Pro", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 59.9, + "Yield": 123.7, + "Adj Yield": 121.27 + } + }, + { + "rank": 13, + "brand": "Seitec", + "product": "6408", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 58.6, + "Yield": 133.7, + "Adj Yield": 129.3 + } + }, + { + "rank": 21, + "brand": "Seitec", + "product": "6041VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 56.4, + "Yield": 123.2, + "Adj Yield": 116.68 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC117-78RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 61.1, + "Yield": 132.4, + "Adj Yield": 123.43 + } + }, + { + "rank": 25, + "brand": "Dekalb", + "product": "DKC64-65RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 60.8, + "Yield": 113.3, + "Adj Yield": 101.83 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 62.2, + "Yield": 160.2, + "Adj Yield": 145.87 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 59.9, + "Yield": 147.9, + "Adj Yield": 130.6 + } + }, + { + "rank": 20, + "brand": "Dekalb", + "product": "DKC62-70RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 61.0, + "Yield": 139.1, + "Adj Yield": 118.48 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC119-30RIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 62.0, + "Yield": 148.5, + "Adj Yield": 124.16 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 60.2, + "Yield": 144.5, + "Adj Yield": 144.5 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A647-90VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 60.1, + "Yield": 154.6, + "Adj Yield": 129.92 + } + } + ], + "n_results": 28, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143806" + ], + "fetched_at": "2026-05-27T02:19:21.789394+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143806.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143806.md new file mode 100644 index 00000000..8e7a285e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143806.md @@ -0,0 +1,58 @@ +# Corn yield trial — Fairbury, NE, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Jefferson +- **City:** Fairbury +- **Year:** 2024 +- **Plot ID:** 143806 +- **Cooperator:** Itzen Ag +- **Plot average:** 127.57 BU/Ac +- **Planted:** 2024-05-10 +- **Harvested:** 2024-10-10 +- **Population:** 24,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143806 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 10.9 | 57.5 | 94.0 | 94.0 | +| 3 | AgriGold | A640-12STXRIB | STXRIB | - | 10.8 | 59.4 | 122.3 | 141.24 | +| 1 | AgriGold | A641-26-3110 | 3110 | - | 11.2 | 59.8 | 133.1 | 149.26 | +| 23 | AgriGold | A641-85TRCRIB | TreceptaRIB | - | 11.0 | 58.3 | 99.8 | 113.59 | +| 14 | AgriGold | A642-76VT2RIB | VT2RIB | - | 11.0 | 60.0 | 116.6 | 128.31 | +| 6 | AgriGold | A643-24PCE | PCE | - | 11.2 | 59.2 | 125.0 | 134.88 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 11.0 | 60.0 | 130.7 | 139.13 | +| 24 | AgriGold | A644-64VT2RIB | VT2RIB | - | 11.3 | 59.3 | 104.0 | 111.27 | +| 15 | AgriGold | A645-16VT2RIB | VT2RIB | - | 11.6 | 59.1 | 119.4 | 125.82 | +| 9 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 11.8 | 59.4 | 125.9 | 131.77 | +| 5 | AgriGold | A646-30VT2RIB | VT2RIB | - | 12.1 | 60.7 | 131.3 | 137.09 | +| - | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 11.0 | 59.2 | 109.8 | 109.8 | +| 22 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 11.0 | 59.2 | 109.8 | 115.09 | +| 7 | Seitec | 5845VT2Pro | VT2Pro | - | 10.7 | 57.4 | 130.2 | 134.28 | +| 8 | Seitec | Unknown | Unknown | - | 11.2 | 57.7 | 131.3 | 133.98 | +| 18 | Seitec | 6144VT2PRIB | VT2RIB | - | 11.1 | 59.7 | 121.5 | 122.62 | +| 12 | Seitec | 7034G2Pro | VT2Pro | - | 11.8 | 59.9 | 130.0 | 129.4 | +| 19 | Seitec | 6327G2Pro | VT2RIB | - | 11.8 | 59.9 | 123.7 | 121.27 | +| 13 | Seitec | 6408 | C | - | 12.3 | 58.6 | 133.7 | 129.3 | +| 21 | Seitec | 6041VT2PRIB | VT2RIB | - | 10.8 | 56.4 | 123.2 | 116.68 | +| 17 | Dekalb | DKC117-78RIB | VT2RIB | - | 11.7 | 61.1 | 132.4 | 123.43 | +| 25 | Dekalb | DKC64-65RIB | VT2RIB | - | 11.1 | 60.8 | 113.3 | 101.83 | +| 2 | Dekalb | DKC68-35RIB | VT2RIB | - | 12.5 | 62.2 | 160.2 | 145.87 | +| 10 | Dekalb | DKC110-10RIB | STXRIB | - | 11.0 | 59.9 | 147.9 | 130.6 | +| 20 | Dekalb | DKC62-70RIB | STXRIB | - | 11.1 | 61.0 | 139.1 | 118.48 | +| 16 | Dekalb | DKC119-30RIB | VT4Pro | - | 12.8 | 62.0 | 148.5 | 124.16 | +| - | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 12.0 | 60.2 | 144.5 | 144.5 | +| 11 | AgriGold | A647-90VT2RIB | VT2RIB | - | 12.1 | 60.1 | 154.6 | 129.92 | + +Top 5 by Yield: DKC68-35RIB (Dekalb) 160.2, A647-90VT2RIB (AgriGold) 154.6, DKC119-30RIB (Dekalb) 148.5, DKC110-10RIB (Dekalb) 147.9, A642-05VT2RIBD1 (AgriGold) 144.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143807.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143807.json new file mode 100644 index 00000000..6c9fa4c6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143807.json @@ -0,0 +1,361 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143807", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Alexandria", + "county": "Jefferson", + "year": 2024, + "plot_id": "143807", + "cooperator": "Itzen Ag", + "plot_average": 244.56, + "planted_date": "2024-05-11", + "harvested_date": "2024-10-18", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Minimum", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 58.8, + "Yield": 234.5, + "Adj Yield": 234.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 59.7, + "Yield": 260.8, + "Adj Yield": 266.19 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 59.8, + "Yield": 260.7, + "Adj Yield": 264.88 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A641-85TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 59.4, + "Yield": 227.5, + "Adj Yield": 230.62 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A642-76VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 60.9, + "Yield": 229.9, + "Adj Yield": 231.97 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 59.1, + "Yield": 264.6, + "Adj Yield": 265.61 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 61.7, + "Yield": 245.4, + "Adj Yield": 245.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 59.7, + "Yield": 257.6, + "Adj Yield": 256.84 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 60.1, + "Yield": 235.0, + "Adj Yield": 233.26 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.1, + "Yield": 241.3, + "Adj Yield": 238.69 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 60.4, + "Yield": 235.2, + "Adj Yield": 231.49 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 60.4, + "Yield": 246.1, + "Adj Yield": 246.1 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 60.4, + "Yield": 246.1, + "Adj Yield": 242.33 + } + }, + { + "rank": 11, + "brand": "Seitec", + "product": "5951VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 60.6, + "Yield": 253.0, + "Adj Yield": 249.94 + } + }, + { + "rank": 7, + "brand": "Seitec", + "product": "6322PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 60.3, + "Yield": 263.1, + "Adj Yield": 260.52 + } + }, + { + "rank": 21, + "brand": "Seitec", + "product": "6345G2Pro", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 60.9, + "Yield": 191.6, + "Adj Yield": 189.35 + } + }, + { + "rank": 5, + "brand": "Seitec", + "product": "6349VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 61.9, + "Yield": 264.8, + "Adj Yield": 262.77 + } + }, + { + "rank": 8, + "brand": "Seitec", + "product": "6588VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.9, + "Yield": 261.6, + "Adj Yield": 259.69 + } + }, + { + "rank": 22, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 59.7, + "Yield": 190.6, + "Adj Yield": 188.88 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC62-89RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.2, + "Yield": 263.7, + "Adj Yield": 262.02 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 61.2, + "Yield": 264.8, + "Adj Yield": 263.14 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC64-65RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 60.2, + "Yield": 241.0, + "Adj Yield": 239.31 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 61.6, + "Yield": 252.3, + "Adj Yield": 250.61 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC70-27RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 60.6, + "Yield": 248.5, + "Adj Yield": 246.69 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 60.0, + "Yield": 243.2, + "Adj Yield": 243.2 + } + } + ], + "n_results": 25, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143807" + ], + "fetched_at": "2026-05-27T02:19:22.295029+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143807.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143807.md new file mode 100644 index 00000000..725294ba --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143807.md @@ -0,0 +1,55 @@ +# Corn yield trial — Alexandria, NE, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Jefferson +- **City:** Alexandria +- **Year:** 2024 +- **Plot ID:** 143807 +- **Cooperator:** Itzen Ag +- **Plot average:** 244.56 BU/Ac +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-18 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Minimum +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143807 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 13.3 | 58.8 | 234.5 | 234.5 | +| 1 | AgriGold | A640-12STXRIB | STXRIB | - | 12.7 | 59.7 | 260.8 | 266.19 | +| 3 | AgriGold | A641-26-3110 | 3110 | - | 12.9 | 59.8 | 260.7 | 264.88 | +| 20 | AgriGold | A641-85TRCRIB | TreceptaRIB | - | 13.3 | 59.4 | 227.5 | 230.62 | +| 18 | AgriGold | A642-76VT2RIB | VT2RIB | - | 13.9 | 60.9 | 229.9 | 231.97 | +| 2 | AgriGold | A643-24PCE | PCE | - | 13.6 | 59.1 | 264.6 | 265.61 | +| 13 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.7 | 61.7 | 245.4 | 245.5 | +| 9 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.9 | 59.7 | 257.6 | 256.84 | +| 17 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.0 | 60.1 | 235.0 | 233.26 | +| 16 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 15.8 | 58.1 | 241.3 | 238.69 | +| 19 | AgriGold | A646-30VT2RIB | VT2RIB | - | 14.7 | 60.4 | 235.2 | 231.49 | +| - | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.3 | 60.4 | 246.1 | 246.1 | +| 14 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.3 | 60.4 | 246.1 | 242.33 | +| 11 | Seitec | 5951VT2PRIB | VT2RIB | - | 14.3 | 60.6 | 253.0 | 249.94 | +| 7 | Seitec | 6322PCE | PCE | - | 13.9 | 60.3 | 263.1 | 260.52 | +| 21 | Seitec | 6345G2Pro | VT2RIB | - | 15.5 | 60.9 | 191.6 | 189.35 | +| 5 | Seitec | 6349VT2PRIB | VT2RIB | - | 14.8 | 61.9 | 264.8 | 262.77 | +| 8 | Seitec | 6588VT2PRIB | VT2RIB | - | 14.9 | 58.9 | 261.6 | 259.69 | +| 22 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 13.3 | 59.7 | 190.6 | 188.88 | +| 6 | Dekalb | DKC62-89RIB | TreceptaRIB | - | 14.2 | 60.2 | 263.7 | 262.02 | +| 4 | Dekalb | DKC114-42RIB | SSPRIB | - | 14.8 | 61.2 | 264.8 | 263.14 | +| 15 | Dekalb | DKC64-65RIB | VT2RIB | - | 14.9 | 60.2 | 241.0 | 239.31 | +| 10 | Dekalb | DKC68-35RIB | VT2RIB | - | 15.2 | 61.6 | 252.3 | 250.61 | +| 12 | Dekalb | DKC70-27RIB | VT2RIB | - | 16.0 | 60.6 | 248.5 | 246.69 | +| - | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.8 | 60.0 | 243.2 | 243.2 | + +Top 5 by Yield: 6349VT2PRIB (Seitec) 264.8, DKC114-42RIB (Dekalb) 264.8, A643-24PCE (AgriGold) 264.6, DKC62-89RIB (Dekalb) 263.7, 6322PCE (Seitec) 263.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143809.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143809.json new file mode 100644 index 00000000..3068342c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143809.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143809", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Superior", + "county": "Nuckolls", + "year": 2024, + "plot_id": "143809", + "cooperator": "Epley Farms", + "plot_average": 84.79, + "planted_date": "2024-05-22", + "harvested_date": "2024-09-29", + "population_seeds_per_acre": 24000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 56.0, + "Yield": 69.5, + "Adj Yield": 69.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A641-54VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 56.0, + "Yield": 72.8, + "Adj Yield": 72.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 56.0, + "Yield": 97.3, + "Adj Yield": 97.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 56.0, + "Yield": 87.3, + "Adj Yield": 87.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 56.0, + "Yield": 94.6, + "Adj Yield": 94.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 56.0, + "Yield": 97.0, + "Adj Yield": 97.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-76VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 56.0, + "Yield": 92.8, + "Adj Yield": 92.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 56.0, + "Yield": 74.9, + "Adj Yield": 74.9 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 56.0, + "Yield": 74.0, + "Adj Yield": 74.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 56.0, + "Yield": 87.7, + "Adj Yield": 87.7 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143809" + ], + "fetched_at": "2026-05-27T02:19:22.743517+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143809.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143809.md new file mode 100644 index 00000000..56f9a7cb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143809.md @@ -0,0 +1,40 @@ +# Corn yield trial — Superior, NE, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Nuckolls +- **City:** Superior +- **Year:** 2024 +- **Plot ID:** 143809 +- **Cooperator:** Epley Farms +- **Plot average:** 84.79 BU/Ac +- **Planted:** 2024-05-22 +- **Harvested:** 2024-09-29 +- **Population:** 24,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143809 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 10 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.8 | 56.0 | 69.5 | 69.5 | +| 9 | AgriGold | A641-54VT2RIB | VT2RIB | - | 15.3 | 56.0 | 72.8 | 72.8 | +| 1 | AgriGold | A642-32VT2PRO | VT2Pro | - | 15.0 | 56.0 | 97.3 | 97.3 | +| 6 | AgriGold | A637-72VT2PRO | VT2Pro | - | 14.3 | 56.0 | 87.3 | 87.3 | +| 3 | AgriGold | A641-26-3110 | 3110 | - | 14.1 | 56.0 | 94.6 | 94.6 | +| 2 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.5 | 56.0 | 97.0 | 97.0 | +| 4 | AgriGold | A642-76VT2RIB | VT2RIB | - | 15.0 | 56.0 | 92.8 | 92.8 | +| 7 | AgriGold | A643-24PCE | PCE | - | 15.8 | 56.0 | 74.9 | 74.9 | +| 8 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.8 | 56.0 | 74.0 | 74.0 | +| 5 | AgriGold | A646-30VT2RIB | VT2RIB | - | 16.9 | 56.0 | 87.7 | 87.7 | + +Top 5 by Yield: A642-32VT2PRO (AgriGold) 97.3, A642-05VT2RIBD1 (AgriGold) 97.0, A641-26-3110 (AgriGold) 94.6, A642-76VT2RIB (AgriGold) 92.8, A646-30VT2RIB (AgriGold) 87.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143857.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143857.json new file mode 100644 index 00000000..c3b4f4e3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143857.json @@ -0,0 +1,309 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143857", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "city": "Kenton", + "county": "Hardin", + "year": 2024, + "plot_id": "143857", + "cooperator": "Sprang Farms", + "plot_average": 195.71, + "planted_date": "2024-05-24", + "harvested_date": "2024-11-01", + "population_seeds_per_acre": 33500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.8, + "Yield": 204.9, + "Adj Yield": 204.9 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.6, + "Yield": 194.3, + "Adj Yield": 186.06 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 59.7, + "Yield": 207.8, + "Adj Yield": 201.91 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 59.5, + "Yield": 194.7, + "Adj Yield": 191.2 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.9, + "Yield": 190.9, + "Adj Yield": 189.74 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A636-39DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 60.4, + "Yield": 198.9, + "Adj Yield": 200.09 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.0, + "Yield": 220.0, + "Adj Yield": 223.47 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 59.8, + "Yield": 208.0, + "Adj Yield": 213.9 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 59.5, + "Yield": 182.6, + "Adj Yield": 190.76 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.7, + "Yield": 183.8, + "Adj Yield": 183.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 60.1, + "Yield": 194.0, + "Adj Yield": 202.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 60.7, + "Yield": 205.6, + "Adj Yield": 212.93 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 60.5, + "Yield": 206.9, + "Adj Yield": 213.23 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 59.7, + "Yield": 176.0, + "Adj Yield": 181.61 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 61.3, + "Yield": 178.9, + "Adj Yield": 183.89 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 62.8, + "Yield": 187.0, + "Adj Yield": 191.55 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 60.0, + "Yield": 174.4, + "Adj Yield": 178.56 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 58.7, + "Yield": 173.7, + "Adj Yield": 177.48 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 61.0, + "Yield": 182.7, + "Adj Yield": 186.25 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 62.6, + "Yield": 182.0, + "Adj Yield": 185.25 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.8, + "Yield": 204.9, + "Adj Yield": 207.94 + } + } + ], + "n_results": 21, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143857" + ], + "fetched_at": "2026-05-27T02:19:23.278433+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143857.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143857.md new file mode 100644 index 00000000..a256d61b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143857.md @@ -0,0 +1,51 @@ +# Corn yield trial — Kenton, OH, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** OH +- **County:** Hardin +- **City:** Kenton +- **Year:** 2024 +- **Plot ID:** 143857 +- **Cooperator:** Sprang Farms +- **Plot average:** 195.71 BU/Ac +- **Planted:** 2024-05-24 +- **Harvested:** 2024-11-01 +- **Population:** 33,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143857 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.9 | 58.8 | 204.9 | 204.9 | +| 14 | AgriGold | A630-04AA-RN | 3120 | - | 14.3 | 59.6 | 194.3 | 186.06 | +| 7 | AgriGold | A631-08VT2PRO | VT2Pro | - | 14.2 | 59.7 | 207.8 | 201.91 | +| 10 | AgriGold | A636-11VT2RIB | VT2RIB | - | 14.1 | 59.5 | 194.7 | 191.2 | +| 12 | AgriGold | A636-39-3110 | 3110 | - | 15.6 | 59.9 | 190.9 | 189.74 | +| 8 | AgriGold | A636-39DV-RN | 5222 | - | 15.9 | 60.4 | 198.9 | 200.09 | +| 1 | AgriGold | A636-16-5222 | 5222 | - | 15.7 | 59.0 | 220.0 | 223.47 | +| 2 | AgriGold | A637-72VT2PRO | VT2Pro | - | 15.4 | 59.8 | 208.0 | 213.9 | +| 11 | AgriGold | A638-19-3110 | 3110 | - | 15.8 | 59.5 | 182.6 | 190.76 | +| - | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.3 | 59.7 | 183.8 | 183.8 | +| 6 | AgriGold | A640-16-3110 | 3110 | - | 15.3 | 60.1 | 194.0 | 202.6 | +| 4 | AgriGold | K5836PWE | PWE | - | 15.9 | 60.7 | 205.6 | 212.93 | +| 3 | AgriGold | J6015PWE | PWE | - | 15.7 | 60.5 | 206.9 | 213.23 | +| 17 | AgriGold | K6429AA | 3120EZ | - | 18.1 | 59.7 | 176.0 | 181.61 | +| 16 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.1 | 61.3 | 178.9 | 183.89 | +| 9 | AgriGold | A645-30VT2PRO | VT2Pro | - | 16.8 | 62.8 | 187.0 | 191.55 | +| 18 | AgriGold | A646-30VT2RIB | VT2RIB | - | 17.4 | 60.0 | 174.4 | 178.56 | +| 19 | AgriGold | A643-24PCE | PCE | - | 18.3 | 58.7 | 173.7 | 177.48 | +| 13 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.9 | 61.0 | 182.7 | 186.25 | +| 15 | AgriGold | A642-32VT2PRO | VT2Pro | - | 15.7 | 62.6 | 182.0 | 185.25 | +| 5 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.9 | 58.8 | 204.9 | 207.94 | + +Top 5 by Yield: A636-16-5222 (AgriGold) 220.0, A637-72VT2PRO (AgriGold) 208.0, A631-08VT2PRO (AgriGold) 207.8, J6015PWE (AgriGold) 206.9, K5836PWE (AgriGold) 205.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143901.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143901.json new file mode 100644 index 00000000..11210d64 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143901.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143901", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Walnut", + "county": "Bureau", + "year": 2024, + "plot_id": "143901", + "cooperator": "Ag View FS, Inc.", + "plot_average": 310.8, + "planted_date": "2024-04-25", + "harvested_date": "2024-09-26", + "population_seeds_per_acre": 37500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": null, + "Yield": 335.6, + "Adj Yield": 335.6 + } + }, + { + "rank": 2, + "brand": "FS Seeds", + "product": "FS6042FRIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": null, + "Yield": 325.2, + "Adj Yield": 325.2 + } + }, + { + "rank": 3, + "brand": "Brevant Seeds", + "product": "B13K20Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 324.3, + "Adj Yield": 324.3 + } + }, + { + "rank": 4, + "brand": "FS Seeds", + "product": "FS6245VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.9, + "Test Wt.": null, + "Yield": 323.3, + "Adj Yield": 323.3 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": null, + "Yield": 323.0, + "Adj Yield": 323.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 24.3, + "Test Wt.": null, + "Yield": 322.8, + "Adj Yield": 322.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": null, + "Yield": 322.4, + "Adj Yield": 322.4 + } + }, + { + "rank": 8, + "brand": "NK Brand", + "product": "NK1480-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 23.5, + "Test Wt.": null, + "Yield": 322.2, + "Adj Yield": 322.2 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 23.7, + "Test Wt.": null, + "Yield": 320.5, + "Adj Yield": 320.5 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": null, + "Yield": 316.3, + "Adj Yield": 316.3 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": null, + "Yield": 316.1, + "Adj Yield": 316.1 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.2, + "Test Wt.": null, + "Yield": 315.8, + "Adj Yield": 315.8 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.8, + "Test Wt.": null, + "Yield": 315.1, + "Adj Yield": 315.1 + } + }, + { + "rank": 14, + "brand": "Brevant Seeds", + "product": "B11M47V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": null, + "Yield": 313.8, + "Adj Yield": 313.8 + } + }, + { + "rank": 15, + "brand": "NK Brand", + "product": "NK1056-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": null, + "Yield": 313.5, + "Adj Yield": 313.5 + } + }, + { + "rank": 16, + "brand": "FS Seeds", + "product": "FS6025XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": null, + "Yield": 308.9, + "Adj Yield": 308.9 + } + }, + { + "rank": 17, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": null, + "Yield": 306.1, + "Adj Yield": 306.1 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 305.9, + "Adj Yield": 305.9 + } + }, + { + "rank": 18, + "brand": "FS Seeds", + "product": "FS6545VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": null, + "Yield": 305.9, + "Adj Yield": 305.9 + } + }, + { + "rank": 18, + "brand": "FS Seeds", + "product": "FS6217XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 23.9, + "Test Wt.": null, + "Yield": 305.9, + "Adj Yield": 305.9 + } + }, + { + "rank": 21, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": null, + "Yield": 305.6, + "Adj Yield": 305.6 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 23.6, + "Test Wt.": null, + "Yield": 304.4, + "Adj Yield": 304.4 + } + }, + { + "rank": 23, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": null, + "Yield": 304.0, + "Adj Yield": 304.0 + } + }, + { + "rank": 24, + "brand": "NK Brand", + "product": "NK1188-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": null, + "Yield": 303.2, + "Adj Yield": 303.2 + } + }, + { + "rank": 25, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 23.8, + "Test Wt.": null, + "Yield": 300.9, + "Adj Yield": 300.9 + } + }, + { + "rank": 26, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": null, + "Yield": 298.2, + "Adj Yield": 298.2 + } + }, + { + "rank": 27, + "brand": "NK Brand", + "product": "NK1523-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 26.3, + "Test Wt.": null, + "Yield": 297.9, + "Adj Yield": 297.9 + } + }, + { + "rank": 28, + "brand": "FS Seeds", + "product": "FS6432PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 296.5, + "Adj Yield": 296.5 + } + }, + { + "rank": 29, + "brand": "Brevant Seeds", + "product": "B04R11Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 286.2, + "Adj Yield": 286.2 + } + }, + { + "rank": 30, + "brand": "FS Seeds", + "product": "FS5725XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 284.4, + "Adj Yield": 284.4 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143901" + ], + "fetched_at": "2026-05-27T02:19:23.789307+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143901.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143901.md new file mode 100644 index 00000000..c39fbd0e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143901.md @@ -0,0 +1,60 @@ +# Corn yield trial — Walnut, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Bureau +- **City:** Walnut +- **Year:** 2024 +- **Plot ID:** 143901 +- **Cooperator:** Ag View FS, Inc. +- **Plot average:** 310.8 BU/Ac +- **Planted:** 2024-04-25 +- **Harvested:** 2024-09-26 +- **Population:** 37,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143901 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 24.1 | - | 335.6 | 335.6 | +| 2 | FS Seeds | FS6042FRIB | VT4Pro | - | 22.2 | - | 325.2 | 325.2 | +| 3 | Brevant Seeds | B13K20Q | QROME | - | 21.3 | - | 324.3 | 324.3 | +| 4 | FS Seeds | FS6245VRIB | VT2RIB | - | 23.9 | - | 323.3 | 323.3 | +| 5 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 21.1 | - | 323.0 | 323.0 | +| 6 | AgriGold | A642-18SSP | SSP | - | 24.3 | - | 322.8 | 322.8 | +| 7 | AgriGold | A641-85STXRIB | STXRIB | - | 24.2 | - | 322.4 | 322.4 | +| 8 | NK Brand | NK1480-DV | 5222EZ | - | 23.5 | - | 322.2 | 322.2 | +| 9 | Dekalb | DKC114-42RIB | SSPRIB | - | 23.7 | - | 320.5 | 320.5 | +| 10 | Dekalb | DKC110-10RIB | STXRIB | - | 21.4 | - | 316.3 | 316.3 | +| 11 | AgriGold | A642-32VT2PRO | VT2Pro | - | 23.2 | - | 316.1 | 316.1 | +| 12 | AgriGold | A644-64VT2RIB | VT2RIB | - | 25.2 | - | 315.8 | 315.8 | +| 13 | AgriGold | A645-16VT2RIB | VT2RIB | - | 24.8 | - | 315.1 | 315.1 | +| 14 | Brevant Seeds | B11M47V | Vorceed | - | 22.7 | - | 313.8 | 313.8 | +| 15 | NK Brand | NK1056-V | 3220 | - | 21.7 | - | 313.5 | 313.5 | +| 16 | FS Seeds | FS6025XRIB | STXRIB | - | 22.3 | - | 308.9 | 308.9 | +| 17 | NK Brand | NK1228-AA | 3220 | - | 22.5 | - | 306.1 | 306.1 | +| 18 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 17.4 | - | 305.9 | 305.9 | +| 18 | FS Seeds | FS6545VRIB | VT2RIB | - | 23.4 | - | 305.9 | 305.9 | +| 18 | FS Seeds | FS6217XRIB | STXRIB | - | 23.9 | - | 305.9 | 305.9 | +| 21 | Dekalb | DKC114-99RIB | VT4RIB | - | 21.9 | - | 305.6 | 305.6 | +| 22 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 23.6 | - | 304.4 | 304.4 | +| 23 | Dekalb | DKC106-98RIB | VT4RIB | - | 19.7 | - | 304.0 | 304.0 | +| 24 | NK Brand | NK1188-D | 5122EZ | - | 21.2 | - | 303.2 | 303.2 | +| 25 | NK Brand | NK1307-DV | 5222 | - | 23.8 | - | 300.9 | 300.9 | +| 26 | Brevant Seeds | B08R32V | Vorceed | - | 20.1 | - | 298.2 | 298.2 | +| 27 | NK Brand | NK1523-V | 3220 | - | 26.3 | - | 297.9 | 297.9 | +| 28 | FS Seeds | FS6432PRIB | SSPRIB | - | 21.3 | - | 296.5 | 296.5 | +| 29 | Brevant Seeds | B04R11Q | QROME | - | 19.0 | - | 286.2 | 286.2 | +| 30 | FS Seeds | FS5725XRIB | STXRIB | - | 18.3 | - | 284.4 | 284.4 | + +Top 5 by Yield: DKC66-06RIB (Dekalb) 335.6, FS6042FRIB (FS Seeds) 325.2, B13K20Q (Brevant Seeds) 324.3, FS6245VRIB (FS Seeds) 323.3, DKC110-41RIB (Dekalb) 323.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143902.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143902.json new file mode 100644 index 00000000..24904cb2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143902.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143902", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Ashton", + "county": "Lee", + "year": 2024, + "plot_id": "143902", + "cooperator": "Ag View FS, Inc.", + "plot_average": 275.14, + "planted_date": "2024-05-12", + "harvested_date": "2024-10-28", + "population_seeds_per_acre": 35400, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 306.7, + "Adj Yield": 306.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 305.1, + "Adj Yield": 305.1 + } + }, + { + "rank": 3, + "brand": "FS Seeds", + "product": "FS6042FRIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 302.6, + "Adj Yield": 302.6 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 290.1, + "Adj Yield": 290.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 289.9, + "Adj Yield": 289.9 + } + }, + { + "rank": 6, + "brand": "Brevant Seeds", + "product": "B13K20Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 289.0, + "Adj Yield": 289.0 + } + }, + { + "rank": 7, + "brand": "FS Seeds", + "product": "FS6432PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 288.6, + "Adj Yield": 288.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 287.9, + "Adj Yield": 287.9 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 286.4, + "Adj Yield": 286.4 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 283.8, + "Adj Yield": 283.8 + } + }, + { + "rank": 11, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 280.3, + "Adj Yield": 280.3 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 279.3, + "Adj Yield": 279.3 + } + }, + { + "rank": 13, + "brand": "FS Seeds", + "product": "FS6217XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 272.8, + "Adj Yield": 272.8 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 270.0, + "Adj Yield": 270.0 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 269.6, + "Adj Yield": 269.6 + } + }, + { + "rank": 16, + "brand": "FS Seeds", + "product": "FS6545VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 267.9, + "Adj Yield": 267.9 + } + }, + { + "rank": 16, + "brand": "NK Brand", + "product": "NK1523-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 267.9, + "Adj Yield": 267.9 + } + }, + { + "rank": 18, + "brand": "FS Seeds", + "product": "FS6025XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 267.4, + "Adj Yield": 267.4 + } + }, + { + "rank": 19, + "brand": "FS Seeds", + "product": "FS6245VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 267.3, + "Adj Yield": 267.3 + } + }, + { + "rank": 20, + "brand": "FS Seeds", + "product": "FS5725XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 267.2, + "Adj Yield": 267.2 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 267.1, + "Adj Yield": 267.1 + } + }, + { + "rank": 22, + "brand": "NK Brand", + "product": "NK1480-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 266.6, + "Adj Yield": 266.6 + } + }, + { + "rank": 23, + "brand": "NK Brand", + "product": "NK1056-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 266.0, + "Adj Yield": 266.0 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 265.6, + "Adj Yield": 265.6 + } + }, + { + "rank": 25, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 262.7, + "Adj Yield": 262.7 + } + }, + { + "rank": 26, + "brand": "Brevant Seeds", + "product": "B11M47V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 262.1, + "Adj Yield": 262.1 + } + }, + { + "rank": 27, + "brand": "NK Brand", + "product": "NK1188-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 259.8, + "Adj Yield": 259.8 + } + }, + { + "rank": 28, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 259.0, + "Adj Yield": 259.0 + } + }, + { + "rank": 29, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 255.7, + "Adj Yield": 255.7 + } + }, + { + "rank": 30, + "brand": "Brevant Seeds", + "product": "B04R11Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 249.9, + "Adj Yield": 249.9 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143902" + ], + "fetched_at": "2026-05-27T02:19:24.267808+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143902.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143902.md new file mode 100644 index 00000000..9758517e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143902.md @@ -0,0 +1,60 @@ +# Corn yield trial — Ashton, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Lee +- **City:** Ashton +- **Year:** 2024 +- **Plot ID:** 143902 +- **Cooperator:** Ag View FS, Inc. +- **Plot average:** 275.14 BU/Ac +- **Planted:** 2024-05-12 +- **Harvested:** 2024-10-28 +- **Population:** 35,400 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143902 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 19.0 | - | 306.7 | 306.7 | +| 2 | AgriGold | A642-32VT2PRO | VT2Pro | - | 18.8 | - | 305.1 | 305.1 | +| 3 | FS Seeds | FS6042FRIB | VT4Pro | - | 17.6 | - | 302.6 | 302.6 | +| 4 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 17.7 | - | 290.1 | 290.1 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.8 | - | 289.9 | 289.9 | +| 6 | Brevant Seeds | B13K20Q | QROME | - | 17.6 | - | 289.0 | 289.0 | +| 7 | FS Seeds | FS6432PRIB | SSPRIB | - | 17.6 | - | 288.6 | 288.6 | +| 8 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 18.0 | - | 287.9 | 287.9 | +| 9 | Dekalb | DKC114-99RIB | VT4RIB | - | 18.5 | - | 286.4 | 286.4 | +| 10 | Dekalb | DKC110-10RIB | STXRIB | - | 18.0 | - | 283.8 | 283.8 | +| 11 | NK Brand | NK1307-DV | 5222 | - | 17.9 | - | 280.3 | 280.3 | +| 12 | Dekalb | DKC114-42RIB | SSPRIB | - | 17.9 | - | 279.3 | 279.3 | +| 13 | FS Seeds | FS6217XRIB | STXRIB | - | 17.8 | - | 272.8 | 272.8 | +| 14 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 16.7 | - | 270.0 | 270.0 | +| 15 | AgriGold | A641-85STXRIB | STXRIB | - | 17.8 | - | 269.6 | 269.6 | +| 16 | FS Seeds | FS6545VRIB | VT2RIB | - | 18.4 | - | 267.9 | 267.9 | +| 16 | NK Brand | NK1523-V | 3220 | - | 18.3 | - | 267.9 | 267.9 | +| 18 | FS Seeds | FS6025XRIB | STXRIB | - | 17.8 | - | 267.4 | 267.4 | +| 19 | FS Seeds | FS6245VRIB | VT2RIB | - | 17.9 | - | 267.3 | 267.3 | +| 20 | FS Seeds | FS5725XRIB | STXRIB | - | 17.5 | - | 267.2 | 267.2 | +| 21 | AgriGold | A642-18SSP | SSP | - | 18.3 | - | 267.1 | 267.1 | +| 22 | NK Brand | NK1480-DV | 5222EZ | - | 17.8 | - | 266.6 | 266.6 | +| 23 | NK Brand | NK1056-V | 3220 | - | 18.2 | - | 266.0 | 266.0 | +| 24 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.1 | - | 265.6 | 265.6 | +| 25 | NK Brand | NK1228-AA | 3220 | - | 18.4 | - | 262.7 | 262.7 | +| 26 | Brevant Seeds | B11M47V | Vorceed | - | 17.4 | - | 262.1 | 262.1 | +| 27 | NK Brand | NK1188-D | 5122EZ | - | 17.8 | - | 259.8 | 259.8 | +| 28 | Brevant Seeds | B08R32V | Vorceed | - | 17.3 | - | 259.0 | 259.0 | +| 29 | Dekalb | DKC106-98RIB | VT4RIB | - | 17.2 | - | 255.7 | 255.7 | +| 30 | Brevant Seeds | B04R11Q | QROME | - | 18.0 | - | 249.9 | 249.9 | + +Top 5 by Yield: DKC66-06RIB (Dekalb) 306.7, A642-32VT2PRO (AgriGold) 305.1, FS6042FRIB (FS Seeds) 302.6, DKC110-41RIB (Dekalb) 290.1, A644-64VT2RIB (AgriGold) 289.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143903.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143903.json new file mode 100644 index 00000000..b8318ac2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143903.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143903", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Tiskilwa", + "county": "Bureau", + "year": 2024, + "plot_id": "143903", + "cooperator": "Ag View FS, Inc.", + "plot_average": 270.99, + "planted_date": "2024-05-18", + "harvested_date": "2024-10-20", + "population_seeds_per_acre": 35400, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": null, + "Yield": 303.3, + "Adj Yield": 303.3 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": null, + "Yield": 296.4, + "Adj Yield": 296.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": null, + "Yield": 295.2, + "Adj Yield": 295.2 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 287.7, + "Adj Yield": 287.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 285.0, + "Adj Yield": 285.0 + } + }, + { + "rank": 6, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 283.0, + "Adj Yield": 283.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": null, + "Yield": 282.1, + "Adj Yield": 282.1 + } + }, + { + "rank": 8, + "brand": "NK Brand", + "product": "NK1480-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 281.8, + "Adj Yield": 281.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": null, + "Yield": 280.7, + "Adj Yield": 280.7 + } + }, + { + "rank": 10, + "brand": "Brevant Seeds", + "product": "B11M47V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": null, + "Yield": 278.9, + "Adj Yield": 278.9 + } + }, + { + "rank": 11, + "brand": "FS Seeds", + "product": "FS6545VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": null, + "Yield": 278.4, + "Adj Yield": 278.4 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": null, + "Yield": 276.3, + "Adj Yield": 276.3 + } + }, + { + "rank": 13, + "brand": "Brevant Seeds", + "product": "B13K20Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": null, + "Yield": 275.1, + "Adj Yield": 275.1 + } + }, + { + "rank": 14, + "brand": "FS Seeds", + "product": "FS6217XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": null, + "Yield": 273.1, + "Adj Yield": 273.1 + } + }, + { + "rank": 15, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": null, + "Yield": 272.6, + "Adj Yield": 272.6 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 271.7, + "Adj Yield": 271.7 + } + }, + { + "rank": 17, + "brand": "FS Seeds", + "product": "FS6245VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": null, + "Yield": 270.5, + "Adj Yield": 270.5 + } + }, + { + "rank": 18, + "brand": "NK Brand", + "product": "NK1523-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": null, + "Yield": 269.5, + "Adj Yield": 269.5 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": null, + "Yield": 267.6, + "Adj Yield": 267.6 + } + }, + { + "rank": 20, + "brand": "NK Brand", + "product": "NK1056-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": null, + "Yield": 267.3, + "Adj Yield": 267.3 + } + }, + { + "rank": 21, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": null, + "Yield": 265.5, + "Adj Yield": 265.5 + } + }, + { + "rank": 22, + "brand": "FS Seeds", + "product": "FS6432PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": null, + "Yield": 263.0, + "Adj Yield": 263.0 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": null, + "Yield": 261.5, + "Adj Yield": 261.5 + } + }, + { + "rank": 24, + "brand": "FS Seeds", + "product": "FS6025XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": null, + "Yield": 257.6, + "Adj Yield": 257.6 + } + }, + { + "rank": 25, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": null, + "Yield": 257.5, + "Adj Yield": 257.5 + } + }, + { + "rank": 26, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": null, + "Yield": 257.0, + "Adj Yield": 257.0 + } + }, + { + "rank": 27, + "brand": "FS Seeds", + "product": "FS6042FRIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": null, + "Yield": 254.7, + "Adj Yield": 254.7 + } + }, + { + "rank": 28, + "brand": "NK Brand", + "product": "NK1188-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": null, + "Yield": 244.1, + "Adj Yield": 244.1 + } + }, + { + "rank": 29, + "brand": "FS Seeds", + "product": "FS5725XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": null, + "Yield": 240.4, + "Adj Yield": 240.4 + } + }, + { + "rank": 30, + "brand": "Brevant Seeds", + "product": "B04R11Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 232.1, + "Adj Yield": 232.1 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143903" + ], + "fetched_at": "2026-05-27T02:19:24.789039+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143903.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143903.md new file mode 100644 index 00000000..f71afa17 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143903.md @@ -0,0 +1,60 @@ +# Corn yield trial — Tiskilwa, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Bureau +- **City:** Tiskilwa +- **Year:** 2024 +- **Plot ID:** 143903 +- **Cooperator:** Ag View FS, Inc. +- **Plot average:** 270.99 BU/Ac +- **Planted:** 2024-05-18 +- **Harvested:** 2024-10-20 +- **Population:** 35,400 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143903 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 21.9 | - | 303.3 | 303.3 | +| 2 | Dekalb | DKC114-42RIB | SSPRIB | - | 21.0 | - | 296.4 | 296.4 | +| 3 | AgriGold | A642-18SSP | SSP | - | 22.0 | - | 295.2 | 295.2 | +| 4 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 20.9 | - | 287.7 | 287.7 | +| 5 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 20.9 | - | 285.0 | 285.0 | +| 6 | NK Brand | NK1307-DV | 5222 | - | 20.9 | - | 283.0 | 283.0 | +| 7 | AgriGold | A642-32VT2PRO | VT2Pro | - | 21.7 | - | 282.1 | 282.1 | +| 8 | NK Brand | NK1480-DV | 5222EZ | - | 20.2 | - | 281.8 | 281.8 | +| 9 | AgriGold | A645-16VT2RIB | VT2RIB | - | 21.6 | - | 280.7 | 280.7 | +| 10 | Brevant Seeds | B11M47V | Vorceed | - | 20.4 | - | 278.9 | 278.9 | +| 11 | FS Seeds | FS6545VRIB | VT2RIB | - | 21.6 | - | 278.4 | 278.4 | +| 12 | Dekalb | DKC110-10RIB | STXRIB | - | 21.7 | - | 276.3 | 276.3 | +| 13 | Brevant Seeds | B13K20Q | QROME | - | 20.5 | - | 275.1 | 275.1 | +| 14 | FS Seeds | FS6217XRIB | STXRIB | - | 20.5 | - | 273.1 | 273.1 | +| 15 | NK Brand | NK1228-AA | 3220 | - | 21.4 | - | 272.6 | 272.6 | +| 16 | Dekalb | DKC106-98RIB | VT4RIB | - | 20.9 | - | 271.7 | 271.7 | +| 17 | FS Seeds | FS6245VRIB | VT2RIB | - | 21.2 | - | 270.5 | 270.5 | +| 18 | NK Brand | NK1523-V | 3220 | - | 22.4 | - | 269.5 | 269.5 | +| 19 | AgriGold | A644-64VT2RIB | VT2RIB | - | 24.0 | - | 267.6 | 267.6 | +| 20 | NK Brand | NK1056-V | 3220 | - | 20.5 | - | 267.3 | 267.3 | +| 21 | Brevant Seeds | B08R32V | Vorceed | - | 20.7 | - | 265.5 | 265.5 | +| 22 | FS Seeds | FS6432PRIB | SSPRIB | - | 19.7 | - | 263.0 | 263.0 | +| 23 | AgriGold | A641-85STXRIB | STXRIB | - | 21.2 | - | 261.5 | 261.5 | +| 24 | FS Seeds | FS6025XRIB | STXRIB | - | 20.1 | - | 257.6 | 257.6 | +| 25 | Dekalb | DKC114-99RIB | VT4RIB | - | 22.8 | - | 257.5 | 257.5 | +| 26 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 20.1 | - | 257.0 | 257.0 | +| 27 | FS Seeds | FS6042FRIB | VT4Pro | - | 21.5 | - | 254.7 | 254.7 | +| 28 | NK Brand | NK1188-D | 5122EZ | - | 20.8 | - | 244.1 | 244.1 | +| 29 | FS Seeds | FS5725XRIB | STXRIB | - | 20.4 | - | 240.4 | 240.4 | +| 30 | Brevant Seeds | B04R11Q | QROME | - | 20.9 | - | 232.1 | 232.1 | + +Top 5 by Yield: DKC66-06RIB (Dekalb) 303.3, DKC114-42RIB (Dekalb) 296.4, A642-18SSP (AgriGold) 295.2, DKC110-41RIB (Dekalb) 287.7, A642-05VT2RIBD1 (AgriGold) 285.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143904.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143904.json new file mode 100644 index 00000000..e92ee56a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143904.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143904", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Granville", + "county": "Putnam", + "year": 2024, + "plot_id": "143904", + "cooperator": "Ag View FS, Inc.", + "plot_average": 268.71, + "planted_date": "2024-05-12", + "harvested_date": "2024-09-30", + "population_seeds_per_acre": 35400, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "NK Brand", + "product": "NK1480-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": null, + "Yield": 285.5, + "Adj Yield": 285.5 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": null, + "Yield": 285.0, + "Adj Yield": 285.0 + } + }, + { + "rank": 3, + "brand": "FS Seeds", + "product": "FS6042FRIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": null, + "Yield": 282.6, + "Adj Yield": 282.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 25.3, + "Test Wt.": null, + "Yield": 282.2, + "Adj Yield": 282.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 25.1, + "Test Wt.": null, + "Yield": 282.1, + "Adj Yield": 282.1 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 27.2, + "Test Wt.": null, + "Yield": 280.1, + "Adj Yield": 280.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 26.3, + "Test Wt.": null, + "Yield": 280.0, + "Adj Yield": 280.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.4, + "Test Wt.": null, + "Yield": 279.4, + "Adj Yield": 279.4 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": null, + "Yield": 277.4, + "Adj Yield": 277.4 + } + }, + { + "rank": 10, + "brand": "Brevant Seeds", + "product": "B11M47V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 25.6, + "Test Wt.": null, + "Yield": 276.2, + "Adj Yield": 276.2 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 23.9, + "Test Wt.": null, + "Yield": 274.6, + "Adj Yield": 274.6 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 25.5, + "Test Wt.": null, + "Yield": 273.6, + "Adj Yield": 273.6 + } + }, + { + "rank": 13, + "brand": "FS Seeds", + "product": "FS6545VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.5, + "Test Wt.": null, + "Yield": 272.0, + "Adj Yield": 272.0 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 25.3, + "Test Wt.": null, + "Yield": 270.7, + "Adj Yield": 270.7 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": null, + "Yield": 269.1, + "Adj Yield": 269.1 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": null, + "Yield": 268.7, + "Adj Yield": 268.7 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": null, + "Yield": 267.1, + "Adj Yield": 267.1 + } + }, + { + "rank": 18, + "brand": "FS Seeds", + "product": "FS6025XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 24.7, + "Test Wt.": null, + "Yield": 266.1, + "Adj Yield": 266.1 + } + }, + { + "rank": 19, + "brand": "FS Seeds", + "product": "FS6217XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": null, + "Yield": 265.0, + "Adj Yield": 265.0 + } + }, + { + "rank": 20, + "brand": "FS Seeds", + "product": "FS5725XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": null, + "Yield": 264.6, + "Adj Yield": 264.6 + } + }, + { + "rank": 21, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 23.8, + "Test Wt.": null, + "Yield": 264.1, + "Adj Yield": 264.1 + } + }, + { + "rank": 22, + "brand": "FS Seeds", + "product": "FS6432PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 25.0, + "Test Wt.": null, + "Yield": 263.0, + "Adj Yield": 263.0 + } + }, + { + "rank": 23, + "brand": "Brevant Seeds", + "product": "B13K20Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": null, + "Yield": 262.4, + "Adj Yield": 262.4 + } + }, + { + "rank": 24, + "brand": "FS Seeds", + "product": "FS6245VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": null, + "Yield": 257.3, + "Adj Yield": 257.3 + } + }, + { + "rank": 25, + "brand": "NK Brand", + "product": "NK1056-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 24.7, + "Test Wt.": null, + "Yield": 256.7, + "Adj Yield": 256.7 + } + }, + { + "rank": 26, + "brand": "NK Brand", + "product": "NK1523-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 26.1, + "Test Wt.": null, + "Yield": 254.6, + "Adj Yield": 254.6 + } + }, + { + "rank": 27, + "brand": "NK Brand", + "product": "NK1188-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 23.8, + "Test Wt.": null, + "Yield": 254.4, + "Adj Yield": 254.4 + } + }, + { + "rank": 28, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 26.1, + "Test Wt.": null, + "Yield": 251.5, + "Adj Yield": 251.5 + } + }, + { + "rank": 29, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 25.7, + "Test Wt.": null, + "Yield": 250.3, + "Adj Yield": 250.3 + } + }, + { + "rank": 30, + "brand": "Brevant Seeds", + "product": "B04R11Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": null, + "Yield": 245.1, + "Adj Yield": 245.1 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143904" + ], + "fetched_at": "2026-05-27T02:19:25.247588+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143904.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143904.md new file mode 100644 index 00000000..e9ea5752 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143904.md @@ -0,0 +1,60 @@ +# Corn yield trial — Granville, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Putnam +- **City:** Granville +- **Year:** 2024 +- **Plot ID:** 143904 +- **Cooperator:** Ag View FS, Inc. +- **Plot average:** 268.71 BU/Ac +- **Planted:** 2024-05-12 +- **Harvested:** 2024-09-30 +- **Population:** 35,400 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143904 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | NK Brand | NK1480-DV | 5222EZ | - | 24.0 | - | 285.5 | 285.5 | +| 2 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 24.1 | - | 285.0 | 285.0 | +| 3 | FS Seeds | FS6042FRIB | VT4Pro | - | 23.4 | - | 282.6 | 282.6 | +| 4 | AgriGold | A642-18SSP | SSP | - | 25.3 | - | 282.2 | 282.2 | +| 5 | AgriGold | A642-32VT2PRO | VT2Pro | - | 25.1 | - | 282.1 | 282.1 | +| 6 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 27.2 | - | 280.1 | 280.1 | +| 7 | AgriGold | A645-16VT2RIB | VT2RIB | - | 26.3 | - | 280.0 | 280.0 | +| 8 | AgriGold | A644-64VT2RIB | VT2RIB | - | 25.4 | - | 279.4 | 279.4 | +| 9 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 24.2 | - | 277.4 | 277.4 | +| 10 | Brevant Seeds | B11M47V | Vorceed | - | 25.6 | - | 276.2 | 276.2 | +| 11 | AgriGold | A641-85STXRIB | STXRIB | - | 23.9 | - | 274.6 | 274.6 | +| 12 | Dekalb | DKC114-42RIB | SSPRIB | - | 25.5 | - | 273.6 | 273.6 | +| 13 | FS Seeds | FS6545VRIB | VT2RIB | - | 24.5 | - | 272.0 | 272.0 | +| 14 | Dekalb | DKC114-99RIB | VT4RIB | - | 25.3 | - | 270.7 | 270.7 | +| 15 | Dekalb | DKC106-98RIB | VT4RIB | - | 24.1 | - | 269.1 | 269.1 | +| 16 | Dekalb | DKC110-10RIB | STXRIB | - | 22.8 | - | 268.7 | 268.7 | +| 17 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 21.9 | - | 267.1 | 267.1 | +| 18 | FS Seeds | FS6025XRIB | STXRIB | - | 24.7 | - | 266.1 | 266.1 | +| 19 | FS Seeds | FS6217XRIB | STXRIB | - | 22.7 | - | 265.0 | 265.0 | +| 20 | FS Seeds | FS5725XRIB | STXRIB | - | 22.8 | - | 264.6 | 264.6 | +| 21 | Brevant Seeds | B08R32V | Vorceed | - | 23.8 | - | 264.1 | 264.1 | +| 22 | FS Seeds | FS6432PRIB | SSPRIB | - | 25.0 | - | 263.0 | 263.0 | +| 23 | Brevant Seeds | B13K20Q | QROME | - | 24.1 | - | 262.4 | 262.4 | +| 24 | FS Seeds | FS6245VRIB | VT2RIB | - | 24.0 | - | 257.3 | 257.3 | +| 25 | NK Brand | NK1056-V | 3220 | - | 24.7 | - | 256.7 | 256.7 | +| 26 | NK Brand | NK1523-V | 3220 | - | 26.1 | - | 254.6 | 254.6 | +| 27 | NK Brand | NK1188-D | 5122EZ | - | 23.8 | - | 254.4 | 254.4 | +| 28 | NK Brand | NK1228-AA | 3220 | - | 26.1 | - | 251.5 | 251.5 | +| 29 | NK Brand | NK1307-DV | 5222 | - | 25.7 | - | 250.3 | 250.3 | +| 30 | Brevant Seeds | B04R11Q | QROME | - | 22.1 | - | 245.1 | 245.1 | + +Top 5 by Yield: NK1480-DV (NK Brand) 285.5, DKC110-41RIB (Dekalb) 285.0, FS6042FRIB (FS Seeds) 282.6, A642-18SSP (AgriGold) 282.2, A642-32VT2PRO (AgriGold) 282.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143905.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143905.json new file mode 100644 index 00000000..f8fcaa54 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143905.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143905", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Walton", + "county": "Lee", + "year": 2024, + "plot_id": "143905", + "cooperator": "Ag View FS, Inc.", + "plot_average": 272.85, + "planted_date": "2024-05-06", + "harvested_date": "2024-10-11", + "population_seeds_per_acre": 35400, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": null, + "Yield": 296.2, + "Adj Yield": 296.2 + } + }, + { + "rank": 2, + "brand": "FS Seeds", + "product": "FS6042FRIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 289.4, + "Adj Yield": 289.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": null, + "Yield": 288.5, + "Adj Yield": 288.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": null, + "Yield": 282.8, + "Adj Yield": 282.8 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": null, + "Yield": 281.4, + "Adj Yield": 281.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": null, + "Yield": 278.5, + "Adj Yield": 278.5 + } + }, + { + "rank": 7, + "brand": "NK Brand", + "product": "NK1523-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": null, + "Yield": 277.9, + "Adj Yield": 277.9 + } + }, + { + "rank": 8, + "brand": "FS Seeds", + "product": "FS6432PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 277.8, + "Adj Yield": 277.8 + } + }, + { + "rank": 9, + "brand": "FS Seeds", + "product": "FS6545VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 277.3, + "Adj Yield": 277.3 + } + }, + { + "rank": 10, + "brand": "FS Seeds", + "product": "FS6245VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 276.9, + "Adj Yield": 276.9 + } + }, + { + "rank": 11, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 275.6, + "Adj Yield": 275.6 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": null, + "Yield": 275.3, + "Adj Yield": 275.3 + } + }, + { + "rank": 13, + "brand": "Brevant Seeds", + "product": "B13K20Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": null, + "Yield": 274.6, + "Adj Yield": 274.6 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 274.3, + "Adj Yield": 274.3 + } + }, + { + "rank": 15, + "brand": "NK Brand", + "product": "NK1188-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 274.2, + "Adj Yield": 274.2 + } + }, + { + "rank": 16, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 274.0, + "Adj Yield": 274.0 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": null, + "Yield": 274.0, + "Adj Yield": 274.0 + } + }, + { + "rank": 18, + "brand": "Brevant Seeds", + "product": "B11M47V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 272.7, + "Adj Yield": 272.7 + } + }, + { + "rank": 19, + "brand": "NK Brand", + "product": "NK1480-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": null, + "Yield": 271.4, + "Adj Yield": 271.4 + } + }, + { + "rank": 19, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": null, + "Yield": 271.4, + "Adj Yield": 271.4 + } + }, + { + "rank": 21, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": null, + "Yield": 269.4, + "Adj Yield": 269.4 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": null, + "Yield": 266.9, + "Adj Yield": 266.9 + } + }, + { + "rank": 23, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 266.7, + "Adj Yield": 266.7 + } + }, + { + "rank": 24, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 265.7, + "Adj Yield": 265.7 + } + }, + { + "rank": 25, + "brand": "FS Seeds", + "product": "FS6025XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 264.3, + "Adj Yield": 264.3 + } + }, + { + "rank": 25, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 264.3, + "Adj Yield": 264.3 + } + }, + { + "rank": 27, + "brand": "Brevant Seeds", + "product": "B04R11Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 261.2, + "Adj Yield": 261.2 + } + }, + { + "rank": 28, + "brand": "FS Seeds", + "product": "FS5725XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": null, + "Yield": 258.0, + "Adj Yield": 258.0 + } + }, + { + "rank": 29, + "brand": "FS Seeds", + "product": "FS6217XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 254.8, + "Adj Yield": 254.8 + } + }, + { + "rank": 30, + "brand": "NK Brand", + "product": "NK1056-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 250.1, + "Adj Yield": 250.1 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143905" + ], + "fetched_at": "2026-05-27T02:19:25.777574+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143905.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143905.md new file mode 100644 index 00000000..763371f3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143905.md @@ -0,0 +1,60 @@ +# Corn yield trial — Walton, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Lee +- **City:** Walton +- **Year:** 2024 +- **Plot ID:** 143905 +- **Cooperator:** Ag View FS, Inc. +- **Plot average:** 272.85 BU/Ac +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-11 +- **Population:** 35,400 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143905 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A642-18SSP | SSP | - | 19.5 | - | 296.2 | 296.2 | +| 2 | FS Seeds | FS6042FRIB | VT4Pro | - | 18.3 | - | 289.4 | 289.4 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.9 | - | 288.5 | 288.5 | +| 4 | AgriGold | A642-32VT2PRO | VT2Pro | - | 19.5 | - | 282.8 | 282.8 | +| 5 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 18.9 | - | 281.4 | 281.4 | +| 6 | AgriGold | A641-85STXRIB | STXRIB | - | 19.7 | - | 278.5 | 278.5 | +| 7 | NK Brand | NK1523-V | 3220 | - | 20.7 | - | 277.9 | 277.9 | +| 8 | FS Seeds | FS6432PRIB | SSPRIB | - | 18.6 | - | 277.8 | 277.8 | +| 9 | FS Seeds | FS6545VRIB | VT2RIB | - | 19.1 | - | 277.3 | 277.3 | +| 10 | FS Seeds | FS6245VRIB | VT2RIB | - | 19.2 | - | 276.9 | 276.9 | +| 11 | NK Brand | NK1228-AA | 3220 | - | 18.5 | - | 275.6 | 275.6 | +| 12 | AgriGold | A645-16VT2RIB | VT2RIB | - | 20.5 | - | 275.3 | 275.3 | +| 13 | Brevant Seeds | B13K20Q | QROME | - | 19.6 | - | 274.6 | 274.6 | +| 14 | Dekalb | DKC114-42RIB | SSPRIB | - | 20.0 | - | 274.3 | 274.3 | +| 15 | NK Brand | NK1188-D | 5122EZ | - | 18.5 | - | 274.2 | 274.2 | +| 16 | Brevant Seeds | B08R32V | Vorceed | - | 18.4 | - | 274.0 | 274.0 | +| 16 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 20.3 | - | 274.0 | 274.0 | +| 18 | Brevant Seeds | B11M47V | Vorceed | - | 18.4 | - | 272.7 | 272.7 | +| 19 | NK Brand | NK1480-DV | 5222EZ | - | 19.8 | - | 271.4 | 271.4 | +| 19 | NK Brand | NK1307-DV | 5222 | - | 20.1 | - | 271.4 | 271.4 | +| 21 | Dekalb | DKC114-99RIB | VT4RIB | - | 19.8 | - | 269.4 | 269.4 | +| 22 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 20.1 | - | 266.9 | 266.9 | +| 23 | Dekalb | DKC110-10RIB | STXRIB | - | 18.0 | - | 266.7 | 266.7 | +| 24 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 17.9 | - | 265.7 | 265.7 | +| 25 | FS Seeds | FS6025XRIB | STXRIB | - | 18.6 | - | 264.3 | 264.3 | +| 25 | Dekalb | DKC106-98RIB | VT4RIB | - | 19.1 | - | 264.3 | 264.3 | +| 27 | Brevant Seeds | B04R11Q | QROME | - | 18.5 | - | 261.2 | 261.2 | +| 28 | FS Seeds | FS5725XRIB | STXRIB | - | 18.7 | - | 258.0 | 258.0 | +| 29 | FS Seeds | FS6217XRIB | STXRIB | - | 19.2 | - | 254.8 | 254.8 | +| 30 | NK Brand | NK1056-V | 3220 | - | 18.6 | - | 250.1 | 250.1 | + +Top 5 by Yield: A642-18SSP (AgriGold) 296.2, FS6042FRIB (FS Seeds) 289.4, A644-64VT2RIB (AgriGold) 288.5, A642-32VT2PRO (AgriGold) 282.8, DKC110-41RIB (Dekalb) 281.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143907.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143907.json new file mode 100644 index 00000000..aca3fb0f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143907.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143907", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Magnolia", + "county": "Putnam", + "year": 2024, + "plot_id": "143907", + "cooperator": "Ag View FS, Inc.", + "plot_average": 253.07, + "planted_date": "2024-05-18", + "harvested_date": "2024-10-11", + "population_seeds_per_acre": 35400, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": null, + "Yield": 278.4, + "Adj Yield": 278.4 + } + }, + { + "rank": 2, + "brand": "FS Seeds", + "product": "FS6042FRIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": null, + "Yield": 273.0, + "Adj Yield": 273.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": null, + "Yield": 268.8, + "Adj Yield": 268.8 + } + }, + { + "rank": 4, + "brand": "NK Brand", + "product": "NK1523-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 24.9, + "Test Wt.": null, + "Yield": 267.0, + "Adj Yield": 267.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": null, + "Yield": 265.6, + "Adj Yield": 265.6 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 23.5, + "Test Wt.": null, + "Yield": 264.3, + "Adj Yield": 264.3 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": null, + "Yield": 264.1, + "Adj Yield": 264.1 + } + }, + { + "rank": 8, + "brand": "Brevant Seeds", + "product": "B11M47V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": null, + "Yield": 263.5, + "Adj Yield": 263.5 + } + }, + { + "rank": 9, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": null, + "Yield": 262.3, + "Adj Yield": 262.3 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.7, + "Test Wt.": null, + "Yield": 260.1, + "Adj Yield": 260.1 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": null, + "Yield": 260.0, + "Adj Yield": 260.0 + } + }, + { + "rank": 12, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": null, + "Yield": 258.6, + "Adj Yield": 258.6 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": null, + "Yield": 255.0, + "Adj Yield": 255.0 + } + }, + { + "rank": 14, + "brand": "FS Seeds", + "product": "FS6025XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": null, + "Yield": 252.6, + "Adj Yield": 252.6 + } + }, + { + "rank": 15, + "brand": "FS Seeds", + "product": "FS6245VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": null, + "Yield": 252.5, + "Adj Yield": 252.5 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": null, + "Yield": 251.5, + "Adj Yield": 251.5 + } + }, + { + "rank": 17, + "brand": "FS Seeds", + "product": "FS6545VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": null, + "Yield": 250.6, + "Adj Yield": 250.6 + } + }, + { + "rank": 18, + "brand": "NK Brand", + "product": "NK1480-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 23.8, + "Test Wt.": null, + "Yield": 250.2, + "Adj Yield": 250.2 + } + }, + { + "rank": 19, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": null, + "Yield": 247.1, + "Adj Yield": 247.1 + } + }, + { + "rank": 20, + "brand": "Brevant Seeds", + "product": "B13K20Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": null, + "Yield": 246.9, + "Adj Yield": 246.9 + } + }, + { + "rank": 21, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 23.3, + "Test Wt.": null, + "Yield": 245.7, + "Adj Yield": 245.7 + } + }, + { + "rank": 22, + "brand": "Brevant Seeds", + "product": "B04R11Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": null, + "Yield": 244.8, + "Adj Yield": 244.8 + } + }, + { + "rank": 23, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": null, + "Yield": 244.3, + "Adj Yield": 244.3 + } + }, + { + "rank": 24, + "brand": "FS Seeds", + "product": "FS6217XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": null, + "Yield": 243.8, + "Adj Yield": 243.8 + } + }, + { + "rank": 25, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": null, + "Yield": 242.7, + "Adj Yield": 242.7 + } + }, + { + "rank": 26, + "brand": "FS Seeds", + "product": "FS6432PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": null, + "Yield": 241.7, + "Adj Yield": 241.7 + } + }, + { + "rank": 27, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 23.8, + "Test Wt.": null, + "Yield": 239.5, + "Adj Yield": 239.5 + } + }, + { + "rank": 28, + "brand": "NK Brand", + "product": "NK1056-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": null, + "Yield": 238.1, + "Adj Yield": 238.1 + } + }, + { + "rank": 29, + "brand": "NK Brand", + "product": "NK1188-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": null, + "Yield": 236.2, + "Adj Yield": 236.2 + } + }, + { + "rank": 30, + "brand": "FS Seeds", + "product": "FS5725XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": null, + "Yield": 223.2, + "Adj Yield": 223.2 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143907" + ], + "fetched_at": "2026-05-27T02:19:26.257717+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143907.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143907.md new file mode 100644 index 00000000..6b7c80a5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143907.md @@ -0,0 +1,60 @@ +# Corn yield trial — Magnolia, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Putnam +- **City:** Magnolia +- **Year:** 2024 +- **Plot ID:** 143907 +- **Cooperator:** Ag View FS, Inc. +- **Plot average:** 253.07 BU/Ac +- **Planted:** 2024-05-18 +- **Harvested:** 2024-10-11 +- **Population:** 35,400 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143907 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A642-32VT2PRO | VT2Pro | - | 23.2 | - | 278.4 | 278.4 | +| 2 | FS Seeds | FS6042FRIB | VT4Pro | - | 23.1 | - | 273.0 | 273.0 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 24.1 | - | 268.8 | 268.8 | +| 4 | NK Brand | NK1523-V | 3220 | - | 24.9 | - | 267.0 | 267.0 | +| 5 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 22.8 | - | 265.6 | 265.6 | +| 6 | Dekalb | DKC114-42RIB | SSPRIB | - | 23.5 | - | 264.3 | 264.3 | +| 7 | Dekalb | DKC114-99RIB | VT4RIB | - | 19.6 | - | 264.1 | 264.1 | +| 8 | Brevant Seeds | B11M47V | Vorceed | - | 22.9 | - | 263.5 | 263.5 | +| 9 | NK Brand | NK1307-DV | 5222 | - | 22.6 | - | 262.3 | 262.3 | +| 10 | AgriGold | A645-16VT2RIB | VT2RIB | - | 23.7 | - | 260.1 | 260.1 | +| 11 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 21.7 | - | 260.0 | 260.0 | +| 12 | Brevant Seeds | B08R32V | Vorceed | - | 19.9 | - | 258.6 | 258.6 | +| 13 | AgriGold | A641-85STXRIB | STXRIB | - | 21.9 | - | 255.0 | 255.0 | +| 14 | FS Seeds | FS6025XRIB | STXRIB | - | 21.6 | - | 252.6 | 252.6 | +| 15 | FS Seeds | FS6245VRIB | VT2RIB | - | 21.5 | - | 252.5 | 252.5 | +| 16 | AgriGold | A642-18SSP | SSP | - | 22.3 | - | 251.5 | 251.5 | +| 17 | FS Seeds | FS6545VRIB | VT2RIB | - | 22.1 | - | 250.6 | 250.6 | +| 18 | NK Brand | NK1480-DV | 5222EZ | - | 23.8 | - | 250.2 | 250.2 | +| 19 | Dekalb | DKC110-10RIB | STXRIB | - | 21.6 | - | 247.1 | 247.1 | +| 20 | Brevant Seeds | B13K20Q | QROME | - | 21.6 | - | 246.9 | 246.9 | +| 21 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 23.3 | - | 245.7 | 245.7 | +| 22 | Brevant Seeds | B04R11Q | QROME | - | 20.3 | - | 244.8 | 244.8 | +| 23 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 20.7 | - | 244.3 | 244.3 | +| 24 | FS Seeds | FS6217XRIB | STXRIB | - | 22.7 | - | 243.8 | 243.8 | +| 25 | NK Brand | NK1228-AA | 3220 | - | 21.4 | - | 242.7 | 242.7 | +| 26 | FS Seeds | FS6432PRIB | SSPRIB | - | 23.0 | - | 241.7 | 241.7 | +| 27 | Dekalb | DKC106-98RIB | VT4RIB | - | 23.8 | - | 239.5 | 239.5 | +| 28 | NK Brand | NK1056-V | 3220 | - | 22.4 | - | 238.1 | 238.1 | +| 29 | NK Brand | NK1188-D | 5122EZ | - | 21.5 | - | 236.2 | 236.2 | +| 30 | FS Seeds | FS5725XRIB | STXRIB | - | 21.5 | - | 223.2 | 223.2 | + +Top 5 by Yield: A642-32VT2PRO (AgriGold) 278.4, FS6042FRIB (FS Seeds) 273.0, A644-64VT2RIB (AgriGold) 268.8, NK1523-V (NK Brand) 267.0, A642-05VT2RIBD1 (AgriGold) 265.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143908.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143908.json new file mode 100644 index 00000000..a54888f6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143908.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143908", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "LaMoille", + "county": "Bureau", + "year": 2024, + "plot_id": "143908", + "cooperator": "Ag View FS, Inc.", + "plot_average": 278.86, + "planted_date": "2024-04-23", + "harvested_date": "2024-10-11", + "population_seeds_per_acre": 35400, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 299.3, + "Adj Yield": 299.3 + } + }, + { + "rank": 2, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 297.9, + "Adj Yield": 297.9 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 293.5, + "Adj Yield": 293.5 + } + }, + { + "rank": 4, + "brand": "FS Seeds", + "product": "FS6042FRIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 292.3, + "Adj Yield": 292.3 + } + }, + { + "rank": 5, + "brand": "NK Brand", + "product": "NK1480-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 289.5, + "Adj Yield": 289.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 287.6, + "Adj Yield": 287.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 285.5, + "Adj Yield": 285.5 + } + }, + { + "rank": 7, + "brand": "FS Seeds", + "product": "FS6432PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 285.5, + "Adj Yield": 285.5 + } + }, + { + "rank": 9, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 284.5, + "Adj Yield": 284.5 + } + }, + { + "rank": 10, + "brand": "Brevant Seeds", + "product": "B11M47V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 283.7, + "Adj Yield": 283.7 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 282.5, + "Adj Yield": 282.5 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 282.4, + "Adj Yield": 282.4 + } + }, + { + "rank": 13, + "brand": "FS Seeds", + "product": "FS6025XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 282.2, + "Adj Yield": 282.2 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 280.0, + "Adj Yield": 280.0 + } + }, + { + "rank": 15, + "brand": "NK Brand", + "product": "NK1523-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 279.4, + "Adj Yield": 279.4 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": null, + "Yield": 278.9, + "Adj Yield": 278.9 + } + }, + { + "rank": 16, + "brand": "FS Seeds", + "product": "FS6245VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 278.9, + "Adj Yield": 278.9 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 276.9, + "Adj Yield": 276.9 + } + }, + { + "rank": 19, + "brand": "Brevant Seeds", + "product": "B04R11Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 275.4, + "Adj Yield": 275.4 + } + }, + { + "rank": 20, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 274.9, + "Adj Yield": 274.9 + } + }, + { + "rank": 21, + "brand": "Brevant Seeds", + "product": "B13K20Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 274.4, + "Adj Yield": 274.4 + } + }, + { + "rank": 22, + "brand": "FS Seeds", + "product": "FS6545VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 271.9, + "Adj Yield": 271.9 + } + }, + { + "rank": 23, + "brand": "FS Seeds", + "product": "FS6217XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 271.4, + "Adj Yield": 271.4 + } + }, + { + "rank": 24, + "brand": "NK Brand", + "product": "NK1056-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 271.3, + "Adj Yield": 271.3 + } + }, + { + "rank": 25, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 269.0, + "Adj Yield": 269.0 + } + }, + { + "rank": 26, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 267.8, + "Adj Yield": 267.8 + } + }, + { + "rank": 27, + "brand": "FS Seeds", + "product": "FS5725XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 267.2, + "Adj Yield": 267.2 + } + }, + { + "rank": 28, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 265.9, + "Adj Yield": 265.9 + } + }, + { + "rank": 29, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 264.9, + "Adj Yield": 264.9 + } + }, + { + "rank": 30, + "brand": "NK Brand", + "product": "NK1188-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 251.3, + "Adj Yield": 251.3 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143908" + ], + "fetched_at": "2026-05-27T02:19:26.782041+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143908.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143908.md new file mode 100644 index 00000000..9bebf991 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143908.md @@ -0,0 +1,60 @@ +# Corn yield trial — LaMoille, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Bureau +- **City:** LaMoille +- **Year:** 2024 +- **Plot ID:** 143908 +- **Cooperator:** Ag View FS, Inc. +- **Plot average:** 278.86 BU/Ac +- **Planted:** 2024-04-23 +- **Harvested:** 2024-10-11 +- **Population:** 35,400 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143908 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | Dekalb | DKC114-99RIB | VT4RIB | - | 17.8 | - | 299.3 | 299.3 | +| 2 | Brevant Seeds | B08R32V | Vorceed | - | 16.6 | - | 297.9 | 297.9 | +| 3 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 16.6 | - | 293.5 | 293.5 | +| 4 | FS Seeds | FS6042FRIB | VT4Pro | - | 17.3 | - | 292.3 | 292.3 | +| 5 | NK Brand | NK1480-DV | 5222EZ | - | 17.6 | - | 289.5 | 289.5 | +| 6 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.9 | - | 287.6 | 287.6 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.1 | - | 285.5 | 285.5 | +| 7 | FS Seeds | FS6432PRIB | SSPRIB | - | 17.3 | - | 285.5 | 285.5 | +| 9 | NK Brand | NK1228-AA | 3220 | - | 17.1 | - | 284.5 | 284.5 | +| 10 | Brevant Seeds | B11M47V | Vorceed | - | 17.3 | - | 283.7 | 283.7 | +| 11 | AgriGold | A642-18SSP | SSP | - | 17.3 | - | 282.5 | 282.5 | +| 12 | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.5 | - | 282.4 | 282.4 | +| 13 | FS Seeds | FS6025XRIB | STXRIB | - | 16.8 | - | 282.2 | 282.2 | +| 14 | AgriGold | A642-32VT2PRO | VT2Pro | - | 17.9 | - | 280.0 | 280.0 | +| 15 | NK Brand | NK1523-V | 3220 | - | 17.5 | - | 279.4 | 279.4 | +| 16 | Dekalb | DKC110-10RIB | STXRIB | - | 16.0 | - | 278.9 | 278.9 | +| 16 | FS Seeds | FS6245VRIB | VT2RIB | - | 17.4 | - | 278.9 | 278.9 | +| 18 | AgriGold | A641-85STXRIB | STXRIB | - | 17.1 | - | 276.9 | 276.9 | +| 19 | Brevant Seeds | B04R11Q | QROME | - | 16.6 | - | 275.4 | 275.4 | +| 20 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 18.3 | - | 274.9 | 274.9 | +| 21 | Brevant Seeds | B13K20Q | QROME | - | 17.6 | - | 274.4 | 274.4 | +| 22 | FS Seeds | FS6545VRIB | VT2RIB | - | 17.8 | - | 271.9 | 271.9 | +| 23 | FS Seeds | FS6217XRIB | STXRIB | - | 17.5 | - | 271.4 | 271.4 | +| 24 | NK Brand | NK1056-V | 3220 | - | 16.5 | - | 271.3 | 271.3 | +| 25 | Dekalb | DKC114-42RIB | SSPRIB | - | 17.2 | - | 269.0 | 269.0 | +| 26 | Dekalb | DKC106-98RIB | VT4RIB | - | 17.1 | - | 267.8 | 267.8 | +| 27 | FS Seeds | FS5725XRIB | STXRIB | - | 16.8 | - | 267.2 | 267.2 | +| 28 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 16.1 | - | 265.9 | 265.9 | +| 29 | NK Brand | NK1307-DV | 5222 | - | 18.0 | - | 264.9 | 264.9 | +| 30 | NK Brand | NK1188-D | 5122EZ | - | 17.5 | - | 251.3 | 251.3 | + +Top 5 by Yield: DKC114-99RIB (Dekalb) 299.3, B08R32V (Brevant Seeds) 297.9, DKC110-41RIB (Dekalb) 293.5, FS6042FRIB (FS Seeds) 292.3, NK1480-DV (NK Brand) 289.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143909.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143909.json new file mode 100644 index 00000000..2033f8cd --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143909.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143909", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Mediapolis", + "county": "Des Moines", + "year": 2024, + "plot_id": "143909", + "cooperator": "Belknap Farms", + "plot_average": 241.2, + "planted_date": "2024-05-11", + "harvested_date": "2024-10-15", + "population_seeds_per_acre": 34653, + "row_width": "30.0\"", + "num_rows": 12, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 253.0, + "Adj Yield": 253.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 232.0, + "Adj Yield": 232.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 214.0, + "Adj Yield": 214.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 213.0, + "Adj Yield": 213.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 240.0, + "Adj Yield": 240.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 227.0, + "Adj Yield": 227.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 248.0, + "Adj Yield": 248.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 239.0, + "Adj Yield": 239.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 251.0, + "Adj Yield": 251.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 237.0, + "Adj Yield": 237.0 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143909" + ], + "fetched_at": "2026-05-27T02:19:27.290670+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143909.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143909.md new file mode 100644 index 00000000..bc4d1979 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143909.md @@ -0,0 +1,39 @@ +# Corn yield trial — Mediapolis, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Des Moines +- **City:** Mediapolis +- **Year:** 2024 +- **Plot ID:** 143909 +- **Cooperator:** Belknap Farms +- **Plot average:** 241.2 BU/Ac +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-15 +- **Population:** 34,653 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 12 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143909 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | - | - | 253.0 | 253.0 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | - | - | 232.0 | 232.0 | +| 5 | AgriGold | A639-03VT2RIB | VT2RIB | - | - | - | 214.0 | 214.0 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | - | - | 213.0 | 213.0 | +| 4 | AgriGold | A643-24PCE | PCE | - | - | - | 240.0 | 240.0 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | - | - | 227.0 | 227.0 | +| 3 | AgriGold | A642-32VT2PRO | VT2Pro | - | - | - | 248.0 | 248.0 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | - | - | 239.0 | 239.0 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | - | - | 251.0 | 251.0 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | - | - | 237.0 | 237.0 | + +Top 5 by Yield: A642-05VT2RIBD1 (AgriGold) 253.0, A644-64VT2RIB (AgriGold) 251.0, A642-32VT2PRO (AgriGold) 248.0, A643-24PCE (AgriGold) 240.0, A645-16VT2RIB (AgriGold) 239.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143927.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143927.json new file mode 100644 index 00000000..36ffd54c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143927.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143927", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "PA", + "state_abbrev": "pa", + "city": "Cochranville", + "county": "Chester", + "year": 2024, + "plot_id": "143927", + "cooperator": "Cochranville Ag Services, LLC", + "plot_average": 282.88, + "planted_date": "2024-05-01", + "harvested_date": "2024-10-03", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 26.1, + "Test Wt.": 53.4, + "Yield": 297.2, + "Adj Yield": 297.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 26.2, + "Test Wt.": 54.4, + "Yield": 308.3, + "Adj Yield": 308.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 26.0, + "Test Wt.": 55.1, + "Yield": 297.1, + "Adj Yield": 297.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 24.8, + "Test Wt.": 56.3, + "Yield": 301.3, + "Adj Yield": 301.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 25.9, + "Test Wt.": 53.4, + "Yield": 287.4, + "Adj Yield": 287.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 25.8, + "Test Wt.": 53.8, + "Yield": 307.0, + "Adj Yield": 307.0 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": 55.2, + "Yield": 275.7, + "Adj Yield": 275.7 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.4, + "Test Wt.": 53.5, + "Yield": 288.4, + "Adj Yield": 288.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 23.3, + "Test Wt.": 54.5, + "Yield": 280.5, + "Adj Yield": 280.5 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 56.0, + "Yield": 256.3, + "Adj Yield": 256.3 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": 53.7, + "Yield": 255.1, + "Adj Yield": 255.1 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 55.1, + "Yield": 248.3, + "Adj Yield": 248.3 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 54.4, + "Yield": 277.6, + "Adj Yield": 277.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 26.0, + "Test Wt.": 55.7, + "Yield": 294.3, + "Adj Yield": 294.3 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-80", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 26.1, + "Test Wt.": 52.7, + "Yield": 280.3, + "Adj Yield": 280.3 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 25.4, + "Test Wt.": 54.1, + "Yield": 286.6, + "Adj Yield": 286.6 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": 53.2, + "Yield": 267.5, + "Adj Yield": 267.5 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143927" + ], + "fetched_at": "2026-05-27T02:19:27.747910+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143927.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143927.md new file mode 100644 index 00000000..f1c5c33c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143927.md @@ -0,0 +1,47 @@ +# Corn yield trial — Cochranville, PA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** PA +- **County:** Chester +- **City:** Cochranville +- **Year:** 2024 +- **Plot ID:** 143927 +- **Cooperator:** Cochranville Ag Services, LLC +- **Plot average:** 282.88 BU/Ac +- **Planted:** 2024-05-01 +- **Harvested:** 2024-10-03 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143927 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 4 | AgriGold | A645-16VT2RIB | VT2RIB | - | 26.1 | 53.4 | 297.2 | 297.2 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 26.2 | 54.4 | 308.3 | 308.3 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 26.0 | 55.1 | 297.1 | 297.1 | +| 3 | AgriGold | A642-32VT2PRO | VT2Pro | - | 24.8 | 56.3 | 301.3 | 301.3 | +| 8 | AgriGold | A642-18SSP | SSP | - | 25.9 | 53.4 | 287.4 | 287.4 | +| 2 | AgriGold | A641-85STXRIB | STXRIB | - | 25.8 | 53.8 | 307.0 | 307.0 | +| 13 | AgriGold | A640-16-3110 | 3110 | - | 24.2 | 55.2 | 275.7 | 275.7 | +| 7 | AgriGold | A639-03VT2RIB | VT2RIB | - | 24.4 | 53.5 | 288.4 | 288.4 | +| 10 | AgriGold | A638-19-3110 | 3110 | - | 23.3 | 54.5 | 280.5 | 280.5 | +| 15 | AgriGold | A637-72VT2PRO | VT2Pro | - | 22.8 | 56.0 | 256.3 | 256.3 | +| 16 | AgriGold | A636-42SSP | SSP | - | 24.0 | 53.7 | 255.1 | 255.1 | +| 17 | AgriGold | A632-68VT2RIB | VT2RIB | - | 22.6 | 55.1 | 248.3 | 248.3 | +| 12 | AgriGold | A631-08VT2PRO | VT2Pro | - | 21.6 | 54.4 | 277.6 | 277.6 | +| 6 | AgriGold | A645-30VT2PRO | VT2Pro | - | 26.0 | 55.7 | 294.3 | 294.3 | +| 11 | AgriGold | A645-80 | C | - | 26.1 | 52.7 | 280.3 | 280.3 | +| 9 | AgriGold | A6499STXRIB | STXRIB | - | 25.4 | 54.1 | 286.6 | 286.6 | +| 14 | AgriGold | A636-16-5222 | 5222 | - | 24.0 | 53.2 | 267.5 | 267.5 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 308.3, A641-85STXRIB (AgriGold) 307.0, A642-32VT2PRO (AgriGold) 301.3, A645-16VT2RIB (AgriGold) 297.2, A643-52VT2RIB (AgriGold) 297.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143934.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143934.json new file mode 100644 index 00000000..f7afcc83 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143934.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143934", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MD", + "state_abbrev": "md", + "city": "Cecilton", + "county": "Cecil", + "year": 2024, + "plot_id": "143934", + "cooperator": "Scheeler Seeds, LLC", + "plot_average": 228.15, + "planted_date": "2024-05-01", + "harvested_date": "2024-09-16", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Sandy Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 5, + "brand": "AgriGold", + "product": "A628-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 60.0, + "Yield": 229.3, + "Adj Yield": 229.3 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 58.6, + "Yield": 215.2, + "Adj Yield": 215.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.0, + "Yield": 223.3, + "Adj Yield": 223.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 58.3, + "Yield": 222.9, + "Adj Yield": 222.9 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 59.1, + "Yield": 221.5, + "Adj Yield": 221.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A636-39DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 58.1, + "Yield": 219.7, + "Adj Yield": 219.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 59.4, + "Yield": 249.2, + "Adj Yield": 249.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 59.0, + "Yield": 216.1, + "Adj Yield": 216.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 57.8, + "Yield": 233.7, + "Adj Yield": 233.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 59.3, + "Yield": 233.4, + "Adj Yield": 233.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 58.3, + "Yield": 245.3, + "Adj Yield": 245.3 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143934" + ], + "fetched_at": "2026-05-27T02:19:28.269574+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143934.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143934.md new file mode 100644 index 00000000..48778e27 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143934.md @@ -0,0 +1,41 @@ +# Corn yield trial — Cecilton, MD, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MD +- **County:** Cecil +- **City:** Cecilton +- **Year:** 2024 +- **Plot ID:** 143934 +- **Cooperator:** Scheeler Seeds, LLC +- **Plot average:** 228.15 BU/Ac +- **Planted:** 2024-05-01 +- **Harvested:** 2024-09-16 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Sandy Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143934 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | AgriGold | A628-16VT2RIB | VT2RIB | - | 17.2 | 60.0 | 229.3 | 229.3 | +| 11 | AgriGold | A629-55VT2RIB | VT2RIB | - | 15.5 | 58.6 | 215.2 | 215.2 | +| 6 | AgriGold | A631-08VT2PRO | VT2Pro | - | 16.0 | 58.0 | 223.3 | 223.3 | +| 7 | AgriGold | A632-68VT2RIB | VT2RIB | - | 17.4 | 58.3 | 222.9 | 222.9 | +| 8 | AgriGold | A636-16VT2RIB | VT2RIB | - | 20.2 | 59.1 | 221.5 | 221.5 | +| 9 | AgriGold | A636-39DV-RN | 5222 | - | 18.9 | 58.1 | 219.7 | 219.7 | +| 1 | AgriGold | A636-11VT2RIB | VT2RIB | - | 17.5 | 59.4 | 249.2 | 249.2 | +| 10 | AgriGold | A637-72VT2PRO | VT2Pro | - | 17.9 | 59.0 | 216.1 | 216.1 | +| 3 | AgriGold | K5836PWE | PWE | - | 18.5 | 57.8 | 233.7 | 233.7 | +| 4 | AgriGold | A638-19-3110 | 3110 | - | 19.2 | 59.3 | 233.4 | 233.4 | +| 2 | AgriGold | A639-03VT2RIB | VT2RIB | - | 19.4 | 58.3 | 245.3 | 245.3 | + +Top 5 by Yield: A636-11VT2RIB (AgriGold) 249.2, A639-03VT2RIB (AgriGold) 245.3, K5836PWE (AgriGold) 233.7, A638-19-3110 (AgriGold) 233.4, A628-16VT2RIB (AgriGold) 229.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143935.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143935.json new file mode 100644 index 00000000..c2b56694 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143935.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143935", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MD", + "state_abbrev": "md", + "city": "Cecilton", + "county": "Cecil", + "year": 2024, + "plot_id": "143935", + "cooperator": "Scheeler Seeds, LLC", + "plot_average": 255.56, + "planted_date": "2024-05-01", + "harvested_date": "2024-09-16", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Sandy Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 58.0, + "Yield": 241.7, + "Adj Yield": 241.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 58.3, + "Yield": 251.3, + "Adj Yield": 251.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 58.1, + "Yield": 255.1, + "Adj Yield": 255.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 56.0, + "Yield": 248.9, + "Adj Yield": 248.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 60.0, + "Yield": 260.4, + "Adj Yield": 260.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 59.4, + "Yield": 269.9, + "Adj Yield": 269.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 59.9, + "Yield": 262.1, + "Adj Yield": 262.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 56.0, + "Yield": 255.1, + "Adj Yield": 255.1 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143935" + ], + "fetched_at": "2026-05-27T02:19:28.779722+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143935.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143935.md new file mode 100644 index 00000000..da6270db --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143935.md @@ -0,0 +1,38 @@ +# Corn yield trial — Cecilton, MD, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MD +- **County:** Cecil +- **City:** Cecilton +- **Year:** 2024 +- **Plot ID:** 143935 +- **Cooperator:** Scheeler Seeds, LLC +- **Plot average:** 255.56 BU/Ac +- **Planted:** 2024-05-01 +- **Harvested:** 2024-09-16 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Sandy Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143935 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | AgriGold | J6015PWE | PWE | - | 18.7 | 58.0 | 241.7 | 241.7 | +| 6 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 19.2 | 58.3 | 251.3 | 251.3 | +| 4 | AgriGold | A642-32VT2PRO | VT2Pro | - | 20.7 | 58.1 | 255.1 | 255.1 | +| 7 | AgriGold | A643-24PCE | PCE | - | 19.9 | 56.0 | 248.9 | 248.9 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 20.9 | 60.0 | 260.4 | 260.4 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.0 | 59.4 | 269.9 | 269.9 | +| 2 | AgriGold | A645-16VT2RIB | VT2RIB | - | 19.9 | 59.9 | 262.1 | 262.1 | +| 5 | AgriGold | A646-30VT2RIB | VT2RIB | - | 21.0 | 56.0 | 255.1 | 255.1 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 269.9, A645-16VT2RIB (AgriGold) 262.1, A643-52VT2RIB (AgriGold) 260.4, A642-32VT2PRO (AgriGold) 255.1, A646-30VT2RIB (AgriGold) 255.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143966.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143966.json new file mode 100644 index 00000000..7ec4da01 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143966.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143966", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Dunkerton", + "county": "Black Hawk", + "year": 2024, + "plot_id": "143966", + "cooperator": "Tom Delagardelle", + "plot_average": 278.58, + "planted_date": "2024-05-20", + "harvested_date": "2024-10-14", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 56.8, + "Yield": 281.5, + "Adj Yield": 281.5 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.0, + "Yield": 256.5, + "Adj Yield": 256.5 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 56.1, + "Yield": 257.5, + "Adj Yield": 257.5 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 54.8, + "Yield": 275.7, + "Adj Yield": 275.7 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 54.9, + "Yield": 276.5, + "Adj Yield": 276.5 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 56.6, + "Yield": 249.0, + "Adj Yield": 249.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 54.7, + "Yield": 295.0, + "Adj Yield": 295.0 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 57.7, + "Yield": 272.2, + "Adj Yield": 272.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 56.4, + "Yield": 288.5, + "Adj Yield": 288.5 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 55.1, + "Yield": 264.4, + "Adj Yield": 264.4 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 57.0, + "Yield": 273.8, + "Adj Yield": 273.8 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 54.6, + "Yield": 272.8, + "Adj Yield": 272.8 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 55.0, + "Yield": 275.4, + "Adj Yield": 275.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 55.6, + "Yield": 290.7, + "Adj Yield": 290.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 56.2, + "Yield": 280.7, + "Adj Yield": 280.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 54.9, + "Yield": 286.2, + "Adj Yield": 286.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 56.2, + "Yield": 306.4, + "Adj Yield": 306.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 56.9, + "Yield": 283.6, + "Adj Yield": 283.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 54.7, + "Yield": 295.3, + "Adj Yield": 295.3 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 56.7, + "Yield": 303.3, + "Adj Yield": 303.3 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143966" + ], + "fetched_at": "2026-05-27T02:19:29.276185+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143966.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143966.md new file mode 100644 index 00000000..f92498c0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143966.md @@ -0,0 +1,50 @@ +# Corn yield trial — Dunkerton, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Black Hawk +- **City:** Dunkerton +- **Year:** 2024 +- **Plot ID:** 143966 +- **Cooperator:** Tom Delagardelle +- **Plot average:** 278.58 BU/Ac +- **Planted:** 2024-05-20 +- **Harvested:** 2024-10-14 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143966 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A632-68VT2RIB | VT2RIB | - | 15.3 | 56.8 | 281.5 | 281.5 | +| 16 | AgriGold | A629-55VT2RIB | VT2RIB | - | 14.9 | 58.0 | 256.5 | 256.5 | +| 15 | AgriGold | A630-04AA-RN | 3120 | - | 15.0 | 56.1 | 257.5 | 257.5 | +| 10 | AgriGold | A631-08VT2PRO | VT2Pro | - | 16.4 | 54.8 | 275.7 | 275.7 | +| 9 | AgriGold | A636-11VT2RIB | VT2RIB | - | 16.7 | 54.9 | 276.5 | 276.5 | +| 17 | AgriGold | A636-39-3110 | 3110 | - | 16.8 | 56.6 | 249.0 | 249.0 | +| 3 | AgriGold | A636-16-5222 | 5222 | - | 19.4 | 54.7 | 295.0 | 295.0 | +| 14 | AgriGold | A637-72VT2PRO | VT2Pro | - | 17.2 | 57.7 | 272.2 | 272.2 | +| 5 | AgriGold | A638-19-3110 | 3110 | - | 17.3 | 56.4 | 288.5 | 288.5 | +| - | AgriGold | A632-68VT2RIB | VT2RIB | - | 15.5 | 55.1 | 264.4 | 264.4 | +| 12 | AgriGold | K5836PWE | PWE | - | 17.8 | 57.0 | 273.8 | 273.8 | +| 13 | AgriGold | A639-03VT2RIB | VT2RIB | - | 18.1 | 54.6 | 272.8 | 272.8 | +| 11 | AgriGold | A640-12STXRIB | STXRIB | - | 19.3 | 55.0 | 275.4 | 275.4 | +| 4 | AgriGold | A640-16-3110 | 3110 | - | 19.8 | 55.6 | 290.7 | 290.7 | +| 8 | AgriGold | A641-26-3110 | 3110 | - | 20.1 | 56.2 | 280.7 | 280.7 | +| 6 | AgriGold | A641-85STXRIB | STXRIB | - | 20.1 | 54.9 | 286.2 | 286.2 | +| 1 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 20.8 | 56.2 | 306.4 | 306.4 | +| 7 | AgriGold | A642-32VT2PRO | VT2Pro | - | 20.9 | 56.9 | 283.6 | 283.6 | +| 2 | AgriGold | A643-24PCE | PCE | - | 21.1 | 54.7 | 295.3 | 295.3 | +| - | AgriGold | A632-68VT2RIB | VT2RIB | - | 15.5 | 56.7 | 303.3 | 303.3 | + +Top 5 by Yield: A642-05VT2RIBD1 (AgriGold) 306.4, A632-68VT2RIB (AgriGold) 303.3, A643-24PCE (AgriGold) 295.3, A636-16-5222 (AgriGold) 295.0, A640-16-3110 (AgriGold) 290.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143969.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143969.json new file mode 100644 index 00000000..218dc3b8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143969.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143969", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "TN", + "state_abbrev": "tn", + "city": "Martin", + "county": "Weakley", + "year": 2024, + "plot_id": "143969", + "cooperator": "Grooms Bob", + "plot_average": 209.16, + "planted_date": "2024-04-16", + "harvested_date": "2024-08-27", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "AgriGold", + "product": "A6572VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.8, + "Yield": 219.0, + "Adj Yield": 219.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.9, + "Yield": 246.9, + "Adj Yield": 246.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "EXP1", + "traits": "", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 61.1, + "Yield": 238.1, + "Adj Yield": 238.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 62.9, + "Yield": 242.1, + "Adj Yield": 242.1 + } + }, + { + "rank": 8, + "brand": "Unknown", + "product": "EXP2", + "traits": "", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 59.7, + "Yield": 206.0, + "Adj Yield": 206.0 + } + }, + { + "rank": 11, + "brand": "Unknown", + "product": "EXP3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 57.1, + "Yield": 160.5, + "Adj Yield": 160.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 57.5, + "Yield": 226.9, + "Adj Yield": 226.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 59.3, + "Yield": 241.7, + "Adj Yield": 241.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "EXP4", + "traits": "", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 57.1, + "Yield": 227.6, + "Adj Yield": 227.6 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 58.2, + "Yield": 198.3, + "Adj Yield": 198.3 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 58.5, + "Yield": 164.7, + "Adj Yield": 164.7 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A6572VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 59.8, + "Yield": 138.1, + "Adj Yield": 138.1 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143969" + ], + "fetched_at": "2026-05-27T02:19:29.775020+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143969.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143969.md new file mode 100644 index 00000000..6b69eff1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143969.md @@ -0,0 +1,41 @@ +# Corn yield trial — Martin, TN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** TN +- **County:** Weakley +- **City:** Martin +- **Year:** 2024 +- **Plot ID:** 143969 +- **Cooperator:** Grooms Bob +- **Plot average:** 209.16 BU/Ac +- **Planted:** 2024-04-16 +- **Harvested:** 2024-08-27 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143969 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | AgriGold | A6572VT2RIB | VT2RIB | - | 15.6 | 59.8 | 219.0 | 219.0 | +| 1 | AgriGold | A645-16VT2PRO | VT2Pro | - | 15.6 | 59.9 | 246.9 | 246.9 | +| 4 | Unknown | EXP1 | - | - | 16.0 | 61.1 | 238.1 | 238.1 | +| 2 | AgriGold | A647-79VT2PRO | VT2Pro | - | 14.7 | 62.9 | 242.1 | 242.1 | +| 8 | Unknown | EXP2 | - | - | 14.1 | 59.7 | 206.0 | 206.0 | +| 11 | Unknown | EXP3 | - | - | 14.5 | 57.1 | 160.5 | 160.5 | +| 6 | AgriGold | A647-42TRC | Trecepta | - | 16.7 | 57.5 | 226.9 | 226.9 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.5 | 59.3 | 241.7 | 241.7 | +| 5 | Unknown | EXP4 | - | - | 16.6 | 57.1 | 227.6 | 227.6 | +| 9 | AgriGold | A643-52VT2PRO | VT2Pro | - | 17.6 | 58.2 | 198.3 | 198.3 | +| 10 | AgriGold | A645-16VT2PRO | VT2Pro | - | 15.0 | 58.5 | 164.7 | 164.7 | +| 12 | AgriGold | A6572VT2RIB | VT2RIB | - | 14.1 | 59.8 | 138.1 | 138.1 | + +Top 5 by Yield: A645-16VT2PRO (AgriGold) 246.9, A647-79VT2PRO (AgriGold) 242.1, A644-64VT2RIB (AgriGold) 241.7, EXP1 (Unknown) 238.1, EXP4 (Unknown) 227.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143970.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143970.json new file mode 100644 index 00000000..24892635 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143970.json @@ -0,0 +1,101 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143970", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Cayce", + "county": "Fulton", + "year": 2024, + "plot_id": "143970", + "cooperator": "Linder Farms", + "plot_average": 201.34, + "planted_date": "2024-04-23", + "harvested_date": "2024-09-03", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 5, + "brand": "Pioneer", + "product": "EXP", + "traits": "", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 62.0, + "Yield": 191.9, + "Adj Yield": 191.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-17W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 65.2, + "Yield": 198.7, + "Adj Yield": 198.7 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P1790W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 62.0, + "Yield": 206.7, + "Adj Yield": 206.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-27W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 59.6, + "Yield": 196.3, + "Adj Yield": 196.3 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P1656W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.9, + "Yield": 213.1, + "Adj Yield": 213.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143970" + ], + "fetched_at": "2026-05-27T02:19:30.251080+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143970.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143970.md new file mode 100644 index 00000000..84463102 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143970.md @@ -0,0 +1,34 @@ +# Corn yield trial — Cayce, KY, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Fulton +- **City:** Cayce +- **Year:** 2024 +- **Plot ID:** 143970 +- **Cooperator:** Linder Farms +- **Plot average:** 201.34 BU/Ac +- **Planted:** 2024-04-23 +- **Harvested:** 2024-09-03 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143970 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | Pioneer | EXP | - | - | 13.7 | 62.0 | 191.9 | 191.9 | +| 3 | AgriGold | A643-17W | W | - | 16.1 | 65.2 | 198.7 | 198.7 | +| 2 | Pioneer | P1790W | W | - | 16.5 | 62.0 | 206.7 | 206.7 | +| 4 | AgriGold | A644-27W | W | - | 17.8 | 59.6 | 196.3 | 196.3 | +| 1 | Pioneer | P1656W | W | - | 16.2 | 59.9 | 213.1 | 213.1 | + +Top 5 by Yield: P1656W (Pioneer) 213.1, P1790W (Pioneer) 206.7, A643-17W (AgriGold) 198.7, A644-27W (AgriGold) 196.3, EXP (Pioneer) 191.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143971.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143971.json new file mode 100644 index 00000000..4fd7dded --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143971.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143971", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "TN", + "state_abbrev": "tn", + "city": "Pillowville", + "county": "Weakley", + "year": 2024, + "plot_id": "143971", + "cooperator": "Lynn Scarbrough", + "plot_average": 223.82, + "planted_date": "2024-04-25", + "harvested_date": "2024-09-18", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 61.9, + "Yield": 198.4, + "Adj Yield": 198.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 61.8, + "Yield": 233.3, + "Adj Yield": 233.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 58.1, + "Yield": 235.5, + "Adj Yield": 235.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.4, + "Yield": 226.4, + "Adj Yield": 226.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 60.5, + "Yield": 248.3, + "Adj Yield": 248.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 58.0, + "Yield": 225.6, + "Adj Yield": 225.6 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 57.8, + "Yield": 220.9, + "Adj Yield": 220.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 61.9, + "Yield": 234.4, + "Adj Yield": 234.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A648-11VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 60.1, + "Yield": 238.3, + "Adj Yield": 238.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 58.6, + "Yield": 237.5, + "Adj Yield": 237.5 + } + }, + { + "rank": 10, + "brand": "Unknown", + "product": "EXP1", + "traits": "", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 62.0, + "Yield": 216.3, + "Adj Yield": 216.3 + } + }, + { + "rank": 13, + "brand": "Unknown", + "product": "EXP3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.5, + "Yield": 202.7, + "Adj Yield": 202.7 + } + }, + { + "rank": 12, + "brand": "Unknown", + "product": "EXP4", + "traits": "", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.6, + "Yield": 203.9, + "Adj Yield": 203.9 + } + }, + { + "rank": 11, + "brand": "Nu Tech", + "product": "77A5AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.6, + "Yield": 212.0, + "Adj Yield": 212.0 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143971" + ], + "fetched_at": "2026-05-27T02:19:30.749781+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143971.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143971.md new file mode 100644 index 00000000..cf235f3a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143971.md @@ -0,0 +1,43 @@ +# Corn yield trial — Pillowville, TN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** TN +- **County:** Weakley +- **City:** Pillowville +- **Year:** 2024 +- **Plot ID:** 143971 +- **Cooperator:** Lynn Scarbrough +- **Plot average:** 223.82 BU/Ac +- **Planted:** 2024-04-25 +- **Harvested:** 2024-09-18 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143971 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 14 | AgriGold | A642-32VT2PRO | VT2Pro | - | 15.5 | 61.9 | 198.4 | 198.4 | +| 6 | AgriGold | A643-52VT2PRO | VT2Pro | - | 14.7 | 61.8 | 233.3 | 233.3 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.5 | 58.1 | 235.5 | 235.5 | +| 7 | AgriGold | A645-30VT2PRO | VT2Pro | - | 16.0 | 58.4 | 226.4 | 226.4 | +| 1 | AgriGold | A645-16VT2PRO | VT2Pro | - | 16.2 | 60.5 | 248.3 | 248.3 | +| 8 | AgriGold | A645-22TRC | Trecepta | - | 15.5 | 58.0 | 225.6 | 225.6 | +| 9 | AgriGold | A647-42TRC | Trecepta | - | 15.6 | 57.8 | 220.9 | 220.9 | +| 5 | AgriGold | A647-79VT2PRO | VT2Pro | - | 15.1 | 61.9 | 234.4 | 234.4 | +| 2 | AgriGold | A648-11VT2PRO | VT2Pro | - | 16.7 | 60.1 | 238.3 | 238.3 | +| 3 | AgriGold | J6621VT2PRO | VT2Pro | - | 15.1 | 58.6 | 237.5 | 237.5 | +| 10 | Unknown | EXP1 | - | - | 14.1 | 62.0 | 216.3 | 216.3 | +| 13 | Unknown | EXP3 | - | - | 14.8 | 58.5 | 202.7 | 202.7 | +| 12 | Unknown | EXP4 | - | - | 14.5 | 59.6 | 203.9 | 203.9 | +| 11 | Nu Tech | 77A5AM | AM | - | 14.4 | 59.6 | 212.0 | 212.0 | + +Top 5 by Yield: A645-16VT2PRO (AgriGold) 248.3, A648-11VT2PRO (AgriGold) 238.3, J6621VT2PRO (AgriGold) 237.5, A644-64VT2RIB (AgriGold) 235.5, A647-79VT2PRO (AgriGold) 234.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143972.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143972.json new file mode 100644 index 00000000..672db445 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143972.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143972", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "TN", + "state_abbrev": "tn", + "city": "Gleason", + "county": "Weakley", + "year": 2024, + "plot_id": "143972", + "cooperator": "Owen Brothers", + "plot_average": 224.28, + "planted_date": "2024-04-25", + "harvested_date": "2024-09-10", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 61.4, + "Yield": 179.7, + "Adj Yield": 179.7 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 62.4, + "Yield": 220.5, + "Adj Yield": 220.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 62.2, + "Yield": 234.6, + "Adj Yield": 234.6 + } + }, + { + "rank": 2, + "brand": "Innvictis", + "product": "A1457VT2P", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 62.4, + "Yield": 244.2, + "Adj Yield": 244.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 60.7, + "Yield": 245.9, + "Adj Yield": 245.9 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC65-95RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 62.6, + "Yield": 226.6, + "Adj Yield": 226.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 61.9, + "Yield": 226.5, + "Adj Yield": 226.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 59.2, + "Yield": 225.4, + "Adj Yield": 225.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 59.4, + "Yield": 211.7, + "Adj Yield": 211.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 61.6, + "Yield": 218.1, + "Adj Yield": 218.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A648-11VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 62.0, + "Yield": 224.4, + "Adj Yield": 224.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 62.2, + "Yield": 233.8, + "Adj Yield": 233.8 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143972" + ], + "fetched_at": "2026-05-27T02:19:31.246532+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143972.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143972.md new file mode 100644 index 00000000..415ebfa5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143972.md @@ -0,0 +1,41 @@ +# Corn yield trial — Gleason, TN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** TN +- **County:** Weakley +- **City:** Gleason +- **Year:** 2024 +- **Plot ID:** 143972 +- **Cooperator:** Owen Brothers +- **Plot average:** 224.28 BU/Ac +- **Planted:** 2024-04-25 +- **Harvested:** 2024-09-10 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143972 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 12 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 12.9 | 61.4 | 179.7 | 179.7 | +| 9 | AgriGold | A642-32VT2PRO | VT2Pro | - | 13.1 | 62.4 | 220.5 | 220.5 | +| 3 | AgriGold | A643-52VT2PRO | VT2Pro | - | 12.6 | 62.2 | 234.6 | 234.6 | +| 2 | Innvictis | A1457VT2P | VT2Pro | - | 12.3 | 62.4 | 244.2 | 244.2 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 12.8 | 60.7 | 245.9 | 245.9 | +| 5 | Dekalb | DKC65-95RIB | VT2RIB | - | 13.1 | 62.6 | 226.6 | 226.6 | +| 6 | AgriGold | A645-16VT2PRO | VT2Pro | - | 13.4 | 61.9 | 226.5 | 226.5 | +| 7 | AgriGold | A645-22TRC | Trecepta | - | 13.3 | 59.2 | 225.4 | 225.4 | +| 11 | AgriGold | A647-42TRC | Trecepta | - | 12.0 | 59.4 | 211.7 | 211.7 | +| 10 | AgriGold | A647-79VT2PRO | VT2Pro | - | 12.1 | 61.6 | 218.1 | 218.1 | +| 8 | AgriGold | A648-11VT2PRO | VT2Pro | - | 13.5 | 62.0 | 224.4 | 224.4 | +| 4 | AgriGold | J6621VT2PRO | VT2Pro | - | 12.6 | 62.2 | 233.8 | 233.8 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 245.9, A1457VT2P (Innvictis) 244.2, A643-52VT2PRO (AgriGold) 234.6, J6621VT2PRO (AgriGold) 233.8, DKC65-95RIB (Dekalb) 226.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143975.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143975.json new file mode 100644 index 00000000..ef267003 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143975.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143975", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Home", + "county": "Marshall", + "year": 2024, + "plot_id": "143975", + "cooperator": "Charlton Holthaus", + "plot_average": 140.22, + "planted_date": "2024-04-28", + "harvested_date": "2024-09-16", + "population_seeds_per_acre": 27000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 57.0, + "Yield": 145.8, + "Adj Yield": 145.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-76VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 57.0, + "Yield": 138.7, + "Adj Yield": 138.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 57.8, + "Yield": 184.3, + "Adj Yield": 184.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 58.3, + "Yield": 180.8, + "Adj Yield": 180.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 58.4, + "Yield": 157.4, + "Adj Yield": 157.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 57.6, + "Yield": 126.3, + "Adj Yield": 126.3 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 59.2, + "Yield": 156.6, + "Adj Yield": 156.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 59.2, + "Yield": 156.6, + "Adj Yield": 156.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 56.1, + "Yield": 141.3, + "Adj Yield": 141.3 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 56.4, + "Yield": 81.0, + "Adj Yield": 81.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.6, + "Test Wt.": 54.0, + "Yield": 78.5, + "Adj Yield": 78.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A650-21VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 53.4, + "Yield": 157.3, + "Adj Yield": 157.3 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 56.5, + "Yield": 163.6, + "Adj Yield": 163.6 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143975" + ], + "fetched_at": "2026-05-27T02:19:31.754689+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143975.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143975.md new file mode 100644 index 00000000..e129c88a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143975.md @@ -0,0 +1,46 @@ +# Corn yield trial — Home, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Marshall +- **City:** Home +- **Year:** 2024 +- **Plot ID:** 143975 +- **Cooperator:** Charlton Holthaus +- **Plot average:** 140.22 BU/Ac +- **Planted:** 2024-04-28 +- **Harvested:** 2024-09-16 +- **Population:** 27,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143975 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-80-3110 | 3110 | - | 15.9 | 57.0 | 145.8 | 145.8 | +| 7 | AgriGold | A642-76VT2RIB | VT2RIB | - | 16.4 | 57.0 | 138.7 | 138.7 | +| 1 | AgriGold | A643-24PCE | PCE | - | 15.1 | 57.8 | 184.3 | 184.3 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.6 | 58.3 | 180.8 | 180.8 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.6 | 58.4 | 157.4 | 157.4 | +| 8 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.1 | 57.6 | 126.3 | 126.3 | +| - | AgriGold | A645-80-3110 | 3110 | - | 14.8 | 59.2 | 156.6 | 156.6 | +| 5 | AgriGold | A645-80-3110 | 3110 | - | 14.8 | 59.2 | 156.6 | 156.6 | +| 6 | AgriGold | A646-30VT2RIB | VT2RIB | - | 18.8 | 56.1 | 141.3 | 141.3 | +| 9 | AgriGold | A647-79VT2PRO | VT2Pro | - | 20.4 | 56.4 | 81.0 | 81.0 | +| 10 | AgriGold | A648-11VT2RIB | VT2RIB | - | 23.6 | 54.0 | 78.5 | 78.5 | +| 4 | AgriGold | A650-21VT2RIB | VT2RIB | - | 21.9 | 53.4 | 157.3 | 157.3 | +| - | AgriGold | A645-80-3110 | 3110 | - | 17.1 | 56.5 | 163.6 | 163.6 | + +Top 5 by Yield: A643-24PCE (AgriGold) 184.3, A643-52VT2RIB (AgriGold) 180.8, A645-80-3110 (AgriGold) 163.6, A644-64VT2RIB (AgriGold) 157.4, A650-21VT2RIB (AgriGold) 157.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143977.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143977.json new file mode 100644 index 00000000..75b97876 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143977.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143977", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Morrill", + "county": "Brown", + "year": 2024, + "plot_id": "143977", + "cooperator": "Gale Kellenberger", + "plot_average": 212.41, + "planted_date": "2024-04-24", + "harvested_date": "2024-09-17", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 55.8, + "Yield": 197.4, + "Adj Yield": 197.4 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.3, + "Yield": 223.7, + "Adj Yield": 223.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.3, + "Yield": 223.7, + "Adj Yield": 223.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 57.5, + "Yield": 227.0, + "Adj Yield": 227.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 56.5, + "Yield": 201.7, + "Adj Yield": 201.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.4, + "Yield": 201.5, + "Adj Yield": 201.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 56.2, + "Yield": 222.4, + "Adj Yield": 222.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A650-21VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 55.3, + "Yield": 213.2, + "Adj Yield": 213.2 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 57.0, + "Yield": 208.5, + "Adj Yield": 208.5 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143977" + ], + "fetched_at": "2026-05-27T02:19:32.265911+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143977.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143977.md new file mode 100644 index 00000000..970a79aa --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143977.md @@ -0,0 +1,42 @@ +# Corn yield trial — Morrill, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Brown +- **City:** Morrill +- **Year:** 2024 +- **Plot ID:** 143977 +- **Cooperator:** Gale Kellenberger +- **Plot average:** 212.41 BU/Ac +- **Planted:** 2024-04-24 +- **Harvested:** 2024-09-17 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143977 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | AgriGold | A645-80-3110 | 3110 | - | 16.3 | 55.8 | 197.4 | 197.4 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.0 | 59.3 | 223.7 | 223.7 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.0 | 59.3 | 223.7 | 223.7 | +| 1 | AgriGold | A646-17STXRIB | STXRIB | - | 17.2 | 57.5 | 227.0 | 227.0 | +| 5 | AgriGold | A646-30VT2RIB | VT2RIB | - | 17.1 | 56.5 | 201.7 | 201.7 | +| 6 | AgriGold | A647-79VT2PRO | VT2Pro | - | 15.8 | 58.4 | 201.5 | 201.5 | +| 3 | AgriGold | A648-11VT2RIB | VT2RIB | - | 18.9 | 56.2 | 222.4 | 222.4 | +| 4 | AgriGold | A650-21VT2RIB | VT2RIB | - | 18.3 | 55.3 | 213.2 | 213.2 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.1 | 57.0 | 208.5 | 208.5 | + +Top 5 by Yield: A646-17STXRIB (AgriGold) 227.0, A643-52VT2RIB (AgriGold) 223.7, A643-52VT2RIB (AgriGold) 223.7, A648-11VT2RIB (AgriGold) 222.4, A650-21VT2RIB (AgriGold) 213.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143986.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143986.json new file mode 100644 index 00000000..b59fa756 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143986.json @@ -0,0 +1,101 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143986", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MN", + "state_abbrev": "mn", + "city": "Spring Grove", + "county": "Houston", + "year": 2024, + "plot_id": "143986", + "cooperator": "Myron Sylling", + "plot_average": 245.64, + "planted_date": "2024-05-15", + "harvested_date": "2024-10-27", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 12, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 5, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 26.7, + "Test Wt.": 54.6, + "Yield": 239.1, + "Adj Yield": 239.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A636-39", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 54.4, + "Yield": 242.2, + "Adj Yield": 242.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A630-04", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 55.5, + "Yield": 254.6, + "Adj Yield": 254.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A632-68", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 57.0, + "Yield": 247.1, + "Adj Yield": 247.1 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P0589", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 54.6, + "Yield": 245.2, + "Adj Yield": 245.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143986" + ], + "fetched_at": "2026-05-27T02:19:32.738986+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143986.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143986.md new file mode 100644 index 00000000..c2ff647f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143986.md @@ -0,0 +1,35 @@ +# Corn yield trial — Spring Grove, MN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MN +- **County:** Houston +- **City:** Spring Grove +- **Year:** 2024 +- **Plot ID:** 143986 +- **Cooperator:** Myron Sylling +- **Plot average:** 245.64 BU/Ac +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-27 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 12 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143986 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | AgriGold | A638-19 | C | - | 26.7 | 54.6 | 239.1 | 239.1 | +| 4 | AgriGold | A636-39 | C | - | 21.6 | 54.4 | 242.2 | 242.2 | +| 1 | AgriGold | A630-04 | C | - | 20.4 | 55.5 | 254.6 | 254.6 | +| 2 | AgriGold | A632-68 | C | - | 18.9 | 57.0 | 247.1 | 247.1 | +| 3 | Pioneer | P0589 | C | - | 20.3 | 54.6 | 245.2 | 245.2 | + +Top 5 by Yield: A630-04 (AgriGold) 254.6, A632-68 (AgriGold) 247.1, P0589 (Pioneer) 245.2, A636-39 (AgriGold) 242.2, A638-19 (AgriGold) 239.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143998.json b/corpus/agrigold_plot_reports/agpr-corn-2024-143998.json new file mode 100644 index 00000000..e50d5e2e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143998.json @@ -0,0 +1,335 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-143998", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Melvin", + "county": "Ford", + "year": 2024, + "plot_id": "143998", + "cooperator": "Premium Seed Services", + "plot_average": 289.28, + "planted_date": "2024-05-15", + "harvested_date": "2024-10-14", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 12, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 54.4, + "Yield": 293.1, + "Adj Yield": 293.1 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 59.6, + "Yield": 265.0, + "Adj Yield": 265.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 55.1, + "Yield": 296.4, + "Adj Yield": 296.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 59.3, + "Yield": 287.5, + "Adj Yield": 287.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 54.7, + "Yield": 296.6, + "Adj Yield": 296.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 58.1, + "Yield": 293.2, + "Adj Yield": 293.2 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 58.0, + "Yield": 284.2, + "Adj Yield": 284.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 55.5, + "Yield": 308.5, + "Adj Yield": 308.5 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 54.0, + "Yield": 289.9, + "Adj Yield": 289.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 54.0, + "Yield": 309.7, + "Adj Yield": 309.7 + } + }, + { + "rank": 7, + "brand": "Becks", + "product": "6557", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 53.6, + "Yield": 295.5, + "Adj Yield": 295.5 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 55.6, + "Yield": 289.9, + "Adj Yield": 289.9 + } + }, + { + "rank": 17, + "brand": "Becks", + "product": "6219", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 56.4, + "Yield": 280.5, + "Adj Yield": 280.5 + } + }, + { + "rank": 14, + "brand": "ProHarvest", + "product": "77P60SSRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 57.2, + "Yield": 283.3, + "Adj Yield": 283.3 + } + }, + { + "rank": 15, + "brand": "ProHarvest", + "product": "79P87SSRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 58.1, + "Yield": 282.4, + "Adj Yield": 282.4 + } + }, + { + "rank": 4, + "brand": "ProHarvest", + "product": "80P75PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 53.8, + "Yield": 296.6, + "Adj Yield": 296.6 + } + }, + { + "rank": 13, + "brand": "ProHarvest", + "product": "81P20PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 55.7, + "Yield": 285.3, + "Adj Yield": 285.3 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 57.9, + "Yield": 284.3, + "Adj Yield": 284.3 + } + }, + { + "rank": 18, + "brand": "ProHarvest", + "product": "83P17PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 55.4, + "Yield": 278.4, + "Adj Yield": 278.4 + } + }, + { + "rank": 19, + "brand": "ProHarvest", + "product": "8360", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 56.6, + "Yield": 277.4, + "Adj Yield": 277.4 + } + }, + { + "rank": 12, + "brand": "ProHarvest", + "product": "83P66VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 57.4, + "Yield": 286.8, + "Adj Yield": 286.8 + } + }, + { + "rank": 3, + "brand": "ProHarvest", + "product": "84P78TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 57.0, + "Yield": 297.3, + "Adj Yield": 297.3 + } + }, + { + "rank": 16, + "brand": "ProHarvest", + "product": "85P58StaxRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 62.8, + "Yield": 282.1, + "Adj Yield": 282.1 + } + } + ], + "n_results": 23, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/143998" + ], + "fetched_at": "2026-05-27T02:19:33.269270+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-143998.md b/corpus/agrigold_plot_reports/agpr-corn-2024-143998.md new file mode 100644 index 00000000..67a23ba4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-143998.md @@ -0,0 +1,53 @@ +# Corn yield trial — Melvin, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Ford +- **City:** Melvin +- **Year:** 2024 +- **Plot ID:** 143998 +- **Cooperator:** Premium Seed Services +- **Plot average:** 289.28 BU/Ac +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-14 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 12 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/143998 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | AgriGold | A636-16-5222 | 5222 | - | 17.1 | 54.4 | 293.1 | 293.1 | +| 20 | AgriGold | A637-72VT2PRO | VT2Pro | - | 15.5 | 59.6 | 265.0 | 265.0 | +| 6 | AgriGold | A639-03VT2RIB | VT2RIB | - | 18.6 | 55.1 | 296.4 | 296.4 | +| 11 | AgriGold | A641-85STXRIB | STXRIB | - | 17.7 | 59.3 | 287.5 | 287.5 | +| 4 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 20.7 | 54.7 | 296.6 | 296.6 | +| 8 | AgriGold | A643-52VT2RIB | VT2RIB | - | 19.4 | 58.1 | 293.2 | 293.2 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 19.7 | 58.0 | 284.2 | 284.2 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.7 | 55.5 | 308.5 | 308.5 | +| 10 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.5 | 54.0 | 289.9 | 289.9 | +| 1 | AgriGold | A646-30VT2RIB | VT2RIB | - | 20.7 | 54.0 | 309.7 | 309.7 | +| 7 | Becks | 6557 | C | - | 20.7 | 53.6 | 295.5 | 295.5 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 20.4 | 55.6 | 289.9 | 289.9 | +| 17 | Becks | 6219 | C | - | 18.4 | 56.4 | 280.5 | 280.5 | +| 14 | ProHarvest | 77P60SSRIB | STXRIB | - | 15.6 | 57.2 | 283.3 | 283.3 | +| 15 | ProHarvest | 79P87SSRIB | STXRIB | - | 16.2 | 58.1 | 282.4 | 282.4 | +| 4 | ProHarvest | 80P75PCE | PCE | - | 17.6 | 53.8 | 296.6 | 296.6 | +| 13 | ProHarvest | 81P20PCE | PCE | - | 17.4 | 55.7 | 285.3 | 285.3 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.7 | 57.9 | 284.3 | 284.3 | +| 18 | ProHarvest | 83P17PCE | PCE | - | 19.5 | 55.4 | 278.4 | 278.4 | +| 19 | ProHarvest | 8360 | STXRIB | - | 18.3 | 56.6 | 277.4 | 277.4 | +| 12 | ProHarvest | 83P66VT2RIB | VT2RIB | - | 18.0 | 57.4 | 286.8 | 286.8 | +| 3 | ProHarvest | 84P78TRERIB | TreceptaRIB | - | 19.4 | 57.0 | 297.3 | 297.3 | +| 16 | ProHarvest | 85P58StaxRIB | STXRIB | - | 17.0 | 62.8 | 282.1 | 282.1 | + +Top 5 by Yield: A646-30VT2RIB (AgriGold) 309.7, A644-64VT2RIB (AgriGold) 308.5, 84P78TRERIB (ProHarvest) 297.3, A642-05VT2RIBD1 (AgriGold) 296.6, 80P75PCE (ProHarvest) 296.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144004.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144004.json new file mode 100644 index 00000000..528a4755 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144004.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144004", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Moundridge", + "county": "McPherson", + "year": 2024, + "plot_id": "144004", + "cooperator": "Neal Galle", + "plot_average": 124.85, + "planted_date": "2024-03-30", + "harvested_date": "2024-08-10", + "population_seeds_per_acre": 20000, + "row_width": "30.0\"", + "num_rows": 16, + "soil_type": "Silty Clay Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 54.8, + "Yield": 129.0, + "Adj Yield": 129.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 54.8, + "Yield": 129.0, + "Adj Yield": 129.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 56.0, + "Yield": 133.5, + "Adj Yield": 133.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 56.0, + "Yield": 127.5, + "Adj Yield": 127.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 58.5, + "Yield": 124.8, + "Adj Yield": 124.8 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-76VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 57.3, + "Yield": 118.8, + "Adj Yield": 118.8 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 57.8, + "Yield": 125.1, + "Adj Yield": 125.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 56.7, + "Yield": 119.0, + "Adj Yield": 119.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 55.1, + "Yield": 119.5, + "Adj Yield": 119.5 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 55.8, + "Yield": 128.4, + "Adj Yield": 128.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-37-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 54.1, + "Yield": 123.1, + "Adj Yield": 123.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A6572VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 56.1, + "Yield": 119.3, + "Adj Yield": 119.3 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 118.2, + "Adj Yield": 118.2 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 122.4, + "Adj Yield": 122.4 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144004" + ], + "fetched_at": "2026-05-27T02:19:33.820964+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144004.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144004.md new file mode 100644 index 00000000..7bf90cf7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144004.md @@ -0,0 +1,47 @@ +# Corn yield trial — Moundridge, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** McPherson +- **City:** Moundridge +- **Year:** 2024 +- **Plot ID:** 144004 +- **Cooperator:** Neal Galle +- **Plot average:** 124.85 BU/Ac +- **Planted:** 2024-03-30 +- **Harvested:** 2024-08-10 +- **Population:** 20,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 16 +- **Soil type:** Silty Clay Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144004 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 19.5 | 54.8 | 129.0 | 129.0 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 19.5 | 54.8 | 129.0 | 129.0 | +| 1 | AgriGold | A638-19-3110 | 3110 | - | 17.3 | 56.0 | 133.5 | 133.5 | +| 4 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.6 | 56.0 | 127.5 | 127.5 | +| 6 | AgriGold | A636-39-3110 | 3110 | - | 14.6 | 58.5 | 124.8 | 124.8 | +| 10 | AgriGold | A642-76VT2RIB | VT2RIB | - | 17.1 | 57.3 | 118.8 | 118.8 | +| 5 | Dekalb | DKC111-35RIB | VT2RIB | - | 17.9 | 57.8 | 125.1 | 125.1 | +| 9 | AgriGold | A641-26V | 3220EZ | - | 13.6 | 56.7 | 119.0 | 119.0 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.1 | 55.1 | 119.5 | 119.5 | +| 3 | Dekalb | DKC114-43RIB | VT4RIB | - | 19.2 | 55.8 | 128.4 | 128.4 | +| 7 | AgriGold | A643-37-3110 | 3110 | - | 18.3 | 54.1 | 123.1 | 123.1 | +| 8 | AgriGold | A6572VT2RIB | VT2RIB | - | 19.0 | 56.1 | 119.3 | 119.3 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 19.0 | - | 118.2 | 118.2 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.3 | - | 122.4 | 122.4 | + +Top 5 by Yield: A638-19-3110 (AgriGold) 133.5, A643-52VT2RIB (AgriGold) 129.0, A643-52VT2RIB (AgriGold) 129.0, DKC114-43RIB (Dekalb) 128.4, A639-03VT2RIB (AgriGold) 127.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144042.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144042.json new file mode 100644 index 00000000..f5357549 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144042.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144042", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "DE", + "state_abbrev": "de", + "city": "Dover", + "county": "Kent", + "year": 2024, + "plot_id": "144042", + "cooperator": "Chad Dempsey", + "plot_average": 247.84, + "planted_date": "2024-05-14", + "harvested_date": "2024-10-03", + "population_seeds_per_acre": 33500, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Sandy Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 5, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": 59.0, + "Yield": 248.7, + "Adj Yield": 248.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 59.8, + "Yield": 254.4, + "Adj Yield": 254.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 56.0, + "Yield": 238.5, + "Adj Yield": 238.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": 57.4, + "Yield": 246.1, + "Adj Yield": 246.1 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 55.8, + "Yield": 221.0, + "Adj Yield": 221.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": 59.8, + "Yield": 263.0, + "Adj Yield": 263.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 23.6, + "Test Wt.": 59.7, + "Yield": 242.3, + "Adj Yield": 242.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": 58.4, + "Yield": 265.5, + "Adj Yield": 265.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": 57.8, + "Yield": 248.3, + "Adj Yield": 248.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.7, + "Test Wt.": 57.7, + "Yield": 246.5, + "Adj Yield": 246.5 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P1136AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 24.7, + "Test Wt.": 58.0, + "Yield": 251.9, + "Adj Yield": 251.9 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144042" + ], + "fetched_at": "2026-05-27T02:19:34.238485+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144042.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144042.md new file mode 100644 index 00000000..bf5f0ddb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144042.md @@ -0,0 +1,41 @@ +# Corn yield trial — Dover, DE, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** DE +- **County:** Kent +- **City:** Dover +- **Year:** 2024 +- **Plot ID:** 144042 +- **Cooperator:** Chad Dempsey +- **Plot average:** 247.84 BU/Ac +- **Planted:** 2024-05-14 +- **Harvested:** 2024-10-03 +- **Population:** 33,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Sandy Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144042 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | AgriGold | J6015PWE | PWE | - | 22.5 | 59.0 | 248.7 | 248.7 | +| 3 | AgriGold | A641-26-3110 | 3110 | - | 21.9 | 59.8 | 254.4 | 254.4 | +| 10 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 21.5 | 56.0 | 238.5 | 238.5 | +| 8 | AgriGold | J6227DV-RN | 5222 | - | 24.2 | 57.4 | 246.1 | 246.1 | +| 11 | AgriGold | A643-24PCE | PCE | - | 23.4 | 55.8 | 221.0 | 221.0 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 24.0 | 59.8 | 263.0 | 263.0 | +| 9 | AgriGold | K6429AA | 3120EZ | - | 23.6 | 59.7 | 242.3 | 242.3 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 23.0 | 58.4 | 265.5 | 265.5 | +| 6 | AgriGold | A645-16VT2RIB | VT2RIB | - | 24.2 | 57.8 | 248.3 | 248.3 | +| 7 | AgriGold | A646-30VT2RIB | VT2RIB | - | 24.7 | 57.7 | 246.5 | 246.5 | +| 4 | Pioneer | P1136AM | AM | - | 24.7 | 58.0 | 251.9 | 251.9 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 265.5, A643-52VT2RIB (AgriGold) 263.0, A641-26-3110 (AgriGold) 254.4, P1136AM (Pioneer) 251.9, J6015PWE (AgriGold) 248.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144044.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144044.json new file mode 100644 index 00000000..b56f2cf5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144044.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144044", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Groveland", + "county": "McPherson", + "year": 2024, + "plot_id": "144044", + "cooperator": "Ned Bergkamp", + "plot_average": 93.0, + "planted_date": "2024-04-05", + "harvested_date": "2024-08-23", + "population_seeds_per_acre": 18500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A6572VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": null, + "Yield": 98.2, + "Adj Yield": 98.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A6572VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": null, + "Yield": 98.2, + "Adj Yield": 98.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": null, + "Yield": 98.5, + "Adj Yield": 98.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": null, + "Yield": 96.1, + "Adj Yield": 96.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": null, + "Yield": 92.1, + "Adj Yield": 92.1 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 91.8, + "Adj Yield": 91.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 95.0, + "Adj Yield": 95.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": null, + "Yield": 79.3, + "Adj Yield": 79.3 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A6572VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 89.1, + "Adj Yield": 89.1 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144044" + ], + "fetched_at": "2026-05-27T02:19:34.780685+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144044.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144044.md new file mode 100644 index 00000000..c004a995 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144044.md @@ -0,0 +1,42 @@ +# Corn yield trial — Groveland, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** McPherson +- **City:** Groveland +- **Year:** 2024 +- **Plot ID:** 144044 +- **Cooperator:** Ned Bergkamp +- **Plot average:** 93.0 BU/Ac +- **Planted:** 2024-04-05 +- **Harvested:** 2024-08-23 +- **Population:** 18,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144044 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A6572VT2RIB | VT2RIB | - | 15.3 | - | 98.2 | 98.2 | +| 2 | AgriGold | A6572VT2RIB | VT2RIB | - | 15.3 | - | 98.2 | 98.2 | +| 1 | AgriGold | A636-39-3110 | 3110 | - | 12.7 | - | 98.5 | 98.5 | +| 3 | AgriGold | A638-19-3110 | 3110 | - | 13.2 | - | 96.1 | 96.1 | +| 5 | AgriGold | A641-26V | 3220EZ | - | 12.7 | - | 92.1 | 92.1 | +| 6 | AgriGold | A642-32VT2PRO | VT2Pro | - | 13.0 | - | 91.8 | 91.8 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.8 | - | 95.0 | 95.0 | +| 7 | AgriGold | A645-80-3110 | 3110 | - | 14.7 | - | 79.3 | 79.3 | +| - | AgriGold | A6572VT2RIB | VT2RIB | - | 15.6 | - | 89.1 | 89.1 | + +Top 5 by Yield: A636-39-3110 (AgriGold) 98.5, A6572VT2RIB (AgriGold) 98.2, A6572VT2RIB (AgriGold) 98.2, A638-19-3110 (AgriGold) 96.1, A643-52VT2RIB (AgriGold) 95.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144046.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144046.json new file mode 100644 index 00000000..324fbca7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144046.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144046", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Colwich", + "county": "Sedgwick", + "year": 2024, + "plot_id": "144046", + "cooperator": "Spexarth Farms", + "plot_average": 61.87, + "planted_date": "2024-04-08", + "harvested_date": "2024-08-27", + "population_seeds_per_acre": 20000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A642-76VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 55.3, + "Yield": 61.0, + "Adj Yield": 61.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": 56.6, + "Yield": 63.0, + "Adj Yield": 63.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 55.8, + "Yield": 57.3, + "Adj Yield": 57.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 56.1, + "Yield": 58.0, + "Adj Yield": 58.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 56.8, + "Yield": 59.2, + "Adj Yield": 59.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": 56.2, + "Yield": 63.4, + "Adj Yield": 63.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-76VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 57.3, + "Yield": 70.3, + "Adj Yield": 70.3 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-76VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 57.3, + "Yield": 70.3, + "Adj Yield": 70.3 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144046" + ], + "fetched_at": "2026-05-27T02:19:35.312870+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144046.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144046.md new file mode 100644 index 00000000..d8dd94e5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144046.md @@ -0,0 +1,41 @@ +# Corn yield trial — Colwich, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Sedgwick +- **City:** Colwich +- **Year:** 2024 +- **Plot ID:** 144046 +- **Cooperator:** Spexarth Farms +- **Plot average:** 61.87 BU/Ac +- **Planted:** 2024-04-08 +- **Harvested:** 2024-08-27 +- **Population:** 20,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144046 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A642-76VT2RIB | VT2RIB | - | 11.9 | 55.3 | 61.0 | 61.0 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 11.5 | 56.6 | 63.0 | 63.0 | +| 6 | AgriGold | A642-32VT2PRO | VT2Pro | - | 11.1 | 55.8 | 57.3 | 57.3 | +| 5 | AgriGold | A641-26-3110 | 3110 | - | 11.4 | 56.1 | 58.0 | 58.0 | +| 4 | AgriGold | A637-72VT2PRO | VT2Pro | - | 10.7 | 56.8 | 59.2 | 59.2 | +| 2 | AgriGold | A636-39-3110 | 3110 | - | 10.5 | 56.2 | 63.4 | 63.4 | +| 1 | AgriGold | A642-76VT2RIB | VT2RIB | - | 10.7 | 57.3 | 70.3 | 70.3 | +| - | AgriGold | A642-76VT2RIB | VT2RIB | - | 10.7 | 57.3 | 70.3 | 70.3 | + +Top 5 by Yield: A642-76VT2RIB (AgriGold) 70.3, A642-76VT2RIB (AgriGold) 70.3, A636-39-3110 (AgriGold) 63.4, A643-52VT2RIB (AgriGold) 63.0, A642-76VT2RIB (AgriGold) 61.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144048.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144048.json new file mode 100644 index 00000000..b47b3efb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144048.json @@ -0,0 +1,114 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144048", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Oran", + "county": "Scott", + "year": 2024, + "plot_id": "144048", + "cooperator": "Bob Graviett", + "plot_average": 296.32, + "planted_date": "2024-04-08", + "harvested_date": "2024-08-27", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Ridge Till", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 58.5, + "Yield": 303.1, + "Adj Yield": 303.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 59.6, + "Yield": 292.4, + "Adj Yield": 292.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 60.9, + "Yield": 300.7, + "Adj Yield": 300.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A6659VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 63.5, + "Yield": 284.5, + "Adj Yield": 284.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 62.3, + "Yield": 292.8, + "Adj Yield": 292.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 59.7, + "Yield": 304.4, + "Adj Yield": 304.4 + } + } + ], + "n_results": 6, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144048" + ], + "fetched_at": "2026-05-27T02:19:35.778661+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144048.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144048.md new file mode 100644 index 00000000..6d353ff0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144048.md @@ -0,0 +1,36 @@ +# Corn yield trial — Oran, MO, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Scott +- **City:** Oran +- **Year:** 2024 +- **Plot ID:** 144048 +- **Cooperator:** Bob Graviett +- **Plot average:** 296.32 BU/Ac +- **Planted:** 2024-04-08 +- **Harvested:** 2024-08-27 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Ridge Till +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144048 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | A643-52VT2PRO | VT2Pro | - | 21.9 | 58.5 | 303.1 | 303.1 | +| 5 | AgriGold | A644-64VT2PRO | VT2Pro | - | 20.1 | 59.6 | 292.4 | 292.4 | +| 3 | AgriGold | A645-16VT2PRO | VT2Pro | - | 20.4 | 60.9 | 300.7 | 300.7 | +| 6 | AgriGold | A6659VT2PRO | VT2Pro | - | 19.4 | 63.5 | 284.5 | 284.5 | +| 4 | AgriGold | A647-79VT2PRO | VT2Pro | - | 20.1 | 62.3 | 292.8 | 292.8 | +| 1 | AgriGold | A647-42TRC | Trecepta | - | 22.2 | 59.7 | 304.4 | 304.4 | + +Top 5 by Yield: A647-42TRC (AgriGold) 304.4, A643-52VT2PRO (AgriGold) 303.1, A645-16VT2PRO (AgriGold) 300.7, A647-79VT2PRO (AgriGold) 292.8, A644-64VT2PRO (AgriGold) 292.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144053.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144053.json new file mode 100644 index 00000000..e432f2a5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144053.json @@ -0,0 +1,491 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144053", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Whitewater", + "county": "Butler", + "year": 2024, + "plot_id": "144053", + "cooperator": "The Feedstore", + "plot_average": 133.31, + "planted_date": "2024-04-15", + "harvested_date": "2024-08-28", + "population_seeds_per_acre": 19300, + "row_width": "30.0\"", + "num_rows": 5, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 26, + "brand": "NC+", + "product": "NC14-88VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 59.0, + "Yield": 125.9, + "Adj Yield": 125.9 + } + }, + { + "rank": 23, + "brand": "Ohlde Seed", + "product": "O29-06", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 56.3, + "Yield": 128.7, + "Adj Yield": 128.7 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 58.4, + "Yield": 126.4, + "Adj Yield": 126.4 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 58.1, + "Yield": 138.5, + "Adj Yield": 138.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 60.0, + "Yield": 136.5, + "Adj Yield": 136.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 59.3, + "Yield": 137.1, + "Adj Yield": 137.1 + } + }, + { + "rank": 12, + "brand": "Hoegemeyer", + "product": "7858AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 57.9, + "Yield": 135.0, + "Adj Yield": 135.0 + } + }, + { + "rank": 17, + "brand": "Hoegemeyer", + "product": "H7976PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 57.5, + "Yield": 131.7, + "Adj Yield": 131.7 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 57.9, + "Yield": 140.6, + "Adj Yield": 140.6 + } + }, + { + "rank": 21, + "brand": "NC+", + "product": "EX1032SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": 56.1, + "Yield": 130.1, + "Adj Yield": 130.1 + } + }, + { + "rank": 13, + "brand": "NC+", + "product": "NC11-15VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 57.4, + "Yield": 134.1, + "Adj Yield": 134.1 + } + }, + { + "rank": 2, + "brand": "Hoegemeyer", + "product": "8156AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 58.1, + "Yield": 144.0, + "Adj Yield": 144.0 + } + }, + { + "rank": 18, + "brand": "NC+", + "product": "NC11-99", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 58.9, + "Yield": 131.0, + "Adj Yield": 131.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": 59.5, + "Yield": 141.7, + "Adj Yield": 141.7 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 58.1, + "Yield": 124.4, + "Adj Yield": 124.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 60.2, + "Yield": 140.4, + "Adj Yield": 140.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 61.4, + "Yield": 137.7, + "Adj Yield": 137.7 + } + }, + { + "rank": 25, + "brand": "NC+", + "product": "NC12-48VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 61.1, + "Yield": 126.3, + "Adj Yield": 126.3 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 61.1, + "Yield": 145.2, + "Adj Yield": 145.2 + } + }, + { + "rank": 16, + "brand": "NC+", + "product": "NC13-50SSPRORIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": 59.5, + "Yield": 131.9, + "Adj Yield": 131.9 + } + }, + { + "rank": 6, + "brand": "Ohlde Seed", + "product": "O22-13", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 59.8, + "Yield": 137.7, + "Adj Yield": 137.7 + } + }, + { + "rank": 10, + "brand": "Ohlde Seed", + "product": "O24-14DGVT2ProRB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 56.5, + "Yield": 135.9, + "Adj Yield": 135.9 + } + }, + { + "rank": 7, + "brand": "Becks", + "product": "6414V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 60.8, + "Yield": 137.6, + "Adj Yield": 137.6 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": 59.7, + "Yield": 152.0, + "Adj Yield": 152.0 + } + }, + { + "rank": 11, + "brand": "Hoegemeyer", + "product": "8541AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 58.8, + "Yield": 135.5, + "Adj Yield": 135.5 + } + }, + { + "rank": 22, + "brand": "NC+", + "product": "NC15-33", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 60.3, + "Yield": 129.7, + "Adj Yield": 129.7 + } + }, + { + "rank": 15, + "brand": "NC+", + "product": "NC15-65VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 61.1, + "Yield": 132.1, + "Adj Yield": 132.1 + } + }, + { + "rank": 28, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 60.1, + "Yield": 118.4, + "Adj Yield": 118.4 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 58.1, + "Yield": 150.1, + "Adj Yield": 150.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 58.1, + "Yield": 150.1, + "Adj Yield": 150.1 + } + }, + { + "rank": 14, + "brand": "Hoegemeyer", + "product": "8684PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 60.7, + "Yield": 133.8, + "Adj Yield": 133.8 + } + }, + { + "rank": 19, + "brand": "Hoegemeyer", + "product": "8750AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 59.6, + "Yield": 130.8, + "Adj Yield": 130.8 + } + }, + { + "rank": 20, + "brand": "NC+", + "product": "NC18-88", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 58.7, + "Yield": 130.5, + "Adj Yield": 130.5 + } + }, + { + "rank": 4, + "brand": "Ohlde Seed", + "product": "O23-16", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 55.9, + "Yield": 139.4, + "Adj Yield": 139.4 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": 59.1, + "Yield": 149.3, + "Adj Yield": 149.3 + } + } + ], + "n_results": 35, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144053" + ], + "fetched_at": "2026-05-27T02:19:36.259045+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144053.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144053.md new file mode 100644 index 00000000..d709c753 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144053.md @@ -0,0 +1,64 @@ +# Corn yield trial — Whitewater, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Butler +- **City:** Whitewater +- **Year:** 2024 +- **Plot ID:** 144053 +- **Cooperator:** The Feedstore +- **Plot average:** 133.31 BU/Ac +- **Planted:** 2024-04-15 +- **Harvested:** 2024-08-28 +- **Population:** 19,300 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 5 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144053 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 26 | NC+ | NC14-88VT2PRIB | VT2RIB | - | 11.7 | 59.0 | 125.9 | 125.9 | +| 23 | Ohlde Seed | O29-06 | VT2RIB | - | 11.8 | 56.3 | 128.7 | 128.7 | +| 24 | AgriGold | A636-39-3110 | 3110 | - | 11.0 | 58.4 | 126.4 | 126.4 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.2 | 58.1 | 138.5 | 138.5 | +| 9 | AgriGold | A637-72VT2PRO | VT2Pro | - | 11.1 | 60.0 | 136.5 | 136.5 | +| 8 | AgriGold | A638-19-3110 | 3110 | - | 11.7 | 59.3 | 137.1 | 137.1 | +| 12 | Hoegemeyer | 7858AM | AM | - | 11.8 | 57.9 | 135.0 | 135.0 | +| 17 | Hoegemeyer | H7976PCE | PCE | - | 10.7 | 57.5 | 131.7 | 131.7 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 11.6 | 57.9 | 140.6 | 140.6 | +| 21 | NC+ | EX1032SSP | SSP | - | 10.5 | 56.1 | 130.1 | 130.1 | +| 13 | NC+ | NC11-15VT2PRIB | VT2RIB | - | 11.8 | 57.4 | 134.1 | 134.1 | +| 2 | Hoegemeyer | 8156AM | AM | - | 11.8 | 58.1 | 144.0 | 144.0 | +| 18 | NC+ | NC11-99 | VT2RIB | - | 11.7 | 58.9 | 131.0 | 131.0 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 11.5 | 59.5 | 141.7 | 141.7 | +| 27 | AgriGold | A639-03VT2RIB | VT2RIB | - | 12.3 | 58.1 | 124.4 | 124.4 | +| 3 | AgriGold | A641-26-3110 | 3110 | - | 10.8 | 60.2 | 140.4 | 140.4 | +| 5 | AgriGold | A642-32VT2PRO | VT2Pro | - | 11.2 | 61.4 | 137.7 | 137.7 | +| 25 | NC+ | NC12-48VT2PRIB | VT2RIB | - | 10.8 | 61.1 | 126.3 | 126.3 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 10.6 | 61.1 | 145.2 | 145.2 | +| 16 | NC+ | NC13-50SSPRORIB | SSPRIB | - | 10.5 | 59.5 | 131.9 | 131.9 | +| 6 | Ohlde Seed | O22-13 | TreceptaRIB | - | 11.4 | 59.8 | 137.7 | 137.7 | +| 10 | Ohlde Seed | O24-14DGVT2ProRB | VT2RIB | - | 11.2 | 56.5 | 135.9 | 135.9 | +| 7 | Becks | 6414V2P | VT2RIB | - | 11.2 | 60.8 | 137.6 | 137.6 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 10.3 | 59.7 | 152.0 | 152.0 | +| 11 | Hoegemeyer | 8541AM | AM | - | 12.9 | 58.8 | 135.5 | 135.5 | +| 22 | NC+ | NC15-33 | VT4Pro | - | 13.4 | 60.3 | 129.7 | 129.7 | +| 15 | NC+ | NC15-65VT2PRIB | VT2RIB | - | 13.2 | 61.1 | 132.1 | 132.1 | +| 28 | AgriGold | A645-80-3110 | 3110 | - | 12.3 | 60.1 | 118.4 | 118.4 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 10.8 | 58.1 | 150.1 | 150.1 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 10.8 | 58.1 | 150.1 | 150.1 | +| 14 | Hoegemeyer | 8684PCE | PCE | - | 10.8 | 60.7 | 133.8 | 133.8 | +| 19 | Hoegemeyer | 8750AML | AML | - | 11.7 | 59.6 | 130.8 | 130.8 | +| 20 | NC+ | NC18-88 | TreceptaRIB | - | 10.6 | 58.7 | 130.5 | 130.5 | +| 4 | Ohlde Seed | O23-16 | 3220EZ | - | 13.9 | 55.9 | 139.4 | 139.4 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 11.5 | 59.1 | 149.3 | 149.3 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 152.0, A643-52VT2RIB (AgriGold) 150.1, A643-52VT2RIB (AgriGold) 150.1, A643-52VT2RIB (AgriGold) 149.3, A643-52VT2RIB (AgriGold) 145.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144062.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144062.json new file mode 100644 index 00000000..9cc84edd --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144062.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144062", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Fredonia", + "county": "Neosho", + "year": 2024, + "plot_id": "144062", + "cooperator": "Jared Schultz", + "plot_average": 104.75, + "planted_date": "2024-04-04", + "harvested_date": "2024-08-29", + "population_seeds_per_acre": 28000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": 17, + "brand": "Golden Harvest", + "product": "G08U00-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 53.1, + "Yield": 75.5, + "Adj Yield": 75.5 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 55.4, + "Yield": 104.0, + "Adj Yield": 104.0 + } + }, + { + "rank": 4, + "brand": "Golden Harvest", + "product": "G08R52-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 56.3, + "Yield": 115.9, + "Adj Yield": 115.9 + } + }, + { + "rank": 13, + "brand": "NC+", + "product": "NC09-90", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 55.6, + "Yield": 99.4, + "Adj Yield": 99.4 + } + }, + { + "rank": 5, + "brand": "NC+", + "product": "NC09-33", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 55.4, + "Yield": 113.4, + "Adj Yield": 113.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 59.8, + "Yield": 118.2, + "Adj Yield": 118.2 + } + }, + { + "rank": 12, + "brand": "Golden Harvest", + "product": "G10U97V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 58.8, + "Yield": 103.4, + "Adj Yield": 103.4 + } + }, + { + "rank": 16, + "brand": "NC+", + "product": "NC11-15VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 57.6, + "Yield": 81.6, + "Adj Yield": 81.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.6, + "Yield": 108.6, + "Adj Yield": 108.6 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 60.0, + "Yield": 96.5, + "Adj Yield": 96.5 + } + }, + { + "rank": 1, + "brand": "Golden Harvest", + "product": "G13U29-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 58.6, + "Yield": 120.3, + "Adj Yield": 120.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": null, + "Yield": 105.6, + "Adj Yield": 105.6 + } + }, + { + "rank": 9, + "brand": "Golden Harvest", + "product": "G13U96-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 59.0, + "Yield": 104.7, + "Adj Yield": 104.7 + } + }, + { + "rank": 10, + "brand": "NC+", + "product": "NC14-88VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 58.9, + "Yield": 104.0, + "Adj Yield": 104.0 + } + }, + { + "rank": 14, + "brand": "NC+", + "product": "NC16-29VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 58.8, + "Yield": 99.2, + "Adj Yield": 99.2 + } + }, + { + "rank": 6, + "brand": "Golden Harvest", + "product": "G17A81-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 57.8, + "Yield": 110.3, + "Adj Yield": 110.3 + } + }, + { + "rank": 2, + "brand": "Becks", + "product": "6241Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 57.0, + "Yield": 120.2, + "Adj Yield": 120.2 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144062" + ], + "fetched_at": "2026-05-27T02:19:36.788260+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144062.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144062.md new file mode 100644 index 00000000..9620261c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144062.md @@ -0,0 +1,50 @@ +# Corn yield trial — Fredonia, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Neosho +- **City:** Fredonia +- **Year:** 2024 +- **Plot ID:** 144062 +- **Cooperator:** Jared Schultz +- **Plot average:** 104.75 BU/Ac +- **Planted:** 2024-04-04 +- **Harvested:** 2024-08-29 +- **Population:** 28,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144062 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 17 | Golden Harvest | G08U00-V | 3220EZ | - | 12.9 | 53.1 | 75.5 | 75.5 | +| 10 | AgriGold | A638-19-3110 | 3110 | - | 13.0 | 55.4 | 104.0 | 104.0 | +| 4 | Golden Harvest | G08R52-V | 3220EZ | - | 12.6 | 56.3 | 115.9 | 115.9 | +| 13 | NC+ | NC09-90 | PCE | - | 12.7 | 55.6 | 99.4 | 99.4 | +| 5 | NC+ | NC09-33 | VT4Pro | - | 12.6 | 55.4 | 113.4 | 113.4 | +| 3 | AgriGold | J6015PWE | PWE | - | 12.5 | 59.8 | 118.2 | 118.2 | +| 12 | Golden Harvest | G10U97V | 3220EZ | - | 12.9 | 58.8 | 103.4 | 103.4 | +| 16 | NC+ | NC11-15VT2PRIB | VT2RIB | - | 13.5 | 57.6 | 81.6 | 81.6 | +| 7 | AgriGold | A641-26-3110 | 3110 | - | 14.7 | 58.6 | 108.6 | 108.6 | +| 15 | AgriGold | A643-24PCE | PCE | - | 13.1 | 60.0 | 96.5 | 96.5 | +| 1 | Golden Harvest | G13U29-VZ | 3330EZ | - | 14.0 | 58.6 | 120.3 | 120.3 | +| 8 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.2 | - | 105.6 | 105.6 | +| 9 | Golden Harvest | G13U96-DV | 5222EZ | - | 13.0 | 59.0 | 104.7 | 104.7 | +| 10 | NC+ | NC14-88VT2PRIB | VT2RIB | - | 13.3 | 58.9 | 104.0 | 104.0 | +| 14 | NC+ | NC16-29VT2PRIB | VT2RIB | - | 12.9 | 58.8 | 99.2 | 99.2 | +| 6 | Golden Harvest | G17A81-V | 3220EZ | - | 13.1 | 57.8 | 110.3 | 110.3 | +| 2 | Becks | 6241Q | QROME | - | 13.1 | 57.0 | 120.2 | 120.2 | + +Top 5 by Yield: G13U29-VZ (Golden Harvest) 120.3, 6241Q (Becks) 120.2, J6015PWE (AgriGold) 118.2, G08R52-V (Golden Harvest) 115.9, NC09-33 (NC+) 113.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144073.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144073.json new file mode 100644 index 00000000..c9aac33d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144073.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144073", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Pendleton", + "county": "Madison", + "year": 2024, + "plot_id": "144073", + "cooperator": "Filbrun Family Farms", + "plot_average": 220.65, + "planted_date": "2024-05-07", + "harvested_date": "2024-10-02", + "population_seeds_per_acre": 34500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Trivapro", + "herbicide": "Halex GT", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 58.1, + "Yield": 244.6, + "Adj Yield": 244.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-59VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 56.1, + "Yield": 226.2, + "Adj Yield": 226.2 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 55.4, + "Yield": 212.9, + "Adj Yield": 212.9 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 57.0, + "Yield": 214.7, + "Adj Yield": 214.7 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 56.7, + "Yield": 214.8, + "Adj Yield": 214.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 56.9, + "Yield": 217.1, + "Adj Yield": 217.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 56.5, + "Yield": 215.0, + "Adj Yield": 215.0 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A647-90VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 57.4, + "Yield": 211.2, + "Adj Yield": 211.2 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 57.6, + "Yield": 223.5, + "Adj Yield": 223.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 58.6, + "Yield": 219.4, + "Adj Yield": 219.4 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 60.0, + "Yield": 211.5, + "Adj Yield": 211.5 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 59.0, + "Yield": 213.7, + "Adj Yield": 213.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 58.7, + "Yield": 224.9, + "Adj Yield": 224.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 55.8, + "Yield": 253.7, + "Adj Yield": 253.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 55.3, + "Yield": 230.5, + "Adj Yield": 230.5 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 57.0, + "Yield": 237.4, + "Adj Yield": 237.4 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144073" + ], + "fetched_at": "2026-05-27T02:19:37.283573+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144073.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144073.md new file mode 100644 index 00000000..1aaae089 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144073.md @@ -0,0 +1,48 @@ +# Corn yield trial — Pendleton, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Madison +- **City:** Pendleton +- **Year:** 2024 +- **Plot ID:** 144073 +- **Cooperator:** Filbrun Family Farms +- **Plot average:** 220.65 BU/Ac +- **Planted:** 2024-05-07 +- **Harvested:** 2024-10-02 +- **Population:** 34,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Trivapro +- **Herbicide:** Halex GT +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144073 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.6 | 58.1 | 244.6 | 244.6 | +| 3 | AgriGold | A642-59VT2RIB | VT2RIB | - | 18.8 | 56.1 | 226.2 | 226.2 | +| 12 | AgriGold | A643-24PCE | PCE | - | 20.0 | 55.4 | 212.9 | 212.9 | +| 10 | AgriGold | A643-52VT2RIB | VT2RIB | - | 19.4 | 57.0 | 214.7 | 214.7 | +| 9 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.5 | 56.7 | 214.8 | 214.8 | +| 7 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.9 | 56.9 | 217.1 | 217.1 | +| 8 | AgriGold | A646-30VT2RIB | VT2RIB | - | 18.8 | 56.5 | 215.0 | 215.0 | +| 14 | AgriGold | A647-90VT2RIB | VT2RIB | - | 19.4 | 57.4 | 211.2 | 211.2 | +| 5 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 19.6 | 57.6 | 223.5 | 223.5 | +| 6 | AgriGold | A647-79VT2PRO | VT2Pro | - | 18.5 | 58.6 | 219.4 | 219.4 | +| 13 | Dekalb | DKC111-35RIB | VT2RIB | - | 17.5 | 60.0 | 211.5 | 211.5 | +| 11 | AgriGold | A645-30VT2PRO | VT2Pro | - | 19.0 | 59.0 | 213.7 | 213.7 | +| 4 | AgriGold | A642-32VT2PRO | VT2Pro | - | 17.9 | 58.7 | 224.9 | 224.9 | +| 1 | AgriGold | A640-16-3110 | 3110 | - | 20.4 | 55.8 | 253.7 | 253.7 | +| 2 | AgriGold | A639-03VT2RIB | VT2RIB | - | 18.2 | 55.3 | 230.5 | 230.5 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.7 | 57.0 | 237.4 | 237.4 | + +Top 5 by Yield: A640-16-3110 (AgriGold) 253.7, A643-52VT2RIB (AgriGold) 244.6, A643-52VT2RIB (AgriGold) 237.4, A639-03VT2RIB (AgriGold) 230.5, A642-59VT2RIB (AgriGold) 226.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144076.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144076.json new file mode 100644 index 00000000..51371885 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144076.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144076", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Enfield", + "county": "White", + "year": 2024, + "plot_id": "144076", + "cooperator": "Tanner Cover", + "plot_average": 140.69, + "planted_date": "2024-06-17", + "harvested_date": "2024-11-08", + "population_seeds_per_acre": 32500, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Unknown", + "tillage": "Other", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 56.5, + "Yield": 131.8, + "Adj Yield": 137.77 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 56.5, + "Yield": 137.9, + "Adj Yield": 145.17 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 56.5, + "Yield": 136.1, + "Adj Yield": 136.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 56.5, + "Yield": 140.4, + "Adj Yield": 147.26 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 56.5, + "Yield": 155.5, + "Adj Yield": 160.34 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 56.5, + "Yield": 141.7, + "Adj Yield": 144.95 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 56.6, + "Yield": 140.6, + "Adj Yield": 142.43 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC113-83RIB", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 56.5, + "Yield": 147.4, + "Adj Yield": 148.07 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 56.5, + "Yield": 129.9, + "Adj Yield": 129.58 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 56.5, + "Yield": 149.9, + "Adj Yield": 148.85 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 56.5, + "Yield": 146.7, + "Adj Yield": 146.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 56.5, + "Yield": 152.1, + "Adj Yield": 150.36 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 57.5, + "Yield": 152.5, + "Adj Yield": 149.91 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 56.5, + "Yield": 132.0, + "Adj Yield": 128.11 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC117-78RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 56.5, + "Yield": 149.7, + "Adj Yield": 144.09 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 57.0, + "Yield": 153.3, + "Adj Yield": 153.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 56.5, + "Yield": 156.9, + "Adj Yield": 150.78 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 56.5, + "Yield": 133.9, + "Adj Yield": 128.87 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 56.5, + "Yield": 118.8, + "Adj Yield": 114.47 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A650-21VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 56.5, + "Yield": 124.5, + "Adj Yield": 120.7 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144076" + ], + "fetched_at": "2026-05-27T02:19:37.757922+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144076.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144076.md new file mode 100644 index 00000000..5d265091 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144076.md @@ -0,0 +1,50 @@ +# Corn yield trial — Enfield, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** White +- **City:** Enfield +- **Year:** 2024 +- **Plot ID:** 144076 +- **Cooperator:** Tanner Cover +- **Plot average:** 140.69 BU/Ac +- **Planted:** 2024-06-17 +- **Harvested:** 2024-11-08 +- **Population:** 32,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Unknown +- **Tillage:** Other +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144076 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 12 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 14.4 | 56.5 | 131.8 | 137.77 | +| 8 | AgriGold | A641-26-3110 | 3110 | - | 16.3 | 56.5 | 137.9 | 145.17 | +| - | Dekalb | DKC68-35RIB | VT2RIB | - | 16.6 | 56.5 | 136.1 | 136.1 | +| 7 | AgriGold | J6227DV-RN | 5222 | - | 17.6 | 56.5 | 140.4 | 147.26 | +| 1 | Dekalb | DKC111-35RIB | VT2RIB | - | 14.9 | 56.5 | 155.5 | 160.34 | +| 9 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.0 | 56.5 | 141.7 | 144.95 | +| 11 | AgriGold | A643-24PCE | PCE | - | 17.4 | 56.6 | 140.6 | 142.43 | +| 6 | Dekalb | DKC113-83RIB | Trecepta | - | 15.3 | 56.5 | 147.4 | 148.07 | +| 13 | AgriGold | K6429AA | 3120EZ | - | 17.5 | 56.5 | 129.9 | 129.58 | +| 5 | Dekalb | DKC114-99RIB | VT4RIB | - | 16.2 | 56.5 | 149.9 | 148.85 | +| - | Dekalb | DKC68-35RIB | VT2RIB | - | 15.5 | 56.5 | 146.7 | 146.7 | +| 3 | AgriGold | A645-80-3110 | 3110 | - | 16.5 | 56.5 | 152.1 | 150.36 | +| 4 | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.3 | 57.5 | 152.5 | 149.91 | +| 15 | AgriGold | A646-30VT2RIB | VT2RIB | - | 17.1 | 56.5 | 132.0 | 128.11 | +| 10 | Dekalb | DKC117-78RIB | VT2RIB | - | 14.9 | 56.5 | 149.7 | 144.09 | +| - | Dekalb | DKC68-35RIB | VT2RIB | - | 16.5 | 57.0 | 153.3 | 153.3 | +| 2 | AgriGold | A647-79VT2PRO | VT2Pro | - | 15.8 | 56.5 | 156.9 | 150.78 | +| 14 | Dekalb | DKC68-35RIB | VT2RIB | - | 16.7 | 56.5 | 133.9 | 128.87 | +| 17 | AgriGold | A648-11VT2RIB | VT2RIB | - | 18.5 | 56.5 | 118.8 | 114.47 | +| 16 | AgriGold | A650-21VT2RIB | VT2RIB | - | 18.1 | 56.5 | 124.5 | 120.7 | + +Top 5 by Yield: A647-79VT2PRO (AgriGold) 156.9, DKC111-35RIB (Dekalb) 155.5, DKC68-35RIB (Dekalb) 153.3, A645-16VT2RIB (AgriGold) 152.5, A645-80-3110 (AgriGold) 152.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144077.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144077.json new file mode 100644 index 00000000..165916b9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144077.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144077", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Pendleton", + "county": "Madison", + "year": 2024, + "plot_id": "144077", + "cooperator": "Filbrun Family Farms", + "plot_average": 231.35, + "planted_date": "2024-05-07", + "harvested_date": "2024-10-01", + "population_seeds_per_acre": 34500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Trivapro", + "herbicide": "Halex GT", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 58.0, + "Yield": 237.4, + "Adj Yield": 237.4 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A639-70STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 56.0, + "Yield": 216.7, + "Adj Yield": 216.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 58.1, + "Yield": 231.8, + "Adj Yield": 231.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 56.8, + "Yield": 226.4, + "Adj Yield": 226.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 57.8, + "Yield": 224.6, + "Adj Yield": 224.6 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 55.7, + "Yield": 220.6, + "Adj Yield": 220.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-52STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 59.0, + "Yield": 227.9, + "Adj Yield": 227.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 57.9, + "Yield": 228.4, + "Adj Yield": 228.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 54.6, + "Yield": 256.1, + "Adj Yield": 256.1 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 56.7, + "Yield": 222.9, + "Adj Yield": 222.9 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 55.1, + "Yield": 227.2, + "Adj Yield": 227.2 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 57.7, + "Yield": 222.4, + "Adj Yield": 222.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 55.4, + "Yield": 250.3, + "Adj Yield": 250.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 56.7, + "Yield": 236.7, + "Adj Yield": 236.7 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 56.2, + "Yield": 235.1, + "Adj Yield": 235.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 55.0, + "Yield": 246.9, + "Adj Yield": 246.9 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144077" + ], + "fetched_at": "2026-05-27T02:19:38.272829+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144077.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144077.md new file mode 100644 index 00000000..74719eae --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144077.md @@ -0,0 +1,47 @@ +# Corn yield trial — Pendleton, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Madison +- **City:** Pendleton +- **Year:** 2024 +- **Plot ID:** 144077 +- **Cooperator:** Filbrun Family Farms +- **Plot average:** 231.35 BU/Ac +- **Planted:** 2024-05-07 +- **Harvested:** 2024-10-01 +- **Population:** 34,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Trivapro +- **Herbicide:** Halex GT +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144077 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.7 | 58.0 | 237.4 | 237.4 | +| 14 | AgriGold | A639-70STXRIB | STXRIB | - | 17.6 | 56.0 | 216.7 | 216.7 | +| 5 | AgriGold | A639-91SSPRIB | SSPRIB | - | 16.9 | 58.1 | 231.8 | 231.8 | +| 9 | AgriGold | A640-12STXRIB | STXRIB | - | 17.9 | 56.8 | 226.4 | 226.4 | +| 10 | AgriGold | A641-85STXRIB | STXRIB | - | 18.0 | 57.8 | 224.6 | 224.6 | +| 13 | AgriGold | A646-17STXRIB | STXRIB | - | 19.2 | 55.7 | 220.6 | 220.6 | +| 7 | AgriGold | A643-52STXRIB | STXRIB | - | 18.3 | 59.0 | 227.9 | 227.9 | +| 6 | AgriGold | A6499STXRIB | STXRIB | - | 18.3 | 57.9 | 228.4 | 228.4 | +| 1 | AgriGold | J6227DV-RN | 5222 | - | 20.4 | 54.6 | 256.1 | 256.1 | +| 11 | AgriGold | A646-17STXRIB | STXRIB | - | 19.1 | 56.7 | 222.9 | 222.9 | +| 8 | AgriGold | A636-11VT2RIB | VT2RIB | - | 18.0 | 55.1 | 227.2 | 227.2 | +| 12 | AgriGold | A636-39-3110 | 3110 | - | 17.2 | 57.7 | 222.4 | 222.4 | +| 2 | AgriGold | A636-16-5222 | 5222 | - | 19.4 | 55.4 | 250.3 | 250.3 | +| 4 | AgriGold | A638-19-3110 | 3110 | - | 19.3 | 56.7 | 236.7 | 236.7 | +| - | AgriGold | A638-19-3110 | 3110 | - | 19.4 | 56.2 | 235.1 | 235.1 | +| 3 | AgriGold | A636-16-5222 | 5222 | - | 19.5 | 55.0 | 246.9 | 246.9 | + +Top 5 by Yield: J6227DV-RN (AgriGold) 256.1, A636-16-5222 (AgriGold) 250.3, A636-16-5222 (AgriGold) 246.9, A643-52VT2RIB (AgriGold) 237.4, A638-19-3110 (AgriGold) 236.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144079.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144079.json new file mode 100644 index 00000000..321cc85f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144079.json @@ -0,0 +1,348 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144079", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Norris City", + "county": "White", + "year": 2024, + "plot_id": "144079", + "cooperator": "Andex Farms", + "plot_average": 198.85, + "planted_date": "2024-06-14", + "harvested_date": "2024-10-28", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 58.7, + "Yield": 224.5, + "Adj Yield": 224.5 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 58.6, + "Yield": 197.6, + "Adj Yield": 197.52 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 59.6, + "Yield": 215.0, + "Adj Yield": 217.15 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 57.5, + "Yield": 165.4, + "Adj Yield": 170.24 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 58.6, + "Yield": 210.7, + "Adj Yield": 210.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 57.9, + "Yield": 197.7, + "Adj Yield": 202.52 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 57.9, + "Yield": 212.9, + "Adj Yield": 215.26 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 59.2, + "Yield": 220.1, + "Adj Yield": 221.15 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 58.9, + "Yield": 220.9, + "Adj Yield": 220.9 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 58.5, + "Yield": 185.8, + "Adj Yield": 185.57 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 56.9, + "Yield": 219.1, + "Adj Yield": 217.68 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 60.8, + "Yield": 205.2, + "Adj Yield": 202.11 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 58.7, + "Yield": 228.3, + "Adj Yield": 228.3 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 59.3, + "Yield": 148.6, + "Adj Yield": 144.93 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P0953AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 59.1, + "Yield": 216.6, + "Adj Yield": 213.77 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P1170AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 58.7, + "Yield": 223.3, + "Adj Yield": 220.23 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 58.4, + "Yield": 226.5, + "Adj Yield": 226.5 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P1222AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 59.0, + "Yield": 192.4, + "Adj Yield": 189.65 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P13050AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 58.8, + "Yield": 210.6, + "Adj Yield": 208.92 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 59.3, + "Yield": 214.1, + "Adj Yield": 212.89 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 59.2, + "Yield": 222.9, + "Adj Yield": 222.9 + } + }, + { + "rank": 17, + "brand": "Pioneer", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 59.4, + "Yield": 143.2, + "Adj Yield": 143.05 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 57.6, + "Yield": 216.1, + "Adj Yield": 217.79 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 58.4, + "Yield": 216.5, + "Adj Yield": 216.5 + } + } + ], + "n_results": 24, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144079" + ], + "fetched_at": "2026-05-27T02:19:38.783726+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144079.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144079.md new file mode 100644 index 00000000..d5d2147e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144079.md @@ -0,0 +1,53 @@ +# Corn yield trial — Norris City, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** White +- **City:** Norris City +- **Year:** 2024 +- **Plot ID:** 144079 +- **Cooperator:** Andex Farms +- **Plot average:** 198.85 BU/Ac +- **Planted:** 2024-06-14 +- **Harvested:** 2024-10-28 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144079 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.4 | 58.7 | 224.5 | 224.5 | +| 12 | AgriGold | A639-03VT2RIB | VT2RIB | - | 16.7 | 58.6 | 197.6 | 197.52 | +| 5 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.8 | 59.6 | 215.0 | 217.15 | +| 15 | AgriGold | A643-24PCE | PCE | - | 17.9 | 57.5 | 165.4 | 170.24 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.9 | 58.6 | 210.7 | 210.7 | +| 10 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.7 | 57.9 | 197.7 | 202.52 | +| 6 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.2 | 57.9 | 212.9 | 215.26 | +| 1 | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.7 | 59.2 | 220.1 | 221.15 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.0 | 58.9 | 220.9 | 220.9 | +| 14 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 18.2 | 58.5 | 185.8 | 185.57 | +| 4 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 19.1 | 56.9 | 219.1 | 217.68 | +| 11 | AgriGold | A647-79VT2PRO | VT2Pro | - | 16.8 | 60.8 | 205.2 | 202.11 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.9 | 58.7 | 228.3 | 228.3 | +| 16 | AgriGold | A648-11VT2RIB | VT2RIB | - | 17.9 | 59.3 | 148.6 | 144.93 | +| 7 | Pioneer | P0953AM | AM | - | 17.3 | 59.1 | 216.6 | 213.77 | +| 2 | Pioneer | P1170AM | AM | - | 17.4 | 58.7 | 223.3 | 220.23 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.1 | 58.4 | 226.5 | 226.5 | +| 13 | Pioneer | P1222AM | AM | - | 17.6 | 59.0 | 192.4 | 189.65 | +| 9 | Pioneer | P13050AM | AM | - | 17.7 | 58.8 | 210.6 | 208.92 | +| 8 | Pioneer | P14830AML | AML | - | 17.6 | 59.3 | 214.1 | 212.89 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.8 | 59.2 | 222.9 | 222.9 | +| 17 | Pioneer | - | - | - | 18.4 | 59.4 | 143.2 | 143.05 | +| 3 | Pioneer | P1742Q | QROME | - | 19.0 | 57.6 | 216.1 | 217.79 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.5 | 58.4 | 216.5 | 216.5 | + +Top 5 by Yield: A645-16VT2RIB (AgriGold) 228.3, A645-16VT2RIB (AgriGold) 226.5, A645-16VT2RIB (AgriGold) 224.5, P1170AM (Pioneer) 223.3, A645-16VT2RIB (AgriGold) 222.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144080.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144080.json new file mode 100644 index 00000000..56655fbc --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144080.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144080", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Brook", + "county": "Newton", + "year": 2024, + "plot_id": "144080", + "cooperator": "Keaton Lyons", + "plot_average": 211.79, + "planted_date": "2024-05-11", + "harvested_date": "2024-10-18", + "population_seeds_per_acre": 34500, + "row_width": "30.0\"", + "num_rows": null, + "soil_type": "Sandy Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 13, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 58.8, + "Yield": 167.3, + "Adj Yield": 167.3 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A631-90RR", + "traits": "RR", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 59.0, + "Yield": 152.0, + "Adj Yield": 152.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 59.9, + "Yield": 200.6, + "Adj Yield": 200.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 61.4, + "Yield": 243.0, + "Adj Yield": 243.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A636-39DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 59.9, + "Yield": 216.8, + "Adj Yield": 216.8 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 61.0, + "Yield": 217.5, + "Adj Yield": 217.5 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 58.3, + "Yield": 195.7, + "Adj Yield": 195.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 61.6, + "Yield": 236.4, + "Adj Yield": 236.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 59.9, + "Yield": 222.7, + "Adj Yield": 222.7 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 57.8, + "Yield": 221.9, + "Adj Yield": 221.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 60.1, + "Yield": 236.4, + "Adj Yield": 236.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 59.4, + "Yield": 232.1, + "Adj Yield": 232.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 57.4, + "Yield": 222.9, + "Adj Yield": 222.9 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 60.5, + "Yield": 199.8, + "Adj Yield": 199.8 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144080" + ], + "fetched_at": "2026-05-27T02:19:39.258014+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144080.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144080.md new file mode 100644 index 00000000..7afe3f21 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144080.md @@ -0,0 +1,43 @@ +# Corn yield trial — Brook, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Newton +- **City:** Brook +- **Year:** 2024 +- **Plot ID:** 144080 +- **Cooperator:** Keaton Lyons +- **Plot average:** 211.79 BU/Ac +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-18 +- **Population:** 34,500 seeds/acre +- **Row width:** 30.0" +- **Soil type:** Sandy Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144080 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 13 | AgriGold | A631-08VT2PRO | VT2Pro | - | 15.0 | 58.8 | 167.3 | 167.3 | +| 14 | AgriGold | A631-90RR | RR | - | 13.6 | 59.0 | 152.0 | 152.0 | +| 10 | AgriGold | A634-11SSPRIB | SSPRIB | - | 15.4 | 59.9 | 200.6 | 200.6 | +| 1 | AgriGold | A636-42SSP | SSP | - | 17.6 | 61.4 | 243.0 | 243.0 | +| 9 | AgriGold | A636-39DV-RN | 5222 | - | 18.2 | 59.9 | 216.8 | 216.8 | +| 8 | AgriGold | A637-72VT2PRO | VT2Pro | - | 18.0 | 61.0 | 217.5 | 217.5 | +| 12 | AgriGold | K6429AA | 3120EZ | - | 20.4 | 58.3 | 195.7 | 195.7 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.0 | 61.6 | 236.4 | 236.4 | +| 6 | AgriGold | A642-18SSP | SSP | - | 20.6 | 59.9 | 222.7 | 222.7 | +| 7 | AgriGold | A643-24PCE | PCE | - | 21.6 | 57.8 | 221.9 | 221.9 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 19.5 | 60.1 | 236.4 | 236.4 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 19.8 | 59.4 | 232.1 | 232.1 | +| 5 | AgriGold | A646-30VT2RIB | VT2RIB | - | 20.8 | 57.4 | 222.9 | 222.9 | +| 11 | AgriGold | A646-17STXRIB | STXRIB | - | 20.0 | 60.5 | 199.8 | 199.8 | + +Top 5 by Yield: A636-42SSP (AgriGold) 243.0, A644-64VT2RIB (AgriGold) 236.4, A643-52VT2RIB (AgriGold) 236.4, A643-52VT2RIB (AgriGold) 232.1, A646-30VT2RIB (AgriGold) 222.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144082.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144082.json new file mode 100644 index 00000000..daed66a1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144082.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144082", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Mayfield", + "county": "Sumner", + "year": 2024, + "plot_id": "144082", + "cooperator": "Jared Gregory", + "plot_average": 60.08, + "planted_date": "2024-04-13", + "harvested_date": "2024-08-26", + "population_seeds_per_acre": 16000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Wheat", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": 59.8, + "Yield": 51.7, + "Adj Yield": 51.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 60.8, + "Yield": 63.5, + "Adj Yield": 63.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 60.5, + "Yield": 59.7, + "Adj Yield": 59.7 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC57-23RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 55.2, + "Yield": 66.0, + "Adj Yield": 66.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 59.3, + "Yield": 59.3, + "Adj Yield": 59.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": 60.3, + "Yield": 60.4, + "Adj Yield": 60.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 58.8, + "Yield": 61.0, + "Adj Yield": 61.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 58.8, + "Yield": 61.0, + "Adj Yield": 61.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": 57.9, + "Yield": 51.5, + "Adj Yield": 51.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 61.6, + "Yield": 66.6, + "Adj Yield": 66.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 60.8, + "Yield": 59.5, + "Adj Yield": 59.5 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 57.4, + "Yield": 47.5, + "Adj Yield": 47.5 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": 60.1, + "Yield": 56.3, + "Adj Yield": 56.3 + } + }, + { + "rank": 1, + "brand": "NK Brand", + "product": "N1694-3111", + "traits": "3111", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 58.6, + "Yield": 69.6, + "Adj Yield": 69.6 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144082" + ], + "fetched_at": "2026-05-27T02:19:39.766069+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144082.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144082.md new file mode 100644 index 00000000..20d1b702 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144082.md @@ -0,0 +1,44 @@ +# Corn yield trial — Mayfield, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Sumner +- **City:** Mayfield +- **Year:** 2024 +- **Plot ID:** 144082 +- **Cooperator:** Jared Gregory +- **Plot average:** 60.08 BU/Ac +- **Planted:** 2024-04-13 +- **Harvested:** 2024-08-26 +- **Population:** 16,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Wheat +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144082 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 11.5 | 59.8 | 51.7 | 51.7 | +| 4 | AgriGold | A636-39-3110 | 3110 | - | 10.7 | 60.8 | 63.5 | 63.5 | +| 7 | AgriGold | A637-72VT2PRO | VT2Pro | - | 10.8 | 60.5 | 59.7 | 59.7 | +| 3 | Dekalb | DKC57-23RIB | TreceptaRIB | - | 10.8 | 55.2 | 66.0 | 66.0 | +| 9 | AgriGold | A638-19-3110 | 3110 | - | 10.9 | 59.3 | 59.3 | 59.3 | +| 6 | AgriGold | A639-03VT2RIB | VT2RIB | - | 10.4 | 60.3 | 60.4 | 60.4 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 10.9 | 58.8 | 61.0 | 61.0 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 10.9 | 58.8 | 61.0 | 61.0 | +| 11 | AgriGold | J6015PWE | PWE | - | 10.5 | 57.9 | 51.5 | 51.5 | +| 2 | AgriGold | A641-26-3110 | 3110 | - | 10.9 | 61.6 | 66.6 | 66.6 | +| 8 | AgriGold | A642-32VT2PRO | VT2Pro | - | 10.9 | 60.8 | 59.5 | 59.5 | +| 12 | AgriGold | A643-24PCE | PCE | - | 11.9 | 57.4 | 47.5 | 47.5 | +| 10 | AgriGold | A645-80-3110 | 3110 | - | 11.5 | 60.1 | 56.3 | 56.3 | +| 1 | NK Brand | N1694-3111 | 3111 | - | 11.2 | 58.6 | 69.6 | 69.6 | + +Top 5 by Yield: N1694-3111 (NK Brand) 69.6, A641-26-3110 (AgriGold) 66.6, DKC57-23RIB (Dekalb) 66.0, A636-39-3110 (AgriGold) 63.5, A643-52VT2RIB (AgriGold) 61.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144084.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144084.json new file mode 100644 index 00000000..eed4446d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144084.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144084", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Jackson", + "county": "Cape Girardeau", + "year": 2024, + "plot_id": "144084", + "cooperator": "Foster Creek Farms", + "plot_average": 254.84, + "planted_date": "2024-04-25", + "harvested_date": "2024-09-04", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 59.1, + "Yield": 271.6, + "Adj Yield": 271.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 59.8, + "Yield": 264.9, + "Adj Yield": 264.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 58.3, + "Yield": 265.1, + "Adj Yield": 265.1 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 57.4, + "Yield": 242.6, + "Adj Yield": 242.6 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 59.0, + "Yield": 252.3, + "Adj Yield": 252.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": 57.4, + "Yield": 262.2, + "Adj Yield": 262.2 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": 56.9, + "Yield": 241.4, + "Adj Yield": 241.4 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 58.6, + "Yield": 251.3, + "Adj Yield": 251.3 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 57.8, + "Yield": 218.0, + "Adj Yield": 218.0 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": 54.7, + "Yield": 244.4, + "Adj Yield": 244.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 23.8, + "Test Wt.": 58.3, + "Yield": 253.1, + "Adj Yield": 253.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": 56.8, + "Yield": 287.5, + "Adj Yield": 287.5 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A648-11VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 25.5, + "Test Wt.": 56.9, + "Yield": 247.4, + "Adj Yield": 247.4 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A646-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 24.4, + "Test Wt.": 57.6, + "Yield": 256.1, + "Adj Yield": 256.1 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-47STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 23.3, + "Test Wt.": 57.5, + "Yield": 242.9, + "Adj Yield": 242.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A6659VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": 57.1, + "Yield": 264.9, + "Adj Yield": 264.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 56.9, + "Yield": 261.4, + "Adj Yield": 261.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 58.1, + "Yield": 260.0, + "Adj Yield": 260.0 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144084" + ], + "fetched_at": "2026-05-27T02:19:40.264869+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144084.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144084.md new file mode 100644 index 00000000..7276bfaf --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144084.md @@ -0,0 +1,48 @@ +# Corn yield trial — Jackson, MO, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Cape Girardeau +- **City:** Jackson +- **Year:** 2024 +- **Plot ID:** 144084 +- **Cooperator:** Foster Creek Farms +- **Plot average:** 254.84 BU/Ac +- **Planted:** 2024-04-25 +- **Harvested:** 2024-09-04 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144084 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | A642-18SSP | SSP | - | 20.7 | 59.1 | 271.6 | 271.6 | +| 4 | AgriGold | A642-32VT2PRO | VT2Pro | - | 20.8 | 59.8 | 264.9 | 264.9 | +| 3 | AgriGold | A643-24PCE | PCE | - | 21.3 | 58.3 | 265.1 | 265.1 | +| 16 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 22.3 | 57.4 | 242.6 | 242.6 | +| 11 | AgriGold | K6429AA | 3120EZ | - | 21.4 | 59.0 | 252.3 | 252.3 | +| 6 | AgriGold | A643-52VT2PRO | VT2Pro | - | 23.1 | 57.4 | 262.2 | 262.2 | +| 17 | AgriGold | A644-64VT2PRO | VT2Pro | - | 23.1 | 56.9 | 241.4 | 241.4 | +| 12 | AgriGold | A645-16VT2PRO | VT2Pro | - | 22.8 | 58.6 | 251.3 | 251.3 | +| 18 | AgriGold | A645-22TRC | Trecepta | - | 23.4 | 57.8 | 218.0 | 218.0 | +| 14 | AgriGold | A647-42TRC | Trecepta | - | 24.1 | 54.7 | 244.4 | 244.4 | +| 10 | AgriGold | A647-79VT2PRO | VT2Pro | - | 23.8 | 58.3 | 253.1 | 253.1 | +| 1 | AgriGold | J6621VT2PRO | VT2Pro | - | 23.0 | 56.8 | 287.5 | 287.5 | +| 13 | AgriGold | A648-11VT2PRO | VT2Pro | - | 25.5 | 56.9 | 247.4 | 247.4 | +| 9 | AgriGold | A646-30VT2PRO | VT2Pro | - | 24.4 | 57.6 | 256.1 | 256.1 | +| 15 | AgriGold | A642-47STXRIB | STXRIB | - | 23.3 | 57.5 | 242.9 | 242.9 | +| 5 | AgriGold | A6659VT2PRO | VT2Pro | - | 23.1 | 57.1 | 264.9 | 264.9 | +| 7 | AgriGold | A646-17STXRIB | STXRIB | - | 22.0 | 56.9 | 261.4 | 261.4 | +| 8 | AgriGold | A645-30VT2PRO | VT2Pro | - | 21.6 | 58.1 | 260.0 | 260.0 | + +Top 5 by Yield: J6621VT2PRO (AgriGold) 287.5, A642-18SSP (AgriGold) 271.6, A643-24PCE (AgriGold) 265.1, A642-32VT2PRO (AgriGold) 264.9, A6659VT2PRO (AgriGold) 264.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144085.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144085.json new file mode 100644 index 00000000..20f14dcb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144085.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144085", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "TN", + "state_abbrev": "tn", + "city": "Martin", + "county": "Weakley", + "year": 2024, + "plot_id": "144085", + "cooperator": "University of Tennessee at Martin", + "plot_average": 198.51, + "planted_date": "2024-04-24", + "harvested_date": "2024-09-05", + "population_seeds_per_acre": 28000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 59.2, + "Yield": 194.1, + "Adj Yield": 194.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "EXP1", + "traits": "", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 60.6, + "Yield": 191.9, + "Adj Yield": 200.27 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": 62.7, + "Yield": 227.9, + "Adj Yield": 233.9 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "EXP2", + "traits": "", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 59.4, + "Yield": 200.9, + "Adj Yield": 204.47 + } + }, + { + "rank": 7, + "brand": "Unknown", + "product": "EXP3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 61.0, + "Yield": 177.0, + "Adj Yield": 178.18 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 58.6, + "Yield": 201.0, + "Adj Yield": 199.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 58.5, + "Yield": 207.1, + "Adj Yield": 203.49 + } + }, + { + "rank": 8, + "brand": "Unknown", + "product": "EXP4", + "traits": "", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 59.4, + "Yield": 178.8, + "Adj Yield": 172.81 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 59.4, + "Yield": 203.5, + "Adj Yield": 195.13 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 61.3, + "Yield": 215.7, + "Adj Yield": 215.7 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144085" + ], + "fetched_at": "2026-05-27T02:19:40.763452+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144085.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144085.md new file mode 100644 index 00000000..b5edd6b1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144085.md @@ -0,0 +1,39 @@ +# Corn yield trial — Martin, TN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** TN +- **County:** Weakley +- **City:** Martin +- **Year:** 2024 +- **Plot ID:** 144085 +- **Cooperator:** University of Tennessee at Martin +- **Plot average:** 198.51 BU/Ac +- **Planted:** 2024-04-24 +- **Harvested:** 2024-09-05 +- **Population:** 28,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144085 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2PRO | VT2Pro | - | 12.3 | 59.2 | 194.1 | 194.1 | +| 4 | Unknown | EXP1 | - | - | 12.0 | 60.6 | 191.9 | 200.27 | +| 1 | AgriGold | A647-79VT2PRO | VT2Pro | - | 11.5 | 62.7 | 227.9 | 233.9 | +| 2 | Unknown | EXP2 | - | - | 11.9 | 59.4 | 200.9 | 204.47 | +| 7 | Unknown | EXP3 | - | - | 11.3 | 61.0 | 177.0 | 178.18 | +| 5 | AgriGold | A647-42TRC | Trecepta | - | 12.6 | 58.6 | 201.0 | 199.8 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 12.4 | 58.5 | 207.1 | 203.49 | +| 8 | Unknown | EXP4 | - | - | 12.1 | 59.4 | 178.8 | 172.81 | +| 6 | AgriGold | A643-52VT2PRO | VT2Pro | - | 12.0 | 59.4 | 203.5 | 195.13 | +| - | AgriGold | A645-16VT2PRO | VT2Pro | - | 12.0 | 61.3 | 215.7 | 215.7 | + +Top 5 by Yield: A647-79VT2PRO (AgriGold) 227.9, A645-16VT2PRO (AgriGold) 215.7, A644-64VT2RIB (AgriGold) 207.1, A643-52VT2PRO (AgriGold) 203.5, A647-42TRC (AgriGold) 201.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144086.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144086.json new file mode 100644 index 00000000..c8ced1b9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144086.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144086", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MD", + "state_abbrev": "md", + "city": "Cordova", + "county": "Talbot", + "year": 2024, + "plot_id": "144086", + "cooperator": "Darcy Hutchison", + "plot_average": 202.61, + "planted_date": "2024-05-23", + "harvested_date": "2024-10-16", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Sandy Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 15, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 61.9, + "Yield": 164.9, + "Adj Yield": 164.9 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "K5218D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 58.6, + "Yield": 186.6, + "Adj Yield": 186.6 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.4, + "Yield": 183.2, + "Adj Yield": 183.2 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 59.8, + "Yield": 189.7, + "Adj Yield": 189.7 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 60.2, + "Yield": 188.9, + "Adj Yield": 188.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.1, + "Yield": 217.9, + "Adj Yield": 217.9 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 57.3, + "Yield": 207.6, + "Adj Yield": 207.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 56.9, + "Yield": 224.9, + "Adj Yield": 224.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 58.4, + "Yield": 210.5, + "Adj Yield": 210.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 60.1, + "Yield": 223.5, + "Adj Yield": 223.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 59.9, + "Yield": 198.3, + "Adj Yield": 198.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 61.2, + "Yield": 211.7, + "Adj Yield": 211.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 60.1, + "Yield": 221.5, + "Adj Yield": 221.5 + } + }, + { + "rank": 4, + "brand": "Channel", + "product": "215-70TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 59.8, + "Yield": 219.3, + "Adj Yield": 219.3 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 58.6, + "Yield": 190.6, + "Adj Yield": 190.6 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144086" + ], + "fetched_at": "2026-05-27T02:19:41.254450+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144086.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144086.md new file mode 100644 index 00000000..22e42955 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144086.md @@ -0,0 +1,45 @@ +# Corn yield trial — Cordova, MD, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MD +- **County:** Talbot +- **City:** Cordova +- **Year:** 2024 +- **Plot ID:** 144086 +- **Cooperator:** Darcy Hutchison +- **Plot average:** 202.61 BU/Ac +- **Planted:** 2024-05-23 +- **Harvested:** 2024-10-16 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Sandy Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144086 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 15 | AgriGold | A629-55VT2RIB | VT2RIB | - | 14.7 | 61.9 | 164.9 | 164.9 | +| 13 | AgriGold | K5218D | 5122EZ | - | 15.5 | 58.6 | 186.6 | 186.6 | +| 14 | AgriGold | A632-68VT2RIB | VT2RIB | - | 15.6 | 59.4 | 183.2 | 183.2 | +| 11 | AgriGold | A636-39-3110 | 3110 | - | 15.9 | 59.8 | 189.7 | 189.7 | +| 12 | AgriGold | A637-72VT2PRO | VT2Pro | - | 15.6 | 60.2 | 188.9 | 188.9 | +| 5 | AgriGold | A638-19-3110 | 3110 | - | 15.6 | 59.1 | 217.9 | 217.9 | +| 8 | AgriGold | A639-03VT2RIB | VT2RIB | - | 16.4 | 57.3 | 207.6 | 207.6 | +| 1 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.3 | 56.9 | 224.9 | 224.9 | +| 7 | AgriGold | A642-18SSP | SSP | - | 17.3 | 58.4 | 210.5 | 210.5 | +| 2 | AgriGold | J6227DV-RN | 5222 | - | 16.2 | 60.1 | 223.5 | 223.5 | +| 9 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.9 | 59.9 | 198.3 | 198.3 | +| 6 | AgriGold | K6429AA | 3120EZ | - | 16.8 | 61.2 | 211.7 | 211.7 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.4 | 60.1 | 221.5 | 221.5 | +| 4 | Channel | 215-70TRCRIB | TreceptaRIB | - | 16.7 | 59.8 | 219.3 | 219.3 | +| 10 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.9 | 58.6 | 190.6 | 190.6 | + +Top 5 by Yield: A642-05VT2RIBD1 (AgriGold) 224.9, J6227DV-RN (AgriGold) 223.5, A644-64VT2RIB (AgriGold) 221.5, 215-70TRCRIB (Channel) 219.3, A638-19-3110 (AgriGold) 217.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144087.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144087.json new file mode 100644 index 00000000..108fd428 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144087.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144087", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Olney", + "county": "Richland", + "year": 2024, + "plot_id": "144087", + "cooperator": "John Dehlinger", + "plot_average": 204.72, + "planted_date": "2024-06-10", + "harvested_date": "2024-11-01", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 10, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 56.7, + "Yield": 183.4, + "Adj Yield": 183.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 59.4, + "Yield": 211.7, + "Adj Yield": 211.7 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 57.9, + "Yield": 186.1, + "Adj Yield": 186.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 59.9, + "Yield": 188.0, + "Adj Yield": 188.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 60.2, + "Yield": 209.3, + "Adj Yield": 209.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 59.4, + "Yield": 215.2, + "Adj Yield": 215.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 59.8, + "Yield": 226.1, + "Adj Yield": 226.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A646-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 59.0, + "Yield": 200.5, + "Adj Yield": 200.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 57.2, + "Yield": 224.8, + "Adj Yield": 224.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": 57.9, + "Yield": 202.1, + "Adj Yield": 202.1 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144087" + ], + "fetched_at": "2026-05-27T02:19:41.784108+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144087.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144087.md new file mode 100644 index 00000000..e4c13dfe --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144087.md @@ -0,0 +1,39 @@ +# Corn yield trial — Olney, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Richland +- **City:** Olney +- **Year:** 2024 +- **Plot ID:** 144087 +- **Cooperator:** John Dehlinger +- **Plot average:** 204.72 BU/Ac +- **Planted:** 2024-06-10 +- **Harvested:** 2024-11-01 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144087 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 10 | AgriGold | A639-03VT2RIB | VT2RIB | - | 17.1 | 56.7 | 183.4 | 183.4 | +| 4 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.4 | 59.4 | 211.7 | 211.7 | +| 9 | AgriGold | A643-24PCE | PCE | - | 19.6 | 57.9 | 186.1 | 186.1 | +| 8 | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.5 | 59.9 | 188.0 | 188.0 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.3 | 60.2 | 209.3 | 209.3 | +| 3 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 18.1 | 59.4 | 215.2 | 215.2 | +| 1 | AgriGold | A645-16VT2PRO | VT2Pro | - | 19.1 | 59.8 | 226.1 | 226.1 | +| 7 | AgriGold | A646-30VT2PRO | VT2Pro | - | 20.5 | 59.0 | 200.5 | 200.5 | +| 2 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 20.7 | 57.2 | 224.8 | 224.8 | +| 6 | AgriGold | A648-11VT2RIB | VT2RIB | - | 22.5 | 57.9 | 202.1 | 202.1 | + +Top 5 by Yield: A645-16VT2PRO (AgriGold) 226.1, A647-42TRCRIB (AgriGold) 224.8, A645-22TRCRIB (AgriGold) 215.2, A642-05VT2RIBD1 (AgriGold) 211.7, A644-64VT2RIB (AgriGold) 209.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144090.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144090.json new file mode 100644 index 00000000..c3c21966 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144090.json @@ -0,0 +1,335 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144090", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Lawrenceville", + "county": "Lawrence", + "year": 2024, + "plot_id": "144090", + "cooperator": "Lazy B Farms", + "plot_average": 285.27, + "planted_date": "2024-04-27", + "harvested_date": "2024-09-06", + "population_seeds_per_acre": 33500, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Muck", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Adastrio", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 56.0, + "Yield": 294.6, + "Adj Yield": 294.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 57.0, + "Yield": 291.5, + "Adj Yield": 287.21 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A642-59VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 56.0, + "Yield": 282.5, + "Adj Yield": 279.63 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 56.0, + "Yield": 287.1, + "Adj Yield": 285.46 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.6, + "Test Wt.": 57.0, + "Yield": 301.3, + "Adj Yield": 300.76 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 23.5, + "Test Wt.": 56.0, + "Yield": 277.8, + "Adj Yield": 278.34 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 56.0, + "Yield": 286.3, + "Adj Yield": 287.97 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 56.0, + "Yield": 283.3, + "Adj Yield": 286.42 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 56.0, + "Yield": 283.3, + "Adj Yield": 283.3 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 58.0, + "Yield": 277.9, + "Adj Yield": 281.05 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 58.0, + "Yield": 280.7, + "Adj Yield": 282.51 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 58.0, + "Yield": 295.2, + "Adj Yield": 296.03 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 58.0, + "Yield": 288.3, + "Adj Yield": 288.26 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 59.5, + "Yield": 288.5, + "Adj Yield": 287.55 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 55.0, + "Yield": 280.3, + "Adj Yield": 278.23 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 56.0, + "Yield": 292.4, + "Adj Yield": 292.4 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 56.0, + "Yield": 288.2, + "Adj Yield": 286.11 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.5, + "Test Wt.": 55.0, + "Yield": 294.8, + "Adj Yield": 293.89 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 23.3, + "Test Wt.": 57.0, + "Yield": 284.5, + "Adj Yield": 284.6 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.8, + "Test Wt.": 56.0, + "Yield": 282.6, + "Adj Yield": 283.7 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": 54.0, + "Yield": 269.3, + "Adj Yield": 271.4 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 55.0, + "Yield": 277.6, + "Adj Yield": 280.94 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 56.0, + "Yield": 283.7, + "Adj Yield": 283.7 + } + } + ], + "n_results": 23, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144090" + ], + "fetched_at": "2026-05-27T02:19:42.290259+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144090.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144090.md new file mode 100644 index 00000000..3a9e8d9a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144090.md @@ -0,0 +1,54 @@ +# Corn yield trial — Lawrenceville, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Lawrence +- **City:** Lawrenceville +- **Year:** 2024 +- **Plot ID:** 144090 +- **Cooperator:** Lazy B Farms +- **Plot average:** 285.27 BU/Ac +- **Planted:** 2024-04-27 +- **Harvested:** 2024-09-06 +- **Population:** 33,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Muck +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Adastrio +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144090 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 22.2 | 56.0 | 294.6 | 294.6 | +| 7 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 21.4 | 57.0 | 291.5 | 287.21 | +| 16 | AgriGold | A642-59VT2RIB | VT2RIB | - | 22.2 | 56.0 | 282.5 | 279.63 | +| 10 | AgriGold | A643-24PCE | PCE | - | 22.6 | 56.0 | 287.1 | 285.46 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 23.6 | 57.0 | 301.3 | 300.76 | +| 17 | AgriGold | K6429AA | 3120EZ | - | 23.5 | 56.0 | 277.8 | 278.34 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 22.0 | 56.0 | 286.3 | 287.97 | +| 8 | AgriGold | A645-16VT2RIB | VT2RIB | - | 22.8 | 56.0 | 283.3 | 286.42 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 22.8 | 56.0 | 283.3 | 283.3 | +| 14 | AgriGold | A646-30VT2RIB | VT2RIB | - | 20.9 | 58.0 | 277.9 | 281.05 | +| 13 | AgriGold | A639-03VT2RIB | VT2RIB | - | 18.3 | 58.0 | 280.7 | 282.51 | +| 2 | AgriGold | A642-32VT2PRO | VT2Pro | - | 18.7 | 58.0 | 295.2 | 296.03 | +| 4 | AgriGold | A642-18SSP | SSP | - | 20.6 | 58.0 | 288.3 | 288.26 | +| 6 | AgriGold | A645-30VT2PRO | VT2Pro | - | 20.2 | 59.5 | 288.5 | 287.55 | +| 18 | AgriGold | J6621VT2PRO | VT2Pro | - | 21.1 | 55.0 | 280.3 | 278.23 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 22.8 | 56.0 | 292.4 | 292.4 | +| 9 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 22.3 | 56.0 | 288.2 | 286.11 | +| 3 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 24.5 | 55.0 | 294.8 | 293.89 | +| 11 | AgriGold | A647-79VT2PRO | VT2Pro | - | 23.3 | 57.0 | 284.5 | 284.6 | +| 12 | AgriGold | A648-11VT2RIB | VT2RIB | - | 23.8 | 56.0 | 282.6 | 283.7 | +| 19 | AgriGold | J6227DV-RN | 5222 | - | 22.5 | 54.0 | 269.3 | 271.4 | +| 15 | AgriGold | A640-12STXRIB | STXRIB | - | 20.1 | 55.0 | 277.6 | 280.94 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 22.7 | 56.0 | 283.7 | 283.7 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 301.3, A642-32VT2PRO (AgriGold) 295.2, A647-42TRCRIB (AgriGold) 294.8, A645-16VT2RIB (AgriGold) 294.6, A645-16VT2RIB (AgriGold) 292.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144091.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144091.json new file mode 100644 index 00000000..8986cd0c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144091.json @@ -0,0 +1,335 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144091", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Fredricksburge", + "county": "Washington", + "year": 2024, + "plot_id": "144091", + "cooperator": "Todd Armstrong", + "plot_average": 288.01, + "planted_date": "2024-04-25", + "harvested_date": "2024-09-08", + "population_seeds_per_acre": 35500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Becks", + "product": "6574TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 57.2, + "Yield": 270.8, + "Adj Yield": 270.8 + } + }, + { + "rank": 20, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 58.1, + "Yield": 222.3, + "Adj Yield": 222.3 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.3, + "Test Wt.": 58.3, + "Yield": 282.0, + "Adj Yield": 282.0 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 58.0, + "Yield": 254.9, + "Adj Yield": 254.9 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 61.0, + "Yield": 282.5, + "Adj Yield": 282.5 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.9, + "Test Wt.": 56.2, + "Yield": 292.4, + "Adj Yield": 292.4 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 25.3, + "Test Wt.": 53.7, + "Yield": 312.0, + "Adj Yield": 312.0 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 59.8, + "Yield": 255.3, + "Adj Yield": 255.3 + } + }, + { + "rank": null, + "brand": "Becks", + "product": "6574TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 56.9, + "Yield": 259.1, + "Adj Yield": 259.1 + } + }, + { + "rank": 17, + "brand": "Becks", + "product": "6574TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 56.9, + "Yield": 259.1, + "Adj Yield": 259.1 + } + }, + { + "rank": 16, + "brand": "Pioneer", + "product": "P1383AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 23.6, + "Test Wt.": 56.8, + "Yield": 268.2, + "Adj Yield": 268.2 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 24.3, + "Test Wt.": 55.4, + "Yield": 292.3, + "Adj Yield": 292.3 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": 61.4, + "Yield": 279.4, + "Adj Yield": 279.4 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 24.6, + "Test Wt.": 55.5, + "Yield": 308.1, + "Adj Yield": 308.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 26.0, + "Test Wt.": 55.1, + "Yield": 293.9, + "Adj Yield": 293.9 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": 59.0, + "Yield": 290.7, + "Adj Yield": 290.7 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 56.3, + "Yield": 313.1, + "Adj Yield": 313.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.9, + "Test Wt.": 55.4, + "Yield": 293.7, + "Adj Yield": 293.7 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P1742PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 26.6, + "Test Wt.": 51.2, + "Yield": 299.2, + "Adj Yield": 299.2 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.2, + "Test Wt.": 55.2, + "Yield": 324.4, + "Adj Yield": 324.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 24.3, + "Test Wt.": 55.9, + "Yield": 326.1, + "Adj Yield": 326.1 + } + }, + { + "rank": null, + "brand": "Becks", + "product": "6574TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.7, + "Test Wt.": 54.9, + "Yield": 313.4, + "Adj Yield": 313.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.3, + "Test Wt.": 59.0, + "Yield": 310.6, + "Adj Yield": 310.6 + } + } + ], + "n_results": 23, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144091" + ], + "fetched_at": "2026-05-27T02:19:42.748759+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144091.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144091.md new file mode 100644 index 00000000..8f985e1a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144091.md @@ -0,0 +1,52 @@ +# Corn yield trial — Fredricksburge, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Washington +- **City:** Fredricksburge +- **Year:** 2024 +- **Plot ID:** 144091 +- **Cooperator:** Todd Armstrong +- **Plot average:** 288.01 BU/Ac +- **Planted:** 2024-04-25 +- **Harvested:** 2024-09-08 +- **Population:** 35,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144091 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Becks | 6574TCV2P | TreceptaRIB | - | 23.4 | 57.2 | 270.8 | 270.8 | +| 20 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 22.1 | 58.1 | 222.3 | 222.3 | +| 14 | Dekalb | DKC111-35RIB | VT2RIB | - | 24.3 | 58.3 | 282.0 | 282.0 | +| 19 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 22.4 | 58.0 | 254.9 | 254.9 | +| 13 | AgriGold | A642-32VT2PRO | VT2Pro | - | 22.3 | 61.0 | 282.5 | 282.5 | +| 10 | AgriGold | A643-52VT2RIB | VT2RIB | - | 25.9 | 56.2 | 292.4 | 292.4 | +| 4 | Pioneer | P13777PCE | PCE | - | 25.3 | 53.7 | 312.0 | 312.0 | +| 18 | Dekalb | DKC64-22RIB | VT2RIB | - | 22.4 | 59.8 | 255.3 | 255.3 | +| - | Becks | 6574TCV2P | TreceptaRIB | - | 22.3 | 56.9 | 259.1 | 259.1 | +| 17 | Becks | 6574TCV2P | TreceptaRIB | - | 22.3 | 56.9 | 259.1 | 259.1 | +| 16 | Pioneer | P1383AM | AM | - | 23.6 | 56.8 | 268.2 | 268.2 | +| 11 | Dekalb | DKC114-99RIB | VT4RIB | - | 24.3 | 55.4 | 292.3 | 292.3 | +| 15 | AgriGold | A644-64VT2RIB | VT2RIB | - | 22.5 | 61.4 | 279.4 | 279.4 | +| 6 | Pioneer | P14830AML | AML | - | 24.6 | 55.5 | 308.1 | 308.1 | +| 8 | AgriGold | A645-16VT2RIB | VT2RIB | - | 26.0 | 55.1 | 293.9 | 293.9 | +| 12 | AgriGold | A645-30VT2PRO | VT2Pro | - | 22.9 | 59.0 | 290.7 | 290.7 | +| 3 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 23.2 | 56.3 | 313.1 | 313.1 | +| 9 | AgriGold | A646-30VT2RIB | VT2RIB | - | 24.9 | 55.4 | 293.7 | 293.7 | +| 7 | Pioneer | P1742PCE | PCE | - | 26.6 | 51.2 | 299.2 | 299.2 | +| 2 | Dekalb | DKC68-35RIB | VT2RIB | - | 25.2 | 55.2 | 324.4 | 324.4 | +| 1 | AgriGold | A642-18SSP | SSP | - | 24.3 | 55.9 | 326.1 | 326.1 | +| - | Becks | 6574TCV2P | TreceptaRIB | - | 24.7 | 54.9 | 313.4 | 313.4 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 24.3 | 59.0 | 310.6 | 310.6 | + +Top 5 by Yield: A642-18SSP (AgriGold) 326.1, DKC68-35RIB (Dekalb) 324.4, 6574TCV2P (Becks) 313.4, DKC66-06RIB (Dekalb) 313.1, P13777PCE (Pioneer) 312.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144093.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144093.json new file mode 100644 index 00000000..7a5047f4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144093.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144093", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Rineyville", + "county": "Hardin", + "year": 2024, + "plot_id": "144093", + "cooperator": "B&H Farms", + "plot_average": 265.05, + "planted_date": "2024-04-27", + "harvested_date": "2024-09-25", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Trivapro", + "herbicide": "Halex GT", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A6572VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 60.8, + "Yield": 242.4, + "Adj Yield": 242.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A6572VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 60.8, + "Yield": 242.4, + "Adj Yield": 244.91 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 58.7, + "Yield": 245.6, + "Adj Yield": 247.56 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 59.9, + "Yield": 275.9, + "Adj Yield": 277.44 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 59.8, + "Yield": 270.1, + "Adj Yield": 271.09 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 57.6, + "Yield": 276.2, + "Adj Yield": 276.72 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 58.3, + "Yield": 277.1, + "Adj Yield": 277.08 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 58.8, + "Yield": 279.2, + "Adj Yield": 278.67 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 56.7, + "Yield": 270.7, + "Adj Yield": 269.72 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 61.1, + "Yield": 280.7, + "Adj Yield": 279.16 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 58.5, + "Yield": 239.6, + "Adj Yield": 237.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A647-90VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 59.6, + "Yield": 258.1, + "Adj Yield": 255.64 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A6572VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 61.2, + "Yield": 248.4, + "Adj Yield": 248.4 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144093" + ], + "fetched_at": "2026-05-27T02:19:43.276054+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144093.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144093.md new file mode 100644 index 00000000..fae49d88 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144093.md @@ -0,0 +1,45 @@ +# Corn yield trial — Rineyville, KY, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Hardin +- **City:** Rineyville +- **Year:** 2024 +- **Plot ID:** 144093 +- **Cooperator:** B&H Farms +- **Plot average:** 265.05 BU/Ac +- **Planted:** 2024-04-27 +- **Harvested:** 2024-09-25 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Trivapro +- **Herbicide:** Halex GT +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144093 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A6572VT2RIB | VT2RIB | - | 16.8 | 60.8 | 242.4 | 242.4 | +| 10 | AgriGold | A6572VT2RIB | VT2RIB | - | 16.8 | 60.8 | 242.4 | 244.91 | +| 9 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.8 | 58.7 | 245.6 | 247.56 | +| 3 | AgriGold | A643-24PCE | PCE | - | 17.1 | 59.9 | 275.9 | 277.44 | +| 6 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.9 | 59.8 | 270.1 | 271.09 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.7 | 57.6 | 276.2 | 276.72 | +| 4 | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.1 | 58.3 | 277.1 | 277.08 | +| 2 | AgriGold | A646-30VT2RIB | VT2RIB | - | 17.5 | 58.8 | 279.2 | 278.67 | +| 7 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 18.1 | 56.7 | 270.7 | 269.72 | +| 1 | AgriGold | A647-79VT2PRO | VT2Pro | - | 17.4 | 61.1 | 280.7 | 279.16 | +| 11 | AgriGold | A648-11VT2RIB | VT2RIB | - | 19.8 | 58.5 | 239.6 | 237.6 | +| 8 | AgriGold | A647-90VT2RIB | VT2RIB | - | 18.5 | 59.6 | 258.1 | 255.64 | +| - | AgriGold | A6572VT2RIB | VT2RIB | - | 17.1 | 61.2 | 248.4 | 248.4 | + +Top 5 by Yield: A647-79VT2PRO (AgriGold) 280.7, A646-30VT2RIB (AgriGold) 279.2, A645-16VT2RIB (AgriGold) 277.1, A644-64VT2RIB (AgriGold) 276.2, A643-24PCE (AgriGold) 275.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144094.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144094.json new file mode 100644 index 00000000..2b19991a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144094.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144094", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Beaver Dam", + "county": "Ohio", + "year": 2024, + "plot_id": "144094", + "cooperator": "Patton farms", + "plot_average": 242.0, + "planted_date": "2024-05-02", + "harvested_date": "2024-10-12", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Trivapro", + "herbicide": "Halex GT", + "insecticide": "None", + "results": [ + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 228.5, + "Adj Yield": 228.5 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 225.2, + "Adj Yield": 225.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": null, + "Yield": 241.6, + "Adj Yield": 241.6 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": null, + "Yield": 233.2, + "Adj Yield": 233.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 247.6, + "Adj Yield": 247.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 239.0, + "Adj Yield": 239.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": null, + "Yield": 247.4, + "Adj Yield": 247.4 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 233.1, + "Adj Yield": 233.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": null, + "Yield": 255.8, + "Adj Yield": 255.8 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 230.8, + "Adj Yield": 230.8 + } + }, + { + "rank": 8, + "brand": "Channel", + "product": "210-46VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": null, + "Yield": 243.1, + "Adj Yield": 243.1 + } + }, + { + "rank": 3, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": null, + "Yield": 254.0, + "Adj Yield": 254.0 + } + }, + { + "rank": 7, + "brand": "Channel", + "product": "215-42TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": null, + "Yield": 245.2, + "Adj Yield": 245.2 + } + }, + { + "rank": 5, + "brand": "Channel", + "product": "215-70TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 247.5, + "Adj Yield": 247.5 + } + }, + { + "rank": 1, + "brand": "Channel", + "product": "217-76VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": null, + "Yield": 258.0, + "Adj Yield": 258.0 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144094" + ], + "fetched_at": "2026-05-27T02:19:43.777020+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144094.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144094.md new file mode 100644 index 00000000..15b79ade --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144094.md @@ -0,0 +1,48 @@ +# Corn yield trial — Beaver Dam, KY, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Ohio +- **City:** Beaver Dam +- **Year:** 2024 +- **Plot ID:** 144094 +- **Cooperator:** Patton farms +- **Plot average:** 242.0 BU/Ac +- **Planted:** 2024-05-02 +- **Harvested:** 2024-10-12 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Trivapro +- **Herbicide:** Halex GT +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144094 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 14 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.2 | - | 228.5 | 228.5 | +| 15 | AgriGold | A643-24PCE | PCE | - | 16.1 | - | 225.2 | 225.2 | +| 9 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.3 | - | 241.6 | 241.6 | +| 11 | AgriGold | K6429AA | 3120EZ | - | 13.8 | - | 233.2 | 233.2 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.1 | - | 247.6 | 247.6 | +| 10 | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.1 | - | 239.0 | 239.0 | +| 6 | AgriGold | A646-30VT2RIB | VT2RIB | - | 14.4 | - | 247.4 | 247.4 | +| 12 | AgriGold | J6621VT2PRO | VT2Pro | - | 14.2 | - | 233.1 | 233.1 | +| 2 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 14.3 | - | 255.8 | 255.8 | +| 13 | AgriGold | A648-11VT2RIB | VT2RIB | - | 15.2 | - | 230.8 | 230.8 | +| 8 | Channel | 210-46VT2PRIB | VT2RIB | - | 13.6 | - | 243.1 | 243.1 | +| 3 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 14.0 | - | 254.0 | 254.0 | +| 7 | Channel | 215-42TRERIB | TreceptaRIB | - | 14.4 | - | 245.2 | 245.2 | +| 5 | Channel | 215-70TRCRIB | TreceptaRIB | - | 14.2 | - | 247.5 | 247.5 | +| 1 | Channel | 217-76VT2PRIB | VT2RIB | - | 14.4 | - | 258.0 | 258.0 | + +Top 5 by Yield: 217-76VT2PRIB (Channel) 258.0, A647-42TRCRIB (AgriGold) 255.8, 214-78DGVT2PRIB (Channel) 254.0, A644-64VT2RIB (AgriGold) 247.6, 215-70TRCRIB (Channel) 247.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144097.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144097.json new file mode 100644 index 00000000..572ab461 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144097.json @@ -0,0 +1,309 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144097", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Sharpsville", + "county": "Tipton", + "year": 2024, + "plot_id": "144097", + "cooperator": "John Hinkle", + "plot_average": 213.67, + "planted_date": "2024-05-12", + "harvested_date": "2024-11-02", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 21, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 57.8, + "Yield": 191.3, + "Adj Yield": 191.3 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 58.6, + "Yield": 204.8, + "Adj Yield": 204.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 58.4, + "Yield": 233.1, + "Adj Yield": 233.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 59.8, + "Yield": 220.2, + "Adj Yield": 220.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 58.8, + "Yield": 215.3, + "Adj Yield": 215.3 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 59.2, + "Yield": 198.8, + "Adj Yield": 198.8 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 59.7, + "Yield": 208.4, + "Adj Yield": 208.4 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 57.7, + "Yield": 199.0, + "Adj Yield": 199.0 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.4, + "Yield": 202.0, + "Adj Yield": 202.0 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 57.8, + "Yield": 207.2, + "Adj Yield": 207.2 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 57.2, + "Yield": 202.3, + "Adj Yield": 202.3 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 58.9, + "Yield": 210.1, + "Adj Yield": 210.1 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 57.5, + "Yield": 212.6, + "Adj Yield": 212.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 60.1, + "Yield": 220.3, + "Adj Yield": 220.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 60.1, + "Yield": 220.7, + "Adj Yield": 220.7 + } + }, + { + "rank": 5, + "brand": "Channel", + "product": "210-46VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 60.3, + "Yield": 222.8, + "Adj Yield": 222.8 + } + }, + { + "rank": 13, + "brand": "Channel", + "product": "213-19VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 59.6, + "Yield": 209.0, + "Adj Yield": 209.0 + } + }, + { + "rank": 4, + "brand": "Channel", + "product": "211-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.3, + "Yield": 224.9, + "Adj Yield": 224.9 + } + }, + { + "rank": 1, + "brand": "Seed Consultants", + "product": "SCS1093AAM-R", + "traits": "AM-R", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.2, + "Yield": 233.1, + "Adj Yield": 233.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.1, + "Yield": 219.6, + "Adj Yield": 219.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 60.7, + "Yield": 231.6, + "Adj Yield": 231.6 + } + } + ], + "n_results": 21, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144097" + ], + "fetched_at": "2026-05-27T02:19:44.276240+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144097.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144097.md new file mode 100644 index 00000000..c91a2131 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144097.md @@ -0,0 +1,51 @@ +# Corn yield trial — Sharpsville, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Tipton +- **City:** Sharpsville +- **Year:** 2024 +- **Plot ID:** 144097 +- **Cooperator:** John Hinkle +- **Plot average:** 213.67 BU/Ac +- **Planted:** 2024-05-12 +- **Harvested:** 2024-11-02 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144097 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 21 | AgriGold | J6015PWE | PWE | - | 14.3 | 57.8 | 191.3 | 191.3 | +| 16 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.3 | 58.6 | 204.8 | 204.8 | +| 2 | AgriGold | A643-24PCE | PCE | - | 15.2 | 58.4 | 233.1 | 233.1 | +| 8 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.8 | 59.8 | 220.2 | 220.2 | +| 10 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.3 | 58.8 | 215.3 | 215.3 | +| 20 | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.0 | 59.2 | 198.8 | 198.8 | +| 14 | AgriGold | A646-30VT2RIB | VT2RIB | - | 14.1 | 59.7 | 208.4 | 208.4 | +| 19 | AgriGold | A639-03VT2RIB | VT2RIB | - | 13.9 | 57.7 | 199.0 | 199.0 | +| 18 | AgriGold | A638-19-3110 | 3110 | - | 14.7 | 58.4 | 202.0 | 202.0 | +| 15 | AgriGold | A636-16-5222 | 5222 | - | 14.1 | 57.8 | 207.2 | 207.2 | +| 17 | AgriGold | A636-11VT2RIB | VT2RIB | - | 13.8 | 57.2 | 202.3 | 202.3 | +| 12 | AgriGold | A630-04AA-RN | 3120 | - | 13.9 | 58.9 | 210.1 | 210.1 | +| 11 | AgriGold | A636-39-3110 | 3110 | - | 13.9 | 57.5 | 212.6 | 212.6 | +| 7 | AgriGold | A642-32VT2PRO | VT2Pro | - | 13.8 | 60.1 | 220.3 | 220.3 | +| 6 | AgriGold | A645-30VT2PRO | VT2Pro | - | 14.6 | 60.1 | 220.7 | 220.7 | +| 5 | Channel | 210-46VT2PRIB | VT2RIB | - | 14.0 | 60.3 | 222.8 | 222.8 | +| 13 | Channel | 213-19VT2PRIB | VT2RIB | - | 14.1 | 59.6 | 209.0 | 209.0 | +| 4 | Channel | 211-11SSPRIB | SSPRIB | - | 13.7 | 60.3 | 224.9 | 224.9 | +| 1 | Seed Consultants | SCS1093AAM-R | AM-R | - | 14.3 | 59.2 | 233.1 | 233.1 | +| 9 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.3 | 59.1 | 219.6 | 219.6 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.4 | 60.7 | 231.6 | 231.6 | + +Top 5 by Yield: A643-24PCE (AgriGold) 233.1, SCS1093AAM-R (Seed Consultants) 233.1, A643-52VT2RIB (AgriGold) 231.6, 211-11SSPRIB (Channel) 224.9, 210-46VT2PRIB (Channel) 222.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144099.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144099.json new file mode 100644 index 00000000..d92f7405 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144099.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144099", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Converse", + "county": "Miami", + "year": 2024, + "plot_id": "144099", + "cooperator": "Roger Powell", + "plot_average": 216.53, + "planted_date": "2024-05-15", + "harvested_date": "2024-10-11", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 56.4, + "Yield": 211.1, + "Adj Yield": 211.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 56.6, + "Yield": 203.0, + "Adj Yield": 214.71 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A637-55-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 57.5, + "Yield": 200.0, + "Adj Yield": 208.88 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 55.7, + "Yield": 236.4, + "Adj Yield": 242.86 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.9, + "Yield": 246.2, + "Adj Yield": 250.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 57.7, + "Yield": 219.4, + "Adj Yield": 222.09 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 57.6, + "Yield": 226.8, + "Adj Yield": 228.18 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 56.5, + "Yield": 192.7, + "Adj Yield": 193.02 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 58.2, + "Yield": 196.2, + "Adj Yield": 195.95 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 56.4, + "Yield": 226.2, + "Adj Yield": 226.2 + } + }, + { + "rank": 10, + "brand": "Augusta", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 56.6, + "Yield": 204.4, + "Adj Yield": 203.22 + } + }, + { + "rank": 4, + "brand": "Augusta", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 57.2, + "Yield": 230.4, + "Adj Yield": 227.53 + } + }, + { + "rank": 12, + "brand": "Augusta", + "product": "A1259-DC5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 57.2, + "Yield": 200.3, + "Adj Yield": 195.26 + } + }, + { + "rank": 6, + "brand": "Augusta", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 57.0, + "Yield": 226.0, + "Adj Yield": 218.36 + } + }, + { + "rank": 8, + "brand": "Augusta", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 58.1, + "Yield": 225.1, + "Adj Yield": 214.17 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 56.3, + "Yield": 241.1, + "Adj Yield": 241.1 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144099" + ], + "fetched_at": "2026-05-27T02:19:44.780790+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144099.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144099.md new file mode 100644 index 00000000..37c11deb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144099.md @@ -0,0 +1,45 @@ +# Corn yield trial — Converse, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Miami +- **City:** Converse +- **Year:** 2024 +- **Plot ID:** 144099 +- **Cooperator:** Roger Powell +- **Plot average:** 216.53 BU/Ac +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-11 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144099 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A636-16VT2RIB | VT2RIB | - | 16.1 | 56.4 | 211.1 | 211.1 | +| 7 | AgriGold | A638-19-3110 | 3110 | - | 16.9 | 56.6 | 203.0 | 214.71 | +| 9 | AgriGold | A637-55-5222EZ | 5222EZ | - | 15.9 | 57.5 | 200.0 | 208.88 | +| 2 | AgriGold | A636-16-5222 | 5222 | - | 16.7 | 55.7 | 236.4 | 242.86 | +| 1 | AgriGold | K5836PWE | PWE | - | 16.8 | 58.9 | 246.2 | 250.6 | +| 5 | AgriGold | A636-11VT2RIB | VT2RIB | - | 13.9 | 57.7 | 219.4 | 222.09 | +| 3 | AgriGold | A636-39-3110 | 3110 | - | 13.7 | 57.6 | 226.8 | 228.18 | +| 13 | AgriGold | A631-08VT2PRO | VT2Pro | - | 13.4 | 56.5 | 192.7 | 193.02 | +| 11 | AgriGold | A630-04AA-RN | 3120 | - | 13.7 | 58.2 | 196.2 | 195.95 | +| - | AgriGold | A636-16VT2RIB | VT2RIB | - | 16.0 | 56.4 | 226.2 | 226.2 | +| 10 | Augusta | - | - | - | 15.2 | 56.6 | 204.4 | 203.22 | +| 4 | Augusta | - | - | - | 15.2 | 57.2 | 230.4 | 227.53 | +| 12 | Augusta | A1259-DC5222 | 5222 | - | 17.2 | 57.2 | 200.3 | 195.26 | +| 6 | Augusta | - | - | - | 17.3 | 57.0 | 226.0 | 218.36 | +| 8 | Augusta | - | - | - | 15.9 | 58.1 | 225.1 | 214.17 | +| - | AgriGold | A636-16VT2RIB | VT2RIB | - | 16.7 | 56.3 | 241.1 | 241.1 | + +Top 5 by Yield: K5836PWE (AgriGold) 246.2, A636-16VT2RIB (AgriGold) 241.1, A636-16-5222 (AgriGold) 236.4, (Augusta) 230.4, A636-39-3110 (AgriGold) 226.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144101.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144101.json new file mode 100644 index 00000000..d1607637 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144101.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144101", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Rensselaer", + "county": "Jasper", + "year": 2024, + "plot_id": "144101", + "cooperator": "Keaton Lyons", + "plot_average": 262.35, + "planted_date": "2024-05-05", + "harvested_date": "2024-10-14", + "population_seeds_per_acre": 34500, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 60.6, + "Yield": 268.1, + "Adj Yield": 268.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 58.2, + "Yield": 261.1, + "Adj Yield": 261.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 59.6, + "Yield": 273.0, + "Adj Yield": 273.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 60.7, + "Yield": 251.5, + "Adj Yield": 251.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 60.0, + "Yield": 272.6, + "Adj Yield": 272.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 60.8, + "Yield": 270.1, + "Adj Yield": 270.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 57.5, + "Yield": 262.4, + "Adj Yield": 262.4 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 60.4, + "Yield": 255.7, + "Adj Yield": 255.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 60.3, + "Yield": 254.7, + "Adj Yield": 254.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 60.0, + "Yield": 271.5, + "Adj Yield": 271.5 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 59.2, + "Yield": 238.9, + "Adj Yield": 238.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 60.4, + "Yield": 268.6, + "Adj Yield": 268.6 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144101" + ], + "fetched_at": "2026-05-27T02:19:45.280912+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144101.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144101.md new file mode 100644 index 00000000..4369993d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144101.md @@ -0,0 +1,42 @@ +# Corn yield trial — Rensselaer, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Jasper +- **City:** Rensselaer +- **Year:** 2024 +- **Plot ID:** 144101 +- **Cooperator:** Keaton Lyons +- **Plot average:** 262.35 BU/Ac +- **Planted:** 2024-05-05 +- **Harvested:** 2024-10-14 +- **Population:** 34,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144101 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.5 | 60.6 | 268.1 | 268.1 | +| 8 | AgriGold | A643-24PCE | PCE | - | 17.8 | 58.2 | 261.1 | 261.1 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.4 | 59.6 | 273.0 | 273.0 | +| 11 | AgriGold | K6429AA | 3120EZ | - | 18.8 | 60.7 | 251.5 | 251.5 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.5 | 60.0 | 272.6 | 272.6 | +| 4 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.0 | 60.8 | 270.1 | 270.1 | +| 7 | AgriGold | A646-30VT2RIB | VT2RIB | - | 18.6 | 57.5 | 262.4 | 262.4 | +| 9 | AgriGold | J6621VT2PRO | VT2Pro | - | 18.2 | 60.4 | 255.7 | 255.7 | +| 10 | AgriGold | A645-71STXRIB | STXRIB | - | 19.3 | 60.3 | 254.7 | 254.7 | +| 3 | AgriGold | A642-18SSP | SSP | - | 17.5 | 60.0 | 271.5 | 271.5 | +| 12 | AgriGold | A636-42SSP | SSP | - | 15.9 | 59.2 | 238.9 | 238.9 | +| 5 | AgriGold | A640-16-3110 | 3110 | - | 17.1 | 60.4 | 268.6 | 268.6 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 273.0, A644-64VT2RIB (AgriGold) 272.6, A642-18SSP (AgriGold) 271.5, A645-16VT2RIB (AgriGold) 270.1, A640-16-3110 (AgriGold) 268.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144102.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144102.json new file mode 100644 index 00000000..0617afc8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144102.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144102", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Converse", + "county": "Miami", + "year": 2024, + "plot_id": "144102", + "cooperator": "Powell Seeds", + "plot_average": 190.4, + "planted_date": "2024-05-15", + "harvested_date": "2024-10-11", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 56.5, + "Yield": 199.4, + "Adj Yield": 199.4 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 57.8, + "Yield": 168.4, + "Adj Yield": 174.98 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 59.5, + "Yield": 168.2, + "Adj Yield": 173.61 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 57.0, + "Yield": 185.3, + "Adj Yield": 189.79 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.1, + "Yield": 172.0, + "Adj Yield": 175.93 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 57.3, + "Yield": 193.3, + "Adj Yield": 196.78 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.5, + "Yield": 202.0, + "Adj Yield": 205.46 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 58.1, + "Yield": 201.7, + "Adj Yield": 205.56 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 56.2, + "Yield": 183.3, + "Adj Yield": 188.3 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 56.0, + "Yield": 200.0, + "Adj Yield": 200.0 + } + }, + { + "rank": 1, + "brand": "Augusta", + "product": "A1365PCE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 59.5, + "Yield": 209.5, + "Adj Yield": 213.54 + } + }, + { + "rank": 10, + "brand": "Augusta", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 56.6, + "Yield": 180.9, + "Adj Yield": 181.57 + } + }, + { + "rank": 4, + "brand": "Augusta", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 56.6, + "Yield": 205.0, + "Adj Yield": 202.34 + } + }, + { + "rank": 9, + "brand": "Augusta", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 55.6, + "Yield": 189.9, + "Adj Yield": 183.44 + } + }, + { + "rank": 8, + "brand": "Augusta", + "product": "A4961-5122", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 57.2, + "Yield": 194.6, + "Adj Yield": 183.91 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 56.7, + "Yield": 223.2, + "Adj Yield": 223.2 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144102" + ], + "fetched_at": "2026-05-27T02:19:45.793382+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144102.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144102.md new file mode 100644 index 00000000..a3e602b2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144102.md @@ -0,0 +1,46 @@ +# Corn yield trial — Converse, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Miami +- **City:** Converse +- **Year:** 2024 +- **Plot ID:** 144102 +- **Cooperator:** Powell Seeds +- **Plot average:** 190.4 BU/Ac +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-11 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144102 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A636-16VT2RIB | VT2RIB | - | 16.0 | 56.5 | 199.4 | 199.4 | +| 12 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.4 | 57.8 | 168.4 | 174.98 | +| 13 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.5 | 59.5 | 168.2 | 173.61 | +| 6 | AgriGold | A643-24PCE | PCE | - | 18.7 | 57.0 | 185.3 | 189.79 | +| 11 | AgriGold | A642-32VT2PRO | VT2Pro | - | 15.2 | 60.1 | 172.0 | 175.93 | +| 5 | AgriGold | J6015PWE | PWE | - | 16.8 | 57.3 | 193.3 | 196.78 | +| 3 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.4 | 59.5 | 202.0 | 205.46 | +| 2 | AgriGold | A640-16-3110 | 3110 | - | 16.6 | 58.1 | 201.7 | 205.56 | +| 7 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.6 | 56.2 | 183.3 | 188.3 | +| - | AgriGold | A636-16VT2RIB | VT2RIB | - | 16.3 | 56.0 | 200.0 | 200.0 | +| 1 | Augusta | A1365PCE | PWE | - | 16.9 | 59.5 | 209.5 | 213.54 | +| 10 | Augusta | - | - | - | 18.8 | 56.6 | 180.9 | 181.57 | +| 4 | Augusta | - | - | - | 18.2 | 56.6 | 205.0 | 202.34 | +| 9 | Augusta | - | - | - | 18.0 | 55.6 | 189.9 | 183.44 | +| 8 | Augusta | A4961-5122 | 5122EZ | - | 18.8 | 57.2 | 194.6 | 183.91 | +| - | AgriGold | A636-16VT2RIB | VT2RIB | - | 17.5 | 56.7 | 223.2 | 223.2 | + +Top 5 by Yield: A636-16VT2RIB (AgriGold) 223.2, A1365PCE (Augusta) 209.5, (Augusta) 205.0, A642-05VT2RIBD1 (AgriGold) 202.0, A640-16-3110 (AgriGold) 201.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144105.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144105.json new file mode 100644 index 00000000..dc1f9468 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144105.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144105", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Pittsboro", + "county": "Hendricks", + "year": 2024, + "plot_id": "144105", + "cooperator": "Billy Ray Alexander", + "plot_average": 262.47, + "planted_date": "2024-05-08", + "harvested_date": "2024-10-21", + "population_seeds_per_acre": 33500, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 59.3, + "Yield": 267.0, + "Adj Yield": 267.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 59.3, + "Yield": 267.0, + "Adj Yield": 263.67 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 60.8, + "Yield": 272.7, + "Adj Yield": 269.93 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.6, + "Yield": 280.6, + "Adj Yield": 278.38 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 60.9, + "Yield": 262.9, + "Adj Yield": 261.21 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 59.4, + "Yield": 268.5, + "Adj Yield": 267.39 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.5, + "Yield": 270.1, + "Adj Yield": 269.55 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 60.1, + "Yield": 269.7, + "Adj Yield": 269.68 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.6, + "Yield": 257.8, + "Adj Yield": 258.32 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 59.4, + "Yield": 234.5, + "Adj Yield": 235.57 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 61.9, + "Yield": 258.6, + "Adj Yield": 260.31 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.1, + "Yield": 265.1, + "Adj Yield": 267.31 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 59.1, + "Yield": 259.2, + "Adj Yield": 262.0 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 58.7, + "Yield": 245.4, + "Adj Yield": 248.74 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 59.3, + "Yield": 259.2, + "Adj Yield": 259.2 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144105" + ], + "fetched_at": "2026-05-27T02:19:46.249636+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144105.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144105.md new file mode 100644 index 00000000..81e71168 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144105.md @@ -0,0 +1,44 @@ +# Corn yield trial — Pittsboro, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Hendricks +- **City:** Pittsboro +- **Year:** 2024 +- **Plot ID:** 144105 +- **Cooperator:** Billy Ray Alexander +- **Plot average:** 262.47 BU/Ac +- **Planted:** 2024-05-08 +- **Harvested:** 2024-10-21 +- **Population:** 33,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144105 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.6 | 59.3 | 267.0 | 267.0 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.6 | 59.3 | 267.0 | 263.67 | +| 2 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.0 | 60.8 | 272.7 | 269.93 | +| 1 | AgriGold | A643-24PCE | PCE | - | 17.0 | 57.6 | 280.6 | 278.38 | +| 9 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.6 | 60.9 | 262.9 | 261.21 | +| 5 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.0 | 59.4 | 268.5 | 267.39 | +| 4 | AgriGold | A646-30VT2RIB | VT2RIB | - | 16.0 | 58.5 | 270.1 | 269.55 | +| 3 | AgriGold | A642-32VT2PRO | VT2Pro | - | 16.3 | 60.1 | 269.7 | 269.68 | +| 11 | AgriGold | A642-18SSP | SSP | - | 16.2 | 59.6 | 257.8 | 258.32 | +| 13 | AgriGold | A636-42SSP | SSP | - | 13.4 | 59.4 | 234.5 | 235.57 | +| 10 | AgriGold | A645-30VT2PRO | VT2Pro | - | 16.6 | 61.9 | 258.6 | 260.31 | +| 6 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.7 | 58.1 | 265.1 | 267.31 | +| 8 | AgriGold | A640-12STXRIB | STXRIB | - | 15.2 | 59.1 | 259.2 | 262.0 | +| 12 | AgriGold | A636-11VT2RIB | VT2RIB | - | 14.0 | 58.7 | 245.4 | 248.74 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.9 | 59.3 | 259.2 | 259.2 | + +Top 5 by Yield: A643-24PCE (AgriGold) 280.6, A642-05VT2RIBD1 (AgriGold) 272.7, A646-30VT2RIB (AgriGold) 270.1, A642-32VT2PRO (AgriGold) 269.7, A645-16VT2RIB (AgriGold) 268.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144106.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144106.json new file mode 100644 index 00000000..979d970e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144106.json @@ -0,0 +1,348 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144106", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Vallonia", + "county": "Jackson", + "year": 2024, + "plot_id": "144106", + "cooperator": "Tom Hackman", + "plot_average": 223.81, + "planted_date": "2024-04-23", + "harvested_date": "2024-09-11", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Stewarts", + "product": "14DT593", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 61.7, + "Yield": 208.3, + "Adj Yield": 208.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 57.0, + "Yield": 228.6, + "Adj Yield": 229.68 + } + }, + { + "rank": 12, + "brand": "Channel", + "product": "210-46VT2P", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 60.3, + "Yield": 222.7, + "Adj Yield": 222.24 + } + }, + { + "rank": null, + "brand": "Stewarts", + "product": "14DT593", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 62.3, + "Yield": 214.6, + "Adj Yield": 214.6 + } + }, + { + "rank": 18, + "brand": "Brevant Seeds", + "product": "B11C37AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 62.3, + "Yield": 197.2, + "Adj Yield": 196.54 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 63.0, + "Yield": 224.8, + "Adj Yield": 225.23 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 62.6, + "Yield": 220.4, + "Adj Yield": 221.78 + } + }, + { + "rank": null, + "brand": "Stewarts", + "product": "14DT593", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 62.6, + "Yield": 208.9, + "Adj Yield": 208.9 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 62.9, + "Yield": 225.1, + "Adj Yield": 226.99 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC64-22", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 63.6, + "Yield": 225.3, + "Adj Yield": 227.58 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC63-91RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 60.2, + "Yield": 210.2, + "Adj Yield": 213.48 + } + }, + { + "rank": null, + "brand": "Stewarts", + "product": "14DT593", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 61.4, + "Yield": 205.4, + "Adj Yield": 205.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 59.4, + "Yield": 228.7, + "Adj Yield": 231.9 + } + }, + { + "rank": 17, + "brand": "Brevant Seeds", + "product": "B13K20AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 61.4, + "Yield": 209.5, + "Adj Yield": 211.3 + } + }, + { + "rank": 11, + "brand": "Stewarts", + "product": "14DT593", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 62.1, + "Yield": 221.7, + "Adj Yield": 222.37 + } + }, + { + "rank": 9, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 60.2, + "Yield": 226.0, + "Adj Yield": 225.69 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 60.3, + "Yield": 230.9, + "Adj Yield": 229.56 + } + }, + { + "rank": null, + "brand": "Stewarts", + "product": "14DT593", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 57.8, + "Yield": 214.1, + "Adj Yield": 214.1 + } + }, + { + "rank": 3, + "brand": "IntegraSeed", + "product": "6410VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 60.8, + "Yield": 234.2, + "Adj Yield": 232.39 + } + }, + { + "rank": 1, + "brand": "Channel", + "product": "215-70TRERIB", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 60.7, + "Yield": 239.8, + "Adj Yield": 238.05 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 60.6, + "Yield": 237.3, + "Adj Yield": 235.24 + } + }, + { + "rank": 15, + "brand": "Channel", + "product": "217-76VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": 57.9, + "Yield": 220.1, + "Adj Yield": 217.37 + } + }, + { + "rank": 14, + "brand": "Channel", + "product": "218-66VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": 59.8, + "Yield": 225.0, + "Adj Yield": 221.18 + } + }, + { + "rank": null, + "brand": "Stewarts", + "product": "14DT593", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 62.3, + "Yield": 217.0, + "Adj Yield": 217.0 + } + } + ], + "n_results": 24, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144106" + ], + "fetched_at": "2026-05-27T02:19:46.779330+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144106.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144106.md new file mode 100644 index 00000000..bf833744 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144106.md @@ -0,0 +1,53 @@ +# Corn yield trial — Vallonia, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Jackson +- **City:** Vallonia +- **Year:** 2024 +- **Plot ID:** 144106 +- **Cooperator:** Tom Hackman +- **Plot average:** 223.81 BU/Ac +- **Planted:** 2024-04-23 +- **Harvested:** 2024-09-11 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144106 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Stewarts | 14DT593 | TreceptaRIB | - | 19.4 | 61.7 | 208.3 | 208.3 | +| 5 | AgriGold | A639-03VT2RIB | VT2RIB | - | 20.7 | 57.0 | 228.6 | 229.68 | +| 12 | Channel | 210-46VT2P | VT2Pro | - | 18.6 | 60.3 | 222.7 | 222.24 | +| - | Stewarts | 14DT593 | TreceptaRIB | - | 19.6 | 62.3 | 214.6 | 214.6 | +| 18 | Brevant Seeds | B11C37AM | AM | - | 18.5 | 62.3 | 197.2 | 196.54 | +| 10 | Dekalb | DKC111-35RIB | VT2RIB | - | 18.4 | 63.0 | 224.8 | 225.23 | +| 13 | AgriGold | A642-32VT2PRO | VT2Pro | - | 19.5 | 62.6 | 220.4 | 221.78 | +| - | Stewarts | 14DT593 | TreceptaRIB | - | 20.2 | 62.6 | 208.9 | 208.9 | +| 8 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 18.6 | 62.9 | 225.1 | 226.99 | +| 7 | Dekalb | DKC64-22 | VT2Pro | - | 18.9 | 63.6 | 225.3 | 227.58 | +| 16 | Dekalb | DKC63-91RIB | VT2RIB | - | 18.2 | 60.2 | 210.2 | 213.48 | +| - | Stewarts | 14DT593 | TreceptaRIB | - | 19.5 | 61.4 | 205.4 | 205.4 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 20.2 | 59.4 | 228.7 | 231.9 | +| 17 | Brevant Seeds | B13K20AM | AM | - | 19.1 | 61.4 | 209.5 | 211.3 | +| 11 | Stewarts | 14DT593 | TreceptaRIB | - | 19.3 | 62.1 | 221.7 | 222.37 | +| 9 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 19.8 | 60.2 | 226.0 | 225.69 | +| 6 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.6 | 60.3 | 230.9 | 229.56 | +| - | Stewarts | 14DT593 | TreceptaRIB | - | 20.1 | 57.8 | 214.1 | 214.1 | +| 3 | IntegraSeed | 6410VT2PRIB | VT2RIB | - | 19.6 | 60.8 | 234.2 | 232.39 | +| 1 | Channel | 215-70TRERIB | Trecepta | - | 20.9 | 60.7 | 239.8 | 238.05 | +| 2 | AgriGold | A646-30VT2RIB | VT2RIB | - | 21.0 | 60.6 | 237.3 | 235.24 | +| 15 | Channel | 217-76VT2PRIB | VT2RIB | - | 23.0 | 57.9 | 220.1 | 217.37 | +| 14 | Channel | 218-66VT2PRIB | VT2RIB | - | 22.5 | 59.8 | 225.0 | 221.18 | +| - | Stewarts | 14DT593 | TreceptaRIB | - | 19.2 | 62.3 | 217.0 | 217.0 | + +Top 5 by Yield: 215-70TRERIB (Channel) 239.8, A646-30VT2RIB (AgriGold) 237.3, 6410VT2PRIB (IntegraSeed) 234.2, A644-64VT2RIB (AgriGold) 230.9, A643-52VT2RIB (AgriGold) 228.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144107.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144107.json new file mode 100644 index 00000000..15037846 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144107.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144107", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Colwich", + "county": "Sedgwick", + "year": 2024, + "plot_id": "144107", + "cooperator": "Spexarth Farms", + "plot_average": 238.3, + "planted_date": "2024-04-12", + "harvested_date": "2024-09-09", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 58.2, + "Yield": 226.7, + "Adj Yield": 226.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 62.7, + "Yield": 203.8, + "Adj Yield": 203.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 63.2, + "Yield": 239.4, + "Adj Yield": 239.4 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 61.1, + "Yield": 223.6, + "Adj Yield": 223.6 + } + }, + { + "rank": 7, + "brand": "Becks", + "product": "6574TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 59.6, + "Yield": 235.6, + "Adj Yield": 235.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 61.5, + "Yield": 243.9, + "Adj Yield": 243.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 61.2, + "Yield": 247.7, + "Adj Yield": 247.7 + } + }, + { + "rank": 3, + "brand": "Becks", + "product": "6973TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 62.3, + "Yield": 249.0, + "Adj Yield": 249.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 61.3, + "Yield": 249.3, + "Adj Yield": 249.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 62.4, + "Yield": 256.0, + "Adj Yield": 256.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 62.7, + "Yield": 234.7, + "Adj Yield": 234.7 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 59.6, + "Yield": 246.7, + "Adj Yield": 246.7 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144107" + ], + "fetched_at": "2026-05-27T02:19:47.271550+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144107.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144107.md new file mode 100644 index 00000000..5d5f6aba --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144107.md @@ -0,0 +1,45 @@ +# Corn yield trial — Colwich, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Sedgwick +- **City:** Colwich +- **Year:** 2024 +- **Plot ID:** 144107 +- **Cooperator:** Spexarth Farms +- **Plot average:** 238.3 BU/Ac +- **Planted:** 2024-04-12 +- **Harvested:** 2024-09-09 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144107 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 17.5 | 58.2 | 226.7 | 226.7 | +| 10 | AgriGold | A643-24PCE | PCE | - | 15.9 | 62.7 | 203.8 | 203.8 | +| 6 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.1 | 63.2 | 239.4 | 239.4 | +| 9 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.6 | 61.1 | 223.6 | 223.6 | +| 7 | Becks | 6574TCV2P | TreceptaRIB | - | 15.9 | 59.6 | 235.6 | 235.6 | +| 5 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 16.5 | 61.5 | 243.9 | 243.9 | +| 4 | AgriGold | A648-11VT2RIB | VT2RIB | - | 17.3 | 61.2 | 247.7 | 247.7 | +| 3 | Becks | 6973TCV2P | TreceptaRIB | - | 17.6 | 62.3 | 249.0 | 249.0 | +| 2 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 15.5 | 61.3 | 249.3 | 249.3 | +| 1 | AgriGold | A645-30VT2PRO | VT2Pro | - | 15.4 | 62.4 | 256.0 | 256.0 | +| 8 | AgriGold | A641-26-3110 | 3110 | - | 13.6 | 62.7 | 234.7 | 234.7 | +| - | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 14.7 | 59.6 | 246.7 | 246.7 | + +Top 5 by Yield: A645-30VT2PRO (AgriGold) 256.0, A645-22TRCRIB (AgriGold) 249.3, 6973TCV2P (Becks) 249.0, A648-11VT2RIB (AgriGold) 247.7, A645-22TRCRIB (AgriGold) 246.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144108.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144108.json new file mode 100644 index 00000000..e6eacf5f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144108.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144108", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Avalon", + "county": "Livingston", + "year": 2024, + "plot_id": "144108", + "cooperator": "Randy Price", + "plot_average": 235.28, + "planted_date": "2024-05-03", + "harvested_date": "2024-10-03", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 55.7, + "Yield": 232.6, + "Adj Yield": 232.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 55.9, + "Yield": 225.1, + "Adj Yield": 225.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 57.7, + "Yield": 234.6, + "Adj Yield": 234.6 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 58.8, + "Yield": 223.7, + "Adj Yield": 223.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 58.3, + "Yield": 249.0, + "Adj Yield": 249.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.6, + "Yield": 233.5, + "Adj Yield": 233.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 58.7, + "Yield": 239.9, + "Adj Yield": 239.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 56.8, + "Yield": 249.5, + "Adj Yield": 249.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 57.0, + "Yield": 229.6, + "Adj Yield": 229.6 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144108" + ], + "fetched_at": "2026-05-27T02:19:47.752802+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144108.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144108.md new file mode 100644 index 00000000..0982b51f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144108.md @@ -0,0 +1,38 @@ +# Corn yield trial — Avalon, MO, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Livingston +- **City:** Avalon +- **Year:** 2024 +- **Plot ID:** 144108 +- **Cooperator:** Randy Price +- **Plot average:** 235.28 BU/Ac +- **Planted:** 2024-05-03 +- **Harvested:** 2024-10-03 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144108 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | AgriGold | A639-03VT2RIB | VT2RIB | - | 19.1 | 55.7 | 232.6 | 232.6 | +| 8 | AgriGold | A641-26-3110 | 3110 | - | 17.5 | 55.9 | 225.1 | 225.1 | +| 4 | AgriGold | A642-32VT2PRO | VT2Pro | - | 16.8 | 57.7 | 234.6 | 234.6 | +| 9 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.4 | 58.8 | 223.7 | 223.7 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.4 | 58.3 | 249.0 | 249.0 | +| 5 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.0 | 57.6 | 233.5 | 233.5 | +| 3 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 17.5 | 58.7 | 239.9 | 239.9 | +| 1 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.0 | 56.8 | 249.5 | 249.5 | +| 7 | AgriGold | A646-30VT2RIB | VT2RIB | - | 17.6 | 57.0 | 229.6 | 229.6 | + +Top 5 by Yield: A645-16VT2RIB (AgriGold) 249.5, A644-64VT2RIB (AgriGold) 249.0, A645-22TRCRIB (AgriGold) 239.9, A642-32VT2PRO (AgriGold) 234.6, A642-05VT2RIBD1 (AgriGold) 233.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144110.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144110.json new file mode 100644 index 00000000..1866f1db --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144110.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144110", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "TN", + "state_abbrev": "tn", + "city": "Rutherford", + "county": "Dyer", + "year": 2024, + "plot_id": "144110", + "cooperator": "Jearod Flowers", + "plot_average": 214.31, + "planted_date": "2024-05-02", + "harvested_date": "2024-09-11", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 57.2, + "Yield": 206.6, + "Adj Yield": 206.6 + } + }, + { + "rank": 15, + "brand": "Unknown", + "product": "EXP1", + "traits": "", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 61.6, + "Yield": 193.3, + "Adj Yield": 193.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 63.8, + "Yield": 224.3, + "Adj Yield": 224.3 + } + }, + { + "rank": 9, + "brand": "Unknown", + "product": "EXP2", + "traits": "", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 62.4, + "Yield": 210.4, + "Adj Yield": 210.4 + } + }, + { + "rank": 16, + "brand": "Unknown", + "product": "EXP3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 58.5, + "Yield": 192.6, + "Adj Yield": 192.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 57.6, + "Yield": 226.3, + "Adj Yield": 226.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 56.5, + "Yield": 217.8, + "Adj Yield": 217.8 + } + }, + { + "rank": 11, + "brand": "Unknown", + "product": "EXP4", + "traits": "", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 55.3, + "Yield": 203.4, + "Adj Yield": 203.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.1, + "Yield": 226.9, + "Adj Yield": 226.9 + } + }, + { + "rank": 13, + "brand": "Golden Harvest", + "product": "G11V76", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.9, + "Yield": 197.6, + "Adj Yield": 197.6 + } + }, + { + "rank": 14, + "brand": "Golden Harvest", + "product": "G13U96-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.8, + "Yield": 194.2, + "Adj Yield": 194.2 + } + }, + { + "rank": 12, + "brand": "Golden Harvest", + "product": "G15U34-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 59.3, + "Yield": 199.1, + "Adj Yield": 199.1 + } + }, + { + "rank": 1, + "brand": "Nu Tech", + "product": "77A5AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 57.6, + "Yield": 243.1, + "Adj Yield": 243.1 + } + }, + { + "rank": 7, + "brand": "Nu Tech", + "product": "74A9AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 58.0, + "Yield": 219.6, + "Adj Yield": 219.6 + } + }, + { + "rank": 3, + "brand": "Nu Tech", + "product": "72D4AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.5, + "Yield": 236.2, + "Adj Yield": 236.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 58.6, + "Yield": 237.6, + "Adj Yield": 237.6 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144110" + ], + "fetched_at": "2026-05-27T02:19:48.254285+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144110.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144110.md new file mode 100644 index 00000000..77cd2174 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144110.md @@ -0,0 +1,45 @@ +# Corn yield trial — Rutherford, TN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** TN +- **County:** Dyer +- **City:** Rutherford +- **Year:** 2024 +- **Plot ID:** 144110 +- **Cooperator:** Jearod Flowers +- **Plot average:** 214.31 BU/Ac +- **Planted:** 2024-05-02 +- **Harvested:** 2024-09-11 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144110 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 10 | AgriGold | A645-16VT2PRO | VT2Pro | - | 16.1 | 57.2 | 206.6 | 206.6 | +| 15 | Unknown | EXP1 | - | - | 15.1 | 61.6 | 193.3 | 193.3 | +| 6 | AgriGold | A647-79VT2PRO | VT2Pro | - | 14.2 | 63.8 | 224.3 | 224.3 | +| 9 | Unknown | EXP2 | - | - | 13.0 | 62.4 | 210.4 | 210.4 | +| 16 | Unknown | EXP3 | - | - | 13.9 | 58.5 | 192.6 | 192.6 | +| 5 | AgriGold | A647-42TRC | Trecepta | - | 15.2 | 57.6 | 226.3 | 226.3 | +| 8 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.8 | 56.5 | 217.8 | 217.8 | +| 11 | Unknown | EXP4 | - | - | 15.7 | 55.3 | 203.4 | 203.4 | +| 4 | AgriGold | A643-52VT2PRO | VT2Pro | - | 16.2 | 59.1 | 226.9 | 226.9 | +| 13 | Golden Harvest | G11V76 | C | - | 16.1 | 59.9 | 197.6 | 197.6 | +| 14 | Golden Harvest | G13U96-DV | 5222EZ | - | 15.8 | 58.8 | 194.2 | 194.2 | +| 12 | Golden Harvest | G15U34-V | 3220EZ | - | 16.5 | 59.3 | 199.1 | 199.1 | +| 1 | Nu Tech | 77A5AM | AM | - | 16.0 | 57.6 | 243.1 | 243.1 | +| 7 | Nu Tech | 74A9AM | AM | - | 15.2 | 58.0 | 219.6 | 219.6 | +| 3 | Nu Tech | 72D4AM | AM | - | 14.8 | 58.5 | 236.2 | 236.2 | +| 2 | AgriGold | A645-16VT2PRO | VT2Pro | - | 16.5 | 58.6 | 237.6 | 237.6 | + +Top 5 by Yield: 77A5AM (Nu Tech) 243.1, A645-16VT2PRO (AgriGold) 237.6, 72D4AM (Nu Tech) 236.2, A643-52VT2PRO (AgriGold) 226.9, A647-42TRC (AgriGold) 226.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144115.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144115.json new file mode 100644 index 00000000..1b6fd021 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144115.json @@ -0,0 +1,101 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144115", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "AR", + "state_abbrev": "ar", + "city": "Paragould", + "county": "Greene", + "year": 2024, + "plot_id": "144115", + "cooperator": "Derek Boling", + "plot_average": 248.42, + "planted_date": "2024-04-09", + "harvested_date": "2024-08-22", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 5, + "brand": "AgriGold", + "product": "A646-30", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 57.5, + "Yield": 245.7, + "Adj Yield": 245.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 57.8, + "Yield": 247.6, + "Adj Yield": 247.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A648-11", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 57.3, + "Yield": 248.6, + "Adj Yield": 248.6 + } + }, + { + "rank": 3, + "brand": "Becks", + "product": "6374", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 58.5, + "Yield": 248.4, + "Adj Yield": 248.4 + } + }, + { + "rank": 1, + "brand": "Becks", + "product": "6774", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 59.0, + "Yield": 251.8, + "Adj Yield": 251.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144115" + ], + "fetched_at": "2026-05-27T02:19:48.774885+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144115.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144115.md new file mode 100644 index 00000000..31442c19 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144115.md @@ -0,0 +1,35 @@ +# Corn yield trial — Paragould, AR, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** AR +- **County:** Greene +- **City:** Paragould +- **Year:** 2024 +- **Plot ID:** 144115 +- **Cooperator:** Derek Boling +- **Plot average:** 248.42 BU/Ac +- **Planted:** 2024-04-09 +- **Harvested:** 2024-08-22 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144115 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | AgriGold | A646-30 | C | - | 17.2 | 57.5 | 245.7 | 245.7 | +| 4 | AgriGold | A645-16 | C | - | 16.2 | 57.8 | 247.6 | 247.6 | +| 2 | AgriGold | A648-11 | C | - | 19.9 | 57.3 | 248.6 | 248.6 | +| 3 | Becks | 6374 | C | - | 16.7 | 58.5 | 248.4 | 248.4 | +| 1 | Becks | 6774 | C | - | 16.6 | 59.0 | 251.8 | 251.8 | + +Top 5 by Yield: 6774 (Becks) 251.8, A648-11 (AgriGold) 248.6, 6374 (Becks) 248.4, A645-16 (AgriGold) 247.6, A646-30 (AgriGold) 245.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144117.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144117.json new file mode 100644 index 00000000..fbe38f13 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144117.json @@ -0,0 +1,101 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144117", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NC", + "state_abbrev": "nc", + "city": "Bladenboro", + "county": "Bladen", + "year": 2024, + "plot_id": "144117", + "cooperator": "Eddie Hester", + "plot_average": 143.04, + "planted_date": "2024-04-17", + "harvested_date": "2024-09-09", + "population_seeds_per_acre": 28000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Sandy Loam", + "tillage": "Strip Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 56.2, + "Yield": 149.7, + "Adj Yield": 149.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 54.9, + "Yield": 139.0, + "Adj Yield": 139.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 55.8, + "Yield": 159.3, + "Adj Yield": 159.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A648-11VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 58.6, + "Yield": 128.6, + "Adj Yield": 128.6 + } + }, + { + "rank": 4, + "brand": "Progeny Seed", + "product": "9114VT2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.4, + "Yield": 138.6, + "Adj Yield": 138.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144117" + ], + "fetched_at": "2026-05-27T02:19:49.270228+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144117.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144117.md new file mode 100644 index 00000000..12afe789 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144117.md @@ -0,0 +1,35 @@ +# Corn yield trial — Bladenboro, NC, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NC +- **County:** Bladen +- **City:** Bladenboro +- **Year:** 2024 +- **Plot ID:** 144117 +- **Cooperator:** Eddie Hester +- **Plot average:** 143.04 BU/Ac +- **Planted:** 2024-04-17 +- **Harvested:** 2024-09-09 +- **Population:** 28,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Sandy Loam +- **Tillage:** Strip Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144117 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | A643-52VT2PRO | VT2Pro | - | 15.2 | 56.2 | 149.7 | 149.7 | +| 3 | AgriGold | J6227DV-RN | 5222 | - | 15.6 | 54.9 | 139.0 | 139.0 | +| 1 | AgriGold | A644-64VT2PRO | VT2Pro | - | 15.3 | 55.8 | 159.3 | 159.3 | +| 5 | AgriGold | A648-11VT2PRO | VT2Pro | - | 15.2 | 58.6 | 128.6 | 128.6 | +| 4 | Progeny Seed | 9114VT2P | VT2RIB | - | 14.9 | 58.4 | 138.6 | 138.6 | + +Top 5 by Yield: A644-64VT2PRO (AgriGold) 159.3, A643-52VT2PRO (AgriGold) 149.7, J6227DV-RN (AgriGold) 139.0, 9114VT2P (Progeny Seed) 138.6, A648-11VT2PRO (AgriGold) 128.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144123.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144123.json new file mode 100644 index 00000000..dd8ce88b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144123.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144123", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Cedar Hill", + "county": "Jefferson", + "year": 2024, + "plot_id": "144123", + "cooperator": "Jeff Bonacker", + "plot_average": 233.71, + "planted_date": "2024-04-16", + "harvested_date": "2024-09-12", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 62.9, + "Yield": 229.6, + "Adj Yield": 229.6 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-47STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 62.1, + "Yield": 207.3, + "Adj Yield": 207.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 60.3, + "Yield": 231.0, + "Adj Yield": 231.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 63.7, + "Yield": 242.7, + "Adj Yield": 242.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 59.7, + "Yield": 242.3, + "Adj Yield": 242.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 59.0, + "Yield": 240.7, + "Adj Yield": 240.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 60.4, + "Yield": 245.2, + "Adj Yield": 245.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A646-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 59.6, + "Yield": 237.8, + "Adj Yield": 237.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A6659VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 63.4, + "Yield": 233.6, + "Adj Yield": 233.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 64.4, + "Yield": 246.1, + "Adj Yield": 246.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-37-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 64.2, + "Yield": 214.5, + "Adj Yield": 214.5 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144123" + ], + "fetched_at": "2026-05-27T02:19:49.743058+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144123.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144123.md new file mode 100644 index 00000000..38a5b17e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144123.md @@ -0,0 +1,41 @@ +# Corn yield trial — Cedar Hill, MO, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Jefferson +- **City:** Cedar Hill +- **Year:** 2024 +- **Plot ID:** 144123 +- **Cooperator:** Jeff Bonacker +- **Plot average:** 233.71 BU/Ac +- **Planted:** 2024-04-16 +- **Harvested:** 2024-09-12 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144123 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.9 | 62.9 | 229.6 | 229.6 | +| 11 | AgriGold | A642-47STXRIB | STXRIB | - | 17.5 | 62.1 | 207.3 | 207.3 | +| 8 | AgriGold | A643-24PCE | PCE | - | 17.3 | 60.3 | 231.0 | 231.0 | +| 3 | AgriGold | A643-52VT2PRO | VT2Pro | - | 17.7 | 63.7 | 242.7 | 242.7 | +| 4 | AgriGold | A644-64VT2PRO | VT2Pro | - | 18.4 | 59.7 | 242.3 | 242.3 | +| 5 | AgriGold | A645-16VT2PRO | VT2Pro | - | 18.4 | 59.0 | 240.7 | 240.7 | +| 2 | AgriGold | A645-22TRC | Trecepta | - | 16.8 | 60.4 | 245.2 | 245.2 | +| 6 | AgriGold | A646-30VT2PRO | VT2Pro | - | 19.2 | 59.6 | 237.8 | 237.8 | +| 7 | AgriGold | A6659VT2PRO | VT2Pro | - | 16.9 | 63.4 | 233.6 | 233.6 | +| 1 | AgriGold | A647-79VT2PRO | VT2Pro | - | 16.9 | 64.4 | 246.1 | 246.1 | +| 10 | AgriGold | A643-37-3110 | 3110 | - | 15.6 | 64.2 | 214.5 | 214.5 | + +Top 5 by Yield: A647-79VT2PRO (AgriGold) 246.1, A645-22TRC (AgriGold) 245.2, A643-52VT2PRO (AgriGold) 242.7, A644-64VT2PRO (AgriGold) 242.3, A645-16VT2PRO (AgriGold) 240.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144124.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144124.json new file mode 100644 index 00000000..68aef57e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144124.json @@ -0,0 +1,361 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144124", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Haysville", + "county": "Sedgwick", + "year": 2024, + "plot_id": "144124", + "cooperator": "Fleming Feed and Grain", + "plot_average": 219.22, + "planted_date": "2024-04-25", + "harvested_date": "2024-09-13", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": 18, + "brand": "NK Brand", + "product": "NK0880-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 61.5, + "Yield": 212.1, + "Adj Yield": 212.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 61.7, + "Yield": 231.2, + "Adj Yield": 231.2 + } + }, + { + "rank": 17, + "brand": "NK Brand", + "product": "NK0922-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 61.0, + "Yield": 212.4, + "Adj Yield": 212.4 + } + }, + { + "rank": 19, + "brand": "Phillips", + "product": "PS1063VPR", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 60.9, + "Yield": 203.5, + "Adj Yield": 203.5 + } + }, + { + "rank": 8, + "brand": "NK Brand", + "product": "NK1082-3220AEZ", + "traits": "3220AEZ", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 60.2, + "Yield": 226.7, + "Adj Yield": 226.7 + } + }, + { + "rank": 20, + "brand": "Phillips", + "product": "PS1179A31", + "traits": "3220AEZ", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 60.5, + "Yield": 196.8, + "Adj Yield": 196.8 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 61.5, + "Yield": 219.2, + "Adj Yield": 219.2 + } + }, + { + "rank": 21, + "brand": "Phillips", + "product": "PS1372TRE", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 61.3, + "Yield": 166.0, + "Adj Yield": 166.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 61.0, + "Yield": 229.8, + "Adj Yield": 229.8 + } + }, + { + "rank": 11, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 59.9, + "Yield": 220.5, + "Adj Yield": 220.5 + } + }, + { + "rank": 15, + "brand": "NK Brand", + "product": "NK1386-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 61.4, + "Yield": 214.9, + "Adj Yield": 214.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 61.6, + "Yield": 228.8, + "Adj Yield": 228.8 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 61.6, + "Yield": 224.5, + "Adj Yield": 224.5 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 61.5, + "Yield": 221.9, + "Adj Yield": 221.9 + } + }, + { + "rank": 14, + "brand": "NK Brand", + "product": "N1573-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 61.4, + "Yield": 218.8, + "Adj Yield": 218.8 + } + }, + { + "rank": 9, + "brand": "NK Brand", + "product": "NK1523-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 60.2, + "Yield": 226.5, + "Adj Yield": 226.5 + } + }, + { + "rank": 16, + "brand": "Ohlde Seed", + "product": "O24-15TRE RB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 60.6, + "Yield": 212.5, + "Adj Yield": 212.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 60.3, + "Yield": 231.7, + "Adj Yield": 231.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 61.7, + "Yield": 233.7, + "Adj Yield": 233.7 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 61.7, + "Yield": 233.7, + "Adj Yield": 233.7 + } + }, + { + "rank": 12, + "brand": "NK Brand", + "product": "NK1661-3220AEZ", + "traits": "3220AEZ", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 60.7, + "Yield": 219.4, + "Adj Yield": 219.4 + } + }, + { + "rank": 13, + "brand": "Ohlde Seed", + "product": "O24-16", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 61.9, + "Yield": 218.9, + "Adj Yield": 218.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 59.6, + "Yield": 237.6, + "Adj Yield": 237.6 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P1718AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 60.2, + "Yield": 228.0, + "Adj Yield": 228.0 + } + }, + { + "rank": 1, + "brand": "Ohlde Seed", + "product": "EXP119", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 59.6, + "Yield": 243.2, + "Adj Yield": 243.2 + } + } + ], + "n_results": 25, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144124" + ], + "fetched_at": "2026-05-27T02:19:50.299072+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144124.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144124.md new file mode 100644 index 00000000..b943668e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144124.md @@ -0,0 +1,58 @@ +# Corn yield trial — Haysville, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Sedgwick +- **City:** Haysville +- **Year:** 2024 +- **Plot ID:** 144124 +- **Cooperator:** Fleming Feed and Grain +- **Plot average:** 219.22 BU/Ac +- **Planted:** 2024-04-25 +- **Harvested:** 2024-09-13 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144124 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 18 | NK Brand | NK0880-V | 3220EZ | - | 12.5 | 61.5 | 212.1 | 212.1 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.4 | 61.7 | 231.2 | 231.2 | +| 17 | NK Brand | NK0922-V | 3220EZ | - | 13.1 | 61.0 | 212.4 | 212.4 | +| 19 | Phillips | PS1063VPR | VT2RIB | - | 13.4 | 60.9 | 203.5 | 203.5 | +| 8 | NK Brand | NK1082-3220AEZ | 3220AEZ | - | 12.8 | 60.2 | 226.7 | 226.7 | +| 20 | Phillips | PS1179A31 | 3220AEZ | - | 16.0 | 60.5 | 196.8 | 196.8 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.3 | 61.5 | 219.2 | 219.2 | +| 21 | Phillips | PS1372TRE | TreceptaRIB | - | 14.5 | 61.3 | 166.0 | 166.0 | +| 5 | AgriGold | A643-24PCE | PCE | - | 13.9 | 61.0 | 229.8 | 229.8 | +| 11 | NK Brand | NK1307-DV | 5222 | - | 14.1 | 59.9 | 220.5 | 220.5 | +| 15 | NK Brand | NK1386-VZ | 3330EZ | - | 14.3 | 61.4 | 214.9 | 214.9 | +| 6 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.1 | 61.6 | 228.8 | 228.8 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.6 | 61.6 | 224.5 | 224.5 | +| 10 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.2 | 61.5 | 221.9 | 221.9 | +| 14 | NK Brand | N1573-3110 | 3110 | - | 14.3 | 61.4 | 218.8 | 218.8 | +| 9 | NK Brand | NK1523-V | 3220 | - | 14.9 | 60.2 | 226.5 | 226.5 | +| 16 | Ohlde Seed | O24-15TRE RB | TreceptaRIB | - | 14.0 | 60.6 | 212.5 | 212.5 | +| 4 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 14.9 | 60.3 | 231.7 | 231.7 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.5 | 61.7 | 233.7 | 233.7 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.5 | 61.7 | 233.7 | 233.7 | +| 12 | NK Brand | NK1661-3220AEZ | 3220AEZ | - | 16.4 | 60.7 | 219.4 | 219.4 | +| 13 | Ohlde Seed | O24-16 | VT2RIB | - | 14.9 | 61.9 | 218.9 | 218.9 | +| 2 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 14.6 | 59.6 | 237.6 | 237.6 | +| 7 | Pioneer | P1718AML | AML | - | 16.5 | 60.2 | 228.0 | 228.0 | +| 1 | Ohlde Seed | EXP119 | Unknown | - | 15.9 | 59.6 | 243.2 | 243.2 | + +Top 5 by Yield: EXP119 (Ohlde Seed) 243.2, A647-42TRCRIB (AgriGold) 237.6, A643-52VT2RIB (AgriGold) 233.7, A643-52VT2RIB (AgriGold) 233.7, A645-22TRCRIB (AgriGold) 231.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144125.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144125.json new file mode 100644 index 00000000..b2d58220 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144125.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144125", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Whitewater", + "county": "Butler", + "year": 2024, + "plot_id": "144125", + "cooperator": "Fleming Feed and Grain", + "plot_average": 190.47, + "planted_date": "2024-04-08", + "harvested_date": "2024-09-13", + "population_seeds_per_acre": 24500, + "row_width": "30.0\"", + "num_rows": 12, + "soil_type": "Silty Clay Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 58.1, + "Yield": 159.8, + "Adj Yield": 159.8 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P1742PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 57.3, + "Yield": 189.1, + "Adj Yield": 189.1 + } + }, + { + "rank": 8, + "brand": "NK Brand", + "product": "NK1701-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 54.7, + "Yield": 183.4, + "Adj Yield": 183.4 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 58.5, + "Yield": 190.2, + "Adj Yield": 190.2 + } + }, + { + "rank": 4, + "brand": "Channel", + "product": "214-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 60.3, + "Yield": 191.1, + "Adj Yield": 191.1 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P13841PWUE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 58.9, + "Yield": 182.4, + "Adj Yield": 182.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 59.0, + "Yield": 197.7, + "Adj Yield": 197.7 + } + }, + { + "rank": 1, + "brand": "Channel", + "product": "212-02VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 61.4, + "Yield": 206.0, + "Adj Yield": 206.0 + } + }, + { + "rank": 7, + "brand": "Channel", + "product": "210-46VT2P", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 61.0, + "Yield": 188.2, + "Adj Yield": 188.2 + } + }, + { + "rank": 10, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 60.2, + "Yield": 180.7, + "Adj Yield": 180.7 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 60.2, + "Yield": 180.7, + "Adj Yield": 180.7 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P1413AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 60.1, + "Yield": 195.9, + "Adj Yield": 195.9 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144125" + ], + "fetched_at": "2026-05-27T02:19:50.764966+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144125.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144125.md new file mode 100644 index 00000000..3424f8b3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144125.md @@ -0,0 +1,45 @@ +# Corn yield trial — Whitewater, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Butler +- **City:** Whitewater +- **Year:** 2024 +- **Plot ID:** 144125 +- **Cooperator:** Fleming Feed and Grain +- **Plot average:** 190.47 BU/Ac +- **Planted:** 2024-04-08 +- **Harvested:** 2024-09-13 +- **Population:** 24,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 12 +- **Soil type:** Silty Clay Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144125 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 13.9 | 58.1 | 159.8 | 159.8 | +| 6 | Pioneer | P1742PCE | PCE | - | 12.9 | 57.3 | 189.1 | 189.1 | +| 8 | NK Brand | NK1701-V | 3220 | - | 14.1 | 54.7 | 183.4 | 183.4 | +| 5 | Pioneer | P14830AML | AML | - | 13.4 | 58.5 | 190.2 | 190.2 | +| 4 | Channel | 214-70TRERIB | TreceptaRIB | - | 13.4 | 60.3 | 191.1 | 191.1 | +| 9 | Pioneer | P13841PWUE | PWE | - | 12.2 | 58.9 | 182.4 | 182.4 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.5 | 59.0 | 197.7 | 197.7 | +| 1 | Channel | 212-02VT2PRIB | VT2RIB | - | 12.5 | 61.4 | 206.0 | 206.0 | +| 7 | Channel | 210-46VT2P | VT2Pro | - | 12.0 | 61.0 | 188.2 | 188.2 | +| 10 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 13.5 | 60.2 | 180.7 | 180.7 | +| - | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 13.5 | 60.2 | 180.7 | 180.7 | +| 3 | Pioneer | P1413AM | AM | - | 11.8 | 60.1 | 195.9 | 195.9 | + +Top 5 by Yield: 212-02VT2PRIB (Channel) 206.0, A643-52VT2RIB (AgriGold) 197.7, P1413AM (Pioneer) 195.9, 214-70TRERIB (Channel) 191.1, P14830AML (Pioneer) 190.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144126.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144126.json new file mode 100644 index 00000000..7d5ed758 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144126.json @@ -0,0 +1,374 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144126", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Leona", + "county": "Doniphan", + "year": 2024, + "plot_id": "144126", + "cooperator": "Doniphan County Plot", + "plot_average": 269.09, + "planted_date": "2024-04-22", + "harvested_date": "2024-09-13", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": 17, + "brand": "Taylor", + "product": "9913", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 58.2, + "Yield": 266.2, + "Adj Yield": 266.2 + } + }, + { + "rank": 22, + "brand": "Dekalb", + "product": "DKC68-34RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 57.0, + "Yield": 254.7, + "Adj Yield": 254.7 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC65-95RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 60.4, + "Yield": 263.5, + "Adj Yield": 263.5 + } + }, + { + "rank": 15, + "brand": "Becks", + "product": "6692SXP", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 57.5, + "Yield": 268.5, + "Adj Yield": 268.5 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 58.0, + "Yield": 267.8, + "Adj Yield": 267.8 + } + }, + { + "rank": 4, + "brand": "Renk", + "product": "RK921VT2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 60.3, + "Yield": 274.2, + "Adj Yield": 274.2 + } + }, + { + "rank": 7, + "brand": "Dyna Gro", + "product": "D56TC44RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 57.9, + "Yield": 273.1, + "Adj Yield": 273.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 58.8, + "Yield": 274.0, + "Adj Yield": 274.0 + } + }, + { + "rank": 1, + "brand": "Brevant Seeds", + "product": "B16K30PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 58.9, + "Yield": 289.7, + "Adj Yield": 289.7 + } + }, + { + "rank": 21, + "brand": "Croplan", + "product": "CP5550VT2P/RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 58.0, + "Yield": 255.1, + "Adj Yield": 255.1 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 56.8, + "Yield": 257.6, + "Adj Yield": 257.6 + } + }, + { + "rank": 11, + "brand": "Becks", + "product": "6574TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 59.4, + "Yield": 269.8, + "Adj Yield": 269.8 + } + }, + { + "rank": 3, + "brand": "Channel", + "product": "215-15SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 57.1, + "Yield": 276.4, + "Adj Yield": 276.4 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC65-95RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 59.3, + "Yield": 262.9, + "Adj Yield": 262.9 + } + }, + { + "rank": 18, + "brand": "Dyna Gro", + "product": "D55VC80RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 56.7, + "Yield": 265.5, + "Adj Yield": 265.5 + } + }, + { + "rank": 13, + "brand": "Taylor", + "product": "6015TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 59.3, + "Yield": 268.7, + "Adj Yield": 268.7 + } + }, + { + "rank": 6, + "brand": "Croplan", + "product": "CP5497VT2P/RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 58.6, + "Yield": 273.2, + "Adj Yield": 273.2 + } + }, + { + "rank": 23, + "brand": "Channel", + "product": "214-40VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 57.1, + "Yield": 254.4, + "Adj Yield": 254.4 + } + }, + { + "rank": 19, + "brand": "Taylor", + "product": "A-114", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 60.5, + "Yield": 263.4, + "Adj Yield": 263.4 + } + }, + { + "rank": 2, + "brand": "Brevant Seeds", + "product": "B13C49PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 58.0, + "Yield": 282.1, + "Adj Yield": 282.1 + } + }, + { + "rank": 12, + "brand": "NC+", + "product": "NC13-50SSPRORIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 57.9, + "Yield": 269.2, + "Adj Yield": 269.2 + } + }, + { + "rank": 14, + "brand": "Renk", + "product": "RK832SSPRO", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 58.9, + "Yield": 268.6, + "Adj Yield": 268.6 + } + }, + { + "rank": 10, + "brand": "NC+", + "product": "NC12-48DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 57.8, + "Yield": 271.5, + "Adj Yield": 271.5 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 59.4, + "Yield": 272.7, + "Adj Yield": 272.7 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC65-95RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 59.0, + "Yield": 272.6, + "Adj Yield": 272.6 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC65-95RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 59.0, + "Yield": 272.6, + "Adj Yield": 272.6 + } + } + ], + "n_results": 26, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144126" + ], + "fetched_at": "2026-05-27T02:19:51.264118+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144126.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144126.md new file mode 100644 index 00000000..bca124f7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144126.md @@ -0,0 +1,59 @@ +# Corn yield trial — Leona, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Doniphan +- **City:** Leona +- **Year:** 2024 +- **Plot ID:** 144126 +- **Cooperator:** Doniphan County Plot +- **Plot average:** 269.09 BU/Ac +- **Planted:** 2024-04-22 +- **Harvested:** 2024-09-13 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Corn +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144126 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 17 | Taylor | 9913 | VT2RIB | - | 20.0 | 58.2 | 266.2 | 266.2 | +| 22 | Dekalb | DKC68-34RIB | STXRIB | - | 22.1 | 57.0 | 254.7 | 254.7 | +| - | Dekalb | DKC65-95RIB | VT2RIB | - | 18.4 | 60.4 | 263.5 | 263.5 | +| 15 | Becks | 6692SXP | SSPRIB | - | 20.4 | 57.5 | 268.5 | 268.5 | +| 16 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 18.7 | 58.0 | 267.8 | 267.8 | +| 4 | Renk | RK921VT2P | VT2RIB | - | 20.3 | 60.3 | 274.2 | 274.2 | +| 7 | Dyna Gro | D56TC44RIB | TreceptaRIB | - | 19.9 | 57.9 | 273.1 | 273.1 | +| 5 | AgriGold | A646-30VT2RIB | VT2RIB | - | 18.0 | 58.8 | 274.0 | 274.0 | +| 1 | Brevant Seeds | B16K30PCE | PCE | - | 18.9 | 58.9 | 289.7 | 289.7 | +| 21 | Croplan | CP5550VT2P/RIB | VT2RIB | - | 17.6 | 58.0 | 255.1 | 255.1 | +| 20 | AgriGold | A645-16VT2RIB | VT2RIB | - | 20.5 | 56.8 | 257.6 | 257.6 | +| 11 | Becks | 6574TCV2P | TreceptaRIB | - | 17.5 | 59.4 | 269.8 | 269.8 | +| 3 | Channel | 215-15SSPRIB | SSPRIB | - | 19.5 | 57.1 | 276.4 | 276.4 | +| - | Dekalb | DKC65-95RIB | VT2RIB | - | 18.6 | 59.3 | 262.9 | 262.9 | +| 18 | Dyna Gro | D55VC80RIB | VT2RIB | - | 20.1 | 56.7 | 265.5 | 265.5 | +| 13 | Taylor | 6015TRCRIB | TreceptaRIB | - | 18.2 | 59.3 | 268.7 | 268.7 | +| 6 | Croplan | CP5497VT2P/RIB | VT2RIB | - | 17.8 | 58.6 | 273.2 | 273.2 | +| 23 | Channel | 214-40VT4PRIB | VT4RIB | - | 17.7 | 57.1 | 254.4 | 254.4 | +| 19 | Taylor | A-114 | Unknown | - | 17.5 | 60.5 | 263.4 | 263.4 | +| 2 | Brevant Seeds | B13C49PCE | PCE | - | 18.3 | 58.0 | 282.1 | 282.1 | +| 12 | NC+ | NC13-50SSPRORIB | SSPRIB | - | 17.6 | 57.9 | 269.2 | 269.2 | +| 14 | Renk | RK832SSPRO | SSP | - | 17.1 | 58.9 | 268.6 | 268.6 | +| 10 | NC+ | NC12-48DGVT2PRIB | DGVT2PRIB | - | 18.0 | 57.8 | 271.5 | 271.5 | +| 8 | Dekalb | DKC111-35RIB | VT2RIB | - | 16.3 | 59.4 | 272.7 | 272.7 | +| 9 | Dekalb | DKC65-95RIB | VT2RIB | - | 17.6 | 59.0 | 272.6 | 272.6 | +| - | Dekalb | DKC65-95RIB | VT2RIB | - | 17.6 | 59.0 | 272.6 | 272.6 | + +Top 5 by Yield: B16K30PCE (Brevant Seeds) 289.7, B13C49PCE (Brevant Seeds) 282.1, 215-15SSPRIB (Channel) 276.4, RK921VT2P (Renk) 274.2, A646-30VT2RIB (AgriGold) 274.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144135.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144135.json new file mode 100644 index 00000000..48e6055e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144135.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144135", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Venedy", + "county": "Washington", + "year": 2024, + "plot_id": "144135", + "cooperator": "Eric Brammeier", + "plot_average": 238.36, + "planted_date": "2024-05-20", + "harvested_date": "2024-10-16", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 16, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 60.0, + "Yield": 229.0, + "Adj Yield": 229.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 60.4, + "Yield": 229.8, + "Adj Yield": 229.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.5, + "Yield": 235.6, + "Adj Yield": 235.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.0, + "Yield": 245.2, + "Adj Yield": 245.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 60.9, + "Yield": 250.7, + "Adj Yield": 250.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.4, + "Yield": 250.8, + "Adj Yield": 250.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.7, + "Yield": 242.2, + "Adj Yield": 242.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.9, + "Yield": 241.9, + "Adj Yield": 241.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 61.9, + "Yield": 232.6, + "Adj Yield": 232.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 61.6, + "Yield": 225.8, + "Adj Yield": 225.8 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144135" + ], + "fetched_at": "2026-05-27T02:19:51.784902+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144135.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144135.md new file mode 100644 index 00000000..d05751a0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144135.md @@ -0,0 +1,40 @@ +# Corn yield trial — Venedy, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Washington +- **City:** Venedy +- **Year:** 2024 +- **Plot ID:** 144135 +- **Cooperator:** Eric Brammeier +- **Plot average:** 238.36 BU/Ac +- **Planted:** 2024-05-20 +- **Harvested:** 2024-10-16 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 16 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144135 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.6 | 60.0 | 229.0 | 229.0 | +| 8 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.5 | 60.4 | 229.8 | 229.8 | +| 6 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.4 | 59.5 | 235.6 | 235.6 | +| 3 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.7 | 59.0 | 245.2 | 245.2 | +| 2 | AgriGold | A645-30VT2PRO | VT2Pro | - | 15.7 | 60.9 | 250.7 | 250.7 | +| 1 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 14.8 | 58.4 | 250.8 | 250.8 | +| 4 | AgriGold | A646-30VT2RIB | VT2RIB | - | 14.7 | 58.7 | 242.2 | 242.2 | +| 5 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 15.6 | 59.9 | 241.9 | 241.9 | +| 7 | AgriGold | A647-79VT2PRO | VT2Pro | - | 14.5 | 61.9 | 232.6 | 232.6 | +| 10 | AgriGold | A648-11VT2RIB | VT2RIB | - | 15.0 | 61.6 | 225.8 | 225.8 | + +Top 5 by Yield: A645-22TRCRIB (AgriGold) 250.8, A645-30VT2PRO (AgriGold) 250.7, A645-16VT2RIB (AgriGold) 245.2, A646-30VT2RIB (AgriGold) 242.2, A647-42TRCRIB (AgriGold) 241.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144137.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144137.json new file mode 100644 index 00000000..cdbd8d33 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144137.json @@ -0,0 +1,283 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144137", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Lamar", + "county": "Barton", + "year": 2024, + "plot_id": "144137", + "cooperator": "Jade Morgan", + "plot_average": 175.5, + "planted_date": "2024-04-16", + "harvested_date": "2024-09-18", + "population_seeds_per_acre": 28000, + "row_width": "20.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": 19, + "brand": "Mustang", + "product": "4296VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 58.0, + "Yield": 104.7, + "Adj Yield": 104.7 + } + }, + { + "rank": 18, + "brand": "Mustang", + "product": "43M96TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 59.3, + "Yield": 151.5, + "Adj Yield": 151.5 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC099-11RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 56.2, + "Yield": 161.5, + "Adj Yield": 161.5 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC101-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 59.2, + "Yield": 163.2, + "Adj Yield": 163.2 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 60.1, + "Yield": 168.5, + "Adj Yield": 168.5 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 57.2, + "Yield": 162.0, + "Adj Yield": 162.0 + } + }, + { + "rank": 10, + "brand": "Pioneer", + "product": "P0404AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 57.7, + "Yield": 171.6, + "Adj Yield": 171.6 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 58.5, + "Yield": 171.8, + "Adj Yield": 171.8 + } + }, + { + "rank": 3, + "brand": "Mustang", + "product": "56L04PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 58.9, + "Yield": 201.6, + "Adj Yield": 201.6 + } + }, + { + "rank": 8, + "brand": "Mustang", + "product": "63A06TRE", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 57.3, + "Yield": 181.9, + "Adj Yield": 181.9 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 58.9, + "Yield": 163.2, + "Adj Yield": 163.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 60.0, + "Yield": 188.7, + "Adj Yield": 188.7 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 63.2, + "Yield": 168.7, + "Adj Yield": 168.7 + } + }, + { + "rank": 5, + "brand": "Mustang", + "product": "82308VT2", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 56.3, + "Yield": 190.0, + "Adj Yield": 190.0 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P0995AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 57.3, + "Yield": 186.3, + "Adj Yield": 186.3 + } + }, + { + "rank": 4, + "brand": "Mustang", + "product": "4291VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 57.0, + "Yield": 194.1, + "Adj Yield": 194.1 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 57.3, + "Yield": 170.2, + "Adj Yield": 170.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 61.1, + "Yield": 218.4, + "Adj Yield": 218.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-59VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 60.8, + "Yield": 216.6, + "Adj Yield": 216.6 + } + } + ], + "n_results": 19, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144137" + ], + "fetched_at": "2026-05-27T02:19:52.279218+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144137.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144137.md new file mode 100644 index 00000000..cd1c29ce --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144137.md @@ -0,0 +1,52 @@ +# Corn yield trial — Lamar, MO, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Barton +- **City:** Lamar +- **Year:** 2024 +- **Plot ID:** 144137 +- **Cooperator:** Jade Morgan +- **Plot average:** 175.5 BU/Ac +- **Planted:** 2024-04-16 +- **Harvested:** 2024-09-18 +- **Population:** 28,000 seeds/acre +- **Row width:** 20.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144137 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 19 | Mustang | 4296VT2PRIB | VT2RIB | - | 13.3 | 58.0 | 104.7 | 104.7 | +| 18 | Mustang | 43M96TRERIB | TreceptaRIB | - | 13.8 | 59.3 | 151.5 | 151.5 | +| 17 | Dekalb | DKC099-11RIB | VT2RIB | - | 13.5 | 56.2 | 161.5 | 161.5 | +| 14 | Dekalb | DKC101-35RIB | VT2RIB | - | 12.6 | 59.2 | 163.2 | 163.2 | +| 13 | AgriGold | A628-51SSPRIB | SSPRIB | - | 12.3 | 60.1 | 168.5 | 168.5 | +| 16 | AgriGold | A629-55VT2RIB | VT2RIB | - | 13.2 | 57.2 | 162.0 | 162.0 | +| 10 | Pioneer | P0404AM | AM | - | 13.2 | 57.7 | 171.6 | 171.6 | +| 9 | AgriGold | A636-16-5222 | 5222 | - | 13.1 | 58.5 | 171.8 | 171.8 | +| 3 | Mustang | 56L04PCE | PCE | - | 12.6 | 58.9 | 201.6 | 201.6 | +| 8 | Mustang | 63A06TRE | TreceptaRIB | - | 12.8 | 57.3 | 181.9 | 181.9 | +| 14 | AgriGold | A636-39-3110 | 3110 | - | 12.6 | 58.9 | 163.2 | 163.2 | +| 6 | AgriGold | A637-72VT2PRO | VT2Pro | - | 13.0 | 60.0 | 188.7 | 188.7 | +| 12 | AgriGold | A638-19-3110 | 3110 | - | 12.2 | 63.2 | 168.7 | 168.7 | +| 5 | Mustang | 82308VT2 | VT2Pro | - | 13.5 | 56.3 | 190.0 | 190.0 | +| 7 | Pioneer | P0995AM | AM | - | 13.0 | 57.3 | 186.3 | 186.3 | +| 4 | Mustang | 4291VT2PRIB | VT2RIB | - | 13.8 | 57.0 | 194.1 | 194.1 | +| 11 | AgriGold | J6015PWE | PWE | - | 13.9 | 57.3 | 170.2 | 170.2 | +| 1 | AgriGold | A640-16-3110 | 3110 | - | 12.6 | 61.1 | 218.4 | 218.4 | +| 2 | AgriGold | A642-59VT2RIB | VT2RIB | - | 13.6 | 60.8 | 216.6 | 216.6 | + +Top 5 by Yield: A640-16-3110 (AgriGold) 218.4, A642-59VT2RIB (AgriGold) 216.6, 56L04PCE (Mustang) 201.6, 4291VT2PRIB (Mustang) 194.1, 82308VT2 (Mustang) 190.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144139.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144139.json new file mode 100644 index 00000000..d5254292 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144139.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144139", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Moundridge", + "county": "McPherson", + "year": 2024, + "plot_id": "144139", + "cooperator": "Ned Bergkamp", + "plot_average": 255.93, + "planted_date": "2024-04-09", + "harvested_date": "2024-09-17", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 272.2, + "Adj Yield": 272.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 272.2, + "Adj Yield": 272.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A6544VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 255.2, + "Adj Yield": 255.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 253.5, + "Adj Yield": 253.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 261.6, + "Adj Yield": 261.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 242.9, + "Adj Yield": 242.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 251.1, + "Adj Yield": 251.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A6544VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 255.0, + "Adj Yield": 255.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 265.7, + "Adj Yield": 265.7 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144139" + ], + "fetched_at": "2026-05-27T02:19:52.771540+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144139.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144139.md new file mode 100644 index 00000000..afb2768b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144139.md @@ -0,0 +1,39 @@ +# Corn yield trial — Moundridge, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** McPherson +- **City:** Moundridge +- **Year:** 2024 +- **Plot ID:** 144139 +- **Cooperator:** Ned Bergkamp +- **Plot average:** 255.93 BU/Ac +- **Planted:** 2024-04-09 +- **Harvested:** 2024-09-17 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144139 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 18.0 | - | 272.2 | 272.2 | +| 1 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 18.0 | - | 272.2 | 272.2 | +| 3 | AgriGold | A6544VT2RIB | VT2RIB | - | 16.1 | - | 255.2 | 255.2 | +| 5 | AgriGold | A643-24PCE | PCE | - | 16.2 | - | 253.5 | 253.5 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.2 | - | 261.6 | 261.6 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.9 | - | 242.9 | 242.9 | +| 6 | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.0 | - | 251.1 | 251.1 | +| 4 | AgriGold | A6544VT2RIB | VT2RIB | - | 16.4 | - | 255.0 | 255.0 | +| - | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 18.4 | - | 265.7 | 265.7 | + +Top 5 by Yield: A645-22TRCRIB (AgriGold) 272.2, A645-22TRCRIB (AgriGold) 272.2, A645-22TRCRIB (AgriGold) 265.7, A643-52VT2RIB (AgriGold) 261.6, A6544VT2RIB (AgriGold) 255.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144145.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144145.json new file mode 100644 index 00000000..7c06078d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144145.json @@ -0,0 +1,374 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144145", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Schell City", + "county": "Bates", + "year": 2024, + "plot_id": "144145", + "cooperator": "Nolan Rapp", + "plot_average": 224.17, + "planted_date": "2024-04-06", + "harvested_date": "2024-09-03", + "population_seeds_per_acre": 32000, + "row_width": "20.0\"", + "num_rows": 8, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 233.9, + "Adj Yield": 233.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 236.6, + "Adj Yield": 236.6 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 213.6, + "Adj Yield": 213.6 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 228.7, + "Adj Yield": 228.7 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC65-95RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 225.4, + "Adj Yield": 225.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 229.9, + "Adj Yield": 229.9 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 247.6, + "Adj Yield": 247.6 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P13050AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": null, + "Yield": 237.8, + "Adj Yield": 237.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 240.8, + "Adj Yield": 240.8 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC113-83RIB", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 247.6, + "Adj Yield": 247.6 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P1222AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 228.6, + "Adj Yield": 228.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 234.3, + "Adj Yield": 234.3 + } + }, + { + "rank": 21, + "brand": "Dekalb", + "product": "PR112-50RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": null, + "Yield": 210.9, + "Adj Yield": 210.9 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-47STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": null, + "Yield": 227.7, + "Adj Yield": 227.7 + } + }, + { + "rank": 24, + "brand": "Dekalb", + "product": "PR111-20", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 201.5, + "Adj Yield": 201.5 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": null, + "Yield": 225.7, + "Adj Yield": 225.7 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": null, + "Yield": 230.1, + "Adj Yield": 230.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A641-85TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": null, + "Yield": 241.0, + "Adj Yield": 241.0 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 237.1, + "Adj Yield": 237.1 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": null, + "Yield": 210.6, + "Adj Yield": 210.6 + } + }, + { + "rank": 17, + "brand": "Pioneer", + "product": "P0995AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 223.9, + "Adj Yield": 223.9 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC59-82RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": null, + "Yield": 219.5, + "Adj Yield": 219.5 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": null, + "Yield": 188.0, + "Adj Yield": 188.0 + } + }, + { + "rank": 19, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": null, + "Yield": 217.4, + "Adj Yield": 217.4 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 187.0, + "Adj Yield": 187.0 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 203.3, + "Adj Yield": 203.3 + } + } + ], + "n_results": 26, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144145" + ], + "fetched_at": "2026-05-27T02:19:53.261611+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144145.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144145.md new file mode 100644 index 00000000..69e0cf53 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144145.md @@ -0,0 +1,56 @@ +# Corn yield trial — Schell City, MO, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Bates +- **City:** Schell City +- **Year:** 2024 +- **Plot ID:** 144145 +- **Cooperator:** Nolan Rapp +- **Plot average:** 224.17 BU/Ac +- **Planted:** 2024-04-06 +- **Harvested:** 2024-09-03 +- **Population:** 32,000 seeds/acre +- **Row width:** 20.0" +- **# Rows:** 8 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144145 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | Dekalb | DKC68-35RIB | VT2RIB | - | 16.2 | - | 233.9 | 233.9 | +| 7 | AgriGold | A647-42TRC | Trecepta | - | 17.6 | - | 236.6 | 236.6 | +| 20 | AgriGold | A645-30VT2PRO | VT2Pro | - | 17.0 | - | 213.6 | 213.6 | +| 12 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.7 | - | 228.7 | 228.7 | +| 16 | Dekalb | DKC65-95RIB | VT2RIB | - | 16.8 | - | 225.4 | 225.4 | +| 11 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 16.8 | - | 229.9 | 229.9 | +| 1 | Dekalb | DKC114-43RIB | VT4RIB | - | 16.4 | - | 247.6 | 247.6 | +| 5 | Pioneer | P13050AM | AM | - | 14.8 | - | 237.8 | 237.8 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.9 | - | 240.8 | 240.8 | +| 2 | Dekalb | DKC113-83RIB | Trecepta | - | 15.9 | - | 247.6 | 247.6 | +| 13 | Pioneer | P1222AM | AM | - | 14.5 | - | 228.6 | 228.6 | +| 8 | AgriGold | A642-32VT2PRO | VT2Pro | - | 16.3 | - | 234.3 | 234.3 | +| 21 | Dekalb | PR112-50RIB | STXRIB | - | 15.4 | - | 210.9 | 210.9 | +| 14 | AgriGold | A642-47STXRIB | STXRIB | - | 15.1 | - | 227.7 | 227.7 | +| 24 | Dekalb | PR111-20 | VT2RIB | - | 15.5 | - | 201.5 | 201.5 | +| 15 | AgriGold | A641-26-3110 | 3110 | - | 15.0 | - | 225.7 | 225.7 | +| 10 | Dekalb | DKC111-35RIB | VT2RIB | - | 14.8 | - | 230.1 | 230.1 | +| 3 | AgriGold | A641-85TRCRIB | TreceptaRIB | - | 15.0 | - | 241.0 | 241.0 | +| 6 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 14.2 | - | 237.1 | 237.1 | +| 22 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.6 | - | 210.6 | 210.6 | +| 17 | Pioneer | P0995AM | AM | - | 14.2 | - | 223.9 | 223.9 | +| 18 | Dekalb | DKC59-82RIB | VT2RIB | - | 14.4 | - | 219.5 | 219.5 | +| 25 | AgriGold | A638-19-3110 | 3110 | - | 14.7 | - | 188.0 | 188.0 | +| 19 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 13.7 | - | 217.4 | 217.4 | +| 26 | AgriGold | A636-16VT2RIB | VT2RIB | - | 14.1 | - | 187.0 | 187.0 | +| 23 | AgriGold | A636-39-3110 | 3110 | - | 14.1 | - | 203.3 | 203.3 | + +Top 5 by Yield: DKC114-43RIB (Dekalb) 247.6, DKC113-83RIB (Dekalb) 247.6, A641-85TRCRIB (AgriGold) 241.0, A643-52VT2RIB (AgriGold) 240.8, P13050AM (Pioneer) 237.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144149.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144149.json new file mode 100644 index 00000000..0a2676d4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144149.json @@ -0,0 +1,374 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144149", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Garden City", + "county": "Cass", + "year": 2024, + "plot_id": "144149", + "cooperator": "Neco Seed research farm", + "plot_average": 208.07, + "planted_date": "2024-04-05", + "harvested_date": "2024-09-13", + "population_seeds_per_acre": 29950, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 61.0, + "Yield": 232.7, + "Adj Yield": 232.7 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.0, + "Yield": 172.2, + "Adj Yield": 163.33 + } + }, + { + "rank": 20, + "brand": "Lewis", + "product": "05DD690", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 58.0, + "Yield": 197.0, + "Adj Yield": 189.32 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 58.0, + "Yield": 194.0, + "Adj Yield": 187.36 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 61.0, + "Yield": 230.0, + "Adj Yield": 224.19 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 61.0, + "Yield": 213.3, + "Adj Yield": 208.18 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A637-55-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 60.0, + "Yield": 194.3, + "Adj Yield": 189.66 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.0, + "Yield": 205.8, + "Adj Yield": 201.63 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 60.0, + "Yield": 214.5, + "Adj Yield": 210.5 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.0, + "Yield": 193.6, + "Adj Yield": 189.62 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 61.0, + "Yield": 224.2, + "Adj Yield": 220.01 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 61.0, + "Yield": 211.8, + "Adj Yield": 206.96 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 60.0, + "Yield": 228.4, + "Adj Yield": 228.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 61.0, + "Yield": 216.8, + "Adj Yield": 212.34 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 60.0, + "Yield": 187.1, + "Adj Yield": 183.97 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.0, + "Yield": 223.8, + "Adj Yield": 222.11 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 60.0, + "Yield": 227.4, + "Adj Yield": 227.2 + } + }, + { + "rank": 13, + "brand": "Lewis", + "product": "14DD829", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 62.0, + "Yield": 207.9, + "Adj Yield": 209.23 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 59.0, + "Yield": 213.6, + "Adj Yield": 216.53 + } + }, + { + "rank": 3, + "brand": "Lewis", + "product": "15DP899", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 61.0, + "Yield": 219.7, + "Adj Yield": 224.3 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 61.0, + "Yield": 200.6, + "Adj Yield": 207.16 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A6572VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 62.0, + "Yield": 210.4, + "Adj Yield": 219.01 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 62.0, + "Yield": 201.9, + "Adj Yield": 212.73 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 62.0, + "Yield": 200.7, + "Adj Yield": 214.03 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 61.0, + "Yield": 206.4, + "Adj Yield": 206.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 61.0, + "Yield": 232.7, + "Adj Yield": 246.34 + } + } + ], + "n_results": 26, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144149" + ], + "fetched_at": "2026-05-27T02:19:53.755583+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144149.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144149.md new file mode 100644 index 00000000..b50a642c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144149.md @@ -0,0 +1,55 @@ +# Corn yield trial — Garden City, MO, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Cass +- **City:** Garden City +- **Year:** 2024 +- **Plot ID:** 144149 +- **Cooperator:** Neco Seed research farm +- **Plot average:** 208.07 BU/Ac +- **Planted:** 2024-04-05 +- **Harvested:** 2024-09-13 +- **Population:** 29,950 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144149 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.9 | 61.0 | 232.7 | 232.7 | +| 23 | AgriGold | A632-68VT2RIB | VT2RIB | - | 13.7 | 60.0 | 172.2 | 163.33 | +| 20 | Lewis | 05DD690 | DGVT2PRIB | - | 13.2 | 58.0 | 197.0 | 189.32 | +| 21 | AgriGold | A636-16VT2RIB | VT2RIB | - | 14.5 | 58.0 | 194.0 | 187.36 | +| 4 | AgriGold | A636-39-3110 | 3110 | - | 14.5 | 61.0 | 230.0 | 224.19 | +| 14 | AgriGold | A637-72VT2PRO | VT2Pro | - | 14.3 | 61.0 | 213.3 | 208.18 | +| 18 | AgriGold | A637-55-5222EZ | 5222EZ | - | 13.5 | 60.0 | 194.3 | 189.66 | +| 17 | AgriGold | A638-19-3110 | 3110 | - | 13.7 | 60.0 | 205.8 | 201.63 | +| 12 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.4 | 60.0 | 214.5 | 210.5 | +| 19 | AgriGold | J6015PWE | PWE | - | 14.5 | 59.0 | 193.6 | 189.62 | +| 6 | AgriGold | A641-26V | 3220EZ | - | 14.4 | 61.0 | 224.2 | 220.01 | +| 16 | AgriGold | J6227DV-RN | 5222 | - | 14.2 | 61.0 | 211.8 | 206.96 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.7 | 60.0 | 228.4 | 228.4 | +| 11 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.4 | 61.0 | 216.8 | 212.34 | +| 22 | AgriGold | A643-24PCE | PCE | - | 15.6 | 60.0 | 187.1 | 183.97 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.4 | 60.0 | 223.8 | 222.11 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.6 | 60.0 | 227.4 | 227.2 | +| 13 | Lewis | 14DD829 | VT2RIB | - | 16.9 | 62.0 | 207.9 | 209.23 | +| 8 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 17.0 | 59.0 | 213.6 | 216.53 | +| 3 | Lewis | 15DP899 | VT2RIB | - | 16.4 | 61.0 | 219.7 | 224.3 | +| 15 | AgriGold | A645-80-3110 | 3110 | - | 15.6 | 61.0 | 200.6 | 207.16 | +| 7 | AgriGold | A6572VT2RIB | VT2RIB | - | 15.3 | 62.0 | 210.4 | 219.01 | +| 10 | AgriGold | A646-30VT2RIB | VT2RIB | - | 15.7 | 62.0 | 201.9 | 212.73 | +| 9 | AgriGold | A647-79VT2PRO | VT2Pro | - | 16.2 | 62.0 | 200.7 | 214.03 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.7 | 61.0 | 206.4 | 206.4 | +| 1 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.9 | 61.0 | 232.7 | 246.34 | + +Top 5 by Yield: A645-16VT2RIB (AgriGold) 232.7, A645-16VT2RIB (AgriGold) 232.7, A636-39-3110 (AgriGold) 230.0, A645-16VT2RIB (AgriGold) 228.4, A644-64VT2RIB (AgriGold) 227.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144150.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144150.json new file mode 100644 index 00000000..33805837 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144150.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144150", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Harrisonville", + "county": "Cass", + "year": 2024, + "plot_id": "144150", + "cooperator": "Neco Seed", + "plot_average": 200.66, + "planted_date": "2024-03-29", + "harvested_date": "2024-09-13", + "population_seeds_per_acre": 29950, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 60.0, + "Yield": 210.5, + "Adj Yield": 210.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.0, + "Yield": 210.0, + "Adj Yield": 210.53 + } + }, + { + "rank": 4, + "brand": "Lewis", + "product": "17DP651", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.0, + "Yield": 202.6, + "Adj Yield": 202.99 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.0, + "Yield": 211.8, + "Adj Yield": 212.04 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A641-85TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 61.0, + "Yield": 202.9, + "Adj Yield": 203.02 + } + }, + { + "rank": 7, + "brand": "Lewis", + "product": "12DT302", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 62.0, + "Yield": 193.3, + "Adj Yield": 193.17 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 61.0, + "Yield": 194.0, + "Adj Yield": 193.76 + } + }, + { + "rank": 5, + "brand": "Lewis", + "product": "14DT603", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 62.0, + "Yield": 199.2, + "Adj Yield": 198.8 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 59.0, + "Yield": 191.5, + "Adj Yield": 190.97 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.0, + "Yield": 211.8, + "Adj Yield": 211.8 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144150" + ], + "fetched_at": "2026-05-27T02:19:54.266865+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144150.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144150.md new file mode 100644 index 00000000..998bb9b2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144150.md @@ -0,0 +1,39 @@ +# Corn yield trial — Harrisonville, MO, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Cass +- **City:** Harrisonville +- **Year:** 2024 +- **Plot ID:** 144150 +- **Cooperator:** Neco Seed +- **Plot average:** 200.66 BU/Ac +- **Planted:** 2024-03-29 +- **Harvested:** 2024-09-13 +- **Population:** 29,950 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144150 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.9 | 60.0 | 210.5 | 210.5 | +| 2 | AgriGold | A646-30VT2RIB | VT2RIB | - | 16.1 | 59.0 | 210.0 | 210.53 | +| 4 | Lewis | 17DP651 | VT2RIB | - | 15.2 | 60.0 | 202.6 | 202.99 | +| 1 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.2 | 60.0 | 211.8 | 212.04 | +| 3 | AgriGold | A641-85TRCRIB | TreceptaRIB | - | 15.5 | 61.0 | 202.9 | 203.02 | +| 7 | Lewis | 12DT302 | TreceptaRIB | - | 15.8 | 62.0 | 193.3 | 193.17 | +| 6 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.4 | 61.0 | 194.0 | 193.76 | +| 5 | Lewis | 14DT603 | TreceptaRIB | - | 15.0 | 62.0 | 199.2 | 198.8 | +| 8 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 19.6 | 59.0 | 191.5 | 190.97 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.2 | 60.0 | 211.8 | 211.8 | + +Top 5 by Yield: A645-16VT2RIB (AgriGold) 211.8, A645-16VT2RIB (AgriGold) 211.8, A645-16VT2RIB (AgriGold) 210.5, A646-30VT2RIB (AgriGold) 210.0, A641-85TRCRIB (AgriGold) 202.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144151.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144151.json new file mode 100644 index 00000000..b56a0838 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144151.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144151", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Harrisonville", + "county": "Cass", + "year": 2024, + "plot_id": "144151", + "cooperator": "Neco Seed", + "plot_average": 204.54, + "planted_date": "2024-03-30", + "harvested_date": "2024-09-12", + "population_seeds_per_acre": 29950, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": null, + "Yield": 230.1, + "Adj Yield": 230.1 + } + }, + { + "rank": 9, + "brand": "Lewis", + "product": "05DD690", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": null, + "Yield": 195.1, + "Adj Yield": 179.39 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": null, + "Yield": 197.3, + "Adj Yield": 186.08 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": null, + "Yield": 216.8, + "Adj Yield": 210.0 + } + }, + { + "rank": 4, + "brand": "Lewis", + "product": "14DT603", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": null, + "Yield": 219.4, + "Adj Yield": 217.15 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A6572VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 210.2, + "Adj Yield": 212.43 + } + }, + { + "rank": 7, + "brand": "Lewis", + "product": "15DP899", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": null, + "Yield": 202.9, + "Adj Yield": 209.63 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 208.0, + "Adj Yield": 219.29 + } + }, + { + "rank": 2, + "brand": "Lewis", + "product": "17DP651", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": null, + "Yield": 209.3, + "Adj Yield": 225.09 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": null, + "Yield": 189.6, + "Adj Yield": 189.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 125.6, + "Adj Yield": 142.17 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": null, + "Yield": 230.1, + "Adj Yield": 244.14 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144151" + ], + "fetched_at": "2026-05-27T02:19:54.728161+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144151.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144151.md new file mode 100644 index 00000000..a41858d4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144151.md @@ -0,0 +1,41 @@ +# Corn yield trial — Harrisonville, MO, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Cass +- **City:** Harrisonville +- **Year:** 2024 +- **Plot ID:** 144151 +- **Cooperator:** Neco Seed +- **Plot average:** 204.54 BU/Ac +- **Planted:** 2024-03-30 +- **Harvested:** 2024-09-12 +- **Population:** 29,950 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144151 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 13.7 | - | 230.1 | 230.1 | +| 9 | Lewis | 05DD690 | DGVT2PRIB | - | 10.7 | - | 195.1 | 179.39 | +| 8 | AgriGold | A636-11VT2RIB | VT2RIB | - | 11.3 | - | 197.3 | 186.08 | +| 6 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.6 | - | 216.8 | 210.0 | +| 4 | Lewis | 14DT603 | TreceptaRIB | - | 13.9 | - | 219.4 | 217.15 | +| 5 | AgriGold | A6572VT2RIB | VT2RIB | - | 13.5 | - | 210.2 | 212.43 | +| 7 | Lewis | 15DP899 | VT2RIB | - | 13.7 | - | 202.9 | 209.63 | +| 3 | AgriGold | A647-79VT2PRO | VT2Pro | - | 14.1 | - | 208.0 | 219.29 | +| 2 | Lewis | 17DP651 | VT2RIB | - | 14.4 | - | 209.3 | 225.09 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 12.6 | - | 189.6 | 189.6 | +| 10 | AgriGold | A632-68VT2RIB | VT2RIB | - | 13.0 | - | 125.6 | 142.17 | +| 1 | AgriGold | A645-16VT2RIB | VT2RIB | - | 13.7 | - | 230.1 | 244.14 | + +Top 5 by Yield: A645-16VT2RIB (AgriGold) 230.1, A645-16VT2RIB (AgriGold) 230.1, 14DT603 (Lewis) 219.4, A643-52VT2RIB (AgriGold) 216.8, A6572VT2RIB (AgriGold) 210.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144161.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144161.json new file mode 100644 index 00000000..bb223f15 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144161.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144161", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Mullinville", + "county": "Kiowa", + "year": 2024, + "plot_id": "144161", + "cooperator": "Fleming Feed and Grain", + "plot_average": 182.73, + "planted_date": "2024-04-30", + "harvested_date": "2024-09-17", + "population_seeds_per_acre": 28000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "Pioneer", + "product": "P1847AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 62.4, + "Yield": 182.1, + "Adj Yield": 182.1 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P1847AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 62.4, + "Yield": 182.1, + "Adj Yield": 182.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 62.0, + "Yield": 193.5, + "Adj Yield": 193.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 61.4, + "Yield": 184.7, + "Adj Yield": 184.7 + } + }, + { + "rank": 8, + "brand": "Becks", + "product": "6414V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 60.7, + "Yield": 163.0, + "Adj Yield": 163.0 + } + }, + { + "rank": 5, + "brand": "Becks", + "product": "6973TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 61.0, + "Yield": 184.1, + "Adj Yield": 184.1 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 62.6, + "Yield": 180.1, + "Adj Yield": 180.1 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 62.9, + "Yield": 189.6, + "Adj Yield": 189.6 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P1170AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 62.2, + "Yield": 184.7, + "Adj Yield": 184.7 + } + }, + { + "rank": null, + "brand": "Pioneer", + "product": "P1847AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 60.0, + "Yield": 181.9, + "Adj Yield": 181.9 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144161" + ], + "fetched_at": "2026-05-27T02:19:55.287880+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144161.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144161.md new file mode 100644 index 00000000..951c5f01 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144161.md @@ -0,0 +1,43 @@ +# Corn yield trial — Mullinville, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Kiowa +- **City:** Mullinville +- **Year:** 2024 +- **Plot ID:** 144161 +- **Cooperator:** Fleming Feed and Grain +- **Plot average:** 182.73 BU/Ac +- **Planted:** 2024-04-30 +- **Harvested:** 2024-09-17 +- **Population:** 28,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Corn +- **Irrigation:** Yes +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144161 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Pioneer | P1847AML | AML | - | 16.8 | 62.4 | 182.1 | 182.1 | +| 6 | Pioneer | P1847AML | AML | - | 16.8 | 62.4 | 182.1 | 182.1 | +| 1 | AgriGold | A645-80-3110 | 3110 | - | 15.7 | 62.0 | 193.5 | 193.5 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.2 | 61.4 | 184.7 | 184.7 | +| 8 | Becks | 6414V2P | VT2RIB | - | 15.8 | 60.7 | 163.0 | 163.0 | +| 5 | Becks | 6973TCV2P | TreceptaRIB | - | 16.2 | 61.0 | 184.1 | 184.1 | +| 7 | Dekalb | DKC114-99RIB | VT4RIB | - | 16.1 | 62.6 | 180.1 | 180.1 | +| 2 | Pioneer | P14830AML | AML | - | 15.8 | 62.9 | 189.6 | 189.6 | +| 3 | Pioneer | P1170AM | AM | - | 14.9 | 62.2 | 184.7 | 184.7 | +| - | Pioneer | P1847AML | AML | - | 16.8 | 60.0 | 181.9 | 181.9 | + +Top 5 by Yield: A645-80-3110 (AgriGold) 193.5, P14830AML (Pioneer) 189.6, A643-52VT2RIB (AgriGold) 184.7, P1170AM (Pioneer) 184.7, 6973TCV2P (Becks) 184.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144162.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144162.json new file mode 100644 index 00000000..2cb58d1e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144162.json @@ -0,0 +1,335 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144162", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Curley", + "county": "Sedgwick", + "year": 2024, + "plot_id": "144162", + "cooperator": "Fleming Feed and Grain", + "plot_average": 108.85, + "planted_date": "2024-04-04", + "harvested_date": "2024-09-06", + "population_seeds_per_acre": 19000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 60.2, + "Yield": 126.4, + "Adj Yield": 126.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 59.0, + "Yield": 119.5, + "Adj Yield": 119.5 + } + }, + { + "rank": 2, + "brand": "Phillips", + "product": "PS0897V32", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 58.2, + "Yield": 121.0, + "Adj Yield": 121.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 58.9, + "Yield": 117.4, + "Adj Yield": 117.4 + } + }, + { + "rank": 3, + "brand": "NK Brand", + "product": "NK0922-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 58.8, + "Yield": 120.7, + "Adj Yield": 120.7 + } + }, + { + "rank": 7, + "brand": "NK Brand", + "product": "NK1056-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 59.4, + "Yield": 115.5, + "Adj Yield": 115.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 60.7, + "Yield": 114.2, + "Adj Yield": 114.2 + } + }, + { + "rank": 11, + "brand": "Phillips", + "product": "PS1179A31", + "traits": "3220AEZ", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 58.6, + "Yield": 108.3, + "Adj Yield": 108.3 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 59.5, + "Yield": 116.5, + "Adj Yield": 116.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 59.5, + "Yield": 116.5, + "Adj Yield": 116.5 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 61.1, + "Yield": 103.4, + "Adj Yield": 103.4 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-76VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 60.4, + "Yield": 107.2, + "Adj Yield": 107.2 + } + }, + { + "rank": 13, + "brand": "Phillips", + "product": "PS1372TRE", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 59.2, + "Yield": 104.7, + "Adj Yield": 104.7 + } + }, + { + "rank": 10, + "brand": "NK Brand", + "product": "NK1386-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 58.4, + "Yield": 109.6, + "Adj Yield": 109.6 + } + }, + { + "rank": 17, + "brand": "Ohlde Seed", + "product": "O22-13", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 58.6, + "Yield": 101.8, + "Adj Yield": 101.8 + } + }, + { + "rank": 18, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 58.6, + "Yield": 101.2, + "Adj Yield": 101.2 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 59.2, + "Yield": 106.9, + "Adj Yield": 106.9 + } + }, + { + "rank": 16, + "brand": "Ohlde Seed", + "product": "O24-14DGVT2ProRB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 57.8, + "Yield": 102.5, + "Adj Yield": 102.5 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A6619VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 58.1, + "Yield": 95.8, + "Adj Yield": 95.8 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 59.6, + "Yield": 82.9, + "Adj Yield": 82.9 + } + }, + { + "rank": 14, + "brand": "Ohlde Seed", + "product": "O23-16", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 56.0, + "Yield": 103.4, + "Adj Yield": 103.4 + } + }, + { + "rank": 9, + "brand": "NK Brand", + "product": "NK1701-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 55.5, + "Yield": 114.1, + "Adj Yield": 114.1 + } + }, + { + "rank": 19, + "brand": "Ohlde Seed", + "product": "O23-18", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 59.7, + "Yield": 99.7, + "Adj Yield": 99.7 + } + } + ], + "n_results": 23, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144162" + ], + "fetched_at": "2026-05-27T02:19:55.796091+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144162.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144162.md new file mode 100644 index 00000000..57ee67c4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144162.md @@ -0,0 +1,56 @@ +# Corn yield trial — Curley, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Sedgwick +- **City:** Curley +- **Year:** 2024 +- **Plot ID:** 144162 +- **Cooperator:** Fleming Feed and Grain +- **Plot average:** 108.85 BU/Ac +- **Planted:** 2024-04-04 +- **Harvested:** 2024-09-06 +- **Population:** 19,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144162 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A636-39-3110 | 3110 | - | 12.5 | 60.2 | 126.4 | 126.4 | +| 4 | AgriGold | A636-16VT2RIB | VT2RIB | - | 13.3 | 59.0 | 119.5 | 119.5 | +| 2 | Phillips | PS0897V32 | 3220 | - | 12.2 | 58.2 | 121.0 | 121.0 | +| 5 | AgriGold | A638-19-3110 | 3110 | - | 12.7 | 58.9 | 117.4 | 117.4 | +| 3 | NK Brand | NK0922-V | 3220EZ | - | 12.4 | 58.8 | 120.7 | 120.7 | +| 7 | NK Brand | NK1056-V | 3220 | - | 13.4 | 59.4 | 115.5 | 115.5 | +| 8 | AgriGold | A641-26V | 3220EZ | - | 12.2 | 60.7 | 114.2 | 114.2 | +| 11 | Phillips | PS1179A31 | 3220AEZ | - | 13.1 | 58.6 | 108.3 | 108.3 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.7 | 59.5 | 116.5 | 116.5 | +| 6 | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.7 | 59.5 | 116.5 | 116.5 | +| 14 | AgriGold | A642-32VT2PRO | VT2Pro | - | 13.2 | 61.1 | 103.4 | 103.4 | +| 12 | AgriGold | A642-76VT2RIB | VT2RIB | - | 12.4 | 60.4 | 107.2 | 107.2 | +| 13 | Phillips | PS1372TRE | TreceptaRIB | - | 12.1 | 59.2 | 104.7 | 104.7 | +| 10 | NK Brand | NK1386-VZ | 3330EZ | - | 12.8 | 58.4 | 109.6 | 109.6 | +| 17 | Ohlde Seed | O22-13 | TreceptaRIB | - | 12.1 | 58.6 | 101.8 | 101.8 | +| 18 | NK Brand | NK1307-DV | 5222 | - | 12.6 | 58.6 | 101.2 | 101.2 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.4 | 59.2 | 106.9 | 106.9 | +| 16 | Ohlde Seed | O24-14DGVT2ProRB | VT2RIB | - | 12.3 | 57.8 | 102.5 | 102.5 | +| 20 | AgriGold | A6619VT2RIBD1 | DGVT2PRIB | - | 14.0 | 58.1 | 95.8 | 95.8 | +| 21 | AgriGold | A645-80-3110 | 3110 | - | 12.6 | 59.6 | 82.9 | 82.9 | +| 14 | Ohlde Seed | O23-16 | 3220EZ | - | 13.2 | 56.0 | 103.4 | 103.4 | +| 9 | NK Brand | NK1701-V | 3220 | - | 12.3 | 55.5 | 114.1 | 114.1 | +| 19 | Ohlde Seed | O23-18 | VT2RIB | - | 14.7 | 59.7 | 99.7 | 99.7 | + +Top 5 by Yield: A636-39-3110 (AgriGold) 126.4, PS0897V32 (Phillips) 121.0, NK0922-V (NK Brand) 120.7, A636-16VT2RIB (AgriGold) 119.5, A638-19-3110 (AgriGold) 117.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144163.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144163.json new file mode 100644 index 00000000..99cf2ec3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144163.json @@ -0,0 +1,374 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144163", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Elmdale", + "county": "Chase", + "year": 2024, + "plot_id": "144163", + "cooperator": "Fleming Feed and Grain", + "plot_average": 135.75, + "planted_date": "2024-05-01", + "harvested_date": "2024-09-20", + "population_seeds_per_acre": 24000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "NK Brand", + "product": "NK1701-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 56.2, + "Yield": 129.6, + "Adj Yield": 129.6 + } + }, + { + "rank": 13, + "brand": "NK Brand", + "product": "NK1661-3220AEZ", + "traits": "3220AEZ", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 58.8, + "Yield": 139.3, + "Adj Yield": 139.3 + } + }, + { + "rank": 10, + "brand": "Ohlde Seed", + "product": "O23-16", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 57.2, + "Yield": 143.1, + "Adj Yield": 143.1 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 60.3, + "Yield": 140.9, + "Adj Yield": 140.9 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 60.2, + "Yield": 123.5, + "Adj Yield": 123.5 + } + }, + { + "rank": 11, + "brand": "Ohlde Seed", + "product": "O24-14DGVT2ProRB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 59.7, + "Yield": 142.8, + "Adj Yield": 142.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 60.6, + "Yield": 151.3, + "Adj Yield": 151.3 + } + }, + { + "rank": 8, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 58.2, + "Yield": 144.9, + "Adj Yield": 144.9 + } + }, + { + "rank": null, + "brand": "NK Brand", + "product": "NK1701-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 68.3, + "Yield": 156.9, + "Adj Yield": 156.9 + } + }, + { + "rank": 2, + "brand": "NK Brand", + "product": "NK1701-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 68.3, + "Yield": 156.9, + "Adj Yield": 156.9 + } + }, + { + "rank": 5, + "brand": "NK Brand", + "product": "NK1386-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 60.9, + "Yield": 152.5, + "Adj Yield": 152.5 + } + }, + { + "rank": 4, + "brand": "Phillips", + "product": "PS1372TRE", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 59.9, + "Yield": 154.3, + "Adj Yield": 154.3 + } + }, + { + "rank": 15, + "brand": "Phillips", + "product": "PS1366VPR", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 60.3, + "Yield": 130.5, + "Adj Yield": 130.5 + } + }, + { + "rank": 1, + "brand": "Phillips", + "product": "XB124E VPR", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.5, + "Yield": 163.1, + "Adj Yield": 163.1 + } + }, + { + "rank": null, + "brand": "NK Brand", + "product": "NK1701-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 57.3, + "Yield": 155.6, + "Adj Yield": 155.6 + } + }, + { + "rank": 18, + "brand": "Phillips", + "product": "PXA1104", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 58.1, + "Yield": 117.1, + "Adj Yield": 117.1 + } + }, + { + "rank": 20, + "brand": "Phillips", + "product": "PS1179A31", + "traits": "3220AEZ", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 58.8, + "Yield": 104.1, + "Adj Yield": 104.1 + } + }, + { + "rank": 14, + "brand": "Phillips", + "product": "PS1063VPR", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 59.8, + "Yield": 135.0, + "Adj Yield": 135.0 + } + }, + { + "rank": 7, + "brand": "NK Brand", + "product": "NK1056-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 59.1, + "Yield": 149.6, + "Adj Yield": 149.6 + } + }, + { + "rank": 17, + "brand": "NK Brand", + "product": "NK0922-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 58.7, + "Yield": 121.8, + "Adj Yield": 121.8 + } + }, + { + "rank": null, + "brand": "NK Brand", + "product": "NK1701-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 57.3, + "Yield": 145.9, + "Adj Yield": 145.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A6619VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 57.8, + "Yield": 154.4, + "Adj Yield": 154.4 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 54.5, + "Yield": 115.2, + "Adj Yield": 115.2 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 55.4, + "Yield": 102.9, + "Adj Yield": 102.9 + } + }, + { + "rank": 22, + "brand": "NK Brand", + "product": "NK0880-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 59.6, + "Yield": 99.8, + "Adj Yield": 99.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 59.6, + "Yield": 143.6, + "Adj Yield": 143.6 + } + } + ], + "n_results": 26, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144163" + ], + "fetched_at": "2026-05-27T02:19:56.260386+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144163.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144163.md new file mode 100644 index 00000000..c98fca0a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144163.md @@ -0,0 +1,59 @@ +# Corn yield trial — Elmdale, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Chase +- **City:** Elmdale +- **Year:** 2024 +- **Plot ID:** 144163 +- **Cooperator:** Fleming Feed and Grain +- **Plot average:** 135.75 BU/Ac +- **Planted:** 2024-05-01 +- **Harvested:** 2024-09-20 +- **Population:** 24,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144163 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | NK Brand | NK1701-V | 3220 | - | 12.9 | 56.2 | 129.6 | 129.6 | +| 13 | NK Brand | NK1661-3220AEZ | 3220AEZ | - | 12.6 | 58.8 | 139.3 | 139.3 | +| 10 | Ohlde Seed | O23-16 | 3220EZ | - | 12.5 | 57.2 | 143.1 | 143.1 | +| 12 | AgriGold | A645-16VT2RIB | VT2RIB | - | 13.2 | 60.3 | 140.9 | 140.9 | +| 16 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 13.6 | 60.2 | 123.5 | 123.5 | +| 11 | Ohlde Seed | O24-14DGVT2ProRB | VT2RIB | - | 13.4 | 59.7 | 142.8 | 142.8 | +| 6 | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.4 | 60.6 | 151.3 | 151.3 | +| 8 | NK Brand | NK1307-DV | 5222 | - | 12.5 | 58.2 | 144.9 | 144.9 | +| - | NK Brand | NK1701-V | 3220 | - | 13.3 | 68.3 | 156.9 | 156.9 | +| 2 | NK Brand | NK1701-V | 3220 | - | 13.3 | 68.3 | 156.9 | 156.9 | +| 5 | NK Brand | NK1386-VZ | 3330EZ | - | 12.6 | 60.9 | 152.5 | 152.5 | +| 4 | Phillips | PS1372TRE | TreceptaRIB | - | 12.9 | 59.9 | 154.3 | 154.3 | +| 15 | Phillips | PS1366VPR | VT2RIB | - | 12.8 | 60.3 | 130.5 | 130.5 | +| 1 | Phillips | XB124E VPR | VT2Pro | - | 13.7 | 60.5 | 163.1 | 163.1 | +| - | NK Brand | NK1701-V | 3220 | - | 12.9 | 57.3 | 155.6 | 155.6 | +| 18 | Phillips | PXA1104 | Unknown | - | 13.0 | 58.1 | 117.1 | 117.1 | +| 20 | Phillips | PS1179A31 | 3220AEZ | - | 12.1 | 58.8 | 104.1 | 104.1 | +| 14 | Phillips | PS1063VPR | VT2RIB | - | 12.9 | 59.8 | 135.0 | 135.0 | +| 7 | NK Brand | NK1056-V | 3220 | - | 12.9 | 59.1 | 149.6 | 149.6 | +| 17 | NK Brand | NK0922-V | 3220EZ | - | 12.8 | 58.7 | 121.8 | 121.8 | +| - | NK Brand | NK1701-V | 3220 | - | 13.3 | 57.3 | 145.9 | 145.9 | +| 3 | AgriGold | A6619VT2RIBD1 | DGVT2PRIB | - | 13.7 | 57.8 | 154.4 | 154.4 | +| 19 | AgriGold | A636-16VT2RIB | VT2RIB | - | 13.1 | 54.5 | 115.2 | 115.2 | +| 21 | AgriGold | A636-16-5222 | 5222 | - | 12.6 | 55.4 | 102.9 | 102.9 | +| 22 | NK Brand | NK0880-V | 3220EZ | - | 12.4 | 59.6 | 99.8 | 99.8 | +| 9 | AgriGold | A636-39-3110 | 3110 | - | 11.9 | 59.6 | 143.6 | 143.6 | + +Top 5 by Yield: XB124E VPR (Phillips) 163.1, NK1701-V (NK Brand) 156.9, NK1701-V (NK Brand) 156.9, NK1701-V (NK Brand) 155.6, A6619VT2RIBD1 (AgriGold) 154.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144164.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144164.json new file mode 100644 index 00000000..64a98370 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144164.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144164", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "TN", + "state_abbrev": "tn", + "city": "Manchester", + "county": "Coffee", + "year": 2024, + "plot_id": "144164", + "cooperator": "Tyson Greene", + "plot_average": 186.13, + "planted_date": "2024-05-14", + "harvested_date": "2024-09-18", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.7, + "Yield": 201.3, + "Adj Yield": 201.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 57.9, + "Yield": 196.6, + "Adj Yield": 191.47 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 57.9, + "Yield": 184.4, + "Adj Yield": 182.69 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 58.0, + "Yield": 183.3, + "Adj Yield": 184.99 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 58.0, + "Yield": 189.5, + "Adj Yield": 194.62 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 57.6, + "Yield": 184.0, + "Adj Yield": 184.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 56.7, + "Yield": 176.3, + "Adj Yield": 182.49 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 56.7, + "Yield": 175.7, + "Adj Yield": 180.52 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144164" + ], + "fetched_at": "2026-05-27T02:19:56.765695+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144164.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144164.md new file mode 100644 index 00000000..9c51c775 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144164.md @@ -0,0 +1,37 @@ +# Corn yield trial — Manchester, TN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** TN +- **County:** Coffee +- **City:** Manchester +- **Year:** 2024 +- **Plot ID:** 144164 +- **Cooperator:** Tyson Greene +- **Plot average:** 186.13 BU/Ac +- **Planted:** 2024-05-14 +- **Harvested:** 2024-09-18 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144164 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.0 | 57.7 | 201.3 | 201.3 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.5 | 57.9 | 196.6 | 191.47 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.2 | 57.9 | 184.4 | 182.69 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.3 | 58.0 | 183.3 | 184.99 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.5 | 58.0 | 189.5 | 194.62 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.2 | 57.6 | 184.0 | 184.0 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.6 | 56.7 | 176.3 | 182.49 | +| 6 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.7 | 56.7 | 175.7 | 180.52 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 201.3, A644-64VT2RIB (AgriGold) 196.6, A644-64VT2RIB (AgriGold) 189.5, A644-64VT2RIB (AgriGold) 184.4, A644-64VT2RIB (AgriGold) 184.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144183.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144183.json new file mode 100644 index 00000000..a95186b5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144183.json @@ -0,0 +1,309 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144183", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Arcadia", + "county": "Carroll", + "year": 2024, + "plot_id": "144183", + "cooperator": "Schroeder Ag", + "plot_average": 205.92, + "planted_date": "2024-05-29", + "harvested_date": "2024-11-05", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 13, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 60.0, + "Yield": 205.3, + "Adj Yield": 205.3 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC107-33RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 58.3, + "Yield": 201.7, + "Adj Yield": 201.7 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 60.0, + "Yield": 208.5, + "Adj Yield": 208.5 + } + }, + { + "rank": 19, + "brand": "Dekalb", + "product": "DKC108-64RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 59.6, + "Yield": 188.0, + "Adj Yield": 188.0 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 58.0, + "Yield": 169.7, + "Adj Yield": 169.7 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC59-82RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 60.0, + "Yield": 219.0, + "Adj Yield": 219.0 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 61.4, + "Yield": 203.4, + "Adj Yield": 203.4 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 60.9, + "Yield": 214.9, + "Adj Yield": 214.9 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 60.6, + "Yield": 198.3, + "Adj Yield": 198.3 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "Unknown", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 59.7, + "Yield": 207.2, + "Adj Yield": 207.2 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 60.4, + "Yield": 195.0, + "Adj Yield": 195.0 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 59.6, + "Yield": 205.3, + "Adj Yield": 205.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 60.2, + "Yield": 241.5, + "Adj Yield": 241.5 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 61.8, + "Yield": 222.0, + "Adj Yield": 222.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 62.7, + "Yield": 215.5, + "Adj Yield": 215.5 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC62-89RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 59.8, + "Yield": 217.5, + "Adj Yield": 217.5 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 58.6, + "Yield": 130.3, + "Adj Yield": 130.3 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC113-83RIB", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 60.4, + "Yield": 211.4, + "Adj Yield": 211.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 58.4, + "Yield": 225.1, + "Adj Yield": 225.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 59.8, + "Yield": 213.3, + "Adj Yield": 213.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 60.9, + "Yield": 231.4, + "Adj Yield": 231.4 + } + } + ], + "n_results": 21, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144183" + ], + "fetched_at": "2026-05-27T02:19:57.274494+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144183.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144183.md new file mode 100644 index 00000000..dcf1fc07 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144183.md @@ -0,0 +1,50 @@ +# Corn yield trial — Arcadia, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Carroll +- **City:** Arcadia +- **Year:** 2024 +- **Plot ID:** 144183 +- **Cooperator:** Schroeder Ag +- **Plot average:** 205.92 BU/Ac +- **Planted:** 2024-05-29 +- **Harvested:** 2024-11-05 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144183 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 13 | AgriGold | A636-42SSP | SSP | - | 13.3 | 60.0 | 205.3 | 205.3 | +| 16 | Dekalb | DKC107-33RIB | SSPRIB | - | 12.6 | 58.3 | 201.7 | 201.7 | +| 11 | AgriGold | A637-72VT2PRO | VT2Pro | - | 14.1 | 60.0 | 208.5 | 208.5 | +| 19 | Dekalb | DKC108-64RIB | SSPRIB | - | 14.1 | 59.6 | 188.0 | 188.0 | +| 20 | AgriGold | A638-19-3110 | 3110 | - | 15.1 | 58.0 | 169.7 | 169.7 | +| 5 | Dekalb | DKC59-82RIB | VT2RIB | - | 14.0 | 60.0 | 219.0 | 219.0 | +| 15 | AgriGold | A639-91SSPRIB | SSPRIB | - | 12.6 | 61.4 | 203.4 | 203.4 | +| 8 | Dekalb | DKC110-10RIB | STXRIB | - | 14.6 | 60.9 | 214.9 | 214.9 | +| 17 | AgriGold | A640-16-3110 | 3110 | - | 14.8 | 60.6 | 198.3 | 198.3 | +| 12 | Dekalb | Unknown | Unknown | - | 13.2 | 59.7 | 207.2 | 207.2 | +| 18 | AgriGold | A641-85STXRIB | STXRIB | - | 14.4 | 60.4 | 195.0 | 195.0 | +| 13 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 13.3 | 59.6 | 205.3 | 205.3 | +| 1 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.5 | 60.2 | 241.5 | 241.5 | +| 4 | Dekalb | DKC111-35RIB | VT2RIB | - | 13.5 | 61.8 | 222.0 | 222.0 | +| 7 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.5 | 62.7 | 215.5 | 215.5 | +| 6 | Dekalb | DKC62-89RIB | TreceptaRIB | - | 12.9 | 59.8 | 217.5 | 217.5 | +| 21 | AgriGold | A642-18SSP | SSP | - | 15.5 | 58.6 | 130.3 | 130.3 | +| 10 | Dekalb | DKC113-83RIB | Trecepta | - | 14.3 | 60.4 | 211.4 | 211.4 | +| 3 | AgriGold | A643-24PCE | PCE | - | 17.7 | 58.4 | 225.1 | 225.1 | +| 9 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.9 | 59.8 | 213.3 | 213.3 | +| 2 | AgriGold | A645-30VT2PRO | VT2Pro | - | 15.7 | 60.9 | 231.4 | 231.4 | + +Top 5 by Yield: A642-05VT2RIBD1 (AgriGold) 241.5, A645-30VT2PRO (AgriGold) 231.4, A643-24PCE (AgriGold) 225.1, DKC111-35RIB (Dekalb) 222.0, DKC59-82RIB (Dekalb) 219.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144186.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144186.json new file mode 100644 index 00000000..80bbb3da --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144186.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144186", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "TN", + "state_abbrev": "tn", + "city": "Decherd", + "county": "Franklin", + "year": 2024, + "plot_id": "144186", + "cooperator": "Justin Woodall", + "plot_average": 103.66, + "planted_date": "2024-04-23", + "harvested_date": "2024-09-05", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 11, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 57.0, + "Yield": 100.0, + "Adj Yield": 100.0 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 57.8, + "Yield": 94.2, + "Adj Yield": 94.2 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.5, + "Yield": 115.9, + "Adj Yield": 115.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 57.9, + "Yield": 113.4, + "Adj Yield": 113.4 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC113-83RIB", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 56.5, + "Yield": 101.6, + "Adj Yield": 101.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 58.2, + "Yield": 112.4, + "Adj Yield": 112.4 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 62.0, + "Yield": 101.2, + "Adj Yield": 101.2 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.9, + "Yield": 98.8, + "Adj Yield": 98.8 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 58.1, + "Yield": 78.5, + "Adj Yield": 78.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 60.6, + "Yield": 112.4, + "Adj Yield": 112.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 58.3, + "Yield": 105.6, + "Adj Yield": 105.6 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 55.6, + "Yield": 92.8, + "Adj Yield": 92.8 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A646-17STX", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 61.6, + "Yield": 99.5, + "Adj Yield": 99.5 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 56.7, + "Yield": 94.3, + "Adj Yield": 94.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 61.6, + "Yield": 110.0, + "Adj Yield": 110.0 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC117-78RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 63.0, + "Yield": 111.9, + "Adj Yield": 111.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 62.3, + "Yield": 119.7, + "Adj Yield": 119.7 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144186" + ], + "fetched_at": "2026-05-27T02:19:57.780474+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144186.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144186.md new file mode 100644 index 00000000..b796277b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144186.md @@ -0,0 +1,46 @@ +# Corn yield trial — Decherd, TN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** TN +- **County:** Franklin +- **City:** Decherd +- **Year:** 2024 +- **Plot ID:** 144186 +- **Cooperator:** Justin Woodall +- **Plot average:** 103.66 BU/Ac +- **Planted:** 2024-04-23 +- **Harvested:** 2024-09-05 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144186 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 11 | AgriGold | A644-64VT2PRO | VT2Pro | - | 15.4 | 57.0 | 100.0 | 100.0 | +| 15 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 14.3 | 57.8 | 94.2 | 94.2 | +| 2 | Dekalb | DKC111-35RIB | VT2RIB | - | 15.0 | 59.5 | 115.9 | 115.9 | +| 3 | AgriGold | A642-18SSP | SSP | - | 17.3 | 57.9 | 113.4 | 113.4 | +| 9 | Dekalb | DKC113-83RIB | Trecepta | - | 15.7 | 56.5 | 101.6 | 101.6 | +| 5 | AgriGold | A643-52VT2PRO | VT2Pro | - | 16.2 | 58.2 | 112.4 | 112.4 | +| 10 | Dekalb | DKC64-22RIB | VT2RIB | - | 16.0 | 62.0 | 101.2 | 101.2 | +| 13 | AgriGold | A644-64VT2PRO | VT2Pro | - | 15.4 | 58.9 | 98.8 | 98.8 | +| 17 | AgriGold | K6429AA | 3120EZ | - | 17.3 | 58.1 | 78.5 | 78.5 | +| 4 | AgriGold | A645-30VT2PRO | VT2Pro | - | 16.6 | 60.6 | 112.4 | 112.4 | +| 8 | AgriGold | A645-16VT2PRO | VT2Pro | - | 17.5 | 58.3 | 105.6 | 105.6 | +| 16 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 18.4 | 55.6 | 92.8 | 92.8 | +| 12 | AgriGold | A646-17STX | STX | - | 16.9 | 61.6 | 99.5 | 99.5 | +| 14 | AgriGold | J6621VT2PRO | VT2Pro | - | 18.7 | 56.7 | 94.3 | 94.3 | +| 7 | AgriGold | A644-64VT2PRO | VT2Pro | - | 15.6 | 61.6 | 110.0 | 110.0 | +| 6 | Dekalb | DKC117-78RIB | VT2RIB | - | 16.1 | 63.0 | 111.9 | 111.9 | +| 1 | AgriGold | A647-79VT2PRO | VT2Pro | - | 17.2 | 62.3 | 119.7 | 119.7 | + +Top 5 by Yield: A647-79VT2PRO (AgriGold) 119.7, DKC111-35RIB (Dekalb) 115.9, A642-18SSP (AgriGold) 113.4, A643-52VT2PRO (AgriGold) 112.4, A645-30VT2PRO (AgriGold) 112.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144189.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144189.json new file mode 100644 index 00000000..1dd2eebc --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144189.json @@ -0,0 +1,127 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144189", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Cotter", + "county": "Louisa", + "year": 2024, + "plot_id": "144189", + "cooperator": "Podaril Farms Inc.", + "plot_average": 305.34, + "planted_date": "2024-04-22", + "harvested_date": "2024-09-23", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silty Clay Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": 54.9, + "Yield": 302.9, + "Adj Yield": 302.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A648-11", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 25.2, + "Test Wt.": 56.1, + "Yield": 311.3, + "Adj Yield": 311.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A646-30", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 57.0, + "Yield": 313.0, + "Adj Yield": 313.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 23.5, + "Test Wt.": 53.7, + "Yield": 313.9, + "Adj Yield": 313.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 54.3, + "Yield": 281.9, + "Adj Yield": 281.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": 54.0, + "Yield": 306.6, + "Adj Yield": 306.6 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": 54.0, + "Yield": 306.6, + "Adj Yield": 306.6 + } + } + ], + "n_results": 7, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144189" + ], + "fetched_at": "2026-05-27T02:19:58.252353+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144189.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144189.md new file mode 100644 index 00000000..55245113 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144189.md @@ -0,0 +1,37 @@ +# Corn yield trial — Cotter, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Louisa +- **City:** Cotter +- **Year:** 2024 +- **Plot ID:** 144189 +- **Cooperator:** Podaril Farms Inc. +- **Plot average:** 305.34 BU/Ac +- **Planted:** 2024-04-22 +- **Harvested:** 2024-09-23 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silty Clay Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144189 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-19 | C | - | 23.1 | 54.9 | 302.9 | 302.9 | +| 3 | AgriGold | A648-11 | C | - | 25.2 | 56.1 | 311.3 | 311.3 | +| 2 | AgriGold | A646-30 | C | - | 22.7 | 57.0 | 313.0 | 313.0 | +| 1 | AgriGold | A645-16 | C | - | 23.5 | 53.7 | 313.9 | 313.9 | +| 5 | AgriGold | A638-19 | C | - | 18.7 | 54.3 | 281.9 | 281.9 | +| 4 | AgriGold | A644-19 | C | - | 23.1 | 54.0 | 306.6 | 306.6 | +| - | AgriGold | A644-19 | C | - | 23.1 | 54.0 | 306.6 | 306.6 | + +Top 5 by Yield: A645-16 (AgriGold) 313.9, A646-30 (AgriGold) 313.0, A648-11 (AgriGold) 311.3, A644-19 (AgriGold) 306.6, A644-19 (AgriGold) 306.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144198.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144198.json new file mode 100644 index 00000000..b53827cd --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144198.json @@ -0,0 +1,335 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144198", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Helper", + "county": "Edwards", + "year": 2024, + "plot_id": "144198", + "cooperator": "Fleming Feed and Grain", + "plot_average": 241.68, + "planted_date": "2024-04-30", + "harvested_date": "2024-09-23", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Sandy Loam", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": 9, + "brand": "Phillips", + "product": "PS1063VPR", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 59.1, + "Yield": 244.9, + "Adj Yield": 244.9 + } + }, + { + "rank": 18, + "brand": "NK Brand", + "product": "NK1082-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 57.6, + "Yield": 227.6, + "Adj Yield": 227.6 + } + }, + { + "rank": 8, + "brand": "Ohlde Seed", + "product": "O22-12", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 59.8, + "Yield": 244.9, + "Adj Yield": 244.9 + } + }, + { + "rank": 14, + "brand": "Phillips", + "product": "PS1366VPR", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 59.2, + "Yield": 237.6, + "Adj Yield": 237.6 + } + }, + { + "rank": 17, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 59.7, + "Yield": 228.7, + "Adj Yield": 228.7 + } + }, + { + "rank": 15, + "brand": "Phillips", + "product": "PS1372TRE", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 59.6, + "Yield": 235.3, + "Adj Yield": 235.3 + } + }, + { + "rank": 11, + "brand": "Phillips", + "product": "PXT1054", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 59.2, + "Yield": 244.2, + "Adj Yield": 244.2 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 61.4, + "Yield": 253.2, + "Adj Yield": 253.2 + } + }, + { + "rank": 4, + "brand": "Ohlde Seed", + "product": "O24-15TRE RB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 59.8, + "Yield": 252.1, + "Adj Yield": 252.1 + } + }, + { + "rank": 1, + "brand": "NK Brand", + "product": "NK1523-3220EZ", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 57.2, + "Yield": 264.1, + "Adj Yield": 264.1 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 57.1, + "Yield": 244.0, + "Adj Yield": 244.0 + } + }, + { + "rank": 5, + "brand": "Ohlde Seed", + "product": "O24-16", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 60.4, + "Yield": 251.0, + "Adj Yield": 251.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 59.9, + "Yield": 244.8, + "Adj Yield": 244.8 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 60.5, + "Yield": 209.6, + "Adj Yield": 209.6 + } + }, + { + "rank": 16, + "brand": "Ohlde Seed", + "product": "O25-18", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 59.3, + "Yield": 234.9, + "Adj Yield": 234.9 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P1718AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 58.6, + "Yield": 262.9, + "Adj Yield": 262.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 61.0, + "Yield": 259.2, + "Adj Yield": 259.2 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 61.0, + "Yield": 259.2, + "Adj Yield": 259.2 + } + }, + { + "rank": 7, + "brand": "Ohlde Seed", + "product": "O23-18", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 60.6, + "Yield": 246.0, + "Adj Yield": 246.0 + } + }, + { + "rank": 13, + "brand": "NK Brand", + "product": "NK1386-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 59.5, + "Yield": 240.6, + "Adj Yield": 240.6 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 59.1, + "Yield": 225.9, + "Adj Yield": 225.9 + } + }, + { + "rank": 6, + "brand": "Ohlde Seed", + "product": "O22-12", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 59.7, + "Yield": 249.6, + "Adj Yield": 249.6 + } + }, + { + "rank": 19, + "brand": "Phillips", + "product": "PS1372TRE", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 59.5, + "Yield": 227.4, + "Adj Yield": 227.4 + } + } + ], + "n_results": 23, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144198" + ], + "fetched_at": "2026-05-27T02:19:58.766341+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144198.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144198.md new file mode 100644 index 00000000..62d8b870 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144198.md @@ -0,0 +1,56 @@ +# Corn yield trial — Helper, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Edwards +- **City:** Helper +- **Year:** 2024 +- **Plot ID:** 144198 +- **Cooperator:** Fleming Feed and Grain +- **Plot average:** 241.68 BU/Ac +- **Planted:** 2024-04-30 +- **Harvested:** 2024-09-23 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Sandy Loam +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** Yes +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144198 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | Phillips | PS1063VPR | VT2RIB | - | 17.5 | 59.1 | 244.9 | 244.9 | +| 18 | NK Brand | NK1082-DV | 5222EZ | - | 18.3 | 57.6 | 227.6 | 227.6 | +| 8 | Ohlde Seed | O22-12 | TreceptaRIB | - | 17.8 | 59.8 | 244.9 | 244.9 | +| 14 | Phillips | PS1366VPR | VT2RIB | - | 17.0 | 59.2 | 237.6 | 237.6 | +| 17 | NK Brand | NK1307-DV | 5222 | - | 16.3 | 59.7 | 228.7 | 228.7 | +| 15 | Phillips | PS1372TRE | TreceptaRIB | - | 16.8 | 59.6 | 235.3 | 235.3 | +| 11 | Phillips | PXT1054 | Unknown | - | 16.6 | 59.2 | 244.2 | 244.2 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.1 | 61.4 | 253.2 | 253.2 | +| 4 | Ohlde Seed | O24-15TRE RB | TreceptaRIB | - | 18.8 | 59.8 | 252.1 | 252.1 | +| 1 | NK Brand | NK1523-3220EZ | 3220EZ | - | 19.4 | 57.2 | 264.1 | 264.1 | +| 12 | AgriGold | A645-80-3110 | 3110 | - | 19.8 | 57.1 | 244.0 | 244.0 | +| 5 | Ohlde Seed | O24-16 | VT2RIB | - | 18.9 | 60.4 | 251.0 | 251.0 | +| 10 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.4 | 59.9 | 244.8 | 244.8 | +| 21 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.3 | 60.5 | 209.6 | 209.6 | +| 16 | Ohlde Seed | O25-18 | Trecepta | - | 18.2 | 59.3 | 234.9 | 234.9 | +| 2 | Pioneer | P1718AML | AML | - | 20.5 | 58.6 | 262.9 | 262.9 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.8 | 61.0 | 259.2 | 259.2 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.8 | 61.0 | 259.2 | 259.2 | +| 7 | Ohlde Seed | O23-18 | VT2RIB | - | 18.3 | 60.6 | 246.0 | 246.0 | +| 13 | NK Brand | NK1386-VZ | 3330EZ | - | 20.2 | 59.5 | 240.6 | 240.6 | +| 20 | AgriGold | A643-24PCE | PCE | - | 17.9 | 59.1 | 225.9 | 225.9 | +| 6 | Ohlde Seed | O22-12 | TreceptaRIB | - | 17.1 | 59.7 | 249.6 | 249.6 | +| 19 | Phillips | PS1372TRE | TreceptaRIB | - | 17.1 | 59.5 | 227.4 | 227.4 | + +Top 5 by Yield: NK1523-3220EZ (NK Brand) 264.1, P1718AML (Pioneer) 262.9, A643-52VT2RIB (AgriGold) 259.2, A643-52VT2RIB (AgriGold) 259.2, A643-52VT2RIB (AgriGold) 253.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144206.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144206.json new file mode 100644 index 00000000..afae322c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144206.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144206", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Trousdale", + "county": "Edwards", + "year": 2024, + "plot_id": "144206", + "cooperator": "Fleming Feed and Grain", + "plot_average": 250.92, + "planted_date": "2024-05-02", + "harvested_date": "2024-09-25", + "population_seeds_per_acre": 27000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Sandy Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P1847AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 61.9, + "Yield": 264.8, + "Adj Yield": 264.8 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P12393V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 57.6, + "Yield": 264.0, + "Adj Yield": 264.0 + } + }, + { + "rank": 14, + "brand": "Pioneer", + "product": "P12904AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 57.3, + "Yield": 235.9, + "Adj Yield": 235.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 61.6, + "Yield": 259.3, + "Adj Yield": 259.3 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 61.3, + "Yield": 258.5, + "Adj Yield": 258.5 + } + }, + { + "rank": 12, + "brand": "Ohlde Seed", + "product": "O24-14DGVT2ProRB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 61.1, + "Yield": 240.5, + "Adj Yield": 240.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 61.4, + "Yield": 249.2, + "Adj Yield": 249.2 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 57.6, + "Yield": 243.8, + "Adj Yield": 243.8 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 58.3, + "Yield": 245.1, + "Adj Yield": 245.1 + } + }, + { + "rank": 13, + "brand": "Ohlde Seed", + "product": "O24-15TRE RB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 59.6, + "Yield": 237.9, + "Adj Yield": 237.9 + } + }, + { + "rank": 9, + "brand": "Ohlde Seed", + "product": "O24-16", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 61.8, + "Yield": 248.3, + "Adj Yield": 248.3 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P1742PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 60.0, + "Yield": 258.0, + "Adj Yield": 258.0 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P12393V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 59.9, + "Yield": 253.5, + "Adj Yield": 253.5 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 59.6, + "Yield": 254.1, + "Adj Yield": 254.1 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144206" + ], + "fetched_at": "2026-05-27T02:19:59.281483+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144206.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144206.md new file mode 100644 index 00000000..a93911ad --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144206.md @@ -0,0 +1,47 @@ +# Corn yield trial — Trousdale, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Edwards +- **City:** Trousdale +- **Year:** 2024 +- **Plot ID:** 144206 +- **Cooperator:** Fleming Feed and Grain +- **Plot average:** 250.92 BU/Ac +- **Planted:** 2024-05-02 +- **Harvested:** 2024-09-25 +- **Population:** 27,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Sandy Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** Yes +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144206 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | Pioneer | P1847AML | AML | - | 16.9 | 61.9 | 264.8 | 264.8 | +| 2 | Pioneer | P12393V | Vorceed | - | 15.8 | 57.6 | 264.0 | 264.0 | +| 14 | Pioneer | P12904AML | AML | - | 15.9 | 57.3 | 235.9 | 235.9 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.8 | 61.6 | 259.3 | 259.3 | +| 4 | Pioneer | P13777PCE | PCE | - | 16.3 | 61.3 | 258.5 | 258.5 | +| 12 | Ohlde Seed | O24-14DGVT2ProRB | VT2RIB | - | 15.2 | 61.1 | 240.5 | 240.5 | +| 8 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.0 | 61.4 | 249.2 | 249.2 | +| 11 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 15.3 | 57.6 | 243.8 | 243.8 | +| 10 | AgriGold | A645-80-3110 | 3110 | - | 17.1 | 58.3 | 245.1 | 245.1 | +| 13 | Ohlde Seed | O24-15TRE RB | TreceptaRIB | - | 17.0 | 59.6 | 237.9 | 237.9 | +| 9 | Ohlde Seed | O24-16 | VT2RIB | - | 17.1 | 61.8 | 248.3 | 248.3 | +| 5 | Pioneer | P1742PCE | PCE | - | 16.6 | 60.0 | 258.0 | 258.0 | +| 7 | Pioneer | P12393V | Vorceed | - | 16.4 | 59.9 | 253.5 | 253.5 | +| 6 | Pioneer | P14830AML | AML | - | 16.4 | 59.6 | 254.1 | 254.1 | + +Top 5 by Yield: P1847AML (Pioneer) 264.8, P12393V (Pioneer) 264.0, A643-52VT2RIB (AgriGold) 259.3, P13777PCE (Pioneer) 258.5, P1742PCE (Pioneer) 258.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144207.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144207.json new file mode 100644 index 00000000..9acba35b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144207.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144207", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Ottawa", + "county": "Franklin", + "year": 2024, + "plot_id": "144207", + "cooperator": "Brad Spencer", + "plot_average": 287.67, + "planted_date": "2024-05-14", + "harvested_date": "2024-09-18", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 307.7, + "Adj Yield": 307.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 291.4, + "Adj Yield": 291.4 + } + }, + { + "rank": 10, + "brand": "Golden Harvest", + "product": "G16Q82-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": null, + "Yield": 288.5, + "Adj Yield": 288.5 + } + }, + { + "rank": 6, + "brand": "Golden Harvest", + "product": "G17A74-5122", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": null, + "Yield": 294.6, + "Adj Yield": 294.6 + } + }, + { + "rank": 4, + "brand": "Golden Harvest", + "product": "G17A81-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 301.5, + "Adj Yield": 301.5 + } + }, + { + "rank": 14, + "brand": "Golden Harvest", + "product": "G15U34-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": null, + "Yield": 279.5, + "Adj Yield": 279.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": null, + "Yield": 307.5, + "Adj Yield": 307.5 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A646-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": null, + "Yield": 283.3, + "Adj Yield": 283.3 + } + }, + { + "rank": 13, + "brand": "Golden Harvest", + "product": "G15J91-3220-EZ1", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": null, + "Yield": 282.5, + "Adj Yield": 282.5 + } + }, + { + "rank": 7, + "brand": "Golden Harvest", + "product": "G14B65-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": null, + "Yield": 292.2, + "Adj Yield": 292.2 + } + }, + { + "rank": 9, + "brand": "Golden Harvest", + "product": "G13U29-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 291.0, + "Adj Yield": 291.0 + } + }, + { + "rank": 12, + "brand": "Golden Harvest", + "product": "G13U96-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": null, + "Yield": 283.2, + "Adj Yield": 283.2 + } + }, + { + "rank": 15, + "brand": "Golden Harvest", + "product": "G12U11-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 275.6, + "Adj Yield": 275.6 + } + }, + { + "rank": 1, + "brand": "Golden Harvest", + "product": "G10U97V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 312.2, + "Adj Yield": 312.2 + } + }, + { + "rank": 18, + "brand": "Golden Harvest", + "product": "G08R52-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": null, + "Yield": 257.7, + "Adj Yield": 257.7 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 269.4, + "Adj Yield": 269.4 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 263.3, + "Adj Yield": 263.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": null, + "Yield": 296.9, + "Adj Yield": 296.9 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144207" + ], + "fetched_at": "2026-05-27T02:19:59.751144+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144207.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144207.md new file mode 100644 index 00000000..552ed48e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144207.md @@ -0,0 +1,51 @@ +# Corn yield trial — Ottawa, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Franklin +- **City:** Ottawa +- **Year:** 2024 +- **Plot ID:** 144207 +- **Cooperator:** Brad Spencer +- **Plot average:** 287.67 BU/Ac +- **Planted:** 2024-05-14 +- **Harvested:** 2024-09-18 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144207 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 16.8 | - | 307.7 | 307.7 | +| 8 | AgriGold | A645-16VT2PRO | VT2Pro | - | 18.3 | - | 291.4 | 291.4 | +| 10 | Golden Harvest | G16Q82-DV | 5222EZ | - | 21.6 | - | 288.5 | 288.5 | +| 6 | Golden Harvest | G17A74-5122 | 5122 | - | 22.7 | - | 294.6 | 294.6 | +| 4 | Golden Harvest | G17A81-V | 3220EZ | - | 20.9 | - | 301.5 | 301.5 | +| 14 | Golden Harvest | G15U34-V | 3220EZ | - | 20.8 | - | 279.5 | 279.5 | +| 3 | AgriGold | A647-42TRC | Trecepta | - | 20.5 | - | 307.5 | 307.5 | +| 11 | AgriGold | A646-30VT2PRO | VT2Pro | - | 21.8 | - | 283.3 | 283.3 | +| 13 | Golden Harvest | G15J91-3220-EZ1 | 3220EZ | - | 21.2 | - | 282.5 | 282.5 | +| 7 | Golden Harvest | G14B65-DV | 5222EZ | - | 21.4 | - | 292.2 | 292.2 | +| 9 | Golden Harvest | G13U29-VZ | 3330EZ | - | 20.9 | - | 291.0 | 291.0 | +| 12 | Golden Harvest | G13U96-DV | 5222EZ | - | 19.3 | - | 283.2 | 283.2 | +| 15 | Golden Harvest | G12U11-AA | 3220EZ | - | 18.4 | - | 275.6 | 275.6 | +| 1 | Golden Harvest | G10U97V | 3220EZ | - | 18.5 | - | 312.2 | 312.2 | +| 18 | Golden Harvest | G08R52-V | 3220EZ | - | 18.7 | - | 257.7 | 257.7 | +| 16 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.0 | - | 269.4 | 269.4 | +| 17 | AgriGold | A644-64VT2PRO | VT2Pro | - | 18.4 | - | 263.3 | 263.3 | +| 5 | AgriGold | A645-30VT2PRO | VT2Pro | - | 19.3 | - | 296.9 | 296.9 | + +Top 5 by Yield: G10U97V (Golden Harvest) 312.2, A645-22TRCRIB (AgriGold) 307.7, A647-42TRC (AgriGold) 307.5, G17A81-V (Golden Harvest) 301.5, A645-30VT2PRO (AgriGold) 296.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144212.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144212.json new file mode 100644 index 00000000..eb952d22 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144212.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144212", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Centralia", + "county": "Nemaha", + "year": 2024, + "plot_id": "144212", + "cooperator": "Stallbaumer Bros", + "plot_average": 232.15, + "planted_date": "2024-05-03", + "harvested_date": "2024-09-26", + "population_seeds_per_acre": 28000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "Pioneer", + "product": "P1548AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 56.4, + "Yield": 217.7, + "Adj Yield": 217.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 57.5, + "Yield": 228.8, + "Adj Yield": 228.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 56.4, + "Yield": 226.8, + "Adj Yield": 226.8 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 55.9, + "Yield": 225.9, + "Adj Yield": 225.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 56.3, + "Yield": 240.3, + "Adj Yield": 240.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 55.9, + "Yield": 250.4, + "Adj Yield": 250.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 57.0, + "Yield": 243.6, + "Adj Yield": 243.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 57.2, + "Yield": 252.3, + "Adj Yield": 252.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 58.7, + "Yield": 236.8, + "Adj Yield": 236.8 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 57.5, + "Yield": 158.6, + "Adj Yield": 158.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A650-21VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 54.7, + "Yield": 256.0, + "Adj Yield": 256.0 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P1548AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 56.7, + "Yield": 234.2, + "Adj Yield": 234.2 + } + }, + { + "rank": null, + "brand": "Pioneer", + "product": "P1548AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 56.7, + "Yield": 234.2, + "Adj Yield": 234.2 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144212" + ], + "fetched_at": "2026-05-27T02:20:00.282468+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144212.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144212.md new file mode 100644 index 00000000..eeefa9b7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144212.md @@ -0,0 +1,46 @@ +# Corn yield trial — Centralia, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Nemaha +- **City:** Centralia +- **Year:** 2024 +- **Plot ID:** 144212 +- **Cooperator:** Stallbaumer Bros +- **Plot average:** 232.15 BU/Ac +- **Planted:** 2024-05-03 +- **Harvested:** 2024-09-26 +- **Population:** 28,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144212 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Pioneer | P1548AM | AM | - | 15.7 | 56.4 | 217.7 | 217.7 | +| 8 | AgriGold | A641-26-3110 | 3110 | - | 15.0 | 57.5 | 228.8 | 228.8 | +| 9 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.1 | 56.4 | 226.8 | 226.8 | +| 10 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.0 | 55.9 | 225.9 | 225.9 | +| 5 | AgriGold | A643-24PCE | PCE | - | 16.0 | 56.3 | 240.3 | 240.3 | +| 3 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.8 | 55.9 | 250.4 | 250.4 | +| 4 | AgriGold | A646-30VT2RIB | VT2RIB | - | 15.8 | 57.0 | 243.6 | 243.6 | +| 2 | AgriGold | A646-17STXRIB | STXRIB | - | 15.6 | 57.2 | 252.3 | 252.3 | +| 6 | AgriGold | A647-79VT2PRO | VT2Pro | - | 16.2 | 58.7 | 236.8 | 236.8 | +| 11 | AgriGold | A648-11VT2RIB | VT2RIB | - | 18.0 | 57.5 | 158.6 | 158.6 | +| 1 | AgriGold | A650-21VT2RIB | VT2RIB | - | 19.0 | 54.7 | 256.0 | 256.0 | +| 7 | Pioneer | P1548AM | AM | - | 16.1 | 56.7 | 234.2 | 234.2 | +| - | Pioneer | P1548AM | AM | - | 16.1 | 56.7 | 234.2 | 234.2 | + +Top 5 by Yield: A650-21VT2RIB (AgriGold) 256.0, A646-17STXRIB (AgriGold) 252.3, A645-16VT2RIB (AgriGold) 250.4, A646-30VT2RIB (AgriGold) 243.6, A643-24PCE (AgriGold) 240.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144214.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144214.json new file mode 100644 index 00000000..4b9886e0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144214.json @@ -0,0 +1,283 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144214", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "St. Paul", + "county": "Neosho", + "year": 2024, + "plot_id": "144214", + "cooperator": "Dan Vitt", + "plot_average": 200.17, + "planted_date": "2024-04-09", + "harvested_date": "2024-09-20", + "population_seeds_per_acre": 26200, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "Hoegemeyer", + "product": "8541AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 60.8, + "Yield": 185.3, + "Adj Yield": 185.3 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 61.8, + "Yield": 202.6, + "Adj Yield": 202.6 + } + }, + { + "rank": null, + "brand": "Hoegemeyer", + "product": "8541AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 62.2, + "Yield": 191.6, + "Adj Yield": 191.6 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 61.5, + "Yield": 186.4, + "Adj Yield": 186.4 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC65-95RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 62.0, + "Yield": 199.9, + "Adj Yield": 199.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A6572VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 62.1, + "Yield": 207.3, + "Adj Yield": 207.3 + } + }, + { + "rank": 9, + "brand": "Hoegemeyer", + "product": "8370AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 62.3, + "Yield": 201.2, + "Adj Yield": 201.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 60.9, + "Yield": 208.1, + "Adj Yield": 208.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 62.2, + "Yield": 201.1, + "Adj Yield": 201.1 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC62-53RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 61.6, + "Yield": 189.3, + "Adj Yield": 189.3 + } + }, + { + "rank": 6, + "brand": "Hoegemeyer", + "product": "8156AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 60.4, + "Yield": 204.4, + "Adj Yield": 204.4 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 62.6, + "Yield": 213.4, + "Adj Yield": 213.4 + } + }, + { + "rank": 2, + "brand": "Hoegemeyer", + "product": "8541AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 61.8, + "Yield": 210.6, + "Adj Yield": 210.6 + } + }, + { + "rank": null, + "brand": "Hoegemeyer", + "product": "8541AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 61.8, + "Yield": 210.6, + "Adj Yield": 210.6 + } + }, + { + "rank": 11, + "brand": "Hoegemeyer", + "product": "7858AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 60.9, + "Yield": 200.4, + "Adj Yield": 200.4 + } + }, + { + "rank": 15, + "brand": "Golden Harvest", + "product": "G08R52-3220EZ", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 60.1, + "Yield": 184.6, + "Adj Yield": 184.6 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC108-17RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 60.8, + "Yield": 207.5, + "Adj Yield": 207.5 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 60.9, + "Yield": 183.6, + "Adj Yield": 183.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 61.7, + "Yield": 202.3, + "Adj Yield": 202.3 + } + } + ], + "n_results": 19, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144214" + ], + "fetched_at": "2026-05-27T02:20:00.782013+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144214.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144214.md new file mode 100644 index 00000000..5f55086b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144214.md @@ -0,0 +1,52 @@ +# Corn yield trial — St. Paul, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Neosho +- **City:** St. Paul +- **Year:** 2024 +- **Plot ID:** 144214 +- **Cooperator:** Dan Vitt +- **Plot average:** 200.17 BU/Ac +- **Planted:** 2024-04-09 +- **Harvested:** 2024-09-20 +- **Population:** 26,200 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144214 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Hoegemeyer | 8541AM | AM | - | 12.0 | 60.8 | 185.3 | 185.3 | +| 7 | Dekalb | DKC68-35 | VT2Pro | - | 12.1 | 61.8 | 202.6 | 202.6 | +| - | Hoegemeyer | 8541AM | AM | - | 12.0 | 62.2 | 191.6 | 191.6 | +| 14 | AgriGold | A645-16VT2RIB | VT2RIB | - | 12.7 | 61.5 | 186.4 | 186.4 | +| 12 | Dekalb | DKC65-95RIB | VT2RIB | - | 12.8 | 62.0 | 199.9 | 199.9 | +| 5 | AgriGold | A6572VT2PRO | VT2Pro | - | 12.3 | 62.1 | 207.3 | 207.3 | +| 9 | Hoegemeyer | 8370AM | AM | - | 12.2 | 62.3 | 201.2 | 201.2 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.3 | 60.9 | 208.1 | 208.1 | +| 10 | AgriGold | A642-32VT2PRO | VT2Pro | - | 12.1 | 62.2 | 201.1 | 201.1 | +| 13 | Dekalb | DKC62-53RIB | VT2RIB | - | 12.4 | 61.6 | 189.3 | 189.3 | +| 6 | Hoegemeyer | 8156AM | AM | - | 11.8 | 60.4 | 204.4 | 204.4 | +| 1 | Dekalb | DKC111-35RIB | VT2RIB | - | 11.8 | 62.6 | 213.4 | 213.4 | +| 2 | Hoegemeyer | 8541AM | AM | - | 11.7 | 61.8 | 210.6 | 210.6 | +| - | Hoegemeyer | 8541AM | AM | - | 11.7 | 61.8 | 210.6 | 210.6 | +| 11 | Hoegemeyer | 7858AM | AM | - | 11.4 | 60.9 | 200.4 | 200.4 | +| 15 | Golden Harvest | G08R52-3220EZ | 3220EZ | - | 11.6 | 60.1 | 184.6 | 184.6 | +| 4 | Dekalb | DKC108-17RIB | TreceptaRIB | - | 11.3 | 60.8 | 207.5 | 207.5 | +| 16 | AgriGold | A638-19-3110 | 3110 | - | 11.2 | 60.9 | 183.6 | 183.6 | +| 8 | AgriGold | A637-72VT2PRO | VT2Pro | - | 11.4 | 61.7 | 202.3 | 202.3 | + +Top 5 by Yield: DKC111-35RIB (Dekalb) 213.4, 8541AM (Hoegemeyer) 210.6, 8541AM (Hoegemeyer) 210.6, A643-52VT2RIB (AgriGold) 208.1, DKC108-17RIB (Dekalb) 207.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144218.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144218.json new file mode 100644 index 00000000..e33df1ba --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144218.json @@ -0,0 +1,322 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144218", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Baldwin City", + "county": "Douglas", + "year": 2024, + "plot_id": "144218", + "cooperator": "Trenton Reavis", + "plot_average": 240.88, + "planted_date": "2024-04-22", + "harvested_date": "2024-09-26", + "population_seeds_per_acre": 27500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "Becks", + "product": "6374V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.3, + "Yield": 239.0, + "Adj Yield": 239.0 + } + }, + { + "rank": 10, + "brand": "Becks", + "product": "6374V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.3, + "Yield": 239.0, + "Adj Yield": 239.0 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 57.5, + "Yield": 233.4, + "Adj Yield": 233.4 + } + }, + { + "rank": 14, + "brand": "Becks", + "product": "5871AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 58.7, + "Yield": 234.8, + "Adj Yield": 234.8 + } + }, + { + "rank": 19, + "brand": "Becks", + "product": "EX1416", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 56.1, + "Yield": 224.2, + "Adj Yield": 224.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 55.1, + "Yield": 240.7, + "Adj Yield": 240.7 + } + }, + { + "rank": 1, + "brand": "Becks", + "product": "6184V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 57.9, + "Yield": 259.7, + "Adj Yield": 259.7 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 57.6, + "Yield": 245.4, + "Adj Yield": 245.4 + } + }, + { + "rank": 11, + "brand": "Becks", + "product": "6152D1", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 57.6, + "Yield": 236.7, + "Adj Yield": 236.7 + } + }, + { + "rank": 16, + "brand": "Becks", + "product": "6241Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 58.6, + "Yield": 233.1, + "Adj Yield": 233.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.0, + "Yield": 257.0, + "Adj Yield": 257.0 + } + }, + { + "rank": null, + "brand": "Becks", + "product": "6374V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 58.1, + "Yield": 229.7, + "Adj Yield": 229.7 + } + }, + { + "rank": 6, + "brand": "Becks", + "product": "6469VT2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.0, + "Yield": 246.5, + "Adj Yield": 246.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 57.5, + "Yield": 240.8, + "Adj Yield": 240.8 + } + }, + { + "rank": 3, + "brand": "Becks", + "product": "6414V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 59.1, + "Yield": 255.3, + "Adj Yield": 255.3 + } + }, + { + "rank": 18, + "brand": "Becks", + "product": "6549VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 56.6, + "Yield": 226.4, + "Adj Yield": 226.4 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 56.0, + "Yield": 235.4, + "Adj Yield": 235.4 + } + }, + { + "rank": 4, + "brand": "Becks", + "product": "6574TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 59.7, + "Yield": 252.6, + "Adj Yield": 252.6 + } + }, + { + "rank": 12, + "brand": "Becks", + "product": "6585TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 60.8, + "Yield": 236.4, + "Adj Yield": 236.4 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A646-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 59.5, + "Yield": 232.3, + "Adj Yield": 232.3 + } + }, + { + "rank": 5, + "brand": "Becks", + "product": "6973TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.7, + "Yield": 247.1, + "Adj Yield": 247.1 + } + }, + { + "rank": null, + "brand": "Becks", + "product": "6374V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 58.2, + "Yield": 223.1, + "Adj Yield": 223.1 + } + } + ], + "n_results": 22, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144218" + ], + "fetched_at": "2026-05-27T02:20:01.259074+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144218.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144218.md new file mode 100644 index 00000000..0f048e11 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144218.md @@ -0,0 +1,55 @@ +# Corn yield trial — Baldwin City, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Douglas +- **City:** Baldwin City +- **Year:** 2024 +- **Plot ID:** 144218 +- **Cooperator:** Trenton Reavis +- **Plot average:** 240.88 BU/Ac +- **Planted:** 2024-04-22 +- **Harvested:** 2024-09-26 +- **Population:** 27,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144218 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Becks | 6374V2P | VT2RIB | - | 14.7 | 58.3 | 239.0 | 239.0 | +| 10 | Becks | 6374V2P | VT2RIB | - | 14.7 | 58.3 | 239.0 | 239.0 | +| 15 | AgriGold | A638-19-3110 | 3110 | - | 14.6 | 57.5 | 233.4 | 233.4 | +| 14 | Becks | 5871AM | AM | - | 13.9 | 58.7 | 234.8 | 234.8 | +| 19 | Becks | EX1416 | Unknown | - | 14.8 | 56.1 | 224.2 | 224.2 | +| 9 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.8 | 55.1 | 240.7 | 240.7 | +| 1 | Becks | 6184V2P | VT2RIB | - | 14.1 | 57.9 | 259.7 | 259.7 | +| 7 | AgriGold | A641-26-3110 | 3110 | - | 15.1 | 57.6 | 245.4 | 245.4 | +| 11 | Becks | 6152D1 | 5122EZ | - | 15.0 | 57.6 | 236.7 | 236.7 | +| 16 | Becks | 6241Q | QROME | - | 14.3 | 58.6 | 233.1 | 233.1 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.8 | 58.0 | 257.0 | 257.0 | +| - | Becks | 6374V2P | VT2RIB | - | 15.0 | 58.1 | 229.7 | 229.7 | +| 6 | Becks | 6469VT2P | VT2RIB | - | 14.4 | 59.0 | 246.5 | 246.5 | +| 8 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.4 | 57.5 | 240.8 | 240.8 | +| 3 | Becks | 6414V2P | VT2RIB | - | 14.1 | 59.1 | 255.3 | 255.3 | +| 18 | Becks | 6549VZ | 3330EZ | - | 15.9 | 56.6 | 226.4 | 226.4 | +| 13 | AgriGold | A645-16VT2PRO | VT2Pro | - | 16.4 | 56.0 | 235.4 | 235.4 | +| 4 | Becks | 6574TCV2P | TreceptaRIB | - | 14.9 | 59.7 | 252.6 | 252.6 | +| 12 | Becks | 6585TCV2P | TreceptaRIB | - | 14.7 | 60.8 | 236.4 | 236.4 | +| 17 | AgriGold | A646-30VT2PRO | VT2Pro | - | 14.7 | 59.5 | 232.3 | 232.3 | +| 5 | Becks | 6973TCV2P | TreceptaRIB | - | 15.4 | 58.7 | 247.1 | 247.1 | +| - | Becks | 6374V2P | VT2RIB | - | 16.1 | 58.2 | 223.1 | 223.1 | + +Top 5 by Yield: 6184V2P (Becks) 259.7, A643-52VT2RIB (AgriGold) 257.0, 6414V2P (Becks) 255.3, 6574TCV2P (Becks) 252.6, 6973TCV2P (Becks) 247.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144219.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144219.json new file mode 100644 index 00000000..3f45cffc --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144219.json @@ -0,0 +1,283 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144219", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Grand Tower", + "county": "Jackson", + "year": 2024, + "plot_id": "144219", + "cooperator": "Paul Heine", + "plot_average": 189.42, + "planted_date": "2024-05-23", + "harvested_date": "2024-10-08", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 10, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.0, + "Yield": 189.2, + "Adj Yield": 189.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 60.5, + "Yield": 219.6, + "Adj Yield": 219.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-71STX", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 59.5, + "Yield": 207.4, + "Adj Yield": 207.4 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 59.5, + "Yield": 148.8, + "Adj Yield": 148.8 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 59.5, + "Yield": 129.2, + "Adj Yield": 129.2 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 60.5, + "Yield": 119.9, + "Adj Yield": 119.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 59.5, + "Yield": 227.1, + "Adj Yield": 227.1 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 60.0, + "Yield": 181.4, + "Adj Yield": 181.4 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A6659VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 59.5, + "Yield": 164.2, + "Adj Yield": 164.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 59.5, + "Yield": 215.7, + "Adj Yield": 215.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 59.5, + "Yield": 237.3, + "Adj Yield": 237.3 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 59.7, + "Yield": 181.2, + "Adj Yield": 181.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 60.5, + "Yield": 222.6, + "Adj Yield": 222.6 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 59.5, + "Yield": 199.5, + "Adj Yield": 199.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 60.0, + "Yield": 221.2, + "Adj Yield": 221.2 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 58.0, + "Yield": 159.1, + "Adj Yield": 159.1 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC67-94RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 57.5, + "Yield": 177.7, + "Adj Yield": 177.7 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC67-94RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 57.5, + "Yield": 173.9, + "Adj Yield": 173.9 + } + }, + { + "rank": 3, + "brand": "Becks", + "product": "6973TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 54.5, + "Yield": 224.0, + "Adj Yield": 224.0 + } + } + ], + "n_results": 19, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144219" + ], + "fetched_at": "2026-05-27T02:20:01.786402+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144219.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144219.md new file mode 100644 index 00000000..8d420642 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144219.md @@ -0,0 +1,48 @@ +# Corn yield trial — Grand Tower, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Jackson +- **City:** Grand Tower +- **Year:** 2024 +- **Plot ID:** 144219 +- **Cooperator:** Paul Heine +- **Plot average:** 189.42 BU/Ac +- **Planted:** 2024-05-23 +- **Harvested:** 2024-10-08 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144219 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 10 | AgriGold | A639-03VT2RIB | VT2RIB | - | 17.0 | 57.0 | 189.2 | 189.2 | +| 6 | AgriGold | A641-26-3110 | 3110 | - | 16.5 | 60.5 | 219.6 | 219.6 | +| 8 | AgriGold | A645-71STX | STX | - | 18.7 | 59.5 | 207.4 | 207.4 | +| 17 | AgriGold | A646-30VT2RIB | VT2RIB | - | 19.3 | 59.5 | 148.8 | 148.8 | +| 18 | AgriGold | A648-11VT2RIB | VT2RIB | - | 20.0 | 59.5 | 129.2 | 129.2 | +| 19 | AgriGold | A647-79VT2PRO | VT2Pro | - | 18.4 | 60.5 | 119.9 | 119.9 | +| 2 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 20.7 | 59.5 | 227.1 | 227.1 | +| 11 | AgriGold | J6621VT2PRO | VT2Pro | - | 18.8 | 60.0 | 181.4 | 181.4 | +| 15 | AgriGold | A6659VT2PRO | VT2Pro | - | 18.3 | 59.5 | 164.2 | 164.2 | +| 7 | AgriGold | A645-30VT2PRO | VT2Pro | - | 18.8 | 59.5 | 215.7 | 215.7 | +| 1 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 18.6 | 59.5 | 237.3 | 237.3 | +| 12 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.1 | 59.7 | 181.2 | 181.2 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.7 | 60.5 | 222.6 | 222.6 | +| 9 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.7 | 59.5 | 199.5 | 199.5 | +| 5 | AgriGold | A643-24PCE | PCE | - | 18.9 | 60.0 | 221.2 | 221.2 | +| 16 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 18.6 | 58.0 | 159.1 | 159.1 | +| 13 | Dekalb | DKC67-94RIB | TreceptaRIB | - | 18.1 | 57.5 | 177.7 | 177.7 | +| 14 | Dekalb | DKC67-94RIB | TreceptaRIB | - | 20.3 | 57.5 | 173.9 | 173.9 | +| 3 | Becks | 6973TCV2P | TreceptaRIB | - | 22.0 | 54.5 | 224.0 | 224.0 | + +Top 5 by Yield: A645-22TRCRIB (AgriGold) 237.3, A647-42TRCRIB (AgriGold) 227.1, 6973TCV2P (Becks) 224.0, A644-64VT2RIB (AgriGold) 222.6, A643-24PCE (AgriGold) 221.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144220.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144220.json new file mode 100644 index 00000000..ff8326fb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144220.json @@ -0,0 +1,283 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144220", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Marion", + "county": "Marion", + "year": 2024, + "plot_id": "144220", + "cooperator": "Fleming Feed and Grain", + "plot_average": 162.56, + "planted_date": "2024-04-15", + "harvested_date": "2024-09-26", + "population_seeds_per_acre": 21000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC65-95RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 61.9, + "Yield": 156.2, + "Adj Yield": 156.2 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 60.3, + "Yield": 168.0, + "Adj Yield": 168.0 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 58.4, + "Yield": 149.2, + "Adj Yield": 149.2 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 60.1, + "Yield": 147.1, + "Adj Yield": 147.1 + } + }, + { + "rank": 8, + "brand": "Phillips", + "product": "PS0897V32", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 57.6, + "Yield": 164.6, + "Adj Yield": 164.6 + } + }, + { + "rank": 4, + "brand": "NK Brand", + "product": "NK1056-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 59.3, + "Yield": 168.1, + "Adj Yield": 168.1 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 60.2, + "Yield": 160.2, + "Adj Yield": 160.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 62.7, + "Yield": 163.9, + "Adj Yield": 163.9 + } + }, + { + "rank": 3, + "brand": "NK Brand", + "product": "NK1386-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 59.2, + "Yield": 168.6, + "Adj Yield": 168.6 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 60.4, + "Yield": 173.8, + "Adj Yield": 173.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 60.4, + "Yield": 173.8, + "Adj Yield": 173.8 + } + }, + { + "rank": 10, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 60.3, + "Yield": 162.6, + "Adj Yield": 162.6 + } + }, + { + "rank": 6, + "brand": "Phillips", + "product": "PS1372TRE", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 59.6, + "Yield": 166.6, + "Adj Yield": 166.6 + } + }, + { + "rank": 5, + "brand": "Ohlde Seed", + "product": "O24-14DGVT2ProRB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 59.6, + "Yield": 166.9, + "Adj Yield": 166.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 59.6, + "Yield": 165.0, + "Adj Yield": 165.0 + } + }, + { + "rank": 13, + "brand": "NK Brand", + "product": "NK1701-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 58.6, + "Yield": 158.6, + "Adj Yield": 158.6 + } + }, + { + "rank": 2, + "brand": "Ohlde Seed", + "product": "O23-18", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 60.3, + "Yield": 170.1, + "Adj Yield": 170.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 60.6, + "Yield": 171.0, + "Adj Yield": 171.0 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC62-22", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 59.8, + "Yield": 159.5, + "Adj Yield": 159.5 + } + } + ], + "n_results": 19, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144220" + ], + "fetched_at": "2026-05-27T02:20:02.278132+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144220.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144220.md new file mode 100644 index 00000000..4b2e71c9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144220.md @@ -0,0 +1,52 @@ +# Corn yield trial — Marion, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Marion +- **City:** Marion +- **Year:** 2024 +- **Plot ID:** 144220 +- **Cooperator:** Fleming Feed and Grain +- **Plot average:** 162.56 BU/Ac +- **Planted:** 2024-04-15 +- **Harvested:** 2024-09-26 +- **Population:** 21,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144220 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 14 | Dekalb | DKC65-95RIB | VT2RIB | - | 12.8 | 61.9 | 156.2 | 156.2 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.3 | 60.3 | 168.0 | 168.0 | +| 15 | AgriGold | A636-39-3110 | 3110 | - | 12.4 | 58.4 | 149.2 | 149.2 | +| 16 | AgriGold | A638-19-3110 | 3110 | - | 12.3 | 60.1 | 147.1 | 147.1 | +| 8 | Phillips | PS0897V32 | 3220 | - | 12.5 | 57.6 | 164.6 | 164.6 | +| 4 | NK Brand | NK1056-V | 3220 | - | 12.2 | 59.3 | 168.1 | 168.1 | +| 11 | AgriGold | A641-26V | 3220EZ | - | 12.3 | 60.2 | 160.2 | 160.2 | +| 9 | AgriGold | A642-32VT2PRO | VT2Pro | - | 12.0 | 62.7 | 163.9 | 163.9 | +| 3 | NK Brand | NK1386-VZ | 3330EZ | - | 12.0 | 59.2 | 168.6 | 168.6 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.8 | 60.4 | 173.8 | 173.8 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.8 | 60.4 | 173.8 | 173.8 | +| 10 | NK Brand | NK1307-DV | 5222 | - | 12.5 | 60.3 | 162.6 | 162.6 | +| 6 | Phillips | PS1372TRE | TreceptaRIB | - | 11.9 | 59.6 | 166.6 | 166.6 | +| 5 | Ohlde Seed | O24-14DGVT2ProRB | VT2RIB | - | 12.6 | 59.6 | 166.9 | 166.9 | +| 7 | AgriGold | A645-80-3110 | 3110 | - | 13.4 | 59.6 | 165.0 | 165.0 | +| 13 | NK Brand | NK1701-V | 3220 | - | 14.1 | 58.6 | 158.6 | 158.6 | +| 2 | Ohlde Seed | O23-18 | VT2RIB | - | 14.6 | 60.3 | 170.1 | 170.1 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.8 | 60.6 | 171.0 | 171.0 | +| 12 | Dekalb | DKC62-22 | VT2Pro | - | 13.2 | 59.8 | 159.5 | 159.5 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 173.8, A643-52VT2RIB (AgriGold) 173.8, A643-52VT2RIB (AgriGold) 171.0, O23-18 (Ohlde Seed) 170.1, NK1386-VZ (NK Brand) 168.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144222.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144222.json new file mode 100644 index 00000000..c9799154 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144222.json @@ -0,0 +1,88 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144222", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Highland", + "county": "Madison", + "year": 2024, + "plot_id": "144222", + "cooperator": "Rinderer Farms LLC", + "plot_average": 225.75, + "planted_date": "2024-04-23", + "harvested_date": "2024-09-26", + "population_seeds_per_acre": null, + "row_width": "30.0\"", + "num_rows": 12, + "soil_type": null, + "tillage": null, + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": null, + "Yield": 221.9, + "Adj Yield": 221.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 216.9, + "Adj Yield": 216.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 239.4, + "Adj Yield": 239.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 224.8, + "Adj Yield": 224.8 + } + } + ], + "n_results": 4, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144222" + ], + "fetched_at": "2026-05-27T02:20:02.753459+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144222.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144222.md new file mode 100644 index 00000000..87bb4606 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144222.md @@ -0,0 +1,31 @@ +# Corn yield trial — Highland, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Madison +- **City:** Highland +- **Year:** 2024 +- **Plot ID:** 144222 +- **Cooperator:** Rinderer Farms LLC +- **Plot average:** 225.75 BU/Ac +- **Planted:** 2024-04-23 +- **Harvested:** 2024-09-26 +- **Row width:** 30.0" +- **# Rows:** 12 +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144222 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | AgriGold | A645-16VT2RIB | VT2RIB | - | 19.5 | - | 221.9 | 221.9 | +| 4 | AgriGold | A645-16VT2RIB | VT2RIB | - | 19.0 | - | 216.9 | 216.9 | +| 1 | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.5 | - | 239.4 | 239.4 | +| 2 | AgriGold | A645-16VT2RIB | VT2RIB | - | 20.0 | - | 224.8 | 224.8 | + +Top 5 by Yield: A645-16VT2RIB (AgriGold) 239.4, A645-16VT2RIB (AgriGold) 224.8, A645-16VT2RIB (AgriGold) 221.9, A645-16VT2RIB (AgriGold) 216.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144224.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144224.json new file mode 100644 index 00000000..4f7b205f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144224.json @@ -0,0 +1,361 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144224", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Lewis", + "county": "Edwards", + "year": 2024, + "plot_id": "144224", + "cooperator": "Fleming Feed and Grain", + "plot_average": 225.27, + "planted_date": "2024-05-06", + "harvested_date": "2024-09-26", + "population_seeds_per_acre": 29000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Sandy Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 61.8, + "Yield": 229.0, + "Adj Yield": 229.0 + } + }, + { + "rank": 20, + "brand": "NK Brand", + "product": "NK0922-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 59.5, + "Yield": 207.1, + "Adj Yield": 207.1 + } + }, + { + "rank": 21, + "brand": "NK Brand", + "product": "X30225", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.6, + "Yield": 183.4, + "Adj Yield": 183.4 + } + }, + { + "rank": 18, + "brand": "Phillips", + "product": "PS1179A31", + "traits": "3220AEZ", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 60.4, + "Yield": 218.5, + "Adj Yield": 218.5 + } + }, + { + "rank": 7, + "brand": "Phillips", + "product": "XB124E VPR", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 61.4, + "Yield": 230.6, + "Adj Yield": 230.6 + } + }, + { + "rank": 3, + "brand": "Ohlde Seed", + "product": "EXP112-3", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 61.6, + "Yield": 233.2, + "Adj Yield": 233.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 61.6, + "Yield": 237.7, + "Adj Yield": 237.7 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 61.6, + "Yield": 237.7, + "Adj Yield": 237.7 + } + }, + { + "rank": 16, + "brand": "Phillips", + "product": "PS1366VPR", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 61.2, + "Yield": 222.5, + "Adj Yield": 222.5 + } + }, + { + "rank": 9, + "brand": "Phillips", + "product": "PS1372TRE", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 61.2, + "Yield": 229.9, + "Adj Yield": 229.9 + } + }, + { + "rank": 19, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 60.6, + "Yield": 216.0, + "Adj Yield": 216.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 61.3, + "Yield": 227.2, + "Adj Yield": 227.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 61.3, + "Yield": 232.0, + "Adj Yield": 232.0 + } + }, + { + "rank": 12, + "brand": "NK Brand", + "product": "NK1573-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 60.6, + "Yield": 226.7, + "Adj Yield": 226.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 61.3, + "Yield": 228.2, + "Adj Yield": 228.2 + } + }, + { + "rank": 13, + "brand": "Ohlde Seed", + "product": "O24-16", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 61.6, + "Yield": 226.6, + "Adj Yield": 226.6 + } + }, + { + "rank": 8, + "brand": "Ohlde Seed", + "product": "O24-15TRE RB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 61.1, + "Yield": 230.1, + "Adj Yield": 230.1 + } + }, + { + "rank": 17, + "brand": "Ohlde Seed", + "product": "O22-12", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 61.5, + "Yield": 220.4, + "Adj Yield": 220.4 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 62.3, + "Yield": 234.6, + "Adj Yield": 234.6 + } + }, + { + "rank": 1, + "brand": "Ohlde Seed", + "product": "O25-18", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 61.0, + "Yield": 251.4, + "Adj Yield": 251.4 + } + }, + { + "rank": 14, + "brand": "NK Brand", + "product": "NK1701-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 61.2, + "Yield": 222.8, + "Adj Yield": 222.8 + } + }, + { + "rank": 14, + "brand": "NK Brand", + "product": "NK1386-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 61.2, + "Yield": 222.8, + "Adj Yield": 222.8 + } + }, + { + "rank": 4, + "brand": "Ohlde Seed", + "product": "O24-14DGVT2ProRB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 61.8, + "Yield": 232.4, + "Adj Yield": 232.4 + } + }, + { + "rank": 6, + "brand": "Ohlde Seed", + "product": "EXP210", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 60.7, + "Yield": 231.1, + "Adj Yield": 231.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 61.7, + "Yield": 224.2, + "Adj Yield": 224.2 + } + } + ], + "n_results": 25, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144224" + ], + "fetched_at": "2026-05-27T02:20:03.269658+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144224.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144224.md new file mode 100644 index 00000000..0b64f40d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144224.md @@ -0,0 +1,58 @@ +# Corn yield trial — Lewis, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Edwards +- **City:** Lewis +- **Year:** 2024 +- **Plot ID:** 144224 +- **Cooperator:** Fleming Feed and Grain +- **Plot average:** 225.27 BU/Ac +- **Planted:** 2024-05-06 +- **Harvested:** 2024-09-26 +- **Population:** 29,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Sandy Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** Yes +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144224 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.6 | 61.8 | 229.0 | 229.0 | +| 20 | NK Brand | NK0922-V | 3220EZ | - | 15.4 | 59.5 | 207.1 | 207.1 | +| 21 | NK Brand | X30225 | Unknown | - | 14.9 | 58.6 | 183.4 | 183.4 | +| 18 | Phillips | PS1179A31 | 3220AEZ | - | 14.6 | 60.4 | 218.5 | 218.5 | +| 7 | Phillips | XB124E VPR | VT2Pro | - | 14.9 | 61.4 | 230.6 | 230.6 | +| 3 | Ohlde Seed | EXP112-3 | Unknown | - | 14.9 | 61.6 | 233.2 | 233.2 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.1 | 61.6 | 237.7 | 237.7 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.1 | 61.6 | 237.7 | 237.7 | +| 16 | Phillips | PS1366VPR | VT2RIB | - | 14.6 | 61.2 | 222.5 | 222.5 | +| 9 | Phillips | PS1372TRE | TreceptaRIB | - | 14.7 | 61.2 | 229.9 | 229.9 | +| 19 | NK Brand | NK1307-DV | 5222 | - | 15.7 | 60.6 | 216.0 | 216.0 | +| 11 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.8 | 61.3 | 227.2 | 227.2 | +| 5 | AgriGold | A645-80-3110 | 3110 | - | 15.1 | 61.3 | 232.0 | 232.0 | +| 12 | NK Brand | NK1573-3110 | 3110 | - | 16.3 | 60.6 | 226.7 | 226.7 | +| 10 | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.4 | 61.3 | 228.2 | 228.2 | +| 13 | Ohlde Seed | O24-16 | VT2RIB | - | 15.8 | 61.6 | 226.6 | 226.6 | +| 8 | Ohlde Seed | O24-15TRE RB | TreceptaRIB | - | 15.6 | 61.1 | 230.1 | 230.1 | +| 17 | Ohlde Seed | O22-12 | TreceptaRIB | - | 14.8 | 61.5 | 220.4 | 220.4 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.7 | 62.3 | 234.6 | 234.6 | +| 1 | Ohlde Seed | O25-18 | Trecepta | - | 16.8 | 61.0 | 251.4 | 251.4 | +| 14 | NK Brand | NK1701-V | 3220 | - | 15.8 | 61.2 | 222.8 | 222.8 | +| 14 | NK Brand | NK1386-VZ | 3330EZ | - | 15.8 | 61.2 | 222.8 | 222.8 | +| 4 | Ohlde Seed | O24-14DGVT2ProRB | VT2RIB | - | 14.2 | 61.8 | 232.4 | 232.4 | +| 6 | Ohlde Seed | EXP210 | Unknown | - | 14.6 | 60.7 | 231.1 | 231.1 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.3 | 61.7 | 224.2 | 224.2 | + +Top 5 by Yield: O25-18 (Ohlde Seed) 251.4, A643-52VT2RIB (AgriGold) 237.7, A643-52VT2RIB (AgriGold) 237.7, A643-52VT2RIB (AgriGold) 234.6, EXP112-3 (Ohlde Seed) 233.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144227.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144227.json new file mode 100644 index 00000000..02a049d6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144227.json @@ -0,0 +1,517 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144227", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Robinson", + "county": "Brown", + "year": 2024, + "plot_id": "144227", + "cooperator": "Jesse Clark", + "plot_average": 258.48, + "planted_date": "2024-04-22", + "harvested_date": "2024-09-27", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "Golden Harvest", + "product": "G13U29-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 59.1, + "Yield": 255.9, + "Adj Yield": 255.9 + } + }, + { + "rank": 13, + "brand": "Golden Harvest", + "product": "G10L16-5222A-EZ", + "traits": "5222AEZ", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 59.5, + "Yield": 266.9, + "Adj Yield": 266.9 + } + }, + { + "rank": 23, + "brand": "Golden Harvest", + "product": "G10U97V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 59.2, + "Yield": 250.2, + "Adj Yield": 250.2 + } + }, + { + "rank": 28, + "brand": "Golden Harvest", + "product": "G11V76-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 59.4, + "Yield": 231.6, + "Adj Yield": 231.6 + } + }, + { + "rank": 16, + "brand": "Golden Harvest", + "product": "G12U11-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 60.9, + "Yield": 264.0, + "Adj Yield": 264.0 + } + }, + { + "rank": null, + "brand": "Golden Harvest", + "product": "G13U29-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 59.2, + "Yield": 253.5, + "Adj Yield": 253.5 + } + }, + { + "rank": 19, + "brand": "Golden Harvest", + "product": "G13U96-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 58.7, + "Yield": 257.7, + "Adj Yield": 257.7 + } + }, + { + "rank": 24, + "brand": "Golden Harvest", + "product": "G15U34-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 61.2, + "Yield": 248.3, + "Adj Yield": 248.3 + } + }, + { + "rank": 9, + "brand": "Golden Harvest", + "product": "G15J91-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": 56.9, + "Yield": 275.3, + "Adj Yield": 275.3 + } + }, + { + "rank": 5, + "brand": "Golden Harvest", + "product": "G17E95-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 24.8, + "Test Wt.": 56.4, + "Yield": 277.8, + "Adj Yield": 277.8 + } + }, + { + "rank": 20, + "brand": "Golden Harvest", + "product": "G13U29-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 59.1, + "Yield": 257.6, + "Adj Yield": 257.6 + } + }, + { + "rank": null, + "brand": "Golden Harvest", + "product": "G13U29-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 59.1, + "Yield": 257.6, + "Adj Yield": 257.6 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 61.0, + "Yield": 243.9, + "Adj Yield": 243.9 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 58.2, + "Yield": 240.8, + "Adj Yield": 240.8 + } + }, + { + "rank": 29, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 56.4, + "Yield": 223.8, + "Adj Yield": 223.8 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A641-85TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 57.5, + "Yield": 269.5, + "Adj Yield": 269.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 60.3, + "Yield": 277.0, + "Adj Yield": 277.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 60.0, + "Yield": 278.5, + "Adj Yield": 278.5 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": 59.0, + "Yield": 274.2, + "Adj Yield": 274.2 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 61.2, + "Yield": 269.0, + "Adj Yield": 269.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 59.4, + "Yield": 284.4, + "Adj Yield": 284.4 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 58.5, + "Yield": 254.4, + "Adj Yield": 254.4 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 58.5, + "Yield": 254.4, + "Adj Yield": 254.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": 57.2, + "Yield": 276.4, + "Adj Yield": 276.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 62.8, + "Yield": 282.2, + "Adj Yield": 282.2 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 61.8, + "Yield": 238.6, + "Adj Yield": 238.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 58.6, + "Yield": 281.5, + "Adj Yield": 281.5 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.1, + "Test Wt.": 56.9, + "Yield": 264.1, + "Adj Yield": 264.1 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.3, + "Test Wt.": 59.1, + "Yield": 254.3, + "Adj Yield": 254.3 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 62.3, + "Yield": 234.1, + "Adj Yield": 234.1 + } + }, + { + "rank": 30, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.3, + "Test Wt.": 58.6, + "Yield": 154.5, + "Adj Yield": 154.5 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 60.6, + "Yield": 239.0, + "Adj Yield": 239.0 + } + }, + { + "rank": 18, + "brand": "Mustang", + "product": "75T12PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 60.7, + "Yield": 261.6, + "Adj Yield": 261.6 + } + }, + { + "rank": 6, + "brand": "Mustang", + "product": "82C14VT2P", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 61.4, + "Yield": 277.7, + "Adj Yield": 277.7 + } + }, + { + "rank": 14, + "brand": "Mustang", + "product": "83A15TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 61.3, + "Yield": 265.0, + "Adj Yield": 265.0 + } + }, + { + "rank": 17, + "brand": "Mustang", + "product": "93R18TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": 59.5, + "Yield": 263.3, + "Adj Yield": 263.3 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 58.7, + "Yield": 205.1, + "Adj Yield": 205.1 + } + } + ], + "n_results": 37, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144227" + ], + "fetched_at": "2026-05-27T02:20:03.782298+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144227.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144227.md new file mode 100644 index 00000000..28a6f59c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144227.md @@ -0,0 +1,70 @@ +# Corn yield trial — Robinson, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Brown +- **City:** Robinson +- **Year:** 2024 +- **Plot ID:** 144227 +- **Cooperator:** Jesse Clark +- **Plot average:** 258.48 BU/Ac +- **Planted:** 2024-04-22 +- **Harvested:** 2024-09-27 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144227 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Golden Harvest | G13U29-VZ | 3330EZ | - | 20.8 | 59.1 | 255.9 | 255.9 | +| 13 | Golden Harvest | G10L16-5222A-EZ | 5222AEZ | - | 20.7 | 59.5 | 266.9 | 266.9 | +| 23 | Golden Harvest | G10U97V | 3220EZ | - | 20.3 | 59.2 | 250.2 | 250.2 | +| 28 | Golden Harvest | G11V76-AA | 3120EZ | - | 21.2 | 59.4 | 231.6 | 231.6 | +| 16 | Golden Harvest | G12U11-AA | 3220EZ | - | 21.2 | 60.9 | 264.0 | 264.0 | +| - | Golden Harvest | G13U29-VZ | 3330EZ | - | 20.9 | 59.2 | 253.5 | 253.5 | +| 19 | Golden Harvest | G13U96-DV | 5222EZ | - | 22.8 | 58.7 | 257.7 | 257.7 | +| 24 | Golden Harvest | G15U34-V | 3220EZ | - | 22.0 | 61.2 | 248.3 | 248.3 | +| 9 | Golden Harvest | G15J91-V | 3220 | - | 24.1 | 56.9 | 275.3 | 275.3 | +| 5 | Golden Harvest | G17E95-3110 | 3110 | - | 24.8 | 56.4 | 277.8 | 277.8 | +| 20 | Golden Harvest | G13U29-VZ | 3330EZ | - | 22.2 | 59.1 | 257.6 | 257.6 | +| - | Golden Harvest | G13U29-VZ | 3330EZ | - | 22.2 | 59.1 | 257.6 | 257.6 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 21.4 | 61.0 | 243.9 | 243.9 | +| 25 | AgriGold | A636-16VT2RIB | VT2RIB | - | 20.2 | 58.2 | 240.8 | 240.8 | +| 29 | AgriGold | A639-03VT2RIB | VT2RIB | - | 21.4 | 56.4 | 223.8 | 223.8 | +| 11 | AgriGold | A641-85TRCRIB | TreceptaRIB | - | 21.3 | 57.5 | 269.5 | 269.5 | +| 7 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 20.3 | 60.3 | 277.0 | 277.0 | +| 4 | AgriGold | A642-32VT2PRO | VT2Pro | - | 22.3 | 60.0 | 278.5 | 278.5 | +| 10 | AgriGold | A643-24PCE | PCE | - | 23.1 | 59.0 | 274.2 | 274.2 | +| 12 | AgriGold | A643-52VT2RIB | VT2RIB | - | 22.4 | 61.2 | 269.0 | 269.0 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 22.1 | 59.4 | 284.4 | 284.4 | +| 21 | AgriGold | A645-16VT2RIB | VT2RIB | - | 22.7 | 58.5 | 254.4 | 254.4 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 22.7 | 58.5 | 254.4 | 254.4 | +| 8 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 23.1 | 57.2 | 276.4 | 276.4 | +| 2 | AgriGold | A645-30VT2PRO | VT2Pro | - | 21.3 | 62.8 | 282.2 | 282.2 | +| 26 | AgriGold | A645-71STXRIB | STXRIB | - | 21.7 | 61.8 | 238.6 | 238.6 | +| 3 | AgriGold | A646-17STXRIB | STXRIB | - | 22.3 | 58.6 | 281.5 | 281.5 | +| 15 | AgriGold | A646-30VT2RIB | VT2RIB | - | 25.1 | 56.9 | 264.1 | 264.1 | +| 22 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 24.3 | 59.1 | 254.3 | 254.3 | +| 27 | AgriGold | A647-79VT2PRO | VT2Pro | - | 21.1 | 62.3 | 234.1 | 234.1 | +| 30 | AgriGold | A648-11VT2RIB | VT2RIB | - | 23.3 | 58.6 | 154.5 | 154.5 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 21.7 | 60.6 | 239.0 | 239.0 | +| 18 | Mustang | 75T12PCE | PCE | - | 20.6 | 60.7 | 261.6 | 261.6 | +| 6 | Mustang | 82C14VT2P | VT2Pro | - | 21.8 | 61.4 | 277.7 | 277.7 | +| 14 | Mustang | 83A15TRE | Trecepta | - | 21.2 | 61.3 | 265.0 | 265.0 | +| 17 | Mustang | 93R18TRE | Trecepta | - | 24.1 | 59.5 | 263.3 | 263.3 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 22.3 | 58.7 | 205.1 | 205.1 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 284.4, A645-30VT2PRO (AgriGold) 282.2, A646-17STXRIB (AgriGold) 281.5, A642-32VT2PRO (AgriGold) 278.5, G17E95-3110 (Golden Harvest) 277.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144231.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144231.json new file mode 100644 index 00000000..dfd20c89 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144231.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144231", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Mullinville", + "county": "Kiowa", + "year": 2024, + "plot_id": "144231", + "cooperator": "Fleming Feed and Grain", + "plot_average": 210.1, + "planted_date": "2024-05-06", + "harvested_date": "2024-09-28", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Wheat", + "irrigation": "Yes", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "Pioneer", + "product": "P1847AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.8, + "Yield": 203.9, + "Adj Yield": 203.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 60.0, + "Yield": 217.4, + "Adj Yield": 217.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.7, + "Yield": 218.6, + "Adj Yield": 218.6 + } + }, + { + "rank": 7, + "brand": "Becks", + "product": "6414V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 58.6, + "Yield": 198.0, + "Adj Yield": 198.0 + } + }, + { + "rank": 6, + "brand": "Becks", + "product": "6973TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 59.4, + "Yield": 210.3, + "Adj Yield": 210.3 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 58.9, + "Yield": 190.5, + "Adj Yield": 190.5 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 60.0, + "Yield": 215.6, + "Adj Yield": 215.6 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P1170AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.3, + "Yield": 216.9, + "Adj Yield": 216.9 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P1847AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.9, + "Yield": 213.5, + "Adj Yield": 213.5 + } + }, + { + "rank": null, + "brand": "Pioneer", + "product": "P1847AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.9, + "Yield": 213.5, + "Adj Yield": 213.5 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144231" + ], + "fetched_at": "2026-05-27T02:20:04.245661+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144231.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144231.md new file mode 100644 index 00000000..7f370c49 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144231.md @@ -0,0 +1,43 @@ +# Corn yield trial — Mullinville, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Kiowa +- **City:** Mullinville +- **Year:** 2024 +- **Plot ID:** 144231 +- **Cooperator:** Fleming Feed and Grain +- **Plot average:** 210.1 BU/Ac +- **Planted:** 2024-05-06 +- **Harvested:** 2024-09-28 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Wheat +- **Irrigation:** Yes +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144231 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Pioneer | P1847AML | AML | - | 16.1 | 59.8 | 203.9 | 203.9 | +| 2 | AgriGold | A645-80-3110 | 3110 | - | 15.9 | 60.0 | 217.4 | 217.4 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.0 | 59.7 | 218.6 | 218.6 | +| 7 | Becks | 6414V2P | VT2RIB | - | 15.0 | 58.6 | 198.0 | 198.0 | +| 6 | Becks | 6973TCV2P | TreceptaRIB | - | 17.4 | 59.4 | 210.3 | 210.3 | +| 8 | Dekalb | DKC114-99RIB | VT4RIB | - | 14.0 | 58.9 | 190.5 | 190.5 | +| 4 | Pioneer | P14830AML | AML | - | 15.1 | 60.0 | 215.6 | 215.6 | +| 3 | Pioneer | P1170AM | AM | - | 15.2 | 60.3 | 216.9 | 216.9 | +| 5 | Pioneer | P1847AML | AML | - | 15.7 | 59.9 | 213.5 | 213.5 | +| - | Pioneer | P1847AML | AML | - | 15.7 | 59.9 | 213.5 | 213.5 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 218.6, A645-80-3110 (AgriGold) 217.4, P1170AM (Pioneer) 216.9, P14830AML (Pioneer) 215.6, P1847AML (Pioneer) 213.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144232.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144232.json new file mode 100644 index 00000000..1ae1c26b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144232.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144232", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Watson", + "county": "Atchison", + "year": 2024, + "plot_id": "144232", + "cooperator": "Trey Garst", + "plot_average": 278.02, + "planted_date": "2024-04-11", + "harvested_date": "2024-09-26", + "population_seeds_per_acre": 32500, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Sandy Clay Loam", + "tillage": "Mulch Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.0, + "Yield": 295.3, + "Adj Yield": 295.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 61.1, + "Yield": 275.8, + "Adj Yield": 270.78 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 58.8, + "Yield": 268.0, + "Adj Yield": 265.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.0, + "Yield": 268.1, + "Adj Yield": 268.15 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 60.0, + "Yield": 287.1, + "Adj Yield": 289.48 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 63.5, + "Yield": 277.7, + "Adj Yield": 282.64 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 59.2, + "Yield": 278.6, + "Adj Yield": 278.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 61.1, + "Yield": 270.7, + "Adj Yield": 275.89 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 59.8, + "Yield": 277.9, + "Adj Yield": 281.19 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 62.5, + "Yield": 281.3, + "Adj Yield": 283.15 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 61.4, + "Yield": 284.5, + "Adj Yield": 285.31 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 60.5, + "Yield": 287.2, + "Adj Yield": 287.2 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144232" + ], + "fetched_at": "2026-05-27T02:20:04.753603+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144232.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144232.md new file mode 100644 index 00000000..27edb23f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144232.md @@ -0,0 +1,42 @@ +# Corn yield trial — Watson, MO, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Atchison +- **City:** Watson +- **Year:** 2024 +- **Plot ID:** 144232 +- **Cooperator:** Trey Garst +- **Plot average:** 278.02 BU/Ac +- **Planted:** 2024-04-11 +- **Harvested:** 2024-09-26 +- **Population:** 32,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Sandy Clay Loam +- **Tillage:** Mulch Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144232 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.6 | 59.0 | 295.3 | 295.3 | +| 7 | AgriGold | A648-11VT2RIB | VT2RIB | - | 17.8 | 61.1 | 275.8 | 270.78 | +| 9 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 16.3 | 58.8 | 268.0 | 265.6 | +| 8 | AgriGold | A646-30VT2RIB | VT2RIB | - | 15.7 | 59.0 | 268.1 | 268.15 | +| 1 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.5 | 60.0 | 287.1 | 289.48 | +| 4 | AgriGold | A645-30VT2PRO | VT2Pro | - | 17.0 | 63.5 | 277.7 | 282.64 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.5 | 59.2 | 278.6 | 278.6 | +| 6 | AgriGold | A643-24PCE | PCE | - | 14.7 | 61.1 | 270.7 | 275.89 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.2 | 59.8 | 277.9 | 281.19 | +| 3 | AgriGold | A642-32VT2PRO | VT2Pro | - | 14.4 | 62.5 | 281.3 | 283.15 | +| 2 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.9 | 61.4 | 284.5 | 285.31 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.6 | 60.5 | 287.2 | 287.2 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 295.3, A644-64VT2RIB (AgriGold) 287.2, A645-16VT2RIB (AgriGold) 287.1, A642-05VT2RIBD1 (AgriGold) 284.5, A642-32VT2PRO (AgriGold) 281.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144235.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144235.json new file mode 100644 index 00000000..cd2f44f4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144235.json @@ -0,0 +1,114 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144235", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Corning", + "county": "Taylor", + "year": 2024, + "plot_id": "144235", + "cooperator": "Justin Petersen", + "plot_average": 290.57, + "planted_date": "2024-04-10", + "harvested_date": "2024-09-30", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 55.6, + "Yield": 273.3, + "Adj Yield": 273.3 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P16544PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 56.0, + "Yield": 302.2, + "Adj Yield": 302.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 55.8, + "Yield": 291.5, + "Adj Yield": 291.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 59.2, + "Yield": 286.0, + "Adj Yield": 286.0 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P13050V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 57.9, + "Yield": 309.0, + "Adj Yield": 309.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 54.5, + "Yield": 281.4, + "Adj Yield": 281.4 + } + } + ], + "n_results": 6, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144235" + ], + "fetched_at": "2026-05-27T02:20:05.267230+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144235.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144235.md new file mode 100644 index 00000000..0a893461 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144235.md @@ -0,0 +1,35 @@ +# Corn yield trial — Corning, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Taylor +- **City:** Corning +- **Year:** 2024 +- **Plot ID:** 144235 +- **Cooperator:** Justin Petersen +- **Plot average:** 290.57 BU/Ac +- **Planted:** 2024-04-10 +- **Harvested:** 2024-09-30 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144235 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | Pioneer | P1742Q | QROME | - | 21.0 | 55.6 | 273.3 | 273.3 | +| 2 | Pioneer | P16544PCE | PCE | - | 20.0 | 56.0 | 302.2 | 302.2 | +| 3 | AgriGold | A645-16VT2RIB | VT2RIB | - | 20.0 | 55.8 | 291.5 | 291.5 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 19.4 | 59.2 | 286.0 | 286.0 | +| 1 | Pioneer | P13050V | Vorceed | - | 18.0 | 57.9 | 309.0 | 309.0 | +| 5 | AgriGold | A646-30VT2RIB | VT2RIB | - | 21.2 | 54.5 | 281.4 | 281.4 | + +Top 5 by Yield: P13050V (Pioneer) 309.0, P16544PCE (Pioneer) 302.2, A645-16VT2RIB (AgriGold) 291.5, A643-52VT2RIB (AgriGold) 286.0, A646-30VT2RIB (AgriGold) 281.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144245.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144245.json new file mode 100644 index 00000000..2c69e5db --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144245.json @@ -0,0 +1,374 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144245", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Beardstown", + "county": "Cass", + "year": 2024, + "plot_id": "144245", + "cooperator": "Marty Turner", + "plot_average": 242.01, + "planted_date": "2024-05-15", + "harvested_date": "2024-09-30", + "population_seeds_per_acre": 35500, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Loamy Sand", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 252.7, + "Adj Yield": 252.7 + } + }, + { + "rank": 12, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 252.0, + "Adj Yield": 246.71 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": null, + "Yield": 260.3, + "Adj Yield": 255.53 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": null, + "Yield": 255.1, + "Adj Yield": 250.75 + } + }, + { + "rank": 17, + "brand": "Burrus", + "product": "6U77SSP", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": null, + "Yield": 237.1, + "Adj Yield": 233.2 + } + }, + { + "rank": 13, + "brand": "Burrus", + "product": "6N54VT2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": null, + "Yield": 250.1, + "Adj Yield": 246.68 + } + }, + { + "rank": 15, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 242.4, + "Adj Yield": 239.4 + } + }, + { + "rank": 18, + "brand": "Channel", + "product": "212-40VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": null, + "Yield": 234.8, + "Adj Yield": 232.26 + } + }, + { + "rank": 19, + "brand": "Wyffels", + "product": "W8086RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": null, + "Yield": 232.3, + "Adj Yield": 230.22 + } + }, + { + "rank": 23, + "brand": "Channel", + "product": "214-40VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": null, + "Yield": 194.8, + "Adj Yield": 193.22 + } + }, + { + "rank": 24, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": null, + "Yield": 183.5, + "Adj Yield": 182.33 + } + }, + { + "rank": 1, + "brand": "Burrus", + "product": "7T27SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": null, + "Yield": 275.3, + "Adj Yield": 274.59 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": null, + "Yield": 252.5, + "Adj Yield": 252.23 + } + }, + { + "rank": 6, + "brand": "Channel", + "product": "215-15SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 256.5, + "Adj Yield": 256.73 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": null, + "Yield": 250.9, + "Adj Yield": 251.62 + } + }, + { + "rank": 16, + "brand": "Channel", + "product": "215-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 233.1, + "Adj Yield": 234.25 + } + }, + { + "rank": 4, + "brand": "Channel", + "product": "215-70TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": null, + "Yield": 259.9, + "Adj Yield": 261.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": null, + "Yield": 259.3, + "Adj Yield": 261.37 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 243.9, + "Adj Yield": 246.43 + } + }, + { + "rank": 9, + "brand": "Burrus", + "product": "8M81TRE", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": null, + "Yield": 249.0, + "Adj Yield": 251.98 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 270.2, + "Adj Yield": 273.59 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.4, + "Test Wt.": null, + "Yield": 218.4, + "Adj Yield": 222.26 + } + }, + { + "rank": 20, + "brand": "Channel", + "product": "218-66VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.8, + "Test Wt.": null, + "Yield": 223.1, + "Adj Yield": 227.42 + } + }, + { + "rank": 3, + "brand": "Wyffels", + "product": "W9218RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": null, + "Yield": 256.7, + "Adj Yield": 261.53 + } + }, + { + "rank": 21, + "brand": "Channel", + "product": "215-72TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": null, + "Yield": 217.3, + "Adj Yield": 222.53 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 241.2, + "Adj Yield": 241.2 + } + } + ], + "n_results": 26, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144245" + ], + "fetched_at": "2026-05-27T02:20:05.781447+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144245.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144245.md new file mode 100644 index 00000000..39e0b95d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144245.md @@ -0,0 +1,56 @@ +# Corn yield trial — Beardstown, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Cass +- **City:** Beardstown +- **Year:** 2024 +- **Plot ID:** 144245 +- **Cooperator:** Marty Turner +- **Plot average:** 242.01 BU/Ac +- **Planted:** 2024-05-15 +- **Harvested:** 2024-09-30 +- **Population:** 35,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Loamy Sand +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144245 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A648-11VT2RIB | VT2RIB | - | 21.3 | - | 252.7 | 252.7 | +| 12 | Wyffels | W6886RIB | VT2RIB | - | 18.8 | - | 252.0 | 246.71 | +| 7 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 20.6 | - | 260.3 | 255.53 | +| 11 | AgriGold | A642-32VT2PRO | VT2Pro | - | 20.3 | - | 255.1 | 250.75 | +| 17 | Burrus | 6U77SSP | SSPRIB | - | 20.6 | - | 237.1 | 233.2 | +| 13 | Burrus | 6N54VT2P | VT2RIB | - | 20.4 | - | 250.1 | 246.68 | +| 15 | Wyffels | W7759RIB | SSPRIB | - | 20.9 | - | 242.4 | 239.4 | +| 18 | Channel | 212-40VT4PRIB | VT4RIB | - | 19.8 | - | 234.8 | 232.26 | +| 19 | Wyffels | W8086RIB | VT2RIB | - | 21.7 | - | 232.3 | 230.22 | +| 23 | Channel | 214-40VT4PRIB | VT4RIB | - | 21.4 | - | 194.8 | 193.22 | +| 24 | Dekalb | DKC114-99RIB | VT4RIB | - | 21.0 | - | 183.5 | 182.33 | +| 1 | Burrus | 7T27SSP | SSP | - | 21.2 | - | 275.3 | 274.59 | +| 8 | AgriGold | A644-64VT2RIB | VT2RIB | - | 21.6 | - | 252.5 | 252.23 | +| 6 | Channel | 215-15SSPRIB | SSPRIB | - | 21.3 | - | 256.5 | 256.73 | +| 10 | AgriGold | A645-71STXRIB | STXRIB | - | 21.6 | - | 250.9 | 251.62 | +| 16 | Channel | 215-42SSPRIB | SSPRIB | - | 20.9 | - | 233.1 | 234.25 | +| 4 | Channel | 215-70TRCRIB | TreceptaRIB | - | 21.2 | - | 259.9 | 261.5 | +| 5 | AgriGold | A646-30VT2RIB | VT2RIB | - | 22.3 | - | 259.3 | 261.37 | +| 14 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 20.9 | - | 243.9 | 246.43 | +| 9 | Burrus | 8M81TRE | TreceptaRIB | - | 22.2 | - | 249.0 | 251.98 | +| 2 | Dekalb | DKC68-35RIB | VT2RIB | - | 20.9 | - | 270.2 | 273.59 | +| 22 | AgriGold | A648-11VT2RIB | VT2RIB | - | 24.4 | - | 218.4 | 222.26 | +| 20 | Channel | 218-66VT2PRIB | VT2RIB | - | 23.8 | - | 223.1 | 227.42 | +| 3 | Wyffels | W9218RIB | STXRIB | - | 21.7 | - | 256.7 | 261.53 | +| 21 | Channel | 215-72TRERIB | TreceptaRIB | - | 21.6 | - | 217.3 | 222.53 | +| - | AgriGold | A648-11VT2RIB | VT2RIB | - | 20.0 | - | 241.2 | 241.2 | + +Top 5 by Yield: 7T27SSP (Burrus) 275.3, DKC68-35RIB (Dekalb) 270.2, A642-05VT2RIBD1 (AgriGold) 260.3, 215-70TRCRIB (Channel) 259.9, A646-30VT2RIB (AgriGold) 259.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144254.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144254.json new file mode 100644 index 00000000..858d2440 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144254.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144254", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Centralia", + "county": "Nemaha", + "year": 2024, + "plot_id": "144254", + "cooperator": "Hayden Cross", + "plot_average": 186.92, + "planted_date": "2024-04-09", + "harvested_date": "2024-10-01", + "population_seeds_per_acre": 28500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 61.6, + "Yield": 200.5, + "Adj Yield": 200.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 64.1, + "Yield": 199.5, + "Adj Yield": 199.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 63.0, + "Yield": 189.0, + "Adj Yield": 189.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 61.6, + "Yield": 199.5, + "Adj Yield": 199.5 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 61.9, + "Yield": 184.7, + "Adj Yield": 184.7 + } + }, + { + "rank": 7, + "brand": "Brevant Seeds", + "product": "B16K30AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 61.8, + "Yield": 189.8, + "Adj Yield": 189.8 + } + }, + { + "rank": 11, + "brand": "Brevant Seeds", + "product": "B15W41AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 61.2, + "Yield": 184.3, + "Adj Yield": 184.3 + } + }, + { + "rank": 13, + "brand": "Brevant Seeds", + "product": "B13C49PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 57.7, + "Yield": 183.3, + "Adj Yield": 183.3 + } + }, + { + "rank": 6, + "brand": "Brevant Seeds", + "product": "B11C37AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 61.4, + "Yield": 191.5, + "Adj Yield": 191.5 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 61.7, + "Yield": 202.0, + "Adj Yield": 202.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 61.7, + "Yield": 202.0, + "Adj Yield": 202.0 + } + }, + { + "rank": 17, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 58.1, + "Yield": 167.2, + "Adj Yield": 167.2 + } + }, + { + "rank": 15, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 56.5, + "Yield": 172.5, + "Adj Yield": 172.5 + } + }, + { + "rank": 14, + "brand": "NK Brand", + "product": "NK1386-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 61.0, + "Yield": 175.5, + "Adj Yield": 175.5 + } + }, + { + "rank": 16, + "brand": "NK Brand", + "product": "NK1701-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 57.6, + "Yield": 170.8, + "Adj Yield": 170.8 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 61.2, + "Yield": 192.0, + "Adj Yield": 192.0 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 64.6, + "Yield": 187.8, + "Adj Yield": 187.8 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC65-95RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 61.4, + "Yield": 184.0, + "Adj Yield": 184.0 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 63.4, + "Yield": 204.2, + "Adj Yield": 204.2 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 63.1, + "Yield": 198.3, + "Adj Yield": 198.3 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144254" + ], + "fetched_at": "2026-05-27T02:20:06.249856+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144254.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144254.md new file mode 100644 index 00000000..52013866 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144254.md @@ -0,0 +1,53 @@ +# Corn yield trial — Centralia, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Nemaha +- **City:** Centralia +- **Year:** 2024 +- **Plot ID:** 144254 +- **Cooperator:** Hayden Cross +- **Plot average:** 186.92 BU/Ac +- **Planted:** 2024-04-09 +- **Harvested:** 2024-10-01 +- **Population:** 28,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144254 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.7 | 61.6 | 200.5 | 200.5 | +| 3 | AgriGold | A642-32VT2PRO | VT2Pro | - | 12.2 | 64.1 | 199.5 | 199.5 | +| 8 | AgriGold | A645-30VT2PRO | VT2Pro | - | 12.9 | 63.0 | 189.0 | 189.0 | +| 4 | AgriGold | A645-16VT2RIB | VT2RIB | - | 12.9 | 61.6 | 199.5 | 199.5 | +| 10 | AgriGold | A648-11VT2RIB | VT2RIB | - | 13.4 | 61.9 | 184.7 | 184.7 | +| 7 | Brevant Seeds | B16K30AM | AM | - | 12.3 | 61.8 | 189.8 | 189.8 | +| 11 | Brevant Seeds | B15W41AM | AM | - | 12.6 | 61.2 | 184.3 | 184.3 | +| 13 | Brevant Seeds | B13C49PCE | PCE | - | 13.1 | 57.7 | 183.3 | 183.3 | +| 6 | Brevant Seeds | B11C37AM | AM | - | 12.0 | 61.4 | 191.5 | 191.5 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.3 | 61.7 | 202.0 | 202.0 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.3 | 61.7 | 202.0 | 202.0 | +| 17 | NK Brand | NK1228-AA | 3220 | - | 12.7 | 58.1 | 167.2 | 167.2 | +| 15 | NK Brand | NK1307-DV | 5222 | - | 12.7 | 56.5 | 172.5 | 172.5 | +| 14 | NK Brand | NK1386-VZ | 3330EZ | - | 12.5 | 61.0 | 175.5 | 175.5 | +| 16 | NK Brand | NK1701-V | 3220 | - | 13.0 | 57.6 | 170.8 | 170.8 | +| 5 | Dekalb | DKC68-35RIB | VT2RIB | - | 13.2 | 61.2 | 192.0 | 192.0 | +| 9 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 12.2 | 64.6 | 187.8 | 187.8 | +| 12 | Dekalb | DKC65-95RIB | VT2RIB | - | 13.0 | 61.4 | 184.0 | 184.0 | +| 1 | Dekalb | DKC114-43RIB | VT4RIB | - | 12.5 | 63.4 | 204.2 | 204.2 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.3 | 63.1 | 198.3 | 198.3 | + +Top 5 by Yield: DKC114-43RIB (Dekalb) 204.2, A643-52VT2RIB (AgriGold) 202.0, A643-52VT2RIB (AgriGold) 202.0, A643-52VT2RIB (AgriGold) 200.5, A642-32VT2PRO (AgriGold) 199.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144279.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144279.json new file mode 100644 index 00000000..d0c825c5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144279.json @@ -0,0 +1,283 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144279", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Lewis", + "county": "Edwards", + "year": 2024, + "plot_id": "144279", + "cooperator": "Fleming Feed and Grain", + "plot_average": 233.75, + "planted_date": "2024-05-07", + "harvested_date": "2024-10-02", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Sandy Loam", + "tillage": "Conventional", + "previous_crop": "Wheat", + "irrigation": "Yes", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": 14, + "brand": "Ohlde Seed", + "product": "EXP210", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 58.9, + "Yield": 231.0, + "Adj Yield": 231.0 + } + }, + { + "rank": 13, + "brand": "NK Brand", + "product": "NK1056-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 59.9, + "Yield": 231.4, + "Adj Yield": 231.4 + } + }, + { + "rank": 3, + "brand": "Phillips", + "product": "PXA1225", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 60.6, + "Yield": 244.7, + "Adj Yield": 244.7 + } + }, + { + "rank": 17, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 59.0, + "Yield": 221.9, + "Adj Yield": 221.9 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.8, + "Yield": 232.0, + "Adj Yield": 232.0 + } + }, + { + "rank": 7, + "brand": "Phillips", + "product": "PS1372TRE", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 62.0, + "Yield": 240.4, + "Adj Yield": 240.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 62.4, + "Yield": 244.1, + "Adj Yield": 244.1 + } + }, + { + "rank": 9, + "brand": "Ohlde Seed", + "product": "O24-14DGVT2ProRB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 61.2, + "Yield": 239.7, + "Adj Yield": 239.7 + } + }, + { + "rank": 1, + "brand": "Ohlde Seed", + "product": "O24-15TRE RB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 59.1, + "Yield": 249.3, + "Adj Yield": 249.3 + } + }, + { + "rank": 11, + "brand": "NK Brand", + "product": "NK1573-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 58.6, + "Yield": 234.2, + "Adj Yield": 234.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 61.8, + "Yield": 239.8, + "Adj Yield": 239.8 + } + }, + { + "rank": 15, + "brand": "NK Brand", + "product": "NK1523-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 59.5, + "Yield": 226.0, + "Adj Yield": 226.0 + } + }, + { + "rank": 18, + "brand": "Ohlde Seed", + "product": "O23-16", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 58.2, + "Yield": 216.8, + "Adj Yield": 216.8 + } + }, + { + "rank": 2, + "brand": "Ohlde Seed", + "product": "O24-16", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 61.3, + "Yield": 245.6, + "Adj Yield": 245.6 + } + }, + { + "rank": 6, + "brand": "Ohlde Seed", + "product": "O23-18", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 61.3, + "Yield": 241.9, + "Adj Yield": 241.9 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 61.9, + "Yield": 200.7, + "Adj Yield": 200.7 + } + }, + { + "rank": 10, + "brand": "NK Brand", + "product": "NK1573-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 58.7, + "Yield": 234.3, + "Adj Yield": 234.3 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 60.4, + "Yield": 242.3, + "Adj Yield": 242.3 + } + }, + { + "rank": 16, + "brand": "Pioneer", + "product": "P1742PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 59.4, + "Yield": 225.1, + "Adj Yield": 225.1 + } + } + ], + "n_results": 19, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144279" + ], + "fetched_at": "2026-05-27T02:20:06.774059+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144279.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144279.md new file mode 100644 index 00000000..dfe67121 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144279.md @@ -0,0 +1,52 @@ +# Corn yield trial — Lewis, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Edwards +- **City:** Lewis +- **Year:** 2024 +- **Plot ID:** 144279 +- **Cooperator:** Fleming Feed and Grain +- **Plot average:** 233.75 BU/Ac +- **Planted:** 2024-05-07 +- **Harvested:** 2024-10-02 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Sandy Loam +- **Tillage:** Conventional +- **Previous crop:** Wheat +- **Irrigation:** Yes +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144279 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 14 | Ohlde Seed | EXP210 | Unknown | - | 12.9 | 58.9 | 231.0 | 231.0 | +| 13 | NK Brand | NK1056-V | 3220 | - | 13.4 | 59.9 | 231.4 | 231.4 | +| 3 | Phillips | PXA1225 | Unknown | - | 13.4 | 60.6 | 244.7 | 244.7 | +| 17 | NK Brand | NK1307-DV | 5222 | - | 14.0 | 59.0 | 221.9 | 221.9 | +| 12 | AgriGold | A643-24PCE | PCE | - | 13.7 | 60.8 | 232.0 | 232.0 | +| 7 | Phillips | PS1372TRE | TreceptaRIB | - | 12.9 | 62.0 | 240.4 | 240.4 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.2 | 62.4 | 244.1 | 244.1 | +| 9 | Ohlde Seed | O24-14DGVT2ProRB | VT2RIB | - | 13.5 | 61.2 | 239.7 | 239.7 | +| 1 | Ohlde Seed | O24-15TRE RB | TreceptaRIB | - | 12.9 | 59.1 | 249.3 | 249.3 | +| 11 | NK Brand | NK1573-3110 | 3110 | - | 13.9 | 58.6 | 234.2 | 234.2 | +| 8 | AgriGold | A645-80-3110 | 3110 | - | 14.0 | 61.8 | 239.8 | 239.8 | +| 15 | NK Brand | NK1523-V | 3220 | - | 14.7 | 59.5 | 226.0 | 226.0 | +| 18 | Ohlde Seed | O23-16 | 3220EZ | - | 13.4 | 58.2 | 216.8 | 216.8 | +| 2 | Ohlde Seed | O24-16 | VT2RIB | - | 14.1 | 61.3 | 245.6 | 245.6 | +| 6 | Ohlde Seed | O23-18 | VT2RIB | - | 15.6 | 61.3 | 241.9 | 241.9 | +| 19 | AgriGold | A648-11VT2RIB | VT2RIB | - | 16.5 | 61.9 | 200.7 | 200.7 | +| 10 | NK Brand | NK1573-3110 | 3110 | - | 14.1 | 58.7 | 234.3 | 234.3 | +| 5 | Pioneer | P14830AML | AML | - | 13.8 | 60.4 | 242.3 | 242.3 | +| 16 | Pioneer | P1742PCE | PCE | - | 14.2 | 59.4 | 225.1 | 225.1 | + +Top 5 by Yield: O24-15TRE RB (Ohlde Seed) 249.3, O24-16 (Ohlde Seed) 245.6, PXA1225 (Phillips) 244.7, A643-52VT2RIB (AgriGold) 244.1, P14830AML (Pioneer) 242.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144280.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144280.json new file mode 100644 index 00000000..93ca14b3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144280.json @@ -0,0 +1,283 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144280", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Sutter", + "county": "Hancock", + "year": 2024, + "plot_id": "144280", + "cooperator": "Tyler Roskamp", + "plot_average": 272.29, + "planted_date": "2024-04-13", + "harvested_date": "2024-09-27", + "population_seeds_per_acre": 32500, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 12, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 267.8, + "Adj Yield": 267.8 + } + }, + { + "rank": 16, + "brand": "Golden Harvest", + "product": "G10B61-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 263.8, + "Adj Yield": 263.8 + } + }, + { + "rank": 13, + "brand": "Golden Harvest", + "product": "G10U97V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 266.3, + "Adj Yield": 266.3 + } + }, + { + "rank": 10, + "brand": "Golden Harvest", + "product": "G11V76-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 272.3, + "Adj Yield": 272.3 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC111-33RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 279.8, + "Adj Yield": 279.8 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P1222AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 284.4, + "Adj Yield": 284.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": null, + "Yield": 272.1, + "Adj Yield": 272.1 + } + }, + { + "rank": 3, + "brand": "Golden Harvest", + "product": "G12U11-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 285.5, + "Adj Yield": 285.5 + } + }, + { + "rank": 19, + "brand": "Golden Harvest", + "product": "G13B17-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 251.2, + "Adj Yield": 251.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 274.1, + "Adj Yield": 274.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": null, + "Yield": 276.1, + "Adj Yield": 276.1 + } + }, + { + "rank": 17, + "brand": "Golden Harvest", + "product": "G13U96-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 252.6, + "Adj Yield": 252.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": null, + "Yield": 294.3, + "Adj Yield": 294.3 + } + }, + { + "rank": 15, + "brand": "Golden Harvest", + "product": "G14B32-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 265.4, + "Adj Yield": 265.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 282.0, + "Adj Yield": 282.0 + } + }, + { + "rank": 18, + "brand": "Golden Harvest", + "product": "G15U34-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 252.5, + "Adj Yield": 252.5 + } + }, + { + "rank": 14, + "brand": "Golden Harvest", + "product": "G15J91-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 265.8, + "Adj Yield": 265.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": null, + "Yield": 285.9, + "Adj Yield": 285.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": null, + "Yield": 281.7, + "Adj Yield": 281.7 + } + } + ], + "n_results": 19, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144280" + ], + "fetched_at": "2026-05-27T02:20:07.269971+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144280.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144280.md new file mode 100644 index 00000000..a98de627 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144280.md @@ -0,0 +1,49 @@ +# Corn yield trial — Sutter, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Hancock +- **City:** Sutter +- **Year:** 2024 +- **Plot ID:** 144280 +- **Cooperator:** Tyler Roskamp +- **Plot average:** 272.29 BU/Ac +- **Planted:** 2024-04-13 +- **Harvested:** 2024-09-27 +- **Population:** 32,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144280 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 12 | AgriGold | A639-03VT2RIB | VT2RIB | - | 16.3 | - | 267.8 | 267.8 | +| 16 | Golden Harvest | G10B61-AA | 3120EZ | - | 16.5 | - | 263.8 | 263.8 | +| 13 | Golden Harvest | G10U97V | 3220EZ | - | 16.4 | - | 266.3 | 266.3 | +| 10 | Golden Harvest | G11V76-AA | 3120EZ | - | 17.0 | - | 272.3 | 272.3 | +| 7 | Dekalb | DKC111-33RIB | SSPRIB | - | 18.1 | - | 279.8 | 279.8 | +| 4 | Pioneer | P1222AM | AM | - | 17.4 | - | 284.4 | 284.4 | +| 11 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 19.4 | - | 272.1 | 272.1 | +| 3 | Golden Harvest | G12U11-AA | 3220EZ | - | 19.0 | - | 285.5 | 285.5 | +| 19 | Golden Harvest | G13B17-AA | 3120EZ | - | 18.0 | - | 251.2 | 251.2 | +| 9 | AgriGold | A643-24PCE | PCE | - | 17.4 | - | 274.1 | 274.1 | +| 8 | AgriGold | A643-52VT2RIB | VT2RIB | - | 19.5 | - | 276.1 | 276.1 | +| 17 | Golden Harvest | G13U96-DV | 5222EZ | - | 19.0 | - | 252.6 | 252.6 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.6 | - | 294.3 | 294.3 | +| 15 | Golden Harvest | G14B32-DV | 5222 | - | 19.1 | - | 265.4 | 265.4 | +| 5 | AgriGold | A645-16VT2RIB | VT2RIB | - | 20.0 | - | 282.0 | 282.0 | +| 18 | Golden Harvest | G15U34-V | 3220EZ | - | 18.3 | - | 252.5 | 252.5 | +| 14 | Golden Harvest | G15J91-V | 3220 | - | 19.0 | - | 265.8 | 265.8 | +| 2 | AgriGold | A646-30VT2RIB | VT2RIB | - | 19.5 | - | 285.9 | 285.9 | +| 6 | AgriGold | A648-11VT2RIB | VT2RIB | - | 22.2 | - | 281.7 | 281.7 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 294.3, A646-30VT2RIB (AgriGold) 285.9, G12U11-AA (Golden Harvest) 285.5, P1222AM (Pioneer) 284.4, A645-16VT2RIB (AgriGold) 282.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144296.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144296.json new file mode 100644 index 00000000..35270dd5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144296.json @@ -0,0 +1,88 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144296", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Augusta", + "county": "Butler", + "year": 2024, + "plot_id": "144296", + "cooperator": "Fleming Feed and Grain", + "plot_average": 150.55, + "planted_date": "2024-04-08", + "harvested_date": "2024-09-17", + "population_seeds_per_acre": 23000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": 2, + "brand": "Phillips", + "product": "PS1372TRE", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 60.6, + "Yield": 156.2, + "Adj Yield": 156.2 + } + }, + { + "rank": 1, + "brand": "Phillips", + "product": "PS1372TRE", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 59.9, + "Yield": 156.7, + "Adj Yield": 156.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 59.8, + "Yield": 147.3, + "Adj Yield": 147.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 58.8, + "Yield": 142.0, + "Adj Yield": 142.0 + } + } + ], + "n_results": 4, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144296" + ], + "fetched_at": "2026-05-27T02:20:07.888647+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144296.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144296.md new file mode 100644 index 00000000..7b50b4ba --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144296.md @@ -0,0 +1,37 @@ +# Corn yield trial — Augusta, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Butler +- **City:** Augusta +- **Year:** 2024 +- **Plot ID:** 144296 +- **Cooperator:** Fleming Feed and Grain +- **Plot average:** 150.55 BU/Ac +- **Planted:** 2024-04-08 +- **Harvested:** 2024-09-17 +- **Population:** 23,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144296 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | Phillips | PS1372TRE | TreceptaRIB | - | 11.7 | 60.6 | 156.2 | 156.2 | +| 1 | Phillips | PS1372TRE | TreceptaRIB | - | 11.8 | 59.9 | 156.7 | 156.7 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 11.8 | 59.8 | 147.3 | 147.3 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 11.9 | 58.8 | 142.0 | 142.0 | + +Top 5 by Yield: PS1372TRE (Phillips) 156.7, PS1372TRE (Phillips) 156.2, A643-52VT2RIB (AgriGold) 147.3, A643-52VT2RIB (AgriGold) 142.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144297.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144297.json new file mode 100644 index 00000000..db4fc9a6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144297.json @@ -0,0 +1,283 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144297", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Prairie Home", + "county": "Cooper", + "year": 2024, + "plot_id": "144297", + "cooperator": "Nathan Alpers", + "plot_average": 274.8, + "planted_date": "2024-04-19", + "harvested_date": "2024-10-04", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 13, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 60.5, + "Yield": 266.3, + "Adj Yield": 266.3 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 61.3, + "Yield": 258.1, + "Adj Yield": 258.1 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 61.9, + "Yield": 261.8, + "Adj Yield": 261.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 62.1, + "Yield": 282.9, + "Adj Yield": 282.9 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 62.5, + "Yield": 257.5, + "Adj Yield": 257.5 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 61.0, + "Yield": 264.9, + "Adj Yield": 264.9 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 60.9, + "Yield": 279.2, + "Adj Yield": 279.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 60.6, + "Yield": 285.2, + "Adj Yield": 285.2 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 63.5, + "Yield": 271.1, + "Adj Yield": 271.1 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 58.3, + "Yield": 272.3, + "Adj Yield": 272.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 63.1, + "Yield": 289.7, + "Adj Yield": 289.7 + } + }, + { + "rank": 19, + "brand": "Stine", + "product": "9754-20", + "traits": "DGVT2PRO", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 58.1, + "Yield": 253.2, + "Adj Yield": 253.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 60.2, + "Yield": 279.2, + "Adj Yield": 279.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 62.0, + "Yield": 288.6, + "Adj Yield": 288.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 63.7, + "Yield": 278.4, + "Adj Yield": 278.4 + } + }, + { + "rank": 14, + "brand": "Stine", + "product": "9753-20VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 61.4, + "Yield": 265.8, + "Adj Yield": 265.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 61.9, + "Yield": 291.6, + "Adj Yield": 291.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 61.3, + "Yield": 288.6, + "Adj Yield": 288.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 61.3, + "Yield": 286.8, + "Adj Yield": 286.8 + } + } + ], + "n_results": 19, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144297" + ], + "fetched_at": "2026-05-27T02:20:08.347404+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144297.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144297.md new file mode 100644 index 00000000..79d53b54 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144297.md @@ -0,0 +1,48 @@ +# Corn yield trial — Prairie Home, MO, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Cooper +- **City:** Prairie Home +- **Year:** 2024 +- **Plot ID:** 144297 +- **Cooperator:** Nathan Alpers +- **Plot average:** 274.8 BU/Ac +- **Planted:** 2024-04-19 +- **Harvested:** 2024-10-04 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144297 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 13 | AgriGold | A632-68VT2RIB | VT2RIB | - | 13.2 | 60.5 | 266.3 | 266.3 | +| 17 | AgriGold | A636-39-3110 | 3110 | - | 13.1 | 61.3 | 258.1 | 258.1 | +| 16 | AgriGold | A636-16VT2RIB | VT2RIB | - | 12.5 | 61.9 | 261.8 | 261.8 | +| 7 | AgriGold | A637-72VT2PRO | VT2Pro | - | 12.9 | 62.1 | 282.9 | 282.9 | +| 18 | AgriGold | A638-19-3110 | 3110 | - | 13.1 | 62.5 | 257.5 | 257.5 | +| 15 | AgriGold | A639-03VT2RIB | VT2RIB | - | 12.4 | 61.0 | 264.9 | 264.9 | +| 8 | AgriGold | J6015PWE | PWE | - | 13.2 | 60.9 | 279.2 | 279.2 | +| 6 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 13.8 | 60.6 | 285.2 | 285.2 | +| 12 | AgriGold | A642-32VT2PRO | VT2Pro | - | 14.2 | 63.5 | 271.1 | 271.1 | +| 11 | AgriGold | A643-24PCE | PCE | - | 13.9 | 58.3 | 272.3 | 272.3 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.3 | 63.1 | 289.7 | 289.7 | +| 19 | Stine | 9754-20 | DGVT2PRO | - | 14.5 | 58.1 | 253.2 | 253.2 | +| 8 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.1 | 60.2 | 279.2 | 279.2 | +| 3 | AgriGold | A645-16VT2RIB | VT2RIB | - | 13.8 | 62.0 | 288.6 | 288.6 | +| 10 | AgriGold | A645-30VT2PRO | VT2Pro | - | 14.7 | 63.7 | 278.4 | 278.4 | +| 14 | Stine | 9753-20VT2PRO | VT2Pro | - | 14.2 | 61.4 | 265.8 | 265.8 | +| 1 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 14.9 | 61.9 | 291.6 | 291.6 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.9 | 61.3 | 288.6 | 288.6 | +| 5 | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.1 | 61.3 | 286.8 | 286.8 | + +Top 5 by Yield: A647-42TRCRIB (AgriGold) 291.6, A643-52VT2RIB (AgriGold) 289.7, A645-16VT2RIB (AgriGold) 288.6, A643-52VT2RIB (AgriGold) 288.6, A645-16VT2RIB (AgriGold) 286.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144312.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144312.json new file mode 100644 index 00000000..4e0b74be --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144312.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144312", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Pulaski", + "county": "Davis", + "year": 2024, + "plot_id": "144312", + "cooperator": "Emily Prevo", + "plot_average": 247.61, + "planted_date": "2024-04-13", + "harvested_date": "2024-10-07", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 60.5, + "Yield": 258.6, + "Adj Yield": 254.24 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.8, + "Yield": 263.1, + "Adj Yield": 263.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 60.4, + "Yield": 258.2, + "Adj Yield": 254.18 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 60.1, + "Yield": 238.4, + "Adj Yield": 235.97 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 60.7, + "Yield": 241.1, + "Adj Yield": 240.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 59.4, + "Yield": 235.0, + "Adj Yield": 235.76 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 60.8, + "Yield": 238.1, + "Adj Yield": 240.48 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 61.5, + "Yield": 263.6, + "Adj Yield": 267.6 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 62.3, + "Yield": 251.8, + "Adj Yield": 251.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.8, + "Yield": 248.0, + "Adj Yield": 252.34 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144312" + ], + "fetched_at": "2026-05-27T02:20:08.773199+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144312.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144312.md new file mode 100644 index 00000000..0709c0dc --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144312.md @@ -0,0 +1,40 @@ +# Corn yield trial — Pulaski, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Davis +- **City:** Pulaski +- **Year:** 2024 +- **Plot ID:** 144312 +- **Cooperator:** Emily Prevo +- **Plot average:** 247.61 BU/Ac +- **Planted:** 2024-04-13 +- **Harvested:** 2024-10-07 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144312 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.0 | 60.5 | 258.6 | 254.24 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.7 | 59.8 | 263.1 | 263.1 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.0 | 60.4 | 258.2 | 254.18 | +| 7 | AgriGold | A643-24PCE | PCE | - | 15.3 | 60.1 | 238.4 | 235.97 | +| 6 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.1 | 60.7 | 241.1 | 240.3 | +| 8 | AgriGold | A641-85STXRIB | STXRIB | - | 14.8 | 59.4 | 235.0 | 235.76 | +| 5 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.1 | 60.8 | 238.1 | 240.48 | +| 1 | AgriGold | A642-32VT2PRO | VT2Pro | - | 15.1 | 61.5 | 263.6 | 267.6 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.6 | 62.3 | 251.8 | 251.8 | +| 4 | AgriGold | A645-30VT2PRO | VT2Pro | - | 16.2 | 59.8 | 248.0 | 252.34 | + +Top 5 by Yield: A642-32VT2PRO (AgriGold) 263.6, A645-16VT2RIB (AgriGold) 263.1, A644-64VT2RIB (AgriGold) 258.6, A643-52VT2RIB (AgriGold) 258.2, A645-16VT2RIB (AgriGold) 251.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144331.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144331.json new file mode 100644 index 00000000..19e57464 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144331.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144331", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "CO", + "state_abbrev": "co", + "city": "Rocky Ford", + "county": "Otero", + "year": 2024, + "plot_id": "144331", + "cooperator": "Les Mills", + "plot_average": 276.68, + "planted_date": "2024-05-21", + "harvested_date": "2024-12-01", + "population_seeds_per_acre": 32000, + "row_width": "22.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Alfalfa", + "irrigation": "Yes", + "fungicide": "None", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": 12, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 59.0, + "Yield": 262.2, + "Adj Yield": 262.2 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 58.5, + "Yield": 262.1, + "Adj Yield": 262.1 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A636-39DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 59.0, + "Yield": 262.1, + "Adj Yield": 262.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 58.5, + "Yield": 273.0, + "Adj Yield": 273.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 58.0, + "Yield": 268.2, + "Adj Yield": 268.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A640-65-5222AEZ", + "traits": "5222AEZ", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 58.0, + "Yield": 271.5, + "Adj Yield": 271.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 59.0, + "Yield": 276.9, + "Adj Yield": 276.9 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 59.0, + "Yield": 268.2, + "Adj Yield": 268.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.0, + "Yield": 288.2, + "Adj Yield": 288.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.5, + "Yield": 281.9, + "Adj Yield": 281.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.0, + "Yield": 288.7, + "Adj Yield": 288.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 58.5, + "Yield": 289.2, + "Adj Yield": 289.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 59.0, + "Yield": 301.2, + "Adj Yield": 301.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.0, + "Yield": 280.1, + "Adj Yield": 280.1 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144331" + ], + "fetched_at": "2026-05-27T02:20:09.259208+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144331.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144331.md new file mode 100644 index 00000000..1b4c3e31 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144331.md @@ -0,0 +1,47 @@ +# Corn yield trial — Rocky Ford, CO, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** CO +- **County:** Otero +- **City:** Rocky Ford +- **Year:** 2024 +- **Plot ID:** 144331 +- **Cooperator:** Les Mills +- **Plot average:** 276.68 BU/Ac +- **Planted:** 2024-05-21 +- **Harvested:** 2024-12-01 +- **Population:** 32,000 seeds/acre +- **Row width:** 22.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Alfalfa +- **Irrigation:** Yes +- **Fungicide:** None +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144331 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 12 | AgriGold | A636-16-5222 | 5222 | - | 13.6 | 59.0 | 262.2 | 262.2 | +| 13 | AgriGold | A636-39-3110 | 3110 | - | 14.0 | 58.5 | 262.1 | 262.1 | +| 14 | AgriGold | A636-39DV-RN | 5222 | - | 14.0 | 59.0 | 262.1 | 262.1 | +| 8 | AgriGold | A638-19-3110 | 3110 | - | 13.9 | 58.5 | 273.0 | 273.0 | +| 10 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.6 | 58.0 | 268.2 | 268.2 | +| 9 | AgriGold | A640-65-5222AEZ | 5222AEZ | - | 16.9 | 58.0 | 271.5 | 271.5 | +| 7 | AgriGold | J6015PWE | PWE | - | 16.4 | 59.0 | 276.9 | 276.9 | +| 11 | AgriGold | A641-26-3110 | 3110 | - | 15.1 | 59.0 | 268.2 | 268.2 | +| 4 | AgriGold | A643-24PCE | PCE | - | 14.5 | 59.0 | 288.2 | 288.2 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.2 | 60.5 | 281.9 | 281.9 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.6 | 59.0 | 288.7 | 288.7 | +| 2 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.5 | 58.5 | 289.2 | 289.2 | +| 1 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 15.3 | 59.0 | 301.2 | 301.2 | +| 6 | AgriGold | A645-80-3110 | 3110 | - | 15.7 | 59.0 | 280.1 | 280.1 | + +Top 5 by Yield: A645-22TRCRIB (AgriGold) 301.2, A645-16VT2RIB (AgriGold) 289.2, A644-64VT2RIB (AgriGold) 288.7, A643-24PCE (AgriGold) 288.2, A643-52VT2RIB (AgriGold) 281.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144333.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144333.json new file mode 100644 index 00000000..9dd8c9d3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144333.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144333", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "CO", + "state_abbrev": "co", + "city": "Rocky Ford", + "county": "Otero", + "year": 2024, + "plot_id": "144333", + "cooperator": "Wyatt Mills", + "plot_average": 198.7, + "planted_date": "2024-05-22", + "harvested_date": "2024-12-08", + "population_seeds_per_acre": 32000, + "row_width": "22.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "None", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": 12, + "brand": "AgriGold", + "product": "A635-54VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 58.5, + "Yield": 103.1, + "Adj Yield": 103.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 59.0, + "Yield": 213.1, + "Adj Yield": 213.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.5, + "Yield": 187.1, + "Adj Yield": 187.1 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 57.5, + "Yield": 176.2, + "Adj Yield": 176.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.5, + "Yield": 183.1, + "Adj Yield": 183.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-65-5222AEZ", + "traits": "5222AEZ", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 58.5, + "Yield": 208.8, + "Adj Yield": 208.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.0, + "Yield": 211.5, + "Adj Yield": 211.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 59.0, + "Yield": 216.1, + "Adj Yield": 216.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.0, + "Yield": 221.2, + "Adj Yield": 221.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 59.0, + "Yield": 206.2, + "Adj Yield": 206.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 58.5, + "Yield": 219.2, + "Adj Yield": 219.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 59.0, + "Yield": 238.8, + "Adj Yield": 238.8 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144333" + ], + "fetched_at": "2026-05-27T02:20:09.770767+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144333.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144333.md new file mode 100644 index 00000000..be8109e7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144333.md @@ -0,0 +1,45 @@ +# Corn yield trial — Rocky Ford, CO, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** CO +- **County:** Otero +- **City:** Rocky Ford +- **Year:** 2024 +- **Plot ID:** 144333 +- **Cooperator:** Wyatt Mills +- **Plot average:** 198.7 BU/Ac +- **Planted:** 2024-05-22 +- **Harvested:** 2024-12-08 +- **Population:** 32,000 seeds/acre +- **Row width:** 22.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** Yes +- **Fungicide:** None +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144333 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 12 | AgriGold | A635-54VT2RIB | VT2RIB | - | 12.6 | 58.5 | 103.1 | 103.1 | +| 5 | AgriGold | A636-16-5222 | 5222 | - | 14.2 | 59.0 | 213.1 | 213.1 | +| 9 | AgriGold | A636-39-3110 | 3110 | - | 14.4 | 59.5 | 187.1 | 187.1 | +| 11 | AgriGold | A638-19-3110 | 3110 | - | 14.1 | 57.5 | 176.2 | 176.2 | +| 10 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.3 | 59.5 | 183.1 | 183.1 | +| 7 | AgriGold | A640-65-5222AEZ | 5222AEZ | - | 13.1 | 58.5 | 208.8 | 208.8 | +| 6 | AgriGold | A643-24PCE | PCE | - | 16.0 | 58.0 | 211.5 | 211.5 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.8 | 59.0 | 216.1 | 216.1 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.7 | 59.0 | 221.2 | 221.2 | +| 8 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.1 | 59.0 | 206.2 | 206.2 | +| 3 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 15.9 | 58.5 | 219.2 | 219.2 | +| 1 | AgriGold | A645-80-3110 | 3110 | - | 17.2 | 59.0 | 238.8 | 238.8 | + +Top 5 by Yield: A645-80-3110 (AgriGold) 238.8, A644-64VT2RIB (AgriGold) 221.2, A645-22TRCRIB (AgriGold) 219.2, A643-52VT2RIB (AgriGold) 216.1, A636-16-5222 (AgriGold) 213.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144339.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144339.json new file mode 100644 index 00000000..86ce5930 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144339.json @@ -0,0 +1,348 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144339", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Farmersville", + "county": "Montgomery", + "year": 2024, + "plot_id": "144339", + "cooperator": "Lynn Weitekamp", + "plot_average": 261.2, + "planted_date": "2024-04-22", + "harvested_date": "2024-10-08", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 58.2, + "Yield": 255.9, + "Adj Yield": 255.9 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 61.6, + "Yield": 263.3, + "Adj Yield": 264.19 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 54.5, + "Yield": 253.3, + "Adj Yield": 254.65 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 58.7, + "Yield": 235.0, + "Adj Yield": 236.92 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 59.2, + "Yield": 276.1, + "Adj Yield": 278.53 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 56.7, + "Yield": 256.5, + "Adj Yield": 259.67 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 61.8, + "Yield": 280.8, + "Adj Yield": 284.79 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 60.5, + "Yield": 284.5, + "Adj Yield": 289.59 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 62.5, + "Yield": 260.8, + "Adj Yield": 267.4 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 56.2, + "Yield": 247.6, + "Adj Yield": 247.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.6, + "Yield": 261.1, + "Adj Yield": 267.56 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 61.6, + "Yield": 258.7, + "Adj Yield": 263.29 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 60.1, + "Yield": 262.5, + "Adj Yield": 265.49 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC65-95RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 60.1, + "Yield": 272.0, + "Adj Yield": 273.37 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 63.2, + "Yield": 262.9, + "Adj Yield": 262.73 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC66-18RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 58.4, + "Yield": 244.6, + "Adj Yield": 242.92 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-71STX", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.6, + "Yield": 280.1, + "Adj Yield": 276.75 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 58.5, + "Yield": 262.0, + "Adj Yield": 256.76 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 59.5, + "Yield": 252.0, + "Adj Yield": 244.85 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 62.1, + "Yield": 265.8, + "Adj Yield": 265.8 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.4, + "Yield": 249.6, + "Adj Yield": 242.06 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 54.1, + "Yield": 245.5, + "Adj Yield": 239.26 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 58.0, + "Yield": 256.5, + "Adj Yield": 251.21 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 60.3, + "Yield": 267.9, + "Adj Yield": 263.28 + } + } + ], + "n_results": 24, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144339" + ], + "fetched_at": "2026-05-27T02:20:10.305339+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144339.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144339.md new file mode 100644 index 00000000..6a6cbefa --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144339.md @@ -0,0 +1,54 @@ +# Corn yield trial — Farmersville, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Montgomery +- **City:** Farmersville +- **Year:** 2024 +- **Plot ID:** 144339 +- **Cooperator:** Lynn Weitekamp +- **Plot average:** 261.2 BU/Ac +- **Planted:** 2024-04-22 +- **Harvested:** 2024-10-08 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144339 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.1 | 58.2 | 255.9 | 255.9 | +| 9 | AgriGold | K5836PWE | PWE | - | 14.0 | 61.6 | 263.3 | 264.19 | +| 15 | AgriGold | J6015PWE | PWE | - | 15.8 | 54.5 | 253.3 | 254.65 | +| 21 | AgriGold | A637-72VT2PRO | VT2Pro | - | 14.5 | 58.7 | 235.0 | 236.92 | +| 3 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.0 | 59.2 | 276.1 | 278.53 | +| 13 | AgriGold | A640-16-3110 | 3110 | - | 16.3 | 56.7 | 256.5 | 259.67 | +| 2 | AgriGold | A641-85STXRIB | STXRIB | - | 14.7 | 61.8 | 280.8 | 284.79 | +| 1 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.5 | 60.5 | 284.5 | 289.59 | +| 7 | AgriGold | A642-32VT2PRO | VT2Pro | - | 15.3 | 62.5 | 260.8 | 267.4 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.6 | 56.2 | 247.6 | 247.6 | +| 6 | AgriGold | A643-24PCE | PCE | - | 15.4 | 58.6 | 261.1 | 267.56 | +| 10 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.2 | 61.6 | 258.7 | 263.29 | +| 8 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.7 | 60.1 | 262.5 | 265.49 | +| 5 | Dekalb | DKC65-95RIB | VT2RIB | - | 14.9 | 60.1 | 272.0 | 273.37 | +| 12 | AgriGold | A645-30VT2PRO | VT2Pro | - | 15.4 | 63.2 | 262.9 | 262.73 | +| 18 | Dekalb | DKC66-18RIB | VT2RIB | - | 16.4 | 58.4 | 244.6 | 242.92 | +| 4 | AgriGold | A645-71STX | STX | - | 15.8 | 58.6 | 280.1 | 276.75 | +| 14 | AgriGold | A646-30VT2RIB | VT2RIB | - | 15.6 | 58.5 | 262.0 | 256.76 | +| 17 | AgriGold | A648-11VT2RIB | VT2RIB | - | 16.9 | 59.5 | 252.0 | 244.85 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.2 | 62.1 | 265.8 | 265.8 | +| 19 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.2 | 60.4 | 249.6 | 242.06 | +| 20 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.6 | 54.1 | 245.5 | 239.26 | +| 16 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.2 | 58.0 | 256.5 | 251.21 | +| 11 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.7 | 60.3 | 267.9 | 263.28 | + +Top 5 by Yield: A642-05VT2RIBD1 (AgriGold) 284.5, A641-85STXRIB (AgriGold) 280.8, A645-71STX (AgriGold) 280.1, A639-03VT2RIB (AgriGold) 276.1, DKC65-95RIB (Dekalb) 272.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144350.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144350.json new file mode 100644 index 00000000..9dbda27b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144350.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144350", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Pittsfield", + "county": "Pike", + "year": 2024, + "plot_id": "144350", + "cooperator": "Mark Nation", + "plot_average": 289.9, + "planted_date": "2024-05-06", + "harvested_date": "2024-10-09", + "population_seeds_per_acre": 34500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 53.3, + "Yield": 290.9, + "Adj Yield": 290.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 58.6, + "Yield": 295.8, + "Adj Yield": 300.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 56.7, + "Yield": 282.6, + "Adj Yield": 286.23 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 54.4, + "Yield": 294.1, + "Adj Yield": 297.06 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 56.7, + "Yield": 291.6, + "Adj Yield": 293.97 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 60.5, + "Yield": 316.9, + "Adj Yield": 318.57 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.3, + "Yield": 269.7, + "Adj Yield": 270.68 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 54.8, + "Yield": 294.2, + "Adj Yield": 294.49 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 51.2, + "Yield": 282.4, + "Adj Yield": 282.03 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 56.7, + "Yield": 296.9, + "Adj Yield": 295.91 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 57.5, + "Yield": 275.3, + "Adj Yield": 273.67 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-71STX", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 55.3, + "Yield": 290.0, + "Adj Yield": 287.68 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 54.8, + "Yield": 289.2, + "Adj Yield": 286.18 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 54.5, + "Yield": 294.1, + "Adj Yield": 290.47 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 54.1, + "Yield": 285.9, + "Adj Yield": 281.6 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 60.3, + "Yield": 300.9, + "Adj Yield": 300.9 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144350" + ], + "fetched_at": "2026-05-27T02:20:10.776530+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144350.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144350.md new file mode 100644 index 00000000..a9d34e3b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144350.md @@ -0,0 +1,46 @@ +# Corn yield trial — Pittsfield, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Pike +- **City:** Pittsfield +- **Year:** 2024 +- **Plot ID:** 144350 +- **Cooperator:** Mark Nation +- **Plot average:** 289.9 BU/Ac +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-09 +- **Population:** 34,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144350 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.2 | 53.3 | 290.9 | 290.9 | +| 2 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.6 | 58.6 | 295.8 | 300.1 | +| 9 | AgriGold | A641-85STXRIB | STXRIB | - | 15.7 | 56.7 | 282.6 | 286.23 | +| 3 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.7 | 54.4 | 294.1 | 297.06 | +| 6 | AgriGold | A642-32VT2PRO | VT2Pro | - | 15.7 | 56.7 | 291.6 | 293.97 | +| 1 | AgriGold | A643-24PCE | PCE | - | 14.1 | 60.5 | 316.9 | 318.57 | +| 14 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.8 | 58.3 | 269.7 | 270.68 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.7 | 54.8 | 294.2 | 294.49 | +| 11 | Dekalb | DKC114-99RIB | VT4RIB | - | 17.7 | 51.2 | 282.4 | 282.03 | +| 4 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.6 | 56.7 | 296.9 | 295.91 | +| 13 | AgriGold | A645-30VT2PRO | VT2Pro | - | 17.5 | 57.5 | 275.3 | 273.67 | +| 8 | AgriGold | A645-71STX | STX | - | 17.2 | 55.3 | 290.0 | 287.68 | +| 10 | AgriGold | A646-30VT2RIB | VT2RIB | - | 17.1 | 54.8 | 289.2 | 286.18 | +| 7 | Pioneer | P1742Q | QROME | - | 18.2 | 54.5 | 294.1 | 290.47 | +| 12 | AgriGold | A648-11VT2RIB | VT2RIB | - | 18.7 | 54.1 | 285.9 | 281.6 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.0 | 60.3 | 300.9 | 300.9 | + +Top 5 by Yield: A643-24PCE (AgriGold) 316.9, A645-16VT2RIB (AgriGold) 300.9, A645-16VT2RIB (AgriGold) 296.9, A639-03VT2RIB (AgriGold) 295.8, A644-64VT2RIB (AgriGold) 294.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144355.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144355.json new file mode 100644 index 00000000..53556a23 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144355.json @@ -0,0 +1,114 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144355", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Maquoketa", + "county": "Jackson", + "year": 2024, + "plot_id": "144355", + "cooperator": "Lyle Heinrich", + "plot_average": 290.72, + "planted_date": "2024-05-15", + "harvested_date": "2024-10-10", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": 54.8, + "Yield": 282.6, + "Adj Yield": 282.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": 56.5, + "Yield": 292.6, + "Adj Yield": 292.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 24.6, + "Test Wt.": 54.6, + "Yield": 291.2, + "Adj Yield": 291.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.0, + "Test Wt.": 54.9, + "Yield": 299.0, + "Adj Yield": 299.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 25.2, + "Test Wt.": 55.6, + "Yield": 294.8, + "Adj Yield": 294.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 25.6, + "Test Wt.": 55.5, + "Yield": 284.1, + "Adj Yield": 284.1 + } + } + ], + "n_results": 6, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144355" + ], + "fetched_at": "2026-05-27T02:20:11.250854+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144355.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144355.md new file mode 100644 index 00000000..a005259d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144355.md @@ -0,0 +1,35 @@ +# Corn yield trial — Maquoketa, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Jackson +- **City:** Maquoketa +- **Year:** 2024 +- **Plot ID:** 144355 +- **Cooperator:** Lyle Heinrich +- **Plot average:** 290.72 BU/Ac +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-10 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144355 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | AgriGold | A636-16VT2RIB | VT2RIB | - | 24.1 | 54.8 | 282.6 | 282.6 | +| 3 | AgriGold | A637-72VT2PRO | VT2Pro | - | 22.5 | 56.5 | 292.6 | 292.6 | +| 4 | AgriGold | A638-19-3110 | 3110 | - | 24.6 | 54.6 | 291.2 | 291.2 | +| 1 | AgriGold | A639-03VT2RIB | VT2RIB | - | 25.0 | 54.9 | 299.0 | 299.0 | +| 2 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 25.2 | 55.6 | 294.8 | 294.8 | +| 5 | AgriGold | A643-24PCE | PCE | - | 25.6 | 55.5 | 284.1 | 284.1 | + +Top 5 by Yield: A639-03VT2RIB (AgriGold) 299.0, A642-05VT2RIBD1 (AgriGold) 294.8, A637-72VT2PRO (AgriGold) 292.6, A638-19-3110 (AgriGold) 291.2, A643-24PCE (AgriGold) 284.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144358.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144358.json new file mode 100644 index 00000000..fcfcd7e8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144358.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144358", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Petersburg", + "county": "Menard", + "year": 2024, + "plot_id": "144358", + "cooperator": "Randy Gum", + "plot_average": 240.04, + "planted_date": "2024-05-13", + "harvested_date": "2024-10-10", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 58.9, + "Yield": 235.6, + "Adj Yield": 235.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 61.9, + "Yield": 203.8, + "Adj Yield": 203.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 57.5, + "Yield": 251.8, + "Adj Yield": 251.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 59.5, + "Yield": 241.2, + "Adj Yield": 241.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 60.2, + "Yield": 235.5, + "Adj Yield": 235.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 56.3, + "Yield": 255.4, + "Adj Yield": 255.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 60.9, + "Yield": 238.9, + "Adj Yield": 238.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.6, + "Yield": 258.1, + "Adj Yield": 258.1 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144358" + ], + "fetched_at": "2026-05-27T02:20:11.769848+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144358.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144358.md new file mode 100644 index 00000000..cc4d7879 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144358.md @@ -0,0 +1,38 @@ +# Corn yield trial — Petersburg, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Menard +- **City:** Petersburg +- **Year:** 2024 +- **Plot ID:** 144358 +- **Cooperator:** Randy Gum +- **Plot average:** 240.04 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-10 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144358 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.2 | 58.9 | 235.6 | 235.6 | +| 8 | AgriGold | A637-72VT2PRO | VT2Pro | - | 14.4 | 61.9 | 203.8 | 203.8 | +| 3 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.1 | 57.5 | 251.8 | 251.8 | +| 4 | AgriGold | A640-12STXRIB | STXRIB | - | 14.8 | 59.5 | 241.2 | 241.2 | +| 7 | AgriGold | A640-16-3110 | 3110 | - | 15.6 | 60.2 | 235.5 | 235.5 | +| 2 | AgriGold | A641-26-3110 | 3110 | - | 16.6 | 56.3 | 255.4 | 255.4 | +| 5 | AgriGold | A641-85STXRIB | STXRIB | - | 15.1 | 60.9 | 238.9 | 238.9 | +| 1 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.9 | 58.6 | 258.1 | 258.1 | + +Top 5 by Yield: A642-05VT2RIBD1 (AgriGold) 258.1, A641-26-3110 (AgriGold) 255.4, A639-03VT2RIB (AgriGold) 251.8, A640-12STXRIB (AgriGold) 241.2, A641-85STXRIB (AgriGold) 238.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144372.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144372.json new file mode 100644 index 00000000..944faf25 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144372.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144372", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Pinckneyville", + "county": "Perry", + "year": 2024, + "plot_id": "144372", + "cooperator": "William Bender", + "plot_average": 178.51, + "planted_date": "2024-05-30", + "harvested_date": "2024-10-11", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 12, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.6, + "Yield": 176.0, + "Adj Yield": 176.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.6, + "Yield": 168.8, + "Adj Yield": 175.34 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 61.2, + "Yield": 172.8, + "Adj Yield": 176.76 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 57.5, + "Yield": 160.8, + "Adj Yield": 162.18 + } + }, + { + "rank": 17, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 56.7, + "Yield": 162.7, + "Adj Yield": 161.65 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 56.3, + "Yield": 169.9, + "Adj Yield": 166.44 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.2, + "Yield": 191.8, + "Adj Yield": 185.79 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P13841PCUE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 56.3, + "Yield": 196.3, + "Adj Yield": 187.47 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 57.8, + "Yield": 194.3, + "Adj Yield": 182.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 58.5, + "Yield": 216.6, + "Adj Yield": 200.27 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 58.0, + "Yield": 207.5, + "Adj Yield": 207.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 59.0, + "Yield": 197.6, + "Adj Yield": 181.42 + } + }, + { + "rank": 14, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 58.3, + "Yield": 178.7, + "Adj Yield": 167.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 57.8, + "Yield": 199.8, + "Adj Yield": 191.94 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 62.4, + "Yield": 200.1, + "Adj Yield": 195.7 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.6, + "Yield": 173.1, + "Adj Yield": 171.93 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 58.6, + "Yield": 166.8, + "Adj Yield": 168.86 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 57.6, + "Yield": 173.7, + "Adj Yield": 179.02 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 59.4, + "Yield": 171.8, + "Adj Yield": 180.62 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 59.2, + "Yield": 172.7, + "Adj Yield": 172.7 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144372" + ], + "fetched_at": "2026-05-27T02:20:12.280219+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144372.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144372.md new file mode 100644 index 00000000..8ee585c4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144372.md @@ -0,0 +1,50 @@ +# Corn yield trial — Pinckneyville, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Perry +- **City:** Pinckneyville +- **Year:** 2024 +- **Plot ID:** 144372 +- **Cooperator:** William Bender +- **Plot average:** 178.51 BU/Ac +- **Planted:** 2024-05-30 +- **Harvested:** 2024-10-11 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 12 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144372 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.7 | 58.6 | 176.0 | 176.0 | +| 11 | AgriGold | J6621VT2PRO | VT2Pro | - | 15.0 | 59.6 | 168.8 | 175.34 | +| 10 | AgriGold | A642-32 | C | - | 14.1 | 61.2 | 172.8 | 176.76 | +| 16 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 13.6 | 57.5 | 160.8 | 162.18 | +| 17 | Pioneer | P13777PCE | PCE | - | 13.1 | 56.7 | 162.7 | 161.65 | +| 15 | AgriGold | A643-24PCE | PCE | - | 16.4 | 56.3 | 169.9 | 166.44 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.8 | 58.2 | 191.8 | 185.79 | +| 4 | Pioneer | P13841PCUE | PWE | - | 15.6 | 56.3 | 196.3 | 187.47 | +| 6 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.2 | 57.8 | 194.3 | 182.1 | +| 1 | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.5 | 58.5 | 216.6 | 200.27 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.9 | 58.0 | 207.5 | 207.5 | +| 7 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.8 | 59.0 | 197.6 | 181.42 | +| 14 | Pioneer | P14830Q | QROME | - | 15.3 | 58.3 | 178.7 | 167.1 | +| 3 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 16.3 | 57.8 | 199.8 | 191.94 | +| 2 | AgriGold | A645-30VT2PRO | VT2Pro | - | 16.4 | 62.4 | 200.1 | 195.7 | +| 12 | AgriGold | A646-30VT2RIB | VT2RIB | - | 16.1 | 59.6 | 173.1 | 171.93 | +| 13 | AgriGold | A647-79VT2PRO | VT2Pro | - | 15.9 | 58.6 | 166.8 | 168.86 | +| 9 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 15.5 | 57.6 | 173.7 | 179.02 | +| 8 | AgriGold | A648-11VT2RIB | VT2RIB | - | 16.6 | 59.4 | 171.8 | 180.62 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.8 | 59.2 | 172.7 | 172.7 | + +Top 5 by Yield: A645-16VT2RIB (AgriGold) 216.6, A645-16VT2RIB (AgriGold) 207.5, A645-30VT2PRO (AgriGold) 200.1, A645-22TRCRIB (AgriGold) 199.8, A645-16VT2RIB (AgriGold) 197.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144386.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144386.json new file mode 100644 index 00000000..7501ff96 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144386.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144386", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MD", + "state_abbrev": "md", + "city": "Elkton", + "county": "Cecil", + "year": 2024, + "plot_id": "144386", + "cooperator": "Willy Ewing", + "plot_average": 225.7, + "planted_date": "2024-05-02", + "harvested_date": "2024-10-14", + "population_seeds_per_acre": 31000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Loamy Sand", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 60.1, + "Yield": 283.8, + "Adj Yield": 283.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 60.9, + "Yield": 255.0, + "Adj Yield": 255.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 62.1, + "Yield": 241.4, + "Adj Yield": 241.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 63.0, + "Yield": 212.0, + "Adj Yield": 212.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 60.2, + "Yield": 223.3, + "Adj Yield": 223.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A636-39DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.0, + "Yield": 203.7, + "Adj Yield": 203.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 56.8, + "Yield": 234.4, + "Adj Yield": 234.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "K5218D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 59.0, + "Yield": 168.0, + "Adj Yield": 168.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.5, + "Yield": 199.0, + "Adj Yield": 199.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 60.3, + "Yield": 236.4, + "Adj Yield": 236.4 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144386" + ], + "fetched_at": "2026-05-27T02:20:12.741175+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144386.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144386.md new file mode 100644 index 00000000..45f0308e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144386.md @@ -0,0 +1,40 @@ +# Corn yield trial — Elkton, MD, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MD +- **County:** Cecil +- **City:** Elkton +- **Year:** 2024 +- **Plot ID:** 144386 +- **Cooperator:** Willy Ewing +- **Plot average:** 225.7 BU/Ac +- **Planted:** 2024-05-02 +- **Harvested:** 2024-10-14 +- **Population:** 31,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Loamy Sand +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144386 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.9 | 60.1 | 283.8 | 283.8 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.3 | 60.9 | 255.0 | 255.0 | +| 3 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.1 | 62.1 | 241.4 | 241.4 | +| 7 | AgriGold | A638-19-3110 | 3110 | - | 15.2 | 63.0 | 212.0 | 212.0 | +| 6 | AgriGold | A637-72VT2PRO | VT2Pro | - | 15.3 | 60.2 | 223.3 | 223.3 | +| 8 | AgriGold | A636-39DV-RN | 5222 | - | 15.2 | 60.0 | 203.7 | 203.7 | +| 5 | AgriGold | A636-11VT2RIB | VT2RIB | - | 15.5 | 56.8 | 234.4 | 234.4 | +| 10 | AgriGold | K5218D | 5122EZ | - | 15.1 | 59.0 | 168.0 | 168.0 | +| 9 | AgriGold | A631-08VT2PRO | VT2Pro | - | 14.9 | 58.5 | 199.0 | 199.0 | +| 4 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.9 | 60.3 | 236.4 | 236.4 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 283.8, A644-64VT2RIB (AgriGold) 255.0, A639-03VT2RIB (AgriGold) 241.4, A642-05VT2RIBD1 (AgriGold) 236.4, A636-11VT2RIB (AgriGold) 234.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144399.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144399.json new file mode 100644 index 00000000..3093a273 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144399.json @@ -0,0 +1,400 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144399", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Frederika", + "county": "Bremer", + "year": 2024, + "plot_id": "144399", + "cooperator": "Bob Schellhorn", + "plot_average": 257.24, + "planted_date": "2024-05-14", + "harvested_date": "2024-10-15", + "population_seeds_per_acre": 34800, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Pioneer", + "product": "P04922Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 55.0, + "Yield": 266.5, + "Adj Yield": 266.5 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 55.7, + "Yield": 221.3, + "Adj Yield": 221.3 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P9955V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 57.3, + "Yield": 269.1, + "Adj Yield": 269.1 + } + }, + { + "rank": 21, + "brand": "Pioneer", + "product": "P00549V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 54.7, + "Yield": 235.4, + "Adj Yield": 235.4 + } + }, + { + "rank": 11, + "brand": "Channel", + "product": "201-07SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 54.5, + "Yield": 261.1, + "Adj Yield": 261.1 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.4, + "Yield": 241.3, + "Adj Yield": 241.3 + } + }, + { + "rank": null, + "brand": "Pioneer", + "product": "P04922Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 56.4, + "Yield": 247.2, + "Adj Yield": 247.2 + } + }, + { + "rank": 19, + "brand": "Pioneer", + "product": "P04511V", + "traits": "", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 57.1, + "Yield": 239.2, + "Adj Yield": 239.2 + } + }, + { + "rank": 10, + "brand": "Channel", + "product": "204-54SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 55.6, + "Yield": 261.7, + "Adj Yield": 261.7 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 54.3, + "Yield": 238.4, + "Adj Yield": 238.4 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P0529Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 56.4, + "Yield": 256.8, + "Adj Yield": 256.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 56.5, + "Yield": 287.0, + "Adj Yield": 287.0 + } + }, + { + "rank": null, + "brand": "Pioneer", + "product": "P04922Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 56.5, + "Yield": 255.3, + "Adj Yield": 255.3 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 55.3, + "Yield": 244.2, + "Adj Yield": 244.2 + } + }, + { + "rank": 9, + "brand": "Hefty", + "product": "H5674", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 54.7, + "Yield": 267.5, + "Adj Yield": 267.5 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 54.2, + "Yield": 240.6, + "Adj Yield": 240.6 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P08527V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 54.8, + "Yield": 284.0, + "Adj Yield": 284.0 + } + }, + { + "rank": 15, + "brand": "Channel", + "product": "209-25SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 52.5, + "Yield": 247.5, + "Adj Yield": 247.5 + } + }, + { + "rank": null, + "brand": "Pioneer", + "product": "P04922Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 55.1, + "Yield": 232.6, + "Adj Yield": 232.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 53.9, + "Yield": 281.8, + "Adj Yield": 281.8 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 55.4, + "Yield": 248.7, + "Adj Yield": 248.7 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P09312V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 55.2, + "Yield": 274.8, + "Adj Yield": 274.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 54.6, + "Yield": 269.7, + "Adj Yield": 269.7 + } + }, + { + "rank": 22, + "brand": "Pioneer", + "product": "P00549V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 56.2, + "Yield": 231.2, + "Adj Yield": 231.2 + } + }, + { + "rank": null, + "brand": "Pioneer", + "product": "P04922Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 56.0, + "Yield": 249.9, + "Adj Yield": 249.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 55.7, + "Yield": 277.4, + "Adj Yield": 277.4 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 56.3, + "Yield": 257.0, + "Adj Yield": 257.0 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P13050V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 56.1, + "Yield": 280.8, + "Adj Yield": 280.8 + } + } + ], + "n_results": 28, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144399" + ], + "fetched_at": "2026-05-27T02:20:13.280827+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144399.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144399.md new file mode 100644 index 00000000..5102c2c5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144399.md @@ -0,0 +1,58 @@ +# Corn yield trial — Frederika, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Bremer +- **City:** Frederika +- **Year:** 2024 +- **Plot ID:** 144399 +- **Cooperator:** Bob Schellhorn +- **Plot average:** 257.24 BU/Ac +- **Planted:** 2024-05-14 +- **Harvested:** 2024-10-15 +- **Population:** 34,800 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144399 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Pioneer | P04922Q | QROME | - | 16.4 | 55.0 | 266.5 | 266.5 | +| 23 | AgriGold | A628-51SSPRIB | SSPRIB | - | 15.7 | 55.7 | 221.3 | 221.3 | +| 8 | Pioneer | P9955V | Vorceed | - | 15.6 | 57.3 | 269.1 | 269.1 | +| 21 | Pioneer | P00549V | Vorceed | - | 16.3 | 54.7 | 235.4 | 235.4 | +| 11 | Channel | 201-07SSPRIB | SSPRIB | - | 18.1 | 54.5 | 261.1 | 261.1 | +| 17 | AgriGold | A632-68VT2RIB | VT2RIB | - | 17.0 | 57.4 | 241.3 | 241.3 | +| - | Pioneer | P04922Q | QROME | - | 17.6 | 56.4 | 247.2 | 247.2 | +| 19 | Pioneer | P04511V | - | - | 17.7 | 57.1 | 239.2 | 239.2 | +| 10 | Channel | 204-54SSPRIB | SSPRIB | - | 17.9 | 55.6 | 261.7 | 261.7 | +| 20 | AgriGold | A634-11SSPRIB | SSPRIB | - | 18.0 | 54.3 | 238.4 | 238.4 | +| 13 | Pioneer | P0529Q | QROME | - | 17.0 | 56.4 | 256.8 | 256.8 | +| 1 | AgriGold | A636-42SSP | SSP | - | 18.6 | 56.5 | 287.0 | 287.0 | +| - | Pioneer | P04922Q | QROME | - | 17.5 | 56.5 | 255.3 | 255.3 | +| 16 | AgriGold | A636-39-3110 | 3110 | - | 18.6 | 55.3 | 244.2 | 244.2 | +| 9 | Hefty | H5674 | SSPRIB | - | 18.5 | 54.7 | 267.5 | 267.5 | +| 18 | AgriGold | A638-19-3110 | 3110 | - | 19.8 | 54.2 | 240.6 | 240.6 | +| 2 | Pioneer | P08527V | Vorceed | - | 20.3 | 54.8 | 284.0 | 284.0 | +| 15 | Channel | 209-25SSPRIB | SSPRIB | - | 20.0 | 52.5 | 247.5 | 247.5 | +| - | Pioneer | P04922Q | QROME | - | 17.3 | 55.1 | 232.6 | 232.6 | +| 3 | AgriGold | A639-91SSPRIB | SSPRIB | - | 20.9 | 53.9 | 281.8 | 281.8 | +| 14 | AgriGold | A639-03VT2RIB | VT2RIB | - | 22.0 | 55.4 | 248.7 | 248.7 | +| 6 | Pioneer | P09312V | Vorceed | - | 20.8 | 55.2 | 274.8 | 274.8 | +| 7 | AgriGold | A640-12STXRIB | STXRIB | - | 20.1 | 54.6 | 269.7 | 269.7 | +| 22 | Pioneer | P00549V | Vorceed | - | 17.8 | 56.2 | 231.2 | 231.2 | +| - | Pioneer | P04922Q | QROME | - | 16.7 | 56.0 | 249.9 | 249.9 | +| 5 | AgriGold | A636-16-5222 | 5222 | - | 19.6 | 55.7 | 277.4 | 277.4 | +| 12 | AgriGold | A641-85STXRIB | STXRIB | - | 21.7 | 56.3 | 257.0 | 257.0 | +| 4 | Pioneer | P13050V | Vorceed | - | 21.2 | 56.1 | 280.8 | 280.8 | + +Top 5 by Yield: A636-42SSP (AgriGold) 287.0, P08527V (Pioneer) 284.0, A639-91SSPRIB (AgriGold) 281.8, P13050V (Pioneer) 280.8, A636-16-5222 (AgriGold) 277.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144400.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144400.json new file mode 100644 index 00000000..8ed8477e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144400.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144400", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MS", + "state_abbrev": "ms", + "city": "Merigold", + "county": "Bolivar", + "year": 2024, + "plot_id": "144400", + "cooperator": "B&S Farms Partnership", + "plot_average": 222.73, + "planted_date": "2024-04-15", + "harvested_date": "2024-08-24", + "population_seeds_per_acre": 34000, + "row_width": "38.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-47STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 58.4, + "Yield": 214.0, + "Adj Yield": 214.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 58.0, + "Yield": 229.0, + "Adj Yield": 229.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 56.6, + "Yield": 224.0, + "Adj Yield": 224.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 59.1, + "Yield": 209.0, + "Adj Yield": 209.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 59.8, + "Yield": 218.0, + "Adj Yield": 218.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 58.3, + "Yield": 224.0, + "Adj Yield": 224.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 55.7, + "Yield": 229.0, + "Adj Yield": 229.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 57.7, + "Yield": 232.0, + "Adj Yield": 232.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A648-11VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 60.3, + "Yield": 225.0, + "Adj Yield": 225.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 57.6, + "Yield": 218.0, + "Adj Yield": 218.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 58.2, + "Yield": 228.0, + "Adj Yield": 228.0 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144400" + ], + "fetched_at": "2026-05-27T02:20:13.766392+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144400.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144400.md new file mode 100644 index 00000000..fddc4a22 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144400.md @@ -0,0 +1,41 @@ +# Corn yield trial — Merigold, MS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MS +- **County:** Bolivar +- **City:** Merigold +- **Year:** 2024 +- **Plot ID:** 144400 +- **Cooperator:** B&S Farms Partnership +- **Plot average:** 222.73 BU/Ac +- **Planted:** 2024-04-15 +- **Harvested:** 2024-08-24 +- **Population:** 34,000 seeds/acre +- **Row width:** 38.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144400 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 10 | AgriGold | A642-47STXRIB | STXRIB | - | 13.6 | 58.4 | 214.0 | 214.0 | +| 2 | AgriGold | A643-52VT2PRO | VT2Pro | - | 13.3 | 58.0 | 229.0 | 229.0 | +| 6 | AgriGold | A644-64VT2PRO | VT2Pro | - | 12.1 | 56.6 | 224.0 | 224.0 | +| 11 | AgriGold | K6429AA | 3120EZ | - | 13.1 | 59.1 | 209.0 | 209.0 | +| 8 | AgriGold | A645-16VT2PRO | VT2Pro | - | 13.1 | 59.8 | 218.0 | 218.0 | +| 6 | AgriGold | A645-22TRC | Trecepta | - | 13.5 | 58.3 | 224.0 | 224.0 | +| 2 | AgriGold | A647-42TRC | Trecepta | - | 13.8 | 55.7 | 229.0 | 229.0 | +| 1 | AgriGold | A647-79VT2PRO | VT2Pro | - | 14.4 | 57.7 | 232.0 | 232.0 | +| 5 | AgriGold | A648-11VT2PRO | VT2Pro | - | 15.0 | 60.3 | 225.0 | 225.0 | +| 8 | AgriGold | J6621VT2PRO | VT2Pro | - | 13.6 | 57.6 | 218.0 | 218.0 | +| 4 | AgriGold | A645-30VT2PRO | VT2Pro | - | 13.8 | 58.2 | 228.0 | 228.0 | + +Top 5 by Yield: A647-79VT2PRO (AgriGold) 232.0, A643-52VT2PRO (AgriGold) 229.0, A647-42TRC (AgriGold) 229.0, A645-30VT2PRO (AgriGold) 228.0, A648-11VT2PRO (AgriGold) 225.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144404.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144404.json new file mode 100644 index 00000000..93cbb77e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144404.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144404", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Clare", + "county": "De Kalb", + "year": 2024, + "plot_id": "144404", + "cooperator": "Tracy Jones", + "plot_average": 272.28, + "planted_date": "2024-05-02", + "harvested_date": "2024-10-14", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Wheat", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 17, + "brand": "AgriGold", + "product": "A631-12SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 271.2, + "Adj Yield": 271.2 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC101-33RIB", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": null, + "Yield": 280.0, + "Adj Yield": 280.0 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 269.0, + "Adj Yield": 269.0 + } + }, + { + "rank": 10, + "brand": "Dairyland", + "product": "DS-4488V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 279.3, + "Adj Yield": 279.3 + } + }, + { + "rank": 27, + "brand": "Dekalb", + "product": "DKC105-33RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 256.7, + "Adj Yield": 256.7 + } + }, + { + "rank": 29, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 245.2, + "Adj Yield": 245.2 + } + }, + { + "rank": 30, + "brand": "AgriGold", + "product": "A636-39DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": null, + "Yield": 238.4, + "Adj Yield": 238.4 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 273.5, + "Adj Yield": 273.5 + } + }, + { + "rank": 28, + "brand": "Dekalb", + "product": "DKC107-33RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 249.3, + "Adj Yield": 249.3 + } + }, + { + "rank": 2, + "brand": "Dairyland", + "product": "DS-4833V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 294.5, + "Adj Yield": 294.5 + } + }, + { + "rank": 19, + "brand": "Pioneer", + "product": "P08527V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 269.7, + "Adj Yield": 269.7 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 275.5, + "Adj Yield": 275.5 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 275.5, + "Adj Yield": 275.5 + } + }, + { + "rank": 4, + "brand": "Dairyland", + "product": "DS-4969V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 289.4, + "Adj Yield": 289.4 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 259.7, + "Adj Yield": 259.7 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 276.9, + "Adj Yield": 276.9 + } + }, + { + "rank": 6, + "brand": "Dairyland", + "product": "DS-5033V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": null, + "Yield": 282.0, + "Adj Yield": 282.0 + } + }, + { + "rank": 16, + "brand": "Pioneer", + "product": "P10477V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 272.5, + "Adj Yield": 272.5 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": null, + "Yield": 266.7, + "Adj Yield": 266.7 + } + }, + { + "rank": 3, + "brand": "Dairyland", + "product": "DS-5128V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 292.4, + "Adj Yield": 292.4 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": null, + "Yield": 267.2, + "Adj Yield": 267.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 281.3, + "Adj Yield": 281.3 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": null, + "Yield": 257.3, + "Adj Yield": 257.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 286.1, + "Adj Yield": 286.1 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A643-52STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": null, + "Yield": 264.0, + "Adj Yield": 264.0 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC64-64RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 280.0, + "Adj Yield": 280.0 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 270.9, + "Adj Yield": 270.9 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 274.6, + "Adj Yield": 274.6 + } + }, + { + "rank": 20, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 269.2, + "Adj Yield": 269.2 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 300.5, + "Adj Yield": 300.5 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144404" + ], + "fetched_at": "2026-05-27T02:20:14.319568+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144404.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144404.md new file mode 100644 index 00000000..9cbe7ce7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144404.md @@ -0,0 +1,60 @@ +# Corn yield trial — Clare, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** De Kalb +- **City:** Clare +- **Year:** 2024 +- **Plot ID:** 144404 +- **Cooperator:** Tracy Jones +- **Plot average:** 272.28 BU/Ac +- **Planted:** 2024-05-02 +- **Harvested:** 2024-10-14 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Wheat +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144404 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 17 | AgriGold | A631-12SSP | SSP | - | 14.5 | - | 271.2 | 271.2 | +| 8 | Dekalb | DKC101-33RIB | SSP | - | 14.4 | - | 280.0 | 280.0 | +| 21 | AgriGold | A634-11SSPRIB | SSPRIB | - | 15.6 | - | 269.0 | 269.0 | +| 10 | Dairyland | DS-4488V | Vorceed | - | 16.6 | - | 279.3 | 279.3 | +| 27 | Dekalb | DKC105-33RIB | SSPRIB | - | 16.6 | - | 256.7 | 256.7 | +| 29 | AgriGold | A636-42SSP | SSP | - | 15.8 | - | 245.2 | 245.2 | +| 30 | AgriGold | A636-39DV-RN | 5222 | - | 18.7 | - | 238.4 | 238.4 | +| 15 | AgriGold | A636-16-5222 | 5222 | - | 16.9 | - | 273.5 | 273.5 | +| 28 | Dekalb | DKC107-33RIB | SSPRIB | - | 17.2 | - | 249.3 | 249.3 | +| 2 | Dairyland | DS-4833V | Vorceed | - | 16.7 | - | 294.5 | 294.5 | +| 19 | Pioneer | P08527V | Vorceed | - | 18.2 | - | 269.7 | 269.7 | +| 12 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.5 | - | 275.5 | 275.5 | +| 12 | AgriGold | A639-91SSPRIB | SSPRIB | - | 15.5 | - | 275.5 | 275.5 | +| 4 | Dairyland | DS-4969V | Vorceed | - | 17.3 | - | 289.4 | 289.4 | +| 25 | AgriGold | A640-12STXRIB | STXRIB | - | 18.0 | - | 259.7 | 259.7 | +| 11 | Dekalb | DKC110-10RIB | STXRIB | - | 18.2 | - | 276.9 | 276.9 | +| 6 | Dairyland | DS-5033V | Vorceed | - | 19.9 | - | 282.0 | 282.0 | +| 16 | Pioneer | P10477V | Vorceed | - | 16.8 | - | 272.5 | 272.5 | +| 23 | AgriGold | A641-85STXRIB | STXRIB | - | 18.7 | - | 266.7 | 266.7 | +| 3 | Dairyland | DS-5128V | Vorceed | - | 17.3 | - | 292.4 | 292.4 | +| 22 | AgriGold | A642-32VT2PRO | VT2Pro | - | 20.7 | - | 267.2 | 267.2 | +| 7 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.5 | - | 281.3 | 281.3 | +| 26 | AgriGold | A642-18SSP | SSP | - | 20.7 | - | 257.3 | 257.3 | +| 5 | AgriGold | A643-24PCE | PCE | - | 18.0 | - | 286.1 | 286.1 | +| 24 | AgriGold | A643-52STXRIB | STXRIB | - | 19.8 | - | 264.0 | 264.0 | +| 9 | Dekalb | DKC64-64RIB | STXRIB | - | 18.3 | - | 280.0 | 280.0 | +| 18 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.1 | - | 270.9 | 270.9 | +| 14 | Dekalb | DKC114-99RIB | VT4RIB | - | 16.7 | - | 274.6 | 274.6 | +| 20 | Dekalb | DKC114-42RIB | SSPRIB | - | 19.1 | - | 269.2 | 269.2 | +| 1 | Pioneer | P14830Q | QROME | - | 17.8 | - | 300.5 | 300.5 | + +Top 5 by Yield: P14830Q (Pioneer) 300.5, DS-4833V (Dairyland) 294.5, DS-5128V (Dairyland) 292.4, DS-4969V (Dairyland) 289.4, A643-24PCE (AgriGold) 286.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144408.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144408.json new file mode 100644 index 00000000..f9b24054 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144408.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144408", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Marshall", + "county": "Saline", + "year": 2024, + "plot_id": "144408", + "cooperator": "Jonathan Borges", + "plot_average": 309.6, + "planted_date": "2024-04-25", + "harvested_date": "2024-09-20", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 59.8, + "Yield": 312.6, + "Adj Yield": 312.6 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 62.1, + "Yield": 293.5, + "Adj Yield": 293.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.1, + "Yield": 297.9, + "Adj Yield": 297.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 63.1, + "Yield": 320.8, + "Adj Yield": 320.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 60.8, + "Yield": 310.9, + "Adj Yield": 310.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 60.1, + "Yield": 312.6, + "Adj Yield": 312.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 59.8, + "Yield": 304.2, + "Adj Yield": 304.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 62.2, + "Yield": 298.0, + "Adj Yield": 298.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 59.7, + "Yield": 335.9, + "Adj Yield": 335.9 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144408" + ], + "fetched_at": "2026-05-27T02:20:14.745471+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144408.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144408.md new file mode 100644 index 00000000..3083aa63 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144408.md @@ -0,0 +1,38 @@ +# Corn yield trial — Marshall, MO, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Saline +- **City:** Marshall +- **Year:** 2024 +- **Plot ID:** 144408 +- **Cooperator:** Jonathan Borges +- **Plot average:** 309.6 BU/Ac +- **Planted:** 2024-04-25 +- **Harvested:** 2024-09-20 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144408 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.1 | 59.8 | 312.6 | 312.6 | +| 9 | AgriGold | A642-32VT2PRO | VT2Pro | - | 15.5 | 62.1 | 293.5 | 293.5 | +| 8 | AgriGold | A643-24PCE | PCE | - | 17.0 | 57.1 | 297.9 | 297.9 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.5 | 63.1 | 320.8 | 320.8 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.3 | 60.8 | 310.9 | 310.9 | +| 3 | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.2 | 60.1 | 312.6 | 312.6 | +| 6 | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.3 | 59.8 | 304.2 | 304.2 | +| 7 | AgriGold | A645-30VT2PRO | VT2Pro | - | 16.7 | 62.2 | 298.0 | 298.0 | +| 1 | AgriGold | J6621VT2PRO | VT2Pro | - | 17.4 | 59.7 | 335.9 | 335.9 | + +Top 5 by Yield: J6621VT2PRO (AgriGold) 335.9, A643-52VT2RIB (AgriGold) 320.8, A642-05VT2RIBD1 (AgriGold) 312.6, A645-16VT2RIB (AgriGold) 312.6, A644-64VT2RIB (AgriGold) 310.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144411.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144411.json new file mode 100644 index 00000000..c1dd2c5c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144411.json @@ -0,0 +1,712 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144411", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Divernon", + "county": "Sangamon", + "year": 2024, + "plot_id": "144411", + "cooperator": "John and Chris Dowson", + "plot_average": 270.7, + "planted_date": "2024-05-15", + "harvested_date": "2024-10-03", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Dekalb", + "product": "DKC67-37RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": null, + "Yield": 260.5, + "Adj Yield": 260.5 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC68-34RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": null, + "Yield": 283.7, + "Adj Yield": 283.7 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": null, + "Yield": 294.3, + "Adj Yield": 294.3 + } + }, + { + "rank": 2, + "brand": "Becks", + "product": "6692SXP", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": null, + "Yield": 293.1, + "Adj Yield": 293.1 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 23.7, + "Test Wt.": null, + "Yield": 275.6, + "Adj Yield": 275.6 + } + }, + { + "rank": 22, + "brand": "Channel", + "product": "215-15SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": null, + "Yield": 274.2, + "Adj Yield": 274.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": null, + "Yield": 283.2, + "Adj Yield": 283.2 + } + }, + { + "rank": 34, + "brand": "Dekalb", + "product": "DKC64-21RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": null, + "Yield": 267.2, + "Adj Yield": 267.2 + } + }, + { + "rank": 33, + "brand": "FS Seeds", + "product": "FS6432PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 267.8, + "Adj Yield": 267.8 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC67-37RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": null, + "Yield": 248.4, + "Adj Yield": 248.4 + } + }, + { + "rank": 46, + "brand": "Channel", + "product": "214-40VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": null, + "Yield": 214.8, + "Adj Yield": 214.8 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": null, + "Yield": 287.6, + "Adj Yield": 287.6 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": null, + "Yield": 290.6, + "Adj Yield": 290.6 + } + }, + { + "rank": 39, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": null, + "Yield": 256.9, + "Adj Yield": 256.9 + } + }, + { + "rank": 27, + "brand": "Wyffels", + "product": "W8108RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": null, + "Yield": 271.3, + "Adj Yield": 271.3 + } + }, + { + "rank": 21, + "brand": "Brevant Seeds", + "product": "B13K20Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 274.4, + "Adj Yield": 274.4 + } + }, + { + "rank": 32, + "brand": "Dyna Gro", + "product": "D53SS13RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": null, + "Yield": 268.6, + "Adj Yield": 268.6 + } + }, + { + "rank": 36, + "brand": "Burrus", + "product": "6B86Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 264.1, + "Adj Yield": 264.1 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC67-37RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": null, + "Yield": 251.6, + "Adj Yield": 251.6 + } + }, + { + "rank": 43, + "brand": "Becks", + "product": "6344SXP", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": null, + "Yield": 240.6, + "Adj Yield": 240.6 + } + }, + { + "rank": 14, + "brand": "Pioneer", + "product": "P13777V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 281.1, + "Adj Yield": 281.1 + } + }, + { + "rank": 35, + "brand": "Burrus", + "product": "6U77SSP", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 265.4, + "Adj Yield": 265.4 + } + }, + { + "rank": 38, + "brand": "Dyna Gro", + "product": "D53SP85RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 258.9, + "Adj Yield": 258.9 + } + }, + { + "rank": 29, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": null, + "Yield": 270.3, + "Adj Yield": 270.3 + } + }, + { + "rank": 30, + "brand": "Brevant Seeds", + "product": "B13C49V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": null, + "Yield": 269.8, + "Adj Yield": 269.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": null, + "Yield": 289.4, + "Adj Yield": 289.4 + } + }, + { + "rank": 31, + "brand": "Channel", + "product": "212-63VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": null, + "Yield": 268.8, + "Adj Yield": 268.8 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC67-37RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 250.8, + "Adj Yield": 250.8 + } + }, + { + "rank": 13, + "brand": "Becks", + "product": "6258V4P", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": null, + "Yield": 281.2, + "Adj Yield": 281.2 + } + }, + { + "rank": 5, + "brand": "Nu Tech", + "product": "71A7V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": null, + "Yield": 288.6, + "Adj Yield": 288.6 + } + }, + { + "rank": 24, + "brand": "Channel", + "product": "211-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": null, + "Yield": 273.4, + "Adj Yield": 273.4 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": null, + "Yield": 273.0, + "Adj Yield": 273.0 + } + }, + { + "rank": 18, + "brand": "Burrus", + "product": "5M76VE", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": null, + "Yield": 276.8, + "Adj Yield": 276.8 + } + }, + { + "rank": 27, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": null, + "Yield": 271.3, + "Adj Yield": 271.3 + } + }, + { + "rank": 9, + "brand": "Nu Tech", + "product": "70F6V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": null, + "Yield": 283.2, + "Adj Yield": 283.2 + } + }, + { + "rank": 26, + "brand": "Becks", + "product": "6005VC", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": null, + "Yield": 271.6, + "Adj Yield": 271.6 + } + }, + { + "rank": 44, + "brand": "Dekalb", + "product": "DKC67-37RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": null, + "Yield": 239.9, + "Adj Yield": 239.9 + } + }, + { + "rank": 41, + "brand": "FS Seeds", + "product": "FS6025XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 254.2, + "Adj Yield": 254.2 + } + }, + { + "rank": 40, + "brand": "Wyffels", + "product": "W6479RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 256.1, + "Adj Yield": 256.1 + } + }, + { + "rank": 7, + "brand": "Brevant Seeds", + "product": "B10Y21V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": null, + "Yield": 284.0, + "Adj Yield": 284.0 + } + }, + { + "rank": 45, + "brand": "Dyna Gro", + "product": "D50SP65RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": null, + "Yield": 228.9, + "Adj Yield": 228.9 + } + }, + { + "rank": 20, + "brand": "FS Seeds", + "product": "FS6042FRIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": null, + "Yield": 275.1, + "Adj Yield": 275.1 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P10477V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": null, + "Yield": 282.1, + "Adj Yield": 282.1 + } + }, + { + "rank": 23, + "brand": "Nu Tech", + "product": "69B5V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": null, + "Yield": 273.8, + "Adj Yield": 273.8 + } + }, + { + "rank": 15, + "brand": "Pioneer", + "product": "P09312V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 280.6, + "Adj Yield": 280.6 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC67-37RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": null, + "Yield": 239.6, + "Adj Yield": 239.6 + } + }, + { + "rank": 42, + "brand": "FS Seeds", + "product": "FS5845PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 245.5, + "Adj Yield": 245.5 + } + }, + { + "rank": 17, + "brand": "Burrus", + "product": "4P27VE", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 277.6, + "Adj Yield": 277.6 + } + }, + { + "rank": 11, + "brand": "Nu Tech", + "product": "68C1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 282.1, + "Adj Yield": 282.1 + } + }, + { + "rank": 16, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 279.7, + "Adj Yield": 279.7 + } + }, + { + "rank": 37, + "brand": "Wyffels", + "product": "W4439RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 261.6, + "Adj Yield": 261.6 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC67-37RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": null, + "Yield": 256.2, + "Adj Yield": 256.2 + } + } + ], + "n_results": 52, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144411" + ], + "fetched_at": "2026-05-27T02:20:15.311380+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144411.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144411.md new file mode 100644 index 00000000..2c6f792f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144411.md @@ -0,0 +1,82 @@ +# Corn yield trial — Divernon, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Sangamon +- **City:** Divernon +- **Year:** 2024 +- **Plot ID:** 144411 +- **Cooperator:** John and Chris Dowson +- **Plot average:** 270.7 BU/Ac +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-03 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144411 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Dekalb | DKC67-37RIB | STXRIB | - | 21.8 | - | 260.5 | 260.5 | +| 8 | Dekalb | DKC68-34RIB | STXRIB | - | 22.1 | - | 283.7 | 283.7 | +| 1 | Pioneer | P1742Q | QROME | - | 23.2 | - | 294.3 | 294.3 | +| 2 | Becks | 6692SXP | SSPRIB | - | 21.6 | - | 293.1 | 293.1 | +| 19 | AgriGold | A646-17STXRIB | STXRIB | - | 23.7 | - | 275.6 | 275.6 | +| 22 | Channel | 215-15SSPRIB | SSPRIB | - | 21.6 | - | 274.2 | 274.2 | +| 9 | AgriGold | A645-71STXRIB | STXRIB | - | 22.0 | - | 283.2 | 283.2 | +| 34 | Dekalb | DKC64-21RIB | STXRIB | - | 21.4 | - | 267.2 | 267.2 | +| 33 | FS Seeds | FS6432PRIB | SSPRIB | - | 21.3 | - | 267.8 | 267.8 | +| - | Dekalb | DKC67-37RIB | STXRIB | - | 21.6 | - | 248.4 | 248.4 | +| 46 | Channel | 214-40VT4PRIB | VT4RIB | - | 22.9 | - | 214.8 | 214.8 | +| 6 | Dekalb | DKC114-42RIB | SSPRIB | - | 22.4 | - | 287.6 | 287.6 | +| 3 | Pioneer | P14830Q | QROME | - | 20.5 | - | 290.6 | 290.6 | +| 39 | Dekalb | DKC114-99RIB | VT4RIB | - | 20.8 | - | 256.9 | 256.9 | +| 27 | Wyffels | W8108RIB | STXRIB | - | 21.4 | - | 271.3 | 271.3 | +| 21 | Brevant Seeds | B13K20Q | QROME | - | 20.2 | - | 274.4 | 274.4 | +| 32 | Dyna Gro | D53SS13RIB | STXRIB | - | 19.9 | - | 268.6 | 268.6 | +| 36 | Burrus | 6B86Q | QROME | - | 20.9 | - | 264.1 | 264.1 | +| - | Dekalb | DKC67-37RIB | STXRIB | - | 21.9 | - | 251.6 | 251.6 | +| 43 | Becks | 6344SXP | SSPRIB | - | 21.4 | - | 240.6 | 240.6 | +| 14 | Pioneer | P13777V | Vorceed | - | 20.0 | - | 281.1 | 281.1 | +| 35 | Burrus | 6U77SSP | SSPRIB | - | 19.2 | - | 265.4 | 265.4 | +| 38 | Dyna Gro | D53SP85RIB | SSPRIB | - | 19.0 | - | 258.9 | 258.9 | +| 29 | Wyffels | W7759RIB | SSPRIB | - | 19.9 | - | 270.3 | 270.3 | +| 30 | Brevant Seeds | B13C49V | Vorceed | - | 21.9 | - | 269.8 | 269.8 | +| 4 | AgriGold | A642-18SSP | SSP | - | 21.1 | - | 289.4 | 289.4 | +| 31 | Channel | 212-63VT4PRIB | VT4RIB | - | 21.1 | - | 268.8 | 268.8 | +| - | Dekalb | DKC67-37RIB | STXRIB | - | 21.3 | - | 250.8 | 250.8 | +| 13 | Becks | 6258V4P | VT4Pro | - | 23.0 | - | 281.2 | 281.2 | +| 5 | Nu Tech | 71A7V | Vorceed | - | 20.5 | - | 288.6 | 288.6 | +| 24 | Channel | 211-42SSPRIB | SSPRIB | - | 20.4 | - | 273.4 | 273.4 | +| 25 | AgriGold | A641-85STXRIB | STXRIB | - | 19.6 | - | 273.0 | 273.0 | +| 18 | Burrus | 5M76VE | Vorceed | - | 20.8 | - | 276.8 | 276.8 | +| 27 | Dekalb | DKC110-10RIB | STXRIB | - | 19.6 | - | 271.3 | 271.3 | +| 9 | Nu Tech | 70F6V | Vorceed | - | 19.5 | - | 283.2 | 283.2 | +| 26 | Becks | 6005VC | Vorceed | - | 18.9 | - | 271.6 | 271.6 | +| 44 | Dekalb | DKC67-37RIB | STXRIB | - | 21.6 | - | 239.9 | 239.9 | +| 41 | FS Seeds | FS6025XRIB | STXRIB | - | 20.0 | - | 254.2 | 254.2 | +| 40 | Wyffels | W6479RIB | SSPRIB | - | 18.6 | - | 256.1 | 256.1 | +| 7 | Brevant Seeds | B10Y21V | Vorceed | - | 18.7 | - | 284.0 | 284.0 | +| 45 | Dyna Gro | D50SP65RIB | SSPRIB | - | 20.6 | - | 228.9 | 228.9 | +| 20 | FS Seeds | FS6042FRIB | VT4Pro | - | 20.8 | - | 275.1 | 275.1 | +| 11 | Pioneer | P10477V | Vorceed | - | 19.4 | - | 282.1 | 282.1 | +| 23 | Nu Tech | 69B5V | Vorceed | - | 19.3 | - | 273.8 | 273.8 | +| 15 | Pioneer | P09312V | Vorceed | - | 18.3 | - | 280.6 | 280.6 | +| - | Dekalb | DKC67-37RIB | STXRIB | - | 20.6 | - | 239.6 | 239.6 | +| 42 | FS Seeds | FS5845PRIB | SSPRIB | - | 18.4 | - | 245.5 | 245.5 | +| 17 | Burrus | 4P27VE | Vorceed | - | 18.4 | - | 277.6 | 277.6 | +| 11 | Nu Tech | 68C1V | Vorceed | - | 17.9 | - | 282.1 | 282.1 | +| 16 | Brevant Seeds | B08R32V | Vorceed | - | 18.1 | - | 279.7 | 279.7 | +| 37 | Wyffels | W4439RIB | SSPRIB | - | 17.3 | - | 261.6 | 261.6 | +| - | Dekalb | DKC67-37RIB | STXRIB | - | 19.6 | - | 256.2 | 256.2 | + +Top 5 by Yield: P1742Q (Pioneer) 294.3, 6692SXP (Becks) 293.1, P14830Q (Pioneer) 290.6, A642-18SSP (AgriGold) 289.4, 71A7V (Nu Tech) 288.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144417.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144417.json new file mode 100644 index 00000000..72574770 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144417.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144417", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Atwood", + "county": "Moultrie", + "year": 2024, + "plot_id": "144417", + "cooperator": "Jack Fombelle", + "plot_average": 252.84, + "planted_date": "2024-05-21", + "harvested_date": "2024-10-17", + "population_seeds_per_acre": 37000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": null, + "Yield": 251.3, + "Adj Yield": 251.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 255.1, + "Adj Yield": 255.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 257.6, + "Adj Yield": 257.6 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 240.8, + "Adj Yield": 240.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 262.3, + "Adj Yield": 262.3 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 230.1, + "Adj Yield": 230.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 262.2, + "Adj Yield": 262.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": null, + "Yield": 261.7, + "Adj Yield": 261.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": null, + "Yield": 257.7, + "Adj Yield": 257.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 257.1, + "Adj Yield": 257.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 253.0, + "Adj Yield": 253.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": null, + "Yield": 245.2, + "Adj Yield": 245.2 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144417" + ], + "fetched_at": "2026-05-27T02:20:15.788163+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144417.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144417.md new file mode 100644 index 00000000..69e70ca3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144417.md @@ -0,0 +1,42 @@ +# Corn yield trial — Atwood, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Moultrie +- **City:** Atwood +- **Year:** 2024 +- **Plot ID:** 144417 +- **Cooperator:** Jack Fombelle +- **Plot average:** 252.84 BU/Ac +- **Planted:** 2024-05-21 +- **Harvested:** 2024-10-17 +- **Population:** 37,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144417 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | AgriGold | A644-64VT2RIB | VT2RIB | - | 22.8 | - | 251.3 | 251.3 | +| 7 | AgriGold | A639-03VT2RIB | VT2RIB | - | 17.5 | - | 255.1 | 255.1 | +| 5 | AgriGold | A640-12STXRIB | STXRIB | - | 18.0 | - | 257.6 | 257.6 | +| 11 | AgriGold | A640-16-3110 | 3110 | - | 18.0 | - | 240.8 | 240.8 | +| 1 | AgriGold | J6015PWE | PWE | - | 17.6 | - | 262.3 | 262.3 | +| 12 | AgriGold | A641-85STXRIB | STXRIB | - | 17.4 | - | 230.1 | 230.1 | +| 2 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 18.4 | - | 262.2 | 262.2 | +| 3 | AgriGold | A642-32VT2PRO | VT2Pro | - | 18.9 | - | 261.7 | 261.7 | +| 4 | AgriGold | A643-24PCE | PCE | - | 21.1 | - | 257.7 | 257.7 | +| 6 | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.4 | - | 257.1 | 257.1 | +| 8 | AgriGold | A645-30VT2PRO | VT2Pro | - | 19.0 | - | 253.0 | 253.0 | +| 10 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.7 | - | 245.2 | 245.2 | + +Top 5 by Yield: J6015PWE (AgriGold) 262.3, A642-05VT2RIBD1 (AgriGold) 262.2, A642-32VT2PRO (AgriGold) 261.7, A643-24PCE (AgriGold) 257.7, A640-12STXRIB (AgriGold) 257.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144421.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144421.json new file mode 100644 index 00000000..56165b1c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144421.json @@ -0,0 +1,127 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144421", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Shelbyville", + "county": "Shelby", + "year": 2024, + "plot_id": "144421", + "cooperator": "Keith Meltzer", + "plot_average": 203.8, + "planted_date": "2024-05-13", + "harvested_date": "2024-10-12", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A637-21WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 61.0, + "Yield": 180.9, + "Adj Yield": 180.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A637-21WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 61.0, + "Yield": 180.9, + "Adj Yield": 191.57 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A640-01WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.0, + "Yield": 208.3, + "Adj Yield": 213.68 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-99WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 59.0, + "Yield": 201.9, + "Adj Yield": 201.92 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-01WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 60.0, + "Yield": 221.8, + "Adj Yield": 216.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-15WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 57.0, + "Yield": 206.0, + "Adj Yield": 195.32 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A637-21WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 59.0, + "Yield": 212.9, + "Adj Yield": 212.9 + } + } + ], + "n_results": 7, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144421" + ], + "fetched_at": "2026-05-27T02:20:16.264401+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144421.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144421.md new file mode 100644 index 00000000..4094111c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144421.md @@ -0,0 +1,37 @@ +# Corn yield trial — Shelbyville, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Shelby +- **City:** Shelbyville +- **Year:** 2024 +- **Plot ID:** 144421 +- **Cooperator:** Keith Meltzer +- **Plot average:** 203.8 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-12 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144421 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A637-21WX | WX | - | 14.6 | 61.0 | 180.9 | 180.9 | +| 5 | AgriGold | A637-21WX | WX | - | 14.6 | 61.0 | 180.9 | 191.57 | +| 2 | AgriGold | A640-01WX | WX | - | 15.6 | 59.0 | 208.3 | 213.68 | +| 3 | AgriGold | A642-99WX | WX | - | 17.8 | 59.0 | 201.9 | 201.92 | +| 1 | AgriGold | A643-01WX | WX | - | 17.9 | 60.0 | 221.8 | 216.5 | +| 4 | AgriGold | A644-15WX | WX | - | 18.8 | 57.0 | 206.0 | 195.32 | +| - | AgriGold | A637-21WX | WX | - | 15.4 | 59.0 | 212.9 | 212.9 | + +Top 5 by Yield: A643-01WX (AgriGold) 221.8, A637-21WX (AgriGold) 212.9, A640-01WX (AgriGold) 208.3, A644-15WX (AgriGold) 206.0, A642-99WX (AgriGold) 201.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144438.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144438.json new file mode 100644 index 00000000..79f3b015 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144438.json @@ -0,0 +1,88 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144438", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Plainville", + "county": "Daviess", + "year": 2024, + "plot_id": "144438", + "cooperator": "Marc Smith", + "plot_average": 240.25, + "planted_date": "2024-04-27", + "harvested_date": "2024-10-08", + "population_seeds_per_acre": 32500, + "row_width": "\"", + "num_rows": null, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 255.0, + "Adj Yield": 255.0 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 248.0, + "Adj Yield": 248.0 + } + }, + { + "rank": 3, + "brand": "Stewarts", + "product": "15DT614", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 235.0, + "Adj Yield": 235.0 + } + }, + { + "rank": 4, + "brand": "Stewarts", + "product": "14DT593", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 223.0, + "Adj Yield": 223.0 + } + } + ], + "n_results": 4, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144438" + ], + "fetched_at": "2026-05-27T02:20:16.757293+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144438.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144438.md new file mode 100644 index 00000000..f276c776 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144438.md @@ -0,0 +1,32 @@ +# Corn yield trial — Plainville, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Daviess +- **City:** Plainville +- **Year:** 2024 +- **Plot ID:** 144438 +- **Cooperator:** Marc Smith +- **Plot average:** 240.25 BU/Ac +- **Planted:** 2024-04-27 +- **Harvested:** 2024-10-08 +- **Population:** 32,500 seeds/acre +- **Row width:** " +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144438 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A646-30VT2RIB | VT2RIB | - | 17.8 | - | 255.0 | 255.0 | +| 2 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 17.3 | - | 248.0 | 248.0 | +| 3 | Stewarts | 15DT614 | TreceptaRIB | - | 16.6 | - | 235.0 | 235.0 | +| 4 | Stewarts | 14DT593 | TreceptaRIB | - | 15.6 | - | 223.0 | 223.0 | + +Top 5 by Yield: A646-30VT2RIB (AgriGold) 255.0, DKC66-06RIB (Dekalb) 248.0, 15DT614 (Stewarts) 235.0, 14DT593 (Stewarts) 223.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144455.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144455.json new file mode 100644 index 00000000..b6e4d967 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144455.json @@ -0,0 +1,608 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144455", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Rio", + "county": "Knox", + "year": 2024, + "plot_id": "144455", + "cooperator": "Knox County Corn Growers", + "plot_average": 286.26, + "planted_date": "2024-05-06", + "harvested_date": "2024-10-07", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Headline", + "herbicide": "Armezon, Infantry, Lexar", + "insecticide": "N/A", + "results": [ + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": null, + "Yield": 299.7, + "Adj Yield": 299.7 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 285.4, + "Adj Yield": 285.4 + } + }, + { + "rank": 39, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 276.3, + "Adj Yield": 276.3 + } + }, + { + "rank": 8, + "brand": "Brevant Seeds", + "product": "B13C49V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": null, + "Yield": 296.0, + "Adj Yield": 296.0 + } + }, + { + "rank": 11, + "brand": "Brevant Seeds", + "product": "B14H38AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 293.9, + "Adj Yield": 293.9 + } + }, + { + "rank": 12, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 291.7, + "Adj Yield": 291.7 + } + }, + { + "rank": 35, + "brand": "Brevant Seeds", + "product": "B12H48PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 278.6, + "Adj Yield": 278.6 + } + }, + { + "rank": 38, + "brand": "Brevant Seeds", + "product": "B10Y21V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 276.8, + "Adj Yield": 276.8 + } + }, + { + "rank": 3, + "brand": "Channel", + "product": "215-70TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": null, + "Yield": 301.1, + "Adj Yield": 301.1 + } + }, + { + "rank": 33, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": null, + "Yield": 280.6, + "Adj Yield": 280.6 + } + }, + { + "rank": 41, + "brand": "Channel", + "product": "212-63VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 269.3, + "Adj Yield": 269.3 + } + }, + { + "rank": 44, + "brand": "Channel", + "product": "209-25SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 264.8, + "Adj Yield": 264.8 + } + }, + { + "rank": 21, + "brand": "Cornelius", + "product": "C7411DP", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": null, + "Yield": 287.3, + "Adj Yield": 287.3 + } + }, + { + "rank": 23, + "brand": "Cornelius", + "product": "C7366DGDP-RIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 287.1, + "Adj Yield": 287.1 + } + }, + { + "rank": 40, + "brand": "Cornelius", + "product": "C7590DP-RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 270.4, + "Adj Yield": 270.4 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 307.0, + "Adj Yield": 307.0 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": null, + "Yield": 303.0, + "Adj Yield": 303.0 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": null, + "Yield": 288.0, + "Adj Yield": 288.0 + } + }, + { + "rank": 25, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 285.8, + "Adj Yield": 285.8 + } + }, + { + "rank": 14, + "brand": "LG Seeds", + "product": "LG64C43VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 291.0, + "Adj Yield": 291.0 + } + }, + { + "rank": 18, + "brand": "LG Seeds", + "product": "LG62C73VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 288.0, + "Adj Yield": 288.0 + } + }, + { + "rank": 31, + "brand": "LG Seeds", + "product": "LG63C32SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 283.1, + "Adj Yield": 283.1 + } + }, + { + "rank": 13, + "brand": "Midwest Seed Genetics", + "product": "MW12-48DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 291.6, + "Adj Yield": 291.6 + } + }, + { + "rank": 36, + "brand": "Midwest Seed Genetics", + "product": "MW16-72SSRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 278.1, + "Adj Yield": 278.1 + } + }, + { + "rank": 37, + "brand": "Midwest Seed Genetics", + "product": "MW14-60TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 277.4, + "Adj Yield": 277.4 + } + }, + { + "rank": 42, + "brand": "Midwest Seed Genetics", + "product": "MW13-60PCE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": null, + "Yield": 267.7, + "Adj Yield": 267.7 + } + }, + { + "rank": 43, + "brand": "Midwest Seed Genetics", + "product": "MW11-30SSRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 266.4, + "Adj Yield": 266.4 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 296.8, + "Adj Yield": 296.8 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 296.8, + "Adj Yield": 296.8 + } + }, + { + "rank": 17, + "brand": "Pioneer", + "product": "P12065Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 288.5, + "Adj Yield": 288.5 + } + }, + { + "rank": 28, + "brand": "Pioneer", + "product": "P13777V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 284.0, + "Adj Yield": 284.0 + } + }, + { + "rank": 34, + "brand": "Pioneer", + "product": "P10477V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": null, + "Yield": 278.8, + "Adj Yield": 278.8 + } + }, + { + "rank": 4, + "brand": "Prairie Hybrids", + "product": "6854", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 300.2, + "Adj Yield": 300.2 + } + }, + { + "rank": 9, + "brand": "Prairie Hybrids", + "product": "6755", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 295.7, + "Adj Yield": 295.7 + } + }, + { + "rank": 20, + "brand": "Prairie Hybrids", + "product": "8864", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": null, + "Yield": 287.7, + "Adj Yield": 287.7 + } + }, + { + "rank": 24, + "brand": "Prairie Hybrids", + "product": "9703", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": null, + "Yield": 286.2, + "Adj Yield": 286.2 + } + }, + { + "rank": 26, + "brand": "Prairie Hybrids", + "product": "7265", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 285.6, + "Adj Yield": 285.6 + } + }, + { + "rank": 10, + "brand": "FS Seeds", + "product": "FS6447T", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": null, + "Yield": 294.2, + "Adj Yield": 294.2 + } + }, + { + "rank": 21, + "brand": "FS Seeds", + "product": "FS6349PC", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 287.3, + "Adj Yield": 287.3 + } + }, + { + "rank": 28, + "brand": "FS Seeds", + "product": "FS6395VDGRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 284.0, + "Adj Yield": 284.0 + } + }, + { + "rank": 15, + "brand": "Wyffels", + "product": "W9218RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": null, + "Yield": 288.9, + "Adj Yield": 288.9 + } + }, + { + "rank": 16, + "brand": "Wyffels", + "product": "W8086RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": null, + "Yield": 288.8, + "Adj Yield": 288.8 + } + }, + { + "rank": 30, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": null, + "Yield": 283.8, + "Adj Yield": 283.8 + } + }, + { + "rank": 32, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": null, + "Yield": 282.2, + "Adj Yield": 282.2 + } + } + ], + "n_results": 44, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144455" + ], + "fetched_at": "2026-05-27T02:20:17.283724+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144455.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144455.md new file mode 100644 index 00000000..2c69470f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144455.md @@ -0,0 +1,76 @@ +# Corn yield trial — Rio, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Knox +- **City:** Rio +- **Year:** 2024 +- **Plot ID:** 144455 +- **Cooperator:** Knox County Corn Growers +- **Plot average:** 286.26 BU/Ac +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-07 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Headline +- **Herbicide:** Armezon, Infantry, Lexar +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144455 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.6 | - | 299.7 | 299.7 | +| 27 | AgriGold | A646-30VT2RIB | VT2RIB | - | 21.3 | - | 285.4 | 285.4 | +| 39 | AgriGold | A642-18SSP | SSP | - | 19.1 | - | 276.3 | 276.3 | +| 8 | Brevant Seeds | B13C49V | Vorceed | - | 19.6 | - | 296.0 | 296.0 | +| 11 | Brevant Seeds | B14H38AM | AM | - | 19.2 | - | 293.9 | 293.9 | +| 12 | Brevant Seeds | B08R32V | Vorceed | - | 16.9 | - | 291.7 | 291.7 | +| 35 | Brevant Seeds | B12H48PCE | PCE | - | 16.9 | - | 278.6 | 278.6 | +| 38 | Brevant Seeds | B10Y21V | Vorceed | - | 17.3 | - | 276.8 | 276.8 | +| 3 | Channel | 215-70TRCRIB | TreceptaRIB | - | 21.2 | - | 301.1 | 301.1 | +| 33 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 19.6 | - | 280.6 | 280.6 | +| 41 | Channel | 212-63VT4PRIB | VT4RIB | - | 18.5 | - | 269.3 | 269.3 | +| 44 | Channel | 209-25SSPRIB | SSPRIB | - | 17.0 | - | 264.8 | 264.8 | +| 21 | Cornelius | C7411DP | VT2RIB | - | 19.8 | - | 287.3 | 287.3 | +| 23 | Cornelius | C7366DGDP-RIB | DGVT2PRIB | - | 18.3 | - | 287.1 | 287.1 | +| 40 | Cornelius | C7590DP-RIB | VT2RIB | - | 20.2 | - | 270.4 | 270.4 | +| 1 | Dekalb | DKC68-35RIB | VT2RIB | - | 19.2 | - | 307.0 | 307.0 | +| 2 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 19.8 | - | 303.0 | 303.0 | +| 18 | Dekalb | DKC114-99RIB | VT4RIB | - | 19.8 | - | 288.0 | 288.0 | +| 25 | Dekalb | DKC64-22RIB | VT2RIB | - | 19.2 | - | 285.8 | 285.8 | +| 14 | LG Seeds | LG64C43VT2RIB | VT2RIB | - | 20.2 | - | 291.0 | 291.0 | +| 18 | LG Seeds | LG62C73VT2PRO | VT2Pro | - | 20.2 | - | 288.0 | 288.0 | +| 31 | LG Seeds | LG63C32SSP | SSP | - | 19.2 | - | 283.1 | 283.1 | +| 13 | Midwest Seed Genetics | MW12-48DGVT2PRIB | DGVT2PRIB | - | 18.8 | - | 291.6 | 291.6 | +| 36 | Midwest Seed Genetics | MW16-72SSRIB | STXRIB | - | 20.2 | - | 278.1 | 278.1 | +| 37 | Midwest Seed Genetics | MW14-60TRERIB | TreceptaRIB | - | 20.0 | - | 277.4 | 277.4 | +| 42 | Midwest Seed Genetics | MW13-60PCE | PWE | - | 18.9 | - | 267.7 | 267.7 | +| 43 | Midwest Seed Genetics | MW11-30SSRIB | STXRIB | - | 18.8 | - | 266.4 | 266.4 | +| 6 | Pioneer | P14830Q | QROME | - | 18.4 | - | 296.8 | 296.8 | +| 6 | Pioneer | P1742Q | QROME | - | 20.2 | - | 296.8 | 296.8 | +| 17 | Pioneer | P12065Q | QROME | - | 19.2 | - | 288.5 | 288.5 | +| 28 | Pioneer | P13777V | Vorceed | - | 18.0 | - | 284.0 | 284.0 | +| 34 | Pioneer | P10477V | Vorceed | - | 18.7 | - | 278.8 | 278.8 | +| 4 | Prairie Hybrids | 6854 | C | - | 18.0 | - | 300.2 | 300.2 | +| 9 | Prairie Hybrids | 6755 | C | - | 17.8 | - | 295.7 | 295.7 | +| 20 | Prairie Hybrids | 8864 | C | - | 19.4 | - | 287.7 | 287.7 | +| 24 | Prairie Hybrids | 9703 | C | - | 21.5 | - | 286.2 | 286.2 | +| 26 | Prairie Hybrids | 7265 | C | - | 17.6 | - | 285.6 | 285.6 | +| 10 | FS Seeds | FS6447T | Trecepta | - | 20.4 | - | 294.2 | 294.2 | +| 21 | FS Seeds | FS6349PC | PCE | - | 18.6 | - | 287.3 | 287.3 | +| 28 | FS Seeds | FS6395VDGRIB | DGVT2PRIB | - | 18.4 | - | 284.0 | 284.0 | +| 15 | Wyffels | W9218RIB | STXRIB | - | 21.6 | - | 288.9 | 288.9 | +| 16 | Wyffels | W8086RIB | VT2RIB | - | 21.0 | - | 288.8 | 288.8 | +| 30 | Wyffels | W7945RIB | TreceptaRIB | - | 19.8 | - | 283.8 | 283.8 | +| 32 | Wyffels | W6886RIB | VT2RIB | - | 19.3 | - | 282.2 | 282.2 | + +Top 5 by Yield: DKC68-35RIB (Dekalb) 307.0, DKC66-06RIB (Dekalb) 303.0, 215-70TRCRIB (Channel) 301.1, 6854 (Prairie Hybrids) 300.2, A644-64VT2RIB (AgriGold) 299.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144456.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144456.json new file mode 100644 index 00000000..dc9f1caf --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144456.json @@ -0,0 +1,608 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144456", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Rio", + "county": "Knox", + "year": 2024, + "plot_id": "144456", + "cooperator": "Knox County Corn Growers", + "plot_average": 284.87, + "planted_date": "2024-05-07", + "harvested_date": "2024-10-07", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Headline, Veltyma", + "herbicide": "Armezon, Infantry, Lexar", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": null, + "Yield": 306.7, + "Adj Yield": 306.7 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 286.7, + "Adj Yield": 286.7 + } + }, + { + "rank": 35, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": null, + "Yield": 278.1, + "Adj Yield": 278.1 + } + }, + { + "rank": 8, + "brand": "Brevant Seeds", + "product": "B13C49V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 296.7, + "Adj Yield": 296.7 + } + }, + { + "rank": 18, + "brand": "Brevant Seeds", + "product": "B14H38AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": null, + "Yield": 288.9, + "Adj Yield": 288.9 + } + }, + { + "rank": 21, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 287.6, + "Adj Yield": 287.6 + } + }, + { + "rank": 29, + "brand": "Brevant Seeds", + "product": "B12H48PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 283.0, + "Adj Yield": 283.0 + } + }, + { + "rank": 39, + "brand": "Brevant Seeds", + "product": "B10Y21V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 269.8, + "Adj Yield": 269.8 + } + }, + { + "rank": 28, + "brand": "Channel", + "product": "215-70TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": null, + "Yield": 283.4, + "Adj Yield": 283.4 + } + }, + { + "rank": 30, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 282.5, + "Adj Yield": 282.5 + } + }, + { + "rank": 31, + "brand": "Channel", + "product": "212-63VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": null, + "Yield": 282.3, + "Adj Yield": 282.3 + } + }, + { + "rank": 43, + "brand": "Channel", + "product": "209-25SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 248.2, + "Adj Yield": 248.2 + } + }, + { + "rank": 17, + "brand": "Cornelius", + "product": "C7411DP", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 289.5, + "Adj Yield": 289.5 + } + }, + { + "rank": 26, + "brand": "Cornelius", + "product": "C7366DGDP-RIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 285.3, + "Adj Yield": 285.3 + } + }, + { + "rank": 37, + "brand": "Cornelius", + "product": "C7590DP-RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": null, + "Yield": 275.3, + "Adj Yield": 275.3 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 289.6, + "Adj Yield": 289.6 + } + }, + { + "rank": 20, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 287.9, + "Adj Yield": 287.9 + } + }, + { + "rank": 33, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 281.5, + "Adj Yield": 281.5 + } + }, + { + "rank": 34, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 280.4, + "Adj Yield": 280.4 + } + }, + { + "rank": 15, + "brand": "LG Seeds", + "product": "LG64C43VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": null, + "Yield": 291.8, + "Adj Yield": 291.8 + } + }, + { + "rank": 19, + "brand": "LG Seeds", + "product": "LG62C73VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": null, + "Yield": 288.5, + "Adj Yield": 288.5 + } + }, + { + "rank": 27, + "brand": "LG Seeds", + "product": "LG63C32SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 284.0, + "Adj Yield": 284.0 + } + }, + { + "rank": 11, + "brand": "Midwest Seed Genetics", + "product": "MW12-48DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 295.4, + "Adj Yield": 295.4 + } + }, + { + "rank": 12, + "brand": "Midwest Seed Genetics", + "product": "MW16-72SSRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": null, + "Yield": 294.1, + "Adj Yield": 294.1 + } + }, + { + "rank": 38, + "brand": "Midwest Seed Genetics", + "product": "MW14-60TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 270.4, + "Adj Yield": 270.4 + } + }, + { + "rank": 42, + "brand": "Midwest Seed Genetics", + "product": "MW13-60PCE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": null, + "Yield": 260.1, + "Adj Yield": 260.1 + } + }, + { + "rank": 44, + "brand": "Midwest Seed Genetics", + "product": "MW11-30SSRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 243.3, + "Adj Yield": 243.3 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 304.1, + "Adj Yield": 304.1 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": null, + "Yield": 303.1, + "Adj Yield": 303.1 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P12065Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": null, + "Yield": 298.4, + "Adj Yield": 298.4 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P13777V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 298.2, + "Adj Yield": 298.2 + } + }, + { + "rank": 36, + "brand": "Pioneer", + "product": "P10477V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 276.2, + "Adj Yield": 276.2 + } + }, + { + "rank": 5, + "brand": "Prairie Hybrids", + "product": "6854", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 298.8, + "Adj Yield": 298.8 + } + }, + { + "rank": 23, + "brand": "Prairie Hybrids", + "product": "6755", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": null, + "Yield": 285.9, + "Adj Yield": 285.9 + } + }, + { + "rank": 23, + "brand": "Prairie Hybrids", + "product": "8864", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 285.9, + "Adj Yield": 285.9 + } + }, + { + "rank": 25, + "brand": "Prairie Hybrids", + "product": "9703", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": null, + "Yield": 285.8, + "Adj Yield": 285.8 + } + }, + { + "rank": 40, + "brand": "Prairie Hybrids", + "product": "7265", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 263.7, + "Adj Yield": 263.7 + } + }, + { + "rank": 4, + "brand": "FS Seeds", + "product": "FS6447T", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 300.4, + "Adj Yield": 300.4 + } + }, + { + "rank": 9, + "brand": "FS Seeds", + "product": "FS6349PC", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 295.5, + "Adj Yield": 295.5 + } + }, + { + "rank": 14, + "brand": "FS Seeds", + "product": "FS6395VDGRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 292.7, + "Adj Yield": 292.7 + } + }, + { + "rank": 9, + "brand": "Wyffels", + "product": "W9218RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": null, + "Yield": 295.5, + "Adj Yield": 295.5 + } + }, + { + "rank": 12, + "brand": "Wyffels", + "product": "W8086RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 294.1, + "Adj Yield": 294.1 + } + }, + { + "rank": 32, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": null, + "Yield": 281.8, + "Adj Yield": 281.8 + } + }, + { + "rank": 41, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 263.1, + "Adj Yield": 263.1 + } + } + ], + "n_results": 44, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144456" + ], + "fetched_at": "2026-05-27T02:20:17.802427+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144456.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144456.md new file mode 100644 index 00000000..88996cdc --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144456.md @@ -0,0 +1,76 @@ +# Corn yield trial — Rio, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Knox +- **City:** Rio +- **Year:** 2024 +- **Plot ID:** 144456 +- **Cooperator:** Knox County Corn Growers +- **Plot average:** 284.87 BU/Ac +- **Planted:** 2024-05-07 +- **Harvested:** 2024-10-07 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Headline, Veltyma +- **Herbicide:** Armezon, Infantry, Lexar +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144456 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.1 | - | 306.7 | 306.7 | +| 22 | AgriGold | A646-30VT2RIB | VT2RIB | - | 19.1 | - | 286.7 | 286.7 | +| 35 | AgriGold | A642-18SSP | SSP | - | 21.7 | - | 278.1 | 278.1 | +| 8 | Brevant Seeds | B13C49V | Vorceed | - | 19.1 | - | 296.7 | 296.7 | +| 18 | Brevant Seeds | B14H38AM | AM | - | 20.1 | - | 288.9 | 288.9 | +| 21 | Brevant Seeds | B08R32V | Vorceed | - | 17.1 | - | 287.6 | 287.6 | +| 29 | Brevant Seeds | B12H48PCE | PCE | - | 16.6 | - | 283.0 | 283.0 | +| 39 | Brevant Seeds | B10Y21V | Vorceed | - | 17.6 | - | 269.8 | 269.8 | +| 28 | Channel | 215-70TRCRIB | TreceptaRIB | - | 19.3 | - | 283.4 | 283.4 | +| 30 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 18.2 | - | 282.5 | 282.5 | +| 31 | Channel | 212-63VT4PRIB | VT4RIB | - | 20.5 | - | 282.3 | 282.3 | +| 43 | Channel | 209-25SSPRIB | SSPRIB | - | 16.8 | - | 248.2 | 248.2 | +| 17 | Cornelius | C7411DP | VT2RIB | - | 20.2 | - | 289.5 | 289.5 | +| 26 | Cornelius | C7366DGDP-RIB | DGVT2PRIB | - | 18.5 | - | 285.3 | 285.3 | +| 37 | Cornelius | C7590DP-RIB | VT2RIB | - | 20.4 | - | 275.3 | 275.3 | +| 16 | Dekalb | DKC68-35RIB | VT2RIB | - | 19.0 | - | 289.6 | 289.6 | +| 20 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 20.0 | - | 287.9 | 287.9 | +| 33 | Dekalb | DKC114-99RIB | VT4RIB | - | 20.9 | - | 281.5 | 281.5 | +| 34 | Dekalb | DKC64-22RIB | VT2RIB | - | 19.1 | - | 280.4 | 280.4 | +| 15 | LG Seeds | LG64C43VT2RIB | VT2RIB | - | 20.1 | - | 291.8 | 291.8 | +| 19 | LG Seeds | LG62C73VT2PRO | VT2Pro | - | 19.9 | - | 288.5 | 288.5 | +| 27 | LG Seeds | LG63C32SSP | SSP | - | 20.0 | - | 284.0 | 284.0 | +| 11 | Midwest Seed Genetics | MW12-48DGVT2PRIB | DGVT2PRIB | - | 18.8 | - | 295.4 | 295.4 | +| 12 | Midwest Seed Genetics | MW16-72SSRIB | STXRIB | - | 19.7 | - | 294.1 | 294.1 | +| 38 | Midwest Seed Genetics | MW14-60TRERIB | TreceptaRIB | - | 18.1 | - | 270.4 | 270.4 | +| 42 | Midwest Seed Genetics | MW13-60PCE | PWE | - | 19.5 | - | 260.1 | 260.1 | +| 44 | Midwest Seed Genetics | MW11-30SSRIB | STXRIB | - | 20.0 | - | 243.3 | 243.3 | +| 2 | Pioneer | P14830Q | QROME | - | 18.0 | - | 304.1 | 304.1 | +| 3 | Pioneer | P1742Q | QROME | - | 18.9 | - | 303.1 | 303.1 | +| 6 | Pioneer | P12065Q | QROME | - | 20.8 | - | 298.4 | 298.4 | +| 7 | Pioneer | P13777V | Vorceed | - | 18.2 | - | 298.2 | 298.2 | +| 36 | Pioneer | P10477V | Vorceed | - | 19.1 | - | 276.2 | 276.2 | +| 5 | Prairie Hybrids | 6854 | C | - | 17.6 | - | 298.8 | 298.8 | +| 23 | Prairie Hybrids | 6755 | C | - | 20.7 | - | 285.9 | 285.9 | +| 23 | Prairie Hybrids | 8864 | C | - | 18.0 | - | 285.9 | 285.9 | +| 25 | Prairie Hybrids | 9703 | C | - | 19.3 | - | 285.8 | 285.8 | +| 40 | Prairie Hybrids | 7265 | C | - | 17.7 | - | 263.7 | 263.7 | +| 4 | FS Seeds | FS6447T | Trecepta | - | 20.2 | - | 300.4 | 300.4 | +| 9 | FS Seeds | FS6349PC | PCE | - | 18.2 | - | 295.5 | 295.5 | +| 14 | FS Seeds | FS6395VDGRIB | DGVT2PRIB | - | 19.1 | - | 292.7 | 292.7 | +| 9 | Wyffels | W9218RIB | STXRIB | - | 20.5 | - | 295.5 | 295.5 | +| 12 | Wyffels | W8086RIB | VT2RIB | - | 20.2 | - | 294.1 | 294.1 | +| 32 | Wyffels | W7945RIB | TreceptaRIB | - | 21.7 | - | 281.8 | 281.8 | +| 41 | Wyffels | W6886RIB | VT2RIB | - | 19.0 | - | 263.1 | 263.1 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 306.7, P14830Q (Pioneer) 304.1, P1742Q (Pioneer) 303.1, FS6447T (FS Seeds) 300.4, 6854 (Prairie Hybrids) 298.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144458.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144458.json new file mode 100644 index 00000000..e0136529 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144458.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144458", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Grinell", + "county": "Poweshiek", + "year": 2024, + "plot_id": "144458", + "cooperator": "Roger Iverson", + "plot_average": 293.72, + "planted_date": "2024-04-22", + "harvested_date": "2024-10-18", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 13, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 61.2, + "Yield": 272.4, + "Adj Yield": 272.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 56.8, + "Yield": 282.3, + "Adj Yield": 282.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 56.3, + "Yield": 294.5, + "Adj Yield": 294.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.7, + "Yield": 296.4, + "Adj Yield": 296.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.7, + "Yield": 289.7, + "Adj Yield": 289.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 59.8, + "Yield": 296.9, + "Adj Yield": 296.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.1, + "Yield": 305.8, + "Adj Yield": 305.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 63.7, + "Yield": 294.2, + "Adj Yield": 294.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 58.1, + "Yield": 295.3, + "Adj Yield": 295.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.9, + "Yield": 299.3, + "Adj Yield": 299.3 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 56.0, + "Yield": 281.6, + "Adj Yield": 281.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 59.9, + "Yield": 300.9, + "Adj Yield": 300.9 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 55.4, + "Yield": 309.0, + "Adj Yield": 309.0 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144458" + ], + "fetched_at": "2026-05-27T02:20:18.277503+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144458.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144458.md new file mode 100644 index 00000000..05caf6df --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144458.md @@ -0,0 +1,42 @@ +# Corn yield trial — Grinell, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Poweshiek +- **City:** Grinell +- **Year:** 2024 +- **Plot ID:** 144458 +- **Cooperator:** Roger Iverson +- **Plot average:** 293.72 BU/Ac +- **Planted:** 2024-04-22 +- **Harvested:** 2024-10-18 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144458 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 13 | AgriGold | A641-85STXRIB | STXRIB | - | 15.0 | 61.2 | 272.4 | 272.4 | +| 11 | AgriGold | A639-03VT2RIB | VT2RIB | - | 13.2 | 56.8 | 282.3 | 282.3 | +| 8 | AgriGold | J6015PWE | PWE | - | 14.4 | 56.3 | 294.5 | 294.5 | +| 6 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.4 | 58.7 | 296.4 | 296.4 | +| 10 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.4 | 58.7 | 289.7 | 289.7 | +| 5 | AgriGold | A642-32VT2PRO | VT2Pro | - | 16.0 | 59.8 | 296.9 | 296.9 | +| 2 | AgriGold | A643-24PCE | PCE | - | 15.0 | 59.1 | 305.8 | 305.8 | +| 9 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.7 | 63.7 | 294.2 | 294.2 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.7 | 58.1 | 295.3 | 295.3 | +| 4 | AgriGold | A645-71STXRIB | STXRIB | - | 15.7 | 59.9 | 299.3 | 299.3 | +| 12 | AgriGold | A646-30VT2RIB | VT2RIB | - | 16.8 | 56.0 | 281.6 | 281.6 | +| 3 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.0 | 59.9 | 300.9 | 300.9 | +| 1 | Pioneer | P1742Q | QROME | - | 17.7 | 55.4 | 309.0 | 309.0 | + +Top 5 by Yield: P1742Q (Pioneer) 309.0, A643-24PCE (AgriGold) 305.8, A645-16VT2RIB (AgriGold) 300.9, A645-71STXRIB (AgriGold) 299.3, A642-32VT2PRO (AgriGold) 296.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144463.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144463.json new file mode 100644 index 00000000..25c48e8d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144463.json @@ -0,0 +1,348 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144463", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Covington", + "county": "Warren", + "year": 2024, + "plot_id": "144463", + "cooperator": "Chad Berger", + "plot_average": 266.79, + "planted_date": "2024-05-06", + "harvested_date": "2024-10-04", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 56.8, + "Yield": 276.9, + "Adj Yield": 276.9 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 57.4, + "Yield": 260.0, + "Adj Yield": 260.0 + } + }, + { + "rank": 11, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 58.9, + "Yield": 267.0, + "Adj Yield": 267.0 + } + }, + { + "rank": 9, + "brand": "Wyffels", + "product": "W6479RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 57.4, + "Yield": 268.3, + "Adj Yield": 268.3 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 57.8, + "Yield": 265.2, + "Adj Yield": 265.2 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 59.5, + "Yield": 266.0, + "Adj Yield": 266.0 + } + }, + { + "rank": 7, + "brand": "Channel", + "product": "211-11VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 57.6, + "Yield": 270.0, + "Adj Yield": 270.0 + } + }, + { + "rank": 12, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 58.8, + "Yield": 266.4, + "Adj Yield": 266.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 57.7, + "Yield": 278.7, + "Adj Yield": 278.7 + } + }, + { + "rank": 5, + "brand": "Croplan", + "product": "CP5329PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 55.5, + "Yield": 273.2, + "Adj Yield": 273.2 + } + }, + { + "rank": 17, + "brand": "Channel", + "product": "213-23STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 55.7, + "Yield": 261.3, + "Adj Yield": 261.3 + } + }, + { + "rank": 1, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 56.7, + "Yield": 280.9, + "Adj Yield": 280.9 + } + }, + { + "rank": 6, + "brand": "Croplan", + "product": "CP5320SS/P", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 54.3, + "Yield": 271.9, + "Adj Yield": 271.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 57.3, + "Yield": 280.1, + "Adj Yield": 280.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 56.6, + "Yield": 274.3, + "Adj Yield": 274.3 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 57.7, + "Yield": 266.2, + "Adj Yield": 266.2 + } + }, + { + "rank": 10, + "brand": "Croplan", + "product": "CP5497SS/RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 59.0, + "Yield": 268.1, + "Adj Yield": 268.1 + } + }, + { + "rank": 8, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 55.6, + "Yield": 268.9, + "Adj Yield": 268.9 + } + }, + { + "rank": 21, + "brand": "Channel", + "product": "215-42TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 55.6, + "Yield": 253.2, + "Adj Yield": 253.2 + } + }, + { + "rank": 16, + "brand": "Channel", + "product": "215-72TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 56.5, + "Yield": 261.9, + "Adj Yield": 261.9 + } + }, + { + "rank": 19, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 57.2, + "Yield": 259.9, + "Adj Yield": 259.9 + } + }, + { + "rank": 22, + "brand": "Channel", + "product": "217-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 56.4, + "Yield": 251.8, + "Adj Yield": 251.8 + } + }, + { + "rank": 20, + "brand": "Croplan", + "product": "CP5760TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 55.5, + "Yield": 256.0, + "Adj Yield": 256.0 + } + }, + { + "rank": null, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 55.6, + "Yield": 240.2, + "Adj Yield": 240.2 + } + } + ], + "n_results": 24, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144463" + ], + "fetched_at": "2026-05-27T02:20:18.765282+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144463.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144463.md new file mode 100644 index 00000000..550e7043 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144463.md @@ -0,0 +1,54 @@ +# Corn yield trial — Covington, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Warren +- **City:** Covington +- **Year:** 2024 +- **Plot ID:** 144463 +- **Cooperator:** Chad Berger +- **Plot average:** 266.79 BU/Ac +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-04 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144463 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Wyffels | W7876RIB | VT2RIB | - | 20.7 | 56.8 | 276.9 | 276.9 | +| 18 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 17.9 | 57.4 | 260.0 | 260.0 | +| 11 | Wyffels | W6505RIB | TreceptaRIB | - | 19.6 | 58.9 | 267.0 | 267.0 | +| 9 | Wyffels | W6479RIB | SSPRIB | - | 19.4 | 57.4 | 268.3 | 268.3 | +| 15 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 18.5 | 57.8 | 265.2 | 265.2 | +| 14 | Dekalb | DKC111-35RIB | VT2RIB | - | 19.3 | 59.5 | 266.0 | 266.0 | +| 7 | Channel | 211-11VT2PRIB | VT2RIB | - | 19.3 | 57.6 | 270.0 | 270.0 | +| 12 | Wyffels | W6886RIB | VT2RIB | - | 19.4 | 58.8 | 266.4 | 266.4 | +| 3 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 20.9 | 57.7 | 278.7 | 278.7 | +| 5 | Croplan | CP5329PCE | PCE | - | 20.6 | 55.5 | 273.2 | 273.2 | +| 17 | Channel | 213-23STXRIB | STXRIB | - | 21.1 | 55.7 | 261.3 | 261.3 | +| 1 | Wyffels | W7876RIB | VT2RIB | - | 21.5 | 56.7 | 280.9 | 280.9 | +| 6 | Croplan | CP5320SS/P | SSP | - | 21.0 | 54.3 | 271.9 | 271.9 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 21.8 | 57.3 | 280.1 | 280.1 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.8 | 56.6 | 274.3 | 274.3 | +| 13 | Dekalb | DKC114-99RIB | VT4RIB | - | 20.7 | 57.7 | 266.2 | 266.2 | +| 10 | Croplan | CP5497SS/RIB | STXRIB | - | 20.6 | 59.0 | 268.1 | 268.1 | +| 8 | Wyffels | W7945RIB | TreceptaRIB | - | 20.4 | 55.6 | 268.9 | 268.9 | +| 21 | Channel | 215-42TRERIB | TreceptaRIB | - | 20.3 | 55.6 | 253.2 | 253.2 | +| 16 | Channel | 215-72TRERIB | TreceptaRIB | - | 20.6 | 56.5 | 261.9 | 261.9 | +| 19 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 20.9 | 57.2 | 259.9 | 259.9 | +| 22 | Channel | 217-70TRERIB | TreceptaRIB | - | 21.0 | 56.4 | 251.8 | 251.8 | +| 20 | Croplan | CP5760TRE | Trecepta | - | 20.4 | 55.5 | 256.0 | 256.0 | +| - | Wyffels | W7876RIB | VT2RIB | - | 19.4 | 55.6 | 240.2 | 240.2 | + +Top 5 by Yield: W7876RIB (Wyffels) 280.9, A643-52VT2RIB (AgriGold) 280.1, A642-05VT2RIBD1 (AgriGold) 278.7, W7876RIB (Wyffels) 276.9, A644-64VT2RIB (AgriGold) 274.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144466.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144466.json new file mode 100644 index 00000000..bc9e1ba9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144466.json @@ -0,0 +1,127 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144466", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Concordia", + "county": "Cloud", + "year": 2024, + "plot_id": "144466", + "cooperator": "Adam Reedy", + "plot_average": 177.51, + "planted_date": "2024-05-19", + "harvested_date": "2024-10-18", + "population_seeds_per_acre": 22000, + "row_width": "\"", + "num_rows": null, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": 61.0, + "Yield": 186.0, + "Adj Yield": 186.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 60.5, + "Yield": 182.1, + "Adj Yield": 182.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-76VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 59.4, + "Yield": 181.8, + "Adj Yield": 181.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-65-5222AEZ", + "traits": "5222AEZ", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 58.8, + "Yield": 179.5, + "Adj Yield": 179.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A641-85TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 58.5, + "Yield": 173.6, + "Adj Yield": 173.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": 59.2, + "Yield": 170.0, + "Adj Yield": 170.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 59.8, + "Yield": 169.6, + "Adj Yield": 169.6 + } + } + ], + "n_results": 7, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144466" + ], + "fetched_at": "2026-05-27T02:20:19.286859+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144466.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144466.md new file mode 100644 index 00000000..987249cf --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144466.md @@ -0,0 +1,39 @@ +# Corn yield trial — Concordia, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Cloud +- **City:** Concordia +- **Year:** 2024 +- **Plot ID:** 144466 +- **Cooperator:** Adam Reedy +- **Plot average:** 177.51 BU/Ac +- **Planted:** 2024-05-19 +- **Harvested:** 2024-10-18 +- **Population:** 22,000 seeds/acre +- **Row width:** " +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144466 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 11.5 | 61.0 | 186.0 | 186.0 | +| 2 | AgriGold | A636-39-3110 | 3110 | - | 11.1 | 60.5 | 182.1 | 182.1 | +| 3 | AgriGold | A642-76VT2RIB | VT2RIB | - | 11.6 | 59.4 | 181.8 | 181.8 | +| 4 | AgriGold | A640-65-5222AEZ | 5222AEZ | - | 11.4 | 58.8 | 179.5 | 179.5 | +| 5 | AgriGold | A641-85TRCRIB | TreceptaRIB | - | 12.2 | 58.5 | 173.6 | 173.6 | +| 6 | AgriGold | A638-19-3110 | 3110 | - | 9.8 | 59.2 | 170.0 | 170.0 | +| 7 | AgriGold | A639-03VT2RIB | VT2RIB | - | 11.4 | 59.8 | 169.6 | 169.6 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 186.0, A636-39-3110 (AgriGold) 182.1, A642-76VT2RIB (AgriGold) 181.8, A640-65-5222AEZ (AgriGold) 179.5, A641-85TRCRIB (AgriGold) 173.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144467.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144467.json new file mode 100644 index 00000000..0a86d99b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144467.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144467", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Lansing", + "county": "Allamakee", + "year": 2024, + "plot_id": "144467", + "cooperator": "Welsh Organic", + "plot_average": 243.31, + "planted_date": "2024-05-15", + "harvested_date": "2024-10-18", + "population_seeds_per_acre": 33000, + "row_width": "38.0\"", + "num_rows": 4, + "soil_type": "Silty Clay", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Viking", + "product": "48-08", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 49.9, + "Yield": 262.7, + "Adj Yield": 262.7 + } + }, + { + "rank": 12, + "brand": "Viking", + "product": "O.84-04", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 55.0, + "Yield": 242.1, + "Adj Yield": 242.1 + } + }, + { + "rank": 16, + "brand": "Viking", + "product": "O.84-04", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 54.6, + "Yield": 224.6, + "Adj Yield": 224.6 + } + }, + { + "rank": 17, + "brand": "Pioneer", + "product": "P0075", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 54.0, + "Yield": 213.6, + "Adj Yield": 213.6 + } + }, + { + "rank": 18, + "brand": "Pioneer", + "product": "P9624", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 55.6, + "Yield": 211.5, + "Adj Yield": 211.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A630-04", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 54.6, + "Yield": 260.0, + "Adj Yield": 260.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A628-34", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 54.3, + "Yield": 243.9, + "Adj Yield": 243.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A636-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 52.7, + "Yield": 261.1, + "Adj Yield": 261.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A632-68", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 54.1, + "Yield": 247.0, + "Adj Yield": 247.0 + } + }, + { + "rank": 6, + "brand": "Foundation Organic Seeds", + "product": "Unknown", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 52.4, + "Yield": 255.2, + "Adj Yield": 255.2 + } + }, + { + "rank": 9, + "brand": "Foundation Organic Seeds", + "product": "Unknown", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 52.7, + "Yield": 246.7, + "Adj Yield": 246.7 + } + }, + { + "rank": 13, + "brand": "Foundation Organic Seeds", + "product": "Unknown", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 53.9, + "Yield": 235.9, + "Adj Yield": 235.9 + } + }, + { + "rank": 5, + "brand": "Viking", + "product": "85-09", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 54.8, + "Yield": 255.3, + "Adj Yield": 255.3 + } + }, + { + "rank": 7, + "brand": "Viking", + "product": "OBR24-01", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 52.3, + "Yield": 248.9, + "Adj Yield": 248.9 + } + }, + { + "rank": 4, + "brand": "Viking", + "product": "75-07", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 57.4, + "Yield": 258.8, + "Adj Yield": 258.8 + } + }, + { + "rank": 14, + "brand": "Viking", + "product": "O.18-06P", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 53.7, + "Yield": 235.5, + "Adj Yield": 235.5 + } + }, + { + "rank": 15, + "brand": "Viking", + "product": "Unknown", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 54.5, + "Yield": 234.1, + "Adj Yield": 234.1 + } + }, + { + "rank": 10, + "brand": "Welter Seed", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 54.0, + "Yield": 245.7, + "Adj Yield": 245.7 + } + }, + { + "rank": 3, + "brand": "Welter Seed", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 55.3, + "Yield": 259.6, + "Adj Yield": 259.6 + } + }, + { + "rank": null, + "brand": "Viking", + "product": "48-08", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 53.2, + "Yield": 261.0, + "Adj Yield": 261.0 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144467" + ], + "fetched_at": "2026-05-27T02:20:19.758087+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144467.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144467.md new file mode 100644 index 00000000..2b8b2105 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144467.md @@ -0,0 +1,50 @@ +# Corn yield trial — Lansing, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Allamakee +- **City:** Lansing +- **Year:** 2024 +- **Plot ID:** 144467 +- **Cooperator:** Welsh Organic +- **Plot average:** 243.31 BU/Ac +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-18 +- **Population:** 33,000 seeds/acre +- **Row width:** 38.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144467 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Viking | 48-08 | C | - | 20.2 | 49.9 | 262.7 | 262.7 | +| 12 | Viking | O.84-04 | C | - | 18.4 | 55.0 | 242.1 | 242.1 | +| 16 | Viking | O.84-04 | C | - | 18.5 | 54.6 | 224.6 | 224.6 | +| 17 | Pioneer | P0075 | C | - | 17.5 | 54.0 | 213.6 | 213.6 | +| 18 | Pioneer | P9624 | C | - | 15.8 | 55.6 | 211.5 | 211.5 | +| 2 | AgriGold | A630-04 | C | - | 17.8 | 54.6 | 260.0 | 260.0 | +| 11 | AgriGold | A628-34 | C | - | 17.4 | 54.3 | 243.9 | 243.9 | +| 1 | AgriGold | A636-16 | C | - | 22.4 | 52.7 | 261.1 | 261.1 | +| 8 | AgriGold | A632-68 | C | - | 18.0 | 54.1 | 247.0 | 247.0 | +| 6 | Foundation Organic Seeds | Unknown | Unknown | - | 18.4 | 52.4 | 255.2 | 255.2 | +| 9 | Foundation Organic Seeds | Unknown | Unknown | - | 18.3 | 52.7 | 246.7 | 246.7 | +| 13 | Foundation Organic Seeds | Unknown | Unknown | - | 16.4 | 53.9 | 235.9 | 235.9 | +| 5 | Viking | 85-09 | C | - | 22.6 | 54.8 | 255.3 | 255.3 | +| 7 | Viking | OBR24-01 | C | - | 19.0 | 52.3 | 248.9 | 248.9 | +| 4 | Viking | 75-07 | C | - | 20.9 | 57.4 | 258.8 | 258.8 | +| 14 | Viking | O.18-06P | C | - | 19.2 | 53.7 | 235.5 | 235.5 | +| 15 | Viking | Unknown | Unknown | - | 15.8 | 54.5 | 234.1 | 234.1 | +| 10 | Welter Seed | - | - | - | 19.4 | 54.0 | 245.7 | 245.7 | +| 3 | Welter Seed | - | - | - | 22.2 | 55.3 | 259.6 | 259.6 | +| - | Viking | 48-08 | C | - | 21.1 | 53.2 | 261.0 | 261.0 | + +Top 5 by Yield: 48-08 (Viking) 262.7, A636-16 (AgriGold) 261.1, 48-08 (Viking) 261.0, A630-04 (AgriGold) 260.0, (Welter Seed) 259.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144477.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144477.json new file mode 100644 index 00000000..02642a21 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144477.json @@ -0,0 +1,322 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144477", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Dahlgren", + "county": "Hamilton", + "year": 2024, + "plot_id": "144477", + "cooperator": "Hamson Ag", + "plot_average": 166.19, + "planted_date": "2024-05-25", + "harvested_date": "2024-10-15", + "population_seeds_per_acre": 28000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 21, + "brand": "Golden Harvest", + "product": "G10B61-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 56.3, + "Yield": 147.3, + "Adj Yield": 147.3 + } + }, + { + "rank": 15, + "brand": "Golden Harvest", + "product": "G10U97V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 57.0, + "Yield": 157.4, + "Adj Yield": 157.4 + } + }, + { + "rank": 14, + "brand": "Golden Harvest", + "product": "G10L16-3220A-EZ", + "traits": "3220AEZ", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 56.0, + "Yield": 158.4, + "Adj Yield": 158.4 + } + }, + { + "rank": 13, + "brand": "ProHarvest", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 57.5, + "Yield": 162.5, + "Adj Yield": 162.5 + } + }, + { + "rank": 19, + "brand": "Golden Harvest", + "product": "G11V76", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 57.0, + "Yield": 155.0, + "Adj Yield": 155.0 + } + }, + { + "rank": 22, + "brand": "ProHarvest", + "product": "82P79VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 58.0, + "Yield": 131.2, + "Adj Yield": 131.2 + } + }, + { + "rank": 17, + "brand": "Golden Harvest", + "product": "G12U11-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 58.0, + "Yield": 156.5, + "Adj Yield": 156.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 58.0, + "Yield": 188.9, + "Adj Yield": 188.9 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 56.0, + "Yield": 155.7, + "Adj Yield": 155.7 + } + }, + { + "rank": 16, + "brand": "ProHarvest", + "product": "83P17PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 57.5, + "Yield": 156.8, + "Adj Yield": 156.8 + } + }, + { + "rank": 7, + "brand": "ProHarvest", + "product": "83P66VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 57.0, + "Yield": 173.8, + "Adj Yield": 173.8 + } + }, + { + "rank": 6, + "brand": "Golden Harvest", + "product": "G13U29-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 57.0, + "Yield": 176.8, + "Adj Yield": 176.8 + } + }, + { + "rank": 10, + "brand": "Golden Harvest", + "product": "G13U96-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 55.0, + "Yield": 167.4, + "Adj Yield": 167.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 55.0, + "Yield": 171.2, + "Adj Yield": 171.2 + } + }, + { + "rank": 3, + "brand": "ProHarvest", + "product": "84P78TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 54.0, + "Yield": 185.7, + "Adj Yield": 185.7 + } + }, + { + "rank": 11, + "brand": "Golden Harvest", + "product": "G14B32-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 56.0, + "Yield": 165.7, + "Adj Yield": 165.7 + } + }, + { + "rank": 9, + "brand": "Golden Harvest", + "product": "G15U34-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 56.0, + "Yield": 169.0, + "Adj Yield": 169.0 + } + }, + { + "rank": 12, + "brand": "Golden Harvest", + "product": "G15J91-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 54.0, + "Yield": 165.0, + "Adj Yield": 165.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 55.0, + "Yield": 178.1, + "Adj Yield": 178.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 57.0, + "Yield": 204.5, + "Adj Yield": 204.5 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 59.0, + "Yield": 152.1, + "Adj Yield": 152.1 + } + }, + { + "rank": 5, + "brand": "Golden Harvest", + "product": "G16Q82-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 55.0, + "Yield": 177.2, + "Adj Yield": 177.2 + } + } + ], + "n_results": 22, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144477" + ], + "fetched_at": "2026-05-27T02:20:20.300444+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144477.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144477.md new file mode 100644 index 00000000..9a93be9e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144477.md @@ -0,0 +1,52 @@ +# Corn yield trial — Dahlgren, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Hamilton +- **City:** Dahlgren +- **Year:** 2024 +- **Plot ID:** 144477 +- **Cooperator:** Hamson Ag +- **Plot average:** 166.19 BU/Ac +- **Planted:** 2024-05-25 +- **Harvested:** 2024-10-15 +- **Population:** 28,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144477 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 21 | Golden Harvest | G10B61-AA | 3120EZ | - | 11.4 | 56.3 | 147.3 | 147.3 | +| 15 | Golden Harvest | G10U97V | 3220EZ | - | 15.1 | 57.0 | 157.4 | 157.4 | +| 14 | Golden Harvest | G10L16-3220A-EZ | 3220AEZ | - | 19.6 | 56.0 | 158.4 | 158.4 | +| 13 | ProHarvest | - | - | - | 22.1 | 57.5 | 162.5 | 162.5 | +| 19 | Golden Harvest | G11V76 | C | - | 20.2 | 57.0 | 155.0 | 155.0 | +| 22 | ProHarvest | 82P79VT2RIB | VT2RIB | - | 14.0 | 58.0 | 131.2 | 131.2 | +| 17 | Golden Harvest | G12U11-AA | 3220EZ | - | 16.1 | 58.0 | 156.5 | 156.5 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.7 | 58.0 | 188.9 | 188.9 | +| 18 | AgriGold | A643-24PCE | PCE | - | 16.8 | 56.0 | 155.7 | 155.7 | +| 16 | ProHarvest | 83P17PCE | PCE | - | 16.6 | 57.5 | 156.8 | 156.8 | +| 7 | ProHarvest | 83P66VT2RIB | VT2RIB | - | 15.7 | 57.0 | 173.8 | 173.8 | +| 6 | Golden Harvest | G13U29-VZ | 3330EZ | - | 14.9 | 57.0 | 176.8 | 176.8 | +| 10 | Golden Harvest | G13U96-DV | 5222EZ | - | 17.0 | 55.0 | 167.4 | 167.4 | +| 8 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.8 | 55.0 | 171.2 | 171.2 | +| 3 | ProHarvest | 84P78TRERIB | TreceptaRIB | - | 16.0 | 54.0 | 185.7 | 185.7 | +| 11 | Golden Harvest | G14B32-DV | 5222 | - | 15.5 | 56.0 | 165.7 | 165.7 | +| 9 | Golden Harvest | G15U34-V | 3220EZ | - | 16.6 | 56.0 | 169.0 | 169.0 | +| 12 | Golden Harvest | G15J91-V | 3220 | - | 18.6 | 54.0 | 165.0 | 165.0 | +| 4 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 16.7 | 55.0 | 178.1 | 178.1 | +| 1 | AgriGold | A647-79VT2PRO | VT2Pro | - | 16.9 | 57.0 | 204.5 | 204.5 | +| 20 | AgriGold | A648-11VT2RIB | VT2RIB | - | 20.4 | 59.0 | 152.1 | 152.1 | +| 5 | Golden Harvest | G16Q82-DV | 5222EZ | - | 17.8 | 55.0 | 177.2 | 177.2 | + +Top 5 by Yield: A647-79VT2PRO (AgriGold) 204.5, A643-52VT2RIB (AgriGold) 188.9, 84P78TRERIB (ProHarvest) 185.7, A645-22TRCRIB (AgriGold) 178.1, G16Q82-DV (Golden Harvest) 177.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144494.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144494.json new file mode 100644 index 00000000..f9ff648c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144494.json @@ -0,0 +1,413 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144494", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Seymour", + "county": "Jackson", + "year": 2024, + "plot_id": "144494", + "cooperator": "George and Grover Mellencamp", + "plot_average": 247.39, + "planted_date": "2024-04-28", + "harvested_date": "2024-10-18", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 59.4, + "Yield": 212.2, + "Adj Yield": 212.2 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 59.3, + "Yield": 226.7, + "Adj Yield": 250.36 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 59.2, + "Yield": 251.6, + "Adj Yield": 269.86 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A640-24-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 60.7, + "Yield": 257.7, + "Adj Yield": 271.74 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 60.0, + "Yield": 248.5, + "Adj Yield": 259.24 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 60.2, + "Yield": 244.0, + "Adj Yield": 251.96 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 64.0, + "Yield": 253.1, + "Adj Yield": 258.75 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A6499", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 61.5, + "Yield": 212.8, + "Adj Yield": 216.56 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "K6429AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 62.2, + "Yield": 214.7, + "Adj Yield": 216.97 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 60.0, + "Yield": 241.6, + "Adj Yield": 241.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 59.3, + "Yield": 261.6, + "Adj Yield": 262.98 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 59.5, + "Yield": 258.2, + "Adj Yield": 259.06 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 60.7, + "Yield": 252.8, + "Adj Yield": 252.66 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 60.8, + "Yield": 280.1, + "Adj Yield": 278.81 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P1382", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 60.8, + "Yield": 270.4, + "Adj Yield": 267.73 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 59.6, + "Yield": 232.6, + "Adj Yield": 228.33 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 59.0, + "Yield": 217.2, + "Adj Yield": 211.09 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 60.7, + "Yield": 267.1, + "Adj Yield": 258.81 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.5, + "Yield": 257.9, + "Adj Yield": 246.83 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.5, + "Yield": 257.9, + "Adj Yield": 257.9 + } + }, + { + "rank": 12, + "brand": "Stewarts", + "product": "15DT614", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 57.6, + "Yield": 265.2, + "Adj Yield": 253.8 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 57.0, + "Yield": 227.0, + "Adj Yield": 217.64 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 57.0, + "Yield": 224.8, + "Adj Yield": 216.61 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 60.4, + "Yield": 262.0, + "Adj Yield": 254.46 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 62.6, + "Yield": 231.0, + "Adj Yield": 223.66 + } + }, + { + "rank": 17, + "brand": "Pioneer", + "product": "P1742PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 58.4, + "Yield": 250.6, + "Adj Yield": 243.21 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 61.0, + "Yield": 278.6, + "Adj Yield": 270.74 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A648-11", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 61.4, + "Yield": 251.6, + "Adj Yield": 242.96 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 59.1, + "Yield": 252.8, + "Adj Yield": 252.8 + } + } + ], + "n_results": 29, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144494" + ], + "fetched_at": "2026-05-27T02:20:20.782298+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144494.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144494.md new file mode 100644 index 00000000..91ea18bb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144494.md @@ -0,0 +1,58 @@ +# Corn yield trial — Seymour, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Jackson +- **City:** Seymour +- **Year:** 2024 +- **Plot ID:** 144494 +- **Cooperator:** George and Grover Mellencamp +- **Plot average:** 247.39 BU/Ac +- **Planted:** 2024-04-28 +- **Harvested:** 2024-10-18 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144494 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.8 | 59.4 | 212.2 | 212.2 | +| 15 | AgriGold | A639-03VT2RIB | VT2RIB | - | 16.8 | 59.3 | 226.7 | 250.36 | +| 4 | AgriGold | A640-16-3110 | 3110 | - | 16.4 | 59.2 | 251.6 | 269.86 | +| 2 | AgriGold | A640-24-3110 | 3110 | - | 16.6 | 60.7 | 257.7 | 271.74 | +| 7 | AgriGold | A641-26-3110 | 3110 | - | 16.6 | 60.0 | 248.5 | 259.24 | +| 14 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.1 | 60.2 | 244.0 | 251.96 | +| 10 | AgriGold | A642-32 | C | - | 16.7 | 64.0 | 253.1 | 258.75 | +| 24 | AgriGold | A6499 | C | - | 16.8 | 61.5 | 212.8 | 216.56 | +| 22 | AgriGold | K6429AA | 3120EZ | - | 17.0 | 62.2 | 214.7 | 216.97 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.1 | 60.0 | 241.6 | 241.6 | +| 6 | AgriGold | A642-18SSP | SSP | - | 16.8 | 59.3 | 261.6 | 262.98 | +| 8 | AgriGold | A643-24PCE | PCE | - | 17.0 | 59.5 | 258.2 | 259.06 | +| 13 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.6 | 60.7 | 252.8 | 252.66 | +| 1 | Pioneer | P13777PCE | PCE | - | 17.5 | 60.8 | 280.1 | 278.81 | +| 5 | Pioneer | P1382 | C | - | 16.6 | 60.8 | 270.4 | 267.73 | +| 19 | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.3 | 59.6 | 232.6 | 228.33 | +| 25 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 17.2 | 59.0 | 217.2 | 211.09 | +| 9 | AgriGold | A645-30VT2PRO | VT2Pro | - | 18.1 | 60.7 | 267.1 | 258.81 | +| 16 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.8 | 58.5 | 257.9 | 246.83 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.8 | 58.5 | 257.9 | 257.9 | +| 12 | Stewarts | 15DT614 | TreceptaRIB | - | 17.1 | 57.6 | 265.2 | 253.8 | +| 21 | AgriGold | J6621VT2PRO | VT2Pro | - | 16.7 | 57.0 | 227.0 | 217.64 | +| 23 | AgriGold | A646-30VT2RIB | VT2RIB | - | 17.5 | 57.0 | 224.8 | 216.61 | +| 11 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 17.7 | 60.4 | 262.0 | 254.46 | +| 20 | AgriGold | A647-79VT2PRO | VT2Pro | - | 17.0 | 62.6 | 231.0 | 223.66 | +| 17 | Pioneer | P1742PCE | PCE | - | 17.9 | 58.4 | 250.6 | 243.21 | +| 3 | Pioneer | P1742Q | QROME | - | 17.6 | 61.0 | 278.6 | 270.74 | +| 18 | AgriGold | A648-11 | C | - | 17.5 | 61.4 | 251.6 | 242.96 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.8 | 59.1 | 252.8 | 252.8 | + +Top 5 by Yield: P13777PCE (Pioneer) 280.1, P1742Q (Pioneer) 278.6, P1382 (Pioneer) 270.4, A645-30VT2PRO (AgriGold) 267.1, 15DT614 (Stewarts) 265.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144499.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144499.json new file mode 100644 index 00000000..9ed86fe8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144499.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144499", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MD", + "state_abbrev": "md", + "city": "Denton", + "county": "Caroline", + "year": 2024, + "plot_id": "144499", + "cooperator": "Dale Brown", + "plot_average": 272.82, + "planted_date": "2024-05-20", + "harvested_date": "2024-10-21", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Sandy Clay Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 58.5, + "Yield": 254.1, + "Adj Yield": 254.08 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 51.5, + "Yield": 240.1, + "Adj Yield": 240.07 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 57.2, + "Yield": 278.1, + "Adj Yield": 278.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 58.3, + "Yield": 300.7, + "Adj Yield": 300.65 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 55.8, + "Yield": 278.6, + "Adj Yield": 278.63 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 59.9, + "Yield": 287.9, + "Adj Yield": 287.92 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 53.3, + "Yield": 270.3, + "Adj Yield": 270.31 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 58.2, + "Yield": 293.9, + "Adj Yield": 293.9 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144499" + ], + "fetched_at": "2026-05-27T02:20:21.268761+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144499.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144499.md new file mode 100644 index 00000000..8140878a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144499.md @@ -0,0 +1,38 @@ +# Corn yield trial — Denton, MD, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MD +- **County:** Caroline +- **City:** Denton +- **Year:** 2024 +- **Plot ID:** 144499 +- **Cooperator:** Dale Brown +- **Plot average:** 272.82 BU/Ac +- **Planted:** 2024-05-20 +- **Harvested:** 2024-10-21 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Sandy Clay Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144499 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | AgriGold | A641-26-3110 | 3110 | - | 15.6 | 58.5 | 254.1 | 254.08 | +| 7 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.9 | 51.5 | 240.1 | 240.07 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.0 | 57.2 | 278.1 | 278.1 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.2 | 58.3 | 300.7 | 300.65 | +| 3 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.9 | 55.8 | 278.6 | 278.63 | +| 2 | AgriGold | A645-30VT2PRO | VT2Pro | - | 18.1 | 59.9 | 287.9 | 287.92 | +| 5 | AgriGold | A646-30VT2RIB | VT2RIB | - | 17.7 | 53.3 | 270.3 | 270.31 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.6 | 58.2 | 293.9 | 293.9 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 300.7, A644-64VT2RIB (AgriGold) 293.9, A645-30VT2PRO (AgriGold) 287.9, A645-16VT2RIB (AgriGold) 278.6, A643-52VT2RIB (AgriGold) 278.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144502.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144502.json new file mode 100644 index 00000000..f03e6e11 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144502.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144502", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Hammond", + "county": "Piatt", + "year": 2024, + "plot_id": "144502", + "cooperator": "United Prairie", + "plot_average": 296.39, + "planted_date": "2024-05-12", + "harvested_date": "2024-10-13", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 293.4, + "Adj Yield": 293.4 + } + }, + { + "rank": 17, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 281.6, + "Adj Yield": 281.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 324.7, + "Adj Yield": 324.7 + } + }, + { + "rank": 14, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 283.9, + "Adj Yield": 283.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 298.4, + "Adj Yield": 298.4 + } + }, + { + "rank": 10, + "brand": "Wyffels", + "product": "W7208RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 291.2, + "Adj Yield": 291.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 321.8, + "Adj Yield": 321.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 312.2, + "Adj Yield": 312.2 + } + }, + { + "rank": 12, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": null, + "Yield": 290.6, + "Adj Yield": 290.6 + } + }, + { + "rank": 7, + "brand": "Wyffels", + "product": "W8086RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 295.6, + "Adj Yield": 295.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 296.2, + "Adj Yield": 296.2 + } + }, + { + "rank": 8, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 295.0, + "Adj Yield": 295.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 290.7, + "Adj Yield": 290.7 + } + }, + { + "rank": 15, + "brand": "Wyffels", + "product": "W8108RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 282.3, + "Adj Yield": 282.3 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 285.2, + "Adj Yield": 285.2 + } + }, + { + "rank": 16, + "brand": "Wyffels", + "product": "W9218RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": null, + "Yield": 281.8, + "Adj Yield": 281.8 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": null, + "Yield": 314.1, + "Adj Yield": 314.1 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144502" + ], + "fetched_at": "2026-05-27T02:20:21.799732+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144502.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144502.md new file mode 100644 index 00000000..f12d57ab --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144502.md @@ -0,0 +1,47 @@ +# Corn yield trial — Hammond, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Piatt +- **City:** Hammond +- **Year:** 2024 +- **Plot ID:** 144502 +- **Cooperator:** United Prairie +- **Plot average:** 296.39 BU/Ac +- **Planted:** 2024-05-12 +- **Harvested:** 2024-10-13 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144502 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | AgriGold | A639-03VT2RIB | VT2RIB | - | 17.8 | - | 293.4 | 293.4 | +| 17 | Wyffels | W6886RIB | VT2RIB | - | 18.0 | - | 281.6 | 281.6 | +| 1 | AgriGold | A642-18SSP | SSP | - | 17.8 | - | 324.7 | 324.7 | +| 14 | Wyffels | W6505RIB | TreceptaRIB | - | 18.1 | - | 283.9 | 283.9 | +| 5 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.9 | - | 298.4 | 298.4 | +| 10 | Wyffels | W7208RIB | STXRIB | - | 16.8 | - | 291.2 | 291.2 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.0 | - | 321.8 | 321.8 | +| 4 | AgriGold | A642-32VT2PRO | VT2Pro | - | 16.7 | - | 312.2 | 312.2 | +| 12 | Wyffels | W7945RIB | TreceptaRIB | - | 19.4 | - | 290.6 | 290.6 | +| 7 | Wyffels | W8086RIB | VT2RIB | - | 18.5 | - | 295.6 | 295.6 | +| 6 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.0 | - | 296.2 | 296.2 | +| 8 | Wyffels | W7759RIB | SSPRIB | - | 18.5 | - | 295.0 | 295.0 | +| 11 | AgriGold | A645-71STXRIB | STXRIB | - | 18.8 | - | 290.7 | 290.7 | +| 15 | Wyffels | W8108RIB | STXRIB | - | 18.4 | - | 282.3 | 282.3 | +| 13 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.0 | - | 285.2 | 285.2 | +| 16 | Wyffels | W9218RIB | STXRIB | - | 18.7 | - | 281.8 | 281.8 | +| 3 | Pioneer | P1742Q | QROME | - | 19.8 | - | 314.1 | 314.1 | + +Top 5 by Yield: A642-18SSP (AgriGold) 324.7, A643-52VT2RIB (AgriGold) 321.8, P1742Q (Pioneer) 314.1, A642-32VT2PRO (AgriGold) 312.2, A642-05VT2RIBD1 (AgriGold) 298.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144503.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144503.json new file mode 100644 index 00000000..934780e2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144503.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144503", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Tolono", + "county": "Champaign", + "year": 2024, + "plot_id": "144503", + "cooperator": "United Prairie", + "plot_average": 252.02, + "planted_date": "2024-04-15", + "harvested_date": "2024-09-25", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 12, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 12, + "brand": "Wyffels", + "product": "W8086RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": null, + "Yield": 226.6, + "Adj Yield": 226.6 + } + }, + { + "rank": 11, + "brand": "Wyffels", + "product": "W4439RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 233.3, + "Adj Yield": 233.3 + } + }, + { + "rank": 3, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 265.4, + "Adj Yield": 265.4 + } + }, + { + "rank": 2, + "brand": "Wyffels", + "product": "W6479RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 270.5, + "Adj Yield": 270.5 + } + }, + { + "rank": 1, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 272.7, + "Adj Yield": 272.7 + } + }, + { + "rank": 10, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": null, + "Yield": 233.6, + "Adj Yield": 233.6 + } + }, + { + "rank": 4, + "brand": "Brevant Seeds", + "product": "B12H48PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": null, + "Yield": 264.3, + "Adj Yield": 264.3 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 244.8, + "Adj Yield": 244.8 + } + }, + { + "rank": 5, + "brand": "Brevant Seeds", + "product": "B13C49PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 261.6, + "Adj Yield": 261.6 + } + }, + { + "rank": 6, + "brand": "Brevant Seeds", + "product": "B13K20AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": null, + "Yield": 253.6, + "Adj Yield": 253.6 + } + }, + { + "rank": 8, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": null, + "Yield": 247.6, + "Adj Yield": 247.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": null, + "Yield": 250.2, + "Adj Yield": 250.2 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144503" + ], + "fetched_at": "2026-05-27T02:20:22.250369+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144503.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144503.md new file mode 100644 index 00000000..5ac186b6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144503.md @@ -0,0 +1,42 @@ +# Corn yield trial — Tolono, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Champaign +- **City:** Tolono +- **Year:** 2024 +- **Plot ID:** 144503 +- **Cooperator:** United Prairie +- **Plot average:** 252.02 BU/Ac +- **Planted:** 2024-04-15 +- **Harvested:** 2024-09-25 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 12 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144503 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 12 | Wyffels | W8086RIB | VT2RIB | - | 21.4 | - | 226.6 | 226.6 | +| 11 | Wyffels | W4439RIB | SSPRIB | - | 16.2 | - | 233.3 | 233.3 | +| 3 | Brevant Seeds | B08R32V | Vorceed | - | 17.6 | - | 265.4 | 265.4 | +| 2 | Wyffels | W6479RIB | SSPRIB | - | 17.9 | - | 270.5 | 270.5 | +| 1 | Wyffels | W6505RIB | TreceptaRIB | - | 16.5 | - | 272.7 | 272.7 | +| 10 | Wyffels | W6886RIB | VT2RIB | - | 24.1 | - | 233.6 | 233.6 | +| 4 | Brevant Seeds | B12H48PCE | PCE | - | 19.6 | - | 264.3 | 264.3 | +| 9 | AgriGold | A643-52VT2RIB | VT2RIB | - | 20.0 | - | 244.8 | 244.8 | +| 5 | Brevant Seeds | B13C49PCE | PCE | - | 19.0 | - | 261.6 | 261.6 | +| 6 | Brevant Seeds | B13K20AM | AM | - | 18.7 | - | 253.6 | 253.6 | +| 8 | Wyffels | W7876RIB | VT2RIB | - | 22.2 | - | 247.6 | 247.6 | +| 7 | AgriGold | A645-16VT2RIB | VT2RIB | - | 21.9 | - | 250.2 | 250.2 | + +Top 5 by Yield: W6505RIB (Wyffels) 272.7, W6479RIB (Wyffels) 270.5, B08R32V (Brevant Seeds) 265.4, B12H48PCE (Brevant Seeds) 264.3, B13C49PCE (Brevant Seeds) 261.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144504.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144504.json new file mode 100644 index 00000000..ca1386f5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144504.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144504", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Flatville", + "county": "Champaign", + "year": 2024, + "plot_id": "144504", + "cooperator": "United Prairie", + "plot_average": 267.46, + "planted_date": "2024-05-04", + "harvested_date": "2024-10-18", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 263.6, + "Adj Yield": 263.6 + } + }, + { + "rank": 5, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": null, + "Yield": 270.6, + "Adj Yield": 270.6 + } + }, + { + "rank": 11, + "brand": "Wyffels", + "product": "W7048RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": null, + "Yield": 258.8, + "Adj Yield": 258.8 + } + }, + { + "rank": 3, + "brand": "Brevant Seeds", + "product": "B10Y21V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": null, + "Yield": 272.0, + "Adj Yield": 272.0 + } + }, + { + "rank": 10, + "brand": "Wyffels", + "product": "W6479RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": null, + "Yield": 260.4, + "Adj Yield": 260.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 273.5, + "Adj Yield": 273.5 + } + }, + { + "rank": 3, + "brand": "Brevant Seeds", + "product": "B13C49PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 272.0, + "Adj Yield": 272.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 268.4, + "Adj Yield": 268.4 + } + }, + { + "rank": 7, + "brand": "Wyffels", + "product": "W8086RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 266.8, + "Adj Yield": 266.8 + } + }, + { + "rank": 1, + "brand": "Brevant Seeds", + "product": "B14H38AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 275.3, + "Adj Yield": 275.3 + } + }, + { + "rank": 9, + "brand": "Golden Harvest", + "product": "G14B32-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 260.7, + "Adj Yield": 260.7 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144504" + ], + "fetched_at": "2026-05-27T02:20:22.790165+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144504.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144504.md new file mode 100644 index 00000000..ba2ce180 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144504.md @@ -0,0 +1,41 @@ +# Corn yield trial — Flatville, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Champaign +- **City:** Flatville +- **Year:** 2024 +- **Plot ID:** 144504 +- **Cooperator:** United Prairie +- **Plot average:** 267.46 BU/Ac +- **Planted:** 2024-05-04 +- **Harvested:** 2024-10-18 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144504 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | Brevant Seeds | B08R32V | Vorceed | - | 14.2 | - | 263.6 | 263.6 | +| 5 | Wyffels | W6505RIB | TreceptaRIB | - | 13.9 | - | 270.6 | 270.6 | +| 11 | Wyffels | W7048RIB | STXRIB | - | 14.4 | - | 258.8 | 258.8 | +| 3 | Brevant Seeds | B10Y21V | Vorceed | - | 14.0 | - | 272.0 | 272.0 | +| 10 | Wyffels | W6479RIB | SSPRIB | - | 15.7 | - | 260.4 | 260.4 | +| 2 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.6 | - | 273.5 | 273.5 | +| 3 | Brevant Seeds | B13C49PCE | PCE | - | 16.5 | - | 272.0 | 272.0 | +| 6 | AgriGold | A643-24PCE | PCE | - | 16.7 | - | 268.4 | 268.4 | +| 7 | Wyffels | W8086RIB | VT2RIB | - | 17.1 | - | 266.8 | 266.8 | +| 1 | Brevant Seeds | B14H38AM | AM | - | 16.9 | - | 275.3 | 275.3 | +| 9 | Golden Harvest | G14B32-DV | 5222 | - | 17.8 | - | 260.7 | 260.7 | + +Top 5 by Yield: B14H38AM (Brevant Seeds) 275.3, A642-05VT2RIBD1 (AgriGold) 273.5, B10Y21V (Brevant Seeds) 272.0, B13C49PCE (Brevant Seeds) 272.0, W6505RIB (Wyffels) 270.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144506.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144506.json new file mode 100644 index 00000000..606daa64 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144506.json @@ -0,0 +1,816 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144506", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Onarga", + "county": "Iroquois", + "year": 2024, + "plot_id": "144506", + "cooperator": "Synergy Seeds", + "plot_average": 259.61, + "planted_date": "2024-05-04", + "harvested_date": "2024-10-03", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": null, + "Yield": 294.7, + "Adj Yield": 294.7 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": null, + "Yield": 289.8, + "Adj Yield": 289.8 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": null, + "Yield": 285.3, + "Adj Yield": 285.3 + } + }, + { + "rank": 4, + "brand": "ProHarvest", + "product": "84P78TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": null, + "Yield": 280.8, + "Adj Yield": 280.8 + } + }, + { + "rank": 5, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": null, + "Yield": 280.5, + "Adj Yield": 280.5 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": null, + "Yield": 280.4, + "Adj Yield": 280.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": null, + "Yield": 274.7, + "Adj Yield": 274.7 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": null, + "Yield": 273.3, + "Adj Yield": 273.3 + } + }, + { + "rank": 9, + "brand": "ProHarvest", + "product": "83P66VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": null, + "Yield": 272.9, + "Adj Yield": 272.9 + } + }, + { + "rank": 10, + "brand": "Burrus", + "product": "4P27VE", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": null, + "Yield": 271.9, + "Adj Yield": 271.9 + } + }, + { + "rank": 11, + "brand": "Burrus", + "product": "5J21AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": null, + "Yield": 271.4, + "Adj Yield": 271.4 + } + }, + { + "rank": 12, + "brand": "ProHarvest", + "product": "85P58StaxRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": null, + "Yield": 270.9, + "Adj Yield": 270.9 + } + }, + { + "rank": 13, + "brand": "ProHarvest", + "product": "80P75PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": null, + "Yield": 269.5, + "Adj Yield": 269.5 + } + }, + { + "rank": 14, + "brand": "ProHarvest", + "product": "76P42PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 269.1, + "Adj Yield": 269.1 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": null, + "Yield": 268.8, + "Adj Yield": 268.8 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": null, + "Yield": 268.0, + "Adj Yield": 268.0 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": null, + "Yield": 267.5, + "Adj Yield": 267.5 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 267.1, + "Adj Yield": 267.1 + } + }, + { + "rank": 19, + "brand": "Burrus", + "product": "5F17Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": null, + "Yield": 265.3, + "Adj Yield": 265.3 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": null, + "Yield": 264.9, + "Adj Yield": 264.9 + } + }, + { + "rank": 21, + "brand": "Burrus", + "product": "3G31AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 264.4, + "Adj Yield": 264.4 + } + }, + { + "rank": 22, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 263.8, + "Adj Yield": 263.8 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": null, + "Yield": 263.8, + "Adj Yield": 263.8 + } + }, + { + "rank": 24, + "brand": "Wyffels", + "product": "W6479RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": null, + "Yield": 263.7, + "Adj Yield": 263.7 + } + }, + { + "rank": 25, + "brand": "Burrus", + "product": "4V73AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": null, + "Yield": 262.7, + "Adj Yield": 262.7 + } + }, + { + "rank": 26, + "brand": "Wyffels", + "product": "W8086RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": null, + "Yield": 262.6, + "Adj Yield": 262.6 + } + }, + { + "rank": 27, + "brand": "Burrus", + "product": "4W42PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": null, + "Yield": 261.3, + "Adj Yield": 261.3 + } + }, + { + "rank": 28, + "brand": "Wyffels", + "product": "W5778RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": null, + "Yield": 260.3, + "Adj Yield": 260.3 + } + }, + { + "rank": 29, + "brand": "Pioneer", + "product": "P10477Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": null, + "Yield": 259.7, + "Adj Yield": 259.7 + } + }, + { + "rank": 30, + "brand": "ProHarvest", + "product": "81P20PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": null, + "Yield": 259.2, + "Adj Yield": 259.2 + } + }, + { + "rank": 31, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": null, + "Yield": 258.1, + "Adj Yield": 258.1 + } + }, + { + "rank": 32, + "brand": "Dekalb", + "product": "DKC108-17RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": null, + "Yield": 258.0, + "Adj Yield": 258.0 + } + }, + { + "rank": 32, + "brand": "ProHarvest", + "product": "83P17PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": null, + "Yield": 258.0, + "Adj Yield": 258.0 + } + }, + { + "rank": 32, + "brand": "ProHarvest", + "product": "78P23PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": null, + "Yield": 258.0, + "Adj Yield": 258.0 + } + }, + { + "rank": 35, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": null, + "Yield": 256.6, + "Adj Yield": 256.6 + } + }, + { + "rank": 36, + "brand": "ProHarvest", + "product": "81P65V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": null, + "Yield": 255.7, + "Adj Yield": 255.7 + } + }, + { + "rank": 37, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": null, + "Yield": 253.8, + "Adj Yield": 253.8 + } + }, + { + "rank": 38, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": null, + "Yield": 253.2, + "Adj Yield": 253.2 + } + }, + { + "rank": 39, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": null, + "Yield": 251.0, + "Adj Yield": 251.0 + } + }, + { + "rank": 40, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": null, + "Yield": 250.9, + "Adj Yield": 250.9 + } + }, + { + "rank": 41, + "brand": "Dekalb", + "product": "DKC66-17RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": null, + "Yield": 250.2, + "Adj Yield": 250.2 + } + }, + { + "rank": 42, + "brand": "ProHarvest", + "product": "79P54SSPRORIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 250.1, + "Adj Yield": 250.1 + } + }, + { + "rank": 43, + "brand": "ProHarvest", + "product": "83P48SSPRORIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": null, + "Yield": 249.9, + "Adj Yield": 249.9 + } + }, + { + "rank": 43, + "brand": "Dekalb", + "product": "DKC112-29RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 249.9, + "Adj Yield": 249.9 + } + }, + { + "rank": 43, + "brand": "Dekalb", + "product": "DKC64-21RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": null, + "Yield": 249.9, + "Adj Yield": 249.9 + } + }, + { + "rank": 46, + "brand": "Dekalb", + "product": "DKC59-82RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": null, + "Yield": 249.7, + "Adj Yield": 249.7 + } + }, + { + "rank": 46, + "brand": "ProHarvest", + "product": "79P37TREC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": null, + "Yield": 249.7, + "Adj Yield": 249.7 + } + }, + { + "rank": 48, + "brand": "Dekalb", + "product": "DKC66-18RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": null, + "Yield": 248.8, + "Adj Yield": 248.8 + } + }, + { + "rank": 49, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": null, + "Yield": 248.7, + "Adj Yield": 248.7 + } + }, + { + "rank": 50, + "brand": "Dekalb", + "product": "DKC108-64RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": null, + "Yield": 248.5, + "Adj Yield": 248.5 + } + }, + { + "rank": 51, + "brand": "Wyffels", + "product": "W7208RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": null, + "Yield": 248.3, + "Adj Yield": 248.3 + } + }, + { + "rank": 52, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": null, + "Yield": 248.0, + "Adj Yield": 248.0 + } + }, + { + "rank": 53, + "brand": "ProHarvest", + "product": "79P87SSRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": null, + "Yield": 244.7, + "Adj Yield": 244.7 + } + }, + { + "rank": 54, + "brand": "Wyffels", + "product": "W5406RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": null, + "Yield": 243.3, + "Adj Yield": 243.3 + } + }, + { + "rank": 55, + "brand": "Wyffels", + "product": "W6215RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": null, + "Yield": 242.5, + "Adj Yield": 242.5 + } + }, + { + "rank": 56, + "brand": "ProHarvest", + "product": "75P85DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 240.4, + "Adj Yield": 240.4 + } + }, + { + "rank": 56, + "brand": "ProHarvest", + "product": "77P19VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": null, + "Yield": 240.4, + "Adj Yield": 240.4 + } + }, + { + "rank": 58, + "brand": "Wyffels", + "product": "W7048RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": null, + "Yield": 240.0, + "Adj Yield": 240.0 + } + }, + { + "rank": 59, + "brand": "ProHarvest", + "product": "77P60SSRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": null, + "Yield": 238.0, + "Adj Yield": 238.0 + } + }, + { + "rank": 60, + "brand": "AgriGold", + "product": "A643-01WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": null, + "Yield": 234.2, + "Adj Yield": 234.2 + } + } + ], + "n_results": 60, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144506" + ], + "fetched_at": "2026-05-27T02:20:23.274553+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144506.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144506.md new file mode 100644 index 00000000..ad62d399 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144506.md @@ -0,0 +1,90 @@ +# Corn yield trial — Onarga, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Iroquois +- **City:** Onarga +- **Year:** 2024 +- **Plot ID:** 144506 +- **Cooperator:** Synergy Seeds +- **Plot average:** 259.61 BU/Ac +- **Planted:** 2024-05-04 +- **Harvested:** 2024-10-03 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144506 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | Wyffels | W7945RIB | TreceptaRIB | - | 23.1 | - | 294.7 | 294.7 | +| 2 | Pioneer | P1742Q | QROME | - | 22.4 | - | 289.8 | 289.8 | +| 3 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 22.2 | - | 285.3 | 285.3 | +| 4 | ProHarvest | 84P78TRERIB | TreceptaRIB | - | 22.5 | - | 280.8 | 280.8 | +| 5 | Wyffels | W6505RIB | TreceptaRIB | - | 21.5 | - | 280.5 | 280.5 | +| 6 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 22.4 | - | 280.4 | 280.4 | +| 7 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 22.7 | - | 274.7 | 274.7 | +| 8 | Pioneer | P14830Q | QROME | - | 21.2 | - | 273.3 | 273.3 | +| 9 | ProHarvest | 83P66VT2RIB | VT2RIB | - | 22.9 | - | 272.9 | 272.9 | +| 10 | Burrus | 4P27VE | Vorceed | - | 19.8 | - | 271.9 | 271.9 | +| 11 | Burrus | 5J21AM | AM | - | 21.0 | - | 271.4 | 271.4 | +| 12 | ProHarvest | 85P58StaxRIB | STXRIB | - | 22.8 | - | 270.9 | 270.9 | +| 13 | ProHarvest | 80P75PCE | PCE | - | 19.7 | - | 269.5 | 269.5 | +| 14 | ProHarvest | 76P42PCE | PCE | - | 18.0 | - | 269.1 | 269.1 | +| 15 | AgriGold | A643-24PCE | PCE | - | 21.8 | - | 268.8 | 268.8 | +| 16 | Dekalb | DKC64-22RIB | VT2RIB | - | 21.9 | - | 268.0 | 268.0 | +| 17 | Dekalb | DKC114-42RIB | SSPRIB | - | 22.5 | - | 267.5 | 267.5 | +| 18 | AgriGold | A639-03VT2RIB | VT2RIB | - | 21.3 | - | 267.1 | 267.1 | +| 19 | Burrus | 5F17Q | QROME | - | 21.0 | - | 265.3 | 265.3 | +| 20 | AgriGold | A642-32VT2PRO | VT2Pro | - | 22.6 | - | 264.9 | 264.9 | +| 21 | Burrus | 3G31AM | AM | - | 19.2 | - | 264.4 | 264.4 | +| 22 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 19.1 | - | 263.8 | 263.8 | +| 22 | AgriGold | A642-18SSP | SSP | - | 21.2 | - | 263.8 | 263.8 | +| 24 | Wyffels | W6479RIB | SSPRIB | - | 21.1 | - | 263.7 | 263.7 | +| 25 | Burrus | 4V73AM | AM | - | 20.1 | - | 262.7 | 262.7 | +| 26 | Wyffels | W8086RIB | VT2RIB | - | 21.8 | - | 262.6 | 262.6 | +| 27 | Burrus | 4W42PCE | PCE | - | 20.1 | - | 261.3 | 261.3 | +| 28 | Wyffels | W5778RIB | STXRIB | - | 19.7 | - | 260.3 | 260.3 | +| 29 | Pioneer | P10477Q | QROME | - | 20.4 | - | 259.7 | 259.7 | +| 30 | ProHarvest | 81P20PCE | PCE | - | 20.8 | - | 259.2 | 259.2 | +| 31 | Dekalb | DKC114-99RIB | VT4RIB | - | 22.6 | - | 258.1 | 258.1 | +| 32 | Dekalb | DKC108-17RIB | TreceptaRIB | - | 20.8 | - | 258.0 | 258.0 | +| 32 | ProHarvest | 83P17PCE | PCE | - | 22.4 | - | 258.0 | 258.0 | +| 32 | ProHarvest | 78P23PCE | PCE | - | 21.1 | - | 258.0 | 258.0 | +| 35 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 20.6 | - | 256.6 | 256.6 | +| 36 | ProHarvest | 81P65V | 3220EZ | - | 22.2 | - | 255.7 | 255.7 | +| 37 | Wyffels | W7876RIB | VT2RIB | - | 22.9 | - | 253.8 | 253.8 | +| 38 | Wyffels | W6886RIB | VT2RIB | - | 22.2 | - | 253.2 | 253.2 | +| 39 | AgriGold | A643-52VT2RIB | VT2RIB | - | 22.5 | - | 251.0 | 251.0 | +| 40 | Wyffels | W7759RIB | SSPRIB | - | 21.6 | - | 250.9 | 250.9 | +| 41 | Dekalb | DKC66-17RIB | STXRIB | - | 22.3 | - | 250.2 | 250.2 | +| 42 | ProHarvest | 79P54SSPRORIB | SSPRIB | - | 21.3 | - | 250.1 | 250.1 | +| 43 | ProHarvest | 83P48SSPRORIB | SSPRIB | - | 22.0 | - | 249.9 | 249.9 | +| 43 | Dekalb | DKC112-29RIB | SSPRIB | - | 20.9 | - | 249.9 | 249.9 | +| 43 | Dekalb | DKC64-21RIB | STXRIB | - | 22.6 | - | 249.9 | 249.9 | +| 46 | Dekalb | DKC59-82RIB | VT2RIB | - | 20.5 | - | 249.7 | 249.7 | +| 46 | ProHarvest | 79P37TREC | Trecepta | - | 21.1 | - | 249.7 | 249.7 | +| 48 | Dekalb | DKC66-18RIB | VT2RIB | - | 22.1 | - | 248.8 | 248.8 | +| 49 | AgriGold | A644-64VT2RIB | VT2RIB | - | 22.8 | - | 248.7 | 248.7 | +| 50 | Dekalb | DKC108-64RIB | SSPRIB | - | 20.3 | - | 248.5 | 248.5 | +| 51 | Wyffels | W7208RIB | STXRIB | - | 22.2 | - | 248.3 | 248.3 | +| 52 | Dekalb | DKC110-10RIB | STXRIB | - | 21.5 | - | 248.0 | 248.0 | +| 53 | ProHarvest | 79P87SSRIB | STXRIB | - | 19.7 | - | 244.7 | 244.7 | +| 54 | Wyffels | W5406RIB | VT2RIB | - | 21.9 | - | 243.3 | 243.3 | +| 55 | Wyffels | W6215RIB | TreceptaRIB | - | 22.1 | - | 242.5 | 242.5 | +| 56 | ProHarvest | 75P85DGVT2PRIB | DGVT2PRIB | - | 18.5 | - | 240.4 | 240.4 | +| 56 | ProHarvest | 77P19VT2RIB | VT2RIB | - | 19.3 | - | 240.4 | 240.4 | +| 58 | Wyffels | W7048RIB | STXRIB | - | 20.6 | - | 240.0 | 240.0 | +| 59 | ProHarvest | 77P60SSRIB | STXRIB | - | 19.3 | - | 238.0 | 238.0 | +| 60 | AgriGold | A643-01WX | WX | - | 22.3 | - | 234.2 | 234.2 | + +Top 5 by Yield: W7945RIB (Wyffels) 294.7, P1742Q (Pioneer) 289.8, DKC66-06RIB (Dekalb) 285.3, 84P78TRERIB (ProHarvest) 280.8, W6505RIB (Wyffels) 280.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144512.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144512.json new file mode 100644 index 00000000..5c58d869 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144512.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144512", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MI", + "state_abbrev": "mi", + "city": "Zeeland", + "county": "Allegan", + "year": 2024, + "plot_id": "144512", + "cooperator": "Pyle Dairy", + "plot_average": 246.88, + "planted_date": "2024-05-21", + "harvested_date": "2024-10-15", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 16, + "brand": "AgriGold", + "product": "A618-34VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 54.4, + "Yield": 216.1, + "Adj Yield": 216.1 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A621-89-5222AEZ", + "traits": "5222AEZ", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 55.9, + "Yield": 217.7, + "Adj Yield": 217.7 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A623-88VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 55.7, + "Yield": 231.3, + "Adj Yield": 231.3 + } + }, + { + "rank": 14, + "brand": "Golden Harvest", + "product": "G99E68-5122-EZ", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 57.8, + "Yield": 218.3, + "Adj Yield": 218.3 + } + }, + { + "rank": 8, + "brand": "Golden Harvest", + "product": "G97B68-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 55.3, + "Yield": 245.5, + "Adj Yield": 245.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 54.4, + "Yield": 245.3, + "Adj Yield": 245.3 + } + }, + { + "rank": 13, + "brand": "Golden Harvest", + "product": "G98U62-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 56.2, + "Yield": 227.9, + "Adj Yield": 227.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 56.0, + "Yield": 252.7, + "Adj Yield": 252.7 + } + }, + { + "rank": 11, + "brand": "Golden Harvest", + "product": "G00U71-D", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 25.0, + "Test Wt.": 54.3, + "Yield": 238.2, + "Adj Yield": 238.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 56.1, + "Yield": 273.7, + "Adj Yield": 273.7 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P0035AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 26.4, + "Test Wt.": 53.7, + "Yield": 273.4, + "Adj Yield": 273.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "K5218D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 25.8, + "Test Wt.": 53.3, + "Yield": 255.8, + "Adj Yield": 255.8 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC52-18RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 23.7, + "Test Wt.": 55.0, + "Yield": 240.7, + "Adj Yield": 240.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": 55.9, + "Yield": 269.5, + "Adj Yield": 269.5 + } + }, + { + "rank": 5, + "brand": "Golden Harvest", + "product": "G03U08-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 25.6, + "Test Wt.": 53.4, + "Yield": 267.3, + "Adj Yield": 267.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A630-04VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.9, + "Test Wt.": 54.1, + "Yield": 276.7, + "Adj Yield": 276.7 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144512" + ], + "fetched_at": "2026-05-27T02:20:23.793649+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144512.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144512.md new file mode 100644 index 00000000..a248cf5b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144512.md @@ -0,0 +1,46 @@ +# Corn yield trial — Zeeland, MI, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MI +- **County:** Allegan +- **City:** Zeeland +- **Year:** 2024 +- **Plot ID:** 144512 +- **Cooperator:** Pyle Dairy +- **Plot average:** 246.88 BU/Ac +- **Planted:** 2024-05-21 +- **Harvested:** 2024-10-15 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144512 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 16 | AgriGold | A618-34VT2RIB | VT2RIB | - | 19.4 | 54.4 | 216.1 | 216.1 | +| 15 | AgriGold | A621-89-5222AEZ | 5222AEZ | - | 20.5 | 55.9 | 217.7 | 217.7 | +| 12 | AgriGold | A623-88VT2PRO | VT2Pro | - | 21.6 | 55.7 | 231.3 | 231.3 | +| 14 | Golden Harvest | G99E68-5122-EZ | 5122EZ | - | 19.9 | 57.8 | 218.3 | 218.3 | +| 8 | Golden Harvest | G97B68-DV | 5222EZ | - | 21.1 | 55.3 | 245.5 | 245.5 | +| 9 | AgriGold | A628-51SSPRIB | SSPRIB | - | 21.4 | 54.4 | 245.3 | 245.3 | +| 13 | Golden Harvest | G98U62-DV | 5222EZ | - | 21.5 | 56.2 | 227.9 | 227.9 | +| 7 | AgriGold | A629-55VT2RIB | VT2RIB | - | 21.9 | 56.0 | 252.7 | 252.7 | +| 11 | Golden Harvest | G00U71-D | 5122 | - | 25.0 | 54.3 | 238.2 | 238.2 | +| 2 | AgriGold | A630-04AA-RN | 3120 | - | 22.8 | 56.1 | 273.7 | 273.7 | +| 3 | Pioneer | P0035AM | AM | - | 26.4 | 53.7 | 273.4 | 273.4 | +| 6 | AgriGold | K5218D | 5122EZ | - | 25.8 | 53.3 | 255.8 | 255.8 | +| 10 | Dekalb | DKC52-18RIB | STXRIB | - | 23.7 | 55.0 | 240.7 | 240.7 | +| 4 | AgriGold | A632-68VT2RIB | VT2RIB | - | 22.5 | 55.9 | 269.5 | 269.5 | +| 5 | Golden Harvest | G03U08-D | 5122EZ | - | 25.6 | 53.4 | 267.3 | 267.3 | +| 1 | AgriGold | A630-04VT2RIB | VT2RIB | - | 23.9 | 54.1 | 276.7 | 276.7 | + +Top 5 by Yield: A630-04VT2RIB (AgriGold) 276.7, A630-04AA-RN (AgriGold) 273.7, P0035AM (Pioneer) 273.4, A632-68VT2RIB (AgriGold) 269.5, G03U08-D (Golden Harvest) 267.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144513.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144513.json new file mode 100644 index 00000000..d908205a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144513.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144513", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Fairmount", + "county": "Grant", + "year": 2024, + "plot_id": "144513", + "cooperator": "Dave Gunning", + "plot_average": 236.22, + "planted_date": "2024-05-13", + "harvested_date": "2024-10-23", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 12, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 58.0, + "Yield": 234.1, + "Adj Yield": 234.1 + } + }, + { + "rank": 5, + "brand": "Channel", + "product": "207-87VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 58.0, + "Yield": 242.3, + "Adj Yield": 242.3 + } + }, + { + "rank": 7, + "brand": "Channel", + "product": "208-62VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 57.0, + "Yield": 240.4, + "Adj Yield": 240.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 57.0, + "Yield": 256.9, + "Adj Yield": 256.9 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 56.0, + "Yield": 218.3, + "Adj Yield": 218.3 + } + }, + { + "rank": 10, + "brand": "Channel", + "product": "209-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 57.0, + "Yield": 237.2, + "Adj Yield": 237.2 + } + }, + { + "rank": 2, + "brand": "Channel", + "product": "211-70TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 57.0, + "Yield": 251.7, + "Adj Yield": 251.7 + } + }, + { + "rank": 16, + "brand": "Channel", + "product": "210-08VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 56.0, + "Yield": 191.5, + "Adj Yield": 191.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 58.0, + "Yield": 246.1, + "Adj Yield": 246.1 + } + }, + { + "rank": 8, + "brand": "AgVenture", + "product": "AV3310V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 57.0, + "Yield": 239.7, + "Adj Yield": 239.7 + } + }, + { + "rank": 11, + "brand": "Channel", + "product": "215-42TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 59.0, + "Yield": 235.3, + "Adj Yield": 235.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 60.0, + "Yield": 241.8, + "Adj Yield": 241.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.0, + "Yield": 237.8, + "Adj Yield": 237.8 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 56.0, + "Yield": 232.0, + "Adj Yield": 232.0 + } + }, + { + "rank": 14, + "brand": "Channel", + "product": "213-23VT2P", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 57.0, + "Yield": 228.8, + "Adj Yield": 228.8 + } + }, + { + "rank": 4, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.0, + "Yield": 245.6, + "Adj Yield": 245.6 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144513" + ], + "fetched_at": "2026-05-27T02:20:24.284214+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144513.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144513.md new file mode 100644 index 00000000..1caf6c4f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144513.md @@ -0,0 +1,46 @@ +# Corn yield trial — Fairmount, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Grant +- **City:** Fairmount +- **Year:** 2024 +- **Plot ID:** 144513 +- **Cooperator:** Dave Gunning +- **Plot average:** 236.22 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-23 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144513 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 12 | AgriGold | A636-11VT2RIB | VT2RIB | - | 13.2 | 58.0 | 234.1 | 234.1 | +| 5 | Channel | 207-87VT2RIB | VT2RIB | - | 14.5 | 58.0 | 242.3 | 242.3 | +| 7 | Channel | 208-62VT2PRIB | VT2RIB | - | 14.8 | 57.0 | 240.4 | 240.4 | +| 1 | AgriGold | A638-19-3110 | 3110 | - | 14.0 | 57.0 | 256.9 | 256.9 | +| 15 | AgriGold | A639-03VT2RIB | VT2RIB | - | 13.7 | 56.0 | 218.3 | 218.3 | +| 10 | Channel | 209-70TRERIB | TreceptaRIB | - | 14.7 | 57.0 | 237.2 | 237.2 | +| 2 | Channel | 211-70TRCRIB | TreceptaRIB | - | 15.6 | 57.0 | 251.7 | 251.7 | +| 16 | Channel | 210-08VT2PRIB | VT2RIB | - | 13.9 | 56.0 | 191.5 | 191.5 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.5 | 58.0 | 246.1 | 246.1 | +| 8 | AgVenture | AV3310V | Vorceed | - | 15.4 | 57.0 | 239.7 | 239.7 | +| 11 | Channel | 215-42TRERIB | TreceptaRIB | - | 15.5 | 59.0 | 235.3 | 235.3 | +| 6 | AgriGold | A642-32VT2PRO | VT2Pro | - | 14.3 | 60.0 | 241.8 | 241.8 | +| 9 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.0 | 59.0 | 237.8 | 237.8 | +| 13 | AgriGold | A643-24PCE | PCE | - | 15.0 | 56.0 | 232.0 | 232.0 | +| 14 | Channel | 213-23VT2P | VT2Pro | - | 15.0 | 57.0 | 228.8 | 228.8 | +| 4 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 15.8 | 58.0 | 245.6 | 245.6 | + +Top 5 by Yield: A638-19-3110 (AgriGold) 256.9, 211-70TRCRIB (Channel) 251.7, A644-64VT2RIB (AgriGold) 246.1, 214-78DGVT2PRIB (Channel) 245.6, 207-87VT2RIB (Channel) 242.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144515.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144515.json new file mode 100644 index 00000000..7ae48ec3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144515.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144515", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Taylorville", + "county": "Christian", + "year": 2024, + "plot_id": "144515", + "cooperator": "Curt Micenheimer", + "plot_average": 273.65, + "planted_date": "2024-05-15", + "harvested_date": "2024-10-23", + "population_seeds_per_acre": 35500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 61.0, + "Yield": 280.2, + "Adj Yield": 280.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "K5836PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 62.7, + "Yield": 285.7, + "Adj Yield": 285.7 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 60.5, + "Yield": 217.1, + "Adj Yield": 217.1 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 59.4, + "Yield": 271.0, + "Adj Yield": 271.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 60.4, + "Yield": 278.0, + "Adj Yield": 278.0 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 61.2, + "Yield": 269.1, + "Adj Yield": 269.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.9, + "Yield": 291.1, + "Adj Yield": 291.1 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.3, + "Yield": 273.3, + "Adj Yield": 273.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 62.1, + "Yield": 293.4, + "Adj Yield": 293.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 63.9, + "Yield": 289.9, + "Adj Yield": 289.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 58.6, + "Yield": 284.5, + "Adj Yield": 284.5 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 61.9, + "Yield": 265.0, + "Adj Yield": 265.0 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 60.3, + "Yield": 247.5, + "Adj Yield": 247.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 59.6, + "Yield": 284.1, + "Adj Yield": 284.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 61.6, + "Yield": 287.7, + "Adj Yield": 287.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 60.6, + "Yield": 286.1, + "Adj Yield": 286.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 59.8, + "Yield": 281.4, + "Adj Yield": 281.4 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.8, + "Yield": 257.9, + "Adj Yield": 257.9 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.6, + "Yield": 262.9, + "Adj Yield": 262.9 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 58.0, + "Yield": 267.6, + "Adj Yield": 267.6 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144515" + ], + "fetched_at": "2026-05-27T02:20:24.766983+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144515.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144515.md new file mode 100644 index 00000000..fd2df0e2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144515.md @@ -0,0 +1,50 @@ +# Corn yield trial — Taylorville, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Christian +- **City:** Taylorville +- **Year:** 2024 +- **Plot ID:** 144515 +- **Cooperator:** Curt Micenheimer +- **Plot average:** 273.65 BU/Ac +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-23 +- **Population:** 35,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144515 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 13.5 | 61.0 | 280.2 | 280.2 | +| 6 | AgriGold | K5836PWE | PWE | - | 12.6 | 62.7 | 285.7 | 285.7 | +| 18 | AgriGold | A639-03VT2RIB | VT2RIB | - | 12.8 | 60.5 | 217.1 | 217.1 | +| 12 | AgriGold | J6015PWE | PWE | - | 12.9 | 59.4 | 271.0 | 271.0 | +| 10 | AgriGold | A640-16-3110 | 3110 | - | 13.3 | 60.4 | 278.0 | 278.0 | +| 13 | AgriGold | A641-85STXRIB | STXRIB | - | 13.0 | 61.2 | 269.1 | 269.1 | +| 2 | AgriGold | A641-26V | 3220EZ | - | 14.5 | 59.9 | 291.1 | 291.1 | +| 11 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 13.7 | 60.3 | 273.3 | 273.3 | +| 1 | AgriGold | J6227DV-RN | 5222 | - | 14.0 | 62.1 | 293.4 | 293.4 | +| 3 | AgriGold | A642-32VT2PRO | VT2Pro | - | 14.1 | 63.9 | 289.9 | 289.9 | +| 7 | AgriGold | A643-24PCE | PCE | - | 14.3 | 58.6 | 284.5 | 284.5 | +| 14 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.6 | 61.9 | 265.0 | 265.0 | +| 17 | Dekalb | DKC114-99RIB | VT4RIB | - | 14.1 | 60.3 | 247.5 | 247.5 | +| 8 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.7 | 59.6 | 284.1 | 284.1 | +| 4 | AgriGold | A645-30VT2PRO | VT2Pro | - | 14.3 | 61.6 | 287.7 | 287.7 | +| 5 | AgriGold | A645-71STXRIB | STXRIB | - | 14.3 | 60.6 | 286.1 | 286.1 | +| 9 | AgriGold | A646-30VT2RIB | VT2RIB | - | 14.6 | 59.8 | 281.4 | 281.4 | +| 16 | AgriGold | A647-42TRC | Trecepta | - | 14.4 | 59.8 | 257.9 | 257.9 | +| 15 | AgriGold | A648-11VT2RIB | VT2RIB | - | 14.7 | 58.6 | 262.9 | 262.9 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.6 | 58.0 | 267.6 | 267.6 | + +Top 5 by Yield: J6227DV-RN (AgriGold) 293.4, A641-26V (AgriGold) 291.1, A642-32VT2PRO (AgriGold) 289.9, A645-30VT2PRO (AgriGold) 287.7, A645-71STXRIB (AgriGold) 286.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144518.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144518.json new file mode 100644 index 00000000..accf575d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144518.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144518", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Onarga", + "county": "Iroquois", + "year": 2024, + "plot_id": "144518", + "cooperator": "First Mid Ag Services", + "plot_average": 263.56, + "planted_date": "2024-05-04", + "harvested_date": "2024-10-03", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 55.9, + "Yield": 263.2, + "Adj Yield": 263.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 55.8, + "Yield": 271.7, + "Adj Yield": 271.7 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 59.3, + "Yield": 240.7, + "Adj Yield": 240.7 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 59.0, + "Yield": 258.1, + "Adj Yield": 258.1 + } + }, + { + "rank": 12, + "brand": "Becks", + "product": "5647V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 58.0, + "Yield": 255.2, + "Adj Yield": 255.2 + } + }, + { + "rank": 13, + "brand": "Becks", + "product": "6005VC", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 56.5, + "Yield": 255.0, + "Adj Yield": 255.0 + } + }, + { + "rank": 6, + "brand": "Becks", + "product": "6280TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 55.2, + "Yield": 272.6, + "Adj Yield": 272.6 + } + }, + { + "rank": 3, + "brand": "Becks", + "product": "6258V4P", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 57.0, + "Yield": 277.3, + "Adj Yield": 277.3 + } + }, + { + "rank": 14, + "brand": "Nu Tech", + "product": "65B8V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 58.7, + "Yield": 254.1, + "Adj Yield": 254.1 + } + }, + { + "rank": 10, + "brand": "Nu Tech", + "product": "66D1AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 57.7, + "Yield": 258.4, + "Adj Yield": 258.4 + } + }, + { + "rank": 4, + "brand": "Nu Tech", + "product": "68C1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 58.1, + "Yield": 276.9, + "Adj Yield": 276.9 + } + }, + { + "rank": 5, + "brand": "Nu Tech", + "product": "70F6V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 56.2, + "Yield": 273.0, + "Adj Yield": 273.0 + } + }, + { + "rank": 1, + "brand": "Nu Tech", + "product": "72C1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 56.2, + "Yield": 283.1, + "Adj Yield": 283.1 + } + }, + { + "rank": 9, + "brand": "Wyffels", + "product": "W6479RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 56.6, + "Yield": 260.6, + "Adj Yield": 260.6 + } + }, + { + "rank": 2, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 57.7, + "Yield": 277.5, + "Adj Yield": 277.5 + } + }, + { + "rank": 16, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 57.2, + "Yield": 239.5, + "Adj Yield": 239.5 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144518" + ], + "fetched_at": "2026-05-27T02:20:25.253488+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144518.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144518.md new file mode 100644 index 00000000..a57b64e0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144518.md @@ -0,0 +1,46 @@ +# Corn yield trial — Onarga, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Iroquois +- **City:** Onarga +- **Year:** 2024 +- **Plot ID:** 144518 +- **Cooperator:** First Mid Ag Services +- **Plot average:** 263.56 BU/Ac +- **Planted:** 2024-05-04 +- **Harvested:** 2024-10-03 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144518 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | AgriGold | A642-18SSP | SSP | - | 20.6 | 55.9 | 263.2 | 263.2 | +| 7 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 22.3 | 55.8 | 271.7 | 271.7 | +| 15 | Dekalb | DKC106-98RIB | VT4RIB | - | 20.6 | 59.3 | 240.7 | 240.7 | +| 11 | Dekalb | DKC110-10RIB | STXRIB | - | 19.5 | 59.0 | 258.1 | 258.1 | +| 12 | Becks | 5647V | Vorceed | - | 19.5 | 58.0 | 255.2 | 255.2 | +| 13 | Becks | 6005VC | Vorceed | - | 19.1 | 56.5 | 255.0 | 255.0 | +| 6 | Becks | 6280TCV2P | TreceptaRIB | - | 21.0 | 55.2 | 272.6 | 272.6 | +| 3 | Becks | 6258V4P | VT4Pro | - | 22.0 | 57.0 | 277.3 | 277.3 | +| 14 | Nu Tech | 65B8V | 3220EZ | - | 17.6 | 58.7 | 254.1 | 254.1 | +| 10 | Nu Tech | 66D1AM | AM | - | 18.1 | 57.7 | 258.4 | 258.4 | +| 4 | Nu Tech | 68C1V | Vorceed | - | 18.8 | 58.1 | 276.9 | 276.9 | +| 5 | Nu Tech | 70F6V | Vorceed | - | 18.1 | 56.2 | 273.0 | 273.0 | +| 1 | Nu Tech | 72C1PCE | PCE | - | 19.5 | 56.2 | 283.1 | 283.1 | +| 9 | Wyffels | W6479RIB | SSPRIB | - | 19.2 | 56.6 | 260.6 | 260.6 | +| 2 | Wyffels | W6505RIB | TreceptaRIB | - | 19.9 | 57.7 | 277.5 | 277.5 | +| 16 | Wyffels | W6886RIB | VT2RIB | - | 21.8 | 57.2 | 239.5 | 239.5 | + +Top 5 by Yield: 72C1PCE (Nu Tech) 283.1, W6505RIB (Wyffels) 277.5, 6258V4P (Becks) 277.3, 68C1V (Nu Tech) 276.9, 70F6V (Nu Tech) 273.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144519.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144519.json new file mode 100644 index 00000000..a6895a8e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144519.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144519", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Mendota", + "county": "La Salle", + "year": 2024, + "plot_id": "144519", + "cooperator": "First Mid Ag Services", + "plot_average": 267.02, + "planted_date": "2024-05-05", + "harvested_date": "2024-10-05", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 55.9, + "Yield": 270.0, + "Adj Yield": 270.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 56.5, + "Yield": 266.7, + "Adj Yield": 266.7 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 59.9, + "Yield": 268.0, + "Adj Yield": 268.0 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 58.3, + "Yield": 255.8, + "Adj Yield": 255.8 + } + }, + { + "rank": 15, + "brand": "Becks", + "product": "5647V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 57.8, + "Yield": 252.1, + "Adj Yield": 252.1 + } + }, + { + "rank": 5, + "brand": "Becks", + "product": "6005VC", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 56.4, + "Yield": 272.6, + "Adj Yield": 272.6 + } + }, + { + "rank": 4, + "brand": "Becks", + "product": "6280TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 56.6, + "Yield": 274.2, + "Adj Yield": 274.2 + } + }, + { + "rank": 8, + "brand": "Becks", + "product": "6258V4P", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 58.6, + "Yield": 269.7, + "Adj Yield": 269.7 + } + }, + { + "rank": 14, + "brand": "Nu Tech", + "product": "65B8V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 57.5, + "Yield": 255.7, + "Adj Yield": 255.7 + } + }, + { + "rank": 9, + "brand": "Nu Tech", + "product": "66D1AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 57.6, + "Yield": 269.1, + "Adj Yield": 269.1 + } + }, + { + "rank": 6, + "brand": "Nu Tech", + "product": "68C1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 57.0, + "Yield": 270.4, + "Adj Yield": 270.4 + } + }, + { + "rank": 1, + "brand": "Nu Tech", + "product": "70F6V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 56.1, + "Yield": 283.4, + "Adj Yield": 283.4 + } + }, + { + "rank": 2, + "brand": "Nu Tech", + "product": "72C1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 55.1, + "Yield": 279.0, + "Adj Yield": 279.0 + } + }, + { + "rank": 3, + "brand": "Wyffels", + "product": "W6479RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 56.5, + "Yield": 277.8, + "Adj Yield": 277.8 + } + }, + { + "rank": 12, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 58.2, + "Yield": 261.6, + "Adj Yield": 261.6 + } + }, + { + "rank": 16, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 58.0, + "Yield": 246.2, + "Adj Yield": 246.2 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144519" + ], + "fetched_at": "2026-05-27T02:20:25.781419+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144519.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144519.md new file mode 100644 index 00000000..d7c69118 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144519.md @@ -0,0 +1,46 @@ +# Corn yield trial — Mendota, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** La Salle +- **City:** Mendota +- **Year:** 2024 +- **Plot ID:** 144519 +- **Cooperator:** First Mid Ag Services +- **Plot average:** 267.02 BU/Ac +- **Planted:** 2024-05-05 +- **Harvested:** 2024-10-05 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144519 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | AgriGold | A642-18SSP | SSP | - | 21.0 | 55.9 | 270.0 | 270.0 | +| 11 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 21.3 | 56.5 | 266.7 | 266.7 | +| 10 | Dekalb | DKC106-98RIB | VT4RIB | - | 19.8 | 59.9 | 268.0 | 268.0 | +| 13 | Dekalb | DKC110-10RIB | STXRIB | - | 20.6 | 58.3 | 255.8 | 255.8 | +| 15 | Becks | 5647V | Vorceed | - | 19.7 | 57.8 | 252.1 | 252.1 | +| 5 | Becks | 6005VC | Vorceed | - | 20.5 | 56.4 | 272.6 | 272.6 | +| 4 | Becks | 6280TCV2P | TreceptaRIB | - | 20.3 | 56.6 | 274.2 | 274.2 | +| 8 | Becks | 6258V4P | VT4Pro | - | 21.7 | 58.6 | 269.7 | 269.7 | +| 14 | Nu Tech | 65B8V | 3220EZ | - | 18.4 | 57.5 | 255.7 | 255.7 | +| 9 | Nu Tech | 66D1AM | AM | - | 18.5 | 57.6 | 269.1 | 269.1 | +| 6 | Nu Tech | 68C1V | Vorceed | - | 19.6 | 57.0 | 270.4 | 270.4 | +| 1 | Nu Tech | 70F6V | Vorceed | - | 20.3 | 56.1 | 283.4 | 283.4 | +| 2 | Nu Tech | 72C1PCE | PCE | - | 21.5 | 55.1 | 279.0 | 279.0 | +| 3 | Wyffels | W6479RIB | SSPRIB | - | 20.7 | 56.5 | 277.8 | 277.8 | +| 12 | Wyffels | W6505RIB | TreceptaRIB | - | 20.6 | 58.2 | 261.6 | 261.6 | +| 16 | Wyffels | W6886RIB | VT2RIB | - | 21.6 | 58.0 | 246.2 | 246.2 | + +Top 5 by Yield: 70F6V (Nu Tech) 283.4, 72C1PCE (Nu Tech) 279.0, W6479RIB (Wyffels) 277.8, 6280TCV2P (Becks) 274.2, 6005VC (Becks) 272.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144520.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144520.json new file mode 100644 index 00000000..bf05492d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144520.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144520", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Geneseo", + "county": "Henry", + "year": 2024, + "plot_id": "144520", + "cooperator": "First Mid Ag Services", + "plot_average": 295.58, + "planted_date": "2024-05-06", + "harvested_date": "2024-10-06", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 56.0, + "Yield": 287.4, + "Adj Yield": 287.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 56.7, + "Yield": 300.6, + "Adj Yield": 300.6 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 58.5, + "Yield": 283.4, + "Adj Yield": 283.4 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 59.4, + "Yield": 289.2, + "Adj Yield": 289.2 + } + }, + { + "rank": 16, + "brand": "Becks", + "product": "5647V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 58.5, + "Yield": 262.7, + "Adj Yield": 262.7 + } + }, + { + "rank": 9, + "brand": "Becks", + "product": "6005VC", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 56.8, + "Yield": 298.4, + "Adj Yield": 298.4 + } + }, + { + "rank": 8, + "brand": "Becks", + "product": "6280TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 56.2, + "Yield": 300.0, + "Adj Yield": 300.0 + } + }, + { + "rank": 5, + "brand": "Becks", + "product": "6258V4P", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 56.9, + "Yield": 303.9, + "Adj Yield": 303.9 + } + }, + { + "rank": 15, + "brand": "Nu Tech", + "product": "65B8V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 59.0, + "Yield": 274.2, + "Adj Yield": 274.2 + } + }, + { + "rank": 6, + "brand": "Nu Tech", + "product": "66D1AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 58.0, + "Yield": 302.0, + "Adj Yield": 302.0 + } + }, + { + "rank": 3, + "brand": "Nu Tech", + "product": "68C1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 57.0, + "Yield": 309.7, + "Adj Yield": 309.7 + } + }, + { + "rank": 1, + "brand": "Nu Tech", + "product": "70F6V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 56.4, + "Yield": 320.8, + "Adj Yield": 320.8 + } + }, + { + "rank": 2, + "brand": "Nu Tech", + "product": "72C1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 55.7, + "Yield": 316.1, + "Adj Yield": 316.1 + } + }, + { + "rank": 10, + "brand": "Wyffels", + "product": "W6479RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 55.9, + "Yield": 292.8, + "Adj Yield": 292.8 + } + }, + { + "rank": 4, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 57.1, + "Yield": 305.8, + "Adj Yield": 305.8 + } + }, + { + "rank": 14, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 56.6, + "Yield": 282.3, + "Adj Yield": 282.3 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144520" + ], + "fetched_at": "2026-05-27T02:20:26.255474+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144520.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144520.md new file mode 100644 index 00000000..5eb36288 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144520.md @@ -0,0 +1,46 @@ +# Corn yield trial — Geneseo, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Henry +- **City:** Geneseo +- **Year:** 2024 +- **Plot ID:** 144520 +- **Cooperator:** First Mid Ag Services +- **Plot average:** 295.58 BU/Ac +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-06 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144520 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 12 | AgriGold | A642-18SSP | SSP | - | 22.1 | 56.0 | 287.4 | 287.4 | +| 7 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 21.7 | 56.7 | 300.6 | 300.6 | +| 13 | Dekalb | DKC106-98RIB | VT4RIB | - | 21.1 | 58.5 | 283.4 | 283.4 | +| 11 | Dekalb | DKC110-10RIB | STXRIB | - | 20.0 | 59.4 | 289.2 | 289.2 | +| 16 | Becks | 5647V | Vorceed | - | 19.1 | 58.5 | 262.7 | 262.7 | +| 9 | Becks | 6005VC | Vorceed | - | 21.0 | 56.8 | 298.4 | 298.4 | +| 8 | Becks | 6280TCV2P | TreceptaRIB | - | 21.7 | 56.2 | 300.0 | 300.0 | +| 5 | Becks | 6258V4P | VT4Pro | - | 21.5 | 56.9 | 303.9 | 303.9 | +| 15 | Nu Tech | 65B8V | 3220EZ | - | 18.7 | 59.0 | 274.2 | 274.2 | +| 6 | Nu Tech | 66D1AM | AM | - | 18.5 | 58.0 | 302.0 | 302.0 | +| 3 | Nu Tech | 68C1V | Vorceed | - | 19.5 | 57.0 | 309.7 | 309.7 | +| 1 | Nu Tech | 70F6V | Vorceed | - | 19.2 | 56.4 | 320.8 | 320.8 | +| 2 | Nu Tech | 72C1PCE | PCE | - | 20.7 | 55.7 | 316.1 | 316.1 | +| 10 | Wyffels | W6479RIB | SSPRIB | - | 21.5 | 55.9 | 292.8 | 292.8 | +| 4 | Wyffels | W6505RIB | TreceptaRIB | - | 20.8 | 57.1 | 305.8 | 305.8 | +| 14 | Wyffels | W6886RIB | VT2RIB | - | 22.6 | 56.6 | 282.3 | 282.3 | + +Top 5 by Yield: 70F6V (Nu Tech) 320.8, 72C1PCE (Nu Tech) 316.1, 68C1V (Nu Tech) 309.7, W6505RIB (Wyffels) 305.8, 6258V4P (Becks) 303.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144521.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144521.json new file mode 100644 index 00000000..1b15083d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144521.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144521", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Elmwood", + "county": "Peoria", + "year": 2024, + "plot_id": "144521", + "cooperator": "First Mid Ag Services", + "plot_average": 242.54, + "planted_date": "2024-05-10", + "harvested_date": "2024-10-07", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 58.2, + "Yield": 227.6, + "Adj Yield": 227.6 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 58.9, + "Yield": 238.0, + "Adj Yield": 238.0 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 60.4, + "Yield": 239.2, + "Adj Yield": 239.2 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 58.9, + "Yield": 225.7, + "Adj Yield": 225.7 + } + }, + { + "rank": 13, + "brand": "Becks", + "product": "5647V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.9, + "Yield": 230.5, + "Adj Yield": 230.5 + } + }, + { + "rank": 7, + "brand": "Becks", + "product": "6005VC", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.7, + "Yield": 249.0, + "Adj Yield": 249.0 + } + }, + { + "rank": 1, + "brand": "Becks", + "product": "6280TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 58.0, + "Yield": 264.0, + "Adj Yield": 264.0 + } + }, + { + "rank": 4, + "brand": "Becks", + "product": "6258V4P", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 60.2, + "Yield": 258.4, + "Adj Yield": 258.4 + } + }, + { + "rank": 11, + "brand": "Nu Tech", + "product": "65B8V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.4, + "Yield": 235.4, + "Adj Yield": 235.4 + } + }, + { + "rank": 12, + "brand": "Nu Tech", + "product": "66D1AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.3, + "Yield": 233.6, + "Adj Yield": 233.6 + } + }, + { + "rank": 10, + "brand": "Nu Tech", + "product": "68C1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.0, + "Yield": 237.5, + "Adj Yield": 237.5 + } + }, + { + "rank": 3, + "brand": "Nu Tech", + "product": "70F6V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 57.8, + "Yield": 258.8, + "Adj Yield": 258.8 + } + }, + { + "rank": 2, + "brand": "Nu Tech", + "product": "72C1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 57.7, + "Yield": 259.7, + "Adj Yield": 259.7 + } + }, + { + "rank": 5, + "brand": "Wyffels", + "product": "W6479RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 58.0, + "Yield": 251.5, + "Adj Yield": 251.5 + } + }, + { + "rank": 6, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 60.0, + "Yield": 250.8, + "Adj Yield": 250.8 + } + }, + { + "rank": 16, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 59.6, + "Yield": 220.9, + "Adj Yield": 220.9 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144521" + ], + "fetched_at": "2026-05-27T02:20:26.794723+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144521.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144521.md new file mode 100644 index 00000000..302b3834 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144521.md @@ -0,0 +1,46 @@ +# Corn yield trial — Elmwood, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Peoria +- **City:** Elmwood +- **Year:** 2024 +- **Plot ID:** 144521 +- **Cooperator:** First Mid Ag Services +- **Plot average:** 242.54 BU/Ac +- **Planted:** 2024-05-10 +- **Harvested:** 2024-10-07 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144521 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 14 | AgriGold | A642-18SSP | SSP | - | 18.0 | 58.2 | 227.6 | 227.6 | +| 9 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.8 | 58.9 | 238.0 | 238.0 | +| 8 | Dekalb | DKC106-98RIB | VT4RIB | - | 17.1 | 60.4 | 239.2 | 239.2 | +| 15 | Dekalb | DKC110-10RIB | STXRIB | - | 16.2 | 58.9 | 225.7 | 225.7 | +| 13 | Becks | 5647V | Vorceed | - | 16.1 | 59.9 | 230.5 | 230.5 | +| 7 | Becks | 6005VC | Vorceed | - | 17.0 | 57.7 | 249.0 | 249.0 | +| 1 | Becks | 6280TCV2P | TreceptaRIB | - | 17.7 | 58.0 | 264.0 | 264.0 | +| 4 | Becks | 6258V4P | VT4Pro | - | 18.0 | 60.2 | 258.4 | 258.4 | +| 11 | Nu Tech | 65B8V | 3220EZ | - | 14.9 | 58.4 | 235.4 | 235.4 | +| 12 | Nu Tech | 66D1AM | AM | - | 14.9 | 58.3 | 233.6 | 233.6 | +| 10 | Nu Tech | 68C1V | Vorceed | - | 15.6 | 59.0 | 237.5 | 237.5 | +| 3 | Nu Tech | 70F6V | Vorceed | - | 15.7 | 57.8 | 258.8 | 258.8 | +| 2 | Nu Tech | 72C1PCE | PCE | - | 17.6 | 57.7 | 259.7 | 259.7 | +| 5 | Wyffels | W6479RIB | SSPRIB | - | 16.7 | 58.0 | 251.5 | 251.5 | +| 6 | Wyffels | W6505RIB | TreceptaRIB | - | 16.5 | 60.0 | 250.8 | 250.8 | +| 16 | Wyffels | W6886RIB | VT2RIB | - | 18.1 | 59.6 | 220.9 | 220.9 | + +Top 5 by Yield: 6280TCV2P (Becks) 264.0, 72C1PCE (Nu Tech) 259.7, 70F6V (Nu Tech) 258.8, 6258V4P (Becks) 258.4, W6479RIB (Wyffels) 251.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144522.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144522.json new file mode 100644 index 00000000..d1441bf1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144522.json @@ -0,0 +1,387 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144522", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Elmwood", + "county": "Peoria", + "year": 2024, + "plot_id": "144522", + "cooperator": "First Mid Ag Services", + "plot_average": 240.27, + "planted_date": "2024-05-10", + "harvested_date": "2024-10-07", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 23, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 57.6, + "Yield": 228.9, + "Adj Yield": 228.9 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 59.4, + "Yield": 246.2, + "Adj Yield": 246.2 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 60.8, + "Yield": 252.9, + "Adj Yield": 252.9 + } + }, + { + "rank": 22, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 59.4, + "Yield": 229.8, + "Adj Yield": 229.8 + } + }, + { + "rank": 25, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 58.2, + "Yield": 224.1, + "Adj Yield": 224.1 + } + }, + { + "rank": 26, + "brand": "Becks", + "product": "5647V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 59.4, + "Yield": 221.4, + "Adj Yield": 221.4 + } + }, + { + "rank": 18, + "brand": "Becks", + "product": "6005VC", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 57.1, + "Yield": 237.7, + "Adj Yield": 237.7 + } + }, + { + "rank": 15, + "brand": "Becks", + "product": "6258V4P", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 59.2, + "Yield": 240.2, + "Adj Yield": 240.2 + } + }, + { + "rank": 12, + "brand": "Becks", + "product": "6280TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 58.2, + "Yield": 245.9, + "Adj Yield": 245.9 + } + }, + { + "rank": 6, + "brand": "Becks", + "product": "6374V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 57.8, + "Yield": 249.7, + "Adj Yield": 249.7 + } + }, + { + "rank": 4, + "brand": "Becks", + "product": "6469VT2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 58.2, + "Yield": 251.0, + "Adj Yield": 251.0 + } + }, + { + "rank": 21, + "brand": "Becks", + "product": "6485SX", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 58.8, + "Yield": 232.6, + "Adj Yield": 232.6 + } + }, + { + "rank": 17, + "brand": "Becks", + "product": "6692SXP", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 58.1, + "Yield": 238.4, + "Adj Yield": 238.4 + } + }, + { + "rank": 20, + "brand": "Nu Tech", + "product": "69B5V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 57.2, + "Yield": 234.2, + "Adj Yield": 234.2 + } + }, + { + "rank": 1, + "brand": "Nu Tech", + "product": "69C7PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 57.9, + "Yield": 254.0, + "Adj Yield": 254.0 + } + }, + { + "rank": 9, + "brand": "Nu Tech", + "product": "70B4AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 58.0, + "Yield": 248.0, + "Adj Yield": 248.0 + } + }, + { + "rank": 3, + "brand": "Nu Tech", + "product": "70F6V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 57.2, + "Yield": 251.4, + "Adj Yield": 251.4 + } + }, + { + "rank": 24, + "brand": "Nu Tech", + "product": "71A2V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 57.8, + "Yield": 227.8, + "Adj Yield": 227.8 + } + }, + { + "rank": 8, + "brand": "Nu Tech", + "product": "72C1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 57.9, + "Yield": 249.0, + "Adj Yield": 249.0 + } + }, + { + "rank": 14, + "brand": "Nu Tech", + "product": "72D4Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 58.7, + "Yield": 242.9, + "Adj Yield": 242.9 + } + }, + { + "rank": 16, + "brand": "Nu Tech", + "product": "73A4AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 58.1, + "Yield": 240.0, + "Adj Yield": 240.0 + } + }, + { + "rank": 7, + "brand": "Nu Tech", + "product": "74A5PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 57.9, + "Yield": 249.6, + "Adj Yield": 249.6 + } + }, + { + "rank": 27, + "brand": "Nu Tech", + "product": "75C1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 58.0, + "Yield": 213.6, + "Adj Yield": 213.6 + } + }, + { + "rank": 19, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 56.9, + "Yield": 237.4, + "Adj Yield": 237.4 + } + }, + { + "rank": 10, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 57.5, + "Yield": 246.2, + "Adj Yield": 246.2 + } + }, + { + "rank": 5, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 57.2, + "Yield": 250.8, + "Adj Yield": 250.8 + } + }, + { + "rank": 13, + "brand": "Wyffels", + "product": "W8086RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 57.5, + "Yield": 243.5, + "Adj Yield": 243.5 + } + } + ], + "n_results": 27, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144522" + ], + "fetched_at": "2026-05-27T02:20:27.280354+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144522.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144522.md new file mode 100644 index 00000000..08d0b613 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144522.md @@ -0,0 +1,57 @@ +# Corn yield trial — Elmwood, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Peoria +- **City:** Elmwood +- **Year:** 2024 +- **Plot ID:** 144522 +- **Cooperator:** First Mid Ag Services +- **Plot average:** 240.27 BU/Ac +- **Planted:** 2024-05-10 +- **Harvested:** 2024-10-07 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144522 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 23 | AgriGold | A642-18SSP | SSP | - | 17.6 | 57.6 | 228.9 | 228.9 | +| 10 | AgriGold | A642-32VT2PRO | VT2Pro | - | 18.3 | 59.4 | 246.2 | 246.2 | +| 2 | Dekalb | DKC64-22RIB | VT2RIB | - | 17.7 | 60.8 | 252.9 | 252.9 | +| 22 | Dekalb | DKC114-99RIB | VT4RIB | - | 18.9 | 59.4 | 229.8 | 229.8 | +| 25 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 19.0 | 58.2 | 224.1 | 224.1 | +| 26 | Becks | 5647V | Vorceed | - | 15.8 | 59.4 | 221.4 | 221.4 | +| 18 | Becks | 6005VC | Vorceed | - | 16.2 | 57.1 | 237.7 | 237.7 | +| 15 | Becks | 6258V4P | VT4Pro | - | 17.0 | 59.2 | 240.2 | 240.2 | +| 12 | Becks | 6280TCV2P | TreceptaRIB | - | 16.6 | 58.2 | 245.9 | 245.9 | +| 6 | Becks | 6374V2P | VT2RIB | - | 16.2 | 57.8 | 249.7 | 249.7 | +| 4 | Becks | 6469VT2P | VT2RIB | - | 19.2 | 58.2 | 251.0 | 251.0 | +| 21 | Becks | 6485SX | STXRIB | - | 17.3 | 58.8 | 232.6 | 232.6 | +| 17 | Becks | 6692SXP | SSPRIB | - | 19.5 | 58.1 | 238.4 | 238.4 | +| 20 | Nu Tech | 69B5V | Vorceed | - | 15.6 | 57.2 | 234.2 | 234.2 | +| 1 | Nu Tech | 69C7PCE | PCE | - | 16.0 | 57.9 | 254.0 | 254.0 | +| 9 | Nu Tech | 70B4AM | AM | - | 16.2 | 58.0 | 248.0 | 248.0 | +| 3 | Nu Tech | 70F6V | Vorceed | - | 15.1 | 57.2 | 251.4 | 251.4 | +| 24 | Nu Tech | 71A2V | Vorceed | - | 17.3 | 57.8 | 227.8 | 227.8 | +| 8 | Nu Tech | 72C1PCE | PCE | - | 16.9 | 57.9 | 249.0 | 249.0 | +| 14 | Nu Tech | 72D4Q | QROME | - | 17.6 | 58.7 | 242.9 | 242.9 | +| 16 | Nu Tech | 73A4AM | AM | - | 17.7 | 58.1 | 240.0 | 240.0 | +| 7 | Nu Tech | 74A5PCE | PCE | - | 18.4 | 57.9 | 249.6 | 249.6 | +| 27 | Nu Tech | 75C1PCE | PCE | - | 18.1 | 58.0 | 213.6 | 213.6 | +| 19 | Wyffels | W7759RIB | SSPRIB | - | 16.7 | 56.9 | 237.4 | 237.4 | +| 10 | Wyffels | W7876RIB | VT2RIB | - | 16.1 | 57.5 | 246.2 | 246.2 | +| 5 | Wyffels | W7945RIB | TreceptaRIB | - | 17.4 | 57.2 | 250.8 | 250.8 | +| 13 | Wyffels | W8086RIB | VT2RIB | - | 18.4 | 57.5 | 243.5 | 243.5 | + +Top 5 by Yield: 69C7PCE (Nu Tech) 254.0, DKC64-22RIB (Dekalb) 252.9, 70F6V (Nu Tech) 251.4, 6469VT2P (Becks) 251.0, W7945RIB (Wyffels) 250.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144523.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144523.json new file mode 100644 index 00000000..b9d7193b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144523.json @@ -0,0 +1,348 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144523", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Macomb", + "county": "McDonough", + "year": 2024, + "plot_id": "144523", + "cooperator": "First Mid Ag Services", + "plot_average": 257.76, + "planted_date": "2024-05-13", + "harvested_date": "2024-10-23", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 63.3, + "Yield": 271.9, + "Adj Yield": 271.9 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 61.9, + "Yield": 263.5, + "Adj Yield": 263.5 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 63.5, + "Yield": 252.0, + "Adj Yield": 252.0 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 62.9, + "Yield": 250.2, + "Adj Yield": 250.2 + } + }, + { + "rank": 16, + "brand": "Becks", + "product": "5647V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 61.8, + "Yield": 256.1, + "Adj Yield": 256.1 + } + }, + { + "rank": 10, + "brand": "Becks", + "product": "6005VC", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 60.9, + "Yield": 262.0, + "Adj Yield": 262.0 + } + }, + { + "rank": 2, + "brand": "Becks", + "product": "6258V4P", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 63.3, + "Yield": 273.1, + "Adj Yield": 273.1 + } + }, + { + "rank": 9, + "brand": "Becks", + "product": "6280TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 62.5, + "Yield": 262.2, + "Adj Yield": 262.2 + } + }, + { + "rank": 20, + "brand": "Becks", + "product": "6374V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 62.8, + "Yield": 247.4, + "Adj Yield": 247.4 + } + }, + { + "rank": 19, + "brand": "Becks", + "product": "6469VT2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 62.2, + "Yield": 249.6, + "Adj Yield": 249.6 + } + }, + { + "rank": 21, + "brand": "Becks", + "product": "6485SX", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 63.5, + "Yield": 246.8, + "Adj Yield": 246.8 + } + }, + { + "rank": 15, + "brand": "Becks", + "product": "6692SXP", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 62.4, + "Yield": 256.3, + "Adj Yield": 256.3 + } + }, + { + "rank": 23, + "brand": "Nu Tech", + "product": "68C1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 63.2, + "Yield": 236.8, + "Adj Yield": 236.8 + } + }, + { + "rank": 1, + "brand": "Nu Tech", + "product": "69B5V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 61.6, + "Yield": 273.3, + "Adj Yield": 273.3 + } + }, + { + "rank": 22, + "brand": "Nu Tech", + "product": "69C7PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 61.7, + "Yield": 237.4, + "Adj Yield": 237.4 + } + }, + { + "rank": 13, + "brand": "Nu Tech", + "product": "70B4AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 62.1, + "Yield": 257.6, + "Adj Yield": 257.6 + } + }, + { + "rank": 11, + "brand": "Nu Tech", + "product": "70F6V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 60.3, + "Yield": 261.4, + "Adj Yield": 261.4 + } + }, + { + "rank": 7, + "brand": "Nu Tech", + "product": "72C1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 62.0, + "Yield": 266.0, + "Adj Yield": 266.0 + } + }, + { + "rank": 5, + "brand": "Nu Tech", + "product": "73A4AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 62.0, + "Yield": 270.1, + "Adj Yield": 270.1 + } + }, + { + "rank": 14, + "brand": "Nu Tech", + "product": "73A6AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 61.9, + "Yield": 257.0, + "Adj Yield": 257.0 + } + }, + { + "rank": 6, + "brand": "Nu Tech", + "product": "74A5PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 61.0, + "Yield": 268.9, + "Adj Yield": 268.9 + } + }, + { + "rank": 12, + "brand": "Wyffels", + "product": "W6479RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 60.8, + "Yield": 260.2, + "Adj Yield": 260.2 + } + }, + { + "rank": 3, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 62.6, + "Yield": 273.0, + "Adj Yield": 273.0 + } + }, + { + "rank": 24, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 64.0, + "Yield": 233.5, + "Adj Yield": 233.5 + } + } + ], + "n_results": 24, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144523" + ], + "fetched_at": "2026-05-27T02:20:27.764869+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144523.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144523.md new file mode 100644 index 00000000..9aab5633 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144523.md @@ -0,0 +1,54 @@ +# Corn yield trial — Macomb, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** McDonough +- **City:** Macomb +- **Year:** 2024 +- **Plot ID:** 144523 +- **Cooperator:** First Mid Ag Services +- **Plot average:** 257.76 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-23 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144523 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 4 | AgriGold | A642-32VT2PRO | VT2Pro | - | 13.6 | 63.3 | 271.9 | 271.9 | +| 8 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.0 | 61.9 | 263.5 | 263.5 | +| 17 | Dekalb | DKC106-98RIB | VT4RIB | - | 12.5 | 63.5 | 252.0 | 252.0 | +| 18 | Dekalb | DKC110-10RIB | STXRIB | - | 13.0 | 62.9 | 250.2 | 250.2 | +| 16 | Becks | 5647V | Vorceed | - | 12.4 | 61.8 | 256.1 | 256.1 | +| 10 | Becks | 6005VC | Vorceed | - | 13.3 | 60.9 | 262.0 | 262.0 | +| 2 | Becks | 6258V4P | VT4Pro | - | 13.6 | 63.3 | 273.1 | 273.1 | +| 9 | Becks | 6280TCV2P | TreceptaRIB | - | 13.5 | 62.5 | 262.2 | 262.2 | +| 20 | Becks | 6374V2P | VT2RIB | - | 13.4 | 62.8 | 247.4 | 247.4 | +| 19 | Becks | 6469VT2P | VT2RIB | - | 14.0 | 62.2 | 249.6 | 249.6 | +| 21 | Becks | 6485SX | STXRIB | - | 12.7 | 63.5 | 246.8 | 246.8 | +| 15 | Becks | 6692SXP | SSPRIB | - | 14.0 | 62.4 | 256.3 | 256.3 | +| 23 | Nu Tech | 68C1V | Vorceed | - | 11.9 | 63.2 | 236.8 | 236.8 | +| 1 | Nu Tech | 69B5V | Vorceed | - | 13.0 | 61.6 | 273.3 | 273.3 | +| 22 | Nu Tech | 69C7PCE | PCE | - | 12.8 | 61.7 | 237.4 | 237.4 | +| 13 | Nu Tech | 70B4AM | AM | - | 13.1 | 62.1 | 257.6 | 257.6 | +| 11 | Nu Tech | 70F6V | Vorceed | - | 13.0 | 60.3 | 261.4 | 261.4 | +| 7 | Nu Tech | 72C1PCE | PCE | - | 13.3 | 62.0 | 266.0 | 266.0 | +| 5 | Nu Tech | 73A4AM | AM | - | 13.6 | 62.0 | 270.1 | 270.1 | +| 14 | Nu Tech | 73A6AML | AML | - | 14.0 | 61.9 | 257.0 | 257.0 | +| 6 | Nu Tech | 74A5PCE | PCE | - | 14.8 | 61.0 | 268.9 | 268.9 | +| 12 | Wyffels | W6479RIB | SSPRIB | - | 13.3 | 60.8 | 260.2 | 260.2 | +| 3 | Wyffels | W6505RIB | TreceptaRIB | - | 13.0 | 62.6 | 273.0 | 273.0 | +| 24 | Wyffels | W6886RIB | VT2RIB | - | 12.3 | 64.0 | 233.5 | 233.5 | + +Top 5 by Yield: 69B5V (Nu Tech) 273.3, 6258V4P (Becks) 273.1, W6505RIB (Wyffels) 273.0, A642-32VT2PRO (AgriGold) 271.9, 73A4AM (Nu Tech) 270.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144524.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144524.json new file mode 100644 index 00000000..041466a8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144524.json @@ -0,0 +1,387 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144524", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Geneseo", + "county": "Henry", + "year": 2024, + "plot_id": "144524", + "cooperator": "First Mid Ag Services", + "plot_average": 287.04, + "planted_date": "2024-05-06", + "harvested_date": "2024-10-06", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 16, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 56.1, + "Yield": 283.6, + "Adj Yield": 283.6 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 57.4, + "Yield": 288.4, + "Adj Yield": 288.4 + } + }, + { + "rank": 27, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 58.1, + "Yield": 263.4, + "Adj Yield": 263.4 + } + }, + { + "rank": 26, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": 57.6, + "Yield": 266.9, + "Adj Yield": 266.9 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": 55.8, + "Yield": 301.4, + "Adj Yield": 301.4 + } + }, + { + "rank": 23, + "brand": "Becks", + "product": "5647V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 59.0, + "Yield": 273.0, + "Adj Yield": 273.0 + } + }, + { + "rank": 9, + "brand": "Becks", + "product": "6005VC", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 56.3, + "Yield": 293.5, + "Adj Yield": 293.5 + } + }, + { + "rank": 4, + "brand": "Becks", + "product": "6258V4P", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 57.0, + "Yield": 301.5, + "Adj Yield": 301.5 + } + }, + { + "rank": 8, + "brand": "Becks", + "product": "6280TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": 55.0, + "Yield": 296.0, + "Adj Yield": 296.0 + } + }, + { + "rank": 20, + "brand": "Becks", + "product": "6374V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 56.3, + "Yield": 278.6, + "Adj Yield": 278.6 + } + }, + { + "rank": 21, + "brand": "Becks", + "product": "6469VT2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 55.8, + "Yield": 276.3, + "Adj Yield": 276.3 + } + }, + { + "rank": 14, + "brand": "Becks", + "product": "6485SX", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 57.7, + "Yield": 286.8, + "Adj Yield": 286.8 + } + }, + { + "rank": 22, + "brand": "Becks", + "product": "6692SXP", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": 55.7, + "Yield": 273.7, + "Adj Yield": 273.7 + } + }, + { + "rank": 10, + "brand": "Nu Tech", + "product": "69B5V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 56.6, + "Yield": 290.8, + "Adj Yield": 290.8 + } + }, + { + "rank": 1, + "brand": "Nu Tech", + "product": "69C7PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 57.1, + "Yield": 315.0, + "Adj Yield": 315.0 + } + }, + { + "rank": 12, + "brand": "Nu Tech", + "product": "70B4AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 57.0, + "Yield": 288.6, + "Adj Yield": 288.6 + } + }, + { + "rank": 6, + "brand": "Nu Tech", + "product": "70F6V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 56.6, + "Yield": 300.6, + "Adj Yield": 300.6 + } + }, + { + "rank": 19, + "brand": "Nu Tech", + "product": "71A2V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 56.9, + "Yield": 280.1, + "Adj Yield": 280.1 + } + }, + { + "rank": 2, + "brand": "Nu Tech", + "product": "72C1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 55.1, + "Yield": 309.5, + "Adj Yield": 309.5 + } + }, + { + "rank": 24, + "brand": "Nu Tech", + "product": "72D4Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 57.1, + "Yield": 272.2, + "Adj Yield": 272.2 + } + }, + { + "rank": 11, + "brand": "Nu Tech", + "product": "73A4AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 56.2, + "Yield": 290.4, + "Adj Yield": 290.4 + } + }, + { + "rank": 17, + "brand": "Nu Tech", + "product": "74A5PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 56.9, + "Yield": 282.0, + "Adj Yield": 282.0 + } + }, + { + "rank": 25, + "brand": "Nu Tech", + "product": "75C1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 57.5, + "Yield": 271.1, + "Adj Yield": 271.1 + } + }, + { + "rank": 18, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 55.6, + "Yield": 281.9, + "Adj Yield": 281.9 + } + }, + { + "rank": 15, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 56.0, + "Yield": 285.9, + "Adj Yield": 285.9 + } + }, + { + "rank": 7, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 23.7, + "Test Wt.": 54.3, + "Yield": 296.5, + "Adj Yield": 296.5 + } + }, + { + "rank": 3, + "brand": "Wyffels", + "product": "W8086RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 55.7, + "Yield": 302.3, + "Adj Yield": 302.3 + } + } + ], + "n_results": 27, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144524" + ], + "fetched_at": "2026-05-27T02:20:28.305677+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144524.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144524.md new file mode 100644 index 00000000..0711e1ae --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144524.md @@ -0,0 +1,57 @@ +# Corn yield trial — Geneseo, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Henry +- **City:** Geneseo +- **Year:** 2024 +- **Plot ID:** 144524 +- **Cooperator:** First Mid Ag Services +- **Plot average:** 287.04 BU/Ac +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-06 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144524 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 16 | AgriGold | A642-18SSP | SSP | - | 21.9 | 56.1 | 283.6 | 283.6 | +| 13 | AgriGold | A642-32VT2PRO | VT2Pro | - | 23.2 | 57.4 | 288.4 | 288.4 | +| 27 | Dekalb | DKC64-22RIB | VT2RIB | - | 21.7 | 58.1 | 263.4 | 263.4 | +| 26 | Dekalb | DKC114-99RIB | VT4RIB | - | 22.5 | 57.6 | 266.9 | 266.9 | +| 5 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 22.5 | 55.8 | 301.4 | 301.4 | +| 23 | Becks | 5647V | Vorceed | - | 18.9 | 59.0 | 273.0 | 273.0 | +| 9 | Becks | 6005VC | Vorceed | - | 20.6 | 56.3 | 293.5 | 293.5 | +| 4 | Becks | 6258V4P | VT4Pro | - | 22.1 | 57.0 | 301.5 | 301.5 | +| 8 | Becks | 6280TCV2P | TreceptaRIB | - | 22.5 | 55.0 | 296.0 | 296.0 | +| 20 | Becks | 6374V2P | VT2RIB | - | 20.9 | 56.3 | 278.6 | 278.6 | +| 21 | Becks | 6469VT2P | VT2RIB | - | 22.7 | 55.8 | 276.3 | 276.3 | +| 14 | Becks | 6485SX | STXRIB | - | 22.1 | 57.7 | 286.8 | 286.8 | +| 22 | Becks | 6692SXP | SSPRIB | - | 23.1 | 55.7 | 273.7 | 273.7 | +| 10 | Nu Tech | 69B5V | Vorceed | - | 20.8 | 56.6 | 290.8 | 290.8 | +| 1 | Nu Tech | 69C7PCE | PCE | - | 20.2 | 57.1 | 315.0 | 315.0 | +| 12 | Nu Tech | 70B4AM | AM | - | 21.0 | 57.0 | 288.6 | 288.6 | +| 6 | Nu Tech | 70F6V | Vorceed | - | 19.7 | 56.6 | 300.6 | 300.6 | +| 19 | Nu Tech | 71A2V | Vorceed | - | 21.1 | 56.9 | 280.1 | 280.1 | +| 2 | Nu Tech | 72C1PCE | PCE | - | 21.6 | 55.1 | 309.5 | 309.5 | +| 24 | Nu Tech | 72D4Q | QROME | - | 21.8 | 57.1 | 272.2 | 272.2 | +| 11 | Nu Tech | 73A4AM | AM | - | 21.7 | 56.2 | 290.4 | 290.4 | +| 17 | Nu Tech | 74A5PCE | PCE | - | 22.3 | 56.9 | 282.0 | 282.0 | +| 25 | Nu Tech | 75C1PCE | PCE | - | 21.8 | 57.5 | 271.1 | 271.1 | +| 18 | Wyffels | W7759RIB | SSPRIB | - | 21.1 | 55.6 | 281.9 | 281.9 | +| 15 | Wyffels | W7876RIB | VT2RIB | - | 21.7 | 56.0 | 285.9 | 285.9 | +| 7 | Wyffels | W7945RIB | TreceptaRIB | - | 23.7 | 54.3 | 296.5 | 296.5 | +| 3 | Wyffels | W8086RIB | VT2RIB | - | 22.6 | 55.7 | 302.3 | 302.3 | + +Top 5 by Yield: 69C7PCE (Nu Tech) 315.0, 72C1PCE (Nu Tech) 309.5, W8086RIB (Wyffels) 302.3, 6258V4P (Becks) 301.5, DKC66-06RIB (Dekalb) 301.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144525.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144525.json new file mode 100644 index 00000000..658b64e3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144525.json @@ -0,0 +1,387 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144525", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Mendota", + "county": "La Salle", + "year": 2024, + "plot_id": "144525", + "cooperator": "First Mid Ag Services", + "plot_average": 259.68, + "planted_date": "2024-05-05", + "harvested_date": "2024-10-05", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 20, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 54.7, + "Yield": 255.4, + "Adj Yield": 255.4 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 56.5, + "Yield": 250.0, + "Adj Yield": 250.0 + } + }, + { + "rank": 25, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 58.3, + "Yield": 240.6, + "Adj Yield": 240.6 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 57.5, + "Yield": 260.6, + "Adj Yield": 260.6 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 54.8, + "Yield": 259.3, + "Adj Yield": 259.3 + } + }, + { + "rank": 14, + "brand": "Becks", + "product": "5647V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 57.8, + "Yield": 260.9, + "Adj Yield": 260.9 + } + }, + { + "rank": 21, + "brand": "Becks", + "product": "6005VC", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 55.7, + "Yield": 254.9, + "Adj Yield": 254.9 + } + }, + { + "rank": 10, + "brand": "Becks", + "product": "6258V4P", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 56.9, + "Yield": 265.4, + "Adj Yield": 265.4 + } + }, + { + "rank": 8, + "brand": "Becks", + "product": "6280TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 54.8, + "Yield": 266.6, + "Adj Yield": 266.6 + } + }, + { + "rank": 12, + "brand": "Becks", + "product": "6374V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 55.5, + "Yield": 263.6, + "Adj Yield": 263.6 + } + }, + { + "rank": 11, + "brand": "Becks", + "product": "6469VT2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 54.6, + "Yield": 263.8, + "Adj Yield": 263.8 + } + }, + { + "rank": 17, + "brand": "Becks", + "product": "6485SX", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 54.9, + "Yield": 256.3, + "Adj Yield": 256.3 + } + }, + { + "rank": 27, + "brand": "Becks", + "product": "6692SXP", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 53.4, + "Yield": 226.7, + "Adj Yield": 226.7 + } + }, + { + "rank": 19, + "brand": "Nu Tech", + "product": "69B5V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 56.1, + "Yield": 255.8, + "Adj Yield": 255.8 + } + }, + { + "rank": 4, + "brand": "Nu Tech", + "product": "69C7PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 55.6, + "Yield": 271.7, + "Adj Yield": 271.7 + } + }, + { + "rank": 5, + "brand": "Nu Tech", + "product": "70B4AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 55.4, + "Yield": 270.8, + "Adj Yield": 270.8 + } + }, + { + "rank": 2, + "brand": "Nu Tech", + "product": "70F6V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 55.1, + "Yield": 275.8, + "Adj Yield": 275.8 + } + }, + { + "rank": 22, + "brand": "Nu Tech", + "product": "71A2V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 55.3, + "Yield": 254.7, + "Adj Yield": 254.7 + } + }, + { + "rank": 9, + "brand": "Nu Tech", + "product": "72C1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 53.2, + "Yield": 265.6, + "Adj Yield": 265.6 + } + }, + { + "rank": 6, + "brand": "Nu Tech", + "product": "72D4Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 54.9, + "Yield": 267.3, + "Adj Yield": 267.3 + } + }, + { + "rank": 18, + "brand": "Nu Tech", + "product": "73A4AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 55.3, + "Yield": 256.0, + "Adj Yield": 256.0 + } + }, + { + "rank": 3, + "brand": "Nu Tech", + "product": "74A5PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 55.9, + "Yield": 273.2, + "Adj Yield": 273.2 + } + }, + { + "rank": 26, + "brand": "Nu Tech", + "product": "75C1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 55.4, + "Yield": 239.4, + "Adj Yield": 239.4 + } + }, + { + "rank": 13, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 54.3, + "Yield": 262.2, + "Adj Yield": 262.2 + } + }, + { + "rank": 23, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 55.7, + "Yield": 251.7, + "Adj Yield": 251.7 + } + }, + { + "rank": 7, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 52.4, + "Yield": 267.0, + "Adj Yield": 267.0 + } + }, + { + "rank": 1, + "brand": "Wyffels", + "product": "W8086RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 55.0, + "Yield": 276.1, + "Adj Yield": 276.1 + } + } + ], + "n_results": 27, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144525" + ], + "fetched_at": "2026-05-27T02:20:28.798497+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144525.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144525.md new file mode 100644 index 00000000..73175da1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144525.md @@ -0,0 +1,57 @@ +# Corn yield trial — Mendota, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** La Salle +- **City:** Mendota +- **Year:** 2024 +- **Plot ID:** 144525 +- **Cooperator:** First Mid Ag Services +- **Plot average:** 259.68 BU/Ac +- **Planted:** 2024-05-05 +- **Harvested:** 2024-10-05 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144525 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 20 | AgriGold | A642-18SSP | SSP | - | 22.0 | 54.7 | 255.4 | 255.4 | +| 24 | AgriGold | A642-32VT2PRO | VT2Pro | - | 21.3 | 56.5 | 250.0 | 250.0 | +| 25 | Dekalb | DKC64-22RIB | VT2RIB | - | 21.8 | 58.3 | 240.6 | 240.6 | +| 15 | Dekalb | DKC114-99RIB | VT4RIB | - | 21.8 | 57.5 | 260.6 | 260.6 | +| 16 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 22.0 | 54.8 | 259.3 | 259.3 | +| 14 | Becks | 5647V | Vorceed | - | 19.3 | 57.8 | 260.9 | 260.9 | +| 21 | Becks | 6005VC | Vorceed | - | 19.5 | 55.7 | 254.9 | 254.9 | +| 10 | Becks | 6258V4P | VT4Pro | - | 21.8 | 56.9 | 265.4 | 265.4 | +| 8 | Becks | 6280TCV2P | TreceptaRIB | - | 21.5 | 54.8 | 266.6 | 266.6 | +| 12 | Becks | 6374V2P | VT2RIB | - | 21.7 | 55.5 | 263.6 | 263.6 | +| 11 | Becks | 6469VT2P | VT2RIB | - | 23.2 | 54.6 | 263.8 | 263.8 | +| 17 | Becks | 6485SX | STXRIB | - | 23.2 | 54.9 | 256.3 | 256.3 | +| 27 | Becks | 6692SXP | SSPRIB | - | 22.8 | 53.4 | 226.7 | 226.7 | +| 19 | Nu Tech | 69B5V | Vorceed | - | 19.7 | 56.1 | 255.8 | 255.8 | +| 4 | Nu Tech | 69C7PCE | PCE | - | 20.7 | 55.6 | 271.7 | 271.7 | +| 5 | Nu Tech | 70B4AM | AM | - | 20.8 | 55.4 | 270.8 | 270.8 | +| 2 | Nu Tech | 70F6V | Vorceed | - | 20.1 | 55.1 | 275.8 | 275.8 | +| 22 | Nu Tech | 71A2V | Vorceed | - | 20.9 | 55.3 | 254.7 | 254.7 | +| 9 | Nu Tech | 72C1PCE | PCE | - | 21.6 | 53.2 | 265.6 | 265.6 | +| 6 | Nu Tech | 72D4Q | QROME | - | 21.5 | 54.9 | 267.3 | 267.3 | +| 18 | Nu Tech | 73A4AM | AM | - | 22.1 | 55.3 | 256.0 | 256.0 | +| 3 | Nu Tech | 74A5PCE | PCE | - | 21.8 | 55.9 | 273.2 | 273.2 | +| 26 | Nu Tech | 75C1PCE | PCE | - | 22.4 | 55.4 | 239.4 | 239.4 | +| 13 | Wyffels | W7759RIB | SSPRIB | - | 20.9 | 54.3 | 262.2 | 262.2 | +| 23 | Wyffels | W7876RIB | VT2RIB | - | 21.8 | 55.7 | 251.7 | 251.7 | +| 7 | Wyffels | W7945RIB | TreceptaRIB | - | 21.8 | 52.4 | 267.0 | 267.0 | +| 1 | Wyffels | W8086RIB | VT2RIB | - | 21.8 | 55.0 | 276.1 | 276.1 | + +Top 5 by Yield: W8086RIB (Wyffels) 276.1, 70F6V (Nu Tech) 275.8, 74A5PCE (Nu Tech) 273.2, 69C7PCE (Nu Tech) 271.7, 70B4AM (Nu Tech) 270.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144526.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144526.json new file mode 100644 index 00000000..89446257 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144526.json @@ -0,0 +1,387 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144526", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Onarga", + "county": "Iroquois", + "year": 2024, + "plot_id": "144526", + "cooperator": "First Mid Ag Services", + "plot_average": 258.96, + "planted_date": "2024-05-04", + "harvested_date": "2024-10-03", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Unknown", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 55.5, + "Yield": 261.8, + "Adj Yield": 261.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 58.0, + "Yield": 262.8, + "Adj Yield": 262.8 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 58.8, + "Yield": 260.6, + "Adj Yield": 260.6 + } + }, + { + "rank": 22, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 56.7, + "Yield": 251.7, + "Adj Yield": 251.7 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 55.0, + "Yield": 266.3, + "Adj Yield": 266.3 + } + }, + { + "rank": 22, + "brand": "Becks", + "product": "5647V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 57.8, + "Yield": 251.7, + "Adj Yield": 251.7 + } + }, + { + "rank": 14, + "brand": "Becks", + "product": "6005VC", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 56.0, + "Yield": 259.6, + "Adj Yield": 259.6 + } + }, + { + "rank": 6, + "brand": "Becks", + "product": "6258V4P", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 55.9, + "Yield": 264.2, + "Adj Yield": 264.2 + } + }, + { + "rank": 8, + "brand": "Becks", + "product": "6280TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 54.5, + "Yield": 262.2, + "Adj Yield": 262.2 + } + }, + { + "rank": 18, + "brand": "Becks", + "product": "6374V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 55.2, + "Yield": 256.6, + "Adj Yield": 256.6 + } + }, + { + "rank": 12, + "brand": "Becks", + "product": "6469VT2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 55.0, + "Yield": 261.3, + "Adj Yield": 261.3 + } + }, + { + "rank": 21, + "brand": "Becks", + "product": "6485SX", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 57.0, + "Yield": 254.6, + "Adj Yield": 254.6 + } + }, + { + "rank": 25, + "brand": "Becks", + "product": "6692SXP", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 56.2, + "Yield": 247.6, + "Adj Yield": 247.6 + } + }, + { + "rank": 16, + "brand": "Nu Tech", + "product": "69B5V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 56.4, + "Yield": 257.9, + "Adj Yield": 257.9 + } + }, + { + "rank": 2, + "brand": "Nu Tech", + "product": "69C7PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 56.2, + "Yield": 272.8, + "Adj Yield": 272.8 + } + }, + { + "rank": 10, + "brand": "Nu Tech", + "product": "70B4AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 55.8, + "Yield": 261.5, + "Adj Yield": 261.5 + } + }, + { + "rank": 4, + "brand": "Nu Tech", + "product": "70F6V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 55.9, + "Yield": 268.3, + "Adj Yield": 268.3 + } + }, + { + "rank": 26, + "brand": "Nu Tech", + "product": "71A2V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 56.0, + "Yield": 243.9, + "Adj Yield": 243.9 + } + }, + { + "rank": 19, + "brand": "Nu Tech", + "product": "72C1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 55.6, + "Yield": 255.1, + "Adj Yield": 255.1 + } + }, + { + "rank": 3, + "brand": "Nu Tech", + "product": "72D4Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 55.9, + "Yield": 270.2, + "Adj Yield": 270.2 + } + }, + { + "rank": 27, + "brand": "Nu Tech", + "product": "73A4AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 54.8, + "Yield": 230.9, + "Adj Yield": 230.9 + } + }, + { + "rank": 17, + "brand": "Nu Tech", + "product": "74A5PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 55.5, + "Yield": 257.2, + "Adj Yield": 257.2 + } + }, + { + "rank": 24, + "brand": "Nu Tech", + "product": "75C1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 55.8, + "Yield": 249.7, + "Adj Yield": 249.7 + } + }, + { + "rank": 19, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 55.4, + "Yield": 255.1, + "Adj Yield": 255.1 + } + }, + { + "rank": 14, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 55.1, + "Yield": 259.6, + "Adj Yield": 259.6 + } + }, + { + "rank": 1, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 53.4, + "Yield": 287.1, + "Adj Yield": 287.1 + } + }, + { + "rank": 10, + "brand": "Wyffels", + "product": "W8086RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 54.7, + "Yield": 261.5, + "Adj Yield": 261.5 + } + } + ], + "n_results": 27, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144526" + ], + "fetched_at": "2026-05-27T02:20:29.295710+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144526.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144526.md new file mode 100644 index 00000000..a0798a58 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144526.md @@ -0,0 +1,57 @@ +# Corn yield trial — Onarga, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Iroquois +- **City:** Onarga +- **Year:** 2024 +- **Plot ID:** 144526 +- **Cooperator:** First Mid Ag Services +- **Plot average:** 258.96 BU/Ac +- **Planted:** 2024-05-04 +- **Harvested:** 2024-10-03 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Unknown +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144526 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | AgriGold | A642-18SSP | SSP | - | 20.2 | 55.5 | 261.8 | 261.8 | +| 7 | AgriGold | A642-32VT2PRO | VT2Pro | - | 20.8 | 58.0 | 262.8 | 262.8 | +| 13 | Dekalb | DKC64-22RIB | VT2RIB | - | 20.8 | 58.8 | 260.6 | 260.6 | +| 22 | Dekalb | DKC114-99RIB | VT4RIB | - | 22.0 | 56.7 | 251.7 | 251.7 | +| 5 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 21.5 | 55.0 | 266.3 | 266.3 | +| 22 | Becks | 5647V | Vorceed | - | 19.2 | 57.8 | 251.7 | 251.7 | +| 14 | Becks | 6005VC | Vorceed | - | 18.4 | 56.0 | 259.6 | 259.6 | +| 6 | Becks | 6258V4P | VT4Pro | - | 21.6 | 55.9 | 264.2 | 264.2 | +| 8 | Becks | 6280TCV2P | TreceptaRIB | - | 21.1 | 54.5 | 262.2 | 262.2 | +| 18 | Becks | 6374V2P | VT2RIB | - | 22.7 | 55.2 | 256.6 | 256.6 | +| 12 | Becks | 6469VT2P | VT2RIB | - | 22.6 | 55.0 | 261.3 | 261.3 | +| 21 | Becks | 6485SX | STXRIB | - | 20.7 | 57.0 | 254.6 | 254.6 | +| 25 | Becks | 6692SXP | SSPRIB | - | 21.2 | 56.2 | 247.6 | 247.6 | +| 16 | Nu Tech | 69B5V | Vorceed | - | 19.2 | 56.4 | 257.9 | 257.9 | +| 2 | Nu Tech | 69C7PCE | PCE | - | 19.9 | 56.2 | 272.8 | 272.8 | +| 10 | Nu Tech | 70B4AM | AM | - | 19.4 | 55.8 | 261.5 | 261.5 | +| 4 | Nu Tech | 70F6V | Vorceed | - | 18.5 | 55.9 | 268.3 | 268.3 | +| 26 | Nu Tech | 71A2V | Vorceed | - | 20.6 | 56.0 | 243.9 | 243.9 | +| 19 | Nu Tech | 72C1PCE | PCE | - | 20.0 | 55.6 | 255.1 | 255.1 | +| 3 | Nu Tech | 72D4Q | QROME | - | 20.2 | 55.9 | 270.2 | 270.2 | +| 27 | Nu Tech | 73A4AM | AM | - | 20.5 | 54.8 | 230.9 | 230.9 | +| 17 | Nu Tech | 74A5PCE | PCE | - | 20.7 | 55.5 | 257.2 | 257.2 | +| 24 | Nu Tech | 75C1PCE | PCE | - | 21.6 | 55.8 | 249.7 | 249.7 | +| 19 | Wyffels | W7759RIB | SSPRIB | - | 20.0 | 55.4 | 255.1 | 255.1 | +| 14 | Wyffels | W7876RIB | VT2RIB | - | 22.1 | 55.1 | 259.6 | 259.6 | +| 1 | Wyffels | W7945RIB | TreceptaRIB | - | 21.7 | 53.4 | 287.1 | 287.1 | +| 10 | Wyffels | W8086RIB | VT2RIB | - | 20.9 | 54.7 | 261.5 | 261.5 | + +Top 5 by Yield: W7945RIB (Wyffels) 287.1, 69C7PCE (Nu Tech) 272.8, 72D4Q (Nu Tech) 270.2, 70F6V (Nu Tech) 268.3, DKC66-06RIB (Dekalb) 266.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144527.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144527.json new file mode 100644 index 00000000..bbde0559 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144527.json @@ -0,0 +1,348 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144527", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Atlanta", + "county": "Logan", + "year": 2024, + "plot_id": "144527", + "cooperator": "First Mid Ag Services", + "plot_average": 283.58, + "planted_date": "2024-05-01", + "harvested_date": "2024-10-01", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 62.3, + "Yield": 293.4, + "Adj Yield": 293.4 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 60.9, + "Yield": 284.1, + "Adj Yield": 284.1 + } + }, + { + "rank": 23, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 62.5, + "Yield": 253.4, + "Adj Yield": 253.4 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 62.5, + "Yield": 294.2, + "Adj Yield": 294.2 + } + }, + { + "rank": 22, + "brand": "Becks", + "product": "5647V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 61.9, + "Yield": 264.1, + "Adj Yield": 264.1 + } + }, + { + "rank": 8, + "brand": "Becks", + "product": "6005VC", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 61.2, + "Yield": 290.9, + "Adj Yield": 290.9 + } + }, + { + "rank": 9, + "brand": "Becks", + "product": "6258V4P", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 62.4, + "Yield": 289.7, + "Adj Yield": 289.7 + } + }, + { + "rank": 10, + "brand": "Becks", + "product": "6280TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 62.1, + "Yield": 288.0, + "Adj Yield": 288.0 + } + }, + { + "rank": 11, + "brand": "Becks", + "product": "6374V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 62.0, + "Yield": 285.3, + "Adj Yield": 285.3 + } + }, + { + "rank": 20, + "brand": "Becks", + "product": "6469VT2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 62.8, + "Yield": 273.8, + "Adj Yield": 273.8 + } + }, + { + "rank": 15, + "brand": "Becks", + "product": "6485SX", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 62.4, + "Yield": 280.2, + "Adj Yield": 280.2 + } + }, + { + "rank": 18, + "brand": "Becks", + "product": "6692SXP", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 62.6, + "Yield": 275.9, + "Adj Yield": 275.9 + } + }, + { + "rank": 21, + "brand": "Nu Tech", + "product": "68C1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 61.6, + "Yield": 272.4, + "Adj Yield": 272.4 + } + }, + { + "rank": 19, + "brand": "Nu Tech", + "product": "69B5V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 61.0, + "Yield": 274.4, + "Adj Yield": 274.4 + } + }, + { + "rank": 1, + "brand": "Nu Tech", + "product": "69C7PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 62.0, + "Yield": 312.2, + "Adj Yield": 312.2 + } + }, + { + "rank": 16, + "brand": "Nu Tech", + "product": "70B4AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 61.8, + "Yield": 279.5, + "Adj Yield": 279.5 + } + }, + { + "rank": 2, + "brand": "Nu Tech", + "product": "70F6V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 60.5, + "Yield": 304.9, + "Adj Yield": 304.9 + } + }, + { + "rank": 4, + "brand": "Nu Tech", + "product": "72C1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 61.6, + "Yield": 299.7, + "Adj Yield": 299.7 + } + }, + { + "rank": 6, + "brand": "Nu Tech", + "product": "73A4AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 61.7, + "Yield": 293.4, + "Adj Yield": 293.4 + } + }, + { + "rank": 13, + "brand": "Nu Tech", + "product": "73A6AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 61.9, + "Yield": 281.5, + "Adj Yield": 281.5 + } + }, + { + "rank": 3, + "brand": "Nu Tech", + "product": "74A5PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 62.3, + "Yield": 304.8, + "Adj Yield": 304.8 + } + }, + { + "rank": 14, + "brand": "Wyffels", + "product": "W6479RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 61.0, + "Yield": 280.3, + "Adj Yield": 280.3 + } + }, + { + "rank": 17, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 62.5, + "Yield": 278.5, + "Adj Yield": 278.5 + } + }, + { + "rank": 24, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 62.3, + "Yield": 251.3, + "Adj Yield": 251.3 + } + } + ], + "n_results": 24, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144527" + ], + "fetched_at": "2026-05-27T02:20:29.769095+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144527.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144527.md new file mode 100644 index 00000000..76a89665 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144527.md @@ -0,0 +1,54 @@ +# Corn yield trial — Atlanta, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Logan +- **City:** Atlanta +- **Year:** 2024 +- **Plot ID:** 144527 +- **Cooperator:** First Mid Ag Services +- **Plot average:** 283.58 BU/Ac +- **Planted:** 2024-05-01 +- **Harvested:** 2024-10-01 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144527 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | AgriGold | A642-32VT2PRO | VT2Pro | - | 14.2 | 62.3 | 293.4 | 293.4 | +| 12 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.0 | 60.9 | 284.1 | 284.1 | +| 23 | Dekalb | DKC106-98RIB | VT4RIB | - | 12.3 | 62.5 | 253.4 | 253.4 | +| 5 | Dekalb | DKC110-10RIB | STXRIB | - | 12.8 | 62.5 | 294.2 | 294.2 | +| 22 | Becks | 5647V | Vorceed | - | 11.9 | 61.9 | 264.1 | 264.1 | +| 8 | Becks | 6005VC | Vorceed | - | 12.4 | 61.2 | 290.9 | 290.9 | +| 9 | Becks | 6258V4P | VT4Pro | - | 12.8 | 62.4 | 289.7 | 289.7 | +| 10 | Becks | 6280TCV2P | TreceptaRIB | - | 12.9 | 62.1 | 288.0 | 288.0 | +| 11 | Becks | 6374V2P | VT2RIB | - | 13.4 | 62.0 | 285.3 | 285.3 | +| 20 | Becks | 6469VT2P | VT2RIB | - | 14.1 | 62.8 | 273.8 | 273.8 | +| 15 | Becks | 6485SX | STXRIB | - | 13.4 | 62.4 | 280.2 | 280.2 | +| 18 | Becks | 6692SXP | SSPRIB | - | 14.5 | 62.6 | 275.9 | 275.9 | +| 21 | Nu Tech | 68C1V | Vorceed | - | 11.9 | 61.6 | 272.4 | 272.4 | +| 19 | Nu Tech | 69B5V | Vorceed | - | 12.3 | 61.0 | 274.4 | 274.4 | +| 1 | Nu Tech | 69C7PCE | PCE | - | 12.8 | 62.0 | 312.2 | 312.2 | +| 16 | Nu Tech | 70B4AM | AM | - | 12.7 | 61.8 | 279.5 | 279.5 | +| 2 | Nu Tech | 70F6V | Vorceed | - | 12.5 | 60.5 | 304.9 | 304.9 | +| 4 | Nu Tech | 72C1PCE | PCE | - | 12.9 | 61.6 | 299.7 | 299.7 | +| 6 | Nu Tech | 73A4AM | AM | - | 13.5 | 61.7 | 293.4 | 293.4 | +| 13 | Nu Tech | 73A6AML | AML | - | 14.1 | 61.9 | 281.5 | 281.5 | +| 3 | Nu Tech | 74A5PCE | PCE | - | 13.6 | 62.3 | 304.8 | 304.8 | +| 14 | Wyffels | W6479RIB | SSPRIB | - | 13.1 | 61.0 | 280.3 | 280.3 | +| 17 | Wyffels | W6505RIB | TreceptaRIB | - | 12.8 | 62.5 | 278.5 | 278.5 | +| 24 | Wyffels | W6886RIB | VT2RIB | - | 13.1 | 62.3 | 251.3 | 251.3 | + +Top 5 by Yield: 69C7PCE (Nu Tech) 312.2, 70F6V (Nu Tech) 304.9, 74A5PCE (Nu Tech) 304.8, 72C1PCE (Nu Tech) 299.7, DKC110-10RIB (Dekalb) 294.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144528.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144528.json new file mode 100644 index 00000000..7835884c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144528.json @@ -0,0 +1,348 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144528", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Fisher", + "county": "Champaign", + "year": 2024, + "plot_id": "144528", + "cooperator": "First Mid Ag Services", + "plot_average": 240.43, + "planted_date": "2024-05-03", + "harvested_date": "2024-10-02", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 16, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 57.2, + "Yield": 237.1, + "Adj Yield": 237.1 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": 53.6, + "Yield": 232.1, + "Adj Yield": 232.1 + } + }, + { + "rank": 24, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 59.8, + "Yield": 205.9, + "Adj Yield": 205.9 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 59.7, + "Yield": 241.1, + "Adj Yield": 241.1 + } + }, + { + "rank": 22, + "brand": "Becks", + "product": "5647V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 58.8, + "Yield": 220.5, + "Adj Yield": 220.5 + } + }, + { + "rank": 7, + "brand": "Becks", + "product": "6005VC", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 57.3, + "Yield": 247.7, + "Adj Yield": 247.7 + } + }, + { + "rank": 1, + "brand": "Becks", + "product": "6258V4P", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 57.4, + "Yield": 263.4, + "Adj Yield": 263.4 + } + }, + { + "rank": 9, + "brand": "Becks", + "product": "6280TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 58.3, + "Yield": 246.8, + "Adj Yield": 246.8 + } + }, + { + "rank": 21, + "brand": "Becks", + "product": "6374V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 54.8, + "Yield": 224.1, + "Adj Yield": 224.1 + } + }, + { + "rank": 2, + "brand": "Becks", + "product": "6469VT2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.6, + "Test Wt.": 55.2, + "Yield": 259.5, + "Adj Yield": 259.5 + } + }, + { + "rank": 15, + "brand": "Becks", + "product": "6485SX", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 57.6, + "Yield": 237.4, + "Adj Yield": 237.4 + } + }, + { + "rank": 13, + "brand": "Becks", + "product": "6692SXP", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 56.5, + "Yield": 242.1, + "Adj Yield": 242.1 + } + }, + { + "rank": 8, + "brand": "Nu Tech", + "product": "68C1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 59.5, + "Yield": 247.0, + "Adj Yield": 247.0 + } + }, + { + "rank": 17, + "brand": "Nu Tech", + "product": "69B5V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 56.7, + "Yield": 236.6, + "Adj Yield": 236.6 + } + }, + { + "rank": 5, + "brand": "Nu Tech", + "product": "69C7PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 57.5, + "Yield": 253.0, + "Adj Yield": 253.0 + } + }, + { + "rank": 10, + "brand": "Nu Tech", + "product": "70B4AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 58.7, + "Yield": 246.2, + "Adj Yield": 246.2 + } + }, + { + "rank": 3, + "brand": "Nu Tech", + "product": "70F6V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 57.1, + "Yield": 254.8, + "Adj Yield": 254.8 + } + }, + { + "rank": 6, + "brand": "Nu Tech", + "product": "72C1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 56.8, + "Yield": 251.9, + "Adj Yield": 251.9 + } + }, + { + "rank": 12, + "brand": "Nu Tech", + "product": "73A4AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 56.0, + "Yield": 243.2, + "Adj Yield": 243.2 + } + }, + { + "rank": 20, + "brand": "Nu Tech", + "product": "73A6AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 56.3, + "Yield": 227.2, + "Adj Yield": 227.2 + } + }, + { + "rank": 4, + "brand": "Nu Tech", + "product": "74A5PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 56.9, + "Yield": 253.2, + "Adj Yield": 253.2 + } + }, + { + "rank": 18, + "brand": "Wyffels", + "product": "W6479RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 57.8, + "Yield": 233.3, + "Adj Yield": 233.3 + } + }, + { + "rank": 11, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 60.1, + "Yield": 245.9, + "Adj Yield": 245.9 + } + }, + { + "rank": 23, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": 59.7, + "Yield": 220.3, + "Adj Yield": 220.3 + } + } + ], + "n_results": 24, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144528" + ], + "fetched_at": "2026-05-27T02:20:30.266095+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144528.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144528.md new file mode 100644 index 00000000..5a48598a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144528.md @@ -0,0 +1,54 @@ +# Corn yield trial — Fisher, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Champaign +- **City:** Fisher +- **Year:** 2024 +- **Plot ID:** 144528 +- **Cooperator:** First Mid Ag Services +- **Plot average:** 240.43 BU/Ac +- **Planted:** 2024-05-03 +- **Harvested:** 2024-10-02 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144528 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 16 | AgriGold | A642-32VT2PRO | VT2Pro | - | 23.2 | 57.2 | 237.1 | 237.1 | +| 19 | AgriGold | A644-64VT2RIB | VT2RIB | - | 23.0 | 53.6 | 232.1 | 232.1 | +| 24 | Dekalb | DKC106-98RIB | VT4RIB | - | 22.2 | 59.8 | 205.9 | 205.9 | +| 14 | Dekalb | DKC110-10RIB | STXRIB | - | 22.0 | 59.7 | 241.1 | 241.1 | +| 22 | Becks | 5647V | Vorceed | - | 20.5 | 58.8 | 220.5 | 220.5 | +| 7 | Becks | 6005VC | Vorceed | - | 21.4 | 57.3 | 247.7 | 247.7 | +| 1 | Becks | 6258V4P | VT4Pro | - | 22.6 | 57.4 | 263.4 | 263.4 | +| 9 | Becks | 6280TCV2P | TreceptaRIB | - | 21.2 | 58.3 | 246.8 | 246.8 | +| 21 | Becks | 6374V2P | VT2RIB | - | 23.2 | 54.8 | 224.1 | 224.1 | +| 2 | Becks | 6469VT2P | VT2RIB | - | 23.6 | 55.2 | 259.5 | 259.5 | +| 15 | Becks | 6485SX | STXRIB | - | 22.2 | 57.6 | 237.4 | 237.4 | +| 13 | Becks | 6692SXP | SSPRIB | - | 22.6 | 56.5 | 242.1 | 242.1 | +| 8 | Nu Tech | 68C1V | Vorceed | - | 20.3 | 59.5 | 247.0 | 247.0 | +| 17 | Nu Tech | 69B5V | Vorceed | - | 21.7 | 56.7 | 236.6 | 236.6 | +| 5 | Nu Tech | 69C7PCE | PCE | - | 21.8 | 57.5 | 253.0 | 253.0 | +| 10 | Nu Tech | 70B4AM | AM | - | 20.5 | 58.7 | 246.2 | 246.2 | +| 3 | Nu Tech | 70F6V | Vorceed | - | 20.2 | 57.1 | 254.8 | 254.8 | +| 6 | Nu Tech | 72C1PCE | PCE | - | 21.7 | 56.8 | 251.9 | 251.9 | +| 12 | Nu Tech | 73A4AM | AM | - | 22.6 | 56.0 | 243.2 | 243.2 | +| 20 | Nu Tech | 73A6AML | AML | - | 22.1 | 56.3 | 227.2 | 227.2 | +| 4 | Nu Tech | 74A5PCE | PCE | - | 22.3 | 56.9 | 253.2 | 253.2 | +| 18 | Wyffels | W6479RIB | SSPRIB | - | 20.4 | 57.8 | 233.3 | 233.3 | +| 11 | Wyffels | W6505RIB | TreceptaRIB | - | 21.6 | 60.1 | 245.9 | 245.9 | +| 23 | Wyffels | W6886RIB | VT2RIB | - | 23.0 | 59.7 | 220.3 | 220.3 | + +Top 5 by Yield: 6258V4P (Becks) 263.4, 6469VT2P (Becks) 259.5, 70F6V (Nu Tech) 254.8, 74A5PCE (Nu Tech) 253.2, 69C7PCE (Nu Tech) 253.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144529.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144529.json new file mode 100644 index 00000000..cdd945c5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144529.json @@ -0,0 +1,348 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144529", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Mason City", + "county": "Mason", + "year": 2024, + "plot_id": "144529", + "cooperator": "First Mid Ag Services", + "plot_average": 260.3, + "planted_date": "2024-05-16", + "harvested_date": "2024-10-07", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 60.8, + "Yield": 252.7, + "Adj Yield": 252.7 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 58.5, + "Yield": 251.6, + "Adj Yield": 251.6 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 61.3, + "Yield": 249.5, + "Adj Yield": 249.5 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 60.6, + "Yield": 276.0, + "Adj Yield": 276.0 + } + }, + { + "rank": 20, + "brand": "Becks", + "product": "5647V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 60.2, + "Yield": 246.9, + "Adj Yield": 246.9 + } + }, + { + "rank": 9, + "brand": "Becks", + "product": "6005VC", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 59.0, + "Yield": 267.0, + "Adj Yield": 267.0 + } + }, + { + "rank": 4, + "brand": "Becks", + "product": "6258V4P", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 59.8, + "Yield": 282.7, + "Adj Yield": 282.7 + } + }, + { + "rank": 21, + "brand": "Becks", + "product": "6280TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 58.5, + "Yield": 244.9, + "Adj Yield": 244.9 + } + }, + { + "rank": 6, + "brand": "Becks", + "product": "6374V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 58.5, + "Yield": 271.1, + "Adj Yield": 271.1 + } + }, + { + "rank": 14, + "brand": "Becks", + "product": "6469VT2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 59.1, + "Yield": 254.9, + "Adj Yield": 254.9 + } + }, + { + "rank": 23, + "brand": "Becks", + "product": "6485SX", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 60.0, + "Yield": 236.4, + "Adj Yield": 236.4 + } + }, + { + "rank": 24, + "brand": "Becks", + "product": "6692SXP", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 59.1, + "Yield": 233.0, + "Adj Yield": 233.0 + } + }, + { + "rank": 3, + "brand": "Nu Tech", + "product": "68C1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 60.0, + "Yield": 283.2, + "Adj Yield": 283.2 + } + }, + { + "rank": 7, + "brand": "Nu Tech", + "product": "69B5V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.9, + "Yield": 269.3, + "Adj Yield": 269.3 + } + }, + { + "rank": 1, + "brand": "Nu Tech", + "product": "69C7PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 59.3, + "Yield": 285.9, + "Adj Yield": 285.9 + } + }, + { + "rank": 13, + "brand": "Nu Tech", + "product": "70B4AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 59.8, + "Yield": 258.3, + "Adj Yield": 258.3 + } + }, + { + "rank": 11, + "brand": "Nu Tech", + "product": "70F6V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.2, + "Yield": 262.3, + "Adj Yield": 262.3 + } + }, + { + "rank": 2, + "brand": "Nu Tech", + "product": "72C1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 58.5, + "Yield": 285.4, + "Adj Yield": 285.4 + } + }, + { + "rank": 17, + "brand": "Nu Tech", + "product": "73A4AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 58.9, + "Yield": 249.8, + "Adj Yield": 249.8 + } + }, + { + "rank": 19, + "brand": "Nu Tech", + "product": "73A6AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 58.9, + "Yield": 248.6, + "Adj Yield": 248.6 + } + }, + { + "rank": 12, + "brand": "Nu Tech", + "product": "74A5PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 59.5, + "Yield": 260.3, + "Adj Yield": 260.3 + } + }, + { + "rank": 8, + "brand": "Wyffels", + "product": "W6479RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.1, + "Yield": 269.1, + "Adj Yield": 269.1 + } + }, + { + "rank": 10, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 60.8, + "Yield": 263.4, + "Adj Yield": 263.4 + } + }, + { + "rank": 21, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 60.1, + "Yield": 244.9, + "Adj Yield": 244.9 + } + } + ], + "n_results": 24, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144529" + ], + "fetched_at": "2026-05-27T02:20:30.823608+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144529.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144529.md new file mode 100644 index 00000000..7f6e5fe8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144529.md @@ -0,0 +1,54 @@ +# Corn yield trial — Mason City, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Mason +- **City:** Mason City +- **Year:** 2024 +- **Plot ID:** 144529 +- **Cooperator:** First Mid Ag Services +- **Plot average:** 260.3 BU/Ac +- **Planted:** 2024-05-16 +- **Harvested:** 2024-10-07 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144529 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 15 | AgriGold | A642-32VT2PRO | VT2Pro | - | 19.5 | 60.8 | 252.7 | 252.7 | +| 16 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.2 | 58.5 | 251.6 | 251.6 | +| 18 | Dekalb | DKC106-98RIB | VT4RIB | - | 16.7 | 61.3 | 249.5 | 249.5 | +| 5 | Dekalb | DKC110-10RIB | STXRIB | - | 17.3 | 60.6 | 276.0 | 276.0 | +| 20 | Becks | 5647V | Vorceed | - | 15.6 | 60.2 | 246.9 | 246.9 | +| 9 | Becks | 6005VC | Vorceed | - | 16.8 | 59.0 | 267.0 | 267.0 | +| 4 | Becks | 6258V4P | VT4Pro | - | 19.5 | 59.8 | 282.7 | 282.7 | +| 21 | Becks | 6280TCV2P | TreceptaRIB | - | 18.6 | 58.5 | 244.9 | 244.9 | +| 6 | Becks | 6374V2P | VT2RIB | - | 19.5 | 58.5 | 271.1 | 271.1 | +| 14 | Becks | 6469VT2P | VT2RIB | - | 20.5 | 59.1 | 254.9 | 254.9 | +| 23 | Becks | 6485SX | STXRIB | - | 19.1 | 60.0 | 236.4 | 236.4 | +| 24 | Becks | 6692SXP | SSPRIB | - | 20.4 | 59.1 | 233.0 | 233.0 | +| 3 | Nu Tech | 68C1V | Vorceed | - | 16.6 | 60.0 | 283.2 | 283.2 | +| 7 | Nu Tech | 69B5V | Vorceed | - | 16.8 | 58.9 | 269.3 | 269.3 | +| 1 | Nu Tech | 69C7PCE | PCE | - | 17.9 | 59.3 | 285.9 | 285.9 | +| 13 | Nu Tech | 70B4AM | AM | - | 17.1 | 59.8 | 258.3 | 258.3 | +| 11 | Nu Tech | 70F6V | Vorceed | - | 15.7 | 59.2 | 262.3 | 262.3 | +| 2 | Nu Tech | 72C1PCE | PCE | - | 18.3 | 58.5 | 285.4 | 285.4 | +| 17 | Nu Tech | 73A4AM | AM | - | 18.9 | 58.9 | 249.8 | 249.8 | +| 19 | Nu Tech | 73A6AML | AML | - | 19.1 | 58.9 | 248.6 | 248.6 | +| 12 | Nu Tech | 74A5PCE | PCE | - | 18.9 | 59.5 | 260.3 | 260.3 | +| 8 | Wyffels | W6479RIB | SSPRIB | - | 16.1 | 59.1 | 269.1 | 269.1 | +| 10 | Wyffels | W6505RIB | TreceptaRIB | - | 18.4 | 60.8 | 263.4 | 263.4 | +| 21 | Wyffels | W6886RIB | VT2RIB | - | 19.7 | 60.1 | 244.9 | 244.9 | + +Top 5 by Yield: 69C7PCE (Nu Tech) 285.9, 72C1PCE (Nu Tech) 285.4, 68C1V (Nu Tech) 283.2, 6258V4P (Becks) 282.7, DKC110-10RIB (Dekalb) 276.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144530.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144530.json new file mode 100644 index 00000000..1b067158 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144530.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144530", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Macomb", + "county": "McDonough", + "year": 2024, + "plot_id": "144530", + "cooperator": "First Mid Ag Services", + "plot_average": 262.63, + "planted_date": "2024-05-18", + "harvested_date": "2024-10-23", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 62.5, + "Yield": 265.2, + "Adj Yield": 265.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 62.6, + "Yield": 280.9, + "Adj Yield": 280.9 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 62.9, + "Yield": 247.8, + "Adj Yield": 247.8 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 63.7, + "Yield": 248.7, + "Adj Yield": 248.7 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 63.2, + "Yield": 272.0, + "Adj Yield": 272.0 + } + }, + { + "rank": 10, + "brand": "Becks", + "product": "6374V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 64.2, + "Yield": 262.5, + "Adj Yield": 262.5 + } + }, + { + "rank": 9, + "brand": "Becks", + "product": "6469VT2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 61.4, + "Yield": 262.8, + "Adj Yield": 262.8 + } + }, + { + "rank": 3, + "brand": "Becks", + "product": "6485SX", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 62.9, + "Yield": 271.9, + "Adj Yield": 271.9 + } + }, + { + "rank": 11, + "brand": "Becks", + "product": "6692SXP", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 62.8, + "Yield": 261.5, + "Adj Yield": 261.5 + } + }, + { + "rank": 12, + "brand": "Nu Tech", + "product": "70F6Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 61.8, + "Yield": 257.8, + "Adj Yield": 257.8 + } + }, + { + "rank": 8, + "brand": "Nu Tech", + "product": "71A7V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 63.8, + "Yield": 264.4, + "Adj Yield": 264.4 + } + }, + { + "rank": 14, + "brand": "Nu Tech", + "product": "75C1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 63.0, + "Yield": 254.4, + "Adj Yield": 254.4 + } + }, + { + "rank": 4, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 61.9, + "Yield": 266.8, + "Adj Yield": 266.8 + } + }, + { + "rank": 6, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 62.8, + "Yield": 264.6, + "Adj Yield": 264.6 + } + }, + { + "rank": 6, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 62.4, + "Yield": 264.6, + "Adj Yield": 264.6 + } + }, + { + "rank": 13, + "brand": "Wyffels", + "product": "W8086RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 62.3, + "Yield": 256.1, + "Adj Yield": 256.1 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144530" + ], + "fetched_at": "2026-05-27T02:20:31.273000+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144530.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144530.md new file mode 100644 index 00000000..38f0333a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144530.md @@ -0,0 +1,46 @@ +# Corn yield trial — Macomb, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** McDonough +- **City:** Macomb +- **Year:** 2024 +- **Plot ID:** 144530 +- **Cooperator:** First Mid Ag Services +- **Plot average:** 262.63 BU/Ac +- **Planted:** 2024-05-18 +- **Harvested:** 2024-10-23 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144530 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | AgriGold | A642-18SSP | SSP | - | 13.7 | 62.5 | 265.2 | 265.2 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.3 | 62.6 | 280.9 | 280.9 | +| 16 | Dekalb | DKC114-99RIB | VT4RIB | - | 13.6 | 62.9 | 247.8 | 247.8 | +| 15 | Dekalb | DKC64-22RIB | VT2RIB | - | 13.5 | 63.7 | 248.7 | 248.7 | +| 2 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 14.9 | 63.2 | 272.0 | 272.0 | +| 10 | Becks | 6374V2P | VT2RIB | - | 13.2 | 64.2 | 262.5 | 262.5 | +| 9 | Becks | 6469VT2P | VT2RIB | - | 13.3 | 61.4 | 262.8 | 262.8 | +| 3 | Becks | 6485SX | STXRIB | - | 14.0 | 62.9 | 271.9 | 271.9 | +| 11 | Becks | 6692SXP | SSPRIB | - | 14.3 | 62.8 | 261.5 | 261.5 | +| 12 | Nu Tech | 70F6Q | QROME | - | 13.9 | 61.8 | 257.8 | 257.8 | +| 8 | Nu Tech | 71A7V | Vorceed | - | 12.4 | 63.8 | 264.4 | 264.4 | +| 14 | Nu Tech | 75C1PCE | PCE | - | 14.2 | 63.0 | 254.4 | 254.4 | +| 4 | Wyffels | W7759RIB | SSPRIB | - | 13.3 | 61.9 | 266.8 | 266.8 | +| 6 | Wyffels | W7876RIB | VT2RIB | - | 13.5 | 62.8 | 264.6 | 264.6 | +| 6 | Wyffels | W7945RIB | TreceptaRIB | - | 13.6 | 62.4 | 264.6 | 264.6 | +| 13 | Wyffels | W8086RIB | VT2RIB | - | 14.4 | 62.3 | 256.1 | 256.1 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 280.9, DKC66-06RIB (Dekalb) 272.0, 6485SX (Becks) 271.9, W7759RIB (Wyffels) 266.8, A642-18SSP (AgriGold) 265.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144531.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144531.json new file mode 100644 index 00000000..9b5fc035 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144531.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144531", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Atlanta", + "county": "Logan", + "year": 2024, + "plot_id": "144531", + "cooperator": "First Mid Ag Services", + "plot_average": 290.58, + "planted_date": "2024-05-13", + "harvested_date": "2024-10-21", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 61.7, + "Yield": 296.5, + "Adj Yield": 296.5 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 61.2, + "Yield": 277.4, + "Adj Yield": 277.4 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 62.2, + "Yield": 289.6, + "Adj Yield": 289.6 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 62.4, + "Yield": 291.5, + "Adj Yield": 291.5 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 61.8, + "Yield": 290.2, + "Adj Yield": 290.2 + } + }, + { + "rank": 5, + "brand": "Becks", + "product": "6374V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 62.4, + "Yield": 296.4, + "Adj Yield": 296.4 + } + }, + { + "rank": 13, + "brand": "Becks", + "product": "6469VT2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 62.8, + "Yield": 286.7, + "Adj Yield": 286.7 + } + }, + { + "rank": 12, + "brand": "Becks", + "product": "6485SX", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 62.4, + "Yield": 286.9, + "Adj Yield": 286.9 + } + }, + { + "rank": 16, + "brand": "Becks", + "product": "6692SXP", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 62.2, + "Yield": 267.1, + "Adj Yield": 267.1 + } + }, + { + "rank": 2, + "brand": "Nu Tech", + "product": "70F6Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 60.5, + "Yield": 299.1, + "Adj Yield": 299.1 + } + }, + { + "rank": 3, + "brand": "Nu Tech", + "product": "71A7V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 62.5, + "Yield": 297.4, + "Adj Yield": 297.4 + } + }, + { + "rank": 6, + "brand": "Nu Tech", + "product": "75C1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 62.5, + "Yield": 296.1, + "Adj Yield": 296.1 + } + }, + { + "rank": 8, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 61.3, + "Yield": 292.6, + "Adj Yield": 292.6 + } + }, + { + "rank": 7, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 62.1, + "Yield": 295.1, + "Adj Yield": 295.1 + } + }, + { + "rank": 1, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 61.9, + "Yield": 303.7, + "Adj Yield": 303.7 + } + }, + { + "rank": 14, + "brand": "Wyffels", + "product": "W8086RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 61.2, + "Yield": 283.0, + "Adj Yield": 283.0 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144531" + ], + "fetched_at": "2026-05-27T02:20:31.786487+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144531.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144531.md new file mode 100644 index 00000000..6028bf1d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144531.md @@ -0,0 +1,46 @@ +# Corn yield trial — Atlanta, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Logan +- **City:** Atlanta +- **Year:** 2024 +- **Plot ID:** 144531 +- **Cooperator:** First Mid Ag Services +- **Plot average:** 290.58 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-21 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144531 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 4 | AgriGold | A642-18SSP | SSP | - | 14.1 | 61.7 | 296.5 | 296.5 | +| 15 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.8 | 61.2 | 277.4 | 277.4 | +| 11 | Dekalb | DKC114-99RIB | VT4RIB | - | 14.5 | 62.2 | 289.6 | 289.6 | +| 9 | Dekalb | DKC64-22RIB | VT2RIB | - | 13.1 | 62.4 | 291.5 | 291.5 | +| 10 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 15.6 | 61.8 | 290.2 | 290.2 | +| 5 | Becks | 6374V2P | VT2RIB | - | 14.1 | 62.4 | 296.4 | 296.4 | +| 13 | Becks | 6469VT2P | VT2RIB | - | 14.8 | 62.8 | 286.7 | 286.7 | +| 12 | Becks | 6485SX | STXRIB | - | 14.0 | 62.4 | 286.9 | 286.9 | +| 16 | Becks | 6692SXP | SSPRIB | - | 15.4 | 62.2 | 267.1 | 267.1 | +| 2 | Nu Tech | 70F6Q | QROME | - | 12.9 | 60.5 | 299.1 | 299.1 | +| 3 | Nu Tech | 71A7V | Vorceed | - | 12.4 | 62.5 | 297.4 | 297.4 | +| 6 | Nu Tech | 75C1PCE | PCE | - | 15.2 | 62.5 | 296.1 | 296.1 | +| 8 | Wyffels | W7759RIB | SSPRIB | - | 13.8 | 61.3 | 292.6 | 292.6 | +| 7 | Wyffels | W7876RIB | VT2RIB | - | 14.2 | 62.1 | 295.1 | 295.1 | +| 1 | Wyffels | W7945RIB | TreceptaRIB | - | 13.6 | 61.9 | 303.7 | 303.7 | +| 14 | Wyffels | W8086RIB | VT2RIB | - | 15.9 | 61.2 | 283.0 | 283.0 | + +Top 5 by Yield: W7945RIB (Wyffels) 303.7, 70F6Q (Nu Tech) 299.1, 71A7V (Nu Tech) 297.4, A642-18SSP (AgriGold) 296.5, 6374V2P (Becks) 296.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144532.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144532.json new file mode 100644 index 00000000..2b56469c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144532.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144532", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Fisher", + "county": "Champaign", + "year": 2024, + "plot_id": "144532", + "cooperator": "First Mid Ag Services", + "plot_average": 216.94, + "planted_date": "2024-05-03", + "harvested_date": "2024-10-02", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 58.5, + "Yield": 229.7, + "Adj Yield": 229.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 54.6, + "Yield": 227.7, + "Adj Yield": 227.7 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 59.2, + "Yield": 220.7, + "Adj Yield": 220.7 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 60.9, + "Yield": 201.5, + "Adj Yield": 201.5 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": 56.8, + "Yield": 219.3, + "Adj Yield": 219.3 + } + }, + { + "rank": 12, + "brand": "Becks", + "product": "6374V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 56.7, + "Yield": 207.2, + "Adj Yield": 207.2 + } + }, + { + "rank": 5, + "brand": "Becks", + "product": "6469VT2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": 57.6, + "Yield": 226.7, + "Adj Yield": 226.7 + } + }, + { + "rank": 15, + "brand": "Becks", + "product": "6485SX", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 59.0, + "Yield": 197.8, + "Adj Yield": 197.8 + } + }, + { + "rank": 2, + "brand": "Becks", + "product": "6692SXP", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": 57.7, + "Yield": 228.9, + "Adj Yield": 228.9 + } + }, + { + "rank": 4, + "brand": "Nu Tech", + "product": "70F6Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 58.1, + "Yield": 227.5, + "Adj Yield": 227.5 + } + }, + { + "rank": 6, + "brand": "Nu Tech", + "product": "71A7V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 62.8, + "Yield": 223.8, + "Adj Yield": 223.8 + } + }, + { + "rank": 16, + "brand": "Nu Tech", + "product": "75C1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 58.4, + "Yield": 194.9, + "Adj Yield": 194.9 + } + }, + { + "rank": 13, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 60.0, + "Yield": 206.4, + "Adj Yield": 206.4 + } + }, + { + "rank": 7, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 57.4, + "Yield": 223.5, + "Adj Yield": 223.5 + } + }, + { + "rank": 11, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 56.3, + "Yield": 212.4, + "Adj Yield": 212.4 + } + }, + { + "rank": 8, + "brand": "Wyffels", + "product": "W8086RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 58.2, + "Yield": 223.0, + "Adj Yield": 223.0 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144532" + ], + "fetched_at": "2026-05-27T02:20:32.266734+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144532.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144532.md new file mode 100644 index 00000000..83e34b14 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144532.md @@ -0,0 +1,46 @@ +# Corn yield trial — Fisher, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Champaign +- **City:** Fisher +- **Year:** 2024 +- **Plot ID:** 144532 +- **Cooperator:** First Mid Ag Services +- **Plot average:** 216.94 BU/Ac +- **Planted:** 2024-05-03 +- **Harvested:** 2024-10-02 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144532 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A642-18SSP | SSP | - | 21.3 | 58.5 | 229.7 | 229.7 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 22.6 | 54.6 | 227.7 | 227.7 | +| 9 | Dekalb | DKC114-99RIB | VT4RIB | - | 21.9 | 59.2 | 220.7 | 220.7 | +| 14 | Dekalb | DKC64-22RIB | VT2RIB | - | 21.6 | 60.9 | 201.5 | 201.5 | +| 10 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 22.5 | 56.8 | 219.3 | 219.3 | +| 12 | Becks | 6374V2P | VT2RIB | - | 22.6 | 56.7 | 207.2 | 207.2 | +| 5 | Becks | 6469VT2P | VT2RIB | - | 23.0 | 57.6 | 226.7 | 226.7 | +| 15 | Becks | 6485SX | STXRIB | - | 22.1 | 59.0 | 197.8 | 197.8 | +| 2 | Becks | 6692SXP | SSPRIB | - | 22.5 | 57.7 | 228.9 | 228.9 | +| 4 | Nu Tech | 70F6Q | QROME | - | 19.1 | 58.1 | 227.5 | 227.5 | +| 6 | Nu Tech | 71A7V | Vorceed | - | 21.2 | 62.8 | 223.8 | 223.8 | +| 16 | Nu Tech | 75C1PCE | PCE | - | 22.7 | 58.4 | 194.9 | 194.9 | +| 13 | Wyffels | W7759RIB | SSPRIB | - | 19.8 | 60.0 | 206.4 | 206.4 | +| 7 | Wyffels | W7876RIB | VT2RIB | - | 22.8 | 57.4 | 223.5 | 223.5 | +| 11 | Wyffels | W7945RIB | TreceptaRIB | - | 22.7 | 56.3 | 212.4 | 212.4 | +| 8 | Wyffels | W8086RIB | VT2RIB | - | 22.6 | 58.2 | 223.0 | 223.0 | + +Top 5 by Yield: A642-18SSP (AgriGold) 229.7, 6692SXP (Becks) 228.9, A644-64VT2RIB (AgriGold) 227.7, 70F6Q (Nu Tech) 227.5, 6469VT2P (Becks) 226.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144533.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144533.json new file mode 100644 index 00000000..f4d30041 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144533.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144533", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Mason City", + "county": "Mason", + "year": 2024, + "plot_id": "144533", + "cooperator": "First Mid Ag Services", + "plot_average": 255.62, + "planted_date": "2024-05-16", + "harvested_date": "2024-10-07", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 59.3, + "Yield": 257.9, + "Adj Yield": 257.9 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 56.3, + "Yield": 240.9, + "Adj Yield": 240.9 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 59.8, + "Yield": 227.0, + "Adj Yield": 227.0 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 61.6, + "Yield": 264.2, + "Adj Yield": 264.2 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 58.9, + "Yield": 249.1, + "Adj Yield": 249.1 + } + }, + { + "rank": 5, + "brand": "Becks", + "product": "6374V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 58.1, + "Yield": 262.9, + "Adj Yield": 262.9 + } + }, + { + "rank": 9, + "brand": "Becks", + "product": "6469VT2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 56.9, + "Yield": 253.2, + "Adj Yield": 253.2 + } + }, + { + "rank": 12, + "brand": "Becks", + "product": "6485SX", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 59.8, + "Yield": 248.4, + "Adj Yield": 248.4 + } + }, + { + "rank": 15, + "brand": "Becks", + "product": "6692SXP", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 58.8, + "Yield": 235.8, + "Adj Yield": 235.8 + } + }, + { + "rank": 2, + "brand": "Nu Tech", + "product": "70F6Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.3, + "Yield": 277.5, + "Adj Yield": 277.5 + } + }, + { + "rank": 1, + "brand": "Nu Tech", + "product": "71A7V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 61.4, + "Yield": 283.7, + "Adj Yield": 283.7 + } + }, + { + "rank": 13, + "brand": "Nu Tech", + "product": "75C1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 59.8, + "Yield": 245.9, + "Adj Yield": 245.9 + } + }, + { + "rank": 7, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 58.3, + "Yield": 258.2, + "Adj Yield": 258.2 + } + }, + { + "rank": 6, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 57.6, + "Yield": 259.8, + "Adj Yield": 259.8 + } + }, + { + "rank": 3, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 57.1, + "Yield": 272.7, + "Adj Yield": 272.7 + } + }, + { + "rank": 10, + "brand": "Wyffels", + "product": "W8086RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 58.0, + "Yield": 252.7, + "Adj Yield": 252.7 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144533" + ], + "fetched_at": "2026-05-27T02:20:32.753669+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144533.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144533.md new file mode 100644 index 00000000..d78ba953 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144533.md @@ -0,0 +1,46 @@ +# Corn yield trial — Mason City, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Mason +- **City:** Mason City +- **Year:** 2024 +- **Plot ID:** 144533 +- **Cooperator:** First Mid Ag Services +- **Plot average:** 255.62 BU/Ac +- **Planted:** 2024-05-16 +- **Harvested:** 2024-10-07 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144533 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | AgriGold | A642-18SSP | SSP | - | 18.7 | 59.3 | 257.9 | 257.9 | +| 14 | AgriGold | A644-64VT2RIB | VT2RIB | - | 21.1 | 56.3 | 240.9 | 240.9 | +| 16 | Dekalb | DKC114-99RIB | VT4RIB | - | 20.8 | 59.8 | 227.0 | 227.0 | +| 4 | Dekalb | DKC64-22RIB | VT2RIB | - | 20.2 | 61.6 | 264.2 | 264.2 | +| 11 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 20.1 | 58.9 | 249.1 | 249.1 | +| 5 | Becks | 6374V2P | VT2RIB | - | 20.3 | 58.1 | 262.9 | 262.9 | +| 9 | Becks | 6469VT2P | VT2RIB | - | 21.3 | 56.9 | 253.2 | 253.2 | +| 12 | Becks | 6485SX | STXRIB | - | 19.0 | 59.8 | 248.4 | 248.4 | +| 15 | Becks | 6692SXP | SSPRIB | - | 20.0 | 58.8 | 235.8 | 235.8 | +| 2 | Nu Tech | 70F6Q | QROME | - | 16.2 | 59.3 | 277.5 | 277.5 | +| 1 | Nu Tech | 71A7V | Vorceed | - | 17.9 | 61.4 | 283.7 | 283.7 | +| 13 | Nu Tech | 75C1PCE | PCE | - | 19.8 | 59.8 | 245.9 | 245.9 | +| 7 | Wyffels | W7759RIB | SSPRIB | - | 17.9 | 58.3 | 258.2 | 258.2 | +| 6 | Wyffels | W7876RIB | VT2RIB | - | 19.3 | 57.6 | 259.8 | 259.8 | +| 3 | Wyffels | W7945RIB | TreceptaRIB | - | 20.2 | 57.1 | 272.7 | 272.7 | +| 10 | Wyffels | W8086RIB | VT2RIB | - | 19.4 | 58.0 | 252.7 | 252.7 | + +Top 5 by Yield: 71A7V (Nu Tech) 283.7, 70F6Q (Nu Tech) 277.5, W7945RIB (Wyffels) 272.7, DKC64-22RIB (Dekalb) 264.2, 6374V2P (Becks) 262.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144542.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144542.json new file mode 100644 index 00000000..01a359a0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144542.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144542", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MN", + "state_abbrev": "mn", + "city": "Glencoe", + "county": "Sibley", + "year": 2024, + "plot_id": "144542", + "cooperator": "Karl Schauer", + "plot_average": 162.21, + "planted_date": "2024-05-12", + "harvested_date": "2024-10-11", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Anderson Seeds", + "product": "7995", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 56.8, + "Yield": 165.9, + "Adj Yield": 165.9 + } + }, + { + "rank": 7, + "brand": "Anderson Seeds", + "product": "7995", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 56.6, + "Yield": 163.6, + "Adj Yield": 163.6 + } + }, + { + "rank": 2, + "brand": "Bass", + "product": "Tess", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 58.2, + "Yield": 174.7, + "Adj Yield": 174.7 + } + }, + { + "rank": 5, + "brand": "Jacobsen", + "product": "JS9491VT2", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 56.6, + "Yield": 168.4, + "Adj Yield": 168.4 + } + }, + { + "rank": 10, + "brand": "Bass", + "product": "Queen", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 55.8, + "Yield": 132.8, + "Adj Yield": 132.8 + } + }, + { + "rank": 3, + "brand": "Jacobsen", + "product": "JS9542DG", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 57.2, + "Yield": 173.3, + "Adj Yield": 173.3 + } + }, + { + "rank": null, + "brand": "Anderson Seeds", + "product": "7995", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 56.6, + "Yield": 169.2, + "Adj Yield": 169.2 + } + }, + { + "rank": 4, + "brand": "Anderson Seeds", + "product": "7995", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 56.6, + "Yield": 169.2, + "Adj Yield": 169.2 + } + }, + { + "rank": 8, + "brand": "Anderson Seeds", + "product": "7865", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 56.9, + "Yield": 154.0, + "Adj Yield": 154.0 + } + }, + { + "rank": 9, + "brand": "Anderson Seeds", + "product": "6811", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 56.8, + "Yield": 145.3, + "Adj Yield": 145.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A630-04", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 56.6, + "Yield": 164.3, + "Adj Yield": 164.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A632-68", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 55.8, + "Yield": 176.5, + "Adj Yield": 176.5 + } + }, + { + "rank": null, + "brand": "Anderson Seeds", + "product": "7995", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 56.8, + "Yield": 180.3, + "Adj Yield": 180.3 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144542" + ], + "fetched_at": "2026-05-27T02:20:33.292181+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144542.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144542.md new file mode 100644 index 00000000..fb371927 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144542.md @@ -0,0 +1,43 @@ +# Corn yield trial — Glencoe, MN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MN +- **County:** Sibley +- **City:** Glencoe +- **Year:** 2024 +- **Plot ID:** 144542 +- **Cooperator:** Karl Schauer +- **Plot average:** 162.21 BU/Ac +- **Planted:** 2024-05-12 +- **Harvested:** 2024-10-11 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144542 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Anderson Seeds | 7995 | C | - | 13.8 | 56.8 | 165.9 | 165.9 | +| 7 | Anderson Seeds | 7995 | C | - | 13.6 | 56.6 | 163.6 | 163.6 | +| 2 | Bass | Tess | C | - | 13.3 | 58.2 | 174.7 | 174.7 | +| 5 | Jacobsen | JS9491VT2 | VT2RIB | - | 13.5 | 56.6 | 168.4 | 168.4 | +| 10 | Bass | Queen | C | - | 19.9 | 55.8 | 132.8 | 132.8 | +| 3 | Jacobsen | JS9542DG | DGVT2PRIB | - | 13.9 | 57.2 | 173.3 | 173.3 | +| - | Anderson Seeds | 7995 | C | - | 14.3 | 56.6 | 169.2 | 169.2 | +| 4 | Anderson Seeds | 7995 | C | - | 14.3 | 56.6 | 169.2 | 169.2 | +| 8 | Anderson Seeds | 7865 | C | - | 14.6 | 56.9 | 154.0 | 154.0 | +| 9 | Anderson Seeds | 6811 | C | - | 16.5 | 56.8 | 145.3 | 145.3 | +| 6 | AgriGold | A630-04 | C | - | 17.5 | 56.6 | 164.3 | 164.3 | +| 1 | AgriGold | A632-68 | C | - | 17.4 | 55.8 | 176.5 | 176.5 | +| - | Anderson Seeds | 7995 | C | - | 14.0 | 56.8 | 180.3 | 180.3 | + +Top 5 by Yield: 7995 (Anderson Seeds) 180.3, A632-68 (AgriGold) 176.5, Tess (Bass) 174.7, JS9542DG (Jacobsen) 173.3, 7995 (Anderson Seeds) 169.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144551.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144551.json new file mode 100644 index 00000000..9b127821 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144551.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144551", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Clay City", + "county": "Clay", + "year": 2024, + "plot_id": "144551", + "cooperator": "Dale Marrs", + "plot_average": 234.7, + "planted_date": "2024-04-24", + "harvested_date": "2024-09-12", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 12, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 61.6, + "Yield": 193.0, + "Adj Yield": 193.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 58.7, + "Yield": 244.8, + "Adj Yield": 244.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 61.4, + "Yield": 242.6, + "Adj Yield": 242.6 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 61.8, + "Yield": 226.8, + "Adj Yield": 226.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 59.4, + "Yield": 277.4, + "Adj Yield": 277.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 59.7, + "Yield": 239.4, + "Adj Yield": 239.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 58.0, + "Yield": 234.6, + "Adj Yield": 234.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 59.0, + "Yield": 236.9, + "Adj Yield": 236.9 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 58.3, + "Yield": 229.5, + "Adj Yield": 229.5 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 57.4, + "Yield": 208.4, + "Adj Yield": 208.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 60.0, + "Yield": 225.4, + "Adj Yield": 225.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 58.8, + "Yield": 257.6, + "Adj Yield": 257.6 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144551" + ], + "fetched_at": "2026-05-27T02:20:33.793679+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144551.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144551.md new file mode 100644 index 00000000..09c81869 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144551.md @@ -0,0 +1,42 @@ +# Corn yield trial — Clay City, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Clay +- **City:** Clay City +- **Year:** 2024 +- **Plot ID:** 144551 +- **Cooperator:** Dale Marrs +- **Plot average:** 234.7 BU/Ac +- **Planted:** 2024-04-24 +- **Harvested:** 2024-09-12 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144551 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 12 | AgriGold | A636-42SSP | SSP | - | 15.5 | 61.6 | 193.0 | 193.0 | +| 3 | AgriGold | A639-03VT2RIB | VT2RIB | - | 18.2 | 58.7 | 244.8 | 244.8 | +| 4 | AgriGold | A642-18SSP | SSP | - | 18.0 | 61.4 | 242.6 | 242.6 | +| 9 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.3 | 61.8 | 226.8 | 226.8 | +| 1 | AgriGold | A643-24PCE | PCE | - | 18.8 | 59.4 | 277.4 | 277.4 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.4 | 59.7 | 239.4 | 239.4 | +| 7 | AgriGold | A644-64VT2PRO | VT2Pro | - | 18.4 | 58.0 | 234.6 | 234.6 | +| 6 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.5 | 59.0 | 236.9 | 236.9 | +| 8 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 19.9 | 58.3 | 229.5 | 229.5 | +| 11 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 22.3 | 57.4 | 208.4 | 208.4 | +| 10 | AgriGold | A647-79VT2PRO | VT2Pro | - | 19.7 | 60.0 | 225.4 | 225.4 | +| 2 | AgriGold | A646-30VT2RIB | VT2RIB | - | 21.7 | 58.8 | 257.6 | 257.6 | + +Top 5 by Yield: A643-24PCE (AgriGold) 277.4, A646-30VT2RIB (AgriGold) 257.6, A639-03VT2RIB (AgriGold) 244.8, A642-18SSP (AgriGold) 242.6, A643-52VT2RIB (AgriGold) 239.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144552.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144552.json new file mode 100644 index 00000000..a529bbe4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144552.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144552", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Manteno", + "county": "Kankakee", + "year": 2024, + "plot_id": "144552", + "cooperator": "Synergy Seeds", + "plot_average": 239.68, + "planted_date": "2024-05-24", + "harvested_date": "2024-10-24", + "population_seeds_per_acre": 34500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 13, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 233.8, + "Adj Yield": 233.8 + } + }, + { + "rank": 10, + "brand": "Wyffels", + "product": "W3576RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 241.4, + "Adj Yield": 241.4 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": null, + "Yield": 244.8, + "Adj Yield": 244.8 + } + }, + { + "rank": 1, + "brand": "Nu Tech", + "product": "68C1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": null, + "Yield": 268.1, + "Adj Yield": 268.1 + } + }, + { + "rank": 11, + "brand": "ProHarvest", + "product": "79P87SSRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 237.9, + "Adj Yield": 237.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": null, + "Yield": 250.6, + "Adj Yield": 250.6 + } + }, + { + "rank": 6, + "brand": "ProHarvest", + "product": "79P37TREC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 247.7, + "Adj Yield": 247.7 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 244.2, + "Adj Yield": 244.2 + } + }, + { + "rank": 5, + "brand": "Nu Tech", + "product": "70F6V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": null, + "Yield": 249.7, + "Adj Yield": 249.7 + } + }, + { + "rank": 9, + "brand": "Burrus", + "product": "5F17Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": null, + "Yield": 242.1, + "Adj Yield": 242.1 + } + }, + { + "rank": 4, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 250.0, + "Adj Yield": 250.0 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 219.2, + "Adj Yield": 219.2 + } + }, + { + "rank": 2, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 254.0, + "Adj Yield": 254.0 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": null, + "Yield": 211.4, + "Adj Yield": 211.4 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 237.8, + "Adj Yield": 237.8 + } + }, + { + "rank": 16, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 202.2, + "Adj Yield": 202.2 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144552" + ], + "fetched_at": "2026-05-27T02:20:34.242106+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144552.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144552.md new file mode 100644 index 00000000..80e72fc9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144552.md @@ -0,0 +1,46 @@ +# Corn yield trial — Manteno, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Kankakee +- **City:** Manteno +- **Year:** 2024 +- **Plot ID:** 144552 +- **Cooperator:** Synergy Seeds +- **Plot average:** 239.68 BU/Ac +- **Planted:** 2024-05-24 +- **Harvested:** 2024-10-24 +- **Population:** 34,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144552 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 13 | Wyffels | W7759RIB | SSPRIB | - | 16.9 | - | 233.8 | 233.8 | +| 10 | Wyffels | W3576RIB | VT2RIB | - | 13.5 | - | 241.4 | 241.4 | +| 7 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 14.4 | - | 244.8 | 244.8 | +| 1 | Nu Tech | 68C1V | Vorceed | - | 15.7 | - | 268.1 | 268.1 | +| 11 | ProHarvest | 79P87SSRIB | STXRIB | - | 16.8 | - | 237.9 | 237.9 | +| 3 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.1 | - | 250.6 | 250.6 | +| 6 | ProHarvest | 79P37TREC | Trecepta | - | 16.7 | - | 247.7 | 247.7 | +| 8 | Dekalb | DKC110-10RIB | STXRIB | - | 17.9 | - | 244.2 | 244.2 | +| 5 | Nu Tech | 70F6V | Vorceed | - | 15.4 | - | 249.7 | 249.7 | +| 9 | Burrus | 5F17Q | QROME | - | 16.0 | - | 242.1 | 242.1 | +| 4 | Wyffels | W6886RIB | VT2RIB | - | 16.6 | - | 250.0 | 250.0 | +| 14 | Dekalb | DKC114-99RIB | VT4RIB | - | 18.8 | - | 219.2 | 219.2 | +| 2 | Wyffels | W7876RIB | VT2RIB | - | 15.9 | - | 254.0 | 254.0 | +| 15 | Dekalb | DKC64-22RIB | VT2RIB | - | 16.0 | - | 211.4 | 211.4 | +| 12 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 17.5 | - | 237.8 | 237.8 | +| 16 | Wyffels | W7759RIB | SSPRIB | - | 17.4 | - | 202.2 | 202.2 | + +Top 5 by Yield: 68C1V (Nu Tech) 268.1, W7876RIB (Wyffels) 254.0, A639-03VT2RIB (AgriGold) 250.6, W6886RIB (Wyffels) 250.0, 70F6V (Nu Tech) 249.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144553.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144553.json new file mode 100644 index 00000000..311e86fc --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144553.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144553", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Manteno", + "county": "Kankakee", + "year": 2024, + "plot_id": "144553", + "cooperator": "Synergy Seeds", + "plot_average": 231.81, + "planted_date": "2024-05-24", + "harvested_date": "2024-10-24", + "population_seeds_per_acre": 34500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 3, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 243.8, + "Adj Yield": 243.8 + } + }, + { + "rank": 13, + "brand": "Wyffels", + "product": "W3576RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 226.0, + "Adj Yield": 226.0 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": null, + "Yield": 234.2, + "Adj Yield": 234.2 + } + }, + { + "rank": 1, + "brand": "Nu Tech", + "product": "68C1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": null, + "Yield": 267.4, + "Adj Yield": 267.4 + } + }, + { + "rank": 2, + "brand": "ProHarvest", + "product": "79P87SSRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 244.4, + "Adj Yield": 244.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": null, + "Yield": 233.0, + "Adj Yield": 233.0 + } + }, + { + "rank": 4, + "brand": "ProHarvest", + "product": "79P37TREC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": null, + "Yield": 243.1, + "Adj Yield": 243.1 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 237.1, + "Adj Yield": 237.1 + } + }, + { + "rank": 5, + "brand": "Nu Tech", + "product": "70F6V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 240.6, + "Adj Yield": 240.6 + } + }, + { + "rank": 12, + "brand": "Burrus", + "product": "5F17Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 227.0, + "Adj Yield": 227.0 + } + }, + { + "rank": 6, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": null, + "Yield": 240.3, + "Adj Yield": 240.3 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 217.1, + "Adj Yield": 217.1 + } + }, + { + "rank": 8, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 234.7, + "Adj Yield": 234.7 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 193.3, + "Adj Yield": 193.3 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 231.3, + "Adj Yield": 231.3 + } + }, + { + "rank": 15, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 195.6, + "Adj Yield": 195.6 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144553" + ], + "fetched_at": "2026-05-27T02:20:34.758561+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144553.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144553.md new file mode 100644 index 00000000..472fda21 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144553.md @@ -0,0 +1,46 @@ +# Corn yield trial — Manteno, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Kankakee +- **City:** Manteno +- **Year:** 2024 +- **Plot ID:** 144553 +- **Cooperator:** Synergy Seeds +- **Plot average:** 231.81 BU/Ac +- **Planted:** 2024-05-24 +- **Harvested:** 2024-10-24 +- **Population:** 34,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144553 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | Wyffels | W7759RIB | SSPRIB | - | 16.1 | - | 243.8 | 243.8 | +| 13 | Wyffels | W3576RIB | VT2RIB | - | 14.1 | - | 226.0 | 226.0 | +| 9 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 14.7 | - | 234.2 | 234.2 | +| 1 | Nu Tech | 68C1V | Vorceed | - | 15.3 | - | 267.4 | 267.4 | +| 2 | ProHarvest | 79P87SSRIB | STXRIB | - | 15.9 | - | 244.4 | 244.4 | +| 10 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.4 | - | 233.0 | 233.0 | +| 4 | ProHarvest | 79P37TREC | Trecepta | - | 15.0 | - | 243.1 | 243.1 | +| 7 | Dekalb | DKC110-10RIB | STXRIB | - | 17.1 | - | 237.1 | 237.1 | +| 5 | Nu Tech | 70F6V | Vorceed | - | 15.2 | - | 240.6 | 240.6 | +| 12 | Burrus | 5F17Q | QROME | - | 15.9 | - | 227.0 | 227.0 | +| 6 | Wyffels | W6886RIB | VT2RIB | - | 15.3 | - | 240.3 | 240.3 | +| 14 | Dekalb | DKC114-99RIB | VT4RIB | - | 18.2 | - | 217.1 | 217.1 | +| 8 | Wyffels | W7876RIB | VT2RIB | - | 15.9 | - | 234.7 | 234.7 | +| 16 | Dekalb | DKC64-22RIB | VT2RIB | - | 15.5 | - | 193.3 | 193.3 | +| 11 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 17.8 | - | 231.3 | 231.3 | +| 15 | Wyffels | W7759RIB | SSPRIB | - | 16.2 | - | 195.6 | 195.6 | + +Top 5 by Yield: 68C1V (Nu Tech) 267.4, 79P87SSRIB (ProHarvest) 244.4, W7759RIB (Wyffels) 243.8, 79P37TREC (ProHarvest) 243.1, 70F6V (Nu Tech) 240.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144554.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144554.json new file mode 100644 index 00000000..695eedab --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144554.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144554", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Brazil", + "county": "Clay", + "year": 2024, + "plot_id": "144554", + "cooperator": "Randy and Andrew Tucker", + "plot_average": 251.93, + "planted_date": "2024-05-10", + "harvested_date": "2024-10-23", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 5, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 61.2, + "Yield": 253.9, + "Adj Yield": 253.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 61.4, + "Yield": 257.9, + "Adj Yield": 257.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 59.4, + "Yield": 250.0, + "Adj Yield": 250.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 62.0, + "Yield": 267.8, + "Adj Yield": 267.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.0, + "Yield": 257.0, + "Adj Yield": 257.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.0, + "Yield": 245.8, + "Adj Yield": 245.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 61.8, + "Yield": 260.7, + "Adj Yield": 260.7 + } + }, + { + "rank": 9, + "brand": "IntegraSeed", + "product": "6720VT2Pro", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 60.2, + "Yield": 226.2, + "Adj Yield": 226.2 + } + }, + { + "rank": 7, + "brand": "IntegraSeed", + "product": "6588VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.3, + "Yield": 248.1, + "Adj Yield": 248.1 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144554" + ], + "fetched_at": "2026-05-27T02:20:35.293480+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144554.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144554.md new file mode 100644 index 00000000..1c12c5e8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144554.md @@ -0,0 +1,38 @@ +# Corn yield trial — Brazil, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Clay +- **City:** Brazil +- **Year:** 2024 +- **Plot ID:** 144554 +- **Cooperator:** Randy and Andrew Tucker +- **Plot average:** 251.93 BU/Ac +- **Planted:** 2024-05-10 +- **Harvested:** 2024-10-23 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144554 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | AgriGold | A646-30VT2RIB | VT2RIB | - | 14.8 | 61.2 | 253.9 | 253.9 | +| 3 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 12.6 | 61.4 | 257.9 | 257.9 | +| 6 | AgriGold | J6227DV-RN | 5222 | - | 14.6 | 59.4 | 250.0 | 250.0 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.4 | 62.0 | 267.8 | 267.8 | +| 4 | AgriGold | A643-24PCE | PCE | - | 14.4 | 59.0 | 257.0 | 257.0 | +| 8 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.7 | 60.0 | 245.8 | 245.8 | +| 2 | AgriGold | A645-16VT2RIB | VT2RIB | - | 13.5 | 61.8 | 260.7 | 260.7 | +| 9 | IntegraSeed | 6720VT2Pro | VT2Pro | - | 14.8 | 60.2 | 226.2 | 226.2 | +| 7 | IntegraSeed | 6588VT2PRIB | VT2RIB | - | 14.2 | 60.3 | 248.1 | 248.1 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 267.8, A645-16VT2RIB (AgriGold) 260.7, A642-05VT2RIBD1 (AgriGold) 257.9, A643-24PCE (AgriGold) 257.0, A646-30VT2RIB (AgriGold) 253.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144556.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144556.json new file mode 100644 index 00000000..5b1bfca5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144556.json @@ -0,0 +1,439 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144556", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Shannon", + "county": "Carroll", + "year": 2024, + "plot_id": "144556", + "cooperator": "Steve Stoner", + "plot_average": 283.26, + "planted_date": "2024-05-25", + "harvested_date": "2024-10-16", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 29, + "brand": "Channel", + "product": "201-07SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 54.0, + "Yield": 258.6, + "Adj Yield": 258.6 + } + }, + { + "rank": 16, + "brand": "Channel", + "product": "203-40VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 57.0, + "Yield": 280.6, + "Adj Yield": 280.6 + } + }, + { + "rank": 26, + "brand": "Channel", + "product": "203-83STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 57.0, + "Yield": 263.3, + "Adj Yield": 263.3 + } + }, + { + "rank": 30, + "brand": "Channel", + "product": "204-54SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 56.0, + "Yield": 252.6, + "Adj Yield": 252.6 + } + }, + { + "rank": 24, + "brand": "Channel", + "product": "205-08SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 56.0, + "Yield": 267.2, + "Adj Yield": 267.2 + } + }, + { + "rank": 18, + "brand": "Channel", + "product": "205-40VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 53.0, + "Yield": 276.6, + "Adj Yield": 276.6 + } + }, + { + "rank": 21, + "brand": "Channel", + "product": "209-25SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 54.0, + "Yield": 276.5, + "Adj Yield": 276.5 + } + }, + { + "rank": 5, + "brand": "Channel", + "product": "211-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 55.0, + "Yield": 300.2, + "Adj Yield": 300.2 + } + }, + { + "rank": 28, + "brand": "Channel", + "product": "211-57STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 57.0, + "Yield": 261.4, + "Adj Yield": 261.4 + } + }, + { + "rank": 31, + "brand": "Channel", + "product": "212-63VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 57.0, + "Yield": 249.9, + "Adj Yield": 249.9 + } + }, + { + "rank": 1, + "brand": "Channel", + "product": "213-23STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 57.0, + "Yield": 331.0, + "Adj Yield": 331.0 + } + }, + { + "rank": 10, + "brand": "Channel", + "product": "215-15SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 54.0, + "Yield": 294.0, + "Adj Yield": 294.0 + } + }, + { + "rank": 17, + "brand": "FS Seeds", + "product": "FS5845PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 54.0, + "Yield": 278.3, + "Adj Yield": 278.3 + } + }, + { + "rank": 22, + "brand": "FS Seeds", + "product": "FS6217XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 56.0, + "Yield": 273.5, + "Adj Yield": 273.5 + } + }, + { + "rank": 4, + "brand": "FS Seeds", + "product": "FS6432PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 56.0, + "Yield": 306.6, + "Adj Yield": 306.6 + } + }, + { + "rank": 25, + "brand": "Dekalb", + "product": "DKC101-33RIB", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 54.0, + "Yield": 267.1, + "Adj Yield": 267.1 + } + }, + { + "rank": 27, + "brand": "Dekalb", + "product": "DKC103-47RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 54.0, + "Yield": 261.7, + "Adj Yield": 261.7 + } + }, + { + "rank": 23, + "brand": "Dekalb", + "product": "DKC107-33RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 57.0, + "Yield": 271.0, + "Adj Yield": 271.0 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC108-64RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 55.0, + "Yield": 276.6, + "Adj Yield": 276.6 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 55.0, + "Yield": 289.6, + "Adj Yield": 289.6 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC111-33RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 55.0, + "Yield": 284.3, + "Adj Yield": 284.3 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC112-29RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 55.0, + "Yield": 276.6, + "Adj Yield": 276.6 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 54.0, + "Yield": 287.4, + "Adj Yield": 287.4 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P08527V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 56.0, + "Yield": 295.2, + "Adj Yield": 295.2 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P09312V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 57.0, + "Yield": 292.4, + "Adj Yield": 292.4 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P10477V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 55.0, + "Yield": 296.7, + "Adj Yield": 296.7 + } + }, + { + "rank": 12, + "brand": "Pioneer", + "product": "P10625V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 57.0, + "Yield": 291.4, + "Adj Yield": 291.4 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P13777V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 56.0, + "Yield": 307.1, + "Adj Yield": 307.1 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 53.0, + "Yield": 299.5, + "Adj Yield": 299.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 57.0, + "Yield": 296.3, + "Adj Yield": 296.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 55.0, + "Yield": 317.8, + "Adj Yield": 317.8 + } + } + ], + "n_results": 31, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144556" + ], + "fetched_at": "2026-05-27T02:20:35.803816+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144556.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144556.md new file mode 100644 index 00000000..b506884f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144556.md @@ -0,0 +1,61 @@ +# Corn yield trial — Shannon, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Carroll +- **City:** Shannon +- **Year:** 2024 +- **Plot ID:** 144556 +- **Cooperator:** Steve Stoner +- **Plot average:** 283.26 BU/Ac +- **Planted:** 2024-05-25 +- **Harvested:** 2024-10-16 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144556 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 29 | Channel | 201-07SSPRIB | SSPRIB | - | 13.4 | 54.0 | 258.6 | 258.6 | +| 16 | Channel | 203-40VT4PRIB | VT4RIB | - | 14.0 | 57.0 | 280.6 | 280.6 | +| 26 | Channel | 203-83STXRIB | STXRIB | - | 13.6 | 57.0 | 263.3 | 263.3 | +| 30 | Channel | 204-54SSPRIB | SSPRIB | - | 13.8 | 56.0 | 252.6 | 252.6 | +| 24 | Channel | 205-08SSPRIB | SSPRIB | - | 13.9 | 56.0 | 267.2 | 267.2 | +| 18 | Channel | 205-40VT4PRIB | VT4RIB | - | 14.1 | 53.0 | 276.6 | 276.6 | +| 21 | Channel | 209-25SSPRIB | SSPRIB | - | 14.9 | 54.0 | 276.5 | 276.5 | +| 5 | Channel | 211-42SSPRIB | SSPRIB | - | 15.5 | 55.0 | 300.2 | 300.2 | +| 28 | Channel | 211-57STXRIB | STXRIB | - | 16.4 | 57.0 | 261.4 | 261.4 | +| 31 | Channel | 212-63VT4PRIB | VT4RIB | - | 16.2 | 57.0 | 249.9 | 249.9 | +| 1 | Channel | 213-23STXRIB | STXRIB | - | 17.1 | 57.0 | 331.0 | 331.0 | +| 10 | Channel | 215-15SSPRIB | SSPRIB | - | 18.1 | 54.0 | 294.0 | 294.0 | +| 17 | FS Seeds | FS5845PRIB | SSPRIB | - | 15.8 | 54.0 | 278.3 | 278.3 | +| 22 | FS Seeds | FS6217XRIB | STXRIB | - | 17.0 | 56.0 | 273.5 | 273.5 | +| 4 | FS Seeds | FS6432PRIB | SSPRIB | - | 17.2 | 56.0 | 306.6 | 306.6 | +| 25 | Dekalb | DKC101-33RIB | SSP | - | 14.2 | 54.0 | 267.1 | 267.1 | +| 27 | Dekalb | DKC103-47RIB | SSPRIB | - | 14.0 | 54.0 | 261.7 | 261.7 | +| 23 | Dekalb | DKC107-33RIB | SSPRIB | - | 13.6 | 57.0 | 271.0 | 271.0 | +| 18 | Dekalb | DKC108-64RIB | SSPRIB | - | 15.1 | 55.0 | 276.6 | 276.6 | +| 13 | Dekalb | DKC110-10RIB | STXRIB | - | 15.6 | 55.0 | 289.6 | 289.6 | +| 15 | Dekalb | DKC111-33RIB | SSPRIB | - | 16.0 | 55.0 | 284.3 | 284.3 | +| 18 | Dekalb | DKC112-29RIB | SSPRIB | - | 15.1 | 55.0 | 276.6 | 276.6 | +| 14 | Dekalb | DKC114-42RIB | SSPRIB | - | 15.2 | 54.0 | 287.4 | 287.4 | +| 9 | Pioneer | P08527V | Vorceed | - | 15.8 | 56.0 | 295.2 | 295.2 | +| 11 | Pioneer | P09312V | Vorceed | - | 15.6 | 57.0 | 292.4 | 292.4 | +| 7 | Pioneer | P10477V | Vorceed | - | 15.6 | 55.0 | 296.7 | 296.7 | +| 12 | Pioneer | P10625V | Vorceed | - | 15.2 | 57.0 | 291.4 | 291.4 | +| 3 | Pioneer | P13777V | Vorceed | - | 16.2 | 56.0 | 307.1 | 307.1 | +| 6 | Pioneer | P14830Q | QROME | - | 15.7 | 53.0 | 299.5 | 299.5 | +| 8 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.5 | 57.0 | 296.3 | 296.3 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.0 | 55.0 | 317.8 | 317.8 | + +Top 5 by Yield: 213-23STXRIB (Channel) 331.0, A644-64VT2RIB (AgriGold) 317.8, P13777V (Pioneer) 307.1, FS6432PRIB (FS Seeds) 306.6, 211-42SSPRIB (Channel) 300.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144563.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144563.json new file mode 100644 index 00000000..5e16cc6c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144563.json @@ -0,0 +1,75 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144563", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Minima", + "county": "Clayton", + "year": 2024, + "plot_id": "144563", + "cooperator": "Cooper Farms", + "plot_average": 310.67, + "planted_date": "2024-05-01", + "harvested_date": "2024-10-23", + "population_seeds_per_acre": null, + "row_width": "30.0\"", + "num_rows": null, + "soil_type": null, + "tillage": null, + "previous_crop": null, + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": null, + "Yield": 308.3, + "Adj Yield": 308.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 324.3, + "Adj Yield": 324.3 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P04511AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 299.4, + "Adj Yield": 299.4 + } + } + ], + "n_results": 3, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144563" + ], + "fetched_at": "2026-05-27T02:20:36.264347+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144563.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144563.md new file mode 100644 index 00000000..2a81fba4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144563.md @@ -0,0 +1,28 @@ +# Corn yield trial — Minima, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Clayton +- **City:** Minima +- **Year:** 2024 +- **Plot ID:** 144563 +- **Cooperator:** Cooper Farms +- **Plot average:** 310.67 BU/Ac +- **Planted:** 2024-05-01 +- **Harvested:** 2024-10-23 +- **Row width:** 30.0" +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144563 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | A638-19-3110 | 3110 | - | 22.5 | - | 308.3 | 308.3 | +| 1 | AgriGold | A638-19-3110 | 3110 | - | 20.9 | - | 324.3 | 324.3 | +| 3 | Pioneer | P04511AM | AM | - | 20.2 | - | 299.4 | 299.4 | + +Top 5 by Yield: A638-19-3110 (AgriGold) 324.3, A638-19-3110 (AgriGold) 308.3, P04511AM (Pioneer) 299.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144564.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144564.json new file mode 100644 index 00000000..a8e8bd3c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144564.json @@ -0,0 +1,829 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144564", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Herscher", + "county": "Kankakee", + "year": 2024, + "plot_id": "144564", + "cooperator": "Synergy Seeds", + "plot_average": 269.52, + "planted_date": "2024-05-13", + "harvested_date": "2024-10-23", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Sandy Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "Burrus", + "product": "4V73AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 293.8, + "Adj Yield": 293.8 + } + }, + { + "rank": 2, + "brand": "Burrus", + "product": "5J21AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": null, + "Yield": 289.1, + "Adj Yield": 289.1 + } + }, + { + "rank": 3, + "brand": "ProHarvest", + "product": "76P42PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": null, + "Yield": 287.7, + "Adj Yield": 287.7 + } + }, + { + "rank": 4, + "brand": "ProHarvest", + "product": "80P75PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 287.3, + "Adj Yield": 287.3 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC108-64RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 285.4, + "Adj Yield": 285.4 + } + }, + { + "rank": 6, + "brand": "Burrus", + "product": "5F17Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": null, + "Yield": 285.2, + "Adj Yield": 285.2 + } + }, + { + "rank": 7, + "brand": "ProHarvest", + "product": "81P20PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": null, + "Yield": 284.1, + "Adj Yield": 284.1 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P10477Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": null, + "Yield": 283.8, + "Adj Yield": 283.8 + } + }, + { + "rank": 8, + "brand": "Burrus", + "product": "4W42PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": null, + "Yield": 283.8, + "Adj Yield": 283.8 + } + }, + { + "rank": 10, + "brand": "Burrus", + "product": "3G31AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": null, + "Yield": 282.0, + "Adj Yield": 282.0 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 280.2, + "Adj Yield": 280.2 + } + }, + { + "rank": 12, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 279.7, + "Adj Yield": 279.7 + } + }, + { + "rank": 13, + "brand": "ProHarvest", + "product": "78P23PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 278.8, + "Adj Yield": 278.8 + } + }, + { + "rank": 14, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 278.7, + "Adj Yield": 278.7 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 278.2, + "Adj Yield": 278.2 + } + }, + { + "rank": 16, + "brand": "ProHarvest", + "product": "84P78TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": null, + "Yield": 277.3, + "Adj Yield": 277.3 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": null, + "Yield": 276.1, + "Adj Yield": 276.1 + } + }, + { + "rank": 18, + "brand": "ProHarvest", + "product": "79P87SSRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 276.0, + "Adj Yield": 276.0 + } + }, + { + "rank": 19, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": null, + "Yield": 275.8, + "Adj Yield": 275.8 + } + }, + { + "rank": 20, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 275.7, + "Adj Yield": 275.7 + } + }, + { + "rank": 21, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 274.4, + "Adj Yield": 274.4 + } + }, + { + "rank": 22, + "brand": "Burrus", + "product": "4P27VE", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": null, + "Yield": 274.2, + "Adj Yield": 274.2 + } + }, + { + "rank": 23, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": null, + "Yield": 273.7, + "Adj Yield": 273.7 + } + }, + { + "rank": 24, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": null, + "Yield": 273.4, + "Adj Yield": 273.4 + } + }, + { + "rank": 25, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 273.0, + "Adj Yield": 273.0 + } + }, + { + "rank": 26, + "brand": "ProHarvest", + "product": "79P54SSPRORIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 271.8, + "Adj Yield": 271.8 + } + }, + { + "rank": 27, + "brand": "ProHarvest", + "product": "83P66VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 271.3, + "Adj Yield": 271.3 + } + }, + { + "rank": 28, + "brand": "ProHarvest", + "product": "83P48SSPRORIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 270.4, + "Adj Yield": 270.4 + } + }, + { + "rank": 29, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 270.1, + "Adj Yield": 270.1 + } + }, + { + "rank": 30, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": null, + "Yield": 269.6, + "Adj Yield": 269.6 + } + }, + { + "rank": 31, + "brand": "Wyffels", + "product": "W7208RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": null, + "Yield": 269.4, + "Adj Yield": 269.4 + } + }, + { + "rank": 32, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": null, + "Yield": 269.0, + "Adj Yield": 269.0 + } + }, + { + "rank": 33, + "brand": "ProHarvest", + "product": "83P17PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": null, + "Yield": 268.8, + "Adj Yield": 268.8 + } + }, + { + "rank": 34, + "brand": "ProHarvest", + "product": "79P37TREC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 267.9, + "Adj Yield": 267.9 + } + }, + { + "rank": 35, + "brand": "Dekalb", + "product": "DKC66-18RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 267.3, + "Adj Yield": 267.3 + } + }, + { + "rank": 36, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": null, + "Yield": 267.1, + "Adj Yield": 267.1 + } + }, + { + "rank": 37, + "brand": "Wyffels", + "product": "W6215RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 267.0, + "Adj Yield": 267.0 + } + }, + { + "rank": 38, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": null, + "Yield": 266.1, + "Adj Yield": 266.1 + } + }, + { + "rank": 39, + "brand": "ProHarvest", + "product": "77P19VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": null, + "Yield": 266.0, + "Adj Yield": 266.0 + } + }, + { + "rank": 40, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 264.6, + "Adj Yield": 264.6 + } + }, + { + "rank": 41, + "brand": "Wyffels", + "product": "W6479RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": null, + "Yield": 264.4, + "Adj Yield": 264.4 + } + }, + { + "rank": 41, + "brand": "ProHarvest", + "product": "85P58StaxRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 264.4, + "Adj Yield": 264.4 + } + }, + { + "rank": 43, + "brand": "Wyffels", + "product": "W5778RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": null, + "Yield": 264.3, + "Adj Yield": 264.3 + } + }, + { + "rank": 43, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 264.3, + "Adj Yield": 264.3 + } + }, + { + "rank": 45, + "brand": "ProHarvest", + "product": "77P60SSRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": null, + "Yield": 261.2, + "Adj Yield": 261.2 + } + }, + { + "rank": 46, + "brand": "Wyffels", + "product": "W5406RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 260.2, + "Adj Yield": 260.2 + } + }, + { + "rank": 47, + "brand": "Wyffels", + "product": "W7048RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": null, + "Yield": 259.3, + "Adj Yield": 259.3 + } + }, + { + "rank": 48, + "brand": "Dekalb", + "product": "DKC108-17RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": null, + "Yield": 259.1, + "Adj Yield": 259.1 + } + }, + { + "rank": 49, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": null, + "Yield": 258.8, + "Adj Yield": 258.8 + } + }, + { + "rank": 50, + "brand": "Dekalb", + "product": "DKC59-82RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": null, + "Yield": 258.4, + "Adj Yield": 258.4 + } + }, + { + "rank": 51, + "brand": "Dekalb", + "product": "DKC64-21RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 257.4, + "Adj Yield": 257.4 + } + }, + { + "rank": 52, + "brand": "Dekalb", + "product": "DKC66-17RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": null, + "Yield": 256.5, + "Adj Yield": 256.5 + } + }, + { + "rank": 53, + "brand": "ProHarvest", + "product": "81P65V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 256.3, + "Adj Yield": 256.3 + } + }, + { + "rank": 54, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 256.0, + "Adj Yield": 256.0 + } + }, + { + "rank": 55, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 254.8, + "Adj Yield": 254.8 + } + }, + { + "rank": 56, + "brand": "ProHarvest", + "product": "75P85DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": null, + "Yield": 254.5, + "Adj Yield": 254.5 + } + }, + { + "rank": 57, + "brand": "AgriGold", + "product": "A643-01WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 253.7, + "Adj Yield": 253.7 + } + }, + { + "rank": 58, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 253.0, + "Adj Yield": 253.0 + } + }, + { + "rank": 59, + "brand": "Wyffels", + "product": "W8086RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 252.6, + "Adj Yield": 252.6 + } + }, + { + "rank": 60, + "brand": "Dekalb", + "product": "DKC112-29RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 249.3, + "Adj Yield": 249.3 + } + }, + { + "rank": 61, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 248.2, + "Adj Yield": 248.2 + } + } + ], + "n_results": 61, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144564" + ], + "fetched_at": "2026-05-27T02:20:36.825540+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144564.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144564.md new file mode 100644 index 00000000..2ba368f6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144564.md @@ -0,0 +1,91 @@ +# Corn yield trial — Herscher, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Kankakee +- **City:** Herscher +- **Year:** 2024 +- **Plot ID:** 144564 +- **Cooperator:** Synergy Seeds +- **Plot average:** 269.52 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-23 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Sandy Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144564 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | Burrus | 4V73AM | AM | - | 14.1 | - | 293.8 | 293.8 | +| 2 | Burrus | 5J21AM | AM | - | 14.7 | - | 289.1 | 289.1 | +| 3 | ProHarvest | 76P42PCE | PCE | - | 14.0 | - | 287.7 | 287.7 | +| 4 | ProHarvest | 80P75PCE | PCE | - | 14.2 | - | 287.3 | 287.3 | +| 5 | Dekalb | DKC108-64RIB | SSPRIB | - | 14.5 | - | 285.4 | 285.4 | +| 6 | Burrus | 5F17Q | QROME | - | 14.6 | - | 285.2 | 285.2 | +| 7 | ProHarvest | 81P20PCE | PCE | - | 14.7 | - | 284.1 | 284.1 | +| 8 | Pioneer | P10477Q | QROME | - | 14.4 | - | 283.8 | 283.8 | +| 8 | Burrus | 4W42PCE | PCE | - | 14.7 | - | 283.8 | 283.8 | +| 10 | Burrus | 3G31AM | AM | - | 13.8 | - | 282.0 | 282.0 | +| 11 | Dekalb | DKC64-22RIB | VT2RIB | - | 16.1 | - | 280.2 | 280.2 | +| 12 | Pioneer | P14830Q | QROME | - | 15.5 | - | 279.7 | 279.7 | +| 13 | ProHarvest | 78P23PCE | PCE | - | 15.2 | - | 278.8 | 278.8 | +| 14 | Pioneer | P1742Q | QROME | - | 16.5 | - | 278.7 | 278.7 | +| 15 | AgriGold | A642-18SSP | SSP | - | 15.6 | - | 278.2 | 278.2 | +| 16 | ProHarvest | 84P78TRERIB | TreceptaRIB | - | 15.7 | - | 277.3 | 277.3 | +| 17 | Dekalb | DKC110-10RIB | STXRIB | - | 14.7 | - | 276.1 | 276.1 | +| 18 | ProHarvest | 79P87SSRIB | STXRIB | - | 14.1 | - | 276.0 | 276.0 | +| 19 | Wyffels | W7945RIB | TreceptaRIB | - | 15.4 | - | 275.8 | 275.8 | +| 20 | Dekalb | DKC114-42RIB | SSPRIB | - | 16.9 | - | 275.7 | 275.7 | +| 21 | Dekalb | DKC106-98RIB | VT4RIB | - | 16.3 | - | 274.4 | 274.4 | +| 22 | Burrus | 4P27VE | Vorceed | - | 14.3 | - | 274.2 | 274.2 | +| 23 | Wyffels | W6505RIB | TreceptaRIB | - | 15.1 | - | 273.7 | 273.7 | +| 24 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 13.7 | - | 273.4 | 273.4 | +| 25 | Wyffels | W7876RIB | VT2RIB | - | 15.6 | - | 273.0 | 273.0 | +| 26 | ProHarvest | 79P54SSPRORIB | SSPRIB | - | 14.5 | - | 271.8 | 271.8 | +| 27 | ProHarvest | 83P66VT2RIB | VT2RIB | - | 16.4 | - | 271.3 | 271.3 | +| 28 | ProHarvest | 83P48SSPRORIB | SSPRIB | - | 16.5 | - | 270.4 | 270.4 | +| 29 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.2 | - | 270.1 | 270.1 | +| 30 | AgriGold | A643-24PCE | PCE | - | 15.1 | - | 269.6 | 269.6 | +| 31 | Wyffels | W7208RIB | STXRIB | - | 15.4 | - | 269.4 | 269.4 | +| 32 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 15.7 | - | 269.0 | 269.0 | +| 33 | ProHarvest | 83P17PCE | PCE | - | 15.3 | - | 268.8 | 268.8 | +| 34 | ProHarvest | 79P37TREC | Trecepta | - | 14.1 | - | 267.9 | 267.9 | +| 35 | Dekalb | DKC66-18RIB | VT2RIB | - | 16.5 | - | 267.3 | 267.3 | +| 36 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.0 | - | 267.1 | 267.1 | +| 37 | Wyffels | W6215RIB | TreceptaRIB | - | 14.2 | - | 267.0 | 267.0 | +| 38 | Wyffels | W6886RIB | VT2RIB | - | 16.0 | - | 266.1 | 266.1 | +| 39 | ProHarvest | 77P19VT2RIB | VT2RIB | - | 14.3 | - | 266.0 | 266.0 | +| 40 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.1 | - | 264.6 | 264.6 | +| 41 | Wyffels | W6479RIB | SSPRIB | - | 14.7 | - | 264.4 | 264.4 | +| 41 | ProHarvest | 85P58StaxRIB | STXRIB | - | 16.5 | - | 264.4 | 264.4 | +| 43 | Wyffels | W5778RIB | STXRIB | - | 13.7 | - | 264.3 | 264.3 | +| 43 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 14.5 | - | 264.3 | 264.3 | +| 45 | ProHarvest | 77P60SSRIB | STXRIB | - | 13.3 | - | 261.2 | 261.2 | +| 46 | Wyffels | W5406RIB | VT2RIB | - | 15.2 | - | 260.2 | 260.2 | +| 47 | Wyffels | W7048RIB | STXRIB | - | 15.1 | - | 259.3 | 259.3 | +| 48 | Dekalb | DKC108-17RIB | TreceptaRIB | - | 14.3 | - | 259.1 | 259.1 | +| 49 | Wyffels | W7759RIB | SSPRIB | - | 15.1 | - | 258.8 | 258.8 | +| 50 | Dekalb | DKC59-82RIB | VT2RIB | - | 13.8 | - | 258.4 | 258.4 | +| 51 | Dekalb | DKC64-21RIB | STXRIB | - | 17.2 | - | 257.4 | 257.4 | +| 52 | Dekalb | DKC66-17RIB | STXRIB | - | 16.0 | - | 256.5 | 256.5 | +| 53 | ProHarvest | 81P65V | 3220EZ | - | 16.1 | - | 256.3 | 256.3 | +| 54 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.9 | - | 256.0 | 256.0 | +| 55 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 17.2 | - | 254.8 | 254.8 | +| 56 | ProHarvest | 75P85DGVT2PRIB | DGVT2PRIB | - | 13.2 | - | 254.5 | 254.5 | +| 57 | AgriGold | A643-01WX | WX | - | 15.9 | - | 253.7 | 253.7 | +| 58 | AgriGold | A642-32VT2PRO | VT2Pro | - | 16.9 | - | 253.0 | 253.0 | +| 59 | Wyffels | W8086RIB | VT2RIB | - | 16.8 | - | 252.6 | 252.6 | +| 60 | Dekalb | DKC112-29RIB | SSPRIB | - | 15.2 | - | 249.3 | 249.3 | +| 61 | Dekalb | DKC114-99RIB | VT4RIB | - | 15.8 | - | 248.2 | 248.2 | + +Top 5 by Yield: 4V73AM (Burrus) 293.8, 5J21AM (Burrus) 289.1, 76P42PCE (ProHarvest) 287.7, 80P75PCE (ProHarvest) 287.3, DKC108-64RIB (Dekalb) 285.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144567.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144567.json new file mode 100644 index 00000000..b4ac0dd0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144567.json @@ -0,0 +1,88 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144567", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Newberry", + "county": "Greene", + "year": 2024, + "plot_id": "144567", + "cooperator": "Sipes Farms", + "plot_average": 239.05, + "planted_date": "2024-05-22", + "harvested_date": "2024-10-15", + "population_seeds_per_acre": 34000, + "row_width": "\"", + "num_rows": 12, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 245.3, + "Adj Yield": 245.3 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC63-57RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 236.0, + "Adj Yield": 236.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 243.4, + "Adj Yield": 243.4 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC63-57RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 231.5, + "Adj Yield": 231.5 + } + } + ], + "n_results": 4, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144567" + ], + "fetched_at": "2026-05-27T02:20:37.286095+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144567.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144567.md new file mode 100644 index 00000000..7c82001d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144567.md @@ -0,0 +1,33 @@ +# Corn yield trial — Newberry, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Greene +- **City:** Newberry +- **Year:** 2024 +- **Plot ID:** 144567 +- **Cooperator:** Sipes Farms +- **Plot average:** 239.05 BU/Ac +- **Planted:** 2024-05-22 +- **Harvested:** 2024-10-15 +- **Population:** 34,000 seeds/acre +- **Row width:** " +- **# Rows:** 12 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144567 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.4 | - | 245.3 | 245.3 | +| 3 | Dekalb | DKC63-57RIB | VT2RIB | - | 17.7 | - | 236.0 | 236.0 | +| 2 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.4 | - | 243.4 | 243.4 | +| 4 | Dekalb | DKC63-57RIB | VT2RIB | - | 17.7 | - | 231.5 | 231.5 | + +Top 5 by Yield: A645-16VT2RIB (AgriGold) 245.3, A645-16VT2RIB (AgriGold) 243.4, DKC63-57RIB (Dekalb) 236.0, DKC63-57RIB (Dekalb) 231.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144568.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144568.json new file mode 100644 index 00000000..26432d50 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144568.json @@ -0,0 +1,400 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144568", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Troy Grove", + "county": "La Salle", + "year": 2024, + "plot_id": "144568", + "cooperator": "Northern Partners", + "plot_average": 328.06, + "planted_date": "2024-05-19", + "harvested_date": "2024-10-24", + "population_seeds_per_acre": 36100, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 26, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 57.2, + "Yield": 310.4, + "Adj Yield": 310.4 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 61.7, + "Yield": 337.6, + "Adj Yield": 337.6 + } + }, + { + "rank": 12, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 58.5, + "Yield": 334.8, + "Adj Yield": 334.8 + } + }, + { + "rank": 17, + "brand": "Croplan", + "product": "CP4880SS", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 59.8, + "Yield": 325.8, + "Adj Yield": 325.8 + } + }, + { + "rank": 28, + "brand": "NK Brand", + "product": "NK0880-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 57.1, + "Yield": 277.0, + "Adj Yield": 277.0 + } + }, + { + "rank": 19, + "brand": "Croplan", + "product": "CP4839PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 58.4, + "Yield": 320.9, + "Adj Yield": 320.9 + } + }, + { + "rank": 24, + "brand": "Channel", + "product": "209-39STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 57.3, + "Yield": 315.0, + "Adj Yield": 315.0 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 56.5, + "Yield": 319.7, + "Adj Yield": 319.7 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.3, + "Yield": 329.8, + "Adj Yield": 329.8 + } + }, + { + "rank": 4, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 58.3, + "Yield": 343.7, + "Adj Yield": 343.7 + } + }, + { + "rank": 14, + "brand": "Channel", + "product": "211-57STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 59.5, + "Yield": 334.0, + "Adj Yield": 334.0 + } + }, + { + "rank": 6, + "brand": "Brevant Seeds", + "product": "B11C37V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.2, + "Yield": 341.9, + "Adj Yield": 341.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 59.7, + "Yield": 346.5, + "Adj Yield": 346.5 + } + }, + { + "rank": 23, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 60.5, + "Yield": 317.7, + "Adj Yield": 317.7 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC112-29RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 55.9, + "Yield": 327.0, + "Adj Yield": 327.0 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 57.1, + "Yield": 319.0, + "Adj Yield": 319.0 + } + }, + { + "rank": 11, + "brand": "Channel", + "product": "212-40VT4P", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.5, + "Yield": 336.8, + "Adj Yield": 336.8 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 57.8, + "Yield": 334.8, + "Adj Yield": 334.8 + } + }, + { + "rank": 27, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 59.3, + "Yield": 298.4, + "Adj Yield": 298.4 + } + }, + { + "rank": 2, + "brand": "Croplan", + "product": "CP5320SS/P", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 56.5, + "Yield": 348.3, + "Adj Yield": 348.3 + } + }, + { + "rank": 22, + "brand": "Brevant Seeds", + "product": "B13K20Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 56.7, + "Yield": 318.6, + "Adj Yield": 318.6 + } + }, + { + "rank": 1, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 57.8, + "Yield": 349.7, + "Adj Yield": 349.7 + } + }, + { + "rank": 7, + "brand": "Croplan", + "product": "CP5329PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 57.2, + "Yield": 341.5, + "Adj Yield": 341.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 56.3, + "Yield": 337.7, + "Adj Yield": 337.7 + } + }, + { + "rank": 10, + "brand": "NK Brand", + "product": "NK1480-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 58.5, + "Yield": 337.4, + "Adj Yield": 337.4 + } + }, + { + "rank": 4, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.7, + "Yield": 343.7, + "Adj Yield": 343.7 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 59.0, + "Yield": 323.1, + "Adj Yield": 323.1 + } + }, + { + "rank": 25, + "brand": "Channel", + "product": "214-40VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 54.3, + "Yield": 314.8, + "Adj Yield": 314.8 + } + } + ], + "n_results": 28, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144568" + ], + "fetched_at": "2026-05-27T02:20:37.793086+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144568.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144568.md new file mode 100644 index 00000000..6ec5f7fd --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144568.md @@ -0,0 +1,58 @@ +# Corn yield trial — Troy Grove, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** La Salle +- **City:** Troy Grove +- **Year:** 2024 +- **Plot ID:** 144568 +- **Cooperator:** Northern Partners +- **Plot average:** 328.06 BU/Ac +- **Planted:** 2024-05-19 +- **Harvested:** 2024-10-24 +- **Population:** 36,100 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144568 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 26 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 13.9 | 57.2 | 310.4 | 310.4 | +| 9 | Dekalb | DKC106-98RIB | VT4RIB | - | 13.4 | 61.7 | 337.6 | 337.6 | +| 12 | Brevant Seeds | B08R32V | Vorceed | - | 13.6 | 58.5 | 334.8 | 334.8 | +| 17 | Croplan | CP4880SS | STX | - | 13.7 | 59.8 | 325.8 | 325.8 | +| 28 | NK Brand | NK0880-V | 3220EZ | - | 13.9 | 57.1 | 277.0 | 277.0 | +| 19 | Croplan | CP4839PCE | PCE | - | 13.3 | 58.4 | 320.9 | 320.9 | +| 24 | Channel | 209-39STXRIB | STXRIB | - | 15.0 | 57.3 | 315.0 | 315.0 | +| 20 | AgriGold | A640-12STXRIB | STXRIB | - | 14.9 | 56.5 | 319.7 | 319.7 | +| 15 | Dekalb | DKC110-10RIB | STXRIB | - | 14.5 | 59.3 | 329.8 | 329.8 | +| 4 | Wyffels | W6505RIB | TreceptaRIB | - | 15.6 | 58.3 | 343.7 | 343.7 | +| 14 | Channel | 211-57STXRIB | STXRIB | - | 15.9 | 59.5 | 334.0 | 334.0 | +| 6 | Brevant Seeds | B11C37V | Vorceed | - | 15.0 | 59.2 | 341.9 | 341.9 | +| 3 | AgriGold | A641-85STXRIB | STXRIB | - | 15.2 | 59.7 | 346.5 | 346.5 | +| 23 | Wyffels | W6886RIB | VT2RIB | - | 14.9 | 60.5 | 317.7 | 317.7 | +| 16 | Dekalb | DKC112-29RIB | SSPRIB | - | 16.7 | 55.9 | 327.0 | 327.0 | +| 21 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.3 | 57.1 | 319.0 | 319.0 | +| 11 | Channel | 212-40VT4P | VT4Pro | - | 15.2 | 60.5 | 336.8 | 336.8 | +| 12 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 16.1 | 57.8 | 334.8 | 334.8 | +| 27 | NK Brand | NK1307-DV | 5222 | - | 16.6 | 59.3 | 298.4 | 298.4 | +| 2 | Croplan | CP5320SS/P | SSP | - | 16.8 | 56.5 | 348.3 | 348.3 | +| 22 | Brevant Seeds | B13K20Q | QROME | - | 15.5 | 56.7 | 318.6 | 318.6 | +| 1 | Wyffels | W7759RIB | SSPRIB | - | 16.1 | 57.8 | 349.7 | 349.7 | +| 7 | Croplan | CP5329PCE | PCE | - | 17.6 | 57.2 | 341.5 | 341.5 | +| 8 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.0 | 56.3 | 337.7 | 337.7 | +| 10 | NK Brand | NK1480-DV | 5222EZ | - | 16.4 | 58.5 | 337.4 | 337.4 | +| 4 | Wyffels | W7876RIB | VT2RIB | - | 15.7 | 59.7 | 343.7 | 343.7 | +| 18 | Dekalb | DKC114-99RIB | VT4RIB | - | 17.5 | 59.0 | 323.1 | 323.1 | +| 25 | Channel | 214-40VT4PRIB | VT4RIB | - | 16.8 | 54.3 | 314.8 | 314.8 | + +Top 5 by Yield: W7759RIB (Wyffels) 349.7, CP5320SS/P (Croplan) 348.3, A641-85STXRIB (AgriGold) 346.5, W6505RIB (Wyffels) 343.7, W7876RIB (Wyffels) 343.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144576.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144576.json new file mode 100644 index 00000000..21b04969 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144576.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144576", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Seymour", + "county": "Jackson", + "year": 2024, + "plot_id": "144576", + "cooperator": "George and Grover Mellencamp", + "plot_average": 217.26, + "planted_date": "2024-04-28", + "harvested_date": "2024-10-18", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 59.1, + "Yield": 252.8, + "Adj Yield": 252.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A637-21WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 58.5, + "Yield": 173.2, + "Adj Yield": 171.99 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A640-01WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.2, + "Yield": 247.3, + "Adj Yield": 246.37 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A640-51WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 59.9, + "Yield": 219.4, + "Adj Yield": 218.75 + } + }, + { + "rank": 6, + "brand": "Channel", + "product": "211-10WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 60.8, + "Yield": 215.4, + "Adj Yield": 215.07 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-99WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 60.7, + "Yield": 203.4, + "Adj Yield": 203.42 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-01WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 62.2, + "Yield": 226.9, + "Adj Yield": 227.19 + } + }, + { + "rank": 2, + "brand": "Becks", + "product": "6337WX", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 60.3, + "Yield": 235.6, + "Adj Yield": 236.21 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-15WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 58.7, + "Yield": 207.6, + "Adj Yield": 208.54 + } + }, + { + "rank": 3, + "brand": "Stewarts", + "product": "14WC772", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 59.0, + "Yield": 226.6, + "Adj Yield": 227.82 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.4, + "Yield": 249.8, + "Adj Yield": 249.8 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144576" + ], + "fetched_at": "2026-05-27T02:20:38.257006+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144576.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144576.md new file mode 100644 index 00000000..11e84d62 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144576.md @@ -0,0 +1,40 @@ +# Corn yield trial — Seymour, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Jackson +- **City:** Seymour +- **Year:** 2024 +- **Plot ID:** 144576 +- **Cooperator:** George and Grover Mellencamp +- **Plot average:** 217.26 BU/Ac +- **Planted:** 2024-04-28 +- **Harvested:** 2024-10-18 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144576 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.8 | 59.1 | 252.8 | 252.8 | +| 9 | AgriGold | A637-21WX | WX | - | 16.9 | 58.5 | 173.2 | 171.99 | +| 1 | AgriGold | A640-01WX | WX | - | 16.2 | 59.2 | 247.3 | 246.37 | +| 5 | AgriGold | A640-51WX | WX | - | 16.6 | 59.9 | 219.4 | 218.75 | +| 6 | Channel | 211-10WX | WX | - | 16.5 | 60.8 | 215.4 | 215.07 | +| 8 | AgriGold | A642-99WX | WX | - | 17.4 | 60.7 | 203.4 | 203.42 | +| 4 | AgriGold | A643-01WX | WX | - | 17.4 | 62.2 | 226.9 | 227.19 | +| 2 | Becks | 6337WX | C | - | 17.3 | 60.3 | 235.6 | 236.21 | +| 7 | AgriGold | A644-15WX | WX | - | 17.4 | 58.7 | 207.6 | 208.54 | +| 3 | Stewarts | 14WC772 | C | - | 17.5 | 59.0 | 226.6 | 227.82 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.8 | 58.4 | 249.8 | 249.8 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 252.8, A644-64VT2RIB (AgriGold) 249.8, A640-01WX (AgriGold) 247.3, 6337WX (Becks) 235.6, A643-01WX (AgriGold) 226.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144584.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144584.json new file mode 100644 index 00000000..7621a0ad --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144584.json @@ -0,0 +1,413 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144584", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Litchfield", + "county": "Custer", + "year": 2024, + "plot_id": "144584", + "cooperator": "Zoerb Farms", + "plot_average": 296.06, + "planted_date": "2024-05-10", + "harvested_date": "2024-10-17", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "Unknown", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": null, + "Yield": 306.8, + "Adj Yield": 306.8 + } + }, + { + "rank": 19, + "brand": "Pioneer", + "product": "P08075V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 288.9, + "Adj Yield": 286.95 + } + }, + { + "rank": 20, + "brand": "Pioneer", + "product": "P08527V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 288.1, + "Adj Yield": 286.07 + } + }, + { + "rank": 23, + "brand": "Dekalb", + "product": "DKC108-64RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": null, + "Yield": 287.0, + "Adj Yield": 284.79 + } + }, + { + "rank": 12, + "brand": "Pioneer", + "product": "P09944AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 297.9, + "Adj Yield": 295.42 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 304.2, + "Adj Yield": 301.31 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": null, + "Yield": 289.4, + "Adj Yield": 285.91 + } + }, + { + "rank": 22, + "brand": "Pioneer", + "product": "P10625PCUE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": null, + "Yield": 289.3, + "Adj Yield": 284.9 + } + }, + { + "rank": null, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": null, + "Yield": 310.7, + "Adj Yield": 310.7 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": null, + "Yield": 310.7, + "Adj Yield": 306.38 + } + }, + { + "rank": 18, + "brand": "Pioneer", + "product": "P1120WQ", + "traits": "WQROME", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": null, + "Yield": 292.9, + "Adj Yield": 289.7 + } + }, + { + "rank": 16, + "brand": "Pioneer", + "product": "P1170AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 294.7, + "Adj Yield": 292.42 + } + }, + { + "rank": 17, + "brand": "Pioneer", + "product": "P1185AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 292.5, + "Adj Yield": 291.04 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A641-26-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 281.4, + "Adj Yield": 280.7 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC62-69RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": null, + "Yield": 298.4, + "Adj Yield": 298.44 + } + }, + { + "rank": 14, + "brand": "Pioneer", + "product": "P12393V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": null, + "Yield": 293.1, + "Adj Yield": 293.88 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": null, + "Yield": 303.1, + "Adj Yield": 304.65 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P13476Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": null, + "Yield": 293.2, + "Adj Yield": 295.57 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P13544V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": null, + "Yield": 302.2, + "Adj Yield": 305.52 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": null, + "Yield": 311.4, + "Adj Yield": 315.87 + } + }, + { + "rank": null, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": null, + "Yield": 298.8, + "Adj Yield": 298.8 + } + }, + { + "rank": 24, + "brand": "Pioneer", + "product": "P1408WAM", + "traits": "WAM", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 276.2, + "Adj Yield": 280.74 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P1457WAM", + "traits": "WAM", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 295.2, + "Adj Yield": 298.79 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": null, + "Yield": 309.9, + "Adj Yield": 312.84 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 25.4, + "Test Wt.": null, + "Yield": 291.0, + "Adj Yield": 293.49 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P16544PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": null, + "Yield": 311.5, + "Adj Yield": 313.67 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P1742PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": null, + "Yield": 305.4, + "Adj Yield": 307.35 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P1790WQ", + "traits": "WQROME", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": null, + "Yield": 293.3, + "Adj Yield": 295.11 + } + }, + { + "rank": null, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": null, + "Yield": 303.1, + "Adj Yield": 303.1 + } + } + ], + "n_results": 29, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144584" + ], + "fetched_at": "2026-05-27T02:20:38.836721+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144584.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144584.md new file mode 100644 index 00000000..ae4fbba8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144584.md @@ -0,0 +1,60 @@ +# Corn yield trial — Litchfield, NE, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Custer +- **City:** Litchfield +- **Year:** 2024 +- **Plot ID:** 144584 +- **Cooperator:** Zoerb Farms +- **Plot average:** 296.06 BU/Ac +- **Planted:** 2024-05-10 +- **Harvested:** 2024-10-17 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **Fungicide:** Unknown +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144584 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Pioneer | P14830AML | AML | - | 19.8 | - | 306.8 | 306.8 | +| 19 | Pioneer | P08075V | Vorceed | - | 16.8 | - | 288.9 | 286.95 | +| 20 | Pioneer | P08527V | Vorceed | - | 18.1 | - | 288.1 | 286.07 | +| 23 | Dekalb | DKC108-64RIB | SSPRIB | - | 19.6 | - | 287.0 | 284.79 | +| 12 | Pioneer | P09944AM | AM | - | 19.2 | - | 297.9 | 295.42 | +| 8 | Dekalb | DKC110-10RIB | STXRIB | - | 19.2 | - | 304.2 | 301.31 | +| 21 | AgriGold | A640-12STXRIB | STXRIB | - | 20.8 | - | 289.4 | 285.91 | +| 22 | Pioneer | P10625PCUE | PWE | - | 19.4 | - | 289.3 | 284.9 | +| - | Pioneer | P14830AML | AML | - | 19.8 | - | 310.7 | 310.7 | +| 5 | Pioneer | P14830AML | AML | - | 19.8 | - | 310.7 | 306.38 | +| 18 | Pioneer | P1120WQ | WQROME | - | 20.4 | - | 292.9 | 289.7 | +| 16 | Pioneer | P1170AM | AM | - | 20.2 | - | 294.7 | 292.42 | +| 17 | Pioneer | P1185AM | AM | - | 19.1 | - | 292.5 | 291.04 | +| 25 | AgriGold | A641-26-3110 | 3110 | - | 18.8 | - | 281.4 | 280.7 | +| 10 | Dekalb | DKC62-69RIB | STXRIB | - | 21.4 | - | 298.4 | 298.44 | +| 14 | Pioneer | P12393V | Vorceed | - | 19.8 | - | 293.1 | 293.88 | +| 7 | AgriGold | A643-24PCE | PCE | - | 20.7 | - | 303.1 | 304.65 | +| 11 | Pioneer | P13476Q | QROME | - | 19.9 | - | 293.2 | 295.57 | +| 6 | Pioneer | P13544V | Vorceed | - | 20.8 | - | 302.2 | 305.52 | +| 1 | Pioneer | P13777PCE | PCE | - | 20.7 | - | 311.4 | 315.87 | +| - | Pioneer | P14830AML | AML | - | 19.8 | - | 298.8 | 298.8 | +| 24 | Pioneer | P1408WAM | WAM | - | 18.8 | - | 276.2 | 280.74 | +| 9 | Pioneer | P1457WAM | WAM | - | 20.9 | - | 295.2 | 298.79 | +| 3 | Dekalb | DKC114-42RIB | SSPRIB | - | 23.1 | - | 309.9 | 312.84 | +| 15 | AgriGold | A646-17STXRIB | STXRIB | - | 25.4 | - | 291.0 | 293.49 | +| 2 | Pioneer | P16544PCE | PCE | - | 19.6 | - | 311.5 | 313.67 | +| 4 | Pioneer | P1742PCE | PCE | - | 19.3 | - | 305.4 | 307.35 | +| 13 | Pioneer | P1790WQ | WQROME | - | 21.4 | - | 293.3 | 295.11 | +| - | Pioneer | P14830AML | AML | - | 19.7 | - | 303.1 | 303.1 | + +Top 5 by Yield: P16544PCE (Pioneer) 311.5, P13777PCE (Pioneer) 311.4, P14830AML (Pioneer) 310.7, P14830AML (Pioneer) 310.7, DKC114-42RIB (Dekalb) 309.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144589.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144589.json new file mode 100644 index 00000000..013afaa1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144589.json @@ -0,0 +1,829 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144589", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Wilmington", + "county": "Will", + "year": 2024, + "plot_id": "144589", + "cooperator": "Synergy Seeds", + "plot_average": 220.79, + "planted_date": "2024-05-13", + "harvested_date": "2024-10-23", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "ProHarvest", + "product": "80P75PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": null, + "Yield": 254.9, + "Adj Yield": 254.9 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": null, + "Yield": 249.8, + "Adj Yield": 249.8 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P10477Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": null, + "Yield": 245.8, + "Adj Yield": 245.8 + } + }, + { + "rank": 4, + "brand": "ProHarvest", + "product": "79P54SSPRORIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 245.6, + "Adj Yield": 245.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 243.9, + "Adj Yield": 243.9 + } + }, + { + "rank": 6, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 243.0, + "Adj Yield": 243.0 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 238.8, + "Adj Yield": 238.8 + } + }, + { + "rank": 8, + "brand": "ProHarvest", + "product": "79P37TREC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 234.0, + "Adj Yield": 234.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 234.0, + "Adj Yield": 234.0 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC108-17RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 232.3, + "Adj Yield": 232.3 + } + }, + { + "rank": 11, + "brand": "Wyffels", + "product": "W5778RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": null, + "Yield": 232.2, + "Adj Yield": 232.2 + } + }, + { + "rank": 12, + "brand": "ProHarvest", + "product": "83P66VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": null, + "Yield": 231.9, + "Adj Yield": 231.9 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 231.6, + "Adj Yield": 231.6 + } + }, + { + "rank": 14, + "brand": "Burrus", + "product": "4V73AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 230.0, + "Adj Yield": 230.0 + } + }, + { + "rank": 15, + "brand": "ProHarvest", + "product": "81P65V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 229.9, + "Adj Yield": 229.9 + } + }, + { + "rank": 16, + "brand": "ProHarvest", + "product": "76P42PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 229.8, + "Adj Yield": 229.8 + } + }, + { + "rank": 17, + "brand": "ProHarvest", + "product": "79P87SSRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 229.7, + "Adj Yield": 229.7 + } + }, + { + "rank": 18, + "brand": "Burrus", + "product": "5F17Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": null, + "Yield": 229.6, + "Adj Yield": 229.6 + } + }, + { + "rank": 19, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 228.7, + "Adj Yield": 228.7 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 228.3, + "Adj Yield": 228.3 + } + }, + { + "rank": 21, + "brand": "Burrus", + "product": "4W42PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": null, + "Yield": 228.2, + "Adj Yield": 228.2 + } + }, + { + "rank": 22, + "brand": "Dekalb", + "product": "DKC108-64RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": null, + "Yield": 227.6, + "Adj Yield": 227.6 + } + }, + { + "rank": 23, + "brand": "Dekalb", + "product": "DKC112-29RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 226.4, + "Adj Yield": 226.4 + } + }, + { + "rank": 23, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 226.4, + "Adj Yield": 226.4 + } + }, + { + "rank": 25, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 225.7, + "Adj Yield": 225.7 + } + }, + { + "rank": 26, + "brand": "Wyffels", + "product": "W6479RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 225.2, + "Adj Yield": 225.2 + } + }, + { + "rank": 27, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 224.3, + "Adj Yield": 224.3 + } + }, + { + "rank": 28, + "brand": "ProHarvest", + "product": "81P20PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 224.1, + "Adj Yield": 224.1 + } + }, + { + "rank": 29, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 223.7, + "Adj Yield": 223.7 + } + }, + { + "rank": 30, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 223.5, + "Adj Yield": 223.5 + } + }, + { + "rank": 31, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 223.1, + "Adj Yield": 223.1 + } + }, + { + "rank": 32, + "brand": "Dekalb", + "product": "DKC59-82RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 222.7, + "Adj Yield": 222.7 + } + }, + { + "rank": 33, + "brand": "Wyffels", + "product": "W5406RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 221.4, + "Adj Yield": 221.4 + } + }, + { + "rank": 34, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 219.5, + "Adj Yield": 219.5 + } + }, + { + "rank": 35, + "brand": "ProHarvest", + "product": "83P17PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 218.6, + "Adj Yield": 218.6 + } + }, + { + "rank": 36, + "brand": "Burrus", + "product": "5J21AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 218.0, + "Adj Yield": 218.0 + } + }, + { + "rank": 37, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 217.4, + "Adj Yield": 217.4 + } + }, + { + "rank": 38, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 216.1, + "Adj Yield": 216.1 + } + }, + { + "rank": 39, + "brand": "Wyffels", + "product": "W6215RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 215.5, + "Adj Yield": 215.5 + } + }, + { + "rank": 39, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 215.5, + "Adj Yield": 215.5 + } + }, + { + "rank": 41, + "brand": "ProHarvest", + "product": "84P78TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 213.0, + "Adj Yield": 213.0 + } + }, + { + "rank": 41, + "brand": "ProHarvest", + "product": "75P85DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 213.0, + "Adj Yield": 213.0 + } + }, + { + "rank": 43, + "brand": "Dekalb", + "product": "DKC66-18RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 212.5, + "Adj Yield": 212.5 + } + }, + { + "rank": 44, + "brand": "ProHarvest", + "product": "77P19VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 211.8, + "Adj Yield": 211.8 + } + }, + { + "rank": 45, + "brand": "Dekalb", + "product": "DKC66-17RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 210.5, + "Adj Yield": 210.5 + } + }, + { + "rank": 46, + "brand": "Burrus", + "product": "4P27VE", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 210.4, + "Adj Yield": 210.4 + } + }, + { + "rank": 47, + "brand": "AgriGold", + "product": "A643-01WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 209.4, + "Adj Yield": 209.4 + } + }, + { + "rank": 48, + "brand": "Dekalb", + "product": "DKC64-21RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 209.1, + "Adj Yield": 209.1 + } + }, + { + "rank": 49, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": null, + "Yield": 208.0, + "Adj Yield": 208.0 + } + }, + { + "rank": 50, + "brand": "Wyffels", + "product": "W7208RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 207.5, + "Adj Yield": 207.5 + } + }, + { + "rank": 51, + "brand": "ProHarvest", + "product": "78P23PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 207.2, + "Adj Yield": 207.2 + } + }, + { + "rank": 52, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 206.8, + "Adj Yield": 206.8 + } + }, + { + "rank": 53, + "brand": "Burrus", + "product": "3G31AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": null, + "Yield": 205.9, + "Adj Yield": 205.9 + } + }, + { + "rank": 54, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 204.4, + "Adj Yield": 204.4 + } + }, + { + "rank": 55, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 203.6, + "Adj Yield": 203.6 + } + }, + { + "rank": 56, + "brand": "ProHarvest", + "product": "77P60SSRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": null, + "Yield": 202.5, + "Adj Yield": 202.5 + } + }, + { + "rank": 56, + "brand": "Wyffels", + "product": "W8086RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 202.5, + "Adj Yield": 202.5 + } + }, + { + "rank": 58, + "brand": "ProHarvest", + "product": "83P48SSPRORIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 201.8, + "Adj Yield": 201.8 + } + }, + { + "rank": 59, + "brand": "Wyffels", + "product": "W7048RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 190.0, + "Adj Yield": 190.0 + } + }, + { + "rank": 60, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 185.9, + "Adj Yield": 185.9 + } + }, + { + "rank": 61, + "brand": "ProHarvest", + "product": "85P58StaxRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 185.6, + "Adj Yield": 185.6 + } + } + ], + "n_results": 61, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144589" + ], + "fetched_at": "2026-05-27T02:20:39.321393+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144589.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144589.md new file mode 100644 index 00000000..d00122bb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144589.md @@ -0,0 +1,91 @@ +# Corn yield trial — Wilmington, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Will +- **City:** Wilmington +- **Year:** 2024 +- **Plot ID:** 144589 +- **Cooperator:** Synergy Seeds +- **Plot average:** 220.79 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-23 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144589 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 80P75PCE | PCE | - | 15.3 | - | 254.9 | 254.9 | +| 2 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 14.8 | - | 249.8 | 249.8 | +| 3 | Pioneer | P10477Q | QROME | - | 15.7 | - | 245.8 | 245.8 | +| 4 | ProHarvest | 79P54SSPRORIB | SSPRIB | - | 16.3 | - | 245.6 | 245.6 | +| 5 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 18.2 | - | 243.9 | 243.9 | +| 6 | Wyffels | W6505RIB | TreceptaRIB | - | 16.7 | - | 243.0 | 243.0 | +| 7 | Dekalb | DKC114-42RIB | SSPRIB | - | 17.1 | - | 238.8 | 238.8 | +| 8 | ProHarvest | 79P37TREC | Trecepta | - | 15.9 | - | 234.0 | 234.0 | +| 8 | AgriGold | A642-18SSP | SSP | - | 16.9 | - | 234.0 | 234.0 | +| 10 | Dekalb | DKC108-17RIB | TreceptaRIB | - | 16.6 | - | 232.3 | 232.3 | +| 11 | Wyffels | W5778RIB | STXRIB | - | 15.4 | - | 232.2 | 232.2 | +| 12 | ProHarvest | 83P66VT2RIB | VT2RIB | - | 18.9 | - | 231.9 | 231.9 | +| 13 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 17.4 | - | 231.6 | 231.6 | +| 14 | Burrus | 4V73AM | AM | - | 15.6 | - | 230.0 | 230.0 | +| 15 | ProHarvest | 81P65V | 3220EZ | - | 17.7 | - | 229.9 | 229.9 | +| 16 | ProHarvest | 76P42PCE | PCE | - | 15.2 | - | 229.8 | 229.8 | +| 17 | ProHarvest | 79P87SSRIB | STXRIB | - | 15.6 | - | 229.7 | 229.7 | +| 18 | Burrus | 5F17Q | QROME | - | 15.4 | - | 229.6 | 229.6 | +| 19 | Wyffels | W7759RIB | SSPRIB | - | 16.1 | - | 228.7 | 228.7 | +| 20 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.9 | - | 228.3 | 228.3 | +| 21 | Burrus | 4W42PCE | PCE | - | 15.3 | - | 228.2 | 228.2 | +| 22 | Dekalb | DKC108-64RIB | SSPRIB | - | 15.3 | - | 227.6 | 227.6 | +| 23 | Dekalb | DKC112-29RIB | SSPRIB | - | 16.5 | - | 226.4 | 226.4 | +| 23 | Dekalb | DKC64-22RIB | VT2RIB | - | 17.8 | - | 226.4 | 226.4 | +| 25 | Wyffels | W7876RIB | VT2RIB | - | 17.9 | - | 225.7 | 225.7 | +| 26 | Wyffels | W6479RIB | SSPRIB | - | 16.3 | - | 225.2 | 225.2 | +| 27 | Pioneer | P14830Q | QROME | - | 17.5 | - | 224.3 | 224.3 | +| 28 | ProHarvest | 81P20PCE | PCE | - | 16.1 | - | 224.1 | 224.1 | +| 29 | AgriGold | A643-24PCE | PCE | - | 16.7 | - | 223.7 | 223.7 | +| 30 | Dekalb | DKC110-10RIB | STXRIB | - | 16.5 | - | 223.5 | 223.5 | +| 31 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.2 | - | 223.1 | 223.1 | +| 32 | Dekalb | DKC59-82RIB | VT2RIB | - | 15.8 | - | 222.7 | 222.7 | +| 33 | Wyffels | W5406RIB | VT2RIB | - | 16.4 | - | 221.4 | 221.4 | +| 34 | AgriGold | A642-32VT2PRO | VT2Pro | - | 17.7 | - | 219.5 | 219.5 | +| 35 | ProHarvest | 83P17PCE | PCE | - | 17.0 | - | 218.6 | 218.6 | +| 36 | Burrus | 5J21AM | AM | - | 16.4 | - | 218.0 | 218.0 | +| 37 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 19.1 | - | 217.4 | 217.4 | +| 38 | Dekalb | DKC114-99RIB | VT4RIB | - | 17.5 | - | 216.1 | 216.1 | +| 39 | Wyffels | W6215RIB | TreceptaRIB | - | 16.3 | - | 215.5 | 215.5 | +| 39 | Pioneer | P1742Q | QROME | - | 18.4 | - | 215.5 | 215.5 | +| 41 | ProHarvest | 84P78TRERIB | TreceptaRIB | - | 18.1 | - | 213.0 | 213.0 | +| 41 | ProHarvest | 75P85DGVT2PRIB | DGVT2PRIB | - | 14.1 | - | 213.0 | 213.0 | +| 43 | Dekalb | DKC66-18RIB | VT2RIB | - | 17.9 | - | 212.5 | 212.5 | +| 44 | ProHarvest | 77P19VT2RIB | VT2RIB | - | 15.9 | - | 211.8 | 211.8 | +| 45 | Dekalb | DKC66-17RIB | STXRIB | - | 17.3 | - | 210.5 | 210.5 | +| 46 | Burrus | 4P27VE | Vorceed | - | 15.5 | - | 210.4 | 210.4 | +| 47 | AgriGold | A643-01WX | WX | - | 17.5 | - | 209.4 | 209.4 | +| 48 | Dekalb | DKC64-21RIB | STXRIB | - | 18.1 | - | 209.1 | 209.1 | +| 49 | Dekalb | DKC106-98RIB | VT4RIB | - | 16.0 | - | 208.0 | 208.0 | +| 50 | Wyffels | W7208RIB | STXRIB | - | 17.7 | - | 207.5 | 207.5 | +| 51 | ProHarvest | 78P23PCE | PCE | - | 16.6 | - | 207.2 | 207.2 | +| 52 | AgriGold | A639-03VT2RIB | VT2RIB | - | 16.5 | - | 206.8 | 206.8 | +| 53 | Burrus | 3G31AM | AM | - | 14.8 | - | 205.9 | 205.9 | +| 54 | Wyffels | W7945RIB | TreceptaRIB | - | 17.0 | - | 204.4 | 204.4 | +| 55 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 15.8 | - | 203.6 | 203.6 | +| 56 | ProHarvest | 77P60SSRIB | STXRIB | - | 14.4 | - | 202.5 | 202.5 | +| 56 | Wyffels | W8086RIB | VT2RIB | - | 18.8 | - | 202.5 | 202.5 | +| 58 | ProHarvest | 83P48SSPRORIB | SSPRIB | - | 17.9 | - | 201.8 | 201.8 | +| 59 | Wyffels | W7048RIB | STXRIB | - | 16.6 | - | 190.0 | 190.0 | +| 60 | Wyffels | W6886RIB | VT2RIB | - | 18.2 | - | 185.9 | 185.9 | +| 61 | ProHarvest | 85P58StaxRIB | STXRIB | - | 17.3 | - | 185.6 | 185.6 | + +Top 5 by Yield: 80P75PCE (ProHarvest) 254.9, DKC56-26RIB (Dekalb) 249.8, P10477Q (Pioneer) 245.8, 79P54SSPRORIB (ProHarvest) 245.6, A642-05VT2RIBD1 (AgriGold) 243.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144593.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144593.json new file mode 100644 index 00000000..60c23eec --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144593.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144593", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Ransom", + "county": "Grundy", + "year": 2024, + "plot_id": "144593", + "cooperator": "Synergy Seeds", + "plot_average": 273.98, + "planted_date": "2024-05-20", + "harvested_date": "2024-10-18", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 18, + "brand": "ProHarvest", + "product": "75P85DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 241.7, + "Adj Yield": 241.7 + } + }, + { + "rank": 14, + "brand": "ProHarvest", + "product": "77P60SSRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 269.4, + "Adj Yield": 269.4 + } + }, + { + "rank": 17, + "brand": "Wyffels", + "product": "W5778RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 259.5, + "Adj Yield": 259.5 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC108-64RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 263.3, + "Adj Yield": 263.3 + } + }, + { + "rank": 7, + "brand": "ProHarvest", + "product": "79P54SSPRORIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 278.7, + "Adj Yield": 278.7 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC59-81RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 272.6, + "Adj Yield": 272.6 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 283.5, + "Adj Yield": 283.5 + } + }, + { + "rank": 8, + "brand": "Wyffels", + "product": "W6479RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 276.3, + "Adj Yield": 276.3 + } + }, + { + "rank": 11, + "brand": "ProHarvest", + "product": "81P65V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 273.9, + "Adj Yield": 273.9 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC112-29RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 282.0, + "Adj Yield": 282.0 + } + }, + { + "rank": 16, + "brand": "ProHarvest", + "product": "82P68SXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 263.0, + "Adj Yield": 263.0 + } + }, + { + "rank": 3, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": null, + "Yield": 284.9, + "Adj Yield": 284.9 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC64-21RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": null, + "Yield": 278.8, + "Adj Yield": 278.8 + } + }, + { + "rank": 9, + "brand": "ProHarvest", + "product": "83P48SSPRORIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 275.8, + "Adj Yield": 275.8 + } + }, + { + "rank": 10, + "brand": "Wyffels", + "product": "W7878RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 274.0, + "Adj Yield": 274.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 294.1, + "Adj Yield": 294.1 + } + }, + { + "rank": 13, + "brand": "ProHarvest", + "product": "85P58StaxRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": null, + "Yield": 270.4, + "Adj Yield": 270.4 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC64-64RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 289.7, + "Adj Yield": 289.7 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144593" + ], + "fetched_at": "2026-05-27T02:20:39.774405+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144593.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144593.md new file mode 100644 index 00000000..bef31b76 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144593.md @@ -0,0 +1,48 @@ +# Corn yield trial — Ransom, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Grundy +- **City:** Ransom +- **Year:** 2024 +- **Plot ID:** 144593 +- **Cooperator:** Synergy Seeds +- **Plot average:** 273.98 BU/Ac +- **Planted:** 2024-05-20 +- **Harvested:** 2024-10-18 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144593 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 18 | ProHarvest | 75P85DGVT2PRIB | DGVT2PRIB | - | 15.8 | - | 241.7 | 241.7 | +| 14 | ProHarvest | 77P60SSRIB | STXRIB | - | 15.6 | - | 269.4 | 269.4 | +| 17 | Wyffels | W5778RIB | STXRIB | - | 16.6 | - | 259.5 | 259.5 | +| 15 | Dekalb | DKC108-64RIB | SSPRIB | - | 16.3 | - | 263.3 | 263.3 | +| 7 | ProHarvest | 79P54SSPRORIB | SSPRIB | - | 18.0 | - | 278.7 | 278.7 | +| 12 | Dekalb | DKC59-81RIB | STXRIB | - | 17.0 | - | 272.6 | 272.6 | +| 4 | Dekalb | DKC110-10RIB | STXRIB | - | 17.7 | - | 283.5 | 283.5 | +| 8 | Wyffels | W6479RIB | SSPRIB | - | 17.6 | - | 276.3 | 276.3 | +| 11 | ProHarvest | 81P65V | 3220EZ | - | 18.6 | - | 273.9 | 273.9 | +| 5 | Dekalb | DKC112-29RIB | SSPRIB | - | 18.4 | - | 282.0 | 282.0 | +| 16 | ProHarvest | 82P68SXRIB | STXRIB | - | 18.5 | - | 263.0 | 263.0 | +| 3 | Wyffels | W7759RIB | SSPRIB | - | 18.9 | - | 284.9 | 284.9 | +| 6 | Dekalb | DKC64-21RIB | STXRIB | - | 20.4 | - | 278.8 | 278.8 | +| 9 | ProHarvest | 83P48SSPRORIB | SSPRIB | - | 20.2 | - | 275.8 | 275.8 | +| 10 | Wyffels | W7878RIB | STXRIB | - | 19.1 | - | 274.0 | 274.0 | +| 1 | AgriGold | A645-71STXRIB | STXRIB | - | 20.2 | - | 294.1 | 294.1 | +| 13 | ProHarvest | 85P58StaxRIB | STXRIB | - | 19.9 | - | 270.4 | 270.4 | +| 2 | Dekalb | DKC64-64RIB | STXRIB | - | 18.6 | - | 289.7 | 289.7 | + +Top 5 by Yield: A645-71STXRIB (AgriGold) 294.1, DKC64-64RIB (Dekalb) 289.7, W7759RIB (Wyffels) 284.9, DKC110-10RIB (Dekalb) 283.5, DKC112-29RIB (Dekalb) 282.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144598.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144598.json new file mode 100644 index 00000000..bc30a08c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144598.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144598", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "WI", + "state_abbrev": "wi", + "city": "Whitewater", + "county": "Rock", + "year": 2024, + "plot_id": "144598", + "cooperator": "Sarafina Farms", + "plot_average": 242.88, + "planted_date": "2024-05-14", + "harvested_date": "2024-10-29", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 57.7, + "Yield": 268.8, + "Adj Yield": 268.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 60.7, + "Yield": 244.9, + "Adj Yield": 244.9 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.1, + "Yield": 237.3, + "Adj Yield": 237.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.0, + "Yield": 259.8, + "Adj Yield": 259.8 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A628-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 59.8, + "Yield": 242.7, + "Adj Yield": 242.7 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 59.0, + "Yield": 256.1, + "Adj Yield": 256.1 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC105-33RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 57.8, + "Yield": 246.7, + "Adj Yield": 246.7 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC102-13RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 57.5, + "Yield": 235.3, + "Adj Yield": 235.3 + } + }, + { + "rank": 3, + "brand": "Brevant Seeds", + "product": "B06Y18V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 58.6, + "Yield": 258.0, + "Adj Yield": 258.0 + } + }, + { + "rank": 12, + "brand": "Brevant Seeds", + "product": "B04J45PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 57.7, + "Yield": 179.3, + "Adj Yield": 179.3 + } + }, + { + "rank": 5, + "brand": "Brevant Seeds", + "product": "B04R11Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 58.9, + "Yield": 250.4, + "Adj Yield": 250.4 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC101-33RIB", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.3, + "Yield": 235.2, + "Adj Yield": 235.2 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144598" + ], + "fetched_at": "2026-05-27T02:20:40.310097+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144598.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144598.md new file mode 100644 index 00000000..0f88f9b6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144598.md @@ -0,0 +1,42 @@ +# Corn yield trial — Whitewater, WI, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** WI +- **County:** Rock +- **City:** Whitewater +- **Year:** 2024 +- **Plot ID:** 144598 +- **Cooperator:** Sarafina Farms +- **Plot average:** 242.88 BU/Ac +- **Planted:** 2024-05-14 +- **Harvested:** 2024-10-29 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144598 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A631-08VT2PRO | VT2Pro | - | 16.1 | 57.7 | 268.8 | 268.8 | +| 7 | AgriGold | A632-68VT2RIB | VT2RIB | - | 15.0 | 60.7 | 244.9 | 244.9 | +| 9 | AgriGold | A628-51SSPRIB | SSPRIB | - | 14.4 | 59.1 | 237.3 | 237.3 | +| 2 | AgriGold | A629-55VT2RIB | VT2RIB | - | 15.2 | 60.0 | 259.8 | 259.8 | +| 8 | AgriGold | A628-16VT2RIB | VT2RIB | - | 15.4 | 59.8 | 242.7 | 242.7 | +| 4 | Dekalb | DKC106-98RIB | VT4RIB | - | 18.0 | 59.0 | 256.1 | 256.1 | +| 6 | Dekalb | DKC105-33RIB | SSPRIB | - | 17.6 | 57.8 | 246.7 | 246.7 | +| 10 | Dekalb | DKC102-13RIB | VT4RIB | - | 15.7 | 57.5 | 235.3 | 235.3 | +| 3 | Brevant Seeds | B06Y18V | Vorceed | - | 17.7 | 58.6 | 258.0 | 258.0 | +| 12 | Brevant Seeds | B04J45PCE | PCE | - | 16.4 | 57.7 | 179.3 | 179.3 | +| 5 | Brevant Seeds | B04R11Q | QROME | - | 16.6 | 58.9 | 250.4 | 250.4 | +| 11 | Dekalb | DKC101-33RIB | SSP | - | 14.8 | 58.3 | 235.2 | 235.2 | + +Top 5 by Yield: A631-08VT2PRO (AgriGold) 268.8, A629-55VT2RIB (AgriGold) 259.8, B06Y18V (Brevant Seeds) 258.0, DKC106-98RIB (Dekalb) 256.1, B04R11Q (Brevant Seeds) 250.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144614.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144614.json new file mode 100644 index 00000000..569b21a3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144614.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144614", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Princeton", + "county": "Bureau", + "year": 2024, + "plot_id": "144614", + "cooperator": "Ag View FS, Inc.", + "plot_average": 275.77, + "planted_date": "2024-05-18", + "harvested_date": "2024-10-28", + "population_seeds_per_acre": 35400, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 289.5, + "Adj Yield": 289.5 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": null, + "Yield": 288.7, + "Adj Yield": 288.7 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": null, + "Yield": 288.6, + "Adj Yield": 288.6 + } + }, + { + "rank": 4, + "brand": "FS Seeds", + "product": "FS6042FRIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": null, + "Yield": 288.5, + "Adj Yield": 288.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 285.4, + "Adj Yield": 285.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": null, + "Yield": 285.1, + "Adj Yield": 285.1 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 282.5, + "Adj Yield": 282.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 282.1, + "Adj Yield": 282.1 + } + }, + { + "rank": 9, + "brand": "NK Brand", + "product": "NK1480-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": null, + "Yield": 281.0, + "Adj Yield": 281.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": null, + "Yield": 279.9, + "Adj Yield": 279.9 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": null, + "Yield": 279.0, + "Adj Yield": 279.0 + } + }, + { + "rank": 12, + "brand": "Brevant Seeds", + "product": "B11M47V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": null, + "Yield": 278.7, + "Adj Yield": 278.7 + } + }, + { + "rank": 13, + "brand": "Brevant Seeds", + "product": "B13K20Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": null, + "Yield": 278.1, + "Adj Yield": 278.1 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": null, + "Yield": 276.9, + "Adj Yield": 276.9 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": null, + "Yield": 276.8, + "Adj Yield": 276.8 + } + }, + { + "rank": 16, + "brand": "FS Seeds", + "product": "FS6245VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": null, + "Yield": 275.2, + "Adj Yield": 275.2 + } + }, + { + "rank": 17, + "brand": "FS Seeds", + "product": "FS6545VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": null, + "Yield": 274.9, + "Adj Yield": 274.9 + } + }, + { + "rank": 18, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": null, + "Yield": 273.9, + "Adj Yield": 273.9 + } + }, + { + "rank": 19, + "brand": "FS Seeds", + "product": "FS6432PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": null, + "Yield": 273.7, + "Adj Yield": 273.7 + } + }, + { + "rank": 20, + "brand": "NK Brand", + "product": "NK1523-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": null, + "Yield": 273.5, + "Adj Yield": 273.5 + } + }, + { + "rank": 21, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 273.3, + "Adj Yield": 273.3 + } + }, + { + "rank": 22, + "brand": "FS Seeds", + "product": "FS6025XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": null, + "Yield": 271.3, + "Adj Yield": 271.3 + } + }, + { + "rank": 23, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": null, + "Yield": 270.8, + "Adj Yield": 270.8 + } + }, + { + "rank": 24, + "brand": "FS Seeds", + "product": "FS6217XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": null, + "Yield": 269.5, + "Adj Yield": 269.5 + } + }, + { + "rank": 25, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": null, + "Yield": 268.0, + "Adj Yield": 268.0 + } + }, + { + "rank": 26, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": null, + "Yield": 267.4, + "Adj Yield": 267.4 + } + }, + { + "rank": 27, + "brand": "NK Brand", + "product": "NK1056-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": null, + "Yield": 266.1, + "Adj Yield": 266.1 + } + }, + { + "rank": 28, + "brand": "NK Brand", + "product": "NK1188-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 260.5, + "Adj Yield": 260.5 + } + }, + { + "rank": 29, + "brand": "FS Seeds", + "product": "FS5725XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": null, + "Yield": 257.9, + "Adj Yield": 257.9 + } + }, + { + "rank": 30, + "brand": "Brevant Seeds", + "product": "B04R11Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": null, + "Yield": 256.4, + "Adj Yield": 256.4 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144614" + ], + "fetched_at": "2026-05-27T02:20:40.779390+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144614.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144614.md new file mode 100644 index 00000000..341dccf4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144614.md @@ -0,0 +1,60 @@ +# Corn yield trial — Princeton, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Bureau +- **City:** Princeton +- **Year:** 2024 +- **Plot ID:** 144614 +- **Cooperator:** Ag View FS, Inc. +- **Plot average:** 275.77 BU/Ac +- **Planted:** 2024-05-18 +- **Harvested:** 2024-10-28 +- **Population:** 35,400 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144614 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A642-32VT2PRO | VT2Pro | - | 21.3 | - | 289.5 | 289.5 | +| 2 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 20.1 | - | 288.7 | 288.7 | +| 3 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 22.0 | - | 288.6 | 288.6 | +| 4 | FS Seeds | FS6042FRIB | VT4Pro | - | 20.5 | - | 288.5 | 288.5 | +| 5 | AgriGold | A642-18SSP | SSP | - | 21.3 | - | 285.4 | 285.4 | +| 6 | AgriGold | A644-64VT2RIB | VT2RIB | - | 22.1 | - | 285.1 | 285.1 | +| 7 | Dekalb | DKC114-42RIB | SSPRIB | - | 21.3 | - | 282.5 | 282.5 | +| 8 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 20.9 | - | 282.1 | 282.1 | +| 9 | NK Brand | NK1480-DV | 5222EZ | - | 21.0 | - | 281.0 | 281.0 | +| 10 | AgriGold | A645-16VT2RIB | VT2RIB | - | 21.8 | - | 279.9 | 279.9 | +| 11 | Dekalb | DKC114-99RIB | VT4RIB | - | 20.8 | - | 279.0 | 279.0 | +| 12 | Brevant Seeds | B11M47V | Vorceed | - | 20.7 | - | 278.7 | 278.7 | +| 13 | Brevant Seeds | B13K20Q | QROME | - | 20.3 | - | 278.1 | 278.1 | +| 14 | AgriGold | A641-85STXRIB | STXRIB | - | 20.8 | - | 276.9 | 276.9 | +| 15 | Dekalb | DKC110-10RIB | STXRIB | - | 19.9 | - | 276.8 | 276.8 | +| 16 | FS Seeds | FS6245VRIB | VT2RIB | - | 20.7 | - | 275.2 | 275.2 | +| 17 | FS Seeds | FS6545VRIB | VT2RIB | - | 21.0 | - | 274.9 | 274.9 | +| 18 | Brevant Seeds | B08R32V | Vorceed | - | 19.5 | - | 273.9 | 273.9 | +| 19 | FS Seeds | FS6432PRIB | SSPRIB | - | 20.4 | - | 273.7 | 273.7 | +| 20 | NK Brand | NK1523-V | 3220 | - | 22.3 | - | 273.5 | 273.5 | +| 21 | NK Brand | NK1307-DV | 5222 | - | 21.3 | - | 273.3 | 273.3 | +| 22 | FS Seeds | FS6025XRIB | STXRIB | - | 20.3 | - | 271.3 | 271.3 | +| 23 | NK Brand | NK1228-AA | 3220 | - | 20.8 | - | 270.8 | 270.8 | +| 24 | FS Seeds | FS6217XRIB | STXRIB | - | 20.6 | - | 269.5 | 269.5 | +| 25 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 18.7 | - | 268.0 | 268.0 | +| 26 | Dekalb | DKC106-98RIB | VT4RIB | - | 20.3 | - | 267.4 | 267.4 | +| 27 | NK Brand | NK1056-V | 3220 | - | 20.4 | - | 266.1 | 266.1 | +| 28 | NK Brand | NK1188-D | 5122EZ | - | 20.2 | - | 260.5 | 260.5 | +| 29 | FS Seeds | FS5725XRIB | STXRIB | - | 19.4 | - | 257.9 | 257.9 | +| 30 | Brevant Seeds | B04R11Q | QROME | - | 19.3 | - | 256.4 | 256.4 | + +Top 5 by Yield: A642-32VT2PRO (AgriGold) 289.5, DKC110-41RIB (Dekalb) 288.7, DKC66-06RIB (Dekalb) 288.6, FS6042FRIB (FS Seeds) 288.5, A642-18SSP (AgriGold) 285.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144617.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144617.json new file mode 100644 index 00000000..1e4d1e3a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144617.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144617", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Weskan", + "county": "Wallace", + "year": 2024, + "plot_id": "144617", + "cooperator": "Bruce McCain", + "plot_average": 55.99, + "planted_date": "2024-05-23", + "harvested_date": "2024-10-22", + "population_seeds_per_acre": 12500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Wheat", + "irrigation": "None", + "fungicide": "None", + "herbicide": "Unknown", + "insecticide": "Unknown", + "results": [ + { + "rank": 5, + "brand": "AgriGold", + "product": "A630-04VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 57.0, + "Yield": 56.9, + "Adj Yield": 56.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 58.1, + "Yield": 58.4, + "Adj Yield": 58.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 58.0, + "Yield": 60.1, + "Adj Yield": 60.1 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": 60.4, + "Yield": 56.7, + "Adj Yield": 56.7 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A632-35-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 61.4, + "Yield": 53.2, + "Adj Yield": 53.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A636-39DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": 60.5, + "Yield": 47.0, + "Adj Yield": 47.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 59.6, + "Yield": 52.5, + "Adj Yield": 52.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 58.8, + "Yield": 52.8, + "Adj Yield": 52.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 58.7, + "Yield": 65.3, + "Adj Yield": 65.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-65-5222AEZ", + "traits": "5222AEZ", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 58.1, + "Yield": 57.0, + "Adj Yield": 57.0 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144617" + ], + "fetched_at": "2026-05-27T02:20:41.265018+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144617.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144617.md new file mode 100644 index 00000000..5c5e4c4f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144617.md @@ -0,0 +1,43 @@ +# Corn yield trial — Weskan, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Wallace +- **City:** Weskan +- **Year:** 2024 +- **Plot ID:** 144617 +- **Cooperator:** Bruce McCain +- **Plot average:** 55.99 BU/Ac +- **Planted:** 2024-05-23 +- **Harvested:** 2024-10-22 +- **Population:** 12,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Wheat +- **Irrigation:** None +- **Fungicide:** None +- **Herbicide:** Unknown +- **Insecticide:** Unknown +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144617 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | AgriGold | A630-04VT2RIB | VT2RIB | - | 11.3 | 57.0 | 56.9 | 56.9 | +| 3 | AgriGold | A630-04AA-RN | 3120 | - | 10.8 | 58.1 | 58.4 | 58.4 | +| 2 | AgriGold | A631-08VT2PRO | VT2Pro | - | 11.2 | 58.0 | 60.1 | 60.1 | +| 6 | AgriGold | A632-68VT2RIB | VT2RIB | - | 9.9 | 60.4 | 56.7 | 56.7 | +| 7 | AgriGold | A632-35-5222EZ | 5222EZ | - | 11.0 | 61.4 | 53.2 | 53.2 | +| 10 | AgriGold | A636-39DV-RN | 5222 | - | 11.5 | 60.5 | 47.0 | 47.0 | +| 9 | AgriGold | A636-39-3110 | 3110 | - | 10.9 | 59.6 | 52.5 | 52.5 | +| 8 | AgriGold | A636-16-5222 | 5222 | - | 11.7 | 58.8 | 52.8 | 52.8 | +| 1 | AgriGold | A638-19-3110 | 3110 | - | 11.2 | 58.7 | 65.3 | 65.3 | +| 4 | AgriGold | A640-65-5222AEZ | 5222AEZ | - | 11.0 | 58.1 | 57.0 | 57.0 | + +Top 5 by Yield: A638-19-3110 (AgriGold) 65.3, A631-08VT2PRO (AgriGold) 60.1, A630-04AA-RN (AgriGold) 58.4, A640-65-5222AEZ (AgriGold) 57.0, A630-04VT2RIB (AgriGold) 56.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144619.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144619.json new file mode 100644 index 00000000..a9b55648 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144619.json @@ -0,0 +1,309 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144619", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Scandia", + "county": "Republic", + "year": 2024, + "plot_id": "144619", + "cooperator": "Beau Miksell", + "plot_average": 258.08, + "planted_date": "2024-05-16", + "harvested_date": "2024-10-28", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 59.8, + "Yield": 235.9, + "Adj Yield": 235.9 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A641-85TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 62.3, + "Yield": 255.7, + "Adj Yield": 255.7 + } + }, + { + "rank": 15, + "brand": "Becks", + "product": "6184V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 59.8, + "Yield": 250.4, + "Adj Yield": 250.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 58.5, + "Yield": 266.5, + "Adj Yield": 266.5 + } + }, + { + "rank": 2, + "brand": "Becks", + "product": "6280TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 61.7, + "Yield": 270.1, + "Adj Yield": 270.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 61.6, + "Yield": 268.4, + "Adj Yield": 268.4 + } + }, + { + "rank": 7, + "brand": "Becks", + "product": "6374V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 59.7, + "Yield": 261.9, + "Adj Yield": 261.9 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": 62.4, + "Yield": 250.0, + "Adj Yield": 250.0 + } + }, + { + "rank": 8, + "brand": "Becks", + "product": "6414V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 62.3, + "Yield": 260.1, + "Adj Yield": 260.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 61.1, + "Yield": 258.9, + "Adj Yield": 258.9 + } + }, + { + "rank": 18, + "brand": "Becks", + "product": "6469VT2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 60.2, + "Yield": 248.4, + "Adj Yield": 248.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 60.4, + "Yield": 268.9, + "Adj Yield": 268.9 + } + }, + { + "rank": 10, + "brand": "Becks", + "product": "6485SX", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 60.6, + "Yield": 258.5, + "Adj Yield": 258.5 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 61.5, + "Yield": 243.7, + "Adj Yield": 243.7 + } + }, + { + "rank": 5, + "brand": "Becks", + "product": "6585TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 60.3, + "Yield": 266.8, + "Adj Yield": 266.8 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 61.3, + "Yield": 256.6, + "Adj Yield": 256.6 + } + }, + { + "rank": 19, + "brand": "Becks", + "product": "6574TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 60.2, + "Yield": 243.7, + "Adj Yield": 243.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 61.3, + "Yield": 272.4, + "Adj Yield": 272.4 + } + }, + { + "rank": 17, + "brand": "Becks", + "product": "6700V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 61.9, + "Yield": 249.3, + "Adj Yield": 249.3 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 61.0, + "Yield": 256.4, + "Adj Yield": 256.4 + } + }, + { + "rank": 14, + "brand": "Becks", + "product": "6973TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 62.0, + "Yield": 254.9, + "Adj Yield": 254.9 + } + } + ], + "n_results": 21, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144619" + ], + "fetched_at": "2026-05-27T02:20:41.783734+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144619.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144619.md new file mode 100644 index 00000000..35480499 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144619.md @@ -0,0 +1,51 @@ +# Corn yield trial — Scandia, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Republic +- **City:** Scandia +- **Year:** 2024 +- **Plot ID:** 144619 +- **Cooperator:** Beau Miksell +- **Plot average:** 258.08 BU/Ac +- **Planted:** 2024-05-16 +- **Harvested:** 2024-10-28 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144619 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-80-3110 | 3110 | - | 12.4 | 59.8 | 235.9 | 235.9 | +| 13 | AgriGold | A641-85TRCRIB | TreceptaRIB | - | 12.1 | 62.3 | 255.7 | 255.7 | +| 15 | Becks | 6184V2P | VT2RIB | - | 11.3 | 59.8 | 250.4 | 250.4 | +| 6 | AgriGold | J6015PWE | PWE | - | 11.8 | 58.5 | 266.5 | 266.5 | +| 2 | Becks | 6280TCV2P | TreceptaRIB | - | 11.6 | 61.7 | 270.1 | 270.1 | +| 4 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 11.6 | 61.6 | 268.4 | 268.4 | +| 7 | Becks | 6374V2P | VT2RIB | - | 11.7 | 59.7 | 261.9 | 261.9 | +| 16 | AgriGold | A643-24PCE | PCE | - | 11.5 | 62.4 | 250.0 | 250.0 | +| 8 | Becks | 6414V2P | VT2RIB | - | 11.7 | 62.3 | 260.1 | 260.1 | +| 9 | AgriGold | A643-52VT2RIB | VT2RIB | - | 11.6 | 61.1 | 258.9 | 258.9 | +| 18 | Becks | 6469VT2P | VT2RIB | - | 12.1 | 60.2 | 248.4 | 248.4 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 12.1 | 60.4 | 268.9 | 268.9 | +| 10 | Becks | 6485SX | STXRIB | - | 11.9 | 60.6 | 258.5 | 258.5 | +| 19 | AgriGold | A645-80-3110 | 3110 | - | 11.9 | 61.5 | 243.7 | 243.7 | +| 5 | Becks | 6585TCV2P | TreceptaRIB | - | 12.3 | 60.3 | 266.8 | 266.8 | +| 11 | AgriGold | A645-16VT2RIB | VT2RIB | - | 11.9 | 61.3 | 256.6 | 256.6 | +| 19 | Becks | 6574TCV2P | TreceptaRIB | - | 11.8 | 60.2 | 243.7 | 243.7 | +| 1 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 11.1 | 61.3 | 272.4 | 272.4 | +| 17 | Becks | 6700V2P | VT2RIB | - | 11.7 | 61.9 | 249.3 | 249.3 | +| 12 | AgriGold | A645-30VT2PRO | VT2Pro | - | 11.8 | 61.0 | 256.4 | 256.4 | +| 14 | Becks | 6973TCV2P | TreceptaRIB | - | 11.4 | 62.0 | 254.9 | 254.9 | + +Top 5 by Yield: A645-22TRCRIB (AgriGold) 272.4, 6280TCV2P (Becks) 270.1, A644-64VT2RIB (AgriGold) 268.9, A642-05VT2RIBD1 (AgriGold) 268.4, 6585TCV2P (Becks) 266.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144622.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144622.json new file mode 100644 index 00000000..854ad496 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144622.json @@ -0,0 +1,62 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144622", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MI", + "state_abbrev": "mi", + "city": "Hamilton", + "county": "Allegan", + "year": 2024, + "plot_id": "144622", + "cooperator": "Hemmeke Farms", + "plot_average": 274.95, + "planted_date": "2024-05-09", + "harvested_date": "2024-10-24", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Sandy Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A630-04VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 56.6, + "Yield": 277.8, + "Adj Yield": 277.8 + } + }, + { + "rank": 2, + "brand": "Channel", + "product": "203-60TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 56.3, + "Yield": 272.1, + "Adj Yield": 272.1 + } + } + ], + "n_results": 2, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144622" + ], + "fetched_at": "2026-05-27T02:20:42.279818+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144622.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144622.md new file mode 100644 index 00000000..f44b60cf --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144622.md @@ -0,0 +1,32 @@ +# Corn yield trial — Hamilton, MI, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MI +- **County:** Allegan +- **City:** Hamilton +- **Year:** 2024 +- **Plot ID:** 144622 +- **Cooperator:** Hemmeke Farms +- **Plot average:** 274.95 BU/Ac +- **Planted:** 2024-05-09 +- **Harvested:** 2024-10-24 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Sandy Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144622 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A630-04VT2RIB | VT2RIB | - | 17.7 | 56.6 | 277.8 | 277.8 | +| 2 | Channel | 203-60TRERIB | TreceptaRIB | - | 18.8 | 56.3 | 272.1 | 272.1 | + +Top 5 by Yield: A630-04VT2RIB (AgriGold) 277.8, 203-60TRERIB (Channel) 272.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144624.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144624.json new file mode 100644 index 00000000..4b70abf2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144624.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144624", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MI", + "state_abbrev": "mi", + "city": "Marcellus", + "county": "Cass", + "year": 2024, + "plot_id": "144624", + "cooperator": "Adam Robson", + "plot_average": 198.08, + "planted_date": "2024-05-25", + "harvested_date": "2024-10-23", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 15, + "brand": "AgriGold", + "product": "A627-45VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 55.0, + "Yield": 184.7, + "Adj Yield": 184.7 + } + }, + { + "rank": 9, + "brand": "Golden Harvest", + "product": "G97B68-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 56.2, + "Yield": 194.7, + "Adj Yield": 194.7 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 57.0, + "Yield": 178.3, + "Adj Yield": 178.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 55.9, + "Yield": 202.9, + "Adj Yield": 202.9 + } + }, + { + "rank": 14, + "brand": "Golden Harvest", + "product": "G99E68-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 55.2, + "Yield": 185.4, + "Adj Yield": 185.4 + } + }, + { + "rank": 17, + "brand": "Golden Harvest", + "product": "G00U71-D", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 56.2, + "Yield": 183.2, + "Adj Yield": 183.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 55.2, + "Yield": 194.6, + "Adj Yield": 194.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 54.7, + "Yield": 204.0, + "Adj Yield": 204.0 + } + }, + { + "rank": 11, + "brand": "Golden Harvest", + "product": "G01U74-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.0, + "Yield": 192.2, + "Adj Yield": 192.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 57.0, + "Yield": 217.6, + "Adj Yield": 217.6 + } + }, + { + "rank": 13, + "brand": "Golden Harvest", + "product": "G02K39-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 54.2, + "Yield": 190.9, + "Adj Yield": 190.9 + } + }, + { + "rank": 16, + "brand": "Golden Harvest", + "product": "G03U08-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 57.8, + "Yield": 183.3, + "Adj Yield": 183.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 55.1, + "Yield": 216.3, + "Adj Yield": 216.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 55.3, + "Yield": 213.7, + "Adj Yield": 213.7 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 54.0, + "Yield": 192.1, + "Adj Yield": 192.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 55.0, + "Yield": 212.7, + "Adj Yield": 212.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 53.6, + "Yield": 214.4, + "Adj Yield": 214.4 + } + }, + { + "rank": 6, + "brand": "Golden Harvest", + "product": "G08U00-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 54.0, + "Yield": 204.4, + "Adj Yield": 204.4 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144624" + ], + "fetched_at": "2026-05-27T02:20:42.747192+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144624.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144624.md new file mode 100644 index 00000000..043da246 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144624.md @@ -0,0 +1,48 @@ +# Corn yield trial — Marcellus, MI, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MI +- **County:** Cass +- **City:** Marcellus +- **Year:** 2024 +- **Plot ID:** 144624 +- **Cooperator:** Adam Robson +- **Plot average:** 198.08 BU/Ac +- **Planted:** 2024-05-25 +- **Harvested:** 2024-10-23 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144624 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 15 | AgriGold | A627-45VT2RIB | VT2RIB | - | 14.0 | 55.0 | 184.7 | 184.7 | +| 9 | Golden Harvest | G97B68-DV | 5222EZ | - | 14.6 | 56.2 | 194.7 | 194.7 | +| 18 | AgriGold | A628-51SSPRIB | SSPRIB | - | 13.5 | 57.0 | 178.3 | 178.3 | +| 8 | AgriGold | A629-55VT2RIB | VT2RIB | - | 15.2 | 55.9 | 202.9 | 202.9 | +| 14 | Golden Harvest | G99E68-D | 5122EZ | - | 15.6 | 55.2 | 185.4 | 185.4 | +| 17 | Golden Harvest | G00U71-D | 5122 | - | 15.2 | 56.2 | 183.2 | 183.2 | +| 10 | AgriGold | A630-04AA-RN | 3120 | - | 15.4 | 55.2 | 194.6 | 194.6 | +| 7 | AgriGold | A631-08VT2PRO | VT2Pro | - | 15.8 | 54.7 | 204.0 | 204.0 | +| 11 | Golden Harvest | G01U74-AA | 3120EZ | - | 14.8 | 58.0 | 192.2 | 192.2 | +| 1 | AgriGold | A632-68VT2RIB | VT2RIB | - | 15.9 | 57.0 | 217.6 | 217.6 | +| 13 | Golden Harvest | G02K39-D | 5122EZ | - | 14.9 | 54.2 | 190.9 | 190.9 | +| 16 | Golden Harvest | G03U08-D | 5122EZ | - | 16.3 | 57.8 | 183.3 | 183.3 | +| 2 | AgriGold | A636-11VT2RIB | VT2RIB | - | 16.7 | 55.1 | 216.3 | 216.3 | +| 4 | AgriGold | A636-39-3110 | 3110 | - | 17.0 | 55.3 | 213.7 | 213.7 | +| 12 | AgriGold | A636-16VT2RIB | VT2RIB | - | 18.5 | 54.0 | 192.1 | 192.1 | +| 5 | AgriGold | A638-19-3110 | 3110 | - | 20.1 | 55.0 | 212.7 | 212.7 | +| 3 | AgriGold | A636-16-5222 | 5222 | - | 18.0 | 53.6 | 214.4 | 214.4 | +| 6 | Golden Harvest | G08U00-V | 3220EZ | - | 19.0 | 54.0 | 204.4 | 204.4 | + +Top 5 by Yield: A632-68VT2RIB (AgriGold) 217.6, A636-11VT2RIB (AgriGold) 216.3, A636-16-5222 (AgriGold) 214.4, A636-39-3110 (AgriGold) 213.7, A638-19-3110 (AgriGold) 212.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144642.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144642.json new file mode 100644 index 00000000..41ecb56e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144642.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144642", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "CO", + "state_abbrev": "co", + "city": "Burlington", + "county": "Kit Carson", + "year": 2024, + "plot_id": "144642", + "cooperator": "Logan Daniel irrigated", + "plot_average": 203.51, + "planted_date": "2024-05-03", + "harvested_date": "2024-10-29", + "population_seeds_per_acre": 25000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": 12, + "brand": "AgriGold", + "product": "A629-12VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 60.6, + "Yield": 190.4, + "Adj Yield": 190.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A630-04VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 59.0, + "Yield": 191.2, + "Adj Yield": 191.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A630-95-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 60.7, + "Yield": 194.2, + "Adj Yield": 194.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A632-35-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 61.4, + "Yield": 191.3, + "Adj Yield": 191.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 57.3, + "Yield": 204.3, + "Adj Yield": 204.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 58.6, + "Yield": 214.6, + "Adj Yield": 214.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 58.8, + "Yield": 214.7, + "Adj Yield": 214.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 57.9, + "Yield": 196.9, + "Adj Yield": 196.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 60.0, + "Yield": 208.1, + "Adj Yield": 208.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-65-5222AEZ", + "traits": "5222AEZ", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 58.7, + "Yield": 211.0, + "Adj Yield": 211.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 61.7, + "Yield": 206.7, + "Adj Yield": 206.7 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC61-41RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 218.7, + "Adj Yield": 218.7 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144642" + ], + "fetched_at": "2026-05-27T02:20:43.257089+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144642.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144642.md new file mode 100644 index 00000000..9a7d3cd4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144642.md @@ -0,0 +1,45 @@ +# Corn yield trial — Burlington, CO, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** CO +- **County:** Kit Carson +- **City:** Burlington +- **Year:** 2024 +- **Plot ID:** 144642 +- **Cooperator:** Logan Daniel irrigated +- **Plot average:** 203.51 BU/Ac +- **Planted:** 2024-05-03 +- **Harvested:** 2024-10-29 +- **Population:** 25,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Corn +- **Irrigation:** Yes +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144642 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 12 | AgriGold | A629-12VT2RIB | VT2RIB | - | 12.0 | 60.6 | 190.4 | 190.4 | +| 11 | AgriGold | A630-04VT2RIB | VT2RIB | - | 11.8 | 59.0 | 191.2 | 191.2 | +| 9 | AgriGold | A630-95-5222EZ | 5222EZ | - | 12.2 | 60.7 | 194.2 | 194.2 | +| 10 | AgriGold | A632-35-5222EZ | 5222EZ | - | 13.6 | 61.4 | 191.3 | 191.3 | +| 7 | AgriGold | A636-16-5222 | 5222 | - | 15.2 | 57.3 | 204.3 | 204.3 | +| 3 | AgriGold | A636-39-3110 | 3110 | - | 13.0 | 58.6 | 214.6 | 214.6 | +| 2 | AgriGold | A638-19-3110 | 3110 | - | 14.2 | 58.8 | 214.7 | 214.7 | +| 8 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.7 | 57.9 | 196.9 | 196.9 | +| 5 | AgriGold | A640-12STXRIB | STXRIB | - | 13.0 | 60.0 | 208.1 | 208.1 | +| 4 | AgriGold | A640-65-5222AEZ | 5222AEZ | - | 13.2 | 58.7 | 211.0 | 211.0 | +| 6 | AgriGold | A643-52STXRIB | STXRIB | - | 13.8 | 61.7 | 206.7 | 206.7 | +| 1 | Dekalb | DKC61-41RIB | VT2RIB | - | 14.2 | - | 218.7 | 218.7 | + +Top 5 by Yield: DKC61-41RIB (Dekalb) 218.7, A638-19-3110 (AgriGold) 214.7, A636-39-3110 (AgriGold) 214.6, A640-65-5222AEZ (AgriGold) 211.0, A640-12STXRIB (AgriGold) 208.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144646.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144646.json new file mode 100644 index 00000000..ba109b7a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144646.json @@ -0,0 +1,101 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144646", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "CO", + "state_abbrev": "co", + "city": "Burlington", + "county": "Kit Carson", + "year": 2024, + "plot_id": "144646", + "cooperator": "Logan Daniel full irrigated", + "plot_average": 199.56, + "planted_date": "2024-05-01", + "harvested_date": "2024-10-14", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": 5, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": null, + "Yield": 188.0, + "Adj Yield": 188.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 204.9, + "Adj Yield": 204.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 199.0, + "Adj Yield": 199.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 202.3, + "Adj Yield": 202.3 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC108-64RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": null, + "Yield": 203.6, + "Adj Yield": 203.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144646" + ], + "fetched_at": "2026-05-27T02:20:43.789119+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144646.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144646.md new file mode 100644 index 00000000..aae9b2b7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144646.md @@ -0,0 +1,38 @@ +# Corn yield trial — Burlington, CO, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** CO +- **County:** Kit Carson +- **City:** Burlington +- **Year:** 2024 +- **Plot ID:** 144646 +- **Cooperator:** Logan Daniel full irrigated +- **Plot average:** 199.56 BU/Ac +- **Planted:** 2024-05-01 +- **Harvested:** 2024-10-14 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Corn +- **Irrigation:** Yes +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144646 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | AgriGold | A636-16-5222 | 5222 | - | 14.7 | - | 188.0 | 188.0 | +| 1 | AgriGold | A640-12STXRIB | STXRIB | - | 15.2 | - | 204.9 | 204.9 | +| 4 | AgriGold | A642-18SSP | SSP | - | 15.2 | - | 199.0 | 199.0 | +| 3 | AgriGold | A643-52STXRIB | STXRIB | - | 19.2 | - | 202.3 | 202.3 | +| 2 | Dekalb | DKC108-64RIB | SSPRIB | - | 13.9 | - | 203.6 | 203.6 | + +Top 5 by Yield: A640-12STXRIB (AgriGold) 204.9, DKC108-64RIB (Dekalb) 203.6, A643-52STXRIB (AgriGold) 202.3, A642-18SSP (AgriGold) 199.0, A636-16-5222 (AgriGold) 188.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144648.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144648.json new file mode 100644 index 00000000..3ed07dfa --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144648.json @@ -0,0 +1,530 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144648", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Princeville", + "county": "Peoria", + "year": 2024, + "plot_id": "144648", + "cooperator": "River Valley Cooperative", + "plot_average": 218.82, + "planted_date": "2024-05-10", + "harvested_date": "2024-10-01", + "population_seeds_per_acre": 36500, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 60.6, + "Yield": 224.4, + "Adj Yield": 224.4 + } + }, + { + "rank": 27, + "brand": "Dekalb", + "product": "DKC105-33RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 58.7, + "Yield": 210.6, + "Adj Yield": 210.6 + } + }, + { + "rank": 28, + "brand": "Dekalb", + "product": "DKC107-33RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 58.3, + "Yield": 206.8, + "Adj Yield": 206.8 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 59.1, + "Yield": 228.9, + "Adj Yield": 228.9 + } + }, + { + "rank": 34, + "brand": "Dekalb", + "product": "DKC111-33RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 61.5, + "Yield": 202.6, + "Adj Yield": 202.6 + } + }, + { + "rank": 35, + "brand": "Dekalb", + "product": "DKC112-29RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 58.1, + "Yield": 196.6, + "Adj Yield": 196.6 + } + }, + { + "rank": 37, + "brand": "Dekalb", + "product": "DKC64-21RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 63.1, + "Yield": 187.3, + "Adj Yield": 187.3 + } + }, + { + "rank": 31, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 61.7, + "Yield": 204.0, + "Adj Yield": 204.0 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 59.1, + "Yield": 228.1, + "Adj Yield": 228.1 + } + }, + { + "rank": 25, + "brand": "Dekalb", + "product": "DKC66-17RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 58.8, + "Yield": 212.8, + "Adj Yield": 212.8 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC67-37RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 61.3, + "Yield": 225.4, + "Adj Yield": 225.4 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC117-27RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 57.6, + "Yield": 240.7, + "Adj Yield": 240.7 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC68-34RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 59.5, + "Yield": 238.5, + "Adj Yield": 238.5 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 60.0, + "Yield": 230.7, + "Adj Yield": 230.7 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P1278Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 58.5, + "Yield": 230.5, + "Adj Yield": 230.5 + } + }, + { + "rank": 22, + "brand": "Pioneer", + "product": "P0924Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 59.1, + "Yield": 213.8, + "Adj Yield": 213.8 + } + }, + { + "rank": 30, + "brand": "Pioneer", + "product": "P10477Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 58.0, + "Yield": 204.1, + "Adj Yield": 204.1 + } + }, + { + "rank": 33, + "brand": "Brevant Seeds", + "product": "B10H24AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 60.0, + "Yield": 203.1, + "Adj Yield": 203.1 + } + }, + { + "rank": 19, + "brand": "Brevant Seeds", + "product": "B10Y21Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 59.9, + "Yield": 222.0, + "Adj Yield": 222.0 + } + }, + { + "rank": 23, + "brand": "Brevant Seeds", + "product": "B12H48PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 58.7, + "Yield": 213.6, + "Adj Yield": 213.6 + } + }, + { + "rank": 24, + "brand": "Brevant Seeds", + "product": "B13K20Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 56.9, + "Yield": 212.9, + "Adj Yield": 212.9 + } + }, + { + "rank": 26, + "brand": "Brevant Seeds", + "product": "B13C49PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 57.5, + "Yield": 210.8, + "Adj Yield": 210.8 + } + }, + { + "rank": 31, + "brand": "Brevant Seeds", + "product": "B14R22Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 58.8, + "Yield": 204.0, + "Adj Yield": 204.0 + } + }, + { + "rank": 38, + "brand": "Brevant Seeds", + "product": "B14H38Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 57.0, + "Yield": 180.6, + "Adj Yield": 180.6 + } + }, + { + "rank": 36, + "brand": "Brevant Seeds", + "product": "B17Z18AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 59.8, + "Yield": 192.3, + "Adj Yield": 192.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 58.2, + "Yield": 243.0, + "Adj Yield": 243.0 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 60.3, + "Yield": 225.4, + "Adj Yield": 225.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 58.9, + "Yield": 248.0, + "Adj Yield": 248.0 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 57.4, + "Yield": 221.8, + "Adj Yield": 221.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 58.3, + "Yield": 247.1, + "Adj Yield": 247.1 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 56.4, + "Yield": 237.3, + "Adj Yield": 237.3 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 58.1, + "Yield": 225.5, + "Adj Yield": 225.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 56.0, + "Yield": 230.5, + "Adj Yield": 230.5 + } + }, + { + "rank": 12, + "brand": "NK Brand", + "product": "NK1188-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 57.4, + "Yield": 228.4, + "Adj Yield": 228.4 + } + }, + { + "rank": 7, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 58.4, + "Yield": 232.2, + "Adj Yield": 232.2 + } + }, + { + "rank": 21, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": 55.3, + "Yield": 218.9, + "Adj Yield": 218.9 + } + }, + { + "rank": 14, + "brand": "NK Brand", + "product": "NK1480-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 56.0, + "Yield": 227.8, + "Adj Yield": 227.8 + } + }, + { + "rank": 29, + "brand": "NK Brand", + "product": "NK1523-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 52.9, + "Yield": 204.2, + "Adj Yield": 204.2 + } + } + ], + "n_results": 38, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144648" + ], + "fetched_at": "2026-05-27T02:20:44.253601+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144648.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144648.md new file mode 100644 index 00000000..8e015449 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144648.md @@ -0,0 +1,68 @@ +# Corn yield trial — Princeville, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Peoria +- **City:** Princeville +- **Year:** 2024 +- **Plot ID:** 144648 +- **Cooperator:** River Valley Cooperative +- **Plot average:** 218.82 BU/Ac +- **Planted:** 2024-05-10 +- **Harvested:** 2024-10-01 +- **Population:** 36,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144648 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 18 | Dekalb | DKC106-98RIB | VT4RIB | - | 16.7 | 60.6 | 224.4 | 224.4 | +| 27 | Dekalb | DKC105-33RIB | SSPRIB | - | 15.5 | 58.7 | 210.6 | 210.6 | +| 28 | Dekalb | DKC107-33RIB | SSPRIB | - | 18.2 | 58.3 | 206.8 | 206.8 | +| 11 | Dekalb | DKC110-10RIB | STXRIB | - | 18.3 | 59.1 | 228.9 | 228.9 | +| 34 | Dekalb | DKC111-33RIB | SSPRIB | - | 18.7 | 61.5 | 202.6 | 202.6 | +| 35 | Dekalb | DKC112-29RIB | SSPRIB | - | 19.6 | 58.1 | 196.6 | 196.6 | +| 37 | Dekalb | DKC64-21RIB | STXRIB | - | 19.9 | 63.1 | 187.3 | 187.3 | +| 31 | Dekalb | DKC114-99RIB | VT4RIB | - | 19.3 | 61.7 | 204.0 | 204.0 | +| 13 | Dekalb | DKC114-42RIB | SSPRIB | - | 20.6 | 59.1 | 228.1 | 228.1 | +| 25 | Dekalb | DKC66-17RIB | STXRIB | - | 20.3 | 58.8 | 212.8 | 212.8 | +| 16 | Dekalb | DKC67-37RIB | STXRIB | - | 21.2 | 61.3 | 225.4 | 225.4 | +| 4 | Dekalb | DKC117-27RIB | VT4RIB | - | 21.7 | 57.6 | 240.7 | 240.7 | +| 5 | Dekalb | DKC68-34RIB | STXRIB | - | 21.5 | 59.5 | 238.5 | 238.5 | +| 8 | Pioneer | P14830Q | QROME | - | 20.0 | 60.0 | 230.7 | 230.7 | +| 9 | Pioneer | P1278Q | QROME | - | 19.1 | 58.5 | 230.5 | 230.5 | +| 22 | Pioneer | P0924Q | QROME | - | 18.5 | 59.1 | 213.8 | 213.8 | +| 30 | Pioneer | P10477Q | QROME | - | 18.9 | 58.0 | 204.1 | 204.1 | +| 33 | Brevant Seeds | B10H24AM | AM | - | 18.5 | 60.0 | 203.1 | 203.1 | +| 19 | Brevant Seeds | B10Y21Q | QROME | - | 17.6 | 59.9 | 222.0 | 222.0 | +| 23 | Brevant Seeds | B12H48PCE | PCE | - | 18.2 | 58.7 | 213.6 | 213.6 | +| 24 | Brevant Seeds | B13K20Q | QROME | - | 19.2 | 56.9 | 212.9 | 212.9 | +| 26 | Brevant Seeds | B13C49PCE | PCE | - | 20.7 | 57.5 | 210.8 | 210.8 | +| 31 | Brevant Seeds | B14R22Q | QROME | - | 19.7 | 58.8 | 204.0 | 204.0 | +| 38 | Brevant Seeds | B14H38Q | QROME | - | 19.9 | 57.0 | 180.6 | 180.6 | +| 36 | Brevant Seeds | B17Z18AM | AM | - | 19.0 | 59.8 | 192.3 | 192.3 | +| 3 | AgriGold | A639-03VT2RIB | VT2RIB | - | 18.1 | 58.2 | 243.0 | 243.0 | +| 16 | AgriGold | A641-85STXRIB | STXRIB | - | 18.5 | 60.3 | 225.4 | 225.4 | +| 1 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 18.7 | 58.9 | 248.0 | 248.0 | +| 20 | AgriGold | A643-24PCE | PCE | - | 19.8 | 57.4 | 221.8 | 221.8 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.3 | 58.3 | 247.1 | 247.1 | +| 6 | AgriGold | A645-71STXRIB | STXRIB | - | 20.6 | 56.4 | 237.3 | 237.3 | +| 15 | AgriGold | A645-16VT2RIB | VT2RIB | - | 21.5 | 58.1 | 225.5 | 225.5 | +| 9 | AgriGold | A646-30VT2RIB | VT2RIB | - | 22.0 | 56.0 | 230.5 | 230.5 | +| 12 | NK Brand | NK1188-D | 5122EZ | - | 20.8 | 57.4 | 228.4 | 228.4 | +| 7 | NK Brand | NK1228-AA | 3220 | - | 20.8 | 58.4 | 232.2 | 232.2 | +| 21 | NK Brand | NK1307-DV | 5222 | - | 22.5 | 55.3 | 218.9 | 218.9 | +| 14 | NK Brand | NK1480-DV | 5222EZ | - | 22.3 | 56.0 | 227.8 | 227.8 | +| 29 | NK Brand | NK1523-V | 3220 | - | 21.8 | 52.9 | 204.2 | 204.2 | + +Top 5 by Yield: A642-05VT2RIBD1 (AgriGold) 248.0, A644-64VT2RIB (AgriGold) 247.1, A639-03VT2RIB (AgriGold) 243.0, DKC117-27RIB (Dekalb) 240.7, DKC68-34RIB (Dekalb) 238.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144650.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144650.json new file mode 100644 index 00000000..28166fc5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144650.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144650", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Cambridge", + "county": "Henry", + "year": 2024, + "plot_id": "144650", + "cooperator": "River Valley Cooperative", + "plot_average": 284.99, + "planted_date": "2024-05-15", + "harvested_date": "2024-10-16", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": null, + "Yield": 281.7, + "Adj Yield": 281.7 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 305.5, + "Adj Yield": 305.5 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 296.8, + "Adj Yield": 296.8 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": null, + "Yield": 297.5, + "Adj Yield": 297.5 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.5, + "Test Wt.": null, + "Yield": 284.1, + "Adj Yield": 284.1 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": null, + "Yield": 271.2, + "Adj Yield": 271.2 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 339.0, + "Adj Yield": 339.0 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC66-18RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 26.4, + "Test Wt.": null, + "Yield": 258.0, + "Adj Yield": 258.0 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": null, + "Yield": 324.5, + "Adj Yield": 324.5 + } + }, + { + "rank": 3, + "brand": "Brevant Seeds", + "product": "B10Y21Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 315.4, + "Adj Yield": 315.4 + } + }, + { + "rank": 14, + "brand": "Brevant Seeds", + "product": "B13K20Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": null, + "Yield": 274.1, + "Adj Yield": 274.1 + } + }, + { + "rank": 8, + "brand": "Brevant Seeds", + "product": "B14H38AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": null, + "Yield": 294.0, + "Adj Yield": 294.0 + } + }, + { + "rank": 5, + "brand": "Croplan", + "product": "CP5497VT2P/RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.3, + "Test Wt.": null, + "Yield": 303.4, + "Adj Yield": 303.4 + } + }, + { + "rank": 13, + "brand": "Croplan", + "product": "CP5550VT2P/RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 26.2, + "Test Wt.": null, + "Yield": 275.1, + "Adj Yield": 275.1 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": null, + "Yield": 264.2, + "Adj Yield": 264.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 25.6, + "Test Wt.": null, + "Yield": 289.5, + "Adj Yield": 289.5 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 25.5, + "Test Wt.": null, + "Yield": 277.7, + "Adj Yield": 277.7 + } + }, + { + "rank": 19, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 27.2, + "Test Wt.": null, + "Yield": 250.8, + "Adj Yield": 250.8 + } + }, + { + "rank": 15, + "brand": "NK Brand", + "product": "NK1480-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 26.5, + "Test Wt.": null, + "Yield": 271.7, + "Adj Yield": 271.7 + } + }, + { + "rank": 20, + "brand": "NK Brand", + "product": "NK1523-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 29.4, + "Test Wt.": null, + "Yield": 225.5, + "Adj Yield": 225.5 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144650" + ], + "fetched_at": "2026-05-27T02:20:44.771719+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144650.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144650.md new file mode 100644 index 00000000..ef2b92ca --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144650.md @@ -0,0 +1,50 @@ +# Corn yield trial — Cambridge, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Henry +- **City:** Cambridge +- **Year:** 2024 +- **Plot ID:** 144650 +- **Cooperator:** River Valley Cooperative +- **Plot average:** 284.99 BU/Ac +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-16 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144650 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 11 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 18.7 | - | 281.7 | 281.7 | +| 4 | Dekalb | DKC110-10RIB | STXRIB | - | 19.1 | - | 305.5 | 305.5 | +| 7 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 17.6 | - | 296.8 | 296.8 | +| 6 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 24.1 | - | 297.5 | 297.5 | +| 10 | Dekalb | DKC64-22RIB | VT2RIB | - | 25.5 | - | 284.1 | 284.1 | +| 16 | Dekalb | DKC114-99RIB | VT4RIB | - | 20.1 | - | 271.2 | 271.2 | +| 1 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 17.4 | - | 339.0 | 339.0 | +| 18 | Dekalb | DKC66-18RIB | VT2RIB | - | 26.4 | - | 258.0 | 258.0 | +| 2 | Dekalb | DKC68-35RIB | VT2RIB | - | 21.0 | - | 324.5 | 324.5 | +| 3 | Brevant Seeds | B10Y21Q | QROME | - | 16.6 | - | 315.4 | 315.4 | +| 14 | Brevant Seeds | B13K20Q | QROME | - | 22.3 | - | 274.1 | 274.1 | +| 8 | Brevant Seeds | B14H38AM | AM | - | 22.8 | - | 294.0 | 294.0 | +| 5 | Croplan | CP5497VT2P/RIB | VT2RIB | - | 23.3 | - | 303.4 | 303.4 | +| 13 | Croplan | CP5550VT2P/RIB | VT2RIB | - | 26.2 | - | 275.1 | 275.1 | +| 17 | AgriGold | A639-03VT2RIB | VT2RIB | - | 23.2 | - | 264.2 | 264.2 | +| 9 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 25.6 | - | 289.5 | 289.5 | +| 12 | AgriGold | A643-24PCE | PCE | - | 25.5 | - | 277.7 | 277.7 | +| 19 | NK Brand | NK1307-DV | 5222 | - | 27.2 | - | 250.8 | 250.8 | +| 15 | NK Brand | NK1480-DV | 5222EZ | - | 26.5 | - | 271.7 | 271.7 | +| 20 | NK Brand | NK1523-V | 3220 | - | 29.4 | - | 225.5 | 225.5 | + +Top 5 by Yield: DKC66-06RIB (Dekalb) 339.0, DKC68-35RIB (Dekalb) 324.5, B10Y21Q (Brevant Seeds) 315.4, DKC110-10RIB (Dekalb) 305.5, CP5497VT2P/RIB (Croplan) 303.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144655.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144655.json new file mode 100644 index 00000000..05cfddbd --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144655.json @@ -0,0 +1,374 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144655", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Henderson", + "county": "Henderson", + "year": 2024, + "plot_id": "144655", + "cooperator": "PARRISH SHOP & SALES LLC", + "plot_average": 238.73, + "planted_date": "2024-05-31", + "harvested_date": "2024-10-30", + "population_seeds_per_acre": 34000, + "row_width": "\"", + "num_rows": null, + "soil_type": "Clay Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Veltyma, Xyway", + "herbicide": "Acuron", + "insecticide": "Hero", + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 59.8, + "Yield": 255.5, + "Adj Yield": 255.5 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P13841PCUE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 57.1, + "Yield": 254.5, + "Adj Yield": 254.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.7, + "Yield": 249.2, + "Adj Yield": 249.2 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 59.0, + "Yield": 248.6, + "Adj Yield": 248.6 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P15784AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 60.0, + "Yield": 248.0, + "Adj Yield": 248.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.4, + "Yield": 246.2, + "Adj Yield": 246.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "J6621VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 59.9, + "Yield": 245.4, + "Adj Yield": 245.4 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P1170AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 60.0, + "Yield": 245.2, + "Adj Yield": 245.2 + } + }, + { + "rank": 9, + "brand": "Revere", + "product": "1839TC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.8, + "Yield": 244.1, + "Adj Yield": 244.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 60.0, + "Yield": 241.1, + "Adj Yield": 241.1 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 58.5, + "Yield": 240.8, + "Adj Yield": 240.8 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 61.8, + "Yield": 240.3, + "Adj Yield": 240.3 + } + }, + { + "rank": 12, + "brand": "Pioneer", + "product": "P1457WAM", + "traits": "WAM", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 61.4, + "Yield": 240.3, + "Adj Yield": 240.3 + } + }, + { + "rank": 14, + "brand": "Pioneer", + "product": "P17677AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 60.0, + "Yield": 238.6, + "Adj Yield": 238.6 + } + }, + { + "rank": 15, + "brand": "Pioneer", + "product": "P1656WAM", + "traits": "WAM", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 61.0, + "Yield": 238.4, + "Adj Yield": 238.4 + } + }, + { + "rank": 16, + "brand": "Revere", + "product": "X113T42", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 59.5, + "Yield": 236.8, + "Adj Yield": 236.8 + } + }, + { + "rank": 17, + "brand": "Pioneer", + "product": "P1608AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 61.2, + "Yield": 236.5, + "Adj Yield": 236.5 + } + }, + { + "rank": 18, + "brand": "Pioneer", + "product": "P1790WQ", + "traits": "WQROME", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 62.1, + "Yield": 235.2, + "Adj Yield": 235.2 + } + }, + { + "rank": 19, + "brand": "Pioneer", + "product": "P1289AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.0, + "Yield": 235.0, + "Adj Yield": 235.0 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 62.4, + "Yield": 235.0, + "Adj Yield": 235.0 + } + }, + { + "rank": 21, + "brand": "Pioneer", + "product": "P1718AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 57.9, + "Yield": 234.9, + "Adj Yield": 234.9 + } + }, + { + "rank": 22, + "brand": "Pioneer", + "product": "P10625PCUE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 59.2, + "Yield": 229.9, + "Adj Yield": 229.9 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A648-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 60.2, + "Yield": 224.3, + "Adj Yield": 224.3 + } + }, + { + "rank": 24, + "brand": "Pioneer", + "product": "P1408WAM", + "traits": "WAM", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.5, + "Yield": 223.1, + "Adj Yield": 223.1 + } + }, + { + "rank": 25, + "brand": "Pioneer", + "product": "P1306WHR", + "traits": "WHRR2", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 61.2, + "Yield": 222.4, + "Adj Yield": 222.4 + } + }, + { + "rank": 26, + "brand": "Revere", + "product": "0918VT2P", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 58.0, + "Yield": 217.7, + "Adj Yield": 217.7 + } + } + ], + "n_results": 26, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144655" + ], + "fetched_at": "2026-05-27T02:20:45.306907+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144655.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144655.md new file mode 100644 index 00000000..4cf3ac0c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144655.md @@ -0,0 +1,58 @@ +# Corn yield trial — Henderson, KY, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Henderson +- **City:** Henderson +- **Year:** 2024 +- **Plot ID:** 144655 +- **Cooperator:** PARRISH SHOP & SALES LLC +- **Plot average:** 238.73 BU/Ac +- **Planted:** 2024-05-31 +- **Harvested:** 2024-10-30 +- **Population:** 34,000 seeds/acre +- **Row width:** " +- **Soil type:** Clay Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Veltyma, Xyway +- **Herbicide:** Acuron +- **Insecticide:** Hero +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144655 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | Pioneer | P13777PCE | PCE | - | 14.8 | 59.8 | 255.5 | 255.5 | +| 2 | Pioneer | P13841PCUE | PWE | - | 14.4 | 57.1 | 254.5 | 254.5 | +| 3 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 14.9 | 58.7 | 249.2 | 249.2 | +| 4 | Pioneer | P14830AML | AML | - | 14.7 | 59.0 | 248.6 | 248.6 | +| 5 | Pioneer | P15784AM | AM | - | 15.3 | 60.0 | 248.0 | 248.0 | +| 6 | AgriGold | A646-30VT2RIB | VT2RIB | - | 14.3 | 59.4 | 246.2 | 246.2 | +| 7 | AgriGold | J6621VT2PRO | VT2Pro | - | 14.7 | 59.9 | 245.4 | 245.4 | +| 8 | Pioneer | P1170AM | AM | - | 14.1 | 60.0 | 245.2 | 245.2 | +| 9 | Revere | 1839TC | Trecepta | - | 15.4 | 58.8 | 244.1 | 244.1 | +| 10 | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.7 | 60.0 | 241.1 | 241.1 | +| 11 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 13.1 | 58.5 | 240.8 | 240.8 | +| 12 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.5 | 61.8 | 240.3 | 240.3 | +| 12 | Pioneer | P1457WAM | WAM | - | 13.7 | 61.4 | 240.3 | 240.3 | +| 14 | Pioneer | P17677AM | AM | - | 14.9 | 60.0 | 238.6 | 238.6 | +| 15 | Pioneer | P1656WAM | WAM | - | 13.9 | 61.0 | 238.4 | 238.4 | +| 16 | Revere | X113T42 | Unknown | - | 13.8 | 59.5 | 236.8 | 236.8 | +| 17 | Pioneer | P1608AM | AM | - | 15.5 | 61.2 | 236.5 | 236.5 | +| 18 | Pioneer | P1790WQ | WQROME | - | 15.6 | 62.1 | 235.2 | 235.2 | +| 19 | Pioneer | P1289AM | AM | - | 13.7 | 60.0 | 235.0 | 235.0 | +| 20 | AgriGold | A647-79VT2PRO | VT2Pro | - | 14.9 | 62.4 | 235.0 | 235.0 | +| 21 | Pioneer | P1718AML | AML | - | 15.8 | 57.9 | 234.9 | 234.9 | +| 22 | Pioneer | P10625PCUE | PWE | - | 13.4 | 59.2 | 229.9 | 229.9 | +| 23 | AgriGold | A648-11VT2RIB | VT2RIB | - | 16.2 | 60.2 | 224.3 | 224.3 | +| 24 | Pioneer | P1408WAM | WAM | - | 13.7 | 60.5 | 223.1 | 223.1 | +| 25 | Pioneer | P1306WHR | WHRR2 | - | 13.5 | 61.2 | 222.4 | 222.4 | +| 26 | Revere | 0918VT2P | VT2Pro | - | 13.0 | 58.0 | 217.7 | 217.7 | + +Top 5 by Yield: P13777PCE (Pioneer) 255.5, P13841PCUE (Pioneer) 254.5, A647-42TRCRIB (AgriGold) 249.2, P14830AML (Pioneer) 248.6, P15784AM (Pioneer) 248.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144657.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144657.json new file mode 100644 index 00000000..d70206f4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144657.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144657", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Tolono", + "county": "Champaign", + "year": 2024, + "plot_id": "144657", + "cooperator": "United Prairie", + "plot_average": 276.14, + "planted_date": "2024-05-13", + "harvested_date": "2024-10-22", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 18, + "brand": "Brevant Seeds", + "product": "B08R32AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 248.1, + "Adj Yield": 248.1 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 272.5, + "Adj Yield": 272.5 + } + }, + { + "rank": 16, + "brand": "Wyffels", + "product": "W6479RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 267.7, + "Adj Yield": 267.7 + } + }, + { + "rank": 8, + "brand": "Brevant Seeds", + "product": "B10Y21V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": null, + "Yield": 277.8, + "Adj Yield": 277.8 + } + }, + { + "rank": 3, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 287.4, + "Adj Yield": 287.4 + } + }, + { + "rank": 11, + "brand": "Brevant Seeds", + "product": "B10H24AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 275.1, + "Adj Yield": 275.1 + } + }, + { + "rank": 15, + "brand": "Wyffels", + "product": "W7048RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 269.4, + "Adj Yield": 269.4 + } + }, + { + "rank": 13, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 271.4, + "Adj Yield": 271.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 288.3, + "Adj Yield": 288.3 + } + }, + { + "rank": 17, + "brand": "Brevant Seeds", + "product": "B13C49V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 266.6, + "Adj Yield": 266.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 276.7, + "Adj Yield": 276.7 + } + }, + { + "rank": 14, + "brand": "Wyffels", + "product": "W8086RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 271.0, + "Adj Yield": 271.0 + } + }, + { + "rank": 4, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 286.3, + "Adj Yield": 286.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": null, + "Yield": 284.9, + "Adj Yield": 284.9 + } + }, + { + "rank": 9, + "brand": "Wyffels", + "product": "W8108RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 277.1, + "Adj Yield": 277.1 + } + }, + { + "rank": 6, + "brand": "Brevant Seeds", + "product": "B14H38Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 282.6, + "Adj Yield": 282.6 + } + }, + { + "rank": 7, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 278.7, + "Adj Yield": 278.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": null, + "Yield": 288.9, + "Adj Yield": 288.9 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144657" + ], + "fetched_at": "2026-05-27T02:20:45.782054+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144657.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144657.md new file mode 100644 index 00000000..0efea59d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144657.md @@ -0,0 +1,48 @@ +# Corn yield trial — Tolono, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Champaign +- **City:** Tolono +- **Year:** 2024 +- **Plot ID:** 144657 +- **Cooperator:** United Prairie +- **Plot average:** 276.14 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-22 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144657 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 18 | Brevant Seeds | B08R32AM | AM | - | 17.0 | - | 248.1 | 248.1 | +| 12 | AgriGold | A639-03VT2RIB | VT2RIB | - | 17.0 | - | 272.5 | 272.5 | +| 16 | Wyffels | W6479RIB | SSPRIB | - | 16.4 | - | 267.7 | 267.7 | +| 8 | Brevant Seeds | B10Y21V | Vorceed | - | 15.1 | - | 277.8 | 277.8 | +| 3 | Wyffels | W6505RIB | TreceptaRIB | - | 15.6 | - | 287.4 | 287.4 | +| 11 | Brevant Seeds | B10H24AM | AM | - | 16.4 | - | 275.1 | 275.1 | +| 15 | Wyffels | W7048RIB | STXRIB | - | 15.9 | - | 269.4 | 269.4 | +| 13 | Wyffels | W6886RIB | VT2RIB | - | 16.6 | - | 271.4 | 271.4 | +| 2 | AgriGold | A642-18SSP | SSP | - | 16.8 | - | 288.3 | 288.3 | +| 17 | Brevant Seeds | B13C49V | Vorceed | - | 16.5 | - | 266.6 | 266.6 | +| 10 | AgriGold | A643-24PCE | PCE | - | 17.4 | - | 276.7 | 276.7 | +| 14 | Wyffels | W8086RIB | VT2RIB | - | 18.5 | - | 271.0 | 271.0 | +| 4 | Wyffels | W7945RIB | TreceptaRIB | - | 18.1 | - | 286.3 | 286.3 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.7 | - | 284.9 | 284.9 | +| 9 | Wyffels | W8108RIB | STXRIB | - | 18.0 | - | 277.1 | 277.1 | +| 6 | Brevant Seeds | B14H38Q | QROME | - | 16.6 | - | 282.6 | 282.6 | +| 7 | Wyffels | W7876RIB | VT2RIB | - | 17.1 | - | 278.7 | 278.7 | +| 1 | AgriGold | A645-71STXRIB | STXRIB | - | 18.9 | - | 288.9 | 288.9 | + +Top 5 by Yield: A645-71STXRIB (AgriGold) 288.9, A642-18SSP (AgriGold) 288.3, W6505RIB (Wyffels) 287.4, W7945RIB (Wyffels) 286.3, A644-64VT2RIB (AgriGold) 284.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144658.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144658.json new file mode 100644 index 00000000..558dd60e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144658.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144658", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Donovon", + "county": "Iroquois", + "year": 2024, + "plot_id": "144658", + "cooperator": "United Prairie", + "plot_average": 267.46, + "planted_date": "2024-05-15", + "harvested_date": "2024-10-22", + "population_seeds_per_acre": 34000, + "row_width": "\"", + "num_rows": 8, + "soil_type": "Sandy Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 17, + "brand": "Wyffels", + "product": "W3579RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 55.8, + "Yield": 251.3, + "Adj Yield": 251.3 + } + }, + { + "rank": 15, + "brand": "Wyffels", + "product": "W4246RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 59.5, + "Yield": 258.4, + "Adj Yield": 258.4 + } + }, + { + "rank": 14, + "brand": "Wyffels", + "product": "W4439RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 58.2, + "Yield": 261.4, + "Adj Yield": 261.4 + } + }, + { + "rank": 16, + "brand": "Wyffels", + "product": "W5019RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 58.6, + "Yield": 258.3, + "Adj Yield": 258.3 + } + }, + { + "rank": 17, + "brand": "Wyffels", + "product": "W5406RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 57.4, + "Yield": 251.3, + "Adj Yield": 251.3 + } + }, + { + "rank": 9, + "brand": "Brevant Seeds", + "product": "B08R32AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 58.5, + "Yield": 268.1, + "Adj Yield": 268.1 + } + }, + { + "rank": 12, + "brand": "Pioneer", + "product": "P0953AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 59.9, + "Yield": 265.1, + "Adj Yield": 265.1 + } + }, + { + "rank": 8, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 61.1, + "Yield": 271.8, + "Adj Yield": 271.8 + } + }, + { + "rank": 4, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 61.7, + "Yield": 275.6, + "Adj Yield": 275.6 + } + }, + { + "rank": 11, + "brand": "Sun Prairie", + "product": "SP2607SSRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 58.4, + "Yield": 265.7, + "Adj Yield": 265.7 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 60.1, + "Yield": 264.3, + "Adj Yield": 264.3 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P1222AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.2, + "Yield": 272.4, + "Adj Yield": 272.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 59.4, + "Yield": 274.5, + "Adj Yield": 274.5 + } + }, + { + "rank": 2, + "brand": "Sun Prairie", + "product": "SP2788VT2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.2, + "Yield": 279.5, + "Adj Yield": 279.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 58.5, + "Yield": 279.6, + "Adj Yield": 279.6 + } + }, + { + "rank": 5, + "brand": "Brevant Seeds", + "product": "B13C49V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 60.6, + "Yield": 274.8, + "Adj Yield": 274.8 + } + }, + { + "rank": 3, + "brand": "Wyffels", + "product": "W8086RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 59.8, + "Yield": 275.7, + "Adj Yield": 275.7 + } + }, + { + "rank": 10, + "brand": "Sun Prairie", + "product": "SP2903TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.0, + "Yield": 266.5, + "Adj Yield": 266.5 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144658" + ], + "fetched_at": "2026-05-27T02:20:46.277829+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144658.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144658.md new file mode 100644 index 00000000..050aa239 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144658.md @@ -0,0 +1,48 @@ +# Corn yield trial — Donovon, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Iroquois +- **City:** Donovon +- **Year:** 2024 +- **Plot ID:** 144658 +- **Cooperator:** United Prairie +- **Plot average:** 267.46 BU/Ac +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-22 +- **Population:** 34,000 seeds/acre +- **Row width:** " +- **# Rows:** 8 +- **Soil type:** Sandy Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144658 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 17 | Wyffels | W3579RIB | SSPRIB | - | 13.5 | 55.8 | 251.3 | 251.3 | +| 15 | Wyffels | W4246RIB | VT2RIB | - | 12.7 | 59.5 | 258.4 | 258.4 | +| 14 | Wyffels | W4439RIB | SSPRIB | - | 12.3 | 58.2 | 261.4 | 261.4 | +| 16 | Wyffels | W5019RIB | SSPRIB | - | 12.4 | 58.6 | 258.3 | 258.3 | +| 17 | Wyffels | W5406RIB | VT2RIB | - | 13.2 | 57.4 | 251.3 | 251.3 | +| 9 | Brevant Seeds | B08R32AM | AM | - | 12.6 | 58.5 | 268.1 | 268.1 | +| 12 | Pioneer | P0953AM | AM | - | 13.2 | 59.9 | 265.1 | 265.1 | +| 8 | Wyffels | W6505RIB | TreceptaRIB | - | 13.5 | 61.1 | 271.8 | 271.8 | +| 4 | Wyffels | W6886RIB | VT2RIB | - | 14.2 | 61.7 | 275.6 | 275.6 | +| 11 | Sun Prairie | SP2607SSRIB | STXRIB | - | 15.7 | 58.4 | 265.7 | 265.7 | +| 13 | AgriGold | A641-85STXRIB | STXRIB | - | 15.7 | 60.1 | 264.3 | 264.3 | +| 7 | Pioneer | P1222AM | AM | - | 15.4 | 60.2 | 272.4 | 272.4 | +| 6 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.4 | 59.4 | 274.5 | 274.5 | +| 2 | Sun Prairie | SP2788VT2P | VT2RIB | - | 15.4 | 60.2 | 279.5 | 279.5 | +| 1 | AgriGold | A643-24PCE | PCE | - | 16.5 | 58.5 | 279.6 | 279.6 | +| 5 | Brevant Seeds | B13C49V | Vorceed | - | 15.7 | 60.6 | 274.8 | 274.8 | +| 3 | Wyffels | W8086RIB | VT2RIB | - | 17.5 | 59.8 | 275.7 | 275.7 | +| 10 | Sun Prairie | SP2903TRERIB | TreceptaRIB | - | 16.1 | 59.0 | 266.5 | 266.5 | + +Top 5 by Yield: A643-24PCE (AgriGold) 279.6, SP2788VT2P (Sun Prairie) 279.5, W8086RIB (Wyffels) 275.7, W6886RIB (Wyffels) 275.6, B13C49V (Brevant Seeds) 274.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144659.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144659.json new file mode 100644 index 00000000..ead73a3b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144659.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144659", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Onarga", + "county": "Iroquois", + "year": 2024, + "plot_id": "144659", + "cooperator": "United Prairie", + "plot_average": 231.01, + "planted_date": "2024-05-08", + "harvested_date": "2024-10-18", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Clay Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 14, + "brand": "Wyffels", + "product": "W6479RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": null, + "Yield": 214.9, + "Adj Yield": 214.9 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": null, + "Yield": 223.0, + "Adj Yield": 223.0 + } + }, + { + "rank": 4, + "brand": "Merschman", + "product": "M-2411C-30", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": null, + "Yield": 238.4, + "Adj Yield": 238.4 + } + }, + { + "rank": 8, + "brand": "Brevant Seeds", + "product": "B12H48PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 229.2, + "Adj Yield": 229.2 + } + }, + { + "rank": 1, + "brand": "Merschman", + "product": "M-2512C-30", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": null, + "Yield": 245.2, + "Adj Yield": 245.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": null, + "Yield": 243.2, + "Adj Yield": 243.2 + } + }, + { + "rank": 13, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 220.1, + "Adj Yield": 220.1 + } + }, + { + "rank": 5, + "brand": "Merschman", + "product": "M-2413C-30", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": null, + "Yield": 236.2, + "Adj Yield": 236.2 + } + }, + { + "rank": 6, + "brand": "Brevant Seeds", + "product": "B13C49PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": null, + "Yield": 233.7, + "Adj Yield": 233.7 + } + }, + { + "rank": 12, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": null, + "Yield": 221.4, + "Adj Yield": 221.4 + } + }, + { + "rank": 10, + "brand": "Merschman", + "product": "M-2414C-30", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 228.5, + "Adj Yield": 228.5 + } + }, + { + "rank": 3, + "brand": "Brevant Seeds", + "product": "B14H38AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": null, + "Yield": 238.9, + "Adj Yield": 238.9 + } + }, + { + "rank": 9, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 228.9, + "Adj Yield": 228.9 + } + }, + { + "rank": 7, + "brand": "Merschman", + "product": "M-2415C-30", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": null, + "Yield": 232.6, + "Adj Yield": 232.6 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144659" + ], + "fetched_at": "2026-05-27T02:20:46.793331+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144659.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144659.md new file mode 100644 index 00000000..6f97038e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144659.md @@ -0,0 +1,44 @@ +# Corn yield trial — Onarga, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Iroquois +- **City:** Onarga +- **Year:** 2024 +- **Plot ID:** 144659 +- **Cooperator:** United Prairie +- **Plot average:** 231.01 BU/Ac +- **Planted:** 2024-05-08 +- **Harvested:** 2024-10-18 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Clay Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144659 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 14 | Wyffels | W6479RIB | SSPRIB | - | 13.2 | - | 214.9 | 214.9 | +| 11 | AgriGold | A640-12STXRIB | STXRIB | - | 13.7 | - | 223.0 | 223.0 | +| 4 | Merschman | M-2411C-30 | Unknown | - | 13.4 | - | 238.4 | 238.4 | +| 8 | Brevant Seeds | B12H48PCE | PCE | - | 13.5 | - | 229.2 | 229.2 | +| 1 | Merschman | M-2512C-30 | PCE | - | 14.0 | - | 245.2 | 245.2 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.0 | - | 243.2 | 243.2 | +| 13 | Wyffels | W7759RIB | SSPRIB | - | 14.5 | - | 220.1 | 220.1 | +| 5 | Merschman | M-2413C-30 | PCE | - | 15.4 | - | 236.2 | 236.2 | +| 6 | Brevant Seeds | B13C49PCE | PCE | - | 14.8 | - | 233.7 | 233.7 | +| 12 | Wyffels | W7945RIB | TreceptaRIB | - | 13.8 | - | 221.4 | 221.4 | +| 10 | Merschman | M-2414C-30 | Unknown | - | 15.9 | - | 228.5 | 228.5 | +| 3 | Brevant Seeds | B14H38AM | AM | - | 15.7 | - | 238.9 | 238.9 | +| 9 | Wyffels | W7945RIB | TreceptaRIB | - | 14.1 | - | 228.9 | 228.9 | +| 7 | Merschman | M-2415C-30 | Unknown | - | 15.4 | - | 232.6 | 232.6 | + +Top 5 by Yield: M-2512C-30 (Merschman) 245.2, A643-52VT2RIB (AgriGold) 243.2, B14H38AM (Brevant Seeds) 238.9, M-2411C-30 (Merschman) 238.4, M-2413C-30 (Merschman) 236.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144660.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144660.json new file mode 100644 index 00000000..47f00f30 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144660.json @@ -0,0 +1,686 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144660", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Galesburg", + "county": "Knox", + "year": 2024, + "plot_id": "144660", + "cooperator": "West Central FS", + "plot_average": 283.11, + "planted_date": "2024-05-02", + "harvested_date": "2024-09-25", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 3, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 45, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 262.9, + "Adj Yield": 262.9 + } + }, + { + "rank": 10, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": null, + "Yield": 299.2, + "Adj Yield": 299.2 + } + }, + { + "rank": 8, + "brand": "FS Seeds", + "product": "FS5835VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 301.6, + "Adj Yield": 301.6 + } + }, + { + "rank": 28, + "brand": "FS Seeds", + "product": "FS5845PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 280.3, + "Adj Yield": 280.3 + } + }, + { + "rank": 46, + "brand": "FS Seeds", + "product": "FS5935XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": null, + "Yield": 261.4, + "Adj Yield": 261.4 + } + }, + { + "rank": 17, + "brand": "FS Seeds", + "product": "FS5949PC", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": null, + "Yield": 293.4, + "Adj Yield": 293.4 + } + }, + { + "rank": 36, + "brand": "FS Seeds", + "product": "FS5947T", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 276.0, + "Adj Yield": 276.0 + } + }, + { + "rank": 40, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": null, + "Yield": 269.3, + "Adj Yield": 269.3 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": null, + "Yield": 293.7, + "Adj Yield": 293.7 + } + }, + { + "rank": 50, + "brand": "FS Seeds", + "product": "FS6025XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": null, + "Yield": 245.1, + "Adj Yield": 245.1 + } + }, + { + "rank": 9, + "brand": "FS Seeds", + "product": "FS6042FRIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": null, + "Yield": 300.5, + "Adj Yield": 300.5 + } + }, + { + "rank": 32, + "brand": "FS Seeds", + "product": "FS6017VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": null, + "Yield": 277.9, + "Adj Yield": 277.9 + } + }, + { + "rank": 38, + "brand": "NK Brand", + "product": "NK1040-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": null, + "Yield": 272.5, + "Adj Yield": 272.5 + } + }, + { + "rank": 41, + "brand": "NK Brand", + "product": "NK1056-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": null, + "Yield": 269.2, + "Adj Yield": 269.2 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": null, + "Yield": 291.1, + "Adj Yield": 291.1 + } + }, + { + "rank": 7, + "brand": "Brevant Seeds", + "product": "B11M47V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": null, + "Yield": 301.7, + "Adj Yield": 301.7 + } + }, + { + "rank": 1, + "brand": "FS Seeds", + "product": "FS6137PC", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": null, + "Yield": 312.1, + "Adj Yield": 312.1 + } + }, + { + "rank": 27, + "brand": "FS Seeds", + "product": "FS6133VDGRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": null, + "Yield": 281.3, + "Adj Yield": 281.3 + } + }, + { + "rank": 6, + "brand": "NK Brand", + "product": "NK1188-AA", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": null, + "Yield": 302.8, + "Adj Yield": 302.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 305.8, + "Adj Yield": 305.8 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": null, + "Yield": 288.2, + "Adj Yield": 288.2 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": null, + "Yield": 298.5, + "Adj Yield": 298.5 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": null, + "Yield": 298.3, + "Adj Yield": 298.3 + } + }, + { + "rank": 26, + "brand": "FS Seeds", + "product": "FS6245VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": null, + "Yield": 282.7, + "Adj Yield": 282.7 + } + }, + { + "rank": 42, + "brand": "FS Seeds", + "product": "FS5935XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": null, + "Yield": 268.7, + "Adj Yield": 268.7 + } + }, + { + "rank": 34, + "brand": "FS Seeds", + "product": "FS6248V", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": null, + "Yield": 276.8, + "Adj Yield": 276.8 + } + }, + { + "rank": 5, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": null, + "Yield": 302.9, + "Adj Yield": 302.9 + } + }, + { + "rank": 25, + "brand": "Brevant Seeds", + "product": "B13K20Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": null, + "Yield": 285.2, + "Adj Yield": 285.2 + } + }, + { + "rank": 13, + "brand": "FS Seeds", + "product": "FS6349PC", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": null, + "Yield": 295.6, + "Adj Yield": 295.6 + } + }, + { + "rank": 19, + "brand": "FS Seeds", + "product": "FS6395VDGRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 23.5, + "Test Wt.": null, + "Yield": 288.9, + "Adj Yield": 288.9 + } + }, + { + "rank": 24, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 23.6, + "Test Wt.": null, + "Yield": 285.9, + "Adj Yield": 285.9 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": null, + "Yield": 294.2, + "Adj Yield": 294.2 + } + }, + { + "rank": 49, + "brand": "Brevant Seeds", + "product": "B14H38AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": null, + "Yield": 246.1, + "Adj Yield": 246.1 + } + }, + { + "rank": 33, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 23.8, + "Test Wt.": null, + "Yield": 277.7, + "Adj Yield": 277.7 + } + }, + { + "rank": 44, + "brand": "Dekalb", + "product": "DKC64-21RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": null, + "Yield": 263.7, + "Adj Yield": 263.7 + } + }, + { + "rank": 22, + "brand": "FS Seeds", + "product": "FS6447T", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": null, + "Yield": 287.6, + "Adj Yield": 287.6 + } + }, + { + "rank": 29, + "brand": "FS Seeds", + "product": "FS6432PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": null, + "Yield": 279.1, + "Adj Yield": 279.1 + } + }, + { + "rank": 47, + "brand": "NK Brand", + "product": "NK1480-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": null, + "Yield": 256.8, + "Adj Yield": 256.8 + } + }, + { + "rank": 37, + "brand": "Dekalb", + "product": "DKC65-95RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.3, + "Test Wt.": null, + "Yield": 274.0, + "Adj Yield": 274.0 + } + }, + { + "rank": 30, + "brand": "FS Seeds", + "product": "FS6595VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": null, + "Yield": 278.7, + "Adj Yield": 278.7 + } + }, + { + "rank": 4, + "brand": "FS Seeds", + "product": "FS6545VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": null, + "Yield": 303.7, + "Adj Yield": 303.7 + } + }, + { + "rank": 14, + "brand": "NK Brand", + "product": "NK1523-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 25.0, + "Test Wt.": null, + "Yield": 294.6, + "Adj Yield": 294.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.3, + "Test Wt.": null, + "Yield": 310.9, + "Adj Yield": 310.9 + } + }, + { + "rank": 35, + "brand": "Dekalb", + "product": "DKC66-18RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.2, + "Test Wt.": null, + "Yield": 276.2, + "Adj Yield": 276.2 + } + }, + { + "rank": 23, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 25.0, + "Test Wt.": null, + "Yield": 286.1, + "Adj Yield": 286.1 + } + }, + { + "rank": 43, + "brand": "FS Seeds", + "product": "FS6627TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 23.8, + "Test Wt.": null, + "Yield": 265.0, + "Adj Yield": 265.0 + } + }, + { + "rank": 30, + "brand": "Dekalb", + "product": "DKC117-78RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": null, + "Yield": 278.7, + "Adj Yield": 278.7 + } + }, + { + "rank": 20, + "brand": "FS Seeds", + "product": "FS6747T", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.5, + "Test Wt.": null, + "Yield": 288.7, + "Adj Yield": 288.7 + } + }, + { + "rank": 39, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": null, + "Yield": 271.7, + "Adj Yield": 271.7 + } + }, + { + "rank": 48, + "brand": "FS Seeds", + "product": "FS5935XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": null, + "Yield": 252.5, + "Adj Yield": 252.5 + } + } + ], + "n_results": 50, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144660" + ], + "fetched_at": "2026-05-27T02:20:47.306264+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144660.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144660.md new file mode 100644 index 00000000..40ee315f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144660.md @@ -0,0 +1,80 @@ +# Corn yield trial — Galesburg, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Knox +- **City:** Galesburg +- **Year:** 2024 +- **Plot ID:** 144660 +- **Cooperator:** West Central FS +- **Plot average:** 283.11 BU/Ac +- **Planted:** 2024-05-02 +- **Harvested:** 2024-09-25 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 3 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144660 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 45 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 19.0 | - | 262.9 | 262.9 | +| 10 | Brevant Seeds | B08R32V | Vorceed | - | 18.9 | - | 299.2 | 299.2 | +| 8 | FS Seeds | FS5835VRIB | VT2RIB | - | 19.0 | - | 301.6 | 301.6 | +| 28 | FS Seeds | FS5845PRIB | SSPRIB | - | 19.0 | - | 280.3 | 280.3 | +| 46 | FS Seeds | FS5935XRIB | STXRIB | - | 18.9 | - | 261.4 | 261.4 | +| 17 | FS Seeds | FS5949PC | PCE | - | 19.5 | - | 293.4 | 293.4 | +| 36 | FS Seeds | FS5947T | Unknown | - | 19.2 | - | 276.0 | 276.0 | +| 40 | Dekalb | DKC110-10RIB | STXRIB | - | 20.1 | - | 269.3 | 269.3 | +| 16 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 20.1 | - | 293.7 | 293.7 | +| 50 | FS Seeds | FS6025XRIB | STXRIB | - | 21.1 | - | 245.1 | 245.1 | +| 9 | FS Seeds | FS6042FRIB | VT4Pro | - | 21.7 | - | 300.5 | 300.5 | +| 32 | FS Seeds | FS6017VT2RIB | VT2RIB | - | 21.2 | - | 277.9 | 277.9 | +| 38 | NK Brand | NK1040-AA | 3120EZ | - | 21.0 | - | 272.5 | 272.5 | +| 41 | NK Brand | NK1056-V | 3220 | - | 20.1 | - | 269.2 | 269.2 | +| 18 | AgriGold | A641-85STXRIB | STXRIB | - | 20.3 | - | 291.1 | 291.1 | +| 7 | Brevant Seeds | B11M47V | Vorceed | - | 21.2 | - | 301.7 | 301.7 | +| 1 | FS Seeds | FS6137PC | PWE | - | 20.1 | - | 312.1 | 312.1 | +| 27 | FS Seeds | FS6133VDGRIB | DGVT2PRIB | - | 22.4 | - | 281.3 | 281.3 | +| 6 | NK Brand | NK1188-AA | 3120 | - | 22.1 | - | 302.8 | 302.8 | +| 3 | AgriGold | A642-32VT2PRO | VT2Pro | - | 21.3 | - | 305.8 | 305.8 | +| 21 | AgriGold | A642-18SSP | SSP | - | 22.0 | - | 288.2 | 288.2 | +| 11 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 21.6 | - | 298.5 | 298.5 | +| 12 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 22.4 | - | 298.3 | 298.3 | +| 26 | FS Seeds | FS6245VRIB | VT2RIB | - | 22.0 | - | 282.7 | 282.7 | +| 42 | FS Seeds | FS5935XRIB | STXRIB | - | 22.0 | - | 268.7 | 268.7 | +| 34 | FS Seeds | FS6248V | Unknown | - | 21.5 | - | 276.8 | 276.8 | +| 5 | NK Brand | NK1228-AA | 3220 | - | 20.5 | - | 302.9 | 302.9 | +| 25 | Brevant Seeds | B13K20Q | QROME | - | 22.4 | - | 285.2 | 285.2 | +| 13 | FS Seeds | FS6349PC | PCE | - | 22.9 | - | 295.6 | 295.6 | +| 19 | FS Seeds | FS6395VDGRIB | DGVT2PRIB | - | 23.5 | - | 288.9 | 288.9 | +| 24 | NK Brand | NK1307-DV | 5222 | - | 23.6 | - | 285.9 | 285.9 | +| 15 | AgriGold | A644-64VT2RIB | VT2RIB | - | 23.2 | - | 294.2 | 294.2 | +| 49 | Brevant Seeds | B14H38AM | AM | - | 24.0 | - | 246.1 | 246.1 | +| 33 | Dekalb | DKC114-99RIB | VT4RIB | - | 23.8 | - | 277.7 | 277.7 | +| 44 | Dekalb | DKC64-21RIB | STXRIB | - | 22.9 | - | 263.7 | 263.7 | +| 22 | FS Seeds | FS6447T | Trecepta | - | 21.5 | - | 287.6 | 287.6 | +| 29 | FS Seeds | FS6432PRIB | SSPRIB | - | 22.8 | - | 279.1 | 279.1 | +| 47 | NK Brand | NK1480-DV | 5222EZ | - | 22.3 | - | 256.8 | 256.8 | +| 37 | Dekalb | DKC65-95RIB | VT2RIB | - | 23.3 | - | 274.0 | 274.0 | +| 30 | FS Seeds | FS6595VRIB | VT2RIB | - | 22.3 | - | 278.7 | 278.7 | +| 4 | FS Seeds | FS6545VRIB | VT2RIB | - | 23.2 | - | 303.7 | 303.7 | +| 14 | NK Brand | NK1523-V | 3220 | - | 25.0 | - | 294.6 | 294.6 | +| 2 | AgriGold | A646-30VT2RIB | VT2RIB | - | 25.3 | - | 310.9 | 310.9 | +| 35 | Dekalb | DKC66-18RIB | VT2RIB | - | 25.2 | - | 276.2 | 276.2 | +| 23 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 25.0 | - | 286.1 | 286.1 | +| 43 | FS Seeds | FS6627TRERIB | TreceptaRIB | - | 23.8 | - | 265.0 | 265.0 | +| 30 | Dekalb | DKC117-78RIB | VT2RIB | - | 22.7 | - | 278.7 | 278.7 | +| 20 | FS Seeds | FS6747T | TreceptaRIB | - | 24.5 | - | 288.7 | 288.7 | +| 39 | Dekalb | DKC68-35RIB | VT2RIB | - | 24.2 | - | 271.7 | 271.7 | +| 48 | FS Seeds | FS5935XRIB | STXRIB | - | 21.5 | - | 252.5 | 252.5 | + +Top 5 by Yield: FS6137PC (FS Seeds) 312.1, A646-30VT2RIB (AgriGold) 310.9, A642-32VT2PRO (AgriGold) 305.8, FS6545VRIB (FS Seeds) 303.7, NK1228-AA (NK Brand) 302.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144661.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144661.json new file mode 100644 index 00000000..216b6cf5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144661.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144661", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Galesburg", + "county": "Knox", + "year": 2024, + "plot_id": "144661", + "cooperator": "West Central FS", + "plot_average": 282.03, + "planted_date": "2024-05-16", + "harvested_date": "2024-09-25", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 2, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "FS Seeds", + "product": "FS5935XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": null, + "Yield": 279.2, + "Adj Yield": 279.2 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": null, + "Yield": 299.5, + "Adj Yield": 299.5 + } + }, + { + "rank": 8, + "brand": "NK Brand", + "product": "NK1040-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 262.5, + "Adj Yield": 262.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": null, + "Yield": 331.5, + "Adj Yield": 331.5 + } + }, + { + "rank": 5, + "brand": "FS Seeds", + "product": "FS5935XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": null, + "Yield": 293.8, + "Adj Yield": 293.8 + } + }, + { + "rank": 2, + "brand": "FS Seeds", + "product": "FS6349PC", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": null, + "Yield": 321.6, + "Adj Yield": 321.6 + } + }, + { + "rank": 3, + "brand": "Brevant Seeds", + "product": "B14H38AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": null, + "Yield": 301.7, + "Adj Yield": 301.7 + } + }, + { + "rank": 6, + "brand": "FS Seeds", + "product": "FS6432PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 23.8, + "Test Wt.": null, + "Yield": 280.7, + "Adj Yield": 280.7 + } + }, + { + "rank": 9, + "brand": "FS Seeds", + "product": "FS6545VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.3, + "Test Wt.": null, + "Yield": 248.9, + "Adj Yield": 248.9 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 25.3, + "Test Wt.": null, + "Yield": 242.1, + "Adj Yield": 242.1 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.3, + "Test Wt.": null, + "Yield": 240.8, + "Adj Yield": 240.8 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144661" + ], + "fetched_at": "2026-05-27T02:20:47.786673+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144661.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144661.md new file mode 100644 index 00000000..fa47d902 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144661.md @@ -0,0 +1,41 @@ +# Corn yield trial — Galesburg, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Knox +- **City:** Galesburg +- **Year:** 2024 +- **Plot ID:** 144661 +- **Cooperator:** West Central FS +- **Plot average:** 282.03 BU/Ac +- **Planted:** 2024-05-16 +- **Harvested:** 2024-09-25 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 2 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144661 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | FS Seeds | FS5935XRIB | STXRIB | - | 20.1 | - | 279.2 | 279.2 | +| 4 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 20.8 | - | 299.5 | 299.5 | +| 8 | NK Brand | NK1040-AA | 3120EZ | - | 21.3 | - | 262.5 | 262.5 | +| 1 | AgriGold | A642-18SSP | SSP | - | 22.3 | - | 331.5 | 331.5 | +| 5 | FS Seeds | FS5935XRIB | STXRIB | - | 23.0 | - | 293.8 | 293.8 | +| 2 | FS Seeds | FS6349PC | PCE | - | 24.0 | - | 321.6 | 321.6 | +| 3 | Brevant Seeds | B14H38AM | AM | - | 24.1 | - | 301.7 | 301.7 | +| 6 | FS Seeds | FS6432PRIB | SSPRIB | - | 23.8 | - | 280.7 | 280.7 | +| 9 | FS Seeds | FS6545VRIB | VT2RIB | - | 25.3 | - | 248.9 | 248.9 | +| 10 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 25.3 | - | 242.1 | 242.1 | +| 11 | Dekalb | DKC68-35RIB | VT2RIB | - | 24.3 | - | 240.8 | 240.8 | + +Top 5 by Yield: A642-18SSP (AgriGold) 331.5, FS6349PC (FS Seeds) 321.6, B14H38AM (Brevant Seeds) 301.7, DKC110-41RIB (Dekalb) 299.5, FS5935XRIB (FS Seeds) 293.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144663.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144663.json new file mode 100644 index 00000000..85b161ad --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144663.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144663", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Galesburg", + "county": "Knox", + "year": 2024, + "plot_id": "144663", + "cooperator": "West Central FS", + "plot_average": 295.53, + "planted_date": "2024-05-16", + "harvested_date": "2024-09-25", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 2, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 10, + "brand": "FS Seeds", + "product": "FS5935XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 287.9, + "Adj Yield": 287.9 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": null, + "Yield": 297.0, + "Adj Yield": 297.0 + } + }, + { + "rank": 11, + "brand": "NK Brand", + "product": "NK1040-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": null, + "Yield": 265.9, + "Adj Yield": 265.9 + } + }, + { + "rank": 3, + "brand": "FS Seeds", + "product": "FS6137PC", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 25.0, + "Test Wt.": null, + "Yield": 317.3, + "Adj Yield": 317.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": null, + "Yield": 323.6, + "Adj Yield": 323.6 + } + }, + { + "rank": 9, + "brand": "FS Seeds", + "product": "FS5935XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": null, + "Yield": 288.4, + "Adj Yield": 288.4 + } + }, + { + "rank": 1, + "brand": "FS Seeds", + "product": "FS6349PC", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 23.9, + "Test Wt.": null, + "Yield": 330.8, + "Adj Yield": 330.8 + } + }, + { + "rank": 4, + "brand": "Brevant Seeds", + "product": "B14H38AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 25.0, + "Test Wt.": null, + "Yield": 315.4, + "Adj Yield": 315.4 + } + }, + { + "rank": 7, + "brand": "FS Seeds", + "product": "FS6432PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": null, + "Yield": 291.3, + "Adj Yield": 291.3 + } + }, + { + "rank": 8, + "brand": "FS Seeds", + "product": "FS6545VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.0, + "Test Wt.": null, + "Yield": 289.0, + "Adj Yield": 289.0 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 25.5, + "Test Wt.": null, + "Yield": 243.0, + "Adj Yield": 243.0 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.0, + "Test Wt.": null, + "Yield": 296.8, + "Adj Yield": 296.8 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144663" + ], + "fetched_at": "2026-05-27T02:20:48.295456+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144663.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144663.md new file mode 100644 index 00000000..56bbed0c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144663.md @@ -0,0 +1,42 @@ +# Corn yield trial — Galesburg, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Knox +- **City:** Galesburg +- **Year:** 2024 +- **Plot ID:** 144663 +- **Cooperator:** West Central FS +- **Plot average:** 295.53 BU/Ac +- **Planted:** 2024-05-16 +- **Harvested:** 2024-09-25 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 2 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144663 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 10 | FS Seeds | FS5935XRIB | STXRIB | - | 19.0 | - | 287.9 | 287.9 | +| 5 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 20.7 | - | 297.0 | 297.0 | +| 11 | NK Brand | NK1040-AA | 3120EZ | - | 21.7 | - | 265.9 | 265.9 | +| 3 | FS Seeds | FS6137PC | PWE | - | 25.0 | - | 317.3 | 317.3 | +| 2 | AgriGold | A642-18SSP | SSP | - | 21.9 | - | 323.6 | 323.6 | +| 9 | FS Seeds | FS5935XRIB | STXRIB | - | 22.5 | - | 288.4 | 288.4 | +| 1 | FS Seeds | FS6349PC | PCE | - | 23.9 | - | 330.8 | 330.8 | +| 4 | Brevant Seeds | B14H38AM | AM | - | 25.0 | - | 315.4 | 315.4 | +| 7 | FS Seeds | FS6432PRIB | SSPRIB | - | 22.5 | - | 291.3 | 291.3 | +| 8 | FS Seeds | FS6545VRIB | VT2RIB | - | 25.0 | - | 289.0 | 289.0 | +| 12 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 25.5 | - | 243.0 | 243.0 | +| 6 | Dekalb | DKC68-35RIB | VT2RIB | - | 25.0 | - | 296.8 | 296.8 | + +Top 5 by Yield: FS6349PC (FS Seeds) 330.8, A642-18SSP (AgriGold) 323.6, FS6137PC (FS Seeds) 317.3, B14H38AM (Brevant Seeds) 315.4, DKC110-41RIB (Dekalb) 297.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144664.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144664.json new file mode 100644 index 00000000..66299d40 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144664.json @@ -0,0 +1,673 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144664", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Galesburg", + "county": "Knox", + "year": 2024, + "plot_id": "144664", + "cooperator": "West Central FS", + "plot_average": 284.7, + "planted_date": "2024-05-02", + "harvested_date": "2024-09-25", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 3, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 45, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 258.0, + "Adj Yield": 258.0 + } + }, + { + "rank": 34, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 276.8, + "Adj Yield": 276.8 + } + }, + { + "rank": 33, + "brand": "FS Seeds", + "product": "FS5835VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": null, + "Yield": 276.9, + "Adj Yield": 276.9 + } + }, + { + "rank": 20, + "brand": "FS Seeds", + "product": "FS5845PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 287.6, + "Adj Yield": 287.6 + } + }, + { + "rank": 48, + "brand": "FS Seeds", + "product": "FS5935XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 245.8, + "Adj Yield": 245.8 + } + }, + { + "rank": 27, + "brand": "FS Seeds", + "product": "FS5949PC", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 282.9, + "Adj Yield": 282.9 + } + }, + { + "rank": 41, + "brand": "FS Seeds", + "product": "FS5947T", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 266.1, + "Adj Yield": 266.1 + } + }, + { + "rank": 21, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": null, + "Yield": 286.6, + "Adj Yield": 286.6 + } + }, + { + "rank": 19, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": null, + "Yield": 290.8, + "Adj Yield": 290.8 + } + }, + { + "rank": 43, + "brand": "FS Seeds", + "product": "FS6025XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": null, + "Yield": 261.1, + "Adj Yield": 261.1 + } + }, + { + "rank": 13, + "brand": "FS Seeds", + "product": "FS6042FRIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": null, + "Yield": 300.7, + "Adj Yield": 300.7 + } + }, + { + "rank": 26, + "brand": "FS Seeds", + "product": "FS6017VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": null, + "Yield": 283.4, + "Adj Yield": 283.4 + } + }, + { + "rank": 37, + "brand": "NK Brand", + "product": "NK1040-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": null, + "Yield": 269.8, + "Adj Yield": 269.8 + } + }, + { + "rank": 35, + "brand": "NK Brand", + "product": "NK1056-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": null, + "Yield": 272.9, + "Adj Yield": 272.9 + } + }, + { + "rank": 31, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": null, + "Yield": 277.7, + "Adj Yield": 277.7 + } + }, + { + "rank": 1, + "brand": "Brevant Seeds", + "product": "B11M47V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": null, + "Yield": 328.2, + "Adj Yield": 328.2 + } + }, + { + "rank": 2, + "brand": "FS Seeds", + "product": "FS6137PC", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": null, + "Yield": 327.9, + "Adj Yield": 327.9 + } + }, + { + "rank": 28, + "brand": "FS Seeds", + "product": "FS6133VDGRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": null, + "Yield": 278.8, + "Adj Yield": 278.8 + } + }, + { + "rank": 5, + "brand": "NK Brand", + "product": "NK1188-AA", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 315.7, + "Adj Yield": 315.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": null, + "Yield": 319.3, + "Adj Yield": 319.3 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": null, + "Yield": 299.8, + "Adj Yield": 299.8 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": null, + "Yield": 295.9, + "Adj Yield": 295.9 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": null, + "Yield": 307.3, + "Adj Yield": 307.3 + } + }, + { + "rank": 24, + "brand": "FS Seeds", + "product": "FS6245VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": null, + "Yield": 284.8, + "Adj Yield": 284.8 + } + }, + { + "rank": 39, + "brand": "FS Seeds", + "product": "FS5935XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": null, + "Yield": 268.4, + "Adj Yield": 268.4 + } + }, + { + "rank": 42, + "brand": "FS Seeds", + "product": "FS6248V", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": null, + "Yield": 261.8, + "Adj Yield": 261.8 + } + }, + { + "rank": 32, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": null, + "Yield": 277.6, + "Adj Yield": 277.6 + } + }, + { + "rank": 15, + "brand": "Brevant Seeds", + "product": "B13K20Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": null, + "Yield": 297.2, + "Adj Yield": 297.2 + } + }, + { + "rank": 6, + "brand": "FS Seeds", + "product": "FS6349PC", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": null, + "Yield": 315.1, + "Adj Yield": 315.1 + } + }, + { + "rank": 11, + "brand": "FS Seeds", + "product": "FS6395VDGRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": null, + "Yield": 304.0, + "Adj Yield": 304.0 + } + }, + { + "rank": 17, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 23.5, + "Test Wt.": null, + "Yield": 292.2, + "Adj Yield": 292.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.6, + "Test Wt.": null, + "Yield": 308.5, + "Adj Yield": 308.5 + } + }, + { + "rank": 18, + "brand": "Brevant Seeds", + "product": "B14H38AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": null, + "Yield": 291.0, + "Adj Yield": 291.0 + } + }, + { + "rank": 47, + "brand": "Dekalb", + "product": "DKC64-21RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": null, + "Yield": 249.9, + "Adj Yield": 249.9 + } + }, + { + "rank": 49, + "brand": "FS Seeds", + "product": "FS6447T", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 212.5, + "Adj Yield": 212.5 + } + }, + { + "rank": 38, + "brand": "FS Seeds", + "product": "FS6432PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": null, + "Yield": 269.2, + "Adj Yield": 269.2 + } + }, + { + "rank": 30, + "brand": "NK Brand", + "product": "NK1480-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 23.3, + "Test Wt.": null, + "Yield": 278.1, + "Adj Yield": 278.1 + } + }, + { + "rank": 25, + "brand": "Dekalb", + "product": "DKC65-95RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.3, + "Test Wt.": null, + "Yield": 283.7, + "Adj Yield": 283.7 + } + }, + { + "rank": 12, + "brand": "FS Seeds", + "product": "FS6595VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.8, + "Test Wt.": null, + "Yield": 303.0, + "Adj Yield": 303.0 + } + }, + { + "rank": 44, + "brand": "FS Seeds", + "product": "FS6545VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.5, + "Test Wt.": null, + "Yield": 259.8, + "Adj Yield": 259.8 + } + }, + { + "rank": 23, + "brand": "NK Brand", + "product": "NK1523-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 25.0, + "Test Wt.": null, + "Yield": 286.1, + "Adj Yield": 286.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.2, + "Test Wt.": null, + "Yield": 312.1, + "Adj Yield": 312.1 + } + }, + { + "rank": 29, + "brand": "Dekalb", + "product": "DKC66-18RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.0, + "Test Wt.": null, + "Yield": 278.4, + "Adj Yield": 278.4 + } + }, + { + "rank": 21, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 25.1, + "Test Wt.": null, + "Yield": 286.6, + "Adj Yield": 286.6 + } + }, + { + "rank": 40, + "brand": "FS Seeds", + "product": "FS6627TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": null, + "Yield": 267.0, + "Adj Yield": 267.0 + } + }, + { + "rank": 36, + "brand": "Dekalb", + "product": "DKC117-78RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": null, + "Yield": 271.2, + "Adj Yield": 271.2 + } + }, + { + "rank": 4, + "brand": "FS Seeds", + "product": "FS6747T", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.5, + "Test Wt.": null, + "Yield": 316.2, + "Adj Yield": 316.2 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.3, + "Test Wt.": null, + "Yield": 312.2, + "Adj Yield": 312.2 + } + }, + { + "rank": 46, + "brand": "FS Seeds", + "product": "FS5935XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": null, + "Yield": 253.8, + "Adj Yield": 253.8 + } + } + ], + "n_results": 49, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144664" + ], + "fetched_at": "2026-05-27T02:20:48.820342+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144664.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144664.md new file mode 100644 index 00000000..0a0c1d5b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144664.md @@ -0,0 +1,79 @@ +# Corn yield trial — Galesburg, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Knox +- **City:** Galesburg +- **Year:** 2024 +- **Plot ID:** 144664 +- **Cooperator:** West Central FS +- **Plot average:** 284.7 BU/Ac +- **Planted:** 2024-05-02 +- **Harvested:** 2024-09-25 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 3 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144664 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 45 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 19.0 | - | 258.0 | 258.0 | +| 34 | Brevant Seeds | B08R32V | Vorceed | - | 19.0 | - | 276.8 | 276.8 | +| 33 | FS Seeds | FS5835VRIB | VT2RIB | - | 19.5 | - | 276.9 | 276.9 | +| 20 | FS Seeds | FS5845PRIB | SSPRIB | - | 19.0 | - | 287.6 | 287.6 | +| 48 | FS Seeds | FS5935XRIB | STXRIB | - | 19.1 | - | 245.8 | 245.8 | +| 27 | FS Seeds | FS5949PC | PCE | - | 21.3 | - | 282.9 | 282.9 | +| 41 | FS Seeds | FS5947T | Unknown | - | 20.2 | - | 266.1 | 266.1 | +| 21 | Dekalb | DKC110-10RIB | STXRIB | - | 19.9 | - | 286.6 | 286.6 | +| 19 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 19.4 | - | 290.8 | 290.8 | +| 43 | FS Seeds | FS6025XRIB | STXRIB | - | 20.8 | - | 261.1 | 261.1 | +| 13 | FS Seeds | FS6042FRIB | VT4Pro | - | 21.5 | - | 300.7 | 300.7 | +| 26 | FS Seeds | FS6017VT2RIB | VT2RIB | - | 21.2 | - | 283.4 | 283.4 | +| 37 | NK Brand | NK1040-AA | 3120EZ | - | 21.0 | - | 269.8 | 269.8 | +| 35 | NK Brand | NK1056-V | 3220 | - | 21.5 | - | 272.9 | 272.9 | +| 31 | AgriGold | A641-85STXRIB | STXRIB | - | 22.0 | - | 277.7 | 277.7 | +| 1 | Brevant Seeds | B11M47V | Vorceed | - | 22.0 | - | 328.2 | 328.2 | +| 2 | FS Seeds | FS6137PC | PWE | - | 21.0 | - | 327.9 | 327.9 | +| 28 | FS Seeds | FS6133VDGRIB | DGVT2PRIB | - | 23.4 | - | 278.8 | 278.8 | +| 5 | NK Brand | NK1188-AA | 3120 | - | 21.3 | - | 315.7 | 315.7 | +| 3 | AgriGold | A642-32VT2PRO | VT2Pro | - | 22.3 | - | 319.3 | 319.3 | +| 14 | AgriGold | A642-18SSP | SSP | - | 22.1 | - | 299.8 | 299.8 | +| 16 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 22.4 | - | 295.9 | 295.9 | +| 10 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 22.4 | - | 307.3 | 307.3 | +| 24 | FS Seeds | FS6245VRIB | VT2RIB | - | 21.1 | - | 284.8 | 284.8 | +| 39 | FS Seeds | FS5935XRIB | STXRIB | - | 22.0 | - | 268.4 | 268.4 | +| 42 | FS Seeds | FS6248V | Unknown | - | 22.5 | - | 261.8 | 261.8 | +| 32 | NK Brand | NK1228-AA | 3220 | - | 21.5 | - | 277.6 | 277.6 | +| 15 | Brevant Seeds | B13K20Q | QROME | - | 22.5 | - | 297.2 | 297.2 | +| 6 | FS Seeds | FS6349PC | PCE | - | 22.9 | - | 315.1 | 315.1 | +| 11 | FS Seeds | FS6395VDGRIB | DGVT2PRIB | - | 23.1 | - | 304.0 | 304.0 | +| 17 | NK Brand | NK1307-DV | 5222 | - | 23.5 | - | 292.2 | 292.2 | +| 9 | AgriGold | A644-64VT2RIB | VT2RIB | - | 23.6 | - | 308.5 | 308.5 | +| 18 | Brevant Seeds | B14H38AM | AM | - | 24.1 | - | 291.0 | 291.0 | +| 47 | Dekalb | DKC64-21RIB | STXRIB | - | 22.8 | - | 249.9 | 249.9 | +| 49 | FS Seeds | FS6447T | Trecepta | - | 21.3 | - | 212.5 | 212.5 | +| 38 | FS Seeds | FS6432PRIB | SSPRIB | - | 22.7 | - | 269.2 | 269.2 | +| 30 | NK Brand | NK1480-DV | 5222EZ | - | 23.3 | - | 278.1 | 278.1 | +| 25 | Dekalb | DKC65-95RIB | VT2RIB | - | 23.3 | - | 283.7 | 283.7 | +| 12 | FS Seeds | FS6595VRIB | VT2RIB | - | 23.8 | - | 303.0 | 303.0 | +| 44 | FS Seeds | FS6545VRIB | VT2RIB | - | 24.5 | - | 259.8 | 259.8 | +| 23 | NK Brand | NK1523-V | 3220 | - | 25.0 | - | 286.1 | 286.1 | +| 8 | AgriGold | A646-30VT2RIB | VT2RIB | - | 25.2 | - | 312.1 | 312.1 | +| 29 | Dekalb | DKC66-18RIB | VT2RIB | - | 25.0 | - | 278.4 | 278.4 | +| 21 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 25.1 | - | 286.6 | 286.6 | +| 40 | FS Seeds | FS6627TRERIB | TreceptaRIB | - | 24.0 | - | 267.0 | 267.0 | +| 36 | Dekalb | DKC117-78RIB | VT2RIB | - | 22.5 | - | 271.2 | 271.2 | +| 4 | FS Seeds | FS6747T | TreceptaRIB | - | 24.5 | - | 316.2 | 316.2 | +| 7 | Dekalb | DKC68-35RIB | VT2RIB | - | 24.3 | - | 312.2 | 312.2 | +| 46 | FS Seeds | FS5935XRIB | STXRIB | - | 22.3 | - | 253.8 | 253.8 | + +Top 5 by Yield: B11M47V (Brevant Seeds) 328.2, FS6137PC (FS Seeds) 327.9, A642-32VT2PRO (AgriGold) 319.3, FS6747T (FS Seeds) 316.2, NK1188-AA (NK Brand) 315.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144667.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144667.json new file mode 100644 index 00000000..4ba8d2ec --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144667.json @@ -0,0 +1,335 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144667", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Forreston", + "county": "Ogle", + "year": 2024, + "plot_id": "144667", + "cooperator": "Forreston FFA", + "plot_average": 241.19, + "planted_date": "2024-05-17", + "harvested_date": "2024-10-29", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 12, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Pioneer", + "product": "P08527V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.0, + "Yield": 250.3, + "Adj Yield": 250.3 + } + }, + { + "rank": 4, + "brand": "Burrus", + "product": "6U77SSP", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 60.5, + "Yield": 252.2, + "Adj Yield": 252.2 + } + }, + { + "rank": 12, + "brand": "Burrus", + "product": "4P27VE", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 60.0, + "Yield": 239.7, + "Adj Yield": 239.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 60.0, + "Yield": 240.8, + "Adj Yield": 240.8 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 57.5, + "Yield": 232.2, + "Adj Yield": 232.2 + } + }, + { + "rank": 11, + "brand": "Wyffels", + "product": "W5086RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 59.0, + "Yield": 240.1, + "Adj Yield": 240.1 + } + }, + { + "rank": 9, + "brand": "Wyffels", + "product": "W8108RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 59.0, + "Yield": 244.9, + "Adj Yield": 244.9 + } + }, + { + "rank": null, + "brand": "Pioneer", + "product": "P08527V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 58.0, + "Yield": 261.8, + "Adj Yield": 261.8 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.0, + "Yield": 258.6, + "Adj Yield": 258.6 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P09312V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 58.0, + "Yield": 246.9, + "Adj Yield": 246.9 + } + }, + { + "rank": 14, + "brand": "Pioneer", + "product": "P10477V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 59.0, + "Yield": 238.5, + "Adj Yield": 238.5 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 60.0, + "Yield": 250.7, + "Adj Yield": 250.7 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 58.0, + "Yield": 224.8, + "Adj Yield": 224.8 + } + }, + { + "rank": 16, + "brand": "Becks", + "product": "6041Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 58.0, + "Yield": 225.2, + "Adj Yield": 225.2 + } + }, + { + "rank": 1, + "brand": "Becks", + "product": "6485SX", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.0, + "Yield": 261.6, + "Adj Yield": 261.6 + } + }, + { + "rank": null, + "brand": "Pioneer", + "product": "P08527V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 58.0, + "Yield": 262.8, + "Adj Yield": 262.8 + } + }, + { + "rank": 7, + "brand": "Brevant Seeds", + "product": "B04J45V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 58.0, + "Yield": 247.0, + "Adj Yield": 247.0 + } + }, + { + "rank": 18, + "brand": "Brevant Seeds", + "product": "B10Y21V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 58.0, + "Yield": 223.5, + "Adj Yield": 223.5 + } + }, + { + "rank": 19, + "brand": "Channel", + "product": "204-54SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 60.0, + "Yield": 215.4, + "Adj Yield": 215.4 + } + }, + { + "rank": 13, + "brand": "Channel", + "product": "211-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 58.0, + "Yield": 239.6, + "Adj Yield": 239.6 + } + }, + { + "rank": 3, + "brand": "Channel", + "product": "209-25SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 58.5, + "Yield": 253.6, + "Adj Yield": 253.6 + } + }, + { + "rank": 6, + "brand": "Channel", + "product": "205-08SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 60.0, + "Yield": 247.3, + "Adj Yield": 247.3 + } + }, + { + "rank": null, + "brand": "Pioneer", + "product": "P08527V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 58.5, + "Yield": 240.6, + "Adj Yield": 240.6 + } + } + ], + "n_results": 23, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144667" + ], + "fetched_at": "2026-05-27T02:20:49.268556+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144667.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144667.md new file mode 100644 index 00000000..7839b6f4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144667.md @@ -0,0 +1,53 @@ +# Corn yield trial — Forreston, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Ogle +- **City:** Forreston +- **Year:** 2024 +- **Plot ID:** 144667 +- **Cooperator:** Forreston FFA +- **Plot average:** 241.19 BU/Ac +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-29 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 12 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144667 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Pioneer | P08527V | Vorceed | - | 17.0 | 57.0 | 250.3 | 250.3 | +| 4 | Burrus | 6U77SSP | SSPRIB | - | 16.6 | 60.5 | 252.2 | 252.2 | +| 12 | Burrus | 4P27VE | Vorceed | - | 17.3 | 60.0 | 239.7 | 239.7 | +| 10 | AgriGold | A640-12STXRIB | STXRIB | - | 16.7 | 60.0 | 240.8 | 240.8 | +| 15 | AgriGold | A641-85STXRIB | STXRIB | - | 16.9 | 57.5 | 232.2 | 232.2 | +| 11 | Wyffels | W5086RIB | VT2RIB | - | 17.1 | 59.0 | 240.1 | 240.1 | +| 9 | Wyffels | W8108RIB | STXRIB | - | 17.0 | 59.0 | 244.9 | 244.9 | +| - | Pioneer | P08527V | Vorceed | - | 17.8 | 58.0 | 261.8 | 261.8 | +| 2 | Pioneer | P14830Q | QROME | - | 16.8 | 58.0 | 258.6 | 258.6 | +| 8 | Pioneer | P09312V | Vorceed | - | 17.4 | 58.0 | 246.9 | 246.9 | +| 14 | Pioneer | P10477V | Vorceed | - | 18.2 | 59.0 | 238.5 | 238.5 | +| 5 | Dekalb | DKC114-42RIB | SSPRIB | - | 16.6 | 60.0 | 250.7 | 250.7 | +| 17 | Dekalb | DKC110-10RIB | STXRIB | - | 17.7 | 58.0 | 224.8 | 224.8 | +| 16 | Becks | 6041Q | QROME | - | 19.3 | 58.0 | 225.2 | 225.2 | +| 1 | Becks | 6485SX | STXRIB | - | 16.1 | 59.0 | 261.6 | 261.6 | +| - | Pioneer | P08527V | Vorceed | - | 15.6 | 58.0 | 262.8 | 262.8 | +| 7 | Brevant Seeds | B04J45V | Vorceed | - | 15.9 | 58.0 | 247.0 | 247.0 | +| 18 | Brevant Seeds | B10Y21V | Vorceed | - | 15.6 | 58.0 | 223.5 | 223.5 | +| 19 | Channel | 204-54SSPRIB | SSPRIB | - | 17.7 | 60.0 | 215.4 | 215.4 | +| 13 | Channel | 211-42SSPRIB | SSPRIB | - | 15.3 | 58.0 | 239.6 | 239.6 | +| 3 | Channel | 209-25SSPRIB | SSPRIB | - | 15.6 | 58.5 | 253.6 | 253.6 | +| 6 | Channel | 205-08SSPRIB | SSPRIB | - | 15.9 | 60.0 | 247.3 | 247.3 | +| - | Pioneer | P08527V | Vorceed | - | 15.7 | 58.5 | 240.6 | 240.6 | + +Top 5 by Yield: P08527V (Pioneer) 262.8, P08527V (Pioneer) 261.8, 6485SX (Becks) 261.6, P14830Q (Pioneer) 258.6, 209-25SSPRIB (Channel) 253.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144683.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144683.json new file mode 100644 index 00000000..7b919795 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144683.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144683", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Byron", + "county": "Ogle", + "year": 2024, + "plot_id": "144683", + "cooperator": "Colton & Shawn Winterton", + "plot_average": 280.51, + "planted_date": "2024-05-13", + "harvested_date": "2024-10-18", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silty Clay Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 10, + "brand": "Stine", + "product": "9808-20", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 54.9, + "Yield": 279.7, + "Adj Yield": 279.7 + } + }, + { + "rank": 14, + "brand": "Stine", + "product": "9753-20VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 55.4, + "Yield": 271.4, + "Adj Yield": 271.4 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 56.6, + "Yield": 299.5, + "Adj Yield": 299.5 + } + }, + { + "rank": 15, + "brand": "Stine", + "product": "9818-32N", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 55.3, + "Yield": 262.5, + "Adj Yield": 262.5 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 57.2, + "Yield": 285.5, + "Adj Yield": 285.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 55.1, + "Yield": 280.4, + "Adj Yield": 280.4 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P13777V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 55.0, + "Yield": 296.7, + "Adj Yield": 296.7 + } + }, + { + "rank": 1, + "brand": "Stine", + "product": "9754-20", + "traits": "DGVT2PRO", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 57.9, + "Yield": 303.1, + "Adj Yield": 303.1 + } + }, + { + "rank": 6, + "brand": "Stine", + "product": "9752-32", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 55.5, + "Yield": 287.4, + "Adj Yield": 287.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 57.3, + "Yield": 284.8, + "Adj Yield": 284.8 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P1108Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 57.0, + "Yield": 294.1, + "Adj Yield": 294.1 + } + }, + { + "rank": 13, + "brand": "Stine", + "product": "9728E-20", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 57.7, + "Yield": 274.6, + "Adj Yield": 274.6 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P1027AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 58.5, + "Yield": 294.2, + "Adj Yield": 294.2 + } + }, + { + "rank": 11, + "brand": "Stine", + "product": "MX709-20", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 56.9, + "Yield": 277.3, + "Adj Yield": 277.3 + } + }, + { + "rank": 12, + "brand": "Stine", + "product": "EXP107A-20", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 56.7, + "Yield": 276.0, + "Adj Yield": 276.0 + } + }, + { + "rank": 18, + "brand": "Stine", + "product": "9660-G", + "traits": "RR", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 56.9, + "Yield": 259.9, + "Adj Yield": 259.9 + } + }, + { + "rank": 17, + "brand": "Stine", + "product": "9444-22", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 58.4, + "Yield": 260.6, + "Adj Yield": 260.6 + } + }, + { + "rank": 16, + "brand": "Stine", + "product": "9445-20V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 59.6, + "Yield": 261.5, + "Adj Yield": 261.5 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144683" + ], + "fetched_at": "2026-05-27T02:20:49.778511+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144683.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144683.md new file mode 100644 index 00000000..c4b8aca6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144683.md @@ -0,0 +1,48 @@ +# Corn yield trial — Byron, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Ogle +- **City:** Byron +- **Year:** 2024 +- **Plot ID:** 144683 +- **Cooperator:** Colton & Shawn Winterton +- **Plot average:** 280.51 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-18 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silty Clay Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144683 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 10 | Stine | 9808-20 | 3110 | - | 23.4 | 54.9 | 279.7 | 279.7 | +| 14 | Stine | 9753-20VT2PRO | VT2Pro | - | 22.1 | 55.4 | 271.4 | 271.4 | +| 2 | Pioneer | P1742Q | QROME | - | 21.9 | 56.6 | 299.5 | 299.5 | +| 15 | Stine | 9818-32N | 5222 | - | 23.4 | 55.3 | 262.5 | 262.5 | +| 7 | Pioneer | P14830Q | QROME | - | 22.1 | 57.2 | 285.5 | 285.5 | +| 9 | AgriGold | A643-24PCE | PCE | - | 21.7 | 55.1 | 280.4 | 280.4 | +| 3 | Pioneer | P13777V | Vorceed | - | 21.9 | 55.0 | 296.7 | 296.7 | +| 1 | Stine | 9754-20 | DGVT2PRO | - | 21.2 | 57.9 | 303.1 | 303.1 | +| 6 | Stine | 9752-32 | 5222EZ | - | 21.2 | 55.5 | 287.4 | 287.4 | +| 8 | AgriGold | A6499STXRIB | STXRIB | - | 20.6 | 57.3 | 284.8 | 284.8 | +| 5 | Pioneer | P1108Q | QROME | - | 21.3 | 57.0 | 294.1 | 294.1 | +| 13 | Stine | 9728E-20 | 3110 | - | 19.7 | 57.7 | 274.6 | 274.6 | +| 4 | Pioneer | P1027AM | AM | - | 19.0 | 58.5 | 294.2 | 294.2 | +| 11 | Stine | MX709-20 | 3110 | - | 19.3 | 56.9 | 277.3 | 277.3 | +| 12 | Stine | EXP107A-20 | Unknown | - | 18.9 | 56.7 | 276.0 | 276.0 | +| 18 | Stine | 9660-G | RR | - | 17.7 | 56.9 | 259.9 | 259.9 | +| 17 | Stine | 9444-22 | 5222 | - | 17.1 | 58.4 | 260.6 | 260.6 | +| 16 | Stine | 9445-20V | 3220EZ | - | 16.5 | 59.6 | 261.5 | 261.5 | + +Top 5 by Yield: 9754-20 (Stine) 303.1, P1742Q (Pioneer) 299.5, P13777V (Pioneer) 296.7, P1027AM (Pioneer) 294.2, P1108Q (Pioneer) 294.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144700.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144700.json new file mode 100644 index 00000000..d2ed3376 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144700.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144700", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Arrowsmith", + "county": "McLean", + "year": 2024, + "plot_id": "144700", + "cooperator": "BCS, LLC", + "plot_average": 277.51, + "planted_date": "2024-05-23", + "harvested_date": "2024-10-15", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "Stine", + "product": "9817-30", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": null, + "Yield": 299.1, + "Adj Yield": 299.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": null, + "Yield": 297.1, + "Adj Yield": 297.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": null, + "Yield": 293.2, + "Adj Yield": 293.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": null, + "Yield": 292.1, + "Adj Yield": 292.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": null, + "Yield": 291.3, + "Adj Yield": 291.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": null, + "Yield": 282.6, + "Adj Yield": 282.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": null, + "Yield": 282.6, + "Adj Yield": 282.6 + } + }, + { + "rank": 8, + "brand": "Stine", + "product": "9754-20", + "traits": "DGVT2PRO", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": null, + "Yield": 276.7, + "Adj Yield": 276.7 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": null, + "Yield": 276.1, + "Adj Yield": 276.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": null, + "Yield": 274.9, + "Adj Yield": 274.9 + } + }, + { + "rank": 11, + "brand": "Stine", + "product": "9753-20VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": null, + "Yield": 272.1, + "Adj Yield": 272.1 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": null, + "Yield": 270.9, + "Adj Yield": 270.9 + } + }, + { + "rank": 13, + "brand": "Stine", + "product": "9752-32", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": null, + "Yield": 266.3, + "Adj Yield": 266.3 + } + }, + { + "rank": 14, + "brand": "Stine", + "product": "9808E-20", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 23.8, + "Test Wt.": null, + "Yield": 247.6, + "Adj Yield": 247.6 + } + }, + { + "rank": 15, + "brand": "Stine", + "product": "MX709-20", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": null, + "Yield": 240.0, + "Adj Yield": 240.0 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144700" + ], + "fetched_at": "2026-05-27T02:20:50.274863+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144700.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144700.md new file mode 100644 index 00000000..fc3aa088 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144700.md @@ -0,0 +1,45 @@ +# Corn yield trial — Arrowsmith, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** McLean +- **City:** Arrowsmith +- **Year:** 2024 +- **Plot ID:** 144700 +- **Cooperator:** BCS, LLC +- **Plot average:** 277.51 BU/Ac +- **Planted:** 2024-05-23 +- **Harvested:** 2024-10-15 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144700 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | Stine | 9817-30 | 3220 | - | 23.1 | - | 299.1 | 299.1 | +| 2 | AgriGold | A642-18SSP | SSP | - | 21.6 | - | 297.1 | 297.1 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 21.5 | - | 293.2 | 293.2 | +| 4 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 20.7 | - | 292.1 | 292.1 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 21.0 | - | 291.3 | 291.3 | +| 6 | AgriGold | A645-16VT2RIB | VT2RIB | - | 22.4 | - | 282.6 | 282.6 | +| 6 | AgriGold | A640-12STXRIB | STXRIB | - | 21.5 | - | 282.6 | 282.6 | +| 8 | Stine | 9754-20 | DGVT2PRO | - | 23.4 | - | 276.7 | 276.7 | +| 9 | AgriGold | A641-85STXRIB | STXRIB | - | 20.3 | - | 276.1 | 276.1 | +| 10 | AgriGold | A646-30VT2RIB | VT2RIB | - | 22.8 | - | 274.9 | 274.9 | +| 11 | Stine | 9753-20VT2PRO | VT2Pro | - | 24.0 | - | 272.1 | 272.1 | +| 12 | AgriGold | A639-03VT2RIB | VT2RIB | - | 21.0 | - | 270.9 | 270.9 | +| 13 | Stine | 9752-32 | 5222EZ | - | 24.2 | - | 266.3 | 266.3 | +| 14 | Stine | 9808E-20 | 3110 | - | 23.8 | - | 247.6 | 247.6 | +| 15 | Stine | MX709-20 | 3110 | - | 22.3 | - | 240.0 | 240.0 | + +Top 5 by Yield: 9817-30 (Stine) 299.1, A642-18SSP (AgriGold) 297.1, A644-64VT2RIB (AgriGold) 293.2, A642-05VT2RIBD1 (AgriGold) 292.1, A643-52VT2RIB (AgriGold) 291.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144709.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144709.json new file mode 100644 index 00000000..1a2a7ae5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144709.json @@ -0,0 +1,348 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144709", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Clarksville", + "county": "Butler", + "year": 2024, + "plot_id": "144709", + "cooperator": "Aaron Bixby", + "plot_average": 247.23, + "planted_date": "2024-05-14", + "harvested_date": "2024-10-28", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 57.9, + "Yield": 219.2, + "Adj Yield": 219.2 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 57.8, + "Yield": 244.5, + "Adj Yield": 244.5 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A630-04AA-RN", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.0, + "Yield": 235.9, + "Adj Yield": 235.9 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A631-12SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 56.2, + "Yield": 214.3, + "Adj Yield": 214.3 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A631-08VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 55.6, + "Yield": 243.9, + "Adj Yield": 243.9 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "K5218D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.4, + "Yield": 225.2, + "Adj Yield": 225.2 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A632-68DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 58.3, + "Yield": 228.9, + "Adj Yield": 228.9 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 57.9, + "Yield": 242.7, + "Adj Yield": 242.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A636-16-5222", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 57.3, + "Yield": 266.3, + "Adj Yield": 266.3 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A636-39DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 56.3, + "Yield": 229.9, + "Adj Yield": 229.9 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 57.8, + "Yield": 248.0, + "Adj Yield": 248.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 56.7, + "Yield": 251.3, + "Adj Yield": 251.3 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 56.5, + "Yield": 189.9, + "Adj Yield": 189.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A639-70STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 55.5, + "Yield": 255.5, + "Adj Yield": 255.5 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 56.7, + "Yield": 239.7, + "Adj Yield": 239.7 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 56.2, + "Yield": 244.4, + "Adj Yield": 244.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 57.5, + "Yield": 254.5, + "Adj Yield": 254.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 55.2, + "Yield": 276.4, + "Adj Yield": 276.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "J6227DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 54.8, + "Yield": 258.1, + "Adj Yield": 258.1 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A643-52STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 59.5, + "Yield": 231.0, + "Adj Yield": 231.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 56.8, + "Yield": 255.9, + "Adj Yield": 255.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 55.0, + "Yield": 269.2, + "Adj Yield": 269.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 58.5, + "Yield": 276.2, + "Adj Yield": 276.2 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A628-51SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 58.6, + "Yield": 212.2, + "Adj Yield": 212.2 + } + } + ], + "n_results": 24, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144709" + ], + "fetched_at": "2026-05-27T02:20:50.804821+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144709.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144709.md new file mode 100644 index 00000000..e48bb2c4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144709.md @@ -0,0 +1,54 @@ +# Corn yield trial — Clarksville, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Butler +- **City:** Clarksville +- **Year:** 2024 +- **Plot ID:** 144709 +- **Cooperator:** Aaron Bixby +- **Plot average:** 247.23 BU/Ac +- **Planted:** 2024-05-14 +- **Harvested:** 2024-10-28 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144709 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A628-51SSPRIB | SSPRIB | - | 14.6 | 57.9 | 219.2 | 219.2 | +| 11 | AgriGold | A629-55VT2RIB | VT2RIB | - | 15.3 | 57.8 | 244.5 | 244.5 | +| 16 | AgriGold | A630-04AA-RN | 3120 | - | 15.8 | 58.0 | 235.9 | 235.9 | +| 21 | AgriGold | A631-12SSP | SSP | - | 14.6 | 56.2 | 214.3 | 214.3 | +| 13 | AgriGold | A631-08VT2PRO | VT2Pro | - | 15.7 | 55.6 | 243.9 | 243.9 | +| 20 | AgriGold | K5218D | 5122EZ | - | 15.8 | 58.4 | 225.2 | 225.2 | +| 19 | AgriGold | A632-68DV-RN | 5222 | - | 15.7 | 58.3 | 228.9 | 228.9 | +| 14 | AgriGold | A634-11SSPRIB | SSPRIB | - | 16.5 | 57.9 | 242.7 | 242.7 | +| 4 | AgriGold | A636-16-5222 | 5222 | - | 17.8 | 57.3 | 266.3 | 266.3 | +| 18 | AgriGold | A636-39DV-RN | 5222 | - | 18.2 | 56.3 | 229.9 | 229.9 | +| 10 | AgriGold | A636-42SSP | SSP | - | 18.4 | 57.8 | 248.0 | 248.0 | +| 9 | AgriGold | A638-19-3110 | 3110 | - | 18.0 | 56.7 | 251.3 | 251.3 | +| - | AgriGold | A628-51SSPRIB | SSPRIB | - | 14.3 | 56.5 | 189.9 | 189.9 | +| 7 | AgriGold | A639-70STXRIB | STXRIB | - | 18.1 | 55.5 | 255.5 | 255.5 | +| 15 | AgriGold | A639-91SSPRIB | SSPRIB | - | 19.1 | 56.7 | 239.7 | 239.7 | +| 12 | AgriGold | A640-12STXRIB | STXRIB | - | 19.3 | 56.2 | 244.4 | 244.4 | +| 8 | AgriGold | A641-85STXRIB | STXRIB | - | 19.5 | 57.5 | 254.5 | 254.5 | +| 1 | AgriGold | A642-18SSP | SSP | - | 21.1 | 55.2 | 276.4 | 276.4 | +| 5 | AgriGold | J6227DV-RN | 5222 | - | 20.0 | 54.8 | 258.1 | 258.1 | +| 17 | AgriGold | A643-52STXRIB | STXRIB | - | 22.2 | 59.5 | 231.0 | 231.0 | +| 6 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 19.2 | 56.8 | 255.9 | 255.9 | +| 3 | AgriGold | A643-24PCE | PCE | - | 21.2 | 55.0 | 269.2 | 269.2 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 21.0 | 58.5 | 276.2 | 276.2 | +| - | AgriGold | A628-51SSPRIB | SSPRIB | - | 14.1 | 58.6 | 212.2 | 212.2 | + +Top 5 by Yield: A642-18SSP (AgriGold) 276.4, A644-64VT2RIB (AgriGold) 276.2, A643-24PCE (AgriGold) 269.2, A636-16-5222 (AgriGold) 266.3, J6227DV-RN (AgriGold) 258.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144739.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144739.json new file mode 100644 index 00000000..20e5208e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144739.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144739", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Hartington", + "county": "Dixon", + "year": 2024, + "plot_id": "144739", + "cooperator": "Austin Koch - Ready", + "plot_average": 197.64, + "planted_date": "2024-05-20", + "harvested_date": "2024-10-17", + "population_seeds_per_acre": 27500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Sandy Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 62.5, + "Yield": 206.5, + "Adj Yield": 206.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 60.4, + "Yield": 199.9, + "Adj Yield": 199.9 + } + }, + { + "rank": 2, + "brand": "Wyffels", + "product": "W7048RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 56.6, + "Yield": 202.8, + "Adj Yield": 202.8 + } + }, + { + "rank": 4, + "brand": "Mustang", + "product": "E99941 VT4P", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 58.6, + "Yield": 202.2, + "Adj Yield": 202.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A637-72VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 60.3, + "Yield": 173.2, + "Adj Yield": 173.2 + } + }, + { + "rank": 7, + "brand": "Wyffels", + "product": "W5086RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 60.1, + "Yield": 193.8, + "Adj Yield": 193.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 59.4, + "Yield": 200.0, + "Adj Yield": 200.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A636-42SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 59.0, + "Yield": 202.7, + "Adj Yield": 202.7 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144739" + ], + "fetched_at": "2026-05-27T02:20:51.255196+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144739.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144739.md new file mode 100644 index 00000000..790f5f68 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144739.md @@ -0,0 +1,38 @@ +# Corn yield trial — Hartington, NE, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Dixon +- **City:** Hartington +- **Year:** 2024 +- **Plot ID:** 144739 +- **Cooperator:** Austin Koch - Ready +- **Plot average:** 197.64 BU/Ac +- **Planted:** 2024-05-20 +- **Harvested:** 2024-10-17 +- **Population:** 27,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Sandy Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144739 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A642-32VT2PRO | VT2Pro | - | 13.6 | 62.5 | 206.5 | 206.5 | +| 6 | AgriGold | A641-26V | 3220EZ | - | 13.5 | 60.4 | 199.9 | 199.9 | +| 2 | Wyffels | W7048RIB | STXRIB | - | 14.4 | 56.6 | 202.8 | 202.8 | +| 4 | Mustang | E99941 VT4P | VT4Pro | - | 13.5 | 58.6 | 202.2 | 202.2 | +| 8 | AgriGold | A637-72VT2PRO | VT2Pro | - | 12.4 | 60.3 | 173.2 | 173.2 | +| 7 | Wyffels | W5086RIB | VT2RIB | - | 10.7 | 60.1 | 193.8 | 193.8 | +| 5 | AgriGold | A636-39-3110 | 3110 | - | 12.5 | 59.4 | 200.0 | 200.0 | +| 3 | AgriGold | A636-42SSP | SSP | - | 11.9 | 59.0 | 202.7 | 202.7 | + +Top 5 by Yield: A642-32VT2PRO (AgriGold) 206.5, W7048RIB (Wyffels) 202.8, A636-42SSP (AgriGold) 202.7, E99941 VT4P (Mustang) 202.2, A636-39-3110 (AgriGold) 200.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144744.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144744.json new file mode 100644 index 00000000..01c987b4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144744.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144744", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Straughn", + "county": "Henry", + "year": 2024, + "plot_id": "144744", + "cooperator": "Yanos Family Farms", + "plot_average": 261.7, + "planted_date": "2024-05-06", + "harvested_date": "2024-10-04", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Dekalb", + "product": "DKC62-70RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": null, + "Yield": 237.3, + "Adj Yield": 237.3 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC62-70RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 259.1, + "Adj Yield": 261.56 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 282.7, + "Adj Yield": 285.14 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 259.3, + "Adj Yield": 262.11 + } + }, + { + "rank": 10, + "brand": "Pioneer", + "product": "P1136AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 261.2, + "Adj Yield": 265.38 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC62-70RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": null, + "Yield": 232.1, + "Adj Yield": 232.1 + } + }, + { + "rank": 21, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 235.1, + "Adj Yield": 238.36 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 239.3, + "Adj Yield": 239.76 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 264.6, + "Adj Yield": 262.44 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC62-70RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 247.2, + "Adj Yield": 247.2 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC63-91RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 254.0, + "Adj Yield": 251.26 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P1383AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": null, + "Yield": 268.8, + "Adj Yield": 267.52 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": null, + "Yield": 274.9, + "Adj Yield": 274.57 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC62-70RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 238.9, + "Adj Yield": 238.9 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 266.2, + "Adj Yield": 265.69 + } + }, + { + "rank": 22, + "brand": "Dekalb", + "product": "DKC113-83RIB", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 225.9, + "Adj Yield": 224.33 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 270.0, + "Adj Yield": 267.33 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC62-70RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 245.4, + "Adj Yield": 245.4 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": null, + "Yield": 276.8, + "Adj Yield": 273.62 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P15784AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": null, + "Yield": 267.6, + "Adj Yield": 264.52 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 263.6, + "Adj Yield": 259.72 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC62-70RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 247.4, + "Adj Yield": 247.4 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": null, + "Yield": 274.7, + "Adj Yield": 271.08 + } + }, + { + "rank": 19, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": null, + "Yield": 245.4, + "Adj Yield": 243.3 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC70-27RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": null, + "Yield": 277.9, + "Adj Yield": 276.73 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC62-70RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": null, + "Yield": 241.2, + "Adj Yield": 241.2 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": null, + "Yield": 263.6, + "Adj Yield": 263.39 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": null, + "Yield": 277.0, + "Adj Yield": 277.99 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": null, + "Yield": 258.9, + "Adj Yield": 261.68 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC62-70RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 234.0, + "Adj Yield": 234.0 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144744" + ], + "fetched_at": "2026-05-27T02:20:51.820045+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144744.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144744.md new file mode 100644 index 00000000..3aa269f4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144744.md @@ -0,0 +1,59 @@ +# Corn yield trial — Straughn, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Henry +- **City:** Straughn +- **Year:** 2024 +- **Plot ID:** 144744 +- **Cooperator:** Yanos Family Farms +- **Plot average:** 261.7 BU/Ac +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-04 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144744 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Dekalb | DKC62-70RIB | STXRIB | - | 18.9 | - | 237.3 | 237.3 | +| 16 | Dekalb | DKC62-70RIB | STXRIB | - | 18.6 | - | 259.1 | 261.56 | +| 1 | Dekalb | DKC110-10RIB | STXRIB | - | 19.0 | - | 282.7 | 285.14 | +| 14 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 18.2 | - | 259.3 | 262.11 | +| 10 | Pioneer | P1136AM | AM | - | 18.1 | - | 261.2 | 265.38 | +| - | Dekalb | DKC62-70RIB | STXRIB | - | 18.7 | - | 232.1 | 232.1 | +| 21 | Dekalb | DKC111-35RIB | VT2RIB | - | 18.6 | - | 235.1 | 238.36 | +| 20 | AgriGold | A643-24PCE | PCE | - | 20.2 | - | 239.3 | 239.76 | +| 13 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 19.0 | - | 264.6 | 262.44 | +| - | Dekalb | DKC62-70RIB | STXRIB | - | 17.9 | - | 247.2 | 247.2 | +| 18 | Dekalb | DKC63-91RIB | VT2RIB | - | 17.7 | - | 254.0 | 251.26 | +| 7 | Pioneer | P1383AM | AM | - | 19.7 | - | 268.8 | 267.52 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.3 | - | 274.9 | 274.57 | +| - | Dekalb | DKC62-70RIB | STXRIB | - | 18.8 | - | 238.9 | 238.9 | +| 9 | AgriGold | A643-52VT2RIB | VT2RIB | - | 20.9 | - | 266.2 | 265.69 | +| 22 | Dekalb | DKC113-83RIB | Trecepta | - | 19.0 | - | 225.9 | 224.33 | +| 8 | Pioneer | P13777PCE | PCE | - | 20.2 | - | 270.0 | 267.33 | +| - | Dekalb | DKC62-70RIB | STXRIB | - | 19.2 | - | 245.4 | 245.4 | +| 5 | Dekalb | DKC114-99RIB | VT4RIB | - | 19.5 | - | 276.8 | 273.62 | +| 11 | Pioneer | P15784AM | AM | - | 20.5 | - | 267.6 | 264.52 | +| 17 | Dekalb | DKC64-22RIB | VT2RIB | - | 19.0 | - | 263.6 | 259.72 | +| - | Dekalb | DKC62-70RIB | STXRIB | - | 18.2 | - | 247.4 | 247.4 | +| 6 | Dekalb | DKC68-35RIB | VT2RIB | - | 19.3 | - | 274.7 | 271.08 | +| 19 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 20.7 | - | 245.4 | 243.3 | +| 3 | Dekalb | DKC70-27RIB | VT2RIB | - | 21.6 | - | 277.9 | 276.73 | +| - | Dekalb | DKC62-70RIB | STXRIB | - | 19.6 | - | 241.2 | 241.2 | +| 12 | AgriGold | A646-30VT2RIB | VT2RIB | - | 21.2 | - | 263.6 | 263.39 | +| 2 | Pioneer | P1742Q | QROME | - | 20.1 | - | 277.0 | 277.99 | +| 15 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 21.4 | - | 258.9 | 261.68 | +| - | Dekalb | DKC62-70RIB | STXRIB | - | 18.4 | - | 234.0 | 234.0 | + +Top 5 by Yield: DKC110-10RIB (Dekalb) 282.7, DKC70-27RIB (Dekalb) 277.9, P1742Q (Pioneer) 277.0, DKC114-99RIB (Dekalb) 276.8, A644-64VT2RIB (AgriGold) 274.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144748.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144748.json new file mode 100644 index 00000000..cb4740a6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144748.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144748", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Oran", + "county": "Scott", + "year": 2024, + "plot_id": "144748", + "cooperator": "Shawn Neumeyer", + "plot_average": 285.53, + "planted_date": "2024-04-04", + "harvested_date": "2024-08-31", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Ridge Till", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "Trivapro", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 10, + "brand": "Becks", + "product": "6184V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 57.8, + "Yield": 290.3, + "Adj Yield": 290.3 + } + }, + { + "rank": 2, + "brand": "Becks", + "product": "6216PWRA", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 57.2, + "Yield": 297.9, + "Adj Yield": 297.9 + } + }, + { + "rank": 16, + "brand": "Becks", + "product": "6274V2P", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 57.6, + "Yield": 273.9, + "Adj Yield": 273.9 + } + }, + { + "rank": 18, + "brand": "Becks", + "product": "6374V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 59.0, + "Yield": 271.2, + "Adj Yield": 271.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 57.3, + "Yield": 293.0, + "Adj Yield": 293.0 + } + }, + { + "rank": 19, + "brand": "Becks", + "product": "6414V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 60.4, + "Yield": 264.1, + "Adj Yield": 264.1 + } + }, + { + "rank": 17, + "brand": "Becks", + "product": "6469VT2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 58.1, + "Yield": 272.5, + "Adj Yield": 272.5 + } + }, + { + "rank": 12, + "brand": "Becks", + "product": "6473TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 59.4, + "Yield": 286.8, + "Adj Yield": 286.8 + } + }, + { + "rank": 11, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 58.1, + "Yield": 287.9, + "Adj Yield": 287.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-22TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 57.1, + "Yield": 294.9, + "Adj Yield": 294.9 + } + }, + { + "rank": 15, + "brand": "Becks", + "product": "6585TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 58.3, + "Yield": 276.2, + "Adj Yield": 276.2 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 59.2, + "Yield": 291.5, + "Adj Yield": 291.5 + } + }, + { + "rank": 4, + "brand": "Becks", + "product": "6574TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 58.2, + "Yield": 295.5, + "Adj Yield": 295.5 + } + }, + { + "rank": 9, + "brand": "Croplan", + "product": "CP5760TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 55.1, + "Yield": 291.4, + "Adj Yield": 291.4 + } + }, + { + "rank": 13, + "brand": "Becks", + "product": "6700V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 58.8, + "Yield": 281.2, + "Adj Yield": 281.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 56.7, + "Yield": 295.7, + "Adj Yield": 295.7 + } + }, + { + "rank": 20, + "brand": "Becks", + "product": "6803V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 59.5, + "Yield": 261.7, + "Adj Yield": 261.7 + } + }, + { + "rank": 1, + "brand": "Becks", + "product": "6973TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 56.9, + "Yield": 315.1, + "Adj Yield": 315.1 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 57.8, + "Yield": 277.5, + "Adj Yield": 277.5 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 58.4, + "Yield": 292.2, + "Adj Yield": 292.2 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144748" + ], + "fetched_at": "2026-05-27T02:20:52.291865+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144748.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144748.md new file mode 100644 index 00000000..a9a3df7a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144748.md @@ -0,0 +1,51 @@ +# Corn yield trial — Oran, MO, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Scott +- **City:** Oran +- **Year:** 2024 +- **Plot ID:** 144748 +- **Cooperator:** Shawn Neumeyer +- **Plot average:** 285.53 BU/Ac +- **Planted:** 2024-04-04 +- **Harvested:** 2024-08-31 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Ridge Till +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **Fungicide:** Trivapro +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144748 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 10 | Becks | 6184V2P | VT2RIB | - | 17.4 | 57.8 | 290.3 | 290.3 | +| 2 | Becks | 6216PWRA | PWE | - | 17.3 | 57.2 | 297.9 | 297.9 | +| 16 | Becks | 6274V2P | VT2Pro | - | 17.8 | 57.6 | 273.9 | 273.9 | +| 18 | Becks | 6374V2P | VT2RIB | - | 17.8 | 59.0 | 271.2 | 271.2 | +| 6 | AgriGold | A643-52VT2PRO | VT2Pro | - | 19.3 | 57.3 | 293.0 | 293.0 | +| 19 | Becks | 6414V2P | VT2RIB | - | 17.0 | 60.4 | 264.1 | 264.1 | +| 17 | Becks | 6469VT2P | VT2RIB | - | 17.7 | 58.1 | 272.5 | 272.5 | +| 12 | Becks | 6473TCV2P | TreceptaRIB | - | 17.2 | 59.4 | 286.8 | 286.8 | +| 11 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 17.6 | 58.1 | 287.9 | 287.9 | +| 5 | AgriGold | A645-22TRC | Trecepta | - | 17.9 | 57.1 | 294.9 | 294.9 | +| 15 | Becks | 6585TCV2P | TreceptaRIB | - | 19.0 | 58.3 | 276.2 | 276.2 | +| 8 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 18.1 | 59.2 | 291.5 | 291.5 | +| 4 | Becks | 6574TCV2P | TreceptaRIB | - | 17.1 | 58.2 | 295.5 | 295.5 | +| 9 | Croplan | CP5760TRE | Trecepta | - | 21.3 | 55.1 | 291.4 | 291.4 | +| 13 | Becks | 6700V2P | VT2RIB | - | 20.1 | 58.8 | 281.2 | 281.2 | +| 3 | AgriGold | A647-42TRC | Trecepta | - | 21.7 | 56.7 | 295.7 | 295.7 | +| 20 | Becks | 6803V2P | VT2RIB | - | 19.5 | 59.5 | 261.7 | 261.7 | +| 1 | Becks | 6973TCV2P | TreceptaRIB | - | 20.4 | 56.9 | 315.1 | 315.1 | +| 14 | AgriGold | A644-64VT2PRO | VT2Pro | - | 17.7 | 57.8 | 277.5 | 277.5 | +| 7 | Dekalb | DKC68-35RIB | VT2RIB | - | 17.8 | 58.4 | 292.2 | 292.2 | + +Top 5 by Yield: 6973TCV2P (Becks) 315.1, 6216PWRA (Becks) 297.9, A647-42TRC (AgriGold) 295.7, 6574TCV2P (Becks) 295.5, A645-22TRC (AgriGold) 294.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144763.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144763.json new file mode 100644 index 00000000..88bbf4a2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144763.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144763", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "city": "Hebron", + "county": "Licking", + "year": 2024, + "plot_id": "144763", + "cooperator": "Hebron Ohio Plot", + "plot_average": 173.15, + "planted_date": "2024-05-25", + "harvested_date": "2024-10-25", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "Channel", + "product": "215-70TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 56.3, + "Yield": 186.0, + "Adj Yield": 186.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 56.1, + "Yield": 185.4, + "Adj Yield": 185.4 + } + }, + { + "rank": 3, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 57.3, + "Yield": 184.9, + "Adj Yield": 184.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 58.2, + "Yield": 175.1, + "Adj Yield": 175.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 57.0, + "Yield": 177.3, + "Adj Yield": 177.3 + } + }, + { + "rank": 9, + "brand": "Channel", + "product": "211-11VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 57.7, + "Yield": 172.7, + "Adj Yield": 172.7 + } + }, + { + "rank": 5, + "brand": "Channel", + "product": "210-08VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 56.4, + "Yield": 176.3, + "Adj Yield": 176.3 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 55.8, + "Yield": 166.5, + "Adj Yield": 166.5 + } + }, + { + "rank": 12, + "brand": "Channel", + "product": "210-46VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 57.0, + "Yield": 168.1, + "Adj Yield": 168.1 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 55.5, + "Yield": 165.2, + "Adj Yield": 165.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A638-19-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 54.8, + "Yield": 172.5, + "Adj Yield": 172.5 + } + }, + { + "rank": 16, + "brand": "Channel", + "product": "207-87VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 54.7, + "Yield": 157.7, + "Adj Yield": 157.7 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 54.8, + "Yield": 168.2, + "Adj Yield": 168.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 55.7, + "Yield": 174.5, + "Adj Yield": 174.5 + } + }, + { + "rank": 15, + "brand": "Channel", + "product": "205-08SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 56.3, + "Yield": 163.7, + "Adj Yield": 163.7 + } + }, + { + "rank": 6, + "brand": "Channel", + "product": "204-54TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 55.7, + "Yield": 176.3, + "Adj Yield": 176.3 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144763" + ], + "fetched_at": "2026-05-27T02:20:52.797743+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144763.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144763.md new file mode 100644 index 00000000..ae7b4d6f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144763.md @@ -0,0 +1,45 @@ +# Corn yield trial — Hebron, OH, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** OH +- **County:** Licking +- **City:** Hebron +- **Year:** 2024 +- **Plot ID:** 144763 +- **Cooperator:** Hebron Ohio Plot +- **Plot average:** 173.15 BU/Ac +- **Planted:** 2024-05-25 +- **Harvested:** 2024-10-25 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144763 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | Channel | 215-70TRCRIB | TreceptaRIB | - | 17.3 | 56.3 | 186.0 | 186.0 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.3 | 56.1 | 185.4 | 185.4 | +| 3 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 16.4 | 57.3 | 184.9 | 184.9 | +| 7 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.4 | 58.2 | 175.1 | 175.1 | +| 4 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.1 | 57.0 | 177.3 | 177.3 | +| 9 | Channel | 211-11VT2PRIB | VT2RIB | - | 14.9 | 57.7 | 172.7 | 172.7 | +| 5 | Channel | 210-08VT2PRIB | VT2RIB | - | 15.9 | 56.4 | 176.3 | 176.3 | +| 13 | AgriGold | A640-16-3110 | 3110 | - | 15.6 | 55.8 | 166.5 | 166.5 | +| 12 | Channel | 210-46VT2PRIB | VT2RIB | - | 15.3 | 57.0 | 168.1 | 168.1 | +| 14 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.9 | 55.5 | 165.2 | 165.2 | +| 10 | AgriGold | A638-19-3110 | 3110 | - | 16.6 | 54.8 | 172.5 | 172.5 | +| 16 | Channel | 207-87VT2RIB | VT2RIB | - | 15.6 | 54.7 | 157.7 | 157.7 | +| 11 | AgriGold | A636-11VT2RIB | VT2RIB | - | 15.2 | 54.8 | 168.2 | 168.2 | +| 8 | AgriGold | A636-39-3110 | 3110 | - | 15.8 | 55.7 | 174.5 | 174.5 | +| 15 | Channel | 205-08SSPRIB | SSPRIB | - | 15.9 | 56.3 | 163.7 | 163.7 | +| 6 | Channel | 204-54TRERIB | TreceptaRIB | - | 14.8 | 55.7 | 176.3 | 176.3 | + +Top 5 by Yield: 215-70TRCRIB (Channel) 186.0, A644-64VT2RIB (AgriGold) 185.4, 214-78DGVT2PRIB (Channel) 184.9, A642-05VT2RIBD1 (AgriGold) 177.3, 210-08VT2PRIB (Channel) 176.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144768.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144768.json new file mode 100644 index 00000000..9ff80c75 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144768.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144768", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Harrisonville", + "county": "Cass", + "year": 2024, + "plot_id": "144768", + "cooperator": "Neco Seed", + "plot_average": 200.53, + "planted_date": "2024-03-29", + "harvested_date": "2024-09-13", + "population_seeds_per_acre": 29950, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 60.0, + "Yield": 201.6, + "Adj Yield": 201.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A641-85TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 60.0, + "Yield": 202.1, + "Adj Yield": 205.03 + } + }, + { + "rank": 8, + "brand": "Lewis", + "product": "12DT302", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 58.0, + "Yield": 186.8, + "Adj Yield": 188.31 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 59.0, + "Yield": 198.4, + "Adj Yield": 198.35 + } + }, + { + "rank": 4, + "brand": "Lewis", + "product": "14DT603", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 60.0, + "Yield": 204.0, + "Adj Yield": 202.54 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 60.0, + "Yield": 198.1, + "Adj Yield": 195.13 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 60.0, + "Yield": 210.5, + "Adj Yield": 210.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.0, + "Yield": 210.0, + "Adj Yield": 206.69 + } + }, + { + "rank": 5, + "brand": "Lewis", + "product": "17DP651", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.0, + "Yield": 202.6, + "Adj Yield": 199.96 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 60.0, + "Yield": 210.5, + "Adj Yield": 208.24 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144768" + ], + "fetched_at": "2026-05-27T02:20:53.256090+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144768.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144768.md new file mode 100644 index 00000000..c7001bbc --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144768.md @@ -0,0 +1,39 @@ +# Corn yield trial — Harrisonville, MO, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Cass +- **City:** Harrisonville +- **Year:** 2024 +- **Plot ID:** 144768 +- **Cooperator:** Neco Seed +- **Plot average:** 200.53 BU/Ac +- **Planted:** 2024-03-29 +- **Harvested:** 2024-09-13 +- **Population:** 29,950 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144768 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.5 | 60.0 | 201.6 | 201.6 | +| 3 | AgriGold | A641-85TRCRIB | TreceptaRIB | - | 15.3 | 60.0 | 202.1 | 205.03 | +| 8 | Lewis | 12DT302 | TreceptaRIB | - | 15.1 | 58.0 | 186.8 | 188.31 | +| 6 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.3 | 59.0 | 198.4 | 198.35 | +| 4 | Lewis | 14DT603 | TreceptaRIB | - | 14.1 | 60.0 | 204.0 | 202.54 | +| 7 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 17.1 | 60.0 | 198.1 | 195.13 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.9 | 60.0 | 210.5 | 210.5 | +| 2 | AgriGold | A646-30VT2RIB | VT2RIB | - | 16.1 | 59.0 | 210.0 | 206.69 | +| 5 | Lewis | 17DP651 | VT2RIB | - | 15.2 | 60.0 | 202.6 | 199.96 | +| 1 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.9 | 60.0 | 210.5 | 208.24 | + +Top 5 by Yield: A645-16VT2RIB (AgriGold) 210.5, A645-16VT2RIB (AgriGold) 210.5, A646-30VT2RIB (AgriGold) 210.0, 14DT603 (Lewis) 204.0, 17DP651 (Lewis) 202.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144795.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144795.json new file mode 100644 index 00000000..b9a6e7e9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144795.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144795", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Broken Bow", + "county": "Custer", + "year": 2024, + "plot_id": "144795", + "cooperator": "Custer County Corn Growers", + "plot_average": 270.83, + "planted_date": "2024-04-30", + "harvested_date": "2024-10-27", + "population_seeds_per_acre": 33500, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Sandy Loam", + "tillage": "Strip Till", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "Pioneer", + "product": "P0859AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 57.8, + "Yield": 269.1, + "Adj Yield": 269.1 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 58.1, + "Yield": 268.1, + "Adj Yield": 268.1 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 56.8, + "Yield": 264.2, + "Adj Yield": 264.2 + } + }, + { + "rank": 8, + "brand": "Hoegemeyer", + "product": "8110AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 57.7, + "Yield": 270.7, + "Adj Yield": 270.7 + } + }, + { + "rank": 2, + "brand": "Hoegemeyer", + "product": "8454Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 59.9, + "Yield": 284.8, + "Adj Yield": 284.8 + } + }, + { + "rank": 4, + "brand": "Becks", + "product": "6041Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 57.8, + "Yield": 281.0, + "Adj Yield": 281.0 + } + }, + { + "rank": 11, + "brand": "Becks", + "product": "5864AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.1, + "Yield": 264.5, + "Adj Yield": 264.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 57.7, + "Yield": 281.1, + "Adj Yield": 281.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 59.0, + "Yield": 271.0, + "Adj Yield": 271.0 + } + }, + { + "rank": 15, + "brand": "Renk", + "product": "RK766SSPRO", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 60.3, + "Yield": 246.3, + "Adj Yield": 246.3 + } + }, + { + "rank": 13, + "brand": "Renk", + "product": "RK832SSPRO", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 59.1, + "Yield": 257.3, + "Adj Yield": 257.3 + } + }, + { + "rank": 14, + "brand": "Renk", + "product": "RK882SSTX", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.5, + "Yield": 254.4, + "Adj Yield": 254.4 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P12393V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 57.1, + "Yield": 277.4, + "Adj Yield": 277.4 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P13777V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 58.8, + "Yield": 278.6, + "Adj Yield": 278.6 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 58.4, + "Yield": 294.0, + "Adj Yield": 294.0 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144795" + ], + "fetched_at": "2026-05-27T02:20:53.780773+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144795.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144795.md new file mode 100644 index 00000000..8464fd54 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144795.md @@ -0,0 +1,45 @@ +# Corn yield trial — Broken Bow, NE, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Custer +- **City:** Broken Bow +- **Year:** 2024 +- **Plot ID:** 144795 +- **Cooperator:** Custer County Corn Growers +- **Plot average:** 270.83 BU/Ac +- **Planted:** 2024-04-30 +- **Harvested:** 2024-10-27 +- **Population:** 33,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Sandy Loam +- **Tillage:** Strip Till +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144795 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | Pioneer | P0859AM | AM | - | 15.5 | 57.8 | 269.1 | 269.1 | +| 10 | Dekalb | DKC114-42RIB | SSPRIB | - | 19.0 | 58.1 | 268.1 | 268.1 | +| 12 | Dekalb | DKC110-10RIB | STXRIB | - | 15.2 | 56.8 | 264.2 | 264.2 | +| 8 | Hoegemeyer | 8110AM | AM | - | 16.0 | 57.7 | 270.7 | 270.7 | +| 2 | Hoegemeyer | 8454Q | QROME | - | 17.1 | 59.9 | 284.8 | 284.8 | +| 4 | Becks | 6041Q | QROME | - | 14.7 | 57.8 | 281.0 | 281.0 | +| 11 | Becks | 5864AM | AM | - | 15.2 | 60.1 | 264.5 | 264.5 | +| 3 | AgriGold | A643-24PCE | PCE | - | 18.1 | 57.7 | 281.1 | 281.1 | +| 7 | AgriGold | A640-12STXRIB | STXRIB | - | 15.5 | 59.0 | 271.0 | 271.0 | +| 15 | Renk | RK766SSPRO | SSPRIB | - | 14.0 | 60.3 | 246.3 | 246.3 | +| 13 | Renk | RK832SSPRO | SSP | - | 13.7 | 59.1 | 257.3 | 257.3 | +| 14 | Renk | RK882SSTX | STXRIB | - | 16.2 | 59.5 | 254.4 | 254.4 | +| 6 | Pioneer | P12393V | Vorceed | - | 15.8 | 57.1 | 277.4 | 277.4 | +| 5 | Pioneer | P13777V | Vorceed | - | 16.6 | 58.8 | 278.6 | 278.6 | +| 1 | Pioneer | P14830AML | AML | - | 17.7 | 58.4 | 294.0 | 294.0 | + +Top 5 by Yield: P14830AML (Pioneer) 294.0, 8454Q (Hoegemeyer) 284.8, A643-24PCE (AgriGold) 281.1, 6041Q (Becks) 281.0, P13777V (Pioneer) 278.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144823.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144823.json new file mode 100644 index 00000000..20f83649 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144823.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144823", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Kouts", + "county": "Porter", + "year": 2024, + "plot_id": "144823", + "cooperator": "K & A Farm Services", + "plot_average": 249.12, + "planted_date": "2024-05-24", + "harvested_date": "2024-12-06", + "population_seeds_per_acre": 33500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 12, + "brand": "AgriGold", + "product": "A632-68", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 59.0, + "Yield": 240.2, + "Adj Yield": 240.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A636-39", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 58.5, + "Yield": 249.0, + "Adj Yield": 249.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 56.3, + "Yield": 251.4, + "Adj Yield": 251.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A6499", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 60.3, + "Yield": 249.1, + "Adj Yield": 249.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 60.0, + "Yield": 257.5, + "Adj Yield": 257.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 57.1, + "Yield": 248.5, + "Adj Yield": 248.5 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 58.0, + "Yield": 244.9, + "Adj Yield": 244.9 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A646-30", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 57.7, + "Yield": 246.5, + "Adj Yield": 246.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A648-11", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 59.2, + "Yield": 249.2, + "Adj Yield": 249.2 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-01WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 58.5, + "Yield": 244.0, + "Adj Yield": 244.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-01WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 57.3, + "Yield": 250.6, + "Adj Yield": 250.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A640-24-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 59.3, + "Yield": 258.5, + "Adj Yield": 258.5 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144823" + ], + "fetched_at": "2026-05-27T02:20:54.265734+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144823.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144823.md new file mode 100644 index 00000000..785ff05a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144823.md @@ -0,0 +1,42 @@ +# Corn yield trial — Kouts, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Porter +- **City:** Kouts +- **Year:** 2024 +- **Plot ID:** 144823 +- **Cooperator:** K & A Farm Services +- **Plot average:** 249.12 BU/Ac +- **Planted:** 2024-05-24 +- **Harvested:** 2024-12-06 +- **Population:** 33,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144823 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 12 | AgriGold | A632-68 | C | - | 17.4 | 59.0 | 240.2 | 240.2 | +| 7 | AgriGold | A636-39 | C | - | 17.3 | 58.5 | 249.0 | 249.0 | +| 3 | AgriGold | A638-19 | C | - | 18.0 | 56.3 | 251.4 | 251.4 | +| 6 | AgriGold | A6499 | C | - | 18.2 | 60.3 | 249.1 | 249.1 | +| 2 | AgriGold | A642-32 | C | - | 18.8 | 60.0 | 257.5 | 257.5 | +| 8 | AgriGold | A644-19 | C | - | 18.1 | 57.1 | 248.5 | 248.5 | +| 10 | AgriGold | A645-16 | C | - | 18.2 | 58.0 | 244.9 | 244.9 | +| 9 | AgriGold | A646-30 | C | - | 18.6 | 57.7 | 246.5 | 246.5 | +| 5 | AgriGold | A648-11 | C | - | 19.7 | 59.2 | 249.2 | 249.2 | +| 11 | AgriGold | A643-01WX | WX | - | 18.5 | 58.5 | 244.0 | 244.0 | +| 4 | AgriGold | A640-01WX | WX | - | 17.5 | 57.3 | 250.6 | 250.6 | +| 1 | AgriGold | A640-24-3110 | 3110 | - | 17.5 | 59.3 | 258.5 | 258.5 | + +Top 5 by Yield: A640-24-3110 (AgriGold) 258.5, A642-32 (AgriGold) 257.5, A638-19 (AgriGold) 251.4, A640-01WX (AgriGold) 250.6, A648-11 (AgriGold) 249.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144954.json b/corpus/agrigold_plot_reports/agpr-corn-2024-144954.json new file mode 100644 index 00000000..1975a2e8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144954.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2024-144954", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Hammond", + "county": "Piatt", + "year": 2024, + "plot_id": "144954", + "cooperator": "Michael Yoder", + "plot_average": 270.4, + "planted_date": "2024-05-13", + "harvested_date": "2024-10-16", + "population_seeds_per_acre": 34000, + "row_width": "\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Unknown", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Check", + "product": "Check", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 283.5, + "Adj Yield": 283.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 273.2, + "Adj Yield": 273.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": null, + "Yield": 249.2, + "Adj Yield": 249.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 275.2, + "Adj Yield": 275.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 272.6, + "Adj Yield": 272.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 266.6, + "Adj Yield": 266.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 288.2, + "Adj Yield": 288.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 268.3, + "Adj Yield": 268.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 269.9, + "Adj Yield": 269.9 + } + }, + { + "rank": null, + "brand": "Check", + "product": "Check", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 289.1, + "Adj Yield": 289.1 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/144954" + ], + "fetched_at": "2026-05-27T02:20:54.778146+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2024-144954.md b/corpus/agrigold_plot_reports/agpr-corn-2024-144954.md new file mode 100644 index 00000000..1a9ebdaf --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2024-144954.md @@ -0,0 +1,40 @@ +# Corn yield trial — Hammond, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Piatt +- **City:** Hammond +- **Year:** 2024 +- **Plot ID:** 144954 +- **Cooperator:** Michael Yoder +- **Plot average:** 270.4 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-16 +- **Population:** 34,000 seeds/acre +- **Row width:** " +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Unknown +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/144954 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Check | Check | C | - | 17.5 | - | 283.5 | 283.5 | +| 3 | AgriGold | A639-03VT2RIB | VT2RIB | - | 16.3 | - | 273.2 | 273.2 | +| 8 | AgriGold | A641-85STXRIB | STXRIB | - | 16.0 | - | 249.2 | 249.2 | +| 2 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.7 | - | 275.2 | 275.2 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.9 | - | 272.6 | 272.6 | +| 7 | AgriGold | A643-24PCE | PCE | - | 16.7 | - | 266.6 | 266.6 | +| 1 | AgriGold | A644-64VT2PRO | VT2Pro | - | 17.5 | - | 288.2 | 288.2 | +| 6 | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.0 | - | 268.3 | 268.3 | +| 5 | AgriGold | A646-30VT2RIB | VT2RIB | - | 17.7 | - | 269.9 | 269.9 | +| - | Check | Check | C | - | 17.4 | - | 289.1 | 289.1 | + +Top 5 by Yield: Check (Check) 289.1, A644-64VT2PRO (AgriGold) 288.2, Check (Check) 283.5, A642-05VT2RIBD1 (AgriGold) 275.2, A639-03VT2RIB (AgriGold) 273.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145000.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145000.json new file mode 100644 index 00000000..7e07c4fc --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145000.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145000", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "GA", + "state_abbrev": "ga", + "city": "Camilla", + "county": "Mitchell", + "year": 2025, + "plot_id": "145000", + "cooperator": "Jeff Collins", + "plot_average": 274.96, + "planted_date": "2025-03-04", + "harvested_date": "2025-07-30", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Sand", + "tillage": "Conventional", + "previous_crop": "Peanuts", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A6499STX", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.0, + "Yield": 258.6, + "Adj Yield": 258.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 59.8, + "Yield": 285.3, + "Adj Yield": 285.33 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 59.8, + "Yield": 267.1, + "Adj Yield": 267.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 58.5, + "Yield": 274.8, + "Adj Yield": 274.76 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 62.4, + "Yield": 273.2, + "Adj Yield": 273.19 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.1, + "Yield": 260.8, + "Adj Yield": 260.78 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.5, + "Yield": 288.6, + "Adj Yield": 288.59 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A6499STX", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 61.0, + "Yield": 258.7, + "Adj Yield": 258.7 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145000" + ], + "fetched_at": "2026-05-27T02:15:47.831750+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145000.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145000.md new file mode 100644 index 00000000..f861a271 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145000.md @@ -0,0 +1,38 @@ +# Corn yield trial — Camilla, GA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** GA +- **County:** Mitchell +- **City:** Camilla +- **Year:** 2025 +- **Plot ID:** 145000 +- **Cooperator:** Jeff Collins +- **Plot average:** 274.96 BU/Ac +- **Planted:** 2025-03-04 +- **Harvested:** 2025-07-30 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Sand +- **Tillage:** Conventional +- **Previous crop:** Peanuts +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145000 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A6499STX | STX | - | 14.4 | 59.0 | 258.6 | 258.6 | +| 2 | AgriGold | A642-18SSP | SSP | - | 14.6 | 59.8 | 285.3 | 285.33 | +| 5 | AgriGold | A642-32VT2PRO | VT2Pro | - | 14.6 | 59.8 | 267.1 | 267.1 | +| 3 | AgriGold | A644-64VT2PRO | VT2Pro | - | 14.1 | 58.5 | 274.8 | 274.76 | +| 4 | AgriGold | A645-30VT2PRO | VT2Pro | - | 14.9 | 62.4 | 273.2 | 273.19 | +| 6 | AgriGold | A646-17STXRIB | STXRIB | - | 15.0 | 59.1 | 260.8 | 260.78 | +| 1 | Dekalb | DKC68-35 | VT2Pro | - | 15.4 | 60.5 | 288.6 | 288.59 | +| - | AgriGold | A6499STX | STX | - | 14.7 | 61.0 | 258.7 | 258.7 | + +Top 5 by Yield: DKC68-35 (Dekalb) 288.6, A642-18SSP (AgriGold) 285.3, A644-64VT2PRO (AgriGold) 274.8, A645-30VT2PRO (AgriGold) 273.2, A642-32VT2PRO (AgriGold) 267.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145184.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145184.json new file mode 100644 index 00000000..f7cf0b8c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145184.json @@ -0,0 +1,114 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145184", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "FL", + "state_abbrev": "fl", + "city": "Jennings", + "county": "Hamilton", + "year": 2025, + "plot_id": "145184", + "cooperator": "Gary Cone", + "plot_average": 206.83, + "planted_date": "2025-03-19", + "harvested_date": "2025-08-19", + "population_seeds_per_acre": 32000, + "row_width": "36.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Peanuts", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 57.3, + "Yield": 221.4, + "Adj Yield": 221.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.0, + "Yield": 194.6, + "Adj Yield": 194.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 57.7, + "Yield": 209.8, + "Adj Yield": 209.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 57.9, + "Yield": 199.9, + "Adj Yield": 199.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 61.3, + "Yield": 214.1, + "Adj Yield": 214.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.0, + "Yield": 201.2, + "Adj Yield": 201.2 + } + } + ], + "n_results": 6, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145184" + ], + "fetched_at": "2026-05-27T02:15:48.313214+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145184.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145184.md new file mode 100644 index 00000000..8e168c16 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145184.md @@ -0,0 +1,35 @@ +# Corn yield trial — Jennings, FL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** FL +- **County:** Hamilton +- **City:** Jennings +- **Year:** 2025 +- **Plot ID:** 145184 +- **Cooperator:** Gary Cone +- **Plot average:** 206.83 BU/Ac +- **Planted:** 2025-03-19 +- **Harvested:** 2025-08-19 +- **Population:** 32,000 seeds/acre +- **Row width:** 36.0" +- **# Rows:** 6 +- **Tillage:** Conventional +- **Previous crop:** Peanuts +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145184 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A642-18SSP | SSP | - | 15.3 | 57.3 | 221.4 | 221.4 | +| 6 | AgriGold | A642-32VT2PRO | VT2Pro | - | 15.2 | 60.0 | 194.6 | 194.6 | +| 3 | AgriGold | A643-52VT2PRO | VT2Pro | - | 15.0 | 57.7 | 209.8 | 209.8 | +| 5 | AgriGold | A644-64VT2PRO | VT2Pro | - | 15.4 | 57.9 | 199.9 | 199.9 | +| 2 | AgriGold | A645-55VT2PRO | VT2Pro | - | 14.7 | 61.3 | 214.1 | 214.1 | +| 4 | AgriGold | A646-17STXRIB | STXRIB | - | 15.6 | 59.0 | 201.2 | 201.2 | + +Top 5 by Yield: A642-18SSP (AgriGold) 221.4, A645-55VT2PRO (AgriGold) 214.1, A643-52VT2PRO (AgriGold) 209.8, A646-17STXRIB (AgriGold) 201.2, A644-64VT2PRO (AgriGold) 199.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145225.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145225.json new file mode 100644 index 00000000..cabff994 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145225.json @@ -0,0 +1,114 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145225", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "AR", + "state_abbrev": "ar", + "city": "Eudora", + "county": "Chicot", + "year": 2025, + "plot_id": "145225", + "cooperator": "Tommy Turner", + "plot_average": 202.12, + "planted_date": "2025-03-28", + "harvested_date": "2025-08-15", + "population_seeds_per_acre": 34000, + "row_width": "38.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 58.6, + "Yield": 207.7, + "Adj Yield": 207.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.7, + "Yield": 176.1, + "Adj Yield": 176.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.3, + "Yield": 206.2, + "Adj Yield": 206.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 59.6, + "Yield": 195.6, + "Adj Yield": 195.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 61.1, + "Yield": 221.7, + "Adj Yield": 221.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 58.3, + "Yield": 205.4, + "Adj Yield": 205.4 + } + } + ], + "n_results": 6, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145225" + ], + "fetched_at": "2026-05-27T02:15:48.862867+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145225.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145225.md new file mode 100644 index 00000000..2571878a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145225.md @@ -0,0 +1,36 @@ +# Corn yield trial — Eudora, AR, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** AR +- **County:** Chicot +- **City:** Eudora +- **Year:** 2025 +- **Plot ID:** 145225 +- **Cooperator:** Tommy Turner +- **Plot average:** 202.12 BU/Ac +- **Planted:** 2025-03-28 +- **Harvested:** 2025-08-15 +- **Population:** 34,000 seeds/acre +- **Row width:** 38.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145225 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | A642-18SSPRIB | SSPRIB | - | 16.2 | 58.6 | 207.7 | 207.7 | +| 6 | AgriGold | A643-52VT2PRO | VT2Pro | - | 15.8 | 58.7 | 176.1 | 176.1 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.8 | 58.3 | 206.2 | 206.2 | +| 5 | AgriGold | A645-30VT2RIB | VT2RIB | - | 16.5 | 59.6 | 195.6 | 195.6 | +| 1 | AgriGold | A645-55VT2PRO | VT2Pro | - | 16.0 | 61.1 | 221.7 | 221.7 | +| 4 | AgriGold | A647-42TRC | Trecepta | - | 15.3 | 58.3 | 205.4 | 205.4 | + +Top 5 by Yield: A645-55VT2PRO (AgriGold) 221.7, A642-18SSPRIB (AgriGold) 207.7, A644-64VT2RIB (AgriGold) 206.2, A647-42TRC (AgriGold) 205.4, A645-30VT2RIB (AgriGold) 195.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145232.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145232.json new file mode 100644 index 00000000..d2ec5abb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145232.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145232", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Waldron", + "county": "Shelby", + "year": 2025, + "plot_id": "145232", + "cooperator": "Bill Fischer", + "plot_average": 247.88, + "planted_date": "2025-06-04", + "harvested_date": "2025-11-06", + "population_seeds_per_acre": 40000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 55.0, + "Yield": 238.9, + "Adj Yield": 238.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 54.0, + "Yield": 247.1, + "Adj Yield": 259.41 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 54.0, + "Yield": 245.0, + "Adj Yield": 253.97 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 56.0, + "Yield": 221.5, + "Adj Yield": 227.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 54.0, + "Yield": 245.7, + "Adj Yield": 249.94 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 54.0, + "Yield": 248.9, + "Adj Yield": 251.83 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 54.0, + "Yield": 252.3, + "Adj Yield": 254.61 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 54.0, + "Yield": 252.3, + "Adj Yield": 252.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 54.0, + "Yield": 263.8, + "Adj Yield": 264.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 55.0, + "Yield": 256.1, + "Adj Yield": 254.35 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 56.0, + "Yield": 239.1, + "Adj Yield": 234.05 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 54.0, + "Yield": 240.7, + "Adj Yield": 231.81 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 57.0, + "Yield": 257.9, + "Adj Yield": 244.18 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 55.0, + "Yield": 274.9, + "Adj Yield": 274.9 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145232" + ], + "fetched_at": "2026-05-27T02:20:55.273319+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145232.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145232.md new file mode 100644 index 00000000..9c91ee76 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145232.md @@ -0,0 +1,44 @@ +# Corn yield trial — Waldron, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Shelby +- **City:** Waldron +- **Year:** 2025 +- **Plot ID:** 145232 +- **Cooperator:** Bill Fischer +- **Plot average:** 247.88 BU/Ac +- **Planted:** 2025-06-04 +- **Harvested:** 2025-11-06 +- **Population:** 40,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145232 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.9 | 55.0 | 238.9 | 238.9 | +| 2 | AgriGold | A639-03VT2RIB | VT2RIB | - | 18.8 | 54.0 | 247.1 | 259.41 | +| 5 | AgriGold | A639-38V-RN | 3220 | - | 19.9 | 54.0 | 245.0 | 253.97 | +| 11 | AgriGold | A640-16-3110 | 3110 | - | 21.1 | 56.0 | 221.5 | 227.8 | +| 7 | AgriGold | A641-26V | 3220EZ | - | 21.6 | 54.0 | 245.7 | 249.94 | +| 6 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 21.1 | 54.0 | 248.9 | 251.83 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 21.4 | 54.0 | 252.3 | 254.61 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 21.4 | 54.0 | 252.3 | 252.3 | +| 1 | AgriGold | A642-18TRC | Trecepta | - | 21.5 | 54.0 | 263.8 | 264.7 | +| 4 | AgriGold | A642-32VT2RIB | VT2RIB | - | 20.4 | 55.0 | 256.1 | 254.35 | +| 9 | AgriGold | A643-52VT2RIB | VT2RIB | - | 20.9 | 56.0 | 239.1 | 234.05 | +| 10 | AgriGold | A645-16VT2RIB | VT2RIB | - | 20.7 | 54.0 | 240.7 | 231.81 | +| 8 | AgriGold | A645-30VT2RIB | VT2RIB | - | 21.0 | 57.0 | 257.9 | 244.18 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.8 | 55.0 | 274.9 | 274.9 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 274.9, A642-18TRC (AgriGold) 263.8, A645-30VT2RIB (AgriGold) 257.9, A642-32VT2RIB (AgriGold) 256.1, A644-64VT2RIB (AgriGold) 252.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145233.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145233.json new file mode 100644 index 00000000..b22d5554 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145233.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145233", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Greensburg", + "county": "Decatur", + "year": 2025, + "plot_id": "145233", + "cooperator": "Nobbe Seeds", + "plot_average": 220.46, + "planted_date": "2025-06-02", + "harvested_date": "2025-11-13", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 58.0, + "Yield": 229.1, + "Adj Yield": 229.1 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 58.0, + "Yield": 216.5, + "Adj Yield": 202.37 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 59.0, + "Yield": 229.7, + "Adj Yield": 219.48 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 57.0, + "Yield": 230.9, + "Adj Yield": 224.19 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 57.0, + "Yield": 235.6, + "Adj Yield": 232.04 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 57.0, + "Yield": 201.8, + "Adj Yield": 201.31 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.0, + "Yield": 226.9, + "Adj Yield": 229.26 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.0, + "Yield": 220.5, + "Adj Yield": 225.73 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 58.0, + "Yield": 228.3, + "Adj Yield": 236.59 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 57.0, + "Yield": 198.8, + "Adj Yield": 198.8 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 57.0, + "Yield": 198.8, + "Adj Yield": 207.6 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 60.0, + "Yield": 203.0, + "Adj Yield": 210.08 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 59.0, + "Yield": 201.5, + "Adj Yield": 207.49 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 58.0, + "Yield": 214.8, + "Adj Yield": 220.14 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 59.0, + "Yield": 219.6, + "Adj Yield": 224.64 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 60.0, + "Yield": 216.5, + "Adj Yield": 221.46 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 58.0, + "Yield": 236.1, + "Adj Yield": 241.23 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 59.0, + "Yield": 214.2, + "Adj Yield": 219.71 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.0, + "Yield": 218.6, + "Adj Yield": 224.56 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 58.0, + "Yield": 203.8, + "Adj Yield": 203.8 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145233" + ], + "fetched_at": "2026-05-27T02:20:55.814563+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145233.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145233.md new file mode 100644 index 00000000..c81533f6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145233.md @@ -0,0 +1,49 @@ +# Corn yield trial — Greensburg, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Decatur +- **City:** Greensburg +- **Year:** 2025 +- **Plot ID:** 145233 +- **Cooperator:** Nobbe Seeds +- **Plot average:** 220.46 BU/Ac +- **Planted:** 2025-06-02 +- **Harvested:** 2025-11-13 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145233 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.4 | 58.0 | 229.1 | 229.1 | +| 16 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.3 | 58.0 | 216.5 | 202.37 | +| 12 | AgriGold | A639-38V-RN | 3220 | - | 15.5 | 59.0 | 229.7 | 219.48 | +| 8 | AgriGold | A640-16-3110 | 3110 | - | 15.5 | 57.0 | 230.9 | 224.19 | +| 3 | AgriGold | A641-26V | 3220EZ | - | 15.8 | 57.0 | 235.6 | 232.04 | +| 17 | AgriGold | A641-62D-RN | 5122 | - | 16.3 | 57.0 | 201.8 | 201.31 | +| 4 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.4 | 58.0 | 226.9 | 229.26 | +| 5 | AgriGold | A642-18TRC | Trecepta | - | 16.1 | 59.0 | 220.5 | 225.73 | +| 2 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.9 | 58.0 | 228.3 | 236.59 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.8 | 57.0 | 198.8 | 198.8 | +| 14 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.8 | 57.0 | 198.8 | 207.6 | +| 13 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.3 | 60.0 | 203.0 | 210.08 | +| 15 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.8 | 59.0 | 201.5 | 207.49 | +| 10 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.2 | 58.0 | 214.8 | 220.14 | +| 6 | AgriGold | A645-30VT2RIB | VT2RIB | - | 17.8 | 59.0 | 219.6 | 224.64 | +| 9 | AgriGold | A645-55VT2PRO | VT2Pro | - | 15.9 | 60.0 | 216.5 | 221.46 | +| 1 | AgriGold | A645-71STXRIB | STXRIB | - | 16.9 | 58.0 | 236.1 | 241.23 | +| 11 | AgriGold | A646-17TRC | Trecepta | - | 16.3 | 59.0 | 214.2 | 219.71 | +| 7 | AgriGold | A646-30VT2RIB | VT2RIB | - | 15.8 | 58.0 | 218.6 | 224.56 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.6 | 58.0 | 203.8 | 203.8 | + +Top 5 by Yield: A645-71STXRIB (AgriGold) 236.1, A641-26V (AgriGold) 235.6, A640-16-3110 (AgriGold) 230.9, A639-38V-RN (AgriGold) 229.7, A644-64VT2RIB (AgriGold) 229.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145234.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145234.json new file mode 100644 index 00000000..b350b04d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145234.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145234", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Shelbyville", + "county": "Shelby", + "year": 2025, + "plot_id": "145234", + "cooperator": "Keith Meltzer", + "plot_average": 184.73, + "planted_date": "2025-06-02", + "harvested_date": "2025-10-23", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 4, + "brand": "Croplan", + "product": "CP4516TRE/RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 56.0, + "Yield": 195.7, + "Adj Yield": 195.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A636-39", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 57.0, + "Yield": 193.6, + "Adj Yield": 193.6 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 54.0, + "Yield": 160.2, + "Adj Yield": 160.2 + } + }, + { + "rank": 3, + "brand": "Croplan", + "product": "CP4840TRE/RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 56.0, + "Yield": 202.6, + "Adj Yield": 202.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A640-24", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 56.0, + "Yield": 170.4, + "Adj Yield": 170.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 54.0, + "Yield": 237.0, + "Adj Yield": 237.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 55.0, + "Yield": 195.2, + "Adj Yield": 195.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 54.0, + "Yield": 227.5, + "Adj Yield": 227.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A646-30", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 57.0, + "Yield": 192.0, + "Adj Yield": 192.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 59.0, + "Yield": 149.0, + "Adj Yield": 149.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "J6233W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 55.0, + "Yield": 152.4, + "Adj Yield": 152.4 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A644-27W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 59.0, + "Yield": 141.2, + "Adj Yield": 141.2 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145234" + ], + "fetched_at": "2026-05-27T02:20:56.253713+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145234.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145234.md new file mode 100644 index 00000000..d4d1f6a0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145234.md @@ -0,0 +1,41 @@ +# Corn yield trial — Shelbyville, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Shelby +- **City:** Shelbyville +- **Year:** 2025 +- **Plot ID:** 145234 +- **Cooperator:** Keith Meltzer +- **Plot average:** 184.73 BU/Ac +- **Planted:** 2025-06-02 +- **Harvested:** 2025-10-23 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145234 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 4 | Croplan | CP4516TRE/RIB | TreceptaRIB | - | 15.6 | 56.0 | 195.7 | 195.7 | +| 6 | AgriGold | A636-39 | C | - | 16.0 | 57.0 | 193.6 | 193.6 | +| 9 | AgriGold | A638-19 | C | - | 16.2 | 54.0 | 160.2 | 160.2 | +| 3 | Croplan | CP4840TRE/RIB | TreceptaRIB | - | 15.2 | 56.0 | 202.6 | 202.6 | +| 8 | AgriGold | A640-24 | C | - | 17.2 | 56.0 | 170.4 | 170.4 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.8 | 54.0 | 237.0 | 237.0 | +| 5 | AgriGold | A645-16 | C | - | 18.3 | 55.0 | 195.2 | 195.2 | +| 2 | AgriGold | A645-16VT2RIB | VT2RIB | - | 19.7 | 54.0 | 227.5 | 227.5 | +| 7 | AgriGold | A646-30 | C | - | 17.8 | 57.0 | 192.0 | 192.0 | +| 11 | AgriGold | A642-32 | C | - | 17.7 | 59.0 | 149.0 | 149.0 | +| 10 | AgriGold | J6233W | W | - | 21.1 | 55.0 | 152.4 | 152.4 | +| 12 | AgriGold | A644-27W | W | - | 19.9 | 59.0 | 141.2 | 141.2 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 237.0, A645-16VT2RIB (AgriGold) 227.5, CP4840TRE/RIB (Croplan) 202.6, CP4516TRE/RIB (Croplan) 195.7, A645-16 (AgriGold) 195.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145241.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145241.json new file mode 100644 index 00000000..50629782 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145241.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145241", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Riverside", + "county": "Washington", + "year": 2025, + "plot_id": "145241", + "cooperator": "Leon Simon", + "plot_average": 220.81, + "planted_date": "2025-04-29", + "harvested_date": "2025-10-06", + "population_seeds_per_acre": 32800, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Veltyma", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 60.3, + "Yield": 226.6, + "Adj Yield": 226.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 59.3, + "Yield": 227.7, + "Adj Yield": 227.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 58.1, + "Yield": 213.7, + "Adj Yield": 213.7 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 58.1, + "Yield": 204.7, + "Adj Yield": 204.7 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-16DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 57.9, + "Yield": 223.1, + "Adj Yield": 223.1 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 58.6, + "Yield": 203.8, + "Adj Yield": 203.8 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 59.8, + "Yield": 208.0, + "Adj Yield": 208.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 57.9, + "Yield": 226.4, + "Adj Yield": 226.4 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 57.9, + "Yield": 202.9, + "Adj Yield": 202.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 60.0, + "Yield": 237.8, + "Adj Yield": 237.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 59.3, + "Yield": 247.0, + "Adj Yield": 247.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 59.6, + "Yield": 217.7, + "Adj Yield": 217.7 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 58.6, + "Yield": 214.1, + "Adj Yield": 214.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 58.1, + "Yield": 238.0, + "Adj Yield": 238.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 60.1, + "Yield": 224.2, + "Adj Yield": 224.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 59.1, + "Yield": 228.7, + "Adj Yield": 228.7 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 59.8, + "Yield": 215.7, + "Adj Yield": 215.7 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145241" + ], + "fetched_at": "2026-05-27T02:20:56.798670+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145241.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145241.md new file mode 100644 index 00000000..7cd34584 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145241.md @@ -0,0 +1,48 @@ +# Corn yield trial — Riverside, IA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Washington +- **City:** Riverside +- **Year:** 2025 +- **Plot ID:** 145241 +- **Cooperator:** Leon Simon +- **Plot average:** 220.81 BU/Ac +- **Planted:** 2025-04-29 +- **Harvested:** 2025-10-06 +- **Population:** 32,800 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Veltyma +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145241 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 13.3 | 60.3 | 226.6 | 226.6 | +| 5 | AgriGold | A637-72VT2RIB | VT2RIB | - | 13.2 | 59.3 | 227.7 | 227.7 | +| 10 | AgriGold | A638-91VT2PRO | VT2Pro | - | 13.1 | 58.1 | 213.7 | 213.7 | +| 12 | AgriGold | A639-03VT2RIB | VT2RIB | - | 12.7 | 58.1 | 204.7 | 204.7 | +| 7 | AgriGold | A640-16DV-RN | 5222 | - | 14.4 | 57.9 | 223.1 | 223.1 | +| 13 | AgriGold | A640-94VT4PRO | VT4Pro | - | 13.1 | 58.6 | 203.8 | 203.8 | +| 11 | AgriGold | A641-26V | 3220EZ | - | 12.8 | 59.8 | 208.0 | 208.0 | +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 13.6 | 57.9 | 226.4 | 226.4 | +| 14 | AgriGold | A641-62D-RN | 5122 | - | 13.9 | 57.9 | 202.9 | 202.9 | +| 3 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 13.5 | 60.0 | 237.8 | 237.8 | +| 1 | AgriGold | A642-18SSPRIB | SSPRIB | - | 14.2 | 59.3 | 247.0 | 247.0 | +| 8 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.7 | 59.6 | 217.7 | 217.7 | +| 9 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.6 | 58.6 | 214.1 | 214.1 | +| 2 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.1 | 58.1 | 238.0 | 238.0 | +| 6 | AgriGold | A645-30VT2RIB | VT2RIB | - | 16.2 | 60.1 | 224.2 | 224.2 | +| 4 | AgriGold | A645-71STXRIB | STXRIB | - | 15.5 | 59.1 | 228.7 | 228.7 | +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.7 | 59.8 | 215.7 | 215.7 | + +Top 5 by Yield: A642-18SSPRIB (AgriGold) 247.0, A645-16VT2RIB (AgriGold) 238.0, A642-05VT2RIBD1 (AgriGold) 237.8, A645-71STXRIB (AgriGold) 228.7, A637-72VT2RIB (AgriGold) 227.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145242.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145242.json new file mode 100644 index 00000000..25a27251 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145242.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145242", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Kalona", + "county": "Washington", + "year": 2025, + "plot_id": "145242", + "cooperator": "Keith & Greg Troyer", + "plot_average": 214.3, + "planted_date": "2025-04-29", + "harvested_date": "2025-10-16", + "population_seeds_per_acre": 3400, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 59.2, + "Yield": 198.1, + "Adj Yield": 198.1 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P1027AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 60.1, + "Yield": 235.8, + "Adj Yield": 241.79 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 58.7, + "Yield": 215.1, + "Adj Yield": 219.23 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 55.2, + "Yield": 175.3, + "Adj Yield": 177.92 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 57.3, + "Yield": 215.4, + "Adj Yield": 216.72 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 56.4, + "Yield": 207.1, + "Adj Yield": 207.17 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 57.2, + "Yield": 195.4, + "Adj Yield": 194.41 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 59.5, + "Yield": 208.2, + "Adj Yield": 208.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 56.8, + "Yield": 211.6, + "Adj Yield": 210.25 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 59.0, + "Yield": 231.0, + "Adj Yield": 229.73 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 58.7, + "Yield": 236.5, + "Adj Yield": 235.05 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.2, + "Yield": 234.2, + "Adj Yield": 232.42 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 58.8, + "Yield": 211.2, + "Adj Yield": 208.89 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 56.3, + "Yield": 208.4, + "Adj Yield": 205.37 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 57.9, + "Yield": 218.6, + "Adj Yield": 214.7 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 57.6, + "Yield": 211.5, + "Adj Yield": 206.56 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 58.7, + "Yield": 212.4, + "Adj Yield": 212.4 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145242" + ], + "fetched_at": "2026-05-27T02:20:57.306757+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145242.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145242.md new file mode 100644 index 00000000..20870ab5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145242.md @@ -0,0 +1,47 @@ +# Corn yield trial — Kalona, IA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Washington +- **City:** Kalona +- **Year:** 2025 +- **Plot ID:** 145242 +- **Cooperator:** Keith & Greg Troyer +- **Plot average:** 214.3 BU/Ac +- **Planted:** 2025-04-29 +- **Harvested:** 2025-10-16 +- **Population:** 3,400 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145242 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 13.9 | 59.2 | 198.1 | 198.1 | +| 1 | Pioneer | P1027AM | AM | - | 13.9 | 60.1 | 235.8 | 241.79 | +| 5 | AgriGold | A638-91VT2PRO | VT2Pro | - | 13.9 | 58.7 | 215.1 | 219.23 | +| 14 | AgriGold | A639-03VT2RIB | VT2RIB | - | 13.7 | 55.2 | 175.3 | 177.92 | +| 6 | AgriGold | A640-16-3110 | 3110 | - | 14.1 | 57.3 | 215.4 | 216.72 | +| 10 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.3 | 56.4 | 207.1 | 207.17 | +| 13 | AgriGold | A641-26V | 3220EZ | - | 14.3 | 57.2 | 195.4 | 194.41 | +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.2 | 59.5 | 208.2 | 208.2 | +| 8 | AgriGold | A641-62D-RN | 5122 | - | 14.2 | 56.8 | 211.6 | 210.25 | +| 4 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.0 | 59.0 | 231.0 | 229.73 | +| 2 | AgriGold | A642-18SSPRIB | SSPRIB | - | 14.6 | 58.7 | 236.5 | 235.05 | +| 3 | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.3 | 59.2 | 234.2 | 232.42 | +| 9 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.2 | 58.8 | 211.2 | 208.89 | +| 12 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.3 | 56.3 | 208.4 | 205.37 | +| 7 | AgriGold | A645-71STXRIB | STXRIB | - | 14.6 | 57.9 | 218.6 | 214.7 | +| 11 | AgriGold | A646-17TRC | Trecepta | - | 14.4 | 57.6 | 211.5 | 206.56 | +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.1 | 58.7 | 212.4 | 212.4 | + +Top 5 by Yield: A642-18SSPRIB (AgriGold) 236.5, P1027AM (Pioneer) 235.8, A645-16VT2RIB (AgriGold) 234.2, A642-05VT2RIBD1 (AgriGold) 231.0, A645-71STXRIB (AgriGold) 218.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145243.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145243.json new file mode 100644 index 00000000..042935af --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145243.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145243", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Columbus Junction", + "county": "Louisa", + "year": 2025, + "plot_id": "145243", + "cooperator": "Podaril Farms Inc.", + "plot_average": 249.6, + "planted_date": "2025-04-29", + "harvested_date": "2025-09-23", + "population_seeds_per_acre": 33023, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 55.2, + "Yield": 248.9, + "Adj Yield": 248.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": 54.6, + "Yield": 237.5, + "Adj Yield": 237.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A640-24", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 25.4, + "Test Wt.": 54.5, + "Yield": 254.7, + "Adj Yield": 254.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 26.9, + "Test Wt.": 54.5, + "Yield": 246.3, + "Adj Yield": 246.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A646-30", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 26.5, + "Test Wt.": 54.6, + "Yield": 245.2, + "Adj Yield": 245.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A648-11", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 27.7, + "Test Wt.": 54.0, + "Yield": 248.7, + "Adj Yield": 248.7 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 25.4, + "Test Wt.": 54.8, + "Yield": 248.0, + "Adj Yield": 248.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 27.0, + "Test Wt.": 52.8, + "Yield": 252.1, + "Adj Yield": 252.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 24.5, + "Test Wt.": 54.7, + "Yield": 262.7, + "Adj Yield": 262.7 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145243" + ], + "fetched_at": "2026-05-27T02:20:57.773871+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145243.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145243.md new file mode 100644 index 00000000..4436304c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145243.md @@ -0,0 +1,39 @@ +# Corn yield trial — Columbus Junction, IA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Louisa +- **City:** Columbus Junction +- **Year:** 2025 +- **Plot ID:** 145243 +- **Cooperator:** Podaril Farms Inc. +- **Plot average:** 249.6 BU/Ac +- **Planted:** 2025-04-29 +- **Harvested:** 2025-09-23 +- **Population:** 33,023 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145243 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A642-32 | C | - | 23.2 | 55.2 | 248.9 | 248.9 | +| 7 | AgriGold | A638-19 | C | - | 23.0 | 54.6 | 237.5 | 237.5 | +| 2 | AgriGold | A640-24 | C | - | 25.4 | 54.5 | 254.7 | 254.7 | +| 5 | AgriGold | A645-16 | C | - | 26.9 | 54.5 | 246.3 | 246.3 | +| 6 | AgriGold | A646-30 | C | - | 26.5 | 54.6 | 245.2 | 245.2 | +| 4 | AgriGold | A648-11 | C | - | 27.7 | 54.0 | 248.7 | 248.7 | +| - | AgriGold | A642-32 | C | - | 25.4 | 54.8 | 248.0 | 248.0 | +| 3 | AgriGold | A644-19 | C | - | 27.0 | 52.8 | 252.1 | 252.1 | +| 1 | AgriGold | A644-19 | C | - | 24.5 | 54.7 | 262.7 | 262.7 | + +Top 5 by Yield: A644-19 (AgriGold) 262.7, A640-24 (AgriGold) 254.7, A644-19 (AgriGold) 252.1, A642-32 (AgriGold) 248.9, A648-11 (AgriGold) 248.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145245.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145245.json new file mode 100644 index 00000000..f10a5f68 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145245.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145245", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Douds", + "county": "Van Buren", + "year": 2025, + "plot_id": "145245", + "cooperator": "Cale & Katie Plowman", + "plot_average": 237.31, + "planted_date": "2025-09-09", + "harvested_date": "2025-09-17", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 58.0, + "Yield": 222.7, + "Adj Yield": 222.7 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 57.0, + "Yield": 201.6, + "Adj Yield": 201.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 58.1, + "Yield": 233.2, + "Adj Yield": 233.2 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 57.3, + "Yield": 225.9, + "Adj Yield": 225.9 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 57.3, + "Yield": 218.9, + "Adj Yield": 218.9 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 56.9, + "Yield": 223.5, + "Adj Yield": 223.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 56.9, + "Yield": 247.5, + "Adj Yield": 247.5 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 57.5, + "Yield": 219.3, + "Adj Yield": 219.3 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 55.9, + "Yield": 233.7, + "Adj Yield": 233.7 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 55.7, + "Yield": 210.5, + "Adj Yield": 210.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": 57.6, + "Yield": 272.2, + "Adj Yield": 272.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.6, + "Test Wt.": 54.9, + "Yield": 257.8, + "Adj Yield": 257.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 55.3, + "Yield": 253.0, + "Adj Yield": 253.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 24.4, + "Test Wt.": 54.4, + "Yield": 245.8, + "Adj Yield": 245.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": 56.3, + "Yield": 261.3, + "Adj Yield": 261.3 + } + }, + { + "rank": 7, + "brand": "Merschman", + "product": "M-2512C-30", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 23.6, + "Test Wt.": 54.5, + "Yield": 240.4, + "Adj Yield": 240.4 + } + }, + { + "rank": 11, + "brand": "Merschman", + "product": "M-2413C-30", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 26.1, + "Test Wt.": 53.9, + "Yield": 231.4, + "Adj Yield": 231.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 26.4, + "Test Wt.": 53.7, + "Yield": 240.2, + "Adj Yield": 240.2 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145245" + ], + "fetched_at": "2026-05-27T02:20:58.297515+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145245.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145245.md new file mode 100644 index 00000000..76bb732d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145245.md @@ -0,0 +1,48 @@ +# Corn yield trial — Douds, IA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Van Buren +- **City:** Douds +- **Year:** 2025 +- **Plot ID:** 145245 +- **Cooperator:** Cale & Katie Plowman +- **Plot average:** 237.31 BU/Ac +- **Planted:** 2025-09-09 +- **Harvested:** 2025-09-17 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145245 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 19.7 | 58.0 | 222.7 | 222.7 | +| 16 | AgriGold | A639-03VT2RIB | VT2RIB | - | 18.2 | 57.0 | 201.6 | 201.6 | +| 10 | AgriGold | A639-38V-RN | 3220 | - | 19.0 | 58.1 | 233.2 | 233.2 | +| 12 | AgriGold | A640-16-3110 | 3110 | - | 18.9 | 57.3 | 225.9 | 225.9 | +| 14 | AgriGold | A640-94VT4PRO | VT4Pro | - | 18.9 | 57.3 | 218.9 | 218.9 | +| 13 | AgriGold | A641-26V | 3220EZ | - | 20.6 | 56.9 | 223.5 | 223.5 | +| 5 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 19.7 | 56.9 | 247.5 | 247.5 | +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 19.5 | 57.5 | 219.3 | 219.3 | +| 9 | AgriGold | A643-52VT2RIB | VT2RIB | - | 21.7 | 55.9 | 233.7 | 233.7 | +| 15 | AgriGold | A644-64VT2RIB | VT2RIB | - | 21.4 | 55.7 | 210.5 | 210.5 | +| 1 | AgriGold | A645-16VT2RIB | VT2RIB | - | 24.1 | 57.6 | 272.2 | 272.2 | +| 3 | AgriGold | A645-30VT2RIB | VT2RIB | - | 25.6 | 54.9 | 257.8 | 257.8 | +| 4 | AgriGold | A645-55VT2PRO | VT2Pro | - | 23.2 | 55.3 | 253.0 | 253.0 | +| 6 | AgriGold | A646-17TRC | Trecepta | - | 24.4 | 54.4 | 245.8 | 245.8 | +| 2 | AgriGold | L6722VT2PRO | VT2Pro | - | 24.0 | 56.3 | 261.3 | 261.3 | +| 7 | Merschman | M-2512C-30 | PCE | - | 23.6 | 54.5 | 240.4 | 240.4 | +| 11 | Merschman | M-2413C-30 | PCE | - | 26.1 | 53.9 | 231.4 | 231.4 | +| 8 | AgriGold | A641-62D-RN | 5122 | - | 26.4 | 53.7 | 240.2 | 240.2 | + +Top 5 by Yield: A645-16VT2RIB (AgriGold) 272.2, L6722VT2PRO (AgriGold) 261.3, A645-30VT2RIB (AgriGold) 257.8, A645-55VT2PRO (AgriGold) 253.0, A642-05VT2RIBD1 (AgriGold) 247.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145246.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145246.json new file mode 100644 index 00000000..db65079d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145246.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145246", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Trenton", + "county": "Henry", + "year": 2025, + "plot_id": "145246", + "cooperator": "Jim Hooley", + "plot_average": 224.53, + "planted_date": "2025-04-14", + "harvested_date": "2025-09-22", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A640-24", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 58.0, + "Yield": 232.3, + "Adj Yield": 232.3 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 57.7, + "Yield": 195.1, + "Adj Yield": 195.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 57.2, + "Yield": 214.2, + "Adj Yield": 214.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 57.2, + "Yield": 227.7, + "Adj Yield": 227.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 57.3, + "Yield": 228.9, + "Adj Yield": 228.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.7, + "Yield": 226.9, + "Adj Yield": 226.9 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A640-24", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 58.6, + "Yield": 237.1, + "Adj Yield": 237.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 55.2, + "Yield": 217.6, + "Adj Yield": 217.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 57.2, + "Yield": 228.0, + "Adj Yield": 228.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 57.2, + "Yield": 242.6, + "Adj Yield": 242.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 56.3, + "Yield": 239.8, + "Adj Yield": 239.8 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A646-30", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 57.2, + "Yield": 210.9, + "Adj Yield": 210.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A648-11", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 56.3, + "Yield": 238.1, + "Adj Yield": 238.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A640-24", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 57.2, + "Yield": 249.1, + "Adj Yield": 249.1 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145246" + ], + "fetched_at": "2026-05-27T02:20:58.791885+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145246.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145246.md new file mode 100644 index 00000000..f4fab86c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145246.md @@ -0,0 +1,45 @@ +# Corn yield trial — Trenton, IA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Henry +- **City:** Trenton +- **Year:** 2025 +- **Plot ID:** 145246 +- **Cooperator:** Jim Hooley +- **Plot average:** 224.53 BU/Ac +- **Planted:** 2025-04-14 +- **Harvested:** 2025-09-22 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145246 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A640-24 | C | - | 16.2 | 58.0 | 232.3 | 232.3 | +| 11 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.3 | 57.7 | 195.1 | 195.1 | +| 9 | AgriGold | A638-19 | C | - | 15.5 | 57.2 | 214.2 | 214.2 | +| 6 | AgriGold | A639-38V-RN | 3220 | - | 16.0 | 57.2 | 227.7 | 227.7 | +| 4 | AgriGold | A640-16-3110 | 3110 | - | 16.0 | 57.3 | 228.9 | 228.9 | +| 7 | AgriGold | A641-26V | 3220EZ | - | 17.0 | 57.7 | 226.9 | 226.9 | +| - | AgriGold | A640-24 | C | - | 17.2 | 58.6 | 237.1 | 237.1 | +| 8 | AgriGold | A642-32 | C | - | 16.2 | 55.2 | 217.6 | 217.6 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.0 | 57.2 | 228.0 | 228.0 | +| 1 | AgriGold | A645-16 | C | - | 19.6 | 57.2 | 242.6 | 242.6 | +| 2 | AgriGold | A645-30VT2RIB | VT2RIB | - | 19.9 | 56.3 | 239.8 | 239.8 | +| 10 | AgriGold | A646-30 | C | - | 17.5 | 57.2 | 210.9 | 210.9 | +| 3 | AgriGold | A648-11 | C | - | 20.1 | 56.3 | 238.1 | 238.1 | +| - | AgriGold | A640-24 | C | - | 16.4 | 57.2 | 249.1 | 249.1 | + +Top 5 by Yield: A640-24 (AgriGold) 249.1, A645-16 (AgriGold) 242.6, A645-30VT2RIB (AgriGold) 239.8, A648-11 (AgriGold) 238.1, A640-24 (AgriGold) 237.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145253.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145253.json new file mode 100644 index 00000000..eda1d669 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145253.json @@ -0,0 +1,127 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145253", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "GA", + "state_abbrev": "ga", + "city": "Louisville", + "county": "Jefferson", + "year": 2025, + "plot_id": "145253", + "cooperator": "Stephen Nikkel", + "plot_average": 210.54, + "planted_date": "2025-04-03", + "harvested_date": "2025-08-27", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": null, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Peanuts", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 57.3, + "Yield": 220.2, + "Adj Yield": 220.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 58.7, + "Yield": 204.1, + "Adj Yield": 204.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 58.0, + "Yield": 208.6, + "Adj Yield": 208.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 56.0, + "Yield": 225.6, + "Adj Yield": 225.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.5, + "Yield": 196.4, + "Adj Yield": 196.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 57.5, + "Yield": 215.1, + "Adj Yield": 215.1 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.1, + "Yield": 203.8, + "Adj Yield": 203.8 + } + } + ], + "n_results": 7, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145253" + ], + "fetched_at": "2026-05-27T02:20:59.261411+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145253.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145253.md new file mode 100644 index 00000000..330dea39 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145253.md @@ -0,0 +1,35 @@ +# Corn yield trial — Louisville, GA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** GA +- **County:** Jefferson +- **City:** Louisville +- **Year:** 2025 +- **Plot ID:** 145253 +- **Cooperator:** Stephen Nikkel +- **Plot average:** 210.54 BU/Ac +- **Planted:** 2025-04-03 +- **Harvested:** 2025-08-27 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **Tillage:** Conventional +- **Previous crop:** Peanuts +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145253 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | A642-18SSPRIB | SSPRIB | - | 14.5 | 57.3 | 220.2 | 220.2 | +| 5 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.4 | 58.7 | 204.1 | 204.1 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.6 | 58.0 | 208.6 | 208.6 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.1 | 56.0 | 225.6 | 225.6 | +| 7 | AgriGold | A645-30VT2RIB | VT2RIB | - | 15.0 | 59.5 | 196.4 | 196.4 | +| 3 | AgriGold | A645-55VT2PRO | VT2Pro | - | 15.3 | 57.5 | 215.1 | 215.1 | +| 6 | AgriGold | A646-17STXRIB | STXRIB | - | 14.7 | 58.1 | 203.8 | 203.8 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 225.6, A642-18SSPRIB (AgriGold) 220.2, A645-55VT2PRO (AgriGold) 215.1, A643-52VT2RIB (AgriGold) 208.6, A642-32VT2RIB (AgriGold) 204.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145259.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145259.json new file mode 100644 index 00000000..15b1cdc2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145259.json @@ -0,0 +1,348 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145259", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "GA", + "state_abbrev": "ga", + "city": "Dawson", + "county": "Terrell", + "year": 2025, + "plot_id": "145259", + "cooperator": "Riley Curry", + "plot_average": 255.36, + "planted_date": "2025-04-04", + "harvested_date": "2025-09-01", + "population_seeds_per_acre": 32000, + "row_width": "36.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 58.4, + "Yield": 254.3, + "Adj Yield": 254.3 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 57.4, + "Yield": 254.9, + "Adj Yield": 254.9 + } + }, + { + "rank": 20, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 57.7, + "Yield": 249.7, + "Adj Yield": 249.7 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.0, + "Yield": 229.6, + "Adj Yield": 229.6 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 56.4, + "Yield": 251.4, + "Adj Yield": 251.4 + } + }, + { + "rank": 19, + "brand": "Revere", + "product": "1577VT2P", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 59.5, + "Yield": 251.1, + "Adj Yield": 251.1 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 59.4, + "Yield": 252.6, + "Adj Yield": 252.6 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P1608YHR", + "traits": "Intrasect", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 59.4, + "Yield": 263.3, + "Adj Yield": 263.3 + } + }, + { + "rank": 11, + "brand": "Revere", + "product": "R116-44VT2P", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.5, + "Yield": 258.8, + "Adj Yield": 258.8 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A646-17STX", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 59.1, + "Yield": 253.7, + "Adj Yield": 253.7 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 58.9, + "Yield": 232.9, + "Adj Yield": 232.9 + } + }, + { + "rank": 10, + "brand": "Pioneer", + "product": "P17677YHR", + "traits": "Leptra", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 61.2, + "Yield": 258.9, + "Adj Yield": 258.9 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 59.4, + "Yield": 251.8, + "Adj Yield": 251.8 + } + }, + { + "rank": 7, + "brand": "Revere", + "product": "1839TC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 57.9, + "Yield": 262.7, + "Adj Yield": 262.7 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC70-45RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 57.9, + "Yield": 266.4, + "Adj Yield": 266.4 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 60.6, + "Yield": 256.4, + "Adj Yield": 256.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 61.2, + "Yield": 267.0, + "Adj Yield": 267.0 + } + }, + { + "rank": 5, + "brand": "Croplan", + "product": "CP5678VT2P", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 59.7, + "Yield": 263.6, + "Adj Yield": 263.6 + } + }, + { + "rank": 8, + "brand": "Croplan", + "product": "CP5893TRE/RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 61.6, + "Yield": 259.5, + "Adj Yield": 259.5 + } + }, + { + "rank": 1, + "brand": "Croplan", + "product": "Unknown", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 58.8, + "Yield": 278.4, + "Adj Yield": 278.4 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P11616PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 59.5, + "Yield": 259.3, + "Adj Yield": 259.3 + } + }, + { + "rank": 21, + "brand": "Pioneer", + "product": "Unknown", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.2, + "Yield": 248.0, + "Adj Yield": 248.0 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "Unknown", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 59.7, + "Yield": 271.3, + "Adj Yield": 271.3 + } + }, + { + "rank": 22, + "brand": "Pioneer", + "product": "Unknown", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 56.5, + "Yield": 233.1, + "Adj Yield": 233.1 + } + } + ], + "n_results": 24, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145259" + ], + "fetched_at": "2026-05-27T02:20:59.779094+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145259.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145259.md new file mode 100644 index 00000000..a60635bb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145259.md @@ -0,0 +1,53 @@ +# Corn yield trial — Dawson, GA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** GA +- **County:** Terrell +- **City:** Dawson +- **Year:** 2025 +- **Plot ID:** 145259 +- **Cooperator:** Riley Curry +- **Plot average:** 255.36 BU/Ac +- **Planted:** 2025-04-04 +- **Harvested:** 2025-09-01 +- **Population:** 32,000 seeds/acre +- **Row width:** 36.0" +- **# Rows:** 8 +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145259 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 14 | AgriGold | A642-18SSPRIB | SSPRIB | - | 16.4 | 58.4 | 254.3 | 254.3 | +| 13 | AgriGold | A642-18TRC | Trecepta | - | 14.7 | 57.4 | 254.9 | 254.9 | +| 20 | Pioneer | P13777PCE | PCE | - | 14.4 | 57.7 | 249.7 | 249.7 | +| 24 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.5 | 59.0 | 229.6 | 229.6 | +| 18 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.0 | 56.4 | 251.4 | 251.4 | +| 19 | Revere | 1577VT2P | VT2Pro | - | 14.9 | 59.5 | 251.1 | 251.1 | +| 16 | AgriGold | A645-30VT2RIB | VT2RIB | - | 14.8 | 59.4 | 252.6 | 252.6 | +| 6 | Pioneer | P1608YHR | Intrasect | - | 14.7 | 59.4 | 263.3 | 263.3 | +| 11 | Revere | R116-44VT2P | VT2Pro | - | 15.4 | 58.5 | 258.8 | 258.8 | +| 15 | AgriGold | A646-17STX | STX | - | 14.6 | 59.1 | 253.7 | 253.7 | +| 23 | AgriGold | A646-17TRC | Trecepta | - | 14.6 | 58.9 | 232.9 | 232.9 | +| 10 | Pioneer | P17677YHR | Leptra | - | 14.6 | 61.2 | 258.9 | 258.9 | +| 17 | Dekalb | DKC68-35 | VT2Pro | - | 14.2 | 59.4 | 251.8 | 251.8 | +| 7 | Revere | 1839TC | Trecepta | - | 16.7 | 57.9 | 262.7 | 262.7 | +| 4 | Dekalb | DKC70-45RIB | VT2RIB | - | 16.7 | 57.9 | 266.4 | 266.4 | +| 12 | AgriGold | L6818VT2PRO | VT2Pro | - | 16.0 | 60.6 | 256.4 | 256.4 | +| 3 | AgriGold | L6722VT2PRO | VT2Pro | - | 15.8 | 61.2 | 267.0 | 267.0 | +| 5 | Croplan | CP5678VT2P | VT2Pro | - | 15.8 | 59.7 | 263.6 | 263.6 | +| 8 | Croplan | CP5893TRE/RIB | TreceptaRIB | - | 16.0 | 61.6 | 259.5 | 259.5 | +| 1 | Croplan | Unknown | Unknown | - | 16.6 | 58.8 | 278.4 | 278.4 | +| 9 | Pioneer | P11616PCE | PCE | - | 15.5 | 59.5 | 259.3 | 259.3 | +| 21 | Pioneer | Unknown | Unknown | - | 15.4 | 58.2 | 248.0 | 248.0 | +| 2 | Pioneer | Unknown | Unknown | - | 15.8 | 59.7 | 271.3 | 271.3 | +| 22 | Pioneer | Unknown | Unknown | - | 15.1 | 56.5 | 233.1 | 233.1 | + +Top 5 by Yield: Unknown (Croplan) 278.4, Unknown (Pioneer) 271.3, L6722VT2PRO (AgriGold) 267.0, DKC70-45RIB (Dekalb) 266.4, CP5678VT2P (Croplan) 263.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145260.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145260.json new file mode 100644 index 00000000..fa089c77 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145260.json @@ -0,0 +1,374 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145260", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "GA", + "state_abbrev": "ga", + "city": "Hawkinsville", + "county": "Pulaski", + "year": 2025, + "plot_id": "145260", + "cooperator": "CJ Farms", + "plot_average": 198.4, + "planted_date": "2025-04-05", + "harvested_date": "2025-09-04", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 17, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 57.4, + "Yield": 185.9, + "Adj Yield": 185.9 + } + }, + { + "rank": 19, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 59.9, + "Yield": 179.7, + "Adj Yield": 179.7 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 58.8, + "Yield": 197.9, + "Adj Yield": 197.9 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 56.7, + "Yield": 187.7, + "Adj Yield": 187.7 + } + }, + { + "rank": 22, + "brand": "Revere", + "product": "1577VT2P", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.1, + "Yield": 173.7, + "Adj Yield": 173.7 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.6, + "Yield": 183.5, + "Adj Yield": 183.5 + } + }, + { + "rank": 20, + "brand": "Pioneer", + "product": "P1608YHR", + "traits": "Intrasect", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 59.8, + "Yield": 177.4, + "Adj Yield": 177.4 + } + }, + { + "rank": 15, + "brand": "Revere", + "product": "R116-44VT2P", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 59.2, + "Yield": 193.3, + "Adj Yield": 193.3 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A646-17STX", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.4, + "Yield": 155.0, + "Adj Yield": 155.0 + } + }, + { + "rank": 25, + "brand": "Pioneer", + "product": "P17677YHR", + "traits": "Leptra", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 58.6, + "Yield": 161.6, + "Adj Yield": 161.6 + } + }, + { + "rank": 21, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 58.3, + "Yield": 173.9, + "Adj Yield": 173.9 + } + }, + { + "rank": 23, + "brand": "Revere", + "product": "1839TC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 57.6, + "Yield": 171.2, + "Adj Yield": 171.2 + } + }, + { + "rank": 24, + "brand": "Dekalb", + "product": "DKC70-45", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.7, + "Yield": 167.4, + "Adj Yield": 167.4 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 56.9, + "Yield": 201.8, + "Adj Yield": 201.8 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.0, + "Yield": 209.5, + "Adj Yield": 209.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 59.2, + "Yield": 215.5, + "Adj Yield": 215.5 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 57.8, + "Yield": 210.4, + "Adj Yield": 210.4 + } + }, + { + "rank": 12, + "brand": "Revere", + "product": "1577VT2P", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 58.2, + "Yield": 203.0, + "Adj Yield": 203.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 60.1, + "Yield": 217.7, + "Adj Yield": 217.7 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P1608YHR", + "traits": "Intrasect", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 59.7, + "Yield": 228.1, + "Adj Yield": 228.1 + } + }, + { + "rank": 6, + "brand": "Revere", + "product": "R116-44VT2P", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 59.4, + "Yield": 224.7, + "Adj Yield": 224.7 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A646-17STX", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.7, + "Yield": 214.6, + "Adj Yield": 214.6 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P17677YHR", + "traits": "Leptra", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 58.7, + "Yield": 225.6, + "Adj Yield": 225.6 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 60.6, + "Yield": 229.8, + "Adj Yield": 229.8 + } + }, + { + "rank": 1, + "brand": "Revere", + "product": "1839TC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.6, + "Yield": 237.8, + "Adj Yield": 237.8 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC70-45", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 60.4, + "Yield": 231.8, + "Adj Yield": 231.8 + } + } + ], + "n_results": 26, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145260" + ], + "fetched_at": "2026-05-27T02:21:00.297058+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145260.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145260.md new file mode 100644 index 00000000..1a2981e5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145260.md @@ -0,0 +1,55 @@ +# Corn yield trial — Hawkinsville, GA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** GA +- **County:** Pulaski +- **City:** Hawkinsville +- **Year:** 2025 +- **Plot ID:** 145260 +- **Cooperator:** CJ Farms +- **Plot average:** 198.4 BU/Ac +- **Planted:** 2025-04-05 +- **Harvested:** 2025-09-04 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145260 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 17 | AgriGold | A642-18SSPRIB | SSPRIB | - | 14.5 | 57.4 | 185.9 | 185.9 | +| 19 | Pioneer | P13777PCE | PCE | - | 14.2 | 59.9 | 179.7 | 179.7 | +| 14 | AgriGold | A643-52VT2PRO | VT2Pro | - | 14.5 | 58.8 | 197.9 | 197.9 | +| 16 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.1 | 56.7 | 187.7 | 187.7 | +| 22 | Revere | 1577VT2P | VT2Pro | - | 14.4 | 59.1 | 173.7 | 173.7 | +| 18 | AgriGold | A645-30VT2RIB | VT2RIB | - | 14.8 | 58.6 | 183.5 | 183.5 | +| 20 | Pioneer | P1608YHR | Intrasect | - | 14.9 | 59.8 | 177.4 | 177.4 | +| 15 | Revere | R116-44VT2P | VT2Pro | - | 14.9 | 59.2 | 193.3 | 193.3 | +| 26 | AgriGold | A646-17STX | STX | - | 14.9 | 58.4 | 155.0 | 155.0 | +| 25 | Pioneer | P17677YHR | Leptra | - | 14.6 | 58.6 | 161.6 | 161.6 | +| 21 | Dekalb | DKC68-35 | VT2Pro | - | 15.0 | 58.3 | 173.9 | 173.9 | +| 23 | Revere | 1839TC | Trecepta | - | 14.7 | 57.6 | 171.2 | 171.2 | +| 24 | Dekalb | DKC70-45 | VT2Pro | - | 14.7 | 58.7 | 167.4 | 167.4 | +| 13 | AgriGold | A642-18SSPRIB | SSPRIB | - | 14.4 | 56.9 | 201.8 | 201.8 | +| 11 | Pioneer | P13777PCE | PCE | - | 14.7 | 58.0 | 209.5 | 209.5 | +| 8 | AgriGold | A643-52VT2PRO | VT2Pro | - | 14.8 | 59.2 | 215.5 | 215.5 | +| 10 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.6 | 57.8 | 210.4 | 210.4 | +| 12 | Revere | 1577VT2P | VT2Pro | - | 14.5 | 58.2 | 203.0 | 203.0 | +| 7 | AgriGold | A645-30VT2RIB | VT2RIB | - | 14.9 | 60.1 | 217.7 | 217.7 | +| 4 | Pioneer | P1608YHR | Intrasect | - | 15.1 | 59.7 | 228.1 | 228.1 | +| 6 | Revere | R116-44VT2P | VT2Pro | - | 15.1 | 59.4 | 224.7 | 224.7 | +| 9 | AgriGold | A646-17STX | STX | - | 14.8 | 58.7 | 214.6 | 214.6 | +| 5 | Pioneer | P17677YHR | Leptra | - | 14.1 | 58.7 | 225.6 | 225.6 | +| 3 | Dekalb | DKC68-35 | VT2Pro | - | 14.4 | 60.6 | 229.8 | 229.8 | +| 1 | Revere | 1839TC | Trecepta | - | 15.4 | 58.6 | 237.8 | 237.8 | +| 2 | Dekalb | DKC70-45 | VT2Pro | - | 14.5 | 60.4 | 231.8 | 231.8 | + +Top 5 by Yield: 1839TC (Revere) 237.8, DKC70-45 (Dekalb) 231.8, DKC68-35 (Dekalb) 229.8, P1608YHR (Pioneer) 228.1, P17677YHR (Pioneer) 225.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145282.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145282.json new file mode 100644 index 00000000..915cc31d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145282.json @@ -0,0 +1,361 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145282", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Furley", + "county": "Sedgwick", + "year": 2025, + "plot_id": "145282", + "cooperator": "Fleming Feed and Grain", + "plot_average": 122.88, + "planted_date": "2025-04-10", + "harvested_date": "2025-09-15", + "population_seeds_per_acre": 19500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 54.7, + "Yield": 140.2, + "Adj Yield": 140.2 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 57.5, + "Yield": 111.9, + "Adj Yield": 111.9 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 57.3, + "Yield": 110.4, + "Adj Yield": 110.4 + } + }, + { + "rank": 15, + "brand": "Ohlde Seed", + "product": "O25-10VT2ProRB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 55.4, + "Yield": 119.0, + "Adj Yield": 119.0 + } + }, + { + "rank": 13, + "brand": "Phillips", + "product": "PS1025V32", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 55.1, + "Yield": 121.6, + "Adj Yield": 121.6 + } + }, + { + "rank": 12, + "brand": "Golden Harvest", + "product": "G10U97V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 56.2, + "Yield": 124.7, + "Adj Yield": 124.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 57.4, + "Yield": 129.3, + "Adj Yield": 129.3 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 54.9, + "Yield": 124.4, + "Adj Yield": 124.4 + } + }, + { + "rank": 9, + "brand": "Phillips", + "product": "PS1226PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 56.9, + "Yield": 127.5, + "Adj Yield": 127.5 + } + }, + { + "rank": 21, + "brand": "Phillips", + "product": "PS1179A31", + "traits": "3220AEZ", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 55.4, + "Yield": 101.2, + "Adj Yield": 101.2 + } + }, + { + "rank": 7, + "brand": "Ohlde Seed", + "product": "O26-10VT2PRORB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 56.4, + "Yield": 128.2, + "Adj Yield": 128.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 57.4, + "Yield": 131.3, + "Adj Yield": 131.3 + } + }, + { + "rank": 4, + "brand": "Ohlde Seed", + "product": "O24-14DGVT2ProRB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 55.8, + "Yield": 129.7, + "Adj Yield": 129.7 + } + }, + { + "rank": 14, + "brand": "Ohlde Seed", + "product": "O29-14", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 55.4, + "Yield": 120.2, + "Adj Yield": 120.2 + } + }, + { + "rank": 18, + "brand": "Phillips", + "product": "PS1372TRE", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 57.6, + "Yield": 118.4, + "Adj Yield": 118.4 + } + }, + { + "rank": 3, + "brand": "Golden Harvest", + "product": "G13U96-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 57.5, + "Yield": 130.9, + "Adj Yield": 130.9 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 57.0, + "Yield": 131.1, + "Adj Yield": 131.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 57.0, + "Yield": 131.1, + "Adj Yield": 131.1 + } + }, + { + "rank": 8, + "brand": "Golden Harvest", + "product": "G13U29-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 56.7, + "Yield": 128.0, + "Adj Yield": 128.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 58.3, + "Yield": 125.0, + "Adj Yield": 125.0 + } + }, + { + "rank": 6, + "brand": "Ohlde Seed", + "product": "O26-15VT2ProRB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 56.7, + "Yield": 128.7, + "Adj Yield": 128.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 58.5, + "Yield": 125.5, + "Adj Yield": 125.5 + } + }, + { + "rank": 16, + "brand": "Golden Harvest", + "product": "G17A81-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 54.0, + "Yield": 118.9, + "Adj Yield": 118.9 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 57.8, + "Yield": 118.9, + "Adj Yield": 118.9 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 56.2, + "Yield": 125.5, + "Adj Yield": 125.5 + } + } + ], + "n_results": 25, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145282" + ], + "fetched_at": "2026-05-27T02:21:00.808765+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145282.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145282.md new file mode 100644 index 00000000..1ce98cc2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145282.md @@ -0,0 +1,58 @@ +# Corn yield trial — Furley, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Sedgwick +- **City:** Furley +- **Year:** 2025 +- **Plot ID:** 145282 +- **Cooperator:** Fleming Feed and Grain +- **Plot average:** 122.88 BU/Ac +- **Planted:** 2025-04-10 +- **Harvested:** 2025-09-15 +- **Population:** 19,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145282 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 20.2 | 54.7 | 140.2 | 140.2 | +| 19 | AgriGold | A636-39-3110 | 3110 | - | 18.1 | 57.5 | 111.9 | 111.9 | +| 20 | AgriGold | A637-72VT2RIB | VT2RIB | - | 18.5 | 57.3 | 110.4 | 110.4 | +| 15 | Ohlde Seed | O25-10VT2ProRB | VT2RIB | - | 19.4 | 55.4 | 119.0 | 119.0 | +| 13 | Phillips | PS1025V32 | 3220 | - | 20.3 | 55.1 | 121.6 | 121.6 | +| 12 | Golden Harvest | G10U97V | 3220EZ | - | 19.5 | 56.2 | 124.7 | 124.7 | +| 5 | AgriGold | A641-26V | 3220EZ | - | 19.1 | 57.4 | 129.3 | 129.3 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 21.6 | 54.9 | 124.4 | 124.4 | +| 9 | Phillips | PS1226PCE | PCE | - | 19.0 | 56.9 | 127.5 | 127.5 | +| 21 | Phillips | PS1179A31 | 3220AEZ | - | 18.7 | 55.4 | 101.2 | 101.2 | +| 7 | Ohlde Seed | O26-10VT2PRORB | VT2RIB | - | 19.2 | 56.4 | 128.2 | 128.2 | +| 1 | AgriGold | A642-18TRC | Trecepta | - | 20.3 | 57.4 | 131.3 | 131.3 | +| 4 | Ohlde Seed | O24-14DGVT2ProRB | VT2RIB | - | 20.7 | 55.8 | 129.7 | 129.7 | +| 14 | Ohlde Seed | O29-14 | VT2RIB | - | 21.2 | 55.4 | 120.2 | 120.2 | +| 18 | Phillips | PS1372TRE | TreceptaRIB | - | 17.8 | 57.6 | 118.4 | 118.4 | +| 3 | Golden Harvest | G13U96-DV | 5222EZ | - | 18.7 | 57.5 | 130.9 | 130.9 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 19.8 | 57.0 | 131.1 | 131.1 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 19.8 | 57.0 | 131.1 | 131.1 | +| 8 | Golden Harvest | G13U29-VZ | 3330EZ | - | 20.5 | 56.7 | 128.0 | 128.0 | +| 11 | AgriGold | A645-55VT2PRO | VT2Pro | - | 18.7 | 58.3 | 125.0 | 125.0 | +| 6 | Ohlde Seed | O26-15VT2ProRB | VT2RIB | - | 21.9 | 56.7 | 128.7 | 128.7 | +| 10 | AgriGold | A645-30VT2RIB | VT2RIB | - | 18.4 | 58.5 | 125.5 | 125.5 | +| 16 | Golden Harvest | G17A81-V | 3220EZ | - | 21.4 | 54.0 | 118.9 | 118.9 | +| 16 | AgriGold | A646-17STXRIB | STXRIB | - | 18.1 | 57.8 | 118.9 | 118.9 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 20.9 | 56.2 | 125.5 | 125.5 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 140.2, A642-18TRC (AgriGold) 131.3, A643-52VT2RIB (AgriGold) 131.1, A643-52VT2RIB (AgriGold) 131.1, G13U96-DV (Golden Harvest) 130.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145289.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145289.json new file mode 100644 index 00000000..2c57911c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145289.json @@ -0,0 +1,127 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145289", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "AR", + "state_abbrev": "ar", + "city": "Dumas", + "county": "Desha", + "year": 2025, + "plot_id": "145289", + "cooperator": "Danny Day Jr", + "plot_average": 257.61, + "planted_date": "2025-04-14", + "harvested_date": "2025-08-20", + "population_seeds_per_acre": 34000, + "row_width": "38.0\"", + "num_rows": 12, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Cotton", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 58.0, + "Yield": 272.1, + "Adj Yield": 272.1 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 58.1, + "Yield": 253.1, + "Adj Yield": 253.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 56.7, + "Yield": 255.7, + "Adj Yield": 255.7 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 57.9, + "Yield": 248.4, + "Adj Yield": 248.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 57.8, + "Yield": 263.0, + "Adj Yield": 263.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 56.2, + "Yield": 254.5, + "Adj Yield": 254.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.6, + "Yield": 256.5, + "Adj Yield": 256.5 + } + } + ], + "n_results": 7, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145289" + ], + "fetched_at": "2026-05-27T02:21:01.261883+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145289.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145289.md new file mode 100644 index 00000000..b633830d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145289.md @@ -0,0 +1,37 @@ +# Corn yield trial — Dumas, AR, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** AR +- **County:** Desha +- **City:** Dumas +- **Year:** 2025 +- **Plot ID:** 145289 +- **Cooperator:** Danny Day Jr +- **Plot average:** 257.61 BU/Ac +- **Planted:** 2025-04-14 +- **Harvested:** 2025-08-20 +- **Population:** 34,000 seeds/acre +- **Row width:** 38.0" +- **# Rows:** 12 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Cotton +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145289 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A642-18SSPRIB | SSPRIB | - | 16.1 | 58.0 | 272.1 | 272.1 | +| 6 | AgriGold | A643-52VT2PRO | VT2Pro | - | 15.5 | 58.1 | 253.1 | 253.1 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.8 | 56.7 | 255.7 | 255.7 | +| 7 | AgriGold | A645-30VT2RIB | VT2RIB | - | 16.0 | 57.9 | 248.4 | 248.4 | +| 2 | AgriGold | A645-55VT2PRO | VT2Pro | - | 16.4 | 57.8 | 263.0 | 263.0 | +| 5 | AgriGold | A647-42TRC | Trecepta | - | 15.1 | 56.2 | 254.5 | 254.5 | +| 3 | AgriGold | A647-79VT2PRO | VT2Pro | - | 16.8 | 58.6 | 256.5 | 256.5 | + +Top 5 by Yield: A642-18SSPRIB (AgriGold) 272.1, A645-55VT2PRO (AgriGold) 263.0, A647-79VT2PRO (AgriGold) 256.5, A644-64VT2RIB (AgriGold) 255.7, A647-42TRC (AgriGold) 254.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145290.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145290.json new file mode 100644 index 00000000..eaa4c868 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145290.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145290", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Phillipsburg", + "county": "Phillips", + "year": 2025, + "plot_id": "145290", + "cooperator": "Jeff Landen", + "plot_average": 115.19, + "planted_date": "2025-04-14", + "harvested_date": "2025-10-08", + "population_seeds_per_acre": 16000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 57.8, + "Yield": 124.2, + "Adj Yield": 124.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A625-78STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 57.8, + "Yield": 99.4, + "Adj Yield": 98.21 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A626-39VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 55.9, + "Yield": 117.9, + "Adj Yield": 117.14 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A627-69VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 55.3, + "Yield": 118.7, + "Adj Yield": 118.32 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A628-22DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 54.4, + "Yield": 117.8, + "Adj Yield": 117.77 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 56.7, + "Yield": 114.0, + "Adj Yield": 114.43 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 55.1, + "Yield": 117.4, + "Adj Yield": 118.21 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 56.3, + "Yield": 121.1, + "Adj Yield": 122.27 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 56.3, + "Yield": 121.1, + "Adj Yield": 121.1 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145290" + ], + "fetched_at": "2026-05-27T02:21:01.798723+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145290.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145290.md new file mode 100644 index 00000000..69dee459 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145290.md @@ -0,0 +1,39 @@ +# Corn yield trial — Phillipsburg, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Phillips +- **City:** Phillipsburg +- **Year:** 2025 +- **Plot ID:** 145290 +- **Cooperator:** Jeff Landen +- **Plot average:** 115.19 BU/Ac +- **Planted:** 2025-04-14 +- **Harvested:** 2025-10-08 +- **Population:** 16,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145290 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A636-16-5222EZ | 5222EZ | - | 14.4 | 57.8 | 124.2 | 124.2 | +| 7 | AgriGold | A625-78STXRIB | STXRIB | - | 13.4 | 57.8 | 99.4 | 98.21 | +| 5 | AgriGold | A626-39VT2RIB | VT2RIB | - | 12.8 | 55.9 | 117.9 | 117.14 | +| 2 | AgriGold | A627-69VT2PRO | VT2Pro | - | 12.4 | 55.3 | 118.7 | 118.32 | +| 4 | AgriGold | A628-22DV-RN | 5222 | - | 12.4 | 54.4 | 117.8 | 117.77 | +| 6 | AgriGold | A631-08VT2RIB | VT2RIB | - | 13.1 | 56.7 | 114.0 | 114.43 | +| 3 | AgriGold | A634-11SSPRIB | SSPRIB | - | 13.2 | 55.1 | 117.4 | 118.21 | +| 1 | AgriGold | A636-16-5222EZ | 5222EZ | - | 13.6 | 56.3 | 121.1 | 122.27 | +| - | AgriGold | A636-16-5222EZ | 5222EZ | - | 13.6 | 56.3 | 121.1 | 121.1 | + +Top 5 by Yield: A636-16-5222EZ (AgriGold) 124.2, A636-16-5222EZ (AgriGold) 121.1, A636-16-5222EZ (AgriGold) 121.1, A627-69VT2PRO (AgriGold) 118.7, A626-39VT2RIB (AgriGold) 117.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145292.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145292.json new file mode 100644 index 00000000..da908dc8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145292.json @@ -0,0 +1,374 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145292", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Renolds Station", + "county": "Ohio", + "year": 2025, + "plot_id": "145292", + "cooperator": "Billy Doolen", + "plot_average": 276.62, + "planted_date": "2025-04-15", + "harvested_date": "2025-09-08", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 56.1, + "Yield": 292.1, + "Adj Yield": 292.1 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 55.3, + "Yield": 259.0, + "Adj Yield": 254.59 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 57.3, + "Yield": 265.3, + "Adj Yield": 261.86 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 57.5, + "Yield": 250.9, + "Adj Yield": 248.38 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 55.2, + "Yield": 268.6, + "Adj Yield": 266.99 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 54.7, + "Yield": 220.6, + "Adj Yield": 219.84 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 57.1, + "Yield": 238.9, + "Adj Yield": 238.92 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 55.5, + "Yield": 300.5, + "Adj Yield": 301.24 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 55.9, + "Yield": 295.6, + "Adj Yield": 297.14 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 57.6, + "Yield": 258.2, + "Adj Yield": 260.61 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 57.0, + "Yield": 296.6, + "Adj Yield": 299.85 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 55.0, + "Yield": 285.5, + "Adj Yield": 289.81 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 54.5, + "Yield": 281.1, + "Adj Yield": 281.1 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 54.5, + "Yield": 281.1, + "Adj Yield": 285.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 56.6, + "Yield": 285.9, + "Adj Yield": 289.41 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 58.3, + "Yield": 265.0, + "Adj Yield": 267.91 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 58.3, + "Yield": 295.1, + "Adj Yield": 297.56 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 57.5, + "Yield": 279.8, + "Adj Yield": 281.83 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 56.8, + "Yield": 284.9, + "Adj Yield": 286.59 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 57.1, + "Yield": 300.8, + "Adj Yield": 302.12 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A647-09SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 56.1, + "Yield": 300.8, + "Adj Yield": 301.86 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 58.8, + "Yield": 265.4, + "Adj Yield": 266.25 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 55.4, + "Yield": 271.6, + "Adj Yield": 272.18 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 56.3, + "Yield": 280.6, + "Adj Yield": 281.02 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A649-60TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 55.1, + "Yield": 290.7, + "Adj Yield": 290.9 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 57.8, + "Yield": 286.6, + "Adj Yield": 286.6 + } + } + ], + "n_results": 26, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145292" + ], + "fetched_at": "2026-05-27T02:21:02.296849+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145292.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145292.md new file mode 100644 index 00000000..2e984729 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145292.md @@ -0,0 +1,55 @@ +# Corn yield trial — Renolds Station, KY, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Ohio +- **City:** Renolds Station +- **Year:** 2025 +- **Plot ID:** 145292 +- **Cooperator:** Billy Doolen +- **Plot average:** 276.62 BU/Ac +- **Planted:** 2025-04-15 +- **Harvested:** 2025-09-08 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145292 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.2 | 56.1 | 292.1 | 292.1 | +| 20 | AgriGold | A639-03VT2RIB | VT2RIB | - | 20.7 | 55.3 | 259.0 | 254.59 | +| 18 | AgriGold | A639-38V-RN | 3220 | - | 18.3 | 57.3 | 265.3 | 261.86 | +| 21 | AgriGold | A640-16-3110 | 3110 | - | 19.8 | 57.5 | 250.9 | 248.38 | +| 16 | AgriGold | A640-94VT4PRO | VT4Pro | - | 18.7 | 55.2 | 268.6 | 266.99 | +| 23 | AgriGold | A641-62D-RN | 5122 | - | 21.2 | 54.7 | 220.6 | 219.84 | +| 22 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 19.2 | 57.1 | 238.9 | 238.92 | +| 3 | AgriGold | A642-18TRC | Trecepta | - | 21.0 | 55.5 | 300.5 | 301.24 | +| 6 | AgriGold | A642-18SSPRIB | SSPRIB | - | 20.8 | 55.9 | 295.6 | 297.14 | +| 19 | AgriGold | A642-32VT2RIB | VT2RIB | - | 21.4 | 57.6 | 258.2 | 260.61 | +| 4 | Pioneer | P13777PCE | PCE | - | 19.3 | 57.0 | 296.6 | 299.85 | +| 8 | AgriGold | A643-52VT2RIB | VT2RIB | - | 21.9 | 55.0 | 285.5 | 289.81 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.3 | 54.5 | 281.1 | 281.1 | +| 11 | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.3 | 54.5 | 281.1 | 285.5 | +| 9 | AgriGold | A645-16VT2RIB | VT2RIB | - | 21.5 | 56.6 | 285.9 | 289.41 | +| 15 | AgriGold | A645-30VT2RIB | VT2RIB | - | 20.6 | 58.3 | 265.0 | 267.91 | +| 5 | AgriGold | A645-55VT2PRO | VT2Pro | - | 20.1 | 58.3 | 295.1 | 297.56 | +| 12 | AgriGold | A645-71STXRIB | STXRIB | - | 19.7 | 57.5 | 279.8 | 281.83 | +| 10 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 20.3 | 56.8 | 284.9 | 286.59 | +| 1 | AgriGold | A646-17TRC | Trecepta | - | 19.1 | 57.1 | 300.8 | 302.12 | +| 2 | AgriGold | A647-09SSP | SSP | - | 21.7 | 56.1 | 300.8 | 301.86 | +| 17 | AgriGold | L6722VT2PRO | VT2Pro | - | 21.7 | 58.8 | 265.4 | 266.25 | +| 14 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 22.7 | 55.4 | 271.6 | 272.18 | +| 13 | AgriGold | L6818VT2PRO | VT2Pro | - | 19.8 | 56.3 | 280.6 | 281.02 | +| 7 | AgriGold | A649-60TRC | Trecepta | - | 22.2 | 55.1 | 290.7 | 290.9 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.5 | 57.8 | 286.6 | 286.6 | + +Top 5 by Yield: A646-17TRC (AgriGold) 300.8, A647-09SSP (AgriGold) 300.8, A642-18TRC (AgriGold) 300.5, P13777PCE (Pioneer) 296.6, A642-18SSPRIB (AgriGold) 295.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145294.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145294.json new file mode 100644 index 00000000..a4c1bf16 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145294.json @@ -0,0 +1,374 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145294", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "GA", + "state_abbrev": "ga", + "city": "Colquitt", + "county": "Miller", + "year": 2025, + "plot_id": "145294", + "cooperator": "Garrett Vann", + "plot_average": 250.56, + "planted_date": "2025-04-11", + "harvested_date": "2025-09-12", + "population_seeds_per_acre": 29500, + "row_width": "36.0\"", + "num_rows": 12, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Peanuts", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 57.5, + "Yield": 251.4, + "Adj Yield": 255.43 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 59.8, + "Yield": 249.3, + "Adj Yield": 249.3 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 58.1, + "Yield": 252.6, + "Adj Yield": 255.9 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 59.9, + "Yield": 256.6, + "Adj Yield": 256.6 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 58.8, + "Yield": 229.0, + "Adj Yield": 230.83 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 59.4, + "Yield": 253.9, + "Adj Yield": 253.9 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": 57.2, + "Yield": 232.4, + "Adj Yield": 232.45 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 60.9, + "Yield": 263.7, + "Adj Yield": 263.7 + } + }, + { + "rank": 10, + "brand": "Revere", + "product": "1577VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 58.4, + "Yield": 247.4, + "Adj Yield": 246.05 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 60.3, + "Yield": 259.2, + "Adj Yield": 259.2 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P1608YHR", + "traits": "Intrasect", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 58.1, + "Yield": 255.3, + "Adj Yield": 253.88 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 58.8, + "Yield": 261.5, + "Adj Yield": 261.5 + } + }, + { + "rank": 11, + "brand": "Revere", + "product": "R116-44VT2P", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 57.8, + "Yield": 247.3, + "Adj Yield": 245.06 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 59.0, + "Yield": 263.7, + "Adj Yield": 263.7 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC66-06", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 59.6, + "Yield": 255.3, + "Adj Yield": 253.32 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 59.1, + "Yield": 260.0, + "Adj Yield": 260.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 60.1, + "Yield": 252.0, + "Adj Yield": 250.54 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 60.4, + "Yield": 261.0, + "Adj Yield": 261.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A6659VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 60.0, + "Yield": 249.8, + "Adj Yield": 248.92 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": 59.3, + "Yield": 258.3, + "Adj Yield": 258.3 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P17677YHR", + "traits": "Leptra", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 60.0, + "Yield": 253.9, + "Adj Yield": 253.8 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 59.3, + "Yield": 256.9, + "Adj Yield": 256.9 + } + }, + { + "rank": 1, + "brand": "Revere", + "product": "1839TC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 58.1, + "Yield": 267.0, + "Adj Yield": 266.68 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 60.6, + "Yield": 261.0, + "Adj Yield": 261.0 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC70-45", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 61.1, + "Yield": 264.4, + "Adj Yield": 264.41 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 59.5, + "Yield": 255.7, + "Adj Yield": 255.7 + } + } + ], + "n_results": 26, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145294" + ], + "fetched_at": "2026-05-27T02:21:02.762695+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145294.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145294.md new file mode 100644 index 00000000..3f9405f8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145294.md @@ -0,0 +1,55 @@ +# Corn yield trial — Colquitt, GA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** GA +- **County:** Miller +- **City:** Colquitt +- **Year:** 2025 +- **Plot ID:** 145294 +- **Cooperator:** Garrett Vann +- **Plot average:** 250.56 BU/Ac +- **Planted:** 2025-04-11 +- **Harvested:** 2025-09-12 +- **Population:** 29,500 seeds/acre +- **Row width:** 36.0" +- **# Rows:** 12 +- **Tillage:** Conventional +- **Previous crop:** Peanuts +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145294 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 4 | AgriGold | A642-18SSPRIB | SSPRIB | - | 11.7 | 57.5 | 251.4 | 255.43 | +| - | Dekalb | DKC68-35 | VT2Pro | - | 12.3 | 59.8 | 249.3 | 249.3 | +| 3 | Pioneer | P13777PCE | PCE | - | 11.6 | 58.1 | 252.6 | 255.9 | +| - | Dekalb | DKC68-35 | VT2Pro | - | 11.9 | 59.9 | 256.6 | 256.6 | +| 13 | AgriGold | A643-52VT2RIB | VT2RIB | - | 11.6 | 58.8 | 229.0 | 230.83 | +| - | Dekalb | DKC68-35 | VT2Pro | - | 11.8 | 59.4 | 253.9 | 253.9 | +| 12 | AgriGold | A644-64VT2RIB | VT2RIB | - | 11.5 | 57.2 | 232.4 | 232.45 | +| - | Dekalb | DKC68-35 | VT2Pro | - | 11.4 | 60.9 | 263.7 | 263.7 | +| 10 | Revere | 1577VT2PRIB | VT2RIB | - | 11.6 | 58.4 | 247.4 | 246.05 | +| - | Dekalb | DKC68-35 | VT2Pro | - | 11.9 | 60.3 | 259.2 | 259.2 | +| 5 | Pioneer | P1608YHR | Intrasect | - | 12.4 | 58.1 | 255.3 | 253.88 | +| - | Dekalb | DKC68-35 | VT2Pro | - | 11.9 | 58.8 | 261.5 | 261.5 | +| 11 | Revere | R116-44VT2P | VT2Pro | - | 12.0 | 57.8 | 247.3 | 245.06 | +| - | Dekalb | DKC68-35 | VT2Pro | - | 11.8 | 59.0 | 263.7 | 263.7 | +| 7 | Dekalb | DKC66-06 | Trecepta | - | 11.4 | 59.6 | 255.3 | 253.32 | +| - | Dekalb | DKC68-35 | VT2Pro | - | 11.9 | 59.1 | 260.0 | 260.0 | +| 8 | AgriGold | A646-17STXRIB | STXRIB | - | 11.4 | 60.1 | 252.0 | 250.54 | +| - | Dekalb | DKC68-35 | VT2Pro | - | 11.6 | 60.4 | 261.0 | 261.0 | +| 9 | AgriGold | A6659VT2PRO | VT2Pro | - | 11.1 | 60.0 | 249.8 | 248.92 | +| - | Dekalb | DKC68-35 | VT2Pro | - | 11.5 | 59.3 | 258.3 | 258.3 | +| 6 | Pioneer | P17677YHR | Leptra | - | 11.8 | 60.0 | 253.9 | 253.8 | +| - | Dekalb | DKC68-35 | VT2Pro | - | 12.1 | 59.3 | 256.9 | 256.9 | +| 1 | Revere | 1839TC | Trecepta | - | 11.7 | 58.1 | 267.0 | 266.68 | +| - | Dekalb | DKC68-35 | VT2Pro | - | 11.4 | 60.6 | 261.0 | 261.0 | +| 2 | Dekalb | DKC70-45 | VT2Pro | - | 11.9 | 61.1 | 264.4 | 264.41 | +| - | Dekalb | DKC68-35 | VT2Pro | - | 11.9 | 59.5 | 255.7 | 255.7 | + +Top 5 by Yield: 1839TC (Revere) 267.0, DKC70-45 (Dekalb) 264.4, DKC68-35 (Dekalb) 263.7, DKC68-35 (Dekalb) 263.7, DKC68-35 (Dekalb) 261.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145295.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145295.json new file mode 100644 index 00000000..8d06527a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145295.json @@ -0,0 +1,413 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145295", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Hamlet", + "county": "Mercer", + "year": 2025, + "plot_id": "145295", + "cooperator": "Greg Close", + "plot_average": 282.42, + "planted_date": "2025-04-11", + "harvested_date": "2025-10-11", + "population_seeds_per_acre": 40000, + "row_width": "20.8\"", + "num_rows": 12, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 59.0, + "Yield": 277.1, + "Adj Yield": 277.1 + } + }, + { + "rank": 21, + "brand": "Pioneer", + "product": "P08527V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 59.1, + "Yield": 274.7, + "Adj Yield": 274.7 + } + }, + { + "rank": 15, + "brand": "Dyna Gro", + "product": "D49PN05RA", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 56.1, + "Yield": 279.3, + "Adj Yield": 279.3 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P10300PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.1, + "Yield": 285.1, + "Adj Yield": 285.1 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A640-24", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.4, + "Yield": 273.3, + "Adj Yield": 273.3 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 58.5, + "Yield": 251.6, + "Adj Yield": 251.6 + } + }, + { + "rank": 17, + "brand": "Nu Tech", + "product": "69C7PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 59.9, + "Yield": 277.3, + "Adj Yield": 277.3 + } + }, + { + "rank": 14, + "brand": "Nu Tech", + "product": "70F6V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 58.8, + "Yield": 283.3, + "Adj Yield": 283.3 + } + }, + { + "rank": 12, + "brand": "Pioneer", + "product": "P11616PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.1, + "Yield": 284.2, + "Adj Yield": 284.2 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 60.9, + "Yield": 272.7, + "Adj Yield": 272.7 + } + }, + { + "rank": 16, + "brand": "Golden Harvest", + "product": "G12U11-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 59.6, + "Yield": 279.0, + "Adj Yield": 279.0 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 60.5, + "Yield": 284.0, + "Adj Yield": 284.0 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 58.9, + "Yield": 270.9, + "Adj Yield": 270.9 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.1, + "Yield": 281.5, + "Adj Yield": 281.5 + } + }, + { + "rank": 18, + "brand": "Wyffels", + "product": "W7485RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 60.9, + "Yield": 276.4, + "Adj Yield": 276.4 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.3, + "Yield": 286.6, + "Adj Yield": 286.6 + } + }, + { + "rank": 20, + "brand": "Golden Harvest", + "product": "G13M31-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 57.0, + "Yield": 275.1, + "Adj Yield": 275.1 + } + }, + { + "rank": 6, + "brand": "Nu Tech", + "product": "73B2V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 58.5, + "Yield": 287.0, + "Adj Yield": 287.0 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 60.1, + "Yield": 300.4, + "Adj Yield": 300.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 59.1, + "Yield": 292.0, + "Adj Yield": 292.0 + } + }, + { + "rank": 10, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.9, + "Yield": 284.7, + "Adj Yield": 284.7 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.7, + "Yield": 272.6, + "Adj Yield": 272.6 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 62.3, + "Yield": 306.2, + "Adj Yield": 306.2 + } + }, + { + "rank": 19, + "brand": "Wyffels", + "product": "W7499RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 59.4, + "Yield": 276.2, + "Adj Yield": 276.2 + } + }, + { + "rank": 8, + "brand": "Nu Tech", + "product": "75A8V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 56.7, + "Yield": 285.4, + "Adj Yield": 285.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.0, + "Yield": 298.6, + "Adj Yield": 298.6 + } + }, + { + "rank": 2, + "brand": "Nu Tech", + "product": "73B2V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.4, + "Yield": 301.7, + "Adj Yield": 301.7 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 60.5, + "Yield": 279.7, + "Adj Yield": 279.7 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A644-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 57.5, + "Yield": 284.6, + "Adj Yield": 284.6 + } + } + ], + "n_results": 29, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145295" + ], + "fetched_at": "2026-05-27T02:21:03.301652+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145295.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145295.md new file mode 100644 index 00000000..86e24e7a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145295.md @@ -0,0 +1,59 @@ +# Corn yield trial — Hamlet, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Mercer +- **City:** Hamlet +- **Year:** 2025 +- **Plot ID:** 145295 +- **Cooperator:** Greg Close +- **Plot average:** 282.42 BU/Ac +- **Planted:** 2025-04-11 +- **Harvested:** 2025-10-11 +- **Population:** 40,000 seeds/acre +- **Row width:** 20.8" +- **# Rows:** 12 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145295 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-19 | C | - | 14.8 | 59.0 | 277.1 | 277.1 | +| 21 | Pioneer | P08527V | Vorceed | - | 13.1 | 59.1 | 274.7 | 274.7 | +| 15 | Dyna Gro | D49PN05RA | PCE | - | 14.2 | 56.1 | 279.3 | 279.3 | +| 9 | Pioneer | P10300PCE | PCE | - | 14.9 | 58.1 | 285.1 | 285.1 | +| 22 | AgriGold | A640-24 | C | - | 14.7 | 58.4 | 273.3 | 273.3 | +| 26 | AgriGold | A639-03VT2RIB | VT2RIB | - | 13.7 | 58.5 | 251.6 | 251.6 | +| 17 | Nu Tech | 69C7PCE | PCE | - | 14.6 | 59.9 | 277.3 | 277.3 | +| 14 | Nu Tech | 70F6V | Vorceed | - | 14.1 | 58.8 | 283.3 | 283.3 | +| 12 | Pioneer | P11616PCE | PCE | - | 15.0 | 59.1 | 284.2 | 284.2 | +| 23 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.3 | 60.9 | 272.7 | 272.7 | +| 16 | Golden Harvest | G12U11-AA | 3220EZ | - | 15.4 | 59.6 | 279.0 | 279.0 | +| 13 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.9 | 60.5 | 284.0 | 284.0 | +| 25 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.7 | 58.9 | 270.9 | 270.9 | +| - | AgriGold | A644-19 | C | - | 14.4 | 59.1 | 281.5 | 281.5 | +| 18 | Wyffels | W7485RIB | TreceptaRIB | - | 14.4 | 60.9 | 276.4 | 276.4 | +| 7 | Pioneer | P13777PCE | PCE | - | 15.6 | 59.3 | 286.6 | 286.6 | +| 20 | Golden Harvest | G13M31-AA | 3220EZ | - | 16.6 | 57.0 | 275.1 | 275.1 | +| 6 | Nu Tech | 73B2V | Vorceed | - | 15.7 | 58.5 | 287.0 | 287.0 | +| 3 | Pioneer | P14830Q | QROME | - | 15.3 | 60.1 | 300.4 | 300.4 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.5 | 59.1 | 292.0 | 292.0 | +| 10 | Wyffels | W7945RIB | TreceptaRIB | - | 14.7 | 58.9 | 284.7 | 284.7 | +| 24 | AgriGold | A645-71STXRIB | STXRIB | - | 15.4 | 60.7 | 272.6 | 272.6 | +| 1 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 14.9 | 62.3 | 306.2 | 306.2 | +| 19 | Wyffels | W7499RIB | VT2RIB | - | 14.7 | 59.4 | 276.2 | 276.2 | +| 8 | Nu Tech | 75A8V | Vorceed | - | 16.7 | 56.7 | 285.4 | 285.4 | +| 4 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.6 | 59.0 | 298.6 | 298.6 | +| 2 | Nu Tech | 73B2V | Vorceed | - | 17.0 | 58.4 | 301.7 | 301.7 | +| - | AgriGold | A644-19 | C | - | 14.0 | 60.5 | 279.7 | 279.7 | +| 11 | AgriGold | A644-19 | C | - | 14.5 | 57.5 | 284.6 | 284.6 | + +Top 5 by Yield: DKC66-06RIB (Dekalb) 306.2, 73B2V (Nu Tech) 301.7, P14830Q (Pioneer) 300.4, A645-16VT2RIB (AgriGold) 298.6, A644-64VT2RIB (AgriGold) 292.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145296.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145296.json new file mode 100644 index 00000000..ed49dc3e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145296.json @@ -0,0 +1,413 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145296", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Hamlet", + "county": "Mercer", + "year": 2025, + "plot_id": "145296", + "cooperator": "Greg Close", + "plot_average": 275.64, + "planted_date": "2025-04-11", + "harvested_date": "2025-10-11", + "population_seeds_per_acre": 40000, + "row_width": "20.8\"", + "num_rows": 12, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 55.2, + "Yield": 285.8, + "Adj Yield": 285.8 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A632-68", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 59.5, + "Yield": 269.0, + "Adj Yield": 269.0 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A636-39", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 57.5, + "Yield": 270.4, + "Adj Yield": 270.4 + } + }, + { + "rank": 7, + "brand": "Nu Tech", + "product": "67C1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 57.5, + "Yield": 281.9, + "Adj Yield": 281.9 + } + }, + { + "rank": 17, + "brand": "Nu Tech", + "product": "68C1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 59.0, + "Yield": 274.1, + "Adj Yield": 274.1 + } + }, + { + "rank": 16, + "brand": "Nu Tech", + "product": "69F3V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 57.7, + "Yield": 274.4, + "Adj Yield": 274.4 + } + }, + { + "rank": 22, + "brand": "Nu Tech", + "product": "69B1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 59.3, + "Yield": 269.7, + "Adj Yield": 269.7 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.2, + "Yield": 276.1, + "Adj Yield": 276.1 + } + }, + { + "rank": 12, + "brand": "Pioneer", + "product": "P1185Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.2, + "Yield": 277.3, + "Adj Yield": 277.3 + } + }, + { + "rank": 9, + "brand": "Golden Harvest", + "product": "G11V76", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 60.5, + "Yield": 280.6, + "Adj Yield": 280.6 + } + }, + { + "rank": 5, + "brand": "Nu Tech", + "product": "71B6PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 61.5, + "Yield": 283.0, + "Adj Yield": 283.0 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 61.3, + "Yield": 273.7, + "Adj Yield": 273.7 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P1222", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 60.5, + "Yield": 278.0, + "Adj Yield": 278.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 58.7, + "Yield": 274.9, + "Adj Yield": 274.9 + } + }, + { + "rank": 3, + "brand": "Dyna Gro", + "product": "D52PN76", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.2, + "Yield": 286.4, + "Adj Yield": 286.4 + } + }, + { + "rank": 8, + "brand": "Wyffels", + "product": "W8086RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 57.9, + "Yield": 281.7, + "Adj Yield": 281.7 + } + }, + { + "rank": 2, + "brand": "Nu Tech", + "product": "73J1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 57.5, + "Yield": 291.3, + "Adj Yield": 291.3 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 58.7, + "Yield": 255.7, + "Adj Yield": 255.7 + } + }, + { + "rank": 17, + "brand": "Dyna Gro", + "product": "D55TC86", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 59.4, + "Yield": 274.1, + "Adj Yield": 274.1 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 58.5, + "Yield": 271.2, + "Adj Yield": 271.2 + } + }, + { + "rank": 13, + "brand": "Golden Harvest", + "product": "G15J91", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 57.8, + "Yield": 276.7, + "Adj Yield": 276.7 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 56.8, + "Yield": 246.1, + "Adj Yield": 246.1 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.6, + "Yield": 263.9, + "Adj Yield": 263.9 + } + }, + { + "rank": 10, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 57.8, + "Yield": 278.5, + "Adj Yield": 278.5 + } + }, + { + "rank": 6, + "brand": "Nu Tech", + "product": "75A8V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 61.1, + "Yield": 282.2, + "Adj Yield": 282.2 + } + }, + { + "rank": 15, + "brand": "Nu Tech", + "product": "77B1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 58.8, + "Yield": 275.3, + "Adj Yield": 275.3 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.0, + "Yield": 291.7, + "Adj Yield": 291.7 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 57.5, + "Yield": 275.4, + "Adj Yield": 275.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 57.5, + "Yield": 283.7, + "Adj Yield": 283.7 + } + } + ], + "n_results": 29, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145296" + ], + "fetched_at": "2026-05-27T02:21:03.802168+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145296.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145296.md new file mode 100644 index 00000000..e338541f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145296.md @@ -0,0 +1,59 @@ +# Corn yield trial — Hamlet, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Mercer +- **City:** Hamlet +- **Year:** 2025 +- **Plot ID:** 145296 +- **Cooperator:** Greg Close +- **Plot average:** 275.64 BU/Ac +- **Planted:** 2025-04-11 +- **Harvested:** 2025-10-11 +- **Population:** 40,000 seeds/acre +- **Row width:** 20.8" +- **# Rows:** 12 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145296 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-19 | C | - | 14.4 | 55.2 | 285.8 | 285.8 | +| 23 | AgriGold | A632-68 | C | - | 13.8 | 59.5 | 269.0 | 269.0 | +| 21 | AgriGold | A636-39 | C | - | 14.8 | 57.5 | 270.4 | 270.4 | +| 7 | Nu Tech | 67C1PCE | PCE | - | 14.2 | 57.5 | 281.9 | 281.9 | +| 17 | Nu Tech | 68C1V | Vorceed | - | 14.8 | 59.0 | 274.1 | 274.1 | +| 16 | Nu Tech | 69F3V | Vorceed | - | 14.3 | 57.7 | 274.4 | 274.4 | +| 22 | Nu Tech | 69B1PCE | PCE | - | 15.1 | 59.3 | 269.7 | 269.7 | +| 14 | AgriGold | A641-62D-RN | 5122 | - | 15.8 | 58.2 | 276.1 | 276.1 | +| 12 | Pioneer | P1185Q | QROME | - | 15.2 | 60.2 | 277.3 | 277.3 | +| 9 | Golden Harvest | G11V76 | C | - | 15.0 | 60.5 | 280.6 | 280.6 | +| 5 | Nu Tech | 71B6PCE | PCE | - | 14.6 | 61.5 | 283.0 | 283.0 | +| 19 | AgriGold | A642-32 | C | - | 15.4 | 61.3 | 273.7 | 273.7 | +| 11 | Pioneer | P1222 | C | - | 14.9 | 60.5 | 278.0 | 278.0 | +| - | AgriGold | A644-19 | C | - | 15.2 | 58.7 | 274.9 | 274.9 | +| 3 | Dyna Gro | D52PN76 | Unknown | - | 15.8 | 58.2 | 286.4 | 286.4 | +| 8 | Wyffels | W8086RIB | VT2RIB | - | 15.7 | 57.9 | 281.7 | 281.7 | +| 2 | Nu Tech | 73J1V | Vorceed | - | 15.9 | 57.5 | 291.3 | 291.3 | +| 25 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.0 | 58.7 | 255.7 | 255.7 | +| 17 | Dyna Gro | D55TC86 | Unknown | - | 15.2 | 59.4 | 274.1 | 274.1 | +| 20 | AgriGold | A645-16 | C | - | 16.2 | 58.5 | 271.2 | 271.2 | +| 13 | Golden Harvest | G15J91 | C | - | 15.7 | 57.8 | 276.7 | 276.7 | +| 26 | AgriGold | A638-19 | C | - | 14.0 | 56.8 | 246.1 | 246.1 | +| 24 | AgriGold | A640-16-3110 | 3110 | - | 14.9 | 58.6 | 263.9 | 263.9 | +| 10 | Wyffels | W7759RIB | SSPRIB | - | 14.6 | 57.8 | 278.5 | 278.5 | +| 6 | Nu Tech | 75A8V | Vorceed | - | 15.7 | 61.1 | 282.2 | 282.2 | +| 15 | Nu Tech | 77B1PCE | PCE | - | 15.9 | 58.8 | 275.3 | 275.3 | +| 1 | Pioneer | P1742Q | QROME | - | 15.4 | 60.0 | 291.7 | 291.7 | +| - | AgriGold | A644-19 | C | - | 15.3 | 57.5 | 275.4 | 275.4 | +| 4 | AgriGold | A644-19 | C | - | 14.3 | 57.5 | 283.7 | 283.7 | + +Top 5 by Yield: P1742Q (Pioneer) 291.7, 73J1V (Nu Tech) 291.3, D52PN76 (Dyna Gro) 286.4, A644-19 (AgriGold) 285.8, A644-19 (AgriGold) 283.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145299.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145299.json new file mode 100644 index 00000000..12039540 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145299.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145299", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "AR", + "state_abbrev": "ar", + "city": "Hazen", + "county": "Prairie", + "year": 2025, + "plot_id": "145299", + "cooperator": "Jake Holmes", + "plot_average": 222.84, + "planted_date": "2025-04-15", + "harvested_date": "2025-08-30", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 59.2, + "Yield": 215.4, + "Adj Yield": 215.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.2, + "Yield": 219.2, + "Adj Yield": 219.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 56.8, + "Yield": 228.8, + "Adj Yield": 228.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 57.8, + "Yield": 219.2, + "Adj Yield": 219.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 58.4, + "Yield": 228.8, + "Adj Yield": 228.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 57.6, + "Yield": 240.4, + "Adj Yield": 240.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 59.7, + "Yield": 236.5, + "Adj Yield": 236.5 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC65-99", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 57.6, + "Yield": 203.8, + "Adj Yield": 203.8 + } + }, + { + "rank": 8, + "brand": "Croplan", + "product": "CP5893TRE/RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 57.5, + "Yield": 213.5, + "Adj Yield": 213.5 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145299" + ], + "fetched_at": "2026-05-27T02:21:04.274374+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145299.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145299.md new file mode 100644 index 00000000..cf6080df --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145299.md @@ -0,0 +1,39 @@ +# Corn yield trial — Hazen, AR, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** AR +- **County:** Prairie +- **City:** Hazen +- **Year:** 2025 +- **Plot ID:** 145299 +- **Cooperator:** Jake Holmes +- **Plot average:** 222.84 BU/Ac +- **Planted:** 2025-04-15 +- **Harvested:** 2025-08-30 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145299 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | AgriGold | A642-18SSPRIB | SSPRIB | - | 14.7 | 59.2 | 215.4 | 215.4 | +| 5 | AgriGold | A643-52VT2PRO | VT2Pro | - | 14.8 | 58.2 | 219.2 | 219.2 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.2 | 56.8 | 228.8 | 228.8 | +| 5 | AgriGold | A645-30VT2RIB | VT2RIB | - | 16.3 | 57.8 | 219.2 | 219.2 | +| 3 | AgriGold | A645-55VT2PRO | VT2Pro | - | 15.6 | 58.4 | 228.8 | 228.8 | +| 1 | AgriGold | A647-42TRC | Trecepta | - | 14.7 | 57.6 | 240.4 | 240.4 | +| 2 | AgriGold | A647-79VT2PRO | VT2Pro | - | 15.4 | 59.7 | 236.5 | 236.5 | +| 9 | Dekalb | DKC65-99 | Trecepta | - | 15.2 | 57.6 | 203.8 | 203.8 | +| 8 | Croplan | CP5893TRE/RIB | TreceptaRIB | - | 14.8 | 57.5 | 213.5 | 213.5 | + +Top 5 by Yield: A647-42TRC (AgriGold) 240.4, A647-79VT2PRO (AgriGold) 236.5, A644-64VT2RIB (AgriGold) 228.8, A645-55VT2PRO (AgriGold) 228.8, A643-52VT2PRO (AgriGold) 219.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145300.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145300.json new file mode 100644 index 00000000..5456ba66 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145300.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145300", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Salisbury", + "county": "Chariton", + "year": 2025, + "plot_id": "145300", + "cooperator": "Chris Naylor", + "plot_average": 241.89, + "planted_date": "2025-04-14", + "harvested_date": "2025-09-25", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 59.1, + "Yield": 213.6, + "Adj Yield": 213.62 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 60.1, + "Yield": 231.9, + "Adj Yield": 231.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 59.7, + "Yield": 256.3, + "Adj Yield": 256.31 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 59.1, + "Yield": 239.7, + "Adj Yield": 239.69 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 61.8, + "Yield": 251.0, + "Adj Yield": 251.01 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 63.3, + "Yield": 261.0, + "Adj Yield": 261.03 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 60.6, + "Yield": 239.7, + "Adj Yield": 239.67 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 61.1, + "Yield": 233.7, + "Adj Yield": 233.7 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145300" + ], + "fetched_at": "2026-05-27T02:21:04.779211+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145300.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145300.md new file mode 100644 index 00000000..02e937e9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145300.md @@ -0,0 +1,37 @@ +# Corn yield trial — Salisbury, MO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Chariton +- **City:** Salisbury +- **Year:** 2025 +- **Plot ID:** 145300 +- **Cooperator:** Chris Naylor +- **Plot average:** 241.89 BU/Ac +- **Planted:** 2025-04-14 +- **Harvested:** 2025-09-25 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145300 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.4 | 59.1 | 213.6 | 213.62 | +| 6 | AgriGold | A642-18SSPRIB | SSPRIB | - | 16.6 | 60.1 | 231.9 | 231.9 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.1 | 59.7 | 256.3 | 256.31 | +| 4 | AgriGold | A645-30VT2RIB | VT2RIB | - | 17.2 | 59.1 | 239.7 | 239.69 | +| 3 | AgriGold | A645-55VT2PRO | VT2Pro | - | 18.3 | 61.8 | 251.0 | 251.01 | +| 1 | AgriGold | A646-17STXRIB | STXRIB | - | 17.2 | 63.3 | 261.0 | 261.03 | +| 5 | AgriGold | A646-30VT2RIB | VT2RIB | - | 17.0 | 60.6 | 239.7 | 239.67 | +| - | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.6 | 61.1 | 233.7 | 233.7 | + +Top 5 by Yield: A646-17STXRIB (AgriGold) 261.0, A644-64VT2RIB (AgriGold) 256.3, A645-55VT2PRO (AgriGold) 251.0, A645-30VT2RIB (AgriGold) 239.7, A646-30VT2RIB (AgriGold) 239.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145301.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145301.json new file mode 100644 index 00000000..2290f11c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145301.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145301", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Norborne", + "county": "Carroll", + "year": 2025, + "plot_id": "145301", + "cooperator": "Mark Drehle", + "plot_average": 209.75, + "planted_date": "2025-04-14", + "harvested_date": "2025-09-27", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 60.9, + "Yield": 196.1, + "Adj Yield": 196.06 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 61.0, + "Yield": 201.9, + "Adj Yield": 201.92 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 58.5, + "Yield": 225.1, + "Adj Yield": 225.06 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 60.8, + "Yield": 210.8, + "Adj Yield": 210.75 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 61.5, + "Yield": 192.7, + "Adj Yield": 192.74 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 60.1, + "Yield": 207.6, + "Adj Yield": 207.57 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 59.1, + "Yield": 219.7, + "Adj Yield": 219.67 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 60.2, + "Yield": 171.9, + "Adj Yield": 171.9 + } + }, + { + "rank": 3, + "brand": "Channel", + "product": "212-76TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.9, + "Yield": 218.0, + "Adj Yield": 217.98 + } + }, + { + "rank": 4, + "brand": "Channel", + "product": "215-42TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.8, + "Yield": 216.0, + "Adj Yield": 216.01 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145301" + ], + "fetched_at": "2026-05-27T02:21:05.315962+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145301.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145301.md new file mode 100644 index 00000000..eec67674 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145301.md @@ -0,0 +1,39 @@ +# Corn yield trial — Norborne, MO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Carroll +- **City:** Norborne +- **Year:** 2025 +- **Plot ID:** 145301 +- **Cooperator:** Mark Drehle +- **Plot average:** 209.75 BU/Ac +- **Planted:** 2025-04-14 +- **Harvested:** 2025-09-27 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145301 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.9 | 60.9 | 196.1 | 196.06 | +| 7 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.1 | 61.0 | 201.9 | 201.92 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.9 | 58.5 | 225.1 | 225.06 | +| 5 | AgriGold | A645-30VT2RIB | VT2RIB | - | 16.4 | 60.8 | 210.8 | 210.75 | +| 9 | AgriGold | A645-55VT2PRO | VT2Pro | - | 15.2 | 61.5 | 192.7 | 192.74 | +| 6 | AgriGold | A646-17STXRIB | STXRIB | - | 15.3 | 60.1 | 207.6 | 207.57 | +| 2 | AgriGold | A646-30VT2RIB | VT2RIB | - | 15.9 | 59.1 | 219.7 | 219.67 | +| - | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.1 | 60.2 | 171.9 | 171.9 | +| 3 | Channel | 212-76TRERIB | TreceptaRIB | - | 15.0 | 59.9 | 218.0 | 217.98 | +| 4 | Channel | 215-42TRERIB | TreceptaRIB | - | 15.7 | 59.8 | 216.0 | 216.01 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 225.1, A646-30VT2RIB (AgriGold) 219.7, 212-76TRERIB (Channel) 218.0, 215-42TRERIB (Channel) 216.0, A645-30VT2RIB (AgriGold) 210.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145302.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145302.json new file mode 100644 index 00000000..80072a80 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145302.json @@ -0,0 +1,322 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145302", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Norborne", + "county": "Carroll", + "year": 2025, + "plot_id": "145302", + "cooperator": "Mark Drehle", + "plot_average": 242.85, + "planted_date": "2025-04-14", + "harvested_date": "2025-09-27", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 21, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 55.4, + "Yield": 225.4, + "Adj Yield": 225.4 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 58.9, + "Yield": 234.6, + "Adj Yield": 234.6 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 58.5, + "Yield": 216.9, + "Adj Yield": 216.9 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 58.8, + "Yield": 237.7, + "Adj Yield": 237.7 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 60.8, + "Yield": 231.9, + "Adj Yield": 231.9 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 61.7, + "Yield": 243.3, + "Adj Yield": 243.3 + } + }, + { + "rank": 20, + "brand": "Channel", + "product": "210-92SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 60.3, + "Yield": 231.8, + "Adj Yield": 231.8 + } + }, + { + "rank": 18, + "brand": "Channel", + "product": "212-29VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 60.1, + "Yield": 232.3, + "Adj Yield": 232.3 + } + }, + { + "rank": 11, + "brand": "Channel", + "product": "212-76TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 61.0, + "Yield": 245.6, + "Adj Yield": 245.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.2, + "Yield": 272.0, + "Adj Yield": 272.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 60.9, + "Yield": 256.4, + "Adj Yield": 256.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 60.4, + "Yield": 245.9, + "Adj Yield": 245.9 + } + }, + { + "rank": 9, + "brand": "Channel", + "product": "214-40VT4RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 57.6, + "Yield": 246.1, + "Adj Yield": 246.1 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 60.9, + "Yield": 242.2, + "Adj Yield": 242.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 62.2, + "Yield": 247.4, + "Adj Yield": 247.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 59.6, + "Yield": 246.4, + "Adj Yield": 246.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 60.3, + "Yield": 247.5, + "Adj Yield": 247.5 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 60.2, + "Yield": 239.5, + "Adj Yield": 239.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 63.2, + "Yield": 248.9, + "Adj Yield": 248.9 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 63.2, + "Yield": 232.5, + "Adj Yield": 232.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A647-09SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 60.4, + "Yield": 264.3, + "Adj Yield": 264.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 61.3, + "Yield": 254.2, + "Adj Yield": 254.2 + } + } + ], + "n_results": 22, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145302" + ], + "fetched_at": "2026-05-27T02:21:05.801949+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145302.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145302.md new file mode 100644 index 00000000..9de14ead --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145302.md @@ -0,0 +1,51 @@ +# Corn yield trial — Norborne, MO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Carroll +- **City:** Norborne +- **Year:** 2025 +- **Plot ID:** 145302 +- **Cooperator:** Mark Drehle +- **Plot average:** 242.85 BU/Ac +- **Planted:** 2025-04-14 +- **Harvested:** 2025-09-27 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145302 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 21 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.6 | 55.4 | 225.4 | 225.4 | +| 16 | AgriGold | A640-94VT4PRO | VT4Pro | - | 15.6 | 58.9 | 234.6 | 234.6 | +| 22 | AgriGold | A641-62D-RN | 5122 | - | 16.3 | 58.5 | 216.9 | 216.9 | +| 15 | AgriGold | A641-26V | 3220EZ | - | 15.3 | 58.8 | 237.7 | 237.7 | +| 19 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.1 | 60.8 | 231.9 | 231.9 | +| 12 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.3 | 61.7 | 243.3 | 243.3 | +| 20 | Channel | 210-92SSPRIB | SSPRIB | - | 14.3 | 60.3 | 231.8 | 231.8 | +| 18 | Channel | 212-29VT2RIB | VT2RIB | - | 16.2 | 60.1 | 232.3 | 232.3 | +| 11 | Channel | 212-76TRERIB | TreceptaRIB | - | 15.6 | 61.0 | 245.6 | 245.6 | +| 1 | AgriGold | A642-18TRC | Trecepta | - | 15.4 | 60.2 | 272.0 | 272.0 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.6 | 60.9 | 256.4 | 256.4 | +| 10 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.5 | 60.4 | 245.9 | 245.9 | +| 9 | Channel | 214-40VT4RIB | VT4RIB | - | 17.1 | 57.6 | 246.1 | 246.1 | +| 13 | AgriGold | A645-30VT2RIB | VT2RIB | - | 17.2 | 60.9 | 242.2 | 242.2 | +| 7 | AgriGold | A645-55VT2PRO | VT2Pro | - | 16.4 | 62.2 | 247.4 | 247.4 | +| 8 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.6 | 59.6 | 246.4 | 246.4 | +| 6 | AgriGold | A646-30VT2RIB | VT2RIB | - | 15.8 | 60.3 | 247.5 | 247.5 | +| 14 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 15.1 | 60.2 | 239.5 | 239.5 | +| 5 | AgriGold | A647-79VT2PRO | VT2Pro | - | 14.9 | 63.2 | 248.9 | 248.9 | +| 17 | AgriGold | L6722VT2PRO | VT2Pro | - | 16.2 | 63.2 | 232.5 | 232.5 | +| 2 | AgriGold | A647-09SSP | SSP | - | 16.5 | 60.4 | 264.3 | 264.3 | +| 4 | AgriGold | L6818VT2PRO | VT2Pro | - | 16.0 | 61.3 | 254.2 | 254.2 | + +Top 5 by Yield: A642-18TRC (AgriGold) 272.0, A647-09SSP (AgriGold) 264.3, A643-52VT2RIB (AgriGold) 256.4, L6818VT2PRO (AgriGold) 254.2, A647-79VT2PRO (AgriGold) 248.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145303.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145303.json new file mode 100644 index 00000000..99a30321 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145303.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145303", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Perkins", + "county": "Scott", + "year": 2025, + "plot_id": "145303", + "cooperator": "A&J Farms", + "plot_average": 282.1, + "planted_date": "2025-04-15", + "harvested_date": "2025-09-27", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Clay Loam", + "tillage": "Ridge Till", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": 56.2, + "Yield": 283.1, + "Adj Yield": 283.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": 57.8, + "Yield": 295.2, + "Adj Yield": 295.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": 56.5, + "Yield": 276.3, + "Adj Yield": 276.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 59.0, + "Yield": 287.9, + "Adj Yield": 287.9 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.3, + "Test Wt.": 57.9, + "Yield": 267.1, + "Adj Yield": 267.1 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 57.0, + "Yield": 263.6, + "Adj Yield": 263.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 57.4, + "Yield": 292.8, + "Adj Yield": 292.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 27.0, + "Test Wt.": 56.2, + "Yield": 285.8, + "Adj Yield": 285.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": 59.8, + "Yield": 301.4, + "Adj Yield": 301.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 24.5, + "Test Wt.": 57.6, + "Yield": 264.9, + "Adj Yield": 264.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 23.9, + "Test Wt.": 59.6, + "Yield": 294.0, + "Adj Yield": 294.0 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 59.1, + "Yield": 273.1, + "Adj Yield": 273.1 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145303" + ], + "fetched_at": "2026-05-27T02:21:06.274300+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145303.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145303.md new file mode 100644 index 00000000..1073c7b5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145303.md @@ -0,0 +1,42 @@ +# Corn yield trial — Perkins, MO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Scott +- **City:** Perkins +- **Year:** 2025 +- **Plot ID:** 145303 +- **Cooperator:** A&J Farms +- **Plot average:** 282.1 BU/Ac +- **Planted:** 2025-04-15 +- **Harvested:** 2025-09-27 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Clay Loam +- **Tillage:** Ridge Till +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145303 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | AgriGold | A642-18SSPRIB | SSPRIB | - | 23.1 | 56.2 | 283.1 | 283.1 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 24.1 | 57.8 | 295.2 | 295.2 | +| 8 | AgriGold | A644-64VT2RIB | VT2RIB | - | 22.9 | 56.5 | 276.3 | 276.3 | +| 5 | AgriGold | A645-55VT2PRO | VT2Pro | - | 21.9 | 59.0 | 287.9 | 287.9 | +| 10 | AgriGold | A645-30VT2RIB | VT2RIB | - | 23.3 | 57.9 | 267.1 | 267.1 | +| 12 | AgriGold | A645-16VT2RIB | VT2RIB | - | 23.2 | 57.0 | 263.6 | 263.6 | +| 4 | AgriGold | A646-17TRC | Trecepta | - | 23.2 | 57.4 | 292.8 | 292.8 | +| 6 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 27.0 | 56.2 | 285.8 | 285.8 | +| 1 | AgriGold | A647-79VT2PRO | VT2Pro | - | 22.5 | 59.8 | 301.4 | 301.4 | +| 11 | AgriGold | L6722VT2PRO | VT2Pro | - | 24.5 | 57.6 | 264.9 | 264.9 | +| 3 | AgriGold | L6818VT2PRO | VT2Pro | - | 23.9 | 59.6 | 294.0 | 294.0 | +| 9 | Dekalb | DKC68-35RIB | VT2RIB | - | 22.7 | 59.1 | 273.1 | 273.1 | + +Top 5 by Yield: A647-79VT2PRO (AgriGold) 301.4, A643-52VT2RIB (AgriGold) 295.2, L6818VT2PRO (AgriGold) 294.0, A646-17TRC (AgriGold) 292.8, A645-55VT2PRO (AgriGold) 287.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145304.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145304.json new file mode 100644 index 00000000..52b5a776 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145304.json @@ -0,0 +1,322 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145304", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Edgington", + "county": "Rock Island", + "year": 2025, + "plot_id": "145304", + "cooperator": "John McManus", + "plot_average": 239.68, + "planted_date": "2025-04-15", + "harvested_date": "2025-09-25", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Veltyma", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 17, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 59.9, + "Yield": 227.3, + "Adj Yield": 227.3 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 57.5, + "Yield": 259.4, + "Adj Yield": 259.4 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 24.5, + "Test Wt.": 55.0, + "Yield": 258.9, + "Adj Yield": 258.9 + } + }, + { + "rank": 5, + "brand": "Golden Harvest", + "product": "G12U11-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 57.0, + "Yield": 256.9, + "Adj Yield": 256.9 + } + }, + { + "rank": 13, + "brand": "Golden Harvest", + "product": "G13M31-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 60.1, + "Yield": 231.4, + "Adj Yield": 231.4 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 60.4, + "Yield": 216.2, + "Adj Yield": 216.2 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 60.2, + "Yield": 244.1, + "Adj Yield": 244.1 + } + }, + { + "rank": 16, + "brand": "Nu Tech", + "product": "69F3V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 23.5, + "Test Wt.": 55.0, + "Yield": 228.2, + "Adj Yield": 228.2 + } + }, + { + "rank": 10, + "brand": "Nu Tech", + "product": "69C7PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 61.5, + "Yield": 245.2, + "Adj Yield": 245.2 + } + }, + { + "rank": 8, + "brand": "Nu Tech", + "product": "70F6V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 61.2, + "Yield": 247.6, + "Adj Yield": 247.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 60.9, + "Yield": 248.6, + "Adj Yield": 248.6 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 59.6, + "Yield": 220.2, + "Adj Yield": 220.2 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 61.6, + "Yield": 228.9, + "Adj Yield": 228.9 + } + }, + { + "rank": 1, + "brand": "Nu Tech", + "product": "71A7V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 63.0, + "Yield": 273.6, + "Adj Yield": 273.6 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 62.4, + "Yield": 225.7, + "Adj Yield": 225.7 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 61.9, + "Yield": 229.0, + "Adj Yield": 229.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 57.6, + "Yield": 250.1, + "Adj Yield": 250.1 + } + }, + { + "rank": 12, + "brand": "Nu Tech", + "product": "73B2V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 58.0, + "Yield": 240.7, + "Adj Yield": 240.7 + } + }, + { + "rank": 2, + "brand": "Nu Tech", + "product": "75A8V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 57.5, + "Yield": 267.4, + "Adj Yield": 267.4 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 59.9, + "Yield": 200.2, + "Adj Yield": 200.2 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 59.1, + "Yield": 226.7, + "Adj Yield": 226.7 + } + }, + { + "rank": 9, + "brand": "Nu Tech", + "product": "77B1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 58.5, + "Yield": 246.6, + "Adj Yield": 246.6 + } + } + ], + "n_results": 22, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145304" + ], + "fetched_at": "2026-05-27T02:21:06.813987+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145304.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145304.md new file mode 100644 index 00000000..1f50cb89 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145304.md @@ -0,0 +1,53 @@ +# Corn yield trial — Edgington, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Rock Island +- **City:** Edgington +- **Year:** 2025 +- **Plot ID:** 145304 +- **Cooperator:** John McManus +- **Plot average:** 239.68 BU/Ac +- **Planted:** 2025-04-15 +- **Harvested:** 2025-09-25 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Veltyma +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145304 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 17 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 20.0 | 59.9 | 227.3 | 227.3 | +| 3 | Pioneer | P13777PCE | PCE | - | 23.2 | 57.5 | 259.4 | 259.4 | +| 4 | Pioneer | P1742Q | QROME | - | 24.5 | 55.0 | 258.9 | 258.9 | +| 5 | Golden Harvest | G12U11-AA | 3220EZ | - | 22.8 | 57.0 | 256.9 | 256.9 | +| 13 | Golden Harvest | G13M31-AA | 3220EZ | - | 19.9 | 60.1 | 231.4 | 231.4 | +| 21 | AgriGold | A638-91VT2PRO | VT2Pro | - | 20.4 | 60.4 | 216.2 | 216.2 | +| 11 | AgriGold | A639-38V-RN | 3220 | - | 20.7 | 60.2 | 244.1 | 244.1 | +| 16 | Nu Tech | 69F3V | Vorceed | - | 23.5 | 55.0 | 228.2 | 228.2 | +| 10 | Nu Tech | 69C7PCE | PCE | - | 20.9 | 61.5 | 245.2 | 245.2 | +| 8 | Nu Tech | 70F6V | Vorceed | - | 20.3 | 61.2 | 247.6 | 247.6 | +| 7 | AgriGold | A640-94VT4PRO | VT4Pro | - | 19.1 | 60.9 | 248.6 | 248.6 | +| 20 | AgriGold | A641-26V | 3220EZ | - | 21.4 | 59.6 | 220.2 | 220.2 | +| 15 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 18.7 | 61.6 | 228.9 | 228.9 | +| 1 | Nu Tech | 71A7V | Vorceed | - | 19.9 | 63.0 | 273.6 | 273.6 | +| 19 | AgriGold | A642-18SSPRIB | SSPRIB | - | 18.8 | 62.4 | 225.7 | 225.7 | +| 14 | AgriGold | A642-32VT2RIB | VT2RIB | - | 20.2 | 61.9 | 229.0 | 229.0 | +| 6 | AgriGold | A644-64VT2RIB | VT2RIB | - | 21.6 | 57.6 | 250.1 | 250.1 | +| 12 | Nu Tech | 73B2V | Vorceed | - | 21.0 | 58.0 | 240.7 | 240.7 | +| 2 | Nu Tech | 75A8V | Vorceed | - | 21.9 | 57.5 | 267.4 | 267.4 | +| 22 | AgriGold | A639-03VT2RIB | VT2RIB | - | 17.1 | 59.9 | 200.2 | 200.2 | +| 18 | AgriGold | A645-71STXRIB | STXRIB | - | 21.8 | 59.1 | 226.7 | 226.7 | +| 9 | Nu Tech | 77B1PCE | PCE | - | 23.4 | 58.5 | 246.6 | 246.6 | + +Top 5 by Yield: 71A7V (Nu Tech) 273.6, 75A8V (Nu Tech) 267.4, P13777PCE (Pioneer) 259.4, P1742Q (Pioneer) 258.9, G12U11-AA (Golden Harvest) 256.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145309.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145309.json new file mode 100644 index 00000000..ac4afe10 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145309.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145309", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "GA", + "state_abbrev": "ga", + "city": "Camilla", + "county": "Mitchell", + "year": 2025, + "plot_id": "145309", + "cooperator": "Jamie Curles", + "plot_average": 208.74, + "planted_date": "2025-04-15", + "harvested_date": "2025-08-21", + "population_seeds_per_acre": 32000, + "row_width": "36.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Peanuts", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 56.4, + "Yield": 216.3, + "Adj Yield": 216.3 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 54.4, + "Yield": 227.4, + "Adj Yield": 227.4 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 54.9, + "Yield": 178.4, + "Adj Yield": 178.4 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 54.1, + "Yield": 202.5, + "Adj Yield": 202.5 + } + }, + { + "rank": 11, + "brand": "Revere", + "product": "1577VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 56.0, + "Yield": 199.9, + "Adj Yield": 199.9 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 56.6, + "Yield": 201.8, + "Adj Yield": 201.8 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P1608YHR", + "traits": "Intrasect", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 56.4, + "Yield": 221.7, + "Adj Yield": 221.7 + } + }, + { + "rank": 7, + "brand": "Revere", + "product": "R116-44VT2P", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 55.8, + "Yield": 209.3, + "Adj Yield": 209.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A646-17STX", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 58.1, + "Yield": 203.2, + "Adj Yield": 203.2 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P17677YHR", + "traits": "Leptra", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 57.6, + "Yield": 228.0, + "Adj Yield": 228.0 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 55.7, + "Yield": 182.7, + "Adj Yield": 182.7 + } + }, + { + "rank": 1, + "brand": "Revere", + "product": "1839TC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 53.5, + "Yield": 228.1, + "Adj Yield": 228.1 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC70-45", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 55.8, + "Yield": 214.3, + "Adj Yield": 214.3 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145309" + ], + "fetched_at": "2026-05-27T02:21:07.292320+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145309.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145309.md new file mode 100644 index 00000000..9f86a967 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145309.md @@ -0,0 +1,42 @@ +# Corn yield trial — Camilla, GA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** GA +- **County:** Mitchell +- **City:** Camilla +- **Year:** 2025 +- **Plot ID:** 145309 +- **Cooperator:** Jamie Curles +- **Plot average:** 208.74 BU/Ac +- **Planted:** 2025-04-15 +- **Harvested:** 2025-08-21 +- **Population:** 32,000 seeds/acre +- **Row width:** 36.0" +- **# Rows:** 6 +- **Tillage:** Conventional +- **Previous crop:** Peanuts +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145309 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | AgriGold | A642-18SSPRIB | SSPRIB | - | 18.1 | 56.4 | 216.3 | 216.3 | +| 3 | Pioneer | P13777PCE | PCE | - | 18.1 | 54.4 | 227.4 | 227.4 | +| 13 | AgriGold | A643-52VT2PRO | VT2Pro | - | 17.8 | 54.9 | 178.4 | 178.4 | +| 9 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.9 | 54.1 | 202.5 | 202.5 | +| 11 | Revere | 1577VT2PRIB | VT2RIB | - | 17.1 | 56.0 | 199.9 | 199.9 | +| 10 | AgriGold | A645-30VT2RIB | VT2RIB | - | 17.8 | 56.6 | 201.8 | 201.8 | +| 4 | Pioneer | P1608YHR | Intrasect | - | 18.4 | 56.4 | 221.7 | 221.7 | +| 7 | Revere | R116-44VT2P | VT2Pro | - | 19.0 | 55.8 | 209.3 | 209.3 | +| 8 | AgriGold | A646-17STX | STX | - | 18.1 | 58.1 | 203.2 | 203.2 | +| 2 | Pioneer | P17677YHR | Leptra | - | 18.9 | 57.6 | 228.0 | 228.0 | +| 12 | Dekalb | DKC68-35 | VT2Pro | - | 19.2 | 55.7 | 182.7 | 182.7 | +| 1 | Revere | 1839TC | Trecepta | - | 20.6 | 53.5 | 228.1 | 228.1 | +| 6 | Dekalb | DKC70-45 | VT2Pro | - | 19.7 | 55.8 | 214.3 | 214.3 | + +Top 5 by Yield: 1839TC (Revere) 228.1, P17677YHR (Pioneer) 228.0, P13777PCE (Pioneer) 227.4, P1608YHR (Pioneer) 221.7, A642-18SSPRIB (AgriGold) 216.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145315.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145315.json new file mode 100644 index 00000000..51d54d94 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145315.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145315", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "AR", + "state_abbrev": "ar", + "city": "Grady", + "county": "Lincoln", + "year": 2025, + "plot_id": "145315", + "cooperator": "Steve Walmsley", + "plot_average": 215.51, + "planted_date": "2025-04-16", + "harvested_date": "2025-08-23", + "population_seeds_per_acre": 32000, + "row_width": "38.0\"", + "num_rows": 6, + "soil_type": "Sandy Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 58.1, + "Yield": 242.7, + "Adj Yield": 242.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.0, + "Yield": 247.8, + "Adj Yield": 247.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 57.5, + "Yield": 230.6, + "Adj Yield": 230.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 56.4, + "Yield": 233.4, + "Adj Yield": 233.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 57.8, + "Yield": 195.7, + "Adj Yield": 195.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 57.3, + "Yield": 213.5, + "Adj Yield": 213.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 57.9, + "Yield": 212.4, + "Adj Yield": 212.4 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 55.8, + "Yield": 197.7, + "Adj Yield": 197.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.6, + "Yield": 198.8, + "Adj Yield": 198.8 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.0, + "Yield": 192.8, + "Adj Yield": 192.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 58.1, + "Yield": 205.2, + "Adj Yield": 205.2 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145315" + ], + "fetched_at": "2026-05-27T02:21:07.781226+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145315.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145315.md new file mode 100644 index 00000000..aa4fcc72 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145315.md @@ -0,0 +1,41 @@ +# Corn yield trial — Grady, AR, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** AR +- **County:** Lincoln +- **City:** Grady +- **Year:** 2025 +- **Plot ID:** 145315 +- **Cooperator:** Steve Walmsley +- **Plot average:** 215.51 BU/Ac +- **Planted:** 2025-04-16 +- **Harvested:** 2025-08-23 +- **Population:** 32,000 seeds/acre +- **Row width:** 38.0" +- **# Rows:** 6 +- **Soil type:** Sandy Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145315 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | A642-18SSPRIB | SSPRIB | - | 16.6 | 58.1 | 242.7 | 242.7 | +| 1 | AgriGold | A642-18TRC | Trecepta | - | 16.8 | 58.0 | 247.8 | 247.8 | +| 4 | AgriGold | A643-52VT2PRO | VT2Pro | - | 16.5 | 57.5 | 230.6 | 230.6 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.2 | 56.4 | 233.4 | 233.4 | +| 10 | AgriGold | A645-30VT2RIB | VT2RIB | - | 15.9 | 57.8 | 195.7 | 195.7 | +| 5 | AgriGold | A645-55VT2PRO | VT2Pro | - | 16.9 | 57.3 | 213.5 | 213.5 | +| 6 | AgriGold | A646-17TRC | Trecepta | - | 16.0 | 57.9 | 212.4 | 212.4 | +| 9 | AgriGold | A647-42TRC | Trecepta | - | 16.3 | 55.8 | 197.7 | 197.7 | +| 8 | AgriGold | A647-79VT2PRO | VT2Pro | - | 16.8 | 58.6 | 198.8 | 198.8 | +| 11 | AgriGold | L6722VT2PRO | VT2Pro | - | 16.0 | 58.0 | 192.8 | 192.8 | +| 7 | AgriGold | L6818VT2PRO | VT2Pro | - | 16.4 | 58.1 | 205.2 | 205.2 | + +Top 5 by Yield: A642-18TRC (AgriGold) 247.8, A642-18SSPRIB (AgriGold) 242.7, A644-64VT2RIB (AgriGold) 233.4, A643-52VT2PRO (AgriGold) 230.6, A645-55VT2PRO (AgriGold) 213.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145316.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145316.json new file mode 100644 index 00000000..ad77d8ba --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145316.json @@ -0,0 +1,439 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145316", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Whitewater", + "county": "Butler", + "year": 2025, + "plot_id": "145316", + "cooperator": "The Feedstore", + "plot_average": 149.69, + "planted_date": "2025-04-17", + "harvested_date": "2025-10-01", + "population_seeds_per_acre": 19500, + "row_width": "30.0\"", + "num_rows": 5, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "None", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": 8, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 59.1, + "Yield": 156.6, + "Adj Yield": 156.6 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 59.0, + "Yield": 150.8, + "Adj Yield": 150.8 + } + }, + { + "rank": 4, + "brand": "NC+", + "product": "NC04-34TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 57.7, + "Yield": 161.1, + "Adj Yield": 161.1 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": 61.3, + "Yield": 139.6, + "Adj Yield": 139.6 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 58.5, + "Yield": 172.8, + "Adj Yield": 172.8 + } + }, + { + "rank": 22, + "brand": "Hoegemeyer", + "product": "7858AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 59.2, + "Yield": 132.2, + "Adj Yield": 132.2 + } + }, + { + "rank": 10, + "brand": "Hoegemeyer", + "product": "H7976PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 59.0, + "Yield": 154.1, + "Adj Yield": 154.1 + } + }, + { + "rank": 18, + "brand": "NC+", + "product": "NC5955", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 60.1, + "Yield": 144.7, + "Adj Yield": 144.7 + } + }, + { + "rank": 13, + "brand": "Hoegemeyer", + "product": "8156AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 58.9, + "Yield": 151.6, + "Adj Yield": 151.6 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 58.9, + "Yield": 160.4, + "Adj Yield": 160.4 + } + }, + { + "rank": 16, + "brand": "NC+", + "product": "NC09-90", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 59.0, + "Yield": 146.2, + "Adj Yield": 146.2 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 61.6, + "Yield": 127.5, + "Adj Yield": 127.5 + } + }, + { + "rank": 11, + "brand": "NC+", + "product": "NC6358", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 62.7, + "Yield": 152.8, + "Adj Yield": 152.8 + } + }, + { + "rank": 19, + "brand": "NC+", + "product": "NC6499", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 62.5, + "Yield": 142.4, + "Adj Yield": 142.4 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 62.0, + "Yield": 160.5, + "Adj Yield": 160.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 62.0, + "Yield": 160.5, + "Adj Yield": 160.5 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 60.9, + "Yield": 151.6, + "Adj Yield": 151.6 + } + }, + { + "rank": 14, + "brand": "Hoegemeyer", + "product": "8220PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 61.1, + "Yield": 148.2, + "Adj Yield": 148.2 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 61.1, + "Yield": 140.0, + "Adj Yield": 140.0 + } + }, + { + "rank": 3, + "brand": "NC+", + "product": "NC14-88VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 60.8, + "Yield": 161.8, + "Adj Yield": 161.8 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 60.9, + "Yield": 164.3, + "Adj Yield": 164.3 + } + }, + { + "rank": 15, + "brand": "NC+", + "product": "NC15-65VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 62.8, + "Yield": 146.8, + "Adj Yield": 146.8 + } + }, + { + "rank": 9, + "brand": "NC+", + "product": "NC 7204", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 60.9, + "Yield": 155.9, + "Adj Yield": 155.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 61.4, + "Yield": 157.7, + "Adj Yield": 157.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 62.9, + "Yield": 163.3, + "Adj Yield": 163.3 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 61.4, + "Yield": 157.4, + "Adj Yield": 157.4 + } + }, + { + "rank": 23, + "brand": "Hoegemeyer", + "product": "8542 PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 61.8, + "Yield": 130.2, + "Adj Yield": 130.2 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 61.7, + "Yield": 144.8, + "Adj Yield": 144.8 + } + }, + { + "rank": 1, + "brand": "Hoegemeyer", + "product": "8156AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 62.2, + "Yield": 166.0, + "Adj Yield": 166.0 + } + }, + { + "rank": 7, + "brand": "Becks", + "product": "6414V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 60.8, + "Yield": 157.0, + "Adj Yield": 157.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 61.2, + "Yield": 157.9, + "Adj Yield": 157.9 + } + } + ], + "n_results": 31, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145316" + ], + "fetched_at": "2026-05-27T02:21:08.312061+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145316.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145316.md new file mode 100644 index 00000000..0c96cc39 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145316.md @@ -0,0 +1,64 @@ +# Corn yield trial — Whitewater, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Butler +- **City:** Whitewater +- **Year:** 2025 +- **Plot ID:** 145316 +- **Cooperator:** The Feedstore +- **Plot average:** 149.69 BU/Ac +- **Planted:** 2025-04-17 +- **Harvested:** 2025-10-01 +- **Population:** 19,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 5 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** None +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145316 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | AgriGold | A641-26V | 3220EZ | - | 11.8 | 59.1 | 156.6 | 156.6 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.2 | 59.0 | 150.8 | 150.8 | +| 4 | NC+ | NC04-34TRERIB | TreceptaRIB | - | 11.9 | 57.7 | 161.1 | 161.1 | +| 21 | AgriGold | A637-72VT2RIB | VT2RIB | - | 10.4 | 61.3 | 139.6 | 139.6 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 11.1 | 58.5 | 172.8 | 172.8 | +| 22 | Hoegemeyer | 7858AM | AM | - | 11.4 | 59.2 | 132.2 | 132.2 | +| 10 | Hoegemeyer | H7976PCE | PCE | - | 12.4 | 59.0 | 154.1 | 154.1 | +| 18 | NC+ | NC5955 | VT4Pro | - | 11.6 | 60.1 | 144.7 | 144.7 | +| 13 | Hoegemeyer | 8156AM | AM | - | 11.2 | 58.9 | 151.6 | 151.6 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 11.6 | 58.9 | 160.4 | 160.4 | +| 16 | NC+ | NC09-90 | PCE | - | 11.3 | 59.0 | 146.2 | 146.2 | +| 24 | AgriGold | A640-16-3110 | 3110 | - | 11.7 | 61.6 | 127.5 | 127.5 | +| 11 | NC+ | NC6358 | VT4RIB | - | 11.6 | 62.7 | 152.8 | 152.8 | +| 19 | NC+ | NC6499 | VT2RIB | - | 11.0 | 62.5 | 142.4 | 142.4 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 11.3 | 62.0 | 160.5 | 160.5 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 11.3 | 62.0 | 160.5 | 160.5 | +| 12 | AgriGold | A642-18TRC | Trecepta | - | 11.8 | 60.9 | 151.6 | 151.6 | +| 14 | Hoegemeyer | 8220PCE | PCE | - | 11.9 | 61.1 | 148.2 | 148.2 | +| 20 | AgriGold | A642-32VT2RIB | VT2RIB | - | 11.1 | 61.1 | 140.0 | 140.0 | +| 3 | NC+ | NC14-88VT2PRIB | VT2RIB | - | 12.4 | 60.8 | 161.8 | 161.8 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 11.6 | 60.9 | 164.3 | 164.3 | +| 15 | NC+ | NC15-65VT2PRIB | VT2RIB | - | 12.4 | 62.8 | 146.8 | 146.8 | +| 9 | NC+ | NC 7204 | VT4RIB | - | 12.6 | 60.9 | 155.9 | 155.9 | +| 6 | AgriGold | A645-30VT2RIB | VT2RIB | - | 11.8 | 61.4 | 157.7 | 157.7 | +| 2 | AgriGold | A645-55VT2PRO | VT2Pro | - | 11.3 | 62.9 | 163.3 | 163.3 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 10.9 | 61.4 | 157.4 | 157.4 | +| 23 | Hoegemeyer | 8542 PCE | PCE | - | 11.0 | 61.8 | 130.2 | 130.2 | +| 17 | AgriGold | A646-17STXRIB | STXRIB | - | 12.0 | 61.7 | 144.8 | 144.8 | +| 1 | Hoegemeyer | 8156AM | AM | - | 11.9 | 62.2 | 166.0 | 166.0 | +| 7 | Becks | 6414V2P | VT2RIB | - | 12.2 | 60.8 | 157.0 | 157.0 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 11.0 | 61.2 | 157.9 | 157.9 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 172.8, 8156AM (Hoegemeyer) 166.0, A643-52VT2RIB (AgriGold) 164.3, A645-55VT2PRO (AgriGold) 163.3, NC14-88VT2PRIB (NC+) 161.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145325.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145325.json new file mode 100644 index 00000000..fa611634 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145325.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145325", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Detroit", + "county": "Pike", + "year": 2025, + "plot_id": "145325", + "cooperator": "DJRB", + "plot_average": 255.88, + "planted_date": "2025-04-15", + "harvested_date": "2025-10-11", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 62.9, + "Yield": 276.6, + "Adj Yield": 276.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 67.0, + "Yield": 254.7, + "Adj Yield": 250.83 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 65.5, + "Yield": 270.8, + "Adj Yield": 268.04 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 65.9, + "Yield": 253.3, + "Adj Yield": 251.67 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 62.3, + "Yield": 248.2, + "Adj Yield": 247.65 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 67.7, + "Yield": 260.7, + "Adj Yield": 261.27 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 57.8, + "Yield": 257.4, + "Adj Yield": 259.07 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 66.1, + "Yield": 239.9, + "Adj Yield": 242.69 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 61.4, + "Yield": 262.0, + "Adj Yield": 265.85 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 58.1, + "Yield": 266.6, + "Adj Yield": 266.6 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145325" + ], + "fetched_at": "2026-05-27T02:21:08.797427+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145325.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145325.md new file mode 100644 index 00000000..6db1082d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145325.md @@ -0,0 +1,39 @@ +# Corn yield trial — Detroit, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Pike +- **City:** Detroit +- **Year:** 2025 +- **Plot ID:** 145325 +- **Cooperator:** DJRB +- **Plot average:** 255.88 BU/Ac +- **Planted:** 2025-04-15 +- **Harvested:** 2025-10-11 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145325 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.3 | 62.9 | 276.6 | 276.6 | +| 6 | AgriGold | A641-26V | 3220EZ | - | 12.8 | 67.0 | 254.7 | 250.83 | +| 1 | AgriGold | A642-18TRC | Trecepta | - | 13.1 | 65.5 | 270.8 | 268.04 | +| 5 | AgriGold | A642-32VT2RIB | VT2RIB | - | 13.2 | 65.9 | 253.3 | 251.67 | +| 7 | AgriGold | A645-30VT2RIB | VT2RIB | - | 15.1 | 62.3 | 248.2 | 247.65 | +| 3 | AgriGold | A645-55VT2PRO | VT2Pro | - | 13.6 | 67.7 | 260.7 | 261.27 | +| 4 | AgriGold | A646-17TRC | Trecepta | - | 15.8 | 57.8 | 257.4 | 259.07 | +| 8 | AgriGold | L6722VT2PRO | VT2Pro | - | 13.7 | 66.1 | 239.9 | 242.69 | +| 2 | AgriGold | L6818VT2PRO | VT2Pro | - | 14.1 | 61.4 | 262.0 | 265.85 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.1 | 58.1 | 266.6 | 266.6 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 276.6, A642-18TRC (AgriGold) 270.8, A644-64VT2RIB (AgriGold) 266.6, L6818VT2PRO (AgriGold) 262.0, A645-55VT2PRO (AgriGold) 260.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145328.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145328.json new file mode 100644 index 00000000..e629bd8f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145328.json @@ -0,0 +1,439 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145328", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Sturgis", + "county": "Union", + "year": 2025, + "plot_id": "145328", + "cooperator": "White Farms", + "plot_average": 237.05, + "planted_date": "2025-04-17", + "harvested_date": "2025-09-04", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 57.0, + "Yield": 189.0, + "Adj Yield": 189.0 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 56.0, + "Yield": 208.0, + "Adj Yield": 239.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 56.0, + "Yield": 230.0, + "Adj Yield": 256.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 57.0, + "Yield": 234.3, + "Adj Yield": 256.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 56.0, + "Yield": 261.5, + "Adj Yield": 279.38 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 55.0, + "Yield": 219.3, + "Adj Yield": 233.32 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 54.0, + "Yield": 247.8, + "Adj Yield": 258.33 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 57.0, + "Yield": 264.7, + "Adj Yield": 271.93 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 57.0, + "Yield": 239.4, + "Adj Yield": 243.6 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 58.0, + "Yield": 231.2, + "Adj Yield": 232.58 + } + }, + { + "rank": 10, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 57.0, + "Yield": 251.6, + "Adj Yield": 250.36 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 57.0, + "Yield": 251.1, + "Adj Yield": 247.4 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 56.0, + "Yield": 232.3, + "Adj Yield": 232.3 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 56.0, + "Yield": 232.3, + "Adj Yield": 228.02 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 57.0, + "Yield": 263.7, + "Adj Yield": 260.13 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 57.0, + "Yield": 225.6, + "Adj Yield": 222.18 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 58.0, + "Yield": 266.4, + "Adj Yield": 262.75 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 57.0, + "Yield": 229.0, + "Adj Yield": 224.81 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 56.0, + "Yield": 257.7, + "Adj Yield": 252.63 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 58.0, + "Yield": 243.9, + "Adj Yield": 237.85 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A647-09SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 57.0, + "Yield": 271.4, + "Adj Yield": 264.07 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 58.0, + "Yield": 226.6, + "Adj Yield": 217.82 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 56.0, + "Yield": 248.1, + "Adj Yield": 237.61 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 56.0, + "Yield": 228.3, + "Adj Yield": 215.94 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A649-60TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 55.0, + "Yield": 246.3, + "Adj Yield": 231.89 + } + }, + { + "rank": 28, + "brand": "Nu Tech", + "product": "68A7AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 55.0, + "Yield": 178.7, + "Adj Yield": 162.13 + } + }, + { + "rank": 14, + "brand": "Channel", + "product": "215-70TRERIB", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 57.0, + "Yield": 257.3, + "Adj Yield": 238.22 + } + }, + { + "rank": 23, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 54.0, + "Yield": 240.8, + "Adj Yield": 219.03 + } + }, + { + "rank": 27, + "brand": "Channel", + "product": "214-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 58.0, + "Yield": 214.5, + "Adj Yield": 189.74 + } + }, + { + "rank": 26, + "brand": "Dekalb", + "product": "DKC62-70RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 57.0, + "Yield": 230.7, + "Adj Yield": 202.77 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 57.0, + "Yield": 257.9, + "Adj Yield": 257.9 + } + } + ], + "n_results": 31, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145328" + ], + "fetched_at": "2026-05-27T02:21:09.317157+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145328.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145328.md new file mode 100644 index 00000000..83fa2ac5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145328.md @@ -0,0 +1,61 @@ +# Corn yield trial — Sturgis, KY, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Union +- **City:** Sturgis +- **Year:** 2025 +- **Plot ID:** 145328 +- **Cooperator:** White Farms +- **Plot average:** 237.05 BU/Ac +- **Planted:** 2025-04-17 +- **Harvested:** 2025-09-04 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145328 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.6 | 57.0 | 189.0 | 189.0 | +| 13 | AgriGold | A639-03VT2RIB | VT2RIB | - | 17.4 | 56.0 | 208.0 | 239.8 | +| 7 | AgriGold | A639-38V-RN | 3220 | - | 18.8 | 56.0 | 230.0 | 256.7 | +| 8 | AgriGold | A640-16-3110 | 3110 | - | 19.1 | 57.0 | 234.3 | 256.4 | +| 1 | AgriGold | A640-94VT4PRO | VT4Pro | - | 20.9 | 56.0 | 261.5 | 279.38 | +| 17 | AgriGold | A641-62D-RN | 5122 | - | 22.2 | 55.0 | 219.3 | 233.32 | +| 6 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 21.0 | 54.0 | 247.8 | 258.33 | +| 2 | AgriGold | A642-18TRC | Trecepta | - | 20.9 | 57.0 | 264.7 | 271.93 | +| 12 | AgriGold | A642-18SSPRIB | SSPRIB | - | 19.6 | 57.0 | 239.4 | 243.6 | +| 18 | AgriGold | A642-32VT2RIB | VT2RIB | - | 19.4 | 58.0 | 231.2 | 232.58 | +| 10 | Pioneer | P13777PCE | PCE | - | 19.8 | 57.0 | 251.6 | 250.36 | +| 11 | AgriGold | A643-52VT2RIB | VT2RIB | - | 19.5 | 57.0 | 251.1 | 247.4 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.0 | 56.0 | 232.3 | 232.3 | +| 20 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.0 | 56.0 | 232.3 | 228.02 | +| 5 | AgriGold | A645-16VT2RIB | VT2RIB | - | 21.2 | 57.0 | 263.7 | 260.13 | +| 22 | AgriGold | A645-30VT2RIB | VT2RIB | - | 20.6 | 57.0 | 225.6 | 222.18 | +| 4 | AgriGold | A645-55VT2PRO | VT2Pro | - | 19.3 | 58.0 | 266.4 | 262.75 | +| 21 | AgriGold | A645-71STXRIB | STXRIB | - | 19.2 | 57.0 | 229.0 | 224.81 | +| 9 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 19.5 | 56.0 | 257.7 | 252.63 | +| 15 | AgriGold | A646-17TRC | Trecepta | - | 18.7 | 58.0 | 243.9 | 237.85 | +| 3 | AgriGold | A647-09SSP | SSP | - | 19.0 | 57.0 | 271.4 | 264.07 | +| 24 | AgriGold | L6722VT2PRO | VT2Pro | - | 20.1 | 58.0 | 226.6 | 217.82 | +| 16 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 21.6 | 56.0 | 248.1 | 237.61 | +| 25 | AgriGold | L6818VT2PRO | VT2Pro | - | 20.8 | 56.0 | 228.3 | 215.94 | +| 19 | AgriGold | A649-60TRC | Trecepta | - | 22.4 | 55.0 | 246.3 | 231.89 | +| 28 | Nu Tech | 68A7AM | AM | - | 17.0 | 55.0 | 178.7 | 162.13 | +| 14 | Channel | 215-70TRERIB | Trecepta | - | 19.5 | 57.0 | 257.3 | 238.22 | +| 23 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 19.0 | 54.0 | 240.8 | 219.03 | +| 27 | Channel | 214-70TRERIB | TreceptaRIB | - | 19.2 | 58.0 | 214.5 | 189.74 | +| 26 | Dekalb | DKC62-70RIB | STXRIB | - | 19.3 | 57.0 | 230.7 | 202.77 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.3 | 57.0 | 257.9 | 257.9 | + +Top 5 by Yield: A647-09SSP (AgriGold) 271.4, A645-55VT2PRO (AgriGold) 266.4, A642-18TRC (AgriGold) 264.7, A645-16VT2RIB (AgriGold) 263.7, A640-94VT4PRO (AgriGold) 261.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145329.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145329.json new file mode 100644 index 00000000..e89edde0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145329.json @@ -0,0 +1,127 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145329", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Stanley", + "county": "Daviess", + "year": 2025, + "plot_id": "145329", + "cooperator": "McKay Farms", + "plot_average": 261.1, + "planted_date": "2025-04-17", + "harvested_date": "2025-09-08", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 59.2, + "Yield": 273.1, + "Adj Yield": 273.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 58.4, + "Yield": 265.7, + "Adj Yield": 265.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 59.1, + "Yield": 229.8, + "Adj Yield": 229.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 59.9, + "Yield": 292.1, + "Adj Yield": 292.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 59.0, + "Yield": 207.8, + "Adj Yield": 207.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 59.3, + "Yield": 291.6, + "Adj Yield": 291.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 57.8, + "Yield": 267.6, + "Adj Yield": 267.6 + } + } + ], + "n_results": 7, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145329" + ], + "fetched_at": "2026-05-27T02:21:09.783372+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145329.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145329.md new file mode 100644 index 00000000..16c31f49 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145329.md @@ -0,0 +1,36 @@ +# Corn yield trial — Stanley, KY, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Daviess +- **City:** Stanley +- **Year:** 2025 +- **Plot ID:** 145329 +- **Cooperator:** McKay Farms +- **Plot average:** 261.1 BU/Ac +- **Planted:** 2025-04-17 +- **Harvested:** 2025-09-08 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145329 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.2 | 59.2 | 273.1 | 273.1 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.7 | 58.4 | 265.7 | 265.7 | +| 6 | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.4 | 59.1 | 229.8 | 229.8 | +| 1 | AgriGold | A645-55VT2PRO | VT2Pro | - | 18.4 | 59.9 | 292.1 | 292.1 | +| 7 | AgriGold | A645-30VT2RIB | VT2RIB | - | 17.0 | 59.0 | 207.8 | 207.8 | +| 2 | AgriGold | A642-18TRC | Trecepta | - | 17.7 | 59.3 | 291.6 | 291.6 | +| 4 | AgriGold | A645-16VT2RIB | VT2RIB | - | 19.3 | 57.8 | 267.6 | 267.6 | + +Top 5 by Yield: A645-55VT2PRO (AgriGold) 292.1, A642-18TRC (AgriGold) 291.6, A644-64VT2RIB (AgriGold) 273.1, A645-16VT2RIB (AgriGold) 267.6, A643-52VT2RIB (AgriGold) 265.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145331.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145331.json new file mode 100644 index 00000000..1922a1e6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145331.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145331", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "AR", + "state_abbrev": "ar", + "city": "Grady", + "county": "Lincoln", + "year": 2025, + "plot_id": "145331", + "cooperator": "Gil Dreher", + "plot_average": 264.44, + "planted_date": "2025-04-18", + "harvested_date": "2025-09-10", + "population_seeds_per_acre": 34000, + "row_width": "38.0\"", + "num_rows": 8, + "soil_type": "Sandy Loam", + "tillage": "Conventional", + "previous_crop": "Cotton", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 60.9, + "Yield": 265.4, + "Adj Yield": 265.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 61.1, + "Yield": 286.4, + "Adj Yield": 286.4 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 59.9, + "Yield": 244.1, + "Adj Yield": 244.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.1, + "Yield": 258.6, + "Adj Yield": 258.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 60.5, + "Yield": 247.9, + "Adj Yield": 247.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 58.4, + "Yield": 264.7, + "Adj Yield": 264.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 61.3, + "Yield": 286.0, + "Adj Yield": 286.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 60.7, + "Yield": 262.5, + "Adj Yield": 262.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 62.2, + "Yield": 264.4, + "Adj Yield": 264.4 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145331" + ], + "fetched_at": "2026-05-27T02:21:10.288763+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145331.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145331.md new file mode 100644 index 00000000..7650fa86 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145331.md @@ -0,0 +1,39 @@ +# Corn yield trial — Grady, AR, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** AR +- **County:** Lincoln +- **City:** Grady +- **Year:** 2025 +- **Plot ID:** 145331 +- **Cooperator:** Gil Dreher +- **Plot average:** 264.44 BU/Ac +- **Planted:** 2025-04-18 +- **Harvested:** 2025-09-10 +- **Population:** 34,000 seeds/acre +- **Row width:** 38.0" +- **# Rows:** 8 +- **Soil type:** Sandy Loam +- **Tillage:** Conventional +- **Previous crop:** Cotton +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145331 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.6 | 60.9 | 265.4 | 265.4 | +| 1 | AgriGold | A642-18TRC | Trecepta | - | 15.4 | 61.1 | 286.4 | 286.4 | +| 9 | AgriGold | A643-52VT2PRO | VT2Pro | - | 15.5 | 59.9 | 244.1 | 244.1 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.2 | 60.1 | 258.6 | 258.6 | +| 8 | AgriGold | A645-30VT2RIB | VT2RIB | - | 15.6 | 60.5 | 247.9 | 247.9 | +| 4 | AgriGold | A645-55VT2PRO | VT2Pro | - | 14.6 | 58.4 | 264.7 | 264.7 | +| 2 | AgriGold | A646-17TRC | Trecepta | - | 15.5 | 61.3 | 286.0 | 286.0 | +| 6 | AgriGold | A647-42TRC | Trecepta | - | 15.6 | 60.7 | 262.5 | 262.5 | +| 5 | AgriGold | A647-79VT2PRO | VT2Pro | - | 15.8 | 62.2 | 264.4 | 264.4 | + +Top 5 by Yield: A642-18TRC (AgriGold) 286.4, A646-17TRC (AgriGold) 286.0, A642-18SSPRIB (AgriGold) 265.4, A645-55VT2PRO (AgriGold) 264.7, A647-79VT2PRO (AgriGold) 264.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145336.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145336.json new file mode 100644 index 00000000..100684c8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145336.json @@ -0,0 +1,348 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145336", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "No Creek", + "county": "Ohio", + "year": 2025, + "plot_id": "145336", + "cooperator": "Tyson Sanderfur", + "plot_average": 243.18, + "planted_date": "2025-04-17", + "harvested_date": "2025-09-02", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 57.2, + "Yield": 255.4, + "Adj Yield": 255.4 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 57.6, + "Yield": 230.7, + "Adj Yield": 224.27 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 58.2, + "Yield": 213.8, + "Adj Yield": 208.84 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 58.4, + "Yield": 214.0, + "Adj Yield": 210.36 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 57.9, + "Yield": 219.7, + "Adj Yield": 217.23 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 58.2, + "Yield": 250.1, + "Adj Yield": 248.85 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 56.3, + "Yield": 266.2, + "Adj Yield": 266.05 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 56.3, + "Yield": 273.7, + "Adj Yield": 274.57 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 57.2, + "Yield": 205.6, + "Adj Yield": 207.48 + } + }, + { + "rank": 21, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 55.7, + "Yield": 201.8, + "Adj Yield": 204.77 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 55.7, + "Yield": 244.2, + "Adj Yield": 248.37 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 55.5, + "Yield": 241.8, + "Adj Yield": 241.8 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 55.5, + "Yield": 241.8, + "Adj Yield": 246.18 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 55.0, + "Yield": 252.9, + "Adj Yield": 256.44 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 56.7, + "Yield": 251.5, + "Adj Yield": 254.45 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 56.0, + "Yield": 252.3, + "Adj Yield": 254.91 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 58.8, + "Yield": 235.6, + "Adj Yield": 237.93 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 57.1, + "Yield": 249.2, + "Adj Yield": 251.42 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 57.0, + "Yield": 265.6, + "Adj Yield": 267.66 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-09SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 56.8, + "Yield": 275.6, + "Adj Yield": 277.66 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.7, + "Test Wt.": 54.7, + "Yield": 261.9, + "Adj Yield": 263.95 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 57.9, + "Yield": 215.5, + "Adj Yield": 217.64 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A649-60TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 56.0, + "Yield": 265.5, + "Adj Yield": 267.75 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 57.1, + "Yield": 244.9, + "Adj Yield": 244.9 + } + } + ], + "n_results": 24, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145336" + ], + "fetched_at": "2026-05-27T02:21:10.803646+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145336.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145336.md new file mode 100644 index 00000000..6fb8b9c2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145336.md @@ -0,0 +1,53 @@ +# Corn yield trial — No Creek, KY, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Ohio +- **City:** No Creek +- **Year:** 2025 +- **Plot ID:** 145336 +- **Cooperator:** Tyson Sanderfur +- **Plot average:** 243.18 BU/Ac +- **Planted:** 2025-04-17 +- **Harvested:** 2025-09-02 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145336 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.5 | 57.2 | 255.4 | 255.4 | +| 15 | AgriGold | A639-03VT2RIB | VT2RIB | - | 17.8 | 57.6 | 230.7 | 224.27 | +| 19 | AgriGold | A639-38V-RN | 3220 | - | 16.2 | 58.2 | 213.8 | 208.84 | +| 18 | AgriGold | A640-16-3110 | 3110 | - | 16.3 | 58.4 | 214.0 | 210.36 | +| 17 | AgriGold | A640-94VT4PRO | VT4Pro | - | 16.8 | 57.9 | 219.7 | 217.23 | +| 11 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 18.0 | 58.2 | 250.1 | 248.85 | +| 5 | AgriGold | A642-18TRC | Trecepta | - | 18.5 | 56.3 | 266.2 | 266.05 | +| 2 | AgriGold | A642-18SSPRIB | SSPRIB | - | 19.1 | 56.3 | 273.7 | 274.57 | +| 20 | AgriGold | A642-32VT2RIB | VT2RIB | - | 20.3 | 57.2 | 205.6 | 207.48 | +| 21 | Pioneer | P13777PCE | PCE | - | 19.7 | 55.7 | 201.8 | 204.77 | +| 12 | AgriGold | A643-52VT2RIB | VT2RIB | - | 21.8 | 55.7 | 244.2 | 248.37 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.4 | 55.5 | 241.8 | 241.8 | +| 13 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.4 | 55.5 | 241.8 | 246.18 | +| 7 | AgriGold | A645-16VT2RIB | VT2RIB | - | 20.7 | 55.0 | 252.9 | 256.44 | +| 9 | AgriGold | A645-30VT2RIB | VT2RIB | - | 19.9 | 56.7 | 251.5 | 254.45 | +| 8 | AgriGold | A645-55VT2PRO | VT2Pro | - | 20.2 | 56.0 | 252.3 | 254.91 | +| 14 | AgriGold | A645-71STXRIB | STXRIB | - | 19.1 | 58.8 | 235.6 | 237.93 | +| 10 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 18.3 | 57.1 | 249.2 | 251.42 | +| 4 | AgriGold | A646-17TRC | Trecepta | - | 19.8 | 57.0 | 265.6 | 267.66 | +| 1 | AgriGold | A647-09SSP | SSP | - | 20.5 | 56.8 | 275.6 | 277.66 | +| 6 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 24.7 | 54.7 | 261.9 | 263.95 | +| 16 | AgriGold | L6818VT2PRO | VT2Pro | - | 22.3 | 57.9 | 215.5 | 217.64 | +| 3 | AgriGold | A649-60TRC | Trecepta | - | 22.8 | 56.0 | 265.5 | 267.75 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.0 | 57.1 | 244.9 | 244.9 | + +Top 5 by Yield: A647-09SSP (AgriGold) 275.6, A642-18SSPRIB (AgriGold) 273.7, A642-18TRC (AgriGold) 266.2, A646-17TRC (AgriGold) 265.6, A649-60TRC (AgriGold) 265.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145337.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145337.json new file mode 100644 index 00000000..0816827d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145337.json @@ -0,0 +1,374 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145337", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Owensboro", + "county": "Daviess", + "year": 2025, + "plot_id": "145337", + "cooperator": "Joe and Tony Fischer", + "plot_average": 266.16, + "planted_date": "2025-04-18", + "harvested_date": "2025-09-08", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 59.0, + "Yield": 275.4, + "Adj Yield": 275.4 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 57.1, + "Yield": 239.4, + "Adj Yield": 234.97 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 59.0, + "Yield": 248.8, + "Adj Yield": 245.43 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 59.6, + "Yield": 247.0, + "Adj Yield": 244.55 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 58.0, + "Yield": 247.7, + "Adj Yield": 246.2 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 57.1, + "Yield": 228.2, + "Adj Yield": 227.63 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 57.9, + "Yield": 240.9, + "Adj Yield": 241.25 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 57.6, + "Yield": 287.5, + "Adj Yield": 288.74 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 59.5, + "Yield": 277.5, + "Adj Yield": 279.62 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 59.9, + "Yield": 257.2, + "Adj Yield": 260.3 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 59.4, + "Yield": 277.6, + "Adj Yield": 281.71 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 59.2, + "Yield": 267.9, + "Adj Yield": 273.24 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 58.7, + "Yield": 263.1, + "Adj Yield": 263.1 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 58.7, + "Yield": 263.1, + "Adj Yield": 268.43 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 58.7, + "Yield": 271.1, + "Adj Yield": 275.45 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 59.2, + "Yield": 259.8, + "Adj Yield": 263.27 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 60.3, + "Yield": 277.9, + "Adj Yield": 280.75 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 59.8, + "Yield": 260.3, + "Adj Yield": 262.56 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 58.7, + "Yield": 278.3, + "Adj Yield": 280.05 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 58.0, + "Yield": 280.1, + "Adj Yield": 281.39 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A647-09SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 58.6, + "Yield": 283.8, + "Adj Yield": 284.74 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 59.7, + "Yield": 258.7, + "Adj Yield": 259.23 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 57.8, + "Yield": 276.4, + "Adj Yield": 276.52 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 58.7, + "Yield": 268.6, + "Adj Yield": 268.26 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A649-60TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 57.3, + "Yield": 298.1, + "Adj Yield": 297.39 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 57.8, + "Yield": 270.9, + "Adj Yield": 270.9 + } + } + ], + "n_results": 26, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145337" + ], + "fetched_at": "2026-05-27T02:21:11.270149+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145337.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145337.md new file mode 100644 index 00000000..92aae0b2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145337.md @@ -0,0 +1,55 @@ +# Corn yield trial — Owensboro, KY, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Daviess +- **City:** Owensboro +- **Year:** 2025 +- **Plot ID:** 145337 +- **Cooperator:** Joe and Tony Fischer +- **Plot average:** 266.16 BU/Ac +- **Planted:** 2025-04-18 +- **Harvested:** 2025-09-08 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145337 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.1 | 59.0 | 275.4 | 275.4 | +| 22 | AgriGold | A639-03VT2RIB | VT2RIB | - | 16.5 | 57.1 | 239.4 | 234.97 | +| 19 | AgriGold | A639-38V-RN | 3220 | - | 16.5 | 59.0 | 248.8 | 245.43 | +| 20 | AgriGold | A640-16-3110 | 3110 | - | 17.0 | 59.6 | 247.0 | 244.55 | +| 18 | AgriGold | A640-94VT4PRO | VT4Pro | - | 17.8 | 58.0 | 247.7 | 246.2 | +| 23 | AgriGold | A641-62D-RN | 5122 | - | 19.5 | 57.1 | 228.2 | 227.63 | +| 21 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.2 | 57.9 | 240.9 | 241.25 | +| 2 | AgriGold | A642-18TRC | Trecepta | - | 18.2 | 57.6 | 287.5 | 288.74 | +| 8 | AgriGold | A642-18SSPRIB | SSPRIB | - | 18.1 | 59.5 | 277.5 | 279.62 | +| 16 | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.7 | 59.9 | 257.2 | 260.3 | +| 4 | Pioneer | P13777PCE | PCE | - | 16.8 | 59.4 | 277.6 | 281.71 | +| 11 | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.9 | 59.2 | 267.9 | 273.24 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.2 | 58.7 | 263.1 | 263.1 | +| 12 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.2 | 58.7 | 263.1 | 268.43 | +| 10 | AgriGold | A645-16VT2RIB | VT2RIB | - | 19.2 | 58.7 | 271.1 | 275.45 | +| 14 | AgriGold | A645-30VT2RIB | VT2RIB | - | 18.0 | 59.2 | 259.8 | 263.27 | +| 6 | AgriGold | A645-55VT2PRO | VT2Pro | - | 18.1 | 60.3 | 277.9 | 280.75 | +| 15 | AgriGold | A645-71STXRIB | STXRIB | - | 17.1 | 59.8 | 260.3 | 262.56 | +| 7 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 18.1 | 58.7 | 278.3 | 280.05 | +| 5 | AgriGold | A646-17TRC | Trecepta | - | 17.8 | 58.0 | 280.1 | 281.39 | +| 3 | AgriGold | A647-09SSP | SSP | - | 17.6 | 58.6 | 283.8 | 284.74 | +| 17 | AgriGold | L6722VT2PRO | VT2Pro | - | 18.2 | 59.7 | 258.7 | 259.23 | +| 9 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 22.7 | 57.8 | 276.4 | 276.52 | +| 13 | AgriGold | L6818VT2PRO | VT2Pro | - | 19.4 | 58.7 | 268.6 | 268.26 | +| 1 | AgriGold | A649-60TRC | Trecepta | - | 20.3 | 57.3 | 298.1 | 297.39 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.8 | 57.8 | 270.9 | 270.9 | + +Top 5 by Yield: A649-60TRC (AgriGold) 298.1, A642-18TRC (AgriGold) 287.5, A647-09SSP (AgriGold) 283.8, A646-17TRC (AgriGold) 280.1, DKC66-06RIB (Dekalb) 278.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145342.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145342.json new file mode 100644 index 00000000..5e9dcc7a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145342.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145342", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Epworth", + "county": "Dubuque", + "year": 2025, + "plot_id": "145342", + "cooperator": "Western Dubuque FFA", + "plot_average": 230.99, + "planted_date": "2025-04-16", + "harvested_date": "2025-10-09", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "Trivapro", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A630-04D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 57.1, + "Yield": 224.0, + "Adj Yield": 224.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 56.4, + "Yield": 231.1, + "Adj Yield": 231.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 56.4, + "Yield": 218.4, + "Adj Yield": 218.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 58.1, + "Yield": 209.5, + "Adj Yield": 209.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 55.3, + "Yield": 249.0, + "Adj Yield": 249.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 57.6, + "Yield": 245.5, + "Adj Yield": 245.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 59.9, + "Yield": 224.0, + "Adj Yield": 224.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 55.1, + "Yield": 249.6, + "Adj Yield": 249.6 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A630-04D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 57.5, + "Yield": 223.0, + "Adj Yield": 223.0 + } + }, + { + "rank": 11, + "brand": "Cornelius", + "product": "C6525SSP-RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 56.7, + "Yield": 203.2, + "Adj Yield": 203.2 + } + }, + { + "rank": 7, + "brand": "Cornelius", + "product": "C6936SS", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 58.2, + "Yield": 226.7, + "Adj Yield": 226.7 + } + }, + { + "rank": 5, + "brand": "Cornelius", + "product": "C7048SSP", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 55.2, + "Yield": 236.7, + "Adj Yield": 236.7 + } + }, + { + "rank": 3, + "brand": "Cornelius", + "product": "C7202SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 57.5, + "Yield": 247.2, + "Adj Yield": 247.2 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A630-04D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 59.4, + "Yield": 224.9, + "Adj Yield": 224.9 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145342" + ], + "fetched_at": "2026-05-27T02:21:11.814199+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145342.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145342.md new file mode 100644 index 00000000..4ad552e8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145342.md @@ -0,0 +1,45 @@ +# Corn yield trial — Epworth, IA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Dubuque +- **City:** Epworth +- **Year:** 2025 +- **Plot ID:** 145342 +- **Cooperator:** Western Dubuque FFA +- **Plot average:** 230.99 BU/Ac +- **Planted:** 2025-04-16 +- **Harvested:** 2025-10-09 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **Fungicide:** Trivapro +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145342 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A630-04D | 5122EZ | - | 17.2 | 57.1 | 224.0 | 224.0 | +| 6 | AgriGold | A634-11SSPRIB | SSPRIB | - | 15.7 | 56.4 | 231.1 | 231.1 | +| 9 | AgriGold | A636-16-5222EZ | 5222EZ | - | 18.6 | 56.4 | 218.4 | 218.4 | +| 10 | AgriGold | A636-42SSPRIB | SSPRIB | - | 15.7 | 58.1 | 209.5 | 209.5 | +| 2 | AgriGold | A641-62D-RN | 5122 | - | 19.3 | 55.3 | 249.0 | 249.0 | +| 4 | AgriGold | A642-18SSPRIB | SSPRIB | - | 19.2 | 57.6 | 245.5 | 245.5 | +| 8 | AgriGold | A642-32VT2RIB | VT2RIB | - | 18.4 | 59.9 | 224.0 | 224.0 | +| 1 | AgriGold | A643-24PCE | PCE | - | 20.3 | 55.1 | 249.6 | 249.6 | +| - | AgriGold | A630-04D | 5122EZ | - | 17.9 | 57.5 | 223.0 | 223.0 | +| 11 | Cornelius | C6525SSP-RIB | STXRIB | - | 16.3 | 56.7 | 203.2 | 203.2 | +| 7 | Cornelius | C6936SS | STX | - | 16.3 | 58.2 | 226.7 | 226.7 | +| 5 | Cornelius | C7048SSP | SSPRIB | - | 16.3 | 55.2 | 236.7 | 236.7 | +| 3 | Cornelius | C7202SSP | SSP | - | 18.0 | 57.5 | 247.2 | 247.2 | +| - | AgriGold | A630-04D | 5122EZ | - | 17.4 | 59.4 | 224.9 | 224.9 | + +Top 5 by Yield: A643-24PCE (AgriGold) 249.6, A641-62D-RN (AgriGold) 249.0, C7202SSP (Cornelius) 247.2, A642-18SSPRIB (AgriGold) 245.5, C7048SSP (Cornelius) 236.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145352.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145352.json new file mode 100644 index 00000000..119558c2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145352.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145352", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Allendale", + "county": "Wabash", + "year": 2025, + "plot_id": "145352", + "cooperator": "Willis Kelsey", + "plot_average": 194.63, + "planted_date": "2025-04-17", + "harvested_date": "2025-09-09", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 58.4, + "Yield": 196.8, + "Adj Yield": 196.8 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 57.9, + "Yield": 189.5, + "Adj Yield": 182.76 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 60.1, + "Yield": 190.8, + "Adj Yield": 185.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 60.2, + "Yield": 204.8, + "Adj Yield": 201.11 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 61.9, + "Yield": 190.7, + "Adj Yield": 188.42 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 61.3, + "Yield": 183.7, + "Adj Yield": 182.98 + } + }, + { + "rank": 4, + "brand": "Becks", + "product": "6374V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.1, + "Yield": 195.9, + "Adj Yield": 196.66 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.2, + "Yield": 187.3, + "Adj Yield": 189.51 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 63.1, + "Yield": 216.0, + "Adj Yield": 219.76 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 61.2, + "Yield": 177.7, + "Adj Yield": 182.93 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 61.3, + "Yield": 209.9, + "Adj Yield": 216.58 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 57.3, + "Yield": 180.4, + "Adj Yield": 180.4 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145352" + ], + "fetched_at": "2026-05-27T02:21:12.290562+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145352.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145352.md new file mode 100644 index 00000000..20ffac22 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145352.md @@ -0,0 +1,42 @@ +# Corn yield trial — Allendale, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Wabash +- **City:** Allendale +- **Year:** 2025 +- **Plot ID:** 145352 +- **Cooperator:** Willis Kelsey +- **Plot average:** 194.63 BU/Ac +- **Planted:** 2025-04-17 +- **Harvested:** 2025-09-09 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145352 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 16.9 | 58.4 | 196.8 | 196.8 | +| 10 | AgriGold | A641-62D-RN | 5122 | - | 16.2 | 57.9 | 189.5 | 182.76 | +| 7 | AgriGold | A641-26V | 3220EZ | - | 16.2 | 60.1 | 190.8 | 185.6 | +| 3 | AgriGold | A642-18SSPRIB | SSPRIB | - | 16.0 | 60.2 | 204.8 | 201.11 | +| 6 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.6 | 61.9 | 190.7 | 188.42 | +| 8 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.5 | 61.3 | 183.7 | 182.98 | +| 4 | Becks | 6374V2P | VT2RIB | - | 15.4 | 60.1 | 195.9 | 196.66 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.1 | 59.2 | 187.3 | 189.51 | +| 1 | AgriGold | A645-55VT2PRO | VT2Pro | - | 15.8 | 63.1 | 216.0 | 219.76 | +| 9 | AgriGold | A645-30VT2RIB | VT2RIB | - | 17.5 | 61.2 | 177.7 | 182.93 | +| 2 | AgriGold | A647-79VT2PRO | VT2Pro | - | 15.7 | 61.3 | 209.9 | 216.58 | +| - | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 17.8 | 57.3 | 180.4 | 180.4 | + +Top 5 by Yield: A645-55VT2PRO (AgriGold) 216.0, A647-79VT2PRO (AgriGold) 209.9, A642-18SSPRIB (AgriGold) 204.8, A647-42TRCRIB (AgriGold) 196.8, 6374V2P (Becks) 195.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145353.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145353.json new file mode 100644 index 00000000..4c4262eb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145353.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145353", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Albion", + "county": "Wabash", + "year": 2025, + "plot_id": "145353", + "cooperator": "Matt & Leland Marriott", + "plot_average": 188.54, + "planted_date": "2025-04-17", + "harvested_date": "2025-09-19", + "population_seeds_per_acre": 31000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 59.8, + "Yield": 193.3, + "Adj Yield": 193.3 + } + }, + { + "rank": 1, + "brand": "Becks", + "product": "6574TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 58.1, + "Yield": 207.8, + "Adj Yield": 207.8 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P15784AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 60.7, + "Yield": 192.5, + "Adj Yield": 192.5 + } + }, + { + "rank": 10, + "brand": "Pioneer", + "product": "P11616PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 60.2, + "Yield": 187.9, + "Adj Yield": 187.9 + } + }, + { + "rank": 2, + "brand": "Becks", + "product": "6700V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 61.3, + "Yield": 204.2, + "Adj Yield": 204.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-24", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 59.6, + "Yield": 197.1, + "Adj Yield": 197.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 62.9, + "Yield": 190.8, + "Adj Yield": 190.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 60.1, + "Yield": 194.1, + "Adj Yield": 194.1 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A646-30", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 59.4, + "Yield": 164.1, + "Adj Yield": 164.1 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A648-11", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 59.9, + "Yield": 162.7, + "Adj Yield": 162.7 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 61.9, + "Yield": 162.8, + "Adj Yield": 162.8 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 59.6, + "Yield": 187.3, + "Adj Yield": 187.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 58.5, + "Yield": 200.6, + "Adj Yield": 200.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 60.9, + "Yield": 194.4, + "Adj Yield": 194.4 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145353" + ], + "fetched_at": "2026-05-27T02:21:12.772595+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145353.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145353.md new file mode 100644 index 00000000..73c77f72 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145353.md @@ -0,0 +1,44 @@ +# Corn yield trial — Albion, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Wabash +- **City:** Albion +- **Year:** 2025 +- **Plot ID:** 145353 +- **Cooperator:** Matt & Leland Marriott +- **Plot average:** 188.54 BU/Ac +- **Planted:** 2025-04-17 +- **Harvested:** 2025-09-19 +- **Population:** 31,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145353 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | Pioneer | P14830Q | QROME | - | 11.4 | 59.8 | 193.3 | 193.3 | +| 1 | Becks | 6574TCV2P | TreceptaRIB | - | 12.8 | 58.1 | 207.8 | 207.8 | +| 8 | Pioneer | P15784AM | AM | - | 11.8 | 60.7 | 192.5 | 192.5 | +| 10 | Pioneer | P11616PCE | PCE | - | 11.7 | 60.2 | 187.9 | 187.9 | +| 2 | Becks | 6700V2P | VT2RIB | - | 12.5 | 61.3 | 204.2 | 204.2 | +| 4 | AgriGold | A640-24 | C | - | 11.6 | 59.6 | 197.1 | 197.1 | +| 9 | AgriGold | A642-32 | C | - | 11.8 | 62.9 | 190.8 | 190.8 | +| 6 | AgriGold | A645-16 | C | - | 12.8 | 60.1 | 194.1 | 194.1 | +| 12 | AgriGold | A646-30 | C | - | 13.6 | 59.4 | 164.1 | 164.1 | +| 14 | AgriGold | A648-11 | C | - | 12.8 | 59.9 | 162.7 | 162.7 | +| 13 | AgriGold | A642-32VT2RIB | VT2RIB | - | 11.4 | 61.9 | 162.8 | 162.8 | +| 11 | AgriGold | A642-18SSPRIB | SSPRIB | - | 11.6 | 59.6 | 187.3 | 187.3 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 12.8 | 58.5 | 200.6 | 200.6 | +| 5 | AgriGold | A645-55VT2PRO | VT2Pro | - | 11.4 | 60.9 | 194.4 | 194.4 | + +Top 5 by Yield: 6574TCV2P (Becks) 207.8, 6700V2P (Becks) 204.2, A644-64VT2RIB (AgriGold) 200.6, A640-24 (AgriGold) 197.1, A645-55VT2PRO (AgriGold) 194.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145354.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145354.json new file mode 100644 index 00000000..a8ce730d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145354.json @@ -0,0 +1,283 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145354", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Seaton", + "county": "Mercer", + "year": 2025, + "plot_id": "145354", + "cooperator": "Harvey Dekeyrel", + "plot_average": 246.05, + "planted_date": "2025-04-16", + "harvested_date": "2025-09-30", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Nu Tech", + "product": "68C1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 58.5, + "Yield": 248.6, + "Adj Yield": 248.6 + } + }, + { + "rank": 10, + "brand": "Nu Tech", + "product": "63A7V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 57.3, + "Yield": 246.3, + "Adj Yield": 246.3 + } + }, + { + "rank": 11, + "brand": "Nu Tech", + "product": "65B8V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 58.0, + "Yield": 239.7, + "Adj Yield": 239.7 + } + }, + { + "rank": 14, + "brand": "Nu Tech", + "product": "66C2V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 59.3, + "Yield": 230.5, + "Adj Yield": 230.5 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 56.3, + "Yield": 215.9, + "Adj Yield": 215.9 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 58.7, + "Yield": 225.4, + "Adj Yield": 225.4 + } + }, + { + "rank": 8, + "brand": "Nu Tech", + "product": "69B5V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 57.6, + "Yield": 251.4, + "Adj Yield": 251.4 + } + }, + { + "rank": 6, + "brand": "Nu Tech", + "product": "69F3V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.0, + "Yield": 255.3, + "Adj Yield": 255.3 + } + }, + { + "rank": 7, + "brand": "Nu Tech", + "product": "70F6V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 60.0, + "Yield": 254.2, + "Adj Yield": 254.2 + } + }, + { + "rank": 2, + "brand": "Nu Tech", + "product": "71A7V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 60.0, + "Yield": 264.2, + "Adj Yield": 264.2 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 59.5, + "Yield": 236.9, + "Adj Yield": 236.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 58.9, + "Yield": 261.0, + "Adj Yield": 261.0 + } + }, + { + "rank": 3, + "brand": "Nu Tech", + "product": "73B2V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.4, + "Yield": 261.3, + "Adj Yield": 261.3 + } + }, + { + "rank": 1, + "brand": "Nu Tech", + "product": "73J1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 57.7, + "Yield": 265.0, + "Adj Yield": 265.0 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 59.6, + "Yield": 228.8, + "Adj Yield": 228.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.9, + "Yield": 257.2, + "Adj Yield": 257.2 + } + }, + { + "rank": 9, + "brand": "Nu Tech", + "product": "68C1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 58.1, + "Yield": 250.3, + "Adj Yield": 250.3 + } + }, + { + "rank": null, + "brand": "Nu Tech", + "product": "68C1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 58.1, + "Yield": 248.6, + "Adj Yield": 248.6 + } + }, + { + "rank": 12, + "brand": "Nu Tech", + "product": "69B9Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 60.0, + "Yield": 239.4, + "Adj Yield": 239.4 + } + } + ], + "n_results": 19, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145354" + ], + "fetched_at": "2026-05-27T02:21:13.307589+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145354.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145354.md new file mode 100644 index 00000000..8057560b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145354.md @@ -0,0 +1,49 @@ +# Corn yield trial — Seaton, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Mercer +- **City:** Seaton +- **Year:** 2025 +- **Plot ID:** 145354 +- **Cooperator:** Harvey Dekeyrel +- **Plot average:** 246.05 BU/Ac +- **Planted:** 2025-04-16 +- **Harvested:** 2025-09-30 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145354 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Nu Tech | 68C1V | Vorceed | - | 14.3 | 58.5 | 248.6 | 248.6 | +| 10 | Nu Tech | 63A7V | 3220EZ | - | 13.9 | 57.3 | 246.3 | 246.3 | +| 11 | Nu Tech | 65B8V | 3220EZ | - | 13.7 | 58.0 | 239.7 | 239.7 | +| 14 | Nu Tech | 66C2V | Vorceed | - | 13.7 | 59.3 | 230.5 | 230.5 | +| 17 | AgriGold | A636-16-5222EZ | 5222EZ | - | 15.2 | 56.3 | 215.9 | 215.9 | +| 16 | AgriGold | A636-42SSPRIB | SSPRIB | - | 13.5 | 58.7 | 225.4 | 225.4 | +| 8 | Nu Tech | 69B5V | Vorceed | - | 16.2 | 57.6 | 251.4 | 251.4 | +| 6 | Nu Tech | 69F3V | Vorceed | - | 14.9 | 58.0 | 255.3 | 255.3 | +| 7 | Nu Tech | 70F6V | Vorceed | - | 15.0 | 60.0 | 254.2 | 254.2 | +| 2 | Nu Tech | 71A7V | Vorceed | - | 14.8 | 60.0 | 264.2 | 264.2 | +| 13 | AgriGold | A641-85STXRIB | STXRIB | - | 15.4 | 59.5 | 236.9 | 236.9 | +| 4 | AgriGold | A642-18SSPRIB | SSPRIB | - | 16.1 | 58.9 | 261.0 | 261.0 | +| 3 | Nu Tech | 73B2V | Vorceed | - | 16.8 | 58.4 | 261.3 | 261.3 | +| 1 | Nu Tech | 73J1V | Vorceed | - | 15.9 | 57.7 | 265.0 | 265.0 | +| 15 | AgriGold | A645-71STXRIB | STXRIB | - | 17.7 | 59.6 | 228.8 | 228.8 | +| 5 | AgriGold | A646-17STXRIB | STXRIB | - | 15.7 | 59.9 | 257.2 | 257.2 | +| 9 | Nu Tech | 68C1V | Vorceed | - | 14.0 | 58.1 | 250.3 | 250.3 | +| - | Nu Tech | 68C1V | Vorceed | - | 14.0 | 58.1 | 248.6 | 248.6 | +| 12 | Nu Tech | 69B9Q | QROME | - | 14.8 | 60.0 | 239.4 | 239.4 | + +Top 5 by Yield: 73J1V (Nu Tech) 265.0, 71A7V (Nu Tech) 264.2, 73B2V (Nu Tech) 261.3, A642-18SSPRIB (AgriGold) 261.0, A646-17STXRIB (AgriGold) 257.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145357.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145357.json new file mode 100644 index 00000000..663ebe8e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145357.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145357", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Owensboro", + "county": "Daviess", + "year": 2025, + "plot_id": "145357", + "cooperator": "Scott Kuegel", + "plot_average": 246.92, + "planted_date": "2025-04-18", + "harvested_date": "2025-09-02", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 58.0, + "Yield": 245.8, + "Adj Yield": 245.8 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 58.0, + "Yield": 245.8, + "Adj Yield": 246.12 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 58.0, + "Yield": 255.0, + "Adj Yield": 255.33 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 58.0, + "Yield": 239.1, + "Adj Yield": 239.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 58.0, + "Yield": 262.3, + "Adj Yield": 262.56 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 58.0, + "Yield": 265.1, + "Adj Yield": 265.25 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 59.0, + "Yield": 247.1, + "Adj Yield": 247.27 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 59.0, + "Yield": 218.0, + "Adj Yield": 218.12 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 59.0, + "Yield": 247.0, + "Adj Yield": 247.07 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 59.0, + "Yield": 252.0, + "Adj Yield": 252.03 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 59.0, + "Yield": 245.0, + "Adj Yield": 244.93 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 60.0, + "Yield": 261.4, + "Adj Yield": 261.35 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 59.0, + "Yield": 242.8, + "Adj Yield": 242.69 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 59.0, + "Yield": 237.5, + "Adj Yield": 237.38 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 57.0, + "Yield": 233.0, + "Adj Yield": 232.78 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 58.0, + "Yield": 261.0, + "Adj Yield": 260.82 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 57.0, + "Yield": 241.8, + "Adj Yield": 241.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A647-09SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 59.0, + "Yield": 248.6, + "Adj Yield": 248.3 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 60.0, + "Yield": 241.9, + "Adj Yield": 241.6 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 58.0, + "Yield": 246.5, + "Adj Yield": 246.5 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145357" + ], + "fetched_at": "2026-05-27T02:21:13.822447+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145357.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145357.md new file mode 100644 index 00000000..33a39872 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145357.md @@ -0,0 +1,50 @@ +# Corn yield trial — Owensboro, KY, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Daviess +- **City:** Owensboro +- **Year:** 2025 +- **Plot ID:** 145357 +- **Cooperator:** Scott Kuegel +- **Plot average:** 246.92 BU/Ac +- **Planted:** 2025-04-18 +- **Harvested:** 2025-09-02 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145357 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.6 | 58.0 | 245.8 | 245.8 | +| 10 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.6 | 58.0 | 245.8 | 246.12 | +| 5 | AgriGold | A640-94VT4PRO | VT4Pro | - | 17.2 | 58.0 | 255.0 | 255.33 | +| 15 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 18.0 | 58.0 | 239.1 | 239.4 | +| 2 | AgriGold | A642-18SSPRIB | SSPRIB | - | 17.6 | 58.0 | 262.3 | 262.56 | +| 1 | AgriGold | A642-18TRC | Trecepta | - | 17.6 | 58.0 | 265.1 | 265.25 | +| 8 | AgriGold | A642-32VT2RIB | VT2RIB | - | 18.0 | 59.0 | 247.1 | 247.27 | +| 18 | AgriGold | A643-52VT2RIB | VT2RIB | - | 19.4 | 59.0 | 218.0 | 218.12 | +| 9 | Pioneer | P13777PCE | PCE | - | 17.7 | 59.0 | 247.0 | 247.07 | +| 6 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.4 | 59.0 | 252.0 | 252.03 | +| 11 | AgriGold | A645-30VT2RIB | VT2RIB | - | 18.5 | 59.0 | 245.0 | 244.93 | +| 3 | AgriGold | A645-55VT2PRO | VT2Pro | - | 17.3 | 60.0 | 261.4 | 261.35 | +| 12 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 17.8 | 59.0 | 242.8 | 242.69 | +| 16 | AgriGold | A645-71STXRIB | STXRIB | - | 18.5 | 59.0 | 237.5 | 237.38 | +| 17 | AgriGold | A646-30VT2RIB | VT2RIB | - | 19.2 | 57.0 | 233.0 | 232.78 | +| 4 | AgriGold | A646-17TRC | Trecepta | - | 17.2 | 58.0 | 261.0 | 260.82 | +| 14 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 20.6 | 57.0 | 241.8 | 241.5 | +| 7 | AgriGold | A647-09SSP | SSP | - | 18.3 | 59.0 | 248.6 | 248.3 | +| 13 | AgriGold | L6818VT2PRO | VT2Pro | - | 19.5 | 60.0 | 241.9 | 241.6 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.3 | 58.0 | 246.5 | 246.5 | + +Top 5 by Yield: A642-18TRC (AgriGold) 265.1, A642-18SSPRIB (AgriGold) 262.3, A645-55VT2PRO (AgriGold) 261.4, A646-17TRC (AgriGold) 261.0, A640-94VT4PRO (AgriGold) 255.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145367.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145367.json new file mode 100644 index 00000000..b0df8107 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145367.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145367", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Smith Grove", + "county": "Warren", + "year": 2025, + "plot_id": "145367", + "cooperator": "Bill Ballance", + "plot_average": 232.92, + "planted_date": "2025-04-18", + "harvested_date": "2025-09-08", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 59.0, + "Yield": 250.7, + "Adj Yield": 250.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 59.0, + "Yield": 250.7, + "Adj Yield": 244.69 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 56.9, + "Yield": 227.2, + "Adj Yield": 222.24 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 57.9, + "Yield": 245.3, + "Adj Yield": 241.31 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 55.7, + "Yield": 207.2, + "Adj Yield": 204.24 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 54.2, + "Yield": 211.0, + "Adj Yield": 208.98 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 59.0, + "Yield": 242.0, + "Adj Yield": 240.96 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 59.3, + "Yield": 217.1, + "Adj Yield": 217.14 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 58.4, + "Yield": 245.9, + "Adj Yield": 246.93 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.8, + "Yield": 234.1, + "Adj Yield": 236.05 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 59.6, + "Yield": 223.6, + "Adj Yield": 226.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 60.6, + "Yield": 250.9, + "Adj Yield": 254.89 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 58.4, + "Yield": 232.2, + "Adj Yield": 237.21 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 56.8, + "Yield": 240.7, + "Adj Yield": 246.68 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 60.2, + "Yield": 236.7, + "Adj Yield": 236.7 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145367" + ], + "fetched_at": "2026-05-27T02:21:14.257669+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145367.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145367.md new file mode 100644 index 00000000..9a1126b8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145367.md @@ -0,0 +1,44 @@ +# Corn yield trial — Smith Grove, KY, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Warren +- **City:** Smith Grove +- **Year:** 2025 +- **Plot ID:** 145367 +- **Cooperator:** Bill Ballance +- **Plot average:** 232.92 BU/Ac +- **Planted:** 2025-04-18 +- **Harvested:** 2025-09-08 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145367 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.0 | 59.0 | 250.7 | 250.7 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.0 | 59.0 | 250.7 | 244.69 | +| 10 | AgriGold | A639-38V-RN | 3220 | - | 15.4 | 56.9 | 227.2 | 222.24 | +| 5 | AgriGold | A640-94VT4PRO | VT4Pro | - | 16.3 | 57.9 | 245.3 | 241.31 | +| 13 | AgriGold | A641-62D-RN | 5122 | - | 17.2 | 55.7 | 207.2 | 204.24 | +| 12 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.4 | 54.2 | 211.0 | 208.98 | +| 6 | AgriGold | A642-18TRC | Trecepta | - | 16.5 | 59.0 | 242.0 | 240.96 | +| 11 | AgriGold | A642-32VT2RIB | VT2RIB | - | 16.0 | 59.3 | 217.1 | 217.14 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.2 | 58.4 | 245.9 | 246.93 | +| 8 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.8 | 58.8 | 234.1 | 236.05 | +| 9 | AgriGold | A645-30VT2RIB | VT2RIB | - | 16.8 | 59.6 | 223.6 | 226.6 | +| 1 | AgriGold | A645-55VT2PRO | VT2Pro | - | 16.6 | 60.6 | 250.9 | 254.89 | +| 7 | AgriGold | A645-71STXRIB | STXRIB | - | 16.9 | 58.4 | 232.2 | 237.21 | +| 3 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 18.6 | 56.8 | 240.7 | 246.68 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.6 | 60.2 | 236.7 | 236.7 | + +Top 5 by Yield: A645-55VT2PRO (AgriGold) 250.9, A644-64VT2RIB (AgriGold) 250.7, A644-64VT2RIB (AgriGold) 250.7, A643-52VT2RIB (AgriGold) 245.9, A640-94VT4PRO (AgriGold) 245.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145373.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145373.json new file mode 100644 index 00000000..ae3f8071 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145373.json @@ -0,0 +1,465 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145373", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Owensboro", + "county": "Daviess", + "year": 2025, + "plot_id": "145373", + "cooperator": "FAIRLAND FARMS", + "plot_average": 243.54, + "planted_date": "2025-04-21", + "harvested_date": "2025-09-11", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Clay", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 16, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 57.0, + "Yield": 240.9, + "Adj Yield": 245.5 + } + }, + { + "rank": 14, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 56.0, + "Yield": 245.7, + "Adj Yield": 250.67 + } + }, + { + "rank": 12, + "brand": "Pioneer", + "product": "P13841PCUE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 56.0, + "Yield": 247.1, + "Adj Yield": 252.34 + } + }, + { + "rank": 7, + "brand": "Becks", + "product": "6473TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 56.0, + "Yield": 250.4, + "Adj Yield": 256.04 + } + }, + { + "rank": 4, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 57.0, + "Yield": 251.1, + "Adj Yield": 257.19 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 56.0, + "Yield": 249.1, + "Adj Yield": 255.73 + } + }, + { + "rank": 5, + "brand": "Becks", + "product": "6574TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 56.0, + "Yield": 249.7, + "Adj Yield": 257.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 57.0, + "Yield": 227.5, + "Adj Yield": 227.5 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P14364PCUE", + "traits": "PCUE", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 56.0, + "Yield": 263.7, + "Adj Yield": 271.13 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 57.0, + "Yield": 222.1, + "Adj Yield": 228.86 + } + }, + { + "rank": 21, + "brand": "Dyna Gro", + "product": "D55TC86", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 56.0, + "Yield": 226.6, + "Adj Yield": 233.07 + } + }, + { + "rank": 20, + "brand": "Channel", + "product": "215-70TRERIB", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 56.0, + "Yield": 229.1, + "Adj Yield": 235.57 + } + }, + { + "rank": 18, + "brand": "Channel", + "product": "215-42TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 57.0, + "Yield": 230.5, + "Adj Yield": 237.36 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 57.0, + "Yield": 214.1, + "Adj Yield": 221.88 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 58.0, + "Yield": 262.2, + "Adj Yield": 271.69 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 56.0, + "Yield": 223.4, + "Adj Yield": 223.4 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 56.0, + "Yield": 223.4, + "Adj Yield": 232.39 + } + }, + { + "rank": 3, + "brand": "Becks", + "product": "6700V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 56.0, + "Yield": 263.9, + "Adj Yield": 270.29 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 56.0, + "Yield": 227.6, + "Adj Yield": 231.67 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 57.0, + "Yield": 251.7, + "Adj Yield": 253.75 + } + }, + { + "rank": 17, + "brand": "Channel", + "product": "217-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 56.0, + "Yield": 238.4, + "Adj Yield": 238.57 + } + }, + { + "rank": 19, + "brand": "Dekalb", + "product": "DKC117-27RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 56.0, + "Yield": 237.4, + "Adj Yield": 235.76 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 55.0, + "Yield": 249.8, + "Adj Yield": 246.27 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A647-09SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 56.0, + "Yield": 259.6, + "Adj Yield": 254.04 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 56.0, + "Yield": 243.8, + "Adj Yield": 243.8 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 57.0, + "Yield": 235.4, + "Adj Yield": 229.28 + } + }, + { + "rank": 28, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 56.0, + "Yield": 220.4, + "Adj Yield": 214.78 + } + }, + { + "rank": 29, + "brand": "Pioneer", + "product": "P18216PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 55.0, + "Yield": 200.9, + "Adj Yield": 195.21 + } + }, + { + "rank": 6, + "brand": "Channel", + "product": "218-66VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 57.0, + "Yield": 262.9, + "Adj Yield": 256.62 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 58.0, + "Yield": 233.3, + "Adj Yield": 226.02 + } + }, + { + "rank": 11, + "brand": "Dyna Gro", + "product": "D60TC45RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 57.0, + "Yield": 261.4, + "Adj Yield": 252.75 + } + }, + { + "rank": 13, + "brand": "Becks", + "product": "6973TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 58.0, + "Yield": 261.9, + "Adj Yield": 251.25 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 57.0, + "Yield": 249.2, + "Adj Yield": 249.2 + } + } + ], + "n_results": 33, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145373" + ], + "fetched_at": "2026-05-27T02:21:14.789843+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145373.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145373.md new file mode 100644 index 00000000..89c5079d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145373.md @@ -0,0 +1,63 @@ +# Corn yield trial — Owensboro, KY, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Daviess +- **City:** Owensboro +- **Year:** 2025 +- **Plot ID:** 145373 +- **Cooperator:** FAIRLAND FARMS +- **Plot average:** 243.54 BU/Ac +- **Planted:** 2025-04-21 +- **Harvested:** 2025-09-11 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Clay +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145373 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 16 | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.6 | 57.0 | 240.9 | 245.5 | +| 14 | Pioneer | P13777PCE | PCE | - | 18.9 | 56.0 | 245.7 | 250.67 | +| 12 | Pioneer | P13841PCUE | PWE | - | 19.0 | 56.0 | 247.1 | 252.34 | +| 7 | Becks | 6473TCV2P | TreceptaRIB | - | 20.2 | 56.0 | 250.4 | 256.04 | +| 4 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 19.3 | 57.0 | 251.1 | 257.19 | +| 8 | Dekalb | DKC114-99RIB | VT4RIB | - | 19.8 | 56.0 | 249.1 | 255.73 | +| 5 | Becks | 6574TCV2P | TreceptaRIB | - | 21.3 | 56.0 | 249.7 | 257.1 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.3 | 57.0 | 227.5 | 227.5 | +| 2 | Pioneer | P14364PCUE | PCUE | - | 18.7 | 56.0 | 263.7 | 271.13 | +| 25 | AgriGold | A645-16VT2RIB | VT2RIB | - | 19.1 | 57.0 | 222.1 | 228.86 | +| 21 | Dyna Gro | D55TC86 | Unknown | - | 20.4 | 56.0 | 226.6 | 233.07 | +| 20 | Channel | 215-70TRERIB | Trecepta | - | 19.3 | 56.0 | 229.1 | 235.57 | +| 18 | Channel | 215-42TRERIB | TreceptaRIB | - | 19.9 | 57.0 | 230.5 | 237.36 | +| 27 | AgriGold | A645-30VT2RIB | VT2RIB | - | 19.2 | 57.0 | 214.1 | 221.88 | +| 1 | AgriGold | A645-55VT2PRO | VT2Pro | - | 18.9 | 58.0 | 262.2 | 271.69 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.4 | 56.0 | 223.4 | 223.4 | +| 22 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.4 | 56.0 | 223.4 | 232.39 | +| 3 | Becks | 6700V2P | VT2RIB | - | 21.1 | 56.0 | 263.9 | 270.29 | +| 23 | AgriGold | A646-17TRC | Trecepta | - | 18.2 | 56.0 | 227.6 | 231.67 | +| 10 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 19.9 | 57.0 | 251.7 | 253.75 | +| 17 | Channel | 217-70TRERIB | TreceptaRIB | - | 20.9 | 56.0 | 238.4 | 238.57 | +| 19 | Dekalb | DKC117-27RIB | VT4RIB | - | 21.9 | 56.0 | 237.4 | 235.76 | +| 15 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 21.5 | 55.0 | 249.8 | 246.27 | +| 9 | AgriGold | A647-09SSP | SSP | - | 22.4 | 56.0 | 259.6 | 254.04 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.0 | 56.0 | 243.8 | 243.8 | +| 24 | AgriGold | L6722VT2PRO | VT2Pro | - | 19.6 | 57.0 | 235.4 | 229.28 | +| 28 | Dekalb | DKC68-35RIB | VT2RIB | - | 20.9 | 56.0 | 220.4 | 214.78 | +| 29 | Pioneer | P18216PCE | PCE | - | 22.4 | 55.0 | 200.9 | 195.21 | +| 6 | Channel | 218-66VT2PRIB | VT2RIB | - | 22.6 | 57.0 | 262.9 | 256.62 | +| 26 | AgriGold | L6818VT2PRO | VT2Pro | - | 20.9 | 58.0 | 233.3 | 226.02 | +| 11 | Dyna Gro | D60TC45RIB | TreceptaRIB | - | 22.8 | 57.0 | 261.4 | 252.75 | +| 13 | Becks | 6973TCV2P | TreceptaRIB | - | 23.4 | 58.0 | 261.9 | 251.25 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.9 | 57.0 | 249.2 | 249.2 | + +Top 5 by Yield: 6700V2P (Becks) 263.9, P14364PCUE (Pioneer) 263.7, 218-66VT2PRIB (Channel) 262.9, A645-55VT2PRO (AgriGold) 262.2, 6973TCV2P (Becks) 261.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145376.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145376.json new file mode 100644 index 00000000..71a40181 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145376.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145376", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Trenton", + "county": "Todd", + "year": 2025, + "plot_id": "145376", + "cooperator": "Dan Askew", + "plot_average": 262.05, + "planted_date": "2025-04-21", + "harvested_date": "2025-09-08", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 59.4, + "Yield": 255.8, + "Adj Yield": 255.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 59.4, + "Yield": 255.8, + "Adj Yield": 259.55 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 60.0, + "Yield": 263.5, + "Adj Yield": 266.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 57.2, + "Yield": 257.7, + "Adj Yield": 259.97 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 61.7, + "Yield": 275.2, + "Adj Yield": 276.65 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 61.2, + "Yield": 251.9, + "Adj Yield": 252.61 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 60.9, + "Yield": 264.5, + "Adj Yield": 264.53 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 60.3, + "Yield": 258.7, + "Adj Yield": 257.92 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 60.3, + "Yield": 263.8, + "Adj Yield": 262.34 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 59.2, + "Yield": 261.3, + "Adj Yield": 259.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 59.9, + "Yield": 249.4, + "Adj Yield": 246.42 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 58.8, + "Yield": 280.8, + "Adj Yield": 277.07 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 62.8, + "Yield": 264.8, + "Adj Yield": 264.8 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145376" + ], + "fetched_at": "2026-05-27T02:21:15.317444+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145376.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145376.md new file mode 100644 index 00000000..355e38e8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145376.md @@ -0,0 +1,42 @@ +# Corn yield trial — Trenton, KY, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Todd +- **City:** Trenton +- **Year:** 2025 +- **Plot ID:** 145376 +- **Cooperator:** Dan Askew +- **Plot average:** 262.05 BU/Ac +- **Planted:** 2025-04-21 +- **Harvested:** 2025-09-08 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145376 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.4 | 59.4 | 255.8 | 255.8 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.4 | 59.4 | 255.8 | 259.55 | +| 3 | AgriGold | A639-38V-RN | 3220 | - | 16.3 | 60.0 | 263.5 | 266.5 | +| 6 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 18.8 | 57.2 | 257.7 | 259.97 | +| 2 | AgriGold | A642-18TRC | Trecepta | - | 17.4 | 61.7 | 275.2 | 276.65 | +| 10 | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.4 | 61.2 | 251.9 | 252.61 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.6 | 60.9 | 264.5 | 264.53 | +| 9 | AgriGold | A645-16VT2RIB | VT2RIB | - | 19.7 | 60.3 | 258.7 | 257.92 | +| 5 | AgriGold | A645-30VT2RIB | VT2RIB | - | 18.0 | 60.3 | 263.8 | 262.34 | +| 8 | AgriGold | A645-55VT2PRO | VT2Pro | - | 19.9 | 59.2 | 261.3 | 259.0 | +| 11 | AgriGold | A645-71STXRIB | STXRIB | - | 18.0 | 59.9 | 249.4 | 246.42 | +| 1 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 19.2 | 58.8 | 280.8 | 277.07 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.3 | 62.8 | 264.8 | 264.8 | + +Top 5 by Yield: A647-42TRCRIB (AgriGold) 280.8, A642-18TRC (AgriGold) 275.2, A644-64VT2RIB (AgriGold) 264.8, A643-52VT2RIB (AgriGold) 264.5, A645-30VT2RIB (AgriGold) 263.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145381.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145381.json new file mode 100644 index 00000000..71c8c520 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145381.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145381", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Bendena", + "county": "Doniphan", + "year": 2025, + "plot_id": "145381", + "cooperator": "Luke Rush", + "plot_average": 235.0, + "planted_date": "2025-04-16", + "harvested_date": "2025-10-09", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 60.4, + "Yield": 228.1, + "Adj Yield": 228.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 60.7, + "Yield": 229.4, + "Adj Yield": 229.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 60.1, + "Yield": 233.6, + "Adj Yield": 233.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 59.3, + "Yield": 239.0, + "Adj Yield": 239.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 59.2, + "Yield": 244.1, + "Adj Yield": 244.1 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 61.6, + "Yield": 226.4, + "Adj Yield": 226.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 59.3, + "Yield": 239.0, + "Adj Yield": 239.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 60.6, + "Yield": 230.4, + "Adj Yield": 230.4 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 60.6, + "Yield": 230.4, + "Adj Yield": 230.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 60.3, + "Yield": 240.9, + "Adj Yield": 240.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 60.1, + "Yield": 239.3, + "Adj Yield": 239.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 61.7, + "Yield": 230.9, + "Adj Yield": 230.9 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 58.5, + "Yield": 228.6, + "Adj Yield": 228.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 59.5, + "Yield": 238.4, + "Adj Yield": 238.4 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 57.2, + "Yield": 219.9, + "Adj Yield": 219.9 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145381" + ], + "fetched_at": "2026-05-27T02:21:15.792973+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145381.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145381.md new file mode 100644 index 00000000..7f5f3dd1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145381.md @@ -0,0 +1,48 @@ +# Corn yield trial — Bendena, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Doniphan +- **City:** Bendena +- **Year:** 2025 +- **Plot ID:** 145381 +- **Cooperator:** Luke Rush +- **Plot average:** 235.0 BU/Ac +- **Planted:** 2025-04-16 +- **Harvested:** 2025-10-09 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145381 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.3 | 60.4 | 228.1 | 228.1 | +| 10 | AgriGold | A638-91VT2PRO | VT2Pro | - | 13.8 | 60.7 | 229.4 | 229.4 | +| 7 | AgriGold | A640-94VT4PRO | VT4Pro | - | 13.8 | 60.1 | 233.6 | 233.6 | +| 5 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 13.5 | 59.3 | 239.0 | 239.0 | +| 1 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.1 | 59.2 | 244.1 | 244.1 | +| 12 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.1 | 61.6 | 226.4 | 226.4 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.2 | 59.3 | 239.0 | 239.0 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.0 | 60.6 | 230.4 | 230.4 | +| 9 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.0 | 60.6 | 230.4 | 230.4 | +| 2 | AgriGold | A645-30VT2RIB | VT2RIB | - | 15.3 | 60.3 | 240.9 | 240.9 | +| 3 | AgriGold | A645-55VT2PRO | VT2Pro | - | 14.5 | 60.1 | 239.3 | 239.3 | +| 8 | AgriGold | A646-30VT2RIB | VT2RIB | - | 14.0 | 61.7 | 230.9 | 230.9 | +| 11 | AgriGold | A646-17TRC | Trecepta | - | 14.5 | 58.5 | 228.6 | 228.6 | +| 6 | AgriGold | L6818VT2PRO | VT2Pro | - | 14.9 | 59.5 | 238.4 | 238.4 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.7 | 57.2 | 219.9 | 219.9 | + +Top 5 by Yield: A642-18SSPRIB (AgriGold) 244.1, A645-30VT2RIB (AgriGold) 240.9, A645-55VT2PRO (AgriGold) 239.3, A642-05VT2RIBD1 (AgriGold) 239.0, A643-52VT2RIB (AgriGold) 239.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145382.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145382.json new file mode 100644 index 00000000..dcba6c91 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145382.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145382", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Highland", + "county": "Doniphan", + "year": 2025, + "plot_id": "145382", + "cooperator": "Jerry Blevins", + "plot_average": 201.07, + "planted_date": "2025-04-21", + "harvested_date": "2025-09-25", + "population_seeds_per_acre": 36000, + "row_width": "20.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 11, + "brand": "Golden Harvest", + "product": "G16Q82-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 58.8, + "Yield": 195.6, + "Adj Yield": 195.6 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.4, + "Yield": 201.8, + "Adj Yield": 201.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 58.7, + "Yield": 203.7, + "Adj Yield": 203.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 62.2, + "Yield": 208.6, + "Adj Yield": 208.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 61.0, + "Yield": 218.9, + "Adj Yield": 218.9 + } + }, + { + "rank": 10, + "brand": "Golden Harvest", + "product": "G14B32-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 57.5, + "Yield": 200.9, + "Adj Yield": 200.9 + } + }, + { + "rank": 5, + "brand": "Golden Harvest", + "product": "G13U96-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 57.8, + "Yield": 206.0, + "Adj Yield": 206.0 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 56.1, + "Yield": 169.1, + "Adj Yield": 169.1 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 59.1, + "Yield": 191.3, + "Adj Yield": 191.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 61.3, + "Yield": 221.7, + "Adj Yield": 221.7 + } + }, + { + "rank": 4, + "brand": "Golden Harvest", + "product": "G11V76-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 60.2, + "Yield": 208.0, + "Adj Yield": 208.0 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.7, + "Yield": 187.9, + "Adj Yield": 187.9 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 61.3, + "Yield": 202.9, + "Adj Yield": 202.9 + } + }, + { + "rank": 12, + "brand": "Golden Harvest", + "product": "G10L16-5222A-EZ", + "traits": "5222AEZ", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.3, + "Yield": 194.8, + "Adj Yield": 194.8 + } + }, + { + "rank": 6, + "brand": "Golden Harvest", + "product": "G17M19-DVZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 57.0, + "Yield": 204.9, + "Adj Yield": 204.9 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145382" + ], + "fetched_at": "2026-05-27T02:21:16.259090+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145382.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145382.md new file mode 100644 index 00000000..a836baf7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145382.md @@ -0,0 +1,45 @@ +# Corn yield trial — Highland, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Doniphan +- **City:** Highland +- **Year:** 2025 +- **Plot ID:** 145382 +- **Cooperator:** Jerry Blevins +- **Plot average:** 201.07 BU/Ac +- **Planted:** 2025-04-21 +- **Harvested:** 2025-09-25 +- **Population:** 36,000 seeds/acre +- **Row width:** 20.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145382 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 11 | Golden Harvest | G16Q82-DV | 5222EZ | - | 18.9 | 58.8 | 195.6 | 195.6 | +| 9 | AgriGold | A646-30VT2RIB | VT2RIB | - | 16.1 | 59.4 | 201.8 | 201.8 | +| 7 | AgriGold | A646-17TRC | Trecepta | - | 17.2 | 58.7 | 203.7 | 203.7 | +| 3 | AgriGold | A645-55VT2PRO | VT2Pro | - | 15.8 | 62.2 | 208.6 | 208.6 | +| 2 | AgriGold | A645-30VT2RIB | VT2RIB | - | 18.7 | 61.0 | 218.9 | 218.9 | +| 10 | Golden Harvest | G14B32-DV | 5222 | - | 16.7 | 57.5 | 200.9 | 200.9 | +| 5 | Golden Harvest | G13U96-DV | 5222EZ | - | 16.0 | 57.8 | 206.0 | 206.0 | +| 15 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.5 | 56.1 | 169.1 | 169.1 | +| 13 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.9 | 59.1 | 191.3 | 191.3 | +| 1 | AgriGold | A642-18TRC | Trecepta | - | 16.5 | 61.3 | 221.7 | 221.7 | +| 4 | Golden Harvest | G11V76-D | 5122EZ | - | 15.8 | 60.2 | 208.0 | 208.0 | +| 14 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.0 | 59.7 | 187.9 | 187.9 | +| 8 | AgriGold | A640-94VT4PRO | VT4Pro | - | 14.9 | 61.3 | 202.9 | 202.9 | +| 12 | Golden Harvest | G10L16-5222A-EZ | 5222AEZ | - | 16.0 | 58.3 | 194.8 | 194.8 | +| 6 | Golden Harvest | G17M19-DVZ | 5222EZ | - | 16.6 | 57.0 | 204.9 | 204.9 | + +Top 5 by Yield: A642-18TRC (AgriGold) 221.7, A645-30VT2RIB (AgriGold) 218.9, A645-55VT2PRO (AgriGold) 208.6, G11V76-D (Golden Harvest) 208.0, G13U96-DV (Golden Harvest) 206.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145384.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145384.json new file mode 100644 index 00000000..0cffc204 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145384.json @@ -0,0 +1,361 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145384", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Sparks", + "county": "Doniphan", + "year": 2025, + "plot_id": "145384", + "cooperator": "Doniphan County Plot", + "plot_average": 235.29, + "planted_date": "2025-04-18", + "harvested_date": "2025-09-30", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 61.0, + "Yield": 236.9, + "Adj Yield": 236.9 + } + }, + { + "rank": 22, + "brand": "Dyna Gro", + "product": "D51VC95RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 61.9, + "Yield": 195.2, + "Adj Yield": 195.2 + } + }, + { + "rank": 8, + "brand": "Becks", + "product": "6216PWRA", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 61.6, + "Yield": 237.9, + "Adj Yield": 237.9 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 63.4, + "Yield": 237.0, + "Adj Yield": 237.0 + } + }, + { + "rank": 20, + "brand": "NC+", + "product": "NC12-48DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 62.4, + "Yield": 219.4, + "Adj Yield": 219.4 + } + }, + { + "rank": 18, + "brand": "Rob-See-Co", + "product": "RC6240-TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 59.8, + "Yield": 225.7, + "Adj Yield": 225.7 + } + }, + { + "rank": 8, + "brand": "Taylor", + "product": "2212 Powercore", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 59.1, + "Yield": 237.9, + "Adj Yield": 237.9 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 63.4, + "Yield": 226.9, + "Adj Yield": 226.9 + } + }, + { + "rank": 17, + "brand": "Channel", + "product": "210-18SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 61.5, + "Yield": 225.8, + "Adj Yield": 225.8 + } + }, + { + "rank": 11, + "brand": "Renk", + "product": "RK889PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 62.0, + "Yield": 236.0, + "Adj Yield": 236.0 + } + }, + { + "rank": 14, + "brand": "Taylor", + "product": "6013 TRECEPTA RIB", + "traits": "TRIsect", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 62.5, + "Yield": 232.2, + "Adj Yield": 232.2 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 62.8, + "Yield": 252.6, + "Adj Yield": 252.6 + } + }, + { + "rank": 21, + "brand": "Brevant Seeds", + "product": "B14C59PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 61.2, + "Yield": 214.4, + "Adj Yield": 214.4 + } + }, + { + "rank": 13, + "brand": "Croplan", + "product": "CP5497VT2P/RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 63.4, + "Yield": 233.6, + "Adj Yield": 233.6 + } + }, + { + "rank": 19, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 62.8, + "Yield": 222.6, + "Adj Yield": 222.6 + } + }, + { + "rank": 1, + "brand": "Renk", + "product": "RK8585TRE", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 61.7, + "Yield": 282.1, + "Adj Yield": 282.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 62.8, + "Yield": 252.3, + "Adj Yield": 252.3 + } + }, + { + "rank": 7, + "brand": "Becks", + "product": "6574TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 61.3, + "Yield": 238.7, + "Adj Yield": 238.7 + } + }, + { + "rank": 2, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 61.8, + "Yield": 257.4, + "Adj Yield": 257.4 + } + }, + { + "rank": 6, + "brand": "NC+", + "product": "NC 7204", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 63.1, + "Yield": 242.9, + "Adj Yield": 242.9 + } + }, + { + "rank": 15, + "brand": "Rob-See-Co", + "product": "RC6516-VT2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 63.9, + "Yield": 229.7, + "Adj Yield": 229.7 + } + }, + { + "rank": 4, + "brand": "Brevant Seeds", + "product": "B16D58PCUE", + "traits": "PCUE", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 63.5, + "Yield": 250.2, + "Adj Yield": 250.2 + } + }, + { + "rank": 12, + "brand": "Croplan", + "product": "CP5682TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 61.2, + "Yield": 234.2, + "Adj Yield": 234.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 61.9, + "Yield": 244.2, + "Adj Yield": 244.2 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 61.9, + "Yield": 244.2, + "Adj Yield": 244.2 + } + } + ], + "n_results": 25, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145384" + ], + "fetched_at": "2026-05-27T02:21:16.806319+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145384.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145384.md new file mode 100644 index 00000000..3e362cb6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145384.md @@ -0,0 +1,58 @@ +# Corn yield trial — Sparks, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Doniphan +- **City:** Sparks +- **Year:** 2025 +- **Plot ID:** 145384 +- **Cooperator:** Doniphan County Plot +- **Plot average:** 235.29 BU/Ac +- **Planted:** 2025-04-18 +- **Harvested:** 2025-09-30 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145384 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.4 | 61.0 | 236.9 | 236.9 | +| 22 | Dyna Gro | D51VC95RIB | VT2RIB | - | 12.8 | 61.9 | 195.2 | 195.2 | +| 8 | Becks | 6216PWRA | PWE | - | 13.0 | 61.6 | 237.9 | 237.9 | +| 10 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 13.1 | 63.4 | 237.0 | 237.0 | +| 20 | NC+ | NC12-48DGVT2PRIB | DGVT2PRIB | - | 11.9 | 62.4 | 219.4 | 219.4 | +| 18 | Rob-See-Co | RC6240-TRE | Trecepta | - | 12.6 | 59.8 | 225.7 | 225.7 | +| 8 | Taylor | 2212 Powercore | PCE | - | 13.0 | 59.1 | 237.9 | 237.9 | +| 16 | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.4 | 63.4 | 226.9 | 226.9 | +| 17 | Channel | 210-18SSP | SSP | - | 12.8 | 61.5 | 225.8 | 225.8 | +| 11 | Renk | RK889PCE | PCE | - | 12.9 | 62.0 | 236.0 | 236.0 | +| 14 | Taylor | 6013 TRECEPTA RIB | TRIsect | - | 12.6 | 62.5 | 232.2 | 232.2 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 12.8 | 62.8 | 252.6 | 252.6 | +| 21 | Brevant Seeds | B14C59PCE | PCE | - | 11.3 | 61.2 | 214.4 | 214.4 | +| 13 | Croplan | CP5497VT2P/RIB | VT2RIB | - | 11.7 | 63.4 | 233.6 | 233.6 | +| 19 | Dekalb | DKC114-43RIB | VT4RIB | - | 12.6 | 62.8 | 222.6 | 222.6 | +| 1 | Renk | RK8585TRE | TreceptaRIB | - | 13.4 | 61.7 | 282.1 | 282.1 | +| 3 | AgriGold | A645-30VT2RIB | VT2RIB | - | 13.9 | 62.8 | 252.3 | 252.3 | +| 7 | Becks | 6574TCV2P | TreceptaRIB | - | 12.5 | 61.3 | 238.7 | 238.7 | +| 2 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 12.6 | 61.8 | 257.4 | 257.4 | +| 6 | NC+ | NC 7204 | VT4RIB | - | 12.3 | 63.1 | 242.9 | 242.9 | +| 15 | Rob-See-Co | RC6516-VT2P | VT2RIB | - | 12.0 | 63.9 | 229.7 | 229.7 | +| 4 | Brevant Seeds | B16D58PCUE | PCUE | - | 12.3 | 63.5 | 250.2 | 250.2 | +| 12 | Croplan | CP5682TRE | Trecepta | - | 12.2 | 61.2 | 234.2 | 234.2 | +| 5 | AgriGold | A645-16VT2RIB | VT2RIB | - | 12.6 | 61.9 | 244.2 | 244.2 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 12.6 | 61.9 | 244.2 | 244.2 | + +Top 5 by Yield: RK8585TRE (Renk) 282.1, 214-78DGVT2PRIB (Channel) 257.4, A645-16VT2RIB (AgriGold) 252.6, A645-30VT2RIB (AgriGold) 252.3, B16D58PCUE (Brevant Seeds) 250.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145405.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145405.json new file mode 100644 index 00000000..85320fd9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145405.json @@ -0,0 +1,114 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145405", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Oran", + "county": "Scott", + "year": 2025, + "plot_id": "145405", + "cooperator": "Blake Schlitt", + "plot_average": 226.15, + "planted_date": "2025-04-23", + "harvested_date": "2025-09-06", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 12, + "soil_type": "Sandy Clay", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 62.7, + "Yield": 216.4, + "Adj Yield": 216.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 60.2, + "Yield": 225.9, + "Adj Yield": 225.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A646-30", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 59.6, + "Yield": 232.8, + "Adj Yield": 232.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A648-11", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 59.7, + "Yield": 222.8, + "Adj Yield": 222.8 + } + }, + { + "rank": 4, + "brand": "Wyffels", + "product": "W6880", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 61.4, + "Yield": 225.0, + "Adj Yield": 225.0 + } + }, + { + "rank": 1, + "brand": "Channel", + "product": "214-78", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 58.8, + "Yield": 234.0, + "Adj Yield": 234.0 + } + } + ], + "n_results": 6, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145405" + ], + "fetched_at": "2026-05-27T02:21:17.295516+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145405.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145405.md new file mode 100644 index 00000000..815849a9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145405.md @@ -0,0 +1,36 @@ +# Corn yield trial — Oran, MO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Scott +- **City:** Oran +- **Year:** 2025 +- **Plot ID:** 145405 +- **Cooperator:** Blake Schlitt +- **Plot average:** 226.15 BU/Ac +- **Planted:** 2025-04-23 +- **Harvested:** 2025-09-06 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 12 +- **Soil type:** Sandy Clay +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145405 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | AgriGold | A642-32 | C | - | 16.3 | 62.7 | 216.4 | 216.4 | +| 3 | AgriGold | A645-16 | C | - | 17.1 | 60.2 | 225.9 | 225.9 | +| 2 | AgriGold | A646-30 | C | - | 18.3 | 59.6 | 232.8 | 232.8 | +| 5 | AgriGold | A648-11 | C | - | 19.7 | 59.7 | 222.8 | 222.8 | +| 4 | Wyffels | W6880 | C | - | 17.4 | 61.4 | 225.0 | 225.0 | +| 1 | Channel | 214-78 | C | - | 18.6 | 58.8 | 234.0 | 234.0 | + +Top 5 by Yield: 214-78 (Channel) 234.0, A646-30 (AgriGold) 232.8, A645-16 (AgriGold) 225.9, W6880 (Wyffels) 225.0, A648-11 (AgriGold) 222.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145407.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145407.json new file mode 100644 index 00000000..cd785cbb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145407.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145407", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Essex", + "county": "Stoddard", + "year": 2025, + "plot_id": "145407", + "cooperator": "Glenn Hueckel", + "plot_average": 237.29, + "planted_date": "2025-04-22", + "harvested_date": "2025-09-08", + "population_seeds_per_acre": 33000, + "row_width": "36.0\"", + "num_rows": 6, + "soil_type": "Clay Loam", + "tillage": "Ridge Till", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.0, + "Yield": 240.8, + "Adj Yield": 240.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 61.7, + "Yield": 242.7, + "Adj Yield": 242.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 61.1, + "Yield": 240.4, + "Adj Yield": 240.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 61.0, + "Yield": 231.4, + "Adj Yield": 231.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 62.3, + "Yield": 224.6, + "Adj Yield": 224.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 59.4, + "Yield": 229.5, + "Adj Yield": 229.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 60.7, + "Yield": 239.2, + "Adj Yield": 239.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 62.4, + "Yield": 249.7, + "Adj Yield": 249.7 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145407" + ], + "fetched_at": "2026-05-27T02:21:17.783559+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145407.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145407.md new file mode 100644 index 00000000..f32e96e3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145407.md @@ -0,0 +1,38 @@ +# Corn yield trial — Essex, MO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Stoddard +- **City:** Essex +- **Year:** 2025 +- **Plot ID:** 145407 +- **Cooperator:** Glenn Hueckel +- **Plot average:** 237.29 BU/Ac +- **Planted:** 2025-04-22 +- **Harvested:** 2025-09-08 +- **Population:** 33,000 seeds/acre +- **Row width:** 36.0" +- **# Rows:** 6 +- **Soil type:** Clay Loam +- **Tillage:** Ridge Till +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145407 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.4 | 60.0 | 240.8 | 240.8 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.4 | 61.7 | 242.7 | 242.7 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.2 | 61.1 | 240.4 | 240.4 | +| 6 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.8 | 61.0 | 231.4 | 231.4 | +| 8 | AgriGold | A645-30VT2RIB | VT2RIB | - | 16.3 | 62.3 | 224.6 | 224.6 | +| 7 | AgriGold | A646-17TRC | Trecepta | - | 15.5 | 59.4 | 229.5 | 229.5 | +| 5 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 15.3 | 60.7 | 239.2 | 239.2 | +| 1 | AgriGold | A647-79VT2PRO | VT2Pro | - | 15.8 | 62.4 | 249.7 | 249.7 | + +Top 5 by Yield: A647-79VT2PRO (AgriGold) 249.7, A643-52VT2RIB (AgriGold) 242.7, A642-18SSPRIB (AgriGold) 240.8, A644-64VT2RIB (AgriGold) 240.4, A647-42TRCRIB (AgriGold) 239.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145411.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145411.json new file mode 100644 index 00000000..1861a0e9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145411.json @@ -0,0 +1,374 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145411", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Clay", + "county": "Webster", + "year": 2025, + "plot_id": "145411", + "cooperator": "Turley Bros", + "plot_average": 268.43, + "planted_date": "2025-04-23", + "harvested_date": "2025-09-11", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 58.0, + "Yield": 273.9, + "Adj Yield": 273.9 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 58.0, + "Yield": 251.2, + "Adj Yield": 248.31 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 59.0, + "Yield": 243.9, + "Adj Yield": 241.77 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 59.0, + "Yield": 234.4, + "Adj Yield": 232.9 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.0, + "Yield": 265.3, + "Adj Yield": 264.49 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 56.0, + "Yield": 230.4, + "Adj Yield": 230.21 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 57.0, + "Yield": 266.8, + "Adj Yield": 267.19 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 58.0, + "Yield": 291.7, + "Adj Yield": 292.68 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 59.0, + "Yield": 272.5, + "Adj Yield": 274.14 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 58.0, + "Yield": 272.9, + "Adj Yield": 275.19 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.0, + "Yield": 278.8, + "Adj Yield": 281.84 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 59.0, + "Yield": 279.0, + "Adj Yield": 282.95 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 58.0, + "Yield": 265.2, + "Adj Yield": 265.2 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 58.0, + "Yield": 265.2, + "Adj Yield": 269.21 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 58.0, + "Yield": 282.8, + "Adj Yield": 285.94 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 59.0, + "Yield": 258.9, + "Adj Yield": 261.46 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 60.0, + "Yield": 272.5, + "Adj Yield": 274.6 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 59.0, + "Yield": 243.7, + "Adj Yield": 245.32 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 58.0, + "Yield": 269.0, + "Adj Yield": 270.16 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.0, + "Yield": 282.1, + "Adj Yield": 282.91 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A647-09SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 60.0, + "Yield": 285.0, + "Adj Yield": 285.47 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 59.0, + "Yield": 253.0, + "Adj Yield": 253.14 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 56.0, + "Yield": 284.9, + "Adj Yield": 284.62 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 60.0, + "Yield": 271.8, + "Adj Yield": 271.17 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A649-60TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 58.0, + "Yield": 299.3, + "Adj Yield": 298.31 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 57.0, + "Yield": 271.6, + "Adj Yield": 271.6 + } + } + ], + "n_results": 26, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145411" + ], + "fetched_at": "2026-05-27T02:21:18.294189+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145411.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145411.md new file mode 100644 index 00000000..9180608e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145411.md @@ -0,0 +1,56 @@ +# Corn yield trial — Clay, KY, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Webster +- **City:** Clay +- **Year:** 2025 +- **Plot ID:** 145411 +- **Cooperator:** Turley Bros +- **Plot average:** 268.43 BU/Ac +- **Planted:** 2025-04-23 +- **Harvested:** 2025-09-11 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145411 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.3 | 58.0 | 273.9 | 273.9 | +| 19 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.3 | 58.0 | 251.2 | 248.31 | +| 21 | AgriGold | A639-38V-RN | 3220 | - | 14.1 | 59.0 | 243.9 | 241.77 | +| 22 | AgriGold | A640-16-3110 | 3110 | - | 16.4 | 59.0 | 234.4 | 232.9 | +| 16 | AgriGold | A640-94VT4PRO | VT4Pro | - | 16.8 | 58.0 | 265.3 | 264.49 | +| 23 | AgriGold | A641-62D-RN | 5122 | - | 17.4 | 56.0 | 230.4 | 230.21 | +| 15 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.7 | 57.0 | 266.8 | 267.19 | +| 2 | AgriGold | A642-18TRC | Trecepta | - | 17.7 | 58.0 | 291.7 | 292.68 | +| 11 | AgriGold | A642-18SSPRIB | SSPRIB | - | 16.3 | 59.0 | 272.5 | 274.14 | +| 9 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.9 | 58.0 | 272.9 | 275.19 | +| 8 | Pioneer | P13777PCE | PCE | - | 16.8 | 58.0 | 278.8 | 281.84 | +| 6 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.5 | 59.0 | 279.0 | 282.95 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.1 | 58.0 | 265.2 | 265.2 | +| 14 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.1 | 58.0 | 265.2 | 269.21 | +| 3 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.3 | 58.0 | 282.8 | 285.94 | +| 17 | AgriGold | A645-30VT2RIB | VT2RIB | - | 16.7 | 59.0 | 258.9 | 261.46 | +| 10 | AgriGold | A645-55VT2PRO | VT2Pro | - | 16.0 | 60.0 | 272.5 | 274.6 | +| 20 | AgriGold | A645-71STXRIB | STXRIB | - | 16.3 | 59.0 | 243.7 | 245.32 | +| 13 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 16.1 | 58.0 | 269.0 | 270.16 | +| 7 | AgriGold | A646-17TRC | Trecepta | - | 16.0 | 58.0 | 282.1 | 282.91 | +| 4 | AgriGold | A647-09SSP | SSP | - | 16.1 | 60.0 | 285.0 | 285.47 | +| 18 | AgriGold | L6722VT2PRO | VT2Pro | - | 17.2 | 59.0 | 253.0 | 253.14 | +| 5 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 18.8 | 56.0 | 284.9 | 284.62 | +| 12 | AgriGold | L6818VT2PRO | VT2Pro | - | 17.3 | 60.0 | 271.8 | 271.17 | +| 1 | AgriGold | A649-60TRC | Trecepta | - | 18.8 | 58.0 | 299.3 | 298.31 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.3 | 57.0 | 271.6 | 271.6 | + +Top 5 by Yield: A649-60TRC (AgriGold) 299.3, A642-18TRC (AgriGold) 291.7, A647-09SSP (AgriGold) 285.0, A647-42TRCRIB (AgriGold) 284.9, A645-16VT2RIB (AgriGold) 282.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145413.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145413.json new file mode 100644 index 00000000..1cbcf684 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145413.json @@ -0,0 +1,127 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145413", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Stewartsville", + "county": "Clinton", + "year": 2025, + "plot_id": "145413", + "cooperator": "Jesse Saunders", + "plot_average": 255.86, + "planted_date": "2025-04-10", + "harvested_date": "2025-09-08", + "population_seeds_per_acre": 29500, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Clay Loam", + "tillage": "No Till", + "previous_crop": "Alfalfa", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 5, + "brand": "AgriGold", + "product": "A640-24", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 56.8, + "Yield": 251.4, + "Adj Yield": 251.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A636-39", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 55.0, + "Yield": 242.2, + "Adj Yield": 242.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 56.1, + "Yield": 259.1, + "Adj Yield": 259.1 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 56.5, + "Yield": 247.5, + "Adj Yield": 247.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 23.3, + "Test Wt.": 54.9, + "Yield": 268.9, + "Adj Yield": 268.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A646-30", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 24.6, + "Test Wt.": 53.1, + "Yield": 263.1, + "Adj Yield": 263.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-24", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 56.7, + "Yield": 258.8, + "Adj Yield": 258.8 + } + } + ], + "n_results": 7, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145413" + ], + "fetched_at": "2026-05-27T02:21:18.807390+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145413.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145413.md new file mode 100644 index 00000000..04633090 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145413.md @@ -0,0 +1,37 @@ +# Corn yield trial — Stewartsville, MO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Clinton +- **City:** Stewartsville +- **Year:** 2025 +- **Plot ID:** 145413 +- **Cooperator:** Jesse Saunders +- **Plot average:** 255.86 BU/Ac +- **Planted:** 2025-04-10 +- **Harvested:** 2025-09-08 +- **Population:** 29,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Clay Loam +- **Tillage:** No Till +- **Previous crop:** Alfalfa +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145413 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | AgriGold | A640-24 | C | - | 21.2 | 56.8 | 251.4 | 251.4 | +| 7 | AgriGold | A636-39 | C | - | 20.5 | 55.0 | 242.2 | 242.2 | +| 3 | AgriGold | A638-19 | C | - | 18.9 | 56.1 | 259.1 | 259.1 | +| 6 | AgriGold | A642-32 | C | - | 19.5 | 56.5 | 247.5 | 247.5 | +| 1 | AgriGold | A645-16 | C | - | 23.3 | 54.9 | 268.9 | 268.9 | +| 2 | AgriGold | A646-30 | C | - | 24.6 | 53.1 | 263.1 | 263.1 | +| 4 | AgriGold | A640-24 | C | - | 21.4 | 56.7 | 258.8 | 258.8 | + +Top 5 by Yield: A645-16 (AgriGold) 268.9, A646-30 (AgriGold) 263.1, A638-19 (AgriGold) 259.1, A640-24 (AgriGold) 258.8, A640-24 (AgriGold) 251.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145414.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145414.json new file mode 100644 index 00000000..18053935 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145414.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145414", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Watson", + "county": "Atchison", + "year": 2025, + "plot_id": "145414", + "cooperator": "Trey Garst", + "plot_average": 193.12, + "planted_date": "2025-04-12", + "harvested_date": "2025-09-12", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Sandy Clay Loam", + "tillage": "Mulch Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.8, + "Yield": 206.5, + "Adj Yield": 206.5 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 57.5, + "Yield": 181.9, + "Adj Yield": 181.85 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 56.8, + "Yield": 192.0, + "Adj Yield": 191.99 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 56.2, + "Yield": 162.6, + "Adj Yield": 162.64 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 57.7, + "Yield": 173.6, + "Adj Yield": 173.64 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 56.4, + "Yield": 191.2, + "Adj Yield": 191.16 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 57.7, + "Yield": 185.3, + "Adj Yield": 185.25 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 57.8, + "Yield": 183.7, + "Adj Yield": 183.69 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 59.6, + "Yield": 221.0, + "Adj Yield": 221.01 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 61.5, + "Yield": 196.6, + "Adj Yield": 196.63 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 58.6, + "Yield": 212.2, + "Adj Yield": 212.21 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 55.8, + "Yield": 201.1, + "Adj Yield": 201.08 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 59.7, + "Yield": 216.3, + "Adj Yield": 216.28 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145414" + ], + "fetched_at": "2026-05-27T02:21:19.270410+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145414.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145414.md new file mode 100644 index 00000000..579e7853 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145414.md @@ -0,0 +1,43 @@ +# Corn yield trial — Watson, MO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Atchison +- **City:** Watson +- **Year:** 2025 +- **Plot ID:** 145414 +- **Cooperator:** Trey Garst +- **Plot average:** 193.12 BU/Ac +- **Planted:** 2025-04-12 +- **Harvested:** 2025-09-12 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Sandy Clay Loam +- **Tillage:** Mulch Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145414 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.9 | 58.8 | 206.5 | 206.5 | +| 10 | AgriGold | A640-94VT4PRO | VT4Pro | - | 13.5 | 57.5 | 181.9 | 181.85 | +| 6 | AgriGold | A641-62D-RN | 5122 | - | 17.2 | 56.8 | 192.0 | 191.99 | +| 12 | AgriGold | A641-26V | 3220EZ | - | 16.5 | 56.2 | 162.6 | 162.64 | +| 11 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.9 | 57.7 | 173.6 | 173.64 | +| 7 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.3 | 56.4 | 191.2 | 191.16 | +| 8 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.4 | 57.7 | 185.3 | 185.25 | +| 9 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.9 | 57.8 | 183.7 | 183.69 | +| 1 | AgriGold | A645-30VT2RIB | VT2RIB | - | 18.3 | 59.6 | 221.0 | 221.01 | +| 5 | AgriGold | A645-55VT2PRO | VT2Pro | - | 15.2 | 61.5 | 196.6 | 196.63 | +| 3 | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.3 | 58.6 | 212.2 | 212.21 | +| 4 | AgriGold | L6722VT2PRO | VT2Pro | - | 18.7 | 55.8 | 201.1 | 201.08 | +| 2 | AgriGold | L6818VT2PRO | VT2Pro | - | 17.7 | 59.7 | 216.3 | 216.28 | + +Top 5 by Yield: A645-30VT2RIB (AgriGold) 221.0, L6818VT2PRO (AgriGold) 216.3, A645-16VT2RIB (AgriGold) 212.2, A643-52VT2RIB (AgriGold) 206.5, L6722VT2PRO (AgriGold) 201.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145416.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145416.json new file mode 100644 index 00000000..05f4c200 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145416.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145416", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Saint Joseph", + "county": "Buchanan", + "year": 2025, + "plot_id": "145416", + "cooperator": "Adam Ford", + "plot_average": 229.18, + "planted_date": "2025-04-13", + "harvested_date": "2025-10-13", + "population_seeds_per_acre": null, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Sandy Clay Loam", + "tillage": "Mulch Till", + "previous_crop": null, + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 10, + "brand": "Golden Harvest", + "product": "G12U11-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 60.1, + "Yield": 220.6, + "Adj Yield": 220.6 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 60.1, + "Yield": 221.6, + "Adj Yield": 221.6 + } + }, + { + "rank": 3, + "brand": "Golden Harvest", + "product": "G09M19-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 60.7, + "Yield": 236.8, + "Adj Yield": 236.8 + } + }, + { + "rank": 7, + "brand": "Golden Harvest", + "product": "G10U97V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 57.7, + "Yield": 226.8, + "Adj Yield": 226.8 + } + }, + { + "rank": 8, + "brand": "Golden Harvest", + "product": "G10M87-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 62.0, + "Yield": 225.7, + "Adj Yield": 225.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 60.0, + "Yield": 227.6, + "Adj Yield": 227.6 + } + }, + { + "rank": 2, + "brand": "Golden Harvest", + "product": "G13U29-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 61.3, + "Yield": 239.8, + "Adj Yield": 239.8 + } + }, + { + "rank": 11, + "brand": "Golden Harvest", + "product": "G13U96-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 60.3, + "Yield": 216.7, + "Adj Yield": 216.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 60.1, + "Yield": 229.4, + "Adj Yield": 229.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 63.0, + "Yield": 244.5, + "Adj Yield": 244.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 61.0, + "Yield": 231.5, + "Adj Yield": 231.5 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145416" + ], + "fetched_at": "2026-05-27T02:21:19.763436+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145416.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145416.md new file mode 100644 index 00000000..f4aff3b7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145416.md @@ -0,0 +1,39 @@ +# Corn yield trial — Saint Joseph, MO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Buchanan +- **City:** Saint Joseph +- **Year:** 2025 +- **Plot ID:** 145416 +- **Cooperator:** Adam Ford +- **Plot average:** 229.18 BU/Ac +- **Planted:** 2025-04-13 +- **Harvested:** 2025-10-13 +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Sandy Clay Loam +- **Tillage:** Mulch Till +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145416 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 10 | Golden Harvest | G12U11-AA | 3220EZ | - | 11.9 | 60.1 | 220.6 | 220.6 | +| 9 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 11.9 | 60.1 | 221.6 | 221.6 | +| 3 | Golden Harvest | G09M19-AA | 3120EZ | - | 12.3 | 60.7 | 236.8 | 236.8 | +| 7 | Golden Harvest | G10U97V | 3220EZ | - | 12.6 | 57.7 | 226.8 | 226.8 | +| 8 | Golden Harvest | G10M87-AA | 3120EZ | - | 12.6 | 62.0 | 225.7 | 225.7 | +| 6 | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.0 | 60.0 | 227.6 | 227.6 | +| 2 | Golden Harvest | G13U29-VZ | 3330EZ | - | 12.7 | 61.3 | 239.8 | 239.8 | +| 11 | Golden Harvest | G13U96-DV | 5222EZ | - | 12.3 | 60.3 | 216.7 | 216.7 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 12.3 | 60.1 | 229.4 | 229.4 | +| 1 | AgriGold | A645-30VT2RIB | VT2RIB | - | 13.7 | 63.0 | 244.5 | 244.5 | +| 4 | AgriGold | A645-55VT2PRO | VT2Pro | - | 13.7 | 61.0 | 231.5 | 231.5 | + +Top 5 by Yield: A645-30VT2RIB (AgriGold) 244.5, G13U29-VZ (Golden Harvest) 239.8, G09M19-AA (Golden Harvest) 236.8, A645-55VT2PRO (AgriGold) 231.5, A644-64VT2RIB (AgriGold) 229.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145435.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145435.json new file mode 100644 index 00000000..d9e1f7cf --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145435.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145435", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Elizabethtown", + "county": "Hardin", + "year": 2025, + "plot_id": "145435", + "cooperator": "C & J Stuecker Farms", + "plot_average": 221.99, + "planted_date": "2025-04-24", + "harvested_date": "2025-09-27", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 58.7, + "Yield": 243.7, + "Adj Yield": 243.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 58.6, + "Yield": 206.6, + "Adj Yield": 206.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 58.8, + "Yield": 245.7, + "Adj Yield": 245.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 60.7, + "Yield": 219.9, + "Adj Yield": 219.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 58.7, + "Yield": 218.4, + "Adj Yield": 218.4 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 58.9, + "Yield": 232.2, + "Adj Yield": 232.2 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 57.8, + "Yield": 198.9, + "Adj Yield": 198.9 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 58.0, + "Yield": 223.3, + "Adj Yield": 223.3 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 59.6, + "Yield": 213.1, + "Adj Yield": 213.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 59.5, + "Yield": 223.8, + "Adj Yield": 223.8 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 55.5, + "Yield": 216.3, + "Adj Yield": 216.3 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145435" + ], + "fetched_at": "2026-05-27T02:21:20.287953+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145435.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145435.md new file mode 100644 index 00000000..e9c4656d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145435.md @@ -0,0 +1,41 @@ +# Corn yield trial — Elizabethtown, KY, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Hardin +- **City:** Elizabethtown +- **Year:** 2025 +- **Plot ID:** 145435 +- **Cooperator:** C & J Stuecker Farms +- **Plot average:** 221.99 BU/Ac +- **Planted:** 2025-04-24 +- **Harvested:** 2025-09-27 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145435 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.7 | 58.7 | 243.7 | 243.7 | +| 10 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.4 | 58.6 | 206.6 | 206.6 | +| 1 | AgriGold | A642-18SSPRIB | SSPRIB | - | 16.9 | 58.8 | 245.7 | 245.7 | +| 6 | AgriGold | A642-32VT2RIB | VT2RIB | - | 16.1 | 60.7 | 219.9 | 219.9 | +| 7 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.9 | 58.7 | 218.4 | 218.4 | +| 3 | Pioneer | P13777PCE | PCE | - | 16.6 | 58.9 | 232.2 | 232.2 | +| 11 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.8 | 57.8 | 198.9 | 198.9 | +| 5 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 17.1 | 58.0 | 223.3 | 223.3 | +| 9 | AgriGold | A645-30VT2RIB | VT2RIB | - | 17.9 | 59.6 | 213.1 | 213.1 | +| 4 | AgriGold | A645-71STXRIB | STXRIB | - | 17.2 | 59.5 | 223.8 | 223.8 | +| 8 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 18.7 | 55.5 | 216.3 | 216.3 | + +Top 5 by Yield: A642-18SSPRIB (AgriGold) 245.7, A644-64VT2RIB (AgriGold) 243.7, P13777PCE (Pioneer) 232.2, A645-71STXRIB (AgriGold) 223.8, DKC66-06RIB (Dekalb) 223.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145436.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145436.json new file mode 100644 index 00000000..78c42b79 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145436.json @@ -0,0 +1,530 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145436", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Loogootee", + "county": "Martin", + "year": 2025, + "plot_id": "145436", + "cooperator": "Scattered Acres", + "plot_average": 243.14, + "planted_date": "2025-04-24", + "harvested_date": "2025-09-23", + "population_seeds_per_acre": 33600, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 52.0, + "Yield": 250.4, + "Adj Yield": 250.4 + } + }, + { + "rank": 33, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 54.5, + "Yield": 218.6, + "Adj Yield": 217.16 + } + }, + { + "rank": 29, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 56.3, + "Yield": 226.8, + "Adj Yield": 225.98 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 53.6, + "Yield": 250.3, + "Adj Yield": 250.02 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 53.9, + "Yield": 229.7, + "Adj Yield": 229.94 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 53.9, + "Yield": 246.5, + "Adj Yield": 247.31 + } + }, + { + "rank": 32, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 54.0, + "Yield": 217.4, + "Adj Yield": 218.67 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 54.1, + "Yield": 280.3, + "Adj Yield": 282.12 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 54.8, + "Yield": 278.8, + "Adj Yield": 281.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-24", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 56.3, + "Yield": 258.2, + "Adj Yield": 261.31 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 55.6, + "Yield": 240.0, + "Adj Yield": 243.96 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 55.3, + "Yield": 242.0, + "Adj Yield": 246.92 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 51.5, + "Yield": 242.0, + "Adj Yield": 242.0 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 51.5, + "Yield": 242.0, + "Adj Yield": 246.92 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 53.6, + "Yield": 245.1, + "Adj Yield": 249.05 + } + }, + { + "rank": 21, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 52.0, + "Yield": 235.5, + "Adj Yield": 238.73 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": 54.3, + "Yield": 252.3, + "Adj Yield": 254.97 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 54.9, + "Yield": 241.8, + "Adj Yield": 243.97 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 55.6, + "Yield": 253.4, + "Adj Yield": 255.06 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 56.6, + "Yield": 253.0, + "Adj Yield": 254.33 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 55.5, + "Yield": 238.8, + "Adj Yield": 239.72 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A646-30", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 52.5, + "Yield": 234.9, + "Adj Yield": 235.57 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": 52.2, + "Yield": 236.6, + "Adj Yield": 237.0 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 55.1, + "Yield": 241.6, + "Adj Yield": 241.77 + } + }, + { + "rank": 28, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 55.7, + "Yield": 229.0, + "Adj Yield": 228.92 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 25.1, + "Test Wt.": 51.2, + "Yield": 251.0, + "Adj Yield": 250.71 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 54.6, + "Yield": 248.6, + "Adj Yield": 248.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A647-09SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 53.8, + "Yield": 277.5, + "Adj Yield": 277.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A648-11", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": 55.6, + "Yield": 251.5, + "Adj Yield": 251.06 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 55.3, + "Yield": 237.4, + "Adj Yield": 236.86 + } + }, + { + "rank": 34, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 56.3, + "Yield": 209.0, + "Adj Yield": 208.23 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A643-17W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 57.7, + "Yield": 232.4, + "Adj Yield": 231.39 + } + }, + { + "rank": 30, + "brand": "AgriGold", + "product": "A644-27W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 55.8, + "Yield": 225.9, + "Adj Yield": 224.63 + } + }, + { + "rank": 31, + "brand": "AgriGold", + "product": "J6233W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 55.8, + "Yield": 222.9, + "Adj Yield": 221.24 + } + }, + { + "rank": 19, + "brand": "Dekalb", + "product": "K112-03WT", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 52.7, + "Yield": 243.2, + "Adj Yield": 241.14 + } + }, + { + "rank": 22, + "brand": "Bayer", + "product": "K113-01WT", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 53.7, + "Yield": 240.7, + "Adj Yield": 238.23 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P1457W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 54.4, + "Yield": 258.5, + "Adj Yield": 255.42 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 53.3, + "Yield": 252.0, + "Adj Yield": 252.0 + } + } + ], + "n_results": 38, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145436" + ], + "fetched_at": "2026-05-27T02:21:20.846536+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145436.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145436.md new file mode 100644 index 00000000..f3e71075 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145436.md @@ -0,0 +1,68 @@ +# Corn yield trial — Loogootee, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Martin +- **City:** Loogootee +- **Year:** 2025 +- **Plot ID:** 145436 +- **Cooperator:** Scattered Acres +- **Plot average:** 243.14 BU/Ac +- **Planted:** 2025-04-24 +- **Harvested:** 2025-09-23 +- **Population:** 33,600 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145436 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 21.0 | 52.0 | 250.4 | 250.4 | +| 33 | AgriGold | A637-72VT2RIB | VT2RIB | - | 20.8 | 54.5 | 218.6 | 217.16 | +| 29 | AgriGold | A639-38V-RN | 3220 | - | 18.1 | 56.3 | 226.8 | 225.98 | +| 11 | AgriGold | A639-03VT2RIB | VT2RIB | - | 19.8 | 53.6 | 250.3 | 250.02 | +| 27 | AgriGold | A640-16-3110 | 3110 | - | 19.9 | 53.9 | 229.7 | 229.94 | +| 13 | AgriGold | A640-94VT4PRO | VT4Pro | - | 19.3 | 53.9 | 246.5 | 247.31 | +| 32 | AgriGold | A641-62D-RN | 5122 | - | 20.7 | 54.0 | 217.4 | 218.67 | +| 1 | AgriGold | A642-18SSPRIB | SSPRIB | - | 20.8 | 54.1 | 280.3 | 282.12 | +| 2 | AgriGold | A642-18TRC | Trecepta | - | 21.2 | 54.8 | 278.8 | 281.3 | +| 4 | AgriGold | A640-24 | C | - | 19.4 | 56.3 | 258.2 | 261.31 | +| 17 | AgriGold | A642-32 | C | - | 19.0 | 55.6 | 240.0 | 243.96 | +| 14 | AgriGold | A642-32VT2RIB | VT2RIB | - | 20.0 | 55.3 | 242.0 | 246.92 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 21.1 | 51.5 | 242.0 | 242.0 | +| 14 | AgriGold | A644-64VT2RIB | VT2RIB | - | 21.1 | 51.5 | 242.0 | 246.92 | +| 12 | AgriGold | A643-52VT2RIB | VT2RIB | - | 20.3 | 53.6 | 245.1 | 249.05 | +| 21 | Pioneer | P13777PCE | PCE | - | 20.3 | 52.0 | 235.5 | 238.73 | +| 7 | AgriGold | A645-16VT2RIB | VT2RIB | - | 23.0 | 54.3 | 252.3 | 254.97 | +| 16 | AgriGold | A645-30VT2RIB | VT2RIB | - | 20.8 | 54.9 | 241.8 | 243.97 | +| 6 | AgriGold | A645-16 | C | - | 21.4 | 55.6 | 253.4 | 255.06 | +| 8 | AgriGold | A645-55VT2PRO | VT2Pro | - | 21.5 | 56.6 | 253.0 | 254.33 | +| 20 | AgriGold | A645-71STXRIB | STXRIB | - | 20.7 | 55.5 | 238.8 | 239.72 | +| 25 | AgriGold | A646-30 | C | - | 22.8 | 52.5 | 234.9 | 235.57 | +| 23 | AgriGold | A646-30VT2RIB | VT2RIB | - | 23.0 | 52.2 | 236.6 | 237.0 | +| 18 | Dekalb | DKC68-35RIB | VT2RIB | - | 21.3 | 55.1 | 241.6 | 241.77 | +| 28 | AgriGold | A646-17TRC | Trecepta | - | 21.8 | 55.7 | 229.0 | 228.92 | +| 10 | AgriGold | A647-42TRC | Trecepta | - | 25.1 | 51.2 | 251.0 | 250.71 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 22.1 | 54.6 | 248.6 | 248.6 | +| 3 | AgriGold | A647-09SSP | SSP | - | 21.2 | 53.8 | 277.5 | 277.1 | +| 9 | AgriGold | A648-11 | C | - | 24.0 | 55.6 | 251.5 | 251.06 | +| 24 | AgriGold | L6818VT2PRO | VT2Pro | - | 21.5 | 55.3 | 237.4 | 236.86 | +| 34 | AgriGold | L6722VT2PRO | VT2Pro | - | 21.0 | 56.3 | 209.0 | 208.23 | +| 26 | AgriGold | A643-17W | W | - | 20.4 | 57.7 | 232.4 | 231.39 | +| 30 | AgriGold | A644-27W | W | - | 19.6 | 55.8 | 225.9 | 224.63 | +| 31 | AgriGold | J6233W | W | - | 20.5 | 55.8 | 222.9 | 221.24 | +| 19 | Dekalb | K112-03WT | W | - | 21.3 | 52.7 | 243.2 | 241.14 | +| 22 | Bayer | K113-01WT | W | - | 21.2 | 53.7 | 240.7 | 238.23 | +| 5 | Pioneer | P1457W | W | - | 20.6 | 54.4 | 258.5 | 255.42 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.9 | 53.3 | 252.0 | 252.0 | + +Top 5 by Yield: A642-18SSPRIB (AgriGold) 280.3, A642-18TRC (AgriGold) 278.8, A647-09SSP (AgriGold) 277.5, P1457W (Pioneer) 258.5, A640-24 (AgriGold) 258.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145437.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145437.json new file mode 100644 index 00000000..db4e0005 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145437.json @@ -0,0 +1,387 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145437", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Trenton", + "county": "Todd", + "year": 2025, + "plot_id": "145437", + "cooperator": "Chester Farms", + "plot_average": 241.14, + "planted_date": "2025-04-23", + "harvested_date": "2025-09-05", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 21, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 60.1, + "Yield": 235.7, + "Adj Yield": 235.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 58.0, + "Yield": 251.7, + "Adj Yield": 251.7 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 55.9, + "Yield": 228.3, + "Adj Yield": 228.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 56.2, + "Yield": 248.4, + "Adj Yield": 248.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 57.2, + "Yield": 272.8, + "Adj Yield": 272.8 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 59.3, + "Yield": 236.0, + "Adj Yield": 236.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 57.6, + "Yield": 243.5, + "Adj Yield": 243.5 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 57.2, + "Yield": 238.1, + "Adj Yield": 238.1 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 59.0, + "Yield": 235.8, + "Adj Yield": 235.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 58.4, + "Yield": 248.5, + "Adj Yield": 248.5 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 55.5, + "Yield": 239.4, + "Adj Yield": 239.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 58.0, + "Yield": 243.3, + "Adj Yield": 243.3 + } + }, + { + "rank": 2, + "brand": "Revere", + "product": "110-T50", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.1, + "Yield": 261.4, + "Adj Yield": 261.4 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 58.9, + "Yield": 244.3, + "Adj Yield": 244.3 + } + }, + { + "rank": 5, + "brand": "Revere", + "product": "X113T42", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 58.0, + "Yield": 251.0, + "Adj Yield": 251.0 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 57.2, + "Yield": 252.8, + "Adj Yield": 252.8 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 58.2, + "Yield": 240.0, + "Adj Yield": 240.0 + } + }, + { + "rank": 22, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 58.2, + "Yield": 231.9, + "Adj Yield": 231.9 + } + }, + { + "rank": 17, + "brand": "Revere", + "product": "RV114-P35VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 57.3, + "Yield": 237.7, + "Adj Yield": 237.7 + } + }, + { + "rank": 18, + "brand": "Revere", + "product": "RV114-P35VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 58.1, + "Yield": 237.2, + "Adj Yield": 237.2 + } + }, + { + "rank": 23, + "brand": "Revere", + "product": "RV114-P35VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 57.7, + "Yield": 230.7, + "Adj Yield": 230.7 + } + }, + { + "rank": 16, + "brand": "Revere", + "product": "1627-TC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 57.5, + "Yield": 237.8, + "Adj Yield": 237.8 + } + }, + { + "rank": 25, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 57.2, + "Yield": 229.6, + "Adj Yield": 229.6 + } + }, + { + "rank": 8, + "brand": "Revere", + "product": "116-P44", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 56.5, + "Yield": 246.7, + "Adj Yield": 246.7 + } + }, + { + "rank": 24, + "brand": "Channel", + "product": "217-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 58.0, + "Yield": 230.0, + "Adj Yield": 230.0 + } + }, + { + "rank": 12, + "brand": "Revere", + "product": "1839TC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 56.4, + "Yield": 240.3, + "Adj Yield": 240.3 + } + }, + { + "rank": 27, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 59.5, + "Yield": 217.8, + "Adj Yield": 217.8 + } + } + ], + "n_results": 27, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145437" + ], + "fetched_at": "2026-05-27T02:21:21.276644+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145437.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145437.md new file mode 100644 index 00000000..e63dc0f7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145437.md @@ -0,0 +1,56 @@ +# Corn yield trial — Trenton, KY, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Todd +- **City:** Trenton +- **Year:** 2025 +- **Plot ID:** 145437 +- **Cooperator:** Chester Farms +- **Plot average:** 241.14 BU/Ac +- **Planted:** 2025-04-23 +- **Harvested:** 2025-09-05 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145437 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 21 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.7 | 60.1 | 235.7 | 235.7 | +| 4 | AgriGold | A640-94VT4PRO | VT4Pro | - | 17.5 | 58.0 | 251.7 | 251.7 | +| 26 | AgriGold | A641-62D-RN | 5122 | - | 19.6 | 55.9 | 228.3 | 228.3 | +| 7 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 19.2 | 56.2 | 248.4 | 248.4 | +| 1 | AgriGold | A642-18TRC | Trecepta | - | 18.7 | 57.2 | 272.8 | 272.8 | +| 19 | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.8 | 59.3 | 236.0 | 236.0 | +| 10 | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.6 | 57.6 | 243.5 | 243.5 | +| 15 | AgriGold | A645-16VT2RIB | VT2RIB | - | 19.8 | 57.2 | 238.1 | 238.1 | +| 20 | AgriGold | A645-30VT2RIB | VT2RIB | - | 18.7 | 59.0 | 235.8 | 235.8 | +| 6 | AgriGold | A645-55VT2PRO | VT2Pro | - | 19.3 | 58.4 | 248.5 | 248.5 | +| 14 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 20.8 | 55.5 | 239.4 | 239.4 | +| 11 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.1 | 58.0 | 243.3 | 243.3 | +| 2 | Revere | 110-T50 | Trecepta | - | 16.2 | 59.1 | 261.4 | 261.4 | +| 9 | Dekalb | DKC111-35RIB | VT2RIB | - | 18.2 | 58.9 | 244.3 | 244.3 | +| 5 | Revere | X113T42 | Unknown | - | 17.9 | 58.0 | 251.0 | 251.0 | +| 3 | Pioneer | P13777PCE | PCE | - | 18.2 | 57.2 | 252.8 | 252.8 | +| 13 | Dekalb | DKC64-22RIB | VT2RIB | - | 18.2 | 58.2 | 240.0 | 240.0 | +| 22 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 19.0 | 58.2 | 231.9 | 231.9 | +| 17 | Revere | RV114-P35VT2RIB | VT2RIB | - | 17.2 | 57.3 | 237.7 | 237.7 | +| 18 | Revere | RV114-P35VT2RIB | VT2RIB | - | 18.0 | 58.1 | 237.2 | 237.2 | +| 23 | Revere | RV114-P35VT2RIB | VT2RIB | - | 18.4 | 57.7 | 230.7 | 230.7 | +| 16 | Revere | 1627-TC | Trecepta | - | 19.1 | 57.5 | 237.8 | 237.8 | +| 25 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 17.2 | 57.2 | 229.6 | 229.6 | +| 8 | Revere | 116-P44 | VT2Pro | - | 19.5 | 56.5 | 246.7 | 246.7 | +| 24 | Channel | 217-70TRERIB | TreceptaRIB | - | 19.9 | 58.0 | 230.0 | 230.0 | +| 12 | Revere | 1839TC | Trecepta | - | 19.3 | 56.4 | 240.3 | 240.3 | +| 27 | Dekalb | DKC68-35RIB | VT2RIB | - | 18.7 | 59.5 | 217.8 | 217.8 | + +Top 5 by Yield: A642-18TRC (AgriGold) 272.8, 110-T50 (Revere) 261.4, P13777PCE (Pioneer) 252.8, A640-94VT4PRO (AgriGold) 251.7, X113T42 (Revere) 251.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145440.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145440.json new file mode 100644 index 00000000..f811b9f6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145440.json @@ -0,0 +1,309 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145440", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Dale", + "county": "Spencer", + "year": 2025, + "plot_id": "145440", + "cooperator": "Mark And Luke Lubbehusen", + "plot_average": 265.09, + "planted_date": "2025-04-24", + "harvested_date": "2025-09-15", + "population_seeds_per_acre": 32500, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Clay", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 56.0, + "Yield": 271.0, + "Adj Yield": 271.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 56.0, + "Yield": 271.0, + "Adj Yield": 268.69 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 57.0, + "Yield": 246.1, + "Adj Yield": 244.01 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 57.0, + "Yield": 254.8, + "Adj Yield": 252.97 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 60.0, + "Yield": 276.5, + "Adj Yield": 274.91 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 60.0, + "Yield": 284.2, + "Adj Yield": 282.87 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 60.0, + "Yield": 257.8, + "Adj Yield": 256.81 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 59.0, + "Yield": 266.3, + "Adj Yield": 265.54 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 58.0, + "Yield": 269.8, + "Adj Yield": 269.3 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 57.0, + "Yield": 261.9, + "Adj Yield": 261.66 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 59.0, + "Yield": 243.4, + "Adj Yield": 243.39 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 61.0, + "Yield": 268.3, + "Adj Yield": 268.52 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 59.0, + "Yield": 273.4, + "Adj Yield": 273.86 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 59.0, + "Yield": 253.9, + "Adj Yield": 254.7 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 56.0, + "Yield": 255.9, + "Adj Yield": 256.96 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 57.0, + "Yield": 283.7, + "Adj Yield": 285.02 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 57.0, + "Yield": 258.4, + "Adj Yield": 259.96 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A649-60TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 55.0, + "Yield": 283.8, + "Adj Yield": 285.59 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 59.0, + "Yield": 253.4, + "Adj Yield": 255.42 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 59.0, + "Yield": 274.2, + "Adj Yield": 276.46 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 56.0, + "Yield": 265.9, + "Adj Yield": 265.9 + } + } + ], + "n_results": 21, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145440" + ], + "fetched_at": "2026-05-27T02:21:21.806633+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145440.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145440.md new file mode 100644 index 00000000..644ff57d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145440.md @@ -0,0 +1,51 @@ +# Corn yield trial — Dale, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Spencer +- **City:** Dale +- **Year:** 2025 +- **Plot ID:** 145440 +- **Cooperator:** Mark And Luke Lubbehusen +- **Plot average:** 265.09 BU/Ac +- **Planted:** 2025-04-24 +- **Harvested:** 2025-09-15 +- **Population:** 32,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Clay +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145440 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.9 | 56.0 | 271.0 | 271.0 | +| 8 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.9 | 56.0 | 271.0 | 268.69 | +| 18 | AgriGold | A640-94VT4PRO | VT4Pro | - | 19.3 | 57.0 | 246.1 | 244.01 | +| 17 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 20.1 | 57.0 | 254.8 | 252.97 | +| 5 | AgriGold | A642-18SSPRIB | SSPRIB | - | 18.7 | 60.0 | 276.5 | 274.91 | +| 3 | AgriGold | A642-18TRC | Trecepta | - | 19.3 | 60.0 | 284.2 | 282.87 | +| 14 | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.4 | 60.0 | 257.8 | 256.81 | +| 10 | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.6 | 59.0 | 266.3 | 265.54 | +| 7 | Pioneer | P13777PCE | PCE | - | 18.6 | 58.0 | 269.8 | 269.3 | +| 11 | AgriGold | A645-16VT2RIB | VT2RIB | - | 20.4 | 57.0 | 261.9 | 261.66 | +| 19 | AgriGold | A645-30VT2RIB | VT2RIB | - | 18.6 | 59.0 | 243.4 | 243.39 | +| 9 | AgriGold | A645-55VT2PRO | VT2Pro | - | 19.0 | 61.0 | 268.3 | 268.52 | +| 6 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 19.1 | 59.0 | 273.4 | 273.86 | +| 16 | AgriGold | A645-71STXRIB | STXRIB | - | 18.3 | 59.0 | 253.9 | 254.7 | +| 13 | AgriGold | A646-30VT2RIB | VT2RIB | - | 20.4 | 56.0 | 255.9 | 256.96 | +| 2 | AgriGold | A646-17TRC | Trecepta | - | 19.6 | 57.0 | 283.7 | 285.02 | +| 12 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 22.6 | 57.0 | 258.4 | 259.96 | +| 1 | AgriGold | A649-60TRC | Trecepta | - | 23.2 | 55.0 | 283.8 | 285.59 | +| 15 | AgriGold | L6722VT2PRO | VT2Pro | - | 20.2 | 59.0 | 253.4 | 255.42 | +| 4 | AgriGold | L6818VT2PRO | VT2Pro | - | 19.5 | 59.0 | 274.2 | 276.46 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.4 | 56.0 | 265.9 | 265.9 | + +Top 5 by Yield: A642-18TRC (AgriGold) 284.2, A649-60TRC (AgriGold) 283.8, A646-17TRC (AgriGold) 283.7, A642-18SSPRIB (AgriGold) 276.5, L6818VT2PRO (AgriGold) 274.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145443.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145443.json new file mode 100644 index 00000000..ad090c14 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145443.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145443", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Stamford", + "county": "Harlan", + "year": 2025, + "plot_id": "145443", + "cooperator": "Anthony Russell", + "plot_average": 240.29, + "planted_date": "2025-04-24", + "harvested_date": "2025-10-21", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.4, + "Yield": 248.0, + "Adj Yield": 248.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.4, + "Yield": 248.0, + "Adj Yield": 243.36 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 61.1, + "Yield": 227.9, + "Adj Yield": 224.36 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 60.5, + "Yield": 246.3, + "Adj Yield": 244.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 61.8, + "Yield": 237.0, + "Adj Yield": 235.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.8, + "Yield": 243.9, + "Adj Yield": 243.88 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 59.9, + "Yield": 249.6, + "Adj Yield": 250.79 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 61.9, + "Yield": 246.2, + "Adj Yield": 248.53 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 60.9, + "Yield": 252.2, + "Adj Yield": 255.67 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 61.9, + "Yield": 211.6, + "Adj Yield": 216.26 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.9, + "Yield": 236.3, + "Adj Yield": 236.3 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145443" + ], + "fetched_at": "2026-05-27T02:21:22.304691+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145443.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145443.md new file mode 100644 index 00000000..e6f9252f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145443.md @@ -0,0 +1,41 @@ +# Corn yield trial — Stamford, NE, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Harlan +- **City:** Stamford +- **Year:** 2025 +- **Plot ID:** 145443 +- **Cooperator:** Anthony Russell +- **Plot average:** 240.29 BU/Ac +- **Planted:** 2025-04-24 +- **Harvested:** 2025-10-21 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145443 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A642-18SSPRIB | SSPRIB | - | 14.2 | 60.4 | 248.0 | 248.0 | +| 6 | AgriGold | A642-18SSPRIB | SSPRIB | - | 14.2 | 60.4 | 248.0 | 243.36 | +| 8 | AgriGold | A640-94VT4PRO | VT4Pro | - | 13.5 | 61.1 | 227.9 | 224.36 | +| 4 | AgriGold | A641-26V | 3220EZ | - | 13.9 | 60.5 | 246.3 | 244.0 | +| 7 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.1 | 61.8 | 237.0 | 235.8 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.7 | 60.8 | 243.9 | 243.88 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.0 | 59.9 | 249.6 | 250.79 | +| 3 | AgriGold | A645-30VT2RIB | VT2RIB | - | 15.0 | 61.9 | 246.2 | 248.53 | +| 1 | AgriGold | A646-17TRC | Trecepta | - | 14.6 | 60.9 | 252.2 | 255.67 | +| 9 | AgriGold | A646-17STXRIB | STXRIB | - | 14.8 | 61.9 | 211.6 | 216.26 | +| - | AgriGold | A642-18SSPRIB | SSPRIB | - | 14.4 | 59.9 | 236.3 | 236.3 | + +Top 5 by Yield: A646-17TRC (AgriGold) 252.2, A644-64VT2RIB (AgriGold) 249.6, A642-18SSPRIB (AgriGold) 248.0, A642-18SSPRIB (AgriGold) 248.0, A641-26V (AgriGold) 246.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145444.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145444.json new file mode 100644 index 00000000..af0bfdf6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145444.json @@ -0,0 +1,348 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145444", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "West Liberty", + "county": "Cedar", + "year": 2025, + "plot_id": "145444", + "cooperator": "Chris Hinkhouse", + "plot_average": 235.6, + "planted_date": "2025-04-24", + "harvested_date": "2025-09-23", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 56.7, + "Yield": 238.5, + "Adj Yield": 238.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 58.9, + "Yield": 245.4, + "Adj Yield": 245.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 59.3, + "Yield": 254.2, + "Adj Yield": 254.2 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 54.8, + "Yield": 224.7, + "Adj Yield": 224.7 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 55.8, + "Yield": 240.2, + "Adj Yield": 240.2 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 59.0, + "Yield": 236.1, + "Adj Yield": 236.1 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 57.8, + "Yield": 236.2, + "Adj Yield": 236.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 24.4, + "Test Wt.": 55.9, + "Yield": 265.2, + "Adj Yield": 265.2 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": 54.7, + "Yield": 237.5, + "Adj Yield": 237.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 56.6, + "Yield": 240.6, + "Adj Yield": 240.6 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 57.7, + "Yield": 234.6, + "Adj Yield": 234.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 57.4, + "Yield": 245.9, + "Adj Yield": 245.9 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 57.9, + "Yield": 240.6, + "Adj Yield": 240.6 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 58.3, + "Yield": 233.1, + "Adj Yield": 233.1 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 55.9, + "Yield": 230.0, + "Adj Yield": 230.0 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 56.0, + "Yield": 227.8, + "Adj Yield": 227.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 56.6, + "Yield": 248.0, + "Adj Yield": 248.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 57.1, + "Yield": 238.8, + "Adj Yield": 238.8 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 57.0, + "Yield": 217.4, + "Adj Yield": 217.4 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 58.0, + "Yield": 224.6, + "Adj Yield": 224.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 60.0, + "Yield": 249.0, + "Adj Yield": 249.0 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 58.2, + "Yield": 212.4, + "Adj Yield": 212.4 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A634-65TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 58.4, + "Yield": 200.8, + "Adj Yield": 200.8 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 58.4, + "Yield": 217.7, + "Adj Yield": 217.7 + } + } + ], + "n_results": 24, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145444" + ], + "fetched_at": "2026-05-27T02:21:22.754403+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145444.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145444.md new file mode 100644 index 00000000..8ebee6b6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145444.md @@ -0,0 +1,53 @@ +# Corn yield trial — West Liberty, IA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Cedar +- **City:** West Liberty +- **Year:** 2025 +- **Plot ID:** 145444 +- **Cooperator:** Chris Hinkhouse +- **Plot average:** 235.6 BU/Ac +- **Planted:** 2025-04-24 +- **Harvested:** 2025-09-23 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145444 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A646-17STXRIB | STXRIB | - | 22.6 | 56.7 | 238.5 | 238.5 | +| 6 | AgriGold | L6818VT2PRO | VT2Pro | - | 21.9 | 58.9 | 245.4 | 245.4 | +| 2 | AgriGold | L6722VT2PRO | VT2Pro | - | 21.4 | 59.3 | 254.2 | 254.2 | +| 18 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 20.8 | 54.8 | 224.7 | 224.7 | +| 9 | AgriGold | A645-71STXRIB | STXRIB | - | 22.8 | 55.8 | 240.2 | 240.2 | +| 13 | AgriGold | A645-55VT2PRO | VT2Pro | - | 20.2 | 59.0 | 236.1 | 236.1 | +| 12 | AgriGold | A645-30VT2RIB | VT2RIB | - | 21.8 | 57.8 | 236.2 | 236.2 | +| 1 | AgriGold | A645-16VT2PRO | VT2Pro | - | 24.4 | 55.9 | 265.2 | 265.2 | +| 11 | AgriGold | A644-64VT2RIB | VT2RIB | - | 22.9 | 54.7 | 237.5 | 237.5 | +| 7 | AgriGold | A643-52VT2PRO | VT2Pro | - | 21.9 | 56.6 | 240.6 | 240.6 | +| 14 | AgriGold | A646-17STXRIB | STXRIB | - | 20.7 | 57.7 | 234.6 | 234.6 | +| 5 | AgriGold | A642-18SSPRIB | SSPRIB | - | 20.2 | 57.4 | 245.9 | 245.9 | +| 8 | AgriGold | A642-32VT2RIB | VT2RIB | - | 18.7 | 57.9 | 240.6 | 240.6 | +| 15 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 18.7 | 58.3 | 233.1 | 233.1 | +| 16 | AgriGold | A641-62D-RN | 5122 | - | 19.8 | 55.9 | 230.0 | 230.0 | +| 17 | AgriGold | A641-26V | 3220EZ | - | 19.7 | 56.0 | 227.8 | 227.8 | +| 4 | AgriGold | A640-94VT4PRO | VT4Pro | - | 19.5 | 56.6 | 248.0 | 248.0 | +| 10 | AgriGold | A640-16-3110 | 3110 | - | 19.3 | 57.1 | 238.8 | 238.8 | +| 20 | AgriGold | A639-38V-RN | 3220 | - | 19.0 | 57.0 | 217.4 | 217.4 | +| 19 | AgriGold | A638-19 | C | - | 19.1 | 58.0 | 224.6 | 224.6 | +| 3 | AgriGold | A638-91VT2PRO | VT2Pro | - | 19.5 | 60.0 | 249.0 | 249.0 | +| 21 | AgriGold | A636-42SSPRIB | SSPRIB | - | 17.1 | 58.2 | 212.4 | 212.4 | +| 22 | AgriGold | A634-65TRCRIB | TreceptaRIB | - | 15.6 | 58.4 | 200.8 | 200.8 | +| - | AgriGold | A646-17STXRIB | STXRIB | - | 19.8 | 58.4 | 217.7 | 217.7 | + +Top 5 by Yield: A645-16VT2PRO (AgriGold) 265.2, L6722VT2PRO (AgriGold) 254.2, A638-91VT2PRO (AgriGold) 249.0, A640-94VT4PRO (AgriGold) 248.0, A642-18SSPRIB (AgriGold) 245.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145445.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145445.json new file mode 100644 index 00000000..a11f2c43 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145445.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145445", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Elnora", + "county": "Daviess", + "year": 2025, + "plot_id": "145445", + "cooperator": "Dove Farms", + "plot_average": 216.85, + "planted_date": "2025-04-28", + "harvested_date": "2025-09-26", + "population_seeds_per_acre": 33600, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Sandy Loam", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 55.6, + "Yield": 259.9, + "Adj Yield": 259.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 55.6, + "Yield": 259.9, + "Adj Yield": 245.7 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 55.1, + "Yield": 170.3, + "Adj Yield": 158.16 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 56.5, + "Yield": 230.8, + "Adj Yield": 220.61 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 57.8, + "Yield": 241.5, + "Adj Yield": 233.37 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.9, + "Yield": 214.1, + "Adj Yield": 208.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 57.4, + "Yield": 231.2, + "Adj Yield": 227.12 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 56.5, + "Yield": 249.2, + "Adj Yield": 247.15 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.0, + "Yield": 226.6, + "Adj Yield": 226.63 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 57.3, + "Yield": 196.9, + "Adj Yield": 198.93 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 56.7, + "Yield": 224.0, + "Adj Yield": 228.02 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 57.3, + "Yield": 160.4, + "Adj Yield": 166.43 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 56.5, + "Yield": 222.5, + "Adj Yield": 230.59 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A647-09SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 56.6, + "Yield": 209.9, + "Adj Yield": 220.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 58.5, + "Yield": 220.2, + "Adj Yield": 232.32 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 57.9, + "Yield": 195.6, + "Adj Yield": 209.74 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 55.5, + "Yield": 227.5, + "Adj Yield": 227.5 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145445" + ], + "fetched_at": "2026-05-27T02:21:23.302766+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145445.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145445.md new file mode 100644 index 00000000..0976c161 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145445.md @@ -0,0 +1,47 @@ +# Corn yield trial — Elnora, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Daviess +- **City:** Elnora +- **Year:** 2025 +- **Plot ID:** 145445 +- **Cooperator:** Dove Farms +- **Plot average:** 216.85 BU/Ac +- **Planted:** 2025-04-28 +- **Harvested:** 2025-09-26 +- **Population:** 33,600 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Sandy Loam +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145445 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.0 | 55.6 | 259.9 | 259.9 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.0 | 55.6 | 259.9 | 245.7 | +| 15 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.4 | 55.1 | 170.3 | 158.16 | +| 9 | AgriGold | A640-94VT4PRO | VT4Pro | - | 16.4 | 56.5 | 230.8 | 220.61 | +| 3 | AgriGold | A642-18TRC | Trecepta | - | 17.4 | 57.8 | 241.5 | 233.37 | +| 12 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.8 | 58.9 | 214.1 | 208.0 | +| 7 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.1 | 57.4 | 231.2 | 227.12 | +| 1 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.6 | 56.5 | 249.2 | 247.15 | +| 8 | AgriGold | A645-30VT2RIB | VT2RIB | - | 17.0 | 57.0 | 226.6 | 226.63 | +| 13 | AgriGold | A645-55VT2PRO | VT2Pro | - | 16.9 | 57.3 | 196.9 | 198.93 | +| 6 | AgriGold | A646-30VT2RIB | VT2RIB | - | 16.0 | 56.7 | 224.0 | 228.02 | +| 14 | AgriGold | A646-17STXRIB | STXRIB | - | 15.8 | 57.3 | 160.4 | 166.43 | +| 5 | AgriGold | A646-17TRC | Trecepta | - | 16.4 | 56.5 | 222.5 | 230.59 | +| 10 | AgriGold | A647-09SSP | SSP | - | 17.3 | 56.6 | 209.9 | 220.0 | +| 4 | AgriGold | L6722VT2PRO | VT2Pro | - | 16.5 | 58.5 | 220.2 | 232.32 | +| 11 | AgriGold | L6818VT2PRO | VT2Pro | - | 16.6 | 57.9 | 195.6 | 209.74 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.7 | 55.5 | 227.5 | 227.5 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 259.9, A644-64VT2RIB (AgriGold) 259.9, A645-16VT2RIB (AgriGold) 249.2, A642-18TRC (AgriGold) 241.5, A643-52VT2RIB (AgriGold) 231.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145451.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145451.json new file mode 100644 index 00000000..86b0bfc0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145451.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145451", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Little York", + "county": "Warren", + "year": 2025, + "plot_id": "145451", + "cooperator": "Tom Bertelsen", + "plot_average": 270.77, + "planted_date": "2025-04-25", + "harvested_date": "2025-09-24", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Veltyma", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 16, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 60.0, + "Yield": 244.6, + "Adj Yield": 244.6 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 58.8, + "Yield": 243.5, + "Adj Yield": 243.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 59.4, + "Yield": 274.6, + "Adj Yield": 274.6 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 60.4, + "Yield": 261.0, + "Adj Yield": 261.0 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 59.9, + "Yield": 256.1, + "Adj Yield": 256.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 58.0, + "Yield": 287.8, + "Adj Yield": 287.8 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 58.0, + "Yield": 255.5, + "Adj Yield": 255.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 58.5, + "Yield": 287.3, + "Adj Yield": 287.3 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 59.5, + "Yield": 269.4, + "Adj Yield": 269.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 60.8, + "Yield": 277.4, + "Adj Yield": 277.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 61.0, + "Yield": 288.0, + "Adj Yield": 288.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 59.0, + "Yield": 275.9, + "Adj Yield": 275.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 58.0, + "Yield": 281.0, + "Adj Yield": 281.0 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 60.2, + "Yield": 254.5, + "Adj Yield": 254.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 60.4, + "Yield": 292.7, + "Adj Yield": 292.7 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 60.7, + "Yield": 263.7, + "Adj Yield": 263.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": 61.5, + "Yield": 290.1, + "Adj Yield": 290.1 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145451" + ], + "fetched_at": "2026-05-27T02:21:23.789243+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145451.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145451.md new file mode 100644 index 00000000..cb3597a1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145451.md @@ -0,0 +1,48 @@ +# Corn yield trial — Little York, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Warren +- **City:** Little York +- **Year:** 2025 +- **Plot ID:** 145451 +- **Cooperator:** Tom Bertelsen +- **Plot average:** 270.77 BU/Ac +- **Planted:** 2025-04-25 +- **Harvested:** 2025-09-24 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Veltyma +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145451 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 16 | AgriGold | A636-16-5222EZ | 5222EZ | - | 19.0 | 60.0 | 244.6 | 244.6 | +| 17 | AgriGold | A636-42SSPRIB | SSPRIB | - | 18.7 | 58.8 | 243.5 | 243.5 | +| 9 | AgriGold | A638-91VT2PRO | VT2Pro | - | 19.4 | 59.4 | 274.6 | 274.6 | +| 12 | AgriGold | A639-03VT2RIB | VT2RIB | - | 18.5 | 60.4 | 261.0 | 261.0 | +| 13 | AgriGold | A639-38V-RN | 3220 | - | 19.4 | 59.9 | 256.1 | 256.1 | +| 4 | AgriGold | A640-94VT4PRO | VT4Pro | - | 20.5 | 58.0 | 287.8 | 287.8 | +| 14 | AgriGold | A641-62D-RN | 5122 | - | 22.8 | 58.0 | 255.5 | 255.5 | +| 5 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 20.4 | 58.5 | 287.3 | 287.3 | +| 10 | AgriGold | A642-18SSPRIB | SSPRIB | - | 19.7 | 59.5 | 269.4 | 269.4 | +| 7 | AgriGold | A642-32VT2RIB | VT2RIB | - | 20.1 | 60.8 | 277.4 | 277.4 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 20.1 | 61.0 | 288.0 | 288.0 | +| 8 | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.2 | 59.0 | 275.9 | 275.9 | +| 6 | AgriGold | A645-16VT2RIB | VT2RIB | - | 21.5 | 58.0 | 281.0 | 281.0 | +| 15 | AgriGold | A645-55VT2PRO | VT2Pro | - | 20.8 | 60.2 | 254.5 | 254.5 | +| 1 | AgriGold | A645-71STXRIB | STXRIB | - | 22.1 | 60.4 | 292.7 | 292.7 | +| 11 | AgriGold | A646-17TRC | Trecepta | - | 20.8 | 60.7 | 263.7 | 263.7 | +| 2 | AgriGold | L6722VT2PRO | VT2Pro | - | 23.1 | 61.5 | 290.1 | 290.1 | + +Top 5 by Yield: A645-71STXRIB (AgriGold) 292.7, L6722VT2PRO (AgriGold) 290.1, A643-52VT2RIB (AgriGold) 288.0, A640-94VT4PRO (AgriGold) 287.8, A642-05VT2RIBD1 (AgriGold) 287.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145469.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145469.json new file mode 100644 index 00000000..a63dfcd6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145469.json @@ -0,0 +1,400 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145469", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Genoa", + "county": "De Kalb", + "year": 2025, + "plot_id": "145469", + "cooperator": "Art Kuhn", + "plot_average": 285.41, + "planted_date": "2025-04-26", + "harvested_date": "2025-10-28", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Miravis Neo, Quilt Xcel", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 25, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 61.0, + "Yield": 263.2, + "Adj Yield": 263.2 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A630-04D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 60.9, + "Yield": 282.1, + "Adj Yield": 282.1 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A631-08DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.1, + "Yield": 286.2, + "Adj Yield": 286.2 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A631-12SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 59.1, + "Yield": 281.6, + "Adj Yield": 281.6 + } + }, + { + "rank": 27, + "brand": "NK Brand", + "product": "NK0252-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 60.9, + "Yield": 257.6, + "Adj Yield": 257.6 + } + }, + { + "rank": 18, + "brand": "Pioneer", + "product": "P02405V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 59.2, + "Yield": 283.7, + "Adj Yield": 283.7 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC103-63RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 60.5, + "Yield": 297.7, + "Adj Yield": 297.7 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC104-14RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 59.3, + "Yield": 311.6, + "Adj Yield": 311.6 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.2, + "Yield": 275.9, + "Adj Yield": 275.9 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 57.3, + "Yield": 277.0, + "Adj Yield": 277.0 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 57.4, + "Yield": 258.0, + "Adj Yield": 258.0 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 57.6, + "Yield": 301.8, + "Adj Yield": 301.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 58.0, + "Yield": 299.8, + "Adj Yield": 299.8 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P08527V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 59.1, + "Yield": 299.4, + "Adj Yield": 299.4 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 58.1, + "Yield": 279.3, + "Adj Yield": 279.3 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P09312V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 59.1, + "Yield": 302.1, + "Adj Yield": 302.1 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 56.5, + "Yield": 291.1, + "Adj Yield": 291.1 + } + }, + { + "rank": 19, + "brand": "CHS", + "product": "109SSP EXP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 56.4, + "Yield": 283.1, + "Adj Yield": 283.1 + } + }, + { + "rank": 10, + "brand": "Pioneer", + "product": "P10477V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.3, + "Yield": 296.2, + "Adj Yield": 296.2 + } + }, + { + "rank": 12, + "brand": "Pioneer", + "product": "P10625V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 57.6, + "Yield": 292.6, + "Adj Yield": 292.6 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 57.4, + "Yield": 295.8, + "Adj Yield": 295.8 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 59.2, + "Yield": 303.0, + "Adj Yield": 303.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 55.1, + "Yield": 308.0, + "Adj Yield": 308.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 57.6, + "Yield": 303.2, + "Adj Yield": 303.2 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 57.4, + "Yield": 287.9, + "Adj Yield": 287.9 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 59.4, + "Yield": 291.7, + "Adj Yield": 291.7 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.0, + "Yield": 283.8, + "Adj Yield": 283.8 + } + }, + { + "rank": 28, + "brand": "CHS", + "product": "11124VT4P", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 56.5, + "Yield": 198.1, + "Adj Yield": 198.1 + } + } + ], + "n_results": 28, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145469" + ], + "fetched_at": "2026-05-27T02:21:24.290723+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145469.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145469.md new file mode 100644 index 00000000..ab53cd18 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145469.md @@ -0,0 +1,59 @@ +# Corn yield trial — Genoa, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** De Kalb +- **City:** Genoa +- **Year:** 2025 +- **Plot ID:** 145469 +- **Cooperator:** Art Kuhn +- **Plot average:** 285.41 BU/Ac +- **Planted:** 2025-04-26 +- **Harvested:** 2025-10-28 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Miravis Neo, Quilt Xcel +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145469 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 25 | AgriGold | A629-55VT2RIB | VT2RIB | - | 14.5 | 61.0 | 263.2 | 263.2 | +| 20 | AgriGold | A630-04D | 5122EZ | - | 14.7 | 60.9 | 282.1 | 282.1 | +| 16 | AgriGold | A631-08DV-RN | 5222 | - | 16.0 | 58.1 | 286.2 | 286.2 | +| 21 | AgriGold | A631-12SSPRIB | SSPRIB | - | 15.1 | 59.1 | 281.6 | 281.6 | +| 27 | NK Brand | NK0252-D | 5122EZ | - | 15.5 | 60.9 | 257.6 | 257.6 | +| 18 | Pioneer | P02405V | Vorceed | - | 14.2 | 59.2 | 283.7 | 283.7 | +| 9 | Dekalb | DKC103-63RIB | SSPRIB | - | 14.8 | 60.5 | 297.7 | 297.7 | +| 1 | Dekalb | DKC104-14RIB | VT2RIB | - | 17.4 | 59.3 | 311.6 | 311.6 | +| 24 | AgriGold | A634-65TRC | Trecepta | - | 15.4 | 58.2 | 275.9 | 275.9 | +| 23 | AgriGold | A634-11SSPRIB | SSPRIB | - | 15.7 | 57.3 | 277.0 | 277.0 | +| 26 | AgriGold | A636-42SSPRIB | SSPRIB | - | 16.2 | 57.4 | 258.0 | 258.0 | +| 6 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 15.4 | 57.6 | 301.8 | 301.8 | +| 7 | AgriGold | A638-91VT2PRO | VT2Pro | - | 16.1 | 58.0 | 299.8 | 299.8 | +| 8 | Pioneer | P08527V | Vorceed | - | 17.5 | 59.1 | 299.4 | 299.4 | +| 22 | AgriGold | A639-03VT2RIB | VT2RIB | - | 16.5 | 58.1 | 279.3 | 279.3 | +| 5 | Pioneer | P09312V | Vorceed | - | 17.0 | 59.1 | 302.1 | 302.1 | +| 14 | AgriGold | A639-91SSPRIB | SSPRIB | - | 16.0 | 56.5 | 291.1 | 291.1 | +| 19 | CHS | 109SSP EXP | SSP | - | 17.5 | 56.4 | 283.1 | 283.1 | +| 10 | Pioneer | P10477V | Vorceed | - | 17.0 | 58.3 | 296.2 | 296.2 | +| 12 | Pioneer | P10625V | Vorceed | - | 17.5 | 57.6 | 292.6 | 292.6 | +| 11 | AgriGold | A640-94VT4PRO | VT4Pro | - | 17.7 | 57.4 | 295.8 | 295.8 | +| 4 | Dekalb | DKC110-10RIB | STXRIB | - | 17.7 | 59.2 | 303.0 | 303.0 | +| 2 | AgriGold | A641-62D-RN | 5122 | - | 19.7 | 55.1 | 308.0 | 308.0 | +| 3 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 19.0 | 57.6 | 303.2 | 303.2 | +| 15 | AgriGold | A642-18SSPRIB | SSPRIB | - | 17.7 | 57.4 | 287.9 | 287.9 | +| 13 | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.5 | 59.4 | 291.7 | 291.7 | +| 17 | Dekalb | DKC112-35RIB | SSPRIB | - | 16.8 | 58.0 | 283.8 | 283.8 | +| 28 | CHS | 11124VT4P | VT4Pro | - | 18.6 | 56.5 | 198.1 | 198.1 | + +Top 5 by Yield: DKC104-14RIB (Dekalb) 311.6, A641-62D-RN (AgriGold) 308.0, A642-05VT2RIBD1 (AgriGold) 303.2, DKC110-10RIB (Dekalb) 303.0, P09312V (Pioneer) 302.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145475.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145475.json new file mode 100644 index 00000000..d70af373 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145475.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145475", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Cambridge", + "county": "Henry", + "year": 2025, + "plot_id": "145475", + "cooperator": "Tyler Horberg", + "plot_average": 242.17, + "planted_date": "2025-04-27", + "harvested_date": "2025-09-30", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 62.5, + "Yield": 245.5, + "Adj Yield": 245.5 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 60.5, + "Yield": 236.9, + "Adj Yield": 236.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 61.8, + "Yield": 240.6, + "Adj Yield": 240.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 58.6, + "Yield": 242.4, + "Adj Yield": 242.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.5, + "Yield": 239.1, + "Adj Yield": 239.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 58.6, + "Yield": 245.1, + "Adj Yield": 245.1 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 59.6, + "Yield": 241.0, + "Adj Yield": 241.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 60.1, + "Yield": 239.9, + "Adj Yield": 239.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 63.0, + "Yield": 250.4, + "Adj Yield": 250.4 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 58.7, + "Yield": 239.8, + "Adj Yield": 239.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 62.2, + "Yield": 245.5, + "Adj Yield": 245.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 61.4, + "Yield": 239.8, + "Adj Yield": 239.8 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145475" + ], + "fetched_at": "2026-05-27T02:21:24.784685+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145475.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145475.md new file mode 100644 index 00000000..0191b63a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145475.md @@ -0,0 +1,42 @@ +# Corn yield trial — Cambridge, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Henry +- **City:** Cambridge +- **Year:** 2025 +- **Plot ID:** 145475 +- **Cooperator:** Tyler Horberg +- **Plot average:** 242.17 BU/Ac +- **Planted:** 2025-04-27 +- **Harvested:** 2025-09-30 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145475 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | A638-91VT2PRO | VT2Pro | - | 14.5 | 62.5 | 245.5 | 245.5 | +| 12 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.1 | 60.5 | 236.9 | 236.9 | +| 7 | AgriGold | A639-38V-RN | 3220 | - | 14.5 | 61.8 | 240.6 | 240.6 | +| 5 | AgriGold | A640-94VT4PRO | VT4Pro | - | 15.0 | 58.6 | 242.4 | 242.4 | +| 11 | AgriGold | A641-62D-RN | 5122 | - | 16.1 | 59.5 | 239.1 | 239.1 | +| 4 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.0 | 58.6 | 245.1 | 245.1 | +| 6 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.5 | 59.6 | 241.0 | 241.0 | +| 8 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.7 | 60.1 | 239.9 | 239.9 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.2 | 63.0 | 250.4 | 250.4 | +| 9 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.1 | 58.7 | 239.8 | 239.8 | +| 3 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.5 | 62.2 | 245.5 | 245.5 | +| 9 | AgriGold | A645-71STXRIB | STXRIB | - | 16.1 | 61.4 | 239.8 | 239.8 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 250.4, A638-91VT2PRO (AgriGold) 245.5, A645-16VT2RIB (AgriGold) 245.5, A642-05VT2RIBD1 (AgriGold) 245.1, A640-94VT4PRO (AgriGold) 242.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145476.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145476.json new file mode 100644 index 00000000..a39936bb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145476.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145476", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Polo", + "county": "Ogle", + "year": 2025, + "plot_id": "145476", + "cooperator": "Jeff Frey", + "plot_average": 256.28, + "planted_date": "2025-04-27", + "harvested_date": "2025-11-14", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.5, + "Yield": 262.5, + "Adj Yield": 262.5 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 56.9, + "Yield": 257.4, + "Adj Yield": 257.4 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A631-08DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 57.0, + "Yield": 259.8, + "Adj Yield": 259.8 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 58.7, + "Yield": 249.3, + "Adj Yield": 249.3 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 57.7, + "Yield": 258.4, + "Adj Yield": 258.4 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 57.6, + "Yield": 235.8, + "Adj Yield": 235.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.6, + "Yield": 279.6, + "Adj Yield": 279.6 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.4, + "Yield": 215.7, + "Adj Yield": 215.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 57.9, + "Yield": 270.4, + "Adj Yield": 270.4 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 57.5, + "Yield": 234.2, + "Adj Yield": 234.2 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.4, + "Yield": 243.4, + "Adj Yield": 243.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.5, + "Yield": 268.6, + "Adj Yield": 268.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 58.7, + "Yield": 280.7, + "Adj Yield": 280.7 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 58.7, + "Yield": 244.8, + "Adj Yield": 244.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 59.5, + "Yield": 275.4, + "Adj Yield": 275.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 61.9, + "Yield": 266.0, + "Adj Yield": 266.0 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.0, + "Yield": 238.8, + "Adj Yield": 238.8 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 57.6, + "Yield": 254.6, + "Adj Yield": 254.6 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 56.1, + "Yield": 252.3, + "Adj Yield": 252.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 56.5, + "Yield": 277.9, + "Adj Yield": 277.9 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145476" + ], + "fetched_at": "2026-05-27T02:21:25.293663+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145476.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145476.md new file mode 100644 index 00000000..6fd563c5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145476.md @@ -0,0 +1,50 @@ +# Corn yield trial — Polo, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Ogle +- **City:** Polo +- **Year:** 2025 +- **Plot ID:** 145476 +- **Cooperator:** Jeff Frey +- **Plot average:** 256.28 BU/Ac +- **Planted:** 2025-04-27 +- **Harvested:** 2025-11-14 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145476 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | AgriGold | A6499STXRIB | STXRIB | - | 14.9 | 58.5 | 262.5 | 262.5 | +| 11 | AgriGold | A631-08VT2RIB | VT2RIB | - | 14.3 | 56.9 | 257.4 | 257.4 | +| 9 | AgriGold | A631-08DV-RN | 5222 | - | 14.3 | 57.0 | 259.8 | 259.8 | +| 14 | AgriGold | A632-68VT2RIB | VT2RIB | - | 14.2 | 58.7 | 249.3 | 249.3 | +| 10 | AgriGold | A634-11SSPRIB | SSPRIB | - | 13.7 | 57.7 | 258.4 | 258.4 | +| 18 | AgriGold | A634-65TRC | Trecepta | - | 14.4 | 57.6 | 235.8 | 235.8 | +| 2 | AgriGold | A636-11VT2RIB | VT2RIB | - | 14.4 | 59.6 | 279.6 | 279.6 | +| 20 | AgriGold | A636-42SSPRIB | SSPRIB | - | 14.4 | 59.4 | 215.7 | 215.7 | +| 5 | AgriGold | A638-91VT2PRO | VT2Pro | - | 14.9 | 57.9 | 270.4 | 270.4 | +| 19 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.5 | 57.5 | 234.2 | 234.2 | +| 16 | AgriGold | A639-38V-RN | 3220 | - | 15.0 | 59.4 | 243.4 | 243.4 | +| 6 | AgriGold | A640-94VT4PRO | VT4Pro | - | 14.7 | 58.5 | 268.6 | 268.6 | +| 1 | AgriGold | A641-62D-RN | 5122 | - | 15.3 | 58.7 | 280.7 | 280.7 | +| 15 | AgriGold | A641-85STXRIB | STXRIB | - | 14.6 | 58.7 | 244.8 | 244.8 | +| 4 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.6 | 59.5 | 275.4 | 275.4 | +| 7 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.1 | 61.9 | 266.0 | 266.0 | +| 17 | AgriGold | A6499STXRIB | STXRIB | - | 15.0 | 59.0 | 238.8 | 238.8 | +| 12 | AgriGold | A642-18TRC | Trecepta | - | 15.3 | 57.6 | 254.6 | 254.6 | +| 13 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.7 | 56.1 | 252.3 | 252.3 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.9 | 56.5 | 277.9 | 277.9 | + +Top 5 by Yield: A641-62D-RN (AgriGold) 280.7, A636-11VT2RIB (AgriGold) 279.6, A644-64VT2RIB (AgriGold) 277.9, A642-05VT2RIBD1 (AgriGold) 275.4, A638-91VT2PRO (AgriGold) 270.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145495.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145495.json new file mode 100644 index 00000000..8ab0c03b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145495.json @@ -0,0 +1,452 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145495", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MD", + "state_abbrev": "md", + "city": "Knoxville", + "county": "Frederick", + "year": 2025, + "plot_id": "145495", + "cooperator": "Justin Tucker", + "plot_average": 212.01, + "planted_date": "2025-04-25", + "harvested_date": "2025-09-04", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Channel", + "product": "210-08VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 54.0, + "Yield": 192.5, + "Adj Yield": 192.5 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "210-46VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 55.0, + "Yield": 178.2, + "Adj Yield": 178.2 + } + }, + { + "rank": 17, + "brand": "Channel", + "product": "209-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 54.0, + "Yield": 194.1, + "Adj Yield": 201.76 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 54.5, + "Yield": 191.2, + "Adj Yield": 194.76 + } + }, + { + "rank": 11, + "brand": "Mid-Atlantic Seeds", + "product": "Unknown", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 55.0, + "Yield": 212.1, + "Adj Yield": 213.04 + } + }, + { + "rank": 5, + "brand": "Mid-Atlantic Seeds", + "product": "Unknown", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 55.0, + "Yield": 222.3, + "Adj Yield": 221.72 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "210-46VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 56.0, + "Yield": 196.0, + "Adj Yield": 196.0 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "210-08VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 55.0, + "Yield": 210.6, + "Adj Yield": 210.6 + } + }, + { + "rank": 13, + "brand": "Stine", + "product": "9755-20VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 55.5, + "Yield": 214.9, + "Adj Yield": 209.33 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 54.0, + "Yield": 230.0, + "Adj Yield": 224.38 + } + }, + { + "rank": 6, + "brand": "Channel", + "product": "211-11VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 55.0, + "Yield": 227.6, + "Adj Yield": 220.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 54.0, + "Yield": 255.4, + "Adj Yield": 245.08 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "210-08VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 53.0, + "Yield": 220.2, + "Adj Yield": 220.2 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "210-46VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 55.0, + "Yield": 211.8, + "Adj Yield": 211.8 + } + }, + { + "rank": 4, + "brand": "Channel", + "product": "212-02VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 55.0, + "Yield": 231.7, + "Adj Yield": 223.47 + } + }, + { + "rank": 9, + "brand": "Mid-Atlantic Seeds", + "product": "MA6120PCE\r\nMA6120PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 54.0, + "Yield": 220.2, + "Adj Yield": 214.94 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 53.5, + "Yield": 216.9, + "Adj Yield": 213.97 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 55.0, + "Yield": 245.0, + "Adj Yield": 244.65 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "210-46VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 55.5, + "Yield": 189.6, + "Adj Yield": 189.6 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "210-08VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 55.0, + "Yield": 206.0, + "Adj Yield": 206.0 + } + }, + { + "rank": 8, + "brand": "Mid-Atlantic Seeds", + "product": "MA6148", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 53.0, + "Yield": 218.9, + "Adj Yield": 216.78 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 54.0, + "Yield": 202.8, + "Adj Yield": 201.46 + } + }, + { + "rank": 12, + "brand": "Mid-Atlantic Seeds", + "product": "Unknown", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 55.5, + "Yield": 213.8, + "Adj Yield": 212.84 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 54.5, + "Yield": 218.1, + "Adj Yield": 217.22 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "210-08VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 54.0, + "Yield": 201.9, + "Adj Yield": 201.9 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "210-46VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 55.0, + "Yield": 195.7, + "Adj Yield": 195.7 + } + }, + { + "rank": 20, + "brand": "Stine", + "product": "9808E-20", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 54.0, + "Yield": 148.1, + "Adj Yield": 149.61 + } + }, + { + "rank": 15, + "brand": "Channel", + "product": "215-70TRERIB", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 25.4, + "Test Wt.": 54.0, + "Yield": 202.2, + "Adj Yield": 204.76 + } + }, + { + "rank": 16, + "brand": "Stine", + "product": "9753-20VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 23.7, + "Test Wt.": 54.0, + "Yield": 199.2, + "Adj Yield": 203.7 + } + }, + { + "rank": 14, + "brand": "Channel", + "product": "217-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": 54.0, + "Yield": 198.0, + "Adj Yield": 206.28 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "210-46VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 55.0, + "Yield": 173.5, + "Adj Yield": 173.5 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "210-08VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 54.0, + "Yield": 204.6, + "Adj Yield": 204.6 + } + } + ], + "n_results": 32, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145495" + ], + "fetched_at": "2026-05-27T02:21:25.801479+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145495.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145495.md new file mode 100644 index 00000000..38fa94ff --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145495.md @@ -0,0 +1,62 @@ +# Corn yield trial — Knoxville, MD, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MD +- **County:** Frederick +- **City:** Knoxville +- **Year:** 2025 +- **Plot ID:** 145495 +- **Cooperator:** Justin Tucker +- **Plot average:** 212.01 BU/Ac +- **Planted:** 2025-04-25 +- **Harvested:** 2025-09-04 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145495 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Channel | 210-08VT2PRIB | VT2RIB | - | 19.6 | 54.0 | 192.5 | 192.5 | +| - | Channel | 210-46VT2PRIB | VT2RIB | - | 18.8 | 55.0 | 178.2 | 178.2 | +| 17 | Channel | 209-70TRERIB | TreceptaRIB | - | 19.7 | 54.0 | 194.1 | 201.76 | +| 19 | AgriGold | A640-16-3110 | 3110 | - | 18.2 | 54.5 | 191.2 | 194.76 | +| 11 | Mid-Atlantic Seeds | Unknown | Unknown | - | 17.7 | 55.0 | 212.1 | 213.04 | +| 5 | Mid-Atlantic Seeds | Unknown | Unknown | - | 19.0 | 55.0 | 222.3 | 221.72 | +| - | Channel | 210-46VT2PRIB | VT2RIB | - | 18.4 | 56.0 | 196.0 | 196.0 | +| - | Channel | 210-08VT2PRIB | VT2RIB | - | 20.1 | 55.0 | 210.6 | 210.6 | +| 13 | Stine | 9755-20VT2RIB | VT2RIB | - | 19.3 | 55.5 | 214.9 | 209.33 | +| 3 | AgriGold | A641-26V | 3220EZ | - | 21.6 | 54.0 | 230.0 | 224.38 | +| 6 | Channel | 211-11VT2PRIB | VT2RIB | - | 21.3 | 55.0 | 227.6 | 220.5 | +| 1 | AgriGold | A642-18SSPRIB | SSPRIB | - | 22.2 | 54.0 | 255.4 | 245.08 | +| - | Channel | 210-08VT2PRIB | VT2RIB | - | 22.8 | 53.0 | 220.2 | 220.2 | +| - | Channel | 210-46VT2PRIB | VT2RIB | - | 18.4 | 55.0 | 211.8 | 211.8 | +| 4 | Channel | 212-02VT2PRIB | VT2RIB | - | 20.6 | 55.0 | 231.7 | 223.47 | +| 9 | Mid-Atlantic Seeds | MA6120PCE +MA6120PCE | PCE | - | 19.6 | 54.0 | 220.2 | 214.94 | +| 10 | AgriGold | A642-32VT2RIB | VT2RIB | - | 20.6 | 53.5 | 216.9 | 213.97 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 19.7 | 55.0 | 245.0 | 244.65 | +| - | Channel | 210-46VT2PRIB | VT2RIB | - | 20.1 | 55.5 | 189.6 | 189.6 | +| - | Channel | 210-08VT2PRIB | VT2RIB | - | 18.3 | 55.0 | 206.0 | 206.0 | +| 8 | Mid-Atlantic Seeds | MA6148 | PCE | - | 19.8 | 53.0 | 218.9 | 216.78 | +| 18 | AgriGold | A644-64VT2RIB | VT2RIB | - | 22.8 | 54.0 | 202.8 | 201.46 | +| 12 | Mid-Atlantic Seeds | Unknown | Unknown | - | 20.9 | 55.5 | 213.8 | 212.84 | +| 7 | AgriGold | A645-30VT2RIB | VT2RIB | - | 23.4 | 54.5 | 218.1 | 217.22 | +| - | Channel | 210-08VT2PRIB | VT2RIB | - | 20.4 | 54.0 | 201.9 | 201.9 | +| - | Channel | 210-46VT2PRIB | VT2RIB | - | 18.4 | 55.0 | 195.7 | 195.7 | +| 20 | Stine | 9808E-20 | 3110 | - | 21.2 | 54.0 | 148.1 | 149.61 | +| 15 | Channel | 215-70TRERIB | Trecepta | - | 25.4 | 54.0 | 202.2 | 204.76 | +| 16 | Stine | 9753-20VT2PRO | VT2Pro | - | 23.7 | 54.0 | 199.2 | 203.7 | +| 14 | Channel | 217-70TRERIB | TreceptaRIB | - | 24.2 | 54.0 | 198.0 | 206.28 | +| - | Channel | 210-46VT2PRIB | VT2RIB | - | 21.0 | 55.0 | 173.5 | 173.5 | +| - | Channel | 210-08VT2PRIB | VT2RIB | - | 20.8 | 54.0 | 204.6 | 204.6 | + +Top 5 by Yield: A642-18SSPRIB (AgriGold) 255.4, A643-52VT2RIB (AgriGold) 245.0, 212-02VT2PRIB (Channel) 231.7, A641-26V (AgriGold) 230.0, 211-11VT2PRIB (Channel) 227.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145496.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145496.json new file mode 100644 index 00000000..1c59e373 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145496.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145496", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Perryville", + "county": "Perry", + "year": 2025, + "plot_id": "145496", + "cooperator": "Earl Braun", + "plot_average": 207.36, + "planted_date": "2025-04-28", + "harvested_date": "2025-09-11", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC65-95RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.5, + "Test Wt.": 55.0, + "Yield": 192.3, + "Adj Yield": 192.3 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.7, + "Test Wt.": 55.7, + "Yield": 179.8, + "Adj Yield": 179.8 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 23.8, + "Test Wt.": 56.4, + "Yield": 194.7, + "Adj Yield": 194.7 + } + }, + { + "rank": 14, + "brand": "FS Seeds", + "product": "FS6595VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 57.2, + "Yield": 192.8, + "Adj Yield": 192.8 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 57.2, + "Yield": 206.7, + "Adj Yield": 206.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 57.0, + "Yield": 219.4, + "Adj Yield": 219.4 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 56.4, + "Yield": 203.5, + "Adj Yield": 203.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 56.7, + "Yield": 216.2, + "Adj Yield": 216.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 23.5, + "Test Wt.": 57.1, + "Yield": 204.7, + "Adj Yield": 204.7 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 57.3, + "Yield": 204.4, + "Adj Yield": 204.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 58.1, + "Yield": 219.4, + "Adj Yield": 219.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 26.1, + "Test Wt.": 55.6, + "Yield": 224.2, + "Adj Yield": 224.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 58.1, + "Yield": 215.6, + "Adj Yield": 215.6 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 57.5, + "Yield": 214.4, + "Adj Yield": 214.4 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 57.6, + "Yield": 205.8, + "Adj Yield": 205.8 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P17677AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 58.1, + "Yield": 223.9, + "Adj Yield": 223.9 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145496" + ], + "fetched_at": "2026-05-27T02:21:26.269908+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145496.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145496.md new file mode 100644 index 00000000..bd9ceb3b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145496.md @@ -0,0 +1,46 @@ +# Corn yield trial — Perryville, MO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Perry +- **City:** Perryville +- **Year:** 2025 +- **Plot ID:** 145496 +- **Cooperator:** Earl Braun +- **Plot average:** 207.36 BU/Ac +- **Planted:** 2025-04-28 +- **Harvested:** 2025-09-11 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145496 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 15 | Dekalb | DKC65-95RIB | VT2RIB | - | 23.5 | 55.0 | 192.3 | 192.3 | +| 16 | AgriGold | A639-03VT2RIB | VT2RIB | - | 23.7 | 55.7 | 179.8 | 179.8 | +| 13 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 23.8 | 56.4 | 194.7 | 194.7 | +| 14 | FS Seeds | FS6595VRIB | VT2RIB | - | 21.3 | 57.2 | 192.8 | 192.8 | +| 8 | AgriGold | A642-32VT2RIB | VT2RIB | - | 21.7 | 57.2 | 206.7 | 206.7 | +| 3 | AgriGold | A642-18SSPRIB | SSPRIB | - | 21.3 | 57.0 | 219.4 | 219.4 | +| 12 | AgriGold | A643-52VT2RIB | VT2RIB | - | 22.4 | 56.4 | 203.5 | 203.5 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 23.2 | 56.7 | 216.2 | 216.2 | +| 10 | AgriGold | A645-16VT2PRO | VT2Pro | - | 23.5 | 57.1 | 204.7 | 204.7 | +| 11 | AgriGold | A645-30VT2RIB | VT2RIB | - | 22.2 | 57.3 | 204.4 | 204.4 | +| 4 | AgriGold | A646-17TRC | Trecepta | - | 22.8 | 58.1 | 219.4 | 219.4 | +| 1 | AgriGold | A647-42TRC | Trecepta | - | 26.1 | 55.6 | 224.2 | 224.2 | +| 6 | AgriGold | A647-79VT2PRO | VT2Pro | - | 21.8 | 58.1 | 215.6 | 215.6 | +| 7 | Pioneer | P13777PCE | PCE | - | 21.7 | 57.5 | 214.4 | 214.4 | +| 9 | Pioneer | P14830AML | AML | - | 21.9 | 57.6 | 205.8 | 205.8 | +| 2 | Pioneer | P17677AM | AM | - | 21.8 | 58.1 | 223.9 | 223.9 | + +Top 5 by Yield: A647-42TRC (AgriGold) 224.2, P17677AM (Pioneer) 223.9, A642-18SSPRIB (AgriGold) 219.4, A646-17TRC (AgriGold) 219.4, A644-64VT2RIB (AgriGold) 216.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145497.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145497.json new file mode 100644 index 00000000..337d011c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145497.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145497", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "TN", + "state_abbrev": "tn", + "city": "Scottshill", + "county": "Henderson", + "year": 2025, + "plot_id": "145497", + "cooperator": "Matthew Petty", + "plot_average": 228.14, + "planted_date": "2025-04-17", + "harvested_date": "2025-09-11", + "population_seeds_per_acre": 27500, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 58.0, + "Yield": 244.4, + "Adj Yield": 244.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 60.0, + "Yield": 230.9, + "Adj Yield": 230.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 59.2, + "Yield": 245.5, + "Adj Yield": 245.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 61.8, + "Yield": 200.2, + "Adj Yield": 200.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 63.7, + "Yield": 241.1, + "Adj Yield": 241.1 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 64.2, + "Yield": 220.0, + "Adj Yield": 220.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 64.1, + "Yield": 219.0, + "Adj Yield": 219.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 62.9, + "Yield": 224.0, + "Adj Yield": 224.0 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145497" + ], + "fetched_at": "2026-05-27T02:21:26.803198+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145497.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145497.md new file mode 100644 index 00000000..4e63cd10 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145497.md @@ -0,0 +1,37 @@ +# Corn yield trial — Scottshill, TN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** TN +- **County:** Henderson +- **City:** Scottshill +- **Year:** 2025 +- **Plot ID:** 145497 +- **Cooperator:** Matthew Petty +- **Plot average:** 228.14 BU/Ac +- **Planted:** 2025-04-17 +- **Harvested:** 2025-09-11 +- **Population:** 27,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145497 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.6 | 58.0 | 244.4 | 244.4 | +| 4 | AgriGold | A643-52STXRIB | STXRIB | - | 14.3 | 60.0 | 230.9 | 230.9 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.5 | 59.2 | 245.5 | 245.5 | +| 8 | AgriGold | A645-30VT2RIB | VT2RIB | - | 14.3 | 61.8 | 200.2 | 200.2 | +| 3 | AgriGold | A647-42TRC | Trecepta | - | 13.9 | 63.7 | 241.1 | 241.1 | +| 6 | AgriGold | A647-79VT2PRO | VT2Pro | - | 13.9 | 64.2 | 220.0 | 220.0 | +| 7 | AgriGold | L6722VT2PRO | VT2Pro | - | 14.0 | 64.1 | 219.0 | 219.0 | +| 5 | AgriGold | L6818VT2PRO | VT2Pro | - | 14.6 | 62.9 | 224.0 | 224.0 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 245.5, A642-18SSPRIB (AgriGold) 244.4, A647-42TRC (AgriGold) 241.1, A643-52STXRIB (AgriGold) 230.9, L6818VT2PRO (AgriGold) 224.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145500.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145500.json new file mode 100644 index 00000000..9526b30c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145500.json @@ -0,0 +1,309 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145500", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Fredericksburg", + "county": "Washington", + "year": 2025, + "plot_id": "145500", + "cooperator": "Armstrong Farms", + "plot_average": 273.15, + "planted_date": "2025-04-28", + "harvested_date": "2025-09-19", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.3, + "Test Wt.": 62.5, + "Yield": 272.4, + "Adj Yield": 272.4 + } + }, + { + "rank": 18, + "brand": "Channel", + "product": "209-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 60.1, + "Yield": 239.0, + "Adj Yield": 243.7 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 56.6, + "Yield": 247.6, + "Adj Yield": 251.73 + } + }, + { + "rank": 14, + "brand": "Channel", + "product": "210-71TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 60.2, + "Yield": 258.1, + "Adj Yield": 261.74 + } + }, + { + "rank": 17, + "brand": "Channel", + "product": "211-11VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 57.9, + "Yield": 244.1, + "Adj Yield": 247.23 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 60.4, + "Yield": 275.1, + "Adj Yield": 277.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 24.3, + "Test Wt.": 58.1, + "Yield": 290.8, + "Adj Yield": 292.91 + } + }, + { + "rank": 19, + "brand": "Channel", + "product": "212-76TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 60.7, + "Yield": 238.8, + "Adj Yield": 240.33 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 59.3, + "Yield": 255.8, + "Adj Yield": 256.84 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.6, + "Test Wt.": 57.9, + "Yield": 265.3, + "Adj Yield": 265.82 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 59.8, + "Yield": 293.0, + "Adj Yield": 293.01 + } + }, + { + "rank": 6, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 59.2, + "Yield": 285.7, + "Adj Yield": 285.13 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 58.8, + "Yield": 285.0, + "Adj Yield": 283.96 + } + }, + { + "rank": 9, + "brand": "Channel", + "product": "215-25TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 23.5, + "Test Wt.": 57.7, + "Yield": 281.0, + "Adj Yield": 279.48 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": 60.5, + "Yield": 290.9, + "Adj Yield": 288.8 + } + }, + { + "rank": 8, + "brand": "Channel", + "product": "215-42TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 59.5, + "Yield": 282.4, + "Adj Yield": 279.77 + } + }, + { + "rank": 1, + "brand": "Channel", + "product": "215-70TRERIB", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 58.9, + "Yield": 304.0, + "Adj Yield": 300.86 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 23.3, + "Test Wt.": 57.4, + "Yield": 302.1, + "Adj Yield": 298.5 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 57.8, + "Yield": 272.5, + "Adj Yield": 268.38 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 60.6, + "Yield": 278.7, + "Adj Yield": 274.05 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.5, + "Test Wt.": 56.1, + "Yield": 282.8, + "Adj Yield": 282.8 + } + } + ], + "n_results": 21, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145500" + ], + "fetched_at": "2026-05-27T02:21:27.299180+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145500.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145500.md new file mode 100644 index 00000000..0715a53d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145500.md @@ -0,0 +1,51 @@ +# Corn yield trial — Fredericksburg, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Washington +- **City:** Fredericksburg +- **Year:** 2025 +- **Plot ID:** 145500 +- **Cooperator:** Armstrong Farms +- **Plot average:** 273.15 BU/Ac +- **Planted:** 2025-04-28 +- **Harvested:** 2025-09-19 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145500 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 23.3 | 62.5 | 272.4 | 272.4 | +| 18 | Channel | 209-70TRERIB | TreceptaRIB | - | 22.4 | 60.1 | 239.0 | 243.7 | +| 16 | AgriGold | A640-94VT4PRO | VT4Pro | - | 21.8 | 56.6 | 247.6 | 251.73 | +| 14 | Channel | 210-71TRERIB | TreceptaRIB | - | 22.2 | 60.2 | 258.1 | 261.74 | +| 17 | Channel | 211-11VT2PRIB | VT2RIB | - | 22.0 | 57.9 | 244.1 | 247.23 | +| 10 | AgriGold | A642-18SSPRIB | SSPRIB | - | 22.4 | 60.4 | 275.1 | 277.7 | +| 4 | AgriGold | A642-18TRC | Trecepta | - | 24.3 | 58.1 | 290.8 | 292.91 | +| 19 | Channel | 212-76TRERIB | TreceptaRIB | - | 22.2 | 60.7 | 238.8 | 240.33 | +| 15 | AgriGold | A642-32VT2RIB | VT2RIB | - | 23.4 | 59.3 | 255.8 | 256.84 | +| 13 | AgriGold | A643-52VT2RIB | VT2RIB | - | 23.6 | 57.9 | 265.3 | 265.82 | +| 3 | Pioneer | P13777PCE | PCE | - | 22.4 | 59.8 | 293.0 | 293.01 | +| 6 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 22.8 | 59.2 | 285.7 | 285.13 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 22.7 | 58.8 | 285.0 | 283.96 | +| 9 | Channel | 215-25TRERIB | TreceptaRIB | - | 23.5 | 57.7 | 281.0 | 279.48 | +| 5 | AgriGold | A645-55VT2PRO | VT2Pro | - | 23.1 | 60.5 | 290.9 | 288.8 | +| 8 | Channel | 215-42TRERIB | TreceptaRIB | - | 22.3 | 59.5 | 282.4 | 279.77 | +| 1 | Channel | 215-70TRERIB | Trecepta | - | 22.8 | 58.9 | 304.0 | 300.86 | +| 2 | AgriGold | A646-17TRC | Trecepta | - | 23.3 | 57.4 | 302.1 | 298.5 | +| 12 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 22.4 | 57.8 | 272.5 | 268.38 | +| 11 | Dekalb | DKC68-35RIB | VT2RIB | - | 22.6 | 60.6 | 278.7 | 274.05 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 23.5 | 56.1 | 282.8 | 282.8 | + +Top 5 by Yield: 215-70TRERIB (Channel) 304.0, A646-17TRC (AgriGold) 302.1, P13777PCE (Pioneer) 293.0, A645-55VT2PRO (AgriGold) 290.9, A642-18TRC (AgriGold) 290.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145502.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145502.json new file mode 100644 index 00000000..97dd1dc2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145502.json @@ -0,0 +1,582 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145502", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Davenport", + "county": "Scott", + "year": 2025, + "plot_id": "145502", + "cooperator": "Zach Bangert", + "plot_average": 232.92, + "planted_date": "2025-04-28", + "harvested_date": "2025-09-22", + "population_seeds_per_acre": 34500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 60.8, + "Yield": 224.8, + "Adj Yield": 224.8 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 57.7, + "Yield": 228.5, + "Adj Yield": 228.5 + } + }, + { + "rank": 28, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 60.5, + "Yield": 221.1, + "Adj Yield": 221.1 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 55.2, + "Yield": 223.8, + "Adj Yield": 223.8 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 62.8, + "Yield": 234.9, + "Adj Yield": 234.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.3, + "Test Wt.": 55.3, + "Yield": 262.5, + "Adj Yield": 262.5 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 61.3, + "Yield": 232.4, + "Adj Yield": 232.4 + } + }, + { + "rank": 34, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 56.1, + "Yield": 214.7, + "Adj Yield": 214.7 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 57.1, + "Yield": 234.5, + "Adj Yield": 234.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 61.2, + "Yield": 249.8, + "Adj Yield": 249.8 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 60.8, + "Yield": 234.8, + "Adj Yield": 234.8 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 58.1, + "Yield": 234.3, + "Adj Yield": 234.3 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 59.0, + "Yield": 241.1, + "Adj Yield": 241.1 + } + }, + { + "rank": 35, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 56.3, + "Yield": 212.7, + "Adj Yield": 212.7 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 59.5, + "Yield": 238.2, + "Adj Yield": 238.2 + } + }, + { + "rank": 33, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 56.9, + "Yield": 215.2, + "Adj Yield": 215.2 + } + }, + { + "rank": 32, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 60.3, + "Yield": 215.5, + "Adj Yield": 215.5 + } + }, + { + "rank": 38, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 58.3, + "Yield": 202.6, + "Adj Yield": 202.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 61.0, + "Yield": 252.6, + "Adj Yield": 252.6 + } + }, + { + "rank": 39, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 57.6, + "Yield": 199.6, + "Adj Yield": 199.6 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 58.7, + "Yield": 199.4, + "Adj Yield": 199.4 + } + }, + { + "rank": 31, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 56.0, + "Yield": 215.5, + "Adj Yield": 215.5 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC116-62RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 57.7, + "Yield": 258.9, + "Adj Yield": 258.9 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC115-55RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 57.8, + "Yield": 285.7, + "Adj Yield": 285.7 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 62.1, + "Yield": 242.5, + "Adj Yield": 242.5 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 58.0, + "Yield": 258.1, + "Adj Yield": 258.1 + } + }, + { + "rank": 23, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 59.2, + "Yield": 229.0, + "Adj Yield": 229.0 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 56.4, + "Yield": 247.5, + "Adj Yield": 247.5 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 60.0, + "Yield": 243.5, + "Adj Yield": 243.5 + } + }, + { + "rank": 25, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 59.6, + "Yield": 225.4, + "Adj Yield": 225.4 + } + }, + { + "rank": 26, + "brand": "Dekalb", + "product": "DKC108-17RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 58.9, + "Yield": 224.8, + "Adj Yield": 224.8 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC107-69RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 56.5, + "Yield": 240.2, + "Adj Yield": 240.2 + } + }, + { + "rank": 29, + "brand": "Brevant Seeds", + "product": "B14C59V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 59.7, + "Yield": 218.9, + "Adj Yield": 218.9 + } + }, + { + "rank": 12, + "brand": "Brevant Seeds", + "product": "B13C49PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 57.4, + "Yield": 242.5, + "Adj Yield": 242.5 + } + }, + { + "rank": 8, + "brand": "Brevant Seeds", + "product": "B12H48PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 57.6, + "Yield": 247.5, + "Adj Yield": 247.5 + } + }, + { + "rank": 20, + "brand": "Brevant Seeds", + "product": "B12J58V", + "traits": "VNRR", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 57.3, + "Yield": 234.1, + "Adj Yield": 234.1 + } + }, + { + "rank": 3, + "brand": "Brevant Seeds", + "product": "B10Z50V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 58.6, + "Yield": 259.7, + "Adj Yield": 259.7 + } + }, + { + "rank": 30, + "brand": "Brevant Seeds", + "product": "B10G53PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 58.4, + "Yield": 215.6, + "Adj Yield": 215.6 + } + }, + { + "rank": 22, + "brand": "Croplan", + "product": "CP5497VT2P/RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 58.6, + "Yield": 230.6, + "Adj Yield": 230.6 + } + }, + { + "rank": 36, + "brand": "Croplan", + "product": "CP5363TRE/RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 57.6, + "Yield": 208.3, + "Adj Yield": 208.3 + } + }, + { + "rank": 37, + "brand": "Croplan", + "product": "CP5249PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 56.2, + "Yield": 206.9, + "Adj Yield": 206.9 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 58.0, + "Yield": 166.0, + "Adj Yield": 166.0 + } + } + ], + "n_results": 42, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145502" + ], + "fetched_at": "2026-05-27T02:21:27.792619+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145502.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145502.md new file mode 100644 index 00000000..0744dbf8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145502.md @@ -0,0 +1,71 @@ +# Corn yield trial — Davenport, IA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Scott +- **City:** Davenport +- **Year:** 2025 +- **Plot ID:** 145502 +- **Cooperator:** Zach Bangert +- **Plot average:** 232.92 BU/Ac +- **Planted:** 2025-04-28 +- **Harvested:** 2025-09-22 +- **Population:** 34,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145502 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A646-17STXRIB | STXRIB | - | 18.6 | 60.8 | 224.8 | 224.8 | +| 24 | AgriGold | A646-17TRC | Trecepta | - | 18.9 | 57.7 | 228.5 | 228.5 | +| 28 | AgriGold | L6722VT2PRO | VT2Pro | - | 20.7 | 60.5 | 221.1 | 221.1 | +| 27 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 20.4 | 55.2 | 223.8 | 223.8 | +| 16 | AgriGold | A645-55VT2PRO | VT2Pro | - | 19.1 | 62.8 | 234.9 | 234.9 | +| 2 | AgriGold | A645-16VT2RIB | VT2RIB | - | 23.3 | 55.3 | 262.5 | 262.5 | +| 21 | AgriGold | A645-30VT2RIB | VT2RIB | - | 21.5 | 61.3 | 232.4 | 232.4 | +| 34 | AgriGold | A645-71STXRIB | STXRIB | - | 21.7 | 56.1 | 214.7 | 214.7 | +| 18 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.8 | 57.1 | 234.5 | 234.5 | +| 7 | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.2 | 61.2 | 249.8 | 249.8 | +| 17 | AgriGold | A642-18SSPRIB | SSPRIB | - | 18.4 | 60.8 | 234.8 | 234.8 | +| 19 | AgriGold | A642-18TRC | Trecepta | - | 19.5 | 58.1 | 234.3 | 234.3 | +| 13 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.9 | 59.0 | 241.1 | 241.1 | +| 35 | AgriGold | A641-62D-RN | 5122 | - | 21.2 | 56.3 | 212.7 | 212.7 | +| 15 | AgriGold | A640-94VT4PRO | VT4Pro | - | 17.4 | 59.5 | 238.2 | 238.2 | +| 33 | AgriGold | A640-16-3110 | 3110 | - | 19.6 | 56.9 | 215.2 | 215.2 | +| 32 | AgriGold | A639-38V-RN | 3220 | - | 16.7 | 60.3 | 215.5 | 215.5 | +| 38 | AgriGold | A638-19 | C | - | 18.0 | 58.3 | 202.6 | 202.6 | +| 6 | AgriGold | A638-91VT2PRO | VT2Pro | - | 16.8 | 61.0 | 252.6 | 252.6 | +| 39 | AgriGold | A634-65TRC | Trecepta | - | 15.4 | 57.6 | 199.6 | 199.6 | +| - | AgriGold | A646-17STXRIB | STXRIB | - | 19.3 | 58.7 | 199.4 | 199.4 | +| 31 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 21.3 | 56.0 | 215.5 | 215.5 | +| 4 | Dekalb | DKC116-62RIB | SSPRIB | - | 21.8 | 57.7 | 258.9 | 258.9 | +| 1 | Dekalb | DKC115-55RIB | TreceptaRIB | - | 21.3 | 57.8 | 285.7 | 285.7 | +| 11 | Dekalb | DKC64-22RIB | VT2RIB | - | 18.7 | 62.1 | 242.5 | 242.5 | +| 5 | Dekalb | DKC114-99RIB | VT4RIB | - | 20.2 | 58.0 | 258.1 | 258.1 | +| 23 | Dekalb | DKC114-43RIB | VT4RIB | - | 19.2 | 59.2 | 229.0 | 229.0 | +| 9 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 21.4 | 56.4 | 247.5 | 247.5 | +| 10 | Dekalb | - | - | - | 18.2 | 60.0 | 243.5 | 243.5 | +| 25 | Dekalb | DKC110-10RIB | STXRIB | - | 17.9 | 59.6 | 225.4 | 225.4 | +| 26 | Dekalb | DKC108-17RIB | TreceptaRIB | - | 16.2 | 58.9 | 224.8 | 224.8 | +| 14 | Dekalb | DKC107-69RIB | TreceptaRIB | - | 19.4 | 56.5 | 240.2 | 240.2 | +| 29 | Brevant Seeds | B14C59V | Vorceed | - | 17.4 | 59.7 | 218.9 | 218.9 | +| 12 | Brevant Seeds | B13C49PCE | PCE | - | 19.0 | 57.4 | 242.5 | 242.5 | +| 8 | Brevant Seeds | B12H48PCE | PCE | - | 17.3 | 57.6 | 247.5 | 247.5 | +| 20 | Brevant Seeds | B12J58V | VNRR | - | 19.3 | 57.3 | 234.1 | 234.1 | +| 3 | Brevant Seeds | B10Z50V | Vorceed | - | 18.8 | 58.6 | 259.7 | 259.7 | +| 30 | Brevant Seeds | B10G53PCE | PCE | - | 17.7 | 58.4 | 215.6 | 215.6 | +| 22 | Croplan | CP5497VT2P/RIB | VT2RIB | - | 18.9 | 58.6 | 230.6 | 230.6 | +| 36 | Croplan | CP5363TRE/RIB | TreceptaRIB | - | 18.1 | 57.6 | 208.3 | 208.3 | +| 37 | Croplan | CP5249PCE | PCE | - | 19.1 | 56.2 | 206.9 | 206.9 | +| - | AgriGold | A646-17STXRIB | STXRIB | - | 18.8 | 58.0 | 166.0 | 166.0 | + +Top 5 by Yield: DKC115-55RIB (Dekalb) 285.7, A645-16VT2RIB (AgriGold) 262.5, B10Z50V (Brevant Seeds) 259.7, DKC116-62RIB (Dekalb) 258.9, DKC114-99RIB (Dekalb) 258.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145503.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145503.json new file mode 100644 index 00000000..bf782174 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145503.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145503", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Davenport", + "county": "Scott", + "year": 2025, + "plot_id": "145503", + "cooperator": "Zach Bangert", + "plot_average": 240.27, + "planted_date": "2025-04-28", + "harvested_date": "2025-09-22", + "population_seeds_per_acre": 42000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 58.1, + "Yield": 235.8, + "Adj Yield": 235.8 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 58.5, + "Yield": 185.0, + "Adj Yield": 185.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 208.5, + "Adj Yield": 208.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 57.4, + "Yield": 312.3, + "Adj Yield": 312.3 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 59.4, + "Yield": 229.3, + "Adj Yield": 229.3 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "PR116-20", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 56.1, + "Yield": 269.4, + "Adj Yield": 269.4 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 59.4, + "Yield": 231.6, + "Adj Yield": 231.6 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 57.2, + "Yield": 268.5, + "Adj Yield": 268.5 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 59.3, + "Yield": 264.0, + "Adj Yield": 264.0 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 56.6, + "Yield": 224.5, + "Adj Yield": 224.5 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "PR108-20", + "traits": "", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 58.0, + "Yield": 241.9, + "Adj Yield": 241.9 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "PR107-50", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 61.4, + "Yield": 212.4, + "Adj Yield": 212.4 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145503" + ], + "fetched_at": "2026-05-27T02:21:28.320718+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145503.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145503.md new file mode 100644 index 00000000..6d357c1f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145503.md @@ -0,0 +1,41 @@ +# Corn yield trial — Davenport, IA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Scott +- **City:** Davenport +- **Year:** 2025 +- **Plot ID:** 145503 +- **Cooperator:** Zach Bangert +- **Plot average:** 240.27 BU/Ac +- **Planted:** 2025-04-28 +- **Harvested:** 2025-09-22 +- **Population:** 42,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145503 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | AgriGold | A642-32VT2RIB | VT2RIB | - | 20.7 | 58.1 | 235.8 | 235.8 | +| 12 | AgriGold | A641-62D-RN | 5122 | - | 21.8 | 58.5 | 185.0 | 185.0 | +| 11 | AgriGold | A640-16-3110 | 3110 | - | 19.2 | - | 208.5 | 208.5 | +| 1 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 21.1 | 57.4 | 312.3 | 312.3 | +| 8 | Dekalb | - | - | - | 21.4 | 59.4 | 229.3 | 229.3 | +| 2 | Dekalb | PR116-20 | VT2RIB | - | 22.2 | 56.1 | 269.4 | 269.4 | +| 7 | Dekalb | - | - | - | 18.1 | 59.4 | 231.6 | 231.6 | +| 3 | Dekalb | - | - | - | 20.7 | 57.2 | 268.5 | 268.5 | +| 4 | Dekalb | - | - | - | 20.5 | 59.3 | 264.0 | 264.0 | +| 9 | Dekalb | - | - | - | 19.4 | 56.6 | 224.5 | 224.5 | +| 5 | Dekalb | PR108-20 | - | - | 16.6 | 58.0 | 241.9 | 241.9 | +| 10 | Dekalb | PR107-50 | SSP | - | 14.3 | 61.4 | 212.4 | 212.4 | + +Top 5 by Yield: A642-05VT2RIBD1 (AgriGold) 312.3, PR116-20 (Dekalb) 269.4, (Dekalb) 268.5, (Dekalb) 264.0, PR108-20 (Dekalb) 241.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145505.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145505.json new file mode 100644 index 00000000..824f22ba --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145505.json @@ -0,0 +1,309 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145505", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Washington", + "county": "Daviess", + "year": 2025, + "plot_id": "145505", + "cooperator": "John & Jason Wichman", + "plot_average": 252.15, + "planted_date": "2025-04-28", + "harvested_date": "2025-10-27", + "population_seeds_per_acre": 33600, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Loamy Sand", + "tillage": "No Till", + "previous_crop": "Rye", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.0, + "Yield": 254.9, + "Adj Yield": 254.9 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 60.9, + "Yield": 224.9, + "Adj Yield": 238.48 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 224.7, + "Adj Yield": 236.72 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 61.3, + "Yield": 251.8, + "Adj Yield": 262.33 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 60.7, + "Yield": 196.4, + "Adj Yield": 205.38 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.9, + "Yield": 188.3, + "Adj Yield": 195.85 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 60.4, + "Yield": 247.9, + "Adj Yield": 253.94 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 62.1, + "Yield": 296.3, + "Adj Yield": 300.78 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 62.4, + "Yield": 244.5, + "Adj Yield": 247.55 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 61.5, + "Yield": 248.5, + "Adj Yield": 250.03 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 60.5, + "Yield": 278.6, + "Adj Yield": 278.56 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 61.5, + "Yield": 257.9, + "Adj Yield": 256.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 61.1, + "Yield": 260.0, + "Adj Yield": 257.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 59.9, + "Yield": 283.3, + "Adj Yield": 278.81 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 60.1, + "Yield": 230.6, + "Adj Yield": 224.56 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 60.2, + "Yield": 261.8, + "Adj Yield": 254.31 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 60.0, + "Yield": 280.3, + "Adj Yield": 271.28 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 59.5, + "Yield": 249.7, + "Adj Yield": 239.18 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 60.2, + "Yield": 280.3, + "Adj Yield": 268.27 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 60.3, + "Yield": 285.0, + "Adj Yield": 271.43 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 60.3, + "Yield": 285.0, + "Adj Yield": 285.0 + } + } + ], + "n_results": 21, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145505" + ], + "fetched_at": "2026-05-27T02:21:28.793760+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145505.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145505.md new file mode 100644 index 00000000..cd106ebc --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145505.md @@ -0,0 +1,51 @@ +# Corn yield trial — Washington, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Daviess +- **City:** Washington +- **Year:** 2025 +- **Plot ID:** 145505 +- **Cooperator:** John & Jason Wichman +- **Plot average:** 252.15 BU/Ac +- **Planted:** 2025-04-28 +- **Harvested:** 2025-10-27 +- **Population:** 33,600 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Loamy Sand +- **Tillage:** No Till +- **Previous crop:** Rye +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145505 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.4 | 59.0 | 254.9 | 254.9 | +| 15 | AgriGold | A637-72VT2RIB | VT2RIB | - | 14.1 | 60.9 | 224.9 | 238.48 | +| 16 | AgriGold | A639-03VT2RIB | VT2RIB | - | 13.5 | - | 224.7 | 236.72 | +| 7 | AgriGold | A639-38V-RN | 3220 | - | 13.6 | 61.3 | 251.8 | 262.33 | +| 18 | AgriGold | A640-16-3110 | 3110 | - | 13.1 | 60.7 | 196.4 | 205.38 | +| 19 | AgriGold | A641-26V | 3220EZ | - | 13.7 | 60.9 | 188.3 | 195.85 | +| 11 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.1 | 60.4 | 247.9 | 253.94 | +| 1 | AgriGold | A642-18TRC | Trecepta | - | 13.4 | 62.1 | 296.3 | 300.78 | +| 13 | AgriGold | A642-32VT2RIB | VT2RIB | - | 13.8 | 62.4 | 244.5 | 247.55 | +| 12 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.1 | 61.5 | 248.5 | 250.03 | +| 3 | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.9 | 60.5 | 278.6 | 278.56 | +| 9 | AgriGold | A645-30VT2RIB | VT2RIB | - | 14.2 | 61.5 | 257.9 | 256.4 | +| 8 | AgriGold | A645-55VT2PRO | VT2Pro | - | 13.9 | 61.1 | 260.0 | 257.0 | +| 2 | AgriGold | A645-71STXRIB | STXRIB | - | 14.0 | 59.9 | 283.3 | 278.81 | +| 17 | AgriGold | A646-17STXRIB | STXRIB | - | 13.8 | 60.1 | 230.6 | 224.56 | +| 10 | AgriGold | A646-17TRC | Trecepta | - | 14.1 | 60.2 | 261.8 | 254.31 | +| 5 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 14.0 | 60.0 | 280.3 | 271.28 | +| 14 | AgriGold | A646-30VT2RIB | VT2RIB | - | 13.9 | 59.5 | 249.7 | 239.18 | +| 6 | AgriGold | A647-42TRC | Trecepta | - | 14.0 | 60.2 | 280.3 | 268.27 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.5 | 60.3 | 285.0 | 271.43 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.5 | 60.3 | 285.0 | 285.0 | + +Top 5 by Yield: A642-18TRC (AgriGold) 296.3, A644-64VT2RIB (AgriGold) 285.0, A644-64VT2RIB (AgriGold) 285.0, A645-71STXRIB (AgriGold) 283.3, DKC66-06RIB (Dekalb) 280.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145509.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145509.json new file mode 100644 index 00000000..bb3156d9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145509.json @@ -0,0 +1,387 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145509", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Beardstown", + "county": "Cass", + "year": 2025, + "plot_id": "145509", + "cooperator": "Marty Turner", + "plot_average": 255.63, + "planted_date": "2025-04-28", + "harvested_date": "2025-09-17", + "population_seeds_per_acre": 35500, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Loamy Sand", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 240.5, + "Adj Yield": 240.5 + } + }, + { + "rank": 25, + "brand": "Wyffels", + "product": "W7424RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": null, + "Yield": 226.2, + "Adj Yield": 226.2 + } + }, + { + "rank": 20, + "brand": "Pioneer", + "product": "P12065Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": null, + "Yield": 246.8, + "Adj Yield": 246.8 + } + }, + { + "rank": 23, + "brand": "Wyffels", + "product": "W7485RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": null, + "Yield": 239.5, + "Adj Yield": 239.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": null, + "Yield": 262.2, + "Adj Yield": 262.2 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": null, + "Yield": 252.4, + "Adj Yield": 252.4 + } + }, + { + "rank": 21, + "brand": "Wyffels", + "product": "W7499RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": null, + "Yield": 246.0, + "Adj Yield": 246.0 + } + }, + { + "rank": 14, + "brand": "Burrus", + "product": "6G88VE", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 253.7, + "Adj Yield": 253.7 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P13777V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": null, + "Yield": 258.6, + "Adj Yield": 258.6 + } + }, + { + "rank": 24, + "brand": "Wyffels", + "product": "W8007RIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": null, + "Yield": 236.1, + "Adj Yield": 236.1 + } + }, + { + "rank": 5, + "brand": "Burrus", + "product": "7B14PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": null, + "Yield": 267.4, + "Adj Yield": 267.4 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": null, + "Yield": 251.0, + "Adj Yield": 251.0 + } + }, + { + "rank": 22, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": null, + "Yield": 240.7, + "Adj Yield": 240.7 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 283.9, + "Adj Yield": 283.9 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": null, + "Yield": 281.3, + "Adj Yield": 281.3 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": null, + "Yield": 254.0, + "Adj Yield": 254.0 + } + }, + { + "rank": 6, + "brand": "Burrus", + "product": "7R68VE", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": null, + "Yield": 264.6, + "Adj Yield": 264.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": null, + "Yield": 271.4, + "Adj Yield": 271.4 + } + }, + { + "rank": 19, + "brand": "Burrus", + "product": "8K34VT2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 248.9, + "Adj Yield": 248.9 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 259.7, + "Adj Yield": 259.7 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": null, + "Yield": 260.5, + "Adj Yield": 260.5 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": null, + "Yield": 269.4, + "Adj Yield": 269.4 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P18216PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": null, + "Yield": 260.9, + "Adj Yield": 260.9 + } + }, + { + "rank": 17, + "brand": "Pioneer", + "product": "P18986PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": null, + "Yield": 250.9, + "Adj Yield": 250.9 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC119-09RIB", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": null, + "Yield": 250.3, + "Adj Yield": 250.3 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": null, + "Yield": 254.4, + "Adj Yield": 254.4 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": null, + "Yield": 254.4, + "Adj Yield": 254.4 + } + } + ], + "n_results": 27, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145509" + ], + "fetched_at": "2026-05-27T02:21:29.302526+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145509.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145509.md new file mode 100644 index 00000000..f555dc82 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145509.md @@ -0,0 +1,57 @@ +# Corn yield trial — Beardstown, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Cass +- **City:** Beardstown +- **Year:** 2025 +- **Plot ID:** 145509 +- **Cooperator:** Marty Turner +- **Plot average:** 255.63 BU/Ac +- **Planted:** 2025-04-28 +- **Harvested:** 2025-09-17 +- **Population:** 35,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Loamy Sand +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145509 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 20.9 | - | 240.5 | 240.5 | +| 25 | Wyffels | W7424RIB | PCE | - | 21.4 | - | 226.2 | 226.2 | +| 20 | Pioneer | P12065Q | QROME | - | 20.1 | - | 246.8 | 246.8 | +| 23 | Wyffels | W7485RIB | TreceptaRIB | - | 21.5 | - | 239.5 | 239.5 | +| 7 | AgriGold | A642-18SSPRIB | SSPRIB | - | 21.9 | - | 262.2 | 262.2 | +| 15 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 21.7 | - | 252.4 | 252.4 | +| 21 | Wyffels | W7499RIB | VT2RIB | - | 21.8 | - | 246.0 | 246.0 | +| 14 | Burrus | 6G88VE | Vorceed | - | 21.3 | - | 253.7 | 253.7 | +| 11 | Pioneer | P13777V | Vorceed | - | 20.7 | - | 258.6 | 258.6 | +| 24 | Wyffels | W8007RIB | VT4Pro | - | 21.1 | - | 236.1 | 236.1 | +| 5 | Burrus | 7B14PCE | PCE | - | 21.7 | - | 267.4 | 267.4 | +| 16 | AgriGold | A644-64VT2RIB | VT2RIB | - | 21.2 | - | 251.0 | 251.0 | +| 22 | Dekalb | DKC114-43RIB | VT4RIB | - | 21.1 | - | 240.7 | 240.7 | +| 1 | Pioneer | P14830Q | QROME | - | 20.0 | - | 283.9 | 283.9 | +| 2 | Dekalb | DKC114-99RIB | VT4RIB | - | 20.3 | - | 281.3 | 281.3 | +| 13 | AgriGold | A645-30VT2RIB | VT2RIB | - | 21.2 | - | 254.0 | 254.0 | +| 6 | Burrus | 7R68VE | Vorceed | - | 21.2 | - | 264.6 | 264.6 | +| 3 | AgriGold | A645-71STXRIB | STXRIB | - | 21.4 | - | 271.4 | 271.4 | +| 19 | Burrus | 8K34VT2P | VT2RIB | - | 20.9 | - | 248.9 | 248.9 | +| 10 | AgriGold | A646-17STXRIB | STXRIB | - | 21.3 | - | 259.7 | 259.7 | +| 9 | Pioneer | P1742Q | QROME | - | 21.5 | - | 260.5 | 260.5 | +| 4 | Dekalb | DKC68-35RIB | VT2RIB | - | 21.1 | - | 269.4 | 269.4 | +| 8 | Pioneer | P18216PCE | PCE | - | 21.4 | - | 260.9 | 260.9 | +| 17 | Pioneer | P18986PCE | PCE | - | 21.7 | - | 250.9 | 250.9 | +| 18 | Dekalb | DKC119-09RIB | Trecepta | - | 21.4 | - | 250.3 | 250.3 | +| 12 | AgriGold | A642-32VT2RIB | VT2RIB | - | 20.6 | - | 254.4 | 254.4 | +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 20.6 | - | 254.4 | 254.4 | + +Top 5 by Yield: P14830Q (Pioneer) 283.9, DKC114-99RIB (Dekalb) 281.3, A645-71STXRIB (AgriGold) 271.4, DKC68-35RIB (Dekalb) 269.4, 7B14PCE (Burrus) 267.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145510.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145510.json new file mode 100644 index 00000000..2b511516 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145510.json @@ -0,0 +1,400 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145510", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Beaver Dam", + "county": "Ohio", + "year": 2025, + "plot_id": "145510", + "cooperator": "Josh Tichener", + "plot_average": 288.8, + "planted_date": "2025-04-28", + "harvested_date": "2025-09-09", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 56.2, + "Yield": 304.9, + "Adj Yield": 304.9 + } + }, + { + "rank": 21, + "brand": "Channel", + "product": "210-46VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 55.6, + "Yield": 246.5, + "Adj Yield": 238.49 + } + }, + { + "rank": 19, + "brand": "Pioneer", + "product": "P1170AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 58.2, + "Yield": 274.0, + "Adj Yield": 269.79 + } + }, + { + "rank": null, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 56.0, + "Yield": 290.7, + "Adj Yield": 290.7 + } + }, + { + "rank": 15, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 56.0, + "Yield": 290.7, + "Adj Yield": 287.87 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 57.7, + "Yield": 280.2, + "Adj Yield": 276.67 + } + }, + { + "rank": 20, + "brand": "Pioneer", + "product": "P11616PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 55.7, + "Yield": 266.4, + "Adj Yield": 262.27 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": 56.3, + "Yield": 303.1, + "Adj Yield": 298.0 + } + }, + { + "rank": null, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 56.4, + "Yield": 298.1, + "Adj Yield": 298.1 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 54.7, + "Yield": 299.8, + "Adj Yield": 294.82 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 57.4, + "Yield": 300.9, + "Adj Yield": 297.12 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P13841PCUE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 56.7, + "Yield": 308.4, + "Adj Yield": 305.08 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 59.4, + "Yield": 274.1, + "Adj Yield": 270.21 + } + }, + { + "rank": null, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 57.2, + "Yield": 297.5, + "Adj Yield": 297.5 + } + }, + { + "rank": 12, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 58.4, + "Yield": 295.5, + "Adj Yield": 292.78 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 55.7, + "Yield": 297.8, + "Adj Yield": 298.09 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P14364PCUE", + "traits": "PCUE", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 54.4, + "Yield": 288.7, + "Adj Yield": 291.84 + } + }, + { + "rank": 11, + "brand": "Channel", + "product": "215-70TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 54.7, + "Yield": 286.7, + "Adj Yield": 293.35 + } + }, + { + "rank": null, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 56.6, + "Yield": 277.5, + "Adj Yield": 277.5 + } + }, + { + "rank": 1, + "brand": "Channel", + "product": "215-42TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 58.4, + "Yield": 300.4, + "Adj Yield": 308.2 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 56.5, + "Yield": 300.5, + "Adj Yield": 306.9 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 55.9, + "Yield": 285.3, + "Adj Yield": 291.63 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.5, + "Test Wt.": 53.2, + "Yield": 271.9, + "Adj Yield": 278.87 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P18216PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 23.8, + "Test Wt.": 54.4, + "Yield": 291.5, + "Adj Yield": 300.36 + } + }, + { + "rank": null, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 57.0, + "Yield": 276.8, + "Adj Yield": 276.8 + } + }, + { + "rank": 4, + "brand": "Channel", + "product": "218-66VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 56.0, + "Yield": 293.6, + "Adj Yield": 301.82 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.3, + "Test Wt.": 57.0, + "Yield": 295.1, + "Adj Yield": 300.66 + } + }, + { + "rank": null, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 56.0, + "Yield": 286.9, + "Adj Yield": 286.9 + } + } + ], + "n_results": 28, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145510" + ], + "fetched_at": "2026-05-27T02:21:29.784564+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145510.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145510.md new file mode 100644 index 00000000..f4fb5225 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145510.md @@ -0,0 +1,58 @@ +# Corn yield trial — Beaver Dam, KY, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Ohio +- **City:** Beaver Dam +- **Year:** 2025 +- **Plot ID:** 145510 +- **Cooperator:** Josh Tichener +- **Plot average:** 288.8 BU/Ac +- **Planted:** 2025-04-28 +- **Harvested:** 2025-09-09 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145510 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Pioneer | P13777PCE | PCE | - | 21.4 | 56.2 | 304.9 | 304.9 | +| 21 | Channel | 210-46VT2PRIB | VT2RIB | - | 20.6 | 55.6 | 246.5 | 238.49 | +| 19 | Pioneer | P1170AM | AM | - | 19.0 | 58.2 | 274.0 | 269.79 | +| - | Pioneer | P13777PCE | PCE | - | 21.5 | 56.0 | 290.7 | 290.7 | +| 15 | Pioneer | P13777PCE | PCE | - | 21.5 | 56.0 | 290.7 | 287.87 | +| 17 | Dekalb | DKC111-35RIB | VT2RIB | - | 21.1 | 57.7 | 280.2 | 276.67 | +| 20 | Pioneer | P11616PCE | PCE | - | 21.0 | 55.7 | 266.4 | 262.27 | +| 8 | AgriGold | A642-18TRC | Trecepta | - | 22.9 | 56.3 | 303.1 | 298.0 | +| - | Pioneer | P13777PCE | PCE | - | 21.5 | 56.4 | 298.1 | 298.1 | +| 10 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 21.5 | 54.7 | 299.8 | 294.82 | +| 9 | AgriGold | A645-55VT2PRO | VT2Pro | - | 21.5 | 57.4 | 300.9 | 297.12 | +| 3 | Pioneer | P13841PCUE | PWE | - | 23.4 | 56.7 | 308.4 | 305.08 | +| 18 | Dekalb | DKC64-22RIB | VT2RIB | - | 20.2 | 59.4 | 274.1 | 270.21 | +| - | Pioneer | P13777PCE | PCE | - | 20.4 | 57.2 | 297.5 | 297.5 | +| 12 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 20.2 | 58.4 | 295.5 | 292.78 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.4 | 55.7 | 297.8 | 298.09 | +| 13 | Pioneer | P14364PCUE | PCUE | - | 22.4 | 54.4 | 288.7 | 291.84 | +| 11 | Channel | 215-70TRCRIB | TreceptaRIB | - | 21.0 | 54.7 | 286.7 | 293.35 | +| - | Pioneer | P13777PCE | PCE | - | 22.4 | 56.6 | 277.5 | 277.5 | +| 1 | Channel | 215-42TRERIB | TreceptaRIB | - | 21.2 | 58.4 | 300.4 | 308.2 | +| 2 | Dekalb | DKC114-99RIB | VT4RIB | - | 22.6 | 56.5 | 300.5 | 306.9 | +| 14 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 21.9 | 55.9 | 285.3 | 291.63 | +| 16 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 24.5 | 53.2 | 271.9 | 278.87 | +| 6 | Pioneer | P18216PCE | PCE | - | 23.8 | 54.4 | 291.5 | 300.36 | +| - | Pioneer | P13777PCE | PCE | - | 23.2 | 57.0 | 276.8 | 276.8 | +| 4 | Channel | 218-66VT2PRIB | VT2RIB | - | 23.2 | 56.0 | 293.6 | 301.82 | +| 5 | Dekalb | DKC68-35RIB | VT2RIB | - | 23.3 | 57.0 | 295.1 | 300.66 | +| - | Pioneer | P13777PCE | PCE | - | 21.1 | 56.0 | 286.9 | 286.9 | + +Top 5 by Yield: P13841PCUE (Pioneer) 308.4, P13777PCE (Pioneer) 304.9, A642-18TRC (AgriGold) 303.1, A645-55VT2PRO (AgriGold) 300.9, DKC114-99RIB (Dekalb) 300.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145513.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145513.json new file mode 100644 index 00000000..6792fbf7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145513.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145513", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Lansing", + "county": "Allamakee", + "year": 2025, + "plot_id": "145513", + "cooperator": "Cooper Farms", + "plot_average": 300.47, + "planted_date": "2025-04-28", + "harvested_date": "2025-10-04", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Delaro Complete, Veltyma", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.6, + "Test Wt.": 54.3, + "Yield": 291.9, + "Adj Yield": 291.9 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 53.3, + "Yield": 264.7, + "Adj Yield": 264.7 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A630-04AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 53.6, + "Yield": 269.4, + "Adj Yield": 269.4 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 53.0, + "Yield": 273.9, + "Adj Yield": 273.9 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 54.1, + "Yield": 278.0, + "Adj Yield": 278.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 55.1, + "Yield": 282.9, + "Adj Yield": 282.9 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": 51.0, + "Yield": 297.9, + "Adj Yield": 297.9 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 53.1, + "Yield": 290.5, + "Adj Yield": 290.5 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 54.2, + "Yield": 287.9, + "Adj Yield": 287.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 25.8, + "Test Wt.": 53.3, + "Yield": 342.9, + "Adj Yield": 342.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": 52.8, + "Yield": 307.9, + "Adj Yield": 307.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 23.5, + "Test Wt.": 54.1, + "Yield": 307.2, + "Adj Yield": 307.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": 52.7, + "Yield": 336.2, + "Adj Yield": 336.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 26.0, + "Test Wt.": 53.3, + "Yield": 334.1, + "Adj Yield": 334.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 53.0, + "Yield": 306.8, + "Adj Yield": 306.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 54.9, + "Yield": 303.4, + "Adj Yield": 303.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.0, + "Test Wt.": 55.6, + "Yield": 336.1, + "Adj Yield": 336.1 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145513" + ], + "fetched_at": "2026-05-27T02:21:30.315328+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145513.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145513.md new file mode 100644 index 00000000..2da90a82 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145513.md @@ -0,0 +1,48 @@ +# Corn yield trial — Lansing, IA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Allamakee +- **City:** Lansing +- **Year:** 2025 +- **Plot ID:** 145513 +- **Cooperator:** Cooper Farms +- **Plot average:** 300.47 BU/Ac +- **Planted:** 2025-04-28 +- **Harvested:** 2025-10-04 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Delaro Complete, Veltyma +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145513 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | AgriGold | A642-32VT2RIB | VT2RIB | - | 25.6 | 54.3 | 291.9 | 291.9 | +| 15 | AgriGold | A629-55VT2RIB | VT2RIB | - | 19.5 | 53.3 | 264.7 | 264.7 | +| 14 | AgriGold | A630-04AA | 3120EZ | - | 20.4 | 53.6 | 269.4 | 269.4 | +| 13 | AgriGold | A631-08VT2RIB | VT2RIB | - | 20.6 | 53.0 | 273.9 | 273.9 | +| 12 | AgriGold | A632-68VT2RIB | VT2RIB | - | 19.1 | 54.1 | 278.0 | 278.0 | +| 11 | AgriGold | A634-65TRC | Trecepta | - | 20.1 | 55.1 | 282.9 | 282.9 | +| - | AgriGold | A636-16-5222EZ | 5222EZ | - | 24.1 | 51.0 | 297.9 | 297.9 | +| 9 | AgriGold | A634-11SSPRIB | SSPRIB | - | 21.4 | 53.1 | 290.5 | 290.5 | +| 10 | AgriGold | A636-42SSPRIB | SSPRIB | - | 22.0 | 54.2 | 287.9 | 287.9 | +| 1 | AgriGold | A638-91VT2PRO | VT2Pro | - | 25.8 | 53.3 | 342.9 | 342.9 | +| 5 | AgriGold | A638-19 | C | - | 22.9 | 52.8 | 307.9 | 307.9 | +| 6 | AgriGold | A639-38V-RN | 3220 | - | 23.5 | 54.1 | 307.2 | 307.2 | +| 2 | AgriGold | A640-16-3110 | 3110 | - | 24.0 | 52.7 | 336.2 | 336.2 | +| 4 | AgriGold | A642-18SSPRIB | SSPRIB | - | 26.0 | 53.3 | 334.1 | 334.1 | +| - | AgriGold | A636-16-5222EZ | 5222EZ | - | 22.6 | 53.0 | 306.8 | 306.8 | +| 7 | AgriGold | - | - | - | 20.3 | 54.9 | 303.4 | 303.4 | +| 3 | AgriGold | A642-32VT2RIB | VT2RIB | - | 25.0 | 55.6 | 336.1 | 336.1 | + +Top 5 by Yield: A638-91VT2PRO (AgriGold) 342.9, A640-16-3110 (AgriGold) 336.2, A642-32VT2RIB (AgriGold) 336.1, A642-18SSPRIB (AgriGold) 334.1, A638-19 (AgriGold) 307.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145517.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145517.json new file mode 100644 index 00000000..28767a12 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145517.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145517", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Lyons", + "county": "Greene", + "year": 2025, + "plot_id": "145517", + "cooperator": "Hostetter Farms", + "plot_average": 222.7, + "planted_date": "2025-04-29", + "harvested_date": "2025-09-09", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.0, + "Yield": 225.1, + "Adj Yield": 225.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.0, + "Yield": 225.1, + "Adj Yield": 224.91 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 55.7, + "Yield": 209.9, + "Adj Yield": 209.73 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P0924", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 56.7, + "Yield": 229.5, + "Adj Yield": 229.35 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A640-24", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 56.8, + "Yield": 226.3, + "Adj Yield": 226.17 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P1185", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 57.7, + "Yield": 192.5, + "Adj Yield": 192.42 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P1222", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 54.3, + "Yield": 225.6, + "Adj Yield": 225.56 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 56.0, + "Yield": 237.9, + "Adj Yield": 237.94 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P1608", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 55.9, + "Yield": 226.9, + "Adj Yield": 226.98 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A646-30", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 54.5, + "Yield": 217.8, + "Adj Yield": 217.91 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P1718", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 54.2, + "Yield": 230.2, + "Adj Yield": 230.37 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A648-11", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 54.8, + "Yield": 228.1, + "Adj Yield": 228.36 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 54.2, + "Yield": 224.6, + "Adj Yield": 224.6 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145517" + ], + "fetched_at": "2026-05-27T02:21:30.782672+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145517.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145517.md new file mode 100644 index 00000000..788be94e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145517.md @@ -0,0 +1,43 @@ +# Corn yield trial — Lyons, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Greene +- **City:** Lyons +- **Year:** 2025 +- **Plot ID:** 145517 +- **Cooperator:** Hostetter Farms +- **Plot average:** 222.7 BU/Ac +- **Planted:** 2025-04-29 +- **Harvested:** 2025-09-09 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145517 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A642-32 | C | - | 17.0 | 57.0 | 225.1 | 225.1 | +| 8 | AgriGold | A642-32 | C | - | 17.0 | 57.0 | 225.1 | 224.91 | +| 10 | AgriGold | A638-19 | C | - | 16.9 | 55.7 | 209.9 | 209.73 | +| 3 | Pioneer | P0924 | C | - | 16.3 | 56.7 | 229.5 | 229.35 | +| 6 | AgriGold | A640-24 | C | - | 17.0 | 56.8 | 226.3 | 226.17 | +| 11 | Pioneer | P1185 | C | - | 16.0 | 57.7 | 192.5 | 192.42 | +| 7 | Pioneer | P1222 | C | - | 16.1 | 54.3 | 225.6 | 225.56 | +| 1 | AgriGold | A645-16 | C | - | 19.1 | 56.0 | 237.9 | 237.94 | +| 5 | Pioneer | P1608 | C | - | 19.0 | 55.9 | 226.9 | 226.98 | +| 9 | AgriGold | A646-30 | C | - | 19.7 | 54.5 | 217.8 | 217.91 | +| 2 | Pioneer | P1718 | C | - | 19.9 | 54.2 | 230.2 | 230.37 | +| 4 | AgriGold | A648-11 | C | - | 21.1 | 54.8 | 228.1 | 228.36 | +| - | AgriGold | A642-32 | C | - | 18.3 | 54.2 | 224.6 | 224.6 | + +Top 5 by Yield: A645-16 (AgriGold) 237.9, P1718 (Pioneer) 230.2, P0924 (Pioneer) 229.5, A648-11 (AgriGold) 228.1, P1608 (Pioneer) 226.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145527.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145527.json new file mode 100644 index 00000000..a96e036f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145527.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145527", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "city": "Hebron", + "county": "Licking", + "year": 2025, + "plot_id": "145527", + "cooperator": "Rob Martin", + "plot_average": 242.1, + "planted_date": "2025-05-24", + "harvested_date": "2025-10-21", + "population_seeds_per_acre": 33500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 55.7, + "Yield": 240.7, + "Adj Yield": 240.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 58.1, + "Yield": 247.9, + "Adj Yield": 247.9 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 57.6, + "Yield": 239.6, + "Adj Yield": 239.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 58.0, + "Yield": 253.7, + "Adj Yield": 253.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 55.1, + "Yield": 242.3, + "Adj Yield": 242.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 56.6, + "Yield": 257.6, + "Adj Yield": 257.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 54.9, + "Yield": 250.3, + "Adj Yield": 250.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 56.4, + "Yield": 262.9, + "Adj Yield": 262.9 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 56.0, + "Yield": 240.3, + "Adj Yield": 240.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 58.1, + "Yield": 246.3, + "Adj Yield": 246.3 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 55.3, + "Yield": 235.4, + "Adj Yield": 235.4 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 56.9, + "Yield": 237.6, + "Adj Yield": 237.6 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 56.6, + "Yield": 211.1, + "Adj Yield": 211.1 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 55.7, + "Yield": 246.9, + "Adj Yield": 246.9 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.3, + "Yield": 238.6, + "Adj Yield": 238.6 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 56.5, + "Yield": 222.4, + "Adj Yield": 222.4 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145527" + ], + "fetched_at": "2026-05-27T02:21:31.278266+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145527.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145527.md new file mode 100644 index 00000000..b0f644cc --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145527.md @@ -0,0 +1,45 @@ +# Corn yield trial — Hebron, OH, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** OH +- **County:** Licking +- **City:** Hebron +- **Year:** 2025 +- **Plot ID:** 145527 +- **Cooperator:** Rob Martin +- **Plot average:** 242.1 BU/Ac +- **Planted:** 2025-05-24 +- **Harvested:** 2025-10-21 +- **Population:** 33,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145527 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | AgriGold | A644-64VT2RIB | VT2RIB | - | 21.3 | 55.7 | 240.7 | 240.7 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 19.6 | 58.1 | 247.9 | 247.9 | +| 11 | AgriGold | A642-18SSPRIB | SSPRIB | - | 19.4 | 57.6 | 239.6 | 239.6 | +| 3 | AgriGold | A642-32VT2RIB | VT2RIB | - | 20.1 | 58.0 | 253.7 | 253.7 | +| 8 | AgriGold | A641-62D-RN | 5122 | - | 22.2 | 55.1 | 242.3 | 242.3 | +| 2 | AgriGold | A640-94VT4PRO | VT4Pro | - | 19.8 | 56.6 | 257.6 | 257.6 | +| 4 | AgriGold | A640-16-3110 | 3110 | - | 21.7 | 54.9 | 250.3 | 250.3 | +| 1 | AgriGold | A639-38V-RN | 3220 | - | 20.8 | 56.4 | 262.9 | 262.9 | +| 10 | AgriGold | A639-03VT2RIB | VT2RIB | - | 20.1 | 56.0 | 240.3 | 240.3 | +| 7 | AgriGold | A638-91VT2PRO | VT2Pro | - | 18.6 | 58.1 | 246.3 | 246.3 | +| 14 | AgriGold | A638-19 | C | - | 20.4 | 55.3 | 235.4 | 235.4 | +| 13 | AgriGold | A637-72VT2RIB | VT2RIB | - | 19.9 | 56.9 | 237.6 | 237.6 | +| 16 | AgriGold | A636-39-3110 | 3110 | - | 19.8 | 56.6 | 211.1 | 211.1 | +| 6 | AgriGold | A634-65TRC | Trecepta | - | 17.2 | 55.7 | 246.9 | 246.9 | +| 12 | AgriGold | A632-68VT2RIB | VT2RIB | - | 17.0 | 57.3 | 238.6 | 238.6 | +| 15 | AgriGold | A631-08VT2RIB | VT2RIB | - | 17.0 | 56.5 | 222.4 | 222.4 | + +Top 5 by Yield: A639-38V-RN (AgriGold) 262.9, A640-94VT4PRO (AgriGold) 257.6, A642-32VT2RIB (AgriGold) 253.7, A640-16-3110 (AgriGold) 250.3, A643-52VT2RIB (AgriGold) 247.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145528.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145528.json new file mode 100644 index 00000000..68ca77fb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145528.json @@ -0,0 +1,530 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145528", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Allenville", + "county": "Todd", + "year": 2025, + "plot_id": "145528", + "cooperator": "George Fox", + "plot_average": 209.45, + "planted_date": "2025-04-29", + "harvested_date": "2025-10-01", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 58.7, + "Yield": 183.8, + "Adj Yield": 183.8 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 59.8, + "Yield": 188.5, + "Adj Yield": 203.96 + } + }, + { + "rank": 6, + "brand": "Channel", + "product": "209-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 59.4, + "Yield": 209.4, + "Adj Yield": 216.42 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 58.9, + "Yield": 204.4, + "Adj Yield": 204.96 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 61.3, + "Yield": 223.8, + "Adj Yield": 223.8 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A640-16DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.1, + "Yield": 213.0, + "Adj Yield": 211.17 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 61.0, + "Yield": 215.8, + "Adj Yield": 215.17 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.4, + "Yield": 201.8, + "Adj Yield": 200.78 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 60.2, + "Yield": 218.6, + "Adj Yield": 218.6 + } + }, + { + "rank": 5, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 60.2, + "Yield": 218.6, + "Adj Yield": 217.68 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 60.9, + "Yield": 215.8, + "Adj Yield": 215.56 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 60.2, + "Yield": 224.8, + "Adj Yield": 224.81 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 60.5, + "Yield": 219.7, + "Adj Yield": 219.63 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 59.4, + "Yield": 216.0, + "Adj Yield": 216.0 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 61.7, + "Yield": 210.1, + "Adj Yield": 210.29 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 56.7, + "Yield": 209.6, + "Adj Yield": 210.25 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.6, + "Yield": 203.4, + "Adj Yield": 204.81 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 59.5, + "Yield": 212.1, + "Adj Yield": 212.1 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 60.6, + "Yield": 199.6, + "Adj Yield": 200.89 + } + }, + { + "rank": 16, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 60.2, + "Yield": 205.8, + "Adj Yield": 206.2 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 60.8, + "Yield": 203.4, + "Adj Yield": 203.01 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 61.7, + "Yield": 217.8, + "Adj Yield": 217.8 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 61.6, + "Yield": 209.6, + "Adj Yield": 209.37 + } + }, + { + "rank": 28, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 61.6, + "Yield": 198.9, + "Adj Yield": 200.01 + } + }, + { + "rank": 24, + "brand": "Channel", + "product": "215-70TRERIB", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 59.9, + "Yield": 197.7, + "Adj Yield": 201.11 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 61.1, + "Yield": 204.4, + "Adj Yield": 204.4 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.6, + "Yield": 198.0, + "Adj Yield": 200.43 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.9, + "Yield": 219.9, + "Adj Yield": 218.21 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 60.4, + "Yield": 215.3, + "Adj Yield": 209.68 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.1, + "Yield": 228.9, + "Adj Yield": 228.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A647-09SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 62.8, + "Yield": 223.0, + "Adj Yield": 215.98 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 60.6, + "Yield": 228.2, + "Adj Yield": 222.63 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 60.1, + "Yield": 209.2, + "Adj Yield": 203.73 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.7, + "Yield": 221.5, + "Adj Yield": 221.5 + } + }, + { + "rank": 11, + "brand": "Channel", + "product": "218-66VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 60.1, + "Yield": 216.6, + "Adj Yield": 210.9 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 60.3, + "Yield": 210.1, + "Adj Yield": 203.71 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A649-60TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 60.1, + "Yield": 211.5, + "Adj Yield": 203.37 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 60.1, + "Yield": 227.9, + "Adj Yield": 227.9 + } + } + ], + "n_results": 38, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145528" + ], + "fetched_at": "2026-05-27T02:21:31.818657+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145528.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145528.md new file mode 100644 index 00000000..1fa4f987 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145528.md @@ -0,0 +1,68 @@ +# Corn yield trial — Allenville, KY, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Todd +- **City:** Allenville +- **Year:** 2025 +- **Plot ID:** 145528 +- **Cooperator:** George Fox +- **Plot average:** 209.45 BU/Ac +- **Planted:** 2025-04-29 +- **Harvested:** 2025-10-01 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145528 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 13.7 | 58.7 | 183.8 | 183.8 | +| 19 | AgriGold | A639-03VT2RIB | VT2RIB | - | 13.3 | 59.8 | 188.5 | 203.96 | +| 6 | Channel | 209-70TRERIB | TreceptaRIB | - | 13.2 | 59.4 | 209.4 | 216.42 | +| 17 | AgriGold | A639-38V-RN | 3220 | - | 13.7 | 58.9 | 204.4 | 204.96 | +| - | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 13.6 | 61.3 | 223.8 | 223.8 | +| 10 | AgriGold | A640-16DV-RN | 5222 | - | 13.7 | 60.1 | 213.0 | 211.17 | +| 9 | AgriGold | A640-94VT4PRO | VT4Pro | - | 14.3 | 61.0 | 215.8 | 215.17 | +| 26 | AgriGold | A641-62D-RN | 5122 | - | 14.2 | 60.4 | 201.8 | 200.78 | +| - | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 14.3 | 60.2 | 218.6 | 218.6 | +| 5 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 14.3 | 60.2 | 218.6 | 217.68 | +| 8 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.1 | 60.9 | 215.8 | 215.56 | +| 1 | AgriGold | A642-18TRC | Trecepta | - | 14.3 | 60.2 | 224.8 | 224.81 | +| 3 | AgriGold | A642-18SSPRIB | SSPRIB | - | 13.9 | 60.5 | 219.7 | 219.63 | +| - | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 14.2 | 59.4 | 216.0 | 216.0 | +| 12 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.1 | 61.7 | 210.1 | 210.29 | +| 13 | Pioneer | P13777PCE | PCE | - | 14.9 | 56.7 | 209.6 | 210.25 | +| 18 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.7 | 60.6 | 203.4 | 204.81 | +| - | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 13.3 | 59.5 | 212.1 | 212.1 | +| 25 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.9 | 60.6 | 199.6 | 200.89 | +| 16 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 14.1 | 60.2 | 205.8 | 206.2 | +| 23 | AgriGold | A645-16VT2RIB | VT2RIB | - | 13.9 | 60.8 | 203.4 | 203.01 | +| - | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 13.9 | 61.7 | 217.8 | 217.8 | +| 15 | AgriGold | A645-55VT2PRO | VT2Pro | - | 14.3 | 61.6 | 209.6 | 209.37 | +| 28 | AgriGold | A645-30VT2RIB | VT2RIB | - | 14.4 | 61.6 | 198.9 | 200.01 | +| 24 | Channel | 215-70TRERIB | Trecepta | - | 14.1 | 59.9 | 197.7 | 201.11 | +| - | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 13.9 | 61.1 | 204.4 | 204.4 | +| 27 | AgriGold | A645-71STXRIB | STXRIB | - | 14.2 | 60.6 | 198.0 | 200.43 | +| 4 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 14.2 | 60.9 | 219.9 | 218.21 | +| 14 | AgriGold | A646-17TRC | Trecepta | - | 14.1 | 60.4 | 215.3 | 209.68 | +| - | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 14.2 | 60.1 | 228.9 | 228.9 | +| 7 | AgriGold | A647-09SSP | SSP | - | 14.8 | 62.8 | 223.0 | 215.98 | +| 2 | AgriGold | L6722VT2PRO | VT2Pro | - | 14.8 | 60.6 | 228.2 | 222.63 | +| 20 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 13.9 | 60.1 | 209.2 | 203.73 | +| - | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 14.3 | 59.7 | 221.5 | 221.5 | +| 11 | Channel | 218-66VT2PRIB | VT2RIB | - | 14.9 | 60.1 | 216.6 | 210.9 | +| 21 | AgriGold | L6818VT2PRO | VT2Pro | - | 14.1 | 60.3 | 210.1 | 203.71 | +| 22 | AgriGold | A649-60TRC | Trecepta | - | 14.5 | 60.1 | 211.5 | 203.37 | +| - | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 14.4 | 60.1 | 227.9 | 227.9 | + +Top 5 by Yield: 214-78DGVT2PRIB (Channel) 228.9, L6722VT2PRO (AgriGold) 228.2, 214-78DGVT2PRIB (Channel) 227.9, A642-18TRC (AgriGold) 224.8, 214-78DGVT2PRIB (Channel) 223.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145532.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145532.json new file mode 100644 index 00000000..5860408f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145532.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145532", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Corydon", + "county": "Henderson", + "year": 2025, + "plot_id": "145532", + "cooperator": "Baird Family Farms", + "plot_average": 269.26, + "planted_date": "2025-04-29", + "harvested_date": "2025-09-15", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 57.0, + "Yield": 292.8, + "Adj Yield": 292.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 57.0, + "Yield": 292.8, + "Adj Yield": 285.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 58.0, + "Yield": 284.2, + "Adj Yield": 277.94 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.0, + "Yield": 246.5, + "Adj Yield": 241.44 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 59.0, + "Yield": 258.9, + "Adj Yield": 255.16 + } + }, + { + "rank": 7, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 56.0, + "Yield": 276.3, + "Adj Yield": 273.74 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.0, + "Yield": 263.3, + "Adj Yield": 262.09 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 57.0, + "Yield": 271.3, + "Adj Yield": 271.32 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 56.0, + "Yield": 249.3, + "Adj Yield": 250.52 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A647-09SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 58.0, + "Yield": 282.2, + "Adj Yield": 284.73 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A649-60TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 57.0, + "Yield": 280.7, + "Adj Yield": 284.46 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 58.0, + "Yield": 249.0, + "Adj Yield": 254.03 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 59.0, + "Yield": 272.1, + "Adj Yield": 278.33 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 58.0, + "Yield": 273.8, + "Adj Yield": 281.37 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 57.0, + "Yield": 275.3, + "Adj Yield": 275.3 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145532" + ], + "fetched_at": "2026-05-27T02:21:32.331172+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145532.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145532.md new file mode 100644 index 00000000..a5ed1a76 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145532.md @@ -0,0 +1,45 @@ +# Corn yield trial — Corydon, KY, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Henderson +- **City:** Corydon +- **Year:** 2025 +- **Plot ID:** 145532 +- **Cooperator:** Baird Family Farms +- **Plot average:** 269.26 BU/Ac +- **Planted:** 2025-04-29 +- **Harvested:** 2025-09-15 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145532 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.0 | 57.0 | 292.8 | 292.8 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.0 | 57.0 | 292.8 | 285.3 | +| 6 | AgriGold | A642-18TRC | Trecepta | - | 17.5 | 58.0 | 284.2 | 277.94 | +| 13 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.0 | 58.0 | 246.5 | 241.44 | +| 10 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.0 | 59.0 | 258.9 | 255.16 | +| 7 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 17.6 | 56.0 | 276.3 | 273.74 | +| 9 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 16.1 | 59.0 | 263.3 | 262.09 | +| 8 | AgriGold | A646-17TRC | Trecepta | - | 17.3 | 57.0 | 271.3 | 271.32 | +| 12 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 20.8 | 56.0 | 249.3 | 250.52 | +| 2 | AgriGold | A647-09SSP | SSP | - | 19.2 | 58.0 | 282.2 | 284.73 | +| 3 | AgriGold | A649-60TRC | Trecepta | - | 18.6 | 57.0 | 280.7 | 284.46 | +| 11 | Dekalb | DKC68-35RIB | VT2RIB | - | 18.4 | 58.0 | 249.0 | 254.03 | +| 5 | AgriGold | L6818VT2PRO | VT2Pro | - | 16.9 | 59.0 | 272.1 | 278.33 | +| 4 | AgriGold | A645-55VT2PRO | VT2Pro | - | 16.4 | 58.0 | 273.8 | 281.37 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.3 | 57.0 | 275.3 | 275.3 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 292.8, A644-64VT2RIB (AgriGold) 292.8, A642-18TRC (AgriGold) 284.2, A647-09SSP (AgriGold) 282.2, A649-60TRC (AgriGold) 280.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145537.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145537.json new file mode 100644 index 00000000..98edb675 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145537.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145537", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Emden", + "county": "Logan", + "year": 2025, + "plot_id": "145537", + "cooperator": "Dirk Aper", + "plot_average": 253.22, + "planted_date": "2025-04-29", + "harvested_date": "2025-10-08", + "population_seeds_per_acre": 35500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 14, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 59.5, + "Yield": 221.0, + "Adj Yield": 221.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 60.2, + "Yield": 274.8, + "Adj Yield": 274.8 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 60.2, + "Yield": 215.8, + "Adj Yield": 215.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.0, + "Yield": 260.1, + "Adj Yield": 260.1 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.5, + "Yield": 238.4, + "Adj Yield": 238.4 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 60.5, + "Yield": 252.0, + "Adj Yield": 252.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 61.1, + "Yield": 270.3, + "Adj Yield": 270.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 61.4, + "Yield": 258.1, + "Adj Yield": 258.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.7, + "Yield": 268.4, + "Adj Yield": 268.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 62.2, + "Yield": 260.2, + "Adj Yield": 260.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 60.5, + "Yield": 273.5, + "Adj Yield": 273.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 60.7, + "Yield": 267.3, + "Adj Yield": 267.3 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 61.5, + "Yield": 245.8, + "Adj Yield": 245.8 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.2, + "Yield": 242.9, + "Adj Yield": 242.9 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.8, + "Yield": 249.7, + "Adj Yield": 249.7 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145537" + ], + "fetched_at": "2026-05-27T02:21:32.760107+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145537.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145537.md new file mode 100644 index 00000000..200d0b32 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145537.md @@ -0,0 +1,44 @@ +# Corn yield trial — Emden, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Logan +- **City:** Emden +- **Year:** 2025 +- **Plot ID:** 145537 +- **Cooperator:** Dirk Aper +- **Plot average:** 253.22 BU/Ac +- **Planted:** 2025-04-29 +- **Harvested:** 2025-10-08 +- **Population:** 35,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145537 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 14 | AgriGold | A634-65TRC | Trecepta | - | 11.9 | 59.5 | 221.0 | 221.0 | +| 1 | AgriGold | A638-91VT2PRO | VT2Pro | - | 13.5 | 60.2 | 274.8 | 274.8 | +| 15 | AgriGold | A639-03VT2RIB | VT2RIB | - | 12.6 | 60.2 | 215.8 | 215.8 | +| 7 | AgriGold | A640-94VT4PRO | VT4Pro | - | 14.2 | 60.0 | 260.1 | 260.1 | +| 13 | AgriGold | A641-62D-RN | 5122 | - | 14.3 | 59.5 | 238.4 | 238.4 | +| 9 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.8 | 60.5 | 252.0 | 252.0 | +| 3 | AgriGold | A642-18SSPRIB | SSPRIB | - | 14.4 | 61.1 | 270.3 | 270.3 | +| 8 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.0 | 61.4 | 258.1 | 258.1 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.8 | 58.7 | 268.4 | 268.4 | +| 6 | AgriGold | A645-30VT2RIB | VT2RIB | - | 16.3 | 62.2 | 260.2 | 260.2 | +| 2 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.6 | 60.5 | 273.5 | 273.5 | +| 5 | AgriGold | A645-71STXRIB | STXRIB | - | 16.0 | 60.7 | 267.3 | 267.3 | +| 11 | AgriGold | A646-30VT2RIB | VT2RIB | - | 14.8 | 61.5 | 245.8 | 245.8 | +| 12 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 14.2 | 60.2 | 242.9 | 242.9 | +| 10 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.0 | 59.8 | 249.7 | 249.7 | + +Top 5 by Yield: A638-91VT2PRO (AgriGold) 274.8, A645-16VT2RIB (AgriGold) 273.5, A642-18SSPRIB (AgriGold) 270.3, A644-64VT2RIB (AgriGold) 268.4, A645-71STXRIB (AgriGold) 267.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145541.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145541.json new file mode 100644 index 00000000..7b8f6f85 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145541.json @@ -0,0 +1,439 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145541", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Cool Springs", + "county": "Ohio", + "year": 2025, + "plot_id": "145541", + "cooperator": "Jarrod Brown", + "plot_average": 239.74, + "planted_date": "2025-04-29", + "harvested_date": "2025-09-11", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 57.8, + "Yield": 245.2, + "Adj Yield": 245.2 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 57.8, + "Yield": 245.2, + "Adj Yield": 241.96 + } + }, + { + "rank": 26, + "brand": "Channel", + "product": "210-46VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 57.9, + "Yield": 217.7, + "Adj Yield": 215.22 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 59.3, + "Yield": 220.4, + "Adj Yield": 218.71 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 57.0, + "Yield": 261.6, + "Adj Yield": 260.62 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 56.4, + "Yield": 243.1, + "Adj Yield": 242.84 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 57.8, + "Yield": 249.6, + "Adj Yield": 250.04 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 58.0, + "Yield": 258.9, + "Adj Yield": 260.02 + } + }, + { + "rank": 24, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 58.0, + "Yield": 219.3, + "Adj Yield": 221.1 + } + }, + { + "rank": 23, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 60.3, + "Yield": 220.6, + "Adj Yield": 223.13 + } + }, + { + "rank": 2, + "brand": "Revere", + "product": "X114P35", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 57.6, + "Yield": 258.3, + "Adj Yield": 261.62 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 57.9, + "Yield": 250.5, + "Adj Yield": 254.7 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 59.4, + "Yield": 224.3, + "Adj Yield": 229.45 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 58.8, + "Yield": 249.8, + "Adj Yield": 256.06 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 58.3, + "Yield": 233.5, + "Adj Yield": 233.5 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 58.9, + "Yield": 221.9, + "Adj Yield": 228.26 + } + }, + { + "rank": 15, + "brand": "Channel", + "product": "215-70TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 59.0, + "Yield": 236.1, + "Adj Yield": 241.37 + } + }, + { + "rank": 6, + "brand": "Channel", + "product": "215-42TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 57.7, + "Yield": 251.9, + "Adj Yield": 256.28 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 56.9, + "Yield": 242.2, + "Adj Yield": 245.78 + } + }, + { + "rank": 12, + "brand": "Revere", + "product": "1627-TC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 57.3, + "Yield": 241.6, + "Adj Yield": 244.46 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 59.2, + "Yield": 211.9, + "Adj Yield": 214.15 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC117-27RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 58.1, + "Yield": 245.1, + "Adj Yield": 246.71 + } + }, + { + "rank": 22, + "brand": "Channel", + "product": "217-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 59.5, + "Yield": 222.2, + "Adj Yield": 223.3 + } + }, + { + "rank": 28, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 56.5, + "Yield": 205.1, + "Adj Yield": 205.59 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 57.5, + "Yield": 268.8, + "Adj Yield": 268.72 + } + }, + { + "rank": 17, + "brand": "Channel", + "product": "218-66VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 57.5, + "Yield": 240.5, + "Adj Yield": 239.86 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A649-60TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 57.1, + "Yield": 241.5, + "Adj Yield": 240.3 + } + }, + { + "rank": 18, + "brand": "Pioneer", + "product": "P18216PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": 57.8, + "Yield": 232.9, + "Adj Yield": 231.2 + } + }, + { + "rank": 3, + "brand": "Revere", + "product": "1839TC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 56.5, + "Yield": 263.5, + "Adj Yield": 261.15 + } + }, + { + "rank": 19, + "brand": "Dekalb", + "product": "DKC119-09TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 57.9, + "Yield": 233.2, + "Adj Yield": 230.24 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 56.4, + "Yield": 244.8, + "Adj Yield": 244.8 + } + } + ], + "n_results": 31, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145541" + ], + "fetched_at": "2026-05-27T02:21:33.302521+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145541.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145541.md new file mode 100644 index 00000000..ce0565ca --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145541.md @@ -0,0 +1,60 @@ +# Corn yield trial — Cool Springs, KY, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Ohio +- **City:** Cool Springs +- **Year:** 2025 +- **Plot ID:** 145541 +- **Cooperator:** Jarrod Brown +- **Plot average:** 239.74 BU/Ac +- **Planted:** 2025-04-29 +- **Harvested:** 2025-09-11 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145541 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.2 | 57.8 | 245.2 | 245.2 | +| 14 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.2 | 57.8 | 245.2 | 241.96 | +| 26 | Channel | 210-46VT2PRIB | VT2RIB | - | 17.8 | 57.9 | 217.7 | 215.22 | +| 25 | AgriGold | A640-94VT4PRO | VT4Pro | - | 19.6 | 59.3 | 220.4 | 218.71 | +| 4 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 19.5 | 57.0 | 261.6 | 260.62 | +| 13 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 20.3 | 56.4 | 243.1 | 242.84 | +| 9 | AgriGold | A642-18TRC | Trecepta | - | 20.6 | 57.8 | 249.6 | 250.04 | +| 5 | Dekalb | DKC114-99RIB | VT4RIB | - | 18.8 | 58.0 | 258.9 | 260.02 | +| 24 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 18.8 | 58.0 | 219.3 | 221.1 | +| 23 | Pioneer | P13777PCE | PCE | - | 18.2 | 60.3 | 220.6 | 223.13 | +| 2 | Revere | X114P35 | Unknown | - | 19.0 | 57.6 | 258.3 | 261.62 | +| 8 | AgriGold | A645-16VT2RIB | VT2RIB | - | 19.7 | 57.9 | 250.5 | 254.7 | +| 20 | AgriGold | A645-30VT2RIB | VT2RIB | - | 19.5 | 59.4 | 224.3 | 229.45 | +| 7 | AgriGold | A645-55VT2PRO | VT2Pro | - | 19.2 | 58.8 | 249.8 | 256.06 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.7 | 58.3 | 233.5 | 233.5 | +| 21 | AgriGold | A645-71STXRIB | STXRIB | - | 18.8 | 58.9 | 221.9 | 228.26 | +| 15 | Channel | 215-70TRCRIB | TreceptaRIB | - | 17.3 | 59.0 | 236.1 | 241.37 | +| 6 | Channel | 215-42TRERIB | TreceptaRIB | - | 18.5 | 57.7 | 251.9 | 256.28 | +| 11 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 19.2 | 56.9 | 242.2 | 245.78 | +| 12 | Revere | 1627-TC | Trecepta | - | 19.3 | 57.3 | 241.6 | 244.46 | +| 27 | AgriGold | A646-17TRC | Trecepta | - | 19.1 | 59.2 | 211.9 | 214.15 | +| 10 | Dekalb | DKC117-27RIB | VT4RIB | - | 18.8 | 58.1 | 245.1 | 246.71 | +| 22 | Channel | 217-70TRERIB | TreceptaRIB | - | 20.7 | 59.5 | 222.2 | 223.3 | +| 28 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 21.1 | 56.5 | 205.1 | 205.59 | +| 1 | Dekalb | DKC68-35RIB | VT2RIB | - | 20.1 | 57.5 | 268.8 | 268.72 | +| 17 | Channel | 218-66VT2PRIB | VT2RIB | - | 21.8 | 57.5 | 240.5 | 239.86 | +| 16 | AgriGold | A649-60TRC | Trecepta | - | 22.4 | 57.1 | 241.5 | 240.3 | +| 18 | Pioneer | P18216PCE | PCE | - | 22.5 | 57.8 | 232.9 | 231.2 | +| 3 | Revere | 1839TC | Trecepta | - | 22.6 | 56.5 | 263.5 | 261.15 | +| 19 | Dekalb | DKC119-09TRC | Trecepta | - | 20.8 | 57.9 | 233.2 | 230.24 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.6 | 56.4 | 244.8 | 244.8 | + +Top 5 by Yield: DKC68-35RIB (Dekalb) 268.8, 1839TC (Revere) 263.5, DKC112-12RIB (Dekalb) 261.6, DKC114-99RIB (Dekalb) 258.9, X114P35 (Revere) 258.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145545.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145545.json new file mode 100644 index 00000000..46aa942d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145545.json @@ -0,0 +1,452 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145545", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Clay", + "county": "Webster", + "year": 2025, + "plot_id": "145545", + "cooperator": "MITCHELL BROS", + "plot_average": 260.82, + "planted_date": "2025-04-29", + "harvested_date": "2025-09-09", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Clay", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 12, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 56.0, + "Yield": 263.5, + "Adj Yield": 263.5 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 56.0, + "Yield": 261.1, + "Adj Yield": 261.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 55.0, + "Yield": 269.2, + "Adj Yield": 269.2 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 55.0, + "Yield": 256.1, + "Adj Yield": 256.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": 57.0, + "Yield": 272.6, + "Adj Yield": 272.6 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 23.5, + "Test Wt.": 56.0, + "Yield": 261.3, + "Adj Yield": 261.3 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 60.0, + "Yield": 260.8, + "Adj Yield": 260.8 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 56.0, + "Yield": 256.5, + "Adj Yield": 256.5 + } + }, + { + "rank": 22, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 57.0, + "Yield": 257.7, + "Adj Yield": 257.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 56.0, + "Yield": 264.5, + "Adj Yield": 264.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": 56.0, + "Yield": 270.0, + "Adj Yield": 270.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A647-09SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 57.0, + "Yield": 276.4, + "Adj Yield": 276.4 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 57.0, + "Yield": 260.1, + "Adj Yield": 260.1 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 57.0, + "Yield": 264.4, + "Adj Yield": 264.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A649-60TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 57.0, + "Yield": 275.4, + "Adj Yield": 275.4 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 56.0, + "Yield": 259.3, + "Adj Yield": 259.3 + } + }, + { + "rank": 31, + "brand": "Dekalb", + "product": "DKC107-69RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 56.0, + "Yield": 242.8, + "Adj Yield": 242.8 + } + }, + { + "rank": 26, + "brand": "Dekalb", + "product": "DKC108-17RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 55.0, + "Yield": 254.8, + "Adj Yield": 254.8 + } + }, + { + "rank": 28, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 56.0, + "Yield": 246.1, + "Adj Yield": 246.1 + } + }, + { + "rank": 27, + "brand": "Dekalb", + "product": "DKC111-61RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 56.0, + "Yield": 253.7, + "Adj Yield": 253.7 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 56.0, + "Yield": 278.4, + "Adj Yield": 278.4 + } + }, + { + "rank": 32, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 56.0, + "Yield": 236.8, + "Adj Yield": 236.8 + } + }, + { + "rank": 30, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 57.0, + "Yield": 245.3, + "Adj Yield": 245.3 + } + }, + { + "rank": 20, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 57.0, + "Yield": 258.3, + "Adj Yield": 258.3 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 57.0, + "Yield": 271.7, + "Adj Yield": 271.7 + } + }, + { + "rank": 29, + "brand": "Pioneer", + "product": "P13777PCUE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 57.0, + "Yield": 245.4, + "Adj Yield": 245.4 + } + }, + { + "rank": 23, + "brand": "Dekalb", + "product": "DKC115-55RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 56.0, + "Yield": 257.6, + "Adj Yield": 257.6 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 57.0, + "Yield": 263.5, + "Adj Yield": 263.5 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC117-27RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 56.0, + "Yield": 273.9, + "Adj Yield": 273.9 + } + }, + { + "rank": 14, + "brand": "Pioneer", + "product": "P17677AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 57.0, + "Yield": 262.9, + "Adj Yield": 262.9 + } + }, + { + "rank": 21, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 57.0, + "Yield": 257.7, + "Adj Yield": 257.7 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC119-09RIB", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 57.0, + "Yield": 268.4, + "Adj Yield": 268.4 + } + } + ], + "n_results": 32, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145545" + ], + "fetched_at": "2026-05-27T02:21:33.837175+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145545.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145545.md new file mode 100644 index 00000000..b8b5a362 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145545.md @@ -0,0 +1,62 @@ +# Corn yield trial — Clay, KY, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Webster +- **City:** Clay +- **Year:** 2025 +- **Plot ID:** 145545 +- **Cooperator:** MITCHELL BROS +- **Plot average:** 260.82 BU/Ac +- **Planted:** 2025-04-29 +- **Harvested:** 2025-09-09 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Clay +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145545 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 12 | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.0 | 56.0 | 263.5 | 263.5 | +| 16 | AgriGold | A640-94VT4PRO | VT4Pro | - | 21.0 | 56.0 | 261.1 | 261.1 | +| 8 | AgriGold | A642-18TRC | Trecepta | - | 21.8 | 55.0 | 269.2 | 269.2 | +| 25 | AgriGold | A642-32VT2RIB | VT2RIB | - | 21.9 | 55.0 | 256.1 | 256.1 | +| 5 | AgriGold | A645-16VT2RIB | VT2RIB | - | 24.2 | 57.0 | 272.6 | 272.6 | +| 15 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 23.5 | 56.0 | 261.3 | 261.3 | +| 17 | AgriGold | A645-55VT2PRO | VT2Pro | - | 18.6 | 60.0 | 260.8 | 260.8 | +| 24 | AgriGold | A643-52VT2RIB | VT2RIB | - | 20.8 | 56.0 | 256.5 | 256.5 | +| 22 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 21.0 | 57.0 | 257.7 | 257.7 | +| 10 | AgriGold | A646-17TRC | Trecepta | - | 21.5 | 56.0 | 264.5 | 264.5 | +| 7 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 24.0 | 56.0 | 270.0 | 270.0 | +| 2 | AgriGold | A647-09SSP | SSP | - | 21.7 | 57.0 | 276.4 | 276.4 | +| 18 | AgriGold | L6722VT2PRO | VT2Pro | - | 22.0 | 57.0 | 260.1 | 260.1 | +| 11 | AgriGold | L6818VT2PRO | VT2Pro | - | 21.4 | 57.0 | 264.4 | 264.4 | +| 3 | AgriGold | A649-60TRC | Trecepta | - | 21.9 | 57.0 | 275.4 | 275.4 | +| 19 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.2 | 56.0 | 259.3 | 259.3 | +| 31 | Dekalb | DKC107-69RIB | TreceptaRIB | - | 20.6 | 56.0 | 242.8 | 242.8 | +| 26 | Dekalb | DKC108-17RIB | TreceptaRIB | - | 20.4 | 55.0 | 254.8 | 254.8 | +| 28 | Dekalb | DKC111-35RIB | VT2RIB | - | 19.9 | 56.0 | 246.1 | 246.1 | +| 27 | Dekalb | DKC111-61RIB | VT4RIB | - | 20.0 | 56.0 | 253.7 | 253.7 | +| 1 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 22.1 | 56.0 | 278.4 | 278.4 | +| 32 | Dekalb | DKC112-35RIB | SSPRIB | - | 19.9 | 56.0 | 236.8 | 236.8 | +| 30 | Dekalb | DKC64-22RIB | VT2RIB | - | 20.3 | 57.0 | 245.3 | 245.3 | +| 20 | Dekalb | DKC114-43RIB | VT4RIB | - | 21.3 | 57.0 | 258.3 | 258.3 | +| 6 | Dekalb | DKC114-99RIB | VT4RIB | - | 20.8 | 57.0 | 271.7 | 271.7 | +| 29 | Pioneer | P13777PCUE | PCE | - | 19.9 | 57.0 | 245.4 | 245.4 | +| 23 | Dekalb | DKC115-55RIB | TreceptaRIB | - | 20.6 | 56.0 | 257.6 | 257.6 | +| 13 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 22.8 | 57.0 | 263.5 | 263.5 | +| 4 | Dekalb | DKC117-27RIB | VT4RIB | - | 21.3 | 56.0 | 273.9 | 273.9 | +| 14 | Pioneer | P17677AM | AM | - | 21.3 | 57.0 | 262.9 | 262.9 | +| 21 | Dekalb | DKC68-35RIB | VT2RIB | - | 21.4 | 57.0 | 257.7 | 257.7 | +| 9 | Dekalb | DKC119-09RIB | Trecepta | - | 21.9 | 57.0 | 268.4 | 268.4 | + +Top 5 by Yield: DKC112-12RIB (Dekalb) 278.4, A647-09SSP (AgriGold) 276.4, A649-60TRC (AgriGold) 275.4, DKC117-27RIB (Dekalb) 273.9, A645-16VT2RIB (AgriGold) 272.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145547.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145547.json new file mode 100644 index 00000000..c3ad14c1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145547.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145547", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Clare", + "county": "De Kalb", + "year": 2025, + "plot_id": "145547", + "cooperator": "Jeff Paulsen", + "plot_average": 245.28, + "planted_date": "2025-04-28", + "harvested_date": "2025-10-26", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 17, + "brand": "AgriGold", + "product": "A631-12SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.4, + "Yield": 225.7, + "Adj Yield": 225.7 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A631-08DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 56.2, + "Yield": 211.1, + "Adj Yield": 211.1 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC103-63RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 57.8, + "Yield": 249.3, + "Adj Yield": 249.3 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 57.3, + "Yield": 243.2, + "Adj Yield": 243.2 + } + }, + { + "rank": 13, + "brand": "CHS", + "product": "105SSP EXP", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 57.9, + "Yield": 243.7, + "Adj Yield": 243.7 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 56.3, + "Yield": 240.2, + "Adj Yield": 240.2 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 59.6, + "Yield": 249.3, + "Adj Yield": 249.3 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P08527V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 58.6, + "Yield": 253.5, + "Adj Yield": 253.5 + } + }, + { + "rank": 3, + "brand": "Dairyland", + "product": "DS-4833V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 59.4, + "Yield": 253.6, + "Adj Yield": 253.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 60.2, + "Yield": 249.8, + "Adj Yield": 249.8 + } + }, + { + "rank": 12, + "brand": "CHS", + "product": "109SSP EXP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 58.7, + "Yield": 246.6, + "Adj Yield": 246.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 56.7, + "Yield": 252.2, + "Adj Yield": 252.2 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 59.6, + "Yield": 249.3, + "Adj Yield": 249.3 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 58.5, + "Yield": 233.6, + "Adj Yield": 233.6 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 57.0, + "Yield": 251.0, + "Adj Yield": 251.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 55.9, + "Yield": 255.7, + "Adj Yield": 255.7 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 55.2, + "Yield": 252.3, + "Adj Yield": 252.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 56.9, + "Yield": 255.0, + "Adj Yield": 255.0 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145547" + ], + "fetched_at": "2026-05-27T02:21:34.283487+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145547.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145547.md new file mode 100644 index 00000000..082ac634 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145547.md @@ -0,0 +1,48 @@ +# Corn yield trial — Clare, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** De Kalb +- **City:** Clare +- **Year:** 2025 +- **Plot ID:** 145547 +- **Cooperator:** Jeff Paulsen +- **Plot average:** 245.28 BU/Ac +- **Planted:** 2025-04-28 +- **Harvested:** 2025-10-26 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145547 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 17 | AgriGold | A631-12SSPRIB | SSPRIB | - | 14.8 | 58.4 | 225.7 | 225.7 | +| 18 | AgriGold | A631-08DV-RN | 5222 | - | 16.2 | 56.2 | 211.1 | 211.1 | +| 10 | Dekalb | DKC103-63RIB | SSPRIB | - | 15.8 | 57.8 | 249.3 | 249.3 | +| 14 | AgriGold | A634-11SSPRIB | SSPRIB | - | 15.7 | 57.3 | 243.2 | 243.2 | +| 13 | CHS | 105SSP EXP | SSPRIB | - | 14.6 | 57.9 | 243.7 | 243.7 | +| 15 | AgriGold | A636-42SSPRIB | SSPRIB | - | 15.8 | 56.3 | 240.2 | 240.2 | +| 10 | Dekalb | DKC106-98RIB | VT4RIB | - | 15.8 | 59.6 | 249.3 | 249.3 | +| 4 | Pioneer | P08527V | Vorceed | - | 16.5 | 58.6 | 253.5 | 253.5 | +| 3 | Dairyland | DS-4833V | Vorceed | - | 18.5 | 59.4 | 253.6 | 253.6 | +| 8 | AgriGold | A639-91SSPRIB | SSPRIB | - | 14.7 | 60.2 | 249.8 | 249.8 | +| 12 | CHS | 109SSP EXP | SSP | - | 16.1 | 58.7 | 246.6 | 246.6 | +| 6 | AgriGold | A640-94VT4PRO | VT4Pro | - | 18.1 | 56.7 | 252.2 | 252.2 | +| 9 | Dekalb | DKC110-10RIB | STXRIB | - | 16.7 | 59.6 | 249.3 | 249.3 | +| 16 | AgriGold | A641-85STXRIB | STXRIB | - | 17.5 | 58.5 | 233.6 | 233.6 | +| 7 | Dekalb | DKC112-35RIB | SSPRIB | - | 17.9 | 57.0 | 251.0 | 251.0 | +| 1 | AgriGold | A642-18SSPRIB | SSPRIB | - | 18.1 | 55.9 | 255.7 | 255.7 | +| 5 | Dekalb | DKC114-42RIB | SSPRIB | - | 18.9 | 55.2 | 252.3 | 252.3 | +| 2 | AgriGold | A645-71STXRIB | STXRIB | - | 18.9 | 56.9 | 255.0 | 255.0 | + +Top 5 by Yield: A642-18SSPRIB (AgriGold) 255.7, A645-71STXRIB (AgriGold) 255.0, DS-4833V (Dairyland) 253.6, P08527V (Pioneer) 253.5, DKC114-42RIB (Dekalb) 252.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145548.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145548.json new file mode 100644 index 00000000..c19df53b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145548.json @@ -0,0 +1,634 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145548", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Clare", + "county": "De Kalb", + "year": 2025, + "plot_id": "145548", + "cooperator": "Tracy Jones", + "plot_average": 276.52, + "planted_date": "2025-04-28", + "harvested_date": "2025-10-06", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "Veltyma", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 45, + "brand": "AgriGold", + "product": "A630-04D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 234.9, + "Adj Yield": 234.9 + } + }, + { + "rank": 38, + "brand": "Pioneer", + "product": "P02405V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 261.5, + "Adj Yield": 261.5 + } + }, + { + "rank": 40, + "brand": "Dairyland", + "product": "HiDF-4321V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": null, + "Yield": 259.2, + "Adj Yield": 259.2 + } + }, + { + "rank": 46, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": null, + "Yield": 224.0, + "Adj Yield": 224.0 + } + }, + { + "rank": 24, + "brand": "Dairyland", + "product": "DS-4488V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 280.7, + "Adj Yield": 280.7 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 275.7, + "Adj Yield": 275.7 + } + }, + { + "rank": 39, + "brand": "Dekalb", + "product": "DKC104-14RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 260.0, + "Adj Yield": 260.0 + } + }, + { + "rank": 28, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": null, + "Yield": 274.2, + "Adj Yield": 274.2 + } + }, + { + "rank": 42, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": null, + "Yield": 252.1, + "Adj Yield": 252.1 + } + }, + { + "rank": 33, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 269.0, + "Adj Yield": 269.0 + } + }, + { + "rank": 23, + "brand": "Dekalb", + "product": "DKC107-11RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": null, + "Yield": 281.0, + "Adj Yield": 281.0 + } + }, + { + "rank": 41, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": null, + "Yield": 258.1, + "Adj Yield": 258.1 + } + }, + { + "rank": 18, + "brand": "Dairyland", + "product": "DS-4833V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": null, + "Yield": 284.2, + "Adj Yield": 284.2 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P08527V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": null, + "Yield": 285.8, + "Adj Yield": 285.8 + } + }, + { + "rank": 35, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": null, + "Yield": 267.0, + "Adj Yield": 267.0 + } + }, + { + "rank": 36, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 266.7, + "Adj Yield": 266.7 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P09312V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 289.1, + "Adj Yield": 289.1 + } + }, + { + "rank": 9, + "brand": "Dairyland", + "product": "DS-4973V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": null, + "Yield": 288.2, + "Adj Yield": 288.2 + } + }, + { + "rank": 19, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 284.1, + "Adj Yield": 284.1 + } + }, + { + "rank": 34, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 24.9, + "Test Wt.": null, + "Yield": 267.2, + "Adj Yield": 267.2 + } + }, + { + "rank": 37, + "brand": "Pioneer", + "product": "P10477V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": null, + "Yield": 262.0, + "Adj Yield": 262.0 + } + }, + { + "rank": 6, + "brand": "Dairyland", + "product": "DS-5128V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": null, + "Yield": 295.6, + "Adj Yield": 295.6 + } + }, + { + "rank": 32, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": null, + "Yield": 271.6, + "Adj Yield": 271.6 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 23.9, + "Test Wt.": null, + "Yield": 278.1, + "Adj Yield": 278.1 + } + }, + { + "rank": 30, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 24.4, + "Test Wt.": null, + "Yield": 273.2, + "Adj Yield": 273.2 + } + }, + { + "rank": 31, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 27.2, + "Test Wt.": null, + "Yield": 271.7, + "Adj Yield": 271.7 + } + }, + { + "rank": 14, + "brand": "Dairyland", + "product": "HiDF-5212V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": null, + "Yield": 285.7, + "Adj Yield": 285.7 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 23.7, + "Test Wt.": null, + "Yield": 286.3, + "Adj Yield": 286.3 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.3, + "Test Wt.": null, + "Yield": 280.3, + "Adj Yield": 280.3 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P13777V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": null, + "Yield": 308.2, + "Adj Yield": 308.2 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC113-03RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": null, + "Yield": 288.5, + "Adj Yield": 288.5 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 23.9, + "Test Wt.": null, + "Yield": 307.3, + "Adj Yield": 307.3 + } + }, + { + "rank": 20, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 23.8, + "Test Wt.": null, + "Yield": 282.2, + "Adj Yield": 282.2 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 26.7, + "Test Wt.": null, + "Yield": 282.2, + "Adj Yield": 282.2 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC103-63RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": null, + "Yield": 285.5, + "Adj Yield": 285.5 + } + }, + { + "rank": 22, + "brand": "Dekalb", + "product": "DKC104-14RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": null, + "Yield": 281.7, + "Adj Yield": 281.7 + } + }, + { + "rank": 44, + "brand": "Dekalb", + "product": "PR104-60RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": null, + "Yield": 236.7, + "Adj Yield": 236.7 + } + }, + { + "rank": 43, + "brand": "Dekalb", + "product": "PR105-50RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 251.7, + "Adj Yield": 251.7 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "PR106-20RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": null, + "Yield": 285.4, + "Adj Yield": 285.4 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "PR107-50RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": null, + "Yield": 284.5, + "Adj Yield": 284.5 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "PR110-60RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": null, + "Yield": 307.6, + "Adj Yield": 307.6 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "PR111-60RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": null, + "Yield": 287.5, + "Adj Yield": 287.5 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "PR112-50RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 23.8, + "Test Wt.": null, + "Yield": 296.6, + "Adj Yield": 296.6 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "PR113-60RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 26.3, + "Test Wt.": null, + "Yield": 287.9, + "Adj Yield": 287.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": null, + "Yield": 305.9, + "Adj Yield": 305.9 + } + }, + { + "rank": 29, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": null, + "Yield": 273.4, + "Adj Yield": 273.4 + } + } + ], + "n_results": 46, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145548" + ], + "fetched_at": "2026-05-27T02:21:34.793591+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145548.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145548.md new file mode 100644 index 00000000..49f9b5df --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145548.md @@ -0,0 +1,77 @@ +# Corn yield trial — Clare, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** De Kalb +- **City:** Clare +- **Year:** 2025 +- **Plot ID:** 145548 +- **Cooperator:** Tracy Jones +- **Plot average:** 276.52 BU/Ac +- **Planted:** 2025-04-28 +- **Harvested:** 2025-10-06 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **Fungicide:** Veltyma +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145548 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 45 | AgriGold | A630-04D | 5122EZ | - | 20.2 | - | 234.9 | 234.9 | +| 38 | Pioneer | P02405V | Vorceed | - | 17.8 | - | 261.5 | 261.5 | +| 40 | Dairyland | HiDF-4321V | Vorceed | - | 18.7 | - | 259.2 | 259.2 | +| 46 | AgriGold | A634-65TRC | Trecepta | - | 19.3 | - | 224.0 | 224.0 | +| 24 | Dairyland | DS-4488V | Vorceed | - | 19.2 | - | 280.7 | 280.7 | +| 27 | AgriGold | A634-11SSPRIB | SSPRIB | - | 20.0 | - | 275.7 | 275.7 | +| 39 | Dekalb | DKC104-14RIB | VT2RIB | - | 20.0 | - | 260.0 | 260.0 | +| 28 | AgriGold | A636-16-5222EZ | 5222EZ | - | 22.3 | - | 274.2 | 274.2 | +| 42 | AgriGold | A636-42SSPRIB | SSPRIB | - | 21.1 | - | 252.1 | 252.1 | +| 33 | Dekalb | DKC106-98RIB | VT4RIB | - | 20.0 | - | 269.0 | 269.0 | +| 23 | Dekalb | DKC107-11RIB | SSPRIB | - | 21.0 | - | 281.0 | 281.0 | +| 41 | AgriGold | A638-91VT2PRO | VT2Pro | - | 21.1 | - | 258.1 | 258.1 | +| 18 | Dairyland | DS-4833V | Vorceed | - | 21.8 | - | 284.2 | 284.2 | +| 13 | Pioneer | P08527V | Vorceed | - | 22.7 | - | 285.8 | 285.8 | +| 35 | AgriGold | A639-03VT2RIB | VT2RIB | - | 24.2 | - | 267.0 | 267.0 | +| 36 | AgriGold | A639-91SSPRIB | SSPRIB | - | 20.0 | - | 266.7 | 266.7 | +| 7 | Pioneer | P09312V | Vorceed | - | 20.9 | - | 289.1 | 289.1 | +| 9 | Dairyland | DS-4973V | Vorceed | - | 20.7 | - | 288.2 | 288.2 | +| 19 | Dekalb | DKC110-10RIB | STXRIB | - | 20.9 | - | 284.1 | 284.1 | +| 34 | AgriGold | A640-94VT4PRO | VT4Pro | - | 24.9 | - | 267.2 | 267.2 | +| 37 | Pioneer | P10477V | Vorceed | - | 23.2 | - | 262.0 | 262.0 | +| 6 | Dairyland | DS-5128V | Vorceed | - | 23.1 | - | 295.6 | 295.6 | +| 32 | AgriGold | A641-62D-RN | 5122 | - | 22.6 | - | 271.6 | 271.6 | +| 26 | AgriGold | A641-85STXRIB | STXRIB | - | 23.9 | - | 278.1 | 278.1 | +| 30 | AgriGold | A642-18SSPRIB | SSPRIB | - | 24.4 | - | 273.2 | 273.2 | +| 31 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 27.2 | - | 271.7 | 271.7 | +| 14 | Dairyland | HiDF-5212V | Vorceed | - | 24.0 | - | 285.7 | 285.7 | +| 12 | Dekalb | DKC112-35RIB | SSPRIB | - | 23.7 | - | 286.3 | 286.3 | +| 25 | AgriGold | A642-32VT2RIB | VT2RIB | - | 23.3 | - | 280.3 | 280.3 | +| 1 | Pioneer | P13777V | Vorceed | - | 22.9 | - | 308.2 | 308.2 | +| 8 | Dekalb | DKC113-03RIB | SSPRIB | - | 24.1 | - | 288.5 | 288.5 | +| 3 | Pioneer | P14830Q | QROME | - | 23.9 | - | 307.3 | 307.3 | +| 20 | Dekalb | DKC114-42RIB | SSPRIB | - | 23.8 | - | 282.2 | 282.2 | +| 21 | AgriGold | A644-64VT2RIB | VT2RIB | - | 26.7 | - | 282.2 | 282.2 | +| 15 | Dekalb | DKC103-63RIB | SSPRIB | - | 19.9 | - | 285.5 | 285.5 | +| 22 | Dekalb | DKC104-14RIB | VT2RIB | - | 20.5 | - | 281.7 | 281.7 | +| 44 | Dekalb | PR104-60RIB | SSPRIB | - | 19.4 | - | 236.7 | 236.7 | +| 43 | Dekalb | PR105-50RIB | VT2RIB | - | 20.0 | - | 251.7 | 251.7 | +| 16 | Dekalb | PR106-20RIB | VT2RIB | - | 21.0 | - | 285.4 | 285.4 | +| 17 | Dekalb | PR107-50RIB | SSPRIB | - | 19.7 | - | 284.5 | 284.5 | +| 2 | Dekalb | PR110-60RIB | VT2RIB | - | 21.4 | - | 307.6 | 307.6 | +| 11 | Dekalb | PR111-60RIB | SSPRIB | - | 23.4 | - | 287.5 | 287.5 | +| 5 | Dekalb | PR112-50RIB | STXRIB | - | 23.8 | - | 296.6 | 296.6 | +| 10 | Dekalb | PR113-60RIB | VT2RIB | - | 26.3 | - | 287.9 | 287.9 | +| 4 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 23.2 | - | 305.9 | 305.9 | +| 29 | AgriGold | A644-64VT2RIB | VT2RIB | - | 22.7 | - | 273.4 | 273.4 | + +Top 5 by Yield: P13777V (Pioneer) 308.2, PR110-60RIB (Dekalb) 307.6, P14830Q (Pioneer) 307.3, A642-05VT2RIBD1 (AgriGold) 305.9, PR112-50RIB (Dekalb) 296.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145551.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145551.json new file mode 100644 index 00000000..1903fc27 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145551.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145551", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Frankford", + "county": "Pike", + "year": 2025, + "plot_id": "145551", + "cooperator": "Payton Teasley", + "plot_average": 243.96, + "planted_date": "2025-04-29", + "harvested_date": "2025-10-06", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": null, + "Yield": 260.5, + "Adj Yield": 260.5 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 229.9, + "Adj Yield": 223.03 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": null, + "Yield": 269.2, + "Adj Yield": 263.31 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 243.9, + "Adj Yield": 238.95 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 245.0, + "Adj Yield": 241.05 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": null, + "Yield": 255.1, + "Adj Yield": 252.17 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": null, + "Yield": 245.5, + "Adj Yield": 243.56 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 257.5, + "Adj Yield": 256.48 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 253.3, + "Adj Yield": 253.31 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": null, + "Yield": 247.7, + "Adj Yield": 248.64 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 224.4, + "Adj Yield": 226.39 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 234.4, + "Adj Yield": 237.32 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P1742PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": null, + "Yield": 240.7, + "Adj Yield": 244.61 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": null, + "Yield": 248.4, + "Adj Yield": 253.32 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": null, + "Yield": 233.3, + "Adj Yield": 239.19 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": null, + "Yield": 231.3, + "Adj Yield": 238.11 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": null, + "Yield": 244.8, + "Adj Yield": 244.8 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145551" + ], + "fetched_at": "2026-05-27T02:21:35.292230+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145551.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145551.md new file mode 100644 index 00000000..e3ddf247 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145551.md @@ -0,0 +1,47 @@ +# Corn yield trial — Frankford, MO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Pike +- **City:** Frankford +- **Year:** 2025 +- **Plot ID:** 145551 +- **Cooperator:** Payton Teasley +- **Plot average:** 243.96 BU/Ac +- **Planted:** 2025-04-29 +- **Harvested:** 2025-10-06 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145551 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.8 | - | 260.5 | 260.5 | +| 15 | AgriGold | A641-26V | 3220EZ | - | 14.5 | - | 229.9 | 223.03 | +| 1 | AgriGold | A642-18SSPRIB | SSPRIB | - | 13.3 | - | 269.2 | 263.31 | +| 11 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.5 | - | 243.9 | 238.95 | +| 9 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.5 | - | 245.0 | 241.05 | +| 5 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.8 | - | 255.1 | 252.17 | +| 8 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.7 | - | 245.5 | 243.56 | +| 2 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.5 | - | 257.5 | 256.48 | +| 4 | AgriGold | A645-30VT2RIB | VT2RIB | - | 14.5 | - | 253.3 | 253.31 | +| 6 | AgriGold | A645-55VT2PRO | VT2Pro | - | 13.8 | - | 247.7 | 248.64 | +| 14 | AgriGold | A645-71STXRIB | STXRIB | - | 15.2 | - | 224.4 | 226.39 | +| 13 | AgriGold | A646-17TRC | Trecepta | - | 15.2 | - | 234.4 | 237.32 | +| 7 | Pioneer | P1742PCE | PCE | - | 14.9 | - | 240.7 | 244.61 | +| 3 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 15.7 | - | 248.4 | 253.32 | +| 10 | Dekalb | DKC68-35RIB | VT2RIB | - | 14.4 | - | 233.3 | 239.19 | +| 12 | AgriGold | L6818VT2PRO | VT2Pro | - | 22.7 | - | 231.3 | 238.11 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.3 | - | 244.8 | 244.8 | + +Top 5 by Yield: A642-18SSPRIB (AgriGold) 269.2, A644-64VT2RIB (AgriGold) 260.5, A645-16VT2RIB (AgriGold) 257.5, A642-32VT2RIB (AgriGold) 255.1, A645-30VT2RIB (AgriGold) 253.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145552.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145552.json new file mode 100644 index 00000000..a38098bb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145552.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145552", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Cook", + "county": "Johnson", + "year": 2025, + "plot_id": "145552", + "cooperator": "Andrew Pietzyk", + "plot_average": 228.86, + "planted_date": "2025-04-29", + "harvested_date": "2025-11-13", + "population_seeds_per_acre": 28000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Quilt Xcel", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 61.7, + "Yield": 231.7, + "Adj Yield": 231.7 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 61.1, + "Yield": 223.6, + "Adj Yield": 224.47 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 58.7, + "Yield": 223.0, + "Adj Yield": 223.66 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 60.5, + "Yield": 214.5, + "Adj Yield": 214.93 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 61.3, + "Yield": 228.5, + "Adj Yield": 228.67 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 59.9, + "Yield": 229.1, + "Adj Yield": 229.08 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 62.6, + "Yield": 240.2, + "Adj Yield": 239.97 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 62.0, + "Yield": 226.7, + "Adj Yield": 226.27 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 60.7, + "Yield": 240.4, + "Adj Yield": 239.73 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 62.0, + "Yield": 233.8, + "Adj Yield": 232.98 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 62.0, + "Yield": 233.8, + "Adj Yield": 233.8 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145552" + ], + "fetched_at": "2026-05-27T02:21:35.795783+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145552.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145552.md new file mode 100644 index 00000000..b42b182c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145552.md @@ -0,0 +1,42 @@ +# Corn yield trial — Cook, NE, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Johnson +- **City:** Cook +- **Year:** 2025 +- **Plot ID:** 145552 +- **Cooperator:** Andrew Pietzyk +- **Plot average:** 228.86 BU/Ac +- **Planted:** 2025-04-29 +- **Harvested:** 2025-11-13 +- **Population:** 28,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Quilt Xcel +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145552 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.3 | 61.7 | 231.7 | 231.7 | +| 7 | AgriGold | A640-16-3110 | 3110 | - | 13.1 | 61.1 | 223.6 | 224.47 | +| 8 | AgriGold | A641-26V | 3220EZ | - | 13.7 | 58.7 | 223.0 | 223.66 | +| 9 | AgriGold | A641-62D-RN | 5122 | - | 13.3 | 60.5 | 214.5 | 214.93 | +| 5 | AgriGold | A642-32VT2RIB | VT2RIB | - | 13.3 | 61.3 | 228.5 | 228.67 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.5 | 59.9 | 229.1 | 229.08 | +| 1 | AgriGold | A645-30VT2RIB | VT2RIB | - | 14.1 | 62.6 | 240.2 | 239.97 | +| 6 | AgriGold | A645-55VT2PRO | VT2Pro | - | 13.9 | 62.0 | 226.7 | 226.27 | +| 2 | AgriGold | A646-17STXRIB | STXRIB | - | 13.9 | 60.7 | 240.4 | 239.73 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.3 | 62.0 | 233.8 | 232.98 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.3 | 62.0 | 233.8 | 233.8 | + +Top 5 by Yield: A646-17STXRIB (AgriGold) 240.4, A645-30VT2RIB (AgriGold) 240.2, A643-52VT2RIB (AgriGold) 233.8, A643-52VT2RIB (AgriGold) 233.8, A643-52VT2RIB (AgriGold) 231.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145554.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145554.json new file mode 100644 index 00000000..845e3779 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145554.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145554", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Manito", + "county": "Mason", + "year": 2025, + "plot_id": "145554", + "cooperator": "Zac Charlton", + "plot_average": 246.26, + "planted_date": "2025-04-30", + "harvested_date": "2025-10-10", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Sandy Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 60.1, + "Yield": 254.2, + "Adj Yield": 254.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 62.9, + "Yield": 239.9, + "Adj Yield": 239.9 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 59.6, + "Yield": 232.7, + "Adj Yield": 232.7 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 61.6, + "Yield": 226.4, + "Adj Yield": 226.4 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 58.2, + "Yield": 232.4, + "Adj Yield": 232.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 61.4, + "Yield": 264.7, + "Adj Yield": 264.7 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 59.4, + "Yield": 235.2, + "Adj Yield": 235.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 58.7, + "Yield": 259.2, + "Adj Yield": 259.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 62.7, + "Yield": 251.5, + "Adj Yield": 251.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 61.5, + "Yield": 253.7, + "Adj Yield": 253.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 61.7, + "Yield": 262.0, + "Adj Yield": 262.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 61.5, + "Yield": 243.1, + "Adj Yield": 243.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 62.8, + "Yield": 242.0, + "Adj Yield": 242.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 62.0, + "Yield": 250.7, + "Adj Yield": 250.7 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145554" + ], + "fetched_at": "2026-05-27T02:21:36.275834+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145554.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145554.md new file mode 100644 index 00000000..d04259a6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145554.md @@ -0,0 +1,44 @@ +# Corn yield trial — Manito, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Mason +- **City:** Manito +- **Year:** 2025 +- **Plot ID:** 145554 +- **Cooperator:** Zac Charlton +- **Plot average:** 246.26 BU/Ac +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-10 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Sandy Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145554 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 4 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 12.9 | 60.1 | 254.2 | 254.2 | +| 10 | AgriGold | A639-03VT2RIB | VT2RIB | - | 12.9 | 62.9 | 239.9 | 239.9 | +| 12 | AgriGold | A640-94VT4PRO | VT4Pro | - | 13.6 | 59.6 | 232.7 | 232.7 | +| 14 | AgriGold | A641-62D-RN | 5122 | - | 12.6 | 61.6 | 226.4 | 226.4 | +| 13 | AgriGold | A642-32VT2RIB | VT2RIB | - | 12.8 | 58.2 | 232.4 | 232.4 | +| 1 | AgriGold | A642-18SSPRIB | SSPRIB | - | 12.6 | 61.4 | 264.7 | 264.7 | +| 11 | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.8 | 59.4 | 235.2 | 235.2 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.4 | 58.7 | 259.2 | 259.2 | +| 6 | AgriGold | A645-30VT2RIB | VT2RIB | - | 13.4 | 62.7 | 251.5 | 251.5 | +| 5 | AgriGold | A645-71STXRIB | STXRIB | - | 14.0 | 61.5 | 253.7 | 253.7 | +| 2 | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.0 | 61.7 | 262.0 | 262.0 | +| 8 | AgriGold | A645-55VT2PRO | VT2Pro | - | 13.3 | 61.5 | 243.1 | 243.1 | +| 9 | AgriGold | A646-30VT2RIB | VT2RIB | - | 12.6 | 62.8 | 242.0 | 242.0 | +| 7 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 12.5 | 62.0 | 250.7 | 250.7 | + +Top 5 by Yield: A642-18SSPRIB (AgriGold) 264.7, A645-16VT2RIB (AgriGold) 262.0, A644-64VT2RIB (AgriGold) 259.2, A642-05VT2RIBD1 (AgriGold) 254.2, A645-71STXRIB (AgriGold) 253.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145555.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145555.json new file mode 100644 index 00000000..a2401d39 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145555.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145555", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Princeton", + "county": "Bureau", + "year": 2025, + "plot_id": "145555", + "cooperator": "Alan Madison", + "plot_average": 274.5, + "planted_date": "2025-04-29", + "harvested_date": "2025-09-23", + "population_seeds_per_acre": 34500, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "Pioneer", + "product": "P10477V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 24.6, + "Test Wt.": null, + "Yield": 281.6, + "Adj Yield": 281.6 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P10300PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 26.2, + "Test Wt.": null, + "Yield": 296.1, + "Adj Yield": 296.1 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P11616PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 26.2, + "Test Wt.": null, + "Yield": 287.2, + "Adj Yield": 287.2 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.2, + "Test Wt.": null, + "Yield": 270.5, + "Adj Yield": 270.5 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 25.2, + "Test Wt.": null, + "Yield": 274.3, + "Adj Yield": 274.3 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": null, + "Yield": 246.4, + "Adj Yield": 246.4 + } + }, + { + "rank": 3, + "brand": "Wyffels", + "product": "W7424RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": null, + "Yield": 298.7, + "Adj Yield": 298.7 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 24.7, + "Test Wt.": null, + "Yield": 261.3, + "Adj Yield": 261.3 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P13777V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 26.9, + "Test Wt.": null, + "Yield": 303.2, + "Adj Yield": 303.2 + } + }, + { + "rank": 10, + "brand": "Wyffels", + "product": "W7485RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 26.7, + "Test Wt.": null, + "Yield": 280.3, + "Adj Yield": 280.3 + } + }, + { + "rank": 4, + "brand": "FS Seeds", + "product": "FS6349PC", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 26.1, + "Test Wt.": null, + "Yield": 297.7, + "Adj Yield": 297.7 + } + }, + { + "rank": 11, + "brand": "FS Seeds", + "product": "FS6432", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 26.8, + "Test Wt.": null, + "Yield": 279.2, + "Adj Yield": 279.2 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 25.0, + "Test Wt.": null, + "Yield": 288.9, + "Adj Yield": 288.9 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 24.7, + "Test Wt.": null, + "Yield": 270.7, + "Adj Yield": 270.7 + } + }, + { + "rank": 16, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.3, + "Test Wt.": null, + "Yield": 258.1, + "Adj Yield": 258.1 + } + }, + { + "rank": 8, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 25.0, + "Test Wt.": null, + "Yield": 285.2, + "Adj Yield": 285.2 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.2, + "Test Wt.": null, + "Yield": 232.0, + "Adj Yield": 232.0 + } + }, + { + "rank": 18, + "brand": "FS Seeds", + "product": "FS6545VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": null, + "Yield": 239.6, + "Adj Yield": 239.6 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P1742PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 26.2, + "Test Wt.": null, + "Yield": 309.0, + "Adj Yield": 309.0 + } + }, + { + "rank": 20, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": null, + "Yield": 230.0, + "Adj Yield": 230.0 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145555" + ], + "fetched_at": "2026-05-27T02:21:36.814157+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145555.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145555.md new file mode 100644 index 00000000..2db0824b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145555.md @@ -0,0 +1,50 @@ +# Corn yield trial — Princeton, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Bureau +- **City:** Princeton +- **Year:** 2025 +- **Plot ID:** 145555 +- **Cooperator:** Alan Madison +- **Plot average:** 274.5 BU/Ac +- **Planted:** 2025-04-29 +- **Harvested:** 2025-09-23 +- **Population:** 34,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145555 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | Pioneer | P10477V | Vorceed | - | 24.6 | - | 281.6 | 281.6 | +| 5 | Pioneer | P10300PCE | PCE | - | 26.2 | - | 296.1 | 296.1 | +| 7 | Pioneer | P11616PCE | PCE | - | 26.2 | - | 287.2 | 287.2 | +| 14 | AgriGold | A642-32VT2RIB | VT2RIB | - | 25.2 | - | 270.5 | 270.5 | +| 12 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 25.2 | - | 274.3 | 274.3 | +| 17 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 23.2 | - | 246.4 | 246.4 | +| 3 | Wyffels | W7424RIB | PCE | - | 22.9 | - | 298.7 | 298.7 | +| 15 | AgriGold | A642-18SSPRIB | SSPRIB | - | 24.7 | - | 261.3 | 261.3 | +| 2 | Pioneer | P13777V | Vorceed | - | 26.9 | - | 303.2 | 303.2 | +| 10 | Wyffels | W7485RIB | TreceptaRIB | - | 26.7 | - | 280.3 | 280.3 | +| 4 | FS Seeds | FS6349PC | PCE | - | 26.1 | - | 297.7 | 297.7 | +| 11 | FS Seeds | FS6432 | SSPRIB | - | 26.8 | - | 279.2 | 279.2 | +| 6 | Pioneer | P14830Q | QROME | - | 25.0 | - | 288.9 | 288.9 | +| 13 | Dekalb | DKC114-43RIB | VT4RIB | - | 24.7 | - | 270.7 | 270.7 | +| 16 | Wyffels | W7876RIB | VT2RIB | - | 23.3 | - | 258.1 | 258.1 | +| 8 | Wyffels | W7945RIB | TreceptaRIB | - | 25.0 | - | 285.2 | 285.2 | +| 19 | AgriGold | A644-64VT2RIB | VT2RIB | - | 25.2 | - | 232.0 | 232.0 | +| 18 | FS Seeds | FS6545VRIB | VT2RIB | - | 21.2 | - | 239.6 | 239.6 | +| 1 | Pioneer | P1742PCE | PCE | - | 26.2 | - | 309.0 | 309.0 | +| 20 | Dekalb | DKC68-35RIB | VT2RIB | - | 24.2 | - | 230.0 | 230.0 | + +Top 5 by Yield: P1742PCE (Pioneer) 309.0, P13777V (Pioneer) 303.2, W7424RIB (Wyffels) 298.7, FS6349PC (FS Seeds) 297.7, P10300PCE (Pioneer) 296.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145556.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145556.json new file mode 100644 index 00000000..6ecb2578 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145556.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145556", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Toulon", + "county": "Stark", + "year": 2025, + "plot_id": "145556", + "cooperator": "Chris Baumann", + "plot_average": 271.74, + "planted_date": "2025-04-28", + "harvested_date": "2025-10-13", + "population_seeds_per_acre": 37000, + "row_width": "20.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Nu Tech", + "product": "69C7PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.0, + "Yield": 290.2, + "Adj Yield": 290.2 + } + }, + { + "rank": 10, + "brand": "Nu Tech", + "product": "69F3V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 59.7, + "Yield": 269.5, + "Adj Yield": 269.5 + } + }, + { + "rank": 2, + "brand": "Nu Tech", + "product": "70F6V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 60.4, + "Yield": 287.3, + "Adj Yield": 287.3 + } + }, + { + "rank": 3, + "brand": "Nu Tech", + "product": "71A7V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 61.1, + "Yield": 285.4, + "Adj Yield": 285.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 62.9, + "Yield": 274.2, + "Adj Yield": 274.2 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.6, + "Yield": 267.1, + "Adj Yield": 267.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 60.5, + "Yield": 281.7, + "Adj Yield": 281.7 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 60.9, + "Yield": 259.6, + "Adj Yield": 259.6 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 62.2, + "Yield": 253.5, + "Adj Yield": 253.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 60.0, + "Yield": 282.3, + "Adj Yield": 282.3 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.9, + "Yield": 260.2, + "Adj Yield": 260.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 59.8, + "Yield": 270.0, + "Adj Yield": 270.0 + } + }, + { + "rank": 8, + "brand": "Nu Tech", + "product": "73B2V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.5, + "Yield": 271.6, + "Adj Yield": 271.6 + } + }, + { + "rank": 1, + "brand": "Nu Tech", + "product": "73J1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 58.9, + "Yield": 295.7, + "Adj Yield": 295.7 + } + }, + { + "rank": 6, + "brand": "Nu Tech", + "product": "75A8V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 60.1, + "Yield": 279.4, + "Adj Yield": 279.4 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 62.6, + "Yield": 261.5, + "Adj Yield": 261.5 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 60.3, + "Yield": 248.9, + "Adj Yield": 248.9 + } + }, + { + "rank": null, + "brand": "Nu Tech", + "product": "69C7PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 60.5, + "Yield": 275.3, + "Adj Yield": 275.3 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145556" + ], + "fetched_at": "2026-05-27T02:21:37.320607+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145556.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145556.md new file mode 100644 index 00000000..e38a48a5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145556.md @@ -0,0 +1,48 @@ +# Corn yield trial — Toulon, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Stark +- **City:** Toulon +- **Year:** 2025 +- **Plot ID:** 145556 +- **Cooperator:** Chris Baumann +- **Plot average:** 271.74 BU/Ac +- **Planted:** 2025-04-28 +- **Harvested:** 2025-10-13 +- **Population:** 37,000 seeds/acre +- **Row width:** 20.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145556 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Nu Tech | 69C7PCE | PCE | - | 13.7 | 60.0 | 290.2 | 290.2 | +| 10 | Nu Tech | 69F3V | Vorceed | - | 13.3 | 59.7 | 269.5 | 269.5 | +| 2 | Nu Tech | 70F6V | Vorceed | - | 13.3 | 60.4 | 287.3 | 287.3 | +| 3 | Nu Tech | 71A7V | Vorceed | - | 13.3 | 61.1 | 285.4 | 285.4 | +| 7 | AgriGold | A640-94VT4PRO | VT4Pro | - | 12.8 | 62.9 | 274.2 | 274.2 | +| 11 | AgriGold | A641-62D-RN | 5122 | - | 14.4 | 59.6 | 267.1 | 267.1 | +| 5 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 13.4 | 60.5 | 281.7 | 281.7 | +| 14 | AgriGold | A642-18SSPRIB | SSPRIB | - | 13.1 | 60.9 | 259.6 | 259.6 | +| 15 | AgriGold | A642-32VT2RIB | VT2RIB | - | 13.4 | 62.2 | 253.5 | 253.5 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.5 | 60.0 | 282.3 | 282.3 | +| 13 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.3 | 59.9 | 260.2 | 260.2 | +| 9 | AgriGold | A645-71STXRIB | STXRIB | - | 15.1 | 59.8 | 270.0 | 270.0 | +| 8 | Nu Tech | 73B2V | Vorceed | - | 14.3 | 59.5 | 271.6 | 271.6 | +| 1 | Nu Tech | 73J1V | Vorceed | - | 14.2 | 58.9 | 295.7 | 295.7 | +| 6 | Nu Tech | 75A8V | Vorceed | - | 13.8 | 60.1 | 279.4 | 279.4 | +| 12 | AgriGold | A645-55VT2PRO | VT2Pro | - | 12.8 | 62.6 | 261.5 | 261.5 | +| 16 | AgriGold | A646-17TRC | Trecepta | - | 13.9 | 60.3 | 248.9 | 248.9 | +| - | Nu Tech | 69C7PCE | PCE | - | 12.8 | 60.5 | 275.3 | 275.3 | + +Top 5 by Yield: 73J1V (Nu Tech) 295.7, 69C7PCE (Nu Tech) 290.2, 70F6V (Nu Tech) 287.3, 71A7V (Nu Tech) 285.4, A643-52VT2RIB (AgriGold) 282.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145557.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145557.json new file mode 100644 index 00000000..c89f842d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145557.json @@ -0,0 +1,309 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145557", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Reynolds", + "county": "Mercer", + "year": 2025, + "plot_id": "145557", + "cooperator": "David Anderson", + "plot_average": 263.59, + "planted_date": "2025-04-28", + "harvested_date": "2025-10-04", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "Veltyma", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 57.9, + "Yield": 263.9, + "Adj Yield": 263.9 + } + }, + { + "rank": 15, + "brand": "Nu Tech", + "product": "63A7V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 56.1, + "Yield": 256.6, + "Adj Yield": 256.6 + } + }, + { + "rank": 16, + "brand": "Nu Tech", + "product": "65B8V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 57.5, + "Yield": 249.6, + "Adj Yield": 249.6 + } + }, + { + "rank": 12, + "brand": "Nu Tech", + "product": "66C2V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 58.0, + "Yield": 263.8, + "Adj Yield": 263.8 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 56.5, + "Yield": 242.9, + "Adj Yield": 242.9 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 57.1, + "Yield": 237.4, + "Adj Yield": 237.4 + } + }, + { + "rank": 9, + "brand": "Nu Tech", + "product": "68C1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 57.6, + "Yield": 266.4, + "Adj Yield": 266.4 + } + }, + { + "rank": 10, + "brand": "Nu Tech", + "product": "69B5V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 57.3, + "Yield": 264.8, + "Adj Yield": 264.8 + } + }, + { + "rank": 11, + "brand": "Nu Tech", + "product": "69F3V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 56.3, + "Yield": 264.6, + "Adj Yield": 264.6 + } + }, + { + "rank": 13, + "brand": "Nu Tech", + "product": "70F6V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 56.5, + "Yield": 263.2, + "Adj Yield": 263.2 + } + }, + { + "rank": 1, + "brand": "Nu Tech", + "product": "71A7V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 58.9, + "Yield": 283.4, + "Adj Yield": 283.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 56.6, + "Yield": 280.7, + "Adj Yield": 280.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 57.6, + "Yield": 275.6, + "Adj Yield": 275.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 56.8, + "Yield": 273.5, + "Adj Yield": 273.5 + } + }, + { + "rank": 6, + "brand": "Nu Tech", + "product": "73B2V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 55.9, + "Yield": 269.9, + "Adj Yield": 269.9 + } + }, + { + "rank": 7, + "brand": "Nu Tech", + "product": "73J1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 55.6, + "Yield": 268.1, + "Adj Yield": 268.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 56.4, + "Yield": 272.1, + "Adj Yield": 272.1 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 56.5, + "Yield": 248.8, + "Adj Yield": 248.8 + } + }, + { + "rank": 8, + "brand": "Nu Tech", + "product": "75A8V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 54.6, + "Yield": 267.4, + "Adj Yield": 267.4 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A643-52STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 58.4, + "Yield": 259.4, + "Adj Yield": 259.4 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 58.3, + "Yield": 257.3, + "Adj Yield": 257.3 + } + } + ], + "n_results": 21, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145557" + ], + "fetched_at": "2026-05-27T02:21:37.786391+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145557.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145557.md new file mode 100644 index 00000000..c5c3c94c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145557.md @@ -0,0 +1,52 @@ +# Corn yield trial — Reynolds, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Mercer +- **City:** Reynolds +- **Year:** 2025 +- **Plot ID:** 145557 +- **Cooperator:** David Anderson +- **Plot average:** 263.59 BU/Ac +- **Planted:** 2025-04-28 +- **Harvested:** 2025-10-04 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **Fungicide:** Veltyma +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145557 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52STXRIB | STXRIB | - | 18.2 | 57.9 | 263.9 | 263.9 | +| 15 | Nu Tech | 63A7V | 3220EZ | - | 15.5 | 56.1 | 256.6 | 256.6 | +| 16 | Nu Tech | 65B8V | 3220EZ | - | 15.1 | 57.5 | 249.6 | 249.6 | +| 12 | Nu Tech | 66C2V | Vorceed | - | 16.9 | 58.0 | 263.8 | 263.8 | +| 18 | AgriGold | A636-16-5222EZ | 5222EZ | - | 16.6 | 56.5 | 242.9 | 242.9 | +| 19 | AgriGold | A636-42SSPRIB | SSPRIB | - | 16.1 | 57.1 | 237.4 | 237.4 | +| 9 | Nu Tech | 68C1V | Vorceed | - | 16.8 | 57.6 | 266.4 | 266.4 | +| 10 | Nu Tech | 69B5V | Vorceed | - | 17.3 | 57.3 | 264.8 | 264.8 | +| 11 | Nu Tech | 69F3V | Vorceed | - | 17.0 | 56.3 | 264.6 | 264.6 | +| 13 | Nu Tech | 70F6V | Vorceed | - | 17.1 | 56.5 | 263.2 | 263.2 | +| 1 | Nu Tech | 71A7V | Vorceed | - | 17.2 | 58.9 | 283.4 | 283.4 | +| 2 | AgriGold | A641-62D-RN | 5122 | - | 19.3 | 56.6 | 280.7 | 280.7 | +| 3 | AgriGold | A642-32VT2RIB | VT2RIB | - | 19.5 | 57.6 | 275.6 | 275.6 | +| 4 | AgriGold | A642-18SSPRIB | SSPRIB | - | 20.1 | 56.8 | 273.5 | 273.5 | +| 6 | Nu Tech | 73B2V | Vorceed | - | 20.5 | 55.9 | 269.9 | 269.9 | +| 7 | Nu Tech | 73J1V | Vorceed | - | 19.4 | 55.6 | 268.1 | 268.1 | +| 5 | AgriGold | A645-71STXRIB | STXRIB | - | 20.2 | 56.4 | 272.1 | 272.1 | +| 17 | AgriGold | A646-17STXRIB | STXRIB | - | 20.6 | 56.5 | 248.8 | 248.8 | +| 8 | Nu Tech | 75A8V | Vorceed | - | 20.6 | 54.6 | 267.4 | 267.4 | +| 14 | AgriGold | A643-52STXRIB | STXRIB | - | 19.0 | 58.4 | 259.4 | 259.4 | +| - | AgriGold | A643-52STXRIB | STXRIB | - | 19.3 | 58.3 | 257.3 | 257.3 | + +Top 5 by Yield: 71A7V (Nu Tech) 283.4, A641-62D-RN (AgriGold) 280.7, A642-32VT2RIB (AgriGold) 275.6, A642-18SSPRIB (AgriGold) 273.5, A645-71STXRIB (AgriGold) 272.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145563.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145563.json new file mode 100644 index 00000000..6e4b1921 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145563.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145563", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "VA", + "state_abbrev": "va", + "city": "Champlain", + "county": "Essex", + "year": 2025, + "plot_id": "145563", + "cooperator": "Ben Ellis", + "plot_average": 212.55, + "planted_date": "2025-04-23", + "harvested_date": "2025-09-04", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Sandy Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 55.7, + "Yield": 208.4, + "Adj Yield": 208.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 53.9, + "Yield": 194.3, + "Adj Yield": 194.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 53.9, + "Yield": 220.7, + "Adj Yield": 220.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": 54.1, + "Yield": 216.8, + "Adj Yield": 216.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 56.8, + "Yield": 213.2, + "Adj Yield": 213.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": 56.9, + "Yield": 216.9, + "Adj Yield": 216.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 56.1, + "Yield": 220.3, + "Adj Yield": 220.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.3, + "Test Wt.": 55.0, + "Yield": 209.8, + "Adj Yield": 209.8 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145563" + ], + "fetched_at": "2026-05-27T02:21:38.276951+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145563.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145563.md new file mode 100644 index 00000000..4847ded0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145563.md @@ -0,0 +1,38 @@ +# Corn yield trial — Champlain, VA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** VA +- **County:** Essex +- **City:** Champlain +- **Year:** 2025 +- **Plot ID:** 145563 +- **Cooperator:** Ben Ellis +- **Plot average:** 212.55 BU/Ac +- **Planted:** 2025-04-23 +- **Harvested:** 2025-09-04 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Sandy Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145563 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | AgriGold | A640-16-3110 | 3110 | - | 19.3 | 55.7 | 208.4 | 208.4 | +| 8 | AgriGold | A641-26V | 3220EZ | - | 21.1 | 53.9 | 194.3 | 194.3 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 22.7 | 53.9 | 220.7 | 220.7 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 23.1 | 54.1 | 216.8 | 216.8 | +| 5 | AgriGold | A645-55VT2PRO | VT2Pro | - | 22.7 | 56.8 | 213.2 | 213.2 | +| 3 | AgriGold | A645-30VT2RIB | VT2RIB | - | 23.0 | 56.9 | 216.9 | 216.9 | +| 2 | AgriGold | A647-79VT2PRO | VT2Pro | - | 23.2 | 56.1 | 220.3 | 220.3 | +| 6 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 24.3 | 55.0 | 209.8 | 209.8 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 220.7, A647-79VT2PRO (AgriGold) 220.3, A645-30VT2RIB (AgriGold) 216.9, A644-64VT2RIB (AgriGold) 216.8, A645-55VT2PRO (AgriGold) 213.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145569.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145569.json new file mode 100644 index 00000000..361f3673 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145569.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145569", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Kaneville", + "county": "De Kalb", + "year": 2025, + "plot_id": "145569", + "cooperator": "Long Farms", + "plot_average": 262.15, + "planted_date": "2025-04-29", + "harvested_date": "2025-10-15", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 56.0, + "Yield": 264.3, + "Adj Yield": 264.3 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 56.0, + "Yield": 246.6, + "Adj Yield": 246.6 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 54.5, + "Yield": 257.5, + "Adj Yield": 257.5 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 55.6, + "Yield": 248.1, + "Adj Yield": 248.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 57.0, + "Yield": 266.1, + "Adj Yield": 266.1 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 54.5, + "Yield": 248.6, + "Adj Yield": 248.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 56.6, + "Yield": 259.5, + "Adj Yield": 259.5 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P10625V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 55.0, + "Yield": 280.5, + "Adj Yield": 280.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 56.4, + "Yield": 274.7, + "Adj Yield": 274.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 55.6, + "Yield": 264.1, + "Adj Yield": 264.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 52.2, + "Yield": 282.5, + "Adj Yield": 282.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 54.0, + "Yield": 263.8, + "Adj Yield": 263.8 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 55.7, + "Yield": 259.2, + "Adj Yield": 259.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 55.0, + "Yield": 268.2, + "Adj Yield": 268.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 54.0, + "Yield": 265.0, + "Adj Yield": 265.0 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 25.0, + "Test Wt.": 56.0, + "Yield": 245.7, + "Adj Yield": 245.7 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145569" + ], + "fetched_at": "2026-05-27T02:21:38.820766+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145569.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145569.md new file mode 100644 index 00000000..1f66a2b0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145569.md @@ -0,0 +1,46 @@ +# Corn yield trial — Kaneville, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** De Kalb +- **City:** Kaneville +- **Year:** 2025 +- **Plot ID:** 145569 +- **Cooperator:** Long Farms +- **Plot average:** 262.15 BU/Ac +- **Planted:** 2025-04-29 +- **Harvested:** 2025-10-15 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145569 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | AgriGold | A634-11SSPRIB | SSPRIB | - | 18.0 | 56.0 | 264.3 | 264.3 | +| 15 | AgriGold | A634-65TRC | Trecepta | - | 19.1 | 56.0 | 246.6 | 246.6 | +| 12 | AgriGold | A636-16-5222EZ | 5222EZ | - | 21.0 | 54.5 | 257.5 | 257.5 | +| 14 | AgriGold | A636-42SSPRIB | SSPRIB | - | 17.5 | 55.6 | 248.1 | 248.1 | +| 5 | AgriGold | A638-91VT2PRO | VT2Pro | - | 21.0 | 57.0 | 266.1 | 266.1 | +| 13 | AgriGold | A639-03VT2RIB | VT2RIB | - | 21.5 | 54.5 | 248.6 | 248.6 | +| 10 | AgriGold | A639-38V-RN | 3220 | - | 18.8 | 56.6 | 259.5 | 259.5 | +| 2 | Pioneer | P10625V | Vorceed | - | 21.2 | 55.0 | 280.5 | 280.5 | +| 3 | AgriGold | A642-18SSPRIB | SSPRIB | - | 20.6 | 56.4 | 274.7 | 274.7 | +| 8 | AgriGold | A642-32VT2RIB | VT2RIB | - | 19.4 | 55.6 | 264.1 | 264.1 | +| 1 | AgriGold | A641-62D-RN | 5122 | - | 21.9 | 52.2 | 282.5 | 282.5 | +| 9 | AgriGold | A640-94VT4PRO | VT4Pro | - | 20.8 | 54.0 | 263.8 | 263.8 | +| 11 | AgriGold | A643-52VT2RIB | VT2RIB | - | 21.5 | 55.7 | 259.2 | 259.2 | +| 4 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 21.8 | 55.0 | 268.2 | 268.2 | +| 6 | AgriGold | A644-64VT2RIB | VT2RIB | - | 21.4 | 54.0 | 265.0 | 265.0 | +| 16 | Dekalb | DKC114-99RIB | VT4RIB | - | 25.0 | 56.0 | 245.7 | 245.7 | + +Top 5 by Yield: A641-62D-RN (AgriGold) 282.5, P10625V (Pioneer) 280.5, A642-18SSPRIB (AgriGold) 274.7, A642-05VT2RIBD1 (AgriGold) 268.2, A638-91VT2PRO (AgriGold) 266.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145570.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145570.json new file mode 100644 index 00000000..d4276cf5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145570.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145570", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Hopedale", + "county": "Tazewell", + "year": 2025, + "plot_id": "145570", + "cooperator": "Phil Weihmeir", + "plot_average": 259.62, + "planted_date": "2025-04-24", + "harvested_date": "2025-09-19", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 55.8, + "Yield": 221.4, + "Adj Yield": 221.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 57.7, + "Yield": 268.4, + "Adj Yield": 268.4 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 53.5, + "Yield": 243.0, + "Adj Yield": 243.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 58.8, + "Yield": 261.8, + "Adj Yield": 261.8 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 54.8, + "Yield": 254.0, + "Adj Yield": 254.0 + } + }, + { + "rank": 13, + "brand": "Brevant Seeds", + "product": "B13C49V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 56.3, + "Yield": 244.6, + "Adj Yield": 244.6 + } + }, + { + "rank": 10, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 56.9, + "Yield": 258.6, + "Adj Yield": 258.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.3, + "Test Wt.": 58.5, + "Yield": 278.4, + "Adj Yield": 278.4 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 59.3, + "Yield": 274.2, + "Adj Yield": 274.2 + } + }, + { + "rank": 7, + "brand": "Dyna Gro", + "product": "D55TC86", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": 54.7, + "Yield": 262.9, + "Adj Yield": 262.9 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 51.6, + "Yield": 262.8, + "Adj Yield": 262.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": 59.6, + "Yield": 263.2, + "Adj Yield": 263.2 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 58.7, + "Yield": 268.4, + "Adj Yield": 268.4 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.5, + "Test Wt.": 57.5, + "Yield": 275.7, + "Adj Yield": 275.7 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC59-82RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 63.1, + "Yield": 256.9, + "Adj Yield": 256.9 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145570" + ], + "fetched_at": "2026-05-27T02:21:39.272056+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145570.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145570.md new file mode 100644 index 00000000..89016c93 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145570.md @@ -0,0 +1,45 @@ +# Corn yield trial — Hopedale, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Tazewell +- **City:** Hopedale +- **Year:** 2025 +- **Plot ID:** 145570 +- **Cooperator:** Phil Weihmeir +- **Plot average:** 259.62 BU/Ac +- **Planted:** 2025-04-24 +- **Harvested:** 2025-09-19 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145570 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 15 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 19.6 | 55.8 | 221.4 | 221.4 | +| 4 | AgriGold | A640-94VT4PRO | VT4Pro | - | 22.1 | 57.7 | 268.4 | 268.4 | +| 14 | AgriGold | A641-62D-RN | 5122 | - | 23.4 | 53.5 | 243.0 | 243.0 | +| 9 | AgriGold | A642-32VT2RIB | VT2RIB | - | 21.7 | 58.8 | 261.8 | 261.8 | +| 12 | AgriGold | A642-18SSPRIB | SSPRIB | - | 22.0 | 54.8 | 254.0 | 254.0 | +| 13 | Brevant Seeds | B13C49V | Vorceed | - | 20.8 | 56.3 | 244.6 | 244.6 | +| 10 | Pioneer | P13777PCE | PCE | - | 20.8 | 56.9 | 258.6 | 258.6 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 23.3 | 58.5 | 278.4 | 278.4 | +| 3 | Dekalb | DKC114-99RIB | VT4RIB | - | 21.2 | 59.3 | 274.2 | 274.2 | +| 7 | Dyna Gro | D55TC86 | Unknown | - | 23.1 | 54.7 | 262.9 | 262.9 | +| 8 | AgriGold | A645-71STXRIB | STXRIB | - | 21.3 | 51.6 | 262.8 | 262.8 | +| 6 | AgriGold | A646-17TRC | Trecepta | - | 23.0 | 59.6 | 263.2 | 263.2 | +| 4 | Pioneer | P1742Q | QROME | - | 21.6 | 58.7 | 268.4 | 268.4 | +| 2 | Dekalb | DKC68-35RIB | VT2RIB | - | 23.5 | 57.5 | 275.7 | 275.7 | +| 11 | Dekalb | DKC59-82RIB | VT2RIB | - | 18.9 | 63.1 | 256.9 | 256.9 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 278.4, DKC68-35RIB (Dekalb) 275.7, DKC114-99RIB (Dekalb) 274.2, A640-94VT4PRO (AgriGold) 268.4, P1742Q (Pioneer) 268.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145571.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145571.json new file mode 100644 index 00000000..646c9337 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145571.json @@ -0,0 +1,413 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145571", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Burrton", + "county": "Sedgwick", + "year": 2025, + "plot_id": "145571", + "cooperator": "Judy Young", + "plot_average": 213.35, + "planted_date": "2025-04-29", + "harvested_date": "2025-10-11", + "population_seeds_per_acre": 31000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Sandy Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "Quilt Xcel", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 58.5, + "Yield": 206.4, + "Adj Yield": 206.4 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.2, + "Yield": 203.1, + "Adj Yield": 203.1 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.3, + "Yield": 210.8, + "Adj Yield": 210.8 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 58.8, + "Yield": 179.6, + "Adj Yield": 179.6 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.8, + "Yield": 207.2, + "Adj Yield": 207.2 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 60.3, + "Yield": 209.1, + "Adj Yield": 209.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 60.8, + "Yield": 239.7, + "Adj Yield": 239.7 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.3, + "Yield": 206.3, + "Adj Yield": 206.3 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 58.8, + "Yield": 217.2, + "Adj Yield": 217.2 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 60.3, + "Yield": 219.8, + "Adj Yield": 219.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 60.3, + "Yield": 219.8, + "Adj Yield": 219.8 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 60.6, + "Yield": 217.5, + "Adj Yield": 217.5 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 60.8, + "Yield": 213.6, + "Adj Yield": 213.6 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 62.0, + "Yield": 203.3, + "Adj Yield": 203.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 61.7, + "Yield": 236.7, + "Adj Yield": 236.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 60.8, + "Yield": 230.6, + "Adj Yield": 230.6 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 58.8, + "Yield": 211.1, + "Adj Yield": 211.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 62.1, + "Yield": 232.2, + "Adj Yield": 232.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 61.1, + "Yield": 220.4, + "Adj Yield": 220.4 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.1, + "Yield": 223.3, + "Adj Yield": 223.3 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 60.5, + "Yield": 226.5, + "Adj Yield": 226.5 + } + }, + { + "rank": 25, + "brand": "Stine", + "product": "9755-20VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.5, + "Yield": 176.6, + "Adj Yield": 176.6 + } + }, + { + "rank": 11, + "brand": "Stine", + "product": "9754-20", + "traits": "DGVT2PRO", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 59.9, + "Yield": 215.2, + "Adj Yield": 215.2 + } + }, + { + "rank": 12, + "brand": "Stine", + "product": "9753-20VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 61.5, + "Yield": 214.3, + "Adj Yield": 214.3 + } + }, + { + "rank": 14, + "brand": "Stine", + "product": "9817-30", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.2, + "Yield": 211.3, + "Adj Yield": 211.3 + } + }, + { + "rank": 17, + "brand": "Stine", + "product": "9808E-20", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 60.0, + "Yield": 210.4, + "Adj Yield": 210.4 + } + }, + { + "rank": 10, + "brand": "Stine", + "product": "9808E-20", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 59.8, + "Yield": 215.8, + "Adj Yield": 215.8 + } + }, + { + "rank": 21, + "brand": "Stine", + "product": "9808E-20", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 59.6, + "Yield": 205.5, + "Adj Yield": 205.5 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 57.3, + "Yield": 219.0, + "Adj Yield": 219.0 + } + } + ], + "n_results": 29, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145571" + ], + "fetched_at": "2026-05-27T02:21:39.790759+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145571.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145571.md new file mode 100644 index 00000000..2fbecf24 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145571.md @@ -0,0 +1,62 @@ +# Corn yield trial — Burrton, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Sedgwick +- **City:** Burrton +- **Year:** 2025 +- **Plot ID:** 145571 +- **Cooperator:** Judy Young +- **Plot average:** 213.35 BU/Ac +- **Planted:** 2025-04-29 +- **Harvested:** 2025-10-11 +- **Population:** 31,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Sandy Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **Fungicide:** Quilt Xcel +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145571 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A642-18SSPRIB | SSPRIB | - | 14.4 | 58.5 | 206.4 | 206.4 | +| 23 | AgriGold | A640-16-3110 | 3110 | - | 14.4 | 59.2 | 203.1 | 203.1 | +| 16 | AgriGold | A641-26V | 3220EZ | - | 14.5 | 59.3 | 210.8 | 210.8 | +| 24 | AgriGold | A641-62D-RN | 5122 | - | 14.2 | 58.8 | 179.6 | 179.6 | +| 19 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.2 | 60.8 | 207.2 | 207.2 | +| 18 | AgriGold | A640-94VT4PRO | VT4Pro | - | 13.9 | 60.3 | 209.1 | 209.1 | +| 1 | AgriGold | A642-18TRC | Trecepta | - | 14.3 | 60.8 | 239.7 | 239.7 | +| 20 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.2 | 60.3 | 206.3 | 206.3 | +| 9 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.1 | 58.8 | 217.2 | 217.2 | +| - | AgriGold | A642-18SSPRIB | SSPRIB | - | 14.0 | 60.3 | 219.8 | 219.8 | +| 7 | AgriGold | A642-18SSPRIB | SSPRIB | - | 14.0 | 60.3 | 219.8 | 219.8 | +| 8 | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.4 | 60.6 | 217.5 | 217.5 | +| 13 | AgriGold | A645-30VT2RIB | VT2RIB | - | 14.7 | 60.8 | 213.6 | 213.6 | +| 22 | AgriGold | A645-55VT2PRO | VT2Pro | - | 14.1 | 62.0 | 203.3 | 203.3 | +| 2 | AgriGold | A645-80-3110 | 3110 | - | 14.9 | 61.7 | 236.7 | 236.7 | +| 4 | AgriGold | A646-17TRC | Trecepta | - | 14.7 | 60.8 | 230.6 | 230.6 | +| 15 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 14.5 | 58.8 | 211.1 | 211.1 | +| 3 | AgriGold | L6722VT2PRO | VT2Pro | - | 14.4 | 62.1 | 232.2 | 232.2 | +| 6 | AgriGold | L6818VT2PRO | VT2Pro | - | 14.8 | 61.1 | 220.4 | 220.4 | +| - | AgriGold | A642-18SSPRIB | SSPRIB | - | 14.5 | 59.1 | 223.3 | 223.3 | +| 5 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 14.5 | 60.5 | 226.5 | 226.5 | +| 25 | Stine | 9755-20VT2RIB | VT2RIB | - | 14.3 | 59.5 | 176.6 | 176.6 | +| 11 | Stine | 9754-20 | DGVT2PRO | - | 14.2 | 59.9 | 215.2 | 215.2 | +| 12 | Stine | 9753-20VT2PRO | VT2Pro | - | 14.6 | 61.5 | 214.3 | 214.3 | +| 14 | Stine | 9817-30 | 3220 | - | 14.9 | 58.2 | 211.3 | 211.3 | +| 17 | Stine | 9808E-20 | 3110 | - | 15.3 | 60.0 | 210.4 | 210.4 | +| 10 | Stine | 9808E-20 | 3110 | - | 15.5 | 59.8 | 215.8 | 215.8 | +| 21 | Stine | 9808E-20 | 3110 | - | 15.3 | 59.6 | 205.5 | 205.5 | +| - | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.3 | 57.3 | 219.0 | 219.0 | + +Top 5 by Yield: A642-18TRC (AgriGold) 239.7, A645-80-3110 (AgriGold) 236.7, L6722VT2PRO (AgriGold) 232.2, A646-17TRC (AgriGold) 230.6, DKC66-06RIB (Dekalb) 226.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145572.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145572.json new file mode 100644 index 00000000..f91cacbb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145572.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145572", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Gridley", + "county": "Woodford", + "year": 2025, + "plot_id": "145572", + "cooperator": "Schlipf Farms", + "plot_average": 264.17, + "planted_date": "2025-04-28", + "harvested_date": "2025-10-06", + "population_seeds_per_acre": 35500, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Veltyma", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 58.1, + "Yield": 273.0, + "Adj Yield": 273.0 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 61.5, + "Yield": 243.7, + "Adj Yield": 243.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 58.6, + "Yield": 257.3, + "Adj Yield": 257.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.1, + "Yield": 270.0, + "Adj Yield": 270.0 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P1027AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 60.2, + "Yield": 261.0, + "Adj Yield": 261.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 59.4, + "Yield": 257.9, + "Adj Yield": 257.9 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 61.6, + "Yield": 254.0, + "Adj Yield": 254.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 60.8, + "Yield": 264.3, + "Adj Yield": 264.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 65.5, + "Yield": 278.8, + "Adj Yield": 278.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 63.8, + "Yield": 276.1, + "Adj Yield": 276.1 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 60.5, + "Yield": 257.1, + "Adj Yield": 257.1 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 60.8, + "Yield": 267.4, + "Adj Yield": 267.4 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 63.2, + "Yield": 255.3, + "Adj Yield": 255.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 61.3, + "Yield": 282.5, + "Adj Yield": 282.5 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145572" + ], + "fetched_at": "2026-05-27T02:21:40.300493+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145572.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145572.md new file mode 100644 index 00000000..2b685b2a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145572.md @@ -0,0 +1,45 @@ +# Corn yield trial — Gridley, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Woodford +- **City:** Gridley +- **Year:** 2025 +- **Plot ID:** 145572 +- **Cooperator:** Schlipf Farms +- **Plot average:** 264.17 BU/Ac +- **Planted:** 2025-04-28 +- **Harvested:** 2025-10-06 +- **Population:** 35,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Veltyma +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145572 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.4 | 58.1 | 273.0 | 273.0 | +| 14 | AgriGold | A634-65TRC | Trecepta | - | 13.2 | 61.5 | 243.7 | 243.7 | +| 10 | AgriGold | A639-03VT2RIB | VT2RIB | - | 13.7 | 58.6 | 257.3 | 257.3 | +| 5 | AgriGold | A640-94VT4PRO | VT4Pro | - | 15.7 | 59.1 | 270.0 | 270.0 | +| 8 | Pioneer | P1027AM | AM | - | 14.4 | 60.2 | 261.0 | 261.0 | +| 9 | AgriGold | A641-62D-RN | 5122 | - | 16.0 | 59.4 | 257.9 | 257.9 | +| 13 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.0 | 61.6 | 254.0 | 254.0 | +| 7 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.6 | 60.8 | 264.3 | 264.3 | +| 2 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.5 | 65.5 | 278.8 | 278.8 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.3 | 63.8 | 276.1 | 276.1 | +| 11 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.0 | 60.5 | 257.1 | 257.1 | +| 6 | AgriGold | A645-71STXRIB | STXRIB | - | 16.5 | 60.8 | 267.4 | 267.4 | +| 12 | AgriGold | A645-30VT2RIB | VT2RIB | - | 16.3 | 63.2 | 255.3 | 255.3 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.4 | 61.3 | 282.5 | 282.5 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 282.5, A642-32VT2RIB (AgriGold) 278.8, A643-52VT2RIB (AgriGold) 276.1, A644-64VT2RIB (AgriGold) 273.0, A640-94VT4PRO (AgriGold) 270.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145584.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145584.json new file mode 100644 index 00000000..b08c49f7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145584.json @@ -0,0 +1,309 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145584", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Maquoketa", + "county": "Jackson", + "year": 2025, + "plot_id": "145584", + "cooperator": "Jake Denger", + "plot_average": 255.61, + "planted_date": "2025-04-30", + "harvested_date": "2025-09-28", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 24.9, + "Test Wt.": 54.2, + "Yield": 248.7, + "Adj Yield": 248.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": 55.9, + "Yield": 276.5, + "Adj Yield": 276.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.9, + "Test Wt.": 53.5, + "Yield": 260.7, + "Adj Yield": 260.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 55.6, + "Yield": 294.0, + "Adj Yield": 294.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 24.8, + "Test Wt.": 55.3, + "Yield": 269.2, + "Adj Yield": 269.2 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.7, + "Test Wt.": 55.0, + "Yield": 250.8, + "Adj Yield": 250.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 54.8, + "Yield": 266.2, + "Adj Yield": 266.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 25.0, + "Test Wt.": 55.3, + "Yield": 261.7, + "Adj Yield": 261.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": null, + "Yield": 276.0, + "Adj Yield": 276.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A640-16DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": 53.8, + "Yield": 277.0, + "Adj Yield": 277.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 24.8, + "Test Wt.": 57.3, + "Yield": 248.3, + "Adj Yield": 248.3 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 57.3, + "Yield": 253.2, + "Adj Yield": 253.2 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 55.3, + "Yield": 240.8, + "Adj Yield": 240.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 55.5, + "Yield": 273.3, + "Adj Yield": 273.3 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 55.7, + "Yield": 258.4, + "Adj Yield": 258.4 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 57.1, + "Yield": 230.3, + "Adj Yield": 230.3 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A634-65TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 57.5, + "Yield": 220.4, + "Adj Yield": 220.4 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 58.7, + "Yield": 236.6, + "Adj Yield": 236.6 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A631-08DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 57.2, + "Yield": 220.1, + "Adj Yield": 220.1 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A630-04D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 57.5, + "Yield": 235.7, + "Adj Yield": 235.7 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 55.8, + "Yield": 258.2, + "Adj Yield": 258.2 + } + } + ], + "n_results": 21, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145584" + ], + "fetched_at": "2026-05-27T02:21:40.779735+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145584.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145584.md new file mode 100644 index 00000000..6692d536 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145584.md @@ -0,0 +1,50 @@ +# Corn yield trial — Maquoketa, IA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Jackson +- **City:** Maquoketa +- **Year:** 2025 +- **Plot ID:** 145584 +- **Cooperator:** Jake Denger +- **Plot average:** 255.61 BU/Ac +- **Planted:** 2025-04-30 +- **Harvested:** 2025-09-28 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145584 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A646-17STXRIB | STXRIB | - | 24.9 | 54.2 | 248.7 | 248.7 | +| 3 | AgriGold | A645-71STXRIB | STXRIB | - | 24.2 | 55.9 | 276.5 | 276.5 | +| 9 | AgriGold | A644-64VT2RIB | VT2RIB | - | 23.9 | 53.5 | 260.7 | 260.7 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 23.4 | 55.6 | 294.0 | 294.0 | +| 6 | AgriGold | A642-18SSPRIB | SSPRIB | - | 24.8 | 55.3 | 269.2 | 269.2 | +| 12 | AgriGold | A642-32VT2RIB | VT2RIB | - | 23.7 | 55.0 | 250.8 | 250.8 | +| 7 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 22.4 | 54.8 | 266.2 | 266.2 | +| 8 | AgriGold | A641-62D-RN | 5122 | - | 25.0 | 55.3 | 261.7 | 261.7 | +| 4 | AgriGold | A640-94VT4PRO | VT4Pro | - | 22.0 | - | 276.0 | 276.0 | +| 2 | AgriGold | A640-16DV-RN | 5222 | - | 24.1 | 53.8 | 277.0 | 277.0 | +| - | AgriGold | A646-17STXRIB | STXRIB | - | 24.8 | 57.3 | 248.3 | 248.3 | +| 11 | AgriGold | A639-38V-RN | 3220 | - | 21.4 | 57.3 | 253.2 | 253.2 | +| 13 | AgriGold | A638-19 | C | - | 20.8 | 55.3 | 240.8 | 240.8 | +| 5 | AgriGold | A638-91VT2PRO | VT2Pro | - | 21.3 | 55.5 | 273.3 | 273.3 | +| 10 | AgriGold | A636-16-5222EZ | 5222EZ | - | 21.6 | 55.7 | 258.4 | 258.4 | +| 16 | AgriGold | A636-42SSPRIB | SSPRIB | - | 19.4 | 57.1 | 230.3 | 230.3 | +| 17 | AgriGold | A634-65TRCRIB | TreceptaRIB | - | 17.2 | 57.5 | 220.4 | 220.4 | +| 14 | AgriGold | A634-11SSPRIB | SSPRIB | - | 17.6 | 58.7 | 236.6 | 236.6 | +| 18 | AgriGold | A631-08DV-RN | 5222 | - | 17.4 | 57.2 | 220.1 | 220.1 | +| 15 | AgriGold | A630-04D | 5122EZ | - | 18.2 | 57.5 | 235.7 | 235.7 | +| - | AgriGold | A646-17STXRIB | STXRIB | - | 23.4 | 55.8 | 258.2 | 258.2 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 294.0, A640-16DV-RN (AgriGold) 277.0, A645-71STXRIB (AgriGold) 276.5, A640-94VT4PRO (AgriGold) 276.0, A638-91VT2PRO (AgriGold) 273.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145585.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145585.json new file mode 100644 index 00000000..b111d7a3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145585.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145585", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Broadlands", + "county": "Champaign", + "year": 2025, + "plot_id": "145585", + "cooperator": "Shawn Walker", + "plot_average": 231.86, + "planted_date": "2025-04-30", + "harvested_date": "2025-10-09", + "population_seeds_per_acre": 33500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 14, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 57.6, + "Yield": 210.6, + "Adj Yield": 210.6 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 60.6, + "Yield": 223.2, + "Adj Yield": 223.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 62.2, + "Yield": 241.2, + "Adj Yield": 241.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 59.1, + "Yield": 234.8, + "Adj Yield": 234.8 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 59.7, + "Yield": 188.0, + "Adj Yield": 188.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 63.1, + "Yield": 246.4, + "Adj Yield": 246.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 64.2, + "Yield": 239.4, + "Adj Yield": 239.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 61.6, + "Yield": 246.0, + "Adj Yield": 246.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 61.7, + "Yield": 229.8, + "Adj Yield": 229.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 62.8, + "Yield": 241.4, + "Adj Yield": 241.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.2, + "Yield": 239.1, + "Adj Yield": 239.1 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 63.7, + "Yield": 223.3, + "Adj Yield": 223.3 + } + }, + { + "rank": 11, + "brand": "ProHarvest", + "product": "80P75PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 63.1, + "Yield": 228.0, + "Adj Yield": 228.0 + } + }, + { + "rank": 1, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 61.8, + "Yield": 249.4, + "Adj Yield": 249.4 + } + }, + { + "rank": 8, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 63.0, + "Yield": 237.3, + "Adj Yield": 237.3 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145585" + ], + "fetched_at": "2026-05-27T02:21:41.280626+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145585.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145585.md new file mode 100644 index 00000000..800f75bc --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145585.md @@ -0,0 +1,45 @@ +# Corn yield trial — Broadlands, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Champaign +- **City:** Broadlands +- **Year:** 2025 +- **Plot ID:** 145585 +- **Cooperator:** Shawn Walker +- **Plot average:** 231.86 BU/Ac +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-09 +- **Population:** 33,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145585 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 14 | AgriGold | A636-16VT2RIB | VT2RIB | - | 13.2 | 57.6 | 210.6 | 210.6 | +| 13 | AgriGold | A634-65TRC | Trecepta | - | 13.0 | 60.6 | 223.2 | 223.2 | +| 5 | AgriGold | A638-91VT2PRO | VT2Pro | - | 13.7 | 62.2 | 241.2 | 241.2 | +| 9 | AgriGold | A639-03VT2RIB | VT2RIB | - | 13.7 | 59.1 | 234.8 | 234.8 | +| 15 | AgriGold | A641-62D-RN | 5122 | - | 13.3 | 59.7 | 188.0 | 188.0 | +| 2 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 13.8 | 63.1 | 246.4 | 246.4 | +| 6 | AgriGold | A642-32VT2RIB | VT2RIB | - | 13.7 | 64.2 | 239.4 | 239.4 | +| 3 | AgriGold | A642-18SSPRIB | SSPRIB | - | 13.7 | 61.6 | 246.0 | 246.0 | +| 10 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.3 | 61.7 | 229.8 | 229.8 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.5 | 62.8 | 241.4 | 241.4 | +| 7 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.2 | 60.2 | 239.1 | 239.1 | +| 12 | AgriGold | A645-30VT2RIB | VT2RIB | - | 14.5 | 63.7 | 223.3 | 223.3 | +| 11 | ProHarvest | 80P75PCE | PCE | - | 12.8 | 63.1 | 228.0 | 228.0 | +| 1 | Wyffels | W7945RIB | TreceptaRIB | - | 14.1 | 61.8 | 249.4 | 249.4 | +| 8 | Wyffels | W6886RIB | VT2RIB | - | 13.9 | 63.0 | 237.3 | 237.3 | + +Top 5 by Yield: W7945RIB (Wyffels) 249.4, A642-05VT2RIBD1 (AgriGold) 246.4, A642-18SSPRIB (AgriGold) 246.0, A644-64VT2RIB (AgriGold) 241.4, A638-91VT2PRO (AgriGold) 241.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145587.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145587.json new file mode 100644 index 00000000..12bf4199 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145587.json @@ -0,0 +1,374 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145587", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Toulon", + "county": "Stark", + "year": 2025, + "plot_id": "145587", + "cooperator": "ROI Ag", + "plot_average": 233.09, + "planted_date": "2025-04-30", + "harvested_date": "2025-10-03", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "None", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "Nu Tech", + "product": "69F3V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 57.2, + "Yield": 253.4, + "Adj Yield": 253.4 + } + }, + { + "rank": 9, + "brand": "Nu Tech", + "product": "70F6V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 57.7, + "Yield": 249.2, + "Adj Yield": 249.2 + } + }, + { + "rank": 15, + "brand": "Nu Tech", + "product": "60B8V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 57.6, + "Yield": 229.0, + "Adj Yield": 229.0 + } + }, + { + "rank": 18, + "brand": "Nu Tech", + "product": "61A5V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 58.1, + "Yield": 219.7, + "Adj Yield": 219.7 + } + }, + { + "rank": 10, + "brand": "Nu Tech", + "product": "63A7V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 58.3, + "Yield": 248.5, + "Adj Yield": 248.5 + } + }, + { + "rank": 12, + "brand": "Nu Tech", + "product": "65B8V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 58.3, + "Yield": 238.6, + "Adj Yield": 238.6 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 56.9, + "Yield": 237.5, + "Adj Yield": 237.5 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 58.3, + "Yield": 179.6, + "Adj Yield": 179.6 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 59.7, + "Yield": 206.9, + "Adj Yield": 206.9 + } + }, + { + "rank": 2, + "brand": "Nu Tech", + "product": "68C1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 59.0, + "Yield": 263.7, + "Adj Yield": 263.7 + } + }, + { + "rank": 7, + "brand": "Nu Tech", + "product": "69B5V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 58.5, + "Yield": 255.3, + "Adj Yield": 255.3 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.6, + "Yield": 225.8, + "Adj Yield": 225.8 + } + }, + { + "rank": 24, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 59.6, + "Yield": 203.5, + "Adj Yield": 203.5 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 56.2, + "Yield": 204.5, + "Adj Yield": 204.5 + } + }, + { + "rank": 1, + "brand": "Nu Tech", + "product": "71A7V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 60.0, + "Yield": 269.5, + "Adj Yield": 269.5 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 60.2, + "Yield": 211.1, + "Adj Yield": 211.1 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 57.6, + "Yield": 229.4, + "Adj Yield": 229.4 + } + }, + { + "rank": 5, + "brand": "Nu Tech", + "product": "73B2V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 57.1, + "Yield": 258.9, + "Adj Yield": 258.9 + } + }, + { + "rank": 3, + "brand": "Nu Tech", + "product": "73J1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 57.1, + "Yield": 262.3, + "Adj Yield": 262.3 + } + }, + { + "rank": 19, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.2, + "Yield": 215.9, + "Adj Yield": 215.9 + } + }, + { + "rank": 11, + "brand": "Nu Tech", + "product": "75A8V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 58.3, + "Yield": 246.2, + "Adj Yield": 246.2 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.8, + "Yield": 226.6, + "Adj Yield": 226.6 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 59.4, + "Yield": 200.3, + "Adj Yield": 200.3 + } + }, + { + "rank": 6, + "brand": "Nu Tech", + "product": "69F3V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 58.4, + "Yield": 255.9, + "Adj Yield": 255.9 + } + }, + { + "rank": 4, + "brand": "Nu Tech", + "product": "69F3V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 58.0, + "Yield": 261.3, + "Adj Yield": 261.3 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 59.7, + "Yield": 207.8, + "Adj Yield": 207.8 + } + } + ], + "n_results": 26, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145587" + ], + "fetched_at": "2026-05-27T02:21:41.781135+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145587.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145587.md new file mode 100644 index 00000000..99c77bc6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145587.md @@ -0,0 +1,57 @@ +# Corn yield trial — Toulon, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Stark +- **City:** Toulon +- **Year:** 2025 +- **Plot ID:** 145587 +- **Cooperator:** ROI Ag +- **Plot average:** 233.09 BU/Ac +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-03 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **Fungicide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145587 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | Nu Tech | 69F3V | Vorceed | - | 14.1 | 57.2 | 253.4 | 253.4 | +| 9 | Nu Tech | 70F6V | Vorceed | - | 14.1 | 57.7 | 249.2 | 249.2 | +| 15 | Nu Tech | 60B8V | Vorceed | - | 12.4 | 57.6 | 229.0 | 229.0 | +| 18 | Nu Tech | 61A5V | Vorceed | - | 12.7 | 58.1 | 219.7 | 219.7 | +| 10 | Nu Tech | 63A7V | 3220EZ | - | 13.1 | 58.3 | 248.5 | 248.5 | +| 12 | Nu Tech | 65B8V | 3220EZ | - | 13.1 | 58.3 | 238.6 | 238.6 | +| 13 | AgriGold | A636-16-5222EZ | 5222EZ | - | 14.5 | 56.9 | 237.5 | 237.5 | +| 26 | AgriGold | A636-42SSPRIB | SSPRIB | - | 12.1 | 58.3 | 179.6 | 179.6 | +| 22 | AgriGold | A639-38V-RN | 3220 | - | 12.7 | 59.7 | 206.9 | 206.9 | +| 2 | Nu Tech | 68C1V | Vorceed | - | 13.7 | 59.0 | 263.7 | 263.7 | +| 7 | Nu Tech | 69B5V | Vorceed | - | 13.7 | 58.5 | 255.3 | 255.3 | +| 17 | AgriGold | A640-16-3110 | 3110 | - | 14.7 | 58.6 | 225.8 | 225.8 | +| 24 | Dekalb | DKC110-10RIB | STXRIB | - | 12.3 | 59.6 | 203.5 | 203.5 | +| 23 | AgriGold | A641-62D-RN | 5122 | - | 13.7 | 56.2 | 204.5 | 204.5 | +| 1 | Nu Tech | 71A7V | Vorceed | - | 13.2 | 60.0 | 269.5 | 269.5 | +| 20 | AgriGold | A642-18SSPRIB | SSPRIB | - | 13.2 | 60.2 | 211.1 | 211.1 | +| 14 | AgriGold | A641-26V | 3220EZ | - | 14.4 | 57.6 | 229.4 | 229.4 | +| 5 | Nu Tech | 73B2V | Vorceed | - | 13.7 | 57.1 | 258.9 | 258.9 | +| 3 | Nu Tech | 73J1V | Vorceed | - | 13.7 | 57.1 | 262.3 | 262.3 | +| 19 | Dekalb | DKC114-42RIB | SSPRIB | - | 14.2 | 60.2 | 215.9 | 215.9 | +| 11 | Nu Tech | 75A8V | Vorceed | - | 14.0 | 58.3 | 246.2 | 246.2 | +| 16 | AgriGold | A645-71STXRIB | STXRIB | - | 14.3 | 59.8 | 226.6 | 226.6 | +| 25 | AgriGold | A646-17STXRIB | STXRIB | - | 13.3 | 59.4 | 200.3 | 200.3 | +| 6 | Nu Tech | 69F3V | Vorceed | - | 13.0 | 58.4 | 255.9 | 255.9 | +| 4 | Nu Tech | 69F3V | Vorceed | - | 13.2 | 58.0 | 261.3 | 261.3 | +| 21 | AgriGold | A642-18SSPRIB | SSPRIB | - | 13.4 | 59.7 | 207.8 | 207.8 | + +Top 5 by Yield: 71A7V (Nu Tech) 269.5, 68C1V (Nu Tech) 263.7, 73J1V (Nu Tech) 262.3, 69F3V (Nu Tech) 261.3, 73B2V (Nu Tech) 258.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145588.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145588.json new file mode 100644 index 00000000..5b50294e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145588.json @@ -0,0 +1,348 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145588", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Toulon", + "county": "Stark", + "year": 2025, + "plot_id": "145588", + "cooperator": "ROI Ag", + "plot_average": 226.89, + "planted_date": "2025-04-30", + "harvested_date": "2025-10-03", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "None", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 13, + "brand": "Nu Tech", + "product": "69F3V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 56.7, + "Yield": 223.3, + "Adj Yield": 223.3 + } + }, + { + "rank": null, + "brand": "Nu Tech", + "product": "70F6V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 56.9, + "Yield": 231.0, + "Adj Yield": 231.0 + } + }, + { + "rank": 9, + "brand": "Nu Tech", + "product": "63A7V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 57.1, + "Yield": 238.6, + "Adj Yield": 238.6 + } + }, + { + "rank": 16, + "brand": "Nu Tech", + "product": "65B8V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 58.2, + "Yield": 221.8, + "Adj Yield": 221.8 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 56.9, + "Yield": 200.0, + "Adj Yield": 200.0 + } + }, + { + "rank": 12, + "brand": "Nu Tech", + "product": "67C1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 56.4, + "Yield": 228.3, + "Adj Yield": 228.3 + } + }, + { + "rank": 3, + "brand": "Nu Tech", + "product": "69G1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 59.3, + "Yield": 248.7, + "Adj Yield": 248.7 + } + }, + { + "rank": 6, + "brand": "Nu Tech", + "product": "69C7PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 59.1, + "Yield": 241.5, + "Adj Yield": 241.5 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 59.4, + "Yield": 205.9, + "Adj Yield": 205.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 57.8, + "Yield": 240.7, + "Adj Yield": 240.7 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.9, + "Yield": 211.4, + "Adj Yield": 211.4 + } + }, + { + "rank": 14, + "brand": "Nu Tech", + "product": "70B4AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 58.6, + "Yield": 223.2, + "Adj Yield": 223.2 + } + }, + { + "rank": 11, + "brand": "Nu Tech", + "product": "71B6PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 59.2, + "Yield": 230.7, + "Adj Yield": 230.7 + } + }, + { + "rank": 4, + "brand": "Nu Tech", + "product": "72C1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 59.6, + "Yield": 247.6, + "Adj Yield": 247.6 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 60.1, + "Yield": 222.0, + "Adj Yield": 222.0 + } + }, + { + "rank": 1, + "brand": "Nu Tech", + "product": "73B2V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.9, + "Yield": 251.5, + "Adj Yield": 251.5 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 57.5, + "Yield": 188.7, + "Adj Yield": 188.7 + } + }, + { + "rank": 5, + "brand": "Nu Tech", + "product": "73J1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 57.3, + "Yield": 247.4, + "Adj Yield": 247.4 + } + }, + { + "rank": 10, + "brand": "Nu Tech", + "product": "75A8V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.5, + "Yield": 232.3, + "Adj Yield": 232.3 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.4, + "Yield": 206.6, + "Adj Yield": 206.6 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 61.0, + "Yield": 191.4, + "Adj Yield": 191.4 + } + }, + { + "rank": 8, + "brand": "Nu Tech", + "product": "77B1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 59.4, + "Yield": 240.2, + "Adj Yield": 240.2 + } + }, + { + "rank": 2, + "brand": "Nu Tech", + "product": "69F3V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 58.0, + "Yield": 249.8, + "Adj Yield": 249.8 + } + }, + { + "rank": null, + "brand": "Nu Tech", + "product": "70F6V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 59.0, + "Yield": 239.3, + "Adj Yield": 239.3 + } + } + ], + "n_results": 24, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145588" + ], + "fetched_at": "2026-05-27T02:21:42.311655+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145588.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145588.md new file mode 100644 index 00000000..04e43675 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145588.md @@ -0,0 +1,55 @@ +# Corn yield trial — Toulon, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Stark +- **City:** Toulon +- **Year:** 2025 +- **Plot ID:** 145588 +- **Cooperator:** ROI Ag +- **Plot average:** 226.89 BU/Ac +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-03 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145588 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 13 | Nu Tech | 69F3V | Vorceed | - | 14.6 | 56.7 | 223.3 | 223.3 | +| - | Nu Tech | 70F6V | Vorceed | - | 14.7 | 56.9 | 231.0 | 231.0 | +| 9 | Nu Tech | 63A7V | 3220EZ | - | 13.1 | 57.1 | 238.6 | 238.6 | +| 16 | Nu Tech | 65B8V | 3220EZ | - | 13.3 | 58.2 | 221.8 | 221.8 | +| 20 | AgriGold | A636-16-5222EZ | 5222EZ | - | 15.0 | 56.9 | 200.0 | 200.0 | +| 12 | Nu Tech | 67C1PCE | PCE | - | 13.3 | 56.4 | 228.3 | 228.3 | +| 3 | Nu Tech | 69G1PCE | PCE | - | 14.1 | 59.3 | 248.7 | 248.7 | +| 6 | Nu Tech | 69C7PCE | PCE | - | 13.8 | 59.1 | 241.5 | 241.5 | +| 19 | AgriGold | A639-38V-RN | 3220 | - | 13.2 | 59.4 | 205.9 | 205.9 | +| 7 | AgriGold | A640-16-3110 | 3110 | - | 15.2 | 57.8 | 240.7 | 240.7 | +| 17 | AgriGold | A641-26V | 3220EZ | - | 14.9 | 58.9 | 211.4 | 211.4 | +| 14 | Nu Tech | 70B4AM | AM | - | 13.4 | 58.6 | 223.2 | 223.2 | +| 11 | Nu Tech | 71B6PCE | PCE | - | 13.0 | 59.2 | 230.7 | 230.7 | +| 4 | Nu Tech | 72C1PCE | PCE | - | 13.8 | 59.6 | 247.6 | 247.6 | +| 15 | AgriGold | A642-18SSPRIB | SSPRIB | - | 13.5 | 60.1 | 222.0 | 222.0 | +| 1 | Nu Tech | 73B2V | Vorceed | - | 15.0 | 59.9 | 251.5 | 251.5 | +| 22 | AgriGold | A641-62D-RN | 5122 | - | 13.5 | 57.5 | 188.7 | 188.7 | +| 5 | Nu Tech | 73J1V | Vorceed | - | 14.2 | 57.3 | 247.4 | 247.4 | +| 10 | Nu Tech | 75A8V | Vorceed | - | 14.7 | 58.5 | 232.3 | 232.3 | +| 18 | AgriGold | A645-71STXRIB | STXRIB | - | 16.2 | 59.4 | 206.6 | 206.6 | +| 21 | AgriGold | A646-17STXRIB | STXRIB | - | 14.9 | 61.0 | 191.4 | 191.4 | +| 8 | Nu Tech | 77B1PCE | PCE | - | 16.6 | 59.4 | 240.2 | 240.2 | +| 2 | Nu Tech | 69F3V | Vorceed | - | 13.6 | 58.0 | 249.8 | 249.8 | +| - | Nu Tech | 70F6V | Vorceed | - | 13.9 | 59.0 | 239.3 | 239.3 | + +Top 5 by Yield: 73B2V (Nu Tech) 251.5, 69F3V (Nu Tech) 249.8, 69G1PCE (Nu Tech) 248.7, 72C1PCE (Nu Tech) 247.6, 73J1V (Nu Tech) 247.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145592.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145592.json new file mode 100644 index 00000000..9ffb82d7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145592.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145592", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Galveston", + "county": "Howard", + "year": 2025, + "plot_id": "145592", + "cooperator": "Kent Chism", + "plot_average": 276.85, + "planted_date": "2025-04-28", + "harvested_date": "2025-10-02", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Veltyma", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Becks", + "product": "6064AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": null, + "Yield": 282.5, + "Adj Yield": 282.5 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": null, + "Yield": 246.7, + "Adj Yield": 246.7 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": null, + "Yield": 274.2, + "Adj Yield": 274.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 278.0, + "Adj Yield": 278.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": null, + "Yield": 288.7, + "Adj Yield": 288.7 + } + }, + { + "rank": null, + "brand": "Becks", + "product": "6064AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": null, + "Yield": 281.8, + "Adj Yield": 281.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": null, + "Yield": 277.4, + "Adj Yield": 277.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": null, + "Yield": 282.9, + "Adj Yield": 282.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": null, + "Yield": 284.9, + "Adj Yield": 284.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.3, + "Test Wt.": null, + "Yield": 282.6, + "Adj Yield": 282.6 + } + }, + { + "rank": null, + "brand": "Becks", + "product": "6064AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": null, + "Yield": 276.8, + "Adj Yield": 276.8 + } + }, + { + "rank": 10, + "brand": "Becks", + "product": "6064AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": null, + "Yield": 276.8, + "Adj Yield": 276.8 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": null, + "Yield": 279.3, + "Adj Yield": 279.3 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 23.9, + "Test Wt.": null, + "Yield": 267.1, + "Adj Yield": 267.1 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 26.8, + "Test Wt.": null, + "Yield": 278.7, + "Adj Yield": 278.7 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.6, + "Test Wt.": null, + "Yield": 281.8, + "Adj Yield": 281.8 + } + }, + { + "rank": null, + "brand": "Becks", + "product": "6064AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": null, + "Yield": 282.4, + "Adj Yield": 282.4 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145592" + ], + "fetched_at": "2026-05-27T02:21:42.767313+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145592.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145592.md new file mode 100644 index 00000000..2bbcc80d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145592.md @@ -0,0 +1,48 @@ +# Corn yield trial — Galveston, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Howard +- **City:** Galveston +- **Year:** 2025 +- **Plot ID:** 145592 +- **Cooperator:** Kent Chism +- **Plot average:** 276.85 BU/Ac +- **Planted:** 2025-04-28 +- **Harvested:** 2025-10-02 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Veltyma +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145592 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Becks | 6064AM | AM | - | 21.1 | - | 282.5 | 282.5 | +| 13 | AgriGold | A634-65TRC | Trecepta | - | 15.4 | - | 246.7 | 246.7 | +| 11 | AgriGold | A638-91VT2PRO | VT2Pro | - | 20.7 | - | 274.2 | 274.2 | +| 8 | AgriGold | A639-38V-RN | 3220 | - | 20.0 | - | 278.0 | 278.0 | +| 1 | AgriGold | A640-94VT4PRO | VT4Pro | - | 22.4 | - | 288.7 | 288.7 | +| - | Becks | 6064AM | AM | - | 22.6 | - | 281.8 | 281.8 | +| 9 | AgriGold | A641-62D-RN | 5122 | - | 24.0 | - | 277.4 | 277.4 | +| 3 | AgriGold | A642-18SSPRIB | SSPRIB | - | 20.6 | - | 282.9 | 282.9 | +| 2 | AgriGold | A642-32VT2RIB | VT2RIB | - | 20.8 | - | 284.9 | 284.9 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 23.3 | - | 282.6 | 282.6 | +| - | Becks | 6064AM | AM | - | 22.7 | - | 276.8 | 276.8 | +| 10 | Becks | 6064AM | AM | - | 22.7 | - | 276.8 | 276.8 | +| 6 | Dekalb | DKC64-22RIB | VT2RIB | - | 23.1 | - | 279.3 | 279.3 | +| 12 | Dekalb | DKC114-99RIB | VT4RIB | - | 23.9 | - | 267.1 | 267.1 | +| 7 | Pioneer | P1742Q | QROME | - | 26.8 | - | 278.7 | 278.7 | +| 5 | Dekalb | DKC68-35RIB | VT2RIB | - | 24.6 | - | 281.8 | 281.8 | +| - | Becks | 6064AM | AM | - | 21.5 | - | 282.4 | 282.4 | + +Top 5 by Yield: A640-94VT4PRO (AgriGold) 288.7, A642-32VT2RIB (AgriGold) 284.9, A642-18SSPRIB (AgriGold) 282.9, A644-64VT2RIB (AgriGold) 282.6, 6064AM (Becks) 282.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145600.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145600.json new file mode 100644 index 00000000..a39be931 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145600.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145600", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Alma", + "county": "Harlan", + "year": 2025, + "plot_id": "145600", + "cooperator": "Witte Farms", + "plot_average": 74.55, + "planted_date": "2025-04-30", + "harvested_date": "2025-11-01", + "population_seeds_per_acre": 18900, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Wheat", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A641-54VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 60.7, + "Yield": 86.8, + "Adj Yield": 86.8 + } + }, + { + "rank": 14, + "brand": "AgVenture", + "product": "AV9515PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 61.8, + "Yield": 67.3, + "Adj Yield": 61.33 + } + }, + { + "rank": 15, + "brand": "AgVenture", + "product": "AV2913PCUE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 61.9, + "Yield": 63.9, + "Adj Yield": 58.8 + } + }, + { + "rank": 4, + "brand": "AgVenture", + "product": "AV8011AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 61.0, + "Yield": 89.3, + "Adj Yield": 85.11 + } + }, + { + "rank": 9, + "brand": "AgVenture", + "product": "AV4405AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.9, + "Yield": 76.3, + "Adj Yield": 72.9 + } + }, + { + "rank": 3, + "brand": "AgVenture", + "product": "AV3310PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 61.4, + "Yield": 88.0, + "Adj Yield": 85.47 + } + }, + { + "rank": 5, + "brand": "AgVenture", + "product": "AV2816AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 61.8, + "Yield": 84.0, + "Adj Yield": 82.31 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 62.0, + "Yield": 95.1, + "Adj Yield": 94.27 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 61.5, + "Yield": 70.4, + "Adj Yield": 70.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 62.2, + "Yield": 84.7, + "Adj Yield": 85.55 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 62.5, + "Yield": 64.5, + "Adj Yield": 66.16 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 61.6, + "Yield": 75.9, + "Adj Yield": 78.42 + } + }, + { + "rank": 7, + "brand": "Mustang", + "product": "5700VT2PDGRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 62.1, + "Yield": 73.2, + "Adj Yield": 76.63 + } + }, + { + "rank": 8, + "brand": "Mustang", + "product": "82G15VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 61.3, + "Yield": 70.6, + "Adj Yield": 74.86 + } + }, + { + "rank": 12, + "brand": "AgVenture", + "product": "AV3904PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 62.3, + "Yield": 59.1, + "Adj Yield": 64.17 + } + }, + { + "rank": 13, + "brand": "AgVenture", + "product": "AV4713PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 62.3, + "Yield": 55.9, + "Adj Yield": 61.85 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A641-54VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 62.2, + "Yield": 73.3, + "Adj Yield": 73.3 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145600" + ], + "fetched_at": "2026-05-27T02:21:43.306439+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145600.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145600.md new file mode 100644 index 00000000..26b4e11a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145600.md @@ -0,0 +1,47 @@ +# Corn yield trial — Alma, NE, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Harlan +- **City:** Alma +- **Year:** 2025 +- **Plot ID:** 145600 +- **Cooperator:** Witte Farms +- **Plot average:** 74.55 BU/Ac +- **Planted:** 2025-04-30 +- **Harvested:** 2025-11-01 +- **Population:** 18,900 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Wheat +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145600 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A641-54VT2RIB | VT2RIB | - | 16.0 | 60.7 | 86.8 | 86.8 | +| 14 | AgVenture | AV9515PCE | PCE | - | 16.3 | 61.8 | 67.3 | 61.33 | +| 15 | AgVenture | AV2913PCUE | PCE | - | 16.1 | 61.9 | 63.9 | 58.8 | +| 4 | AgVenture | AV8011AM | AM | - | 15.3 | 61.0 | 89.3 | 85.11 | +| 9 | AgVenture | AV4405AM | AM | - | 14.3 | 59.9 | 76.3 | 72.9 | +| 3 | AgVenture | AV3310PCE | PCE | - | 15.0 | 61.4 | 88.0 | 85.47 | +| 5 | AgVenture | AV2816AM | AM | - | 15.8 | 61.8 | 84.0 | 82.31 | +| 1 | AgriGold | A641-26V | 3220EZ | - | 17.7 | 62.0 | 95.1 | 94.27 | +| 10 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.3 | 61.5 | 70.4 | 70.4 | +| 2 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.9 | 62.2 | 84.7 | 85.55 | +| 11 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.2 | 62.5 | 64.5 | 66.16 | +| 6 | AgriGold | A646-17STXRIB | STXRIB | - | 15.4 | 61.6 | 75.9 | 78.42 | +| 7 | Mustang | 5700VT2PDGRIB | DGVT2PRIB | - | 17.1 | 62.1 | 73.2 | 76.63 | +| 8 | Mustang | 82G15VT2PRIB | VT2RIB | - | 17.4 | 61.3 | 70.6 | 74.86 | +| 12 | AgVenture | AV3904PCE | PCE | - | 14.5 | 62.3 | 59.1 | 64.17 | +| 13 | AgVenture | AV4713PCE | PCE | - | 15.8 | 62.3 | 55.9 | 61.85 | +| - | AgriGold | A641-54VT2RIB | VT2RIB | - | 16.6 | 62.2 | 73.3 | 73.3 | + +Top 5 by Yield: A641-26V (AgriGold) 95.1, AV8011AM (AgVenture) 89.3, AV3310PCE (AgVenture) 88.0, A641-54VT2RIB (AgriGold) 86.8, A642-32VT2RIB (AgriGold) 84.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145610.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145610.json new file mode 100644 index 00000000..5acf8079 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145610.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145610", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Polo", + "county": "Ogle", + "year": 2025, + "plot_id": "145610", + "cooperator": "Kevin Humphrey", + "plot_average": 237.36, + "planted_date": "2025-04-30", + "harvested_date": "2025-10-17", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 12, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.7, + "Yield": 239.4, + "Adj Yield": 239.4 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 58.7, + "Yield": 203.5, + "Adj Yield": 203.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 60.3, + "Yield": 248.0, + "Adj Yield": 248.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 58.5, + "Yield": 263.5, + "Adj Yield": 263.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 59.8, + "Yield": 246.1, + "Adj Yield": 246.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 60.7, + "Yield": 244.9, + "Adj Yield": 244.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 59.2, + "Yield": 243.9, + "Adj Yield": 243.9 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 59.5, + "Yield": 224.1, + "Adj Yield": 224.1 + } + }, + { + "rank": 14, + "brand": "Wyffels", + "product": "W3579RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 57.3, + "Yield": 233.2, + "Adj Yield": 233.2 + } + }, + { + "rank": 9, + "brand": "Wyffels", + "product": "W4439RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 57.8, + "Yield": 240.5, + "Adj Yield": 240.5 + } + }, + { + "rank": 13, + "brand": "Wyffels", + "product": "W4487RIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 58.7, + "Yield": 233.9, + "Adj Yield": 233.9 + } + }, + { + "rank": 16, + "brand": "Wyffels", + "product": "W5019RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 58.9, + "Yield": 206.2, + "Adj Yield": 206.2 + } + }, + { + "rank": 8, + "brand": "Wyffels", + "product": "W5129RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 58.3, + "Yield": 241.9, + "Adj Yield": 241.9 + } + }, + { + "rank": 6, + "brand": "Wyffels", + "product": "W6479RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 59.3, + "Yield": 243.1, + "Adj Yield": 243.1 + } + }, + { + "rank": 7, + "brand": "Wyffels", + "product": "W8007RIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.4, + "Yield": 242.9, + "Adj Yield": 242.9 + } + }, + { + "rank": 10, + "brand": "Wyffels", + "product": "W7499RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 58.2, + "Yield": 240.1, + "Adj Yield": 240.1 + } + }, + { + "rank": 11, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.4, + "Yield": 239.9, + "Adj Yield": 239.9 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145610" + ], + "fetched_at": "2026-05-27T02:21:43.815013+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145610.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145610.md new file mode 100644 index 00000000..849a18b2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145610.md @@ -0,0 +1,47 @@ +# Corn yield trial — Polo, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Ogle +- **City:** Polo +- **Year:** 2025 +- **Plot ID:** 145610 +- **Cooperator:** Kevin Humphrey +- **Plot average:** 237.36 BU/Ac +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-17 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145610 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 12 | AgriGold | A634-11SSPRIB | SSPRIB | - | 14.7 | 58.7 | 239.4 | 239.4 | +| 17 | AgriGold | A636-42SSPRIB | SSPRIB | - | 15.1 | 58.7 | 203.5 | 203.5 | +| 2 | AgriGold | A640-94VT4PRO | VT4Pro | - | 15.5 | 60.3 | 248.0 | 248.0 | +| 1 | AgriGold | A641-62D-RN | 5122 | - | 17.7 | 58.5 | 263.5 | 263.5 | +| 3 | AgriGold | A641-85STXRIB | STXRIB | - | 16.3 | 59.8 | 246.1 | 246.1 | +| 4 | AgriGold | A6499STXRIB | STXRIB | - | 16.6 | 60.7 | 244.9 | 244.9 | +| 5 | AgriGold | A642-18SSPRIB | SSPRIB | - | 16.5 | 59.2 | 243.9 | 243.9 | +| 15 | AgriGold | A645-71STXRIB | STXRIB | - | 17.8 | 59.5 | 224.1 | 224.1 | +| 14 | Wyffels | W3579RIB | SSPRIB | - | 14.7 | 57.3 | 233.2 | 233.2 | +| 9 | Wyffels | W4439RIB | SSPRIB | - | 14.8 | 57.8 | 240.5 | 240.5 | +| 13 | Wyffels | W4487RIB | VT4Pro | - | 14.2 | 58.7 | 233.9 | 233.9 | +| 16 | Wyffels | W5019RIB | SSPRIB | - | 14.3 | 58.9 | 206.2 | 206.2 | +| 8 | Wyffels | W5129RIB | SSPRIB | - | 15.2 | 58.3 | 241.9 | 241.9 | +| 6 | Wyffels | W6479RIB | SSPRIB | - | 15.9 | 59.3 | 243.1 | 243.1 | +| 7 | Wyffels | W8007RIB | VT4Pro | - | 15.4 | 60.4 | 242.9 | 242.9 | +| 10 | Wyffels | W7499RIB | VT2RIB | - | 17.1 | 58.2 | 240.1 | 240.1 | +| 11 | Wyffels | W7759RIB | SSPRIB | - | 15.4 | 60.4 | 239.9 | 239.9 | + +Top 5 by Yield: A641-62D-RN (AgriGold) 263.5, A640-94VT4PRO (AgriGold) 248.0, A641-85STXRIB (AgriGold) 246.1, A6499STXRIB (AgriGold) 244.9, A642-18SSPRIB (AgriGold) 243.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145611.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145611.json new file mode 100644 index 00000000..87149a86 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145611.json @@ -0,0 +1,127 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145611", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MD", + "state_abbrev": "md", + "city": "Cecilton", + "county": "Cecil", + "year": 2025, + "plot_id": "145611", + "cooperator": "Scheeler Seeds, LLC", + "plot_average": 234.16, + "planted_date": "2025-05-01", + "harvested_date": "2025-09-26", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Clay Loam", + "tillage": "Minimum", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "AgriGold", + "product": "A630-04AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 203.5, + "Adj Yield": 203.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 222.9, + "Adj Yield": 222.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 229.1, + "Adj Yield": 229.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A634-65TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 245.3, + "Adj Yield": 245.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 228.3, + "Adj Yield": 228.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 254.8, + "Adj Yield": 254.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": null, + "Yield": 255.2, + "Adj Yield": 255.2 + } + } + ], + "n_results": 7, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145611" + ], + "fetched_at": "2026-05-27T02:21:44.266332+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145611.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145611.md new file mode 100644 index 00000000..994c0397 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145611.md @@ -0,0 +1,37 @@ +# Corn yield trial — Cecilton, MD, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MD +- **County:** Cecil +- **City:** Cecilton +- **Year:** 2025 +- **Plot ID:** 145611 +- **Cooperator:** Scheeler Seeds, LLC +- **Plot average:** 234.16 BU/Ac +- **Planted:** 2025-05-01 +- **Harvested:** 2025-09-26 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Clay Loam +- **Tillage:** Minimum +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145611 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | AgriGold | A630-04AA | 3120EZ | - | 17.3 | - | 203.5 | 203.5 | +| 6 | AgriGold | A631-08VT2RIB | VT2RIB | - | 17.1 | - | 222.9 | 222.9 | +| 4 | AgriGold | A632-68VT2RIB | VT2RIB | - | 17.0 | - | 229.1 | 229.1 | +| 3 | AgriGold | A634-65TRCRIB | TreceptaRIB | - | 17.0 | - | 245.3 | 245.3 | +| 5 | AgriGold | A636-39-3110 | 3110 | - | 18.6 | - | 228.3 | 228.3 | +| 2 | AgriGold | A638-91VT2PRO | VT2Pro | - | 18.3 | - | 254.8 | 254.8 | +| 1 | AgriGold | A639-38V-RN | 3220 | - | 19.3 | - | 255.2 | 255.2 | + +Top 5 by Yield: A639-38V-RN (AgriGold) 255.2, A638-91VT2PRO (AgriGold) 254.8, A634-65TRCRIB (AgriGold) 245.3, A632-68VT2RIB (AgriGold) 229.1, A636-39-3110 (AgriGold) 228.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145616.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145616.json new file mode 100644 index 00000000..a8ec8239 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145616.json @@ -0,0 +1,387 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145616", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Thomasboro", + "county": "Champaign", + "year": 2025, + "plot_id": "145616", + "cooperator": "Ehler Bros.", + "plot_average": 259.39, + "planted_date": "2025-04-28", + "harvested_date": "2025-10-01", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 12, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 18, + "brand": "Nu Tech", + "product": "69C7PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 252.7, + "Adj Yield": 252.7 + } + }, + { + "rank": 27, + "brand": "Nu Tech", + "product": "69F3V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 233.0, + "Adj Yield": 233.0 + } + }, + { + "rank": 23, + "brand": "Nu Tech", + "product": "70F6PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 248.8, + "Adj Yield": 248.8 + } + }, + { + "rank": 22, + "brand": "Nu Tech", + "product": "70F6V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 250.5, + "Adj Yield": 250.5 + } + }, + { + "rank": 20, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": null, + "Yield": 252.3, + "Adj Yield": 252.3 + } + }, + { + "rank": 17, + "brand": "ProHarvest", + "product": "80P75PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": null, + "Yield": 254.2, + "Adj Yield": 254.2 + } + }, + { + "rank": 16, + "brand": "Nu Tech", + "product": "71A7V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": null, + "Yield": 254.9, + "Adj Yield": 254.9 + } + }, + { + "rank": 21, + "brand": "ProHarvest", + "product": "81P45TreRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 250.8, + "Adj Yield": 250.8 + } + }, + { + "rank": 25, + "brand": "Merschman", + "product": "M-2411C-30", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 240.4, + "Adj Yield": 240.4 + } + }, + { + "rank": 11, + "brand": "Merschman", + "product": "M-2512C-30", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 265.5, + "Adj Yield": 265.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 267.4, + "Adj Yield": 267.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 266.4, + "Adj Yield": 266.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 272.1, + "Adj Yield": 272.1 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 264.6, + "Adj Yield": 264.6 + } + }, + { + "rank": 7, + "brand": "ProHarvest", + "product": "82P96PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 269.5, + "Adj Yield": 269.5 + } + }, + { + "rank": 26, + "brand": "Merschman", + "product": "M-2413C-30", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": null, + "Yield": 235.6, + "Adj Yield": 235.6 + } + }, + { + "rank": 13, + "brand": "Nu Tech", + "product": "73B2V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 263.8, + "Adj Yield": 263.8 + } + }, + { + "rank": 8, + "brand": "ProHarvest", + "product": "83P66VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 268.6, + "Adj Yield": 268.6 + } + }, + { + "rank": 19, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 252.6, + "Adj Yield": 252.6 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 277.7, + "Adj Yield": 277.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": null, + "Yield": 272.9, + "Adj Yield": 272.9 + } + }, + { + "rank": 6, + "brand": "ProHarvest", + "product": "84P78TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 269.7, + "Adj Yield": 269.7 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 243.8, + "Adj Yield": 243.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 270.6, + "Adj Yield": 270.6 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC115-55RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 260.9, + "Adj Yield": 260.9 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 281.2, + "Adj Yield": 281.2 + } + }, + { + "rank": 14, + "brand": "Nu Tech", + "product": "77B1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": null, + "Yield": 263.0, + "Adj Yield": 263.0 + } + } + ], + "n_results": 27, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145616" + ], + "fetched_at": "2026-05-27T02:21:44.782648+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145616.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145616.md new file mode 100644 index 00000000..59d730a6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145616.md @@ -0,0 +1,57 @@ +# Corn yield trial — Thomasboro, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Champaign +- **City:** Thomasboro +- **Year:** 2025 +- **Plot ID:** 145616 +- **Cooperator:** Ehler Bros. +- **Plot average:** 259.39 BU/Ac +- **Planted:** 2025-04-28 +- **Harvested:** 2025-10-01 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 12 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145616 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 18 | Nu Tech | 69C7PCE | PCE | - | 16.5 | - | 252.7 | 252.7 | +| 27 | Nu Tech | 69F3V | Vorceed | - | 15.8 | - | 233.0 | 233.0 | +| 23 | Nu Tech | 70F6PCE | PCE | - | 17.3 | - | 248.8 | 248.8 | +| 22 | Nu Tech | 70F6V | Vorceed | - | 16.4 | - | 250.5 | 250.5 | +| 20 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 15.3 | - | 252.3 | 252.3 | +| 17 | ProHarvest | 80P75PCE | PCE | - | 15.4 | - | 254.2 | 254.2 | +| 16 | Nu Tech | 71A7V | Vorceed | - | 14.4 | - | 254.9 | 254.9 | +| 21 | ProHarvest | 81P45TreRIB | TreceptaRIB | - | 16.2 | - | 250.8 | 250.8 | +| 25 | Merschman | M-2411C-30 | Unknown | - | 16.9 | - | 240.4 | 240.4 | +| 11 | Merschman | M-2512C-30 | PCE | - | 17.4 | - | 265.5 | 265.5 | +| 9 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 19.0 | - | 267.4 | 267.4 | +| 10 | AgriGold | A642-18TRC | Trecepta | - | 18.8 | - | 266.4 | 266.4 | +| 4 | AgriGold | A642-32VT2RIB | VT2RIB | - | 18.1 | - | 272.1 | 272.1 | +| 12 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 17.9 | - | 264.6 | 264.6 | +| 7 | ProHarvest | 82P96PCE | PCE | - | 16.9 | - | 269.5 | 269.5 | +| 26 | Merschman | M-2413C-30 | PCE | - | 19.3 | - | 235.6 | 235.6 | +| 13 | Nu Tech | 73B2V | Vorceed | - | 17.3 | - | 263.8 | 263.8 | +| 8 | ProHarvest | 83P66VT2RIB | VT2RIB | - | 19.0 | - | 268.6 | 268.6 | +| 19 | Dekalb | DKC114-43RIB | VT4RIB | - | 17.6 | - | 252.6 | 252.6 | +| 2 | Dekalb | DKC64-22RIB | VT2RIB | - | 16.1 | - | 277.7 | 277.7 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.9 | - | 272.9 | 272.9 | +| 6 | ProHarvest | 84P78TRERIB | TreceptaRIB | - | 18.5 | - | 269.7 | 269.7 | +| 24 | AgriGold | A645-30VT2RIB | VT2RIB | - | 19.0 | - | 243.8 | 243.8 | +| 5 | AgriGold | A645-55VT2PRO | VT2Pro | - | 17.0 | - | 270.6 | 270.6 | +| 15 | Dekalb | DKC115-55RIB | TreceptaRIB | - | 18.4 | - | 260.9 | 260.9 | +| 1 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 19.1 | - | 281.2 | 281.2 | +| 14 | Nu Tech | 77B1PCE | PCE | - | 18.7 | - | 263.0 | 263.0 | + +Top 5 by Yield: DKC66-06RIB (Dekalb) 281.2, DKC64-22RIB (Dekalb) 277.7, A644-64VT2RIB (AgriGold) 272.9, A642-32VT2RIB (AgriGold) 272.1, A645-55VT2PRO (AgriGold) 270.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145617.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145617.json new file mode 100644 index 00000000..69add8fd --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145617.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145617", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Flatville", + "county": "Champaign", + "year": 2025, + "plot_id": "145617", + "cooperator": "Ehler Bros.", + "plot_average": 259.75, + "planted_date": "2025-04-27", + "harvested_date": "2025-10-01", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 12, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "Nu Tech", + "product": "69C7PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 261.3, + "Adj Yield": 261.3 + } + }, + { + "rank": 4, + "brand": "ProHarvest", + "product": "80P75PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": null, + "Yield": 267.8, + "Adj Yield": 267.8 + } + }, + { + "rank": 15, + "brand": "Nu Tech", + "product": "70F6PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 256.5, + "Adj Yield": 256.5 + } + }, + { + "rank": 5, + "brand": "Nu Tech", + "product": "70B4AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 266.1, + "Adj Yield": 266.1 + } + }, + { + "rank": 14, + "brand": "ProHarvest", + "product": "81P45TreRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 256.7, + "Adj Yield": 256.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 276.8, + "Adj Yield": 276.8 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 264.8, + "Adj Yield": 264.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 265.2, + "Adj Yield": 265.2 + } + }, + { + "rank": 17, + "brand": "Nu Tech", + "product": "72C1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 250.0, + "Adj Yield": 250.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 259.4, + "Adj Yield": 259.4 + } + }, + { + "rank": 16, + "brand": "Merschman", + "product": "M-2512C-30", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 255.4, + "Adj Yield": 255.4 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 260.8, + "Adj Yield": 260.8 + } + }, + { + "rank": 19, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 247.5, + "Adj Yield": 247.5 + } + }, + { + "rank": 10, + "brand": "ProHarvest", + "product": "84P78TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": null, + "Yield": 260.0, + "Adj Yield": 260.0 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 239.3, + "Adj Yield": 239.3 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC115-55RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 259.2, + "Adj Yield": 259.2 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 258.0, + "Adj Yield": 258.0 + } + }, + { + "rank": 2, + "brand": "Nu Tech", + "product": "75A8V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 270.6, + "Adj Yield": 270.6 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 270.0, + "Adj Yield": 270.0 + } + }, + { + "rank": 18, + "brand": "ProHarvest", + "product": "86P55TRC", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": null, + "Yield": 249.6, + "Adj Yield": 249.6 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145617" + ], + "fetched_at": "2026-05-27T02:21:45.318847+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145617.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145617.md new file mode 100644 index 00000000..1ab04be8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145617.md @@ -0,0 +1,50 @@ +# Corn yield trial — Flatville, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Champaign +- **City:** Flatville +- **Year:** 2025 +- **Plot ID:** 145617 +- **Cooperator:** Ehler Bros. +- **Plot average:** 259.75 BU/Ac +- **Planted:** 2025-04-27 +- **Harvested:** 2025-10-01 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 12 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145617 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | Nu Tech | 69C7PCE | PCE | - | 16.2 | - | 261.3 | 261.3 | +| 4 | ProHarvest | 80P75PCE | PCE | - | 14.9 | - | 267.8 | 267.8 | +| 15 | Nu Tech | 70F6PCE | PCE | - | 15.6 | - | 256.5 | 256.5 | +| 5 | Nu Tech | 70B4AM | AM | - | 16.1 | - | 266.1 | 266.1 | +| 14 | ProHarvest | 81P45TreRIB | TreceptaRIB | - | 16.7 | - | 256.7 | 256.7 | +| 1 | AgriGold | A642-18TRC | Trecepta | - | 18.0 | - | 276.8 | 276.8 | +| 7 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 17.2 | - | 264.8 | 264.8 | +| 6 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 18.6 | - | 265.2 | 265.2 | +| 17 | Nu Tech | 72C1PCE | PCE | - | 15.2 | - | 250.0 | 250.0 | +| 11 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.9 | - | 259.4 | 259.4 | +| 16 | Merschman | M-2512C-30 | PCE | - | 16.5 | - | 255.4 | 255.4 | +| 9 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.2 | - | 260.8 | 260.8 | +| 19 | Dekalb | DKC114-43RIB | VT4RIB | - | 17.1 | - | 247.5 | 247.5 | +| 10 | ProHarvest | 84P78TRERIB | TreceptaRIB | - | 18.9 | - | 260.0 | 260.0 | +| 20 | AgriGold | A645-30VT2RIB | VT2RIB | - | 18.3 | - | 239.3 | 239.3 | +| 12 | Dekalb | DKC115-55RIB | TreceptaRIB | - | 16.6 | - | 259.2 | 259.2 | +| 13 | AgriGold | A645-55VT2PRO | VT2Pro | - | 15.8 | - | 258.0 | 258.0 | +| 2 | Nu Tech | 75A8V | Vorceed | - | 16.1 | - | 270.6 | 270.6 | +| 3 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 18.5 | - | 270.0 | 270.0 | +| 18 | ProHarvest | 86P55TRC | TreceptaRIB | - | 20.3 | - | 249.6 | 249.6 | + +Top 5 by Yield: A642-18TRC (AgriGold) 276.8, 75A8V (Nu Tech) 270.6, DKC66-06RIB (Dekalb) 270.0, 80P75PCE (ProHarvest) 267.8, 70B4AM (Nu Tech) 266.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145620.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145620.json new file mode 100644 index 00000000..016392ed --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145620.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145620", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Guston", + "county": "Meade", + "year": 2025, + "plot_id": "145620", + "cooperator": "Fred L Sipes", + "plot_average": 198.75, + "planted_date": "2025-05-01", + "harvested_date": "2025-09-26", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 57.5, + "Yield": 216.3, + "Adj Yield": 211.92 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 58.5, + "Yield": 218.3, + "Adj Yield": 218.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 58.5, + "Yield": 218.3, + "Adj Yield": 214.11 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 58.1, + "Yield": 208.4, + "Adj Yield": 204.96 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 59.2, + "Yield": 202.0, + "Adj Yield": 199.46 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 59.1, + "Yield": 202.2, + "Adj Yield": 200.48 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 56.8, + "Yield": 193.4, + "Adj Yield": 192.5 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 57.4, + "Yield": 189.1, + "Adj Yield": 189.09 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 60.0, + "Yield": 182.3, + "Adj Yield": 183.15 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 58.9, + "Yield": 188.5, + "Adj Yield": 190.15 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 59.3, + "Yield": 190.1, + "Adj Yield": 192.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 59.2, + "Yield": 197.9, + "Adj Yield": 201.25 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 57.3, + "Yield": 201.0, + "Adj Yield": 205.27 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 60.5, + "Yield": 208.2, + "Adj Yield": 208.2 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145620" + ], + "fetched_at": "2026-05-27T02:21:45.803892+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145620.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145620.md new file mode 100644 index 00000000..c510216b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145620.md @@ -0,0 +1,44 @@ +# Corn yield trial — Guston, KY, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Meade +- **City:** Guston +- **Year:** 2025 +- **Plot ID:** 145620 +- **Cooperator:** Fred L Sipes +- **Plot average:** 198.75 BU/Ac +- **Planted:** 2025-05-01 +- **Harvested:** 2025-09-26 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145620 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 19.5 | 57.5 | 216.3 | 211.92 | +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 18.2 | 58.5 | 218.3 | 218.3 | +| 1 | AgriGold | A642-32VT2RIB | VT2RIB | - | 18.2 | 58.5 | 218.3 | 214.11 | +| 4 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.4 | 58.1 | 208.4 | 204.96 | +| 7 | AgriGold | A642-18TRC | Trecepta | - | 17.6 | 59.2 | 202.0 | 199.46 | +| 6 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.9 | 59.1 | 202.2 | 200.48 | +| 9 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.3 | 56.8 | 193.4 | 192.5 | +| 11 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.9 | 57.4 | 189.1 | 189.09 | +| 12 | AgriGold | A645-30VT2RIB | VT2RIB | - | 18.4 | 60.0 | 182.3 | 183.15 | +| 10 | AgriGold | A645-55VT2PRO | VT2Pro | - | 18.0 | 58.9 | 188.5 | 190.15 | +| 8 | AgriGold | A645-71STXRIB | STXRIB | - | 17.9 | 59.3 | 190.1 | 192.6 | +| 5 | AgriGold | A646-17TRC | Trecepta | - | 18.5 | 59.2 | 197.9 | 201.25 | +| 3 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 20.3 | 57.3 | 201.0 | 205.27 | +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.9 | 60.5 | 208.2 | 208.2 | + +Top 5 by Yield: A642-32VT2RIB (AgriGold) 218.3, A642-32VT2RIB (AgriGold) 218.3, DKC66-06RIB (Dekalb) 216.3, A642-05VT2RIBD1 (AgriGold) 208.4, A642-32VT2RIB (AgriGold) 208.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145632.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145632.json new file mode 100644 index 00000000..b4c6a64c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145632.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145632", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Republican City", + "county": "Harlan", + "year": 2025, + "plot_id": "145632", + "cooperator": "Leidig Farms", + "plot_average": 144.17, + "planted_date": "2025-05-01", + "harvested_date": "2025-11-08", + "population_seeds_per_acre": 18500, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Wheat", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 11, + "brand": "Hoegemeyer", + "product": "7859Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 60.0, + "Yield": 140.8, + "Adj Yield": 134.03 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 60.7, + "Yield": 153.1, + "Adj Yield": 153.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 60.7, + "Yield": 153.1, + "Adj Yield": 146.57 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 59.9, + "Yield": 158.9, + "Adj Yield": 154.01 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 60.7, + "Yield": 142.7, + "Adj Yield": 139.44 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 61.4, + "Yield": 142.7, + "Adj Yield": 141.07 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 59.7, + "Yield": 152.3, + "Adj Yield": 152.28 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 60.3, + "Yield": 150.1, + "Adj Yield": 151.76 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 60.1, + "Yield": 138.2, + "Adj Yield": 141.43 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 62.3, + "Yield": 139.0, + "Adj Yield": 143.88 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 59.9, + "Yield": 138.7, + "Adj Yield": 145.23 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 61.1, + "Yield": 136.8, + "Adj Yield": 136.8 + } + }, + { + "rank": 10, + "brand": "Hoegemeyer", + "product": "7859Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 60.8, + "Yield": 129.4, + "Adj Yield": 136.17 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145632" + ], + "fetched_at": "2026-05-27T02:21:46.274029+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145632.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145632.md new file mode 100644 index 00000000..eaee2e43 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145632.md @@ -0,0 +1,43 @@ +# Corn yield trial — Republican City, NE, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Harlan +- **City:** Republican City +- **Year:** 2025 +- **Plot ID:** 145632 +- **Cooperator:** Leidig Farms +- **Plot average:** 144.17 BU/Ac +- **Planted:** 2025-05-01 +- **Harvested:** 2025-11-08 +- **Population:** 18,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Wheat +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145632 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 11 | Hoegemeyer | 7859Q | QROME | - | 12.9 | 60.0 | 140.8 | 134.03 | +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 13.4 | 60.7 | 153.1 | 153.1 | +| 4 | AgriGold | A642-32VT2RIB | VT2RIB | - | 13.4 | 60.7 | 153.1 | 146.57 | +| 1 | AgriGold | A638-91VT2PRO | VT2Pro | - | 13.3 | 59.9 | 158.9 | 154.01 | +| 9 | AgriGold | A639-03VT2RIB | VT2RIB | - | 13.2 | 60.7 | 142.7 | 139.44 | +| 8 | AgriGold | A639-38V-RN | 3220 | - | 13.1 | 61.4 | 142.7 | 141.07 | +| 2 | AgriGold | A641-26V | 3220EZ | - | 13.6 | 59.7 | 152.3 | 152.28 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.2 | 60.3 | 150.1 | 151.76 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.6 | 60.1 | 138.2 | 141.43 | +| 6 | AgriGold | A645-30VT2RIB | VT2RIB | - | 13.6 | 62.3 | 139.0 | 143.88 | +| 5 | AgriGold | A646-17STXRIB | STXRIB | - | 13.4 | 59.9 | 138.7 | 145.23 | +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 13.1 | 61.1 | 136.8 | 136.8 | +| 10 | Hoegemeyer | 7859Q | QROME | - | 12.9 | 60.8 | 129.4 | 136.17 | + +Top 5 by Yield: A638-91VT2PRO (AgriGold) 158.9, A642-32VT2RIB (AgriGold) 153.1, A642-32VT2RIB (AgriGold) 153.1, A641-26V (AgriGold) 152.3, A643-52VT2RIB (AgriGold) 150.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145636.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145636.json new file mode 100644 index 00000000..17779391 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145636.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145636", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MD", + "state_abbrev": "md", + "city": "Westminster", + "county": "Carroll", + "year": 2025, + "plot_id": "145636", + "cooperator": "Gregory Dell", + "plot_average": 218.5, + "planted_date": "2025-05-02", + "harvested_date": "2025-09-29", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 12, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 211.0, + "Adj Yield": 211.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": null, + "Yield": 217.0, + "Adj Yield": 217.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 221.0, + "Adj Yield": 221.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": null, + "Yield": 227.0, + "Adj Yield": 227.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": null, + "Yield": 220.0, + "Adj Yield": 220.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": null, + "Yield": 235.0, + "Adj Yield": 235.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": null, + "Yield": 211.0, + "Adj Yield": 211.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.8, + "Test Wt.": null, + "Yield": 224.0, + "Adj Yield": 224.0 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC63-91RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 216.0, + "Adj Yield": 216.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": null, + "Yield": 203.0, + "Adj Yield": 203.0 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145636" + ], + "fetched_at": "2026-05-27T02:21:46.794067+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145636.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145636.md new file mode 100644 index 00000000..fad81546 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145636.md @@ -0,0 +1,39 @@ +# Corn yield trial — Westminster, MD, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MD +- **County:** Carroll +- **City:** Westminster +- **Year:** 2025 +- **Plot ID:** 145636 +- **Cooperator:** Gregory Dell +- **Plot average:** 218.5 BU/Ac +- **Planted:** 2025-05-02 +- **Harvested:** 2025-09-29 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 12 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145636 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | AgriGold | A638-91VT2PRO | VT2Pro | - | 19.0 | - | 211.0 | 211.0 | +| 6 | AgriGold | A639-38V-RN | 3220 | - | 20.4 | - | 217.0 | 217.0 | +| 4 | AgriGold | A640-16-3110 | 3110 | - | 21.3 | - | 221.0 | 221.0 | +| 2 | AgriGold | A640-94VT4PRO | VT4Pro | - | 22.2 | - | 227.0 | 227.0 | +| 5 | AgriGold | A641-62D-RN | 5122 | - | 21.6 | - | 220.0 | 220.0 | +| 1 | AgriGold | A642-18SSPRIB | SSPRIB | - | 22.6 | - | 235.0 | 235.0 | +| 8 | AgriGold | A644-64VT2RIB | VT2RIB | - | 22.3 | - | 211.0 | 211.0 | +| 3 | AgriGold | A645-30VT2RIB | VT2RIB | - | 23.8 | - | 224.0 | 224.0 | +| 7 | Dekalb | DKC63-91RIB | VT2RIB | - | 21.3 | - | 216.0 | 216.0 | +| 10 | AgriGold | A643-52VT2RIB | VT2RIB | - | 21.5 | - | 203.0 | 203.0 | + +Top 5 by Yield: A642-18SSPRIB (AgriGold) 235.0, A640-94VT4PRO (AgriGold) 227.0, A645-30VT2RIB (AgriGold) 224.0, A640-16-3110 (AgriGold) 221.0, A641-62D-RN (AgriGold) 220.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145637.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145637.json new file mode 100644 index 00000000..a181733b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145637.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145637", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "PA", + "state_abbrev": "pa", + "city": "Oley", + "county": "Berks", + "year": 2025, + "plot_id": "145637", + "cooperator": "Troy Alderfer", + "plot_average": 251.01, + "planted_date": "2025-04-29", + "harvested_date": "2025-10-10", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 59.9, + "Yield": 245.3, + "Adj Yield": 245.3 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.4, + "Yield": 240.0, + "Adj Yield": 240.0 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 59.9, + "Yield": 238.1, + "Adj Yield": 238.1 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 58.8, + "Yield": 239.8, + "Adj Yield": 239.8 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 59.7, + "Yield": 230.1, + "Adj Yield": 230.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 59.5, + "Yield": 254.6, + "Adj Yield": 254.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 59.0, + "Yield": 247.4, + "Adj Yield": 247.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 59.1, + "Yield": 247.7, + "Adj Yield": 247.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 58.1, + "Yield": 261.8, + "Adj Yield": 261.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 58.8, + "Yield": 264.9, + "Adj Yield": 264.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 59.5, + "Yield": 274.5, + "Adj Yield": 274.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 60.0, + "Yield": 254.3, + "Adj Yield": 254.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 58.0, + "Yield": 264.6, + "Adj Yield": 264.6 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145637" + ], + "fetched_at": "2026-05-27T02:21:47.271255+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145637.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145637.md new file mode 100644 index 00000000..09f8250e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145637.md @@ -0,0 +1,42 @@ +# Corn yield trial — Oley, PA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** PA +- **County:** Berks +- **City:** Oley +- **Year:** 2025 +- **Plot ID:** 145637 +- **Cooperator:** Troy Alderfer +- **Plot average:** 251.01 BU/Ac +- **Planted:** 2025-04-29 +- **Harvested:** 2025-10-10 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145637 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | AgriGold | A637-72VT2RIB | VT2RIB | - | 17.7 | 59.9 | 245.3 | 245.3 | +| 10 | AgriGold | A631-08VT2RIB | VT2RIB | - | 17.0 | 58.4 | 240.0 | 240.0 | +| 12 | AgriGold | A632-68VT2RIB | VT2RIB | - | 16.7 | 59.9 | 238.1 | 238.1 | +| 11 | AgriGold | A634-65TRC | Trecepta | - | 16.5 | 58.8 | 239.8 | 239.8 | +| 13 | AgriGold | A636-39-3110 | 3110 | - | 16.7 | 59.7 | 230.1 | 230.1 | +| 5 | AgriGold | A638-91VT2PRO | VT2Pro | - | 18.0 | 59.5 | 254.6 | 254.6 | +| 8 | AgriGold | A639-38V-RN | 3220 | - | 18.7 | 59.0 | 247.4 | 247.4 | +| 7 | AgriGold | A640-16-3110 | 3110 | - | 18.4 | 59.1 | 247.7 | 247.7 | +| 4 | AgriGold | A642-18SSPRIB | SSPRIB | - | 19.4 | 58.1 | 261.8 | 261.8 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 20.1 | 58.8 | 264.9 | 264.9 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.6 | 59.5 | 274.5 | 274.5 | +| 6 | AgriGold | A642-32VT2RIB | VT2RIB | - | 19.2 | 60.0 | 254.3 | 254.3 | +| 3 | AgriGold | A641-26V | 3220EZ | - | 19.9 | 58.0 | 264.6 | 264.6 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 274.5, A643-52VT2RIB (AgriGold) 264.9, A641-26V (AgriGold) 264.6, A642-18SSPRIB (AgriGold) 261.8, A638-91VT2PRO (AgriGold) 254.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145639.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145639.json new file mode 100644 index 00000000..6953b020 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145639.json @@ -0,0 +1,348 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145639", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Hindsboro", + "county": "Douglas", + "year": 2025, + "plot_id": "145639", + "cooperator": "Jared Hemingway", + "plot_average": 220.1, + "planted_date": "2025-05-02", + "harvested_date": "2025-10-13", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 3, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 234.2, + "Adj Yield": 234.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": null, + "Yield": 231.7, + "Adj Yield": 231.7 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 212.0, + "Adj Yield": 212.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 236.9, + "Adj Yield": 236.9 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": null, + "Yield": 215.9, + "Adj Yield": 215.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": null, + "Yield": 226.7, + "Adj Yield": 226.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 235.0, + "Adj Yield": 235.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 230.7, + "Adj Yield": 230.7 + } + }, + { + "rank": 11, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": null, + "Yield": 223.5, + "Adj Yield": 223.5 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": null, + "Yield": 219.1, + "Adj Yield": 219.1 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": null, + "Yield": 229.1, + "Adj Yield": 229.1 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": null, + "Yield": 212.5, + "Adj Yield": 212.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 224.8, + "Adj Yield": 224.8 + } + }, + { + "rank": 9, + "brand": "Channel", + "product": "215-70TRERIB", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": null, + "Yield": 224.7, + "Adj Yield": 224.7 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 214.9, + "Adj Yield": 214.9 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC116-62RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 218.3, + "Adj Yield": 218.3 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 210.2, + "Adj Yield": 210.2 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": null, + "Yield": 189.8, + "Adj Yield": 189.8 + } + }, + { + "rank": 20, + "brand": "Channel", + "product": "217-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 211.0, + "Adj Yield": 211.0 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": null, + "Yield": 220.3, + "Adj Yield": 220.3 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 219.2, + "Adj Yield": 219.2 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 209.2, + "Adj Yield": 209.2 + } + }, + { + "rank": 23, + "brand": "Channel", + "product": "218-66VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 208.1, + "Adj Yield": 208.1 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": null, + "Yield": 224.6, + "Adj Yield": 224.6 + } + } + ], + "n_results": 24, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145639" + ], + "fetched_at": "2026-05-27T02:21:47.782907+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145639.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145639.md new file mode 100644 index 00000000..4bb22791 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145639.md @@ -0,0 +1,54 @@ +# Corn yield trial — Hindsboro, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Douglas +- **City:** Hindsboro +- **Year:** 2025 +- **Plot ID:** 145639 +- **Cooperator:** Jared Hemingway +- **Plot average:** 220.1 BU/Ac +- **Planted:** 2025-05-02 +- **Harvested:** 2025-10-13 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145639 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | AgriGold | A639-38V-RN | 3220 | - | 14.2 | - | 234.2 | 234.2 | +| 4 | AgriGold | A640-94VT4PRO | VT4Pro | - | 15.0 | - | 231.7 | 231.7 | +| 19 | AgriGold | A641-62D-RN | 5122 | - | 14.5 | - | 212.0 | 212.0 | +| 1 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.1 | - | 236.9 | 236.9 | +| 16 | AgriGold | A642-18SSPRIB | SSPRIB | - | 13.3 | - | 215.9 | 215.9 | +| 7 | AgriGold | A642-18TRC | Trecepta | - | 13.6 | - | 226.7 | 226.7 | +| 2 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.5 | - | 235.0 | 235.0 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.5 | - | 230.7 | 230.7 | +| 11 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 15.3 | - | 223.5 | 223.5 | +| 14 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.1 | - | 219.1 | 219.1 | +| 6 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.7 | - | 229.1 | 229.1 | +| 18 | AgriGold | A645-30VT2RIB | VT2RIB | - | 14.9 | - | 212.5 | 212.5 | +| 8 | AgriGold | A645-55VT2PRO | VT2Pro | - | 14.2 | - | 224.8 | 224.8 | +| 9 | Channel | 215-70TRERIB | Trecepta | - | 15.3 | - | 224.7 | 224.7 | +| 17 | AgriGold | A645-71STXRIB | STXRIB | - | 14.2 | - | 214.9 | 214.9 | +| 15 | Dekalb | DKC116-62RIB | SSPRIB | - | 14.2 | - | 218.3 | 218.3 | +| 21 | AgriGold | A646-17TRC | Trecepta | - | 14.2 | - | 210.2 | 210.2 | +| 24 | AgriGold | A646-17STXRIB | STXRIB | - | 13.6 | - | 189.8 | 189.8 | +| 20 | Channel | 217-12STXRIB | STXRIB | - | 14.5 | - | 211.0 | 211.0 | +| 12 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 15.1 | - | 220.3 | 220.3 | +| 13 | AgriGold | L6722VT2PRO | VT2Pro | - | 14.2 | - | 219.2 | 219.2 | +| 22 | AgriGold | L6818VT2PRO | VT2Pro | - | 14.5 | - | 209.2 | 209.2 | +| 23 | Channel | 218-66VT2PRIB | VT2RIB | - | 15.2 | - | 208.1 | 208.1 | +| 10 | Dekalb | DKC68-35RIB | VT2RIB | - | 15.1 | - | 224.6 | 224.6 | + +Top 5 by Yield: A642-05VT2RIBD1 (AgriGold) 236.9, A642-32VT2RIB (AgriGold) 235.0, A639-38V-RN (AgriGold) 234.2, A640-94VT4PRO (AgriGold) 231.7, A643-52VT2RIB (AgriGold) 230.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145665.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145665.json new file mode 100644 index 00000000..35bdabf2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145665.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145665", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Star City", + "county": "Pulaski", + "year": 2025, + "plot_id": "145665", + "cooperator": "Tucker Webb Bros.", + "plot_average": 261.85, + "planted_date": "2025-05-02", + "harvested_date": "2025-10-08", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Sandy Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A630-04AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 57.0, + "Yield": 227.3, + "Adj Yield": 227.3 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 56.9, + "Yield": 246.1, + "Adj Yield": 246.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 56.3, + "Yield": 264.3, + "Adj Yield": 264.3 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 56.0, + "Yield": 232.9, + "Adj Yield": 232.9 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 57.7, + "Yield": 243.2, + "Adj Yield": 243.2 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 57.1, + "Yield": 243.8, + "Adj Yield": 243.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 23.5, + "Test Wt.": 55.2, + "Yield": 275.0, + "Adj Yield": 275.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 56.8, + "Yield": 261.5, + "Adj Yield": 261.5 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": 54.4, + "Yield": 259.7, + "Adj Yield": 259.7 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 55.6, + "Yield": 264.5, + "Adj Yield": 264.5 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 27.2, + "Test Wt.": 53.6, + "Yield": 260.1, + "Adj Yield": 260.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 25.4, + "Test Wt.": 53.6, + "Yield": 272.5, + "Adj Yield": 272.5 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 54.8, + "Yield": 261.9, + "Adj Yield": 261.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": 56.1, + "Yield": 278.7, + "Adj Yield": 278.7 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 24.7, + "Test Wt.": 54.5, + "Yield": 263.0, + "Adj Yield": 263.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.3, + "Test Wt.": 55.1, + "Yield": 265.0, + "Adj Yield": 265.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.7, + "Test Wt.": 54.5, + "Yield": 282.7, + "Adj Yield": 282.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 57.6, + "Yield": 276.6, + "Adj Yield": 276.6 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A630-04AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 56.7, + "Yield": 225.6, + "Adj Yield": 225.6 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 57.4, + "Yield": 285.6, + "Adj Yield": 285.6 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145665" + ], + "fetched_at": "2026-05-27T02:21:48.314611+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145665.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145665.md new file mode 100644 index 00000000..f26f70b0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145665.md @@ -0,0 +1,50 @@ +# Corn yield trial — Star City, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Pulaski +- **City:** Star City +- **Year:** 2025 +- **Plot ID:** 145665 +- **Cooperator:** Tucker Webb Bros. +- **Plot average:** 261.85 BU/Ac +- **Planted:** 2025-05-02 +- **Harvested:** 2025-10-08 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Sandy Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145665 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A630-04AA | 3120EZ | - | 19.4 | 57.0 | 227.3 | 227.3 | +| 14 | AgriGold | A631-08VT2RIB | VT2RIB | - | 19.0 | 56.9 | 246.1 | 246.1 | +| 8 | AgriGold | A632-68VT2RIB | VT2RIB | - | 20.7 | 56.3 | 264.3 | 264.3 | +| 17 | AgriGold | A634-65TRC | Trecepta | - | 18.9 | 56.0 | 232.9 | 232.9 | +| 16 | AgriGold | A636-39-3110 | 3110 | - | 20.3 | 57.7 | 243.2 | 243.2 | +| 15 | AgriGold | A637-72VT2RIB | VT2RIB | - | 20.2 | 57.1 | 243.8 | 243.8 | +| 4 | AgriGold | A638-91VT2PRO | VT2Pro | - | 23.5 | 55.2 | 275.0 | 275.0 | +| 11 | AgriGold | A639-38V-RN | 3220 | - | 22.1 | 56.8 | 261.5 | 261.5 | +| 13 | AgriGold | A639-03VT2RIB | VT2RIB | - | 24.1 | 54.4 | 259.7 | 259.7 | +| 7 | AgriGold | A640-16-3110 | 3110 | - | 23.2 | 55.6 | 264.5 | 264.5 | +| 12 | AgriGold | A641-62D-RN | 5122 | - | 27.2 | 53.6 | 260.1 | 260.1 | +| 5 | AgriGold | A640-94VT4PRO | VT4Pro | - | 25.4 | 53.6 | 272.5 | 272.5 | +| 10 | AgriGold | A642-18SSPRIB | SSPRIB | - | 23.4 | 54.8 | 261.9 | 261.9 | +| 2 | AgriGold | A642-32VT2RIB | VT2RIB | - | 24.0 | 56.1 | 278.7 | 278.7 | +| 9 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 24.7 | 54.5 | 263.0 | 263.0 | +| 6 | AgriGold | A643-52VT2RIB | VT2RIB | - | 23.3 | 55.1 | 265.0 | 265.0 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 25.7 | 54.5 | 282.7 | 282.7 | +| 3 | AgriGold | A645-55VT2PRO | VT2Pro | - | 23.4 | 57.6 | 276.6 | 276.6 | +| - | AgriGold | A630-04AA | 3120EZ | - | 18.8 | 56.7 | 225.6 | 225.6 | +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 23.2 | 57.4 | 285.6 | 285.6 | + +Top 5 by Yield: A642-32VT2RIB (AgriGold) 285.6, A644-64VT2RIB (AgriGold) 282.7, A642-32VT2RIB (AgriGold) 278.7, A645-55VT2PRO (AgriGold) 276.6, A638-91VT2PRO (AgriGold) 275.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145681.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145681.json new file mode 100644 index 00000000..b42c0354 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145681.json @@ -0,0 +1,400 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145681", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Oaktown", + "county": "Knox", + "year": 2025, + "plot_id": "145681", + "cooperator": "Brooks Cardinal", + "plot_average": 275.92, + "planted_date": "2025-05-09", + "harvested_date": "2025-09-26", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Sandy Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 50.1, + "Yield": 275.4, + "Adj Yield": 275.4 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 51.4, + "Yield": 262.0, + "Adj Yield": 262.55 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 53.5, + "Yield": 278.2, + "Adj Yield": 278.87 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 53.4, + "Yield": 235.4, + "Adj Yield": 236.16 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 51.9, + "Yield": 272.8, + "Adj Yield": 273.71 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 55.5, + "Yield": 268.6, + "Adj Yield": 269.71 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 51.9, + "Yield": 287.9, + "Adj Yield": 289.21 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 52.7, + "Yield": 285.1, + "Adj Yield": 286.6 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 52.6, + "Yield": 270.3, + "Adj Yield": 271.99 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 51.3, + "Yield": 281.9, + "Adj Yield": 283.9 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 53.8, + "Yield": 272.2, + "Adj Yield": 274.49 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 52.4, + "Yield": 269.5, + "Adj Yield": 272.13 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 57.0, + "Yield": 265.4, + "Adj Yield": 268.53 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 55.3, + "Yield": 283.0, + "Adj Yield": 286.65 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 52.4, + "Yield": 263.7, + "Adj Yield": 268.15 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 52.5, + "Yield": 269.0, + "Adj Yield": 274.43 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 52.5, + "Yield": 269.0, + "Adj Yield": 269.0 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 54.0, + "Yield": 257.3, + "Adj Yield": 262.51 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 52.3, + "Yield": 280.9, + "Adj Yield": 284.84 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 52.5, + "Yield": 284.3, + "Adj Yield": 287.01 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 51.5, + "Yield": 274.3, + "Adj Yield": 275.8 + } + }, + { + "rank": 19, + "brand": "Dekalb", + "product": "DKC117-27RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 53.7, + "Yield": 270.4, + "Adj Yield": 270.87 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A647-09SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 53.7, + "Yield": 283.8, + "Adj Yield": 283.14 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 54.5, + "Yield": 276.6, + "Adj Yield": 274.71 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 52.7, + "Yield": 287.6, + "Adj Yield": 284.59 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 54.4, + "Yield": 288.4, + "Adj Yield": 284.04 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC119-30RIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 52.6, + "Yield": 299.1, + "Adj Yield": 293.43 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 54.2, + "Yield": 283.0, + "Adj Yield": 283.0 + } + } + ], + "n_results": 28, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145681" + ], + "fetched_at": "2026-05-27T02:21:48.793697+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145681.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145681.md new file mode 100644 index 00000000..a714de67 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145681.md @@ -0,0 +1,58 @@ +# Corn yield trial — Oaktown, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Knox +- **City:** Oaktown +- **Year:** 2025 +- **Plot ID:** 145681 +- **Cooperator:** Brooks Cardinal +- **Plot average:** 275.92 BU/Ac +- **Planted:** 2025-05-09 +- **Harvested:** 2025-09-26 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Sandy Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145681 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.3 | 50.1 | 275.4 | 275.4 | +| 23 | AgriGold | A639-03VT2RIB | VT2RIB | - | 19.1 | 51.4 | 262.0 | 262.55 | +| 11 | AgriGold | A639-38V-RN | 3220 | - | 18.3 | 53.5 | 278.2 | 278.87 | +| 25 | AgriGold | A640-16-3110 | 3110 | - | 18.8 | 53.4 | 235.4 | 236.16 | +| 16 | AgriGold | A640-94VT4PRO | VT4Pro | - | 18.3 | 51.9 | 272.8 | 273.71 | +| 20 | AgriGold | A641-26V | 3220EZ | - | 19.1 | 55.5 | 268.6 | 269.71 | +| 2 | AgriGold | A642-18SSPRIB | SSPRIB | - | 18.8 | 51.9 | 287.9 | 289.21 | +| 5 | AgriGold | A642-18TRC | Trecepta | - | 19.0 | 52.7 | 285.1 | 286.6 | +| 18 | AgriGold | A642-32VT2RIB | VT2RIB | - | 18.6 | 52.6 | 270.3 | 271.99 | +| 9 | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.8 | 51.3 | 281.9 | 283.9 | +| 14 | Dekalb | DKC114-43RIB | VT4RIB | - | 19.1 | 53.8 | 272.2 | 274.49 | +| 17 | AgriGold | A645-16VT2RIB | VT2RIB | - | 20.0 | 52.4 | 269.5 | 272.13 | +| 21 | AgriGold | A645-30VT2RIB | VT2RIB | - | 18.8 | 57.0 | 265.4 | 268.53 | +| 4 | AgriGold | A645-55VT2PRO | VT2Pro | - | 19.1 | 55.3 | 283.0 | 286.65 | +| 22 | AgriGold | A645-71STXRIB | STXRIB | - | 19.4 | 52.4 | 263.7 | 268.15 | +| 15 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.7 | 52.5 | 269.0 | 274.43 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.7 | 52.5 | 269.0 | 269.0 | +| 24 | AgriGold | A646-17STXRIB | STXRIB | - | 19.0 | 54.0 | 257.3 | 262.51 | +| 6 | AgriGold | A646-17TRC | Trecepta | - | 19.0 | 52.3 | 280.9 | 284.84 | +| 3 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 19.4 | 52.5 | 284.3 | 287.01 | +| 12 | AgriGold | A646-30VT2RIB | VT2RIB | - | 19.9 | 51.5 | 274.3 | 275.8 | +| 19 | Dekalb | DKC117-27RIB | VT4RIB | - | 19.8 | 53.7 | 270.4 | 270.87 | +| 10 | AgriGold | A647-09SSP | SSP | - | 19.7 | 53.7 | 283.8 | 283.14 | +| 13 | AgriGold | L6722VT2PRO | VT2Pro | - | 19.4 | 54.5 | 276.6 | 274.71 | +| 7 | AgriGold | L6818VT2PRO | VT2Pro | - | 19.8 | 52.7 | 287.6 | 284.59 | +| 8 | Dekalb | DKC68-35RIB | VT2RIB | - | 19.6 | 54.4 | 288.4 | 284.04 | +| 1 | Dekalb | DKC119-30RIB | VT4Pro | - | 21.0 | 52.6 | 299.1 | 293.43 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.1 | 54.2 | 283.0 | 283.0 | + +Top 5 by Yield: DKC119-30RIB (Dekalb) 299.1, DKC68-35RIB (Dekalb) 288.4, A642-18SSPRIB (AgriGold) 287.9, L6818VT2PRO (AgriGold) 287.6, A642-18TRC (AgriGold) 285.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145690.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145690.json new file mode 100644 index 00000000..22f4a4de --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145690.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145690", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Alma", + "county": "Harlan", + "year": 2025, + "plot_id": "145690", + "cooperator": "Kauk Brothers Farm", + "plot_average": 245.04, + "planted_date": "2025-05-05", + "harvested_date": "2025-10-30", + "population_seeds_per_acre": 28000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Alfalfa", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 60.3, + "Yield": 245.7, + "Adj Yield": 245.7 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 60.3, + "Yield": 222.0, + "Adj Yield": 225.12 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 61.4, + "Yield": 241.7, + "Adj Yield": 243.24 + } + }, + { + "rank": 6, + "brand": "Channel", + "product": "214-22STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 61.1, + "Yield": 232.2, + "Adj Yield": 232.17 + } + }, + { + "rank": 2, + "brand": "Channel", + "product": "217-01VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 61.4, + "Yield": 255.0, + "Adj Yield": 253.43 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P13777V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 61.0, + "Yield": 262.4, + "Adj Yield": 259.23 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.5, + "Yield": 255.2, + "Adj Yield": 255.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.5, + "Yield": 255.2, + "Adj Yield": 251.64 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P12904AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 59.6, + "Yield": 253.3, + "Adj Yield": 250.48 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145690" + ], + "fetched_at": "2026-05-27T02:21:49.274564+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145690.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145690.md new file mode 100644 index 00000000..bfb1b66f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145690.md @@ -0,0 +1,39 @@ +# Corn yield trial — Alma, NE, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Harlan +- **City:** Alma +- **Year:** 2025 +- **Plot ID:** 145690 +- **Cooperator:** Kauk Brothers Farm +- **Plot average:** 245.04 BU/Ac +- **Planted:** 2025-05-05 +- **Harvested:** 2025-10-30 +- **Population:** 28,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Alfalfa +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145690 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.5 | 60.3 | 245.7 | 245.7 | +| 7 | AgriGold | A640-94VT4PRO | VT4Pro | - | 14.8 | 60.3 | 222.0 | 225.12 | +| 5 | AgriGold | A646-17STXRIB | STXRIB | - | 15.6 | 61.4 | 241.7 | 243.24 | +| 6 | Channel | 214-22STXRIB | STXRIB | - | 15.4 | 61.1 | 232.2 | 232.17 | +| 2 | Channel | 217-01VT2PRIB | VT2RIB | - | 15.0 | 61.4 | 255.0 | 253.43 | +| 1 | Pioneer | P13777V | Vorceed | - | 15.0 | 61.0 | 262.4 | 259.23 | +| - | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.4 | 60.5 | 255.2 | 255.2 | +| 3 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.4 | 60.5 | 255.2 | 251.64 | +| 4 | Pioneer | P12904AML | AML | - | 15.5 | 59.6 | 253.3 | 250.48 | + +Top 5 by Yield: P13777V (Pioneer) 262.4, A642-18SSPRIB (AgriGold) 255.2, A642-18SSPRIB (AgriGold) 255.2, 217-01VT2PRIB (Channel) 255.0, P12904AML (Pioneer) 253.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145703.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145703.json new file mode 100644 index 00000000..cf3c2e6e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145703.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145703", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Wyoming", + "county": "Stark", + "year": 2025, + "plot_id": "145703", + "cooperator": "Mike Cox", + "plot_average": 269.09, + "planted_date": "2025-05-05", + "harvested_date": "2025-10-11", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC65-95RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 62.4, + "Yield": 265.3, + "Adj Yield": 265.3 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P1027AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 58.5, + "Yield": 276.5, + "Adj Yield": 276.5 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P10477V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 57.1, + "Yield": 270.5, + "Adj Yield": 270.5 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.7, + "Yield": 278.1, + "Adj Yield": 278.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.6, + "Yield": 281.6, + "Adj Yield": 281.6 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 57.4, + "Yield": 269.8, + "Adj Yield": 269.8 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 60.0, + "Yield": 269.6, + "Adj Yield": 269.6 + } + }, + { + "rank": 19, + "brand": "Dekalb", + "product": "DKC113-03RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 56.2, + "Yield": 247.6, + "Adj Yield": 247.6 + } + }, + { + "rank": 20, + "brand": "Pioneer", + "product": "P13777V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 57.6, + "Yield": 240.6, + "Adj Yield": 240.6 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.8, + "Yield": 253.4, + "Adj Yield": 253.4 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 56.5, + "Yield": 275.2, + "Adj Yield": 275.2 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 61.4, + "Yield": 275.9, + "Adj Yield": 275.9 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 61.2, + "Yield": 259.8, + "Adj Yield": 259.8 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 58.9, + "Yield": 269.5, + "Adj Yield": 269.5 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 58.9, + "Yield": 276.4, + "Adj Yield": 276.4 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC68-34RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 60.6, + "Yield": 270.8, + "Adj Yield": 270.8 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 60.8, + "Yield": 279.4, + "Adj Yield": 279.4 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 56.7, + "Yield": 279.6, + "Adj Yield": 279.6 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC70-27RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 58.5, + "Yield": 282.9, + "Adj Yield": 282.9 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC65-95RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 60.7, + "Yield": 259.2, + "Adj Yield": 259.2 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145703" + ], + "fetched_at": "2026-05-27T02:21:49.812616+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145703.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145703.md new file mode 100644 index 00000000..c98b1288 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145703.md @@ -0,0 +1,50 @@ +# Corn yield trial — Wyoming, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Stark +- **City:** Wyoming +- **Year:** 2025 +- **Plot ID:** 145703 +- **Cooperator:** Mike Cox +- **Plot average:** 269.09 BU/Ac +- **Planted:** 2025-05-05 +- **Harvested:** 2025-10-11 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145703 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 15 | Dekalb | DKC65-95RIB | VT2RIB | - | 15.2 | 62.4 | 265.3 | 265.3 | +| 6 | Pioneer | P1027AM | AM | - | 15.7 | 58.5 | 276.5 | 276.5 | +| 11 | Pioneer | P10477V | Vorceed | - | 15.2 | 57.1 | 270.5 | 270.5 | +| 5 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 15.6 | 59.7 | 278.1 | 278.1 | +| 2 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.7 | 59.6 | 281.6 | 281.6 | +| 12 | AgriGold | A642-18SSPRIB | SSPRIB | - | 16.1 | 57.4 | 269.8 | 269.8 | +| 13 | AgriGold | A642-32VT2RIB | VT2RIB | - | 16.7 | 60.0 | 269.6 | 269.6 | +| 19 | Dekalb | DKC113-03RIB | SSPRIB | - | 15.2 | 56.2 | 247.6 | 247.6 | +| 20 | Pioneer | P13777V | Vorceed | - | 14.9 | 57.6 | 240.6 | 240.6 | +| 18 | Dekalb | DKC114-43RIB | VT4RIB | - | 16.1 | 59.8 | 253.4 | 253.4 | +| 9 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.8 | 56.5 | 275.2 | 275.2 | +| 8 | Dekalb | DKC64-22RIB | VT2RIB | - | 16.4 | 61.4 | 275.9 | 275.9 | +| 16 | AgriGold | A645-55VT2PRO | VT2Pro | - | 16.6 | 61.2 | 259.8 | 259.8 | +| 14 | AgriGold | A645-71STXRIB | STXRIB | - | 17.6 | 58.9 | 269.5 | 269.5 | +| 7 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 17.6 | 58.9 | 276.4 | 276.4 | +| 10 | Dekalb | DKC68-34RIB | STXRIB | - | 17.2 | 60.6 | 270.8 | 270.8 | +| 4 | Dekalb | DKC68-35RIB | VT2RIB | - | 17.4 | 60.8 | 279.4 | 279.4 | +| 3 | Pioneer | P1742Q | QROME | - | 18.3 | 56.7 | 279.6 | 279.6 | +| 1 | Dekalb | DKC70-27RIB | VT2RIB | - | 19.2 | 58.5 | 282.9 | 282.9 | +| 17 | Dekalb | DKC65-95RIB | VT2RIB | - | 15.7 | 60.7 | 259.2 | 259.2 | + +Top 5 by Yield: DKC70-27RIB (Dekalb) 282.9, A642-05VT2RIBD1 (AgriGold) 281.6, P1742Q (Pioneer) 279.6, DKC68-35RIB (Dekalb) 279.4, DKC112-12RIB (Dekalb) 278.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145704.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145704.json new file mode 100644 index 00000000..36ea7803 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145704.json @@ -0,0 +1,387 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145704", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Leaf River", + "county": "Ogle", + "year": 2025, + "plot_id": "145704", + "cooperator": "Edgewood Farms", + "plot_average": 259.73, + "planted_date": "2025-05-05", + "harvested_date": "2025-11-13", + "population_seeds_per_acre": 35000, + "row_width": "22.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "Unknown", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 58.2, + "Yield": 265.2, + "Adj Yield": 265.2 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 58.3, + "Yield": 246.9, + "Adj Yield": 246.9 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 59.3, + "Yield": 254.5, + "Adj Yield": 254.5 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 57.1, + "Yield": 252.0, + "Adj Yield": 252.0 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 56.9, + "Yield": 234.1, + "Adj Yield": 234.1 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 57.9, + "Yield": 218.8, + "Adj Yield": 218.8 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 59.0, + "Yield": 260.5, + "Adj Yield": 260.5 + } + }, + { + "rank": 24, + "brand": "Stine", + "product": "EXP25 107-33", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 57.5, + "Yield": 213.7, + "Adj Yield": 213.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 58.7, + "Yield": 271.1, + "Adj Yield": 271.1 + } + }, + { + "rank": 2, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 58.9, + "Yield": 285.5, + "Adj Yield": 285.5 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 59.1, + "Yield": 260.8, + "Adj Yield": 260.8 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 57.9, + "Yield": 237.8, + "Adj Yield": 237.8 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 59.4, + "Yield": 259.2, + "Adj Yield": 259.2 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC109-71RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 56.2, + "Yield": 266.8, + "Adj Yield": 266.8 + } + }, + { + "rank": 7, + "brand": "Dyna Gro", + "product": "D49SP06RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 56.8, + "Yield": 268.5, + "Adj Yield": 268.5 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 56.8, + "Yield": 265.6, + "Adj Yield": 265.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 56.4, + "Yield": 277.1, + "Adj Yield": 277.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 58.8, + "Yield": 266.6, + "Adj Yield": 266.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 58.6, + "Yield": 273.0, + "Adj Yield": 273.0 + } + }, + { + "rank": 12, + "brand": "Stine", + "product": "9755-20VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 58.4, + "Yield": 264.3, + "Adj Yield": 264.3 + } + }, + { + "rank": 14, + "brand": "Stine", + "product": "9754-20", + "traits": "DGVT2PRO", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 57.1, + "Yield": 263.2, + "Adj Yield": 263.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 57.6, + "Yield": 266.7, + "Adj Yield": 266.7 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 57.7, + "Yield": 264.0, + "Adj Yield": 264.0 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 58.3, + "Yield": 292.4, + "Adj Yield": 292.4 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 58.8, + "Yield": 261.8, + "Adj Yield": 261.8 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 58.6, + "Yield": 282.3, + "Adj Yield": 282.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 58.6, + "Yield": 269.4, + "Adj Yield": 269.4 + } + } + ], + "n_results": 27, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145704" + ], + "fetched_at": "2026-05-27T02:21:50.294265+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145704.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145704.md new file mode 100644 index 00000000..28a7ada3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145704.md @@ -0,0 +1,56 @@ +# Corn yield trial — Leaf River, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Ogle +- **City:** Leaf River +- **Year:** 2025 +- **Plot ID:** 145704 +- **Cooperator:** Edgewood Farms +- **Plot average:** 259.73 BU/Ac +- **Planted:** 2025-05-05 +- **Harvested:** 2025-11-13 +- **Population:** 35,000 seeds/acre +- **Row width:** 22.0" +- **# Rows:** 6 +- **Tillage:** Unknown +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145704 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 16.7 | 58.2 | 265.2 | 265.2 | +| 20 | AgriGold | A631-08VT2RIB | VT2RIB | - | 16.1 | 58.3 | 246.9 | 246.9 | +| 18 | AgriGold | A632-68VT2RIB | VT2RIB | - | 16.3 | 59.3 | 254.5 | 254.5 | +| 19 | AgriGold | A634-11SSPRIB | SSPRIB | - | 15.7 | 57.1 | 252.0 | 252.0 | +| 22 | AgriGold | A634-65TRC | Trecepta | - | 15.6 | 56.9 | 234.1 | 234.1 | +| 23 | AgriGold | A636-42SSPRIB | SSPRIB | - | 15.9 | 57.9 | 218.8 | 218.8 | +| 16 | Dekalb | DKC106-98RIB | VT4RIB | - | 15.8 | 59.0 | 260.5 | 260.5 | +| 24 | Stine | EXP25 107-33 | SSPRIB | - | 16.2 | 57.5 | 213.7 | 213.7 | +| 5 | AgriGold | A638-91VT2PRO | VT2Pro | - | 16.6 | 58.7 | 271.1 | 271.1 | +| 2 | Brevant Seeds | B08R32V | Vorceed | - | 16.9 | 58.9 | 285.5 | 285.5 | +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.3 | 59.1 | 260.8 | 260.8 | +| 21 | AgriGold | A639-03VT2RIB | VT2RIB | - | 16.2 | 57.9 | 237.8 | 237.8 | +| 17 | AgriGold | A639-38V-RN | 3220 | - | 16.5 | 59.4 | 259.2 | 259.2 | +| 8 | Dekalb | DKC109-71RIB | SSPRIB | - | 16.2 | 56.2 | 266.8 | 266.8 | +| 7 | Dyna Gro | D49SP06RIB | SSPRIB | - | 16.8 | 56.8 | 268.5 | 268.5 | +| 11 | AgriGold | A640-94VT4PRO | VT4Pro | - | 17.0 | 56.8 | 265.6 | 265.6 | +| 3 | AgriGold | A641-62D-RN | 5122 | - | 18.0 | 56.4 | 277.1 | 277.1 | +| 10 | AgriGold | A641-85STXRIB | STXRIB | - | 16.9 | 58.8 | 266.6 | 266.6 | +| 4 | AgriGold | A642-18SSPRIB | SSPRIB | - | 17.1 | 58.6 | 273.0 | 273.0 | +| 12 | Stine | 9755-20VT2RIB | VT2RIB | - | 17.1 | 58.4 | 264.3 | 264.3 | +| 14 | Stine | 9754-20 | DGVT2PRO | - | 17.3 | 57.1 | 263.2 | 263.2 | +| 9 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.2 | 57.6 | 266.7 | 266.7 | +| 13 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.2 | 57.7 | 264.0 | 264.0 | +| 1 | Dekalb | DKC114-42RIB | SSPRIB | - | 17.6 | 58.3 | 292.4 | 292.4 | +| 15 | AgriGold | A6499STXRIB | STXRIB | - | 17.4 | 58.8 | 261.8 | 261.8 | +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.5 | 58.6 | 282.3 | 282.3 | +| 6 | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.2 | 58.6 | 269.4 | 269.4 | + +Top 5 by Yield: DKC114-42RIB (Dekalb) 292.4, B08R32V (Brevant Seeds) 285.5, A642-32VT2RIB (AgriGold) 282.3, A641-62D-RN (AgriGold) 277.1, A642-18SSPRIB (AgriGold) 273.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145719.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145719.json new file mode 100644 index 00000000..854b5a72 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145719.json @@ -0,0 +1,335 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145719", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Newberry", + "county": "Greene", + "year": 2025, + "plot_id": "145719", + "cooperator": "Sipes Farms", + "plot_average": 254.78, + "planted_date": "2025-05-13", + "harvested_date": "2025-10-16", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 22, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 56.4, + "Yield": 229.8, + "Adj Yield": 229.8 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 58.3, + "Yield": 245.4, + "Adj Yield": 245.4 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 57.5, + "Yield": 224.2, + "Adj Yield": 224.2 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 59.0, + "Yield": 254.6, + "Adj Yield": 254.6 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 57.2, + "Yield": 237.5, + "Adj Yield": 237.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 58.6, + "Yield": 273.4, + "Adj Yield": 273.4 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 57.2, + "Yield": 256.8, + "Adj Yield": 256.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 59.8, + "Yield": 268.5, + "Adj Yield": 268.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 62.2, + "Yield": 263.6, + "Adj Yield": 263.6 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 57.7, + "Yield": 262.8, + "Adj Yield": 262.8 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 59.6, + "Yield": 248.0, + "Adj Yield": 248.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.7, + "Yield": 261.2, + "Adj Yield": 261.2 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 59.0, + "Yield": 247.7, + "Adj Yield": 247.7 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 61.2, + "Yield": 259.5, + "Adj Yield": 259.5 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 57.3, + "Yield": 244.7, + "Adj Yield": 244.7 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 60.1, + "Yield": 243.0, + "Adj Yield": 243.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 60.4, + "Yield": 264.2, + "Adj Yield": 264.2 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 57.0, + "Yield": 253.4, + "Adj Yield": 253.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.7, + "Yield": 265.8, + "Adj Yield": 265.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A647-09SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 59.8, + "Yield": 272.7, + "Adj Yield": 272.7 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.5, + "Yield": 243.3, + "Adj Yield": 243.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 60.1, + "Yield": 273.0, + "Adj Yield": 273.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 58.7, + "Yield": 266.9, + "Adj Yield": 266.9 + } + } + ], + "n_results": 23, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145719" + ], + "fetched_at": "2026-05-27T02:21:50.787587+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145719.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145719.md new file mode 100644 index 00000000..b57f58b7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145719.md @@ -0,0 +1,53 @@ +# Corn yield trial — Newberry, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Greene +- **City:** Newberry +- **Year:** 2025 +- **Plot ID:** 145719 +- **Cooperator:** Sipes Farms +- **Plot average:** 254.78 BU/Ac +- **Planted:** 2025-05-13 +- **Harvested:** 2025-10-16 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145719 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 22 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.5 | 56.4 | 229.8 | 229.8 | +| 17 | AgriGold | A639-38V-RN | 3220 | - | 15.1 | 58.3 | 245.4 | 245.4 | +| 23 | AgriGold | A640-16-3110 | 3110 | - | 15.3 | 57.5 | 224.2 | 224.2 | +| 13 | AgriGold | A640-94VT4PRO | VT4Pro | - | 15.4 | 59.0 | 254.6 | 254.6 | +| 21 | AgriGold | A641-26V | 3220EZ | - | 15.9 | 57.2 | 237.5 | 237.5 | +| 1 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.3 | 58.6 | 273.4 | 273.4 | +| 12 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.3 | 57.2 | 256.8 | 256.8 | +| 4 | AgriGold | A642-18TRC | Trecepta | - | 15.4 | 59.8 | 268.5 | 268.5 | +| 8 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.4 | 62.2 | 263.6 | 263.6 | +| 9 | Pioneer | P13777PCE | PCE | - | 17.1 | 57.7 | 262.8 | 262.8 | +| 15 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.4 | 59.6 | 248.0 | 248.0 | +| 10 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.7 | 59.7 | 261.2 | 261.2 | +| 16 | AgriGold | A645-30VT2RIB | VT2RIB | - | 16.6 | 59.0 | 247.7 | 247.7 | +| 11 | AgriGold | A645-55VT2PRO | VT2Pro | - | 15.7 | 61.2 | 259.5 | 259.5 | +| 18 | AgriGold | A645-71STXRIB | STXRIB | - | 16.1 | 57.3 | 244.7 | 244.7 | +| 20 | AgriGold | A646-17STXRIB | STXRIB | - | 16.2 | 60.1 | 243.0 | 243.0 | +| 7 | AgriGold | A646-17TRC | Trecepta | - | 15.3 | 60.4 | 264.2 | 264.2 | +| 14 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 15.5 | 57.0 | 253.4 | 253.4 | +| 6 | AgriGold | A646-30VT2RIB | VT2RIB | - | 15.8 | 58.7 | 265.8 | 265.8 | +| 3 | AgriGold | A647-09SSP | SSP | - | 16.5 | 59.8 | 272.7 | 272.7 | +| 19 | AgriGold | L6722VT2PRO | VT2Pro | - | 16.8 | 58.5 | 243.3 | 243.3 | +| 2 | AgriGold | L6818VT2PRO | VT2Pro | - | 16.3 | 60.1 | 273.0 | 273.0 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.9 | 58.7 | 266.9 | 266.9 | + +Top 5 by Yield: A642-05VT2RIBD1 (AgriGold) 273.4, L6818VT2PRO (AgriGold) 273.0, A647-09SSP (AgriGold) 272.7, A642-18TRC (AgriGold) 268.5, A644-64VT2RIB (AgriGold) 266.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145733.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145733.json new file mode 100644 index 00000000..72994786 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145733.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145733", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Elba", + "county": "Howard", + "year": 2025, + "plot_id": "145733", + "cooperator": "Jordan Jakubowski", + "plot_average": 232.87, + "planted_date": "2025-04-23", + "harvested_date": "2025-10-23", + "population_seeds_per_acre": 33000, + "row_width": "36.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Ridge Till", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 236.8, + "Adj Yield": 236.8 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": null, + "Yield": 227.8, + "Adj Yield": 227.41 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 243.7, + "Adj Yield": 243.35 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 229.8, + "Adj Yield": 229.47 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": null, + "Yield": 230.4, + "Adj Yield": 230.16 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": null, + "Yield": 237.4, + "Adj Yield": 237.29 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": null, + "Yield": 244.0, + "Adj Yield": 243.95 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 234.5, + "Adj Yield": 234.54 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": null, + "Yield": 235.5, + "Adj Yield": 235.57 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": null, + "Yield": 245.4, + "Adj Yield": 245.56 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 227.4, + "Adj Yield": 227.61 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 219.0, + "Adj Yield": 219.28 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": null, + "Yield": 238.6, + "Adj Yield": 238.96 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": null, + "Yield": 225.7, + "Adj Yield": 226.12 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 235.7, + "Adj Yield": 235.7 + } + }, + { + "rank": 15, + "brand": "Golden Harvest", + "product": "G15J91", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 218.3, + "Adj Yield": 218.7 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 234.7, + "Adj Yield": 235.08 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145733" + ], + "fetched_at": "2026-05-27T02:21:51.273059+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145733.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145733.md new file mode 100644 index 00000000..ea16cf2d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145733.md @@ -0,0 +1,47 @@ +# Corn yield trial — Elba, NE, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Howard +- **City:** Elba +- **Year:** 2025 +- **Plot ID:** 145733 +- **Cooperator:** Jordan Jakubowski +- **Plot average:** 232.87 BU/Ac +- **Planted:** 2025-04-23 +- **Harvested:** 2025-10-23 +- **Population:** 33,000 seeds/acre +- **Row width:** 36.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Ridge Till +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145733 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-24PCE | PCE | - | 15.8 | - | 236.8 | 236.8 | +| 12 | AgriGold | A639-38V-RN | 3220 | - | 14.3 | - | 227.8 | 227.41 | +| 3 | AgriGold | A640-94VT4PRO | VT4Pro | - | 14.1 | - | 243.7 | 243.35 | +| 10 | AgriGold | A641-26V | 3220EZ | - | 16.1 | - | 229.8 | 229.47 | +| 9 | AgriGold | A641-62D-RN | 5122 | - | 15.3 | - | 230.4 | 230.16 | +| 5 | AgriGold | A642-18SSPRIB | SSPRIB | - | 16.0 | - | 237.4 | 237.29 | +| 2 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.7 | - | 244.0 | 243.95 | +| 8 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.2 | - | 234.5 | 234.54 | +| 6 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.1 | - | 235.5 | 235.57 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.4 | - | 245.4 | 245.56 | +| 11 | AgriGold | A645-30VT2RIB | VT2RIB | - | 15.9 | - | 227.4 | 227.61 | +| 14 | AgriGold | A645-55VT2PRO | VT2Pro | - | 14.5 | - | 219.0 | 219.28 | +| 4 | AgriGold | A646-17TRC | Trecepta | - | 15.7 | - | 238.6 | 238.96 | +| 13 | AgriGold | A646-17STXRIB | STXRIB | - | 15.7 | - | 225.7 | 226.12 | +| - | AgriGold | A643-24PCE | PCE | - | 15.6 | - | 235.7 | 235.7 | +| 15 | Golden Harvest | G15J91 | C | - | 15.6 | - | 218.3 | 218.7 | +| 7 | AgriGold | A643-24PCE | PCE | - | 15.6 | - | 234.7 | 235.08 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 245.4, A642-05VT2RIBD1 (AgriGold) 244.0, A640-94VT4PRO (AgriGold) 243.7, A646-17TRC (AgriGold) 238.6, A642-18SSPRIB (AgriGold) 237.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145734.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145734.json new file mode 100644 index 00000000..be09a6b9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145734.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145734", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Grand Island", + "county": "Hall", + "year": 2025, + "plot_id": "145734", + "cooperator": "Dylan Lieb", + "plot_average": 249.49, + "planted_date": "2025-04-23", + "harvested_date": "2025-10-21", + "population_seeds_per_acre": 32000, + "row_width": "36.0\"", + "num_rows": 4, + "soil_type": "Loam", + "tillage": "Ridge Till", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 59.3, + "Yield": 268.8, + "Adj Yield": 268.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 59.3, + "Yield": 268.8, + "Adj Yield": 266.43 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 62.1, + "Yield": 269.3, + "Adj Yield": 267.38 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 61.2, + "Yield": 236.6, + "Adj Yield": 235.08 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 60.6, + "Yield": 268.2, + "Adj Yield": 266.98 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 62.1, + "Yield": 249.8, + "Adj Yield": 249.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 62.2, + "Yield": 250.9, + "Adj Yield": 250.54 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 62.2, + "Yield": 247.4, + "Adj Yield": 247.35 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 62.6, + "Yield": 249.8, + "Adj Yield": 250.23 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 61.7, + "Yield": 254.7, + "Adj Yield": 255.5 + } + }, + { + "rank": 5, + "brand": "Golden Harvest", + "product": "G15J91-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 60.0, + "Yield": 253.2, + "Adj Yield": 254.36 + } + }, + { + "rank": 12, + "brand": "Golden Harvest", + "product": "G13U29-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 59.6, + "Yield": 232.3, + "Adj Yield": 233.8 + } + }, + { + "rank": 10, + "brand": "Golden Harvest", + "product": "G13U96-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 59.3, + "Yield": 238.2, + "Adj Yield": 240.18 + } + }, + { + "rank": 13, + "brand": "Golden Harvest", + "product": "G10U97V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 60.5, + "Yield": 224.3, + "Adj Yield": 226.58 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 60.0, + "Yield": 263.3, + "Adj Yield": 263.3 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145734" + ], + "fetched_at": "2026-05-27T02:21:51.812096+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145734.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145734.md new file mode 100644 index 00000000..16aafb21 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145734.md @@ -0,0 +1,45 @@ +# Corn yield trial — Grand Island, NE, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Hall +- **City:** Grand Island +- **Year:** 2025 +- **Plot ID:** 145734 +- **Cooperator:** Dylan Lieb +- **Plot average:** 249.49 BU/Ac +- **Planted:** 2025-04-23 +- **Harvested:** 2025-10-21 +- **Population:** 32,000 seeds/acre +- **Row width:** 36.0" +- **# Rows:** 4 +- **Soil type:** Loam +- **Tillage:** Ridge Till +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145734 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.7 | 59.3 | 268.8 | 268.8 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.7 | 59.3 | 268.8 | 266.43 | +| 1 | AgriGold | A640-94VT4PRO | VT4Pro | - | 16.1 | 62.1 | 269.3 | 267.38 | +| 11 | AgriGold | A641-26V | 3220EZ | - | 17.1 | 61.2 | 236.6 | 235.08 | +| 2 | AgriGold | A642-18SSPRIB | SSPRIB | - | 16.7 | 60.6 | 268.2 | 266.98 | +| 8 | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.0 | 62.1 | 249.8 | 249.0 | +| 6 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.0 | 62.2 | 250.9 | 250.54 | +| 9 | AgriGold | A645-55VT2PRO | VT2Pro | - | 16.8 | 62.2 | 247.4 | 247.35 | +| 7 | AgriGold | A645-30VT2RIB | VT2RIB | - | 16.6 | 62.6 | 249.8 | 250.23 | +| 4 | AgriGold | A646-17TRC | Trecepta | - | 17.3 | 61.7 | 254.7 | 255.5 | +| 5 | Golden Harvest | G15J91-V | 3220 | - | 18.1 | 60.0 | 253.2 | 254.36 | +| 12 | Golden Harvest | G13U29-VZ | 3330EZ | - | 16.5 | 59.6 | 232.3 | 233.8 | +| 10 | Golden Harvest | G13U96-DV | 5222EZ | - | 16.6 | 59.3 | 238.2 | 240.18 | +| 13 | Golden Harvest | G10U97V | 3220EZ | - | 16.0 | 60.5 | 224.3 | 226.58 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.0 | 60.0 | 263.3 | 263.3 | + +Top 5 by Yield: A640-94VT4PRO (AgriGold) 269.3, A644-64VT2RIB (AgriGold) 268.8, A644-64VT2RIB (AgriGold) 268.8, A642-18SSPRIB (AgriGold) 268.2, A644-64VT2RIB (AgriGold) 263.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145744.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145744.json new file mode 100644 index 00000000..9046c3fe --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145744.json @@ -0,0 +1,374 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145744", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Cook", + "county": "Johnson", + "year": 2025, + "plot_id": "145744", + "cooperator": "Andrew Pietzyk", + "plot_average": 253.64, + "planted_date": "2025-05-06", + "harvested_date": "2025-11-13", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "Quilt Xcel, Trivapro", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 62.1, + "Yield": 256.3, + "Adj Yield": 256.3 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC108-17RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 59.1, + "Yield": 247.3, + "Adj Yield": 245.29 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 60.9, + "Yield": 255.2, + "Adj Yield": 253.53 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC110-28RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 59.5, + "Yield": 271.2, + "Adj Yield": 269.76 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 61.0, + "Yield": 237.8, + "Adj Yield": 236.66 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC111-61RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 59.9, + "Yield": 268.1, + "Adj Yield": 267.25 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 60.0, + "Yield": 245.6, + "Adj Yield": 244.99 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 60.9, + "Yield": 273.0, + "Adj Yield": 272.57 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.4, + "Yield": 253.0, + "Adj Yield": 252.77 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC112-29RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 60.0, + "Yield": 245.3, + "Adj Yield": 245.25 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P12517V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 61.1, + "Yield": 259.1, + "Adj Yield": 259.34 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 61.9, + "Yield": 238.4, + "Adj Yield": 238.78 + } + }, + { + "rank": 16, + "brand": "Pioneer", + "product": "P12393V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 60.1, + "Yield": 245.3, + "Adj Yield": 245.84 + } + }, + { + "rank": 20, + "brand": "Pioneer", + "product": "P13476Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 61.6, + "Yield": 238.2, + "Adj Yield": 238.94 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 61.6, + "Yield": 252.3, + "Adj Yield": 253.28 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P13544V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 59.0, + "Yield": 259.0, + "Adj Yield": 260.19 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 59.2, + "Yield": 244.9, + "Adj Yield": 246.41 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 61.4, + "Yield": 251.7, + "Adj Yield": 253.53 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 61.4, + "Yield": 251.7, + "Adj Yield": 251.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 62.4, + "Yield": 265.6, + "Adj Yield": 267.37 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 61.9, + "Yield": 257.9, + "Adj Yield": 259.33 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 60.8, + "Yield": 233.8, + "Adj Yield": 234.81 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC117-78RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 61.4, + "Yield": 263.1, + "Adj Yield": 263.84 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 60.4, + "Yield": 253.1, + "Adj Yield": 253.6 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC119-30RIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 60.8, + "Yield": 270.2, + "Adj Yield": 270.47 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 61.2, + "Yield": 254.0, + "Adj Yield": 254.0 + } + } + ], + "n_results": 26, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145744" + ], + "fetched_at": "2026-05-27T02:21:52.275576+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145744.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145744.md new file mode 100644 index 00000000..ca286bf5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145744.md @@ -0,0 +1,57 @@ +# Corn yield trial — Cook, NE, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Johnson +- **City:** Cook +- **Year:** 2025 +- **Plot ID:** 145744 +- **Cooperator:** Andrew Pietzyk +- **Plot average:** 253.64 BU/Ac +- **Planted:** 2025-05-06 +- **Harvested:** 2025-11-13 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **Fungicide:** Quilt Xcel, Trivapro +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145744 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Dekalb | DKC114-43RIB | VT4RIB | - | 14.1 | 62.1 | 256.3 | 256.3 | +| 17 | Dekalb | DKC108-17RIB | TreceptaRIB | - | 13.4 | 59.1 | 247.3 | 245.29 | +| 11 | Dekalb | DKC110-10RIB | STXRIB | - | 13.8 | 60.9 | 255.2 | 253.53 | +| 3 | Dekalb | DKC110-28RIB | VT4RIB | - | 13.7 | 59.5 | 271.2 | 269.76 | +| 22 | AgriGold | A641-26V | 3220EZ | - | 13.9 | 61.0 | 237.8 | 236.66 | +| 5 | Dekalb | DKC111-61RIB | VT4RIB | - | 13.7 | 59.9 | 268.1 | 267.25 | +| 19 | AgriGold | A641-62D-RN | 5122 | - | 13.8 | 60.0 | 245.6 | 244.99 | +| 1 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 13.6 | 60.9 | 273.0 | 272.57 | +| 14 | AgriGold | A642-18SSPRIB | SSPRIB | - | 13.7 | 60.4 | 253.0 | 252.77 | +| 18 | Dekalb | DKC112-29RIB | SSPRIB | - | 13.4 | 60.0 | 245.3 | 245.25 | +| 8 | Pioneer | P12517V | Vorceed | - | 13.5 | 61.1 | 259.1 | 259.34 | +| 21 | AgriGold | A642-32VT2RIB | VT2RIB | - | 13.5 | 61.9 | 238.4 | 238.78 | +| 16 | Pioneer | P12393V | Vorceed | - | 13.4 | 60.1 | 245.3 | 245.84 | +| 20 | Pioneer | P13476Q | QROME | - | 13.4 | 61.6 | 238.2 | 238.94 | +| 13 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.6 | 61.6 | 252.3 | 253.28 | +| 7 | Pioneer | P13544V | Vorceed | - | 13.9 | 59.0 | 259.0 | 260.19 | +| 15 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.7 | 59.2 | 244.9 | 246.41 | +| 11 | Dekalb | DKC114-43RIB | VT4RIB | - | 13.8 | 61.4 | 251.7 | 253.53 | +| - | Dekalb | DKC114-43RIB | VT4RIB | - | 13.8 | 61.4 | 251.7 | 251.7 | +| 4 | AgriGold | A645-30VT2RIB | VT2RIB | - | 14.2 | 62.4 | 265.6 | 267.37 | +| 9 | AgriGold | A645-55VT2PRO | VT2Pro | - | 13.9 | 61.9 | 257.9 | 259.33 | +| 23 | AgriGold | A646-17STXRIB | STXRIB | - | 13.9 | 60.8 | 233.8 | 234.81 | +| 6 | Dekalb | DKC117-78RIB | VT2RIB | - | 13.7 | 61.4 | 263.1 | 263.84 | +| 10 | Dekalb | DKC68-35RIB | VT2RIB | - | 14.0 | 60.4 | 253.1 | 253.6 | +| 2 | Dekalb | DKC119-30RIB | VT4Pro | - | 14.0 | 60.8 | 270.2 | 270.47 | +| - | Dekalb | DKC114-43RIB | VT4RIB | - | 13.7 | 61.2 | 254.0 | 254.0 | + +Top 5 by Yield: DKC112-12RIB (Dekalb) 273.0, DKC110-28RIB (Dekalb) 271.2, DKC119-30RIB (Dekalb) 270.2, DKC111-61RIB (Dekalb) 268.1, A645-30VT2RIB (AgriGold) 265.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145761.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145761.json new file mode 100644 index 00000000..27c76bd2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145761.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145761", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Winnebago", + "county": "Winnebago", + "year": 2025, + "plot_id": "145761", + "cooperator": "Chas Cross", + "plot_average": 235.92, + "planted_date": "2025-05-07", + "harvested_date": "2025-10-30", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 14, + "brand": "AgriGold", + "product": "A630-04D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.8, + "Yield": 214.1, + "Adj Yield": 214.1 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A631-08DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 58.5, + "Yield": 210.1, + "Adj Yield": 210.1 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A631-12SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 61.4, + "Yield": 221.5, + "Adj Yield": 221.5 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 59.0, + "Yield": 177.9, + "Adj Yield": 177.9 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 60.6, + "Yield": 213.5, + "Adj Yield": 213.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 58.2, + "Yield": 256.9, + "Adj Yield": 256.9 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 57.9, + "Yield": 195.4, + "Adj Yield": 195.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 59.8, + "Yield": 245.8, + "Adj Yield": 245.8 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 56.7, + "Yield": 229.3, + "Adj Yield": 229.3 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 60.6, + "Yield": 238.9, + "Adj Yield": 238.9 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P09312V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 57.3, + "Yield": 245.4, + "Adj Yield": 245.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A640-16DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 59.6, + "Yield": 277.5, + "Adj Yield": 277.5 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 58.8, + "Yield": 237.7, + "Adj Yield": 237.7 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 57.6, + "Yield": 232.4, + "Adj Yield": 232.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.2, + "Yield": 264.6, + "Adj Yield": 264.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 58.3, + "Yield": 259.5, + "Adj Yield": 259.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 62.8, + "Yield": 254.1, + "Adj Yield": 254.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 57.4, + "Yield": 271.9, + "Adj Yield": 271.9 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145761" + ], + "fetched_at": "2026-05-27T02:21:52.792663+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145761.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145761.md new file mode 100644 index 00000000..7e4e9723 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145761.md @@ -0,0 +1,47 @@ +# Corn yield trial — Winnebago, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Winnebago +- **City:** Winnebago +- **Year:** 2025 +- **Plot ID:** 145761 +- **Cooperator:** Chas Cross +- **Plot average:** 235.92 BU/Ac +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-30 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145761 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 14 | AgriGold | A630-04D | 5122EZ | - | 14.3 | 59.8 | 214.1 | 214.1 | +| 16 | AgriGold | A631-08DV-RN | 5222 | - | 14.4 | 58.5 | 210.1 | 210.1 | +| 13 | AgriGold | A631-12SSPRIB | SSPRIB | - | 13.2 | 61.4 | 221.5 | 221.5 | +| 18 | AgriGold | A634-65TRC | Trecepta | - | 13.5 | 59.0 | 177.9 | 177.9 | +| 15 | AgriGold | A634-11SSPRIB | SSPRIB | - | 13.6 | 60.6 | 213.5 | 213.5 | +| 5 | AgriGold | A636-16-5222EZ | 5222EZ | - | 15.1 | 58.2 | 256.9 | 256.9 | +| 17 | AgriGold | A636-42SSPRIB | SSPRIB | - | 14.6 | 57.9 | 195.4 | 195.4 | +| 7 | AgriGold | A638-91VT2PRO | VT2Pro | - | 15.3 | 59.8 | 245.8 | 245.8 | +| 12 | AgriGold | A639-03VT2RIB | VT2RIB | - | 16.0 | 56.7 | 229.3 | 229.3 | +| 9 | AgriGold | A639-38V-RN | 3220 | - | 15.0 | 60.6 | 238.9 | 238.9 | +| 8 | Pioneer | P09312V | Vorceed | - | 17.1 | 57.3 | 245.4 | 245.4 | +| 1 | AgriGold | A640-16DV-RN | 5222 | - | 16.6 | 59.6 | 277.5 | 277.5 | +| 10 | AgriGold | A640-94VT4PRO | VT4Pro | - | 16.1 | 58.8 | 237.7 | 237.7 | +| 11 | AgriGold | A641-62D-RN | 5122 | - | 16.8 | 57.6 | 232.4 | 232.4 | +| 3 | AgriGold | A642-18SSPRIB | SSPRIB | - | 17.0 | 57.2 | 264.6 | 264.6 | +| 4 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.3 | 58.3 | 259.5 | 259.5 | +| 6 | AgriGold | A642-32VT2RIB | VT2RIB | - | 16.0 | 62.8 | 254.1 | 254.1 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.2 | 57.4 | 271.9 | 271.9 | + +Top 5 by Yield: A640-16DV-RN (AgriGold) 277.5, A644-64VT2RIB (AgriGold) 271.9, A642-18SSPRIB (AgriGold) 264.6, A642-05VT2RIBD1 (AgriGold) 259.5, A636-16-5222EZ (AgriGold) 256.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145773.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145773.json new file mode 100644 index 00000000..d416a977 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145773.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145773", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Lafayette", + "county": "Stark", + "year": 2025, + "plot_id": "145773", + "cooperator": "Matt Plummer", + "plot_average": 240.43, + "planted_date": "2025-05-06", + "harvested_date": "2025-10-15", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 237.7, + "Adj Yield": 237.7 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": null, + "Yield": 206.4, + "Adj Yield": 206.4 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 230.3, + "Adj Yield": 230.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 251.6, + "Adj Yield": 251.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": null, + "Yield": 276.5, + "Adj Yield": 276.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 257.9, + "Adj Yield": 257.9 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": null, + "Yield": 231.2, + "Adj Yield": 231.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": null, + "Yield": 242.9, + "Adj Yield": 242.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": null, + "Yield": 253.9, + "Adj Yield": 253.9 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": null, + "Yield": 230.5, + "Adj Yield": 230.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": null, + "Yield": 248.4, + "Adj Yield": 248.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": null, + "Yield": 235.7, + "Adj Yield": 235.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": null, + "Yield": 246.5, + "Adj Yield": 246.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": null, + "Yield": 235.8, + "Adj Yield": 235.8 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": null, + "Yield": 221.1, + "Adj Yield": 221.1 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145773" + ], + "fetched_at": "2026-05-27T02:21:53.306863+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145773.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145773.md new file mode 100644 index 00000000..f3807b21 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145773.md @@ -0,0 +1,45 @@ +# Corn yield trial — Lafayette, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Stark +- **City:** Lafayette +- **Year:** 2025 +- **Plot ID:** 145773 +- **Cooperator:** Matt Plummer +- **Plot average:** 240.43 BU/Ac +- **Planted:** 2025-05-06 +- **Harvested:** 2025-10-15 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145773 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | AgriGold | A638-91VT2PRO | VT2Pro | - | 14.1 | - | 237.7 | 237.7 | +| 15 | AgriGold | A639-03VT2RIB | VT2RIB | - | 13.9 | - | 206.4 | 206.4 | +| 13 | AgriGold | A639-38V-RN | 3220 | - | 14.2 | - | 230.3 | 230.3 | +| 4 | AgriGold | A640-94VT4PRO | VT4Pro | - | 14.2 | - | 251.6 | 251.6 | +| 1 | AgriGold | A640-16-3110 | 3110 | - | 15.4 | - | 276.5 | 276.5 | +| 2 | AgriGold | A641-26V | 3220EZ | - | 15.2 | - | 257.9 | 257.9 | +| 11 | AgriGold | A641-62D-RN | 5122 | - | 15.4 | - | 231.2 | 231.2 | +| 7 | AgriGold | A642-18SSPRIB | SSPRIB | - | 14.0 | - | 242.9 | 242.9 | +| 3 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 13.8 | - | 253.9 | 253.9 | +| 12 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.4 | - | 230.5 | 230.5 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.3 | - | 248.4 | 248.4 | +| 10 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.0 | - | 235.7 | 235.7 | +| 6 | AgriGold | A645-16VT2RIB | VT2RIB | - | 13.9 | - | 246.5 | 246.5 | +| 9 | AgriGold | A645-71STXRIB | STXRIB | - | 14.8 | - | 235.8 | 235.8 | +| 14 | AgriGold | A646-17TRC | Trecepta | - | 14.0 | - | 221.1 | 221.1 | + +Top 5 by Yield: A640-16-3110 (AgriGold) 276.5, A641-26V (AgriGold) 257.9, A642-05VT2RIBD1 (AgriGold) 253.9, A640-94VT4PRO (AgriGold) 251.6, A643-52VT2RIB (AgriGold) 248.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145774.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145774.json new file mode 100644 index 00000000..796cff3a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145774.json @@ -0,0 +1,608 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145774", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Stillman Valley", + "county": "Ogle", + "year": 2025, + "plot_id": "145774", + "cooperator": "Mark & Brent Warner", + "plot_average": 273.24, + "planted_date": "2025-05-07", + "harvested_date": "2025-11-04", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 59.3, + "Yield": 279.7, + "Adj Yield": 279.7 + } + }, + { + "rank": 35, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 57.7, + "Yield": 262.9, + "Adj Yield": 262.9 + } + }, + { + "rank": 32, + "brand": "AgriGold", + "product": "A631-08DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 56.5, + "Yield": 265.1, + "Adj Yield": 265.1 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 58.1, + "Yield": 273.0, + "Adj Yield": 273.0 + } + }, + { + "rank": 30, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 57.6, + "Yield": 267.4, + "Adj Yield": 267.4 + } + }, + { + "rank": 34, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 57.0, + "Yield": 263.9, + "Adj Yield": 263.9 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 59.6, + "Yield": 274.4, + "Adj Yield": 274.4 + } + }, + { + "rank": 36, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 58.5, + "Yield": 257.6, + "Adj Yield": 257.6 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 59.6, + "Yield": 276.9, + "Adj Yield": 276.9 + } + }, + { + "rank": 41, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 57.4, + "Yield": 252.4, + "Adj Yield": 252.4 + } + }, + { + "rank": 38, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 57.9, + "Yield": 254.2, + "Adj Yield": 254.2 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 57.8, + "Yield": 274.1, + "Adj Yield": 274.1 + } + }, + { + "rank": 39, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 56.7, + "Yield": 253.6, + "Adj Yield": 253.6 + } + }, + { + "rank": 37, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 56.9, + "Yield": 256.6, + "Adj Yield": 256.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 57.5, + "Yield": 285.8, + "Adj Yield": 285.8 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 56.5, + "Yield": 270.0, + "Adj Yield": 270.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 57.9, + "Yield": 292.4, + "Adj Yield": 292.4 + } + }, + { + "rank": 28, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 57.3, + "Yield": 267.8, + "Adj Yield": 267.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 57.0, + "Yield": 286.9, + "Adj Yield": 286.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 56.8, + "Yield": 295.3, + "Adj Yield": 295.3 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 56.6, + "Yield": 277.4, + "Adj Yield": 277.4 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 58.1, + "Yield": 271.5, + "Adj Yield": 271.5 + } + }, + { + "rank": 33, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 58.4, + "Yield": 264.9, + "Adj Yield": 264.9 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 58.8, + "Yield": 272.8, + "Adj Yield": 272.8 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 57.7, + "Yield": 282.4, + "Adj Yield": 282.4 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 55.8, + "Yield": 276.7, + "Adj Yield": 276.7 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC113-03RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 56.2, + "Yield": 277.8, + "Adj Yield": 277.8 + } + }, + { + "rank": 26, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 56.9, + "Yield": 270.3, + "Adj Yield": 270.3 + } + }, + { + "rank": 24, + "brand": "Becks", + "product": "5864PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 57.1, + "Yield": 271.6, + "Adj Yield": 271.6 + } + }, + { + "rank": 13, + "brand": "Becks", + "product": "6041Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 56.3, + "Yield": 277.8, + "Adj Yield": 277.8 + } + }, + { + "rank": 23, + "brand": "Becks", + "product": "6258V4P", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 56.1, + "Yield": 273.0, + "Adj Yield": 273.0 + } + }, + { + "rank": 31, + "brand": "Becks", + "product": "6280TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 56.4, + "Yield": 266.9, + "Adj Yield": 266.9 + } + }, + { + "rank": 5, + "brand": "Becks", + "product": "6374V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 55.7, + "Yield": 290.5, + "Adj Yield": 290.5 + } + }, + { + "rank": 17, + "brand": "Becks", + "product": "6133V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 56.4, + "Yield": 274.6, + "Adj Yield": 274.6 + } + }, + { + "rank": 40, + "brand": "Pioneer", + "product": "P05737V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 57.5, + "Yield": 253.0, + "Adj Yield": 253.0 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P10477V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 55.3, + "Yield": 283.4, + "Adj Yield": 283.4 + } + }, + { + "rank": 10, + "brand": "Pioneer", + "product": "P13544V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 56.3, + "Yield": 280.1, + "Adj Yield": 280.1 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P13777V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 56.6, + "Yield": 292.2, + "Adj Yield": 292.2 + } + }, + { + "rank": 18, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 57.0, + "Yield": 274.5, + "Adj Yield": 274.5 + } + }, + { + "rank": 29, + "brand": "Brevant Seeds", + "product": "B11C37AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 57.3, + "Yield": 267.6, + "Adj Yield": 267.6 + } + }, + { + "rank": 2, + "brand": "Brevant Seeds", + "product": "B12J58V", + "traits": "VNRR", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 59.1, + "Yield": 293.5, + "Adj Yield": 293.5 + } + }, + { + "rank": 21, + "brand": "Brevant Seeds", + "product": "B13C49V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 57.1, + "Yield": 273.4, + "Adj Yield": 273.4 + } + }, + { + "rank": 11, + "brand": "Brevant Seeds", + "product": "B14C59V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 57.1, + "Yield": 279.5, + "Adj Yield": 279.5 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 59.8, + "Yield": 267.3, + "Adj Yield": 267.3 + } + } + ], + "n_results": 44, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145774" + ], + "fetched_at": "2026-05-27T02:21:53.834631+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145774.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145774.md new file mode 100644 index 00000000..15c9bcf3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145774.md @@ -0,0 +1,74 @@ +# Corn yield trial — Stillman Valley, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Ogle +- **City:** Stillman Valley +- **Year:** 2025 +- **Plot ID:** 145774 +- **Cooperator:** Mark & Brent Warner +- **Plot average:** 273.24 BU/Ac +- **Planted:** 2025-05-07 +- **Harvested:** 2025-11-04 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145774 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.2 | 59.3 | 279.7 | 279.7 | +| 35 | AgriGold | A631-08VT2RIB | VT2RIB | - | 16.3 | 57.7 | 262.9 | 262.9 | +| 32 | AgriGold | A631-08DV-RN | 5222 | - | 16.7 | 56.5 | 265.1 | 265.1 | +| 22 | AgriGold | A632-68VT2RIB | VT2RIB | - | 16.6 | 58.1 | 273.0 | 273.0 | +| 30 | AgriGold | A634-11SSPRIB | SSPRIB | - | 15.9 | 57.6 | 267.4 | 267.4 | +| 34 | AgriGold | A634-65TRC | Trecepta | - | 15.6 | 57.0 | 263.9 | 263.9 | +| 19 | AgriGold | A636-11VT2RIB | VT2RIB | - | 17.4 | 59.6 | 274.4 | 274.4 | +| 36 | AgriGold | A636-42SSPRIB | SSPRIB | - | 16.6 | 58.5 | 257.6 | 257.6 | +| 15 | AgriGold | A638-91VT2PRO | VT2Pro | - | 18.2 | 59.6 | 276.9 | 276.9 | +| 41 | AgriGold | A639-03VT2RIB | VT2RIB | - | 17.9 | 57.4 | 252.4 | 252.4 | +| 38 | AgriGold | A639-38V-RN | 3220 | - | 18.7 | 57.9 | 254.2 | 254.2 | +| 20 | AgriGold | A640-16-3110 | 3110 | - | 19.1 | 57.8 | 274.1 | 274.1 | +| 39 | AgriGold | A640-94VT4PRO | VT4Pro | - | 19.9 | 56.7 | 253.6 | 253.6 | +| 37 | AgriGold | A641-62D-RN | 5122 | - | 20.0 | 56.9 | 256.6 | 256.6 | +| 7 | AgriGold | A641-85STXRIB | STXRIB | - | 18.5 | 57.5 | 285.8 | 285.8 | +| 27 | AgriGold | A642-18SSPRIB | SSPRIB | - | 18.3 | 56.5 | 270.0 | 270.0 | +| 3 | AgriGold | A642-32VT2RIB | VT2RIB | - | 18.8 | 57.9 | 292.4 | 292.4 | +| 28 | AgriGold | A6499STXRIB | STXRIB | - | 18.9 | 57.3 | 267.8 | 267.8 | +| 6 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 19.0 | 57.0 | 286.9 | 286.9 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.1 | 56.8 | 295.3 | 295.3 | +| 14 | AgriGold | A645-16VT2RIB | VT2RIB | - | 19.8 | 56.6 | 277.4 | 277.4 | +| 25 | AgriGold | A645-30VT2RIB | VT2RIB | - | 18.8 | 58.1 | 271.5 | 271.5 | +| 33 | AgriGold | A645-71STXRIB | STXRIB | - | 19.1 | 58.4 | 264.9 | 264.9 | +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 18.7 | 58.8 | 272.8 | 272.8 | +| 9 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 16.5 | 57.7 | 282.4 | 282.4 | +| 16 | Dekalb | DKC112-35RIB | SSPRIB | - | 17.8 | 55.8 | 276.7 | 276.7 | +| 12 | Dekalb | DKC113-03RIB | SSPRIB | - | 18.6 | 56.2 | 277.8 | 277.8 | +| 26 | Dekalb | DKC114-42RIB | SSPRIB | - | 18.7 | 56.9 | 270.3 | 270.3 | +| 24 | Becks | 5864PCE | PCE | - | 18.5 | 57.1 | 271.6 | 271.6 | +| 13 | Becks | 6041Q | QROME | - | 17.3 | 56.3 | 277.8 | 277.8 | +| 23 | Becks | 6258V4P | VT4Pro | - | 18.5 | 56.1 | 273.0 | 273.0 | +| 31 | Becks | 6280TCV2P | TreceptaRIB | - | 18.6 | 56.4 | 266.9 | 266.9 | +| 5 | Becks | 6374V2P | VT2RIB | - | 18.7 | 55.7 | 290.5 | 290.5 | +| 17 | Becks | 6133V | Vorceed | - | 18.1 | 56.4 | 274.6 | 274.6 | +| 40 | Pioneer | P05737V | Vorceed | - | 16.0 | 57.5 | 253.0 | 253.0 | +| 8 | Pioneer | P10477V | Vorceed | - | 17.6 | 55.3 | 283.4 | 283.4 | +| 10 | Pioneer | P13544V | Vorceed | - | 18.9 | 56.3 | 280.1 | 280.1 | +| 4 | Pioneer | P13777V | Vorceed | - | 18.0 | 56.6 | 292.2 | 292.2 | +| 18 | Pioneer | P14830Q | QROME | - | 18.2 | 57.0 | 274.5 | 274.5 | +| 29 | Brevant Seeds | B11C37AM | AM | - | 18.4 | 57.3 | 267.6 | 267.6 | +| 2 | Brevant Seeds | B12J58V | VNRR | - | 17.8 | 59.1 | 293.5 | 293.5 | +| 21 | Brevant Seeds | B13C49V | Vorceed | - | 18.1 | 57.1 | 273.4 | 273.4 | +| 11 | Brevant Seeds | B14C59V | Vorceed | - | 17.7 | 57.1 | 279.5 | 279.5 | +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.5 | 59.8 | 267.3 | 267.3 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 295.3, B12J58V (Brevant Seeds) 293.5, A642-32VT2RIB (AgriGold) 292.4, P13777V (Pioneer) 292.2, 6374V2P (Becks) 290.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145775.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145775.json new file mode 100644 index 00000000..7447121d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145775.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145775", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Washburn", + "county": "Marshall", + "year": 2025, + "plot_id": "145775", + "cooperator": "Greg Shirley", + "plot_average": 265.23, + "planted_date": "2025-05-07", + "harvested_date": "2025-10-20", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 65.0, + "Yield": 272.1, + "Adj Yield": 272.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 62.0, + "Yield": 268.6, + "Adj Yield": 268.6 + } + }, + { + "rank": 12, + "brand": "Stine", + "product": "9755-20VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 60.0, + "Yield": 258.7, + "Adj Yield": 258.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 62.9, + "Yield": 277.7, + "Adj Yield": 277.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 61.4, + "Yield": 266.2, + "Adj Yield": 266.2 + } + }, + { + "rank": 9, + "brand": "Stine", + "product": "9754-20", + "traits": "DGVT2PRO", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 62.2, + "Yield": 266.0, + "Adj Yield": 266.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 65.2, + "Yield": 266.7, + "Adj Yield": 266.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 63.2, + "Yield": 270.4, + "Adj Yield": 270.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 64.2, + "Yield": 281.5, + "Adj Yield": 281.5 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 62.7, + "Yield": 260.3, + "Adj Yield": 260.3 + } + }, + { + "rank": 14, + "brand": "Stine", + "product": "9753-20VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 63.2, + "Yield": 247.2, + "Adj Yield": 247.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 62.7, + "Yield": 266.4, + "Adj Yield": 266.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 64.8, + "Yield": 271.6, + "Adj Yield": 271.6 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 63.1, + "Yield": 250.6, + "Adj Yield": 250.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 63.5, + "Yield": 261.3, + "Adj Yield": 261.3 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 62.2, + "Yield": 280.1, + "Adj Yield": 280.1 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145775" + ], + "fetched_at": "2026-05-27T02:21:54.281108+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145775.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145775.md new file mode 100644 index 00000000..05f631f4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145775.md @@ -0,0 +1,46 @@ +# Corn yield trial — Washburn, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Marshall +- **City:** Washburn +- **Year:** 2025 +- **Plot ID:** 145775 +- **Cooperator:** Greg Shirley +- **Plot average:** 265.23 BU/Ac +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-20 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145775 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 13.8 | 65.0 | 272.1 | 272.1 | +| 5 | AgriGold | A639-38V-RN | 3220 | - | 14.1 | 62.0 | 268.6 | 268.6 | +| 12 | Stine | 9755-20VT2RIB | VT2RIB | - | 14.9 | 60.0 | 258.7 | 258.7 | +| 2 | AgriGold | A640-94VT4PRO | VT4Pro | - | 15.4 | 62.9 | 277.7 | 277.7 | +| 8 | AgriGold | A641-62D-RN | 5122 | - | 17.2 | 61.4 | 266.2 | 266.2 | +| 9 | Stine | 9754-20 | DGVT2PRO | - | 16.5 | 62.2 | 266.0 | 266.0 | +| 6 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.5 | 65.2 | 266.7 | 266.7 | +| 4 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.0 | 63.2 | 270.4 | 270.4 | +| 1 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.4 | 64.2 | 281.5 | 281.5 | +| 11 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.3 | 62.7 | 260.3 | 260.3 | +| 14 | Stine | 9753-20VT2PRO | VT2Pro | - | 14.9 | 63.2 | 247.2 | 247.2 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.2 | 62.7 | 266.4 | 266.4 | +| 3 | AgriGold | A645-71STXRIB | STXRIB | - | 15.1 | 64.8 | 271.6 | 271.6 | +| 13 | AgriGold | A646-17STXRIB | STXRIB | - | 15.1 | 63.1 | 250.6 | 250.6 | +| 10 | AgriGold | A646-17TRC | Trecepta | - | 15.3 | 63.5 | 261.3 | 261.3 | +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.1 | 62.2 | 280.1 | 280.1 | + +Top 5 by Yield: A642-32VT2RIB (AgriGold) 281.5, A642-32VT2RIB (AgriGold) 280.1, A640-94VT4PRO (AgriGold) 277.7, A642-32VT2RIB (AgriGold) 272.1, A645-71STXRIB (AgriGold) 271.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145781.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145781.json new file mode 100644 index 00000000..df733fd2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145781.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145781", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Tallula", + "county": "Menard", + "year": 2025, + "plot_id": "145781", + "cooperator": "Randy Gum", + "plot_average": 259.01, + "planted_date": "2025-05-05", + "harvested_date": "2025-10-13", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 58.3, + "Yield": 274.1, + "Adj Yield": 274.1 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 59.4, + "Yield": 207.9, + "Adj Yield": 207.9 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 59.2, + "Yield": 265.1, + "Adj Yield": 265.1 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 59.8, + "Yield": 248.3, + "Adj Yield": 248.3 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 61.1, + "Yield": 249.6, + "Adj Yield": 249.6 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 60.2, + "Yield": 253.1, + "Adj Yield": 253.1 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 57.8, + "Yield": 248.6, + "Adj Yield": 248.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 60.8, + "Yield": 268.1, + "Adj Yield": 268.1 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 61.2, + "Yield": 258.1, + "Adj Yield": 258.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 60.5, + "Yield": 269.4, + "Adj Yield": 269.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.1, + "Yield": 265.1, + "Adj Yield": 265.1 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 60.2, + "Yield": 259.0, + "Adj Yield": 259.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 59.8, + "Yield": 267.0, + "Adj Yield": 267.0 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 60.3, + "Yield": 247.0, + "Adj Yield": 247.0 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 62.2, + "Yield": 243.7, + "Adj Yield": 243.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 61.6, + "Yield": 266.6, + "Adj Yield": 266.6 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 60.5, + "Yield": 253.8, + "Adj Yield": 253.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 58.4, + "Yield": 269.4, + "Adj Yield": 269.4 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 58.1, + "Yield": 275.2, + "Adj Yield": 275.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 58.5, + "Yield": 291.1, + "Adj Yield": 291.1 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145781" + ], + "fetched_at": "2026-05-27T02:21:54.817888+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145781.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145781.md new file mode 100644 index 00000000..f52a1589 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145781.md @@ -0,0 +1,50 @@ +# Corn yield trial — Tallula, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Menard +- **City:** Tallula +- **Year:** 2025 +- **Plot ID:** 145781 +- **Cooperator:** Randy Gum +- **Plot average:** 259.01 BU/Ac +- **Planted:** 2025-05-05 +- **Harvested:** 2025-10-13 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145781 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.0 | 58.3 | 274.1 | 274.1 | +| 20 | AgriGold | A634-65TRC | Trecepta | - | 12.3 | 59.4 | 207.9 | 207.9 | +| 9 | AgriGold | A638-91VT2PRO | VT2Pro | - | 13.5 | 59.2 | 265.1 | 265.1 | +| 17 | AgriGold | A639-03VT2RIB | VT2RIB | - | 13.6 | 59.8 | 248.3 | 248.3 | +| 15 | AgriGold | A639-38V-RN | 3220 | - | 13.9 | 61.1 | 249.6 | 249.6 | +| 14 | AgriGold | A640-94VT4PRO | VT4Pro | - | 14.5 | 60.2 | 253.1 | 253.1 | +| 16 | AgriGold | A641-62D-RN | 5122 | - | 16.1 | 57.8 | 248.6 | 248.6 | +| 6 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.5 | 60.8 | 268.1 | 268.1 | +| 12 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.1 | 61.2 | 258.1 | 258.1 | +| 4 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.8 | 60.5 | 269.4 | 269.4 | +| 10 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.7 | 59.1 | 265.1 | 265.1 | +| 11 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.8 | 60.2 | 259.0 | 259.0 | +| 7 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.5 | 59.8 | 267.0 | 267.0 | +| 18 | AgriGold | A645-71STXRIB | STXRIB | - | 14.9 | 60.3 | 247.0 | 247.0 | +| 19 | AgriGold | A645-30VT2RIB | VT2RIB | - | 16.3 | 62.2 | 243.7 | 243.7 | +| 8 | AgriGold | A646-30VT2RIB | VT2RIB | - | 15.3 | 61.6 | 266.6 | 266.6 | +| 13 | AgriGold | A646-17STXRIB | STXRIB | - | 14.8 | 60.5 | 253.8 | 253.8 | +| 4 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 16.6 | 58.4 | 269.4 | 269.4 | +| 2 | Pioneer | P1742Q | QROME | - | 16.4 | 58.1 | 275.2 | 275.2 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.9 | 58.5 | 291.1 | 291.1 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 291.1, P1742Q (Pioneer) 275.2, A644-64VT2RIB (AgriGold) 274.1, A642-05VT2RIBD1 (AgriGold) 269.4, A647-42TRCRIB (AgriGold) 269.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145783.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145783.json new file mode 100644 index 00000000..c0c3b1da --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145783.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145783", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Washington", + "county": "Woodford", + "year": 2025, + "plot_id": "145783", + "cooperator": "Steve Peters Seed", + "plot_average": 271.17, + "planted_date": "2025-05-07", + "harvested_date": "2025-10-17", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 15, + "brand": "Golden Harvest", + "product": "G08U00-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 59.0, + "Yield": 262.6, + "Adj Yield": 262.6 + } + }, + { + "rank": 18, + "brand": "Golden Harvest", + "product": "G10M87-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 59.7, + "Yield": 255.2, + "Adj Yield": 255.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 57.1, + "Yield": 274.2, + "Adj Yield": 274.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 58.9, + "Yield": 275.5, + "Adj Yield": 275.5 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 58.1, + "Yield": 261.4, + "Adj Yield": 261.4 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 57.8, + "Yield": 262.6, + "Adj Yield": 262.6 + } + }, + { + "rank": 5, + "brand": "Golden Harvest", + "product": "G12U11-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 59.2, + "Yield": 275.5, + "Adj Yield": 275.5 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.0, + "Yield": 267.8, + "Adj Yield": 267.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 61.1, + "Yield": 275.9, + "Adj Yield": 275.9 + } + }, + { + "rank": 2, + "brand": "Golden Harvest", + "product": "G12S75-D", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 57.4, + "Yield": 278.5, + "Adj Yield": 278.5 + } + }, + { + "rank": 8, + "brand": "Golden Harvest", + "product": "G13U96-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 56.5, + "Yield": 274.9, + "Adj Yield": 274.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 52.7, + "Yield": 277.9, + "Adj Yield": 277.9 + } + }, + { + "rank": 5, + "brand": "Golden Harvest", + "product": "G13M31-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 56.8, + "Yield": 275.5, + "Adj Yield": 275.5 + } + }, + { + "rank": 13, + "brand": "Golden Harvest", + "product": "G14B32-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 58.2, + "Yield": 266.5, + "Adj Yield": 266.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 59.5, + "Yield": 292.2, + "Adj Yield": 292.2 + } + }, + { + "rank": 10, + "brand": "Golden Harvest", + "product": "G15U34-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 59.5, + "Yield": 271.3, + "Adj Yield": 271.3 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 59.9, + "Yield": 267.5, + "Adj Yield": 267.5 + } + }, + { + "rank": 14, + "brand": "Golden Harvest", + "product": "G15J91-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 56.0, + "Yield": 266.0, + "Adj Yield": 266.0 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145783" + ], + "fetched_at": "2026-05-27T02:21:55.306383+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145783.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145783.md new file mode 100644 index 00000000..302b2382 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145783.md @@ -0,0 +1,48 @@ +# Corn yield trial — Washington, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Woodford +- **City:** Washington +- **Year:** 2025 +- **Plot ID:** 145783 +- **Cooperator:** Steve Peters Seed +- **Plot average:** 271.17 BU/Ac +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-17 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145783 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 15 | Golden Harvest | G08U00-V | 3220EZ | - | 17.1 | 59.0 | 262.6 | 262.6 | +| 18 | Golden Harvest | G10M87-AA | 3120EZ | - | 17.4 | 59.7 | 255.2 | 255.2 | +| 9 | AgriGold | A640-94VT4PRO | VT4Pro | - | 19.4 | 57.1 | 274.2 | 274.2 | +| 5 | AgriGold | A641-85STXRIB | STXRIB | - | 17.6 | 58.9 | 275.5 | 275.5 | +| 17 | AgriGold | A641-62D-RN | 5122 | - | 18.0 | 58.1 | 261.4 | 261.4 | +| 15 | AgriGold | A642-18SSPRIB | SSPRIB | - | 17.1 | 57.8 | 262.6 | 262.6 | +| 5 | Golden Harvest | G12U11-AA | 3220EZ | - | 17.6 | 59.2 | 275.5 | 275.5 | +| 11 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.0 | 58.0 | 267.8 | 267.8 | +| 4 | AgriGold | A642-32VT2RIB | VT2RIB | - | 16.5 | 61.1 | 275.9 | 275.9 | +| 2 | Golden Harvest | G12S75-D | 5222EZ | - | 17.2 | 57.4 | 278.5 | 278.5 | +| 8 | Golden Harvest | G13U96-DV | 5222EZ | - | 17.3 | 56.5 | 274.9 | 274.9 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.8 | 52.7 | 277.9 | 277.9 | +| 5 | Golden Harvest | G13M31-AA | 3220EZ | - | 17.6 | 56.8 | 275.5 | 275.5 | +| 13 | Golden Harvest | G14B32-DV | 5222 | - | 17.4 | 58.2 | 266.5 | 266.5 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.9 | 59.5 | 292.2 | 292.2 | +| 10 | Golden Harvest | G15U34-V | 3220EZ | - | 17.9 | 59.5 | 271.3 | 271.3 | +| 12 | AgriGold | A645-71STXRIB | STXRIB | - | 17.1 | 59.9 | 267.5 | 267.5 | +| 14 | Golden Harvest | G15J91-V | 3220 | - | 19.5 | 56.0 | 266.0 | 266.0 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 292.2, G12S75-D (Golden Harvest) 278.5, A643-52VT2RIB (AgriGold) 277.9, A642-32VT2RIB (AgriGold) 275.9, A641-85STXRIB (AgriGold) 275.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145784.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145784.json new file mode 100644 index 00000000..19436017 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145784.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145784", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Chestnut", + "county": "Logan", + "year": 2025, + "plot_id": "145784", + "cooperator": "Darin Stoll", + "plot_average": 242.34, + "planted_date": "2025-05-07", + "harvested_date": "2025-09-24", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 11, + "brand": "Golden Harvest", + "product": "G10M87-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 55.3, + "Yield": 236.3, + "Adj Yield": 236.3 + } + }, + { + "rank": 9, + "brand": "Golden Harvest", + "product": "G11V76-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 56.0, + "Yield": 241.6, + "Adj Yield": 241.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 57.4, + "Yield": 246.5, + "Adj Yield": 246.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 57.2, + "Yield": 242.5, + "Adj Yield": 242.5 + } + }, + { + "rank": 12, + "brand": "Golden Harvest", + "product": "G12U11-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 58.3, + "Yield": 234.1, + "Adj Yield": 234.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 59.8, + "Yield": 253.7, + "Adj Yield": 253.7 + } + }, + { + "rank": 7, + "brand": "Golden Harvest", + "product": "G13M31-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 58.0, + "Yield": 243.1, + "Adj Yield": 243.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 57.9, + "Yield": 263.7, + "Adj Yield": 263.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.8, + "Test Wt.": 57.5, + "Yield": 245.8, + "Adj Yield": 245.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 25.7, + "Test Wt.": 55.1, + "Yield": 244.6, + "Adj Yield": 244.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.8, + "Test Wt.": 53.5, + "Yield": 244.3, + "Adj Yield": 244.3 + } + }, + { + "rank": 13, + "brand": "Golden Harvest", + "product": "G15U34-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 23.7, + "Test Wt.": 55.4, + "Yield": 212.7, + "Adj Yield": 212.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": 55.7, + "Yield": 241.5, + "Adj Yield": 241.5 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145784" + ], + "fetched_at": "2026-05-27T02:21:55.794751+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145784.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145784.md new file mode 100644 index 00000000..1651e0dc --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145784.md @@ -0,0 +1,43 @@ +# Corn yield trial — Chestnut, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Logan +- **City:** Chestnut +- **Year:** 2025 +- **Plot ID:** 145784 +- **Cooperator:** Darin Stoll +- **Plot average:** 242.34 BU/Ac +- **Planted:** 2025-05-07 +- **Harvested:** 2025-09-24 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145784 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 11 | Golden Harvest | G10M87-AA | 3120EZ | - | 21.7 | 55.3 | 236.3 | 236.3 | +| 9 | Golden Harvest | G11V76-AA | 3120EZ | - | 22.2 | 56.0 | 241.6 | 241.6 | +| 3 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 22.0 | 57.4 | 246.5 | 246.5 | +| 8 | AgriGold | A642-18SSPRIB | SSPRIB | - | 23.4 | 57.2 | 242.5 | 242.5 | +| 12 | Golden Harvest | G12U11-AA | 3220EZ | - | 21.0 | 58.3 | 234.1 | 234.1 | +| 2 | AgriGold | A642-32VT2RIB | VT2RIB | - | 21.7 | 59.8 | 253.7 | 253.7 | +| 7 | Golden Harvest | G13M31-AA | 3220EZ | - | 21.8 | 58.0 | 243.1 | 243.1 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 22.4 | 57.9 | 263.7 | 263.7 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 23.8 | 57.5 | 245.8 | 245.8 | +| 5 | AgriGold | A645-71STXRIB | STXRIB | - | 25.7 | 55.1 | 244.6 | 244.6 | +| 6 | AgriGold | A645-16VT2RIB | VT2RIB | - | 25.8 | 53.5 | 244.3 | 244.3 | +| 13 | Golden Harvest | G15U34-V | 3220EZ | - | 23.7 | 55.4 | 212.7 | 212.7 | +| 10 | AgriGold | A645-30VT2RIB | VT2RIB | - | 24.2 | 55.7 | 241.5 | 241.5 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 263.7, A642-32VT2RIB (AgriGold) 253.7, A642-05VT2RIBD1 (AgriGold) 246.5, A644-64VT2RIB (AgriGold) 245.8, A645-71STXRIB (AgriGold) 244.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145787.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145787.json new file mode 100644 index 00000000..e0437aa3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145787.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145787", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Orleans", + "county": "Harlan", + "year": 2025, + "plot_id": "145787", + "cooperator": "Witte Farms", + "plot_average": 207.46, + "planted_date": "2025-05-07", + "harvested_date": "2025-10-21", + "population_seeds_per_acre": 27000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "Brevant Seeds", + "product": "B12C01Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 60.6, + "Yield": 223.8, + "Adj Yield": 223.8 + } + }, + { + "rank": 11, + "brand": "Mustang", + "product": "Unknown", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 58.6, + "Yield": 197.6, + "Adj Yield": 197.6 + } + }, + { + "rank": 8, + "brand": "AgVenture", + "product": "AV2816V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 59.6, + "Yield": 208.3, + "Adj Yield": 208.3 + } + }, + { + "rank": 14, + "brand": "AgVenture", + "product": "AV4405Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 59.6, + "Yield": 184.1, + "Adj Yield": 184.1 + } + }, + { + "rank": 10, + "brand": "AgVenture", + "product": "AV4608Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 59.8, + "Yield": 200.2, + "Adj Yield": 200.2 + } + }, + { + "rank": 13, + "brand": "AgVenture", + "product": "AV3904V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 58.9, + "Yield": 185.4, + "Adj Yield": 185.4 + } + }, + { + "rank": 12, + "brand": "AgVenture", + "product": "AV9412Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 61.1, + "Yield": 193.9, + "Adj Yield": 193.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 59.4, + "Yield": 212.5, + "Adj Yield": 212.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 60.3, + "Yield": 213.7, + "Adj Yield": 213.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 60.9, + "Yield": 229.8, + "Adj Yield": 229.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 62.1, + "Yield": 211.8, + "Adj Yield": 211.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 60.6, + "Yield": 219.1, + "Adj Yield": 219.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 60.7, + "Yield": 217.6, + "Adj Yield": 217.6 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P1413AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 60.2, + "Yield": 206.6, + "Adj Yield": 206.6 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145787" + ], + "fetched_at": "2026-05-27T02:21:56.279808+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145787.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145787.md new file mode 100644 index 00000000..eeefae6b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145787.md @@ -0,0 +1,44 @@ +# Corn yield trial — Orleans, NE, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Harlan +- **City:** Orleans +- **Year:** 2025 +- **Plot ID:** 145787 +- **Cooperator:** Witte Farms +- **Plot average:** 207.46 BU/Ac +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-21 +- **Population:** 27,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145787 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | Brevant Seeds | B12C01Q | QROME | - | 14.9 | 60.6 | 223.8 | 223.8 | +| 11 | Mustang | Unknown | Unknown | - | 15.7 | 58.6 | 197.6 | 197.6 | +| 8 | AgVenture | AV2816V | Vorceed | - | 15.8 | 59.6 | 208.3 | 208.3 | +| 14 | AgVenture | AV4405Q | QROME | - | 13.0 | 59.6 | 184.1 | 184.1 | +| 10 | AgVenture | AV4608Q | QROME | - | 13.9 | 59.8 | 200.2 | 200.2 | +| 13 | AgVenture | AV3904V | Vorceed | - | 13.3 | 58.9 | 185.4 | 185.4 | +| 12 | AgVenture | AV9412Q | QROME | - | 15.5 | 61.1 | 193.9 | 193.9 | +| 6 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.5 | 59.4 | 212.5 | 212.5 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.0 | 60.3 | 213.7 | 213.7 | +| 1 | AgriGold | A646-17TRC | Trecepta | - | 14.7 | 60.9 | 229.8 | 229.8 | +| 7 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.7 | 62.1 | 211.8 | 211.8 | +| 3 | AgriGold | A641-26V | 3220EZ | - | 15.0 | 60.6 | 219.1 | 219.1 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.3 | 60.7 | 217.6 | 217.6 | +| 9 | Pioneer | P1413AM | AM | - | 15.6 | 60.2 | 206.6 | 206.6 | + +Top 5 by Yield: A646-17TRC (AgriGold) 229.8, B12C01Q (Brevant Seeds) 223.8, A641-26V (AgriGold) 219.1, A643-52VT2RIB (AgriGold) 217.6, A644-64VT2RIB (AgriGold) 213.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145793.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145793.json new file mode 100644 index 00000000..d8af376a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145793.json @@ -0,0 +1,348 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145793", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Apple River", + "county": "Jo Daviess", + "year": 2025, + "plot_id": "145793", + "cooperator": "Daylon Niemann", + "plot_average": 237.39, + "planted_date": "2025-05-08", + "harvested_date": "2025-10-23", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 59.3, + "Yield": 242.8, + "Adj Yield": 242.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 59.5, + "Yield": 251.1, + "Adj Yield": 251.1 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 59.0, + "Yield": 244.3, + "Adj Yield": 244.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 58.9, + "Yield": 262.1, + "Adj Yield": 262.1 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 60.9, + "Yield": 239.3, + "Adj Yield": 239.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 59.3, + "Yield": 243.7, + "Adj Yield": 243.7 + } + }, + { + "rank": 17, + "brand": "Pioneer", + "product": "P13777V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 59.4, + "Yield": 234.3, + "Adj Yield": 234.3 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 58.0, + "Yield": 240.4, + "Adj Yield": 240.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 57.9, + "Yield": 267.9, + "Adj Yield": 267.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A640-24", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 60.8, + "Yield": 251.4, + "Adj Yield": 251.4 + } + }, + { + "rank": 5, + "brand": "Nu Tech", + "product": "68C1Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 58.3, + "Yield": 247.8, + "Adj Yield": 247.8 + } + }, + { + "rank": 12, + "brand": "Channel", + "product": "210-08VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 57.6, + "Yield": 242.0, + "Adj Yield": 242.0 + } + }, + { + "rank": 22, + "brand": "Nu Tech", + "product": "70F6V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 58.1, + "Yield": 207.7, + "Adj Yield": 207.7 + } + }, + { + "rank": 18, + "brand": "Pioneer", + "product": "P10477V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 57.9, + "Yield": 230.0, + "Adj Yield": 230.0 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 59.4, + "Yield": 227.1, + "Adj Yield": 227.1 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 58.4, + "Yield": 199.8, + "Adj Yield": 199.8 + } + }, + { + "rank": 19, + "brand": "Channel", + "product": "209-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 58.1, + "Yield": 229.5, + "Adj Yield": 229.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 60.9, + "Yield": 245.8, + "Adj Yield": 245.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 60.5, + "Yield": 242.8, + "Adj Yield": 242.8 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 58.5, + "Yield": 238.4, + "Adj Yield": 238.4 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 60.1, + "Yield": 219.4, + "Adj Yield": 219.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 60.5, + "Yield": 242.1, + "Adj Yield": 242.1 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 60.8, + "Yield": 207.4, + "Adj Yield": 207.4 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 61.1, + "Yield": 240.3, + "Adj Yield": 240.3 + } + } + ], + "n_results": 24, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145793" + ], + "fetched_at": "2026-05-27T02:21:56.815090+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145793.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145793.md new file mode 100644 index 00000000..33bf8fba --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145793.md @@ -0,0 +1,54 @@ +# Corn yield trial — Apple River, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Jo Daviess +- **City:** Apple River +- **Year:** 2025 +- **Plot ID:** 145793 +- **Cooperator:** Daylon Niemann +- **Plot average:** 237.39 BU/Ac +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-23 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145793 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.5 | 59.3 | 242.8 | 242.8 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.2 | 59.5 | 251.1 | 251.1 | +| 7 | Pioneer | P14830Q | QROME | - | 18.7 | 59.0 | 244.3 | 244.3 | +| 2 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 18.8 | 58.9 | 262.1 | 262.1 | +| 15 | AgriGold | A642-32 | C | - | 18.0 | 60.9 | 239.3 | 239.3 | +| 8 | AgriGold | A642-18SSPRIB | SSPRIB | - | 17.9 | 59.3 | 243.7 | 243.7 | +| 17 | Pioneer | P13777V | Vorceed | - | 19.6 | 59.4 | 234.3 | 234.3 | +| 13 | AgriGold | A641-26V | 3220EZ | - | 19.4 | 58.0 | 240.4 | 240.4 | +| 1 | AgriGold | A640-94VT4PRO | VT4Pro | - | 19.3 | 57.9 | 267.9 | 267.9 | +| 3 | AgriGold | A640-24 | C | - | 18.5 | 60.8 | 251.4 | 251.4 | +| 5 | Nu Tech | 68C1Q | QROME | - | 19.2 | 58.3 | 247.8 | 247.8 | +| 12 | Channel | 210-08VT2PRIB | VT2RIB | - | 18.8 | 57.6 | 242.0 | 242.0 | +| 22 | Nu Tech | 70F6V | Vorceed | - | 18.7 | 58.1 | 207.7 | 207.7 | +| 18 | Pioneer | P10477V | Vorceed | - | 19.0 | 57.9 | 230.0 | 230.0 | +| 20 | AgriGold | A639-38V-RN | 3220 | - | 19.1 | 59.4 | 227.1 | 227.1 | +| 24 | AgriGold | A639-03VT2RIB | VT2RIB | - | 18.0 | 58.4 | 199.8 | 199.8 | +| 19 | Channel | 209-70TRERIB | TreceptaRIB | - | 18.6 | 58.1 | 229.5 | 229.5 | +| 6 | AgriGold | A638-91VT2PRO | VT2Pro | - | 18.0 | 60.9 | 245.8 | 245.8 | +| 9 | AgriGold | A637-72VT2RIB | VT2RIB | - | 16.8 | 60.5 | 242.8 | 242.8 | +| 16 | AgriGold | A634-11SSPRIB | SSPRIB | - | 16.2 | 58.5 | 238.4 | 238.4 | +| 21 | AgriGold | A634-65TRC | Trecepta | - | 15.1 | 60.1 | 219.4 | 219.4 | +| 11 | AgriGold | A632-68VT2RIB | VT2RIB | - | 16.7 | 60.5 | 242.1 | 242.1 | +| 23 | AgriGold | A631-08VT2RIB | VT2RIB | - | 16.3 | 60.8 | 207.4 | 207.4 | +| 14 | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.3 | 61.1 | 240.3 | 240.3 | + +Top 5 by Yield: A640-94VT4PRO (AgriGold) 267.9, A642-05VT2RIBD1 (AgriGold) 262.1, A640-24 (AgriGold) 251.4, A644-64VT2RIB (AgriGold) 251.1, 68C1Q (Nu Tech) 247.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145805.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145805.json new file mode 100644 index 00000000..91e2adbb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145805.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145805", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Almena", + "county": "Norton", + "year": 2025, + "plot_id": "145805", + "cooperator": "Andy Nickell", + "plot_average": 253.06, + "planted_date": "2025-05-08", + "harvested_date": "2025-11-05", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "Quilt Xcel, Veltyma", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 60.6, + "Yield": 252.6, + "Adj Yield": 252.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 60.6, + "Yield": 252.6, + "Adj Yield": 249.02 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 59.7, + "Yield": 249.3, + "Adj Yield": 246.42 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 62.3, + "Yield": 249.1, + "Adj Yield": 246.98 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 61.7, + "Yield": 272.0, + "Adj Yield": 270.61 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.6, + "Yield": 246.6, + "Adj Yield": 245.93 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 59.6, + "Yield": 257.8, + "Adj Yield": 257.78 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 62.0, + "Yield": 252.4, + "Adj Yield": 253.06 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 60.7, + "Yield": 260.1, + "Adj Yield": 261.53 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 62.9, + "Yield": 242.3, + "Adj Yield": 244.48 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 62.2, + "Yield": 244.7, + "Adj Yield": 247.58 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 61.2, + "Yield": 256.7, + "Adj Yield": 260.25 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 60.3, + "Yield": 244.0, + "Adj Yield": 244.0 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145805" + ], + "fetched_at": "2026-05-27T02:21:57.302678+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145805.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145805.md new file mode 100644 index 00000000..df700d78 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145805.md @@ -0,0 +1,44 @@ +# Corn yield trial — Almena, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Norton +- **City:** Almena +- **Year:** 2025 +- **Plot ID:** 145805 +- **Cooperator:** Andy Nickell +- **Plot average:** 253.06 BU/Ac +- **Planted:** 2025-05-08 +- **Harvested:** 2025-11-05 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **Fungicide:** Quilt Xcel, Veltyma +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145805 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.9 | 60.6 | 252.6 | 252.6 | +| 6 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.9 | 60.6 | 252.6 | 249.02 | +| 9 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.2 | 59.7 | 249.3 | 246.42 | +| 8 | AgriGold | A639-38V-RN | 3220 | - | 14.4 | 62.3 | 249.1 | 246.98 | +| 1 | AgriGold | A640-94VT4PRO | VT4Pro | - | 14.4 | 61.7 | 272.0 | 270.61 | +| 10 | AgriGold | A641-26V | 3220EZ | - | 15.4 | 60.6 | 246.6 | 245.93 | +| 4 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.2 | 59.6 | 257.8 | 257.78 | +| 5 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.6 | 62.0 | 252.4 | 253.06 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.6 | 60.7 | 260.1 | 261.53 | +| 11 | AgriGold | A645-30VT2RIB | VT2RIB | - | 16.0 | 62.9 | 242.3 | 244.48 | +| 7 | AgriGold | A645-55VT2PRO | VT2Pro | - | 15.7 | 62.2 | 244.7 | 247.58 | +| 3 | AgriGold | A646-17TRC | Trecepta | - | 15.3 | 61.2 | 256.7 | 260.25 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.5 | 60.3 | 244.0 | 244.0 | + +Top 5 by Yield: A640-94VT4PRO (AgriGold) 272.0, A643-52VT2RIB (AgriGold) 260.1, A642-18SSPRIB (AgriGold) 257.8, A646-17TRC (AgriGold) 256.7, A644-64VT2RIB (AgriGold) 252.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145831.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145831.json new file mode 100644 index 00000000..3de77165 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145831.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145831", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Pekin", + "county": "Tazewell", + "year": 2025, + "plot_id": "145831", + "cooperator": "Zac Charlton", + "plot_average": 248.78, + "planted_date": "2025-05-08", + "harvested_date": "2025-10-21", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 59.3, + "Yield": 260.6, + "Adj Yield": 260.6 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 58.0, + "Yield": 190.4, + "Adj Yield": 190.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 61.6, + "Yield": 259.2, + "Adj Yield": 259.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 59.9, + "Yield": 239.4, + "Adj Yield": 239.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 62.6, + "Yield": 266.3, + "Adj Yield": 266.3 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.5, + "Yield": 220.4, + "Adj Yield": 220.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 61.0, + "Yield": 257.5, + "Adj Yield": 257.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 61.8, + "Yield": 276.8, + "Adj Yield": 276.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 62.2, + "Yield": 257.8, + "Adj Yield": 257.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 59.1, + "Yield": 250.4, + "Adj Yield": 250.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 61.8, + "Yield": 259.6, + "Adj Yield": 259.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 61.5, + "Yield": 251.2, + "Adj Yield": 251.2 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 59.7, + "Yield": 237.2, + "Adj Yield": 237.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.3, + "Yield": 268.0, + "Adj Yield": 268.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.3, + "Yield": 268.0, + "Adj Yield": 268.0 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145831" + ], + "fetched_at": "2026-05-27T02:21:57.806688+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145831.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145831.md new file mode 100644 index 00000000..b1778462 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145831.md @@ -0,0 +1,44 @@ +# Corn yield trial — Pekin, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Tazewell +- **City:** Pekin +- **Year:** 2025 +- **Plot ID:** 145831 +- **Cooperator:** Zac Charlton +- **Plot average:** 248.78 BU/Ac +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-21 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145831 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 13.4 | 59.3 | 260.6 | 260.6 | +| 13 | AgriGold | A639-03VT2RIB | VT2RIB | - | 13.2 | 58.0 | 190.4 | 190.4 | +| 5 | AgriGold | A640-94VT4PRO | VT4Pro | - | 13.2 | 61.6 | 259.2 | 259.2 | +| 10 | AgriGold | A641-62D-RN | 5122 | - | 14.0 | 59.9 | 239.4 | 239.4 | +| 3 | AgriGold | A642-32VT2RIB | VT2RIB | - | 13.7 | 62.6 | 266.3 | 266.3 | +| 12 | AgriGold | A642-18SSPRIB | SSPRIB | - | 13.7 | 60.5 | 220.4 | 220.4 | +| 7 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.2 | 61.0 | 257.5 | 257.5 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.4 | 61.8 | 276.8 | 276.8 | +| 6 | AgriGold | A645-30VT2RIB | VT2RIB | - | 14.0 | 62.2 | 257.8 | 257.8 | +| 9 | AgriGold | A645-71STXRIB | STXRIB | - | 13.8 | 59.1 | 250.4 | 250.4 | +| 4 | AgriGold | A645-16VT2RIB | VT2RIB | - | 13.9 | 61.8 | 259.6 | 259.6 | +| 8 | AgriGold | A645-55VT2PRO | VT2Pro | - | 13.1 | 61.5 | 251.2 | 251.2 | +| 11 | AgriGold | A646-30VT2RIB | VT2RIB | - | 13.6 | 59.7 | 237.2 | 237.2 | +| 2 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 13.7 | 60.3 | 268.0 | 268.0 | +| - | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 13.7 | 60.3 | 268.0 | 268.0 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 276.8, A642-05VT2RIBD1 (AgriGold) 268.0, A642-05VT2RIBD1 (AgriGold) 268.0, A642-32VT2RIB (AgriGold) 266.3, A642-05VT2RIBD1 (AgriGold) 260.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145843.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145843.json new file mode 100644 index 00000000..65a044af --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145843.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145843", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Almena", + "county": "Norton", + "year": 2025, + "plot_id": "145843", + "cooperator": "Casey Dole", + "plot_average": 231.43, + "planted_date": "2025-05-08", + "harvested_date": "2025-11-12", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 5, + "brand": "Channel", + "product": "210-08VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 59.1, + "Yield": 240.1, + "Adj Yield": 237.5 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 59.4, + "Yield": 225.9, + "Adj Yield": 225.9 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 59.4, + "Yield": 225.9, + "Adj Yield": 223.31 + } + }, + { + "rank": 13, + "brand": "Brevant Seeds", + "product": "B11V44AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 59.1, + "Yield": 212.4, + "Adj Yield": 210.25 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 57.7, + "Yield": 241.9, + "Adj Yield": 240.19 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 59.3, + "Yield": 231.0, + "Adj Yield": 229.7 + } + }, + { + "rank": 6, + "brand": "Brevant Seeds", + "product": "B12J58V", + "traits": "VNRR", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 60.1, + "Yield": 237.7, + "Adj Yield": 236.86 + } + }, + { + "rank": 12, + "brand": "Hoegemeyer", + "product": "8235Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 60.4, + "Yield": 216.0, + "Adj Yield": 215.55 + } + }, + { + "rank": 14, + "brand": "Channel", + "product": "212-40VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 59.1, + "Yield": 203.3, + "Adj Yield": 203.34 + } + }, + { + "rank": 3, + "brand": "Channel", + "product": "214-40VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 57.9, + "Yield": 247.3, + "Adj Yield": 247.71 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 59.8, + "Yield": 228.3, + "Adj Yield": 229.14 + } + }, + { + "rank": 8, + "brand": "Hoegemeyer", + "product": "8685V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 58.7, + "Yield": 229.8, + "Adj Yield": 231.1 + } + }, + { + "rank": 2, + "brand": "Channel", + "product": "215-25TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 59.1, + "Yield": 248.4, + "Adj Yield": 250.12 + } + }, + { + "rank": 7, + "brand": "Channel", + "product": "217-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 61.5, + "Yield": 232.1, + "Adj Yield": 234.22 + } + }, + { + "rank": 1, + "brand": "Channel", + "product": "218-66VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 58.5, + "Yield": 248.4, + "Adj Yield": 250.97 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 59.1, + "Yield": 219.9, + "Adj Yield": 219.9 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145843" + ], + "fetched_at": "2026-05-27T02:21:58.300852+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145843.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145843.md new file mode 100644 index 00000000..c58fdb6b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145843.md @@ -0,0 +1,46 @@ +# Corn yield trial — Almena, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Norton +- **City:** Almena +- **Year:** 2025 +- **Plot ID:** 145843 +- **Cooperator:** Casey Dole +- **Plot average:** 231.43 BU/Ac +- **Planted:** 2025-05-08 +- **Harvested:** 2025-11-12 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145843 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | Channel | 210-08VT2PRIB | VT2RIB | - | 12.4 | 59.1 | 240.1 | 237.5 | +| - | AgriGold | A641-26V | 3220EZ | - | 12.7 | 59.4 | 225.9 | 225.9 | +| 11 | AgriGold | A641-26V | 3220EZ | - | 12.7 | 59.4 | 225.9 | 223.31 | +| 13 | Brevant Seeds | B11V44AM | AM | - | 12.6 | 59.1 | 212.4 | 210.25 | +| 4 | AgriGold | A642-18SSPRIB | SSPRIB | - | 13.0 | 57.7 | 241.9 | 240.19 | +| 9 | AgriGold | A642-32VT2RIB | VT2RIB | - | 12.8 | 59.3 | 231.0 | 229.7 | +| 6 | Brevant Seeds | B12J58V | VNRR | - | 12.9 | 60.1 | 237.7 | 236.86 | +| 12 | Hoegemeyer | 8235Q | QROME | - | 12.9 | 60.4 | 216.0 | 215.55 | +| 14 | Channel | 212-40VT4PRIB | VT4RIB | - | 12.7 | 59.1 | 203.3 | 203.34 | +| 3 | Channel | 214-40VT4PRIB | VT4RIB | - | 13.3 | 57.9 | 247.3 | 247.71 | +| 10 | AgriGold | A644-64VT2RIB | VT2RIB | - | 12.8 | 59.8 | 228.3 | 229.14 | +| 8 | Hoegemeyer | 8685V | Vorceed | - | 12.9 | 58.7 | 229.8 | 231.1 | +| 2 | Channel | 215-25TRERIB | TreceptaRIB | - | 12.8 | 59.1 | 248.4 | 250.12 | +| 7 | Channel | 217-12STXRIB | STXRIB | - | 13.5 | 61.5 | 232.1 | 234.22 | +| 1 | Channel | 218-66VT2PRIB | VT2RIB | - | 12.8 | 58.5 | 248.4 | 250.97 | +| - | AgriGold | A641-26V | 3220EZ | - | 13.0 | 59.1 | 219.9 | 219.9 | + +Top 5 by Yield: 215-25TRERIB (Channel) 248.4, 218-66VT2PRIB (Channel) 248.4, 214-40VT4PRIB (Channel) 247.3, A642-18SSPRIB (AgriGold) 241.9, 210-08VT2PRIB (Channel) 240.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145849.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145849.json new file mode 100644 index 00000000..e4b57734 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145849.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145849", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Polo", + "county": "Ogle", + "year": 2025, + "plot_id": "145849", + "cooperator": "Blum Farms", + "plot_average": 213.07, + "planted_date": "2025-05-09", + "harvested_date": "2025-10-30", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "AgriGold", + "product": "A631-08DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 56.2, + "Yield": 199.2, + "Adj Yield": 199.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A631-12SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 55.4, + "Yield": 216.3, + "Adj Yield": 216.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 56.3, + "Yield": 211.9, + "Adj Yield": 211.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 56.2, + "Yield": 204.5, + "Adj Yield": 204.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 55.7, + "Yield": 210.5, + "Adj Yield": 210.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A640-16DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 56.6, + "Yield": 231.4, + "Adj Yield": 231.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.8, + "Yield": 191.6, + "Adj Yield": 191.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 56.8, + "Yield": 254.3, + "Adj Yield": 254.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 57.3, + "Yield": 202.8, + "Adj Yield": 202.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.9, + "Yield": 236.3, + "Adj Yield": 236.3 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 57.3, + "Yield": 185.0, + "Adj Yield": 185.0 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145849" + ], + "fetched_at": "2026-05-27T02:21:58.814861+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145849.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145849.md new file mode 100644 index 00000000..e376e297 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145849.md @@ -0,0 +1,41 @@ +# Corn yield trial — Polo, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Ogle +- **City:** Polo +- **Year:** 2025 +- **Plot ID:** 145849 +- **Cooperator:** Blum Farms +- **Plot average:** 213.07 BU/Ac +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-30 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145849 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | AgriGold | A631-08DV-RN | 5222 | - | 15.9 | 56.2 | 199.2 | 199.2 | +| 4 | AgriGold | A631-12SSPRIB | SSPRIB | - | 15.7 | 55.4 | 216.3 | 216.3 | +| 5 | AgriGold | A634-11SSPRIB | SSPRIB | - | 15.7 | 56.3 | 211.9 | 211.9 | +| 7 | AgriGold | A636-42SSPRIB | SSPRIB | - | 16.0 | 56.2 | 204.5 | 204.5 | +| 6 | AgriGold | A636-16-5222EZ | 5222EZ | - | 17.0 | 55.7 | 210.5 | 210.5 | +| 3 | AgriGold | A640-16DV-RN | 5222 | - | 18.2 | 56.6 | 231.4 | 231.4 | +| 10 | AgriGold | A641-85STXRIB | STXRIB | - | 16.8 | 58.8 | 191.6 | 191.6 | +| 1 | AgriGold | A642-18SSPRIB | SSPRIB | - | 17.3 | 56.8 | 254.3 | 254.3 | +| 8 | AgriGold | A6499STXRIB | STXRIB | - | 17.3 | 57.3 | 202.8 | 202.8 | +| 2 | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.0 | 58.9 | 236.3 | 236.3 | +| 11 | AgriGold | A645-71STXRIB | STXRIB | - | 18.4 | 57.3 | 185.0 | 185.0 | + +Top 5 by Yield: A642-18SSPRIB (AgriGold) 254.3, A642-32VT2RIB (AgriGold) 236.3, A640-16DV-RN (AgriGold) 231.4, A631-12SSPRIB (AgriGold) 216.3, A634-11SSPRIB (AgriGold) 211.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145851.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145851.json new file mode 100644 index 00000000..c01216e8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145851.json @@ -0,0 +1,335 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145851", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Hebron", + "county": "Porter", + "year": 2025, + "plot_id": "145851", + "cooperator": "Carson Roeske Ag Services", + "plot_average": 270.08, + "planted_date": "2025-05-08", + "harvested_date": "2025-10-09", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A631-08DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 55.2, + "Yield": 242.6, + "Adj Yield": 242.6 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A630-04AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 57.0, + "Yield": 252.4, + "Adj Yield": 250.45 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 56.2, + "Yield": 237.2, + "Adj Yield": 235.42 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A632-68", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 57.9, + "Yield": 265.3, + "Adj Yield": 263.76 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 56.8, + "Yield": 245.8, + "Adj Yield": 244.46 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 54.1, + "Yield": 247.1, + "Adj Yield": 245.95 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 56.5, + "Yield": 249.6, + "Adj Yield": 248.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 23.3, + "Test Wt.": 55.8, + "Yield": 286.1, + "Adj Yield": 285.37 + } + }, + { + "rank": 20, + "brand": "Pioneer", + "product": "P0953AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 55.6, + "Yield": 238.8, + "Adj Yield": 238.18 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": 54.9, + "Yield": 281.8, + "Adj Yield": 281.36 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 57.8, + "Yield": 264.0, + "Adj Yield": 263.76 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 56.3, + "Yield": 284.5, + "Adj Yield": 284.53 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A640-24", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 56.5, + "Yield": 271.3, + "Adj Yield": 271.52 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 24.3, + "Test Wt.": 55.0, + "Yield": 284.7, + "Adj Yield": 285.08 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P1027AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 55.5, + "Yield": 284.6, + "Adj Yield": 285.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 25.5, + "Test Wt.": 54.2, + "Yield": 277.2, + "Adj Yield": 277.96 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 24.6, + "Test Wt.": 54.9, + "Yield": 293.8, + "Adj Yield": 294.74 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 25.8, + "Test Wt.": 54.5, + "Yield": 284.3, + "Adj Yield": 285.42 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 57.1, + "Yield": 270.8, + "Adj Yield": 272.14 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 57.3, + "Yield": 296.2, + "Adj Yield": 297.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.4, + "Test Wt.": 55.0, + "Yield": 285.1, + "Adj Yield": 286.81 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 58.0, + "Yield": 271.4, + "Adj Yield": 273.29 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A631-08DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 56.0, + "Yield": 238.4, + "Adj Yield": 238.4 + } + } + ], + "n_results": 23, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145851" + ], + "fetched_at": "2026-05-27T02:21:59.275032+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145851.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145851.md new file mode 100644 index 00000000..27807b26 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145851.md @@ -0,0 +1,53 @@ +# Corn yield trial — Hebron, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Porter +- **City:** Hebron +- **Year:** 2025 +- **Plot ID:** 145851 +- **Cooperator:** Carson Roeske Ag Services +- **Plot average:** 270.08 BU/Ac +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-09 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145851 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A631-08DV-RN | 5222 | - | 19.5 | 55.2 | 242.6 | 242.6 | +| 16 | AgriGold | A630-04AA | 3120EZ | - | 19.6 | 57.0 | 252.4 | 250.45 | +| 21 | AgriGold | A631-08VT2RIB | VT2RIB | - | 19.7 | 56.2 | 237.2 | 235.42 | +| 14 | AgriGold | A632-68 | C | - | 18.6 | 57.9 | 265.3 | 263.76 | +| 19 | AgriGold | A634-65TRC | Trecepta | - | 18.3 | 56.8 | 245.8 | 244.46 | +| 18 | AgriGold | A636-16-5222EZ | 5222EZ | - | 21.9 | 54.1 | 247.1 | 245.95 | +| 17 | AgriGold | A637-72VT2RIB | VT2RIB | - | 21.0 | 56.5 | 249.6 | 248.6 | +| 5 | AgriGold | A638-91VT2PRO | VT2Pro | - | 23.3 | 55.8 | 286.1 | 285.37 | +| 20 | Pioneer | P0953AM | AM | - | 23.2 | 55.6 | 238.8 | 238.18 | +| 9 | AgriGold | A639-03VT2RIB | VT2RIB | - | 22.5 | 54.9 | 281.8 | 281.36 | +| 14 | AgriGold | A639-38V-RN | 3220 | - | 21.2 | 57.8 | 264.0 | 263.76 | +| 8 | AgriGold | A640-16-3110 | 3110 | - | 21.3 | 56.3 | 284.5 | 284.53 | +| 13 | AgriGold | A640-24 | C | - | 22.7 | 56.5 | 271.3 | 271.52 | +| 7 | AgriGold | A640-94VT4PRO | VT4Pro | - | 24.3 | 55.0 | 284.7 | 285.08 | +| 6 | Pioneer | P1027AM | AM | - | 23.4 | 55.5 | 284.6 | 285.2 | +| 10 | AgriGold | A641-62D-RN | 5122 | - | 25.5 | 54.2 | 277.2 | 277.96 | +| 2 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 24.6 | 54.9 | 293.8 | 294.74 | +| 4 | AgriGold | A642-18SSPRIB | SSPRIB | - | 25.8 | 54.5 | 284.3 | 285.42 | +| 12 | AgriGold | A642-32 | C | - | 23.4 | 57.1 | 270.8 | 272.14 | +| 1 | AgriGold | A642-32VT2RIB | VT2RIB | - | 23.2 | 57.3 | 296.2 | 297.7 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 24.4 | 55.0 | 285.1 | 286.81 | +| 11 | AgriGold | A645-55VT2PRO | VT2Pro | - | 22.8 | 58.0 | 271.4 | 273.29 | +| - | AgriGold | A631-08DV-RN | 5222 | - | 19.3 | 56.0 | 238.4 | 238.4 | + +Top 5 by Yield: A642-32VT2RIB (AgriGold) 296.2, A642-05VT2RIBD1 (AgriGold) 293.8, A638-91VT2PRO (AgriGold) 286.1, A644-64VT2RIB (AgriGold) 285.1, A640-94VT4PRO (AgriGold) 284.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145877.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145877.json new file mode 100644 index 00000000..8108c23e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145877.json @@ -0,0 +1,387 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145877", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Polo", + "county": "Ogle", + "year": 2025, + "plot_id": "145877", + "cooperator": "Blum Farms", + "plot_average": 236.17, + "planted_date": "2025-05-09", + "harvested_date": "2025-10-24", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 59.1, + "Yield": 236.5, + "Adj Yield": 236.5 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A630-04AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.5, + "Yield": 216.1, + "Adj Yield": 216.1 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 57.9, + "Yield": 230.0, + "Adj Yield": 230.0 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A631-08DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 57.0, + "Yield": 220.8, + "Adj Yield": 220.8 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A631-12SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 57.5, + "Yield": 208.1, + "Adj Yield": 208.1 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.7, + "Yield": 250.7, + "Adj Yield": 250.7 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 57.7, + "Yield": 230.5, + "Adj Yield": 230.5 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 57.5, + "Yield": 220.6, + "Adj Yield": 220.6 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 57.0, + "Yield": 239.5, + "Adj Yield": 239.5 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 57.4, + "Yield": 214.4, + "Adj Yield": 214.4 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 61.2, + "Yield": 248.2, + "Adj Yield": 248.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 59.1, + "Yield": 251.9, + "Adj Yield": 251.9 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 59.3, + "Yield": 232.2, + "Adj Yield": 232.2 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 57.7, + "Yield": 205.6, + "Adj Yield": 205.6 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 58.1, + "Yield": 241.0, + "Adj Yield": 241.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-16DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 56.3, + "Yield": 250.0, + "Adj Yield": 250.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 57.6, + "Yield": 247.4, + "Adj Yield": 247.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 58.3, + "Yield": 257.7, + "Adj Yield": 257.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 57.0, + "Yield": 256.7, + "Adj Yield": 256.7 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 57.8, + "Yield": 226.2, + "Adj Yield": 226.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 58.8, + "Yield": 254.7, + "Adj Yield": 254.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 58.4, + "Yield": 256.2, + "Adj Yield": 256.2 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 60.0, + "Yield": 236.9, + "Adj Yield": 236.9 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 57.8, + "Yield": 230.2, + "Adj Yield": 230.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 60.4, + "Yield": 249.0, + "Adj Yield": 249.0 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 61.5, + "Yield": 224.2, + "Adj Yield": 224.2 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 61.6, + "Yield": 241.4, + "Adj Yield": 241.4 + } + } + ], + "n_results": 27, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145877" + ], + "fetched_at": "2026-05-27T02:21:59.812491+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145877.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145877.md new file mode 100644 index 00000000..5dbd3a27 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145877.md @@ -0,0 +1,57 @@ +# Corn yield trial — Polo, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Ogle +- **City:** Polo +- **Year:** 2025 +- **Plot ID:** 145877 +- **Cooperator:** Blum Farms +- **Plot average:** 236.17 BU/Ac +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-24 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145877 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 15 | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.0 | 59.1 | 236.5 | 236.5 | +| 24 | AgriGold | A630-04AA | 3120EZ | - | 15.8 | 58.5 | 216.1 | 216.1 | +| 19 | AgriGold | A631-08VT2RIB | VT2RIB | - | 15.9 | 57.9 | 230.0 | 230.0 | +| 22 | AgriGold | A631-08DV-RN | 5222 | - | 15.2 | 57.0 | 220.8 | 220.8 | +| 26 | AgriGold | A631-12SSPRIB | SSPRIB | - | 14.6 | 57.5 | 208.1 | 208.1 | +| 6 | AgriGold | A632-68VT2RIB | VT2RIB | - | 15.2 | 60.7 | 250.7 | 250.7 | +| 17 | AgriGold | A634-65TRC | Trecepta | - | 15.8 | 57.7 | 230.5 | 230.5 | +| 23 | AgriGold | A634-11SSPRIB | SSPRIB | - | 15.3 | 57.5 | 220.6 | 220.6 | +| 13 | AgriGold | A636-16-5222EZ | 5222EZ | - | 16.4 | 57.0 | 239.5 | 239.5 | +| 25 | AgriGold | A636-42SSPRIB | SSPRIB | - | 16.0 | 57.4 | 214.4 | 214.4 | +| 9 | AgriGold | A637-72VT2RIB | VT2RIB | - | 16.4 | 61.2 | 248.2 | 248.2 | +| 5 | AgriGold | A638-91VT2PRO | VT2Pro | - | 16.9 | 59.1 | 251.9 | 251.9 | +| 16 | AgriGold | A639-38V-RN | 3220 | - | 16.9 | 59.3 | 232.2 | 232.2 | +| 27 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.7 | 57.7 | 205.6 | 205.6 | +| 12 | AgriGold | A640-94VT4PRO | VT4Pro | - | 17.8 | 58.1 | 241.0 | 241.0 | +| 7 | AgriGold | A640-16DV-RN | 5222 | - | 19.8 | 56.3 | 250.0 | 250.0 | +| 10 | AgriGold | A640-16-3110 | 3110 | - | 18.5 | 57.6 | 247.4 | 247.4 | +| 1 | AgriGold | A641-26V | 3220EZ | - | 18.8 | 58.3 | 257.7 | 257.7 | +| 2 | AgriGold | A641-62D-RN | 5122 | - | 19.2 | 57.0 | 256.7 | 256.7 | +| 20 | AgriGold | A641-85STXRIB | STXRIB | - | 17.5 | 57.8 | 226.2 | 226.2 | +| 4 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.4 | 58.8 | 254.7 | 254.7 | +| 3 | AgriGold | A642-18SSPRIB | SSPRIB | - | 17.2 | 58.4 | 256.2 | 256.2 | +| 14 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.3 | 60.0 | 236.9 | 236.9 | +| 18 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.5 | 57.8 | 230.2 | 230.2 | +| 8 | AgriGold | A645-71STXRIB | STXRIB | - | 18.2 | 60.4 | 249.0 | 249.0 | +| 21 | AgriGold | A645-55VT2PRO | VT2Pro | - | 16.2 | 61.5 | 224.2 | 224.2 | +| 11 | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.1 | 61.6 | 241.4 | 241.4 | + +Top 5 by Yield: A641-26V (AgriGold) 257.7, A641-62D-RN (AgriGold) 256.7, A642-18SSPRIB (AgriGold) 256.2, A642-05VT2RIBD1 (AgriGold) 254.7, A638-91VT2PRO (AgriGold) 251.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145886.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145886.json new file mode 100644 index 00000000..e8c56508 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145886.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145886", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Virginia", + "county": "Cass", + "year": 2025, + "plot_id": "145886", + "cooperator": "Steve and Drake Dotzert", + "plot_average": 244.37, + "planted_date": "2025-04-29", + "harvested_date": "2025-10-10", + "population_seeds_per_acre": 35500, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 58.8, + "Yield": 253.2, + "Adj Yield": 253.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 58.9, + "Yield": 249.7, + "Adj Yield": 249.7 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 57.3, + "Yield": 241.2, + "Adj Yield": 241.2 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A640-16DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 55.8, + "Yield": 232.8, + "Adj Yield": 232.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.6, + "Yield": 253.7, + "Adj Yield": 253.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.8, + "Yield": 248.8, + "Adj Yield": 248.8 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 57.9, + "Yield": 242.2, + "Adj Yield": 242.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 58.2, + "Yield": 254.7, + "Adj Yield": 254.7 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 57.2, + "Yield": 244.1, + "Adj Yield": 244.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.6, + "Yield": 244.2, + "Adj Yield": 244.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 57.7, + "Yield": 250.3, + "Adj Yield": 250.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 56.2, + "Yield": 260.5, + "Adj Yield": 260.5 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 58.3, + "Yield": 236.7, + "Adj Yield": 236.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 58.0, + "Yield": 253.5, + "Adj Yield": 253.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 57.7, + "Yield": 245.7, + "Adj Yield": 245.7 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 57.4, + "Yield": 221.5, + "Adj Yield": 221.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 55.8, + "Yield": 253.2, + "Adj Yield": 253.2 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 56.5, + "Yield": 232.2, + "Adj Yield": 232.2 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 56.3, + "Yield": 233.6, + "Adj Yield": 233.6 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 56.5, + "Yield": 244.9, + "Adj Yield": 244.9 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145886" + ], + "fetched_at": "2026-05-27T02:22:00.297606+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145886.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145886.md new file mode 100644 index 00000000..b02c9790 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145886.md @@ -0,0 +1,50 @@ +# Corn yield trial — Virginia, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Cass +- **City:** Virginia +- **Year:** 2025 +- **Plot ID:** 145886 +- **Cooperator:** Steve and Drake Dotzert +- **Plot average:** 244.37 BU/Ac +- **Planted:** 2025-04-29 +- **Harvested:** 2025-10-10 +- **Population:** 35,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145886 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.5 | 58.8 | 253.2 | 253.2 | +| 7 | AgriGold | A639-38V-RN | 3220 | - | 14.3 | 58.9 | 249.7 | 249.7 | +| 13 | AgriGold | A640-16-3110 | 3110 | - | 15.8 | 57.3 | 241.2 | 241.2 | +| 16 | AgriGold | A640-16DV-RN | 5222 | - | 17.9 | 55.8 | 232.8 | 232.8 | +| 3 | AgriGold | A640-94VT4PRO | VT4Pro | - | 15.8 | 58.6 | 253.7 | 253.7 | +| 8 | AgriGold | A641-26V | 3220EZ | - | 14.9 | 58.8 | 248.8 | 248.8 | +| 12 | AgriGold | A641-62D-RN | 5122 | - | 16.3 | 57.9 | 242.2 | 242.2 | +| 2 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.2 | 58.2 | 254.7 | 254.7 | +| 11 | AgriGold | A642-18SSPRIB | SSPRIB | - | 16.3 | 57.2 | 244.1 | 244.1 | +| 10 | AgriGold | A642-32VT2RIB | VT2RIB | - | 16.1 | 59.6 | 244.2 | 244.2 | +| 6 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.7 | 57.7 | 250.3 | 250.3 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.2 | 56.2 | 260.5 | 260.5 | +| 14 | AgriGold | A645-30VT2RIB | VT2RIB | - | 17.6 | 58.3 | 236.7 | 236.7 | +| 4 | AgriGold | A645-55VT2PRO | VT2Pro | - | 15.9 | 58.0 | 253.5 | 253.5 | +| 9 | AgriGold | A645-71STXRIB | STXRIB | - | 16.8 | 57.7 | 245.7 | 245.7 | +| 18 | AgriGold | A646-17STXRIB | STXRIB | - | 16.4 | 57.4 | 221.5 | 221.5 | +| 5 | AgriGold | A646-30VT2RIB | VT2RIB | - | 17.3 | 55.8 | 253.2 | 253.2 | +| 17 | AgriGold | L6722VT2PRO | VT2Pro | - | 17.2 | 56.5 | 232.2 | 232.2 | +| 15 | AgriGold | L6818VT2PRO | VT2Pro | - | 16.9 | 56.3 | 233.6 | 233.6 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.7 | 56.5 | 244.9 | 244.9 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 260.5, A642-05VT2RIBD1 (AgriGold) 254.7, A640-94VT4PRO (AgriGold) 253.7, A645-55VT2PRO (AgriGold) 253.5, A645-16VT2RIB (AgriGold) 253.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145888.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145888.json new file mode 100644 index 00000000..a02b6733 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145888.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145888", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Havana", + "county": "Fulton", + "year": 2025, + "plot_id": "145888", + "cooperator": "Rodney Richardson", + "plot_average": 243.13, + "planted_date": "2025-05-05", + "harvested_date": "2025-09-19", + "population_seeds_per_acre": 30500, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 17, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 228.4, + "Adj Yield": 228.4 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": null, + "Yield": 240.2, + "Adj Yield": 240.2 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": null, + "Yield": 227.2, + "Adj Yield": 227.2 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": null, + "Yield": 234.4, + "Adj Yield": 234.4 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A640-16DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": null, + "Yield": 243.3, + "Adj Yield": 243.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": null, + "Yield": 247.9, + "Adj Yield": 247.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": null, + "Yield": 246.6, + "Adj Yield": 246.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 24.3, + "Test Wt.": null, + "Yield": 240.7, + "Adj Yield": 240.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 25.1, + "Test Wt.": null, + "Yield": 257.5, + "Adj Yield": 257.5 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": null, + "Yield": 238.4, + "Adj Yield": 238.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.5, + "Test Wt.": null, + "Yield": 240.2, + "Adj Yield": 240.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": null, + "Yield": 245.3, + "Adj Yield": 245.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.9, + "Test Wt.": null, + "Yield": 261.8, + "Adj Yield": 261.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 26.4, + "Test Wt.": null, + "Yield": 261.3, + "Adj Yield": 261.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": null, + "Yield": 245.5, + "Adj Yield": 245.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 23.7, + "Test Wt.": null, + "Yield": 250.8, + "Adj Yield": 250.8 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": null, + "Yield": 234.3, + "Adj Yield": 234.3 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": null, + "Yield": 232.5, + "Adj Yield": 232.5 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145888" + ], + "fetched_at": "2026-05-27T02:22:00.807069+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145888.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145888.md new file mode 100644 index 00000000..6e6d77f1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145888.md @@ -0,0 +1,48 @@ +# Corn yield trial — Havana, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Fulton +- **City:** Havana +- **Year:** 2025 +- **Plot ID:** 145888 +- **Cooperator:** Rodney Richardson +- **Plot average:** 243.13 BU/Ac +- **Planted:** 2025-05-05 +- **Harvested:** 2025-09-19 +- **Population:** 30,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145888 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 17 | AgriGold | A638-19 | C | - | 19.2 | - | 228.4 | 228.4 | +| 12 | AgriGold | A638-91VT2PRO | VT2Pro | - | 20.8 | - | 240.2 | 240.2 | +| 18 | AgriGold | A639-38V-RN | 3220 | - | 19.7 | - | 227.2 | 227.2 | +| 14 | AgriGold | A640-16-3110 | 3110 | - | 19.8 | - | 234.4 | 234.4 | +| 9 | AgriGold | A640-16DV-RN | 5222 | - | 22.9 | - | 243.3 | 243.3 | +| 5 | AgriGold | A641-26V | 3220EZ | - | 21.0 | - | 247.9 | 247.9 | +| 6 | AgriGold | A640-94VT4PRO | VT4Pro | - | 21.2 | - | 246.6 | 246.6 | +| 10 | AgriGold | A641-62D-RN | 5122 | - | 24.3 | - | 240.7 | 240.7 | +| 3 | AgriGold | A642-18SSPRIB | SSPRIB | - | 25.1 | - | 257.5 | 257.5 | +| 13 | AgriGold | A642-32VT2RIB | VT2RIB | - | 22.0 | - | 238.4 | 238.4 | +| 11 | AgriGold | A643-52VT2RIB | VT2RIB | - | 23.5 | - | 240.2 | 240.2 | +| 8 | AgriGold | A644-64VT2RIB | VT2RIB | - | 22.2 | - | 245.3 | 245.3 | +| 1 | AgriGold | A645-16VT2RIB | VT2RIB | - | 25.9 | - | 261.8 | 261.8 | +| 2 | AgriGold | A645-30VT2RIB | VT2RIB | - | 26.4 | - | 261.3 | 261.3 | +| 7 | AgriGold | A645-55VT2PRO | VT2Pro | - | 22.9 | - | 245.5 | 245.5 | +| 4 | AgriGold | A645-71STXRIB | STXRIB | - | 23.7 | - | 250.8 | 250.8 | +| 15 | AgriGold | A646-17STXRIB | STXRIB | - | 24.0 | - | 234.3 | 234.3 | +| 16 | AgriGold | A646-30VT2RIB | VT2RIB | - | 23.2 | - | 232.5 | 232.5 | + +Top 5 by Yield: A645-16VT2RIB (AgriGold) 261.8, A645-30VT2RIB (AgriGold) 261.3, A642-18SSPRIB (AgriGold) 257.5, A645-71STXRIB (AgriGold) 250.8, A641-26V (AgriGold) 247.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145896.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145896.json new file mode 100644 index 00000000..ee994c53 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145896.json @@ -0,0 +1,517 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145896", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Mount Carroll", + "county": "Jo Daviess", + "year": 2025, + "plot_id": "145896", + "cooperator": "Lee & Terry Charles", + "plot_average": 236.96, + "planted_date": "2025-05-10", + "harvested_date": "2025-10-13", + "population_seeds_per_acre": 37000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "Becks", + "product": "5324V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 55.9, + "Yield": 261.0, + "Adj Yield": 261.0 + } + }, + { + "rank": 27, + "brand": "Becks", + "product": "5413Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 56.0, + "Yield": 222.8, + "Adj Yield": 222.8 + } + }, + { + "rank": 23, + "brand": "Becks", + "product": "5470SXP", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 54.5, + "Yield": 228.3, + "Adj Yield": 228.3 + } + }, + { + "rank": 25, + "brand": "Becks", + "product": "6041Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 57.0, + "Yield": 225.7, + "Adj Yield": 225.7 + } + }, + { + "rank": 3, + "brand": "Becks", + "product": "6005VC", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 55.1, + "Yield": 259.7, + "Adj Yield": 259.7 + } + }, + { + "rank": 11, + "brand": "Becks", + "product": "6133V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 55.3, + "Yield": 247.0, + "Adj Yield": 247.0 + } + }, + { + "rank": 10, + "brand": "Becks", + "product": "6258V4P", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 57.7, + "Yield": 247.4, + "Adj Yield": 247.4 + } + }, + { + "rank": 19, + "brand": "Becks", + "product": "6297V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 56.3, + "Yield": 234.4, + "Adj Yield": 234.4 + } + }, + { + "rank": null, + "brand": "Becks", + "product": "5647V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 57.6, + "Yield": 227.0, + "Adj Yield": 227.0 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 56.9, + "Yield": 232.5, + "Adj Yield": 232.5 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 56.0, + "Yield": 233.0, + "Adj Yield": 233.0 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 57.5, + "Yield": 243.4, + "Adj Yield": 243.4 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 56.0, + "Yield": 230.4, + "Adj Yield": 230.4 + } + }, + { + "rank": 28, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 56.5, + "Yield": 220.8, + "Adj Yield": 220.8 + } + }, + { + "rank": 32, + "brand": "AgriGold", + "product": "A631-08DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 55.9, + "Yield": 189.3, + "Adj Yield": 189.3 + } + }, + { + "rank": null, + "brand": "Becks", + "product": "5647V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 57.9, + "Yield": 233.8, + "Adj Yield": 233.8 + } + }, + { + "rank": 29, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 56.7, + "Yield": 217.2, + "Adj Yield": 217.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A630-04D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 59.7, + "Yield": 252.6, + "Adj Yield": 252.6 + } + }, + { + "rank": null, + "brand": "Becks", + "product": "5647V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 57.6, + "Yield": 237.9, + "Adj Yield": 237.9 + } + }, + { + "rank": 9, + "brand": "Golden Harvest", + "product": "G13U96-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 54.1, + "Yield": 247.7, + "Adj Yield": 247.7 + } + }, + { + "rank": 12, + "brand": "Golden Harvest", + "product": "G04M93-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 56.7, + "Yield": 246.6, + "Adj Yield": 246.6 + } + }, + { + "rank": 17, + "brand": "Golden Harvest", + "product": "G08U00-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 55.3, + "Yield": 238.6, + "Adj Yield": 238.6 + } + }, + { + "rank": 15, + "brand": "Golden Harvest", + "product": "G10M87-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 56.5, + "Yield": 240.3, + "Adj Yield": 240.3 + } + }, + { + "rank": 6, + "brand": "Golden Harvest", + "product": "G12U11-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 55.3, + "Yield": 251.3, + "Adj Yield": 251.3 + } + }, + { + "rank": 5, + "brand": "Golden Harvest", + "product": "G13M31-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 53.9, + "Yield": 252.5, + "Adj Yield": 252.5 + } + }, + { + "rank": 7, + "brand": "Becks", + "product": "5608AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 56.0, + "Yield": 249.8, + "Adj Yield": 249.8 + } + }, + { + "rank": 1, + "brand": "Becks", + "product": "5864PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 55.3, + "Yield": 278.9, + "Adj Yield": 278.9 + } + }, + { + "rank": 8, + "brand": "Becks", + "product": "6075PC", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 56.1, + "Yield": 247.7, + "Adj Yield": 247.7 + } + }, + { + "rank": 14, + "brand": "Becks", + "product": "6233PC", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 55.0, + "Yield": 240.8, + "Adj Yield": 240.8 + } + }, + { + "rank": 16, + "brand": "Becks", + "product": "6280TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 56.1, + "Yield": 239.3, + "Adj Yield": 239.3 + } + }, + { + "rank": null, + "brand": "Becks", + "product": "5647V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 57.4, + "Yield": 221.8, + "Adj Yield": 221.8 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 58.0, + "Yield": 225.7, + "Adj Yield": 225.7 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 57.2, + "Yield": 234.9, + "Adj Yield": 234.9 + } + }, + { + "rank": 31, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 55.1, + "Yield": 204.2, + "Adj Yield": 204.2 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 57.1, + "Yield": 225.6, + "Adj Yield": 225.6 + } + }, + { + "rank": 30, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 57.0, + "Yield": 213.3, + "Adj Yield": 213.3 + } + }, + { + "rank": null, + "brand": "Becks", + "product": "5647V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 57.0, + "Yield": 215.8, + "Adj Yield": 215.8 + } + } + ], + "n_results": 37, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145896" + ], + "fetched_at": "2026-05-27T02:22:01.293704+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145896.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145896.md new file mode 100644 index 00000000..32605086 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145896.md @@ -0,0 +1,67 @@ +# Corn yield trial — Mount Carroll, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Jo Daviess +- **City:** Mount Carroll +- **Year:** 2025 +- **Plot ID:** 145896 +- **Cooperator:** Lee & Terry Charles +- **Plot average:** 236.96 BU/Ac +- **Planted:** 2025-05-10 +- **Harvested:** 2025-10-13 +- **Population:** 37,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145896 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | Becks | 5324V | Vorceed | - | 15.0 | 55.9 | 261.0 | 261.0 | +| 27 | Becks | 5413Q | QROME | - | 14.8 | 56.0 | 222.8 | 222.8 | +| 23 | Becks | 5470SXP | SSPRIB | - | 13.9 | 54.5 | 228.3 | 228.3 | +| 25 | Becks | 6041Q | QROME | - | 14.5 | 57.0 | 225.7 | 225.7 | +| 3 | Becks | 6005VC | Vorceed | - | 16.1 | 55.1 | 259.7 | 259.7 | +| 11 | Becks | 6133V | Vorceed | - | 15.8 | 55.3 | 247.0 | 247.0 | +| 10 | Becks | 6258V4P | VT4Pro | - | 15.0 | 57.7 | 247.4 | 247.4 | +| 19 | Becks | 6297V | Vorceed | - | 15.7 | 56.3 | 234.4 | 234.4 | +| - | Becks | 5647V | Vorceed | - | 13.5 | 57.6 | 227.0 | 227.0 | +| 21 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.1 | 56.9 | 232.5 | 232.5 | +| 20 | AgriGold | A641-62D-RN | 5122 | - | 15.3 | 56.0 | 233.0 | 233.0 | +| 13 | AgriGold | A640-94VT4PRO | VT4Pro | - | 14.2 | 57.5 | 243.4 | 243.4 | +| 22 | AgriGold | A636-16-5222EZ | 5222EZ | - | 15.1 | 56.0 | 230.4 | 230.4 | +| 28 | AgriGold | A634-11SSPRIB | SSPRIB | - | 13.1 | 56.5 | 220.8 | 220.8 | +| 32 | AgriGold | A631-08DV-RN | 5222 | - | 12.3 | 55.9 | 189.3 | 189.3 | +| - | Becks | 5647V | Vorceed | - | 13.9 | 57.9 | 233.8 | 233.8 | +| 29 | AgriGold | A636-42SSPRIB | SSPRIB | - | 12.8 | 56.7 | 217.2 | 217.2 | +| 4 | AgriGold | A630-04D | 5122EZ | - | 12.1 | 59.7 | 252.6 | 252.6 | +| - | Becks | 5647V | Vorceed | - | 13.9 | 57.6 | 237.9 | 237.9 | +| 9 | Golden Harvest | G13U96-DV | 5222EZ | - | 17.0 | 54.1 | 247.7 | 247.7 | +| 12 | Golden Harvest | G04M93-AA | 3220EZ | - | 16.0 | 56.7 | 246.6 | 246.6 | +| 17 | Golden Harvest | G08U00-V | 3220EZ | - | 15.9 | 55.3 | 238.6 | 238.6 | +| 15 | Golden Harvest | G10M87-AA | 3120EZ | - | 17.1 | 56.5 | 240.3 | 240.3 | +| 6 | Golden Harvest | G12U11-AA | 3220EZ | - | 16.5 | 55.3 | 251.3 | 251.3 | +| 5 | Golden Harvest | G13M31-AA | 3220EZ | - | 17.5 | 53.9 | 252.5 | 252.5 | +| 7 | Becks | 5608AM | AM | - | 14.9 | 56.0 | 249.8 | 249.8 | +| 1 | Becks | 5864PCE | PCE | - | 15.8 | 55.3 | 278.9 | 278.9 | +| 8 | Becks | 6075PC | PCE | - | 15.1 | 56.1 | 247.7 | 247.7 | +| 14 | Becks | 6233PC | PCE | - | 14.8 | 55.0 | 240.8 | 240.8 | +| 16 | Becks | 6280TCV2P | TreceptaRIB | - | 14.1 | 56.1 | 239.3 | 239.3 | +| - | Becks | 5647V | Vorceed | - | 13.6 | 57.4 | 221.8 | 221.8 | +| 24 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.1 | 58.0 | 225.7 | 225.7 | +| 18 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 13.1 | 57.2 | 234.9 | 234.9 | +| 31 | AgriGold | A634-65TRC | Trecepta | - | 12.2 | 55.1 | 204.2 | 204.2 | +| 26 | AgriGold | A632-68VT2RIB | VT2RIB | - | 12.3 | 57.1 | 225.6 | 225.6 | +| 30 | AgriGold | A631-08VT2RIB | VT2RIB | - | 12.1 | 57.0 | 213.3 | 213.3 | +| - | Becks | 5647V | Vorceed | - | 13.6 | 57.0 | 215.8 | 215.8 | + +Top 5 by Yield: 5864PCE (Becks) 278.9, 5324V (Becks) 261.0, 6005VC (Becks) 259.7, A630-04D (AgriGold) 252.6, G13M31-AA (Golden Harvest) 252.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145912.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145912.json new file mode 100644 index 00000000..03ef20f7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145912.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145912", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Lansing", + "county": "Allamakee", + "year": 2025, + "plot_id": "145912", + "cooperator": "Ross Steiber", + "plot_average": 265.4, + "planted_date": "2025-05-09", + "harvested_date": "2025-10-17", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 53.4, + "Yield": 276.2, + "Adj Yield": 276.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 27.1, + "Test Wt.": 53.1, + "Yield": 306.4, + "Adj Yield": 306.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 25.7, + "Test Wt.": 54.5, + "Yield": 257.4, + "Adj Yield": 257.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 24.8, + "Test Wt.": 52.6, + "Yield": 282.2, + "Adj Yield": 282.2 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 25.9, + "Test Wt.": 52.5, + "Yield": 283.1, + "Adj Yield": 283.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 25.7, + "Test Wt.": 54.0, + "Yield": 334.0, + "Adj Yield": 334.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 53.0, + "Yield": 313.2, + "Adj Yield": 313.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 54.6, + "Yield": 283.3, + "Adj Yield": 283.3 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 52.4, + "Yield": 200.9, + "Adj Yield": 200.9 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": 51.1, + "Yield": 242.3, + "Adj Yield": 242.3 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 53.2, + "Yield": 245.0, + "Adj Yield": 245.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 55.9, + "Yield": 228.9, + "Adj Yield": 228.9 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 54.6, + "Yield": 240.6, + "Adj Yield": 240.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A630-04AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 55.2, + "Yield": 256.1, + "Adj Yield": 256.1 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A625-78VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 55.2, + "Yield": 226.0, + "Adj Yield": 226.0 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145912" + ], + "fetched_at": "2026-05-27T02:22:01.783309+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145912.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145912.md new file mode 100644 index 00000000..82da968d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145912.md @@ -0,0 +1,45 @@ +# Corn yield trial — Lansing, IA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Allamakee +- **City:** Lansing +- **Year:** 2025 +- **Plot ID:** 145912 +- **Cooperator:** Ross Steiber +- **Plot average:** 265.4 BU/Ac +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-17 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145912 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | AgriGold | A642-32VT2RIB | VT2RIB | - | 23.2 | 53.4 | 276.2 | 276.2 | +| 3 | AgriGold | A640-16-3110 | 3110 | - | 27.1 | 53.1 | 306.4 | 306.4 | +| 7 | AgriGold | A639-38V-RN | 3220 | - | 25.7 | 54.5 | 257.4 | 257.4 | +| 5 | AgriGold | A638-19 | C | - | 24.8 | 52.6 | 282.2 | 282.2 | +| - | AgriGold | A636-16-5222EZ | 5222EZ | - | 25.9 | 52.5 | 283.1 | 283.1 | +| 1 | AgriGold | A638-91VT2PRO | VT2Pro | - | 25.7 | 54.0 | 334.0 | 334.0 | +| 2 | AgriGold | A637-72VT2RIB | VT2RIB | - | 22.6 | 53.0 | 313.2 | 313.2 | +| 4 | AgriGold | A636-42SSPRIB | SSPRIB | - | 20.8 | 54.6 | 283.3 | 283.3 | +| 13 | AgriGold | A634-65TRC | Trecepta | - | 17.1 | 52.4 | 200.9 | 200.9 | +| - | AgriGold | A636-16-5222EZ | 5222EZ | - | 23.1 | 51.1 | 242.3 | 242.3 | +| 9 | AgriGold | A634-11SSPRIB | SSPRIB | - | 19.9 | 53.2 | 245.0 | 245.0 | +| 11 | AgriGold | A632-68VT2RIB | VT2RIB | - | 17.6 | 55.9 | 228.9 | 228.9 | +| 10 | AgriGold | A631-08VT2RIB | VT2RIB | - | 18.4 | 54.6 | 240.6 | 240.6 | +| 8 | AgriGold | A630-04AA | 3120EZ | - | 19.1 | 55.2 | 256.1 | 256.1 | +| 12 | AgriGold | A625-78VT2RIB | VT2RIB | - | 16.7 | 55.2 | 226.0 | 226.0 | + +Top 5 by Yield: A638-91VT2PRO (AgriGold) 334.0, A637-72VT2RIB (AgriGold) 313.2, A640-16-3110 (AgriGold) 306.4, A636-42SSPRIB (AgriGold) 283.3, A636-16-5222EZ (AgriGold) 283.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145918.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145918.json new file mode 100644 index 00000000..849d7385 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145918.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145918", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Illinois City", + "county": "Rock Island", + "year": 2025, + "plot_id": "145918", + "cooperator": "Tyson Freyermuth", + "plot_average": 255.59, + "planted_date": "2025-05-09", + "harvested_date": "2025-10-14", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 62.0, + "Yield": 240.0, + "Adj Yield": 240.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A632-68", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 61.1, + "Yield": 233.9, + "Adj Yield": 233.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A636-39", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 61.1, + "Yield": 236.0, + "Adj Yield": 236.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 59.9, + "Yield": 257.1, + "Adj Yield": 257.1 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P0924", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 62.0, + "Yield": 268.6, + "Adj Yield": 268.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A640-24", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 60.9, + "Yield": 277.9, + "Adj Yield": 277.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 61.8, + "Yield": 254.4, + "Adj Yield": 254.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 62.1, + "Yield": 262.1, + "Adj Yield": 262.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 61.8, + "Yield": 254.7, + "Adj Yield": 254.7 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 62.0, + "Yield": 268.3, + "Adj Yield": 268.3 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145918" + ], + "fetched_at": "2026-05-27T02:22:02.289106+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145918.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145918.md new file mode 100644 index 00000000..8586ce07 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145918.md @@ -0,0 +1,40 @@ +# Corn yield trial — Illinois City, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Rock Island +- **City:** Illinois City +- **Year:** 2025 +- **Plot ID:** 145918 +- **Cooperator:** Tyson Freyermuth +- **Plot average:** 255.59 BU/Ac +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-14 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145918 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A642-32 | C | - | 14.9 | 62.0 | 240.0 | 240.0 | +| 8 | AgriGold | A632-68 | C | - | 14.2 | 61.1 | 233.9 | 233.9 | +| 7 | AgriGold | A636-39 | C | - | 14.8 | 61.1 | 236.0 | 236.0 | +| 4 | AgriGold | A638-19 | C | - | 14.9 | 59.9 | 257.1 | 257.1 | +| 2 | Pioneer | P0924 | C | - | 15.7 | 62.0 | 268.6 | 268.6 | +| 1 | AgriGold | A640-24 | C | - | 14.8 | 60.9 | 277.9 | 277.9 | +| 6 | AgriGold | A642-32 | C | - | 15.1 | 61.8 | 254.4 | 254.4 | +| 3 | AgriGold | A644-19 | C | - | 15.3 | 62.1 | 262.1 | 262.1 | +| 5 | AgriGold | A645-16 | C | - | 15.9 | 61.8 | 254.7 | 254.7 | +| - | AgriGold | A642-32 | C | - | 14.4 | 62.0 | 268.3 | 268.3 | + +Top 5 by Yield: A640-24 (AgriGold) 277.9, P0924 (Pioneer) 268.6, A642-32 (AgriGold) 268.3, A644-19 (AgriGold) 262.1, A638-19 (AgriGold) 257.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145922.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145922.json new file mode 100644 index 00000000..f1938a44 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145922.json @@ -0,0 +1,335 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145922", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Maquon", + "county": "Knox", + "year": 2025, + "plot_id": "145922", + "cooperator": "Gary & Brett Walker", + "plot_average": 265.92, + "planted_date": "2025-05-09", + "harvested_date": "2025-10-16", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Veltyma", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 60.7, + "Yield": 252.8, + "Adj Yield": 252.8 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 58.5, + "Yield": 258.2, + "Adj Yield": 258.2 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 55.7, + "Yield": 233.2, + "Adj Yield": 233.2 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 59.1, + "Yield": 261.1, + "Adj Yield": 261.1 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P1027AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.5, + "Yield": 272.1, + "Adj Yield": 272.1 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 56.1, + "Yield": 255.3, + "Adj Yield": 255.3 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 56.4, + "Yield": 263.4, + "Adj Yield": 263.4 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 58.0, + "Yield": 244.9, + "Adj Yield": 244.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 63.0, + "Yield": 278.0, + "Adj Yield": 278.0 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 56.5, + "Yield": 262.8, + "Adj Yield": 262.8 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P11616PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 59.5, + "Yield": 273.9, + "Adj Yield": 273.9 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 57.5, + "Yield": 261.0, + "Adj Yield": 261.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 57.8, + "Yield": 267.7, + "Adj Yield": 267.7 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 58.6, + "Yield": 293.9, + "Adj Yield": 293.9 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 56.4, + "Yield": 264.9, + "Adj Yield": 264.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 57.8, + "Yield": 278.7, + "Adj Yield": 278.7 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 56.8, + "Yield": 249.3, + "Adj Yield": 249.3 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 59.0, + "Yield": 269.9, + "Adj Yield": 269.9 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 56.1, + "Yield": 270.2, + "Adj Yield": 270.2 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 58.3, + "Yield": 268.4, + "Adj Yield": 268.4 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 58.9, + "Yield": 260.6, + "Adj Yield": 260.6 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 58.9, + "Yield": 259.6, + "Adj Yield": 259.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 58.3, + "Yield": 271.6, + "Adj Yield": 271.6 + } + } + ], + "n_results": 23, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145922" + ], + "fetched_at": "2026-05-27T02:22:02.779426+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145922.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145922.md new file mode 100644 index 00000000..93362cfd --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145922.md @@ -0,0 +1,54 @@ +# Corn yield trial — Maquon, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Knox +- **City:** Maquon +- **Year:** 2025 +- **Plot ID:** 145922 +- **Cooperator:** Gary & Brett Walker +- **Plot average:** 265.92 BU/Ac +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-16 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Veltyma +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145922 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A6499STXRIB | STXRIB | - | 17.4 | 60.7 | 252.8 | 252.8 | +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 18.5 | 58.5 | 258.2 | 258.2 | +| 18 | AgriGold | A639-03VT2RIB | VT2RIB | - | 17.2 | 55.7 | 233.2 | 233.2 | +| 13 | AgriGold | A639-38V-RN | 3220 | - | 18.1 | 59.1 | 261.1 | 261.1 | +| 5 | Pioneer | P1027AM | AM | - | 16.8 | 58.5 | 272.1 | 272.1 | +| 16 | AgriGold | A640-94VT4PRO | VT4Pro | - | 19.0 | 56.1 | 255.3 | 255.3 | +| 11 | AgriGold | A641-62D-RN | 5122 | - | 19.7 | 56.4 | 263.4 | 263.4 | +| - | AgriGold | A6499STXRIB | STXRIB | - | 17.6 | 58.0 | 244.9 | 244.9 | +| 3 | AgriGold | A642-18SSPRIB | SSPRIB | - | 16.1 | 63.0 | 278.0 | 278.0 | +| 12 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 18.1 | 56.5 | 262.8 | 262.8 | +| 4 | Pioneer | P11616PCE | PCE | - | 17.2 | 59.5 | 273.9 | 273.9 | +| 14 | AgriGold | A642-32VT2RIB | VT2RIB | - | 18.6 | 57.5 | 261.0 | 261.0 | +| 9 | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.2 | 57.8 | 267.7 | 267.7 | +| 1 | Pioneer | P13777PCE | PCE | - | 18.4 | 58.6 | 293.9 | 293.9 | +| 10 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.3 | 56.4 | 264.9 | 264.9 | +| 2 | AgriGold | A645-71STXRIB | STXRIB | - | 17.8 | 57.8 | 278.7 | 278.7 | +| 17 | AgriGold | A646-17STXRIB | STXRIB | - | 18.6 | 56.8 | 249.3 | 249.3 | +| 8 | Pioneer | P14830Q | QROME | - | 17.1 | 59.0 | 269.9 | 269.9 | +| 7 | Pioneer | P1742Q | QROME | - | 19.2 | 56.1 | 270.2 | 270.2 | +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 19.4 | 58.3 | 268.4 | 268.4 | +| - | AgriGold | A6499STXRIB | STXRIB | - | 17.5 | 58.9 | 260.6 | 260.6 | +| 15 | AgriGold | A6499STXRIB | STXRIB | - | 17.5 | 58.9 | 259.6 | 259.6 | +| 6 | AgriGold | A642-32VT2RIB | VT2RIB | - | 19.4 | 58.3 | 271.6 | 271.6 | + +Top 5 by Yield: P13777PCE (Pioneer) 293.9, A645-71STXRIB (AgriGold) 278.7, A642-18SSPRIB (AgriGold) 278.0, P11616PCE (Pioneer) 273.9, P1027AM (Pioneer) 272.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145925.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145925.json new file mode 100644 index 00000000..2f08bdde --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145925.json @@ -0,0 +1,309 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145925", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Colesburg", + "county": "Delaware", + "year": 2025, + "plot_id": "145925", + "cooperator": "Steve Lueken", + "plot_average": 248.06, + "planted_date": "2025-05-11", + "harvested_date": "2025-10-12", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Veltyma", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "Channel", + "product": "211-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 55.4, + "Yield": 252.9, + "Adj Yield": 252.9 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 54.4, + "Yield": 236.0, + "Adj Yield": 236.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 56.8, + "Yield": 259.5, + "Adj Yield": 259.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 57.5, + "Yield": 252.6, + "Adj Yield": 252.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 24.8, + "Test Wt.": 54.5, + "Yield": 264.3, + "Adj Yield": 264.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 256.8, + "Adj Yield": 256.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 55.8, + "Yield": 274.1, + "Adj Yield": 274.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A639-91SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 55.7, + "Yield": 250.5, + "Adj Yield": 250.5 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P0859AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 55.5, + "Yield": 255.0, + "Adj Yield": 255.0 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 55.5, + "Yield": 225.4, + "Adj Yield": 225.4 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 54.2, + "Yield": 242.8, + "Adj Yield": 242.8 + } + }, + { + "rank": 10, + "brand": "Channel", + "product": "207-34SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 53.8, + "Yield": 249.9, + "Adj Yield": 249.9 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 57.9, + "Yield": 224.1, + "Adj Yield": 224.1 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 54.9, + "Yield": 240.4, + "Adj Yield": 240.4 + } + }, + { + "rank": 13, + "brand": "Becks", + "product": "5647V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 55.9, + "Yield": 240.7, + "Adj Yield": 240.7 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 55.3, + "Yield": 243.4, + "Adj Yield": 243.4 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 55.6, + "Yield": 242.4, + "Adj Yield": 242.4 + } + }, + { + "rank": 3, + "brand": "Channel", + "product": "205-08SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 57.0, + "Yield": 263.1, + "Adj Yield": 263.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 55.0, + "Yield": 233.0, + "Adj Yield": 233.0 + } + }, + { + "rank": 15, + "brand": "Channel", + "product": "206-47VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 57.4, + "Yield": 238.1, + "Adj Yield": 238.1 + } + }, + { + "rank": 16, + "brand": "Becks", + "product": "5324V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 57.1, + "Yield": 231.8, + "Adj Yield": 231.8 + } + } + ], + "n_results": 21, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145925" + ], + "fetched_at": "2026-05-27T02:22:03.313418+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145925.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145925.md new file mode 100644 index 00000000..7a85142c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145925.md @@ -0,0 +1,52 @@ +# Corn yield trial — Colesburg, IA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Delaware +- **City:** Colesburg +- **Year:** 2025 +- **Plot ID:** 145925 +- **Cooperator:** Steve Lueken +- **Plot average:** 248.06 BU/Ac +- **Planted:** 2025-05-11 +- **Harvested:** 2025-10-12 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Veltyma +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145925 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | Channel | 211-11SSPRIB | SSPRIB | - | 20.0 | 55.4 | 252.9 | 252.9 | +| - | AgriGold | A636-16-5222EZ | 5222EZ | - | 20.2 | 54.4 | 236.0 | 236.0 | +| 4 | AgriGold | A638-91VT2PRO | VT2Pro | - | 19.7 | 56.8 | 259.5 | 259.5 | +| 8 | AgriGold | A642-32VT2RIB | VT2RIB | - | 21.8 | 57.5 | 252.6 | 252.6 | +| 2 | AgriGold | A642-18SSPRIB | SSPRIB | - | 24.8 | 54.5 | 264.3 | 264.3 | +| 5 | AgriGold | A640-16-3110 | 3110 | - | 20.9 | - | 256.8 | 256.8 | +| 1 | AgriGold | A640-94VT4PRO | VT4Pro | - | 20.3 | 55.8 | 274.1 | 274.1 | +| 9 | AgriGold | A639-91SSPRIB | SSPRIB | - | 19.5 | 55.7 | 250.5 | 250.5 | +| 6 | Pioneer | P0859AM | AM | - | 20.5 | 55.5 | 255.0 | 255.0 | +| 17 | AgriGold | A638-19 | C | - | 20.5 | 55.5 | 225.4 | 225.4 | +| - | AgriGold | A636-16-5222EZ | 5222EZ | - | 20.9 | 54.2 | 242.8 | 242.8 | +| 10 | Channel | 207-34SSPRIB | SSPRIB | - | 21.2 | 53.8 | 249.9 | 249.9 | +| 18 | AgriGold | - | - | - | 19.7 | 57.9 | 224.1 | 224.1 | +| 14 | AgriGold | A634-65TRC | Trecepta | - | 18.0 | 54.9 | 240.4 | 240.4 | +| 13 | Becks | 5647V | Vorceed | - | 20.3 | 55.9 | 240.7 | 240.7 | +| 11 | AgriGold | A634-11SSPRIB | SSPRIB | - | 19.0 | 55.3 | 243.4 | 243.4 | +| 12 | AgriGold | A631-08VT2RIB | VT2RIB | - | 18.1 | 55.6 | 242.4 | 242.4 | +| 3 | Channel | 205-08SSPRIB | SSPRIB | - | 19.9 | 57.0 | 263.1 | 263.1 | +| - | AgriGold | A636-16-5222EZ | 5222EZ | - | 20.6 | 55.0 | 233.0 | 233.0 | +| 15 | Channel | 206-47VT4PRIB | VT4RIB | - | 17.9 | 57.4 | 238.1 | 238.1 | +| 16 | Becks | 5324V | Vorceed | - | 18.6 | 57.1 | 231.8 | 231.8 | + +Top 5 by Yield: A640-94VT4PRO (AgriGold) 274.1, A642-18SSPRIB (AgriGold) 264.3, 205-08SSPRIB (Channel) 263.1, A638-91VT2PRO (AgriGold) 259.5, A640-16-3110 (AgriGold) 256.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145926.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145926.json new file mode 100644 index 00000000..be9ea4f0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145926.json @@ -0,0 +1,413 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145926", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Erie", + "county": "Whiteside", + "year": 2025, + "plot_id": "145926", + "cooperator": "Paul J Rosenow", + "plot_average": 273.11, + "planted_date": "2025-05-10", + "harvested_date": "2025-10-05", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "Headline AMP", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 57.8, + "Yield": 300.5, + "Adj Yield": 300.5 + } + }, + { + "rank": 29, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 56.3, + "Yield": 246.1, + "Adj Yield": 246.1 + } + }, + { + "rank": 17, + "brand": "Dairyland", + "product": "DS-4833V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 57.5, + "Yield": 272.5, + "Adj Yield": 272.5 + } + }, + { + "rank": 7, + "brand": "Dairyland", + "product": "DS-4810PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 58.3, + "Yield": 279.3, + "Adj Yield": 279.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 58.8, + "Yield": 283.8, + "Adj Yield": 283.8 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 57.9, + "Yield": 254.8, + "Adj Yield": 254.8 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 58.6, + "Yield": 277.2, + "Adj Yield": 277.2 + } + }, + { + "rank": 16, + "brand": "Dairyland", + "product": "DS-5088PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 58.2, + "Yield": 272.7, + "Adj Yield": 272.7 + } + }, + { + "rank": 12, + "brand": "Dairyland", + "product": "DS-5095AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 57.6, + "Yield": 275.4, + "Adj Yield": 275.4 + } + }, + { + "rank": 13, + "brand": "Dairyland", + "product": "DS-4973V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 56.6, + "Yield": 275.2, + "Adj Yield": 275.2 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 57.4, + "Yield": 273.7, + "Adj Yield": 273.7 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 57.3, + "Yield": 274.1, + "Adj Yield": 274.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 56.7, + "Yield": 294.0, + "Adj Yield": 294.0 + } + }, + { + "rank": 28, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 56.8, + "Yield": 254.7, + "Adj Yield": 254.7 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 55.6, + "Yield": 267.5, + "Adj Yield": 267.5 + } + }, + { + "rank": 20, + "brand": "Dairyland", + "product": "DS-5128PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 56.1, + "Yield": 270.9, + "Adj Yield": 270.9 + } + }, + { + "rank": 4, + "brand": "Dairyland", + "product": "DS-5252PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 57.1, + "Yield": 289.5, + "Adj Yield": 289.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 57.6, + "Yield": 277.7, + "Adj Yield": 277.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 58.6, + "Yield": 279.2, + "Adj Yield": 279.2 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 58.1, + "Yield": 254.8, + "Adj Yield": 254.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 57.1, + "Yield": 281.8, + "Adj Yield": 281.8 + } + }, + { + "rank": 21, + "brand": "Wyffels", + "product": "W7499RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 56.2, + "Yield": 270.4, + "Adj Yield": 270.4 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 57.3, + "Yield": 263.6, + "Adj Yield": 263.6 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 57.4, + "Yield": 276.1, + "Adj Yield": 276.1 + } + }, + { + "rank": 19, + "brand": "Dairyland", + "product": "DS-5394PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 57.7, + "Yield": 271.3, + "Adj Yield": 271.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 57.7, + "Yield": 290.2, + "Adj Yield": 290.2 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 57.4, + "Yield": 259.3, + "Adj Yield": 259.3 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 58.4, + "Yield": 261.7, + "Adj Yield": 261.7 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 57.6, + "Yield": 272.3, + "Adj Yield": 272.3 + } + } + ], + "n_results": 29, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145926" + ], + "fetched_at": "2026-05-27T02:22:03.817793+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145926.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145926.md new file mode 100644 index 00000000..0e34542f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145926.md @@ -0,0 +1,60 @@ +# Corn yield trial — Erie, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Whiteside +- **City:** Erie +- **Year:** 2025 +- **Plot ID:** 145926 +- **Cooperator:** Paul J Rosenow +- **Plot average:** 273.11 BU/Ac +- **Planted:** 2025-05-10 +- **Harvested:** 2025-10-05 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **Fungicide:** Headline AMP +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145926 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A642-18SSPRIB | SSPRIB | - | 21.5 | 57.8 | 300.5 | 300.5 | +| 29 | AgriGold | A636-16-5222EZ | 5222EZ | - | 20.4 | 56.3 | 246.1 | 246.1 | +| 17 | Dairyland | DS-4833V | Vorceed | - | 18.8 | 57.5 | 272.5 | 272.5 | +| 7 | Dairyland | DS-4810PCE | PCE | - | 18.5 | 58.3 | 279.3 | 279.3 | +| 5 | AgriGold | A638-91VT2PRO | VT2Pro | - | 17.8 | 58.8 | 283.8 | 283.8 | +| 26 | AgriGold | A639-03VT2RIB | VT2RIB | - | 17.7 | 57.9 | 254.8 | 254.8 | +| 10 | AgriGold | A639-38V-RN | 3220 | - | 17.4 | 58.6 | 277.2 | 277.2 | +| 16 | Dairyland | DS-5088PCE | PCE | - | 18.1 | 58.2 | 272.7 | 272.7 | +| 12 | Dairyland | DS-5095AM | AM | - | 18.3 | 57.6 | 275.4 | 275.4 | +| 13 | Dairyland | DS-4973V | Vorceed | - | 18.1 | 56.6 | 275.2 | 275.2 | +| 15 | AgriGold | A640-94VT4PRO | VT4Pro | - | 18.3 | 57.4 | 273.7 | 273.7 | +| 14 | AgriGold | A640-16-3110 | 3110 | - | 19.9 | 57.3 | 274.1 | 274.1 | +| 2 | AgriGold | A642-18SSPRIB | SSPRIB | - | 20.9 | 56.7 | 294.0 | 294.0 | +| 28 | AgriGold | A641-85STXRIB | STXRIB | - | 20.1 | 56.8 | 254.7 | 254.7 | +| 22 | AgriGold | A641-62D-RN | 5122 | - | 21.0 | 55.6 | 267.5 | 267.5 | +| 20 | Dairyland | DS-5128PCE | PCE | - | 20.1 | 56.1 | 270.9 | 270.9 | +| 4 | Dairyland | DS-5252PCE | PCE | - | 19.0 | 57.1 | 289.5 | 289.5 | +| 9 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 19.2 | 57.6 | 277.7 | 277.7 | +| 8 | AgriGold | A642-32VT2RIB | VT2RIB | - | 19.7 | 58.6 | 279.2 | 279.2 | +| 27 | AgriGold | A6499STXRIB | STXRIB | - | 19.7 | 58.1 | 254.8 | 254.8 | +| 6 | AgriGold | A642-18SSPRIB | SSPRIB | - | 20.6 | 57.1 | 281.8 | 281.8 | +| 21 | Wyffels | W7499RIB | VT2RIB | - | 21.1 | 56.2 | 270.4 | 270.4 | +| 23 | AgriGold | A643-52VT2RIB | VT2RIB | - | 20.0 | 57.3 | 263.6 | 263.6 | +| 11 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.9 | 57.4 | 276.1 | 276.1 | +| 19 | Dairyland | DS-5394PCE | PCE | - | 20.0 | 57.7 | 271.3 | 271.3 | +| 3 | AgriGold | A645-16VT2RIB | VT2RIB | - | 20.5 | 57.7 | 290.2 | 290.2 | +| 25 | AgriGold | A645-30VT2RIB | VT2RIB | - | 21.4 | 57.4 | 259.3 | 259.3 | +| 24 | AgriGold | A645-71STXRIB | STXRIB | - | 20.7 | 58.4 | 261.7 | 261.7 | +| 18 | AgriGold | A642-18SSPRIB | SSPRIB | - | 20.3 | 57.6 | 272.3 | 272.3 | + +Top 5 by Yield: A642-18SSPRIB (AgriGold) 300.5, A642-18SSPRIB (AgriGold) 294.0, A645-16VT2RIB (AgriGold) 290.2, DS-5252PCE (Dairyland) 289.5, A638-91VT2PRO (AgriGold) 283.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145955.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145955.json new file mode 100644 index 00000000..266c49f2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145955.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145955", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Newman Grove", + "county": "Platte", + "year": 2025, + "plot_id": "145955", + "cooperator": "Jacob Preister", + "plot_average": 227.99, + "planted_date": "2025-04-29", + "harvested_date": "2025-10-19", + "population_seeds_per_acre": 32500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 60.2, + "Yield": 215.5, + "Adj Yield": 215.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 59.8, + "Yield": 239.4, + "Adj Yield": 245.24 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 58.3, + "Yield": 227.4, + "Adj Yield": 231.93 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 58.9, + "Yield": 260.0, + "Adj Yield": 263.48 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 57.6, + "Yield": 168.9, + "Adj Yield": 171.74 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 56.6, + "Yield": 206.2, + "Adj Yield": 208.65 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 57.5, + "Yield": 236.2, + "Adj Yield": 238.81 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 57.6, + "Yield": 234.1, + "Adj Yield": 237.67 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 59.7, + "Yield": 216.6, + "Adj Yield": 216.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 57.8, + "Yield": 232.0, + "Adj Yield": 233.88 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 59.1, + "Yield": 221.9, + "Adj Yield": 219.15 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 58.5, + "Yield": 237.2, + "Adj Yield": 229.33 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 58.5, + "Yield": 237.2, + "Adj Yield": 237.2 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145955" + ], + "fetched_at": "2026-05-27T02:22:04.278687+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145955.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145955.md new file mode 100644 index 00000000..95f5fce3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145955.md @@ -0,0 +1,42 @@ +# Corn yield trial — Newman Grove, NE, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Platte +- **City:** Newman Grove +- **Year:** 2025 +- **Plot ID:** 145955 +- **Cooperator:** Jacob Preister +- **Plot average:** 227.99 BU/Ac +- **Planted:** 2025-04-29 +- **Harvested:** 2025-10-19 +- **Population:** 32,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145955 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 16.7 | 60.2 | 215.5 | 215.5 | +| 2 | AgriGold | A638-91VT2PRO | VT2Pro | - | 15.1 | 59.8 | 239.4 | 245.24 | +| 6 | AgriGold | A640-16-3110 | 3110 | - | 16.5 | 58.3 | 227.4 | 231.93 | +| 1 | AgriGold | A640-94VT4PRO | VT4Pro | - | 15.7 | 58.9 | 260.0 | 263.48 | +| 10 | AgriGold | A641-62D-RN | 5122 | - | 17.3 | 57.6 | 168.9 | 171.74 | +| 9 | AgriGold | A641-26V | 3220EZ | - | 17.5 | 56.6 | 206.2 | 208.65 | +| 3 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.7 | 57.5 | 236.2 | 238.81 | +| 4 | AgriGold | A642-18SSPRIB | SSPRIB | - | 17.9 | 57.6 | 234.1 | 237.67 | +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 16.8 | 59.7 | 216.6 | 216.6 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.7 | 57.8 | 232.0 | 233.88 | +| 8 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.3 | 59.1 | 221.9 | 219.15 | +| 7 | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.5 | 58.5 | 237.2 | 229.33 | +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.5 | 58.5 | 237.2 | 237.2 | + +Top 5 by Yield: A640-94VT4PRO (AgriGold) 260.0, A638-91VT2PRO (AgriGold) 239.4, A642-32VT2RIB (AgriGold) 237.2, A642-32VT2RIB (AgriGold) 237.2, A642-05VT2RIBD1 (AgriGold) 236.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145957.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145957.json new file mode 100644 index 00000000..eb6fa115 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145957.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145957", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Winchester", + "county": "Scott", + "year": 2025, + "plot_id": "145957", + "cooperator": "Jeff & James Spencer", + "plot_average": 257.86, + "planted_date": "2025-05-12", + "harvested_date": "2025-09-29", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 3, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 57.1, + "Yield": 263.7, + "Adj Yield": 263.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 57.0, + "Yield": 258.8, + "Adj Yield": 262.2 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 57.6, + "Yield": 243.8, + "Adj Yield": 246.65 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 52.8, + "Yield": 273.3, + "Adj Yield": 275.59 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 57.7, + "Yield": 262.7, + "Adj Yield": 264.43 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P12517V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 51.8, + "Yield": 261.6, + "Adj Yield": 262.73 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 51.8, + "Yield": 249.8, + "Adj Yield": 250.37 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 63.5, + "Yield": 274.7, + "Adj Yield": 274.72 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.6, + "Test Wt.": 49.0, + "Yield": 250.3, + "Adj Yield": 249.74 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 54.5, + "Yield": 274.9, + "Adj Yield": 273.8 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 57.7, + "Yield": 250.5, + "Adj Yield": 248.82 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 59.0, + "Yield": 243.8, + "Adj Yield": 241.53 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 57.1, + "Yield": 242.5, + "Adj Yield": 239.72 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": 56.0, + "Yield": 265.3, + "Adj Yield": 261.91 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 55.7, + "Yield": 271.6, + "Adj Yield": 271.6 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145957" + ], + "fetched_at": "2026-05-27T02:22:04.805021+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145957.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145957.md new file mode 100644 index 00000000..415e04c6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145957.md @@ -0,0 +1,45 @@ +# Corn yield trial — Winchester, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Scott +- **City:** Winchester +- **Year:** 2025 +- **Plot ID:** 145957 +- **Cooperator:** Jeff & James Spencer +- **Plot average:** 257.86 BU/Ac +- **Planted:** 2025-05-12 +- **Harvested:** 2025-09-29 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 3 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145957 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 19.2 | 57.1 | 263.7 | 263.7 | +| 6 | AgriGold | A640-94VT4PRO | VT4Pro | - | 18.1 | 57.0 | 258.8 | 262.2 | +| 11 | AgriGold | A641-26V | 3220EZ | - | 18.6 | 57.6 | 243.8 | 246.65 | +| 1 | AgriGold | A642-18TRC | Trecepta | - | 20.7 | 52.8 | 273.3 | 275.59 | +| 4 | AgriGold | A642-32VT2RIB | VT2RIB | - | 19.2 | 57.7 | 262.7 | 264.43 | +| 5 | Pioneer | P12517V | Vorceed | - | 19.7 | 51.8 | 261.6 | 262.73 | +| 8 | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.8 | 51.8 | 249.8 | 250.37 | +| 2 | Dekalb | DKC114-42RIB | SSPRIB | - | 19.3 | 63.5 | 274.7 | 274.72 | +| 9 | AgriGold | A645-30VT2RIB | VT2RIB | - | 23.6 | 49.0 | 250.3 | 249.74 | +| 3 | AgriGold | A645-55VT2PRO | VT2Pro | - | 20.8 | 54.5 | 274.9 | 273.8 | +| 10 | AgriGold | A645-71STXRIB | STXRIB | - | 19.8 | 57.7 | 250.5 | 248.82 | +| 12 | AgriGold | A646-17TRC | Trecepta | - | 19.6 | 59.0 | 243.8 | 241.53 | +| 13 | AgriGold | L6722VT2PRO | VT2Pro | - | 22.2 | 57.1 | 242.5 | 239.72 | +| 7 | AgriGold | L6818VT2PRO | VT2Pro | - | 22.9 | 56.0 | 265.3 | 261.91 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 21.2 | 55.7 | 271.6 | 271.6 | + +Top 5 by Yield: A645-55VT2PRO (AgriGold) 274.9, DKC114-42RIB (Dekalb) 274.7, A642-18TRC (AgriGold) 273.3, A645-16VT2RIB (AgriGold) 271.6, L6818VT2PRO (AgriGold) 265.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145961.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145961.json new file mode 100644 index 00000000..b04ebf2e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145961.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145961", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Dunkerton", + "county": "Black Hawk", + "year": 2025, + "plot_id": "145961", + "cooperator": "Tom Delagardelle", + "plot_average": 243.91, + "planted_date": "2025-05-12", + "harvested_date": "2025-10-17", + "population_seeds_per_acre": 34800, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Sandy Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A630-04AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.4, + "Yield": 272.7, + "Adj Yield": 272.7 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 57.6, + "Yield": 253.9, + "Adj Yield": 253.9 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.6, + "Yield": 246.7, + "Adj Yield": 246.7 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A634-65TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 57.2, + "Yield": 230.7, + "Adj Yield": 230.7 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 56.7, + "Yield": 255.7, + "Adj Yield": 255.7 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.2, + "Yield": 229.5, + "Adj Yield": 229.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 60.1, + "Yield": 267.2, + "Adj Yield": 267.2 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 57.7, + "Yield": 246.1, + "Adj Yield": 246.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 59.6, + "Yield": 284.7, + "Adj Yield": 284.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 57.9, + "Yield": 259.7, + "Adj Yield": 259.7 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A630-04AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.2, + "Yield": 233.5, + "Adj Yield": 233.5 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.2, + "Yield": 231.3, + "Adj Yield": 231.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 57.8, + "Yield": 266.2, + "Adj Yield": 266.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 57.7, + "Yield": 268.8, + "Adj Yield": 268.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 58.0, + "Yield": 267.0, + "Adj Yield": 267.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 57.9, + "Yield": 284.9, + "Adj Yield": 284.9 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 57.0, + "Yield": 262.3, + "Adj Yield": 262.3 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 58.7, + "Yield": 259.8, + "Adj Yield": 259.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 57.4, + "Yield": 275.8, + "Adj Yield": 275.8 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A630-04AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": null, + "Test Wt.": null, + "Yield": 0.0, + "Adj Yield": 0.0 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145961" + ], + "fetched_at": "2026-05-27T02:22:05.291626+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145961.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145961.md new file mode 100644 index 00000000..767ca18c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145961.md @@ -0,0 +1,50 @@ +# Corn yield trial — Dunkerton, IA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Black Hawk +- **City:** Dunkerton +- **Year:** 2025 +- **Plot ID:** 145961 +- **Cooperator:** Tom Delagardelle +- **Plot average:** 243.91 BU/Ac +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-17 +- **Population:** 34,800 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Sandy Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145961 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A630-04AA | 3120EZ | - | 14.2 | 60.4 | 272.7 | 272.7 | +| 12 | AgriGold | A631-08VT2RIB | VT2RIB | - | 15.4 | 57.6 | 253.9 | 253.9 | +| 13 | AgriGold | A632-68VT2RIB | VT2RIB | - | 14.8 | 58.6 | 246.7 | 246.7 | +| 16 | AgriGold | A634-65TRCRIB | TreceptaRIB | - | 14.9 | 57.2 | 230.7 | 230.7 | +| 11 | AgriGold | A636-16-5222EZ | 5222EZ | - | 16.5 | 56.7 | 255.7 | 255.7 | +| 17 | AgriGold | A636-42SSPRIB | SSPRIB | - | 17.0 | 57.2 | 229.5 | 229.5 | +| 5 | AgriGold | A637-72VT2RIB | VT2RIB | - | 16.5 | 60.1 | 267.2 | 267.2 | +| 14 | AgriGold | A638-19 | C | - | 16.7 | 57.7 | 246.1 | 246.1 | +| 2 | AgriGold | A638-91VT2PRO | VT2Pro | - | 16.6 | 59.6 | 284.7 | 284.7 | +| 10 | AgriGold | A639-38V-RN | 3220 | - | 18.1 | 57.9 | 259.7 | 259.7 | +| - | AgriGold | A630-04AA | 3120EZ | - | 15.0 | 59.2 | 233.5 | 233.5 | +| 15 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.8 | 58.2 | 231.3 | 231.3 | +| 7 | AgriGold | A640-16-3110 | 3110 | - | 16.9 | 57.8 | 266.2 | 266.2 | +| 4 | AgriGold | A640-94VT4PRO | VT4Pro | - | 17.5 | 57.7 | 268.8 | 268.8 | +| 6 | AgriGold | A641-26V | 3220EZ | - | 17.6 | 58.0 | 267.0 | 267.0 | +| 1 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.6 | 57.9 | 284.9 | 284.9 | +| 8 | AgriGold | A642-18SSPRIB | SSPRIB | - | 18.5 | 57.0 | 262.3 | 262.3 | +| 9 | AgriGold | A642-32VT2RIB | VT2RIB | - | 19.0 | 58.7 | 259.8 | 259.8 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.9 | 57.4 | 275.8 | 275.8 | +| 18 | AgriGold | A630-04AA | 3120EZ | - | - | - | 0.0 | 0.0 | + +Top 5 by Yield: A642-05VT2RIBD1 (AgriGold) 284.9, A638-91VT2PRO (AgriGold) 284.7, A644-64VT2RIB (AgriGold) 275.8, A630-04AA (AgriGold) 272.7, A640-94VT4PRO (AgriGold) 268.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145987.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145987.json new file mode 100644 index 00000000..39853415 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145987.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145987", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Hampton", + "county": "Franklin", + "year": 2025, + "plot_id": "145987", + "cooperator": "Alan Brown", + "plot_average": 209.26, + "planted_date": "2025-05-13", + "harvested_date": "2025-10-26", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown, Veltyma", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": null, + "Yield": 210.7, + "Adj Yield": 210.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A631-08DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 241.3, + "Adj Yield": 241.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A631-12SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 214.0, + "Adj Yield": 214.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 236.7, + "Adj Yield": 236.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": null, + "Yield": 221.9, + "Adj Yield": 221.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": null, + "Yield": 219.5, + "Adj Yield": 219.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 207.0, + "Adj Yield": 207.0 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 186.0, + "Adj Yield": 186.0 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 173.7, + "Adj Yield": 173.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 222.5, + "Adj Yield": 222.5 + } + }, + { + "rank": 10, + "brand": "Golden Harvest", + "product": "G01U74-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 205.9, + "Adj Yield": 205.9 + } + }, + { + "rank": 11, + "brand": "Golden Harvest", + "product": "G03U08-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 192.5, + "Adj Yield": 192.5 + } + }, + { + "rank": 8, + "brand": "Golden Harvest", + "product": "G06M39-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 208.7, + "Adj Yield": 208.7 + } + }, + { + "rank": 12, + "brand": "Golden Harvest", + "product": "G08U98", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 189.2, + "Adj Yield": 189.2 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145987" + ], + "fetched_at": "2026-05-27T02:22:05.809710+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145987.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145987.md new file mode 100644 index 00000000..4e755bc9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145987.md @@ -0,0 +1,44 @@ +# Corn yield trial — Hampton, IA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Franklin +- **City:** Hampton +- **Year:** 2025 +- **Plot ID:** 145987 +- **Cooperator:** Alan Brown +- **Plot average:** 209.26 BU/Ac +- **Planted:** 2025-05-13 +- **Harvested:** 2025-10-26 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown, Veltyma +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145987 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | AgriGold | A629-55VT2RIB | VT2RIB | - | 14.9 | - | 210.7 | 210.7 | +| 1 | AgriGold | A631-08DV-RN | 5222 | - | 16.1 | - | 241.3 | 241.3 | +| 6 | AgriGold | A631-12SSPRIB | SSPRIB | - | 15.9 | - | 214.0 | 214.0 | +| 2 | AgriGold | A632-68VT2RIB | VT2RIB | - | 16.4 | - | 236.7 | 236.7 | +| 4 | AgriGold | A634-11SSPRIB | SSPRIB | - | 15.7 | - | 221.9 | 221.9 | +| 5 | AgriGold | A634-65TRC | Trecepta | - | 15.3 | - | 219.5 | 219.5 | +| 9 | AgriGold | A636-42SSPRIB | SSPRIB | - | 16.1 | - | 207.0 | 207.0 | +| 13 | AgriGold | A636-16-5222EZ | 5222EZ | - | 17.2 | - | 186.0 | 186.0 | +| 14 | AgriGold | A637-72VT2RIB | VT2RIB | - | 16.9 | - | 173.7 | 173.7 | +| 3 | AgriGold | A638-91VT2PRO | VT2Pro | - | 17.4 | - | 222.5 | 222.5 | +| 10 | Golden Harvest | G01U74-AA | 3120EZ | - | 16.5 | - | 205.9 | 205.9 | +| 11 | Golden Harvest | G03U08-D | 5122EZ | - | 16.4 | - | 192.5 | 192.5 | +| 8 | Golden Harvest | G06M39-DV | 5222 | - | 17.0 | - | 208.7 | 208.7 | +| 12 | Golden Harvest | G08U98 | 5122 | - | 16.7 | - | 189.2 | 189.2 | + +Top 5 by Yield: A631-08DV-RN (AgriGold) 241.3, A632-68VT2RIB (AgriGold) 236.7, A638-91VT2PRO (AgriGold) 222.5, A634-11SSPRIB (AgriGold) 221.9, A634-65TRC (AgriGold) 219.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145992.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145992.json new file mode 100644 index 00000000..5ee1c057 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145992.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145992", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "city": "Plain City", + "county": "Union", + "year": 2025, + "plot_id": "145992", + "cooperator": "Ethan Nicol", + "plot_average": 198.57, + "planted_date": "2025-05-12", + "harvested_date": "2025-10-04", + "population_seeds_per_acre": 33500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 219.0, + "Adj Yield": 219.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 202.6, + "Adj Yield": 196.22 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 209.7, + "Adj Yield": 204.85 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": null, + "Yield": 218.0, + "Adj Yield": 214.76 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 197.6, + "Adj Yield": 195.97 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 203.2, + "Adj Yield": 203.17 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 192.8, + "Adj Yield": 194.42 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 180.9, + "Adj Yield": 184.12 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 190.2, + "Adj Yield": 195.03 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 139.0, + "Adj Yield": null + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 203.0, + "Adj Yield": 203.0 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145992" + ], + "fetched_at": "2026-05-27T02:22:06.287113+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145992.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145992.md new file mode 100644 index 00000000..470b98ec --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145992.md @@ -0,0 +1,40 @@ +# Corn yield trial — Plain City, OH, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** OH +- **County:** Union +- **City:** Plain City +- **Year:** 2025 +- **Plot ID:** 145992 +- **Cooperator:** Ethan Nicol +- **Plot average:** 198.57 BU/Ac +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-04 +- **Population:** 33,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145992 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A640-16-3110 | 3110 | - | 17.9 | - | 219.0 | 219.0 | +| 4 | AgriGold | A637-72VT2RIB | VT2RIB | - | 18.1 | - | 202.6 | 196.22 | +| 2 | AgriGold | A638-91VT2PRO | VT2Pro | - | 18.3 | - | 209.7 | 204.85 | +| 1 | AgriGold | A639-03VT2RIB | VT2RIB | - | 19.9 | - | 218.0 | 214.76 | +| 5 | AgriGold | A639-38V-RN | 3220 | - | 17.4 | - | 197.6 | 195.97 | +| 3 | AgriGold | A641-26V | 3220EZ | - | 17.4 | - | 203.2 | 203.17 | +| 7 | AgriGold | A641-62D-RN | 5122 | - | 18.4 | - | 192.8 | 194.42 | +| 8 | AgriGold | A642-18TRC | Trecepta | - | 18.6 | - | 180.9 | 184.12 | +| 6 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.5 | - | 190.2 | 195.03 | +| 9 | AgriGold | A636-11VT2RIB | VT2RIB | - | 17.3 | - | 139.0 | - | +| - | AgriGold | A640-16-3110 | 3110 | - | 17.8 | - | 203.0 | 203.0 | + +Top 5 by Yield: A640-16-3110 (AgriGold) 219.0, A639-03VT2RIB (AgriGold) 218.0, A638-91VT2PRO (AgriGold) 209.7, A641-26V (AgriGold) 203.2, A640-16-3110 (AgriGold) 203.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145993.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145993.json new file mode 100644 index 00000000..b0a53b12 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145993.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145993", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "city": "Urbana", + "county": "Champaign", + "year": 2025, + "plot_id": "145993", + "cooperator": "Randall Family Farms", + "plot_average": 253.79, + "planted_date": "2025-05-10", + "harvested_date": "2025-10-28", + "population_seeds_per_acre": 38000, + "row_width": "15.0\"", + "num_rows": 16, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 265.8, + "Adj Yield": 265.8 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A632-68", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": null, + "Yield": 199.5, + "Adj Yield": 193.25 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A636-39", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 246.1, + "Adj Yield": 240.97 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 245.4, + "Adj Yield": 241.41 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": null, + "Yield": 268.4, + "Adj Yield": 265.55 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 258.1, + "Adj Yield": 256.36 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 257.9, + "Adj Yield": 257.36 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 271.5, + "Adj Yield": 272.06 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 261.0, + "Adj Yield": 262.73 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 260.9, + "Adj Yield": 263.75 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 273.0, + "Adj Yield": 276.98 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A646-30", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 256.2, + "Adj Yield": 261.33 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": null, + "Yield": 247.4, + "Adj Yield": 253.69 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 251.0, + "Adj Yield": 251.0 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145993" + ], + "fetched_at": "2026-05-27T02:22:06.804391+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145993.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145993.md new file mode 100644 index 00000000..fdff4111 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145993.md @@ -0,0 +1,43 @@ +# Corn yield trial — Urbana, OH, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** OH +- **County:** Champaign +- **City:** Urbana +- **Year:** 2025 +- **Plot ID:** 145993 +- **Cooperator:** Randall Family Farms +- **Plot average:** 253.79 BU/Ac +- **Planted:** 2025-05-10 +- **Harvested:** 2025-10-28 +- **Population:** 38,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 16 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145993 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A640-16-3110 | 3110 | - | 17.3 | - | 265.8 | 265.8 | +| 12 | AgriGold | A632-68 | C | - | 14.6 | - | 199.5 | 193.25 | +| 11 | AgriGold | A636-39 | C | - | 16.3 | - | 246.1 | 240.97 | +| 10 | AgriGold | A637-72VT2RIB | VT2RIB | - | 16.9 | - | 245.4 | 241.41 | +| 3 | AgriGold | A638-91VT2PRO | VT2Pro | - | 15.7 | - | 268.4 | 265.55 | +| 8 | AgriGold | A639-38V-RN | 3220 | - | 16.9 | - | 258.1 | 256.36 | +| 7 | AgriGold | A641-62D-RN | 5122 | - | 16.6 | - | 257.9 | 257.36 | +| 2 | AgriGold | A641-26V | 3220EZ | - | 18.1 | - | 271.5 | 272.06 | +| 5 | AgriGold | A642-18TRC | Trecepta | - | 18.2 | - | 261.0 | 262.73 | +| 4 | AgriGold | A642-32 | C | - | 18.6 | - | 260.9 | 263.75 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.8 | - | 273.0 | 276.98 | +| 6 | AgriGold | A646-30 | C | - | 16.7 | - | 256.2 | 261.33 | +| 9 | AgriGold | A634-65TRC | Trecepta | - | 15.4 | - | 247.4 | 253.69 | +| - | AgriGold | A640-16-3110 | 3110 | - | 16.7 | - | 251.0 | 251.0 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 273.0, A641-26V (AgriGold) 271.5, A638-91VT2PRO (AgriGold) 268.4, A640-16-3110 (AgriGold) 265.8, A642-18TRC (AgriGold) 261.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145995.json b/corpus/agrigold_plot_reports/agpr-corn-2025-145995.json new file mode 100644 index 00000000..6db45bc0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145995.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-145995", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "PA", + "state_abbrev": "pa", + "city": "Bedford", + "county": "Bedford", + "year": 2025, + "plot_id": "145995", + "cooperator": "Dolyn Petre", + "plot_average": 142.56, + "planted_date": "2025-05-12", + "harvested_date": "2025-11-07", + "population_seeds_per_acre": 30000, + "row_width": "36.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 10, + "brand": "AgriGold", + "product": "A621-89-5222AEZ", + "traits": "5222AEZ", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 56.0, + "Yield": 132.0, + "Adj Yield": 132.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A625-78VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 54.0, + "Yield": 136.1, + "Adj Yield": 136.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A626-39VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 51.9, + "Yield": 138.3, + "Adj Yield": 138.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A627-69VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 52.2, + "Yield": 142.7, + "Adj Yield": 142.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A630-04D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 57.6, + "Yield": 146.2, + "Adj Yield": 146.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 54.9, + "Yield": 148.9, + "Adj Yield": 148.9 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 57.8, + "Yield": 133.1, + "Adj Yield": 133.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 56.4, + "Yield": 154.6, + "Adj Yield": 154.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 54.0, + "Yield": 143.8, + "Adj Yield": 143.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 58.1, + "Yield": 149.9, + "Adj Yield": 149.9 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/145995" + ], + "fetched_at": "2026-05-27T02:22:07.328081+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-145995.md b/corpus/agrigold_plot_reports/agpr-corn-2025-145995.md new file mode 100644 index 00000000..e36ce657 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-145995.md @@ -0,0 +1,39 @@ +# Corn yield trial — Bedford, PA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** PA +- **County:** Bedford +- **City:** Bedford +- **Year:** 2025 +- **Plot ID:** 145995 +- **Cooperator:** Dolyn Petre +- **Plot average:** 142.56 BU/Ac +- **Planted:** 2025-05-12 +- **Harvested:** 2025-11-07 +- **Population:** 30,000 seeds/acre +- **Row width:** 36.0" +- **# Rows:** 8 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/145995 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 10 | AgriGold | A621-89-5222AEZ | 5222AEZ | - | 14.4 | 56.0 | 132.0 | 132.0 | +| 8 | AgriGold | A625-78VT2RIB | VT2RIB | - | 14.1 | 54.0 | 136.1 | 136.1 | +| 7 | AgriGold | A626-39VT2RIB | VT2RIB | - | 14.3 | 51.9 | 138.3 | 138.3 | +| 6 | AgriGold | A627-69VT2PRO | VT2Pro | - | 14.3 | 52.2 | 142.7 | 142.7 | +| 4 | AgriGold | A630-04D | 5122EZ | - | 14.4 | 57.6 | 146.2 | 146.2 | +| 3 | AgriGold | A631-08VT2RIB | VT2RIB | - | 14.4 | 54.9 | 148.9 | 148.9 | +| 9 | AgriGold | A632-68VT2RIB | VT2RIB | - | 13.9 | 57.8 | 133.1 | 133.1 | +| 1 | AgriGold | A636-16-5222EZ | 5222EZ | - | 15.8 | 56.4 | 154.6 | 154.6 | +| 5 | AgriGold | A636-11VT2RIB | VT2RIB | - | 14.3 | 54.0 | 143.8 | 143.8 | +| 2 | AgriGold | A636-39-3110 | 3110 | - | 14.3 | 58.1 | 149.9 | 149.9 | + +Top 5 by Yield: A636-16-5222EZ (AgriGold) 154.6, A636-39-3110 (AgriGold) 149.9, A631-08VT2RIB (AgriGold) 148.9, A630-04D (AgriGold) 146.2, A636-11VT2RIB (AgriGold) 143.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146000.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146000.json new file mode 100644 index 00000000..91bdb39d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146000.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146000", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "PA", + "state_abbrev": "pa", + "city": "Bedford", + "county": "Bedford", + "year": 2025, + "plot_id": "146000", + "cooperator": "Dolyn Petre", + "plot_average": 152.99, + "planted_date": "2025-05-12", + "harvested_date": "2025-11-07", + "population_seeds_per_acre": 30000, + "row_width": "36.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 55.9, + "Yield": 139.4, + "Adj Yield": 139.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 52.5, + "Yield": 143.2, + "Adj Yield": 143.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 54.9, + "Yield": 134.3, + "Adj Yield": 134.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 56.1, + "Yield": 147.5, + "Adj Yield": 147.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 56.1, + "Yield": 166.0, + "Adj Yield": 166.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 56.8, + "Yield": 161.3, + "Adj Yield": 161.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 55.6, + "Yield": 167.3, + "Adj Yield": 167.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 57.4, + "Yield": 151.7, + "Adj Yield": 151.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 60.0, + "Yield": 164.4, + "Adj Yield": 164.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 58.5, + "Yield": 154.8, + "Adj Yield": 154.8 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146000" + ], + "fetched_at": "2026-05-27T02:22:07.775158+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146000.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146000.md new file mode 100644 index 00000000..f230a0df --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146000.md @@ -0,0 +1,39 @@ +# Corn yield trial — Bedford, PA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** PA +- **County:** Bedford +- **City:** Bedford +- **Year:** 2025 +- **Plot ID:** 146000 +- **Cooperator:** Dolyn Petre +- **Plot average:** 152.99 BU/Ac +- **Planted:** 2025-05-12 +- **Harvested:** 2025-11-07 +- **Population:** 30,000 seeds/acre +- **Row width:** 36.0" +- **# Rows:** 8 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146000 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.6 | 55.9 | 139.4 | 139.4 | +| 8 | AgriGold | A640-16-3110 | 3110 | - | 15.5 | 52.5 | 143.2 | 143.2 | +| 10 | AgriGold | A641-62D-RN | 5122 | - | 15.0 | 54.9 | 134.3 | 134.3 | +| 7 | AgriGold | A641-26V | 3220EZ | - | 15.8 | 56.1 | 147.5 | 147.5 | +| 2 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.3 | 56.1 | 166.0 | 166.0 | +| 4 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.9 | 56.8 | 161.3 | 161.3 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.3 | 55.6 | 167.3 | 167.3 | +| 6 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.4 | 57.4 | 151.7 | 151.7 | +| 3 | AgriGold | A645-30VT2RIB | VT2RIB | - | 17.1 | 60.0 | 164.4 | 164.4 | +| 5 | AgriGold | A646-17TRC | Trecepta | - | 17.7 | 58.5 | 154.8 | 154.8 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 167.3, A642-18SSPRIB (AgriGold) 166.0, A645-30VT2RIB (AgriGold) 164.4, A642-32VT2RIB (AgriGold) 161.3, A646-17TRC (AgriGold) 154.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146029.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146029.json new file mode 100644 index 00000000..90ba7587 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146029.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146029", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Gotham", + "county": "Jackson", + "year": 2025, + "plot_id": "146029", + "cooperator": "Paul Heine", + "plot_average": 224.96, + "planted_date": "2025-04-28", + "harvested_date": "2025-10-01", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Sandy Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 16, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 61.6, + "Yield": 201.9, + "Adj Yield": 201.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 59.1, + "Yield": 231.8, + "Adj Yield": 231.8 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 62.1, + "Yield": 219.5, + "Adj Yield": 219.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 62.1, + "Yield": 234.8, + "Adj Yield": 234.8 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 60.3, + "Yield": 221.0, + "Adj Yield": 221.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.3, + "Yield": 236.2, + "Adj Yield": 236.2 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.0, + "Yield": 215.4, + "Adj Yield": 215.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.8, + "Yield": 226.7, + "Adj Yield": 226.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 57.9, + "Yield": 236.3, + "Adj Yield": 236.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 60.0, + "Yield": 237.0, + "Adj Yield": 237.0 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 61.0, + "Yield": 215.2, + "Adj Yield": 215.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 62.4, + "Yield": 237.4, + "Adj Yield": 237.4 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 61.2, + "Yield": 210.1, + "Adj Yield": 210.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 60.9, + "Yield": 225.8, + "Adj Yield": 225.8 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 59.3, + "Yield": 226.1, + "Adj Yield": 226.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": null, + "Yield": 224.1, + "Adj Yield": 224.1 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146029" + ], + "fetched_at": "2026-05-27T02:22:08.299184+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146029.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146029.md new file mode 100644 index 00000000..0efdceb4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146029.md @@ -0,0 +1,46 @@ +# Corn yield trial — Gotham, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Jackson +- **City:** Gotham +- **Year:** 2025 +- **Plot ID:** 146029 +- **Cooperator:** Paul Heine +- **Plot average:** 224.96 BU/Ac +- **Planted:** 2025-04-28 +- **Harvested:** 2025-10-01 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Sandy Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146029 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 16 | AgriGold | L6722VT2PRO | VT2Pro | - | 16.0 | 61.6 | 201.9 | 201.9 | +| 6 | AgriGold | L6818VT2PRO | VT2Pro | - | 16.3 | 59.1 | 231.8 | 231.8 | +| 12 | AgriGold | A639-38V-RN | 3220 | - | 14.4 | 62.1 | 219.5 | 219.5 | +| 5 | AgriGold | A641-26V | 3220EZ | - | 14.3 | 62.1 | 234.8 | 234.8 | +| 11 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.1 | 60.3 | 221.0 | 221.0 | +| 4 | AgriGold | A642-18SSPRIB | SSPRIB | - | 14.8 | 58.3 | 236.2 | 236.2 | +| 13 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.4 | 60.0 | 215.4 | 215.4 | +| 7 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.8 | 58.8 | 226.7 | 226.7 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.3 | 57.9 | 236.3 | 236.3 | +| 2 | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.0 | 60.0 | 237.0 | 237.0 | +| 14 | AgriGold | A645-30VT2RIB | VT2RIB | - | 15.4 | 61.0 | 215.2 | 215.2 | +| 1 | AgriGold | A645-55VT2PRO | VT2Pro | - | 14.8 | 62.4 | 237.4 | 237.4 | +| 15 | AgriGold | A646-17STXRIB | STXRIB | - | 14.4 | 61.2 | 210.1 | 210.1 | +| 9 | AgriGold | A645-71STXRIB | STXRIB | - | 14.7 | 60.9 | 225.8 | 225.8 | +| 8 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 17.1 | 59.3 | 226.1 | 226.1 | +| 10 | AgriGold | A647-79VT2PRO | VT2Pro | - | 14.7 | - | 224.1 | 224.1 | + +Top 5 by Yield: A645-55VT2PRO (AgriGold) 237.4, A645-16VT2RIB (AgriGold) 237.0, A644-64VT2RIB (AgriGold) 236.3, A642-18SSPRIB (AgriGold) 236.2, A641-26V (AgriGold) 234.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146043.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146043.json new file mode 100644 index 00000000..a36e7d72 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146043.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146043", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Herscher", + "county": "Kankakee", + "year": 2025, + "plot_id": "146043", + "cooperator": "Synergy Seeds", + "plot_average": 271.05, + "planted_date": "2025-05-07", + "harvested_date": "2025-10-03", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Sandy Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "Wyffels", + "product": "W5129RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 289.7, + "Adj Yield": 289.7 + } + }, + { + "rank": 17, + "brand": "Burrus", + "product": "4P27V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": null, + "Yield": 271.9, + "Adj Yield": 271.9 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 282.7, + "Adj Yield": 282.7 + } + }, + { + "rank": 29, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 250.7, + "Adj Yield": 250.7 + } + }, + { + "rank": 9, + "brand": "ProHarvest", + "product": "76P42PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": null, + "Yield": 279.8, + "Adj Yield": 279.8 + } + }, + { + "rank": 10, + "brand": "Wyffels", + "product": "W7499RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": null, + "Yield": 278.9, + "Adj Yield": 278.9 + } + }, + { + "rank": 16, + "brand": "Burrus", + "product": "4V73AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 272.3, + "Adj Yield": 272.3 + } + }, + { + "rank": 2, + "brand": "ProHarvest", + "product": "80P75PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": null, + "Yield": 287.2, + "Adj Yield": 287.2 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": null, + "Yield": 276.7, + "Adj Yield": 276.7 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": null, + "Yield": 281.0, + "Adj Yield": 281.0 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P09312V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 278.0, + "Adj Yield": 278.0 + } + }, + { + "rank": 4, + "brand": "Wyffels", + "product": "W7485RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": null, + "Yield": 284.6, + "Adj Yield": 284.6 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": null, + "Yield": 281.4, + "Adj Yield": 281.4 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": null, + "Yield": 273.6, + "Adj Yield": 273.6 + } + }, + { + "rank": 30, + "brand": "Wyffels", + "product": "W4514RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 246.4, + "Adj Yield": 246.4 + } + }, + { + "rank": 26, + "brand": "Merschman", + "product": "M-2512C-30", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 23.6, + "Test Wt.": null, + "Yield": 258.2, + "Adj Yield": 258.2 + } + }, + { + "rank": 27, + "brand": "ProHarvest", + "product": "82P96PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 23.3, + "Test Wt.": null, + "Yield": 256.8, + "Adj Yield": 256.8 + } + }, + { + "rank": 19, + "brand": "Wyffels", + "product": "W7424RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": null, + "Yield": 267.6, + "Adj Yield": 267.6 + } + }, + { + "rank": 24, + "brand": "Burrus", + "product": "5C11PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 23.7, + "Test Wt.": null, + "Yield": 260.3, + "Adj Yield": 260.3 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC115-55RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": null, + "Yield": 275.0, + "Adj Yield": 275.0 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P1027AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": null, + "Yield": 282.0, + "Adj Yield": 282.0 + } + }, + { + "rank": 28, + "brand": "Wyffels", + "product": "W8007RIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 25.5, + "Test Wt.": null, + "Yield": 254.2, + "Adj Yield": 254.2 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC113-03RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": null, + "Yield": 286.8, + "Adj Yield": 286.8 + } + }, + { + "rank": 22, + "brand": "Burrus", + "product": "3H48V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 261.4, + "Adj Yield": 261.4 + } + }, + { + "rank": 13, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 275.1, + "Adj Yield": 275.1 + } + }, + { + "rank": 25, + "brand": "ProHarvest", + "product": "81P20PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": null, + "Yield": 259.2, + "Adj Yield": 259.2 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 24.6, + "Test Wt.": null, + "Yield": 262.1, + "Adj Yield": 262.1 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 270.3, + "Adj Yield": 270.3 + } + }, + { + "rank": 23, + "brand": "ProHarvest", + "product": "78P95PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": null, + "Yield": 261.2, + "Adj Yield": 261.2 + } + }, + { + "rank": 20, + "brand": "Wyffels", + "product": "W5684RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": null, + "Yield": 266.4, + "Adj Yield": 266.4 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146043" + ], + "fetched_at": "2026-05-27T02:22:08.817962+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146043.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146043.md new file mode 100644 index 00000000..c3b78691 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146043.md @@ -0,0 +1,60 @@ +# Corn yield trial — Herscher, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Kankakee +- **City:** Herscher +- **Year:** 2025 +- **Plot ID:** 146043 +- **Cooperator:** Synergy Seeds +- **Plot average:** 271.05 BU/Ac +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-03 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Sandy Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146043 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | Wyffels | W5129RIB | SSPRIB | - | 17.4 | - | 289.7 | 289.7 | +| 17 | Burrus | 4P27V | Vorceed | - | 20.3 | - | 271.9 | 271.9 | +| 5 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 17.9 | - | 282.7 | 282.7 | +| 29 | AgriGold | A636-42SSPRIB | SSPRIB | - | 18.1 | - | 250.7 | 250.7 | +| 9 | ProHarvest | 76P42PCE | PCE | - | 19.5 | - | 279.8 | 279.8 | +| 10 | Wyffels | W7499RIB | VT2RIB | - | 22.6 | - | 278.9 | 278.9 | +| 16 | Burrus | 4V73AM | AM | - | 20.2 | - | 272.3 | 272.3 | +| 2 | ProHarvest | 80P75PCE | PCE | - | 20.3 | - | 287.2 | 287.2 | +| 12 | AgriGold | A642-32VT2RIB | VT2RIB | - | 23.2 | - | 276.7 | 276.7 | +| 8 | Dekalb | DKC112-35RIB | SSPRIB | - | 22.0 | - | 281.0 | 281.0 | +| 11 | Pioneer | P09312V | Vorceed | - | 20.0 | - | 278.0 | 278.0 | +| 4 | Wyffels | W7485RIB | TreceptaRIB | - | 21.7 | - | 284.6 | 284.6 | +| 7 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 21.9 | - | 281.4 | 281.4 | +| 15 | AgriGold | A642-18SSPRIB | SSPRIB | - | 23.4 | - | 273.6 | 273.6 | +| 30 | Wyffels | W4514RIB | PCE | - | 16.9 | - | 246.4 | 246.4 | +| 26 | Merschman | M-2512C-30 | PCE | - | 23.6 | - | 258.2 | 258.2 | +| 27 | ProHarvest | 82P96PCE | PCE | - | 23.3 | - | 256.8 | 256.8 | +| 19 | Wyffels | W7424RIB | PCE | - | 23.0 | - | 267.6 | 267.6 | +| 24 | Burrus | 5C11PCE | PCE | - | 23.7 | - | 260.3 | 260.3 | +| 14 | Dekalb | DKC115-55RIB | TreceptaRIB | - | 21.6 | - | 275.0 | 275.0 | +| 6 | Pioneer | P1027AM | AM | - | 19.6 | - | 282.0 | 282.0 | +| 28 | Wyffels | W8007RIB | VT4Pro | - | 25.5 | - | 254.2 | 254.2 | +| 3 | Dekalb | DKC113-03RIB | SSPRIB | - | 21.1 | - | 286.8 | 286.8 | +| 22 | Burrus | 3H48V | Vorceed | - | 17.2 | - | 261.4 | 261.4 | +| 13 | Wyffels | W6505RIB | TreceptaRIB | - | 18.6 | - | 275.1 | 275.1 | +| 25 | ProHarvest | 81P20PCE | PCE | - | 20.3 | - | 259.2 | 259.2 | +| 21 | AgriGold | A640-94VT4PRO | VT4Pro | - | 24.6 | - | 262.1 | 262.1 | +| 18 | Dekalb | DKC110-10RIB | STXRIB | - | 18.5 | - | 270.3 | 270.3 | +| 23 | ProHarvest | 78P95PCE | PCE | - | 18.9 | - | 261.2 | 261.2 | +| 20 | Wyffels | W5684RIB | PCE | - | 18.9 | - | 266.4 | 266.4 | + +Top 5 by Yield: W5129RIB (Wyffels) 289.7, 80P75PCE (ProHarvest) 287.2, DKC113-03RIB (Dekalb) 286.8, W7485RIB (Wyffels) 284.6, DKC56-26RIB (Dekalb) 282.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146044.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146044.json new file mode 100644 index 00000000..6803cb0d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146044.json @@ -0,0 +1,452 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146044", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "St. George", + "county": "Kankakee", + "year": 2025, + "plot_id": "146044", + "cooperator": "Synergy Seeds", + "plot_average": 272.28, + "planted_date": "2025-05-09", + "harvested_date": "2025-10-14", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Veltyma", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 16, + "brand": "Wyffels", + "product": "W5129RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": null, + "Yield": 273.9, + "Adj Yield": 273.9 + } + }, + { + "rank": 12, + "brand": "Burrus", + "product": "4P27V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": null, + "Yield": 277.9, + "Adj Yield": 277.9 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": null, + "Yield": 278.3, + "Adj Yield": 278.3 + } + }, + { + "rank": 29, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 252.6, + "Adj Yield": 252.6 + } + }, + { + "rank": 21, + "brand": "ProHarvest", + "product": "76P42PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 267.6, + "Adj Yield": 267.6 + } + }, + { + "rank": 4, + "brand": "Wyffels", + "product": "W7499RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": null, + "Yield": 289.9, + "Adj Yield": 289.9 + } + }, + { + "rank": 15, + "brand": "Burrus", + "product": "4V73AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": null, + "Yield": 274.9, + "Adj Yield": 274.9 + } + }, + { + "rank": 10, + "brand": "ProHarvest", + "product": "80P75PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": null, + "Yield": 281.4, + "Adj Yield": 281.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 285.9, + "Adj Yield": 285.9 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": null, + "Yield": 291.0, + "Adj Yield": 291.0 + } + }, + { + "rank": 20, + "brand": "Pioneer", + "product": "P09312V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": null, + "Yield": 269.7, + "Adj Yield": 269.7 + } + }, + { + "rank": 1, + "brand": "Wyffels", + "product": "W7485RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": null, + "Yield": 296.6, + "Adj Yield": 296.6 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": null, + "Yield": 289.6, + "Adj Yield": 289.6 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": null, + "Yield": 270.5, + "Adj Yield": 270.5 + } + }, + { + "rank": 32, + "brand": "Wyffels", + "product": "W4514RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 245.1, + "Adj Yield": 245.1 + } + }, + { + "rank": 22, + "brand": "Merschman", + "product": "M-2512C-30", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": null, + "Yield": 264.8, + "Adj Yield": 264.8 + } + }, + { + "rank": 13, + "brand": "ProHarvest", + "product": "82P96PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": null, + "Yield": 275.7, + "Adj Yield": 275.7 + } + }, + { + "rank": 9, + "brand": "Wyffels", + "product": "W7424RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": null, + "Yield": 282.3, + "Adj Yield": 282.3 + } + }, + { + "rank": 24, + "brand": "Burrus", + "product": "5C11PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": null, + "Yield": 263.8, + "Adj Yield": 263.8 + } + }, + { + "rank": 19, + "brand": "Dekalb", + "product": "DKC115-55RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": null, + "Yield": 270.4, + "Adj Yield": 270.4 + } + }, + { + "rank": 26, + "brand": "Pioneer", + "product": "P1027AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": null, + "Yield": 260.1, + "Adj Yield": 260.1 + } + }, + { + "rank": 6, + "brand": "Wyffels", + "product": "W8007RIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": null, + "Yield": 289.1, + "Adj Yield": 289.1 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC113-03RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": null, + "Yield": 295.4, + "Adj Yield": 295.4 + } + }, + { + "rank": 31, + "brand": "Burrus", + "product": "3H48V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": null, + "Yield": 248.3, + "Adj Yield": 248.3 + } + }, + { + "rank": 7, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": null, + "Yield": 286.2, + "Adj Yield": 286.2 + } + }, + { + "rank": 25, + "brand": "ProHarvest", + "product": "81P20PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": null, + "Yield": 261.0, + "Adj Yield": 261.0 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 275.1, + "Adj Yield": 275.1 + } + }, + { + "rank": 27, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": null, + "Yield": 258.9, + "Adj Yield": 258.9 + } + }, + { + "rank": 28, + "brand": "ProHarvest", + "product": "78P95PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": null, + "Yield": 252.8, + "Adj Yield": 252.8 + } + }, + { + "rank": 30, + "brand": "Wyffels", + "product": "W5684RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": null, + "Yield": 248.6, + "Adj Yield": 248.6 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": null, + "Yield": 271.2, + "Adj Yield": 271.2 + } + }, + { + "rank": 23, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": null, + "Yield": 264.4, + "Adj Yield": 264.4 + } + } + ], + "n_results": 32, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146044" + ], + "fetched_at": "2026-05-27T02:22:09.268808+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146044.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146044.md new file mode 100644 index 00000000..4e1a5820 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146044.md @@ -0,0 +1,63 @@ +# Corn yield trial — St. George, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Kankakee +- **City:** St. George +- **Year:** 2025 +- **Plot ID:** 146044 +- **Cooperator:** Synergy Seeds +- **Plot average:** 272.28 BU/Ac +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-14 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Veltyma +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146044 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 16 | Wyffels | W5129RIB | SSPRIB | - | 18.9 | - | 273.9 | 273.9 | +| 12 | Burrus | 4P27V | Vorceed | - | 20.1 | - | 277.9 | 277.9 | +| 11 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 18.7 | - | 278.3 | 278.3 | +| 29 | AgriGold | A636-42SSPRIB | SSPRIB | - | 18.8 | - | 252.6 | 252.6 | +| 21 | ProHarvest | 76P42PCE | PCE | - | 19.0 | - | 267.6 | 267.6 | +| 4 | Wyffels | W7499RIB | VT2RIB | - | 21.2 | - | 289.9 | 289.9 | +| 15 | Burrus | 4V73AM | AM | - | 19.9 | - | 274.9 | 274.9 | +| 10 | ProHarvest | 80P75PCE | PCE | - | 19.3 | - | 281.4 | 281.4 | +| 8 | AgriGold | A642-32VT2RIB | VT2RIB | - | 21.3 | - | 285.9 | 285.9 | +| 3 | Dekalb | DKC112-35RIB | SSPRIB | - | 20.3 | - | 291.0 | 291.0 | +| 20 | Pioneer | P09312V | Vorceed | - | 19.9 | - | 269.7 | 269.7 | +| 1 | Wyffels | W7485RIB | TreceptaRIB | - | 21.7 | - | 296.6 | 296.6 | +| 5 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 20.7 | - | 289.6 | 289.6 | +| 18 | AgriGold | A642-18SSPRIB | SSPRIB | - | 22.2 | - | 270.5 | 270.5 | +| 32 | Wyffels | W4514RIB | PCE | - | 18.1 | - | 245.1 | 245.1 | +| 22 | Merschman | M-2512C-30 | PCE | - | 20.5 | - | 264.8 | 264.8 | +| 13 | ProHarvest | 82P96PCE | PCE | - | 20.5 | - | 275.7 | 275.7 | +| 9 | Wyffels | W7424RIB | PCE | - | 20.5 | - | 282.3 | 282.3 | +| 24 | Burrus | 5C11PCE | PCE | - | 19.7 | - | 263.8 | 263.8 | +| 19 | Dekalb | DKC115-55RIB | TreceptaRIB | - | 21.0 | - | 270.4 | 270.4 | +| 26 | Pioneer | P1027AM | AM | - | 20.4 | - | 260.1 | 260.1 | +| 6 | Wyffels | W8007RIB | VT4Pro | - | 21.8 | - | 289.1 | 289.1 | +| 2 | Dekalb | DKC113-03RIB | SSPRIB | - | 22.6 | - | 295.4 | 295.4 | +| 31 | Burrus | 3H48V | Vorceed | - | 19.5 | - | 248.3 | 248.3 | +| 7 | Wyffels | W6505RIB | TreceptaRIB | - | 19.6 | - | 286.2 | 286.2 | +| 25 | ProHarvest | 81P20PCE | PCE | - | 20.1 | - | 261.0 | 261.0 | +| 14 | AgriGold | A640-94VT4PRO | VT4Pro | - | 20.9 | - | 275.1 | 275.1 | +| 27 | Dekalb | DKC110-10RIB | STXRIB | - | 20.3 | - | 258.9 | 258.9 | +| 28 | ProHarvest | 78P95PCE | PCE | - | 19.7 | - | 252.8 | 252.8 | +| 30 | Wyffels | W5684RIB | PCE | - | 19.4 | - | 248.6 | 248.6 | +| 17 | AgriGold | A645-71STXRIB | STXRIB | - | 21.8 | - | 271.2 | 271.2 | +| 23 | Dekalb | DKC114-43RIB | VT4RIB | - | 20.4 | - | 264.4 | 264.4 | + +Top 5 by Yield: W7485RIB (Wyffels) 296.6, DKC113-03RIB (Dekalb) 295.4, DKC112-35RIB (Dekalb) 291.0, W7499RIB (Wyffels) 289.9, DKC112-12RIB (Dekalb) 289.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146045.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146045.json new file mode 100644 index 00000000..53ed59a9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146045.json @@ -0,0 +1,452 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146045", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Clifton", + "county": "Iroquois", + "year": 2025, + "plot_id": "146045", + "cooperator": "Synergy Seeds", + "plot_average": 245.06, + "planted_date": "2025-05-12", + "harvested_date": "2025-10-23", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 3, + "brand": "Wyffels", + "product": "W5129RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 267.3, + "Adj Yield": 267.3 + } + }, + { + "rank": 12, + "brand": "Burrus", + "product": "4P27V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 252.3, + "Adj Yield": 252.3 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 250.5, + "Adj Yield": 250.5 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 229.9, + "Adj Yield": 229.9 + } + }, + { + "rank": 13, + "brand": "ProHarvest", + "product": "76P42PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 252.2, + "Adj Yield": 252.2 + } + }, + { + "rank": 8, + "brand": "Wyffels", + "product": "W7499RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 256.1, + "Adj Yield": 256.1 + } + }, + { + "rank": 10, + "brand": "Burrus", + "product": "4V73AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 253.2, + "Adj Yield": 253.2 + } + }, + { + "rank": 1, + "brand": "ProHarvest", + "product": "80P75PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 275.1, + "Adj Yield": 275.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 270.2, + "Adj Yield": 270.2 + } + }, + { + "rank": 21, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 240.4, + "Adj Yield": 240.4 + } + }, + { + "rank": 28, + "brand": "Pioneer", + "product": "P09312V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 225.7, + "Adj Yield": 225.7 + } + }, + { + "rank": 11, + "brand": "Wyffels", + "product": "W7485RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 252.6, + "Adj Yield": 252.6 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": null, + "Yield": 247.0, + "Adj Yield": 247.0 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 241.5, + "Adj Yield": 241.5 + } + }, + { + "rank": 27, + "brand": "Wyffels", + "product": "W4514RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 227.9, + "Adj Yield": 227.9 + } + }, + { + "rank": 4, + "brand": "Merschman", + "product": "M-2512C-30", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 265.5, + "Adj Yield": 265.5 + } + }, + { + "rank": 7, + "brand": "ProHarvest", + "product": "82P96PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 256.4, + "Adj Yield": 256.4 + } + }, + { + "rank": 17, + "brand": "Wyffels", + "product": "W7424RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 243.7, + "Adj Yield": 243.7 + } + }, + { + "rank": 20, + "brand": "Burrus", + "product": "5C11PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 241.2, + "Adj Yield": 241.2 + } + }, + { + "rank": 25, + "brand": "Dekalb", + "product": "DKC115-55RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 233.9, + "Adj Yield": 233.9 + } + }, + { + "rank": 23, + "brand": "Pioneer", + "product": "P1027AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 238.7, + "Adj Yield": 238.7 + } + }, + { + "rank": 15, + "brand": "Wyffels", + "product": "W8007RIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 248.7, + "Adj Yield": 248.7 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC113-03RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 260.5, + "Adj Yield": 260.5 + } + }, + { + "rank": 24, + "brand": "Burrus", + "product": "3H48V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 238.4, + "Adj Yield": 238.4 + } + }, + { + "rank": 9, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 254.6, + "Adj Yield": 254.6 + } + }, + { + "rank": 30, + "brand": "ProHarvest", + "product": "81P20PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 220.8, + "Adj Yield": 220.8 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 242.8, + "Adj Yield": 242.8 + } + }, + { + "rank": 32, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 210.6, + "Adj Yield": 210.6 + } + }, + { + "rank": 29, + "brand": "ProHarvest", + "product": "78P95PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 225.6, + "Adj Yield": 225.6 + } + }, + { + "rank": 31, + "brand": "Wyffels", + "product": "W5684RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 220.1, + "Adj Yield": 220.1 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": null, + "Yield": 240.0, + "Adj Yield": 240.0 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 258.5, + "Adj Yield": 258.5 + } + } + ], + "n_results": 32, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146045" + ], + "fetched_at": "2026-05-27T02:22:09.820953+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146045.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146045.md new file mode 100644 index 00000000..f69efd24 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146045.md @@ -0,0 +1,62 @@ +# Corn yield trial — Clifton, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Iroquois +- **City:** Clifton +- **Year:** 2025 +- **Plot ID:** 146045 +- **Cooperator:** Synergy Seeds +- **Plot average:** 245.06 BU/Ac +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-23 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146045 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | Wyffels | W5129RIB | SSPRIB | - | 16.3 | - | 267.3 | 267.3 | +| 12 | Burrus | 4P27V | Vorceed | - | 16.2 | - | 252.3 | 252.3 | +| 14 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 16.8 | - | 250.5 | 250.5 | +| 26 | AgriGold | A636-42SSPRIB | SSPRIB | - | 16.8 | - | 229.9 | 229.9 | +| 13 | ProHarvest | 76P42PCE | PCE | - | 17.5 | - | 252.2 | 252.2 | +| 8 | Wyffels | W7499RIB | VT2RIB | - | 18.4 | - | 256.1 | 256.1 | +| 10 | Burrus | 4V73AM | AM | - | 17.4 | - | 253.2 | 253.2 | +| 1 | ProHarvest | 80P75PCE | PCE | - | 17.2 | - | 275.1 | 275.1 | +| 2 | AgriGold | A642-32VT2RIB | VT2RIB | - | 18.2 | - | 270.2 | 270.2 | +| 21 | Dekalb | DKC112-35RIB | SSPRIB | - | 17.4 | - | 240.4 | 240.4 | +| 28 | Pioneer | P09312V | Vorceed | - | 18.6 | - | 225.7 | 225.7 | +| 11 | Wyffels | W7485RIB | TreceptaRIB | - | 18.1 | - | 252.6 | 252.6 | +| 16 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 18.7 | - | 247.0 | 247.0 | +| 19 | AgriGold | A642-18SSPRIB | SSPRIB | - | 18.3 | - | 241.5 | 241.5 | +| 27 | Wyffels | W4514RIB | PCE | - | 17.0 | - | 227.9 | 227.9 | +| 4 | Merschman | M-2512C-30 | PCE | - | 17.1 | - | 265.5 | 265.5 | +| 7 | ProHarvest | 82P96PCE | PCE | - | 17.1 | - | 256.4 | 256.4 | +| 17 | Wyffels | W7424RIB | PCE | - | 17.8 | - | 243.7 | 243.7 | +| 20 | Burrus | 5C11PCE | PCE | - | 18.4 | - | 241.2 | 241.2 | +| 25 | Dekalb | DKC115-55RIB | TreceptaRIB | - | 18.6 | - | 233.9 | 233.9 | +| 23 | Pioneer | P1027AM | AM | - | 17.2 | - | 238.7 | 238.7 | +| 15 | Wyffels | W8007RIB | VT4Pro | - | 18.4 | - | 248.7 | 248.7 | +| 5 | Dekalb | DKC113-03RIB | SSPRIB | - | 17.6 | - | 260.5 | 260.5 | +| 24 | Burrus | 3H48V | Vorceed | - | 18.6 | - | 238.4 | 238.4 | +| 9 | Wyffels | W6505RIB | TreceptaRIB | - | 18.4 | - | 254.6 | 254.6 | +| 30 | ProHarvest | 81P20PCE | PCE | - | 18.5 | - | 220.8 | 220.8 | +| 18 | AgriGold | A640-94VT4PRO | VT4Pro | - | 18.6 | - | 242.8 | 242.8 | +| 32 | Dekalb | DKC110-10RIB | STXRIB | - | 17.5 | - | 210.6 | 210.6 | +| 29 | ProHarvest | 78P95PCE | PCE | - | 16.7 | - | 225.6 | 225.6 | +| 31 | Wyffels | W5684RIB | PCE | - | 18.2 | - | 220.1 | 220.1 | +| 22 | AgriGold | A645-71STXRIB | STXRIB | - | 21.0 | - | 240.0 | 240.0 | +| 6 | Dekalb | DKC114-43RIB | VT4RIB | - | 17.4 | - | 258.5 | 258.5 | + +Top 5 by Yield: 80P75PCE (ProHarvest) 275.1, A642-32VT2RIB (AgriGold) 270.2, W5129RIB (Wyffels) 267.3, M-2512C-30 (Merschman) 265.5, DKC113-03RIB (Dekalb) 260.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146046.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146046.json new file mode 100644 index 00000000..87d46395 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146046.json @@ -0,0 +1,569 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146046", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Milford", + "county": "Iroquois", + "year": 2025, + "plot_id": "146046", + "cooperator": "VanHoveln Farms Inc", + "plot_average": 283.47, + "planted_date": "2025-05-10", + "harvested_date": "2025-10-24", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 288.8, + "Adj Yield": 288.8 + } + }, + { + "rank": 36, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": null, + "Yield": 253.0, + "Adj Yield": 253.62 + } + }, + { + "rank": 37, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 240.0, + "Adj Yield": 240.41 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 291.2, + "Adj Yield": 291.41 + } + }, + { + "rank": 34, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": null, + "Yield": 264.1, + "Adj Yield": 264.12 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 288.5, + "Adj Yield": 288.34 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 289.1, + "Adj Yield": 288.76 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 279.4, + "Adj Yield": 278.87 + } + }, + { + "rank": 33, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 268.1, + "Adj Yield": 267.36 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 296.2, + "Adj Yield": 295.24 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 292.5, + "Adj Yield": 291.28 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 284.0, + "Adj Yield": 282.47 + } + }, + { + "rank": 30, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 276.2, + "Adj Yield": 274.28 + } + }, + { + "rank": null, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 292.1, + "Adj Yield": 292.1 + } + }, + { + "rank": 25, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 283.6, + "Adj Yield": 281.68 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 295.7, + "Adj Yield": 294.18 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 290.9, + "Adj Yield": 289.71 + } + }, + { + "rank": 20, + "brand": "Dekalb", + "product": "DKC115-55RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 288.8, + "Adj Yield": 287.89 + } + }, + { + "rank": 19, + "brand": "Becks", + "product": "5864PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 288.7, + "Adj Yield": 288.03 + } + }, + { + "rank": 11, + "brand": "Becks", + "product": "6280TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 290.6, + "Adj Yield": 290.15 + } + }, + { + "rank": 2, + "brand": "Becks", + "product": "6492TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 299.7, + "Adj Yield": 299.46 + } + }, + { + "rank": 16, + "brand": "Becks", + "product": "6574TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 288.3, + "Adj Yield": 288.26 + } + }, + { + "rank": 23, + "brand": "Golden Harvest", + "product": "G13M31-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 282.5, + "Adj Yield": 282.66 + } + }, + { + "rank": 32, + "brand": "Golden Harvest", + "product": "G14B32-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 270.9, + "Adj Yield": 271.27 + } + }, + { + "rank": 28, + "brand": "Golden Harvest", + "product": "G15J91-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 278.0, + "Adj Yield": 278.58 + } + }, + { + "rank": 35, + "brand": "Golden Harvest", + "product": "G15U34-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 262.9, + "Adj Yield": 263.72 + } + }, + { + "rank": 26, + "brand": "Golden Harvest", + "product": "G12U11-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 279.7, + "Adj Yield": 280.79 + } + }, + { + "rank": 31, + "brand": "Golden Harvest", + "product": "G12S75-D", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 272.5, + "Adj Yield": 273.92 + } + }, + { + "rank": null, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 287.8, + "Adj Yield": 287.8 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P14364PCUE", + "traits": "PCUE", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 296.7, + "Adj Yield": 298.13 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 302.4, + "Adj Yield": 303.53 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P12517V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 293.7, + "Adj Yield": 294.6 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P11616PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 295.3, + "Adj Yield": 296.02 + } + }, + { + "rank": 22, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 286.6, + "Adj Yield": 287.16 + } + }, + { + "rank": 17, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 287.7, + "Adj Yield": 288.13 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P18216PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 292.8, + "Adj Yield": 293.11 + } + }, + { + "rank": 12, + "brand": "Wyffels", + "product": "W7424RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 289.8, + "Adj Yield": 289.99 + } + }, + { + "rank": 21, + "brand": "Wyffels", + "product": "W7485RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 287.2, + "Adj Yield": 287.28 + } + }, + { + "rank": 29, + "brand": "Wyffels", + "product": "W5684RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": null, + "Yield": 275.9, + "Adj Yield": 275.88 + } + }, + { + "rank": 18, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": null, + "Yield": 288.2, + "Adj Yield": 288.07 + } + }, + { + "rank": null, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 289.9, + "Adj Yield": 289.9 + } + } + ], + "n_results": 41, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146046" + ], + "fetched_at": "2026-05-27T02:22:10.333986+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146046.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146046.md new file mode 100644 index 00000000..0d91c411 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146046.md @@ -0,0 +1,71 @@ +# Corn yield trial — Milford, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Iroquois +- **City:** Milford +- **Year:** 2025 +- **Plot ID:** 146046 +- **Cooperator:** VanHoveln Farms Inc +- **Plot average:** 283.47 BU/Ac +- **Planted:** 2025-05-10 +- **Harvested:** 2025-10-24 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146046 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Wyffels | W7876RIB | VT2RIB | - | 16.4 | - | 288.8 | 288.8 | +| 36 | AgriGold | A636-42SSPRIB | SSPRIB | - | 15.0 | - | 253.0 | 253.62 | +| 37 | AgriGold | A637-72VT2RIB | VT2RIB | - | 15.5 | - | 240.0 | 240.41 | +| 9 | AgriGold | A638-91VT2PRO | VT2Pro | - | 16.4 | - | 291.2 | 291.41 | +| 34 | AgriGold | A639-03VT2RIB | VT2RIB | - | 16.0 | - | 264.1 | 264.12 | +| 15 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.3 | - | 288.5 | 288.34 | +| 14 | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.4 | - | 289.1 | 288.76 | +| 27 | AgriGold | A642-18SSPRIB | SSPRIB | - | 16.4 | - | 279.4 | 278.87 | +| 33 | AgriGold | A641-62D-RN | 5122 | - | 17.0 | - | 268.1 | 267.36 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.1 | - | 296.2 | 295.24 | +| 10 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.3 | - | 292.5 | 291.28 | +| 24 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.7 | - | 284.0 | 282.47 | +| 30 | AgriGold | A645-71STXRIB | STXRIB | - | 17.2 | - | 276.2 | 274.28 | +| - | Wyffels | W7876RIB | VT2RIB | - | 16.8 | - | 292.1 | 292.1 | +| 25 | Dekalb | DKC110-10RIB | STXRIB | - | 15.8 | - | 283.6 | 281.68 | +| 7 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 17.4 | - | 295.7 | 294.18 | +| 13 | Dekalb | DKC114-42RIB | SSPRIB | - | 17.0 | - | 290.9 | 289.71 | +| 20 | Dekalb | DKC115-55RIB | TreceptaRIB | - | 16.3 | - | 288.8 | 287.89 | +| 19 | Becks | 5864PCE | PCE | - | 16.1 | - | 288.7 | 288.03 | +| 11 | Becks | 6280TCV2P | TreceptaRIB | - | 17.1 | - | 290.6 | 290.15 | +| 2 | Becks | 6492TCV2P | TreceptaRIB | - | 17.2 | - | 299.7 | 299.46 | +| 16 | Becks | 6574TCV2P | TreceptaRIB | - | 17.0 | - | 288.3 | 288.26 | +| 23 | Golden Harvest | G13M31-AA | 3220EZ | - | 16.9 | - | 282.5 | 282.66 | +| 32 | Golden Harvest | G14B32-DV | 5222 | - | 17.4 | - | 270.9 | 271.27 | +| 28 | Golden Harvest | G15J91-V | 3220 | - | 18.0 | - | 278.0 | 278.58 | +| 35 | Golden Harvest | G15U34-V | 3220EZ | - | 17.1 | - | 262.9 | 263.72 | +| 26 | Golden Harvest | G12U11-AA | 3220EZ | - | 17.4 | - | 279.7 | 280.79 | +| 31 | Golden Harvest | G12S75-D | 5222EZ | - | 17.8 | - | 272.5 | 273.92 | +| - | Wyffels | W7876RIB | VT2RIB | - | 16.8 | - | 287.8 | 287.8 | +| 3 | Pioneer | P14364PCUE | PCUE | - | 17.2 | - | 296.7 | 298.13 | +| 1 | Pioneer | P13777PCE | PCE | - | 17.4 | - | 302.4 | 303.53 | +| 6 | Pioneer | P12517V | Vorceed | - | 16.2 | - | 293.7 | 294.6 | +| 4 | Pioneer | P11616PCE | PCE | - | 16.4 | - | 295.3 | 296.02 | +| 22 | Pioneer | P14830Q | QROME | - | 15.5 | - | 286.6 | 287.16 | +| 17 | Pioneer | P1742Q | QROME | - | 16.5 | - | 287.7 | 288.13 | +| 8 | Pioneer | P18216PCE | PCE | - | 17.7 | - | 292.8 | 293.11 | +| 12 | Wyffels | W7424RIB | PCE | - | 16.1 | - | 289.8 | 289.99 | +| 21 | Wyffels | W7485RIB | TreceptaRIB | - | 15.9 | - | 287.2 | 287.28 | +| 29 | Wyffels | W5684RIB | PCE | - | 14.7 | - | 275.9 | 275.88 | +| 18 | Wyffels | W6505RIB | TreceptaRIB | - | 15.3 | - | 288.2 | 288.07 | +| - | Wyffels | W7876RIB | VT2RIB | - | 16.3 | - | 289.9 | 289.9 | + +Top 5 by Yield: P13777PCE (Pioneer) 302.4, 6492TCV2P (Becks) 299.7, P14364PCUE (Pioneer) 296.7, A643-52VT2RIB (AgriGold) 296.2, DKC112-12RIB (Dekalb) 295.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146047.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146047.json new file mode 100644 index 00000000..e1e24cdf --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146047.json @@ -0,0 +1,569 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146047", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Mildford", + "county": "Iroquois", + "year": 2025, + "plot_id": "146047", + "cooperator": "VanHoveln Farms Inc", + "plot_average": 250.52, + "planted_date": "2025-05-10", + "harvested_date": "2025-10-24", + "population_seeds_per_acre": 24000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 241.3, + "Adj Yield": 241.3 + } + }, + { + "rank": 35, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 225.8, + "Adj Yield": 229.93 + } + }, + { + "rank": 33, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 228.6, + "Adj Yield": 232.25 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 262.3, + "Adj Yield": 265.56 + } + }, + { + "rank": 37, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 223.0, + "Adj Yield": 225.94 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 251.7, + "Adj Yield": 254.37 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 253.2, + "Adj Yield": 255.67 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 261.4, + "Adj Yield": 263.71 + } + }, + { + "rank": 36, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 224.9, + "Adj Yield": 227.12 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 259.8, + "Adj Yield": 261.97 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 260.4, + "Adj Yield": 262.6 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 252.5, + "Adj Yield": 254.8 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 244.6, + "Adj Yield": 247.12 + } + }, + { + "rank": null, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 243.1, + "Adj Yield": 243.1 + } + }, + { + "rank": 19, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 250.0, + "Adj Yield": 252.45 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 270.6, + "Adj Yield": 272.65 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 253.9, + "Adj Yield": 255.58 + } + }, + { + "rank": 22, + "brand": "Dekalb", + "product": "DKC115-55RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 249.0, + "Adj Yield": 250.34 + } + }, + { + "rank": 20, + "brand": "Becks", + "product": "5864PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 250.9, + "Adj Yield": 251.92 + } + }, + { + "rank": 8, + "brand": "Becks", + "product": "6280TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 262.0, + "Adj Yield": 262.71 + } + }, + { + "rank": 1, + "brand": "Becks", + "product": "6492TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 272.3, + "Adj Yield": 272.71 + } + }, + { + "rank": 3, + "brand": "Becks", + "product": "6574TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 269.7, + "Adj Yield": 269.81 + } + }, + { + "rank": 26, + "brand": "Golden Harvest", + "product": "G13M31-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 240.9, + "Adj Yield": 240.73 + } + }, + { + "rank": 28, + "brand": "Golden Harvest", + "product": "G14B32-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 239.0, + "Adj Yield": 238.56 + } + }, + { + "rank": 31, + "brand": "Golden Harvest", + "product": "G15J91-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": null, + "Yield": 235.5, + "Adj Yield": 234.79 + } + }, + { + "rank": 30, + "brand": "Golden Harvest", + "product": "G15U34-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 237.4, + "Adj Yield": 236.44 + } + }, + { + "rank": 27, + "brand": "Golden Harvest", + "product": "G12U11-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 241.2, + "Adj Yield": 240.0 + } + }, + { + "rank": 32, + "brand": "Golden Harvest", + "product": "G12S75-D", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 233.7, + "Adj Yield": 232.28 + } + }, + { + "rank": null, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 247.6, + "Adj Yield": 247.6 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P14364PCUE", + "traits": "PCUE", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 267.1, + "Adj Yield": 265.58 + } + }, + { + "rank": 15, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 256.4, + "Adj Yield": 254.85 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P12517V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 260.1, + "Adj Yield": 258.43 + } + }, + { + "rank": 29, + "brand": "Pioneer", + "product": "P11616PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 240.2, + "Adj Yield": 238.35 + } + }, + { + "rank": 12, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 259.5, + "Adj Yield": 257.4 + } + }, + { + "rank": 18, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": null, + "Yield": 256.6, + "Adj Yield": 254.19 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P18216PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 272.5, + "Adj Yield": 269.71 + } + }, + { + "rank": 21, + "brand": "Wyffels", + "product": "W7424RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 253.9, + "Adj Yield": 250.67 + } + }, + { + "rank": 25, + "brand": "Wyffels", + "product": "W7485RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 249.4, + "Adj Yield": 245.64 + } + }, + { + "rank": 34, + "brand": "Wyffels", + "product": "W5684RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 236.5, + "Adj Yield": 232.12 + } + }, + { + "rank": 23, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 255.4, + "Adj Yield": 250.28 + } + }, + { + "rank": null, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 252.0, + "Adj Yield": 252.0 + } + } + ], + "n_results": 41, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146047" + ], + "fetched_at": "2026-05-27T02:22:10.837647+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146047.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146047.md new file mode 100644 index 00000000..aa9fa42b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146047.md @@ -0,0 +1,71 @@ +# Corn yield trial — Mildford, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Iroquois +- **City:** Mildford +- **Year:** 2025 +- **Plot ID:** 146047 +- **Cooperator:** VanHoveln Farms Inc +- **Plot average:** 250.52 BU/Ac +- **Planted:** 2025-05-10 +- **Harvested:** 2025-10-24 +- **Population:** 24,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146047 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Wyffels | W7876RIB | VT2RIB | - | 17.4 | - | 241.3 | 241.3 | +| 35 | AgriGold | A636-42SSPRIB | SSPRIB | - | 15.9 | - | 225.8 | 229.93 | +| 33 | AgriGold | A637-72VT2RIB | VT2RIB | - | 15.8 | - | 228.6 | 232.25 | +| 6 | AgriGold | A638-91VT2PRO | VT2Pro | - | 16.1 | - | 262.3 | 265.56 | +| 37 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.5 | - | 223.0 | 225.94 | +| 17 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.8 | - | 251.7 | 254.37 | +| 13 | AgriGold | A642-32VT2RIB | VT2RIB | - | 16.8 | - | 253.2 | 255.67 | +| 7 | AgriGold | A642-18SSPRIB | SSPRIB | - | 16.8 | - | 261.4 | 263.71 | +| 36 | AgriGold | A641-62D-RN | 5122 | - | 17.4 | - | 224.9 | 227.12 | +| 10 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.5 | - | 259.8 | 261.97 | +| 9 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.5 | - | 260.4 | 262.6 | +| 16 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.4 | - | 252.5 | 254.8 | +| 24 | AgriGold | A645-71STXRIB | STXRIB | - | 16.9 | - | 244.6 | 247.12 | +| - | Wyffels | W7876RIB | VT2RIB | - | 17.0 | - | 243.1 | 243.1 | +| 19 | Dekalb | DKC110-10RIB | STXRIB | - | 17.0 | - | 250.0 | 252.45 | +| 2 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 16.3 | - | 270.6 | 272.65 | +| 14 | Dekalb | DKC114-42RIB | SSPRIB | - | 18.2 | - | 253.9 | 255.58 | +| 22 | Dekalb | DKC115-55RIB | TreceptaRIB | - | 16.5 | - | 249.0 | 250.34 | +| 20 | Becks | 5864PCE | PCE | - | 16.5 | - | 250.9 | 251.92 | +| 8 | Becks | 6280TCV2P | TreceptaRIB | - | 15.8 | - | 262.0 | 262.71 | +| 1 | Becks | 6492TCV2P | TreceptaRIB | - | 18.1 | - | 272.3 | 272.71 | +| 3 | Becks | 6574TCV2P | TreceptaRIB | - | 16.8 | - | 269.7 | 269.81 | +| 26 | Golden Harvest | G13M31-AA | 3220EZ | - | 17.1 | - | 240.9 | 240.73 | +| 28 | Golden Harvest | G14B32-DV | 5222 | - | 17.1 | - | 239.0 | 238.56 | +| 31 | Golden Harvest | G15J91-V | 3220 | - | 19.8 | - | 235.5 | 234.79 | +| 30 | Golden Harvest | G15U34-V | 3220EZ | - | 17.0 | - | 237.4 | 236.44 | +| 27 | Golden Harvest | G12U11-AA | 3220EZ | - | 17.2 | - | 241.2 | 240.0 | +| 32 | Golden Harvest | G12S75-D | 5222EZ | - | 17.4 | - | 233.7 | 232.28 | +| - | Wyffels | W7876RIB | VT2RIB | - | 17.8 | - | 247.6 | 247.6 | +| 5 | Pioneer | P14364PCUE | PCUE | - | 17.4 | - | 267.1 | 265.58 | +| 15 | Pioneer | P13777PCE | PCE | - | 17.4 | - | 256.4 | 254.85 | +| 11 | Pioneer | P12517V | Vorceed | - | 16.6 | - | 260.1 | 258.43 | +| 29 | Pioneer | P11616PCE | PCE | - | 18.6 | - | 240.2 | 238.35 | +| 12 | Pioneer | P14830Q | QROME | - | 16.8 | - | 259.5 | 257.4 | +| 18 | Pioneer | P1742Q | QROME | - | 19.9 | - | 256.6 | 254.19 | +| 4 | Pioneer | P18216PCE | PCE | - | 17.3 | - | 272.5 | 269.71 | +| 21 | Wyffels | W7424RIB | PCE | - | 17.6 | - | 253.9 | 250.67 | +| 25 | Wyffels | W7485RIB | TreceptaRIB | - | 17.0 | - | 249.4 | 245.64 | +| 34 | Wyffels | W5684RIB | PCE | - | 16.2 | - | 236.5 | 232.12 | +| 23 | Wyffels | W6505RIB | TreceptaRIB | - | 17.1 | - | 255.4 | 250.28 | +| - | Wyffels | W7876RIB | VT2RIB | - | 17.8 | - | 252.0 | 252.0 | + +Top 5 by Yield: P18216PCE (Pioneer) 272.5, 6492TCV2P (Becks) 272.3, DKC112-12RIB (Dekalb) 270.6, 6574TCV2P (Becks) 269.7, P14364PCUE (Pioneer) 267.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146076.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146076.json new file mode 100644 index 00000000..5a25769f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146076.json @@ -0,0 +1,127 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146076", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Shannon", + "county": "Carroll", + "year": 2025, + "plot_id": "146076", + "cooperator": "Kirk Dorty", + "plot_average": 233.48, + "planted_date": "2025-05-13", + "harvested_date": "2025-10-27", + "population_seeds_per_acre": 35600, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 5, + "brand": "AgriGold", + "product": "A632-68", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 57.3, + "Yield": 220.6, + "Adj Yield": 220.6 + } + }, + { + "rank": 3, + "brand": "Wyffels", + "product": "W5680", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 57.6, + "Yield": 246.3, + "Adj Yield": 246.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A640-24", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.3, + "Yield": 252.6, + "Adj Yield": 252.6 + } + }, + { + "rank": 2, + "brand": "Wyffels", + "product": "W6880", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.0, + "Yield": 250.5, + "Adj Yield": 250.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.0, + "Yield": 226.1, + "Adj Yield": 226.1 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 57.5, + "Yield": 204.8, + "Adj Yield": 204.8 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A635-54", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 56.0, + "Yield": 202.4, + "Adj Yield": 202.4 + } + } + ], + "n_results": 7, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146076" + ], + "fetched_at": "2026-05-27T02:22:11.278264+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146076.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146076.md new file mode 100644 index 00000000..b14b5e13 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146076.md @@ -0,0 +1,37 @@ +# Corn yield trial — Shannon, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Carroll +- **City:** Shannon +- **Year:** 2025 +- **Plot ID:** 146076 +- **Cooperator:** Kirk Dorty +- **Plot average:** 233.48 BU/Ac +- **Planted:** 2025-05-13 +- **Harvested:** 2025-10-27 +- **Population:** 35,600 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146076 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | AgriGold | A632-68 | C | - | 14.9 | 57.3 | 220.6 | 220.6 | +| 3 | Wyffels | W5680 | C | - | 16.5 | 57.6 | 246.3 | 246.3 | +| 1 | AgriGold | A640-24 | C | - | 16.0 | 58.3 | 252.6 | 252.6 | +| 2 | Wyffels | W6880 | C | - | 16.0 | 58.0 | 250.5 | 250.5 | +| 4 | AgriGold | A642-32 | C | - | 15.6 | 59.0 | 226.1 | 226.1 | +| 6 | AgriGold | A645-16 | C | - | 15.5 | 57.5 | 204.8 | 204.8 | +| - | AgriGold | A635-54 | C | - | 14.7 | 56.0 | 202.4 | 202.4 | + +Top 5 by Yield: A640-24 (AgriGold) 252.6, W6880 (Wyffels) 250.5, W5680 (Wyffels) 246.3, A642-32 (AgriGold) 226.1, A632-68 (AgriGold) 220.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146097.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146097.json new file mode 100644 index 00000000..a7695db7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146097.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146097", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Lanark", + "county": "Carroll", + "year": 2025, + "plot_id": "146097", + "cooperator": "Les Nelson", + "plot_average": 247.03, + "planted_date": "2025-05-13", + "harvested_date": "2025-10-22", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 56.7, + "Yield": 253.0, + "Adj Yield": 253.0 + } + }, + { + "rank": 2, + "brand": "Prairie Hybrids", + "product": "6436", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": 53.2, + "Yield": 264.5, + "Adj Yield": 264.5 + } + }, + { + "rank": 6, + "brand": "Cornelius", + "product": "C7164", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 55.0, + "Yield": 248.4, + "Adj Yield": 248.4 + } + }, + { + "rank": 7, + "brand": "Wyffels", + "product": "W6880", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 55.5, + "Yield": 246.0, + "Adj Yield": 246.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A640-24", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 54.2, + "Yield": 252.2, + "Adj Yield": 252.2 + } + }, + { + "rank": 1, + "brand": "Prairie Hybrids", + "product": "6854", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 53.8, + "Yield": 266.4, + "Adj Yield": 266.4 + } + }, + { + "rank": 10, + "brand": "Cornelius", + "product": "C7088", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 53.9, + "Yield": 243.9, + "Adj Yield": 243.9 + } + }, + { + "rank": 8, + "brand": "Prairie Hybrids", + "product": "6755", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 54.2, + "Yield": 245.9, + "Adj Yield": 245.9 + } + }, + { + "rank": 14, + "brand": "Wyffels", + "product": "W6110", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 56.8, + "Yield": 232.9, + "Adj Yield": 232.9 + } + }, + { + "rank": 12, + "brand": "Wyffels", + "product": "W5680", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 55.7, + "Yield": 240.5, + "Adj Yield": 240.5 + } + }, + { + "rank": 11, + "brand": "Cornelius", + "product": "C6618", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 57.0, + "Yield": 242.9, + "Adj Yield": 242.9 + } + }, + { + "rank": 3, + "brand": "Prairie Hybrids", + "product": "4556", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 53.7, + "Yield": 256.3, + "Adj Yield": 256.3 + } + }, + { + "rank": 15, + "brand": "Wyffels", + "product": "W5080", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 53.4, + "Yield": 231.8, + "Adj Yield": 231.8 + } + }, + { + "rank": 9, + "brand": "Cornelius", + "product": "C6523", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 56.1, + "Yield": 244.3, + "Adj Yield": 244.3 + } + }, + { + "rank": 13, + "brand": "Prairie Hybrids", + "product": "3054", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 55.2, + "Yield": 236.5, + "Adj Yield": 236.5 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146097" + ], + "fetched_at": "2026-05-27T02:22:11.792706+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146097.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146097.md new file mode 100644 index 00000000..2a83da20 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146097.md @@ -0,0 +1,45 @@ +# Corn yield trial — Lanark, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Carroll +- **City:** Lanark +- **Year:** 2025 +- **Plot ID:** 146097 +- **Cooperator:** Les Nelson +- **Plot average:** 247.03 BU/Ac +- **Planted:** 2025-05-13 +- **Harvested:** 2025-10-22 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146097 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 4 | AgriGold | A642-32 | C | - | 22.1 | 56.7 | 253.0 | 253.0 | +| 2 | Prairie Hybrids | 6436 | C | - | 22.5 | 53.2 | 264.5 | 264.5 | +| 6 | Cornelius | C7164 | C | - | 22.2 | 55.0 | 248.4 | 248.4 | +| 7 | Wyffels | W6880 | C | - | 21.3 | 55.5 | 246.0 | 246.0 | +| 5 | AgriGold | A640-24 | C | - | 21.9 | 54.2 | 252.2 | 252.2 | +| 1 | Prairie Hybrids | 6854 | C | - | 21.1 | 53.8 | 266.4 | 266.4 | +| 10 | Cornelius | C7088 | C | - | 22.4 | 53.9 | 243.9 | 243.9 | +| 8 | Prairie Hybrids | 6755 | C | - | 22.4 | 54.2 | 245.9 | 245.9 | +| 14 | Wyffels | W6110 | C | - | 21.7 | 56.8 | 232.9 | 232.9 | +| 12 | Wyffels | W5680 | C | - | 21.0 | 55.7 | 240.5 | 240.5 | +| 11 | Cornelius | C6618 | C | - | 20.7 | 57.0 | 242.9 | 242.9 | +| 3 | Prairie Hybrids | 4556 | C | - | 20.2 | 53.7 | 256.3 | 256.3 | +| 15 | Wyffels | W5080 | C | - | 21.2 | 53.4 | 231.8 | 231.8 | +| 9 | Cornelius | C6523 | C | - | 20.5 | 56.1 | 244.3 | 244.3 | +| 13 | Prairie Hybrids | 3054 | C | - | 21.7 | 55.2 | 236.5 | 236.5 | + +Top 5 by Yield: 6854 (Prairie Hybrids) 266.4, 6436 (Prairie Hybrids) 264.5, 4556 (Prairie Hybrids) 256.3, A642-32 (AgriGold) 253.0, A640-24 (AgriGold) 252.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146151.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146151.json new file mode 100644 index 00000000..d74e5e36 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146151.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146151", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "AR", + "state_abbrev": "ar", + "city": "Paragould", + "county": "Greene", + "year": 2025, + "plot_id": "146151", + "cooperator": "Derek Boling", + "plot_average": 270.88, + "planted_date": "2025-04-17", + "harvested_date": "2025-09-02", + "population_seeds_per_acre": 35500, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silty Clay", + "tillage": "Ridge Till", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "Progeny Seed", + "product": "PGY2419TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 59.5, + "Yield": 286.1, + "Adj Yield": 286.1 + } + }, + { + "rank": 8, + "brand": "Becks", + "product": "6492TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 60.0, + "Yield": 272.5, + "Adj Yield": 272.5 + } + }, + { + "rank": 3, + "brand": "Dyna Gro", + "product": "D58VC74", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 59.7, + "Yield": 277.3, + "Adj Yield": 277.3 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 58.7, + "Yield": 267.3, + "Adj Yield": 267.3 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 58.8, + "Yield": 276.6, + "Adj Yield": 276.6 + } + }, + { + "rank": 14, + "brand": "Pioneer", + "product": "P18216PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 57.8, + "Yield": 264.3, + "Adj Yield": 264.3 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 59.5, + "Yield": 259.2, + "Adj Yield": 259.2 + } + }, + { + "rank": 4, + "brand": "Progeny Seed", + "product": "PGY2314TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 59.3, + "Yield": 277.2, + "Adj Yield": 277.2 + } + }, + { + "rank": 7, + "brand": "Becks", + "product": "6700V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 56.6, + "Yield": 274.3, + "Adj Yield": 274.3 + } + }, + { + "rank": 6, + "brand": "Dyna Gro", + "product": "D60TC45", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 57.2, + "Yield": 276.2, + "Adj Yield": 276.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 58.7, + "Yield": 270.3, + "Adj Yield": 270.3 + } + }, + { + "rank": 12, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 57.5, + "Yield": 266.1, + "Adj Yield": 266.1 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC66-06", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 58.7, + "Yield": 269.3, + "Adj Yield": 269.3 + } + }, + { + "rank": 1, + "brand": "Becks", + "product": "6973TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 56.9, + "Yield": 288.4, + "Adj Yield": 288.4 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 57.3, + "Yield": 265.0, + "Adj Yield": 265.0 + } + }, + { + "rank": 16, + "brand": "Becks", + "product": "6774V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 58.5, + "Yield": 244.0, + "Adj Yield": 244.0 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146151" + ], + "fetched_at": "2026-05-27T02:22:12.302542+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146151.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146151.md new file mode 100644 index 00000000..44b30491 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146151.md @@ -0,0 +1,46 @@ +# Corn yield trial — Paragould, AR, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** AR +- **County:** Greene +- **City:** Paragould +- **Year:** 2025 +- **Plot ID:** 146151 +- **Cooperator:** Derek Boling +- **Plot average:** 270.88 BU/Ac +- **Planted:** 2025-04-17 +- **Harvested:** 2025-09-02 +- **Population:** 35,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silty Clay +- **Tillage:** Ridge Till +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146151 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | Progeny Seed | PGY2419TRE | Trecepta | - | 17.8 | 59.5 | 286.1 | 286.1 | +| 8 | Becks | 6492TCV2P | TreceptaRIB | - | 16.0 | 60.0 | 272.5 | 272.5 | +| 3 | Dyna Gro | D58VC74 | VT2Pro | - | 16.9 | 59.7 | 277.3 | 277.3 | +| 11 | AgriGold | A647-79VT2PRO | VT2Pro | - | 16.7 | 58.7 | 267.3 | 267.3 | +| 5 | Dekalb | DKC68-35 | VT2Pro | - | 16.4 | 58.8 | 276.6 | 276.6 | +| 14 | Pioneer | P18216PCE | PCE | - | 16.5 | 57.8 | 264.3 | 264.3 | +| 15 | AgriGold | A645-30VT2RIB | VT2RIB | - | 16.8 | 59.5 | 259.2 | 259.2 | +| 4 | Progeny Seed | PGY2314TRE | Trecepta | - | 17.4 | 59.3 | 277.2 | 277.2 | +| 7 | Becks | 6700V2P | VT2RIB | - | 16.9 | 56.6 | 274.3 | 274.3 | +| 6 | Dyna Gro | D60TC45 | Trecepta | - | 18.2 | 57.2 | 276.2 | 276.2 | +| 9 | AgriGold | A646-17TRC | Trecepta | - | 15.9 | 58.7 | 270.3 | 270.3 | +| 12 | Pioneer | P13777PCE | PCE | - | 16.9 | 57.5 | 266.1 | 266.1 | +| 10 | Dekalb | DKC66-06 | Trecepta | - | 16.2 | 58.7 | 269.3 | 269.3 | +| 1 | Becks | 6973TCV2P | TreceptaRIB | - | 19.0 | 56.9 | 288.4 | 288.4 | +| 13 | AgriGold | A642-18SSPRIB | SSPRIB | - | 17.6 | 57.3 | 265.0 | 265.0 | +| 16 | Becks | 6774V2P | VT2RIB | - | 18.5 | 58.5 | 244.0 | 244.0 | + +Top 5 by Yield: 6973TCV2P (Becks) 288.4, PGY2419TRE (Progeny Seed) 286.1, D58VC74 (Dyna Gro) 277.3, PGY2314TRE (Progeny Seed) 277.2, DKC68-35 (Dekalb) 276.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146185.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146185.json new file mode 100644 index 00000000..0d48181e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146185.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146185", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Wheeler", + "county": "Jasper", + "year": 2025, + "plot_id": "146185", + "cooperator": "Rick Meinhart", + "plot_average": 245.96, + "planted_date": "2025-05-16", + "harvested_date": "2025-10-09", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": null, + "Yield": 241.3, + "Adj Yield": 241.3 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 241.1, + "Adj Yield": 241.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 250.1, + "Adj Yield": 250.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 269.0, + "Adj Yield": 269.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 258.0, + "Adj Yield": 258.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 269.1, + "Adj Yield": 269.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 241.0, + "Adj Yield": 241.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 245.4, + "Adj Yield": 245.4 + } + }, + { + "rank": 3, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": null, + "Yield": 258.6, + "Adj Yield": 258.6 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 239.2, + "Adj Yield": 239.2 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 225.9, + "Adj Yield": 225.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 248.9, + "Adj Yield": 248.9 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": null, + "Yield": 240.7, + "Adj Yield": 240.7 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": null, + "Yield": 234.0, + "Adj Yield": 234.0 + } + }, + { + "rank": 14, + "brand": "Channel", + "product": "218-66VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": null, + "Yield": 227.1, + "Adj Yield": 227.1 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146185" + ], + "fetched_at": "2026-05-27T02:22:12.753631+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146185.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146185.md new file mode 100644 index 00000000..edabb509 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146185.md @@ -0,0 +1,45 @@ +# Corn yield trial — Wheeler, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Jasper +- **City:** Wheeler +- **Year:** 2025 +- **Plot ID:** 146185 +- **Cooperator:** Rick Meinhart +- **Plot average:** 245.96 BU/Ac +- **Planted:** 2025-05-16 +- **Harvested:** 2025-10-09 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146185 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | AgriGold | A639-38V-RN | 3220 | - | 15.1 | - | 241.3 | 241.3 | +| 9 | AgriGold | A640-94VT4PRO | VT4Pro | - | 16.8 | - | 241.1 | 241.1 | +| 5 | AgriGold | A641-26V | 3220EZ | - | 16.5 | - | 250.1 | 250.1 | +| 2 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.9 | - | 269.0 | 269.0 | +| 4 | AgriGold | A642-18SSPRIB | SSPRIB | - | 16.2 | - | 258.0 | 258.0 | +| 1 | AgriGold | A642-18TRC | Trecepta | - | 16.3 | - | 269.1 | 269.1 | +| 10 | AgriGold | A642-32VT2RIB | VT2RIB | - | 16.9 | - | 241.0 | 241.0 | +| 7 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.5 | - | 245.4 | 245.4 | +| 3 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 15.1 | - | 258.6 | 258.6 | +| 12 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.6 | - | 239.2 | 239.2 | +| 15 | AgriGold | A645-30VT2RIB | VT2RIB | - | 16.4 | - | 225.9 | 225.9 | +| 6 | AgriGold | A645-55VT2PRO | VT2Pro | - | 15.2 | - | 248.9 | 248.9 | +| 11 | AgriGold | A646-17TRC | Trecepta | - | 15.4 | - | 240.7 | 240.7 | +| 13 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 15.4 | - | 234.0 | 234.0 | +| 14 | Channel | 218-66VT2PRIB | VT2RIB | - | 15.3 | - | 227.1 | 227.1 | + +Top 5 by Yield: A642-18TRC (AgriGold) 269.1, A642-05VT2RIBD1 (AgriGold) 269.0, 214-78DGVT2PRIB (Channel) 258.6, A642-18SSPRIB (AgriGold) 258.0, A641-26V (AgriGold) 250.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146217.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146217.json new file mode 100644 index 00000000..ec514e25 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146217.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146217", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Albion", + "county": "Wabash", + "year": 2025, + "plot_id": "146217", + "cooperator": "Matt & Leland Marriott", + "plot_average": 187.35, + "planted_date": "2025-05-17", + "harvested_date": "2025-10-14", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-17W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 63.5, + "Yield": 166.7, + "Adj Yield": 166.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-27W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 61.7, + "Yield": 178.1, + "Adj Yield": 183.84 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "J6233W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 61.8, + "Yield": 167.4, + "Adj Yield": 171.86 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "H6422W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 62.3, + "Yield": 173.0, + "Adj Yield": 176.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "K6238", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.6, + "Yield": 173.7, + "Adj Yield": 175.61 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "K7003", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 62.7, + "Yield": 173.7, + "Adj Yield": 174.33 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P15143W", + "traits": "", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 61.7, + "Yield": 206.3, + "Adj Yield": 205.63 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P1656W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 61.2, + "Yield": 205.5, + "Adj Yield": 203.63 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P13304W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 61.9, + "Yield": 216.0, + "Adj Yield": 212.86 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P1790W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 61.7, + "Yield": 187.9, + "Adj Yield": 182.2 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-17W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 61.1, + "Yield": 180.6, + "Adj Yield": 180.6 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146217" + ], + "fetched_at": "2026-05-27T02:22:13.294688+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146217.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146217.md new file mode 100644 index 00000000..b65c280c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146217.md @@ -0,0 +1,40 @@ +# Corn yield trial — Albion, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Wabash +- **City:** Albion +- **Year:** 2025 +- **Plot ID:** 146217 +- **Cooperator:** Matt & Leland Marriott +- **Plot average:** 187.35 BU/Ac +- **Planted:** 2025-05-17 +- **Harvested:** 2025-10-14 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146217 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-17W | W | - | 15.2 | 63.5 | 166.7 | 166.7 | +| 4 | AgriGold | A644-27W | W | - | 16.6 | 61.7 | 178.1 | 183.84 | +| 9 | AgriGold | J6233W | W | - | 16.1 | 61.8 | 167.4 | 171.86 | +| 6 | AgriGold | H6422W | W | - | 16.2 | 62.3 | 173.0 | 176.2 | +| 7 | AgriGold | K6238 | W | - | 16.8 | 58.6 | 173.7 | 175.61 | +| 8 | AgriGold | K7003 | W | - | 17.3 | 62.7 | 173.7 | 174.33 | +| 2 | Pioneer | P15143W | - | - | 14.4 | 61.7 | 206.3 | 205.63 | +| 3 | Pioneer | P1656W | W | - | 15.2 | 61.2 | 205.5 | 203.63 | +| 1 | Pioneer | P13304W | W | - | 13.9 | 61.9 | 216.0 | 212.86 | +| 5 | Pioneer | P1790W | W | - | 15.4 | 61.7 | 187.9 | 182.2 | +| - | AgriGold | A643-17W | W | - | 15.3 | 61.1 | 180.6 | 180.6 | + +Top 5 by Yield: P13304W (Pioneer) 216.0, P15143W (Pioneer) 206.3, P1656W (Pioneer) 205.5, P1790W (Pioneer) 187.9, A643-17W (AgriGold) 180.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146248.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146248.json new file mode 100644 index 00000000..8a171e8a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146248.json @@ -0,0 +1,465 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146248", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Fairbury", + "county": "Jefferson", + "year": 2025, + "plot_id": "146248", + "cooperator": "Itzen Ag", + "plot_average": 221.06, + "planted_date": "2025-05-09", + "harvested_date": "2025-11-19", + "population_seeds_per_acre": 24000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 61.1, + "Yield": 197.4, + "Adj Yield": 197.4 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 61.1, + "Yield": 197.4, + "Adj Yield": 202.72 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.4, + "Yield": 211.3, + "Adj Yield": 213.88 + } + }, + { + "rank": 28, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.8, + "Yield": 198.1, + "Adj Yield": 198.28 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 61.0, + "Yield": 216.3, + "Adj Yield": 214.3 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 60.4, + "Yield": 224.5, + "Adj Yield": 220.1 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.0, + "Yield": 208.1, + "Adj Yield": 200.92 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 60.9, + "Yield": 222.0, + "Adj Yield": 211.23 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 61.4, + "Yield": 222.7, + "Adj Yield": 222.7 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A640-16DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 61.1, + "Yield": 218.1, + "Adj Yield": 207.34 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 60.6, + "Yield": 222.2, + "Adj Yield": 214.97 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 58.2, + "Yield": 210.3, + "Adj Yield": 205.46 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 61.5, + "Yield": 242.5, + "Adj Yield": 239.51 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 59.5, + "Yield": 220.1, + "Adj Yield": 218.66 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 61.2, + "Yield": 225.5, + "Adj Yield": 225.37 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 62.3, + "Yield": 231.1, + "Adj Yield": 232.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 63.0, + "Yield": 204.2, + "Adj Yield": 204.2 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 61.2, + "Yield": 209.3, + "Adj Yield": 210.88 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 61.0, + "Yield": 227.8, + "Adj Yield": 229.7 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC108-17RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 59.7, + "Yield": 231.2, + "Adj Yield": 233.83 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 60.1, + "Yield": 220.4, + "Adj Yield": 224.07 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 61.8, + "Yield": 234.6, + "Adj Yield": 239.77 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC115-55RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 61.2, + "Yield": 240.9, + "Adj Yield": 248.12 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 62.7, + "Yield": 227.5, + "Adj Yield": 237.84 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 60.1, + "Yield": 190.5, + "Adj Yield": 190.5 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC119-09TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 62.3, + "Yield": 244.7, + "Adj Yield": 254.99 + } + }, + { + "rank": 14, + "brand": "Seitec", + "product": "Unknown", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.7, + "Yield": 213.4, + "Adj Yield": 220.15 + } + }, + { + "rank": 25, + "brand": "Seitec", + "product": "6003PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 59.4, + "Yield": 201.1, + "Adj Yield": 205.11 + } + }, + { + "rank": 9, + "brand": "Seitec", + "product": "Unknown", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.4, + "Yield": 227.8, + "Adj Yield": 229.46 + } + }, + { + "rank": 12, + "brand": "Seitec", + "product": "6273VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 60.7, + "Yield": 223.2, + "Adj Yield": 222.48 + } + }, + { + "rank": 13, + "brand": "Seitec", + "product": "6349VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.3, + "Yield": 224.3, + "Adj Yield": 221.13 + } + }, + { + "rank": 23, + "brand": "Seitec", + "product": "6531PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 61.1, + "Yield": 213.4, + "Adj Yield": 207.31 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 62.0, + "Yield": 215.9, + "Adj Yield": 215.9 + } + } + ], + "n_results": 33, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146248" + ], + "fetched_at": "2026-05-27T02:22:13.875031+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146248.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146248.md new file mode 100644 index 00000000..550862b4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146248.md @@ -0,0 +1,63 @@ +# Corn yield trial — Fairbury, NE, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Jefferson +- **City:** Fairbury +- **Year:** 2025 +- **Plot ID:** 146248 +- **Cooperator:** Itzen Ag +- **Plot average:** 221.06 BU/Ac +- **Planted:** 2025-05-09 +- **Harvested:** 2025-11-19 +- **Population:** 24,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146248 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.8 | 61.1 | 197.4 | 197.4 | +| 26 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.8 | 61.1 | 197.4 | 202.72 | +| 19 | AgriGold | A636-16-5222EZ | 5222EZ | - | 14.3 | 59.4 | 211.3 | 213.88 | +| 28 | AgriGold | A636-39-3110 | 3110 | - | 14.5 | 59.8 | 198.1 | 198.28 | +| 18 | AgriGold | A637-72VT2RIB | VT2RIB | - | 15.0 | 61.0 | 216.3 | 214.3 | +| 15 | AgriGold | A638-91VT2PRO | VT2Pro | - | 14.3 | 60.4 | 224.5 | 220.1 | +| 27 | AgriGold | A639-38V-RN | 3220 | - | 14.2 | 60.0 | 208.1 | 200.92 | +| 20 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.5 | 60.9 | 222.0 | 211.23 | +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.6 | 61.4 | 222.7 | 222.7 | +| 22 | AgriGold | A640-16DV-RN | 5222 | - | 14.1 | 61.1 | 218.1 | 207.34 | +| 17 | AgriGold | A641-26V | 3220EZ | - | 14.6 | 60.6 | 222.2 | 214.97 | +| 24 | AgriGold | A641-62D-RN | 5122 | - | 14.3 | 58.2 | 210.3 | 205.46 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.7 | 61.5 | 242.5 | 239.51 | +| 16 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.1 | 59.5 | 220.1 | 218.66 | +| 10 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.2 | 61.2 | 225.5 | 225.37 | +| 7 | AgriGold | A645-30VT2RIB | VT2RIB | - | 15.1 | 62.3 | 231.1 | 232.1 | +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.2 | 63.0 | 204.2 | 204.2 | +| 21 | AgriGold | A646-30VT2RIB | VT2RIB | - | 14.9 | 61.2 | 209.3 | 210.88 | +| 8 | AgriGold | A646-17STXRIB | STXRIB | - | 14.9 | 61.0 | 227.8 | 229.7 | +| 6 | Dekalb | DKC108-17RIB | TreceptaRIB | - | 14.9 | 59.7 | 231.2 | 233.83 | +| 11 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 15.5 | 60.1 | 220.4 | 224.07 | +| 3 | Dekalb | DKC114-43RIB | VT4RIB | - | 15.6 | 61.8 | 234.6 | 239.77 | +| 2 | Dekalb | DKC115-55RIB | TreceptaRIB | - | 15.6 | 61.2 | 240.9 | 248.12 | +| 5 | Dekalb | DKC68-35RIB | VT2RIB | - | 15.2 | 62.7 | 227.5 | 237.84 | +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.7 | 60.1 | 190.5 | 190.5 | +| 1 | Dekalb | DKC119-09TRC | Trecepta | - | 15.6 | 62.3 | 244.7 | 254.99 | +| 14 | Seitec | Unknown | Unknown | - | 15.4 | 60.7 | 213.4 | 220.15 | +| 25 | Seitec | 6003PCE | PCE | - | 15.5 | 59.4 | 201.1 | 205.11 | +| 9 | Seitec | Unknown | Unknown | - | 14.9 | 58.4 | 227.8 | 229.46 | +| 12 | Seitec | 6273VT2PRIB | VT2RIB | - | 15.0 | 60.7 | 223.2 | 222.48 | +| 13 | Seitec | 6349VT2PRIB | VT2RIB | - | 15.2 | 60.3 | 224.3 | 221.13 | +| 23 | Seitec | 6531PCE | PCE | - | 15.0 | 61.1 | 213.4 | 207.31 | +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.4 | 62.0 | 215.9 | 215.9 | + +Top 5 by Yield: DKC119-09TRC (Dekalb) 244.7, A643-52VT2RIB (AgriGold) 242.5, DKC115-55RIB (Dekalb) 240.9, DKC114-43RIB (Dekalb) 234.6, DKC108-17RIB (Dekalb) 231.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146249.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146249.json new file mode 100644 index 00000000..1eb42910 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146249.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146249", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Giltner", + "county": "Hamilton", + "year": 2025, + "plot_id": "146249", + "cooperator": "Rick Hunnicutt", + "plot_average": 229.66, + "planted_date": "2025-04-30", + "harvested_date": "2025-10-20", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Ridge Till", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 3, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 61.2, + "Yield": 236.1, + "Adj Yield": 236.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.5, + "Yield": 218.1, + "Adj Yield": 218.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 61.4, + "Yield": 238.9, + "Adj Yield": 238.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 62.2, + "Yield": 221.9, + "Adj Yield": 221.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 61.9, + "Yield": 225.1, + "Adj Yield": 225.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 59.7, + "Yield": 228.1, + "Adj Yield": 228.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 61.0, + "Yield": 240.9, + "Adj Yield": 240.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 59.9, + "Yield": 228.2, + "Adj Yield": 228.2 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146249" + ], + "fetched_at": "2026-05-27T02:22:14.293708+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146249.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146249.md new file mode 100644 index 00000000..f36dbff2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146249.md @@ -0,0 +1,38 @@ +# Corn yield trial — Giltner, NE, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Hamilton +- **City:** Giltner +- **Year:** 2025 +- **Plot ID:** 146249 +- **Cooperator:** Rick Hunnicutt +- **Plot average:** 229.66 BU/Ac +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-20 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Ridge Till +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146249 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | AgriGold | A641-26V | 3220EZ | - | 17.2 | 61.2 | 236.1 | 236.1 | +| 8 | AgriGold | A641-62D-RN | 5122 | - | 16.8 | 58.5 | 218.1 | 218.1 | +| 2 | AgriGold | A642-18SSPRIB | SSPRIB | - | 17.2 | 61.4 | 238.9 | 238.9 | +| 7 | AgriGold | A642-32VT2RIB | VT2RIB | - | 16.1 | 62.2 | 221.9 | 221.9 | +| 6 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.3 | 61.9 | 225.1 | 225.1 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.9 | 59.7 | 228.1 | 228.1 | +| 1 | AgriGold | A645-30VT2RIB | VT2RIB | - | 18.2 | 61.0 | 240.9 | 240.9 | +| 4 | AgriGold | A646-17STXRIB | STXRIB | - | 17.5 | 59.9 | 228.2 | 228.2 | + +Top 5 by Yield: A645-30VT2RIB (AgriGold) 240.9, A642-18SSPRIB (AgriGold) 238.9, A641-26V (AgriGold) 236.1, A646-17STXRIB (AgriGold) 228.2, A644-64VT2RIB (AgriGold) 228.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146250.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146250.json new file mode 100644 index 00000000..f842a4d6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146250.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146250", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "St. Paul", + "county": "Howard", + "year": 2025, + "plot_id": "146250", + "cooperator": "Trevor & Riley Jakubowski", + "plot_average": 265.86, + "planted_date": "2025-04-25", + "harvested_date": "2025-10-31", + "population_seeds_per_acre": 32500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Ridge Till", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 60.4, + "Yield": 276.3, + "Adj Yield": 276.3 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.1, + "Yield": 242.2, + "Adj Yield": 243.37 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 61.7, + "Yield": 276.2, + "Adj Yield": 277.23 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 59.0, + "Yield": 251.8, + "Adj Yield": 252.57 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 59.6, + "Yield": 276.7, + "Adj Yield": 277.29 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 60.2, + "Yield": 245.0, + "Adj Yield": 245.46 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.9, + "Yield": 256.4, + "Adj Yield": 256.68 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 59.5, + "Yield": 276.6, + "Adj Yield": 276.67 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 59.5, + "Yield": 283.4, + "Adj Yield": 283.31 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 63.1, + "Yield": 279.4, + "Adj Yield": 279.17 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 62.1, + "Yield": 267.3, + "Adj Yield": 266.86 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 61.4, + "Yield": 243.9, + "Adj Yield": 243.26 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.5, + "Yield": 277.6, + "Adj Yield": 276.82 + } + }, + { + "rank": 8, + "brand": "Becks", + "product": "6374V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 60.1, + "Yield": 268.0, + "Adj Yield": 266.95 + } + }, + { + "rank": 7, + "brand": "Becks", + "product": "6692SXP", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 60.1, + "Yield": 277.5, + "Adj Yield": 276.35 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 60.6, + "Yield": 279.0, + "Adj Yield": 279.0 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146250" + ], + "fetched_at": "2026-05-27T02:22:14.803789+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146250.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146250.md new file mode 100644 index 00000000..48e4cbc0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146250.md @@ -0,0 +1,46 @@ +# Corn yield trial — St. Paul, NE, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Howard +- **City:** St. Paul +- **Year:** 2025 +- **Plot ID:** 146250 +- **Cooperator:** Trevor & Riley Jakubowski +- **Plot average:** 265.86 BU/Ac +- **Planted:** 2025-04-25 +- **Harvested:** 2025-10-31 +- **Population:** 32,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Ridge Till +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146250 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.1 | 60.4 | 276.3 | 276.3 | +| 13 | AgriGold | A639-38V-RN | 3220 | - | 14.2 | 60.1 | 242.2 | 243.37 | +| 4 | AgriGold | A640-94VT4PRO | VT4Pro | - | 14.2 | 61.7 | 276.2 | 277.23 | +| 11 | AgriGold | A641-26V | 3220EZ | - | 14.8 | 59.0 | 251.8 | 252.57 | +| 3 | AgriGold | A642-18TRC | Trecepta | - | 15.8 | 59.6 | 276.7 | 277.29 | +| 12 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 13.2 | 60.2 | 245.0 | 245.46 | +| 10 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.5 | 59.9 | 256.4 | 256.68 | +| 6 | AgriGold | A644-64VT2RIB | VT2RIB | - | 12.9 | 59.5 | 276.6 | 276.67 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.9 | 59.5 | 283.4 | 283.31 | +| 2 | AgriGold | A645-30VT2RIB | VT2RIB | - | 14.5 | 63.1 | 279.4 | 279.17 | +| 9 | AgriGold | A641-62D-RN | 5122 | - | 13.6 | 62.1 | 267.3 | 266.86 | +| 14 | AgriGold | A645-55VT2PRO | VT2Pro | - | 15.4 | 61.4 | 243.9 | 243.26 | +| 5 | AgriGold | A646-17TRC | Trecepta | - | 14.8 | 58.5 | 277.6 | 276.82 | +| 8 | Becks | 6374V2P | VT2RIB | - | 14.6 | 60.1 | 268.0 | 266.95 | +| 7 | Becks | 6692SXP | SSPRIB | - | 15.8 | 60.1 | 277.5 | 276.35 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.8 | 60.6 | 279.0 | 279.0 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 283.4, A645-30VT2RIB (AgriGold) 279.4, A644-64VT2RIB (AgriGold) 279.0, A646-17TRC (AgriGold) 277.6, 6692SXP (Becks) 277.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146261.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146261.json new file mode 100644 index 00000000..fed4b899 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146261.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146261", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Hardy", + "county": "Nuckolls", + "year": 2025, + "plot_id": "146261", + "cooperator": "Tri-C Farms", + "plot_average": 195.41, + "planted_date": "2025-05-07", + "harvested_date": "2025-10-31", + "population_seeds_per_acre": 26000, + "row_width": "30.0\"", + "num_rows": 12, + "soil_type": "Clay Loam", + "tillage": "Minimum", + "previous_crop": "Wheat", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Channel", + "product": "216-82VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": null, + "Yield": 155.2, + "Adj Yield": 155.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 223.0, + "Adj Yield": 222.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": null, + "Yield": 212.8, + "Adj Yield": 212.71 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": null, + "Yield": 191.0, + "Adj Yield": 190.96 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 167.7, + "Adj Yield": 167.69 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 207.7, + "Adj Yield": 207.63 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": null, + "Yield": 192.2, + "Adj Yield": 192.18 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": null, + "Yield": 198.3, + "Adj Yield": 198.29 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": null, + "Yield": 197.2, + "Adj Yield": 197.25 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 194.2, + "Adj Yield": 194.23 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 199.3, + "Adj Yield": 199.41 + } + }, + { + "rank": 11, + "brand": "Channel", + "product": "216-82VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": null, + "Yield": 166.1, + "Adj Yield": 166.21 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "216-82VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 155.0, + "Adj Yield": 155.0 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146261" + ], + "fetched_at": "2026-05-27T02:22:15.305052+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146261.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146261.md new file mode 100644 index 00000000..a2383cf2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146261.md @@ -0,0 +1,43 @@ +# Corn yield trial — Hardy, NE, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Nuckolls +- **City:** Hardy +- **Year:** 2025 +- **Plot ID:** 146261 +- **Cooperator:** Tri-C Farms +- **Plot average:** 195.41 BU/Ac +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-31 +- **Population:** 26,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 12 +- **Soil type:** Clay Loam +- **Tillage:** Minimum +- **Previous crop:** Wheat +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146261 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Channel | 216-82VT2RIB | VT2RIB | - | 15.4 | - | 155.2 | 155.2 | +| 1 | AgriGold | A640-94VT4PRO | VT4Pro | - | 15.2 | - | 223.0 | 222.9 | +| 2 | AgriGold | A641-26V | 3220EZ | - | 15.0 | - | 212.8 | 212.71 | +| 9 | AgriGold | A641-62D-RN | 5122 | - | 15.3 | - | 191.0 | 190.96 | +| 10 | AgriGold | A642-18SSPRIB | SSPRIB | - | 16.6 | - | 167.7 | 167.69 | +| 3 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.2 | - | 207.7 | 207.63 | +| 8 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.1 | - | 192.2 | 192.18 | +| 5 | AgriGold | A645-30VT2RIB | VT2RIB | - | 15.4 | - | 198.3 | 198.29 | +| 6 | AgriGold | A646-17STXRIB | STXRIB | - | 16.0 | - | 197.2 | 197.25 | +| 7 | AgriGold | A646-30VT2RIB | VT2RIB | - | 16.7 | - | 194.2 | 194.23 | +| 4 | AgriGold | A646-30VT2RIB | VT2RIB | - | 16.3 | - | 199.3 | 199.41 | +| 11 | Channel | 216-82VT2RIB | VT2RIB | - | 16.0 | - | 166.1 | 166.21 | +| - | Channel | 216-82VT2RIB | VT2RIB | - | 16.1 | - | 155.0 | 155.0 | + +Top 5 by Yield: A640-94VT4PRO (AgriGold) 223.0, A641-26V (AgriGold) 212.8, A642-32VT2RIB (AgriGold) 207.7, A646-30VT2RIB (AgriGold) 199.3, A645-30VT2RIB (AgriGold) 198.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146262.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146262.json new file mode 100644 index 00000000..113dea62 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146262.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146262", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Alda", + "county": "Hall", + "year": 2025, + "plot_id": "146262", + "cooperator": "Woitaszewski Family Farms", + "plot_average": 243.35, + "planted_date": "2025-05-07", + "harvested_date": "2025-10-24", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 58.2, + "Yield": 249.4, + "Adj Yield": 249.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 58.2, + "Yield": 238.4, + "Adj Yield": 241.87 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 61.7, + "Yield": 252.2, + "Adj Yield": 254.76 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 60.7, + "Yield": 228.5, + "Adj Yield": 230.23 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 60.3, + "Yield": 220.7, + "Adj Yield": 221.67 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 60.1, + "Yield": 257.1, + "Adj Yield": 257.43 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 60.3, + "Yield": 249.6, + "Adj Yield": 249.24 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 60.1, + "Yield": 245.2, + "Adj Yield": 244.29 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 61.6, + "Yield": 226.9, + "Adj Yield": 225.4 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 59.1, + "Yield": 256.1, + "Adj Yield": 256.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 60.9, + "Yield": 243.6, + "Adj Yield": 241.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 60.5, + "Yield": 246.0, + "Adj Yield": 244.55 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 62.0, + "Yield": 240.4, + "Adj Yield": 239.12 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 60.1, + "Yield": 249.4, + "Adj Yield": 248.05 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 59.3, + "Yield": 256.3, + "Adj Yield": 254.85 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 60.4, + "Yield": 255.0, + "Adj Yield": 253.29 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 58.1, + "Yield": 245.6, + "Adj Yield": 243.67 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-24PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 57.2, + "Yield": 256.3, + "Adj Yield": 256.3 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146262" + ], + "fetched_at": "2026-05-27T02:22:15.769304+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146262.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146262.md new file mode 100644 index 00000000..92e8ea55 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146262.md @@ -0,0 +1,48 @@ +# Corn yield trial — Alda, NE, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Hall +- **City:** Alda +- **Year:** 2025 +- **Plot ID:** 146262 +- **Cooperator:** Woitaszewski Family Farms +- **Plot average:** 243.35 BU/Ac +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-24 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146262 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-24PCE | PCE | - | 17.5 | 58.2 | 249.4 | 249.4 | +| 11 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.1 | 58.2 | 238.4 | 241.87 | +| 3 | AgriGold | A640-94VT4PRO | VT4Pro | - | 15.8 | 61.7 | 252.2 | 254.76 | +| 13 | AgriGold | A641-26V | 3220EZ | - | 16.9 | 60.7 | 228.5 | 230.23 | +| 15 | AgriGold | A641-62D-RN | 5122 | - | 17.9 | 60.3 | 220.7 | 221.67 | +| 1 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.9 | 60.1 | 257.1 | 257.43 | +| 5 | AgriGold | A642-18TRC | Trecepta | - | 17.8 | 60.3 | 249.6 | 249.24 | +| 8 | AgriGold | A642-18SSPRIB | SSPRIB | - | 17.5 | 60.1 | 245.2 | 244.29 | +| 14 | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.1 | 61.6 | 226.9 | 225.4 | +| - | AgriGold | A643-24PCE | PCE | - | 18.1 | 59.1 | 256.1 | 256.1 | +| 10 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.5 | 60.9 | 243.6 | 241.9 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.9 | 60.5 | 246.0 | 244.55 | +| 12 | AgriGold | A645-30VT2RIB | VT2RIB | - | 18.2 | 62.0 | 240.4 | 239.12 | +| 6 | AgriGold | A645-55VT2PRO | VT2Pro | - | 17.6 | 60.1 | 249.4 | 248.05 | +| 2 | AgriGold | A646-17TRC | Trecepta | - | 17.4 | 59.3 | 256.3 | 254.85 | +| 4 | AgriGold | A646-17STXRIB | STXRIB | - | 17.4 | 60.4 | 255.0 | 253.29 | +| 9 | AgriGold | A646-30VT2RIB | VT2RIB | - | 17.2 | 58.1 | 245.6 | 243.67 | +| - | AgriGold | A643-24PCE | PCE | - | 18.8 | 57.2 | 256.3 | 256.3 | + +Top 5 by Yield: A642-05VT2RIBD1 (AgriGold) 257.1, A646-17TRC (AgriGold) 256.3, A643-24PCE (AgriGold) 256.3, A643-24PCE (AgriGold) 256.1, A646-17STXRIB (AgriGold) 255.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146265.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146265.json new file mode 100644 index 00000000..758c683e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146265.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146265", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Nora", + "county": "Nuckolls", + "year": 2025, + "plot_id": "146265", + "cooperator": "Epley Farms", + "plot_average": 147.37, + "planted_date": "2025-05-08", + "harvested_date": "2025-10-19", + "population_seeds_per_acre": 24000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": null, + "Yield": 144.4, + "Adj Yield": 144.4 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": null, + "Yield": 144.0, + "Adj Yield": 147.63 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": null, + "Yield": 129.9, + "Adj Yield": 131.61 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": null, + "Yield": 139.8, + "Adj Yield": 139.71 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": null, + "Yield": 138.8, + "Adj Yield": 137.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": null, + "Yield": 156.0, + "Adj Yield": 152.32 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-16DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": null, + "Yield": 161.4, + "Adj Yield": 155.59 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": null, + "Yield": 158.7, + "Adj Yield": 158.7 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": null, + "Yield": 158.7, + "Adj Yield": 152.69 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": null, + "Yield": 158.7, + "Adj Yield": 154.41 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": null, + "Yield": 121.4, + "Adj Yield": 118.37 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": null, + "Yield": 157.5, + "Adj Yield": 155.52 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": null, + "Yield": 137.0, + "Adj Yield": 136.04 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 162.2, + "Adj Yield": 162.17 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": null, + "Yield": 154.8, + "Adj Yield": 155.64 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": null, + "Yield": 162.7, + "Adj Yield": 164.52 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": null, + "Yield": 147.2, + "Adj Yield": 147.2 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146265" + ], + "fetched_at": "2026-05-27T02:22:16.268721+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146265.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146265.md new file mode 100644 index 00000000..53631afc --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146265.md @@ -0,0 +1,47 @@ +# Corn yield trial — Nora, NE, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Nuckolls +- **City:** Nora +- **Year:** 2025 +- **Plot ID:** 146265 +- **Cooperator:** Epley Farms +- **Plot average:** 147.37 BU/Ac +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-19 +- **Population:** 24,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146265 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A641-26V | 3220EZ | - | 12.6 | - | 144.4 | 144.4 | +| 9 | AgriGold | A636-16-5222EZ | 5222EZ | - | 12.1 | - | 144.0 | 147.63 | +| 13 | AgriGold | A636-39-3110 | 3110 | - | 12.3 | - | 129.9 | 131.61 | +| 10 | AgriGold | A638-91VT2PRO | VT2Pro | - | 12.1 | - | 139.8 | 139.71 | +| 11 | AgriGold | A639-38V-RN | 3220 | - | 12.7 | - | 138.8 | 137.0 | +| 8 | AgriGold | A639-03VT2RIB | VT2RIB | - | 12.6 | - | 156.0 | 152.32 | +| 4 | AgriGold | A640-16DV-RN | 5222 | - | 13.7 | - | 161.4 | 155.59 | +| - | AgriGold | A641-26V | 3220EZ | - | 12.9 | - | 158.7 | 158.7 | +| 7 | AgriGold | A641-26V | 3220EZ | - | 12.9 | - | 158.7 | 152.69 | +| 6 | AgriGold | A640-94VT4PRO | VT4Pro | - | 13.2 | - | 158.7 | 154.41 | +| 14 | AgriGold | A641-62D-RN | 5122 | - | 13.3 | - | 121.4 | 118.37 | +| 5 | AgriGold | A642-32VT2RIB | VT2RIB | - | 13.3 | - | 157.5 | 155.52 | +| 12 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.6 | - | 137.0 | 136.04 | +| 2 | AgriGold | A645-30VT2RIB | VT2RIB | - | 14.5 | - | 162.2 | 162.17 | +| 3 | AgriGold | A646-17STXRIB | STXRIB | - | 14.9 | - | 154.8 | 155.64 | +| 1 | AgriGold | A646-30VT2RIB | VT2RIB | - | 13.7 | - | 162.7 | 164.52 | +| - | AgriGold | A641-26V | 3220EZ | - | 12.8 | - | 147.2 | 147.2 | + +Top 5 by Yield: A646-30VT2RIB (AgriGold) 162.7, A645-30VT2RIB (AgriGold) 162.2, A640-16DV-RN (AgriGold) 161.4, A641-26V (AgriGold) 158.7, A641-26V (AgriGold) 158.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146266.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146266.json new file mode 100644 index 00000000..942710fa --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146266.json @@ -0,0 +1,309 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146266", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Loogootee", + "county": "Martin", + "year": 2025, + "plot_id": "146266", + "cooperator": "Jared Burris", + "plot_average": 258.6, + "planted_date": "2025-05-19", + "harvested_date": "2025-10-09", + "population_seeds_per_acre": 31000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 55.6, + "Yield": 272.3, + "Adj Yield": 272.3 + } + }, + { + "rank": 12, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 54.1, + "Yield": 249.9, + "Adj Yield": 255.29 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 58.0, + "Yield": 249.0, + "Adj Yield": 253.39 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 56.9, + "Yield": 243.7, + "Adj Yield": 247.18 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 56.0, + "Yield": 260.1, + "Adj Yield": 262.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 56.6, + "Yield": 259.9, + "Adj Yield": 261.89 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 54.9, + "Yield": 257.3, + "Adj Yield": 258.56 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 55.6, + "Yield": 275.9, + "Adj Yield": 276.58 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 54.9, + "Yield": 254.9, + "Adj Yield": 254.95 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 57.2, + "Yield": 265.3, + "Adj Yield": 264.89 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 56.4, + "Yield": 243.7, + "Adj Yield": 242.77 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 54.5, + "Yield": 262.6, + "Adj Yield": 261.22 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 54.2, + "Yield": 263.8, + "Adj Yield": 261.88 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 54.1, + "Yield": 281.6, + "Adj Yield": 279.31 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 54.1, + "Yield": 281.6, + "Adj Yield": 281.6 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 54.4, + "Yield": 240.0, + "Adj Yield": 237.49 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 53.8, + "Yield": 266.1, + "Adj Yield": 263.78 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 56.3, + "Yield": 270.7, + "Adj Yield": 268.2 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 55.5, + "Yield": 261.0, + "Adj Yield": 258.33 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 56.3, + "Yield": 249.3, + "Adj Yield": 246.23 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 54.8, + "Yield": 282.5, + "Adj Yield": 282.5 + } + } + ], + "n_results": 21, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146266" + ], + "fetched_at": "2026-05-27T02:22:16.800221+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146266.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146266.md new file mode 100644 index 00000000..3501fb70 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146266.md @@ -0,0 +1,51 @@ +# Corn yield trial — Loogootee, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Martin +- **City:** Loogootee +- **Year:** 2025 +- **Plot ID:** 146266 +- **Cooperator:** Jared Burris +- **Plot average:** 258.6 BU/Ac +- **Planted:** 2025-05-19 +- **Harvested:** 2025-10-09 +- **Population:** 31,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146266 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.7 | 55.6 | 272.3 | 272.3 | +| 12 | Pioneer | P14830Q | QROME | - | 18.4 | 54.1 | 249.9 | 255.29 | +| 14 | AgriGold | A637-72VT2RIB | VT2RIB | - | 18.7 | 58.0 | 249.0 | 253.39 | +| 15 | AgriGold | A639-03VT2RIB | VT2RIB | - | 19.7 | 56.9 | 243.7 | 247.18 | +| 6 | AgriGold | A642-18SSPRIB | SSPRIB | - | 22.4 | 56.0 | 260.1 | 262.8 | +| 7 | AgriGold | A642-32VT2RIB | VT2RIB | - | 20.6 | 56.6 | 259.9 | 261.89 | +| 10 | AgriGold | A643-52VT2RIB | VT2RIB | - | 21.3 | 54.9 | 257.3 | 258.56 | +| 2 | AgriGold | A645-16VT2RIB | VT2RIB | - | 21.6 | 55.6 | 275.9 | 276.58 | +| 13 | AgriGold | A645-30VT2RIB | VT2RIB | - | 21.7 | 54.9 | 254.9 | 254.95 | +| 4 | AgriGold | A645-55VT2PRO | VT2Pro | - | 21.0 | 57.2 | 265.3 | 264.89 | +| 17 | AgriGold | A645-71STXRIB | STXRIB | - | 21.6 | 56.4 | 243.7 | 242.77 | +| 9 | AgriGold | A646-30VT2RIB | VT2RIB | - | 22.7 | 54.5 | 262.6 | 261.22 | +| 8 | AgriGold | A646-17TRC | Trecepta | - | 21.8 | 54.2 | 263.8 | 261.88 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.9 | 54.1 | 281.6 | 279.31 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.9 | 54.1 | 281.6 | 281.6 | +| 18 | AgriGold | A646-17STXRIB | STXRIB | - | 22.1 | 54.4 | 240.0 | 237.49 | +| 5 | AgriGold | A646-17TRC | Trecepta | - | 21.2 | 53.8 | 266.1 | 263.78 | +| 3 | Dekalb | DKC68-35RIB | VT2RIB | - | 21.4 | 56.3 | 270.7 | 268.2 | +| 11 | Pioneer | P13777PCE | PCE | - | 19.8 | 55.5 | 261.0 | 258.33 | +| 16 | AgriGold | A640-16-3110 | 3110 | - | 19.3 | 56.3 | 249.3 | 246.23 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.2 | 54.8 | 282.5 | 282.5 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 282.5, A644-64VT2RIB (AgriGold) 281.6, A644-64VT2RIB (AgriGold) 281.6, A645-16VT2RIB (AgriGold) 275.9, A644-64VT2RIB (AgriGold) 272.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146269.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146269.json new file mode 100644 index 00000000..8e112b68 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146269.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146269", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Salem", + "county": "Washington", + "year": 2025, + "plot_id": "146269", + "cooperator": "Steven Heightchew", + "plot_average": 225.35, + "planted_date": "2025-05-19", + "harvested_date": "2025-11-17", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 63.0, + "Yield": 234.2, + "Adj Yield": 234.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 63.0, + "Yield": 234.2, + "Adj Yield": 222.66 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 63.0, + "Yield": 235.4, + "Adj Yield": 225.45 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 63.3, + "Yield": 214.4, + "Adj Yield": 205.94 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 60.0, + "Yield": 196.3, + "Adj Yield": 189.37 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 62.5, + "Yield": 220.6, + "Adj Yield": 215.26 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 61.9, + "Yield": 232.7, + "Adj Yield": 228.83 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 61.9, + "Yield": 210.6, + "Adj Yield": 208.33 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 63.1, + "Yield": 239.5, + "Adj Yield": 238.75 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 61.2, + "Yield": 241.6, + "Adj Yield": 242.37 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 62.6, + "Yield": 237.3, + "Adj Yield": 239.62 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 65.0, + "Yield": 214.6, + "Adj Yield": 218.45 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 64.0, + "Yield": 239.6, + "Adj Yield": 244.98 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 64.2, + "Yield": 240.2, + "Adj Yield": 247.06 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 63.6, + "Yield": 210.3, + "Adj Yield": 218.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 66.1, + "Yield": 224.6, + "Adj Yield": 234.55 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 61.3, + "Yield": 208.1, + "Adj Yield": 208.1 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146269" + ], + "fetched_at": "2026-05-27T02:22:17.306189+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146269.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146269.md new file mode 100644 index 00000000..b6a76549 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146269.md @@ -0,0 +1,47 @@ +# Corn yield trial — Salem, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Washington +- **City:** Salem +- **Year:** 2025 +- **Plot ID:** 146269 +- **Cooperator:** Steven Heightchew +- **Plot average:** 225.35 BU/Ac +- **Planted:** 2025-05-19 +- **Harvested:** 2025-11-17 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146269 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.5 | 63.0 | 234.2 | 234.2 | +| 9 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.5 | 63.0 | 234.2 | 222.66 | +| 8 | AgriGold | A638-91VT2PRO | VT2Pro | - | 16.1 | 63.0 | 235.4 | 225.45 | +| 14 | AgriGold | A639-38V-RN | 3220 | - | 15.5 | 63.3 | 214.4 | 205.94 | +| 15 | AgriGold | A639-03VT2RIB | VT2RIB | - | 21.0 | 60.0 | 196.3 | 189.37 | +| 12 | AgriGold | A640-16-3110 | 3110 | - | 15.4 | 62.5 | 220.6 | 215.26 | +| 7 | AgriGold | A640-94VT4PRO | VT4Pro | - | 16.6 | 61.9 | 232.7 | 228.83 | +| 13 | AgriGold | A641-26V | 3220EZ | - | 17.5 | 61.9 | 210.6 | 208.33 | +| 5 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.3 | 63.1 | 239.5 | 238.75 | +| 3 | AgriGold | A642-18SSPRIB | SSPRIB | - | 16.8 | 61.2 | 241.6 | 242.37 | +| 4 | AgriGold | A642-18TRC | Trecepta | - | 16.7 | 62.6 | 237.3 | 239.62 | +| 11 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.8 | 65.0 | 214.6 | 218.45 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.9 | 64.0 | 239.6 | 244.98 | +| 1 | AgriGold | A645-30VT2RIB | VT2RIB | - | 17.3 | 64.2 | 240.2 | 247.06 | +| 10 | AgriGold | A645-55VT2PRO | VT2Pro | - | 16.4 | 63.6 | 210.3 | 218.7 | +| 6 | AgriGold | A645-71STXRIB | STXRIB | - | 15.4 | 66.1 | 224.6 | 234.55 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.0 | 61.3 | 208.1 | 208.1 | + +Top 5 by Yield: A642-18SSPRIB (AgriGold) 241.6, A645-30VT2RIB (AgriGold) 240.2, A643-52VT2RIB (AgriGold) 239.6, A642-05VT2RIBD1 (AgriGold) 239.5, A642-18TRC (AgriGold) 237.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146275.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146275.json new file mode 100644 index 00000000..7863c999 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146275.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146275", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Alfordsville", + "county": "Martin", + "year": 2025, + "plot_id": "146275", + "cooperator": "Lottes Farms", + "plot_average": 188.34, + "planted_date": "2025-05-19", + "harvested_date": "2025-10-27", + "population_seeds_per_acre": 31000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 58.7, + "Yield": 204.3, + "Adj Yield": 204.3 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.1, + "Yield": 169.6, + "Adj Yield": 169.6 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 60.1, + "Yield": 179.4, + "Adj Yield": 179.4 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 59.5, + "Yield": 175.1, + "Adj Yield": 175.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 60.1, + "Yield": 208.0, + "Adj Yield": 208.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 59.9, + "Yield": 180.4, + "Adj Yield": 180.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 57.1, + "Yield": 194.0, + "Adj Yield": 194.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 56.7, + "Yield": 193.3, + "Adj Yield": 193.3 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 57.7, + "Yield": 170.7, + "Adj Yield": 170.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 57.7, + "Yield": 195.2, + "Adj Yield": 195.2 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 56.7, + "Yield": 175.1, + "Adj Yield": 175.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 58.1, + "Yield": 187.2, + "Adj Yield": 187.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 58.3, + "Yield": 209.9, + "Adj Yield": 209.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 56.6, + "Yield": 214.5, + "Adj Yield": 214.5 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 57.8, + "Yield": 193.1, + "Adj Yield": 193.1 + } + }, + { + "rank": 10, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 57.3, + "Yield": 179.6, + "Adj Yield": 179.6 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.0, + "Yield": 203.0, + "Adj Yield": 203.0 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146275" + ], + "fetched_at": "2026-05-27T02:22:17.789065+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146275.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146275.md new file mode 100644 index 00000000..6516af5c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146275.md @@ -0,0 +1,47 @@ +# Corn yield trial — Alfordsville, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Martin +- **City:** Alfordsville +- **Year:** 2025 +- **Plot ID:** 146275 +- **Cooperator:** Lottes Farms +- **Plot average:** 188.34 BU/Ac +- **Planted:** 2025-05-19 +- **Harvested:** 2025-10-27 +- **Population:** 31,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146275 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.5 | 58.7 | 204.3 | 204.3 | +| 15 | AgriGold | A637-72VT2RIB | VT2RIB | - | 14.5 | 59.1 | 169.6 | 169.6 | +| 11 | AgriGold | A639-03VT2RIB | VT2RIB | - | 13.3 | 60.1 | 179.4 | 179.4 | +| 12 | AgriGold | A640-16-3110 | 3110 | - | 14.1 | 59.5 | 175.1 | 175.1 | +| 3 | AgriGold | A642-18SSPRIB | SSPRIB | - | 14.4 | 60.1 | 208.0 | 208.0 | +| 9 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.1 | 59.9 | 180.4 | 180.4 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.4 | 57.1 | 194.0 | 194.0 | +| 6 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.9 | 56.7 | 193.3 | 193.3 | +| 14 | AgriGold | A645-30VT2RIB | VT2RIB | - | 16.5 | 57.7 | 170.7 | 170.7 | +| 4 | AgriGold | A645-55VT2PRO | VT2Pro | - | 15.8 | 57.7 | 195.2 | 195.2 | +| 13 | AgriGold | A645-71STXRIB | STXRIB | - | 16.0 | 56.7 | 175.1 | 175.1 | +| 8 | AgriGold | A646-30VT2RIB | VT2RIB | - | 16.5 | 58.1 | 187.2 | 187.2 | +| 2 | AgriGold | A646-17TRC | Trecepta | - | 16.1 | 58.3 | 209.9 | 209.9 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.3 | 56.6 | 214.5 | 214.5 | +| 7 | Dekalb | DKC68-35RIB | VT2RIB | - | 16.7 | 57.8 | 193.1 | 193.1 | +| 10 | Pioneer | P13777PCE | PCE | - | 16.1 | 57.3 | 179.6 | 179.6 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.0 | 57.0 | 203.0 | 203.0 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 214.5, A646-17TRC (AgriGold) 209.9, A642-18SSPRIB (AgriGold) 208.0, A644-64VT2RIB (AgriGold) 204.3, A644-64VT2RIB (AgriGold) 203.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146287.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146287.json new file mode 100644 index 00000000..0db40793 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146287.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146287", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MS", + "state_abbrev": "ms", + "city": "Merigold", + "county": "Bolivar", + "year": 2025, + "plot_id": "146287", + "cooperator": "Brad Shivers", + "plot_average": 210.71, + "planted_date": "2025-03-25", + "harvested_date": "2025-08-20", + "population_seeds_per_acre": 34000, + "row_width": "38.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 59.9, + "Yield": 219.3, + "Adj Yield": 219.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": 60.0, + "Yield": 231.9, + "Adj Yield": 231.9 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 61.1, + "Yield": 204.8, + "Adj Yield": 204.8 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 61.0, + "Yield": 190.6, + "Adj Yield": 190.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 59.0, + "Yield": 202.7, + "Adj Yield": 202.7 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 61.2, + "Yield": 194.0, + "Adj Yield": 194.0 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 60.1, + "Yield": 197.4, + "Adj Yield": 197.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 59.8, + "Yield": 215.2, + "Adj Yield": 215.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 59.3, + "Yield": 211.7, + "Adj Yield": 211.7 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 60.8, + "Yield": 201.9, + "Adj Yield": 201.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 59.5, + "Yield": 212.7, + "Adj Yield": 212.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 61.2, + "Yield": 205.1, + "Adj Yield": 205.1 + } + }, + { + "rank": 3, + "brand": "Southeastern Seed", + "product": "XSS-25151", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 60.7, + "Yield": 223.6, + "Adj Yield": 223.6 + } + }, + { + "rank": 1, + "brand": "Southeastern Seed", + "product": "SS18-60TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 58.7, + "Yield": 239.1, + "Adj Yield": 239.1 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146287" + ], + "fetched_at": "2026-05-27T02:22:18.292200+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146287.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146287.md new file mode 100644 index 00000000..70cd492e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146287.md @@ -0,0 +1,44 @@ +# Corn yield trial — Merigold, MS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MS +- **County:** Bolivar +- **City:** Merigold +- **Year:** 2025 +- **Plot ID:** 146287 +- **Cooperator:** Brad Shivers +- **Plot average:** 210.71 BU/Ac +- **Planted:** 2025-03-25 +- **Harvested:** 2025-08-20 +- **Population:** 34,000 seeds/acre +- **Row width:** 38.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146287 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 4 | AgriGold | A642-18SSPRIB | SSPRIB | - | 11.7 | 59.9 | 219.3 | 219.3 | +| 2 | AgriGold | A642-18TRC | Trecepta | - | 11.5 | 60.0 | 231.9 | 231.9 | +| 9 | AgriGold | A642-32VT2RIB | VT2RIB | - | 11.6 | 61.1 | 204.8 | 204.8 | +| 14 | AgriGold | A643-52VT2PRO | VT2Pro | - | 11.6 | 61.0 | 190.6 | 190.6 | +| 10 | AgriGold | A644-64VT2RIB | VT2RIB | - | 10.9 | 59.0 | 202.7 | 202.7 | +| 13 | AgriGold | A645-30VT2RIB | VT2RIB | - | 11.4 | 61.2 | 194.0 | 194.0 | +| 12 | AgriGold | A645-55VT2PRO | VT2Pro | - | 12.2 | 60.1 | 197.4 | 197.4 | +| 5 | AgriGold | A646-17TRC | Trecepta | - | 11.6 | 59.8 | 215.2 | 215.2 | +| 7 | AgriGold | A647-42TRC | Trecepta | - | 11.4 | 59.3 | 211.7 | 211.7 | +| 11 | AgriGold | A647-79VT2PRO | VT2Pro | - | 12.1 | 60.8 | 201.9 | 201.9 | +| 6 | AgriGold | L6722VT2PRO | VT2Pro | - | 11.8 | 59.5 | 212.7 | 212.7 | +| 8 | AgriGold | L6818VT2PRO | VT2Pro | - | 11.9 | 61.2 | 205.1 | 205.1 | +| 3 | Southeastern Seed | XSS-25151 | Trecepta | - | 12.2 | 60.7 | 223.6 | 223.6 | +| 1 | Southeastern Seed | SS18-60TRE | Trecepta | - | 12.6 | 58.7 | 239.1 | 239.1 | + +Top 5 by Yield: SS18-60TRE (Southeastern Seed) 239.1, A642-18TRC (AgriGold) 231.9, XSS-25151 (Southeastern Seed) 223.6, A642-18SSPRIB (AgriGold) 219.3, A646-17TRC (AgriGold) 215.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146289.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146289.json new file mode 100644 index 00000000..876437d9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146289.json @@ -0,0 +1,114 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146289", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MS", + "state_abbrev": "ms", + "city": "Boyle", + "county": "Bolivar", + "year": 2025, + "plot_id": "146289", + "cooperator": "Bern Prewitt", + "plot_average": 247.73, + "planted_date": "2025-04-14", + "harvested_date": "2025-08-20", + "population_seeds_per_acre": 32500, + "row_width": "30.0\"", + "num_rows": 18, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Cotton", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": null, + "Yield": 239.2, + "Adj Yield": 239.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": null, + "Yield": 231.5, + "Adj Yield": 231.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": null, + "Yield": 268.6, + "Adj Yield": 268.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 230.3, + "Adj Yield": 230.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 251.0, + "Adj Yield": 251.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 265.8, + "Adj Yield": 265.8 + } + } + ], + "n_results": 6, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146289" + ], + "fetched_at": "2026-05-27T02:22:18.797471+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146289.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146289.md new file mode 100644 index 00000000..e2de150b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146289.md @@ -0,0 +1,36 @@ +# Corn yield trial — Boyle, MS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MS +- **County:** Bolivar +- **City:** Boyle +- **Year:** 2025 +- **Plot ID:** 146289 +- **Cooperator:** Bern Prewitt +- **Plot average:** 247.73 BU/Ac +- **Planted:** 2025-04-14 +- **Harvested:** 2025-08-20 +- **Population:** 32,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 18 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Cotton +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146289 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 4 | AgriGold | A642-18SSPRIB | SSPRIB | - | 12.8 | - | 239.2 | 239.2 | +| 5 | AgriGold | A643-52VT2PRO | VT2Pro | - | 12.5 | - | 231.5 | 231.5 | +| 1 | AgriGold | A645-55VT2PRO | VT2Pro | - | 13.7 | - | 268.6 | 268.6 | +| 6 | AgriGold | A645-30VT2RIB | VT2RIB | - | 13.5 | - | 230.3 | 230.3 | +| 3 | AgriGold | A646-17TRC | Trecepta | - | 13.0 | - | 251.0 | 251.0 | +| 2 | AgriGold | A647-79VT2PRO | VT2Pro | - | 13.5 | - | 265.8 | 265.8 | + +Top 5 by Yield: A645-55VT2PRO (AgriGold) 268.6, A647-79VT2PRO (AgriGold) 265.8, A646-17TRC (AgriGold) 251.0, A642-18SSPRIB (AgriGold) 239.2, A643-52VT2PRO (AgriGold) 231.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146290.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146290.json new file mode 100644 index 00000000..a24bb9ff --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146290.json @@ -0,0 +1,114 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146290", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MS", + "state_abbrev": "ms", + "city": "Morgan City", + "county": "Leflore", + "year": 2025, + "plot_id": "146290", + "cooperator": "AN&K Farms", + "plot_average": 247.65, + "planted_date": "2025-04-16", + "harvested_date": "2025-09-10", + "population_seeds_per_acre": 34000, + "row_width": "38.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 59.3, + "Yield": 260.3, + "Adj Yield": 260.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 59.7, + "Yield": 252.9, + "Adj Yield": 252.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 58.1, + "Yield": 270.8, + "Adj Yield": 270.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 60.1, + "Yield": 238.7, + "Adj Yield": 238.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 58.2, + "Yield": 219.0, + "Adj Yield": 219.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 58.7, + "Yield": 244.2, + "Adj Yield": 244.2 + } + } + ], + "n_results": 6, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146290" + ], + "fetched_at": "2026-05-27T02:22:19.280745+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146290.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146290.md new file mode 100644 index 00000000..4d3fb4b7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146290.md @@ -0,0 +1,35 @@ +# Corn yield trial — Morgan City, MS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MS +- **County:** Leflore +- **City:** Morgan City +- **Year:** 2025 +- **Plot ID:** 146290 +- **Cooperator:** AN&K Farms +- **Plot average:** 247.65 BU/Ac +- **Planted:** 2025-04-16 +- **Harvested:** 2025-09-10 +- **Population:** 34,000 seeds/acre +- **Row width:** 38.0" +- **# Rows:** 6 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146290 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | A642-18SSPRIB | SSPRIB | - | 12.6 | 59.3 | 260.3 | 260.3 | +| 3 | AgriGold | A642-32VT2RIB | VT2RIB | - | 12.9 | 59.7 | 252.9 | 252.9 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 12.4 | 58.1 | 270.8 | 270.8 | +| 5 | AgriGold | A645-30VT2RIB | VT2RIB | - | 12.7 | 60.1 | 238.7 | 238.7 | +| 6 | AgriGold | A645-16VT2PRO | VT2Pro | - | 13.0 | 58.2 | 219.0 | 219.0 | +| 4 | AgriGold | A647-42TRC | Trecepta | - | 12.9 | 58.7 | 244.2 | 244.2 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 270.8, A642-18SSPRIB (AgriGold) 260.3, A642-32VT2RIB (AgriGold) 252.9, A647-42TRC (AgriGold) 244.2, A645-30VT2RIB (AgriGold) 238.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146293.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146293.json new file mode 100644 index 00000000..70ddaf9b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146293.json @@ -0,0 +1,127 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146293", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Cairo", + "county": "Randolph", + "year": 2025, + "plot_id": "146293", + "cooperator": "Joseph Family Farms LLC", + "plot_average": 227.44, + "planted_date": "2025-05-15", + "harvested_date": "2025-11-05", + "population_seeds_per_acre": 30800, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 61.1, + "Yield": 227.1, + "Adj Yield": 227.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 60.2, + "Yield": 236.5, + "Adj Yield": 236.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.2, + "Yield": 228.0, + "Adj Yield": 228.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 57.4, + "Yield": 220.0, + "Adj Yield": 220.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.6, + "Yield": 210.0, + "Adj Yield": 210.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 58.9, + "Yield": 236.2, + "Adj Yield": 236.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 59.6, + "Yield": 234.3, + "Adj Yield": 234.3 + } + } + ], + "n_results": 7, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146293" + ], + "fetched_at": "2026-05-27T02:22:19.783646+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146293.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146293.md new file mode 100644 index 00000000..6769949f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146293.md @@ -0,0 +1,37 @@ +# Corn yield trial — Cairo, MO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Randolph +- **City:** Cairo +- **Year:** 2025 +- **Plot ID:** 146293 +- **Cooperator:** Joseph Family Farms LLC +- **Plot average:** 227.44 BU/Ac +- **Planted:** 2025-05-15 +- **Harvested:** 2025-11-05 +- **Population:** 30,800 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146293 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.5 | 61.1 | 227.1 | 227.1 | +| 1 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.3 | 60.2 | 236.5 | 236.5 | +| 4 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.4 | 58.2 | 228.0 | 228.0 | +| 6 | AgriGold | A6499STXRIB | STXRIB | - | 16.0 | 57.4 | 220.0 | 220.0 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.4 | 58.6 | 210.0 | 210.0 | +| 2 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.5 | 58.9 | 236.2 | 236.2 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.3 | 59.6 | 234.3 | 234.3 | + +Top 5 by Yield: A642-05VT2RIBD1 (AgriGold) 236.5, A645-16VT2RIB (AgriGold) 236.2, A643-52VT2RIB (AgriGold) 234.3, A642-18SSPRIB (AgriGold) 228.0, A642-32VT2RIB (AgriGold) 227.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146295.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146295.json new file mode 100644 index 00000000..3619d33f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146295.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146295", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Carlinville", + "county": "Macoupin", + "year": 2025, + "plot_id": "146295", + "cooperator": "Dave Dunn", + "plot_average": 264.76, + "planted_date": "2025-05-13", + "harvested_date": "2025-10-13", + "population_seeds_per_acre": 35500, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Other", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 60.5, + "Yield": 242.1, + "Adj Yield": 242.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 62.0, + "Yield": 261.4, + "Adj Yield": 261.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 59.2, + "Yield": 225.2, + "Adj Yield": 225.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 60.8, + "Yield": 272.9, + "Adj Yield": 272.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 61.0, + "Yield": 272.3, + "Adj Yield": 272.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 59.5, + "Yield": 280.4, + "Adj Yield": 280.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 60.0, + "Yield": 280.0, + "Adj Yield": 280.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 58.9, + "Yield": 277.9, + "Adj Yield": 277.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 58.1, + "Yield": 274.4, + "Adj Yield": 274.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 60.3, + "Yield": 261.0, + "Adj Yield": 261.0 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146295" + ], + "fetched_at": "2026-05-27T02:22:20.266727+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146295.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146295.md new file mode 100644 index 00000000..9aa0ba28 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146295.md @@ -0,0 +1,40 @@ +# Corn yield trial — Carlinville, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Macoupin +- **City:** Carlinville +- **Year:** 2025 +- **Plot ID:** 146295 +- **Cooperator:** Dave Dunn +- **Plot average:** 264.76 BU/Ac +- **Planted:** 2025-05-13 +- **Harvested:** 2025-10-13 +- **Population:** 35,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Other +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146295 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | AgriGold | A639-38V-RN | 3220 | - | 14.3 | 60.5 | 242.1 | 242.1 | +| 7 | AgriGold | A640-94VT4PRO | VT4Pro | - | 15.3 | 62.0 | 261.4 | 261.4 | +| 10 | AgriGold | A641-62D-RN | 5122 | - | 15.8 | 59.2 | 225.2 | 225.2 | +| 5 | AgriGold | A642-18SSPRIB | SSPRIB | - | 16.0 | 60.8 | 272.9 | 272.9 | +| 6 | AgriGold | A642-32VT2RIB | VT2RIB | - | 16.7 | 61.0 | 272.3 | 272.3 | +| 1 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.9 | 59.5 | 280.4 | 280.4 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.6 | 60.0 | 280.0 | 280.0 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.4 | 58.9 | 277.9 | 277.9 | +| 4 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.1 | 58.1 | 274.4 | 274.4 | +| 8 | AgriGold | A645-30VT2RIB | VT2RIB | - | 18.1 | 60.3 | 261.0 | 261.0 | + +Top 5 by Yield: A642-05VT2RIBD1 (AgriGold) 280.4, A643-52VT2RIB (AgriGold) 280.0, A644-64VT2RIB (AgriGold) 277.9, A645-16VT2RIB (AgriGold) 274.4, A642-18SSPRIB (AgriGold) 272.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146296.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146296.json new file mode 100644 index 00000000..24d623fb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146296.json @@ -0,0 +1,387 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146296", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Ludlow", + "county": "Ford", + "year": 2025, + "plot_id": "146296", + "cooperator": "Brad Seibring", + "plot_average": 209.9, + "planted_date": "2025-04-30", + "harvested_date": "2025-10-10", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 24, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 199.8, + "Adj Yield": 199.8 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 185.8, + "Adj Yield": 185.8 + } + }, + { + "rank": 14, + "brand": "Pioneer", + "product": "P0859AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": null, + "Yield": 209.1, + "Adj Yield": 209.1 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P1027AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 213.7, + "Adj Yield": 213.7 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P10300PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 211.0, + "Adj Yield": 211.0 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P10477V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 213.1, + "Adj Yield": 213.1 + } + }, + { + "rank": 17, + "brand": "Pioneer", + "product": "P10796PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 207.3, + "Adj Yield": 207.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 213.2, + "Adj Yield": 213.2 + } + }, + { + "rank": 18, + "brand": "Pioneer", + "product": "P11616PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 205.6, + "Adj Yield": 205.6 + } + }, + { + "rank": 19, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 204.0, + "Adj Yield": 204.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 225.7, + "Adj Yield": 225.7 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 231.5, + "Adj Yield": 231.5 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P1222AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 209.3, + "Adj Yield": 209.3 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 211.9, + "Adj Yield": 211.9 + } + }, + { + "rank": 21, + "brand": "Pioneer", + "product": "P12517V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 202.0, + "Adj Yield": 202.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 232.0, + "Adj Yield": 232.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 229.6, + "Adj Yield": 229.6 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 207.8, + "Adj Yield": 207.8 + } + }, + { + "rank": 22, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 201.6, + "Adj Yield": 201.6 + } + }, + { + "rank": 15, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 208.5, + "Adj Yield": 208.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 221.2, + "Adj Yield": 221.2 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": null, + "Yield": 211.0, + "Adj Yield": 211.0 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": null, + "Yield": 211.2, + "Adj Yield": 211.2 + } + }, + { + "rank": 23, + "brand": "Dekalb", + "product": "DKC116-62RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 201.1, + "Adj Yield": 201.1 + } + }, + { + "rank": 20, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 202.7, + "Adj Yield": 202.7 + } + }, + { + "rank": 26, + "brand": "Pioneer", + "product": "P18216PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": null, + "Yield": 198.2, + "Adj Yield": 198.2 + } + }, + { + "rank": 25, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 199.5, + "Adj Yield": 199.5 + } + } + ], + "n_results": 27, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146296" + ], + "fetched_at": "2026-05-27T02:22:20.779565+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146296.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146296.md new file mode 100644 index 00000000..22973362 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146296.md @@ -0,0 +1,57 @@ +# Corn yield trial — Ludlow, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Ford +- **City:** Ludlow +- **Year:** 2025 +- **Plot ID:** 146296 +- **Cooperator:** Brad Seibring +- **Plot average:** 209.9 BU/Ac +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-10 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146296 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 24 | Pioneer | P13777PCE | PCE | - | 17.3 | - | 199.8 | 199.8 | +| 27 | AgriGold | A637-72VT2RIB | VT2RIB | - | 16.8 | - | 185.8 | 185.8 | +| 14 | Pioneer | P0859AM | AM | - | 15.7 | - | 209.1 | 209.1 | +| 6 | Pioneer | P1027AM | AM | - | 16.4 | - | 213.7 | 213.7 | +| 11 | Pioneer | P10300PCE | PCE | - | 17.4 | - | 211.0 | 211.0 | +| 8 | Pioneer | P10477V | Vorceed | - | 16.3 | - | 213.1 | 213.1 | +| 17 | Pioneer | P10796PCE | PCE | - | 17.8 | - | 207.3 | 207.3 | +| 7 | AgriGold | A641-62D-RN | 5122 | - | 16.9 | - | 213.2 | 213.2 | +| 18 | Pioneer | P11616PCE | PCE | - | 18.4 | - | 205.6 | 205.6 | +| 19 | Pioneer | P13777PCE | PCE | - | 18.4 | - | 204.0 | 204.0 | +| 4 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 18.0 | - | 225.7 | 225.7 | +| 2 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 17.7 | - | 231.5 | 231.5 | +| 13 | Pioneer | P1222AM | AM | - | 16.5 | - | 209.3 | 209.3 | +| 9 | AgriGold | A642-18SSPRIB | SSPRIB | - | 17.3 | - | 211.9 | 211.9 | +| 21 | Pioneer | P12517V | Vorceed | - | 17.4 | - | 202.0 | 202.0 | +| 1 | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.9 | - | 232.0 | 232.0 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.8 | - | 229.6 | 229.6 | +| 16 | Dekalb | DKC114-43RIB | VT4RIB | - | 18.6 | - | 207.8 | 207.8 | +| 22 | Pioneer | P13777PCE | PCE | - | 18.1 | - | 201.6 | 201.6 | +| 15 | Pioneer | P14830Q | QROME | - | 18.2 | - | 208.5 | 208.5 | +| 5 | AgriGold | A645-16VT2RIB | VT2RIB | - | 19.1 | - | 221.2 | 221.2 | +| 11 | AgriGold | A645-71STXRIB | STXRIB | - | 19.7 | - | 211.0 | 211.0 | +| 10 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 19.3 | - | 211.2 | 211.2 | +| 23 | Dekalb | DKC116-62RIB | SSPRIB | - | 19.1 | - | 201.1 | 201.1 | +| 20 | Pioneer | P1742Q | QROME | - | 18.1 | - | 202.7 | 202.7 | +| 26 | Pioneer | P18216PCE | PCE | - | 19.3 | - | 198.2 | 198.2 | +| 25 | Dekalb | DKC68-35RIB | VT2RIB | - | 18.8 | - | 199.5 | 199.5 | + +Top 5 by Yield: A642-32VT2RIB (AgriGold) 232.0, DKC112-12RIB (Dekalb) 231.5, A644-64VT2RIB (AgriGold) 229.6, A642-05VT2RIBD1 (AgriGold) 225.7, A645-16VT2RIB (AgriGold) 221.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146297.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146297.json new file mode 100644 index 00000000..00eba1e1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146297.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146297", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Taylorville", + "county": "Christian", + "year": 2025, + "plot_id": "146297", + "cooperator": "Bar S", + "plot_average": 270.12, + "planted_date": "2025-05-13", + "harvested_date": "2025-10-10", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 12, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 10, + "brand": "Channel", + "product": "210-71TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 62.1, + "Yield": 265.2, + "Adj Yield": 265.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 62.0, + "Yield": 268.7, + "Adj Yield": 268.7 + } + }, + { + "rank": 15, + "brand": "Channel", + "product": "209-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 60.9, + "Yield": 260.1, + "Adj Yield": 260.1 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 60.1, + "Yield": 261.7, + "Adj Yield": 261.7 + } + }, + { + "rank": 9, + "brand": "Channel", + "product": "211-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 63.1, + "Yield": 267.4, + "Adj Yield": 267.4 + } + }, + { + "rank": 12, + "brand": "Channel", + "product": "211-14VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 62.4, + "Yield": 263.8, + "Adj Yield": 263.8 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 60.2, + "Yield": 264.9, + "Adj Yield": 264.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 61.6, + "Yield": 269.7, + "Adj Yield": 269.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 60.0, + "Yield": 268.7, + "Adj Yield": 268.7 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 63.3, + "Yield": 253.2, + "Adj Yield": 253.2 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 62.6, + "Yield": 260.8, + "Adj Yield": 260.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 59.5, + "Yield": 282.1, + "Adj Yield": 282.1 + } + }, + { + "rank": 3, + "brand": "Channel", + "product": "215-15SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 61.3, + "Yield": 282.5, + "Adj Yield": 282.5 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 58.7, + "Yield": 271.2, + "Adj Yield": 271.2 + } + }, + { + "rank": 11, + "brand": "Channel", + "product": "215-40VT4RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 60.3, + "Yield": 264.2, + "Adj Yield": 264.2 + } + }, + { + "rank": 1, + "brand": "Channel", + "product": "215-70TRERIB", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 61.3, + "Yield": 289.4, + "Adj Yield": 289.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 59.3, + "Yield": 277.9, + "Adj Yield": 277.9 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 62.8, + "Yield": 260.5, + "Adj Yield": 260.5 + } + }, + { + "rank": 2, + "brand": "Channel", + "product": "218-66VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 59.9, + "Yield": 287.7, + "Adj Yield": 287.7 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 60.0, + "Yield": 266.2, + "Adj Yield": 266.2 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146297" + ], + "fetched_at": "2026-05-27T02:22:21.286287+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146297.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146297.md new file mode 100644 index 00000000..55ead2e5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146297.md @@ -0,0 +1,50 @@ +# Corn yield trial — Taylorville, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Christian +- **City:** Taylorville +- **Year:** 2025 +- **Plot ID:** 146297 +- **Cooperator:** Bar S +- **Plot average:** 270.12 BU/Ac +- **Planted:** 2025-05-13 +- **Harvested:** 2025-10-10 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 12 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146297 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 10 | Channel | 210-71TRERIB | TreceptaRIB | - | 16.2 | 62.1 | 265.2 | 265.2 | +| 7 | AgriGold | A640-94VT4PRO | VT4Pro | - | 16.1 | 62.0 | 268.7 | 268.7 | +| 15 | Channel | 209-70TRERIB | TreceptaRIB | - | 15.8 | 60.9 | 260.1 | 260.1 | +| - | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 17.3 | 60.1 | 261.7 | 261.7 | +| 9 | Channel | 211-11SSPRIB | SSPRIB | - | 15.5 | 63.1 | 267.4 | 267.4 | +| 12 | Channel | 211-14VT2RIB | VT2RIB | - | 14.6 | 62.4 | 263.8 | 263.8 | +| - | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 16.3 | 60.2 | 264.9 | 264.9 | +| 6 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.8 | 61.6 | 269.7 | 269.7 | +| 8 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.1 | 60.0 | 268.7 | 268.7 | +| 16 | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.0 | 63.3 | 253.2 | 253.2 | +| 13 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.6 | 62.6 | 260.8 | 260.8 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.8 | 59.5 | 282.1 | 282.1 | +| 3 | Channel | 215-15SSPRIB | SSPRIB | - | 15.9 | 61.3 | 282.5 | 282.5 | +| - | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 17.3 | 58.7 | 271.2 | 271.2 | +| 11 | Channel | 215-40VT4RIB | VT4RIB | - | 17.5 | 60.3 | 264.2 | 264.2 | +| 1 | Channel | 215-70TRERIB | Trecepta | - | 16.6 | 61.3 | 289.4 | 289.4 | +| 5 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.1 | 59.3 | 277.9 | 277.9 | +| 14 | AgriGold | A645-30VT2RIB | VT2RIB | - | 17.7 | 62.8 | 260.5 | 260.5 | +| 2 | Channel | 218-66VT2PRIB | VT2RIB | - | 18.0 | 59.9 | 287.7 | 287.7 | +| - | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 16.9 | 60.0 | 266.2 | 266.2 | + +Top 5 by Yield: 215-70TRERIB (Channel) 289.4, 218-66VT2PRIB (Channel) 287.7, 215-15SSPRIB (Channel) 282.5, A644-64VT2RIB (AgriGold) 282.1, A645-16VT2RIB (AgriGold) 277.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146298.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146298.json new file mode 100644 index 00000000..e3fd4f49 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146298.json @@ -0,0 +1,686 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146298", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Gilman", + "county": "Iroquois", + "year": 2025, + "plot_id": "146298", + "cooperator": "Gilman Fertilizer", + "plot_average": 269.84, + "planted_date": "2025-04-30", + "harvested_date": "2025-10-14", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 42, + "brand": "Croplan", + "product": "CP4839PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 243.6, + "Adj Yield": 243.6 + } + }, + { + "rank": 5, + "brand": "Croplan", + "product": "CP5050VT4P/RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 282.4, + "Adj Yield": 282.4 + } + }, + { + "rank": 10, + "brand": "Croplan", + "product": "CP5252VT2/RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 279.8, + "Adj Yield": 279.8 + } + }, + { + "rank": 5, + "brand": "Croplan", + "product": "CP5329PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 282.4, + "Adj Yield": 282.4 + } + }, + { + "rank": 17, + "brand": "Croplan", + "product": "CP5682TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": null, + "Yield": 273.1, + "Adj Yield": 273.1 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 282.0, + "Adj Yield": 282.0 + } + }, + { + "rank": null, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": null, + "Yield": 273.8, + "Adj Yield": 273.8 + } + }, + { + "rank": 30, + "brand": "Wyffels", + "product": "W5684RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": null, + "Yield": 265.3, + "Adj Yield": 265.3 + } + }, + { + "rank": 14, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 274.6, + "Adj Yield": 274.6 + } + }, + { + "rank": 29, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 265.8, + "Adj Yield": 265.8 + } + }, + { + "rank": 31, + "brand": "Wyffels", + "product": "W7424RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 264.9, + "Adj Yield": 264.9 + } + }, + { + "rank": 2, + "brand": "Wyffels", + "product": "W7485TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 286.7, + "Adj Yield": 286.7 + } + }, + { + "rank": 1, + "brand": "Wyffels", + "product": "W7499RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 293.9, + "Adj Yield": 293.9 + } + }, + { + "rank": 3, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 284.8, + "Adj Yield": 284.8 + } + }, + { + "rank": 4, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 284.5, + "Adj Yield": 284.5 + } + }, + { + "rank": 23, + "brand": "Wyffels", + "product": "W8007RIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 271.0, + "Adj Yield": 271.0 + } + }, + { + "rank": 7, + "brand": "Wyffels", + "product": "W8086RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 281.0, + "Adj Yield": 281.0 + } + }, + { + "rank": 39, + "brand": "Wyffels", + "product": "W9218RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 251.8, + "Adj Yield": 251.8 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 273.6, + "Adj Yield": 273.6 + } + }, + { + "rank": null, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 262.3, + "Adj Yield": 262.3 + } + }, + { + "rank": 33, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 260.7, + "Adj Yield": 260.7 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC107-69RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": null, + "Yield": 280.2, + "Adj Yield": 280.2 + } + }, + { + "rank": 32, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": null, + "Yield": 264.0, + "Adj Yield": 264.0 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 275.6, + "Adj Yield": 275.6 + } + }, + { + "rank": 20, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 271.7, + "Adj Yield": 271.7 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC113-03RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 278.5, + "Adj Yield": 278.5 + } + }, + { + "rank": 35, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": null, + "Yield": 257.4, + "Adj Yield": 257.4 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 273.0, + "Adj Yield": 273.0 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 274.0, + "Adj Yield": 274.0 + } + }, + { + "rank": 37, + "brand": "Dekalb", + "product": "DKC115-55RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 256.5, + "Adj Yield": 256.5 + } + }, + { + "rank": 34, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 258.4, + "Adj Yield": 258.4 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 275.9, + "Adj Yield": 275.9 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 286.3, + "Adj Yield": 286.3 + } + }, + { + "rank": null, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 271.0, + "Adj Yield": 271.0 + } + }, + { + "rank": 38, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": null, + "Yield": 252.6, + "Adj Yield": 252.6 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 270.4, + "Adj Yield": 270.4 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": null, + "Yield": 271.3, + "Adj Yield": 271.3 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 272.7, + "Adj Yield": 272.7 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 269.7, + "Adj Yield": 269.7 + } + }, + { + "rank": 41, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 246.0, + "Adj Yield": 246.0 + } + }, + { + "rank": 40, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 251.2, + "Adj Yield": 251.2 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 249.7, + "Adj Yield": 249.7 + } + }, + { + "rank": null, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 286.1, + "Adj Yield": 286.1 + } + }, + { + "rank": 27, + "brand": "Dekalb", + "product": "PR112-50RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 268.4, + "Adj Yield": 268.4 + } + }, + { + "rank": 21, + "brand": "Dekalb", + "product": "PR112-50RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 271.3, + "Adj Yield": 271.3 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "PR110-60RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 280.2, + "Adj Yield": 280.2 + } + }, + { + "rank": 28, + "brand": "Dekalb", + "product": "PR112-50RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 267.4, + "Adj Yield": 267.4 + } + }, + { + "rank": 25, + "brand": "Dekalb", + "product": "PR113-60RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 270.0, + "Adj Yield": 270.0 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "PR116-20RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 273.6, + "Adj Yield": 273.6 + } + }, + { + "rank": 36, + "brand": "Dekalb", + "product": "PR118-50RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 256.8, + "Adj Yield": 256.8 + } + } + ], + "n_results": 50, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146298" + ], + "fetched_at": "2026-05-27T02:22:21.825637+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146298.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146298.md new file mode 100644 index 00000000..942e247c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146298.md @@ -0,0 +1,80 @@ +# Corn yield trial — Gilman, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Iroquois +- **City:** Gilman +- **Year:** 2025 +- **Plot ID:** 146298 +- **Cooperator:** Gilman Fertilizer +- **Plot average:** 269.84 BU/Ac +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-14 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146298 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 42 | Croplan | CP4839PCE | PCE | - | 15.6 | - | 243.6 | 243.6 | +| 5 | Croplan | CP5050VT4P/RIB | VT4RIB | - | 16.7 | - | 282.4 | 282.4 | +| 10 | Croplan | CP5252VT2/RIB | VT2RIB | - | 16.6 | - | 279.8 | 279.8 | +| 5 | Croplan | CP5329PCE | PCE | - | 18.4 | - | 282.4 | 282.4 | +| 17 | Croplan | CP5682TRE | Trecepta | - | 18.9 | - | 273.1 | 273.1 | +| - | Dekalb | DKC114-42RIB | SSPRIB | - | 17.4 | - | 282.0 | 282.0 | +| - | Wyffels | W7945RIB | TreceptaRIB | - | 18.7 | - | 273.8 | 273.8 | +| 30 | Wyffels | W5684RIB | PCE | - | 15.0 | - | 265.3 | 265.3 | +| 14 | Wyffels | W6505RIB | TreceptaRIB | - | 16.1 | - | 274.6 | 274.6 | +| 29 | Wyffels | W6886RIB | VT2RIB | - | 16.1 | - | 265.8 | 265.8 | +| 31 | Wyffels | W7424RIB | PCE | - | 17.3 | - | 264.9 | 264.9 | +| 2 | Wyffels | W7485TRE | Trecepta | - | 16.3 | - | 286.7 | 286.7 | +| 1 | Wyffels | W7499RIB | VT2RIB | - | 17.6 | - | 293.9 | 293.9 | +| 3 | Wyffels | W7876RIB | VT2RIB | - | 17.7 | - | 284.8 | 284.8 | +| 4 | Wyffels | W7945RIB | TreceptaRIB | - | 17.8 | - | 284.5 | 284.5 | +| 23 | Wyffels | W8007RIB | VT4Pro | - | 17.8 | - | 271.0 | 271.0 | +| 7 | Wyffels | W8086RIB | VT2RIB | - | 17.7 | - | 281.0 | 281.0 | +| 39 | Wyffels | W9218RIB | STXRIB | - | 18.1 | - | 251.8 | 251.8 | +| - | Dekalb | DKC114-42RIB | SSPRIB | - | 17.6 | - | 273.6 | 273.6 | +| - | Wyffels | W7945RIB | TreceptaRIB | - | 17.5 | - | 262.3 | 262.3 | +| 33 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 14.2 | - | 260.7 | 260.7 | +| 8 | Dekalb | DKC107-69RIB | TreceptaRIB | - | 14.7 | - | 280.2 | 280.2 | +| 32 | Dekalb | DKC110-10RIB | STXRIB | - | 15.1 | - | 264.0 | 264.0 | +| 13 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 15.5 | - | 275.6 | 275.6 | +| 20 | Dekalb | DKC112-35RIB | SSPRIB | - | 16.7 | - | 271.7 | 271.7 | +| 11 | Dekalb | DKC113-03RIB | SSPRIB | - | 17.3 | - | 278.5 | 278.5 | +| 35 | Dekalb | DKC64-22RIB | VT2RIB | - | 15.3 | - | 257.4 | 257.4 | +| 18 | Dekalb | DKC114-42RIB | SSPRIB | - | 16.3 | - | 273.0 | 273.0 | +| 15 | Dekalb | DKC114-99RIB | VT4RIB | - | 16.3 | - | 274.0 | 274.0 | +| 37 | Dekalb | DKC115-55RIB | TreceptaRIB | - | 15.9 | - | 256.5 | 256.5 | +| 34 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 17.5 | - | 258.4 | 258.4 | +| 12 | Dekalb | DKC68-35RIB | VT2RIB | - | 17.5 | - | 275.9 | 275.9 | +| - | Dekalb | DKC114-42RIB | SSPRIB | - | 17.0 | - | 286.3 | 286.3 | +| - | Wyffels | W7945RIB | TreceptaRIB | - | 17.2 | - | 271.0 | 271.0 | +| 38 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.9 | - | 252.6 | 252.6 | +| 24 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.5 | - | 270.4 | 270.4 | +| 21 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.3 | - | 271.3 | 271.3 | +| 19 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.8 | - | 272.7 | 272.7 | +| 26 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.1 | - | 269.7 | 269.7 | +| 41 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.1 | - | 246.0 | 246.0 | +| 40 | AgriGold | A645-71STXRIB | STXRIB | - | 16.7 | - | 251.2 | 251.2 | +| - | Dekalb | DKC114-42RIB | SSPRIB | - | 17.5 | - | 249.7 | 249.7 | +| - | Wyffels | W7945RIB | TreceptaRIB | - | 16.5 | - | 286.1 | 286.1 | +| 27 | Dekalb | PR112-50RIB | STXRIB | - | 16.2 | - | 268.4 | 268.4 | +| 21 | Dekalb | PR112-50RIB | STXRIB | - | 15.9 | - | 271.3 | 271.3 | +| 8 | Dekalb | PR110-60RIB | VT2RIB | - | 15.6 | - | 280.2 | 280.2 | +| 28 | Dekalb | PR112-50RIB | STXRIB | - | 16.2 | - | 267.4 | 267.4 | +| 25 | Dekalb | PR113-60RIB | VT2RIB | - | 16.3 | - | 270.0 | 270.0 | +| 16 | Dekalb | PR116-20RIB | VT2RIB | - | 16.1 | - | 273.6 | 273.6 | +| 36 | Dekalb | PR118-50RIB | VT2RIB | - | 17.7 | - | 256.8 | 256.8 | + +Top 5 by Yield: W7499RIB (Wyffels) 293.9, W7485TRE (Wyffels) 286.7, DKC114-42RIB (Dekalb) 286.3, W7945RIB (Wyffels) 286.1, W7876RIB (Wyffels) 284.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146303.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146303.json new file mode 100644 index 00000000..0acf6fe3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146303.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146303", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Shirley", + "county": "Hancock", + "year": 2025, + "plot_id": "146303", + "cooperator": "G & L Lawyer Family Farm", + "plot_average": 196.41, + "planted_date": "2025-05-20", + "harvested_date": "2025-10-13", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Xyway", + "herbicide": "Atrazine, Capreno, Roundup RT3", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 59.6, + "Yield": 186.7, + "Adj Yield": 186.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A634-65TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 55.2, + "Yield": 179.2, + "Adj Yield": 179.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 55.1, + "Yield": 196.1, + "Adj Yield": 196.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 58.0, + "Yield": 196.4, + "Adj Yield": 196.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 55.7, + "Yield": 185.2, + "Adj Yield": 185.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 53.8, + "Yield": 194.9, + "Adj Yield": 194.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 58.8, + "Yield": 200.2, + "Adj Yield": 200.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 54.9, + "Yield": 205.7, + "Adj Yield": 205.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 57.4, + "Yield": 213.6, + "Adj Yield": 213.6 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 57.1, + "Yield": 197.4, + "Adj Yield": 197.4 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146303" + ], + "fetched_at": "2026-05-27T02:22:22.290138+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146303.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146303.md new file mode 100644 index 00000000..03f2ab9b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146303.md @@ -0,0 +1,42 @@ +# Corn yield trial — Shirley, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Hancock +- **City:** Shirley +- **Year:** 2025 +- **Plot ID:** 146303 +- **Cooperator:** G & L Lawyer Family Farm +- **Plot average:** 196.41 BU/Ac +- **Planted:** 2025-05-20 +- **Harvested:** 2025-10-13 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Xyway +- **Herbicide:** Atrazine, Capreno, Roundup RT3 +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146303 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.8 | 59.6 | 186.7 | 186.7 | +| 8 | AgriGold | A634-65TRCRIB | TreceptaRIB | - | 16.9 | 55.2 | 179.2 | 179.2 | +| 5 | AgriGold | A636-11VT2RIB | VT2RIB | - | 16.5 | 55.1 | 196.1 | 196.1 | +| 4 | AgriGold | A639-38V-RN | 3220 | - | 17.2 | 58.0 | 196.4 | 196.4 | +| 7 | AgriGold | A639-03VT2RIB | VT2RIB | - | 17.7 | 55.7 | 185.2 | 185.2 | +| 6 | AgriGold | A640-16-3110 | 3110 | - | 18.2 | 53.8 | 194.9 | 194.9 | +| 3 | AgriGold | A642-32VT2RIB | VT2RIB | - | 18.5 | 58.8 | 200.2 | 200.2 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 21.2 | 54.9 | 205.7 | 205.7 | +| 1 | AgriGold | A645-30VT2RIB | VT2RIB | - | 22.0 | 57.4 | 213.6 | 213.6 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 19.7 | 57.1 | 197.4 | 197.4 | + +Top 5 by Yield: A645-30VT2RIB (AgriGold) 213.6, A644-64VT2RIB (AgriGold) 205.7, A642-32VT2RIB (AgriGold) 200.2, A643-52VT2RIB (AgriGold) 197.4, A639-38V-RN (AgriGold) 196.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146305.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146305.json new file mode 100644 index 00000000..1f68e755 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146305.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146305", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Ladonia", + "county": "Audrain", + "year": 2025, + "plot_id": "146305", + "cooperator": "Matt Pound", + "plot_average": 238.13, + "planted_date": "2025-05-14", + "harvested_date": "2025-10-16", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 235.2, + "Adj Yield": 235.2 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 222.2, + "Adj Yield": 226.06 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 230.0, + "Adj Yield": 232.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 245.2, + "Adj Yield": 246.9 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 217.7, + "Adj Yield": 218.21 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": null, + "Yield": 254.1, + "Adj Yield": 253.55 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": null, + "Yield": 226.0, + "Adj Yield": 224.34 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 232.9, + "Adj Yield": 230.12 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 234.2, + "Adj Yield": 230.35 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 245.2, + "Adj Yield": 245.2 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 232.6, + "Adj Yield": 228.47 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 256.0, + "Adj Yield": 252.55 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 248.6, + "Adj Yield": 245.6 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 224.6, + "Adj Yield": 221.94 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 237.2, + "Adj Yield": 234.79 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 247.3, + "Adj Yield": 245.15 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P1742PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 244.2, + "Adj Yield": 242.21 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 244.3, + "Adj Yield": 242.48 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 254.4, + "Adj Yield": 252.72 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": null, + "Yield": 259.6, + "Adj Yield": 258.06 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146305" + ], + "fetched_at": "2026-05-27T02:22:22.781381+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146305.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146305.md new file mode 100644 index 00000000..b1f4b8ea --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146305.md @@ -0,0 +1,50 @@ +# Corn yield trial — Ladonia, MO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Audrain +- **City:** Ladonia +- **Year:** 2025 +- **Plot ID:** 146305 +- **Cooperator:** Matt Pound +- **Plot average:** 238.13 BU/Ac +- **Planted:** 2025-05-14 +- **Harvested:** 2025-10-16 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146305 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.6 | - | 235.2 | 235.2 | +| 15 | AgriGold | A636-39-3110 | 3110 | - | 16.2 | - | 222.2 | 226.06 | +| 11 | AgriGold | A639-38V-RN | 3220 | - | 16.1 | - | 230.0 | 232.8 | +| 5 | AgriGold | A640-94VT4PRO | VT4Pro | - | 18.4 | - | 245.2 | 246.9 | +| 18 | AgriGold | A641-26V | 3220EZ | - | 18.6 | - | 217.7 | 218.21 | +| 2 | AgriGold | A642-18TRC | Trecepta | - | 18.9 | - | 254.1 | 253.55 | +| 16 | AgriGold | A642-32VT2RIB | VT2RIB | - | 18.9 | - | 226.0 | 224.34 | +| 13 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.2 | - | 232.9 | 230.12 | +| 12 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.4 | - | 234.2 | 230.35 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.3 | - | 245.2 | 245.2 | +| 14 | AgriGold | A645-30VT2RIB | VT2RIB | - | 18.1 | - | 232.6 | 228.47 | +| 4 | AgriGold | A645-55VT2PRO | VT2Pro | - | 17.7 | - | 256.0 | 252.55 | +| 6 | AgriGold | A646-17TRC | Trecepta | - | 18.1 | - | 248.6 | 245.6 | +| 17 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 17.4 | - | 224.6 | 221.94 | +| 10 | AgriGold | L6722VT2PRO | VT2Pro | - | 16.7 | - | 237.2 | 234.79 | +| 7 | AgriGold | L6818VT2PRO | VT2Pro | - | 17.3 | - | 247.3 | 245.15 | +| 9 | Pioneer | P1742PCE | PCE | - | 17.3 | - | 244.2 | 242.21 | +| 8 | Dekalb | DKC68-35RIB | VT2RIB | - | 18.1 | - | 244.3 | 242.48 | +| 3 | AgriGold | A642-18SSPRIB | SSPRIB | - | 19.2 | - | 254.4 | 252.72 | +| 1 | AgriGold | A642-18TRC | Trecepta | - | 18.9 | - | 259.6 | 258.06 | + +Top 5 by Yield: A642-18TRC (AgriGold) 259.6, A645-55VT2PRO (AgriGold) 256.0, A642-18SSPRIB (AgriGold) 254.4, A642-18TRC (AgriGold) 254.1, A646-17TRC (AgriGold) 248.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146307.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146307.json new file mode 100644 index 00000000..711b4069 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146307.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146307", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Winfield", + "county": "Lincoln", + "year": 2025, + "plot_id": "146307", + "cooperator": "Brian & Tyler Wehde", + "plot_average": 229.23, + "planted_date": "2025-05-12", + "harvested_date": "2025-10-23", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Muck", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 230.5, + "Adj Yield": 230.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": null, + "Yield": 225.1, + "Adj Yield": 227.04 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": null, + "Yield": 221.6, + "Adj Yield": 222.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": null, + "Yield": 235.1, + "Adj Yield": 235.68 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": null, + "Yield": 226.4, + "Adj Yield": 226.42 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": null, + "Yield": 218.3, + "Adj Yield": 217.68 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": null, + "Yield": 247.9, + "Adj Yield": 246.58 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 230.2, + "Adj Yield": 228.31 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": null, + "Yield": 235.6, + "Adj Yield": 235.6 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146307" + ], + "fetched_at": "2026-05-27T02:22:23.308861+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146307.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146307.md new file mode 100644 index 00000000..d2dc44a2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146307.md @@ -0,0 +1,39 @@ +# Corn yield trial — Winfield, MO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Lincoln +- **City:** Winfield +- **Year:** 2025 +- **Plot ID:** 146307 +- **Cooperator:** Brian & Tyler Wehde +- **Plot average:** 229.23 BU/Ac +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-23 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Muck +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146307 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.2 | - | 230.5 | 230.5 | +| 4 | AgriGold | A641-26V | 3220EZ | - | 14.3 | - | 225.1 | 227.04 | +| 6 | AgriGold | A641-26V | 3220EZ | - | 13.8 | - | 221.6 | 222.9 | +| 2 | AgriGold | A641-26V | 3220EZ | - | 13.4 | - | 235.1 | 235.68 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.3 | - | 226.4 | 226.42 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.2 | - | 218.3 | 217.68 | +| 1 | AgriGold | A645-55VT2PRO | VT2Pro | - | 12.5 | - | 247.9 | 246.58 | +| 3 | AgriGold | A646-17TRC | Trecepta | - | 14.2 | - | 230.2 | 228.31 | +| - | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.3 | - | 235.6 | 235.6 | + +Top 5 by Yield: A645-55VT2PRO (AgriGold) 247.9, A642-05VT2RIBD1 (AgriGold) 235.6, A641-26V (AgriGold) 235.1, A642-05VT2RIBD1 (AgriGold) 230.5, A646-17TRC (AgriGold) 230.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146333.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146333.json new file mode 100644 index 00000000..607eeafb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146333.json @@ -0,0 +1,88 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146333", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Cairo", + "county": "Randolph", + "year": 2025, + "plot_id": "146333", + "cooperator": "Joseph Family Farms LLC", + "plot_average": 217.88, + "planted_date": "2025-05-15", + "harvested_date": "2025-11-05", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 61.3, + "Yield": 208.6, + "Adj Yield": 208.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 60.5, + "Yield": 216.6, + "Adj Yield": 216.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 60.3, + "Yield": 219.9, + "Adj Yield": 219.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.3, + "Yield": 226.4, + "Adj Yield": 226.4 + } + } + ], + "n_results": 4, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146333" + ], + "fetched_at": "2026-05-27T02:22:23.803695+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146333.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146333.md new file mode 100644 index 00000000..50dd1321 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146333.md @@ -0,0 +1,34 @@ +# Corn yield trial — Cairo, MO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Randolph +- **City:** Cairo +- **Year:** 2025 +- **Plot ID:** 146333 +- **Cooperator:** Joseph Family Farms LLC +- **Plot average:** 217.88 BU/Ac +- **Planted:** 2025-05-15 +- **Harvested:** 2025-11-05 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146333 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 4 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.7 | 61.3 | 208.6 | 208.6 | +| 3 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.1 | 60.5 | 216.6 | 216.6 | +| 2 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.1 | 60.3 | 219.9 | 219.9 | +| 1 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.2 | 60.3 | 226.4 | 226.4 | + +Top 5 by Yield: A642-32VT2RIB (AgriGold) 226.4, A642-32VT2RIB (AgriGold) 219.9, A642-32VT2RIB (AgriGold) 216.6, A642-32VT2RIB (AgriGold) 208.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146336.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146336.json new file mode 100644 index 00000000..3a574aa4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146336.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146336", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Atwood", + "county": "Douglas", + "year": 2025, + "plot_id": "146336", + "cooperator": "Jack Fombelle", + "plot_average": 302.02, + "planted_date": "2025-05-08", + "harvested_date": "2025-10-13", + "population_seeds_per_acre": 37000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 12, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 58.7, + "Yield": 266.8, + "Adj Yield": 266.8 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 60.9, + "Yield": 294.7, + "Adj Yield": 294.7 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 59.4, + "Yield": 292.3, + "Adj Yield": 292.3 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 61.1, + "Yield": 285.6, + "Adj Yield": 285.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 58.8, + "Yield": 321.5, + "Adj Yield": 321.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 60.6, + "Yield": 305.4, + "Adj Yield": 305.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.1, + "Yield": 312.1, + "Adj Yield": 312.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 60.8, + "Yield": 309.8, + "Adj Yield": 309.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 58.6, + "Yield": 308.7, + "Adj Yield": 308.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 58.4, + "Yield": 320.0, + "Adj Yield": 320.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 60.7, + "Yield": 291.5, + "Adj Yield": 291.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.2, + "Yield": 315.8, + "Adj Yield": 315.8 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146336" + ], + "fetched_at": "2026-05-27T02:22:24.285570+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146336.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146336.md new file mode 100644 index 00000000..e268d62c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146336.md @@ -0,0 +1,42 @@ +# Corn yield trial — Atwood, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Douglas +- **City:** Atwood +- **Year:** 2025 +- **Plot ID:** 146336 +- **Cooperator:** Jack Fombelle +- **Plot average:** 302.02 BU/Ac +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-13 +- **Population:** 37,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146336 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 12 | AgriGold | A634-65TRC | Trecepta | - | 12.4 | 58.7 | 266.8 | 266.8 | +| 8 | AgriGold | A638-91VT2PRO | VT2Pro | - | 13.9 | 60.9 | 294.7 | 294.7 | +| 9 | AgriGold | A639-03VT2RIB | VT2RIB | - | 13.5 | 59.4 | 292.3 | 292.3 | +| 11 | AgriGold | A641-62D-RN | 5122 | - | 15.2 | 61.1 | 285.6 | 285.6 | +| 1 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.3 | 58.8 | 321.5 | 321.5 | +| 7 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.3 | 60.6 | 305.4 | 305.4 | +| 4 | AgriGold | A642-18SSPRIB | SSPRIB | - | 14.4 | 59.1 | 312.1 | 312.1 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.5 | 60.8 | 309.8 | 309.8 | +| 6 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.1 | 58.6 | 308.7 | 308.7 | +| 2 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.5 | 58.4 | 320.0 | 320.0 | +| 10 | AgriGold | A645-30VT2RIB | VT2RIB | - | 15.9 | 60.7 | 291.5 | 291.5 | +| 3 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.0 | 59.2 | 315.8 | 315.8 | + +Top 5 by Yield: A642-05VT2RIBD1 (AgriGold) 321.5, A645-16VT2RIB (AgriGold) 320.0, A642-18SSPRIB (AgriGold) 315.8, A642-18SSPRIB (AgriGold) 312.1, A643-52VT2RIB (AgriGold) 309.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146350.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146350.json new file mode 100644 index 00000000..bd1e3797 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146350.json @@ -0,0 +1,309 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146350", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Marion", + "county": "Red Willow", + "year": 2025, + "plot_id": "146350", + "cooperator": "J Double T Farms", + "plot_average": 229.61, + "planted_date": "2025-05-20", + "harvested_date": "2025-10-16", + "population_seeds_per_acre": 28000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Wheat", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.9, + "Test Wt.": 54.3, + "Yield": 233.5, + "Adj Yield": 233.5 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 52.8, + "Yield": 212.1, + "Adj Yield": 210.98 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 57.7, + "Yield": 221.8, + "Adj Yield": 220.72 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 53.8, + "Yield": 232.9, + "Adj Yield": 231.95 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 56.0, + "Yield": 224.7, + "Adj Yield": 223.92 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A640-16DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 24.9, + "Test Wt.": 54.5, + "Yield": 230.7, + "Adj Yield": 230.08 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": 55.0, + "Yield": 243.3, + "Adj Yield": 242.81 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC110-28RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 53.7, + "Yield": 241.8, + "Adj Yield": 241.4 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 23.9, + "Test Wt.": 56.0, + "Yield": 220.3, + "Adj Yield": 220.06 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 24.7, + "Test Wt.": 55.2, + "Yield": 247.2, + "Adj Yield": 247.08 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC62-69RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 25.5, + "Test Wt.": 54.3, + "Yield": 227.9, + "Adj Yield": 227.9 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 29.3, + "Test Wt.": 54.0, + "Yield": 214.8, + "Adj Yield": 214.94 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 56.9, + "Yield": 226.1, + "Adj Yield": 226.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 24.3, + "Test Wt.": 55.6, + "Yield": 226.7, + "Adj Yield": 227.04 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.5, + "Test Wt.": 54.5, + "Yield": 233.9, + "Adj Yield": 234.44 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 23.7, + "Test Wt.": 55.1, + "Yield": 220.9, + "Adj Yield": 221.54 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 29.4, + "Test Wt.": 55.4, + "Yield": 221.1, + "Adj Yield": 221.89 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 56.8, + "Yield": 239.7, + "Adj Yield": 240.61 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": 53.8, + "Yield": 245.6, + "Adj Yield": 246.65 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.4, + "Test Wt.": 53.0, + "Yield": 230.9, + "Adj Yield": 232.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.4, + "Test Wt.": 53.0, + "Yield": 230.9, + "Adj Yield": 230.9 + } + } + ], + "n_results": 21, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146350" + ], + "fetched_at": "2026-05-27T02:22:24.818080+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146350.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146350.md new file mode 100644 index 00000000..d6836f96 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146350.md @@ -0,0 +1,51 @@ +# Corn yield trial — Marion, NE, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Red Willow +- **City:** Marion +- **Year:** 2025 +- **Plot ID:** 146350 +- **Cooperator:** J Double T Farms +- **Plot average:** 229.61 BU/Ac +- **Planted:** 2025-05-20 +- **Harvested:** 2025-10-16 +- **Population:** 28,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Wheat +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146350 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 24.9 | 54.3 | 233.5 | 233.5 | +| 19 | AgriGold | A636-16-5222EZ | 5222EZ | - | 23.2 | 52.8 | 212.1 | 210.98 | +| 16 | AgriGold | A638-91VT2PRO | VT2Pro | - | 21.5 | 57.7 | 221.8 | 220.72 | +| 8 | AgriGold | A639-03VT2RIB | VT2RIB | - | 22.7 | 53.8 | 232.9 | 231.95 | +| 13 | AgriGold | A639-38V-RN | 3220 | - | 21.4 | 56.0 | 224.7 | 223.92 | +| 9 | AgriGold | A640-16DV-RN | 5222 | - | 24.9 | 54.5 | 230.7 | 230.08 | +| 3 | AgriGold | A640-94VT4PRO | VT4Pro | - | 24.2 | 55.0 | 243.3 | 242.81 | +| 4 | Dekalb | DKC110-28RIB | VT4RIB | - | 22.8 | 53.7 | 241.8 | 241.4 | +| 17 | AgriGold | A641-26V | 3220EZ | - | 23.9 | 56.0 | 220.3 | 220.06 | +| 1 | Dekalb | DKC112-35RIB | SSPRIB | - | 24.7 | 55.2 | 247.2 | 247.08 | +| 10 | Dekalb | DKC62-69RIB | STXRIB | - | 25.5 | 54.3 | 227.9 | 227.9 | +| 18 | AgriGold | A642-18SSPRIB | SSPRIB | - | 29.3 | 54.0 | 214.8 | 214.94 | +| 12 | AgriGold | A642-32VT2RIB | VT2RIB | - | 23.2 | 56.9 | 226.1 | 226.4 | +| 11 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 24.3 | 55.6 | 226.7 | 227.04 | +| 6 | AgriGold | A643-52VT2RIB | VT2RIB | - | 25.5 | 54.5 | 233.9 | 234.44 | +| 15 | Dekalb | DKC114-99RIB | VT4RIB | - | 23.7 | 55.1 | 220.9 | 221.54 | +| 14 | AgriGold | A645-30VT2RIB | VT2RIB | - | 29.4 | 55.4 | 221.1 | 221.89 | +| 5 | AgriGold | A645-55VT2PRO | VT2Pro | - | 23.4 | 56.8 | 239.7 | 240.61 | +| 2 | AgriGold | A646-17TRC | Trecepta | - | 24.1 | 53.8 | 245.6 | 246.65 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 24.4 | 53.0 | 230.9 | 232.1 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 24.4 | 53.0 | 230.9 | 230.9 | + +Top 5 by Yield: DKC112-35RIB (Dekalb) 247.2, A646-17TRC (AgriGold) 245.6, A640-94VT4PRO (AgriGold) 243.3, DKC110-28RIB (Dekalb) 241.8, A645-55VT2PRO (AgriGold) 239.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146359.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146359.json new file mode 100644 index 00000000..5b5db1b8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146359.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146359", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Economy", + "county": "Macon", + "year": 2025, + "plot_id": "146359", + "cooperator": "Logan Weber", + "plot_average": 224.98, + "planted_date": "2025-04-28", + "harvested_date": "2025-10-14", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 215.2, + "Adj Yield": 215.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 214.2, + "Adj Yield": 219.49 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 216.2, + "Adj Yield": 218.92 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": null, + "Yield": 227.6, + "Adj Yield": 228.29 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 237.5, + "Adj Yield": 236.66 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 225.9, + "Adj Yield": 225.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 228.9, + "Adj Yield": 226.99 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": null, + "Yield": 245.7, + "Adj Yield": 243.06 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 205.7, + "Adj Yield": 201.48 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 230.3, + "Adj Yield": 230.3 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146359" + ], + "fetched_at": "2026-05-27T02:22:25.282338+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146359.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146359.md new file mode 100644 index 00000000..0594167c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146359.md @@ -0,0 +1,40 @@ +# Corn yield trial — Economy, MO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Macon +- **City:** Economy +- **Year:** 2025 +- **Plot ID:** 146359 +- **Cooperator:** Logan Weber +- **Plot average:** 224.98 BU/Ac +- **Planted:** 2025-04-28 +- **Harvested:** 2025-10-14 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146359 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.6 | - | 215.2 | 215.2 | +| 5 | AgriGold | A641-26V | 3220EZ | - | 16.1 | - | 214.2 | 219.49 | +| 6 | AgriGold | A642-32 | C | - | 15.6 | - | 216.2 | 218.92 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.7 | - | 227.6 | 228.29 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.1 | - | 237.5 | 236.66 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.5 | - | 225.9 | 225.9 | +| 4 | AgriGold | A645-30VT2RIB | VT2RIB | - | 17.0 | - | 228.9 | 226.99 | +| 1 | AgriGold | A645-55VT2PRO | VT2Pro | - | 15.4 | - | 245.7 | 243.06 | +| 7 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 16.1 | - | 205.7 | 201.48 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.2 | - | 230.3 | 230.3 | + +Top 5 by Yield: A645-55VT2PRO (AgriGold) 245.7, A644-64VT2RIB (AgriGold) 237.5, A645-16VT2RIB (AgriGold) 230.3, A645-30VT2RIB (AgriGold) 228.9, A643-52VT2RIB (AgriGold) 227.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146360.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146360.json new file mode 100644 index 00000000..48b06221 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146360.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146360", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Stoutsville", + "county": "Monroe", + "year": 2025, + "plot_id": "146360", + "cooperator": "Aaron Whelan", + "plot_average": 222.9, + "planted_date": "2025-05-12", + "harvested_date": "2025-10-23", + "population_seeds_per_acre": 30500, + "row_width": "30.0\"", + "num_rows": null, + "soil_type": null, + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 10, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 208.3, + "Adj Yield": 208.3 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": null, + "Yield": 199.7, + "Adj Yield": 199.7 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": null, + "Yield": 181.5, + "Adj Yield": 181.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 209.5, + "Adj Yield": 209.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": null, + "Yield": 232.6, + "Adj Yield": 232.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 238.3, + "Adj Yield": 238.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": null, + "Yield": 228.2, + "Adj Yield": 228.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": null, + "Yield": 214.6, + "Adj Yield": 214.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": null, + "Yield": 241.7, + "Adj Yield": 241.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": null, + "Yield": 242.9, + "Adj Yield": 242.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 232.5, + "Adj Yield": 232.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": null, + "Yield": 245.0, + "Adj Yield": 245.0 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146360" + ], + "fetched_at": "2026-05-27T02:22:25.763581+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146360.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146360.md new file mode 100644 index 00000000..7589a3b4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146360.md @@ -0,0 +1,40 @@ +# Corn yield trial — Stoutsville, MO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Monroe +- **City:** Stoutsville +- **Year:** 2025 +- **Plot ID:** 146360 +- **Cooperator:** Aaron Whelan +- **Plot average:** 222.9 BU/Ac +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-23 +- **Population:** 30,500 seeds/acre +- **Row width:** 30.0" +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146360 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 10 | AgriGold | A636-39-3110 | 3110 | - | 14.1 | - | 208.3 | 208.3 | +| 11 | AgriGold | A638-19 | C | - | 14.4 | - | 199.7 | 199.7 | +| 12 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.4 | - | 181.5 | 181.5 | +| 9 | AgriGold | A639-38V-RN | 3220 | - | 14.5 | - | 209.5 | 209.5 | +| 5 | AgriGold | A640-94VT4PRO | VT4Pro | - | 14.8 | - | 232.6 | 232.6 | +| 4 | AgriGold | A641-26V | 3220EZ | - | 15.2 | - | 238.3 | 238.3 | +| 7 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.1 | - | 228.2 | 228.2 | +| 8 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.4 | - | 214.6 | 214.6 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.8 | - | 241.7 | 241.7 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.8 | - | 242.9 | 242.9 | +| 6 | AgriGold | A645-30VT2RIB | VT2RIB | - | 15.6 | - | 232.5 | 232.5 | +| 1 | AgriGold | A645-55VT2PRO | VT2Pro | - | 15.0 | - | 245.0 | 245.0 | + +Top 5 by Yield: A645-55VT2PRO (AgriGold) 245.0, A644-64VT2RIB (AgriGold) 242.9, A643-52VT2RIB (AgriGold) 241.7, A641-26V (AgriGold) 238.3, A640-94VT4PRO (AgriGold) 232.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146361.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146361.json new file mode 100644 index 00000000..9d9bbce8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146361.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146361", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Sue City", + "county": "Knox", + "year": 2025, + "plot_id": "146361", + "cooperator": "Dusti Baker", + "plot_average": 246.19, + "planted_date": "2025-05-17", + "harvested_date": "2025-11-07", + "population_seeds_per_acre": 31500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": null, + "Yield": 226.2, + "Adj Yield": 226.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 241.1, + "Adj Yield": 241.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": null, + "Yield": 258.8, + "Adj Yield": 258.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 233.9, + "Adj Yield": 233.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 260.0, + "Adj Yield": 260.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 259.5, + "Adj Yield": 259.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 234.5, + "Adj Yield": 234.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 255.5, + "Adj Yield": 255.5 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146361" + ], + "fetched_at": "2026-05-27T02:22:26.297947+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146361.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146361.md new file mode 100644 index 00000000..f3dba5d7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146361.md @@ -0,0 +1,37 @@ +# Corn yield trial — Sue City, MO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Knox +- **City:** Sue City +- **Year:** 2025 +- **Plot ID:** 146361 +- **Cooperator:** Dusti Baker +- **Plot average:** 246.19 BU/Ac +- **Planted:** 2025-05-17 +- **Harvested:** 2025-11-07 +- **Population:** 31,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146361 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | AgriGold | A637-72VT2RIB | VT2RIB | - | 12.4 | - | 226.2 | 226.2 | +| 5 | AgriGold | A641-26V | 3220EZ | - | 15.2 | - | 241.1 | 241.1 | +| 3 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.3 | - | 258.8 | 258.8 | +| 7 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.8 | - | 233.9 | 233.9 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.3 | - | 260.0 | 260.0 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.2 | - | 259.5 | 259.5 | +| 6 | AgriGold | A645-30VT2RIB | VT2RIB | - | 16.1 | - | 234.5 | 234.5 | +| 4 | AgriGold | A645-55VT2PRO | VT2Pro | - | 15.6 | - | 255.5 | 255.5 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 260.0, A644-64VT2RIB (AgriGold) 259.5, A642-18SSPRIB (AgriGold) 258.8, A645-55VT2PRO (AgriGold) 255.5, A641-26V (AgriGold) 241.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146362.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146362.json new file mode 100644 index 00000000..b98f820b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146362.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146362", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Tipton", + "county": "Tipton", + "year": 2025, + "plot_id": "146362", + "cooperator": "Hobbs Farms", + "plot_average": 279.11, + "planted_date": "2025-05-12", + "harvested_date": "2025-10-22", + "population_seeds_per_acre": 35500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Miravis Neo, Veltyma", + "herbicide": "Atrazine, Callisto, SureStart", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 57.0, + "Yield": 277.9, + "Adj Yield": 277.9 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 54.0, + "Yield": 267.7, + "Adj Yield": 267.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 54.0, + "Yield": 247.7, + "Adj Yield": 247.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 54.2, + "Yield": 286.7, + "Adj Yield": 286.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A640-16DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 55.4, + "Yield": 289.7, + "Adj Yield": 289.7 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 54.2, + "Yield": 263.3, + "Adj Yield": 263.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 54.7, + "Yield": 283.7, + "Adj Yield": 283.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 56.3, + "Yield": 295.0, + "Adj Yield": 295.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 56.3, + "Yield": 286.2, + "Adj Yield": 286.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 55.5, + "Yield": 285.0, + "Adj Yield": 285.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 60.0, + "Yield": 286.1, + "Adj Yield": 286.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 57.6, + "Yield": 286.0, + "Adj Yield": 286.0 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146362" + ], + "fetched_at": "2026-05-27T02:22:26.786783+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146362.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146362.md new file mode 100644 index 00000000..2cb602f7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146362.md @@ -0,0 +1,44 @@ +# Corn yield trial — Tipton, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Tipton +- **City:** Tipton +- **Year:** 2025 +- **Plot ID:** 146362 +- **Cooperator:** Hobbs Farms +- **Plot average:** 279.11 BU/Ac +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-22 +- **Population:** 35,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Miravis Neo, Veltyma +- **Herbicide:** Atrazine, Callisto, SureStart +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146362 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 19.2 | 57.0 | 277.9 | 277.9 | +| 8 | AgriGold | A638-91VT2PRO | VT2Pro | - | 19.0 | 54.0 | 267.7 | 267.7 | +| 10 | AgriGold | A639-03VT2RIB | VT2RIB | - | 18.7 | 54.0 | 247.7 | 247.7 | +| 3 | AgriGold | A640-16-3110 | 3110 | - | 19.0 | 54.2 | 286.7 | 286.7 | +| 2 | AgriGold | A640-16DV-RN | 5222 | - | 19.8 | 55.4 | 289.7 | 289.7 | +| 9 | AgriGold | A640-94VT4PRO | VT4Pro | - | 19.5 | 54.2 | 263.3 | 263.3 | +| 7 | AgriGold | A641-62D-RN | 5122 | - | 19.7 | 54.7 | 283.7 | 283.7 | +| 1 | AgriGold | A642-18TRC | Trecepta | - | 19.6 | 56.3 | 295.0 | 295.0 | +| 4 | AgriGold | A642-32VT2RIB | VT2RIB | - | 19.5 | 56.3 | 286.2 | 286.2 | +| 6 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.3 | 55.5 | 285.0 | 285.0 | +| 5 | AgriGold | A645-55VT2PRO | VT2Pro | - | 19.2 | 60.0 | 286.1 | 286.1 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.7 | 57.6 | 286.0 | 286.0 | + +Top 5 by Yield: A642-18TRC (AgriGold) 295.0, A640-16DV-RN (AgriGold) 289.7, A640-16-3110 (AgriGold) 286.7, A642-32VT2RIB (AgriGold) 286.2, A645-55VT2PRO (AgriGold) 286.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146363.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146363.json new file mode 100644 index 00000000..e3f460a4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146363.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146363", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Gibbs", + "county": "Adair", + "year": 2025, + "plot_id": "146363", + "cooperator": "Sam Smith", + "plot_average": 242.79, + "planted_date": "2025-05-13", + "harvested_date": "2025-10-31", + "population_seeds_per_acre": 30500, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 257.0, + "Adj Yield": 258.05 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": null, + "Yield": 249.9, + "Adj Yield": 251.34 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 241.4, + "Adj Yield": 241.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 258.5, + "Adj Yield": 259.75 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 251.5, + "Adj Yield": 252.02 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 246.0, + "Adj Yield": 245.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": null, + "Yield": 253.7, + "Adj Yield": 252.97 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 235.8, + "Adj Yield": 234.3 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 245.9, + "Adj Yield": 245.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 250.5, + "Adj Yield": 249.01 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 249.4, + "Adj Yield": 248.41 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 231.1, + "Adj Yield": 230.55 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": null, + "Yield": 240.8, + "Adj Yield": 240.5 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": null, + "Yield": 190.6, + "Adj Yield": 190.64 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": null, + "Yield": 243.0, + "Adj Yield": 243.0 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146363" + ], + "fetched_at": "2026-05-27T02:22:27.317213+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146363.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146363.md new file mode 100644 index 00000000..6fba9717 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146363.md @@ -0,0 +1,44 @@ +# Corn yield trial — Gibbs, MO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Adair +- **City:** Gibbs +- **Year:** 2025 +- **Plot ID:** 146363 +- **Cooperator:** Sam Smith +- **Plot average:** 242.79 BU/Ac +- **Planted:** 2025-05-13 +- **Harvested:** 2025-10-31 +- **Population:** 30,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146363 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 16.4 | - | 257.0 | 258.05 | +| 5 | AgriGold | A645-30VT2RIB | VT2RIB | - | 15.7 | - | 249.9 | 251.34 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.6 | - | 241.4 | 241.4 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.9 | - | 258.5 | 259.75 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.6 | - | 251.5 | 252.02 | +| 8 | AgriGold | A642-32VT2RIB | VT2RIB | - | 16.6 | - | 246.0 | 245.9 | +| 3 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.7 | - | 253.7 | 252.97 | +| 10 | AgriGold | A641-62D-RN | 5122 | - | 15.8 | - | 235.8 | 234.3 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.8 | - | 245.9 | 245.9 | +| 6 | AgriGold | A641-26V | 3220EZ | - | 16.4 | - | 250.5 | 249.01 | +| 7 | AgriGold | A640-16-3110 | 3110 | - | 16.9 | - | 249.4 | 248.41 | +| 11 | AgriGold | A638-19 | C | - | 16.3 | - | 231.1 | 230.55 | +| 9 | AgriGold | A637-72VT2RIB | VT2RIB | - | 14.8 | - | 240.8 | 240.5 | +| 12 | AgriGold | A634-65TRC | Trecepta | - | 14.4 | - | 190.6 | 190.64 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.4 | - | 243.0 | 243.0 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 258.5, A647-42TRCRIB (AgriGold) 257.0, A642-18SSPRIB (AgriGold) 253.7, A643-52VT2RIB (AgriGold) 251.5, A641-26V (AgriGold) 250.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146364.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146364.json new file mode 100644 index 00000000..4d96843a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146364.json @@ -0,0 +1,413 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146364", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Cherry Box", + "county": "Knox", + "year": 2025, + "plot_id": "146364", + "cooperator": "Brett Wilkerson", + "plot_average": 270.8, + "planted_date": "2025-05-10", + "harvested_date": "2025-10-06", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": null, + "Yield": 281.5, + "Adj Yield": 281.5 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 226.0, + "Adj Yield": 223.45 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 264.0, + "Adj Yield": 262.22 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 257.8, + "Adj Yield": 256.64 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": null, + "Yield": 287.7, + "Adj Yield": 287.08 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 252.0, + "Adj Yield": 251.96 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 266.5, + "Adj Yield": 267.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": null, + "Yield": 277.0, + "Adj Yield": 277.0 + } + }, + { + "rank": 21, + "brand": "Golden Harvest", + "product": "G10M87-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": null, + "Yield": 260.0, + "Adj Yield": 260.6 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 270.7, + "Adj Yield": 271.15 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": null, + "Yield": 275.7, + "Adj Yield": 276.01 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": null, + "Yield": 263.7, + "Adj Yield": 263.94 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": null, + "Yield": 277.6, + "Adj Yield": 277.86 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 294.1, + "Adj Yield": 294.38 + } + }, + { + "rank": 12, + "brand": "Golden Harvest", + "product": "G12U11-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 273.2, + "Adj Yield": 273.48 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 280.4, + "Adj Yield": 280.69 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 284.4, + "Adj Yield": 284.76 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": null, + "Yield": 285.8, + "Adj Yield": 286.21 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": null, + "Yield": 291.1, + "Adj Yield": 291.59 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": null, + "Yield": 275.6, + "Adj Yield": 276.21 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 279.8, + "Adj Yield": 280.49 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": null, + "Yield": 285.2, + "Adj Yield": 286.01 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A646-17STX", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": null, + "Yield": 270.1, + "Adj Yield": 271.0 + } + }, + { + "rank": 24, + "brand": "Golden Harvest", + "product": "G16C59-3010", + "traits": "3010A", + "metrics": { + "Ck": null, + "H20": 23.5, + "Test Wt.": null, + "Yield": 249.6, + "Adj Yield": 250.65 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.7, + "Test Wt.": null, + "Yield": 276.9, + "Adj Yield": 276.9 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 263.1, + "Adj Yield": 264.15 + } + }, + { + "rank": 16, + "brand": "Golden Harvest", + "product": "G17M19-DVZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 23.8, + "Test Wt.": null, + "Yield": 265.4, + "Adj Yield": 266.41 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 23.8, + "Test Wt.": null, + "Yield": 265.1, + "Adj Yield": 266.11 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": null, + "Yield": 277.0, + "Adj Yield": 277.0 + } + } + ], + "n_results": 29, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146364" + ], + "fetched_at": "2026-05-27T02:22:27.798364+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146364.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146364.md new file mode 100644 index 00000000..4b6fdd4f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146364.md @@ -0,0 +1,59 @@ +# Corn yield trial — Cherry Box, MO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Knox +- **City:** Cherry Box +- **Year:** 2025 +- **Plot ID:** 146364 +- **Cooperator:** Brett Wilkerson +- **Plot average:** 270.8 BU/Ac +- **Planted:** 2025-05-10 +- **Harvested:** 2025-10-06 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146364 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 23.2 | - | 281.5 | 281.5 | +| 25 | AgriGold | A636-39-3110 | 3110 | - | 18.2 | - | 226.0 | 223.45 | +| 20 | AgriGold | A637-72VT2RIB | VT2RIB | - | 17.6 | - | 264.0 | 262.22 | +| 22 | AgriGold | A638-19 | C | - | 19.2 | - | 257.8 | 256.64 | +| 3 | AgriGold | A638-91VT2PRO | VT2Pro | - | 19.6 | - | 287.7 | 287.08 | +| 23 | AgriGold | A639-03VT2RIB | VT2RIB | - | 18.2 | - | 252.0 | 251.96 | +| 15 | AgriGold | A639-38V-RN | 3220 | - | 17.6 | - | 266.5 | 267.0 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 24.0 | - | 277.0 | 277.0 | +| 21 | Golden Harvest | G10M87-AA | 3120EZ | - | 19.6 | - | 260.0 | 260.6 | +| 13 | AgriGold | A640-16-3110 | 3110 | - | 18.5 | - | 270.7 | 271.15 | +| 11 | AgriGold | A641-26V | 3220EZ | - | 19.3 | - | 275.7 | 276.01 | +| 19 | AgriGold | A641-62D-RN | 5122 | - | 19.6 | - | 263.7 | 263.94 | +| 9 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 22.0 | - | 277.6 | 277.86 | +| 1 | AgriGold | A642-18TRC | Trecepta | - | 20.0 | - | 294.1 | 294.38 | +| 12 | Golden Harvest | G12U11-AA | 3220EZ | - | 20.0 | - | 273.2 | 273.48 | +| 7 | AgriGold | A642-32VT2RIB | VT2RIB | - | 20.0 | - | 280.4 | 280.69 | +| 6 | AgriGold | A643-52VT2RIB | VT2RIB | - | 20.2 | - | 284.4 | 284.76 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.6 | - | 285.8 | 286.21 | +| 2 | AgriGold | A645-55VT2PRO | VT2Pro | - | 20.7 | - | 291.1 | 291.59 | +| 10 | AgriGold | A645-16VT2RIB | VT2RIB | - | 24.1 | - | 275.6 | 276.21 | +| 8 | AgriGold | A645-30VT2RIB | VT2RIB | - | 20.2 | - | 279.8 | 280.49 | +| 5 | AgriGold | A645-71STXRIB | STXRIB | - | 19.6 | - | 285.2 | 286.01 | +| 14 | AgriGold | A646-17STX | STX | - | 21.2 | - | 270.1 | 271.0 | +| 24 | Golden Harvest | G16C59-3010 | 3010A | - | 23.5 | - | 249.6 | 250.65 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 23.7 | - | 276.9 | 276.9 | +| 18 | AgriGold | A646-30VT2RIB | VT2RIB | - | 20.0 | - | 263.1 | 264.15 | +| 16 | Golden Harvest | G17M19-DVZ | 5222EZ | - | 23.8 | - | 265.4 | 266.41 | +| 17 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 23.8 | - | 265.1 | 266.11 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 22.5 | - | 277.0 | 277.0 | + +Top 5 by Yield: A642-18TRC (AgriGold) 294.1, A645-55VT2PRO (AgriGold) 291.1, A638-91VT2PRO (AgriGold) 287.7, A644-64VT2RIB (AgriGold) 285.8, A645-71STXRIB (AgriGold) 285.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146376.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146376.json new file mode 100644 index 00000000..da368d8f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146376.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146376", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Owensboro", + "county": "Daviess", + "year": 2025, + "plot_id": "146376", + "cooperator": "Goetz Bros. Farms", + "plot_average": 238.56, + "planted_date": "2025-05-22", + "harvested_date": "2025-10-09", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Clay", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 61.0, + "Yield": 248.0, + "Adj Yield": 248.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 61.0, + "Yield": 248.0, + "Adj Yield": 242.22 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 59.0, + "Yield": 260.8, + "Adj Yield": 255.77 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 60.0, + "Yield": 258.5, + "Adj Yield": 254.12 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 60.0, + "Yield": 226.2, + "Adj Yield": 222.53 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 59.0, + "Yield": 243.9, + "Adj Yield": 240.83 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 59.0, + "Yield": 233.7, + "Adj Yield": 231.33 + } + }, + { + "rank": 6, + "brand": "Crows", + "product": "CR 5444", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 61.0, + "Yield": 246.2, + "Adj Yield": 244.55 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 60.0, + "Yield": 262.1, + "Adj Yield": 261.04 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC115-55RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 61.0, + "Yield": 240.9, + "Adj Yield": 240.6 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 60.0, + "Yield": 220.3, + "Adj Yield": 220.66 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A647-09SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 59.0, + "Yield": 257.4, + "Adj Yield": 258.45 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A649-60TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 59.0, + "Yield": 220.3, + "Adj Yield": 222.0 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC117-27RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 59.0, + "Yield": 230.4, + "Adj Yield": 232.72 + } + }, + { + "rank": 10, + "brand": "Crows", + "product": "CR 5859", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 56.0, + "Yield": 232.2, + "Adj Yield": 235.19 + } + }, + { + "rank": 5, + "brand": "Becks", + "product": "6973TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 57.0, + "Yield": 243.8, + "Adj Yield": 247.46 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 56.0, + "Yield": 230.8, + "Adj Yield": 235.14 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC119-09RIB", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 60.0, + "Yield": 215.0, + "Adj Yield": 220.02 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 61.0, + "Yield": 223.6, + "Adj Yield": 229.37 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 60.0, + "Yield": 235.1, + "Adj Yield": 235.1 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146376" + ], + "fetched_at": "2026-05-27T02:22:28.308199+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146376.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146376.md new file mode 100644 index 00000000..c67f3478 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146376.md @@ -0,0 +1,50 @@ +# Corn yield trial — Owensboro, KY, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Daviess +- **City:** Owensboro +- **Year:** 2025 +- **Plot ID:** 146376 +- **Cooperator:** Goetz Bros. Farms +- **Plot average:** 238.56 BU/Ac +- **Planted:** 2025-05-22 +- **Harvested:** 2025-10-09 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Clay +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146376 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.2 | 61.0 | 248.0 | 248.0 | +| 7 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.2 | 61.0 | 248.0 | 242.22 | +| 3 | AgriGold | A642-18SSPRIB | SSPRIB | - | 17.4 | 59.0 | 260.8 | 255.77 | +| 4 | Dekalb | DKC111-35RIB | VT2RIB | - | 17.8 | 60.0 | 258.5 | 254.12 | +| 15 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 17.4 | 60.0 | 226.2 | 222.53 | +| 8 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.2 | 59.0 | 243.9 | 240.83 | +| 13 | Dekalb | DKC114-99RIB | VT4RIB | - | 18.1 | 59.0 | 233.7 | 231.33 | +| 6 | Crows | CR 5444 | VT2RIB | - | 18.6 | 61.0 | 246.2 | 244.55 | +| 1 | AgriGold | A645-55VT2PRO | VT2Pro | - | 17.1 | 60.0 | 262.1 | 261.04 | +| 9 | Dekalb | DKC115-55RIB | TreceptaRIB | - | 18.0 | 61.0 | 240.9 | 240.6 | +| 17 | AgriGold | A646-17TRC | Trecepta | - | 17.0 | 60.0 | 220.3 | 220.66 | +| 2 | AgriGold | A647-09SSP | SSP | - | 18.5 | 59.0 | 257.4 | 258.45 | +| 16 | AgriGold | A649-60TRC | Trecepta | - | 19.6 | 59.0 | 220.3 | 222.0 | +| 12 | Dekalb | DKC117-27RIB | VT4RIB | - | 19.9 | 59.0 | 230.4 | 232.72 | +| 10 | Crows | CR 5859 | VT2RIB | - | 19.4 | 56.0 | 232.2 | 235.19 | +| 5 | Becks | 6973TCV2P | TreceptaRIB | - | 21.0 | 57.0 | 243.8 | 247.46 | +| 11 | Dekalb | DKC68-35RIB | VT2RIB | - | 18.3 | 56.0 | 230.8 | 235.14 | +| 18 | Dekalb | DKC119-09RIB | Trecepta | - | 18.0 | 60.0 | 215.0 | 220.02 | +| 14 | AgriGold | L6818VT2PRO | VT2Pro | - | 16.9 | 61.0 | 223.6 | 229.37 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.8 | 60.0 | 235.1 | 235.1 | + +Top 5 by Yield: A645-55VT2PRO (AgriGold) 262.1, A642-18SSPRIB (AgriGold) 260.8, DKC111-35RIB (Dekalb) 258.5, A647-09SSP (AgriGold) 257.4, A645-16VT2RIB (AgriGold) 248.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146383.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146383.json new file mode 100644 index 00000000..92a1a05f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146383.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146383", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Stanley", + "county": "Daviess", + "year": 2025, + "plot_id": "146383", + "cooperator": "Phil Lambert", + "plot_average": 231.1, + "planted_date": "2025-05-22", + "harvested_date": "2025-10-17", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 56.0, + "Yield": 230.4, + "Adj Yield": 230.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 56.0, + "Yield": 230.4, + "Adj Yield": 231.37 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 59.0, + "Yield": 213.8, + "Adj Yield": 214.71 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 59.0, + "Yield": 229.4, + "Adj Yield": 230.15 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 60.0, + "Yield": 222.3, + "Adj Yield": 222.95 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 60.0, + "Yield": 217.2, + "Adj Yield": 217.72 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 61.0, + "Yield": 229.5, + "Adj Yield": 229.84 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 61.0, + "Yield": 240.5, + "Adj Yield": 240.71 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 60.0, + "Yield": 248.0, + "Adj Yield": 248.03 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 60.0, + "Yield": 226.9, + "Adj Yield": 226.86 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 59.0, + "Yield": 215.7, + "Adj Yield": 215.49 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 60.0, + "Yield": 244.5, + "Adj Yield": 244.13 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 59.0, + "Yield": 240.1, + "Adj Yield": 239.63 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 60.0, + "Yield": 222.3, + "Adj Yield": 221.68 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 61.0, + "Yield": 218.1, + "Adj Yield": 217.34 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A647-09SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 60.0, + "Yield": 247.9, + "Adj Yield": 247.01 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A649-60TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 60.0, + "Yield": 251.0, + "Adj Yield": 249.98 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 58.0, + "Yield": 232.7, + "Adj Yield": 232.7 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146383" + ], + "fetched_at": "2026-05-27T02:22:28.796097+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146383.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146383.md new file mode 100644 index 00000000..ff626e79 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146383.md @@ -0,0 +1,48 @@ +# Corn yield trial — Stanley, KY, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Daviess +- **City:** Stanley +- **Year:** 2025 +- **Plot ID:** 146383 +- **Cooperator:** Phil Lambert +- **Plot average:** 231.1 BU/Ac +- **Planted:** 2025-05-22 +- **Harvested:** 2025-10-17 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146383 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.9 | 56.0 | 230.4 | 230.4 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.9 | 56.0 | 230.4 | 231.37 | +| 16 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.7 | 59.0 | 213.8 | 214.71 | +| 8 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.3 | 59.0 | 229.4 | 230.15 | +| 11 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.1 | 60.0 | 222.3 | 222.95 | +| 13 | Pioneer | P13777PCE | PCE | - | 16.3 | 60.0 | 217.2 | 217.72 | +| 9 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.6 | 61.0 | 229.5 | 229.84 | +| 5 | AgriGold | A645-30VT2RIB | VT2RIB | - | 15.9 | 61.0 | 240.5 | 240.71 | +| 2 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 16.9 | 60.0 | 248.0 | 248.03 | +| 10 | AgriGold | A645-71STXRIB | STXRIB | - | 16.0 | 60.0 | 226.9 | 226.86 | +| 15 | AgriGold | A646-30VT2RIB | VT2RIB | - | 14.9 | 59.0 | 215.7 | 215.49 | +| 4 | AgriGold | A646-17TRC | Trecepta | - | 15.6 | 60.0 | 244.5 | 244.13 | +| 6 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 15.3 | 59.0 | 240.1 | 239.63 | +| 12 | AgriGold | L6818VT2PRO | VT2Pro | - | 15.5 | 60.0 | 222.3 | 221.68 | +| 14 | AgriGold | L6722VT2PRO | VT2Pro | - | 16.3 | 61.0 | 218.1 | 217.34 | +| 3 | AgriGold | A647-09SSP | SSP | - | 16.3 | 60.0 | 247.9 | 247.01 | +| 1 | AgriGold | A649-60TRC | Trecepta | - | 15.5 | 60.0 | 251.0 | 249.98 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.6 | 58.0 | 232.7 | 232.7 | + +Top 5 by Yield: A649-60TRC (AgriGold) 251.0, DKC66-06RIB (Dekalb) 248.0, A647-09SSP (AgriGold) 247.9, A646-17TRC (AgriGold) 244.5, A645-30VT2RIB (AgriGold) 240.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146385.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146385.json new file mode 100644 index 00000000..29a9bbab --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146385.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146385", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Danvers", + "county": "McLean", + "year": 2025, + "plot_id": "146385", + "cooperator": "TYLER DEAL", + "plot_average": 282.16, + "planted_date": "2025-04-26", + "harvested_date": "2025-09-25", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 3, + "brand": "ProHarvest", + "product": "86P55TRC", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.3, + "Test Wt.": null, + "Yield": 295.2, + "Adj Yield": 295.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 24.3, + "Test Wt.": null, + "Yield": 284.6, + "Adj Yield": 284.6 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 23.5, + "Test Wt.": null, + "Yield": 279.4, + "Adj Yield": 279.4 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.7, + "Test Wt.": null, + "Yield": 272.9, + "Adj Yield": 272.9 + } + }, + { + "rank": 4, + "brand": "Becks", + "product": "6492TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": null, + "Yield": 291.6, + "Adj Yield": 291.6 + } + }, + { + "rank": 1, + "brand": "ProHarvest", + "product": "84P78TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 25.8, + "Test Wt.": null, + "Yield": 298.5, + "Adj Yield": 298.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": null, + "Yield": 296.6, + "Adj Yield": 296.6 + } + }, + { + "rank": 12, + "brand": "ProHarvest", + "product": "82P96PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": null, + "Yield": 273.6, + "Adj Yield": 273.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": null, + "Yield": 288.8, + "Adj Yield": 288.8 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": null, + "Yield": 278.0, + "Adj Yield": 278.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 24.6, + "Test Wt.": null, + "Yield": 286.2, + "Adj Yield": 286.2 + } + }, + { + "rank": 14, + "brand": "ProHarvest", + "product": "81P20PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": null, + "Yield": 264.9, + "Adj Yield": 264.9 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": null, + "Yield": 284.1, + "Adj Yield": 284.1 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A640-24", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 24.4, + "Test Wt.": null, + "Yield": 262.6, + "Adj Yield": 262.6 + } + }, + { + "rank": 11, + "brand": "ProHarvest", + "product": "80P78PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": null, + "Yield": 275.4, + "Adj Yield": 275.4 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146385" + ], + "fetched_at": "2026-05-27T02:22:29.290399+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146385.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146385.md new file mode 100644 index 00000000..4e6f733c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146385.md @@ -0,0 +1,45 @@ +# Corn yield trial — Danvers, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** McLean +- **City:** Danvers +- **Year:** 2025 +- **Plot ID:** 146385 +- **Cooperator:** TYLER DEAL +- **Plot average:** 282.16 BU/Ac +- **Planted:** 2025-04-26 +- **Harvested:** 2025-09-25 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146385 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | ProHarvest | 86P55TRC | TreceptaRIB | - | 24.3 | - | 295.2 | 295.2 | +| 7 | AgriGold | A645-71STXRIB | STXRIB | - | 24.3 | - | 284.6 | 284.6 | +| 9 | AgriGold | A645-55VT2PRO | VT2Pro | - | 23.5 | - | 279.4 | 279.4 | +| 13 | AgriGold | A645-30VT2RIB | VT2RIB | - | 24.7 | - | 272.9 | 272.9 | +| 4 | Becks | 6492TCV2P | TreceptaRIB | - | 23.1 | - | 291.6 | 291.6 | +| 1 | ProHarvest | 84P78TRERIB | TreceptaRIB | - | 25.8 | - | 298.5 | 298.5 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 24.0 | - | 296.6 | 296.6 | +| 12 | ProHarvest | 82P96PCE | PCE | - | 21.5 | - | 273.6 | 273.6 | +| 5 | AgriGold | A642-32VT2RIB | VT2RIB | - | 24.0 | - | 288.8 | 288.8 | +| 10 | AgriGold | A642-18SSPRIB | SSPRIB | - | 23.4 | - | 278.0 | 278.0 | +| 6 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 24.6 | - | 286.2 | 286.2 | +| 14 | ProHarvest | 81P20PCE | PCE | - | 21.5 | - | 264.9 | 264.9 | +| 8 | AgriGold | A640-94VT4PRO | VT4Pro | - | 23.4 | - | 284.1 | 284.1 | +| 15 | AgriGold | A640-24 | C | - | 24.4 | - | 262.6 | 262.6 | +| 11 | ProHarvest | 80P78PCE | PCE | - | 20.8 | - | 275.4 | 275.4 | + +Top 5 by Yield: 84P78TRERIB (ProHarvest) 298.5, A644-64VT2RIB (AgriGold) 296.6, 86P55TRC (ProHarvest) 295.2, 6492TCV2P (Becks) 291.6, A642-32VT2RIB (AgriGold) 288.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146386.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146386.json new file mode 100644 index 00000000..16347282 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146386.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146386", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Flanagan", + "county": "Livingston", + "year": 2025, + "plot_id": "146386", + "cooperator": "Bill Ruestman", + "plot_average": 255.88, + "planted_date": "2025-04-26", + "harvested_date": "2025-10-14", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 60.1, + "Yield": 255.8, + "Adj Yield": 255.8 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.8, + "Yield": 246.0, + "Adj Yield": 246.0 + } + }, + { + "rank": 14, + "brand": "Nu Tech", + "product": "70F6V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 60.7, + "Yield": 246.9, + "Adj Yield": 246.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 61.7, + "Yield": 259.4, + "Adj Yield": 259.4 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.5, + "Yield": 237.6, + "Adj Yield": 237.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.6, + "Yield": 255.4, + "Adj Yield": 255.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 61.0, + "Yield": 251.5, + "Adj Yield": 251.5 + } + }, + { + "rank": 12, + "brand": "Nu Tech", + "product": "72C1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 61.9, + "Yield": 251.3, + "Adj Yield": 251.3 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 64.1, + "Yield": 251.8, + "Adj Yield": 251.8 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 63.5, + "Yield": 251.0, + "Adj Yield": 251.0 + } + }, + { + "rank": 6, + "brand": "Nu Tech", + "product": "73J1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 61.0, + "Yield": 257.5, + "Adj Yield": 257.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 60.4, + "Yield": 268.6, + "Adj Yield": 268.6 + } + }, + { + "rank": 2, + "brand": "Nu Tech", + "product": "73B2V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 61.3, + "Yield": 269.8, + "Adj Yield": 269.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 63.1, + "Yield": 253.1, + "Adj Yield": 253.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 61.1, + "Yield": 268.2, + "Adj Yield": 268.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 61.8, + "Yield": 270.1, + "Adj Yield": 270.1 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146386" + ], + "fetched_at": "2026-05-27T02:22:29.793462+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146386.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146386.md new file mode 100644 index 00000000..23c91c3d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146386.md @@ -0,0 +1,46 @@ +# Corn yield trial — Flanagan, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Livingston +- **City:** Flanagan +- **Year:** 2025 +- **Plot ID:** 146386 +- **Cooperator:** Bill Ruestman +- **Plot average:** 255.88 BU/Ac +- **Planted:** 2025-04-26 +- **Harvested:** 2025-10-14 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146386 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | AgriGold | A645-71STXRIB | STXRIB | - | 15.1 | 60.1 | 255.8 | 255.8 | +| 15 | AgriGold | A638-91VT2PRO | VT2Pro | - | 14.7 | 58.8 | 246.0 | 246.0 | +| 14 | Nu Tech | 70F6V | Vorceed | - | 14.0 | 60.7 | 246.9 | 246.9 | +| 5 | AgriGold | A640-94VT4PRO | VT4Pro | - | 15.3 | 61.7 | 259.4 | 259.4 | +| 16 | AgriGold | A641-62D-RN | 5122 | - | 15.7 | 59.5 | 237.6 | 237.6 | +| 8 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.0 | 59.6 | 255.4 | 255.4 | +| 11 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.8 | 61.0 | 251.5 | 251.5 | +| 12 | Nu Tech | 72C1PCE | PCE | - | 13.7 | 61.9 | 251.3 | 251.3 | +| 10 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.6 | 64.1 | 251.8 | 251.8 | +| 13 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.0 | 63.5 | 251.0 | 251.0 | +| 6 | Nu Tech | 73J1V | Vorceed | - | 14.6 | 61.0 | 257.5 | 257.5 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.2 | 60.4 | 268.6 | 268.6 | +| 2 | Nu Tech | 73B2V | Vorceed | - | 14.8 | 61.3 | 269.8 | 269.8 | +| 9 | AgriGold | A645-30VT2RIB | VT2RIB | - | 15.4 | 63.1 | 253.1 | 253.1 | +| 4 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.5 | 61.1 | 268.2 | 268.2 | +| 1 | AgriGold | A645-71STXRIB | STXRIB | - | 15.1 | 61.8 | 270.1 | 270.1 | + +Top 5 by Yield: A645-71STXRIB (AgriGold) 270.1, 73B2V (Nu Tech) 269.8, A644-64VT2RIB (AgriGold) 268.6, A645-16VT2RIB (AgriGold) 268.2, A640-94VT4PRO (AgriGold) 259.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146387.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146387.json new file mode 100644 index 00000000..6552d7a5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146387.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146387", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Dwight", + "county": "Livingston", + "year": 2025, + "plot_id": "146387", + "cooperator": "Quinn Trewartha", + "plot_average": 249.94, + "planted_date": "2025-04-27", + "harvested_date": "2025-10-13", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Veltyma", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 28, + "brand": "Dyna Gro", + "product": "D45SP33RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": null, + "Yield": 240.8, + "Adj Yield": 240.8 + } + }, + { + "rank": 23, + "brand": "Dekalb", + "product": "DKC108-64RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 242.8, + "Adj Yield": 242.8 + } + }, + { + "rank": 11, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": null, + "Yield": 252.0, + "Adj Yield": 252.0 + } + }, + { + "rank": 3, + "brand": "Dyna Gro", + "product": "D49PN05RA", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": null, + "Yield": 262.1, + "Adj Yield": 262.1 + } + }, + { + "rank": 25, + "brand": "Dyna Gro", + "product": "D49SP83RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": null, + "Yield": 241.4, + "Adj Yield": 241.4 + } + }, + { + "rank": 26, + "brand": "Dyna Gro", + "product": "D50SP65RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": null, + "Yield": 241.2, + "Adj Yield": 241.2 + } + }, + { + "rank": 21, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": null, + "Yield": 248.2, + "Adj Yield": 248.2 + } + }, + { + "rank": 19, + "brand": "Brevant Seeds", + "product": "B10Y21V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 249.7, + "Adj Yield": 249.7 + } + }, + { + "rank": 5, + "brand": "Brevant Seeds", + "product": "B10G53PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": null, + "Yield": 260.2, + "Adj Yield": 260.2 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 241.5, + "Adj Yield": 241.5 + } + }, + { + "rank": 22, + "brand": "Dyna Gro", + "product": "D51VC95RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 246.3, + "Adj Yield": 246.3 + } + }, + { + "rank": 9, + "brand": "Brevant Seeds", + "product": "B11M47V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": null, + "Yield": 254.6, + "Adj Yield": 254.6 + } + }, + { + "rank": 12, + "brand": "Dyna Gro", + "product": "D52VT96RIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 251.8, + "Adj Yield": 251.8 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 252.9, + "Adj Yield": 252.9 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 263.1, + "Adj Yield": 263.1 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 251.6, + "Adj Yield": 251.6 + } + }, + { + "rank": 18, + "brand": "Brevant Seeds", + "product": "B12J58V", + "traits": "VNRR", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 250.3, + "Adj Yield": 250.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 262.2, + "Adj Yield": 262.2 + } + }, + { + "rank": 4, + "brand": "Dyna Gro", + "product": "D53VC54RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 260.5, + "Adj Yield": 260.5 + } + }, + { + "rank": 27, + "brand": "Brevant Seeds", + "product": "B13C49V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": null, + "Yield": 240.9, + "Adj Yield": 240.9 + } + }, + { + "rank": 8, + "brand": "Dyna Gro", + "product": "D53SP85RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": null, + "Yield": 255.9, + "Adj Yield": 255.9 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 251.4, + "Adj Yield": 251.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 257.7, + "Adj Yield": 257.7 + } + }, + { + "rank": 30, + "brand": "Brevant Seeds", + "product": "B14C59V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 228.9, + "Adj Yield": 228.9 + } + }, + { + "rank": 29, + "brand": "Dyna Gro", + "product": "D55SP16RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 229.0, + "Adj Yield": 229.0 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC115-55RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 251.0, + "Adj Yield": 251.0 + } + }, + { + "rank": 14, + "brand": "Dyna Gro", + "product": "D55VC80RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 251.4, + "Adj Yield": 251.4 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 258.6, + "Adj Yield": 258.6 + } + }, + { + "rank": 20, + "brand": "Dekalb", + "product": "DKC116-62RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 248.9, + "Adj Yield": 248.9 + } + }, + { + "rank": 16, + "brand": "Brevant Seeds", + "product": "B17H53PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 251.2, + "Adj Yield": 251.2 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146387" + ], + "fetched_at": "2026-05-27T02:22:30.304131+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146387.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146387.md new file mode 100644 index 00000000..da2e1054 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146387.md @@ -0,0 +1,61 @@ +# Corn yield trial — Dwight, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Livingston +- **City:** Dwight +- **Year:** 2025 +- **Plot ID:** 146387 +- **Cooperator:** Quinn Trewartha +- **Plot average:** 249.94 BU/Ac +- **Planted:** 2025-04-27 +- **Harvested:** 2025-10-13 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Veltyma +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146387 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 28 | Dyna Gro | D45SP33RIB | SSPRIB | - | 15.1 | - | 240.8 | 240.8 | +| 23 | Dekalb | DKC108-64RIB | SSPRIB | - | 15.5 | - | 242.8 | 242.8 | +| 11 | Brevant Seeds | B08R32V | Vorceed | - | 14.0 | - | 252.0 | 252.0 | +| 3 | Dyna Gro | D49PN05RA | PCE | - | 14.8 | - | 262.1 | 262.1 | +| 25 | Dyna Gro | D49SP83RIB | SSPRIB | - | 14.9 | - | 241.4 | 241.4 | +| 26 | Dyna Gro | D50SP65RIB | SSPRIB | - | 14.8 | - | 241.2 | 241.2 | +| 21 | Dekalb | DKC110-10RIB | STXRIB | - | 14.7 | - | 248.2 | 248.2 | +| 19 | Brevant Seeds | B10Y21V | Vorceed | - | 14.5 | - | 249.7 | 249.7 | +| 5 | Brevant Seeds | B10G53PCE | PCE | - | 14.7 | - | 260.2 | 260.2 | +| 24 | AgriGold | A641-62D-RN | 5122 | - | 17.6 | - | 241.5 | 241.5 | +| 22 | Dyna Gro | D51VC95RIB | VT2RIB | - | 15.2 | - | 246.3 | 246.3 | +| 9 | Brevant Seeds | B11M47V | Vorceed | - | 13.9 | - | 254.6 | 254.6 | +| 12 | Dyna Gro | D52VT96RIB | VT4Pro | - | 16.9 | - | 251.8 | 251.8 | +| 10 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.8 | - | 252.9 | 252.9 | +| 1 | Dekalb | DKC112-35RIB | SSPRIB | - | 15.9 | - | 263.1 | 263.1 | +| 13 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.8 | - | 251.6 | 251.6 | +| 18 | Brevant Seeds | B12J58V | VNRR | - | 17.1 | - | 250.3 | 250.3 | +| 2 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.5 | - | 262.2 | 262.2 | +| 4 | Dyna Gro | D53VC54RIB | VT2RIB | - | 16.6 | - | 260.5 | 260.5 | +| 27 | Brevant Seeds | B13C49V | Vorceed | - | 15.7 | - | 240.9 | 240.9 | +| 8 | Dyna Gro | D53SP85RIB | SSPRIB | - | 14.8 | - | 255.9 | 255.9 | +| 14 | Dekalb | DKC114-42RIB | SSPRIB | - | 16.3 | - | 251.4 | 251.4 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.8 | - | 257.7 | 257.7 | +| 30 | Brevant Seeds | B14C59V | Vorceed | - | 17.0 | - | 228.9 | 228.9 | +| 29 | Dyna Gro | D55SP16RIB | SSPRIB | - | 17.6 | - | 229.0 | 229.0 | +| 17 | Dekalb | DKC115-55RIB | TreceptaRIB | - | 16.3 | - | 251.0 | 251.0 | +| 14 | Dyna Gro | D55VC80RIB | VT2RIB | - | 17.3 | - | 251.4 | 251.4 | +| 6 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 16.8 | - | 258.6 | 258.6 | +| 20 | Dekalb | DKC116-62RIB | SSPRIB | - | 16.1 | - | 248.9 | 248.9 | +| 16 | Brevant Seeds | B17H53PCE | PCE | - | 17.1 | - | 251.2 | 251.2 | + +Top 5 by Yield: DKC112-35RIB (Dekalb) 263.1, A642-32VT2RIB (AgriGold) 262.2, D49PN05RA (Dyna Gro) 262.1, D53VC54RIB (Dyna Gro) 260.5, B10G53PCE (Brevant Seeds) 260.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146389.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146389.json new file mode 100644 index 00000000..b71efa23 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146389.json @@ -0,0 +1,283 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146389", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Streator", + "county": "Livingston", + "year": 2025, + "plot_id": "146389", + "cooperator": "Grain Co. FS", + "plot_average": 238.55, + "planted_date": "2025-05-07", + "harvested_date": "2025-10-09", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.3, + "Yield": 220.0, + "Adj Yield": 220.0 + } + }, + { + "rank": 16, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 60.4, + "Yield": 220.6, + "Adj Yield": 220.6 + } + }, + { + "rank": 19, + "brand": "FS Seeds", + "product": "FS5845PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 57.5, + "Yield": 211.2, + "Adj Yield": 211.2 + } + }, + { + "rank": 10, + "brand": "FS Seeds", + "product": "FS6042FRIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.3, + "Yield": 240.0, + "Adj Yield": 240.0 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 62.1, + "Yield": 234.5, + "Adj Yield": 234.5 + } + }, + { + "rank": 9, + "brand": "Brevant Seeds", + "product": "B11M47V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 63.1, + "Yield": 240.7, + "Adj Yield": 240.7 + } + }, + { + "rank": 18, + "brand": "ProHarvest", + "product": "81P45TreRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 54.6, + "Yield": 219.4, + "Adj Yield": 219.4 + } + }, + { + "rank": 5, + "brand": "ProHarvest", + "product": "82P96PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 58.9, + "Yield": 250.7, + "Adj Yield": 250.7 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 60.5, + "Yield": 246.0, + "Adj Yield": 246.0 + } + }, + { + "rank": 4, + "brand": "Brevant Seeds", + "product": "B12J58V", + "traits": "VNRR", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 64.5, + "Yield": 252.4, + "Adj Yield": 252.4 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 61.3, + "Yield": 234.9, + "Adj Yield": 234.9 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.9, + "Yield": 220.8, + "Adj Yield": 220.8 + } + }, + { + "rank": 8, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 61.3, + "Yield": 241.7, + "Adj Yield": 241.7 + } + }, + { + "rank": 11, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 60.2, + "Yield": 237.6, + "Adj Yield": 237.6 + } + }, + { + "rank": 14, + "brand": "NK Brand", + "product": "NK1480-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 57.9, + "Yield": 233.2, + "Adj Yield": 233.2 + } + }, + { + "rank": 3, + "brand": "FS Seeds", + "product": "FS6447T", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 62.1, + "Yield": 256.2, + "Adj Yield": 256.2 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 57.7, + "Yield": 250.2, + "Adj Yield": 250.2 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 58.8, + "Yield": 256.6, + "Adj Yield": 256.6 + } + }, + { + "rank": 1, + "brand": "Brevant Seeds", + "product": "B14C59V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 62.1, + "Yield": 265.8, + "Adj Yield": 265.8 + } + } + ], + "n_results": 19, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146389" + ], + "fetched_at": "2026-05-27T02:22:30.768618+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146389.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146389.md new file mode 100644 index 00000000..b569e53b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146389.md @@ -0,0 +1,49 @@ +# Corn yield trial — Streator, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Livingston +- **City:** Streator +- **Year:** 2025 +- **Plot ID:** 146389 +- **Cooperator:** Grain Co. FS +- **Plot average:** 238.55 BU/Ac +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-09 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146389 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 17 | Dekalb | DKC106-98RIB | VT4RIB | - | 16.0 | 58.3 | 220.0 | 220.0 | +| 16 | Brevant Seeds | B08R32V | Vorceed | - | 13.9 | 60.4 | 220.6 | 220.6 | +| 19 | FS Seeds | FS5845PRIB | SSPRIB | - | 15.3 | 57.5 | 211.2 | 211.2 | +| 10 | FS Seeds | FS6042FRIB | VT4Pro | - | 14.5 | 59.3 | 240.0 | 240.0 | +| 13 | Dekalb | DKC110-10RIB | STXRIB | - | 15.3 | 62.1 | 234.5 | 234.5 | +| 9 | Brevant Seeds | B11M47V | Vorceed | - | 14.1 | 63.1 | 240.7 | 240.7 | +| 18 | ProHarvest | 81P45TreRIB | TreceptaRIB | - | 17.4 | 54.6 | 219.4 | 219.4 | +| 5 | ProHarvest | 82P96PCE | PCE | - | 17.8 | 58.9 | 250.7 | 250.7 | +| 7 | Dekalb | DKC112-35RIB | SSPRIB | - | 16.5 | 60.5 | 246.0 | 246.0 | +| 4 | Brevant Seeds | B12J58V | VNRR | - | 14.6 | 64.5 | 252.4 | 252.4 | +| 12 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.6 | 61.3 | 234.9 | 234.9 | +| 15 | AgriGold | A642-18SSPRIB | SSPRIB | - | 16.8 | 58.9 | 220.8 | 220.8 | +| 8 | NK Brand | NK1228-AA | 3220 | - | 15.9 | 61.3 | 241.7 | 241.7 | +| 11 | NK Brand | NK1307-DV | 5222 | - | 16.9 | 60.2 | 237.6 | 237.6 | +| 14 | NK Brand | NK1480-DV | 5222EZ | - | 16.6 | 57.9 | 233.2 | 233.2 | +| 3 | FS Seeds | FS6447T | Trecepta | - | 17.1 | 62.1 | 256.2 | 256.2 | +| 6 | Dekalb | DKC114-42RIB | SSPRIB | - | 18.7 | 57.7 | 250.2 | 250.2 | +| 2 | Dekalb | DKC114-99RIB | VT4RIB | - | 18.2 | 58.8 | 256.6 | 256.6 | +| 1 | Brevant Seeds | B14C59V | Vorceed | - | 15.7 | 62.1 | 265.8 | 265.8 | + +Top 5 by Yield: B14C59V (Brevant Seeds) 265.8, DKC114-99RIB (Dekalb) 256.6, FS6447T (FS Seeds) 256.2, B12J58V (Brevant Seeds) 252.4, 82P96PCE (ProHarvest) 250.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146391.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146391.json new file mode 100644 index 00000000..1fbede4e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146391.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146391", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Lostant", + "county": "La Salle", + "year": 2025, + "plot_id": "146391", + "cooperator": "Grain Co. FS", + "plot_average": 251.04, + "planted_date": "2025-04-27", + "harvested_date": "2025-10-09", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 13, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": null, + "Yield": 251.2, + "Adj Yield": 251.2 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": null, + "Yield": 253.0, + "Adj Yield": 253.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": null, + "Yield": 256.6, + "Adj Yield": 256.6 + } + }, + { + "rank": 3, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": null, + "Yield": 267.3, + "Adj Yield": 267.3 + } + }, + { + "rank": 6, + "brand": "Brevant Seeds", + "product": "B12J58V", + "traits": "VNRR", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": null, + "Yield": 262.5, + "Adj Yield": 262.5 + } + }, + { + "rank": 4, + "brand": "Brevant Seeds", + "product": "B14C59V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": null, + "Yield": 265.5, + "Adj Yield": 265.5 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": null, + "Yield": 259.7, + "Adj Yield": 259.7 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": null, + "Yield": 234.5, + "Adj Yield": 234.5 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": null, + "Yield": 271.8, + "Adj Yield": 271.8 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": null, + "Yield": 267.4, + "Adj Yield": 267.4 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": null, + "Yield": 262.9, + "Adj Yield": 262.9 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": null, + "Yield": 243.7, + "Adj Yield": 243.7 + } + }, + { + "rank": 8, + "brand": "FS Seeds", + "product": "FS5845PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": null, + "Yield": 258.5, + "Adj Yield": 258.5 + } + }, + { + "rank": 9, + "brand": "FS Seeds", + "product": "FS6042FRIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": null, + "Yield": 257.7, + "Adj Yield": 257.7 + } + }, + { + "rank": 16, + "brand": "FS Seeds", + "product": "FS6432PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": null, + "Yield": 238.6, + "Adj Yield": 238.6 + } + }, + { + "rank": 19, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": null, + "Yield": 219.6, + "Adj Yield": 219.6 + } + }, + { + "rank": 18, + "brand": "NK Brand", + "product": "NK1480-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 232.0, + "Adj Yield": 232.0 + } + }, + { + "rank": 20, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 23.7, + "Test Wt.": null, + "Yield": 213.3, + "Adj Yield": 213.3 + } + }, + { + "rank": 14, + "brand": "ProHarvest", + "product": "81P45TreRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": null, + "Yield": 249.1, + "Adj Yield": 249.1 + } + }, + { + "rank": 11, + "brand": "ProHarvest", + "product": "82P96PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 255.9, + "Adj Yield": 255.9 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146391" + ], + "fetched_at": "2026-05-27T02:22:31.303587+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146391.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146391.md new file mode 100644 index 00000000..bd7cc817 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146391.md @@ -0,0 +1,50 @@ +# Corn yield trial — Lostant, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** La Salle +- **City:** Lostant +- **Year:** 2025 +- **Plot ID:** 146391 +- **Cooperator:** Grain Co. FS +- **Plot average:** 251.04 BU/Ac +- **Planted:** 2025-04-27 +- **Harvested:** 2025-10-09 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146391 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 13 | AgriGold | A640-94VT4PRO | VT4Pro | - | 15.0 | - | 251.2 | 251.2 | +| 12 | AgriGold | A642-18SSPRIB | SSPRIB | - | 13.2 | - | 253.0 | 253.0 | +| 10 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.9 | - | 256.6 | 256.6 | +| 3 | Brevant Seeds | B08R32V | Vorceed | - | 11.9 | - | 267.3 | 267.3 | +| 6 | Brevant Seeds | B12J58V | VNRR | - | 12.4 | - | 262.5 | 262.5 | +| 4 | Brevant Seeds | B14C59V | Vorceed | - | 13.4 | - | 265.5 | 265.5 | +| 7 | Dekalb | DKC110-10RIB | STXRIB | - | 13.2 | - | 259.7 | 259.7 | +| 17 | Dekalb | DKC106-98RIB | VT4RIB | - | 11.8 | - | 234.5 | 234.5 | +| 1 | Dekalb | DKC114-99RIB | VT4RIB | - | 13.9 | - | 271.8 | 271.8 | +| 2 | Dekalb | DKC114-42RIB | SSPRIB | - | 14.3 | - | 267.4 | 267.4 | +| 5 | Dekalb | DKC112-35RIB | SSPRIB | - | 13.2 | - | 262.9 | 262.9 | +| 15 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 16.0 | - | 243.7 | 243.7 | +| 8 | FS Seeds | FS5845PRIB | SSPRIB | - | 12.4 | - | 258.5 | 258.5 | +| 9 | FS Seeds | FS6042FRIB | VT4Pro | - | 12.8 | - | 257.7 | 257.7 | +| 16 | FS Seeds | FS6432PRIB | SSPRIB | - | 24.2 | - | 238.6 | 238.6 | +| 19 | NK Brand | NK1307-DV | 5222 | - | 20.8 | - | 219.6 | 219.6 | +| 18 | NK Brand | NK1480-DV | 5222EZ | - | 20.9 | - | 232.0 | 232.0 | +| 20 | NK Brand | NK1228-AA | 3220 | - | 23.7 | - | 213.3 | 213.3 | +| 14 | ProHarvest | 81P45TreRIB | TreceptaRIB | - | 11.2 | - | 249.1 | 249.1 | +| 11 | ProHarvest | 82P96PCE | PCE | - | 15.9 | - | 255.9 | 255.9 | + +Top 5 by Yield: DKC114-99RIB (Dekalb) 271.8, DKC114-42RIB (Dekalb) 267.4, B08R32V (Brevant Seeds) 267.3, B14C59V (Brevant Seeds) 265.5, DKC112-35RIB (Dekalb) 262.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146393.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146393.json new file mode 100644 index 00000000..bf9e7b65 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146393.json @@ -0,0 +1,348 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146393", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Mazon", + "county": "Grundy", + "year": 2025, + "plot_id": "146393", + "cooperator": "Grain Co. FS", + "plot_average": 245.36, + "planted_date": "2025-05-08", + "harvested_date": "2025-10-10", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 23, + "brand": "Brevant Seeds", + "product": "B04J45V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 56.5, + "Yield": 218.1, + "Adj Yield": 218.1 + } + }, + { + "rank": 24, + "brand": "FS Seeds", + "product": "FS5555PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 55.6, + "Yield": 216.9, + "Adj Yield": 216.9 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 58.2, + "Yield": 247.4, + "Adj Yield": 247.4 + } + }, + { + "rank": 7, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 57.6, + "Yield": 256.9, + "Adj Yield": 256.9 + } + }, + { + "rank": 5, + "brand": "FS Seeds", + "product": "FS5845PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 54.9, + "Yield": 262.1, + "Adj Yield": 262.1 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 56.4, + "Yield": 248.4, + "Adj Yield": 248.4 + } + }, + { + "rank": 3, + "brand": "FS Seeds", + "product": "FS6042FRIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 50.6, + "Yield": 263.4, + "Adj Yield": 263.4 + } + }, + { + "rank": 17, + "brand": "ProHarvest", + "product": "81P45TreRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 53.2, + "Yield": 241.1, + "Adj Yield": 241.1 + } + }, + { + "rank": 18, + "brand": "Brevant Seeds", + "product": "B11M47V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 56.9, + "Yield": 238.6, + "Adj Yield": 238.6 + } + }, + { + "rank": 19, + "brand": "ProHarvest", + "product": "82P96PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 54.2, + "Yield": 231.5, + "Adj Yield": 231.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 52.6, + "Yield": 266.1, + "Adj Yield": 266.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 55.2, + "Yield": 250.3, + "Adj Yield": 250.3 + } + }, + { + "rank": 1, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 55.2, + "Yield": 270.2, + "Adj Yield": 270.2 + } + }, + { + "rank": 13, + "brand": "Brevant Seeds", + "product": "B12J58V", + "traits": "VNRR", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 55.4, + "Yield": 246.0, + "Adj Yield": 246.0 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 53.9, + "Yield": 262.5, + "Adj Yield": 262.5 + } + }, + { + "rank": 21, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 53.3, + "Yield": 224.0, + "Adj Yield": 224.0 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.6, + "Test Wt.": 50.0, + "Yield": 244.2, + "Adj Yield": 244.2 + } + }, + { + "rank": 20, + "brand": "Brevant Seeds", + "product": "B14C59V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 52.9, + "Yield": 230.7, + "Adj Yield": 230.7 + } + }, + { + "rank": 6, + "brand": "FS Seeds", + "product": "FS6432PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 51.3, + "Yield": 259.7, + "Adj Yield": 259.7 + } + }, + { + "rank": 9, + "brand": "FS Seeds", + "product": "FS6447T", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 54.7, + "Yield": 250.4, + "Adj Yield": 250.4 + } + }, + { + "rank": 8, + "brand": "NK Brand", + "product": "NK1480-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 53.1, + "Yield": 255.4, + "Adj Yield": 255.4 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 55.6, + "Yield": 242.7, + "Adj Yield": 242.7 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 55.1, + "Yield": 242.8, + "Adj Yield": 242.8 + } + }, + { + "rank": 22, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 53.4, + "Yield": 219.3, + "Adj Yield": 219.3 + } + } + ], + "n_results": 24, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146393" + ], + "fetched_at": "2026-05-27T02:22:31.793351+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146393.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146393.md new file mode 100644 index 00000000..95518a4a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146393.md @@ -0,0 +1,54 @@ +# Corn yield trial — Mazon, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Grundy +- **City:** Mazon +- **Year:** 2025 +- **Plot ID:** 146393 +- **Cooperator:** Grain Co. FS +- **Plot average:** 245.36 BU/Ac +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-10 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146393 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 23 | Brevant Seeds | B04J45V | Vorceed | - | 16.1 | 56.5 | 218.1 | 218.1 | +| 24 | FS Seeds | FS5555PRIB | SSPRIB | - | 16.0 | 55.6 | 216.9 | 216.9 | +| 12 | Dekalb | DKC106-98RIB | VT4RIB | - | 18.2 | 58.2 | 247.4 | 247.4 | +| 7 | Brevant Seeds | B08R32V | Vorceed | - | 16.9 | 57.6 | 256.9 | 256.9 | +| 5 | FS Seeds | FS5845PRIB | SSPRIB | - | 19.0 | 54.9 | 262.1 | 262.1 | +| 11 | Dekalb | DKC110-10RIB | STXRIB | - | 18.3 | 56.4 | 248.4 | 248.4 | +| 3 | FS Seeds | FS6042FRIB | VT4Pro | - | 22.7 | 50.6 | 263.4 | 263.4 | +| 17 | ProHarvest | 81P45TreRIB | TreceptaRIB | - | 20.4 | 53.2 | 241.1 | 241.1 | +| 18 | Brevant Seeds | B11M47V | Vorceed | - | 18.6 | 56.9 | 238.6 | 238.6 | +| 19 | ProHarvest | 82P96PCE | PCE | - | 19.7 | 54.2 | 231.5 | 231.5 | +| 2 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 22.3 | 52.6 | 266.1 | 266.1 | +| 10 | AgriGold | A642-18SSPRIB | SSPRIB | - | 19.9 | 55.2 | 250.3 | 250.3 | +| 1 | NK Brand | NK1228-AA | 3220 | - | 20.5 | 55.2 | 270.2 | 270.2 | +| 13 | Brevant Seeds | B12J58V | VNRR | - | 19.6 | 55.4 | 246.0 | 246.0 | +| 4 | Dekalb | DKC112-35RIB | SSPRIB | - | 20.6 | 53.9 | 262.5 | 262.5 | +| 21 | NK Brand | NK1307-DV | 5222 | - | 21.5 | 53.3 | 224.0 | 224.0 | +| 14 | AgriGold | A644-64VT2RIB | VT2RIB | - | 23.6 | 50.0 | 244.2 | 244.2 | +| 20 | Brevant Seeds | B14C59V | Vorceed | - | 21.4 | 52.9 | 230.7 | 230.7 | +| 6 | FS Seeds | FS6432PRIB | SSPRIB | - | 21.2 | 51.3 | 259.7 | 259.7 | +| 9 | FS Seeds | FS6447T | Trecepta | - | 21.0 | 54.7 | 250.4 | 250.4 | +| 8 | NK Brand | NK1480-DV | 5222EZ | - | 20.9 | 53.1 | 255.4 | 255.4 | +| 16 | Dekalb | DKC114-99RIB | VT4RIB | - | 20.4 | 55.6 | 242.7 | 242.7 | +| 15 | Dekalb | DKC114-42RIB | SSPRIB | - | 20.4 | 55.1 | 242.8 | 242.8 | +| 22 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 22.4 | 53.4 | 219.3 | 219.3 | + +Top 5 by Yield: NK1228-AA (NK Brand) 270.2, A642-05VT2RIBD1 (AgriGold) 266.1, FS6042FRIB (FS Seeds) 263.4, DKC112-35RIB (Dekalb) 262.5, FS5845PRIB (FS Seeds) 262.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146394.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146394.json new file mode 100644 index 00000000..d8ce31d4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146394.json @@ -0,0 +1,283 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146394", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Serena", + "county": "La Salle", + "year": 2025, + "plot_id": "146394", + "cooperator": "Grain Co. FS", + "plot_average": 274.28, + "planted_date": "2025-05-09", + "harvested_date": "2025-10-07", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "Brevant Seeds", + "product": "B04J45V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 56.5, + "Yield": 281.9, + "Adj Yield": 281.9 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 55.3, + "Yield": 286.6, + "Adj Yield": 286.6 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 57.9, + "Yield": 271.0, + "Adj Yield": 271.0 + } + }, + { + "rank": 18, + "brand": "FS Seeds", + "product": "FS5725XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 56.5, + "Yield": 253.8, + "Adj Yield": 253.8 + } + }, + { + "rank": 15, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.2, + "Yield": 264.4, + "Adj Yield": 264.4 + } + }, + { + "rank": 13, + "brand": "FS Seeds", + "product": "FS5845PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 54.1, + "Yield": 268.4, + "Adj Yield": 268.4 + } + }, + { + "rank": 2, + "brand": "FS Seeds", + "product": "FS6042FRIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 24.4, + "Test Wt.": 51.6, + "Yield": 300.7, + "Adj Yield": 300.7 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 55.9, + "Yield": 284.4, + "Adj Yield": 284.4 + } + }, + { + "rank": 10, + "brand": "Brevant Seeds", + "product": "B11M47V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 54.9, + "Yield": 273.5, + "Adj Yield": 273.5 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 53.5, + "Yield": 261.1, + "Adj Yield": 261.1 + } + }, + { + "rank": 17, + "brand": "Brevant Seeds", + "product": "B12J58V", + "traits": "VNRR", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 53.9, + "Yield": 256.8, + "Adj Yield": 256.8 + } + }, + { + "rank": 9, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": 52.9, + "Yield": 280.5, + "Adj Yield": 280.5 + } + }, + { + "rank": 19, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": 52.7, + "Yield": 233.2, + "Adj Yield": 233.2 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 54.8, + "Yield": 281.4, + "Adj Yield": 281.4 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 54.5, + "Yield": 287.9, + "Adj Yield": 287.9 + } + }, + { + "rank": 11, + "brand": "FS Seeds", + "product": "FS6432PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 52.4, + "Yield": 271.6, + "Adj Yield": 271.6 + } + }, + { + "rank": 13, + "brand": "NK Brand", + "product": "NK1480-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 52.3, + "Yield": 268.4, + "Adj Yield": 268.4 + } + }, + { + "rank": 6, + "brand": "Brevant Seeds", + "product": "B14C59V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 24.6, + "Test Wt.": 51.2, + "Yield": 282.2, + "Adj Yield": 282.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": 51.6, + "Yield": 303.6, + "Adj Yield": 303.6 + } + } + ], + "n_results": 19, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146394" + ], + "fetched_at": "2026-05-27T02:22:32.291834+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146394.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146394.md new file mode 100644 index 00000000..00c42cec --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146394.md @@ -0,0 +1,49 @@ +# Corn yield trial — Serena, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** La Salle +- **City:** Serena +- **Year:** 2025 +- **Plot ID:** 146394 +- **Cooperator:** Grain Co. FS +- **Plot average:** 274.28 BU/Ac +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-07 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146394 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | Brevant Seeds | B04J45V | Vorceed | - | 14.8 | 56.5 | 281.9 | 281.9 | +| 4 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 15.9 | 55.3 | 286.6 | 286.6 | +| 12 | Dekalb | DKC106-98RIB | VT4RIB | - | 17.5 | 57.9 | 271.0 | 271.0 | +| 18 | FS Seeds | FS5725XRIB | STXRIB | - | 17.2 | 56.5 | 253.8 | 253.8 | +| 15 | Brevant Seeds | B08R32V | Vorceed | - | 17.0 | 57.2 | 264.4 | 264.4 | +| 13 | FS Seeds | FS5845PRIB | SSPRIB | - | 18.3 | 54.1 | 268.4 | 268.4 | +| 2 | FS Seeds | FS6042FRIB | VT4Pro | - | 24.4 | 51.6 | 300.7 | 300.7 | +| 5 | Dekalb | DKC110-10RIB | STXRIB | - | 20.0 | 55.9 | 284.4 | 284.4 | +| 10 | Brevant Seeds | B11M47V | Vorceed | - | 20.3 | 54.9 | 273.5 | 273.5 | +| 16 | Dekalb | DKC112-35RIB | SSPRIB | - | 21.5 | 53.5 | 261.1 | 261.1 | +| 17 | Brevant Seeds | B12J58V | VNRR | - | 21.4 | 53.9 | 256.8 | 256.8 | +| 9 | NK Brand | NK1228-AA | 3220 | - | 23.0 | 52.9 | 280.5 | 280.5 | +| 19 | NK Brand | NK1307-DV | 5222 | - | 23.1 | 52.7 | 233.2 | 233.2 | +| 8 | Dekalb | DKC114-99RIB | VT4RIB | - | 21.1 | 54.8 | 281.4 | 281.4 | +| 3 | Dekalb | DKC114-42RIB | SSPRIB | - | 21.6 | 54.5 | 287.9 | 287.9 | +| 11 | FS Seeds | FS6432PRIB | SSPRIB | - | 21.4 | 52.4 | 271.6 | 271.6 | +| 13 | NK Brand | NK1480-DV | 5222EZ | - | 22.7 | 52.3 | 268.4 | 268.4 | +| 6 | Brevant Seeds | B14C59V | Vorceed | - | 24.6 | 51.2 | 282.2 | 282.2 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 23.1 | 51.6 | 303.6 | 303.6 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 303.6, FS6042FRIB (FS Seeds) 300.7, DKC114-42RIB (Dekalb) 287.9, DKC56-26RIB (Dekalb) 286.6, DKC110-10RIB (Dekalb) 284.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146396.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146396.json new file mode 100644 index 00000000..934fe97c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146396.json @@ -0,0 +1,309 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146396", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "city": "Shelby", + "county": "Richland", + "year": 2025, + "plot_id": "146396", + "cooperator": "Nelson Horst", + "plot_average": 257.0, + "planted_date": "2025-05-19", + "harvested_date": "2025-10-28", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Sandy Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Delaro", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.2, + "Test Wt.": 57.0, + "Yield": 261.7, + "Adj Yield": 261.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.8, + "Test Wt.": 56.8, + "Yield": 257.6, + "Adj Yield": 257.6 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.8, + "Test Wt.": 57.7, + "Yield": 244.8, + "Adj Yield": 244.8 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 59.2, + "Yield": 257.1, + "Adj Yield": 257.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 57.0, + "Yield": 270.8, + "Adj Yield": 270.8 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": 56.9, + "Yield": 236.8, + "Adj Yield": 236.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 58.9, + "Yield": 272.2, + "Adj Yield": 272.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 59.1, + "Yield": 270.3, + "Adj Yield": 270.3 + } + }, + { + "rank": 14, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 59.0, + "Yield": 256.6, + "Adj Yield": 256.6 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 59.7, + "Yield": 251.4, + "Adj Yield": 251.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 58.5, + "Yield": 267.0, + "Adj Yield": 267.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 59.4, + "Yield": 258.7, + "Adj Yield": 258.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 56.5, + "Yield": 264.5, + "Adj Yield": 264.5 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 58.5, + "Yield": 255.0, + "Adj Yield": 255.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 57.4, + "Yield": 258.9, + "Adj Yield": 258.9 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 56.1, + "Yield": 258.3, + "Adj Yield": 258.3 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 56.7, + "Yield": 255.5, + "Adj Yield": 255.5 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 58.6, + "Yield": 243.8, + "Adj Yield": 243.8 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 57.1, + "Yield": 242.0, + "Adj Yield": 242.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 59.2, + "Yield": 257.2, + "Adj Yield": 257.2 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 60.0, + "Yield": 256.9, + "Adj Yield": 256.9 + } + } + ], + "n_results": 21, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146396" + ], + "fetched_at": "2026-05-27T02:22:32.778813+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146396.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146396.md new file mode 100644 index 00000000..4ac16caa --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146396.md @@ -0,0 +1,52 @@ +# Corn yield trial — Shelby, OH, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** OH +- **County:** Richland +- **City:** Shelby +- **Year:** 2025 +- **Plot ID:** 146396 +- **Cooperator:** Nelson Horst +- **Plot average:** 257.0 BU/Ac +- **Planted:** 2025-05-19 +- **Harvested:** 2025-10-28 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Sandy Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Delaro +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146396 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | AgriGold | A645-16VT2RIB | VT2RIB | - | 25.2 | 57.0 | 261.7 | 261.7 | +| 10 | AgriGold | A644-64VT2RIB | VT2RIB | - | 24.8 | 56.8 | 257.6 | 257.6 | +| 18 | AgriGold | A643-52VT2RIB | VT2RIB | - | 23.8 | 57.7 | 244.8 | 244.8 | +| 12 | AgriGold | A642-32VT2RIB | VT2RIB | - | 22.3 | 59.2 | 257.1 | 257.1 | +| 2 | AgriGold | A642-18TRC | Trecepta | - | 21.1 | 57.0 | 270.8 | 270.8 | +| 21 | AgriGold | A641-62D-RN | 5122 | - | 23.1 | 56.9 | 236.8 | 236.8 | +| 1 | AgriGold | A640-94VT4PRO | VT4Pro | - | 20.8 | 58.9 | 272.2 | 272.2 | +| 3 | AgriGold | A640-16-3110 | 3110 | - | 20.5 | 59.1 | 270.3 | 270.3 | +| 14 | NK Brand | NK1228-AA | 3220 | - | 21.2 | 59.0 | 256.6 | 256.6 | +| 17 | AgriGold | A639-38V-RN | 3220 | - | 20.1 | 59.7 | 251.4 | 251.4 | +| 4 | AgriGold | A639-03VT2RIB | VT2RIB | - | 19.8 | 58.5 | 267.0 | 267.0 | +| 8 | AgriGold | A638-91VT2PRO | VT2Pro | - | 20.2 | 59.4 | 258.7 | 258.7 | +| 5 | AgriGold | A638-19 | C | - | 21.4 | 56.5 | 264.5 | 264.5 | +| 16 | AgriGold | A637-72VT2RIB | VT2RIB | - | 21.2 | 58.5 | 255.0 | 255.0 | +| 7 | AgriGold | A636-16-5222EZ | 5222EZ | - | 21.6 | 57.4 | 258.9 | 258.9 | +| 9 | AgriGold | A636-39-3110 | 3110 | - | 21.0 | 56.1 | 258.3 | 258.3 | +| 15 | AgriGold | A636-11VT2RIB | VT2RIB | - | 18.3 | 56.7 | 255.5 | 255.5 | +| 19 | AgriGold | A634-65TRC | Trecepta | - | 16.1 | 58.6 | 243.8 | 243.8 | +| 20 | AgriGold | A632-68VT2RIB | VT2RIB | - | 18.8 | 57.1 | 242.0 | 242.0 | +| 11 | AgriGold | A631-08VT2RIB | VT2RIB | - | 18.1 | 59.2 | 257.2 | 257.2 | +| 13 | AgriGold | A629-55VT2RIB | VT2RIB | - | 16.8 | 60.0 | 256.9 | 256.9 | + +Top 5 by Yield: A640-94VT4PRO (AgriGold) 272.2, A642-18TRC (AgriGold) 270.8, A640-16-3110 (AgriGold) 270.3, A639-03VT2RIB (AgriGold) 267.0, A638-19 (AgriGold) 264.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146415.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146415.json new file mode 100644 index 00000000..c9d29350 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146415.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146415", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Cecilia", + "county": "Hardin", + "year": 2025, + "plot_id": "146415", + "cooperator": "B&H Farms", + "plot_average": 164.47, + "planted_date": "2025-05-23", + "harvested_date": "2025-10-22", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 58.8, + "Yield": 170.1, + "Adj Yield": 170.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 58.8, + "Yield": 170.1, + "Adj Yield": 161.69 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 60.8, + "Yield": 170.3, + "Adj Yield": 163.57 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 59.8, + "Yield": 188.6, + "Adj Yield": 183.58 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 60.7, + "Yield": 166.3, + "Adj Yield": 162.95 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 60.0, + "Yield": 174.0, + "Adj Yield": 172.29 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 59.3, + "Yield": 145.6, + "Adj Yield": 145.59 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.6, + "Yield": 146.0, + "Adj Yield": 147.7 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 57.9, + "Yield": 150.1, + "Adj Yield": 153.43 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.7, + "Yield": 158.8, + "Adj Yield": 163.84 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 59.1, + "Yield": 162.1, + "Adj Yield": 168.85 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.0, + "Yield": 177.3, + "Adj Yield": 185.72 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 58.7, + "Yield": 149.9, + "Adj Yield": 149.9 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146415" + ], + "fetched_at": "2026-05-27T02:22:33.302115+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146415.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146415.md new file mode 100644 index 00000000..e6e11ce5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146415.md @@ -0,0 +1,43 @@ +# Corn yield trial — Cecilia, KY, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Hardin +- **City:** Cecilia +- **Year:** 2025 +- **Plot ID:** 146415 +- **Cooperator:** B&H Farms +- **Plot average:** 164.47 BU/Ac +- **Planted:** 2025-05-23 +- **Harvested:** 2025-10-22 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146415 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.5 | 58.8 | 170.1 | 170.1 | +| 8 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.5 | 58.8 | 170.1 | 161.69 | +| 6 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.4 | 60.8 | 170.3 | 163.57 | +| 2 | AgriGold | A642-18SSPRIB | SSPRIB | - | 14.9 | 59.8 | 188.6 | 183.58 | +| 7 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.8 | 60.7 | 166.3 | 162.95 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.1 | 60.0 | 174.0 | 172.29 | +| 11 | Pioneer | P13777PCE | PCE | - | 14.9 | 59.3 | 145.6 | 145.59 | +| 10 | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.5 | 59.6 | 146.0 | 147.7 | +| 9 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 14.9 | 57.9 | 150.1 | 153.43 | +| 5 | AgriGold | A645-30VT2RIB | VT2RIB | - | 15.2 | 60.7 | 158.8 | 163.84 | +| 4 | AgriGold | A645-71STXRIB | STXRIB | - | 15.2 | 59.1 | 162.1 | 168.85 | +| 1 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 14.8 | 58.0 | 177.3 | 185.72 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.6 | 58.7 | 149.9 | 149.9 | + +Top 5 by Yield: A642-18SSPRIB (AgriGold) 188.6, A647-42TRCRIB (AgriGold) 177.3, A643-52VT2RIB (AgriGold) 174.0, A642-05VT2RIBD1 (AgriGold) 170.3, A644-64VT2RIB (AgriGold) 170.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146416.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146416.json new file mode 100644 index 00000000..c4b2a96f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146416.json @@ -0,0 +1,439 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146416", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Switz city", + "county": "Greene", + "year": 2025, + "plot_id": "146416", + "cooperator": "White Farms Inc.", + "plot_average": 277.73, + "planted_date": "2025-05-24", + "harvested_date": "2025-10-03", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Sandy Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 21, + "brand": "Becks", + "product": "5958TCV2P", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 52.7, + "Yield": 241.2, + "Adj Yield": 252.01 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 53.1, + "Yield": 254.0, + "Adj Yield": 254.0 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 52.1, + "Yield": 266.6, + "Adj Yield": 276.45 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 51.5, + "Yield": 278.6, + "Adj Yield": 285.67 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 51.8, + "Yield": 264.7, + "Adj Yield": 264.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 53.8, + "Yield": 278.0, + "Adj Yield": 282.95 + } + }, + { + "rank": 19, + "brand": "Channel", + "product": "212-76TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 54.4, + "Yield": 262.1, + "Adj Yield": 265.55 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 53.2, + "Yield": 268.6, + "Adj Yield": 268.6 + } + }, + { + "rank": 9, + "brand": "Becks", + "product": "6280TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 52.3, + "Yield": 280.8, + "Adj Yield": 282.03 + } + }, + { + "rank": 15, + "brand": "Becks", + "product": "6374V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 53.1, + "Yield": 275.8, + "Adj Yield": 274.55 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 53.1, + "Yield": 278.8, + "Adj Yield": 278.8 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 55.0, + "Yield": 267.8, + "Adj Yield": 265.15 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 55.3, + "Yield": 282.8, + "Adj Yield": 280.22 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 55.3, + "Yield": 276.2, + "Adj Yield": 276.2 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 54.0, + "Yield": 299.2, + "Adj Yield": 295.68 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 52.8, + "Yield": 277.6, + "Adj Yield": 272.34 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 51.7, + "Yield": 284.9, + "Adj Yield": 284.9 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 51.7, + "Yield": 284.9, + "Adj Yield": 279.66 + } + }, + { + "rank": 8, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 54.3, + "Yield": 285.4, + "Adj Yield": 282.45 + } + }, + { + "rank": 4, + "brand": "Becks", + "product": "6492TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 55.2, + "Yield": 284.9, + "Adj Yield": 283.57 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 53.5, + "Yield": 271.2, + "Adj Yield": 271.2 + } + }, + { + "rank": 6, + "brand": "Channel", + "product": "215-42TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 53.5, + "Yield": 283.6, + "Adj Yield": 282.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 55.7, + "Yield": 284.0, + "Adj Yield": 282.68 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 52.9, + "Yield": 273.9, + "Adj Yield": 273.9 + } + }, + { + "rank": 14, + "brand": "Channel", + "product": "215-70TRERIB", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 55.4, + "Yield": 276.5, + "Adj Yield": 275.03 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 53.3, + "Yield": 270.5, + "Adj Yield": 269.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 55.8, + "Yield": 272.7, + "Adj Yield": 272.7 + } + }, + { + "rank": 16, + "brand": "Becks", + "product": "6700V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 54.1, + "Yield": 275.4, + "Adj Yield": 273.07 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 56.5, + "Yield": 298.3, + "Adj Yield": 293.69 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 54.1, + "Yield": 282.2, + "Adj Yield": 282.2 + } + }, + { + "rank": 12, + "brand": "Channel", + "product": "218-66VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 52.9, + "Yield": 283.1, + "Adj Yield": 277.68 + } + } + ], + "n_results": 31, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146416" + ], + "fetched_at": "2026-05-27T02:22:33.864504+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146416.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146416.md new file mode 100644 index 00000000..4757f673 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146416.md @@ -0,0 +1,61 @@ +# Corn yield trial — Switz city, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Greene +- **City:** Switz city +- **Year:** 2025 +- **Plot ID:** 146416 +- **Cooperator:** White Farms Inc. +- **Plot average:** 277.73 BU/Ac +- **Planted:** 2025-05-24 +- **Harvested:** 2025-10-03 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Sandy Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146416 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 21 | Becks | 5958TCV2P | Trecepta | - | 18.3 | 52.7 | 241.2 | 252.01 | +| - | AgriGold | A646-30VT2RIB | VT2RIB | - | 19.9 | 53.1 | 254.0 | 254.0 | +| 13 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 21.4 | 52.1 | 266.6 | 276.45 | +| 3 | AgriGold | A642-18SSPRIB | SSPRIB | - | 20.4 | 51.5 | 278.6 | 285.67 | +| - | AgriGold | A646-30VT2RIB | VT2RIB | - | 21.2 | 51.8 | 264.7 | 264.7 | +| 5 | AgriGold | A642-32VT2RIB | VT2RIB | - | 19.3 | 53.8 | 278.0 | 282.95 | +| 19 | Channel | 212-76TRERIB | TreceptaRIB | - | 20.7 | 54.4 | 262.1 | 265.55 | +| - | AgriGold | A646-30VT2RIB | VT2RIB | - | 21.6 | 53.2 | 268.6 | 268.6 | +| 9 | Becks | 6280TCV2P | TreceptaRIB | - | 21.1 | 52.3 | 280.8 | 282.03 | +| 15 | Becks | 6374V2P | VT2RIB | - | 21.3 | 53.1 | 275.8 | 274.55 | +| - | AgriGold | A646-30VT2RIB | VT2RIB | - | 21.4 | 53.1 | 278.8 | 278.8 | +| 20 | AgriGold | A643-52VT2RIB | VT2RIB | - | 21.0 | 55.0 | 267.8 | 265.15 | +| 10 | Dekalb | DKC64-22RIB | VT2RIB | - | 20.2 | 55.3 | 282.8 | 280.22 | +| - | AgriGold | A646-30VT2RIB | VT2RIB | - | 22.6 | 55.3 | 276.2 | 276.2 | +| 1 | Dekalb | DKC114-99RIB | VT4RIB | - | 21.2 | 54.0 | 299.2 | 295.68 | +| 17 | AgriGold | A644-64VT2RIB | VT2RIB | - | 21.4 | 52.8 | 277.6 | 272.34 | +| - | AgriGold | A646-30VT2RIB | VT2RIB | - | 20.5 | 51.7 | 284.9 | 284.9 | +| 11 | AgriGold | A646-30VT2RIB | VT2RIB | - | 20.5 | 51.7 | 284.9 | 279.66 | +| 8 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 20.6 | 54.3 | 285.4 | 282.45 | +| 4 | Becks | 6492TCV2P | TreceptaRIB | - | 19.3 | 55.2 | 284.9 | 283.57 | +| - | AgriGold | A646-30VT2RIB | VT2RIB | - | 21.6 | 53.5 | 271.2 | 271.2 | +| 6 | Channel | 215-42TRERIB | TreceptaRIB | - | 21.5 | 53.5 | 283.6 | 282.8 | +| 7 | AgriGold | A645-55VT2PRO | VT2Pro | - | 20.2 | 55.7 | 284.0 | 282.68 | +| - | AgriGold | A646-30VT2RIB | VT2RIB | - | 21.0 | 52.9 | 273.9 | 273.9 | +| 14 | Channel | 215-70TRERIB | Trecepta | - | 19.9 | 55.4 | 276.5 | 275.03 | +| 18 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 19.5 | 53.3 | 270.5 | 269.1 | +| - | AgriGold | A646-30VT2RIB | VT2RIB | - | 20.9 | 55.8 | 272.7 | 272.7 | +| 16 | Becks | 6700V2P | VT2RIB | - | 21.4 | 54.1 | 275.4 | 273.07 | +| 2 | Dekalb | DKC68-35RIB | VT2RIB | - | 19.7 | 56.5 | 298.3 | 293.69 | +| - | AgriGold | A646-30VT2RIB | VT2RIB | - | 21.5 | 54.1 | 282.2 | 282.2 | +| 12 | Channel | 218-66VT2PRIB | VT2RIB | - | 21.4 | 52.9 | 283.1 | 277.68 | + +Top 5 by Yield: DKC114-99RIB (Dekalb) 299.2, DKC68-35RIB (Dekalb) 298.3, 214-78DGVT2PRIB (Channel) 285.4, A646-30VT2RIB (AgriGold) 284.9, A646-30VT2RIB (AgriGold) 284.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146417.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146417.json new file mode 100644 index 00000000..16171656 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146417.json @@ -0,0 +1,322 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146417", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Farmersburg", + "county": "Vigo", + "year": 2025, + "plot_id": "146417", + "cooperator": "Keystone Cooperative New Lebanon Seed Hub", + "plot_average": 270.23, + "planted_date": "2025-05-24", + "harvested_date": "2025-12-16", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Becks", + "product": "6280TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": null, + "Yield": 260.5, + "Adj Yield": 260.5 + } + }, + { + "rank": 9, + "brand": "Becks", + "product": "5864PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": null, + "Yield": 272.6, + "Adj Yield": 272.6 + } + }, + { + "rank": 14, + "brand": "Becks", + "product": "5958TCV2P", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": null, + "Yield": 262.0, + "Adj Yield": 262.0 + } + }, + { + "rank": 15, + "brand": "Pioneer", + "product": "P11616PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": null, + "Yield": 259.8, + "Adj Yield": 259.8 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": null, + "Yield": 257.7, + "Adj Yield": 257.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": null, + "Yield": 275.8, + "Adj Yield": 275.8 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": null, + "Yield": 268.7, + "Adj Yield": 268.7 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": null, + "Yield": 274.1, + "Adj Yield": 274.1 + } + }, + { + "rank": null, + "brand": "Becks", + "product": "6280TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": null, + "Yield": 274.0, + "Adj Yield": 274.0 + } + }, + { + "rank": 18, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": null, + "Yield": 256.3, + "Adj Yield": 256.3 + } + }, + { + "rank": 2, + "brand": "Becks", + "product": "6473TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": null, + "Yield": 282.8, + "Adj Yield": 282.8 + } + }, + { + "rank": 4, + "brand": "Becks", + "product": "6492TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": null, + "Yield": 277.3, + "Adj Yield": 277.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": null, + "Yield": 290.4, + "Adj Yield": 290.4 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": null, + "Yield": 277.4, + "Adj Yield": 277.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 276.8, + "Adj Yield": 276.8 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 265.3, + "Adj Yield": 265.3 + } + }, + { + "rank": null, + "brand": "Becks", + "product": "6280TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": null, + "Yield": 271.5, + "Adj Yield": 271.5 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": null, + "Yield": 273.8, + "Adj Yield": 273.8 + } + }, + { + "rank": 17, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 257.6, + "Adj Yield": 257.6 + } + }, + { + "rank": 10, + "brand": "Becks", + "product": "6700V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": null, + "Yield": 269.1, + "Adj Yield": 269.1 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": null, + "Yield": 266.7, + "Adj Yield": 266.7 + } + }, + { + "rank": null, + "brand": "Becks", + "product": "6280TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": null, + "Yield": 269.5, + "Adj Yield": 269.5 + } + } + ], + "n_results": 22, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146417" + ], + "fetched_at": "2026-05-27T02:22:34.291722+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146417.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146417.md new file mode 100644 index 00000000..af7d8632 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146417.md @@ -0,0 +1,51 @@ +# Corn yield trial — Farmersburg, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Vigo +- **City:** Farmersburg +- **Year:** 2025 +- **Plot ID:** 146417 +- **Cooperator:** Keystone Cooperative New Lebanon Seed Hub +- **Plot average:** 270.23 BU/Ac +- **Planted:** 2025-05-24 +- **Harvested:** 2025-12-16 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146417 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Becks | 6280TCV2P | TreceptaRIB | - | 13.2 | - | 260.5 | 260.5 | +| 9 | Becks | 5864PCE | PCE | - | 13.9 | - | 272.6 | 272.6 | +| 14 | Becks | 5958TCV2P | Trecepta | - | 13.9 | - | 262.0 | 262.0 | +| 15 | Pioneer | P11616PCE | PCE | - | 13.8 | - | 259.8 | 259.8 | +| 16 | AgriGold | A642-18TRC | Trecepta | - | 13.7 | - | 257.7 | 257.7 | +| 6 | AgriGold | A642-32VT2RIB | VT2RIB | - | 13.9 | - | 275.8 | 275.8 | +| 11 | AgriGold | A642-18SSPRIB | SSPRIB | - | 13.8 | - | 268.7 | 268.7 | +| 7 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 13.8 | - | 274.1 | 274.1 | +| - | Becks | 6280TCV2P | TreceptaRIB | - | 13.7 | - | 274.0 | 274.0 | +| 18 | Pioneer | P13777PCE | PCE | - | 13.4 | - | 256.3 | 256.3 | +| 2 | Becks | 6473TCV2P | TreceptaRIB | - | 14.0 | - | 282.8 | 282.8 | +| 4 | Becks | 6492TCV2P | TreceptaRIB | - | 13.9 | - | 277.3 | 277.3 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.9 | - | 290.4 | 290.4 | +| 3 | Dekalb | DKC114-99RIB | VT4RIB | - | 13.7 | - | 277.4 | 277.4 | +| 5 | AgriGold | A645-30VT2RIB | VT2RIB | - | 14.2 | - | 276.8 | 276.8 | +| 13 | AgriGold | A646-30VT2RIB | VT2RIB | - | 14.1 | - | 265.3 | 265.3 | +| - | Becks | 6280TCV2P | TreceptaRIB | - | 14.0 | - | 271.5 | 271.5 | +| 8 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 13.9 | - | 273.8 | 273.8 | +| 17 | Pioneer | P1742Q | QROME | - | 14.2 | - | 257.6 | 257.6 | +| 10 | Becks | 6700V2P | VT2RIB | - | 14.3 | - | 269.1 | 269.1 | +| 12 | Dekalb | DKC68-35RIB | VT2RIB | - | 14.3 | - | 266.7 | 266.7 | +| - | Becks | 6280TCV2P | TreceptaRIB | - | 13.4 | - | 269.5 | 269.5 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 290.4, 6473TCV2P (Becks) 282.8, DKC114-99RIB (Dekalb) 277.4, 6492TCV2P (Becks) 277.3, A645-30VT2RIB (AgriGold) 276.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146418.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146418.json new file mode 100644 index 00000000..d86e9e38 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146418.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146418", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Nelson", + "county": "Nuckolls", + "year": 2025, + "plot_id": "146418", + "cooperator": "Dustin Cassell", + "plot_average": 175.26, + "planted_date": "2025-05-23", + "harvested_date": "2025-11-11", + "population_seeds_per_acre": 24000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 4, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 57.2, + "Yield": 180.2, + "Adj Yield": 180.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 58.4, + "Yield": 163.0, + "Adj Yield": 163.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 60.0, + "Yield": 163.6, + "Adj Yield": 163.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 61.1, + "Yield": 181.2, + "Adj Yield": 181.2 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P10625PCUE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 59.7, + "Yield": 189.0, + "Adj Yield": 189.0 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P13476Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 59.8, + "Yield": 166.0, + "Adj Yield": 166.0 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P1413AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 58.0, + "Yield": 172.1, + "Adj Yield": 172.1 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P14364PCUE", + "traits": "PCUE", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 58.0, + "Yield": 187.5, + "Adj Yield": 187.5 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P15517PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 57.1, + "Yield": 178.2, + "Adj Yield": 178.2 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P1742PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 58.4, + "Yield": 171.8, + "Adj Yield": 171.8 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146418" + ], + "fetched_at": "2026-05-27T02:22:34.810042+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146418.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146418.md new file mode 100644 index 00000000..98011188 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146418.md @@ -0,0 +1,40 @@ +# Corn yield trial — Nelson, NE, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Nuckolls +- **City:** Nelson +- **Year:** 2025 +- **Plot ID:** 146418 +- **Cooperator:** Dustin Cassell +- **Plot average:** 175.26 BU/Ac +- **Planted:** 2025-05-23 +- **Harvested:** 2025-11-11 +- **Population:** 24,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146418 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 4 | AgriGold | A636-16-5222EZ | 5222EZ | - | 13.2 | 57.2 | 180.2 | 180.2 | +| 10 | AgriGold | A641-26V | 3220EZ | - | 13.0 | 58.4 | 163.0 | 163.0 | +| 9 | AgriGold | A642-32VT2RIB | VT2RIB | - | 12.7 | 60.0 | 163.6 | 163.6 | +| 3 | AgriGold | A645-30VT2RIB | VT2RIB | - | 14.0 | 61.1 | 181.2 | 181.2 | +| 1 | Pioneer | P10625PCUE | PWE | - | 12.7 | 59.7 | 189.0 | 189.0 | +| 8 | Pioneer | P13476Q | QROME | - | 12.7 | 59.8 | 166.0 | 166.0 | +| 6 | Pioneer | P1413AM | AM | - | 13.4 | 58.0 | 172.1 | 172.1 | +| 2 | Pioneer | P14364PCUE | PCUE | - | 13.2 | 58.0 | 187.5 | 187.5 | +| 5 | Pioneer | P15517PCE | PCE | - | 13.3 | 57.1 | 178.2 | 178.2 | +| 7 | Pioneer | P1742PCE | PCE | - | 13.6 | 58.4 | 171.8 | 171.8 | + +Top 5 by Yield: P10625PCUE (Pioneer) 189.0, P14364PCUE (Pioneer) 187.5, A645-30VT2RIB (AgriGold) 181.2, A636-16-5222EZ (AgriGold) 180.2, P15517PCE (Pioneer) 178.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146420.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146420.json new file mode 100644 index 00000000..05e1a2c1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146420.json @@ -0,0 +1,309 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146420", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Loogootee", + "county": "Daviess", + "year": 2025, + "plot_id": "146420", + "cooperator": "GARY & LANCE MATHIES", + "plot_average": 262.27, + "planted_date": "2025-05-17", + "harvested_date": "2025-10-10", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 58.0, + "Yield": 280.8, + "Adj Yield": 280.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 58.0, + "Yield": 280.8, + "Adj Yield": 282.06 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 59.0, + "Yield": 271.2, + "Adj Yield": 272.33 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 59.0, + "Yield": 263.2, + "Adj Yield": 264.24 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 60.0, + "Yield": 266.0, + "Adj Yield": 266.89 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 62.0, + "Yield": 243.0, + "Adj Yield": 243.73 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 60.0, + "Yield": 271.2, + "Adj Yield": 271.75 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 58.0, + "Yield": 280.9, + "Adj Yield": 281.29 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 59.0, + "Yield": 276.2, + "Adj Yield": 276.44 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 60.0, + "Yield": 258.9, + "Adj Yield": 259.04 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 60.0, + "Yield": 271.8, + "Adj Yield": 271.83 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 59.0, + "Yield": 255.1, + "Adj Yield": 254.97 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 58.0, + "Yield": 237.0, + "Adj Yield": 236.74 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 58.0, + "Yield": 264.1, + "Adj Yield": 263.65 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 59.0, + "Yield": 267.7, + "Adj Yield": 267.16 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 58.0, + "Yield": 255.5, + "Adj Yield": 254.8 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A647-09SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 58.0, + "Yield": 250.9, + "Adj Yield": 250.01 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A649-60TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 57.0, + "Yield": 275.6, + "Adj Yield": 274.55 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 58.0, + "Yield": 236.6, + "Adj Yield": 235.44 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 59.0, + "Yield": 257.5, + "Adj Yield": 256.24 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 59.0, + "Yield": 283.6, + "Adj Yield": 283.6 + } + } + ], + "n_results": 21, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146420" + ], + "fetched_at": "2026-05-27T02:22:35.314941+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146420.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146420.md new file mode 100644 index 00000000..ff9c912e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146420.md @@ -0,0 +1,51 @@ +# Corn yield trial — Loogootee, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Daviess +- **City:** Loogootee +- **Year:** 2025 +- **Plot ID:** 146420 +- **Cooperator:** GARY & LANCE MATHIES +- **Plot average:** 262.27 BU/Ac +- **Planted:** 2025-05-17 +- **Harvested:** 2025-10-10 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146420 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.1 | 58.0 | 280.8 | 280.8 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.1 | 58.0 | 280.8 | 282.06 | +| 5 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 18.3 | 59.0 | 271.2 | 272.33 | +| 10 | AgriGold | A642-18SSPRIB | SSPRIB | - | 20.1 | 59.0 | 263.2 | 264.24 | +| 9 | AgriGold | A642-18TRC | Trecepta | - | 20.1 | 60.0 | 266.0 | 266.89 | +| 17 | AgriGold | A642-32VT2RIB | VT2RIB | - | 19.3 | 62.0 | 243.0 | 243.73 | +| 7 | AgriGold | A643-52VT2RIB | VT2RIB | - | 20.3 | 60.0 | 271.2 | 271.75 | +| 2 | Pioneer | P13777PCE | PCE | - | 20.1 | 58.0 | 280.9 | 281.29 | +| 3 | AgriGold | A645-16VT2RIB | VT2RIB | - | 19.3 | 59.0 | 276.2 | 276.44 | +| 12 | AgriGold | A645-30VT2RIB | VT2RIB | - | 20.1 | 60.0 | 258.9 | 259.04 | +| 6 | AgriGold | A645-55VT2PRO | VT2Pro | - | 18.4 | 60.0 | 271.8 | 271.83 | +| 14 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 18.4 | 59.0 | 255.1 | 254.97 | +| 18 | AgriGold | A645-71STXRIB | STXRIB | - | 19.1 | 58.0 | 237.0 | 236.74 | +| 11 | AgriGold | A646-30VT2RIB | VT2RIB | - | 20.6 | 58.0 | 264.1 | 263.65 | +| 8 | AgriGold | A646-17TRC | Trecepta | - | 19.5 | 59.0 | 267.7 | 267.16 | +| 15 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 21.0 | 58.0 | 255.5 | 254.8 | +| 16 | AgriGold | A647-09SSP | SSP | - | 20.5 | 58.0 | 250.9 | 250.01 | +| 4 | AgriGold | A649-60TRC | Trecepta | - | 22.2 | 57.0 | 275.6 | 274.55 | +| 19 | AgriGold | L6818VT2PRO | VT2Pro | - | 20.2 | 58.0 | 236.6 | 235.44 | +| 13 | AgriGold | L6722VT2PRO | VT2Pro | - | 21.2 | 59.0 | 257.5 | 256.24 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.1 | 59.0 | 283.6 | 283.6 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 283.6, P13777PCE (Pioneer) 280.9, A644-64VT2RIB (AgriGold) 280.8, A644-64VT2RIB (AgriGold) 280.8, A645-16VT2RIB (AgriGold) 276.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146438.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146438.json new file mode 100644 index 00000000..8709cdbe --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146438.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146438", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Rochester", + "county": "Fulton", + "year": 2025, + "plot_id": "146438", + "cooperator": "Dan Showley", + "plot_average": 288.39, + "planted_date": "2025-05-02", + "harvested_date": "2025-10-14", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Sandy Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 57.6, + "Yield": 263.8, + "Adj Yield": 263.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 57.0, + "Yield": 290.6, + "Adj Yield": 290.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 57.5, + "Yield": 256.0, + "Adj Yield": 256.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A640-16DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 56.0, + "Yield": 301.2, + "Adj Yield": 301.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 58.0, + "Yield": 291.3, + "Adj Yield": 291.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 58.5, + "Yield": 290.3, + "Adj Yield": 290.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 61.3, + "Yield": 294.9, + "Adj Yield": 294.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 59.7, + "Yield": 300.8, + "Adj Yield": 300.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 57.0, + "Yield": 294.9, + "Adj Yield": 294.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 59.3, + "Yield": 300.1, + "Adj Yield": 300.1 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146438" + ], + "fetched_at": "2026-05-27T02:22:35.787130+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146438.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146438.md new file mode 100644 index 00000000..d27f3731 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146438.md @@ -0,0 +1,40 @@ +# Corn yield trial — Rochester, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Fulton +- **City:** Rochester +- **Year:** 2025 +- **Plot ID:** 146438 +- **Cooperator:** Dan Showley +- **Plot average:** 288.39 BU/Ac +- **Planted:** 2025-05-02 +- **Harvested:** 2025-10-14 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Sandy Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146438 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | AgriGold | A636-16-5222EZ | 5222EZ | - | 18.4 | 57.6 | 263.8 | 263.8 | +| 7 | AgriGold | A638-91VT2PRO | VT2Pro | - | 18.5 | 57.0 | 290.6 | 290.6 | +| 10 | AgriGold | A639-03VT2RIB | VT2RIB | - | 17.5 | 57.5 | 256.0 | 256.0 | +| 1 | AgriGold | A640-16DV-RN | 5222 | - | 19.6 | 56.0 | 301.2 | 301.2 | +| 6 | AgriGold | A640-94VT4PRO | VT4Pro | - | 19.6 | 58.0 | 291.3 | 291.3 | +| 8 | AgriGold | A642-18SSPRIB | SSPRIB | - | 19.5 | 58.5 | 290.3 | 290.3 | +| 4 | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.6 | 61.3 | 294.9 | 294.9 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.4 | 59.7 | 300.8 | 300.8 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.3 | 57.0 | 294.9 | 294.9 | +| 3 | AgriGold | A645-55VT2PRO | VT2Pro | - | 18.7 | 59.3 | 300.1 | 300.1 | + +Top 5 by Yield: A640-16DV-RN (AgriGold) 301.2, A643-52VT2RIB (AgriGold) 300.8, A645-55VT2PRO (AgriGold) 300.1, A642-32VT2RIB (AgriGold) 294.9, A644-64VT2RIB (AgriGold) 294.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146444.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146444.json new file mode 100644 index 00000000..cd5b0dc4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146444.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146444", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Harristown", + "county": "Macon", + "year": 2025, + "plot_id": "146444", + "cooperator": "Steve Musgrove", + "plot_average": 241.68, + "planted_date": "2025-05-09", + "harvested_date": "2025-10-14", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 17, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 60.1, + "Yield": 200.7, + "Adj Yield": 200.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 60.3, + "Yield": 253.6, + "Adj Yield": 253.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 60.2, + "Yield": 252.2, + "Adj Yield": 252.2 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 57.8, + "Yield": 207.4, + "Adj Yield": 207.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-16DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.4, + "Yield": 250.0, + "Adj Yield": 250.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 58.9, + "Yield": 250.1, + "Adj Yield": 250.1 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 58.1, + "Yield": 225.6, + "Adj Yield": 225.6 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 61.1, + "Yield": 248.5, + "Adj Yield": 248.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 61.4, + "Yield": 262.8, + "Adj Yield": 262.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 58.7, + "Yield": 251.8, + "Adj Yield": 251.8 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 57.6, + "Yield": 247.6, + "Adj Yield": 247.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 14.1, + "Yield": 266.7, + "Adj Yield": 266.7 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 60.9, + "Yield": 244.9, + "Adj Yield": 244.9 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 60.9, + "Yield": 241.6, + "Adj Yield": 241.6 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A646-30", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.9, + "Yield": 246.0, + "Adj Yield": 246.0 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 63.4, + "Yield": 210.1, + "Adj Yield": 210.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A640-24", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 61.5, + "Yield": 248.9, + "Adj Yield": 248.9 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146444" + ], + "fetched_at": "2026-05-27T02:22:36.291742+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146444.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146444.md new file mode 100644 index 00000000..d9a92eeb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146444.md @@ -0,0 +1,47 @@ +# Corn yield trial — Harristown, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Macon +- **City:** Harristown +- **Year:** 2025 +- **Plot ID:** 146444 +- **Cooperator:** Steve Musgrove +- **Plot average:** 241.68 BU/Ac +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-14 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146444 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 17 | AgriGold | A634-65TRC | Trecepta | - | 12.2 | 60.1 | 200.7 | 200.7 | +| 3 | AgriGold | A638-91VT2PRO | VT2Pro | - | 13.5 | 60.3 | 253.6 | 253.6 | +| 4 | AgriGold | A639-38V-RN | 3220 | - | 13.3 | 60.2 | 252.2 | 252.2 | +| 16 | AgriGold | A639-03VT2RIB | VT2RIB | - | 13.3 | 57.8 | 207.4 | 207.4 | +| 7 | AgriGold | A640-16DV-RN | 5222 | - | 15.0 | 59.4 | 250.0 | 250.0 | +| 6 | AgriGold | A640-94VT4PRO | VT4Pro | - | 14.5 | 58.9 | 250.1 | 250.1 | +| 14 | AgriGold | A641-62D-RN | 5122 | - | 13.9 | 58.1 | 225.6 | 225.6 | +| 9 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.3 | 61.1 | 248.5 | 248.5 | +| 2 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.2 | 61.4 | 262.8 | 262.8 | +| 5 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.3 | 58.7 | 251.8 | 251.8 | +| 10 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.8 | 57.6 | 247.6 | 247.6 | +| 1 | AgriGold | A645-55VT2PRO | VT2Pro | - | 14.1 | 14.1 | 266.7 | 266.7 | +| 12 | AgriGold | A645-30VT2RIB | VT2RIB | - | 16.0 | 60.9 | 244.9 | 244.9 | +| 13 | AgriGold | A645-71STXRIB | STXRIB | - | 14.3 | 60.9 | 241.6 | 241.6 | +| 11 | AgriGold | A646-30 | C | - | 14.5 | 59.9 | 246.0 | 246.0 | +| 15 | AgriGold | A642-32 | C | - | 13.8 | 63.4 | 210.1 | 210.1 | +| 8 | AgriGold | A640-24 | C | - | 13.1 | 61.5 | 248.9 | 248.9 | + +Top 5 by Yield: A645-55VT2PRO (AgriGold) 266.7, A642-18SSPRIB (AgriGold) 262.8, A638-91VT2PRO (AgriGold) 253.6, A639-38V-RN (AgriGold) 252.2, A642-05VT2RIBD1 (AgriGold) 251.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146445.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146445.json new file mode 100644 index 00000000..9afd552f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146445.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146445", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Harmon", + "county": "Lee", + "year": 2025, + "plot_id": "146445", + "cooperator": "Lyle Schilpp", + "plot_average": 232.64, + "planted_date": "2025-05-27", + "harvested_date": "2025-10-23", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 12, + "soil_type": "Sandy Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 57.0, + "Yield": 225.0, + "Adj Yield": 225.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 56.5, + "Yield": 245.7, + "Adj Yield": 245.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 56.1, + "Yield": 220.1, + "Adj Yield": 220.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 57.7, + "Yield": 245.0, + "Adj Yield": 245.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 58.0, + "Yield": 229.9, + "Adj Yield": 229.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 57.5, + "Yield": 251.2, + "Adj Yield": 251.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 57.5, + "Yield": 225.5, + "Adj Yield": 225.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 58.3, + "Yield": 234.2, + "Adj Yield": 234.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A6499STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 57.8, + "Yield": 217.2, + "Adj Yield": 217.2 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146445" + ], + "fetched_at": "2026-05-27T02:22:36.810914+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146445.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146445.md new file mode 100644 index 00000000..6cbeb592 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146445.md @@ -0,0 +1,39 @@ +# Corn yield trial — Harmon, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Lee +- **City:** Harmon +- **Year:** 2025 +- **Plot ID:** 146445 +- **Cooperator:** Lyle Schilpp +- **Plot average:** 232.64 BU/Ac +- **Planted:** 2025-05-27 +- **Harvested:** 2025-10-23 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 12 +- **Soil type:** Sandy Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146445 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | AgriGold | A6499STXRIB | STXRIB | - | 19.8 | 57.0 | 225.0 | 225.0 | +| 2 | AgriGold | A640-94VT4PRO | VT4Pro | - | 19.1 | 56.5 | 245.7 | 245.7 | +| 8 | AgriGold | A641-62D-RN | 5122 | - | 22.1 | 56.1 | 220.1 | 220.1 | +| 3 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 20.1 | 57.7 | 245.0 | 245.0 | +| 5 | AgriGold | A642-32VT2RIB | VT2RIB | - | 20.0 | 58.0 | 229.9 | 229.9 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.8 | 57.5 | 251.2 | 251.2 | +| 6 | AgriGold | A645-71STXRIB | STXRIB | - | 19.6 | 57.5 | 225.5 | 225.5 | +| 4 | AgriGold | A642-18SSPRIB | SSPRIB | - | 19.9 | 58.3 | 234.2 | 234.2 | +| 9 | AgriGold | A6499STXRIB | STXRIB | - | 19.4 | 57.8 | 217.2 | 217.2 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 251.2, A640-94VT4PRO (AgriGold) 245.7, A642-05VT2RIBD1 (AgriGold) 245.0, A642-18SSPRIB (AgriGold) 234.2, A642-32VT2RIB (AgriGold) 229.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146453.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146453.json new file mode 100644 index 00000000..327d6d4f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146453.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146453", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Loogootee", + "county": "Daviess", + "year": 2025, + "plot_id": "146453", + "cooperator": "Kav’s Crop Care", + "plot_average": 278.76, + "planted_date": "2025-05-25", + "harvested_date": "2025-10-28", + "population_seeds_per_acre": 31000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 10, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 61.0, + "Yield": 255.3, + "Adj Yield": 255.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 60.3, + "Yield": 285.4, + "Adj Yield": 285.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 60.4, + "Yield": 286.5, + "Adj Yield": 286.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 60.7, + "Yield": 297.1, + "Adj Yield": 297.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 60.8, + "Yield": 272.5, + "Adj Yield": 272.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 61.4, + "Yield": 275.5, + "Adj Yield": 275.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 61.5, + "Yield": 278.3, + "Adj Yield": 278.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 60.5, + "Yield": 274.1, + "Adj Yield": 274.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 61.0, + "Yield": 267.7, + "Adj Yield": 267.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 60.6, + "Yield": 295.2, + "Adj Yield": 295.2 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146453" + ], + "fetched_at": "2026-05-27T02:22:37.270279+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146453.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146453.md new file mode 100644 index 00000000..46953fcd --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146453.md @@ -0,0 +1,40 @@ +# Corn yield trial — Loogootee, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Daviess +- **City:** Loogootee +- **Year:** 2025 +- **Plot ID:** 146453 +- **Cooperator:** Kav’s Crop Care +- **Plot average:** 278.76 BU/Ac +- **Planted:** 2025-05-25 +- **Harvested:** 2025-10-28 +- **Population:** 31,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146453 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 10 | AgriGold | A640-94VT4PRO | VT4Pro | - | 16.7 | 61.0 | 255.3 | 255.3 | +| 4 | AgriGold | A642-18TRC | Trecepta | - | 16.8 | 60.3 | 285.4 | 285.4 | +| 3 | AgriGold | A642-18SSPRIB | SSPRIB | - | 17.6 | 60.4 | 286.5 | 286.5 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.4 | 60.7 | 297.1 | 297.1 | +| 8 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.0 | 60.8 | 272.5 | 272.5 | +| 6 | AgriGold | A645-30VT2RIB | VT2RIB | - | 18.1 | 61.4 | 275.5 | 275.5 | +| 5 | AgriGold | A645-55VT2PRO | VT2Pro | - | 18.5 | 61.5 | 278.3 | 278.3 | +| 7 | AgriGold | A645-71STXRIB | STXRIB | - | 17.9 | 60.5 | 274.1 | 274.1 | +| 9 | AgriGold | A646-30VT2RIB | VT2RIB | - | 16.9 | 61.0 | 267.7 | 267.7 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.8 | 60.6 | 295.2 | 295.2 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 297.1, A644-64VT2RIB (AgriGold) 295.2, A642-18SSPRIB (AgriGold) 286.5, A642-18TRC (AgriGold) 285.4, A645-55VT2PRO (AgriGold) 278.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146457.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146457.json new file mode 100644 index 00000000..dae5864e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146457.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146457", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Belvue", + "county": "Pottawatomie", + "year": 2025, + "plot_id": "146457", + "cooperator": "Mike Riat", + "plot_average": 237.66, + "planted_date": "2025-05-09", + "harvested_date": "2025-10-17", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.7, + "Yield": 255.3, + "Adj Yield": 255.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.7, + "Yield": 255.3, + "Adj Yield": 255.3 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.2, + "Yield": 198.3, + "Adj Yield": 198.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 58.2, + "Yield": 255.7, + "Adj Yield": 255.7 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 59.5, + "Yield": 219.6, + "Adj Yield": 219.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 60.0, + "Yield": 236.9, + "Adj Yield": 236.9 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 60.6, + "Yield": 253.1, + "Adj Yield": 253.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 59.7, + "Yield": 247.9, + "Adj Yield": 247.9 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 59.9, + "Yield": 223.8, + "Adj Yield": 223.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 60.9, + "Yield": 230.2, + "Adj Yield": 230.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A647-09SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 58.5, + "Yield": 243.8, + "Adj Yield": 243.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 61.1, + "Yield": 265.1, + "Adj Yield": 265.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 60.5, + "Yield": 261.9, + "Adj Yield": 261.9 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146457" + ], + "fetched_at": "2026-05-27T02:22:37.795366+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146457.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146457.md new file mode 100644 index 00000000..7a30a428 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146457.md @@ -0,0 +1,46 @@ +# Corn yield trial — Belvue, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Pottawatomie +- **City:** Belvue +- **Year:** 2025 +- **Plot ID:** 146457 +- **Cooperator:** Mike Riat +- **Plot average:** 237.66 BU/Ac +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-17 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146457 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-30VT2RIB | VT2RIB | - | 13.7 | 60.7 | 255.3 | 255.3 | +| 3 | AgriGold | A645-30VT2RIB | VT2RIB | - | 13.7 | 60.7 | 255.3 | 255.3 | +| 10 | AgriGold | A641-26V | 3220EZ | - | 13.7 | 60.2 | 198.3 | 198.3 | +| 2 | AgriGold | A642-18SSPRIB | SSPRIB | - | 13.1 | 58.2 | 255.7 | 255.7 | +| 9 | AgriGold | A642-32VT2RIB | VT2RIB | - | 13.2 | 59.5 | 219.6 | 219.6 | +| 6 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.5 | 60.0 | 236.9 | 236.9 | +| - | AgriGold | A645-30VT2RIB | VT2RIB | - | 14.1 | 60.6 | 253.1 | 253.1 | +| 4 | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.0 | 59.7 | 247.9 | 247.9 | +| 8 | AgriGold | A646-17STXRIB | STXRIB | - | 13.6 | 59.9 | 223.8 | 223.8 | +| 7 | AgriGold | L6722VT2PRO | VT2Pro | - | 13.5 | 60.9 | 230.2 | 230.2 | +| 5 | AgriGold | A647-09SSP | SSP | - | 13.5 | 58.5 | 243.8 | 243.8 | +| 1 | AgriGold | L6818VT2PRO | VT2Pro | - | 14.0 | 61.1 | 265.1 | 265.1 | +| - | AgriGold | A645-30VT2RIB | VT2RIB | - | 14.5 | 60.5 | 261.9 | 261.9 | + +Top 5 by Yield: L6818VT2PRO (AgriGold) 265.1, A645-30VT2RIB (AgriGold) 261.9, A642-18SSPRIB (AgriGold) 255.7, A645-30VT2RIB (AgriGold) 255.3, A645-30VT2RIB (AgriGold) 255.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146460.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146460.json new file mode 100644 index 00000000..eadb8b5a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146460.json @@ -0,0 +1,283 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146460", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Lillis", + "county": "Marshall", + "year": 2025, + "plot_id": "146460", + "cooperator": "Stallbaumer Bros", + "plot_average": 183.11, + "planted_date": "2025-05-01", + "harvested_date": "2025-10-01", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.7, + "Yield": 197.0, + "Adj Yield": 197.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.7, + "Yield": 197.0, + "Adj Yield": 197.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 54.9, + "Yield": 189.1, + "Adj Yield": 189.1 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 54.9, + "Yield": 108.4, + "Adj Yield": 108.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 59.1, + "Yield": 184.2, + "Adj Yield": 184.2 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 58.6, + "Yield": 180.0, + "Adj Yield": 180.0 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 57.6, + "Yield": 171.3, + "Adj Yield": 171.3 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 55.9, + "Yield": 165.2, + "Adj Yield": 165.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 58.3, + "Yield": 201.3, + "Adj Yield": 201.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 57.5, + "Yield": 192.2, + "Adj Yield": 192.2 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 59.0, + "Yield": 189.9, + "Adj Yield": 189.9 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 59.0, + "Yield": 177.6, + "Adj Yield": 177.6 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P13841PCUE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 57.5, + "Yield": 193.1, + "Adj Yield": 193.1 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P13050AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 57.8, + "Yield": 190.7, + "Adj Yield": 190.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 58.7, + "Yield": 185.1, + "Adj Yield": 185.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 57.7, + "Yield": 198.2, + "Adj Yield": 198.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 58.6, + "Yield": 202.5, + "Adj Yield": 202.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 57.6, + "Yield": 193.9, + "Adj Yield": 193.9 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 60.4, + "Yield": 209.1, + "Adj Yield": 209.1 + } + } + ], + "n_results": 19, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146460" + ], + "fetched_at": "2026-05-27T02:22:38.319845+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146460.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146460.md new file mode 100644 index 00000000..434946fc --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146460.md @@ -0,0 +1,52 @@ +# Corn yield trial — Lillis, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Marshall +- **City:** Lillis +- **Year:** 2025 +- **Plot ID:** 146460 +- **Cooperator:** Stallbaumer Bros +- **Plot average:** 183.11 BU/Ac +- **Planted:** 2025-05-01 +- **Harvested:** 2025-10-01 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146460 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-30VT2RIB | VT2RIB | - | 14.5 | 59.7 | 197.0 | 197.0 | +| 4 | AgriGold | A645-30VT2RIB | VT2RIB | - | 14.5 | 59.7 | 197.0 | 197.0 | +| 9 | AgriGold | A636-16-5222EZ | 5222EZ | - | 13.8 | 54.9 | 189.1 | 189.1 | +| 16 | AgriGold | A636-39-3110 | 3110 | - | 13.7 | 54.9 | 108.4 | 108.4 | +| 11 | AgriGold | A639-38V-RN | 3220 | - | 13.3 | 59.1 | 184.2 | 184.2 | +| 12 | AgriGold | A640-16-3110 | 3110 | - | 13.6 | 58.6 | 180.0 | 180.0 | +| 14 | AgriGold | A641-26V | 3220EZ | - | 13.7 | 57.6 | 171.3 | 171.3 | +| 15 | AgriGold | A641-62D-RN | 5122 | - | 14.0 | 55.9 | 165.2 | 165.2 | +| 2 | AgriGold | A642-18TRC | Trecepta | - | 14.1 | 58.3 | 201.3 | 201.3 | +| 7 | AgriGold | A642-18SSPRIB | SSPRIB | - | 14.2 | 57.5 | 192.2 | 192.2 | +| - | AgriGold | A645-30VT2RIB | VT2RIB | - | 14.7 | 59.0 | 189.9 | 189.9 | +| 13 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.1 | 59.0 | 177.6 | 177.6 | +| 6 | Pioneer | P13841PCUE | PWE | - | 13.7 | 57.5 | 193.1 | 193.1 | +| 8 | Pioneer | P13050AM | AM | - | 13.4 | 57.8 | 190.7 | 190.7 | +| 10 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.7 | 58.7 | 185.1 | 185.1 | +| 3 | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.5 | 57.7 | 198.2 | 198.2 | +| 1 | AgriGold | A646-17TRC | Trecepta | - | 14.1 | 58.6 | 202.5 | 202.5 | +| 5 | AgriGold | A646-17STXRIB | STXRIB | - | 14.4 | 57.6 | 193.9 | 193.9 | +| - | AgriGold | A645-30VT2RIB | VT2RIB | - | 15.0 | 60.4 | 209.1 | 209.1 | + +Top 5 by Yield: A645-30VT2RIB (AgriGold) 209.1, A646-17TRC (AgriGold) 202.5, A642-18TRC (AgriGold) 201.3, A645-16VT2RIB (AgriGold) 198.2, A645-30VT2RIB (AgriGold) 197.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146461.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146461.json new file mode 100644 index 00000000..abc94872 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146461.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146461", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Marysville", + "county": "Marshall", + "year": 2025, + "plot_id": "146461", + "cooperator": "Galen Holthaus", + "plot_average": 187.96, + "planted_date": "2025-04-14", + "harvested_date": "2025-10-03", + "population_seeds_per_acre": 27000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 61.5, + "Yield": 178.8, + "Adj Yield": 178.8 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 62.0, + "Yield": 177.9, + "Adj Yield": 177.9 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 61.1, + "Yield": 185.4, + "Adj Yield": 185.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 61.1, + "Yield": 182.0, + "Adj Yield": 182.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 63.5, + "Yield": 184.8, + "Adj Yield": 184.8 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 63.1, + "Yield": 181.0, + "Adj Yield": 181.0 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 60.6, + "Yield": 175.8, + "Adj Yield": 175.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 64.5, + "Yield": 202.9, + "Adj Yield": 202.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 64.4, + "Yield": 214.0, + "Adj Yield": 214.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 61.1, + "Yield": 189.8, + "Adj Yield": 189.8 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 62.5, + "Yield": 179.4, + "Adj Yield": 179.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 60.4, + "Yield": 189.3, + "Adj Yield": 189.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 63.1, + "Yield": 193.9, + "Adj Yield": 193.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 60.7, + "Yield": 188.1, + "Adj Yield": 188.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 62.5, + "Yield": 191.3, + "Adj Yield": 191.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 64.0, + "Yield": 185.7, + "Adj Yield": 185.7 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 64.0, + "Yield": 185.7, + "Adj Yield": 185.7 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146461" + ], + "fetched_at": "2026-05-27T02:22:38.821246+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146461.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146461.md new file mode 100644 index 00000000..b091a571 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146461.md @@ -0,0 +1,50 @@ +# Corn yield trial — Marysville, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Marshall +- **City:** Marysville +- **Year:** 2025 +- **Plot ID:** 146461 +- **Cooperator:** Galen Holthaus +- **Plot average:** 187.96 BU/Ac +- **Planted:** 2025-04-14 +- **Harvested:** 2025-10-03 +- **Population:** 27,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146461 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.7 | 61.5 | 178.8 | 178.8 | +| 13 | AgriGold | A638-91VT2PRO | VT2Pro | - | 12.2 | 62.0 | 177.9 | 177.9 | +| 8 | AgriGold | A639-38V-RN | 3220 | - | 12.5 | 61.1 | 185.4 | 185.4 | +| 10 | AgriGold | A640-16-3110 | 3110 | - | 12.6 | 61.1 | 182.0 | 182.0 | +| 9 | AgriGold | A640-94VT4PRO | VT4Pro | - | 12.3 | 63.5 | 184.8 | 184.8 | +| 11 | AgriGold | A641-62D-RN | 5122 | - | 12.2 | 63.1 | 181.0 | 181.0 | +| 14 | AgriGold | A641-26V | 3220EZ | - | 13.0 | 60.6 | 175.8 | 175.8 | +| 2 | AgriGold | A642-18TRC | Trecepta | - | 12.3 | 64.5 | 202.9 | 202.9 | +| 1 | AgriGold | A642-18SSPRIB | SSPRIB | - | 12.5 | 64.4 | 214.0 | 214.0 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.7 | 61.1 | 189.8 | 189.8 | +| 12 | AgriGold | A642-32VT2RIB | VT2RIB | - | 12.8 | 62.5 | 179.4 | 179.4 | +| 5 | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.1 | 60.4 | 189.3 | 189.3 | +| 3 | AgriGold | A645-30VT2RIB | VT2RIB | - | 13.8 | 63.1 | 193.9 | 193.9 | +| 6 | AgriGold | A646-17TRC | Trecepta | - | 13.1 | 60.7 | 188.1 | 188.1 | +| 4 | AgriGold | A646-17STXRIB | STXRIB | - | 12.9 | 62.5 | 191.3 | 191.3 | +| 7 | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.0 | 64.0 | 185.7 | 185.7 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.0 | 64.0 | 185.7 | 185.7 | + +Top 5 by Yield: A642-18SSPRIB (AgriGold) 214.0, A642-18TRC (AgriGold) 202.9, A645-30VT2RIB (AgriGold) 193.9, A646-17STXRIB (AgriGold) 191.3, A643-52VT2RIB (AgriGold) 189.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146463.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146463.json new file mode 100644 index 00000000..e0ecfc4c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146463.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146463", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Summerfield", + "county": "Marshall", + "year": 2025, + "plot_id": "146463", + "cooperator": "Justin Rohmeyer", + "plot_average": 173.52, + "planted_date": "2025-04-16", + "harvested_date": "2025-10-01", + "population_seeds_per_acre": 27000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 58.5, + "Yield": 169.6, + "Adj Yield": 169.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 58.5, + "Yield": 169.6, + "Adj Yield": 169.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 59.8, + "Yield": 178.1, + "Adj Yield": 178.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 56.5, + "Yield": 184.1, + "Adj Yield": 184.1 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 58.1, + "Yield": 167.5, + "Adj Yield": 167.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 58.6, + "Yield": 180.5, + "Adj Yield": 180.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 58.4, + "Yield": 169.6, + "Adj Yield": 169.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 55.7, + "Yield": 185.0, + "Adj Yield": 185.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 57.0, + "Yield": 185.2, + "Adj Yield": 185.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 56.6, + "Yield": 183.7, + "Adj Yield": 183.7 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 56.8, + "Yield": 170.3, + "Adj Yield": 170.3 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 58.9, + "Yield": 166.2, + "Adj Yield": 166.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 56.7, + "Yield": 176.6, + "Adj Yield": 176.6 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 59.0, + "Yield": 166.1, + "Adj Yield": 166.1 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.8, + "Yield": 179.3, + "Adj Yield": 179.3 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 57.6, + "Yield": 168.0, + "Adj Yield": 168.0 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 57.9, + "Yield": 143.3, + "Adj Yield": 143.3 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 56.6, + "Yield": 155.2, + "Adj Yield": 155.2 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146463" + ], + "fetched_at": "2026-05-27T02:22:39.281742+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146463.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146463.md new file mode 100644 index 00000000..c1190a11 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146463.md @@ -0,0 +1,51 @@ +# Corn yield trial — Summerfield, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Marshall +- **City:** Summerfield +- **Year:** 2025 +- **Plot ID:** 146463 +- **Cooperator:** Justin Rohmeyer +- **Plot average:** 173.52 BU/Ac +- **Planted:** 2025-04-16 +- **Harvested:** 2025-10-01 +- **Population:** 27,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146463 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.1 | 58.5 | 169.6 | 169.6 | +| 10 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.1 | 58.5 | 169.6 | 169.6 | +| 7 | AgriGold | A638-91VT2PRO | VT2Pro | - | 13.8 | 59.8 | 178.1 | 178.1 | +| 3 | AgriGold | A639-38V-RN | 3220 | - | 13.9 | 56.5 | 184.1 | 184.1 | +| 12 | AgriGold | A640-16-3110 | 3110 | - | 13.8 | 58.1 | 167.5 | 167.5 | +| 5 | AgriGold | A640-94VT4PRO | VT4Pro | - | 15.0 | 58.6 | 180.5 | 180.5 | +| 9 | AgriGold | A641-62D-RN | 5122 | - | 15.9 | 58.4 | 169.6 | 169.6 | +| 2 | AgriGold | A641-26V | 3220EZ | - | 15.3 | 55.7 | 185.0 | 185.0 | +| 1 | AgriGold | A642-18TRC | Trecepta | - | 15.2 | 57.0 | 185.2 | 185.2 | +| 4 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.6 | 56.6 | 183.7 | 183.7 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.0 | 56.8 | 170.3 | 170.3 | +| 13 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.0 | 58.9 | 166.2 | 166.2 | +| 8 | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.0 | 56.7 | 176.6 | 176.6 | +| 14 | AgriGold | A645-30VT2RIB | VT2RIB | - | 16.5 | 59.0 | 166.1 | 166.1 | +| 6 | AgriGold | A645-55VT2PRO | VT2Pro | - | 15.4 | 60.8 | 179.3 | 179.3 | +| 11 | AgriGold | A646-17TRC | Trecepta | - | 16.1 | 57.6 | 168.0 | 168.0 | +| 15 | AgriGold | A646-17STXRIB | STXRIB | - | 15.3 | 57.9 | 143.3 | 143.3 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.9 | 56.6 | 155.2 | 155.2 | + +Top 5 by Yield: A642-18TRC (AgriGold) 185.2, A641-26V (AgriGold) 185.0, A639-38V-RN (AgriGold) 184.1, A642-18SSPRIB (AgriGold) 183.7, A640-94VT4PRO (AgriGold) 180.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146481.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146481.json new file mode 100644 index 00000000..c74a8c7f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146481.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146481", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Hebron", + "county": "Porter", + "year": 2025, + "plot_id": "146481", + "cooperator": "K & A Farm Services", + "plot_average": 250.75, + "planted_date": "2025-05-27", + "harvested_date": "2025-11-19", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "AgriGold", + "product": "A630-04D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 57.7, + "Yield": 244.5, + "Adj Yield": 244.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A631-08DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 56.4, + "Yield": 242.0, + "Adj Yield": 242.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 58.5, + "Yield": 253.8, + "Adj Yield": 253.8 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 57.5, + "Yield": 239.4, + "Adj Yield": 239.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 57.8, + "Yield": 244.7, + "Adj Yield": 244.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 56.9, + "Yield": 271.1, + "Adj Yield": 271.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 57.8, + "Yield": 241.0, + "Adj Yield": 241.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 59.3, + "Yield": 260.3, + "Adj Yield": 260.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 58.1, + "Yield": 258.3, + "Adj Yield": 258.3 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 56.9, + "Yield": 240.0, + "Adj Yield": 240.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 58.3, + "Yield": 263.2, + "Adj Yield": 263.2 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146481" + ], + "fetched_at": "2026-05-27T02:22:39.814906+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146481.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146481.md new file mode 100644 index 00000000..fbded7fe --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146481.md @@ -0,0 +1,41 @@ +# Corn yield trial — Hebron, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Porter +- **City:** Hebron +- **Year:** 2025 +- **Plot ID:** 146481 +- **Cooperator:** K & A Farm Services +- **Plot average:** 250.75 BU/Ac +- **Planted:** 2025-05-27 +- **Harvested:** 2025-11-19 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146481 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | AgriGold | A630-04D | 5122EZ | - | 17.2 | 57.7 | 244.5 | 244.5 | +| 8 | AgriGold | A631-08DV-RN | 5222 | - | 17.1 | 56.4 | 242.0 | 242.0 | +| 5 | AgriGold | A632-68VT2RIB | VT2RIB | - | 17.3 | 58.5 | 253.8 | 253.8 | +| 11 | AgriGold | A634-65TRC | Trecepta | - | 16.6 | 57.5 | 239.4 | 239.4 | +| 6 | AgriGold | A634-11SSPRIB | SSPRIB | - | 17.2 | 57.8 | 244.7 | 244.7 | +| 1 | AgriGold | A636-11VT2RIB | VT2RIB | - | 17.1 | 56.9 | 271.1 | 271.1 | +| 9 | AgriGold | A636-42SSPRIB | SSPRIB | - | 17.8 | 57.8 | 241.0 | 241.0 | +| 3 | AgriGold | A637-72VT2RIB | VT2RIB | - | 17.8 | 59.3 | 260.3 | 260.3 | +| 4 | AgriGold | A638-91VT2PRO | VT2Pro | - | 18.2 | 58.1 | 258.3 | 258.3 | +| 10 | AgriGold | A639-03VT2RIB | VT2RIB | - | 18.4 | 56.9 | 240.0 | 240.0 | +| 2 | AgriGold | A639-38V-RN | 3220 | - | 18.9 | 58.3 | 263.2 | 263.2 | + +Top 5 by Yield: A636-11VT2RIB (AgriGold) 271.1, A639-38V-RN (AgriGold) 263.2, A637-72VT2RIB (AgriGold) 260.3, A638-91VT2PRO (AgriGold) 258.3, A632-68VT2RIB (AgriGold) 253.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146485.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146485.json new file mode 100644 index 00000000..8b4d736a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146485.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146485", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Vandalia", + "county": "Fayette", + "year": 2025, + "plot_id": "146485", + "cooperator": "Nathan Mollett", + "plot_average": 203.68, + "planted_date": "2025-05-26", + "harvested_date": "2025-10-31", + "population_seeds_per_acre": 35600, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": null, + "Yield": 220.8, + "Adj Yield": 220.8 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": null, + "Yield": 195.2, + "Adj Yield": 195.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": null, + "Yield": 196.5, + "Adj Yield": 196.5 + } + }, + { + "rank": 4, + "brand": "Nu Tech", + "product": "73B2V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": null, + "Yield": 204.6, + "Adj Yield": 204.6 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": null, + "Yield": 194.3, + "Adj Yield": 194.3 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": null, + "Yield": 185.1, + "Adj Yield": 185.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": null, + "Yield": 200.8, + "Adj Yield": 200.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": null, + "Yield": 218.6, + "Adj Yield": 218.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 200.8, + "Adj Yield": 200.8 + } + }, + { + "rank": 2, + "brand": "Channel", + "product": "211-11VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": null, + "Yield": 220.1, + "Adj Yield": 220.1 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146485" + ], + "fetched_at": "2026-05-27T02:22:40.323987+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146485.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146485.md new file mode 100644 index 00000000..cbfcf7fe --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146485.md @@ -0,0 +1,39 @@ +# Corn yield trial — Vandalia, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Fayette +- **City:** Vandalia +- **Year:** 2025 +- **Plot ID:** 146485 +- **Cooperator:** Nathan Mollett +- **Plot average:** 203.68 BU/Ac +- **Planted:** 2025-05-26 +- **Harvested:** 2025-10-31 +- **Population:** 35,600 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146485 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A642-18SSPRIB | SSPRIB | - | 13.6 | - | 220.8 | 220.8 | +| 8 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 13.6 | - | 195.2 | 195.2 | +| 7 | AgriGold | A642-32VT2RIB | VT2RIB | - | 13.7 | - | 196.5 | 196.5 | +| 4 | Nu Tech | 73B2V | Vorceed | - | 13.9 | - | 204.6 | 204.6 | +| 9 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.8 | - | 194.3 | 194.3 | +| 10 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.8 | - | 185.1 | 185.1 | +| 5 | AgriGold | A645-30VT2RIB | VT2RIB | - | 14.0 | - | 200.8 | 200.8 | +| 3 | AgriGold | A645-55VT2PRO | VT2Pro | - | 14.0 | - | 218.6 | 218.6 | +| 6 | AgriGold | A645-71STXRIB | STXRIB | - | 14.1 | - | 200.8 | 200.8 | +| 2 | Channel | 211-11VT2PRIB | VT2RIB | - | 13.7 | - | 220.1 | 220.1 | + +Top 5 by Yield: A642-18SSPRIB (AgriGold) 220.8, 211-11VT2PRIB (Channel) 220.1, A645-55VT2PRO (AgriGold) 218.6, 73B2V (Nu Tech) 204.6, A645-30VT2RIB (AgriGold) 200.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146486.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146486.json new file mode 100644 index 00000000..37a4e6ad --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146486.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146486", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Windsor", + "county": "Shelby", + "year": 2025, + "plot_id": "146486", + "cooperator": "Cole Farms", + "plot_average": 220.56, + "planted_date": "2025-05-15", + "harvested_date": "2025-10-14", + "population_seeds_per_acre": 35600, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 59.0, + "Yield": 223.5, + "Adj Yield": 223.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 60.0, + "Yield": 222.3, + "Adj Yield": 222.3 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 58.9, + "Yield": 219.0, + "Adj Yield": 219.0 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 56.0, + "Yield": 190.5, + "Adj Yield": 190.5 + } + }, + { + "rank": 13, + "brand": "Nu Tech", + "product": "71A7V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 59.6, + "Yield": 214.2, + "Adj Yield": 214.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 58.8, + "Yield": 225.7, + "Adj Yield": 225.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 59.5, + "Yield": 229.1, + "Adj Yield": 229.1 + } + }, + { + "rank": 3, + "brand": "Nu Tech", + "product": "73B2V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 60.1, + "Yield": 229.9, + "Adj Yield": 229.9 + } + }, + { + "rank": 8, + "brand": "Nu Tech", + "product": "73J1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 59.1, + "Yield": 222.8, + "Adj Yield": 222.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 59.7, + "Yield": 231.3, + "Adj Yield": 231.3 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 58.7, + "Yield": 210.2, + "Adj Yield": 210.2 + } + }, + { + "rank": 14, + "brand": "Nu Tech", + "product": "75A8V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 58.3, + "Yield": 212.1, + "Adj Yield": 212.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 58.4, + "Yield": 222.3, + "Adj Yield": 222.3 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 61.0, + "Yield": 218.9, + "Adj Yield": 218.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 60.9, + "Yield": 224.1, + "Adj Yield": 224.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 59.4, + "Yield": 233.0, + "Adj Yield": 233.0 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146486" + ], + "fetched_at": "2026-05-27T02:22:40.793936+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146486.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146486.md new file mode 100644 index 00000000..1d9ed2dd --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146486.md @@ -0,0 +1,46 @@ +# Corn yield trial — Windsor, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Shelby +- **City:** Windsor +- **Year:** 2025 +- **Plot ID:** 146486 +- **Cooperator:** Cole Farms +- **Plot average:** 220.56 BU/Ac +- **Planted:** 2025-05-15 +- **Harvested:** 2025-10-14 +- **Population:** 35,600 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146486 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | AgriGold | A639-38V-RN | 3220 | - | 11.9 | 59.0 | 223.5 | 223.5 | +| 9 | AgriGold | A640-94VT4PRO | VT4Pro | - | 12.6 | 60.0 | 222.3 | 222.3 | +| 11 | AgriGold | A641-26V | 3220EZ | - | 13.1 | 58.9 | 219.0 | 219.0 | +| 16 | AgriGold | A641-62D-RN | 5122 | - | 12.2 | 56.0 | 190.5 | 190.5 | +| 13 | Nu Tech | 71A7V | Vorceed | - | 12.1 | 59.6 | 214.2 | 214.2 | +| 5 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 12.3 | 58.8 | 225.7 | 225.7 | +| 4 | AgriGold | A642-18SSPRIB | SSPRIB | - | 12.3 | 59.5 | 229.1 | 229.1 | +| 3 | Nu Tech | 73B2V | Vorceed | - | 12.0 | 60.1 | 229.9 | 229.9 | +| 8 | Nu Tech | 73J1V | Vorceed | - | 12.4 | 59.1 | 222.8 | 222.8 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 11.7 | 59.7 | 231.3 | 231.3 | +| 15 | AgriGold | A644-64VT2RIB | VT2RIB | - | 12.2 | 58.7 | 210.2 | 210.2 | +| 14 | Nu Tech | 75A8V | Vorceed | - | 11.7 | 58.3 | 212.1 | 212.1 | +| 9 | AgriGold | A645-71STXRIB | STXRIB | - | 12.6 | 58.4 | 222.3 | 222.3 | +| 12 | AgriGold | A645-30VT2RIB | VT2RIB | - | 13.0 | 61.0 | 218.9 | 218.9 | +| 6 | AgriGold | A645-55VT2PRO | VT2Pro | - | 12.4 | 60.9 | 224.1 | 224.1 | +| 1 | AgriGold | A646-17STXRIB | STXRIB | - | 13.2 | 59.4 | 233.0 | 233.0 | + +Top 5 by Yield: A646-17STXRIB (AgriGold) 233.0, A643-52VT2RIB (AgriGold) 231.3, 73B2V (Nu Tech) 229.9, A642-18SSPRIB (AgriGold) 229.1, A642-05VT2RIBD1 (AgriGold) 225.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146491.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146491.json new file mode 100644 index 00000000..0e878c71 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146491.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146491", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Stewardson", + "county": "Scott", + "year": 2025, + "plot_id": "146491", + "cooperator": "Beitz Farms", + "plot_average": 212.3, + "planted_date": "2025-05-15", + "harvested_date": "2025-10-09", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 20, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.4, + "Yield": 180.7, + "Adj Yield": 180.7 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 59.9, + "Yield": 189.4, + "Adj Yield": 189.4 + } + }, + { + "rank": 11, + "brand": "Nu Tech", + "product": "71A7V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 60.6, + "Yield": 211.7, + "Adj Yield": 211.7 + } + }, + { + "rank": 10, + "brand": "Nu Tech", + "product": "71B6PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 58.8, + "Yield": 215.4, + "Adj Yield": 215.4 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 58.2, + "Yield": 215.7, + "Adj Yield": 215.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 60.6, + "Yield": 223.4, + "Adj Yield": 223.4 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.7, + "Yield": 210.3, + "Adj Yield": 210.3 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 60.3, + "Yield": 205.8, + "Adj Yield": 205.8 + } + }, + { + "rank": 12, + "brand": "Nu Tech", + "product": "73B2V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.2, + "Yield": 211.5, + "Adj Yield": 211.5 + } + }, + { + "rank": 15, + "brand": "Nu Tech", + "product": "73J1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.6, + "Yield": 207.9, + "Adj Yield": 207.9 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 58.9, + "Yield": 195.4, + "Adj Yield": 195.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 60.0, + "Yield": 220.8, + "Adj Yield": 220.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.1, + "Yield": 218.7, + "Adj Yield": 218.7 + } + }, + { + "rank": 8, + "brand": "Nu Tech", + "product": "75A8V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 58.2, + "Yield": 216.4, + "Adj Yield": 216.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 59.6, + "Yield": 224.2, + "Adj Yield": 224.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 59.3, + "Yield": 221.7, + "Adj Yield": 221.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 61.2, + "Yield": 224.9, + "Adj Yield": 224.9 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 59.5, + "Yield": 209.9, + "Adj Yield": 209.9 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 59.6, + "Yield": 204.3, + "Adj Yield": 204.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 57.2, + "Yield": 237.8, + "Adj Yield": 237.8 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146491" + ], + "fetched_at": "2026-05-27T02:22:41.308132+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146491.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146491.md new file mode 100644 index 00000000..a1ee06c0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146491.md @@ -0,0 +1,49 @@ +# Corn yield trial — Stewardson, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Scott +- **City:** Stewardson +- **Year:** 2025 +- **Plot ID:** 146491 +- **Cooperator:** Beitz Farms +- **Plot average:** 212.3 BU/Ac +- **Planted:** 2025-05-15 +- **Harvested:** 2025-10-09 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146491 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 20 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.3 | 59.4 | 180.7 | 180.7 | +| 19 | AgriGold | A641-26V | 3220EZ | - | 15.9 | 59.9 | 189.4 | 189.4 | +| 11 | Nu Tech | 71A7V | Vorceed | - | 13.8 | 60.6 | 211.7 | 211.7 | +| 10 | Nu Tech | 71B6PCE | PCE | - | 13.6 | 58.8 | 215.4 | 215.4 | +| 9 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.5 | 58.2 | 215.7 | 215.7 | +| 4 | AgriGold | A642-18TRC | Trecepta | - | 14.8 | 60.6 | 223.4 | 223.4 | +| 13 | AgriGold | A642-18SSPRIB | SSPRIB | - | 14.7 | 58.7 | 210.3 | 210.3 | +| 16 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.6 | 60.3 | 205.8 | 205.8 | +| 12 | Nu Tech | 73B2V | Vorceed | - | 14.2 | 60.2 | 211.5 | 211.5 | +| 15 | Nu Tech | 73J1V | Vorceed | - | 14.7 | 58.6 | 207.9 | 207.9 | +| 18 | AgriGold | - | - | - | 17.3 | 58.9 | 195.4 | 195.4 | +| 6 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.9 | 60.0 | 220.8 | 220.8 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.0 | 58.1 | 218.7 | 218.7 | +| 8 | Nu Tech | 75A8V | Vorceed | - | 15.7 | 58.2 | 216.4 | 216.4 | +| 3 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.3 | 59.6 | 224.2 | 224.2 | +| 5 | AgriGold | A645-30VT2RIB | VT2RIB | - | 16.8 | 59.3 | 221.7 | 221.7 | +| 2 | AgriGold | A645-55VT2PRO | VT2Pro | - | 15.6 | 61.2 | 224.9 | 224.9 | +| 14 | AgriGold | A645-71STXRIB | STXRIB | - | 15.8 | 59.5 | 209.9 | 209.9 | +| 17 | AgriGold | A646-17STXRIB | STXRIB | - | 16.8 | 59.6 | 204.3 | 204.3 | +| 1 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 16.0 | 57.2 | 237.8 | 237.8 | + +Top 5 by Yield: A647-42TRCRIB (AgriGold) 237.8, A645-55VT2PRO (AgriGold) 224.9, A645-16VT2RIB (AgriGold) 224.2, A642-18TRC (AgriGold) 223.4, A645-30VT2RIB (AgriGold) 221.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146494.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146494.json new file mode 100644 index 00000000..da04b0fb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146494.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146494", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Centralia", + "county": "Nemaha", + "year": 2025, + "plot_id": "146494", + "cooperator": "Hayden Cross", + "plot_average": 209.91, + "planted_date": "2025-04-11", + "harvested_date": "2025-09-30", + "population_seeds_per_acre": 26500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 58.3, + "Yield": 201.0, + "Adj Yield": 201.0 + } + }, + { + "rank": 5, + "brand": "Brevant Seeds", + "product": "B09C43PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 58.0, + "Yield": 213.1, + "Adj Yield": 213.1 + } + }, + { + "rank": 12, + "brand": "Brevant Seeds", + "product": "B13Z51V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 58.6, + "Yield": 201.3, + "Adj Yield": 201.3 + } + }, + { + "rank": 2, + "brand": "Brevant Seeds", + "product": "B12A50PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.6, + "Yield": 221.1, + "Adj Yield": 221.1 + } + }, + { + "rank": 15, + "brand": "Brevant Seeds", + "product": "B15W41PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.3, + "Yield": 199.2, + "Adj Yield": 199.2 + } + }, + { + "rank": 6, + "brand": "Brevant Seeds", + "product": "B16D58PCUE", + "traits": "PCUE", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.0, + "Yield": 212.9, + "Adj Yield": 212.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.2, + "Yield": 224.0, + "Adj Yield": 224.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 59.3, + "Yield": 219.7, + "Adj Yield": 219.7 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.5, + "Yield": 209.5, + "Adj Yield": 209.5 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 59.3, + "Yield": 213.2, + "Adj Yield": 213.2 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.9, + "Yield": 200.0, + "Adj Yield": 200.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 58.2, + "Yield": 211.1, + "Adj Yield": 211.1 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 59.3, + "Yield": 201.6, + "Adj Yield": 201.6 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 59.6, + "Yield": 211.5, + "Adj Yield": 211.5 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC65-95RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 58.0, + "Yield": 200.4, + "Adj Yield": 200.4 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC115-55RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 57.9, + "Yield": 209.2, + "Adj Yield": 209.2 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.2, + "Yield": 214.1, + "Adj Yield": 214.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 57.8, + "Yield": 199.3, + "Adj Yield": 199.3 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146494" + ], + "fetched_at": "2026-05-27T02:22:41.811483+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146494.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146494.md new file mode 100644 index 00000000..4499e808 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146494.md @@ -0,0 +1,51 @@ +# Corn yield trial — Centralia, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Nemaha +- **City:** Centralia +- **Year:** 2025 +- **Plot ID:** 146494 +- **Cooperator:** Hayden Cross +- **Plot average:** 209.91 BU/Ac +- **Planted:** 2025-04-11 +- **Harvested:** 2025-09-30 +- **Population:** 26,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146494 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.4 | 58.3 | 201.0 | 201.0 | +| 5 | Brevant Seeds | B09C43PCE | PCE | - | 13.9 | 58.0 | 213.1 | 213.1 | +| 12 | Brevant Seeds | B13Z51V | Vorceed | - | 14.5 | 58.6 | 201.3 | 201.3 | +| 2 | Brevant Seeds | B12A50PCE | PCE | - | 14.5 | 59.6 | 221.1 | 221.1 | +| 15 | Brevant Seeds | B15W41PCE | PCE | - | 15.4 | 58.3 | 199.2 | 199.2 | +| 6 | Brevant Seeds | B16D58PCUE | PCUE | - | 15.7 | 59.0 | 212.9 | 212.9 | +| 1 | AgriGold | A646-17TRC | Trecepta | - | 14.8 | 58.2 | 224.0 | 224.0 | +| 3 | AgriGold | A645-55VT2PRO | VT2Pro | - | 15.4 | 59.3 | 219.7 | 219.7 | +| 9 | AgriGold | A645-30VT2RIB | VT2RIB | - | 16.1 | 59.5 | 209.5 | 209.5 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.3 | 59.3 | 213.2 | 213.2 | +| 14 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.0 | 59.9 | 200.0 | 200.0 | +| 8 | AgriGold | A641-26V | 3220EZ | - | 15.6 | 58.2 | 211.1 | 211.1 | +| 11 | Dekalb | DKC111-35RIB | VT2RIB | - | 14.9 | 59.3 | 201.6 | 201.6 | +| 7 | Dekalb | DKC114-43RIB | VT4RIB | - | 15.8 | 59.6 | 211.5 | 211.5 | +| 13 | Dekalb | DKC65-95RIB | VT2RIB | - | 15.6 | 58.0 | 200.4 | 200.4 | +| 10 | Dekalb | DKC115-55RIB | TreceptaRIB | - | 15.6 | 57.9 | 209.2 | 209.2 | +| 4 | Dekalb | DKC68-35RIB | VT2RIB | - | 15.7 | 59.2 | 214.1 | 214.1 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.7 | 57.8 | 199.3 | 199.3 | + +Top 5 by Yield: A646-17TRC (AgriGold) 224.0, B12A50PCE (Brevant Seeds) 221.1, A645-55VT2PRO (AgriGold) 219.7, DKC68-35RIB (Dekalb) 214.1, A643-52VT2RIB (AgriGold) 213.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146501.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146501.json new file mode 100644 index 00000000..49ec0fd1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146501.json @@ -0,0 +1,348 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146501", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "WI", + "state_abbrev": "wi", + "city": "Brodhead", + "county": "Green", + "year": 2025, + "plot_id": "146501", + "cooperator": "Wenger Farms", + "plot_average": 229.9, + "planted_date": "2025-05-28", + "harvested_date": "2025-11-04", + "population_seeds_per_acre": 32500, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Alfalfa", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A630-04AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 59.0, + "Yield": 229.7, + "Adj Yield": 229.7 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 59.5, + "Yield": 215.9, + "Adj Yield": 215.9 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC102-28RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 60.0, + "Yield": 244.5, + "Adj Yield": 244.5 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC102-13RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 60.5, + "Yield": 221.0, + "Adj Yield": 221.0 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 61.5, + "Yield": 223.3, + "Adj Yield": 223.3 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC103-63RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.2, + "Yield": 240.2, + "Adj Yield": 240.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 61.1, + "Yield": 241.1, + "Adj Yield": 241.1 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 58.9, + "Yield": 227.6, + "Adj Yield": 227.6 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC104-14RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 61.2, + "Yield": 241.6, + "Adj Yield": 241.6 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 62.4, + "Yield": 229.6, + "Adj Yield": 229.6 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 61.0, + "Yield": 233.3, + "Adj Yield": 233.3 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 57.5, + "Yield": 231.4, + "Adj Yield": 231.4 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC107-69RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 55.5, + "Yield": 244.1, + "Adj Yield": 244.1 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 59.5, + "Yield": 226.1, + "Adj Yield": 226.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 59.7, + "Yield": 245.7, + "Adj Yield": 245.7 + } + }, + { + "rank": 19, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 59.0, + "Yield": 216.0, + "Adj Yield": 216.0 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 59.6, + "Yield": 236.7, + "Adj Yield": 236.7 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC111-62RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 61.0, + "Yield": 227.0, + "Adj Yield": 227.0 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 56.5, + "Yield": 212.6, + "Adj Yield": 212.6 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 58.7, + "Yield": 227.1, + "Adj Yield": 227.1 + } + }, + { + "rank": 22, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 57.6, + "Yield": 210.2, + "Adj Yield": 210.2 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 59.4, + "Yield": 223.3, + "Adj Yield": 223.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 58.8, + "Yield": 239.5, + "Adj Yield": 239.5 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A630-04AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 58.3, + "Yield": 215.1, + "Adj Yield": 215.1 + } + } + ], + "n_results": 24, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146501" + ], + "fetched_at": "2026-05-27T02:22:42.307741+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146501.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146501.md new file mode 100644 index 00000000..53d738e7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146501.md @@ -0,0 +1,53 @@ +# Corn yield trial — Brodhead, WI, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** WI +- **County:** Green +- **City:** Brodhead +- **Year:** 2025 +- **Plot ID:** 146501 +- **Cooperator:** Wenger Farms +- **Plot average:** 229.9 BU/Ac +- **Planted:** 2025-05-28 +- **Harvested:** 2025-11-04 +- **Population:** 32,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** No Till +- **Previous crop:** Alfalfa +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146501 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A630-04AA | 3120EZ | - | 17.2 | 59.0 | 229.7 | 229.7 | +| 20 | AgriGold | A631-08VT2RIB | VT2RIB | - | 14.9 | 59.5 | 215.9 | 215.9 | +| 2 | Dekalb | DKC102-28RIB | TreceptaRIB | - | 15.1 | 60.0 | 244.5 | 244.5 | +| 18 | Dekalb | DKC102-13RIB | VT4RIB | - | 14.5 | 60.5 | 221.0 | 221.0 | +| 16 | AgriGold | A632-68VT2RIB | VT2RIB | - | 14.5 | 61.5 | 223.3 | 223.3 | +| 6 | Dekalb | DKC103-63RIB | SSPRIB | - | 15.4 | 60.2 | 240.2 | 240.2 | +| 5 | AgriGold | A634-11SSPRIB | SSPRIB | - | 14.8 | 61.1 | 241.1 | 241.1 | +| 12 | AgriGold | A634-65TRC | Trecepta | - | 15.0 | 58.9 | 227.6 | 227.6 | +| 4 | Dekalb | DKC104-14RIB | VT2RIB | - | 14.9 | 61.2 | 241.6 | 241.6 | +| 11 | Dekalb | DKC106-98RIB | VT4RIB | - | 15.1 | 62.4 | 229.6 | 229.6 | +| 9 | AgriGold | A636-42SSPRIB | SSPRIB | - | 14.7 | 61.0 | 233.3 | 233.3 | +| 10 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 16.1 | 57.5 | 231.4 | 231.4 | +| 3 | Dekalb | DKC107-69RIB | TreceptaRIB | - | 17.9 | 55.5 | 244.1 | 244.1 | +| 15 | AgriGold | A638-91VT2PRO | VT2Pro | - | 17.1 | 59.5 | 226.1 | 226.1 | +| 1 | AgriGold | A640-94VT4PRO | VT4Pro | - | 18.0 | 59.7 | 245.7 | 245.7 | +| 19 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 18.1 | 59.0 | 216.0 | 216.0 | +| 8 | Dekalb | DKC110-10RIB | STXRIB | - | 18.3 | 59.6 | 236.7 | 236.7 | +| 14 | Dekalb | DKC111-62RIB | TreceptaRIB | - | 18.0 | 61.0 | 227.0 | 227.0 | +| 21 | AgriGold | A641-62D-RN | 5122 | - | 19.0 | 56.5 | 212.6 | 212.6 | +| 13 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 19.4 | 58.7 | 227.1 | 227.1 | +| 22 | Dekalb | DKC112-35RIB | SSPRIB | - | 20.1 | 57.6 | 210.2 | 210.2 | +| 16 | AgriGold | A642-32VT2RIB | VT2RIB | - | 18.9 | 59.4 | 223.3 | 223.3 | +| 7 | AgriGold | A642-18SSPRIB | SSPRIB | - | 18.6 | 58.8 | 239.5 | 239.5 | +| - | AgriGold | A630-04AA | 3120EZ | - | 17.2 | 58.3 | 215.1 | 215.1 | + +Top 5 by Yield: A640-94VT4PRO (AgriGold) 245.7, DKC102-28RIB (Dekalb) 244.5, DKC107-69RIB (Dekalb) 244.1, DKC104-14RIB (Dekalb) 241.6, A634-11SSPRIB (AgriGold) 241.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146554.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146554.json new file mode 100644 index 00000000..37cb1119 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146554.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146554", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "city": "Tiffin", + "county": "Seneca", + "year": 2025, + "plot_id": "146554", + "cooperator": "Ben Kelbley Farms", + "plot_average": 166.82, + "planted_date": "2025-05-30", + "harvested_date": "2025-10-17", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Sandy Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.9, + "Yield": 169.8, + "Adj Yield": 169.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 55.8, + "Yield": 179.7, + "Adj Yield": 179.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 57.5, + "Yield": 176.8, + "Adj Yield": 176.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 60.6, + "Yield": 174.5, + "Adj Yield": 174.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 59.3, + "Yield": 183.0, + "Adj Yield": 183.0 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 59.2, + "Yield": 156.8, + "Adj Yield": 156.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 59.7, + "Yield": 181.0, + "Adj Yield": 181.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 54.9, + "Yield": 196.3, + "Adj Yield": 196.3 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 56.8, + "Yield": 158.6, + "Adj Yield": 158.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 54.3, + "Yield": 159.5, + "Adj Yield": 159.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.2, + "Yield": 160.4, + "Adj Yield": 160.4 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 57.2, + "Yield": 156.7, + "Adj Yield": 156.7 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 57.7, + "Yield": 158.5, + "Adj Yield": 158.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 53.4, + "Yield": 162.1, + "Adj Yield": 162.1 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": 50.7, + "Yield": 142.8, + "Adj Yield": 142.8 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 55.0, + "Yield": 152.6, + "Adj Yield": 152.6 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146554" + ], + "fetched_at": "2026-05-27T02:22:42.823668+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146554.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146554.md new file mode 100644 index 00000000..35a0f0e9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146554.md @@ -0,0 +1,46 @@ +# Corn yield trial — Tiffin, OH, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** OH +- **County:** Seneca +- **City:** Tiffin +- **Year:** 2025 +- **Plot ID:** 146554 +- **Cooperator:** Ben Kelbley Farms +- **Plot average:** 166.82 BU/Ac +- **Planted:** 2025-05-30 +- **Harvested:** 2025-10-17 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Sandy Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146554 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | AgriGold | A629-55VT2RIB | VT2RIB | - | 17.0 | 57.9 | 169.8 | 169.8 | +| 4 | AgriGold | A631-08VT2RIB | VT2RIB | - | 18.1 | 55.8 | 179.7 | 179.7 | +| 5 | AgriGold | A632-68VT2RIB | VT2RIB | - | 16.6 | 57.5 | 176.8 | 176.8 | +| 6 | AgriGold | A634-65TRC | Trecepta | - | 15.1 | 60.6 | 174.5 | 174.5 | +| 2 | AgriGold | A636-11VT2RIB | VT2RIB | - | 14.9 | 59.3 | 183.0 | 183.0 | +| 13 | AgriGold | A636-39-3110 | 3110 | - | 17.2 | 59.2 | 156.8 | 156.8 | +| 3 | AgriGold | A637-72VT2RIB | VT2RIB | - | 18.8 | 59.7 | 181.0 | 181.0 | +| 1 | AgriGold | A636-16-5222EZ | 5222EZ | - | 21.3 | 54.9 | 196.3 | 196.3 | +| 11 | AgriGold | A638-91VT2PRO | VT2Pro | - | 19.1 | 56.8 | 158.6 | 158.6 | +| 10 | AgriGold | A639-03VT2RIB | VT2RIB | - | 18.7 | 54.3 | 159.5 | 159.5 | +| 9 | AgriGold | A640-16-3110 | 3110 | - | 16.1 | 59.2 | 160.4 | 160.4 | +| 14 | AgriGold | A642-32VT2RIB | VT2RIB | - | 18.9 | 57.2 | 156.7 | 156.7 | +| 12 | AgriGold | A642-18SSPRIB | SSPRIB | - | 19.1 | 57.7 | 158.5 | 158.5 | +| 8 | AgriGold | A643-52VT2RIB | VT2RIB | - | 21.3 | 53.4 | 162.1 | 162.1 | +| 16 | AgriGold | A644-64VT2RIB | VT2RIB | - | 22.5 | 50.7 | 142.8 | 142.8 | +| 15 | AgriGold | A645-16VT2RIB | VT2RIB | - | 21.9 | 55.0 | 152.6 | 152.6 | + +Top 5 by Yield: A636-16-5222EZ (AgriGold) 196.3, A636-11VT2RIB (AgriGold) 183.0, A637-72VT2RIB (AgriGold) 181.0, A631-08VT2RIB (AgriGold) 179.7, A632-68VT2RIB (AgriGold) 176.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146573.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146573.json new file mode 100644 index 00000000..84a767ea --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146573.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146573", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Hartford City", + "county": "Blackford", + "year": 2025, + "plot_id": "146573", + "cooperator": "Derrek Barnes", + "plot_average": 221.91, + "planted_date": "2025-05-27", + "harvested_date": "2025-10-01", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 3, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.5, + "Test Wt.": 52.4, + "Yield": 229.8, + "Adj Yield": 229.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A630-04AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 24.6, + "Test Wt.": 53.6, + "Yield": 222.3, + "Adj Yield": 222.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": 53.0, + "Yield": 212.7, + "Adj Yield": 212.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 57.9, + "Yield": 222.8, + "Adj Yield": 222.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A634-65TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": 54.7, + "Yield": 207.4, + "Adj Yield": 207.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": 53.2, + "Yield": 219.2, + "Adj Yield": 219.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 25.5, + "Test Wt.": 55.8, + "Yield": 222.3, + "Adj Yield": 222.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 26.7, + "Test Wt.": 52.9, + "Yield": 240.5, + "Adj Yield": 240.5 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.5, + "Test Wt.": 54.0, + "Yield": 204.0, + "Adj Yield": 204.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.3, + "Test Wt.": 57.5, + "Yield": 238.1, + "Adj Yield": 238.1 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146573" + ], + "fetched_at": "2026-05-27T02:22:43.352611+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146573.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146573.md new file mode 100644 index 00000000..1eb5a234 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146573.md @@ -0,0 +1,40 @@ +# Corn yield trial — Hartford City, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Blackford +- **City:** Hartford City +- **Year:** 2025 +- **Plot ID:** 146573 +- **Cooperator:** Derrek Barnes +- **Plot average:** 221.91 BU/Ac +- **Planted:** 2025-05-27 +- **Harvested:** 2025-10-01 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146573 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | AgriGold | A629-55VT2RIB | VT2RIB | - | 24.5 | 52.4 | 229.8 | 229.8 | +| 5 | AgriGold | A630-04AA | 3120EZ | - | 24.6 | 53.6 | 222.3 | 222.3 | +| 8 | AgriGold | A631-08VT2RIB | VT2RIB | - | 24.2 | 53.0 | 212.7 | 212.7 | +| 4 | AgriGold | A632-68VT2RIB | VT2RIB | - | 22.0 | 57.9 | 222.8 | 222.8 | +| 9 | AgriGold | A634-65TRCRIB | TreceptaRIB | - | 23.0 | 54.7 | 207.4 | 207.4 | +| 7 | AgriGold | A634-11SSPRIB | SSPRIB | - | 24.0 | 53.2 | 219.2 | 219.2 | +| 6 | AgriGold | A636-42SSPRIB | SSPRIB | - | 25.5 | 55.8 | 222.3 | 222.3 | +| 1 | AgriGold | A636-16-5222EZ | 5222EZ | - | 26.7 | 52.9 | 240.5 | 240.5 | +| 10 | AgriGold | A636-11VT2RIB | VT2RIB | - | 24.5 | 54.0 | 204.0 | 204.0 | +| 2 | AgriGold | A637-72VT2RIB | VT2RIB | - | 25.3 | 57.5 | 238.1 | 238.1 | + +Top 5 by Yield: A636-16-5222EZ (AgriGold) 240.5, A637-72VT2RIB (AgriGold) 238.1, A629-55VT2RIB (AgriGold) 229.8, A632-68VT2RIB (AgriGold) 222.8, A630-04AA (AgriGold) 222.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146603.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146603.json new file mode 100644 index 00000000..0b09f9d4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146603.json @@ -0,0 +1,400 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146603", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Brownstown", + "county": "Jackson", + "year": 2025, + "plot_id": "146603", + "cooperator": "Tim and Jerry Wischmeier", + "plot_average": 251.44, + "planted_date": "2025-06-03", + "harvested_date": "2025-10-23", + "population_seeds_per_acre": 32500, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 27, + "brand": "Dekalb", + "product": "DKC107-69RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 61.1, + "Yield": 231.0, + "Adj Yield": 231.0 + } + }, + { + "rank": 24, + "brand": "Dekalb", + "product": "DKC108-17RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 61.3, + "Yield": 236.1, + "Adj Yield": 236.1 + } + }, + { + "rank": 23, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 62.8, + "Yield": 236.4, + "Adj Yield": 236.4 + } + }, + { + "rank": 25, + "brand": "Dekalb", + "product": "DKC111-62RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 62.6, + "Yield": 233.9, + "Adj Yield": 233.9 + } + }, + { + "rank": 22, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 61.9, + "Yield": 237.6, + "Adj Yield": 237.6 + } + }, + { + "rank": 26, + "brand": "Pioneer", + "product": "P1383AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 61.9, + "Yield": 233.0, + "Adj Yield": 233.0 + } + }, + { + "rank": 28, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 62.8, + "Yield": 230.5, + "Adj Yield": 230.5 + } + }, + { + "rank": 20, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 66.1, + "Yield": 244.0, + "Adj Yield": 244.0 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC115-55RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 60.4, + "Yield": 251.2, + "Adj Yield": 251.2 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 61.3, + "Yield": 262.7, + "Adj Yield": 262.7 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 61.5, + "Yield": 255.0, + "Adj Yield": 255.0 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC117-27RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 65.3, + "Yield": 264.2, + "Adj Yield": 264.2 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 61.9, + "Yield": 255.6, + "Adj Yield": 255.6 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC119-09RIB", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 63.8, + "Yield": 261.1, + "Adj Yield": 261.1 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 62.2, + "Yield": 255.1, + "Adj Yield": 255.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 62.8, + "Yield": 261.8, + "Adj Yield": 261.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 61.6, + "Yield": 268.5, + "Adj Yield": 268.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 62.1, + "Yield": 260.9, + "Adj Yield": 260.9 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 65.6, + "Yield": 257.8, + "Adj Yield": 257.8 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 62.2, + "Yield": 259.0, + "Adj Yield": 259.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 63.3, + "Yield": 258.3, + "Adj Yield": 258.3 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 62.9, + "Yield": 251.4, + "Adj Yield": 251.4 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 60.6, + "Yield": 249.7, + "Adj Yield": 249.7 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 60.2, + "Yield": 251.5, + "Adj Yield": 251.5 + } + }, + { + "rank": 21, + "brand": "Pioneer", + "product": "P09076PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 59.8, + "Yield": 242.1, + "Adj Yield": 242.1 + } + }, + { + "rank": 15, + "brand": "Pioneer", + "product": "P10796PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 59.6, + "Yield": 251.8, + "Adj Yield": 251.8 + } + }, + { + "rank": 10, + "brand": "Pioneer", + "product": "P11616PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 60.8, + "Yield": 258.1, + "Adj Yield": 258.1 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P14364PCUE", + "traits": "PCUE", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 59.2, + "Yield": 282.1, + "Adj Yield": 282.1 + } + } + ], + "n_results": 28, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146603" + ], + "fetched_at": "2026-05-27T02:22:43.828543+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146603.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146603.md new file mode 100644 index 00000000..a118608e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146603.md @@ -0,0 +1,57 @@ +# Corn yield trial — Brownstown, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Jackson +- **City:** Brownstown +- **Year:** 2025 +- **Plot ID:** 146603 +- **Cooperator:** Tim and Jerry Wischmeier +- **Plot average:** 251.44 BU/Ac +- **Planted:** 2025-06-03 +- **Harvested:** 2025-10-23 +- **Population:** 32,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146603 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 27 | Dekalb | DKC107-69RIB | TreceptaRIB | - | 19.6 | 61.1 | 231.0 | 231.0 | +| 24 | Dekalb | DKC108-17RIB | TreceptaRIB | - | 19.4 | 61.3 | 236.1 | 236.1 | +| 23 | Dekalb | DKC111-35RIB | VT2RIB | - | 19.5 | 62.8 | 236.4 | 236.4 | +| 25 | Dekalb | DKC111-62RIB | TreceptaRIB | - | 19.2 | 62.6 | 233.9 | 233.9 | +| 22 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 19.4 | 61.9 | 237.6 | 237.6 | +| 26 | Pioneer | P1383AM | AM | - | 19.7 | 61.9 | 233.0 | 233.0 | +| 28 | Dekalb | DKC64-22RIB | VT2RIB | - | 19.3 | 62.8 | 230.5 | 230.5 | +| 20 | Dekalb | DKC114-99RIB | VT4RIB | - | 18.8 | 66.1 | 244.0 | 244.0 | +| 18 | Dekalb | DKC115-55RIB | TreceptaRIB | - | 20.0 | 60.4 | 251.2 | 251.2 | +| 4 | Pioneer | P13777PCE | PCE | - | 21.0 | 61.3 | 262.7 | 262.7 | +| 14 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 21.8 | 61.5 | 255.0 | 255.0 | +| 3 | Dekalb | DKC117-27RIB | VT4RIB | - | 20.4 | 65.3 | 264.2 | 264.2 | +| 12 | Dekalb | DKC68-35RIB | VT2RIB | - | 21.6 | 61.9 | 255.6 | 255.6 | +| 6 | Dekalb | DKC119-09RIB | Trecepta | - | 21.1 | 63.8 | 261.1 | 261.1 | +| 13 | AgriGold | A640-94VT4PRO | VT4Pro | - | 20.4 | 62.2 | 255.1 | 255.1 | +| 5 | AgriGold | A642-32VT2RIB | VT2RIB | - | 20.1 | 62.8 | 261.8 | 261.8 | +| 2 | AgriGold | A642-18SSPRIB | SSPRIB | - | 20.6 | 61.6 | 268.5 | 268.5 | +| 7 | AgriGold | A642-18TRC | Trecepta | - | 20.4 | 62.1 | 260.9 | 260.9 | +| 11 | AgriGold | A643-52VT2RIB | VT2RIB | - | 19.4 | 65.6 | 257.8 | 257.8 | +| 8 | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.6 | 62.2 | 259.0 | 259.0 | +| 9 | AgriGold | A645-55VT2PRO | VT2Pro | - | 20.6 | 63.3 | 258.3 | 258.3 | +| 17 | AgriGold | A645-71STXRIB | STXRIB | - | 21.2 | 62.9 | 251.4 | 251.4 | +| 19 | AgriGold | A645-30VT2RIB | VT2RIB | - | 22.6 | 60.6 | 249.7 | 249.7 | +| 16 | AgriGold | A646-17TRC | Trecepta | - | 22.4 | 60.2 | 251.5 | 251.5 | +| 21 | Pioneer | P09076PCE | PCE | - | 21.1 | 59.8 | 242.1 | 242.1 | +| 15 | Pioneer | P10796PCE | PCE | - | 21.1 | 59.6 | 251.8 | 251.8 | +| 10 | Pioneer | P11616PCE | PCE | - | 19.9 | 60.8 | 258.1 | 258.1 | +| 1 | Pioneer | P14364PCUE | PCUE | - | 20.7 | 59.2 | 282.1 | 282.1 | + +Top 5 by Yield: P14364PCUE (Pioneer) 282.1, A642-18SSPRIB (AgriGold) 268.5, DKC117-27RIB (Dekalb) 264.2, P13777PCE (Pioneer) 262.7, A642-32VT2RIB (AgriGold) 261.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146612.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146612.json new file mode 100644 index 00000000..e63e10f8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146612.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146612", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Fults", + "county": "Monroe", + "year": 2025, + "plot_id": "146612", + "cooperator": "Kody Schwarze", + "plot_average": 143.58, + "planted_date": "2025-05-15", + "harvested_date": "2025-10-05", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Clay", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 155.8, + "Adj Yield": 155.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": null, + "Yield": 160.0, + "Adj Yield": 160.0 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": null, + "Yield": 138.0, + "Adj Yield": 138.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 142.7, + "Adj Yield": 142.7 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": null, + "Yield": 135.3, + "Adj Yield": 135.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": null, + "Yield": 145.5, + "Adj Yield": 145.5 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": null, + "Yield": 131.2, + "Adj Yield": 131.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 141.2, + "Adj Yield": 141.2 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC66-18RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 145.4, + "Adj Yield": 145.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": null, + "Yield": 140.7, + "Adj Yield": 140.7 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 142.5, + "Adj Yield": 142.5 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC117-78RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": null, + "Yield": 130.8, + "Adj Yield": 130.8 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A646-17STX", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": null, + "Yield": 142.5, + "Adj Yield": 142.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 152.0, + "Adj Yield": 152.0 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": null, + "Yield": 139.9, + "Adj Yield": 139.9 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": null, + "Yield": 153.8, + "Adj Yield": 153.8 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146612" + ], + "fetched_at": "2026-05-27T02:22:44.277626+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146612.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146612.md new file mode 100644 index 00000000..41b2dd82 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146612.md @@ -0,0 +1,46 @@ +# Corn yield trial — Fults, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Monroe +- **City:** Fults +- **Year:** 2025 +- **Plot ID:** 146612 +- **Cooperator:** Kody Schwarze +- **Plot average:** 143.58 BU/Ac +- **Planted:** 2025-05-15 +- **Harvested:** 2025-10-05 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Clay +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146612 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | Dekalb | DKC114-43RIB | VT4RIB | - | 13.5 | - | 155.8 | 155.8 | +| 1 | AgriGold | A642-18SSPRIB | SSPRIB | - | 14.0 | - | 160.0 | 160.0 | +| 13 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 13.2 | - | 138.0 | 138.0 | +| 7 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.1 | - | 142.7 | 142.7 | +| 14 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 13.2 | - | 135.3 | 135.3 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.4 | - | 145.5 | 145.5 | +| 15 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.4 | - | 131.2 | 131.2 | +| 10 | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.1 | - | 141.2 | 141.2 | +| 6 | Dekalb | DKC66-18RIB | VT2RIB | - | 13.5 | - | 145.4 | 145.4 | +| 11 | AgriGold | A645-30VT2RIB | VT2RIB | - | 13.4 | - | 140.7 | 140.7 | +| 9 | AgriGold | A645-55VT2PRO | VT2Pro | - | 13.0 | - | 142.5 | 142.5 | +| 16 | Dekalb | DKC117-78RIB | VT2RIB | - | 12.7 | - | 130.8 | 130.8 | +| 8 | AgriGold | A646-17STX | STX | - | 12.4 | - | 142.5 | 142.5 | +| 4 | AgriGold | A647-42TRC | Trecepta | - | 13.0 | - | 152.0 | 152.0 | +| 12 | AgriGold | A647-79VT2PRO | VT2Pro | - | 13.2 | - | 139.9 | 139.9 | +| 3 | Dekalb | DKC68-35RIB | VT2RIB | - | 13.2 | - | 153.8 | 153.8 | + +Top 5 by Yield: A642-18SSPRIB (AgriGold) 160.0, DKC114-43RIB (Dekalb) 155.8, DKC68-35RIB (Dekalb) 153.8, A647-42TRC (AgriGold) 152.0, A643-52VT2RIB (AgriGold) 145.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146613.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146613.json new file mode 100644 index 00000000..f15c0e1f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146613.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146613", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Pinckneyville", + "county": "Monroe", + "year": 2025, + "plot_id": "146613", + "cooperator": "William Bender", + "plot_average": 150.27, + "planted_date": "2025-05-24", + "harvested_date": "2025-10-06", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 12, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 60.8, + "Yield": 153.5, + "Adj Yield": 153.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.5, + "Yield": 151.8, + "Adj Yield": 151.8 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 61.3, + "Yield": 143.9, + "Adj Yield": 143.9 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P13841PCUE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 59.9, + "Yield": 148.5, + "Adj Yield": 148.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 60.5, + "Yield": 158.0, + "Adj Yield": 158.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 61.3, + "Yield": 150.2, + "Adj Yield": 150.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 58.9, + "Yield": 150.1, + "Adj Yield": 150.1 + } + }, + { + "rank": 16, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 61.2, + "Yield": 121.0, + "Adj Yield": 121.0 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 58.9, + "Yield": 134.6, + "Adj Yield": 134.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.9, + "Yield": 148.6, + "Adj Yield": 148.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 61.0, + "Yield": 183.4, + "Adj Yield": 183.4 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P14364PCUE", + "traits": "PCUE", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 57.7, + "Yield": 172.4, + "Adj Yield": 172.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.7, + "Yield": 180.1, + "Adj Yield": 180.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 60.2, + "Yield": 159.8, + "Adj Yield": 159.8 + } + }, + { + "rank": 14, + "brand": "Pioneer", + "product": "P11616PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.2, + "Yield": 124.8, + "Adj Yield": 124.8 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 58.7, + "Yield": 123.6, + "Adj Yield": 123.6 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146613" + ], + "fetched_at": "2026-05-27T02:22:44.816100+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146613.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146613.md new file mode 100644 index 00000000..ba660067 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146613.md @@ -0,0 +1,46 @@ +# Corn yield trial — Pinckneyville, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Monroe +- **City:** Pinckneyville +- **Year:** 2025 +- **Plot ID:** 146613 +- **Cooperator:** William Bender +- **Plot average:** 150.27 BU/Ac +- **Planted:** 2025-05-24 +- **Harvested:** 2025-10-06 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 12 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146613 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | AgriGold | A640-94VT4PRO | VT4Pro | - | 14.6 | 60.8 | 153.5 | 153.5 | +| 7 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.5 | 59.5 | 151.8 | 151.8 | +| 12 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.4 | 61.3 | 143.9 | 143.9 | +| 11 | Pioneer | P13841PCUE | PWE | - | 14.9 | 59.9 | 148.5 | 148.5 | +| 5 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.3 | 60.5 | 158.0 | 158.0 | +| 8 | AgriGold | A642-18TRC | Trecepta | - | 15.0 | 61.3 | 150.2 | 150.2 | +| 9 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.2 | 58.9 | 150.1 | 150.1 | +| 16 | Pioneer | P13777PCE | PCE | - | 14.1 | 61.2 | 121.0 | 121.0 | +| 13 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.8 | 58.9 | 134.6 | 134.6 | +| 10 | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.7 | 58.9 | 148.6 | 148.6 | +| 1 | AgriGold | A645-55VT2PRO | VT2Pro | - | 13.8 | 61.0 | 183.4 | 183.4 | +| 3 | Pioneer | P14364PCUE | PCUE | - | 14.6 | 57.7 | 172.4 | 172.4 | +| 2 | AgriGold | A645-30VT2RIB | VT2RIB | - | 15.7 | 59.7 | 180.1 | 180.1 | +| 4 | AgriGold | A646-17TRC | Trecepta | - | 14.7 | 60.2 | 159.8 | 159.8 | +| 14 | Pioneer | P11616PCE | PCE | - | 14.2 | 60.2 | 124.8 | 124.8 | +| 15 | AgriGold | A647-42TRC | Trecepta | - | 15.0 | 58.7 | 123.6 | 123.6 | + +Top 5 by Yield: A645-55VT2PRO (AgriGold) 183.4, A645-30VT2RIB (AgriGold) 180.1, P14364PCUE (Pioneer) 172.4, A646-17TRC (AgriGold) 159.8, A642-18SSPRIB (AgriGold) 158.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146616.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146616.json new file mode 100644 index 00000000..78ee398e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146616.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146616", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Millstadt", + "county": "St. Clair", + "year": 2025, + "plot_id": "146616", + "cooperator": "Russell Schneider", + "plot_average": 228.82, + "planted_date": "2025-05-29", + "harvested_date": "2025-10-23", + "population_seeds_per_acre": 31000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 11, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": null, + "Yield": 218.0, + "Adj Yield": 218.0 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": null, + "Yield": 214.6, + "Adj Yield": 214.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": null, + "Yield": 232.4, + "Adj Yield": 232.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": null, + "Yield": 222.1, + "Adj Yield": 222.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": null, + "Yield": 226.2, + "Adj Yield": 226.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": null, + "Yield": 234.6, + "Adj Yield": 234.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 238.4, + "Adj Yield": 238.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": null, + "Yield": 240.8, + "Adj Yield": 240.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": null, + "Yield": 226.8, + "Adj Yield": 226.8 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 225.4, + "Adj Yield": 225.4 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A646-17STX", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": null, + "Yield": 223.0, + "Adj Yield": 223.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": null, + "Yield": 243.5, + "Adj Yield": 243.5 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146616" + ], + "fetched_at": "2026-05-27T02:22:45.324493+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146616.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146616.md new file mode 100644 index 00000000..dd4eabf3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146616.md @@ -0,0 +1,41 @@ +# Corn yield trial — Millstadt, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** St. Clair +- **City:** Millstadt +- **Year:** 2025 +- **Plot ID:** 146616 +- **Cooperator:** Russell Schneider +- **Plot average:** 228.82 BU/Ac +- **Planted:** 2025-05-29 +- **Harvested:** 2025-10-23 +- **Population:** 31,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146616 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 11 | AgriGold | A641-26V | 3220EZ | - | 15.1 | - | 218.0 | 218.0 | +| 12 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.4 | - | 214.6 | 214.6 | +| 5 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.1 | - | 232.4 | 232.4 | +| 10 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.0 | - | 222.1 | 222.1 | +| 7 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.3 | - | 226.2 | 226.2 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.6 | - | 234.6 | 234.6 | +| 3 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.2 | - | 238.4 | 238.4 | +| 2 | AgriGold | A645-30VT2RIB | VT2RIB | - | 15.0 | - | 240.8 | 240.8 | +| 6 | AgriGold | A645-55VT2PRO | VT2Pro | - | 15.3 | - | 226.8 | 226.8 | +| 8 | AgriGold | A645-71STXRIB | STXRIB | - | 15.2 | - | 225.4 | 225.4 | +| 9 | AgriGold | A646-17STX | STX | - | 15.1 | - | 223.0 | 223.0 | +| 1 | AgriGold | A647-42TRC | Trecepta | - | 14.6 | - | 243.5 | 243.5 | + +Top 5 by Yield: A647-42TRC (AgriGold) 243.5, A645-30VT2RIB (AgriGold) 240.8, A645-16VT2RIB (AgriGold) 238.4, A644-64VT2RIB (AgriGold) 234.6, A642-18SSPRIB (AgriGold) 232.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146653.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146653.json new file mode 100644 index 00000000..e170077b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146653.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146653", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Salem", + "county": "Washington", + "year": 2025, + "plot_id": "146653", + "cooperator": "Larry Cottongim Farms", + "plot_average": 242.02, + "planted_date": "2025-06-02", + "harvested_date": "2025-10-22", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Croplan", + "product": "CP5550VT2P/RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 60.3, + "Yield": 241.8, + "Adj Yield": 241.8 + } + }, + { + "rank": 13, + "brand": "Brevant Seeds", + "product": "B09P54PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 62.2, + "Yield": 233.7, + "Adj Yield": 234.19 + } + }, + { + "rank": 14, + "brand": "Brevant Seeds", + "product": "B11C37AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 61.5, + "Yield": 227.1, + "Adj Yield": 227.57 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 62.6, + "Yield": 238.3, + "Adj Yield": 238.61 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 62.2, + "Yield": 236.9, + "Adj Yield": 237.12 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 63.5, + "Yield": 241.7, + "Adj Yield": 241.86 + } + }, + { + "rank": 12, + "brand": "Brevant Seeds", + "product": "B12A50PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 68.8, + "Yield": 235.0, + "Adj Yield": 235.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 63.5, + "Yield": 244.8, + "Adj Yield": 244.82 + } + }, + { + "rank": 6, + "brand": "Croplan", + "product": "CP5370VT2P/RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 62.3, + "Yield": 244.8, + "Adj Yield": 244.79 + } + }, + { + "rank": 3, + "brand": "Croplan", + "product": "CP5550VT2P/RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 61.4, + "Yield": 247.8, + "Adj Yield": 247.66 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 61.8, + "Yield": 257.8, + "Adj Yield": 257.62 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 62.7, + "Yield": 254.5, + "Adj Yield": 254.27 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 62.9, + "Yield": 246.0, + "Adj Yield": 245.69 + } + }, + { + "rank": 11, + "brand": "Croplan", + "product": "CP5682TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 60.9, + "Yield": 237.2, + "Adj Yield": 236.75 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 62.1, + "Yield": 242.8, + "Adj Yield": 242.29 + } + }, + { + "rank": null, + "brand": "Croplan", + "product": "CP5550VT2P/RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 60.8, + "Yield": 243.0, + "Adj Yield": 243.0 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146653" + ], + "fetched_at": "2026-05-27T02:22:45.794259+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146653.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146653.md new file mode 100644 index 00000000..fd1b56c5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146653.md @@ -0,0 +1,45 @@ +# Corn yield trial — Salem, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Washington +- **City:** Salem +- **Year:** 2025 +- **Plot ID:** 146653 +- **Cooperator:** Larry Cottongim Farms +- **Plot average:** 242.02 BU/Ac +- **Planted:** 2025-06-02 +- **Harvested:** 2025-10-22 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146653 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Croplan | CP5550VT2P/RIB | VT2RIB | - | 19.5 | 60.3 | 241.8 | 241.8 | +| 13 | Brevant Seeds | B09P54PCE | PCE | - | 17.6 | 62.2 | 233.7 | 234.19 | +| 14 | Brevant Seeds | B11C37AM | AM | - | 17.0 | 61.5 | 227.1 | 227.57 | +| 9 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.1 | 62.6 | 238.3 | 238.61 | +| 10 | AgriGold | A642-18SSPRIB | SSPRIB | - | 17.8 | 62.2 | 236.9 | 237.12 | +| 8 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 16.8 | 63.5 | 241.7 | 241.86 | +| 12 | Brevant Seeds | B12A50PCE | PCE | - | 16.5 | 68.8 | 235.0 | 235.1 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.4 | 63.5 | 244.8 | 244.82 | +| 6 | Croplan | CP5370VT2P/RIB | VT2RIB | - | 17.5 | 62.3 | 244.8 | 244.79 | +| 3 | Croplan | CP5550VT2P/RIB | VT2RIB | - | 18.0 | 61.4 | 247.8 | 247.66 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.2 | 61.8 | 257.8 | 257.62 | +| 2 | Dekalb | DKC114-99RIB | VT4RIB | - | 18.1 | 62.7 | 254.5 | 254.27 | +| 4 | AgriGold | A645-30VT2RIB | VT2RIB | - | 19.7 | 62.9 | 246.0 | 245.69 | +| 11 | Croplan | CP5682TRE | Trecepta | - | 19.6 | 60.9 | 237.2 | 236.75 | +| 7 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 19.3 | 62.1 | 242.8 | 242.29 | +| - | Croplan | CP5550VT2P/RIB | VT2RIB | - | 18.2 | 60.8 | 243.0 | 243.0 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 257.8, DKC114-99RIB (Dekalb) 254.5, CP5550VT2P/RIB (Croplan) 247.8, A645-30VT2RIB (AgriGold) 246.0, A643-52VT2RIB (AgriGold) 244.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146656.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146656.json new file mode 100644 index 00000000..c7a5191c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146656.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146656", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Harlan", + "county": "Allen", + "year": 2025, + "plot_id": "146656", + "cooperator": "Stieglitz Farms", + "plot_average": 254.29, + "planted_date": "2025-05-19", + "harvested_date": "2025-10-28", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Clay Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 18, + "brand": "AgriGold", + "product": "A644-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 51.2, + "Yield": 223.7, + "Adj Yield": 223.7 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A644-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 51.4, + "Yield": 225.1, + "Adj Yield": 225.1 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A630-04", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 54.9, + "Yield": 218.0, + "Adj Yield": 218.0 + } + }, + { + "rank": 16, + "brand": "Rob-See-Co", + "product": "RC5188-SSP", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 55.1, + "Yield": 227.2, + "Adj Yield": 227.2 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A632-68", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 56.1, + "Yield": 252.2, + "Adj Yield": 252.2 + } + }, + { + "rank": 20, + "brand": "Rob-See-Co", + "product": "RC5610PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 54.8, + "Yield": 212.2, + "Adj Yield": 212.2 + } + }, + { + "rank": 12, + "brand": "Pioneer", + "product": "P0720", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 53.2, + "Yield": 256.1, + "Adj Yield": 256.1 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 53.5, + "Yield": 253.8, + "Adj Yield": 253.8 + } + }, + { + "rank": 14, + "brand": "Golden Harvest", + "product": "G08U00-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 53.4, + "Yield": 253.0, + "Adj Yield": 253.0 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P0924", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 54.2, + "Yield": 264.5, + "Adj Yield": 264.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A640-24", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 54.5, + "Yield": 276.9, + "Adj Yield": 276.9 + } + }, + { + "rank": 11, + "brand": "Golden Harvest", + "product": "G10U97V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 54.6, + "Yield": 260.2, + "Adj Yield": 260.2 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P1185", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 55.8, + "Yield": 269.6, + "Adj Yield": 269.6 + } + }, + { + "rank": 6, + "brand": "Rob-See-Co", + "product": "RC6026-PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 54.1, + "Yield": 268.1, + "Adj Yield": 268.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 55.2, + "Yield": 261.2, + "Adj Yield": 261.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": 56.7, + "Yield": 275.9, + "Adj Yield": 275.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 52.5, + "Yield": 291.2, + "Adj Yield": 291.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A646-30", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": 53.6, + "Yield": 269.4, + "Adj Yield": 269.4 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 54.3, + "Yield": 261.7, + "Adj Yield": 261.7 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 53.5, + "Yield": 265.7, + "Adj Yield": 265.7 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146656" + ], + "fetched_at": "2026-05-27T02:22:46.297175+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146656.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146656.md new file mode 100644 index 00000000..7d4ca2db --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146656.md @@ -0,0 +1,50 @@ +# Corn yield trial — Harlan, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Allen +- **City:** Harlan +- **Year:** 2025 +- **Plot ID:** 146656 +- **Cooperator:** Stieglitz Farms +- **Plot average:** 254.29 BU/Ac +- **Planted:** 2025-05-19 +- **Harvested:** 2025-10-28 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Clay Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146656 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 18 | AgriGold | A644-19 | C | - | 20.4 | 51.2 | 223.7 | 223.7 | +| 17 | AgriGold | A644-19 | C | - | 19.7 | 51.4 | 225.1 | 225.1 | +| 19 | AgriGold | A630-04 | C | - | 17.0 | 54.9 | 218.0 | 218.0 | +| 16 | Rob-See-Co | RC5188-SSP | SSPRIB | - | 17.7 | 55.1 | 227.2 | 227.2 | +| 15 | AgriGold | A632-68 | C | - | 17.2 | 56.1 | 252.2 | 252.2 | +| 20 | Rob-See-Co | RC5610PCE | PCE | - | 18.9 | 54.8 | 212.2 | 212.2 | +| 12 | Pioneer | P0720 | C | - | 20.9 | 53.2 | 256.1 | 256.1 | +| 13 | AgriGold | A638-19 | C | - | 19.3 | 53.5 | 253.8 | 253.8 | +| 14 | Golden Harvest | G08U00-V | 3220EZ | - | 19.9 | 53.4 | 253.0 | 253.0 | +| 8 | Pioneer | P0924 | C | - | 21.1 | 54.2 | 264.5 | 264.5 | +| 2 | AgriGold | A640-24 | C | - | 20.8 | 54.5 | 276.9 | 276.9 | +| 11 | Golden Harvest | G10U97V | 3220EZ | - | 21.8 | 54.6 | 260.2 | 260.2 | +| 4 | Pioneer | P1185 | C | - | 20.5 | 55.8 | 269.6 | 269.6 | +| 6 | Rob-See-Co | RC6026-PCE | PCE | - | 20.2 | 54.1 | 268.1 | 268.1 | +| 10 | AgriGold | A642-32 | C | - | 20.8 | 55.2 | 261.2 | 261.2 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 22.9 | 56.7 | 275.9 | 275.9 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 22.3 | 52.5 | 291.2 | 291.2 | +| 5 | AgriGold | A646-30 | C | - | 24.0 | 53.6 | 269.4 | 269.4 | +| 9 | AgriGold | A644-19 | C | - | 22.8 | 54.3 | 261.7 | 261.7 | +| 7 | AgriGold | A644-19 | C | - | 22.7 | 53.5 | 265.7 | 265.7 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 291.2, A640-24 (AgriGold) 276.9, A643-52VT2RIB (AgriGold) 275.9, P1185 (Pioneer) 269.6, A646-30 (AgriGold) 269.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146657.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146657.json new file mode 100644 index 00000000..31abbdf8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146657.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146657", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Fort Wayne", + "county": "Allen", + "year": 2025, + "plot_id": "146657", + "cooperator": "Wyss Farms Enterprise", + "plot_average": 219.96, + "planted_date": "2025-05-12", + "harvested_date": "2025-10-27", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 12, + "brand": "AgriGold", + "product": "A630-04AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 57.4, + "Yield": 177.8, + "Adj Yield": 177.8 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.6, + "Yield": 215.3, + "Adj Yield": 215.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 57.6, + "Yield": 220.1, + "Adj Yield": 220.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 57.0, + "Yield": 231.0, + "Adj Yield": 231.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 56.0, + "Yield": 206.0, + "Adj Yield": 206.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 56.7, + "Yield": 227.1, + "Adj Yield": 227.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 58.0, + "Yield": 237.2, + "Adj Yield": 237.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 57.8, + "Yield": 220.0, + "Adj Yield": 220.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 59.5, + "Yield": 224.5, + "Adj Yield": 224.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 59.8, + "Yield": 227.6, + "Adj Yield": 227.6 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 58.7, + "Yield": 215.9, + "Adj Yield": 215.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 58.4, + "Yield": 237.0, + "Adj Yield": 237.0 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146657" + ], + "fetched_at": "2026-05-27T02:22:46.825850+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146657.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146657.md new file mode 100644 index 00000000..81f8806a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146657.md @@ -0,0 +1,42 @@ +# Corn yield trial — Fort Wayne, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Allen +- **City:** Fort Wayne +- **Year:** 2025 +- **Plot ID:** 146657 +- **Cooperator:** Wyss Farms Enterprise +- **Plot average:** 219.96 BU/Ac +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-27 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146657 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 12 | AgriGold | A630-04AA | 3120EZ | - | 14.7 | 57.4 | 177.8 | 177.8 | +| 10 | AgriGold | A631-08VT2RIB | VT2RIB | - | 15.4 | 58.6 | 215.3 | 215.3 | +| 7 | AgriGold | A632-68VT2RIB | VT2RIB | - | 15.1 | 57.6 | 220.1 | 220.1 | +| 3 | AgriGold | A636-11VT2RIB | VT2RIB | - | 15.8 | 57.0 | 231.0 | 231.0 | +| 11 | AgriGold | A636-16-5222EZ | 5222EZ | - | 16.8 | 56.0 | 206.0 | 206.0 | +| 5 | AgriGold | A639-03VT2RIB | VT2RIB | - | 16.3 | 56.7 | 227.1 | 227.1 | +| 1 | AgriGold | A639-38V-RN | 3220 | - | 15.9 | 58.0 | 237.2 | 237.2 | +| 8 | AgriGold | A640-16-3110 | 3110 | - | 16.4 | 57.8 | 220.0 | 220.0 | +| 6 | AgriGold | A641-62D-RN | 5122 | - | 17.4 | 59.5 | 224.5 | 224.5 | +| 4 | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.3 | 59.8 | 227.6 | 227.6 | +| 9 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.4 | 58.7 | 215.9 | 215.9 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.6 | 58.4 | 237.0 | 237.0 | + +Top 5 by Yield: A639-38V-RN (AgriGold) 237.2, A644-64VT2RIB (AgriGold) 237.0, A636-11VT2RIB (AgriGold) 231.0, A642-32VT2RIB (AgriGold) 227.6, A639-03VT2RIB (AgriGold) 227.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146660.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146660.json new file mode 100644 index 00000000..2d6b6ebe --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146660.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146660", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "New Haven", + "county": "Allen", + "year": 2025, + "plot_id": "146660", + "cooperator": "Greg Lamont", + "plot_average": 223.88, + "planted_date": "2025-06-02", + "harvested_date": "2025-10-28", + "population_seeds_per_acre": 32500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "A630-04AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 57.9, + "Yield": 232.7, + "Adj Yield": 232.7 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 57.7, + "Yield": 216.8, + "Adj Yield": 216.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 57.6, + "Yield": 229.3, + "Adj Yield": 229.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 54.8, + "Yield": 213.0, + "Adj Yield": 213.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 57.0, + "Yield": 211.4, + "Adj Yield": 211.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 58.2, + "Yield": 226.8, + "Adj Yield": 226.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 58.5, + "Yield": 226.1, + "Adj Yield": 226.1 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 59.9, + "Yield": 225.6, + "Adj Yield": 225.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 59.4, + "Yield": 233.2, + "Adj Yield": 233.2 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146660" + ], + "fetched_at": "2026-05-27T02:22:47.283696+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146660.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146660.md new file mode 100644 index 00000000..44ab0356 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146660.md @@ -0,0 +1,39 @@ +# Corn yield trial — New Haven, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Allen +- **City:** New Haven +- **Year:** 2025 +- **Plot ID:** 146660 +- **Cooperator:** Greg Lamont +- **Plot average:** 223.88 BU/Ac +- **Planted:** 2025-06-02 +- **Harvested:** 2025-10-28 +- **Population:** 32,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146660 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | A630-04AA | 3120EZ | - | 14.1 | 57.9 | 232.7 | 232.7 | +| 7 | AgriGold | A631-08VT2RIB | VT2RIB | - | 15.2 | 57.7 | 216.8 | 216.8 | +| 3 | AgriGold | A636-16-5222EZ | 5222EZ | - | 18.2 | 57.6 | 229.3 | 229.3 | +| 8 | AgriGold | A638-19 | C | - | 18.0 | 54.8 | 213.0 | 213.0 | +| 9 | AgriGold | A640-16-3110 | 3110 | - | 16.4 | 57.0 | 211.4 | 211.4 | +| 4 | AgriGold | A642-18TRC | Trecepta | - | 16.4 | 58.2 | 226.8 | 226.8 | +| 5 | AgriGold | A642-32VT2RIB | VT2RIB | - | 18.0 | 58.5 | 226.1 | 226.1 | +| 6 | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.4 | 59.9 | 225.6 | 225.6 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.5 | 59.4 | 233.2 | 233.2 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 233.2, A630-04AA (AgriGold) 232.7, A636-16-5222EZ (AgriGold) 229.3, A642-18TRC (AgriGold) 226.8, A642-32VT2RIB (AgriGold) 226.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146677.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146677.json new file mode 100644 index 00000000..5bd69884 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146677.json @@ -0,0 +1,530 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146677", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "city": "Welington", + "county": "Lorain", + "year": 2025, + "plot_id": "146677", + "cooperator": "Alan Pitts", + "plot_average": 207.89, + "planted_date": "2025-05-19", + "harvested_date": "2025-10-27", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 35, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 54.1, + "Yield": 186.8, + "Adj Yield": 186.8 + } + }, + { + "rank": 38, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 57.2, + "Yield": 150.4, + "Adj Yield": 150.4 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 59.5, + "Yield": 208.4, + "Adj Yield": 208.4 + } + }, + { + "rank": 31, + "brand": "AgriGold", + "product": "A634-65TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 58.3, + "Yield": 197.5, + "Adj Yield": 197.5 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 56.0, + "Yield": 210.4, + "Adj Yield": 210.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 56.8, + "Yield": 227.2, + "Adj Yield": 227.2 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": 55.5, + "Yield": 212.9, + "Adj Yield": 212.9 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 54.8, + "Yield": 216.6, + "Adj Yield": 216.6 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 57.8, + "Yield": 209.8, + "Adj Yield": 209.8 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 58.5, + "Yield": 217.1, + "Adj Yield": 217.1 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 55.9, + "Yield": 214.8, + "Adj Yield": 214.8 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": 57.0, + "Yield": 209.9, + "Adj Yield": 209.9 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 54.0, + "Yield": 214.1, + "Adj Yield": 214.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 53.2, + "Yield": 234.3, + "Adj Yield": 234.3 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 24.6, + "Test Wt.": 52.9, + "Yield": 219.8, + "Adj Yield": 219.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 54.7, + "Yield": 223.3, + "Adj Yield": 223.3 + } + }, + { + "rank": 36, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.7, + "Test Wt.": 56.1, + "Yield": 153.7, + "Adj Yield": 153.7 + } + }, + { + "rank": 37, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 26.3, + "Test Wt.": 52.0, + "Yield": 153.2, + "Adj Yield": 153.2 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.3, + "Test Wt.": 55.3, + "Yield": 210.3, + "Adj Yield": 210.3 + } + }, + { + "rank": 29, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 25.4, + "Test Wt.": 51.9, + "Yield": 204.8, + "Adj Yield": 204.8 + } + }, + { + "rank": 26, + "brand": "Pioneer", + "product": "P0720AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": 50.8, + "Yield": 209.2, + "Adj Yield": 209.2 + } + }, + { + "rank": 15, + "brand": "Pioneer", + "product": "P09312V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 24.4, + "Test Wt.": 51.8, + "Yield": 215.9, + "Adj Yield": 215.9 + } + }, + { + "rank": 6, + "brand": "Becks", + "product": "6216PWRA", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 52.4, + "Yield": 222.5, + "Adj Yield": 222.5 + } + }, + { + "rank": 11, + "brand": "Becks", + "product": "6041Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 57.1, + "Yield": 218.2, + "Adj Yield": 218.2 + } + }, + { + "rank": 5, + "brand": "Becks", + "product": "5530", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 57.1, + "Yield": 223.1, + "Adj Yield": 223.1 + } + }, + { + "rank": 28, + "brand": "Channel", + "product": "205-08TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 56.0, + "Yield": 205.8, + "Adj Yield": 205.8 + } + }, + { + "rank": 10, + "brand": "Channel", + "product": "209-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 57.7, + "Yield": 219.3, + "Adj Yield": 219.3 + } + }, + { + "rank": 34, + "brand": "Channel", + "product": "207-87VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.8, + "Test Wt.": 51.8, + "Yield": 192.0, + "Adj Yield": 192.0 + } + }, + { + "rank": 33, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 23.7, + "Test Wt.": 51.3, + "Yield": 195.7, + "Adj Yield": 195.7 + } + }, + { + "rank": 17, + "brand": "IntegraSeed", + "product": "6244PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": 53.2, + "Yield": 214.8, + "Adj Yield": 214.8 + } + }, + { + "rank": 25, + "brand": "IntegraSeed", + "product": "5775VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 53.4, + "Yield": 209.4, + "Adj Yield": 209.4 + } + }, + { + "rank": 12, + "brand": "Channel", + "product": "210-08VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 53.6, + "Yield": 217.3, + "Adj Yield": 217.3 + } + }, + { + "rank": 3, + "brand": "Channel", + "product": "210-08VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 53.2, + "Yield": 224.8, + "Adj Yield": 224.8 + } + }, + { + "rank": 8, + "brand": "IntegraSeed", + "product": "5775VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 53.0, + "Yield": 221.1, + "Adj Yield": 221.1 + } + }, + { + "rank": 7, + "brand": "Channel", + "product": "211-11VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 58.5, + "Yield": 221.5, + "Adj Yield": 221.5 + } + }, + { + "rank": 30, + "brand": "IntegraSeed", + "product": "5802VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 52.3, + "Yield": 204.3, + "Adj Yield": 204.3 + } + }, + { + "rank": 32, + "brand": "Pioneer", + "product": "P0859AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 51.3, + "Yield": 196.0, + "Adj Yield": 196.0 + } + }, + { + "rank": 19, + "brand": "Pioneer", + "product": "P0720AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 52.3, + "Yield": 213.7, + "Adj Yield": 213.7 + } + } + ], + "n_results": 38, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146677" + ], + "fetched_at": "2026-05-27T02:22:47.834510+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146677.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146677.md new file mode 100644 index 00000000..a917082e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146677.md @@ -0,0 +1,68 @@ +# Corn yield trial — Welington, OH, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** OH +- **County:** Lorain +- **City:** Welington +- **Year:** 2025 +- **Plot ID:** 146677 +- **Cooperator:** Alan Pitts +- **Plot average:** 207.89 BU/Ac +- **Planted:** 2025-05-19 +- **Harvested:** 2025-10-27 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146677 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 35 | AgriGold | A629-55VT2RIB | VT2RIB | - | 20.5 | 54.1 | 186.8 | 186.8 | +| 38 | AgriGold | A631-08VT2RIB | VT2RIB | - | 18.6 | 57.2 | 150.4 | 150.4 | +| 27 | AgriGold | A632-68VT2RIB | VT2RIB | - | 17.7 | 59.5 | 208.4 | 208.4 | +| 31 | AgriGold | A634-65TRCRIB | TreceptaRIB | - | 18.7 | 58.3 | 197.5 | 197.5 | +| 21 | AgriGold | A636-11VT2RIB | VT2RIB | - | 19.1 | 56.0 | 210.4 | 210.4 | +| 2 | AgriGold | A636-16-5222EZ | 5222EZ | - | 19.8 | 56.8 | 227.2 | 227.2 | +| 20 | AgriGold | A636-39-3110 | 3110 | - | 22.5 | 55.5 | 212.9 | 212.9 | +| 14 | AgriGold | A637-72VT2RIB | VT2RIB | - | 21.9 | 54.8 | 216.6 | 216.6 | +| 24 | AgriGold | A638-19 | C | - | 21.4 | 57.8 | 209.8 | 209.8 | +| 13 | AgriGold | A638-91VT2PRO | VT2Pro | - | 21.0 | 58.5 | 217.1 | 217.1 | +| 16 | AgriGold | A639-03VT2RIB | VT2RIB | - | 22.3 | 55.9 | 214.8 | 214.8 | +| 23 | AgriGold | A639-38V-RN | 3220 | - | 22.5 | 57.0 | 209.9 | 209.9 | +| 18 | AgriGold | A640-16-3110 | 3110 | - | 22.4 | 54.0 | 214.1 | 214.1 | +| 1 | AgriGold | A641-62D-RN | 5122 | - | 23.2 | 53.2 | 234.3 | 234.3 | +| 9 | AgriGold | A642-18TRC | Trecepta | - | 24.6 | 52.9 | 219.8 | 219.8 | +| 4 | AgriGold | A642-32VT2RIB | VT2RIB | - | 23.4 | 54.7 | 223.3 | 223.3 | +| 36 | AgriGold | A643-52VT2RIB | VT2RIB | - | 23.7 | 56.1 | 153.7 | 153.7 | +| 37 | AgriGold | A644-64VT2RIB | VT2RIB | - | 26.3 | 52.0 | 153.2 | 153.2 | +| 22 | AgriGold | A645-16VT2RIB | VT2RIB | - | 25.3 | 55.3 | 210.3 | 210.3 | +| 29 | Pioneer | P13777PCE | PCE | - | 25.4 | 51.9 | 204.8 | 204.8 | +| 26 | Pioneer | P0720AM | AM | - | 24.2 | 50.8 | 209.2 | 209.2 | +| 15 | Pioneer | P09312V | Vorceed | - | 24.4 | 51.8 | 215.9 | 215.9 | +| 6 | Becks | 6216PWRA | PWE | - | 23.4 | 52.4 | 222.5 | 222.5 | +| 11 | Becks | 6041Q | QROME | - | 22.0 | 57.1 | 218.2 | 218.2 | +| 5 | Becks | 5530 | PCE | - | 20.2 | 57.1 | 223.1 | 223.1 | +| 28 | Channel | 205-08TRERIB | TreceptaRIB | - | 21.4 | 56.0 | 205.8 | 205.8 | +| 10 | Channel | 209-70TRERIB | TreceptaRIB | - | 22.1 | 57.7 | 219.3 | 219.3 | +| 34 | Channel | 207-87VT2RIB | VT2RIB | - | 23.8 | 51.8 | 192.0 | 192.0 | +| 33 | NK Brand | NK1228-AA | 3220 | - | 23.7 | 51.3 | 195.7 | 195.7 | +| 17 | IntegraSeed | 6244PWE | PWE | - | 22.9 | 53.2 | 214.8 | 214.8 | +| 25 | IntegraSeed | 5775VT2PRIB | VT2RIB | - | 21.8 | 53.4 | 209.4 | 209.4 | +| 12 | Channel | 210-08VT2PRIB | VT2RIB | - | 22.8 | 53.6 | 217.3 | 217.3 | +| 3 | Channel | 210-08VT2PRIB | VT2RIB | - | 21.9 | 53.2 | 224.8 | 224.8 | +| 8 | IntegraSeed | 5775VT2PRIB | VT2RIB | - | 22.1 | 53.0 | 221.1 | 221.1 | +| 7 | Channel | 211-11VT2PRIB | VT2RIB | - | 20.8 | 58.5 | 221.5 | 221.5 | +| 30 | IntegraSeed | 5802VT2RIB | VT2RIB | - | 22.4 | 52.3 | 204.3 | 204.3 | +| 32 | Pioneer | P0859AM | AM | - | 21.9 | 51.3 | 196.0 | 196.0 | +| 19 | Pioneer | P0720AM | AM | - | 22.7 | 52.3 | 213.7 | 213.7 | + +Top 5 by Yield: A641-62D-RN (AgriGold) 234.3, A636-16-5222EZ (AgriGold) 227.2, 210-08VT2PRIB (Channel) 224.8, A642-32VT2RIB (AgriGold) 223.3, 5530 (Becks) 223.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146687.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146687.json new file mode 100644 index 00000000..bc8e277b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146687.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146687", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "PA", + "state_abbrev": "pa", + "city": "Fawn Grove", + "county": "York", + "year": 2025, + "plot_id": "146687", + "cooperator": "Greg Stewart", + "plot_average": 232.81, + "planted_date": "2025-06-04", + "harvested_date": "2025-10-15", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A630-04D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 24.7, + "Test Wt.": 53.5, + "Yield": 243.0, + "Adj Yield": 243.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.6, + "Test Wt.": 53.0, + "Yield": 230.2, + "Adj Yield": 230.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 54.3, + "Yield": 235.3, + "Adj Yield": 235.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 52.5, + "Yield": 241.5, + "Adj Yield": 241.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": 53.6, + "Yield": 230.8, + "Adj Yield": 230.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": 52.6, + "Yield": 229.8, + "Adj Yield": 229.8 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 24.3, + "Test Wt.": 52.8, + "Yield": 221.8, + "Adj Yield": 221.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": 51.6, + "Yield": 230.1, + "Adj Yield": 230.1 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146687" + ], + "fetched_at": "2026-05-27T02:22:48.335572+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146687.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146687.md new file mode 100644 index 00000000..8ed76845 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146687.md @@ -0,0 +1,37 @@ +# Corn yield trial — Fawn Grove, PA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** PA +- **County:** York +- **City:** Fawn Grove +- **Year:** 2025 +- **Plot ID:** 146687 +- **Cooperator:** Greg Stewart +- **Plot average:** 232.81 BU/Ac +- **Planted:** 2025-06-04 +- **Harvested:** 2025-10-15 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146687 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A630-04D | 5122EZ | - | 24.7 | 53.5 | 243.0 | 243.0 | +| 5 | AgriGold | A631-08VT2RIB | VT2RIB | - | 23.6 | 53.0 | 230.2 | 230.2 | +| 3 | AgriGold | A632-68VT2RIB | VT2RIB | - | 22.0 | 54.3 | 235.3 | 235.3 | +| 2 | AgriGold | A634-65TRC | Trecepta | - | 21.8 | 52.5 | 241.5 | 241.5 | +| 4 | AgriGold | A636-39-3110 | 3110 | - | 23.0 | 53.6 | 230.8 | 230.8 | +| 7 | AgriGold | A636-16-5222EZ | 5222EZ | - | 22.9 | 52.6 | 229.8 | 229.8 | +| 8 | AgriGold | A638-91VT2PRO | VT2Pro | - | 24.3 | 52.8 | 221.8 | 221.8 | +| 6 | AgriGold | A639-03VT2RIB | VT2RIB | - | 24.1 | 51.6 | 230.1 | 230.1 | + +Top 5 by Yield: A630-04D (AgriGold) 243.0, A634-65TRC (AgriGold) 241.5, A632-68VT2RIB (AgriGold) 235.3, A636-39-3110 (AgriGold) 230.8, A631-08VT2RIB (AgriGold) 230.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146692.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146692.json new file mode 100644 index 00000000..1a2053f5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146692.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146692", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "PA", + "state_abbrev": "pa", + "city": "Fawn Grove", + "county": "York", + "year": 2025, + "plot_id": "146692", + "cooperator": "Greg Stewart", + "plot_average": 227.73, + "planted_date": "2025-06-04", + "harvested_date": "2025-10-15", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 3, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": 54.0, + "Yield": 239.0, + "Adj Yield": 239.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 23.5, + "Test Wt.": 53.6, + "Yield": 241.0, + "Adj Yield": 241.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 24.9, + "Test Wt.": 52.6, + "Yield": 226.2, + "Adj Yield": 226.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 26.4, + "Test Wt.": 52.9, + "Yield": 259.0, + "Adj Yield": 259.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 25.3, + "Test Wt.": 53.5, + "Yield": 224.6, + "Adj Yield": 224.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 55.2, + "Yield": 226.2, + "Adj Yield": 226.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": 54.8, + "Yield": 214.2, + "Adj Yield": 214.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 26.2, + "Test Wt.": 52.7, + "Yield": 226.2, + "Adj Yield": 226.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 26.4, + "Test Wt.": 52.7, + "Yield": 210.0, + "Adj Yield": 210.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 26.2, + "Test Wt.": 53.6, + "Yield": 210.9, + "Adj Yield": 210.9 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146692" + ], + "fetched_at": "2026-05-27T02:22:48.799064+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146692.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146692.md new file mode 100644 index 00000000..171ac72f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146692.md @@ -0,0 +1,39 @@ +# Corn yield trial — Fawn Grove, PA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** PA +- **County:** York +- **City:** Fawn Grove +- **Year:** 2025 +- **Plot ID:** 146692 +- **Cooperator:** Greg Stewart +- **Plot average:** 227.73 BU/Ac +- **Planted:** 2025-06-04 +- **Harvested:** 2025-10-15 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146692 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | AgriGold | A640-16-3110 | 3110 | - | 24.1 | 54.0 | 239.0 | 239.0 | +| 2 | AgriGold | A640-94VT4PRO | VT4Pro | - | 23.5 | 53.6 | 241.0 | 241.0 | +| 4 | AgriGold | A641-26V | 3220EZ | - | 24.9 | 52.6 | 226.2 | 226.2 | +| 1 | AgriGold | A641-62D-RN | 5122 | - | 26.4 | 52.9 | 259.0 | 259.0 | +| 7 | AgriGold | A642-18SSPRIB | SSPRIB | - | 25.3 | 53.5 | 224.6 | 224.6 | +| 5 | AgriGold | A642-32VT2RIB | VT2RIB | - | 23.2 | 55.2 | 226.2 | 226.2 | +| 8 | AgriGold | A643-52VT2RIB | VT2RIB | - | 24.2 | 54.8 | 214.2 | 214.2 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 26.2 | 52.7 | 226.2 | 226.2 | +| 10 | AgriGold | A646-17STXRIB | STXRIB | - | 26.4 | 52.7 | 210.0 | 210.0 | +| 9 | AgriGold | A646-30VT2RIB | VT2RIB | - | 26.2 | 53.6 | 210.9 | 210.9 | + +Top 5 by Yield: A641-62D-RN (AgriGold) 259.0, A640-94VT4PRO (AgriGold) 241.0, A640-16-3110 (AgriGold) 239.0, A641-26V (AgriGold) 226.2, A642-32VT2RIB (AgriGold) 226.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146704.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146704.json new file mode 100644 index 00000000..383786cb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146704.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146704", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "city": "Fostoria", + "county": "Seneca", + "year": 2025, + "plot_id": "146704", + "cooperator": "Glen and David Fruth", + "plot_average": 194.18, + "planted_date": "2025-06-07", + "harvested_date": "2025-11-16", + "population_seeds_per_acre": 37000, + "row_width": "20.0\"", + "num_rows": 12, + "soil_type": "Sandy Clay Loam", + "tillage": "Conventional", + "previous_crop": "Wheat", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A640-24", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 55.1, + "Yield": 201.1, + "Adj Yield": 201.1 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A646-30", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 61.0, + "Yield": 175.3, + "Adj Yield": 180.55 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 56.5, + "Yield": 194.6, + "Adj Yield": 199.07 + } + }, + { + "rank": 4, + "brand": "Golden Harvest", + "product": "G12U11-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 55.4, + "Yield": 199.4, + "Adj Yield": 203.16 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 59.1, + "Yield": 195.4, + "Adj Yield": 198.41 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 57.4, + "Yield": 201.1, + "Adj Yield": 203.36 + } + }, + { + "rank": 13, + "brand": "Golden Harvest", + "product": "G10M87-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 57.2, + "Yield": 179.1, + "Adj Yield": 180.61 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 54.6, + "Yield": 184.0, + "Adj Yield": 184.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A640-24", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 59.3, + "Yield": 217.7, + "Adj Yield": 217.68 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 55.3, + "Yield": 205.5, + "Adj Yield": 204.71 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A636-39", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 55.7, + "Yield": 185.7, + "Adj Yield": 184.24 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 59.6, + "Yield": 197.8, + "Adj Yield": 195.52 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A632-68", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 56.9, + "Yield": 205.3, + "Adj Yield": 202.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 53.1, + "Yield": 201.3, + "Adj Yield": 197.55 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A630-04", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 52.6, + "Yield": 179.0, + "Adj Yield": 174.52 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A628-22", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 55.5, + "Yield": 191.5, + "Adj Yield": 186.27 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A640-24", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 57.4, + "Yield": 213.1, + "Adj Yield": 213.1 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146704" + ], + "fetched_at": "2026-05-27T02:22:49.302865+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146704.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146704.md new file mode 100644 index 00000000..e7449f1b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146704.md @@ -0,0 +1,47 @@ +# Corn yield trial — Fostoria, OH, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** OH +- **County:** Seneca +- **City:** Fostoria +- **Year:** 2025 +- **Plot ID:** 146704 +- **Cooperator:** Glen and David Fruth +- **Plot average:** 194.18 BU/Ac +- **Planted:** 2025-06-07 +- **Harvested:** 2025-11-16 +- **Population:** 37,000 seeds/acre +- **Row width:** 20.0" +- **# Rows:** 12 +- **Soil type:** Sandy Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Wheat +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146704 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A640-24 | C | - | 19.0 | 55.1 | 201.1 | 201.1 | +| 14 | AgriGold | A646-30 | C | - | 18.0 | 61.0 | 175.3 | 180.55 | +| 6 | AgriGold | A642-32 | C | - | 19.9 | 56.5 | 194.6 | 199.07 | +| 4 | Golden Harvest | G12U11-AA | 3220EZ | - | 19.3 | 55.4 | 199.4 | 203.16 | +| 7 | AgriGold | A642-18SSPRIB | SSPRIB | - | 18.4 | 59.1 | 195.4 | 198.41 | +| 3 | AgriGold | A640-16-3110 | 3110 | - | 19.2 | 57.4 | 201.1 | 203.36 | +| 13 | Golden Harvest | G10M87-AA | 3120EZ | - | 18.1 | 57.2 | 179.1 | 180.61 | +| 11 | AgriGold | A639-03VT2RIB | VT2RIB | - | 18.5 | 54.6 | 184.0 | 184.7 | +| 1 | AgriGold | A640-24 | C | - | 19.4 | 59.3 | 217.7 | 217.68 | +| 2 | AgriGold | A638-19 | C | - | 19.5 | 55.3 | 205.5 | 204.71 | +| 12 | AgriGold | A636-39 | C | - | 19.4 | 55.7 | 185.7 | 184.24 | +| 9 | AgriGold | A632-68VT2RIB | VT2RIB | - | 17.2 | 59.6 | 197.8 | 195.52 | +| 5 | AgriGold | A632-68 | C | - | 18.0 | 56.9 | 205.3 | 202.3 | +| 8 | AgriGold | A631-08VT2RIB | VT2RIB | - | 19.2 | 53.1 | 201.3 | 197.55 | +| 15 | AgriGold | A630-04 | C | - | 19.1 | 52.6 | 179.0 | 174.52 | +| 10 | AgriGold | A628-22 | C | - | 17.6 | 55.5 | 191.5 | 186.27 | +| - | AgriGold | A640-24 | C | - | 19.6 | 57.4 | 213.1 | 213.1 | + +Top 5 by Yield: A640-24 (AgriGold) 217.7, A640-24 (AgriGold) 213.1, A638-19 (AgriGold) 205.5, A632-68 (AgriGold) 205.3, A631-08VT2RIB (AgriGold) 201.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146712.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146712.json new file mode 100644 index 00000000..b64d3057 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146712.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146712", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Grinnell", + "county": "Poweshiek", + "year": 2025, + "plot_id": "146712", + "cooperator": "Roger Iverson", + "plot_average": 265.16, + "planted_date": "2025-05-07", + "harvested_date": "2025-10-17", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Alfalfa", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 62.8, + "Yield": 271.9, + "Adj Yield": 271.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 58.5, + "Yield": 278.7, + "Adj Yield": 268.56 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 56.0, + "Yield": 260.7, + "Adj Yield": 253.35 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 55.1, + "Yield": 261.2, + "Adj Yield": 255.63 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 272.2, + "Adj Yield": 267.25 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 57.9, + "Yield": 263.9, + "Adj Yield": 263.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 55.3, + "Yield": 273.0, + "Adj Yield": 269.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 55.1, + "Yield": 278.1, + "Adj Yield": 278.01 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 58.4, + "Yield": 260.6, + "Adj Yield": 264.37 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 56.8, + "Yield": 266.8, + "Adj Yield": 274.99 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": null, + "Yield": 240.9, + "Adj Yield": 254.56 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 56.8, + "Yield": 237.2, + "Adj Yield": 237.2 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146712" + ], + "fetched_at": "2026-05-27T02:22:49.814567+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146712.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146712.md new file mode 100644 index 00000000..aa26af16 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146712.md @@ -0,0 +1,42 @@ +# Corn yield trial — Grinnell, IA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Poweshiek +- **City:** Grinnell +- **Year:** 2025 +- **Plot ID:** 146712 +- **Cooperator:** Roger Iverson +- **Plot average:** 265.16 BU/Ac +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-17 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Alfalfa +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146712 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.5 | 62.8 | 271.9 | 271.9 | +| 4 | AgriGold | A640-94VT4PRO | VT4Pro | - | 16.5 | 58.5 | 278.7 | 268.56 | +| 9 | AgriGold | A641-62D-RN | 5122 | - | 19.5 | 56.0 | 260.7 | 253.35 | +| 7 | AgriGold | A642-18SSPRIB | SSPRIB | - | 19.7 | 55.1 | 261.2 | 255.63 | +| 5 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 18.8 | - | 272.2 | 267.25 | +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.4 | 57.9 | 263.9 | 263.9 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.9 | 55.3 | 273.0 | 269.7 | +| 1 | AgriGold | A645-55VT2PRO | VT2Pro | - | 18.1 | 55.1 | 278.1 | 278.01 | +| 6 | AgriGold | A645-30VT2RIB | VT2RIB | - | 18.8 | 58.4 | 260.6 | 264.37 | +| 2 | AgriGold | A645-16VT2RIB | VT2RIB | - | 19.4 | 56.8 | 266.8 | 274.99 | +| 8 | AgriGold | A645-71STXRIB | STXRIB | - | 19.6 | - | 240.9 | 254.56 | +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 18.9 | 56.8 | 237.2 | 237.2 | + +Top 5 by Yield: A640-94VT4PRO (AgriGold) 278.7, A645-55VT2PRO (AgriGold) 278.1, A644-64VT2RIB (AgriGold) 273.0, A642-05VT2RIBD1 (AgriGold) 272.2, A642-32VT2RIB (AgriGold) 271.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146713.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146713.json new file mode 100644 index 00000000..ed22514c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146713.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146713", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Chariton", + "county": "Lucas", + "year": 2025, + "plot_id": "146713", + "cooperator": "Ben Offenberger", + "plot_average": 192.81, + "planted_date": "2025-05-07", + "harvested_date": "2025-10-14", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "Pioneer", + "product": "P0859AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 54.5, + "Yield": 192.8, + "Adj Yield": 192.8 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 56.9, + "Yield": 183.5, + "Adj Yield": 183.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 58.4, + "Yield": 208.4, + "Adj Yield": 208.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.3, + "Yield": 194.0, + "Adj Yield": 194.0 + } + }, + { + "rank": 9, + "brand": "Becks", + "product": "5929D1", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 54.6, + "Yield": 183.6, + "Adj Yield": 183.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 59.2, + "Yield": 188.0, + "Adj Yield": 188.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 58.6, + "Yield": 214.3, + "Adj Yield": 214.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A636-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 55.7, + "Yield": 207.3, + "Adj Yield": 207.3 + } + }, + { + "rank": 11, + "brand": "Becks", + "product": "6152D1", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 52.0, + "Yield": 182.5, + "Adj Yield": 182.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 58.4, + "Yield": 209.1, + "Adj Yield": 209.1 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.3, + "Yield": 171.8, + "Adj Yield": 171.8 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 58.9, + "Yield": 179.4, + "Adj Yield": 179.4 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P0859AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 56.0, + "Yield": 191.8, + "Adj Yield": 191.8 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146713" + ], + "fetched_at": "2026-05-27T02:22:50.314525+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146713.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146713.md new file mode 100644 index 00000000..47ecf90f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146713.md @@ -0,0 +1,44 @@ +# Corn yield trial — Chariton, IA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Lucas +- **City:** Chariton +- **Year:** 2025 +- **Plot ID:** 146713 +- **Cooperator:** Ben Offenberger +- **Plot average:** 192.81 BU/Ac +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-14 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146713 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | Pioneer | P0859AM | AM | - | 14.7 | 54.5 | 192.8 | 192.8 | +| 10 | AgriGold | A640-16-3110 | 3110 | - | 15.0 | 56.9 | 183.5 | 183.5 | +| 3 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.7 | 58.4 | 208.4 | 208.4 | +| 5 | AgriGold | A645-30VT2RIB | VT2RIB | - | 17.0 | 58.3 | 194.0 | 194.0 | +| 9 | Becks | 5929D1 | 5222EZ | - | 17.0 | 54.6 | 183.6 | 183.6 | +| 8 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.3 | 59.2 | 188.0 | 188.0 | +| 1 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.6 | 58.6 | 214.3 | 214.3 | +| 4 | AgriGold | A636-16VT2RIB | VT2RIB | - | 15.5 | 55.7 | 207.3 | 207.3 | +| 11 | Becks | 6152D1 | 5122EZ | - | 16.7 | 52.0 | 182.5 | 182.5 | +| 2 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.7 | 58.4 | 209.1 | 209.1 | +| 13 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.3 | 59.3 | 171.8 | 171.8 | +| 12 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.2 | 58.9 | 179.4 | 179.4 | +| 7 | Pioneer | P0859AM | AM | - | 14.2 | 56.0 | 191.8 | 191.8 | + +Top 5 by Yield: A642-05VT2RIBD1 (AgriGold) 214.3, A645-16VT2RIB (AgriGold) 209.1, A645-16VT2RIB (AgriGold) 208.4, A636-16VT2RIB (AgriGold) 207.3, A645-30VT2RIB (AgriGold) 194.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146729.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146729.json new file mode 100644 index 00000000..dac27440 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146729.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146729", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Breese", + "county": "Clinton", + "year": 2025, + "plot_id": "146729", + "cooperator": "Alan Timmermann", + "plot_average": 231.07, + "planted_date": "2025-05-27", + "harvested_date": "2025-10-14", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay", + "tillage": "Unknown", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 57.6, + "Yield": 209.6, + "Adj Yield": 209.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 58.3, + "Yield": 227.2, + "Adj Yield": 227.25 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 58.9, + "Yield": 229.2, + "Adj Yield": 229.26 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 58.6, + "Yield": 241.0, + "Adj Yield": 240.99 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 57.9, + "Yield": 238.3, + "Adj Yield": 238.36 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.3, + "Yield": 248.3, + "Adj Yield": 248.35 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 58.8, + "Yield": 221.8, + "Adj Yield": 221.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 60.9, + "Yield": 249.3, + "Adj Yield": 249.25 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 58.7, + "Yield": 236.8, + "Adj Yield": 236.71 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 58.6, + "Yield": 204.2, + "Adj Yield": 204.16 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 58.1, + "Yield": 214.6, + "Adj Yield": 214.54 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 57.2, + "Yield": 209.8, + "Adj Yield": 209.8 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146729" + ], + "fetched_at": "2026-05-27T02:22:50.784663+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146729.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146729.md new file mode 100644 index 00000000..f5b2c6a2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146729.md @@ -0,0 +1,42 @@ +# Corn yield trial — Breese, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Clinton +- **City:** Breese +- **Year:** 2025 +- **Plot ID:** 146729 +- **Cooperator:** Alan Timmermann +- **Plot average:** 231.07 BU/Ac +- **Planted:** 2025-05-27 +- **Harvested:** 2025-10-14 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay +- **Tillage:** Unknown +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146729 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.9 | 57.6 | 209.6 | 209.6 | +| 7 | AgriGold | A641-26V | 3220EZ | - | 15.0 | 58.3 | 227.2 | 227.25 | +| 6 | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.3 | 58.9 | 229.2 | 229.26 | +| 3 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.7 | 58.6 | 241.0 | 240.99 | +| 4 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.8 | 57.9 | 238.3 | 238.36 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.3 | 59.3 | 248.3 | 248.35 | +| 8 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.0 | 58.8 | 221.8 | 221.8 | +| 1 | AgriGold | A645-55VT2PRO | VT2Pro | - | 15.7 | 60.9 | 249.3 | 249.25 | +| 5 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.3 | 58.7 | 236.8 | 236.71 | +| 10 | AgriGold | A645-30VT2RIB | VT2RIB | - | 16.7 | 58.6 | 204.2 | 204.16 | +| 9 | AgriGold | A646-30VT2RIB | VT2RIB | - | 13.3 | 58.1 | 214.6 | 214.54 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.0 | 57.2 | 209.8 | 209.8 | + +Top 5 by Yield: A645-55VT2PRO (AgriGold) 249.3, A643-52VT2RIB (AgriGold) 248.3, A642-18SSPRIB (AgriGold) 241.0, A642-05VT2RIBD1 (AgriGold) 238.3, A645-16VT2RIB (AgriGold) 236.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146732.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146732.json new file mode 100644 index 00000000..6f62153e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146732.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146732", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Pella", + "county": "Marion", + "year": 2025, + "plot_id": "146732", + "cooperator": "Jay Boot", + "plot_average": 259.23, + "planted_date": "2025-04-12", + "harvested_date": "2025-09-09", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 0, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Veltyma", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 15, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": null, + "Yield": 241.6, + "Adj Yield": 241.6 + } + }, + { + "rank": 14, + "brand": "Champion Seed", + "product": "6046 Powercore", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": null, + "Yield": 247.0, + "Adj Yield": 247.0 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": null, + "Yield": 239.1, + "Adj Yield": 239.1 + } + }, + { + "rank": 9, + "brand": "Champion Seed", + "product": "59B25PWC", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": null, + "Yield": 265.9, + "Adj Yield": 265.9 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": null, + "Yield": 234.8, + "Adj Yield": 234.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": null, + "Yield": 275.9, + "Adj Yield": 275.9 + } + }, + { + "rank": 16, + "brand": "Champion Seed", + "product": "61A25VT2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": null, + "Yield": 240.7, + "Adj Yield": 240.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 25.6, + "Test Wt.": null, + "Yield": 262.1, + "Adj Yield": 262.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": null, + "Yield": 270.4, + "Adj Yield": 270.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": null, + "Yield": 268.6, + "Adj Yield": 268.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": null, + "Yield": 271.5, + "Adj Yield": 271.5 + } + }, + { + "rank": 8, + "brand": "Champion Seed", + "product": "63A25PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": null, + "Yield": 266.7, + "Adj Yield": 266.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": null, + "Yield": 273.0, + "Adj Yield": 273.0 + } + }, + { + "rank": 1, + "brand": "Champion Seed", + "product": "6496SSPro", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 26.8, + "Test Wt.": null, + "Yield": 280.2, + "Adj Yield": 280.2 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.0, + "Test Wt.": null, + "Yield": 254.6, + "Adj Yield": 254.6 + } + }, + { + "rank": 6, + "brand": "Champion Seed", + "product": "6456SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 27.1, + "Test Wt.": null, + "Yield": 268.7, + "Adj Yield": 268.7 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 23.6, + "Test Wt.": null, + "Yield": 249.9, + "Adj Yield": 249.9 + } + }, + { + "rank": 5, + "brand": "Champion Seed", + "product": "65A23TRE", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.8, + "Test Wt.": null, + "Yield": 270.1, + "Adj Yield": 270.1 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": null, + "Yield": 255.7, + "Adj Yield": 255.7 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": null, + "Yield": 268.6, + "Adj Yield": 268.6 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146732" + ], + "fetched_at": "2026-05-27T02:22:51.322474+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146732.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146732.md new file mode 100644 index 00000000..a98f9938 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146732.md @@ -0,0 +1,50 @@ +# Corn yield trial — Pella, IA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Marion +- **City:** Pella +- **Year:** 2025 +- **Plot ID:** 146732 +- **Cooperator:** Jay Boot +- **Plot average:** 259.23 BU/Ac +- **Planted:** 2025-04-12 +- **Harvested:** 2025-09-09 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Veltyma +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146732 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 15 | AgriGold | A638-91VT2PRO | VT2Pro | - | 23.2 | - | 241.6 | 241.6 | +| 14 | Champion Seed | 6046 Powercore | PWE | - | 21.8 | - | 247.0 | 247.0 | +| 17 | AgriGold | A639-38V-RN | 3220 | - | 20.4 | - | 239.1 | 239.1 | +| 9 | Champion Seed | 59B25PWC | PWE | - | 23.0 | - | 265.9 | 265.9 | +| 18 | AgriGold | A640-16-3110 | 3110 | - | 20.7 | - | 234.8 | 234.8 | +| 2 | AgriGold | A640-94VT4PRO | VT4Pro | - | 22.2 | - | 275.9 | 275.9 | +| 16 | Champion Seed | 61A25VT2P | VT2RIB | - | 20.5 | - | 240.7 | 240.7 | +| 10 | AgriGold | A641-62D-RN | 5122 | - | 25.6 | - | 262.1 | 262.1 | +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 22.9 | - | 270.4 | 270.4 | +| 7 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 23.0 | - | 268.6 | 268.6 | +| 4 | AgriGold | A642-18SSPRIB | SSPRIB | - | 24.1 | - | 271.5 | 271.5 | +| 8 | Champion Seed | 63A25PWE | PWE | - | 21.9 | - | 266.7 | 266.7 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 24.1 | - | 273.0 | 273.0 | +| 1 | Champion Seed | 6496SSPro | SSPRIB | - | 26.8 | - | 280.2 | 280.2 | +| 12 | AgriGold | A645-30VT2RIB | VT2RIB | - | 25.0 | - | 254.6 | 254.6 | +| 6 | Champion Seed | 6456SSP | SSP | - | 27.1 | - | 268.7 | 268.7 | +| 13 | AgriGold | A645-55VT2PRO | VT2Pro | - | 23.6 | - | 249.9 | 249.9 | +| 5 | Champion Seed | 65A23TRE | TreceptaRIB | - | 24.8 | - | 270.1 | 270.1 | +| 11 | AgriGold | A646-17TRC | Trecepta | - | 23.0 | - | 255.7 | 255.7 | +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 22.9 | - | 268.6 | 268.6 | + +Top 5 by Yield: 6496SSPro (Champion Seed) 280.2, A640-94VT4PRO (AgriGold) 275.9, A644-64VT2RIB (AgriGold) 273.0, A642-18SSPRIB (AgriGold) 271.5, A642-32VT2RIB (AgriGold) 270.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146771.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146771.json new file mode 100644 index 00000000..5ba39b8b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146771.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146771", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Reager", + "county": "Norton", + "year": 2025, + "plot_id": "146771", + "cooperator": "Matt Stevenson", + "plot_average": 117.47, + "planted_date": "2025-06-11", + "harvested_date": "2025-11-10", + "population_seeds_per_acre": 20000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Oats", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "Channel", + "product": "201-71TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 59.5, + "Yield": 116.6, + "Adj Yield": 116.6 + } + }, + { + "rank": 17, + "brand": "LG Seeds", + "product": "LG53C44VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 60.4, + "Yield": 105.0, + "Adj Yield": 105.0 + } + }, + { + "rank": 4, + "brand": "Channel", + "product": "205-08TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 59.2, + "Yield": 128.0, + "Adj Yield": 128.0 + } + }, + { + "rank": 13, + "brand": "Channel", + "product": "206-47TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 60.1, + "Yield": 112.3, + "Adj Yield": 112.3 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 58.5, + "Yield": 97.8, + "Adj Yield": 97.8 + } + }, + { + "rank": 10, + "brand": "Channel", + "product": "209-39DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 58.9, + "Yield": 116.2, + "Adj Yield": 116.2 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 58.9, + "Yield": 110.9, + "Adj Yield": 110.9 + } + }, + { + "rank": 5, + "brand": "Channel", + "product": "209-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 59.4, + "Yield": 126.3, + "Adj Yield": 126.3 + } + }, + { + "rank": 6, + "brand": "Channel", + "product": "210-08VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 57.1, + "Yield": 124.2, + "Adj Yield": 124.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 56.8, + "Yield": 129.1, + "Adj Yield": 129.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG61C28V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 56.0, + "Yield": 128.9, + "Adj Yield": 128.9 + } + }, + { + "rank": 3, + "brand": "Channel", + "product": "212-02VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 54.5, + "Yield": 128.4, + "Adj Yield": 128.4 + } + }, + { + "rank": 8, + "brand": "Channel", + "product": "212-29VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 55.7, + "Yield": 118.8, + "Adj Yield": 118.8 + } + }, + { + "rank": 16, + "brand": "LG Seeds", + "product": "LG62C73VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 57.9, + "Yield": 110.0, + "Adj Yield": 110.0 + } + }, + { + "rank": 15, + "brand": "LG Seeds", + "product": "LG62C22VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 55.3, + "Yield": 110.8, + "Adj Yield": 110.8 + } + }, + { + "rank": 12, + "brand": "Channel", + "product": "212-76TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 54.6, + "Yield": 113.0, + "Adj Yield": 113.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 59.1, + "Yield": 115.0, + "Adj Yield": 115.0 + } + }, + { + "rank": 7, + "brand": "Channel", + "product": "214-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 56.4, + "Yield": 123.1, + "Adj Yield": 123.1 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146771" + ], + "fetched_at": "2026-05-27T02:22:51.837040+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146771.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146771.md new file mode 100644 index 00000000..6d143b3e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146771.md @@ -0,0 +1,48 @@ +# Corn yield trial — Reager, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Norton +- **City:** Reager +- **Year:** 2025 +- **Plot ID:** 146771 +- **Cooperator:** Matt Stevenson +- **Plot average:** 117.47 BU/Ac +- **Planted:** 2025-06-11 +- **Harvested:** 2025-11-10 +- **Population:** 20,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Oats +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146771 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | Channel | 201-71TRERIB | TreceptaRIB | - | 15.3 | 59.5 | 116.6 | 116.6 | +| 17 | LG Seeds | LG53C44VT2RIB | VT2RIB | - | 15.1 | 60.4 | 105.0 | 105.0 | +| 4 | Channel | 205-08TRERIB | TreceptaRIB | - | 16.9 | 59.2 | 128.0 | 128.0 | +| 13 | Channel | 206-47TRERIB | TreceptaRIB | - | 16.5 | 60.1 | 112.3 | 112.3 | +| 18 | AgriGold | A636-16-5222EZ | 5222EZ | - | 19.1 | 58.5 | 97.8 | 97.8 | +| 10 | Channel | 209-39DGVT2PRIB | DGVT2PRIB | - | 18.6 | 58.9 | 116.2 | 116.2 | +| 14 | AgriGold | A639-03VT2RIB | VT2RIB | - | 16.4 | 58.9 | 110.9 | 110.9 | +| 5 | Channel | 209-70TRERIB | TreceptaRIB | - | 16.3 | 59.4 | 126.3 | 126.3 | +| 6 | Channel | 210-08VT2PRIB | VT2RIB | - | 17.1 | 57.1 | 124.2 | 124.2 | +| 1 | AgriGold | A641-26V | 3220EZ | - | 17.9 | 56.8 | 129.1 | 129.1 | +| 2 | LG Seeds | LG61C28V | 3220EZ | - | 17.8 | 56.0 | 128.9 | 128.9 | +| 3 | Channel | 212-02VT2PRIB | VT2RIB | - | 20.1 | 54.5 | 128.4 | 128.4 | +| 8 | Channel | 212-29VT2RIB | VT2RIB | - | 20.6 | 55.7 | 118.8 | 118.8 | +| 16 | LG Seeds | LG62C73VT2RIB | VT2RIB | - | 18.7 | 57.9 | 110.0 | 110.0 | +| 15 | LG Seeds | LG62C22VT2RIB | VT2RIB | - | 19.6 | 55.3 | 110.8 | 110.8 | +| 12 | Channel | 212-76TRERIB | TreceptaRIB | - | 21.1 | 54.6 | 113.0 | 113.0 | +| 11 | AgriGold | A642-32VT2RIB | VT2RIB | - | 18.6 | 59.1 | 115.0 | 115.0 | +| 7 | Channel | 214-70TRERIB | TreceptaRIB | - | 20.1 | 56.4 | 123.1 | 123.1 | + +Top 5 by Yield: A641-26V (AgriGold) 129.1, LG61C28V (LG Seeds) 128.9, 212-02VT2PRIB (Channel) 128.4, 205-08TRERIB (Channel) 128.0, 209-70TRERIB (Channel) 126.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146824.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146824.json new file mode 100644 index 00000000..9451d789 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146824.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146824", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "city": "New Carlisle", + "county": "Clark", + "year": 2025, + "plot_id": "146824", + "cooperator": "Dan Maxson", + "plot_average": 258.23, + "planted_date": "2025-05-19", + "harvested_date": "2025-10-14", + "population_seeds_per_acre": 34500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 55.6, + "Yield": 247.1, + "Adj Yield": 247.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 55.3, + "Yield": 247.8, + "Adj Yield": 255.49 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 56.1, + "Yield": 229.7, + "Adj Yield": 233.62 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": 56.5, + "Yield": 239.2, + "Adj Yield": 239.82 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 54.6, + "Yield": 249.2, + "Adj Yield": 246.61 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 56.3, + "Yield": 265.2, + "Adj Yield": 265.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 56.3, + "Yield": 265.2, + "Adj Yield": 261.59 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A640-16DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 24.4, + "Test Wt.": 53.8, + "Yield": 265.7, + "Adj Yield": 263.02 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 24.7, + "Test Wt.": 55.4, + "Yield": 265.6, + "Adj Yield": 263.3 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.9, + "Test Wt.": 53.3, + "Yield": 240.1, + "Adj Yield": 237.83 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 26.0, + "Test Wt.": 52.9, + "Yield": 261.9, + "Adj Yield": 259.48 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.2, + "Test Wt.": 55.3, + "Yield": 289.6, + "Adj Yield": 286.72 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 27.3, + "Test Wt.": 53.4, + "Yield": 268.4, + "Adj Yield": 265.04 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.9, + "Test Wt.": 53.4, + "Yield": 302.4, + "Adj Yield": 298.29 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 55.6, + "Yield": 251.2, + "Adj Yield": 246.13 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 54.7, + "Yield": 265.5, + "Adj Yield": 265.5 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146824" + ], + "fetched_at": "2026-05-27T02:22:52.268245+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146824.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146824.md new file mode 100644 index 00000000..a9923256 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146824.md @@ -0,0 +1,45 @@ +# Corn yield trial — New Carlisle, OH, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** OH +- **County:** Clark +- **City:** New Carlisle +- **Year:** 2025 +- **Plot ID:** 146824 +- **Cooperator:** Dan Maxson +- **Plot average:** 258.23 BU/Ac +- **Planted:** 2025-05-19 +- **Harvested:** 2025-10-14 +- **Population:** 34,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146824 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A640-16-3110 | 3110 | - | 20.6 | 55.6 | 247.1 | 247.1 | +| 8 | AgriGold | A634-65TRC | Trecepta | - | 19.4 | 55.3 | 247.8 | 255.49 | +| 13 | AgriGold | A636-39-3110 | 3110 | - | 21.2 | 56.1 | 229.7 | 233.62 | +| 11 | AgriGold | A637-72VT2RIB | VT2RIB | - | 22.5 | 56.5 | 239.2 | 239.82 | +| 9 | AgriGold | A639-38V-RN | 3220 | - | 22.0 | 54.6 | 249.2 | 246.61 | +| - | AgriGold | A640-16-3110 | 3110 | - | 22.7 | 56.3 | 265.2 | 265.2 | +| 6 | AgriGold | A640-16-3110 | 3110 | - | 22.7 | 56.3 | 265.2 | 261.59 | +| 5 | AgriGold | A640-16DV-RN | 5222 | - | 24.4 | 53.8 | 265.7 | 263.02 | +| 4 | AgriGold | A640-94VT4PRO | VT4Pro | - | 24.7 | 55.4 | 265.6 | 263.3 | +| 12 | AgriGold | A639-03VT2RIB | VT2RIB | - | 25.9 | 53.3 | 240.1 | 237.83 | +| 7 | AgriGold | A642-18SSPRIB | SSPRIB | - | 26.0 | 52.9 | 261.9 | 259.48 | +| 2 | AgriGold | A642-32VT2RIB | VT2RIB | - | 25.2 | 55.3 | 289.6 | 286.72 | +| 3 | AgriGold | A641-26V | 3220EZ | - | 27.3 | 53.4 | 268.4 | 265.04 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 25.9 | 53.4 | 302.4 | 298.29 | +| 10 | AgriGold | A632-68VT2RIB | VT2RIB | - | 20.1 | 55.6 | 251.2 | 246.13 | +| - | AgriGold | A640-16-3110 | 3110 | - | 23.2 | 54.7 | 265.5 | 265.5 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 302.4, A642-32VT2RIB (AgriGold) 289.6, A641-26V (AgriGold) 268.4, A640-16DV-RN (AgriGold) 265.7, A640-94VT4PRO (AgriGold) 265.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146826.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146826.json new file mode 100644 index 00000000..047281b2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146826.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146826", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "city": "Piqua", + "county": "Miami", + "year": 2025, + "plot_id": "146826", + "cooperator": "Brian Francis", + "plot_average": 260.04, + "planted_date": "2025-05-11", + "harvested_date": "2025-10-09", + "population_seeds_per_acre": 34500, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 269.2, + "Adj Yield": 269.2 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 238.8, + "Adj Yield": 239.41 + } + }, + { + "rank": 13, + "brand": "Ebberts Field Seeds", + "product": "7335PC", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 254.0, + "Adj Yield": 255.04 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": null, + "Yield": 254.9, + "Adj Yield": 256.29 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 243.0, + "Adj Yield": 244.94 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 252.9, + "Adj Yield": 255.48 + } + }, + { + "rank": 9, + "brand": "Ebberts Field Seeds", + "product": "7557PC", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 257.5, + "Adj Yield": 260.83 + } + }, + { + "rank": 4, + "brand": "Ebberts Field Seeds", + "product": "7660PC", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 260.0, + "Adj Yield": 264.47 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 263.4, + "Adj Yield": 263.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 263.4, + "Adj Yield": 267.76 + } + }, + { + "rank": 6, + "brand": "Ebberts Field Seeds", + "product": "7770PC", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 260.4, + "Adj Yield": 263.32 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": null, + "Yield": 260.9, + "Adj Yield": 262.57 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 259.9, + "Adj Yield": 260.4 + } + }, + { + "rank": 3, + "brand": "Ebberts Field Seeds", + "product": "7442PC", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 265.7, + "Adj Yield": 265.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": null, + "Yield": 266.1, + "Adj Yield": 264.16 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": null, + "Yield": 282.0, + "Adj Yield": 278.73 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": null, + "Yield": 267.0, + "Adj Yield": 262.2 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 276.0, + "Adj Yield": 276.0 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146826" + ], + "fetched_at": "2026-05-27T02:22:52.829457+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146826.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146826.md new file mode 100644 index 00000000..5b22aeba --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146826.md @@ -0,0 +1,47 @@ +# Corn yield trial — Piqua, OH, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** OH +- **County:** Miami +- **City:** Piqua +- **Year:** 2025 +- **Plot ID:** 146826 +- **Cooperator:** Brian Francis +- **Plot average:** 260.04 BU/Ac +- **Planted:** 2025-05-11 +- **Harvested:** 2025-10-09 +- **Population:** 34,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146826 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A640-16-3110 | 3110 | - | 18.3 | - | 269.2 | 269.2 | +| 15 | AgriGold | A634-65TRC | Trecepta | - | 15.8 | - | 238.8 | 239.41 | +| 13 | Ebberts Field Seeds | 7335PC | PCE | - | 16.4 | - | 254.0 | 255.04 | +| 11 | AgriGold | A636-11VT2RIB | VT2RIB | - | 16.0 | - | 254.9 | 256.29 | +| 14 | AgriGold | A636-39-3110 | 3110 | - | 17.7 | - | 243.0 | 244.94 | +| 12 | AgriGold | A639-03VT2RIB | VT2RIB | - | 17.0 | - | 252.9 | 255.48 | +| 9 | Ebberts Field Seeds | 7557PC | PCE | - | 17.1 | - | 257.5 | 260.83 | +| 4 | Ebberts Field Seeds | 7660PC | PCE | - | 18.3 | - | 260.0 | 264.47 | +| - | AgriGold | A640-16-3110 | 3110 | - | 18.5 | - | 263.4 | 263.4 | +| 2 | AgriGold | A640-16-3110 | 3110 | - | 18.5 | - | 263.4 | 267.76 | +| 6 | Ebberts Field Seeds | 7770PC | PCE | - | 18.3 | - | 260.4 | 263.32 | +| 7 | AgriGold | A641-62D-RN | 5122 | - | 19.4 | - | 260.9 | 262.57 | +| 10 | AgriGold | A642-32VT2RIB | VT2RIB | - | 18.8 | - | 259.9 | 260.4 | +| 3 | Ebberts Field Seeds | 7442PC | PCE | - | 17.8 | - | 265.7 | 265.0 | +| 5 | AgriGold | A642-18SSPRIB | SSPRIB | - | 19.8 | - | 266.1 | 264.16 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.9 | - | 282.0 | 278.73 | +| 8 | AgriGold | A645-16VT2RIB | VT2RIB | - | 20.4 | - | 267.0 | 262.2 | +| - | AgriGold | A640-16-3110 | 3110 | - | 18.8 | - | 276.0 | 276.0 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 282.0, A640-16-3110 (AgriGold) 276.0, A640-16-3110 (AgriGold) 269.2, A645-16VT2RIB (AgriGold) 267.0, A642-18SSPRIB (AgriGold) 266.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146833.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146833.json new file mode 100644 index 00000000..7b7da48e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146833.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146833", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Casey", + "county": "Cumberland", + "year": 2025, + "plot_id": "146833", + "cooperator": "Mike Mullen", + "plot_average": 221.87, + "planted_date": "2025-05-14", + "harvested_date": "2025-10-17", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": null, + "Yield": 218.3, + "Adj Yield": 218.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 238.0, + "Adj Yield": 238.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": null, + "Yield": 220.0, + "Adj Yield": 220.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": null, + "Yield": 227.6, + "Adj Yield": 227.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": null, + "Yield": 218.0, + "Adj Yield": 218.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 227.9, + "Adj Yield": 227.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 232.3, + "Adj Yield": 232.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 218.6, + "Adj Yield": 218.6 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": null, + "Yield": 196.1, + "Adj Yield": 196.1 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146833" + ], + "fetched_at": "2026-05-27T02:22:53.307830+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146833.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146833.md new file mode 100644 index 00000000..7f38e62d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146833.md @@ -0,0 +1,38 @@ +# Corn yield trial — Casey, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Cumberland +- **City:** Casey +- **Year:** 2025 +- **Plot ID:** 146833 +- **Cooperator:** Mike Mullen +- **Plot average:** 221.87 BU/Ac +- **Planted:** 2025-05-14 +- **Harvested:** 2025-10-17 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146833 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.9 | - | 218.3 | 218.3 | +| 1 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.9 | - | 238.0 | 238.0 | +| 5 | AgriGold | A642-32VT2RIB | VT2RIB | - | 13.2 | - | 220.0 | 220.0 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.9 | - | 227.6 | 227.6 | +| 8 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.7 | - | 218.0 | 218.0 | +| 3 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.9 | - | 227.9 | 227.9 | +| 2 | AgriGold | A645-30VT2RIB | VT2RIB | - | 17.0 | - | 232.3 | 232.3 | +| 6 | AgriGold | A645-71STXRIB | STXRIB | - | 16.2 | - | 218.6 | 218.6 | +| 9 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 13.8 | - | 196.1 | 196.1 | + +Top 5 by Yield: A642-18SSPRIB (AgriGold) 238.0, A645-30VT2RIB (AgriGold) 232.3, A645-16VT2RIB (AgriGold) 227.9, A643-52VT2RIB (AgriGold) 227.6, A642-32VT2RIB (AgriGold) 220.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146836.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146836.json new file mode 100644 index 00000000..35da3883 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146836.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146836", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Huey", + "county": "Clinton", + "year": 2025, + "plot_id": "146836", + "cooperator": "Ryan Hughes", + "plot_average": 169.37, + "planted_date": "2025-06-02", + "harvested_date": "2025-10-17", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 12, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 11, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 61.6, + "Yield": 131.8, + "Adj Yield": 131.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 59.0, + "Yield": 157.4, + "Adj Yield": 157.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 58.7, + "Yield": 194.8, + "Adj Yield": 194.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 61.8, + "Yield": 179.1, + "Adj Yield": 179.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 61.4, + "Yield": 175.2, + "Adj Yield": 175.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 58.5, + "Yield": 154.6, + "Adj Yield": 154.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.2, + "Yield": 182.5, + "Adj Yield": 182.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 62.3, + "Yield": 183.2, + "Adj Yield": 183.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 60.1, + "Yield": 174.7, + "Adj Yield": 174.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 59.8, + "Yield": 163.0, + "Adj Yield": 163.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 59.1, + "Yield": 166.8, + "Adj Yield": 166.8 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146836" + ], + "fetched_at": "2026-05-27T02:22:53.801391+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146836.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146836.md new file mode 100644 index 00000000..c50d6d99 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146836.md @@ -0,0 +1,41 @@ +# Corn yield trial — Huey, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Clinton +- **City:** Huey +- **Year:** 2025 +- **Plot ID:** 146836 +- **Cooperator:** Ryan Hughes +- **Plot average:** 169.37 BU/Ac +- **Planted:** 2025-06-02 +- **Harvested:** 2025-10-17 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 12 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146836 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 11 | AgriGold | A640-94VT4PRO | VT4Pro | - | 12.9 | 61.6 | 131.8 | 131.8 | +| 9 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 13.9 | 59.0 | 157.4 | 157.4 | +| 1 | AgriGold | A642-18SSPRIB | SSPRIB | - | 13.6 | 58.7 | 194.8 | 194.8 | +| 4 | AgriGold | A642-32VT2RIB | VT2RIB | - | 13.7 | 61.8 | 179.1 | 179.1 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.9 | 61.4 | 175.2 | 175.2 | +| 10 | AgriGold | A644-64VT2RIB | VT2RIB | - | 12.8 | 58.5 | 154.6 | 154.6 | +| 3 | AgriGold | A645-16VT2RIB | VT2RIB | - | 13.7 | 60.2 | 182.5 | 182.5 | +| 2 | AgriGold | A645-30VT2RIB | VT2RIB | - | 14.2 | 62.3 | 183.2 | 183.2 | +| 6 | AgriGold | A645-71STXRIB | STXRIB | - | 14.3 | 60.1 | 174.7 | 174.7 | +| 8 | AgriGold | A646-17TRC | Trecepta | - | 13.4 | 59.8 | 163.0 | 163.0 | +| 7 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 13.5 | 59.1 | 166.8 | 166.8 | + +Top 5 by Yield: A642-18SSPRIB (AgriGold) 194.8, A645-30VT2RIB (AgriGold) 183.2, A645-16VT2RIB (AgriGold) 182.5, A642-32VT2RIB (AgriGold) 179.1, A643-52VT2RIB (AgriGold) 175.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146837.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146837.json new file mode 100644 index 00000000..9ebc1751 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146837.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146837", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Venedy", + "county": "Washington", + "year": 2025, + "plot_id": "146837", + "cooperator": "Eric Brammeier", + "plot_average": 198.11, + "planted_date": "2025-05-27", + "harvested_date": "2025-10-04", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": null, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 61.4, + "Yield": 220.7, + "Adj Yield": 220.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 62.1, + "Yield": 217.3, + "Adj Yield": 217.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 60.8, + "Yield": 215.8, + "Adj Yield": 215.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 59.8, + "Yield": 222.6, + "Adj Yield": 222.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 61.3, + "Yield": 219.7, + "Adj Yield": 219.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 60.9, + "Yield": 211.0, + "Adj Yield": 211.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 61.3, + "Yield": 195.1, + "Adj Yield": 195.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 57.0, + "Yield": 177.2, + "Adj Yield": 177.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 62.5, + "Yield": 183.0, + "Adj Yield": 183.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 62.7, + "Yield": 180.6, + "Adj Yield": 180.6 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 60.1, + "Yield": 174.0, + "Adj Yield": 174.0 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 59.2, + "Yield": 160.3, + "Adj Yield": 160.3 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146837" + ], + "fetched_at": "2026-05-27T02:22:54.290105+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146837.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146837.md new file mode 100644 index 00000000..7802c5cf --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146837.md @@ -0,0 +1,41 @@ +# Corn yield trial — Venedy, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Washington +- **City:** Venedy +- **Year:** 2025 +- **Plot ID:** 146837 +- **Cooperator:** Eric Brammeier +- **Plot average:** 198.11 BU/Ac +- **Planted:** 2025-05-27 +- **Harvested:** 2025-10-04 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146837 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | A640-94VT4PRO | VT4Pro | - | 15.6 | 61.4 | 220.7 | 220.7 | +| 4 | AgriGold | A641-26V | 3220EZ | - | 15.9 | 62.1 | 217.3 | 217.3 | +| 5 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.6 | 60.8 | 215.8 | 215.8 | +| 1 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.5 | 59.8 | 222.6 | 222.6 | +| 3 | AgriGold | A642-32VT2RIB | VT2RIB | - | 16.4 | 61.3 | 219.7 | 219.7 | +| 6 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.3 | 60.9 | 211.0 | 211.0 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.6 | 61.3 | 195.1 | 195.1 | +| 10 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.1 | 57.0 | 177.2 | 177.2 | +| 8 | AgriGold | A645-30VT2RIB | VT2RIB | - | 13.8 | 62.5 | 183.0 | 183.0 | +| 9 | AgriGold | A645-71STXRIB | STXRIB | - | 11.4 | 62.7 | 180.6 | 180.6 | +| 11 | AgriGold | A646-17STXRIB | STXRIB | - | 15.9 | 60.1 | 174.0 | 174.0 | +| 12 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 13.7 | 59.2 | 160.3 | 160.3 | + +Top 5 by Yield: A642-18SSPRIB (AgriGold) 222.6, A640-94VT4PRO (AgriGold) 220.7, A642-32VT2RIB (AgriGold) 219.7, A641-26V (AgriGold) 217.3, A642-05VT2RIBD1 (AgriGold) 215.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146878.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146878.json new file mode 100644 index 00000000..f4f1075d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146878.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146878", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Gothenburg", + "county": "Dawson", + "year": 2025, + "plot_id": "146878", + "cooperator": "Javan Ristine", + "plot_average": 242.58, + "planted_date": "2025-05-06", + "harvested_date": "2025-11-07", + "population_seeds_per_acre": 32000, + "row_width": "36.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "None", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Dekalb", + "product": "DKC62-69RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 58.6, + "Yield": 250.5, + "Adj Yield": 250.5 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC62-69RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 58.6, + "Yield": 250.5, + "Adj Yield": 246.06 + } + }, + { + "rank": 13, + "brand": "Hoegemeyer", + "product": "7918V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 57.7, + "Yield": 241.9, + "Adj Yield": 238.07 + } + }, + { + "rank": 8, + "brand": "Hoegemeyer", + "product": "8014PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 57.4, + "Yield": 248.6, + "Adj Yield": 245.45 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.2, + "Yield": 248.3, + "Adj Yield": 245.9 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 58.8, + "Yield": 229.9, + "Adj Yield": 228.13 + } + }, + { + "rank": 10, + "brand": "Hoegemeyer", + "product": "8172V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 59.9, + "Yield": 243.2, + "Adj Yield": 242.13 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 57.4, + "Yield": 224.9, + "Adj Yield": 224.57 + } + }, + { + "rank": 2, + "brand": "Becks", + "product": "6216PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 57.7, + "Yield": 250.0, + "Adj Yield": 250.35 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P12517V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 57.9, + "Yield": 245.4, + "Adj Yield": 246.44 + } + }, + { + "rank": 1, + "brand": "Becks", + "product": "6344SXP", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 56.9, + "Yield": 252.6, + "Adj Yield": 254.27 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 57.4, + "Yield": 237.4, + "Adj Yield": 239.79 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 58.4, + "Yield": 234.2, + "Adj Yield": 237.29 + } + }, + { + "rank": 9, + "brand": "Becks", + "product": "6510V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 58.3, + "Yield": 241.5, + "Adj Yield": 245.24 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC116-62RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 57.8, + "Yield": 242.4, + "Adj Yield": 246.88 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC62-69RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 58.7, + "Yield": 240.2, + "Adj Yield": 240.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 60.6, + "Yield": 244.6, + "Adj Yield": 249.17 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 59.3, + "Yield": 237.5, + "Adj Yield": 241.61 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146878" + ], + "fetched_at": "2026-05-27T02:22:54.827697+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146878.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146878.md new file mode 100644 index 00000000..342d53c0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146878.md @@ -0,0 +1,49 @@ +# Corn yield trial — Gothenburg, NE, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Dawson +- **City:** Gothenburg +- **Year:** 2025 +- **Plot ID:** 146878 +- **Cooperator:** Javan Ristine +- **Plot average:** 242.58 BU/Ac +- **Planted:** 2025-05-06 +- **Harvested:** 2025-11-07 +- **Population:** 32,000 seeds/acre +- **Row width:** 36.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Corn +- **Irrigation:** Yes +- **Fungicide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146878 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Dekalb | DKC62-69RIB | STXRIB | - | 17.9 | 58.6 | 250.5 | 250.5 | +| 6 | Dekalb | DKC62-69RIB | STXRIB | - | 17.9 | 58.6 | 250.5 | 246.06 | +| 13 | Hoegemeyer | 7918V | Vorceed | - | 16.4 | 57.7 | 241.9 | 238.07 | +| 8 | Hoegemeyer | 8014PCE | PCE | - | 16.2 | 57.4 | 248.6 | 245.45 | +| 7 | AgriGold | A640-94VT4PRO | VT4Pro | - | 15.7 | 59.2 | 248.3 | 245.9 | +| 15 | Dekalb | DKC110-10RIB | STXRIB | - | 15.9 | 58.8 | 229.9 | 228.13 | +| 10 | Hoegemeyer | 8172V | Vorceed | - | 15.5 | 59.9 | 243.2 | 242.13 | +| 16 | AgriGold | A642-18TRC | Trecepta | - | 17.4 | 57.4 | 224.9 | 224.57 | +| 2 | Becks | 6216PCE | PCE | - | 16.5 | 57.7 | 250.0 | 250.35 | +| 5 | Pioneer | P12517V | Vorceed | - | 16.5 | 57.9 | 245.4 | 246.44 | +| 1 | Becks | 6344SXP | SSPRIB | - | 18.1 | 56.9 | 252.6 | 254.27 | +| 12 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.2 | 57.4 | 237.4 | 239.79 | +| 14 | Dekalb | DKC114-42RIB | SSPRIB | - | 18.0 | 58.4 | 234.2 | 237.29 | +| 9 | Becks | 6510V | Vorceed | - | 18.7 | 58.3 | 241.5 | 245.24 | +| 4 | Dekalb | DKC116-62RIB | SSPRIB | - | 18.8 | 57.8 | 242.4 | 246.88 | +| - | Dekalb | DKC62-69RIB | STXRIB | - | 17.7 | 58.7 | 240.2 | 240.2 | +| 3 | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.1 | 60.6 | 244.6 | 249.17 | +| 11 | AgriGold | A645-55VT2PRO | VT2Pro | - | 17.2 | 59.3 | 237.5 | 241.61 | + +Top 5 by Yield: 6344SXP (Becks) 252.6, DKC62-69RIB (Dekalb) 250.5, DKC62-69RIB (Dekalb) 250.5, 6216PCE (Becks) 250.0, 8014PCE (Hoegemeyer) 248.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146880.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146880.json new file mode 100644 index 00000000..4391ee15 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146880.json @@ -0,0 +1,283 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146880", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Lexington", + "county": "Dawson", + "year": 2025, + "plot_id": "146880", + "cooperator": "Crawford Farms Partnership", + "plot_average": 214.84, + "planted_date": "2025-05-03", + "harvested_date": "2025-10-22", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 61.5, + "Yield": 227.9, + "Adj Yield": 227.9 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 61.5, + "Yield": 227.9, + "Adj Yield": 227.16 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 59.8, + "Yield": 210.8, + "Adj Yield": 210.21 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 63.1, + "Yield": 207.6, + "Adj Yield": 207.08 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P11056V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 62.5, + "Yield": 221.9, + "Adj Yield": 221.48 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 62.7, + "Yield": 209.3, + "Adj Yield": 208.99 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 61.5, + "Yield": 206.3, + "Adj Yield": 206.05 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC112-29RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 61.3, + "Yield": 229.1, + "Adj Yield": 228.92 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P12393V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 61.9, + "Yield": 231.7, + "Adj Yield": 231.65 + } + }, + { + "rank": 15, + "brand": "Channel", + "product": "212-40VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 59.7, + "Yield": 199.4, + "Adj Yield": 199.43 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P12517V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 62.8, + "Yield": 240.5, + "Adj Yield": 240.56 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P13777V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 62.1, + "Yield": 230.2, + "Adj Yield": 230.37 + } + }, + { + "rank": 9, + "brand": "Channel", + "product": "214-22STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 63.1, + "Yield": 219.8, + "Adj Yield": 220.09 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.9, + "Yield": 202.4, + "Adj Yield": 202.7 + } + }, + { + "rank": 16, + "brand": "Channel", + "product": "215-15SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.5, + "Yield": 188.5, + "Adj Yield": 188.89 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 61.5, + "Yield": 233.6, + "Adj Yield": 234.16 + } + }, + { + "rank": 17, + "brand": "Channel", + "product": "217-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 62.4, + "Yield": 171.8, + "Adj Yield": 172.42 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC119-30RIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 60.2, + "Yield": 221.5, + "Adj Yield": 222.14 + } + }, + { + "rank": null, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 60.5, + "Yield": 226.3, + "Adj Yield": 226.3 + } + } + ], + "n_results": 19, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146880" + ], + "fetched_at": "2026-05-27T02:22:55.297088+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146880.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146880.md new file mode 100644 index 00000000..356de4c6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146880.md @@ -0,0 +1,49 @@ +# Corn yield trial — Lexington, NE, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Dawson +- **City:** Lexington +- **Year:** 2025 +- **Plot ID:** 146880 +- **Cooperator:** Crawford Farms Partnership +- **Plot average:** 214.84 BU/Ac +- **Planted:** 2025-05-03 +- **Harvested:** 2025-10-22 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146880 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Pioneer | P1742Q | QROME | - | 15.1 | 61.5 | 227.9 | 227.9 | +| 6 | Pioneer | P1742Q | QROME | - | 15.1 | 61.5 | 227.9 | 227.16 | +| 10 | Dekalb | DKC110-10RIB | STXRIB | - | 13.3 | 59.8 | 210.8 | 210.21 | +| 12 | AgriGold | A640-94VT4PRO | VT4Pro | - | 12.6 | 63.1 | 207.6 | 207.08 | +| 8 | Pioneer | P11056V | Vorceed | - | 13.6 | 62.5 | 221.9 | 221.48 | +| 11 | AgriGold | A641-85STXRIB | STXRIB | - | 13.6 | 62.7 | 209.3 | 208.99 | +| 13 | AgriGold | A642-18SSPRIB | SSPRIB | - | 13.8 | 61.5 | 206.3 | 206.05 | +| 5 | Dekalb | DKC112-29RIB | SSPRIB | - | 13.6 | 61.3 | 229.1 | 228.92 | +| 3 | Pioneer | P12393V | Vorceed | - | 14.1 | 61.9 | 231.7 | 231.65 | +| 15 | Channel | 212-40VT4PRIB | VT4RIB | - | 13.3 | 59.7 | 199.4 | 199.43 | +| 1 | Pioneer | P12517V | Vorceed | - | 13.3 | 62.8 | 240.5 | 240.56 | +| 4 | Pioneer | P13777V | Vorceed | - | 14.2 | 62.1 | 230.2 | 230.37 | +| 9 | Channel | 214-22STXRIB | STXRIB | - | 13.8 | 63.1 | 219.8 | 220.09 | +| 14 | Dekalb | DKC114-42RIB | SSPRIB | - | 14.4 | 59.9 | 202.4 | 202.7 | +| 16 | Channel | 215-15SSPRIB | SSPRIB | - | 14.4 | 59.5 | 188.5 | 188.89 | +| 2 | AgriGold | A646-17STXRIB | STXRIB | - | 15.8 | 61.5 | 233.6 | 234.16 | +| 17 | Channel | 217-12STXRIB | STXRIB | - | 15.7 | 62.4 | 171.8 | 172.42 | +| 7 | Dekalb | DKC119-30RIB | VT4Pro | - | 15.5 | 60.2 | 221.5 | 222.14 | +| - | Pioneer | P1742Q | QROME | - | 15.0 | 60.5 | 226.3 | 226.3 | + +Top 5 by Yield: P12517V (Pioneer) 240.5, A646-17STXRIB (AgriGold) 233.6, P12393V (Pioneer) 231.7, P13777V (Pioneer) 230.2, DKC112-29RIB (Dekalb) 229.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146882.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146882.json new file mode 100644 index 00000000..70949a57 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146882.json @@ -0,0 +1,283 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146882", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Holdrege", + "county": "Phelps", + "year": 2025, + "plot_id": "146882", + "cooperator": "Mark Wells", + "plot_average": 255.73, + "planted_date": "2025-05-01", + "harvested_date": "2025-10-07", + "population_seeds_per_acre": 32500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "Unknown", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": 55.0, + "Yield": 249.2, + "Adj Yield": 249.2 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A634-65TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 55.0, + "Yield": 236.3, + "Adj Yield": 234.73 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 56.6, + "Yield": 264.2, + "Adj Yield": 262.99 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 56.2, + "Yield": 242.4, + "Adj Yield": 241.51 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 56.1, + "Yield": 274.8, + "Adj Yield": 274.16 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 55.8, + "Yield": 252.4, + "Adj Yield": 251.96 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 54.6, + "Yield": 241.8, + "Adj Yield": 241.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 57.2, + "Yield": 260.6, + "Adj Yield": 260.51 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 55.1, + "Yield": 264.7, + "Adj Yield": 264.64 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 55.1, + "Yield": 247.3, + "Adj Yield": 247.3 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 55.1, + "Yield": 247.3, + "Adj Yield": 247.34 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 55.6, + "Yield": 252.8, + "Adj Yield": 252.92 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 54.9, + "Yield": 267.8, + "Adj Yield": 268.06 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 53.8, + "Yield": 262.9, + "Adj Yield": 263.38 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": 57.0, + "Yield": 255.7, + "Adj Yield": 256.37 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 56.3, + "Yield": 261.6, + "Adj Yield": 262.47 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 26.2, + "Test Wt.": 54.0, + "Yield": 254.4, + "Adj Yield": 255.52 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.4, + "Test Wt.": 53.7, + "Yield": 252.2, + "Adj Yield": 253.67 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 23.9, + "Test Wt.": 53.6, + "Yield": 245.4, + "Adj Yield": 245.4 + } + } + ], + "n_results": 19, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146882" + ], + "fetched_at": "2026-05-27T02:22:55.815155+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146882.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146882.md new file mode 100644 index 00000000..50a0259b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146882.md @@ -0,0 +1,50 @@ +# Corn yield trial — Holdrege, NE, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NE +- **County:** Phelps +- **City:** Holdrege +- **Year:** 2025 +- **Plot ID:** 146882 +- **Cooperator:** Mark Wells +- **Plot average:** 255.73 BU/Ac +- **Planted:** 2025-05-01 +- **Harvested:** 2025-10-07 +- **Population:** 32,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Corn +- **Irrigation:** Yes +- **Fungicide:** Unknown +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146882 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A642-18SSPRIB | SSPRIB | - | 22.9 | 55.0 | 249.2 | 249.2 | +| 16 | AgriGold | A634-65TRCRIB | TreceptaRIB | - | 16.2 | 55.0 | 236.3 | 234.73 | +| 5 | AgriGold | A638-91VT2PRO | VT2Pro | - | 20.1 | 56.6 | 264.2 | 262.99 | +| 14 | AgriGold | A639-38V-RN | 3220 | - | 19.1 | 56.2 | 242.4 | 241.51 | +| 1 | AgriGold | A640-94VT4PRO | VT4Pro | - | 19.4 | 56.1 | 274.8 | 274.16 | +| 12 | AgriGold | A641-26V | 3220EZ | - | 21.2 | 55.8 | 252.4 | 251.96 | +| 15 | AgriGold | A641-62D-RN | 5122 | - | 20.1 | 54.6 | 241.8 | 241.5 | +| 7 | AgriGold | A641-85STXRIB | STXRIB | - | 19.0 | 57.2 | 260.6 | 260.51 | +| 3 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 18.5 | 55.1 | 264.7 | 264.64 | +| - | AgriGold | A642-18SSPRIB | SSPRIB | - | 21.9 | 55.1 | 247.3 | 247.3 | +| 13 | AgriGold | A642-18SSPRIB | SSPRIB | - | 21.9 | 55.1 | 247.3 | 247.34 | +| 11 | AgriGold | A642-32VT2RIB | VT2RIB | - | 20.9 | 55.6 | 252.8 | 252.92 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 22.8 | 54.9 | 267.8 | 268.06 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 21.7 | 53.8 | 262.9 | 263.38 | +| 8 | AgriGold | A645-30VT2RIB | VT2RIB | - | 23.0 | 57.0 | 255.7 | 256.37 | +| 6 | AgriGold | A645-55VT2PRO | VT2Pro | - | 22.1 | 56.3 | 261.6 | 262.47 | +| 9 | AgriGold | A646-17STXRIB | STXRIB | - | 26.2 | 54.0 | 254.4 | 255.52 | +| 10 | AgriGold | A646-30VT2RIB | VT2RIB | - | 24.4 | 53.7 | 252.2 | 253.67 | +| - | AgriGold | A642-18SSPRIB | SSPRIB | - | 23.9 | 53.6 | 245.4 | 245.4 | + +Top 5 by Yield: A640-94VT4PRO (AgriGold) 274.8, A643-52VT2RIB (AgriGold) 267.8, A642-05VT2RIBD1 (AgriGold) 264.7, A638-91VT2PRO (AgriGold) 264.2, A644-64VT2RIB (AgriGold) 262.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146886.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146886.json new file mode 100644 index 00000000..c9bfd4e0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146886.json @@ -0,0 +1,309 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146886", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Norton", + "county": "Norton", + "year": 2025, + "plot_id": "146886", + "cooperator": "Andy Nickell", + "plot_average": 139.61, + "planted_date": "2025-06-12", + "harvested_date": "2025-11-13", + "population_seeds_per_acre": 18000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Wheat", + "irrigation": "None", + "fungicide": "Quilt Xcel", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 58.7, + "Yield": 142.1, + "Adj Yield": 142.1 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 58.8, + "Yield": 115.3, + "Adj Yield": 120.18 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 59.0, + "Yield": 119.7, + "Adj Yield": 123.46 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.2, + "Yield": 129.1, + "Adj Yield": 131.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.0, + "Yield": 141.6, + "Adj Yield": 143.26 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.3, + "Yield": 133.7, + "Adj Yield": 134.42 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.2, + "Yield": 144.2, + "Adj Yield": 144.07 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 57.9, + "Yield": 130.0, + "Adj Yield": 129.08 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 60.1, + "Yield": 145.7, + "Adj Yield": 143.96 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A640-16DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 59.5, + "Yield": 138.1, + "Adj Yield": 135.5 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 58.4, + "Yield": 152.0, + "Adj Yield": 152.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 58.4, + "Yield": 152.0, + "Adj Yield": 149.25 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.2, + "Yield": 138.4, + "Adj Yield": 136.13 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 58.5, + "Yield": 146.4, + "Adj Yield": 144.38 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 56.8, + "Yield": 146.1, + "Adj Yield": 144.21 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.9, + "Yield": 148.1, + "Adj Yield": 146.26 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 57.0, + "Yield": 131.7, + "Adj Yield": 129.86 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 58.5, + "Yield": 156.9, + "Adj Yield": 154.94 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 59.6, + "Yield": 147.7, + "Adj Yield": 145.55 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 57.8, + "Yield": 159.2, + "Adj Yield": 156.84 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 57.6, + "Yield": 151.1, + "Adj Yield": 151.1 + } + } + ], + "n_results": 21, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146886" + ], + "fetched_at": "2026-05-27T02:22:56.320401+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146886.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146886.md new file mode 100644 index 00000000..ba21cf48 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146886.md @@ -0,0 +1,52 @@ +# Corn yield trial — Norton, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Norton +- **City:** Norton +- **Year:** 2025 +- **Plot ID:** 146886 +- **Cooperator:** Andy Nickell +- **Plot average:** 139.61 BU/Ac +- **Planted:** 2025-06-12 +- **Harvested:** 2025-11-13 +- **Population:** 18,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Wheat +- **Irrigation:** None +- **Fungicide:** Quilt Xcel +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146886 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.6 | 58.7 | 142.1 | 142.1 | +| 18 | AgriGold | A634-11SSPRIB | SSPRIB | - | 13.1 | 58.8 | 115.3 | 120.18 | +| 17 | AgriGold | A634-65TRC | Trecepta | - | 13.3 | 59.0 | 119.7 | 123.46 | +| 14 | AgriGold | A636-16-5222EZ | 5222EZ | - | 15.6 | 59.2 | 129.1 | 131.7 | +| 10 | AgriGold | A636-39-3110 | 3110 | - | 14.2 | 60.0 | 141.6 | 143.26 | +| 13 | AgriGold | A636-42SSPRIB | SSPRIB | - | 14.8 | 58.3 | 133.7 | 134.42 | +| 8 | AgriGold | A638-91VT2PRO | VT2Pro | - | 14.3 | 59.2 | 144.2 | 144.07 | +| 16 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.2 | 57.9 | 130.0 | 129.08 | +| 9 | AgriGold | A639-38V-RN | 3220 | - | 15.3 | 60.1 | 145.7 | 143.96 | +| 12 | AgriGold | A640-16DV-RN | 5222 | - | 16.6 | 59.5 | 138.1 | 135.5 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.9 | 58.4 | 152.0 | 152.0 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.9 | 58.4 | 152.0 | 149.25 | +| 11 | AgriGold | A640-94VT4PRO | VT4Pro | - | 14.9 | 58.2 | 138.4 | 136.13 | +| 6 | AgriGold | A641-26V | 3220EZ | - | 15.5 | 58.5 | 146.4 | 144.38 | +| 7 | AgriGold | A641-62D-RN | 5122 | - | 18.4 | 56.8 | 146.1 | 144.21 | +| 4 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.6 | 59.9 | 148.1 | 146.26 | +| 15 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.8 | 57.0 | 131.7 | 129.86 | +| 2 | AgriGold | A645-30VT2RIB | VT2RIB | - | 18.5 | 58.5 | 156.9 | 154.94 | +| 5 | AgriGold | A645-55VT2PRO | VT2Pro | - | 17.5 | 59.6 | 147.7 | 145.55 | +| 1 | AgriGold | A646-17TRC | Trecepta | - | 18.0 | 57.8 | 159.2 | 156.84 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.7 | 57.6 | 151.1 | 151.1 | + +Top 5 by Yield: A646-17TRC (AgriGold) 159.2, A645-30VT2RIB (AgriGold) 156.9, A643-52VT2RIB (AgriGold) 152.0, A643-52VT2RIB (AgriGold) 152.0, A643-52VT2RIB (AgriGold) 151.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146969.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146969.json new file mode 100644 index 00000000..d910c8d2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146969.json @@ -0,0 +1,283 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146969", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Ottawa", + "county": "La Salle", + "year": 2025, + "plot_id": "146969", + "cooperator": "Ag Tech Services Inc.", + "plot_average": 239.58, + "planted_date": "2025-05-13", + "harvested_date": "2025-10-22", + "population_seeds_per_acre": 35400, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 19, + "brand": "Wyffels", + "product": "W3280", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 57.7, + "Yield": 214.1, + "Adj Yield": 214.1 + } + }, + { + "rank": 12, + "brand": "Wyffels", + "product": "W3570", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 56.7, + "Yield": 235.4, + "Adj Yield": 235.4 + } + }, + { + "rank": 9, + "brand": "Brevant Seeds", + "product": "B04R11", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 57.1, + "Yield": 239.3, + "Adj Yield": 239.3 + } + }, + { + "rank": 16, + "brand": "Wyffels", + "product": "W4510", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.3, + "Yield": 222.7, + "Adj Yield": 222.7 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC56-64", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.0, + "Yield": 234.6, + "Adj Yield": 234.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A636-39", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 59.9, + "Yield": 252.5, + "Adj Yield": 252.5 + } + }, + { + "rank": 15, + "brand": "Wyffels", + "product": "W5680", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 59.3, + "Yield": 227.7, + "Adj Yield": 227.7 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC59-80", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.0, + "Yield": 250.8, + "Adj Yield": 250.8 + } + }, + { + "rank": 1, + "brand": "Wyffels", + "product": "W6110", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.5, + "Yield": 272.9, + "Adj Yield": 272.9 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A640-24", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.0, + "Yield": 234.9, + "Adj Yield": 234.9 + } + }, + { + "rank": 2, + "brand": "Wyffels", + "product": "W6880", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.5, + "Yield": 262.9, + "Adj Yield": 262.9 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC111-30", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 59.2, + "Yield": 251.4, + "Adj Yield": 251.4 + } + }, + { + "rank": 7, + "brand": "Brevant Seeds", + "product": "B12C01AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.9, + "Yield": 245.1, + "Adj Yield": 245.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 59.9, + "Yield": 238.1, + "Adj Yield": 238.1 + } + }, + { + "rank": 6, + "brand": "Wyffels", + "product": "W7170", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 60.2, + "Yield": 250.3, + "Adj Yield": 250.3 + } + }, + { + "rank": 8, + "brand": "Wyffels", + "product": "W7940", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 57.0, + "Yield": 242.2, + "Adj Yield": 242.2 + } + }, + { + "rank": 11, + "brand": "Wyffels", + "product": "W7870", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 57.7, + "Yield": 236.7, + "Adj Yield": 236.7 + } + }, + { + "rank": 18, + "brand": "Wyffels", + "product": "W8080", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 57.5, + "Yield": 219.8, + "Adj Yield": 219.8 + } + }, + { + "rank": 17, + "brand": "ProHarvest", + "product": "6828", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 57.2, + "Yield": 220.7, + "Adj Yield": 220.7 + } + } + ], + "n_results": 19, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146969" + ], + "fetched_at": "2026-05-27T02:22:56.823822+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146969.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146969.md new file mode 100644 index 00000000..12b9758e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146969.md @@ -0,0 +1,49 @@ +# Corn yield trial — Ottawa, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** La Salle +- **City:** Ottawa +- **Year:** 2025 +- **Plot ID:** 146969 +- **Cooperator:** Ag Tech Services Inc. +- **Plot average:** 239.58 BU/Ac +- **Planted:** 2025-05-13 +- **Harvested:** 2025-10-22 +- **Population:** 35,400 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146969 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 19 | Wyffels | W3280 | C | - | 15.4 | 57.7 | 214.1 | 214.1 | +| 12 | Wyffels | W3570 | C | - | 14.6 | 56.7 | 235.4 | 235.4 | +| 9 | Brevant Seeds | B04R11 | C | - | 15.0 | 57.1 | 239.3 | 239.3 | +| 16 | Wyffels | W4510 | C | - | 14.7 | 58.3 | 222.7 | 222.7 | +| 14 | Dekalb | DKC56-64 | C | - | 15.4 | 58.0 | 234.6 | 234.6 | +| 3 | AgriGold | A636-39 | C | - | 15.8 | 59.9 | 252.5 | 252.5 | +| 15 | Wyffels | W5680 | C | - | 15.9 | 59.3 | 227.7 | 227.7 | +| 5 | Dekalb | DKC59-80 | C | - | 15.2 | 60.0 | 250.8 | 250.8 | +| 1 | Wyffels | W6110 | C | - | 15.4 | 60.5 | 272.9 | 272.9 | +| 13 | AgriGold | A640-24 | C | - | 16.2 | 59.0 | 234.9 | 234.9 | +| 2 | Wyffels | W6880 | C | - | 16.2 | 59.5 | 262.9 | 262.9 | +| 4 | Dekalb | DKC111-30 | C | - | 16.0 | 59.2 | 251.4 | 251.4 | +| 7 | Brevant Seeds | B12C01AM | AM | - | 15.2 | 60.9 | 245.1 | 245.1 | +| 10 | AgriGold | A642-32 | C | - | 17.2 | 59.9 | 238.1 | 238.1 | +| 6 | Wyffels | W7170 | C | - | 16.6 | 60.2 | 250.3 | 250.3 | +| 8 | Wyffels | W7940 | C | - | 16.6 | 57.0 | 242.2 | 242.2 | +| 11 | Wyffels | W7870 | C | - | 16.7 | 57.7 | 236.7 | 236.7 | +| 18 | Wyffels | W8080 | C | - | 16.5 | 57.5 | 219.8 | 219.8 | +| 17 | ProHarvest | 6828 | C | - | 14.9 | 57.2 | 220.7 | 220.7 | + +Top 5 by Yield: W6110 (Wyffels) 272.9, W6880 (Wyffels) 262.9, A636-39 (AgriGold) 252.5, DKC111-30 (Dekalb) 251.4, DKC59-80 (Dekalb) 250.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146970.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146970.json new file mode 100644 index 00000000..6048bdf8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146970.json @@ -0,0 +1,348 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146970", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Sandwich", + "county": "De Kalb", + "year": 2025, + "plot_id": "146970", + "cooperator": "Ag Tech Services Inc.", + "plot_average": 271.35, + "planted_date": "2025-05-10", + "harvested_date": "2025-10-13", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 22, + "brand": "Wyffels", + "product": "W3579RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.5, + "Yield": 264.2, + "Adj Yield": 264.2 + } + }, + { + "rank": 12, + "brand": "Wyffels", + "product": "W5129RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 58.7, + "Yield": 270.8, + "Adj Yield": 270.8 + } + }, + { + "rank": 3, + "brand": "Wyffels", + "product": "W6479RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 57.1, + "Yield": 279.5, + "Adj Yield": 279.5 + } + }, + { + "rank": 13, + "brand": "Wyffels", + "product": "W7499RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 58.2, + "Yield": 270.6, + "Adj Yield": 270.6 + } + }, + { + "rank": 6, + "brand": "Wyffels", + "product": "W8007RIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 56.1, + "Yield": 279.0, + "Adj Yield": 279.0 + } + }, + { + "rank": 14, + "brand": "Brevant Seeds", + "product": "B14C59V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 54.2, + "Yield": 270.4, + "Adj Yield": 270.4 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P13777V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 57.0, + "Yield": 276.7, + "Adj Yield": 276.7 + } + }, + { + "rank": 10, + "brand": "Brevant Seeds", + "product": "B13C49V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 58.5, + "Yield": 272.6, + "Adj Yield": 272.6 + } + }, + { + "rank": 19, + "brand": "Brevant Seeds", + "product": "B12J58V", + "traits": "VNRR", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 57.2, + "Yield": 266.1, + "Adj Yield": 266.1 + } + }, + { + "rank": 20, + "brand": "Brevant Seeds", + "product": "B11C37V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 57.6, + "Yield": 265.5, + "Adj Yield": 265.5 + } + }, + { + "rank": 16, + "brand": "Pioneer", + "product": "P10477V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 57.5, + "Yield": 268.1, + "Adj Yield": 268.1 + } + }, + { + "rank": 10, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 58.1, + "Yield": 272.6, + "Adj Yield": 272.6 + } + }, + { + "rank": 21, + "brand": "Brevant Seeds", + "product": "B04J45V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.5, + "Yield": 264.6, + "Adj Yield": 264.6 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC103-63RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.3, + "Yield": 267.7, + "Adj Yield": 267.7 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 58.4, + "Yield": 266.7, + "Adj Yield": 266.7 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 59.3, + "Yield": 274.1, + "Adj Yield": 274.1 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC113-03RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 56.8, + "Yield": 294.1, + "Adj Yield": 294.1 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 56.7, + "Yield": 281.0, + "Adj Yield": 281.0 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 58.4, + "Yield": 269.1, + "Adj Yield": 269.1 + } + }, + { + "rank": 7, + "brand": "Croplan", + "product": "CP5320SS/P", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 57.3, + "Yield": 277.5, + "Adj Yield": 277.5 + } + }, + { + "rank": 5, + "brand": "Croplan", + "product": "CP5050VT4P/RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 56.6, + "Yield": 279.4, + "Adj Yield": 279.4 + } + }, + { + "rank": 23, + "brand": "Croplan", + "product": "CP4770SS", + "traits": "SS", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 57.0, + "Yield": 262.4, + "Adj Yield": 262.4 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 58.2, + "Yield": 240.1, + "Adj Yield": 240.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 57.9, + "Yield": 279.5, + "Adj Yield": 279.5 + } + } + ], + "n_results": 24, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146970" + ], + "fetched_at": "2026-05-27T02:22:57.300082+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146970.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146970.md new file mode 100644 index 00000000..36495036 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146970.md @@ -0,0 +1,54 @@ +# Corn yield trial — Sandwich, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** De Kalb +- **City:** Sandwich +- **Year:** 2025 +- **Plot ID:** 146970 +- **Cooperator:** Ag Tech Services Inc. +- **Plot average:** 271.35 BU/Ac +- **Planted:** 2025-05-10 +- **Harvested:** 2025-10-13 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146970 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 22 | Wyffels | W3579RIB | SSPRIB | - | 14.7 | 58.5 | 264.2 | 264.2 | +| 12 | Wyffels | W5129RIB | SSPRIB | - | 15.1 | 58.7 | 270.8 | 270.8 | +| 3 | Wyffels | W6479RIB | SSPRIB | - | 17.3 | 57.1 | 279.5 | 279.5 | +| 13 | Wyffels | W7499RIB | VT2RIB | - | 19.4 | 58.2 | 270.6 | 270.6 | +| 6 | Wyffels | W8007RIB | VT4Pro | - | 21.2 | 56.1 | 279.0 | 279.0 | +| 14 | Brevant Seeds | B14C59V | Vorceed | - | 21.4 | 54.2 | 270.4 | 270.4 | +| 8 | Pioneer | P13777V | Vorceed | - | 20.4 | 57.0 | 276.7 | 276.7 | +| 10 | Brevant Seeds | B13C49V | Vorceed | - | 19.3 | 58.5 | 272.6 | 272.6 | +| 19 | Brevant Seeds | B12J58V | VNRR | - | 19.2 | 57.2 | 266.1 | 266.1 | +| 20 | Brevant Seeds | B11C37V | Vorceed | - | 18.7 | 57.6 | 265.5 | 265.5 | +| 16 | Pioneer | P10477V | Vorceed | - | 18.5 | 57.5 | 268.1 | 268.1 | +| 10 | Brevant Seeds | B08R32V | Vorceed | - | 17.5 | 58.1 | 272.6 | 272.6 | +| 21 | Brevant Seeds | B04J45V | Vorceed | - | 15.4 | 58.5 | 264.6 | 264.6 | +| 17 | Dekalb | DKC103-63RIB | SSPRIB | - | 15.8 | 58.3 | 267.7 | 267.7 | +| 18 | Dekalb | DKC106-98RIB | VT4RIB | - | 16.4 | 58.4 | 266.7 | 266.7 | +| 9 | Dekalb | DKC110-10RIB | STXRIB | - | 17.3 | 59.3 | 274.1 | 274.1 | +| 1 | Dekalb | DKC113-03RIB | SSPRIB | - | 18.7 | 56.8 | 294.1 | 294.1 | +| 2 | Dekalb | DKC114-99RIB | VT4RIB | - | 18.7 | 56.7 | 281.0 | 281.0 | +| 15 | Dekalb | DKC114-42RIB | SSPRIB | - | 19.5 | 58.4 | 269.1 | 269.1 | +| 7 | Croplan | CP5320SS/P | SSP | - | 19.0 | 57.3 | 277.5 | 277.5 | +| 5 | Croplan | CP5050VT4P/RIB | VT4RIB | - | 20.2 | 56.6 | 279.4 | 279.4 | +| 23 | Croplan | CP4770SS | SS | - | 18.0 | 57.0 | 262.4 | 262.4 | +| 24 | AgriGold | A636-42SSPRIB | SSPRIB | - | 16.6 | 58.2 | 240.1 | 240.1 | +| 3 | AgriGold | A642-18SSPRIB | SSPRIB | - | 18.6 | 57.9 | 279.5 | 279.5 | + +Top 5 by Yield: DKC113-03RIB (Dekalb) 294.1, DKC114-99RIB (Dekalb) 281.0, W6479RIB (Wyffels) 279.5, A642-18SSPRIB (AgriGold) 279.5, CP5050VT4P/RIB (Croplan) 279.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146971.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146971.json new file mode 100644 index 00000000..369ed48e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146971.json @@ -0,0 +1,556 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146971", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Leland", + "county": "De Kalb", + "year": 2025, + "plot_id": "146971", + "cooperator": "Ag Tech Services Inc.", + "plot_average": 299.16, + "planted_date": "2025-05-09", + "harvested_date": "2025-10-03", + "population_seeds_per_acre": 35100, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 35, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 54.9, + "Yield": 280.7, + "Adj Yield": 280.7 + } + }, + { + "rank": 37, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 55.8, + "Yield": 272.4, + "Adj Yield": 272.4 + } + }, + { + "rank": 31, + "brand": "Croplan", + "product": "CP5320SS/P", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 52.8, + "Yield": 290.4, + "Adj Yield": 290.4 + } + }, + { + "rank": 19, + "brand": "Croplan", + "product": "CP5249PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 52.3, + "Yield": 301.9, + "Adj Yield": 301.9 + } + }, + { + "rank": 33, + "brand": "Croplan", + "product": "CP5682TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 25.0, + "Test Wt.": 52.9, + "Yield": 286.1, + "Adj Yield": 286.1 + } + }, + { + "rank": 38, + "brand": "Croplan", + "product": "CP4770SS", + "traits": "SS", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 56.0, + "Yield": 268.8, + "Adj Yield": 268.8 + } + }, + { + "rank": 36, + "brand": "Brevant Seeds", + "product": "B04J45V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 56.5, + "Yield": 272.5, + "Adj Yield": 272.5 + } + }, + { + "rank": 9, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 54.4, + "Yield": 313.9, + "Adj Yield": 313.9 + } + }, + { + "rank": 14, + "brand": "Brevant Seeds", + "product": "B11C37V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 54.5, + "Yield": 307.8, + "Adj Yield": 307.8 + } + }, + { + "rank": 6, + "brand": "Brevant Seeds", + "product": "B12J58V", + "traits": "VNRR", + "metrics": { + "Ck": null, + "H20": 25.0, + "Test Wt.": 53.1, + "Yield": 315.2, + "Adj Yield": 315.2 + } + }, + { + "rank": 16, + "brand": "Brevant Seeds", + "product": "B13C49V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 53.9, + "Yield": 306.5, + "Adj Yield": 306.5 + } + }, + { + "rank": 5, + "brand": "Brevant Seeds", + "product": "B14C59V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 25.1, + "Test Wt.": 52.7, + "Yield": 316.1, + "Adj Yield": 316.1 + } + }, + { + "rank": 1, + "brand": "Brevant Seeds", + "product": "B17H53PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": 54.6, + "Yield": 324.1, + "Adj Yield": 324.1 + } + }, + { + "rank": 39, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 55.5, + "Yield": 265.1, + "Adj Yield": 265.1 + } + }, + { + "rank": 21, + "brand": "Dekalb", + "product": "DKC67-37RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 54.2, + "Yield": 301.4, + "Adj Yield": 301.4 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC116-62RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": 54.8, + "Yield": 311.0, + "Adj Yield": 311.0 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": 54.0, + "Yield": 316.9, + "Adj Yield": 316.9 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 56.7, + "Yield": 305.0, + "Adj Yield": 305.0 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 55.9, + "Yield": 309.8, + "Adj Yield": 309.8 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 56.0, + "Yield": 307.0, + "Adj Yield": 307.0 + } + }, + { + "rank": 24, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 55.9, + "Yield": 296.6, + "Adj Yield": 296.6 + } + }, + { + "rank": 29, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 56.3, + "Yield": 292.3, + "Adj Yield": 292.3 + } + }, + { + "rank": 26, + "brand": "Dekalb", + "product": "DKC107-69RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 54.4, + "Yield": 295.3, + "Adj Yield": 295.3 + } + }, + { + "rank": 29, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 56.9, + "Yield": 292.3, + "Adj Yield": 292.3 + } + }, + { + "rank": 28, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 55.7, + "Yield": 292.9, + "Adj Yield": 292.9 + } + }, + { + "rank": 32, + "brand": "Dekalb", + "product": "DKC103-63RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 56.6, + "Yield": 286.6, + "Adj Yield": 286.6 + } + }, + { + "rank": 40, + "brand": "Wyffels", + "product": "W3654RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 57.5, + "Yield": 264.1, + "Adj Yield": 264.1 + } + }, + { + "rank": 33, + "brand": "Wyffels", + "product": "W4487RIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 54.5, + "Yield": 286.1, + "Adj Yield": 286.1 + } + }, + { + "rank": 25, + "brand": "Wyffels", + "product": "W5129RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 55.2, + "Yield": 295.8, + "Adj Yield": 295.8 + } + }, + { + "rank": 22, + "brand": "Wyffels", + "product": "W5684RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 53.7, + "Yield": 300.2, + "Adj Yield": 300.2 + } + }, + { + "rank": 7, + "brand": "Wyffels", + "product": "W6479RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 55.3, + "Yield": 314.7, + "Adj Yield": 314.7 + } + }, + { + "rank": 27, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 54.9, + "Yield": 294.6, + "Adj Yield": 294.6 + } + }, + { + "rank": 2, + "brand": "Wyffels", + "product": "W7424RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 54.7, + "Yield": 319.3, + "Adj Yield": 319.3 + } + }, + { + "rank": 8, + "brand": "Wyffels", + "product": "W7485RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 53.6, + "Yield": 314.0, + "Adj Yield": 314.0 + } + }, + { + "rank": 20, + "brand": "Wyffels", + "product": "W7499RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 53.3, + "Yield": 301.5, + "Adj Yield": 301.5 + } + }, + { + "rank": 3, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 52.1, + "Yield": 318.9, + "Adj Yield": 318.9 + } + }, + { + "rank": 11, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 52.6, + "Yield": 311.4, + "Adj Yield": 311.4 + } + }, + { + "rank": 17, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.4, + "Test Wt.": 52.1, + "Yield": 305.7, + "Adj Yield": 305.7 + } + }, + { + "rank": 23, + "brand": "Wyffels", + "product": "W8007RIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 51.6, + "Yield": 298.5, + "Adj Yield": 298.5 + } + }, + { + "rank": 10, + "brand": "Wyffels", + "product": "W9218RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 53.4, + "Yield": 313.1, + "Adj Yield": 313.1 + } + } + ], + "n_results": 40, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146971" + ], + "fetched_at": "2026-05-27T02:22:57.844197+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146971.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146971.md new file mode 100644 index 00000000..d461c1a3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146971.md @@ -0,0 +1,70 @@ +# Corn yield trial — Leland, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** De Kalb +- **City:** Leland +- **Year:** 2025 +- **Plot ID:** 146971 +- **Cooperator:** Ag Tech Services Inc. +- **Plot average:** 299.16 BU/Ac +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-03 +- **Population:** 35,100 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146971 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 35 | AgriGold | A645-71STXRIB | STXRIB | - | 21.0 | 54.9 | 280.7 | 280.7 | +| 37 | AgriGold | A638-91VT2PRO | VT2Pro | - | 21.4 | 55.8 | 272.4 | 272.4 | +| 31 | Croplan | CP5320SS/P | SSP | - | 21.8 | 52.8 | 290.4 | 290.4 | +| 19 | Croplan | CP5249PCE | PCE | - | 21.7 | 52.3 | 301.9 | 301.9 | +| 33 | Croplan | CP5682TRE | Trecepta | - | 25.0 | 52.9 | 286.1 | 286.1 | +| 38 | Croplan | CP4770SS | SS | - | 18.9 | 56.0 | 268.8 | 268.8 | +| 36 | Brevant Seeds | B04J45V | Vorceed | - | 17.6 | 56.5 | 272.5 | 272.5 | +| 9 | Brevant Seeds | B08R32V | Vorceed | - | 20.4 | 54.4 | 313.9 | 313.9 | +| 14 | Brevant Seeds | B11C37V | Vorceed | - | 21.8 | 54.5 | 307.8 | 307.8 | +| 6 | Brevant Seeds | B12J58V | VNRR | - | 25.0 | 53.1 | 315.2 | 315.2 | +| 16 | Brevant Seeds | B13C49V | Vorceed | - | 22.2 | 53.9 | 306.5 | 306.5 | +| 5 | Brevant Seeds | B14C59V | Vorceed | - | 25.1 | 52.7 | 316.1 | 316.1 | +| 1 | Brevant Seeds | B17H53PCE | PCE | - | 24.1 | 54.6 | 324.1 | 324.1 | +| 39 | Dekalb | DKC68-35RIB | VT2RIB | - | 21.7 | 55.5 | 265.1 | 265.1 | +| 21 | Dekalb | DKC67-37RIB | STXRIB | - | 21.8 | 54.2 | 301.4 | 301.4 | +| 12 | Dekalb | DKC116-62RIB | SSPRIB | - | 23.0 | 54.8 | 311.0 | 311.0 | +| 4 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 23.1 | 54.0 | 316.9 | 316.9 | +| 18 | Dekalb | DKC114-99RIB | VT4RIB | - | 21.6 | 56.7 | 305.0 | 305.0 | +| 13 | Dekalb | DKC114-42RIB | SSPRIB | - | 21.2 | 55.9 | 309.8 | 309.8 | +| 15 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 20.7 | 56.0 | 307.0 | 307.0 | +| 24 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 20.7 | 55.9 | 296.6 | 296.6 | +| 29 | Dekalb | DKC110-10RIB | STXRIB | - | 19.2 | 56.3 | 292.3 | 292.3 | +| 26 | Dekalb | DKC107-69RIB | TreceptaRIB | - | 18.5 | 54.4 | 295.3 | 295.3 | +| 29 | Dekalb | DKC106-98RIB | VT4RIB | - | 18.4 | 56.9 | 292.3 | 292.3 | +| 28 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 17.1 | 55.7 | 292.9 | 292.9 | +| 32 | Dekalb | DKC103-63RIB | SSPRIB | - | 17.8 | 56.6 | 286.6 | 286.6 | +| 40 | Wyffels | W3654RIB | PCE | - | 16.6 | 57.5 | 264.1 | 264.1 | +| 33 | Wyffels | W4487RIB | VT4Pro | - | 18.8 | 54.5 | 286.1 | 286.1 | +| 25 | Wyffels | W5129RIB | SSPRIB | - | 17.7 | 55.2 | 295.8 | 295.8 | +| 22 | Wyffels | W5684RIB | PCE | - | 19.1 | 53.7 | 300.2 | 300.2 | +| 7 | Wyffels | W6479RIB | SSPRIB | - | 19.6 | 55.3 | 314.7 | 314.7 | +| 27 | Wyffels | W6505RIB | TreceptaRIB | - | 20.9 | 54.9 | 294.6 | 294.6 | +| 2 | Wyffels | W7424RIB | PCE | - | 21.7 | 54.7 | 319.3 | 319.3 | +| 8 | Wyffels | W7485RIB | TreceptaRIB | - | 22.7 | 53.6 | 314.0 | 314.0 | +| 20 | Wyffels | W7499RIB | VT2RIB | - | 22.4 | 53.3 | 301.5 | 301.5 | +| 3 | Wyffels | W7759RIB | SSPRIB | - | 22.4 | 52.1 | 318.9 | 318.9 | +| 11 | Wyffels | W7876RIB | VT2RIB | - | 21.7 | 52.6 | 311.4 | 311.4 | +| 17 | Wyffels | W7945RIB | TreceptaRIB | - | 24.4 | 52.1 | 305.7 | 305.7 | +| 23 | Wyffels | W8007RIB | VT4Pro | - | 23.2 | 51.6 | 298.5 | 298.5 | +| 10 | Wyffels | W9218RIB | STXRIB | - | 22.0 | 53.4 | 313.1 | 313.1 | + +Top 5 by Yield: B17H53PCE (Brevant Seeds) 324.1, W7424RIB (Wyffels) 319.3, W7759RIB (Wyffels) 318.9, DKC66-06RIB (Dekalb) 316.9, B14C59V (Brevant Seeds) 316.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146977.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146977.json new file mode 100644 index 00000000..ddc5c06d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146977.json @@ -0,0 +1,348 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146977", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Troy Grove", + "county": "La Salle", + "year": 2025, + "plot_id": "146977", + "cooperator": "Ag Tech Services Inc.", + "plot_average": 268.4, + "planted_date": "2025-05-08", + "harvested_date": "2025-10-22", + "population_seeds_per_acre": 35400, + "row_width": "30.0\"", + "num_rows": null, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "Brevant Seeds", + "product": "B04R11Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 57.0, + "Yield": 276.5, + "Adj Yield": 276.5 + } + }, + { + "rank": 19, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 62.2, + "Yield": 262.0, + "Adj Yield": 262.0 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 60.1, + "Yield": 223.5, + "Adj Yield": 223.5 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC107-69RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 58.2, + "Yield": 268.4, + "Adj Yield": 268.4 + } + }, + { + "rank": 12, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 60.4, + "Yield": 269.1, + "Adj Yield": 269.1 + } + }, + { + "rank": 18, + "brand": "Wyffels", + "product": "W5684RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 58.7, + "Yield": 264.8, + "Adj Yield": 264.8 + } + }, + { + "rank": 10, + "brand": "Croplan", + "product": "CP4839PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 58.5, + "Yield": 270.8, + "Adj Yield": 270.8 + } + }, + { + "rank": 20, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 56.5, + "Yield": 260.7, + "Adj Yield": 260.7 + } + }, + { + "rank": 15, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 57.5, + "Yield": 266.2, + "Adj Yield": 266.2 + } + }, + { + "rank": 2, + "brand": "Croplan", + "product": "CP5050VT4P/RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 58.0, + "Yield": 283.5, + "Adj Yield": 283.5 + } + }, + { + "rank": 11, + "brand": "Brevant Seeds", + "product": "B11C37V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 56.9, + "Yield": 270.4, + "Adj Yield": 270.4 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 59.4, + "Yield": 258.3, + "Adj Yield": 258.3 + } + }, + { + "rank": 16, + "brand": "Wyffels", + "product": "W7485RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 57.0, + "Yield": 266.1, + "Adj Yield": 266.1 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 60.5, + "Yield": 278.1, + "Adj Yield": 278.1 + } + }, + { + "rank": 8, + "brand": "Brevant Seeds", + "product": "B12J58V", + "traits": "VNRR", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 57.1, + "Yield": 275.8, + "Adj Yield": 275.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 62.6, + "Yield": 271.4, + "Adj Yield": 271.4 + } + }, + { + "rank": 7, + "brand": "Wyffels", + "product": "W7424RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 57.7, + "Yield": 276.0, + "Adj Yield": 276.0 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.6, + "Yield": 268.9, + "Adj Yield": 268.9 + } + }, + { + "rank": 23, + "brand": "Croplan", + "product": "CP5249PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 54.4, + "Yield": 257.0, + "Adj Yield": 257.0 + } + }, + { + "rank": 4, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 56.3, + "Yield": 278.3, + "Adj Yield": 278.3 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 56.7, + "Yield": 281.2, + "Adj Yield": 281.2 + } + }, + { + "rank": 21, + "brand": "Wyffels", + "product": "W7499RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 56.2, + "Yield": 259.3, + "Adj Yield": 259.3 + } + }, + { + "rank": 1, + "brand": "Brevant Seeds", + "product": "B14C59V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 57.8, + "Yield": 289.7, + "Adj Yield": 289.7 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 62.2, + "Yield": 265.6, + "Adj Yield": 265.6 + } + } + ], + "n_results": 24, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146977" + ], + "fetched_at": "2026-05-27T02:22:58.322879+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146977.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146977.md new file mode 100644 index 00000000..ed6d3548 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146977.md @@ -0,0 +1,53 @@ +# Corn yield trial — Troy Grove, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** La Salle +- **City:** Troy Grove +- **Year:** 2025 +- **Plot ID:** 146977 +- **Cooperator:** Ag Tech Services Inc. +- **Plot average:** 268.4 BU/Ac +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-22 +- **Population:** 35,400 seeds/acre +- **Row width:** 30.0" +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146977 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | Brevant Seeds | B04R11Q | QROME | - | 15.6 | 57.0 | 276.5 | 276.5 | +| 19 | Dekalb | DKC106-98RIB | VT4RIB | - | 15.6 | 62.2 | 262.0 | 262.0 | +| 24 | AgriGold | A636-42SSPRIB | SSPRIB | - | 15.8 | 60.1 | 223.5 | 223.5 | +| 14 | Dekalb | DKC107-69RIB | TreceptaRIB | - | 16.2 | 58.2 | 268.4 | 268.4 | +| 12 | Brevant Seeds | B08R32V | Vorceed | - | 15.3 | 60.4 | 269.1 | 269.1 | +| 18 | Wyffels | W5684RIB | PCE | - | 15.7 | 58.7 | 264.8 | 264.8 | +| 10 | Croplan | CP4839PCE | PCE | - | 16.3 | 58.5 | 270.8 | 270.8 | +| 20 | Dekalb | DKC110-10RIB | STXRIB | - | 16.9 | 56.5 | 260.7 | 260.7 | +| 15 | Wyffels | W6505RIB | TreceptaRIB | - | 16.7 | 57.5 | 266.2 | 266.2 | +| 2 | Croplan | CP5050VT4P/RIB | VT4RIB | - | 17.7 | 58.0 | 283.5 | 283.5 | +| 11 | Brevant Seeds | B11C37V | Vorceed | - | 18.0 | 56.9 | 270.4 | 270.4 | +| 22 | AgriGold | A642-18SSPRIB | SSPRIB | - | 16.6 | 59.4 | 258.3 | 258.3 | +| 16 | Wyffels | W7485RIB | TreceptaRIB | - | 17.3 | 57.0 | 266.1 | 266.1 | +| 5 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 16.7 | 60.5 | 278.1 | 278.1 | +| 8 | Brevant Seeds | B12J58V | VNRR | - | 18.1 | 57.1 | 275.8 | 275.8 | +| 9 | AgriGold | A642-32VT2RIB | VT2RIB | - | 16.7 | 62.6 | 271.4 | 271.4 | +| 7 | Wyffels | W7424RIB | PCE | - | 16.6 | 57.7 | 276.0 | 276.0 | +| 13 | Dekalb | DKC112-35RIB | SSPRIB | - | 16.8 | 58.6 | 268.9 | 268.9 | +| 23 | Croplan | CP5249PCE | PCE | - | 16.8 | 54.4 | 257.0 | 257.0 | +| 4 | Wyffels | W7759RIB | SSPRIB | - | 16.0 | 56.3 | 278.3 | 278.3 | +| 3 | Dekalb | DKC114-99RIB | VT4RIB | - | 16.5 | 56.7 | 281.2 | 281.2 | +| 21 | Wyffels | W7499RIB | VT2RIB | - | 18.1 | 56.2 | 259.3 | 259.3 | +| 1 | Brevant Seeds | B14C59V | Vorceed | - | 17.9 | 57.8 | 289.7 | 289.7 | +| 17 | Dekalb | DKC114-42RIB | SSPRIB | - | 16.4 | 62.2 | 265.6 | 265.6 | + +Top 5 by Yield: B14C59V (Brevant Seeds) 289.7, CP5050VT4P/RIB (Croplan) 283.5, DKC114-99RIB (Dekalb) 281.2, W7759RIB (Wyffels) 278.3, DKC112-12RIB (Dekalb) 278.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146985.json b/corpus/agrigold_plot_reports/agpr-corn-2025-146985.json new file mode 100644 index 00000000..337a76f7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146985.json @@ -0,0 +1,127 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-146985", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Sharon springs", + "county": "Wallace", + "year": 2025, + "plot_id": "146985", + "cooperator": "Bruce Mckain", + "plot_average": 102.34, + "planted_date": "2025-05-21", + "harvested_date": "2025-11-04", + "population_seeds_per_acre": 12500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Wheat", + "irrigation": "None", + "fungicide": "None", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": 3, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 59.9, + "Yield": 100.6, + "Adj Yield": 100.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 59.9, + "Yield": 98.9, + "Adj Yield": 98.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 60.3, + "Yield": 100.3, + "Adj Yield": 100.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A640-16DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 60.4, + "Yield": 89.4, + "Adj Yield": 89.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 58.2, + "Yield": 88.7, + "Adj Yield": 88.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 60.6, + "Yield": 112.9, + "Adj Yield": 112.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 60.0, + "Yield": 125.6, + "Adj Yield": 125.6 + } + } + ], + "n_results": 7, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/146985" + ], + "fetched_at": "2026-05-27T02:22:58.781077+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-146985.md b/corpus/agrigold_plot_reports/agpr-corn-2025-146985.md new file mode 100644 index 00000000..521b6034 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-146985.md @@ -0,0 +1,40 @@ +# Corn yield trial — Sharon springs, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Wallace +- **City:** Sharon springs +- **Year:** 2025 +- **Plot ID:** 146985 +- **Cooperator:** Bruce Mckain +- **Plot average:** 102.34 BU/Ac +- **Planted:** 2025-05-21 +- **Harvested:** 2025-11-04 +- **Population:** 12,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Wheat +- **Irrigation:** None +- **Fungicide:** None +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/146985 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | AgriGold | A632-68VT2RIB | VT2RIB | - | 13.1 | 59.9 | 100.6 | 100.6 | +| 5 | AgriGold | A636-39-3110 | 3110 | - | 13.6 | 59.9 | 98.9 | 98.9 | +| 4 | AgriGold | A637-72VT2RIB | VT2RIB | - | 13.5 | 60.3 | 100.3 | 100.3 | +| 6 | AgriGold | A640-16DV-RN | 5222 | - | 15.0 | 60.4 | 89.4 | 89.4 | +| 7 | AgriGold | A638-19 | C | - | 15.0 | 58.2 | 88.7 | 88.7 | +| 2 | AgriGold | A642-32VT2RIB | VT2RIB | - | 16.5 | 60.6 | 112.9 | 112.9 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.6 | 60.0 | 125.6 | 125.6 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 125.6, A642-32VT2RIB (AgriGold) 112.9, A632-68VT2RIB (AgriGold) 100.6, A637-72VT2RIB (AgriGold) 100.3, A636-39-3110 (AgriGold) 98.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147010.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147010.json new file mode 100644 index 00000000..f268f578 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147010.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147010", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Tina", + "county": "Carroll", + "year": 2025, + "plot_id": "147010", + "cooperator": "Curt Grossman", + "plot_average": 228.07, + "planted_date": "2025-05-06", + "harvested_date": "2025-09-26", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 59.1, + "Yield": 263.7, + "Adj Yield": 263.69 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 60.6, + "Yield": 247.0, + "Adj Yield": 246.96 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 61.4, + "Yield": 247.1, + "Adj Yield": 247.07 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 59.4, + "Yield": 217.9, + "Adj Yield": 217.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 60.8, + "Yield": 235.7, + "Adj Yield": 235.74 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 59.4, + "Yield": 244.3, + "Adj Yield": 244.34 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 59.9, + "Yield": 220.3, + "Adj Yield": 220.32 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 58.6, + "Yield": 202.5, + "Adj Yield": 202.49 + } + }, + { + "rank": 10, + "brand": "Burrus", + "product": "5C11PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 59.3, + "Yield": 210.1, + "Adj Yield": 210.07 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 60.4, + "Yield": 233.2, + "Adj Yield": 233.19 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 60.0, + "Yield": 222.2, + "Adj Yield": 222.15 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.4, + "Yield": 183.6, + "Adj Yield": 183.64 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 57.8, + "Yield": 227.1, + "Adj Yield": 227.13 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147010" + ], + "fetched_at": "2026-05-27T02:22:59.329061+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147010.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147010.md new file mode 100644 index 00000000..b035afa7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147010.md @@ -0,0 +1,42 @@ +# Corn yield trial — Tina, MO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Carroll +- **City:** Tina +- **Year:** 2025 +- **Plot ID:** 147010 +- **Cooperator:** Curt Grossman +- **Plot average:** 228.07 BU/Ac +- **Planted:** 2025-05-06 +- **Harvested:** 2025-09-26 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147010 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A645-16VT2RIB | VT2RIB | - | 20.6 | 59.1 | 263.7 | 263.69 | +| 3 | AgriGold | A645-30VT2RIB | VT2RIB | - | 21.4 | 60.6 | 247.0 | 246.96 | +| 2 | AgriGold | A645-55VT2PRO | VT2Pro | - | 20.2 | 61.4 | 247.1 | 247.07 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.2 | 59.4 | 217.9 | 217.9 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 19.5 | 60.8 | 235.7 | 235.74 | +| 4 | AgriGold | A642-18TRC | Trecepta | - | 19.9 | 59.4 | 244.3 | 244.34 | +| 9 | AgriGold | A642-32VT2RIB | VT2RIB | - | 19.3 | 59.9 | 220.3 | 220.32 | +| 11 | AgriGold | A641-26V | 3220EZ | - | 20.5 | 58.6 | 202.5 | 202.49 | +| 10 | Burrus | 5C11PCE | PCE | - | 18.5 | 59.3 | 210.1 | 210.07 | +| 6 | AgriGold | A638-91VT2PRO | VT2Pro | - | 17.8 | 60.4 | 233.2 | 233.19 | +| 8 | AgriGold | A637-72VT2RIB | VT2RIB | - | 17.4 | 60.0 | 222.2 | 222.15 | +| 12 | AgriGold | A634-65TRC | Trecepta | - | 15.8 | 58.4 | 183.6 | 183.64 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.4 | 57.8 | 227.1 | 227.13 | + +Top 5 by Yield: A645-16VT2RIB (AgriGold) 263.7, A645-55VT2PRO (AgriGold) 247.1, A645-30VT2RIB (AgriGold) 247.0, A642-18TRC (AgriGold) 244.3, A643-52VT2RIB (AgriGold) 235.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147037.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147037.json new file mode 100644 index 00000000..dc0950f2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147037.json @@ -0,0 +1,114 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147037", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "city": "Hillsboro", + "county": "Highland", + "year": 2025, + "plot_id": "147037", + "cooperator": "Starlite", + "plot_average": 170.13, + "planted_date": "2025-05-20", + "harvested_date": "2025-10-03", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 57.3, + "Yield": 181.9, + "Adj Yield": 181.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-24", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 58.2, + "Yield": 170.7, + "Adj Yield": 170.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A636-39", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 59.1, + "Yield": 144.2, + "Adj Yield": 144.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A632-68", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 60.3, + "Yield": 139.8, + "Adj Yield": 139.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 58.9, + "Yield": 192.1, + "Adj Yield": 192.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A646-30", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 58.9, + "Yield": 192.1, + "Adj Yield": 192.1 + } + } + ], + "n_results": 6, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147037" + ], + "fetched_at": "2026-05-27T02:22:59.812009+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147037.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147037.md new file mode 100644 index 00000000..3cdb77c3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147037.md @@ -0,0 +1,35 @@ +# Corn yield trial — Hillsboro, OH, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** OH +- **County:** Highland +- **City:** Hillsboro +- **Year:** 2025 +- **Plot ID:** 147037 +- **Cooperator:** Starlite +- **Plot average:** 170.13 BU/Ac +- **Planted:** 2025-05-20 +- **Harvested:** 2025-10-03 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147037 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | AgriGold | A642-32 | C | - | 18.0 | 57.3 | 181.9 | 181.9 | +| 4 | AgriGold | A640-24 | C | - | 17.9 | 58.2 | 170.7 | 170.7 | +| 5 | AgriGold | A636-39 | C | - | 16.7 | 59.1 | 144.2 | 144.2 | +| 6 | AgriGold | A632-68 | C | - | 15.6 | 60.3 | 139.8 | 139.8 | +| 1 | AgriGold | A645-16 | C | - | 18.5 | 58.9 | 192.1 | 192.1 | +| 2 | AgriGold | A646-30 | C | - | 19.7 | 58.9 | 192.1 | 192.1 | + +Top 5 by Yield: A645-16 (AgriGold) 192.1, A646-30 (AgriGold) 192.1, A642-32 (AgriGold) 181.9, A640-24 (AgriGold) 170.7, A636-39 (AgriGold) 144.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147045.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147045.json new file mode 100644 index 00000000..8b96b47f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147045.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147045", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "city": "Washington Court House", + "county": "Fayette", + "year": 2025, + "plot_id": "147045", + "cooperator": "Evan Schaefer", + "plot_average": 198.23, + "planted_date": "2025-05-26", + "harvested_date": "2025-11-05", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": null, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 191.7, + "Adj Yield": 191.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 191.0, + "Adj Yield": 191.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": null, + "Yield": 196.7, + "Adj Yield": 196.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 217.3, + "Adj Yield": 217.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": null, + "Yield": 205.7, + "Adj Yield": 205.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": null, + "Yield": 200.8, + "Adj Yield": 200.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": null, + "Yield": 193.6, + "Adj Yield": 193.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": null, + "Yield": 194.9, + "Adj Yield": 194.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": null, + "Yield": 197.5, + "Adj Yield": 197.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": null, + "Yield": 193.1, + "Adj Yield": 193.1 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147045" + ], + "fetched_at": "2026-05-27T02:23:00.322720+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147045.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147045.md new file mode 100644 index 00000000..795addde --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147045.md @@ -0,0 +1,38 @@ +# Corn yield trial — Washington Court House, OH, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** OH +- **County:** Fayette +- **City:** Washington Court House +- **Year:** 2025 +- **Plot ID:** 147045 +- **Cooperator:** Evan Schaefer +- **Plot average:** 198.23 BU/Ac +- **Planted:** 2025-05-26 +- **Harvested:** 2025-11-05 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147045 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | AgriGold | A640-16-3110 | 3110 | - | 14.2 | - | 191.7 | 191.7 | +| 10 | AgriGold | A636-39-3110 | 3110 | - | 14.5 | - | 191.0 | 191.0 | +| 5 | AgriGold | A638-91VT2PRO | VT2Pro | - | 13.3 | - | 196.7 | 196.7 | +| 1 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.5 | - | 217.3 | 217.3 | +| 2 | AgriGold | A640-16-3110 | 3110 | - | 14.3 | - | 205.7 | 205.7 | +| 3 | AgriGold | A642-18SSPRIB | SSPRIB | - | 14.7 | - | 200.8 | 200.8 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.6 | - | 193.6 | 193.6 | +| 6 | AgriGold | A646-17TRC | Trecepta | - | 14.4 | - | 194.9 | 194.9 | +| 4 | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.9 | - | 197.5 | 197.5 | +| 8 | AgriGold | A640-16-3110 | 3110 | - | 13.9 | - | 193.1 | 193.1 | + +Top 5 by Yield: A642-32VT2RIB (AgriGold) 217.3, A640-16-3110 (AgriGold) 205.7, A642-18SSPRIB (AgriGold) 200.8, A645-16VT2RIB (AgriGold) 197.5, A638-91VT2PRO (AgriGold) 196.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147048.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147048.json new file mode 100644 index 00000000..86067b33 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147048.json @@ -0,0 +1,335 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147048", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Peru", + "county": "Miami", + "year": 2025, + "plot_id": "147048", + "cooperator": "Alspaugh Farms", + "plot_average": 208.91, + "planted_date": "2025-05-17", + "harvested_date": "2025-10-22", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 57.1, + "Yield": 237.1, + "Adj Yield": 237.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 57.4, + "Yield": 226.2, + "Adj Yield": 210.12 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 58.1, + "Yield": 228.7, + "Adj Yield": 216.14 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 59.0, + "Yield": 221.9, + "Adj Yield": 212.46 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 61.1, + "Yield": 222.1, + "Adj Yield": 215.49 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 59.2, + "Yield": 221.0, + "Adj Yield": 217.03 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 60.3, + "Yield": 215.7, + "Adj Yield": 214.17 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 57.8, + "Yield": 218.7, + "Adj Yield": 219.39 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 57.1, + "Yield": 206.9, + "Adj Yield": 209.69 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P1136AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 58.2, + "Yield": 207.6, + "Adj Yield": 212.53 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 57.7, + "Yield": 210.0, + "Adj Yield": 210.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 58.6, + "Yield": 221.8, + "Adj Yield": 227.25 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 58.1, + "Yield": 206.8, + "Adj Yield": 211.4 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 59.5, + "Yield": 202.1, + "Adj Yield": 206.45 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.3, + "Yield": 197.1, + "Adj Yield": 201.45 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 57.1, + "Yield": 192.3, + "Adj Yield": 197.05 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 60.5, + "Yield": 203.2, + "Adj Yield": 208.45 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 56.4, + "Yield": 191.0, + "Adj Yield": 197.0 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 57.8, + "Yield": 198.5, + "Adj Yield": 205.48 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.8, + "Yield": 190.6, + "Adj Yield": 198.72 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 57.1, + "Yield": 188.8, + "Adj Yield": 198.28 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 57.5, + "Yield": 188.6, + "Adj Yield": 199.68 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 58.2, + "Yield": 204.1, + "Adj Yield": 204.1 + } + } + ], + "n_results": 23, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147048" + ], + "fetched_at": "2026-05-27T02:23:00.806261+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147048.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147048.md new file mode 100644 index 00000000..e02da77a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147048.md @@ -0,0 +1,53 @@ +# Corn yield trial — Peru, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Miami +- **City:** Peru +- **Year:** 2025 +- **Plot ID:** 147048 +- **Cooperator:** Alspaugh Farms +- **Plot average:** 208.91 BU/Ac +- **Planted:** 2025-05-17 +- **Harvested:** 2025-10-22 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147048 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.7 | 57.1 | 237.1 | 237.1 | +| 10 | AgriGold | A646-30VT2RIB | VT2RIB | - | 19.4 | 57.4 | 226.2 | 210.12 | +| 4 | AgriGold | A645-71STXRIB | STXRIB | - | 19.9 | 58.1 | 228.7 | 216.14 | +| 8 | AgriGold | A645-30VT2RIB | VT2RIB | - | 18.7 | 59.0 | 221.9 | 212.46 | +| 5 | AgriGold | A645-55VT2PRO | VT2Pro | - | 16.9 | 61.1 | 222.1 | 215.49 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.4 | 59.2 | 221.0 | 217.03 | +| 6 | AgriGold | A642-32VT2RIB | VT2RIB | - | 16.6 | 60.3 | 215.7 | 214.17 | +| 2 | AgriGold | A642-18TRC | Trecepta | - | 16.5 | 57.8 | 218.7 | 219.39 | +| 11 | AgriGold | A641-62D-RN | 5122 | - | 17.3 | 57.1 | 206.9 | 209.69 | +| 7 | Pioneer | P1136AM | AM | - | 16.6 | 58.2 | 207.6 | 212.53 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.8 | 57.7 | 210.0 | 210.0 | +| 1 | AgriGold | A640-94VT4PRO | VT4Pro | - | 18.0 | 58.6 | 221.8 | 227.25 | +| 9 | AgriGold | A640-16-3110 | 3110 | - | 15.7 | 58.1 | 206.8 | 211.4 | +| 13 | AgriGold | A639-38V-RN | 3220 | - | 15.2 | 59.5 | 202.1 | 206.45 | +| 15 | AgriGold | A638-91VT2PRO | VT2Pro | - | 15.0 | 59.3 | 197.1 | 201.45 | +| 19 | AgriGold | A638-19 | C | - | 16.6 | 57.1 | 192.3 | 197.05 | +| 12 | AgriGold | A637-72VT2RIB | VT2RIB | - | 15.9 | 60.5 | 203.2 | 208.45 | +| 20 | AgriGold | A636-16-5222EZ | 5222EZ | - | 16.6 | 56.4 | 191.0 | 197.0 | +| 14 | AgriGold | A639-03VT2RIB | VT2RIB | - | 16.0 | 57.8 | 198.5 | 205.48 | +| 17 | AgriGold | A636-42SSPRIB | SSPRIB | - | 14.8 | 58.8 | 190.6 | 198.72 | +| 18 | AgriGold | A636-11VT2RIB | VT2RIB | - | 14.2 | 57.1 | 188.8 | 198.28 | +| 16 | AgriGold | A631-08VT2RIB | VT2RIB | - | 16.9 | 57.5 | 188.6 | 199.68 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.9 | 58.2 | 204.1 | 204.1 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 237.1, A645-71STXRIB (AgriGold) 228.7, A646-30VT2RIB (AgriGold) 226.2, A645-55VT2PRO (AgriGold) 222.1, A645-30VT2RIB (AgriGold) 221.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147059.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147059.json new file mode 100644 index 00000000..dca5b374 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147059.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147059", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Bremen", + "county": "Marshall", + "year": 2025, + "plot_id": "147059", + "cooperator": "Lamar Reichert", + "plot_average": 253.79, + "planted_date": "2025-05-02", + "harvested_date": "2025-10-25", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 14, + "brand": "AgriGold", + "product": "A630-04AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 56.3, + "Yield": 225.3, + "Adj Yield": 225.3 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 56.8, + "Yield": 233.5, + "Adj Yield": 233.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 52.8, + "Yield": 259.8, + "Adj Yield": 259.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 53.9, + "Yield": 264.5, + "Adj Yield": 264.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 55.0, + "Yield": 254.1, + "Adj Yield": 254.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 52.8, + "Yield": 255.0, + "Adj Yield": 255.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 52.5, + "Yield": 267.5, + "Adj Yield": 267.5 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 57.6, + "Yield": 253.0, + "Adj Yield": 253.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 54.1, + "Yield": 253.4, + "Adj Yield": 253.4 + } + }, + { + "rank": 6, + "brand": "Golden Harvest", + "product": "G10M87-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 23.7, + "Test Wt.": 49.1, + "Yield": 257.8, + "Adj Yield": 257.8 + } + }, + { + "rank": 2, + "brand": "Golden Harvest", + "product": "G08U00-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 51.0, + "Yield": 266.0, + "Adj Yield": 266.0 + } + }, + { + "rank": 4, + "brand": "Golden Harvest", + "product": "G10M87-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 51.2, + "Yield": 261.4, + "Adj Yield": 261.4 + } + }, + { + "rank": 12, + "brand": "Golden Harvest", + "product": "G10U97V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 52.2, + "Yield": 244.8, + "Adj Yield": 244.8 + } + }, + { + "rank": 7, + "brand": "Golden Harvest", + "product": "G12U11-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 50.1, + "Yield": 256.9, + "Adj Yield": 256.9 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147059" + ], + "fetched_at": "2026-05-27T02:23:01.335482+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147059.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147059.md new file mode 100644 index 00000000..9110605b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147059.md @@ -0,0 +1,44 @@ +# Corn yield trial — Bremen, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Marshall +- **City:** Bremen +- **Year:** 2025 +- **Plot ID:** 147059 +- **Cooperator:** Lamar Reichert +- **Plot average:** 253.79 BU/Ac +- **Planted:** 2025-05-02 +- **Harvested:** 2025-10-25 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147059 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 14 | AgriGold | A630-04AA | 3120EZ | - | 16.7 | 56.3 | 225.3 | 225.3 | +| 13 | AgriGold | A632-68VT2RIB | VT2RIB | - | 16.5 | 56.8 | 233.5 | 233.5 | +| 5 | AgriGold | A636-11VT2RIB | VT2RIB | - | 16.8 | 52.8 | 259.8 | 259.8 | +| 3 | AgriGold | A638-91VT2PRO | VT2Pro | - | 18.5 | 53.9 | 264.5 | 264.5 | +| 9 | AgriGold | A639-38V-RN | 3220 | - | 18.1 | 55.0 | 254.1 | 254.1 | +| 8 | AgriGold | A639-03VT2RIB | VT2RIB | - | 18.0 | 52.8 | 255.0 | 255.0 | +| 1 | AgriGold | A640-16-3110 | 3110 | - | 20.9 | 52.5 | 267.5 | 267.5 | +| 11 | AgriGold | A641-62D-RN | 5122 | - | 19.8 | 57.6 | 253.0 | 253.0 | +| 10 | AgriGold | A642-32VT2RIB | VT2RIB | - | 18.8 | 54.1 | 253.4 | 253.4 | +| 6 | Golden Harvest | G10M87-AA | 3120EZ | - | 23.7 | 49.1 | 257.8 | 257.8 | +| 2 | Golden Harvest | G08U00-V | 3220EZ | - | 22.1 | 51.0 | 266.0 | 266.0 | +| 4 | Golden Harvest | G10M87-AA | 3120EZ | - | 22.2 | 51.2 | 261.4 | 261.4 | +| 12 | Golden Harvest | G10U97V | 3220EZ | - | 21.0 | 52.2 | 244.8 | 244.8 | +| 7 | Golden Harvest | G12U11-AA | 3220EZ | - | 21.8 | 50.1 | 256.9 | 256.9 | + +Top 5 by Yield: A640-16-3110 (AgriGold) 267.5, G08U00-V (Golden Harvest) 266.0, A638-91VT2PRO (AgriGold) 264.5, G10M87-AA (Golden Harvest) 261.4, A636-11VT2RIB (AgriGold) 259.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147080.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147080.json new file mode 100644 index 00000000..99659db1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147080.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147080", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Tina", + "county": "Livingston", + "year": 2025, + "plot_id": "147080", + "cooperator": "Howard Baker", + "plot_average": 177.65, + "planted_date": "2025-04-16", + "harvested_date": "2025-10-05", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 14, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.8, + "Yield": 172.9, + "Adj Yield": 172.9 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 60.0, + "Yield": 174.2, + "Adj Yield": 174.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 60.0, + "Yield": 182.4, + "Adj Yield": 182.4 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.8, + "Yield": 149.5, + "Adj Yield": 149.5 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 60.9, + "Yield": 169.6, + "Adj Yield": 169.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 61.3, + "Yield": 182.6, + "Adj Yield": 182.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 62.3, + "Yield": 180.8, + "Adj Yield": 180.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 62.4, + "Yield": 190.3, + "Adj Yield": 190.3 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 60.9, + "Yield": 169.5, + "Adj Yield": 169.5 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 61.6, + "Yield": 175.3, + "Adj Yield": 175.3 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 62.0, + "Yield": 171.6, + "Adj Yield": 171.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 61.8, + "Yield": 199.4, + "Adj Yield": 199.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 62.6, + "Yield": 188.3, + "Adj Yield": 188.3 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 60.9, + "Yield": 178.5, + "Adj Yield": 178.5 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 56.1, + "Yield": 170.3, + "Adj Yield": 170.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 61.5, + "Yield": 187.6, + "Adj Yield": 187.6 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 61.4, + "Yield": 167.2, + "Adj Yield": 167.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 61.0, + "Yield": 178.0, + "Adj Yield": 178.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 61.7, + "Yield": 178.0, + "Adj Yield": 178.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C90RR", + "traits": "RR", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 61.7, + "Yield": 187.0, + "Adj Yield": 187.0 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147080" + ], + "fetched_at": "2026-05-27T02:23:01.832728+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147080.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147080.md new file mode 100644 index 00000000..ea753e43 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147080.md @@ -0,0 +1,49 @@ +# Corn yield trial — Tina, MO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Livingston +- **City:** Tina +- **Year:** 2025 +- **Plot ID:** 147080 +- **Cooperator:** Howard Baker +- **Plot average:** 177.65 BU/Ac +- **Planted:** 2025-04-16 +- **Harvested:** 2025-10-05 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147080 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 14 | AgriGold | L6818VT2PRO | VT2Pro | - | 16.0 | 58.8 | 172.9 | 172.9 | +| 13 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 14.9 | 60.0 | 174.2 | 174.2 | +| 7 | AgriGold | L6722VT2PRO | VT2Pro | - | 15.8 | 60.0 | 182.4 | 182.4 | +| 20 | AgriGold | A646-30VT2RIB | VT2RIB | - | 15.4 | 60.8 | 149.5 | 149.5 | +| 17 | AgriGold | A646-17TRC | Trecepta | - | 15.0 | 60.9 | 169.6 | 169.6 | +| 6 | AgriGold | A645-55VT2PRO | VT2Pro | - | 14.6 | 61.3 | 182.6 | 182.6 | +| 8 | AgriGold | A645-30VT2RIB | VT2RIB | - | 16.1 | 62.3 | 180.8 | 180.8 | +| 2 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.3 | 62.4 | 190.3 | 190.3 | +| 18 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.1 | 60.9 | 169.5 | 169.5 | +| 12 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.9 | 61.6 | 175.3 | 175.3 | +| 15 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.0 | 62.0 | 171.6 | 171.6 | +| 1 | AgriGold | A642-18TRC | Trecepta | - | 14.7 | 61.8 | 199.4 | 199.4 | +| 3 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.0 | 62.6 | 188.3 | 188.3 | +| 9 | AgriGold | A641-62D-RN | 5122 | - | 14.0 | 60.9 | 178.5 | 178.5 | +| 16 | AgriGold | A641-26V | 3220EZ | - | 14.4 | 56.1 | 170.3 | 170.3 | +| 4 | AgriGold | A640-94VT4PRO | VT4Pro | - | 14.1 | 61.5 | 187.6 | 187.6 | +| 19 | AgriGold | A639-38V-RN | 3220 | - | 13.5 | 61.4 | 167.2 | 167.2 | +| 10 | AgriGold | A638-91VT2PRO | VT2Pro | - | 13.5 | 61.0 | 178.0 | 178.0 | +| 11 | AgriGold | A637-72VT2RIB | VT2RIB | - | 14.0 | 61.7 | 178.0 | 178.0 | +| 5 | LG Seeds | LG64C90RR | RR | - | 14.8 | 61.7 | 187.0 | 187.0 | + +Top 5 by Yield: A642-18TRC (AgriGold) 199.4, A645-16VT2RIB (AgriGold) 190.3, A642-05VT2RIBD1 (AgriGold) 188.3, A640-94VT4PRO (AgriGold) 187.6, LG64C90RR (LG Seeds) 187.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147088.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147088.json new file mode 100644 index 00000000..69e1f39a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147088.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147088", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "TN", + "state_abbrev": "tn", + "city": "Puryear", + "county": "Henry", + "year": 2025, + "plot_id": "147088", + "cooperator": "Tony Brannon", + "plot_average": 255.18, + "planted_date": "2025-04-17", + "harvested_date": "2025-09-12", + "population_seeds_per_acre": 34500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 60.3, + "Yield": 262.5, + "Adj Yield": 262.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 60.0, + "Yield": 252.8, + "Adj Yield": 252.8 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 62.5, + "Yield": 242.3, + "Adj Yield": 242.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 63.1, + "Yield": 261.4, + "Adj Yield": 261.4 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 57.7, + "Yield": 250.5, + "Adj Yield": 250.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 61.1, + "Yield": 261.6, + "Adj Yield": 261.6 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 61.3, + "Yield": 240.3, + "Adj Yield": 240.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 60.2, + "Yield": 263.5, + "Adj Yield": 263.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 58.5, + "Yield": 266.3, + "Adj Yield": 266.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 56.0, + "Yield": 250.5, + "Adj Yield": 250.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 61.7, + "Yield": 255.3, + "Adj Yield": 255.3 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147088" + ], + "fetched_at": "2026-05-27T02:23:02.299382+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147088.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147088.md new file mode 100644 index 00000000..e7c71748 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147088.md @@ -0,0 +1,40 @@ +# Corn yield trial — Puryear, TN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** TN +- **County:** Henry +- **City:** Puryear +- **Year:** 2025 +- **Plot ID:** 147088 +- **Cooperator:** Tony Brannon +- **Plot average:** 255.18 BU/Ac +- **Planted:** 2025-04-17 +- **Harvested:** 2025-09-12 +- **Population:** 34,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147088 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | AgriGold | A642-18TRC | Trecepta | - | 17.2 | 60.3 | 262.5 | 262.5 | +| 7 | AgriGold | A642-18SSPRIB | SSPRIB | - | 16.6 | 60.0 | 252.8 | 252.8 | +| 10 | AgriGold | A642-32VT2RIB | VT2RIB | - | 18.0 | 62.5 | 242.3 | 242.3 | +| 5 | AgriGold | A643-52VT2PRO | VT2Pro | - | 16.9 | 63.1 | 261.4 | 261.4 | +| 9 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.4 | 57.7 | 250.5 | 250.5 | +| 4 | AgriGold | A645-16VT2PRO | VT2Pro | - | 18.2 | 61.1 | 261.6 | 261.6 | +| 11 | AgriGold | A645-30VT2RIB | VT2RIB | - | 16.7 | 61.3 | 240.3 | 240.3 | +| 2 | AgriGold | A645-55VT2PRO | VT2Pro | - | 17.3 | 60.2 | 263.5 | 263.5 | +| 1 | AgriGold | A646-17TRC | Trecepta | - | 17.5 | 58.5 | 266.3 | 266.3 | +| 8 | AgriGold | A647-42TRC | Trecepta | - | 19.8 | 56.0 | 250.5 | 250.5 | +| 6 | AgriGold | A647-79VT2PRO | VT2Pro | - | 16.0 | 61.7 | 255.3 | 255.3 | + +Top 5 by Yield: A646-17TRC (AgriGold) 266.3, A645-55VT2PRO (AgriGold) 263.5, A642-18TRC (AgriGold) 262.5, A645-16VT2PRO (AgriGold) 261.6, A643-52VT2PRO (AgriGold) 261.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147089.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147089.json new file mode 100644 index 00000000..e91a5b26 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147089.json @@ -0,0 +1,348 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147089", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "TN", + "state_abbrev": "tn", + "city": "Martin", + "county": "Weakley", + "year": 2025, + "plot_id": "147089", + "cooperator": "UTM", + "plot_average": 149.26, + "planted_date": "2025-04-17", + "harvested_date": "2025-09-08", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "Southeastern Seed", + "product": "SS18-60TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 61.5, + "Yield": 201.6, + "Adj Yield": 201.6 + } + }, + { + "rank": 4, + "brand": "Southeastern Seed", + "product": "SS11-40V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.1, + "Yield": 161.7, + "Adj Yield": 161.7 + } + }, + { + "rank": 3, + "brand": "Southeastern Seed", + "product": "SS15-50V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 60.7, + "Yield": 164.9, + "Adj Yield": 164.9 + } + }, + { + "rank": 22, + "brand": "Southeastern Seed", + "product": "XSS25150V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 58.5, + "Yield": 129.2, + "Adj Yield": 129.2 + } + }, + { + "rank": 5, + "brand": "Southeastern Seed", + "product": "XSS25131AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 58.8, + "Yield": 160.4, + "Adj Yield": 160.4 + } + }, + { + "rank": 7, + "brand": "Southeastern Seed", + "product": "SS13-50AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 59.1, + "Yield": 159.2, + "Adj Yield": 159.2 + } + }, + { + "rank": 15, + "brand": "Southeastern Seed", + "product": "SS14-66VZ3", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 59.9, + "Yield": 148.9, + "Adj Yield": 148.9 + } + }, + { + "rank": 21, + "brand": "Southeastern Seed", + "product": "SS14-50AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 59.4, + "Yield": 132.5, + "Adj Yield": 132.5 + } + }, + { + "rank": 20, + "brand": "Southeastern Seed", + "product": "EXSSRR", + "traits": "RR", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 57.0, + "Yield": 133.8, + "Adj Yield": 133.8 + } + }, + { + "rank": 24, + "brand": "Southeastern Seed", + "product": "EXSSRR", + "traits": "RR", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 53.3, + "Yield": 115.1, + "Adj Yield": 115.1 + } + }, + { + "rank": 23, + "brand": "Southeastern Seed", + "product": "13-65", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 59.2, + "Yield": 124.0, + "Adj Yield": 124.0 + } + }, + { + "rank": 11, + "brand": "Southeastern Seed", + "product": "SS18-60TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.7, + "Yield": 152.2, + "Adj Yield": 152.2 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 57.9, + "Yield": 139.4, + "Adj Yield": 139.4 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 57.6, + "Yield": 139.2, + "Adj Yield": 139.2 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 57.3, + "Yield": 140.2, + "Adj Yield": 140.2 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 57.4, + "Yield": 150.5, + "Adj Yield": 150.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 57.8, + "Yield": 155.5, + "Adj Yield": 155.5 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 59.4, + "Yield": 149.2, + "Adj Yield": 149.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 61.0, + "Yield": 169.5, + "Adj Yield": 169.5 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.9, + "Yield": 150.7, + "Adj Yield": 150.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 68.0, + "Yield": 154.1, + "Adj Yield": 154.1 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 57.9, + "Yield": 160.3, + "Adj Yield": 160.3 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 60.0, + "Yield": 155.2, + "Adj Yield": 155.2 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 61.3, + "Yield": 134.9, + "Adj Yield": 134.9 + } + } + ], + "n_results": 24, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147089" + ], + "fetched_at": "2026-05-27T02:23:02.827282+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147089.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147089.md new file mode 100644 index 00000000..c29537d0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147089.md @@ -0,0 +1,53 @@ +# Corn yield trial — Martin, TN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** TN +- **County:** Weakley +- **City:** Martin +- **Year:** 2025 +- **Plot ID:** 147089 +- **Cooperator:** UTM +- **Plot average:** 149.26 BU/Ac +- **Planted:** 2025-04-17 +- **Harvested:** 2025-09-08 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147089 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | Southeastern Seed | SS18-60TRE | Trecepta | - | 15.3 | 61.5 | 201.6 | 201.6 | +| 4 | Southeastern Seed | SS11-40V-RN | 3220 | - | 14.2 | 60.1 | 161.7 | 161.7 | +| 3 | Southeastern Seed | SS15-50V | 3220EZ | - | 13.4 | 60.7 | 164.9 | 164.9 | +| 22 | Southeastern Seed | XSS25150V | 3220EZ | - | 13.3 | 58.5 | 129.2 | 129.2 | +| 5 | Southeastern Seed | XSS25131AA | 3120EZ | - | 13.3 | 58.8 | 160.4 | 160.4 | +| 7 | Southeastern Seed | SS13-50AA | 3120EZ | - | 13.1 | 59.1 | 159.2 | 159.2 | +| 15 | Southeastern Seed | SS14-66VZ3 | 3330EZ | - | 13.8 | 59.9 | 148.9 | 148.9 | +| 21 | Southeastern Seed | SS14-50AA | 3120EZ | - | 14.1 | 59.4 | 132.5 | 132.5 | +| 20 | Southeastern Seed | EXSSRR | RR | - | 15.7 | 57.0 | 133.8 | 133.8 | +| 24 | Southeastern Seed | EXSSRR | RR | - | 18.7 | 53.3 | 115.1 | 115.1 | +| 23 | Southeastern Seed | 13-65 | VT2Pro | - | 16.0 | 59.2 | 124.0 | 124.0 | +| 11 | Southeastern Seed | SS18-60TRE | Trecepta | - | 16.1 | 59.7 | 152.2 | 152.2 | +| 17 | AgriGold | A642-18TRC | Trecepta | - | 16.1 | 57.9 | 139.4 | 139.4 | +| 18 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.9 | 57.6 | 139.2 | 139.2 | +| 16 | AgriGold | A643-52VT2PRO | VT2Pro | - | 15.5 | 57.3 | 140.2 | 140.2 | +| 13 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.3 | 57.4 | 150.5 | 150.5 | +| 8 | AgriGold | A645-16VT2PRO | VT2Pro | - | 15.8 | 57.8 | 155.5 | 155.5 | +| 14 | AgriGold | A645-30VT2RIB | VT2RIB | - | 16.6 | 59.4 | 149.2 | 149.2 | +| 2 | AgriGold | A645-55VT2PRO | VT2Pro | - | 15.6 | 61.0 | 169.5 | 169.5 | +| 12 | AgriGold | A646-17TRC | Trecepta | - | 16.0 | 58.9 | 150.7 | 150.7 | +| 10 | AgriGold | L6722VT2PRO | VT2Pro | - | 16.3 | 68.0 | 154.1 | 154.1 | +| 6 | AgriGold | A647-42TRC | Trecepta | - | 16.6 | 57.9 | 160.3 | 160.3 | +| 9 | AgriGold | A647-79VT2PRO | VT2Pro | - | 15.5 | 60.0 | 155.2 | 155.2 | +| 19 | AgriGold | L6818VT2PRO | VT2Pro | - | 16.5 | 61.3 | 134.9 | 134.9 | + +Top 5 by Yield: SS18-60TRE (Southeastern Seed) 201.6, A645-55VT2PRO (AgriGold) 169.5, SS15-50V (Southeastern Seed) 164.9, SS11-40V-RN (Southeastern Seed) 161.7, XSS25131AA (Southeastern Seed) 160.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147095.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147095.json new file mode 100644 index 00000000..be883aa2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147095.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147095", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "TN", + "state_abbrev": "tn", + "city": "Dresden", + "county": "Weakley", + "year": 2025, + "plot_id": "147095", + "cooperator": "Dresden UTM Plot", + "plot_average": 174.33, + "planted_date": "2025-04-24", + "harvested_date": "2025-09-12", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 58.2, + "Yield": 174.5, + "Adj Yield": 174.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 57.4, + "Yield": 186.3, + "Adj Yield": 186.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 57.9, + "Yield": 183.2, + "Adj Yield": 183.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 57.4, + "Yield": 177.1, + "Adj Yield": 177.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 57.4, + "Yield": 176.4, + "Adj Yield": 176.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 59.5, + "Yield": 194.2, + "Adj Yield": 194.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 59.7, + "Yield": 194.3, + "Adj Yield": 194.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 58.1, + "Yield": 195.3, + "Adj Yield": 195.3 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.9, + "Yield": 167.3, + "Adj Yield": 167.3 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 56.0, + "Yield": 154.5, + "Adj Yield": 154.5 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 58.4, + "Yield": 140.7, + "Adj Yield": 140.7 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 57.7, + "Yield": 148.1, + "Adj Yield": 148.1 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147095" + ], + "fetched_at": "2026-05-27T02:23:03.329794+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147095.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147095.md new file mode 100644 index 00000000..d76f8b6a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147095.md @@ -0,0 +1,41 @@ +# Corn yield trial — Dresden, TN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** TN +- **County:** Weakley +- **City:** Dresden +- **Year:** 2025 +- **Plot ID:** 147095 +- **Cooperator:** Dresden UTM Plot +- **Plot average:** 174.33 BU/Ac +- **Planted:** 2025-04-24 +- **Harvested:** 2025-09-12 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147095 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | AgriGold | A642-18TRC | Trecepta | - | 15.2 | 58.2 | 174.5 | 174.5 | +| 4 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.3 | 57.4 | 186.3 | 186.3 | +| 5 | AgriGold | A643-52VT2PRO | VT2Pro | - | 15.1 | 57.9 | 183.2 | 183.2 | +| 6 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.3 | 57.4 | 177.1 | 177.1 | +| 7 | AgriGold | A645-16VT2PRO | VT2Pro | - | 15.0 | 57.4 | 176.4 | 176.4 | +| 3 | AgriGold | A645-30VT2RIB | VT2RIB | - | 15.2 | 59.5 | 194.2 | 194.2 | +| 2 | AgriGold | A645-55VT2PRO | VT2Pro | - | 15.1 | 59.7 | 194.3 | 194.3 | +| 1 | AgriGold | A646-17TRC | Trecepta | - | 15.2 | 58.1 | 195.3 | 195.3 | +| 9 | AgriGold | L6722VT2PRO | VT2Pro | - | 14.4 | 59.9 | 167.3 | 167.3 | +| 10 | AgriGold | A647-42TRC | Trecepta | - | 15.1 | 56.0 | 154.5 | 154.5 | +| 12 | AgriGold | A647-79VT2PRO | VT2Pro | - | 14.1 | 58.4 | 140.7 | 140.7 | +| 11 | AgriGold | L6818VT2PRO | VT2Pro | - | 14.5 | 57.7 | 148.1 | 148.1 | + +Top 5 by Yield: A646-17TRC (AgriGold) 195.3, A645-55VT2PRO (AgriGold) 194.3, A645-30VT2RIB (AgriGold) 194.2, A642-18SSPRIB (AgriGold) 186.3, A643-52VT2PRO (AgriGold) 183.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147097.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147097.json new file mode 100644 index 00000000..cc7040c8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147097.json @@ -0,0 +1,88 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147097", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Hickman", + "county": "Fulton", + "year": 2025, + "plot_id": "147097", + "cooperator": "Linder Farms", + "plot_average": 188.75, + "planted_date": "2025-05-07", + "harvested_date": "2025-09-16", + "population_seeds_per_acre": 32500, + "row_width": "30.0\"", + "num_rows": 12, + "soil_type": null, + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P13131W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 60.4, + "Yield": 197.7, + "Adj Yield": 197.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-17W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 63.0, + "Yield": 193.0, + "Adj Yield": 193.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-27W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 62.3, + "Yield": 194.5, + "Adj Yield": 194.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "J6233W", + "traits": "W", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 60.3, + "Yield": 169.8, + "Adj Yield": 169.8 + } + } + ], + "n_results": 4, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147097" + ], + "fetched_at": "2026-05-27T02:23:03.819556+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147097.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147097.md new file mode 100644 index 00000000..61b20eba --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147097.md @@ -0,0 +1,33 @@ +# Corn yield trial — Hickman, KY, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Fulton +- **City:** Hickman +- **Year:** 2025 +- **Plot ID:** 147097 +- **Cooperator:** Linder Farms +- **Plot average:** 188.75 BU/Ac +- **Planted:** 2025-05-07 +- **Harvested:** 2025-09-16 +- **Population:** 32,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 12 +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147097 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | Pioneer | P13131W | W | - | 14.9 | 60.4 | 197.7 | 197.7 | +| 3 | AgriGold | A643-17W | W | - | 16.3 | 63.0 | 193.0 | 193.0 | +| 2 | AgriGold | A644-27W | W | - | 16.3 | 62.3 | 194.5 | 194.5 | +| 4 | AgriGold | J6233W | W | - | 15.7 | 60.3 | 169.8 | 169.8 | + +Top 5 by Yield: P13131W (Pioneer) 197.7, A644-27W (AgriGold) 194.5, A643-17W (AgriGold) 193.0, J6233W (AgriGold) 169.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147103.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147103.json new file mode 100644 index 00000000..04a5fa96 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147103.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147103", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Bardwell", + "county": "Carlisle", + "year": 2025, + "plot_id": "147103", + "cooperator": "Don Thornsbrough", + "plot_average": 154.74, + "planted_date": "2025-06-03", + "harvested_date": "2025-10-09", + "population_seeds_per_acre": 32500, + "row_width": "20.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 59.6, + "Yield": 161.0, + "Adj Yield": 161.0 + } + }, + { + "rank": 1, + "brand": "Stine", + "product": "9755-20VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 61.0, + "Yield": 182.2, + "Adj Yield": 182.2 + } + }, + { + "rank": 7, + "brand": "Stine", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 59.4, + "Yield": 162.4, + "Adj Yield": 162.4 + } + }, + { + "rank": 6, + "brand": "Stine", + "product": "9753-20VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 63.3, + "Yield": 163.5, + "Adj Yield": 163.5 + } + }, + { + "rank": 14, + "brand": "Stine", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 62.5, + "Yield": 136.9, + "Adj Yield": 136.9 + } + }, + { + "rank": 10, + "brand": "Stine", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 54.9, + "Yield": 152.8, + "Adj Yield": 152.8 + } + }, + { + "rank": 13, + "brand": "Stine", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 55.6, + "Yield": 139.5, + "Adj Yield": 139.5 + } + }, + { + "rank": 9, + "brand": "Stine", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 59.2, + "Yield": 157.7, + "Adj Yield": 157.7 + } + }, + { + "rank": 12, + "brand": "Stine", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 59.2, + "Yield": 142.6, + "Adj Yield": 142.6 + } + }, + { + "rank": 15, + "brand": "Stine", + "product": "MX514-20", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 61.6, + "Yield": 130.3, + "Adj Yield": 130.3 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 59.1, + "Yield": 150.2, + "Adj Yield": 150.2 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 53.5, + "Yield": 103.5, + "Adj Yield": 103.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 58.5, + "Yield": 164.5, + "Adj Yield": 164.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 59.7, + "Yield": 177.8, + "Adj Yield": 177.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 59.7, + "Yield": 176.8, + "Adj Yield": 176.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.4, + "Yield": 174.1, + "Adj Yield": 174.1 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147103" + ], + "fetched_at": "2026-05-27T02:23:04.344170+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147103.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147103.md new file mode 100644 index 00000000..8ac27524 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147103.md @@ -0,0 +1,45 @@ +# Corn yield trial — Bardwell, KY, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Carlisle +- **City:** Bardwell +- **Year:** 2025 +- **Plot ID:** 147103 +- **Cooperator:** Don Thornsbrough +- **Plot average:** 154.74 BU/Ac +- **Planted:** 2025-06-03 +- **Harvested:** 2025-10-09 +- **Population:** 32,500 seeds/acre +- **Row width:** 20.0" +- **# Rows:** 8 +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147103 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 13.9 | 59.6 | 161.0 | 161.0 | +| 1 | Stine | 9755-20VT2RIB | VT2RIB | - | 13.8 | 61.0 | 182.2 | 182.2 | +| 7 | Stine | - | - | - | 14.7 | 59.4 | 162.4 | 162.4 | +| 6 | Stine | 9753-20VT2PRO | VT2Pro | - | 13.6 | 63.3 | 163.5 | 163.5 | +| 14 | Stine | - | - | - | 14.8 | 62.5 | 136.9 | 136.9 | +| 10 | Stine | - | - | - | 15.8 | 54.9 | 152.8 | 152.8 | +| 13 | Stine | - | - | - | 15.2 | 55.6 | 139.5 | 139.5 | +| 9 | Stine | - | - | - | 13.0 | 59.2 | 157.7 | 157.7 | +| 12 | Stine | - | - | - | 15.1 | 59.2 | 142.6 | 142.6 | +| 15 | Stine | MX514-20 | 3110 | - | 14.7 | 61.6 | 130.3 | 130.3 | +| 11 | AgriGold | A642-18SSPRIB | SSPRIB | - | 14.7 | 59.1 | 150.2 | 150.2 | +| 16 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.2 | 53.5 | 103.5 | 103.5 | +| 5 | AgriGold | A645-16VT2PRO | VT2Pro | - | 14.4 | 58.5 | 164.5 | 164.5 | +| 2 | AgriGold | A645-30VT2RIB | VT2RIB | - | 15.3 | 59.7 | 177.8 | 177.8 | +| 3 | AgriGold | A646-17TRC | Trecepta | - | 15.3 | 59.7 | 176.8 | 176.8 | +| 4 | AgriGold | A647-42TRC | Trecepta | - | 15.4 | 58.4 | 174.1 | 174.1 | + +Top 5 by Yield: 9755-20VT2RIB (Stine) 182.2, A645-30VT2RIB (AgriGold) 177.8, A646-17TRC (AgriGold) 176.8, A647-42TRC (AgriGold) 174.1, A645-16VT2PRO (AgriGold) 164.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147104.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147104.json new file mode 100644 index 00000000..dbcf0e31 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147104.json @@ -0,0 +1,322 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147104", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "TN", + "state_abbrev": "tn", + "city": "Trenton", + "county": "Gibson", + "year": 2025, + "plot_id": "147104", + "cooperator": "Andy Zarecor", + "plot_average": 200.9, + "planted_date": "2025-04-16", + "harvested_date": "2025-09-19", + "population_seeds_per_acre": 32000, + "row_width": "36.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 62.9, + "Yield": 209.7, + "Adj Yield": 209.7 + } + }, + { + "rank": 20, + "brand": "Southeastern Seed", + "product": "SS11-40V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 62.6, + "Yield": 180.2, + "Adj Yield": 180.2 + } + }, + { + "rank": 18, + "brand": "Southeastern Seed", + "product": "SS15-50V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 60.3, + "Yield": 181.3, + "Adj Yield": 181.3 + } + }, + { + "rank": 4, + "brand": "Southeastern Seed", + "product": "SS15-63TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 62.2, + "Yield": 218.8, + "Adj Yield": 218.8 + } + }, + { + "rank": 21, + "brand": "Southeastern Seed", + "product": "SS14-66VZ3", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 61.7, + "Yield": 179.2, + "Adj Yield": 179.2 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 61.2, + "Yield": 193.7, + "Adj Yield": 193.7 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 60.2, + "Yield": 211.0, + "Adj Yield": 211.0 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 62.4, + "Yield": 181.1, + "Adj Yield": 181.1 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 63.6, + "Yield": 200.4, + "Adj Yield": 200.4 + } + }, + { + "rank": 1, + "brand": "Southeastern Seed", + "product": "SS18-60TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 62.1, + "Yield": 235.2, + "Adj Yield": 235.2 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 63.8, + "Yield": 200.0, + "Adj Yield": 200.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 63.5, + "Yield": 216.3, + "Adj Yield": 216.3 + } + }, + { + "rank": 16, + "brand": "Southeastern Seed", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 63.4, + "Yield": 186.4, + "Adj Yield": 186.4 + } + }, + { + "rank": 22, + "brand": "Nu Tech", + "product": "75A8V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 61.7, + "Yield": 178.3, + "Adj Yield": 178.3 + } + }, + { + "rank": 17, + "brand": "Nu Tech", + "product": "74A5PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 62.3, + "Yield": 183.5, + "Adj Yield": 183.5 + } + }, + { + "rank": 14, + "brand": "Innvictis", + "product": "A1792T", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 64.2, + "Yield": 192.7, + "Adj Yield": 192.7 + } + }, + { + "rank": 5, + "brand": "Innvictis", + "product": "X1993VT2P", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 62.8, + "Yield": 218.6, + "Adj Yield": 218.6 + } + }, + { + "rank": 10, + "brand": "Innvictis", + "product": "A1542T", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 61.8, + "Yield": 206.4, + "Adj Yield": 206.4 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC119-30", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 62.1, + "Yield": 225.8, + "Adj Yield": 225.8 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 61.7, + "Yield": 210.4, + "Adj Yield": 210.4 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC67-44", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 62.8, + "Yield": 220.6, + "Adj Yield": 220.6 + } + }, + { + "rank": 15, + "brand": "Pioneer", + "product": "P17677YHR", + "traits": "Leptra", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 64.3, + "Yield": 190.1, + "Adj Yield": 190.1 + } + } + ], + "n_results": 22, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147104" + ], + "fetched_at": "2026-05-27T02:23:04.827944+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147104.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147104.md new file mode 100644 index 00000000..d27716a1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147104.md @@ -0,0 +1,51 @@ +# Corn yield trial — Trenton, TN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** TN +- **County:** Gibson +- **City:** Trenton +- **Year:** 2025 +- **Plot ID:** 147104 +- **Cooperator:** Andy Zarecor +- **Plot average:** 200.9 BU/Ac +- **Planted:** 2025-04-16 +- **Harvested:** 2025-09-19 +- **Population:** 32,000 seeds/acre +- **Row width:** 36.0" +- **# Rows:** 4 +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147104 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | AgriGold | A647-79VT2PRO | VT2Pro | - | 13.6 | 62.9 | 209.7 | 209.7 | +| 20 | Southeastern Seed | SS11-40V-RN | 3220 | - | 13.4 | 62.6 | 180.2 | 180.2 | +| 18 | Southeastern Seed | SS15-50V | 3220EZ | - | 12.9 | 60.3 | 181.3 | 181.3 | +| 4 | Southeastern Seed | SS15-63TRE | Trecepta | - | 13.3 | 62.2 | 218.8 | 218.8 | +| 21 | Southeastern Seed | SS14-66VZ3 | 3330EZ | - | 13.2 | 61.7 | 179.2 | 179.2 | +| 13 | AgriGold | A642-18SSPRIB | SSPRIB | - | 13.1 | 61.2 | 193.7 | 193.7 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.2 | 60.2 | 211.0 | 211.0 | +| 19 | AgriGold | A646-17TRC | Trecepta | - | 13.4 | 62.4 | 181.1 | 181.1 | +| 11 | AgriGold | A645-16VT2PRO | VT2Pro | - | 13.5 | 63.6 | 200.4 | 200.4 | +| 1 | Southeastern Seed | SS18-60TRE | Trecepta | - | 13.6 | 62.1 | 235.2 | 235.2 | +| 12 | AgriGold | A645-30VT2RIB | VT2RIB | - | 13.9 | 63.8 | 200.0 | 200.0 | +| 6 | AgriGold | A645-55VT2PRO | VT2Pro | - | 13.5 | 63.5 | 216.3 | 216.3 | +| 16 | Southeastern Seed | - | - | - | 12.7 | 63.4 | 186.4 | 186.4 | +| 22 | Nu Tech | 75A8V | Vorceed | - | 12.8 | 61.7 | 178.3 | 178.3 | +| 17 | Nu Tech | 74A5PCE | PCE | - | 13.1 | 62.3 | 183.5 | 183.5 | +| 14 | Innvictis | A1792T | Trecepta | - | 13.7 | 64.2 | 192.7 | 192.7 | +| 5 | Innvictis | X1993VT2P | VT2Pro | - | 13.5 | 62.8 | 218.6 | 218.6 | +| 10 | Innvictis | A1542T | Trecepta | - | 13.4 | 61.8 | 206.4 | 206.4 | +| 2 | Dekalb | DKC119-30 | VT4Pro | - | 14.4 | 62.1 | 225.8 | 225.8 | +| 8 | Dekalb | DKC68-35 | VT2Pro | - | 13.9 | 61.7 | 210.4 | 210.4 | +| 3 | Dekalb | DKC67-44 | VT2Pro | - | 13.4 | 62.8 | 220.6 | 220.6 | +| 15 | Pioneer | P17677YHR | Leptra | - | 13.0 | 64.3 | 190.1 | 190.1 | + +Top 5 by Yield: SS18-60TRE (Southeastern Seed) 235.2, DKC119-30 (Dekalb) 225.8, DKC67-44 (Dekalb) 220.6, SS15-63TRE (Southeastern Seed) 218.8, X1993VT2P (Innvictis) 218.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147106.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147106.json new file mode 100644 index 00000000..fe917262 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147106.json @@ -0,0 +1,452 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147106", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "TN", + "state_abbrev": "tn", + "city": "Dyer", + "county": "Gibson", + "year": 2025, + "plot_id": "147106", + "cooperator": "Titan Ag", + "plot_average": 138.65, + "planted_date": "2025-05-29", + "harvested_date": "2025-09-05", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.3, + "Yield": 136.6, + "Adj Yield": 136.6 + } + }, + { + "rank": 25, + "brand": "Southeastern Seed", + "product": "SS11-40V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 56.4, + "Yield": 121.4, + "Adj Yield": 122.74 + } + }, + { + "rank": 23, + "brand": "Southeastern Seed", + "product": "SS15-50V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 55.2, + "Yield": 123.1, + "Adj Yield": 123.76 + } + }, + { + "rank": 10, + "brand": "Southeastern Seed", + "product": "SS15-63TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 55.1, + "Yield": 143.5, + "Adj Yield": 143.59 + } + }, + { + "rank": 21, + "brand": "Southeastern Seed", + "product": "SS18-60TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 55.9, + "Yield": 125.3, + "Adj Yield": 124.75 + } + }, + { + "rank": 13, + "brand": "Southeastern Seed", + "product": "13-65", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.2, + "Yield": 140.0, + "Adj Yield": 138.84 + } + }, + { + "rank": 22, + "brand": "Southeastern Seed", + "product": "EXSSRR", + "traits": "RR", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 53.4, + "Yield": 126.4, + "Adj Yield": 124.7 + } + }, + { + "rank": 28, + "brand": "Southeastern Seed", + "product": "EXSSRR", + "traits": "RR", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 54.5, + "Yield": 118.5, + "Adj Yield": 116.02 + } + }, + { + "rank": 24, + "brand": "Southeastern Seed", + "product": "12-62", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 56.1, + "Yield": 126.8, + "Adj Yield": 123.41 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 56.2, + "Yield": 143.4, + "Adj Yield": 143.4 + } + }, + { + "rank": 18, + "brand": "Southeastern Seed", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 54.8, + "Yield": 134.2, + "Adj Yield": 130.77 + } + }, + { + "rank": 14, + "brand": "Southeastern Seed", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.5, + "Yield": 141.0, + "Adj Yield": 138.41 + } + }, + { + "rank": 11, + "brand": "Southeastern Seed", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 59.0, + "Yield": 144.4, + "Adj Yield": 142.48 + } + }, + { + "rank": 12, + "brand": "Southeastern Seed", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 54.8, + "Yield": 141.1, + "Adj Yield": 139.56 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 58.5, + "Yield": 136.0, + "Adj Yield": 134.94 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 57.9, + "Yield": 167.7, + "Adj Yield": 166.94 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 56.8, + "Yield": 153.7, + "Adj Yield": 153.29 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 57.5, + "Yield": 151.6, + "Adj Yield": 151.45 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 60.4, + "Yield": 163.1, + "Adj Yield": 163.18 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 56.0, + "Yield": 138.4, + "Adj Yield": 138.4 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 55.8, + "Yield": 119.1, + "Adj Yield": 119.22 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 59.8, + "Yield": 147.3, + "Adj Yield": 147.38 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 56.2, + "Yield": 135.9, + "Adj Yield": 136.02 + } + }, + { + "rank": 19, + "brand": "Nu Tech", + "product": "74A5PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 55.1, + "Yield": 129.0, + "Adj Yield": 129.24 + } + }, + { + "rank": 17, + "brand": "Nu Tech", + "product": "75A8V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 55.6, + "Yield": 132.2, + "Adj Yield": 132.57 + } + }, + { + "rank": 27, + "brand": "Nu Tech", + "product": "77B1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 55.5, + "Yield": 117.8, + "Adj Yield": 118.26 + } + }, + { + "rank": 20, + "brand": "Golden Harvest", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 53.9, + "Yield": 128.4, + "Adj Yield": 129.1 + } + }, + { + "rank": 9, + "brand": "IntegraSeed", + "product": "6342TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 55.6, + "Yield": 146.2, + "Adj Yield": 147.02 + } + }, + { + "rank": 5, + "brand": "IntegraSeed", + "product": "6493VT2P", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 57.6, + "Yield": 155.4, + "Adj Yield": 156.47 + } + }, + { + "rank": 1, + "brand": "IntegraSeed", + "product": "6864VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 58.5, + "Yield": 169.8, + "Adj Yield": 171.21 + } + }, + { + "rank": 4, + "brand": "IntegraSeed", + "product": "6915TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 55.9, + "Yield": 155.1, + "Adj Yield": 156.84 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 57.9, + "Yield": 136.6, + "Adj Yield": 136.6 + } + } + ], + "n_results": 32, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147106" + ], + "fetched_at": "2026-05-27T02:23:05.371631+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147106.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147106.md new file mode 100644 index 00000000..26a35399 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147106.md @@ -0,0 +1,61 @@ +# Corn yield trial — Dyer, TN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** TN +- **County:** Gibson +- **City:** Dyer +- **Year:** 2025 +- **Plot ID:** 147106 +- **Cooperator:** Titan Ag +- **Plot average:** 138.65 BU/Ac +- **Planted:** 2025-05-29 +- **Harvested:** 2025-09-05 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147106 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2PRO | VT2Pro | - | 14.8 | 58.3 | 136.6 | 136.6 | +| 25 | Southeastern Seed | SS11-40V-RN | 3220 | - | 14.6 | 56.4 | 121.4 | 122.74 | +| 23 | Southeastern Seed | SS15-50V | 3220EZ | - | 14.2 | 55.2 | 123.1 | 123.76 | +| 10 | Southeastern Seed | SS15-63TRE | Trecepta | - | 15.6 | 55.1 | 143.5 | 143.59 | +| 21 | Southeastern Seed | SS18-60TRE | Trecepta | - | 16.0 | 55.9 | 125.3 | 124.75 | +| 13 | Southeastern Seed | 13-65 | VT2Pro | - | 14.8 | 58.2 | 140.0 | 138.84 | +| 22 | Southeastern Seed | EXSSRR | RR | - | 14.4 | 53.4 | 126.4 | 124.7 | +| 28 | Southeastern Seed | EXSSRR | RR | - | 14.5 | 54.5 | 118.5 | 116.02 | +| 24 | Southeastern Seed | 12-62 | Trecepta | - | 14.6 | 56.1 | 126.8 | 123.41 | +| - | AgriGold | A645-16VT2PRO | VT2Pro | - | 15.3 | 56.2 | 143.4 | 143.4 | +| 18 | Southeastern Seed | - | - | - | 14.6 | 54.8 | 134.2 | 130.77 | +| 14 | Southeastern Seed | - | - | - | 14.9 | 58.5 | 141.0 | 138.41 | +| 11 | Southeastern Seed | - | - | - | 14.8 | 59.0 | 144.4 | 142.48 | +| 12 | Southeastern Seed | - | - | - | 15.2 | 54.8 | 141.1 | 139.56 | +| 16 | AgriGold | A647-79VT2PRO | VT2Pro | - | 15.3 | 58.5 | 136.0 | 134.94 | +| 2 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.5 | 57.9 | 167.7 | 166.94 | +| 6 | AgriGold | A642-18TRC | Trecepta | - | 15.3 | 56.8 | 153.7 | 153.29 | +| 7 | AgriGold | A643-52VT2PRO | VT2Pro | - | 15.2 | 57.5 | 151.6 | 151.45 | +| 3 | AgriGold | A645-30VT2RIB | VT2RIB | - | 16.0 | 60.4 | 163.1 | 163.18 | +| - | AgriGold | A645-16VT2PRO | VT2Pro | - | 16.4 | 56.0 | 138.4 | 138.4 | +| 26 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.4 | 55.8 | 119.1 | 119.22 | +| 8 | AgriGold | A645-55VT2PRO | VT2Pro | - | 15.1 | 59.8 | 147.3 | 147.38 | +| 15 | AgriGold | A647-42TRC | Trecepta | - | 15.4 | 56.2 | 135.9 | 136.02 | +| 19 | Nu Tech | 74A5PCE | PCE | - | 16.1 | 55.1 | 129.0 | 129.24 | +| 17 | Nu Tech | 75A8V | Vorceed | - | 16.3 | 55.6 | 132.2 | 132.57 | +| 27 | Nu Tech | 77B1PCE | PCE | - | 16.9 | 55.5 | 117.8 | 118.26 | +| 20 | Golden Harvest | - | - | - | 15.6 | 53.9 | 128.4 | 129.1 | +| 9 | IntegraSeed | 6342TRERIB | TreceptaRIB | - | 15.7 | 55.6 | 146.2 | 147.02 | +| 5 | IntegraSeed | 6493VT2P | VT2Pro | - | 16.6 | 57.6 | 155.4 | 156.47 | +| 1 | IntegraSeed | 6864VT2PRIB | VT2RIB | - | 17.1 | 58.5 | 169.8 | 171.21 | +| 4 | IntegraSeed | 6915TRC | Trecepta | - | 17.9 | 55.9 | 155.1 | 156.84 | +| - | AgriGold | A645-16VT2PRO | VT2Pro | - | 16.7 | 57.9 | 136.6 | 136.6 | + +Top 5 by Yield: 6864VT2PRIB (IntegraSeed) 169.8, A642-18SSPRIB (AgriGold) 167.7, A645-30VT2RIB (AgriGold) 163.1, 6493VT2P (IntegraSeed) 155.4, 6915TRC (IntegraSeed) 155.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147112.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147112.json new file mode 100644 index 00000000..41f41c82 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147112.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147112", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Charleston", + "county": "Coles", + "year": 2025, + "plot_id": "147112", + "cooperator": "Roger Babbs", + "plot_average": 246.07, + "planted_date": "2025-05-18", + "harvested_date": "2025-10-08", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": null, + "Yield": 225.0, + "Adj Yield": 225.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 234.9, + "Adj Yield": 234.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 254.4, + "Adj Yield": 254.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 249.5, + "Adj Yield": 249.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 257.2, + "Adj Yield": 257.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 251.7, + "Adj Yield": 251.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 252.2, + "Adj Yield": 252.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 255.1, + "Adj Yield": 255.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 237.2, + "Adj Yield": 237.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 243.5, + "Adj Yield": 243.5 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147112" + ], + "fetched_at": "2026-05-27T02:23:05.832844+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147112.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147112.md new file mode 100644 index 00000000..0a65b0d5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147112.md @@ -0,0 +1,39 @@ +# Corn yield trial — Charleston, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Coles +- **City:** Charleston +- **Year:** 2025 +- **Plot ID:** 147112 +- **Cooperator:** Roger Babbs +- **Plot average:** 246.07 BU/Ac +- **Planted:** 2025-05-18 +- **Harvested:** 2025-10-08 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147112 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 10 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.0 | - | 225.0 | 225.0 | +| 9 | AgriGold | A642-18TRC | Trecepta | - | 16.7 | - | 234.9 | 234.9 | +| 3 | AgriGold | A642-18SSPRIB | SSPRIB | - | 18.2 | - | 254.4 | 254.4 | +| 6 | AgriGold | A642-32VT2RIB | VT2RIB | - | 18.5 | - | 249.5 | 249.5 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.8 | - | 257.2 | 257.2 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.8 | - | 251.7 | 251.7 | +| 4 | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.9 | - | 252.2 | 252.2 | +| 2 | AgriGold | A645-30VT2RIB | VT2RIB | - | 17.9 | - | 255.1 | 255.1 | +| 8 | AgriGold | A645-55VT2PRO | VT2Pro | - | 17.2 | - | 237.2 | 237.2 | +| 7 | AgriGold | A645-71STXRIB | STXRIB | - | 18.6 | - | 243.5 | 243.5 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 257.2, A645-30VT2RIB (AgriGold) 255.1, A642-18SSPRIB (AgriGold) 254.4, A645-16VT2RIB (AgriGold) 252.2, A644-64VT2RIB (AgriGold) 251.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147123.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147123.json new file mode 100644 index 00000000..0ef2fab7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147123.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147123", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Center Point", + "county": "Clay", + "year": 2025, + "plot_id": "147123", + "cooperator": "Randy and Andrew Tucker", + "plot_average": 255.17, + "planted_date": "2025-05-17", + "harvested_date": "2025-10-24", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 58.2, + "Yield": 263.7, + "Adj Yield": 263.7 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 58.2, + "Yield": 238.2, + "Adj Yield": 238.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 57.4, + "Yield": 272.6, + "Adj Yield": 272.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 59.0, + "Yield": 276.1, + "Adj Yield": 276.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 57.2, + "Yield": 253.6, + "Adj Yield": 253.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 57.0, + "Yield": 265.4, + "Adj Yield": 265.4 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 59.4, + "Yield": 254.5, + "Adj Yield": 254.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 57.8, + "Yield": 272.6, + "Adj Yield": 272.6 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 59.5, + "Yield": 235.0, + "Adj Yield": 235.0 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.8, + "Yield": 236.5, + "Adj Yield": 236.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 59.6, + "Yield": 255.6, + "Adj Yield": 255.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 58.2, + "Yield": 269.6, + "Adj Yield": 269.6 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A646-17STX", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 57.7, + "Yield": 239.4, + "Adj Yield": 239.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 56.7, + "Yield": 249.6, + "Adj Yield": 249.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 57.6, + "Yield": 262.7, + "Adj Yield": 262.7 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.5, + "Yield": 237.6, + "Adj Yield": 237.6 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147123" + ], + "fetched_at": "2026-05-27T02:23:06.338001+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147123.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147123.md new file mode 100644 index 00000000..cde648dc --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147123.md @@ -0,0 +1,46 @@ +# Corn yield trial — Center Point, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Clay +- **City:** Center Point +- **Year:** 2025 +- **Plot ID:** 147123 +- **Cooperator:** Randy and Andrew Tucker +- **Plot average:** 255.17 BU/Ac +- **Planted:** 2025-05-17 +- **Harvested:** 2025-10-24 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147123 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.9 | 58.2 | 263.7 | 263.7 | +| 13 | AgriGold | A640-16-3110 | 3110 | - | 16.4 | 58.2 | 238.2 | 238.2 | +| 2 | AgriGold | A641-26V | 3220EZ | - | 17.5 | 57.4 | 272.6 | 272.6 | +| 1 | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.6 | 59.0 | 276.1 | 276.1 | +| 10 | AgriGold | A642-18TRC | Trecepta | - | 17.6 | 57.2 | 253.6 | 253.6 | +| 5 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.5 | 57.0 | 265.4 | 265.4 | +| 9 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.8 | 59.4 | 254.5 | 254.5 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.4 | 57.8 | 272.6 | 272.6 | +| 16 | AgriGold | A645-30VT2RIB | VT2RIB | - | 16.8 | 59.5 | 235.0 | 235.0 | +| 15 | AgriGold | A645-71STXRIB | STXRIB | - | 17.0 | 58.8 | 236.5 | 236.5 | +| 8 | AgriGold | A645-55VT2PRO | VT2Pro | - | 16.7 | 59.6 | 255.6 | 255.6 | +| 4 | AgriGold | A646-30VT2RIB | VT2RIB | - | 18.0 | 58.2 | 269.6 | 269.6 | +| 12 | AgriGold | A646-17STX | STX | - | 17.7 | 57.7 | 239.4 | 239.4 | +| 11 | AgriGold | A646-17TRC | Trecepta | - | 18.0 | 56.7 | 249.6 | 249.6 | +| 7 | AgriGold | A647-42TRC | Trecepta | - | 17.9 | 57.6 | 262.7 | 262.7 | +| 14 | AgriGold | A642-18SSPRIB | SSPRIB | - | 17.0 | 57.5 | 237.6 | 237.6 | + +Top 5 by Yield: A642-32VT2RIB (AgriGold) 276.1, A641-26V (AgriGold) 272.6, A644-64VT2RIB (AgriGold) 272.6, A646-30VT2RIB (AgriGold) 269.6, A642-05VT2RIBD1 (AgriGold) 265.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147124.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147124.json new file mode 100644 index 00000000..91db747d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147124.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147124", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Clay City", + "county": "Clay", + "year": 2025, + "plot_id": "147124", + "cooperator": "Dale Marrs", + "plot_average": 239.24, + "planted_date": "2025-05-11", + "harvested_date": "2025-10-13", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Unknown", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 11, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 56.6, + "Yield": 229.0, + "Adj Yield": 229.0 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.2, + "Yield": 222.6, + "Adj Yield": 222.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 61.0, + "Yield": 234.9, + "Adj Yield": 234.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 58.0, + "Yield": 259.3, + "Adj Yield": 259.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 58.0, + "Yield": 241.4, + "Adj Yield": 241.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 57.4, + "Yield": 239.6, + "Adj Yield": 239.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 58.4, + "Yield": 245.6, + "Adj Yield": 245.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 55.3, + "Yield": 251.6, + "Adj Yield": 251.6 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 59.0, + "Yield": 232.9, + "Adj Yield": 232.9 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 57.5, + "Yield": 230.5, + "Adj Yield": 230.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 57.3, + "Yield": 245.4, + "Adj Yield": 245.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 57.5, + "Yield": 238.1, + "Adj Yield": 238.1 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147124" + ], + "fetched_at": "2026-05-27T02:23:06.836819+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147124.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147124.md new file mode 100644 index 00000000..29052d92 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147124.md @@ -0,0 +1,41 @@ +# Corn yield trial — Clay City, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Clay +- **City:** Clay City +- **Year:** 2025 +- **Plot ID:** 147124 +- **Cooperator:** Dale Marrs +- **Plot average:** 239.24 BU/Ac +- **Planted:** 2025-05-11 +- **Harvested:** 2025-10-13 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Unknown +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147124 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 11 | AgriGold | A639-03VT2RIB | VT2RIB | - | 17.9 | 56.6 | 229.0 | 229.0 | +| 12 | AgriGold | A640-16-3110 | 3110 | - | 16.1 | 59.2 | 222.6 | 222.6 | +| 8 | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.1 | 61.0 | 234.9 | 234.9 | +| 1 | AgriGold | A642-18TRC | Trecepta | - | 18.5 | 58.0 | 259.3 | 259.3 | +| 5 | AgriGold | A642-18SSPRIB | SSPRIB | - | 17.7 | 58.0 | 241.4 | 241.4 | +| 6 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.3 | 57.4 | 239.6 | 239.6 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.6 | 58.4 | 245.6 | 245.6 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.4 | 55.3 | 251.6 | 251.6 | +| 9 | AgriGold | A645-30VT2RIB | VT2RIB | - | 17.9 | 59.0 | 232.9 | 232.9 | +| 10 | AgriGold | A645-71STXRIB | STXRIB | - | 18.2 | 57.5 | 230.5 | 230.5 | +| 4 | AgriGold | A646-17TRC | Trecepta | - | 17.9 | 57.3 | 245.4 | 245.4 | +| 7 | AgriGold | A646-17STXRIB | STXRIB | - | 18.5 | 57.5 | 238.1 | 238.1 | + +Top 5 by Yield: A642-18TRC (AgriGold) 259.3, A644-64VT2RIB (AgriGold) 251.6, A643-52VT2RIB (AgriGold) 245.6, A646-17TRC (AgriGold) 245.4, A642-18SSPRIB (AgriGold) 241.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147134.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147134.json new file mode 100644 index 00000000..dee48419 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147134.json @@ -0,0 +1,348 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147134", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Mt Vernon", + "county": "Posey", + "year": 2025, + "plot_id": "147134", + "cooperator": "Lang Farms", + "plot_average": 242.75, + "planted_date": "2025-05-14", + "harvested_date": "2025-09-27", + "population_seeds_per_acre": 34750, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Trivapro", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 59.0, + "Yield": 239.5, + "Adj Yield": 239.5 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 61.0, + "Yield": 230.4, + "Adj Yield": 231.13 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 58.0, + "Yield": 216.3, + "Adj Yield": 216.81 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 57.5, + "Yield": 246.0, + "Adj Yield": 246.3 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 57.0, + "Yield": 246.3, + "Adj Yield": 246.41 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 57.0, + "Yield": 254.5, + "Adj Yield": 254.33 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 60.0, + "Yield": 251.7, + "Adj Yield": 251.35 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 60.0, + "Yield": 251.4, + "Adj Yield": 250.85 + } + }, + { + "rank": 20, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 58.0, + "Yield": 228.4, + "Adj Yield": 227.64 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 58.0, + "Yield": 242.4, + "Adj Yield": 241.33 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 58.0, + "Yield": 242.3, + "Adj Yield": 240.89 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 58.0, + "Yield": 242.3, + "Adj Yield": 242.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 58.0, + "Yield": 250.1, + "Adj Yield": 248.7 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 58.0, + "Yield": 241.2, + "Adj Yield": 240.13 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 58.0, + "Yield": 254.9, + "Adj Yield": 254.08 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 57.0, + "Yield": 233.4, + "Adj Yield": 232.72 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 57.0, + "Yield": 230.1, + "Adj Yield": 229.64 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 57.0, + "Yield": 241.1, + "Adj Yield": 240.83 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 57.0, + "Yield": 242.1, + "Adj Yield": 241.98 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 58.0, + "Yield": 247.1, + "Adj Yield": 247.12 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-09SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 57.0, + "Yield": 262.0, + "Adj Yield": 262.22 + } + }, + { + "rank": 6, + "brand": "Becks", + "product": "6973TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.5, + "Test Wt.": 55.0, + "Yield": 249.1, + "Adj Yield": 249.53 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": 56.0, + "Yield": 243.2, + "Adj Yield": 243.8 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 58.0, + "Yield": 239.7, + "Adj Yield": 239.7 + } + } + ], + "n_results": 24, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147134" + ], + "fetched_at": "2026-05-27T02:23:07.319899+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147134.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147134.md new file mode 100644 index 00000000..fa3a3ce7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147134.md @@ -0,0 +1,54 @@ +# Corn yield trial — Mt Vernon, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Posey +- **City:** Mt Vernon +- **Year:** 2025 +- **Plot ID:** 147134 +- **Cooperator:** Lang Farms +- **Plot average:** 242.75 BU/Ac +- **Planted:** 2025-05-14 +- **Harvested:** 2025-09-27 +- **Population:** 34,750 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Trivapro +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147134 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.9 | 59.0 | 239.5 | 239.5 | +| 18 | AgriGold | A639-03VT2RIB | VT2RIB | - | 17.8 | 61.0 | 230.4 | 231.13 | +| 21 | AgriGold | A640-16-3110 | 3110 | - | 19.0 | 58.0 | 216.3 | 216.81 | +| 10 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 19.8 | 57.5 | 246.0 | 246.3 | +| 9 | AgriGold | A642-18SSPRIB | SSPRIB | - | 21.1 | 57.0 | 246.3 | 246.41 | +| 2 | AgriGold | A642-18TRC | Trecepta | - | 21.7 | 57.0 | 254.5 | 254.33 | +| 4 | AgriGold | A642-32VT2RIB | VT2RIB | - | 21.0 | 60.0 | 251.7 | 251.35 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 20.4 | 60.0 | 251.4 | 250.85 | +| 20 | Pioneer | P13777PCE | PCE | - | 21.8 | 58.0 | 228.4 | 227.64 | +| 13 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 20.5 | 58.0 | 242.4 | 241.33 | +| 14 | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.3 | 58.0 | 242.3 | 240.89 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.3 | 58.0 | 242.3 | 242.3 | +| 7 | AgriGold | A645-16VT2RIB | VT2RIB | - | 21.5 | 58.0 | 250.1 | 248.7 | +| 16 | AgriGold | A645-30VT2RIB | VT2RIB | - | 21.0 | 58.0 | 241.2 | 240.13 | +| 3 | AgriGold | A645-55VT2PRO | VT2Pro | - | 21.0 | 58.0 | 254.9 | 254.08 | +| 17 | AgriGold | A645-71STXRIB | STXRIB | - | 21.1 | 57.0 | 233.4 | 232.72 | +| 19 | AgriGold | A646-17STXRIB | STXRIB | - | 21.6 | 57.0 | 230.1 | 229.64 | +| 15 | AgriGold | A646-17TRC | Trecepta | - | 22.2 | 57.0 | 241.1 | 240.83 | +| 12 | AgriGold | L6818VT2PRO | VT2Pro | - | 22.0 | 57.0 | 242.1 | 241.98 | +| 8 | AgriGold | L6722VT2PRO | VT2Pro | - | 22.0 | 58.0 | 247.1 | 247.12 | +| 1 | AgriGold | A647-09SSP | SSP | - | 21.9 | 57.0 | 262.0 | 262.22 | +| 6 | Becks | 6973TCV2P | TreceptaRIB | - | 24.5 | 55.0 | 249.1 | 249.53 | +| 11 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 23.1 | 56.0 | 243.2 | 243.8 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.3 | 58.0 | 239.7 | 239.7 | + +Top 5 by Yield: A647-09SSP (AgriGold) 262.0, A645-55VT2PRO (AgriGold) 254.9, A642-18TRC (AgriGold) 254.5, A642-32VT2RIB (AgriGold) 251.7, A643-52VT2RIB (AgriGold) 251.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147137.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147137.json new file mode 100644 index 00000000..d9b3311e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147137.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147137", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "AL", + "state_abbrev": "al", + "city": "Albertville", + "county": "Jackson", + "year": 2025, + "plot_id": "147137", + "cooperator": "David Kellett", + "plot_average": 264.29, + "planted_date": null, + "harvested_date": null, + "population_seeds_per_acre": null, + "row_width": "\"", + "num_rows": null, + "soil_type": null, + "tillage": null, + "previous_crop": null, + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Dekalb", + "product": "DKC66-06", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 59.4, + "Yield": 264.4, + "Adj Yield": 264.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 57.7, + "Yield": 274.6, + "Adj Yield": 274.79 + } + }, + { + "rank": 13, + "brand": "Southeastern Seed", + "product": "SS11-40V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 58.3, + "Yield": 236.0, + "Adj Yield": 235.96 + } + }, + { + "rank": 10, + "brand": "Pioneer", + "product": "P13841PWUE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 57.6, + "Yield": 250.6, + "Adj Yield": 250.38 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 59.3, + "Yield": 263.2, + "Adj Yield": 262.83 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 58.0, + "Yield": 277.1, + "Adj Yield": 276.41 + } + }, + { + "rank": 4, + "brand": "Southeastern Seed", + "product": "SS15-63TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 58.4, + "Yield": 273.2, + "Adj Yield": 272.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 57.6, + "Yield": 299.5, + "Adj Yield": 298.17 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC66-06", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 59.3, + "Yield": 266.8, + "Adj Yield": 266.8 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 60.1, + "Yield": 247.7, + "Adj Yield": 246.43 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 61.5, + "Yield": 264.5, + "Adj Yield": 263.7 + } + }, + { + "rank": 6, + "brand": "Southeastern Seed", + "product": "SS18-60TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 59.9, + "Yield": 268.0, + "Adj Yield": 267.66 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 58.3, + "Yield": 247.6, + "Adj Yield": 247.71 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 60.8, + "Yield": 267.1, + "Adj Yield": 267.56 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 58.1, + "Yield": 270.9, + "Adj Yield": 271.84 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC66-06", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 59.2, + "Yield": 263.3, + "Adj Yield": 263.3 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147137" + ], + "fetched_at": "2026-05-27T02:23:07.826215+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147137.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147137.md new file mode 100644 index 00000000..64daeb8e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147137.md @@ -0,0 +1,39 @@ +# Corn yield trial — Albertville, AL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** AL +- **County:** Jackson +- **City:** Albertville +- **Year:** 2025 +- **Plot ID:** 147137 +- **Cooperator:** David Kellett +- **Plot average:** 264.29 BU/Ac +- **Row width:** " +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147137 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Dekalb | DKC66-06 | Trecepta | - | 19.0 | 59.4 | 264.4 | 264.4 | +| 3 | AgriGold | A645-16VT2PRO | VT2Pro | - | 19.2 | 57.7 | 274.6 | 274.79 | +| 13 | Southeastern Seed | SS11-40V-RN | 3220 | - | 17.5 | 58.3 | 236.0 | 235.96 | +| 10 | Pioneer | P13841PWUE | PWE | - | 17.8 | 57.6 | 250.6 | 250.38 | +| 9 | AgriGold | A643-52VT2PRO | VT2Pro | - | 18.9 | 59.3 | 263.2 | 262.83 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.4 | 58.0 | 277.1 | 276.41 | +| 4 | Southeastern Seed | SS15-63TRE | Trecepta | - | 18.3 | 58.4 | 273.2 | 272.3 | +| 1 | AgriGold | A642-18TRC | Trecepta | - | 18.3 | 57.6 | 299.5 | 298.17 | +| - | Dekalb | DKC66-06 | Trecepta | - | 18.5 | 59.3 | 266.8 | 266.8 | +| 12 | AgriGold | A645-30VT2RIB | VT2RIB | - | 18.4 | 60.1 | 247.7 | 246.43 | +| 8 | AgriGold | A647-79VT2PRO | VT2Pro | - | 18.1 | 61.5 | 264.5 | 263.7 | +| 6 | Southeastern Seed | SS18-60TRE | Trecepta | - | 18.3 | 59.9 | 268.0 | 267.66 | +| 11 | AgriGold | A647-42TRC | Trecepta | - | 17.5 | 58.3 | 247.6 | 247.71 | +| 7 | Dekalb | DKC68-35 | VT2Pro | - | 18.3 | 60.8 | 267.1 | 267.56 | +| 5 | AgriGold | A645-16VT2PRO | VT2Pro | - | 18.3 | 58.1 | 270.9 | 271.84 | +| - | Dekalb | DKC66-06 | Trecepta | - | 18.4 | 59.2 | 263.3 | 263.3 | + +Top 5 by Yield: A642-18TRC (AgriGold) 299.5, A644-64VT2RIB (AgriGold) 277.1, A645-16VT2PRO (AgriGold) 274.6, SS15-63TRE (Southeastern Seed) 273.2, A645-16VT2PRO (AgriGold) 270.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147143.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147143.json new file mode 100644 index 00000000..26dc0d0e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147143.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147143", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Rensselaer", + "county": "Jasper", + "year": 2025, + "plot_id": "147143", + "cooperator": "Moore Farms", + "plot_average": 289.4, + "planted_date": "2025-05-03", + "harvested_date": "2025-10-17", + "population_seeds_per_acre": 34500, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "Veltyma", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 58.6, + "Yield": 270.7, + "Adj Yield": 270.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 62.5, + "Yield": 290.0, + "Adj Yield": 290.0 + } + }, + { + "rank": 15, + "brand": "Croplan", + "product": "CP4839PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 59.3, + "Yield": 273.9, + "Adj Yield": 273.9 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 56.8, + "Yield": 280.1, + "Adj Yield": 280.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 57.8, + "Yield": 298.9, + "Adj Yield": 298.9 + } + }, + { + "rank": 9, + "brand": "Croplan", + "product": "CP5249PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 58.8, + "Yield": 286.9, + "Adj Yield": 286.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 62.6, + "Yield": 306.8, + "Adj Yield": 306.8 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 60.1, + "Yield": 285.6, + "Adj Yield": 285.6 + } + }, + { + "rank": 3, + "brand": "Croplan", + "product": "CP5320SSPRO/RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 56.5, + "Yield": 299.3, + "Adj Yield": 299.3 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 58.7, + "Yield": 286.3, + "Adj Yield": 286.3 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 57.8, + "Yield": 283.6, + "Adj Yield": 283.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 57.8, + "Yield": 305.9, + "Adj Yield": 305.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 62.2, + "Yield": 294.8, + "Adj Yield": 294.8 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 61.6, + "Yield": 290.9, + "Adj Yield": 290.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": null, + "Yield": 290.1, + "Adj Yield": 290.1 + } + }, + { + "rank": 10, + "brand": "Croplan", + "product": "CP5682TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 60.1, + "Yield": 286.6, + "Adj Yield": 286.6 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147143" + ], + "fetched_at": "2026-05-27T02:23:08.354734+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147143.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147143.md new file mode 100644 index 00000000..7395413c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147143.md @@ -0,0 +1,47 @@ +# Corn yield trial — Rensselaer, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Jasper +- **City:** Rensselaer +- **Year:** 2025 +- **Plot ID:** 147143 +- **Cooperator:** Moore Farms +- **Plot average:** 289.4 BU/Ac +- **Planted:** 2025-05-03 +- **Harvested:** 2025-10-17 +- **Population:** 34,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **Fungicide:** Veltyma +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147143 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 16 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 17.4 | 58.6 | 270.7 | 270.7 | +| 8 | AgriGold | A638-91VT2PRO | VT2Pro | - | 16.4 | 62.5 | 290.0 | 290.0 | +| 15 | Croplan | CP4839PCE | PCE | - | 17.1 | 59.3 | 273.9 | 273.9 | +| 14 | Dekalb | DKC110-10RIB | STXRIB | - | 17.3 | 56.8 | 280.1 | 280.1 | +| 4 | AgriGold | A640-94VT4PRO | VT4Pro | - | 17.7 | 57.8 | 298.9 | 298.9 | +| 9 | Croplan | CP5249PCE | PCE | - | 19.2 | 58.8 | 286.9 | 286.9 | +| 1 | AgriGold | A642-32VT2RIB | VT2RIB | - | 18.0 | 62.6 | 306.8 | 306.8 | +| 12 | AgriGold | A641-62D-RN | 5122 | - | 18.3 | 60.1 | 285.6 | 285.6 | +| 3 | Croplan | CP5320SSPRO/RIB | SSPRIB | - | 17.6 | 56.5 | 299.3 | 299.3 | +| 11 | AgriGold | A642-18TRC | Trecepta | - | 18.1 | 58.7 | 286.3 | 286.3 | +| 13 | Dekalb | DKC114-42RIB | SSPRIB | - | 19.5 | 57.8 | 283.6 | 283.6 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.0 | 57.8 | 305.9 | 305.9 | +| 5 | AgriGold | A645-55VT2PRO | VT2Pro | - | 17.6 | 62.2 | 294.8 | 294.8 | +| 6 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 19.3 | 61.6 | 290.9 | 290.9 | +| 7 | AgriGold | A642-18SSPRIB | SSPRIB | - | 18.9 | - | 290.1 | 290.1 | +| 10 | Croplan | CP5682TRE | Trecepta | - | 19.9 | 60.1 | 286.6 | 286.6 | + +Top 5 by Yield: A642-32VT2RIB (AgriGold) 306.8, A644-64VT2RIB (AgriGold) 305.9, CP5320SSPRO/RIB (Croplan) 299.3, A640-94VT4PRO (AgriGold) 298.9, A645-55VT2PRO (AgriGold) 294.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147147.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147147.json new file mode 100644 index 00000000..5d6b6228 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147147.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147147", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Hale", + "county": "Carroll", + "year": 2025, + "plot_id": "147147", + "cooperator": "Kolby Singer", + "plot_average": 203.64, + "planted_date": "2025-04-16", + "harvested_date": "2025-09-10", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 188.4, + "Adj Yield": 188.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 193.2, + "Adj Yield": 193.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 181.0, + "Adj Yield": 181.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 201.0, + "Adj Yield": 201.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 219.6, + "Adj Yield": 219.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": null, + "Yield": 207.0, + "Adj Yield": 207.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 200.9, + "Adj Yield": 200.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": null, + "Yield": 209.2, + "Adj Yield": 209.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": null, + "Yield": 232.5, + "Adj Yield": 232.5 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147147" + ], + "fetched_at": "2026-05-27T02:23:08.850053+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147147.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147147.md new file mode 100644 index 00000000..a140b4c7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147147.md @@ -0,0 +1,38 @@ +# Corn yield trial — Hale, MO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Carroll +- **City:** Hale +- **Year:** 2025 +- **Plot ID:** 147147 +- **Cooperator:** Kolby Singer +- **Plot average:** 203.64 BU/Ac +- **Planted:** 2025-04-16 +- **Harvested:** 2025-09-10 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147147 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | AgriGold | A637-72VT2RIB | VT2RIB | - | 16.3 | - | 188.4 | 188.4 | +| 7 | AgriGold | A639-03VT2RIB | VT2RIB | - | 17.2 | - | 193.2 | 193.2 | +| 9 | AgriGold | A641-26V | 3220EZ | - | 18.3 | - | 181.0 | 181.0 | +| 5 | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.8 | - | 201.0 | 201.0 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.9 | - | 219.6 | 219.6 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.7 | - | 207.0 | 207.0 | +| 6 | AgriGold | A645-55VT2PRO | VT2Pro | - | 21.3 | - | 200.9 | 200.9 | +| 3 | AgriGold | A645-30VT2RIB | VT2RIB | - | 19.8 | - | 209.2 | 209.2 | +| 1 | AgriGold | A645-16VT2RIB | VT2RIB | - | 22.8 | - | 232.5 | 232.5 | + +Top 5 by Yield: A645-16VT2RIB (AgriGold) 232.5, A643-52VT2RIB (AgriGold) 219.6, A645-30VT2RIB (AgriGold) 209.2, A644-64VT2RIB (AgriGold) 207.0, A642-32VT2RIB (AgriGold) 201.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147149.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147149.json new file mode 100644 index 00000000..921d3ac6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147149.json @@ -0,0 +1,387 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147149", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Carrollton", + "county": "Carroll", + "year": 2025, + "plot_id": "147149", + "cooperator": "Marc Kaiser", + "plot_average": 291.01, + "planted_date": "2025-04-09", + "harvested_date": "2025-09-08", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 57.1, + "Yield": 297.1, + "Adj Yield": 297.1 + } + }, + { + "rank": 15, + "brand": "Pioneer", + "product": "P12517V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 56.8, + "Yield": 286.0, + "Adj Yield": 289.07 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 58.4, + "Yield": 304.6, + "Adj Yield": 307.08 + } + }, + { + "rank": 6, + "brand": "Brevant Seeds", + "product": "B12A50PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 56.8, + "Yield": 293.7, + "Adj Yield": 295.72 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 56.4, + "Yield": 291.0, + "Adj Yield": 292.5 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 57.1, + "Yield": 298.6, + "Adj Yield": 299.65 + } + }, + { + "rank": 19, + "brand": "Brevant Seeds", + "product": "B13C49PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 55.8, + "Yield": 284.9, + "Adj Yield": 285.63 + } + }, + { + "rank": 21, + "brand": "Croplan", + "product": "CP5336VT2P/RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 59.8, + "Yield": 282.0, + "Adj Yield": 282.33 + } + }, + { + "rank": 9, + "brand": "Becks", + "product": "6473TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 59.3, + "Yield": 294.2, + "Adj Yield": 294.16 + } + }, + { + "rank": 7, + "brand": "Becks", + "product": "6492TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 58.8, + "Yield": 295.3, + "Adj Yield": 294.88 + } + }, + { + "rank": 10, + "brand": "Pioneer", + "product": "P14364PCUE", + "traits": "PCUE", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 54.0, + "Yield": 294.4, + "Adj Yield": 293.71 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 55.5, + "Yield": 288.4, + "Adj Yield": 287.29 + } + }, + { + "rank": 24, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 58.9, + "Yield": 278.3, + "Adj Yield": 276.81 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 59.6, + "Yield": 302.6, + "Adj Yield": 302.6 + } + }, + { + "rank": 16, + "brand": "Croplan", + "product": "CP5497VT2P/RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 58.1, + "Yield": 289.2, + "Adj Yield": 287.71 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 58.1, + "Yield": 280.6, + "Adj Yield": 279.32 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC115-33RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 58.4, + "Yield": 294.7, + "Adj Yield": 293.6 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 60.0, + "Yield": 280.3, + "Adj Yield": 279.19 + } + }, + { + "rank": 14, + "brand": "Brevant Seeds", + "product": "B16D58PCUE", + "traits": "PCUE", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 57.8, + "Yield": 290.3, + "Adj Yield": 289.25 + } + }, + { + "rank": 20, + "brand": "Croplan", + "product": "CP5682TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 56.9, + "Yield": 284.7, + "Adj Yield": 283.7 + } + }, + { + "rank": 2, + "brand": "Becks", + "product": "6700V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 59.4, + "Yield": 301.4, + "Adj Yield": 300.33 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P17623PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 57.8, + "Yield": 301.0, + "Adj Yield": 299.86 + } + }, + { + "rank": 18, + "brand": "Brevant Seeds", + "product": "B17H53PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 57.0, + "Yield": 288.3, + "Adj Yield": 287.08 + } + }, + { + "rank": 12, + "brand": "Becks", + "product": "6973TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 57.5, + "Yield": 294.1, + "Adj Yield": 292.84 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC119-09RIB", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 59.0, + "Yield": 299.8, + "Adj Yield": 298.35 + } + }, + { + "rank": 8, + "brand": "Croplan", + "product": "CP5911VT2P/RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 58.4, + "Yield": 295.8, + "Adj Yield": 294.21 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 58.5, + "Yield": 302.5, + "Adj Yield": 302.5 + } + } + ], + "n_results": 27, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147149" + ], + "fetched_at": "2026-05-27T02:23:09.346825+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147149.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147149.md new file mode 100644 index 00000000..5c4a2632 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147149.md @@ -0,0 +1,56 @@ +# Corn yield trial — Carrollton, MO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Carroll +- **City:** Carrollton +- **Year:** 2025 +- **Plot ID:** 147149 +- **Cooperator:** Marc Kaiser +- **Plot average:** 291.01 BU/Ac +- **Planted:** 2025-04-09 +- **Harvested:** 2025-09-08 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147149 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Dekalb | DKC68-35RIB | VT2RIB | - | 20.8 | 57.1 | 297.1 | 297.1 | +| 15 | Pioneer | P12517V | Vorceed | - | 19.3 | 56.8 | 286.0 | 289.07 | +| 1 | AgriGold | A642-18TRC | Trecepta | - | 20.1 | 58.4 | 304.6 | 307.08 | +| 6 | Brevant Seeds | B12A50PCE | PCE | - | 20.6 | 56.8 | 293.7 | 295.72 | +| 13 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 21.3 | 56.4 | 291.0 | 292.5 | +| 4 | Pioneer | P13777PCE | PCE | - | 19.9 | 57.1 | 298.6 | 299.65 | +| 19 | Brevant Seeds | B13C49PCE | PCE | - | 20.8 | 55.8 | 284.9 | 285.63 | +| 21 | Croplan | CP5336VT2P/RIB | VT2RIB | - | 19.4 | 59.8 | 282.0 | 282.33 | +| 9 | Becks | 6473TCV2P | TreceptaRIB | - | 19.7 | 59.3 | 294.2 | 294.16 | +| 7 | Becks | 6492TCV2P | TreceptaRIB | - | 19.0 | 58.8 | 295.3 | 294.88 | +| 10 | Pioneer | P14364PCUE | PCUE | - | 21.9 | 54.0 | 294.4 | 293.71 | +| 17 | AgriGold | A644-64VT2RIB | VT2RIB | - | 21.5 | 55.5 | 288.4 | 287.29 | +| 24 | Dekalb | DKC114-43RIB | VT4RIB | - | 19.5 | 58.9 | 278.3 | 276.81 | +| - | Dekalb | DKC68-35RIB | VT2RIB | - | 20.4 | 59.6 | 302.6 | 302.6 | +| 16 | Croplan | CP5497VT2P/RIB | VT2RIB | - | 19.9 | 58.1 | 289.2 | 287.71 | +| 22 | AgriGold | A645-30VT2RIB | VT2RIB | - | 20.2 | 58.1 | 280.6 | 279.32 | +| 11 | Dekalb | DKC115-33RIB | SSPRIB | - | 19.6 | 58.4 | 294.7 | 293.6 | +| 23 | AgriGold | A646-17TRC | Trecepta | - | 18.9 | 60.0 | 280.3 | 279.19 | +| 14 | Brevant Seeds | B16D58PCUE | PCUE | - | 20.7 | 57.8 | 290.3 | 289.25 | +| 20 | Croplan | CP5682TRE | Trecepta | - | 21.8 | 56.9 | 284.7 | 283.7 | +| 2 | Becks | 6700V2P | VT2RIB | - | 20.9 | 59.4 | 301.4 | 300.33 | +| 3 | Pioneer | P17623PCE | PCE | - | 20.6 | 57.8 | 301.0 | 299.86 | +| 18 | Brevant Seeds | B17H53PCE | PCE | - | 20.4 | 57.0 | 288.3 | 287.08 | +| 12 | Becks | 6973TCV2P | TreceptaRIB | - | 21.3 | 57.5 | 294.1 | 292.84 | +| 5 | Dekalb | DKC119-09RIB | Trecepta | - | 20.3 | 59.0 | 299.8 | 298.35 | +| 8 | Croplan | CP5911VT2P/RIB | VT2RIB | - | 21.2 | 58.4 | 295.8 | 294.21 | +| - | Dekalb | DKC68-35RIB | VT2RIB | - | 19.8 | 58.5 | 302.5 | 302.5 | + +Top 5 by Yield: A642-18TRC (AgriGold) 304.6, DKC68-35RIB (Dekalb) 302.6, DKC68-35RIB (Dekalb) 302.5, 6700V2P (Becks) 301.4, P17623PCE (Pioneer) 301.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147152.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147152.json new file mode 100644 index 00000000..4165e51d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147152.json @@ -0,0 +1,374 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147152", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "TN", + "state_abbrev": "tn", + "city": "Lawrenceburg", + "county": "Lawrence", + "year": 2025, + "plot_id": "147152", + "cooperator": "RUSSELL COUNCE", + "plot_average": 229.4, + "planted_date": "2025-04-14", + "harvested_date": "2025-09-04", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": null, + "Yield": 228.6, + "Adj Yield": 228.6 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 231.0, + "Adj Yield": 234.16 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 237.5, + "Adj Yield": 239.9 + } + }, + { + "rank": 15, + "brand": "Southeastern Seed", + "product": "SS11-40V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 224.6, + "Adj Yield": 226.24 + } + }, + { + "rank": 1, + "brand": "Southeastern Seed", + "product": "SS15-63TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 253.5, + "Adj Yield": 254.48 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 250.7, + "Adj Yield": 251.03 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 241.6, + "Adj Yield": 241.26 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 233.2, + "Adj Yield": 232.24 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 245.9, + "Adj Yield": 244.28 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 251.3, + "Adj Yield": 248.98 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": null, + "Yield": 249.5, + "Adj Yield": 246.44 + } + }, + { + "rank": 13, + "brand": "Nu Tech", + "product": "77B1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 233.2, + "Adj Yield": 229.26 + } + }, + { + "rank": 19, + "brand": "Golden Harvest", + "product": "G16M15-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 218.0, + "Adj Yield": 213.08 + } + }, + { + "rank": 10, + "brand": "Southeastern Seed", + "product": "SS18-60TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 242.8, + "Adj Yield": 236.62 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 240.3, + "Adj Yield": 240.3 + } + }, + { + "rank": 20, + "brand": "Southeastern Seed", + "product": "SS11-40V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 216.3, + "Adj Yield": 210.2 + } + }, + { + "rank": 7, + "brand": "Southeastern Seed", + "product": "SS18-60TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 247.2, + "Adj Yield": 242.42 + } + }, + { + "rank": 17, + "brand": "Southeastern Seed", + "product": "XSS25150V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 225.6, + "Adj Yield": 222.0 + } + }, + { + "rank": 18, + "brand": "Southeastern Seed", + "product": "XSS25131AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 220.9, + "Adj Yield": 218.31 + } + }, + { + "rank": 14, + "brand": "Southeastern Seed", + "product": "SS13-50AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 229.6, + "Adj Yield": 227.91 + } + }, + { + "rank": 21, + "brand": "Southeastern Seed", + "product": "SS14-66VZ3", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 208.3, + "Adj Yield": 207.51 + } + }, + { + "rank": 16, + "brand": "Southeastern Seed", + "product": "SS14-50AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 223.5, + "Adj Yield": 223.6 + } + }, + { + "rank": 5, + "brand": "Southeastern Seed", + "product": "SS18-60TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 244.1, + "Adj Yield": 245.1 + } + }, + { + "rank": 23, + "brand": "Southeastern Seed", + "product": "XSS25180", + "traits": "", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 188.1, + "Adj Yield": 189.94 + } + }, + { + "rank": 22, + "brand": "Southeastern Seed", + "product": "XSS25160", + "traits": "", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": null, + "Yield": 188.3, + "Adj Yield": 191.14 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 228.7, + "Adj Yield": 228.7 + } + } + ], + "n_results": 26, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147152" + ], + "fetched_at": "2026-05-27T02:23:09.848053+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147152.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147152.md new file mode 100644 index 00000000..6fa00459 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147152.md @@ -0,0 +1,55 @@ +# Corn yield trial — Lawrenceburg, TN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** TN +- **County:** Lawrence +- **City:** Lawrenceburg +- **Year:** 2025 +- **Plot ID:** 147152 +- **Cooperator:** RUSSELL COUNCE +- **Plot average:** 229.4 BU/Ac +- **Planted:** 2025-04-14 +- **Harvested:** 2025-09-04 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147152 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2PRO | VT2Pro | - | 18.9 | - | 228.6 | 228.6 | +| 11 | AgriGold | A643-52VT2PRO | VT2Pro | - | 17.7 | - | 231.0 | 234.16 | +| 9 | AgriGold | A647-79VT2PRO | VT2Pro | - | 17.0 | - | 237.5 | 239.9 | +| 15 | Southeastern Seed | SS11-40V-RN | 3220 | - | 17.7 | - | 224.6 | 226.24 | +| 1 | Southeastern Seed | SS15-63TRE | Trecepta | - | 18.4 | - | 253.5 | 254.48 | +| 2 | AgriGold | A642-18SSPRIB | SSPRIB | - | 18.4 | - | 250.7 | 251.03 | +| 8 | AgriGold | A642-18TRC | Trecepta | - | 17.3 | - | 241.6 | 241.26 | +| 12 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.2 | - | 233.2 | 232.24 | +| 6 | AgriGold | A645-30VT2RIB | VT2RIB | - | 18.6 | - | 245.9 | 244.28 | +| 3 | AgriGold | A645-55VT2PRO | VT2Pro | - | 18.1 | - | 251.3 | 248.98 | +| 4 | AgriGold | A647-42TRC | Trecepta | - | 19.8 | - | 249.5 | 246.44 | +| 13 | Nu Tech | 77B1PCE | PCE | - | 17.9 | - | 233.2 | 229.26 | +| 19 | Golden Harvest | G16M15-V | 3220EZ | - | 18.4 | - | 218.0 | 213.08 | +| 10 | Southeastern Seed | SS18-60TRE | Trecepta | - | 17.5 | - | 242.8 | 236.62 | +| - | AgriGold | A645-16VT2PRO | VT2Pro | - | 18.4 | - | 240.3 | 240.3 | +| 20 | Southeastern Seed | SS11-40V-RN | 3220 | - | 17.5 | - | 216.3 | 210.2 | +| 7 | Southeastern Seed | SS18-60TRE | Trecepta | - | 17.6 | - | 247.2 | 242.42 | +| 17 | Southeastern Seed | XSS25150V | 3220EZ | - | 17.6 | - | 225.6 | 222.0 | +| 18 | Southeastern Seed | XSS25131AA | 3120EZ | - | 17.6 | - | 220.9 | 218.31 | +| 14 | Southeastern Seed | SS13-50AA | 3120EZ | - | 16.8 | - | 229.6 | 227.91 | +| 21 | Southeastern Seed | SS14-66VZ3 | 3330EZ | - | 17.4 | - | 208.3 | 207.51 | +| 16 | Southeastern Seed | SS14-50AA | 3120EZ | - | 17.8 | - | 223.5 | 223.6 | +| 5 | Southeastern Seed | SS18-60TRE | Trecepta | - | 17.3 | - | 244.1 | 245.1 | +| 23 | Southeastern Seed | XSS25180 | - | - | 18.6 | - | 188.1 | 189.94 | +| 22 | Southeastern Seed | XSS25160 | - | - | 19.4 | - | 188.3 | 191.14 | +| - | AgriGold | A645-16VT2PRO | VT2Pro | - | 18.1 | - | 228.7 | 228.7 | + +Top 5 by Yield: SS15-63TRE (Southeastern Seed) 253.5, A645-55VT2PRO (AgriGold) 251.3, A642-18SSPRIB (AgriGold) 250.7, A647-42TRC (AgriGold) 249.5, SS18-60TRE (Southeastern Seed) 247.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147156.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147156.json new file mode 100644 index 00000000..f678991e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147156.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147156", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Chillicothe", + "county": "Carroll", + "year": 2025, + "plot_id": "147156", + "cooperator": "George Quinn", + "plot_average": 232.21, + "planted_date": null, + "harvested_date": null, + "population_seeds_per_acre": null, + "row_width": "20.0\"", + "num_rows": 9, + "soil_type": null, + "tillage": null, + "previous_crop": null, + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 17, + "brand": "ProHarvest", + "product": "80P75PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 56.8, + "Yield": 212.0, + "Adj Yield": 212.0 + } + }, + { + "rank": 16, + "brand": "ProHarvest", + "product": "82P96PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 56.8, + "Yield": 213.5, + "Adj Yield": 213.5 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 56.0, + "Yield": 235.1, + "Adj Yield": 235.1 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 55.7, + "Yield": 255.9, + "Adj Yield": 255.9 + } + }, + { + "rank": 14, + "brand": "ProHarvest", + "product": "83P66VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 57.3, + "Yield": 219.1, + "Adj Yield": 219.1 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 55.3, + "Yield": 217.1, + "Adj Yield": 217.1 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P14364PCUE", + "traits": "PCUE", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 55.5, + "Yield": 266.7, + "Adj Yield": 266.7 + } + }, + { + "rank": 12, + "brand": "Becks", + "product": "6473TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 53.3, + "Yield": 233.4, + "Adj Yield": 233.4 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 55.8, + "Yield": 209.1, + "Adj Yield": 209.1 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 55.0, + "Yield": 236.6, + "Adj Yield": 236.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 56.8, + "Yield": 246.6, + "Adj Yield": 246.6 + } + }, + { + "rank": 8, + "brand": "Becks", + "product": "6700V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 55.7, + "Yield": 242.7, + "Adj Yield": 242.7 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P17623PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 56.3, + "Yield": 257.2, + "Adj Yield": 257.2 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 56.3, + "Yield": 244.3, + "Adj Yield": 244.3 + } + }, + { + "rank": 13, + "brand": "Becks", + "product": "6973TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 57.1, + "Yield": 221.1, + "Adj Yield": 221.1 + } + }, + { + "rank": 19, + "brand": "ProHarvest", + "product": "83P66VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 54.4, + "Yield": 208.4, + "Adj Yield": 208.4 + } + }, + { + "rank": 5, + "brand": "Becks", + "product": "6492TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 55.7, + "Yield": 251.5, + "Adj Yield": 251.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 57.6, + "Yield": 239.2, + "Adj Yield": 239.2 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P1742PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 57.4, + "Yield": 260.5, + "Adj Yield": 260.5 + } + }, + { + "rank": 20, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 53.9, + "Yield": 174.2, + "Adj Yield": 174.2 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147156" + ], + "fetched_at": "2026-05-27T02:23:10.349524+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147156.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147156.md new file mode 100644 index 00000000..3eafa285 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147156.md @@ -0,0 +1,44 @@ +# Corn yield trial — Chillicothe, MO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Carroll +- **City:** Chillicothe +- **Year:** 2025 +- **Plot ID:** 147156 +- **Cooperator:** George Quinn +- **Plot average:** 232.21 BU/Ac +- **Row width:** 20.0" +- **# Rows:** 9 +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147156 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 17 | ProHarvest | 80P75PCE | PCE | - | 16.4 | 56.8 | 212.0 | 212.0 | +| 16 | ProHarvest | 82P96PCE | PCE | - | 14.6 | 56.8 | 213.5 | 213.5 | +| 11 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 14.4 | 56.0 | 235.1 | 235.1 | +| 4 | Pioneer | P13777PCE | PCE | - | 15.3 | 55.7 | 255.9 | 255.9 | +| 14 | ProHarvest | 83P66VT2RIB | VT2RIB | - | 15.2 | 57.3 | 219.1 | 219.1 | +| 15 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.9 | 55.3 | 217.1 | 217.1 | +| 1 | Pioneer | P14364PCUE | PCUE | - | 15.2 | 55.5 | 266.7 | 266.7 | +| 12 | Becks | 6473TCV2P | TreceptaRIB | - | 14.6 | 53.3 | 233.4 | 233.4 | +| 18 | AgriGold | A645-55VT2PRO | VT2Pro | - | 15.2 | 55.8 | 209.1 | 209.1 | +| 10 | Dekalb | DKC114-43RIB | VT4RIB | - | 14.7 | 55.0 | 236.6 | 236.6 | +| 6 | AgriGold | A646-17TRC | Trecepta | - | 15.6 | 56.8 | 246.6 | 246.6 | +| 8 | Becks | 6700V2P | VT2RIB | - | 16.1 | 55.7 | 242.7 | 242.7 | +| 3 | Pioneer | P17623PCE | PCE | - | 15.5 | 56.3 | 257.2 | 257.2 | +| 7 | Dekalb | DKC68-35RIB | VT2RIB | - | 14.8 | 56.3 | 244.3 | 244.3 | +| 13 | Becks | 6973TCV2P | TreceptaRIB | - | 15.3 | 57.1 | 221.1 | 221.1 | +| 19 | ProHarvest | 83P66VT2RIB | VT2RIB | - | 14.7 | 54.4 | 208.4 | 208.4 | +| 5 | Becks | 6492TCV2P | TreceptaRIB | - | 15.5 | 55.7 | 251.5 | 251.5 | +| 9 | AgriGold | A645-30VT2RIB | VT2RIB | - | 16.2 | 57.6 | 239.2 | 239.2 | +| 2 | Pioneer | P1742PCE | PCE | - | 15.9 | 57.4 | 260.5 | 260.5 | +| 20 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 15.9 | 53.9 | 174.2 | 174.2 | + +Top 5 by Yield: P14364PCUE (Pioneer) 266.7, P1742PCE (Pioneer) 260.5, P17623PCE (Pioneer) 257.2, P13777PCE (Pioneer) 255.9, 6492TCV2P (Becks) 251.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147160.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147160.json new file mode 100644 index 00000000..a22d0401 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147160.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147160", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Marshall", + "county": "Saline", + "year": 2025, + "plot_id": "147160", + "cooperator": "Jonathan Borges", + "plot_average": 302.24, + "planted_date": "2025-05-05", + "harvested_date": "2025-10-02", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 3, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 60.8, + "Yield": 309.4, + "Adj Yield": 309.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 57.1, + "Yield": 306.2, + "Adj Yield": 306.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 60.4, + "Yield": 298.9, + "Adj Yield": 298.9 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 59.6, + "Yield": 293.4, + "Adj Yield": 293.4 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A647-09SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 59.1, + "Yield": 288.9, + "Adj Yield": 288.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 61.7, + "Yield": 307.3, + "Adj Yield": 307.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 58.8, + "Yield": 323.4, + "Adj Yield": 323.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 61.1, + "Yield": 292.5, + "Adj Yield": 292.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 59.6, + "Yield": 295.8, + "Adj Yield": 295.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 58.2, + "Yield": 318.0, + "Adj Yield": 318.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 60.3, + "Yield": 299.9, + "Adj Yield": 299.9 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 60.7, + "Yield": 293.2, + "Adj Yield": 293.2 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147160" + ], + "fetched_at": "2026-05-27T02:23:10.794837+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147160.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147160.md new file mode 100644 index 00000000..abbc44f6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147160.md @@ -0,0 +1,41 @@ +# Corn yield trial — Marshall, MO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Saline +- **City:** Marshall +- **Year:** 2025 +- **Plot ID:** 147160 +- **Cooperator:** Jonathan Borges +- **Plot average:** 302.24 BU/Ac +- **Planted:** 2025-05-05 +- **Harvested:** 2025-10-02 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147160 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | AgriGold | L6818VT2PRO | VT2Pro | - | 17.7 | 60.8 | 309.4 | 309.4 | +| 5 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 17.9 | 57.1 | 306.2 | 306.2 | +| 7 | AgriGold | L6722VT2PRO | VT2Pro | - | 17.9 | 60.4 | 298.9 | 298.9 | +| 9 | AgriGold | A646-17TRC | Trecepta | - | 16.8 | 59.6 | 293.4 | 293.4 | +| 12 | AgriGold | A647-09SSP | SSP | - | 18.1 | 59.1 | 288.9 | 288.9 | +| 4 | AgriGold | A645-55VT2PRO | VT2Pro | - | 16.4 | 61.7 | 307.3 | 307.3 | +| 1 | AgriGold | A645-30VT2RIB | VT2RIB | - | 18.4 | 58.8 | 323.4 | 323.4 | +| 11 | AgriGold | A647-79VT2PRO | VT2Pro | - | 16.0 | 61.1 | 292.5 | 292.5 | +| 8 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.9 | 59.6 | 295.8 | 295.8 | +| 2 | AgriGold | A642-18TRC | Trecepta | - | 17.4 | 58.2 | 318.0 | 318.0 | +| 6 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.4 | 60.3 | 299.9 | 299.9 | +| 10 | AgriGold | A640-94VT4PRO | VT4Pro | - | 14.8 | 60.7 | 293.2 | 293.2 | + +Top 5 by Yield: A645-30VT2RIB (AgriGold) 323.4, A642-18TRC (AgriGold) 318.0, L6818VT2PRO (AgriGold) 309.4, A645-55VT2PRO (AgriGold) 307.3, A647-42TRCRIB (AgriGold) 306.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147165.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147165.json new file mode 100644 index 00000000..d9676a97 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147165.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147165", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Muscotah", + "county": "Atchison", + "year": 2025, + "plot_id": "147165", + "cooperator": "Chris Bodenhausen", + "plot_average": 241.39, + "planted_date": "2025-04-10", + "harvested_date": "2025-09-09", + "population_seeds_per_acre": 31500, + "row_width": "30.0\"", + "num_rows": 16, + "soil_type": "Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": null, + "Yield": 238.2, + "Adj Yield": 238.2 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": null, + "Yield": 238.2, + "Adj Yield": 238.2 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC65-95RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.7, + "Test Wt.": null, + "Yield": 242.9, + "Adj Yield": 242.9 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": null, + "Yield": 240.7, + "Adj Yield": 240.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 26.0, + "Test Wt.": null, + "Yield": 247.1, + "Adj Yield": 247.1 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC117-78RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": null, + "Yield": 240.4, + "Adj Yield": 240.4 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P17623PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 23.7, + "Test Wt.": null, + "Yield": 243.3, + "Adj Yield": 243.3 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": null, + "Yield": 237.1, + "Adj Yield": 237.1 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 223.1, + "Adj Yield": 223.1 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147165" + ], + "fetched_at": "2026-05-27T02:23:11.324830+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147165.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147165.md new file mode 100644 index 00000000..42d46abf --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147165.md @@ -0,0 +1,42 @@ +# Corn yield trial — Muscotah, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Atchison +- **City:** Muscotah +- **Year:** 2025 +- **Plot ID:** 147165 +- **Cooperator:** Chris Bodenhausen +- **Plot average:** 241.39 BU/Ac +- **Planted:** 2025-04-10 +- **Harvested:** 2025-09-09 +- **Population:** 31,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 16 +- **Soil type:** Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147165 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Dekalb | DKC111-35RIB | VT2RIB | - | 23.0 | - | 238.2 | 238.2 | +| 6 | Dekalb | DKC111-35RIB | VT2RIB | - | 23.0 | - | 238.2 | 238.2 | +| 3 | Dekalb | DKC65-95RIB | VT2RIB | - | 24.7 | - | 242.9 | 242.9 | +| 4 | Dekalb | DKC114-43RIB | VT4RIB | - | 22.9 | - | 240.7 | 240.7 | +| 1 | AgriGold | A642-18TRC | Trecepta | - | 26.0 | - | 247.1 | 247.1 | +| 5 | Dekalb | DKC117-78RIB | VT2RIB | - | 23.2 | - | 240.4 | 240.4 | +| 2 | Pioneer | P17623PCE | PCE | - | 23.7 | - | 243.3 | 243.3 | +| 7 | Dekalb | DKC68-35RIB | VT2RIB | - | 24.0 | - | 237.1 | 237.1 | +| - | Dekalb | DKC111-35RIB | VT2RIB | - | 20.0 | - | 223.1 | 223.1 | + +Top 5 by Yield: A642-18TRC (AgriGold) 247.1, P17623PCE (Pioneer) 243.3, DKC65-95RIB (Dekalb) 242.9, DKC114-43RIB (Dekalb) 240.7, DKC117-78RIB (Dekalb) 240.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147167.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147167.json new file mode 100644 index 00000000..b466a343 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147167.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147167", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Ashland", + "county": "Sangamon", + "year": 2025, + "plot_id": "147167", + "cooperator": "Brandon Stribling", + "plot_average": 277.67, + "planted_date": "2025-04-14", + "harvested_date": "2025-09-09", + "population_seeds_per_acre": 37000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 58.8, + "Yield": 273.9, + "Adj Yield": 273.9 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 57.1, + "Yield": 270.8, + "Adj Yield": 270.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 56.4, + "Yield": 273.3, + "Adj Yield": 273.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 58.0, + "Yield": 283.6, + "Adj Yield": 283.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": 55.2, + "Yield": 284.2, + "Adj Yield": 284.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 58.2, + "Yield": 277.5, + "Adj Yield": 277.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 59.0, + "Yield": 268.1, + "Adj Yield": 268.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.7, + "Test Wt.": 56.5, + "Yield": 279.4, + "Adj Yield": 279.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": 57.4, + "Yield": 278.5, + "Adj Yield": 278.5 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 56.7, + "Yield": 272.2, + "Adj Yield": 272.2 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 57.1, + "Yield": 283.6, + "Adj Yield": 283.6 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147167" + ], + "fetched_at": "2026-05-27T02:23:11.829353+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147167.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147167.md new file mode 100644 index 00000000..9ca01e3b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147167.md @@ -0,0 +1,41 @@ +# Corn yield trial — Ashland, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Sangamon +- **City:** Ashland +- **Year:** 2025 +- **Plot ID:** 147167 +- **Cooperator:** Brandon Stribling +- **Plot average:** 277.67 BU/Ac +- **Planted:** 2025-04-14 +- **Harvested:** 2025-09-09 +- **Population:** 37,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147167 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 21.6 | 58.8 | 273.9 | 273.9 | +| 8 | AgriGold | A642-18SSPRIB | SSPRIB | - | 22.2 | 57.1 | 270.8 | 270.8 | +| 7 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 21.7 | 56.4 | 273.3 | 273.3 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 22.7 | 58.0 | 283.6 | 283.6 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 23.0 | 55.2 | 284.2 | 284.2 | +| 6 | AgriGold | A642-32VT2RIB | VT2RIB | - | 22.0 | 58.2 | 277.5 | 277.5 | +| 9 | AgriGold | A645-30VT2RIB | VT2RIB | - | 22.0 | 59.0 | 268.1 | 268.1 | +| 4 | AgriGold | A645-16VT2RIB | VT2RIB | - | 23.7 | 56.5 | 279.4 | 279.4 | +| 5 | AgriGold | A645-71STXRIB | STXRIB | - | 22.9 | 57.4 | 278.5 | 278.5 | +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 22.7 | 56.7 | 272.2 | 272.2 | +| 2 | Dekalb | DKC114-99RIB | VT4RIB | - | 21.7 | 57.1 | 283.6 | 283.6 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 284.2, A643-52VT2RIB (AgriGold) 283.6, DKC114-99RIB (Dekalb) 283.6, A645-16VT2RIB (AgriGold) 279.4, A645-71STXRIB (AgriGold) 278.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147168.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147168.json new file mode 100644 index 00000000..867d8aa0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147168.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147168", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "OK", + "state_abbrev": "ok", + "city": "Miami", + "county": "Ottawa", + "year": 2025, + "plot_id": "147168", + "cooperator": "Zack Rendel", + "plot_average": 174.0, + "planted_date": "2025-03-28", + "harvested_date": "2025-09-10", + "population_seeds_per_acre": 27000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Other", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "Unknown", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A6572VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 59.7, + "Yield": 166.2, + "Adj Yield": 166.2 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A6572VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 59.7, + "Yield": 166.2, + "Adj Yield": 166.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 59.8, + "Yield": 179.8, + "Adj Yield": 179.8 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 57.8, + "Yield": 159.4, + "Adj Yield": 159.4 + } + }, + { + "rank": 9, + "brand": "Golden Harvest", + "product": "G10U97V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.3, + "Yield": 167.4, + "Adj Yield": 167.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 59.0, + "Yield": 166.6, + "Adj Yield": 166.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.0, + "Yield": 183.0, + "Adj Yield": 183.0 + } + }, + { + "rank": 3, + "brand": "Golden Harvest", + "product": "G13U29-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 59.3, + "Yield": 180.1, + "Adj Yield": 180.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A6572VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 61.0, + "Yield": 169.7, + "Adj Yield": 169.7 + } + }, + { + "rank": 8, + "brand": "Golden Harvest", + "product": "G13U96-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.0, + "Yield": 172.4, + "Adj Yield": 172.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 58.9, + "Yield": 178.5, + "Adj Yield": 178.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 60.0, + "Yield": 184.3, + "Adj Yield": 184.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": null, + "Yield": 175.7, + "Adj Yield": 175.7 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.3, + "Yield": 174.6, + "Adj Yield": 174.6 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A6572VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.3, + "Yield": 160.5, + "Adj Yield": 160.5 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147168" + ], + "fetched_at": "2026-05-27T02:23:12.292063+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147168.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147168.md new file mode 100644 index 00000000..63d776a4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147168.md @@ -0,0 +1,48 @@ +# Corn yield trial — Miami, OK, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** OK +- **County:** Ottawa +- **City:** Miami +- **Year:** 2025 +- **Plot ID:** 147168 +- **Cooperator:** Zack Rendel +- **Plot average:** 174.0 BU/Ac +- **Planted:** 2025-03-28 +- **Harvested:** 2025-09-10 +- **Population:** 27,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Other +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** Unknown +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147168 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A6572VT2RIB | VT2RIB | - | 15.9 | 59.7 | 166.2 | 166.2 | +| 11 | AgriGold | A6572VT2RIB | VT2RIB | - | 15.9 | 59.7 | 166.2 | 166.2 | +| 4 | AgriGold | A637-72VT2RIB | VT2RIB | - | 14.0 | 59.8 | 179.8 | 179.8 | +| 12 | AgriGold | A640-16-3110 | 3110 | - | 14.7 | 57.8 | 159.4 | 159.4 | +| 9 | Golden Harvest | G10U97V | 3220EZ | - | 14.9 | 58.3 | 167.4 | 167.4 | +| 10 | AgriGold | A641-26V | 3220EZ | - | 14.7 | 59.0 | 166.6 | 166.6 | +| 2 | AgriGold | A642-18TRC | Trecepta | - | 14.3 | 59.0 | 183.0 | 183.0 | +| 3 | Golden Harvest | G13U29-VZ | 3330EZ | - | 14.9 | 59.3 | 180.1 | 180.1 | +| - | AgriGold | A6572VT2RIB | VT2RIB | - | 14.7 | 61.0 | 169.7 | 169.7 | +| 8 | Golden Harvest | G13U96-DV | 5222EZ | - | 14.8 | 58.0 | 172.4 | 172.4 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.4 | 58.9 | 178.5 | 178.5 | +| 1 | AgriGold | A645-55VT2PRO | VT2Pro | - | 15.0 | 60.0 | 184.3 | 184.3 | +| 6 | AgriGold | A645-30VT2RIB | VT2RIB | - | 15.0 | - | 175.7 | 175.7 | +| 7 | AgriGold | A646-17TRC | Trecepta | - | 15.7 | 59.3 | 174.6 | 174.6 | +| - | AgriGold | A6572VT2RIB | VT2RIB | - | 15.0 | 59.3 | 160.5 | 160.5 | + +Top 5 by Yield: A645-55VT2PRO (AgriGold) 184.3, A642-18TRC (AgriGold) 183.0, G13U29-VZ (Golden Harvest) 180.1, A637-72VT2RIB (AgriGold) 179.8, A643-52VT2RIB (AgriGold) 178.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147175.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147175.json new file mode 100644 index 00000000..cd48385b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147175.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147175", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Neodesha", + "county": "Neosho", + "year": 2025, + "plot_id": "147175", + "cooperator": "John Jantz", + "plot_average": 217.3, + "planted_date": "2025-04-15", + "harvested_date": "2025-09-10", + "population_seeds_per_acre": 28000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 57.3, + "Yield": 214.7, + "Adj Yield": 214.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 57.3, + "Yield": 214.7, + "Adj Yield": 214.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 56.7, + "Yield": 240.4, + "Adj Yield": 240.4 + } + }, + { + "rank": 8, + "brand": "NC+", + "product": "NC6499", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 56.1, + "Yield": 211.7, + "Adj Yield": 211.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 57.1, + "Yield": 209.7, + "Adj Yield": 209.7 + } + }, + { + "rank": 7, + "brand": "Golden Harvest", + "product": "G13U29-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 58.9, + "Yield": 212.2, + "Adj Yield": 212.2 + } + }, + { + "rank": 5, + "brand": "NC+", + "product": "NC14-88VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 58.2, + "Yield": 216.7, + "Adj Yield": 216.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 58.1, + "Yield": 217.0, + "Adj Yield": 217.0 + } + }, + { + "rank": 9, + "brand": "Golden Harvest", + "product": "G16M15-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 58.8, + "Yield": 211.7, + "Adj Yield": 211.7 + } + }, + { + "rank": 2, + "brand": "Golden Harvest", + "product": "G16Q82-3120AEZ", + "traits": "3120AEZ", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 57.9, + "Yield": 233.7, + "Adj Yield": 233.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 55.9, + "Yield": 226.5, + "Adj Yield": 226.5 + } + }, + { + "rank": 11, + "brand": "NC+", + "product": "NC 7728", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 57.3, + "Yield": 196.0, + "Adj Yield": 196.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 58.6, + "Yield": 203.0, + "Adj Yield": 203.0 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147175" + ], + "fetched_at": "2026-05-27T02:23:12.846957+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147175.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147175.md new file mode 100644 index 00000000..fc9871da --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147175.md @@ -0,0 +1,46 @@ +# Corn yield trial — Neodesha, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Neosho +- **City:** Neodesha +- **Year:** 2025 +- **Plot ID:** 147175 +- **Cooperator:** John Jantz +- **Plot average:** 217.3 BU/Ac +- **Planted:** 2025-04-15 +- **Harvested:** 2025-09-10 +- **Population:** 28,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147175 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 19.4 | 57.3 | 214.7 | 214.7 | +| 6 | AgriGold | A643-52VT2RIB | VT2RIB | - | 19.4 | 57.3 | 214.7 | 214.7 | +| 1 | AgriGold | A641-26V | 3220EZ | - | 19.0 | 56.7 | 240.4 | 240.4 | +| 8 | NC+ | NC6499 | VT2RIB | - | 19.5 | 56.1 | 211.7 | 211.7 | +| 10 | AgriGold | A642-18TRC | Trecepta | - | 18.9 | 57.1 | 209.7 | 209.7 | +| 7 | Golden Harvest | G13U29-VZ | 3330EZ | - | 17.6 | 58.9 | 212.2 | 212.2 | +| 5 | NC+ | NC14-88VT2PRIB | VT2RIB | - | 18.9 | 58.2 | 216.7 | 216.7 | +| 4 | AgriGold | A646-17TRC | Trecepta | - | 17.9 | 58.1 | 217.0 | 217.0 | +| 9 | Golden Harvest | G16M15-V | 3220EZ | - | 17.8 | 58.8 | 211.7 | 211.7 | +| 2 | Golden Harvest | G16Q82-3120AEZ | 3120AEZ | - | 17.8 | 57.9 | 233.7 | 233.7 | +| 3 | AgriGold | A647-42TRC | Trecepta | - | 20.7 | 55.9 | 226.5 | 226.5 | +| 11 | NC+ | NC 7728 | VT2RIB | - | 20.6 | 57.3 | 196.0 | 196.0 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 20.5 | 58.6 | 203.0 | 203.0 | + +Top 5 by Yield: A641-26V (AgriGold) 240.4, G16Q82-3120AEZ (Golden Harvest) 233.7, A647-42TRC (AgriGold) 226.5, A646-17TRC (AgriGold) 217.0, NC14-88VT2PRIB (NC+) 216.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147176.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147176.json new file mode 100644 index 00000000..7e26d888 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147176.json @@ -0,0 +1,322 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147176", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Oregon", + "county": "Holt", + "year": 2025, + "plot_id": "147176", + "cooperator": "Travis & Troy Milne", + "plot_average": 244.8, + "planted_date": "2025-04-10", + "harvested_date": "2025-09-11", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 14, + "brand": "Rob-See-Co", + "product": "RC6026-PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 59.5, + "Yield": 234.8, + "Adj Yield": 234.8 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P0924", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 54.7, + "Yield": 261.2, + "Adj Yield": 261.2 + } + }, + { + "rank": 21, + "brand": "Rob-See-Co", + "product": "RC6131TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 55.0, + "Yield": 222.2, + "Adj Yield": 222.2 + } + }, + { + "rank": 4, + "brand": "Golden Harvest", + "product": "G11V76", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 58.4, + "Yield": 266.5, + "Adj Yield": 266.5 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC111-30", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 56.4, + "Yield": 257.0, + "Adj Yield": 257.0 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P1185", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 63.2, + "Yield": 235.3, + "Adj Yield": 235.3 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 58.8, + "Yield": 234.6, + "Adj Yield": 234.6 + } + }, + { + "rank": 20, + "brand": "Becks", + "product": "6219", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 58.6, + "Yield": 223.8, + "Adj Yield": 223.8 + } + }, + { + "rank": 2, + "brand": "Becks", + "product": "6374", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 56.1, + "Yield": 270.0, + "Adj Yield": 270.0 + } + }, + { + "rank": 19, + "brand": "Burrus", + "product": "PowerPlus6H80", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 54.1, + "Yield": 228.0, + "Adj Yield": 228.0 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC63-58", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 56.4, + "Yield": 242.7, + "Adj Yield": 242.7 + } + }, + { + "rank": 11, + "brand": "Becks", + "product": "6469", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 56.5, + "Yield": 242.6, + "Adj Yield": 242.6 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A6572VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 59.4, + "Yield": 232.3, + "Adj Yield": 232.3 + } + }, + { + "rank": 5, + "brand": "Becks", + "product": "6574TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 56.7, + "Yield": 264.5, + "Adj Yield": 264.5 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC65-92", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 59.6, + "Yield": 245.6, + "Adj Yield": 245.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 60.5, + "Yield": 277.0, + "Adj Yield": 277.0 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC66-02", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 58.5, + "Yield": 242.0, + "Adj Yield": 242.0 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A646-30", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 58.6, + "Yield": 230.1, + "Adj Yield": 230.1 + } + }, + { + "rank": 22, + "brand": "Pioneer", + "product": "P1608AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 58.3, + "Yield": 217.1, + "Adj Yield": 217.1 + } + }, + { + "rank": 16, + "brand": "Pioneer", + "product": "P17677AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 58.3, + "Yield": 233.3, + "Adj Yield": 233.3 + } + }, + { + "rank": 7, + "brand": "Becks", + "product": "6774", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 60.2, + "Yield": 257.1, + "Adj Yield": 257.1 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC68-37", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 57.7, + "Yield": 267.8, + "Adj Yield": 267.8 + } + } + ], + "n_results": 22, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147176" + ], + "fetched_at": "2026-05-27T02:23:13.303893+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147176.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147176.md new file mode 100644 index 00000000..77f1d76d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147176.md @@ -0,0 +1,51 @@ +# Corn yield trial — Oregon, MO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Holt +- **City:** Oregon +- **Year:** 2025 +- **Plot ID:** 147176 +- **Cooperator:** Travis & Troy Milne +- **Plot average:** 244.8 BU/Ac +- **Planted:** 2025-04-10 +- **Harvested:** 2025-09-11 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147176 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 14 | Rob-See-Co | RC6026-PCE | PCE | - | 17.8 | 59.5 | 234.8 | 234.8 | +| 6 | Pioneer | P0924 | C | - | 18.2 | 54.7 | 261.2 | 261.2 | +| 21 | Rob-See-Co | RC6131TRE | Trecepta | - | 19.4 | 55.0 | 222.2 | 222.2 | +| 4 | Golden Harvest | G11V76 | C | - | 19.3 | 58.4 | 266.5 | 266.5 | +| 8 | Dekalb | DKC111-30 | C | - | 21.3 | 56.4 | 257.0 | 257.0 | +| 13 | Pioneer | P1185 | C | - | 18.4 | 63.2 | 235.3 | 235.3 | +| 15 | AgriGold | A642-32 | C | - | 19.4 | 58.8 | 234.6 | 234.6 | +| 20 | Becks | 6219 | C | - | 19.6 | 58.6 | 223.8 | 223.8 | +| 2 | Becks | 6374 | C | - | 22.1 | 56.1 | 270.0 | 270.0 | +| 19 | Burrus | PowerPlus6H80 | C | - | 22.4 | 54.1 | 228.0 | 228.0 | +| 10 | Dekalb | DKC63-58 | C | - | 20.6 | 56.4 | 242.7 | 242.7 | +| 11 | Becks | 6469 | C | - | 21.1 | 56.5 | 242.6 | 242.6 | +| 17 | AgriGold | A6572VT2RIB | VT2RIB | - | 19.7 | 59.4 | 232.3 | 232.3 | +| 5 | Becks | 6574TCV2P | TreceptaRIB | - | 21.2 | 56.7 | 264.5 | 264.5 | +| 9 | Dekalb | DKC65-92 | C | - | 20.6 | 59.6 | 245.6 | 245.6 | +| 1 | AgriGold | A645-16 | C | - | 21.1 | 60.5 | 277.0 | 277.0 | +| 12 | Dekalb | DKC66-02 | C | - | 22.2 | 58.5 | 242.0 | 242.0 | +| 18 | AgriGold | A646-30 | C | - | 19.7 | 58.6 | 230.1 | 230.1 | +| 22 | Pioneer | P1608AM | AM | - | 20.7 | 58.3 | 217.1 | 217.1 | +| 16 | Pioneer | P17677AM | AM | - | 21.1 | 58.3 | 233.3 | 233.3 | +| 7 | Becks | 6774 | C | - | 19.7 | 60.2 | 257.1 | 257.1 | +| 3 | Dekalb | DKC68-37 | C | - | 21.9 | 57.7 | 267.8 | 267.8 | + +Top 5 by Yield: A645-16 (AgriGold) 277.0, 6374 (Becks) 270.0, DKC68-37 (Dekalb) 267.8, G11V76 (Golden Harvest) 266.5, 6574TCV2P (Becks) 264.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147178.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147178.json new file mode 100644 index 00000000..716a8172 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147178.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147178", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "TN", + "state_abbrev": "tn", + "city": "Winchester", + "county": "Franklin", + "year": 2025, + "plot_id": "147178", + "cooperator": "Mike Robinson", + "plot_average": 247.86, + "planted_date": "2025-04-16", + "harvested_date": "2025-09-11", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": null, + "Yield": 247.5, + "Adj Yield": 247.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 242.8, + "Adj Yield": 248.47 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 267.0, + "Adj Yield": 271.33 + } + }, + { + "rank": 8, + "brand": "Southeastern Seed", + "product": "SS11-40V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": null, + "Yield": 239.7, + "Adj Yield": 242.56 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 253.8, + "Adj Yield": 255.25 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 246.2, + "Adj Yield": 246.2 + } + }, + { + "rank": 3, + "brand": "Southeastern Seed", + "product": "XSS-25151", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 252.1, + "Adj Yield": 250.71 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": null, + "Yield": 250.2, + "Adj Yield": 247.35 + } + }, + { + "rank": 7, + "brand": "Southeastern Seed", + "product": "SS18-60TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 247.1, + "Adj Yield": 242.78 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 231.8, + "Adj Yield": 226.09 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": null, + "Yield": 261.8, + "Adj Yield": 261.8 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147178" + ], + "fetched_at": "2026-05-27T02:23:13.801054+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147178.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147178.md new file mode 100644 index 00000000..47077214 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147178.md @@ -0,0 +1,40 @@ +# Corn yield trial — Winchester, TN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** TN +- **County:** Franklin +- **City:** Winchester +- **Year:** 2025 +- **Plot ID:** 147178 +- **Cooperator:** Mike Robinson +- **Plot average:** 247.86 BU/Ac +- **Planted:** 2025-04-16 +- **Harvested:** 2025-09-11 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147178 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.7 | - | 247.5 | 247.5 | +| 4 | AgriGold | A642-18SSPRIB | SSPRIB | - | 16.3 | - | 242.8 | 248.47 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.2 | - | 267.0 | 271.33 | +| 8 | Southeastern Seed | SS11-40V | 3220EZ | - | 15.7 | - | 239.7 | 242.56 | +| 2 | AgriGold | A645-16VT2PRO | VT2Pro | - | 15.2 | - | 253.8 | 255.25 | +| 6 | AgriGold | A645-30VT2RIB | VT2RIB | - | 15.2 | - | 246.2 | 246.2 | +| 3 | Southeastern Seed | XSS-25151 | Trecepta | - | 15.2 | - | 252.1 | 250.71 | +| 5 | AgriGold | A647-79VT2PRO | VT2Pro | - | 15.0 | - | 250.2 | 247.35 | +| 7 | Southeastern Seed | SS18-60TRE | Trecepta | - | 16.3 | - | 247.1 | 242.78 | +| 9 | AgriGold | A647-42TRC | Trecepta | - | 16.4 | - | 231.8 | 226.09 | +| - | AgriGold | A643-52VT2PRO | VT2Pro | - | 15.7 | - | 261.8 | 261.8 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 267.0, A643-52VT2PRO (AgriGold) 261.8, A645-16VT2PRO (AgriGold) 253.8, XSS-25151 (Southeastern Seed) 252.1, A647-79VT2PRO (AgriGold) 250.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147194.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147194.json new file mode 100644 index 00000000..6f01c66c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147194.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147194", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "AL", + "state_abbrev": "al", + "city": "Moulton", + "county": "Lawrence", + "year": 2025, + "plot_id": "147194", + "cooperator": "Matt Clark", + "plot_average": 173.77, + "planted_date": "2025-04-02", + "harvested_date": "2025-09-15", + "population_seeds_per_acre": 28500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A6659VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 58.0, + "Yield": 175.2, + "Adj Yield": 175.2 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 59.4, + "Yield": 156.2, + "Adj Yield": 150.29 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 60.3, + "Yield": 195.0, + "Adj Yield": 190.03 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 59.7, + "Yield": 201.5, + "Adj Yield": 197.42 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.9, + "Yield": 200.2, + "Adj Yield": 197.08 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 61.0, + "Yield": 171.7, + "Adj Yield": 169.39 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 60.6, + "Yield": 175.7, + "Adj Yield": 174.32 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 56.6, + "Yield": 172.3, + "Adj Yield": 171.86 + } + }, + { + "rank": 6, + "brand": "Southeastern Seed", + "product": "SS18-60TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 56.3, + "Yield": 179.3, + "Adj Yield": 179.75 + } + }, + { + "rank": 11, + "brand": "Southeastern Seed", + "product": "XSS25150V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 58.2, + "Yield": 155.7, + "Adj Yield": 157.04 + } + }, + { + "rank": 12, + "brand": "Southeastern Seed", + "product": "SS11-40V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 58.3, + "Yield": 148.1, + "Adj Yield": 150.4 + } + }, + { + "rank": 5, + "brand": "Southeastern Seed", + "product": "SS15-63TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 58.9, + "Yield": 184.9, + "Adj Yield": 188.04 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 59.3, + "Yield": 187.4, + "Adj Yield": 191.45 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 60.5, + "Yield": 171.6, + "Adj Yield": 176.61 + } + }, + { + "rank": 14, + "brand": "Nu Tech", + "product": "77B1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 59.6, + "Yield": 133.2, + "Adj Yield": 139.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A6659VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 58.4, + "Yield": 161.7, + "Adj Yield": 161.7 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147194" + ], + "fetched_at": "2026-05-27T02:23:14.342996+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147194.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147194.md new file mode 100644 index 00000000..eb190717 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147194.md @@ -0,0 +1,45 @@ +# Corn yield trial — Moulton, AL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** AL +- **County:** Lawrence +- **City:** Moulton +- **Year:** 2025 +- **Plot ID:** 147194 +- **Cooperator:** Matt Clark +- **Plot average:** 173.77 BU/Ac +- **Planted:** 2025-04-02 +- **Harvested:** 2025-09-15 +- **Population:** 28,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147194 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A6659VT2PRO | VT2Pro | - | 14.3 | 58.0 | 175.2 | 175.2 | +| 13 | AgriGold | A643-52VT2PRO | VT2Pro | - | 14.4 | 59.4 | 156.2 | 150.29 | +| 4 | AgriGold | A647-79VT2PRO | VT2Pro | - | 14.1 | 60.3 | 195.0 | 190.03 | +| 1 | AgriGold | A642-18TRC | Trecepta | - | 13.9 | 59.7 | 201.5 | 197.42 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.7 | 60.9 | 200.2 | 197.08 | +| 10 | AgriGold | A645-16VT2PRO | VT2Pro | - | 14.0 | 61.0 | 171.7 | 169.39 | +| 8 | AgriGold | A647-42TRC | Trecepta | - | 14.0 | 60.6 | 175.7 | 174.32 | +| 9 | AgriGold | A645-30VT2RIB | VT2RIB | - | 15.1 | 56.6 | 172.3 | 171.86 | +| 6 | Southeastern Seed | SS18-60TRE | Trecepta | - | 14.3 | 56.3 | 179.3 | 179.75 | +| 11 | Southeastern Seed | XSS25150V | 3220EZ | - | 13.9 | 58.2 | 155.7 | 157.04 | +| 12 | Southeastern Seed | SS11-40V | 3220EZ | - | 14.3 | 58.3 | 148.1 | 150.4 | +| 5 | Southeastern Seed | SS15-63TRE | Trecepta | - | 14.1 | 58.9 | 184.9 | 188.04 | +| 3 | AgriGold | A646-17TRC | Trecepta | - | 14.0 | 59.3 | 187.4 | 191.45 | +| 7 | AgriGold | A645-55VT2PRO | VT2Pro | - | 13.8 | 60.5 | 171.6 | 176.61 | +| 14 | Nu Tech | 77B1PCE | PCE | - | 14.2 | 59.6 | 133.2 | 139.1 | +| - | AgriGold | A6659VT2PRO | VT2Pro | - | 14.1 | 58.4 | 161.7 | 161.7 | + +Top 5 by Yield: A642-18TRC (AgriGold) 201.5, A644-64VT2RIB (AgriGold) 200.2, A647-79VT2PRO (AgriGold) 195.0, A646-17TRC (AgriGold) 187.4, SS15-63TRE (Southeastern Seed) 184.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147196.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147196.json new file mode 100644 index 00000000..eb53484f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147196.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147196", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Sabetha", + "county": "Nemaha", + "year": 2025, + "plot_id": "147196", + "cooperator": "Gale Kellenberger", + "plot_average": 196.02, + "planted_date": "2025-04-15", + "harvested_date": "2025-09-15", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 57.9, + "Yield": 180.8, + "Adj Yield": 180.8 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 56.7, + "Yield": 171.6, + "Adj Yield": 171.6 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 58.7, + "Yield": 176.8, + "Adj Yield": 176.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 57.5, + "Yield": 194.8, + "Adj Yield": 194.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 55.7, + "Yield": 195.3, + "Adj Yield": 195.3 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 55.7, + "Yield": 170.4, + "Adj Yield": 170.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 56.3, + "Yield": 217.6, + "Adj Yield": 217.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 56.4, + "Yield": 235.1, + "Adj Yield": 235.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.0, + "Yield": 187.7, + "Adj Yield": 187.7 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.0, + "Yield": 187.7, + "Adj Yield": 187.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 58.0, + "Yield": 187.4, + "Adj Yield": 187.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.2, + "Yield": 222.6, + "Adj Yield": 222.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 58.5, + "Yield": 224.9, + "Adj Yield": 224.9 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 56.7, + "Yield": 177.3, + "Adj Yield": 177.3 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 56.8, + "Yield": 186.8, + "Adj Yield": 186.8 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 58.1, + "Yield": 183.1, + "Adj Yield": 183.1 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147196" + ], + "fetched_at": "2026-05-27T02:23:14.842187+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147196.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147196.md new file mode 100644 index 00000000..66713665 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147196.md @@ -0,0 +1,49 @@ +# Corn yield trial — Sabetha, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Nemaha +- **City:** Sabetha +- **Year:** 2025 +- **Plot ID:** 147196 +- **Cooperator:** Gale Kellenberger +- **Plot average:** 196.02 BU/Ac +- **Planted:** 2025-04-15 +- **Harvested:** 2025-09-15 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147196 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.1 | 57.9 | 180.8 | 180.8 | +| 12 | AgriGold | A639-38V-RN | 3220 | - | 13.0 | 56.7 | 171.6 | 171.6 | +| 11 | AgriGold | A640-16-3110 | 3110 | - | 13.7 | 58.7 | 176.8 | 176.8 | +| 6 | AgriGold | A640-94VT4PRO | VT4Pro | - | 13.4 | 57.5 | 194.8 | 194.8 | +| 5 | AgriGold | A641-62D-RN | 5122 | - | 16.0 | 55.7 | 195.3 | 195.3 | +| 13 | AgriGold | A641-26V | 3220EZ | - | 16.6 | 55.7 | 170.4 | 170.4 | +| 4 | AgriGold | A642-18TRC | Trecepta | - | 16.5 | 56.3 | 217.6 | 217.6 | +| 1 | AgriGold | A642-18SSPRIB | SSPRIB | - | 17.5 | 56.4 | 235.1 | 235.1 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.7 | 58.0 | 187.7 | 187.7 | +| 7 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.7 | 58.0 | 187.7 | 187.7 | +| 8 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.6 | 58.0 | 187.4 | 187.4 | +| 3 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.0 | 58.2 | 222.6 | 222.6 | +| 2 | AgriGold | A645-30VT2RIB | VT2RIB | - | 17.7 | 58.5 | 224.9 | 224.9 | +| 10 | AgriGold | A646-17TRC | Trecepta | - | 15.7 | 56.7 | 177.3 | 177.3 | +| 9 | AgriGold | A646-17STXRIB | STXRIB | - | 16.3 | 56.8 | 186.8 | 186.8 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.1 | 58.1 | 183.1 | 183.1 | + +Top 5 by Yield: A642-18SSPRIB (AgriGold) 235.1, A645-30VT2RIB (AgriGold) 224.9, A645-16VT2RIB (AgriGold) 222.6, A642-18TRC (AgriGold) 217.6, A641-62D-RN (AgriGold) 195.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147200.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147200.json new file mode 100644 index 00000000..1e7aa10f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147200.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147200", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Colwich", + "county": "Sedgwick", + "year": 2025, + "plot_id": "147200", + "cooperator": "Spexarth Farms", + "plot_average": 140.07, + "planted_date": "2025-04-10", + "harvested_date": "2025-09-16", + "population_seeds_per_acre": 20000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "None", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 60.7, + "Yield": 132.9, + "Adj Yield": 132.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 62.7, + "Yield": 158.3, + "Adj Yield": 158.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 60.8, + "Yield": 128.2, + "Adj Yield": 128.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 58.9, + "Yield": 134.4, + "Adj Yield": 134.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 60.6, + "Yield": 157.4, + "Adj Yield": 157.4 + } + }, + { + "rank": 3, + "brand": "Becks", + "product": "6549VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.8, + "Yield": 156.7, + "Adj Yield": 156.7 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 61.1, + "Yield": 110.5, + "Adj Yield": 110.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.5, + "Yield": 135.0, + "Adj Yield": 135.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.5, + "Yield": 135.0, + "Adj Yield": 135.0 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147200" + ], + "fetched_at": "2026-05-27T02:23:15.332232+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147200.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147200.md new file mode 100644 index 00000000..90d3b585 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147200.md @@ -0,0 +1,42 @@ +# Corn yield trial — Colwich, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Sedgwick +- **City:** Colwich +- **Year:** 2025 +- **Plot ID:** 147200 +- **Cooperator:** Spexarth Farms +- **Plot average:** 140.07 BU/Ac +- **Planted:** 2025-04-10 +- **Harvested:** 2025-09-16 +- **Population:** 20,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** None +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147200 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.5 | 60.7 | 132.9 | 132.9 | +| 1 | AgriGold | A639-38V-RN | 3220 | - | 12.2 | 62.7 | 158.3 | 158.3 | +| 6 | AgriGold | A640-16-3110 | 3110 | - | 13.1 | 60.8 | 128.2 | 128.2 | +| 5 | AgriGold | A641-62D-RN | 5122 | - | 13.8 | 58.9 | 134.4 | 134.4 | +| 2 | AgriGold | A642-18TRC | Trecepta | - | 14.6 | 60.6 | 157.4 | 157.4 | +| 3 | Becks | 6549VZ | 3330EZ | - | 15.6 | 59.8 | 156.7 | 156.7 | +| 7 | AgriGold | A645-30VT2RIB | VT2RIB | - | 15.2 | 61.1 | 110.5 | 110.5 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.2 | 60.5 | 135.0 | 135.0 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.2 | 60.5 | 135.0 | 135.0 | + +Top 5 by Yield: A639-38V-RN (AgriGold) 158.3, A642-18TRC (AgriGold) 157.4, 6549VZ (Becks) 156.7, A643-52VT2RIB (AgriGold) 135.0, A643-52VT2RIB (AgriGold) 135.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147202.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147202.json new file mode 100644 index 00000000..6c0ba9a8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147202.json @@ -0,0 +1,478 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147202", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Mayfield", + "county": "Sumner", + "year": 2025, + "plot_id": "147202", + "cooperator": "Fleming Feed and Grain", + "plot_average": 145.09, + "planted_date": "2025-04-17", + "harvested_date": "2025-09-17", + "population_seeds_per_acre": 16500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Cotton", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 58.7, + "Yield": 142.0, + "Adj Yield": 142.0 + } + }, + { + "rank": 30, + "brand": "NK Brand", + "product": "NK0604DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 58.6, + "Yield": 125.6, + "Adj Yield": 125.6 + } + }, + { + "rank": 18, + "brand": "Ohlde Seed", + "product": "O 36-05", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 56.6, + "Yield": 143.8, + "Adj Yield": 143.8 + } + }, + { + "rank": 31, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 60.1, + "Yield": 122.3, + "Adj Yield": 122.3 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 59.6, + "Yield": 140.9, + "Adj Yield": 140.9 + } + }, + { + "rank": 13, + "brand": "Phillips", + "product": "PS1025V32", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.9, + "Yield": 148.4, + "Adj Yield": 148.4 + } + }, + { + "rank": 10, + "brand": "NK Brand", + "product": "NK1056-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 60.4, + "Yield": 150.0, + "Adj Yield": 150.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.6, + "Yield": 158.3, + "Adj Yield": 158.3 + } + }, + { + "rank": 23, + "brand": "Ohlde Seed", + "product": "O 26-12", + "traits": "3330", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 59.7, + "Yield": 139.2, + "Adj Yield": 139.2 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 60.7, + "Yield": 148.8, + "Adj Yield": 148.8 + } + }, + { + "rank": 8, + "brand": "Phillips", + "product": "PS1225VPR", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.9, + "Yield": 152.0, + "Adj Yield": 152.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 57.5, + "Yield": 148.6, + "Adj Yield": 148.6 + } + }, + { + "rank": 28, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 60.0, + "Yield": 130.8, + "Adj Yield": 130.8 + } + }, + { + "rank": 24, + "brand": "Dekalb", + "product": "DKC107-69RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 57.5, + "Yield": 139.0, + "Adj Yield": 139.0 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.5, + "Yield": 146.9, + "Adj Yield": 146.9 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 59.0, + "Yield": 148.7, + "Adj Yield": 148.7 + } + }, + { + "rank": 29, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 60.8, + "Yield": 128.7, + "Adj Yield": 128.7 + } + }, + { + "rank": 14, + "brand": "Ohlde Seed", + "product": "O29-14", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.2, + "Yield": 147.4, + "Adj Yield": 147.4 + } + }, + { + "rank": 6, + "brand": "Phillips", + "product": "XT0154", + "traits": "RR", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 60.6, + "Yield": 155.5, + "Adj Yield": 155.5 + } + }, + { + "rank": 27, + "brand": "Brevant Seeds", + "product": "B11V44AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.8, + "Yield": 135.0, + "Adj Yield": 135.0 + } + }, + { + "rank": 7, + "brand": "Phillips", + "product": "PS1372TRE", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 60.1, + "Yield": 153.0, + "Adj Yield": 153.0 + } + }, + { + "rank": 26, + "brand": "Dekalb", + "product": "DKC64-25RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 59.9, + "Yield": 136.0, + "Adj Yield": 136.0 + } + }, + { + "rank": 22, + "brand": "NK Brand", + "product": "NK1386-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.6, + "Yield": 139.6, + "Adj Yield": 139.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 59.3, + "Yield": 157.4, + "Adj Yield": 157.4 + } + }, + { + "rank": 25, + "brand": "Ohlde Seed", + "product": "O23-16", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 58.5, + "Yield": 138.7, + "Adj Yield": 138.7 + } + }, + { + "rank": 17, + "brand": "Phillips", + "product": "PS1625TRE", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 60.9, + "Yield": 144.1, + "Adj Yield": 144.1 + } + }, + { + "rank": 21, + "brand": "NK Brand", + "product": "NK1701-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 58.2, + "Yield": 140.1, + "Adj Yield": 140.1 + } + }, + { + "rank": 9, + "brand": "Ohlde Seed", + "product": "O25-10VT2ProRB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.6, + "Yield": 151.6, + "Adj Yield": 151.6 + } + }, + { + "rank": 3, + "brand": "Ohlde Seed", + "product": "O26-15VT2ProRB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 61.2, + "Yield": 161.1, + "Adj Yield": 161.1 + } + }, + { + "rank": 1, + "brand": "Ohlde Seed", + "product": "O25-18", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.8, + "Yield": 164.0, + "Adj Yield": 164.0 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 60.2, + "Yield": 147.3, + "Adj Yield": 147.3 + } + }, + { + "rank": 19, + "brand": "NK Brand", + "product": "NK1386-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 59.7, + "Yield": 142.0, + "Adj Yield": 142.0 + } + }, + { + "rank": 2, + "brand": "Ohlde Seed", + "product": "O24-14DGVT2ProRB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 59.7, + "Yield": 161.5, + "Adj Yield": 161.5 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 59.4, + "Yield": 151.0, + "Adj Yield": 151.0 + } + } + ], + "n_results": 34, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147202" + ], + "fetched_at": "2026-05-27T02:23:15.827491+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147202.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147202.md new file mode 100644 index 00000000..2c5b8bb9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147202.md @@ -0,0 +1,67 @@ +# Corn yield trial — Mayfield, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Sumner +- **City:** Mayfield +- **Year:** 2025 +- **Plot ID:** 147202 +- **Cooperator:** Fleming Feed and Grain +- **Plot average:** 145.09 BU/Ac +- **Planted:** 2025-04-17 +- **Harvested:** 2025-09-17 +- **Population:** 16,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Cotton +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147202 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.4 | 58.7 | 142.0 | 142.0 | +| 30 | NK Brand | NK0604DV | 5222EZ | - | 14.5 | 58.6 | 125.6 | 125.6 | +| 18 | Ohlde Seed | O 36-05 | PCE | - | 13.9 | 56.6 | 143.8 | 143.8 | +| 31 | AgriGold | A638-19 | C | - | 14.6 | 60.1 | 122.3 | 122.3 | +| 20 | AgriGold | A636-39-3110 | 3110 | - | 14.1 | 59.6 | 140.9 | 140.9 | +| 13 | Phillips | PS1025V32 | 3220 | - | 15.6 | 59.9 | 148.4 | 148.4 | +| 10 | NK Brand | NK1056-V | 3220 | - | 15.6 | 60.4 | 150.0 | 150.0 | +| 4 | AgriGold | A641-26V | 3220EZ | - | 15.0 | 59.6 | 158.3 | 158.3 | +| 23 | Ohlde Seed | O 26-12 | 3330 | - | 16.0 | 59.7 | 139.2 | 139.2 | +| 11 | AgriGold | A640-16-3110 | 3110 | - | 14.6 | 60.7 | 148.8 | 148.8 | +| 8 | Phillips | PS1225VPR | VT2RIB | - | 16.0 | 58.9 | 152.0 | 152.0 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.6 | 57.5 | 148.6 | 148.6 | +| 28 | NK Brand | NK1228-AA | 3220 | - | 15.0 | 60.0 | 130.8 | 130.8 | +| 24 | Dekalb | DKC107-69RIB | TreceptaRIB | - | 14.8 | 57.5 | 139.0 | 139.0 | +| 16 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 15.8 | 58.5 | 146.9 | 146.9 | +| 12 | AgriGold | A642-18SSPRIB | SSPRIB | - | 16.0 | 59.0 | 148.7 | 148.7 | +| 29 | AgriGold | A642-32VT2RIB | VT2RIB | - | 16.0 | 60.8 | 128.7 | 128.7 | +| 14 | Ohlde Seed | O29-14 | VT2RIB | - | 15.2 | 60.2 | 147.4 | 147.4 | +| 6 | Phillips | XT0154 | RR | - | 16.0 | 60.6 | 155.5 | 155.5 | +| 27 | Brevant Seeds | B11V44AM | AM | - | 15.8 | 58.8 | 135.0 | 135.0 | +| 7 | Phillips | PS1372TRE | TreceptaRIB | - | 15.0 | 60.1 | 153.0 | 153.0 | +| 26 | Dekalb | DKC64-25RIB | VT2RIB | - | 16.4 | 59.9 | 136.0 | 136.0 | +| 22 | NK Brand | NK1386-VZ | 3330EZ | - | 16.1 | 59.6 | 139.6 | 139.6 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.8 | 59.3 | 157.4 | 157.4 | +| 25 | Ohlde Seed | O23-16 | 3220EZ | - | 16.4 | 58.5 | 138.7 | 138.7 | +| 17 | Phillips | PS1625TRE | TreceptaRIB | - | 16.5 | 60.9 | 144.1 | 144.1 | +| 21 | NK Brand | NK1701-V | 3220 | - | 16.5 | 58.2 | 140.1 | 140.1 | +| 9 | Ohlde Seed | O25-10VT2ProRB | VT2RIB | - | 14.7 | 58.6 | 151.6 | 151.6 | +| 3 | Ohlde Seed | O26-15VT2ProRB | VT2RIB | - | 16.0 | 61.2 | 161.1 | 161.1 | +| 1 | Ohlde Seed | O25-18 | Trecepta | - | 17.0 | 58.8 | 164.0 | 164.0 | +| 15 | AgriGold | A645-80-3110 | 3110 | - | 15.8 | 60.2 | 147.3 | 147.3 | +| 19 | NK Brand | NK1386-VZ | 3330EZ | - | 15.5 | 59.7 | 142.0 | 142.0 | +| 2 | Ohlde Seed | O24-14DGVT2ProRB | VT2RIB | - | 15.5 | 59.7 | 161.5 | 161.5 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.4 | 59.4 | 151.0 | 151.0 | + +Top 5 by Yield: O25-18 (Ohlde Seed) 164.0, O24-14DGVT2ProRB (Ohlde Seed) 161.5, O26-15VT2ProRB (Ohlde Seed) 161.1, A641-26V (AgriGold) 158.3, A643-52VT2RIB (AgriGold) 157.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147203.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147203.json new file mode 100644 index 00000000..bb34cd49 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147203.json @@ -0,0 +1,348 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147203", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Lewisport", + "county": "Daviess", + "year": 2025, + "plot_id": "147203", + "cooperator": "Gerald and Joe Boswell", + "plot_average": 261.76, + "planted_date": "2025-04-26", + "harvested_date": "2025-09-17", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Clay Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 4, + "brand": "Dyna Gro", + "product": "D52PN76", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 272.9, + "Adj Yield": 272.9 + } + }, + { + "rank": 19, + "brand": "Dyna Gro", + "product": "D52TC66RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": null, + "Yield": 256.1, + "Adj Yield": 256.1 + } + }, + { + "rank": 23, + "brand": "Dyna Gro", + "product": "D53VC54RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 242.0, + "Adj Yield": 242.0 + } + }, + { + "rank": 16, + "brand": "Dyna Gro", + "product": "D55VC80RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 257.0, + "Adj Yield": 257.0 + } + }, + { + "rank": 21, + "brand": "Dyna Gro", + "product": "D55TC86", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 252.2, + "Adj Yield": 252.2 + } + }, + { + "rank": 10, + "brand": "Dyna Gro", + "product": "D56TC44RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 263.9, + "Adj Yield": 263.9 + } + }, + { + "rank": 22, + "brand": "Dyna Gro", + "product": "D58VC74", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 250.0, + "Adj Yield": 250.0 + } + }, + { + "rank": 5, + "brand": "Dyna Gro", + "product": "D60TC45RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 270.7, + "Adj Yield": 270.7 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 256.2, + "Adj Yield": 256.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 274.7, + "Adj Yield": 274.7 + } + }, + { + "rank": 13, + "brand": "Revere", + "product": "RV114-P35VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 261.5, + "Adj Yield": 261.5 + } + }, + { + "rank": 15, + "brand": "Revere", + "product": "1627", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 257.7, + "Adj Yield": 257.7 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P18216PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 273.2, + "Adj Yield": 273.2 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 283.4, + "Adj Yield": 283.4 + } + }, + { + "rank": 20, + "brand": "Dekalb", + "product": "DKC117-27RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 253.5, + "Adj Yield": 253.5 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": null, + "Yield": 269.4, + "Adj Yield": 269.4 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": null, + "Yield": 269.6, + "Adj Yield": 269.6 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P14364PCUE", + "traits": "PCUE", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 263.5, + "Adj Yield": 263.5 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": null, + "Yield": 258.4, + "Adj Yield": 258.4 + } + }, + { + "rank": 17, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 256.8, + "Adj Yield": 256.8 + } + }, + { + "rank": 12, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 263.3, + "Adj Yield": 263.3 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 269.2, + "Adj Yield": 269.2 + } + }, + { + "rank": 24, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 241.8, + "Adj Yield": 241.8 + } + }, + { + "rank": 9, + "brand": "Revere", + "product": "1839TC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 265.2, + "Adj Yield": 265.2 + } + } + ], + "n_results": 24, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147203" + ], + "fetched_at": "2026-05-27T02:23:16.352443+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147203.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147203.md new file mode 100644 index 00000000..95ae5f02 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147203.md @@ -0,0 +1,54 @@ +# Corn yield trial — Lewisport, KY, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Daviess +- **City:** Lewisport +- **Year:** 2025 +- **Plot ID:** 147203 +- **Cooperator:** Gerald and Joe Boswell +- **Plot average:** 261.76 BU/Ac +- **Planted:** 2025-04-26 +- **Harvested:** 2025-09-17 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Clay Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147203 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 4 | Dyna Gro | D52PN76 | Unknown | - | 15.8 | - | 272.9 | 272.9 | +| 19 | Dyna Gro | D52TC66RIB | TreceptaRIB | - | 15.4 | - | 256.1 | 256.1 | +| 23 | Dyna Gro | D53VC54RIB | VT2RIB | - | 15.2 | - | 242.0 | 242.0 | +| 16 | Dyna Gro | D55VC80RIB | VT2RIB | - | 16.4 | - | 257.0 | 257.0 | +| 21 | Dyna Gro | D55TC86 | Unknown | - | 20.0 | - | 252.2 | 252.2 | +| 10 | Dyna Gro | D56TC44RIB | TreceptaRIB | - | 16.2 | - | 263.9 | 263.9 | +| 22 | Dyna Gro | D58VC74 | VT2Pro | - | 16.3 | - | 250.0 | 250.0 | +| 5 | Dyna Gro | D60TC45RIB | TreceptaRIB | - | 16.8 | - | 270.7 | 270.7 | +| 18 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 16.7 | - | 256.2 | 256.2 | +| 2 | AgriGold | A642-18TRC | Trecepta | - | 17.2 | - | 274.7 | 274.7 | +| 13 | Revere | RV114-P35VT2RIB | VT2RIB | - | 15.5 | - | 261.5 | 261.5 | +| 15 | Revere | 1627 | Trecepta | - | 17.3 | - | 257.7 | 257.7 | +| 3 | Pioneer | P18216PCE | PCE | - | 16.2 | - | 273.2 | 273.2 | +| 1 | Dekalb | DKC68-35RIB | VT2RIB | - | 15.9 | - | 283.4 | 283.4 | +| 20 | Dekalb | DKC117-27RIB | VT4RIB | - | 15.5 | - | 253.5 | 253.5 | +| 7 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 16.0 | - | 269.4 | 269.4 | +| 6 | Dekalb | DKC114-99RIB | VT4RIB | - | 16.0 | - | 269.6 | 269.6 | +| 11 | Pioneer | P14364PCUE | PCUE | - | 16.1 | - | 263.5 | 263.5 | +| 14 | Dekalb | DKC64-22RIB | VT2RIB | - | 14.4 | - | 258.4 | 258.4 | +| 17 | Pioneer | P13777PCE | PCE | - | 16.2 | - | 256.8 | 256.8 | +| 12 | Pioneer | P13777PCE | PCE | - | 15.8 | - | 263.3 | 263.3 | +| 8 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 16.3 | - | 269.2 | 269.2 | +| 24 | Dekalb | DKC111-35RIB | VT2RIB | - | 16.8 | - | 241.8 | 241.8 | +| 9 | Revere | 1839TC | Trecepta | - | 17.1 | - | 265.2 | 265.2 | + +Top 5 by Yield: DKC68-35RIB (Dekalb) 283.4, A642-18TRC (AgriGold) 274.7, P18216PCE (Pioneer) 273.2, D52PN76 (Dyna Gro) 272.9, D60TC45RIB (Dyna Gro) 270.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147205.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147205.json new file mode 100644 index 00000000..89cc19ac --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147205.json @@ -0,0 +1,465 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147205", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KY", + "state_abbrev": "ky", + "city": "Sturgis", + "county": "Union", + "year": 2025, + "plot_id": "147205", + "cooperator": "Brown Ramsey Creek", + "plot_average": 242.42, + "planted_date": "2025-05-15", + "harvested_date": "2025-09-18", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Clay", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "Channel", + "product": "209-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 56.0, + "Yield": 259.0, + "Adj Yield": 259.0 + } + }, + { + "rank": 6, + "brand": "Channel", + "product": "210-46VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 56.0, + "Yield": 260.0, + "Adj Yield": 260.0 + } + }, + { + "rank": 3, + "brand": "Channel", + "product": "210-71TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 56.0, + "Yield": 266.8, + "Adj Yield": 266.8 + } + }, + { + "rank": 8, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 54.0, + "Yield": 258.5, + "Adj Yield": 258.5 + } + }, + { + "rank": 14, + "brand": "Channel", + "product": "215-09VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 55.0, + "Yield": 246.9, + "Adj Yield": 246.9 + } + }, + { + "rank": 13, + "brand": "Channel", + "product": "215-42TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 53.0, + "Yield": 253.0, + "Adj Yield": 253.0 + } + }, + { + "rank": 4, + "brand": "Channel", + "product": "215-70TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 54.0, + "Yield": 260.7, + "Adj Yield": 260.7 + } + }, + { + "rank": 22, + "brand": "Channel", + "product": "217-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.9, + "Test Wt.": 55.0, + "Yield": 237.7, + "Adj Yield": 237.7 + } + }, + { + "rank": 27, + "brand": "Channel", + "product": "218-66VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.2, + "Test Wt.": 53.0, + "Yield": 224.5, + "Adj Yield": 224.5 + } + }, + { + "rank": 16, + "brand": "Pioneer", + "product": "P10300PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 53.0, + "Yield": 245.2, + "Adj Yield": 245.2 + } + }, + { + "rank": 15, + "brand": "Pioneer", + "product": "P11616PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 54.0, + "Yield": 246.2, + "Adj Yield": 246.2 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P13777PCUE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 54.0, + "Yield": 256.0, + "Adj Yield": 256.0 + } + }, + { + "rank": 21, + "brand": "Pioneer", + "product": "P13841PCUE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 52.0, + "Yield": 238.5, + "Adj Yield": 238.5 + } + }, + { + "rank": 32, + "brand": "Pioneer", + "product": "P14364PCUE", + "traits": "PCUE", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 53.0, + "Yield": 210.6, + "Adj Yield": 210.6 + } + }, + { + "rank": 31, + "brand": "Pioneer", + "product": "P18216PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 53.0, + "Yield": 222.3, + "Adj Yield": 222.3 + } + }, + { + "rank": 25, + "brand": "Pioneer", + "product": "P18986PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 54.0, + "Yield": 227.9, + "Adj Yield": 227.9 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 55.0, + "Yield": 255.1, + "Adj Yield": 255.1 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 53.0, + "Yield": 244.0, + "Adj Yield": 244.0 + } + }, + { + "rank": 26, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 55.0, + "Yield": 226.2, + "Adj Yield": 226.2 + } + }, + { + "rank": 23, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": 56.0, + "Yield": 237.0, + "Adj Yield": 237.0 + } + }, + { + "rank": 20, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 54.0, + "Yield": 239.6, + "Adj Yield": 239.6 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 54.0, + "Yield": 254.4, + "Adj Yield": 254.4 + } + }, + { + "rank": 29, + "brand": "Revere", + "product": "113-T42", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 54.0, + "Yield": 224.2, + "Adj Yield": 224.2 + } + }, + { + "rank": 28, + "brand": "Revere", + "product": "RV114-P35VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 54.0, + "Yield": 224.4, + "Adj Yield": 224.4 + } + }, + { + "rank": 10, + "brand": "Revere", + "product": "1627-TC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": 54.0, + "Yield": 256.0, + "Adj Yield": 256.0 + } + }, + { + "rank": 24, + "brand": "Revere", + "product": "116-P44", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": 55.0, + "Yield": 232.6, + "Adj Yield": 232.6 + } + }, + { + "rank": 19, + "brand": "Revere", + "product": "1839TC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 24.9, + "Test Wt.": 52.0, + "Yield": 240.7, + "Adj Yield": 240.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": 55.0, + "Yield": 273.1, + "Adj Yield": 273.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 56.0, + "Yield": 270.8, + "Adj Yield": 270.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 56.0, + "Yield": 260.4, + "Adj Yield": 260.4 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A647-09SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 24.3, + "Test Wt.": 54.0, + "Yield": 245.0, + "Adj Yield": 245.0 + } + }, + { + "rank": 30, + "brand": "AgriGold", + "product": "A649-60TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 24.4, + "Test Wt.": 56.0, + "Yield": 223.2, + "Adj Yield": 223.2 + } + }, + { + "rank": 33, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": 55.0, + "Yield": 179.4, + "Adj Yield": 179.4 + } + } + ], + "n_results": 33, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147205" + ], + "fetched_at": "2026-05-27T02:23:16.830311+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147205.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147205.md new file mode 100644 index 00000000..4e610ea0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147205.md @@ -0,0 +1,63 @@ +# Corn yield trial — Sturgis, KY, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KY +- **County:** Union +- **City:** Sturgis +- **Year:** 2025 +- **Plot ID:** 147205 +- **Cooperator:** Brown Ramsey Creek +- **Plot average:** 242.42 BU/Ac +- **Planted:** 2025-05-15 +- **Harvested:** 2025-09-18 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Clay +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147205 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | Channel | 209-70TRERIB | TreceptaRIB | - | 20.1 | 56.0 | 259.0 | 259.0 | +| 6 | Channel | 210-46VT2PRIB | VT2RIB | - | 17.4 | 56.0 | 260.0 | 260.0 | +| 3 | Channel | 210-71TRERIB | TreceptaRIB | - | 20.5 | 56.0 | 266.8 | 266.8 | +| 8 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 20.6 | 54.0 | 258.5 | 258.5 | +| 14 | Channel | 215-09VT2RIB | VT2RIB | - | 21.2 | 55.0 | 246.9 | 246.9 | +| 13 | Channel | 215-42TRERIB | TreceptaRIB | - | 23.4 | 53.0 | 253.0 | 253.0 | +| 4 | Channel | 215-70TRCRIB | TreceptaRIB | - | 20.6 | 54.0 | 260.7 | 260.7 | +| 22 | Channel | 217-70TRERIB | TreceptaRIB | - | 24.9 | 55.0 | 237.7 | 237.7 | +| 27 | Channel | 218-66VT2PRIB | VT2RIB | - | 25.2 | 53.0 | 224.5 | 224.5 | +| 16 | Pioneer | P10300PCE | PCE | - | 19.7 | 53.0 | 245.2 | 245.2 | +| 15 | Pioneer | P11616PCE | PCE | - | 19.5 | 54.0 | 246.2 | 246.2 | +| 9 | Pioneer | P13777PCUE | PCE | - | 19.8 | 54.0 | 256.0 | 256.0 | +| 21 | Pioneer | P13841PCUE | PWE | - | 22.6 | 52.0 | 238.5 | 238.5 | +| 32 | Pioneer | P14364PCUE | PCUE | - | 21.6 | 53.0 | 210.6 | 210.6 | +| 31 | Pioneer | P18216PCE | PCE | - | 23.2 | 53.0 | 222.3 | 222.3 | +| 25 | Pioneer | P18986PCE | PCE | - | 20.8 | 54.0 | 227.9 | 227.9 | +| 11 | Dekalb | DKC111-35RIB | VT2RIB | - | 20.3 | 55.0 | 255.1 | 255.1 | +| 18 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 22.1 | 53.0 | 244.0 | 244.0 | +| 26 | Dekalb | DKC64-22RIB | VT2RIB | - | 19.8 | 55.0 | 226.2 | 226.2 | +| 23 | Dekalb | DKC114-99RIB | VT4RIB | - | 23.1 | 56.0 | 237.0 | 237.0 | +| 20 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 21.7 | 54.0 | 239.6 | 239.6 | +| 12 | Dekalb | DKC68-35RIB | VT2RIB | - | 21.3 | 54.0 | 254.4 | 254.4 | +| 29 | Revere | 113-T42 | Trecepta | - | 20.6 | 54.0 | 224.2 | 224.2 | +| 28 | Revere | RV114-P35VT2RIB | VT2RIB | - | 20.6 | 54.0 | 224.4 | 224.4 | +| 10 | Revere | 1627-TC | Trecepta | - | 24.2 | 54.0 | 256.0 | 256.0 | +| 24 | Revere | 116-P44 | VT2Pro | - | 24.2 | 55.0 | 232.6 | 232.6 | +| 19 | Revere | 1839TC | Trecepta | - | 24.9 | 52.0 | 240.7 | 240.7 | +| 1 | AgriGold | A642-18TRC | Trecepta | - | 22.5 | 55.0 | 273.1 | 273.1 | +| 2 | AgriGold | A645-55VT2PRO | VT2Pro | - | 19.3 | 56.0 | 270.8 | 270.8 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.6 | 56.0 | 260.4 | 260.4 | +| 17 | AgriGold | A647-09SSP | SSP | - | 24.3 | 54.0 | 245.0 | 245.0 | +| 30 | AgriGold | A649-60TRC | Trecepta | - | 24.4 | 56.0 | 223.2 | 223.2 | +| 33 | AgriGold | L6818VT2PRO | VT2Pro | - | 24.2 | 55.0 | 179.4 | 179.4 | + +Top 5 by Yield: A642-18TRC (AgriGold) 273.1, A645-55VT2PRO (AgriGold) 270.8, 210-71TRERIB (Channel) 266.8, 215-70TRCRIB (Channel) 260.7, A644-64VT2RIB (AgriGold) 260.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147207.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147207.json new file mode 100644 index 00000000..f51235d3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147207.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147207", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NC", + "state_abbrev": "nc", + "city": "Scotland Neck", + "county": "Halifax", + "year": 2025, + "plot_id": "147207", + "cooperator": "Dark Water Enterprises", + "plot_average": 185.33, + "planted_date": "2025-04-05", + "harvested_date": "2025-09-12", + "population_seeds_per_acre": 28000, + "row_width": "36.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A6659RR", + "traits": "RR", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": null, + "Yield": 193.7, + "Adj Yield": 193.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 166.9, + "Adj Yield": 161.61 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 156.1, + "Adj Yield": 153.13 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 176.4, + "Adj Yield": 175.56 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 207.4, + "Adj Yield": 208.59 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 182.9, + "Adj Yield": 186.12 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 186.5, + "Adj Yield": 192.04 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A6659RR", + "traits": "RR", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 176.9, + "Adj Yield": 176.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 192.5, + "Adj Yield": 198.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 177.3, + "Adj Yield": 181.08 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 201.2, + "Adj Yield": 203.59 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A648-11VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 171.2, + "Adj Yield": 172.46 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 206.0, + "Adj Yield": 206.28 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A6659RR", + "traits": "RR", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 186.4, + "Adj Yield": 186.4 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147207" + ], + "fetched_at": "2026-05-27T02:23:17.314878+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147207.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147207.md new file mode 100644 index 00000000..dc5ef98b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147207.md @@ -0,0 +1,43 @@ +# Corn yield trial — Scotland Neck, NC, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NC +- **County:** Halifax +- **City:** Scotland Neck +- **Year:** 2025 +- **Plot ID:** 147207 +- **Cooperator:** Dark Water Enterprises +- **Plot average:** 185.33 BU/Ac +- **Planted:** 2025-04-05 +- **Harvested:** 2025-09-12 +- **Population:** 28,000 seeds/acre +- **Row width:** 36.0" +- **# Rows:** 4 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147207 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A6659RR | RR | - | 16.0 | - | 193.7 | 193.7 | +| 10 | AgriGold | A636-11VT2RIB | VT2RIB | - | 15.9 | - | 166.9 | 161.61 | +| 11 | AgriGold | A636-16-5222EZ | 5222EZ | - | 15.9 | - | 156.1 | 153.13 | +| 8 | AgriGold | A642-32VT2RIB | VT2RIB | - | 16.5 | - | 176.4 | 175.56 | +| 1 | AgriGold | A643-52VT2PRO | VT2Pro | - | 17.1 | - | 207.4 | 208.59 | +| 6 | AgriGold | A644-64VT2PRO | VT2Pro | - | 16.8 | - | 182.9 | 186.12 | +| 5 | AgriGold | A645-16VT2PRO | VT2Pro | - | 16.4 | - | 186.5 | 192.04 | +| - | AgriGold | A6659RR | RR | - | 16.4 | - | 176.9 | 176.9 | +| 4 | AgriGold | A645-30VT2RIB | VT2RIB | - | 16.6 | - | 192.5 | 198.2 | +| 7 | AgriGold | A647-42TRC | Trecepta | - | 16.7 | - | 177.3 | 181.08 | +| 3 | AgriGold | A647-79VT2PRO | VT2Pro | - | 17.0 | - | 201.2 | 203.59 | +| 9 | AgriGold | A648-11VT2PRO | VT2Pro | - | 18.5 | - | 171.2 | 172.46 | +| 2 | Dekalb | DKC68-35 | VT2Pro | - | 18.4 | - | 206.0 | 206.28 | +| - | AgriGold | A6659RR | RR | - | 15.9 | - | 186.4 | 186.4 | + +Top 5 by Yield: A643-52VT2PRO (AgriGold) 207.4, DKC68-35 (Dekalb) 206.0, A647-79VT2PRO (AgriGold) 201.2, A6659RR (AgriGold) 193.7, A645-30VT2RIB (AgriGold) 192.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147210.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147210.json new file mode 100644 index 00000000..1988d2fe --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147210.json @@ -0,0 +1,114 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147210", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Mayfield", + "county": "Sumner", + "year": 2025, + "plot_id": "147210", + "cooperator": "Fleming Feed and Grain", + "plot_average": 143.97, + "planted_date": "2025-04-17", + "harvested_date": "2025-09-18", + "population_seeds_per_acre": 14000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Cotton", + "irrigation": "None", + "fungicide": "None", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 59.4, + "Yield": 150.1, + "Adj Yield": 150.1 + } + }, + { + "rank": 4, + "brand": "Ohlde Seed", + "product": "O24-14DGVT2ProRB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 59.7, + "Yield": 145.4, + "Adj Yield": 145.4 + } + }, + { + "rank": 6, + "brand": "NK Brand", + "product": "NK1386-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 60.0, + "Yield": 126.3, + "Adj Yield": 126.3 + } + }, + { + "rank": 3, + "brand": "Phillips", + "product": "PS1372TRE", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 60.1, + "Yield": 148.8, + "Adj Yield": 148.8 + } + }, + { + "rank": 5, + "brand": "NK Brand", + "product": "NK1701-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 58.3, + "Yield": 134.4, + "Adj Yield": 134.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 60.6, + "Yield": 158.8, + "Adj Yield": 158.8 + } + } + ], + "n_results": 6, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147210" + ], + "fetched_at": "2026-05-27T02:23:17.856179+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147210.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147210.md new file mode 100644 index 00000000..05346c85 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147210.md @@ -0,0 +1,39 @@ +# Corn yield trial — Mayfield, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Sumner +- **City:** Mayfield +- **Year:** 2025 +- **Plot ID:** 147210 +- **Cooperator:** Fleming Feed and Grain +- **Plot average:** 143.97 BU/Ac +- **Planted:** 2025-04-17 +- **Harvested:** 2025-09-18 +- **Population:** 14,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Cotton +- **Irrigation:** None +- **Fungicide:** None +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147210 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.3 | 59.4 | 150.1 | 150.1 | +| 4 | Ohlde Seed | O24-14DGVT2ProRB | VT2RIB | - | 16.5 | 59.7 | 145.4 | 145.4 | +| 6 | NK Brand | NK1386-VZ | 3330EZ | - | 15.5 | 60.0 | 126.3 | 126.3 | +| 3 | Phillips | PS1372TRE | TreceptaRIB | - | 14.5 | 60.1 | 148.8 | 148.8 | +| 5 | NK Brand | NK1701-V | 3220 | - | 15.6 | 58.3 | 134.4 | 134.4 | +| 1 | AgriGold | A641-26V | 3220EZ | - | 14.6 | 60.6 | 158.8 | 158.8 | + +Top 5 by Yield: A641-26V (AgriGold) 158.8, A643-52VT2RIB (AgriGold) 150.1, PS1372TRE (Phillips) 148.8, O24-14DGVT2ProRB (Ohlde Seed) 145.4, NK1701-V (NK Brand) 134.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147211.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147211.json new file mode 100644 index 00000000..489d578e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147211.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147211", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Ripley", + "county": "Brown", + "year": 2025, + "plot_id": "147211", + "cooperator": "Eric and Rob Laning", + "plot_average": 246.93, + "planted_date": "2025-04-15", + "harvested_date": "2025-09-19", + "population_seeds_per_acre": 34500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 14, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 54.8, + "Yield": 238.4, + "Adj Yield": 238.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 55.8, + "Yield": 249.4, + "Adj Yield": 249.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 57.5, + "Yield": 250.3, + "Adj Yield": 250.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 54.1, + "Yield": 253.4, + "Adj Yield": 253.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 55.7, + "Yield": 251.9, + "Adj Yield": 251.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 55.2, + "Yield": 251.7, + "Adj Yield": 251.7 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 58.6, + "Yield": 245.5, + "Adj Yield": 245.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 55.4, + "Yield": 265.8, + "Adj Yield": 265.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 55.3, + "Yield": 249.4, + "Adj Yield": 249.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 55.8, + "Yield": 253.0, + "Adj Yield": 253.0 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 57.3, + "Yield": 227.7, + "Adj Yield": 227.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 58.2, + "Yield": 250.3, + "Adj Yield": 250.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 55.1, + "Yield": 249.7, + "Adj Yield": 249.7 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 55.0, + "Yield": 240.0, + "Adj Yield": 240.0 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 56.1, + "Yield": 235.6, + "Adj Yield": 235.6 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 56.6, + "Yield": 238.8, + "Adj Yield": 238.8 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147211" + ], + "fetched_at": "2026-05-27T02:23:18.342553+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147211.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147211.md new file mode 100644 index 00000000..09da5d9c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147211.md @@ -0,0 +1,46 @@ +# Corn yield trial — Ripley, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Brown +- **City:** Ripley +- **Year:** 2025 +- **Plot ID:** 147211 +- **Cooperator:** Eric and Rob Laning +- **Plot average:** 246.93 BU/Ac +- **Planted:** 2025-04-15 +- **Harvested:** 2025-09-19 +- **Population:** 34,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147211 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 14 | AgriGold | A639-38V-RN | 3220 | - | 15.6 | 54.8 | 238.4 | 238.4 | +| 10 | AgriGold | A640-16-3110 | 3110 | - | 15.4 | 55.8 | 249.4 | 249.4 | +| 7 | AgriGold | A640-94VT4PRO | VT4Pro | - | 15.5 | 57.5 | 250.3 | 250.3 | +| 2 | AgriGold | A641-26V | 3220EZ | - | 15.7 | 54.1 | 253.4 | 253.4 | +| 4 | AgriGold | A641-62D-RN | 5122 | - | 17.2 | 55.7 | 251.9 | 251.9 | +| 5 | AgriGold | A642-18SSPRIB | SSPRIB | - | 17.3 | 55.2 | 251.7 | 251.7 | +| 11 | AgriGold | A642-32VT2RIB | VT2RIB | - | 16.3 | 58.6 | 245.5 | 245.5 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.5 | 55.4 | 265.8 | 265.8 | +| 9 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.4 | 55.3 | 249.4 | 249.4 | +| 3 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.8 | 55.8 | 253.0 | 253.0 | +| 16 | AgriGold | A645-30VT2RIB | VT2RIB | - | 18.2 | 57.3 | 227.7 | 227.7 | +| 6 | AgriGold | A645-55VT2PRO | VT2Pro | - | 17.9 | 58.2 | 250.3 | 250.3 | +| 8 | AgriGold | A645-71STXRIB | STXRIB | - | 19.0 | 55.1 | 249.7 | 249.7 | +| 12 | AgriGold | A646-17STXRIB | STXRIB | - | 18.2 | 55.0 | 240.0 | 240.0 | +| 15 | AgriGold | L6722VT2PRO | VT2Pro | - | 19.1 | 56.1 | 235.6 | 235.6 | +| 13 | AgriGold | L6818VT2PRO | VT2Pro | - | 18.3 | 56.6 | 238.8 | 238.8 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 265.8, A641-26V (AgriGold) 253.4, A645-16VT2RIB (AgriGold) 253.0, A641-62D-RN (AgriGold) 251.9, A642-18SSPRIB (AgriGold) 251.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147212.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147212.json new file mode 100644 index 00000000..240a6e62 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147212.json @@ -0,0 +1,387 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147212", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Beardstown", + "county": "Cass", + "year": 2025, + "plot_id": "147212", + "cooperator": "Marty Turner", + "plot_average": 266.9, + "planted_date": "2025-04-28", + "harvested_date": "2025-09-17", + "population_seeds_per_acre": 35500, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Sandy Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 257.3, + "Adj Yield": 257.3 + } + }, + { + "rank": 25, + "brand": "Wyffels", + "product": "W7424RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": null, + "Yield": 216.9, + "Adj Yield": 216.9 + } + }, + { + "rank": 23, + "brand": "Pioneer", + "product": "P12065Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": null, + "Yield": 247.1, + "Adj Yield": 247.1 + } + }, + { + "rank": 24, + "brand": "Wyffels", + "product": "W7485RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": null, + "Yield": 246.2, + "Adj Yield": 246.2 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": null, + "Yield": 267.1, + "Adj Yield": 267.1 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": null, + "Yield": 272.9, + "Adj Yield": 272.9 + } + }, + { + "rank": 19, + "brand": "Wyffels", + "product": "W7499RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": null, + "Yield": 257.9, + "Adj Yield": 257.9 + } + }, + { + "rank": 8, + "brand": "Burrus", + "product": "6G88VE", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": null, + "Yield": 277.6, + "Adj Yield": 277.6 + } + }, + { + "rank": 21, + "brand": "Pioneer", + "product": "P13777V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": null, + "Yield": 249.0, + "Adj Yield": 249.0 + } + }, + { + "rank": 22, + "brand": "Wyffels", + "product": "W8007RIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": null, + "Yield": 248.7, + "Adj Yield": 248.7 + } + }, + { + "rank": 4, + "brand": "Burrus", + "product": "7B14PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": null, + "Yield": 287.1, + "Adj Yield": 287.1 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": null, + "Yield": 263.0, + "Adj Yield": 263.0 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": null, + "Yield": 259.9, + "Adj Yield": 259.9 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": null, + "Yield": 279.5, + "Adj Yield": 279.5 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": null, + "Yield": 277.0, + "Adj Yield": 277.0 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": null, + "Yield": 262.7, + "Adj Yield": 262.7 + } + }, + { + "rank": 3, + "brand": "Burrus", + "product": "7R68VE", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": null, + "Yield": 289.8, + "Adj Yield": 289.8 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": null, + "Yield": 268.8, + "Adj Yield": 268.8 + } + }, + { + "rank": 14, + "brand": "Burrus", + "product": "8K34VT2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": null, + "Yield": 266.4, + "Adj Yield": 266.4 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": null, + "Yield": 253.5, + "Adj Yield": 253.5 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": null, + "Yield": 281.4, + "Adj Yield": 281.4 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": null, + "Yield": 272.5, + "Adj Yield": 272.5 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P18216PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": null, + "Yield": 293.2, + "Adj Yield": 293.2 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P18986PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": null, + "Yield": 284.1, + "Adj Yield": 284.1 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC119-09RIB", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": null, + "Yield": 290.2, + "Adj Yield": 290.2 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": null, + "Yield": 260.1, + "Adj Yield": 260.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": null, + "Yield": 260.1, + "Adj Yield": 260.1 + } + } + ], + "n_results": 27, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147212" + ], + "fetched_at": "2026-05-27T02:23:18.831679+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147212.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147212.md new file mode 100644 index 00000000..d1822d9e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147212.md @@ -0,0 +1,57 @@ +# Corn yield trial — Beardstown, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Cass +- **City:** Beardstown +- **Year:** 2025 +- **Plot ID:** 147212 +- **Cooperator:** Marty Turner +- **Plot average:** 266.9 BU/Ac +- **Planted:** 2025-04-28 +- **Harvested:** 2025-09-17 +- **Population:** 35,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Sandy Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147212 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 21.3 | - | 257.3 | 257.3 | +| 25 | Wyffels | W7424RIB | PCE | - | 22.0 | - | 216.9 | 216.9 | +| 23 | Pioneer | P12065Q | QROME | - | 22.1 | - | 247.1 | 247.1 | +| 24 | Wyffels | W7485RIB | TreceptaRIB | - | 21.4 | - | 246.2 | 246.2 | +| 13 | AgriGold | A642-18SSPRIB | SSPRIB | - | 21.6 | - | 267.1 | 267.1 | +| 10 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 21.7 | - | 272.9 | 272.9 | +| 19 | Wyffels | W7499RIB | VT2RIB | - | 21.6 | - | 257.9 | 257.9 | +| 8 | Burrus | 6G88VE | Vorceed | - | 22.1 | - | 277.6 | 277.6 | +| 21 | Pioneer | P13777V | Vorceed | - | 21.5 | - | 249.0 | 249.0 | +| 22 | Wyffels | W8007RIB | VT4Pro | - | 21.6 | - | 248.7 | 248.7 | +| 4 | Burrus | 7B14PCE | PCE | - | 22.0 | - | 287.1 | 287.1 | +| 15 | AgriGold | A644-64VT2RIB | VT2RIB | - | 21.9 | - | 263.0 | 263.0 | +| 18 | Dekalb | DKC114-43RIB | VT4RIB | - | 21.0 | - | 259.9 | 259.9 | +| 7 | Pioneer | P14830Q | QROME | - | 20.7 | - | 279.5 | 279.5 | +| 9 | Dekalb | DKC114-99RIB | VT4RIB | - | 21.4 | - | 277.0 | 277.0 | +| 16 | AgriGold | A645-30VT2RIB | VT2RIB | - | 22.0 | - | 262.7 | 262.7 | +| 3 | Burrus | 7R68VE | Vorceed | - | 22.1 | - | 289.8 | 289.8 | +| 12 | AgriGold | A645-71STXRIB | STXRIB | - | 22.0 | - | 268.8 | 268.8 | +| 14 | Burrus | 8K34VT2P | VT2RIB | - | 21.8 | - | 266.4 | 266.4 | +| 20 | AgriGold | A646-17STXRIB | STXRIB | - | 22.0 | - | 253.5 | 253.5 | +| 6 | Pioneer | P1742Q | QROME | - | 21.9 | - | 281.4 | 281.4 | +| 11 | Dekalb | DKC68-35RIB | VT2RIB | - | 21.8 | - | 272.5 | 272.5 | +| 1 | Pioneer | P18216PCE | PCE | - | 22.0 | - | 293.2 | 293.2 | +| 5 | Pioneer | P18986PCE | PCE | - | 22.0 | - | 284.1 | 284.1 | +| 2 | Dekalb | DKC119-09RIB | Trecepta | - | 22.0 | - | 290.2 | 290.2 | +| 17 | AgriGold | A642-32VT2RIB | VT2RIB | - | 21.4 | - | 260.1 | 260.1 | +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 21.4 | - | 260.1 | 260.1 | + +Top 5 by Yield: P18216PCE (Pioneer) 293.2, DKC119-09RIB (Dekalb) 290.2, 7R68VE (Burrus) 289.8, 7B14PCE (Burrus) 287.1, P18986PCE (Pioneer) 284.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147214.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147214.json new file mode 100644 index 00000000..d434e358 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147214.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147214", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Moundridge", + "county": "McPherson", + "year": 2025, + "plot_id": "147214", + "cooperator": "Neal Galle", + "plot_average": 126.65, + "planted_date": "2025-04-11", + "harvested_date": "2025-09-19", + "population_seeds_per_acre": 20000, + "row_width": "30.0\"", + "num_rows": 16, + "soil_type": "Silty Clay Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "None", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 60.1, + "Yield": 134.9, + "Adj Yield": 134.9 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.8, + "Yield": 113.0, + "Adj Yield": 113.0 + } + }, + { + "rank": 3, + "brand": "Channel", + "product": "214-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 60.6, + "Yield": 139.8, + "Adj Yield": 139.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 59.6, + "Yield": 132.2, + "Adj Yield": 132.2 + } + }, + { + "rank": 2, + "brand": "Channel", + "product": "212-02VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.4, + "Yield": 154.2, + "Adj Yield": 154.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 60.2, + "Yield": 157.9, + "Adj Yield": 157.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.5, + "Yield": 127.3, + "Adj Yield": 127.3 + } + }, + { + "rank": 9, + "brand": "Channel", + "product": "209-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 60.2, + "Yield": 111.0, + "Adj Yield": 111.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 59.8, + "Yield": 118.1, + "Adj Yield": 118.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 60.1, + "Yield": 104.3, + "Adj Yield": 104.3 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 58.9, + "Yield": 100.5, + "Adj Yield": 100.5 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147214" + ], + "fetched_at": "2026-05-27T02:23:19.337139+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147214.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147214.md new file mode 100644 index 00000000..13087be0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147214.md @@ -0,0 +1,44 @@ +# Corn yield trial — Moundridge, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** McPherson +- **City:** Moundridge +- **Year:** 2025 +- **Plot ID:** 147214 +- **Cooperator:** Neal Galle +- **Plot average:** 126.65 BU/Ac +- **Planted:** 2025-04-11 +- **Harvested:** 2025-09-19 +- **Population:** 20,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 16 +- **Soil type:** Silty Clay Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** None +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147214 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.3 | 60.1 | 134.9 | 134.9 | +| 8 | AgriGold | A646-17STXRIB | STXRIB | - | 15.6 | 59.8 | 113.0 | 113.0 | +| 3 | Channel | 214-70TRERIB | TreceptaRIB | - | 15.7 | 60.6 | 139.8 | 139.8 | +| 5 | AgriGold | A642-18SSPRIB | SSPRIB | - | 14.6 | 59.6 | 132.2 | 132.2 | +| 2 | Channel | 212-02VT2PRIB | VT2RIB | - | 15.2 | 60.4 | 154.2 | 154.2 | +| 1 | AgriGold | A641-26V | 3220EZ | - | 14.7 | 60.2 | 157.9 | 157.9 | +| 6 | AgriGold | A640-16-3110 | 3110 | - | 14.5 | 59.5 | 127.3 | 127.3 | +| 9 | Channel | 209-70TRERIB | TreceptaRIB | - | 14.5 | 60.2 | 111.0 | 111.0 | +| 7 | AgriGold | A636-39-3110 | 3110 | - | 13.4 | 59.8 | 118.1 | 118.1 | +| 10 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.4 | 60.1 | 104.3 | 104.3 | +| 11 | AgriGold | A638-19 | C | - | 13.9 | 58.9 | 100.5 | 100.5 | + +Top 5 by Yield: A641-26V (AgriGold) 157.9, 212-02VT2PRIB (Channel) 154.2, 214-70TRERIB (Channel) 139.8, A643-52VT2RIB (AgriGold) 134.9, A642-18SSPRIB (AgriGold) 132.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147224.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147224.json new file mode 100644 index 00000000..0bf17e1a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147224.json @@ -0,0 +1,374 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147224", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Oxford", + "county": "Sumner", + "year": 2025, + "plot_id": "147224", + "cooperator": "Fleming Feed and Grain", + "plot_average": 142.07, + "planted_date": "2025-04-14", + "harvested_date": "2025-09-22", + "population_seeds_per_acre": 20000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Cotton", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "Unknown", + "results": [ + { + "rank": 20, + "brand": "Ohlde Seed", + "product": "O22-13", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.6, + "Yield": 127.3, + "Adj Yield": 127.3 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 59.1, + "Yield": 153.5, + "Adj Yield": 153.5 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 60.5, + "Yield": 138.6, + "Adj Yield": 138.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.6, + "Yield": 150.7, + "Adj Yield": 150.7 + } + }, + { + "rank": 18, + "brand": "NK Brand", + "product": "NK0880-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.0, + "Yield": 130.7, + "Adj Yield": 130.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 60.7, + "Yield": 151.2, + "Adj Yield": 151.2 + } + }, + { + "rank": 7, + "brand": "Phillips", + "product": "PS1179A31", + "traits": "3220AEZ", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 58.6, + "Yield": 149.3, + "Adj Yield": 149.3 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 58.8, + "Yield": 139.4, + "Adj Yield": 139.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 60.6, + "Yield": 158.8, + "Adj Yield": 158.8 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 59.9, + "Yield": 125.0, + "Adj Yield": 125.0 + } + }, + { + "rank": 14, + "brand": "Ohlde Seed", + "product": "O 26-12", + "traits": "3330", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 59.5, + "Yield": 139.1, + "Adj Yield": 139.1 + } + }, + { + "rank": 3, + "brand": "Ohlde Seed", + "product": "O 36-05", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 56.8, + "Yield": 155.9, + "Adj Yield": 155.9 + } + }, + { + "rank": 12, + "brand": "Phillips", + "product": "PS1225VPR", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 59.1, + "Yield": 142.0, + "Adj Yield": 142.0 + } + }, + { + "rank": 16, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 60.1, + "Yield": 133.6, + "Adj Yield": 133.6 + } + }, + { + "rank": 4, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 59.5, + "Yield": 155.1, + "Adj Yield": 155.1 + } + }, + { + "rank": 19, + "brand": "Phillips", + "product": "PS1372TRE", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 61.1, + "Yield": 130.3, + "Adj Yield": 130.3 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 58.6, + "Yield": 141.7, + "Adj Yield": 141.7 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 58.6, + "Yield": 141.7, + "Adj Yield": 141.7 + } + }, + { + "rank": 1, + "brand": "Phillips", + "product": "XT0154", + "traits": "RR", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 61.5, + "Yield": 160.4, + "Adj Yield": 160.4 + } + }, + { + "rank": 9, + "brand": "Ohlde Seed", + "product": "O23-16", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.2, + "Yield": 146.7, + "Adj Yield": 146.7 + } + }, + { + "rank": 8, + "brand": "NK Brand", + "product": "NK1386-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 61.0, + "Yield": 148.9, + "Adj Yield": 148.9 + } + }, + { + "rank": 10, + "brand": "NK Brand", + "product": "NK1701-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.7, + "Yield": 145.2, + "Adj Yield": 145.2 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 60.3, + "Yield": 145.1, + "Adj Yield": 145.1 + } + }, + { + "rank": 17, + "brand": "Phillips", + "product": "PS1225VPR", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 59.2, + "Yield": 131.6, + "Adj Yield": 131.6 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 59.4, + "Yield": 135.9, + "Adj Yield": 135.9 + } + }, + { + "rank": 22, + "brand": "Ohlde Seed", + "product": "O22-13", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.7, + "Yield": 118.3, + "Adj Yield": 118.3 + } + } + ], + "n_results": 26, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147224" + ], + "fetched_at": "2026-05-27T02:23:19.855033+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147224.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147224.md new file mode 100644 index 00000000..e61cc609 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147224.md @@ -0,0 +1,59 @@ +# Corn yield trial — Oxford, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Sumner +- **City:** Oxford +- **Year:** 2025 +- **Plot ID:** 147224 +- **Cooperator:** Fleming Feed and Grain +- **Plot average:** 142.07 BU/Ac +- **Planted:** 2025-04-14 +- **Harvested:** 2025-09-22 +- **Population:** 20,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Cotton +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** Unknown +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147224 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 20 | Ohlde Seed | O22-13 | TreceptaRIB | - | 14.9 | 58.6 | 127.3 | 127.3 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.3 | 59.1 | 153.5 | 153.5 | +| 15 | AgriGold | A638-19 | C | - | 14.6 | 60.5 | 138.6 | 138.6 | +| 6 | AgriGold | A636-39-3110 | 3110 | - | 14.5 | 59.6 | 150.7 | 150.7 | +| 18 | NK Brand | NK0880-V | 3220EZ | - | 15.0 | 59.0 | 130.7 | 130.7 | +| 5 | AgriGold | A640-16-3110 | 3110 | - | 15.0 | 60.7 | 151.2 | 151.2 | +| 7 | Phillips | PS1179A31 | 3220AEZ | - | 14.6 | 58.6 | 149.3 | 149.3 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.3 | 58.8 | 139.4 | 139.4 | +| 2 | AgriGold | A641-26V | 3220EZ | - | 14.9 | 60.6 | 158.8 | 158.8 | +| 21 | AgriGold | A642-18SSPRIB | SSPRIB | - | 14.8 | 59.9 | 125.0 | 125.0 | +| 14 | Ohlde Seed | O 26-12 | 3330 | - | 15.2 | 59.5 | 139.1 | 139.1 | +| 3 | Ohlde Seed | O 36-05 | PCE | - | 14.2 | 56.8 | 155.9 | 155.9 | +| 12 | Phillips | PS1225VPR | VT2RIB | - | 15.2 | 59.1 | 142.0 | 142.0 | +| 16 | NK Brand | NK1228-AA | 3220 | - | 15.5 | 60.1 | 133.6 | 133.6 | +| 4 | NK Brand | NK1307-DV | 5222 | - | 14.8 | 59.5 | 155.1 | 155.1 | +| 19 | Phillips | PS1372TRE | TreceptaRIB | - | 14.1 | 61.1 | 130.3 | 130.3 | +| 13 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.2 | 58.6 | 141.7 | 141.7 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.2 | 58.6 | 141.7 | 141.7 | +| 1 | Phillips | XT0154 | RR | - | 15.5 | 61.5 | 160.4 | 160.4 | +| 9 | Ohlde Seed | O23-16 | 3220EZ | - | 15.4 | 58.2 | 146.7 | 146.7 | +| 8 | NK Brand | NK1386-VZ | 3330EZ | - | 15.4 | 61.0 | 148.9 | 148.9 | +| 10 | NK Brand | NK1701-V | 3220 | - | 15.4 | 58.7 | 145.2 | 145.2 | +| 11 | AgriGold | A645-80-3110 | 3110 | - | 15.6 | 60.3 | 145.1 | 145.1 | +| 17 | Phillips | PS1225VPR | VT2RIB | - | 15.4 | 59.2 | 131.6 | 131.6 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.7 | 59.4 | 135.9 | 135.9 | +| 22 | Ohlde Seed | O22-13 | TreceptaRIB | - | 14.5 | 59.7 | 118.3 | 118.3 | + +Top 5 by Yield: XT0154 (Phillips) 160.4, A641-26V (AgriGold) 158.8, O 36-05 (Ohlde Seed) 155.9, NK1307-DV (NK Brand) 155.1, A643-52VT2RIB (AgriGold) 153.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147230.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147230.json new file mode 100644 index 00000000..f94195f8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147230.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147230", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "GA", + "state_abbrev": "ga", + "city": "Rochelle", + "county": "Wilcox", + "year": 2025, + "plot_id": "147230", + "cooperator": "Caleb Traugh", + "plot_average": 237.91, + "planted_date": "2025-04-25", + "harvested_date": "2025-09-20", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": null, + "soil_type": "Loamy Sand", + "tillage": "Strip Till", + "previous_crop": "Cotton", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": null, + "Yield": 246.2, + "Adj Yield": 246.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": null, + "Yield": 210.5, + "Adj Yield": 210.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": null, + "Yield": 259.3, + "Adj Yield": 259.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 238.7, + "Adj Yield": 238.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": null, + "Yield": 246.1, + "Adj Yield": 246.1 + } + }, + { + "rank": 7, + "brand": "Hefty", + "product": "H11494VT2P", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": null, + "Yield": 229.6, + "Adj Yield": 229.6 + } + }, + { + "rank": 1, + "brand": "Hefty", + "product": "H11496SS", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": null, + "Yield": 260.0, + "Adj Yield": 260.0 + } + }, + { + "rank": 5, + "brand": "Hefty", + "product": "H6284", + "traits": "STX", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": null, + "Yield": 240.3, + "Adj Yield": 240.3 + } + }, + { + "rank": 8, + "brand": "Hefty", + "product": "H6354", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": null, + "Yield": 225.4, + "Adj Yield": 225.4 + } + }, + { + "rank": 9, + "brand": "Hefty", + "product": "H6584SSRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": null, + "Yield": 223.0, + "Adj Yield": 223.0 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147230" + ], + "fetched_at": "2026-05-27T02:23:20.334751+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147230.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147230.md new file mode 100644 index 00000000..c6f9288f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147230.md @@ -0,0 +1,39 @@ +# Corn yield trial — Rochelle, GA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** GA +- **County:** Wilcox +- **City:** Rochelle +- **Year:** 2025 +- **Plot ID:** 147230 +- **Cooperator:** Caleb Traugh +- **Plot average:** 237.91 BU/Ac +- **Planted:** 2025-04-25 +- **Harvested:** 2025-09-20 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **Soil type:** Loamy Sand +- **Tillage:** Strip Till +- **Previous crop:** Cotton +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147230 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | AgriGold | A642-18SSPRIB | SSPRIB | - | 12.6 | - | 246.2 | 246.2 | +| 10 | AgriGold | A642-32VT2RIB | VT2RIB | - | 13.3 | - | 210.5 | 210.5 | +| 2 | AgriGold | A644-64VT2PRO | VT2Pro | - | 12.4 | - | 259.3 | 259.3 | +| 6 | AgriGold | A645-30VT2RIB | VT2RIB | - | 13.5 | - | 238.7 | 238.7 | +| 4 | AgriGold | A646-17STXRIB | STXRIB | - | 11.9 | - | 246.1 | 246.1 | +| 7 | Hefty | H11494VT2P | VT2Pro | - | 11.6 | - | 229.6 | 229.6 | +| 1 | Hefty | H11496SS | STX | - | 12.6 | - | 260.0 | 260.0 | +| 5 | Hefty | H6284 | STX | - | 11.4 | - | 240.3 | 240.3 | +| 8 | Hefty | H6354 | STXRIB | - | 11.7 | - | 225.4 | 225.4 | +| 9 | Hefty | H6584SSRIB | STXRIB | - | 12.3 | - | 223.0 | 223.0 | + +Top 5 by Yield: H11496SS (Hefty) 260.0, A644-64VT2PRO (AgriGold) 259.3, A642-18SSPRIB (AgriGold) 246.2, A646-17STXRIB (AgriGold) 246.1, H6284 (Hefty) 240.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147253.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147253.json new file mode 100644 index 00000000..ba7ee0ac --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147253.json @@ -0,0 +1,322 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147253", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Flora", + "county": "Clay", + "year": 2025, + "plot_id": "147253", + "cooperator": "Miles Warren", + "plot_average": 232.9, + "planted_date": "2025-05-28", + "harvested_date": "2025-10-06", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Wheat", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 11, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 58.4, + "Yield": 236.0, + "Adj Yield": 236.0 + } + }, + { + "rank": 17, + "brand": "Croplan", + "product": "CP5272VT2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 59.6, + "Yield": 229.5, + "Adj Yield": 229.5 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 58.1, + "Yield": 236.7, + "Adj Yield": 236.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 58.9, + "Yield": 245.3, + "Adj Yield": 245.3 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 59.2, + "Yield": 230.0, + "Adj Yield": 230.0 + } + }, + { + "rank": 12, + "brand": "Dyna Gro", + "product": "D56TC44RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 58.8, + "Yield": 233.9, + "Adj Yield": 233.9 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 60.5, + "Yield": 237.9, + "Adj Yield": 237.9 + } + }, + { + "rank": 8, + "brand": "FS Seeds", + "product": "FS6447T", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 60.1, + "Yield": 240.8, + "Adj Yield": 240.8 + } + }, + { + "rank": 13, + "brand": "Croplan", + "product": "CP5550VT2P/RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 58.9, + "Yield": 232.0, + "Adj Yield": 232.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 59.1, + "Yield": 242.3, + "Adj Yield": 242.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": 56.7, + "Yield": 250.6, + "Adj Yield": 250.6 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC65-95RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 58.6, + "Yield": 242.2, + "Adj Yield": 242.2 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC66-18RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 59.2, + "Yield": 231.2, + "Adj Yield": 231.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 58.3, + "Yield": 242.8, + "Adj Yield": 242.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 57.9, + "Yield": 244.8, + "Adj Yield": 244.8 + } + }, + { + "rank": 19, + "brand": "Channel", + "product": "218-66VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 58.5, + "Yield": 213.0, + "Adj Yield": 213.0 + } + }, + { + "rank": 18, + "brand": "Revere", + "product": "1839TC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 58.7, + "Yield": 219.6, + "Adj Yield": 219.6 + } + }, + { + "rank": 22, + "brand": "Becks", + "product": "6973TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 58.4, + "Yield": 211.9, + "Adj Yield": 211.9 + } + }, + { + "rank": 21, + "brand": "FS Seeds", + "product": "FS6947TRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 58.9, + "Yield": 212.0, + "Adj Yield": 212.0 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 59.7, + "Yield": 249.3, + "Adj Yield": 249.3 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 57.2, + "Yield": 212.4, + "Adj Yield": 212.4 + } + }, + { + "rank": 16, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 59.7, + "Yield": 229.7, + "Adj Yield": 229.7 + } + } + ], + "n_results": 22, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147253" + ], + "fetched_at": "2026-05-27T02:23:20.820321+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147253.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147253.md new file mode 100644 index 00000000..dae16260 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147253.md @@ -0,0 +1,52 @@ +# Corn yield trial — Flora, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Clay +- **City:** Flora +- **Year:** 2025 +- **Plot ID:** 147253 +- **Cooperator:** Miles Warren +- **Plot average:** 232.9 BU/Ac +- **Planted:** 2025-05-28 +- **Harvested:** 2025-10-06 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Wheat +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147253 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 11 | AgriGold | A640-94VT4PRO | VT4Pro | - | 20.4 | 58.4 | 236.0 | 236.0 | +| 17 | Croplan | CP5272VT2P | VT2RIB | - | 20.2 | 59.6 | 229.5 | 229.5 | +| 10 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 20.7 | 58.1 | 236.7 | 236.7 | +| 3 | AgriGold | A642-18TRC | Trecepta | - | 20.0 | 58.9 | 245.3 | 245.3 | +| 15 | AgriGold | A642-32VT2RIB | VT2RIB | - | 19.9 | 59.2 | 230.0 | 230.0 | +| 12 | Dyna Gro | D56TC44RIB | TreceptaRIB | - | 19.9 | 58.8 | 233.9 | 233.9 | +| 9 | AgriGold | A645-55VT2PRO | VT2Pro | - | 20.2 | 60.5 | 237.9 | 237.9 | +| 8 | FS Seeds | FS6447T | Trecepta | - | 18.9 | 60.1 | 240.8 | 240.8 | +| 13 | Croplan | CP5550VT2P/RIB | VT2RIB | - | 21.1 | 58.9 | 232.0 | 232.0 | +| 6 | AgriGold | A645-30VT2RIB | VT2RIB | - | 21.6 | 59.1 | 242.3 | 242.3 | +| 1 | AgriGold | A645-16VT2RIB | VT2RIB | - | 22.9 | 56.7 | 250.6 | 250.6 | +| 7 | Dekalb | DKC65-95RIB | VT2RIB | - | 20.5 | 58.6 | 242.2 | 242.2 | +| 14 | Dekalb | DKC66-18RIB | VT2RIB | - | 20.6 | 59.2 | 231.2 | 231.2 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.1 | 58.3 | 242.8 | 242.8 | +| 4 | AgriGold | A646-17TRC | Trecepta | - | 20.9 | 57.9 | 244.8 | 244.8 | +| 19 | Channel | 218-66VT2PRIB | VT2RIB | - | 21.5 | 58.5 | 213.0 | 213.0 | +| 18 | Revere | 1839TC | Trecepta | - | 21.3 | 58.7 | 219.6 | 219.6 | +| 22 | Becks | 6973TCV2P | TreceptaRIB | - | 20.7 | 58.4 | 211.9 | 211.9 | +| 21 | FS Seeds | FS6947TRIB | TreceptaRIB | - | 21.4 | 58.9 | 212.0 | 212.0 | +| 2 | Dekalb | DKC68-35RIB | VT2RIB | - | 20.9 | 59.7 | 249.3 | 249.3 | +| 20 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 21.7 | 57.2 | 212.4 | 212.4 | +| 16 | Pioneer | P13777PCE | PCE | - | 19.2 | 59.7 | 229.7 | 229.7 | + +Top 5 by Yield: A645-16VT2RIB (AgriGold) 250.6, DKC68-35RIB (Dekalb) 249.3, A642-18TRC (AgriGold) 245.3, A646-17TRC (AgriGold) 244.8, A644-64VT2RIB (AgriGold) 242.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147254.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147254.json new file mode 100644 index 00000000..4b5f0aa2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147254.json @@ -0,0 +1,62 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147254", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Valmeyer", + "county": "Monroe", + "year": 2025, + "plot_id": "147254", + "cooperator": "Garrett Rohlfing", + "plot_average": 267.15, + "planted_date": "2025-05-16", + "harvested_date": "2025-09-25", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": null, + "Yield": 276.1, + "Adj Yield": 276.1 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": null, + "Yield": 258.2, + "Adj Yield": 258.2 + } + } + ], + "n_results": 2, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147254" + ], + "fetched_at": "2026-05-27T02:23:21.340490+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147254.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147254.md new file mode 100644 index 00000000..96d14562 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147254.md @@ -0,0 +1,31 @@ +# Corn yield trial — Valmeyer, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Monroe +- **City:** Valmeyer +- **Year:** 2025 +- **Plot ID:** 147254 +- **Cooperator:** Garrett Rohlfing +- **Plot average:** 267.15 BU/Ac +- **Planted:** 2025-05-16 +- **Harvested:** 2025-09-25 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147254 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 23.0 | - | 276.1 | 276.1 | +| 2 | Dekalb | DKC68-35RIB | VT2RIB | - | 20.7 | - | 258.2 | 258.2 | + +Top 5 by Yield: A647-42TRCRIB (AgriGold) 276.1, DKC68-35RIB (Dekalb) 258.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147259.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147259.json new file mode 100644 index 00000000..d8341ccd --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147259.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147259", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "AL", + "state_abbrev": "al", + "city": "Courtland", + "county": "Lawrence", + "year": 2025, + "plot_id": "147259", + "cooperator": "Larkin Martin", + "plot_average": 241.88, + "planted_date": "2025-04-03", + "harvested_date": "2025-08-26", + "population_seeds_per_acre": 28000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A6659RR", + "traits": "RR", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 58.8, + "Yield": 246.2, + "Adj Yield": 246.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 59.3, + "Yield": 252.0, + "Adj Yield": 244.66 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 61.6, + "Yield": 254.6, + "Adj Yield": 248.86 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 58.0, + "Yield": 249.6, + "Adj Yield": 245.57 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 58.7, + "Yield": 250.9, + "Adj Yield": 248.49 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 59.4, + "Yield": 238.9, + "Adj Yield": 238.05 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 57.5, + "Yield": 233.2, + "Adj Yield": 234.03 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 57.1, + "Yield": 247.1, + "Adj Yield": 249.53 + } + }, + { + "rank": 1, + "brand": "Southeastern Seed", + "product": "SS18-60TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.1, + "Yield": 251.1, + "Adj Yield": 255.2 + } + }, + { + "rank": 9, + "brand": "Southeastern Seed", + "product": "XSS25150V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 57.4, + "Yield": 222.0, + "Adj Yield": 227.67 + } + }, + { + "rank": 10, + "brand": "Southeastern Seed", + "product": "SS11-40V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 56.5, + "Yield": 219.4, + "Adj Yield": 226.71 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A6659RR", + "traits": "RR", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 59.2, + "Yield": 228.3, + "Adj Yield": 228.3 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147259" + ], + "fetched_at": "2026-05-27T02:23:21.845677+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147259.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147259.md new file mode 100644 index 00000000..535f122f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147259.md @@ -0,0 +1,41 @@ +# Corn yield trial — Courtland, AL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** AL +- **County:** Lawrence +- **City:** Courtland +- **Year:** 2025 +- **Plot ID:** 147259 +- **Cooperator:** Larkin Martin +- **Plot average:** 241.88 BU/Ac +- **Planted:** 2025-04-03 +- **Harvested:** 2025-08-26 +- **Population:** 28,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147259 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A6659RR | RR | - | 14.3 | 58.8 | 246.2 | 246.2 | +| 6 | AgriGold | A643-52VT2PRO | VT2Pro | - | 15.3 | 59.3 | 252.0 | 244.66 | +| 3 | AgriGold | A647-79VT2PRO | VT2Pro | - | 15.0 | 61.6 | 254.6 | 248.86 | +| 5 | AgriGold | A642-18TRC | Trecepta | - | 16.4 | 58.0 | 249.6 | 245.57 | +| 4 | AgriGold | A644-64VT2PRO | VT2Pro | - | 15.5 | 58.7 | 250.9 | 248.49 | +| 7 | AgriGold | A645-30VT2RIB | VT2RIB | - | 17.0 | 59.4 | 238.9 | 238.05 | +| 8 | AgriGold | A647-42TRC | Trecepta | - | 17.3 | 57.5 | 233.2 | 234.03 | +| 2 | AgriGold | A645-16VT2PRO | VT2Pro | - | 15.8 | 57.1 | 247.1 | 249.53 | +| 1 | Southeastern Seed | SS18-60TRE | Trecepta | - | 16.8 | 58.1 | 251.1 | 255.2 | +| 9 | Southeastern Seed | XSS25150V | 3220EZ | - | 14.9 | 57.4 | 222.0 | 227.67 | +| 10 | Southeastern Seed | SS11-40V | 3220EZ | - | 13.9 | 56.5 | 219.4 | 226.71 | +| - | AgriGold | A6659RR | RR | - | 14.6 | 59.2 | 228.3 | 228.3 | + +Top 5 by Yield: A647-79VT2PRO (AgriGold) 254.6, A643-52VT2PRO (AgriGold) 252.0, SS18-60TRE (Southeastern Seed) 251.1, A644-64VT2PRO (AgriGold) 250.9, A642-18TRC (AgriGold) 249.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147260.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147260.json new file mode 100644 index 00000000..3cd7b3be --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147260.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147260", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Whitewater", + "county": "Butler", + "year": 2025, + "plot_id": "147260", + "cooperator": "Fleming Feed and Grain", + "plot_average": 200.94, + "planted_date": "2025-04-10", + "harvested_date": "2025-09-26", + "population_seeds_per_acre": 25000, + "row_width": "30.0\"", + "num_rows": 12, + "soil_type": "Sandy Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 60.1, + "Yield": 195.2, + "Adj Yield": 195.2 + } + }, + { + "rank": 11, + "brand": "Channel", + "product": "214-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 61.8, + "Yield": 200.6, + "Adj Yield": 200.6 + } + }, + { + "rank": 15, + "brand": "Pioneer", + "product": "P1413AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 59.5, + "Yield": 189.2, + "Adj Yield": 189.2 + } + }, + { + "rank": 7, + "brand": "Ohlde Seed", + "product": "O29-14", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 59.4, + "Yield": 202.3, + "Adj Yield": 202.3 + } + }, + { + "rank": 7, + "brand": "Channel", + "product": "210-71TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 59.9, + "Yield": 202.3, + "Adj Yield": 202.3 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P14364PCUE", + "traits": "PCUE", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 58.0, + "Yield": 204.3, + "Adj Yield": 204.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.8, + "Yield": 207.7, + "Adj Yield": 207.7 + } + }, + { + "rank": 5, + "brand": "Channel", + "product": "212-02VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 60.2, + "Yield": 203.1, + "Adj Yield": 203.1 + } + }, + { + "rank": 12, + "brand": "Ohlde Seed", + "product": "O25-10VT2ProRB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.1, + "Yield": 199.0, + "Adj Yield": 199.0 + } + }, + { + "rank": 10, + "brand": "Pioneer", + "product": "P1742PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 57.7, + "Yield": 201.7, + "Adj Yield": 201.7 + } + }, + { + "rank": 6, + "brand": "Phillips", + "product": "PS1372TRE", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 59.6, + "Yield": 203.0, + "Adj Yield": 203.0 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 60.0, + "Yield": 195.1, + "Adj Yield": 195.1 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P17623PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 59.2, + "Yield": 202.0, + "Adj Yield": 202.0 + } + }, + { + "rank": 2, + "brand": "Channel", + "product": "217-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 60.8, + "Yield": 204.7, + "Adj Yield": 204.7 + } + }, + { + "rank": 14, + "brand": "Pioneer", + "product": "P18216PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 58.5, + "Yield": 194.4, + "Adj Yield": 194.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 58.6, + "Yield": 204.7, + "Adj Yield": 204.7 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 58.6, + "Yield": 204.7, + "Adj Yield": 204.7 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147260" + ], + "fetched_at": "2026-05-27T02:23:22.312999+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147260.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147260.md new file mode 100644 index 00000000..7467d635 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147260.md @@ -0,0 +1,50 @@ +# Corn yield trial — Whitewater, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Butler +- **City:** Whitewater +- **Year:** 2025 +- **Plot ID:** 147260 +- **Cooperator:** Fleming Feed and Grain +- **Plot average:** 200.94 BU/Ac +- **Planted:** 2025-04-10 +- **Harvested:** 2025-09-26 +- **Population:** 25,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 12 +- **Soil type:** Sandy Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147260 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.6 | 60.1 | 195.2 | 195.2 | +| 11 | Channel | 214-70TRERIB | TreceptaRIB | - | 14.3 | 61.8 | 200.6 | 200.6 | +| 15 | Pioneer | P1413AM | AM | - | 15.2 | 59.5 | 189.2 | 189.2 | +| 7 | Ohlde Seed | O29-14 | VT2RIB | - | 14.8 | 59.4 | 202.3 | 202.3 | +| 7 | Channel | 210-71TRERIB | TreceptaRIB | - | 14.8 | 59.9 | 202.3 | 202.3 | +| 4 | Pioneer | P14364PCUE | PCUE | - | 16.1 | 58.0 | 204.3 | 204.3 | +| 1 | AgriGold | A641-26V | 3220EZ | - | 14.8 | 58.8 | 207.7 | 207.7 | +| 5 | Channel | 212-02VT2PRIB | VT2RIB | - | 14.8 | 60.2 | 203.1 | 203.1 | +| 12 | Ohlde Seed | O25-10VT2ProRB | VT2RIB | - | 14.7 | 58.1 | 199.0 | 199.0 | +| 10 | Pioneer | P1742PCE | PCE | - | 16.7 | 57.7 | 201.7 | 201.7 | +| 6 | Phillips | PS1372TRE | TreceptaRIB | - | 15.3 | 59.6 | 203.0 | 203.0 | +| 13 | AgriGold | A645-30VT2RIB | VT2RIB | - | 16.0 | 60.0 | 195.1 | 195.1 | +| 9 | Pioneer | P17623PCE | PCE | - | 15.9 | 59.2 | 202.0 | 202.0 | +| 2 | Channel | 217-70TRERIB | TreceptaRIB | - | 16.9 | 60.8 | 204.7 | 204.7 | +| 14 | Pioneer | P18216PCE | PCE | - | 16.7 | 58.5 | 194.4 | 194.4 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.5 | 58.6 | 204.7 | 204.7 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.5 | 58.6 | 204.7 | 204.7 | + +Top 5 by Yield: A641-26V (AgriGold) 207.7, 217-70TRERIB (Channel) 204.7, A643-52VT2RIB (AgriGold) 204.7, A643-52VT2RIB (AgriGold) 204.7, P14364PCUE (Pioneer) 204.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147261.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147261.json new file mode 100644 index 00000000..7e1404fe --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147261.json @@ -0,0 +1,374 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147261", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Warsaw", + "county": "Hancock", + "year": 2025, + "plot_id": "147261", + "cooperator": "Tyler Roskamp", + "plot_average": 256.04, + "planted_date": "2025-04-25", + "harvested_date": "2025-09-16", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Loamy Sand", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 21, + "brand": "Pioneer", + "product": "P10477V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 58.0, + "Yield": 245.3, + "Adj Yield": 245.3 + } + }, + { + "rank": 12, + "brand": "Golden Harvest", + "product": "G10M87-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 57.0, + "Yield": 259.2, + "Adj Yield": 259.2 + } + }, + { + "rank": 25, + "brand": "Golden Harvest", + "product": "G10U97V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 60.0, + "Yield": 240.7, + "Adj Yield": 240.7 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P1027AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 59.0, + "Yield": 267.4, + "Adj Yield": 267.4 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 26.2, + "Test Wt.": 57.0, + "Yield": 228.8, + "Adj Yield": 228.8 + } + }, + { + "rank": 18, + "brand": "Golden Harvest", + "product": "G12U11-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 60.0, + "Yield": 250.2, + "Adj Yield": 250.2 + } + }, + { + "rank": 20, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 58.0, + "Yield": 249.8, + "Adj Yield": 249.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 58.0, + "Yield": 262.6, + "Adj Yield": 262.6 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 57.0, + "Yield": 262.9, + "Adj Yield": 262.9 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 58.0, + "Yield": 255.3, + "Adj Yield": 255.3 + } + }, + { + "rank": 18, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": 58.0, + "Yield": 250.2, + "Adj Yield": 250.2 + } + }, + { + "rank": 22, + "brand": "Golden Harvest", + "product": "G13U96-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": 58.0, + "Yield": 244.7, + "Adj Yield": 244.7 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC113-03RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 59.0, + "Yield": 278.7, + "Adj Yield": 278.7 + } + }, + { + "rank": 23, + "brand": "Golden Harvest", + "product": "G13M31-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 58.0, + "Yield": 241.6, + "Adj Yield": 241.6 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 58.0, + "Yield": 253.3, + "Adj Yield": 253.3 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 59.0, + "Yield": 270.6, + "Adj Yield": 270.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.6, + "Test Wt.": 56.0, + "Yield": 265.0, + "Adj Yield": 265.0 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 58.0, + "Yield": 254.0, + "Adj Yield": 254.0 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 58.0, + "Yield": 240.9, + "Adj Yield": 240.9 + } + }, + { + "rank": 15, + "brand": "Golden Harvest", + "product": "G15U34-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 60.0, + "Yield": 254.0, + "Adj Yield": 254.0 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P11616PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 56.0, + "Yield": 259.3, + "Adj Yield": 259.3 + } + }, + { + "rank": 4, + "brand": "Golden Harvest", + "product": "G16M15-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": 59.0, + "Yield": 268.0, + "Adj Yield": 268.0 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 57.0, + "Yield": 258.7, + "Adj Yield": 258.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.4, + "Test Wt.": 56.0, + "Yield": 261.4, + "Adj Yield": 261.4 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P1742PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 25.4, + "Test Wt.": 56.0, + "Yield": 268.9, + "Adj Yield": 268.9 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": 59.0, + "Yield": 265.5, + "Adj Yield": 265.5 + } + } + ], + "n_results": 26, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147261" + ], + "fetched_at": "2026-05-27T02:23:22.839091+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147261.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147261.md new file mode 100644 index 00000000..d0753baa --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147261.md @@ -0,0 +1,56 @@ +# Corn yield trial — Warsaw, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Hancock +- **City:** Warsaw +- **Year:** 2025 +- **Plot ID:** 147261 +- **Cooperator:** Tyler Roskamp +- **Plot average:** 256.04 BU/Ac +- **Planted:** 2025-04-25 +- **Harvested:** 2025-09-16 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Loamy Sand +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147261 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 21 | Pioneer | P10477V | Vorceed | - | 19.6 | 58.0 | 245.3 | 245.3 | +| 12 | Golden Harvest | G10M87-AA | 3120EZ | - | 19.2 | 57.0 | 259.2 | 259.2 | +| 25 | Golden Harvest | G10U97V | 3220EZ | - | 18.2 | 60.0 | 240.7 | 240.7 | +| 5 | Pioneer | P1027AM | AM | - | 18.3 | 59.0 | 267.4 | 267.4 | +| 26 | AgriGold | A641-26V | 3220EZ | - | 26.2 | 57.0 | 228.8 | 228.8 | +| 18 | Golden Harvest | G12U11-AA | 3220EZ | - | 20.0 | 60.0 | 250.2 | 250.2 | +| 20 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 22.4 | 58.0 | 249.8 | 249.8 | +| 9 | AgriGold | A642-18SSPRIB | SSPRIB | - | 22.6 | 58.0 | 262.6 | 262.6 | +| 8 | Dekalb | DKC112-35RIB | SSPRIB | - | 20.9 | 57.0 | 262.9 | 262.9 | +| 14 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 21.8 | 58.0 | 255.3 | 255.3 | +| 18 | Pioneer | P13777PCE | PCE | - | 23.1 | 58.0 | 250.2 | 250.2 | +| 22 | Golden Harvest | G13U96-DV | 5222EZ | - | 22.9 | 58.0 | 244.7 | 244.7 | +| 1 | Dekalb | DKC113-03RIB | SSPRIB | - | 21.9 | 59.0 | 278.7 | 278.7 | +| 23 | Golden Harvest | G13M31-AA | 3220EZ | - | 22.2 | 58.0 | 241.6 | 241.6 | +| 17 | AgriGold | A643-52VT2RIB | VT2RIB | - | 23.2 | 58.0 | 253.3 | 253.3 | +| 2 | Dekalb | DKC114-42RIB | SSPRIB | - | 22.2 | 59.0 | 270.6 | 270.6 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 23.6 | 56.0 | 265.0 | 265.0 | +| 16 | Dekalb | DKC114-43RIB | VT4RIB | - | 23.4 | 58.0 | 254.0 | 254.0 | +| 24 | AgriGold | A645-71STXRIB | STXRIB | - | 22.0 | 58.0 | 240.9 | 240.9 | +| 15 | Golden Harvest | G15U34-V | 3220EZ | - | 22.1 | 60.0 | 254.0 | 254.0 | +| 11 | Pioneer | P11616PCE | PCE | - | 22.4 | 56.0 | 259.3 | 259.3 | +| 4 | Golden Harvest | G16M15-V | 3220EZ | - | 23.0 | 59.0 | 268.0 | 268.0 | +| 13 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 22.6 | 57.0 | 258.7 | 258.7 | +| 10 | AgriGold | A646-30VT2RIB | VT2RIB | - | 24.4 | 56.0 | 261.4 | 261.4 | +| 3 | Pioneer | P1742PCE | PCE | - | 25.4 | 56.0 | 268.9 | 268.9 | +| 6 | Dekalb | DKC68-35RIB | VT2RIB | - | 24.1 | 59.0 | 265.5 | 265.5 | + +Top 5 by Yield: DKC113-03RIB (Dekalb) 278.7, DKC114-42RIB (Dekalb) 270.6, P1742PCE (Pioneer) 268.9, G16M15-V (Golden Harvest) 268.0, P1027AM (Pioneer) 267.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147264.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147264.json new file mode 100644 index 00000000..3cd379eb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147264.json @@ -0,0 +1,309 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147264", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "CO", + "state_abbrev": "co", + "city": "Rocky Ford", + "county": "Otero", + "year": 2025, + "plot_id": "147264", + "cooperator": "Les Mills", + "plot_average": 242.84, + "planted_date": "2025-04-30", + "harvested_date": "2025-11-03", + "population_seeds_per_acre": 32000, + "row_width": "22.0\"", + "num_rows": 8, + "soil_type": "Sandy Loam", + "tillage": "Conventional", + "previous_crop": "Other", + "irrigation": "Yes", + "fungicide": "None", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 59.0, + "Yield": 259.8, + "Adj Yield": 259.8 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A630-04AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 60.0, + "Yield": 206.3, + "Adj Yield": 206.3 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 59.0, + "Yield": 221.4, + "Adj Yield": 221.4 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": 60.0, + "Yield": 228.2, + "Adj Yield": 228.2 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 59.5, + "Yield": 240.5, + "Adj Yield": 240.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 58.0, + "Yield": 254.4, + "Adj Yield": 254.4 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 59.0, + "Yield": 238.5, + "Adj Yield": 238.5 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 61.0, + "Yield": 233.0, + "Adj Yield": 233.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 59.0, + "Yield": 241.2, + "Adj Yield": 241.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 61.0, + "Yield": 261.4, + "Adj Yield": 261.4 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 60.0, + "Yield": 234.7, + "Adj Yield": 234.7 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 60.5, + "Yield": 240.2, + "Adj Yield": 240.2 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": 57.0, + "Yield": 236.1, + "Adj Yield": 236.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 60.0, + "Yield": 263.9, + "Adj Yield": 263.9 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": 57.0, + "Yield": 236.1, + "Adj Yield": 236.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 61.0, + "Yield": 240.7, + "Adj Yield": 240.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 60.5, + "Yield": 266.4, + "Adj Yield": 266.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 60.0, + "Yield": 261.0, + "Adj Yield": 261.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 61.0, + "Yield": 246.4, + "Adj Yield": 246.4 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 58.5, + "Yield": 234.0, + "Adj Yield": 234.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 59.5, + "Yield": 255.5, + "Adj Yield": 255.5 + } + } + ], + "n_results": 21, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147264" + ], + "fetched_at": "2026-05-27T02:23:23.331885+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147264.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147264.md new file mode 100644 index 00000000..9f9ad201 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147264.md @@ -0,0 +1,54 @@ +# Corn yield trial — Rocky Ford, CO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** CO +- **County:** Otero +- **City:** Rocky Ford +- **Year:** 2025 +- **Plot ID:** 147264 +- **Cooperator:** Les Mills +- **Plot average:** 242.84 BU/Ac +- **Planted:** 2025-04-30 +- **Harvested:** 2025-11-03 +- **Population:** 32,000 seeds/acre +- **Row width:** 22.0" +- **# Rows:** 8 +- **Soil type:** Sandy Loam +- **Tillage:** Conventional +- **Previous crop:** Other +- **Irrigation:** Yes +- **Fungicide:** None +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147264 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 13.6 | 59.0 | 259.8 | 259.8 | +| 21 | AgriGold | A630-04AA | 3120EZ | - | 11.1 | 60.0 | 206.3 | 206.3 | +| 20 | AgriGold | A631-08VT2RIB | VT2RIB | - | 10.6 | 59.0 | 221.4 | 221.4 | +| 19 | AgriGold | A632-68VT2RIB | VT2RIB | - | 10.5 | 60.0 | 228.2 | 228.2 | +| 11 | AgriGold | A634-65TRC | Trecepta | - | 10.7 | 59.5 | 240.5 | 240.5 | +| 7 | AgriGold | A636-16-5222EZ | 5222EZ | - | 10.8 | 58.0 | 254.4 | 254.4 | +| 13 | AgriGold | A636-39-3110 | 3110 | - | 10.8 | 59.0 | 238.5 | 238.5 | +| 18 | AgriGold | A637-72VT2RIB | VT2RIB | - | 10.9 | 61.0 | 233.0 | 233.0 | +| 9 | AgriGold | A638-91VT2PRO | VT2Pro | - | 10.8 | 59.0 | 241.2 | 241.2 | +| 3 | AgriGold | A639-38V-RN | 3220 | - | 11.2 | 61.0 | 261.4 | 261.4 | +| 16 | AgriGold | A640-16-3110 | 3110 | - | 11.8 | 60.0 | 234.7 | 234.7 | +| 12 | AgriGold | A641-26V | 3220EZ | - | 12.3 | 60.5 | 240.2 | 240.2 | +| 14 | AgriGold | A641-62D-RN | 5122 | - | 10.1 | 57.0 | 236.1 | 236.1 | +| 2 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 12.5 | 60.0 | 263.9 | 263.9 | +| 14 | AgriGold | A642-18SSPRIB | SSPRIB | - | 10.1 | 57.0 | 236.1 | 236.1 | +| 10 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.7 | 61.0 | 240.7 | 240.7 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.1 | 60.5 | 266.4 | 266.4 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.9 | 60.0 | 261.0 | 261.0 | +| 8 | AgriGold | A645-30VT2RIB | VT2RIB | - | 13.8 | 61.0 | 246.4 | 246.4 | +| 17 | AgriGold | A645-80-3110 | 3110 | - | 11.7 | 58.5 | 234.0 | 234.0 | +| 6 | AgriGold | A646-17STXRIB | STXRIB | - | 13.4 | 59.5 | 255.5 | 255.5 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 266.4, A642-05VT2RIBD1 (AgriGold) 263.9, A639-38V-RN (AgriGold) 261.4, A644-64VT2RIB (AgriGold) 261.0, A645-22TRCRIB (AgriGold) 259.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147265.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147265.json new file mode 100644 index 00000000..5baf27c1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147265.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147265", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "CO", + "state_abbrev": "co", + "city": "Manzanola", + "county": "Otero", + "year": 2025, + "plot_id": "147265", + "cooperator": "Wyatt Mills", + "plot_average": 239.71, + "planted_date": "2025-05-13", + "harvested_date": "2025-11-13", + "population_seeds_per_acre": 32000, + "row_width": "22.0\"", + "num_rows": 8, + "soil_type": "Sandy Loam", + "tillage": "Conventional", + "previous_crop": "Alfalfa", + "irrigation": "Yes", + "fungicide": "None", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": 16, + "brand": "AgriGold", + "product": "A630-04AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 8.8, + "Test Wt.": 58.5, + "Yield": 212.4, + "Adj Yield": 212.4 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 9.1, + "Test Wt.": 58.0, + "Yield": 230.4, + "Adj Yield": 230.4 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": 60.0, + "Yield": 220.1, + "Adj Yield": 220.1 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 60.0, + "Yield": 212.9, + "Adj Yield": 212.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 58.5, + "Yield": 257.4, + "Adj Yield": 257.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 59.5, + "Yield": 233.8, + "Adj Yield": 233.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 60.0, + "Yield": 263.1, + "Adj Yield": 263.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 59.5, + "Yield": 255.7, + "Adj Yield": 255.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 59.5, + "Yield": 260.4, + "Adj Yield": 260.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 59.0, + "Yield": 233.5, + "Adj Yield": 233.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 61.5, + "Yield": 236.5, + "Adj Yield": 236.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 60.0, + "Yield": 244.2, + "Adj Yield": 244.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 59.0, + "Yield": 261.0, + "Adj Yield": 261.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 60.0, + "Yield": 243.1, + "Adj Yield": 243.1 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 59.0, + "Yield": 246.4, + "Adj Yield": 246.4 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 59.0, + "Yield": 224.4, + "Adj Yield": 224.4 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147265" + ], + "fetched_at": "2026-05-27T02:23:23.791070+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147265.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147265.md new file mode 100644 index 00000000..83ed0dbf --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147265.md @@ -0,0 +1,49 @@ +# Corn yield trial — Manzanola, CO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** CO +- **County:** Otero +- **City:** Manzanola +- **Year:** 2025 +- **Plot ID:** 147265 +- **Cooperator:** Wyatt Mills +- **Plot average:** 239.71 BU/Ac +- **Planted:** 2025-05-13 +- **Harvested:** 2025-11-13 +- **Population:** 32,000 seeds/acre +- **Row width:** 22.0" +- **# Rows:** 8 +- **Soil type:** Sandy Loam +- **Tillage:** Conventional +- **Previous crop:** Alfalfa +- **Irrigation:** Yes +- **Fungicide:** None +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147265 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 16 | AgriGold | A630-04AA | 3120EZ | - | 8.8 | 58.5 | 212.4 | 212.4 | +| 12 | AgriGold | A631-08VT2RIB | VT2RIB | - | 9.1 | 58.0 | 230.4 | 230.4 | +| 14 | AgriGold | A632-68VT2RIB | VT2RIB | - | 11.5 | 60.0 | 220.1 | 220.1 | +| 15 | AgriGold | A634-65TRC | Trecepta | - | 11.2 | 60.0 | 212.9 | 212.9 | +| 4 | AgriGold | A636-16-5222EZ | 5222EZ | - | 11.9 | 58.5 | 257.4 | 257.4 | +| 10 | AgriGold | A636-39-3110 | 3110 | - | 11.8 | 59.5 | 233.8 | 233.8 | +| 1 | AgriGold | A639-38V-RN | 3220 | - | 14.3 | 60.0 | 263.1 | 263.1 | +| 5 | AgriGold | A640-16-3110 | 3110 | - | 11.7 | 59.5 | 255.7 | 255.7 | +| 3 | AgriGold | A641-26V | 3220EZ | - | 14.2 | 59.5 | 260.4 | 260.4 | +| 11 | AgriGold | A642-18SSPRIB | SSPRIB | - | 13.6 | 59.0 | 233.5 | 233.5 | +| 9 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.0 | 61.5 | 236.5 | 236.5 | +| 7 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.0 | 60.0 | 244.2 | 244.2 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.1 | 59.0 | 261.0 | 261.0 | +| 8 | AgriGold | A645-30VT2RIB | VT2RIB | - | 15.3 | 60.0 | 243.1 | 243.1 | +| 6 | AgriGold | A645-80-3110 | 3110 | - | 16.0 | 59.0 | 246.4 | 246.4 | +| 13 | AgriGold | A646-17STXRIB | STXRIB | - | 14.9 | 59.0 | 224.4 | 224.4 | + +Top 5 by Yield: A639-38V-RN (AgriGold) 263.1, A644-64VT2RIB (AgriGold) 261.0, A641-26V (AgriGold) 260.4, A636-16-5222EZ (AgriGold) 257.4, A640-16-3110 (AgriGold) 255.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147271.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147271.json new file mode 100644 index 00000000..f32e96e4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147271.json @@ -0,0 +1,62 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147271", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Atwood", + "county": "Douglas", + "year": 2025, + "plot_id": "147271", + "cooperator": "Jack Fombelle", + "plot_average": 277.65, + "planted_date": "2025-04-24", + "harvested_date": "2025-09-23", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": null, + "Yield": 286.7, + "Adj Yield": 286.7 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": null, + "Yield": 268.6, + "Adj Yield": 268.6 + } + } + ], + "n_results": 2, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147271" + ], + "fetched_at": "2026-05-27T02:23:24.329598+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147271.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147271.md new file mode 100644 index 00000000..254276e9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147271.md @@ -0,0 +1,32 @@ +# Corn yield trial — Atwood, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Douglas +- **City:** Atwood +- **Year:** 2025 +- **Plot ID:** 147271 +- **Cooperator:** Jack Fombelle +- **Plot average:** 277.65 BU/Ac +- **Planted:** 2025-04-24 +- **Harvested:** 2025-09-23 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147271 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 22.4 | - | 286.7 | 286.7 | +| 2 | Pioneer | P14830Q | QROME | - | 21.2 | - | 268.6 | 268.6 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 286.7, P14830Q (Pioneer) 268.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147275.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147275.json new file mode 100644 index 00000000..11e9b730 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147275.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147275", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Hope", + "county": "Dickinson", + "year": 2025, + "plot_id": "147275", + "cooperator": "Jim Anderes", + "plot_average": 143.71, + "planted_date": "2025-04-15", + "harvested_date": "2025-10-16", + "population_seeds_per_acre": 21500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "None", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 61.6, + "Yield": 145.7, + "Adj Yield": 145.7 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 63.7, + "Yield": 135.1, + "Adj Yield": 135.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 61.9, + "Yield": 140.0, + "Adj Yield": 140.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 61.9, + "Yield": 150.6, + "Adj Yield": 150.6 + } + }, + { + "rank": 8, + "brand": "Innvictis", + "product": "A1257VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 62.7, + "Yield": 138.0, + "Adj Yield": 138.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 62.7, + "Yield": 155.7, + "Adj Yield": 155.7 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 61.8, + "Yield": 144.1, + "Adj Yield": 144.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 61.8, + "Yield": 144.1, + "Adj Yield": 144.1 + } + }, + { + "rank": 6, + "brand": "Innvictis", + "product": "A1457VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 62.1, + "Yield": 140.5, + "Adj Yield": 140.5 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 62.8, + "Yield": 132.2, + "Adj Yield": 132.2 + } + }, + { + "rank": 5, + "brand": "Innvictis", + "product": "A1551VT2P", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 62.2, + "Yield": 141.1, + "Adj Yield": 141.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 62.9, + "Yield": 159.8, + "Adj Yield": 159.8 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 62.1, + "Yield": 144.2, + "Adj Yield": 144.2 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147275" + ], + "fetched_at": "2026-05-27T02:23:24.817420+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147275.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147275.md new file mode 100644 index 00000000..dfc7d340 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147275.md @@ -0,0 +1,46 @@ +# Corn yield trial — Hope, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Dickinson +- **City:** Hope +- **Year:** 2025 +- **Plot ID:** 147275 +- **Cooperator:** Jim Anderes +- **Plot average:** 143.71 BU/Ac +- **Planted:** 2025-04-15 +- **Harvested:** 2025-10-16 +- **Population:** 21,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** None +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147275 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 11.4 | 61.6 | 145.7 | 145.7 | +| 9 | AgriGold | A637-72VT2RIB | VT2RIB | - | 11.6 | 63.7 | 135.1 | 135.1 | +| 7 | AgriGold | A640-16-3110 | 3110 | - | 12.1 | 61.9 | 140.0 | 140.0 | +| 3 | AgriGold | A641-26V | 3220EZ | - | 11.1 | 61.9 | 150.6 | 150.6 | +| 8 | Innvictis | A1257VT2PRIB | VT2RIB | - | 11.4 | 62.7 | 138.0 | 138.0 | +| 2 | AgriGold | A642-18SSPRIB | SSPRIB | - | 10.7 | 62.7 | 155.7 | 155.7 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 11.2 | 61.8 | 144.1 | 144.1 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 11.2 | 61.8 | 144.1 | 144.1 | +| 6 | Innvictis | A1457VT2PRIB | VT2RIB | - | 11.3 | 62.1 | 140.5 | 140.5 | +| 10 | AgriGold | A645-30VT2RIB | VT2RIB | - | 11.2 | 62.8 | 132.2 | 132.2 | +| 5 | Innvictis | A1551VT2P | VT2Pro | - | 11.7 | 62.2 | 141.1 | 141.1 | +| 1 | AgriGold | A646-17TRC | Trecepta | - | 11.4 | 62.9 | 159.8 | 159.8 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 11.0 | 62.1 | 144.2 | 144.2 | + +Top 5 by Yield: A646-17TRC (AgriGold) 159.8, A642-18SSPRIB (AgriGold) 155.7, A641-26V (AgriGold) 150.6, A643-52VT2RIB (AgriGold) 145.7, A643-52VT2RIB (AgriGold) 144.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147276.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147276.json new file mode 100644 index 00000000..beea13e0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147276.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147276", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Colwich", + "county": "Sedgwick", + "year": 2025, + "plot_id": "147276", + "cooperator": "Spexarth Farms", + "plot_average": 218.0, + "planted_date": "2025-04-15", + "harvested_date": "2025-10-02", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 62.1, + "Yield": 223.1, + "Adj Yield": 223.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 62.1, + "Yield": 250.1, + "Adj Yield": 250.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 64.1, + "Yield": 191.8, + "Adj Yield": 191.8 + } + }, + { + "rank": 5, + "brand": "Becks", + "product": "6700V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 62.9, + "Yield": 222.0, + "Adj Yield": 222.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 62.6, + "Yield": 242.7, + "Adj Yield": 242.7 + } + }, + { + "rank": 4, + "brand": "Becks", + "product": "6973TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 62.8, + "Yield": 229.9, + "Adj Yield": 229.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A647-09SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 63.9, + "Yield": 205.8, + "Adj Yield": 205.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 63.8, + "Yield": 208.7, + "Adj Yield": 208.7 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 63.7, + "Yield": 180.7, + "Adj Yield": 180.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 62.2, + "Yield": 230.3, + "Adj Yield": 230.3 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-22TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 62.2, + "Yield": 230.3, + "Adj Yield": 230.3 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147276" + ], + "fetched_at": "2026-05-27T02:23:25.340257+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147276.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147276.md new file mode 100644 index 00000000..7edf74bd --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147276.md @@ -0,0 +1,44 @@ +# Corn yield trial — Colwich, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Sedgwick +- **City:** Colwich +- **Year:** 2025 +- **Plot ID:** 147276 +- **Cooperator:** Spexarth Farms +- **Plot average:** 218.0 BU/Ac +- **Planted:** 2025-04-15 +- **Harvested:** 2025-10-02 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147276 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 11.9 | 62.1 | 223.1 | 223.1 | +| 1 | AgriGold | A642-18TRC | Trecepta | - | 11.2 | 62.1 | 250.1 | 250.1 | +| 8 | AgriGold | A645-30VT2RIB | VT2RIB | - | 11.9 | 64.1 | 191.8 | 191.8 | +| 5 | Becks | 6700V2P | VT2RIB | - | 13.2 | 62.9 | 222.0 | 222.0 | +| 2 | AgriGold | A646-17TRC | Trecepta | - | 12.0 | 62.6 | 242.7 | 242.7 | +| 4 | Becks | 6973TCV2P | TreceptaRIB | - | 12.8 | 62.8 | 229.9 | 229.9 | +| 7 | AgriGold | A647-09SSP | SSP | - | 11.8 | 63.9 | 205.8 | 205.8 | +| 6 | AgriGold | L6722VT2PRO | VT2Pro | - | 12.2 | 63.8 | 208.7 | 208.7 | +| 9 | AgriGold | L6818VT2PRO | VT2Pro | - | 12.5 | 63.7 | 180.7 | 180.7 | +| 3 | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 11.4 | 62.2 | 230.3 | 230.3 | +| - | AgriGold | A645-22TRCRIB | TreceptaRIB | - | 11.4 | 62.2 | 230.3 | 230.3 | + +Top 5 by Yield: A642-18TRC (AgriGold) 250.1, A646-17TRC (AgriGold) 242.7, A645-22TRCRIB (AgriGold) 230.3, A645-22TRCRIB (AgriGold) 230.3, 6973TCV2P (Becks) 229.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147281.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147281.json new file mode 100644 index 00000000..16507b0f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147281.json @@ -0,0 +1,127 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147281", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MD", + "state_abbrev": "md", + "city": "Cecilton", + "county": "Cecil", + "year": 2025, + "plot_id": "147281", + "cooperator": "Scheeler Seeds, LLC", + "plot_average": 253.56, + "planted_date": "2025-05-01", + "harvested_date": "2025-09-26", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Clay Loam", + "tillage": "Minimum", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 237.9, + "Adj Yield": 237.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": null, + "Yield": 258.1, + "Adj Yield": 258.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": null, + "Yield": 269.4, + "Adj Yield": 269.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": null, + "Yield": 254.0, + "Adj Yield": 254.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": null, + "Yield": 229.1, + "Adj Yield": 229.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 273.8, + "Adj Yield": 273.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": null, + "Yield": 252.6, + "Adj Yield": 252.6 + } + } + ], + "n_results": 7, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147281" + ], + "fetched_at": "2026-05-27T02:23:25.832805+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147281.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147281.md new file mode 100644 index 00000000..abe021ce --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147281.md @@ -0,0 +1,37 @@ +# Corn yield trial — Cecilton, MD, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MD +- **County:** Cecil +- **City:** Cecilton +- **Year:** 2025 +- **Plot ID:** 147281 +- **Cooperator:** Scheeler Seeds, LLC +- **Plot average:** 253.56 BU/Ac +- **Planted:** 2025-05-01 +- **Harvested:** 2025-09-26 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Clay Loam +- **Tillage:** Minimum +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147281 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | AgriGold | A640-94VT4PRO | VT4Pro | - | 18.4 | - | 237.9 | 237.9 | +| 3 | AgriGold | A640-16-3110 | 3110 | - | 18.9 | - | 258.1 | 258.1 | +| 2 | AgriGold | A641-62D-RN | 5122 | - | 20.6 | - | 269.4 | 269.4 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 19.8 | - | 254.0 | 254.0 | +| 7 | AgriGold | A641-26V | 3220EZ | - | 19.8 | - | 229.1 | 229.1 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.2 | - | 273.8 | 273.8 | +| 5 | AgriGold | A645-30VT2RIB | VT2RIB | - | 21.2 | - | 252.6 | 252.6 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 273.8, A641-62D-RN (AgriGold) 269.4, A640-16-3110 (AgriGold) 258.1, A643-52VT2RIB (AgriGold) 254.0, A645-30VT2RIB (AgriGold) 252.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147301.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147301.json new file mode 100644 index 00000000..2cca1d2d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147301.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147301", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": null, + "state_abbrev": null, + "city": ",", + "county": "", + "year": 2025, + "plot_id": "147301", + "cooperator": "David McIntyre", + "plot_average": 229.6, + "planted_date": null, + "harvested_date": null, + "population_seeds_per_acre": null, + "row_width": "\"", + "num_rows": null, + "soil_type": null, + "tillage": "Unknown", + "previous_crop": null, + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 12, + "brand": "Southeastern Seed", + "product": "SS11-40V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 61.4, + "Yield": 205.5, + "Adj Yield": 205.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 62.9, + "Yield": 243.7, + "Adj Yield": 243.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 63.2, + "Yield": 219.8, + "Adj Yield": 219.8 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 61.5, + "Yield": 227.2, + "Adj Yield": 227.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 62.5, + "Yield": 221.7, + "Adj Yield": 221.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 63.0, + "Yield": 229.4, + "Adj Yield": 229.4 + } + }, + { + "rank": 1, + "brand": "Southeastern Seed", + "product": "SS15-63TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 62.2, + "Yield": 246.9, + "Adj Yield": 246.9 + } + }, + { + "rank": 11, + "brand": "Southeastern Seed", + "product": "XSS25150V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 61.9, + "Yield": 212.8, + "Adj Yield": 212.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A6659VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 62.6, + "Yield": 229.3, + "Adj Yield": 229.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 59.4, + "Yield": 240.0, + "Adj Yield": 240.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 61.9, + "Yield": 242.6, + "Adj Yield": 242.6 + } + }, + { + "rank": 5, + "brand": "Southeastern Seed", + "product": "SS18-60TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 60.0, + "Yield": 236.3, + "Adj Yield": 236.3 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147301" + ], + "fetched_at": "2026-05-27T02:23:26.329454+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147301.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147301.md new file mode 100644 index 00000000..7510fb6c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147301.md @@ -0,0 +1,34 @@ +# Corn yield trial — ,, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **City:** , +- **Year:** 2025 +- **Plot ID:** 147301 +- **Cooperator:** David McIntyre +- **Plot average:** 229.6 BU/Ac +- **Row width:** " +- **Tillage:** Unknown +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147301 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 12 | Southeastern Seed | SS11-40V | 3220EZ | - | 13.5 | 61.4 | 205.5 | 205.5 | +| 2 | AgriGold | A642-18SSPRIB | SSPRIB | - | 14.0 | 62.9 | 243.7 | 243.7 | +| 10 | AgriGold | A643-52VT2PRO | VT2Pro | - | 14.1 | 63.2 | 219.8 | 219.8 | +| 8 | AgriGold | A644-64VT2PRO | VT2Pro | - | 13.6 | 61.5 | 227.2 | 227.2 | +| 9 | AgriGold | A645-30VT2RIB | VT2RIB | - | 14.0 | 62.5 | 221.7 | 221.7 | +| 6 | AgriGold | A645-16VT2PRO | VT2Pro | - | 14.4 | 63.0 | 229.4 | 229.4 | +| 1 | Southeastern Seed | SS15-63TRE | Trecepta | - | 14.2 | 62.2 | 246.9 | 246.9 | +| 11 | Southeastern Seed | XSS25150V | 3220EZ | - | 13.6 | 61.9 | 212.8 | 212.8 | +| 7 | AgriGold | A6659VT2PRO | VT2Pro | - | 13.5 | 62.6 | 229.3 | 229.3 | +| 4 | AgriGold | A647-42TRC | Trecepta | - | 13.9 | 59.4 | 240.0 | 240.0 | +| 3 | AgriGold | A647-79VT2PRO | VT2Pro | - | 14.2 | 61.9 | 242.6 | 242.6 | +| 5 | Southeastern Seed | SS18-60TRE | Trecepta | - | 14.4 | 60.0 | 236.3 | 236.3 | + +Top 5 by Yield: SS15-63TRE (Southeastern Seed) 246.9, A642-18SSPRIB (AgriGold) 243.7, A647-79VT2PRO (AgriGold) 242.6, A647-42TRC (AgriGold) 240.0, SS18-60TRE (Southeastern Seed) 236.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147305.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147305.json new file mode 100644 index 00000000..978282d5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147305.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147305", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "NC", + "state_abbrev": "nc", + "city": "Pantego", + "county": "Beaufort", + "year": 2025, + "plot_id": "147305", + "cooperator": "Dark Water Enterprises", + "plot_average": 170.02, + "planted_date": "2025-05-03", + "harvested_date": "2025-09-06", + "population_seeds_per_acre": 26000, + "row_width": "36.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 177.1, + "Adj Yield": 177.1 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 160.0, + "Adj Yield": 152.38 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 142.7, + "Adj Yield": 136.42 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 171.9, + "Adj Yield": 167.04 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 188.3, + "Adj Yield": 184.79 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 187.5, + "Adj Yield": 185.38 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 180.8, + "Adj Yield": 180.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A647-42TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 173.9, + "Adj Yield": 174.54 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 169.9, + "Adj Yield": 172.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A648-11VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": null, + "Yield": 170.7, + "Adj Yield": 174.12 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC68-35", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 182.0, + "Adj Yield": 186.84 + } + }, + { + "rank": 10, + "brand": "Southeastern Seed", + "product": "SS11-40V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": null, + "Yield": 150.8, + "Adj Yield": 157.03 + } + }, + { + "rank": 8, + "brand": "Southeastern Seed", + "product": "SS13-50AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 162.0, + "Adj Yield": 169.62 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 159.1, + "Adj Yield": 159.1 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147305" + ], + "fetched_at": "2026-05-27T02:23:26.840199+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147305.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147305.md new file mode 100644 index 00000000..7e3f755b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147305.md @@ -0,0 +1,43 @@ +# Corn yield trial — Pantego, NC, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** NC +- **County:** Beaufort +- **City:** Pantego +- **Year:** 2025 +- **Plot ID:** 147305 +- **Cooperator:** Dark Water Enterprises +- **Plot average:** 170.02 BU/Ac +- **Planted:** 2025-05-03 +- **Harvested:** 2025-09-06 +- **Population:** 26,000 seeds/acre +- **Row width:** 36.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147305 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2PRO | VT2Pro | - | 16.4 | - | 177.1 | 177.1 | +| 11 | AgriGold | A636-11VT2RIB | VT2RIB | - | 16.5 | - | 160.0 | 152.38 | +| 12 | AgriGold | A636-16-5222EZ | 5222EZ | - | 17.1 | - | 142.7 | 136.42 | +| 9 | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.7 | - | 171.9 | 167.04 | +| 3 | AgriGold | A643-52VT2PRO | VT2Pro | - | 17.4 | - | 188.3 | 184.79 | +| 2 | AgriGold | A644-64VT2PRO | VT2Pro | - | 17.2 | - | 187.5 | 185.38 | +| 4 | AgriGold | A645-30VT2RIB | VT2RIB | - | 16.6 | - | 180.8 | 180.1 | +| 5 | AgriGold | A647-42TRC | Trecepta | - | 16.3 | - | 173.9 | 174.54 | +| 7 | AgriGold | A647-79VT2PRO | VT2Pro | - | 16.6 | - | 169.9 | 172.0 | +| 6 | AgriGold | A648-11VT2PRO | VT2Pro | - | 19.3 | - | 170.7 | 174.12 | +| 1 | Dekalb | DKC68-35 | VT2Pro | - | 16.6 | - | 182.0 | 186.84 | +| 10 | Southeastern Seed | SS11-40V | 3220EZ | - | 14.6 | - | 150.8 | 157.03 | +| 8 | Southeastern Seed | SS13-50AA | 3120EZ | - | 15.6 | - | 162.0 | 169.62 | +| - | AgriGold | A645-16VT2PRO | VT2Pro | - | 15.5 | - | 159.1 | 159.1 | + +Top 5 by Yield: A643-52VT2PRO (AgriGold) 188.3, A644-64VT2PRO (AgriGold) 187.5, DKC68-35 (Dekalb) 182.0, A645-30VT2RIB (AgriGold) 180.8, A645-16VT2PRO (AgriGold) 177.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147311.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147311.json new file mode 100644 index 00000000..fe05a655 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147311.json @@ -0,0 +1,504 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147311", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Robinson", + "county": "Brown", + "year": 2025, + "plot_id": "147311", + "cooperator": "Jesse Clark", + "plot_average": 215.2, + "planted_date": "2025-05-05", + "harvested_date": "2025-09-25", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "Trivapro", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 59.3, + "Yield": 247.7, + "Adj Yield": 247.7 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 61.5, + "Yield": 219.1, + "Adj Yield": 219.1 + } + }, + { + "rank": 7, + "brand": "Mustang", + "product": "82308VTPRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 60.4, + "Yield": 228.8, + "Adj Yield": 228.8 + } + }, + { + "rank": 17, + "brand": "Golden Harvest", + "product": "G09M19-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 59.7, + "Yield": 215.8, + "Adj Yield": 215.8 + } + }, + { + "rank": 25, + "brand": "Mustang", + "product": "62V09VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 58.8, + "Yield": 200.2, + "Adj Yield": 200.2 + } + }, + { + "rank": 14, + "brand": "Mustang", + "product": "65C09PCERA", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 58.1, + "Yield": 220.8, + "Adj Yield": 220.8 + } + }, + { + "rank": 30, + "brand": "Golden Harvest", + "product": "G10U97V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 58.6, + "Yield": 191.9, + "Adj Yield": 191.9 + } + }, + { + "rank": 29, + "brand": "Mustang", + "product": "9311", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 60.3, + "Yield": 196.1, + "Adj Yield": 196.1 + } + }, + { + "rank": 20, + "brand": "Golden Harvest", + "product": "G11V76-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 58.3, + "Yield": 212.2, + "Adj Yield": 212.2 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.8, + "Test Wt.": 57.8, + "Yield": 241.6, + "Adj Yield": 241.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.8, + "Test Wt.": 57.8, + "Yield": 241.6, + "Adj Yield": 241.6 + } + }, + { + "rank": 27, + "brand": "Golden Harvest", + "product": "G12U11-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 57.7, + "Yield": 196.5, + "Adj Yield": 196.5 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 59.2, + "Yield": 214.2, + "Adj Yield": 214.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 23.9, + "Test Wt.": 60.6, + "Yield": 252.2, + "Adj Yield": 252.2 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 60.3, + "Yield": 204.5, + "Adj Yield": 204.5 + } + }, + { + "rank": 9, + "brand": "Mustang", + "product": "570", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 59.4, + "Yield": 223.8, + "Adj Yield": 223.8 + } + }, + { + "rank": 10, + "brand": "Golden Harvest", + "product": "G13U29-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 58.9, + "Yield": 223.7, + "Adj Yield": 223.7 + } + }, + { + "rank": 21, + "brand": "Golden Harvest", + "product": "G13U96-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 56.1, + "Yield": 208.6, + "Adj Yield": 208.6 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 58.2, + "Yield": 223.2, + "Adj Yield": 223.2 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 56.9, + "Yield": 198.9, + "Adj Yield": 198.9 + } + }, + { + "rank": 22, + "brand": "Mustang", + "product": "82R14", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 57.3, + "Yield": 205.2, + "Adj Yield": 205.2 + } + }, + { + "rank": 12, + "brand": "Mustang", + "product": "83T14TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 58.5, + "Yield": 222.5, + "Adj Yield": 222.5 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.6, + "Test Wt.": 57.4, + "Yield": 234.6, + "Adj Yield": 234.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": 58.4, + "Yield": 239.5, + "Adj Yield": 239.5 + } + }, + { + "rank": 8, + "brand": "Mustang", + "product": "82G15VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": null, + "Yield": 228.5, + "Adj Yield": 228.5 + } + }, + { + "rank": 5, + "brand": "Mustang", + "product": "83A15TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 58.8, + "Yield": 236.1, + "Adj Yield": 236.1 + } + }, + { + "rank": 28, + "brand": "Golden Harvest", + "product": "G16M15-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 54.8, + "Yield": 196.3, + "Adj Yield": 196.3 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 58.4, + "Yield": 222.2, + "Adj Yield": 222.2 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 56.3, + "Yield": 212.9, + "Adj Yield": 212.9 + } + }, + { + "rank": 24, + "brand": "Golden Harvest", + "product": "G17M19-DVZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": 57.6, + "Yield": 204.0, + "Adj Yield": 204.0 + } + }, + { + "rank": 2, + "brand": "Mustang", + "product": "93R18TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": 56.1, + "Yield": 244.7, + "Adj Yield": 244.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 60.2, + "Yield": 231.1, + "Adj Yield": 231.1 + } + }, + { + "rank": 31, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 58.8, + "Yield": 186.7, + "Adj Yield": 186.7 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 59.1, + "Yield": 232.2, + "Adj Yield": 232.2 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 57.9, + "Yield": 218.0, + "Adj Yield": 218.0 + } + }, + { + "rank": 32, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 56.8, + "Yield": 166.6, + "Adj Yield": 166.6 + } + } + ], + "n_results": 36, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147311" + ], + "fetched_at": "2026-05-27T02:23:27.311404+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147311.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147311.md new file mode 100644 index 00000000..65b0e799 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147311.md @@ -0,0 +1,69 @@ +# Corn yield trial — Robinson, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Brown +- **City:** Robinson +- **Year:** 2025 +- **Plot ID:** 147311 +- **Cooperator:** Jesse Clark +- **Plot average:** 215.2 BU/Ac +- **Planted:** 2025-05-05 +- **Harvested:** 2025-09-25 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Corn +- **Irrigation:** None +- **Fungicide:** Trivapro +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147311 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 22.6 | 59.3 | 247.7 | 247.7 | +| 15 | AgriGold | A638-91VT2PRO | VT2Pro | - | 20.2 | 61.5 | 219.1 | 219.1 | +| 7 | Mustang | 82308VTPRIB | VT2RIB | - | 21.7 | 60.4 | 228.8 | 228.8 | +| 17 | Golden Harvest | G09M19-AA | 3120EZ | - | 21.2 | 59.7 | 215.8 | 215.8 | +| 25 | Mustang | 62V09VT2PRIB | VT2RIB | - | 19.8 | 58.8 | 200.2 | 200.2 | +| 14 | Mustang | 65C09PCERA | PCE | - | 21.5 | 58.1 | 220.8 | 220.8 | +| 30 | Golden Harvest | G10U97V | 3220EZ | - | 19.5 | 58.6 | 191.9 | 191.9 | +| 29 | Mustang | 9311 | TreceptaRIB | - | 21.0 | 60.3 | 196.1 | 196.1 | +| 20 | Golden Harvest | G11V76-AA | 3120EZ | - | 21.9 | 58.3 | 212.2 | 212.2 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 23.8 | 57.8 | 241.6 | 241.6 | +| 3 | AgriGold | A645-16VT2RIB | VT2RIB | - | 23.8 | 57.8 | 241.6 | 241.6 | +| 27 | Golden Harvest | G12U11-AA | 3220EZ | - | 22.0 | 57.7 | 196.5 | 196.5 | +| 18 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 20.5 | 59.2 | 214.2 | 214.2 | +| 1 | AgriGold | A642-18TRC | Trecepta | - | 23.9 | 60.6 | 252.2 | 252.2 | +| 23 | AgriGold | A642-32VT2RIB | VT2RIB | - | 20.6 | 60.3 | 204.5 | 204.5 | +| 9 | Mustang | 570 | VT2RIB | - | 22.1 | 59.4 | 223.8 | 223.8 | +| 10 | Golden Harvest | G13U29-VZ | 3330EZ | - | 22.4 | 58.9 | 223.7 | 223.7 | +| 21 | Golden Harvest | G13U96-DV | 5222EZ | - | 22.7 | 56.1 | 208.6 | 208.6 | +| 11 | AgriGold | A643-52VT2RIB | VT2RIB | - | 22.6 | 58.2 | 223.2 | 223.2 | +| 26 | AgriGold | A644-64VT2RIB | VT2RIB | - | 22.1 | 56.9 | 198.9 | 198.9 | +| 22 | Mustang | 82R14 | VT2RIB | - | 21.7 | 57.3 | 205.2 | 205.2 | +| 12 | Mustang | 83T14TRERIB | TreceptaRIB | - | 22.3 | 58.5 | 222.5 | 222.5 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 23.6 | 57.4 | 234.6 | 234.6 | +| 4 | AgriGold | A645-30VT2RIB | VT2RIB | - | 23.1 | 58.4 | 239.5 | 239.5 | +| 8 | Mustang | 82G15VT2PRIB | VT2RIB | - | 22.6 | - | 228.5 | 228.5 | +| 5 | Mustang | 83A15TRE | Trecepta | - | 22.2 | 58.8 | 236.1 | 236.1 | +| 28 | Golden Harvest | G16M15-V | 3220EZ | - | 23.4 | 54.8 | 196.3 | 196.3 | +| 13 | AgriGold | A646-17TRC | Trecepta | - | 21.2 | 58.4 | 222.2 | 222.2 | +| 19 | AgriGold | A646-17STXRIB | STXRIB | - | 22.2 | 56.3 | 212.9 | 212.9 | +| 24 | Golden Harvest | G17M19-DVZ | 5222EZ | - | 22.5 | 57.6 | 204.0 | 204.0 | +| 2 | Mustang | 93R18TRE | Trecepta | - | 24.2 | 56.1 | 244.7 | 244.7 | +| 6 | AgriGold | A645-55VT2PRO | VT2Pro | - | 20.8 | 60.2 | 231.1 | 231.1 | +| 31 | AgriGold | L6818VT2PRO | VT2Pro | - | 22.2 | 58.8 | 186.7 | 186.7 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 22.6 | 59.1 | 232.2 | 232.2 | +| 16 | AgriGold | A640-94VT4PRO | VT4Pro | - | 19.4 | 57.9 | 218.0 | 218.0 | +| 32 | AgriGold | A646-30VT2RIB | VT2RIB | - | 20.3 | 56.8 | 166.6 | 166.6 | + +Top 5 by Yield: A642-18TRC (AgriGold) 252.2, A645-16VT2RIB (AgriGold) 247.7, 93R18TRE (Mustang) 244.7, A645-16VT2RIB (AgriGold) 241.6, A645-16VT2RIB (AgriGold) 241.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147312.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147312.json new file mode 100644 index 00000000..f555d1af --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147312.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147312", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Whitewater", + "county": "Butler", + "year": 2025, + "plot_id": "147312", + "cooperator": "The Feedstore", + "plot_average": 164.94, + "planted_date": "2025-04-16", + "harvested_date": "2025-09-15", + "population_seeds_per_acre": 20000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silty Clay Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "Hoegemeyer", + "product": "8156AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 171.5, + "Adj Yield": 171.5 + } + }, + { + "rank": 3, + "brand": "Hoegemeyer", + "product": "8156AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 171.5, + "Adj Yield": 166.58 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 59.9, + "Yield": 169.8, + "Adj Yield": 169.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 59.0, + "Yield": 157.0, + "Adj Yield": 154.66 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 59.7, + "Yield": 159.3, + "Adj Yield": 160.81 + } + }, + { + "rank": 6, + "brand": "NC+", + "product": "NC08-01SSRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 59.4, + "Yield": 153.9, + "Adj Yield": 160.39 + } + }, + { + "rank": null, + "brand": "Hoegemeyer", + "product": "8156AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.2, + "Yield": 150.4, + "Adj Yield": 150.4 + } + }, + { + "rank": 2, + "brand": "NC+", + "product": "NC14-88VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 59.3, + "Yield": 173.2, + "Adj Yield": 181.57 + } + }, + { + "rank": 8, + "brand": "Hoegemeyer", + "product": "8542 PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 59.1, + "Yield": 149.2, + "Adj Yield": 155.28 + } + }, + { + "rank": 7, + "brand": "NC+", + "product": "NC 7204", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 58.6, + "Yield": 150.9, + "Adj Yield": 155.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.5, + "Yield": 161.7, + "Adj Yield": 165.61 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 59.4, + "Yield": 180.5, + "Adj Yield": 183.82 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147312" + ], + "fetched_at": "2026-05-27T02:23:27.836001+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147312.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147312.md new file mode 100644 index 00000000..13c7c438 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147312.md @@ -0,0 +1,45 @@ +# Corn yield trial — Whitewater, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Butler +- **City:** Whitewater +- **Year:** 2025 +- **Plot ID:** 147312 +- **Cooperator:** The Feedstore +- **Plot average:** 164.94 BU/Ac +- **Planted:** 2025-04-16 +- **Harvested:** 2025-09-15 +- **Population:** 20,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silty Clay Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147312 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Hoegemeyer | 8156AM | AM | - | 15.5 | - | 171.5 | 171.5 | +| 3 | Hoegemeyer | 8156AM | AM | - | 15.5 | - | 171.5 | 166.58 | +| - | AgriGold | A645-30VT2RIB | VT2RIB | - | 18.2 | 59.9 | 169.8 | 169.8 | +| 9 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.5 | 59.0 | 157.0 | 154.66 | +| 5 | AgriGold | A641-26V | 3220EZ | - | 15.1 | 59.7 | 159.3 | 160.81 | +| 6 | NC+ | NC08-01SSRIB | STXRIB | - | 13.7 | 59.4 | 153.9 | 160.39 | +| - | Hoegemeyer | 8156AM | AM | - | 15.8 | 58.2 | 150.4 | 150.4 | +| 2 | NC+ | NC14-88VT2PRIB | VT2RIB | - | 16.8 | 59.3 | 173.2 | 181.57 | +| 8 | Hoegemeyer | 8542 PCE | PCE | - | 16.0 | 59.1 | 149.2 | 155.28 | +| 7 | NC+ | NC 7204 | VT4RIB | - | 18.1 | 58.6 | 150.9 | 155.7 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.0 | 58.5 | 161.7 | 165.61 | +| 1 | AgriGold | A645-30VT2RIB | VT2RIB | - | 18.0 | 59.4 | 180.5 | 183.82 | + +Top 5 by Yield: A645-30VT2RIB (AgriGold) 180.5, NC14-88VT2PRIB (NC+) 173.2, 8156AM (Hoegemeyer) 171.5, 8156AM (Hoegemeyer) 171.5, A645-30VT2RIB (AgriGold) 169.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147313.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147313.json new file mode 100644 index 00000000..11646f6a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147313.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147313", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Lewis", + "county": "Edwards", + "year": 2025, + "plot_id": "147313", + "cooperator": "Fleming Feed and Grain", + "plot_average": 87.14, + "planted_date": "2025-04-23", + "harvested_date": "2025-09-28", + "population_seeds_per_acre": 18000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Loamy Sand", + "tillage": "Minimum", + "previous_crop": "Wheat", + "irrigation": "None", + "fungicide": "None", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "NK Brand", + "product": "NK0922-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 58.1, + "Yield": 82.3, + "Adj Yield": 82.3 + } + }, + { + "rank": 13, + "brand": "NK Brand", + "product": "NK0922-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 58.1, + "Yield": 82.3, + "Adj Yield": 82.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.5, + "Yield": 93.4, + "Adj Yield": 93.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 59.8, + "Yield": 95.1, + "Adj Yield": 95.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.2, + "Yield": 86.7, + "Adj Yield": 86.7 + } + }, + { + "rank": 12, + "brand": "Phillips", + "product": "PS1025V32", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.2, + "Yield": 82.6, + "Adj Yield": 82.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 58.1, + "Yield": 87.3, + "Adj Yield": 87.3 + } + }, + { + "rank": 11, + "brand": "Phillips", + "product": "PS1226PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 57.4, + "Yield": 82.7, + "Adj Yield": 82.7 + } + }, + { + "rank": 6, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 59.9, + "Yield": 88.3, + "Adj Yield": 88.3 + } + }, + { + "rank": 2, + "brand": "Ohlde Seed", + "product": "O35-12PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 58.9, + "Yield": 93.7, + "Adj Yield": 93.7 + } + }, + { + "rank": 9, + "brand": "NK Brand", + "product": "NK1386-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 57.6, + "Yield": 84.4, + "Adj Yield": 84.4 + } + }, + { + "rank": 5, + "brand": "Phillips", + "product": "PS1372TRE", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.7, + "Yield": 90.4, + "Adj Yield": 90.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 58.3, + "Yield": 92.4, + "Adj Yield": 92.4 + } + }, + { + "rank": 10, + "brand": "Phillips", + "product": "PS1625TRE", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.5, + "Yield": 84.1, + "Adj Yield": 84.1 + } + }, + { + "rank": 14, + "brand": "Ohlde Seed", + "product": "O24-15TRE RB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 59.7, + "Yield": 76.6, + "Adj Yield": 76.6 + } + }, + { + "rank": null, + "brand": "NK Brand", + "product": "NK0922-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 58.4, + "Yield": 76.1, + "Adj Yield": 76.1 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147313" + ], + "fetched_at": "2026-05-27T02:23:28.330712+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147313.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147313.md new file mode 100644 index 00000000..083ab16a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147313.md @@ -0,0 +1,49 @@ +# Corn yield trial — Lewis, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Edwards +- **City:** Lewis +- **Year:** 2025 +- **Plot ID:** 147313 +- **Cooperator:** Fleming Feed and Grain +- **Plot average:** 87.14 BU/Ac +- **Planted:** 2025-04-23 +- **Harvested:** 2025-09-28 +- **Population:** 18,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Loamy Sand +- **Tillage:** Minimum +- **Previous crop:** Wheat +- **Irrigation:** None +- **Fungicide:** None +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147313 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | NK Brand | NK0922-V | 3220EZ | - | 15.9 | 58.1 | 82.3 | 82.3 | +| 13 | NK Brand | NK0922-V | 3220EZ | - | 15.9 | 58.1 | 82.3 | 82.3 | +| 3 | AgriGold | A636-39-3110 | 3110 | - | 15.0 | 59.5 | 93.4 | 93.4 | +| 1 | AgriGold | A638-19 | C | - | 16.0 | 59.8 | 95.1 | 95.1 | +| 8 | AgriGold | A640-16-3110 | 3110 | - | 15.0 | 59.2 | 86.7 | 86.7 | +| 12 | Phillips | PS1025V32 | 3220 | - | 15.0 | 59.2 | 82.6 | 82.6 | +| 7 | AgriGold | A641-26V | 3220EZ | - | 15.9 | 58.1 | 87.3 | 87.3 | +| 11 | Phillips | PS1226PCE | PCE | - | 14.7 | 57.4 | 82.7 | 82.7 | +| 6 | NK Brand | NK1228-AA | 3220 | - | 15.9 | 59.9 | 88.3 | 88.3 | +| 2 | Ohlde Seed | O35-12PCE | PCE | - | 16.2 | 58.9 | 93.7 | 93.7 | +| 9 | NK Brand | NK1386-VZ | 3330EZ | - | 15.0 | 57.6 | 84.4 | 84.4 | +| 5 | Phillips | PS1372TRE | TreceptaRIB | - | 16.0 | 58.7 | 90.4 | 90.4 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.3 | 58.3 | 92.4 | 92.4 | +| 10 | Phillips | PS1625TRE | TreceptaRIB | - | 14.3 | 59.5 | 84.1 | 84.1 | +| 14 | Ohlde Seed | O24-15TRE RB | TreceptaRIB | - | 13.8 | 59.7 | 76.6 | 76.6 | +| - | NK Brand | NK0922-V | 3220EZ | - | 15.7 | 58.4 | 76.1 | 76.1 | + +Top 5 by Yield: A638-19 (AgriGold) 95.1, O35-12PCE (Ohlde Seed) 93.7, A636-39-3110 (AgriGold) 93.4, A643-52VT2RIB (AgriGold) 92.4, PS1372TRE (Phillips) 90.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147314.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147314.json new file mode 100644 index 00000000..0b9f5efd --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147314.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147314", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Fellsburg", + "county": "Edwards", + "year": 2025, + "plot_id": "147314", + "cooperator": "Fleming Feed and Grain", + "plot_average": 223.88, + "planted_date": "2025-04-25", + "harvested_date": "2025-09-30", + "population_seeds_per_acre": 27000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Sandy Loam", + "tillage": "Conventional", + "previous_crop": "Sorghum", + "irrigation": "Yes", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 56.5, + "Yield": 214.0, + "Adj Yield": 214.0 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 56.5, + "Yield": 214.0, + "Adj Yield": 214.0 + } + }, + { + "rank": 6, + "brand": "Phillips", + "product": "PS1063VPR", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 58.3, + "Yield": 225.0, + "Adj Yield": 225.0 + } + }, + { + "rank": 14, + "brand": "Phillips", + "product": "XT0154", + "traits": "RR", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 56.5, + "Yield": 212.8, + "Adj Yield": 212.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 56.0, + "Yield": 234.8, + "Adj Yield": 234.8 + } + }, + { + "rank": 5, + "brand": "Phillips", + "product": "PXB1124TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 56.9, + "Yield": 231.3, + "Adj Yield": 231.3 + } + }, + { + "rank": 9, + "brand": "Ohlde Seed", + "product": "O35-12PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 56.2, + "Yield": 218.7, + "Adj Yield": 218.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 59.0, + "Yield": 218.0, + "Adj Yield": 218.0 + } + }, + { + "rank": 15, + "brand": "Phillips", + "product": "PS1226PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.8, + "Yield": 202.8, + "Adj Yield": 202.8 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 59.0, + "Yield": 217.8, + "Adj Yield": 217.8 + } + }, + { + "rank": 12, + "brand": "Phillips", + "product": "PS1372TRE", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 57.9, + "Yield": 215.4, + "Adj Yield": 215.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 58.8, + "Yield": 222.6, + "Adj Yield": 222.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 55.2, + "Yield": 244.5, + "Adj Yield": 244.5 + } + }, + { + "rank": 2, + "brand": "Ohlde Seed", + "product": "O24-15TRE RB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 56.5, + "Yield": 240.0, + "Adj Yield": 240.0 + } + }, + { + "rank": 3, + "brand": "Ohlde Seed", + "product": "O25-18", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 56.7, + "Yield": 237.9, + "Adj Yield": 237.9 + } + }, + { + "rank": 11, + "brand": "Ohlde Seed", + "product": "EXP117VZ", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 55.2, + "Yield": 216.6, + "Adj Yield": 216.6 + } + }, + { + "rank": 7, + "brand": "NK Brand", + "product": "NK1386-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 57.9, + "Yield": 223.8, + "Adj Yield": 223.8 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 57.9, + "Yield": 198.9, + "Adj Yield": 198.9 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147314" + ], + "fetched_at": "2026-05-27T02:23:28.804313+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147314.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147314.md new file mode 100644 index 00000000..b2bb8bab --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147314.md @@ -0,0 +1,51 @@ +# Corn yield trial — Fellsburg, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Edwards +- **City:** Fellsburg +- **Year:** 2025 +- **Plot ID:** 147314 +- **Cooperator:** Fleming Feed and Grain +- **Plot average:** 223.88 BU/Ac +- **Planted:** 2025-04-25 +- **Harvested:** 2025-09-30 +- **Population:** 27,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Sandy Loam +- **Tillage:** Conventional +- **Previous crop:** Sorghum +- **Irrigation:** Yes +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147314 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A636-39-3110 | 3110 | - | 15.7 | 56.5 | 214.0 | 214.0 | +| 13 | AgriGold | A636-39-3110 | 3110 | - | 15.7 | 56.5 | 214.0 | 214.0 | +| 6 | Phillips | PS1063VPR | VT2RIB | - | 16.6 | 58.3 | 225.0 | 225.0 | +| 14 | Phillips | XT0154 | RR | - | 16.6 | 56.5 | 212.8 | 212.8 | +| 4 | AgriGold | A641-26V | 3220EZ | - | 15.9 | 56.0 | 234.8 | 234.8 | +| 5 | Phillips | PXB1124TRE | Trecepta | - | 15.7 | 56.9 | 231.3 | 231.3 | +| 9 | Ohlde Seed | O35-12PCE | PCE | - | 16.0 | 56.2 | 218.7 | 218.7 | +| 10 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.4 | 59.0 | 218.0 | 218.0 | +| 15 | Phillips | PS1226PCE | PCE | - | 14.8 | 58.8 | 202.8 | 202.8 | +| - | AgriGold | A636-39-3110 | 3110 | - | 15.4 | 59.0 | 217.8 | 217.8 | +| 12 | Phillips | PS1372TRE | TreceptaRIB | - | 17.1 | 57.9 | 215.4 | 215.4 | +| 8 | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.4 | 58.8 | 222.6 | 222.6 | +| 1 | AgriGold | A645-30VT2RIB | VT2RIB | - | 20.3 | 55.2 | 244.5 | 244.5 | +| 2 | Ohlde Seed | O24-15TRE RB | TreceptaRIB | - | 19.6 | 56.5 | 240.0 | 240.0 | +| 3 | Ohlde Seed | O25-18 | Trecepta | - | 19.3 | 56.7 | 237.9 | 237.9 | +| 11 | Ohlde Seed | EXP117VZ | 3220 | - | 19.3 | 55.2 | 216.6 | 216.6 | +| 7 | NK Brand | NK1386-VZ | 3330EZ | - | 17.2 | 57.9 | 223.8 | 223.8 | +| - | AgriGold | A636-39-3110 | 3110 | - | 15.8 | 57.9 | 198.9 | 198.9 | + +Top 5 by Yield: A645-30VT2RIB (AgriGold) 244.5, O24-15TRE RB (Ohlde Seed) 240.0, O25-18 (Ohlde Seed) 237.9, A641-26V (AgriGold) 234.8, PXB1124TRE (Phillips) 231.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147318.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147318.json new file mode 100644 index 00000000..0bdecbbf --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147318.json @@ -0,0 +1,62 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147318", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "El Paso", + "county": "Woodford", + "year": 2025, + "plot_id": "147318", + "cooperator": "Brandon Bachman", + "plot_average": 291.0, + "planted_date": "2025-05-07", + "harvested_date": "2025-10-01", + "population_seeds_per_acre": 35500, + "row_width": "30.0\"", + "num_rows": 12, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 59.0, + "Yield": 293.7, + "Adj Yield": 293.7 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 54.8, + "Yield": 288.3, + "Adj Yield": 288.3 + } + } + ], + "n_results": 2, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147318" + ], + "fetched_at": "2026-05-27T02:23:29.311268+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147318.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147318.md new file mode 100644 index 00000000..8c02d895 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147318.md @@ -0,0 +1,32 @@ +# Corn yield trial — El Paso, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Woodford +- **City:** El Paso +- **Year:** 2025 +- **Plot ID:** 147318 +- **Cooperator:** Brandon Bachman +- **Plot average:** 291.0 BU/Ac +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-01 +- **Population:** 35,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 12 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147318 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 21.0 | 59.0 | 293.7 | 293.7 | +| 2 | Pioneer | P1742Q | QROME | - | 21.6 | 54.8 | 288.3 | 288.3 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 293.7, P1742Q (Pioneer) 288.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147325.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147325.json new file mode 100644 index 00000000..c24d369d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147325.json @@ -0,0 +1,88 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147325", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Mayfield", + "county": "Sumner", + "year": 2025, + "plot_id": "147325", + "cooperator": "Fleming Feed and Grain", + "plot_average": 150.25, + "planted_date": "2025-04-17", + "harvested_date": "2025-09-17", + "population_seeds_per_acre": 16500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Cotton", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.6, + "Yield": 158.3, + "Adj Yield": 158.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 59.6, + "Yield": 161.8, + "Adj Yield": 161.8 + } + }, + { + "rank": 3, + "brand": "NK Brand", + "product": "NK1701-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 58.3, + "Yield": 140.8, + "Adj Yield": 140.8 + } + }, + { + "rank": 4, + "brand": "NK Brand", + "product": "NK1701-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 58.2, + "Yield": 140.1, + "Adj Yield": 140.1 + } + } + ], + "n_results": 4, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147325" + ], + "fetched_at": "2026-05-27T02:23:29.814412+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147325.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147325.md new file mode 100644 index 00000000..258bb70b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147325.md @@ -0,0 +1,37 @@ +# Corn yield trial — Mayfield, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Sumner +- **City:** Mayfield +- **Year:** 2025 +- **Plot ID:** 147325 +- **Cooperator:** Fleming Feed and Grain +- **Plot average:** 150.25 BU/Ac +- **Planted:** 2025-04-17 +- **Harvested:** 2025-09-17 +- **Population:** 16,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Cotton +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147325 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | A641-26V | 3220EZ | - | 15.0 | 59.6 | 158.3 | 158.3 | +| 1 | AgriGold | A641-26V | 3220EZ | - | 14.7 | 59.6 | 161.8 | 161.8 | +| 3 | NK Brand | NK1701-V | 3220 | - | 16.4 | 58.3 | 140.8 | 140.8 | +| 4 | NK Brand | NK1701-V | 3220 | - | 16.5 | 58.2 | 140.1 | 140.1 | + +Top 5 by Yield: A641-26V (AgriGold) 161.8, A641-26V (AgriGold) 158.3, NK1701-V (NK Brand) 140.8, NK1701-V (NK Brand) 140.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147327.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147327.json new file mode 100644 index 00000000..41fe3c4f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147327.json @@ -0,0 +1,387 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147327", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Donnellson", + "county": "Lee", + "year": 2025, + "plot_id": "147327", + "cooperator": "West Central FS", + "plot_average": 226.06, + "planted_date": "2025-05-09", + "harvested_date": "2025-10-02", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 20, + "brand": "Becks", + "product": "6374V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.0, + "Yield": 217.2, + "Adj Yield": 217.2 + } + }, + { + "rank": 25, + "brand": "FS Seeds", + "product": "FS5845PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 56.3, + "Yield": 203.4, + "Adj Yield": 203.4 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 60.7, + "Yield": 200.9, + "Adj Yield": 200.9 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 58.5, + "Yield": 213.0, + "Adj Yield": 213.0 + } + }, + { + "rank": 9, + "brand": "FS Seeds", + "product": "FS6025XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 61.4, + "Yield": 232.2, + "Adj Yield": 232.2 + } + }, + { + "rank": 10, + "brand": "FS Seeds", + "product": "FS6133VDGRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 57.7, + "Yield": 229.8, + "Adj Yield": 229.8 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 60.8, + "Yield": 206.8, + "Adj Yield": 206.8 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 56.4, + "Yield": 228.7, + "Adj Yield": 228.7 + } + }, + { + "rank": 21, + "brand": "FS Seeds", + "product": "FS6137PC", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 58.8, + "Yield": 216.3, + "Adj Yield": 216.3 + } + }, + { + "rank": 18, + "brand": "FS Seeds", + "product": "FS6217XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 59.5, + "Yield": 218.5, + "Adj Yield": 218.5 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 62.0, + "Yield": 201.3, + "Adj Yield": 201.3 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 57.9, + "Yield": 221.8, + "Adj Yield": 221.8 + } + }, + { + "rank": 8, + "brand": "FS Seeds", + "product": "FS6395VDGRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 59.0, + "Yield": 235.6, + "Adj Yield": 235.6 + } + }, + { + "rank": 16, + "brand": "FS Seeds", + "product": "FS6447T", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 57.8, + "Yield": 222.8, + "Adj Yield": 222.8 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.8, + "Yield": 218.1, + "Adj Yield": 218.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 56.5, + "Yield": 242.4, + "Adj Yield": 242.4 + } + }, + { + "rank": 3, + "brand": "FS Seeds", + "product": "FS6432PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 61.9, + "Yield": 247.6, + "Adj Yield": 247.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 58.1, + "Yield": 240.2, + "Adj Yield": 240.2 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P0953AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 60.8, + "Yield": 226.8, + "Adj Yield": 226.8 + } + }, + { + "rank": 14, + "brand": "Pioneer", + "product": "P1027AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.4, + "Yield": 225.1, + "Adj Yield": 225.1 + } + }, + { + "rank": 11, + "brand": "Davis", + "product": "Unknown", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.7, + "Yield": 229.4, + "Adj Yield": 229.4 + } + }, + { + "rank": 4, + "brand": "Davis", + "product": "Unknown", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.8, + "Yield": 245.3, + "Adj Yield": 245.3 + } + }, + { + "rank": 23, + "brand": "Becks", + "product": "6258V4P", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 60.2, + "Yield": 208.0, + "Adj Yield": 208.0 + } + }, + { + "rank": 7, + "brand": "Becks", + "product": "6233PC", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 61.0, + "Yield": 239.9, + "Adj Yield": 239.9 + } + }, + { + "rank": 15, + "brand": "Brevant Seeds", + "product": "B10Y21PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 59.0, + "Yield": 223.7, + "Adj Yield": 223.7 + } + }, + { + "rank": 1, + "brand": "Brevant Seeds", + "product": "B09C43V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 59.6, + "Yield": 259.3, + "Adj Yield": 259.3 + } + }, + { + "rank": 2, + "brand": "Brevant Seeds", + "product": "B13C49V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 58.8, + "Yield": 249.4, + "Adj Yield": 249.4 + } + } + ], + "n_results": 27, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147327" + ], + "fetched_at": "2026-05-27T02:23:30.383187+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147327.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147327.md new file mode 100644 index 00000000..54766259 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147327.md @@ -0,0 +1,58 @@ +# Corn yield trial — Donnellson, IA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Lee +- **City:** Donnellson +- **Year:** 2025 +- **Plot ID:** 147327 +- **Cooperator:** West Central FS +- **Plot average:** 226.06 BU/Ac +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-02 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147327 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 20 | Becks | 6374V2P | VT2RIB | - | 15.8 | 58.0 | 217.2 | 217.2 | +| 25 | FS Seeds | FS5845PRIB | SSPRIB | - | 13.8 | 56.3 | 203.4 | 203.4 | +| 27 | AgriGold | A639-38V-RN | 3220 | - | 13.3 | 60.7 | 200.9 | 200.9 | +| 22 | AgriGold | A640-94VT4PRO | VT4Pro | - | 15.7 | 58.5 | 213.0 | 213.0 | +| 9 | FS Seeds | FS6025XRIB | STXRIB | - | 15.5 | 61.4 | 232.2 | 232.2 | +| 10 | FS Seeds | FS6133VDGRIB | DGVT2PRIB | - | 16.6 | 57.7 | 229.8 | 229.8 | +| 24 | AgriGold | A641-26V | 3220EZ | - | 14.6 | 60.8 | 206.8 | 206.8 | +| 12 | AgriGold | A641-62D-RN | 5122 | - | 17.3 | 56.4 | 228.7 | 228.7 | +| 21 | FS Seeds | FS6137PC | PWE | - | 15.3 | 58.8 | 216.3 | 216.3 | +| 18 | FS Seeds | FS6217XRIB | STXRIB | - | 16.1 | 59.5 | 218.5 | 218.5 | +| 26 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.3 | 62.0 | 201.3 | 201.3 | +| 17 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.9 | 57.9 | 221.8 | 221.8 | +| 8 | FS Seeds | FS6395VDGRIB | DGVT2PRIB | - | 15.5 | 59.0 | 235.6 | 235.6 | +| 16 | FS Seeds | FS6447T | Trecepta | - | 17.4 | 57.8 | 222.8 | 222.8 | +| 19 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.4 | 58.8 | 218.1 | 218.1 | +| 5 | AgriGold | A645-55VT2PRO | VT2Pro | - | 17.3 | 56.5 | 242.4 | 242.4 | +| 3 | FS Seeds | FS6432PRIB | SSPRIB | - | 16.3 | 61.9 | 247.6 | 247.6 | +| 6 | AgriGold | A645-30VT2RIB | VT2RIB | - | 20.2 | 58.1 | 240.2 | 240.2 | +| 13 | Pioneer | P0953AM | AM | - | 15.0 | 60.8 | 226.8 | 226.8 | +| 14 | Pioneer | P1027AM | AM | - | 16.0 | 58.4 | 225.1 | 225.1 | +| 11 | Davis | Unknown | Unknown | - | 14.3 | 59.7 | 229.4 | 229.4 | +| 4 | Davis | Unknown | Unknown | - | 14.8 | 58.8 | 245.3 | 245.3 | +| 23 | Becks | 6258V4P | VT4Pro | - | 14.1 | 60.2 | 208.0 | 208.0 | +| 7 | Becks | 6233PC | PCE | - | 16.0 | 61.0 | 239.9 | 239.9 | +| 15 | Brevant Seeds | B10Y21PCE | PCE | - | 17.1 | 59.0 | 223.7 | 223.7 | +| 1 | Brevant Seeds | B09C43V | Vorceed | - | 16.6 | 59.6 | 259.3 | 259.3 | +| 2 | Brevant Seeds | B13C49V | Vorceed | - | 16.8 | 58.8 | 249.4 | 249.4 | + +Top 5 by Yield: B09C43V (Brevant Seeds) 259.3, B13C49V (Brevant Seeds) 249.4, FS6432PRIB (FS Seeds) 247.6, Unknown (Davis) 245.3, A645-55VT2PRO (AgriGold) 242.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147333.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147333.json new file mode 100644 index 00000000..3fb54cbc --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147333.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147333", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "New Berlin", + "county": "Sangamon", + "year": 2025, + "plot_id": "147333", + "cooperator": "Jacob Olsson", + "plot_average": 245.38, + "planted_date": "2025-05-10", + "harvested_date": "2025-10-02", + "population_seeds_per_acre": 37000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 58.8, + "Yield": 255.9, + "Adj Yield": 255.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 56.9, + "Yield": 243.4, + "Adj Yield": 243.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 57.6, + "Yield": 255.3, + "Adj Yield": 255.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 56.6, + "Yield": 246.3, + "Adj Yield": 246.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 55.5, + "Yield": 248.9, + "Adj Yield": 248.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 58.0, + "Yield": 259.4, + "Adj Yield": 259.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 57.9, + "Yield": 239.0, + "Adj Yield": 239.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 55.3, + "Yield": 255.5, + "Adj Yield": 255.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 56.4, + "Yield": 233.2, + "Adj Yield": 233.2 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 58.1, + "Yield": 243.6, + "Adj Yield": 243.6 + } + }, + { + "rank": 10, + "brand": "Croplan", + "product": "CP5249PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 55.3, + "Yield": 226.0, + "Adj Yield": 226.0 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC117-78RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 57.6, + "Yield": 246.8, + "Adj Yield": 246.8 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 57.5, + "Yield": 255.4, + "Adj Yield": 255.4 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147333" + ], + "fetched_at": "2026-05-27T02:23:30.793658+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147333.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147333.md new file mode 100644 index 00000000..6360d89f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147333.md @@ -0,0 +1,43 @@ +# Corn yield trial — New Berlin, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Sangamon +- **City:** New Berlin +- **Year:** 2025 +- **Plot ID:** 147333 +- **Cooperator:** Jacob Olsson +- **Plot average:** 245.38 BU/Ac +- **Planted:** 2025-05-10 +- **Harvested:** 2025-10-02 +- **Population:** 37,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147333 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 18.7 | 58.8 | 255.9 | 255.9 | +| 7 | AgriGold | A642-18SSPRIB | SSPRIB | - | 19.5 | 56.9 | 243.4 | 243.4 | +| 3 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 19.8 | 57.6 | 255.3 | 255.3 | +| 6 | AgriGold | A643-52VT2RIB | VT2RIB | - | 19.9 | 56.6 | 246.3 | 246.3 | +| 4 | AgriGold | A644-64VT2RIB | VT2RIB | - | 21.4 | 55.5 | 248.9 | 248.9 | +| 1 | AgriGold | A642-32VT2RIB | VT2RIB | - | 19.0 | 58.0 | 259.4 | 259.4 | +| 8 | AgriGold | A645-30VT2RIB | VT2RIB | - | 20.6 | 57.9 | 239.0 | 239.0 | +| 2 | AgriGold | A645-16VT2RIB | VT2RIB | - | 21.0 | 55.3 | 255.5 | 255.5 | +| 9 | AgriGold | A645-71STXRIB | STXRIB | - | 20.0 | 56.4 | 233.2 | 233.2 | +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 18.7 | 58.1 | 243.6 | 243.6 | +| 10 | Croplan | CP5249PCE | PCE | - | 18.9 | 55.3 | 226.0 | 226.0 | +| 5 | Dekalb | DKC117-78RIB | VT2RIB | - | 20.6 | 57.6 | 246.8 | 246.8 | +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 18.9 | 57.5 | 255.4 | 255.4 | + +Top 5 by Yield: A642-32VT2RIB (AgriGold) 259.4, A642-32VT2RIB (AgriGold) 255.9, A645-16VT2RIB (AgriGold) 255.5, A642-32VT2RIB (AgriGold) 255.4, A642-05VT2RIBD1 (AgriGold) 255.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147334.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147334.json new file mode 100644 index 00000000..bb955b12 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147334.json @@ -0,0 +1,127 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147334", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "PA", + "state_abbrev": "pa", + "city": "Martinsburg", + "county": "Blair", + "year": 2025, + "plot_id": "147334", + "cooperator": "Andrew & Gary Bechtel", + "plot_average": 224.99, + "planted_date": "2025-04-30", + "harvested_date": "2025-10-02", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "Minimum", + "previous_crop": "Alfalfa", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 3, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 54.4, + "Yield": 225.2, + "Adj Yield": 225.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 54.5, + "Yield": 218.9, + "Adj Yield": 218.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 25.8, + "Test Wt.": 52.7, + "Yield": 225.0, + "Adj Yield": 225.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 56.1, + "Yield": 218.9, + "Adj Yield": 218.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.5, + "Test Wt.": 55.1, + "Yield": 226.5, + "Adj Yield": 226.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.7, + "Test Wt.": 53.5, + "Yield": 218.9, + "Adj Yield": 218.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 26.7, + "Test Wt.": 56.5, + "Yield": 241.5, + "Adj Yield": 241.5 + } + } + ], + "n_results": 7, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147334" + ], + "fetched_at": "2026-05-27T02:23:31.316972+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147334.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147334.md new file mode 100644 index 00000000..140e1257 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147334.md @@ -0,0 +1,36 @@ +# Corn yield trial — Martinsburg, PA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** PA +- **County:** Blair +- **City:** Martinsburg +- **Year:** 2025 +- **Plot ID:** 147334 +- **Cooperator:** Andrew & Gary Bechtel +- **Plot average:** 224.99 BU/Ac +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-02 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** Minimum +- **Previous crop:** Alfalfa +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147334 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | AgriGold | A640-16-3110 | 3110 | - | 21.2 | 54.4 | 225.2 | 225.2 | +| 5 | AgriGold | A641-26V | 3220EZ | - | 23.2 | 54.5 | 218.9 | 218.9 | +| 4 | AgriGold | A642-18SSPRIB | SSPRIB | - | 25.8 | 52.7 | 225.0 | 225.0 | +| 6 | AgriGold | A642-32VT2RIB | VT2RIB | - | 22.6 | 56.1 | 218.9 | 218.9 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 24.5 | 55.1 | 226.5 | 226.5 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 24.7 | 53.5 | 218.9 | 218.9 | +| 1 | AgriGold | A645-30VT2RIB | VT2RIB | - | 26.7 | 56.5 | 241.5 | 241.5 | + +Top 5 by Yield: A645-30VT2RIB (AgriGold) 241.5, A643-52VT2RIB (AgriGold) 226.5, A640-16-3110 (AgriGold) 225.2, A642-18SSPRIB (AgriGold) 225.0, A641-26V (AgriGold) 218.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147338.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147338.json new file mode 100644 index 00000000..02e6ae40 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147338.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147338", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "McPherson", + "county": "McPherson", + "year": 2025, + "plot_id": "147338", + "cooperator": "Ned Bergkamp", + "plot_average": 139.44, + "planted_date": "2025-04-18", + "harvested_date": "2025-10-01", + "population_seeds_per_acre": 18000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": null, + "Yield": 151.0, + "Adj Yield": 151.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": null, + "Yield": 151.0, + "Adj Yield": 151.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 124.5, + "Adj Yield": 124.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 121.2, + "Adj Yield": 121.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": null, + "Yield": 154.3, + "Adj Yield": 154.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": null, + "Yield": 142.4, + "Adj Yield": 142.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 144.4, + "Adj Yield": 144.4 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": null, + "Yield": 153.4, + "Adj Yield": 153.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": null, + "Yield": 138.3, + "Adj Yield": 138.3 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 145.9, + "Adj Yield": 145.9 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147338" + ], + "fetched_at": "2026-05-27T02:23:31.815612+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147338.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147338.md new file mode 100644 index 00000000..361df103 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147338.md @@ -0,0 +1,43 @@ +# Corn yield trial — McPherson, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** McPherson +- **City:** McPherson +- **Year:** 2025 +- **Plot ID:** 147338 +- **Cooperator:** Ned Bergkamp +- **Plot average:** 139.44 BU/Ac +- **Planted:** 2025-04-18 +- **Harvested:** 2025-10-01 +- **Population:** 18,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147338 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.0 | - | 151.0 | 151.0 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.0 | - | 151.0 | 151.0 | +| 6 | AgriGold | A636-39-3110 | 3110 | - | 13.5 | - | 124.5 | 124.5 | +| 7 | AgriGold | A640-16-3110 | 3110 | - | 14.5 | - | 121.2 | 121.2 | +| 1 | AgriGold | A641-26V | 3220EZ | - | 15.0 | - | 154.3 | 154.3 | +| 4 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.4 | - | 142.4 | 142.4 | +| 3 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.2 | - | 144.4 | 144.4 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.6 | - | 153.4 | 153.4 | +| 5 | AgriGold | A645-30VT2RIB | VT2RIB | - | 15.3 | - | 138.3 | 138.3 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.2 | - | 145.9 | 145.9 | + +Top 5 by Yield: A641-26V (AgriGold) 154.3, A643-52VT2RIB (AgriGold) 153.4, A643-52VT2RIB (AgriGold) 151.0, A643-52VT2RIB (AgriGold) 151.0, A643-52VT2RIB (AgriGold) 145.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147339.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147339.json new file mode 100644 index 00000000..74432ab3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147339.json @@ -0,0 +1,283 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147339", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Sterling", + "county": "Rice", + "year": 2025, + "plot_id": "147339", + "cooperator": "Krone Ag", + "plot_average": 104.24, + "planted_date": "2025-04-11", + "harvested_date": "2025-09-13", + "population_seeds_per_acre": 18000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Loam", + "tillage": "No Till", + "previous_crop": "Sorghum", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "Unknown", + "results": [ + { + "rank": null, + "brand": "Pioneer", + "product": "P0622AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 58.1, + "Yield": 98.4, + "Adj Yield": 98.4 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P0622AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 58.1, + "Yield": 98.4, + "Adj Yield": 98.4 + } + }, + { + "rank": 2, + "brand": "NC+", + "product": "NC08-01SSRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 59.2, + "Yield": 119.3, + "Adj Yield": 119.3 + } + }, + { + "rank": 14, + "brand": "Innvictis", + "product": "B0829DV EZR", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 55.9, + "Yield": 97.7, + "Adj Yield": 97.7 + } + }, + { + "rank": 11, + "brand": "Golden Harvest", + "product": "G10U97V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 59.6, + "Yield": 100.6, + "Adj Yield": 100.6 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 60.8, + "Yield": 105.5, + "Adj Yield": 105.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 58.8, + "Yield": 103.0, + "Adj Yield": 103.0 + } + }, + { + "rank": 6, + "brand": "NC+", + "product": "NC6499", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 59.6, + "Yield": 106.6, + "Adj Yield": 106.6 + } + }, + { + "rank": 3, + "brand": "NC+", + "product": "NC6358", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 58.7, + "Yield": 116.0, + "Adj Yield": 116.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 59.1, + "Yield": 101.4, + "Adj Yield": 101.4 + } + }, + { + "rank": 15, + "brand": "Innvictis", + "product": "A1257VT2P", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 57.4, + "Yield": 96.0, + "Adj Yield": 96.0 + } + }, + { + "rank": 12, + "brand": "Innvictis", + "product": "A1254TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 57.0, + "Yield": 99.4, + "Adj Yield": 99.4 + } + }, + { + "rank": 16, + "brand": "Golden Harvest", + "product": "G13U96-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 56.3, + "Yield": 90.4, + "Adj Yield": 90.4 + } + }, + { + "rank": 9, + "brand": "Golden Harvest", + "product": "G13U29-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 57.7, + "Yield": 101.9, + "Adj Yield": 101.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 60.3, + "Yield": 121.6, + "Adj Yield": 121.6 + } + }, + { + "rank": 4, + "brand": "NC+", + "product": "NC14-88VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 59.5, + "Yield": 115.4, + "Adj Yield": 115.4 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 59.3, + "Yield": 112.6, + "Adj Yield": 112.6 + } + }, + { + "rank": 17, + "brand": "Innvictis", + "product": "A1457VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 58.7, + "Yield": 86.3, + "Adj Yield": 86.3 + } + }, + { + "rank": null, + "brand": "Pioneer", + "product": "P0622AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 58.7, + "Yield": 87.2, + "Adj Yield": 87.2 + } + } + ], + "n_results": 19, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147339" + ], + "fetched_at": "2026-05-27T02:23:32.289457+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147339.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147339.md new file mode 100644 index 00000000..da443c0a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147339.md @@ -0,0 +1,52 @@ +# Corn yield trial — Sterling, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Rice +- **City:** Sterling +- **Year:** 2025 +- **Plot ID:** 147339 +- **Cooperator:** Krone Ag +- **Plot average:** 104.24 BU/Ac +- **Planted:** 2025-04-11 +- **Harvested:** 2025-09-13 +- **Population:** 18,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Loam +- **Tillage:** No Till +- **Previous crop:** Sorghum +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** Unknown +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147339 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Pioneer | P0622AML | AML | - | 14.0 | 58.1 | 98.4 | 98.4 | +| 13 | Pioneer | P0622AML | AML | - | 14.0 | 58.1 | 98.4 | 98.4 | +| 2 | NC+ | NC08-01SSRIB | STXRIB | - | 15.1 | 59.2 | 119.3 | 119.3 | +| 14 | Innvictis | B0829DV EZR | 5222EZ | - | 17.5 | 55.9 | 97.7 | 97.7 | +| 11 | Golden Harvest | G10U97V | 3220EZ | - | 16.8 | 59.6 | 100.6 | 100.6 | +| 7 | Dekalb | DKC111-35RIB | VT2RIB | - | 16.7 | 60.8 | 105.5 | 105.5 | +| 8 | AgriGold | A641-26V | 3220EZ | - | 17.4 | 58.8 | 103.0 | 103.0 | +| 6 | NC+ | NC6499 | VT2RIB | - | 16.9 | 59.6 | 106.6 | 106.6 | +| 3 | NC+ | NC6358 | VT4RIB | - | 18.3 | 58.7 | 116.0 | 116.0 | +| 10 | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.0 | 59.1 | 101.4 | 101.4 | +| 15 | Innvictis | A1257VT2P | VT2Pro | - | 17.6 | 57.4 | 96.0 | 96.0 | +| 12 | Innvictis | A1254TRERIB | TreceptaRIB | - | 18.3 | 57.0 | 99.4 | 99.4 | +| 16 | Golden Harvest | G13U96-DV | 5222EZ | - | 16.9 | 56.3 | 90.4 | 90.4 | +| 9 | Golden Harvest | G13U29-VZ | 3330EZ | - | 16.7 | 57.7 | 101.9 | 101.9 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.7 | 60.3 | 121.6 | 121.6 | +| 4 | NC+ | NC14-88VT2PRIB | VT2RIB | - | 16.8 | 59.5 | 115.4 | 115.4 | +| 5 | Dekalb | DKC114-43RIB | VT4RIB | - | 17.6 | 59.3 | 112.6 | 112.6 | +| 17 | Innvictis | A1457VT2PRIB | VT2RIB | - | 17.4 | 58.7 | 86.3 | 86.3 | +| - | Pioneer | P0622AML | AML | - | 14.2 | 58.7 | 87.2 | 87.2 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 121.6, NC08-01SSRIB (NC+) 119.3, NC6358 (NC+) 116.0, NC14-88VT2PRIB (NC+) 115.4, DKC114-43RIB (Dekalb) 112.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147340.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147340.json new file mode 100644 index 00000000..703dc0c5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147340.json @@ -0,0 +1,283 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147340", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Fredrick", + "county": "Rice", + "year": 2025, + "plot_id": "147340", + "cooperator": "Krone Ag", + "plot_average": 109.79, + "planted_date": "2025-04-14", + "harvested_date": "2025-09-29", + "population_seeds_per_acre": 17400, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Sorghum", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "Golden Harvest", + "product": "G10U97V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 59.5, + "Yield": 118.3, + "Adj Yield": 118.3 + } + }, + { + "rank": 3, + "brand": "Golden Harvest", + "product": "G10U97V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 59.5, + "Yield": 118.3, + "Adj Yield": 118.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 60.2, + "Yield": 111.8, + "Adj Yield": 111.8 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 58.9, + "Yield": 101.3, + "Adj Yield": 101.3 + } + }, + { + "rank": 2, + "brand": "NC+", + "product": "NC08-01SSRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 58.4, + "Yield": 120.5, + "Adj Yield": 120.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 60.2, + "Yield": 115.2, + "Adj Yield": 115.2 + } + }, + { + "rank": 4, + "brand": "Innvictis", + "product": "B0829DV EZR", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 57.9, + "Yield": 115.9, + "Adj Yield": 115.9 + } + }, + { + "rank": 16, + "brand": "NC+", + "product": "NC09-90", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 58.8, + "Yield": 94.8, + "Adj Yield": 94.8 + } + }, + { + "rank": 12, + "brand": "Golden Harvest", + "product": "G09M19-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 60.9, + "Yield": 109.8, + "Adj Yield": 109.8 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 59.7, + "Yield": 111.3, + "Adj Yield": 111.3 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.6, + "Yield": 111.5, + "Adj Yield": 111.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.3, + "Yield": 122.4, + "Adj Yield": 122.4 + } + }, + { + "rank": 7, + "brand": "NC+", + "product": "NC13-50SSPRORIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 61.1, + "Yield": 112.4, + "Adj Yield": 112.4 + } + }, + { + "rank": 6, + "brand": "Golden Harvest", + "product": "G13U96-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 58.0, + "Yield": 114.4, + "Adj Yield": 114.4 + } + }, + { + "rank": 9, + "brand": "Golden Harvest", + "product": "G13U29-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 59.7, + "Yield": 111.7, + "Adj Yield": 111.7 + } + }, + { + "rank": 15, + "brand": "Innvictis", + "product": "B1374PWE RA", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.5, + "Yield": 98.6, + "Adj Yield": 98.6 + } + }, + { + "rank": 17, + "brand": "Golden Harvest", + "product": "G16M15-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 59.5, + "Yield": 90.2, + "Adj Yield": 90.2 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 59.7, + "Yield": 106.3, + "Adj Yield": 106.3 + } + }, + { + "rank": null, + "brand": "Golden Harvest", + "product": "G10U97V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 57.4, + "Yield": 106.3, + "Adj Yield": 106.3 + } + } + ], + "n_results": 19, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147340" + ], + "fetched_at": "2026-05-27T02:23:32.836065+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147340.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147340.md new file mode 100644 index 00000000..d7b8e0a0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147340.md @@ -0,0 +1,52 @@ +# Corn yield trial — Fredrick, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Rice +- **City:** Fredrick +- **Year:** 2025 +- **Plot ID:** 147340 +- **Cooperator:** Krone Ag +- **Plot average:** 109.79 BU/Ac +- **Planted:** 2025-04-14 +- **Harvested:** 2025-09-29 +- **Population:** 17,400 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Sorghum +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147340 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Golden Harvest | G10U97V | 3220EZ | - | 15.2 | 59.5 | 118.3 | 118.3 | +| 3 | Golden Harvest | G10U97V | 3220EZ | - | 15.2 | 59.5 | 118.3 | 118.3 | +| 8 | AgriGold | A636-39-3110 | 3110 | - | 13.6 | 60.2 | 111.8 | 111.8 | +| 14 | AgriGold | A636-16-5222EZ | 5222EZ | - | 13.7 | 58.9 | 101.3 | 101.3 | +| 2 | NC+ | NC08-01SSRIB | STXRIB | - | 13.4 | 58.4 | 120.5 | 120.5 | +| 5 | AgriGold | A638-19 | C | - | 14.1 | 60.2 | 115.2 | 115.2 | +| 4 | Innvictis | B0829DV EZR | 5222EZ | - | 14.2 | 57.9 | 115.9 | 115.9 | +| 16 | NC+ | NC09-90 | PCE | - | 13.8 | 58.8 | 94.8 | 94.8 | +| 12 | Golden Harvest | G09M19-AA | 3120EZ | - | 13.4 | 60.9 | 109.8 | 109.8 | +| 11 | AgriGold | A640-16-3110 | 3110 | - | 15.4 | 59.7 | 111.3 | 111.3 | +| 10 | AgriGold | A641-62D-RN | 5122 | - | 17.0 | 58.6 | 111.5 | 111.5 | +| 1 | AgriGold | A642-18SSPRIB | SSPRIB | - | 14.5 | 59.3 | 122.4 | 122.4 | +| 7 | NC+ | NC13-50SSPRORIB | SSPRIB | - | 14.2 | 61.1 | 112.4 | 112.4 | +| 6 | Golden Harvest | G13U96-DV | 5222EZ | - | 15.1 | 58.0 | 114.4 | 114.4 | +| 9 | Golden Harvest | G13U29-VZ | 3330EZ | - | 14.8 | 59.7 | 111.7 | 111.7 | +| 15 | Innvictis | B1374PWE RA | PWE | - | 13.7 | 60.5 | 98.6 | 98.6 | +| 17 | Golden Harvest | G16M15-V | 3220EZ | - | 14.1 | 59.5 | 90.2 | 90.2 | +| 13 | AgriGold | A646-17STXRIB | STXRIB | - | 15.2 | 59.7 | 106.3 | 106.3 | +| - | Golden Harvest | G10U97V | 3220EZ | - | 15.1 | 57.4 | 106.3 | 106.3 | + +Top 5 by Yield: A642-18SSPRIB (AgriGold) 122.4, NC08-01SSRIB (NC+) 120.5, G10U97V (Golden Harvest) 118.3, G10U97V (Golden Harvest) 118.3, B0829DV EZR (Innvictis) 115.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147343.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147343.json new file mode 100644 index 00000000..b097a0c7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147343.json @@ -0,0 +1,114 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147343", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Washington", + "county": "Washington", + "year": 2025, + "plot_id": "147343", + "cooperator": "Brad Sheetz", + "plot_average": 245.85, + "planted_date": "2025-04-14", + "harvested_date": "2025-09-09", + "population_seeds_per_acre": 31600, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 5, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 56.9, + "Yield": 238.4, + "Adj Yield": 238.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A640-24", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 56.1, + "Yield": 251.4, + "Adj Yield": 251.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 58.4, + "Yield": 250.6, + "Adj Yield": 250.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 25.0, + "Test Wt.": 55.5, + "Yield": 259.4, + "Adj Yield": 259.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-30", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 57.2, + "Yield": 246.3, + "Adj Yield": 246.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A648-11", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 27.3, + "Test Wt.": 54.7, + "Yield": 229.0, + "Adj Yield": 229.0 + } + } + ], + "n_results": 6, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147343" + ], + "fetched_at": "2026-05-27T02:23:33.334325+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147343.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147343.md new file mode 100644 index 00000000..79243eee --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147343.md @@ -0,0 +1,35 @@ +# Corn yield trial — Washington, IA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Washington +- **City:** Washington +- **Year:** 2025 +- **Plot ID:** 147343 +- **Cooperator:** Brad Sheetz +- **Plot average:** 245.85 BU/Ac +- **Planted:** 2025-04-14 +- **Harvested:** 2025-09-09 +- **Population:** 31,600 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147343 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | AgriGold | A638-19 | C | - | 19.6 | 56.9 | 238.4 | 238.4 | +| 2 | AgriGold | A640-24 | C | - | 20.9 | 56.1 | 251.4 | 251.4 | +| 3 | AgriGold | A642-32 | C | - | 20.1 | 58.4 | 250.6 | 250.6 | +| 1 | AgriGold | A645-16 | C | - | 25.0 | 55.5 | 259.4 | 259.4 | +| 4 | AgriGold | A646-30 | C | - | 20.9 | 57.2 | 246.3 | 246.3 | +| 6 | AgriGold | A648-11 | C | - | 27.3 | 54.7 | 229.0 | 229.0 | + +Top 5 by Yield: A645-16 (AgriGold) 259.4, A640-24 (AgriGold) 251.4, A642-32 (AgriGold) 250.6, A646-30 (AgriGold) 246.3, A638-19 (AgriGold) 238.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147363.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147363.json new file mode 100644 index 00000000..b071d910 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147363.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147363", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Waterville", + "county": "Marshall", + "year": 2025, + "plot_id": "147363", + "cooperator": "Randy Jacobson", + "plot_average": 211.25, + "planted_date": "2025-04-16", + "harvested_date": "2025-10-05", + "population_seeds_per_acre": 26500, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": 15, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 53.8, + "Yield": 196.9, + "Adj Yield": 196.9 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 56.2, + "Yield": 202.8, + "Adj Yield": 202.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 58.9, + "Yield": 231.8, + "Adj Yield": 231.8 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 59.3, + "Yield": 209.7, + "Adj Yield": 209.7 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 59.7, + "Yield": 200.3, + "Adj Yield": 200.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.2, + "Yield": 215.4, + "Adj Yield": 215.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 60.7, + "Yield": 208.3, + "Adj Yield": 208.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 59.6, + "Yield": 226.6, + "Adj Yield": 226.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 59.3, + "Yield": 218.5, + "Adj Yield": 218.5 + } + }, + { + "rank": 11, + "brand": "NC+", + "product": "NC11-15VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 59.1, + "Yield": 207.0, + "Adj Yield": 207.0 + } + }, + { + "rank": 5, + "brand": "NC+", + "product": "NC6358", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 59.9, + "Yield": 218.9, + "Adj Yield": 218.9 + } + }, + { + "rank": 16, + "brand": "NC+", + "product": "NC14-88VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 59.2, + "Yield": 173.5, + "Adj Yield": 173.5 + } + }, + { + "rank": 13, + "brand": "NC+", + "product": "NC 7204", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 59.6, + "Yield": 201.6, + "Adj Yield": 201.6 + } + }, + { + "rank": 3, + "brand": "NC+", + "product": "NC 7728", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 60.7, + "Yield": 229.7, + "Adj Yield": 229.7 + } + }, + { + "rank": 9, + "brand": "NC+", + "product": "NC 7971", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 58.6, + "Yield": 209.0, + "Adj Yield": 209.0 + } + }, + { + "rank": 2, + "brand": "NC+", + "product": "NC18-88", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 60.3, + "Yield": 230.0, + "Adj Yield": 230.0 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147363" + ], + "fetched_at": "2026-05-27T02:23:33.824142+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147363.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147363.md new file mode 100644 index 00000000..95425496 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147363.md @@ -0,0 +1,49 @@ +# Corn yield trial — Waterville, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Marshall +- **City:** Waterville +- **Year:** 2025 +- **Plot ID:** 147363 +- **Cooperator:** Randy Jacobson +- **Plot average:** 211.25 BU/Ac +- **Planted:** 2025-04-16 +- **Harvested:** 2025-10-05 +- **Population:** 26,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147363 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 15 | AgriGold | A641-26V | 3220EZ | - | 14.3 | 53.8 | 196.9 | 196.9 | +| 12 | AgriGold | A641-62D-RN | 5122 | - | 13.5 | 56.2 | 202.8 | 202.8 | +| 1 | AgriGold | A642-18SSPRIB | SSPRIB | - | 13.6 | 58.9 | 231.8 | 231.8 | +| 8 | AgriGold | A642-32VT2RIB | VT2RIB | - | 13.5 | 59.3 | 209.7 | 209.7 | +| 14 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.1 | 59.7 | 200.3 | 200.3 | +| 7 | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.5 | 59.2 | 215.4 | 215.4 | +| 10 | AgriGold | A645-30VT2RIB | VT2RIB | - | 14.5 | 60.7 | 208.3 | 208.3 | +| 4 | AgriGold | A645-55VT2PRO | VT2Pro | - | 13.5 | 59.6 | 226.6 | 226.6 | +| 6 | AgriGold | A646-17STXRIB | STXRIB | - | 13.7 | 59.3 | 218.5 | 218.5 | +| 11 | NC+ | NC11-15VT2PRIB | VT2RIB | - | 13.5 | 59.1 | 207.0 | 207.0 | +| 5 | NC+ | NC6358 | VT4RIB | - | 13.4 | 59.9 | 218.9 | 218.9 | +| 16 | NC+ | NC14-88VT2PRIB | VT2RIB | - | 13.4 | 59.2 | 173.5 | 173.5 | +| 13 | NC+ | NC 7204 | VT4RIB | - | 13.9 | 59.6 | 201.6 | 201.6 | +| 3 | NC+ | NC 7728 | VT2RIB | - | 14.0 | 60.7 | 229.7 | 229.7 | +| 9 | NC+ | NC 7971 | SSPRIB | - | 13.1 | 58.6 | 209.0 | 209.0 | +| 2 | NC+ | NC18-88 | TreceptaRIB | - | 13.1 | 60.3 | 230.0 | 230.0 | + +Top 5 by Yield: A642-18SSPRIB (AgriGold) 231.8, NC18-88 (NC+) 230.0, NC 7728 (NC+) 229.7, A645-55VT2PRO (AgriGold) 226.6, NC6358 (NC+) 218.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147364.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147364.json new file mode 100644 index 00000000..ce816a35 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147364.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147364", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Carlyle", + "county": "Clinton", + "year": 2025, + "plot_id": "147364", + "cooperator": "RON HOLEVOET", + "plot_average": 173.56, + "planted_date": "2025-05-22", + "harvested_date": "2025-10-05", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 59.1, + "Yield": 189.0, + "Adj Yield": 182.92 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 59.1, + "Yield": 176.1, + "Adj Yield": 169.16 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 58.1, + "Yield": 176.6, + "Adj Yield": 168.64 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 57.8, + "Yield": 145.2, + "Adj Yield": 135.83 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 58.2, + "Yield": 193.2, + "Adj Yield": 193.2 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 57.8, + "Yield": 169.2, + "Adj Yield": 160.29 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 56.7, + "Yield": 191.4, + "Adj Yield": 184.98 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 59.4, + "Yield": 183.0, + "Adj Yield": 179.12 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 59.4, + "Yield": 190.7, + "Adj Yield": 189.37 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 58.0, + "Yield": 170.7, + "Adj Yield": 171.97 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.2, + "Yield": 171.6, + "Adj Yield": 175.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 60.8, + "Yield": 160.7, + "Adj Yield": 167.03 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 58.1, + "Yield": 189.1, + "Adj Yield": 198.06 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 57.6, + "Yield": 170.2, + "Adj Yield": 170.2 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147364" + ], + "fetched_at": "2026-05-27T02:23:34.348019+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147364.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147364.md new file mode 100644 index 00000000..2c66d3dc --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147364.md @@ -0,0 +1,43 @@ +# Corn yield trial — Carlyle, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Clinton +- **City:** Carlyle +- **Year:** 2025 +- **Plot ID:** 147364 +- **Cooperator:** RON HOLEVOET +- **Plot average:** 173.56 BU/Ac +- **Planted:** 2025-05-22 +- **Harvested:** 2025-10-05 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147364 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 4 | AgriGold | A645-16 | C | - | 13.5 | 59.1 | 189.0 | 182.92 | +| 8 | AgriGold | A641-26V | 3220EZ | - | 12.5 | 59.1 | 176.1 | 169.16 | +| 9 | AgriGold | A642-18TRC | Trecepta | - | 13.2 | 58.1 | 176.6 | 168.64 | +| 12 | AgriGold | A642-32VT2RIB | VT2RIB | - | 13.1 | 57.8 | 145.2 | 135.83 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.4 | 58.2 | 193.2 | 193.2 | +| 11 | AgriGold | A644-64VT2RIB | VT2RIB | - | 13.7 | 57.8 | 169.2 | 160.29 | +| 3 | AgriGold | A640-94VT4PRO | VT4Pro | - | 15.3 | 56.7 | 191.4 | 184.98 | +| 5 | AgriGold | A645-30VT2RIB | VT2RIB | - | 14.9 | 59.4 | 183.0 | 179.12 | +| 2 | AgriGold | A645-55VT2PRO | VT2Pro | - | 14.0 | 59.4 | 190.7 | 189.37 | +| 7 | AgriGold | A646-17TRC | Trecepta | - | 13.8 | 58.0 | 170.7 | 171.97 | +| 6 | AgriGold | L6722VT2PRO | VT2Pro | - | 13.7 | 60.2 | 171.6 | 175.4 | +| 10 | AgriGold | L6818VT2PRO | VT2Pro | - | 13.6 | 60.8 | 160.7 | 167.03 | +| 1 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 13.1 | 58.1 | 189.1 | 198.06 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.1 | 57.6 | 170.2 | 170.2 | + +Top 5 by Yield: A645-16VT2RIB (AgriGold) 193.2, A640-94VT4PRO (AgriGold) 191.4, A645-55VT2PRO (AgriGold) 190.7, A642-05VT2RIBD1 (AgriGold) 189.1, A645-16 (AgriGold) 189.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147367.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147367.json new file mode 100644 index 00000000..b1b62972 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147367.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147367", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Pendleton", + "county": "Madison", + "year": 2025, + "plot_id": "147367", + "cooperator": "Filbrun Grain Farms", + "plot_average": 236.5, + "planted_date": "2025-05-08", + "harvested_date": "2025-10-03", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Veltyma", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 59.0, + "Yield": 275.2, + "Adj Yield": 275.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A630-04AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 58.9, + "Yield": 226.5, + "Adj Yield": 217.59 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 57.5, + "Yield": 230.5, + "Adj Yield": 224.14 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.5, + "Yield": 230.5, + "Adj Yield": 226.68 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 58.2, + "Yield": 216.8, + "Adj Yield": 215.53 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 55.8, + "Yield": 256.1, + "Adj Yield": 257.37 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 57.2, + "Yield": 238.3, + "Adj Yield": 242.12 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.5, + "Yield": 241.3, + "Adj Yield": 247.66 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 58.5, + "Yield": 252.0, + "Adj Yield": 260.91 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 58.5, + "Yield": 252.3, + "Adj Yield": 252.3 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147367" + ], + "fetched_at": "2026-05-27T02:23:34.819435+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147367.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147367.md new file mode 100644 index 00000000..eb99756f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147367.md @@ -0,0 +1,41 @@ +# Corn yield trial — Pendleton, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Madison +- **City:** Pendleton +- **Year:** 2025 +- **Plot ID:** 147367 +- **Cooperator:** Filbrun Grain Farms +- **Plot average:** 236.5 BU/Ac +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-03 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Veltyma +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147367 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 19.5 | 59.0 | 275.2 | 275.2 | +| 7 | AgriGold | A630-04AA | 3120EZ | - | 15.5 | 58.9 | 226.5 | 217.59 | +| 6 | AgriGold | A631-08VT2RIB | VT2RIB | - | 16.3 | 57.5 | 230.5 | 224.14 | +| 5 | AgriGold | A632-68VT2RIB | VT2RIB | - | 15.8 | 58.5 | 230.5 | 226.68 | +| 8 | AgriGold | A634-11SSPRIB | SSPRIB | - | 15.0 | 58.2 | 216.8 | 215.53 | +| 2 | AgriGold | A636-11VT2RIB | VT2RIB | - | 18.6 | 55.8 | 256.1 | 257.37 | +| 4 | AgriGold | A636-42SSPRIB | SSPRIB | - | 17.1 | 57.2 | 238.3 | 242.12 | +| 3 | AgriGold | A637-72VT2RIB | VT2RIB | - | 17.0 | 58.5 | 241.3 | 247.66 | +| 1 | AgriGold | A639-38V-RN | 3220 | - | 18.5 | 58.5 | 252.0 | 260.91 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 20.2 | 58.5 | 252.3 | 252.3 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 275.2, A636-11VT2RIB (AgriGold) 256.1, A643-52VT2RIB (AgriGold) 252.3, A639-38V-RN (AgriGold) 252.0, A637-72VT2RIB (AgriGold) 241.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147371.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147371.json new file mode 100644 index 00000000..63e8105b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147371.json @@ -0,0 +1,361 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147371", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Pendleton", + "county": "Madison", + "year": 2025, + "plot_id": "147371", + "cooperator": "Filbrun Grain Farms", + "plot_average": 247.33, + "planted_date": "2025-05-08", + "harvested_date": "2025-10-03", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Veltyma", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 57.8, + "Yield": 252.3, + "Adj Yield": 252.3 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 57.1, + "Yield": 231.7, + "Adj Yield": 232.53 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 57.1, + "Yield": 238.4, + "Adj Yield": 239.48 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 57.3, + "Yield": 243.5, + "Adj Yield": 244.87 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 57.4, + "Yield": 236.8, + "Adj Yield": 238.51 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 55.2, + "Yield": 236.4, + "Adj Yield": 238.51 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 57.0, + "Yield": 252.0, + "Adj Yield": 254.62 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 58.5, + "Yield": 248.4, + "Adj Yield": 251.65 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 57.6, + "Yield": 248.8, + "Adj Yield": 248.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 58.7, + "Yield": 251.7, + "Adj Yield": 254.97 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 58.6, + "Yield": 251.8, + "Adj Yield": 254.44 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": 56.0, + "Yield": 271.4, + "Adj Yield": 273.51 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": 58.7, + "Yield": 265.2, + "Adj Yield": 266.84 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 59.3, + "Yield": 254.8, + "Adj Yield": 255.99 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 57.5, + "Yield": 253.7, + "Adj Yield": 254.46 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 58.3, + "Yield": 239.2, + "Adj Yield": 239.52 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": 57.8, + "Yield": 223.7, + "Adj Yield": 223.58 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 57.7, + "Yield": 257.5, + "Adj Yield": 256.92 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 59.0, + "Yield": 247.3, + "Adj Yield": 246.24 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 57.4, + "Yield": 258.4, + "Adj Yield": 256.84 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 56.2, + "Yield": 244.6, + "Adj Yield": 242.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": 56.2, + "Yield": 260.7, + "Adj Yield": 258.03 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 57.9, + "Yield": 229.3, + "Adj Yield": 226.01 + } + }, + { + "rank": 20, + "brand": "Dekalb", + "product": "DKC66-18RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 57.6, + "Yield": 235.3, + "Adj Yield": 231.34 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 58.2, + "Yield": 257.6, + "Adj Yield": 257.6 + } + } + ], + "n_results": 25, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147371" + ], + "fetched_at": "2026-05-27T02:23:35.365614+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147371.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147371.md new file mode 100644 index 00000000..0cf99a37 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147371.md @@ -0,0 +1,56 @@ +# Corn yield trial — Pendleton, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Madison +- **City:** Pendleton +- **Year:** 2025 +- **Plot ID:** 147371 +- **Cooperator:** Filbrun Grain Farms +- **Plot average:** 247.33 BU/Ac +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-03 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Veltyma +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147371 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 20.2 | 57.8 | 252.3 | 252.3 | +| 19 | AgriGold | A638-19 | C | - | 17.9 | 57.1 | 231.7 | 232.53 | +| 16 | AgriGold | A639-03VT2RIB | VT2RIB | - | 17.5 | 57.1 | 238.4 | 239.48 | +| 13 | AgriGold | A640-16-3110 | 3110 | - | 18.2 | 57.3 | 243.5 | 244.87 | +| 17 | AgriGold | A640-94VT4PRO | VT4Pro | - | 19.2 | 57.4 | 236.8 | 238.51 | +| 17 | AgriGold | A641-62D-RN | 5122 | - | 21.3 | 55.2 | 236.4 | 238.51 | +| 8 | AgriGold | A642-18SSPRIB | SSPRIB | - | 19.9 | 57.0 | 252.0 | 254.62 | +| 11 | AgriGold | A642-32VT2RIB | VT2RIB | - | 19.9 | 58.5 | 248.4 | 251.65 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 20.7 | 57.6 | 248.8 | 248.8 | +| 7 | AgriGold | A643-52VT2RIB | VT2RIB | - | 21.0 | 58.7 | 251.7 | 254.97 | +| 10 | Dekalb | DKC111-35RIB | VT2RIB | - | 21.1 | 58.6 | 251.8 | 254.44 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 23.0 | 56.0 | 271.4 | 273.51 | +| 2 | AgriGold | A645-30VT2RIB | VT2RIB | - | 23.1 | 58.7 | 265.2 | 266.84 | +| 6 | AgriGold | A645-55VT2PRO | VT2Pro | - | 20.0 | 59.3 | 254.8 | 255.99 | +| 9 | AgriGold | A645-71STXRIB | STXRIB | - | 21.1 | 57.5 | 253.7 | 254.46 | +| 15 | AgriGold | A645-16VT2RIB | VT2RIB | - | 21.1 | 58.3 | 239.2 | 239.52 | +| 22 | AgriGold | A646-17STXRIB | STXRIB | - | 23.0 | 57.8 | 223.7 | 223.58 | +| 4 | Dekalb | DKC114-99RIB | VT4RIB | - | 21.9 | 57.7 | 257.5 | 256.92 | +| 12 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 19.0 | 59.0 | 247.3 | 246.24 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 20.7 | 57.4 | 258.4 | 256.84 | +| 14 | AgriGold | A646-30VT2RIB | VT2RIB | - | 20.1 | 56.2 | 244.6 | 242.5 | +| 3 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 24.0 | 56.2 | 260.7 | 258.03 | +| 21 | AgriGold | A647-79VT2PRO | VT2Pro | - | 20.7 | 57.9 | 229.3 | 226.01 | +| 20 | Dekalb | DKC66-18RIB | VT2RIB | - | 20.8 | 57.6 | 235.3 | 231.34 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 19.3 | 58.2 | 257.6 | 257.6 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 271.4, A645-30VT2RIB (AgriGold) 265.2, A647-42TRCRIB (AgriGold) 260.7, A643-52VT2RIB (AgriGold) 258.4, A643-52VT2RIB (AgriGold) 257.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147381.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147381.json new file mode 100644 index 00000000..4a4b0bea --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147381.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147381", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Marshall", + "county": "Saline", + "year": 2025, + "plot_id": "147381", + "cooperator": "Justin Durham", + "plot_average": 249.17, + "planted_date": "2025-05-06", + "harvested_date": "2025-09-30", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 61.4, + "Yield": 243.8, + "Adj Yield": 243.8 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 59.7, + "Yield": 227.3, + "Adj Yield": 227.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 60.2, + "Yield": 254.3, + "Adj Yield": 254.3 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.8, + "Yield": 220.8, + "Adj Yield": 220.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 61.6, + "Yield": 250.6, + "Adj Yield": 250.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 61.0, + "Yield": 273.4, + "Adj Yield": 273.4 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 61.6, + "Yield": 248.2, + "Adj Yield": 248.2 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 61.1, + "Yield": 228.0, + "Adj Yield": 228.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 60.1, + "Yield": 262.8, + "Adj Yield": 262.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 62.4, + "Yield": 269.9, + "Adj Yield": 269.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 63.0, + "Yield": 262.7, + "Adj Yield": 262.7 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 60.4, + "Yield": 243.2, + "Adj Yield": 243.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 61.1, + "Yield": 243.9, + "Adj Yield": 243.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 62.9, + "Yield": 259.7, + "Adj Yield": 259.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 62.4, + "Yield": 248.9, + "Adj Yield": 248.9 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147381" + ], + "fetched_at": "2026-05-27T02:23:35.814482+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147381.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147381.md new file mode 100644 index 00000000..233dbd42 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147381.md @@ -0,0 +1,44 @@ +# Corn yield trial — Marshall, MO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Saline +- **City:** Marshall +- **Year:** 2025 +- **Plot ID:** 147381 +- **Cooperator:** Justin Durham +- **Plot average:** 249.17 BU/Ac +- **Planted:** 2025-05-06 +- **Harvested:** 2025-09-30 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147381 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 11 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.6 | 61.4 | 243.8 | 243.8 | +| 14 | AgriGold | A639-03VT2RIB | VT2RIB | - | 13.2 | 59.7 | 227.3 | 227.3 | +| 6 | AgriGold | A640-94VT4PRO | VT4Pro | - | 13.6 | 60.2 | 254.3 | 254.3 | +| 15 | AgriGold | A641-26V | 3220EZ | - | 14.5 | 59.8 | 220.8 | 220.8 | +| 7 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.0 | 61.6 | 250.6 | 250.6 | +| 1 | AgriGold | A642-18TRC | Trecepta | - | 16.2 | 61.0 | 273.4 | 273.4 | +| 9 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.1 | 61.6 | 248.2 | 248.2 | +| 13 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.2 | 61.1 | 228.0 | 228.0 | +| 3 | AgriGold | A645-16VT2RIB | VT2RIB | - | 17.5 | 60.1 | 262.8 | 262.8 | +| 2 | AgriGold | A645-30VT2RIB | VT2RIB | - | 17.3 | 62.4 | 269.9 | 269.9 | +| 4 | AgriGold | A645-55VT2PRO | VT2Pro | - | 14.2 | 63.0 | 262.7 | 262.7 | +| 12 | AgriGold | A646-17TRC | Trecepta | - | 14.5 | 60.4 | 243.2 | 243.2 | +| 10 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 14.4 | 61.1 | 243.9 | 243.9 | +| 5 | AgriGold | A647-79VT2PRO | VT2Pro | - | 13.7 | 62.9 | 259.7 | 259.7 | +| 8 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.0 | 62.4 | 248.9 | 248.9 | + +Top 5 by Yield: A642-18TRC (AgriGold) 273.4, A645-30VT2RIB (AgriGold) 269.9, A645-16VT2RIB (AgriGold) 262.8, A645-55VT2PRO (AgriGold) 262.7, A647-79VT2PRO (AgriGold) 259.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147389.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147389.json new file mode 100644 index 00000000..f844b9cf --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147389.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147389", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Tiskilwa", + "county": "Bureau", + "year": 2025, + "plot_id": "147389", + "cooperator": "Ag View FS, Inc.", + "plot_average": 290.85, + "planted_date": "2025-04-28", + "harvested_date": "2025-10-06", + "population_seeds_per_acre": 35400, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "Brevant Seeds", + "product": "B12J58V", + "traits": "VNRR", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": null, + "Yield": 311.0, + "Adj Yield": 311.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": null, + "Yield": 303.1, + "Adj Yield": 303.1 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 302.4, + "Adj Yield": 302.4 + } + }, + { + "rank": 4, + "brand": "FS Seeds", + "product": "FS6245VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": null, + "Yield": 302.1, + "Adj Yield": 302.1 + } + }, + { + "rank": 5, + "brand": "FS Seeds", + "product": "FS6432PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 301.1, + "Adj Yield": 301.1 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": null, + "Yield": 300.6, + "Adj Yield": 300.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": null, + "Yield": 299.1, + "Adj Yield": 299.1 + } + }, + { + "rank": 8, + "brand": "FS Seeds", + "product": "FS5845PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": null, + "Yield": 297.6, + "Adj Yield": 297.6 + } + }, + { + "rank": 9, + "brand": "Brevant Seeds", + "product": "B14C59V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": null, + "Yield": 297.5, + "Adj Yield": 297.5 + } + }, + { + "rank": 10, + "brand": "FS Seeds", + "product": "FS6042FRIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 23.7, + "Test Wt.": null, + "Yield": 296.9, + "Adj Yield": 296.9 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": null, + "Yield": 293.6, + "Adj Yield": 293.6 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": null, + "Yield": 293.3, + "Adj Yield": 293.3 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": null, + "Yield": 291.8, + "Adj Yield": 291.8 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": null, + "Yield": 289.1, + "Adj Yield": 289.1 + } + }, + { + "rank": 14, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": null, + "Yield": 289.1, + "Adj Yield": 289.1 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": null, + "Yield": 288.7, + "Adj Yield": 288.7 + } + }, + { + "rank": 17, + "brand": "FS Seeds", + "product": "FS6545VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": null, + "Yield": 288.2, + "Adj Yield": 288.2 + } + }, + { + "rank": 18, + "brand": "FS Seeds", + "product": "FS5552F", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 286.7, + "Adj Yield": 286.7 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": null, + "Yield": 286.6, + "Adj Yield": 286.6 + } + }, + { + "rank": 20, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": null, + "Yield": 286.1, + "Adj Yield": 286.1 + } + }, + { + "rank": 21, + "brand": "Brevant Seeds", + "product": "B04J45V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 285.4, + "Adj Yield": 285.4 + } + }, + { + "rank": 22, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 284.5, + "Adj Yield": 284.5 + } + }, + { + "rank": 22, + "brand": "NK Brand", + "product": "NK1732-DVZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 26.7, + "Test Wt.": null, + "Yield": 284.5, + "Adj Yield": 284.5 + } + }, + { + "rank": 24, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 284.4, + "Adj Yield": 284.4 + } + }, + { + "rank": 25, + "brand": "NK Brand", + "product": "NK1188-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": null, + "Yield": 284.3, + "Adj Yield": 284.3 + } + }, + { + "rank": 26, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": null, + "Yield": 284.1, + "Adj Yield": 284.1 + } + }, + { + "rank": 27, + "brand": "FS Seeds", + "product": "FS6447T", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": null, + "Yield": 282.1, + "Adj Yield": 282.1 + } + }, + { + "rank": 28, + "brand": "NK Brand", + "product": "NK0880-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": null, + "Yield": 278.4, + "Adj Yield": 278.4 + } + }, + { + "rank": 29, + "brand": "NK Brand", + "product": "NK1480-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": null, + "Yield": 277.2, + "Adj Yield": 277.2 + } + }, + { + "rank": 30, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 275.9, + "Adj Yield": 275.9 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147389" + ], + "fetched_at": "2026-05-27T02:23:36.326506+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147389.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147389.md new file mode 100644 index 00000000..86c7844c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147389.md @@ -0,0 +1,60 @@ +# Corn yield trial — Tiskilwa, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Bureau +- **City:** Tiskilwa +- **Year:** 2025 +- **Plot ID:** 147389 +- **Cooperator:** Ag View FS, Inc. +- **Plot average:** 290.85 BU/Ac +- **Planted:** 2025-04-28 +- **Harvested:** 2025-10-06 +- **Population:** 35,400 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147389 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | Brevant Seeds | B12J58V | VNRR | - | 21.1 | - | 311.0 | 311.0 | +| 2 | AgriGold | A642-18SSPRIB | SSPRIB | - | 20.7 | - | 303.1 | 303.1 | +| 3 | Dekalb | DKC114-99RIB | VT4RIB | - | 20.9 | - | 302.4 | 302.4 | +| 4 | FS Seeds | FS6245VRIB | VT2RIB | - | 21.0 | - | 302.1 | 302.1 | +| 5 | FS Seeds | FS6432PRIB | SSPRIB | - | 19.2 | - | 301.1 | 301.1 | +| 6 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 21.4 | - | 300.6 | 300.6 | +| 7 | AgriGold | A640-94VT4PRO | VT4Pro | - | 23.0 | - | 299.1 | 299.1 | +| 8 | FS Seeds | FS5845PRIB | SSPRIB | - | 18.7 | - | 297.6 | 297.6 | +| 9 | Brevant Seeds | B14C59V | Vorceed | - | 22.1 | - | 297.5 | 297.5 | +| 10 | FS Seeds | FS6042FRIB | VT4Pro | - | 23.7 | - | 296.9 | 296.9 | +| 11 | AgriGold | A642-32VT2RIB | VT2RIB | - | 21.5 | - | 293.6 | 293.6 | +| 12 | AgriGold | A645-71STXRIB | STXRIB | - | 22.2 | - | 293.3 | 293.3 | +| 13 | Dekalb | DKC112-35RIB | SSPRIB | - | 19.5 | - | 291.8 | 291.8 | +| 14 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 19.3 | - | 289.1 | 289.1 | +| 14 | NK Brand | NK1228-AA | 3220 | - | 21.9 | - | 289.1 | 289.1 | +| 16 | AgriGold | A644-64VT2RIB | VT2RIB | - | 21.9 | - | 288.7 | 288.7 | +| 17 | FS Seeds | FS6545VRIB | VT2RIB | - | 21.2 | - | 288.2 | 288.2 | +| 18 | FS Seeds | FS5552F | VT4RIB | - | 17.1 | - | 286.7 | 286.7 | +| 19 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 22.5 | - | 286.6 | 286.6 | +| 20 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 21.2 | - | 286.1 | 286.1 | +| 21 | Brevant Seeds | B04J45V | Vorceed | - | 17.3 | - | 285.4 | 285.4 | +| 22 | NK Brand | NK1307-DV | 5222 | - | 21.3 | - | 284.5 | 284.5 | +| 22 | NK Brand | NK1732-DVZ | 5222EZ | - | 26.7 | - | 284.5 | 284.5 | +| 24 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 16.6 | - | 284.4 | 284.4 | +| 25 | NK Brand | NK1188-D | 5122EZ | - | 20.7 | - | 284.3 | 284.3 | +| 26 | Dekalb | DKC110-10RIB | STXRIB | - | 19.4 | - | 284.1 | 284.1 | +| 27 | FS Seeds | FS6447T | Trecepta | - | 22.0 | - | 282.1 | 282.1 | +| 28 | NK Brand | NK0880-V | 3220EZ | - | 21.0 | - | 278.4 | 278.4 | +| 29 | NK Brand | NK1480-DV | 5222EZ | - | 21.6 | - | 277.2 | 277.2 | +| 30 | Brevant Seeds | B08R32V | Vorceed | - | 18.5 | - | 275.9 | 275.9 | + +Top 5 by Yield: B12J58V (Brevant Seeds) 311.0, A642-18SSPRIB (AgriGold) 303.1, DKC114-99RIB (Dekalb) 302.4, FS6245VRIB (FS Seeds) 302.1, FS6432PRIB (FS Seeds) 301.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147390.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147390.json new file mode 100644 index 00000000..1f764f29 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147390.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147390", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Magnolia", + "county": "Putnam", + "year": 2025, + "plot_id": "147390", + "cooperator": "Ag View FS, Inc.", + "plot_average": 261.21, + "planted_date": "2025-05-05", + "harvested_date": "2025-09-26", + "population_seeds_per_acre": 35400, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 23.9, + "Test Wt.": null, + "Yield": 292.6, + "Adj Yield": 292.6 + } + }, + { + "rank": 2, + "brand": "Brevant Seeds", + "product": "B04J45V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": null, + "Yield": 281.8, + "Adj Yield": 281.8 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 25.7, + "Test Wt.": null, + "Yield": 281.4, + "Adj Yield": 281.4 + } + }, + { + "rank": 4, + "brand": "Brevant Seeds", + "product": "B14C59V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 27.0, + "Test Wt.": null, + "Yield": 278.1, + "Adj Yield": 278.1 + } + }, + { + "rank": 5, + "brand": "NK Brand", + "product": "NK1188-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 28.7, + "Test Wt.": null, + "Yield": 277.7, + "Adj Yield": 277.7 + } + }, + { + "rank": 6, + "brand": "Brevant Seeds", + "product": "B12J58V", + "traits": "VNRR", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": null, + "Yield": 272.7, + "Adj Yield": 272.7 + } + }, + { + "rank": 7, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 27.4, + "Test Wt.": null, + "Yield": 272.4, + "Adj Yield": 272.4 + } + }, + { + "rank": 8, + "brand": "FS Seeds", + "product": "FS6432PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": null, + "Yield": 272.3, + "Adj Yield": 272.3 + } + }, + { + "rank": 9, + "brand": "FS Seeds", + "product": "FS5845PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 266.1, + "Adj Yield": 266.1 + } + }, + { + "rank": 10, + "brand": "FS Seeds", + "product": "FS5552F", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": null, + "Yield": 264.5, + "Adj Yield": 264.5 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": null, + "Yield": 263.1, + "Adj Yield": 263.1 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": null, + "Yield": 263.0, + "Adj Yield": 263.0 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": null, + "Yield": 262.6, + "Adj Yield": 262.6 + } + }, + { + "rank": 14, + "brand": "FS Seeds", + "product": "FS6245VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.8, + "Test Wt.": null, + "Yield": 262.5, + "Adj Yield": 262.5 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 24.9, + "Test Wt.": null, + "Yield": 261.7, + "Adj Yield": 261.7 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.0, + "Test Wt.": null, + "Yield": 260.4, + "Adj Yield": 260.4 + } + }, + { + "rank": 17, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 30.3, + "Test Wt.": null, + "Yield": 259.9, + "Adj Yield": 259.9 + } + }, + { + "rank": 18, + "brand": "NK Brand", + "product": "NK0880-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 28.4, + "Test Wt.": null, + "Yield": 259.7, + "Adj Yield": 259.7 + } + }, + { + "rank": 19, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": null, + "Yield": 256.2, + "Adj Yield": 256.2 + } + }, + { + "rank": 20, + "brand": "NK Brand", + "product": "NK1732-DVZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 33.6, + "Test Wt.": null, + "Yield": 255.5, + "Adj Yield": 255.5 + } + }, + { + "rank": 21, + "brand": "FS Seeds", + "product": "FS6042FRIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 24.5, + "Test Wt.": null, + "Yield": 254.1, + "Adj Yield": 254.1 + } + }, + { + "rank": 22, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": null, + "Yield": 253.8, + "Adj Yield": 253.8 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 24.7, + "Test Wt.": null, + "Yield": 253.6, + "Adj Yield": 253.6 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.5, + "Test Wt.": null, + "Yield": 252.2, + "Adj Yield": 252.2 + } + }, + { + "rank": 25, + "brand": "NK Brand", + "product": "NK1480-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 26.9, + "Test Wt.": null, + "Yield": 248.1, + "Adj Yield": 248.1 + } + }, + { + "rank": 26, + "brand": "FS Seeds", + "product": "FS6545VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": null, + "Yield": 245.5, + "Adj Yield": 245.5 + } + }, + { + "rank": 27, + "brand": "FS Seeds", + "product": "FS6447T", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 23.6, + "Test Wt.": null, + "Yield": 245.1, + "Adj Yield": 245.1 + } + }, + { + "rank": 28, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": null, + "Yield": 244.3, + "Adj Yield": 244.3 + } + }, + { + "rank": 29, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 243.2, + "Adj Yield": 243.2 + } + }, + { + "rank": 30, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": null, + "Yield": 232.1, + "Adj Yield": 232.1 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147390" + ], + "fetched_at": "2026-05-27T02:23:36.854578+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147390.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147390.md new file mode 100644 index 00000000..f402141c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147390.md @@ -0,0 +1,60 @@ +# Corn yield trial — Magnolia, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Putnam +- **City:** Magnolia +- **Year:** 2025 +- **Plot ID:** 147390 +- **Cooperator:** Ag View FS, Inc. +- **Plot average:** 261.21 BU/Ac +- **Planted:** 2025-05-05 +- **Harvested:** 2025-09-26 +- **Population:** 35,400 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147390 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | Brevant Seeds | B08R32V | Vorceed | - | 23.9 | - | 292.6 | 292.6 | +| 2 | Brevant Seeds | B04J45V | Vorceed | - | 20.1 | - | 281.8 | 281.8 | +| 3 | Dekalb | DKC112-35RIB | SSPRIB | - | 25.7 | - | 281.4 | 281.4 | +| 4 | Brevant Seeds | B14C59V | Vorceed | - | 27.0 | - | 278.1 | 278.1 | +| 5 | NK Brand | NK1188-D | 5122EZ | - | 28.7 | - | 277.7 | 277.7 | +| 6 | Brevant Seeds | B12J58V | VNRR | - | 24.1 | - | 272.7 | 272.7 | +| 7 | NK Brand | NK1228-AA | 3220 | - | 27.4 | - | 272.4 | 272.4 | +| 8 | FS Seeds | FS6432PRIB | SSPRIB | - | 23.4 | - | 272.3 | 272.3 | +| 9 | FS Seeds | FS5845PRIB | SSPRIB | - | 20.2 | - | 266.1 | 266.1 | +| 10 | FS Seeds | FS5552F | VT4RIB | - | 19.9 | - | 264.5 | 264.5 | +| 11 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 23.4 | - | 263.1 | 263.1 | +| 12 | Dekalb | DKC110-10RIB | STXRIB | - | 21.0 | - | 263.0 | 263.0 | +| 13 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 23.0 | - | 262.6 | 262.6 | +| 14 | FS Seeds | FS6245VRIB | VT2RIB | - | 23.8 | - | 262.5 | 262.5 | +| 15 | AgriGold | A640-94VT4PRO | VT4Pro | - | 24.9 | - | 261.7 | 261.7 | +| 16 | AgriGold | A644-64VT2RIB | VT2RIB | - | 25.0 | - | 260.4 | 260.4 | +| 17 | NK Brand | NK1307-DV | 5222 | - | 30.3 | - | 259.9 | 259.9 | +| 18 | NK Brand | NK0880-V | 3220EZ | - | 28.4 | - | 259.7 | 259.7 | +| 19 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 18.9 | - | 256.2 | 256.2 | +| 20 | NK Brand | NK1732-DVZ | 5222EZ | - | 33.6 | - | 255.5 | 255.5 | +| 21 | FS Seeds | FS6042FRIB | VT4Pro | - | 24.5 | - | 254.1 | 254.1 | +| 22 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 24.0 | - | 253.8 | 253.8 | +| 23 | AgriGold | A645-71STXRIB | STXRIB | - | 24.7 | - | 253.6 | 253.6 | +| 24 | AgriGold | A642-32VT2RIB | VT2RIB | - | 23.5 | - | 252.2 | 252.2 | +| 25 | NK Brand | NK1480-DV | 5222EZ | - | 26.9 | - | 248.1 | 248.1 | +| 26 | FS Seeds | FS6545VRIB | VT2RIB | - | 21.4 | - | 245.5 | 245.5 | +| 27 | FS Seeds | FS6447T | Trecepta | - | 23.6 | - | 245.1 | 245.1 | +| 28 | Dekalb | DKC114-99RIB | VT4RIB | - | 22.8 | - | 244.3 | 244.3 | +| 29 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 20.9 | - | 243.2 | 243.2 | +| 30 | AgriGold | A642-18SSPRIB | SSPRIB | - | 21.1 | - | 232.1 | 232.1 | + +Top 5 by Yield: B08R32V (Brevant Seeds) 292.6, B04J45V (Brevant Seeds) 281.8, DKC112-35RIB (Dekalb) 281.4, B14C59V (Brevant Seeds) 278.1, NK1188-D (NK Brand) 277.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147401.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147401.json new file mode 100644 index 00000000..06c40af1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147401.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147401", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MI", + "state_abbrev": "mi", + "city": "Burr Oak", + "county": "St. Joseph", + "year": 2025, + "plot_id": "147401", + "cooperator": "Ken Wall", + "plot_average": 245.8, + "planted_date": "2025-05-05", + "harvested_date": "2025-10-16", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "Golden Harvest", + "product": "G05U86-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 54.2, + "Yield": 240.9, + "Adj Yield": 240.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A630-04AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 54.0, + "Yield": 244.2, + "Adj Yield": 244.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 51.7, + "Yield": 260.8, + "Adj Yield": 260.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 53.1, + "Yield": 260.9, + "Adj Yield": 260.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A634-65TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 51.5, + "Yield": 250.6, + "Adj Yield": 250.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.6, + "Test Wt.": 52.0, + "Yield": 257.6, + "Adj Yield": 257.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 24.9, + "Test Wt.": 51.1, + "Yield": 225.6, + "Adj Yield": 225.6 + } + }, + { + "rank": 7, + "brand": "Golden Harvest", + "product": "G05U86-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": 53.3, + "Yield": 225.8, + "Adj Yield": 225.8 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147401" + ], + "fetched_at": "2026-05-27T02:23:37.310078+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147401.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147401.md new file mode 100644 index 00000000..90335d3c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147401.md @@ -0,0 +1,38 @@ +# Corn yield trial — Burr Oak, MI, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MI +- **County:** St. Joseph +- **City:** Burr Oak +- **Year:** 2025 +- **Plot ID:** 147401 +- **Cooperator:** Ken Wall +- **Plot average:** 245.8 BU/Ac +- **Planted:** 2025-05-05 +- **Harvested:** 2025-10-16 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147401 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | Golden Harvest | G05U86-DV | 5222EZ | - | 20.4 | 54.2 | 240.9 | 240.9 | +| 5 | AgriGold | A630-04AA | 3120EZ | - | 19.8 | 54.0 | 244.2 | 244.2 | +| 2 | AgriGold | A631-08VT2RIB | VT2RIB | - | 19.4 | 51.7 | 260.8 | 260.8 | +| 1 | AgriGold | A632-68VT2RIB | VT2RIB | - | 22.1 | 53.1 | 260.9 | 260.9 | +| 4 | AgriGold | A634-65TRCRIB | TreceptaRIB | - | 21.2 | 51.5 | 250.6 | 250.6 | +| 3 | AgriGold | A636-11VT2RIB | VT2RIB | - | 23.6 | 52.0 | 257.6 | 257.6 | +| 8 | AgriGold | A636-16-5222EZ | 5222EZ | - | 24.9 | 51.1 | 225.6 | 225.6 | +| 7 | Golden Harvest | G05U86-DV | 5222EZ | - | 22.3 | 53.3 | 225.8 | 225.8 | + +Top 5 by Yield: A632-68VT2RIB (AgriGold) 260.9, A631-08VT2RIB (AgriGold) 260.8, A636-11VT2RIB (AgriGold) 257.6, A634-65TRCRIB (AgriGold) 250.6, A630-04AA (AgriGold) 244.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147414.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147414.json new file mode 100644 index 00000000..06ea00d2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147414.json @@ -0,0 +1,374 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147414", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Mendota", + "county": "La Salle", + "year": 2025, + "plot_id": "147414", + "cooperator": "Scott Reel", + "plot_average": 260.53, + "planted_date": "2025-04-25", + "harvested_date": "2025-10-09", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 57.2, + "Yield": 262.1, + "Adj Yield": 262.1 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 60.5, + "Yield": 256.4, + "Adj Yield": 256.4 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 61.0, + "Yield": 256.5, + "Adj Yield": 256.5 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 57.8, + "Yield": 253.2, + "Adj Yield": 253.2 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 59.5, + "Yield": 248.6, + "Adj Yield": 248.6 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 58.2, + "Yield": 264.3, + "Adj Yield": 264.3 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 61.0, + "Yield": 257.5, + "Adj Yield": 257.5 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 61.9, + "Yield": 256.6, + "Adj Yield": 256.6 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC113-03RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 59.8, + "Yield": 272.0, + "Adj Yield": 272.0 + } + }, + { + "rank": 21, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 60.4, + "Yield": 254.3, + "Adj Yield": 254.3 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 59.5, + "Yield": 267.1, + "Adj Yield": 267.1 + } + }, + { + "rank": 20, + "brand": "Nu Tech", + "product": "69C7PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 60.4, + "Yield": 254.7, + "Adj Yield": 254.7 + } + }, + { + "rank": 6, + "brand": "Nu Tech", + "product": "70F6V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 56.8, + "Yield": 268.4, + "Adj Yield": 268.4 + } + }, + { + "rank": 2, + "brand": "Nu Tech", + "product": "71A7V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 63.3, + "Yield": 276.7, + "Adj Yield": 276.7 + } + }, + { + "rank": 9, + "brand": "Nu Tech", + "product": "73B2V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 61.5, + "Yield": 263.4, + "Adj Yield": 263.4 + } + }, + { + "rank": 1, + "brand": "Nu Tech", + "product": "74A5PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 58.6, + "Yield": 282.3, + "Adj Yield": 282.3 + } + }, + { + "rank": 24, + "brand": "Pioneer", + "product": "P09312V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 59.0, + "Yield": 249.6, + "Adj Yield": 249.6 + } + }, + { + "rank": 10, + "brand": "Pioneer", + "product": "P10477V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 59.7, + "Yield": 262.6, + "Adj Yield": 262.6 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P13777V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 61.0, + "Yield": 275.1, + "Adj Yield": 275.1 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 60.0, + "Yield": 258.8, + "Adj Yield": 258.8 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 59.9, + "Yield": 270.1, + "Adj Yield": 270.1 + } + }, + { + "rank": 13, + "brand": "ProHarvest", + "product": "78P95PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 62.3, + "Yield": 258.8, + "Adj Yield": 258.8 + } + }, + { + "rank": 12, + "brand": "ProHarvest", + "product": "81P45TreRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 61.0, + "Yield": 260.6, + "Adj Yield": 260.6 + } + }, + { + "rank": 19, + "brand": "ProHarvest", + "product": "82P96PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 55.1, + "Yield": 255.5, + "Adj Yield": 255.5 + } + }, + { + "rank": 23, + "brand": "ProHarvest", + "product": "83P66VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 56.4, + "Yield": 252.5, + "Adj Yield": 252.5 + } + }, + { + "rank": 26, + "brand": "ProHarvest", + "product": "86P55TRC", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 54.7, + "Yield": 236.1, + "Adj Yield": 236.1 + } + } + ], + "n_results": 26, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147414" + ], + "fetched_at": "2026-05-27T02:23:37.851329+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147414.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147414.md new file mode 100644 index 00000000..d1759ae4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147414.md @@ -0,0 +1,56 @@ +# Corn yield trial — Mendota, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** La Salle +- **City:** Mendota +- **Year:** 2025 +- **Plot ID:** 147414 +- **Cooperator:** Scott Reel +- **Plot average:** 260.53 BU/Ac +- **Planted:** 2025-04-25 +- **Harvested:** 2025-10-09 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147414 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 11 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 20.9 | 57.2 | 262.1 | 262.1 | +| 18 | AgriGold | A642-18SSPRIB | SSPRIB | - | 19.7 | 60.5 | 256.4 | 256.4 | +| 17 | AgriGold | A642-32VT2RIB | VT2RIB | - | 19.4 | 61.0 | 256.5 | 256.5 | +| 22 | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.2 | 57.8 | 253.2 | 253.2 | +| 25 | AgriGold | A645-30VT2RIB | VT2RIB | - | 19.5 | 59.5 | 248.6 | 248.6 | +| 8 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 15.2 | 58.2 | 264.3 | 264.3 | +| 15 | Dekalb | DKC110-10RIB | STXRIB | - | 17.0 | 61.0 | 257.5 | 257.5 | +| 16 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 18.3 | 61.9 | 256.6 | 256.6 | +| 4 | Dekalb | DKC113-03RIB | SSPRIB | - | 18.8 | 59.8 | 272.0 | 272.0 | +| 21 | Dekalb | DKC114-43RIB | VT4RIB | - | 18.6 | 60.4 | 254.3 | 254.3 | +| 7 | Dekalb | DKC68-35RIB | VT2RIB | - | 20.2 | 59.5 | 267.1 | 267.1 | +| 20 | Nu Tech | 69C7PCE | PCE | - | 18.1 | 60.4 | 254.7 | 254.7 | +| 6 | Nu Tech | 70F6V | Vorceed | - | 18.4 | 56.8 | 268.4 | 268.4 | +| 2 | Nu Tech | 71A7V | Vorceed | - | 18.6 | 63.3 | 276.7 | 276.7 | +| 9 | Nu Tech | 73B2V | Vorceed | - | 19.5 | 61.5 | 263.4 | 263.4 | +| 1 | Nu Tech | 74A5PCE | PCE | - | 20.3 | 58.6 | 282.3 | 282.3 | +| 24 | Pioneer | P09312V | Vorceed | - | 18.0 | 59.0 | 249.6 | 249.6 | +| 10 | Pioneer | P10477V | Vorceed | - | 17.9 | 59.7 | 262.6 | 262.6 | +| 3 | Pioneer | P13777V | Vorceed | - | 19.4 | 61.0 | 275.1 | 275.1 | +| 13 | Pioneer | P14830Q | QROME | - | 18.9 | 60.0 | 258.8 | 258.8 | +| 5 | Pioneer | P1742Q | QROME | - | 20.0 | 59.9 | 270.1 | 270.1 | +| 13 | ProHarvest | 78P95PCE | PCE | - | 17.6 | 62.3 | 258.8 | 258.8 | +| 12 | ProHarvest | 81P45TreRIB | TreceptaRIB | - | 18.6 | 61.0 | 260.6 | 260.6 | +| 19 | ProHarvest | 82P96PCE | PCE | - | 19.9 | 55.1 | 255.5 | 255.5 | +| 23 | ProHarvest | 83P66VT2RIB | VT2RIB | - | 20.7 | 56.4 | 252.5 | 252.5 | +| 26 | ProHarvest | 86P55TRC | TreceptaRIB | - | 21.2 | 54.7 | 236.1 | 236.1 | + +Top 5 by Yield: 74A5PCE (Nu Tech) 282.3, 71A7V (Nu Tech) 276.7, P13777V (Pioneer) 275.1, DKC113-03RIB (Dekalb) 272.0, P1742Q (Pioneer) 270.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147417.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147417.json new file mode 100644 index 00000000..5f99e0ba --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147417.json @@ -0,0 +1,439 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147417", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Haviland", + "county": "Kiowa", + "year": 2025, + "plot_id": "147417", + "cooperator": "Fleming Feed and Grain", + "plot_average": 249.7, + "planted_date": "2025-04-30", + "harvested_date": "2025-10-11", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Loam", + "tillage": "Strip Till", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "Ohlde Seed", + "product": "O25-18", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 58.8, + "Yield": 233.6, + "Adj Yield": 233.6 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 60.8, + "Yield": 240.1, + "Adj Yield": 248.32 + } + }, + { + "rank": 21, + "brand": "Phillips", + "product": "PS1372TRE", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 62.0, + "Yield": 235.8, + "Adj Yield": 243.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 61.0, + "Yield": 258.4, + "Adj Yield": 265.46 + } + }, + { + "rank": 13, + "brand": "Ohlde Seed", + "product": "O24-15TRE RB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 60.7, + "Yield": 246.4, + "Adj Yield": 252.82 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 61.7, + "Yield": 254.8, + "Adj Yield": 260.63 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC119-30RIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 61.5, + "Yield": 242.3, + "Adj Yield": 247.6 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 60.8, + "Yield": 254.2, + "Adj Yield": 258.88 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC115-55RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 62.9, + "Yield": 254.6, + "Adj Yield": 258.7 + } + }, + { + "rank": 20, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 62.4, + "Yield": 240.3, + "Adj Yield": 243.78 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 62.4, + "Yield": 258.2, + "Adj Yield": 261.18 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 59.8, + "Yield": 261.4, + "Adj Yield": 263.79 + } + }, + { + "rank": 10, + "brand": "Ohlde Seed", + "product": "O25-18", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 61.8, + "Yield": 256.1, + "Adj Yield": 257.86 + } + }, + { + "rank": 6, + "brand": "Ohlde Seed", + "product": "EXP117", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 59.6, + "Yield": 259.2, + "Adj Yield": 260.4 + } + }, + { + "rank": 12, + "brand": "Becks", + "product": "6973TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 59.6, + "Yield": 253.2, + "Adj Yield": 253.81 + } + }, + { + "rank": 27, + "brand": "Becks", + "product": "6700V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 60.2, + "Yield": 237.1, + "Adj Yield": 237.13 + } + }, + { + "rank": 19, + "brand": "Becks", + "product": "6574TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 60.4, + "Yield": 245.4, + "Adj Yield": 244.79 + } + }, + { + "rank": 14, + "brand": "Becks", + "product": "6473TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 61.7, + "Yield": 252.9, + "Adj Yield": 251.76 + } + }, + { + "rank": 1, + "brand": "Becks", + "product": "6258V4P", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 60.2, + "Yield": 271.4, + "Adj Yield": 269.66 + } + }, + { + "rank": 16, + "brand": "Becks", + "product": "6216PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 60.5, + "Yield": 250.4, + "Adj Yield": 248.08 + } + }, + { + "rank": 24, + "brand": "Pioneer", + "product": "P1847AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 59.6, + "Yield": 243.9, + "Adj Yield": 240.93 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P18216PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 61.2, + "Yield": 262.1, + "Adj Yield": 258.52 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 59.6, + "Yield": 260.3, + "Adj Yield": 256.16 + } + }, + { + "rank": 22, + "brand": "Pioneer", + "product": "P14364PCUE", + "traits": "PCUE", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 61.6, + "Yield": 247.1, + "Adj Yield": 242.36 + } + }, + { + "rank": 23, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 60.8, + "Yield": 246.6, + "Adj Yield": 241.33 + } + }, + { + "rank": 26, + "brand": "Pioneer", + "product": "P1170AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 60.0, + "Yield": 244.9, + "Adj Yield": 239.0 + } + }, + { + "rank": 28, + "brand": "Pioneer", + "product": "P10625PCUE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 60.0, + "Yield": 234.5, + "Adj Yield": 227.98 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 61.0, + "Yield": 246.8, + "Adj Yield": 239.72 + } + }, + { + "rank": 29, + "brand": "Brevant Seeds", + "product": "13Z51PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 60.5, + "Yield": 229.9, + "Adj Yield": 222.21 + } + }, + { + "rank": 18, + "brand": "Becks", + "product": "6692SXP", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 60.4, + "Yield": 253.2, + "Adj Yield": 244.92 + } + }, + { + "rank": null, + "brand": "Ohlde Seed", + "product": "O25-18", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 58.8, + "Yield": 251.2, + "Adj Yield": 251.2 + } + } + ], + "n_results": 31, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147417" + ], + "fetched_at": "2026-05-27T02:23:38.336824+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147417.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147417.md new file mode 100644 index 00000000..fbb73267 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147417.md @@ -0,0 +1,64 @@ +# Corn yield trial — Haviland, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Kiowa +- **City:** Haviland +- **Year:** 2025 +- **Plot ID:** 147417 +- **Cooperator:** Fleming Feed and Grain +- **Plot average:** 249.7 BU/Ac +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-11 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Loam +- **Tillage:** Strip Till +- **Previous crop:** Corn +- **Irrigation:** Yes +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147417 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Ohlde Seed | O25-18 | Trecepta | - | 17.5 | 58.8 | 233.6 | 233.6 | +| 15 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.3 | 60.8 | 240.1 | 248.32 | +| 21 | Phillips | PS1372TRE | TreceptaRIB | - | 17.1 | 62.0 | 235.8 | 243.4 | +| 2 | AgriGold | A645-30VT2RIB | VT2RIB | - | 16.1 | 61.0 | 258.4 | 265.46 | +| 13 | Ohlde Seed | O24-15TRE RB | TreceptaRIB | - | 16.3 | 60.7 | 246.4 | 252.82 | +| 5 | AgriGold | A646-17TRC | Trecepta | - | 16.7 | 61.7 | 254.8 | 260.63 | +| 17 | Dekalb | DKC119-30RIB | VT4Pro | - | 15.9 | 61.5 | 242.3 | 247.6 | +| 7 | Dekalb | DKC68-35RIB | VT2RIB | - | 15.6 | 60.8 | 254.2 | 258.88 | +| 8 | Dekalb | DKC115-55RIB | TreceptaRIB | - | 15.9 | 62.9 | 254.6 | 258.7 | +| 20 | Dekalb | DKC114-99RIB | VT4RIB | - | 15.2 | 62.4 | 240.3 | 243.78 | +| 4 | Dekalb | DKC114-43RIB | VT4RIB | - | 15.6 | 62.4 | 258.2 | 261.18 | +| 3 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 17.2 | 59.8 | 261.4 | 263.79 | +| 10 | Ohlde Seed | O25-18 | Trecepta | - | 16.3 | 61.8 | 256.1 | 257.86 | +| 6 | Ohlde Seed | EXP117 | Unknown | - | 17.5 | 59.6 | 259.2 | 260.4 | +| 12 | Becks | 6973TCV2P | TreceptaRIB | - | 17.2 | 59.6 | 253.2 | 253.81 | +| 27 | Becks | 6700V2P | VT2RIB | - | 16.3 | 60.2 | 237.1 | 237.13 | +| 19 | Becks | 6574TCV2P | TreceptaRIB | - | 16.1 | 60.4 | 245.4 | 244.79 | +| 14 | Becks | 6473TCV2P | TreceptaRIB | - | 15.4 | 61.7 | 252.9 | 251.76 | +| 1 | Becks | 6258V4P | VT4Pro | - | 15.0 | 60.2 | 271.4 | 269.66 | +| 16 | Becks | 6216PCE | PCE | - | 17.1 | 60.5 | 250.4 | 248.08 | +| 24 | Pioneer | P1847AML | AML | - | 17.1 | 59.6 | 243.9 | 240.93 | +| 9 | Pioneer | P18216PCE | PCE | - | 16.1 | 61.2 | 262.1 | 258.52 | +| 11 | Pioneer | P14830AML | AML | - | 16.0 | 59.6 | 260.3 | 256.16 | +| 22 | Pioneer | P14364PCUE | PCUE | - | 15.3 | 61.6 | 247.1 | 242.36 | +| 23 | Pioneer | P13777PCE | PCE | - | 15.0 | 60.8 | 246.6 | 241.33 | +| 26 | Pioneer | P1170AM | AM | - | 15.6 | 60.0 | 244.9 | 239.0 | +| 28 | Pioneer | P10625PCUE | PWE | - | 17.2 | 60.0 | 234.5 | 227.98 | +| 25 | AgriGold | A645-80-3110 | 3110 | - | 15.8 | 61.0 | 246.8 | 239.72 | +| 29 | Brevant Seeds | 13Z51PCE | PCE | - | 16.3 | 60.5 | 229.9 | 222.21 | +| 18 | Becks | 6692SXP | SSPRIB | - | 16.5 | 60.4 | 253.2 | 244.92 | +| - | Ohlde Seed | O25-18 | Trecepta | - | 17.3 | 58.8 | 251.2 | 251.2 | + +Top 5 by Yield: 6258V4P (Becks) 271.4, P18216PCE (Pioneer) 262.1, DKC112-12RIB (Dekalb) 261.4, P14830AML (Pioneer) 260.3, EXP117 (Ohlde Seed) 259.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147434.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147434.json new file mode 100644 index 00000000..0605b79f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147434.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147434", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Marshall", + "county": "Saline", + "year": 2025, + "plot_id": "147434", + "cooperator": "Ricketts farm service", + "plot_average": 267.9, + "planted_date": "2025-05-07", + "harvested_date": "2025-09-30", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 60.1, + "Yield": 305.3, + "Adj Yield": 305.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 58.2, + "Yield": 249.9, + "Adj Yield": 249.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 61.4, + "Yield": 270.1, + "Adj Yield": 270.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 59.1, + "Yield": 245.6, + "Adj Yield": 245.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.2, + "Yield": 258.7, + "Adj Yield": 258.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 58.9, + "Yield": 245.1, + "Adj Yield": 245.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 62.4, + "Yield": 285.0, + "Adj Yield": 285.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 61.5, + "Yield": 283.5, + "Adj Yield": 283.5 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147434" + ], + "fetched_at": "2026-05-27T02:23:38.797706+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147434.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147434.md new file mode 100644 index 00000000..3d6f1976 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147434.md @@ -0,0 +1,37 @@ +# Corn yield trial — Marshall, MO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Saline +- **City:** Marshall +- **Year:** 2025 +- **Plot ID:** 147434 +- **Cooperator:** Ricketts farm service +- **Plot average:** 267.9 BU/Ac +- **Planted:** 2025-05-07 +- **Harvested:** 2025-09-30 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147434 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A642-18TRC | Trecepta | - | 16.9 | 60.1 | 305.3 | 305.3 | +| 6 | AgriGold | A642-32VT2RIB | VT2RIB | - | 16.2 | 58.2 | 249.9 | 249.9 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.6 | 61.4 | 270.1 | 270.1 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.3 | 59.1 | 245.6 | 245.6 | +| 5 | AgriGold | A646-17TRC | Trecepta | - | 15.2 | 60.2 | 258.7 | 258.7 | +| 8 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 16.4 | 58.9 | 245.1 | 245.1 | +| 2 | AgriGold | A645-55VT2PRO | VT2Pro | - | 15.5 | 62.4 | 285.0 | 285.0 | +| 3 | AgriGold | A645-30VT2RIB | VT2RIB | - | 18.2 | 61.5 | 283.5 | 283.5 | + +Top 5 by Yield: A642-18TRC (AgriGold) 305.3, A645-55VT2PRO (AgriGold) 285.0, A645-30VT2RIB (AgriGold) 283.5, A643-52VT2RIB (AgriGold) 270.1, A646-17TRC (AgriGold) 258.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147438.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147438.json new file mode 100644 index 00000000..6b28beae --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147438.json @@ -0,0 +1,283 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147438", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Abilene", + "county": "Dickinson", + "year": 2025, + "plot_id": "147438", + "cooperator": "Jim Anderes", + "plot_average": 159.12, + "planted_date": "2025-04-16", + "harvested_date": "2025-10-10", + "population_seeds_per_acre": 22000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Sandy Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "Dekalb", + "product": "DKC64-25RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 131.3, + "Adj Yield": 131.3 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": null, + "Yield": 154.6, + "Adj Yield": 154.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": null, + "Yield": 177.6, + "Adj Yield": 177.6 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 152.5, + "Adj Yield": 152.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": null, + "Yield": 182.2, + "Adj Yield": 182.2 + } + }, + { + "rank": 4, + "brand": "Becks", + "product": "6574TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": null, + "Yield": 169.5, + "Adj Yield": 169.5 + } + }, + { + "rank": 2, + "brand": "Becks", + "product": "6473TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": null, + "Yield": 180.3, + "Adj Yield": 180.3 + } + }, + { + "rank": 6, + "brand": "Becks", + "product": "6414V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 166.9, + "Adj Yield": 166.9 + } + }, + { + "rank": 5, + "brand": "Becks", + "product": "6549VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": null, + "Yield": 167.7, + "Adj Yield": 167.7 + } + }, + { + "rank": 7, + "brand": "Ohlde Seed", + "product": "O21-14", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": null, + "Yield": 166.2, + "Adj Yield": 166.2 + } + }, + { + "rank": 8, + "brand": "Ohlde Seed", + "product": "O23-16", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": null, + "Yield": 163.8, + "Adj Yield": 163.8 + } + }, + { + "rank": 10, + "brand": "Ohlde Seed", + "product": "O 25-12", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": null, + "Yield": 154.7, + "Adj Yield": 154.7 + } + }, + { + "rank": 9, + "brand": "Ohlde Seed", + "product": "O29-14", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": null, + "Yield": 155.6, + "Adj Yield": 155.6 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC111-62RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": null, + "Yield": 149.8, + "Adj Yield": 149.8 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": null, + "Yield": 150.7, + "Adj Yield": 150.7 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 150.4, + "Adj Yield": 150.4 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC117-78RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": null, + "Yield": 129.3, + "Adj Yield": 129.3 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC64-25RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": null, + "Yield": 133.2, + "Adj Yield": 133.2 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC64-25RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": null, + "Yield": 133.2, + "Adj Yield": 133.2 + } + } + ], + "n_results": 19, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147438" + ], + "fetched_at": "2026-05-27T02:23:39.336610+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147438.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147438.md new file mode 100644 index 00000000..7c746413 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147438.md @@ -0,0 +1,52 @@ +# Corn yield trial — Abilene, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Dickinson +- **City:** Abilene +- **Year:** 2025 +- **Plot ID:** 147438 +- **Cooperator:** Jim Anderes +- **Plot average:** 159.12 BU/Ac +- **Planted:** 2025-04-16 +- **Harvested:** 2025-10-10 +- **Population:** 22,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Sandy Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147438 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Dekalb | DKC64-25RIB | VT2RIB | - | 13.5 | - | 131.3 | 131.3 | +| 11 | AgriGold | A645-30VT2RIB | VT2RIB | - | 13.4 | - | 154.6 | 154.6 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.2 | - | 177.6 | 177.6 | +| 12 | AgriGold | A642-32VT2RIB | VT2RIB | - | 13.0 | - | 152.5 | 152.5 | +| 1 | AgriGold | A641-26V | 3220EZ | - | 12.9 | - | 182.2 | 182.2 | +| 4 | Becks | 6574TCV2P | TreceptaRIB | - | 13.1 | - | 169.5 | 169.5 | +| 2 | Becks | 6473TCV2P | TreceptaRIB | - | 13.2 | - | 180.3 | 180.3 | +| 6 | Becks | 6414V2P | VT2RIB | - | 13.0 | - | 166.9 | 166.9 | +| 5 | Becks | 6549VZ | 3330EZ | - | 13.6 | - | 167.7 | 167.7 | +| 7 | Ohlde Seed | O21-14 | PWE | - | 13.7 | - | 166.2 | 166.2 | +| 8 | Ohlde Seed | O23-16 | 3220EZ | - | 13.6 | - | 163.8 | 163.8 | +| 10 | Ohlde Seed | O 25-12 | VT2RIB | - | 12.9 | - | 154.7 | 154.7 | +| 9 | Ohlde Seed | O29-14 | VT2RIB | - | 13.3 | - | 155.6 | 155.6 | +| 15 | Dekalb | DKC111-62RIB | TreceptaRIB | - | 12.8 | - | 149.8 | 149.8 | +| 13 | Dekalb | DKC68-35RIB | VT2RIB | - | 13.2 | - | 150.7 | 150.7 | +| 14 | Dekalb | DKC114-43RIB | VT4RIB | - | 13.0 | - | 150.4 | 150.4 | +| 17 | Dekalb | DKC117-78RIB | VT2RIB | - | 13.1 | - | 129.3 | 129.3 | +| 16 | Dekalb | DKC64-25RIB | VT2RIB | - | 13.1 | - | 133.2 | 133.2 | +| - | Dekalb | DKC64-25RIB | VT2RIB | - | 13.1 | - | 133.2 | 133.2 | + +Top 5 by Yield: A641-26V (AgriGold) 182.2, 6473TCV2P (Becks) 180.3, A643-52VT2RIB (AgriGold) 177.6, 6574TCV2P (Becks) 169.5, 6549VZ (Becks) 167.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147442.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147442.json new file mode 100644 index 00000000..896094bd --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147442.json @@ -0,0 +1,790 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147442", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Strawn", + "county": "Livingston", + "year": 2025, + "plot_id": "147442", + "cooperator": "Tjarks Jody", + "plot_average": 281.67, + "planted_date": "2025-05-07", + "harvested_date": "2025-10-10", + "population_seeds_per_acre": 35500, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 19, + "brand": "Pioneer", + "product": "P1027AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 58.4, + "Yield": 286.5, + "Adj Yield": 286.5 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 58.4, + "Yield": 291.7, + "Adj Yield": 291.7 + } + }, + { + "rank": 34, + "brand": "Pioneer", + "product": "P10300PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 56.4, + "Yield": 279.8, + "Adj Yield": 279.8 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P10477V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 55.0, + "Yield": 291.2, + "Adj Yield": 291.2 + } + }, + { + "rank": 45, + "brand": "Pioneer", + "product": "P10796PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 57.4, + "Yield": 277.0, + "Adj Yield": 277.0 + } + }, + { + "rank": 17, + "brand": "Pioneer", + "product": "P11616PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 56.8, + "Yield": 286.8, + "Adj Yield": 286.8 + } + }, + { + "rank": 51, + "brand": "Pioneer", + "product": "P12065Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 56.0, + "Yield": 272.3, + "Adj Yield": 272.3 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P1222AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 59.6, + "Yield": 301.7, + "Adj Yield": 301.7 + } + }, + { + "rank": 10, + "brand": "Pioneer", + "product": "P12517V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 58.9, + "Yield": 288.7, + "Adj Yield": 288.7 + } + }, + { + "rank": 19, + "brand": "Pioneer", + "product": "P13476Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 57.9, + "Yield": 286.5, + "Adj Yield": 286.5 + } + }, + { + "rank": 46, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 57.7, + "Yield": 275.8, + "Adj Yield": 275.8 + } + }, + { + "rank": 31, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 58.4, + "Yield": 281.7, + "Adj Yield": 281.7 + } + }, + { + "rank": 15, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 58.0, + "Yield": 287.0, + "Adj Yield": 287.0 + } + }, + { + "rank": 50, + "brand": "Pioneer", + "product": "P18216PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 57.9, + "Yield": 273.8, + "Adj Yield": 273.8 + } + }, + { + "rank": 32, + "brand": "Pioneer", + "product": "P18216V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 58.5, + "Yield": 280.9, + "Adj Yield": 280.9 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 56.6, + "Yield": 289.8, + "Adj Yield": 289.8 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 56.9, + "Yield": 288.6, + "Adj Yield": 288.6 + } + }, + { + "rank": 47, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 59.2, + "Yield": 275.5, + "Adj Yield": 275.5 + } + }, + { + "rank": 24, + "brand": "Dekalb", + "product": "DKC107-11RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 58.0, + "Yield": 284.4, + "Adj Yield": 284.4 + } + }, + { + "rank": 23, + "brand": "Dekalb", + "product": "DKC107-69RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 56.3, + "Yield": 284.6, + "Adj Yield": 284.6 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC109-71RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 57.2, + "Yield": 286.9, + "Adj Yield": 286.9 + } + }, + { + "rank": 38, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 58.3, + "Yield": 279.1, + "Adj Yield": 279.1 + } + }, + { + "rank": 42, + "brand": "Dekalb", + "product": "DKC111-61RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 58.0, + "Yield": 277.5, + "Adj Yield": 277.5 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 59.6, + "Yield": 291.4, + "Adj Yield": 291.4 + } + }, + { + "rank": 41, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 56.0, + "Yield": 278.3, + "Adj Yield": 278.3 + } + }, + { + "rank": 21, + "brand": "Dekalb", + "product": "DKC113-03RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 56.4, + "Yield": 285.2, + "Adj Yield": 285.2 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 62.1, + "Yield": 289.8, + "Adj Yield": 289.8 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 57.7, + "Yield": 287.5, + "Adj Yield": 287.5 + } + }, + { + "rank": 43, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 59.3, + "Yield": 277.4, + "Adj Yield": 277.4 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 58.0, + "Yield": 295.3, + "Adj Yield": 295.3 + } + }, + { + "rank": 39, + "brand": "Dekalb", + "product": "DKC115-55RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 58.0, + "Yield": 278.9, + "Adj Yield": 278.9 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 59.1, + "Yield": 291.3, + "Adj Yield": 291.3 + } + }, + { + "rank": 36, + "brand": "Dekalb", + "product": "DKC116-62RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 58.0, + "Yield": 279.7, + "Adj Yield": 279.7 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 59.0, + "Yield": 287.8, + "Adj Yield": 287.8 + } + }, + { + "rank": 28, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 58.5, + "Yield": 283.2, + "Adj Yield": 283.2 + } + }, + { + "rank": 55, + "brand": "Wyffels", + "product": "W5684RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 59.3, + "Yield": 267.8, + "Adj Yield": 267.8 + } + }, + { + "rank": 54, + "brand": "Wyffels", + "product": "W6479RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 56.3, + "Yield": 270.4, + "Adj Yield": 270.4 + } + }, + { + "rank": 34, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 58.4, + "Yield": 279.8, + "Adj Yield": 279.8 + } + }, + { + "rank": 48, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 57.4, + "Yield": 275.1, + "Adj Yield": 275.1 + } + }, + { + "rank": 29, + "brand": "Wyffels", + "product": "W7424RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 59.0, + "Yield": 282.3, + "Adj Yield": 282.3 + } + }, + { + "rank": 27, + "brand": "Wyffels", + "product": "W7485RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.0, + "Yield": 283.4, + "Adj Yield": 283.4 + } + }, + { + "rank": 52, + "brand": "Wyffels", + "product": "W7499RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 57.3, + "Yield": 271.7, + "Adj Yield": 271.7 + } + }, + { + "rank": 49, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 57.3, + "Yield": 274.8, + "Adj Yield": 274.8 + } + }, + { + "rank": 26, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 57.2, + "Yield": 283.5, + "Adj Yield": 283.5 + } + }, + { + "rank": 58, + "brand": "Wyffels", + "product": "W8007RIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 57.0, + "Yield": 261.1, + "Adj Yield": 261.1 + } + }, + { + "rank": 33, + "brand": "Wyffels", + "product": "W8086RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 56.5, + "Yield": 280.4, + "Adj Yield": 280.4 + } + }, + { + "rank": 57, + "brand": "Wyffels", + "product": "W9218RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 57.3, + "Yield": 264.7, + "Adj Yield": 264.7 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 57.8, + "Yield": 289.5, + "Adj Yield": 289.5 + } + }, + { + "rank": 40, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 56.7, + "Yield": 278.7, + "Adj Yield": 278.7 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 60.8, + "Yield": 284.9, + "Adj Yield": 284.9 + } + }, + { + "rank": 37, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 60.4, + "Yield": 279.5, + "Adj Yield": 279.5 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 57.6, + "Yield": 288.2, + "Adj Yield": 288.2 + } + }, + { + "rank": 30, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 57.6, + "Yield": 282.0, + "Adj Yield": 282.0 + } + }, + { + "rank": 17, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 58.0, + "Yield": 286.8, + "Adj Yield": 286.8 + } + }, + { + "rank": 53, + "brand": "ProHarvest", + "product": "86P66PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": 54.8, + "Yield": 270.6, + "Adj Yield": 270.6 + } + }, + { + "rank": 43, + "brand": "ProHarvest", + "product": "83P17PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 55.9, + "Yield": 277.4, + "Adj Yield": 277.4 + } + }, + { + "rank": 25, + "brand": "ProHarvest", + "product": "81P45TreRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 55.5, + "Yield": 283.9, + "Adj Yield": 283.9 + } + }, + { + "rank": 56, + "brand": "ProHarvest", + "product": "80P75PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 52.5, + "Yield": 267.0, + "Adj Yield": 267.0 + } + } + ], + "n_results": 58, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147442" + ], + "fetched_at": "2026-05-27T02:23:39.871873+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147442.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147442.md new file mode 100644 index 00000000..a8031174 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147442.md @@ -0,0 +1,88 @@ +# Corn yield trial — Strawn, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Livingston +- **City:** Strawn +- **Year:** 2025 +- **Plot ID:** 147442 +- **Cooperator:** Tjarks Jody +- **Plot average:** 281.67 BU/Ac +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-10 +- **Population:** 35,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147442 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 19 | Pioneer | P1027AM | AM | - | 16.1 | 58.4 | 286.5 | 286.5 | +| 3 | Pioneer | P13777PCE | PCE | - | 16.9 | 58.4 | 291.7 | 291.7 | +| 34 | Pioneer | P10300PCE | PCE | - | 17.6 | 56.4 | 279.8 | 279.8 | +| 6 | Pioneer | P10477V | Vorceed | - | 16.6 | 55.0 | 291.2 | 291.2 | +| 45 | Pioneer | P10796PCE | PCE | - | 17.5 | 57.4 | 277.0 | 277.0 | +| 17 | Pioneer | P11616PCE | PCE | - | 17.4 | 56.8 | 286.8 | 286.8 | +| 51 | Pioneer | P12065Q | QROME | - | 17.0 | 56.0 | 272.3 | 272.3 | +| 1 | Pioneer | P1222AM | AM | - | 15.9 | 59.6 | 301.7 | 301.7 | +| 10 | Pioneer | P12517V | Vorceed | - | 16.4 | 58.9 | 288.7 | 288.7 | +| 19 | Pioneer | P13476Q | QROME | - | 17.5 | 57.9 | 286.5 | 286.5 | +| 46 | Pioneer | P13777PCE | PCE | - | 16.9 | 57.7 | 275.8 | 275.8 | +| 31 | Pioneer | P14830Q | QROME | - | 17.5 | 58.4 | 281.7 | 281.7 | +| 15 | Pioneer | P1742Q | QROME | - | 18.7 | 58.0 | 287.0 | 287.0 | +| 50 | Pioneer | P18216PCE | PCE | - | 18.9 | 57.9 | 273.8 | 273.8 | +| 32 | Pioneer | P18216V | Vorceed | - | 19.1 | 58.5 | 280.9 | 280.9 | +| 7 | Pioneer | P13777PCE | PCE | - | 18.8 | 56.6 | 289.8 | 289.8 | +| 11 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 15.0 | 56.9 | 288.6 | 288.6 | +| 47 | Dekalb | DKC106-98RIB | VT4RIB | - | 17.0 | 59.2 | 275.5 | 275.5 | +| 24 | Dekalb | DKC107-11RIB | SSPRIB | - | 15.3 | 58.0 | 284.4 | 284.4 | +| 23 | Dekalb | DKC107-69RIB | TreceptaRIB | - | 16.2 | 56.3 | 284.6 | 284.6 | +| 16 | Dekalb | DKC109-71RIB | SSPRIB | - | 16.0 | 57.2 | 286.9 | 286.9 | +| 38 | Dekalb | DKC110-10RIB | STXRIB | - | 16.4 | 58.3 | 279.1 | 279.1 | +| 42 | Dekalb | DKC111-61RIB | VT4RIB | - | 16.4 | 58.0 | 277.5 | 277.5 | +| 4 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 17.0 | 59.6 | 291.4 | 291.4 | +| 41 | Dekalb | DKC112-35RIB | SSPRIB | - | 19.4 | 56.0 | 278.3 | 278.3 | +| 21 | Dekalb | DKC113-03RIB | SSPRIB | - | 19.2 | 56.4 | 285.2 | 285.2 | +| 7 | Dekalb | DKC64-22RIB | VT2RIB | - | 17.0 | 62.1 | 289.8 | 289.8 | +| 14 | Dekalb | DKC114-42RIB | SSPRIB | - | 19.0 | 57.7 | 287.5 | 287.5 | +| 43 | Dekalb | DKC114-43RIB | VT4RIB | - | 18.3 | 59.3 | 277.4 | 277.4 | +| 2 | Dekalb | DKC114-99RIB | VT4RIB | - | 17.7 | 58.0 | 295.3 | 295.3 | +| 39 | Dekalb | DKC115-55RIB | TreceptaRIB | - | 17.4 | 58.0 | 278.9 | 278.9 | +| 5 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 18.8 | 59.1 | 291.3 | 291.3 | +| 36 | Dekalb | DKC116-62RIB | SSPRIB | - | 19.0 | 58.0 | 279.7 | 279.7 | +| 13 | Dekalb | DKC68-35RIB | VT2RIB | - | 18.9 | 59.0 | 287.8 | 287.8 | +| 28 | Pioneer | P1742Q | QROME | - | 20.2 | 58.5 | 283.2 | 283.2 | +| 55 | Wyffels | W5684RIB | PCE | - | 15.4 | 59.3 | 267.8 | 267.8 | +| 54 | Wyffels | W6479RIB | SSPRIB | - | 19.0 | 56.3 | 270.4 | 270.4 | +| 34 | Wyffels | W6505RIB | TreceptaRIB | - | 17.6 | 58.4 | 279.8 | 279.8 | +| 48 | Wyffels | W6886RIB | VT2RIB | - | 17.1 | 57.4 | 275.1 | 275.1 | +| 29 | Wyffels | W7424RIB | PCE | - | 17.8 | 59.0 | 282.3 | 282.3 | +| 27 | Wyffels | W7485RIB | TreceptaRIB | - | 17.0 | 58.0 | 283.4 | 283.4 | +| 52 | Wyffels | W7499RIB | VT2RIB | - | 18.6 | 57.3 | 271.7 | 271.7 | +| 49 | Wyffels | W7876RIB | VT2RIB | - | 18.6 | 57.3 | 274.8 | 274.8 | +| 26 | Wyffels | W7945RIB | TreceptaRIB | - | 17.9 | 57.2 | 283.5 | 283.5 | +| 58 | Wyffels | W8007RIB | VT4Pro | - | 18.0 | 57.0 | 261.1 | 261.1 | +| 33 | Wyffels | W8086RIB | VT2RIB | - | 17.9 | 56.5 | 280.4 | 280.4 | +| 57 | Wyffels | W9218RIB | STXRIB | - | 19.3 | 57.3 | 264.7 | 264.7 | +| 9 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 18.0 | 57.8 | 289.5 | 289.5 | +| 40 | AgriGold | A642-18SSPRIB | SSPRIB | - | 19.3 | 56.7 | 278.7 | 278.7 | +| 22 | AgriGold | A642-32VT2RIB | VT2RIB | - | 16.1 | 60.8 | 284.9 | 284.9 | +| 37 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.7 | 60.4 | 279.5 | 279.5 | +| 12 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.9 | 57.6 | 288.2 | 288.2 | +| 30 | AgriGold | A645-71STXRIB | STXRIB | - | 20.1 | 57.6 | 282.0 | 282.0 | +| 17 | Pioneer | P1742Q | QROME | - | 18.3 | 58.0 | 286.8 | 286.8 | +| 53 | ProHarvest | 86P66PCE | PCE | - | 20.3 | 54.8 | 270.6 | 270.6 | +| 43 | ProHarvest | 83P17PCE | PCE | - | 18.3 | 55.9 | 277.4 | 277.4 | +| 25 | ProHarvest | 81P45TreRIB | TreceptaRIB | - | 20.0 | 55.5 | 283.9 | 283.9 | +| 56 | ProHarvest | 80P75PCE | PCE | - | 19.1 | 52.5 | 267.0 | 267.0 | + +Top 5 by Yield: P1222AM (Pioneer) 301.7, DKC114-99RIB (Dekalb) 295.3, P13777PCE (Pioneer) 291.7, DKC112-12RIB (Dekalb) 291.4, DKC66-06RIB (Dekalb) 291.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147466.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147466.json new file mode 100644 index 00000000..bffe7ea3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147466.json @@ -0,0 +1,361 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147466", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "city": "Scott", + "county": "Van Wert", + "year": 2025, + "plot_id": "147466", + "cooperator": "Pond Seed Company", + "plot_average": 231.91, + "planted_date": "2025-04-28", + "harvested_date": "2025-10-15", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 57.1, + "Yield": 255.9, + "Adj Yield": 255.9 + } + }, + { + "rank": 23, + "brand": "Golden Harvest", + "product": "G01674-AA", + "traits": "3120", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 60.1, + "Yield": 199.2, + "Adj Yield": 190.41 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 59.4, + "Yield": 225.0, + "Adj Yield": 217.02 + } + }, + { + "rank": 22, + "brand": "Golden Harvest", + "product": "G04M93-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.4, + "Yield": 209.7, + "Adj Yield": 202.57 + } + }, + { + "rank": 20, + "brand": "Golden Harvest", + "product": "G05U86-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 59.8, + "Yield": 215.5, + "Adj Yield": 209.14 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 59.0, + "Yield": 231.5, + "Adj Yield": 225.92 + } + }, + { + "rank": 21, + "brand": "Golden Harvest", + "product": "G06M39-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 57.3, + "Yield": 211.5, + "Adj Yield": 206.71 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 55.8, + "Yield": 236.6, + "Adj Yield": 232.65 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 57.5, + "Yield": 214.3, + "Adj Yield": 211.1 + } + }, + { + "rank": 11, + "brand": "Golden Harvest", + "product": "G08U00-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 55.4, + "Yield": 237.0, + "Adj Yield": 234.58 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 57.8, + "Yield": 252.0, + "Adj Yield": 250.36 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 57.8, + "Yield": 248.2, + "Adj Yield": 247.41 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 56.0, + "Yield": 241.5, + "Adj Yield": 241.51 + } + }, + { + "rank": 9, + "brand": "Golden Harvest", + "product": "G10L16-A", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 55.6, + "Yield": 239.5, + "Adj Yield": 240.34 + } + }, + { + "rank": 12, + "brand": "Golden Harvest", + "product": "G10U97V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 54.5, + "Yield": 232.7, + "Adj Yield": 234.24 + } + }, + { + "rank": 15, + "brand": "Golden Harvest", + "product": "G10M87-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 57.0, + "Yield": 228.6, + "Adj Yield": 231.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 52.7, + "Yield": 235.4, + "Adj Yield": 238.6 + } + }, + { + "rank": 5, + "brand": "Golden Harvest", + "product": "G11V76-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 55.2, + "Yield": 243.0, + "Adj Yield": 246.93 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 55.5, + "Yield": 224.2, + "Adj Yield": 229.0 + } + }, + { + "rank": 6, + "brand": "Golden Harvest", + "product": "G12U11-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 56.6, + "Yield": 239.4, + "Adj Yield": 244.93 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 57.6, + "Yield": 245.7, + "Adj Yield": 252.06 + } + }, + { + "rank": 14, + "brand": "Golden Harvest", + "product": "G13M31-AA", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 55.3, + "Yield": 225.2, + "Adj Yield": 232.36 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 56.0, + "Yield": 236.9, + "Adj Yield": 244.85 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 55.6, + "Yield": 261.6, + "Adj Yield": 270.33 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 56.3, + "Yield": 236.9, + "Adj Yield": 236.9 + } + } + ], + "n_results": 25, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147466" + ], + "fetched_at": "2026-05-27T02:23:40.286741+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147466.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147466.md new file mode 100644 index 00000000..818901c8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147466.md @@ -0,0 +1,54 @@ +# Corn yield trial — Scott, OH, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** OH +- **County:** Van Wert +- **City:** Scott +- **Year:** 2025 +- **Plot ID:** 147466 +- **Cooperator:** Pond Seed Company +- **Plot average:** 231.91 BU/Ac +- **Planted:** 2025-04-28 +- **Harvested:** 2025-10-15 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147466 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A640-16-3110 | 3110 | - | 18.3 | 57.1 | 255.9 | 255.9 | +| 23 | Golden Harvest | G01674-AA | 3120 | - | 15.9 | 60.1 | 199.2 | 190.41 | +| 18 | AgriGold | A632-68VT2RIB | VT2RIB | - | 15.9 | 59.4 | 225.0 | 217.02 | +| 22 | Golden Harvest | G04M93-AA | 3220EZ | - | 15.6 | 59.4 | 209.7 | 202.57 | +| 20 | Golden Harvest | G05U86-DV | 5222EZ | - | 17.0 | 59.8 | 215.5 | 209.14 | +| 17 | AgriGold | A636-39-3110 | 3110 | - | 16.8 | 59.0 | 231.5 | 225.92 | +| 21 | Golden Harvest | G06M39-DV | 5222 | - | 16.5 | 57.3 | 211.5 | 206.71 | +| 13 | AgriGold | A636-11VT2RIB | VT2RIB | - | 16.7 | 55.8 | 236.6 | 232.65 | +| 19 | AgriGold | A637-72VT2RIB | VT2RIB | - | 16.1 | 57.5 | 214.3 | 211.1 | +| 11 | Golden Harvest | G08U00-V | 3220EZ | - | 17.2 | 55.4 | 237.0 | 234.58 | +| 3 | AgriGold | A639-38V-RN | 3220 | - | 19.3 | 57.8 | 252.0 | 250.36 | +| 4 | AgriGold | A640-16-3110 | 3110 | - | 18.7 | 57.8 | 248.2 | 247.41 | +| 8 | AgriGold | A639-03VT2RIB | VT2RIB | - | 17.0 | 56.0 | 241.5 | 241.51 | +| 9 | Golden Harvest | G10L16-A | C | - | 16.3 | 55.6 | 239.5 | 240.34 | +| 12 | Golden Harvest | G10U97V | 3220EZ | - | 18.1 | 54.5 | 232.7 | 234.24 | +| 15 | Golden Harvest | G10M87-AA | 3120EZ | - | 18.3 | 57.0 | 228.6 | 231.0 | +| 10 | AgriGold | A640-94VT4PRO | VT4Pro | - | 20.4 | 52.7 | 235.4 | 238.6 | +| 5 | Golden Harvest | G11V76-AA | 3120EZ | - | 18.0 | 55.2 | 243.0 | 246.93 | +| 16 | AgriGold | A641-62D-RN | 5122 | - | 19.1 | 55.5 | 224.2 | 229.0 | +| 6 | Golden Harvest | G12U11-AA | 3220EZ | - | 19.5 | 56.6 | 239.4 | 244.93 | +| 2 | AgriGold | A642-32VT2RIB | VT2RIB | - | 19.1 | 57.6 | 245.7 | 252.06 | +| 14 | Golden Harvest | G13M31-AA | 3220EZ | - | 17.0 | 55.3 | 225.2 | 232.36 | +| 7 | AgriGold | A643-52VT2RIB | VT2RIB | - | 19.9 | 56.0 | 236.9 | 244.85 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.3 | 55.6 | 261.6 | 270.33 | +| - | AgriGold | A640-16-3110 | 3110 | - | 17.7 | 56.3 | 236.9 | 236.9 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 261.6, A640-16-3110 (AgriGold) 255.9, A639-38V-RN (AgriGold) 252.0, A640-16-3110 (AgriGold) 248.2, A642-32VT2RIB (AgriGold) 245.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147476.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147476.json new file mode 100644 index 00000000..dbc17b67 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147476.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147476", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Lansing", + "county": "Allamakee", + "year": 2025, + "plot_id": "147476", + "cooperator": "Welsh Organic", + "plot_average": 242.27, + "planted_date": "2025-05-10", + "harvested_date": "2025-10-13", + "population_seeds_per_acre": 32000, + "row_width": "38.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Alfalfa", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 4, + "brand": "Viking", + "product": "48-08", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 53.5, + "Yield": 256.4, + "Adj Yield": 256.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A630-04", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 54.8, + "Yield": 212.1, + "Adj Yield": 212.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 54.5, + "Yield": 258.0, + "Adj Yield": 258.0 + } + }, + { + "rank": 9, + "brand": "Foundation Organic Seeds", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 56.6, + "Yield": 216.8, + "Adj Yield": 216.8 + } + }, + { + "rank": 8, + "brand": "Foundation Organic Seeds", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 56.9, + "Yield": 223.7, + "Adj Yield": 223.7 + } + }, + { + "rank": 6, + "brand": "Blue River Organic Seed", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 55.5, + "Yield": 235.8, + "Adj Yield": 235.8 + } + }, + { + "rank": 7, + "brand": "Blue River Organic Seed", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 56.1, + "Yield": 230.6, + "Adj Yield": 230.6 + } + }, + { + "rank": 3, + "brand": "Blue River Organic Seed", + "product": "85-09P", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 58.2, + "Yield": 257.3, + "Adj Yield": 257.3 + } + }, + { + "rank": 5, + "brand": "Viking", + "product": "48-08", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 53.4, + "Yield": 251.2, + "Adj Yield": 251.2 + } + }, + { + "rank": 1, + "brand": "Viking", + "product": "48-08", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 52.9, + "Yield": 280.8, + "Adj Yield": 280.8 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147476" + ], + "fetched_at": "2026-05-27T02:23:40.829623+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147476.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147476.md new file mode 100644 index 00000000..f219461d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147476.md @@ -0,0 +1,40 @@ +# Corn yield trial — Lansing, IA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Allamakee +- **City:** Lansing +- **Year:** 2025 +- **Plot ID:** 147476 +- **Cooperator:** Welsh Organic +- **Plot average:** 242.27 BU/Ac +- **Planted:** 2025-05-10 +- **Harvested:** 2025-10-13 +- **Population:** 32,000 seeds/acre +- **Row width:** 38.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Alfalfa +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147476 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 4 | Viking | 48-08 | C | - | 22.4 | 53.5 | 256.4 | 256.4 | +| 10 | AgriGold | A630-04 | C | - | 18.6 | 54.8 | 212.1 | 212.1 | +| 2 | AgriGold | A638-19 | C | - | 21.0 | 54.5 | 258.0 | 258.0 | +| 9 | Foundation Organic Seeds | - | - | - | 18.3 | 56.6 | 216.8 | 216.8 | +| 8 | Foundation Organic Seeds | - | - | - | 18.2 | 56.9 | 223.7 | 223.7 | +| 6 | Blue River Organic Seed | - | - | - | 17.2 | 55.5 | 235.8 | 235.8 | +| 7 | Blue River Organic Seed | - | - | - | 17.7 | 56.1 | 230.6 | 230.6 | +| 3 | Blue River Organic Seed | 85-09P | C | - | 21.0 | 58.2 | 257.3 | 257.3 | +| 5 | Viking | 48-08 | C | - | 23.2 | 53.4 | 251.2 | 251.2 | +| 1 | Viking | 48-08 | C | - | 22.6 | 52.9 | 280.8 | 280.8 | + +Top 5 by Yield: 48-08 (Viking) 280.8, A638-19 (AgriGold) 258.0, 85-09P (Blue River Organic Seed) 257.3, 48-08 (Viking) 256.4, 48-08 (Viking) 251.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147480.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147480.json new file mode 100644 index 00000000..6294780a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147480.json @@ -0,0 +1,621 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147480", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Ivesdale", + "county": "Champaign", + "year": 2025, + "plot_id": "147480", + "cooperator": "United Prairie", + "plot_average": 263.79, + "planted_date": "2025-04-28", + "harvested_date": "2025-10-14", + "population_seeds_per_acre": 37000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Veltyma", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": null, + "Yield": 269.4, + "Adj Yield": 269.4 + } + }, + { + "rank": 37, + "brand": "Wyffels", + "product": "W3654RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 242.9, + "Adj Yield": 242.9 + } + }, + { + "rank": 35, + "brand": "Wyffels", + "product": "W4487RIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 244.1, + "Adj Yield": 244.1 + } + }, + { + "rank": 34, + "brand": "Wyffels", + "product": "W4514RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": null, + "Yield": 246.9, + "Adj Yield": 246.9 + } + }, + { + "rank": 27, + "brand": "Wyffels", + "product": "W5129RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": null, + "Yield": 261.5, + "Adj Yield": 261.5 + } + }, + { + "rank": 19, + "brand": "Wyffels", + "product": "W5684RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": null, + "Yield": 267.6, + "Adj Yield": 267.6 + } + }, + { + "rank": 40, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": null, + "Yield": 240.1, + "Adj Yield": 240.1 + } + }, + { + "rank": 31, + "brand": "Brevant Seeds", + "product": "B08R32AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": null, + "Yield": 254.8, + "Adj Yield": 254.8 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": null, + "Yield": 271.8, + "Adj Yield": 271.8 + } + }, + { + "rank": 30, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": null, + "Yield": 258.0, + "Adj Yield": 258.0 + } + }, + { + "rank": 32, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 251.3, + "Adj Yield": 251.3 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": null, + "Yield": 271.0, + "Adj Yield": 271.0 + } + }, + { + "rank": null, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": null, + "Yield": 262.2, + "Adj Yield": 262.2 + } + }, + { + "rank": 24, + "brand": "Brevant Seeds", + "product": "B10G53PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": null, + "Yield": 262.8, + "Adj Yield": 262.8 + } + }, + { + "rank": 20, + "brand": "Brevant Seeds", + "product": "B10Y21V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": null, + "Yield": 267.3, + "Adj Yield": 267.3 + } + }, + { + "rank": 36, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 243.8, + "Adj Yield": 243.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 275.1, + "Adj Yield": 275.1 + } + }, + { + "rank": 38, + "brand": "Brevant Seeds", + "product": "B11M47V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": null, + "Yield": 242.6, + "Adj Yield": 242.6 + } + }, + { + "rank": 29, + "brand": "Brevant Seeds", + "product": "B11M47PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": null, + "Yield": 261.1, + "Adj Yield": 261.1 + } + }, + { + "rank": 23, + "brand": "Wyffels", + "product": "W7048RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": null, + "Yield": 265.3, + "Adj Yield": 265.3 + } + }, + { + "rank": 8, + "brand": "Brevant Seeds", + "product": "B12H48PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": null, + "Yield": 274.3, + "Adj Yield": 274.3 + } + }, + { + "rank": 26, + "brand": "Brevant Seeds", + "product": "B12J58V", + "traits": "VNRR", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": null, + "Yield": 261.7, + "Adj Yield": 261.7 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 266.4, + "Adj Yield": 266.4 + } + }, + { + "rank": null, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": null, + "Yield": 267.7, + "Adj Yield": 267.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": null, + "Yield": 279.2, + "Adj Yield": 279.2 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": null, + "Yield": 265.4, + "Adj Yield": 265.4 + } + }, + { + "rank": 25, + "brand": "Wyffels", + "product": "W7424RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": null, + "Yield": 262.3, + "Adj Yield": 262.3 + } + }, + { + "rank": 11, + "brand": "Wyffels", + "product": "W7485RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": null, + "Yield": 273.6, + "Adj Yield": 273.6 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 270.1, + "Adj Yield": 270.1 + } + }, + { + "rank": 9, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 273.7, + "Adj Yield": 273.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": null, + "Yield": 275.9, + "Adj Yield": 275.9 + } + }, + { + "rank": 6, + "brand": "Brevant Seeds", + "product": "B14C59PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": null, + "Yield": 275.7, + "Adj Yield": 275.7 + } + }, + { + "rank": 12, + "brand": "Brevant Seeds", + "product": "B14C59V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": null, + "Yield": 273.1, + "Adj Yield": 273.1 + } + }, + { + "rank": 15, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": null, + "Yield": 270.8, + "Adj Yield": 270.8 + } + }, + { + "rank": null, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": null, + "Yield": 263.6, + "Adj Yield": 263.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": null, + "Yield": 283.3, + "Adj Yield": 283.3 + } + }, + { + "rank": 33, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 247.5, + "Adj Yield": 247.5 + } + }, + { + "rank": 18, + "brand": "Wyffels", + "product": "W8007RIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 268.4, + "Adj Yield": 268.4 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": null, + "Yield": 261.5, + "Adj Yield": 261.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": null, + "Yield": 280.9, + "Adj Yield": 280.9 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": null, + "Yield": 268.8, + "Adj Yield": 268.8 + } + }, + { + "rank": 4, + "brand": "Brevant Seeds", + "product": "B17H53PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 276.1, + "Adj Yield": 276.1 + } + }, + { + "rank": 39, + "brand": "Stine", + "product": "9755-20VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": null, + "Yield": 241.0, + "Adj Yield": 241.0 + } + }, + { + "rank": 9, + "brand": "Stine", + "product": "9753-20VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": null, + "Yield": 273.7, + "Adj Yield": 273.7 + } + }, + { + "rank": null, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 260.4, + "Adj Yield": 260.4 + } + } + ], + "n_results": 45, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147480" + ], + "fetched_at": "2026-05-27T02:23:41.366396+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147480.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147480.md new file mode 100644 index 00000000..e13311d3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147480.md @@ -0,0 +1,76 @@ +# Corn yield trial — Ivesdale, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Champaign +- **City:** Ivesdale +- **Year:** 2025 +- **Plot ID:** 147480 +- **Cooperator:** United Prairie +- **Plot average:** 263.79 BU/Ac +- **Planted:** 2025-04-28 +- **Harvested:** 2025-10-14 +- **Population:** 37,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Veltyma +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147480 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Wyffels | W7945RIB | TreceptaRIB | - | 13.7 | - | 269.4 | 269.4 | +| 37 | Wyffels | W3654RIB | PCE | - | 13.5 | - | 242.9 | 242.9 | +| 35 | Wyffels | W4487RIB | VT4Pro | - | 13.0 | - | 244.1 | 244.1 | +| 34 | Wyffels | W4514RIB | PCE | - | 12.5 | - | 246.9 | 246.9 | +| 27 | Wyffels | W5129RIB | SSPRIB | - | 12.8 | - | 261.5 | 261.5 | +| 19 | Wyffels | W5684RIB | PCE | - | 12.6 | - | 267.6 | 267.6 | +| 40 | Brevant Seeds | B08R32V | Vorceed | - | 13.4 | - | 240.1 | 240.1 | +| 31 | Brevant Seeds | B08R32AM | AM | - | 13.1 | - | 254.8 | 254.8 | +| 13 | AgriGold | A638-91VT2PRO | VT2Pro | - | 13.4 | - | 271.8 | 271.8 | +| 30 | AgriGold | A639-03VT2RIB | VT2RIB | - | 12.8 | - | 258.0 | 258.0 | +| 32 | Wyffels | W6505RIB | TreceptaRIB | - | 13.5 | - | 251.3 | 251.3 | +| 14 | AgriGold | A640-94VT4PRO | VT4Pro | - | 13.9 | - | 271.0 | 271.0 | +| - | Wyffels | W7945RIB | TreceptaRIB | - | 13.4 | - | 262.2 | 262.2 | +| 24 | Brevant Seeds | B10G53PCE | PCE | - | 13.6 | - | 262.8 | 262.8 | +| 20 | Brevant Seeds | B10Y21V | Vorceed | - | 12.4 | - | 267.3 | 267.3 | +| 36 | AgriGold | A641-62D-RN | 5122 | - | 13.5 | - | 243.8 | 243.8 | +| 7 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.5 | - | 275.1 | 275.1 | +| 38 | Brevant Seeds | B11M47V | Vorceed | - | 13.4 | - | 242.6 | 242.6 | +| 29 | Brevant Seeds | B11M47PCE | PCE | - | 13.4 | - | 261.1 | 261.1 | +| 23 | Wyffels | W7048RIB | STXRIB | - | 12.3 | - | 265.3 | 265.3 | +| 8 | Brevant Seeds | B12H48PCE | PCE | - | 12.6 | - | 274.3 | 274.3 | +| 26 | Brevant Seeds | B12J58V | VNRR | - | 13.1 | - | 261.7 | 261.7 | +| 21 | AgriGold | A642-18SSPRIB | SSPRIB | - | 13.0 | - | 266.4 | 266.4 | +| - | Wyffels | W7945RIB | TreceptaRIB | - | 13.6 | - | 267.7 | 267.7 | +| 3 | AgriGold | A642-18TRC | Trecepta | - | 13.6 | - | 279.2 | 279.2 | +| 22 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.8 | - | 265.4 | 265.4 | +| 25 | Wyffels | W7424RIB | PCE | - | 12.9 | - | 262.3 | 262.3 | +| 11 | Wyffels | W7485RIB | TreceptaRIB | - | 12.8 | - | 273.6 | 273.6 | +| 16 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.1 | - | 270.1 | 270.1 | +| 9 | Wyffels | W7876RIB | VT2RIB | - | 13.5 | - | 273.7 | 273.7 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.6 | - | 275.9 | 275.9 | +| 6 | Brevant Seeds | B14C59PCE | PCE | - | 14.6 | - | 275.7 | 275.7 | +| 12 | Brevant Seeds | B14C59V | Vorceed | - | 13.7 | - | 273.1 | 273.1 | +| 15 | Wyffels | W7945RIB | TreceptaRIB | - | 13.6 | - | 270.8 | 270.8 | +| - | Wyffels | W7945RIB | TreceptaRIB | - | 13.9 | - | 263.6 | 263.6 | +| 1 | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.0 | - | 283.3 | 283.3 | +| 33 | AgriGold | A645-30VT2RIB | VT2RIB | - | 14.2 | - | 247.5 | 247.5 | +| 18 | Wyffels | W8007RIB | VT4Pro | - | 14.1 | - | 268.4 | 268.4 | +| 27 | AgriGold | A645-55VT2PRO | VT2Pro | - | 14.4 | - | 261.5 | 261.5 | +| 2 | AgriGold | A645-71STXRIB | STXRIB | - | 14.3 | - | 280.9 | 280.9 | +| 17 | AgriGold | A646-17TRC | Trecepta | - | 13.6 | - | 268.8 | 268.8 | +| 4 | Brevant Seeds | B17H53PCE | PCE | - | 14.1 | - | 276.1 | 276.1 | +| 39 | Stine | 9755-20VT2PRO | VT2Pro | - | 13.8 | - | 241.0 | 241.0 | +| 9 | Stine | 9753-20VT2PRO | VT2Pro | - | 14.0 | - | 273.7 | 273.7 | +| - | Wyffels | W7945RIB | TreceptaRIB | - | 14.1 | - | 260.4 | 260.4 | + +Top 5 by Yield: A645-16VT2RIB (AgriGold) 283.3, A645-71STXRIB (AgriGold) 280.9, A642-18TRC (AgriGold) 279.2, B17H53PCE (Brevant Seeds) 276.1, A644-64VT2RIB (AgriGold) 275.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147485.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147485.json new file mode 100644 index 00000000..90278f1d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147485.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147485", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "TN", + "state_abbrev": "tn", + "city": "Dyer", + "county": "Gibson", + "year": 2025, + "plot_id": "147485", + "cooperator": "Bradley Shanklin", + "plot_average": 96.34, + "planted_date": "2025-06-03", + "harvested_date": "2025-10-15", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 61.2, + "Yield": 108.0, + "Adj Yield": 108.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 59.6, + "Yield": 98.3, + "Adj Yield": 98.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 63.5, + "Yield": 105.2, + "Adj Yield": 105.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 62.0, + "Yield": 101.6, + "Adj Yield": 101.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 61.8, + "Yield": 98.9, + "Adj Yield": 98.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 62.0, + "Yield": 106.9, + "Adj Yield": 106.9 + } + }, + { + "rank": 9, + "brand": "Southeastern Seed", + "product": "SE12-62", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 59.1, + "Yield": 95.9, + "Adj Yield": 95.9 + } + }, + { + "rank": 7, + "brand": "Southeastern Seed", + "product": "13-65", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 60.2, + "Yield": 98.1, + "Adj Yield": 98.1 + } + }, + { + "rank": 10, + "brand": "Southeastern Seed", + "product": "SS15-63TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 60.0, + "Yield": 95.6, + "Adj Yield": 95.6 + } + }, + { + "rank": 12, + "brand": "Southeastern Seed", + "product": "Unknown", + "traits": "", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 61.6, + "Yield": 89.4, + "Adj Yield": 89.4 + } + }, + { + "rank": 8, + "brand": "Southeastern Seed", + "product": "Unknown", + "traits": "", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 61.4, + "Yield": 97.5, + "Adj Yield": 97.5 + } + }, + { + "rank": 13, + "brand": "Southeastern Seed", + "product": "Unknown", + "traits": "", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 58.3, + "Yield": 85.3, + "Adj Yield": 85.3 + } + }, + { + "rank": 14, + "brand": "Southeastern Seed", + "product": "SS18-60TRE", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 60.3, + "Yield": 74.1, + "Adj Yield": 74.1 + } + }, + { + "rank": 11, + "brand": "Southeastern Seed", + "product": "SS14-66VZ3", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 59.0, + "Yield": 94.0, + "Adj Yield": 94.0 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147485" + ], + "fetched_at": "2026-05-27T02:23:41.839077+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147485.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147485.md new file mode 100644 index 00000000..c3f6d47d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147485.md @@ -0,0 +1,43 @@ +# Corn yield trial — Dyer, TN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** TN +- **County:** Gibson +- **City:** Dyer +- **Year:** 2025 +- **Plot ID:** 147485 +- **Cooperator:** Bradley Shanklin +- **Plot average:** 96.34 BU/Ac +- **Planted:** 2025-06-03 +- **Harvested:** 2025-10-15 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147485 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A642-18SSPRIB | SSPRIB | - | 13.4 | 61.2 | 108.0 | 108.0 | +| 6 | AgriGold | A644-64VT2PRO | VT2Pro | - | 13.4 | 59.6 | 98.3 | 98.3 | +| 3 | AgriGold | A645-30VT2RIB | VT2RIB | - | 13.6 | 63.5 | 105.2 | 105.2 | +| 4 | AgriGold | A646-17TRC | Trecepta | - | 13.4 | 62.0 | 101.6 | 101.6 | +| 5 | AgriGold | A647-79VT2PRO | VT2Pro | - | 13.8 | 61.8 | 98.9 | 98.9 | +| 2 | AgriGold | L6722VT2PRO | VT2Pro | - | 13.8 | 62.0 | 106.9 | 106.9 | +| 9 | Southeastern Seed | SE12-62 | Trecepta | - | 12.7 | 59.1 | 95.9 | 95.9 | +| 7 | Southeastern Seed | 13-65 | VT2Pro | - | 12.5 | 60.2 | 98.1 | 98.1 | +| 10 | Southeastern Seed | SS15-63TRE | Trecepta | - | 13.2 | 60.0 | 95.6 | 95.6 | +| 12 | Southeastern Seed | Unknown | - | - | 13.3 | 61.6 | 89.4 | 89.4 | +| 8 | Southeastern Seed | Unknown | - | - | 12.4 | 61.4 | 97.5 | 97.5 | +| 13 | Southeastern Seed | Unknown | - | - | 13.5 | 58.3 | 85.3 | 85.3 | +| 14 | Southeastern Seed | SS18-60TRE | Trecepta | - | 14.1 | 60.3 | 74.1 | 74.1 | +| 11 | Southeastern Seed | SS14-66VZ3 | 3330EZ | - | 13.2 | 59.0 | 94.0 | 94.0 | + +Top 5 by Yield: A642-18SSPRIB (AgriGold) 108.0, L6722VT2PRO (AgriGold) 106.9, A645-30VT2RIB (AgriGold) 105.2, A646-17TRC (AgriGold) 101.6, A647-79VT2PRO (AgriGold) 98.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147499.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147499.json new file mode 100644 index 00000000..8f59bf9f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147499.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147499", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Virden", + "county": "Montgomery", + "year": 2025, + "plot_id": "147499", + "cooperator": "Scott Landrey", + "plot_average": 269.71, + "planted_date": "2025-05-13", + "harvested_date": "2025-10-15", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 60.8, + "Yield": 270.9, + "Adj Yield": 270.9 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 59.3, + "Yield": 263.6, + "Adj Yield": 263.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 59.0, + "Yield": 273.6, + "Adj Yield": 273.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 60.4, + "Yield": 264.4, + "Adj Yield": 264.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 57.5, + "Yield": 277.9, + "Adj Yield": 277.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 60.2, + "Yield": 270.9, + "Adj Yield": 270.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 61.2, + "Yield": 266.0, + "Adj Yield": 266.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 60.2, + "Yield": 275.6, + "Adj Yield": 275.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 59.1, + "Yield": 265.7, + "Adj Yield": 265.7 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 61.5, + "Yield": 268.8, + "Adj Yield": 268.8 + } + }, + { + "rank": 10, + "brand": "Croplan", + "product": "CP5249PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 57.5, + "Yield": 255.3, + "Adj Yield": 255.3 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 60.1, + "Yield": 284.1, + "Adj Yield": 284.1 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147499" + ], + "fetched_at": "2026-05-27T02:23:42.334667+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147499.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147499.md new file mode 100644 index 00000000..f28b9d72 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147499.md @@ -0,0 +1,42 @@ +# Corn yield trial — Virden, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Montgomery +- **City:** Virden +- **Year:** 2025 +- **Plot ID:** 147499 +- **Cooperator:** Scott Landrey +- **Plot average:** 269.71 BU/Ac +- **Planted:** 2025-05-13 +- **Harvested:** 2025-10-15 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147499 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 16.5 | 60.8 | 270.9 | 270.9 | +| 9 | AgriGold | A642-18SSPRIB | SSPRIB | - | 16.0 | 59.3 | 263.6 | 263.6 | +| 4 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.9 | 59.0 | 273.6 | 273.6 | +| 8 | AgriGold | A643-52VT2RIB | VT2RIB | - | 16.0 | 60.4 | 264.4 | 264.4 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.1 | 57.5 | 277.9 | 277.9 | +| 5 | AgriGold | A642-32VT2RIB | VT2RIB | - | 16.5 | 60.2 | 270.9 | 270.9 | +| 6 | AgriGold | A645-30VT2RIB | VT2RIB | - | 17.3 | 61.2 | 266.0 | 266.0 | +| 3 | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.3 | 60.2 | 275.6 | 275.6 | +| 7 | AgriGold | A645-71STXRIB | STXRIB | - | 16.8 | 59.1 | 265.7 | 265.7 | +| - | AgriGold | A642-32VT2RIB | VT2RIB | - | 16.4 | 61.5 | 268.8 | 268.8 | +| 10 | Croplan | CP5249PCE | PCE | - | 16.0 | 57.5 | 255.3 | 255.3 | +| 1 | Dekalb | DKC114-99RIB | VT4RIB | - | 16.7 | 60.1 | 284.1 | 284.1 | + +Top 5 by Yield: DKC114-99RIB (Dekalb) 284.1, A644-64VT2RIB (AgriGold) 277.9, A645-16VT2RIB (AgriGold) 275.6, A642-05VT2RIBD1 (AgriGold) 273.6, A642-32VT2RIB (AgriGold) 270.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147500.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147500.json new file mode 100644 index 00000000..dfeb828d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147500.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147500", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Spencer", + "county": "Clay", + "year": 2025, + "plot_id": "147500", + "cooperator": "Evan Hansen", + "plot_average": 211.01, + "planted_date": "2025-05-12", + "harvested_date": "2025-10-07", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "Wyffels", + "product": "W3309RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 56.4, + "Yield": 216.7, + "Adj Yield": 214.7 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A631-08DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 56.0, + "Yield": 153.4, + "Adj Yield": 151.16 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 57.2, + "Yield": 190.3, + "Adj Yield": 190.3 + } + }, + { + "rank": 8, + "brand": "Golden Harvest", + "product": "G03U08-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 56.1, + "Yield": 215.5, + "Adj Yield": 213.26 + } + }, + { + "rank": 1, + "brand": "Wyffels", + "product": "W3654RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 56.8, + "Yield": 239.6, + "Adj Yield": 237.82 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 55.8, + "Yield": 209.3, + "Adj Yield": 207.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 56.9, + "Yield": 230.5, + "Adj Yield": 229.45 + } + }, + { + "rank": 6, + "brand": "Wyffels", + "product": "W4487RIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 57.2, + "Yield": 226.3, + "Adj Yield": 225.73 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P05737PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 56.5, + "Yield": 237.6, + "Adj Yield": 237.37 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 55.0, + "Yield": 209.5, + "Adj Yield": 209.73 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": 54.3, + "Yield": 175.1, + "Adj Yield": 175.67 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 56.0, + "Yield": 226.7, + "Adj Yield": 227.7 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": 56.5, + "Yield": 201.2, + "Adj Yield": 202.59 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 57.0, + "Yield": 224.6, + "Adj Yield": 226.4 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 56.7, + "Yield": 192.5, + "Adj Yield": 194.69 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 55.5, + "Yield": 185.1, + "Adj Yield": 185.1 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147500" + ], + "fetched_at": "2026-05-27T02:23:42.863125+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147500.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147500.md new file mode 100644 index 00000000..bc72bbc5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147500.md @@ -0,0 +1,46 @@ +# Corn yield trial — Spencer, IA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Clay +- **City:** Spencer +- **Year:** 2025 +- **Plot ID:** 147500 +- **Cooperator:** Evan Hansen +- **Plot average:** 211.01 BU/Ac +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-07 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147500 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | Wyffels | W3309RIB | STXRIB | - | 17.4 | 56.4 | 216.7 | 214.7 | +| 14 | AgriGold | A631-08DV-RN | 5222 | - | 18.0 | 56.0 | 153.4 | 151.16 | +| - | AgriGold | A631-08VT2RIB | VT2RIB | - | 18.2 | 57.2 | 190.3 | 190.3 | +| 8 | Golden Harvest | G03U08-D | 5122EZ | - | 19.0 | 56.1 | 215.5 | 213.26 | +| 1 | Wyffels | W3654RIB | PCE | - | 18.4 | 56.8 | 239.6 | 237.82 | +| 10 | AgriGold | A634-11SSPRIB | SSPRIB | - | 17.4 | 55.8 | 209.3 | 207.9 | +| 3 | AgriGold | A634-65TRC | Trecepta | - | 16.8 | 56.9 | 230.5 | 229.45 | +| 6 | Wyffels | W4487RIB | VT4Pro | - | 19.0 | 57.2 | 226.3 | 225.73 | +| 2 | Pioneer | P05737PCE | PCE | - | 19.1 | 56.5 | 237.6 | 237.37 | +| 9 | AgriGold | A636-11VT2RIB | VT2RIB | - | 20.5 | 55.0 | 209.5 | 209.73 | +| 13 | AgriGold | A636-16-5222EZ | 5222EZ | - | 23.0 | 54.3 | 175.1 | 175.67 | +| 4 | AgriGold | A637-72VT2RIB | VT2RIB | - | 22.8 | 56.0 | 226.7 | 227.7 | +| 11 | AgriGold | A638-19 | C | - | 22.1 | 56.5 | 201.2 | 202.59 | +| 5 | AgriGold | A638-91VT2PRO | VT2Pro | - | 19.5 | 57.0 | 224.6 | 226.4 | +| 12 | AgriGold | A639-38V-RN | 3220 | - | 19.1 | 56.7 | 192.5 | 194.69 | +| - | AgriGold | A631-08VT2RIB | VT2RIB | - | 18.3 | 55.5 | 185.1 | 185.1 | + +Top 5 by Yield: W3654RIB (Wyffels) 239.6, P05737PCE (Pioneer) 237.6, A634-65TRC (AgriGold) 230.5, A637-72VT2RIB (AgriGold) 226.7, W4487RIB (Wyffels) 226.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147501.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147501.json new file mode 100644 index 00000000..f36ff0d9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147501.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147501", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Cottage Hill", + "county": "Marshall", + "year": 2025, + "plot_id": "147501", + "cooperator": "Darrin Jacobson", + "plot_average": 197.54, + "planted_date": "2025-04-17", + "harvested_date": "2025-10-15", + "population_seeds_per_acre": 23500, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": 16, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.5, + "Yield": 180.6, + "Adj Yield": 180.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.9, + "Yield": 194.4, + "Adj Yield": 194.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 60.4, + "Yield": 203.1, + "Adj Yield": 203.1 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 62.0, + "Yield": 191.6, + "Adj Yield": 191.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 61.1, + "Yield": 198.2, + "Adj Yield": 198.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 61.9, + "Yield": 200.4, + "Adj Yield": 200.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.9, + "Yield": 203.6, + "Adj Yield": 203.6 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A650-21VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 61.0, + "Yield": 191.9, + "Adj Yield": 191.9 + } + }, + { + "rank": 15, + "brand": "NC+", + "product": "NC08-01SSRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 59.5, + "Yield": 186.7, + "Adj Yield": 186.7 + } + }, + { + "rank": 8, + "brand": "NC+", + "product": "NC11-15VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 59.6, + "Yield": 196.9, + "Adj Yield": 196.9 + } + }, + { + "rank": 11, + "brand": "NC+", + "product": "NC6499", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 59.8, + "Yield": 194.2, + "Adj Yield": 194.2 + } + }, + { + "rank": 9, + "brand": "NC+", + "product": "NC6358", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 61.2, + "Yield": 196.8, + "Adj Yield": 196.8 + } + }, + { + "rank": 2, + "brand": "NC+", + "product": "NC14-88VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 60.9, + "Yield": 212.4, + "Adj Yield": 212.4 + } + }, + { + "rank": 14, + "brand": "NC+", + "product": "NC 7204", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 60.8, + "Yield": 191.3, + "Adj Yield": 191.3 + } + }, + { + "rank": 1, + "brand": "NC+", + "product": "NC 7728", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 62.0, + "Yield": 213.8, + "Adj Yield": 213.8 + } + }, + { + "rank": 3, + "brand": "NC+", + "product": "NC18-88", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 60.5, + "Yield": 204.8, + "Adj Yield": 204.8 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147501" + ], + "fetched_at": "2026-05-27T02:23:43.322341+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147501.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147501.md new file mode 100644 index 00000000..e6b76ed2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147501.md @@ -0,0 +1,49 @@ +# Corn yield trial — Cottage Hill, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Marshall +- **City:** Cottage Hill +- **Year:** 2025 +- **Plot ID:** 147501 +- **Cooperator:** Darrin Jacobson +- **Plot average:** 197.54 BU/Ac +- **Planted:** 2025-04-17 +- **Harvested:** 2025-10-15 +- **Population:** 23,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147501 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 16 | AgriGold | A636-39-3110 | 3110 | - | 13.7 | 60.5 | 180.6 | 180.6 | +| 10 | AgriGold | A640-16-3110 | 3110 | - | 13.7 | 60.9 | 194.4 | 194.4 | +| 5 | AgriGold | A641-26V | 3220EZ | - | 13.8 | 60.4 | 203.1 | 203.1 | +| 13 | AgriGold | A642-32VT2RIB | VT2RIB | - | 13.7 | 62.0 | 191.6 | 191.6 | +| 7 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.7 | 61.1 | 198.2 | 198.2 | +| 6 | AgriGold | A645-30VT2RIB | VT2RIB | - | 14.1 | 61.9 | 200.4 | 200.4 | +| 4 | AgriGold | A646-17TRC | Trecepta | - | 14.2 | 60.9 | 203.6 | 203.6 | +| 12 | AgriGold | A650-21VT2RIB | VT2RIB | - | 13.9 | 61.0 | 191.9 | 191.9 | +| 15 | NC+ | NC08-01SSRIB | STXRIB | - | 13.6 | 59.5 | 186.7 | 186.7 | +| 8 | NC+ | NC11-15VT2PRIB | VT2RIB | - | 13.8 | 59.6 | 196.9 | 196.9 | +| 11 | NC+ | NC6499 | VT2RIB | - | 13.8 | 59.8 | 194.2 | 194.2 | +| 9 | NC+ | NC6358 | VT4RIB | - | 14.0 | 61.2 | 196.8 | 196.8 | +| 2 | NC+ | NC14-88VT2PRIB | VT2RIB | - | 13.8 | 60.9 | 212.4 | 212.4 | +| 14 | NC+ | NC 7204 | VT4RIB | - | 14.0 | 60.8 | 191.3 | 191.3 | +| 1 | NC+ | NC 7728 | VT2RIB | - | 14.1 | 62.0 | 213.8 | 213.8 | +| 3 | NC+ | NC18-88 | TreceptaRIB | - | 14.1 | 60.5 | 204.8 | 204.8 | + +Top 5 by Yield: NC 7728 (NC+) 213.8, NC14-88VT2PRIB (NC+) 212.4, NC18-88 (NC+) 204.8, A646-17TRC (AgriGold) 203.6, A641-26V (AgriGold) 203.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147503.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147503.json new file mode 100644 index 00000000..01175077 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147503.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147503", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MI", + "state_abbrev": "mi", + "city": "Grand ledge", + "county": "Eaton", + "year": 2025, + "plot_id": "147503", + "cooperator": "Dan Edwards", + "plot_average": 228.74, + "planted_date": "2025-05-12", + "harvested_date": "2025-10-16", + "population_seeds_per_acre": null, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": null, + "previous_crop": null, + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A630-04AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 54.9, + "Yield": 259.0, + "Adj Yield": 259.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A628-22", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 55.6, + "Yield": 238.8, + "Adj Yield": 238.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 56.8, + "Yield": 249.7, + "Adj Yield": 249.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A630-04D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 56.1, + "Yield": 239.3, + "Adj Yield": 239.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A631-08DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 55.8, + "Yield": 240.6, + "Adj Yield": 240.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 55.6, + "Yield": 202.3, + "Adj Yield": 202.3 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 25.0, + "Test Wt.": 53.1, + "Yield": 198.0, + "Adj Yield": 198.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A634-65TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 54.0, + "Yield": 195.2, + "Adj Yield": 195.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.7, + "Test Wt.": null, + "Yield": 225.4, + "Adj Yield": 225.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A630-04AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": 55.6, + "Yield": 239.1, + "Adj Yield": 239.1 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147503" + ], + "fetched_at": "2026-05-27T02:23:43.803185+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147503.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147503.md new file mode 100644 index 00000000..155452f7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147503.md @@ -0,0 +1,36 @@ +# Corn yield trial — Grand ledge, MI, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MI +- **County:** Eaton +- **City:** Grand ledge +- **Year:** 2025 +- **Plot ID:** 147503 +- **Cooperator:** Dan Edwards +- **Plot average:** 228.74 BU/Ac +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-16 +- **Row width:** 30.0" +- **# Rows:** 4 +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147503 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A630-04AA | 3120EZ | - | 21.8 | 54.9 | 259.0 | 259.0 | +| 6 | AgriGold | A628-22 | C | - | 20.4 | 55.6 | 238.8 | 238.8 | +| 2 | AgriGold | A629-55VT2RIB | VT2RIB | - | 21.5 | 56.8 | 249.7 | 249.7 | +| 4 | AgriGold | A630-04D | 5122EZ | - | 21.8 | 56.1 | 239.3 | 239.3 | +| 3 | AgriGold | A631-08DV-RN | 5222 | - | 21.4 | 55.8 | 240.6 | 240.6 | +| 8 | AgriGold | A632-68VT2RIB | VT2RIB | - | 23.4 | 55.6 | 202.3 | 202.3 | +| 9 | AgriGold | A634-11SSPRIB | SSPRIB | - | 25.0 | 53.1 | 198.0 | 198.0 | +| 10 | AgriGold | A634-65TRCRIB | TreceptaRIB | - | 21.5 | 54.0 | 195.2 | 195.2 | +| 7 | AgriGold | A636-11VT2RIB | VT2RIB | - | 23.7 | - | 225.4 | 225.4 | +| 5 | AgriGold | A630-04AA | 3120EZ | - | 20.8 | 55.6 | 239.1 | 239.1 | + +Top 5 by Yield: A630-04AA (AgriGold) 259.0, A629-55VT2RIB (AgriGold) 249.7, A631-08DV-RN (AgriGold) 240.6, A630-04D (AgriGold) 239.3, A630-04AA (AgriGold) 239.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147505.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147505.json new file mode 100644 index 00000000..a424c038 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147505.json @@ -0,0 +1,62 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147505", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Haviland", + "county": "Kiowa", + "year": 2025, + "plot_id": "147505", + "cooperator": "Fleming Feed and Grain", + "plot_average": 234.5, + "planted_date": "2025-04-30", + "harvested_date": "2025-10-11", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Loam", + "tillage": "Strip Till", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "Ohlde Seed", + "product": "O25-18", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 58.8, + "Yield": 233.6, + "Adj Yield": 233.6 + } + }, + { + "rank": 1, + "brand": "Ohlde Seed", + "product": "O25-18", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 59.8, + "Yield": 235.4, + "Adj Yield": 235.4 + } + } + ], + "n_results": 2, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147505" + ], + "fetched_at": "2026-05-27T02:23:44.324146+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147505.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147505.md new file mode 100644 index 00000000..9284c798 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147505.md @@ -0,0 +1,32 @@ +# Corn yield trial — Haviland, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Kiowa +- **City:** Haviland +- **Year:** 2025 +- **Plot ID:** 147505 +- **Cooperator:** Fleming Feed and Grain +- **Plot average:** 234.5 BU/Ac +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-11 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Loam +- **Tillage:** Strip Till +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147505 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | Ohlde Seed | O25-18 | Trecepta | - | 17.5 | 58.8 | 233.6 | 233.6 | +| 1 | Ohlde Seed | O25-18 | Trecepta | - | 16.3 | 59.8 | 235.4 | 235.4 | + +Top 5 by Yield: O25-18 (Ohlde Seed) 235.4, O25-18 (Ohlde Seed) 233.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147506.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147506.json new file mode 100644 index 00000000..14a8e1ab --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147506.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147506", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "PA", + "state_abbrev": "pa", + "city": "Cochranville", + "county": "Chester", + "year": 2025, + "plot_id": "147506", + "cooperator": "Cochranville Ag Services, LLC", + "plot_average": 277.38, + "planted_date": "2025-04-30", + "harvested_date": "2025-10-07", + "population_seeds_per_acre": 34000, + "row_width": "\"", + "num_rows": null, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 17, + "brand": "AgriGold", + "product": "A631-08DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 57.1, + "Yield": 265.7, + "Adj Yield": 265.7 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 56.9, + "Yield": 263.7, + "Adj Yield": 263.7 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A634-65TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 56.9, + "Yield": 257.7, + "Adj Yield": 257.7 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 57.1, + "Yield": 269.9, + "Adj Yield": 269.9 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 56.4, + "Yield": 279.1, + "Adj Yield": 279.1 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 54.5, + "Yield": 276.9, + "Adj Yield": 276.9 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A640-16DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 54.9, + "Yield": 282.0, + "Adj Yield": 282.0 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A641-85STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": 55.5, + "Yield": 267.2, + "Adj Yield": 267.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 56.3, + "Yield": 283.8, + "Adj Yield": 283.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 58.2, + "Yield": 286.2, + "Adj Yield": 286.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": 56.6, + "Yield": 292.0, + "Adj Yield": 292.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.8, + "Test Wt.": 56.3, + "Yield": 296.3, + "Adj Yield": 296.3 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": 57.9, + "Yield": 281.5, + "Adj Yield": 281.5 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 54.2, + "Yield": 268.4, + "Adj Yield": 268.4 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 56.8, + "Yield": 261.8, + "Adj Yield": 261.8 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 24.0, + "Test Wt.": 55.2, + "Yield": 280.6, + "Adj Yield": 280.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.9, + "Test Wt.": 57.4, + "Yield": 288.5, + "Adj Yield": 288.5 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A645-80-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 55.4, + "Yield": 273.8, + "Adj Yield": 273.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.7, + "Test Wt.": 55.4, + "Yield": 287.8, + "Adj Yield": 287.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 56.2, + "Yield": 284.6, + "Adj Yield": 284.6 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147506" + ], + "fetched_at": "2026-05-27T02:23:44.829646+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147506.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147506.md new file mode 100644 index 00000000..e59f796a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147506.md @@ -0,0 +1,48 @@ +# Corn yield trial — Cochranville, PA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** PA +- **County:** Chester +- **City:** Cochranville +- **Year:** 2025 +- **Plot ID:** 147506 +- **Cooperator:** Cochranville Ag Services, LLC +- **Plot average:** 277.38 BU/Ac +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-07 +- **Population:** 34,000 seeds/acre +- **Row width:** " +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147506 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 17 | AgriGold | A631-08DV-RN | 5222 | - | 18.6 | 57.1 | 265.7 | 265.7 | +| 18 | AgriGold | A632-68VT2RIB | VT2RIB | - | 19.3 | 56.9 | 263.7 | 263.7 | +| 20 | AgriGold | A634-65TRCRIB | TreceptaRIB | - | 18.8 | 56.9 | 257.7 | 257.7 | +| 14 | AgriGold | A638-19 | C | - | 19.9 | 57.1 | 269.9 | 269.9 | +| 11 | AgriGold | A638-91VT2PRO | VT2Pro | - | 22.4 | 56.4 | 279.1 | 279.1 | +| 12 | AgriGold | A639-03VT2RIB | VT2RIB | - | 21.8 | 54.5 | 276.9 | 276.9 | +| 8 | AgriGold | A640-16DV-RN | 5222 | - | 23.2 | 54.9 | 282.0 | 282.0 | +| 16 | AgriGold | A641-85STXRIB | STXRIB | - | 24.1 | 55.5 | 267.2 | 267.2 | +| 7 | AgriGold | A642-18SSPRIB | SSPRIB | - | 22.4 | 56.3 | 283.8 | 283.8 | +| 5 | AgriGold | A642-32VT2RIB | VT2RIB | - | 22.0 | 58.2 | 286.2 | 286.2 | +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 24.2 | 56.6 | 292.0 | 292.0 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 23.8 | 56.3 | 296.3 | 296.3 | +| 9 | AgriGold | A645-55VT2PRO | VT2Pro | - | 22.9 | 57.9 | 281.5 | 281.5 | +| 15 | AgriGold | A636-16-5222EZ | 5222EZ | - | 21.4 | 54.2 | 268.4 | 268.4 | +| 19 | AgriGold | A636-39-3110 | 3110 | - | 19.5 | 56.8 | 261.8 | 261.8 | +| 10 | AgriGold | A641-62D-RN | 5122 | - | 24.0 | 55.2 | 280.6 | 280.6 | +| 3 | AgriGold | A645-30VT2RIB | VT2RIB | - | 23.9 | 57.4 | 288.5 | 288.5 | +| 13 | AgriGold | A645-80-3110 | 3110 | - | 23.2 | 55.4 | 273.8 | 273.8 | +| 4 | AgriGold | A646-30VT2RIB | VT2RIB | - | 23.7 | 55.4 | 287.8 | 287.8 | +| 6 | AgriGold | A646-17TRC | Trecepta | - | 22.2 | 56.2 | 284.6 | 284.6 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 296.3, A643-52VT2RIB (AgriGold) 292.0, A645-30VT2RIB (AgriGold) 288.5, A646-30VT2RIB (AgriGold) 287.8, A642-32VT2RIB (AgriGold) 286.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147508.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147508.json new file mode 100644 index 00000000..cf1cb256 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147508.json @@ -0,0 +1,75 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147508", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Altona", + "county": "Knox", + "year": 2025, + "plot_id": "147508", + "cooperator": "Glenn Stevens", + "plot_average": 292.63, + "planted_date": "2025-05-09", + "harvested_date": "2025-10-16", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": null, + "Yield": 276.2, + "Adj Yield": 276.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": null, + "Yield": 313.8, + "Adj Yield": 313.8 + } + }, + { + "rank": 2, + "brand": "FS Seeds", + "product": "FS6395VDGRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": null, + "Yield": 287.9, + "Adj Yield": 287.9 + } + } + ], + "n_results": 3, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147508" + ], + "fetched_at": "2026-05-27T02:23:45.321529+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147508.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147508.md new file mode 100644 index 00000000..acf32350 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147508.md @@ -0,0 +1,33 @@ +# Corn yield trial — Altona, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Knox +- **City:** Altona +- **Year:** 2025 +- **Plot ID:** 147508 +- **Cooperator:** Glenn Stevens +- **Plot average:** 292.63 BU/Ac +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-16 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147508 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.7 | - | 276.2 | 276.2 | +| 1 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.1 | - | 313.8 | 313.8 | +| 2 | FS Seeds | FS6395VDGRIB | DGVT2PRIB | - | 14.8 | - | 287.9 | 287.9 | + +Top 5 by Yield: A642-32VT2RIB (AgriGold) 313.8, FS6395VDGRIB (FS Seeds) 287.9, A642-05VT2RIBD1 (AgriGold) 276.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147509.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147509.json new file mode 100644 index 00000000..a03efb39 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147509.json @@ -0,0 +1,712 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147509", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Galesburg", + "county": "Knox", + "year": 2025, + "plot_id": "147509", + "cooperator": "West Central FS", + "plot_average": 269.47, + "planted_date": "2025-04-29", + "harvested_date": "2025-10-06", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 3, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "FS Seeds", + "product": "FS6395VDGRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 271.5, + "Adj Yield": 271.5 + } + }, + { + "rank": 36, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 258.9, + "Adj Yield": 258.9 + } + }, + { + "rank": 42, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 256.3, + "Adj Yield": 256.3 + } + }, + { + "rank": 45, + "brand": "FS Seeds", + "product": "FS5725XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 252.4, + "Adj Yield": 252.4 + } + }, + { + "rank": 28, + "brand": "FS Seeds", + "product": "FS5845PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 262.0, + "Adj Yield": 262.0 + } + }, + { + "rank": 46, + "brand": "FS Seeds", + "product": "FS5835VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 252.1, + "Adj Yield": 252.1 + } + }, + { + "rank": 39, + "brand": "FS Seeds", + "product": "FS5947T", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 257.8, + "Adj Yield": 257.8 + } + }, + { + "rank": 24, + "brand": "FS Seeds", + "product": "FS5949PC", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 266.2, + "Adj Yield": 266.2 + } + }, + { + "rank": 43, + "brand": "FS Seeds", + "product": "FS5935XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 254.5, + "Adj Yield": 254.5 + } + }, + { + "rank": 26, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 263.1, + "Adj Yield": 263.1 + } + }, + { + "rank": 41, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 256.7, + "Adj Yield": 256.7 + } + }, + { + "rank": 30, + "brand": "FS Seeds", + "product": "FS6042FRIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 260.7, + "Adj Yield": 260.7 + } + }, + { + "rank": 47, + "brand": "FS Seeds", + "product": "FS6025XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 250.8, + "Adj Yield": 250.8 + } + }, + { + "rank": 49, + "brand": "NK Brand", + "product": "NK1056-V", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 241.6, + "Adj Yield": 241.6 + } + }, + { + "rank": 23, + "brand": "Brevant Seeds", + "product": "B11M47PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 267.2, + "Adj Yield": 267.2 + } + }, + { + "rank": 27, + "brand": "Brevant Seeds", + "product": "B10G53PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 262.6, + "Adj Yield": 262.6 + } + }, + { + "rank": 48, + "brand": "FS Seeds", + "product": "FS6137PC", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 245.0, + "Adj Yield": 245.0 + } + }, + { + "rank": 21, + "brand": "FS Seeds", + "product": "FS6157T", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 269.3, + "Adj Yield": 269.3 + } + }, + { + "rank": 36, + "brand": "FS Seeds", + "product": "FS6133VDGRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 258.9, + "Adj Yield": 258.9 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 283.1, + "Adj Yield": 283.1 + } + }, + { + "rank": 31, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 260.5, + "Adj Yield": 260.5 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 268.1, + "Adj Yield": 268.1 + } + }, + { + "rank": 40, + "brand": "Brevant Seeds", + "product": "B12H48PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 256.8, + "Adj Yield": 256.8 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 286.8, + "Adj Yield": 286.8 + } + }, + { + "rank": null, + "brand": "FS Seeds", + "product": "FS6395VDGRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 267.1, + "Adj Yield": 267.1 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 275.8, + "Adj Yield": 275.8 + } + }, + { + "rank": 33, + "brand": "FS Seeds", + "product": "FS6217XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 259.4, + "Adj Yield": 259.4 + } + }, + { + "rank": 33, + "brand": "FS Seeds", + "product": "FS6255L1A", + "traits": "", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 259.4, + "Adj Yield": 259.4 + } + }, + { + "rank": 29, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 260.9, + "Adj Yield": 260.9 + } + }, + { + "rank": 5, + "brand": "Brevant Seeds", + "product": "B12J58V", + "traits": "VNRR", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 292.4, + "Adj Yield": 292.4 + } + }, + { + "rank": 44, + "brand": "Brevant Seeds", + "product": "B13C49V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 253.6, + "Adj Yield": 253.6 + } + }, + { + "rank": 13, + "brand": "Brevant Seeds", + "product": "B13C49PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 281.6, + "Adj Yield": 281.6 + } + }, + { + "rank": 1, + "brand": "FS Seeds", + "product": "FS6349PC", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 308.7, + "Adj Yield": 308.7 + } + }, + { + "rank": 19, + "brand": "FS Seeds", + "product": "FS6395VDGRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 270.5, + "Adj Yield": 270.5 + } + }, + { + "rank": 38, + "brand": "NK Brand", + "product": "NK1386-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 258.5, + "Adj Yield": 258.5 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 269.7, + "Adj Yield": 269.7 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 299.6, + "Adj Yield": 299.6 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 296.2, + "Adj Yield": 296.2 + } + }, + { + "rank": 32, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 259.5, + "Adj Yield": 259.5 + } + }, + { + "rank": 6, + "brand": "FS Seeds", + "product": "FS6447T", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 292.0, + "Adj Yield": 292.0 + } + }, + { + "rank": 18, + "brand": "FS Seeds", + "product": "FS6432PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 273.0, + "Adj Yield": 273.0 + } + }, + { + "rank": 35, + "brand": "NK Brand", + "product": "NK1480-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 259.2, + "Adj Yield": 259.2 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 280.8, + "Adj Yield": 280.8 + } + }, + { + "rank": 12, + "brand": "Brevant Seeds", + "product": "B14C59PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 281.9, + "Adj Yield": 281.9 + } + }, + { + "rank": 17, + "brand": "Brevant Seeds", + "product": "B14C59V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 275.6, + "Adj Yield": 275.6 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC115-55RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 280.5, + "Adj Yield": 280.5 + } + }, + { + "rank": 25, + "brand": "FS Seeds", + "product": "FS6595VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 265.8, + "Adj Yield": 265.8 + } + }, + { + "rank": 7, + "brand": "FS Seeds", + "product": "FS6545VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 290.4, + "Adj Yield": 290.4 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 299.0, + "Adj Yield": 299.0 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC117-27RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 284.8, + "Adj Yield": 284.8 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 284.0, + "Adj Yield": 284.0 + } + }, + { + "rank": null, + "brand": "FS Seeds", + "product": "FS6395VDGRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 286.3, + "Adj Yield": 286.3 + } + } + ], + "n_results": 52, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147509" + ], + "fetched_at": "2026-05-27T02:23:45.824437+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147509.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147509.md new file mode 100644 index 00000000..9bf0ec6a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147509.md @@ -0,0 +1,82 @@ +# Corn yield trial — Galesburg, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Knox +- **City:** Galesburg +- **Year:** 2025 +- **Plot ID:** 147509 +- **Cooperator:** West Central FS +- **Plot average:** 269.47 BU/Ac +- **Planted:** 2025-04-29 +- **Harvested:** 2025-10-06 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 3 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147509 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | FS Seeds | FS6395VDGRIB | DGVT2PRIB | - | 15.8 | - | 271.5 | 271.5 | +| 36 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 15.5 | - | 258.9 | 258.9 | +| 42 | Dekalb | DKC106-98RIB | VT4RIB | - | 15.8 | - | 256.3 | 256.3 | +| 45 | FS Seeds | FS5725XRIB | STXRIB | - | 15.6 | - | 252.4 | 252.4 | +| 28 | FS Seeds | FS5845PRIB | SSPRIB | - | 15.8 | - | 262.0 | 262.0 | +| 46 | FS Seeds | FS5835VRIB | VT2RIB | - | 15.8 | - | 252.1 | 252.1 | +| 39 | FS Seeds | FS5947T | Unknown | - | 15.5 | - | 257.8 | 257.8 | +| 24 | FS Seeds | FS5949PC | PCE | - | 15.8 | - | 266.2 | 266.2 | +| 43 | FS Seeds | FS5935XRIB | STXRIB | - | 15.6 | - | 254.5 | 254.5 | +| 26 | Dekalb | DKC110-10RIB | STXRIB | - | 15.5 | - | 263.1 | 263.1 | +| 41 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 15.5 | - | 256.7 | 256.7 | +| 30 | FS Seeds | FS6042FRIB | VT4Pro | - | 15.6 | - | 260.7 | 260.7 | +| 47 | FS Seeds | FS6025XRIB | STXRIB | - | 15.8 | - | 250.8 | 250.8 | +| 49 | NK Brand | NK1056-V | 3220 | - | 15.5 | - | 241.6 | 241.6 | +| 23 | Brevant Seeds | B11M47PCE | PCE | - | 15.5 | - | 267.2 | 267.2 | +| 27 | Brevant Seeds | B10G53PCE | PCE | - | 15.5 | - | 262.6 | 262.6 | +| 48 | FS Seeds | FS6137PC | PWE | - | 15.5 | - | 245.0 | 245.0 | +| 21 | FS Seeds | FS6157T | TreceptaRIB | - | 15.5 | - | 269.3 | 269.3 | +| 36 | FS Seeds | FS6133VDGRIB | DGVT2PRIB | - | 15.5 | - | 258.9 | 258.9 | +| 11 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.6 | - | 283.1 | 283.1 | +| 31 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.6 | - | 260.5 | 260.5 | +| 22 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.6 | - | 268.1 | 268.1 | +| 40 | Brevant Seeds | B12H48PCE | PCE | - | 15.6 | - | 256.8 | 256.8 | +| 8 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 15.6 | - | 286.8 | 286.8 | +| - | FS Seeds | FS6395VDGRIB | DGVT2PRIB | - | 15.6 | - | 267.1 | 267.1 | +| 16 | Dekalb | DKC112-35RIB | SSPRIB | - | 15.6 | - | 275.8 | 275.8 | +| 33 | FS Seeds | FS6217XRIB | STXRIB | - | 15.6 | - | 259.4 | 259.4 | +| 33 | FS Seeds | FS6255L1A | - | - | 15.6 | - | 259.4 | 259.4 | +| 29 | NK Brand | NK1228-AA | 3220 | - | 15.6 | - | 260.9 | 260.9 | +| 5 | Brevant Seeds | B12J58V | VNRR | - | 15.6 | - | 292.4 | 292.4 | +| 44 | Brevant Seeds | B13C49V | Vorceed | - | 15.6 | - | 253.6 | 253.6 | +| 13 | Brevant Seeds | B13C49PCE | PCE | - | 15.6 | - | 281.6 | 281.6 | +| 1 | FS Seeds | FS6349PC | PCE | - | 17.5 | - | 308.7 | 308.7 | +| 19 | FS Seeds | FS6395VDGRIB | DGVT2PRIB | - | 17.5 | - | 270.5 | 270.5 | +| 38 | NK Brand | NK1386-VZ | 3330EZ | - | 17.5 | - | 258.5 | 258.5 | +| 20 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.5 | - | 269.7 | 269.7 | +| 2 | Dekalb | DKC114-99RIB | VT4RIB | - | 17.5 | - | 299.6 | 299.6 | +| 4 | Dekalb | DKC114-42RIB | SSPRIB | - | 17.5 | - | 296.2 | 296.2 | +| 32 | Dekalb | DKC114-43RIB | VT4RIB | - | 17.5 | - | 259.5 | 259.5 | +| 6 | FS Seeds | FS6447T | Trecepta | - | 18.1 | - | 292.0 | 292.0 | +| 18 | FS Seeds | FS6432PRIB | SSPRIB | - | 18.1 | - | 273.0 | 273.0 | +| 35 | NK Brand | NK1480-DV | 5222EZ | - | 17.5 | - | 259.2 | 259.2 | +| 14 | AgriGold | A645-71STXRIB | STXRIB | - | 17.5 | - | 280.8 | 280.8 | +| 12 | Brevant Seeds | B14C59PCE | PCE | - | 17.5 | - | 281.9 | 281.9 | +| 17 | Brevant Seeds | B14C59V | Vorceed | - | 17.5 | - | 275.6 | 275.6 | +| 15 | Dekalb | DKC115-55RIB | TreceptaRIB | - | 17.5 | - | 280.5 | 280.5 | +| 25 | FS Seeds | FS6595VRIB | VT2RIB | - | 17.5 | - | 265.8 | 265.8 | +| 7 | FS Seeds | FS6545VRIB | VT2RIB | - | 17.5 | - | 290.4 | 290.4 | +| 3 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 17.5 | - | 299.0 | 299.0 | +| 9 | Dekalb | DKC117-27RIB | VT4RIB | - | 17.5 | - | 284.8 | 284.8 | +| 10 | Dekalb | DKC68-35RIB | VT2RIB | - | 17.5 | - | 284.0 | 284.0 | +| - | FS Seeds | FS6395VDGRIB | DGVT2PRIB | - | 17.7 | - | 286.3 | 286.3 | + +Top 5 by Yield: FS6349PC (FS Seeds) 308.7, DKC114-99RIB (Dekalb) 299.6, DKC66-06RIB (Dekalb) 299.0, DKC114-42RIB (Dekalb) 296.2, B12J58V (Brevant Seeds) 292.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147532.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147532.json new file mode 100644 index 00000000..f554eba0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147532.json @@ -0,0 +1,322 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147532", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Fairmount", + "county": "Madison", + "year": 2025, + "plot_id": "147532", + "cooperator": "Schwinn Farms", + "plot_average": 279.14, + "planted_date": "2025-05-16", + "harvested_date": "2025-10-16", + "population_seeds_per_acre": 35500, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 20, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 57.8, + "Yield": 265.3, + "Adj Yield": 265.3 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 57.2, + "Yield": 252.7, + "Adj Yield": 252.7 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 57.4, + "Yield": 275.2, + "Adj Yield": 275.2 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 56.1, + "Yield": 277.6, + "Adj Yield": 277.6 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC107-69RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 55.6, + "Yield": 274.5, + "Adj Yield": 274.5 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 57.8, + "Yield": 247.8, + "Adj Yield": 247.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 57.3, + "Yield": 285.8, + "Adj Yield": 285.8 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 56.9, + "Yield": 272.7, + "Adj Yield": 272.7 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 57.0, + "Yield": 292.6, + "Adj Yield": 292.6 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 57.6, + "Yield": 277.8, + "Adj Yield": 277.8 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.6, + "Test Wt.": 57.2, + "Yield": 286.1, + "Adj Yield": 286.1 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 24.4, + "Test Wt.": 54.6, + "Yield": 271.3, + "Adj Yield": 271.3 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": 57.5, + "Yield": 295.3, + "Adj Yield": 295.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 58.4, + "Yield": 299.4, + "Adj Yield": 299.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 57.6, + "Yield": 283.5, + "Adj Yield": 283.5 + } + }, + { + "rank": 19, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 57.4, + "Yield": 265.4, + "Adj Yield": 265.4 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": 56.2, + "Yield": 275.5, + "Adj Yield": 275.5 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 24.4, + "Test Wt.": 54.5, + "Yield": 276.5, + "Adj Yield": 276.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": 54.9, + "Yield": 286.2, + "Adj Yield": 286.2 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 58.7, + "Yield": 293.4, + "Adj Yield": 293.4 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.7, + "Test Wt.": 54.8, + "Yield": 292.0, + "Adj Yield": 292.0 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 56.5, + "Yield": 294.5, + "Adj Yield": 294.5 + } + } + ], + "n_results": 22, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147532" + ], + "fetched_at": "2026-05-27T02:23:46.339436+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147532.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147532.md new file mode 100644 index 00000000..a269298f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147532.md @@ -0,0 +1,51 @@ +# Corn yield trial — Fairmount, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Madison +- **City:** Fairmount +- **Year:** 2025 +- **Plot ID:** 147532 +- **Cooperator:** Schwinn Farms +- **Plot average:** 279.14 BU/Ac +- **Planted:** 2025-05-16 +- **Harvested:** 2025-10-16 +- **Population:** 35,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147532 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 20 | Dekalb | DKC110-10RIB | STXRIB | - | 19.4 | 57.8 | 265.3 | 265.3 | +| 21 | AgriGold | A638-19 | C | - | 19.7 | 57.2 | 252.7 | 252.7 | +| 15 | Dekalb | DKC106-98RIB | VT4RIB | - | 19.9 | 57.4 | 275.2 | 275.2 | +| 12 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 19.8 | 56.1 | 277.6 | 277.6 | +| 16 | Dekalb | DKC107-69RIB | TreceptaRIB | - | 20.5 | 55.6 | 274.5 | 274.5 | +| 22 | AgriGold | A637-72VT2RIB | VT2RIB | - | 19.5 | 57.8 | 247.8 | 247.8 | +| 9 | AgriGold | A638-91VT2PRO | VT2Pro | - | 21.5 | 57.3 | 285.8 | 285.8 | +| 17 | AgriGold | A639-38V-RN | 3220 | - | 21.6 | 56.9 | 272.7 | 272.7 | +| 5 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 20.9 | 57.0 | 292.6 | 292.6 | +| 11 | AgriGold | A640-16-3110 | 3110 | - | 20.9 | 57.6 | 277.8 | 277.8 | +| 8 | Dekalb | DKC111-35RIB | VT2RIB | - | 21.6 | 57.2 | 286.1 | 286.1 | +| 18 | AgriGold | A641-62D-RN | 5122 | - | 24.4 | 54.6 | 271.3 | 271.3 | +| 2 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 21.8 | 57.5 | 295.3 | 295.3 | +| 1 | AgriGold | A642-32VT2RIB | VT2RIB | - | 20.9 | 58.4 | 299.4 | 299.4 | +| 10 | AgriGold | A643-52VT2RIB | VT2RIB | - | 21.0 | 57.6 | 283.5 | 283.5 | +| 19 | Dekalb | DKC114-43RIB | VT4RIB | - | 21.4 | 57.4 | 265.4 | 265.4 | +| 14 | Dekalb | DKC112-35RIB | SSPRIB | - | 22.5 | 56.2 | 275.5 | 275.5 | +| 13 | AgriGold | A642-18SSPRIB | SSPRIB | - | 24.4 | 54.5 | 276.5 | 276.5 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 24.2 | 54.9 | 286.2 | 286.2 | +| 4 | Dekalb | DKC64-22RIB | VT2RIB | - | 20.7 | 58.7 | 293.4 | 293.4 | +| 6 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 24.7 | 54.8 | 292.0 | 292.0 | +| 3 | Dekalb | DKC68-35RIB | VT2RIB | - | 21.3 | 56.5 | 294.5 | 294.5 | + +Top 5 by Yield: A642-32VT2RIB (AgriGold) 299.4, DKC112-12RIB (Dekalb) 295.3, DKC68-35RIB (Dekalb) 294.5, DKC64-22RIB (Dekalb) 293.4, DKC110-41RIB (Dekalb) 292.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147538.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147538.json new file mode 100644 index 00000000..5a908785 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147538.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147538", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MD", + "state_abbrev": "md", + "city": "Easton", + "county": "Talbot", + "year": 2025, + "plot_id": "147538", + "cooperator": "Darcy Hutchison", + "plot_average": 219.77, + "planted_date": "2025-05-20", + "harvested_date": "2025-10-20", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 56.0, + "Yield": 212.5, + "Adj Yield": 212.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 56.0, + "Yield": 208.7, + "Adj Yield": 221.58 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 56.0, + "Yield": 200.2, + "Adj Yield": 209.87 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 56.0, + "Yield": 220.7, + "Adj Yield": 227.13 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 56.0, + "Yield": 221.6, + "Adj Yield": 224.82 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 56.0, + "Yield": 220.1, + "Adj Yield": 220.09 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 56.0, + "Yield": 234.4, + "Adj Yield": 231.17 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 56.0, + "Yield": 226.2, + "Adj Yield": 219.77 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A640-16DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 56.0, + "Yield": 216.3, + "Adj Yield": 206.68 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 56.0, + "Yield": 229.6, + "Adj Yield": 216.78 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 56.0, + "Yield": 244.6, + "Adj Yield": 244.6 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147538" + ], + "fetched_at": "2026-05-27T02:23:46.834132+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147538.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147538.md new file mode 100644 index 00000000..95392fe4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147538.md @@ -0,0 +1,40 @@ +# Corn yield trial — Easton, MD, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MD +- **County:** Talbot +- **City:** Easton +- **Year:** 2025 +- **Plot ID:** 147538 +- **Cooperator:** Darcy Hutchison +- **Plot average:** 219.77 BU/Ac +- **Planted:** 2025-05-20 +- **Harvested:** 2025-10-20 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147538 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.0 | 56.0 | 212.5 | 212.5 | +| 4 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 19.7 | 56.0 | 208.7 | 221.58 | +| 8 | AgriGold | A645-30VT2RIB | VT2RIB | - | 20.9 | 56.0 | 200.2 | 209.87 | +| 2 | AgriGold | A645-55VT2PRO | VT2Pro | - | 19.5 | 56.0 | 220.7 | 227.13 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.3 | 56.0 | 221.6 | 224.82 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.8 | 56.0 | 220.1 | 220.09 | +| 1 | AgriGold | A641-26V | 3220EZ | - | 18.7 | 56.0 | 234.4 | 231.17 | +| 6 | AgriGold | A641-62D-RN | 5122 | - | 18.8 | 56.0 | 226.2 | 219.77 | +| 9 | AgriGold | A640-16DV-RN | 5222 | - | 17.9 | 56.0 | 216.3 | 206.68 | +| 7 | AgriGold | A640-94VT4PRO | VT4Pro | - | 17.4 | 56.0 | 229.6 | 216.78 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.8 | 56.0 | 244.6 | 244.6 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 244.6, A641-26V (AgriGold) 234.4, A640-94VT4PRO (AgriGold) 229.6, A641-62D-RN (AgriGold) 226.2, A644-64VT2RIB (AgriGold) 221.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147539.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147539.json new file mode 100644 index 00000000..e039d5ac --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147539.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147539", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MD", + "state_abbrev": "md", + "city": "Easton", + "county": "Talbot", + "year": 2025, + "plot_id": "147539", + "cooperator": "Darcy Hutchison", + "plot_average": 204.26, + "planted_date": "2025-05-20", + "harvested_date": "2025-10-20", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 56.0, + "Yield": 212.5, + "Adj Yield": 212.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 56.0, + "Yield": 231.2, + "Adj Yield": 243.27 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 56.0, + "Yield": 197.7, + "Adj Yield": 205.68 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 56.0, + "Yield": 208.9, + "Adj Yield": 212.86 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A634-65TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 56.0, + "Yield": 195.0, + "Adj Yield": 194.99 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 56.0, + "Yield": 213.9, + "Adj Yield": 209.88 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A631-08DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 56.0, + "Yield": 190.5, + "Adj Yield": 182.46 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A630-04D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 56.0, + "Yield": 192.7, + "Adj Yield": 180.67 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 56.0, + "Yield": 244.6, + "Adj Yield": 244.6 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147539" + ], + "fetched_at": "2026-05-27T02:23:47.311920+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147539.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147539.md new file mode 100644 index 00000000..6c1ee5ca --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147539.md @@ -0,0 +1,38 @@ +# Corn yield trial — Easton, MD, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MD +- **County:** Talbot +- **City:** Easton +- **Year:** 2025 +- **Plot ID:** 147539 +- **Cooperator:** Darcy Hutchison +- **Plot average:** 204.26 BU/Ac +- **Planted:** 2025-05-20 +- **Harvested:** 2025-10-20 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147539 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.0 | 56.0 | 212.5 | 212.5 | +| 1 | AgriGold | A639-38V-RN | 3220 | - | 18.0 | 56.0 | 231.2 | 243.27 | +| 4 | AgriGold | A639-03VT2RIB | VT2RIB | - | 18.7 | 56.0 | 197.7 | 205.68 | +| 2 | AgriGold | A637-72VT2RIB | VT2RIB | - | 17.7 | 56.0 | 208.9 | 212.86 | +| 5 | AgriGold | A634-65TRCRIB | TreceptaRIB | - | 17.1 | 56.0 | 195.0 | 194.99 | +| 3 | AgriGold | A632-68VT2RIB | VT2RIB | - | 16.3 | 56.0 | 213.9 | 209.88 | +| 6 | AgriGold | A631-08DV-RN | 5222 | - | 16.6 | 56.0 | 190.5 | 182.46 | +| 7 | AgriGold | A630-04D | 5122EZ | - | 16.9 | 56.0 | 192.7 | 180.67 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.8 | 56.0 | 244.6 | 244.6 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 244.6, A639-38V-RN (AgriGold) 231.2, A632-68VT2RIB (AgriGold) 213.9, A644-64VT2RIB (AgriGold) 212.5, A637-72VT2RIB (AgriGold) 208.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147543.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147543.json new file mode 100644 index 00000000..a4bdcd12 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147543.json @@ -0,0 +1,348 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147543", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Marion", + "county": "Marion", + "year": 2025, + "plot_id": "147543", + "cooperator": "Fleming Feed and Grain", + "plot_average": 115.71, + "planted_date": "2025-04-17", + "harvested_date": "2025-10-20", + "population_seeds_per_acre": 20000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "None", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "Channel", + "product": "205-63VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 59.8, + "Yield": 112.1, + "Adj Yield": 112.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 60.9, + "Yield": 138.0, + "Adj Yield": 138.0 + } + }, + { + "rank": 14, + "brand": "Hoegemeyer", + "product": "7088AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 60.2, + "Yield": 111.8, + "Adj Yield": 111.8 + } + }, + { + "rank": 17, + "brand": "NK Brand", + "product": "NK0252-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 60.6, + "Yield": 104.7, + "Adj Yield": 104.7 + } + }, + { + "rank": 19, + "brand": "NK Brand", + "product": "NK0440-3010", + "traits": "3010", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 59.0, + "Yield": 93.9, + "Adj Yield": 93.9 + } + }, + { + "rank": 18, + "brand": "Ohlde Seed", + "product": "O 36-05", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 58.1, + "Yield": 101.9, + "Adj Yield": 101.9 + } + }, + { + "rank": 15, + "brand": "Ohlde Seed", + "product": "O24-05VT2ProRB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 58.8, + "Yield": 109.4, + "Adj Yield": 109.4 + } + }, + { + "rank": 12, + "brand": "NK Brand", + "product": "NK0604DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 60.1, + "Yield": 112.2, + "Adj Yield": 112.2 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 61.1, + "Yield": 113.0, + "Adj Yield": 113.0 + } + }, + { + "rank": 9, + "brand": "Ohlde Seed", + "product": "O 36-06", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 60.1, + "Yield": 118.5, + "Adj Yield": 118.5 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 61.0, + "Yield": 136.1, + "Adj Yield": 136.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 61.0, + "Yield": 136.1, + "Adj Yield": 136.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 60.4, + "Yield": 121.1, + "Adj Yield": 121.1 + } + }, + { + "rank": 5, + "brand": "Ohlde Seed", + "product": "O25-10VT2ProRB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 60.0, + "Yield": 124.0, + "Adj Yield": 124.0 + } + }, + { + "rank": 4, + "brand": "Hoegemeyer", + "product": "8156AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 60.4, + "Yield": 124.4, + "Adj Yield": 124.4 + } + }, + { + "rank": 13, + "brand": "Taylor", + "product": "2211", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 62.0, + "Yield": 112.2, + "Adj Yield": 112.2 + } + }, + { + "rank": 16, + "brand": "Phillips", + "product": "PS1179A31", + "traits": "3220AEZ", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 59.7, + "Yield": 105.7, + "Adj Yield": 105.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 61.9, + "Yield": 126.9, + "Adj Yield": 126.9 + } + }, + { + "rank": 3, + "brand": "Phillips", + "product": "PS1372TRE", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 60.5, + "Yield": 124.4, + "Adj Yield": 124.4 + } + }, + { + "rank": 7, + "brand": "Taylor", + "product": "6015TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 61.6, + "Yield": 121.1, + "Adj Yield": 121.1 + } + }, + { + "rank": 6, + "brand": "Ohlde Seed", + "product": "O23-16", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 59.1, + "Yield": 123.0, + "Adj Yield": 123.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 61.1, + "Yield": 130.3, + "Adj Yield": 130.3 + } + }, + { + "rank": 10, + "brand": "Channel", + "product": "205-63VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 60.4, + "Yield": 114.1, + "Adj Yield": 114.1 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "205-63VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 60.4, + "Yield": 114.1, + "Adj Yield": 114.1 + } + } + ], + "n_results": 24, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147543" + ], + "fetched_at": "2026-05-27T02:23:47.831954+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147543.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147543.md new file mode 100644 index 00000000..9841965f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147543.md @@ -0,0 +1,57 @@ +# Corn yield trial — Marion, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Marion +- **City:** Marion +- **Year:** 2025 +- **Plot ID:** 147543 +- **Cooperator:** Fleming Feed and Grain +- **Plot average:** 115.71 BU/Ac +- **Planted:** 2025-04-17 +- **Harvested:** 2025-10-20 +- **Population:** 20,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** None +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147543 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Channel | 205-63VT2PRIB | VT2RIB | - | 12.9 | 59.8 | 112.1 | 112.1 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.4 | 60.9 | 138.0 | 138.0 | +| 14 | Hoegemeyer | 7088AM | AM | - | 13.3 | 60.2 | 111.8 | 111.8 | +| 17 | NK Brand | NK0252-D | 5122EZ | - | 13.2 | 60.6 | 104.7 | 104.7 | +| 19 | NK Brand | NK0440-3010 | 3010 | - | 13.1 | 59.0 | 93.9 | 93.9 | +| 18 | Ohlde Seed | O 36-05 | PCE | - | 13.0 | 58.1 | 101.9 | 101.9 | +| 15 | Ohlde Seed | O24-05VT2ProRB | VT2RIB | - | 12.8 | 58.8 | 109.4 | 109.4 | +| 12 | NK Brand | NK0604DV | 5222EZ | - | 13.3 | 60.1 | 112.2 | 112.2 | +| 11 | AgriGold | A636-39-3110 | 3110 | - | 13.0 | 61.1 | 113.0 | 113.0 | +| 9 | Ohlde Seed | O 36-06 | PCE | - | 13.0 | 60.1 | 118.5 | 118.5 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.2 | 61.0 | 136.1 | 136.1 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.2 | 61.0 | 136.1 | 136.1 | +| 8 | AgriGold | A640-16-3110 | 3110 | - | 13.0 | 60.4 | 121.1 | 121.1 | +| 5 | Ohlde Seed | O25-10VT2ProRB | VT2RIB | - | 13.1 | 60.0 | 124.0 | 124.0 | +| 4 | Hoegemeyer | 8156AM | AM | - | 13.4 | 60.4 | 124.4 | 124.4 | +| 13 | Taylor | 2211 | PCE | - | 13.2 | 62.0 | 112.2 | 112.2 | +| 16 | Phillips | PS1179A31 | 3220AEZ | - | 13.2 | 59.7 | 105.7 | 105.7 | +| 2 | AgriGold | A641-26V | 3220EZ | - | 13.6 | 61.9 | 126.9 | 126.9 | +| 3 | Phillips | PS1372TRE | TreceptaRIB | - | 13.5 | 60.5 | 124.4 | 124.4 | +| 7 | Taylor | 6015TRCRIB | TreceptaRIB | - | 13.7 | 61.6 | 121.1 | 121.1 | +| 6 | Ohlde Seed | O23-16 | 3220EZ | - | 13.5 | 59.1 | 123.0 | 123.0 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 13.2 | 61.1 | 130.3 | 130.3 | +| 10 | Channel | 205-63VT2PRIB | VT2RIB | - | 13.1 | 60.4 | 114.1 | 114.1 | +| - | Channel | 205-63VT2PRIB | VT2RIB | - | 13.1 | 60.4 | 114.1 | 114.1 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 138.0, A643-52VT2RIB (AgriGold) 136.1, A643-52VT2RIB (AgriGold) 136.1, A643-52VT2RIB (AgriGold) 130.3, A641-26V (AgriGold) 126.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147549.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147549.json new file mode 100644 index 00000000..cf8b6b81 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147549.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147549", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "St. Charles", + "county": "St. Charles", + "year": 2025, + "plot_id": "147549", + "cooperator": "Semke Farming, LLC", + "plot_average": 220.5, + "planted_date": "2025-06-02", + "harvested_date": "2025-10-21", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 239.0, + "Adj Yield": 239.0 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 206.7, + "Adj Yield": 202.65 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 247.8, + "Adj Yield": 244.68 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 231.8, + "Adj Yield": 229.55 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 230.1, + "Adj Yield": 228.75 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 251.5, + "Adj Yield": 251.09 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 209.6, + "Adj Yield": 210.06 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 215.5, + "Adj Yield": 216.87 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 184.0, + "Adj Yield": 186.27 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 207.1, + "Adj Yield": 210.26 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": null, + "Yield": 202.9, + "Adj Yield": 206.92 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 229.2, + "Adj Yield": 229.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 210.9, + "Adj Yield": 215.03 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 210.6, + "Adj Yield": 214.23 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 234.8, + "Adj Yield": 238.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 226.6, + "Adj Yield": 229.39 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 226.3, + "Adj Yield": 228.85 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 213.1, + "Adj Yield": 215.43 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147549" + ], + "fetched_at": "2026-05-27T02:23:48.342302+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147549.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147549.md new file mode 100644 index 00000000..8896f110 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147549.md @@ -0,0 +1,48 @@ +# Corn yield trial — St. Charles, MO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** St. Charles +- **City:** St. Charles +- **Year:** 2025 +- **Plot ID:** 147549 +- **Cooperator:** Semke Farming, LLC +- **Plot average:** 220.5 BU/Ac +- **Planted:** 2025-06-02 +- **Harvested:** 2025-10-21 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147549 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 16.2 | - | 239.0 | 239.0 | +| 15 | AgriGold | A636-39-3110 | 3110 | - | 17.2 | - | 206.7 | 202.65 | +| 2 | AgriGold | A639-38V-RN | 3220 | - | 17.7 | - | 247.8 | 244.68 | +| 4 | AgriGold | A640-94VT4PRO | VT4Pro | - | 17.6 | - | 231.8 | 229.55 | +| 7 | AgriGold | A641-26V | 3220EZ | - | 18.2 | - | 230.1 | 228.75 | +| 1 | AgriGold | A642-18TRC | Trecepta | - | 18.6 | - | 251.5 | 251.09 | +| 13 | AgriGold | A642-32VT2RIB | VT2RIB | - | 18.6 | - | 209.6 | 210.06 | +| 8 | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.8 | - | 215.5 | 216.87 | +| 16 | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.5 | - | 184.0 | 186.27 | +| 12 | AgriGold | A643-52VT2RIB | VT2RIB | - | 18.3 | - | 207.1 | 210.26 | +| 14 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.7 | - | 202.9 | 206.92 | +| - | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.5 | - | 229.2 | 229.2 | +| 10 | AgriGold | A645-30VT2RIB | VT2RIB | - | 18.1 | - | 210.9 | 215.03 | +| 11 | AgriGold | A645-55VT2PRO | VT2Pro | - | 18.2 | - | 210.6 | 214.23 | +| 3 | AgriGold | A646-17TRC | Trecepta | - | 18.8 | - | 234.8 | 238.0 | +| 5 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 18.3 | - | 226.6 | 229.39 | +| 6 | AgriGold | L6722VT2PRO | VT2Pro | - | 18.4 | - | 226.3 | 228.85 | +| 9 | AgriGold | L6818VT2PRO | VT2Pro | - | 18.5 | - | 213.1 | 215.43 | + +Top 5 by Yield: A642-18TRC (AgriGold) 251.5, A639-38V-RN (AgriGold) 247.8, A645-16VT2RIB (AgriGold) 239.0, A646-17TRC (AgriGold) 234.8, A640-94VT4PRO (AgriGold) 231.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147552.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147552.json new file mode 100644 index 00000000..17460f87 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147552.json @@ -0,0 +1,348 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147552", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Cortland", + "county": "Jackson", + "year": 2025, + "plot_id": "147552", + "cooperator": "Grover Mellencamp", + "plot_average": 248.96, + "planted_date": "2025-05-21", + "harvested_date": "2025-10-21", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Channel", + "product": "214-10WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 61.5, + "Yield": 204.1, + "Adj Yield": 204.1 + } + }, + { + "rank": 22, + "brand": "Channel", + "product": "214-10WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 61.5, + "Yield": 204.1, + "Adj Yield": 211.9 + } + }, + { + "rank": 18, + "brand": "Pioneer", + "product": "P0924WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 63.7, + "Yield": 231.1, + "Adj Yield": 238.13 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A640-01WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 60.9, + "Yield": 235.2, + "Adj Yield": 241.55 + } + }, + { + "rank": 17, + "brand": "Pioneer", + "product": "P1108WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 62.6, + "Yield": 233.2, + "Adj Yield": 238.81 + } + }, + { + "rank": 20, + "brand": "Pioneer", + "product": "P1359WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 63.3, + "Yield": 232.7, + "Adj Yield": 237.53 + } + }, + { + "rank": 21, + "brand": "Becks", + "product": "6337WX", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 55.5, + "Yield": 228.0, + "Adj Yield": 232.12 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-99WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 61.6, + "Yield": 240.7, + "Adj Yield": 244.03 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 61.6, + "Yield": 255.3, + "Adj Yield": 257.94 + } + }, + { + "rank": 15, + "brand": "Pioneer", + "product": "P09076PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 60.6, + "Yield": 240.4, + "Adj Yield": 242.27 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P10796PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 60.7, + "Yield": 254.3, + "Adj Yield": 255.38 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 59.8, + "Yield": 243.2, + "Adj Yield": 243.61 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 60.5, + "Yield": 238.3, + "Adj Yield": 237.93 + } + }, + { + "rank": 10, + "brand": "Pioneer", + "product": "P11616PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 60.6, + "Yield": 253.3, + "Adj Yield": 252.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 60.8, + "Yield": 268.7, + "Adj Yield": 266.79 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 62.7, + "Yield": 265.1, + "Adj Yield": 262.47 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 62.1, + "Yield": 277.2, + "Adj Yield": 273.8 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 59.8, + "Yield": 261.0, + "Adj Yield": 256.93 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 61.1, + "Yield": 268.0, + "Adj Yield": 263.13 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 62.4, + "Yield": 256.2, + "Adj Yield": 250.59 + } + }, + { + "rank": 5, + "brand": "Channel", + "product": "215-42TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 61.1, + "Yield": 268.1, + "Adj Yield": 261.8 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P1742PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 62.0, + "Yield": 258.8, + "Adj Yield": 251.67 + } + }, + { + "rank": 8, + "brand": "Channel", + "product": "218-66VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 59.9, + "Yield": 264.3, + "Adj Yield": 256.46 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "214-10WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": 59.9, + "Yield": 221.2, + "Adj Yield": 221.2 + } + } + ], + "n_results": 24, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147552" + ], + "fetched_at": "2026-05-27T02:23:48.796869+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147552.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147552.md new file mode 100644 index 00000000..95c5b495 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147552.md @@ -0,0 +1,53 @@ +# Corn yield trial — Cortland, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Jackson +- **City:** Cortland +- **Year:** 2025 +- **Plot ID:** 147552 +- **Cooperator:** Grover Mellencamp +- **Plot average:** 248.96 BU/Ac +- **Planted:** 2025-05-21 +- **Harvested:** 2025-10-21 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147552 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Channel | 214-10WX | WX | - | 19.6 | 61.5 | 204.1 | 204.1 | +| 22 | Channel | 214-10WX | WX | - | 19.6 | 61.5 | 204.1 | 211.9 | +| 18 | Pioneer | P0924WX | WX | - | 18.9 | 63.7 | 231.1 | 238.13 | +| 16 | AgriGold | A640-01WX | WX | - | 19.3 | 60.9 | 235.2 | 241.55 | +| 17 | Pioneer | P1108WX | WX | - | 19.6 | 62.6 | 233.2 | 238.81 | +| 20 | Pioneer | P1359WX | WX | - | 19.5 | 63.3 | 232.7 | 237.53 | +| 21 | Becks | 6337WX | C | - | 21.3 | 55.5 | 228.0 | 232.12 | +| 13 | AgriGold | A642-99WX | WX | - | 18.2 | 61.6 | 240.7 | 244.03 | +| 6 | AgriGold | A639-38V-RN | 3220 | - | 18.3 | 61.6 | 255.3 | 257.94 | +| 15 | Pioneer | P09076PCE | PCE | - | 18.0 | 60.6 | 240.4 | 242.27 | +| 9 | Pioneer | P10796PCE | PCE | - | 19.0 | 60.7 | 254.3 | 255.38 | +| 14 | AgriGold | A640-16-3110 | 3110 | - | 19.5 | 59.8 | 243.2 | 243.61 | +| 19 | AgriGold | A641-26V | 3220EZ | - | 19.1 | 60.5 | 238.3 | 237.93 | +| 10 | Pioneer | P11616PCE | PCE | - | 19.3 | 60.6 | 253.3 | 252.2 | +| 2 | AgriGold | A642-18SSPRIB | SSPRIB | - | 19.8 | 60.8 | 268.7 | 266.79 | +| 4 | AgriGold | A642-32VT2RIB | VT2RIB | - | 19.2 | 62.7 | 265.1 | 262.47 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 19.5 | 62.1 | 277.2 | 273.8 | +| 7 | Pioneer | P13777PCE | PCE | - | 20.6 | 59.8 | 261.0 | 256.93 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.0 | 61.1 | 268.0 | 263.13 | +| 12 | AgriGold | A645-30VT2RIB | VT2RIB | - | 19.8 | 62.4 | 256.2 | 250.59 | +| 5 | Channel | 215-42TRERIB | TreceptaRIB | - | 19.2 | 61.1 | 268.1 | 261.8 | +| 11 | Pioneer | P1742PCE | PCE | - | 18.2 | 62.0 | 258.8 | 251.67 | +| 8 | Channel | 218-66VT2PRIB | VT2RIB | - | 21.1 | 59.9 | 264.3 | 256.46 | +| - | Channel | 214-10WX | WX | - | 21.4 | 59.9 | 221.2 | 221.2 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 277.2, A642-18SSPRIB (AgriGold) 268.7, 215-42TRERIB (Channel) 268.1, A644-64VT2RIB (AgriGold) 268.0, A642-32VT2RIB (AgriGold) 265.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147560.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147560.json new file mode 100644 index 00000000..cea98000 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147560.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147560", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Atwood", + "county": "Piatt", + "year": 2025, + "plot_id": "147560", + "cooperator": "Schable Family Farms", + "plot_average": 259.0, + "planted_date": "2025-04-28", + "harvested_date": "2025-10-02", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 11, + "brand": "Pioneer", + "product": "P10477V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": null, + "Yield": 256.0, + "Adj Yield": 256.0 + } + }, + { + "rank": 12, + "brand": "Pioneer", + "product": "P10796PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 254.0, + "Adj Yield": 254.0 + } + }, + { + "rank": 12, + "brand": "Pioneer", + "product": "P10300PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 254.0, + "Adj Yield": 254.0 + } + }, + { + "rank": 16, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 251.0, + "Adj Yield": 251.0 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P11616PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 267.0, + "Adj Yield": 267.0 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P12517V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": null, + "Yield": 259.0, + "Adj Yield": 259.0 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P1222AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": null, + "Yield": 260.0, + "Adj Yield": 260.0 + } + }, + { + "rank": 15, + "brand": "Wyffels", + "product": "W7424RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": null, + "Yield": 253.0, + "Adj Yield": 253.0 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": null, + "Yield": 254.0, + "Adj Yield": 254.0 + } + }, + { + "rank": 17, + "brand": "Wyffels", + "product": "W7485RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 250.0, + "Adj Yield": 250.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 266.0, + "Adj Yield": 266.0 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 258.0, + "Adj Yield": 258.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 275.0, + "Adj Yield": 275.0 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 264.0, + "Adj Yield": 264.0 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P1742PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 258.0, + "Adj Yield": 258.0 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P18216PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 265.0, + "Adj Yield": 265.0 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P18216V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 259.0, + "Adj Yield": 259.0 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147560" + ], + "fetched_at": "2026-05-27T02:23:49.349140+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147560.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147560.md new file mode 100644 index 00000000..d6303467 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147560.md @@ -0,0 +1,47 @@ +# Corn yield trial — Atwood, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Piatt +- **City:** Atwood +- **Year:** 2025 +- **Plot ID:** 147560 +- **Cooperator:** Schable Family Farms +- **Plot average:** 259.0 BU/Ac +- **Planted:** 2025-04-28 +- **Harvested:** 2025-10-02 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147560 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 11 | Pioneer | P10477V | Vorceed | - | 13.9 | - | 256.0 | 256.0 | +| 12 | Pioneer | P10796PCE | PCE | - | 15.9 | - | 254.0 | 254.0 | +| 12 | Pioneer | P10300PCE | PCE | - | 15.6 | - | 254.0 | 254.0 | +| 16 | Wyffels | W6505RIB | TreceptaRIB | - | 15.5 | - | 251.0 | 251.0 | +| 2 | Pioneer | P11616PCE | PCE | - | 16.1 | - | 267.0 | 267.0 | +| 7 | Pioneer | P12517V | Vorceed | - | 15.7 | - | 259.0 | 259.0 | +| 6 | Pioneer | P1222AM | AM | - | 15.3 | - | 260.0 | 260.0 | +| 15 | Wyffels | W7424RIB | PCE | - | 15.4 | - | 253.0 | 253.0 | +| 12 | AgriGold | A642-18SSPRIB | SSPRIB | - | 16.0 | - | 254.0 | 254.0 | +| 17 | Wyffels | W7485RIB | TreceptaRIB | - | 15.5 | - | 250.0 | 250.0 | +| 3 | AgriGold | A642-32VT2RIB | VT2RIB | - | 16.9 | - | 266.0 | 266.0 | +| 9 | Pioneer | P13777PCE | PCE | - | 16.7 | - | 258.0 | 258.0 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.8 | - | 275.0 | 275.0 | +| 5 | Pioneer | P1742Q | QROME | - | 17.1 | - | 264.0 | 264.0 | +| 9 | Pioneer | P1742PCE | PCE | - | 16.9 | - | 258.0 | 258.0 | +| 4 | Pioneer | P18216PCE | PCE | - | 17.0 | - | 265.0 | 265.0 | +| 7 | Pioneer | P18216V | Vorceed | - | 17.5 | - | 259.0 | 259.0 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 275.0, P11616PCE (Pioneer) 267.0, A642-32VT2RIB (AgriGold) 266.0, P18216PCE (Pioneer) 265.0, P1742Q (Pioneer) 264.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147565.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147565.json new file mode 100644 index 00000000..7616df29 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147565.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147565", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Brookville", + "county": "Franklin", + "year": 2025, + "plot_id": "147565", + "cooperator": "Kevin and Kraig Schwab", + "plot_average": 252.37, + "planted_date": "2025-06-02", + "harvested_date": "2025-10-23", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 59.4, + "Yield": 245.2, + "Adj Yield": 245.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 57.5, + "Yield": 253.5, + "Adj Yield": 253.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 56.0, + "Yield": 248.7, + "Adj Yield": 248.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 58.4, + "Yield": 257.2, + "Adj Yield": 257.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 56.0, + "Yield": 247.5, + "Adj Yield": 247.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 56.2, + "Yield": 238.0, + "Adj Yield": 238.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": 56.1, + "Yield": 261.5, + "Adj Yield": 261.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 54.4, + "Yield": 259.4, + "Adj Yield": 259.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 55.0, + "Yield": 260.3, + "Adj Yield": 260.3 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147565" + ], + "fetched_at": "2026-05-27T02:23:49.824048+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147565.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147565.md new file mode 100644 index 00000000..eab632ca --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147565.md @@ -0,0 +1,38 @@ +# Corn yield trial — Brookville, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Franklin +- **City:** Brookville +- **Year:** 2025 +- **Plot ID:** 147565 +- **Cooperator:** Kevin and Kraig Schwab +- **Plot average:** 252.37 BU/Ac +- **Planted:** 2025-06-02 +- **Harvested:** 2025-10-23 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147565 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | AgriGold | A639-38V-RN | 3220 | - | 18.3 | 59.4 | 245.2 | 245.2 | +| 5 | AgriGold | A640-16-3110 | 3110 | - | 19.5 | 57.5 | 253.5 | 253.5 | +| 6 | AgriGold | A645-30VT2RIB | VT2RIB | - | 20.0 | 56.0 | 248.7 | 248.7 | +| 4 | AgriGold | A642-32VT2RIB | VT2RIB | - | 20.7 | 58.4 | 257.2 | 257.2 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.7 | 56.0 | 247.5 | 247.5 | +| 9 | AgriGold | A643-52VT2RIB | VT2RIB | - | 20.7 | 56.2 | 238.0 | 238.0 | +| 1 | AgriGold | A642-18SSPRIB | SSPRIB | - | 20.7 | 56.1 | 261.5 | 261.5 | +| 3 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 19.7 | 54.4 | 259.4 | 259.4 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.5 | 55.0 | 260.3 | 260.3 | + +Top 5 by Yield: A642-18SSPRIB (AgriGold) 261.5, A644-64VT2RIB (AgriGold) 260.3, A642-05VT2RIBD1 (AgriGold) 259.4, A642-32VT2RIB (AgriGold) 257.2, A640-16-3110 (AgriGold) 253.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147576.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147576.json new file mode 100644 index 00000000..d2dd2640 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147576.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147576", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Wyoming", + "county": "Stark", + "year": 2025, + "plot_id": "147576", + "cooperator": "Ag View FS, Inc.", + "plot_average": 239.78, + "planted_date": "2025-05-05", + "harvested_date": "2025-10-11", + "population_seeds_per_acre": 35400, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 293.6, + "Adj Yield": 293.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 264.8, + "Adj Yield": 264.8 + } + }, + { + "rank": 3, + "brand": "Brevant Seeds", + "product": "B14C59V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 263.0, + "Adj Yield": 263.0 + } + }, + { + "rank": 4, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 257.3, + "Adj Yield": 257.3 + } + }, + { + "rank": 5, + "brand": "FS Seeds", + "product": "FS5552F", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": null, + "Yield": 254.6, + "Adj Yield": 254.6 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 254.2, + "Adj Yield": 254.2 + } + }, + { + "rank": 7, + "brand": "FS Seeds", + "product": "FS5845PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 253.3, + "Adj Yield": 253.3 + } + }, + { + "rank": 8, + "brand": "FS Seeds", + "product": "FS6042FRIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 251.0, + "Adj Yield": 251.0 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 249.2, + "Adj Yield": 249.2 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 247.8, + "Adj Yield": 247.8 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 247.4, + "Adj Yield": 247.4 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 247.4, + "Adj Yield": 247.4 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 245.4, + "Adj Yield": 245.4 + } + }, + { + "rank": 14, + "brand": "Brevant Seeds", + "product": "B04J45V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 244.3, + "Adj Yield": 244.3 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 243.5, + "Adj Yield": 243.5 + } + }, + { + "rank": 16, + "brand": "NK Brand", + "product": "NK1480-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 242.1, + "Adj Yield": 242.1 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": null, + "Yield": 239.5, + "Adj Yield": 239.5 + } + }, + { + "rank": 18, + "brand": "Brevant Seeds", + "product": "B12J58V", + "traits": "VNRR", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 237.6, + "Adj Yield": 237.6 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 235.9, + "Adj Yield": 235.9 + } + }, + { + "rank": 20, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 231.9, + "Adj Yield": 231.9 + } + }, + { + "rank": 21, + "brand": "NK Brand", + "product": "NK1188-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 230.7, + "Adj Yield": 230.7 + } + }, + { + "rank": 22, + "brand": "FS Seeds", + "product": "FS6245VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 229.5, + "Adj Yield": 229.5 + } + }, + { + "rank": 23, + "brand": "FS Seeds", + "product": "FS6447T", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 225.8, + "Adj Yield": 225.8 + } + }, + { + "rank": 24, + "brand": "NK Brand", + "product": "NK1732-DVZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 223.1, + "Adj Yield": 223.1 + } + }, + { + "rank": 25, + "brand": "FS Seeds", + "product": "FS6432PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 222.2, + "Adj Yield": 222.2 + } + }, + { + "rank": 26, + "brand": "FS Seeds", + "product": "FS6545VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 220.5, + "Adj Yield": 220.5 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 219.8, + "Adj Yield": 219.8 + } + }, + { + "rank": 28, + "brand": "NK Brand", + "product": "NK0880-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 212.1, + "Adj Yield": 212.1 + } + }, + { + "rank": 29, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 206.2, + "Adj Yield": 206.2 + } + }, + { + "rank": 30, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 199.6, + "Adj Yield": 199.6 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147576" + ], + "fetched_at": "2026-05-27T02:23:50.358245+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147576.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147576.md new file mode 100644 index 00000000..d6c15b88 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147576.md @@ -0,0 +1,60 @@ +# Corn yield trial — Wyoming, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Stark +- **City:** Wyoming +- **Year:** 2025 +- **Plot ID:** 147576 +- **Cooperator:** Ag View FS, Inc. +- **Plot average:** 239.78 BU/Ac +- **Planted:** 2025-05-05 +- **Harvested:** 2025-10-11 +- **Population:** 35,400 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147576 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | NK Brand | NK1228-AA | 3220 | - | 18.3 | - | 293.6 | 293.6 | +| 2 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.3 | - | 264.8 | 264.8 | +| 3 | Brevant Seeds | B14C59V | Vorceed | - | 18.1 | - | 263.0 | 263.0 | +| 4 | Brevant Seeds | B08R32V | Vorceed | - | 16.8 | - | 257.3 | 257.3 | +| 5 | FS Seeds | FS5552F | VT4RIB | - | 16.0 | - | 254.6 | 254.6 | +| 6 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 17.7 | - | 254.2 | 254.2 | +| 7 | FS Seeds | FS5845PRIB | SSPRIB | - | 16.2 | - | 253.3 | 253.3 | +| 8 | FS Seeds | FS6042FRIB | VT4Pro | - | 17.4 | - | 251.0 | 251.0 | +| 9 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 18.3 | - | 249.2 | 249.2 | +| 10 | Dekalb | DKC110-10RIB | STXRIB | - | 17.1 | - | 247.8 | 247.8 | +| 11 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.1 | - | 247.4 | 247.4 | +| 11 | Dekalb | DKC112-35RIB | SSPRIB | - | 18.3 | - | 247.4 | 247.4 | +| 13 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 17.4 | - | 245.4 | 245.4 | +| 14 | Brevant Seeds | B04J45V | Vorceed | - | 16.3 | - | 244.3 | 244.3 | +| 15 | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.3 | - | 243.5 | 243.5 | +| 16 | NK Brand | NK1480-DV | 5222EZ | - | 17.7 | - | 242.1 | 242.1 | +| 17 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 16.0 | - | 239.5 | 239.5 | +| 18 | Brevant Seeds | B12J58V | VNRR | - | 17.9 | - | 237.6 | 237.6 | +| 19 | AgriGold | A642-18SSPRIB | SSPRIB | - | 16.8 | - | 235.9 | 235.9 | +| 20 | Dekalb | DKC114-99RIB | VT4RIB | - | 17.3 | - | 231.9 | 231.9 | +| 21 | NK Brand | NK1188-D | 5122EZ | - | 18.3 | - | 230.7 | 230.7 | +| 22 | FS Seeds | FS6245VRIB | VT2RIB | - | 17.7 | - | 229.5 | 229.5 | +| 23 | FS Seeds | FS6447T | Trecepta | - | 18.2 | - | 225.8 | 225.8 | +| 24 | NK Brand | NK1732-DVZ | 5222EZ | - | 18.5 | - | 223.1 | 223.1 | +| 25 | FS Seeds | FS6432PRIB | SSPRIB | - | 17.0 | - | 222.2 | 222.2 | +| 26 | FS Seeds | FS6545VRIB | VT2RIB | - | 17.2 | - | 220.5 | 220.5 | +| 27 | AgriGold | A640-94VT4PRO | VT4Pro | - | 18.1 | - | 219.8 | 219.8 | +| 28 | NK Brand | NK0880-V | 3220EZ | - | 17.6 | - | 212.1 | 212.1 | +| 29 | NK Brand | NK1307-DV | 5222 | - | 18.8 | - | 206.2 | 206.2 | +| 30 | AgriGold | A645-71STXRIB | STXRIB | - | 18.6 | - | 199.6 | 199.6 | + +Top 5 by Yield: NK1228-AA (NK Brand) 293.6, A642-05VT2RIBD1 (AgriGold) 264.8, B14C59V (Brevant Seeds) 263.0, B08R32V (Brevant Seeds) 257.3, FS5552F (FS Seeds) 254.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147577.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147577.json new file mode 100644 index 00000000..35b5846d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147577.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147577", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Granville", + "county": "Putnam", + "year": 2025, + "plot_id": "147577", + "cooperator": "Ag View FS, Inc.", + "plot_average": 272.73, + "planted_date": "2025-05-05", + "harvested_date": "2025-10-15", + "population_seeds_per_acre": 35400, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "Brevant Seeds", + "product": "B12J58V", + "traits": "VNRR", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 302.7, + "Adj Yield": 302.7 + } + }, + { + "rank": 2, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 292.9, + "Adj Yield": 292.9 + } + }, + { + "rank": 3, + "brand": "FS Seeds", + "product": "FS6447T", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": null, + "Yield": 286.8, + "Adj Yield": 286.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": null, + "Yield": 285.4, + "Adj Yield": 285.4 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": null, + "Yield": 284.3, + "Adj Yield": 284.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": null, + "Yield": 283.8, + "Adj Yield": 283.8 + } + }, + { + "rank": 7, + "brand": "FS Seeds", + "product": "FS6042FRIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 283.4, + "Adj Yield": 283.4 + } + }, + { + "rank": 8, + "brand": "FS Seeds", + "product": "FS6432PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 281.1, + "Adj Yield": 281.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": null, + "Yield": 280.3, + "Adj Yield": 280.3 + } + }, + { + "rank": 10, + "brand": "FS Seeds", + "product": "FS5845PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 279.6, + "Adj Yield": 279.6 + } + }, + { + "rank": 11, + "brand": "Brevant Seeds", + "product": "B14C59V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 279.5, + "Adj Yield": 279.5 + } + }, + { + "rank": 12, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": null, + "Yield": 279.0, + "Adj Yield": 279.0 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 277.9, + "Adj Yield": 277.9 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 277.4, + "Adj Yield": 277.4 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 273.0, + "Adj Yield": 273.0 + } + }, + { + "rank": 16, + "brand": "FS Seeds", + "product": "FS6245VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 271.8, + "Adj Yield": 271.8 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 271.7, + "Adj Yield": 271.7 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 271.4, + "Adj Yield": 271.4 + } + }, + { + "rank": 19, + "brand": "Brevant Seeds", + "product": "B04J45V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 270.5, + "Adj Yield": 270.5 + } + }, + { + "rank": 20, + "brand": "NK Brand", + "product": "NK1188-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 270.4, + "Adj Yield": 270.4 + } + }, + { + "rank": 21, + "brand": "FS Seeds", + "product": "FS5552F", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 269.1, + "Adj Yield": 269.1 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 266.2, + "Adj Yield": 266.2 + } + }, + { + "rank": 23, + "brand": "NK Brand", + "product": "NK1480-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 264.0, + "Adj Yield": 264.0 + } + }, + { + "rank": 24, + "brand": "NK Brand", + "product": "NK0880-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 257.9, + "Adj Yield": 257.9 + } + }, + { + "rank": 25, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 257.1, + "Adj Yield": 257.1 + } + }, + { + "rank": 26, + "brand": "FS Seeds", + "product": "FS6545VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 257.0, + "Adj Yield": 257.0 + } + }, + { + "rank": 27, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 255.6, + "Adj Yield": 255.6 + } + }, + { + "rank": 28, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 252.0, + "Adj Yield": 252.0 + } + }, + { + "rank": 29, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": null, + "Yield": 250.3, + "Adj Yield": 250.3 + } + }, + { + "rank": 30, + "brand": "NK Brand", + "product": "NK1732-DVZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": null, + "Yield": 249.9, + "Adj Yield": 249.9 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147577" + ], + "fetched_at": "2026-05-27T02:23:50.799496+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147577.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147577.md new file mode 100644 index 00000000..175c7004 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147577.md @@ -0,0 +1,60 @@ +# Corn yield trial — Granville, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Putnam +- **City:** Granville +- **Year:** 2025 +- **Plot ID:** 147577 +- **Cooperator:** Ag View FS, Inc. +- **Plot average:** 272.73 BU/Ac +- **Planted:** 2025-05-05 +- **Harvested:** 2025-10-15 +- **Population:** 35,400 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147577 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | Brevant Seeds | B12J58V | VNRR | - | 18.4 | - | 302.7 | 302.7 | +| 2 | Brevant Seeds | B08R32V | Vorceed | - | 17.3 | - | 292.9 | 292.9 | +| 3 | FS Seeds | FS6447T | Trecepta | - | 19.5 | - | 286.8 | 286.8 | +| 4 | AgriGold | A645-71STXRIB | STXRIB | - | 19.5 | - | 285.4 | 285.4 | +| 5 | Dekalb | DKC114-99RIB | VT4RIB | - | 18.9 | - | 284.3 | 284.3 | +| 6 | AgriGold | A642-32VT2RIB | VT2RIB | - | 19.3 | - | 283.8 | 283.8 | +| 7 | FS Seeds | FS6042FRIB | VT4Pro | - | 19.0 | - | 283.4 | 283.4 | +| 8 | FS Seeds | FS6432PRIB | SSPRIB | - | 17.7 | - | 281.1 | 281.1 | +| 9 | AgriGold | A640-94VT4PRO | VT4Pro | - | 18.7 | - | 280.3 | 280.3 | +| 10 | FS Seeds | FS5845PRIB | SSPRIB | - | 17.0 | - | 279.6 | 279.6 | +| 11 | Brevant Seeds | B14C59V | Vorceed | - | 19.2 | - | 279.5 | 279.5 | +| 12 | NK Brand | NK1228-AA | 3220 | - | 19.4 | - | 279.0 | 279.0 | +| 13 | Dekalb | DKC112-35RIB | SSPRIB | - | 18.2 | - | 277.9 | 277.9 | +| 14 | AgriGold | A642-18SSPRIB | SSPRIB | - | 18.3 | - | 277.4 | 277.4 | +| 15 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 18.6 | - | 273.0 | 273.0 | +| 16 | FS Seeds | FS6245VRIB | VT2RIB | - | 18.4 | - | 271.8 | 271.8 | +| 17 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 19.2 | - | 271.7 | 271.7 | +| 18 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 17.4 | - | 271.4 | 271.4 | +| 19 | Brevant Seeds | B04J45V | Vorceed | - | 16.3 | - | 270.5 | 270.5 | +| 20 | NK Brand | NK1188-D | 5122EZ | - | 19.2 | - | 270.4 | 270.4 | +| 21 | FS Seeds | FS5552F | VT4RIB | - | 15.8 | - | 269.1 | 269.1 | +| 22 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 18.3 | - | 266.2 | 266.2 | +| 23 | NK Brand | NK1480-DV | 5222EZ | - | 18.5 | - | 264.0 | 264.0 | +| 24 | NK Brand | NK0880-V | 3220EZ | - | 18.2 | - | 257.9 | 257.9 | +| 25 | NK Brand | NK1307-DV | 5222 | - | 18.5 | - | 257.1 | 257.1 | +| 26 | FS Seeds | FS6545VRIB | VT2RIB | - | 18.0 | - | 257.0 | 257.0 | +| 27 | Dekalb | DKC110-10RIB | STXRIB | - | 18.2 | - | 255.6 | 255.6 | +| 28 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 16.2 | - | 252.0 | 252.0 | +| 29 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.5 | - | 250.3 | 250.3 | +| 30 | NK Brand | NK1732-DVZ | 5222EZ | - | 19.6 | - | 249.9 | 249.9 | + +Top 5 by Yield: B12J58V (Brevant Seeds) 302.7, B08R32V (Brevant Seeds) 292.9, FS6447T (FS Seeds) 286.8, A645-71STXRIB (AgriGold) 285.4, DKC114-99RIB (Dekalb) 284.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147579.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147579.json new file mode 100644 index 00000000..af1eb05c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147579.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147579", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Walnut", + "county": "Bureau", + "year": 2025, + "plot_id": "147579", + "cooperator": "Ag View FS, Inc.", + "plot_average": 278.63, + "planted_date": "2025-05-07", + "harvested_date": "2025-10-20", + "population_seeds_per_acre": 35400, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "FS Seeds", + "product": "FS6432PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": null, + "Yield": 305.1, + "Adj Yield": 305.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 301.8, + "Adj Yield": 301.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 301.4, + "Adj Yield": 301.4 + } + }, + { + "rank": 4, + "brand": "Brevant Seeds", + "product": "B14C59V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 297.7, + "Adj Yield": 297.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 296.1, + "Adj Yield": 296.1 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 294.1, + "Adj Yield": 294.1 + } + }, + { + "rank": 7, + "brand": "FS Seeds", + "product": "FS6042FRIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 285.3, + "Adj Yield": 285.3 + } + }, + { + "rank": 8, + "brand": "FS Seeds", + "product": "FS6245VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 284.6, + "Adj Yield": 284.6 + } + }, + { + "rank": 9, + "brand": "FS Seeds", + "product": "FS6545VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 284.4, + "Adj Yield": 284.4 + } + }, + { + "rank": 10, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 283.1, + "Adj Yield": 283.1 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 282.7, + "Adj Yield": 282.7 + } + }, + { + "rank": 12, + "brand": "FS Seeds", + "product": "FS6447T", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 282.5, + "Adj Yield": 282.5 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 282.5, + "Adj Yield": 282.5 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 282.1, + "Adj Yield": 282.1 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 279.4, + "Adj Yield": 279.4 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 276.7, + "Adj Yield": 276.7 + } + }, + { + "rank": 17, + "brand": "Brevant Seeds", + "product": "B12J58V", + "traits": "VNRR", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 274.8, + "Adj Yield": 274.8 + } + }, + { + "rank": 18, + "brand": "FS Seeds", + "product": "FS5552F", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": null, + "Yield": 274.7, + "Adj Yield": 274.7 + } + }, + { + "rank": 19, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": null, + "Yield": 274.5, + "Adj Yield": 274.5 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 274.3, + "Adj Yield": 274.3 + } + }, + { + "rank": 21, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": null, + "Yield": 273.7, + "Adj Yield": 273.7 + } + }, + { + "rank": 21, + "brand": "NK Brand", + "product": "NK1188-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 273.7, + "Adj Yield": 273.7 + } + }, + { + "rank": 23, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": null, + "Yield": 270.4, + "Adj Yield": 270.4 + } + }, + { + "rank": 24, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 268.9, + "Adj Yield": 268.9 + } + }, + { + "rank": 25, + "brand": "NK Brand", + "product": "NK0880-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 261.5, + "Adj Yield": 261.5 + } + }, + { + "rank": 25, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 261.5, + "Adj Yield": 261.5 + } + }, + { + "rank": 27, + "brand": "FS Seeds", + "product": "FS5845PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 260.0, + "Adj Yield": 260.0 + } + }, + { + "rank": 27, + "brand": "NK Brand", + "product": "NK1732-DVZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 260.0, + "Adj Yield": 260.0 + } + }, + { + "rank": 29, + "brand": "Brevant Seeds", + "product": "B04J45V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": null, + "Yield": 257.1, + "Adj Yield": 257.1 + } + }, + { + "rank": 30, + "brand": "NK Brand", + "product": "NK1480-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 254.3, + "Adj Yield": 254.3 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147579" + ], + "fetched_at": "2026-05-27T02:23:51.370618+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147579.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147579.md new file mode 100644 index 00000000..cd2d543d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147579.md @@ -0,0 +1,60 @@ +# Corn yield trial — Walnut, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Bureau +- **City:** Walnut +- **Year:** 2025 +- **Plot ID:** 147579 +- **Cooperator:** Ag View FS, Inc. +- **Plot average:** 278.63 BU/Ac +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-20 +- **Population:** 35,400 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147579 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | FS Seeds | FS6432PRIB | SSPRIB | - | 14.8 | - | 305.1 | 305.1 | +| 2 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.4 | - | 301.8 | 301.8 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.1 | - | 301.4 | 301.4 | +| 4 | Brevant Seeds | B14C59V | Vorceed | - | 18.4 | - | 297.7 | 297.7 | +| 5 | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.5 | - | 296.1 | 296.1 | +| 6 | Dekalb | DKC114-99RIB | VT4RIB | - | 16.9 | - | 294.1 | 294.1 | +| 7 | FS Seeds | FS6042FRIB | VT4Pro | - | 17.0 | - | 285.3 | 285.3 | +| 8 | FS Seeds | FS6245VRIB | VT2RIB | - | 16.6 | - | 284.6 | 284.6 | +| 9 | FS Seeds | FS6545VRIB | VT2RIB | - | 17.0 | - | 284.4 | 284.4 | +| 10 | NK Brand | NK1228-AA | 3220 | - | 17.6 | - | 283.1 | 283.1 | +| 11 | AgriGold | A645-71STXRIB | STXRIB | - | 17.6 | - | 282.7 | 282.7 | +| 12 | FS Seeds | FS6447T | Trecepta | - | 16.9 | - | 282.5 | 282.5 | +| 12 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 16.9 | - | 282.5 | 282.5 | +| 14 | Dekalb | DKC110-10RIB | STXRIB | - | 15.6 | - | 282.1 | 282.1 | +| 15 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 16.1 | - | 279.4 | 279.4 | +| 16 | AgriGold | A640-94VT4PRO | VT4Pro | - | 18.2 | - | 276.7 | 276.7 | +| 17 | Brevant Seeds | B12J58V | VNRR | - | 17.3 | - | 274.8 | 274.8 | +| 18 | FS Seeds | FS5552F | VT4RIB | - | 12.9 | - | 274.7 | 274.7 | +| 19 | Brevant Seeds | B08R32V | Vorceed | - | 14.7 | - | 274.5 | 274.5 | +| 20 | AgriGold | A642-18SSPRIB | SSPRIB | - | 17.6 | - | 274.3 | 274.3 | +| 21 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 13.8 | - | 273.7 | 273.7 | +| 21 | NK Brand | NK1188-D | 5122EZ | - | 16.9 | - | 273.7 | 273.7 | +| 23 | Dekalb | DKC112-35RIB | SSPRIB | - | 16.0 | - | 270.4 | 270.4 | +| 24 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 17.2 | - | 268.9 | 268.9 | +| 25 | NK Brand | NK0880-V | 3220EZ | - | 15.6 | - | 261.5 | 261.5 | +| 25 | NK Brand | NK1307-DV | 5222 | - | 17.5 | - | 261.5 | 261.5 | +| 27 | FS Seeds | FS5845PRIB | SSPRIB | - | 14.2 | - | 260.0 | 260.0 | +| 27 | NK Brand | NK1732-DVZ | 5222EZ | - | 19.1 | - | 260.0 | 260.0 | +| 29 | Brevant Seeds | B04J45V | Vorceed | - | 13.3 | - | 257.1 | 257.1 | +| 30 | NK Brand | NK1480-DV | 5222EZ | - | 18.0 | - | 254.3 | 254.3 | + +Top 5 by Yield: FS6432PRIB (FS Seeds) 305.1, A642-05VT2RIBD1 (AgriGold) 301.8, A644-64VT2RIB (AgriGold) 301.4, B14C59V (Brevant Seeds) 297.7, A642-32VT2RIB (AgriGold) 296.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147580.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147580.json new file mode 100644 index 00000000..7115b36b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147580.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147580", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "La Moille", + "county": "Bureau", + "year": 2025, + "plot_id": "147580", + "cooperator": "Ag View FS, Inc.", + "plot_average": 301.75, + "planted_date": "2025-04-23", + "harvested_date": "2025-10-11", + "population_seeds_per_acre": 35400, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 321.3, + "Adj Yield": 321.3 + } + }, + { + "rank": 2, + "brand": "Brevant Seeds", + "product": "B14C59V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 317.3, + "Adj Yield": 317.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 315.0, + "Adj Yield": 315.0 + } + }, + { + "rank": 4, + "brand": "FS Seeds", + "product": "FS6432PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": null, + "Yield": 314.1, + "Adj Yield": 314.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": null, + "Yield": 312.6, + "Adj Yield": 312.6 + } + }, + { + "rank": 5, + "brand": "FS Seeds", + "product": "FS6447T", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 312.6, + "Adj Yield": 312.6 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": null, + "Yield": 310.9, + "Adj Yield": 310.9 + } + }, + { + "rank": 8, + "brand": "NK Brand", + "product": "NK1732-DVZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 24.7, + "Test Wt.": null, + "Yield": 310.4, + "Adj Yield": 310.4 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": null, + "Yield": 308.8, + "Adj Yield": 308.8 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 307.5, + "Adj Yield": 307.5 + } + }, + { + "rank": 11, + "brand": "FS Seeds", + "product": "FS5552F", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 305.8, + "Adj Yield": 305.8 + } + }, + { + "rank": 12, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": null, + "Yield": 305.4, + "Adj Yield": 305.4 + } + }, + { + "rank": 13, + "brand": "Brevant Seeds", + "product": "B12J58V", + "traits": "VNRR", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 305.0, + "Adj Yield": 305.0 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": null, + "Yield": 301.9, + "Adj Yield": 301.9 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": null, + "Yield": 300.8, + "Adj Yield": 300.8 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": null, + "Yield": 300.4, + "Adj Yield": 300.4 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 299.9, + "Adj Yield": 299.9 + } + }, + { + "rank": 18, + "brand": "NK Brand", + "product": "NK0880-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 298.7, + "Adj Yield": 298.7 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 296.3, + "Adj Yield": 296.3 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": null, + "Yield": 296.1, + "Adj Yield": 296.1 + } + }, + { + "rank": 21, + "brand": "FS Seeds", + "product": "FS6042FRIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": null, + "Yield": 295.7, + "Adj Yield": 295.7 + } + }, + { + "rank": 22, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": null, + "Yield": 295.2, + "Adj Yield": 295.2 + } + }, + { + "rank": 22, + "brand": "NK Brand", + "product": "NK1480-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": null, + "Yield": 295.2, + "Adj Yield": 295.2 + } + }, + { + "rank": 24, + "brand": "FS Seeds", + "product": "FS6545VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": null, + "Yield": 293.9, + "Adj Yield": 293.9 + } + }, + { + "rank": 25, + "brand": "FS Seeds", + "product": "FS6245VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": null, + "Yield": 293.2, + "Adj Yield": 293.2 + } + }, + { + "rank": 26, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": null, + "Yield": 291.4, + "Adj Yield": 291.4 + } + }, + { + "rank": 27, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 289.7, + "Adj Yield": 289.7 + } + }, + { + "rank": 28, + "brand": "Brevant Seeds", + "product": "B04J45V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 288.4, + "Adj Yield": 288.4 + } + }, + { + "rank": 29, + "brand": "FS Seeds", + "product": "FS5845PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 285.1, + "Adj Yield": 285.1 + } + }, + { + "rank": 30, + "brand": "NK Brand", + "product": "NK1188-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": null, + "Yield": 284.0, + "Adj Yield": 284.0 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147580" + ], + "fetched_at": "2026-05-27T02:23:51.848852+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147580.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147580.md new file mode 100644 index 00000000..7c1012d9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147580.md @@ -0,0 +1,60 @@ +# Corn yield trial — La Moille, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Bureau +- **City:** La Moille +- **Year:** 2025 +- **Plot ID:** 147580 +- **Cooperator:** Ag View FS, Inc. +- **Plot average:** 301.75 BU/Ac +- **Planted:** 2025-04-23 +- **Harvested:** 2025-10-11 +- **Population:** 35,400 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147580 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | Brevant Seeds | B08R32V | Vorceed | - | 17.9 | - | 321.3 | 321.3 | +| 2 | Brevant Seeds | B14C59V | Vorceed | - | 21.3 | - | 317.3 | 317.3 | +| 3 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 20.9 | - | 315.0 | 315.0 | +| 4 | FS Seeds | FS6432PRIB | SSPRIB | - | 19.3 | - | 314.1 | 314.1 | +| 5 | AgriGold | A642-32VT2RIB | VT2RIB | - | 20.8 | - | 312.6 | 312.6 | +| 5 | FS Seeds | FS6447T | Trecepta | - | 20.9 | - | 312.6 | 312.6 | +| 7 | Dekalb | DKC114-99RIB | VT4RIB | - | 20.4 | - | 310.9 | 310.9 | +| 8 | NK Brand | NK1732-DVZ | 5222EZ | - | 24.7 | - | 310.4 | 310.4 | +| 9 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 21.4 | - | 308.8 | 308.8 | +| 10 | Dekalb | DKC112-35RIB | SSPRIB | - | 20.2 | - | 307.5 | 307.5 | +| 11 | FS Seeds | FS5552F | VT4RIB | - | 17.0 | - | 305.8 | 305.8 | +| 12 | NK Brand | NK1228-AA | 3220 | - | 22.6 | - | 305.4 | 305.4 | +| 13 | Brevant Seeds | B12J58V | VNRR | - | 20.2 | - | 305.0 | 305.0 | +| 14 | AgriGold | A642-18SSPRIB | SSPRIB | - | 19.6 | - | 301.9 | 301.9 | +| 15 | AgriGold | A644-64VT2RIB | VT2RIB | - | 22.4 | - | 300.8 | 300.8 | +| 16 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 20.3 | - | 300.4 | 300.4 | +| 17 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 16.8 | - | 299.9 | 299.9 | +| 18 | NK Brand | NK0880-V | 3220EZ | - | 20.0 | - | 298.7 | 298.7 | +| 19 | AgriGold | A640-94VT4PRO | VT4Pro | - | 21.3 | - | 296.3 | 296.3 | +| 20 | AgriGold | A645-71STXRIB | STXRIB | - | 21.2 | - | 296.1 | 296.1 | +| 21 | FS Seeds | FS6042FRIB | VT4Pro | - | 20.7 | - | 295.7 | 295.7 | +| 22 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 19.3 | - | 295.2 | 295.2 | +| 22 | NK Brand | NK1480-DV | 5222EZ | - | 21.5 | - | 295.2 | 295.2 | +| 24 | FS Seeds | FS6545VRIB | VT2RIB | - | 20.6 | - | 293.9 | 293.9 | +| 25 | FS Seeds | FS6245VRIB | VT2RIB | - | 20.4 | - | 293.2 | 293.2 | +| 26 | Dekalb | DKC110-10RIB | STXRIB | - | 19.3 | - | 291.4 | 291.4 | +| 27 | NK Brand | NK1307-DV | 5222 | - | 21.3 | - | 289.7 | 289.7 | +| 28 | Brevant Seeds | B04J45V | Vorceed | - | 16.7 | - | 288.4 | 288.4 | +| 29 | FS Seeds | FS5845PRIB | SSPRIB | - | 18.2 | - | 285.1 | 285.1 | +| 30 | NK Brand | NK1188-D | 5122EZ | - | 21.5 | - | 284.0 | 284.0 | + +Top 5 by Yield: B08R32V (Brevant Seeds) 321.3, B14C59V (Brevant Seeds) 317.3, A642-05VT2RIBD1 (AgriGold) 315.0, FS6432PRIB (FS Seeds) 314.1, A642-32VT2RIB (AgriGold) 312.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147581.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147581.json new file mode 100644 index 00000000..78fb3cbd --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147581.json @@ -0,0 +1,322 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147581", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Donovan", + "county": "Iroquois", + "year": 2025, + "plot_id": "147581", + "cooperator": "United Prairie", + "plot_average": 244.96, + "planted_date": "2025-05-09", + "harvested_date": "2025-10-20", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Sandy Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 20, + "brand": "Wyffels", + "product": "W3654RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 227.7, + "Adj Yield": 227.7 + } + }, + { + "rank": 22, + "brand": "Wyffels", + "product": "W4514RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 226.0, + "Adj Yield": 226.0 + } + }, + { + "rank": 18, + "brand": "Wyffels", + "product": "W4487RIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": null, + "Yield": 239.2, + "Adj Yield": 239.2 + } + }, + { + "rank": 9, + "brand": "Wyffels", + "product": "W5129RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 248.8, + "Adj Yield": 248.8 + } + }, + { + "rank": 17, + "brand": "Brevant Seeds", + "product": "B08R32AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 239.6, + "Adj Yield": 239.6 + } + }, + { + "rank": 21, + "brand": "Wyffels", + "product": "W5684RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 227.1, + "Adj Yield": 227.1 + } + }, + { + "rank": 12, + "brand": "Brevant Seeds", + "product": "B10G53PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 245.3, + "Adj Yield": 245.3 + } + }, + { + "rank": 8, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": null, + "Yield": 250.6, + "Adj Yield": 250.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 258.4, + "Adj Yield": 258.4 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 233.1, + "Adj Yield": 233.1 + } + }, + { + "rank": 7, + "brand": "Wyffels", + "product": "W7485RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 252.1, + "Adj Yield": 252.1 + } + }, + { + "rank": 1, + "brand": "Brevant Seeds", + "product": "B12J58V", + "traits": "VNRR", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 260.2, + "Adj Yield": 260.2 + } + }, + { + "rank": 4, + "brand": "Sun Prairie", + "product": "SP2759VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 255.2, + "Adj Yield": 255.2 + } + }, + { + "rank": 10, + "brand": "Wyffels", + "product": "W7424RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 247.5, + "Adj Yield": 247.5 + } + }, + { + "rank": 6, + "brand": "Brevant Seeds", + "product": "B12H48PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 253.6, + "Adj Yield": 253.6 + } + }, + { + "rank": 13, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 241.9, + "Adj Yield": 241.9 + } + }, + { + "rank": 5, + "brand": "Sun Prairie", + "product": "SP2903TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 254.6, + "Adj Yield": 254.6 + } + }, + { + "rank": 15, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 240.4, + "Adj Yield": 240.4 + } + }, + { + "rank": 14, + "brand": "Brevant Seeds", + "product": "B14C59PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 241.7, + "Adj Yield": 241.7 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 239.8, + "Adj Yield": 239.8 + } + }, + { + "rank": 11, + "brand": "Brevant Seeds", + "product": "B17H53PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": null, + "Yield": 247.1, + "Adj Yield": 247.1 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 259.2, + "Adj Yield": 259.2 + } + } + ], + "n_results": 22, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147581" + ], + "fetched_at": "2026-05-27T02:23:52.334797+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147581.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147581.md new file mode 100644 index 00000000..db61cdeb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147581.md @@ -0,0 +1,52 @@ +# Corn yield trial — Donovan, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Iroquois +- **City:** Donovan +- **Year:** 2025 +- **Plot ID:** 147581 +- **Cooperator:** United Prairie +- **Plot average:** 244.96 BU/Ac +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-20 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Sandy Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147581 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 20 | Wyffels | W3654RIB | PCE | - | 15.5 | - | 227.7 | 227.7 | +| 22 | Wyffels | W4514RIB | PCE | - | 15.8 | - | 226.0 | 226.0 | +| 18 | Wyffels | W4487RIB | VT4Pro | - | 16.0 | - | 239.2 | 239.2 | +| 9 | Wyffels | W5129RIB | SSPRIB | - | 15.9 | - | 248.8 | 248.8 | +| 17 | Brevant Seeds | B08R32AM | AM | - | 16.1 | - | 239.6 | 239.6 | +| 21 | Wyffels | W5684RIB | PCE | - | 16.4 | - | 227.1 | 227.1 | +| 12 | Brevant Seeds | B10G53PCE | PCE | - | 16.8 | - | 245.3 | 245.3 | +| 8 | Wyffels | W6505RIB | TreceptaRIB | - | 15.7 | - | 250.6 | 250.6 | +| 3 | AgriGold | A642-32VT2RIB | VT2RIB | - | 16.5 | - | 258.4 | 258.4 | +| 19 | AgriGold | A642-18SSPRIB | SSPRIB | - | 16.7 | - | 233.1 | 233.1 | +| 7 | Wyffels | W7485RIB | TreceptaRIB | - | 16.6 | - | 252.1 | 252.1 | +| 1 | Brevant Seeds | B12J58V | VNRR | - | 17.4 | - | 260.2 | 260.2 | +| 4 | Sun Prairie | SP2759VT2RIB | VT2RIB | - | 17.3 | - | 255.2 | 255.2 | +| 10 | Wyffels | W7424RIB | PCE | - | 17.4 | - | 247.5 | 247.5 | +| 6 | Brevant Seeds | B12H48PCE | PCE | - | 16.6 | - | 253.6 | 253.6 | +| 13 | Wyffels | W7945RIB | TreceptaRIB | - | 17.4 | - | 241.9 | 241.9 | +| 5 | Sun Prairie | SP2903TRERIB | TreceptaRIB | - | 17.1 | - | 254.6 | 254.6 | +| 15 | Pioneer | P14830Q | QROME | - | 17.3 | - | 240.4 | 240.4 | +| 14 | Brevant Seeds | B14C59PCE | PCE | - | 17.8 | - | 241.7 | 241.7 | +| 16 | AgriGold | A645-71STXRIB | STXRIB | - | 18.3 | - | 239.8 | 239.8 | +| 11 | Brevant Seeds | B17H53PCE | PCE | - | 18.9 | - | 247.1 | 247.1 | +| 2 | Pioneer | P1742Q | QROME | - | 17.6 | - | 259.2 | 259.2 | + +Top 5 by Yield: B12J58V (Brevant Seeds) 260.2, P1742Q (Pioneer) 259.2, A642-32VT2RIB (AgriGold) 258.4, SP2759VT2RIB (Sun Prairie) 255.2, SP2903TRERIB (Sun Prairie) 254.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147582.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147582.json new file mode 100644 index 00000000..09769d18 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147582.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147582", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Penfield", + "county": "Champaign", + "year": 2025, + "plot_id": "147582", + "cooperator": "United Prairie", + "plot_average": 203.04, + "planted_date": "2025-04-28", + "harvested_date": "2025-10-08", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 10, + "brand": "Wyffels", + "product": "W5684RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 60.2, + "Yield": 199.1, + "Adj Yield": 199.1 + } + }, + { + "rank": 15, + "brand": "Brevant Seeds", + "product": "B08R32AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 60.6, + "Yield": 181.6, + "Adj Yield": 181.6 + } + }, + { + "rank": 14, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 60.3, + "Yield": 185.7, + "Adj Yield": 185.7 + } + }, + { + "rank": 11, + "brand": "Brevant Seeds", + "product": "B10G53PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 61.0, + "Yield": 197.0, + "Adj Yield": 197.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.7, + "Yield": 214.9, + "Adj Yield": 214.9 + } + }, + { + "rank": 12, + "brand": "Wyffels", + "product": "W7424RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 59.4, + "Yield": 187.3, + "Adj Yield": 187.3 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 61.3, + "Yield": 201.9, + "Adj Yield": 201.9 + } + }, + { + "rank": 2, + "brand": "Brevant Seeds", + "product": "B12J58V", + "traits": "VNRR", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 60.0, + "Yield": 220.9, + "Adj Yield": 220.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 60.9, + "Yield": 205.8, + "Adj Yield": 205.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 63.6, + "Yield": 211.0, + "Adj Yield": 211.0 + } + }, + { + "rank": 3, + "brand": "Wyffels", + "product": "W7485RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.9, + "Yield": 217.8, + "Adj Yield": 217.8 + } + }, + { + "rank": 6, + "brand": "Brevant Seeds", + "product": "B14C59PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 60.7, + "Yield": 208.5, + "Adj Yield": 208.5 + } + }, + { + "rank": 13, + "brand": "Wyffels", + "product": "W8007RIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 61.1, + "Yield": 186.2, + "Adj Yield": 186.2 + } + }, + { + "rank": 1, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.1, + "Yield": 223.4, + "Adj Yield": 223.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 61.1, + "Yield": 204.5, + "Adj Yield": 204.5 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147582" + ], + "fetched_at": "2026-05-27T02:23:52.785822+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147582.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147582.md new file mode 100644 index 00000000..29d051a7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147582.md @@ -0,0 +1,45 @@ +# Corn yield trial — Penfield, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Champaign +- **City:** Penfield +- **Year:** 2025 +- **Plot ID:** 147582 +- **Cooperator:** United Prairie +- **Plot average:** 203.04 BU/Ac +- **Planted:** 2025-04-28 +- **Harvested:** 2025-10-08 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147582 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 10 | Wyffels | W5684RIB | PCE | - | 13.3 | 60.2 | 199.1 | 199.1 | +| 15 | Brevant Seeds | B08R32AM | AM | - | 13.4 | 60.6 | 181.6 | 181.6 | +| 14 | Wyffels | W6505RIB | TreceptaRIB | - | 13.9 | 60.3 | 185.7 | 185.7 | +| 11 | Brevant Seeds | B10G53PCE | PCE | - | 14.0 | 61.0 | 197.0 | 197.0 | +| 4 | AgriGold | A640-94VT4PRO | VT4Pro | - | 16.0 | 58.7 | 214.9 | 214.9 | +| 12 | Wyffels | W7424RIB | PCE | - | 14.9 | 59.4 | 187.3 | 187.3 | +| 9 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.2 | 61.3 | 201.9 | 201.9 | +| 2 | Brevant Seeds | B12J58V | VNRR | - | 15.3 | 60.0 | 220.9 | 220.9 | +| 7 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.1 | 60.9 | 205.8 | 205.8 | +| 5 | AgriGold | A642-18SSPRIB | SSPRIB | - | 14.5 | 63.6 | 211.0 | 211.0 | +| 3 | Wyffels | W7485RIB | TreceptaRIB | - | 15.2 | 60.9 | 217.8 | 217.8 | +| 6 | Brevant Seeds | B14C59PCE | PCE | - | 13.6 | 60.7 | 208.5 | 208.5 | +| 13 | Wyffels | W8007RIB | VT4Pro | - | 13.5 | 61.1 | 186.2 | 186.2 | +| 1 | Wyffels | W7945RIB | TreceptaRIB | - | 15.2 | 60.1 | 223.4 | 223.4 | +| 8 | AgriGold | A645-71STXRIB | STXRIB | - | 14.1 | 61.1 | 204.5 | 204.5 | + +Top 5 by Yield: W7945RIB (Wyffels) 223.4, B12J58V (Brevant Seeds) 220.9, W7485RIB (Wyffels) 217.8, A640-94VT4PRO (AgriGold) 214.9, A642-18SSPRIB (AgriGold) 211.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147583.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147583.json new file mode 100644 index 00000000..111d6f01 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147583.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147583", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Thomasboro", + "county": "Champaign", + "year": 2025, + "plot_id": "147583", + "cooperator": "United Prairie", + "plot_average": 254.26, + "planted_date": "2025-05-12", + "harvested_date": "2025-10-03", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 4, + "brand": "Brevant Seeds", + "product": "B17H53PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 58.2, + "Yield": 259.1, + "Adj Yield": 259.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 57.2, + "Yield": 256.5, + "Adj Yield": 256.5 + } + }, + { + "rank": 10, + "brand": "Brevant Seeds", + "product": "B14C59V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 56.4, + "Yield": 252.7, + "Adj Yield": 252.7 + } + }, + { + "rank": 2, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 57.0, + "Yield": 260.1, + "Adj Yield": 260.1 + } + }, + { + "rank": 6, + "brand": "Wyffels", + "product": "W7424RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 57.8, + "Yield": 256.8, + "Adj Yield": 256.8 + } + }, + { + "rank": 8, + "brand": "Brevant Seeds", + "product": "B12H48PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 57.5, + "Yield": 255.0, + "Adj Yield": 255.0 + } + }, + { + "rank": 5, + "brand": "Brevant Seeds", + "product": "B12J58V", + "traits": "VNRR", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 57.9, + "Yield": 258.9, + "Adj Yield": 258.9 + } + }, + { + "rank": 14, + "brand": "Wyffels", + "product": "W8007RIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 56.4, + "Yield": 239.7, + "Adj Yield": 239.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 56.3, + "Yield": 259.4, + "Adj Yield": 259.4 + } + }, + { + "rank": 11, + "brand": "Wyffels", + "product": "W7485RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 57.5, + "Yield": 251.1, + "Adj Yield": 251.1 + } + }, + { + "rank": 12, + "brand": "Brevant Seeds", + "product": "B10G53PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 59.6, + "Yield": 249.7, + "Adj Yield": 249.7 + } + }, + { + "rank": 1, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 58.4, + "Yield": 262.0, + "Adj Yield": 262.0 + } + }, + { + "rank": 9, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 57.1, + "Yield": 253.7, + "Adj Yield": 253.7 + } + }, + { + "rank": 13, + "brand": "Wyffels", + "product": "W5684RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 58.5, + "Yield": 244.9, + "Adj Yield": 244.9 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147583" + ], + "fetched_at": "2026-05-27T02:23:53.353392+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147583.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147583.md new file mode 100644 index 00000000..d1198845 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147583.md @@ -0,0 +1,44 @@ +# Corn yield trial — Thomasboro, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Champaign +- **City:** Thomasboro +- **Year:** 2025 +- **Plot ID:** 147583 +- **Cooperator:** United Prairie +- **Plot average:** 254.26 BU/Ac +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-03 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147583 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 4 | Brevant Seeds | B17H53PCE | PCE | - | 19.1 | 58.2 | 259.1 | 259.1 | +| 7 | AgriGold | A645-71STXRIB | STXRIB | - | 19.4 | 57.2 | 256.5 | 256.5 | +| 10 | Brevant Seeds | B14C59V | Vorceed | - | 17.7 | 56.4 | 252.7 | 252.7 | +| 2 | Wyffels | W7945RIB | TreceptaRIB | - | 18.4 | 57.0 | 260.1 | 260.1 | +| 6 | Wyffels | W7424RIB | PCE | - | 16.7 | 57.8 | 256.8 | 256.8 | +| 8 | Brevant Seeds | B12H48PCE | PCE | - | 15.9 | 57.5 | 255.0 | 255.0 | +| 5 | Brevant Seeds | B12J58V | VNRR | - | 16.1 | 57.9 | 258.9 | 258.9 | +| 14 | Wyffels | W8007RIB | VT4Pro | - | 17.7 | 56.4 | 239.7 | 239.7 | +| 3 | AgriGold | A642-18SSPRIB | SSPRIB | - | 19.3 | 56.3 | 259.4 | 259.4 | +| 11 | Wyffels | W7485RIB | TreceptaRIB | - | 16.0 | 57.5 | 251.1 | 251.1 | +| 12 | Brevant Seeds | B10G53PCE | PCE | - | 15.8 | 59.6 | 249.7 | 249.7 | +| 1 | Wyffels | W6505RIB | TreceptaRIB | - | 15.8 | 58.4 | 262.0 | 262.0 | +| 9 | Brevant Seeds | B08R32V | Vorceed | - | 16.0 | 57.1 | 253.7 | 253.7 | +| 13 | Wyffels | W5684RIB | PCE | - | 15.0 | 58.5 | 244.9 | 244.9 | + +Top 5 by Yield: W6505RIB (Wyffels) 262.0, W7945RIB (Wyffels) 260.1, A642-18SSPRIB (AgriGold) 259.4, B17H53PCE (Brevant Seeds) 259.1, B12J58V (Brevant Seeds) 258.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147584.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147584.json new file mode 100644 index 00000000..25a4c7cb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147584.json @@ -0,0 +1,283 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147584", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Leroy", + "county": "McLean", + "year": 2025, + "plot_id": "147584", + "cooperator": "United Prairie", + "plot_average": 271.37, + "planted_date": "2025-05-12", + "harvested_date": "2025-10-17", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 16, + "brand": "Wyffels", + "product": "W5684RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 263.5, + "Adj Yield": 263.5 + } + }, + { + "rank": 5, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": null, + "Yield": 281.1, + "Adj Yield": 281.1 + } + }, + { + "rank": 2, + "brand": "Brevant Seeds", + "product": "B08R32AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": null, + "Yield": 286.1, + "Adj Yield": 286.1 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P10477V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": null, + "Yield": 265.2, + "Adj Yield": 265.2 + } + }, + { + "rank": 10, + "brand": "Brevant Seeds", + "product": "B10G53PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 271.8, + "Adj Yield": 271.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 279.4, + "Adj Yield": 279.4 + } + }, + { + "rank": 19, + "brand": "Wyffels", + "product": "W8007RIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": null, + "Yield": 248.0, + "Adj Yield": 248.0 + } + }, + { + "rank": 18, + "brand": "Pioneer", + "product": "P12065Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 249.5, + "Adj Yield": 249.5 + } + }, + { + "rank": 4, + "brand": "Brevant Seeds", + "product": "B12J58V", + "traits": "VNRR", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 281.5, + "Adj Yield": 281.5 + } + }, + { + "rank": 10, + "brand": "Wyffels", + "product": "W7424RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 271.8, + "Adj Yield": 271.8 + } + }, + { + "rank": 14, + "brand": "Wyffels", + "product": "W7485RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 265.1, + "Adj Yield": 265.1 + } + }, + { + "rank": 12, + "brand": "Brevant Seeds", + "product": "B12H48PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 270.5, + "Adj Yield": 270.5 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P13777V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 276.6, + "Adj Yield": 276.6 + } + }, + { + "rank": 15, + "brand": "Brevant Seeds", + "product": "B14C59PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": null, + "Yield": 264.7, + "Adj Yield": 264.7 + } + }, + { + "rank": 3, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 281.8, + "Adj Yield": 281.8 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 274.6, + "Adj Yield": 274.6 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": null, + "Yield": 258.1, + "Adj Yield": 258.1 + } + }, + { + "rank": 8, + "brand": "Brevant Seeds", + "product": "B17H53PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 274.6, + "Adj Yield": 274.6 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 292.2, + "Adj Yield": 292.2 + } + } + ], + "n_results": 19, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147584" + ], + "fetched_at": "2026-05-27T02:23:53.823262+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147584.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147584.md new file mode 100644 index 00000000..4d0e6a5c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147584.md @@ -0,0 +1,49 @@ +# Corn yield trial — Leroy, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** McLean +- **City:** Leroy +- **Year:** 2025 +- **Plot ID:** 147584 +- **Cooperator:** United Prairie +- **Plot average:** 271.37 BU/Ac +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-17 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147584 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 16 | Wyffels | W5684RIB | PCE | - | 14.2 | - | 263.5 | 263.5 | +| 5 | Wyffels | W6505RIB | TreceptaRIB | - | 14.9 | - | 281.1 | 281.1 | +| 2 | Brevant Seeds | B08R32AM | AM | - | 14.9 | - | 286.1 | 286.1 | +| 13 | Pioneer | P10477V | Vorceed | - | 15.0 | - | 265.2 | 265.2 | +| 10 | Brevant Seeds | B10G53PCE | PCE | - | 15.6 | - | 271.8 | 271.8 | +| 6 | AgriGold | A642-18SSPRIB | SSPRIB | - | 18.1 | - | 279.4 | 279.4 | +| 19 | Wyffels | W8007RIB | VT4Pro | - | 15.7 | - | 248.0 | 248.0 | +| 18 | Pioneer | P12065Q | QROME | - | 17.3 | - | 249.5 | 249.5 | +| 4 | Brevant Seeds | B12J58V | VNRR | - | 17.5 | - | 281.5 | 281.5 | +| 10 | Wyffels | W7424RIB | PCE | - | 17.6 | - | 271.8 | 271.8 | +| 14 | Wyffels | W7485RIB | TreceptaRIB | - | 16.5 | - | 265.1 | 265.1 | +| 12 | Brevant Seeds | B12H48PCE | PCE | - | 15.9 | - | 270.5 | 270.5 | +| 7 | Pioneer | P13777V | Vorceed | - | 17.4 | - | 276.6 | 276.6 | +| 15 | Brevant Seeds | B14C59PCE | PCE | - | 18.7 | - | 264.7 | 264.7 | +| 3 | Wyffels | W7945RIB | TreceptaRIB | - | 17.2 | - | 281.8 | 281.8 | +| 8 | Pioneer | P14830Q | QROME | - | 16.8 | - | 274.6 | 274.6 | +| 17 | AgriGold | A645-71STXRIB | STXRIB | - | 18.7 | - | 258.1 | 258.1 | +| 8 | Brevant Seeds | B17H53PCE | PCE | - | 18.8 | - | 274.6 | 274.6 | +| 1 | Pioneer | P1742Q | QROME | - | 17.5 | - | 292.2 | 292.2 | + +Top 5 by Yield: P1742Q (Pioneer) 292.2, B08R32AM (Brevant Seeds) 286.1, W7945RIB (Wyffels) 281.8, B12J58V (Brevant Seeds) 281.5, W6505RIB (Wyffels) 281.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147585.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147585.json new file mode 100644 index 00000000..982a176a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147585.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147585", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Champaign", + "county": "Champaign", + "year": 2025, + "plot_id": "147585", + "cooperator": "United Prairie", + "plot_average": 234.12, + "planted_date": "2025-04-29", + "harvested_date": "2025-10-20", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "Wyffels", + "product": "W5680", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 233.4, + "Adj Yield": 233.4 + } + }, + { + "rank": 12, + "brand": "Wyffels", + "product": "W5684RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": null, + "Yield": 227.9, + "Adj Yield": 227.9 + } + }, + { + "rank": 14, + "brand": "Wyffels", + "product": "W6110", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": null, + "Yield": 224.2, + "Adj Yield": 224.2 + } + }, + { + "rank": 7, + "brand": "Wyffels", + "product": "W7485RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": null, + "Yield": 234.1, + "Adj Yield": 234.1 + } + }, + { + "rank": 15, + "brand": "Wyffels", + "product": "W6880", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": null, + "Yield": 223.1, + "Adj Yield": 223.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 236.5, + "Adj Yield": 236.5 + } + }, + { + "rank": 11, + "brand": "Wyffels", + "product": "W7110", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 228.5, + "Adj Yield": 228.5 + } + }, + { + "rank": 4, + "brand": "Wyffels", + "product": "W7870", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 241.8, + "Adj Yield": 241.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-16", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 234.4, + "Adj Yield": 234.4 + } + }, + { + "rank": 2, + "brand": "Wyffels", + "product": "W8080", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 245.5, + "Adj Yield": 245.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 231.9, + "Adj Yield": 231.9 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC65-92", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 231.5, + "Adj Yield": 231.5 + } + }, + { + "rank": 3, + "brand": "Wyffels", + "product": "W7940", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 245.2, + "Adj Yield": 245.2 + } + }, + { + "rank": 1, + "brand": "Kitchen Seeds", + "product": "KSC6214VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 247.9, + "Adj Yield": 247.9 + } + }, + { + "rank": 13, + "brand": "Kitchen Seeds", + "product": "KSC6916STX", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 225.9, + "Adj Yield": 225.9 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147585" + ], + "fetched_at": "2026-05-27T02:23:54.324400+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147585.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147585.md new file mode 100644 index 00000000..3631f3c2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147585.md @@ -0,0 +1,45 @@ +# Corn yield trial — Champaign, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Champaign +- **City:** Champaign +- **Year:** 2025 +- **Plot ID:** 147585 +- **Cooperator:** United Prairie +- **Plot average:** 234.12 BU/Ac +- **Planted:** 2025-04-29 +- **Harvested:** 2025-10-20 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147585 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | Wyffels | W5680 | C | - | 13.0 | - | 233.4 | 233.4 | +| 12 | Wyffels | W5684RIB | PCE | - | 12.1 | - | 227.9 | 227.9 | +| 14 | Wyffels | W6110 | C | - | 12.9 | - | 224.2 | 224.2 | +| 7 | Wyffels | W7485RIB | TreceptaRIB | - | 14.0 | - | 234.1 | 234.1 | +| 15 | Wyffels | W6880 | C | - | 14.8 | - | 223.1 | 223.1 | +| 5 | AgriGold | A642-32 | C | - | 16.1 | - | 236.5 | 236.5 | +| 11 | Wyffels | W7110 | C | - | 15.8 | - | 228.5 | 228.5 | +| 4 | Wyffels | W7870 | C | - | 16.4 | - | 241.8 | 241.8 | +| 6 | AgriGold | A645-16 | C | - | 16.3 | - | 234.4 | 234.4 | +| 2 | Wyffels | W8080 | C | - | 15.8 | - | 245.5 | 245.5 | +| 9 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.0 | - | 231.9 | 231.9 | +| 10 | Dekalb | DKC65-92 | C | - | 16.3 | - | 231.5 | 231.5 | +| 3 | Wyffels | W7940 | C | - | 15.6 | - | 245.2 | 245.2 | +| 1 | Kitchen Seeds | KSC6214VT2PRIB | VT2RIB | - | 15.5 | - | 247.9 | 247.9 | +| 13 | Kitchen Seeds | KSC6916STX | STXRIB | - | 16.2 | - | 225.9 | 225.9 | + +Top 5 by Yield: KSC6214VT2PRIB (Kitchen Seeds) 247.9, W8080 (Wyffels) 245.5, W7940 (Wyffels) 245.2, W7870 (Wyffels) 241.8, A642-32 (AgriGold) 236.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147592.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147592.json new file mode 100644 index 00000000..31897090 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147592.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147592", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MD", + "state_abbrev": "md", + "city": "Cecilton", + "county": "Cecil", + "year": 2025, + "plot_id": "147592", + "cooperator": "Willy Ewing", + "plot_average": 222.7, + "planted_date": "2025-05-03", + "harvested_date": "2025-10-27", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Sandy Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.6, + "Yield": 246.2, + "Adj Yield": 246.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 55.5, + "Yield": 236.8, + "Adj Yield": 229.95 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 57.2, + "Yield": 245.0, + "Adj Yield": 240.89 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 56.2, + "Yield": 216.7, + "Adj Yield": 215.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 56.1, + "Yield": 239.2, + "Adj Yield": 240.57 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A634-65TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.3, + "Yield": 177.8, + "Adj Yield": 181.89 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 61.2, + "Yield": 220.8, + "Adj Yield": 227.6 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 58.9, + "Yield": 227.0, + "Adj Yield": 227.0 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147592" + ], + "fetched_at": "2026-05-27T02:23:54.859343+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147592.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147592.md new file mode 100644 index 00000000..7a500b6f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147592.md @@ -0,0 +1,38 @@ +# Corn yield trial — Cecilton, MD, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MD +- **County:** Cecil +- **City:** Cecilton +- **Year:** 2025 +- **Plot ID:** 147592 +- **Cooperator:** Willy Ewing +- **Plot average:** 222.7 BU/Ac +- **Planted:** 2025-05-03 +- **Harvested:** 2025-10-27 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Sandy Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147592 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.7 | 59.6 | 246.2 | 246.2 | +| 3 | AgriGold | A641-26V | 3220EZ | - | 17.6 | 55.5 | 236.8 | 229.95 | +| 1 | AgriGold | A644-64VT2PRO | VT2Pro | - | 16.7 | 57.2 | 245.0 | 240.89 | +| 5 | AgriGold | A640-16-3110 | 3110 | - | 16.4 | 56.2 | 216.7 | 215.3 | +| 2 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.4 | 56.1 | 239.2 | 240.57 | +| 6 | AgriGold | A634-65TRCRIB | TreceptaRIB | - | 14.2 | 60.3 | 177.8 | 181.89 | +| 4 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.1 | 61.2 | 220.8 | 227.6 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.5 | 58.9 | 227.0 | 227.0 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 246.2, A644-64VT2PRO (AgriGold) 245.0, A639-03VT2RIB (AgriGold) 239.2, A641-26V (AgriGold) 236.8, A643-52VT2RIB (AgriGold) 227.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147595.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147595.json new file mode 100644 index 00000000..af673a2e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147595.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147595", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MI", + "state_abbrev": "mi", + "city": "Montgomery", + "county": "Hillsdale", + "year": 2025, + "plot_id": "147595", + "cooperator": "Edon Farmers Cooperative", + "plot_average": 258.92, + "planted_date": "2025-05-12", + "harvested_date": "2025-10-27", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 56.8, + "Yield": 262.6, + "Adj Yield": 262.6 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A630-04AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": 54.5, + "Yield": 248.7, + "Adj Yield": 251.08 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 56.9, + "Yield": 255.5, + "Adj Yield": 257.09 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 56.2, + "Yield": 251.6, + "Adj Yield": 252.49 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A634-65TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 56.9, + "Yield": 255.4, + "Adj Yield": 255.72 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 57.4, + "Yield": 247.4, + "Adj Yield": 247.14 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 56.0, + "Yield": 258.5, + "Adj Yield": 257.74 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 55.2, + "Yield": 267.3, + "Adj Yield": 267.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 56.9, + "Yield": 263.0, + "Adj Yield": 262.06 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 55.6, + "Yield": 255.3, + "Adj Yield": 254.46 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 55.7, + "Yield": 253.5, + "Adj Yield": 252.71 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 54.6, + "Yield": 273.5, + "Adj Yield": 272.57 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 55.2, + "Yield": 273.8, + "Adj Yield": 272.75 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 56.9, + "Yield": 270.6, + "Adj Yield": 269.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": 56.8, + "Yield": 262.4, + "Adj Yield": 260.82 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": 55.2, + "Yield": 268.0, + "Adj Yield": 268.0 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147595" + ], + "fetched_at": "2026-05-27T02:23:55.320790+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147595.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147595.md new file mode 100644 index 00000000..f5625ab2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147595.md @@ -0,0 +1,45 @@ +# Corn yield trial — Montgomery, MI, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MI +- **County:** Hillsdale +- **City:** Montgomery +- **Year:** 2025 +- **Plot ID:** 147595 +- **Cooperator:** Edon Farmers Cooperative +- **Plot average:** 258.92 BU/Ac +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-27 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147595 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A640-16-3110 | 3110 | - | 20.5 | 56.8 | 262.6 | 262.6 | +| 12 | AgriGold | A630-04AA | 3120EZ | - | 21.1 | 54.5 | 248.7 | 251.08 | +| 7 | AgriGold | A631-08VT2RIB | VT2RIB | - | 19.1 | 56.9 | 255.5 | 257.09 | +| 11 | AgriGold | A632-68VT2RIB | VT2RIB | - | 17.7 | 56.2 | 251.6 | 252.49 | +| 8 | AgriGold | A634-65TRCRIB | TreceptaRIB | - | 17.3 | 56.9 | 255.4 | 255.72 | +| 13 | AgriGold | A636-39-3110 | 3110 | - | 18.9 | 57.4 | 247.4 | 247.14 | +| 6 | AgriGold | A636-11VT2RIB | VT2RIB | - | 18.3 | 56.0 | 258.5 | 257.74 | +| - | AgriGold | A640-16-3110 | 3110 | - | 20.9 | 55.2 | 267.3 | 267.3 | +| 4 | AgriGold | A637-72VT2RIB | VT2RIB | - | 19.3 | 56.9 | 263.0 | 262.06 | +| 9 | AgriGold | A639-38V-RN | 3220 | - | 20.6 | 55.6 | 255.3 | 254.46 | +| 10 | AgriGold | A638-91VT2PRO | VT2Pro | - | 20.2 | 55.7 | 253.5 | 252.71 | +| 2 | AgriGold | A639-03VT2RIB | VT2RIB | - | 22.7 | 54.6 | 273.5 | 272.57 | +| 1 | AgriGold | A640-16-3110 | 3110 | - | 21.9 | 55.2 | 273.8 | 272.75 | +| 3 | AgriGold | A642-32VT2RIB | VT2RIB | - | 22.4 | 56.9 | 270.6 | 269.3 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 22.2 | 56.8 | 262.4 | 260.82 | +| - | AgriGold | A640-16-3110 | 3110 | - | 21.0 | 55.2 | 268.0 | 268.0 | + +Top 5 by Yield: A640-16-3110 (AgriGold) 273.8, A639-03VT2RIB (AgriGold) 273.5, A642-32VT2RIB (AgriGold) 270.6, A640-16-3110 (AgriGold) 268.0, A640-16-3110 (AgriGold) 267.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147599.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147599.json new file mode 100644 index 00000000..594151bc --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147599.json @@ -0,0 +1,127 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147599", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MD", + "state_abbrev": "md", + "city": "Cecilton", + "county": "Cecil", + "year": 2025, + "plot_id": "147599", + "cooperator": "Willy Ewing", + "plot_average": 195.35, + "planted_date": "2025-05-03", + "harvested_date": "2025-10-27", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Sandy Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 59.6, + "Yield": 246.2, + "Adj Yield": 246.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.3, + "Yield": 207.8, + "Adj Yield": 201.38 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A630-04D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 61.4, + "Yield": 215.6, + "Adj Yield": 212.43 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A628-22DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 59.9, + "Yield": 206.7, + "Adj Yield": 206.71 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A627-69VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 58.8, + "Yield": 180.9, + "Adj Yield": 184.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A625-78VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 58.7, + "Yield": 165.8, + "Adj Yield": 172.15 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 58.9, + "Yield": 227.0, + "Adj Yield": 227.0 + } + } + ], + "n_results": 7, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147599" + ], + "fetched_at": "2026-05-27T02:23:55.818514+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147599.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147599.md new file mode 100644 index 00000000..c3661179 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147599.md @@ -0,0 +1,37 @@ +# Corn yield trial — Cecilton, MD, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MD +- **County:** Cecil +- **City:** Cecilton +- **Year:** 2025 +- **Plot ID:** 147599 +- **Cooperator:** Willy Ewing +- **Plot average:** 195.35 BU/Ac +- **Planted:** 2025-05-03 +- **Harvested:** 2025-10-27 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Sandy Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147599 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.7 | 59.6 | 246.2 | 246.2 | +| 3 | AgriGold | A631-08VT2RIB | VT2RIB | - | 14.2 | 60.3 | 207.8 | 201.38 | +| 1 | AgriGold | A630-04D | 5122EZ | - | 13.8 | 61.4 | 215.6 | 212.43 | +| 2 | AgriGold | A628-22DV-RN | 5222 | - | 13.2 | 59.9 | 206.7 | 206.71 | +| 4 | AgriGold | A627-69VT2PRO | VT2Pro | - | 13.4 | 58.8 | 180.9 | 184.1 | +| 5 | AgriGold | A625-78VT2RIB | VT2RIB | - | 13.6 | 58.7 | 165.8 | 172.15 | +| - | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.5 | 58.9 | 227.0 | 227.0 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 246.2, A643-52VT2RIB (AgriGold) 227.0, A630-04D (AgriGold) 215.6, A631-08VT2RIB (AgriGold) 207.8, A628-22DV-RN (AgriGold) 206.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147600.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147600.json new file mode 100644 index 00000000..28a62615 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147600.json @@ -0,0 +1,348 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147600", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Ottawa", + "county": "La Salle", + "year": 2025, + "plot_id": "147600", + "cooperator": "Ag Tech Services Inc.", + "plot_average": 277.12, + "planted_date": "2025-05-08", + "harvested_date": "2025-10-22", + "population_seeds_per_acre": 35400, + "row_width": "30.0\"", + "num_rows": null, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 19, + "brand": "Brevant Seeds", + "product": "B04R11Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 56.5, + "Yield": 270.6, + "Adj Yield": 270.6 + } + }, + { + "rank": 23, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.3, + "Yield": 251.7, + "Adj Yield": 251.7 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 55.9, + "Yield": 240.9, + "Adj Yield": 240.9 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC107-69RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 56.4, + "Yield": 275.8, + "Adj Yield": 275.8 + } + }, + { + "rank": 15, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 54.7, + "Yield": 274.2, + "Adj Yield": 274.2 + } + }, + { + "rank": 13, + "brand": "Wyffels", + "product": "W5684RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 58.3, + "Yield": 277.7, + "Adj Yield": 277.7 + } + }, + { + "rank": 22, + "brand": "Croplan", + "product": "CP4839PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 55.5, + "Yield": 263.4, + "Adj Yield": 263.4 + } + }, + { + "rank": 20, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 56.4, + "Yield": 270.4, + "Adj Yield": 270.4 + } + }, + { + "rank": 21, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 59.0, + "Yield": 268.4, + "Adj Yield": 268.4 + } + }, + { + "rank": 8, + "brand": "Croplan", + "product": "CP5050VT4P/RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 54.3, + "Yield": 283.7, + "Adj Yield": 283.7 + } + }, + { + "rank": 18, + "brand": "Brevant Seeds", + "product": "B11C37V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 55.4, + "Yield": 271.0, + "Adj Yield": 271.0 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 56.0, + "Yield": 273.9, + "Adj Yield": 273.9 + } + }, + { + "rank": 17, + "brand": "Wyffels", + "product": "W7485RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 55.1, + "Yield": 273.3, + "Adj Yield": 273.3 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 55.1, + "Yield": 282.4, + "Adj Yield": 282.4 + } + }, + { + "rank": 3, + "brand": "Brevant Seeds", + "product": "B12J58V", + "traits": "VNRR", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 57.7, + "Yield": 291.7, + "Adj Yield": 291.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 56.8, + "Yield": 286.7, + "Adj Yield": 286.7 + } + }, + { + "rank": 11, + "brand": "Wyffels", + "product": "W7424RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 54.6, + "Yield": 281.0, + "Adj Yield": 281.0 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 54.1, + "Yield": 278.6, + "Adj Yield": 278.6 + } + }, + { + "rank": 7, + "brand": "Croplan", + "product": "CP5249PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 55.7, + "Yield": 284.3, + "Adj Yield": 284.3 + } + }, + { + "rank": 6, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 56.4, + "Yield": 286.4, + "Adj Yield": 286.4 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 55.4, + "Yield": 290.4, + "Adj Yield": 290.4 + } + }, + { + "rank": 9, + "brand": "Wyffels", + "product": "W7499RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 56.5, + "Yield": 283.4, + "Adj Yield": 283.4 + } + }, + { + "rank": 1, + "brand": "Brevant Seeds", + "product": "B14C59V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 57.8, + "Yield": 298.4, + "Adj Yield": 298.4 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 62.2, + "Yield": 292.5, + "Adj Yield": 292.5 + } + } + ], + "n_results": 24, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147600" + ], + "fetched_at": "2026-05-27T02:23:56.307426+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147600.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147600.md new file mode 100644 index 00000000..be22a022 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147600.md @@ -0,0 +1,53 @@ +# Corn yield trial — Ottawa, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** La Salle +- **City:** Ottawa +- **Year:** 2025 +- **Plot ID:** 147600 +- **Cooperator:** Ag Tech Services Inc. +- **Plot average:** 277.12 BU/Ac +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-22 +- **Population:** 35,400 seeds/acre +- **Row width:** 30.0" +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147600 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 19 | Brevant Seeds | B04R11Q | QROME | - | 15.5 | 56.5 | 270.6 | 270.6 | +| 23 | Dekalb | DKC106-98RIB | VT4RIB | - | 15.4 | 58.3 | 251.7 | 251.7 | +| 24 | AgriGold | A636-42SSPRIB | SSPRIB | - | 15.4 | 55.9 | 240.9 | 240.9 | +| 14 | Dekalb | DKC107-69RIB | TreceptaRIB | - | 16.1 | 56.4 | 275.8 | 275.8 | +| 15 | Brevant Seeds | B08R32V | Vorceed | - | 16.5 | 54.7 | 274.2 | 274.2 | +| 13 | Wyffels | W5684RIB | PCE | - | 15.6 | 58.3 | 277.7 | 277.7 | +| 22 | Croplan | CP4839PCE | PCE | - | 16.9 | 55.5 | 263.4 | 263.4 | +| 20 | Dekalb | DKC110-10RIB | STXRIB | - | 17.2 | 56.4 | 270.4 | 270.4 | +| 21 | Wyffels | W6505RIB | TreceptaRIB | - | 16.3 | 59.0 | 268.4 | 268.4 | +| 8 | Croplan | CP5050VT4P/RIB | VT4RIB | - | 18.5 | 54.3 | 283.7 | 283.7 | +| 18 | Brevant Seeds | B11C37V | Vorceed | - | 19.1 | 55.4 | 271.0 | 271.0 | +| 16 | AgriGold | A642-18SSPRIB | SSPRIB | - | 18.4 | 56.0 | 273.9 | 273.9 | +| 17 | Wyffels | W7485RIB | TreceptaRIB | - | 18.4 | 55.1 | 273.3 | 273.3 | +| 10 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 18.2 | 55.1 | 282.4 | 282.4 | +| 3 | Brevant Seeds | B12J58V | VNRR | - | 18.1 | 57.7 | 291.7 | 291.7 | +| 5 | AgriGold | A642-32VT2RIB | VT2RIB | - | 19.1 | 56.8 | 286.7 | 286.7 | +| 11 | Wyffels | W7424RIB | PCE | - | 19.1 | 54.6 | 281.0 | 281.0 | +| 12 | Dekalb | DKC112-35RIB | SSPRIB | - | 18.6 | 54.1 | 278.6 | 278.6 | +| 7 | Croplan | CP5249PCE | PCE | - | 17.8 | 55.7 | 284.3 | 284.3 | +| 6 | Wyffels | W7759RIB | SSPRIB | - | 19.0 | 56.4 | 286.4 | 286.4 | +| 4 | Dekalb | DKC114-99RIB | VT4RIB | - | 18.2 | 55.4 | 290.4 | 290.4 | +| 9 | Wyffels | W7499RIB | VT2RIB | - | 18.6 | 56.5 | 283.4 | 283.4 | +| 1 | Brevant Seeds | B14C59V | Vorceed | - | 19.3 | 57.8 | 298.4 | 298.4 | +| 2 | Dekalb | DKC114-42RIB | SSPRIB | - | 18.7 | 62.2 | 292.5 | 292.5 | + +Top 5 by Yield: B14C59V (Brevant Seeds) 298.4, DKC114-42RIB (Dekalb) 292.5, B12J58V (Brevant Seeds) 291.7, DKC114-99RIB (Dekalb) 290.4, A642-32VT2RIB (AgriGold) 286.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147605.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147605.json new file mode 100644 index 00000000..4af88108 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147605.json @@ -0,0 +1,764 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147605", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Divernon", + "county": "Sangamon", + "year": 2025, + "plot_id": "147605", + "cooperator": "John and Chris Dowson", + "plot_average": 272.74, + "planted_date": "2025-05-14", + "harvested_date": "2025-10-10", + "population_seeds_per_acre": 34500, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 30, + "brand": "Nu Tech", + "product": "69C7PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 271.1, + "Adj Yield": 270.19 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 286.4, + "Adj Yield": 286.4 + } + }, + { + "rank": 38, + "brand": "Burrus", + "product": "3G31AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 264.8, + "Adj Yield": 263.17 + } + }, + { + "rank": 15, + "brand": "FS Seeds", + "product": "FS5947T", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 280.2, + "Adj Yield": 276.91 + } + }, + { + "rank": 43, + "brand": "Dyna Gro", + "product": "D49PN05RA", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": null, + "Yield": 263.6, + "Adj Yield": 258.51 + } + }, + { + "rank": 45, + "brand": "Wyffels", + "product": "W5684RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 256.7, + "Adj Yield": 248.93 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 301.0, + "Adj Yield": 301.0 + } + }, + { + "rank": 44, + "brand": "Dekalb", + "product": "DKC108-17RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 265.2, + "Adj Yield": 257.44 + } + }, + { + "rank": 40, + "brand": "ProHarvest", + "product": "82P96PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 266.0, + "Adj Yield": 260.63 + } + }, + { + "rank": 32, + "brand": "Burrus", + "product": "5C11PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 273.3, + "Adj Yield": 269.24 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 279.8, + "Adj Yield": 276.5 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 290.1, + "Adj Yield": 290.1 + } + }, + { + "rank": 31, + "brand": "Channel", + "product": "209-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 272.5, + "Adj Yield": 269.71 + } + }, + { + "rank": 42, + "brand": "Brevant Seeds", + "product": "B10G53PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 261.5, + "Adj Yield": 258.96 + } + }, + { + "rank": 27, + "brand": "Pioneer", + "product": "P10796PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 273.7, + "Adj Yield": 271.21 + } + }, + { + "rank": 4, + "brand": "Channel", + "product": "210-71TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 285.8, + "Adj Yield": 282.96 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 291.7, + "Adj Yield": 291.7 + } + }, + { + "rank": 8, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 284.2, + "Adj Yield": 281.83 + } + }, + { + "rank": 25, + "brand": "Becks", + "product": "6075PC", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 272.9, + "Adj Yield": 271.71 + } + }, + { + "rank": 28, + "brand": "Pioneer", + "product": "P11616PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 270.9, + "Adj Yield": 270.62 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 297.1, + "Adj Yield": 297.82 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 285.1, + "Adj Yield": 285.1 + } + }, + { + "rank": 41, + "brand": "Dyna Gro", + "product": "D52PN76RA", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 258.0, + "Adj Yield": 259.27 + } + }, + { + "rank": 20, + "brand": "Wyffels", + "product": "W7424RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 272.6, + "Adj Yield": 273.8 + } + }, + { + "rank": 19, + "brand": "Channel", + "product": "212-29VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 273.1, + "Adj Yield": 274.62 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 274.9, + "Adj Yield": 276.98 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 284.3, + "Adj Yield": 284.3 + } + }, + { + "rank": 39, + "brand": "FS Seeds", + "product": "FS6349PC", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 260.4, + "Adj Yield": 262.8 + } + }, + { + "rank": 18, + "brand": "Becks", + "product": "6280TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 272.4, + "Adj Yield": 275.05 + } + }, + { + "rank": 20, + "brand": "Brevant Seeds", + "product": "B13C49PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 270.6, + "Adj Yield": 273.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": null, + "Yield": 278.7, + "Adj Yield": 282.91 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 280.5, + "Adj Yield": 280.5 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 273.9, + "Adj Yield": 278.33 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 278.2, + "Adj Yield": 282.25 + } + }, + { + "rank": 9, + "brand": "FS Seeds", + "product": "FS6447T", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 277.3, + "Adj Yield": 281.5 + } + }, + { + "rank": 22, + "brand": "Becks", + "product": "6233PC", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 268.4, + "Adj Yield": 273.74 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": null, + "Yield": 278.2, + "Adj Yield": 278.2 + } + }, + { + "rank": 23, + "brand": "Wyffels", + "product": "W7485RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 266.9, + "Adj Yield": 271.95 + } + }, + { + "rank": 24, + "brand": "Brevant Seeds", + "product": "B14C59PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 268.5, + "Adj Yield": 271.78 + } + }, + { + "rank": 29, + "brand": "Becks", + "product": "6492TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 268.3, + "Adj Yield": 270.36 + } + }, + { + "rank": 37, + "brand": "Burrus", + "product": "7B14PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 262.6, + "Adj Yield": 263.47 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 288.4, + "Adj Yield": 288.4 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 278.9, + "Adj Yield": 279.32 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 280.1, + "Adj Yield": 280.97 + } + }, + { + "rank": 26, + "brand": "Dekalb", + "product": "DKC115-55RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 270.3, + "Adj Yield": 271.27 + } + }, + { + "rank": 11, + "brand": "FS Seeds", + "product": "FS6545VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 279.9, + "Adj Yield": 280.81 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 286.5, + "Adj Yield": 286.5 + } + }, + { + "rank": 2, + "brand": "Dyna Gro", + "product": "D55TC86", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 287.3, + "Adj Yield": 288.11 + } + }, + { + "rank": 3, + "brand": "Channel", + "product": "215-25TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 287.2, + "Adj Yield": 288.08 + } + }, + { + "rank": 35, + "brand": "Pioneer", + "product": "P1742PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 266.2, + "Adj Yield": 266.97 + } + }, + { + "rank": 33, + "brand": "Brevant Seeds", + "product": "B17H53PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": null, + "Yield": 267.0, + "Adj Yield": 267.58 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 287.0, + "Adj Yield": 287.0 + } + }, + { + "rank": 16, + "brand": "Burrus", + "product": "8K34VT2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": null, + "Yield": 276.1, + "Adj Yield": 276.69 + } + }, + { + "rank": 36, + "brand": "Nu Tech", + "product": "77B1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 264.1, + "Adj Yield": 264.78 + } + }, + { + "rank": 6, + "brand": "ProHarvest", + "product": "86P55TRC", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 281.7, + "Adj Yield": 282.41 + } + }, + { + "rank": 34, + "brand": "Nu Tech", + "product": "75A8PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 266.7, + "Adj Yield": 267.47 + } + } + ], + "n_results": 56, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147605" + ], + "fetched_at": "2026-05-27T02:23:56.881825+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147605.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147605.md new file mode 100644 index 00000000..161efc88 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147605.md @@ -0,0 +1,86 @@ +# Corn yield trial — Divernon, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Sangamon +- **City:** Divernon +- **Year:** 2025 +- **Plot ID:** 147605 +- **Cooperator:** John and Chris Dowson +- **Plot average:** 272.74 BU/Ac +- **Planted:** 2025-05-14 +- **Harvested:** 2025-10-10 +- **Population:** 34,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147605 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 30 | Nu Tech | 69C7PCE | PCE | - | 16.9 | - | 271.1 | 270.19 | +| - | Dekalb | DKC68-35RIB | VT2RIB | - | 18.5 | - | 286.4 | 286.4 | +| 38 | Burrus | 3G31AM | AM | - | 15.2 | - | 264.8 | 263.17 | +| 15 | FS Seeds | FS5947T | Unknown | - | 16.9 | - | 280.2 | 276.91 | +| 43 | Dyna Gro | D49PN05RA | PCE | - | 15.7 | - | 263.6 | 258.51 | +| 45 | Wyffels | W5684RIB | PCE | - | 16.3 | - | 256.7 | 248.93 | +| - | Dekalb | DKC68-35RIB | VT2RIB | - | 18.3 | - | 301.0 | 301.0 | +| 44 | Dekalb | DKC108-17RIB | TreceptaRIB | - | 15.8 | - | 265.2 | 257.44 | +| 40 | ProHarvest | 82P96PCE | PCE | - | 17.0 | - | 266.0 | 260.63 | +| 32 | Burrus | 5C11PCE | PCE | - | 17.8 | - | 273.3 | 269.24 | +| 17 | AgriGold | A638-91VT2PRO | VT2Pro | - | 17.7 | - | 279.8 | 276.5 | +| - | Dekalb | DKC68-35RIB | VT2RIB | - | 18.5 | - | 290.1 | 290.1 | +| 31 | Channel | 209-70TRERIB | TreceptaRIB | - | 17.5 | - | 272.5 | 269.71 | +| 42 | Brevant Seeds | B10G53PCE | PCE | - | 17.2 | - | 261.5 | 258.96 | +| 27 | Pioneer | P10796PCE | PCE | - | 17.0 | - | 273.7 | 271.21 | +| 4 | Channel | 210-71TRERIB | TreceptaRIB | - | 17.3 | - | 285.8 | 282.96 | +| - | Dekalb | DKC68-35RIB | VT2RIB | - | 18.5 | - | 291.7 | 291.7 | +| 8 | Wyffels | W6505RIB | TreceptaRIB | - | 16.7 | - | 284.2 | 281.83 | +| 25 | Becks | 6075PC | PCE | - | 17.8 | - | 272.9 | 271.71 | +| 28 | Pioneer | P11616PCE | PCE | - | 16.9 | - | 270.9 | 270.62 | +| 1 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 17.7 | - | 297.1 | 297.82 | +| - | Dekalb | DKC68-35RIB | VT2RIB | - | 19.0 | - | 285.1 | 285.1 | +| 41 | Dyna Gro | D52PN76RA | PCE | - | 17.1 | - | 258.0 | 259.27 | +| 20 | Wyffels | W7424RIB | PCE | - | 16.9 | - | 272.6 | 273.8 | +| 19 | Channel | 212-29VT2RIB | VT2RIB | - | 19.0 | - | 273.1 | 274.62 | +| 14 | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.9 | - | 274.9 | 276.98 | +| - | Dekalb | DKC68-35RIB | VT2RIB | - | 18.5 | - | 284.3 | 284.3 | +| 39 | FS Seeds | FS6349PC | PCE | - | 17.3 | - | 260.4 | 262.8 | +| 18 | Becks | 6280TCV2P | TreceptaRIB | - | 16.8 | - | 272.4 | 275.05 | +| 20 | Brevant Seeds | B13C49PCE | PCE | - | 17.7 | - | 270.6 | 273.8 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.7 | - | 278.7 | 282.91 | +| - | Dekalb | DKC68-35RIB | VT2RIB | - | 18.1 | - | 280.5 | 280.5 | +| 13 | Dekalb | DKC114-43RIB | VT4RIB | - | 17.8 | - | 273.9 | 278.33 | +| 7 | Pioneer | P13777PCE | PCE | - | 17.6 | - | 278.2 | 282.25 | +| 9 | FS Seeds | FS6447T | Trecepta | - | 17.6 | - | 277.3 | 281.5 | +| 22 | Becks | 6233PC | PCE | - | 17.2 | - | 268.4 | 273.74 | +| - | Dekalb | DKC68-35RIB | VT2RIB | - | 18.7 | - | 278.2 | 278.2 | +| 23 | Wyffels | W7485RIB | TreceptaRIB | - | 16.7 | - | 266.9 | 271.95 | +| 24 | Brevant Seeds | B14C59PCE | PCE | - | 17.1 | - | 268.5 | 271.78 | +| 29 | Becks | 6492TCV2P | TreceptaRIB | - | 17.5 | - | 268.3 | 270.36 | +| 37 | Burrus | 7B14PCE | PCE | - | 17.7 | - | 262.6 | 263.47 | +| - | Dekalb | DKC68-35RIB | VT2RIB | - | 18.3 | - | 288.4 | 288.4 | +| 12 | AgriGold | A645-55VT2PRO | VT2Pro | - | 17.5 | - | 278.9 | 279.32 | +| 10 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 17.2 | - | 280.1 | 280.97 | +| 26 | Dekalb | DKC115-55RIB | TreceptaRIB | - | 18.4 | - | 270.3 | 271.27 | +| 11 | FS Seeds | FS6545VRIB | VT2RIB | - | 17.2 | - | 279.9 | 280.81 | +| - | Dekalb | DKC68-35RIB | VT2RIB | - | 18.4 | - | 286.5 | 286.5 | +| 2 | Dyna Gro | D55TC86 | Unknown | - | 17.3 | - | 287.3 | 288.11 | +| 3 | Channel | 215-25TRERIB | TreceptaRIB | - | 17.9 | - | 287.2 | 288.08 | +| 35 | Pioneer | P1742PCE | PCE | - | 18.8 | - | 266.2 | 266.97 | +| 33 | Brevant Seeds | B17H53PCE | PCE | - | 19.7 | - | 267.0 | 267.58 | +| - | Dekalb | DKC68-35RIB | VT2RIB | - | 18.4 | - | 287.0 | 287.0 | +| 16 | Burrus | 8K34VT2P | VT2RIB | - | 18.7 | - | 276.1 | 276.69 | +| 36 | Nu Tech | 77B1PCE | PCE | - | 18.8 | - | 264.1 | 264.78 | +| 6 | ProHarvest | 86P55TRC | TreceptaRIB | - | 18.5 | - | 281.7 | 282.41 | +| 34 | Nu Tech | 75A8PCE | PCE | - | 17.5 | - | 266.7 | 267.47 | + +Top 5 by Yield: DKC68-35RIB (Dekalb) 301.0, DKC112-12RIB (Dekalb) 297.1, DKC68-35RIB (Dekalb) 291.7, DKC68-35RIB (Dekalb) 290.1, DKC68-35RIB (Dekalb) 288.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147606.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147606.json new file mode 100644 index 00000000..33be97dc --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147606.json @@ -0,0 +1,751 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147606", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Divernon", + "county": "Sangamon", + "year": 2025, + "plot_id": "147606", + "cooperator": "John and Chris Dowson", + "plot_average": 253.47, + "planted_date": "2025-05-13", + "harvested_date": "2025-10-10", + "population_seeds_per_acre": 34500, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 26, + "brand": "Nu Tech", + "product": "69F3V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 250.6, + "Adj Yield": 247.94 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 260.2, + "Adj Yield": 260.2 + } + }, + { + "rank": 42, + "brand": "Wyffels", + "product": "W5129RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": null, + "Yield": 236.9, + "Adj Yield": 234.64 + } + }, + { + "rank": 35, + "brand": "Dekalb", + "product": "DKC109-71RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 244.6, + "Adj Yield": 243.76 + } + }, + { + "rank": 13, + "brand": "Dyna Gro", + "product": "D49SP06RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 260.9, + "Adj Yield": 261.2 + } + }, + { + "rank": 28, + "brand": "Burrus", + "product": "4P27V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 245.9, + "Adj Yield": 247.51 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 251.4, + "Adj Yield": 251.4 + } + }, + { + "rank": 36, + "brand": "FS Seeds", + "product": "FS5845PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 241.2, + "Adj Yield": 242.98 + } + }, + { + "rank": 43, + "brand": "Brevant Seeds", + "product": "B11M47V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 233.2, + "Adj Yield": 234.11 + } + }, + { + "rank": 30, + "brand": "Pioneer", + "product": "P10477V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 246.5, + "Adj Yield": 246.99 + } + }, + { + "rank": 31, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 246.2, + "Adj Yield": 246.49 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 255.2, + "Adj Yield": 255.2 + } + }, + { + "rank": 9, + "brand": "FS Seeds", + "product": "FS6025XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 265.3, + "Adj Yield": 265.42 + } + }, + { + "rank": 44, + "brand": "Channel", + "product": "210-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 233.4, + "Adj Yield": 233.38 + } + }, + { + "rank": 37, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 242.7, + "Adj Yield": 242.6 + } + }, + { + "rank": 40, + "brand": "FS Seeds", + "product": "FS6042FRIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 241.0, + "Adj Yield": 240.98 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 254.9, + "Adj Yield": 254.9 + } + }, + { + "rank": 32, + "brand": "Burrus", + "product": "5M76VE", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 245.5, + "Adj Yield": 245.15 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 268.7, + "Adj Yield": 267.64 + } + }, + { + "rank": 27, + "brand": "Dyna Gro", + "product": "D52VT96RIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 249.8, + "Adj Yield": 247.89 + } + }, + { + "rank": 24, + "brand": "Brevant Seeds", + "product": "B12J58V", + "traits": "VNRR", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 252.4, + "Adj Yield": 249.08 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 262.5, + "Adj Yield": 262.5 + } + }, + { + "rank": 33, + "brand": "Wyffels", + "product": "W6479RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": null, + "Yield": 247.4, + "Adj Yield": 244.06 + } + }, + { + "rank": 12, + "brand": "Pioneer", + "product": "P13777V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 265.0, + "Adj Yield": 262.99 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": null, + "Yield": 275.8, + "Adj Yield": 274.49 + } + }, + { + "rank": 18, + "brand": "Brevant Seeds", + "product": "B13C49V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 252.7, + "Adj Yield": 251.77 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 256.5, + "Adj Yield": 256.5 + } + }, + { + "rank": 6, + "brand": "Wyffels", + "product": "W7499RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 269.5, + "Adj Yield": 268.99 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P12517V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": null, + "Yield": 266.3, + "Adj Yield": 266.23 + } + }, + { + "rank": 20, + "brand": "Channel", + "product": "213-53SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 250.5, + "Adj Yield": 250.87 + } + }, + { + "rank": 15, + "brand": "Becks", + "product": "6297V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 255.0, + "Adj Yield": 255.9 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 253.8, + "Adj Yield": 253.8 + } + }, + { + "rank": 14, + "brand": "Becks", + "product": "6258V4P", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": null, + "Yield": 259.4, + "Adj Yield": 260.65 + } + }, + { + "rank": 19, + "brand": "Dyna Gro", + "product": "D53SP85RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": null, + "Yield": 250.0, + "Adj Yield": 251.41 + } + }, + { + "rank": 25, + "brand": "Dekalb", + "product": "DKC113-03RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 246.9, + "Adj Yield": 248.79 + } + }, + { + "rank": 39, + "brand": "Wyffels", + "product": "W8007RIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": null, + "Yield": 238.6, + "Adj Yield": 241.51 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 249.8, + "Adj Yield": 249.8 + } + }, + { + "rank": 4, + "brand": "FS Seeds", + "product": "FS6432PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 269.7, + "Adj Yield": 272.56 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 281.8, + "Adj Yield": 283.5 + } + }, + { + "rank": 41, + "brand": "Brevant Seeds", + "product": "B14C59V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 240.0, + "Adj Yield": 240.91 + } + }, + { + "rank": 22, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 249.9, + "Adj Yield": 249.97 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 257.1, + "Adj Yield": 257.1 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 249.3, + "Adj Yield": 249.29 + } + }, + { + "rank": 1, + "brand": "Channel", + "product": "215-40VT4RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 289.8, + "Adj Yield": 290.5 + } + }, + { + "rank": 17, + "brand": "Becks", + "product": "6510V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 251.6, + "Adj Yield": 252.93 + } + }, + { + "rank": 38, + "brand": "Becks", + "product": "6692SXP", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": null, + "Yield": 239.8, + "Adj Yield": 242.07 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 251.0, + "Adj Yield": 251.0 + } + }, + { + "rank": 16, + "brand": "Burrus", + "product": "6G88VE", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": null, + "Yield": 253.6, + "Adj Yield": 255.81 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 262.5, + "Adj Yield": 263.58 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC117-89RIB", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 263.8, + "Adj Yield": 263.95 + } + }, + { + "rank": 5, + "brand": "Channel", + "product": "217-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 271.2, + "Adj Yield": 270.24 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 258.3, + "Adj Yield": 258.3 + } + }, + { + "rank": 34, + "brand": "Burrus", + "product": "7R68VE", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 245.2, + "Adj Yield": 243.91 + } + }, + { + "rank": 29, + "brand": "Nu Tech", + "product": "71A7V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": null, + "Yield": 248.1, + "Adj Yield": 247.4 + } + }, + { + "rank": 21, + "brand": "Nu Tech", + "product": "73J1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": null, + "Yield": 251.2, + "Adj Yield": 250.8 + } + } + ], + "n_results": 55, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147606" + ], + "fetched_at": "2026-05-27T02:23:57.323910+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147606.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147606.md new file mode 100644 index 00000000..fdacae2e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147606.md @@ -0,0 +1,85 @@ +# Corn yield trial — Divernon, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Sangamon +- **City:** Divernon +- **Year:** 2025 +- **Plot ID:** 147606 +- **Cooperator:** John and Chris Dowson +- **Plot average:** 253.47 BU/Ac +- **Planted:** 2025-05-13 +- **Harvested:** 2025-10-10 +- **Population:** 34,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147606 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 26 | Nu Tech | 69F3V | Vorceed | - | 16.6 | - | 250.6 | 247.94 | +| - | Dekalb | DKC114-42RIB | SSPRIB | - | 17.2 | - | 260.2 | 260.2 | +| 42 | Wyffels | W5129RIB | SSPRIB | - | 15.0 | - | 236.9 | 234.64 | +| 35 | Dekalb | DKC109-71RIB | SSPRIB | - | 15.2 | - | 244.6 | 243.76 | +| 13 | Dyna Gro | D49SP06RIB | SSPRIB | - | 16.1 | - | 260.9 | 261.2 | +| 28 | Burrus | 4P27V | Vorceed | - | 15.9 | - | 245.9 | 247.51 | +| - | Dekalb | DKC114-42RIB | SSPRIB | - | 17.4 | - | 251.4 | 251.4 | +| 36 | FS Seeds | FS5845PRIB | SSPRIB | - | 15.5 | - | 241.2 | 242.98 | +| 43 | Brevant Seeds | B11M47V | Vorceed | - | 14.5 | - | 233.2 | 234.11 | +| 30 | Pioneer | P10477V | Vorceed | - | 15.6 | - | 246.5 | 246.99 | +| 31 | AgriGold | A640-94VT4PRO | VT4Pro | - | 15.6 | - | 246.2 | 246.49 | +| - | Dekalb | DKC114-42RIB | SSPRIB | - | 16.2 | - | 255.2 | 255.2 | +| 9 | FS Seeds | FS6025XRIB | STXRIB | - | 16.5 | - | 265.3 | 265.42 | +| 44 | Channel | 210-18SSPRIB | SSPRIB | - | 15.9 | - | 233.4 | 233.38 | +| 37 | AgriGold | A641-62D-RN | 5122 | - | 17.3 | - | 242.7 | 242.6 | +| 40 | FS Seeds | FS6042FRIB | VT4Pro | - | 15.2 | - | 241.0 | 240.98 | +| - | Dekalb | DKC114-42RIB | SSPRIB | - | 16.9 | - | 254.9 | 254.9 | +| 32 | Burrus | 5M76VE | Vorceed | - | 16.3 | - | 245.5 | 245.15 | +| 7 | Dekalb | DKC112-35RIB | SSPRIB | - | 18.6 | - | 268.7 | 267.64 | +| 27 | Dyna Gro | D52VT96RIB | VT4Pro | - | 15.8 | - | 249.8 | 247.89 | +| 24 | Brevant Seeds | B12J58V | VNRR | - | 15.9 | - | 252.4 | 249.08 | +| - | Dekalb | DKC114-42RIB | SSPRIB | - | 16.1 | - | 262.5 | 262.5 | +| 33 | Wyffels | W6479RIB | SSPRIB | - | 15.7 | - | 247.4 | 244.06 | +| 12 | Pioneer | P13777V | Vorceed | - | 16.6 | - | 265.0 | 262.99 | +| 3 | AgriGold | A642-18SSPRIB | SSPRIB | - | 18.7 | - | 275.8 | 274.49 | +| 18 | Brevant Seeds | B13C49V | Vorceed | - | 16.2 | - | 252.7 | 251.77 | +| - | Dekalb | DKC114-42RIB | SSPRIB | - | 16.6 | - | 256.5 | 256.5 | +| 6 | Wyffels | W7499RIB | VT2RIB | - | 17.6 | - | 269.5 | 268.99 | +| 8 | Pioneer | P12517V | Vorceed | - | 15.1 | - | 266.3 | 266.23 | +| 20 | Channel | 213-53SSPRIB | SSPRIB | - | 16.1 | - | 250.5 | 250.87 | +| 15 | Becks | 6297V | Vorceed | - | 16.1 | - | 255.0 | 255.9 | +| - | Dekalb | DKC114-42RIB | SSPRIB | - | 17.0 | - | 253.8 | 253.8 | +| 14 | Becks | 6258V4P | VT4Pro | - | 15.3 | - | 259.4 | 260.65 | +| 19 | Dyna Gro | D53SP85RIB | SSPRIB | - | 14.6 | - | 250.0 | 251.41 | +| 25 | Dekalb | DKC113-03RIB | SSPRIB | - | 15.2 | - | 246.9 | 248.79 | +| 39 | Wyffels | W8007RIB | VT4Pro | - | 14.9 | - | 238.6 | 241.51 | +| - | Dekalb | DKC114-42RIB | SSPRIB | - | 17.0 | - | 249.8 | 249.8 | +| 4 | FS Seeds | FS6432PRIB | SSPRIB | - | 15.9 | - | 269.7 | 272.56 | +| 2 | Dekalb | DKC114-99RIB | VT4RIB | - | 18.3 | - | 281.8 | 283.5 | +| 41 | Brevant Seeds | B14C59V | Vorceed | - | 16.3 | - | 240.0 | 240.91 | +| 22 | Pioneer | P14830Q | QROME | - | 15.2 | - | 249.9 | 249.97 | +| - | Dekalb | DKC114-42RIB | SSPRIB | - | 15.9 | - | 257.1 | 257.1 | +| 23 | AgriGold | A645-71STXRIB | STXRIB | - | 17.2 | - | 249.3 | 249.29 | +| 1 | Channel | 215-40VT4RIB | VT4RIB | - | 17.6 | - | 289.8 | 290.5 | +| 17 | Becks | 6510V | Vorceed | - | 17.2 | - | 251.6 | 252.93 | +| 38 | Becks | 6692SXP | SSPRIB | - | 15.7 | - | 239.8 | 242.07 | +| - | Dekalb | DKC114-42RIB | SSPRIB | - | 16.6 | - | 251.0 | 251.0 | +| 16 | Burrus | 6G88VE | Vorceed | - | 15.7 | - | 253.6 | 255.81 | +| 11 | Pioneer | P1742Q | QROME | - | 17.4 | - | 262.5 | 263.58 | +| 10 | Dekalb | DKC117-89RIB | SSP | - | 17.4 | - | 263.8 | 263.95 | +| 5 | Channel | 217-12STXRIB | STXRIB | - | 19.2 | - | 271.2 | 270.24 | +| - | Dekalb | DKC114-42RIB | SSPRIB | - | 17.8 | - | 258.3 | 258.3 | +| 34 | Burrus | 7R68VE | Vorceed | - | 16.7 | - | 245.2 | 243.91 | +| 29 | Nu Tech | 71A7V | Vorceed | - | 14.6 | - | 248.1 | 247.4 | +| 21 | Nu Tech | 73J1V | Vorceed | - | 15.0 | - | 251.2 | 250.8 | + +Top 5 by Yield: 215-40VT4RIB (Channel) 289.8, DKC114-99RIB (Dekalb) 281.8, A642-18SSPRIB (AgriGold) 275.8, 217-12STXRIB (Channel) 271.2, FS6432PRIB (FS Seeds) 269.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147607.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147607.json new file mode 100644 index 00000000..300ee65f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147607.json @@ -0,0 +1,751 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147607", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Divernon", + "county": "Sangamon", + "year": 2025, + "plot_id": "147607", + "cooperator": "John and Chris Dowson", + "plot_average": 269.2, + "planted_date": "2025-05-13", + "harvested_date": "2025-10-10", + "population_seeds_per_acre": 34500, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 40, + "brand": "Nu Tech", + "product": "69F3V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 261.2, + "Adj Yield": 257.32 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 279.3, + "Adj Yield": 279.3 + } + }, + { + "rank": 42, + "brand": "Wyffels", + "product": "W5129RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": null, + "Yield": 257.4, + "Adj Yield": 254.2 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC109-71RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": null, + "Yield": 272.3, + "Adj Yield": 271.41 + } + }, + { + "rank": 19, + "brand": "Dyna Gro", + "product": "D49SP06RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": null, + "Yield": 268.9, + "Adj Yield": 269.97 + } + }, + { + "rank": 11, + "brand": "Burrus", + "product": "4P27V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": null, + "Yield": 271.8, + "Adj Yield": 275.29 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 263.7, + "Adj Yield": 263.7 + } + }, + { + "rank": 24, + "brand": "FS Seeds", + "product": "FS5845PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": null, + "Yield": 263.9, + "Adj Yield": 267.43 + } + }, + { + "rank": 35, + "brand": "Brevant Seeds", + "product": "B11M47V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": null, + "Yield": 261.0, + "Adj Yield": 262.36 + } + }, + { + "rank": 30, + "brand": "Pioneer", + "product": "P10477V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 265.5, + "Adj Yield": 265.37 + } + }, + { + "rank": 39, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 262.0, + "Adj Yield": 260.28 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 277.1, + "Adj Yield": 277.1 + } + }, + { + "rank": 25, + "brand": "FS Seeds", + "product": "FS6025XRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 268.5, + "Adj Yield": 266.59 + } + }, + { + "rank": 44, + "brand": "Channel", + "product": "210-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 253.7, + "Adj Yield": 252.95 + } + }, + { + "rank": 41, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 255.0, + "Adj Yield": 255.03 + } + }, + { + "rank": 16, + "brand": "FS Seeds", + "product": "FS6042FRIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 269.9, + "Adj Yield": 270.84 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 269.2, + "Adj Yield": 269.2 + } + }, + { + "rank": 36, + "brand": "Burrus", + "product": "5M76VE", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 261.4, + "Adj Yield": 262.27 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 270.9, + "Adj Yield": 270.74 + } + }, + { + "rank": 22, + "brand": "Dyna Gro", + "product": "D52VT96RIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 270.2, + "Adj Yield": 269.08 + } + }, + { + "rank": 27, + "brand": "Brevant Seeds", + "product": "B12J58V", + "traits": "VNRR", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 268.8, + "Adj Yield": 266.22 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 278.7, + "Adj Yield": 278.7 + } + }, + { + "rank": 43, + "brand": "Wyffels", + "product": "W6479RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 255.4, + "Adj Yield": 252.97 + } + }, + { + "rank": 23, + "brand": "Pioneer", + "product": "P13777V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 269.7, + "Adj Yield": 269.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 275.7, + "Adj Yield": 276.3 + } + }, + { + "rank": 14, + "brand": "Brevant Seeds", + "product": "B13C49V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 270.5, + "Adj Yield": 272.63 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 266.9, + "Adj Yield": 266.9 + } + }, + { + "rank": 5, + "brand": "Wyffels", + "product": "W7499RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 279.6, + "Adj Yield": 282.03 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P12517V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": null, + "Yield": 277.8, + "Adj Yield": 279.3 + } + }, + { + "rank": 13, + "brand": "Channel", + "product": "213-53SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 272.1, + "Adj Yield": 273.17 + } + }, + { + "rank": 9, + "brand": "Becks", + "product": "6297V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 275.0, + "Adj Yield": 275.83 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 271.6, + "Adj Yield": 271.6 + } + }, + { + "rank": 4, + "brand": "Becks", + "product": "6258V4P", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 285.0, + "Adj Yield": 285.75 + } + }, + { + "rank": 29, + "brand": "Dyna Gro", + "product": "D53SP85RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 265.0, + "Adj Yield": 265.82 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC113-03RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 269.2, + "Adj Yield": 270.15 + } + }, + { + "rank": 26, + "brand": "Wyffels", + "product": "W8007RIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 265.3, + "Adj Yield": 266.56 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 270.0, + "Adj Yield": 270.0 + } + }, + { + "rank": 3, + "brand": "FS Seeds", + "product": "FS6432PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 285.4, + "Adj Yield": 286.57 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 292.9, + "Adj Yield": 293.57 + } + }, + { + "rank": 37, + "brand": "Brevant Seeds", + "product": "B14C59V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 262.0, + "Adj Yield": 262.26 + } + }, + { + "rank": 33, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 262.9, + "Adj Yield": 262.65 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 273.6, + "Adj Yield": 273.6 + } + }, + { + "rank": 28, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 266.3, + "Adj Yield": 266.01 + } + }, + { + "rank": 2, + "brand": "Channel", + "product": "215-40VT4RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 287.1, + "Adj Yield": 287.28 + } + }, + { + "rank": 21, + "brand": "Becks", + "product": "6510V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 268.8, + "Adj Yield": 269.38 + } + }, + { + "rank": 20, + "brand": "Becks", + "product": "6692SXP", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 268.8, + "Adj Yield": 269.96 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 269.7, + "Adj Yield": 269.7 + } + }, + { + "rank": 10, + "brand": "Burrus", + "product": "6G88VE", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 274.7, + "Adj Yield": 275.8 + } + }, + { + "rank": 12, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 273.4, + "Adj Yield": 273.75 + } + }, + { + "rank": 31, + "brand": "Dekalb", + "product": "DKC117-89RIB", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 265.6, + "Adj Yield": 265.3 + } + }, + { + "rank": 7, + "brand": "Channel", + "product": "217-12STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 279.7, + "Adj Yield": 278.57 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 274.8, + "Adj Yield": 274.8 + } + }, + { + "rank": 34, + "brand": "Burrus", + "product": "7R68VE", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 263.8, + "Adj Yield": 262.44 + } + }, + { + "rank": 38, + "brand": "Nu Tech", + "product": "71A7V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": null, + "Yield": 262.1, + "Adj Yield": 261.23 + } + }, + { + "rank": 32, + "brand": "Nu Tech", + "product": "73J1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 263.8, + "Adj Yield": 263.19 + } + } + ], + "n_results": 55, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147607" + ], + "fetched_at": "2026-05-27T02:23:57.874005+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147607.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147607.md new file mode 100644 index 00000000..b8ed494c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147607.md @@ -0,0 +1,85 @@ +# Corn yield trial — Divernon, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Sangamon +- **City:** Divernon +- **Year:** 2025 +- **Plot ID:** 147607 +- **Cooperator:** John and Chris Dowson +- **Plot average:** 269.2 BU/Ac +- **Planted:** 2025-05-13 +- **Harvested:** 2025-10-10 +- **Population:** 34,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147607 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 40 | Nu Tech | 69F3V | Vorceed | - | 16.2 | - | 261.2 | 257.32 | +| - | Dekalb | DKC114-42RIB | SSPRIB | - | 17.2 | - | 279.3 | 279.3 | +| 42 | Wyffels | W5129RIB | SSPRIB | - | 14.4 | - | 257.4 | 254.2 | +| 15 | Dekalb | DKC109-71RIB | SSPRIB | - | 14.3 | - | 272.3 | 271.41 | +| 19 | Dyna Gro | D49SP06RIB | SSPRIB | - | 15.4 | - | 268.9 | 269.97 | +| 11 | Burrus | 4P27V | Vorceed | - | 14.3 | - | 271.8 | 275.29 | +| - | Dekalb | DKC114-42RIB | SSPRIB | - | 16.9 | - | 263.7 | 263.7 | +| 24 | FS Seeds | FS5845PRIB | SSPRIB | - | 14.9 | - | 263.9 | 267.43 | +| 35 | Brevant Seeds | B11M47V | Vorceed | - | 14.6 | - | 261.0 | 262.36 | +| 30 | Pioneer | P10477V | Vorceed | - | 15.6 | - | 265.5 | 265.37 | +| 39 | AgriGold | A640-94VT4PRO | VT4Pro | - | 16.2 | - | 262.0 | 260.28 | +| - | Dekalb | DKC114-42RIB | SSPRIB | - | 17.5 | - | 277.1 | 277.1 | +| 25 | FS Seeds | FS6025XRIB | STXRIB | - | 16.2 | - | 268.5 | 266.59 | +| 44 | Channel | 210-18SSPRIB | SSPRIB | - | 15.8 | - | 253.7 | 252.95 | +| 41 | AgriGold | A641-62D-RN | 5122 | - | 17.6 | - | 255.0 | 255.03 | +| 16 | FS Seeds | FS6042FRIB | VT4Pro | - | 16.9 | - | 269.9 | 270.84 | +| - | Dekalb | DKC114-42RIB | SSPRIB | - | 17.6 | - | 269.2 | 269.2 | +| 36 | Burrus | 5M76VE | Vorceed | - | 16.6 | - | 261.4 | 262.27 | +| 17 | Dekalb | DKC112-35RIB | SSPRIB | - | 17.9 | - | 270.9 | 270.74 | +| 22 | Dyna Gro | D52VT96RIB | VT4Pro | - | 17.4 | - | 270.2 | 269.08 | +| 27 | Brevant Seeds | B12J58V | VNRR | - | 16.3 | - | 268.8 | 266.22 | +| - | Dekalb | DKC114-42RIB | SSPRIB | - | 17.1 | - | 278.7 | 278.7 | +| 43 | Wyffels | W6479RIB | SSPRIB | - | 16.2 | - | 255.4 | 252.97 | +| 23 | Pioneer | P13777V | Vorceed | - | 16.8 | - | 269.7 | 269.0 | +| 8 | AgriGold | A642-18SSPRIB | SSPRIB | - | 18.3 | - | 275.7 | 276.3 | +| 14 | Brevant Seeds | B13C49V | Vorceed | - | 16.7 | - | 270.5 | 272.63 | +| - | Dekalb | DKC114-42RIB | SSPRIB | - | 17.9 | - | 266.9 | 266.9 | +| 5 | Wyffels | W7499RIB | VT2RIB | - | 18.1 | - | 279.6 | 282.03 | +| 6 | Pioneer | P12517V | Vorceed | - | 15.4 | - | 277.8 | 279.3 | +| 13 | Channel | 213-53SSPRIB | SSPRIB | - | 17.1 | - | 272.1 | 273.17 | +| 9 | Becks | 6297V | Vorceed | - | 16.9 | - | 275.0 | 275.83 | +| - | Dekalb | DKC114-42RIB | SSPRIB | - | 17.7 | - | 271.6 | 271.6 | +| 4 | Becks | 6258V4P | VT4Pro | - | 15.9 | - | 285.0 | 285.75 | +| 29 | Dyna Gro | D53SP85RIB | SSPRIB | - | 15.6 | - | 265.0 | 265.82 | +| 18 | Dekalb | DKC113-03RIB | SSPRIB | - | 16.4 | - | 269.2 | 270.15 | +| 26 | Wyffels | W8007RIB | VT4Pro | - | 16.2 | - | 265.3 | 266.56 | +| - | Dekalb | DKC114-42RIB | SSPRIB | - | 17.6 | - | 270.0 | 270.0 | +| 3 | FS Seeds | FS6432PRIB | SSPRIB | - | 16.4 | - | 285.4 | 286.57 | +| 1 | Dekalb | DKC114-99RIB | VT4RIB | - | 17.5 | - | 292.9 | 293.57 | +| 37 | Brevant Seeds | B14C59V | Vorceed | - | 16.8 | - | 262.0 | 262.26 | +| 33 | Pioneer | P14830Q | QROME | - | 16.5 | - | 262.9 | 262.65 | +| - | Dekalb | DKC114-42RIB | SSPRIB | - | 17.6 | - | 273.6 | 273.6 | +| 28 | AgriGold | A645-71STXRIB | STXRIB | - | 17.8 | - | 266.3 | 266.01 | +| 2 | Channel | 215-40VT4RIB | VT4RIB | - | 18.1 | - | 287.1 | 287.28 | +| 21 | Becks | 6510V | Vorceed | - | 17.8 | - | 268.8 | 269.38 | +| 20 | Becks | 6692SXP | SSPRIB | - | 17.8 | - | 268.8 | 269.96 | +| - | Dekalb | DKC114-42RIB | SSPRIB | - | 17.1 | - | 269.7 | 269.7 | +| 10 | Burrus | 6G88VE | Vorceed | - | 16.2 | - | 274.7 | 275.8 | +| 12 | Pioneer | P1742Q | QROME | - | 17.9 | - | 273.4 | 273.75 | +| 31 | Dekalb | DKC117-89RIB | SSP | - | 18.1 | - | 265.6 | 265.3 | +| 7 | Channel | 217-12STXRIB | STXRIB | - | 19.1 | - | 279.7 | 278.57 | +| - | Dekalb | DKC114-42RIB | SSPRIB | - | 17.6 | - | 274.8 | 274.8 | +| 34 | Burrus | 7R68VE | Vorceed | - | 16.7 | - | 263.8 | 262.44 | +| 38 | Nu Tech | 71A7V | Vorceed | - | 14.6 | - | 262.1 | 261.23 | +| 32 | Nu Tech | 73J1V | Vorceed | - | 15.5 | - | 263.8 | 263.19 | + +Top 5 by Yield: DKC114-99RIB (Dekalb) 292.9, 215-40VT4RIB (Channel) 287.1, FS6432PRIB (FS Seeds) 285.4, 6258V4P (Becks) 285.0, 217-12STXRIB (Channel) 279.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147608.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147608.json new file mode 100644 index 00000000..ce598c5d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147608.json @@ -0,0 +1,504 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147608", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Shannon", + "county": "Carroll", + "year": 2025, + "plot_id": "147608", + "cooperator": "Steve Stoner", + "plot_average": 283.08, + "planted_date": "2025-04-29", + "harvested_date": "2025-10-25", + "population_seeds_per_acre": 36100, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 34, + "brand": "Channel", + "product": "200-44VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 57.6, + "Yield": 265.2, + "Adj Yield": 265.2 + } + }, + { + "rank": 20, + "brand": "Channel", + "product": "202-43VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 59.8, + "Yield": 283.8, + "Adj Yield": 283.8 + } + }, + { + "rank": 35, + "brand": "Channel", + "product": "203-40VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 56.9, + "Yield": 263.3, + "Adj Yield": 263.3 + } + }, + { + "rank": 24, + "brand": "Channel", + "product": "205-08SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 58.3, + "Yield": 277.5, + "Adj Yield": 277.5 + } + }, + { + "rank": 12, + "brand": "Channel", + "product": "206-47TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 58.9, + "Yield": 288.0, + "Adj Yield": 288.0 + } + }, + { + "rank": 16, + "brand": "Channel", + "product": "207-34SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 56.6, + "Yield": 286.5, + "Adj Yield": 286.5 + } + }, + { + "rank": 27, + "brand": "Channel", + "product": "209-25SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 56.2, + "Yield": 276.9, + "Adj Yield": 276.9 + } + }, + { + "rank": 23, + "brand": "Channel", + "product": "210-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 55.2, + "Yield": 279.3, + "Adj Yield": 279.3 + } + }, + { + "rank": 18, + "brand": "Channel", + "product": "212-63VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 58.9, + "Yield": 285.3, + "Adj Yield": 285.3 + } + }, + { + "rank": 8, + "brand": "Channel", + "product": "213-23STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 57.9, + "Yield": 291.7, + "Adj Yield": 291.7 + } + }, + { + "rank": 19, + "brand": "Channel", + "product": "214-78DGVT2PRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 56.8, + "Yield": 284.0, + "Adj Yield": 284.0 + } + }, + { + "rank": 3, + "brand": "Channel", + "product": "215-70TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 55.7, + "Yield": 302.6, + "Adj Yield": 302.6 + } + }, + { + "rank": 36, + "brand": "Dekalb", + "product": "DKC101-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 54.3, + "Yield": 237.4, + "Adj Yield": 237.4 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 55.6, + "Yield": 309.3, + "Adj Yield": 309.3 + } + }, + { + "rank": 33, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 58.0, + "Yield": 270.9, + "Adj Yield": 270.9 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 58.1, + "Yield": 295.0, + "Adj Yield": 295.0 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 58.2, + "Yield": 285.9, + "Adj Yield": 285.9 + } + }, + { + "rank": 20, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 58.3, + "Yield": 283.8, + "Adj Yield": 283.8 + } + }, + { + "rank": 26, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 57.6, + "Yield": 277.0, + "Adj Yield": 277.0 + } + }, + { + "rank": 30, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 57.2, + "Yield": 272.4, + "Adj Yield": 272.4 + } + }, + { + "rank": 29, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 55.4, + "Yield": 274.1, + "Adj Yield": 274.1 + } + }, + { + "rank": 22, + "brand": "FS Seeds", + "product": "FS6042FRIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 55.9, + "Yield": 283.5, + "Adj Yield": 283.5 + } + }, + { + "rank": 31, + "brand": "FS Seeds", + "product": "FS6245VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 57.5, + "Yield": 272.2, + "Adj Yield": 272.2 + } + }, + { + "rank": 4, + "brand": "FS Seeds", + "product": "FS6349PC", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 54.9, + "Yield": 298.0, + "Adj Yield": 298.0 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P08527V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 57.6, + "Yield": 291.5, + "Adj Yield": 291.5 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P09312V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 57.4, + "Yield": 294.6, + "Adj Yield": 294.6 + } + }, + { + "rank": 14, + "brand": "Pioneer", + "product": "P10477V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 56.4, + "Yield": 287.1, + "Adj Yield": 287.1 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P13777V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 58.7, + "Yield": 308.2, + "Adj Yield": 308.2 + } + }, + { + "rank": 15, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 57.2, + "Yield": 286.7, + "Adj Yield": 286.7 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P12065Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 56.9, + "Yield": 292.2, + "Adj Yield": 292.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 55.6, + "Yield": 288.7, + "Adj Yield": 288.7 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 55.8, + "Yield": 277.1, + "Adj Yield": 277.1 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 57.2, + "Yield": 287.6, + "Adj Yield": 287.6 + } + }, + { + "rank": 32, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 58.7, + "Yield": 271.0, + "Adj Yield": 271.0 + } + }, + { + "rank": 28, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 56.2, + "Yield": 274.2, + "Adj Yield": 274.2 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 57.3, + "Yield": 288.4, + "Adj Yield": 288.4 + } + } + ], + "n_results": 36, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147608" + ], + "fetched_at": "2026-05-27T02:23:58.349501+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147608.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147608.md new file mode 100644 index 00000000..3af4a7cf --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147608.md @@ -0,0 +1,66 @@ +# Corn yield trial — Shannon, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Carroll +- **City:** Shannon +- **Year:** 2025 +- **Plot ID:** 147608 +- **Cooperator:** Steve Stoner +- **Plot average:** 283.08 BU/Ac +- **Planted:** 2025-04-29 +- **Harvested:** 2025-10-25 +- **Population:** 36,100 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147608 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 34 | Channel | 200-44VT4PRIB | VT4RIB | - | 17.6 | 57.6 | 265.2 | 265.2 | +| 20 | Channel | 202-43VT4PRIB | VT4RIB | - | 15.9 | 59.8 | 283.8 | 283.8 | +| 35 | Channel | 203-40VT4PRIB | VT4RIB | - | 17.2 | 56.9 | 263.3 | 263.3 | +| 24 | Channel | 205-08SSPRIB | SSPRIB | - | 17.2 | 58.3 | 277.5 | 277.5 | +| 12 | Channel | 206-47TRERIB | TreceptaRIB | - | 16.9 | 58.9 | 288.0 | 288.0 | +| 16 | Channel | 207-34SSPRIB | SSPRIB | - | 17.6 | 56.6 | 286.5 | 286.5 | +| 27 | Channel | 209-25SSPRIB | SSPRIB | - | 17.1 | 56.2 | 276.9 | 276.9 | +| 23 | Channel | 210-18SSPRIB | SSPRIB | - | 17.8 | 55.2 | 279.3 | 279.3 | +| 18 | Channel | 212-63VT4PRIB | VT4RIB | - | 17.7 | 58.9 | 285.3 | 285.3 | +| 8 | Channel | 213-23STXRIB | STXRIB | - | 18.8 | 57.9 | 291.7 | 291.7 | +| 19 | Channel | 214-78DGVT2PRIB | DGVT2PRIB | - | 19.9 | 56.8 | 284.0 | 284.0 | +| 3 | Channel | 215-70TRCRIB | TreceptaRIB | - | 19.6 | 55.7 | 302.6 | 302.6 | +| 36 | Dekalb | DKC101-35RIB | VT2RIB | - | 18.6 | 54.3 | 237.4 | 237.4 | +| 1 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 16.8 | 55.6 | 309.3 | 309.3 | +| 33 | Dekalb | DKC106-98RIB | VT4RIB | - | 16.9 | 58.0 | 270.9 | 270.9 | +| 5 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 16.5 | 58.1 | 295.0 | 295.0 | +| 17 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 17.5 | 58.2 | 285.9 | 285.9 | +| 20 | Dekalb | DKC114-43RIB | VT4RIB | - | 18.4 | 58.3 | 283.8 | 283.8 | +| 26 | Dekalb | DKC114-99RIB | VT4RIB | - | 18.2 | 57.6 | 277.0 | 277.0 | +| 30 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 19.0 | 57.2 | 272.4 | 272.4 | +| 29 | Dekalb | DKC68-35RIB | VT2RIB | - | 16.8 | 55.4 | 274.1 | 274.1 | +| 22 | FS Seeds | FS6042FRIB | VT4Pro | - | 18.9 | 55.9 | 283.5 | 283.5 | +| 31 | FS Seeds | FS6245VRIB | VT2RIB | - | 18.5 | 57.5 | 272.2 | 272.2 | +| 4 | FS Seeds | FS6349PC | PCE | - | 19.6 | 54.9 | 298.0 | 298.0 | +| 9 | Pioneer | P08527V | Vorceed | - | 17.8 | 57.6 | 291.5 | 291.5 | +| 6 | Pioneer | P09312V | Vorceed | - | 18.5 | 57.4 | 294.6 | 294.6 | +| 14 | Pioneer | P10477V | Vorceed | - | 19.3 | 56.4 | 287.1 | 287.1 | +| 2 | Pioneer | P13777V | Vorceed | - | 19.1 | 58.7 | 308.2 | 308.2 | +| 15 | Pioneer | P14830Q | QROME | - | 18.1 | 57.2 | 286.7 | 286.7 | +| 7 | Pioneer | P12065Q | QROME | - | 18.9 | 56.9 | 292.2 | 292.2 | +| 10 | AgriGold | A640-94VT4PRO | VT4Pro | - | 18.6 | 55.6 | 288.7 | 288.7 | +| 25 | AgriGold | A642-18SSPRIB | SSPRIB | - | 18.7 | 55.8 | 277.1 | 277.1 | +| 13 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 18.9 | 57.2 | 287.6 | 287.6 | +| 32 | AgriGold | A642-32VT2RIB | VT2RIB | - | 18.6 | 58.7 | 271.0 | 271.0 | +| 28 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.3 | 56.2 | 274.2 | 274.2 | +| 11 | AgriGold | A645-71STXRIB | STXRIB | - | 19.2 | 57.3 | 288.4 | 288.4 | + +Top 5 by Yield: DKC56-26RIB (Dekalb) 309.3, P13777V (Pioneer) 308.2, 215-70TRCRIB (Channel) 302.6, FS6349PC (FS Seeds) 298.0, DKC110-41RIB (Dekalb) 295.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147616.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147616.json new file mode 100644 index 00000000..8398d1f4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147616.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147616", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Frankfort", + "county": "Clinton", + "year": 2025, + "plot_id": "147616", + "cooperator": "Anderson Farms", + "plot_average": 327.73, + "planted_date": "2025-05-01", + "harvested_date": "2025-09-26", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Veltyma", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC103-63RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 55.8, + "Yield": 300.2, + "Adj Yield": 300.2 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": 56.9, + "Yield": 325.1, + "Adj Yield": 325.1 + } + }, + { + "rank": 7, + "brand": "Croplan", + "product": "CP4839PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": 55.8, + "Yield": 327.6, + "Adj Yield": 327.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.4, + "Test Wt.": 57.9, + "Yield": 334.2, + "Adj Yield": 334.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 57.4, + "Yield": 319.2, + "Adj Yield": 319.2 + } + }, + { + "rank": 4, + "brand": "Croplan", + "product": "CP5249PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": 54.5, + "Yield": 334.4, + "Adj Yield": 334.4 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.2, + "Test Wt.": 54.3, + "Yield": 340.5, + "Adj Yield": 340.5 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 57.1, + "Yield": 314.5, + "Adj Yield": 314.5 + } + }, + { + "rank": 3, + "brand": "Croplan", + "product": "CP5497VT2P/RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.3, + "Test Wt.": 54.6, + "Yield": 336.6, + "Adj Yield": 336.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 25.1, + "Test Wt.": 54.0, + "Yield": 344.3, + "Adj Yield": 344.3 + } + }, + { + "rank": 8, + "brand": "Croplan", + "product": "CP5550VT2P/RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.9, + "Test Wt.": 53.2, + "Yield": 327.0, + "Adj Yield": 327.0 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.3, + "Test Wt.": 54.9, + "Yield": 329.2, + "Adj Yield": 329.2 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147616" + ], + "fetched_at": "2026-05-27T02:23:58.822983+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147616.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147616.md new file mode 100644 index 00000000..44a16d3d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147616.md @@ -0,0 +1,43 @@ +# Corn yield trial — Frankfort, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Clinton +- **City:** Frankfort +- **Year:** 2025 +- **Plot ID:** 147616 +- **Cooperator:** Anderson Farms +- **Plot average:** 327.73 BU/Ac +- **Planted:** 2025-05-01 +- **Harvested:** 2025-09-26 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Veltyma +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147616 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 12 | Dekalb | DKC103-63RIB | SSPRIB | - | 20.1 | 55.8 | 300.2 | 300.2 | +| 9 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 19.8 | 56.9 | 325.1 | 325.1 | +| 7 | Croplan | CP4839PCE | PCE | - | 19.5 | 55.8 | 327.6 | 327.6 | +| 5 | AgriGold | A642-32VT2RIB | VT2RIB | - | 24.4 | 57.9 | 334.2 | 334.2 | +| 10 | AgriGold | A642-18SSPRIB | SSPRIB | - | 23.4 | 57.4 | 319.2 | 319.2 | +| 4 | Croplan | CP5249PCE | PCE | - | 23.1 | 54.5 | 334.4 | 334.4 | +| 2 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 24.2 | 54.3 | 340.5 | 340.5 | +| 11 | Dekalb | DKC64-22RIB | VT2RIB | - | 23.2 | 57.1 | 314.5 | 314.5 | +| 3 | Croplan | CP5497VT2P/RIB | VT2RIB | - | 24.3 | 54.6 | 336.6 | 336.6 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 25.1 | 54.0 | 344.3 | 344.3 | +| 8 | Croplan | CP5550VT2P/RIB | VT2RIB | - | 24.9 | 53.2 | 327.0 | 327.0 | +| 6 | Dekalb | DKC68-35RIB | VT2RIB | - | 24.3 | 54.9 | 329.2 | 329.2 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 344.3, DKC112-12RIB (Dekalb) 340.5, CP5497VT2P/RIB (Croplan) 336.6, CP5249PCE (Croplan) 334.4, A642-32VT2RIB (AgriGold) 334.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147632.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147632.json new file mode 100644 index 00000000..144849d8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147632.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147632", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Loogootee", + "county": "Daviess", + "year": 2025, + "plot_id": "147632", + "cooperator": "Kav’s Crop Care", + "plot_average": 228.3, + "planted_date": "2025-05-25", + "harvested_date": "2025-10-28", + "population_seeds_per_acre": 31000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 60.6, + "Yield": 247.2, + "Adj Yield": 247.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 60.6, + "Yield": 247.2, + "Adj Yield": 244.46 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 62.0, + "Yield": 203.9, + "Adj Yield": 201.89 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.8, + "Yield": 234.7, + "Adj Yield": 233.49 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 60.0, + "Yield": 237.3, + "Adj Yield": 236.86 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 60.5, + "Yield": 222.2, + "Adj Yield": 222.58 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A647-09SSP", + "traits": "SSP", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 62.4, + "Yield": 245.2, + "Adj Yield": 246.38 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "L6818VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 60.4, + "Yield": 207.6, + "Adj Yield": 209.56 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "L6722VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 60.6, + "Yield": 228.4, + "Adj Yield": 231.18 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 60.6, + "Yield": 240.2, + "Adj Yield": 240.2 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147632" + ], + "fetched_at": "2026-05-27T02:23:59.336957+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147632.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147632.md new file mode 100644 index 00000000..a81cf209 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147632.md @@ -0,0 +1,40 @@ +# Corn yield trial — Loogootee, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Daviess +- **City:** Loogootee +- **Year:** 2025 +- **Plot ID:** 147632 +- **Cooperator:** Kav’s Crop Care +- **Plot average:** 228.3 BU/Ac +- **Planted:** 2025-05-25 +- **Harvested:** 2025-10-28 +- **Population:** 31,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147632 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.2 | 60.6 | 247.2 | 247.2 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.2 | 60.6 | 247.2 | 244.46 | +| 8 | AgriGold | A637-72VT2RIB | VT2RIB | - | 14.8 | 62.0 | 203.9 | 201.89 | +| 4 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.0 | 59.8 | 234.7 | 233.49 | +| 3 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 18.3 | 60.0 | 237.3 | 236.86 | +| 6 | AgriGold | A646-17TRC | Trecepta | - | 16.9 | 60.5 | 222.2 | 222.58 | +| 1 | AgriGold | A647-09SSP | SSP | - | 16.0 | 62.4 | 245.2 | 246.38 | +| 7 | AgriGold | L6818VT2PRO | VT2Pro | - | 17.8 | 60.4 | 207.6 | 209.56 | +| 5 | AgriGold | L6722VT2PRO | VT2Pro | - | 19.2 | 60.6 | 228.4 | 231.18 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.7 | 60.6 | 240.2 | 240.2 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 247.2, A644-64VT2RIB (AgriGold) 247.2, A647-09SSP (AgriGold) 245.2, A644-64VT2RIB (AgriGold) 240.2, A647-42TRCRIB (AgriGold) 237.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147636.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147636.json new file mode 100644 index 00000000..e330f89b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147636.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147636", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "DE", + "state_abbrev": "de", + "city": "Dover", + "county": "Kent", + "year": 2025, + "plot_id": "147636", + "cooperator": "Chad Dempsey", + "plot_average": 262.37, + "planted_date": "2025-05-11", + "harvested_date": "2025-10-20", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Sandy Loam", + "tillage": "Minimum", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 11, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 58.9, + "Yield": 250.4, + "Adj Yield": 250.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 58.5, + "Yield": 251.9, + "Adj Yield": 251.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 56.8, + "Yield": 262.5, + "Adj Yield": 262.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 58.6, + "Yield": 257.2, + "Adj Yield": 257.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 60.6, + "Yield": 266.7, + "Adj Yield": 266.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 59.5, + "Yield": 273.5, + "Adj Yield": 273.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 59.7, + "Yield": 270.5, + "Adj Yield": 270.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 60.2, + "Yield": 274.7, + "Adj Yield": 274.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 59.5, + "Yield": 266.6, + "Adj Yield": 266.6 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 57.2, + "Yield": 253.8, + "Adj Yield": 253.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 57.1, + "Yield": 258.3, + "Adj Yield": 258.3 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147636" + ], + "fetched_at": "2026-05-27T02:23:59.823802+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147636.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147636.md new file mode 100644 index 00000000..bde74179 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147636.md @@ -0,0 +1,41 @@ +# Corn yield trial — Dover, DE, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** DE +- **County:** Kent +- **City:** Dover +- **Year:** 2025 +- **Plot ID:** 147636 +- **Cooperator:** Chad Dempsey +- **Plot average:** 262.37 BU/Ac +- **Planted:** 2025-05-11 +- **Harvested:** 2025-10-20 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Sandy Loam +- **Tillage:** Minimum +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147636 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 11 | AgriGold | A647-79VT2PRO | VT2Pro | - | 18.2 | 58.9 | 250.4 | 250.4 | +| 10 | AgriGold | A647-42TRCRIB | TreceptaRIB | - | 19.0 | 58.5 | 251.9 | 251.9 | +| 6 | AgriGold | A646-30VT2RIB | VT2RIB | - | 19.0 | 56.8 | 262.5 | 262.5 | +| 8 | AgriGold | A645-55VT2PRO | VT2Pro | - | 18.4 | 58.6 | 257.2 | 257.2 | +| 4 | AgriGold | A645-30VT2RIB | VT2RIB | - | 18.3 | 60.6 | 266.7 | 266.7 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.0 | 59.5 | 273.5 | 273.5 | +| 3 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.8 | 59.7 | 270.5 | 270.5 | +| 1 | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.6 | 60.2 | 274.7 | 274.7 | +| 5 | AgriGold | A641-62D-RN | 5122 | - | 18.7 | 59.5 | 266.6 | 266.6 | +| 9 | AgriGold | A641-26V | 3220EZ | - | 19.0 | 57.2 | 253.8 | 253.8 | +| 7 | AgriGold | A640-16-3110 | 3110 | - | 18.3 | 57.1 | 258.3 | 258.3 | + +Top 5 by Yield: A642-32VT2RIB (AgriGold) 274.7, A644-64VT2RIB (AgriGold) 273.5, A643-52VT2RIB (AgriGold) 270.5, A645-30VT2RIB (AgriGold) 266.7, A641-62D-RN (AgriGold) 266.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147638.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147638.json new file mode 100644 index 00000000..47a51717 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147638.json @@ -0,0 +1,62 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147638", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Leaf River", + "county": "Ogle", + "year": 2025, + "plot_id": "147638", + "cooperator": "Randy Bocker", + "plot_average": 282.4, + "planted_date": "2025-05-05", + "harvested_date": "2025-10-27", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 57.9, + "Yield": 281.8, + "Adj Yield": 281.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 59.7, + "Yield": 283.0, + "Adj Yield": 283.0 + } + } + ], + "n_results": 2, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147638" + ], + "fetched_at": "2026-05-27T02:24:00.322061+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147638.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147638.md new file mode 100644 index 00000000..60fdf06e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147638.md @@ -0,0 +1,32 @@ +# Corn yield trial — Leaf River, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Ogle +- **City:** Leaf River +- **Year:** 2025 +- **Plot ID:** 147638 +- **Cooperator:** Randy Bocker +- **Plot average:** 282.4 BU/Ac +- **Planted:** 2025-05-05 +- **Harvested:** 2025-10-27 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147638 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 18.2 | 57.9 | 281.8 | 281.8 | +| 1 | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.1 | 59.7 | 283.0 | 283.0 | + +Top 5 by Yield: A642-32VT2RIB (AgriGold) 283.0, A642-05VT2RIBD1 (AgriGold) 281.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147644.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147644.json new file mode 100644 index 00000000..aaa5811b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147644.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147644", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Garden City", + "county": "Cass", + "year": 2025, + "plot_id": "147644", + "cooperator": "Neco Seed research farm", + "plot_average": 236.03, + "planted_date": "2025-04-11", + "harvested_date": "2025-09-30", + "population_seeds_per_acre": 29950, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 58.0, + "Yield": 211.9, + "Adj Yield": 203.52 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 58.0, + "Yield": 236.9, + "Adj Yield": 236.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 58.0, + "Yield": 248.1, + "Adj Yield": 240.39 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.0, + "Yield": 239.3, + "Adj Yield": 234.71 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 58.0, + "Yield": 232.9, + "Adj Yield": 231.31 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.0, + "Yield": 253.3, + "Adj Yield": 254.83 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.0, + "Yield": 235.6, + "Adj Yield": 240.16 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 58.0, + "Yield": 239.6, + "Adj Yield": 247.29 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 58.0, + "Yield": 215.4, + "Adj Yield": 215.4 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147644" + ], + "fetched_at": "2026-05-27T02:24:00.824283+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147644.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147644.md new file mode 100644 index 00000000..dc90a7f8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147644.md @@ -0,0 +1,38 @@ +# Corn yield trial — Garden City, MO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Cass +- **City:** Garden City +- **Year:** 2025 +- **Plot ID:** 147644 +- **Cooperator:** Neco Seed research farm +- **Plot average:** 236.03 BU/Ac +- **Planted:** 2025-04-11 +- **Harvested:** 2025-09-30 +- **Population:** 29,950 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147644 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | AgriGold | A645-16VT2RIB | VT2RIB | - | 14.1 | 58.0 | 211.9 | 203.52 | +| - | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.4 | 58.0 | 236.9 | 236.9 | +| 3 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.0 | 58.0 | 248.1 | 240.39 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.7 | 58.0 | 239.3 | 234.71 | +| 6 | AgriGold | A645-30VT2RIB | VT2RIB | - | 15.3 | 58.0 | 232.9 | 231.31 | +| 1 | AgriGold | A645-55VT2PRO | VT2Pro | - | 15.4 | 58.0 | 253.3 | 254.83 | +| 4 | AgriGold | A646-17STXRIB | STXRIB | - | 14.9 | 58.0 | 235.6 | 240.16 | +| 2 | AgriGold | A646-30VT2RIB | VT2RIB | - | 14.6 | 58.0 | 239.6 | 247.29 | +| - | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.5 | 58.0 | 215.4 | 215.4 | + +Top 5 by Yield: A645-55VT2PRO (AgriGold) 253.3, A642-18SSPRIB (AgriGold) 248.1, A646-30VT2RIB (AgriGold) 239.6, A644-64VT2RIB (AgriGold) 239.3, A642-05VT2RIBD1 (AgriGold) 236.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147645.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147645.json new file mode 100644 index 00000000..231252ae --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147645.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147645", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Arrowsmith", + "county": "McLean", + "year": 2025, + "plot_id": "147645", + "cooperator": "BCS, LLC", + "plot_average": 237.22, + "planted_date": "2025-05-05", + "harvested_date": "2025-10-25", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 231.4, + "Adj Yield": 231.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": null, + "Yield": 219.8, + "Adj Yield": 219.8 + } + }, + { + "rank": 5, + "brand": "Stine", + "product": "9753-20RR", + "traits": "RR", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 237.0, + "Adj Yield": 237.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": null, + "Yield": 250.3, + "Adj Yield": 250.3 + } + }, + { + "rank": 6, + "brand": "Stine", + "product": "9754-20", + "traits": "DGVT2PRO", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": null, + "Yield": 236.6, + "Adj Yield": 236.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": null, + "Yield": 227.0, + "Adj Yield": 227.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": null, + "Yield": 249.9, + "Adj Yield": 249.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": null, + "Yield": 238.2, + "Adj Yield": 238.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 231.4, + "Adj Yield": 231.4 + } + }, + { + "rank": 9, + "brand": "Stine", + "product": "9755-20VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": null, + "Yield": 228.7, + "Adj Yield": 228.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": null, + "Yield": 259.1, + "Adj Yield": 259.1 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147645" + ], + "fetched_at": "2026-05-27T02:24:01.300012+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147645.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147645.md new file mode 100644 index 00000000..8c82afa9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147645.md @@ -0,0 +1,41 @@ +# Corn yield trial — Arrowsmith, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** McLean +- **City:** Arrowsmith +- **Year:** 2025 +- **Plot ID:** 147645 +- **Cooperator:** BCS, LLC +- **Plot average:** 237.22 BU/Ac +- **Planted:** 2025-05-05 +- **Harvested:** 2025-10-25 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147645 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | AgriGold | A645-71STXRIB | STXRIB | - | 16.2 | - | 231.4 | 231.4 | +| 11 | AgriGold | A645-30VT2RIB | VT2RIB | - | 14.6 | - | 219.8 | 219.8 | +| 5 | Stine | 9753-20RR | RR | - | 15.9 | - | 237.0 | 237.0 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 14.9 | - | 250.3 | 250.3 | +| 6 | Stine | 9754-20 | DGVT2PRO | - | 15.4 | - | 236.6 | 236.6 | +| 10 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.8 | - | 227.0 | 227.0 | +| 3 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.5 | - | 249.9 | 249.9 | +| 4 | AgriGold | A642-18SSPRIB | SSPRIB | - | 14.8 | - | 238.2 | 238.2 | +| 7 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 15.2 | - | 231.4 | 231.4 | +| 9 | Stine | 9755-20VT2PRO | VT2Pro | - | 14.8 | - | 228.7 | 228.7 | +| 1 | AgriGold | A638-91VT2PRO | VT2Pro | - | 14.7 | - | 259.1 | 259.1 | + +Top 5 by Yield: A638-91VT2PRO (AgriGold) 259.1, A644-64VT2RIB (AgriGold) 250.3, A642-32VT2RIB (AgriGold) 249.9, A642-18SSPRIB (AgriGold) 238.2, 9753-20RR (Stine) 237.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147651.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147651.json new file mode 100644 index 00000000..6fdcc6f9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147651.json @@ -0,0 +1,114 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147651", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "VA", + "state_abbrev": "va", + "city": "Hamilton", + "county": "Loudoun", + "year": 2025, + "plot_id": "147651", + "cooperator": "Muncaster & Payne Payne", + "plot_average": 217.12, + "planted_date": "2025-05-12", + "harvested_date": "2025-10-27", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 5, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 56.0, + "Yield": 208.9, + "Adj Yield": 208.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 56.0, + "Yield": 200.6, + "Adj Yield": 200.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 56.0, + "Yield": 233.9, + "Adj Yield": 233.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 56.0, + "Yield": 218.5, + "Adj Yield": 218.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 56.0, + "Yield": 224.4, + "Adj Yield": 224.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 56.0, + "Yield": 216.4, + "Adj Yield": 216.4 + } + } + ], + "n_results": 6, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147651" + ], + "fetched_at": "2026-05-27T02:24:01.841586+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147651.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147651.md new file mode 100644 index 00000000..ddf907c7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147651.md @@ -0,0 +1,36 @@ +# Corn yield trial — Hamilton, VA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** VA +- **County:** Loudoun +- **City:** Hamilton +- **Year:** 2025 +- **Plot ID:** 147651 +- **Cooperator:** Muncaster & Payne Payne +- **Plot average:** 217.12 BU/Ac +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-27 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147651 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | AgriGold | A640-16-3110 | 3110 | - | 15.6 | 56.0 | 208.9 | 208.9 | +| 6 | AgriGold | A641-26V | 3220EZ | - | 16.5 | 56.0 | 200.6 | 200.6 | +| 1 | AgriGold | A642-18SSPRIB | SSPRIB | - | 16.2 | 56.0 | 233.9 | 233.9 | +| 3 | AgriGold | A642-32VT2RIB | VT2RIB | - | 16.7 | 56.0 | 218.5 | 218.5 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.6 | 56.0 | 224.4 | 224.4 | +| 4 | AgriGold | A645-30VT2RIB | VT2RIB | - | 17.4 | 56.0 | 216.4 | 216.4 | + +Top 5 by Yield: A642-18SSPRIB (AgriGold) 233.9, A644-64VT2RIB (AgriGold) 224.4, A642-32VT2RIB (AgriGold) 218.5, A645-30VT2RIB (AgriGold) 216.4, A640-16-3110 (AgriGold) 208.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147657.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147657.json new file mode 100644 index 00000000..6b2f929c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147657.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147657", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Cedar Hill", + "county": "Jefferson", + "year": 2025, + "plot_id": "147657", + "cooperator": "Jeff Bonacker", + "plot_average": 177.53, + "planted_date": "2025-05-22", + "harvested_date": "2025-11-03", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 60.1, + "Yield": 176.6, + "Adj Yield": 176.6 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 59.8, + "Yield": 156.7, + "Adj Yield": 156.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 61.4, + "Yield": 194.6, + "Adj Yield": 194.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 62.8, + "Yield": 166.6, + "Adj Yield": 166.6 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 60.4, + "Yield": 170.9, + "Adj Yield": 170.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.0, + "Yield": 180.0, + "Adj Yield": 180.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 58.8, + "Yield": 174.8, + "Adj Yield": 174.8 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 59.6, + "Yield": 172.1, + "Adj Yield": 172.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 59.7, + "Yield": 185.8, + "Adj Yield": 185.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 62.0, + "Yield": 195.6, + "Adj Yield": 195.6 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A646-17TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 60.4, + "Yield": 164.4, + "Adj Yield": 164.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A647-79VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 61.1, + "Yield": 192.3, + "Adj Yield": 192.3 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147657" + ], + "fetched_at": "2026-05-27T02:24:02.320288+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147657.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147657.md new file mode 100644 index 00000000..7b8470c3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147657.md @@ -0,0 +1,42 @@ +# Corn yield trial — Cedar Hill, MO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MO +- **County:** Jefferson +- **City:** Cedar Hill +- **Year:** 2025 +- **Plot ID:** 147657 +- **Cooperator:** Jeff Bonacker +- **Plot average:** 177.53 BU/Ac +- **Planted:** 2025-05-22 +- **Harvested:** 2025-11-03 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147657 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | AgriGold | A638-91VT2PRO | VT2Pro | - | 14.2 | 60.1 | 176.6 | 176.6 | +| 12 | AgriGold | A639-03VT2RIB | VT2RIB | - | 14.0 | 59.8 | 156.7 | 156.7 | +| 2 | AgriGold | A642-18SSPRIB | SSPRIB | - | 14.1 | 61.4 | 194.6 | 194.6 | +| 10 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.1 | 62.8 | 166.6 | 166.6 | +| 9 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.8 | 60.4 | 170.9 | 170.9 | +| 5 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.2 | 60.0 | 180.0 | 180.0 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.1 | 58.8 | 174.8 | 174.8 | +| 8 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.4 | 59.6 | 172.1 | 172.1 | +| 4 | AgriGold | A645-30VT2RIB | VT2RIB | - | 16.3 | 59.7 | 185.8 | 185.8 | +| 1 | AgriGold | A645-55VT2PRO | VT2Pro | - | 15.9 | 62.0 | 195.6 | 195.6 | +| 11 | AgriGold | A646-17TRC | Trecepta | - | 15.9 | 60.4 | 164.4 | 164.4 | +| 3 | AgriGold | A647-79VT2PRO | VT2Pro | - | 15.7 | 61.1 | 192.3 | 192.3 | + +Top 5 by Yield: A645-55VT2PRO (AgriGold) 195.6, A642-18SSPRIB (AgriGold) 194.6, A647-79VT2PRO (AgriGold) 192.3, A645-30VT2RIB (AgriGold) 185.8, A643-52VT2RIB (AgriGold) 180.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147659.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147659.json new file mode 100644 index 00000000..3a6fb6e2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147659.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147659", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Manteno", + "county": "Kankakee", + "year": 2025, + "plot_id": "147659", + "cooperator": "Synergy Seeds", + "plot_average": 247.74, + "planted_date": "2025-04-30", + "harvested_date": "2025-10-29", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 17, + "brand": "Pioneer", + "product": "P0529Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": null, + "Yield": 226.7, + "Adj Yield": 226.7 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": null, + "Yield": 241.1, + "Adj Yield": 241.1 + } + }, + { + "rank": 10, + "brand": "ProHarvest", + "product": "79P54SSPRORIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 249.1, + "Adj Yield": 249.1 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": null, + "Yield": 235.5, + "Adj Yield": 235.5 + } + }, + { + "rank": 7, + "brand": "Nu Tech", + "product": "71A7V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 255.2, + "Adj Yield": 255.2 + } + }, + { + "rank": 18, + "brand": "ProHarvest", + "product": "81P20PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 220.0, + "Adj Yield": 220.0 + } + }, + { + "rank": 3, + "brand": "ProHarvest", + "product": "84P41PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 266.0, + "Adj Yield": 266.0 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P0529Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 255.2, + "Adj Yield": 255.2 + } + }, + { + "rank": 15, + "brand": "Nu Tech", + "product": "72C1PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 234.1, + "Adj Yield": 234.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 259.0, + "Adj Yield": 259.0 + } + }, + { + "rank": 11, + "brand": "Merschman", + "product": "M-2512C-30", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 244.3, + "Adj Yield": 244.3 + } + }, + { + "rank": 6, + "brand": "Nu Tech", + "product": "73J1V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 256.9, + "Adj Yield": 256.9 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 267.6, + "Adj Yield": 267.6 + } + }, + { + "rank": 16, + "brand": "Pioneer", + "product": "P0529Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 229.7, + "Adj Yield": 229.7 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 264.2, + "Adj Yield": 264.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 266.4, + "Adj Yield": 266.4 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 251.1, + "Adj Yield": 251.1 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P0529Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 237.3, + "Adj Yield": 237.3 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147659" + ], + "fetched_at": "2026-05-27T02:24:02.840398+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147659.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147659.md new file mode 100644 index 00000000..ac1fe377 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147659.md @@ -0,0 +1,48 @@ +# Corn yield trial — Manteno, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Kankakee +- **City:** Manteno +- **Year:** 2025 +- **Plot ID:** 147659 +- **Cooperator:** Synergy Seeds +- **Plot average:** 247.74 BU/Ac +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-29 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147659 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 17 | Pioneer | P0529Q | QROME | - | 14.7 | - | 226.7 | 226.7 | +| 12 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 15.0 | - | 241.1 | 241.1 | +| 10 | ProHarvest | 79P54SSPRORIB | SSPRIB | - | 15.6 | - | 249.1 | 249.1 | +| 14 | Dekalb | DKC110-10RIB | STXRIB | - | 16.0 | - | 235.5 | 235.5 | +| 7 | Nu Tech | 71A7V | Vorceed | - | 15.9 | - | 255.2 | 255.2 | +| 18 | ProHarvest | 81P20PCE | PCE | - | 16.1 | - | 220.0 | 220.0 | +| 3 | ProHarvest | 84P41PCE | PCE | - | 18.1 | - | 266.0 | 266.0 | +| 7 | Pioneer | P0529Q | QROME | - | 16.8 | - | 255.2 | 255.2 | +| 15 | Nu Tech | 72C1PCE | PCE | - | 16.5 | - | 234.1 | 234.1 | +| 5 | AgriGold | A642-32VT2RIB | VT2RIB | - | 16.9 | - | 259.0 | 259.0 | +| 11 | Merschman | M-2512C-30 | PCE | - | 17.7 | - | 244.3 | 244.3 | +| 6 | Nu Tech | 73J1V | Vorceed | - | 18.0 | - | 256.9 | 256.9 | +| 1 | Dekalb | DKC64-22RIB | VT2RIB | - | 17.2 | - | 267.6 | 267.6 | +| 16 | Pioneer | P0529Q | QROME | - | 16.6 | - | 229.7 | 229.7 | +| 4 | Dekalb | DKC114-42RIB | SSPRIB | - | 17.4 | - | 264.2 | 264.2 | +| 2 | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.8 | - | 266.4 | 266.4 | +| 9 | Dekalb | DKC114-99RIB | VT4RIB | - | 16.8 | - | 251.1 | 251.1 | +| 13 | Pioneer | P0529Q | QROME | - | 16.8 | - | 237.3 | 237.3 | + +Top 5 by Yield: DKC64-22RIB (Dekalb) 267.6, A644-64VT2RIB (AgriGold) 266.4, 84P41PCE (ProHarvest) 266.0, DKC114-42RIB (Dekalb) 264.2, A642-32VT2RIB (AgriGold) 259.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147661.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147661.json new file mode 100644 index 00000000..e4caac84 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147661.json @@ -0,0 +1,75 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147661", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Worthington", + "county": "Greene", + "year": 2025, + "plot_id": "147661", + "cooperator": "Wally Flynn", + "plot_average": 233.13, + "planted_date": "2025-05-15", + "harvested_date": "2025-11-03", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 61.4, + "Yield": 236.4, + "Adj Yield": 236.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 61.2, + "Yield": 239.8, + "Adj Yield": 239.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 60.9, + "Yield": 223.2, + "Adj Yield": 223.2 + } + } + ], + "n_results": 3, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147661" + ], + "fetched_at": "2026-05-27T02:24:03.302425+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147661.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147661.md new file mode 100644 index 00000000..f65706ae --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147661.md @@ -0,0 +1,32 @@ +# Corn yield trial — Worthington, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Greene +- **City:** Worthington +- **Year:** 2025 +- **Plot ID:** 147661 +- **Cooperator:** Wally Flynn +- **Plot average:** 233.13 BU/Ac +- **Planted:** 2025-05-15 +- **Harvested:** 2025-11-03 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147661 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.4 | 61.4 | 236.4 | 236.4 | +| 1 | AgriGold | A646-30VT2RIB | VT2RIB | - | 15.6 | 61.2 | 239.8 | 239.8 | +| 3 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.0 | 60.9 | 223.2 | 223.2 | + +Top 5 by Yield: A646-30VT2RIB (AgriGold) 239.8, A643-52VT2RIB (AgriGold) 236.4, A644-64VT2RIB (AgriGold) 223.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147668.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147668.json new file mode 100644 index 00000000..f5f93049 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147668.json @@ -0,0 +1,127 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147668", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Shelbyville", + "county": "Shelby", + "year": 2025, + "plot_id": "147668", + "cooperator": "Keith Meltzer", + "plot_average": 169.76, + "planted_date": "2025-06-02", + "harvested_date": "2025-10-23", + "population_seeds_per_acre": 30000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A640-01WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 57.0, + "Yield": 170.3, + "Adj Yield": 170.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A637-21WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 57.0, + "Yield": 151.3, + "Adj Yield": 159.12 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "L5917WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 56.0, + "Yield": 156.6, + "Adj Yield": 160.52 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-99WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 58.0, + "Yield": 172.9, + "Adj Yield": 172.94 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A643-01WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 58.0, + "Yield": 174.3, + "Adj Yield": 170.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A640-01WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 56.0, + "Yield": 193.6, + "Adj Yield": 185.84 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A640-01WX", + "traits": "WX", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 56.0, + "Yield": 193.6, + "Adj Yield": 193.6 + } + } + ], + "n_results": 7, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147668" + ], + "fetched_at": "2026-05-27T02:24:03.818355+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147668.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147668.md new file mode 100644 index 00000000..260df070 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147668.md @@ -0,0 +1,36 @@ +# Corn yield trial — Shelbyville, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Shelby +- **City:** Shelbyville +- **Year:** 2025 +- **Plot ID:** 147668 +- **Cooperator:** Keith Meltzer +- **Plot average:** 169.76 BU/Ac +- **Planted:** 2025-06-02 +- **Harvested:** 2025-10-23 +- **Population:** 30,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147668 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A640-01WX | WX | - | 16.0 | 57.0 | 170.3 | 170.3 | +| 5 | AgriGold | A637-21WX | WX | - | 14.8 | 57.0 | 151.3 | 159.12 | +| 4 | AgriGold | L5917WX | WX | - | 14.9 | 56.0 | 156.6 | 160.52 | +| 2 | AgriGold | A642-99WX | WX | - | 16.9 | 58.0 | 172.9 | 172.94 | +| 3 | AgriGold | A643-01WX | WX | - | 18.5 | 58.0 | 174.3 | 170.4 | +| 1 | AgriGold | A640-01WX | WX | - | 13.7 | 56.0 | 193.6 | 185.84 | +| - | AgriGold | A640-01WX | WX | - | 13.7 | 56.0 | 193.6 | 193.6 | + +Top 5 by Yield: A640-01WX (AgriGold) 193.6, A640-01WX (AgriGold) 193.6, A643-01WX (AgriGold) 174.3, A642-99WX (AgriGold) 172.9, A640-01WX (AgriGold) 170.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147671.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147671.json new file mode 100644 index 00000000..ec4eaef9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147671.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147671", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Ashton", + "county": "Lee", + "year": 2025, + "plot_id": "147671", + "cooperator": "Ag View FS, Inc.", + "plot_average": 278.06, + "planted_date": "2025-04-30", + "harvested_date": "2025-10-27", + "population_seeds_per_acre": 35400, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "Brevant Seeds", + "product": "B12J58V", + "traits": "VNRR", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 307.0, + "Adj Yield": 307.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 297.1, + "Adj Yield": 297.1 + } + }, + { + "rank": 3, + "brand": "FS Seeds", + "product": "FS6432PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 294.4, + "Adj Yield": 294.4 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": null, + "Yield": 289.4, + "Adj Yield": 289.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 286.3, + "Adj Yield": 286.3 + } + }, + { + "rank": 6, + "brand": "FS Seeds", + "product": "FS6042FRIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": null, + "Yield": 283.9, + "Adj Yield": 283.9 + } + }, + { + "rank": 7, + "brand": "FS Seeds", + "product": "FS5845PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 283.7, + "Adj Yield": 283.7 + } + }, + { + "rank": 8, + "brand": "Brevant Seeds", + "product": "B14C59V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 283.2, + "Adj Yield": 283.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 282.3, + "Adj Yield": 282.3 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 282.0, + "Adj Yield": 282.0 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": null, + "Yield": 281.6, + "Adj Yield": 281.6 + } + }, + { + "rank": 12, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 279.7, + "Adj Yield": 279.7 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 279.5, + "Adj Yield": 279.5 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": null, + "Yield": 279.4, + "Adj Yield": 279.4 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": null, + "Yield": 279.4, + "Adj Yield": 279.4 + } + }, + { + "rank": 16, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": null, + "Yield": 279.3, + "Adj Yield": 279.3 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 278.6, + "Adj Yield": 278.6 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": null, + "Yield": 275.5, + "Adj Yield": 275.5 + } + }, + { + "rank": 19, + "brand": "FS Seeds", + "product": "FS5552F", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 275.1, + "Adj Yield": 275.1 + } + }, + { + "rank": 20, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": null, + "Yield": 274.6, + "Adj Yield": 274.6 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": null, + "Yield": 273.8, + "Adj Yield": 273.8 + } + }, + { + "rank": 22, + "brand": "Brevant Seeds", + "product": "B04J45V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 272.7, + "Adj Yield": 272.7 + } + }, + { + "rank": 23, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 270.7, + "Adj Yield": 270.7 + } + }, + { + "rank": 24, + "brand": "FS Seeds", + "product": "FS6545VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 269.8, + "Adj Yield": 269.8 + } + }, + { + "rank": 24, + "brand": "FS Seeds", + "product": "FS6447T", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": null, + "Yield": 269.8, + "Adj Yield": 269.8 + } + }, + { + "rank": 26, + "brand": "NK Brand", + "product": "NK1188-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 267.1, + "Adj Yield": 267.1 + } + }, + { + "rank": 26, + "brand": "FS Seeds", + "product": "FS6245VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": null, + "Yield": 267.1, + "Adj Yield": 267.1 + } + }, + { + "rank": 28, + "brand": "NK Brand", + "product": "NK1732-DVZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": null, + "Yield": 262.8, + "Adj Yield": 262.8 + } + }, + { + "rank": 29, + "brand": "NK Brand", + "product": "NK0880-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": null, + "Yield": 259.1, + "Adj Yield": 259.1 + } + }, + { + "rank": 30, + "brand": "NK Brand", + "product": "NK1480-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 257.0, + "Adj Yield": 257.0 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147671" + ], + "fetched_at": "2026-05-27T02:24:04.359961+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147671.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147671.md new file mode 100644 index 00000000..78e33b7a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147671.md @@ -0,0 +1,60 @@ +# Corn yield trial — Ashton, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Lee +- **City:** Ashton +- **Year:** 2025 +- **Plot ID:** 147671 +- **Cooperator:** Ag View FS, Inc. +- **Plot average:** 278.06 BU/Ac +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-27 +- **Population:** 35,400 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147671 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | Brevant Seeds | B12J58V | VNRR | - | 18.8 | - | 307.0 | 307.0 | +| 2 | AgriGold | A640-94VT4PRO | VT4Pro | - | 19.2 | - | 297.1 | 297.1 | +| 3 | FS Seeds | FS6432PRIB | SSPRIB | - | 18.0 | - | 294.4 | 294.4 | +| 4 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 20.5 | - | 289.4 | 289.4 | +| 5 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 19.2 | - | 286.3 | 286.3 | +| 6 | FS Seeds | FS6042FRIB | VT4Pro | - | 18.9 | - | 283.9 | 283.9 | +| 7 | FS Seeds | FS5845PRIB | SSPRIB | - | 17.3 | - | 283.7 | 283.7 | +| 8 | Brevant Seeds | B14C59V | Vorceed | - | 19.2 | - | 283.2 | 283.2 | +| 9 | AgriGold | A642-18SSPRIB | SSPRIB | - | 18.8 | - | 282.3 | 282.3 | +| 10 | Dekalb | DKC114-99RIB | VT4RIB | - | 19.2 | - | 282.0 | 282.0 | +| 11 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 19.4 | - | 281.6 | 281.6 | +| 12 | Brevant Seeds | B08R32V | Vorceed | - | 17.7 | - | 279.7 | 279.7 | +| 13 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 18.2 | - | 279.5 | 279.5 | +| 14 | Dekalb | DKC112-35RIB | SSPRIB | - | 18.7 | - | 279.4 | 279.4 | +| 14 | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.3 | - | 279.4 | 279.4 | +| 16 | NK Brand | NK1228-AA | 3220 | - | 20.3 | - | 279.3 | 279.3 | +| 17 | Dekalb | DKC110-10RIB | STXRIB | - | 18.1 | - | 278.6 | 278.6 | +| 18 | AgriGold | A645-71STXRIB | STXRIB | - | 19.8 | - | 275.5 | 275.5 | +| 19 | FS Seeds | FS5552F | VT4RIB | - | 17.4 | - | 275.1 | 275.1 | +| 20 | NK Brand | NK1307-DV | 5222 | - | 18.9 | - | 274.6 | 274.6 | +| 21 | AgriGold | A642-32VT2RIB | VT2RIB | - | 19.5 | - | 273.8 | 273.8 | +| 22 | Brevant Seeds | B04J45V | Vorceed | - | 16.9 | - | 272.7 | 272.7 | +| 23 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 17.3 | - | 270.7 | 270.7 | +| 24 | FS Seeds | FS6545VRIB | VT2RIB | - | 19.2 | - | 269.8 | 269.8 | +| 24 | FS Seeds | FS6447T | Trecepta | - | 19.4 | - | 269.8 | 269.8 | +| 26 | NK Brand | NK1188-D | 5122EZ | - | 19.1 | - | 267.1 | 267.1 | +| 26 | FS Seeds | FS6245VRIB | VT2RIB | - | 19.3 | - | 267.1 | 267.1 | +| 28 | NK Brand | NK1732-DVZ | 5222EZ | - | 20.8 | - | 262.8 | 262.8 | +| 29 | NK Brand | NK0880-V | 3220EZ | - | 18.9 | - | 259.1 | 259.1 | +| 30 | NK Brand | NK1480-DV | 5222EZ | - | 20.0 | - | 257.0 | 257.0 | + +Top 5 by Yield: B12J58V (Brevant Seeds) 307.0, A640-94VT4PRO (AgriGold) 297.1, FS6432PRIB (FS Seeds) 294.4, DKC66-06RIB (Dekalb) 289.4, A642-05VT2RIBD1 (AgriGold) 286.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147672.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147672.json new file mode 100644 index 00000000..0582fe3d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147672.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147672", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Lanark", + "county": "Carroll", + "year": 2025, + "plot_id": "147672", + "cooperator": "Ag View FS, Inc.", + "plot_average": 253.59, + "planted_date": "2025-05-06", + "harvested_date": "2025-11-02", + "population_seeds_per_acre": 35400, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 282.6, + "Adj Yield": 282.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 278.5, + "Adj Yield": 278.5 + } + }, + { + "rank": 3, + "brand": "Brevant Seeds", + "product": "B14C59V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 275.4, + "Adj Yield": 275.4 + } + }, + { + "rank": 4, + "brand": "Brevant Seeds", + "product": "B12J58V", + "traits": "VNRR", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 272.0, + "Adj Yield": 272.0 + } + }, + { + "rank": 5, + "brand": "NK Brand", + "product": "NK1732-DVZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 271.3, + "Adj Yield": 271.3 + } + }, + { + "rank": 6, + "brand": "FS Seeds", + "product": "FS6447T", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 269.0, + "Adj Yield": 269.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 264.7, + "Adj Yield": 264.7 + } + }, + { + "rank": 7, + "brand": "NK Brand", + "product": "NK1480-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 264.7, + "Adj Yield": 264.7 + } + }, + { + "rank": 9, + "brand": "Brevant Seeds", + "product": "B04J45V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 262.8, + "Adj Yield": 262.8 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 261.6, + "Adj Yield": 261.6 + } + }, + { + "rank": 11, + "brand": "FS Seeds", + "product": "FS6432PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 260.0, + "Adj Yield": 260.0 + } + }, + { + "rank": 11, + "brand": "FS Seeds", + "product": "FS6042FRIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 260.0, + "Adj Yield": 260.0 + } + }, + { + "rank": 13, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 258.9, + "Adj Yield": 258.9 + } + }, + { + "rank": 14, + "brand": "FS Seeds", + "product": "FS5552F", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 258.5, + "Adj Yield": 258.5 + } + }, + { + "rank": 15, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 257.8, + "Adj Yield": 257.8 + } + }, + { + "rank": 16, + "brand": "FS Seeds", + "product": "FS6545VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 257.2, + "Adj Yield": 257.2 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 252.8, + "Adj Yield": 252.8 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 251.1, + "Adj Yield": 251.1 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 247.2, + "Adj Yield": 247.2 + } + }, + { + "rank": 20, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 244.3, + "Adj Yield": 244.3 + } + }, + { + "rank": 21, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 243.5, + "Adj Yield": 243.5 + } + }, + { + "rank": 22, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 240.5, + "Adj Yield": 240.5 + } + }, + { + "rank": 23, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": null, + "Yield": 237.0, + "Adj Yield": 237.0 + } + }, + { + "rank": 24, + "brand": "FS Seeds", + "product": "FS5845PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 236.8, + "Adj Yield": 236.8 + } + }, + { + "rank": 25, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 236.7, + "Adj Yield": 236.7 + } + }, + { + "rank": 26, + "brand": "NK Brand", + "product": "NK1188-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 235.0, + "Adj Yield": 235.0 + } + }, + { + "rank": 27, + "brand": "FS Seeds", + "product": "FS6245VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 234.0, + "Adj Yield": 234.0 + } + }, + { + "rank": 28, + "brand": "NK Brand", + "product": "NK0880-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 232.9, + "Adj Yield": 232.9 + } + }, + { + "rank": 29, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 231.2, + "Adj Yield": 231.2 + } + }, + { + "rank": 30, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 229.8, + "Adj Yield": 229.8 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147672" + ], + "fetched_at": "2026-05-27T02:24:04.845644+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147672.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147672.md new file mode 100644 index 00000000..b741128f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147672.md @@ -0,0 +1,60 @@ +# Corn yield trial — Lanark, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Carroll +- **City:** Lanark +- **Year:** 2025 +- **Plot ID:** 147672 +- **Cooperator:** Ag View FS, Inc. +- **Plot average:** 253.59 BU/Ac +- **Planted:** 2025-05-06 +- **Harvested:** 2025-11-02 +- **Population:** 35,400 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147672 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 17.7 | - | 282.6 | 282.6 | +| 2 | AgriGold | A642-32VT2RIB | VT2RIB | - | 18.2 | - | 278.5 | 278.5 | +| 3 | Brevant Seeds | B14C59V | Vorceed | - | 17.7 | - | 275.4 | 275.4 | +| 4 | Brevant Seeds | B12J58V | VNRR | - | 18.1 | - | 272.0 | 272.0 | +| 5 | NK Brand | NK1732-DVZ | 5222EZ | - | 19.1 | - | 271.3 | 271.3 | +| 6 | FS Seeds | FS6447T | Trecepta | - | 18.1 | - | 269.0 | 269.0 | +| 7 | AgriGold | A640-94VT4PRO | VT4Pro | - | 17.8 | - | 264.7 | 264.7 | +| 7 | NK Brand | NK1480-DV | 5222EZ | - | 17.9 | - | 264.7 | 264.7 | +| 9 | Brevant Seeds | B04J45V | Vorceed | - | 17.6 | - | 262.8 | 262.8 | +| 10 | AgriGold | A642-18SSPRIB | SSPRIB | - | 18.5 | - | 261.6 | 261.6 | +| 11 | FS Seeds | FS6432PRIB | SSPRIB | - | 17.6 | - | 260.0 | 260.0 | +| 11 | FS Seeds | FS6042FRIB | VT4Pro | - | 18.2 | - | 260.0 | 260.0 | +| 13 | NK Brand | NK1228-AA | 3220 | - | 17.5 | - | 258.9 | 258.9 | +| 14 | FS Seeds | FS5552F | VT4RIB | - | 16.9 | - | 258.5 | 258.5 | +| 15 | Brevant Seeds | B08R32V | Vorceed | - | 18.5 | - | 257.8 | 257.8 | +| 16 | FS Seeds | FS6545VRIB | VT2RIB | - | 17.7 | - | 257.2 | 257.2 | +| 17 | Dekalb | DKC112-35RIB | SSPRIB | - | 17.8 | - | 252.8 | 252.8 | +| 18 | Dekalb | DKC110-10RIB | STXRIB | - | 17.4 | - | 251.1 | 251.1 | +| 19 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.0 | - | 247.2 | 247.2 | +| 20 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 18.2 | - | 244.3 | 244.3 | +| 21 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 18.0 | - | 243.5 | 243.5 | +| 22 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 17.8 | - | 240.5 | 240.5 | +| 23 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 17.3 | - | 237.0 | 237.0 | +| 24 | FS Seeds | FS5845PRIB | SSPRIB | - | 17.5 | - | 236.8 | 236.8 | +| 25 | Dekalb | DKC114-99RIB | VT4RIB | - | 18.2 | - | 236.7 | 236.7 | +| 26 | NK Brand | NK1188-D | 5122EZ | - | 18.4 | - | 235.0 | 235.0 | +| 27 | FS Seeds | FS6245VRIB | VT2RIB | - | 18.1 | - | 234.0 | 234.0 | +| 28 | NK Brand | NK0880-V | 3220EZ | - | 17.5 | - | 232.9 | 232.9 | +| 29 | NK Brand | NK1307-DV | 5222 | - | 18.6 | - | 231.2 | 231.2 | +| 30 | AgriGold | A645-71STXRIB | STXRIB | - | 19.1 | - | 229.8 | 229.8 | + +Top 5 by Yield: A642-05VT2RIBD1 (AgriGold) 282.6, A642-32VT2RIB (AgriGold) 278.5, B14C59V (Brevant Seeds) 275.4, B12J58V (Brevant Seeds) 272.0, NK1732-DVZ (NK Brand) 271.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147673.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147673.json new file mode 100644 index 00000000..e14d5b26 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147673.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147673", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Walton", + "county": "Lee", + "year": 2025, + "plot_id": "147673", + "cooperator": "Ag View FS, Inc.", + "plot_average": 263.77, + "planted_date": "2025-05-05", + "harvested_date": "2025-10-26", + "population_seeds_per_acre": 35400, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "Brevant Seeds", + "product": "B04J45V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 287.5, + "Adj Yield": 287.5 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 282.5, + "Adj Yield": 282.5 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 282.1, + "Adj Yield": 282.1 + } + }, + { + "rank": 4, + "brand": "Brevant Seeds", + "product": "B12J58V", + "traits": "VNRR", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 278.3, + "Adj Yield": 278.3 + } + }, + { + "rank": 5, + "brand": "FS Seeds", + "product": "FS6245VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 273.1, + "Adj Yield": 273.1 + } + }, + { + "rank": 6, + "brand": "FS Seeds", + "product": "FS6447T", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 272.4, + "Adj Yield": 272.4 + } + }, + { + "rank": 7, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 271.6, + "Adj Yield": 271.6 + } + }, + { + "rank": 8, + "brand": "NK Brand", + "product": "NK1480-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": null, + "Yield": 271.5, + "Adj Yield": 271.5 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": null, + "Yield": 270.8, + "Adj Yield": 270.8 + } + }, + { + "rank": 10, + "brand": "FS Seeds", + "product": "FS5845PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": null, + "Yield": 270.7, + "Adj Yield": 270.7 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 270.2, + "Adj Yield": 270.2 + } + }, + { + "rank": 12, + "brand": "NK Brand", + "product": "NK1188-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": null, + "Yield": 270.0, + "Adj Yield": 270.0 + } + }, + { + "rank": 13, + "brand": "Brevant Seeds", + "product": "B14C59V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 267.4, + "Adj Yield": 267.4 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 265.4, + "Adj Yield": 265.4 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 265.1, + "Adj Yield": 265.1 + } + }, + { + "rank": 16, + "brand": "NK Brand", + "product": "NK1732-DVZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 263.4, + "Adj Yield": 263.4 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 263.3, + "Adj Yield": 263.3 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 262.9, + "Adj Yield": 262.9 + } + }, + { + "rank": 19, + "brand": "FS Seeds", + "product": "FS6432PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 262.2, + "Adj Yield": 262.2 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 261.5, + "Adj Yield": 261.5 + } + }, + { + "rank": 21, + "brand": "FS Seeds", + "product": "FS5552F", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": null, + "Yield": 258.3, + "Adj Yield": 258.3 + } + }, + { + "rank": 22, + "brand": "FS Seeds", + "product": "FS6042FRIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 256.6, + "Adj Yield": 256.6 + } + }, + { + "rank": 23, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": null, + "Yield": 255.4, + "Adj Yield": 255.4 + } + }, + { + "rank": 24, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 254.4, + "Adj Yield": 254.4 + } + }, + { + "rank": 25, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 252.2, + "Adj Yield": 252.2 + } + }, + { + "rank": 26, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 249.8, + "Adj Yield": 249.8 + } + }, + { + "rank": 27, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 249.7, + "Adj Yield": 249.7 + } + }, + { + "rank": 28, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 249.4, + "Adj Yield": 249.4 + } + }, + { + "rank": 29, + "brand": "FS Seeds", + "product": "FS6545VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 241.5, + "Adj Yield": 241.5 + } + }, + { + "rank": 30, + "brand": "NK Brand", + "product": "NK0880-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": null, + "Yield": 233.8, + "Adj Yield": 233.8 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147673" + ], + "fetched_at": "2026-05-27T02:24:05.344664+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147673.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147673.md new file mode 100644 index 00000000..ef4af19b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147673.md @@ -0,0 +1,60 @@ +# Corn yield trial — Walton, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Lee +- **City:** Walton +- **Year:** 2025 +- **Plot ID:** 147673 +- **Cooperator:** Ag View FS, Inc. +- **Plot average:** 263.77 BU/Ac +- **Planted:** 2025-05-05 +- **Harvested:** 2025-10-26 +- **Population:** 35,400 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147673 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | Brevant Seeds | B04J45V | Vorceed | - | 15.6 | - | 287.5 | 287.5 | +| 2 | Dekalb | DKC114-99RIB | VT4RIB | - | 16.7 | - | 282.5 | 282.5 | +| 3 | Dekalb | DKC112-35RIB | SSPRIB | - | 16.6 | - | 282.1 | 282.1 | +| 4 | Brevant Seeds | B12J58V | VNRR | - | 16.3 | - | 278.3 | 278.3 | +| 5 | FS Seeds | FS6245VRIB | VT2RIB | - | 16.7 | - | 273.1 | 273.1 | +| 6 | FS Seeds | FS6447T | Trecepta | - | 16.9 | - | 272.4 | 272.4 | +| 7 | Brevant Seeds | B08R32V | Vorceed | - | 16.2 | - | 271.6 | 271.6 | +| 8 | NK Brand | NK1480-DV | 5222EZ | - | 16.0 | - | 271.5 | 271.5 | +| 9 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 15.6 | - | 270.8 | 270.8 | +| 10 | FS Seeds | FS5845PRIB | SSPRIB | - | 15.8 | - | 270.7 | 270.7 | +| 11 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 16.3 | - | 270.2 | 270.2 | +| 12 | NK Brand | NK1188-D | 5122EZ | - | 16.8 | - | 270.0 | 270.0 | +| 13 | Brevant Seeds | B14C59V | Vorceed | - | 16.4 | - | 267.4 | 267.4 | +| 14 | AgriGold | A645-71STXRIB | STXRIB | - | 17.0 | - | 265.4 | 265.4 | +| 15 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.5 | - | 265.1 | 265.1 | +| 16 | NK Brand | NK1732-DVZ | 5222EZ | - | 17.4 | - | 263.4 | 263.4 | +| 17 | AgriGold | A642-18SSPRIB | SSPRIB | - | 16.5 | - | 263.3 | 263.3 | +| 18 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 16.9 | - | 262.9 | 262.9 | +| 19 | FS Seeds | FS6432PRIB | SSPRIB | - | 16.1 | - | 262.2 | 262.2 | +| 20 | AgriGold | A640-94VT4PRO | VT4Pro | - | 16.3 | - | 261.5 | 261.5 | +| 21 | FS Seeds | FS5552F | VT4RIB | - | 15.4 | - | 258.3 | 258.3 | +| 22 | FS Seeds | FS6042FRIB | VT4Pro | - | 16.5 | - | 256.6 | 256.6 | +| 23 | Dekalb | DKC110-10RIB | STXRIB | - | 16.4 | - | 255.4 | 255.4 | +| 24 | NK Brand | NK1228-AA | 3220 | - | 16.6 | - | 254.4 | 254.4 | +| 25 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 16.6 | - | 252.2 | 252.2 | +| 26 | NK Brand | NK1307-DV | 5222 | - | 16.6 | - | 249.8 | 249.8 | +| 27 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 16.6 | - | 249.7 | 249.7 | +| 28 | AgriGold | A642-32VT2RIB | VT2RIB | - | 16.7 | - | 249.4 | 249.4 | +| 29 | FS Seeds | FS6545VRIB | VT2RIB | - | 17.0 | - | 241.5 | 241.5 | +| 30 | NK Brand | NK0880-V | 3220EZ | - | 16.6 | - | 233.8 | 233.8 | + +Top 5 by Yield: B04J45V (Brevant Seeds) 287.5, DKC114-99RIB (Dekalb) 282.5, DKC112-35RIB (Dekalb) 282.1, B12J58V (Brevant Seeds) 278.3, FS6245VRIB (FS Seeds) 273.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147674.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147674.json new file mode 100644 index 00000000..bf0bd4ea --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147674.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147674", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Princeton", + "county": "Bureau", + "year": 2025, + "plot_id": "147674", + "cooperator": "Ag View FS, Inc.", + "plot_average": 271.15, + "planted_date": "2025-05-01", + "harvested_date": "2025-11-02", + "population_seeds_per_acre": 35400, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "Brevant Seeds", + "product": "B12J58V", + "traits": "VNRR", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 284.6, + "Adj Yield": 284.6 + } + }, + { + "rank": 2, + "brand": "Brevant Seeds", + "product": "B14C59V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": null, + "Yield": 284.3, + "Adj Yield": 284.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 281.8, + "Adj Yield": 281.8 + } + }, + { + "rank": 4, + "brand": "Brevant Seeds", + "product": "B08R32V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 280.4, + "Adj Yield": 280.4 + } + }, + { + "rank": 5, + "brand": "NK Brand", + "product": "NK1228-AA", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 279.5, + "Adj Yield": 279.5 + } + }, + { + "rank": 6, + "brand": "FS Seeds", + "product": "FS6432PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 279.2, + "Adj Yield": 279.2 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 276.7, + "Adj Yield": 276.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": null, + "Yield": 275.9, + "Adj Yield": 275.9 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 274.3, + "Adj Yield": 274.3 + } + }, + { + "rank": 10, + "brand": "FS Seeds", + "product": "FS6042FRIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": null, + "Yield": 274.1, + "Adj Yield": 274.1 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": null, + "Yield": 273.0, + "Adj Yield": 273.0 + } + }, + { + "rank": 12, + "brand": "Brevant Seeds", + "product": "B04J45V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 272.3, + "Adj Yield": 272.3 + } + }, + { + "rank": 13, + "brand": "FS Seeds", + "product": "FS5552F", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 271.9, + "Adj Yield": 271.9 + } + }, + { + "rank": 14, + "brand": "FS Seeds", + "product": "FS6447T", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": null, + "Yield": 271.8, + "Adj Yield": 271.8 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 271.4, + "Adj Yield": 271.4 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": null, + "Yield": 271.2, + "Adj Yield": 271.2 + } + }, + { + "rank": 16, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": null, + "Yield": 271.2, + "Adj Yield": 271.2 + } + }, + { + "rank": 18, + "brand": "FS Seeds", + "product": "FS5845PRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": null, + "Yield": 270.3, + "Adj Yield": 270.3 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": null, + "Yield": 270.2, + "Adj Yield": 270.2 + } + }, + { + "rank": 20, + "brand": "FS Seeds", + "product": "FS6245VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 268.7, + "Adj Yield": 268.7 + } + }, + { + "rank": 21, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 267.7, + "Adj Yield": 267.7 + } + }, + { + "rank": 22, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 266.3, + "Adj Yield": 266.3 + } + }, + { + "rank": 23, + "brand": "NK Brand", + "product": "NK1188-D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 265.9, + "Adj Yield": 265.9 + } + }, + { + "rank": 24, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 264.9, + "Adj Yield": 264.9 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 264.6, + "Adj Yield": 264.6 + } + }, + { + "rank": 26, + "brand": "NK Brand", + "product": "NK1732-DVZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": null, + "Yield": 264.5, + "Adj Yield": 264.5 + } + }, + { + "rank": 27, + "brand": "NK Brand", + "product": "NK1480-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": null, + "Yield": 263.8, + "Adj Yield": 263.8 + } + }, + { + "rank": 28, + "brand": "FS Seeds", + "product": "FS6545VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 262.0, + "Adj Yield": 262.0 + } + }, + { + "rank": 29, + "brand": "NK Brand", + "product": "NK1307-DV", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 257.2, + "Adj Yield": 257.2 + } + }, + { + "rank": 30, + "brand": "NK Brand", + "product": "NK0880-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": null, + "Yield": 254.9, + "Adj Yield": 254.9 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147674" + ], + "fetched_at": "2026-05-27T02:24:05.850000+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147674.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147674.md new file mode 100644 index 00000000..c03a264d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147674.md @@ -0,0 +1,60 @@ +# Corn yield trial — Princeton, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Bureau +- **City:** Princeton +- **Year:** 2025 +- **Plot ID:** 147674 +- **Cooperator:** Ag View FS, Inc. +- **Plot average:** 271.15 BU/Ac +- **Planted:** 2025-05-01 +- **Harvested:** 2025-11-02 +- **Population:** 35,400 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147674 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | Brevant Seeds | B12J58V | VNRR | - | 19.1 | - | 284.6 | 284.6 | +| 2 | Brevant Seeds | B14C59V | Vorceed | - | 19.9 | - | 284.3 | 284.3 | +| 3 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 19.2 | - | 281.8 | 281.8 | +| 4 | Brevant Seeds | B08R32V | Vorceed | - | 17.9 | - | 280.4 | 280.4 | +| 5 | NK Brand | NK1228-AA | 3220 | - | 20.2 | - | 279.5 | 279.5 | +| 6 | FS Seeds | FS6432PRIB | SSPRIB | - | 18.1 | - | 279.2 | 279.2 | +| 7 | Dekalb | DKC112-35RIB | SSPRIB | - | 19.0 | - | 276.7 | 276.7 | +| 8 | AgriGold | A642-32VT2RIB | VT2RIB | - | 19.4 | - | 275.9 | 275.9 | +| 9 | Dekalb | DKC114-99RIB | VT4RIB | - | 19.0 | - | 274.3 | 274.3 | +| 10 | FS Seeds | FS6042FRIB | VT4Pro | - | 19.5 | - | 274.1 | 274.1 | +| 11 | AgriGold | A640-94VT4PRO | VT4Pro | - | 19.7 | - | 273.0 | 273.0 | +| 12 | Brevant Seeds | B04J45V | Vorceed | - | 16.7 | - | 272.3 | 272.3 | +| 13 | FS Seeds | FS5552F | VT4RIB | - | 16.5 | - | 271.9 | 271.9 | +| 14 | FS Seeds | FS6447T | Trecepta | - | 19.5 | - | 271.8 | 271.8 | +| 15 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 19.2 | - | 271.4 | 271.4 | +| 16 | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.1 | - | 271.2 | 271.2 | +| 16 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 19.5 | - | 271.2 | 271.2 | +| 18 | FS Seeds | FS5845PRIB | SSPRIB | - | 17.2 | - | 270.3 | 270.3 | +| 19 | AgriGold | A642-18SSPRIB | SSPRIB | - | 18.7 | - | 270.2 | 270.2 | +| 20 | FS Seeds | FS6245VRIB | VT2RIB | - | 19.1 | - | 268.7 | 268.7 | +| 21 | Dekalb | DKC110-10RIB | STXRIB | - | 18.1 | - | 267.7 | 267.7 | +| 22 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 18.1 | - | 266.3 | 266.3 | +| 23 | NK Brand | NK1188-D | 5122EZ | - | 20.0 | - | 265.9 | 265.9 | +| 24 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 16.5 | - | 264.9 | 264.9 | +| 25 | AgriGold | A645-71STXRIB | STXRIB | - | 20.0 | - | 264.6 | 264.6 | +| 26 | NK Brand | NK1732-DVZ | 5222EZ | - | 22.2 | - | 264.5 | 264.5 | +| 27 | NK Brand | NK1480-DV | 5222EZ | - | 19.8 | - | 263.8 | 263.8 | +| 28 | FS Seeds | FS6545VRIB | VT2RIB | - | 18.8 | - | 262.0 | 262.0 | +| 29 | NK Brand | NK1307-DV | 5222 | - | 20.2 | - | 257.2 | 257.2 | +| 30 | NK Brand | NK0880-V | 3220EZ | - | 19.3 | - | 254.9 | 254.9 | + +Top 5 by Yield: B12J58V (Brevant Seeds) 284.6, B14C59V (Brevant Seeds) 284.3, A642-05VT2RIBD1 (AgriGold) 281.8, B08R32V (Brevant Seeds) 280.4, NK1228-AA (NK Brand) 279.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147680.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147680.json new file mode 100644 index 00000000..04feaddd --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147680.json @@ -0,0 +1,530 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147680", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MI", + "state_abbrev": "mi", + "city": "Three Oaks", + "county": "Berrien", + "year": 2025, + "plot_id": "147680", + "cooperator": "Mark Seifert", + "plot_average": 183.5, + "planted_date": "2025-05-25", + "harvested_date": "2025-10-26", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 12, + "soil_type": "Muck", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A630-04", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 55.7, + "Yield": 185.4, + "Adj Yield": 185.4 + } + }, + { + "rank": 31, + "brand": "Partners Brand", + "product": "PB 5302", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 60.0, + "Yield": 146.2, + "Adj Yield": 146.2 + } + }, + { + "rank": 32, + "brand": "Partners Brand", + "product": "PB 5756", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 60.6, + "Yield": 116.3, + "Adj Yield": 116.3 + } + }, + { + "rank": 20, + "brand": "Partners Brand", + "product": "PB 6050", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 58.7, + "Yield": 177.3, + "Adj Yield": 177.3 + } + }, + { + "rank": 23, + "brand": "Partners Brand", + "product": "PB6255", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 60.2, + "Yield": 171.1, + "Adj Yield": 171.1 + } + }, + { + "rank": 27, + "brand": "Partners Brand", + "product": "PB 6692", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 57.6, + "Yield": 154.9, + "Adj Yield": 154.9 + } + }, + { + "rank": 10, + "brand": "Brevant Seeds", + "product": "B99A24", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 57.1, + "Yield": 199.4, + "Adj Yield": 199.4 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A630-04", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": 55.6, + "Yield": 170.8, + "Adj Yield": 170.8 + } + }, + { + "rank": 24, + "brand": "Partners Brand", + "product": "PB6962", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 58.9, + "Yield": 170.6, + "Adj Yield": 170.6 + } + }, + { + "rank": 30, + "brand": "Partners Brand", + "product": "PB7184", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 53.8, + "Yield": 146.6, + "Adj Yield": 146.6 + } + }, + { + "rank": 12, + "brand": "Brevant Seeds", + "product": "B05D47", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": 55.0, + "Yield": 195.8, + "Adj Yield": 195.8 + } + }, + { + "rank": 29, + "brand": "AgriGold", + "product": "A623-88", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 58.6, + "Yield": 153.8, + "Adj Yield": 153.8 + } + }, + { + "rank": 25, + "brand": "Sunstar", + "product": "25a97", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 57.8, + "Yield": 165.8, + "Adj Yield": 165.8 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A628-22", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 57.1, + "Yield": 183.1, + "Adj Yield": 183.1 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A628-34", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 57.6, + "Yield": 163.5, + "Adj Yield": 163.5 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A630-04", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": null, + "Yield": 178.9, + "Adj Yield": 178.9 + } + }, + { + "rank": 28, + "brand": "Sunstar", + "product": "20A1", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 58.1, + "Yield": 154.7, + "Adj Yield": 154.7 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A632-68", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 56.8, + "Yield": 188.9, + "Adj Yield": 188.9 + } + }, + { + "rank": 5, + "brand": "Sunstar", + "product": "24A3", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 58.0, + "Yield": 208.0, + "Adj Yield": 208.0 + } + }, + { + "rank": 15, + "brand": "Partners Brand", + "product": "PB 7370", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 54.7, + "Yield": 189.1, + "Adj Yield": 189.1 + } + }, + { + "rank": 9, + "brand": "Dyna Gro", + "product": "44CC25", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 57.8, + "Yield": 199.8, + "Adj Yield": 199.8 + } + }, + { + "rank": 14, + "brand": "Brevant Seeds", + "product": "B04Z92", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 56.9, + "Yield": 189.2, + "Adj Yield": 189.2 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A630-04", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 56.0, + "Yield": 174.9, + "Adj Yield": 174.9 + } + }, + { + "rank": 3, + "brand": "Partners Brand", + "product": "PB7427", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 57.5, + "Yield": 215.4, + "Adj Yield": 215.4 + } + }, + { + "rank": 13, + "brand": "Sunstar", + "product": "24A5", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 23.6, + "Test Wt.": 56.0, + "Yield": 194.2, + "Adj Yield": 194.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A636-39", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": 54.8, + "Yield": 204.8, + "Adj Yield": 204.8 + } + }, + { + "rank": 7, + "brand": "Sunstar", + "product": "22A6", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": 56.0, + "Yield": 200.9, + "Adj Yield": 200.9 + } + }, + { + "rank": 7, + "brand": "Partners Brand", + "product": "PB 7779", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": 54.5, + "Yield": 200.9, + "Adj Yield": 200.9 + } + }, + { + "rank": 18, + "brand": "Partners Brand", + "product": "PB 7783", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": 56.0, + "Yield": 188.6, + "Adj Yield": 188.6 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A630-04", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 55.4, + "Yield": 188.6, + "Adj Yield": 188.6 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 25.3, + "Test Wt.": 52.7, + "Yield": 199.0, + "Adj Yield": 199.0 + } + }, + { + "rank": 21, + "brand": "Sunstar", + "product": "24A8", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 30.0, + "Test Wt.": 52.5, + "Yield": 172.6, + "Adj Yield": 172.6 + } + }, + { + "rank": 2, + "brand": "Dyna Gro", + "product": "49CC05", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 23.5, + "Test Wt.": 53.5, + "Yield": 216.8, + "Adj Yield": 216.8 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC59-80", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 25.0, + "Test Wt.": 53.5, + "Yield": 213.9, + "Adj Yield": 213.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A640-24", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 23.8, + "Test Wt.": 55.3, + "Yield": 230.8, + "Adj Yield": 230.8 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A630-04", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 58.5, + "Yield": 188.7, + "Adj Yield": 188.7 + } + }, + { + "rank": 22, + "brand": "Partners Brand", + "product": "PB 6885", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 58.9, + "Yield": 171.4, + "Adj Yield": 171.4 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A630-04", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 56.4, + "Yield": 186.9, + "Adj Yield": 186.9 + } + } + ], + "n_results": 38, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147680" + ], + "fetched_at": "2026-05-27T02:24:06.324101+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147680.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147680.md new file mode 100644 index 00000000..9c6fa7c6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147680.md @@ -0,0 +1,68 @@ +# Corn yield trial — Three Oaks, MI, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MI +- **County:** Berrien +- **City:** Three Oaks +- **Year:** 2025 +- **Plot ID:** 147680 +- **Cooperator:** Mark Seifert +- **Plot average:** 183.5 BU/Ac +- **Planted:** 2025-05-25 +- **Harvested:** 2025-10-26 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 12 +- **Soil type:** Muck +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147680 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A630-04 | C | - | 19.2 | 55.7 | 185.4 | 185.4 | +| 31 | Partners Brand | PB 5302 | C | - | 15.7 | 60.0 | 146.2 | 146.2 | +| 32 | Partners Brand | PB 5756 | C | - | 16.6 | 60.6 | 116.3 | 116.3 | +| 20 | Partners Brand | PB 6050 | C | - | 16.7 | 58.7 | 177.3 | 177.3 | +| 23 | Partners Brand | PB6255 | C | - | 16.5 | 60.2 | 171.1 | 171.1 | +| 27 | Partners Brand | PB 6692 | C | - | 17.5 | 57.6 | 154.9 | 154.9 | +| 10 | Brevant Seeds | B99A24 | C | - | 19.0 | 57.1 | 199.4 | 199.4 | +| - | AgriGold | A630-04 | C | - | 20.2 | 55.6 | 170.8 | 170.8 | +| 24 | Partners Brand | PB6962 | C | - | 17.1 | 58.9 | 170.6 | 170.6 | +| 30 | Partners Brand | PB7184 | C | - | 21.5 | 53.8 | 146.6 | 146.6 | +| 12 | Brevant Seeds | B05D47 | C | - | 21.5 | 55.0 | 195.8 | 195.8 | +| 29 | AgriGold | A623-88 | C | - | 17.1 | 58.6 | 153.8 | 153.8 | +| 25 | Sunstar | 25a97 | PCE | - | 17.4 | 57.8 | 165.8 | 165.8 | +| 19 | AgriGold | A628-22 | C | - | 17.2 | 57.1 | 183.1 | 183.1 | +| 26 | AgriGold | A628-34 | C | - | 18.5 | 57.6 | 163.5 | 163.5 | +| - | AgriGold | A630-04 | C | - | 19.5 | - | 178.9 | 178.9 | +| 28 | Sunstar | 20A1 | VT2RIB | - | 17.6 | 58.1 | 154.7 | 154.7 | +| 16 | AgriGold | A632-68 | C | - | 20.1 | 56.8 | 188.9 | 188.9 | +| 5 | Sunstar | 24A3 | PCE | - | 19.1 | 58.0 | 208.0 | 208.0 | +| 15 | Partners Brand | PB 7370 | C | - | 20.6 | 54.7 | 189.1 | 189.1 | +| 9 | Dyna Gro | 44CC25 | C | - | 19.4 | 57.8 | 199.8 | 199.8 | +| 14 | Brevant Seeds | B04Z92 | C | - | 19.9 | 56.9 | 189.2 | 189.2 | +| - | AgriGold | A630-04 | C | - | 19.0 | 56.0 | 174.9 | 174.9 | +| 3 | Partners Brand | PB7427 | C | - | 19.3 | 57.5 | 215.4 | 215.4 | +| 13 | Sunstar | 24A5 | PCE | - | 23.6 | 56.0 | 194.2 | 194.2 | +| 6 | AgriGold | A636-39 | C | - | 23.0 | 54.8 | 204.8 | 204.8 | +| 7 | Sunstar | 22A6 | VT2RIB | - | 23.4 | 56.0 | 200.9 | 200.9 | +| 7 | Partners Brand | PB 7779 | C | - | 22.6 | 54.5 | 200.9 | 200.9 | +| 18 | Partners Brand | PB 7783 | C | - | 22.7 | 56.0 | 188.6 | 188.6 | +| - | AgriGold | A630-04 | C | - | 19.4 | 55.4 | 188.6 | 188.6 | +| 11 | AgriGold | A638-19 | C | - | 25.3 | 52.7 | 199.0 | 199.0 | +| 21 | Sunstar | 24A8 | PCE | - | 30.0 | 52.5 | 172.6 | 172.6 | +| 2 | Dyna Gro | 49CC05 | C | - | 23.5 | 53.5 | 216.8 | 216.8 | +| 4 | Dekalb | DKC59-80 | C | - | 25.0 | 53.5 | 213.9 | 213.9 | +| 1 | AgriGold | A640-24 | C | - | 23.8 | 55.3 | 230.8 | 230.8 | +| 17 | AgriGold | A630-04 | C | - | 18.8 | 58.5 | 188.7 | 188.7 | +| 22 | Partners Brand | PB 6885 | C | - | 17.1 | 58.9 | 171.4 | 171.4 | +| - | AgriGold | A630-04 | C | - | 19.0 | 56.4 | 186.9 | 186.9 | + +Top 5 by Yield: A640-24 (AgriGold) 230.8, 49CC05 (Dyna Gro) 216.8, PB7427 (Partners Brand) 215.4, DKC59-80 (Dekalb) 213.9, 24A3 (Sunstar) 208.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147683.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147683.json new file mode 100644 index 00000000..95cfb997 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147683.json @@ -0,0 +1,543 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147683", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MI", + "state_abbrev": "mi", + "city": "Three oaks", + "county": "Berrien", + "year": 2025, + "plot_id": "147683", + "cooperator": "Mark Seifert", + "plot_average": 230.03, + "planted_date": "2025-05-08", + "harvested_date": "2025-10-16", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 12, + "soil_type": "Clay", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 28, + "brand": "AgriGold", + "product": "A631-90", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 57.2, + "Yield": 217.8, + "Adj Yield": 217.8 + } + }, + { + "rank": null, + "brand": "Partners Brand", + "product": "PB6962", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 59.8, + "Yield": 204.5, + "Adj Yield": 204.5 + } + }, + { + "rank": 15, + "brand": "Partners Brand", + "product": "PB 7779", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 56.0, + "Yield": 236.1, + "Adj Yield": 236.1 + } + }, + { + "rank": 12, + "brand": "Partners Brand", + "product": "PB 7783", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": 56.8, + "Yield": 239.3, + "Adj Yield": 239.3 + } + }, + { + "rank": 11, + "brand": "Sunstar", + "product": "24A5", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": 56.8, + "Yield": 240.2, + "Adj Yield": 240.2 + } + }, + { + "rank": 10, + "brand": "AgVenture", + "product": "AV1504", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 57.9, + "Yield": 240.4, + "Adj Yield": 240.4 + } + }, + { + "rank": 22, + "brand": "Partners Brand", + "product": "PB7427", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 58.6, + "Yield": 228.2, + "Adj Yield": 228.2 + } + }, + { + "rank": 8, + "brand": "Partners Brand", + "product": "PB 7370", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 57.3, + "Yield": 246.5, + "Adj Yield": 246.5 + } + }, + { + "rank": 23, + "brand": "AgVenture", + "product": "AV3699", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 57.7, + "Yield": 228.0, + "Adj Yield": 228.0 + } + }, + { + "rank": 27, + "brand": "AgVenture", + "product": "AV5799", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 59.8, + "Yield": 219.2, + "Adj Yield": 219.2 + } + }, + { + "rank": 29, + "brand": "Partners Brand", + "product": "PB 6885", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 59.6, + "Yield": 214.3, + "Adj Yield": 214.3 + } + }, + { + "rank": 30, + "brand": "Partners Brand", + "product": "PB 6692", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 58.4, + "Yield": 208.1, + "Adj Yield": 208.1 + } + }, + { + "rank": 31, + "brand": "Partners Brand", + "product": "PB6962", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.6, + "Yield": 207.9, + "Adj Yield": 207.9 + } + }, + { + "rank": 36, + "brand": "Partners Brand", + "product": "PB 6050", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.6, + "Yield": 188.4, + "Adj Yield": 188.4 + } + }, + { + "rank": 33, + "brand": "Partners Brand", + "product": "PB6255", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 59.7, + "Yield": 196.7, + "Adj Yield": 196.7 + } + }, + { + "rank": 35, + "brand": "AgriGold", + "product": "A623-88", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.3, + "Yield": 192.4, + "Adj Yield": 192.4 + } + }, + { + "rank": 34, + "brand": "Partners Brand", + "product": "PB 6692", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 58.6, + "Yield": 194.4, + "Adj Yield": 194.4 + } + }, + { + "rank": 32, + "brand": "Sunstar", + "product": "25a97", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 57.9, + "Yield": 205.9, + "Adj Yield": 205.9 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "A628-22", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 58.5, + "Yield": 228.8, + "Adj Yield": 228.8 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "A628-34", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 59.7, + "Yield": 220.1, + "Adj Yield": 220.1 + } + }, + { + "rank": 16, + "brand": "Brevant Seeds", + "product": "B99A24", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 58.3, + "Yield": 233.3, + "Adj Yield": 233.3 + } + }, + { + "rank": 24, + "brand": "Partners Brand", + "product": "PB6962", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.0, + "Yield": 222.9, + "Adj Yield": 222.9 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A630-04", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 59.0, + "Yield": 229.9, + "Adj Yield": 229.9 + } + }, + { + "rank": 14, + "brand": "Partners Brand", + "product": "PB7184", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 56.8, + "Yield": 238.0, + "Adj Yield": 238.0 + } + }, + { + "rank": 25, + "brand": "Sunstar", + "product": "20A1", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 58.4, + "Yield": 220.8, + "Adj Yield": 220.8 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A632-68", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 58.6, + "Yield": 231.7, + "Adj Yield": 231.7 + } + }, + { + "rank": 20, + "brand": "Sunstar", + "product": "24A3", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 59.1, + "Yield": 229.0, + "Adj Yield": 229.0 + } + }, + { + "rank": 13, + "brand": "Brevant Seeds", + "product": "B04Z92", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 59.2, + "Yield": 238.2, + "Adj Yield": 238.2 + } + }, + { + "rank": 17, + "brand": "Dyna Gro", + "product": "44CC25", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 59.0, + "Yield": 231.9, + "Adj Yield": 231.9 + } + }, + { + "rank": 6, + "brand": "Brevant Seeds", + "product": "B05D47", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 57.8, + "Yield": 250.6, + "Adj Yield": 250.6 + } + }, + { + "rank": null, + "brand": "Partners Brand", + "product": "PB6962", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 59.9, + "Yield": 232.7, + "Adj Yield": 232.7 + } + }, + { + "rank": 7, + "brand": "Sunstar", + "product": "22A6", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": 57.2, + "Yield": 249.8, + "Adj Yield": 249.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A636-39", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": 57.6, + "Yield": 251.3, + "Adj Yield": 251.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": 55.4, + "Yield": 252.4, + "Adj Yield": 252.4 + } + }, + { + "rank": 9, + "brand": "Sunstar", + "product": "24A8", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 24.6, + "Test Wt.": 54.2, + "Yield": 244.7, + "Adj Yield": 244.7 + } + }, + { + "rank": 3, + "brand": "Dyna Gro", + "product": "49CC05", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": 53.6, + "Yield": 264.5, + "Adj Yield": 264.5 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC59-80", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": 54.5, + "Yield": 266.0, + "Adj Yield": 266.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A640-24", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": 56.8, + "Yield": 273.2, + "Adj Yield": 273.2 + } + }, + { + "rank": null, + "brand": "Partners Brand", + "product": "PB6962", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 59.1, + "Yield": 231.0, + "Adj Yield": 231.0 + } + } + ], + "n_results": 39, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147683" + ], + "fetched_at": "2026-05-27T02:24:06.850881+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147683.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147683.md new file mode 100644 index 00000000..c71b6b06 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147683.md @@ -0,0 +1,69 @@ +# Corn yield trial — Three oaks, MI, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MI +- **County:** Berrien +- **City:** Three oaks +- **Year:** 2025 +- **Plot ID:** 147683 +- **Cooperator:** Mark Seifert +- **Plot average:** 230.03 BU/Ac +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-16 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 12 +- **Soil type:** Clay +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147683 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 28 | AgriGold | A631-90 | C | - | 18.7 | 57.2 | 217.8 | 217.8 | +| - | Partners Brand | PB6962 | C | - | 15.5 | 59.8 | 204.5 | 204.5 | +| 15 | Partners Brand | PB 7779 | C | - | 19.7 | 56.0 | 236.1 | 236.1 | +| 12 | Partners Brand | PB 7783 | C | - | 20.9 | 56.8 | 239.3 | 239.3 | +| 11 | Sunstar | 24A5 | PCE | - | 20.6 | 56.8 | 240.2 | 240.2 | +| 10 | AgVenture | AV1504 | C | - | 18.4 | 57.9 | 240.4 | 240.4 | +| 22 | Partners Brand | PB7427 | C | - | 17.8 | 58.6 | 228.2 | 228.2 | +| 8 | Partners Brand | PB 7370 | C | - | 18.2 | 57.3 | 246.5 | 246.5 | +| 23 | AgVenture | AV3699 | C | - | 17.1 | 57.7 | 228.0 | 228.0 | +| 27 | AgVenture | AV5799 | C | - | 16.8 | 59.8 | 219.2 | 219.2 | +| 29 | Partners Brand | PB 6885 | C | - | 15.8 | 59.6 | 214.3 | 214.3 | +| 30 | Partners Brand | PB 6692 | C | - | 15.9 | 58.4 | 208.1 | 208.1 | +| 31 | Partners Brand | PB6962 | C | - | 15.6 | 59.6 | 207.9 | 207.9 | +| 36 | Partners Brand | PB 6050 | C | - | 15.0 | 59.6 | 188.4 | 188.4 | +| 33 | Partners Brand | PB6255 | C | - | 14.9 | 59.7 | 196.7 | 196.7 | +| 35 | AgriGold | A623-88 | C | - | 15.4 | 60.3 | 192.4 | 192.4 | +| 34 | Partners Brand | PB 6692 | C | - | 16.0 | 58.6 | 194.4 | 194.4 | +| 32 | Sunstar | 25a97 | PCE | - | 15.9 | 57.9 | 205.9 | 205.9 | +| 21 | AgriGold | A628-22 | C | - | 16.5 | 58.5 | 228.8 | 228.8 | +| 26 | AgriGold | A628-34 | C | - | 16.7 | 59.7 | 220.1 | 220.1 | +| 16 | Brevant Seeds | B99A24 | C | - | 17.0 | 58.3 | 233.3 | 233.3 | +| 24 | Partners Brand | PB6962 | C | - | 15.4 | 60.0 | 222.9 | 222.9 | +| 19 | AgriGold | A630-04 | C | - | 17.6 | 59.0 | 229.9 | 229.9 | +| 14 | Partners Brand | PB7184 | C | - | 18.1 | 56.8 | 238.0 | 238.0 | +| 25 | Sunstar | 20A1 | VT2RIB | - | 16.4 | 58.4 | 220.8 | 220.8 | +| 18 | AgriGold | A632-68 | C | - | 18.0 | 58.6 | 231.7 | 231.7 | +| 20 | Sunstar | 24A3 | PCE | - | 17.5 | 59.1 | 229.0 | 229.0 | +| 13 | Brevant Seeds | B04Z92 | C | - | 18.0 | 59.2 | 238.2 | 238.2 | +| 17 | Dyna Gro | 44CC25 | C | - | 17.9 | 59.0 | 231.9 | 231.9 | +| 6 | Brevant Seeds | B05D47 | C | - | 18.7 | 57.8 | 250.6 | 250.6 | +| - | Partners Brand | PB6962 | C | - | 15.4 | 59.9 | 232.7 | 232.7 | +| 7 | Sunstar | 22A6 | VT2RIB | - | 21.9 | 57.2 | 249.8 | 249.8 | +| 5 | AgriGold | A636-39 | C | - | 20.5 | 57.6 | 251.3 | 251.3 | +| 4 | AgriGold | A638-19 | C | - | 21.2 | 55.4 | 252.4 | 252.4 | +| 9 | Sunstar | 24A8 | PCE | - | 24.6 | 54.2 | 244.7 | 244.7 | +| 3 | Dyna Gro | 49CC05 | C | - | 21.7 | 53.6 | 264.5 | 264.5 | +| 2 | Dekalb | DKC59-80 | C | - | 22.0 | 54.5 | 266.0 | 266.0 | +| 1 | AgriGold | A640-24 | C | - | 21.3 | 56.8 | 273.2 | 273.2 | +| - | Partners Brand | PB6962 | C | - | 15.8 | 59.1 | 231.0 | 231.0 | + +Top 5 by Yield: A640-24 (AgriGold) 273.2, DKC59-80 (Dekalb) 266.0, 49CC05 (Dyna Gro) 264.5, A638-19 (AgriGold) 252.4, A636-39 (AgriGold) 251.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147695.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147695.json new file mode 100644 index 00000000..840234fe --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147695.json @@ -0,0 +1,816 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147695", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Herscher", + "county": "Kankakee", + "year": 2025, + "plot_id": "147695", + "cooperator": "Synergy Seeds", + "plot_average": 280.46, + "planted_date": "2025-05-08", + "harvested_date": "2025-10-06", + "population_seeds_per_acre": 34500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Sandy Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC113-03RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 23.4, + "Test Wt.": null, + "Yield": 303.5, + "Adj Yield": 303.5 + } + }, + { + "rank": 2, + "brand": "Burrus", + "product": "5C11PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 298.8, + "Adj Yield": 298.8 + } + }, + { + "rank": 3, + "brand": "ProHarvest", + "product": "79P54SSPRORIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": null, + "Yield": 298.4, + "Adj Yield": 298.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": null, + "Yield": 295.0, + "Adj Yield": 295.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": null, + "Yield": 294.6, + "Adj Yield": 294.6 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": null, + "Yield": 294.5, + "Adj Yield": 294.5 + } + }, + { + "rank": 7, + "brand": "ProHarvest", + "product": "83P66VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": null, + "Yield": 294.3, + "Adj Yield": 294.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": null, + "Yield": 293.0, + "Adj Yield": 293.0 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC115-55RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.3, + "Test Wt.": null, + "Yield": 292.3, + "Adj Yield": 292.3 + } + }, + { + "rank": 10, + "brand": "Burrus", + "product": "6G88VE", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": null, + "Yield": 290.9, + "Adj Yield": 290.9 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.7, + "Test Wt.": null, + "Yield": 290.4, + "Adj Yield": 290.4 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": null, + "Yield": 290.4, + "Adj Yield": 290.4 + } + }, + { + "rank": 13, + "brand": "Burrus", + "product": "5F17Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 290.3, + "Adj Yield": 290.3 + } + }, + { + "rank": 14, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 25.1, + "Test Wt.": null, + "Yield": 289.2, + "Adj Yield": 289.2 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC107-11RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": null, + "Yield": 288.4, + "Adj Yield": 288.4 + } + }, + { + "rank": 16, + "brand": "ProHarvest", + "product": "84P78TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.7, + "Test Wt.": null, + "Yield": 288.3, + "Adj Yield": 288.3 + } + }, + { + "rank": 17, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.9, + "Test Wt.": null, + "Yield": 287.9, + "Adj Yield": 287.9 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": null, + "Yield": 287.0, + "Adj Yield": 287.0 + } + }, + { + "rank": 19, + "brand": "Pioneer", + "product": "P1027AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": null, + "Yield": 286.5, + "Adj Yield": 286.5 + } + }, + { + "rank": 20, + "brand": "Burrus", + "product": "4V73AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 285.6, + "Adj Yield": 285.6 + } + }, + { + "rank": 21, + "brand": "Merschman", + "product": "M-2512C-30", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": null, + "Yield": 285.5, + "Adj Yield": 285.5 + } + }, + { + "rank": 22, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": null, + "Yield": 285.2, + "Adj Yield": 285.2 + } + }, + { + "rank": 23, + "brand": "Wyffels", + "product": "W7424RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": null, + "Yield": 285.1, + "Adj Yield": 285.1 + } + }, + { + "rank": 24, + "brand": "Dekalb", + "product": "DKC109-71RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 284.9, + "Adj Yield": 284.9 + } + }, + { + "rank": 25, + "brand": "ProHarvest", + "product": "80P75PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": null, + "Yield": 284.4, + "Adj Yield": 284.4 + } + }, + { + "rank": 26, + "brand": "Wyffels", + "product": "W7485RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": null, + "Yield": 284.2, + "Adj Yield": 284.2 + } + }, + { + "rank": 27, + "brand": "ProHarvest", + "product": "86P55TRC", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.3, + "Test Wt.": null, + "Yield": 284.1, + "Adj Yield": 284.1 + } + }, + { + "rank": 28, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.7, + "Test Wt.": null, + "Yield": 283.8, + "Adj Yield": 283.8 + } + }, + { + "rank": 29, + "brand": "Burrus", + "product": "4P27V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 283.6, + "Adj Yield": 283.6 + } + }, + { + "rank": 30, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": null, + "Yield": 282.6, + "Adj Yield": 282.6 + } + }, + { + "rank": 31, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 282.5, + "Adj Yield": 282.5 + } + }, + { + "rank": 32, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": null, + "Yield": 281.6, + "Adj Yield": 281.6 + } + }, + { + "rank": 32, + "brand": "ProHarvest", + "product": "82P96PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 281.6, + "Adj Yield": 281.6 + } + }, + { + "rank": 34, + "brand": "Wyffels", + "product": "W7499RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": null, + "Yield": 281.5, + "Adj Yield": 281.5 + } + }, + { + "rank": 35, + "brand": "Burrus", + "product": "5J21AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 20.6, + "Test Wt.": null, + "Yield": 281.3, + "Adj Yield": 281.3 + } + }, + { + "rank": 36, + "brand": "Burrus", + "product": "2A13PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 279.6, + "Adj Yield": 279.6 + } + }, + { + "rank": 37, + "brand": "Burrus", + "product": "3H48V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 278.8, + "Adj Yield": 278.8 + } + }, + { + "rank": 38, + "brand": "ProHarvest", + "product": "78P95PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 278.4, + "Adj Yield": 278.4 + } + }, + { + "rank": 39, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": null, + "Yield": 277.0, + "Adj Yield": 277.0 + } + }, + { + "rank": 40, + "brand": "ProHarvest", + "product": "81P20PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": null, + "Yield": 276.6, + "Adj Yield": 276.6 + } + }, + { + "rank": 41, + "brand": "Wyffels", + "product": "W5684RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": null, + "Yield": 276.5, + "Adj Yield": 276.5 + } + }, + { + "rank": 42, + "brand": "Merschman", + "product": "M-2515T-30PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": null, + "Yield": 276.4, + "Adj Yield": 276.4 + } + }, + { + "rank": 43, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 25.5, + "Test Wt.": null, + "Yield": 276.3, + "Adj Yield": 276.3 + } + }, + { + "rank": 44, + "brand": "Merschman", + "product": "M-2411C-30", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": null, + "Yield": 275.6, + "Adj Yield": 275.6 + } + }, + { + "rank": 44, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 275.6, + "Adj Yield": 275.6 + } + }, + { + "rank": 46, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": null, + "Yield": 275.1, + "Adj Yield": 275.1 + } + }, + { + "rank": 47, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 23.7, + "Test Wt.": null, + "Yield": 275.0, + "Adj Yield": 275.0 + } + }, + { + "rank": 48, + "brand": "ProHarvest", + "product": "76P42PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 272.0, + "Adj Yield": 272.0 + } + }, + { + "rank": 49, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 24.1, + "Test Wt.": null, + "Yield": 271.8, + "Adj Yield": 271.8 + } + }, + { + "rank": 50, + "brand": "Wyffels", + "product": "W5129RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": null, + "Yield": 270.1, + "Adj Yield": 270.1 + } + }, + { + "rank": 51, + "brand": "ProHarvest", + "product": "74P10PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": null, + "Yield": 269.0, + "Adj Yield": 269.0 + } + }, + { + "rank": 52, + "brand": "Pioneer", + "product": "P09312V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 268.2, + "Adj Yield": 268.2 + } + }, + { + "rank": 53, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": null, + "Yield": 266.5, + "Adj Yield": 266.5 + } + }, + { + "rank": 54, + "brand": "ProHarvest", + "product": "77P25VT4RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": null, + "Yield": 265.2, + "Adj Yield": 265.2 + } + }, + { + "rank": 55, + "brand": "Wyffels", + "product": "W8007RIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 27.3, + "Test Wt.": null, + "Yield": 264.7, + "Adj Yield": 264.7 + } + }, + { + "rank": 56, + "brand": "Wyffels", + "product": "W6479RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 264.3, + "Adj Yield": 264.3 + } + }, + { + "rank": 57, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": null, + "Yield": 255.5, + "Adj Yield": 255.5 + } + }, + { + "rank": 58, + "brand": "Dekalb", + "product": "DKC107-69RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": null, + "Yield": 253.7, + "Adj Yield": 253.7 + } + }, + { + "rank": 59, + "brand": "ProHarvest", + "product": "81P19VT4P", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": null, + "Yield": 250.6, + "Adj Yield": 250.6 + } + }, + { + "rank": 60, + "brand": "Merschman", + "product": "M-2413C-30", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 243.9, + "Adj Yield": 243.9 + } + } + ], + "n_results": 60, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147695" + ], + "fetched_at": "2026-05-27T02:24:07.336949+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147695.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147695.md new file mode 100644 index 00000000..c577af5a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147695.md @@ -0,0 +1,90 @@ +# Corn yield trial — Herscher, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Kankakee +- **City:** Herscher +- **Year:** 2025 +- **Plot ID:** 147695 +- **Cooperator:** Synergy Seeds +- **Plot average:** 280.46 BU/Ac +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-06 +- **Population:** 34,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Sandy Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147695 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | Dekalb | DKC113-03RIB | SSPRIB | - | 23.4 | - | 303.5 | 303.5 | +| 2 | Burrus | 5C11PCE | PCE | - | 20.2 | - | 298.8 | 298.8 | +| 3 | ProHarvest | 79P54SSPRORIB | SSPRIB | - | 20.5 | - | 298.4 | 298.4 | +| 4 | AgriGold | A645-71STXRIB | STXRIB | - | 20.5 | - | 295.0 | 295.0 | +| 5 | AgriGold | A642-18SSPRIB | SSPRIB | - | 20.3 | - | 294.6 | 294.6 | +| 6 | Dekalb | DKC68-35RIB | VT2RIB | - | 22.5 | - | 294.5 | 294.5 | +| 7 | ProHarvest | 83P66VT2RIB | VT2RIB | - | 24.1 | - | 294.3 | 294.3 | +| 8 | AgriGold | A642-32VT2RIB | VT2RIB | - | 23.0 | - | 293.0 | 293.0 | +| 9 | Dekalb | DKC115-55RIB | TreceptaRIB | - | 22.3 | - | 292.3 | 292.3 | +| 10 | Burrus | 6G88VE | Vorceed | - | 21.0 | - | 290.9 | 290.9 | +| 11 | AgriGold | A644-64VT2RIB | VT2RIB | - | 24.7 | - | 290.4 | 290.4 | +| 11 | Dekalb | DKC110-10RIB | STXRIB | - | 21.0 | - | 290.4 | 290.4 | +| 13 | Burrus | 5F17Q | QROME | - | 20.0 | - | 290.3 | 290.3 | +| 14 | Wyffels | W7945RIB | TreceptaRIB | - | 25.1 | - | 289.2 | 289.2 | +| 15 | Dekalb | DKC107-11RIB | SSPRIB | - | 19.5 | - | 288.4 | 288.4 | +| 16 | ProHarvest | 84P78TRERIB | TreceptaRIB | - | 24.7 | - | 288.3 | 288.3 | +| 17 | Wyffels | W7876RIB | VT2RIB | - | 23.9 | - | 287.9 | 287.9 | +| 18 | AgriGold | A638-91VT2PRO | VT2Pro | - | 21.4 | - | 287.0 | 287.0 | +| 19 | Pioneer | P1027AM | AM | - | 19.7 | - | 286.5 | 286.5 | +| 20 | Burrus | 4V73AM | AM | - | 20.9 | - | 285.6 | 285.6 | +| 21 | Merschman | M-2512C-30 | PCE | - | 21.4 | - | 285.5 | 285.5 | +| 22 | Wyffels | W7759RIB | SSPRIB | - | 19.4 | - | 285.2 | 285.2 | +| 23 | Wyffels | W7424RIB | PCE | - | 22.2 | - | 285.1 | 285.1 | +| 24 | Dekalb | DKC109-71RIB | SSPRIB | - | 19.0 | - | 284.9 | 284.9 | +| 25 | ProHarvest | 80P75PCE | PCE | - | 20.3 | - | 284.4 | 284.4 | +| 26 | Wyffels | W7485RIB | TreceptaRIB | - | 22.9 | - | 284.2 | 284.2 | +| 27 | ProHarvest | 86P55TRC | TreceptaRIB | - | 24.3 | - | 284.1 | 284.1 | +| 28 | Dekalb | DKC114-42RIB | SSPRIB | - | 20.7 | - | 283.8 | 283.8 | +| 29 | Burrus | 4P27V | Vorceed | - | 18.2 | - | 283.6 | 283.6 | +| 30 | Wyffels | W6886RIB | VT2RIB | - | 22.6 | - | 282.6 | 282.6 | +| 31 | Dekalb | DKC112-35RIB | SSPRIB | - | 20.0 | - | 282.5 | 282.5 | +| 32 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 22.6 | - | 281.6 | 281.6 | +| 32 | ProHarvest | 82P96PCE | PCE | - | 21.3 | - | 281.6 | 281.6 | +| 34 | Wyffels | W7499RIB | VT2RIB | - | 21.9 | - | 281.5 | 281.5 | +| 35 | Burrus | 5J21AM | AM | - | 20.6 | - | 281.3 | 281.3 | +| 36 | Burrus | 2A13PCE | PCE | - | 17.4 | - | 279.6 | 279.6 | +| 37 | Burrus | 3H48V | Vorceed | - | 17.1 | - | 278.8 | 278.8 | +| 38 | ProHarvest | 78P95PCE | PCE | - | 19.2 | - | 278.4 | 278.4 | +| 39 | Dekalb | DKC114-43RIB | VT4RIB | - | 21.0 | - | 277.0 | 277.0 | +| 40 | ProHarvest | 81P20PCE | PCE | - | 19.9 | - | 276.6 | 276.6 | +| 41 | Wyffels | W5684RIB | PCE | - | 20.3 | - | 276.5 | 276.5 | +| 42 | Merschman | M-2515T-30PCE | PCE | - | 22.2 | - | 276.4 | 276.4 | +| 43 | AgriGold | A640-94VT4PRO | VT4Pro | - | 25.5 | - | 276.3 | 276.3 | +| 44 | Merschman | M-2411C-30 | Unknown | - | 19.9 | - | 275.6 | 275.6 | +| 44 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 19.0 | - | 275.6 | 275.6 | +| 46 | Wyffels | W6505RIB | TreceptaRIB | - | 21.9 | - | 275.1 | 275.1 | +| 47 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 23.7 | - | 275.0 | 275.0 | +| 48 | ProHarvest | 76P42PCE | PCE | - | 18.5 | - | 272.0 | 272.0 | +| 49 | AgriGold | A641-62D-RN | 5122 | - | 24.1 | - | 271.8 | 271.8 | +| 50 | Wyffels | W5129RIB | SSPRIB | - | 17.7 | - | 270.1 | 270.1 | +| 51 | ProHarvest | 74P10PCE | PCE | - | 18.2 | - | 269.0 | 269.0 | +| 52 | Pioneer | P09312V | Vorceed | - | 18.8 | - | 268.2 | 268.2 | +| 53 | Dekalb | DKC106-98RIB | VT4RIB | - | 21.2 | - | 266.5 | 266.5 | +| 54 | ProHarvest | 77P25VT4RIB | VT4RIB | - | 20.4 | - | 265.2 | 265.2 | +| 55 | Wyffels | W8007RIB | VT4Pro | - | 27.3 | - | 264.7 | 264.7 | +| 56 | Wyffels | W6479RIB | SSPRIB | - | 20.9 | - | 264.3 | 264.3 | +| 57 | AgriGold | A636-42SSPRIB | SSPRIB | - | 19.9 | - | 255.5 | 255.5 | +| 58 | Dekalb | DKC107-69RIB | TreceptaRIB | - | 23.1 | - | 253.7 | 253.7 | +| 59 | ProHarvest | 81P19VT4P | VT4Pro | - | 22.8 | - | 250.6 | 250.6 | +| 60 | Merschman | M-2413C-30 | PCE | - | 21.3 | - | 243.9 | 243.9 | + +Top 5 by Yield: DKC113-03RIB (Dekalb) 303.5, 5C11PCE (Burrus) 298.8, 79P54SSPRORIB (ProHarvest) 298.4, A645-71STXRIB (AgriGold) 295.0, A642-18SSPRIB (AgriGold) 294.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147697.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147697.json new file mode 100644 index 00000000..8e01fabb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147697.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147697", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "North Salem", + "county": "Hendricks", + "year": 2025, + "plot_id": "147697", + "cooperator": "Billy Ray Alexander", + "plot_average": 273.21, + "planted_date": "2025-05-12", + "harvested_date": "2025-11-04", + "population_seeds_per_acre": 33500, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 60.5, + "Yield": 259.4, + "Adj Yield": 259.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 59.9, + "Yield": 263.0, + "Adj Yield": 263.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 58.4, + "Yield": 265.8, + "Adj Yield": 265.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 60.7, + "Yield": 270.8, + "Adj Yield": 270.8 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 53.8, + "Yield": 267.6, + "Adj Yield": 267.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 58.6, + "Yield": 280.5, + "Adj Yield": 280.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 59.8, + "Yield": 283.5, + "Adj Yield": 283.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": 60.5, + "Yield": 277.6, + "Adj Yield": 277.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 57.8, + "Yield": 294.6, + "Adj Yield": 294.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 59.6, + "Yield": 279.5, + "Adj Yield": 279.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 61.9, + "Yield": 278.2, + "Adj Yield": 278.2 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.3, + "Test Wt.": 53.0, + "Yield": 258.0, + "Adj Yield": 258.0 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147697" + ], + "fetched_at": "2026-05-27T02:24:07.846622+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147697.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147697.md new file mode 100644 index 00000000..217b600c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147697.md @@ -0,0 +1,42 @@ +# Corn yield trial — North Salem, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Hendricks +- **City:** North Salem +- **Year:** 2025 +- **Plot ID:** 147697 +- **Cooperator:** Billy Ray Alexander +- **Plot average:** 273.21 BU/Ac +- **Planted:** 2025-05-12 +- **Harvested:** 2025-11-04 +- **Population:** 33,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147697 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 11 | AgriGold | A643-52VT2RIB | VT2RIB | - | 14.8 | 60.5 | 259.4 | 259.4 | +| 10 | AgriGold | A638-91VT2PRO | VT2Pro | - | 15.5 | 59.9 | 263.0 | 263.0 | +| 9 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.9 | 58.4 | 265.8 | 265.8 | +| 7 | AgriGold | A639-38V-RN | 3220 | - | 15.6 | 60.7 | 270.8 | 270.8 | +| 8 | AgriGold | A640-16-3110 | 3110 | - | 17.0 | 53.8 | 267.6 | 267.6 | +| 3 | AgriGold | A640-94VT4PRO | VT4Pro | - | 17.2 | 58.6 | 280.5 | 280.5 | +| 2 | AgriGold | A642-18SSPRIB | SSPRIB | - | 17.4 | 59.8 | 283.5 | 283.5 | +| 6 | AgriGold | A642-32VT2RIB | VT2RIB | - | 16.9 | 60.5 | 277.6 | 277.6 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.6 | 57.8 | 294.6 | 294.6 | +| 4 | AgriGold | A645-30VT2RIB | VT2RIB | - | 17.6 | 59.6 | 279.5 | 279.5 | +| 5 | AgriGold | A645-55VT2PRO | VT2Pro | - | 17.3 | 61.9 | 278.2 | 278.2 | +| 12 | AgriGold | A645-71STXRIB | STXRIB | - | 19.3 | 53.0 | 258.0 | 258.0 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 294.6, A642-18SSPRIB (AgriGold) 283.5, A640-94VT4PRO (AgriGold) 280.5, A645-30VT2RIB (AgriGold) 279.5, A645-55VT2PRO (AgriGold) 278.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147705.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147705.json new file mode 100644 index 00000000..0097ea1b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147705.json @@ -0,0 +1,816 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147705", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Onarga", + "county": "Iroquois", + "year": 2025, + "plot_id": "147705", + "cooperator": "Synergy Seeds", + "plot_average": 294.8, + "planted_date": "2025-05-07", + "harvested_date": "2025-10-08", + "population_seeds_per_acre": 34500, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": null, + "Yield": 322.9, + "Adj Yield": 322.9 + } + }, + { + "rank": 2, + "brand": "Burrus", + "product": "6G88VE", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 322.2, + "Adj Yield": 322.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": null, + "Yield": 318.3, + "Adj Yield": 318.3 + } + }, + { + "rank": 4, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.5, + "Test Wt.": null, + "Yield": 317.2, + "Adj Yield": 317.2 + } + }, + { + "rank": 5, + "brand": "Merschman", + "product": "M-2512C-30", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": null, + "Yield": 314.0, + "Adj Yield": 314.0 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P1027AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 313.2, + "Adj Yield": 313.2 + } + }, + { + "rank": 7, + "brand": "ProHarvest", + "product": "83P66VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": null, + "Yield": 311.1, + "Adj Yield": 311.1 + } + }, + { + "rank": 8, + "brand": "ProHarvest", + "product": "82P96PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 310.8, + "Adj Yield": 310.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": null, + "Yield": 310.2, + "Adj Yield": 310.2 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC113-03RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": null, + "Yield": 309.5, + "Adj Yield": 309.5 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": null, + "Yield": 307.7, + "Adj Yield": 307.7 + } + }, + { + "rank": 12, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": null, + "Yield": 306.5, + "Adj Yield": 306.5 + } + }, + { + "rank": 13, + "brand": "Wyffels", + "product": "W7485RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": null, + "Yield": 303.7, + "Adj Yield": 303.7 + } + }, + { + "rank": 14, + "brand": "Burrus", + "product": "5J21AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": null, + "Yield": 303.2, + "Adj Yield": 303.2 + } + }, + { + "rank": 15, + "brand": "ProHarvest", + "product": "84P78TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": null, + "Yield": 303.1, + "Adj Yield": 303.1 + } + }, + { + "rank": 16, + "brand": "Burrus", + "product": "5F17Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 302.5, + "Adj Yield": 302.5 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC115-55RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 301.6, + "Adj Yield": 301.6 + } + }, + { + "rank": 18, + "brand": "Wyffels", + "product": "W6479RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": null, + "Yield": 301.1, + "Adj Yield": 301.1 + } + }, + { + "rank": 19, + "brand": "ProHarvest", + "product": "81P19VT4P", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": null, + "Yield": 300.9, + "Adj Yield": 300.9 + } + }, + { + "rank": 20, + "brand": "ProHarvest", + "product": "80P75PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 299.9, + "Adj Yield": 299.9 + } + }, + { + "rank": 21, + "brand": "Burrus", + "product": "5C11PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": null, + "Yield": 299.4, + "Adj Yield": 299.4 + } + }, + { + "rank": 22, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 298.8, + "Adj Yield": 298.8 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": null, + "Yield": 298.6, + "Adj Yield": 298.6 + } + }, + { + "rank": 24, + "brand": "Dekalb", + "product": "DKC109-71RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 297.9, + "Adj Yield": 297.9 + } + }, + { + "rank": 25, + "brand": "Wyffels", + "product": "W7424RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 297.8, + "Adj Yield": 297.8 + } + }, + { + "rank": 26, + "brand": "Merschman", + "product": "M-2515T-30PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": null, + "Yield": 296.5, + "Adj Yield": 296.5 + } + }, + { + "rank": 26, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 296.5, + "Adj Yield": 296.5 + } + }, + { + "rank": 28, + "brand": "Burrus", + "product": "4V73AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 295.9, + "Adj Yield": 295.9 + } + }, + { + "rank": 29, + "brand": "Wyffels", + "product": "W5684RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.9, + "Test Wt.": null, + "Yield": 295.1, + "Adj Yield": 295.1 + } + }, + { + "rank": 30, + "brand": "Pioneer", + "product": "P09312V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": null, + "Yield": 294.8, + "Adj Yield": 294.8 + } + }, + { + "rank": 31, + "brand": "Dekalb", + "product": "DKC112-35RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": null, + "Yield": 294.5, + "Adj Yield": 294.5 + } + }, + { + "rank": 32, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 294.0, + "Adj Yield": 294.0 + } + }, + { + "rank": 33, + "brand": "Wyffels", + "product": "W7499RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 293.6, + "Adj Yield": 293.6 + } + }, + { + "rank": 34, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 292.9, + "Adj Yield": 292.9 + } + }, + { + "rank": 35, + "brand": "Merschman", + "product": "M-2411C-30", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": null, + "Yield": 292.8, + "Adj Yield": 292.8 + } + }, + { + "rank": 36, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": null, + "Yield": 292.3, + "Adj Yield": 292.3 + } + }, + { + "rank": 37, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 292.2, + "Adj Yield": 292.2 + } + }, + { + "rank": 38, + "brand": "Dekalb", + "product": "DKC114-42RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": null, + "Yield": 292.1, + "Adj Yield": 292.1 + } + }, + { + "rank": 39, + "brand": "Burrus", + "product": "4P27V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": null, + "Yield": 291.9, + "Adj Yield": 291.9 + } + }, + { + "rank": 40, + "brand": "ProHarvest", + "product": "76P42PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 291.6, + "Adj Yield": 291.6 + } + }, + { + "rank": 41, + "brand": "Dekalb", + "product": "DKC107-11RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 290.6, + "Adj Yield": 290.6 + } + }, + { + "rank": 42, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": null, + "Yield": 290.1, + "Adj Yield": 290.1 + } + }, + { + "rank": 43, + "brand": "ProHarvest", + "product": "78P95PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 288.6, + "Adj Yield": 288.6 + } + }, + { + "rank": 44, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": null, + "Yield": 287.8, + "Adj Yield": 287.8 + } + }, + { + "rank": 44, + "brand": "ProHarvest", + "product": "86P55TRC", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": null, + "Yield": 287.8, + "Adj Yield": 287.8 + } + }, + { + "rank": 44, + "brand": "Burrus", + "product": "2A13PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": null, + "Yield": 287.8, + "Adj Yield": 287.8 + } + }, + { + "rank": 44, + "brand": "Burrus", + "product": "3H48V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": null, + "Yield": 287.8, + "Adj Yield": 287.8 + } + }, + { + "rank": 48, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 285.0, + "Adj Yield": 285.0 + } + }, + { + "rank": 49, + "brand": "ProHarvest", + "product": "79P54SSPRORIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 283.8, + "Adj Yield": 283.8 + } + }, + { + "rank": 50, + "brand": "ProHarvest", + "product": "81P20PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 283.2, + "Adj Yield": 283.2 + } + }, + { + "rank": 51, + "brand": "ProHarvest", + "product": "74P10PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 281.0, + "Adj Yield": 281.0 + } + }, + { + "rank": 52, + "brand": "Wyffels", + "product": "W8007RIB", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": null, + "Yield": 279.4, + "Adj Yield": 279.4 + } + }, + { + "rank": 53, + "brand": "Merschman", + "product": "M-2413C-30", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 278.2, + "Adj Yield": 278.2 + } + }, + { + "rank": 54, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 275.4, + "Adj Yield": 275.4 + } + }, + { + "rank": 55, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 274.1, + "Adj Yield": 274.1 + } + }, + { + "rank": 56, + "brand": "Dekalb", + "product": "DKC107-69RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": null, + "Yield": 273.8, + "Adj Yield": 273.8 + } + }, + { + "rank": 57, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": null, + "Yield": 272.8, + "Adj Yield": 272.8 + } + }, + { + "rank": 58, + "brand": "ProHarvest", + "product": "77P25VT4RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 270.1, + "Adj Yield": 270.1 + } + }, + { + "rank": 59, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 269.2, + "Adj Yield": 269.2 + } + }, + { + "rank": 60, + "brand": "Wyffels", + "product": "W5129RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": null, + "Yield": 262.4, + "Adj Yield": 262.4 + } + } + ], + "n_results": 60, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147705" + ], + "fetched_at": "2026-05-27T02:24:08.378386+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147705.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147705.md new file mode 100644 index 00000000..40633725 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147705.md @@ -0,0 +1,90 @@ +# Corn yield trial — Onarga, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Iroquois +- **City:** Onarga +- **Year:** 2025 +- **Plot ID:** 147705 +- **Cooperator:** Synergy Seeds +- **Plot average:** 294.8 BU/Ac +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-08 +- **Population:** 34,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147705 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | Dekalb | DKC68-35RIB | VT2RIB | - | 20.3 | - | 322.9 | 322.9 | +| 2 | Burrus | 6G88VE | Vorceed | - | 19.1 | - | 322.2 | 322.2 | +| 3 | AgriGold | A638-91VT2PRO | VT2Pro | - | 19.6 | - | 318.3 | 318.3 | +| 4 | Wyffels | W7945RIB | TreceptaRIB | - | 21.5 | - | 317.2 | 317.2 | +| 5 | Merschman | M-2512C-30 | PCE | - | 19.6 | - | 314.0 | 314.0 | +| 6 | Pioneer | P1027AM | AM | - | 17.6 | - | 313.2 | 313.2 | +| 7 | ProHarvest | 83P66VT2RIB | VT2RIB | - | 19.7 | - | 311.1 | 311.1 | +| 8 | ProHarvest | 82P96PCE | PCE | - | 19.2 | - | 310.8 | 310.8 | +| 9 | AgriGold | A644-64VT2RIB | VT2RIB | - | 21.1 | - | 310.2 | 310.2 | +| 10 | Dekalb | DKC113-03RIB | SSPRIB | - | 19.6 | - | 309.5 | 309.5 | +| 11 | AgriGold | A642-32VT2RIB | VT2RIB | - | 19.5 | - | 307.7 | 307.7 | +| 12 | Wyffels | W7759RIB | SSPRIB | - | 17.4 | - | 306.5 | 306.5 | +| 13 | Wyffels | W7485RIB | TreceptaRIB | - | 19.5 | - | 303.7 | 303.7 | +| 14 | Burrus | 5J21AM | AM | - | 18.4 | - | 303.2 | 303.2 | +| 15 | ProHarvest | 84P78TRERIB | TreceptaRIB | - | 22.8 | - | 303.1 | 303.1 | +| 16 | Burrus | 5F17Q | QROME | - | 17.8 | - | 302.5 | 302.5 | +| 17 | Dekalb | DKC115-55RIB | TreceptaRIB | - | 18.1 | - | 301.6 | 301.6 | +| 18 | Wyffels | W6479RIB | SSPRIB | - | 18.0 | - | 301.1 | 301.1 | +| 19 | ProHarvest | 81P19VT4P | VT4Pro | - | 21.7 | - | 300.9 | 300.9 | +| 20 | ProHarvest | 80P75PCE | PCE | - | 17.8 | - | 299.9 | 299.9 | +| 21 | Burrus | 5C11PCE | PCE | - | 18.8 | - | 299.4 | 299.4 | +| 22 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 19.2 | - | 298.8 | 298.8 | +| 23 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 20.3 | - | 298.6 | 298.6 | +| 24 | Dekalb | DKC109-71RIB | SSPRIB | - | 16.2 | - | 297.9 | 297.9 | +| 25 | Wyffels | W7424RIB | PCE | - | 18.1 | - | 297.8 | 297.8 | +| 26 | Merschman | M-2515T-30PCE | PCE | - | 20.0 | - | 296.5 | 296.5 | +| 26 | Wyffels | W7876RIB | VT2RIB | - | 21.3 | - | 296.5 | 296.5 | +| 28 | Burrus | 4V73AM | AM | - | 17.8 | - | 295.9 | 295.9 | +| 29 | Wyffels | W5684RIB | PCE | - | 16.9 | - | 295.1 | 295.1 | +| 30 | Pioneer | P09312V | Vorceed | - | 16.3 | - | 294.8 | 294.8 | +| 31 | Dekalb | DKC112-35RIB | SSPRIB | - | 18.1 | - | 294.5 | 294.5 | +| 32 | AgriGold | A642-18SSPRIB | SSPRIB | - | 18.5 | - | 294.0 | 294.0 | +| 33 | Wyffels | W7499RIB | VT2RIB | - | 19.2 | - | 293.6 | 293.6 | +| 34 | Dekalb | DKC114-43RIB | VT4RIB | - | 18.3 | - | 292.9 | 292.9 | +| 35 | Merschman | M-2411C-30 | Unknown | - | 17.6 | - | 292.8 | 292.8 | +| 36 | Wyffels | W6886RIB | VT2RIB | - | 19.4 | - | 292.3 | 292.3 | +| 37 | Wyffels | W6505RIB | TreceptaRIB | - | 17.8 | - | 292.2 | 292.2 | +| 38 | Dekalb | DKC114-42RIB | SSPRIB | - | 19.4 | - | 292.1 | 292.1 | +| 39 | Burrus | 4P27V | Vorceed | - | 16.2 | - | 291.9 | 291.9 | +| 40 | ProHarvest | 76P42PCE | PCE | - | 16.7 | - | 291.6 | 291.6 | +| 41 | Dekalb | DKC107-11RIB | SSPRIB | - | 16.5 | - | 290.6 | 290.6 | +| 42 | AgriGold | A645-71STXRIB | STXRIB | - | 19.7 | - | 290.1 | 290.1 | +| 43 | ProHarvest | 78P95PCE | PCE | - | 17.5 | - | 288.6 | 288.6 | +| 44 | Dekalb | DKC56-26RIB | TreceptaRIB | - | 16.0 | - | 287.8 | 287.8 | +| 44 | ProHarvest | 86P55TRC | TreceptaRIB | - | 22.4 | - | 287.8 | 287.8 | +| 44 | Burrus | 2A13PCE | PCE | - | 15.2 | - | 287.8 | 287.8 | +| 44 | Burrus | 3H48V | Vorceed | - | 16.0 | - | 287.8 | 287.8 | +| 48 | AgriGold | A640-94VT4PRO | VT4Pro | - | 21.3 | - | 285.0 | 285.0 | +| 49 | ProHarvest | 79P54SSPRORIB | SSPRIB | - | 17.8 | - | 283.8 | 283.8 | +| 50 | ProHarvest | 81P20PCE | PCE | - | 17.8 | - | 283.2 | 283.2 | +| 51 | ProHarvest | 74P10PCE | PCE | - | 16.1 | - | 281.0 | 281.0 | +| 52 | Wyffels | W8007RIB | VT4Pro | - | 22.1 | - | 279.4 | 279.4 | +| 53 | Merschman | M-2413C-30 | PCE | - | 20.2 | - | 278.2 | 278.2 | +| 54 | AgriGold | A641-62D-RN | 5122 | - | 20.9 | - | 275.4 | 275.4 | +| 55 | Dekalb | DKC106-98RIB | VT4RIB | - | 17.9 | - | 274.1 | 274.1 | +| 56 | Dekalb | DKC107-69RIB | TreceptaRIB | - | 18.7 | - | 273.8 | 273.8 | +| 57 | AgriGold | A636-42SSPRIB | SSPRIB | - | 16.1 | - | 272.8 | 272.8 | +| 58 | ProHarvest | 77P25VT4RIB | VT4RIB | - | 16.5 | - | 270.1 | 270.1 | +| 59 | Dekalb | DKC110-10RIB | STXRIB | - | 17.1 | - | 269.2 | 269.2 | +| 60 | Wyffels | W5129RIB | SSPRIB | - | 15.3 | - | 262.4 | 262.4 | + +Top 5 by Yield: DKC68-35RIB (Dekalb) 322.9, 6G88VE (Burrus) 322.2, A638-91VT2PRO (AgriGold) 318.3, W7945RIB (Wyffels) 317.2, M-2512C-30 (Merschman) 314.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147716.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147716.json new file mode 100644 index 00000000..fc060878 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147716.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147716", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Flatville", + "county": "Champaign", + "year": 2025, + "plot_id": "147716", + "cooperator": "Ehler Bros.", + "plot_average": 255.67, + "planted_date": "2025-04-27", + "harvested_date": "2025-10-01", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 12, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "Nu Tech", + "product": "69C7PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": null, + "Yield": 247.3, + "Adj Yield": 247.3 + } + }, + { + "rank": 11, + "brand": "Nu Tech", + "product": "70F6PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": null, + "Yield": 245.8, + "Adj Yield": 245.8 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P10477V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": null, + "Yield": 219.3, + "Adj Yield": 219.3 + } + }, + { + "rank": 12, + "brand": "ProHarvest", + "product": "81P45TreRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": null, + "Yield": 242.5, + "Adj Yield": 242.5 + } + }, + { + "rank": 7, + "brand": "Merschman", + "product": "M-2512C-30", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": null, + "Yield": 260.0, + "Adj Yield": 260.0 + } + }, + { + "rank": 3, + "brand": "Merschman", + "product": "M-2512C-30", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": null, + "Yield": 266.1, + "Adj Yield": 266.1 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 262.0, + "Adj Yield": 262.0 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P13777V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": null, + "Yield": 251.6, + "Adj Yield": 251.6 + } + }, + { + "rank": 10, + "brand": "ProHarvest", + "product": "84P78TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": null, + "Yield": 246.6, + "Adj Yield": 246.6 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 273.1, + "Adj Yield": 273.1 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 263.3, + "Adj Yield": 263.3 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P1742PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": null, + "Yield": 264.3, + "Adj Yield": 264.3 + } + }, + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": null, + "Yield": 281.8, + "Adj Yield": 281.8 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147716" + ], + "fetched_at": "2026-05-27T02:24:08.799299+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147716.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147716.md new file mode 100644 index 00000000..911d70ac --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147716.md @@ -0,0 +1,43 @@ +# Corn yield trial — Flatville, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Champaign +- **City:** Flatville +- **Year:** 2025 +- **Plot ID:** 147716 +- **Cooperator:** Ehler Bros. +- **Plot average:** 255.67 BU/Ac +- **Planted:** 2025-04-27 +- **Harvested:** 2025-10-01 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 12 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147716 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | Nu Tech | 69C7PCE | PCE | - | 16.5 | - | 247.3 | 247.3 | +| 11 | Nu Tech | 70F6PCE | PCE | - | 16.0 | - | 245.8 | 245.8 | +| 13 | Pioneer | P10477V | Vorceed | - | 14.6 | - | 219.3 | 219.3 | +| 12 | ProHarvest | 81P45TreRIB | TreceptaRIB | - | 15.9 | - | 242.5 | 242.5 | +| 7 | Merschman | M-2512C-30 | PCE | - | 17.0 | - | 260.0 | 260.0 | +| 3 | Merschman | M-2512C-30 | PCE | - | 17.5 | - | 266.1 | 266.1 | +| 6 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 18.3 | - | 262.0 | 262.0 | +| 8 | Pioneer | P13777V | Vorceed | - | 16.7 | - | 251.6 | 251.6 | +| 10 | ProHarvest | 84P78TRERIB | TreceptaRIB | - | 19.1 | - | 246.6 | 246.6 | +| 2 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 19.2 | - | 273.1 | 273.1 | +| 5 | Pioneer | P1742Q | QROME | - | 18.6 | - | 263.3 | 263.3 | +| 4 | Pioneer | P1742PCE | PCE | - | 19.4 | - | 264.3 | 264.3 | +| 1 | Dekalb | DKC68-35RIB | VT2RIB | - | 18.7 | - | 281.8 | 281.8 | + +Top 5 by Yield: DKC68-35RIB (Dekalb) 281.8, DKC66-06RIB (Dekalb) 273.1, M-2512C-30 (Merschman) 266.1, P1742PCE (Pioneer) 264.3, P1742Q (Pioneer) 263.3. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147717.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147717.json new file mode 100644 index 00000000..bda05112 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147717.json @@ -0,0 +1,543 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147717", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Rio", + "county": "Knox", + "year": 2025, + "plot_id": "147717", + "cooperator": "Knox County Corn Growers", + "plot_average": 253.84, + "planted_date": "2025-04-29", + "harvested_date": "2025-09-24", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Headline", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 23, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 249.1, + "Adj Yield": 249.1 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": null, + "Yield": 244.1, + "Adj Yield": 244.1 + } + }, + { + "rank": 36, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": null, + "Yield": 234.0, + "Adj Yield": 234.0 + } + }, + { + "rank": 2, + "brand": "Brevant Seeds", + "product": "B10Y21V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": null, + "Yield": 279.5, + "Adj Yield": 279.5 + } + }, + { + "rank": 4, + "brand": "Brevant Seeds", + "product": "B14C59V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 23.8, + "Test Wt.": null, + "Yield": 276.1, + "Adj Yield": 276.1 + } + }, + { + "rank": 16, + "brand": "Brevant Seeds", + "product": "B12H48PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": null, + "Yield": 258.2, + "Adj Yield": 258.2 + } + }, + { + "rank": 20, + "brand": "Brevant Seeds", + "product": "B13C49V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": null, + "Yield": 253.8, + "Adj Yield": 253.8 + } + }, + { + "rank": 22, + "brand": "Brevant Seeds", + "product": "B11M47PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": null, + "Yield": 249.5, + "Adj Yield": 249.5 + } + }, + { + "rank": 6, + "brand": "Channel", + "product": "215-70TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": null, + "Yield": 271.6, + "Adj Yield": 271.6 + } + }, + { + "rank": 26, + "brand": "Channel", + "product": "213-53SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.5, + "Test Wt.": null, + "Yield": 245.3, + "Adj Yield": 245.3 + } + }, + { + "rank": 31, + "brand": "Channel", + "product": "212-63VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 237.6, + "Adj Yield": 237.6 + } + }, + { + "rank": 32, + "brand": "Channel", + "product": "207-34SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": null, + "Yield": 236.3, + "Adj Yield": 236.3 + } + }, + { + "rank": 34, + "brand": "Channel", + "product": "209-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 234.7, + "Adj Yield": 234.7 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 260.4, + "Adj Yield": 260.4 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": null, + "Yield": 257.2, + "Adj Yield": 257.2 + } + }, + { + "rank": 24, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": null, + "Yield": 247.6, + "Adj Yield": 247.6 + } + }, + { + "rank": 29, + "brand": "Dekalb", + "product": "DKC117-27RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 242.0, + "Adj Yield": 242.0 + } + }, + { + "rank": 30, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 20.2, + "Test Wt.": null, + "Yield": 240.9, + "Adj Yield": 240.9 + } + }, + { + "rank": 7, + "brand": "FS Seeds", + "product": "FS6447T", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": null, + "Yield": 271.4, + "Adj Yield": 271.4 + } + }, + { + "rank": 17, + "brand": "FS Seeds", + "product": "FS6395VDGRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": null, + "Yield": 257.8, + "Adj Yield": 257.8 + } + }, + { + "rank": 38, + "brand": "FS Seeds", + "product": "FS6545VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": null, + "Yield": 230.9, + "Adj Yield": 230.9 + } + }, + { + "rank": 28, + "brand": "LG Seeds", + "product": "LG64C43VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.9, + "Test Wt.": null, + "Yield": 244.0, + "Adj Yield": 244.0 + } + }, + { + "rank": 33, + "brand": "LG Seeds", + "product": "LG62C73VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": null, + "Yield": 235.6, + "Adj Yield": 235.6 + } + }, + { + "rank": 35, + "brand": "LG Seeds", + "product": "LG63C32SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 234.4, + "Adj Yield": 234.4 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 25.3, + "Test Wt.": null, + "Yield": 274.6, + "Adj Yield": 274.6 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": null, + "Yield": 269.8, + "Adj Yield": 269.8 + } + }, + { + "rank": 10, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": null, + "Yield": 268.7, + "Adj Yield": 268.7 + } + }, + { + "rank": 15, + "brand": "Pioneer", + "product": "P10477V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 22.2, + "Test Wt.": null, + "Yield": 259.2, + "Adj Yield": 259.2 + } + }, + { + "rank": 1, + "brand": "Prairie Hybrids", + "product": "7445", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.3, + "Test Wt.": null, + "Yield": 295.5, + "Adj Yield": 295.5 + } + }, + { + "rank": 3, + "brand": "Prairie Hybrids", + "product": "6436", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": null, + "Yield": 278.6, + "Adj Yield": 278.6 + } + }, + { + "rank": 11, + "brand": "Prairie Hybrids", + "product": "8864", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.0, + "Test Wt.": null, + "Yield": 263.8, + "Adj Yield": 263.8 + } + }, + { + "rank": 12, + "brand": "Prairie Hybrids", + "product": "7265", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.5, + "Test Wt.": null, + "Yield": 263.7, + "Adj Yield": 263.7 + } + }, + { + "rank": 25, + "brand": "Prairie Hybrids", + "product": "8786", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": null, + "Yield": 247.2, + "Adj Yield": 247.2 + } + }, + { + "rank": 19, + "brand": "Stine", + "product": "9754-20", + "traits": "DGVT2PRO", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": null, + "Yield": 254.7, + "Adj Yield": 254.7 + } + }, + { + "rank": 39, + "brand": "Stine", + "product": "9755-20VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": null, + "Yield": 217.6, + "Adj Yield": 217.6 + } + }, + { + "rank": 9, + "brand": "Wyffels", + "product": "W7424RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": null, + "Yield": 269.7, + "Adj Yield": 269.7 + } + }, + { + "rank": 14, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": null, + "Yield": 260.1, + "Adj Yield": 260.1 + } + }, + { + "rank": 21, + "brand": "Wyffels", + "product": "W7485RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.8, + "Test Wt.": null, + "Yield": 252.0, + "Adj Yield": 252.0 + } + }, + { + "rank": 37, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": null, + "Yield": 232.6, + "Adj Yield": 232.6 + } + } + ], + "n_results": 39, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147717" + ], + "fetched_at": "2026-05-27T02:24:09.393954+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147717.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147717.md new file mode 100644 index 00000000..ac82b1ea --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147717.md @@ -0,0 +1,70 @@ +# Corn yield trial — Rio, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Knox +- **City:** Rio +- **Year:** 2025 +- **Plot ID:** 147717 +- **Cooperator:** Knox County Corn Growers +- **Plot average:** 253.84 BU/Ac +- **Planted:** 2025-04-29 +- **Harvested:** 2025-09-24 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Headline +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147717 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 23 | AgriGold | A644-64VT2RIB | VT2RIB | - | 21.3 | - | 249.1 | 249.1 | +| 27 | AgriGold | A642-18SSPRIB | SSPRIB | - | 17.8 | - | 244.1 | 244.1 | +| 36 | AgriGold | A642-32VT2RIB | VT2RIB | - | 19.0 | - | 234.0 | 234.0 | +| 2 | Brevant Seeds | B10Y21V | Vorceed | - | 19.7 | - | 279.5 | 279.5 | +| 4 | Brevant Seeds | B14C59V | Vorceed | - | 23.8 | - | 276.1 | 276.1 | +| 16 | Brevant Seeds | B12H48PCE | PCE | - | 19.7 | - | 258.2 | 258.2 | +| 20 | Brevant Seeds | B13C49V | Vorceed | - | 22.4 | - | 253.8 | 253.8 | +| 22 | Brevant Seeds | B11M47PCE | PCE | - | 22.5 | - | 249.5 | 249.5 | +| 6 | Channel | 215-70TRCRIB | TreceptaRIB | - | 21.0 | - | 271.6 | 271.6 | +| 26 | Channel | 213-53SSPRIB | SSPRIB | - | 20.5 | - | 245.3 | 245.3 | +| 31 | Channel | 212-63VT4PRIB | VT4RIB | - | 18.5 | - | 237.6 | 237.6 | +| 32 | Channel | 207-34SSPRIB | SSPRIB | - | 17.1 | - | 236.3 | 236.3 | +| 34 | Channel | 209-70TRERIB | TreceptaRIB | - | 17.9 | - | 234.7 | 234.7 | +| 13 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 20.2 | - | 260.4 | 260.4 | +| 18 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 19.5 | - | 257.2 | 257.2 | +| 24 | Dekalb | DKC68-35RIB | VT2RIB | - | 20.1 | - | 247.6 | 247.6 | +| 29 | Dekalb | DKC117-27RIB | VT4RIB | - | 19.2 | - | 242.0 | 242.0 | +| 30 | Dekalb | DKC114-43RIB | VT4RIB | - | 20.2 | - | 240.9 | 240.9 | +| 7 | FS Seeds | FS6447T | Trecepta | - | 19.5 | - | 271.4 | 271.4 | +| 17 | FS Seeds | FS6395VDGRIB | DGVT2PRIB | - | 18.5 | - | 257.8 | 257.8 | +| 38 | FS Seeds | FS6545VRIB | VT2RIB | - | 19.7 | - | 230.9 | 230.9 | +| 28 | LG Seeds | LG64C43VT2RIB | VT2RIB | - | 20.9 | - | 244.0 | 244.0 | +| 33 | LG Seeds | LG62C73VT2RIB | VT2RIB | - | 19.4 | - | 235.6 | 235.6 | +| 35 | LG Seeds | LG63C32SSPRIB | SSPRIB | - | 18.6 | - | 234.4 | 234.4 | +| 5 | Pioneer | P1742Q | QROME | - | 25.3 | - | 274.6 | 274.6 | +| 8 | Pioneer | P14830Q | QROME | - | 19.6 | - | 269.8 | 269.8 | +| 10 | Pioneer | P13777PCE | PCE | - | 22.7 | - | 268.7 | 268.7 | +| 15 | Pioneer | P10477V | Vorceed | - | 22.2 | - | 259.2 | 259.2 | +| 1 | Prairie Hybrids | 7445 | C | - | 21.3 | - | 295.5 | 295.5 | +| 3 | Prairie Hybrids | 6436 | C | - | 21.7 | - | 278.6 | 278.6 | +| 11 | Prairie Hybrids | 8864 | C | - | 21.0 | - | 263.8 | 263.8 | +| 12 | Prairie Hybrids | 7265 | C | - | 19.5 | - | 263.7 | 263.7 | +| 25 | Prairie Hybrids | 8786 | C | - | 19.6 | - | 247.2 | 247.2 | +| 19 | Stine | 9754-20 | DGVT2PRO | - | 20.4 | - | 254.7 | 254.7 | +| 39 | Stine | 9755-20VT2PRO | VT2Pro | - | 17.9 | - | 217.6 | 217.6 | +| 9 | Wyffels | W7424RIB | PCE | - | 22.1 | - | 269.7 | 269.7 | +| 14 | Wyffels | W7945RIB | TreceptaRIB | - | 20.4 | - | 260.1 | 260.1 | +| 21 | Wyffels | W7485RIB | TreceptaRIB | - | 19.8 | - | 252.0 | 252.0 | +| 37 | Wyffels | W6505RIB | TreceptaRIB | - | 18.3 | - | 232.6 | 232.6 | + +Top 5 by Yield: 7445 (Prairie Hybrids) 295.5, B10Y21V (Brevant Seeds) 279.5, 6436 (Prairie Hybrids) 278.6, B14C59V (Brevant Seeds) 276.1, P1742Q (Pioneer) 274.6. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147718.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147718.json new file mode 100644 index 00000000..42f1b072 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147718.json @@ -0,0 +1,543 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147718", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Rio", + "county": "Knox", + "year": 2025, + "plot_id": "147718", + "cooperator": "Knox County Corn Growers", + "plot_average": 271.85, + "planted_date": "2025-04-29", + "harvested_date": "2025-09-24", + "population_seeds_per_acre": 36000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Headline, Veltyma", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 17, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": null, + "Yield": 274.5, + "Adj Yield": 274.5 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.1, + "Test Wt.": null, + "Yield": 270.6, + "Adj Yield": 270.6 + } + }, + { + "rank": 30, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.7, + "Test Wt.": null, + "Yield": 263.8, + "Adj Yield": 263.8 + } + }, + { + "rank": 12, + "brand": "Brevant Seeds", + "product": "B10Y21V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 22.0, + "Test Wt.": null, + "Yield": 277.9, + "Adj Yield": 277.9 + } + }, + { + "rank": 19, + "brand": "Brevant Seeds", + "product": "B13C49V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": null, + "Yield": 273.7, + "Adj Yield": 273.7 + } + }, + { + "rank": 21, + "brand": "Brevant Seeds", + "product": "B11M47PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 23.6, + "Test Wt.": null, + "Yield": 271.0, + "Adj Yield": 271.0 + } + }, + { + "rank": 23, + "brand": "Brevant Seeds", + "product": "B12H48PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": null, + "Yield": 269.4, + "Adj Yield": 269.4 + } + }, + { + "rank": 28, + "brand": "Brevant Seeds", + "product": "B14C59V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 25.4, + "Test Wt.": null, + "Yield": 265.5, + "Adj Yield": 265.5 + } + }, + { + "rank": 1, + "brand": "Channel", + "product": "215-70TRCRIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 22.9, + "Test Wt.": null, + "Yield": 298.4, + "Adj Yield": 298.4 + } + }, + { + "rank": 20, + "brand": "Channel", + "product": "212-63VT4PRIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": null, + "Yield": 272.9, + "Adj Yield": 272.9 + } + }, + { + "rank": 32, + "brand": "Channel", + "product": "213-53SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": null, + "Yield": 261.6, + "Adj Yield": 261.6 + } + }, + { + "rank": 35, + "brand": "Channel", + "product": "207-34SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": null, + "Yield": 256.4, + "Adj Yield": 256.4 + } + }, + { + "rank": 39, + "brand": "Channel", + "product": "209-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": null, + "Yield": 247.7, + "Adj Yield": 247.7 + } + }, + { + "rank": 8, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 23.5, + "Test Wt.": null, + "Yield": 280.8, + "Adj Yield": 280.8 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": null, + "Yield": 278.3, + "Adj Yield": 278.3 + } + }, + { + "rank": 27, + "brand": "Dekalb", + "product": "DKC117-27RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": null, + "Yield": 266.1, + "Adj Yield": 266.1 + } + }, + { + "rank": 34, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 21.8, + "Test Wt.": null, + "Yield": 257.9, + "Adj Yield": 257.9 + } + }, + { + "rank": 37, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 24.6, + "Test Wt.": null, + "Yield": 255.5, + "Adj Yield": 255.5 + } + }, + { + "rank": 9, + "brand": "FS Seeds", + "product": "FS6395VDGRIB", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": null, + "Yield": 279.9, + "Adj Yield": 279.9 + } + }, + { + "rank": 14, + "brand": "FS Seeds", + "product": "FS6447T", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": null, + "Yield": 276.0, + "Adj Yield": 276.0 + } + }, + { + "rank": 29, + "brand": "FS Seeds", + "product": "FS6545VRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.2, + "Test Wt.": null, + "Yield": 263.9, + "Adj Yield": 263.9 + } + }, + { + "rank": 16, + "brand": "LG Seeds", + "product": "LG64C43VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": null, + "Yield": 275.4, + "Adj Yield": 275.4 + } + }, + { + "rank": 24, + "brand": "LG Seeds", + "product": "LG62C73VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 21.9, + "Test Wt.": null, + "Yield": 268.9, + "Adj Yield": 268.9 + } + }, + { + "rank": 25, + "brand": "LG Seeds", + "product": "LG63C32SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": null, + "Yield": 268.5, + "Adj Yield": 268.5 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 22.6, + "Test Wt.": null, + "Yield": 286.0, + "Adj Yield": 286.0 + } + }, + { + "rank": 14, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 23.3, + "Test Wt.": null, + "Yield": 276.0, + "Adj Yield": 276.0 + } + }, + { + "rank": 26, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 26.1, + "Test Wt.": null, + "Yield": 268.2, + "Adj Yield": 268.2 + } + }, + { + "rank": 33, + "brand": "Pioneer", + "product": "P10477V", + "traits": "Vorceed", + "metrics": { + "Ck": null, + "H20": 23.7, + "Test Wt.": null, + "Yield": 261.3, + "Adj Yield": 261.3 + } + }, + { + "rank": 2, + "brand": "Prairie Hybrids", + "product": "6436", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": null, + "Yield": 290.3, + "Adj Yield": 290.3 + } + }, + { + "rank": 3, + "brand": "Prairie Hybrids", + "product": "7445", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 23.5, + "Test Wt.": null, + "Yield": 289.8, + "Adj Yield": 289.8 + } + }, + { + "rank": 4, + "brand": "Prairie Hybrids", + "product": "8864", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 23.1, + "Test Wt.": null, + "Yield": 288.1, + "Adj Yield": 288.1 + } + }, + { + "rank": 6, + "brand": "Prairie Hybrids", + "product": "7265", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.7, + "Test Wt.": null, + "Yield": 283.8, + "Adj Yield": 283.8 + } + }, + { + "rank": 18, + "brand": "Prairie Hybrids", + "product": "8786", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 21.1, + "Test Wt.": null, + "Yield": 274.2, + "Adj Yield": 274.2 + } + }, + { + "rank": 7, + "brand": "Stine", + "product": "9754-20", + "traits": "DGVT2PRO", + "metrics": { + "Ck": null, + "H20": 22.5, + "Test Wt.": null, + "Yield": 282.2, + "Adj Yield": 282.2 + } + }, + { + "rank": 36, + "brand": "Stine", + "product": "9755-20VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 20.8, + "Test Wt.": null, + "Yield": 256.2, + "Adj Yield": 256.2 + } + }, + { + "rank": 10, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 24.3, + "Test Wt.": null, + "Yield": 278.6, + "Adj Yield": 278.6 + } + }, + { + "rank": 13, + "brand": "Wyffels", + "product": "W7424RIB", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 24.7, + "Test Wt.": null, + "Yield": 276.1, + "Adj Yield": 276.1 + } + }, + { + "rank": 31, + "brand": "Wyffels", + "product": "W7485RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 21.4, + "Test Wt.": null, + "Yield": 263.2, + "Adj Yield": 263.2 + } + }, + { + "rank": 38, + "brand": "Wyffels", + "product": "W6505RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": null, + "Yield": 253.6, + "Adj Yield": 253.6 + } + } + ], + "n_results": 39, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147718" + ], + "fetched_at": "2026-05-27T02:24:09.855663+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147718.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147718.md new file mode 100644 index 00000000..02651141 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147718.md @@ -0,0 +1,70 @@ +# Corn yield trial — Rio, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Knox +- **City:** Rio +- **Year:** 2025 +- **Plot ID:** 147718 +- **Cooperator:** Knox County Corn Growers +- **Plot average:** 271.85 BU/Ac +- **Planted:** 2025-04-29 +- **Harvested:** 2025-09-24 +- **Population:** 36,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Headline, Veltyma +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147718 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 17 | AgriGold | A642-18SSPRIB | SSPRIB | - | 21.7 | - | 274.5 | 274.5 | +| 22 | AgriGold | A644-64VT2RIB | VT2RIB | - | 22.1 | - | 270.6 | 270.6 | +| 30 | AgriGold | A642-32VT2RIB | VT2RIB | - | 22.7 | - | 263.8 | 263.8 | +| 12 | Brevant Seeds | B10Y21V | Vorceed | - | 22.0 | - | 277.9 | 277.9 | +| 19 | Brevant Seeds | B13C49V | Vorceed | - | 23.0 | - | 273.7 | 273.7 | +| 21 | Brevant Seeds | B11M47PCE | PCE | - | 23.6 | - | 271.0 | 271.0 | +| 23 | Brevant Seeds | B12H48PCE | PCE | - | 22.4 | - | 269.4 | 269.4 | +| 28 | Brevant Seeds | B14C59V | Vorceed | - | 25.4 | - | 265.5 | 265.5 | +| 1 | Channel | 215-70TRCRIB | TreceptaRIB | - | 22.9 | - | 298.4 | 298.4 | +| 20 | Channel | 212-63VT4PRIB | VT4RIB | - | 21.8 | - | 272.9 | 272.9 | +| 32 | Channel | 213-53SSPRIB | SSPRIB | - | 21.7 | - | 261.6 | 261.6 | +| 35 | Channel | 207-34SSPRIB | SSPRIB | - | 20.1 | - | 256.4 | 256.4 | +| 39 | Channel | 209-70TRERIB | TreceptaRIB | - | 20.4 | - | 247.7 | 247.7 | +| 8 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 23.5 | - | 280.8 | 280.8 | +| 11 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 21.8 | - | 278.3 | 278.3 | +| 27 | Dekalb | DKC117-27RIB | VT4RIB | - | 22.5 | - | 266.1 | 266.1 | +| 34 | Dekalb | DKC114-43RIB | VT4RIB | - | 21.8 | - | 257.9 | 257.9 | +| 37 | Dekalb | DKC68-35RIB | VT2RIB | - | 24.6 | - | 255.5 | 255.5 | +| 9 | FS Seeds | FS6395VDGRIB | DGVT2PRIB | - | 22.5 | - | 279.9 | 279.9 | +| 14 | FS Seeds | FS6447T | Trecepta | - | 22.4 | - | 276.0 | 276.0 | +| 29 | FS Seeds | FS6545VRIB | VT2RIB | - | 21.2 | - | 263.9 | 263.9 | +| 16 | LG Seeds | LG64C43VT2RIB | VT2RIB | - | 23.0 | - | 275.4 | 275.4 | +| 24 | LG Seeds | LG62C73VT2RIB | VT2RIB | - | 21.9 | - | 268.9 | 268.9 | +| 25 | LG Seeds | LG63C32SSPRIB | SSPRIB | - | 21.7 | - | 268.5 | 268.5 | +| 5 | Pioneer | P14830Q | QROME | - | 22.6 | - | 286.0 | 286.0 | +| 14 | Pioneer | P13777PCE | PCE | - | 23.3 | - | 276.0 | 276.0 | +| 26 | Pioneer | P1742Q | QROME | - | 26.1 | - | 268.2 | 268.2 | +| 33 | Pioneer | P10477V | Vorceed | - | 23.7 | - | 261.3 | 261.3 | +| 2 | Prairie Hybrids | 6436 | C | - | 22.4 | - | 290.3 | 290.3 | +| 3 | Prairie Hybrids | 7445 | C | - | 23.5 | - | 289.8 | 289.8 | +| 4 | Prairie Hybrids | 8864 | C | - | 23.1 | - | 288.1 | 288.1 | +| 6 | Prairie Hybrids | 7265 | C | - | 21.7 | - | 283.8 | 283.8 | +| 18 | Prairie Hybrids | 8786 | C | - | 21.1 | - | 274.2 | 274.2 | +| 7 | Stine | 9754-20 | DGVT2PRO | - | 22.5 | - | 282.2 | 282.2 | +| 36 | Stine | 9755-20VT2PRO | VT2Pro | - | 20.8 | - | 256.2 | 256.2 | +| 10 | Wyffels | W7945RIB | TreceptaRIB | - | 24.3 | - | 278.6 | 278.6 | +| 13 | Wyffels | W7424RIB | PCE | - | 24.7 | - | 276.1 | 276.1 | +| 31 | Wyffels | W7485RIB | TreceptaRIB | - | 21.4 | - | 263.2 | 263.2 | +| 38 | Wyffels | W6505RIB | TreceptaRIB | - | 19.2 | - | 253.6 | 253.6 | + +Top 5 by Yield: 215-70TRCRIB (Channel) 298.4, 6436 (Prairie Hybrids) 290.3, 7445 (Prairie Hybrids) 289.8, 8864 (Prairie Hybrids) 288.1, P14830Q (Pioneer) 286.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147735.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147735.json new file mode 100644 index 00000000..5618b315 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147735.json @@ -0,0 +1,452 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147735", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Liberty", + "county": "Union", + "year": 2025, + "plot_id": "147735", + "cooperator": "Luke Chambers", + "plot_average": 277.9, + "planted_date": "2025-05-15", + "harvested_date": "2025-11-05", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC56-26", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 57.4, + "Yield": 275.1, + "Adj Yield": 275.1 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC66-18", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 59.3, + "Yield": 271.7, + "Adj Yield": 271.7 + } + }, + { + "rank": 19, + "brand": "Dekalb", + "product": "DKC107-69RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 57.1, + "Yield": 264.2, + "Adj Yield": 264.2 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC108-17RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.7, + "Test Wt.": 58.6, + "Yield": 276.9, + "Adj Yield": 276.9 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC66-18", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 58.6, + "Yield": 261.6, + "Adj Yield": 261.6 + } + }, + { + "rank": 21, + "brand": "Dekalb", + "product": "DKC110-10RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 59.4, + "Yield": 258.6, + "Adj Yield": 258.6 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC110-41RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 59.1, + "Yield": 278.5, + "Adj Yield": 278.5 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC66-18", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 59.6, + "Yield": 273.8, + "Adj Yield": 273.8 + } + }, + { + "rank": 17, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 61.5, + "Yield": 267.7, + "Adj Yield": 267.7 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC111-62RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 60.4, + "Yield": 276.2, + "Adj Yield": 276.2 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC66-18", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 60.5, + "Yield": 267.6, + "Adj Yield": 267.6 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 59.4, + "Yield": 281.6, + "Adj Yield": 281.6 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P10811AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 59.0, + "Yield": 279.7, + "Adj Yield": 279.7 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC66-18", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 58.9, + "Yield": 277.0, + "Adj Yield": 277.0 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC63-91", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 57.6, + "Yield": 278.6, + "Adj Yield": 278.6 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC113-03RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 58.5, + "Yield": 283.6, + "Adj Yield": 283.6 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC66-18", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 59.5, + "Yield": 269.1, + "Adj Yield": 269.1 + } + }, + { + "rank": 16, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 59.3, + "Yield": 274.4, + "Adj Yield": 274.4 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 61.9, + "Yield": 277.2, + "Adj Yield": 277.2 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC66-18", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 59.3, + "Yield": 276.3, + "Adj Yield": 276.3 + } + }, + { + "rank": 20, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 60.1, + "Yield": 259.4, + "Adj Yield": 259.4 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 62.1, + "Yield": 278.3, + "Adj Yield": 278.3 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC66-18", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 59.3, + "Yield": 276.8, + "Adj Yield": 276.8 + } + }, + { + "rank": 18, + "brand": "Dekalb", + "product": "DKC115-55RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 59.7, + "Yield": 267.5, + "Adj Yield": 267.5 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC66-06", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 59.3, + "Yield": 294.2, + "Adj Yield": 294.2 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC66-18", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 59.1, + "Yield": 274.4, + "Adj Yield": 274.4 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC117-27RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 18.9, + "Test Wt.": 59.2, + "Yield": 289.3, + "Adj Yield": 289.3 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.8, + "Test Wt.": 60.5, + "Yield": 285.7, + "Adj Yield": 285.7 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC66-18", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 60.5, + "Yield": 287.1, + "Adj Yield": 287.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 60.5, + "Yield": 294.3, + "Adj Yield": 294.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 58.7, + "Yield": 294.8, + "Adj Yield": 294.8 + } + }, + { + "rank": null, + "brand": "Dekalb", + "product": "DKC66-18", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 59.7, + "Yield": 282.0, + "Adj Yield": 282.0 + } + } + ], + "n_results": 32, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147735" + ], + "fetched_at": "2026-05-27T02:24:10.337688+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147735.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147735.md new file mode 100644 index 00000000..a15e4c2d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147735.md @@ -0,0 +1,61 @@ +# Corn yield trial — Liberty, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Union +- **City:** Liberty +- **Year:** 2025 +- **Plot ID:** 147735 +- **Cooperator:** Luke Chambers +- **Plot average:** 277.9 BU/Ac +- **Planted:** 2025-05-15 +- **Harvested:** 2025-11-05 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147735 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 15 | Dekalb | DKC56-26 | VT2Pro | - | 15.7 | 57.4 | 275.1 | 275.1 | +| - | Dekalb | DKC66-18 | VT2Pro | - | 17.9 | 59.3 | 271.7 | 271.7 | +| 19 | Dekalb | DKC107-69RIB | TreceptaRIB | - | 16.5 | 57.1 | 264.2 | 264.2 | +| 13 | Dekalb | DKC108-17RIB | TreceptaRIB | - | 16.7 | 58.6 | 276.9 | 276.9 | +| - | Dekalb | DKC66-18 | VT2Pro | - | 18.8 | 58.6 | 261.6 | 261.6 | +| 21 | Dekalb | DKC110-10RIB | STXRIB | - | 17.7 | 59.4 | 258.6 | 258.6 | +| 10 | Dekalb | DKC110-41RIB | TreceptaRIB | - | 16.8 | 59.1 | 278.5 | 278.5 | +| - | Dekalb | DKC66-18 | VT2Pro | - | 18.1 | 59.6 | 273.8 | 273.8 | +| 17 | Dekalb | DKC111-35RIB | VT2RIB | - | 16.8 | 61.5 | 267.7 | 267.7 | +| 14 | Dekalb | DKC111-62RIB | TreceptaRIB | - | 17.3 | 60.4 | 276.2 | 276.2 | +| - | Dekalb | DKC66-18 | VT2Pro | - | 18.0 | 60.5 | 267.6 | 267.6 | +| 7 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 18.1 | 59.4 | 281.6 | 281.6 | +| 8 | Pioneer | P10811AM | AM | - | 16.8 | 59.0 | 279.7 | 279.7 | +| - | Dekalb | DKC66-18 | VT2Pro | - | 18.9 | 58.9 | 277.0 | 277.0 | +| 9 | Dekalb | DKC63-91 | VT2Pro | - | 17.6 | 57.6 | 278.6 | 278.6 | +| 6 | Dekalb | DKC113-03RIB | SSPRIB | - | 17.8 | 58.5 | 283.6 | 283.6 | +| - | Dekalb | DKC66-18 | VT2Pro | - | 18.3 | 59.5 | 269.1 | 269.1 | +| 16 | Pioneer | P13777PCE | PCE | - | 18.4 | 59.3 | 274.4 | 274.4 | +| 12 | Dekalb | DKC114-43RIB | VT4RIB | - | 17.1 | 61.9 | 277.2 | 277.2 | +| - | Dekalb | DKC66-18 | VT2Pro | - | 18.3 | 59.3 | 276.3 | 276.3 | +| 20 | Dekalb | DKC114-99RIB | VT4RIB | - | 18.8 | 60.1 | 259.4 | 259.4 | +| 11 | Dekalb | DKC64-22RIB | VT2RIB | - | 17.6 | 62.1 | 278.3 | 278.3 | +| - | Dekalb | DKC66-18 | VT2Pro | - | 18.7 | 59.3 | 276.8 | 276.8 | +| 18 | Dekalb | DKC115-55RIB | TreceptaRIB | - | 18.4 | 59.7 | 267.5 | 267.5 | +| 3 | Dekalb | DKC66-06 | Trecepta | - | 18.4 | 59.3 | 294.2 | 294.2 | +| - | Dekalb | DKC66-18 | VT2Pro | - | 18.3 | 59.1 | 274.4 | 274.4 | +| 4 | Dekalb | DKC117-27RIB | VT4RIB | - | 18.9 | 59.2 | 289.3 | 289.3 | +| 5 | Dekalb | DKC68-35RIB | VT2RIB | - | 18.8 | 60.5 | 285.7 | 285.7 | +| - | Dekalb | DKC66-18 | VT2Pro | - | 18.2 | 60.5 | 287.1 | 287.1 | +| 2 | AgriGold | A642-32VT2RIB | VT2RIB | - | 18.2 | 60.5 | 294.3 | 294.3 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.6 | 58.7 | 294.8 | 294.8 | +| - | Dekalb | DKC66-18 | VT2Pro | - | 18.7 | 59.7 | 282.0 | 282.0 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 294.8, A642-32VT2RIB (AgriGold) 294.3, DKC66-06 (Dekalb) 294.2, DKC117-27RIB (Dekalb) 289.3, DKC66-18 (Dekalb) 287.1. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147740.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147740.json new file mode 100644 index 00000000..4fe845e9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147740.json @@ -0,0 +1,400 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147740", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Greensburg", + "county": "Decatur", + "year": 2025, + "plot_id": "147740", + "cooperator": "Blackhawk Acres", + "plot_average": 216.95, + "planted_date": "2025-04-28", + "harvested_date": "2025-11-06", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "Channel", + "product": "218-66VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 58.5, + "Yield": 233.5, + "Adj Yield": 233.5 + } + }, + { + "rank": 20, + "brand": "Pioneer", + "product": "P18216PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 59.4, + "Yield": 211.5, + "Adj Yield": 211.5 + } + }, + { + "rank": 23, + "brand": "Brevant Seeds", + "product": "B17H53PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 59.5, + "Yield": 202.9, + "Adj Yield": 202.9 + } + }, + { + "rank": 22, + "brand": "Channel", + "product": "215-70TRERIB", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.3, + "Yield": 210.9, + "Adj Yield": 210.9 + } + }, + { + "rank": 21, + "brand": "Superior Seed Inc.", + "product": "S8521", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 58.6, + "Yield": 211.1, + "Adj Yield": 211.1 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "AML", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 58.2, + "Yield": 222.1, + "Adj Yield": 222.1 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P14364PCUE", + "traits": "PCUE", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 58.5, + "Yield": 235.5, + "Adj Yield": 235.5 + } + }, + { + "rank": 19, + "brand": "Superior Seed Inc.", + "product": "S8501", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 58.3, + "Yield": 212.3, + "Adj Yield": 212.3 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 57.8, + "Yield": 213.7, + "Adj Yield": 213.7 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.2, + "Yield": 222.8, + "Adj Yield": 222.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 60.8, + "Yield": 242.7, + "Adj Yield": 242.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 60.1, + "Yield": 226.1, + "Adj Yield": 226.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 58.7, + "Yield": 233.4, + "Adj Yield": 233.4 + } + }, + { + "rank": 1, + "brand": "Superior Seed Inc.", + "product": "S8471", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 57.3, + "Yield": 245.8, + "Adj Yield": 245.8 + } + }, + { + "rank": 3, + "brand": "Channel", + "product": "212-76TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 58.8, + "Yield": 236.2, + "Adj Yield": 236.2 + } + }, + { + "rank": 4, + "brand": "Brevant Seeds", + "product": "B12J58V", + "traits": "VNRR", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.0, + "Yield": 236.2, + "Adj Yield": 236.2 + } + }, + { + "rank": 17, + "brand": "Channel", + "product": "211-11VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 59.1, + "Yield": 217.2, + "Adj Yield": 217.2 + } + }, + { + "rank": 12, + "brand": "Superior Seed Inc.", + "product": "S8449", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 59.0, + "Yield": 222.4, + "Adj Yield": 222.4 + } + }, + { + "rank": 9, + "brand": "Brevant Seeds", + "product": "B11C37AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 59.4, + "Yield": 226.9, + "Adj Yield": 226.9 + } + }, + { + "rank": 14, + "brand": "Pioneer", + "product": "P11616PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 61.3, + "Yield": 221.9, + "Adj Yield": 221.9 + } + }, + { + "rank": 28, + "brand": "Superior Seed Inc.", + "product": "S8440", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 58.7, + "Yield": 172.9, + "Adj Yield": 172.9 + } + }, + { + "rank": 25, + "brand": "Pioneer", + "product": "P1136AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 59.8, + "Yield": 190.7, + "Adj Yield": 190.7 + } + }, + { + "rank": 27, + "brand": "Pioneer", + "product": "P10796PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 59.2, + "Yield": 178.6, + "Adj Yield": 178.6 + } + }, + { + "rank": 24, + "brand": "Superior Seed Inc.", + "product": "S8438", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 58.7, + "Yield": 196.2, + "Adj Yield": 196.2 + } + }, + { + "rank": 26, + "brand": "Brevant Seeds", + "product": "B09P54PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 58.4, + "Yield": 182.7, + "Adj Yield": 182.7 + } + }, + { + "rank": 15, + "brand": "Channel", + "product": "209-70TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 59.4, + "Yield": 218.2, + "Adj Yield": 218.2 + } + }, + { + "rank": 16, + "brand": "Superior Seed Inc.", + "product": "S8408", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 60.1, + "Yield": 218.1, + "Adj Yield": 218.1 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P09076PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 59.1, + "Yield": 232.1, + "Adj Yield": 232.1 + } + } + ], + "n_results": 28, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147740" + ], + "fetched_at": "2026-05-27T02:24:10.830586+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147740.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147740.md new file mode 100644 index 00000000..83e1542a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147740.md @@ -0,0 +1,57 @@ +# Corn yield trial — Greensburg, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Decatur +- **City:** Greensburg +- **Year:** 2025 +- **Plot ID:** 147740 +- **Cooperator:** Blackhawk Acres +- **Plot average:** 216.95 BU/Ac +- **Planted:** 2025-04-28 +- **Harvested:** 2025-11-06 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147740 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | Channel | 218-66VT2PRIB | VT2RIB | - | 14.8 | 58.5 | 233.5 | 233.5 | +| 20 | Pioneer | P18216PCE | PCE | - | 14.5 | 59.4 | 211.5 | 211.5 | +| 23 | Brevant Seeds | B17H53PCE | PCE | - | 14.6 | 59.5 | 202.9 | 202.9 | +| 22 | Channel | 215-70TRERIB | Trecepta | - | 14.7 | 58.3 | 210.9 | 210.9 | +| 21 | Superior Seed Inc. | S8521 | C | - | 14.7 | 58.6 | 211.1 | 211.1 | +| 13 | Pioneer | P14830AML | AML | - | 14.6 | 58.2 | 222.1 | 222.1 | +| 5 | Pioneer | P14364PCUE | PCUE | - | 14.0 | 58.5 | 235.5 | 235.5 | +| 19 | Superior Seed Inc. | S8501 | PCE | - | 14.5 | 58.3 | 212.3 | 212.3 | +| 18 | AgriGold | A644-64VT2RIB | VT2RIB | - | 15.0 | 57.8 | 213.7 | 213.7 | +| 11 | Pioneer | P13777PCE | PCE | - | 14.3 | 59.2 | 222.8 | 222.8 | +| 2 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.1 | 60.8 | 242.7 | 242.7 | +| 10 | AgriGold | A642-18TRC | Trecepta | - | 14.3 | 60.1 | 226.1 | 226.1 | +| 7 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 14.5 | 58.7 | 233.4 | 233.4 | +| 1 | Superior Seed Inc. | S8471 | PCE | - | 14.4 | 57.3 | 245.8 | 245.8 | +| 3 | Channel | 212-76TRERIB | TreceptaRIB | - | 14.4 | 58.8 | 236.2 | 236.2 | +| 4 | Brevant Seeds | B12J58V | VNRR | - | 14.3 | 59.0 | 236.2 | 236.2 | +| 17 | Channel | 211-11VT2PRIB | VT2RIB | - | 13.8 | 59.1 | 217.2 | 217.2 | +| 12 | Superior Seed Inc. | S8449 | PCE | - | 14.0 | 59.0 | 222.4 | 222.4 | +| 9 | Brevant Seeds | B11C37AM | AM | - | 14.2 | 59.4 | 226.9 | 226.9 | +| 14 | Pioneer | P11616PCE | PCE | - | 12.8 | 61.3 | 221.9 | 221.9 | +| 28 | Superior Seed Inc. | S8440 | PCE | - | 14.1 | 58.7 | 172.9 | 172.9 | +| 25 | Pioneer | P1136AM | AM | - | 13.1 | 59.8 | 190.7 | 190.7 | +| 27 | Pioneer | P10796PCE | PCE | - | 13.2 | 59.2 | 178.6 | 178.6 | +| 24 | Superior Seed Inc. | S8438 | PCE | - | 13.5 | 58.7 | 196.2 | 196.2 | +| 26 | Brevant Seeds | B09P54PCE | PCE | - | 14.0 | 58.4 | 182.7 | 182.7 | +| 15 | Channel | 209-70TRERIB | TreceptaRIB | - | 13.7 | 59.4 | 218.2 | 218.2 | +| 16 | Superior Seed Inc. | S8408 | PCE | - | 13.2 | 60.1 | 218.1 | 218.1 | +| 8 | Pioneer | P09076PCE | PCE | - | 13.2 | 59.1 | 232.1 | 232.1 | + +Top 5 by Yield: S8471 (Superior Seed Inc.) 245.8, A642-32VT2RIB (AgriGold) 242.7, 212-76TRERIB (Channel) 236.2, B12J58V (Brevant Seeds) 236.2, P14364PCUE (Pioneer) 235.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147764.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147764.json new file mode 100644 index 00000000..fcd80d24 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147764.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147764", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Curlew", + "county": "Palo Alto", + "year": 2025, + "plot_id": "147764", + "cooperator": "Terry Rouse", + "plot_average": 246.82, + "planted_date": "2025-04-30", + "harvested_date": "2025-09-26", + "population_seeds_per_acre": 35000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silty Clay Loam", + "tillage": "Minimum", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 56.0, + "Yield": 217.0, + "Adj Yield": 217.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 22.4, + "Test Wt.": 54.9, + "Yield": 234.4, + "Adj Yield": 232.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 25.7, + "Test Wt.": 54.8, + "Yield": 252.4, + "Adj Yield": 251.36 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 22.8, + "Test Wt.": 55.1, + "Yield": 242.0, + "Adj Yield": 241.45 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 23.7, + "Test Wt.": 56.7, + "Yield": 243.9, + "Adj Yield": 243.92 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 23.5, + "Test Wt.": 56.7, + "Yield": 273.4, + "Adj Yield": 273.92 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 23.0, + "Test Wt.": 55.6, + "Yield": 220.5, + "Adj Yield": 221.55 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 23.2, + "Test Wt.": 54.6, + "Yield": 261.1, + "Adj Yield": 262.74 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 56.0, + "Yield": 212.7, + "Adj Yield": 212.7 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147764" + ], + "fetched_at": "2026-05-27T02:24:11.336917+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147764.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147764.md new file mode 100644 index 00000000..26bf3da3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147764.md @@ -0,0 +1,39 @@ +# Corn yield trial — Curlew, IA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Palo Alto +- **City:** Curlew +- **Year:** 2025 +- **Plot ID:** 147764 +- **Cooperator:** Terry Rouse +- **Plot average:** 246.82 BU/Ac +- **Planted:** 2025-04-30 +- **Harvested:** 2025-09-26 +- **Population:** 35,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silty Clay Loam +- **Tillage:** Minimum +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147764 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A631-08VT2RIB | VT2RIB | - | 19.0 | 56.0 | 217.0 | 217.0 | +| 6 | AgriGold | A636-11VT2RIB | VT2RIB | - | 22.4 | 54.9 | 234.4 | 232.8 | +| 3 | AgriGold | A636-16-5222EZ | 5222EZ | - | 25.7 | 54.8 | 252.4 | 251.36 | +| 5 | AgriGold | A636-42SSPRIB | SSPRIB | - | 22.8 | 55.1 | 242.0 | 241.45 | +| 4 | AgriGold | A637-72VT2RIB | VT2RIB | - | 23.7 | 56.7 | 243.9 | 243.92 | +| 1 | AgriGold | A638-91VT2PRO | VT2Pro | - | 23.5 | 56.7 | 273.4 | 273.92 | +| 7 | AgriGold | A639-38V-RN | 3220 | - | 23.0 | 55.6 | 220.5 | 221.55 | +| 2 | AgriGold | A640-16-3110 | 3110 | - | 23.2 | 54.6 | 261.1 | 262.74 | +| - | AgriGold | A631-08VT2RIB | VT2RIB | - | 19.2 | 56.0 | 212.7 | 212.7 | + +Top 5 by Yield: A638-91VT2PRO (AgriGold) 273.4, A640-16-3110 (AgriGold) 261.1, A636-16-5222EZ (AgriGold) 252.4, A637-72VT2RIB (AgriGold) 243.9, A636-42SSPRIB (AgriGold) 242.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147765.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147765.json new file mode 100644 index 00000000..138acd57 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147765.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147765", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Westphalia", + "county": "Shelby", + "year": 2025, + "plot_id": "147765", + "cooperator": "Jeff Schaben", + "plot_average": 242.65, + "planted_date": "2025-04-14", + "harvested_date": "2025-10-16", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 56.7, + "Yield": 237.7, + "Adj Yield": 237.7 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 58.7, + "Yield": 244.0, + "Adj Yield": 243.64 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 59.5, + "Yield": 236.1, + "Adj Yield": 235.81 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A636-42SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.4, + "Yield": 235.7, + "Adj Yield": 235.45 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC106-98RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 60.6, + "Yield": 249.5, + "Adj Yield": 249.32 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 60.9, + "Yield": 251.2, + "Adj Yield": 251.12 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.8, + "Yield": 244.0, + "Adj Yield": 244.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 57.9, + "Yield": 251.6, + "Adj Yield": 251.63 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 56.6, + "Yield": 229.0, + "Adj Yield": 229.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 57.9, + "Yield": 237.4, + "Adj Yield": 237.59 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 58.7, + "Yield": 243.5, + "Adj Yield": 243.82 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 60.1, + "Yield": 247.3, + "Adj Yield": 247.62 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 57.2, + "Yield": 236.8, + "Adj Yield": 236.8 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147765" + ], + "fetched_at": "2026-05-27T02:24:11.842424+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147765.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147765.md new file mode 100644 index 00000000..458a6249 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147765.md @@ -0,0 +1,42 @@ +# Corn yield trial — Westphalia, IA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Shelby +- **City:** Westphalia +- **Year:** 2025 +- **Plot ID:** 147765 +- **Cooperator:** Jeff Schaben +- **Plot average:** 242.65 BU/Ac +- **Planted:** 2025-04-14 +- **Harvested:** 2025-10-16 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147765 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | A636-11VT2RIB | VT2RIB | - | 14.8 | 56.7 | 237.7 | 237.7 | +| 7 | AgriGold | A634-11SSPRIB | SSPRIB | - | 14.4 | 58.7 | 244.0 | 243.64 | +| 9 | AgriGold | A634-65TRC | Trecepta | - | 13.9 | 59.5 | 236.1 | 235.81 | +| 10 | AgriGold | A636-42SSPRIB | SSPRIB | - | 14.3 | 59.4 | 235.7 | 235.45 | +| 3 | Dekalb | DKC106-98RIB | VT4RIB | - | 14.9 | 60.6 | 249.5 | 249.32 | +| 2 | AgriGold | A637-72VT2RIB | VT2RIB | - | 14.8 | 60.9 | 251.2 | 251.12 | +| 5 | AgriGold | A638-19 | C | - | 15.4 | 58.8 | 244.0 | 244.0 | +| 1 | AgriGold | A638-91VT2PRO | VT2Pro | - | 15.2 | 57.9 | 251.6 | 251.63 | +| 11 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.0 | 56.6 | 229.0 | 229.1 | +| 8 | AgriGold | A639-38V-RN | 3220 | - | 15.6 | 57.9 | 237.4 | 237.59 | +| 6 | AgriGold | A640-16-3110 | 3110 | - | 16.1 | 58.7 | 243.5 | 243.82 | +| 4 | AgriGold | A640-94VT4PRO | VT4Pro | - | 14.5 | 60.1 | 247.3 | 247.62 | +| - | AgriGold | A636-11VT2RIB | VT2RIB | - | 14.7 | 57.2 | 236.8 | 236.8 | + +Top 5 by Yield: A638-91VT2PRO (AgriGold) 251.6, A637-72VT2RIB (AgriGold) 251.2, DKC106-98RIB (Dekalb) 249.5, A640-94VT4PRO (AgriGold) 247.3, A634-11SSPRIB (AgriGold) 244.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147766.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147766.json new file mode 100644 index 00000000..dd529612 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147766.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147766", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Westphalia", + "county": "Shelby", + "year": 2025, + "plot_id": "147766", + "cooperator": "Jeff Schaben", + "plot_average": 250.81, + "planted_date": "2025-04-14", + "harvested_date": "2025-10-16", + "population_seeds_per_acre": 33000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.7, + "Yield": 243.9, + "Adj Yield": 244.87 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 57.2, + "Yield": 236.8, + "Adj Yield": 236.8 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P1170AM", + "traits": "AM", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 59.5, + "Yield": 244.7, + "Adj Yield": 245.64 + } + }, + { + "rank": 5, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 58.4, + "Yield": 254.4, + "Adj Yield": 255.08 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 58.7, + "Yield": 259.3, + "Adj Yield": 259.83 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 59.6, + "Yield": 243.6, + "Adj Yield": 243.92 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE", + "metrics": { + "Ck": null, + "H20": 17.1, + "Test Wt.": 58.1, + "Yield": 260.9, + "Adj Yield": 260.95 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 55.1, + "Yield": 262.0, + "Adj Yield": 261.87 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 16.6, + "Test Wt.": 59.9, + "Yield": 247.4, + "Adj Yield": 247.11 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 58.7, + "Yield": 255.7, + "Adj Yield": 255.19 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 56.7, + "Yield": 247.6, + "Adj Yield": 246.93 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 58.5, + "Yield": 244.6, + "Adj Yield": 243.65 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A636-11VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": null, + "Yield": 239.0, + "Adj Yield": 239.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 58.6, + "Yield": 245.7, + "Adj Yield": 244.72 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147766" + ], + "fetched_at": "2026-05-27T02:24:12.342530+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147766.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147766.md new file mode 100644 index 00000000..2164cebd --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147766.md @@ -0,0 +1,43 @@ +# Corn yield trial — Westphalia, IA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IA +- **County:** Shelby +- **City:** Westphalia +- **Year:** 2025 +- **Plot ID:** 147766 +- **Cooperator:** Jeff Schaben +- **Plot average:** 250.81 BU/Ac +- **Planted:** 2025-04-14 +- **Harvested:** 2025-10-16 +- **Population:** 33,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147766 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | AgriGold | A641-26V | 3220EZ | - | 17.0 | 57.7 | 243.9 | 244.87 | +| - | AgriGold | A636-11VT2RIB | VT2RIB | - | 14.7 | 57.2 | 236.8 | 236.8 | +| 8 | Pioneer | P1170AM | AM | - | 15.9 | 59.5 | 244.7 | 245.64 | +| 5 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 16.4 | 58.4 | 254.4 | 255.08 | +| 3 | AgriGold | A642-18SSPRIB | SSPRIB | - | 17.1 | 58.7 | 259.3 | 259.83 | +| 11 | AgriGold | A642-32VT2RIB | VT2RIB | - | 15.8 | 59.6 | 243.6 | 243.92 | +| 2 | Pioneer | P13777PCE | PCE | - | 17.1 | 58.1 | 260.9 | 260.95 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 16.5 | 55.1 | 262.0 | 261.87 | +| 6 | Pioneer | P14830Q | QROME | - | 16.6 | 59.9 | 247.4 | 247.11 | +| 4 | AgriGold | A645-30VT2RIB | VT2RIB | - | 17.5 | 58.7 | 255.7 | 255.19 | +| 7 | AgriGold | A645-71STXRIB | STXRIB | - | 18.0 | 56.7 | 247.6 | 246.93 | +| 12 | AgriGold | A646-17STXRIB | STXRIB | - | 15.3 | 58.5 | 244.6 | 243.65 | +| - | AgriGold | A636-11VT2RIB | VT2RIB | - | 14.8 | - | 239.0 | 239.0 | +| 10 | AgriGold | A641-62D-RN | 5122 | - | 14.1 | 58.6 | 245.7 | 244.72 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 262.0, P13777PCE (Pioneer) 260.9, A642-18SSPRIB (AgriGold) 259.3, A645-30VT2RIB (AgriGold) 255.7, DKC112-12RIB (Dekalb) 254.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147778.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147778.json new file mode 100644 index 00000000..e33d695b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147778.json @@ -0,0 +1,101 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147778", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "CO", + "state_abbrev": "co", + "city": "Burlington", + "county": "Kit Carson", + "year": 2025, + "plot_id": "147778", + "cooperator": "Logan Daniel", + "plot_average": 144.6, + "planted_date": "2025-05-30", + "harvested_date": "2025-11-15", + "population_seeds_per_acre": 14000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Wheat", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "A630-04AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 57.5, + "Yield": 151.7, + "Adj Yield": 151.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 56.3, + "Yield": 138.4, + "Adj Yield": 138.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 57.5, + "Yield": 143.9, + "Adj Yield": 143.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.2, + "Test Wt.": 55.3, + "Yield": 157.3, + "Adj Yield": 157.3 + } + }, + { + "rank": 5, + "brand": "Rob-See-Co", + "product": "IC5267-3120EZ", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 56.0, + "Yield": 131.7, + "Adj Yield": 131.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147778" + ], + "fetched_at": "2026-05-27T02:24:12.821283+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147778.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147778.md new file mode 100644 index 00000000..e78ddbe2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147778.md @@ -0,0 +1,38 @@ +# Corn yield trial — Burlington, CO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** CO +- **County:** Kit Carson +- **City:** Burlington +- **Year:** 2025 +- **Plot ID:** 147778 +- **Cooperator:** Logan Daniel +- **Plot average:** 144.6 BU/Ac +- **Planted:** 2025-05-30 +- **Harvested:** 2025-11-15 +- **Population:** 14,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Wheat +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147778 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | A630-04AA | 3120EZ | - | 16.0 | 57.5 | 151.7 | 151.7 | +| 4 | AgriGold | A631-08VT2RIB | VT2RIB | - | 17.0 | 56.3 | 138.4 | 138.4 | +| 3 | AgriGold | A632-68VT2RIB | VT2RIB | - | 16.3 | 57.5 | 143.9 | 143.9 | +| 1 | AgriGold | A636-39-3110 | 3110 | - | 17.2 | 55.3 | 157.3 | 157.3 | +| 5 | Rob-See-Co | IC5267-3120EZ | 3120EZ | - | 15.1 | 56.0 | 131.7 | 131.7 | + +Top 5 by Yield: A636-39-3110 (AgriGold) 157.3, A630-04AA (AgriGold) 151.7, A632-68VT2RIB (AgriGold) 143.9, A631-08VT2RIB (AgriGold) 138.4, IC5267-3120EZ (Rob-See-Co) 131.7. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147782.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147782.json new file mode 100644 index 00000000..2bf9845c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147782.json @@ -0,0 +1,101 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147782", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "CO", + "state_abbrev": "co", + "city": "Burlington", + "county": "Kit Carson", + "year": 2025, + "plot_id": "147782", + "cooperator": "Logan Daniel", + "plot_average": 191.46, + "planted_date": "2025-05-20", + "harvested_date": "2025-11-10", + "population_seeds_per_acre": 18000, + "row_width": "30.0\"", + "num_rows": null, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": 5, + "brand": "AgriGold", + "product": "A630-04D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 58.6, + "Yield": 180.2, + "Adj Yield": 180.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 55.2, + "Yield": 190.5, + "Adj Yield": 190.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 56.3, + "Yield": 206.1, + "Adj Yield": 206.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 18.5, + "Test Wt.": 56.2, + "Yield": 190.7, + "Adj Yield": 190.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 56.0, + "Yield": 189.8, + "Adj Yield": 189.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147782" + ], + "fetched_at": "2026-05-27T02:24:13.325740+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147782.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147782.md new file mode 100644 index 00000000..b3fc11c3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147782.md @@ -0,0 +1,37 @@ +# Corn yield trial — Burlington, CO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** CO +- **County:** Kit Carson +- **City:** Burlington +- **Year:** 2025 +- **Plot ID:** 147782 +- **Cooperator:** Logan Daniel +- **Plot average:** 191.46 BU/Ac +- **Planted:** 2025-05-20 +- **Harvested:** 2025-11-10 +- **Population:** 18,000 seeds/acre +- **Row width:** 30.0" +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** Yes +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147782 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | AgriGold | A630-04D | 5122EZ | - | 13.3 | 58.6 | 180.2 | 180.2 | +| 3 | AgriGold | A641-62D-RN | 5122 | - | 17.6 | 55.2 | 190.5 | 190.5 | +| 1 | AgriGold | A642-18SSPRIB | SSPRIB | - | 16.8 | 56.3 | 206.1 | 206.1 | +| 2 | AgriGold | A646-17STXRIB | STXRIB | - | 18.5 | 56.2 | 190.7 | 190.7 | +| 4 | AgriGold | A636-39-3110 | 3110 | - | 16.4 | 56.0 | 189.8 | 189.8 | + +Top 5 by Yield: A642-18SSPRIB (AgriGold) 206.1, A646-17STXRIB (AgriGold) 190.7, A641-62D-RN (AgriGold) 190.5, A636-39-3110 (AgriGold) 189.8, A630-04D (AgriGold) 180.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147790.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147790.json new file mode 100644 index 00000000..0ba5e8c7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147790.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147790", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Smith Center", + "county": "Smith", + "year": 2025, + "plot_id": "147790", + "cooperator": "Kaid Sasse", + "plot_average": 181.28, + "planted_date": "2025-06-10", + "harvested_date": "2025-11-18", + "population_seeds_per_acre": 22000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Wheat", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": 3, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 59.2, + "Yield": 184.6, + "Adj Yield": 184.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 60.8, + "Yield": 186.1, + "Adj Yield": 186.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 59.6, + "Yield": 175.0, + "Adj Yield": 175.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 59.1, + "Yield": 173.4, + "Adj Yield": 173.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-18TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 59.4, + "Yield": 200.2, + "Adj Yield": 200.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 60.3, + "Yield": 173.9, + "Adj Yield": 173.9 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A643-52VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 60.8, + "Yield": 172.8, + "Adj Yield": 172.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 60.3, + "Yield": 184.2, + "Adj Yield": 184.2 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147790" + ], + "fetched_at": "2026-05-27T02:24:13.822470+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147790.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147790.md new file mode 100644 index 00000000..3a131b48 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147790.md @@ -0,0 +1,41 @@ +# Corn yield trial — Smith Center, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Smith +- **City:** Smith Center +- **Year:** 2025 +- **Plot ID:** 147790 +- **Cooperator:** Kaid Sasse +- **Plot average:** 181.28 BU/Ac +- **Planted:** 2025-06-10 +- **Harvested:** 2025-11-18 +- **Population:** 22,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Wheat +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147790 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | AgriGold | A636-39-3110 | 3110 | - | 13.9 | 59.2 | 184.6 | 184.6 | +| 2 | AgriGold | A637-72VT2RIB | VT2RIB | - | 13.9 | 60.8 | 186.1 | 186.1 | +| 5 | AgriGold | A640-16-3110 | 3110 | - | 13.9 | 59.6 | 175.0 | 175.0 | +| 7 | AgriGold | A641-26V | 3220EZ | - | 14.1 | 59.1 | 173.4 | 173.4 | +| 1 | AgriGold | A642-18TRC | Trecepta | - | 14.6 | 59.4 | 200.2 | 200.2 | +| 6 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.6 | 60.3 | 173.9 | 173.9 | +| 8 | AgriGold | A643-52VT2PRO | VT2Pro | - | 14.5 | 60.8 | 172.8 | 172.8 | +| 4 | AgriGold | A645-16VT2RIB | VT2RIB | - | 15.7 | 60.3 | 184.2 | 184.2 | + +Top 5 by Yield: A642-18TRC (AgriGold) 200.2, A637-72VT2RIB (AgriGold) 186.1, A636-39-3110 (AgriGold) 184.6, A645-16VT2RIB (AgriGold) 184.2, A640-16-3110 (AgriGold) 175.0. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147796.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147796.json new file mode 100644 index 00000000..d3374087 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147796.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147796", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Hanover", + "county": "Washington", + "year": 2025, + "plot_id": "147796", + "cooperator": "Scheeler Seeds, LLC", + "plot_average": 187.39, + "planted_date": "2025-05-15", + "harvested_date": "2025-10-28", + "population_seeds_per_acre": 22000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 190.4, + "Adj Yield": 190.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": null, + "Yield": 185.7, + "Adj Yield": 185.7 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": null, + "Yield": 184.6, + "Adj Yield": 184.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": null, + "Yield": 186.8, + "Adj Yield": 186.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": null, + "Yield": 194.3, + "Adj Yield": 194.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": null, + "Yield": 188.9, + "Adj Yield": 188.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": null, + "Yield": 188.2, + "Adj Yield": 188.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": null, + "Yield": 180.2, + "Adj Yield": 180.2 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147796" + ], + "fetched_at": "2026-05-27T02:24:14.325910+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147796.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147796.md new file mode 100644 index 00000000..ed5a0be9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147796.md @@ -0,0 +1,41 @@ +# Corn yield trial — Hanover, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Washington +- **City:** Hanover +- **Year:** 2025 +- **Plot ID:** 147796 +- **Cooperator:** Scheeler Seeds, LLC +- **Plot average:** 187.39 BU/Ac +- **Planted:** 2025-05-15 +- **Harvested:** 2025-10-28 +- **Population:** 22,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147796 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | A645-55VT2PRO | VT2Pro | - | 13.0 | - | 190.4 | 190.4 | +| 6 | AgriGold | A645-30VT2RIB | VT2RIB | - | 13.7 | - | 185.7 | 185.7 | +| 7 | AgriGold | A644-64VT2RIB | VT2RIB | - | 12.4 | - | 184.6 | 184.6 | +| 5 | AgriGold | A642-32VT2RIB | VT2RIB | - | 12.4 | - | 186.8 | 186.8 | +| 1 | AgriGold | A643-52VT2RIB | VT2RIB | - | 12.1 | - | 194.3 | 194.3 | +| 3 | AgriGold | A642-18SSPRIB | SSPRIB | - | 12.2 | - | 188.9 | 188.9 | +| 4 | AgriGold | A641-26V | 3220EZ | - | 12.2 | - | 188.2 | 188.2 | +| 8 | AgriGold | A640-16-3110 | 3110 | - | 12.2 | - | 180.2 | 180.2 | + +Top 5 by Yield: A643-52VT2RIB (AgriGold) 194.3, A645-55VT2PRO (AgriGold) 190.4, A642-18SSPRIB (AgriGold) 188.9, A641-26V (AgriGold) 188.2, A642-32VT2RIB (AgriGold) 186.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147797.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147797.json new file mode 100644 index 00000000..73a43388 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147797.json @@ -0,0 +1,322 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147797", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Melvin", + "county": "Ford", + "year": 2025, + "plot_id": "147797", + "cooperator": "Randy Aberle", + "plot_average": 273.72, + "planted_date": "2025-05-13", + "harvested_date": "2025-10-11", + "population_seeds_per_acre": 32000, + "row_width": "\"", + "num_rows": 12, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 18, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 57.6, + "Yield": 252.3, + "Adj Yield": 252.3 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "A637-72VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.6, + "Yield": 243.1, + "Adj Yield": 243.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.1, + "Test Wt.": 56.8, + "Yield": 282.7, + "Adj Yield": 282.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A638-91VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 16.8, + "Test Wt.": 59.5, + "Yield": 280.4, + "Adj Yield": 280.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A639-03VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 58.4, + "Yield": 281.0, + "Adj Yield": 281.0 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 18.3, + "Test Wt.": 57.2, + "Yield": 260.3, + "Adj Yield": 260.3 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 18.7, + "Test Wt.": 55.7, + "Yield": 269.1, + "Adj Yield": 269.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 55.7, + "Yield": 284.8, + "Adj Yield": 284.8 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 59.9, + "Yield": 275.2, + "Adj Yield": 275.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.2, + "Test Wt.": 57.3, + "Yield": 281.2, + "Adj Yield": 281.2 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 56.9, + "Yield": 287.8, + "Adj Yield": 287.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 17.5, + "Test Wt.": 59.7, + "Yield": 275.6, + "Adj Yield": 275.6 + } + }, + { + "rank": 13, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.6, + "Test Wt.": 57.3, + "Yield": 272.7, + "Adj Yield": 272.7 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 60.6, + "Yield": 287.8, + "Adj Yield": 287.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.8, + "Test Wt.": 58.3, + "Yield": 288.2, + "Adj Yield": 288.2 + } + }, + { + "rank": 10, + "brand": "Becks", + "product": "5794V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 58.3, + "Yield": 275.3, + "Adj Yield": 275.3 + } + }, + { + "rank": 12, + "brand": "Becks", + "product": "6280TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 58.6, + "Yield": 274.8, + "Adj Yield": 274.8 + } + }, + { + "rank": 7, + "brand": "Becks", + "product": "6473TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.2, + "Yield": 280.8, + "Adj Yield": 280.8 + } + }, + { + "rank": 16, + "brand": "Becks", + "product": "6574TCV2P", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 18.1, + "Test Wt.": 57.4, + "Yield": 264.0, + "Adj Yield": 264.0 + } + }, + { + "rank": 4, + "brand": "Becks", + "product": "6700V2P", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.3, + "Test Wt.": 60.1, + "Yield": 283.7, + "Adj Yield": 283.7 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 55.9, + "Yield": 290.6, + "Adj Yield": 290.6 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC65-92", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 60.7, + "Yield": 270.4, + "Adj Yield": 270.4 + } + } + ], + "n_results": 22, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147797" + ], + "fetched_at": "2026-05-27T02:24:14.853506+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147797.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147797.md new file mode 100644 index 00000000..5211171e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147797.md @@ -0,0 +1,52 @@ +# Corn yield trial — Melvin, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IL +- **County:** Ford +- **City:** Melvin +- **Year:** 2025 +- **Plot ID:** 147797 +- **Cooperator:** Randy Aberle +- **Plot average:** 273.72 BU/Ac +- **Planted:** 2025-05-13 +- **Harvested:** 2025-10-11 +- **Population:** 32,000 seeds/acre +- **Row width:** " +- **# Rows:** 12 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147797 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 18 | AgriGold | A634-65TRC | Trecepta | - | 14.0 | 57.6 | 252.3 | 252.3 | +| 19 | AgriGold | A637-72VT2RIB | VT2RIB | - | 15.4 | 60.6 | 243.1 | 243.1 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.1 | 56.8 | 282.7 | 282.7 | +| 8 | AgriGold | A638-91VT2PRO | VT2Pro | - | 16.8 | 59.5 | 280.4 | 280.4 | +| 6 | AgriGold | A639-03VT2RIB | VT2RIB | - | 15.5 | 58.4 | 281.0 | 281.0 | +| 17 | AgriGold | A641-62D-RN | 5122 | - | 18.3 | 57.2 | 260.3 | 260.3 | +| 15 | AgriGold | A642-18SSPRIB | SSPRIB | - | 18.7 | 55.7 | 269.1 | 269.1 | +| 3 | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.8 | 55.7 | 284.8 | 284.8 | +| 11 | AgriGold | A643-52VT2RIB | VT2RIB | - | 17.5 | 59.9 | 275.2 | 275.2 | +| 5 | AgriGold | A645-16VT2RIB | VT2RIB | - | 18.2 | 57.3 | 281.2 | 281.2 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 18.6 | 56.9 | 287.8 | 287.8 | +| 9 | AgriGold | A645-71STXRIB | STXRIB | - | 17.5 | 59.7 | 275.6 | 275.6 | +| 13 | Dekalb | DKC66-06RIB | TreceptaRIB | - | 17.6 | 57.3 | 272.7 | 272.7 | +| 2 | Dekalb | DKC68-35RIB | VT2RIB | - | 16.1 | 60.6 | 287.8 | 287.8 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.8 | 58.3 | 288.2 | 288.2 | +| 10 | Becks | 5794V2P | VT2RIB | - | 17.3 | 58.3 | 275.3 | 275.3 | +| 12 | Becks | 6280TCV2P | TreceptaRIB | - | 17.9 | 58.6 | 274.8 | 274.8 | +| 7 | Becks | 6473TCV2P | TreceptaRIB | - | 16.2 | 59.2 | 280.8 | 280.8 | +| 16 | Becks | 6574TCV2P | TreceptaRIB | - | 18.1 | 57.4 | 264.0 | 264.0 | +| 4 | Becks | 6700V2P | VT2RIB | - | 17.3 | 60.1 | 283.7 | 283.7 | +| - | AgriGold | A644-64VT2RIB | VT2RIB | - | 17.9 | 55.9 | 290.6 | 290.6 | +| 14 | Dekalb | DKC65-92 | C | - | 16.5 | 60.7 | 270.4 | 270.4 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 290.6, A644-64VT2RIB (AgriGold) 288.2, A644-64VT2RIB (AgriGold) 287.8, DKC68-35RIB (Dekalb) 287.8, A642-32VT2RIB (AgriGold) 284.8. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147798.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147798.json new file mode 100644 index 00000000..8107f910 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147798.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147798", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "WI", + "state_abbrev": "wi", + "city": "Whitewater", + "county": "Jefferson", + "year": 2025, + "plot_id": "147798", + "cooperator": "Sarafina Farms", + "plot_average": 191.7, + "planted_date": "2025-05-15", + "harvested_date": "2025-11-24", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Peat", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 17, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 60.4, + "Yield": 168.3, + "Adj Yield": 168.3 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 59.0, + "Yield": 172.0, + "Adj Yield": 172.0 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "A626-39VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 56.9, + "Yield": 172.6, + "Adj Yield": 172.6 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A629-55VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.8, + "Test Wt.": 59.4, + "Yield": 174.0, + "Adj Yield": 174.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A630-04D", + "traits": "5122EZ", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 61.4, + "Yield": 188.0, + "Adj Yield": 188.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "A630-04AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 16.4, + "Test Wt.": 58.0, + "Yield": 189.5, + "Adj Yield": 189.5 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "A630-04", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 59.0, + "Yield": 184.2, + "Adj Yield": 184.2 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "A631-08DV-RN", + "traits": "5222", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 57.5, + "Yield": 183.4, + "Adj Yield": 183.4 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A631-08VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 58.0, + "Yield": 193.8, + "Adj Yield": 193.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A632-68VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 60.7, + "Yield": 203.6, + "Adj Yield": 203.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A634-65TRC", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 56.8, + "Yield": 201.5, + "Adj Yield": 201.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A634-11SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 58.6, + "Yield": 211.2, + "Adj Yield": 211.2 + } + }, + { + "rank": 8, + "brand": "Brevant Seeds", + "product": "B04R11Q", + "traits": "QROME", + "metrics": { + "Ck": null, + "H20": 16.5, + "Test Wt.": 59.0, + "Yield": 200.1, + "Adj Yield": 200.1 + } + }, + { + "rank": 3, + "brand": "Wyffels", + "product": "W1996RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 58.0, + "Yield": 204.9, + "Adj Yield": 204.9 + } + }, + { + "rank": 7, + "brand": "Wyffels", + "product": "W2386", + "traits": "", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 55.5, + "Yield": 201.2, + "Adj Yield": 201.2 + } + }, + { + "rank": 2, + "brand": "Wyffels", + "product": "W3309RIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 57.8, + "Yield": 208.2, + "Adj Yield": 208.2 + } + }, + { + "rank": 5, + "brand": "Wyffels", + "product": "W4439RIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 56.5, + "Yield": 202.4, + "Adj Yield": 202.4 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147798" + ], + "fetched_at": "2026-05-27T02:24:15.312459+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147798.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147798.md new file mode 100644 index 00000000..f357b4fd --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147798.md @@ -0,0 +1,47 @@ +# Corn yield trial — Whitewater, WI, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** WI +- **County:** Jefferson +- **City:** Whitewater +- **Year:** 2025 +- **Plot ID:** 147798 +- **Cooperator:** Sarafina Farms +- **Plot average:** 191.7 BU/Ac +- **Planted:** 2025-05-15 +- **Harvested:** 2025-11-24 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Peat +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147798 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 17 | AgriGold | A629-55VT2RIB | VT2RIB | - | 15.2 | 60.4 | 168.3 | 168.3 | +| 16 | AgriGold | A629-55VT2RIB | VT2RIB | - | 15.5 | 59.0 | 172.0 | 172.0 | +| 15 | AgriGold | A626-39VT2RIB | VT2RIB | - | 15.3 | 56.9 | 172.6 | 172.6 | +| 14 | AgriGold | A629-55VT2RIB | VT2RIB | - | 15.8 | 59.4 | 174.0 | 174.0 | +| 11 | AgriGold | A630-04D | 5122EZ | - | 16.0 | 61.4 | 188.0 | 188.0 | +| 10 | AgriGold | A630-04AA | 3120EZ | - | 16.4 | 58.0 | 189.5 | 189.5 | +| 12 | AgriGold | A630-04 | C | - | 16.2 | 59.0 | 184.2 | 184.2 | +| 13 | AgriGold | A631-08DV-RN | 5222 | - | 15.1 | 57.5 | 183.4 | 183.4 | +| 9 | AgriGold | A631-08VT2RIB | VT2RIB | - | 16.3 | 58.0 | 193.8 | 193.8 | +| 4 | AgriGold | A632-68VT2RIB | VT2RIB | - | 16.1 | 60.7 | 203.6 | 203.6 | +| 6 | AgriGold | A634-65TRC | Trecepta | - | 16.5 | 56.8 | 201.5 | 201.5 | +| 1 | AgriGold | A634-11SSPRIB | SSPRIB | - | 15.6 | 58.6 | 211.2 | 211.2 | +| 8 | Brevant Seeds | B04R11Q | QROME | - | 16.5 | 59.0 | 200.1 | 200.1 | +| 3 | Wyffels | W1996RIB | VT2RIB | - | 15.3 | 58.0 | 204.9 | 204.9 | +| 7 | Wyffels | W2386 | - | - | 16.1 | 55.5 | 201.2 | 201.2 | +| 2 | Wyffels | W3309RIB | STXRIB | - | 16.2 | 57.8 | 208.2 | 208.2 | +| 5 | Wyffels | W4439RIB | SSPRIB | - | 16.1 | 56.5 | 202.4 | 202.4 | + +Top 5 by Yield: A634-11SSPRIB (AgriGold) 211.2, W3309RIB (Wyffels) 208.2, W1996RIB (Wyffels) 204.9, A632-68VT2RIB (AgriGold) 203.6, W4439RIB (Wyffels) 202.4. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147825.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147825.json new file mode 100644 index 00000000..63d53412 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147825.json @@ -0,0 +1,101 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147825", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "MD", + "state_abbrev": "md", + "city": "Hampstead", + "county": "Baltimore", + "year": 2025, + "plot_id": "147825", + "cooperator": "Lippy Brothers", + "plot_average": 261.86, + "planted_date": "2025-05-20", + "harvested_date": "2025-11-11", + "population_seeds_per_acre": 32000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 17.4, + "Test Wt.": 58.3, + "Yield": 258.9, + "Adj Yield": 258.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 57.7, + "Yield": 253.5, + "Adj Yield": 253.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 17.7, + "Test Wt.": 58.2, + "Yield": 256.9, + "Adj Yield": 256.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 17.9, + "Test Wt.": 60.3, + "Yield": 256.5, + "Adj Yield": 256.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.6, + "Test Wt.": 56.6, + "Yield": 283.5, + "Adj Yield": 283.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147825" + ], + "fetched_at": "2026-05-27T02:24:15.839107+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147825.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147825.md new file mode 100644 index 00000000..4bd6a0b6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147825.md @@ -0,0 +1,34 @@ +# Corn yield trial — Hampstead, MD, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** MD +- **County:** Baltimore +- **City:** Hampstead +- **Year:** 2025 +- **Plot ID:** 147825 +- **Cooperator:** Lippy Brothers +- **Plot average:** 261.86 BU/Ac +- **Planted:** 2025-05-20 +- **Harvested:** 2025-11-11 +- **Population:** 32,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147825 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | A640-16-3110 | 3110 | - | 17.4 | 58.3 | 258.9 | 258.9 | +| 5 | AgriGold | A641-26V | 3220EZ | - | 18.6 | 57.7 | 253.5 | 253.5 | +| 3 | AgriGold | A642-18SSPRIB | SSPRIB | - | 17.7 | 58.2 | 256.9 | 256.9 | +| 4 | AgriGold | A642-32VT2RIB | VT2RIB | - | 17.9 | 60.3 | 256.5 | 256.5 | +| 1 | AgriGold | A644-64VT2RIB | VT2RIB | - | 19.6 | 56.6 | 283.5 | 283.5 | + +Top 5 by Yield: A644-64VT2RIB (AgriGold) 283.5, A640-16-3110 (AgriGold) 258.9, A642-18SSPRIB (AgriGold) 256.9, A642-32VT2RIB (AgriGold) 256.5, A641-26V (AgriGold) 253.5. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147831.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147831.json new file mode 100644 index 00000000..9d79665e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147831.json @@ -0,0 +1,517 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147831", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Sterling", + "county": "Rice", + "year": 2025, + "plot_id": "147831", + "cooperator": "Krone Ag", + "plot_average": 154.62, + "planted_date": "2025-05-16", + "harvested_date": "2025-10-11", + "population_seeds_per_acre": 18000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Loam", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "None", + "herbicide": "Unknown", + "insecticide": "Unknown", + "results": [ + { + "rank": 33, + "brand": "Golden Harvest", + "product": "G01U74-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 57.8, + "Yield": 60.8, + "Adj Yield": 60.8 + } + }, + { + "rank": 31, + "brand": "NC+", + "product": "NC04-34TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 57.5, + "Yield": 123.8, + "Adj Yield": 123.8 + } + }, + { + "rank": 29, + "brand": "Dekalb", + "product": "DKC107-69RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 58.4, + "Yield": 131.4, + "Adj Yield": 131.4 + } + }, + { + "rank": 28, + "brand": "NC+", + "product": "NC08-01SSRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 57.8, + "Yield": 136.4, + "Adj Yield": 136.4 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC108-17RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 58.0, + "Yield": 162.0, + "Adj Yield": 162.0 + } + }, + { + "rank": 32, + "brand": "Enogen", + "product": "E108K4-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 58.5, + "Yield": 117.8, + "Adj Yield": 117.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A639-38V-RN", + "traits": "3220", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 60.9, + "Yield": 182.6, + "Adj Yield": 182.6 + } + }, + { + "rank": 25, + "brand": "Golden Harvest", + "product": "G09M19-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 58.8, + "Yield": 149.8, + "Adj Yield": 149.8 + } + }, + { + "rank": null, + "brand": "Innvictis", + "product": "B1374PWE RA", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 58.9, + "Yield": 162.6, + "Adj Yield": 162.6 + } + }, + { + "rank": 13, + "brand": "Innvictis", + "product": "B1374PWE RA", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 58.9, + "Yield": 162.6, + "Adj Yield": 162.6 + } + }, + { + "rank": 15, + "brand": "Golden Harvest", + "product": "G10U97V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.5, + "Test Wt.": 58.0, + "Yield": 159.9, + "Adj Yield": 159.9 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC111-35RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.2, + "Yield": 165.9, + "Adj Yield": 165.9 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 57.6, + "Yield": 139.3, + "Adj Yield": 139.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A641-26V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 59.1, + "Yield": 174.1, + "Adj Yield": 174.1 + } + }, + { + "rank": 12, + "brand": "NC+", + "product": "NC6499", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 57.3, + "Yield": 163.6, + "Adj Yield": 163.6 + } + }, + { + "rank": 5, + "brand": "NC+", + "product": "NC6358", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 60.2, + "Yield": 176.9, + "Adj Yield": 176.9 + } + }, + { + "rank": 6, + "brand": "Innvictis", + "product": "ISX1235PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 56.1, + "Yield": 176.5, + "Adj Yield": 176.5 + } + }, + { + "rank": 17, + "brand": "Innvictis", + "product": "A1254TRERIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 57.2, + "Yield": 158.8, + "Adj Yield": 158.8 + } + }, + { + "rank": null, + "brand": "Innvictis", + "product": "B1374PWE RA", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 59.0, + "Yield": 162.4, + "Adj Yield": 162.4 + } + }, + { + "rank": 22, + "brand": "Innvictis", + "product": "A1257VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 58.0, + "Yield": 154.6, + "Adj Yield": 154.6 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 15.7, + "Test Wt.": 58.5, + "Yield": 168.0, + "Adj Yield": 168.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 59.1, + "Yield": 175.8, + "Adj Yield": 175.8 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC113-83RIB", + "traits": "Trecepta", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 59.1, + "Yield": 178.2, + "Adj Yield": 178.2 + } + }, + { + "rank": 4, + "brand": "Golden Harvest", + "product": "G13U96-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 58.3, + "Yield": 178.1, + "Adj Yield": 178.1 + } + }, + { + "rank": 2, + "brand": "Golden Harvest", + "product": "G13U29-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 59.2, + "Yield": 178.7, + "Adj Yield": 178.7 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 57.4, + "Yield": 164.7, + "Adj Yield": 164.7 + } + }, + { + "rank": null, + "brand": "Innvictis", + "product": "B1374PWE RA", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.1, + "Yield": 156.3, + "Adj Yield": 156.3 + } + }, + { + "rank": 18, + "brand": "Innvictis", + "product": "A1312VT2P", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 57.2, + "Yield": 158.7, + "Adj Yield": 158.7 + } + }, + { + "rank": 23, + "brand": "Dekalb", + "product": "DKC114-43RIB", + "traits": "VT4RIB", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 60.3, + "Yield": 154.2, + "Adj Yield": 154.2 + } + }, + { + "rank": 19, + "brand": "NC+", + "product": "NC14-88VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 58.1, + "Yield": 157.8, + "Adj Yield": 157.8 + } + }, + { + "rank": 24, + "brand": "Innvictis", + "product": "A1457VT2PRIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 59.1, + "Yield": 153.0, + "Adj Yield": 153.0 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A645-30VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 59.6, + "Yield": 158.9, + "Adj Yield": 158.9 + } + }, + { + "rank": 20, + "brand": "Innvictis", + "product": "A1551VT2P", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 57.8, + "Yield": 156.5, + "Adj Yield": 156.5 + } + }, + { + "rank": 21, + "brand": "Golden Harvest", + "product": "G15U34-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 59.7, + "Yield": 155.3, + "Adj Yield": 155.3 + } + }, + { + "rank": 30, + "brand": "Golden Harvest", + "product": "G16M15-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 58.5, + "Yield": 124.5, + "Adj Yield": 124.5 + } + }, + { + "rank": null, + "brand": "Innvictis", + "product": "B1374PWE RA", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 58.9, + "Yield": 145.7, + "Adj Yield": 145.7 + } + }, + { + "rank": 26, + "brand": "Golden Harvest", + "product": "G13U96-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 57.9, + "Yield": 143.4, + "Adj Yield": 143.4 + } + } + ], + "n_results": 37, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147831" + ], + "fetched_at": "2026-05-27T02:24:16.365995+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147831.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147831.md new file mode 100644 index 00000000..1f754f1d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147831.md @@ -0,0 +1,70 @@ +# Corn yield trial — Sterling, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Rice +- **City:** Sterling +- **Year:** 2025 +- **Plot ID:** 147831 +- **Cooperator:** Krone Ag +- **Plot average:** 154.62 BU/Ac +- **Planted:** 2025-05-16 +- **Harvested:** 2025-10-11 +- **Population:** 18,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Loam +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **Fungicide:** None +- **Herbicide:** Unknown +- **Insecticide:** Unknown +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147831 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 33 | Golden Harvest | G01U74-AA | 3120EZ | - | 13.6 | 57.8 | 60.8 | 60.8 | +| 31 | NC+ | NC04-34TRERIB | TreceptaRIB | - | 13.2 | 57.5 | 123.8 | 123.8 | +| 29 | Dekalb | DKC107-69RIB | TreceptaRIB | - | 14.5 | 58.4 | 131.4 | 131.4 | +| 28 | NC+ | NC08-01SSRIB | STXRIB | - | 14.1 | 57.8 | 136.4 | 136.4 | +| 14 | Dekalb | DKC108-17RIB | TreceptaRIB | - | 14.2 | 58.0 | 162.0 | 162.0 | +| 32 | Enogen | E108K4-DV | 5222EZ | - | 13.9 | 58.5 | 117.8 | 117.8 | +| 1 | AgriGold | A639-38V-RN | 3220 | - | 13.8 | 60.9 | 182.6 | 182.6 | +| 25 | Golden Harvest | G09M19-AA | 3120EZ | - | 14.1 | 58.8 | 149.8 | 149.8 | +| - | Innvictis | B1374PWE RA | PWE | - | 15.1 | 58.9 | 162.6 | 162.6 | +| 13 | Innvictis | B1374PWE RA | PWE | - | 15.1 | 58.9 | 162.6 | 162.6 | +| 15 | Golden Harvest | G10U97V | 3220EZ | - | 15.5 | 58.0 | 159.9 | 159.9 | +| 10 | Dekalb | DKC111-35RIB | VT2RIB | - | 15.0 | 59.2 | 165.9 | 165.9 | +| 27 | AgriGold | A641-62D-RN | 5122 | - | 14.9 | 57.6 | 139.3 | 139.3 | +| 8 | AgriGold | A641-26V | 3220EZ | - | 15.0 | 59.1 | 174.1 | 174.1 | +| 12 | NC+ | NC6499 | VT2RIB | - | 14.9 | 57.3 | 163.6 | 163.6 | +| 5 | NC+ | NC6358 | VT4RIB | - | 14.8 | 60.2 | 176.9 | 176.9 | +| 6 | Innvictis | ISX1235PWE | PWE | - | 16.1 | 56.1 | 176.5 | 176.5 | +| 17 | Innvictis | A1254TRERIB | TreceptaRIB | - | 14.7 | 57.2 | 158.8 | 158.8 | +| - | Innvictis | B1374PWE RA | PWE | - | 16.0 | 59.0 | 162.4 | 162.4 | +| 22 | Innvictis | A1257VT2PRIB | VT2RIB | - | 15.6 | 58.0 | 154.6 | 154.6 | +| 9 | AgriGold | A642-18SSPRIB | SSPRIB | - | 15.7 | 58.5 | 168.0 | 168.0 | +| 7 | AgriGold | A642-32VT2RIB | VT2RIB | - | 14.3 | 59.1 | 175.8 | 175.8 | +| 3 | Dekalb | DKC113-83RIB | Trecepta | - | 15.9 | 59.1 | 178.2 | 178.2 | +| 4 | Golden Harvest | G13U96-DV | 5222EZ | - | 15.4 | 58.3 | 178.1 | 178.1 | +| 2 | Golden Harvest | G13U29-VZ | 3330EZ | - | 15.3 | 59.2 | 178.7 | 178.7 | +| 11 | AgriGold | A643-52VT2RIB | VT2RIB | - | 15.2 | 57.4 | 164.7 | 164.7 | +| - | Innvictis | B1374PWE RA | PWE | - | 15.6 | 59.1 | 156.3 | 156.3 | +| 18 | Innvictis | A1312VT2P | VT2Pro | - | 15.4 | 57.2 | 158.7 | 158.7 | +| 23 | Dekalb | DKC114-43RIB | VT4RIB | - | 14.9 | 60.3 | 154.2 | 154.2 | +| 19 | NC+ | NC14-88VT2PRIB | VT2RIB | - | 15.2 | 58.1 | 157.8 | 157.8 | +| 24 | Innvictis | A1457VT2PRIB | VT2RIB | - | 15.3 | 59.1 | 153.0 | 153.0 | +| 16 | AgriGold | A645-30VT2RIB | VT2RIB | - | 16.0 | 59.6 | 158.9 | 158.9 | +| 20 | Innvictis | A1551VT2P | VT2Pro | - | 15.0 | 57.8 | 156.5 | 156.5 | +| 21 | Golden Harvest | G15U34-V | 3220EZ | - | 15.3 | 59.7 | 155.3 | 155.3 | +| 30 | Golden Harvest | G16M15-V | 3220EZ | - | 14.9 | 58.5 | 124.5 | 124.5 | +| - | Innvictis | B1374PWE RA | PWE | - | 14.4 | 58.9 | 145.7 | 145.7 | +| 26 | Golden Harvest | G13U96-DV | 5222EZ | - | 15.0 | 57.9 | 143.4 | 143.4 | + +Top 5 by Yield: A639-38V-RN (AgriGold) 182.6, G13U29-VZ (Golden Harvest) 178.7, DKC113-83RIB (Dekalb) 178.2, G13U96-DV (Golden Harvest) 178.1, NC6358 (NC+) 176.9. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147832.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147832.json new file mode 100644 index 00000000..b939aac3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147832.json @@ -0,0 +1,309 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147832", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Sterling", + "county": "Rice", + "year": 2025, + "plot_id": "147832", + "cooperator": "Krone Ag", + "plot_average": 116.52, + "planted_date": "2025-04-16", + "harvested_date": "2025-10-02", + "population_seeds_per_acre": 17000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Loam", + "tillage": "No Till", + "previous_crop": "Sorghum", + "irrigation": "None", + "fungicide": "None", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "Golden Harvest", + "product": "G08R52-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 56.5, + "Yield": 112.8, + "Adj Yield": 112.8 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "A636-39-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 58.8, + "Yield": 106.9, + "Adj Yield": 106.9 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "A636-16-5222EZ", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 58.0, + "Yield": 104.5, + "Adj Yield": 104.5 + } + }, + { + "rank": 9, + "brand": "NC+", + "product": "NC08-01SSRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 58.1, + "Yield": 120.9, + "Adj Yield": 120.9 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "A638-19", + "traits": "C", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 59.3, + "Yield": 103.1, + "Adj Yield": 103.1 + } + }, + { + "rank": 13, + "brand": "Innvictis", + "product": "B0829DV EZR", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 58.7, + "Yield": 109.4, + "Adj Yield": 109.4 + } + }, + { + "rank": 6, + "brand": "Golden Harvest", + "product": "G09M19-AA", + "traits": "3120EZ", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.6, + "Yield": 124.0, + "Adj Yield": 124.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A640-16-3110", + "traits": "3110", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 61.5, + "Yield": 125.2, + "Adj Yield": 125.2 + } + }, + { + "rank": 2, + "brand": "Golden Harvest", + "product": "G10U97V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 59.1, + "Yield": 129.7, + "Adj Yield": 129.7 + } + }, + { + "rank": 8, + "brand": "Innvictis", + "product": "ISX1235PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 58.6, + "Yield": 121.8, + "Adj Yield": 121.8 + } + }, + { + "rank": 7, + "brand": "NC+", + "product": "NC13-50SSPRORIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 60.9, + "Yield": 123.1, + "Adj Yield": 123.1 + } + }, + { + "rank": 3, + "brand": "Golden Harvest", + "product": "G13U96-DV", + "traits": "5222EZ", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 58.0, + "Yield": 126.1, + "Adj Yield": 126.1 + } + }, + { + "rank": 15, + "brand": "Golden Harvest", + "product": "G13U29-VZ", + "traits": "3330EZ", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": 58.5, + "Yield": 104.7, + "Adj Yield": 104.7 + } + }, + { + "rank": 19, + "brand": "Innvictis", + "product": "B1374PWE RA", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 60.2, + "Yield": 101.2, + "Adj Yield": 101.2 + } + }, + { + "rank": 18, + "brand": "Innvictis", + "product": "ISX1405PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 61.0, + "Yield": 102.8, + "Adj Yield": 102.8 + } + }, + { + "rank": 11, + "brand": "Innvictis", + "product": "ISX1425PWE", + "traits": "PWE", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 60.5, + "Yield": 115.5, + "Adj Yield": 115.5 + } + }, + { + "rank": 12, + "brand": "Golden Harvest", + "product": "G15U34-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 60.6, + "Yield": 110.0, + "Adj Yield": 110.0 + } + }, + { + "rank": 3, + "brand": "Golden Harvest", + "product": "G16M15-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 59.7, + "Yield": 126.1, + "Adj Yield": 126.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A646-17STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 60.6, + "Yield": 139.1, + "Adj Yield": 139.1 + } + }, + { + "rank": 10, + "brand": "Golden Harvest", + "product": "G08R52-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 57.3, + "Yield": 119.7, + "Adj Yield": 119.7 + } + }, + { + "rank": null, + "brand": "Golden Harvest", + "product": "G08R52-V", + "traits": "3220EZ", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 57.3, + "Yield": 119.7, + "Adj Yield": 119.7 + } + } + ], + "n_results": 21, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147832" + ], + "fetched_at": "2026-05-27T02:24:16.853703+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147832.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147832.md new file mode 100644 index 00000000..8f6f2076 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147832.md @@ -0,0 +1,54 @@ +# Corn yield trial — Sterling, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** KS +- **County:** Rice +- **City:** Sterling +- **Year:** 2025 +- **Plot ID:** 147832 +- **Cooperator:** Krone Ag +- **Plot average:** 116.52 BU/Ac +- **Planted:** 2025-04-16 +- **Harvested:** 2025-10-02 +- **Population:** 17,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Loam +- **Tillage:** No Till +- **Previous crop:** Sorghum +- **Irrigation:** None +- **Fungicide:** None +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147832 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Golden Harvest | G08R52-V | 3220EZ | - | 13.9 | 56.5 | 112.8 | 112.8 | +| 14 | AgriGold | A636-39-3110 | 3110 | - | 13.7 | 58.8 | 106.9 | 106.9 | +| 16 | AgriGold | A636-16-5222EZ | 5222EZ | - | 14.0 | 58.0 | 104.5 | 104.5 | +| 9 | NC+ | NC08-01SSRIB | STXRIB | - | 13.0 | 58.1 | 120.9 | 120.9 | +| 17 | AgriGold | A638-19 | C | - | 13.5 | 59.3 | 103.1 | 103.1 | +| 13 | Innvictis | B0829DV EZR | 5222EZ | - | 14.1 | 58.7 | 109.4 | 109.4 | +| 6 | Golden Harvest | G09M19-AA | 3120EZ | - | 13.7 | 60.6 | 124.0 | 124.0 | +| 5 | AgriGold | A640-16-3110 | 3110 | - | 14.0 | 61.5 | 125.2 | 125.2 | +| 2 | Golden Harvest | G10U97V | 3220EZ | - | 14.1 | 59.1 | 129.7 | 129.7 | +| 8 | Innvictis | ISX1235PWE | PWE | - | 14.4 | 58.6 | 121.8 | 121.8 | +| 7 | NC+ | NC13-50SSPRORIB | SSPRIB | - | 13.4 | 60.9 | 123.1 | 123.1 | +| 3 | Golden Harvest | G13U96-DV | 5222EZ | - | 14.0 | 58.0 | 126.1 | 126.1 | +| 15 | Golden Harvest | G13U29-VZ | 3330EZ | - | 14.5 | 58.5 | 104.7 | 104.7 | +| 19 | Innvictis | B1374PWE RA | PWE | - | 13.5 | 60.2 | 101.2 | 101.2 | +| 18 | Innvictis | ISX1405PWE | PWE | - | 14.4 | 61.0 | 102.8 | 102.8 | +| 11 | Innvictis | ISX1425PWE | PWE | - | 14.0 | 60.5 | 115.5 | 115.5 | +| 12 | Golden Harvest | G15U34-V | 3220EZ | - | 14.9 | 60.6 | 110.0 | 110.0 | +| 3 | Golden Harvest | G16M15-V | 3220EZ | - | 14.1 | 59.7 | 126.1 | 126.1 | +| 1 | AgriGold | A646-17STXRIB | STXRIB | - | 13.7 | 60.6 | 139.1 | 139.1 | +| 10 | Golden Harvest | G08R52-V | 3220EZ | - | 13.4 | 57.3 | 119.7 | 119.7 | +| - | Golden Harvest | G08R52-V | 3220EZ | - | 13.4 | 57.3 | 119.7 | 119.7 | + +Top 5 by Yield: A646-17STXRIB (AgriGold) 139.1, G10U97V (Golden Harvest) 129.7, G13U96-DV (Golden Harvest) 126.1, G16M15-V (Golden Harvest) 126.1, A640-16-3110 (AgriGold) 125.2. diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147833.json b/corpus/agrigold_plot_reports/agpr-corn-2025-147833.json new file mode 100644 index 00000000..f641247d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147833.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-corn-2025-147833", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Hebron", + "county": "Porter", + "year": 2025, + "plot_id": "147833", + "cooperator": "K & A Farm Services", + "plot_average": 262.94, + "planted_date": "2025-05-27", + "harvested_date": "2025-11-19", + "population_seeds_per_acre": 34000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "A640-94VT4PRO", + "traits": "VT4Pro", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": 57.0, + "Yield": 278.1, + "Adj Yield": 278.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "A641-62D-RN", + "traits": "5122", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 55.7, + "Yield": 239.1, + "Adj Yield": 239.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2PRIB", + "metrics": { + "Ck": null, + "H20": 18.4, + "Test Wt.": 57.2, + "Yield": 279.0, + "Adj Yield": 279.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "A642-18SSPRIB", + "traits": "SSPRIB", + "metrics": { + "Ck": null, + "H20": 19.9, + "Test Wt.": 57.0, + "Yield": 264.1, + "Adj Yield": 264.1 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TreceptaRIB", + "metrics": { + "Ck": null, + "H20": 19.2, + "Test Wt.": 58.1, + "Yield": 247.7, + "Adj Yield": 247.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "A642-32VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 19.4, + "Test Wt.": 59.2, + "Yield": 272.4, + "Adj Yield": 272.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2RIB", + "metrics": { + "Ck": null, + "H20": 20.0, + "Test Wt.": 56.4, + "Yield": 269.9, + "Adj Yield": 269.9 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "A645-55VT2PRO", + "traits": "VT2Pro", + "metrics": { + "Ck": null, + "H20": 19.7, + "Test Wt.": 59.2, + "Yield": 243.0, + "Adj Yield": 243.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "STXRIB", + "metrics": { + "Ck": null, + "H20": 20.1, + "Test Wt.": 58.5, + "Yield": 273.2, + "Adj Yield": 273.2 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/corn/performance/corn-yield-results/147833" + ], + "fetched_at": "2026-05-27T02:24:17.319109+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-corn-2025-147833.md b/corpus/agrigold_plot_reports/agpr-corn-2025-147833.md new file mode 100644 index 00000000..73b5938e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-corn-2025-147833.md @@ -0,0 +1,39 @@ +# Corn yield trial — Hebron, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Corn +- **State:** IN +- **County:** Porter +- **City:** Hebron +- **Year:** 2025 +- **Plot ID:** 147833 +- **Cooperator:** K & A Farm Services +- **Plot average:** 262.94 BU/Ac +- **Planted:** 2025-05-27 +- **Harvested:** 2025-11-19 +- **Population:** 34,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/corn/performance/corn-yield-results/147833 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | A640-94VT4PRO | VT4Pro | - | 18.6 | 57.0 | 278.1 | 278.1 | +| 9 | AgriGold | A641-62D-RN | 5122 | - | 20.1 | 55.7 | 239.1 | 239.1 | +| 1 | AgriGold | A642-05VT2RIBD1 | DGVT2PRIB | - | 18.4 | 57.2 | 279.0 | 279.0 | +| 6 | AgriGold | A642-18SSPRIB | SSPRIB | - | 19.9 | 57.0 | 264.1 | 264.1 | +| 7 | Dekalb | DKC112-12RIB | TreceptaRIB | - | 19.2 | 58.1 | 247.7 | 247.7 | +| 4 | AgriGold | A642-32VT2RIB | VT2RIB | - | 19.4 | 59.2 | 272.4 | 272.4 | +| 5 | AgriGold | A644-64VT2RIB | VT2RIB | - | 20.0 | 56.4 | 269.9 | 269.9 | +| 8 | AgriGold | A645-55VT2PRO | VT2Pro | - | 19.7 | 59.2 | 243.0 | 243.0 | +| 3 | AgriGold | A645-71STXRIB | STXRIB | - | 20.1 | 58.5 | 273.2 | 273.2 | + +Top 5 by Yield: A642-05VT2RIBD1 (AgriGold) 279.0, A640-94VT4PRO (AgriGold) 278.1, A645-71STXRIB (AgriGold) 273.2, A642-32VT2RIB (AgriGold) 272.4, A644-64VT2RIB (AgriGold) 269.9. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142049.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142049.json new file mode 100644 index 00000000..06dd6f0e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142049.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-142049", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "KY", + "state_abbrev": "ky", + "city": "Stanley", + "county": "Daviess", + "year": 2024, + "plot_id": "142049", + "cooperator": "Ken-Maur Farms", + "plot_average": 44.89, + "planted_date": "2024-03-29", + "harvested_date": "2024-08-05", + "population_seeds_per_acre": 90000, + "row_width": "15.0\"", + "num_rows": 15, + "soil_type": "Sandy Loam", + "tillage": "Minimum", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "Revytek", + "herbicide": "Liberty, Zidua", + "insecticide": "Bifenthrin", + "results": [ + { + "rank": 9, + "brand": "AgriGold", + "product": "G0431E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 20.4, + "Adj Yield": 20.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G0500XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": null, + "Yield": 25.9, + "Adj Yield": 25.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G0854XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": null, + "Yield": 46.8, + "Adj Yield": 46.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G0893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": null, + "Yield": 39.0, + "Adj Yield": 39.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G1055E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": null, + "Yield": 45.5, + "Adj Yield": 45.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G1394XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": null, + "Yield": 70.3, + "Adj Yield": 70.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G1493E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": null, + "Yield": 37.3, + "Adj Yield": 37.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G1601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": null, + "Yield": 61.4, + "Adj Yield": 61.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G1823E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": null, + "Yield": 57.4, + "Adj Yield": 57.4 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/142049" + ], + "fetched_at": "2026-05-27T02:24:17.826663+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142049.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142049.md new file mode 100644 index 00000000..4a44c4b9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142049.md @@ -0,0 +1,42 @@ +# Soybean yield trial — Stanley, KY, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** KY +- **County:** Daviess +- **City:** Stanley +- **Year:** 2024 +- **Plot ID:** 142049 +- **Cooperator:** Ken-Maur Farms +- **Plot average:** 44.89 BU/Ac +- **Planted:** 2024-03-29 +- **Harvested:** 2024-08-05 +- **Population:** 90,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 15 +- **Soil type:** Sandy Loam +- **Tillage:** Minimum +- **Previous crop:** Corn +- **Irrigation:** None +- **Fungicide:** Revytek +- **Herbicide:** Liberty, Zidua +- **Insecticide:** Bifenthrin +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/142049 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | AgriGold | G0431E3 | Enlist E3 | - | 13.0 | - | 20.4 | 20.4 | +| 8 | AgriGold | G0500XF | XTENDFlex | - | 13.2 | - | 25.9 | 25.9 | +| 4 | AgriGold | G0854XF | XTENDFlex | - | 13.1 | - | 46.8 | 46.8 | +| 6 | AgriGold | G0893E3 | Enlist E3 | - | 12.3 | - | 39.0 | 39.0 | +| 5 | AgriGold | G1055E3 | Enlist E3 | - | 12.6 | - | 45.5 | 45.5 | +| 1 | AgriGold | G1394XF | XTENDFlex | - | 12.8 | - | 70.3 | 70.3 | +| 7 | AgriGold | G1493E3 | Enlist E3 | - | 12.5 | - | 37.3 | 37.3 | +| 2 | AgriGold | G1601E3 | Enlist E3 | - | 12.3 | - | 61.4 | 61.4 | +| 3 | AgriGold | G1823E3 | Enlist E3 | - | 12.0 | - | 57.4 | 57.4 | + +Top 5 by Yield: G1394XF (AgriGold) 70.3, G1601E3 (AgriGold) 61.4, G1823E3 (AgriGold) 57.4, G0854XF (AgriGold) 46.8, G1055E3 (AgriGold) 45.5. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142107.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142107.json new file mode 100644 index 00000000..6f4b244d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142107.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-142107", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "KS", + "state_abbrev": "ks", + "city": "Colwich", + "county": "Sedgwick", + "year": 2024, + "plot_id": "142107", + "cooperator": "Spexarth Farms", + "plot_average": 84.78, + "planted_date": "2024-04-04", + "harvested_date": "2024-09-30", + "population_seeds_per_acre": 87500, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "G4094XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 55.4, + "Yield": 91.7, + "Adj Yield": 91.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G4094XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 55.4, + "Yield": 91.7, + "Adj Yield": 91.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3804XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 56.2, + "Yield": 78.6, + "Adj Yield": 78.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 56.2, + "Yield": 79.2, + "Adj Yield": 79.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 55.0, + "Yield": 89.6, + "Adj Yield": 89.6 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G4094XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 56.7, + "Yield": 80.7, + "Adj Yield": 80.7 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G4094XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 55.7, + "Yield": 85.0, + "Adj Yield": 85.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G4094XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 55.9, + "Yield": 87.8, + "Adj Yield": 87.8 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G4094XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 55.7, + "Yield": 87.5, + "Adj Yield": 87.5 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/142107" + ], + "fetched_at": "2026-05-27T02:24:18.326740+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142107.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142107.md new file mode 100644 index 00000000..8a85f9d0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142107.md @@ -0,0 +1,42 @@ +# Soybean yield trial — Colwich, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** KS +- **County:** Sedgwick +- **City:** Colwich +- **Year:** 2024 +- **Plot ID:** 142107 +- **Cooperator:** Spexarth Farms +- **Plot average:** 84.78 BU/Ac +- **Planted:** 2024-04-04 +- **Harvested:** 2024-09-30 +- **Population:** 87,500 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Corn +- **Irrigation:** Yes +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/142107 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | G4094XF | XTENDFlex | - | 12.4 | 55.4 | 91.7 | 91.7 | +| 1 | AgriGold | G4094XF | XTENDFlex | - | 12.4 | 55.4 | 91.7 | 91.7 | +| 4 | AgriGold | G3804XF | XTENDFlex | - | 12.6 | 56.2 | 78.6 | 78.6 | +| 3 | AgriGold | G4184XF | XTENDFlex | - | 12.3 | 56.2 | 79.2 | 79.2 | +| 2 | AgriGold | G4430XF | XTENDFlex | - | 12.6 | 55.0 | 89.6 | 89.6 | +| - | AgriGold | G4094XF | XTENDFlex | - | 12.1 | 56.7 | 80.7 | 80.7 | +| - | AgriGold | G4094XF | XTENDFlex | - | 12.5 | 55.7 | 85.0 | 85.0 | +| - | AgriGold | G4094XF | XTENDFlex | - | 12.3 | 55.9 | 87.8 | 87.8 | +| - | AgriGold | G4094XF | XTENDFlex | - | 12.1 | 55.7 | 87.5 | 87.5 | + +Top 5 by Yield: G4094XF (AgriGold) 91.7, G4094XF (AgriGold) 91.7, G4430XF (AgriGold) 89.6, G4094XF (AgriGold) 87.8, G4094XF (AgriGold) 87.5. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142190.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142190.json new file mode 100644 index 00000000..714072c8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142190.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-142190", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "KY", + "state_abbrev": "ky", + "city": "Clay", + "county": "Webster", + "year": 2024, + "plot_id": "142190", + "cooperator": "MITCHELL BROS", + "plot_average": 83.62, + "planted_date": "2024-04-17", + "harvested_date": "2024-10-03", + "population_seeds_per_acre": 115000, + "row_width": "20.0\"", + "num_rows": 12, + "soil_type": "Clay", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "Revytek", + "herbicide": "Liberty, Zidua", + "insecticide": "Hero", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "G3552XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 55.0, + "Yield": 92.1, + "Adj Yield": 92.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G3725XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 55.0, + "Yield": 84.2, + "Adj Yield": 84.2 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "G3804XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 55.0, + "Yield": 80.0, + "Adj Yield": 80.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G4094XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 55.0, + "Yield": 84.4, + "Adj Yield": 84.4 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 54.0, + "Yield": 81.0, + "Adj Yield": 81.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 56.0, + "Yield": 86.5, + "Adj Yield": 86.5 + } + }, + { + "rank": 8, + "brand": "Asgrow", + "product": "AG31XF1", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 53.0, + "Yield": 83.8, + "Adj Yield": 83.8 + } + }, + { + "rank": 9, + "brand": "Asgrow", + "product": "AG33XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 53.0, + "Yield": 83.5, + "Adj Yield": 83.5 + } + }, + { + "rank": 4, + "brand": "Asgrow", + "product": "AG35XF5", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 53.0, + "Yield": 85.1, + "Adj Yield": 85.1 + } + }, + { + "rank": 5, + "brand": "Asgrow", + "product": "AG36XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 55.0, + "Yield": 84.9, + "Adj Yield": 84.9 + } + }, + { + "rank": 10, + "brand": "Asgrow", + "product": "AG40XF1", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 54.0, + "Yield": 82.4, + "Adj Yield": 82.4 + } + }, + { + "rank": 3, + "brand": "Asgrow", + "product": "AG40XF5", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 55.0, + "Yield": 86.4, + "Adj Yield": 86.4 + } + }, + { + "rank": 10, + "brand": "Asgrow", + "product": "AG43XF5", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 56.0, + "Yield": 82.4, + "Adj Yield": 82.4 + } + }, + { + "rank": 15, + "brand": "Asgrow", + "product": "AG45XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 56.0, + "Yield": 75.4, + "Adj Yield": 75.4 + } + }, + { + "rank": 12, + "brand": "Asgrow", + "product": "AG46XF3", + "traits": "XTENDFlex/STS", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 55.0, + "Yield": 82.2, + "Adj Yield": 82.2 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/142190" + ], + "fetched_at": "2026-05-27T02:24:18.854692+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142190.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142190.md new file mode 100644 index 00000000..30c9ae7b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142190.md @@ -0,0 +1,48 @@ +# Soybean yield trial — Clay, KY, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** KY +- **County:** Webster +- **City:** Clay +- **Year:** 2024 +- **Plot ID:** 142190 +- **Cooperator:** MITCHELL BROS +- **Plot average:** 83.62 BU/Ac +- **Planted:** 2024-04-17 +- **Harvested:** 2024-10-03 +- **Population:** 115,000 seeds/acre +- **Row width:** 20.0" +- **# Rows:** 12 +- **Soil type:** Clay +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **Fungicide:** Revytek +- **Herbicide:** Liberty, Zidua +- **Insecticide:** Hero +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/142190 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | G3552XF | XTENDFlex | - | 13.2 | 55.0 | 92.1 | 92.1 | +| 7 | AgriGold | G3725XF | XTENDFlex | - | 13.4 | 55.0 | 84.2 | 84.2 | +| 14 | AgriGold | G3804XF | XTENDFlex | - | 13.8 | 55.0 | 80.0 | 80.0 | +| 6 | AgriGold | G4094XF | XTENDFlex | - | 13.2 | 55.0 | 84.4 | 84.4 | +| 13 | AgriGold | G4184XF | XTENDFlex | - | 13.4 | 54.0 | 81.0 | 81.0 | +| 2 | AgriGold | G4430XF | XTENDFlex | - | 13.3 | 56.0 | 86.5 | 86.5 | +| 8 | Asgrow | AG31XF1 | XTENDFlex | - | 13.1 | 53.0 | 83.8 | 83.8 | +| 9 | Asgrow | AG33XF3 | XTENDFlex | - | 13.2 | 53.0 | 83.5 | 83.5 | +| 4 | Asgrow | AG35XF5 | XTENDFlex | - | 13.3 | 53.0 | 85.1 | 85.1 | +| 5 | Asgrow | AG36XF4 | XTENDFlex | - | 13.4 | 55.0 | 84.9 | 84.9 | +| 10 | Asgrow | AG40XF1 | XTENDFlex | - | 12.9 | 54.0 | 82.4 | 82.4 | +| 3 | Asgrow | AG40XF5 | XTENDFlex | - | 13.6 | 55.0 | 86.4 | 86.4 | +| 10 | Asgrow | AG43XF5 | XTENDFlex | - | 13.2 | 56.0 | 82.4 | 82.4 | +| 15 | Asgrow | AG45XF3 | XTENDFlex | - | 13.2 | 56.0 | 75.4 | 75.4 | +| 12 | Asgrow | AG46XF3 | XTENDFlex/STS | - | 13.4 | 55.0 | 82.2 | 82.2 | + +Top 5 by Yield: G3552XF (AgriGold) 92.1, G4430XF (AgriGold) 86.5, AG40XF5 (Asgrow) 86.4, AG35XF5 (Asgrow) 85.1, AG36XF4 (Asgrow) 84.9. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142198.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142198.json new file mode 100644 index 00000000..8eeea3e8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142198.json @@ -0,0 +1,400 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-142198", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Hamlet", + "county": "Mercer", + "year": 2024, + "plot_id": "142198", + "cooperator": "Greg Close", + "plot_average": 79.78, + "planted_date": "2024-04-13", + "harvested_date": "2024-10-03", + "population_seeds_per_acre": 140000, + "row_width": "10.0\"", + "num_rows": 22, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 12, + "brand": "Golden Harvest", + "product": "GH2292E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": null, + "Yield": 83.2, + "Adj Yield": 83.2 + } + }, + { + "rank": 13, + "brand": "Xitavo", + "product": "XO2305E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": null, + "Yield": 80.9, + "Adj Yield": 80.9 + } + }, + { + "rank": 4, + "brand": "Dyna Gro", + "product": "S25EN74", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": null, + "Yield": 88.2, + "Adj Yield": 88.2 + } + }, + { + "rank": 6, + "brand": "Nu Tech", + "product": "25N05E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": null, + "Yield": 86.1, + "Adj Yield": 86.1 + } + }, + { + "rank": 24, + "brand": "Xitavo", + "product": "XO2625E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": null, + "Yield": 72.8, + "Adj Yield": 72.8 + } + }, + { + "rank": 11, + "brand": "Golden Harvest", + "product": "GH2674E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": null, + "Yield": 83.3, + "Adj Yield": 83.3 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": null, + "Yield": 83.8, + "Adj Yield": 83.8 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P27241E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": null, + "Yield": 85.7, + "Adj Yield": 85.7 + } + }, + { + "rank": 2, + "brand": "Burrus", + "product": "2729E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": null, + "Yield": 90.2, + "Adj Yield": 90.2 + } + }, + { + "rank": 3, + "brand": "Nu Tech", + "product": "27N07E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": null, + "Yield": 88.7, + "Adj Yield": 88.7 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P28Z89E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": null, + "Yield": 85.2, + "Adj Yield": 85.2 + } + }, + { + "rank": 26, + "brand": "Xitavo", + "product": "XO2865E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": null, + "Yield": 71.1, + "Adj Yield": 71.1 + } + }, + { + "rank": 16, + "brand": "Don Mario", + "product": "DM28E52", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": null, + "Yield": 79.0, + "Adj Yield": 79.0 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P28Z30E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": null, + "Yield": 80.9, + "Adj Yield": 80.9 + } + }, + { + "rank": 17, + "brand": "Dyna Gro", + "product": "S29EN62", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": null, + "Yield": 77.8, + "Adj Yield": 77.8 + } + }, + { + "rank": 1, + "brand": "Nu Tech", + "product": "29N05E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": null, + "Yield": 92.7, + "Adj Yield": 92.7 + } + }, + { + "rank": 19, + "brand": "Dyna Gro", + "product": "S29ES45", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": null, + "Yield": 75.3, + "Adj Yield": 75.3 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": null, + "Yield": 72.2, + "Adj Yield": 72.2 + } + }, + { + "rank": 28, + "brand": "Golden Harvest", + "product": "GH3035E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": null, + "Yield": 60.0, + "Adj Yield": 60.0 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P31Z32E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": null, + "Yield": 87.5, + "Adj Yield": 87.5 + } + }, + { + "rank": 18, + "brand": "Xitavo", + "product": "XO3105E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": null, + "Yield": 75.5, + "Adj Yield": 75.5 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P31Z03E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": null, + "Yield": 86.1, + "Adj Yield": 86.1 + } + }, + { + "rank": 21, + "brand": "Dyna Gro", + "product": "S31EN14", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": null, + "Yield": 74.6, + "Adj Yield": 74.6 + } + }, + { + "rank": 15, + "brand": "Xitavo", + "product": "XO3224E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": null, + "Yield": 79.5, + "Adj Yield": 79.5 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "G3279E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": null, + "Yield": 74.8, + "Adj Yield": 74.8 + } + }, + { + "rank": 22, + "brand": "Golden Harvest", + "product": "GH3415E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": null, + "Yield": 74.4, + "Adj Yield": 74.4 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": null, + "Yield": 74.2, + "Adj Yield": 74.2 + } + }, + { + "rank": 27, + "brand": "Don Mario", + "product": "DM34E11", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": null, + "Yield": 70.1, + "Adj Yield": 70.1 + } + } + ], + "n_results": 28, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/142198" + ], + "fetched_at": "2026-05-27T02:24:19.337854+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142198.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142198.md new file mode 100644 index 00000000..db668ab8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142198.md @@ -0,0 +1,58 @@ +# Soybean yield trial — Hamlet, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Mercer +- **City:** Hamlet +- **Year:** 2024 +- **Plot ID:** 142198 +- **Cooperator:** Greg Close +- **Plot average:** 79.78 BU/Ac +- **Planted:** 2024-04-13 +- **Harvested:** 2024-10-03 +- **Population:** 140,000 seeds/acre +- **Row width:** 10.0" +- **# Rows:** 22 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/142198 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 12 | Golden Harvest | GH2292E3 | Enlist E3 | - | 10.3 | - | 83.2 | 83.2 | +| 13 | Xitavo | XO2305E | Enlist E3 | - | 10.4 | - | 80.9 | 80.9 | +| 4 | Dyna Gro | S25EN74 | Enlist E3 | - | 10.0 | - | 88.2 | 88.2 | +| 6 | Nu Tech | 25N05E | Enlist E3 | - | 10.0 | - | 86.1 | 86.1 | +| 24 | Xitavo | XO2625E | Enlist E3 | - | 10.1 | - | 72.8 | 72.8 | +| 11 | Golden Harvest | GH2674E3 | Enlist E3 | - | 10.1 | - | 83.3 | 83.3 | +| 10 | AgriGold | G2601E3 | Enlist E3 | - | 10.0 | - | 83.8 | 83.8 | +| 8 | Pioneer | P27241E | Enlist E3 | - | 9.9 | - | 85.7 | 85.7 | +| 2 | Burrus | 2729E | Enlist E3 | - | 9.8 | - | 90.2 | 90.2 | +| 3 | Nu Tech | 27N07E | Enlist E3 | - | 10.0 | - | 88.7 | 88.7 | +| 9 | Pioneer | P28Z89E | Enlist E3 | - | 9.8 | - | 85.2 | 85.2 | +| 26 | Xitavo | XO2865E | Enlist E3 | - | 9.9 | - | 71.1 | 71.1 | +| 16 | Don Mario | DM28E52 | Enlist E3 | - | 9.7 | - | 79.0 | 79.0 | +| 13 | Pioneer | P28Z30E | Enlist E3 | - | 9.5 | - | 80.9 | 80.9 | +| 17 | Dyna Gro | S29EN62 | Enlist E3 | - | 9.5 | - | 77.8 | 77.8 | +| 1 | Nu Tech | 29N05E | Enlist E3 | - | 9.4 | - | 92.7 | 92.7 | +| 19 | Dyna Gro | S29ES45 | Enlist E3 | - | 9.4 | - | 75.3 | 75.3 | +| 25 | AgriGold | G3051E3 | Enlist E3 | - | 9.5 | - | 72.2 | 72.2 | +| 28 | Golden Harvest | GH3035E3 | Enlist E3 | - | 9.8 | - | 60.0 | 60.0 | +| 5 | Pioneer | P31Z32E | Enlist E3 | - | 9.6 | - | 87.5 | 87.5 | +| 18 | Xitavo | XO3105E | Enlist E3 | - | 9.7 | - | 75.5 | 75.5 | +| 6 | Pioneer | P31Z03E | Enlist E3 | - | 9.4 | - | 86.1 | 86.1 | +| 21 | Dyna Gro | S31EN14 | Enlist E3 | - | 9.6 | - | 74.6 | 74.6 | +| 15 | Xitavo | XO3224E | Enlist E3 | - | 9.3 | - | 79.5 | 79.5 | +| 20 | AgriGold | G3279E3 | Enlist E3 | - | 9.5 | - | 74.8 | 74.8 | +| 22 | Golden Harvest | GH3415E3 | Enlist E3 | - | 9.6 | - | 74.4 | 74.4 | +| 23 | AgriGold | G3404E3 | Enlist E3 | - | 9.4 | - | 74.2 | 74.2 | +| 27 | Don Mario | DM34E11 | Enlist E3 | - | 9.5 | - | 70.1 | 70.1 | + +Top 5 by Yield: 29N05E (Nu Tech) 92.7, 2729E (Burrus) 90.2, 27N07E (Nu Tech) 88.7, S25EN74 (Dyna Gro) 88.2, P31Z32E (Pioneer) 87.5. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142205.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142205.json new file mode 100644 index 00000000..48da6c50 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142205.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-142205", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "MD", + "state_abbrev": "md", + "city": "Jefferson", + "county": "Frederick", + "year": 2024, + "plot_id": "142205", + "cooperator": "Justin Tucker", + "plot_average": 71.91, + "planted_date": "2024-04-19", + "harvested_date": "2024-10-16", + "population_seeds_per_acre": 140000, + "row_width": "15.0\"", + "num_rows": 24, + "soil_type": "Clay", + "tillage": "Minimum", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 10, + "brand": "AgriGold", + "product": "G3724XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 43.8, + "Yield": 68.4, + "Adj Yield": 68.4 + } + }, + { + "rank": 8, + "brand": "Channel", + "product": "3823RXF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 46.2, + "Yield": 70.8, + "Adj Yield": 70.8 + } + }, + { + "rank": 11, + "brand": "Asgrow", + "product": "AG39XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 54.0, + "Yield": 66.3, + "Adj Yield": 66.3 + } + }, + { + "rank": 4, + "brand": "Mid-Atlantic Seeds", + "product": "MAS3923", + "traits": "Enlist/STS", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 55.3, + "Yield": 76.5, + "Adj Yield": 76.5 + } + }, + { + "rank": 5, + "brand": "Channel", + "product": "3924RXF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 54.6, + "Yield": 74.8, + "Adj Yield": 74.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G4094XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 54.9, + "Yield": 81.5, + "Adj Yield": 81.5 + } + }, + { + "rank": 2, + "brand": "Channel", + "product": "4023RXF/SR", + "traits": "XTENDFlex/STS", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 55.3, + "Yield": 80.2, + "Adj Yield": 80.2 + } + }, + { + "rank": 6, + "brand": "Mid-Atlantic Seeds", + "product": "MAS4021", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 54.5, + "Yield": 73.4, + "Adj Yield": 73.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 54.6, + "Yield": 76.5, + "Adj Yield": 76.5 + } + }, + { + "rank": 7, + "brand": "Channel", + "product": "4223RXF/SR", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 54.6, + "Yield": 73.4, + "Adj Yield": 73.4 + } + }, + { + "rank": 12, + "brand": "Asgrow", + "product": "AG43XF5", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 53.6, + "Yield": 66.2, + "Adj Yield": 66.2 + } + }, + { + "rank": 13, + "brand": "Mid-Atlantic Seeds", + "product": "Unknown", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 54.1, + "Yield": 64.6, + "Adj Yield": 64.6 + } + }, + { + "rank": 9, + "brand": "Channel", + "product": "4424RXF/SR", + "traits": "XTENDFlex/STS", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 55.1, + "Yield": 70.2, + "Adj Yield": 70.2 + } + }, + { + "rank": 14, + "brand": "Asgrow", + "product": "AG44XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 51.6, + "Yield": 64.0, + "Adj Yield": 64.0 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/142205" + ], + "fetched_at": "2026-05-27T02:24:19.924321+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142205.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142205.md new file mode 100644 index 00000000..a2ecd93d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142205.md @@ -0,0 +1,44 @@ +# Soybean yield trial — Jefferson, MD, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** MD +- **County:** Frederick +- **City:** Jefferson +- **Year:** 2024 +- **Plot ID:** 142205 +- **Cooperator:** Justin Tucker +- **Plot average:** 71.91 BU/Ac +- **Planted:** 2024-04-19 +- **Harvested:** 2024-10-16 +- **Population:** 140,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 24 +- **Soil type:** Clay +- **Tillage:** Minimum +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/142205 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 10 | AgriGold | G3724XF | XTENDFlex | - | 12.6 | 43.8 | 68.4 | 68.4 | +| 8 | Channel | 3823RXF | XTENDFlex | - | 12.0 | 46.2 | 70.8 | 70.8 | +| 11 | Asgrow | AG39XF3 | XTENDFlex | - | 12.3 | 54.0 | 66.3 | 66.3 | +| 4 | Mid-Atlantic Seeds | MAS3923 | Enlist/STS | - | 12.1 | 55.3 | 76.5 | 76.5 | +| 5 | Channel | 3924RXF | XTENDFlex | - | 12.7 | 54.6 | 74.8 | 74.8 | +| 1 | AgriGold | G4094XF | XTENDFlex | - | 11.9 | 54.9 | 81.5 | 81.5 | +| 2 | Channel | 4023RXF/SR | XTENDFlex/STS | - | 12.1 | 55.3 | 80.2 | 80.2 | +| 6 | Mid-Atlantic Seeds | MAS4021 | Enlist E3 | - | 12.4 | 54.5 | 73.4 | 73.4 | +| 3 | AgriGold | G4184XF | XTENDFlex | - | 12.0 | 54.6 | 76.5 | 76.5 | +| 7 | Channel | 4223RXF/SR | XTENDFlex | - | 12.5 | 54.6 | 73.4 | 73.4 | +| 12 | Asgrow | AG43XF5 | XTENDFlex | - | 12.6 | 53.6 | 66.2 | 66.2 | +| 13 | Mid-Atlantic Seeds | Unknown | Unknown | - | 12.9 | 54.1 | 64.6 | 64.6 | +| 9 | Channel | 4424RXF/SR | XTENDFlex/STS | - | 12.4 | 55.1 | 70.2 | 70.2 | +| 14 | Asgrow | AG44XF4 | XTENDFlex | - | 13.3 | 51.6 | 64.0 | 64.0 | + +Top 5 by Yield: G4094XF (AgriGold) 81.5, 4023RXF/SR (Channel) 80.2, MAS3923 (Mid-Atlantic Seeds) 76.5, G4184XF (AgriGold) 76.5, 3924RXF (Channel) 74.8. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142207.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142207.json new file mode 100644 index 00000000..90df8068 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142207.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-142207", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Hanover", + "county": "Jo Daviess", + "year": 2024, + "plot_id": "142207", + "cooperator": "Mark Rush", + "plot_average": 56.28, + "planted_date": "2024-04-22", + "harvested_date": "2024-09-27", + "population_seeds_per_acre": 130000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "Champion Seed", + "product": "3074EN", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 57.2, + "Yield": 58.1, + "Adj Yield": 58.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 56.8, + "Yield": 62.0, + "Adj Yield": 62.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 58.5, + "Yield": 62.6, + "Adj Yield": 62.6 + } + }, + { + "rank": 8, + "brand": "Champion Seed", + "product": "2875EN", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": 59.0, + "Yield": 52.8, + "Adj Yield": 52.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": 57.5, + "Yield": 58.9, + "Adj Yield": 58.9 + } + }, + { + "rank": 7, + "brand": "Champion Seed", + "product": "2434EN", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": 57.7, + "Yield": 55.7, + "Adj Yield": 55.7 + } + }, + { + "rank": 4, + "brand": "Champion Seed", + "product": "2695EN", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 57.0, + "Yield": 60.0, + "Adj Yield": 60.0 + } + }, + { + "rank": 2, + "brand": "Champion Seed", + "product": "253E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": 59.9, + "Yield": 62.4, + "Adj Yield": 62.4 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G2361E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 56.4, + "Yield": 49.0, + "Adj Yield": 49.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G2003E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": 58.8, + "Yield": 41.3, + "Adj Yield": 41.3 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/142207" + ], + "fetched_at": "2026-05-27T02:24:20.327324+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142207.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142207.md new file mode 100644 index 00000000..4efc559f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142207.md @@ -0,0 +1,40 @@ +# Soybean yield trial — Hanover, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Jo Daviess +- **City:** Hanover +- **Year:** 2024 +- **Plot ID:** 142207 +- **Cooperator:** Mark Rush +- **Plot average:** 56.28 BU/Ac +- **Planted:** 2024-04-22 +- **Harvested:** 2024-09-27 +- **Population:** 130,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/142207 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | Champion Seed | 3074EN | Enlist E3 | - | 11.2 | 57.2 | 58.1 | 58.1 | +| 3 | AgriGold | G3051E3 | Enlist E3 | - | 11.3 | 56.8 | 62.0 | 62.0 | +| 1 | AgriGold | G2893E3 | Enlist E3 | - | 10.8 | 58.5 | 62.6 | 62.6 | +| 8 | Champion Seed | 2875EN | Enlist E3 | - | 10.5 | 59.0 | 52.8 | 52.8 | +| 5 | AgriGold | G2601E3 | Enlist E3 | - | 10.5 | 57.5 | 58.9 | 58.9 | +| 7 | Champion Seed | 2434EN | Enlist E3 | - | 10.4 | 57.7 | 55.7 | 55.7 | +| 4 | Champion Seed | 2695EN | Enlist E3 | - | 10.7 | 57.0 | 60.0 | 60.0 | +| 2 | Champion Seed | 253E | Enlist E3 | - | 10.4 | 59.9 | 62.4 | 62.4 | +| 9 | AgriGold | G2361E3 | Enlist E3 | - | 10.7 | 56.4 | 49.0 | 49.0 | +| 10 | AgriGold | G2003E3 | Enlist E3 | - | 10.3 | 58.8 | 41.3 | 41.3 | + +Top 5 by Yield: G2893E3 (AgriGold) 62.6, 253E (Champion Seed) 62.4, G3051E3 (AgriGold) 62.0, 2695EN (Champion Seed) 60.0, G2601E3 (AgriGold) 58.9. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142209.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142209.json new file mode 100644 index 00000000..185c4b41 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142209.json @@ -0,0 +1,101 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-142209", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Palestine", + "county": "Crawford", + "year": 2024, + "plot_id": "142209", + "cooperator": "Joel York", + "plot_average": 76.0, + "planted_date": "2024-04-21", + "harvested_date": "2024-09-09", + "population_seeds_per_acre": 140000, + "row_width": "15.0\"", + "num_rows": 22, + "soil_type": "Loamy Sand", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 4, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 56.0, + "Yield": 75.0, + "Adj Yield": 75.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 56.0, + "Yield": 78.3, + "Adj Yield": 78.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G3279E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 55.5, + "Yield": 73.1, + "Adj Yield": 73.1 + } + }, + { + "rank": 2, + "brand": "NK Brand", + "product": "NK33-Y7E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 58.0, + "Yield": 76.9, + "Adj Yield": 76.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 59.0, + "Yield": 76.7, + "Adj Yield": 76.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/142209" + ], + "fetched_at": "2026-05-27T02:24:20.832266+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142209.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142209.md new file mode 100644 index 00000000..24730655 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142209.md @@ -0,0 +1,35 @@ +# Soybean yield trial — Palestine, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Crawford +- **City:** Palestine +- **Year:** 2024 +- **Plot ID:** 142209 +- **Cooperator:** Joel York +- **Plot average:** 76.0 BU/Ac +- **Planted:** 2024-04-21 +- **Harvested:** 2024-09-09 +- **Population:** 140,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 22 +- **Soil type:** Loamy Sand +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/142209 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 4 | AgriGold | G2893E3 | Enlist E3 | - | 11.6 | 56.0 | 75.0 | 75.0 | +| 1 | AgriGold | G3051E3 | Enlist E3 | - | 11.4 | 56.0 | 78.3 | 78.3 | +| 5 | AgriGold | G3279E3 | Enlist E3 | - | 13.2 | 55.5 | 73.1 | 73.1 | +| 2 | NK Brand | NK33-Y7E3 | Enlist E3 | - | 13.8 | 58.0 | 76.9 | 76.9 | +| 3 | AgriGold | G3577E3 | Enlist E3 | - | 13.6 | 59.0 | 76.7 | 76.7 | + +Top 5 by Yield: G3051E3 (AgriGold) 78.3, NK33-Y7E3 (NK Brand) 76.9, G3577E3 (AgriGold) 76.7, G2893E3 (AgriGold) 75.0, G3279E3 (AgriGold) 73.1. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142282.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142282.json new file mode 100644 index 00000000..74a6a328 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142282.json @@ -0,0 +1,374 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-142282", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Toulon", + "county": "Stark", + "year": 2024, + "plot_id": "142282", + "cooperator": "ROI Ag", + "plot_average": 76.91, + "planted_date": "2024-04-22", + "harvested_date": "2024-09-26", + "population_seeds_per_acre": 140000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 22, + "brand": "Xitavo", + "product": "XO2305E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": null, + "Yield": 70.6, + "Adj Yield": 70.6 + } + }, + { + "rank": 23, + "brand": "Xitavo", + "product": "XO2444E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": null, + "Yield": 70.5, + "Adj Yield": 70.5 + } + }, + { + "rank": 1, + "brand": "Nu Tech", + "product": "25N05E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": null, + "Yield": 84.9, + "Adj Yield": 84.9 + } + }, + { + "rank": 20, + "brand": "Nu Tech", + "product": "26N08E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": null, + "Yield": 73.0, + "Adj Yield": 73.0 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": null, + "Yield": 77.8, + "Adj Yield": 77.8 + } + }, + { + "rank": 24, + "brand": "Xitavo", + "product": "XO2735E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": null, + "Yield": 70.4, + "Adj Yield": 70.4 + } + }, + { + "rank": 13, + "brand": "Nu Tech", + "product": "27N07E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": null, + "Yield": 78.7, + "Adj Yield": 78.7 + } + }, + { + "rank": 4, + "brand": "Nu Tech", + "product": "27N03E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": null, + "Yield": 81.6, + "Adj Yield": 81.6 + } + }, + { + "rank": 2, + "brand": "Xitavo", + "product": "XO2832E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": null, + "Yield": 82.3, + "Adj Yield": 82.3 + } + }, + { + "rank": 11, + "brand": "Xitavo", + "product": "XO2865E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": null, + "Yield": 79.3, + "Adj Yield": 79.3 + } + }, + { + "rank": 15, + "brand": "Nu Tech", + "product": "28N03E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": null, + "Yield": 77.7, + "Adj Yield": 77.7 + } + }, + { + "rank": 3, + "brand": "Nu Tech", + "product": "29N05E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": null, + "Yield": 82.1, + "Adj Yield": 82.1 + } + }, + { + "rank": 18, + "brand": "Xitavo", + "product": "XO2985E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": null, + "Yield": 73.9, + "Adj Yield": 73.9 + } + }, + { + "rank": 6, + "brand": "Xitavo", + "product": "XO3014E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": null, + "Yield": 81.1, + "Adj Yield": 81.1 + } + }, + { + "rank": 5, + "brand": "Nu Tech", + "product": "30N06E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": null, + "Yield": 81.3, + "Adj Yield": 81.3 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": null, + "Yield": 72.1, + "Adj Yield": 72.1 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "G3279E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": null, + "Yield": 74.0, + "Adj Yield": 74.0 + } + }, + { + "rank": 9, + "brand": "Xitavo", + "product": "XO3224E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": null, + "Yield": 80.7, + "Adj Yield": 80.7 + } + }, + { + "rank": 10, + "brand": "Xitavo", + "product": "XO3204E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": null, + "Yield": 79.4, + "Adj Yield": 79.4 + } + }, + { + "rank": 19, + "brand": "Xitavo", + "product": "XO3375E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": null, + "Yield": 73.2, + "Adj Yield": 73.2 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "31K14E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": null, + "Yield": 74.2, + "Adj Yield": 74.2 + } + }, + { + "rank": 8, + "brand": "Nu Tech", + "product": "34N02E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": null, + "Yield": 80.8, + "Adj Yield": 80.8 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": null, + "Yield": 70.2, + "Adj Yield": 70.2 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "G3629E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": null, + "Yield": 79.1, + "Adj Yield": 79.1 + } + }, + { + "rank": 26, + "brand": "Xitavo", + "product": "XO3795E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": null, + "Yield": 69.8, + "Adj Yield": 69.8 + } + }, + { + "rank": 7, + "brand": "Xitavo", + "product": "XO2832E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": null, + "Yield": 81.0, + "Adj Yield": 81.0 + } + } + ], + "n_results": 26, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/142282" + ], + "fetched_at": "2026-05-27T02:24:21.356100+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142282.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142282.md new file mode 100644 index 00000000..3506b045 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142282.md @@ -0,0 +1,56 @@ +# Soybean yield trial — Toulon, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Stark +- **City:** Toulon +- **Year:** 2024 +- **Plot ID:** 142282 +- **Cooperator:** ROI Ag +- **Plot average:** 76.91 BU/Ac +- **Planted:** 2024-04-22 +- **Harvested:** 2024-09-26 +- **Population:** 140,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/142282 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 22 | Xitavo | XO2305E | Enlist E3 | - | 11.9 | - | 70.6 | 70.6 | +| 23 | Xitavo | XO2444E | Enlist E3 | - | 12.0 | - | 70.5 | 70.5 | +| 1 | Nu Tech | 25N05E | Enlist E3 | - | 12.3 | - | 84.9 | 84.9 | +| 20 | Nu Tech | 26N08E | Enlist E3 | - | 12.5 | - | 73.0 | 73.0 | +| 14 | AgriGold | G2601E3 | Enlist E3 | - | 12.0 | - | 77.8 | 77.8 | +| 24 | Xitavo | XO2735E | Enlist E3 | - | 12.1 | - | 70.4 | 70.4 | +| 13 | Nu Tech | 27N07E | Enlist E3 | - | 12.7 | - | 78.7 | 78.7 | +| 4 | Nu Tech | 27N03E | Enlist E3 | - | 12.7 | - | 81.6 | 81.6 | +| 2 | Xitavo | XO2832E | Enlist E3 | - | 12.0 | - | 82.3 | 82.3 | +| 11 | Xitavo | XO2865E | Enlist E3 | - | 12.0 | - | 79.3 | 79.3 | +| 15 | Nu Tech | 28N03E | Enlist E3 | - | 12.2 | - | 77.7 | 77.7 | +| 3 | Nu Tech | 29N05E | Enlist E3 | - | 12.2 | - | 82.1 | 82.1 | +| 18 | Xitavo | XO2985E | Enlist E3 | - | 11.5 | - | 73.9 | 73.9 | +| 6 | Xitavo | XO3014E | Enlist E3 | - | 11.5 | - | 81.1 | 81.1 | +| 5 | Nu Tech | 30N06E | Enlist E3 | - | 12.1 | - | 81.3 | 81.3 | +| 21 | AgriGold | G3051E3 | Enlist E3 | - | 11.9 | - | 72.1 | 72.1 | +| 17 | AgriGold | G3279E3 | Enlist E3 | - | 12.0 | - | 74.0 | 74.0 | +| 9 | Xitavo | XO3224E | Enlist E3 | - | 11.5 | - | 80.7 | 80.7 | +| 10 | Xitavo | XO3204E | Enlist E3 | - | 12.2 | - | 79.4 | 79.4 | +| 19 | Xitavo | XO3375E | Enlist E3 | - | 11.9 | - | 73.2 | 73.2 | +| 16 | AgriGold | 31K14E3 | Enlist E3 | - | 12.1 | - | 74.2 | 74.2 | +| 8 | Nu Tech | 34N02E | Enlist E3 | - | 12.6 | - | 80.8 | 80.8 | +| 25 | AgriGold | G3404E3 | Enlist E3 | - | 12.4 | - | 70.2 | 70.2 | +| 12 | AgriGold | G3629E3 | Enlist E3 | - | 12.9 | - | 79.1 | 79.1 | +| 26 | Xitavo | XO3795E | Enlist E3 | - | 12.9 | - | 69.8 | 69.8 | +| 7 | Xitavo | XO2832E | Enlist E3 | - | 11.8 | - | 81.0 | 81.0 | + +Top 5 by Yield: 25N05E (Nu Tech) 84.9, XO2832E (Xitavo) 82.3, 29N05E (Nu Tech) 82.1, 27N03E (Nu Tech) 81.6, 30N06E (Nu Tech) 81.3. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142296.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142296.json new file mode 100644 index 00000000..43b3d636 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142296.json @@ -0,0 +1,88 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-142296", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Ripley", + "county": "Brown", + "year": 2024, + "plot_id": "142296", + "cooperator": "Eric and Rob Laning", + "plot_average": 93.48, + "planted_date": "2024-04-15", + "harvested_date": "2024-10-06", + "population_seeds_per_acre": 140000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Clay", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 4, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": null, + "Yield": 86.8, + "Adj Yield": 86.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G3279E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": null, + "Yield": 98.0, + "Adj Yield": 98.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": null, + "Yield": 90.8, + "Adj Yield": 90.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": null, + "Yield": 98.3, + "Adj Yield": 98.3 + } + } + ], + "n_results": 4, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/142296" + ], + "fetched_at": "2026-05-27T02:24:21.842969+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142296.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142296.md new file mode 100644 index 00000000..0e05f0c8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142296.md @@ -0,0 +1,34 @@ +# Soybean yield trial — Ripley, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Brown +- **City:** Ripley +- **Year:** 2024 +- **Plot ID:** 142296 +- **Cooperator:** Eric and Rob Laning +- **Plot average:** 93.48 BU/Ac +- **Planted:** 2024-04-15 +- **Harvested:** 2024-10-06 +- **Population:** 140,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Clay +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/142296 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 4 | AgriGold | G3051E3 | Enlist E3 | - | 11.0 | - | 86.8 | 86.8 | +| 2 | AgriGold | G3279E3 | Enlist E3 | - | 11.0 | - | 98.0 | 98.0 | +| 3 | AgriGold | G3404E3 | Enlist E3 | - | 10.9 | - | 90.8 | 90.8 | +| 1 | AgriGold | G3577E3 | Enlist E3 | - | 11.9 | - | 98.3 | 98.3 | + +Top 5 by Yield: G3577E3 (AgriGold) 98.3, G3279E3 (AgriGold) 98.0, G3404E3 (AgriGold) 90.8, G3051E3 (AgriGold) 86.8. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142323.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142323.json new file mode 100644 index 00000000..79723a41 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142323.json @@ -0,0 +1,114 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-142323", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "MO", + "state_abbrev": "mo", + "city": "Charleston", + "county": "Mississippi", + "year": 2024, + "plot_id": "142323", + "cooperator": "Rodney Crawford", + "plot_average": 85.13, + "planted_date": "2024-04-24", + "harvested_date": "2024-10-05", + "population_seeds_per_acre": 150000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Clay Loam", + "tillage": "Ridge Till", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 58.9, + "Yield": 93.8, + "Adj Yield": 93.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 57.8, + "Yield": 88.4, + "Adj Yield": 88.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G4650XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 59.8, + "Yield": 91.6, + "Adj Yield": 91.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G4850XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 56.2, + "Yield": 68.2, + "Adj Yield": 68.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4910XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 60.7, + "Yield": 91.7, + "Adj Yield": 91.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G5104XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 57.1, + "Yield": 77.1, + "Adj Yield": 77.1 + } + } + ], + "n_results": 6, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/142323" + ], + "fetched_at": "2026-05-27T02:24:22.307829+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142323.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142323.md new file mode 100644 index 00000000..dd15103c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142323.md @@ -0,0 +1,36 @@ +# Soybean yield trial — Charleston, MO, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** MO +- **County:** Mississippi +- **City:** Charleston +- **Year:** 2024 +- **Plot ID:** 142323 +- **Cooperator:** Rodney Crawford +- **Plot average:** 85.13 BU/Ac +- **Planted:** 2024-04-24 +- **Harvested:** 2024-10-05 +- **Population:** 150,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Clay Loam +- **Tillage:** Ridge Till +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/142323 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | G4184XF | XTENDFlex | - | 12.7 | 58.9 | 93.8 | 93.8 | +| 4 | AgriGold | G4430XF | XTENDFlex | - | 12.9 | 57.8 | 88.4 | 88.4 | +| 3 | AgriGold | G4650XF | XTENDFlex | - | 12.9 | 59.8 | 91.6 | 91.6 | +| 6 | AgriGold | G4850XF | XTENDFlex | - | 12.9 | 56.2 | 68.2 | 68.2 | +| 2 | AgriGold | G4910XF | XTENDFlex | - | 12.8 | 60.7 | 91.7 | 91.7 | +| 5 | AgriGold | G5104XF | XTENDFlex | - | 13.5 | 57.1 | 77.1 | 77.1 | + +Top 5 by Yield: G4184XF (AgriGold) 93.8, G4910XF (AgriGold) 91.7, G4650XF (AgriGold) 91.6, G4430XF (AgriGold) 88.4, G5104XF (AgriGold) 77.1. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142337.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142337.json new file mode 100644 index 00000000..40c5a92a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142337.json @@ -0,0 +1,114 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-142337", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "AR", + "state_abbrev": "ar", + "city": "Manila", + "county": "Mississippi", + "year": 2024, + "plot_id": "142337", + "cooperator": "Heath Donner", + "plot_average": 74.22, + "planted_date": "2024-04-24", + "harvested_date": "2024-09-26", + "population_seeds_per_acre": 130000, + "row_width": "38.0\"", + "num_rows": 12, + "soil_type": "Sandy Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "G4094XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 54.5, + "Yield": 78.7, + "Adj Yield": 78.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 55.0, + "Yield": 77.1, + "Adj Yield": 77.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G4650XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 54.7, + "Yield": 75.8, + "Adj Yield": 75.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G4850XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 57.3, + "Yield": 73.3, + "Adj Yield": 73.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G4910XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 54.5, + "Yield": 78.8, + "Adj Yield": 78.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G5104XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 52.7, + "Yield": 61.6, + "Adj Yield": 61.6 + } + } + ], + "n_results": 6, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/142337" + ], + "fetched_at": "2026-05-27T02:24:22.824341+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142337.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142337.md new file mode 100644 index 00000000..6ebe832a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142337.md @@ -0,0 +1,36 @@ +# Soybean yield trial — Manila, AR, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** AR +- **County:** Mississippi +- **City:** Manila +- **Year:** 2024 +- **Plot ID:** 142337 +- **Cooperator:** Heath Donner +- **Plot average:** 74.22 BU/Ac +- **Planted:** 2024-04-24 +- **Harvested:** 2024-09-26 +- **Population:** 130,000 seeds/acre +- **Row width:** 38.0" +- **# Rows:** 12 +- **Soil type:** Sandy Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/142337 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | G4094XF | XTENDFlex | - | 13.9 | 54.5 | 78.7 | 78.7 | +| 3 | AgriGold | G4430XF | XTENDFlex | - | 13.6 | 55.0 | 77.1 | 77.1 | +| 4 | AgriGold | G4650XF | XTENDFlex | - | 13.8 | 54.7 | 75.8 | 75.8 | +| 5 | AgriGold | G4850XF | XTENDFlex | - | 15.6 | 57.3 | 73.3 | 73.3 | +| 1 | AgriGold | G4910XF | XTENDFlex | - | 13.9 | 54.5 | 78.8 | 78.8 | +| 6 | AgriGold | G5104XF | XTENDFlex | - | 14.2 | 52.7 | 61.6 | 61.6 | + +Top 5 by Yield: G4910XF (AgriGold) 78.8, G4094XF (AgriGold) 78.7, G4430XF (AgriGold) 77.1, G4650XF (AgriGold) 75.8, G4850XF (AgriGold) 73.3. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142345.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142345.json new file mode 100644 index 00000000..545e9c13 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142345.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-142345", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "NE", + "state_abbrev": "ne", + "city": "Newman Grove", + "county": "Platte", + "year": 2024, + "plot_id": "142345", + "cooperator": "Jacob Preister", + "plot_average": 87.88, + "planted_date": "2024-04-24", + "harvested_date": "2024-09-29", + "population_seeds_per_acre": 150000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "G2450XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 8.4, + "Test Wt.": 56.0, + "Yield": 89.0, + "Adj Yield": 89.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G2000XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.7, + "Test Wt.": 56.0, + "Yield": 84.6, + "Adj Yield": 86.95 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G2306XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.6, + "Test Wt.": 56.0, + "Yield": 102.0, + "Adj Yield": 103.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G2450XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 8.0, + "Test Wt.": 56.0, + "Yield": 93.9, + "Adj Yield": 94.34 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G2574XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 8.1, + "Test Wt.": 56.0, + "Yield": 78.5, + "Adj Yield": 77.97 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G2950XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 8.1, + "Test Wt.": 56.0, + "Yield": 84.2, + "Adj Yield": 82.75 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G3144XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": 56.0, + "Yield": 84.2, + "Adj Yield": 81.84 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G2450XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 8.1, + "Test Wt.": 56.0, + "Yield": 95.7, + "Adj Yield": 95.7 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/142345" + ], + "fetched_at": "2026-05-27T02:24:23.357001+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142345.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142345.md new file mode 100644 index 00000000..a68baee0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142345.md @@ -0,0 +1,38 @@ +# Soybean yield trial — Newman Grove, NE, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** NE +- **County:** Platte +- **City:** Newman Grove +- **Year:** 2024 +- **Plot ID:** 142345 +- **Cooperator:** Jacob Preister +- **Plot average:** 87.88 BU/Ac +- **Planted:** 2024-04-24 +- **Harvested:** 2024-09-29 +- **Population:** 150,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/142345 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | G2450XF | XTENDFlex | - | 8.4 | 56.0 | 89.0 | 89.0 | +| 3 | AgriGold | G2000XF | XTENDFlex | - | 7.7 | 56.0 | 84.6 | 86.95 | +| 1 | AgriGold | G2306XF | XTENDFlex | - | 7.6 | 56.0 | 102.0 | 103.4 | +| 2 | AgriGold | G2450XF | XTENDFlex | - | 8.0 | 56.0 | 93.9 | 94.34 | +| 6 | AgriGold | G2574XF | XTENDFlex | - | 8.1 | 56.0 | 78.5 | 77.97 | +| 4 | AgriGold | G2950XF | XTENDFlex | - | 8.1 | 56.0 | 84.2 | 82.75 | +| 5 | AgriGold | G3144XF | XTENDFlex | - | 10.1 | 56.0 | 84.2 | 81.84 | +| - | AgriGold | G2450XF | XTENDFlex | - | 8.1 | 56.0 | 95.7 | 95.7 | + +Top 5 by Yield: G2306XF (AgriGold) 102.0, G2450XF (AgriGold) 95.7, G2450XF (AgriGold) 93.9, G2450XF (AgriGold) 89.0, G2000XF (AgriGold) 84.6. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142371.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142371.json new file mode 100644 index 00000000..922933c2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142371.json @@ -0,0 +1,283 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-142371", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IN", + "state_abbrev": "in", + "city": "Dale", + "county": "Spencer", + "year": 2024, + "plot_id": "142371", + "cooperator": "Mark And Luke Lubbehusen", + "plot_average": 96.35, + "planted_date": "2024-04-26", + "harvested_date": "2024-09-18", + "population_seeds_per_acre": 140000, + "row_width": "15.0\"", + "num_rows": 11, + "soil_type": "Clay", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "Veltyma", + "herbicide": "Liberty, Zidua", + "insecticide": "Hero", + "results": [ + { + "rank": 12, + "brand": "Xitavo", + "product": "XO3224E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 58.0, + "Yield": 95.6, + "Adj Yield": 95.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 104.7, + "Adj Yield": 104.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G3552XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 57.0, + "Yield": 116.1, + "Adj Yield": 116.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 56.0, + "Yield": 109.5, + "Adj Yield": 109.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3725XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": 58.0, + "Yield": 106.2, + "Adj Yield": 106.2 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "G3724XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 58.0, + "Yield": 92.4, + "Adj Yield": 92.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3804XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 58.0, + "Yield": 101.5, + "Adj Yield": 101.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 58.0, + "Yield": 103.9, + "Adj Yield": 103.9 + } + }, + { + "rank": 10, + "brand": "Xitavo", + "product": "XO3855E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 60.0, + "Yield": 96.4, + "Adj Yield": 96.4 + } + }, + { + "rank": 8, + "brand": "Stine", + "product": "39EH23", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 58.0, + "Yield": 98.7, + "Adj Yield": 98.7 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "G4094XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 58.0, + "Yield": 89.4, + "Adj Yield": 89.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "G4051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 59.0, + "Yield": 96.0, + "Adj Yield": 96.0 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 59.0, + "Yield": 93.0, + "Adj Yield": 93.0 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "G4204E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 58.0, + "Yield": 93.1, + "Adj Yield": 93.1 + } + }, + { + "rank": 17, + "brand": "Pioneer", + "product": "P42A84E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 58.0, + "Yield": 86.1, + "Adj Yield": 86.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 57.0, + "Yield": 98.9, + "Adj Yield": 98.9 + } + }, + { + "rank": 19, + "brand": "Stine", + "product": "44EH23", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 56.0, + "Yield": 75.3, + "Adj Yield": 75.3 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "G4459E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": 56.0, + "Yield": 77.3, + "Adj Yield": 77.3 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G4051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 57.0, + "Yield": 96.6, + "Adj Yield": 96.6 + } + } + ], + "n_results": 19, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/142371" + ], + "fetched_at": "2026-05-27T02:24:23.814783+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142371.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142371.md new file mode 100644 index 00000000..a0171df0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142371.md @@ -0,0 +1,52 @@ +# Soybean yield trial — Dale, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IN +- **County:** Spencer +- **City:** Dale +- **Year:** 2024 +- **Plot ID:** 142371 +- **Cooperator:** Mark And Luke Lubbehusen +- **Plot average:** 96.35 BU/Ac +- **Planted:** 2024-04-26 +- **Harvested:** 2024-09-18 +- **Population:** 140,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 11 +- **Soil type:** Clay +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **Fungicide:** Veltyma +- **Herbicide:** Liberty, Zidua +- **Insecticide:** Hero +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/142371 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 12 | Xitavo | XO3224E | Enlist E3 | - | 11.4 | 58.0 | 95.6 | 95.6 | +| 4 | AgriGold | G3404E3 | Enlist E3 | - | 13.0 | - | 104.7 | 104.7 | +| 1 | AgriGold | G3552XF | XTENDFlex | - | 11.2 | 57.0 | 116.1 | 116.1 | +| 2 | AgriGold | G3577E3 | Enlist E3 | - | 11.1 | 56.0 | 109.5 | 109.5 | +| 3 | AgriGold | G3725XF | XTENDFlex | - | 10.5 | 58.0 | 106.2 | 106.2 | +| 15 | AgriGold | G3724XF | XTENDFlex | - | 11.0 | 58.0 | 92.4 | 92.4 | +| 6 | AgriGold | G3804XF | XTENDFlex | - | 10.8 | 58.0 | 101.5 | 101.5 | +| 5 | AgriGold | G3854E3 | Enlist E3 | - | 10.9 | 58.0 | 103.9 | 103.9 | +| 10 | Xitavo | XO3855E | Enlist E3 | - | 10.9 | 60.0 | 96.4 | 96.4 | +| 8 | Stine | 39EH23 | Enlist E3 | - | 10.6 | 58.0 | 98.7 | 98.7 | +| 16 | AgriGold | G4094XF | XTENDFlex | - | 11.3 | 58.0 | 89.4 | 89.4 | +| 11 | AgriGold | G4051E3 | Enlist E3 | - | 10.8 | 59.0 | 96.0 | 96.0 | +| 14 | AgriGold | G4184XF | XTENDFlex | - | 11.1 | 59.0 | 93.0 | 93.0 | +| 13 | AgriGold | G4204E3 | Enlist E3 | - | 10.6 | 58.0 | 93.1 | 93.1 | +| 17 | Pioneer | P42A84E | Enlist E3 | - | 10.7 | 58.0 | 86.1 | 86.1 | +| 7 | AgriGold | G4430XF | XTENDFlex | - | 10.8 | 57.0 | 98.9 | 98.9 | +| 19 | Stine | 44EH23 | Enlist E3 | - | 11.9 | 56.0 | 75.3 | 75.3 | +| 18 | AgriGold | G4459E3 | Enlist E3 | - | 14.3 | 56.0 | 77.3 | 77.3 | +| 9 | AgriGold | G4051E3 | Enlist E3 | - | 11.2 | 57.0 | 96.6 | 96.6 | + +Top 5 by Yield: G3552XF (AgriGold) 116.1, G3577E3 (AgriGold) 109.5, G3725XF (AgriGold) 106.2, G3404E3 (AgriGold) 104.7, G3854E3 (AgriGold) 103.9. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142405.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142405.json new file mode 100644 index 00000000..46ade7ca --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142405.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-142405", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "OH", + "state_abbrev": "oh", + "city": "Piqua", + "county": "Miami", + "year": 2024, + "plot_id": "142405", + "cooperator": "Brian Francis", + "plot_average": 72.9, + "planted_date": "2024-04-25", + "harvested_date": "2024-10-07", + "population_seeds_per_acre": 130000, + "row_width": "15.0\"", + "num_rows": 16, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Ebberts Field Seeds", + "product": "G2980E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": null, + "Yield": 70.5, + "Adj Yield": 70.5 + } + }, + { + "rank": 2, + "brand": "Ebberts Field Seeds", + "product": "G2790E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": null, + "Yield": 79.8, + "Adj Yield": 80.98 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": null, + "Yield": 76.2, + "Adj Yield": 77.11 + } + }, + { + "rank": 4, + "brand": "Ebberts Field Seeds", + "product": "G3171E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": null, + "Yield": 75.3, + "Adj Yield": 75.97 + } + }, + { + "rank": 10, + "brand": "Ebberts Field Seeds", + "product": "G3380E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": null, + "Yield": 66.2, + "Adj Yield": 66.66 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": null, + "Yield": 66.2, + "Adj Yield": 66.42 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": null, + "Yield": 71.6, + "Adj Yield": 71.62 + } + }, + { + "rank": 7, + "brand": "Ebberts Field Seeds", + "product": "G3580E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": null, + "Yield": 71.6, + "Adj Yield": 71.38 + } + }, + { + "rank": 5, + "brand": "Ebberts Field Seeds", + "product": "G3690E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": null, + "Yield": 74.8, + "Adj Yield": 74.31 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G3629E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": null, + "Yield": 69.8, + "Adj Yield": 69.09 + } + }, + { + "rank": 1, + "brand": "Ebberts Field Seeds", + "product": "G3760E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": null, + "Yield": 82.5, + "Adj Yield": 81.54 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": null, + "Yield": 68.0, + "Adj Yield": 66.79 + } + }, + { + "rank": null, + "brand": "Ebberts Field Seeds", + "product": "G2980E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": null, + "Yield": 73.4, + "Adj Yield": 73.4 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/142405" + ], + "fetched_at": "2026-05-27T02:24:24.353561+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142405.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142405.md new file mode 100644 index 00000000..827b1f4b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142405.md @@ -0,0 +1,42 @@ +# Soybean yield trial — Piqua, OH, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** OH +- **County:** Miami +- **City:** Piqua +- **Year:** 2024 +- **Plot ID:** 142405 +- **Cooperator:** Brian Francis +- **Plot average:** 72.9 BU/Ac +- **Planted:** 2024-04-25 +- **Harvested:** 2024-10-07 +- **Population:** 130,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 16 +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/142405 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Ebberts Field Seeds | G2980E3 | Enlist E3 | - | 12.0 | - | 70.5 | 70.5 | +| 2 | Ebberts Field Seeds | G2790E | Enlist E3 | - | 12.0 | - | 79.8 | 80.98 | +| 3 | AgriGold | G3051E3 | Enlist E3 | - | 12.0 | - | 76.2 | 77.11 | +| 4 | Ebberts Field Seeds | G3171E3 | Enlist E3 | - | 12.0 | - | 75.3 | 75.97 | +| 10 | Ebberts Field Seeds | G3380E | Enlist E3 | - | 12.0 | - | 66.2 | 66.66 | +| 11 | AgriGold | G3404E3 | Enlist E3 | - | 12.0 | - | 66.2 | 66.42 | +| 6 | AgriGold | G3577E3 | Enlist E3 | - | 12.0 | - | 71.6 | 71.62 | +| 7 | Ebberts Field Seeds | G3580E3 | Enlist E3 | - | 12.0 | - | 71.6 | 71.38 | +| 5 | Ebberts Field Seeds | G3690E | Enlist E3 | - | 12.0 | - | 74.8 | 74.31 | +| 8 | AgriGold | G3629E3 | Enlist E3 | - | 12.0 | - | 69.8 | 69.09 | +| 1 | Ebberts Field Seeds | G3760E3 | Enlist E3 | - | 12.0 | - | 82.5 | 81.54 | +| 9 | AgriGold | G3854E3 | Enlist E3 | - | 12.0 | - | 68.0 | 66.79 | +| - | Ebberts Field Seeds | G2980E3 | Enlist E3 | - | 12.0 | - | 73.4 | 73.4 | + +Top 5 by Yield: G3760E3 (Ebberts Field Seeds) 82.5, G2790E (Ebberts Field Seeds) 79.8, G3051E3 (AgriGold) 76.2, G3171E3 (Ebberts Field Seeds) 75.3, G3690E (Ebberts Field Seeds) 74.8. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142419.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142419.json new file mode 100644 index 00000000..0636a4e5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142419.json @@ -0,0 +1,101 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-142419", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IN", + "state_abbrev": "in", + "city": "Otwell", + "county": "Pike", + "year": 2024, + "plot_id": "142419", + "cooperator": "Kevin Haase", + "plot_average": 94.46, + "planted_date": "2024-04-27", + "harvested_date": "2024-09-20", + "population_seeds_per_acre": 140000, + "row_width": "15.0\"", + "num_rows": 11, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 5, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": 54.1, + "Yield": 89.4, + "Adj Yield": 89.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": 53.6, + "Yield": 100.1, + "Adj Yield": 100.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": 53.6, + "Yield": 89.9, + "Adj Yield": 89.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G4051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": 54.6, + "Yield": 93.9, + "Adj Yield": 93.9 + } + }, + { + "rank": 2, + "brand": "NK Brand", + "product": "NK37-C1E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": 54.3, + "Yield": 99.0, + "Adj Yield": 99.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/142419" + ], + "fetched_at": "2026-05-27T02:24:24.824322+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142419.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142419.md new file mode 100644 index 00000000..3f480d86 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142419.md @@ -0,0 +1,35 @@ +# Soybean yield trial — Otwell, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IN +- **County:** Pike +- **City:** Otwell +- **Year:** 2024 +- **Plot ID:** 142419 +- **Cooperator:** Kevin Haase +- **Plot average:** 94.46 BU/Ac +- **Planted:** 2024-04-27 +- **Harvested:** 2024-09-20 +- **Population:** 140,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 11 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/142419 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | AgriGold | G3404E3 | Enlist E3 | - | 10.5 | 54.1 | 89.4 | 89.4 | +| 1 | AgriGold | G3577E3 | Enlist E3 | - | 10.3 | 53.6 | 100.1 | 100.1 | +| 4 | AgriGold | G3854E3 | Enlist E3 | - | 10.1 | 53.6 | 89.9 | 89.9 | +| 3 | AgriGold | G4051E3 | Enlist E3 | - | 10.2 | 54.6 | 93.9 | 93.9 | +| 2 | NK Brand | NK37-C1E3 | Enlist E3 | - | 10.5 | 54.3 | 99.0 | 99.0 | + +Top 5 by Yield: G3577E3 (AgriGold) 100.1, NK37-C1E3 (NK Brand) 99.0, G4051E3 (AgriGold) 93.9, G3854E3 (AgriGold) 89.9, G3404E3 (AgriGold) 89.4. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142424.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142424.json new file mode 100644 index 00000000..c181ff3b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142424.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-142424", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "MS", + "state_abbrev": "ms", + "city": "Senatobia", + "county": "Tate", + "year": 2024, + "plot_id": "142424", + "cooperator": "Justin Hurtt Greenleaf Farms", + "plot_average": 93.66, + "planted_date": "2024-04-24", + "harvested_date": "2024-09-11", + "population_seeds_per_acre": 130000, + "row_width": "38.0\"", + "num_rows": 10, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 55.1, + "Yield": 87.5, + "Adj Yield": 87.53 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 56.0, + "Yield": 91.2, + "Adj Yield": 91.19 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G4650XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 57.5, + "Yield": 93.3, + "Adj Yield": 93.27 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G4850XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 57.5, + "Yield": 94.1, + "Adj Yield": 94.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G4894XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 56.0, + "Yield": 94.5, + "Adj Yield": 94.49 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G4910XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 55.3, + "Yield": 100.1, + "Adj Yield": 100.08 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "49K10XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 56.4, + "Yield": 93.2, + "Adj Yield": 93.18 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G5104XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 55.9, + "Yield": 95.5, + "Adj Yield": 95.45 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 54.8, + "Yield": 89.9, + "Adj Yield": 89.9 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/142424" + ], + "fetched_at": "2026-05-27T02:24:25.339732+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142424.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142424.md new file mode 100644 index 00000000..f01f9a2a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142424.md @@ -0,0 +1,39 @@ +# Soybean yield trial — Senatobia, MS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** MS +- **County:** Tate +- **City:** Senatobia +- **Year:** 2024 +- **Plot ID:** 142424 +- **Cooperator:** Justin Hurtt Greenleaf Farms +- **Plot average:** 93.66 BU/Ac +- **Planted:** 2024-04-24 +- **Harvested:** 2024-09-11 +- **Population:** 130,000 seeds/acre +- **Row width:** 38.0" +- **# Rows:** 10 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/142424 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | AgriGold | G4184XF | XTENDFlex | - | 11.1 | 55.1 | 87.5 | 87.53 | +| 7 | AgriGold | G4430XF | XTENDFlex | - | 11.3 | 56.0 | 91.2 | 91.19 | +| 5 | AgriGold | G4650XF | XTENDFlex | - | 11.0 | 57.5 | 93.3 | 93.27 | +| 4 | AgriGold | G4850XF | XTENDFlex | - | 11.6 | 57.5 | 94.1 | 94.1 | +| 3 | AgriGold | G4894XF | XTENDFlex | - | 11.6 | 56.0 | 94.5 | 94.49 | +| 1 | AgriGold | G4910XF | XTENDFlex | - | 11.2 | 55.3 | 100.1 | 100.08 | +| 6 | AgriGold | 49K10XF | XTENDFlex | - | 11.6 | 56.4 | 93.2 | 93.18 | +| 2 | AgriGold | G5104XF | XTENDFlex | - | 11.7 | 55.9 | 95.5 | 95.45 | +| - | AgriGold | G4430XF | XTENDFlex | - | 11.0 | 54.8 | 89.9 | 89.9 | + +Top 5 by Yield: G4910XF (AgriGold) 100.1, G5104XF (AgriGold) 95.5, G4894XF (AgriGold) 94.5, G4850XF (AgriGold) 94.1, G4650XF (AgriGold) 93.3. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142446.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142446.json new file mode 100644 index 00000000..e2dee959 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142446.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-142446", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IN", + "state_abbrev": "in", + "city": "Switz City", + "county": "Greene", + "year": 2024, + "plot_id": "142446", + "cooperator": "White Farms Inc.", + "plot_average": 73.49, + "planted_date": "2024-04-25", + "harvested_date": "2024-09-18", + "population_seeds_per_acre": 125000, + "row_width": "15.0\"", + "num_rows": 29, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Channel", + "product": "3823RXF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": null, + "Yield": 76.0, + "Adj Yield": 76.0 + } + }, + { + "rank": 2, + "brand": "Asgrow", + "product": "AG33XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": null, + "Yield": 81.2, + "Adj Yield": 80.08 + } + }, + { + "rank": 4, + "brand": "Channel", + "product": "3525RXF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 75.5, + "Adj Yield": 75.14 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": null, + "Yield": 82.4, + "Adj Yield": 82.86 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "3823RXF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": null, + "Yield": 71.8, + "Adj Yield": 71.8 + } + }, + { + "rank": 3, + "brand": "Becks", + "product": "3650E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": null, + "Yield": 78.2, + "Adj Yield": 78.42 + } + }, + { + "rank": 5, + "brand": "Asgrow", + "product": "AG36XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": null, + "Yield": 75.6, + "Adj Yield": 74.78 + } + }, + { + "rank": 11, + "brand": "Channel", + "product": "3725RXF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": null, + "Yield": 70.7, + "Adj Yield": 68.59 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "3823RXF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": null, + "Yield": 78.2, + "Adj Yield": 78.2 + } + }, + { + "rank": 6, + "brand": "Asgrow", + "product": "AG38XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 76.2, + "Adj Yield": 73.99 + } + }, + { + "rank": 8, + "brand": "Becks", + "product": "3995XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": null, + "Yield": 73.5, + "Adj Yield": 72.03 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G4094XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": null, + "Yield": 71.2, + "Adj Yield": 70.0 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "3823RXF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": null, + "Yield": 76.0, + "Adj Yield": 76.0 + } + }, + { + "rank": 12, + "brand": "Becks", + "product": "4030E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": null, + "Yield": 62.8, + "Adj Yield": 62.36 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G4051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": null, + "Yield": 72.7, + "Adj Yield": 73.89 + } + }, + { + "rank": 10, + "brand": "Channel", + "product": "UnKnown", + "traits": "", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": null, + "Yield": 66.5, + "Adj Yield": 69.71 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "3823RXF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": null, + "Yield": 67.3, + "Adj Yield": 67.3 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/142446" + ], + "fetched_at": "2026-05-27T02:24:25.854353+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142446.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142446.md new file mode 100644 index 00000000..33bc6fbc --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142446.md @@ -0,0 +1,46 @@ +# Soybean yield trial — Switz City, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IN +- **County:** Greene +- **City:** Switz City +- **Year:** 2024 +- **Plot ID:** 142446 +- **Cooperator:** White Farms Inc. +- **Plot average:** 73.49 BU/Ac +- **Planted:** 2024-04-25 +- **Harvested:** 2024-09-18 +- **Population:** 125,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 29 +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/142446 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Channel | 3823RXF | XTENDFlex | - | 10.9 | - | 76.0 | 76.0 | +| 2 | Asgrow | AG33XF3 | XTENDFlex | - | 10.9 | - | 81.2 | 80.08 | +| 4 | Channel | 3525RXF | XTENDFlex | - | 10.6 | - | 75.5 | 75.14 | +| 1 | AgriGold | G3577E3 | Enlist E3 | - | 10.8 | - | 82.4 | 82.86 | +| - | Channel | 3823RXF | XTENDFlex | - | 10.5 | - | 71.8 | 71.8 | +| 3 | Becks | 3650E3 | Enlist E3 | - | 10.9 | - | 78.2 | 78.42 | +| 5 | Asgrow | AG36XF4 | XTENDFlex | - | 9.9 | - | 75.6 | 74.78 | +| 11 | Channel | 3725RXF | XTENDFlex | - | 10.4 | - | 70.7 | 68.59 | +| - | Channel | 3823RXF | XTENDFlex | - | 10.2 | - | 78.2 | 78.2 | +| 6 | Asgrow | AG38XF3 | XTENDFlex | - | 10.6 | - | 76.2 | 73.99 | +| 8 | Becks | 3995XF | XTENDFlex | - | 10.5 | - | 73.5 | 72.03 | +| 9 | AgriGold | G4094XF | XTENDFlex | - | 10.4 | - | 71.2 | 70.0 | +| - | Channel | 3823RXF | XTENDFlex | - | 10.3 | - | 76.0 | 76.0 | +| 12 | Becks | 4030E3 | Enlist E3 | - | 10.1 | - | 62.8 | 62.36 | +| 7 | AgriGold | G4051E3 | Enlist E3 | - | 9.6 | - | 72.7 | 73.89 | +| 10 | Channel | UnKnown | - | - | 10.7 | - | 66.5 | 69.71 | +| - | Channel | 3823RXF | XTENDFlex | - | 9.8 | - | 67.3 | 67.3 | + +Top 5 by Yield: G3577E3 (AgriGold) 82.4, AG33XF3 (Asgrow) 81.2, 3650E3 (Becks) 78.2, 3823RXF (Channel) 78.2, AG38XF3 (Asgrow) 76.2. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142552.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142552.json new file mode 100644 index 00000000..2e400af7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142552.json @@ -0,0 +1,75 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-142552", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IA", + "state_abbrev": "ia", + "city": "Colesburg", + "county": "Delaware", + "year": 2024, + "plot_id": "142552", + "cooperator": "Steve Lueken", + "plot_average": 83.27, + "planted_date": "2024-04-25", + "harvested_date": "2024-09-18", + "population_seeds_per_acre": 105000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "G2000XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 55.4, + "Yield": 88.4, + "Adj Yield": 88.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G1704XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 55.5, + "Yield": 77.7, + "Adj Yield": 77.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "15K05XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 55.7, + "Yield": 83.7, + "Adj Yield": 83.7 + } + } + ], + "n_results": 3, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/142552" + ], + "fetched_at": "2026-05-27T02:24:26.322824+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142552.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142552.md new file mode 100644 index 00000000..54144e4a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142552.md @@ -0,0 +1,33 @@ +# Soybean yield trial — Colesburg, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IA +- **County:** Delaware +- **City:** Colesburg +- **Year:** 2024 +- **Plot ID:** 142552 +- **Cooperator:** Steve Lueken +- **Plot average:** 83.27 BU/Ac +- **Planted:** 2024-04-25 +- **Harvested:** 2024-09-18 +- **Population:** 105,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/142552 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | G2000XF | XTENDFlex | - | 11.4 | 55.4 | 88.4 | 88.4 | +| 3 | AgriGold | G1704XF | XTENDFlex | - | 11.2 | 55.5 | 77.7 | 77.7 | +| 2 | AgriGold | 15K05XF | XTENDFlex | - | 11.2 | 55.7 | 83.7 | 83.7 | + +Top 5 by Yield: G2000XF (AgriGold) 88.4, 15K05XF (AgriGold) 83.7, G1704XF (AgriGold) 77.7. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142615.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142615.json new file mode 100644 index 00000000..34e085ce --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142615.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-142615", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Morrisonville", + "county": "Christian", + "year": 2024, + "plot_id": "142615", + "cooperator": "Anonymous", + "plot_average": 68.13, + "planted_date": "2024-05-16", + "harvested_date": "2024-10-07", + "population_seeds_per_acre": 135000, + "row_width": "30.0\"", + "num_rows": 12, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "G4051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 59.7, + "Yield": 73.6, + "Adj Yield": 73.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 57.8, + "Yield": 69.4, + "Adj Yield": 69.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 58.1, + "Yield": 65.6, + "Adj Yield": 65.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 56.5, + "Yield": 66.7, + "Adj Yield": 66.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G3279E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 55.8, + "Yield": 66.7, + "Adj Yield": 66.7 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 56.4, + "Yield": 65.3, + "Adj Yield": 65.3 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P28Z30E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 56.7, + "Yield": 65.5, + "Adj Yield": 65.5 + } + }, + { + "rank": 14, + "brand": "Pioneer", + "product": "P28Z89E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 56.4, + "Yield": 63.1, + "Adj Yield": 63.1 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P31Z03E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 55.5, + "Yield": 69.8, + "Adj Yield": 69.8 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P32Z91E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 57.4, + "Yield": 64.4, + "Adj Yield": 64.4 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P35Z76E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 56.1, + "Yield": 65.9, + "Adj Yield": 65.9 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P37Z06E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 56.3, + "Yield": 74.6, + "Adj Yield": 74.6 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P38Z63", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 58.0, + "Yield": 70.4, + "Adj Yield": 70.4 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P40Z57E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 57.6, + "Yield": 72.8, + "Adj Yield": 72.8 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/142615" + ], + "fetched_at": "2026-05-27T02:24:26.841162+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142615.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142615.md new file mode 100644 index 00000000..25e85a4b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142615.md @@ -0,0 +1,44 @@ +# Soybean yield trial — Morrisonville, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Christian +- **City:** Morrisonville +- **Year:** 2024 +- **Plot ID:** 142615 +- **Cooperator:** Anonymous +- **Plot average:** 68.13 BU/Ac +- **Planted:** 2024-05-16 +- **Harvested:** 2024-10-07 +- **Population:** 135,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 12 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/142615 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | G4051E3 | Enlist E3 | - | 11.4 | 59.7 | 73.6 | 73.6 | +| 6 | AgriGold | G3854E3 | Enlist E3 | - | 11.8 | 57.8 | 69.4 | 69.4 | +| 10 | AgriGold | G3577E3 | Enlist E3 | - | 12.1 | 58.1 | 65.6 | 65.6 | +| 7 | AgriGold | G3404E3 | Enlist E3 | - | 12.2 | 56.5 | 66.7 | 66.7 | +| 8 | AgriGold | G3279E3 | Enlist E3 | - | 12.3 | 55.8 | 66.7 | 66.7 | +| 12 | AgriGold | G3051E3 | Enlist E3 | - | 12.8 | 56.4 | 65.3 | 65.3 | +| 11 | Pioneer | P28Z30E3 | Enlist E3 | - | 12.5 | 56.7 | 65.5 | 65.5 | +| 14 | Pioneer | P28Z89E | Enlist E3 | - | 12.4 | 56.4 | 63.1 | 63.1 | +| 5 | Pioneer | P31Z03E | Enlist E3 | - | 12.3 | 55.5 | 69.8 | 69.8 | +| 13 | Pioneer | P32Z91E | Enlist E3 | - | 12.5 | 57.4 | 64.4 | 64.4 | +| 9 | Pioneer | P35Z76E | Enlist E3 | - | 12.4 | 56.1 | 65.9 | 65.9 | +| 1 | Pioneer | P37Z06E | Enlist E3 | - | 12.6 | 56.3 | 74.6 | 74.6 | +| 4 | Pioneer | P38Z63 | Enlist E3 | - | 13.0 | 58.0 | 70.4 | 70.4 | +| 3 | Pioneer | P40Z57E | Enlist E3 | - | 12.5 | 57.6 | 72.8 | 72.8 | + +Top 5 by Yield: P37Z06E (Pioneer) 74.6, G4051E3 (AgriGold) 73.6, P40Z57E (Pioneer) 72.8, P38Z63 (Pioneer) 70.4, P31Z03E (Pioneer) 69.8. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142666.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142666.json new file mode 100644 index 00000000..16e3cfa5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142666.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-142666", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Mount Carroll", + "county": "Carroll", + "year": 2024, + "plot_id": "142666", + "cooperator": "Lee & Terry Charles", + "plot_average": 85.06, + "planted_date": "2024-05-13", + "harvested_date": "2024-09-30", + "population_seeds_per_acre": 160000, + "row_width": "30.0\"", + "num_rows": 5, + "soil_type": "Silty Clay Loam", + "tillage": "Minimum", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 55.6, + "Yield": 85.5, + "Adj Yield": 85.5 + } + }, + { + "rank": 10, + "brand": "Golden Harvest", + "product": "GH3035E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 54.0, + "Yield": 82.1, + "Adj Yield": 82.1 + } + }, + { + "rank": 11, + "brand": "Golden Harvest", + "product": "GH2922E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 55.9, + "Yield": 80.9, + "Adj Yield": 80.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 55.2, + "Yield": 87.4, + "Adj Yield": 87.4 + } + }, + { + "rank": 7, + "brand": "Golden Harvest", + "product": "GH2814E3S", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 56.8, + "Yield": 85.2, + "Adj Yield": 85.2 + } + }, + { + "rank": 1, + "brand": "Golden Harvest", + "product": "GH2674E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 54.5, + "Yield": 88.9, + "Adj Yield": 88.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 56.7, + "Yield": 87.0, + "Adj Yield": 87.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G2361E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 55.8, + "Yield": 82.2, + "Adj Yield": 82.2 + } + }, + { + "rank": 3, + "brand": "Golden Harvest", + "product": "GH2315E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 55.3, + "Yield": 87.1, + "Adj Yield": 87.1 + } + }, + { + "rank": 8, + "brand": "Golden Harvest", + "product": "GH2292E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 55.9, + "Yield": 83.1, + "Adj Yield": 83.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G2003E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 55.6, + "Yield": 86.3, + "Adj Yield": 86.3 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/142666" + ], + "fetched_at": "2026-05-27T02:24:27.308803+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142666.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142666.md new file mode 100644 index 00000000..b41a5521 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142666.md @@ -0,0 +1,41 @@ +# Soybean yield trial — Mount Carroll, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Carroll +- **City:** Mount Carroll +- **Year:** 2024 +- **Plot ID:** 142666 +- **Cooperator:** Lee & Terry Charles +- **Plot average:** 85.06 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-09-30 +- **Population:** 160,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 5 +- **Soil type:** Silty Clay Loam +- **Tillage:** Minimum +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/142666 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | AgriGold | G3051E3 | Enlist E3 | - | 11.0 | 55.6 | 85.5 | 85.5 | +| 10 | Golden Harvest | GH3035E3 | Enlist E3 | - | 12.7 | 54.0 | 82.1 | 82.1 | +| 11 | Golden Harvest | GH2922E3 | Enlist E3 | - | 11.9 | 55.9 | 80.9 | 80.9 | +| 2 | AgriGold | G2893E3 | Enlist E3 | - | 11.9 | 55.2 | 87.4 | 87.4 | +| 7 | Golden Harvest | GH2814E3S | Enlist E3 | - | 12.0 | 56.8 | 85.2 | 85.2 | +| 1 | Golden Harvest | GH2674E3 | Enlist E3 | - | 11.6 | 54.5 | 88.9 | 88.9 | +| 4 | AgriGold | G2601E3 | Enlist E3 | - | 11.1 | 56.7 | 87.0 | 87.0 | +| 9 | AgriGold | G2361E3 | Enlist E3 | - | 11.2 | 55.8 | 82.2 | 82.2 | +| 3 | Golden Harvest | GH2315E3 | Enlist E3 | - | 11.3 | 55.3 | 87.1 | 87.1 | +| 8 | Golden Harvest | GH2292E3 | Enlist E3 | - | 11.3 | 55.9 | 83.1 | 83.1 | +| 5 | AgriGold | G2003E3 | Enlist E3 | - | 11.1 | 55.6 | 86.3 | 86.3 | + +Top 5 by Yield: GH2674E3 (Golden Harvest) 88.9, G2893E3 (AgriGold) 87.4, GH2315E3 (Golden Harvest) 87.1, G2601E3 (AgriGold) 87.0, G2003E3 (AgriGold) 86.3. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142697.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142697.json new file mode 100644 index 00000000..bab195bb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142697.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-142697", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Polo", + "county": "Ogle", + "year": 2024, + "plot_id": "142697", + "cooperator": "Jeff Frey", + "plot_average": 71.81, + "planted_date": "2024-05-04", + "harvested_date": "2024-09-30", + "population_seeds_per_acre": 140000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 53.0, + "Yield": 77.9, + "Adj Yield": 77.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G2306XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 54.4, + "Yield": 72.6, + "Adj Yield": 72.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G2450XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 55.0, + "Yield": 70.4, + "Adj Yield": 70.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G2574XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 58.0, + "Yield": 76.4, + "Adj Yield": 76.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "27K10E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 57.1, + "Yield": 73.2, + "Adj Yield": 73.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": 53.1, + "Yield": 64.3, + "Adj Yield": 64.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 54.3, + "Yield": 72.1, + "Adj Yield": 72.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G3144XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 54.3, + "Yield": 67.6, + "Adj Yield": 67.6 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/142697" + ], + "fetched_at": "2026-05-27T02:24:27.852334+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142697.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142697.md new file mode 100644 index 00000000..fd3dd467 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142697.md @@ -0,0 +1,38 @@ +# Soybean yield trial — Polo, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Ogle +- **City:** Polo +- **Year:** 2024 +- **Plot ID:** 142697 +- **Cooperator:** Jeff Frey +- **Plot average:** 71.81 BU/Ac +- **Planted:** 2024-05-04 +- **Harvested:** 2024-09-30 +- **Population:** 140,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/142697 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | G2601E3 | Enlist E3 | - | 12.2 | 53.0 | 77.9 | 77.9 | +| 4 | AgriGold | G2306XF | XTENDFlex | - | 12.2 | 54.4 | 72.6 | 72.6 | +| 6 | AgriGold | G2450XF | XTENDFlex | - | 11.8 | 55.0 | 70.4 | 70.4 | +| 2 | AgriGold | G2574XF | XTENDFlex | - | 11.7 | 58.0 | 76.4 | 76.4 | +| 3 | AgriGold | 27K10E3 | Enlist E3 | - | 11.4 | 57.1 | 73.2 | 73.2 | +| 8 | AgriGold | G2893E3 | Enlist E3 | - | 11.5 | 53.1 | 64.3 | 64.3 | +| 5 | AgriGold | G3051E3 | Enlist E3 | - | 11.6 | 54.3 | 72.1 | 72.1 | +| 7 | AgriGold | G3144XF | XTENDFlex | - | 11.8 | 54.3 | 67.6 | 67.6 | + +Top 5 by Yield: G2601E3 (AgriGold) 77.9, G2574XF (AgriGold) 76.4, 27K10E3 (AgriGold) 73.2, G2306XF (AgriGold) 72.6, G3051E3 (AgriGold) 72.1. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142700.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142700.json new file mode 100644 index 00000000..a456d45f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142700.json @@ -0,0 +1,114 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-142700", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Cambridge", + "county": "Henry", + "year": 2024, + "plot_id": "142700", + "cooperator": "Tyler Horberg", + "plot_average": 80.12, + "planted_date": "2024-05-06", + "harvested_date": "2024-10-03", + "population_seeds_per_acre": 134000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 4, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.3, + "Test Wt.": 58.0, + "Yield": 78.8, + "Adj Yield": 78.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.2, + "Test Wt.": 58.5, + "Yield": 85.7, + "Adj Yield": 85.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.4, + "Test Wt.": 58.0, + "Yield": 76.1, + "Adj Yield": 76.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3279E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.5, + "Test Wt.": 57.0, + "Yield": 80.3, + "Adj Yield": 80.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.5, + "Test Wt.": 57.5, + "Yield": 77.9, + "Adj Yield": 77.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.6, + "Test Wt.": 57.0, + "Yield": 81.9, + "Adj Yield": 81.9 + } + } + ], + "n_results": 6, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/142700" + ], + "fetched_at": "2026-05-27T02:24:28.308122+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142700.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142700.md new file mode 100644 index 00000000..ee423b07 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142700.md @@ -0,0 +1,36 @@ +# Soybean yield trial — Cambridge, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Henry +- **City:** Cambridge +- **Year:** 2024 +- **Plot ID:** 142700 +- **Cooperator:** Tyler Horberg +- **Plot average:** 80.12 BU/Ac +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-03 +- **Population:** 134,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/142700 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 4 | AgriGold | G2601E3 | Enlist E3 | - | 8.3 | 58.0 | 78.8 | 78.8 | +| 1 | AgriGold | G2893E3 | Enlist E3 | - | 8.2 | 58.5 | 85.7 | 85.7 | +| 6 | AgriGold | G3051E3 | Enlist E3 | - | 8.4 | 58.0 | 76.1 | 76.1 | +| 3 | AgriGold | G3279E3 | Enlist E3 | - | 8.5 | 57.0 | 80.3 | 80.3 | +| 5 | AgriGold | G3404E3 | Enlist E3 | - | 8.5 | 57.5 | 77.9 | 77.9 | +| 2 | AgriGold | G3577E3 | Enlist E3 | - | 8.6 | 57.0 | 81.9 | 81.9 | + +Top 5 by Yield: G2893E3 (AgriGold) 85.7, G3577E3 (AgriGold) 81.9, G3279E3 (AgriGold) 80.3, G2601E3 (AgriGold) 78.8, G3404E3 (AgriGold) 77.9. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142713.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142713.json new file mode 100644 index 00000000..efd1d92d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142713.json @@ -0,0 +1,335 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-142713", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IA", + "state_abbrev": "ia", + "city": "Davenport", + "county": "Scott", + "year": 2024, + "plot_id": "142713", + "cooperator": "Zach Bangert", + "plot_average": 103.75, + "planted_date": "2024-05-06", + "harvested_date": "2024-10-04", + "population_seeds_per_acre": 140000, + "row_width": "15.0\"", + "num_rows": 10, + "soil_type": "Silty Clay Loam", + "tillage": "Minimum", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 22, + "brand": "AgriGold", + "product": "G2450XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.1, + "Test Wt.": 60.5, + "Yield": 95.6, + "Adj Yield": 95.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G2574XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": 60.0, + "Yield": 114.1, + "Adj Yield": 114.1 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": 57.9, + "Yield": 104.4, + "Adj Yield": 104.4 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "27K10E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.1, + "Test Wt.": 59.4, + "Yield": 98.1, + "Adj Yield": 98.1 + } + }, + { + "rank": 4, + "brand": "Asgrow", + "product": "AG27XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": 57.5, + "Yield": 108.7, + "Adj Yield": 108.7 + } + }, + { + "rank": 19, + "brand": "Asgrow", + "product": "AG28XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.1, + "Test Wt.": 56.8, + "Yield": 98.1, + "Adj Yield": 98.1 + } + }, + { + "rank": 3, + "brand": "Asgrow", + "product": "AG29XF5", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": 57.1, + "Yield": 111.0, + "Adj Yield": 111.0 + } + }, + { + "rank": 13, + "brand": "Brevant Seeds", + "product": "B294EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": 56.7, + "Yield": 103.3, + "Adj Yield": 103.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": 56.4, + "Yield": 108.3, + "Adj Yield": 108.3 + } + }, + { + "rank": 9, + "brand": "Alloy", + "product": "A29E35", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": 58.9, + "Yield": 105.0, + "Adj Yield": 105.0 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "G2950XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": 58.0, + "Yield": 99.8, + "Adj Yield": 99.8 + } + }, + { + "rank": 9, + "brand": "Croplan", + "product": "CP2920E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": 57.4, + "Yield": 105.0, + "Adj Yield": 105.0 + } + }, + { + "rank": 17, + "brand": "NK Brand", + "product": "NK30-B2E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": 56.4, + "Yield": 101.6, + "Adj Yield": 101.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": 56.5, + "Yield": 105.7, + "Adj Yield": 105.7 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "G3144XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": 56.8, + "Yield": 102.9, + "Adj Yield": 102.9 + } + }, + { + "rank": 21, + "brand": "Asgrow", + "product": "AG31XF5", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": 56.5, + "Yield": 95.8, + "Adj Yield": 95.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "31K14E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": 56.5, + "Yield": 113.1, + "Adj Yield": 113.1 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "G3279E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": 56.1, + "Yield": 103.2, + "Adj Yield": 103.2 + } + }, + { + "rank": 7, + "brand": "Asgrow", + "product": "AG33XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": 56.4, + "Yield": 105.7, + "Adj Yield": 105.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3334XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": 56.4, + "Yield": 107.6, + "Adj Yield": 107.6 + } + }, + { + "rank": 23, + "brand": "Alloy", + "product": "A33E34", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": 56.6, + "Yield": 92.7, + "Adj Yield": 92.7 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": 58.3, + "Yield": 103.5, + "Adj Yield": 103.5 + } + }, + { + "rank": 15, + "brand": "Asgrow", + "product": "AG35XF5", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": 56.0, + "Yield": 103.1, + "Adj Yield": 103.1 + } + } + ], + "n_results": 23, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/142713" + ], + "fetched_at": "2026-05-27T02:24:28.810769+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142713.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142713.md new file mode 100644 index 00000000..28acc94f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142713.md @@ -0,0 +1,53 @@ +# Soybean yield trial — Davenport, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IA +- **County:** Scott +- **City:** Davenport +- **Year:** 2024 +- **Plot ID:** 142713 +- **Cooperator:** Zach Bangert +- **Plot average:** 103.75 BU/Ac +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-04 +- **Population:** 140,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 10 +- **Soil type:** Silty Clay Loam +- **Tillage:** Minimum +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/142713 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 22 | AgriGold | G2450XF | XTENDFlex | - | 9.1 | 60.5 | 95.6 | 95.6 | +| 1 | AgriGold | G2574XF | XTENDFlex | - | 9.0 | 60.0 | 114.1 | 114.1 | +| 11 | AgriGold | G2601E3 | Enlist E3 | - | 9.4 | 57.9 | 104.4 | 104.4 | +| 19 | AgriGold | 27K10E3 | Enlist E3 | - | 9.1 | 59.4 | 98.1 | 98.1 | +| 4 | Asgrow | AG27XF3 | XTENDFlex | - | 9.3 | 57.5 | 108.7 | 108.7 | +| 19 | Asgrow | AG28XF3 | XTENDFlex | - | 9.1 | 56.8 | 98.1 | 98.1 | +| 3 | Asgrow | AG29XF5 | XTENDFlex | - | 9.4 | 57.1 | 111.0 | 111.0 | +| 13 | Brevant Seeds | B294EE | Enlist E3 | - | 9.6 | 56.7 | 103.3 | 103.3 | +| 5 | AgriGold | G2893E3 | Enlist E3 | - | 9.6 | 56.4 | 108.3 | 108.3 | +| 9 | Alloy | A29E35 | Enlist E3 | - | 9.6 | 58.9 | 105.0 | 105.0 | +| 18 | AgriGold | G2950XF | XTENDFlex | - | 9.8 | 58.0 | 99.8 | 99.8 | +| 9 | Croplan | CP2920E | Enlist E3 | - | 9.6 | 57.4 | 105.0 | 105.0 | +| 17 | NK Brand | NK30-B2E3 | Enlist E3 | - | 9.7 | 56.4 | 101.6 | 101.6 | +| 7 | AgriGold | G3051E3 | Enlist E3 | - | 9.7 | 56.5 | 105.7 | 105.7 | +| 16 | AgriGold | G3144XF | XTENDFlex | - | 10.0 | 56.8 | 102.9 | 102.9 | +| 21 | Asgrow | AG31XF5 | XTENDFlex | - | 9.7 | 56.5 | 95.8 | 95.8 | +| 2 | AgriGold | 31K14E3 | Enlist E3 | - | 9.7 | 56.5 | 113.1 | 113.1 | +| 14 | AgriGold | G3279E3 | Enlist E3 | - | 9.7 | 56.1 | 103.2 | 103.2 | +| 7 | Asgrow | AG33XF3 | XTENDFlex | - | 9.7 | 56.4 | 105.7 | 105.7 | +| 6 | AgriGold | G3334XF | XTENDFlex | - | 9.5 | 56.4 | 107.6 | 107.6 | +| 23 | Alloy | A33E34 | Enlist E3 | - | 9.5 | 56.6 | 92.7 | 92.7 | +| 12 | AgriGold | G3404E3 | Enlist E3 | - | 9.5 | 58.3 | 103.5 | 103.5 | +| 15 | Asgrow | AG35XF5 | XTENDFlex | - | 10.5 | 56.0 | 103.1 | 103.1 | + +Top 5 by Yield: G2574XF (AgriGold) 114.1, 31K14E3 (AgriGold) 113.1, AG29XF5 (Asgrow) 111.0, AG27XF3 (Asgrow) 108.7, G2893E3 (AgriGold) 108.3. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142727.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142727.json new file mode 100644 index 00000000..a6e084c4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142727.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-142727", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "PA", + "state_abbrev": "pa", + "city": "Littlestown", + "county": "Adams", + "year": 2024, + "plot_id": "142727", + "cooperator": "Arentz Hay and Grain Inc", + "plot_average": 70.04, + "planted_date": "2024-04-26", + "harvested_date": "2024-10-11", + "population_seeds_per_acre": 140000, + "row_width": "20.0\"", + "num_rows": 12, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 52.7, + "Yield": 66.7, + "Adj Yield": 66.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 53.4, + "Yield": 69.7, + "Adj Yield": 69.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3279E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 54.1, + "Yield": 71.4, + "Adj Yield": 71.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 52.7, + "Yield": 64.2, + "Adj Yield": 64.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 51.5, + "Yield": 74.4, + "Adj Yield": 74.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G4204E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 52.0, + "Yield": 67.3, + "Adj Yield": 67.3 + } + }, + { + "rank": 2, + "brand": "Asgrow", + "product": "AG32XF2", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 51.0, + "Yield": 73.8, + "Adj Yield": 73.8 + } + }, + { + "rank": 3, + "brand": "Asgrow", + "product": "AG38XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 54.0, + "Yield": 72.8, + "Adj Yield": 72.8 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/142727" + ], + "fetched_at": "2026-05-27T02:24:29.326404+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142727.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142727.md new file mode 100644 index 00000000..35d3f593 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142727.md @@ -0,0 +1,37 @@ +# Soybean yield trial — Littlestown, PA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** PA +- **County:** Adams +- **City:** Littlestown +- **Year:** 2024 +- **Plot ID:** 142727 +- **Cooperator:** Arentz Hay and Grain Inc +- **Plot average:** 70.04 BU/Ac +- **Planted:** 2024-04-26 +- **Harvested:** 2024-10-11 +- **Population:** 140,000 seeds/acre +- **Row width:** 20.0" +- **# Rows:** 12 +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/142727 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | AgriGold | G2893E3 | Enlist E3 | - | 13.5 | 52.7 | 66.7 | 66.7 | +| 5 | AgriGold | G3051E3 | Enlist E3 | - | 13.5 | 53.4 | 69.7 | 69.7 | +| 4 | AgriGold | G3279E3 | Enlist E3 | - | 13.2 | 54.1 | 71.4 | 71.4 | +| 8 | AgriGold | G3404E3 | Enlist E3 | - | 13.4 | 52.7 | 64.2 | 64.2 | +| 1 | AgriGold | G3854E3 | Enlist E3 | - | 13.2 | 51.5 | 74.4 | 74.4 | +| 6 | AgriGold | G4204E3 | Enlist E3 | - | 13.3 | 52.0 | 67.3 | 67.3 | +| 2 | Asgrow | AG32XF2 | XTENDFlex | - | 13.5 | 51.0 | 73.8 | 73.8 | +| 3 | Asgrow | AG38XF3 | XTENDFlex | - | 13.3 | 54.0 | 72.8 | 72.8 | + +Top 5 by Yield: G3854E3 (AgriGold) 74.4, AG32XF2 (Asgrow) 73.8, AG38XF3 (Asgrow) 72.8, G3279E3 (AgriGold) 71.4, G3051E3 (AgriGold) 69.7. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142737.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142737.json new file mode 100644 index 00000000..d5939c85 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142737.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-142737", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IN", + "state_abbrev": "in", + "city": "Loogootee", + "county": "Daviess", + "year": 2024, + "plot_id": "142737", + "cooperator": "GARY & LANCE MATHIES", + "plot_average": 84.43, + "planted_date": "2024-04-27", + "harvested_date": "2024-09-19", + "population_seeds_per_acre": 135000, + "row_width": "15.0\"", + "num_rows": 11, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "Priaxor", + "herbicide": "Liberty", + "insecticide": "Hero", + "results": [ + { + "rank": 5, + "brand": "AgriGold", + "product": "G2950XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 56.0, + "Yield": 85.2, + "Adj Yield": 85.2 + } + }, + { + "rank": 10, + "brand": "Asgrow", + "product": "AG30XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 56.0, + "Yield": 82.6, + "Adj Yield": 82.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 56.0, + "Yield": 86.3, + "Adj Yield": 86.3 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "G3144XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 56.0, + "Yield": 79.5, + "Adj Yield": 79.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G3279E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 55.0, + "Yield": 82.9, + "Adj Yield": 82.9 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "G3334XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 56.0, + "Yield": 82.1, + "Adj Yield": 82.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": 57.0, + "Yield": 90.7, + "Adj Yield": 90.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3552XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 56.0, + "Yield": 88.4, + "Adj Yield": 88.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 57.0, + "Yield": 84.2, + "Adj Yield": 84.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G3629E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 57.0, + "Yield": 89.8, + "Adj Yield": 89.8 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "G3804XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 56.0, + "Yield": 78.1, + "Adj Yield": 78.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 56.0, + "Yield": 84.1, + "Adj Yield": 84.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G3724XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 56.0, + "Yield": 83.7, + "Adj Yield": 83.7 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/142737" + ], + "fetched_at": "2026-05-27T02:24:29.874083+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142737.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142737.md new file mode 100644 index 00000000..a0f7a711 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142737.md @@ -0,0 +1,46 @@ +# Soybean yield trial — Loogootee, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IN +- **County:** Daviess +- **City:** Loogootee +- **Year:** 2024 +- **Plot ID:** 142737 +- **Cooperator:** GARY & LANCE MATHIES +- **Plot average:** 84.43 BU/Ac +- **Planted:** 2024-04-27 +- **Harvested:** 2024-09-19 +- **Population:** 135,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 11 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **Fungicide:** Priaxor +- **Herbicide:** Liberty +- **Insecticide:** Hero +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/142737 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | AgriGold | G2950XF | XTENDFlex | - | 11.3 | 56.0 | 85.2 | 85.2 | +| 10 | Asgrow | AG30XF4 | XTENDFlex | - | 11.4 | 56.0 | 82.6 | 82.6 | +| 4 | AgriGold | G3051E3 | Enlist E3 | - | 10.9 | 56.0 | 86.3 | 86.3 | +| 12 | AgriGold | G3144XF | XTENDFlex | - | 10.8 | 56.0 | 79.5 | 79.5 | +| 9 | AgriGold | G3279E3 | Enlist E3 | - | 11.0 | 55.0 | 82.9 | 82.9 | +| 11 | AgriGold | G3334XF | XTENDFlex | - | 10.6 | 56.0 | 82.1 | 82.1 | +| 1 | AgriGold | G3404E3 | Enlist E3 | - | 10.5 | 57.0 | 90.7 | 90.7 | +| 3 | AgriGold | G3552XF | XTENDFlex | - | 10.7 | 56.0 | 88.4 | 88.4 | +| 6 | AgriGold | G3577E3 | Enlist E3 | - | 10.7 | 57.0 | 84.2 | 84.2 | +| 2 | AgriGold | G3629E3 | Enlist E3 | - | 10.6 | 57.0 | 89.8 | 89.8 | +| 13 | AgriGold | G3804XF | XTENDFlex | - | 11.3 | 56.0 | 78.1 | 78.1 | +| 7 | AgriGold | G3854E3 | Enlist E3 | - | 10.7 | 56.0 | 84.1 | 84.1 | +| 8 | AgriGold | G3724XF | XTENDFlex | - | 11.0 | 56.0 | 83.7 | 83.7 | + +Top 5 by Yield: G3404E3 (AgriGold) 90.7, G3629E3 (AgriGold) 89.8, G3552XF (AgriGold) 88.4, G3051E3 (AgriGold) 86.3, G2950XF (AgriGold) 85.2. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142745.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142745.json new file mode 100644 index 00000000..262c7c30 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142745.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-142745", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "MS", + "state_abbrev": "ms", + "city": "Boyle", + "county": "Bolivar", + "year": 2024, + "plot_id": "142745", + "cooperator": "Bern Prewitt", + "plot_average": 85.18, + "planted_date": "2024-05-01", + "harvested_date": "2024-09-20", + "population_seeds_per_acre": 110000, + "row_width": "30.0\"", + "num_rows": 16, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "AgriGold", + "product": "G4094XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": null, + "Yield": 83.5, + "Adj Yield": 83.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": null, + "Yield": 86.6, + "Adj Yield": 86.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 8.7, + "Test Wt.": null, + "Yield": 87.7, + "Adj Yield": 87.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G4615XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": null, + "Yield": 80.1, + "Adj Yield": 80.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G4650XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": null, + "Yield": 84.2, + "Adj Yield": 84.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G4850XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": null, + "Yield": 82.3, + "Adj Yield": 82.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G4910XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": null, + "Yield": 92.6, + "Adj Yield": 92.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G5104XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": null, + "Yield": 84.4, + "Adj Yield": 84.4 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/142745" + ], + "fetched_at": "2026-05-27T02:24:30.330938+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142745.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142745.md new file mode 100644 index 00000000..afc8c96c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142745.md @@ -0,0 +1,38 @@ +# Soybean yield trial — Boyle, MS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** MS +- **County:** Bolivar +- **City:** Boyle +- **Year:** 2024 +- **Plot ID:** 142745 +- **Cooperator:** Bern Prewitt +- **Plot average:** 85.18 BU/Ac +- **Planted:** 2024-05-01 +- **Harvested:** 2024-09-20 +- **Population:** 110,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 16 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/142745 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | AgriGold | G4094XF | XTENDFlex | - | 9.2 | - | 83.5 | 83.5 | +| 3 | AgriGold | G4184XF | XTENDFlex | - | 9.2 | - | 86.6 | 86.6 | +| 2 | AgriGold | G4430XF | XTENDFlex | - | 8.7 | - | 87.7 | 87.7 | +| 8 | AgriGold | G4615XF | XTENDFlex | - | 9.2 | - | 80.1 | 80.1 | +| 5 | AgriGold | G4650XF | XTENDFlex | - | 9.6 | - | 84.2 | 84.2 | +| 7 | AgriGold | G4850XF | XTENDFlex | - | 10.5 | - | 82.3 | 82.3 | +| 1 | AgriGold | G4910XF | XTENDFlex | - | 9.4 | - | 92.6 | 92.6 | +| 4 | AgriGold | G5104XF | XTENDFlex | - | 12.0 | - | 84.4 | 84.4 | + +Top 5 by Yield: G4910XF (AgriGold) 92.6, G4430XF (AgriGold) 87.7, G4184XF (AgriGold) 86.6, G5104XF (AgriGold) 84.4, G4650XF (AgriGold) 84.2. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142755.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142755.json new file mode 100644 index 00000000..d7d2467e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142755.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-142755", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "MS", + "state_abbrev": "ms", + "city": "Shelby", + "county": "Bolivar", + "year": 2024, + "plot_id": "142755", + "cooperator": "Rocco Morris", + "plot_average": 75.9, + "planted_date": "2024-05-10", + "harvested_date": "2024-09-23", + "population_seeds_per_acre": 145000, + "row_width": "38.0\"", + "num_rows": 12, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "AgriGold", + "product": "G4094XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 53.5, + "Yield": 66.1, + "Adj Yield": 66.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 57.2, + "Yield": 75.1, + "Adj Yield": 75.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": 55.5, + "Yield": 77.7, + "Adj Yield": 77.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G4615XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 55.1, + "Yield": 66.0, + "Adj Yield": 66.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G4650XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 54.4, + "Yield": 66.2, + "Adj Yield": 66.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G4850XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 53.6, + "Yield": 77.0, + "Adj Yield": 77.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G4894XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 16.0, + "Test Wt.": 50.0, + "Yield": 80.5, + "Adj Yield": 80.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4910XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 55.5, + "Yield": 84.4, + "Adj Yield": 84.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "49K10XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 20.4, + "Test Wt.": 50.8, + "Yield": 80.4, + "Adj Yield": 80.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G5104XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 51.3, + "Yield": 85.6, + "Adj Yield": 85.6 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/142755" + ], + "fetched_at": "2026-05-27T02:24:30.836347+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142755.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142755.md new file mode 100644 index 00000000..19278b70 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142755.md @@ -0,0 +1,40 @@ +# Soybean yield trial — Shelby, MS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** MS +- **County:** Bolivar +- **City:** Shelby +- **Year:** 2024 +- **Plot ID:** 142755 +- **Cooperator:** Rocco Morris +- **Plot average:** 75.9 BU/Ac +- **Planted:** 2024-05-10 +- **Harvested:** 2024-09-23 +- **Population:** 145,000 seeds/acre +- **Row width:** 38.0" +- **# Rows:** 12 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/142755 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | AgriGold | G4094XF | XTENDFlex | - | 12.6 | 53.5 | 66.1 | 66.1 | +| 7 | AgriGold | G4184XF | XTENDFlex | - | 11.8 | 57.2 | 75.1 | 75.1 | +| 5 | AgriGold | G4430XF | XTENDFlex | - | 11.5 | 55.5 | 77.7 | 77.7 | +| 10 | AgriGold | G4615XF | XTENDFlex | - | 11.7 | 55.1 | 66.0 | 66.0 | +| 8 | AgriGold | G4650XF | XTENDFlex | - | 10.8 | 54.4 | 66.2 | 66.2 | +| 6 | AgriGold | G4850XF | XTENDFlex | - | 13.0 | 53.6 | 77.0 | 77.0 | +| 3 | AgriGold | G4894XF | XTENDFlex | - | 16.0 | 50.0 | 80.5 | 80.5 | +| 2 | AgriGold | G4910XF | XTENDFlex | - | 11.8 | 55.5 | 84.4 | 84.4 | +| 4 | AgriGold | 49K10XF | XTENDFlex | - | 20.4 | 50.8 | 80.4 | 80.4 | +| 1 | AgriGold | G5104XF | XTENDFlex | - | 15.9 | 51.3 | 85.6 | 85.6 | + +Top 5 by Yield: G5104XF (AgriGold) 85.6, G4910XF (AgriGold) 84.4, G4894XF (AgriGold) 80.5, 49K10XF (AgriGold) 80.4, G4430XF (AgriGold) 77.7. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142796.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142796.json new file mode 100644 index 00000000..2de52ac0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142796.json @@ -0,0 +1,101 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-142796", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "AR", + "state_abbrev": "ar", + "city": "Pickens", + "county": "Desha", + "year": 2024, + "plot_id": "142796", + "cooperator": "R.A. Pickens and Sons", + "plot_average": 64.42, + "planted_date": "2024-05-11", + "harvested_date": "2024-10-03", + "population_seeds_per_acre": 150000, + "row_width": "38.0\"", + "num_rows": 11, + "soil_type": "Clay", + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 4, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": null, + "Yield": 63.4, + "Adj Yield": 63.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G4650XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": null, + "Yield": 63.6, + "Adj Yield": 63.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4850XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": null, + "Yield": 70.2, + "Adj Yield": 70.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G4910XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": null, + "Yield": 73.2, + "Adj Yield": 73.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G5104XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": null, + "Yield": 51.7, + "Adj Yield": 51.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/142796" + ], + "fetched_at": "2026-05-27T02:24:31.330160+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142796.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142796.md new file mode 100644 index 00000000..6fafa958 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142796.md @@ -0,0 +1,35 @@ +# Soybean yield trial — Pickens, AR, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** AR +- **County:** Desha +- **City:** Pickens +- **Year:** 2024 +- **Plot ID:** 142796 +- **Cooperator:** R.A. Pickens and Sons +- **Plot average:** 64.42 BU/Ac +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-03 +- **Population:** 150,000 seeds/acre +- **Row width:** 38.0" +- **# Rows:** 11 +- **Soil type:** Clay +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/142796 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 4 | AgriGold | G4430XF | XTENDFlex | - | 10.8 | - | 63.4 | 63.4 | +| 3 | AgriGold | G4650XF | XTENDFlex | - | 10.8 | - | 63.6 | 63.6 | +| 2 | AgriGold | G4850XF | XTENDFlex | - | 11.3 | - | 70.2 | 70.2 | +| 1 | AgriGold | G4910XF | XTENDFlex | - | 10.9 | - | 73.2 | 73.2 | +| 5 | AgriGold | G5104XF | XTENDFlex | - | 11.0 | - | 51.7 | 51.7 | + +Top 5 by Yield: G4910XF (AgriGold) 73.2, G4850XF (AgriGold) 70.2, G4650XF (AgriGold) 63.6, G4430XF (AgriGold) 63.4, G5104XF (AgriGold) 51.7. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142839.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142839.json new file mode 100644 index 00000000..b17181d7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142839.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-142839", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IN", + "state_abbrev": "in", + "city": "Shelbyville", + "county": "Shelby", + "year": 2024, + "plot_id": "142839", + "cooperator": "Keith Meltzer", + "plot_average": 64.46, + "planted_date": "2024-05-13", + "harvested_date": "2024-10-07", + "population_seeds_per_acre": 200000, + "row_width": "7.5\"", + "num_rows": 40, + "soil_type": "Sandy Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 56.0, + "Yield": 66.6, + "Adj Yield": 66.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 56.0, + "Yield": 58.9, + "Adj Yield": 59.14 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 56.0, + "Yield": 62.7, + "Adj Yield": 62.87 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3279E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 56.0, + "Yield": 64.6, + "Adj Yield": 64.67 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 56.0, + "Yield": 65.2, + "Adj Yield": 65.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 56.0, + "Yield": 68.1, + "Adj Yield": 67.93 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": 58.0, + "Yield": 67.3, + "Adj Yield": 67.04 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": 58.0, + "Yield": 67.3, + "Adj Yield": 67.3 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/142839" + ], + "fetched_at": "2026-05-27T02:24:31.891309+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142839.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142839.md new file mode 100644 index 00000000..70f887f8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142839.md @@ -0,0 +1,38 @@ +# Soybean yield trial — Shelbyville, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IN +- **County:** Shelby +- **City:** Shelbyville +- **Year:** 2024 +- **Plot ID:** 142839 +- **Cooperator:** Keith Meltzer +- **Plot average:** 64.46 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-07 +- **Population:** 200,000 seeds/acre +- **Row width:** 7.5" +- **# Rows:** 40 +- **Soil type:** Sandy Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/142839 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | G3854E3 | Enlist E3 | - | 11.2 | 56.0 | 66.6 | 66.6 | +| 6 | AgriGold | G2893E3 | Enlist E3 | - | 10.9 | 56.0 | 58.9 | 59.14 | +| 5 | AgriGold | G3051E3 | Enlist E3 | - | 11.1 | 56.0 | 62.7 | 62.87 | +| 4 | AgriGold | G3279E3 | Enlist E3 | - | 10.8 | 56.0 | 64.6 | 64.67 | +| 3 | AgriGold | G3404E3 | Enlist E3 | - | 11.1 | 56.0 | 65.2 | 65.1 | +| 1 | AgriGold | G3577E3 | Enlist E3 | - | 10.7 | 56.0 | 68.1 | 67.93 | +| 2 | AgriGold | G3854E3 | Enlist E3 | - | 10.5 | 58.0 | 67.3 | 67.04 | +| - | AgriGold | G3854E3 | Enlist E3 | - | 10.5 | 58.0 | 67.3 | 67.3 | + +Top 5 by Yield: G3577E3 (AgriGold) 68.1, G3854E3 (AgriGold) 67.3, G3854E3 (AgriGold) 67.3, G3854E3 (AgriGold) 66.6, G3404E3 (AgriGold) 65.2. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142845.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142845.json new file mode 100644 index 00000000..80e01697 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142845.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-142845", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "VA", + "state_abbrev": "va", + "city": "Hamilton", + "county": "Loudoun", + "year": 2024, + "plot_id": "142845", + "cooperator": "Muncaster & Payne Payne", + "plot_average": 61.45, + "planted_date": "2024-05-13", + "harvested_date": "2024-10-09", + "population_seeds_per_acre": 180000, + "row_width": "7.5\"", + "num_rows": 48, + "soil_type": "Clay", + "tillage": "Minimum", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "AgriGold", + "product": "G4204E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": null, + "Yield": 60.8, + "Adj Yield": 60.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": null, + "Yield": 62.5, + "Adj Yield": 62.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G4051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": null, + "Yield": 64.5, + "Adj Yield": 64.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4094XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": null, + "Yield": 65.0, + "Adj Yield": 65.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": null, + "Yield": 64.0, + "Adj Yield": 64.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G3724XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": null, + "Yield": 63.5, + "Adj Yield": 63.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": null, + "Yield": 60.4, + "Adj Yield": 60.4 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P33Z17E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": null, + "Yield": 60.6, + "Adj Yield": 60.6 + } + }, + { + "rank": 10, + "brand": "Pioneer", + "product": "P37Z06E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": null, + "Yield": 47.9, + "Adj Yield": 47.9 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P40Z57E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": null, + "Yield": 65.3, + "Adj Yield": 65.3 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/142845" + ], + "fetched_at": "2026-05-27T02:24:32.313199+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142845.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142845.md new file mode 100644 index 00000000..9a370b0e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142845.md @@ -0,0 +1,40 @@ +# Soybean yield trial — Hamilton, VA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** VA +- **County:** Loudoun +- **City:** Hamilton +- **Year:** 2024 +- **Plot ID:** 142845 +- **Cooperator:** Muncaster & Payne Payne +- **Plot average:** 61.45 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-09 +- **Population:** 180,000 seeds/acre +- **Row width:** 7.5" +- **# Rows:** 48 +- **Soil type:** Clay +- **Tillage:** Minimum +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/142845 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | AgriGold | G4204E3 | Enlist E3 | - | 12.8 | - | 60.8 | 60.8 | +| 6 | AgriGold | G4184XF | XTENDFlex | - | 12.7 | - | 62.5 | 62.5 | +| 3 | AgriGold | G4051E3 | Enlist E3 | - | 12.6 | - | 64.5 | 64.5 | +| 2 | AgriGold | G4094XF | XTENDFlex | - | 12.7 | - | 65.0 | 65.0 | +| 4 | AgriGold | G3854E3 | Enlist E3 | - | 12.6 | - | 64.0 | 64.0 | +| 5 | AgriGold | G3724XF | XTENDFlex | - | 12.6 | - | 63.5 | 63.5 | +| 9 | AgriGold | G3404E3 | Enlist E3 | - | 12.4 | - | 60.4 | 60.4 | +| 8 | Pioneer | P33Z17E | Enlist E3 | - | 12.5 | - | 60.6 | 60.6 | +| 10 | Pioneer | P37Z06E | Enlist E3 | - | 12.3 | - | 47.9 | 47.9 | +| 1 | Pioneer | P40Z57E | Enlist E3 | - | 12.3 | - | 65.3 | 65.3 | + +Top 5 by Yield: P40Z57E (Pioneer) 65.3, G4094XF (AgriGold) 65.0, G4051E3 (AgriGold) 64.5, G3854E3 (AgriGold) 64.0, G3724XF (AgriGold) 63.5. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142867.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142867.json new file mode 100644 index 00000000..746f58a5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142867.json @@ -0,0 +1,270 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-142867", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Orion", + "county": "Henry", + "year": 2024, + "plot_id": "142867", + "cooperator": "Marc Westerlund", + "plot_average": 83.12, + "planted_date": "2024-05-13", + "harvested_date": "2024-10-03", + "population_seeds_per_acre": 140000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 11, + "brand": "Xitavo", + "product": "XO2305E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.5, + "Test Wt.": 56.5, + "Yield": 81.8, + "Adj Yield": 81.8 + } + }, + { + "rank": 5, + "brand": "Xitavo", + "product": "XO2444E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.4, + "Test Wt.": 58.1, + "Yield": 87.0, + "Adj Yield": 87.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.3, + "Test Wt.": 56.6, + "Yield": 88.0, + "Adj Yield": 88.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "27K10E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.4, + "Test Wt.": 57.9, + "Yield": 89.8, + "Adj Yield": 89.8 + } + }, + { + "rank": 17, + "brand": "Xitavo", + "product": "XO2865E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.2, + "Test Wt.": 59.9, + "Yield": 76.4, + "Adj Yield": 76.4 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.5, + "Test Wt.": 56.0, + "Yield": 81.0, + "Adj Yield": 81.0 + } + }, + { + "rank": 16, + "brand": "Xitavo", + "product": "XO2985E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": 56.0, + "Yield": 76.5, + "Adj Yield": 76.5 + } + }, + { + "rank": 15, + "brand": "Xitavo", + "product": "XO3014E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.8, + "Test Wt.": 58.7, + "Yield": 77.0, + "Adj Yield": 77.0 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.9, + "Test Wt.": 56.9, + "Yield": 79.8, + "Adj Yield": 79.8 + } + }, + { + "rank": 18, + "brand": "Xitavo", + "product": "XO3105E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.9, + "Test Wt.": 57.0, + "Yield": 74.5, + "Adj Yield": 74.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "31K14E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": 55.3, + "Yield": 88.1, + "Adj Yield": 88.1 + } + }, + { + "rank": 7, + "brand": "Xitavo", + "product": "XO3224E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": 56.0, + "Yield": 85.3, + "Adj Yield": 85.3 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G3279E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": 56.6, + "Yield": 81.9, + "Adj Yield": 81.9 + } + }, + { + "rank": 14, + "brand": "Xitavo", + "product": "XO3375E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": 55.9, + "Yield": 79.2, + "Adj Yield": 79.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": 56.0, + "Yield": 84.7, + "Adj Yield": 84.7 + } + }, + { + "rank": 9, + "brand": "Xitavo", + "product": "XO3483E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": 55.4, + "Yield": 82.2, + "Adj Yield": 82.2 + } + }, + { + "rank": 1, + "brand": "Xitavo", + "product": "XO3555E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": 58.2, + "Yield": 96.6, + "Adj Yield": 96.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": 55.0, + "Yield": 86.3, + "Adj Yield": 86.3 + } + } + ], + "n_results": 18, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/142867" + ], + "fetched_at": "2026-05-27T02:24:32.896560+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142867.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142867.md new file mode 100644 index 00000000..ea6dcda7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142867.md @@ -0,0 +1,48 @@ +# Soybean yield trial — Orion, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Henry +- **City:** Orion +- **Year:** 2024 +- **Plot ID:** 142867 +- **Cooperator:** Marc Westerlund +- **Plot average:** 83.12 BU/Ac +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-03 +- **Population:** 140,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/142867 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 11 | Xitavo | XO2305E | Enlist E3 | - | 8.5 | 56.5 | 81.8 | 81.8 | +| 5 | Xitavo | XO2444E | Enlist E3 | - | 8.4 | 58.1 | 87.0 | 87.0 | +| 4 | AgriGold | G2601E3 | Enlist E3 | - | 8.3 | 56.6 | 88.0 | 88.0 | +| 2 | AgriGold | 27K10E3 | Enlist E3 | - | 8.4 | 57.9 | 89.8 | 89.8 | +| 17 | Xitavo | XO2865E | Enlist E3 | - | 8.2 | 59.9 | 76.4 | 76.4 | +| 12 | AgriGold | G2893E3 | Enlist E3 | - | 8.5 | 56.0 | 81.0 | 81.0 | +| 16 | Xitavo | XO2985E | Enlist E3 | - | 9.3 | 56.0 | 76.5 | 76.5 | +| 15 | Xitavo | XO3014E | Enlist E3 | - | 8.8 | 58.7 | 77.0 | 77.0 | +| 13 | AgriGold | G3051E3 | Enlist E3 | - | 8.9 | 56.9 | 79.8 | 79.8 | +| 18 | Xitavo | XO3105E | Enlist E3 | - | 8.9 | 57.0 | 74.5 | 74.5 | +| 3 | AgriGold | 31K14E3 | Enlist E3 | - | 9.9 | 55.3 | 88.1 | 88.1 | +| 7 | Xitavo | XO3224E | Enlist E3 | - | 9.5 | 56.0 | 85.3 | 85.3 | +| 10 | AgriGold | G3279E3 | Enlist E3 | - | 9.2 | 56.6 | 81.9 | 81.9 | +| 14 | Xitavo | XO3375E | Enlist E3 | - | 9.2 | 55.9 | 79.2 | 79.2 | +| 8 | AgriGold | G3404E3 | Enlist E3 | - | 9.4 | 56.0 | 84.7 | 84.7 | +| 9 | Xitavo | XO3483E | Enlist E3 | - | 9.4 | 55.4 | 82.2 | 82.2 | +| 1 | Xitavo | XO3555E | Enlist E3 | - | 9.2 | 58.2 | 96.6 | 96.6 | +| 6 | AgriGold | G3577E3 | Enlist E3 | - | 9.2 | 55.0 | 86.3 | 86.3 | + +Top 5 by Yield: XO3555E (Xitavo) 96.6, 27K10E3 (AgriGold) 89.8, 31K14E3 (AgriGold) 88.1, G2601E3 (AgriGold) 88.0, XO2444E (Xitavo) 87.0. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142887.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142887.json new file mode 100644 index 00000000..22e4ab97 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142887.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-142887", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "KY", + "state_abbrev": "ky", + "city": "Clay", + "county": "Webster", + "year": 2024, + "plot_id": "142887", + "cooperator": "Turley Bros", + "plot_average": 75.81, + "planted_date": "2024-04-23", + "harvested_date": "2024-10-03", + "population_seeds_per_acre": 130000, + "row_width": "20.0\"", + "num_rows": 12, + "soil_type": "Clay", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "Lucento", + "herbicide": "Liberty, Zidua", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "AgriGold", + "product": "G3334XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 52.0, + "Yield": 67.7, + "Adj Yield": 67.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G3552XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 54.0, + "Yield": 79.8, + "Adj Yield": 79.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3804XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 56.0, + "Yield": 78.0, + "Adj Yield": 78.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G4094XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 56.0, + "Yield": 77.1, + "Adj Yield": 77.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 55.0, + "Yield": 80.1, + "Adj Yield": 80.1 + } + }, + { + "rank": 3, + "brand": "Stine", + "product": "39EH23", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 55.0, + "Yield": 79.5, + "Adj Yield": 79.5 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P42A84E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 55.0, + "Yield": 72.7, + "Adj Yield": 72.7 + } + }, + { + "rank": 8, + "brand": "Stine", + "product": "44EH23", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 55.0, + "Yield": 70.4, + "Adj Yield": 70.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3724XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 55.0, + "Yield": 77.0, + "Adj Yield": 77.0 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/142887" + ], + "fetched_at": "2026-05-27T02:24:33.328135+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142887.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142887.md new file mode 100644 index 00000000..3a8b4e2e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142887.md @@ -0,0 +1,41 @@ +# Soybean yield trial — Clay, KY, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** KY +- **County:** Webster +- **City:** Clay +- **Year:** 2024 +- **Plot ID:** 142887 +- **Cooperator:** Turley Bros +- **Plot average:** 75.81 BU/Ac +- **Planted:** 2024-04-23 +- **Harvested:** 2024-10-03 +- **Population:** 130,000 seeds/acre +- **Row width:** 20.0" +- **# Rows:** 12 +- **Soil type:** Clay +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **Fungicide:** Lucento +- **Herbicide:** Liberty, Zidua +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/142887 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | AgriGold | G3334XF | XTENDFlex | - | 13.9 | 52.0 | 67.7 | 67.7 | +| 2 | AgriGold | G3552XF | XTENDFlex | - | 14.4 | 54.0 | 79.8 | 79.8 | +| 4 | AgriGold | G3804XF | XTENDFlex | - | 14.1 | 56.0 | 78.0 | 78.0 | +| 5 | AgriGold | G4094XF | XTENDFlex | - | 13.4 | 56.0 | 77.1 | 77.1 | +| 1 | AgriGold | G4430XF | XTENDFlex | - | 13.5 | 55.0 | 80.1 | 80.1 | +| 3 | Stine | 39EH23 | Enlist E3 | - | 13.5 | 55.0 | 79.5 | 79.5 | +| 7 | Pioneer | P42A84E | Enlist E3 | - | 13.6 | 55.0 | 72.7 | 72.7 | +| 8 | Stine | 44EH23 | Enlist E3 | - | 13.2 | 55.0 | 70.4 | 70.4 | +| 6 | AgriGold | G3724XF | XTENDFlex | - | 13.5 | 55.0 | 77.0 | 77.0 | + +Top 5 by Yield: G4430XF (AgriGold) 80.1, G3552XF (AgriGold) 79.8, 39EH23 (Stine) 79.5, G3804XF (AgriGold) 78.0, G4094XF (AgriGold) 77.1. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142933.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142933.json new file mode 100644 index 00000000..1da49c48 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142933.json @@ -0,0 +1,127 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-142933", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IA", + "state_abbrev": "ia", + "city": "Manchester", + "county": "Delaware", + "year": 2024, + "plot_id": "142933", + "cooperator": "Atwater Ag", + "plot_average": 45.71, + "planted_date": "2024-05-14", + "harvested_date": "2024-09-28", + "population_seeds_per_acre": 110000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Sandy Loam", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 52.4, + "Yield": 50.0, + "Adj Yield": 50.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G2361E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 57.1, + "Yield": 40.8, + "Adj Yield": 40.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "23K07E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 57.9, + "Yield": 40.2, + "Adj Yield": 40.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G2549E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 57.9, + "Yield": 43.2, + "Adj Yield": 43.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 57.0, + "Yield": 47.9, + "Adj Yield": 47.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 55.6, + "Yield": 45.2, + "Adj Yield": 45.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 53.4, + "Yield": 52.7, + "Adj Yield": 52.7 + } + } + ], + "n_results": 7, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/142933" + ], + "fetched_at": "2026-05-27T02:24:33.814165+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-142933.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142933.md new file mode 100644 index 00000000..eaf2ea91 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-142933.md @@ -0,0 +1,37 @@ +# Soybean yield trial — Manchester, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IA +- **County:** Delaware +- **City:** Manchester +- **Year:** 2024 +- **Plot ID:** 142933 +- **Cooperator:** Atwater Ag +- **Plot average:** 45.71 BU/Ac +- **Planted:** 2024-05-14 +- **Harvested:** 2024-09-28 +- **Population:** 110,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Sandy Loam +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/142933 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | G2601E3 | Enlist E3 | - | 16.1 | 52.4 | 50.0 | 50.0 | +| 6 | AgriGold | G2361E3 | Enlist E3 | - | 11.6 | 57.1 | 40.8 | 40.8 | +| 7 | AgriGold | 23K07E3 | Enlist E3 | - | 11.0 | 57.9 | 40.2 | 40.2 | +| 5 | AgriGold | G2549E3 | Enlist E3 | - | 10.8 | 57.9 | 43.2 | 43.2 | +| 3 | AgriGold | G2601E3 | Enlist E3 | - | 11.1 | 57.0 | 47.9 | 47.9 | +| 4 | AgriGold | G2601E3 | Enlist E3 | - | 11.0 | 55.6 | 45.2 | 45.2 | +| 1 | AgriGold | G2601E3 | Enlist E3 | - | 10.9 | 53.4 | 52.7 | 52.7 | + +Top 5 by Yield: G2601E3 (AgriGold) 52.7, G2601E3 (AgriGold) 50.0, G2601E3 (AgriGold) 47.9, G2601E3 (AgriGold) 45.2, G2549E3 (AgriGold) 43.2. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143078.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143078.json new file mode 100644 index 00000000..a42940f6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143078.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-143078", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Leaf Rive", + "county": "Ogle", + "year": 2024, + "plot_id": "143078", + "cooperator": "Edgewood Farms", + "plot_average": 74.08, + "planted_date": "2024-05-17", + "harvested_date": "2024-10-11", + "population_seeds_per_acre": 125000, + "row_width": "22.0\"", + "num_rows": 12, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 5, + "brand": "Asgrow", + "product": "AG30XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 8.9, + "Test Wt.": 59.0, + "Yield": 75.1, + "Adj Yield": 75.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G3144XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 8.6, + "Test Wt.": 60.0, + "Yield": 69.5, + "Adj Yield": 69.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G2950XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 8.7, + "Test Wt.": 59.4, + "Yield": 78.9, + "Adj Yield": 78.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G2820XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.1, + "Test Wt.": 58.1, + "Yield": 74.5, + "Adj Yield": 74.5 + } + }, + { + "rank": 7, + "brand": "Dyna Gro", + "product": "S28XF85", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 8.9, + "Test Wt.": 58.5, + "Yield": 74.5, + "Adj Yield": 74.5 + } + }, + { + "rank": 4, + "brand": "Asgrow", + "product": "AG26XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": 57.4, + "Yield": 75.5, + "Adj Yield": 75.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G2574XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": 58.1, + "Yield": 79.1, + "Adj Yield": 79.1 + } + }, + { + "rank": 11, + "brand": "Stine", + "product": "25FD02", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 8.7, + "Test Wt.": 58.4, + "Yield": 67.7, + "Adj Yield": 67.7 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G2450XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": 57.6, + "Yield": 70.3, + "Adj Yield": 70.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G2306XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": 57.6, + "Yield": 77.9, + "Adj Yield": 77.9 + } + }, + { + "rank": 8, + "brand": "Asgrow", + "product": "AG30XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": 57.7, + "Yield": 71.9, + "Adj Yield": 71.9 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/143078" + ], + "fetched_at": "2026-05-27T02:24:34.317856+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143078.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143078.md new file mode 100644 index 00000000..30efc0b0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143078.md @@ -0,0 +1,41 @@ +# Soybean yield trial — Leaf Rive, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Ogle +- **City:** Leaf Rive +- **Year:** 2024 +- **Plot ID:** 143078 +- **Cooperator:** Edgewood Farms +- **Plot average:** 74.08 BU/Ac +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-11 +- **Population:** 125,000 seeds/acre +- **Row width:** 22.0" +- **# Rows:** 12 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/143078 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | Asgrow | AG30XF4 | XTENDFlex | - | 8.9 | 59.0 | 75.1 | 75.1 | +| 10 | AgriGold | G3144XF | XTENDFlex | - | 8.6 | 60.0 | 69.5 | 69.5 | +| 2 | AgriGold | G2950XF | XTENDFlex | - | 8.7 | 59.4 | 78.9 | 78.9 | +| 6 | AgriGold | G2820XF | XTENDFlex | - | 9.1 | 58.1 | 74.5 | 74.5 | +| 7 | Dyna Gro | S28XF85 | XTENDFlex | - | 8.9 | 58.5 | 74.5 | 74.5 | +| 4 | Asgrow | AG26XF4 | XTENDFlex | - | 9.3 | 57.4 | 75.5 | 75.5 | +| 1 | AgriGold | G2574XF | XTENDFlex | - | 9.4 | 58.1 | 79.1 | 79.1 | +| 11 | Stine | 25FD02 | XTENDFlex | - | 8.7 | 58.4 | 67.7 | 67.7 | +| 9 | AgriGold | G2450XF | XTENDFlex | - | 9.3 | 57.6 | 70.3 | 70.3 | +| 3 | AgriGold | G2306XF | XTENDFlex | - | 9.2 | 57.6 | 77.9 | 77.9 | +| 8 | Asgrow | AG30XF4 | XTENDFlex | - | 9.3 | 57.7 | 71.9 | 71.9 | + +Top 5 by Yield: G2574XF (AgriGold) 79.1, G2950XF (AgriGold) 78.9, G2306XF (AgriGold) 77.9, AG26XF4 (Asgrow) 75.5, AG30XF4 (Asgrow) 75.1. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143100.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143100.json new file mode 100644 index 00000000..f95d9891 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143100.json @@ -0,0 +1,127 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-143100", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Valmeyer", + "county": "Monroe", + "year": 2024, + "plot_id": "143100", + "cooperator": "Scott Rippelmeyer", + "plot_average": 79.03, + "planted_date": "2024-05-19", + "harvested_date": "2024-10-07", + "population_seeds_per_acre": 130000, + "row_width": "15.0\"", + "num_rows": 22, + "soil_type": "Loamy Sand", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "AgriGold", + "product": "G4459E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 50.2, + "Yield": 69.5, + "Adj Yield": 69.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G4204E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 54.1, + "Yield": 75.4, + "Adj Yield": 75.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 55.4, + "Yield": 82.8, + "Adj Yield": 82.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 53.9, + "Yield": 84.3, + "Adj Yield": 84.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 55.8, + "Yield": 80.3, + "Adj Yield": 80.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 56.6, + "Yield": 81.1, + "Adj Yield": 81.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G3279E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 54.4, + "Yield": 79.8, + "Adj Yield": 79.8 + } + } + ], + "n_results": 7, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/143100" + ], + "fetched_at": "2026-05-27T02:24:34.840403+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143100.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143100.md new file mode 100644 index 00000000..9d8651b2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143100.md @@ -0,0 +1,37 @@ +# Soybean yield trial — Valmeyer, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Monroe +- **City:** Valmeyer +- **Year:** 2024 +- **Plot ID:** 143100 +- **Cooperator:** Scott Rippelmeyer +- **Plot average:** 79.03 BU/Ac +- **Planted:** 2024-05-19 +- **Harvested:** 2024-10-07 +- **Population:** 130,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 22 +- **Soil type:** Loamy Sand +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/143100 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | AgriGold | G4459E3 | Enlist E3 | - | 13.5 | 50.2 | 69.5 | 69.5 | +| 6 | AgriGold | G4204E3 | Enlist E3 | - | 12.0 | 54.1 | 75.4 | 75.4 | +| 2 | AgriGold | G4051E3 | Enlist E3 | - | 11.3 | 55.4 | 82.8 | 82.8 | +| 1 | AgriGold | G3854E3 | Enlist E3 | - | 11.1 | 53.9 | 84.3 | 84.3 | +| 4 | AgriGold | G3577E3 | Enlist E3 | - | 11.4 | 55.8 | 80.3 | 80.3 | +| 3 | AgriGold | G3404E3 | Enlist E3 | - | 11.2 | 56.6 | 81.1 | 81.1 | +| 5 | AgriGold | G3279E3 | Enlist E3 | - | 11.4 | 54.4 | 79.8 | 79.8 | + +Top 5 by Yield: G3854E3 (AgriGold) 84.3, G4051E3 (AgriGold) 82.8, G3404E3 (AgriGold) 81.1, G3577E3 (AgriGold) 80.3, G3279E3 (AgriGold) 79.8. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143164.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143164.json new file mode 100644 index 00000000..4fd0483f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143164.json @@ -0,0 +1,114 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-143164", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "AR", + "state_abbrev": "ar", + "city": "Marked Tree", + "county": "Poinsett", + "year": 2024, + "plot_id": "143164", + "cooperator": "Jason McDonald", + "plot_average": 93.75, + "planted_date": "2024-05-01", + "harvested_date": "2024-10-09", + "population_seeds_per_acre": 140000, + "row_width": "38.0\"", + "num_rows": 12, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Unknown", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 5, + "brand": "AgriGold", + "product": "G4094XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": null, + "Yield": 88.5, + "Adj Yield": 88.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": null, + "Yield": 86.4, + "Adj Yield": 86.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": null, + "Yield": 91.7, + "Adj Yield": 91.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4650XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": null, + "Yield": 99.5, + "Adj Yield": 99.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G4850XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": null, + "Yield": 94.4, + "Adj Yield": 94.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G4910XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": null, + "Yield": 102.0, + "Adj Yield": 102.0 + } + } + ], + "n_results": 6, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/143164" + ], + "fetched_at": "2026-05-27T02:24:35.313368+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143164.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143164.md new file mode 100644 index 00000000..ec8f3c36 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143164.md @@ -0,0 +1,36 @@ +# Soybean yield trial — Marked Tree, AR, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** AR +- **County:** Poinsett +- **City:** Marked Tree +- **Year:** 2024 +- **Plot ID:** 143164 +- **Cooperator:** Jason McDonald +- **Plot average:** 93.75 BU/Ac +- **Planted:** 2024-05-01 +- **Harvested:** 2024-10-09 +- **Population:** 140,000 seeds/acre +- **Row width:** 38.0" +- **# Rows:** 12 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Unknown +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/143164 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | AgriGold | G4094XF | XTENDFlex | - | 11.0 | - | 88.5 | 88.5 | +| 6 | AgriGold | G4184XF | XTENDFlex | - | 11.5 | - | 86.4 | 86.4 | +| 4 | AgriGold | G4430XF | XTENDFlex | - | 11.5 | - | 91.7 | 91.7 | +| 2 | AgriGold | G4650XF | XTENDFlex | - | 11.3 | - | 99.5 | 99.5 | +| 3 | AgriGold | G4850XF | XTENDFlex | - | 11.7 | - | 94.4 | 94.4 | +| 1 | AgriGold | G4910XF | XTENDFlex | - | 12.0 | - | 102.0 | 102.0 | + +Top 5 by Yield: G4910XF (AgriGold) 102.0, G4650XF (AgriGold) 99.5, G4850XF (AgriGold) 94.4, G4430XF (AgriGold) 91.7, G4094XF (AgriGold) 88.5. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143287.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143287.json new file mode 100644 index 00000000..76659b15 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143287.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-143287", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Petersburg", + "county": "Menard", + "year": 2024, + "plot_id": "143287", + "cooperator": "Randy Gum", + "plot_average": 74.99, + "planted_date": "2024-05-23", + "harvested_date": "2024-10-14", + "population_seeds_per_acre": 130000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": 56.0, + "Yield": 70.9, + "Adj Yield": 70.9 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": 56.1, + "Yield": 67.9, + "Adj Yield": 67.9 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "G3144XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": 57.3, + "Yield": 67.9, + "Adj Yield": 67.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "31K14E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": 56.2, + "Yield": 83.2, + "Adj Yield": 83.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G3279E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": 57.9, + "Yield": 73.9, + "Adj Yield": 73.9 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "G3334XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": 57.1, + "Yield": 68.7, + "Adj Yield": 68.7 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G3552XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": 56.0, + "Yield": 75.6, + "Adj Yield": 75.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": 55.8, + "Yield": 76.8, + "Adj Yield": 76.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G3629E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": 56.2, + "Yield": 84.1, + "Adj Yield": 84.1 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3724XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": 56.9, + "Yield": 75.6, + "Adj Yield": 75.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G3804XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": 56.4, + "Yield": 70.8, + "Adj Yield": 70.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": 58.2, + "Yield": 82.8, + "Adj Yield": 82.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": 56.3, + "Yield": 76.7, + "Adj Yield": 76.7 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/143287" + ], + "fetched_at": "2026-05-27T02:24:35.858657+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143287.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143287.md new file mode 100644 index 00000000..009ffa02 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143287.md @@ -0,0 +1,43 @@ +# Soybean yield trial — Petersburg, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Menard +- **City:** Petersburg +- **Year:** 2024 +- **Plot ID:** 143287 +- **Cooperator:** Randy Gum +- **Plot average:** 74.99 BU/Ac +- **Planted:** 2024-05-23 +- **Harvested:** 2024-10-14 +- **Population:** 130,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/143287 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | AgriGold | G3404E3 | Enlist E3 | - | 9.8 | 56.0 | 70.9 | 70.9 | +| 13 | AgriGold | G3051E3 | Enlist E3 | - | 9.6 | 56.1 | 67.9 | 67.9 | +| 12 | AgriGold | G3144XF | XTENDFlex | - | 9.5 | 57.3 | 67.9 | 67.9 | +| 2 | AgriGold | 31K14E3 | Enlist E3 | - | 9.7 | 56.2 | 83.2 | 83.2 | +| 8 | AgriGold | G3279E3 | Enlist E3 | - | 9.2 | 57.9 | 73.9 | 73.9 | +| 11 | AgriGold | G3334XF | XTENDFlex | - | 9.6 | 57.1 | 68.7 | 68.7 | +| 7 | AgriGold | G3552XF | XTENDFlex | - | 9.6 | 56.0 | 75.6 | 75.6 | +| 4 | AgriGold | G3577E3 | Enlist E3 | - | 9.6 | 55.8 | 76.8 | 76.8 | +| 1 | AgriGold | G3629E3 | Enlist E3 | - | 9.9 | 56.2 | 84.1 | 84.1 | +| 6 | AgriGold | G3724XF | XTENDFlex | - | 9.9 | 56.9 | 75.6 | 75.6 | +| 10 | AgriGold | G3804XF | XTENDFlex | - | 9.7 | 56.4 | 70.8 | 70.8 | +| 3 | AgriGold | G3854E3 | Enlist E3 | - | 9.6 | 58.2 | 82.8 | 82.8 | +| 5 | AgriGold | G3404E3 | Enlist E3 | - | 10.2 | 56.3 | 76.7 | 76.7 | + +Top 5 by Yield: G3629E3 (AgriGold) 84.1, 31K14E3 (AgriGold) 83.2, G3854E3 (AgriGold) 82.8, G3577E3 (AgriGold) 76.8, G3404E3 (AgriGold) 76.7. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143367.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143367.json new file mode 100644 index 00000000..daed958d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143367.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-143367", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "MD", + "state_abbrev": "md", + "city": "Dickerson", + "county": "Montgomery", + "year": 2024, + "plot_id": "143367", + "cooperator": "Bobby Johnson", + "plot_average": 66.23, + "planted_date": "2024-05-28", + "harvested_date": "2024-10-12", + "population_seeds_per_acre": 155000, + "row_width": "30.0\"", + "num_rows": 12, + "soil_type": "Clay Loam", + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "AgriGold", + "product": "G3804XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": null, + "Yield": 61.3, + "Adj Yield": 61.3 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G3279E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": null, + "Yield": 61.2, + "Adj Yield": 61.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3334XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": null, + "Yield": 65.5, + "Adj Yield": 65.5 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": null, + "Yield": 56.7, + "Adj Yield": 56.7 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G3724XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": null, + "Yield": 64.3, + "Adj Yield": 64.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": null, + "Yield": 68.0, + "Adj Yield": 68.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G4094XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": null, + "Yield": 70.6, + "Adj Yield": 70.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": null, + "Yield": 72.3, + "Adj Yield": 72.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": null, + "Yield": 73.3, + "Adj Yield": 73.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G4204E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": null, + "Yield": 69.1, + "Adj Yield": 69.1 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/143367" + ], + "fetched_at": "2026-05-27T02:24:36.344659+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143367.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143367.md new file mode 100644 index 00000000..b895052a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143367.md @@ -0,0 +1,40 @@ +# Soybean yield trial — Dickerson, MD, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** MD +- **County:** Montgomery +- **City:** Dickerson +- **Year:** 2024 +- **Plot ID:** 143367 +- **Cooperator:** Bobby Johnson +- **Plot average:** 66.23 BU/Ac +- **Planted:** 2024-05-28 +- **Harvested:** 2024-10-12 +- **Population:** 155,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 12 +- **Soil type:** Clay Loam +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/143367 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | AgriGold | G3804XF | XTENDFlex | - | 11.8 | - | 61.3 | 61.3 | +| 9 | AgriGold | G3279E3 | Enlist E3 | - | 11.8 | - | 61.2 | 61.2 | +| 6 | AgriGold | G3334XF | XTENDFlex | - | 11.9 | - | 65.5 | 65.5 | +| 10 | AgriGold | G3404E3 | Enlist E3 | - | 11.8 | - | 56.7 | 56.7 | +| 7 | AgriGold | G3724XF | XTENDFlex | - | 11.7 | - | 64.3 | 64.3 | +| 5 | AgriGold | G3854E3 | Enlist E3 | - | 11.1 | - | 68.0 | 68.0 | +| 3 | AgriGold | G4094XF | XTENDFlex | - | 11.7 | - | 70.6 | 70.6 | +| 2 | AgriGold | G4051E3 | Enlist E3 | - | 11.5 | - | 72.3 | 72.3 | +| 1 | AgriGold | G4184XF | XTENDFlex | - | 11.6 | - | 73.3 | 73.3 | +| 4 | AgriGold | G4204E3 | Enlist E3 | - | 11.5 | - | 69.1 | 69.1 | + +Top 5 by Yield: G4184XF (AgriGold) 73.3, G4051E3 (AgriGold) 72.3, G4094XF (AgriGold) 70.6, G4204E3 (AgriGold) 69.1, G3854E3 (AgriGold) 68.0. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143369.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143369.json new file mode 100644 index 00000000..04539e54 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143369.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-143369", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Genoa", + "county": "De Kalb", + "year": 2024, + "plot_id": "143369", + "cooperator": "Kuhn Farms", + "plot_average": 68.81, + "planted_date": "2024-05-25", + "harvested_date": "2024-10-08", + "population_seeds_per_acre": 140000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 16, + "brand": "NK Brand", + "product": "NK19-T8E3S", + "traits": "Enlist/STS", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": 53.2, + "Yield": 59.1, + "Adj Yield": 59.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G2003E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": 54.5, + "Yield": 75.8, + "Adj Yield": 75.8 + } + }, + { + "rank": 8, + "brand": "NK Brand", + "product": "NK21-C2E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": 54.3, + "Yield": 70.7, + "Adj Yield": 70.7 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G2361E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": 54.9, + "Yield": 67.6, + "Adj Yield": 67.6 + } + }, + { + "rank": 5, + "brand": "NK Brand", + "product": "NK23-P1E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": 55.0, + "Yield": 72.4, + "Adj Yield": 72.4 + } + }, + { + "rank": 4, + "brand": "Attain", + "product": "25A3N", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": 54.3, + "Yield": 72.4, + "Adj Yield": 72.4 + } + }, + { + "rank": 10, + "brand": "Alloy", + "product": "A26E33", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": 55.2, + "Yield": 67.4, + "Adj Yield": 67.4 + } + }, + { + "rank": 2, + "brand": "NK Brand", + "product": "NK26-M6E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": 55.0, + "Yield": 73.4, + "Adj Yield": 73.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": 55.2, + "Yield": 73.2, + "Adj Yield": 73.2 + } + }, + { + "rank": 13, + "brand": "NK Brand", + "product": "NK27-J5E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": 55.2, + "Yield": 64.6, + "Adj Yield": 64.6 + } + }, + { + "rank": 6, + "brand": "Attain", + "product": "27A5 EXP", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": 55.4, + "Yield": 72.2, + "Adj Yield": 72.2 + } + }, + { + "rank": 7, + "brand": "Alloy", + "product": "A27E35", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": 55.8, + "Yield": 70.7, + "Adj Yield": 70.7 + } + }, + { + "rank": 15, + "brand": "NK Brand", + "product": "NK28-B9E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.1, + "Test Wt.": 56.7, + "Yield": 64.4, + "Adj Yield": 64.4 + } + }, + { + "rank": 13, + "brand": "Alloy", + "product": "A28E34", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": 55.9, + "Yield": 64.6, + "Adj Yield": 64.6 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.9, + "Test Wt.": 56.3, + "Yield": 66.0, + "Adj Yield": 66.0 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": 54.9, + "Yield": 66.4, + "Adj Yield": 66.4 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/143369" + ], + "fetched_at": "2026-05-27T02:24:36.835367+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143369.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143369.md new file mode 100644 index 00000000..35fd2f98 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143369.md @@ -0,0 +1,46 @@ +# Soybean yield trial — Genoa, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** De Kalb +- **City:** Genoa +- **Year:** 2024 +- **Plot ID:** 143369 +- **Cooperator:** Kuhn Farms +- **Plot average:** 68.81 BU/Ac +- **Planted:** 2024-05-25 +- **Harvested:** 2024-10-08 +- **Population:** 140,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/143369 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 16 | NK Brand | NK19-T8E3S | Enlist/STS | - | 10.0 | 53.2 | 59.1 | 59.1 | +| 1 | AgriGold | G2003E3 | Enlist E3 | - | 9.5 | 54.5 | 75.8 | 75.8 | +| 8 | NK Brand | NK21-C2E3 | Enlist E3 | - | 9.4 | 54.3 | 70.7 | 70.7 | +| 9 | AgriGold | G2361E3 | Enlist E3 | - | 9.5 | 54.9 | 67.6 | 67.6 | +| 5 | NK Brand | NK23-P1E3 | Enlist E3 | - | 9.8 | 55.0 | 72.4 | 72.4 | +| 4 | Attain | 25A3N | Enlist E3 | - | 9.4 | 54.3 | 72.4 | 72.4 | +| 10 | Alloy | A26E33 | Enlist E3 | - | 9.6 | 55.2 | 67.4 | 67.4 | +| 2 | NK Brand | NK26-M6E3 | Enlist E3 | - | 9.4 | 55.0 | 73.4 | 73.4 | +| 3 | AgriGold | G2601E3 | Enlist E3 | - | 9.2 | 55.2 | 73.2 | 73.2 | +| 13 | NK Brand | NK27-J5E3 | Enlist E3 | - | 9.5 | 55.2 | 64.6 | 64.6 | +| 6 | Attain | 27A5 EXP | Enlist E3 | - | 9.0 | 55.4 | 72.2 | 72.2 | +| 7 | Alloy | A27E35 | Enlist E3 | - | 9.0 | 55.8 | 70.7 | 70.7 | +| 15 | NK Brand | NK28-B9E3 | Enlist E3 | - | 9.1 | 56.7 | 64.4 | 64.4 | +| 13 | Alloy | A28E34 | Enlist E3 | - | 9.5 | 55.9 | 64.6 | 64.6 | +| 12 | AgriGold | G2893E3 | Enlist E3 | - | 8.9 | 56.3 | 66.0 | 66.0 | +| 11 | AgriGold | G3051E3 | Enlist E3 | - | 9.2 | 54.9 | 66.4 | 66.4 | + +Top 5 by Yield: G2003E3 (AgriGold) 75.8, NK26-M6E3 (NK Brand) 73.4, G2601E3 (AgriGold) 73.2, NK23-P1E3 (NK Brand) 72.4, 25A3N (Attain) 72.4. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143437.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143437.json new file mode 100644 index 00000000..5e2895be --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143437.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-143437", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "KS", + "state_abbrev": "ks", + "city": "Mount Hope", + "county": "Sedgwick", + "year": 2024, + "plot_id": "143437", + "cooperator": "Judy Young", + "plot_average": 66.06, + "planted_date": "2024-06-02", + "harvested_date": "2024-10-12", + "population_seeds_per_acre": 150000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Sandy Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "None", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "G3804XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": 57.0, + "Yield": 64.2, + "Adj Yield": 64.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3552XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": 56.4, + "Yield": 66.8, + "Adj Yield": 66.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G3725XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": 56.8, + "Yield": 73.0, + "Adj Yield": 73.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G3724XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": 56.0, + "Yield": 66.6, + "Adj Yield": 66.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3804XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": 56.6, + "Yield": 67.9, + "Adj Yield": 67.9 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G3804XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.1, + "Test Wt.": 57.0, + "Yield": 67.6, + "Adj Yield": 67.6 + } + }, + { + "rank": 13, + "brand": "Stine", + "product": "38FA02", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.1, + "Test Wt.": 56.0, + "Yield": 59.0, + "Adj Yield": 59.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4094XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": 56.6, + "Yield": 71.0, + "Adj Yield": 71.0 + } + }, + { + "rank": 8, + "brand": "Stine", + "product": "39FD29", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": 55.8, + "Yield": 65.7, + "Adj Yield": 65.7 + } + }, + { + "rank": 9, + "brand": "Stine", + "product": "40FD23", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": 55.6, + "Yield": 65.2, + "Adj Yield": 65.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": 56.8, + "Yield": 70.7, + "Adj Yield": 70.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 8.8, + "Test Wt.": 56.3, + "Yield": 67.3, + "Adj Yield": 67.3 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "G4615XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": 56.8, + "Yield": 61.8, + "Adj Yield": 61.8 + } + }, + { + "rank": 12, + "brand": "Stine", + "product": "46FD29", + "traits": "XTENDFlex/STS", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": 57.3, + "Yield": 59.4, + "Adj Yield": 59.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G4850XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": 56.5, + "Yield": 64.4, + "Adj Yield": 64.4 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G3804XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 8.6, + "Test Wt.": 57.3, + "Yield": 65.0, + "Adj Yield": 65.0 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/143437" + ], + "fetched_at": "2026-05-27T02:24:37.321462+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143437.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143437.md new file mode 100644 index 00000000..22c77543 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143437.md @@ -0,0 +1,49 @@ +# Soybean yield trial — Mount Hope, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** KS +- **County:** Sedgwick +- **City:** Mount Hope +- **Year:** 2024 +- **Plot ID:** 143437 +- **Cooperator:** Judy Young +- **Plot average:** 66.06 BU/Ac +- **Planted:** 2024-06-02 +- **Harvested:** 2024-10-12 +- **Population:** 150,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Sandy Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** Yes +- **Fungicide:** None +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/143437 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | G3804XF | XTENDFlex | - | 9.8 | 57.0 | 64.2 | 64.2 | +| 6 | AgriGold | G3552XF | XTENDFlex | - | 10.0 | 56.4 | 66.8 | 66.8 | +| 1 | AgriGold | G3725XF | XTENDFlex | - | 9.8 | 56.8 | 73.0 | 73.0 | +| 7 | AgriGold | G3724XF | XTENDFlex | - | 9.8 | 56.0 | 66.6 | 66.6 | +| 4 | AgriGold | G3804XF | XTENDFlex | - | 9.3 | 56.6 | 67.9 | 67.9 | +| - | AgriGold | G3804XF | XTENDFlex | - | 9.1 | 57.0 | 67.6 | 67.6 | +| 13 | Stine | 38FA02 | XTENDFlex | - | 9.1 | 56.0 | 59.0 | 59.0 | +| 2 | AgriGold | G4094XF | XTENDFlex | - | 9.3 | 56.6 | 71.0 | 71.0 | +| 8 | Stine | 39FD29 | XTENDFlex | - | 9.3 | 55.8 | 65.7 | 65.7 | +| 9 | Stine | 40FD23 | XTENDFlex | - | 9.3 | 55.6 | 65.2 | 65.2 | +| 3 | AgriGold | G4184XF | XTENDFlex | - | 9.0 | 56.8 | 70.7 | 70.7 | +| 5 | AgriGold | G4430XF | XTENDFlex | - | 8.8 | 56.3 | 67.3 | 67.3 | +| 11 | AgriGold | G4615XF | XTENDFlex | - | 9.3 | 56.8 | 61.8 | 61.8 | +| 12 | Stine | 46FD29 | XTENDFlex/STS | - | 9.0 | 57.3 | 59.4 | 59.4 | +| 10 | AgriGold | G4850XF | XTENDFlex | - | 9.2 | 56.5 | 64.4 | 64.4 | +| - | AgriGold | G3804XF | XTENDFlex | - | 8.6 | 57.3 | 65.0 | 65.0 | + +Top 5 by Yield: G3725XF (AgriGold) 73.0, G4094XF (AgriGold) 71.0, G4184XF (AgriGold) 70.7, G3804XF (AgriGold) 67.9, G3804XF (AgriGold) 67.6. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143451.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143451.json new file mode 100644 index 00000000..a6e487c7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143451.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-143451", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IN", + "state_abbrev": "in", + "city": "New Salem", + "county": "Rush", + "year": 2024, + "plot_id": "143451", + "cooperator": "Alan Amos", + "plot_average": 69.74, + "planted_date": "2024-05-31", + "harvested_date": "2024-10-12", + "population_seeds_per_acre": 180000, + "row_width": "7.5\"", + "num_rows": 32, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "Brevant Seeds", + "product": "B272EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": null, + "Yield": 77.0, + "Adj Yield": 77.0 + } + }, + { + "rank": 2, + "brand": "Brevant Seeds", + "product": "B284EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": null, + "Yield": 71.9, + "Adj Yield": 71.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": null, + "Yield": 70.4, + "Adj Yield": 70.4 + } + }, + { + "rank": 14, + "brand": "Brevant Seeds", + "product": "B294EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": null, + "Yield": 67.9, + "Adj Yield": 67.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": null, + "Yield": 70.2, + "Adj Yield": 70.2 + } + }, + { + "rank": 11, + "brand": "Brevant Seeds", + "product": "B324EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": null, + "Yield": 69.0, + "Adj Yield": 69.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G3279E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": null, + "Yield": 69.2, + "Adj Yield": 69.2 + } + }, + { + "rank": 7, + "brand": "Brevant Seeds", + "product": "B342EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": null, + "Yield": 69.4, + "Adj Yield": 69.4 + } + }, + { + "rank": 13, + "brand": "Brevant Seeds", + "product": "B344EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 68.0, + "Adj Yield": 68.0 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": null, + "Yield": 65.0, + "Adj Yield": 65.0 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": null, + "Yield": 68.7, + "Adj Yield": 68.7 + } + }, + { + "rank": 3, + "brand": "Brevant Seeds", + "product": "B364EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": null, + "Yield": 71.4, + "Adj Yield": 71.4 + } + }, + { + "rank": 7, + "brand": "Brevant Seeds", + "product": "B373EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": null, + "Yield": 69.4, + "Adj Yield": 69.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": null, + "Yield": 69.1, + "Adj Yield": 69.1 + } + }, + { + "rank": 6, + "brand": "Brevant Seeds", + "product": "B394EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 69.5, + "Adj Yield": 69.5 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/143451" + ], + "fetched_at": "2026-05-27T02:24:37.829860+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143451.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143451.md new file mode 100644 index 00000000..6555efe3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143451.md @@ -0,0 +1,44 @@ +# Soybean yield trial — New Salem, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IN +- **County:** Rush +- **City:** New Salem +- **Year:** 2024 +- **Plot ID:** 143451 +- **Cooperator:** Alan Amos +- **Plot average:** 69.74 BU/Ac +- **Planted:** 2024-05-31 +- **Harvested:** 2024-10-12 +- **Population:** 180,000 seeds/acre +- **Row width:** 7.5" +- **# Rows:** 32 +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/143451 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | Brevant Seeds | B272EE | Enlist E3 | - | 11.3 | - | 77.0 | 77.0 | +| 2 | Brevant Seeds | B284EE | Enlist E3 | - | 11.4 | - | 71.9 | 71.9 | +| 4 | AgriGold | G2893E3 | Enlist E3 | - | 11.3 | - | 70.4 | 70.4 | +| 14 | Brevant Seeds | B294EE | Enlist E3 | - | 10.7 | - | 67.9 | 67.9 | +| 5 | AgriGold | G3051E3 | Enlist E3 | - | 10.9 | - | 70.2 | 70.2 | +| 11 | Brevant Seeds | B324EE | Enlist E3 | - | 10.7 | - | 69.0 | 69.0 | +| 9 | AgriGold | G3279E3 | Enlist E3 | - | 10.5 | - | 69.2 | 69.2 | +| 7 | Brevant Seeds | B342EE | Enlist E3 | - | 10.5 | - | 69.4 | 69.4 | +| 13 | Brevant Seeds | B344EE | Enlist E3 | - | 10.6 | - | 68.0 | 68.0 | +| 15 | AgriGold | G3404E3 | Enlist E3 | - | 10.8 | - | 65.0 | 65.0 | +| 12 | AgriGold | G3577E3 | Enlist E3 | - | 10.5 | - | 68.7 | 68.7 | +| 3 | Brevant Seeds | B364EE | Enlist E3 | - | 10.9 | - | 71.4 | 71.4 | +| 7 | Brevant Seeds | B373EE | Enlist E3 | - | 10.2 | - | 69.4 | 69.4 | +| 10 | AgriGold | G3854E3 | Enlist E3 | - | 10.3 | - | 69.1 | 69.1 | +| 6 | Brevant Seeds | B394EE | Enlist E3 | - | 10.6 | - | 69.5 | 69.5 | + +Top 5 by Yield: B272EE (Brevant Seeds) 77.0, B284EE (Brevant Seeds) 71.9, B364EE (Brevant Seeds) 71.4, G2893E3 (AgriGold) 70.4, G3051E3 (AgriGold) 70.2. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143501.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143501.json new file mode 100644 index 00000000..6b28442b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143501.json @@ -0,0 +1,296 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-143501", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "OH", + "state_abbrev": "oh", + "city": "Willard", + "county": "Huron", + "year": 2024, + "plot_id": "143501", + "cooperator": "Todd Myers", + "plot_average": 42.43, + "planted_date": "2024-06-03", + "harvested_date": "2024-10-10", + "population_seeds_per_acre": 65000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Muck", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 18, + "brand": "Seed Consultants", + "product": "SC7293E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": 59.0, + "Yield": 39.0, + "Adj Yield": 39.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G1394XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": 56.0, + "Yield": 47.0, + "Adj Yield": 47.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G1493E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": 58.8, + "Yield": 44.5, + "Adj Yield": 44.5 + } + }, + { + "rank": 10, + "brand": "Seed Consultants", + "product": "SC7152E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": 56.1, + "Yield": 43.1, + "Adj Yield": 43.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G1704XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": 59.2, + "Yield": 45.5, + "Adj Yield": 45.5 + } + }, + { + "rank": 11, + "brand": "Seed Consultants", + "product": "SC7182E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": 59.8, + "Yield": 43.0, + "Adj Yield": 43.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G2000XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": 59.3, + "Yield": 46.0, + "Adj Yield": 46.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G2003E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": 56.3, + "Yield": 45.2, + "Adj Yield": 45.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "20K12E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": 56.3, + "Yield": 43.8, + "Adj Yield": 43.8 + } + }, + { + "rank": 8, + "brand": "Seed Consultants", + "product": "SC7152E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": 54.9, + "Yield": 43.7, + "Adj Yield": 43.7 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "23K07E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": 58.0, + "Yield": 40.6, + "Adj Yield": 40.6 + } + }, + { + "rank": 9, + "brand": "Seed Consultants", + "product": "SC7234E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": 58.9, + "Yield": 43.3, + "Adj Yield": 43.3 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "G2361E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": 56.5, + "Yield": 40.7, + "Adj Yield": 40.7 + } + }, + { + "rank": 16, + "brand": "Seed Consultants", + "product": "SC7255E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": 59.2, + "Yield": 40.0, + "Adj Yield": 40.0 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": 56.6, + "Yield": 41.1, + "Adj Yield": 41.1 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": 60.1, + "Yield": 38.2, + "Adj Yield": 38.2 + } + }, + { + "rank": 12, + "brand": "Seed Consultants", + "product": "SC7285E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": 56.0, + "Yield": 42.3, + "Adj Yield": 42.3 + } + }, + { + "rank": 20, + "brand": "Seed Consultants", + "product": "SC7293E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": 59.0, + "Yield": 36.3, + "Adj Yield": 36.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 56.9, + "Yield": 45.7, + "Adj Yield": 45.7 + } + }, + { + "rank": 17, + "brand": "Seed Consultants", + "product": "SC7315E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 57.7, + "Yield": 39.6, + "Adj Yield": 39.6 + } + } + ], + "n_results": 20, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/143501" + ], + "fetched_at": "2026-05-27T02:24:38.340707+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143501.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143501.md new file mode 100644 index 00000000..a345db23 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143501.md @@ -0,0 +1,50 @@ +# Soybean yield trial — Willard, OH, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** OH +- **County:** Huron +- **City:** Willard +- **Year:** 2024 +- **Plot ID:** 143501 +- **Cooperator:** Todd Myers +- **Plot average:** 42.43 BU/Ac +- **Planted:** 2024-06-03 +- **Harvested:** 2024-10-10 +- **Population:** 65,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Muck +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/143501 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 18 | Seed Consultants | SC7293E | Enlist E3 | - | 10.3 | 59.0 | 39.0 | 39.0 | +| 1 | AgriGold | G1394XF | XTENDFlex | - | 10.2 | 56.0 | 47.0 | 47.0 | +| 6 | AgriGold | G1493E3 | Enlist E3 | - | 9.9 | 58.8 | 44.5 | 44.5 | +| 10 | Seed Consultants | SC7152E | Enlist E3 | - | 10.0 | 56.1 | 43.1 | 43.1 | +| 4 | AgriGold | G1704XF | XTENDFlex | - | 10.0 | 59.2 | 45.5 | 45.5 | +| 11 | Seed Consultants | SC7182E | Enlist E3 | - | 9.9 | 59.8 | 43.0 | 43.0 | +| 2 | AgriGold | G2000XF | XTENDFlex | - | 9.9 | 59.3 | 46.0 | 46.0 | +| 5 | AgriGold | G2003E3 | Enlist E3 | - | 10.5 | 56.3 | 45.2 | 45.2 | +| 7 | AgriGold | 20K12E3 | Enlist E3 | - | 10.3 | 56.3 | 43.8 | 43.8 | +| 8 | Seed Consultants | SC7152E | Enlist E3 | - | 10.4 | 54.9 | 43.7 | 43.7 | +| 15 | AgriGold | 23K07E3 | Enlist E3 | - | 10.1 | 58.0 | 40.6 | 40.6 | +| 9 | Seed Consultants | SC7234E | Enlist E3 | - | 9.8 | 58.9 | 43.3 | 43.3 | +| 14 | AgriGold | G2361E3 | Enlist E3 | - | 10.5 | 56.5 | 40.7 | 40.7 | +| 16 | Seed Consultants | SC7255E | Enlist E3 | - | 9.9 | 59.2 | 40.0 | 40.0 | +| 13 | AgriGold | G2601E3 | Enlist E3 | - | 10.1 | 56.6 | 41.1 | 41.1 | +| 19 | AgriGold | G2893E3 | Enlist E3 | - | 9.8 | 60.1 | 38.2 | 38.2 | +| 12 | Seed Consultants | SC7285E | Enlist E3 | - | 10.2 | 56.0 | 42.3 | 42.3 | +| 20 | Seed Consultants | SC7293E | Enlist E3 | - | 10.0 | 59.0 | 36.3 | 36.3 | +| 3 | AgriGold | G3051E3 | Enlist E3 | - | 10.7 | 56.9 | 45.7 | 45.7 | +| 17 | Seed Consultants | SC7315E | Enlist E3 | - | 12.1 | 57.7 | 39.6 | 39.6 | + +Top 5 by Yield: G1394XF (AgriGold) 47.0, G2000XF (AgriGold) 46.0, G3051E3 (AgriGold) 45.7, G1704XF (AgriGold) 45.5, G2003E3 (AgriGold) 45.2. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143535.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143535.json new file mode 100644 index 00000000..c5141f4d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143535.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-143535", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "OH", + "state_abbrev": "oh", + "city": "Lindsey", + "county": "Sandusky", + "year": 2024, + "plot_id": "143535", + "cooperator": "Jim Lipstraw", + "plot_average": 69.99, + "planted_date": "2024-06-04", + "harvested_date": "2024-10-24", + "population_seeds_per_acre": 157000, + "row_width": "15.0\"", + "num_rows": 23, + "soil_type": "Sandy Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "AgriGold", + "product": "G2951E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 57.5, + "Yield": 64.7, + "Adj Yield": 64.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": 58.8, + "Yield": 70.1, + "Adj Yield": 70.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3279E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": 57.8, + "Yield": 70.8, + "Adj Yield": 70.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": 58.5, + "Yield": 70.8, + "Adj Yield": 70.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": 59.0, + "Yield": 70.7, + "Adj Yield": 70.7 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "27K10E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": 57.6, + "Yield": 70.4, + "Adj Yield": 70.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 57.3, + "Yield": 73.3, + "Adj Yield": 73.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G2361E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": 57.5, + "Yield": 72.3, + "Adj Yield": 72.3 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P33A62E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 57.3, + "Yield": 73.8, + "Adj Yield": 73.8 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G2951E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": 58.6, + "Yield": 63.0, + "Adj Yield": 63.0 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/143535" + ], + "fetched_at": "2026-05-27T02:24:38.819377+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143535.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143535.md new file mode 100644 index 00000000..fb7038bc --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143535.md @@ -0,0 +1,40 @@ +# Soybean yield trial — Lindsey, OH, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** OH +- **County:** Sandusky +- **City:** Lindsey +- **Year:** 2024 +- **Plot ID:** 143535 +- **Cooperator:** Jim Lipstraw +- **Plot average:** 69.99 BU/Ac +- **Planted:** 2024-06-04 +- **Harvested:** 2024-10-24 +- **Population:** 157,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 23 +- **Soil type:** Sandy Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/143535 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | AgriGold | G2951E3 | Enlist E3 | - | 10.6 | 57.5 | 64.7 | 64.7 | +| 8 | AgriGold | G3577E3 | Enlist E3 | - | 10.1 | 58.8 | 70.1 | 70.1 | +| 4 | AgriGold | G3279E3 | Enlist E3 | - | 10.2 | 57.8 | 70.8 | 70.8 | +| 4 | AgriGold | G3051E3 | Enlist E3 | - | 10.2 | 58.5 | 70.8 | 70.8 | +| 6 | AgriGold | G2893E3 | Enlist E3 | - | 10.1 | 59.0 | 70.7 | 70.7 | +| 7 | AgriGold | 27K10E3 | Enlist E3 | - | 10.4 | 57.6 | 70.4 | 70.4 | +| 2 | AgriGold | G2601E3 | Enlist E3 | - | 10.6 | 57.3 | 73.3 | 73.3 | +| 3 | AgriGold | G2361E3 | Enlist E3 | - | 10.5 | 57.5 | 72.3 | 72.3 | +| 1 | Pioneer | P33A62E | Enlist E3 | - | 10.6 | 57.3 | 73.8 | 73.8 | +| 10 | AgriGold | G2951E3 | Enlist E3 | - | 10.2 | 58.6 | 63.0 | 63.0 | + +Top 5 by Yield: P33A62E (Pioneer) 73.8, G2601E3 (AgriGold) 73.3, G2361E3 (AgriGold) 72.3, G3279E3 (AgriGold) 70.8, G3051E3 (AgriGold) 70.8. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143559.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143559.json new file mode 100644 index 00000000..59521293 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143559.json @@ -0,0 +1,114 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-143559", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "KY", + "state_abbrev": "ky", + "city": "Clinton", + "county": "Hickman", + "year": 2024, + "plot_id": "143559", + "cooperator": "Caleb Deweese", + "plot_average": 81.77, + "planted_date": "2024-04-04", + "harvested_date": "2024-09-26", + "population_seeds_per_acre": 115000, + "row_width": "15.0\"", + "num_rows": 15, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 4, + "brand": "AgriGold", + "product": "G4094XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 57.1, + "Yield": 81.8, + "Adj Yield": 81.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 57.9, + "Yield": 83.7, + "Adj Yield": 83.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 56.9, + "Yield": 85.3, + "Adj Yield": 85.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G4850XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 58.6, + "Yield": 78.4, + "Adj Yield": 78.4 + } + }, + { + "rank": 6, + "brand": "Asgrow", + "product": "AG48XF3", + "traits": "XTENDFlex/STS", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 59.6, + "Yield": 75.0, + "Adj Yield": 75.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G4910XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 57.7, + "Yield": 86.4, + "Adj Yield": 86.4 + } + } + ], + "n_results": 6, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/143559" + ], + "fetched_at": "2026-05-27T02:24:39.353623+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143559.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143559.md new file mode 100644 index 00000000..37bd45ba --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143559.md @@ -0,0 +1,36 @@ +# Soybean yield trial — Clinton, KY, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** KY +- **County:** Hickman +- **City:** Clinton +- **Year:** 2024 +- **Plot ID:** 143559 +- **Cooperator:** Caleb Deweese +- **Plot average:** 81.77 BU/Ac +- **Planted:** 2024-04-04 +- **Harvested:** 2024-09-26 +- **Population:** 115,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 15 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/143559 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 4 | AgriGold | G4094XF | XTENDFlex | - | 13.2 | 57.1 | 81.8 | 81.8 | +| 3 | AgriGold | G4184XF | XTENDFlex | - | 12.3 | 57.9 | 83.7 | 83.7 | +| 2 | AgriGold | G4430XF | XTENDFlex | - | 13.0 | 56.9 | 85.3 | 85.3 | +| 5 | AgriGold | G4850XF | XTENDFlex | - | 13.1 | 58.6 | 78.4 | 78.4 | +| 6 | Asgrow | AG48XF3 | XTENDFlex/STS | - | 13.3 | 59.6 | 75.0 | 75.0 | +| 1 | AgriGold | G4910XF | XTENDFlex | - | 13.3 | 57.7 | 86.4 | 86.4 | + +Top 5 by Yield: G4910XF (AgriGold) 86.4, G4430XF (AgriGold) 85.3, G4184XF (AgriGold) 83.7, G4094XF (AgriGold) 81.8, G4850XF (AgriGold) 78.4. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143565.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143565.json new file mode 100644 index 00000000..1e475a2a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143565.json @@ -0,0 +1,127 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-143565", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IN", + "state_abbrev": "in", + "city": "Bremen", + "county": "Elkhart", + "year": 2024, + "plot_id": "143565", + "cooperator": "Lamar Reichert", + "plot_average": 66.01, + "planted_date": "2024-05-23", + "harvested_date": "2024-10-08", + "population_seeds_per_acre": 140000, + "row_width": "7.5\"", + "num_rows": 24, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 3, + "brand": "Golden Harvest", + "product": "GH2674E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 54.0, + "Yield": 68.7, + "Adj Yield": 68.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 53.8, + "Yield": 71.5, + "Adj Yield": 71.5 + } + }, + { + "rank": 7, + "brand": "Golden Harvest", + "product": "GH2814E3S", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": 54.3, + "Yield": 55.9, + "Adj Yield": 55.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": 54.7, + "Yield": 68.5, + "Adj Yield": 68.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": 54.1, + "Yield": 71.1, + "Adj Yield": 71.1 + } + }, + { + "rank": 5, + "brand": "Golden Harvest", + "product": "GH3373E3S", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 52.7, + "Yield": 64.3, + "Adj Yield": 64.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 54.0, + "Yield": 62.1, + "Adj Yield": 62.1 + } + } + ], + "n_results": 7, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/143565" + ], + "fetched_at": "2026-05-27T02:24:39.844806+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143565.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143565.md new file mode 100644 index 00000000..a359630c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143565.md @@ -0,0 +1,36 @@ +# Soybean yield trial — Bremen, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IN +- **County:** Elkhart +- **City:** Bremen +- **Year:** 2024 +- **Plot ID:** 143565 +- **Cooperator:** Lamar Reichert +- **Plot average:** 66.01 BU/Ac +- **Planted:** 2024-05-23 +- **Harvested:** 2024-10-08 +- **Population:** 140,000 seeds/acre +- **Row width:** 7.5" +- **# Rows:** 24 +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/143565 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | Golden Harvest | GH2674E3 | Enlist E3 | - | 10.8 | 54.0 | 68.7 | 68.7 | +| 1 | AgriGold | G2601E3 | Enlist E3 | - | 10.6 | 53.8 | 71.5 | 71.5 | +| 7 | Golden Harvest | GH2814E3S | Enlist E3 | - | 10.5 | 54.3 | 55.9 | 55.9 | +| 4 | AgriGold | G2893E3 | Enlist E3 | - | 10.3 | 54.7 | 68.5 | 68.5 | +| 2 | AgriGold | G3051E3 | Enlist E3 | - | 10.5 | 54.1 | 71.1 | 71.1 | +| 5 | Golden Harvest | GH3373E3S | Enlist E3 | - | 11.1 | 52.7 | 64.3 | 64.3 | +| 6 | AgriGold | G3404E3 | Enlist E3 | - | 11.3 | 54.0 | 62.1 | 62.1 | + +Top 5 by Yield: G2601E3 (AgriGold) 71.5, G3051E3 (AgriGold) 71.1, GH2674E3 (Golden Harvest) 68.7, G2893E3 (AgriGold) 68.5, GH3373E3S (Golden Harvest) 64.3. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143566.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143566.json new file mode 100644 index 00000000..79a968f2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143566.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-143566", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IN", + "state_abbrev": "in", + "city": "Wakarusa", + "county": "Elkhart", + "year": 2024, + "plot_id": "143566", + "cooperator": "Innovation Seed", + "plot_average": 41.84, + "planted_date": "2024-05-22", + "harvested_date": "2024-10-24", + "population_seeds_per_acre": 140000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 9, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 53.1, + "Yield": 30.3, + "Adj Yield": 30.3 + } + }, + { + "rank": 4, + "brand": "Golden Harvest", + "product": "GH2674E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 52.6, + "Yield": 42.1, + "Adj Yield": 42.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": 54.9, + "Yield": 35.8, + "Adj Yield": 35.8 + } + }, + { + "rank": 3, + "brand": "Golden Harvest", + "product": "GH2814E3S", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": 55.2, + "Yield": 47.7, + "Adj Yield": 47.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 52.4, + "Yield": 51.0, + "Adj Yield": 51.0 + } + }, + { + "rank": 5, + "brand": "Golden Harvest", + "product": "GH2922E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 52.1, + "Yield": 41.1, + "Adj Yield": 41.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G3279E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 52.2, + "Yield": 49.0, + "Adj Yield": 49.0 + } + }, + { + "rank": 7, + "brand": "Golden Harvest", + "product": "GH3373E3S", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 53.4, + "Yield": 38.9, + "Adj Yield": 38.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 53.2, + "Yield": 40.7, + "Adj Yield": 40.7 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/143566" + ], + "fetched_at": "2026-05-27T02:24:40.398040+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143566.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143566.md new file mode 100644 index 00000000..5d4080c6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143566.md @@ -0,0 +1,39 @@ +# Soybean yield trial — Wakarusa, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IN +- **County:** Elkhart +- **City:** Wakarusa +- **Year:** 2024 +- **Plot ID:** 143566 +- **Cooperator:** Innovation Seed +- **Plot average:** 41.84 BU/Ac +- **Planted:** 2024-05-22 +- **Harvested:** 2024-10-24 +- **Population:** 140,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/143566 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 9 | AgriGold | G2601E3 | Enlist E3 | - | 11.0 | 53.1 | 30.3 | 30.3 | +| 4 | Golden Harvest | GH2674E3 | Enlist E3 | - | 11.0 | 52.6 | 42.1 | 42.1 | +| 8 | AgriGold | G2893E3 | Enlist E3 | - | 10.0 | 54.9 | 35.8 | 35.8 | +| 3 | Golden Harvest | GH2814E3S | Enlist E3 | - | 10.4 | 55.2 | 47.7 | 47.7 | +| 1 | AgriGold | G3051E3 | Enlist E3 | - | 10.8 | 52.4 | 51.0 | 51.0 | +| 5 | Golden Harvest | GH2922E3 | Enlist E3 | - | 11.1 | 52.1 | 41.1 | 41.1 | +| 2 | AgriGold | G3279E3 | Enlist E3 | - | 10.6 | 52.2 | 49.0 | 49.0 | +| 7 | Golden Harvest | GH3373E3S | Enlist E3 | - | 10.6 | 53.4 | 38.9 | 38.9 | +| 6 | AgriGold | G3404E3 | Enlist E3 | - | 10.6 | 53.2 | 40.7 | 40.7 | + +Top 5 by Yield: G3051E3 (AgriGold) 51.0, G3279E3 (AgriGold) 49.0, GH2814E3S (Golden Harvest) 47.7, GH2674E3 (Golden Harvest) 42.1, GH2922E3 (Golden Harvest) 41.1. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143622.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143622.json new file mode 100644 index 00000000..1c7f828f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143622.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-143622", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IN", + "state_abbrev": "in", + "city": "Waldron", + "county": "Shelby", + "year": 2024, + "plot_id": "143622", + "cooperator": "Bill Fischer", + "plot_average": 58.63, + "planted_date": "2024-06-11", + "harvested_date": "2024-10-13", + "population_seeds_per_acre": 180000, + "row_width": "15.0\"", + "num_rows": 22, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": null, + "Yield": 60.8, + "Adj Yield": 60.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": null, + "Yield": 53.7, + "Adj Yield": 54.44 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": null, + "Yield": 58.2, + "Adj Yield": 58.65 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G3279E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": null, + "Yield": 62.4, + "Adj Yield": 62.58 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": null, + "Yield": 59.2, + "Adj Yield": 59.07 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": null, + "Yield": 55.4, + "Adj Yield": 54.92 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": null, + "Yield": 62.8, + "Adj Yield": 62.11 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": null, + "Yield": 62.8, + "Adj Yield": 62.8 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/143622" + ], + "fetched_at": "2026-05-27T02:24:40.848861+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143622.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143622.md new file mode 100644 index 00000000..a8dc12fc --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143622.md @@ -0,0 +1,37 @@ +# Soybean yield trial — Waldron, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IN +- **County:** Shelby +- **City:** Waldron +- **Year:** 2024 +- **Plot ID:** 143622 +- **Cooperator:** Bill Fischer +- **Plot average:** 58.63 BU/Ac +- **Planted:** 2024-06-11 +- **Harvested:** 2024-10-13 +- **Population:** 180,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 22 +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/143622 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | G3854E3 | Enlist E3 | - | 9.5 | - | 60.8 | 60.8 | +| 6 | AgriGold | G2893E3 | Enlist E3 | - | 9.6 | - | 53.7 | 54.44 | +| 4 | AgriGold | G3051E3 | Enlist E3 | - | 9.8 | - | 58.2 | 58.65 | +| 1 | AgriGold | G3279E3 | Enlist E3 | - | 9.8 | - | 62.4 | 62.58 | +| 3 | AgriGold | G3404E3 | Enlist E3 | - | 9.9 | - | 59.2 | 59.07 | +| 5 | AgriGold | G3577E3 | Enlist E3 | - | 9.8 | - | 55.4 | 54.92 | +| 2 | AgriGold | G3854E3 | Enlist E3 | - | 9.7 | - | 62.8 | 62.11 | +| - | AgriGold | G3854E3 | Enlist E3 | - | 9.7 | - | 62.8 | 62.8 | + +Top 5 by Yield: G3854E3 (AgriGold) 62.8, G3854E3 (AgriGold) 62.8, G3279E3 (AgriGold) 62.4, G3854E3 (AgriGold) 60.8, G3404E3 (AgriGold) 59.2. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143669.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143669.json new file mode 100644 index 00000000..f202b1ef --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143669.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-143669", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "NE", + "state_abbrev": "ne", + "city": "Boelus", + "county": "Howard", + "year": 2024, + "plot_id": "143669", + "cooperator": "Tim and Trent Eriksen", + "plot_average": 65.65, + "planted_date": "2024-06-07", + "harvested_date": "2024-10-06", + "population_seeds_per_acre": 165000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Sandy Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "G2950XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": 56.1, + "Yield": 65.7, + "Adj Yield": 65.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G2450XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 56.6, + "Yield": 70.4, + "Adj Yield": 69.65 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G2574XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": 57.6, + "Yield": 66.6, + "Adj Yield": 66.11 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G3144XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 56.9, + "Yield": 64.6, + "Adj Yield": 64.2 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G2950XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": 57.7, + "Yield": 65.2, + "Adj Yield": 65.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G2950XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": 57.7, + "Yield": 65.2, + "Adj Yield": 64.88 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3290XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 57.4, + "Yield": 64.5, + "Adj Yield": 64.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G3334XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 56.8, + "Yield": 62.7, + "Adj Yield": 62.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3552XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 57.2, + "Yield": 64.6, + "Adj Yield": 65.17 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G2450XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 55.2, + "Yield": 66.9, + "Adj Yield": 67.87 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G2950XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": 57.1, + "Yield": 63.1, + "Adj Yield": 63.1 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/143669" + ], + "fetched_at": "2026-05-27T02:24:41.361582+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143669.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143669.md new file mode 100644 index 00000000..787f60ce --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143669.md @@ -0,0 +1,41 @@ +# Soybean yield trial — Boelus, NE, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** NE +- **County:** Howard +- **City:** Boelus +- **Year:** 2024 +- **Plot ID:** 143669 +- **Cooperator:** Tim and Trent Eriksen +- **Plot average:** 65.65 BU/Ac +- **Planted:** 2024-06-07 +- **Harvested:** 2024-10-06 +- **Population:** 165,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Sandy Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/143669 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | G2950XF | XTENDFlex | - | 9.6 | 56.1 | 65.7 | 65.7 | +| 1 | AgriGold | G2450XF | XTENDFlex | - | 10.8 | 56.6 | 70.4 | 69.65 | +| 3 | AgriGold | G2574XF | XTENDFlex | - | 9.7 | 57.6 | 66.6 | 66.11 | +| 7 | AgriGold | G3144XF | XTENDFlex | - | 11.3 | 56.9 | 64.6 | 64.2 | +| - | AgriGold | G2950XF | XTENDFlex | - | 10.3 | 57.7 | 65.2 | 65.2 | +| 5 | AgriGold | G2950XF | XTENDFlex | - | 10.3 | 57.7 | 65.2 | 64.88 | +| 6 | AgriGold | G3290XF | XTENDFlex | - | 10.8 | 57.4 | 64.5 | 64.4 | +| 8 | AgriGold | G3334XF | XTENDFlex | - | 10.9 | 56.8 | 62.7 | 62.9 | +| 4 | AgriGold | G3552XF | XTENDFlex | - | 12.7 | 57.2 | 64.6 | 65.17 | +| 2 | AgriGold | G2450XF | XTENDFlex | - | 11.8 | 55.2 | 66.9 | 67.87 | +| - | AgriGold | G2950XF | XTENDFlex | - | 10.2 | 57.1 | 63.1 | 63.1 | + +Top 5 by Yield: G2450XF (AgriGold) 70.4, G2450XF (AgriGold) 66.9, G2574XF (AgriGold) 66.6, G2950XF (AgriGold) 65.7, G2950XF (AgriGold) 65.2. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143674.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143674.json new file mode 100644 index 00000000..69cb1a5f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143674.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-143674", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "NE", + "state_abbrev": "ne", + "city": "Cairo", + "county": "Hall", + "year": 2024, + "plot_id": "143674", + "cooperator": "Woitaszewski Family Farms", + "plot_average": 85.5, + "planted_date": "2024-04-22", + "harvested_date": "2024-09-30", + "population_seeds_per_acre": 140000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "G2450XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 8.0, + "Test Wt.": 58.1, + "Yield": 88.6, + "Adj Yield": 88.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G2000XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.9, + "Test Wt.": 58.7, + "Yield": 86.7, + "Adj Yield": 85.64 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G2306XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.7, + "Test Wt.": 56.8, + "Yield": 91.2, + "Adj Yield": 90.28 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G2574XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 8.1, + "Test Wt.": 60.1, + "Yield": 89.5, + "Adj Yield": 88.62 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G2820XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 8.1, + "Test Wt.": 59.5, + "Yield": 79.8, + "Adj Yield": 78.8 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G2450XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.9, + "Test Wt.": 59.8, + "Yield": 88.8, + "Adj Yield": 88.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G2450XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.9, + "Test Wt.": 59.8, + "Yield": 88.8, + "Adj Yield": 87.97 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G2950XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.6, + "Test Wt.": 60.1, + "Yield": 86.8, + "Adj Yield": 86.57 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G3144XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 8.2, + "Test Wt.": 60.1, + "Yield": 82.1, + "Adj Yield": 82.41 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G3290XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 8.4, + "Test Wt.": 58.6, + "Yield": 83.0, + "Adj Yield": 83.97 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3334XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 8.1, + "Test Wt.": 58.5, + "Yield": 83.5, + "Adj Yield": 85.24 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G2450XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 8.2, + "Test Wt.": 58.3, + "Yield": 84.6, + "Adj Yield": 84.6 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/143674" + ], + "fetched_at": "2026-05-27T02:24:41.795948+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143674.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143674.md new file mode 100644 index 00000000..2aa39682 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143674.md @@ -0,0 +1,42 @@ +# Soybean yield trial — Cairo, NE, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** NE +- **County:** Hall +- **City:** Cairo +- **Year:** 2024 +- **Plot ID:** 143674 +- **Cooperator:** Woitaszewski Family Farms +- **Plot average:** 85.5 BU/Ac +- **Planted:** 2024-04-22 +- **Harvested:** 2024-09-30 +- **Population:** 140,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/143674 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | G2450XF | XTENDFlex | - | 8.0 | 58.1 | 88.6 | 88.6 | +| 5 | AgriGold | G2000XF | XTENDFlex | - | 7.9 | 58.7 | 86.7 | 85.64 | +| 1 | AgriGold | G2306XF | XTENDFlex | - | 7.7 | 56.8 | 91.2 | 90.28 | +| 2 | AgriGold | G2574XF | XTENDFlex | - | 8.1 | 60.1 | 89.5 | 88.62 | +| 9 | AgriGold | G2820XF | XTENDFlex | - | 8.1 | 59.5 | 79.8 | 78.8 | +| - | AgriGold | G2450XF | XTENDFlex | - | 7.9 | 59.8 | 88.8 | 88.8 | +| 3 | AgriGold | G2450XF | XTENDFlex | - | 7.9 | 59.8 | 88.8 | 87.97 | +| 4 | AgriGold | G2950XF | XTENDFlex | - | 7.6 | 60.1 | 86.8 | 86.57 | +| 8 | AgriGold | G3144XF | XTENDFlex | - | 8.2 | 60.1 | 82.1 | 82.41 | +| 7 | AgriGold | G3290XF | XTENDFlex | - | 8.4 | 58.6 | 83.0 | 83.97 | +| 6 | AgriGold | G3334XF | XTENDFlex | - | 8.1 | 58.5 | 83.5 | 85.24 | +| - | AgriGold | G2450XF | XTENDFlex | - | 8.2 | 58.3 | 84.6 | 84.6 | + +Top 5 by Yield: G2306XF (AgriGold) 91.2, G2574XF (AgriGold) 89.5, G2450XF (AgriGold) 88.8, G2450XF (AgriGold) 88.8, G2450XF (AgriGold) 88.6. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143716.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143716.json new file mode 100644 index 00000000..b1a34a6c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143716.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-143716", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Evansville", + "county": "Randolph", + "year": 2024, + "plot_id": "143716", + "cooperator": "Christ Our savior", + "plot_average": 45.6, + "planted_date": "2024-06-15", + "harvested_date": "2024-10-17", + "population_seeds_per_acre": 180000, + "row_width": "15.0\"", + "num_rows": 30, + "soil_type": "Silt Loam", + "tillage": null, + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "AgriGold", + "product": "G3279E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": 56.2, + "Yield": 42.2, + "Adj Yield": 42.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": 56.5, + "Yield": 44.8, + "Adj Yield": 44.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": 58.2, + "Yield": 46.2, + "Adj Yield": 46.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": 57.1, + "Yield": 45.3, + "Adj Yield": 45.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": 58.4, + "Yield": 45.5, + "Adj Yield": 45.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G4051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": 57.2, + "Yield": 50.9, + "Adj Yield": 50.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4204E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": 57.8, + "Yield": 47.7, + "Adj Yield": 47.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G4459E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 55.1, + "Yield": 42.2, + "Adj Yield": 42.2 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/143716" + ], + "fetched_at": "2026-05-27T02:24:42.311872+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143716.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143716.md new file mode 100644 index 00000000..b2dd5c7a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143716.md @@ -0,0 +1,37 @@ +# Soybean yield trial — Evansville, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Randolph +- **City:** Evansville +- **Year:** 2024 +- **Plot ID:** 143716 +- **Cooperator:** Christ Our savior +- **Plot average:** 45.6 BU/Ac +- **Planted:** 2024-06-15 +- **Harvested:** 2024-10-17 +- **Population:** 180,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 30 +- **Soil type:** Silt Loam +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/143716 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | AgriGold | G3279E3 | Enlist E3 | - | 9.8 | 56.2 | 42.2 | 42.2 | +| 6 | AgriGold | G3051E3 | Enlist E3 | - | 9.8 | 56.5 | 44.8 | 44.8 | +| 3 | AgriGold | G3404E3 | Enlist E3 | - | 9.8 | 58.2 | 46.2 | 46.2 | +| 5 | AgriGold | G3577E3 | Enlist E3 | - | 9.7 | 57.1 | 45.3 | 45.3 | +| 4 | AgriGold | G3854E3 | Enlist E3 | - | 9.3 | 58.4 | 45.5 | 45.5 | +| 1 | AgriGold | G4051E3 | Enlist E3 | - | 10.3 | 57.2 | 50.9 | 50.9 | +| 2 | AgriGold | G4204E3 | Enlist E3 | - | 9.7 | 57.8 | 47.7 | 47.7 | +| 8 | AgriGold | G4459E3 | Enlist E3 | - | 12.6 | 55.1 | 42.2 | 42.2 | + +Top 5 by Yield: G4051E3 (AgriGold) 50.9, G4204E3 (AgriGold) 47.7, G3404E3 (AgriGold) 46.2, G3854E3 (AgriGold) 45.5, G3577E3 (AgriGold) 45.3. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143733.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143733.json new file mode 100644 index 00000000..401ae575 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143733.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-143733", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "MD", + "state_abbrev": "md", + "city": "Easton", + "county": "Talbot", + "year": 2024, + "plot_id": "143733", + "cooperator": "Darcy Hutchison", + "plot_average": 61.71, + "planted_date": "2024-06-18", + "harvested_date": "2024-10-29", + "population_seeds_per_acre": 140000, + "row_width": "20.0\"", + "num_rows": 20, + "soil_type": "Sandy Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "AgriGold", + "product": "G4615XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 55.7, + "Yield": 58.2, + "Adj Yield": 58.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4850XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": 57.0, + "Yield": 66.9, + "Adj Yield": 66.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G4884E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": 57.7, + "Yield": 60.5, + "Adj Yield": 60.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G4650XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": 57.8, + "Yield": 61.9, + "Adj Yield": 61.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G4459E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": 56.1, + "Yield": 63.2, + "Adj Yield": 63.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G4204E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": 55.2, + "Yield": 67.1, + "Adj Yield": 67.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": 57.3, + "Yield": 63.3, + "Adj Yield": 63.3 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G4144XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": 56.3, + "Yield": 56.8, + "Adj Yield": 56.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G4051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": 55.7, + "Yield": 57.6, + "Adj Yield": 57.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G4094XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": 55.9, + "Yield": 61.6, + "Adj Yield": 61.6 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/143733" + ], + "fetched_at": "2026-05-27T02:24:42.836554+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143733.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143733.md new file mode 100644 index 00000000..928bd917 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143733.md @@ -0,0 +1,40 @@ +# Soybean yield trial — Easton, MD, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** MD +- **County:** Talbot +- **City:** Easton +- **Year:** 2024 +- **Plot ID:** 143733 +- **Cooperator:** Darcy Hutchison +- **Plot average:** 61.71 BU/Ac +- **Planted:** 2024-06-18 +- **Harvested:** 2024-10-29 +- **Population:** 140,000 seeds/acre +- **Row width:** 20.0" +- **# Rows:** 20 +- **Soil type:** Sandy Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/143733 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | AgriGold | G4615XF | XTENDFlex | - | 10.6 | 55.7 | 58.2 | 58.2 | +| 2 | AgriGold | G4850XF | XTENDFlex | - | 9.9 | 57.0 | 66.9 | 66.9 | +| 7 | AgriGold | G4884E3 | Enlist E3 | - | 9.7 | 57.7 | 60.5 | 60.5 | +| 5 | AgriGold | G4650XF | XTENDFlex | - | 10.0 | 57.8 | 61.9 | 61.9 | +| 4 | AgriGold | G4459E3 | Enlist E3 | - | 10.1 | 56.1 | 63.2 | 63.2 | +| 1 | AgriGold | G4204E3 | Enlist E3 | - | 9.5 | 55.2 | 67.1 | 67.1 | +| 3 | AgriGold | G4184XF | XTENDFlex | - | 9.2 | 57.3 | 63.3 | 63.3 | +| 10 | AgriGold | G4144XF | XTENDFlex | - | 9.8 | 56.3 | 56.8 | 56.8 | +| 9 | AgriGold | G4051E3 | Enlist E3 | - | 9.6 | 55.7 | 57.6 | 57.6 | +| 6 | AgriGold | G4094XF | XTENDFlex | - | 9.7 | 55.9 | 61.6 | 61.6 | + +Top 5 by Yield: G4204E3 (AgriGold) 67.1, G4850XF (AgriGold) 66.9, G4184XF (AgriGold) 63.3, G4459E3 (AgriGold) 63.2, G4650XF (AgriGold) 61.9. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143747.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143747.json new file mode 100644 index 00000000..7840782e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143747.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-143747", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "OH", + "state_abbrev": "oh", + "city": "Monroeville", + "county": "Huron", + "year": 2024, + "plot_id": "143747", + "cooperator": "Dale and Ed Schied", + "plot_average": 46.27, + "planted_date": "2024-06-19", + "harvested_date": "2024-10-21", + "population_seeds_per_acre": 160000, + "row_width": "30.0\"", + "num_rows": 12, + "soil_type": "Sandy Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 4, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": 57.0, + "Yield": 47.9, + "Adj Yield": 47.9 + } + }, + { + "rank": 5, + "brand": "Schlessman", + "product": "Unknown", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": 56.3, + "Yield": 47.7, + "Adj Yield": 47.7 + } + }, + { + "rank": 6, + "brand": "NK Brand", + "product": "NK33-W2E3S", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": 56.8, + "Yield": 47.2, + "Adj Yield": 47.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3279E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": 56.3, + "Yield": 48.5, + "Adj Yield": 48.5 + } + }, + { + "rank": 8, + "brand": "Schlessman", + "product": "3123E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": 57.3, + "Yield": 46.0, + "Adj Yield": 46.0 + } + }, + { + "rank": 9, + "brand": "NK Brand", + "product": "NK30-A9E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": 57.7, + "Yield": 46.0, + "Adj Yield": 46.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.1, + "Test Wt.": 55.3, + "Yield": 48.9, + "Adj Yield": 48.9 + } + }, + { + "rank": 1, + "brand": "Schlessman", + "product": "2923E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": 56.9, + "Yield": 49.6, + "Adj Yield": 49.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.1, + "Test Wt.": 56.5, + "Yield": 46.2, + "Adj Yield": 46.2 + } + }, + { + "rank": 11, + "brand": "Schlessman", + "product": "2722E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.1, + "Test Wt.": 56.7, + "Yield": 39.4, + "Adj Yield": 39.4 + } + }, + { + "rank": 10, + "brand": "Brevant Seeds", + "product": "B294EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": 56.1, + "Yield": 41.6, + "Adj Yield": 41.6 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/143747" + ], + "fetched_at": "2026-05-27T02:24:43.359628+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143747.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143747.md new file mode 100644 index 00000000..4c9e489d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143747.md @@ -0,0 +1,41 @@ +# Soybean yield trial — Monroeville, OH, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** OH +- **County:** Huron +- **City:** Monroeville +- **Year:** 2024 +- **Plot ID:** 143747 +- **Cooperator:** Dale and Ed Schied +- **Plot average:** 46.27 BU/Ac +- **Planted:** 2024-06-19 +- **Harvested:** 2024-10-21 +- **Population:** 160,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 12 +- **Soil type:** Sandy Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/143747 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 4 | AgriGold | G3577E3 | Enlist E3 | - | 9.2 | 57.0 | 47.9 | 47.9 | +| 5 | Schlessman | Unknown | Unknown | - | 9.6 | 56.3 | 47.7 | 47.7 | +| 6 | NK Brand | NK33-W2E3S | Enlist E3 | - | 9.3 | 56.8 | 47.2 | 47.2 | +| 3 | AgriGold | G3279E3 | Enlist E3 | - | 9.3 | 56.3 | 48.5 | 48.5 | +| 8 | Schlessman | 3123E | Enlist E3 | - | 9.0 | 57.3 | 46.0 | 46.0 | +| 9 | NK Brand | NK30-A9E3 | Enlist E3 | - | 9.3 | 57.7 | 46.0 | 46.0 | +| 2 | AgriGold | G3051E3 | Enlist E3 | - | 9.1 | 55.3 | 48.9 | 48.9 | +| 1 | Schlessman | 2923E | Enlist E3 | - | 9.0 | 56.9 | 49.6 | 49.6 | +| 7 | AgriGold | G2893E3 | Enlist E3 | - | 9.1 | 56.5 | 46.2 | 46.2 | +| 11 | Schlessman | 2722E | Enlist E3 | - | 9.1 | 56.7 | 39.4 | 39.4 | +| 10 | Brevant Seeds | B294EE | Enlist E3 | - | 9.3 | 56.1 | 41.6 | 41.6 | + +Top 5 by Yield: 2923E (Schlessman) 49.6, G3051E3 (AgriGold) 48.9, G3279E3 (AgriGold) 48.5, G3577E3 (AgriGold) 47.9, Unknown (Schlessman) 47.7. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143784.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143784.json new file mode 100644 index 00000000..f4e98c55 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143784.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-143784", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "OH", + "state_abbrev": "oh", + "city": "Scott", + "county": "Paulding", + "year": 2024, + "plot_id": "143784", + "cooperator": "Pond Seed Company", + "plot_average": 57.53, + "planted_date": "2024-05-24", + "harvested_date": "2024-10-15", + "population_seeds_per_acre": 140000, + "row_width": "30.0\"", + "num_rows": null, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "Golden Harvest", + "product": "GH3035E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": 58.0, + "Yield": 52.2, + "Adj Yield": 52.2 + } + }, + { + "rank": 7, + "brand": "Golden Harvest", + "product": "GH3023XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 8.9, + "Test Wt.": 57.6, + "Yield": 53.9, + "Adj Yield": 53.9 + } + }, + { + "rank": 6, + "brand": "Golden Harvest", + "product": "GH3225XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": 57.6, + "Yield": 54.5, + "Adj Yield": 54.5 + } + }, + { + "rank": 3, + "brand": "Golden Harvest", + "product": "GH3445XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.1, + "Test Wt.": 57.5, + "Yield": 58.7, + "Adj Yield": 58.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": 57.1, + "Yield": 63.6, + "Adj Yield": 63.6 + } + }, + { + "rank": 2, + "brand": "Golden Harvest", + "product": "GH3373E3S", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": 57.5, + "Yield": 60.1, + "Adj Yield": 60.1 + } + }, + { + "rank": 4, + "brand": "Golden Harvest", + "product": "GH2925XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": 57.4, + "Yield": 58.7, + "Adj Yield": 58.7 + } + }, + { + "rank": 5, + "brand": "Golden Harvest", + "product": "GH3415E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": 57.2, + "Yield": 58.5, + "Adj Yield": 58.5 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/143784" + ], + "fetched_at": "2026-05-27T02:24:43.798920+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143784.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143784.md new file mode 100644 index 00000000..3fd1d8af --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143784.md @@ -0,0 +1,36 @@ +# Soybean yield trial — Scott, OH, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** OH +- **County:** Paulding +- **City:** Scott +- **Year:** 2024 +- **Plot ID:** 143784 +- **Cooperator:** Pond Seed Company +- **Plot average:** 57.53 BU/Ac +- **Planted:** 2024-05-24 +- **Harvested:** 2024-10-15 +- **Population:** 140,000 seeds/acre +- **Row width:** 30.0" +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/143784 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | Golden Harvest | GH3035E3 | Enlist E3 | - | 9.0 | 58.0 | 52.2 | 52.2 | +| 7 | Golden Harvest | GH3023XF | XTENDFlex | - | 8.9 | 57.6 | 53.9 | 53.9 | +| 6 | Golden Harvest | GH3225XF | XTENDFlex | - | 9.3 | 57.6 | 54.5 | 54.5 | +| 3 | Golden Harvest | GH3445XF | XTENDFlex | - | 9.1 | 57.5 | 58.7 | 58.7 | +| 1 | AgriGold | G2893E3 | Enlist E3 | - | 9.3 | 57.1 | 63.6 | 63.6 | +| 2 | Golden Harvest | GH3373E3S | Enlist E3 | - | 9.5 | 57.5 | 60.1 | 60.1 | +| 4 | Golden Harvest | GH2925XF | XTENDFlex | - | 9.2 | 57.4 | 58.7 | 58.7 | +| 5 | Golden Harvest | GH3415E3 | Enlist E3 | - | 9.4 | 57.2 | 58.5 | 58.5 | + +Top 5 by Yield: G2893E3 (AgriGold) 63.6, GH3373E3S (Golden Harvest) 60.1, GH3445XF (Golden Harvest) 58.7, GH2925XF (Golden Harvest) 58.7, GH3415E3 (Golden Harvest) 58.5. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143796.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143796.json new file mode 100644 index 00000000..cf390172 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143796.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-143796", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "NE", + "state_abbrev": "ne", + "city": "Verdon", + "county": "Richardson", + "year": 2024, + "plot_id": "143796", + "cooperator": "Jed Fritz", + "plot_average": 57.19, + "planted_date": "2024-06-11", + "harvested_date": "2024-10-21", + "population_seeds_per_acre": 150000, + "row_width": "22.0\"", + "num_rows": 8, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 29, + "brand": "Asgrow", + "product": "AG39XF1", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.4, + "Test Wt.": null, + "Yield": 53.2, + "Adj Yield": 53.2 + } + }, + { + "rank": 23, + "brand": "Asgrow", + "product": "AG37XF1", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.5, + "Test Wt.": null, + "Yield": 55.2, + "Adj Yield": 55.2 + } + }, + { + "rank": 20, + "brand": "Asgrow", + "product": "AG36XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.1, + "Test Wt.": null, + "Yield": 55.5, + "Adj Yield": 55.5 + } + }, + { + "rank": 22, + "brand": "Asgrow", + "product": "AG32XF2", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.4, + "Test Wt.": null, + "Yield": 55.3, + "Adj Yield": 55.3 + } + }, + { + "rank": 28, + "brand": "Asgrow", + "product": "AG30XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.3, + "Test Wt.": null, + "Yield": 53.8, + "Adj Yield": 53.8 + } + }, + { + "rank": 30, + "brand": "AgriGold", + "product": "G3804XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.2, + "Test Wt.": null, + "Yield": 51.8, + "Adj Yield": 51.8 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "G3724XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.4, + "Test Wt.": null, + "Yield": 56.3, + "Adj Yield": 56.3 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "G2950XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.2, + "Test Wt.": null, + "Yield": 55.4, + "Adj Yield": 55.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G3552XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.4, + "Test Wt.": null, + "Yield": 58.4, + "Adj Yield": 58.4 + } + }, + { + "rank": 27, + "brand": "NK Brand", + "product": "NK39-M8XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.2, + "Test Wt.": null, + "Yield": 53.9, + "Adj Yield": 53.9 + } + }, + { + "rank": 9, + "brand": "NK Brand", + "product": "NK34-D4XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.2, + "Test Wt.": null, + "Yield": 58.6, + "Adj Yield": 58.6 + } + }, + { + "rank": 26, + "brand": "NK Brand", + "product": "NK32-C5XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.5, + "Test Wt.": null, + "Yield": 54.2, + "Adj Yield": 54.2 + } + }, + { + "rank": 13, + "brand": "NK Brand", + "product": "NK30-U4XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.3, + "Test Wt.": null, + "Yield": 56.9, + "Adj Yield": 56.9 + } + }, + { + "rank": 12, + "brand": "NK Brand", + "product": "NK40-P5E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 7.5, + "Test Wt.": null, + "Yield": 57.8, + "Adj Yield": 57.8 + } + }, + { + "rank": 24, + "brand": "NK Brand", + "product": "NK37-C1E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 7.6, + "Test Wt.": null, + "Yield": 55.2, + "Adj Yield": 55.2 + } + }, + { + "rank": 25, + "brand": "NK Brand", + "product": "NK34-Z8E3S", + "traits": "Enlist/STS", + "metrics": { + "Ck": null, + "H20": 7.5, + "Test Wt.": null, + "Yield": 54.7, + "Adj Yield": 54.7 + } + }, + { + "rank": 15, + "brand": "NK Brand", + "product": "NK30-A9E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 7.5, + "Test Wt.": null, + "Yield": 56.8, + "Adj Yield": 56.8 + } + }, + { + "rank": 8, + "brand": "Alloy", + "product": "A39E33", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 7.4, + "Test Wt.": null, + "Yield": 59.0, + "Adj Yield": 59.0 + } + }, + { + "rank": 1, + "brand": "Alloy", + "product": "A38E35", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 7.4, + "Test Wt.": null, + "Yield": 64.2, + "Adj Yield": 64.2 + } + }, + { + "rank": 13, + "brand": "Alloy", + "product": "A36E33", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 7.3, + "Test Wt.": null, + "Yield": 56.9, + "Adj Yield": 56.9 + } + }, + { + "rank": 5, + "brand": "Alloy", + "product": "A34E35", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 7.6, + "Test Wt.": null, + "Yield": 59.9, + "Adj Yield": 59.9 + } + }, + { + "rank": 17, + "brand": "Brevant Seeds", + "product": "B384EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 7.3, + "Test Wt.": null, + "Yield": 56.4, + "Adj Yield": 56.4 + } + }, + { + "rank": 19, + "brand": "Brevant Seeds", + "product": "B364EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 7.2, + "Test Wt.": null, + "Yield": 55.9, + "Adj Yield": 55.9 + } + }, + { + "rank": 6, + "brand": "Brevant Seeds", + "product": "B373EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 7.2, + "Test Wt.": null, + "Yield": 59.6, + "Adj Yield": 59.6 + } + }, + { + "rank": 7, + "brand": "Brevant Seeds", + "product": "B342EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 7.3, + "Test Wt.": null, + "Yield": 59.0, + "Adj Yield": 59.0 + } + }, + { + "rank": 3, + "brand": "Brevant Seeds", + "product": "B324EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 7.1, + "Test Wt.": null, + "Yield": 61.8, + "Adj Yield": 61.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 7.4, + "Test Wt.": null, + "Yield": 63.6, + "Adj Yield": 63.6 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 7.2, + "Test Wt.": null, + "Yield": 58.0, + "Adj Yield": 58.0 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "G3279E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 7.2, + "Test Wt.": null, + "Yield": 56.5, + "Adj Yield": 56.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3144XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.1, + "Test Wt.": null, + "Yield": 61.8, + "Adj Yield": 61.8 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/143796" + ], + "fetched_at": "2026-05-27T02:24:44.359781+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143796.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143796.md new file mode 100644 index 00000000..b0266c96 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143796.md @@ -0,0 +1,60 @@ +# Soybean yield trial — Verdon, NE, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** NE +- **County:** Richardson +- **City:** Verdon +- **Year:** 2024 +- **Plot ID:** 143796 +- **Cooperator:** Jed Fritz +- **Plot average:** 57.19 BU/Ac +- **Planted:** 2024-06-11 +- **Harvested:** 2024-10-21 +- **Population:** 150,000 seeds/acre +- **Row width:** 22.0" +- **# Rows:** 8 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/143796 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 29 | Asgrow | AG39XF1 | XTENDFlex | - | 7.4 | - | 53.2 | 53.2 | +| 23 | Asgrow | AG37XF1 | XTENDFlex | - | 7.5 | - | 55.2 | 55.2 | +| 20 | Asgrow | AG36XF4 | XTENDFlex | - | 7.1 | - | 55.5 | 55.5 | +| 22 | Asgrow | AG32XF2 | XTENDFlex | - | 7.4 | - | 55.3 | 55.3 | +| 28 | Asgrow | AG30XF4 | XTENDFlex | - | 7.3 | - | 53.8 | 53.8 | +| 30 | AgriGold | G3804XF | XTENDFlex | - | 7.2 | - | 51.8 | 51.8 | +| 18 | AgriGold | G3724XF | XTENDFlex | - | 7.4 | - | 56.3 | 56.3 | +| 21 | AgriGold | G2950XF | XTENDFlex | - | 7.2 | - | 55.4 | 55.4 | +| 10 | AgriGold | G3552XF | XTENDFlex | - | 7.4 | - | 58.4 | 58.4 | +| 27 | NK Brand | NK39-M8XF | XTENDFlex | - | 7.2 | - | 53.9 | 53.9 | +| 9 | NK Brand | NK34-D4XF | XTENDFlex | - | 7.2 | - | 58.6 | 58.6 | +| 26 | NK Brand | NK32-C5XF | XTENDFlex | - | 7.5 | - | 54.2 | 54.2 | +| 13 | NK Brand | NK30-U4XF | XTENDFlex | - | 7.3 | - | 56.9 | 56.9 | +| 12 | NK Brand | NK40-P5E3 | Enlist E3 | - | 7.5 | - | 57.8 | 57.8 | +| 24 | NK Brand | NK37-C1E3 | Enlist E3 | - | 7.6 | - | 55.2 | 55.2 | +| 25 | NK Brand | NK34-Z8E3S | Enlist/STS | - | 7.5 | - | 54.7 | 54.7 | +| 15 | NK Brand | NK30-A9E3 | Enlist E3 | - | 7.5 | - | 56.8 | 56.8 | +| 8 | Alloy | A39E33 | Enlist E3 | - | 7.4 | - | 59.0 | 59.0 | +| 1 | Alloy | A38E35 | Enlist E3 | - | 7.4 | - | 64.2 | 64.2 | +| 13 | Alloy | A36E33 | Enlist E3 | - | 7.3 | - | 56.9 | 56.9 | +| 5 | Alloy | A34E35 | Enlist E3 | - | 7.6 | - | 59.9 | 59.9 | +| 17 | Brevant Seeds | B384EE | Enlist E3 | - | 7.3 | - | 56.4 | 56.4 | +| 19 | Brevant Seeds | B364EE | Enlist E3 | - | 7.2 | - | 55.9 | 55.9 | +| 6 | Brevant Seeds | B373EE | Enlist E3 | - | 7.2 | - | 59.6 | 59.6 | +| 7 | Brevant Seeds | B342EE | Enlist E3 | - | 7.3 | - | 59.0 | 59.0 | +| 3 | Brevant Seeds | B324EE | Enlist E3 | - | 7.1 | - | 61.8 | 61.8 | +| 2 | AgriGold | G3854E3 | Enlist E3 | - | 7.4 | - | 63.6 | 63.6 | +| 11 | AgriGold | G3577E3 | Enlist E3 | - | 7.2 | - | 58.0 | 58.0 | +| 16 | AgriGold | G3279E3 | Enlist E3 | - | 7.2 | - | 56.5 | 56.5 | +| 3 | AgriGold | G3144XF | XTENDFlex | - | 7.1 | - | 61.8 | 61.8 | + +Top 5 by Yield: A38E35 (Alloy) 64.2, G3854E3 (AgriGold) 63.6, B324EE (Brevant Seeds) 61.8, G3144XF (AgriGold) 61.8, A34E35 (Alloy) 59.9. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143810.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143810.json new file mode 100644 index 00000000..33086ac7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143810.json @@ -0,0 +1,114 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-143810", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "NE", + "state_abbrev": "ne", + "city": "Elba", + "county": "Howard", + "year": 2024, + "plot_id": "143810", + "cooperator": "Jordan Jakubowski", + "plot_average": 82.8, + "planted_date": "2024-05-09", + "harvested_date": "2024-09-27", + "population_seeds_per_acre": 150000, + "row_width": "36.0\"", + "num_rows": 6, + "soil_type": "Sandy Clay Loam", + "tillage": "Ridge Till", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "AgriGold", + "product": "G2820XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 8.2, + "Test Wt.": 55.6, + "Yield": 79.6, + "Adj Yield": 79.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G2306XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.9, + "Test Wt.": 58.2, + "Yield": 81.6, + "Adj Yield": 81.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G2574XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 8.1, + "Test Wt.": 59.1, + "Yield": 86.5, + "Adj Yield": 86.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G2950XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": 55.2, + "Yield": 83.0, + "Adj Yield": 83.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G3144XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 17.0, + "Test Wt.": 57.0, + "Yield": 84.3, + "Adj Yield": 84.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G2450XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 58.0, + "Yield": 81.8, + "Adj Yield": 81.8 + } + } + ], + "n_results": 6, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/143810" + ], + "fetched_at": "2026-05-27T02:24:44.852781+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143810.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143810.md new file mode 100644 index 00000000..cc38d7e1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143810.md @@ -0,0 +1,36 @@ +# Soybean yield trial — Elba, NE, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** NE +- **County:** Howard +- **City:** Elba +- **Year:** 2024 +- **Plot ID:** 143810 +- **Cooperator:** Jordan Jakubowski +- **Plot average:** 82.8 BU/Ac +- **Planted:** 2024-05-09 +- **Harvested:** 2024-09-27 +- **Population:** 150,000 seeds/acre +- **Row width:** 36.0" +- **# Rows:** 6 +- **Soil type:** Sandy Clay Loam +- **Tillage:** Ridge Till +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/143810 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | AgriGold | G2820XF | XTENDFlex | - | 8.2 | 55.6 | 79.6 | 79.6 | +| 5 | AgriGold | G2306XF | XTENDFlex | - | 7.9 | 58.2 | 81.6 | 81.6 | +| 1 | AgriGold | G2574XF | XTENDFlex | - | 8.1 | 59.1 | 86.5 | 86.5 | +| 3 | AgriGold | G2950XF | XTENDFlex | - | 10.1 | 55.2 | 83.0 | 83.0 | +| 2 | AgriGold | G3144XF | XTENDFlex | - | 17.0 | 57.0 | 84.3 | 84.3 | +| 4 | AgriGold | G2450XF | XTENDFlex | - | 13.1 | 58.0 | 81.8 | 81.8 | + +Top 5 by Yield: G2574XF (AgriGold) 86.5, G3144XF (AgriGold) 84.3, G2950XF (AgriGold) 83.0, G2450XF (AgriGold) 81.8, G2306XF (AgriGold) 81.6. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143836.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143836.json new file mode 100644 index 00000000..3f9a5768 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143836.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-143836", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "MD", + "state_abbrev": "md", + "city": "Cecilton", + "county": "Cecil", + "year": 2024, + "plot_id": "143836", + "cooperator": "Scheeler Seeds, LLC", + "plot_average": 62.9, + "planted_date": "2024-05-22", + "harvested_date": "2024-10-08", + "population_seeds_per_acre": 145000, + "row_width": "\"", + "num_rows": 12, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 3, + "brand": "AgriGold", + "product": "G4850XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": null, + "Yield": 63.0, + "Adj Yield": 63.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G4884E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": null, + "Yield": 52.0, + "Adj Yield": 52.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G4650XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": null, + "Yield": 50.0, + "Adj Yield": 50.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G4459E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": null, + "Yield": 59.0, + "Adj Yield": 59.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": null, + "Yield": 61.0, + "Adj Yield": 61.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G4204E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": null, + "Yield": 84.0, + "Adj Yield": 84.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": null, + "Yield": 61.0, + "Adj Yield": 61.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G4051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": null, + "Yield": 59.0, + "Adj Yield": 59.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3724XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": null, + "Yield": 61.0, + "Adj Yield": 61.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": null, + "Yield": 79.0, + "Adj Yield": 79.0 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/143836" + ], + "fetched_at": "2026-05-27T02:24:45.311055+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143836.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143836.md new file mode 100644 index 00000000..9a4de5e0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143836.md @@ -0,0 +1,39 @@ +# Soybean yield trial — Cecilton, MD, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** MD +- **County:** Cecil +- **City:** Cecilton +- **Year:** 2024 +- **Plot ID:** 143836 +- **Cooperator:** Scheeler Seeds, LLC +- **Plot average:** 62.9 BU/Ac +- **Planted:** 2024-05-22 +- **Harvested:** 2024-10-08 +- **Population:** 145,000 seeds/acre +- **Row width:** " +- **# Rows:** 12 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/143836 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | AgriGold | G4850XF | XTENDFlex | - | 9.9 | - | 63.0 | 63.0 | +| 9 | AgriGold | G4884E3 | Enlist E3 | - | 9.8 | - | 52.0 | 52.0 | +| 10 | AgriGold | G4650XF | XTENDFlex | - | 10.1 | - | 50.0 | 50.0 | +| 7 | AgriGold | G4459E3 | Enlist E3 | - | 9.8 | - | 59.0 | 59.0 | +| 4 | AgriGold | G4430XF | XTENDFlex | - | 9.5 | - | 61.0 | 61.0 | +| 1 | AgriGold | G4204E3 | Enlist E3 | - | 9.6 | - | 84.0 | 84.0 | +| 4 | AgriGold | G4184XF | XTENDFlex | - | 9.7 | - | 61.0 | 61.0 | +| 7 | AgriGold | G4051E3 | Enlist E3 | - | 9.8 | - | 59.0 | 59.0 | +| 4 | AgriGold | G3724XF | XTENDFlex | - | 9.7 | - | 61.0 | 61.0 | +| 2 | AgriGold | G3854E3 | Enlist E3 | - | 9.7 | - | 79.0 | 79.0 | + +Top 5 by Yield: G4204E3 (AgriGold) 84.0, G3854E3 (AgriGold) 79.0, G4850XF (AgriGold) 63.0, G4430XF (AgriGold) 61.0, G4184XF (AgriGold) 61.0. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143895.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143895.json new file mode 100644 index 00000000..1d3ade8f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143895.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-143895", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Granville", + "county": "Putnam", + "year": 2024, + "plot_id": "143895", + "cooperator": "Ag View FS, Inc.", + "plot_average": 83.7, + "planted_date": "2024-05-17", + "harvested_date": "2024-10-10", + "population_seeds_per_acre": 150000, + "row_width": "15.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": null, + "Yield": 89.5, + "Adj Yield": 89.5 + } + }, + { + "rank": 2, + "brand": "Brevant Seeds", + "product": "B324EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": null, + "Yield": 89.1, + "Adj Yield": 89.1 + } + }, + { + "rank": 3, + "brand": "NK Brand", + "product": "NK30-U4XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": null, + "Yield": 89.0, + "Adj Yield": 89.0 + } + }, + { + "rank": 4, + "brand": "FS Seeds", + "product": "HS25E30", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": null, + "Yield": 86.5, + "Adj Yield": 86.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": null, + "Yield": 85.9, + "Adj Yield": 85.9 + } + }, + { + "rank": 6, + "brand": "FS Seeds", + "product": "HS32F10", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": null, + "Yield": 85.8, + "Adj Yield": 85.8 + } + }, + { + "rank": 7, + "brand": "FS Seeds", + "product": "HS31E20", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": null, + "Yield": 85.5, + "Adj Yield": 85.5 + } + }, + { + "rank": 7, + "brand": "FS Seeds", + "product": "HS30F40", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": null, + "Yield": 85.5, + "Adj Yield": 85.5 + } + }, + { + "rank": 9, + "brand": "Asgrow", + "product": "AG33XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": null, + "Yield": 85.0, + "Adj Yield": 85.0 + } + }, + { + "rank": 10, + "brand": "Asgrow", + "product": "AG24XF1", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": null, + "Yield": 84.8, + "Adj Yield": 84.8 + } + }, + { + "rank": 11, + "brand": "NK Brand", + "product": "NK32-C5XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": null, + "Yield": 84.4, + "Adj Yield": 84.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "G3279E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": null, + "Yield": 84.4, + "Adj Yield": 84.4 + } + }, + { + "rank": 13, + "brand": "Brevant Seeds", + "product": "B252EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": null, + "Yield": 84.1, + "Adj Yield": 84.1 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": null, + "Yield": 83.8, + "Adj Yield": 83.8 + } + }, + { + "rank": 15, + "brand": "Asgrow", + "product": "AG27XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": null, + "Yield": 83.7, + "Adj Yield": 83.7 + } + }, + { + "rank": 16, + "brand": "FS Seeds", + "product": "HS28F30", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": null, + "Yield": 83.5, + "Adj Yield": 83.5 + } + }, + { + "rank": 16, + "brand": "Brevant Seeds", + "product": "B263EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": null, + "Yield": 83.5, + "Adj Yield": 83.5 + } + }, + { + "rank": 16, + "brand": "NK Brand", + "product": "NK26-M6E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": null, + "Yield": 83.5, + "Adj Yield": 83.5 + } + }, + { + "rank": 19, + "brand": "NK Brand", + "product": "NK27-W8XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": null, + "Yield": 83.0, + "Adj Yield": 83.0 + } + }, + { + "rank": 20, + "brand": "Asgrow", + "product": "AG30XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": null, + "Yield": 82.9, + "Adj Yield": 82.9 + } + }, + { + "rank": 21, + "brand": "NK Brand", + "product": "NK30-A9E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": null, + "Yield": 82.8, + "Adj Yield": 82.8 + } + }, + { + "rank": 22, + "brand": "NK Brand", + "product": "NK29-Q3XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": null, + "Yield": 82.7, + "Adj Yield": 82.7 + } + }, + { + "rank": 23, + "brand": "Asgrow", + "product": "AG26XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": null, + "Yield": 82.3, + "Adj Yield": 82.3 + } + }, + { + "rank": 24, + "brand": "Brevant Seeds", + "product": "B294EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": null, + "Yield": 82.2, + "Adj Yield": 82.2 + } + }, + { + "rank": 25, + "brand": "NK Brand", + "product": "NK27-J5E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": null, + "Yield": 81.7, + "Adj Yield": 81.7 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "G2574XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": null, + "Yield": 81.5, + "Adj Yield": 81.5 + } + }, + { + "rank": 27, + "brand": "FS Seeds", + "product": "HS29E40", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": null, + "Yield": 79.5, + "Adj Yield": 79.5 + } + }, + { + "rank": 28, + "brand": "FS Seeds", + "product": "HS24F40", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": null, + "Yield": 79.2, + "Adj Yield": 79.2 + } + }, + { + "rank": 29, + "brand": "AgriGold", + "product": "G3144XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": null, + "Yield": 79.1, + "Adj Yield": 79.1 + } + }, + { + "rank": 30, + "brand": "Asgrow", + "product": "AG25XF5", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": null, + "Yield": 76.5, + "Adj Yield": 76.5 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/143895" + ], + "fetched_at": "2026-05-27T02:24:45.855077+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143895.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143895.md new file mode 100644 index 00000000..2c6024f1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143895.md @@ -0,0 +1,60 @@ +# Soybean yield trial — Granville, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Putnam +- **City:** Granville +- **Year:** 2024 +- **Plot ID:** 143895 +- **Cooperator:** Ag View FS, Inc. +- **Plot average:** 83.7 BU/Ac +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-10 +- **Population:** 150,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/143895 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | G3051E3 | Enlist E3 | - | 9.9 | - | 89.5 | 89.5 | +| 2 | Brevant Seeds | B324EE | Enlist E3 | - | 9.7 | - | 89.1 | 89.1 | +| 3 | NK Brand | NK30-U4XF | XTENDFlex | - | 9.6 | - | 89.0 | 89.0 | +| 4 | FS Seeds | HS25E30 | Enlist E3 | - | 10.1 | - | 86.5 | 86.5 | +| 5 | AgriGold | G2601E3 | Enlist E3 | - | 9.9 | - | 85.9 | 85.9 | +| 6 | FS Seeds | HS32F10 | XTENDFlex | - | 9.9 | - | 85.8 | 85.8 | +| 7 | FS Seeds | HS31E20 | Enlist E3 | - | 9.8 | - | 85.5 | 85.5 | +| 7 | FS Seeds | HS30F40 | XTENDFlex | - | 9.9 | - | 85.5 | 85.5 | +| 9 | Asgrow | AG33XF3 | XTENDFlex | - | 9.8 | - | 85.0 | 85.0 | +| 10 | Asgrow | AG24XF1 | XTENDFlex | - | 11.3 | - | 84.8 | 84.8 | +| 11 | NK Brand | NK32-C5XF | XTENDFlex | - | 9.7 | - | 84.4 | 84.4 | +| 11 | AgriGold | G3279E3 | Enlist E3 | - | 9.7 | - | 84.4 | 84.4 | +| 13 | Brevant Seeds | B252EE | Enlist E3 | - | 9.9 | - | 84.1 | 84.1 | +| 14 | AgriGold | G3404E3 | Enlist E3 | - | 9.7 | - | 83.8 | 83.8 | +| 15 | Asgrow | AG27XF3 | XTENDFlex | - | 9.8 | - | 83.7 | 83.7 | +| 16 | FS Seeds | HS28F30 | XTENDFlex | - | 10.0 | - | 83.5 | 83.5 | +| 16 | Brevant Seeds | B263EE | Enlist E3 | - | 10.3 | - | 83.5 | 83.5 | +| 16 | NK Brand | NK26-M6E3 | Enlist E3 | - | 10.4 | - | 83.5 | 83.5 | +| 19 | NK Brand | NK27-W8XF | XTENDFlex | - | 9.8 | - | 83.0 | 83.0 | +| 20 | Asgrow | AG30XF4 | XTENDFlex | - | 9.9 | - | 82.9 | 82.9 | +| 21 | NK Brand | NK30-A9E3 | Enlist E3 | - | 10.0 | - | 82.8 | 82.8 | +| 22 | NK Brand | NK29-Q3XF | XTENDFlex | - | 9.8 | - | 82.7 | 82.7 | +| 23 | Asgrow | AG26XF4 | XTENDFlex | - | 10.3 | - | 82.3 | 82.3 | +| 24 | Brevant Seeds | B294EE | Enlist E3 | - | 9.6 | - | 82.2 | 82.2 | +| 25 | NK Brand | NK27-J5E3 | Enlist E3 | - | 10.3 | - | 81.7 | 81.7 | +| 26 | AgriGold | G2574XF | XTENDFlex | - | 10.0 | - | 81.5 | 81.5 | +| 27 | FS Seeds | HS29E40 | Enlist E3 | - | 10.1 | - | 79.5 | 79.5 | +| 28 | FS Seeds | HS24F40 | XTENDFlex | - | 10.3 | - | 79.2 | 79.2 | +| 29 | AgriGold | G3144XF | XTENDFlex | - | 9.5 | - | 79.1 | 79.1 | +| 30 | Asgrow | AG25XF5 | XTENDFlex | - | 10.2 | - | 76.5 | 76.5 | + +Top 5 by Yield: G3051E3 (AgriGold) 89.5, B324EE (Brevant Seeds) 89.1, NK30-U4XF (NK Brand) 89.0, HS25E30 (FS Seeds) 86.5, G2601E3 (AgriGold) 85.9. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143896.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143896.json new file mode 100644 index 00000000..d0750333 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143896.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-143896", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Neponset", + "county": "Bureau", + "year": 2024, + "plot_id": "143896", + "cooperator": "Ag View FS, Inc.", + "plot_average": 87.97, + "planted_date": "2024-05-19", + "harvested_date": "2024-10-06", + "population_seeds_per_acre": 150000, + "row_width": "15.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "Asgrow", + "product": "AG33XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": null, + "Yield": 95.1, + "Adj Yield": 95.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G2574XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": null, + "Yield": 94.7, + "Adj Yield": 94.7 + } + }, + { + "rank": 3, + "brand": "FS Seeds", + "product": "HS31E20", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": null, + "Yield": 93.9, + "Adj Yield": 93.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": null, + "Yield": 92.4, + "Adj Yield": 92.4 + } + }, + { + "rank": 4, + "brand": "FS Seeds", + "product": "HS24F40", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": null, + "Yield": 92.4, + "Adj Yield": 92.4 + } + }, + { + "rank": 6, + "brand": "Asgrow", + "product": "AG26XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": null, + "Yield": 92.3, + "Adj Yield": 92.3 + } + }, + { + "rank": 7, + "brand": "NK Brand", + "product": "NK29-Q3XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": null, + "Yield": 91.6, + "Adj Yield": 91.6 + } + }, + { + "rank": 8, + "brand": "Brevant Seeds", + "product": "B294EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": null, + "Yield": 91.1, + "Adj Yield": 91.1 + } + }, + { + "rank": 9, + "brand": "FS Seeds", + "product": "HS28F30", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": null, + "Yield": 90.9, + "Adj Yield": 90.9 + } + }, + { + "rank": 10, + "brand": "Asgrow", + "product": "AG24XF1", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": null, + "Yield": 90.5, + "Adj Yield": 90.5 + } + }, + { + "rank": 10, + "brand": "Asgrow", + "product": "AG25XF5", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": null, + "Yield": 90.5, + "Adj Yield": 90.5 + } + }, + { + "rank": 12, + "brand": "NK Brand", + "product": "NK30-U4XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": null, + "Yield": 90.0, + "Adj Yield": 90.0 + } + }, + { + "rank": 13, + "brand": "NK Brand", + "product": "NK27-W8XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": null, + "Yield": 89.6, + "Adj Yield": 89.6 + } + }, + { + "rank": 14, + "brand": "FS Seeds", + "product": "HS29E40", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": null, + "Yield": 88.6, + "Adj Yield": 88.6 + } + }, + { + "rank": 15, + "brand": "FS Seeds", + "product": "HS25E30", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": null, + "Yield": 88.4, + "Adj Yield": 88.4 + } + }, + { + "rank": 16, + "brand": "Brevant Seeds", + "product": "B263EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": null, + "Yield": 88.2, + "Adj Yield": 88.2 + } + }, + { + "rank": 16, + "brand": "Brevant Seeds", + "product": "B252EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": null, + "Yield": 88.2, + "Adj Yield": 88.2 + } + }, + { + "rank": 18, + "brand": "NK Brand", + "product": "NK26-M6E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": null, + "Yield": 87.9, + "Adj Yield": 87.9 + } + }, + { + "rank": 19, + "brand": "Brevant Seeds", + "product": "B324EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": null, + "Yield": 87.2, + "Adj Yield": 87.2 + } + }, + { + "rank": 20, + "brand": "FS Seeds", + "product": "HS32F10", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": null, + "Yield": 87.0, + "Adj Yield": 87.0 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "G3279E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": null, + "Yield": 86.5, + "Adj Yield": 86.5 + } + }, + { + "rank": 22, + "brand": "NK Brand", + "product": "NK32-C5XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": null, + "Yield": 86.4, + "Adj Yield": 86.4 + } + }, + { + "rank": 23, + "brand": "Asgrow", + "product": "AG27XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": null, + "Yield": 84.0, + "Adj Yield": 84.0 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "G3144XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": null, + "Yield": 83.9, + "Adj Yield": 83.9 + } + }, + { + "rank": 25, + "brand": "NK Brand", + "product": "NK30-A9E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": null, + "Yield": 83.4, + "Adj Yield": 83.4 + } + }, + { + "rank": 26, + "brand": "FS Seeds", + "product": "HS30F40", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": null, + "Yield": 83.3, + "Adj Yield": 83.3 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": null, + "Yield": 81.5, + "Adj Yield": 81.5 + } + }, + { + "rank": 28, + "brand": "Asgrow", + "product": "AG30XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": null, + "Yield": 81.1, + "Adj Yield": 81.1 + } + }, + { + "rank": 29, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": null, + "Yield": 79.3, + "Adj Yield": 79.3 + } + }, + { + "rank": 30, + "brand": "NK Brand", + "product": "NK27-J5E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": null, + "Yield": 79.1, + "Adj Yield": 79.1 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/143896" + ], + "fetched_at": "2026-05-27T02:24:46.365814+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143896.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143896.md new file mode 100644 index 00000000..427b958e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143896.md @@ -0,0 +1,60 @@ +# Soybean yield trial — Neponset, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Bureau +- **City:** Neponset +- **Year:** 2024 +- **Plot ID:** 143896 +- **Cooperator:** Ag View FS, Inc. +- **Plot average:** 87.97 BU/Ac +- **Planted:** 2024-05-19 +- **Harvested:** 2024-10-06 +- **Population:** 150,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/143896 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | Asgrow | AG33XF3 | XTENDFlex | - | 10.5 | - | 95.1 | 95.1 | +| 2 | AgriGold | G2574XF | XTENDFlex | - | 10.2 | - | 94.7 | 94.7 | +| 3 | FS Seeds | HS31E20 | Enlist E3 | - | 10.3 | - | 93.9 | 93.9 | +| 4 | AgriGold | G3051E3 | Enlist E3 | - | 10.5 | - | 92.4 | 92.4 | +| 4 | FS Seeds | HS24F40 | XTENDFlex | - | 10.8 | - | 92.4 | 92.4 | +| 6 | Asgrow | AG26XF4 | XTENDFlex | - | 10.5 | - | 92.3 | 92.3 | +| 7 | NK Brand | NK29-Q3XF | XTENDFlex | - | 10.4 | - | 91.6 | 91.6 | +| 8 | Brevant Seeds | B294EE | Enlist E3 | - | 10.1 | - | 91.1 | 91.1 | +| 9 | FS Seeds | HS28F30 | XTENDFlex | - | 10.2 | - | 90.9 | 90.9 | +| 10 | Asgrow | AG24XF1 | XTENDFlex | - | 10.3 | - | 90.5 | 90.5 | +| 10 | Asgrow | AG25XF5 | XTENDFlex | - | 10.5 | - | 90.5 | 90.5 | +| 12 | NK Brand | NK30-U4XF | XTENDFlex | - | 10.4 | - | 90.0 | 90.0 | +| 13 | NK Brand | NK27-W8XF | XTENDFlex | - | 10.1 | - | 89.6 | 89.6 | +| 14 | FS Seeds | HS29E40 | Enlist E3 | - | 10.1 | - | 88.6 | 88.6 | +| 15 | FS Seeds | HS25E30 | Enlist E3 | - | 10.3 | - | 88.4 | 88.4 | +| 16 | Brevant Seeds | B263EE | Enlist E3 | - | 10.1 | - | 88.2 | 88.2 | +| 16 | Brevant Seeds | B252EE | Enlist E3 | - | 10.2 | - | 88.2 | 88.2 | +| 18 | NK Brand | NK26-M6E3 | Enlist E3 | - | 10.2 | - | 87.9 | 87.9 | +| 19 | Brevant Seeds | B324EE | Enlist E3 | - | 10.2 | - | 87.2 | 87.2 | +| 20 | FS Seeds | HS32F10 | XTENDFlex | - | 10.2 | - | 87.0 | 87.0 | +| 21 | AgriGold | G3279E3 | Enlist E3 | - | 10.1 | - | 86.5 | 86.5 | +| 22 | NK Brand | NK32-C5XF | XTENDFlex | - | 10.2 | - | 86.4 | 86.4 | +| 23 | Asgrow | AG27XF3 | XTENDFlex | - | 10.3 | - | 84.0 | 84.0 | +| 24 | AgriGold | G3144XF | XTENDFlex | - | 10.1 | - | 83.9 | 83.9 | +| 25 | NK Brand | NK30-A9E3 | Enlist E3 | - | 10.3 | - | 83.4 | 83.4 | +| 26 | FS Seeds | HS30F40 | XTENDFlex | - | 10.2 | - | 83.3 | 83.3 | +| 27 | AgriGold | G2601E3 | Enlist E3 | - | 10.2 | - | 81.5 | 81.5 | +| 28 | Asgrow | AG30XF4 | XTENDFlex | - | 10.7 | - | 81.1 | 81.1 | +| 29 | AgriGold | G3404E3 | Enlist E3 | - | 10.3 | - | 79.3 | 79.3 | +| 30 | NK Brand | NK27-J5E3 | Enlist E3 | - | 10.9 | - | 79.1 | 79.1 | + +Top 5 by Yield: AG33XF3 (Asgrow) 95.1, G2574XF (AgriGold) 94.7, HS31E20 (FS Seeds) 93.9, G3051E3 (AgriGold) 92.4, HS24F40 (FS Seeds) 92.4. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143897.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143897.json new file mode 100644 index 00000000..b3296867 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143897.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-143897", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Franklin Grove", + "county": "Lee", + "year": 2024, + "plot_id": "143897", + "cooperator": "Ag View FS, Inc.", + "plot_average": 76.98, + "planted_date": "2024-05-18", + "harvested_date": "2024-10-11", + "population_seeds_per_acre": 150000, + "row_width": "15.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "Brevant Seeds", + "product": "B252EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": null, + "Yield": 86.1, + "Adj Yield": 86.1 + } + }, + { + "rank": 2, + "brand": "Brevant Seeds", + "product": "B263EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": null, + "Yield": 84.6, + "Adj Yield": 84.6 + } + }, + { + "rank": 3, + "brand": "Asgrow", + "product": "AG27XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": null, + "Yield": 84.3, + "Adj Yield": 84.3 + } + }, + { + "rank": 4, + "brand": "Brevant Seeds", + "product": "B294EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 84.1, + "Adj Yield": 84.1 + } + }, + { + "rank": 5, + "brand": "FS Seeds", + "product": "HS25E30", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": null, + "Yield": 82.9, + "Adj Yield": 82.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": null, + "Yield": 81.2, + "Adj Yield": 81.2 + } + }, + { + "rank": 7, + "brand": "Asgrow", + "product": "AG33XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": null, + "Yield": 79.7, + "Adj Yield": 79.7 + } + }, + { + "rank": 7, + "brand": "NK Brand", + "product": "NK29-Q3XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 79.7, + "Adj Yield": 79.7 + } + }, + { + "rank": 7, + "brand": "FS Seeds", + "product": "HS31E20", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": null, + "Yield": 79.7, + "Adj Yield": 79.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G2574XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": null, + "Yield": 79.1, + "Adj Yield": 79.1 + } + }, + { + "rank": 10, + "brand": "FS Seeds", + "product": "HS28F30", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": null, + "Yield": 79.1, + "Adj Yield": 79.1 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": null, + "Yield": 78.7, + "Adj Yield": 78.7 + } + }, + { + "rank": 13, + "brand": "Brevant Seeds", + "product": "B324EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": null, + "Yield": 78.5, + "Adj Yield": 78.5 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": null, + "Yield": 78.4, + "Adj Yield": 78.4 + } + }, + { + "rank": 15, + "brand": "FS Seeds", + "product": "HS24F40", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": null, + "Yield": 78.0, + "Adj Yield": 78.0 + } + }, + { + "rank": 16, + "brand": "NK Brand", + "product": "NK30-A9E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": null, + "Yield": 76.4, + "Adj Yield": 76.4 + } + }, + { + "rank": 17, + "brand": "NK Brand", + "product": "NK26-M6E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": null, + "Yield": 76.0, + "Adj Yield": 76.0 + } + }, + { + "rank": 18, + "brand": "Asgrow", + "product": "AG30XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 75.6, + "Adj Yield": 75.6 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "G3279E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": null, + "Yield": 75.5, + "Adj Yield": 75.5 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "G3144XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": null, + "Yield": 74.8, + "Adj Yield": 74.8 + } + }, + { + "rank": 21, + "brand": "Asgrow", + "product": "AG24XF1", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": null, + "Yield": 73.5, + "Adj Yield": 73.5 + } + }, + { + "rank": 22, + "brand": "FS Seeds", + "product": "HS32F10", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": null, + "Yield": 73.3, + "Adj Yield": 73.3 + } + }, + { + "rank": 22, + "brand": "Asgrow", + "product": "AG25XF5", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": null, + "Yield": 73.3, + "Adj Yield": 73.3 + } + }, + { + "rank": 24, + "brand": "NK Brand", + "product": "NK30-U4XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": null, + "Yield": 72.5, + "Adj Yield": 72.5 + } + }, + { + "rank": 24, + "brand": "NK Brand", + "product": "NK27-W8XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 72.5, + "Adj Yield": 72.5 + } + }, + { + "rank": 26, + "brand": "NK Brand", + "product": "NK27-J5E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": null, + "Yield": 71.8, + "Adj Yield": 71.8 + } + }, + { + "rank": 27, + "brand": "Asgrow", + "product": "AG26XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": null, + "Yield": 71.4, + "Adj Yield": 71.4 + } + }, + { + "rank": 28, + "brand": "FS Seeds", + "product": "HS30F40", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": null, + "Yield": 70.2, + "Adj Yield": 70.2 + } + }, + { + "rank": 29, + "brand": "NK Brand", + "product": "NK32-C5XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": null, + "Yield": 69.4, + "Adj Yield": 69.4 + } + }, + { + "rank": 30, + "brand": "FS Seeds", + "product": "HS29E40", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": null, + "Yield": 69.0, + "Adj Yield": 69.0 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/143897" + ], + "fetched_at": "2026-05-27T02:24:46.827567+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143897.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143897.md new file mode 100644 index 00000000..41771d1f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143897.md @@ -0,0 +1,60 @@ +# Soybean yield trial — Franklin Grove, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Lee +- **City:** Franklin Grove +- **Year:** 2024 +- **Plot ID:** 143897 +- **Cooperator:** Ag View FS, Inc. +- **Plot average:** 76.98 BU/Ac +- **Planted:** 2024-05-18 +- **Harvested:** 2024-10-11 +- **Population:** 150,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/143897 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | Brevant Seeds | B252EE | Enlist E3 | - | 11.1 | - | 86.1 | 86.1 | +| 2 | Brevant Seeds | B263EE | Enlist E3 | - | 11.9 | - | 84.6 | 84.6 | +| 3 | Asgrow | AG27XF3 | XTENDFlex | - | 10.5 | - | 84.3 | 84.3 | +| 4 | Brevant Seeds | B294EE | Enlist E3 | - | 10.6 | - | 84.1 | 84.1 | +| 5 | FS Seeds | HS25E30 | Enlist E3 | - | 11.1 | - | 82.9 | 82.9 | +| 6 | AgriGold | G2601E3 | Enlist E3 | - | 11.0 | - | 81.2 | 81.2 | +| 7 | Asgrow | AG33XF3 | XTENDFlex | - | 10.2 | - | 79.7 | 79.7 | +| 7 | NK Brand | NK29-Q3XF | XTENDFlex | - | 10.6 | - | 79.7 | 79.7 | +| 7 | FS Seeds | HS31E20 | Enlist E3 | - | 11.0 | - | 79.7 | 79.7 | +| 10 | AgriGold | G2574XF | XTENDFlex | - | 10.9 | - | 79.1 | 79.1 | +| 10 | FS Seeds | HS28F30 | XTENDFlex | - | 11.4 | - | 79.1 | 79.1 | +| 12 | AgriGold | G3051E3 | Enlist E3 | - | 11.4 | - | 78.7 | 78.7 | +| 13 | Brevant Seeds | B324EE | Enlist E3 | - | 11.3 | - | 78.5 | 78.5 | +| 14 | AgriGold | G3404E3 | Enlist E3 | - | 10.7 | - | 78.4 | 78.4 | +| 15 | FS Seeds | HS24F40 | XTENDFlex | - | 11.7 | - | 78.0 | 78.0 | +| 16 | NK Brand | NK30-A9E3 | Enlist E3 | - | 10.4 | - | 76.4 | 76.4 | +| 17 | NK Brand | NK26-M6E3 | Enlist E3 | - | 11.4 | - | 76.0 | 76.0 | +| 18 | Asgrow | AG30XF4 | XTENDFlex | - | 10.6 | - | 75.6 | 75.6 | +| 19 | AgriGold | G3279E3 | Enlist E3 | - | 10.8 | - | 75.5 | 75.5 | +| 20 | AgriGold | G3144XF | XTENDFlex | - | 10.9 | - | 74.8 | 74.8 | +| 21 | Asgrow | AG24XF1 | XTENDFlex | - | 11.3 | - | 73.5 | 73.5 | +| 22 | FS Seeds | HS32F10 | XTENDFlex | - | 10.5 | - | 73.3 | 73.3 | +| 22 | Asgrow | AG25XF5 | XTENDFlex | - | 11.0 | - | 73.3 | 73.3 | +| 24 | NK Brand | NK30-U4XF | XTENDFlex | - | 10.5 | - | 72.5 | 72.5 | +| 24 | NK Brand | NK27-W8XF | XTENDFlex | - | 10.6 | - | 72.5 | 72.5 | +| 26 | NK Brand | NK27-J5E3 | Enlist E3 | - | 11.1 | - | 71.8 | 71.8 | +| 27 | Asgrow | AG26XF4 | XTENDFlex | - | 11.0 | - | 71.4 | 71.4 | +| 28 | FS Seeds | HS30F40 | XTENDFlex | - | 10.3 | - | 70.2 | 70.2 | +| 29 | NK Brand | NK32-C5XF | XTENDFlex | - | 10.5 | - | 69.4 | 69.4 | +| 30 | FS Seeds | HS29E40 | Enlist E3 | - | 11.0 | - | 69.0 | 69.0 | + +Top 5 by Yield: B252EE (Brevant Seeds) 86.1, B263EE (Brevant Seeds) 84.6, AG27XF3 (Asgrow) 84.3, B294EE (Brevant Seeds) 84.1, HS25E30 (FS Seeds) 82.9. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143898.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143898.json new file mode 100644 index 00000000..69b5ce15 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143898.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-143898", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Granville", + "county": "Putnam", + "year": 2024, + "plot_id": "143898", + "cooperator": "Ag View FS, Inc.", + "plot_average": 73.43, + "planted_date": "2024-05-18", + "harvested_date": "2024-10-06", + "population_seeds_per_acre": 150000, + "row_width": "15.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "NK Brand", + "product": "NK29-Q3XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": null, + "Yield": 82.7, + "Adj Yield": 82.7 + } + }, + { + "rank": 2, + "brand": "FS Seeds", + "product": "HS25E30", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": null, + "Yield": 79.4, + "Adj Yield": 79.4 + } + }, + { + "rank": 3, + "brand": "NK Brand", + "product": "NK30-U4XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": null, + "Yield": 78.7, + "Adj Yield": 78.7 + } + }, + { + "rank": 4, + "brand": "Asgrow", + "product": "AG33XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": null, + "Yield": 78.4, + "Adj Yield": 78.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": null, + "Yield": 77.6, + "Adj Yield": 77.6 + } + }, + { + "rank": 6, + "brand": "FS Seeds", + "product": "HS31E20", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": null, + "Yield": 77.2, + "Adj Yield": 77.2 + } + }, + { + "rank": 7, + "brand": "Brevant Seeds", + "product": "B294EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": null, + "Yield": 76.8, + "Adj Yield": 76.8 + } + }, + { + "rank": 8, + "brand": "Brevant Seeds", + "product": "B324EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": null, + "Yield": 76.3, + "Adj Yield": 76.3 + } + }, + { + "rank": 9, + "brand": "Asgrow", + "product": "AG27XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": null, + "Yield": 76.1, + "Adj Yield": 76.1 + } + }, + { + "rank": 10, + "brand": "NK Brand", + "product": "NK27-W8XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": null, + "Yield": 75.5, + "Adj Yield": 75.5 + } + }, + { + "rank": 11, + "brand": "FS Seeds", + "product": "HS29E40", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": null, + "Yield": 75.3, + "Adj Yield": 75.3 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": null, + "Yield": 74.0, + "Adj Yield": 74.0 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "G3279E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": null, + "Yield": 74.0, + "Adj Yield": 74.0 + } + }, + { + "rank": 14, + "brand": "NK Brand", + "product": "NK32-C5XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": null, + "Yield": 73.8, + "Adj Yield": 73.8 + } + }, + { + "rank": 15, + "brand": "FS Seeds", + "product": "HS32F10", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": null, + "Yield": 73.7, + "Adj Yield": 73.7 + } + }, + { + "rank": 16, + "brand": "NK Brand", + "product": "NK26-M6E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": null, + "Yield": 73.5, + "Adj Yield": 73.5 + } + }, + { + "rank": 17, + "brand": "FS Seeds", + "product": "HS24F40", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": null, + "Yield": 73.2, + "Adj Yield": 73.2 + } + }, + { + "rank": 18, + "brand": "FS Seeds", + "product": "HS30F40", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": null, + "Yield": 73.0, + "Adj Yield": 73.0 + } + }, + { + "rank": 19, + "brand": "Asgrow", + "product": "AG24XF1", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": null, + "Yield": 72.4, + "Adj Yield": 72.4 + } + }, + { + "rank": 20, + "brand": "FS Seeds", + "product": "HS28F30", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": null, + "Yield": 72.0, + "Adj Yield": 72.0 + } + }, + { + "rank": 21, + "brand": "NK Brand", + "product": "NK30-A9E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": null, + "Yield": 71.2, + "Adj Yield": 71.2 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "G2574XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": null, + "Yield": 70.9, + "Adj Yield": 70.9 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": null, + "Yield": 70.8, + "Adj Yield": 70.8 + } + }, + { + "rank": 24, + "brand": "Asgrow", + "product": "AG30XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": null, + "Yield": 70.3, + "Adj Yield": 70.3 + } + }, + { + "rank": 25, + "brand": "Asgrow", + "product": "AG25XF5", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": null, + "Yield": 70.1, + "Adj Yield": 70.1 + } + }, + { + "rank": 26, + "brand": "Brevant Seeds", + "product": "B263EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": null, + "Yield": 69.1, + "Adj Yield": 69.1 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "G3144XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": null, + "Yield": 68.8, + "Adj Yield": 68.8 + } + }, + { + "rank": 28, + "brand": "Asgrow", + "product": "AG26XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": null, + "Yield": 68.1, + "Adj Yield": 68.1 + } + }, + { + "rank": 29, + "brand": "Brevant Seeds", + "product": "B252EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": null, + "Yield": 65.7, + "Adj Yield": 65.7 + } + }, + { + "rank": 30, + "brand": "NK Brand", + "product": "NK27-J5E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": null, + "Yield": 64.4, + "Adj Yield": 64.4 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/143898" + ], + "fetched_at": "2026-05-27T02:24:47.338887+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143898.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143898.md new file mode 100644 index 00000000..020fb49c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143898.md @@ -0,0 +1,60 @@ +# Soybean yield trial — Granville, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Putnam +- **City:** Granville +- **Year:** 2024 +- **Plot ID:** 143898 +- **Cooperator:** Ag View FS, Inc. +- **Plot average:** 73.43 BU/Ac +- **Planted:** 2024-05-18 +- **Harvested:** 2024-10-06 +- **Population:** 150,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/143898 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | NK Brand | NK29-Q3XF | XTENDFlex | - | 9.6 | - | 82.7 | 82.7 | +| 2 | FS Seeds | HS25E30 | Enlist E3 | - | 9.6 | - | 79.4 | 79.4 | +| 3 | NK Brand | NK30-U4XF | XTENDFlex | - | 9.6 | - | 78.7 | 78.7 | +| 4 | Asgrow | AG33XF3 | XTENDFlex | - | 9.7 | - | 78.4 | 78.4 | +| 5 | AgriGold | G3051E3 | Enlist E3 | - | 9.8 | - | 77.6 | 77.6 | +| 6 | FS Seeds | HS31E20 | Enlist E3 | - | 9.8 | - | 77.2 | 77.2 | +| 7 | Brevant Seeds | B294EE | Enlist E3 | - | 9.8 | - | 76.8 | 76.8 | +| 8 | Brevant Seeds | B324EE | Enlist E3 | - | 9.4 | - | 76.3 | 76.3 | +| 9 | Asgrow | AG27XF3 | XTENDFlex | - | 9.7 | - | 76.1 | 76.1 | +| 10 | NK Brand | NK27-W8XF | XTENDFlex | - | 9.7 | - | 75.5 | 75.5 | +| 11 | FS Seeds | HS29E40 | Enlist E3 | - | 9.8 | - | 75.3 | 75.3 | +| 12 | AgriGold | G2601E3 | Enlist E3 | - | 9.7 | - | 74.0 | 74.0 | +| 12 | AgriGold | G3279E3 | Enlist E3 | - | 9.7 | - | 74.0 | 74.0 | +| 14 | NK Brand | NK32-C5XF | XTENDFlex | - | 9.8 | - | 73.8 | 73.8 | +| 15 | FS Seeds | HS32F10 | XTENDFlex | - | 9.7 | - | 73.7 | 73.7 | +| 16 | NK Brand | NK26-M6E3 | Enlist E3 | - | 9.7 | - | 73.5 | 73.5 | +| 17 | FS Seeds | HS24F40 | XTENDFlex | - | 9.8 | - | 73.2 | 73.2 | +| 18 | FS Seeds | HS30F40 | XTENDFlex | - | 9.8 | - | 73.0 | 73.0 | +| 19 | Asgrow | AG24XF1 | XTENDFlex | - | 9.8 | - | 72.4 | 72.4 | +| 20 | FS Seeds | HS28F30 | XTENDFlex | - | 9.8 | - | 72.0 | 72.0 | +| 21 | NK Brand | NK30-A9E3 | Enlist E3 | - | 9.7 | - | 71.2 | 71.2 | +| 22 | AgriGold | G2574XF | XTENDFlex | - | 9.8 | - | 70.9 | 70.9 | +| 23 | AgriGold | G3404E3 | Enlist E3 | - | 9.7 | - | 70.8 | 70.8 | +| 24 | Asgrow | AG30XF4 | XTENDFlex | - | 9.8 | - | 70.3 | 70.3 | +| 25 | Asgrow | AG25XF5 | XTENDFlex | - | 9.8 | - | 70.1 | 70.1 | +| 26 | Brevant Seeds | B263EE | Enlist E3 | - | 9.8 | - | 69.1 | 69.1 | +| 27 | AgriGold | G3144XF | XTENDFlex | - | 9.7 | - | 68.8 | 68.8 | +| 28 | Asgrow | AG26XF4 | XTENDFlex | - | 9.6 | - | 68.1 | 68.1 | +| 29 | Brevant Seeds | B252EE | Enlist E3 | - | 9.6 | - | 65.7 | 65.7 | +| 30 | NK Brand | NK27-J5E3 | Enlist E3 | - | 9.7 | - | 64.4 | 64.4 | + +Top 5 by Yield: NK29-Q3XF (NK Brand) 82.7, HS25E30 (FS Seeds) 79.4, NK30-U4XF (NK Brand) 78.7, AG33XF3 (Asgrow) 78.4, G3051E3 (AgriGold) 77.6. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143899.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143899.json new file mode 100644 index 00000000..a7043235 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143899.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-143899", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Granville", + "county": "Putnam", + "year": 2024, + "plot_id": "143899", + "cooperator": "Ag View FS, Inc.", + "plot_average": 84.15, + "planted_date": "2024-05-18", + "harvested_date": "2024-10-06", + "population_seeds_per_acre": 150000, + "row_width": "15.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 93.4, + "Adj Yield": 93.4 + } + }, + { + "rank": 2, + "brand": "Brevant Seeds", + "product": "B324EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": null, + "Yield": 91.3, + "Adj Yield": 91.3 + } + }, + { + "rank": 3, + "brand": "NK Brand", + "product": "NK32-C5XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": null, + "Yield": 90.9, + "Adj Yield": 90.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": null, + "Yield": 88.2, + "Adj Yield": 88.2 + } + }, + { + "rank": 4, + "brand": "Brevant Seeds", + "product": "B252EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": null, + "Yield": 88.2, + "Adj Yield": 88.2 + } + }, + { + "rank": 6, + "brand": "FS Seeds", + "product": "HS24F40", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": null, + "Yield": 87.6, + "Adj Yield": 87.6 + } + }, + { + "rank": 7, + "brand": "Asgrow", + "product": "AG27XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": null, + "Yield": 87.3, + "Adj Yield": 87.3 + } + }, + { + "rank": 8, + "brand": "FS Seeds", + "product": "HS28F30", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": null, + "Yield": 86.7, + "Adj Yield": 86.7 + } + }, + { + "rank": 9, + "brand": "Asgrow", + "product": "AG24XF1", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": null, + "Yield": 85.8, + "Adj Yield": 85.8 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G2574XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": null, + "Yield": 85.2, + "Adj Yield": 85.2 + } + }, + { + "rank": 11, + "brand": "NK Brand", + "product": "NK26-M6E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 7.1, + "Test Wt.": null, + "Yield": 85.0, + "Adj Yield": 85.0 + } + }, + { + "rank": 12, + "brand": "NK Brand", + "product": "NK30-U4XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": null, + "Yield": 84.6, + "Adj Yield": 84.6 + } + }, + { + "rank": 13, + "brand": "Asgrow", + "product": "AG26XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": null, + "Yield": 84.4, + "Adj Yield": 84.4 + } + }, + { + "rank": 14, + "brand": "FS Seeds", + "product": "HS30F40", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": null, + "Yield": 84.2, + "Adj Yield": 84.2 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "G3144XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": null, + "Yield": 84.0, + "Adj Yield": 84.0 + } + }, + { + "rank": 16, + "brand": "FS Seeds", + "product": "HS29E40", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": null, + "Yield": 83.9, + "Adj Yield": 83.9 + } + }, + { + "rank": 17, + "brand": "Brevant Seeds", + "product": "B263EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": null, + "Yield": 83.8, + "Adj Yield": 83.8 + } + }, + { + "rank": 17, + "brand": "Asgrow", + "product": "AG33XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": null, + "Yield": 83.8, + "Adj Yield": 83.8 + } + }, + { + "rank": 19, + "brand": "NK Brand", + "product": "NK29-Q3XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": null, + "Yield": 83.7, + "Adj Yield": 83.7 + } + }, + { + "rank": 20, + "brand": "FS Seeds", + "product": "HS25E30", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 83.4, + "Adj Yield": 83.4 + } + }, + { + "rank": 21, + "brand": "Asgrow", + "product": "AG30XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": null, + "Yield": 82.4, + "Adj Yield": 82.4 + } + }, + { + "rank": 22, + "brand": "NK Brand", + "product": "NK30-A9E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": null, + "Yield": 82.0, + "Adj Yield": 82.0 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "G3279E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": null, + "Yield": 81.6, + "Adj Yield": 81.6 + } + }, + { + "rank": 24, + "brand": "Brevant Seeds", + "product": "B294EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": null, + "Yield": 81.5, + "Adj Yield": 81.5 + } + }, + { + "rank": 25, + "brand": "FS Seeds", + "product": "HS31E20", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": null, + "Yield": 81.3, + "Adj Yield": 81.3 + } + }, + { + "rank": 26, + "brand": "Asgrow", + "product": "AG25XF5", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 81.0, + "Adj Yield": 81.0 + } + }, + { + "rank": 27, + "brand": "NK Brand", + "product": "NK27-W8XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": null, + "Yield": 79.2, + "Adj Yield": 79.2 + } + }, + { + "rank": 28, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": null, + "Yield": 77.3, + "Adj Yield": 77.3 + } + }, + { + "rank": 29, + "brand": "NK Brand", + "product": "NK27-J5E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": null, + "Yield": 76.8, + "Adj Yield": 76.8 + } + }, + { + "rank": 30, + "brand": "FS Seeds", + "product": "HS32F10", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": null, + "Yield": 75.9, + "Adj Yield": 75.9 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/143899" + ], + "fetched_at": "2026-05-27T02:24:47.860652+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143899.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143899.md new file mode 100644 index 00000000..ca801bce --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143899.md @@ -0,0 +1,60 @@ +# Soybean yield trial — Granville, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Putnam +- **City:** Granville +- **Year:** 2024 +- **Plot ID:** 143899 +- **Cooperator:** Ag View FS, Inc. +- **Plot average:** 84.15 BU/Ac +- **Planted:** 2024-05-18 +- **Harvested:** 2024-10-06 +- **Population:** 150,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/143899 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | G3404E3 | Enlist E3 | - | 10.6 | - | 93.4 | 93.4 | +| 2 | Brevant Seeds | B324EE | Enlist E3 | - | 10.5 | - | 91.3 | 91.3 | +| 3 | NK Brand | NK32-C5XF | XTENDFlex | - | 10.4 | - | 90.9 | 90.9 | +| 4 | AgriGold | G2601E3 | Enlist E3 | - | 10.4 | - | 88.2 | 88.2 | +| 4 | Brevant Seeds | B252EE | Enlist E3 | - | 10.4 | - | 88.2 | 88.2 | +| 6 | FS Seeds | HS24F40 | XTENDFlex | - | 10.9 | - | 87.6 | 87.6 | +| 7 | Asgrow | AG27XF3 | XTENDFlex | - | 10.4 | - | 87.3 | 87.3 | +| 8 | FS Seeds | HS28F30 | XTENDFlex | - | 10.8 | - | 86.7 | 86.7 | +| 9 | Asgrow | AG24XF1 | XTENDFlex | - | 10.5 | - | 85.8 | 85.8 | +| 10 | AgriGold | G2574XF | XTENDFlex | - | 10.5 | - | 85.2 | 85.2 | +| 11 | NK Brand | NK26-M6E3 | Enlist E3 | - | 7.1 | - | 85.0 | 85.0 | +| 12 | NK Brand | NK30-U4XF | XTENDFlex | - | 10.4 | - | 84.6 | 84.6 | +| 13 | Asgrow | AG26XF4 | XTENDFlex | - | 10.5 | - | 84.4 | 84.4 | +| 14 | FS Seeds | HS30F40 | XTENDFlex | - | 10.7 | - | 84.2 | 84.2 | +| 15 | AgriGold | G3144XF | XTENDFlex | - | 10.4 | - | 84.0 | 84.0 | +| 16 | FS Seeds | HS29E40 | Enlist E3 | - | 10.7 | - | 83.9 | 83.9 | +| 17 | Brevant Seeds | B263EE | Enlist E3 | - | 10.5 | - | 83.8 | 83.8 | +| 17 | Asgrow | AG33XF3 | XTENDFlex | - | 11.3 | - | 83.8 | 83.8 | +| 19 | NK Brand | NK29-Q3XF | XTENDFlex | - | 10.4 | - | 83.7 | 83.7 | +| 20 | FS Seeds | HS25E30 | Enlist E3 | - | 10.6 | - | 83.4 | 83.4 | +| 21 | Asgrow | AG30XF4 | XTENDFlex | - | 10.4 | - | 82.4 | 82.4 | +| 22 | NK Brand | NK30-A9E3 | Enlist E3 | - | 10.4 | - | 82.0 | 82.0 | +| 23 | AgriGold | G3279E3 | Enlist E3 | - | 10.4 | - | 81.6 | 81.6 | +| 24 | Brevant Seeds | B294EE | Enlist E3 | - | 10.3 | - | 81.5 | 81.5 | +| 25 | FS Seeds | HS31E20 | Enlist E3 | - | 10.5 | - | 81.3 | 81.3 | +| 26 | Asgrow | AG25XF5 | XTENDFlex | - | 10.6 | - | 81.0 | 81.0 | +| 27 | NK Brand | NK27-W8XF | XTENDFlex | - | 11.0 | - | 79.2 | 79.2 | +| 28 | AgriGold | G3051E3 | Enlist E3 | - | 11.0 | - | 77.3 | 77.3 | +| 29 | NK Brand | NK27-J5E3 | Enlist E3 | - | 10.7 | - | 76.8 | 76.8 | +| 30 | FS Seeds | HS32F10 | XTENDFlex | - | 10.3 | - | 75.9 | 75.9 | + +Top 5 by Yield: G3404E3 (AgriGold) 93.4, B324EE (Brevant Seeds) 91.3, NK32-C5XF (NK Brand) 90.9, G2601E3 (AgriGold) 88.2, B252EE (Brevant Seeds) 88.2. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143900.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143900.json new file mode 100644 index 00000000..3365ccdb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143900.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-143900", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Ashton", + "county": "Lee", + "year": 2024, + "plot_id": "143900", + "cooperator": "Ag View FS, Inc.", + "plot_average": 73.39, + "planted_date": "2024-05-20", + "harvested_date": "2024-10-11", + "population_seeds_per_acre": 150000, + "row_width": "15.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "Brevant Seeds", + "product": "B324EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": null, + "Yield": 82.7, + "Adj Yield": 82.7 + } + }, + { + "rank": 2, + "brand": "NK Brand", + "product": "NK29-Q3XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": null, + "Yield": 82.6, + "Adj Yield": 82.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G2574XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": null, + "Yield": 82.1, + "Adj Yield": 82.1 + } + }, + { + "rank": 4, + "brand": "FS Seeds", + "product": "HS24F40", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": null, + "Yield": 82.0, + "Adj Yield": 82.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": null, + "Yield": 80.2, + "Adj Yield": 80.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3144XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": null, + "Yield": 78.7, + "Adj Yield": 78.7 + } + }, + { + "rank": 7, + "brand": "NK Brand", + "product": "NK26-M6E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": null, + "Yield": 78.2, + "Adj Yield": 78.2 + } + }, + { + "rank": 8, + "brand": "Brevant Seeds", + "product": "B263EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": null, + "Yield": 77.9, + "Adj Yield": 77.9 + } + }, + { + "rank": 9, + "brand": "Asgrow", + "product": "AG24XF1", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": null, + "Yield": 76.8, + "Adj Yield": 76.8 + } + }, + { + "rank": 10, + "brand": "Asgrow", + "product": "AG33XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": null, + "Yield": 76.4, + "Adj Yield": 76.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "G3279E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": null, + "Yield": 76.2, + "Adj Yield": 76.2 + } + }, + { + "rank": 12, + "brand": "Asgrow", + "product": "AG30XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": null, + "Yield": 75.6, + "Adj Yield": 75.6 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": null, + "Yield": 75.2, + "Adj Yield": 75.2 + } + }, + { + "rank": 13, + "brand": "Asgrow", + "product": "AG25XF5", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": null, + "Yield": 75.2, + "Adj Yield": 75.2 + } + }, + { + "rank": 15, + "brand": "Asgrow", + "product": "AG26XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": null, + "Yield": 74.7, + "Adj Yield": 74.7 + } + }, + { + "rank": 16, + "brand": "Brevant Seeds", + "product": "B294EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": null, + "Yield": 74.1, + "Adj Yield": 74.1 + } + }, + { + "rank": 17, + "brand": "Brevant Seeds", + "product": "B252EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": null, + "Yield": 73.1, + "Adj Yield": 73.1 + } + }, + { + "rank": 18, + "brand": "NK Brand", + "product": "NK27-W8XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": null, + "Yield": 71.0, + "Adj Yield": 71.0 + } + }, + { + "rank": 19, + "brand": "NK Brand", + "product": "NK27-J5E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": null, + "Yield": 70.7, + "Adj Yield": 70.7 + } + }, + { + "rank": 20, + "brand": "NK Brand", + "product": "NK30-A9E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": null, + "Yield": 70.4, + "Adj Yield": 70.4 + } + }, + { + "rank": 21, + "brand": "FS Seeds", + "product": "HS32F10", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": null, + "Yield": 69.6, + "Adj Yield": 69.6 + } + }, + { + "rank": 22, + "brand": "NK Brand", + "product": "NK32-C5XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": null, + "Yield": 68.8, + "Adj Yield": 68.8 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": null, + "Yield": 68.7, + "Adj Yield": 68.7 + } + }, + { + "rank": 24, + "brand": "NK Brand", + "product": "NK30-U4XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": null, + "Yield": 68.6, + "Adj Yield": 68.6 + } + }, + { + "rank": 24, + "brand": "Asgrow", + "product": "AG27XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": null, + "Yield": 68.6, + "Adj Yield": 68.6 + } + }, + { + "rank": 26, + "brand": "FS Seeds", + "product": "HS28F30", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": null, + "Yield": 67.3, + "Adj Yield": 67.3 + } + }, + { + "rank": 27, + "brand": "FS Seeds", + "product": "HS25E30", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": null, + "Yield": 66.4, + "Adj Yield": 66.4 + } + }, + { + "rank": 28, + "brand": "FS Seeds", + "product": "HS29E40", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": null, + "Yield": 64.5, + "Adj Yield": 64.5 + } + }, + { + "rank": 29, + "brand": "FS Seeds", + "product": "HS31E20", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": null, + "Yield": 64.4, + "Adj Yield": 64.4 + } + }, + { + "rank": 30, + "brand": "FS Seeds", + "product": "HS30F40", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": null, + "Yield": 60.9, + "Adj Yield": 60.9 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/143900" + ], + "fetched_at": "2026-05-27T02:24:48.321030+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143900.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143900.md new file mode 100644 index 00000000..42904618 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143900.md @@ -0,0 +1,60 @@ +# Soybean yield trial — Ashton, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Lee +- **City:** Ashton +- **Year:** 2024 +- **Plot ID:** 143900 +- **Cooperator:** Ag View FS, Inc. +- **Plot average:** 73.39 BU/Ac +- **Planted:** 2024-05-20 +- **Harvested:** 2024-10-11 +- **Population:** 150,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/143900 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | Brevant Seeds | B324EE | Enlist E3 | - | 12.4 | - | 82.7 | 82.7 | +| 2 | NK Brand | NK29-Q3XF | XTENDFlex | - | 12.6 | - | 82.6 | 82.6 | +| 3 | AgriGold | G2574XF | XTENDFlex | - | 12.4 | - | 82.1 | 82.1 | +| 4 | FS Seeds | HS24F40 | XTENDFlex | - | 12.6 | - | 82.0 | 82.0 | +| 5 | AgriGold | G3051E3 | Enlist E3 | - | 12.5 | - | 80.2 | 80.2 | +| 6 | AgriGold | G3144XF | XTENDFlex | - | 13.1 | - | 78.7 | 78.7 | +| 7 | NK Brand | NK26-M6E3 | Enlist E3 | - | 12.8 | - | 78.2 | 78.2 | +| 8 | Brevant Seeds | B263EE | Enlist E3 | - | 12.6 | - | 77.9 | 77.9 | +| 9 | Asgrow | AG24XF1 | XTENDFlex | - | 12.8 | - | 76.8 | 76.8 | +| 10 | Asgrow | AG33XF3 | XTENDFlex | - | 12.5 | - | 76.4 | 76.4 | +| 11 | AgriGold | G3279E3 | Enlist E3 | - | 12.4 | - | 76.2 | 76.2 | +| 12 | Asgrow | AG30XF4 | XTENDFlex | - | 12.6 | - | 75.6 | 75.6 | +| 13 | AgriGold | G2601E3 | Enlist E3 | - | 12.4 | - | 75.2 | 75.2 | +| 13 | Asgrow | AG25XF5 | XTENDFlex | - | 12.5 | - | 75.2 | 75.2 | +| 15 | Asgrow | AG26XF4 | XTENDFlex | - | 12.4 | - | 74.7 | 74.7 | +| 16 | Brevant Seeds | B294EE | Enlist E3 | - | 12.4 | - | 74.1 | 74.1 | +| 17 | Brevant Seeds | B252EE | Enlist E3 | - | 12.1 | - | 73.1 | 73.1 | +| 18 | NK Brand | NK27-W8XF | XTENDFlex | - | 12.4 | - | 71.0 | 71.0 | +| 19 | NK Brand | NK27-J5E3 | Enlist E3 | - | 12.9 | - | 70.7 | 70.7 | +| 20 | NK Brand | NK30-A9E3 | Enlist E3 | - | 12.8 | - | 70.4 | 70.4 | +| 21 | FS Seeds | HS32F10 | XTENDFlex | - | 12.7 | - | 69.6 | 69.6 | +| 22 | NK Brand | NK32-C5XF | XTENDFlex | - | 13.2 | - | 68.8 | 68.8 | +| 23 | AgriGold | G3404E3 | Enlist E3 | - | 12.8 | - | 68.7 | 68.7 | +| 24 | NK Brand | NK30-U4XF | XTENDFlex | - | 12.6 | - | 68.6 | 68.6 | +| 24 | Asgrow | AG27XF3 | XTENDFlex | - | 12.9 | - | 68.6 | 68.6 | +| 26 | FS Seeds | HS28F30 | XTENDFlex | - | 12.5 | - | 67.3 | 67.3 | +| 27 | FS Seeds | HS25E30 | Enlist E3 | - | 12.8 | - | 66.4 | 66.4 | +| 28 | FS Seeds | HS29E40 | Enlist E3 | - | 12.6 | - | 64.5 | 64.5 | +| 29 | FS Seeds | HS31E20 | Enlist E3 | - | 13.1 | - | 64.4 | 64.4 | +| 30 | FS Seeds | HS30F40 | XTENDFlex | - | 13.2 | - | 60.9 | 60.9 | + +Top 5 by Yield: B324EE (Brevant Seeds) 82.7, NK29-Q3XF (NK Brand) 82.6, G2574XF (AgriGold) 82.1, HS24F40 (FS Seeds) 82.0, G3051E3 (AgriGold) 80.2. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143967.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143967.json new file mode 100644 index 00000000..776d54d9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143967.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-143967", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IA", + "state_abbrev": "ia", + "city": "Dunkerton", + "county": "Black Hawk", + "year": 2024, + "plot_id": "143967", + "cooperator": "Tom Delagardelle", + "plot_average": 64.83, + "planted_date": "2024-05-16", + "harvested_date": "2024-10-02", + "population_seeds_per_acre": 135000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "G1601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.1, + "Test Wt.": 56.7, + "Yield": 73.1, + "Adj Yield": 73.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G1823E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.8, + "Test Wt.": 57.0, + "Yield": 62.4, + "Adj Yield": 62.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "19K08E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": 57.7, + "Yield": 73.3, + "Adj Yield": 73.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G2003E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": 56.6, + "Yield": 66.6, + "Adj Yield": 66.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "20K12E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.1, + "Test Wt.": 58.0, + "Yield": 69.6, + "Adj Yield": 69.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G2361E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": 56.9, + "Yield": 62.7, + "Adj Yield": 62.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "23K07E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": 58.1, + "Yield": 56.1, + "Adj Yield": 56.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G2549E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": 57.4, + "Yield": 56.6, + "Adj Yield": 56.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 55.6, + "Yield": 65.1, + "Adj Yield": 65.1 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 55.9, + "Yield": 62.8, + "Adj Yield": 62.8 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/143967" + ], + "fetched_at": "2026-05-27T02:24:48.817048+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143967.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143967.md new file mode 100644 index 00000000..39a671f2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143967.md @@ -0,0 +1,40 @@ +# Soybean yield trial — Dunkerton, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IA +- **County:** Black Hawk +- **City:** Dunkerton +- **Year:** 2024 +- **Plot ID:** 143967 +- **Cooperator:** Tom Delagardelle +- **Plot average:** 64.83 BU/Ac +- **Planted:** 2024-05-16 +- **Harvested:** 2024-10-02 +- **Population:** 135,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/143967 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | G1601E3 | Enlist E3 | - | 9.1 | 56.7 | 73.1 | 73.1 | +| 8 | AgriGold | G1823E3 | Enlist E3 | - | 8.8 | 57.0 | 62.4 | 62.4 | +| 1 | AgriGold | 19K08E3 | Enlist E3 | - | 9.2 | 57.7 | 73.3 | 73.3 | +| 4 | AgriGold | G2003E3 | Enlist E3 | - | 9.0 | 56.6 | 66.6 | 66.6 | +| 3 | AgriGold | 20K12E3 | Enlist E3 | - | 9.1 | 58.0 | 69.6 | 69.6 | +| 7 | AgriGold | G2361E3 | Enlist E3 | - | 9.0 | 56.9 | 62.7 | 62.7 | +| 10 | AgriGold | 23K07E3 | Enlist E3 | - | 9.4 | 58.1 | 56.1 | 56.1 | +| 9 | AgriGold | G2549E3 | Enlist E3 | - | 9.2 | 57.4 | 56.6 | 56.6 | +| 5 | AgriGold | G2601E3 | Enlist E3 | - | 12.1 | 55.6 | 65.1 | 65.1 | +| 6 | AgriGold | G2893E3 | Enlist E3 | - | 13.0 | 55.9 | 62.8 | 62.8 | + +Top 5 by Yield: 19K08E3 (AgriGold) 73.3, G1601E3 (AgriGold) 73.1, 20K12E3 (AgriGold) 69.6, G2003E3 (AgriGold) 66.6, G2601E3 (AgriGold) 65.1. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143974.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143974.json new file mode 100644 index 00000000..b1902ade --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143974.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-143974", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "KS", + "state_abbrev": "ks", + "city": "Centralia", + "county": "Nemaha", + "year": 2024, + "plot_id": "143974", + "cooperator": "Justin Stallbaumer", + "plot_average": 60.8, + "planted_date": "2024-05-23", + "harvested_date": "2024-10-01", + "population_seeds_per_acre": 149000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Clay Loam", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "G4204E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.7, + "Test Wt.": 58.1, + "Yield": 61.6, + "Adj Yield": 61.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G4204E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.7, + "Test Wt.": 58.1, + "Yield": 61.6, + "Adj Yield": 61.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G4459E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.5, + "Test Wt.": 57.1, + "Yield": 57.7, + "Adj Yield": 57.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G4051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.4, + "Test Wt.": 57.6, + "Yield": 56.4, + "Adj Yield": 56.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.2, + "Test Wt.": 57.8, + "Yield": 63.6, + "Adj Yield": 63.6 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P38A28E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.3, + "Test Wt.": 57.2, + "Yield": 61.8, + "Adj Yield": 61.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.5, + "Test Wt.": 56.9, + "Yield": 63.7, + "Adj Yield": 63.7 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G4204E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.3, + "Test Wt.": 57.0, + "Yield": 55.0, + "Adj Yield": 55.0 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/143974" + ], + "fetched_at": "2026-05-27T02:24:49.337281+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-143974.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143974.md new file mode 100644 index 00000000..ee49fe9e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-143974.md @@ -0,0 +1,41 @@ +# Soybean yield trial — Centralia, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** KS +- **County:** Nemaha +- **City:** Centralia +- **Year:** 2024 +- **Plot ID:** 143974 +- **Cooperator:** Justin Stallbaumer +- **Plot average:** 60.8 BU/Ac +- **Planted:** 2024-05-23 +- **Harvested:** 2024-10-01 +- **Population:** 149,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Clay Loam +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/143974 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | G4204E3 | Enlist E3 | - | 8.7 | 58.1 | 61.6 | 61.6 | +| 4 | AgriGold | G4204E3 | Enlist E3 | - | 8.7 | 58.1 | 61.6 | 61.6 | +| 5 | AgriGold | G4459E3 | Enlist E3 | - | 8.5 | 57.1 | 57.7 | 57.7 | +| 6 | AgriGold | G4051E3 | Enlist E3 | - | 8.4 | 57.6 | 56.4 | 56.4 | +| 2 | AgriGold | G3854E3 | Enlist E3 | - | 8.2 | 57.8 | 63.6 | 63.6 | +| 3 | Pioneer | P38A28E | Enlist E3 | - | 8.3 | 57.2 | 61.8 | 61.8 | +| 1 | AgriGold | G3577E3 | Enlist E3 | - | 8.5 | 56.9 | 63.7 | 63.7 | +| - | AgriGold | G4204E3 | Enlist E3 | - | 8.3 | 57.0 | 55.0 | 55.0 | + +Top 5 by Yield: G3577E3 (AgriGold) 63.7, G3854E3 (AgriGold) 63.6, P38A28E (Pioneer) 61.8, G4204E3 (AgriGold) 61.6, G4204E3 (AgriGold) 61.6. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144190.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144190.json new file mode 100644 index 00000000..3214ad4b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144190.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-144190", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "TN", + "state_abbrev": "tn", + "city": "Tatumville", + "county": "Dyer", + "year": 2024, + "plot_id": "144190", + "cooperator": "Malcolm Burchfiel", + "plot_average": 90.44, + "planted_date": "2024-04-04", + "harvested_date": "2024-09-23", + "population_seeds_per_acre": 120000, + "row_width": "7.5\"", + "num_rows": 57, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "AgriGold", + "product": "G5110XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 54.4, + "Yield": 88.4, + "Adj Yield": 88.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G5110XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 57.8, + "Yield": 89.2, + "Adj Yield": 89.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G5110XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 56.4, + "Yield": 92.0, + "Adj Yield": 92.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G5110XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 56.9, + "Yield": 88.6, + "Adj Yield": 88.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G5110XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 55.4, + "Yield": 91.1, + "Adj Yield": 91.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G5110XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 55.0, + "Yield": 91.0, + "Adj Yield": 91.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G5110XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 54.8, + "Yield": 93.6, + "Adj Yield": 93.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G5110XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 52.8, + "Yield": 89.6, + "Adj Yield": 89.6 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/144190" + ], + "fetched_at": "2026-05-27T02:24:49.841350+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144190.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144190.md new file mode 100644 index 00000000..35606d08 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144190.md @@ -0,0 +1,37 @@ +# Soybean yield trial — Tatumville, TN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** TN +- **County:** Dyer +- **City:** Tatumville +- **Year:** 2024 +- **Plot ID:** 144190 +- **Cooperator:** Malcolm Burchfiel +- **Plot average:** 90.44 BU/Ac +- **Planted:** 2024-04-04 +- **Harvested:** 2024-09-23 +- **Population:** 120,000 seeds/acre +- **Row width:** 7.5" +- **# Rows:** 57 +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/144190 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | AgriGold | G5110XF | XTENDFlex | - | 13.0 | 54.4 | 88.4 | 88.4 | +| 6 | AgriGold | G5110XF | XTENDFlex | - | 12.8 | 57.8 | 89.2 | 89.2 | +| 2 | AgriGold | G5110XF | XTENDFlex | - | 12.8 | 56.4 | 92.0 | 92.0 | +| 7 | AgriGold | G5110XF | XTENDFlex | - | 12.9 | 56.9 | 88.6 | 88.6 | +| 3 | AgriGold | G5110XF | XTENDFlex | - | 12.6 | 55.4 | 91.1 | 91.1 | +| 4 | AgriGold | G5110XF | XTENDFlex | - | 12.6 | 55.0 | 91.0 | 91.0 | +| 1 | AgriGold | G5110XF | XTENDFlex | - | 13.0 | 54.8 | 93.6 | 93.6 | +| 5 | AgriGold | G5110XF | XTENDFlex | - | 12.8 | 52.8 | 89.6 | 89.6 | + +Top 5 by Yield: G5110XF (AgriGold) 93.6, G5110XF (AgriGold) 92.0, G5110XF (AgriGold) 91.1, G5110XF (AgriGold) 91.0, G5110XF (AgriGold) 89.6. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144191.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144191.json new file mode 100644 index 00000000..c2f354d9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144191.json @@ -0,0 +1,127 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-144191", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Venedy", + "county": "Washington", + "year": 2024, + "plot_id": "144191", + "cooperator": "Eric Brammeier", + "plot_average": 65.53, + "planted_date": "2024-04-23", + "harvested_date": "2024-09-22", + "population_seeds_per_acre": 135000, + "row_width": "15.0\"", + "num_rows": 56, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 53.8, + "Yield": 77.2, + "Adj Yield": 77.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 54.8, + "Yield": 72.7, + "Adj Yield": 72.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 56.6, + "Yield": 55.8, + "Adj Yield": 55.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 56.8, + "Yield": 73.7, + "Adj Yield": 73.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G4094XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 57.3, + "Yield": 65.1, + "Adj Yield": 65.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 56.8, + "Yield": 61.3, + "Adj Yield": 61.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": 55.8, + "Yield": 52.9, + "Adj Yield": 52.9 + } + } + ], + "n_results": 7, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/144191" + ], + "fetched_at": "2026-05-27T02:24:50.312899+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144191.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144191.md new file mode 100644 index 00000000..58b0f870 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144191.md @@ -0,0 +1,37 @@ +# Soybean yield trial — Venedy, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Washington +- **City:** Venedy +- **Year:** 2024 +- **Plot ID:** 144191 +- **Cooperator:** Eric Brammeier +- **Plot average:** 65.53 BU/Ac +- **Planted:** 2024-04-23 +- **Harvested:** 2024-09-22 +- **Population:** 135,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 56 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/144191 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | G3051E3 | Enlist E3 | - | 11.1 | 53.8 | 77.2 | 77.2 | +| 3 | AgriGold | G3577E3 | Enlist E3 | - | 11.0 | 54.8 | 72.7 | 72.7 | +| 6 | AgriGold | G3854E3 | Enlist E3 | - | 10.9 | 56.6 | 55.8 | 55.8 | +| 2 | AgriGold | G4051E3 | Enlist E3 | - | 10.9 | 56.8 | 73.7 | 73.7 | +| 4 | AgriGold | G4094XF | XTENDFlex | - | 11.2 | 57.3 | 65.1 | 65.1 | +| 5 | AgriGold | G4184XF | XTENDFlex | - | 11.0 | 56.8 | 61.3 | 61.3 | +| 7 | AgriGold | G4430XF | XTENDFlex | - | 11.5 | 55.8 | 52.9 | 52.9 | + +Top 5 by Yield: G3051E3 (AgriGold) 77.2, G4051E3 (AgriGold) 73.7, G3577E3 (AgriGold) 72.7, G4094XF (AgriGold) 65.1, G4184XF (AgriGold) 61.3. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144196.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144196.json new file mode 100644 index 00000000..40d409ae --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144196.json @@ -0,0 +1,114 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-144196", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "PA", + "state_abbrev": "pa", + "city": "Cochranville", + "county": "Chester", + "year": 2024, + "plot_id": "144196", + "cooperator": "Cochranville Ag Services, LLC", + "plot_average": 106.32, + "planted_date": "2024-04-25", + "harvested_date": "2024-09-20", + "population_seeds_per_acre": 140000, + "row_width": "15.0\"", + "num_rows": 11, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 4, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": null, + "Yield": 105.2, + "Adj Yield": 105.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": null, + "Yield": 101.9, + "Adj Yield": 101.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G3279E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 18.6, + "Test Wt.": null, + "Yield": 111.1, + "Adj Yield": 111.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 20.3, + "Test Wt.": null, + "Yield": 103.7, + "Adj Yield": 103.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 27.4, + "Test Wt.": null, + "Yield": 109.9, + "Adj Yield": 109.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 26.7, + "Test Wt.": null, + "Yield": 106.1, + "Adj Yield": 106.1 + } + } + ], + "n_results": 6, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/144196" + ], + "fetched_at": "2026-05-27T02:24:50.842861+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144196.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144196.md new file mode 100644 index 00000000..529d2e34 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144196.md @@ -0,0 +1,36 @@ +# Soybean yield trial — Cochranville, PA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** PA +- **County:** Chester +- **City:** Cochranville +- **Year:** 2024 +- **Plot ID:** 144196 +- **Cooperator:** Cochranville Ag Services, LLC +- **Plot average:** 106.32 BU/Ac +- **Planted:** 2024-04-25 +- **Harvested:** 2024-09-20 +- **Population:** 140,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 11 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/144196 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 4 | AgriGold | G2893E3 | Enlist E3 | - | 13.9 | - | 105.2 | 105.2 | +| 6 | AgriGold | G3051E3 | Enlist E3 | - | 12.9 | - | 101.9 | 101.9 | +| 1 | AgriGold | G3279E3 | Enlist E3 | - | 18.6 | - | 111.1 | 111.1 | +| 5 | AgriGold | G3404E3 | Enlist E3 | - | 20.3 | - | 103.7 | 103.7 | +| 2 | AgriGold | G3577E3 | Enlist E3 | - | 27.4 | - | 109.9 | 109.9 | +| 3 | AgriGold | G3854E3 | Enlist E3 | - | 26.7 | - | 106.1 | 106.1 | + +Top 5 by Yield: G3279E3 (AgriGold) 111.1, G3577E3 (AgriGold) 109.9, G3854E3 (AgriGold) 106.1, G2893E3 (AgriGold) 105.2, G3404E3 (AgriGold) 103.7. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144261.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144261.json new file mode 100644 index 00000000..a6873d69 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144261.json @@ -0,0 +1,75 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-144261", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IA", + "state_abbrev": "ia", + "city": "Luxemburg", + "county": "Delaware", + "year": 2024, + "plot_id": "144261", + "cooperator": "Ungs Shopping Center", + "plot_average": 67.83, + "planted_date": "2024-04-18", + "harvested_date": "2024-09-27", + "population_seeds_per_acre": 130000, + "row_width": "30.0\"", + "num_rows": 10, + "soil_type": "Clay Loam", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "G2003E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": 55.9, + "Yield": 69.9, + "Adj Yield": 69.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G2003E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 57.3, + "Yield": 65.8, + "Adj Yield": 65.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G2003E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": 56.6, + "Yield": 67.8, + "Adj Yield": 67.8 + } + } + ], + "n_results": 3, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/144261" + ], + "fetched_at": "2026-05-27T02:24:51.336421+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144261.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144261.md new file mode 100644 index 00000000..07d70d9c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144261.md @@ -0,0 +1,33 @@ +# Soybean yield trial — Luxemburg, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IA +- **County:** Delaware +- **City:** Luxemburg +- **Year:** 2024 +- **Plot ID:** 144261 +- **Cooperator:** Ungs Shopping Center +- **Plot average:** 67.83 BU/Ac +- **Planted:** 2024-04-18 +- **Harvested:** 2024-09-27 +- **Population:** 130,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 10 +- **Soil type:** Clay Loam +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/144261 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | G2003E3 | Enlist E3 | - | 10.1 | 55.9 | 69.9 | 69.9 | +| 3 | AgriGold | G2003E3 | Enlist E3 | - | 10.6 | 57.3 | 65.8 | 65.8 | +| 2 | AgriGold | G2003E3 | Enlist E3 | - | 10.0 | 56.6 | 67.8 | 67.8 | + +Top 5 by Yield: G2003E3 (AgriGold) 69.9, G2003E3 (AgriGold) 67.8, G2003E3 (AgriGold) 65.8. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144295.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144295.json new file mode 100644 index 00000000..8f0ba265 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144295.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-144295", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "MO", + "state_abbrev": "mo", + "city": "Cedar Hill", + "county": "Jefferson", + "year": 2024, + "plot_id": "144295", + "cooperator": "Jeff Bonacker", + "plot_average": 73.26, + "planted_date": "2024-05-01", + "harvested_date": "2024-10-04", + "population_seeds_per_acre": 150000, + "row_width": "15.0\"", + "num_rows": 23, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "AgriGold", + "product": "G3451E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 14.7, + "Test Wt.": 57.0, + "Yield": 70.9, + "Adj Yield": 70.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G3957E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 58.1, + "Yield": 73.4, + "Adj Yield": 73.4 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G4151E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 57.4, + "Yield": 66.1, + "Adj Yield": 66.1 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G4393E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 57.8, + "Yield": 73.0, + "Adj Yield": 73.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 57.7, + "Yield": 74.4, + "Adj Yield": 74.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 56.9, + "Yield": 78.9, + "Adj Yield": 78.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 57.5, + "Yield": 79.6, + "Adj Yield": 79.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G4204E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 59.1, + "Yield": 80.4, + "Adj Yield": 80.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G4459E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 59.2, + "Yield": 72.1, + "Adj Yield": 72.1 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G4655E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 58.2, + "Yield": 63.8, + "Adj Yield": 63.8 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/144295" + ], + "fetched_at": "2026-05-27T02:24:51.819432+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144295.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144295.md new file mode 100644 index 00000000..af33a438 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144295.md @@ -0,0 +1,40 @@ +# Soybean yield trial — Cedar Hill, MO, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** MO +- **County:** Jefferson +- **City:** Cedar Hill +- **Year:** 2024 +- **Plot ID:** 144295 +- **Cooperator:** Jeff Bonacker +- **Plot average:** 73.26 BU/Ac +- **Planted:** 2024-05-01 +- **Harvested:** 2024-10-04 +- **Population:** 150,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 23 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/144295 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | AgriGold | G3451E3 | Enlist E3 | - | 14.7 | 57.0 | 70.9 | 70.9 | +| 5 | AgriGold | G3957E3 | Enlist E3 | - | 14.2 | 58.1 | 73.4 | 73.4 | +| 9 | AgriGold | G4151E3 | Enlist E3 | - | 13.9 | 57.4 | 66.1 | 66.1 | +| 6 | AgriGold | G4393E3 | Enlist E3 | - | 13.7 | 57.8 | 73.0 | 73.0 | +| 4 | AgriGold | G3404E3 | Enlist E3 | - | 13.8 | 57.7 | 74.4 | 74.4 | +| 3 | AgriGold | G3577E3 | Enlist E3 | - | 13.6 | 56.9 | 78.9 | 78.9 | +| 2 | AgriGold | G4051E3 | Enlist E3 | - | 13.4 | 57.5 | 79.6 | 79.6 | +| 1 | AgriGold | G4204E3 | Enlist E3 | - | 13.0 | 59.1 | 80.4 | 80.4 | +| 7 | AgriGold | G4459E3 | Enlist E3 | - | 13.4 | 59.2 | 72.1 | 72.1 | +| 10 | AgriGold | G4655E3 | Enlist E3 | - | 13.9 | 58.2 | 63.8 | 63.8 | + +Top 5 by Yield: G4204E3 (AgriGold) 80.4, G4051E3 (AgriGold) 79.6, G3577E3 (AgriGold) 78.9, G3404E3 (AgriGold) 74.4, G3957E3 (AgriGold) 73.4. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144302.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144302.json new file mode 100644 index 00000000..663b042c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144302.json @@ -0,0 +1,114 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-144302", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IA", + "state_abbrev": "ia", + "city": "Davenport", + "county": "Scott", + "year": 2024, + "plot_id": "144302", + "cooperator": "Zach Bangert", + "plot_average": 92.43, + "planted_date": "2024-05-06", + "harvested_date": "2024-10-04", + "population_seeds_per_acre": 140000, + "row_width": "15.0\"", + "num_rows": 21, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 3, + "brand": "AgriGold", + "product": "G2450XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": 60.1, + "Yield": 89.8, + "Adj Yield": 89.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G2450XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": 59.6, + "Yield": 89.8, + "Adj Yield": 89.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G2450XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": 56.6, + "Yield": 100.6, + "Adj Yield": 100.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G2450XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": 56.2, + "Yield": 99.3, + "Adj Yield": 99.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G2622XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": 60.1, + "Yield": 88.1, + "Adj Yield": 88.1 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G2622XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": 59.6, + "Yield": 87.0, + "Adj Yield": 87.0 + } + } + ], + "n_results": 6, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/144302" + ], + "fetched_at": "2026-05-27T02:24:52.318190+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144302.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144302.md new file mode 100644 index 00000000..60232c35 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144302.md @@ -0,0 +1,35 @@ +# Soybean yield trial — Davenport, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IA +- **County:** Scott +- **City:** Davenport +- **Year:** 2024 +- **Plot ID:** 144302 +- **Cooperator:** Zach Bangert +- **Plot average:** 92.43 BU/Ac +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-04 +- **Population:** 140,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 21 +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/144302 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | AgriGold | G2450XF | XTENDFlex | - | 10.0 | 60.1 | 89.8 | 89.8 | +| 3 | AgriGold | G2450XF | XTENDFlex | - | 10.0 | 59.6 | 89.8 | 89.8 | +| 1 | AgriGold | G2450XF | XTENDFlex | - | 9.8 | 56.6 | 100.6 | 100.6 | +| 2 | AgriGold | G2450XF | XTENDFlex | - | 10.2 | 56.2 | 99.3 | 99.3 | +| 5 | AgriGold | G2622XF | XTENDFlex | - | 9.0 | 60.1 | 88.1 | 88.1 | +| 6 | AgriGold | G2622XF | XTENDFlex | - | 9.2 | 59.6 | 87.0 | 87.0 | + +Top 5 by Yield: G2450XF (AgriGold) 100.6, G2450XF (AgriGold) 99.3, G2450XF (AgriGold) 89.8, G2450XF (AgriGold) 89.8, G2622XF (AgriGold) 88.1. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144363.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144363.json new file mode 100644 index 00000000..a6bff8fb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144363.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-144363", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IN", + "state_abbrev": "in", + "city": "Cartland", + "county": "Jackson", + "year": 2024, + "plot_id": "144363", + "cooperator": "George and Grover Mellencamp", + "plot_average": 87.74, + "planted_date": "2024-05-24", + "harvested_date": "2024-10-10", + "population_seeds_per_acre": 140000, + "row_width": "15.0\"", + "num_rows": 16, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Brevant Seeds", + "product": "B394EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": 57.7, + "Yield": 86.6, + "Adj Yield": 86.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 57.0, + "Yield": 90.3, + "Adj Yield": 90.01 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": 57.0, + "Yield": 86.7, + "Adj Yield": 86.51 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3279E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": 58.2, + "Yield": 90.3, + "Adj Yield": 90.09 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P32Z91E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": 58.4, + "Yield": 90.9, + "Adj Yield": 90.77 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": 57.6, + "Yield": 88.0, + "Adj Yield": 87.84 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.1, + "Test Wt.": 57.2, + "Yield": 87.2, + "Adj Yield": 87.16 + } + }, + { + "rank": 15, + "brand": "Pioneer", + "product": "P35Z76E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": 57.3, + "Yield": 80.1, + "Adj Yield": 80.05 + } + }, + { + "rank": 14, + "brand": "Dyna Gro", + "product": "S35ES82", + "traits": "Enlist/STS", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": 59.3, + "Yield": 83.7, + "Adj Yield": 83.74 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P37A18E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.9, + "Test Wt.": 59.0, + "Yield": 87.1, + "Adj Yield": 87.16 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P37Z06E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": 58.1, + "Yield": 89.0, + "Adj Yield": 89.09 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": 58.5, + "Yield": 87.8, + "Adj Yield": 87.88 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P38Z63", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": 57.9, + "Yield": 91.3, + "Adj Yield": 91.48 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "G4051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": 58.2, + "Yield": 86.0, + "Adj Yield": 86.19 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P40Z57E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": 58.8, + "Yield": 91.8, + "Adj Yield": 92.05 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P43Z44SE", + "traits": "Enlist/STS", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": 58.9, + "Yield": 85.9, + "Adj Yield": 86.11 + } + }, + { + "rank": null, + "brand": "Brevant Seeds", + "product": "B394EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": 58.5, + "Yield": 86.1, + "Adj Yield": 86.1 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/144363" + ], + "fetched_at": "2026-05-27T02:24:52.870692+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144363.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144363.md new file mode 100644 index 00000000..3a7b4491 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144363.md @@ -0,0 +1,46 @@ +# Soybean yield trial — Cartland, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IN +- **County:** Jackson +- **City:** Cartland +- **Year:** 2024 +- **Plot ID:** 144363 +- **Cooperator:** George and Grover Mellencamp +- **Plot average:** 87.74 BU/Ac +- **Planted:** 2024-05-24 +- **Harvested:** 2024-10-10 +- **Population:** 140,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 16 +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/144363 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Brevant Seeds | B394EE | Enlist E3 | - | 10.5 | 57.7 | 86.6 | 86.6 | +| 5 | AgriGold | G2893E3 | Enlist E3 | - | 10.6 | 57.0 | 90.3 | 90.01 | +| 11 | AgriGold | G3051E3 | Enlist E3 | - | 10.4 | 57.0 | 86.7 | 86.51 | +| 4 | AgriGold | G3279E3 | Enlist E3 | - | 10.0 | 58.2 | 90.3 | 90.09 | +| 3 | Pioneer | P32Z91E | Enlist E3 | - | 10.1 | 58.4 | 90.9 | 90.77 | +| 8 | AgriGold | G3404E3 | Enlist E3 | - | 9.3 | 57.6 | 88.0 | 87.84 | +| 9 | AgriGold | G3577E3 | Enlist E3 | - | 9.1 | 57.2 | 87.2 | 87.16 | +| 15 | Pioneer | P35Z76E | Enlist E3 | - | 10.3 | 57.3 | 80.1 | 80.05 | +| 14 | Dyna Gro | S35ES82 | Enlist/STS | - | 10.4 | 59.3 | 83.7 | 83.74 | +| 9 | Pioneer | P37A18E | Enlist E3 | - | 8.9 | 59.0 | 87.1 | 87.16 | +| 6 | Pioneer | P37Z06E | Enlist E3 | - | 9.9 | 58.1 | 89.0 | 89.09 | +| 7 | AgriGold | G3854E3 | Enlist E3 | - | 10.1 | 58.5 | 87.8 | 87.88 | +| 2 | Pioneer | P38Z63 | Enlist E3 | - | 10.0 | 57.9 | 91.3 | 91.48 | +| 12 | AgriGold | G4051E3 | Enlist E3 | - | 9.9 | 58.2 | 86.0 | 86.19 | +| 1 | Pioneer | P40Z57E | Enlist E3 | - | 9.5 | 58.8 | 91.8 | 92.05 | +| 13 | Pioneer | P43Z44SE | Enlist/STS | - | 9.6 | 58.9 | 85.9 | 86.11 | +| - | Brevant Seeds | B394EE | Enlist E3 | - | 9.7 | 58.5 | 86.1 | 86.1 | + +Top 5 by Yield: P40Z57E (Pioneer) 91.8, P38Z63 (Pioneer) 91.3, P32Z91E (Pioneer) 90.9, G2893E3 (AgriGold) 90.3, G3279E3 (AgriGold) 90.3. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144366.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144366.json new file mode 100644 index 00000000..318aaa8d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144366.json @@ -0,0 +1,88 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-144366", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IA", + "state_abbrev": "ia", + "city": "Holy Cross", + "county": "Dubuque", + "year": 2024, + "plot_id": "144366", + "cooperator": "Ungs Shopping Center", + "plot_average": 69.23, + "planted_date": "2024-05-15", + "harvested_date": "2024-10-05", + "population_seeds_per_acre": 130000, + "row_width": "30.0\"", + "num_rows": 10, + "soil_type": "Clay Loam", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "G2361E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": 57.1, + "Yield": 70.7, + "Adj Yield": 70.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G2003E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": 56.8, + "Yield": 68.4, + "Adj Yield": 68.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G2361E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": null, + "Yield": 71.1, + "Adj Yield": 71.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G2361E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": null, + "Yield": 66.7, + "Adj Yield": 66.7 + } + } + ], + "n_results": 4, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/144366" + ], + "fetched_at": "2026-05-27T02:24:53.327854+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144366.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144366.md new file mode 100644 index 00000000..d0dad40b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144366.md @@ -0,0 +1,34 @@ +# Soybean yield trial — Holy Cross, IA, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IA +- **County:** Dubuque +- **City:** Holy Cross +- **Year:** 2024 +- **Plot ID:** 144366 +- **Cooperator:** Ungs Shopping Center +- **Plot average:** 69.23 BU/Ac +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-05 +- **Population:** 130,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 10 +- **Soil type:** Clay Loam +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/144366 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | G2361E3 | Enlist E3 | - | 10.4 | 57.1 | 70.7 | 70.7 | +| 3 | AgriGold | G2003E3 | Enlist E3 | - | 9.6 | 56.8 | 68.4 | 68.4 | +| 1 | AgriGold | G2361E3 | Enlist E3 | - | 9.8 | - | 71.1 | 71.1 | +| 4 | AgriGold | G2361E3 | Enlist E3 | - | 9.9 | - | 66.7 | 66.7 | + +Top 5 by Yield: G2361E3 (AgriGold) 71.1, G2361E3 (AgriGold) 70.7, G2003E3 (AgriGold) 68.4, G2361E3 (AgriGold) 66.7. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144373.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144373.json new file mode 100644 index 00000000..9f52df31 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144373.json @@ -0,0 +1,114 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-144373", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "OH", + "state_abbrev": "oh", + "city": "Bloomingburg", + "county": "Fayette", + "year": 2024, + "plot_id": "144373", + "cooperator": "Evan Schaefer", + "plot_average": 53.2, + "planted_date": "2024-05-21", + "harvested_date": "2024-10-11", + "population_seeds_per_acre": 130000, + "row_width": "15.0\"", + "num_rows": 16, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": null, + "Yield": 55.7, + "Adj Yield": 55.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": null, + "Yield": 50.7, + "Adj Yield": 50.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": null, + "Yield": 49.4, + "Adj Yield": 49.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": null, + "Yield": 54.5, + "Adj Yield": 54.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": null, + "Yield": 55.7, + "Adj Yield": 55.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 53.2, + "Adj Yield": 53.2 + } + } + ], + "n_results": 6, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/144373" + ], + "fetched_at": "2026-05-27T02:24:53.817017+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144373.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144373.md new file mode 100644 index 00000000..a9b69627 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144373.md @@ -0,0 +1,35 @@ +# Soybean yield trial — Bloomingburg, OH, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** OH +- **County:** Fayette +- **City:** Bloomingburg +- **Year:** 2024 +- **Plot ID:** 144373 +- **Cooperator:** Evan Schaefer +- **Plot average:** 53.2 BU/Ac +- **Planted:** 2024-05-21 +- **Harvested:** 2024-10-11 +- **Population:** 130,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 16 +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/144373 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | G3404E3 | Enlist E3 | - | 11.2 | - | 55.7 | 55.7 | +| 5 | AgriGold | G2893E3 | Enlist E3 | - | 10.4 | - | 50.7 | 50.7 | +| 6 | AgriGold | G3404E3 | Enlist E3 | - | 10.8 | - | 49.4 | 49.4 | +| 3 | AgriGold | G3051E3 | Enlist E3 | - | 10.7 | - | 54.5 | 54.5 | +| 1 | AgriGold | G3577E3 | Enlist E3 | - | 11.0 | - | 55.7 | 55.7 | +| 4 | AgriGold | G3854E3 | Enlist E3 | - | 10.6 | - | 53.2 | 53.2 | + +Top 5 by Yield: G3404E3 (AgriGold) 55.7, G3577E3 (AgriGold) 55.7, G3051E3 (AgriGold) 54.5, G3854E3 (AgriGold) 53.2, G2893E3 (AgriGold) 50.7. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144454.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144454.json new file mode 100644 index 00000000..77c23985 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144454.json @@ -0,0 +1,283 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-144454", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Dwight", + "county": "Livingston", + "year": 2024, + "plot_id": "144454", + "cooperator": "Quinn Trewartha", + "plot_average": 70.19, + "planted_date": "2024-05-23", + "harvested_date": "2024-10-03", + "population_seeds_per_acre": 140000, + "row_width": "15.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "Dyna Gro", + "product": "S25EN74", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": null, + "Yield": 85.4, + "Adj Yield": 85.4 + } + }, + { + "rank": 5, + "brand": "Brevant Seeds", + "product": "B263EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": null, + "Yield": 72.1, + "Adj Yield": 72.1 + } + }, + { + "rank": 12, + "brand": "Xitavo", + "product": "XO2832E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": null, + "Yield": 67.9, + "Adj Yield": 67.9 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": null, + "Yield": 68.5, + "Adj Yield": 68.5 + } + }, + { + "rank": 11, + "brand": "Xitavo", + "product": "XO2865E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": null, + "Yield": 68.0, + "Adj Yield": 68.0 + } + }, + { + "rank": 4, + "brand": "Dyna Gro", + "product": "S29EN62", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": null, + "Yield": 72.3, + "Adj Yield": 72.3 + } + }, + { + "rank": 9, + "brand": "Brevant Seeds", + "product": "B294EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": null, + "Yield": 68.8, + "Adj Yield": 68.8 + } + }, + { + "rank": 14, + "brand": "Dyna Gro", + "product": "S29ES45", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": null, + "Yield": 67.6, + "Adj Yield": 67.6 + } + }, + { + "rank": 3, + "brand": "Xitavo", + "product": "XO3014E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": null, + "Yield": 75.6, + "Adj Yield": 75.6 + } + }, + { + "rank": 8, + "brand": "Dyna Gro", + "product": "S31EN91", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": null, + "Yield": 69.0, + "Adj Yield": 69.0 + } + }, + { + "rank": 16, + "brand": "Xitavo", + "product": "XO3105E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": null, + "Yield": 66.1, + "Adj Yield": 66.1 + } + }, + { + "rank": 6, + "brand": "Dyna Gro", + "product": "S31EN14", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": null, + "Yield": 71.0, + "Adj Yield": 71.0 + } + }, + { + "rank": 19, + "brand": "Brevant Seeds", + "product": "B324EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": null, + "Yield": 63.8, + "Adj Yield": 63.8 + } + }, + { + "rank": 12, + "brand": "Xitavo", + "product": "XO3224E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": null, + "Yield": 67.9, + "Adj Yield": 67.9 + } + }, + { + "rank": 7, + "brand": "Dyna Gro", + "product": "S33EN42", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": null, + "Yield": 69.4, + "Adj Yield": 69.4 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": null, + "Yield": 65.7, + "Adj Yield": 65.7 + } + }, + { + "rank": 15, + "brand": "Brevant Seeds", + "product": "B344EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": null, + "Yield": 67.5, + "Adj Yield": 67.5 + } + }, + { + "rank": 18, + "brand": "Dyna Gro", + "product": "S35ES82", + "traits": "Enlist/STS", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": null, + "Yield": 64.7, + "Adj Yield": 64.7 + } + }, + { + "rank": 2, + "brand": "Dyna Gro", + "product": "S38EN75", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": null, + "Yield": 82.4, + "Adj Yield": 82.4 + } + } + ], + "n_results": 19, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/144454" + ], + "fetched_at": "2026-05-27T02:24:54.340997+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144454.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144454.md new file mode 100644 index 00000000..7b05feeb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144454.md @@ -0,0 +1,49 @@ +# Soybean yield trial — Dwight, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Livingston +- **City:** Dwight +- **Year:** 2024 +- **Plot ID:** 144454 +- **Cooperator:** Quinn Trewartha +- **Plot average:** 70.19 BU/Ac +- **Planted:** 2024-05-23 +- **Harvested:** 2024-10-03 +- **Population:** 140,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/144454 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | Dyna Gro | S25EN74 | Enlist E3 | - | 12.8 | - | 85.4 | 85.4 | +| 5 | Brevant Seeds | B263EE | Enlist E3 | - | 12.4 | - | 72.1 | 72.1 | +| 12 | Xitavo | XO2832E | Enlist E3 | - | 12.3 | - | 67.9 | 67.9 | +| 10 | AgriGold | G2893E3 | Enlist E3 | - | 12.0 | - | 68.5 | 68.5 | +| 11 | Xitavo | XO2865E | Enlist E3 | - | 11.5 | - | 68.0 | 68.0 | +| 4 | Dyna Gro | S29EN62 | Enlist E3 | - | 11.5 | - | 72.3 | 72.3 | +| 9 | Brevant Seeds | B294EE | Enlist E3 | - | 11.1 | - | 68.8 | 68.8 | +| 14 | Dyna Gro | S29ES45 | Enlist E3 | - | 11.1 | - | 67.6 | 67.6 | +| 3 | Xitavo | XO3014E | Enlist E3 | - | 11.0 | - | 75.6 | 75.6 | +| 8 | Dyna Gro | S31EN91 | Enlist E3 | - | 11.0 | - | 69.0 | 69.0 | +| 16 | Xitavo | XO3105E | Enlist E3 | - | 10.7 | - | 66.1 | 66.1 | +| 6 | Dyna Gro | S31EN14 | Enlist E3 | - | 10.8 | - | 71.0 | 71.0 | +| 19 | Brevant Seeds | B324EE | Enlist E3 | - | 10.8 | - | 63.8 | 63.8 | +| 12 | Xitavo | XO3224E | Enlist E3 | - | 10.9 | - | 67.9 | 67.9 | +| 7 | Dyna Gro | S33EN42 | Enlist E3 | - | 10.9 | - | 69.4 | 69.4 | +| 17 | AgriGold | G3404E3 | Enlist E3 | - | 10.9 | - | 65.7 | 65.7 | +| 15 | Brevant Seeds | B344EE | Enlist E3 | - | 11.6 | - | 67.5 | 67.5 | +| 18 | Dyna Gro | S35ES82 | Enlist/STS | - | 11.9 | - | 64.7 | 64.7 | +| 2 | Dyna Gro | S38EN75 | Enlist E3 | - | 11.9 | - | 82.4 | 82.4 | + +Top 5 by Yield: S25EN74 (Dyna Gro) 85.4, S38EN75 (Dyna Gro) 82.4, XO3014E (Xitavo) 75.6, S29EN62 (Dyna Gro) 72.3, B263EE (Brevant Seeds) 72.1. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144471.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144471.json new file mode 100644 index 00000000..f6bfab01 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144471.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-144471", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IN", + "state_abbrev": "in", + "city": "Dale", + "county": "Spencer", + "year": 2024, + "plot_id": "144471", + "cooperator": "Thomas Lubbehusen", + "plot_average": 71.55, + "planted_date": "2024-06-17", + "harvested_date": "2024-10-21", + "population_seeds_per_acre": 160000, + "row_width": "15.0\"", + "num_rows": 11, + "soil_type": "Clay", + "tillage": "No Till", + "previous_crop": "Wheat", + "irrigation": "None", + "fungicide": "None", + "herbicide": "Zidua", + "insecticide": "Unknown", + "results": [ + { + "rank": 13, + "brand": "Dyna Gro", + "product": "S37XF15", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 56.0, + "Yield": 67.7, + "Adj Yield": 67.7 + } + }, + { + "rank": 16, + "brand": "Dyna Gro", + "product": "S38XF22S", + "traits": "XTENDFlex/STS", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": 56.0, + "Yield": 63.7, + "Adj Yield": 63.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G3804XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": 55.0, + "Yield": 71.0, + "Adj Yield": 71.0 + } + }, + { + "rank": 1, + "brand": "Brevant Seeds", + "product": "B394EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": 56.0, + "Yield": 79.6, + "Adj Yield": 79.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": 57.0, + "Yield": 77.6, + "Adj Yield": 77.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4094XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 56.0, + "Yield": 77.9, + "Adj Yield": 77.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G4051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 57.0, + "Yield": 75.6, + "Adj Yield": 75.6 + } + }, + { + "rank": 9, + "brand": "Dyna Gro", + "product": "S41XF65", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": 57.0, + "Yield": 71.3, + "Adj Yield": 71.3 + } + }, + { + "rank": 7, + "brand": "Dyna Gro", + "product": "S41EN72", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 56.0, + "Yield": 73.2, + "Adj Yield": 73.2 + } + }, + { + "rank": 14, + "brand": "Channel", + "product": "4223RXF/SR", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": 56.0, + "Yield": 67.2, + "Adj Yield": 67.2 + } + }, + { + "rank": 6, + "brand": "Brevant Seeds", + "product": "B423EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 56.0, + "Yield": 73.5, + "Adj Yield": 73.5 + } + }, + { + "rank": 11, + "brand": "Brevant Seeds", + "product": "B434BE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": 56.0, + "Yield": 70.5, + "Adj Yield": 70.5 + } + }, + { + "rank": 8, + "brand": "Dyna Gro", + "product": "S45EN25", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 57.0, + "Yield": 72.9, + "Adj Yield": 72.9 + } + }, + { + "rank": 15, + "brand": "Connect", + "product": "CT4525E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": 56.0, + "Yield": 64.8, + "Adj Yield": 64.8 + } + }, + { + "rank": 12, + "brand": "Brevant Seeds", + "product": "B444EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": 57.0, + "Yield": 69.4, + "Adj Yield": 69.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": 56.0, + "Yield": 77.0, + "Adj Yield": 77.0 + } + }, + { + "rank": 17, + "brand": "Connect", + "product": "CT4725E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": 56.0, + "Yield": 63.5, + "Adj Yield": 63.5 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/144471" + ], + "fetched_at": "2026-05-27T02:24:54.897828+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144471.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144471.md new file mode 100644 index 00000000..10bdb1d8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144471.md @@ -0,0 +1,50 @@ +# Soybean yield trial — Dale, IN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IN +- **County:** Spencer +- **City:** Dale +- **Year:** 2024 +- **Plot ID:** 144471 +- **Cooperator:** Thomas Lubbehusen +- **Plot average:** 71.55 BU/Ac +- **Planted:** 2024-06-17 +- **Harvested:** 2024-10-21 +- **Population:** 160,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 11 +- **Soil type:** Clay +- **Tillage:** No Till +- **Previous crop:** Wheat +- **Irrigation:** None +- **Fungicide:** None +- **Herbicide:** Zidua +- **Insecticide:** Unknown +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/144471 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 13 | Dyna Gro | S37XF15 | XTENDFlex | - | 10.6 | 56.0 | 67.7 | 67.7 | +| 16 | Dyna Gro | S38XF22S | XTENDFlex/STS | - | 10.0 | 56.0 | 63.7 | 63.7 | +| 10 | AgriGold | G3804XF | XTENDFlex | - | 10.0 | 55.0 | 71.0 | 71.0 | +| 1 | Brevant Seeds | B394EE | Enlist E3 | - | 9.9 | 56.0 | 79.6 | 79.6 | +| 3 | AgriGold | G3854E3 | Enlist E3 | - | 9.5 | 57.0 | 77.6 | 77.6 | +| 2 | AgriGold | G4094XF | XTENDFlex | - | 10.7 | 56.0 | 77.9 | 77.9 | +| 5 | AgriGold | G4051E3 | Enlist E3 | - | 10.8 | 57.0 | 75.6 | 75.6 | +| 9 | Dyna Gro | S41XF65 | XTENDFlex | - | 9.9 | 57.0 | 71.3 | 71.3 | +| 7 | Dyna Gro | S41EN72 | Enlist E3 | - | 10.9 | 56.0 | 73.2 | 73.2 | +| 14 | Channel | 4223RXF/SR | XTENDFlex | - | 10.0 | 56.0 | 67.2 | 67.2 | +| 6 | Brevant Seeds | B423EE | Enlist E3 | - | 10.9 | 56.0 | 73.5 | 73.5 | +| 11 | Brevant Seeds | B434BE | Enlist E3 | - | 10.2 | 56.0 | 70.5 | 70.5 | +| 8 | Dyna Gro | S45EN25 | Enlist E3 | - | 10.7 | 57.0 | 72.9 | 72.9 | +| 15 | Connect | CT4525E | Enlist E3 | - | 10.5 | 56.0 | 64.8 | 64.8 | +| 12 | Brevant Seeds | B444EE | Enlist E3 | - | 10.1 | 57.0 | 69.4 | 69.4 | +| 4 | AgriGold | G4430XF | XTENDFlex | - | 9.8 | 56.0 | 77.0 | 77.0 | +| 17 | Connect | CT4725E | Enlist E3 | - | 10.3 | 56.0 | 63.5 | 63.5 | + +Top 5 by Yield: B394EE (Brevant Seeds) 79.6, G4094XF (AgriGold) 77.9, G3854E3 (AgriGold) 77.6, G4430XF (AgriGold) 77.0, G4051E3 (AgriGold) 75.6. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144536.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144536.json new file mode 100644 index 00000000..570f0e9e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144536.json @@ -0,0 +1,335 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-144536", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "KS", + "state_abbrev": "ks", + "city": "Whitewater", + "county": "Butler", + "year": 2024, + "plot_id": "144536", + "cooperator": "The Feedstore", + "plot_average": 52.22, + "planted_date": "2024-06-14", + "harvested_date": "2024-10-23", + "population_seeds_per_acre": 120000, + "row_width": "30.0\"", + "num_rows": 5, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 13, + "brand": "NC+", + "product": "F4151", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.1, + "Test Wt.": 59.2, + "Yield": 50.9, + "Adj Yield": 50.9 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G4615XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.3, + "Test Wt.": 57.7, + "Yield": 49.2, + "Adj Yield": 49.2 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "G4094XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.0, + "Test Wt.": 59.2, + "Yield": 47.5, + "Adj Yield": 47.5 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.2, + "Test Wt.": 58.5, + "Yield": 49.8, + "Adj Yield": 49.8 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "G4204E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 6.8, + "Test Wt.": 59.8, + "Yield": 49.6, + "Adj Yield": 49.6 + } + }, + { + "rank": 17, + "brand": "NC+", + "product": "E4131S", + "traits": "Enlist/STS", + "metrics": { + "Ck": null, + "H20": 7.1, + "Test Wt.": 59.0, + "Yield": 48.4, + "Adj Yield": 48.4 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G4615XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.1, + "Test Wt.": 59.8, + "Yield": 52.9, + "Adj Yield": 52.9 + } + }, + { + "rank": 11, + "brand": "Hoegemeyer", + "product": "4234E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 7.4, + "Test Wt.": 58.2, + "Yield": 51.6, + "Adj Yield": 51.6 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.1, + "Test Wt.": 59.4, + "Yield": 51.1, + "Adj Yield": 51.1 + } + }, + { + "rank": 2, + "brand": "NC+", + "product": "NC44F52S", + "traits": "XTENDFlex/STS", + "metrics": { + "Ck": null, + "H20": 7.4, + "Test Wt.": 59.5, + "Yield": 55.1, + "Adj Yield": 55.1 + } + }, + { + "rank": 14, + "brand": "NC+", + "product": "E4531S", + "traits": "Enlist/STS", + "metrics": { + "Ck": null, + "H20": 7.4, + "Test Wt.": 58.9, + "Yield": 50.1, + "Adj Yield": 50.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G4615XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.6, + "Test Wt.": 58.5, + "Yield": 52.3, + "Adj Yield": 52.3 + } + }, + { + "rank": 8, + "brand": "Hoegemeyer", + "product": "4355BE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 7.5, + "Test Wt.": 59.0, + "Yield": 53.2, + "Adj Yield": 53.2 + } + }, + { + "rank": 10, + "brand": "Ohlde Seed", + "product": "O2146E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 7.7, + "Test Wt.": 58.0, + "Yield": 51.7, + "Adj Yield": 51.7 + } + }, + { + "rank": 1, + "brand": "Hoegemeyer", + "product": "4385E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 7.2, + "Test Wt.": 56.8, + "Yield": 55.5, + "Adj Yield": 55.5 + } + }, + { + "rank": 5, + "brand": "Hoegemeyer", + "product": "4525E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 7.5, + "Test Wt.": 57.1, + "Yield": 54.9, + "Adj Yield": 54.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4615XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.4, + "Test Wt.": 59.6, + "Yield": 55.1, + "Adj Yield": 55.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G4615XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.4, + "Test Wt.": 59.6, + "Yield": 55.1, + "Adj Yield": 55.1 + } + }, + { + "rank": 4, + "brand": "Hoegemeyer", + "product": "4743E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 7.7, + "Test Wt.": 58.9, + "Yield": 54.9, + "Adj Yield": 54.9 + } + }, + { + "rank": 9, + "brand": "Hoegemeyer", + "product": "4785E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 7.5, + "Test Wt.": 59.4, + "Yield": 52.8, + "Adj Yield": 52.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G4884E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 7.5, + "Test Wt.": 58.9, + "Yield": 54.2, + "Adj Yield": 54.2 + } + }, + { + "rank": 7, + "brand": "NC+", + "product": "NC48F54S", + "traits": "XTENDFlex/STS", + "metrics": { + "Ck": null, + "H20": 8.6, + "Test Wt.": 57.6, + "Yield": 53.6, + "Adj Yield": 53.6 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G4615XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.4, + "Test Wt.": 58.7, + "Yield": 47.0, + "Adj Yield": 47.0 + } + } + ], + "n_results": 23, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/144536" + ], + "fetched_at": "2026-05-27T02:24:55.318626+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144536.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144536.md new file mode 100644 index 00000000..d6f25532 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144536.md @@ -0,0 +1,52 @@ +# Soybean yield trial — Whitewater, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** KS +- **County:** Butler +- **City:** Whitewater +- **Year:** 2024 +- **Plot ID:** 144536 +- **Cooperator:** The Feedstore +- **Plot average:** 52.22 BU/Ac +- **Planted:** 2024-06-14 +- **Harvested:** 2024-10-23 +- **Population:** 120,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 5 +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/144536 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 13 | NC+ | F4151 | XTENDFlex | - | 7.1 | 59.2 | 50.9 | 50.9 | +| - | AgriGold | G4615XF | XTENDFlex | - | 7.3 | 57.7 | 49.2 | 49.2 | +| 18 | AgriGold | G4094XF | XTENDFlex | - | 7.0 | 59.2 | 47.5 | 47.5 | +| 15 | AgriGold | G4184XF | XTENDFlex | - | 7.2 | 58.5 | 49.8 | 49.8 | +| 16 | AgriGold | G4204E3 | Enlist E3 | - | 6.8 | 59.8 | 49.6 | 49.6 | +| 17 | NC+ | E4131S | Enlist/STS | - | 7.1 | 59.0 | 48.4 | 48.4 | +| - | AgriGold | G4615XF | XTENDFlex | - | 7.1 | 59.8 | 52.9 | 52.9 | +| 11 | Hoegemeyer | 4234E | Enlist E3 | - | 7.4 | 58.2 | 51.6 | 51.6 | +| 12 | AgriGold | G4430XF | XTENDFlex | - | 7.1 | 59.4 | 51.1 | 51.1 | +| 2 | NC+ | NC44F52S | XTENDFlex/STS | - | 7.4 | 59.5 | 55.1 | 55.1 | +| 14 | NC+ | E4531S | Enlist/STS | - | 7.4 | 58.9 | 50.1 | 50.1 | +| - | AgriGold | G4615XF | XTENDFlex | - | 7.6 | 58.5 | 52.3 | 52.3 | +| 8 | Hoegemeyer | 4355BE | Enlist E3 | - | 7.5 | 59.0 | 53.2 | 53.2 | +| 10 | Ohlde Seed | O2146E | Enlist E3 | - | 7.7 | 58.0 | 51.7 | 51.7 | +| 1 | Hoegemeyer | 4385E | Enlist E3 | - | 7.2 | 56.8 | 55.5 | 55.5 | +| 5 | Hoegemeyer | 4525E | Enlist E3 | - | 7.5 | 57.1 | 54.9 | 54.9 | +| 2 | AgriGold | G4615XF | XTENDFlex | - | 7.4 | 59.6 | 55.1 | 55.1 | +| - | AgriGold | G4615XF | XTENDFlex | - | 7.4 | 59.6 | 55.1 | 55.1 | +| 4 | Hoegemeyer | 4743E | Enlist E3 | - | 7.7 | 58.9 | 54.9 | 54.9 | +| 9 | Hoegemeyer | 4785E | Enlist E3 | - | 7.5 | 59.4 | 52.8 | 52.8 | +| 6 | AgriGold | G4884E3 | Enlist E3 | - | 7.5 | 58.9 | 54.2 | 54.2 | +| 7 | NC+ | NC48F54S | XTENDFlex/STS | - | 8.6 | 57.6 | 53.6 | 53.6 | +| - | AgriGold | G4615XF | XTENDFlex | - | 7.4 | 58.7 | 47.0 | 47.0 | + +Top 5 by Yield: 4385E (Hoegemeyer) 55.5, NC44F52S (NC+) 55.1, G4615XF (AgriGold) 55.1, G4615XF (AgriGold) 55.1, 4525E (Hoegemeyer) 54.9. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144558.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144558.json new file mode 100644 index 00000000..668f1757 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144558.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-144558", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "TN", + "state_abbrev": "tn", + "city": "Martin", + "county": "Weakley", + "year": 2024, + "plot_id": "144558", + "cooperator": "University of Tennessee at Martin", + "plot_average": 59.63, + "planted_date": "2024-06-21", + "harvested_date": "2024-10-25", + "population_seeds_per_acre": 140000, + "row_width": "15.0\"", + "num_rows": 11, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": 56.3, + "Yield": 65.1, + "Adj Yield": 65.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G4459E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 54.9, + "Yield": 55.6, + "Adj Yield": 55.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G4655E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 56.1, + "Yield": 55.9, + "Adj Yield": 55.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G4650XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": 58.7, + "Yield": 55.8, + "Adj Yield": 55.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G4850XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": 59.0, + "Yield": 64.1, + "Adj Yield": 64.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G4884E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": 58.4, + "Yield": 62.5, + "Adj Yield": 62.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4910XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": 59.2, + "Yield": 64.9, + "Adj Yield": 64.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G5009E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": 60.3, + "Yield": 57.2, + "Adj Yield": 57.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G5104XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": 56.3, + "Yield": 55.6, + "Adj Yield": 55.6 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/144558" + ], + "fetched_at": "2026-05-27T02:24:55.844073+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144558.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144558.md new file mode 100644 index 00000000..0340d32d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144558.md @@ -0,0 +1,38 @@ +# Soybean yield trial — Martin, TN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** TN +- **County:** Weakley +- **City:** Martin +- **Year:** 2024 +- **Plot ID:** 144558 +- **Cooperator:** University of Tennessee at Martin +- **Plot average:** 59.63 BU/Ac +- **Planted:** 2024-06-21 +- **Harvested:** 2024-10-25 +- **Population:** 140,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 11 +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/144558 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | G4430XF | XTENDFlex | - | 9.8 | 56.3 | 65.1 | 65.1 | +| 9 | AgriGold | G4459E3 | Enlist E3 | - | 10.9 | 54.9 | 55.6 | 55.6 | +| 6 | AgriGold | G4655E3 | Enlist E3 | - | 10.7 | 56.1 | 55.9 | 55.9 | +| 7 | AgriGold | G4650XF | XTENDFlex | - | 10.1 | 58.7 | 55.8 | 55.8 | +| 3 | AgriGold | G4850XF | XTENDFlex | - | 10.1 | 59.0 | 64.1 | 64.1 | +| 4 | AgriGold | G4884E3 | Enlist E3 | - | 9.8 | 58.4 | 62.5 | 62.5 | +| 2 | AgriGold | G4910XF | XTENDFlex | - | 10.0 | 59.2 | 64.9 | 64.9 | +| 5 | AgriGold | G5009E3 | Enlist E3 | - | 9.8 | 60.3 | 57.2 | 57.2 | +| 8 | AgriGold | G5104XF | XTENDFlex | - | 10.2 | 56.3 | 55.6 | 55.6 | + +Top 5 by Yield: G4430XF (AgriGold) 65.1, G4910XF (AgriGold) 64.9, G4850XF (AgriGold) 64.1, G4884E3 (AgriGold) 62.5, G5009E3 (AgriGold) 57.2. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144566.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144566.json new file mode 100644 index 00000000..353b72de --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144566.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-144566", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Princeton", + "county": "Bureau", + "year": 2024, + "plot_id": "144566", + "cooperator": "Ag View FS, Inc.", + "plot_average": 79.95, + "planted_date": "2024-05-01", + "harvested_date": "2024-10-01", + "population_seeds_per_acre": 140000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "Brevant Seeds", + "product": "B324EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 84.2, + "Adj Yield": 84.2 + } + }, + { + "rank": 2, + "brand": "NK Brand", + "product": "NK29-Q3XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 83.8, + "Adj Yield": 83.8 + } + }, + { + "rank": 3, + "brand": "Asgrow", + "product": "AG33XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": null, + "Yield": 83.1, + "Adj Yield": 83.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": null, + "Yield": 82.6, + "Adj Yield": 82.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G2574XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 82.3, + "Adj Yield": 82.3 + } + }, + { + "rank": 6, + "brand": "FS Seeds", + "product": "HS24F40", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": null, + "Yield": 82.1, + "Adj Yield": 82.1 + } + }, + { + "rank": 7, + "brand": "Brevant Seeds", + "product": "B294EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": null, + "Yield": 81.6, + "Adj Yield": 81.6 + } + }, + { + "rank": 8, + "brand": "Brevant Seeds", + "product": "B263EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": null, + "Yield": 81.2, + "Adj Yield": 81.2 + } + }, + { + "rank": 8, + "brand": "FS Seeds", + "product": "HS25E30", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": null, + "Yield": 81.2, + "Adj Yield": 81.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 81.0, + "Adj Yield": 81.0 + } + }, + { + "rank": 11, + "brand": "Brevant Seeds", + "product": "B252EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 80.9, + "Adj Yield": 80.9 + } + }, + { + "rank": 12, + "brand": "NK Brand", + "product": "NK26-M6E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": null, + "Yield": 80.7, + "Adj Yield": 80.7 + } + }, + { + "rank": 12, + "brand": "Asgrow", + "product": "AG27XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 80.7, + "Adj Yield": 80.7 + } + }, + { + "rank": 14, + "brand": "Asgrow", + "product": "AG24XF1", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": null, + "Yield": 80.6, + "Adj Yield": 80.6 + } + }, + { + "rank": 14, + "brand": "NK Brand", + "product": "NK30-U4XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": null, + "Yield": 80.6, + "Adj Yield": 80.6 + } + }, + { + "rank": 16, + "brand": "FS Seeds", + "product": "HS31E20", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": null, + "Yield": 80.3, + "Adj Yield": 80.3 + } + }, + { + "rank": 17, + "brand": "FS Seeds", + "product": "HS28F30", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": null, + "Yield": 79.9, + "Adj Yield": 79.9 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "G3279E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": null, + "Yield": 79.7, + "Adj Yield": 79.7 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 79.1, + "Adj Yield": 79.1 + } + }, + { + "rank": 20, + "brand": "NK Brand", + "product": "NK32-C5XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 79.0, + "Adj Yield": 79.0 + } + }, + { + "rank": 21, + "brand": "Asgrow", + "product": "AG26XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": null, + "Yield": 78.9, + "Adj Yield": 78.9 + } + }, + { + "rank": 22, + "brand": "NK Brand", + "product": "NK27-W8XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 78.5, + "Adj Yield": 78.5 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "G3144XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 78.2, + "Adj Yield": 78.2 + } + }, + { + "rank": 24, + "brand": "Asgrow", + "product": "AG30XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": null, + "Yield": 78.0, + "Adj Yield": 78.0 + } + }, + { + "rank": 25, + "brand": "Asgrow", + "product": "AG25XF5", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": null, + "Yield": 77.8, + "Adj Yield": 77.8 + } + }, + { + "rank": 26, + "brand": "NK Brand", + "product": "NK30-A9E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 77.7, + "Adj Yield": 77.7 + } + }, + { + "rank": 27, + "brand": "FS Seeds", + "product": "HS32F10", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 77.6, + "Adj Yield": 77.6 + } + }, + { + "rank": 28, + "brand": "FS Seeds", + "product": "HS29E40", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": null, + "Yield": 76.8, + "Adj Yield": 76.8 + } + }, + { + "rank": 29, + "brand": "FS Seeds", + "product": "HS30F40", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": null, + "Yield": 76.2, + "Adj Yield": 76.2 + } + }, + { + "rank": 30, + "brand": "NK Brand", + "product": "NK27-J5E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": null, + "Yield": 74.1, + "Adj Yield": 74.1 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/144566" + ], + "fetched_at": "2026-05-27T02:24:56.354423+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144566.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144566.md new file mode 100644 index 00000000..cb07837a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144566.md @@ -0,0 +1,60 @@ +# Soybean yield trial — Princeton, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Bureau +- **City:** Princeton +- **Year:** 2024 +- **Plot ID:** 144566 +- **Cooperator:** Ag View FS, Inc. +- **Plot average:** 79.95 BU/Ac +- **Planted:** 2024-05-01 +- **Harvested:** 2024-10-01 +- **Population:** 140,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/144566 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | Brevant Seeds | B324EE | Enlist E3 | - | 10.6 | - | 84.2 | 84.2 | +| 2 | NK Brand | NK29-Q3XF | XTENDFlex | - | 10.6 | - | 83.8 | 83.8 | +| 3 | Asgrow | AG33XF3 | XTENDFlex | - | 10.7 | - | 83.1 | 83.1 | +| 4 | AgriGold | G3051E3 | Enlist E3 | - | 10.9 | - | 82.6 | 82.6 | +| 5 | AgriGold | G2574XF | XTENDFlex | - | 10.6 | - | 82.3 | 82.3 | +| 6 | FS Seeds | HS24F40 | XTENDFlex | - | 11.0 | - | 82.1 | 82.1 | +| 7 | Brevant Seeds | B294EE | Enlist E3 | - | 10.5 | - | 81.6 | 81.6 | +| 8 | Brevant Seeds | B263EE | Enlist E3 | - | 10.9 | - | 81.2 | 81.2 | +| 8 | FS Seeds | HS25E30 | Enlist E3 | - | 10.8 | - | 81.2 | 81.2 | +| 10 | AgriGold | G2601E3 | Enlist E3 | - | 10.6 | - | 81.0 | 81.0 | +| 11 | Brevant Seeds | B252EE | Enlist E3 | - | 10.6 | - | 80.9 | 80.9 | +| 12 | NK Brand | NK26-M6E3 | Enlist E3 | - | 10.3 | - | 80.7 | 80.7 | +| 12 | Asgrow | AG27XF3 | XTENDFlex | - | 10.6 | - | 80.7 | 80.7 | +| 14 | Asgrow | AG24XF1 | XTENDFlex | - | 11.0 | - | 80.6 | 80.6 | +| 14 | NK Brand | NK30-U4XF | XTENDFlex | - | 10.5 | - | 80.6 | 80.6 | +| 16 | FS Seeds | HS31E20 | Enlist E3 | - | 10.8 | - | 80.3 | 80.3 | +| 17 | FS Seeds | HS28F30 | XTENDFlex | - | 10.8 | - | 79.9 | 79.9 | +| 18 | AgriGold | G3279E3 | Enlist E3 | - | 10.5 | - | 79.7 | 79.7 | +| 19 | AgriGold | G3404E3 | Enlist E3 | - | 10.6 | - | 79.1 | 79.1 | +| 20 | NK Brand | NK32-C5XF | XTENDFlex | - | 10.6 | - | 79.0 | 79.0 | +| 21 | Asgrow | AG26XF4 | XTENDFlex | - | 10.7 | - | 78.9 | 78.9 | +| 22 | NK Brand | NK27-W8XF | XTENDFlex | - | 10.6 | - | 78.5 | 78.5 | +| 23 | AgriGold | G3144XF | XTENDFlex | - | 10.6 | - | 78.2 | 78.2 | +| 24 | Asgrow | AG30XF4 | XTENDFlex | - | 10.7 | - | 78.0 | 78.0 | +| 25 | Asgrow | AG25XF5 | XTENDFlex | - | 10.8 | - | 77.8 | 77.8 | +| 26 | NK Brand | NK30-A9E3 | Enlist E3 | - | 10.6 | - | 77.7 | 77.7 | +| 27 | FS Seeds | HS32F10 | XTENDFlex | - | 10.6 | - | 77.6 | 77.6 | +| 28 | FS Seeds | HS29E40 | Enlist E3 | - | 10.7 | - | 76.8 | 76.8 | +| 29 | FS Seeds | HS30F40 | XTENDFlex | - | 10.7 | - | 76.2 | 76.2 | +| 30 | NK Brand | NK27-J5E3 | Enlist E3 | - | 10.9 | - | 74.1 | 74.1 | + +Top 5 by Yield: B324EE (Brevant Seeds) 84.2, NK29-Q3XF (NK Brand) 83.8, AG33XF3 (Asgrow) 83.1, G3051E3 (AgriGold) 82.6, G2574XF (AgriGold) 82.3. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144577.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144577.json new file mode 100644 index 00000000..b0be39ee --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144577.json @@ -0,0 +1,491 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-144577", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "KY", + "state_abbrev": "ky", + "city": "Henderson", + "county": "Henderson", + "year": 2024, + "plot_id": "144577", + "cooperator": "PARRISH SHOP & SALES LLC", + "plot_average": 89.08, + "planted_date": "2024-06-07", + "harvested_date": "2024-10-18", + "population_seeds_per_acre": 130000, + "row_width": "15.0\"", + "num_rows": null, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "Lucento", + "herbicide": "Anthem", + "insecticide": "Hero", + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P47Z15BE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": 55.5, + "Yield": 101.9, + "Adj Yield": 101.9 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P48A14E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": 56.1, + "Yield": 97.7, + "Adj Yield": 97.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 54.8, + "Yield": 94.9, + "Adj Yield": 94.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 54.8, + "Yield": 94.8, + "Adj Yield": 94.8 + } + }, + { + "rank": 5, + "brand": "Catalyst", + "product": "CT4413E3S", + "traits": "Enlist/STS", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 55.0, + "Yield": 94.0, + "Adj Yield": 94.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G4051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 54.4, + "Yield": 93.7, + "Adj Yield": 93.7 + } + }, + { + "rank": 7, + "brand": "Xitavo", + "product": "XO4405E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 56.0, + "Yield": 93.0, + "Adj Yield": 93.0 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P45A81E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 55.8, + "Yield": 92.8, + "Adj Yield": 92.8 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P49Z02E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 55.1, + "Yield": 92.6, + "Adj Yield": 92.6 + } + }, + { + "rank": 10, + "brand": "Revere", + "product": "X39-E71", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 55.3, + "Yield": 92.4, + "Adj Yield": 92.4 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P45Z75E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 55.0, + "Yield": 92.1, + "Adj Yield": 92.1 + } + }, + { + "rank": 12, + "brand": "Pioneer", + "product": "P42A84E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 55.7, + "Yield": 91.8, + "Adj Yield": 91.8 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "G4204E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 54.1, + "Yield": 91.6, + "Adj Yield": 91.6 + } + }, + { + "rank": 14, + "brand": "Xitavo", + "product": "XO4255E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": 54.3, + "Yield": 91.4, + "Adj Yield": 91.4 + } + }, + { + "rank": 15, + "brand": "Pioneer", + "product": "P37A18E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 54.0, + "Yield": 91.2, + "Adj Yield": 91.2 + } + }, + { + "rank": 16, + "brand": "Pioneer", + "product": "P38A28E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": 54.4, + "Yield": 91.0, + "Adj Yield": 91.0 + } + }, + { + "rank": 17, + "brand": "Pioneer", + "product": "P40Z57E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 53.0, + "Yield": 90.1, + "Adj Yield": 90.1 + } + }, + { + "rank": 18, + "brand": "Revere", + "product": "44-F44", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": 54.7, + "Yield": 89.6, + "Adj Yield": 89.6 + } + }, + { + "rank": 19, + "brand": "Pioneer", + "product": "P37Z06E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 55.5, + "Yield": 88.7, + "Adj Yield": 88.7 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 52.6, + "Yield": 88.6, + "Adj Yield": 88.6 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "G4459E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 55.7, + "Yield": 88.5, + "Adj Yield": 88.5 + } + }, + { + "rank": 22, + "brand": "Pioneer", + "product": "P43Z44SE", + "traits": "Enlist/STS", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 55.4, + "Yield": 88.2, + "Adj Yield": 88.2 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "G3552XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 53.7, + "Yield": 86.8, + "Adj Yield": 86.8 + } + }, + { + "rank": 24, + "brand": "Pioneer", + "product": "P38Z63", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": 54.2, + "Yield": 86.7, + "Adj Yield": 86.7 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 53.0, + "Yield": 85.9, + "Adj Yield": 85.9 + } + }, + { + "rank": 26, + "brand": "Revere", + "product": "X36-E54", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 54.8, + "Yield": 85.7, + "Adj Yield": 85.7 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "G4094XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 52.8, + "Yield": 85.4, + "Adj Yield": 85.4 + } + }, + { + "rank": 28, + "brand": "Xitavo", + "product": "XO3855E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 54.3, + "Yield": 83.6, + "Adj Yield": 83.6 + } + }, + { + "rank": 29, + "brand": "Xitavo", + "product": "XO4364E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 53.8, + "Yield": 83.3, + "Adj Yield": 83.3 + } + }, + { + "rank": 30, + "brand": "AgriGold", + "product": "G3724XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 54.8, + "Yield": 83.0, + "Adj Yield": 83.0 + } + }, + { + "rank": 31, + "brand": "AgriGold", + "product": "G3804XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 53.3, + "Yield": 82.1, + "Adj Yield": 82.1 + } + }, + { + "rank": 32, + "brand": "Pioneer", + "product": "P34A98E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 54.2, + "Yield": 81.8, + "Adj Yield": 81.8 + } + }, + { + "rank": 33, + "brand": "Revere", + "product": "3908XFS", + "traits": "XTENDFlex/STS", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 54.4, + "Yield": 81.6, + "Adj Yield": 81.6 + } + }, + { + "rank": 34, + "brand": "Xitavo", + "product": "XO3655E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 54.3, + "Yield": 81.4, + "Adj Yield": 81.4 + } + }, + { + "rank": 35, + "brand": "Apex", + "product": "AE4341S", + "traits": "Enlist/STS", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 54.5, + "Yield": 79.8, + "Adj Yield": 79.8 + } + } + ], + "n_results": 35, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/144577" + ], + "fetched_at": "2026-05-27T02:24:56.809284+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144577.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144577.md new file mode 100644 index 00000000..6abaa6be --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144577.md @@ -0,0 +1,67 @@ +# Soybean yield trial — Henderson, KY, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** KY +- **County:** Henderson +- **City:** Henderson +- **Year:** 2024 +- **Plot ID:** 144577 +- **Cooperator:** PARRISH SHOP & SALES LLC +- **Plot average:** 89.08 BU/Ac +- **Planted:** 2024-06-07 +- **Harvested:** 2024-10-18 +- **Population:** 130,000 seeds/acre +- **Row width:** 15.0" +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Corn +- **Irrigation:** None +- **Fungicide:** Lucento +- **Herbicide:** Anthem +- **Insecticide:** Hero +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/144577 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | Pioneer | P47Z15BE | Enlist E3 | - | 10.5 | 55.5 | 101.9 | 101.9 | +| 2 | Pioneer | P48A14E | Enlist E3 | - | 10.3 | 56.1 | 97.7 | 97.7 | +| 3 | AgriGold | G4184XF | XTENDFlex | - | 10.8 | 54.8 | 94.9 | 94.9 | +| 4 | AgriGold | G4430XF | XTENDFlex | - | 11.1 | 54.8 | 94.8 | 94.8 | +| 5 | Catalyst | CT4413E3S | Enlist/STS | - | 10.8 | 55.0 | 94.0 | 94.0 | +| 6 | AgriGold | G4051E3 | Enlist E3 | - | 10.8 | 54.4 | 93.7 | 93.7 | +| 7 | Xitavo | XO4405E | Enlist E3 | - | 10.8 | 56.0 | 93.0 | 93.0 | +| 8 | Pioneer | P45A81E | Enlist E3 | - | 10.6 | 55.8 | 92.8 | 92.8 | +| 9 | Pioneer | P49Z02E | Enlist E3 | - | 10.6 | 55.1 | 92.6 | 92.6 | +| 10 | Revere | X39-E71 | Enlist E3 | - | 10.8 | 55.3 | 92.4 | 92.4 | +| 11 | Pioneer | P45Z75E | Enlist E3 | - | 10.6 | 55.0 | 92.1 | 92.1 | +| 12 | Pioneer | P42A84E | Enlist E3 | - | 10.7 | 55.7 | 91.8 | 91.8 | +| 13 | AgriGold | G4204E3 | Enlist E3 | - | 11.8 | 54.1 | 91.6 | 91.6 | +| 14 | Xitavo | XO4255E | Enlist E3 | - | 10.5 | 54.3 | 91.4 | 91.4 | +| 15 | Pioneer | P37A18E | Enlist E3 | - | 11.4 | 54.0 | 91.2 | 91.2 | +| 16 | Pioneer | P38A28E | Enlist E3 | - | 11.5 | 54.4 | 91.0 | 91.0 | +| 17 | Pioneer | P40Z57E | Enlist E3 | - | 11.1 | 53.0 | 90.1 | 90.1 | +| 18 | Revere | 44-F44 | XTENDFlex | - | 10.3 | 54.7 | 89.6 | 89.6 | +| 19 | Pioneer | P37Z06E | Enlist E3 | - | 11.1 | 55.5 | 88.7 | 88.7 | +| 20 | AgriGold | G3577E3 | Enlist E3 | - | 11.8 | 52.6 | 88.6 | 88.6 | +| 21 | AgriGold | G4459E3 | Enlist E3 | - | 10.9 | 55.7 | 88.5 | 88.5 | +| 22 | Pioneer | P43Z44SE | Enlist/STS | - | 10.7 | 55.4 | 88.2 | 88.2 | +| 23 | AgriGold | G3552XF | XTENDFlex | - | 12.0 | 53.7 | 86.8 | 86.8 | +| 24 | Pioneer | P38Z63 | Enlist E3 | - | 11.5 | 54.2 | 86.7 | 86.7 | +| 25 | AgriGold | G3854E3 | Enlist E3 | - | 11.6 | 53.0 | 85.9 | 85.9 | +| 26 | Revere | X36-E54 | Enlist E3 | - | 11.2 | 54.8 | 85.7 | 85.7 | +| 27 | AgriGold | G4094XF | XTENDFlex | - | 11.2 | 52.8 | 85.4 | 85.4 | +| 28 | Xitavo | XO3855E | Enlist E3 | - | 11.1 | 54.3 | 83.6 | 83.6 | +| 29 | Xitavo | XO4364E | Enlist E3 | - | 10.8 | 53.8 | 83.3 | 83.3 | +| 30 | AgriGold | G3724XF | XTENDFlex | - | 11.6 | 54.8 | 83.0 | 83.0 | +| 31 | AgriGold | G3804XF | XTENDFlex | - | 11.9 | 53.3 | 82.1 | 82.1 | +| 32 | Pioneer | P34A98E | Enlist E3 | - | 11.1 | 54.2 | 81.8 | 81.8 | +| 33 | Revere | 3908XFS | XTENDFlex/STS | - | 10.6 | 54.4 | 81.6 | 81.6 | +| 34 | Xitavo | XO3655E | Enlist E3 | - | 11.4 | 54.3 | 81.4 | 81.4 | +| 35 | Apex | AE4341S | Enlist/STS | - | 10.9 | 54.5 | 79.8 | 79.8 | + +Top 5 by Yield: P47Z15BE (Pioneer) 101.9, P48A14E (Pioneer) 97.7, G4184XF (AgriGold) 94.9, G4430XF (AgriGold) 94.8, CT4413E3S (Catalyst) 94.0. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144592.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144592.json new file mode 100644 index 00000000..82409880 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144592.json @@ -0,0 +1,283 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-144592", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "NE", + "state_abbrev": "ne", + "city": "Litchfield", + "county": "Custer", + "year": 2024, + "plot_id": "144592", + "cooperator": "Zoerb Farms", + "plot_average": 81.74, + "planted_date": "2024-05-14", + "harvested_date": "2024-10-08", + "population_seeds_per_acre": 140000, + "row_width": "20.0\"", + "num_rows": 24, + "soil_type": "Silt Loam", + "tillage": "Mulch Till", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Pioneer", + "product": "P28A39E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": null, + "Yield": 82.6, + "Adj Yield": 82.6 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P28A39E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": null, + "Yield": 82.6, + "Adj Yield": 82.78 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P20Z14E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": null, + "Yield": 83.2, + "Adj Yield": 83.36 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G2003E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.1, + "Test Wt.": null, + "Yield": 85.2, + "Adj Yield": 85.33 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P21Z88E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": null, + "Yield": 84.7, + "Adj Yield": 84.81 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P22A67E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": null, + "Yield": 82.8, + "Adj Yield": 82.89 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P22A67E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": null, + "Yield": 84.4, + "Adj Yield": 84.47 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P23Z58E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": null, + "Yield": 82.9, + "Adj Yield": 82.94 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P23Z58E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": null, + "Yield": 84.1, + "Adj Yield": 84.12 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "G2361E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": null, + "Yield": 80.0, + "Adj Yield": 80.0 + } + }, + { + "rank": 16, + "brand": "Pioneer", + "product": "P25A16E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.8, + "Test Wt.": null, + "Yield": 78.2, + "Adj Yield": 78.18 + } + }, + { + "rank": 17, + "brand": "Pioneer", + "product": "P25A16E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.1, + "Test Wt.": null, + "Yield": 76.9, + "Adj Yield": 76.86 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": null, + "Yield": 79.7, + "Adj Yield": 79.63 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P27Z41E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": null, + "Yield": 84.5, + "Adj Yield": 84.41 + } + }, + { + "rank": 10, + "brand": "Pioneer", + "product": "P28Z30E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.1, + "Test Wt.": null, + "Yield": 81.3, + "Adj Yield": 81.19 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": null, + "Yield": 79.2, + "Adj Yield": 79.07 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.1, + "Test Wt.": null, + "Yield": 79.6, + "Adj Yield": 79.44 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P30A75E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.1, + "Test Wt.": null, + "Yield": 80.3, + "Adj Yield": 80.12 + } + }, + { + "rank": null, + "brand": "Pioneer", + "product": "P28A39E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": null, + "Yield": 83.0, + "Adj Yield": 83.0 + } + } + ], + "n_results": 19, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/144592" + ], + "fetched_at": "2026-05-27T02:24:57.335711+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144592.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144592.md new file mode 100644 index 00000000..88b0728b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144592.md @@ -0,0 +1,49 @@ +# Soybean yield trial — Litchfield, NE, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** NE +- **County:** Custer +- **City:** Litchfield +- **Year:** 2024 +- **Plot ID:** 144592 +- **Cooperator:** Zoerb Farms +- **Plot average:** 81.74 BU/Ac +- **Planted:** 2024-05-14 +- **Harvested:** 2024-10-08 +- **Population:** 140,000 seeds/acre +- **Row width:** 20.0" +- **# Rows:** 24 +- **Soil type:** Silt Loam +- **Tillage:** Mulch Till +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/144592 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Pioneer | P28A39E | Enlist E3 | - | 9.5 | - | 82.6 | 82.6 | +| 9 | Pioneer | P28A39E | Enlist E3 | - | 9.5 | - | 82.6 | 82.78 | +| 6 | Pioneer | P20Z14E | Enlist E3 | - | 9.2 | - | 83.2 | 83.36 | +| 1 | AgriGold | G2003E3 | Enlist E3 | - | 9.1 | - | 85.2 | 85.33 | +| 2 | Pioneer | P21Z88E | Enlist E3 | - | 9.0 | - | 84.7 | 84.81 | +| 8 | Pioneer | P22A67E | Enlist E3 | - | 9.9 | - | 82.8 | 82.89 | +| 3 | Pioneer | P22A67E | Enlist E3 | - | 9.6 | - | 84.4 | 84.47 | +| 7 | Pioneer | P23Z58E | Enlist E3 | - | 9.8 | - | 82.9 | 82.94 | +| 5 | Pioneer | P23Z58E | Enlist E3 | - | 9.3 | - | 84.1 | 84.12 | +| 12 | AgriGold | G2361E3 | Enlist E3 | - | 9.4 | - | 80.0 | 80.0 | +| 16 | Pioneer | P25A16E | Enlist E3 | - | 8.8 | - | 78.2 | 78.18 | +| 17 | Pioneer | P25A16E | Enlist E3 | - | 9.1 | - | 76.9 | 76.86 | +| 13 | AgriGold | G2601E3 | Enlist E3 | - | 9.0 | - | 79.7 | 79.63 | +| 4 | Pioneer | P27Z41E | Enlist E3 | - | 9.2 | - | 84.5 | 84.41 | +| 10 | Pioneer | P28Z30E | Enlist E3 | - | 9.1 | - | 81.3 | 81.19 | +| 15 | AgriGold | G2893E3 | Enlist E3 | - | 9.2 | - | 79.2 | 79.07 | +| 14 | AgriGold | G3051E3 | Enlist E3 | - | 9.1 | - | 79.6 | 79.44 | +| 11 | Pioneer | P30A75E | Enlist E3 | - | 9.1 | - | 80.3 | 80.12 | +| - | Pioneer | P28A39E | Enlist E3 | - | 9.4 | - | 83.0 | 83.0 | + +Top 5 by Yield: G2003E3 (AgriGold) 85.2, P21Z88E (Pioneer) 84.7, P27Z41E (Pioneer) 84.5, P22A67E (Pioneer) 84.4, P23Z58E (Pioneer) 84.1. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144635.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144635.json new file mode 100644 index 00000000..f7ae2154 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144635.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-144635", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "KS", + "state_abbrev": "ks", + "city": "Esbon", + "county": "Jewell", + "year": 2024, + "plot_id": "144635", + "cooperator": "Todd Davis", + "plot_average": 33.79, + "planted_date": "2024-05-29", + "harvested_date": "2024-10-08", + "population_seeds_per_acre": 120000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Wheat", + "irrigation": "None", + "fungicide": "None", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": 1, + "brand": "Channel", + "product": "3025RXF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.0, + "Test Wt.": null, + "Yield": 36.7, + "Adj Yield": 36.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G3724XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.0, + "Test Wt.": null, + "Yield": 35.9, + "Adj Yield": 35.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.2, + "Test Wt.": null, + "Yield": 35.1, + "Adj Yield": 35.1 + } + }, + { + "rank": 4, + "brand": "Channel", + "product": "3624RXF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 6.8, + "Test Wt.": null, + "Yield": 34.3, + "Adj Yield": 34.3 + } + }, + { + "rank": 5, + "brand": "Asgrow", + "product": "AG36XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.1, + "Test Wt.": null, + "Yield": 32.4, + "Adj Yield": 32.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G4094XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 7.5, + "Test Wt.": null, + "Yield": 32.1, + "Adj Yield": 32.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G3552XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 6.9, + "Test Wt.": null, + "Yield": 31.9, + "Adj Yield": 31.9 + } + }, + { + "rank": 8, + "brand": "Asgrow", + "product": "AG31XF5", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 6.7, + "Test Wt.": null, + "Yield": 31.9, + "Adj Yield": 31.9 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/144635" + ], + "fetched_at": "2026-05-27T02:24:57.857248+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144635.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144635.md new file mode 100644 index 00000000..d56d9831 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144635.md @@ -0,0 +1,41 @@ +# Soybean yield trial — Esbon, KS, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** KS +- **County:** Jewell +- **City:** Esbon +- **Year:** 2024 +- **Plot ID:** 144635 +- **Cooperator:** Todd Davis +- **Plot average:** 33.79 BU/Ac +- **Planted:** 2024-05-29 +- **Harvested:** 2024-10-08 +- **Population:** 120,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Wheat +- **Irrigation:** None +- **Fungicide:** None +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/144635 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | Channel | 3025RXF | XTENDFlex | - | 7.0 | - | 36.7 | 36.7 | +| 2 | AgriGold | G3724XF | XTENDFlex | - | 7.0 | - | 35.9 | 35.9 | +| 3 | AgriGold | G4184XF | XTENDFlex | - | 7.2 | - | 35.1 | 35.1 | +| 4 | Channel | 3624RXF | XTENDFlex | - | 6.8 | - | 34.3 | 34.3 | +| 5 | Asgrow | AG36XF4 | XTENDFlex | - | 7.1 | - | 32.4 | 32.4 | +| 6 | AgriGold | G4094XF | XTENDFlex | - | 7.5 | - | 32.1 | 32.1 | +| 7 | AgriGold | G3552XF | XTENDFlex | - | 6.9 | - | 31.9 | 31.9 | +| 8 | Asgrow | AG31XF5 | XTENDFlex | - | 6.7 | - | 31.9 | 31.9 | + +Top 5 by Yield: 3025RXF (Channel) 36.7, G3724XF (AgriGold) 35.9, G4184XF (AgriGold) 35.1, 3624RXF (Channel) 34.3, AG36XF4 (Asgrow) 32.4. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144649.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144649.json new file mode 100644 index 00000000..1294c042 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144649.json @@ -0,0 +1,283 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-144649", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Princeville", + "county": "Peoria", + "year": 2024, + "plot_id": "144649", + "cooperator": "River Valley Cooperative", + "plot_average": 87.63, + "planted_date": "2024-05-11", + "harvested_date": "2024-10-01", + "population_seeds_per_acre": 140000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 3, + "brand": "NK Brand", + "product": "NK27-W8XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 59.1, + "Yield": 92.3, + "Adj Yield": 92.3 + } + }, + { + "rank": 6, + "brand": "NK Brand", + "product": "NK29-Q3XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 61.3, + "Yield": 90.3, + "Adj Yield": 90.3 + } + }, + { + "rank": 18, + "brand": "NK Brand", + "product": "NK32-C5XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 57.3, + "Yield": 81.4, + "Adj Yield": 81.4 + } + }, + { + "rank": 14, + "brand": "NK Brand", + "product": "NK34-D4XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 57.1, + "Yield": 85.3, + "Adj Yield": 85.3 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "G2450XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": 59.5, + "Yield": 82.1, + "Adj Yield": 82.1 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "G2574XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 60.1, + "Yield": 80.3, + "Adj Yield": 80.3 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "G3144XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 59.0, + "Yield": 83.2, + "Adj Yield": 83.2 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "G3334XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 58.8, + "Yield": 87.1, + "Adj Yield": 87.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G3552XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 59.0, + "Yield": 93.0, + "Adj Yield": 93.0 + } + }, + { + "rank": 10, + "brand": "Asgrow", + "product": "AG25XF5", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 58.5, + "Yield": 88.0, + "Adj Yield": 88.0 + } + }, + { + "rank": 8, + "brand": "Asgrow", + "product": "AG26XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 59.8, + "Yield": 89.3, + "Adj Yield": 89.3 + } + }, + { + "rank": 9, + "brand": "Asgrow", + "product": "AG27XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 58.4, + "Yield": 88.4, + "Adj Yield": 88.4 + } + }, + { + "rank": 15, + "brand": "Asgrow", + "product": "AG29XF5", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 57.8, + "Yield": 84.1, + "Adj Yield": 84.1 + } + }, + { + "rank": 12, + "brand": "Asgrow", + "product": "AG30XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 59.6, + "Yield": 85.9, + "Adj Yield": 85.9 + } + }, + { + "rank": 3, + "brand": "Asgrow", + "product": "AG33XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 58.6, + "Yield": 92.3, + "Adj Yield": 92.3 + } + }, + { + "rank": 5, + "brand": "Asgrow", + "product": "AG35XF5", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 58.1, + "Yield": 92.1, + "Adj Yield": 92.1 + } + }, + { + "rank": 1, + "brand": "Asgrow", + "product": "AG36XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 15.2, + "Test Wt.": 57.9, + "Yield": 94.5, + "Adj Yield": 94.5 + } + }, + { + "rank": 13, + "brand": "Asgrow", + "product": "AG37XF5", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": 55.6, + "Yield": 85.8, + "Adj Yield": 85.8 + } + }, + { + "rank": 7, + "brand": "Asgrow", + "product": "AG38XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 58.9, + "Yield": 89.5, + "Adj Yield": 89.5 + } + } + ], + "n_results": 19, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/144649" + ], + "fetched_at": "2026-05-27T02:24:58.335308+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144649.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144649.md new file mode 100644 index 00000000..bc22c836 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144649.md @@ -0,0 +1,49 @@ +# Soybean yield trial — Princeville, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Peoria +- **City:** Princeville +- **Year:** 2024 +- **Plot ID:** 144649 +- **Cooperator:** River Valley Cooperative +- **Plot average:** 87.63 BU/Ac +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-01 +- **Population:** 140,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/144649 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | NK Brand | NK27-W8XF | XTENDFlex | - | 12.1 | 59.1 | 92.3 | 92.3 | +| 6 | NK Brand | NK29-Q3XF | XTENDFlex | - | 11.8 | 61.3 | 90.3 | 90.3 | +| 18 | NK Brand | NK32-C5XF | XTENDFlex | - | 12.2 | 57.3 | 81.4 | 81.4 | +| 14 | NK Brand | NK34-D4XF | XTENDFlex | - | 12.3 | 57.1 | 85.3 | 85.3 | +| 17 | AgriGold | G2450XF | XTENDFlex | - | 11.5 | 59.5 | 82.1 | 82.1 | +| 19 | AgriGold | G2574XF | XTENDFlex | - | 12.2 | 60.1 | 80.3 | 80.3 | +| 16 | AgriGold | G3144XF | XTENDFlex | - | 12.1 | 59.0 | 83.2 | 83.2 | +| 11 | AgriGold | G3334XF | XTENDFlex | - | 12.2 | 58.8 | 87.1 | 87.1 | +| 2 | AgriGold | G3552XF | XTENDFlex | - | 11.9 | 59.0 | 93.0 | 93.0 | +| 10 | Asgrow | AG25XF5 | XTENDFlex | - | 11.8 | 58.5 | 88.0 | 88.0 | +| 8 | Asgrow | AG26XF4 | XTENDFlex | - | 11.6 | 59.8 | 89.3 | 89.3 | +| 9 | Asgrow | AG27XF3 | XTENDFlex | - | 11.9 | 58.4 | 88.4 | 88.4 | +| 15 | Asgrow | AG29XF5 | XTENDFlex | - | 11.6 | 57.8 | 84.1 | 84.1 | +| 12 | Asgrow | AG30XF4 | XTENDFlex | - | 12.1 | 59.6 | 85.9 | 85.9 | +| 3 | Asgrow | AG33XF3 | XTENDFlex | - | 12.0 | 58.6 | 92.3 | 92.3 | +| 5 | Asgrow | AG35XF5 | XTENDFlex | - | 12.7 | 58.1 | 92.1 | 92.1 | +| 1 | Asgrow | AG36XF4 | XTENDFlex | - | 15.2 | 57.9 | 94.5 | 94.5 | +| 13 | Asgrow | AG37XF5 | XTENDFlex | - | 13.9 | 55.6 | 85.8 | 85.8 | +| 7 | Asgrow | AG38XF3 | XTENDFlex | - | 13.0 | 58.9 | 89.5 | 89.5 | + +Top 5 by Yield: AG36XF4 (Asgrow) 94.5, G3552XF (AgriGold) 93.0, NK27-W8XF (NK Brand) 92.3, AG33XF3 (Asgrow) 92.3, AG35XF5 (Asgrow) 92.1. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144653.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144653.json new file mode 100644 index 00000000..7dd3d2db --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144653.json @@ -0,0 +1,309 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-144653", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Princeville", + "county": "Peoria", + "year": 2024, + "plot_id": "144653", + "cooperator": "River Valley Cooperative", + "plot_average": 66.54, + "planted_date": "2024-05-11", + "harvested_date": "2024-10-01", + "population_seeds_per_acre": 140000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 17, + "brand": "NK Brand", + "product": "NK26-M6E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": 60.6, + "Yield": 64.3, + "Adj Yield": 64.3 + } + }, + { + "rank": 20, + "brand": "NK Brand", + "product": "NK27-J5E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 60.5, + "Yield": 61.6, + "Adj Yield": 61.6 + } + }, + { + "rank": 18, + "brand": "NK Brand", + "product": "NK28-B9E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 62.2, + "Yield": 64.0, + "Adj Yield": 64.0 + } + }, + { + "rank": 21, + "brand": "NK Brand", + "product": "NK30-A9E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": 60.8, + "Yield": 61.0, + "Adj Yield": 61.0 + } + }, + { + "rank": 19, + "brand": "Brevant Seeds", + "product": "B263EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 58.1, + "Yield": 61.9, + "Adj Yield": 61.9 + } + }, + { + "rank": 9, + "brand": "Brevant Seeds", + "product": "B324EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 59.4, + "Yield": 67.7, + "Adj Yield": 67.7 + } + }, + { + "rank": 2, + "brand": "Brevant Seeds", + "product": "B344E", + "traits": "", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 60.8, + "Yield": 72.3, + "Adj Yield": 72.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": 58.9, + "Yield": 68.1, + "Adj Yield": 68.1 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": 59.0, + "Yield": 65.2, + "Adj Yield": 65.2 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": 60.0, + "Yield": 66.0, + "Adj Yield": 66.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3279E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": 60.8, + "Yield": 70.5, + "Adj Yield": 70.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": 61.2, + "Yield": 68.2, + "Adj Yield": 68.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": 60.4, + "Yield": 69.7, + "Adj Yield": 69.7 + } + }, + { + "rank": 15, + "brand": "Alloy", + "product": "A26E33", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": 61.6, + "Yield": 64.9, + "Adj Yield": 64.9 + } + }, + { + "rank": 13, + "brand": "Alloy", + "product": "A27E35", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": 62.0, + "Yield": 65.2, + "Adj Yield": 65.2 + } + }, + { + "rank": 10, + "brand": "Alloy", + "product": "A29E35", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": 60.8, + "Yield": 67.0, + "Adj Yield": 67.0 + } + }, + { + "rank": 1, + "brand": "Alloy", + "product": "A30E35", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.1, + "Test Wt.": 64.6, + "Yield": 72.7, + "Adj Yield": 72.7 + } + }, + { + "rank": 16, + "brand": "Alloy", + "product": "A32E33", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": 60.4, + "Yield": 64.6, + "Adj Yield": 64.6 + } + }, + { + "rank": 5, + "brand": "Alloy", + "product": "A33E34", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": 63.6, + "Yield": 69.0, + "Adj Yield": 69.0 + } + }, + { + "rank": 12, + "brand": "Alloy", + "product": "A34E35", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": 63.6, + "Yield": 65.4, + "Adj Yield": 65.4 + } + }, + { + "rank": 8, + "brand": "Alloy", + "product": "A36E33", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.9, + "Test Wt.": 64.0, + "Yield": 68.0, + "Adj Yield": 68.0 + } + } + ], + "n_results": 21, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/144653" + ], + "fetched_at": "2026-05-27T02:24:58.817658+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144653.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144653.md new file mode 100644 index 00000000..80a96703 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144653.md @@ -0,0 +1,51 @@ +# Soybean yield trial — Princeville, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Peoria +- **City:** Princeville +- **Year:** 2024 +- **Plot ID:** 144653 +- **Cooperator:** River Valley Cooperative +- **Plot average:** 66.54 BU/Ac +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-01 +- **Population:** 140,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/144653 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 17 | NK Brand | NK26-M6E3 | Enlist E3 | - | 10.3 | 60.6 | 64.3 | 64.3 | +| 20 | NK Brand | NK27-J5E3 | Enlist E3 | - | 11.0 | 60.5 | 61.6 | 61.6 | +| 18 | NK Brand | NK28-B9E3 | Enlist E3 | - | 10.6 | 62.2 | 64.0 | 64.0 | +| 21 | NK Brand | NK30-A9E3 | Enlist E3 | - | 10.3 | 60.8 | 61.0 | 61.0 | +| 19 | Brevant Seeds | B263EE | Enlist E3 | - | 10.6 | 58.1 | 61.9 | 61.9 | +| 9 | Brevant Seeds | B324EE | Enlist E3 | - | 10.7 | 59.4 | 67.7 | 67.7 | +| 2 | Brevant Seeds | B344E | - | - | 11.6 | 60.8 | 72.3 | 72.3 | +| 7 | AgriGold | G2601E3 | Enlist E3 | - | 10.2 | 58.9 | 68.1 | 68.1 | +| 13 | AgriGold | G2893E3 | Enlist E3 | - | 10.4 | 59.0 | 65.2 | 65.2 | +| 11 | AgriGold | G3051E3 | Enlist E3 | - | 10.1 | 60.0 | 66.0 | 66.0 | +| 3 | AgriGold | G3279E3 | Enlist E3 | - | 9.8 | 60.8 | 70.5 | 70.5 | +| 6 | AgriGold | G3404E3 | Enlist E3 | - | 10.0 | 61.2 | 68.2 | 68.2 | +| 4 | AgriGold | G3577E3 | Enlist E3 | - | 9.5 | 60.4 | 69.7 | 69.7 | +| 15 | Alloy | A26E33 | Enlist E3 | - | 9.4 | 61.6 | 64.9 | 64.9 | +| 13 | Alloy | A27E35 | Enlist E3 | - | 9.0 | 62.0 | 65.2 | 65.2 | +| 10 | Alloy | A29E35 | Enlist E3 | - | 9.5 | 60.8 | 67.0 | 67.0 | +| 1 | Alloy | A30E35 | Enlist E3 | - | 9.1 | 64.6 | 72.7 | 72.7 | +| 16 | Alloy | A32E33 | Enlist E3 | - | 9.0 | 60.4 | 64.6 | 64.6 | +| 5 | Alloy | A33E34 | Enlist E3 | - | 9.0 | 63.6 | 69.0 | 69.0 | +| 12 | Alloy | A34E35 | Enlist E3 | - | 9.4 | 63.6 | 65.4 | 65.4 | +| 8 | Alloy | A36E33 | Enlist E3 | - | 8.9 | 64.0 | 68.0 | 68.0 | + +Top 5 by Yield: A30E35 (Alloy) 72.7, B344E (Brevant Seeds) 72.3, G3279E3 (AgriGold) 70.5, G3577E3 (AgriGold) 69.7, A33E34 (Alloy) 69.0. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144714.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144714.json new file mode 100644 index 00000000..a9febce8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144714.json @@ -0,0 +1,231 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-144714", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Arrowsmith", + "county": "McLean", + "year": 2024, + "plot_id": "144714", + "cooperator": "BCS, LLC", + "plot_average": 69.75, + "planted_date": "2024-05-23", + "harvested_date": "2024-10-16", + "population_seeds_per_acre": 140000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "Stine", + "product": "34E EXP", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": null, + "Yield": 76.8, + "Adj Yield": 76.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": null, + "Yield": 75.6, + "Adj Yield": 75.6 + } + }, + { + "rank": 3, + "brand": "Stine", + "product": "33EG02", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": null, + "Yield": 74.0, + "Adj Yield": 74.0 + } + }, + { + "rank": 4, + "brand": "Stine", + "product": "27EE32", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": null, + "Yield": 73.0, + "Adj Yield": 73.0 + } + }, + { + "rank": 5, + "brand": "Stine", + "product": "31EF02", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": null, + "Yield": 72.1, + "Adj Yield": 72.1 + } + }, + { + "rank": 6, + "brand": "Stine", + "product": "28EG32", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": null, + "Yield": 70.7, + "Adj Yield": 70.7 + } + }, + { + "rank": 6, + "brand": "Stine", + "product": "28EH32", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": null, + "Yield": 70.7, + "Adj Yield": 70.7 + } + }, + { + "rank": 8, + "brand": "Stine", + "product": "29EF02", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": null, + "Yield": 70.4, + "Adj Yield": 70.4 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G3279E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": null, + "Yield": 69.8, + "Adj Yield": 69.8 + } + }, + { + "rank": 10, + "brand": "Stine", + "product": "29EF39", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": null, + "Yield": 68.0, + "Adj Yield": 68.0 + } + }, + { + "rank": 11, + "brand": "Stine", + "product": "35EG29", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": null, + "Yield": 66.4, + "Adj Yield": 66.4 + } + }, + { + "rank": 12, + "brand": "Stine", + "product": "38EH02", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": null, + "Yield": 66.2, + "Adj Yield": 66.2 + } + }, + { + "rank": 13, + "brand": "Stine", + "product": "37EG32", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": null, + "Yield": 65.3, + "Adj Yield": 65.3 + } + }, + { + "rank": 14, + "brand": "Stine", + "product": "34EA12", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": null, + "Yield": 65.2, + "Adj Yield": 65.2 + } + }, + { + "rank": 15, + "brand": "Stine", + "product": "38EG32", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": null, + "Yield": 62.1, + "Adj Yield": 62.1 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/144714" + ], + "fetched_at": "2026-05-27T02:24:59.374674+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144714.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144714.md new file mode 100644 index 00000000..c79eda72 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144714.md @@ -0,0 +1,45 @@ +# Soybean yield trial — Arrowsmith, IL, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** McLean +- **City:** Arrowsmith +- **Year:** 2024 +- **Plot ID:** 144714 +- **Cooperator:** BCS, LLC +- **Plot average:** 69.75 BU/Ac +- **Planted:** 2024-05-23 +- **Harvested:** 2024-10-16 +- **Population:** 140,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/144714 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | Stine | 34E EXP | Enlist E3 | - | 10.0 | - | 76.8 | 76.8 | +| 2 | AgriGold | G3051E3 | Enlist E3 | - | 10.0 | - | 75.6 | 75.6 | +| 3 | Stine | 33EG02 | Enlist E3 | - | 10.0 | - | 74.0 | 74.0 | +| 4 | Stine | 27EE32 | Enlist E3 | - | 10.0 | - | 73.0 | 73.0 | +| 5 | Stine | 31EF02 | Enlist E3 | - | 10.0 | - | 72.1 | 72.1 | +| 6 | Stine | 28EG32 | Enlist E3 | - | 10.0 | - | 70.7 | 70.7 | +| 6 | Stine | 28EH32 | Enlist E3 | - | 10.0 | - | 70.7 | 70.7 | +| 8 | Stine | 29EF02 | Enlist E3 | - | 10.0 | - | 70.4 | 70.4 | +| 9 | AgriGold | G3279E3 | Enlist E3 | - | 10.0 | - | 69.8 | 69.8 | +| 10 | Stine | 29EF39 | Enlist E3 | - | 10.0 | - | 68.0 | 68.0 | +| 11 | Stine | 35EG29 | Enlist E3 | - | 10.0 | - | 66.4 | 66.4 | +| 12 | Stine | 38EH02 | Enlist E3 | - | 10.0 | - | 66.2 | 66.2 | +| 13 | Stine | 37EG32 | Enlist E3 | - | 10.0 | - | 65.3 | 65.3 | +| 14 | Stine | 34EA12 | Enlist E3 | - | 10.0 | - | 65.2 | 65.2 | +| 15 | Stine | 38EG32 | Enlist E3 | - | 10.0 | - | 62.1 | 62.1 | + +Top 5 by Yield: 34E EXP (Stine) 76.8, G3051E3 (AgriGold) 75.6, 33EG02 (Stine) 74.0, 27EE32 (Stine) 73.0, 31EF02 (Stine) 72.1. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144794.json b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144794.json new file mode 100644 index 00000000..a3d36fa5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144794.json @@ -0,0 +1,114 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2024-144794", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "TN", + "state_abbrev": "tn", + "city": "Puryear", + "county": "Henry", + "year": 2024, + "plot_id": "144794", + "cooperator": "Tony Brannon", + "plot_average": 43.6, + "planted_date": "2024-06-21", + "harvested_date": "2024-11-22", + "population_seeds_per_acre": 140000, + "row_width": "15.0\"", + "num_rows": 11, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "G4204E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 53.7, + "Yield": 50.0, + "Adj Yield": 50.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 50.5, + "Yield": 42.4, + "Adj Yield": 42.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 51.9, + "Yield": 47.5, + "Adj Yield": 47.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G4459E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 52.5, + "Yield": 46.9, + "Adj Yield": 46.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G4655E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 16.2, + "Test Wt.": 45.8, + "Yield": 32.6, + "Adj Yield": 32.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G4884E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 52.3, + "Yield": 42.2, + "Adj Yield": 42.2 + } + } + ], + "n_results": 6, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/144794" + ], + "fetched_at": "2026-05-27T02:24:59.829703+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2024-144794.md b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144794.md new file mode 100644 index 00000000..c8d1d653 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2024-144794.md @@ -0,0 +1,35 @@ +# Soybean yield trial — Puryear, TN, 2024 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** TN +- **County:** Henry +- **City:** Puryear +- **Year:** 2024 +- **Plot ID:** 144794 +- **Cooperator:** Tony Brannon +- **Plot average:** 43.6 BU/Ac +- **Planted:** 2024-06-21 +- **Harvested:** 2024-11-22 +- **Population:** 140,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 11 +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/144794 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | G4204E3 | Enlist E3 | - | 12.3 | 53.7 | 50.0 | 50.0 | +| 4 | AgriGold | G3854E3 | Enlist E3 | - | 12.7 | 50.5 | 42.4 | 42.4 | +| 2 | AgriGold | G4051E3 | Enlist E3 | - | 12.6 | 51.9 | 47.5 | 47.5 | +| 3 | AgriGold | G4459E3 | Enlist E3 | - | 13.1 | 52.5 | 46.9 | 46.9 | +| 6 | AgriGold | G4655E3 | Enlist E3 | - | 16.2 | 45.8 | 32.6 | 32.6 | +| 5 | AgriGold | G4884E3 | Enlist E3 | - | 13.1 | 52.3 | 42.2 | 42.2 | + +Top 5 by Yield: G4204E3 (AgriGold) 50.0, G4051E3 (AgriGold) 47.5, G4459E3 (AgriGold) 46.9, G3854E3 (AgriGold) 42.4, G4884E3 (AgriGold) 42.2. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145189.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145189.json new file mode 100644 index 00000000..44e9d689 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145189.json @@ -0,0 +1,101 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-145189", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "AR", + "state_abbrev": "ar", + "city": "Grady", + "county": "Lincoln", + "year": 2025, + "plot_id": "145189", + "cooperator": "Steve Walmsley", + "plot_average": 75.02, + "planted_date": "2025-03-20", + "harvested_date": "2025-07-31", + "population_seeds_per_acre": 120000, + "row_width": "38.0\"", + "num_rows": 6, + "soil_type": "Silty Clay Loam", + "tillage": "Minimum", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 5, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 51.1, + "Yield": 71.8, + "Adj Yield": 71.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G4650XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 54.1, + "Yield": 79.8, + "Adj Yield": 79.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4755XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 53.3, + "Yield": 75.3, + "Adj Yield": 75.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G4910XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": 54.0, + "Yield": 74.3, + "Adj Yield": 74.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G5104XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 56.7, + "Yield": 73.9, + "Adj Yield": 73.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/145189" + ], + "fetched_at": "2026-05-27T02:25:00.320289+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145189.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145189.md new file mode 100644 index 00000000..1122e2d3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145189.md @@ -0,0 +1,35 @@ +# Soybean yield trial — Grady, AR, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** AR +- **County:** Lincoln +- **City:** Grady +- **Year:** 2025 +- **Plot ID:** 145189 +- **Cooperator:** Steve Walmsley +- **Plot average:** 75.02 BU/Ac +- **Planted:** 2025-03-20 +- **Harvested:** 2025-07-31 +- **Population:** 120,000 seeds/acre +- **Row width:** 38.0" +- **# Rows:** 6 +- **Soil type:** Silty Clay Loam +- **Tillage:** Minimum +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/145189 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | AgriGold | G4430XF | XTENDFlex | - | 11.9 | 51.1 | 71.8 | 71.8 | +| 1 | AgriGold | G4650XF | XTENDFlex | - | 11.2 | 54.1 | 79.8 | 79.8 | +| 2 | AgriGold | G4755XF | XTENDFlex | - | 11.1 | 53.3 | 75.3 | 75.3 | +| 3 | AgriGold | G4910XF | XTENDFlex | - | 11.5 | 54.0 | 74.3 | 74.3 | +| 4 | AgriGold | G5104XF | XTENDFlex | - | 11.6 | 56.7 | 73.9 | 73.9 | + +Top 5 by Yield: G4650XF (AgriGold) 79.8, G4755XF (AgriGold) 75.3, G4910XF (AgriGold) 74.3, G5104XF (AgriGold) 73.9, G4430XF (AgriGold) 71.8. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145327.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145327.json new file mode 100644 index 00000000..27176c48 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145327.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-145327", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IN", + "state_abbrev": "in", + "city": "Switz City", + "county": "Greene", + "year": 2025, + "plot_id": "145327", + "cooperator": "White Farms Inc.", + "plot_average": 92.29, + "planted_date": "2025-04-18", + "harvested_date": "2025-10-01", + "population_seeds_per_acre": 125000, + "row_width": "15.0\"", + "num_rows": 29, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 53.9, + "Yield": 96.7, + "Adj Yield": 96.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 53.9, + "Yield": 96.7, + "Adj Yield": 94.16 + } + }, + { + "rank": 5, + "brand": "Asgrow", + "product": "AG33XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 54.2, + "Yield": 94.3, + "Adj Yield": 93.01 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 54.4, + "Yield": 92.8, + "Adj Yield": 92.56 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G3552XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 53.9, + "Yield": 96.0, + "Adj Yield": 96.84 + } + }, + { + "rank": 9, + "brand": "Asgrow", + "product": "AG35XF5", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 54.5, + "Yield": 89.8, + "Adj Yield": 91.72 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": null, + "Yield": 88.8, + "Adj Yield": 88.8 + } + }, + { + "rank": 12, + "brand": "Channel", + "product": "3624RXF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 54.5, + "Yield": 87.2, + "Adj Yield": 89.24 + } + }, + { + "rank": 4, + "brand": "Becks", + "product": "3670E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 54.3, + "Yield": 92.8, + "Adj Yield": 93.94 + } + }, + { + "rank": 8, + "brand": "Channel", + "product": "3823RXF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 55.7, + "Yield": 91.7, + "Adj Yield": 92.32 + } + }, + { + "rank": 2, + "brand": "Becks", + "product": "3881XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 55.1, + "Yield": 96.6, + "Adj Yield": 96.78 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 54.7, + "Yield": 92.9, + "Adj Yield": 92.9 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 53.8, + "Yield": 90.6, + "Adj Yield": 90.61 + } + }, + { + "rank": 6, + "brand": "Asgrow", + "product": "AG40XF5", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 54.4, + "Yield": 92.3, + "Adj Yield": 92.57 + } + }, + { + "rank": 13, + "brand": "Channel", + "product": "4125RXF/SR", + "traits": "XTENDFlex/STS", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 55.4, + "Yield": 85.4, + "Adj Yield": 85.88 + } + }, + { + "rank": 11, + "brand": "Becks", + "product": "4337XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 54.6, + "Yield": 89.3, + "Adj Yield": 90.1 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 54.6, + "Yield": 91.4, + "Adj Yield": 91.4 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/145327" + ], + "fetched_at": "2026-05-27T02:25:00.850227+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145327.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145327.md new file mode 100644 index 00000000..79a2e7f1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145327.md @@ -0,0 +1,47 @@ +# Soybean yield trial — Switz City, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IN +- **County:** Greene +- **City:** Switz City +- **Year:** 2025 +- **Plot ID:** 145327 +- **Cooperator:** White Farms Inc. +- **Plot average:** 92.29 BU/Ac +- **Planted:** 2025-04-18 +- **Harvested:** 2025-10-01 +- **Population:** 125,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 29 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/145327 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | G3577E3 | Enlist E3 | - | 11.8 | 53.9 | 96.7 | 96.7 | +| 3 | AgriGold | G3577E3 | Enlist E3 | - | 11.8 | 53.9 | 96.7 | 94.16 | +| 5 | Asgrow | AG33XF3 | XTENDFlex | - | 11.6 | 54.2 | 94.3 | 93.01 | +| 7 | AgriGold | G3404E3 | Enlist E3 | - | 11.8 | 54.4 | 92.8 | 92.56 | +| 1 | AgriGold | G3552XF | XTENDFlex | - | 11.7 | 53.9 | 96.0 | 96.84 | +| 9 | Asgrow | AG35XF5 | XTENDFlex | - | 12.2 | 54.5 | 89.8 | 91.72 | +| - | AgriGold | G3577E3 | Enlist E3 | - | 11.8 | - | 88.8 | 88.8 | +| 12 | Channel | 3624RXF | XTENDFlex | - | 11.3 | 54.5 | 87.2 | 89.24 | +| 4 | Becks | 3670E3 | Enlist E3 | - | 11.1 | 54.3 | 92.8 | 93.94 | +| 8 | Channel | 3823RXF | XTENDFlex | - | 11.1 | 55.7 | 91.7 | 92.32 | +| 2 | Becks | 3881XF | XTENDFlex | - | 11.0 | 55.1 | 96.6 | 96.78 | +| - | AgriGold | G3577E3 | Enlist E3 | - | 10.9 | 54.7 | 92.9 | 92.9 | +| 10 | AgriGold | G3854E3 | Enlist E3 | - | 10.9 | 53.8 | 90.6 | 90.61 | +| 6 | Asgrow | AG40XF5 | XTENDFlex | - | 11.0 | 54.4 | 92.3 | 92.57 | +| 13 | Channel | 4125RXF/SR | XTENDFlex/STS | - | 10.8 | 55.4 | 85.4 | 85.88 | +| 11 | Becks | 4337XF | XTENDFlex | - | 11.2 | 54.6 | 89.3 | 90.1 | +| - | AgriGold | G3577E3 | Enlist E3 | - | 10.8 | 54.6 | 91.4 | 91.4 | + +Top 5 by Yield: G3577E3 (AgriGold) 96.7, G3577E3 (AgriGold) 96.7, 3881XF (Becks) 96.6, G3552XF (AgriGold) 96.0, AG33XF3 (Asgrow) 94.3. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145332.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145332.json new file mode 100644 index 00000000..2b396290 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145332.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-145332", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Tallula", + "county": "Menard", + "year": 2025, + "plot_id": "145332", + "cooperator": "Randy Gum", + "plot_average": 83.74, + "planted_date": "2025-04-28", + "harvested_date": "2025-09-30", + "population_seeds_per_acre": 150000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "AgriGold", + "product": "G2755XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": 56.5, + "Yield": 81.2, + "Adj Yield": 81.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": 57.4, + "Yield": 85.2, + "Adj Yield": 85.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G2950XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.1, + "Test Wt.": 59.6, + "Yield": 82.9, + "Adj Yield": 82.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": 59.0, + "Yield": 89.4, + "Adj Yield": 89.4 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "G3144XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": 57.4, + "Yield": 78.9, + "Adj Yield": 78.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3255E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": 56.5, + "Yield": 88.5, + "Adj Yield": 88.5 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "G3334XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": 58.7, + "Yield": 77.2, + "Adj Yield": 77.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G3425E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.9, + "Test Wt.": 56.1, + "Yield": 80.0, + "Adj Yield": 80.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.7, + "Test Wt.": 58.7, + "Yield": 87.9, + "Adj Yield": 87.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G3725XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 8.7, + "Test Wt.": 58.1, + "Yield": 87.0, + "Adj Yield": 87.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.7, + "Test Wt.": 59.0, + "Yield": 90.8, + "Adj Yield": 90.8 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "G3955XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 8.8, + "Test Wt.": 58.9, + "Yield": 79.2, + "Adj Yield": 79.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G3552XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": 58.3, + "Yield": 80.4, + "Adj Yield": 80.4 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/145332" + ], + "fetched_at": "2026-05-27T02:25:01.340649+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145332.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145332.md new file mode 100644 index 00000000..38a4693b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145332.md @@ -0,0 +1,43 @@ +# Soybean yield trial — Tallula, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Menard +- **City:** Tallula +- **Year:** 2025 +- **Plot ID:** 145332 +- **Cooperator:** Randy Gum +- **Plot average:** 83.74 BU/Ac +- **Planted:** 2025-04-28 +- **Harvested:** 2025-09-30 +- **Population:** 150,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/145332 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | AgriGold | G2755XF | XTENDFlex | - | 9.4 | 56.5 | 81.2 | 81.2 | +| 6 | AgriGold | G2893E3 | Enlist E3 | - | 9.2 | 57.4 | 85.2 | 85.2 | +| 7 | AgriGold | G2950XF | XTENDFlex | - | 9.1 | 59.6 | 82.9 | 82.9 | +| 2 | AgriGold | G3051E3 | Enlist E3 | - | 9.0 | 59.0 | 89.4 | 89.4 | +| 12 | AgriGold | G3144XF | XTENDFlex | - | 9.0 | 57.4 | 78.9 | 78.9 | +| 3 | AgriGold | G3255E3 | Enlist E3 | - | 9.2 | 56.5 | 88.5 | 88.5 | +| 13 | AgriGold | G3334XF | XTENDFlex | - | 9.0 | 58.7 | 77.2 | 77.2 | +| 10 | AgriGold | G3425E3 | Enlist E3 | - | 8.9 | 56.1 | 80.0 | 80.0 | +| 4 | AgriGold | G3404E3 | Enlist E3 | - | 8.7 | 58.7 | 87.9 | 87.9 | +| 5 | AgriGold | G3725XF | XTENDFlex | - | 8.7 | 58.1 | 87.0 | 87.0 | +| 1 | AgriGold | G3854E3 | Enlist E3 | - | 8.7 | 59.0 | 90.8 | 90.8 | +| 11 | AgriGold | G3955XF | XTENDFlex | - | 8.8 | 58.9 | 79.2 | 79.2 | +| 9 | AgriGold | G3552XF | XTENDFlex | - | 9.0 | 58.3 | 80.4 | 80.4 | + +Top 5 by Yield: G3854E3 (AgriGold) 90.8, G3051E3 (AgriGold) 89.4, G3255E3 (AgriGold) 88.5, G3404E3 (AgriGold) 87.9, G3725XF (AgriGold) 87.0. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145338.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145338.json new file mode 100644 index 00000000..fd498d09 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145338.json @@ -0,0 +1,101 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-145338", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IA", + "state_abbrev": "ia", + "city": "Colesburg", + "county": "Delaware", + "year": 2025, + "plot_id": "145338", + "cooperator": "Steve Lueken", + "plot_average": 76.4, + "planted_date": "2025-04-17", + "harvested_date": "2025-09-27", + "population_seeds_per_acre": 110000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 4, + "brand": "AgriGold", + "product": "G1645E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": null, + "Yield": 75.3, + "Adj Yield": 75.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G2003E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": null, + "Yield": 75.6, + "Adj Yield": 75.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G2265E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": null, + "Yield": 70.7, + "Adj Yield": 70.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G2425E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": null, + "Yield": 81.3, + "Adj Yield": 81.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": null, + "Yield": 79.1, + "Adj Yield": 79.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/145338" + ], + "fetched_at": "2026-05-27T02:25:01.854178+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145338.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145338.md new file mode 100644 index 00000000..d464c380 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145338.md @@ -0,0 +1,35 @@ +# Soybean yield trial — Colesburg, IA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IA +- **County:** Delaware +- **City:** Colesburg +- **Year:** 2025 +- **Plot ID:** 145338 +- **Cooperator:** Steve Lueken +- **Plot average:** 76.4 BU/Ac +- **Planted:** 2025-04-17 +- **Harvested:** 2025-09-27 +- **Population:** 110,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/145338 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 4 | AgriGold | G1645E3 | - | - | 12.6 | - | 75.3 | 75.3 | +| 3 | AgriGold | G2003E3 | Enlist E3 | - | 11.7 | - | 75.6 | 75.6 | +| 5 | AgriGold | G2265E3 | - | - | 12.2 | - | 70.7 | 70.7 | +| 1 | AgriGold | G2425E3 | - | - | 12.4 | - | 81.3 | 81.3 | +| 2 | AgriGold | G2601E3 | Enlist E3 | - | 12.6 | - | 79.1 | 79.1 | + +Top 5 by Yield: G2425E3 (AgriGold) 81.3, G2601E3 (AgriGold) 79.1, G2003E3 (AgriGold) 75.6, G1645E3 (AgriGold) 75.3, G2265E3 (AgriGold) 70.7. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145347.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145347.json new file mode 100644 index 00000000..b60c36cb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145347.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-145347", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IA", + "state_abbrev": "ia", + "city": "Manchester", + "county": "Delaware", + "year": 2025, + "plot_id": "145347", + "cooperator": "Atwater Ag", + "plot_average": 59.82, + "planted_date": "2025-04-27", + "harvested_date": "2025-10-09", + "population_seeds_per_acre": 120000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Sandy Loam", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "G2265E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 57.3, + "Yield": 59.9, + "Adj Yield": 59.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G2265E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 57.0, + "Yield": 65.4, + "Adj Yield": 65.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G2265E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 58.6, + "Yield": 57.2, + "Adj Yield": 57.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G2265E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 56.8, + "Yield": 54.3, + "Adj Yield": 54.3 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G1645E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 55.7, + "Yield": 56.7, + "Adj Yield": 56.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G2003E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 56.3, + "Yield": 60.6, + "Adj Yield": 60.6 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G2265E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 56.0, + "Yield": 60.5, + "Adj Yield": 60.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "", + "traits": "", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 57.2, + "Yield": 57.1, + "Adj Yield": 57.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G2425E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 57.3, + "Yield": 63.0, + "Adj Yield": 63.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": null, + "Yield": 58.6, + "Adj Yield": 58.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "V2735E", + "traits": "", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 57.6, + "Yield": 64.4, + "Adj Yield": 64.4 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G2265E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 57.4, + "Yield": 54.4, + "Adj Yield": 54.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 55.5, + "Yield": 60.9, + "Adj Yield": 60.9 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/145347" + ], + "fetched_at": "2026-05-27T02:25:02.334403+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145347.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145347.md new file mode 100644 index 00000000..b3e10c34 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145347.md @@ -0,0 +1,43 @@ +# Soybean yield trial — Manchester, IA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IA +- **County:** Delaware +- **City:** Manchester +- **Year:** 2025 +- **Plot ID:** 145347 +- **Cooperator:** Atwater Ag +- **Plot average:** 59.82 BU/Ac +- **Planted:** 2025-04-27 +- **Harvested:** 2025-10-09 +- **Population:** 120,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Sandy Loam +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/145347 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | G2265E3 | - | - | 12.3 | 57.3 | 59.9 | 59.9 | +| 1 | AgriGold | G2265E3 | - | - | 12.2 | 57.0 | 65.4 | 65.4 | +| 7 | AgriGold | G2265E3 | - | - | 12.2 | 58.6 | 57.2 | 57.2 | +| 10 | AgriGold | G2265E3 | - | - | 12.3 | 56.8 | 54.3 | 54.3 | +| 9 | AgriGold | G1645E3 | - | - | 12.7 | 55.7 | 56.7 | 56.7 | +| 5 | AgriGold | G2003E3 | Enlist E3 | - | 12.7 | 56.3 | 60.6 | 60.6 | +| - | AgriGold | G2265E3 | - | - | 12.6 | 56.0 | 60.5 | 60.5 | +| 8 | AgriGold | - | - | - | 12.8 | 57.2 | 57.1 | 57.1 | +| 3 | AgriGold | G2425E3 | - | - | 12.9 | 57.3 | 63.0 | 63.0 | +| 6 | AgriGold | G2601E3 | Enlist E3 | - | 12.9 | - | 58.6 | 58.6 | +| 2 | AgriGold | V2735E | - | - | 12.6 | 57.6 | 64.4 | 64.4 | +| - | AgriGold | G2265E3 | - | - | 12.4 | 57.4 | 54.4 | 54.4 | +| 4 | AgriGold | G2601E3 | Enlist E3 | - | 13.1 | 55.5 | 60.9 | 60.9 | + +Top 5 by Yield: G2265E3 (AgriGold) 65.4, V2735E (AgriGold) 64.4, G2425E3 (AgriGold) 63.0, G2601E3 (AgriGold) 60.9, G2003E3 (AgriGold) 60.6. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145351.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145351.json new file mode 100644 index 00000000..0de2b17d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145351.json @@ -0,0 +1,88 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-145351", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "AR", + "state_abbrev": "ar", + "city": "Monticello", + "county": "Drew", + "year": 2025, + "plot_id": "145351", + "cooperator": "Edward Schenk", + "plot_average": 72.18, + "planted_date": "2025-04-18", + "harvested_date": "2025-09-15", + "population_seeds_per_acre": 145000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 3, + "brand": "AgriGold", + "product": "G4650XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": null, + "Yield": 70.5, + "Adj Yield": 70.5 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G4755XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": null, + "Yield": 76.9, + "Adj Yield": 76.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4884E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": null, + "Yield": 71.9, + "Adj Yield": 71.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G4910XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": null, + "Yield": 69.4, + "Adj Yield": 69.4 + } + } + ], + "n_results": 4, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/145351" + ], + "fetched_at": "2026-05-27T02:25:02.840129+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145351.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145351.md new file mode 100644 index 00000000..9a1e3bf1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145351.md @@ -0,0 +1,34 @@ +# Soybean yield trial — Monticello, AR, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** AR +- **County:** Drew +- **City:** Monticello +- **Year:** 2025 +- **Plot ID:** 145351 +- **Cooperator:** Edward Schenk +- **Plot average:** 72.18 BU/Ac +- **Planted:** 2025-04-18 +- **Harvested:** 2025-09-15 +- **Population:** 145,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/145351 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | AgriGold | G4650XF | XTENDFlex | - | 10.7 | - | 70.5 | 70.5 | +| 1 | AgriGold | G4755XF | XTENDFlex | - | 10.3 | - | 76.9 | 76.9 | +| 2 | AgriGold | G4884E3 | Enlist E3 | - | 11.2 | - | 71.9 | 71.9 | +| 4 | AgriGold | G4910XF | XTENDFlex | - | 10.2 | - | 69.4 | 69.4 | + +Top 5 by Yield: G4755XF (AgriGold) 76.9, G4884E3 (AgriGold) 71.9, G4650XF (AgriGold) 70.5, G4910XF (AgriGold) 69.4. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145364.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145364.json new file mode 100644 index 00000000..bc18612b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145364.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-145364", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "KY", + "state_abbrev": "ky", + "city": "Clay", + "county": "Webster", + "year": 2025, + "plot_id": "145364", + "cooperator": "MITCHELL BROS", + "plot_average": 89.68, + "planted_date": "2025-04-18", + "harvested_date": "2025-10-01", + "population_seeds_per_acre": 125000, + "row_width": "15.0\"", + "num_rows": 15, + "soil_type": "Clay", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 12, + "brand": "AgriGold", + "product": "G3552XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 54.0, + "Yield": 84.1, + "Adj Yield": 84.1 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "35L17XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 55.0, + "Yield": 84.9, + "Adj Yield": 84.9 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G3725XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 55.0, + "Yield": 88.3, + "Adj Yield": 88.3 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G3955XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 55.0, + "Yield": 86.3, + "Adj Yield": 86.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 54.0, + "Yield": 92.2, + "Adj Yield": 92.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 54.0, + "Yield": 98.5, + "Adj Yield": 98.5 + } + }, + { + "rank": 5, + "brand": "Asgrow", + "product": "AG44XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 55.0, + "Yield": 92.1, + "Adj Yield": 92.1 + } + }, + { + "rank": 3, + "brand": "Asgrow", + "product": "AG43XF5", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 55.0, + "Yield": 94.1, + "Adj Yield": 94.1 + } + }, + { + "rank": 2, + "brand": "Asgrow", + "product": "AG40XF5", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 55.0, + "Yield": 94.5, + "Adj Yield": 94.5 + } + }, + { + "rank": 7, + "brand": "Asgrow", + "product": "AG38XF6", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 56.0, + "Yield": 89.4, + "Adj Yield": 89.4 + } + }, + { + "rank": 9, + "brand": "Asgrow", + "product": "AG36XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 55.0, + "Yield": 87.5, + "Adj Yield": 87.5 + } + }, + { + "rank": 6, + "brand": "Asgrow", + "product": "AG35XF5", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 54.0, + "Yield": 90.1, + "Adj Yield": 90.1 + } + }, + { + "rank": 13, + "brand": "Asgrow", + "product": "AG34XF6", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 54.0, + "Yield": 83.9, + "Adj Yield": 83.9 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/145364" + ], + "fetched_at": "2026-05-27T02:25:03.345558+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145364.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145364.md new file mode 100644 index 00000000..84e9967d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145364.md @@ -0,0 +1,43 @@ +# Soybean yield trial — Clay, KY, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** KY +- **County:** Webster +- **City:** Clay +- **Year:** 2025 +- **Plot ID:** 145364 +- **Cooperator:** MITCHELL BROS +- **Plot average:** 89.68 BU/Ac +- **Planted:** 2025-04-18 +- **Harvested:** 2025-10-01 +- **Population:** 125,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 15 +- **Soil type:** Clay +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/145364 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 12 | AgriGold | G3552XF | XTENDFlex | - | 12.8 | 54.0 | 84.1 | 84.1 | +| 11 | AgriGold | 35L17XF | XTENDFlex | - | 13.2 | 55.0 | 84.9 | 84.9 | +| 8 | AgriGold | G3725XF | XTENDFlex | - | 12.8 | 55.0 | 88.3 | 88.3 | +| 10 | AgriGold | G3955XF | XTENDFlex | - | 12.9 | 55.0 | 86.3 | 86.3 | +| 4 | AgriGold | G4184XF | XTENDFlex | - | 12.6 | 54.0 | 92.2 | 92.2 | +| 1 | AgriGold | G4430XF | XTENDFlex | - | 12.5 | 54.0 | 98.5 | 98.5 | +| 5 | Asgrow | AG44XF4 | XTENDFlex | - | 13.0 | 55.0 | 92.1 | 92.1 | +| 3 | Asgrow | AG43XF5 | XTENDFlex | - | 13.0 | 55.0 | 94.1 | 94.1 | +| 2 | Asgrow | AG40XF5 | XTENDFlex | - | 13.1 | 55.0 | 94.5 | 94.5 | +| 7 | Asgrow | AG38XF6 | XTENDFlex | - | 13.5 | 56.0 | 89.4 | 89.4 | +| 9 | Asgrow | AG36XF4 | XTENDFlex | - | 13.5 | 55.0 | 87.5 | 87.5 | +| 6 | Asgrow | AG35XF5 | XTENDFlex | - | 13.8 | 54.0 | 90.1 | 90.1 | +| 13 | Asgrow | AG34XF6 | XTENDFlex | - | 13.6 | 54.0 | 83.9 | 83.9 | + +Top 5 by Yield: G4430XF (AgriGold) 98.5, AG40XF5 (Asgrow) 94.5, AG43XF5 (Asgrow) 94.1, G4184XF (AgriGold) 92.2, AG44XF4 (Asgrow) 92.1. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145372.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145372.json new file mode 100644 index 00000000..7c7be901 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145372.json @@ -0,0 +1,348 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-145372", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Hamlet", + "county": "Mercer", + "year": 2025, + "plot_id": "145372", + "cooperator": "Greg Close", + "plot_average": 80.36, + "planted_date": "2025-04-11", + "harvested_date": "2025-10-11", + "population_seeds_per_acre": 140000, + "row_width": "11.4\"", + "num_rows": 22, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 14, + "brand": "Pioneer", + "product": "P23Z82E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 56.4, + "Yield": 80.2, + "Adj Yield": 80.2 + } + }, + { + "rank": 8, + "brand": "Golden Harvest", + "product": "GH2315E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 56.1, + "Yield": 82.8, + "Adj Yield": 82.8 + } + }, + { + "rank": 6, + "brand": "Dyna Gro", + "product": "S25EN74", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 55.4, + "Yield": 85.0, + "Adj Yield": 85.0 + } + }, + { + "rank": 7, + "brand": "Xitavo", + "product": "XO2556E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 56.7, + "Yield": 82.9, + "Adj Yield": 82.9 + } + }, + { + "rank": 22, + "brand": "Xitavo", + "product": "XO2625E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 56.1, + "Yield": 72.4, + "Adj Yield": 72.4 + } + }, + { + "rank": 23, + "brand": "Burrus", + "product": "2681E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 55.5, + "Yield": 71.0, + "Adj Yield": 71.0 + } + }, + { + "rank": 4, + "brand": "Golden Harvest", + "product": "GH2674E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 56.3, + "Yield": 86.4, + "Adj Yield": 86.4 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P26Z86E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 55.4, + "Yield": 80.7, + "Adj Yield": 80.7 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 55.2, + "Yield": 81.4, + "Adj Yield": 81.4 + } + }, + { + "rank": 15, + "brand": "Pioneer", + "product": "P27Z41E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 57.5, + "Yield": 79.9, + "Adj Yield": 79.9 + } + }, + { + "rank": 10, + "brand": "Burrus", + "product": "2729E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 55.9, + "Yield": 82.7, + "Adj Yield": 82.7 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P28Z30E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 57.2, + "Yield": 82.8, + "Adj Yield": 82.8 + } + }, + { + "rank": 18, + "brand": "Dyna Gro", + "product": "S29ES45", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 58.0, + "Yield": 77.0, + "Adj Yield": 77.0 + } + }, + { + "rank": 16, + "brand": "Xitavo", + "product": "XO2926E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 57.6, + "Yield": 79.7, + "Adj Yield": 79.7 + } + }, + { + "rank": 1, + "brand": "Nu Tech", + "product": "29N05E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 57.4, + "Yield": 87.7, + "Adj Yield": 87.7 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P29Z61E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 57.3, + "Yield": 87.7, + "Adj Yield": 87.7 + } + }, + { + "rank": 20, + "brand": "Burrus", + "product": "2916E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 56.7, + "Yield": 75.4, + "Adj Yield": 75.4 + } + }, + { + "rank": 17, + "brand": "Nu Tech", + "product": "30N06E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 56.7, + "Yield": 78.6, + "Adj Yield": 78.6 + } + }, + { + "rank": 19, + "brand": "Dyna Gro", + "product": "S31EN14", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 55.7, + "Yield": 76.9, + "Adj Yield": 76.9 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P31Z03E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 55.9, + "Yield": 86.3, + "Adj Yield": 86.3 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P31Z32E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 57.0, + "Yield": 82.2, + "Adj Yield": 82.2 + } + }, + { + "rank": 21, + "brand": "Nu Tech", + "product": "32N05E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 56.9, + "Yield": 74.6, + "Adj Yield": 74.6 + } + }, + { + "rank": 24, + "brand": "Golden Harvest", + "product": "GH3355E3S", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 57.0, + "Yield": 66.9, + "Adj Yield": 66.9 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P33Z17E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 57.0, + "Yield": 87.4, + "Adj Yield": 87.4 + } + } + ], + "n_results": 24, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/145372" + ], + "fetched_at": "2026-05-27T02:25:03.834521+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145372.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145372.md new file mode 100644 index 00000000..471ebe61 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145372.md @@ -0,0 +1,54 @@ +# Soybean yield trial — Hamlet, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Mercer +- **City:** Hamlet +- **Year:** 2025 +- **Plot ID:** 145372 +- **Cooperator:** Greg Close +- **Plot average:** 80.36 BU/Ac +- **Planted:** 2025-04-11 +- **Harvested:** 2025-10-11 +- **Population:** 140,000 seeds/acre +- **Row width:** 11.4" +- **# Rows:** 22 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/145372 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 14 | Pioneer | P23Z82E | Enlist E3 | - | 13.2 | 56.4 | 80.2 | 80.2 | +| 8 | Golden Harvest | GH2315E3 | Enlist E3 | - | 13.2 | 56.1 | 82.8 | 82.8 | +| 6 | Dyna Gro | S25EN74 | Enlist E3 | - | 12.9 | 55.4 | 85.0 | 85.0 | +| 7 | Xitavo | XO2556E | Enlist E3 | - | 12.9 | 56.7 | 82.9 | 82.9 | +| 22 | Xitavo | XO2625E | Enlist E3 | - | 12.9 | 56.1 | 72.4 | 72.4 | +| 23 | Burrus | 2681E | Enlist E3 | - | 12.6 | 55.5 | 71.0 | 71.0 | +| 4 | Golden Harvest | GH2674E3 | Enlist E3 | - | 12.9 | 56.3 | 86.4 | 86.4 | +| 13 | Pioneer | P26Z86E | Enlist E3 | - | 12.8 | 55.4 | 80.7 | 80.7 | +| 12 | AgriGold | G2601E3 | Enlist E3 | - | 12.6 | 55.2 | 81.4 | 81.4 | +| 15 | Pioneer | P27Z41E | Enlist E3 | - | 12.1 | 57.5 | 79.9 | 79.9 | +| 10 | Burrus | 2729E | Enlist E3 | - | 12.9 | 55.9 | 82.7 | 82.7 | +| 8 | Pioneer | P28Z30E | Enlist E3 | - | 12.4 | 57.2 | 82.8 | 82.8 | +| 18 | Dyna Gro | S29ES45 | Enlist E3 | - | 12.4 | 58.0 | 77.0 | 77.0 | +| 16 | Xitavo | XO2926E | Enlist E3 | - | 12.5 | 57.6 | 79.7 | 79.7 | +| 1 | Nu Tech | 29N05E | Enlist E3 | - | 12.0 | 57.4 | 87.7 | 87.7 | +| 1 | Pioneer | P29Z61E | Enlist E3 | - | 12.3 | 57.3 | 87.7 | 87.7 | +| 20 | Burrus | 2916E | Enlist E3 | - | 12.8 | 56.7 | 75.4 | 75.4 | +| 17 | Nu Tech | 30N06E | Enlist E3 | - | 12.7 | 56.7 | 78.6 | 78.6 | +| 19 | Dyna Gro | S31EN14 | Enlist E3 | - | 12.8 | 55.7 | 76.9 | 76.9 | +| 5 | Pioneer | P31Z03E | Enlist E3 | - | 12.2 | 55.9 | 86.3 | 86.3 | +| 11 | Pioneer | P31Z32E | Enlist E3 | - | 12.0 | 57.0 | 82.2 | 82.2 | +| 21 | Nu Tech | 32N05E | Enlist E3 | - | 12.3 | 56.9 | 74.6 | 74.6 | +| 24 | Golden Harvest | GH3355E3S | Enlist E3 | - | 12.6 | 57.0 | 66.9 | 66.9 | +| 3 | Pioneer | P33Z17E | Enlist E3 | - | 12.6 | 57.0 | 87.4 | 87.4 | + +Top 5 by Yield: 29N05E (Nu Tech) 87.7, P29Z61E (Pioneer) 87.7, P33Z17E (Pioneer) 87.4, GH2674E3 (Golden Harvest) 86.4, P31Z03E (Pioneer) 86.3. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145410.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145410.json new file mode 100644 index 00000000..1e59cefe --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145410.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-145410", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "KY", + "state_abbrev": "ky", + "city": "Clay", + "county": "Webster", + "year": 2025, + "plot_id": "145410", + "cooperator": "Turley Bros", + "plot_average": 79.75, + "planted_date": "2025-04-23", + "harvested_date": "2025-10-01", + "population_seeds_per_acre": 121000, + "row_width": "20.0\"", + "num_rows": 12, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 10, + "brand": "AgriGold", + "product": "G3334XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 55.0, + "Yield": 70.5, + "Adj Yield": 70.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G3552XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 54.0, + "Yield": 79.6, + "Adj Yield": 79.6 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "35L17XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": 55.0, + "Yield": 73.0, + "Adj Yield": 73.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3725XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 54.0, + "Yield": 81.0, + "Adj Yield": 81.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3955XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 54.0, + "Yield": 83.3, + "Adj Yield": 83.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 53.0, + "Yield": 81.3, + "Adj Yield": 81.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 54.0, + "Yield": 86.2, + "Adj Yield": 86.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G3425E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 54.0, + "Yield": 73.5, + "Adj Yield": 73.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 55.0, + "Yield": 84.1, + "Adj Yield": 84.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "39L18E3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 54.0, + "Yield": 85.0, + "Adj Yield": 85.0 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/145410" + ], + "fetched_at": "2026-05-27T02:25:04.356336+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145410.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145410.md new file mode 100644 index 00000000..5da11ce3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145410.md @@ -0,0 +1,40 @@ +# Soybean yield trial — Clay, KY, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** KY +- **County:** Webster +- **City:** Clay +- **Year:** 2025 +- **Plot ID:** 145410 +- **Cooperator:** Turley Bros +- **Plot average:** 79.75 BU/Ac +- **Planted:** 2025-04-23 +- **Harvested:** 2025-10-01 +- **Population:** 121,000 seeds/acre +- **Row width:** 20.0" +- **# Rows:** 12 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/145410 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 10 | AgriGold | G3334XF | XTENDFlex | - | 11.2 | 55.0 | 70.5 | 70.5 | +| 7 | AgriGold | G3552XF | XTENDFlex | - | 11.4 | 54.0 | 79.6 | 79.6 | +| 9 | AgriGold | 35L17XF | XTENDFlex | - | 11.5 | 55.0 | 73.0 | 73.0 | +| 6 | AgriGold | G3725XF | XTENDFlex | - | 11.2 | 54.0 | 81.0 | 81.0 | +| 4 | AgriGold | G3955XF | XTENDFlex | - | 11.0 | 54.0 | 83.3 | 83.3 | +| 5 | AgriGold | G4184XF | XTENDFlex | - | 11.3 | 53.0 | 81.3 | 81.3 | +| 1 | AgriGold | G4430XF | XTENDFlex | - | 11.0 | 54.0 | 86.2 | 86.2 | +| 8 | AgriGold | G3425E3 | Enlist E3 | - | 10.9 | 54.0 | 73.5 | 73.5 | +| 3 | AgriGold | G3854E3 | Enlist E3 | - | 11.0 | 55.0 | 84.1 | 84.1 | +| 2 | AgriGold | 39L18E3 | XTENDFlex | - | 11.0 | 54.0 | 85.0 | 85.0 | + +Top 5 by Yield: G4430XF (AgriGold) 86.2, 39L18E3 (AgriGold) 85.0, G3854E3 (AgriGold) 84.1, G3955XF (AgriGold) 83.3, G4184XF (AgriGold) 81.3. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145421.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145421.json new file mode 100644 index 00000000..26d3717f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145421.json @@ -0,0 +1,127 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-145421", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "OH", + "state_abbrev": "oh", + "city": "Bucyrus", + "county": "Crawford", + "year": 2025, + "plot_id": "145421", + "cooperator": "Greg & Matt Lutz", + "plot_average": 81.16, + "planted_date": "2025-04-23", + "harvested_date": "2025-10-01", + "population_seeds_per_acre": 140000, + "row_width": "15.0\"", + "num_rows": 23, + "soil_type": "Sandy Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "Aproach Prima", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 57.0, + "Yield": 78.3, + "Adj Yield": 78.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G3255E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 57.7, + "Yield": 86.8, + "Adj Yield": 85.42 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": 58.9, + "Yield": 80.3, + "Adj Yield": 79.89 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 58.8, + "Yield": 80.3, + "Adj Yield": 80.78 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 56.9, + "Yield": 78.4, + "Adj Yield": 79.79 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 57.1, + "Yield": 73.8, + "Adj Yield": 73.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 57.0, + "Yield": 78.3, + "Adj Yield": 79.93 + } + } + ], + "n_results": 7, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/145421" + ], + "fetched_at": "2026-05-27T02:25:04.840372+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145421.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145421.md new file mode 100644 index 00000000..5bf19398 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145421.md @@ -0,0 +1,38 @@ +# Soybean yield trial — Bucyrus, OH, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** OH +- **County:** Crawford +- **City:** Bucyrus +- **Year:** 2025 +- **Plot ID:** 145421 +- **Cooperator:** Greg & Matt Lutz +- **Plot average:** 81.16 BU/Ac +- **Planted:** 2025-04-23 +- **Harvested:** 2025-10-01 +- **Population:** 140,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 23 +- **Soil type:** Sandy Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **Fungicide:** Aproach Prima +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/145421 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | G3404E3 | Enlist E3 | - | 11.1 | 57.0 | 78.3 | 78.3 | +| 1 | AgriGold | G3255E3 | Enlist E3 | - | 11.3 | 57.7 | 86.8 | 85.42 | +| 4 | AgriGold | G3051E3 | Enlist E3 | - | 11.5 | 58.9 | 80.3 | 79.89 | +| 2 | AgriGold | G2893E3 | Enlist E3 | - | 11.4 | 58.8 | 80.3 | 80.78 | +| 5 | AgriGold | G2601E3 | Enlist E3 | - | 11.9 | 56.9 | 78.4 | 79.79 | +| - | AgriGold | G3404E3 | Enlist E3 | - | 11.6 | 57.1 | 73.8 | 73.8 | +| 3 | AgriGold | G3404E3 | Enlist E3 | - | 11.1 | 57.0 | 78.3 | 79.93 | + +Top 5 by Yield: G3255E3 (AgriGold) 86.8, G3051E3 (AgriGold) 80.3, G2893E3 (AgriGold) 80.3, G2601E3 (AgriGold) 78.4, G3404E3 (AgriGold) 78.3. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145423.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145423.json new file mode 100644 index 00000000..f71e42f5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145423.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-145423", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IN", + "state_abbrev": "in", + "city": "Loogootee", + "county": "Daviess", + "year": 2025, + "plot_id": "145423", + "cooperator": "GARY & LANCE MATHIES", + "plot_average": 87.8, + "planted_date": "2025-04-24", + "harvested_date": "2025-10-04", + "population_seeds_per_acre": 135000, + "row_width": "15.0\"", + "num_rows": 12, + "soil_type": "Clay", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "G3255E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 55.0, + "Yield": 95.2, + "Adj Yield": 95.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G3334XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 54.0, + "Yield": 79.4, + "Adj Yield": 79.4 + } + }, + { + "rank": 5, + "brand": "Asgrow", + "product": "AG33XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 54.0, + "Yield": 88.7, + "Adj Yield": 88.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 55.0, + "Yield": 95.6, + "Adj Yield": 95.6 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G3425E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 55.0, + "Yield": 79.4, + "Adj Yield": 79.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3552XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 56.0, + "Yield": 91.8, + "Adj Yield": 91.8 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "35L17XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 56.0, + "Yield": 86.0, + "Adj Yield": 86.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3725XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 55.0, + "Yield": 92.1, + "Adj Yield": 92.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G3955XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 56.0, + "Yield": 86.1, + "Adj Yield": 86.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "39L18E3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 56.0, + "Yield": 83.9, + "Adj Yield": 83.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 56.0, + "Yield": 87.6, + "Adj Yield": 87.6 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/145423" + ], + "fetched_at": "2026-05-27T02:25:05.313912+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145423.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145423.md new file mode 100644 index 00000000..bc981065 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145423.md @@ -0,0 +1,41 @@ +# Soybean yield trial — Loogootee, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IN +- **County:** Daviess +- **City:** Loogootee +- **Year:** 2025 +- **Plot ID:** 145423 +- **Cooperator:** GARY & LANCE MATHIES +- **Plot average:** 87.8 BU/Ac +- **Planted:** 2025-04-24 +- **Harvested:** 2025-10-04 +- **Population:** 135,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 12 +- **Soil type:** Clay +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/145423 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | G3255E3 | Enlist E3 | - | 12.4 | 55.0 | 95.2 | 95.2 | +| 10 | AgriGold | G3334XF | XTENDFlex | - | 12.7 | 54.0 | 79.4 | 79.4 | +| 5 | Asgrow | AG33XF3 | XTENDFlex | - | 12.8 | 54.0 | 88.7 | 88.7 | +| 1 | AgriGold | G3404E3 | Enlist E3 | - | 12.8 | 55.0 | 95.6 | 95.6 | +| 10 | AgriGold | G3425E3 | Enlist E3 | - | 12.7 | 55.0 | 79.4 | 79.4 | +| 4 | AgriGold | G3552XF | XTENDFlex | - | 12.8 | 56.0 | 91.8 | 91.8 | +| 8 | AgriGold | 35L17XF | XTENDFlex | - | 13.0 | 56.0 | 86.0 | 86.0 | +| 3 | AgriGold | G3725XF | XTENDFlex | - | 12.5 | 55.0 | 92.1 | 92.1 | +| 7 | AgriGold | G3955XF | XTENDFlex | - | 12.4 | 56.0 | 86.1 | 86.1 | +| 9 | AgriGold | 39L18E3 | XTENDFlex | - | 12.3 | 56.0 | 83.9 | 83.9 | +| 6 | AgriGold | G3854E3 | Enlist E3 | - | 12.5 | 56.0 | 87.6 | 87.6 | + +Top 5 by Yield: G3404E3 (AgriGold) 95.6, G3255E3 (AgriGold) 95.2, G3725XF (AgriGold) 92.1, G3552XF (AgriGold) 91.8, AG33XF3 (Asgrow) 88.7. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145442.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145442.json new file mode 100644 index 00000000..214c6ef9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145442.json @@ -0,0 +1,114 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-145442", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IN", + "state_abbrev": "in", + "city": "Dale", + "county": "Spencer", + "year": 2025, + "plot_id": "145442", + "cooperator": "Mark And Luke Lubbehusen", + "plot_average": 96.98, + "planted_date": "2025-04-24", + "harvested_date": "2025-10-16", + "population_seeds_per_acre": 135000, + "row_width": "15.0\"", + "num_rows": 12, + "soil_type": "Clay", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 4, + "brand": "AgriGold", + "product": "G3552XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 54.0, + "Yield": 95.9, + "Adj Yield": 95.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "35L17XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 54.0, + "Yield": 95.4, + "Adj Yield": 95.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G3725XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 54.0, + "Yield": 101.4, + "Adj Yield": 101.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3955XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 55.0, + "Yield": 96.8, + "Adj Yield": 96.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 55.0, + "Yield": 92.4, + "Adj Yield": 92.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 55.0, + "Yield": 100.0, + "Adj Yield": 100.0 + } + } + ], + "n_results": 6, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/145442" + ], + "fetched_at": "2026-05-27T02:25:05.852367+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145442.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145442.md new file mode 100644 index 00000000..dbccda01 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145442.md @@ -0,0 +1,36 @@ +# Soybean yield trial — Dale, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IN +- **County:** Spencer +- **City:** Dale +- **Year:** 2025 +- **Plot ID:** 145442 +- **Cooperator:** Mark And Luke Lubbehusen +- **Plot average:** 96.98 BU/Ac +- **Planted:** 2025-04-24 +- **Harvested:** 2025-10-16 +- **Population:** 135,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 12 +- **Soil type:** Clay +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/145442 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 4 | AgriGold | G3552XF | XTENDFlex | - | 12.5 | 54.0 | 95.9 | 95.9 | +| 5 | AgriGold | 35L17XF | XTENDFlex | - | 12.7 | 54.0 | 95.4 | 95.4 | +| 1 | AgriGold | G3725XF | XTENDFlex | - | 13.1 | 54.0 | 101.4 | 101.4 | +| 3 | AgriGold | G3955XF | XTENDFlex | - | 12.8 | 55.0 | 96.8 | 96.8 | +| 6 | AgriGold | G4184XF | XTENDFlex | - | 13.1 | 55.0 | 92.4 | 92.4 | +| 2 | AgriGold | G4430XF | XTENDFlex | - | 13.0 | 55.0 | 100.0 | 100.0 | + +Top 5 by Yield: G3725XF (AgriGold) 101.4, G4430XF (AgriGold) 100.0, G3955XF (AgriGold) 96.8, G3552XF (AgriGold) 95.9, 35L17XF (AgriGold) 95.4. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145465.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145465.json new file mode 100644 index 00000000..09bfd375 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145465.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-145465", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Princeton", + "county": "Bureau", + "year": 2025, + "plot_id": "145465", + "cooperator": "Alan Madison", + "plot_average": 85.48, + "planted_date": "2025-04-24", + "harvested_date": "2025-09-28", + "population_seeds_per_acre": 110000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 11, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 57.7, + "Yield": 80.9, + "Adj Yield": 80.9 + } + }, + { + "rank": 9, + "brand": "FS Seeds", + "product": "HS26E20", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": 60.6, + "Yield": 84.9, + "Adj Yield": 84.9 + } + }, + { + "rank": 6, + "brand": "FS Seeds", + "product": "HS28E10", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": 59.0, + "Yield": 87.1, + "Adj Yield": 87.1 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P28Z30E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": 59.3, + "Yield": 89.4, + "Adj Yield": 89.4 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P28Z89E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": 58.9, + "Yield": 86.6, + "Adj Yield": 86.6 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P29Z61E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": 58.3, + "Yield": 90.3, + "Adj Yield": 90.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 58.2, + "Yield": 85.8, + "Adj Yield": 85.8 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P31Z03E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 57.7, + "Yield": 90.2, + "Adj Yield": 90.2 + } + }, + { + "rank": 10, + "brand": "FS Seeds", + "product": "HS31E20", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": 58.0, + "Yield": 82.5, + "Adj Yield": 82.5 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P31Z32E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": 59.9, + "Yield": 87.3, + "Adj Yield": 87.3 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P33Z17E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": 59.4, + "Yield": 92.2, + "Adj Yield": 92.2 + } + }, + { + "rank": 13, + "brand": "FS Seeds", + "product": "HS34E40", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": 61.4, + "Yield": 74.8, + "Adj Yield": 74.8 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "G3425E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": 59.2, + "Yield": 79.3, + "Adj Yield": 79.3 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/145465" + ], + "fetched_at": "2026-05-27T02:25:06.334627+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145465.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145465.md new file mode 100644 index 00000000..78db060d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145465.md @@ -0,0 +1,43 @@ +# Soybean yield trial — Princeton, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Bureau +- **City:** Princeton +- **Year:** 2025 +- **Plot ID:** 145465 +- **Cooperator:** Alan Madison +- **Plot average:** 85.48 BU/Ac +- **Planted:** 2025-04-24 +- **Harvested:** 2025-09-28 +- **Population:** 110,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/145465 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 11 | AgriGold | G2601E3 | Enlist E3 | - | 10.9 | 57.7 | 80.9 | 80.9 | +| 9 | FS Seeds | HS26E20 | Enlist E3 | - | 10.4 | 60.6 | 84.9 | 84.9 | +| 6 | FS Seeds | HS28E10 | Enlist E3 | - | 10.4 | 59.0 | 87.1 | 87.1 | +| 4 | Pioneer | P28Z30E | Enlist E3 | - | 10.2 | 59.3 | 89.4 | 89.4 | +| 7 | Pioneer | P28Z89E | Enlist E3 | - | 10.3 | 58.9 | 86.6 | 86.6 | +| 2 | Pioneer | P29Z61E | Enlist E3 | - | 10.4 | 58.3 | 90.3 | 90.3 | +| 8 | AgriGold | G3051E3 | Enlist E3 | - | 10.6 | 58.2 | 85.8 | 85.8 | +| 3 | Pioneer | P31Z03E | Enlist E3 | - | 10.7 | 57.7 | 90.2 | 90.2 | +| 10 | FS Seeds | HS31E20 | Enlist E3 | - | 10.3 | 58.0 | 82.5 | 82.5 | +| 5 | Pioneer | P31Z32E | Enlist E3 | - | 10.2 | 59.9 | 87.3 | 87.3 | +| 1 | Pioneer | P33Z17E | Enlist E3 | - | 10.2 | 59.4 | 92.2 | 92.2 | +| 13 | FS Seeds | HS34E40 | Enlist E3 | - | 10.4 | 61.4 | 74.8 | 74.8 | +| 12 | AgriGold | G3425E3 | Enlist E3 | - | 10.1 | 59.2 | 79.3 | 79.3 | + +Top 5 by Yield: P33Z17E (Pioneer) 92.2, P29Z61E (Pioneer) 90.3, P31Z03E (Pioneer) 90.2, P28Z30E (Pioneer) 89.4, P31Z32E (Pioneer) 87.3. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145474.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145474.json new file mode 100644 index 00000000..5e451b95 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145474.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-145474", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "KY", + "state_abbrev": "ky", + "city": "Stanley", + "county": "Daviess", + "year": 2025, + "plot_id": "145474", + "cooperator": "Stanley Crop Service", + "plot_average": 58.54, + "planted_date": "2025-04-21", + "harvested_date": "2025-10-09", + "population_seeds_per_acre": 129000, + "row_width": "15.0\"", + "num_rows": 15, + "soil_type": "Sand", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 56.0, + "Yield": 65.2, + "Adj Yield": 65.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3425E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 56.0, + "Yield": 57.6, + "Adj Yield": 57.6 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P37Z06E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 56.0, + "Yield": 59.9, + "Adj Yield": 59.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 56.0, + "Yield": 61.1, + "Adj Yield": 61.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "39L18E3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": 56.0, + "Yield": 61.5, + "Adj Yield": 61.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G4051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 56.0, + "Yield": 55.5, + "Adj Yield": 55.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G4204E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 56.0, + "Yield": 59.6, + "Adj Yield": 59.6 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P44Z67BE", + "traits": "Enlist/STS", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 56.0, + "Yield": 55.4, + "Adj Yield": 55.4 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P45Z75E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 56.0, + "Yield": 51.1, + "Adj Yield": 51.1 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/145474" + ], + "fetched_at": "2026-05-27T02:25:06.822602+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145474.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145474.md new file mode 100644 index 00000000..e364a3cf --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145474.md @@ -0,0 +1,39 @@ +# Soybean yield trial — Stanley, KY, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** KY +- **County:** Daviess +- **City:** Stanley +- **Year:** 2025 +- **Plot ID:** 145474 +- **Cooperator:** Stanley Crop Service +- **Plot average:** 58.54 BU/Ac +- **Planted:** 2025-04-21 +- **Harvested:** 2025-10-09 +- **Population:** 129,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 15 +- **Soil type:** Sand +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/145474 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | G3404E3 | Enlist E3 | - | 13.8 | 56.0 | 65.2 | 65.2 | +| 6 | AgriGold | G3425E3 | Enlist E3 | - | 13.6 | 56.0 | 57.6 | 57.6 | +| 4 | Pioneer | P37Z06E | Enlist E3 | - | 12.9 | 56.0 | 59.9 | 59.9 | +| 3 | AgriGold | G3854E3 | Enlist E3 | - | 13.2 | 56.0 | 61.1 | 61.1 | +| 2 | AgriGold | 39L18E3 | XTENDFlex | - | 14.6 | 56.0 | 61.5 | 61.5 | +| 7 | AgriGold | G4051E3 | Enlist E3 | - | 13.3 | 56.0 | 55.5 | 55.5 | +| 5 | AgriGold | G4204E3 | Enlist E3 | - | 14.0 | 56.0 | 59.6 | 59.6 | +| 8 | Pioneer | P44Z67BE | Enlist/STS | - | 12.7 | 56.0 | 55.4 | 55.4 | +| 9 | Pioneer | P45Z75E | Enlist E3 | - | 12.0 | 56.0 | 51.1 | 51.1 | + +Top 5 by Yield: G3404E3 (AgriGold) 65.2, 39L18E3 (AgriGold) 61.5, G3854E3 (AgriGold) 61.1, P37Z06E (Pioneer) 59.9, G4204E3 (AgriGold) 59.6. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145477.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145477.json new file mode 100644 index 00000000..944c37a2 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145477.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-145477", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Polo", + "county": "Ogle", + "year": 2025, + "plot_id": "145477", + "cooperator": "Jeff Frey", + "plot_average": 75.48, + "planted_date": "2025-04-27", + "harvested_date": "2025-10-03", + "population_seeds_per_acre": 140000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 3, + "brand": "AgriGold", + "product": "G2265E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 56.0, + "Yield": 77.9, + "Adj Yield": 77.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G2425E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 54.5, + "Yield": 81.8, + "Adj Yield": 81.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": 56.9, + "Yield": 77.2, + "Adj Yield": 77.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G2755XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": 56.1, + "Yield": 73.7, + "Adj Yield": 73.7 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": 55.7, + "Yield": 67.8, + "Adj Yield": 67.8 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "29L15E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": 56.4, + "Yield": 71.3, + "Adj Yield": 71.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G2950XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": 55.4, + "Yield": 77.3, + "Adj Yield": 77.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": 57.0, + "Yield": 76.5, + "Adj Yield": 76.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G3144XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": 55.6, + "Yield": 70.9, + "Adj Yield": 70.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G2265E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": 56.1, + "Yield": 80.4, + "Adj Yield": 80.4 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/145477" + ], + "fetched_at": "2026-05-27T02:25:07.332899+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145477.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145477.md new file mode 100644 index 00000000..e0b7a320 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145477.md @@ -0,0 +1,40 @@ +# Soybean yield trial — Polo, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Ogle +- **City:** Polo +- **Year:** 2025 +- **Plot ID:** 145477 +- **Cooperator:** Jeff Frey +- **Plot average:** 75.48 BU/Ac +- **Planted:** 2025-04-27 +- **Harvested:** 2025-10-03 +- **Population:** 140,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/145477 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | AgriGold | G2265E3 | - | - | 11.0 | 56.0 | 77.9 | 77.9 | +| 1 | AgriGold | G2425E3 | - | - | 10.6 | 54.5 | 81.8 | 81.8 | +| 5 | AgriGold | G2601E3 | Enlist E3 | - | 9.9 | 56.9 | 77.2 | 77.2 | +| 7 | AgriGold | G2755XF | XTENDFlex | - | 9.7 | 56.1 | 73.7 | 73.7 | +| 10 | AgriGold | G2893E3 | Enlist E3 | - | 9.4 | 55.7 | 67.8 | 67.8 | +| 8 | AgriGold | 29L15E3 | - | - | 9.5 | 56.4 | 71.3 | 71.3 | +| 4 | AgriGold | G2950XF | XTENDFlex | - | 9.4 | 55.4 | 77.3 | 77.3 | +| 6 | AgriGold | G3051E3 | Enlist E3 | - | 9.8 | 57.0 | 76.5 | 76.5 | +| 9 | AgriGold | G3144XF | XTENDFlex | - | 9.8 | 55.6 | 70.9 | 70.9 | +| 2 | AgriGold | G2265E3 | - | - | 9.9 | 56.1 | 80.4 | 80.4 | + +Top 5 by Yield: G2425E3 (AgriGold) 81.8, G2265E3 (AgriGold) 80.4, G2265E3 (AgriGold) 77.9, G2950XF (AgriGold) 77.3, G2601E3 (AgriGold) 77.2. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145498.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145498.json new file mode 100644 index 00000000..608d1efc --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145498.json @@ -0,0 +1,114 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-145498", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "TN", + "state_abbrev": "tn", + "city": "Scottshill", + "county": "Henderson", + "year": 2025, + "plot_id": "145498", + "cooperator": "Matthew Petty", + "plot_average": 63.3, + "planted_date": "2025-04-16", + "harvested_date": "2025-10-01", + "population_seeds_per_acre": 80000, + "row_width": "15.0\"", + "num_rows": 7, + "soil_type": null, + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 59.0, + "Yield": 51.6, + "Adj Yield": 51.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 58.0, + "Yield": 69.5, + "Adj Yield": 69.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G4650XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 57.7, + "Yield": 54.9, + "Adj Yield": 54.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G4755XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 57.9, + "Yield": 79.7, + "Adj Yield": 79.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G4910XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 58.3, + "Yield": 57.4, + "Adj Yield": 57.4 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G5104XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 59.2, + "Yield": 66.7, + "Adj Yield": 66.7 + } + } + ], + "n_results": 6, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/145498" + ], + "fetched_at": "2026-05-27T02:25:07.839578+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145498.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145498.md new file mode 100644 index 00000000..dc55e722 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145498.md @@ -0,0 +1,35 @@ +# Soybean yield trial — Scottshill, TN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** TN +- **County:** Henderson +- **City:** Scottshill +- **Year:** 2025 +- **Plot ID:** 145498 +- **Cooperator:** Matthew Petty +- **Plot average:** 63.3 BU/Ac +- **Planted:** 2025-04-16 +- **Harvested:** 2025-10-01 +- **Population:** 80,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 7 +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/145498 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | AgriGold | G4184XF | XTENDFlex | - | 11.3 | 59.0 | 51.6 | 51.6 | +| 2 | AgriGold | G4430XF | XTENDFlex | - | 11.8 | 58.0 | 69.5 | 69.5 | +| 5 | AgriGold | G4650XF | XTENDFlex | - | 12.5 | 57.7 | 54.9 | 54.9 | +| 1 | AgriGold | G4755XF | XTENDFlex | - | 12.7 | 57.9 | 79.7 | 79.7 | +| 4 | AgriGold | G4910XF | XTENDFlex | - | 12.7 | 58.3 | 57.4 | 57.4 | +| 3 | AgriGold | G5104XF | XTENDFlex | - | 12.4 | 59.2 | 66.7 | 66.7 | + +Top 5 by Yield: G4755XF (AgriGold) 79.7, G4430XF (AgriGold) 69.5, G5104XF (AgriGold) 66.7, G4910XF (AgriGold) 57.4, G4650XF (AgriGold) 54.9. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145511.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145511.json new file mode 100644 index 00000000..054963c1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145511.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-145511", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "NE", + "state_abbrev": "ne", + "city": "Stamford", + "county": "Harlan", + "year": 2025, + "plot_id": "145511", + "cooperator": "BJ Biskup", + "plot_average": 56.52, + "planted_date": "2025-04-28", + "harvested_date": "2025-10-13", + "population_seeds_per_acre": 125000, + "row_width": "20.0\"", + "num_rows": 12, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.6, + "Test Wt.": 56.4, + "Yield": 65.0, + "Adj Yield": 65.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G2265E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 8.5, + "Test Wt.": 55.9, + "Yield": 48.6, + "Adj Yield": 48.26 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G2425E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 8.6, + "Test Wt.": 55.6, + "Yield": 50.9, + "Adj Yield": 50.61 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.5, + "Test Wt.": 56.6, + "Yield": 50.6, + "Adj Yield": 50.43 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "V2735E", + "traits": "", + "metrics": { + "Ck": null, + "H20": 8.5, + "Test Wt.": 57.4, + "Yield": 54.9, + "Adj Yield": 54.83 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.9, + "Test Wt.": 56.9, + "Yield": 58.7, + "Adj Yield": 58.66 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3255E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.6, + "Test Wt.": 57.7, + "Yield": 57.0, + "Adj Yield": 57.09 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.8, + "Test Wt.": 57.2, + "Yield": 60.0, + "Adj Yield": 60.14 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3425E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.6, + "Test Wt.": 57.1, + "Yield": 59.1, + "Adj Yield": 59.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.6, + "Test Wt.": 56.9, + "Yield": 64.2, + "Adj Yield": 64.54 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.6, + "Test Wt.": 56.9, + "Yield": 64.2, + "Adj Yield": 64.2 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P30A75E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.6, + "Test Wt.": 56.4, + "Yield": 61.0, + "Adj Yield": 61.34 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/145511" + ], + "fetched_at": "2026-05-27T02:25:08.353996+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145511.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145511.md new file mode 100644 index 00000000..f618a865 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145511.md @@ -0,0 +1,42 @@ +# Soybean yield trial — Stamford, NE, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** NE +- **County:** Harlan +- **City:** Stamford +- **Year:** 2025 +- **Plot ID:** 145511 +- **Cooperator:** BJ Biskup +- **Plot average:** 56.52 BU/Ac +- **Planted:** 2025-04-28 +- **Harvested:** 2025-10-13 +- **Population:** 125,000 seeds/acre +- **Row width:** 20.0" +- **# Rows:** 12 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/145511 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | G3051E3 | Enlist E3 | - | 8.6 | 56.4 | 65.0 | 65.0 | +| 10 | AgriGold | G2265E3 | - | - | 8.5 | 55.9 | 48.6 | 48.26 | +| 8 | AgriGold | G2425E3 | - | - | 8.6 | 55.6 | 50.9 | 50.61 | +| 9 | AgriGold | G2601E3 | Enlist E3 | - | 8.5 | 56.6 | 50.6 | 50.43 | +| 7 | AgriGold | V2735E | - | - | 8.5 | 57.4 | 54.9 | 54.83 | +| 5 | AgriGold | G2893E3 | Enlist E3 | - | 8.9 | 56.9 | 58.7 | 58.66 | +| 6 | AgriGold | G3255E3 | Enlist E3 | - | 8.6 | 57.7 | 57.0 | 57.09 | +| 3 | AgriGold | G3404E3 | Enlist E3 | - | 8.8 | 57.2 | 60.0 | 60.14 | +| 4 | AgriGold | G3425E3 | Enlist E3 | - | 8.6 | 57.1 | 59.1 | 59.3 | +| 1 | AgriGold | G3051E3 | Enlist E3 | - | 8.6 | 56.9 | 64.2 | 64.54 | +| - | AgriGold | G3051E3 | Enlist E3 | - | 8.6 | 56.9 | 64.2 | 64.2 | +| 2 | Pioneer | P30A75E | Enlist E3 | - | 8.6 | 56.4 | 61.0 | 61.34 | + +Top 5 by Yield: G3051E3 (AgriGold) 65.0, G3051E3 (AgriGold) 64.2, G3051E3 (AgriGold) 64.2, P30A75E (Pioneer) 61.0, G3404E3 (AgriGold) 60.0. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145515.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145515.json new file mode 100644 index 00000000..3ad4e32d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145515.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-145515", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Genoa", + "county": "De Kalb", + "year": 2025, + "plot_id": "145515", + "cooperator": "Art Kuhn", + "plot_average": 80.29, + "planted_date": "2025-04-28", + "harvested_date": "2025-10-02", + "population_seeds_per_acre": 145000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "AgriGold", + "product": "G2003E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 56.2, + "Yield": 80.2, + "Adj Yield": 80.2 + } + }, + { + "rank": 9, + "brand": "NK Brand", + "product": "NK19-T8E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 57.2, + "Yield": 80.0, + "Adj Yield": 80.0 + } + }, + { + "rank": 10, + "brand": "NK Brand", + "product": "NK21-C2E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 55.4, + "Yield": 79.7, + "Adj Yield": 79.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G2003E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": 57.0, + "Yield": 80.7, + "Adj Yield": 80.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "V2157E", + "traits": "", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 56.5, + "Yield": 84.5, + "Adj Yield": 84.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G2265E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 56.0, + "Yield": 80.8, + "Adj Yield": 80.8 + } + }, + { + "rank": 1, + "brand": "NK Brand", + "product": "NK23-P1E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 56.2, + "Yield": 87.5, + "Adj Yield": 87.5 + } + }, + { + "rank": 2, + "brand": "Attain", + "product": "23A6 EXP", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": 55.9, + "Yield": 85.7, + "Adj Yield": 85.7 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G2425E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 58.2, + "Yield": 82.9, + "Adj Yield": 82.9 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 56.1, + "Yield": 78.7, + "Adj Yield": 78.7 + } + }, + { + "rank": 8, + "brand": "NK Brand", + "product": "NK26-M6E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 57.0, + "Yield": 80.2, + "Adj Yield": 80.2 + } + }, + { + "rank": 12, + "brand": "Attain", + "product": "26A6 EXP", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 56.5, + "Yield": 79.2, + "Adj Yield": 79.2 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 56.8, + "Yield": 77.4, + "Adj Yield": 77.4 + } + }, + { + "rank": 15, + "brand": "NK Brand", + "product": "NK28-G7E3S", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 55.6, + "Yield": 74.7, + "Adj Yield": 74.7 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 57.0, + "Yield": 79.3, + "Adj Yield": 79.3 + } + }, + { + "rank": 16, + "brand": "NK Brand", + "product": "NK30-A9E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 55.7, + "Yield": 73.1, + "Adj Yield": 73.1 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/145515" + ], + "fetched_at": "2026-05-27T02:25:08.850168+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145515.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145515.md new file mode 100644 index 00000000..09d7db4a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145515.md @@ -0,0 +1,45 @@ +# Soybean yield trial — Genoa, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** De Kalb +- **City:** Genoa +- **Year:** 2025 +- **Plot ID:** 145515 +- **Cooperator:** Art Kuhn +- **Plot average:** 80.29 BU/Ac +- **Planted:** 2025-04-28 +- **Harvested:** 2025-10-02 +- **Population:** 145,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/145515 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | AgriGold | G2003E3 | Enlist E3 | - | 12.2 | 56.2 | 80.2 | 80.2 | +| 9 | NK Brand | NK19-T8E3 | Enlist E3 | - | 11.7 | 57.2 | 80.0 | 80.0 | +| 10 | NK Brand | NK21-C2E3 | Enlist E3 | - | 12.0 | 55.4 | 79.7 | 79.7 | +| 6 | AgriGold | G2003E3 | Enlist E3 | - | 11.5 | 57.0 | 80.7 | 80.7 | +| 3 | AgriGold | V2157E | - | - | 11.7 | 56.5 | 84.5 | 84.5 | +| 5 | AgriGold | G2265E3 | - | - | 11.4 | 56.0 | 80.8 | 80.8 | +| 1 | NK Brand | NK23-P1E3 | Enlist E3 | - | 11.9 | 56.2 | 87.5 | 87.5 | +| 2 | Attain | 23A6 EXP | Enlist E3 | - | 11.5 | 55.9 | 85.7 | 85.7 | +| 4 | AgriGold | G2425E3 | - | - | 11.3 | 58.2 | 82.9 | 82.9 | +| 13 | AgriGold | G2601E3 | Enlist E3 | - | 11.7 | 56.1 | 78.7 | 78.7 | +| 8 | NK Brand | NK26-M6E3 | Enlist E3 | - | 11.6 | 57.0 | 80.2 | 80.2 | +| 12 | Attain | 26A6 EXP | Enlist E3 | - | 10.7 | 56.5 | 79.2 | 79.2 | +| 14 | AgriGold | G2893E3 | Enlist E3 | - | 11.3 | 56.8 | 77.4 | 77.4 | +| 15 | NK Brand | NK28-G7E3S | Enlist E3 | - | 11.2 | 55.6 | 74.7 | 74.7 | +| 11 | AgriGold | G3051E3 | Enlist E3 | - | 11.4 | 57.0 | 79.3 | 79.3 | +| 16 | NK Brand | NK30-A9E3 | Enlist E3 | - | 11.3 | 55.7 | 73.1 | 73.1 | + +Top 5 by Yield: NK23-P1E3 (NK Brand) 87.5, 23A6 EXP (Attain) 85.7, V2157E (AgriGold) 84.5, G2425E3 (AgriGold) 82.9, G2265E3 (AgriGold) 80.8. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145573.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145573.json new file mode 100644 index 00000000..f250f441 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145573.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-145573", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "MD", + "state_abbrev": "md", + "city": "Pylesville", + "county": "Harford", + "year": 2025, + "plot_id": "145573", + "cooperator": "Greg Stewart", + "plot_average": 82.29, + "planted_date": "2025-04-30", + "harvested_date": "2025-10-13", + "population_seeds_per_acre": 34000, + "row_width": "15.0\"", + "num_rows": 23, + "soil_type": "Clay Loam", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 3, + "brand": "AgriGold", + "product": "G2950XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 86.4, + "Adj Yield": 86.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": null, + "Yield": 69.7, + "Adj Yield": 69.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3334XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": null, + "Yield": 81.4, + "Adj Yield": 81.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": null, + "Yield": 82.0, + "Adj Yield": 82.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 87.0, + "Adj Yield": 87.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 97.8, + "Adj Yield": 97.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G4204E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 14.5, + "Test Wt.": null, + "Yield": 83.6, + "Adj Yield": 83.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G4459E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": null, + "Yield": 70.4, + "Adj Yield": 70.4 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/145573" + ], + "fetched_at": "2026-05-27T02:25:09.396160+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145573.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145573.md new file mode 100644 index 00000000..6db4c838 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145573.md @@ -0,0 +1,38 @@ +# Soybean yield trial — Pylesville, MD, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** MD +- **County:** Harford +- **City:** Pylesville +- **Year:** 2025 +- **Plot ID:** 145573 +- **Cooperator:** Greg Stewart +- **Plot average:** 82.29 BU/Ac +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-13 +- **Population:** 34,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 23 +- **Soil type:** Clay Loam +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/145573 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | AgriGold | G2950XF | XTENDFlex | - | 13.0 | - | 86.4 | 86.4 | +| 8 | AgriGold | G3051E3 | Enlist E3 | - | 12.0 | - | 69.7 | 69.7 | +| 6 | AgriGold | G3334XF | XTENDFlex | - | 13.1 | - | 81.4 | 81.4 | +| 5 | AgriGold | G3404E3 | Enlist E3 | - | 13.3 | - | 82.0 | 82.0 | +| 2 | AgriGold | G3854E3 | Enlist E3 | - | 13.5 | - | 87.0 | 87.0 | +| 1 | AgriGold | G4184XF | XTENDFlex | - | 14.2 | - | 97.8 | 97.8 | +| 4 | AgriGold | G4204E3 | Enlist E3 | - | 14.5 | - | 83.6 | 83.6 | +| 7 | AgriGold | G4459E3 | Enlist E3 | - | 14.8 | - | 70.4 | 70.4 | + +Top 5 by Yield: G4184XF (AgriGold) 97.8, G3854E3 (AgriGold) 87.0, G2950XF (AgriGold) 86.4, G4204E3 (AgriGold) 83.6, G3404E3 (AgriGold) 82.0. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145582.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145582.json new file mode 100644 index 00000000..d2370ccb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145582.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-145582", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IA", + "state_abbrev": "ia", + "city": "Dunkerton", + "county": "Black Hawk", + "year": 2025, + "plot_id": "145582", + "cooperator": "Tom Delagardelle", + "plot_average": 79.16, + "planted_date": "2025-04-30", + "harvested_date": "2025-10-01", + "population_seeds_per_acre": 120000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "G1645E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 57.4, + "Yield": 86.0, + "Adj Yield": 86.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G1823E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 59.2, + "Yield": 69.9, + "Adj Yield": 69.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G2003E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 58.0, + "Yield": 77.6, + "Adj Yield": 77.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "V2157E", + "traits": "", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 58.5, + "Yield": 80.9, + "Adj Yield": 80.9 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G2265E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 58.6, + "Yield": 75.8, + "Adj Yield": 75.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G2425E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": 62.9, + "Yield": 80.2, + "Adj Yield": 80.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "V2735E", + "traits": "", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 59.7, + "Yield": 76.8, + "Adj Yield": 76.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 57.0, + "Yield": 78.2, + "Adj Yield": 78.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 59.5, + "Yield": 78.7, + "Adj Yield": 78.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "29L15E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 57.2, + "Yield": 87.5, + "Adj Yield": 87.5 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/145582" + ], + "fetched_at": "2026-05-27T02:25:09.872725+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145582.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145582.md new file mode 100644 index 00000000..af531772 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145582.md @@ -0,0 +1,40 @@ +# Soybean yield trial — Dunkerton, IA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IA +- **County:** Black Hawk +- **City:** Dunkerton +- **Year:** 2025 +- **Plot ID:** 145582 +- **Cooperator:** Tom Delagardelle +- **Plot average:** 79.16 BU/Ac +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-01 +- **Population:** 120,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/145582 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | G1645E3 | - | - | 10.9 | 57.4 | 86.0 | 86.0 | +| 10 | AgriGold | G1823E3 | Enlist E3 | - | 11.0 | 59.2 | 69.9 | 69.9 | +| 7 | AgriGold | G2003E3 | Enlist E3 | - | 11.0 | 58.0 | 77.6 | 77.6 | +| 3 | AgriGold | V2157E | - | - | 10.9 | 58.5 | 80.9 | 80.9 | +| 9 | AgriGold | G2265E3 | - | - | 10.8 | 58.6 | 75.8 | 75.8 | +| 4 | AgriGold | G2425E3 | - | - | 10.5 | 62.9 | 80.2 | 80.2 | +| 8 | AgriGold | V2735E | - | - | 10.8 | 59.7 | 76.8 | 76.8 | +| 6 | AgriGold | G2601E3 | Enlist E3 | - | 11.1 | 57.0 | 78.2 | 78.2 | +| 5 | AgriGold | G2893E3 | Enlist E3 | - | 11.3 | 59.5 | 78.7 | 78.7 | +| 1 | AgriGold | 29L15E3 | - | - | 11.6 | 57.2 | 87.5 | 87.5 | + +Top 5 by Yield: 29L15E3 (AgriGold) 87.5, G1645E3 (AgriGold) 86.0, V2157E (AgriGold) 80.9, G2425E3 (AgriGold) 80.2, G2893E3 (AgriGold) 78.7. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145614.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145614.json new file mode 100644 index 00000000..eaece4d0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145614.json @@ -0,0 +1,244 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-145614", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Orion", + "county": "Henry", + "year": 2025, + "plot_id": "145614", + "cooperator": "Marc Westerlund", + "plot_average": 80.48, + "planted_date": "2025-04-25", + "harvested_date": "2025-10-02", + "population_seeds_per_acre": 130000, + "row_width": "15.0\"", + "num_rows": 13, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "Xitavo", + "product": "XO3555E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": null, + "Yield": 89.1, + "Adj Yield": 89.1 + } + }, + { + "rank": 8, + "brand": "Xitavo", + "product": "XO2444E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": null, + "Yield": 81.3, + "Adj Yield": 81.3 + } + }, + { + "rank": 13, + "brand": "Xitavo", + "product": "XO2444E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": null, + "Yield": 74.3, + "Adj Yield": 74.3 + } + }, + { + "rank": 10, + "brand": "Xitavo", + "product": "XO2556E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": null, + "Yield": 80.2, + "Adj Yield": 80.2 + } + }, + { + "rank": 6, + "brand": "Nu Tech", + "product": "25N05E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": null, + "Yield": 84.2, + "Adj Yield": 84.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": null, + "Yield": 82.2, + "Adj Yield": 82.2 + } + }, + { + "rank": 16, + "brand": "Xitavo", + "product": "XO2735E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": null, + "Yield": 70.4, + "Adj Yield": 70.4 + } + }, + { + "rank": 4, + "brand": "Nu Tech", + "product": "28N05E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": null, + "Yield": 85.0, + "Adj Yield": 85.0 + } + }, + { + "rank": 3, + "brand": "Xitavo", + "product": "XO2926E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": null, + "Yield": 85.5, + "Adj Yield": 85.5 + } + }, + { + "rank": 11, + "brand": "Nu Tech", + "product": "29N05E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": null, + "Yield": 79.1, + "Adj Yield": 79.1 + } + }, + { + "rank": 2, + "brand": "Nu Tech", + "product": "30N06E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": null, + "Yield": 87.3, + "Adj Yield": 87.3 + } + }, + { + "rank": 5, + "brand": "Xitavo", + "product": "XO3014E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": null, + "Yield": 84.9, + "Adj Yield": 84.9 + } + }, + { + "rank": 14, + "brand": "Xitavo", + "product": "XO3105E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": null, + "Yield": 74.1, + "Adj Yield": 74.1 + } + }, + { + "rank": 9, + "brand": "Nu Tech", + "product": "32N05E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": null, + "Yield": 80.3, + "Adj Yield": 80.3 + } + }, + { + "rank": 15, + "brand": "Xitavo", + "product": "XO3224E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": null, + "Yield": 72.9, + "Adj Yield": 72.9 + } + }, + { + "rank": 12, + "brand": "Xitavo", + "product": "XO3375E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": null, + "Yield": 76.8, + "Adj Yield": 76.8 + } + } + ], + "n_results": 16, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/145614" + ], + "fetched_at": "2026-05-27T02:25:10.325687+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145614.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145614.md new file mode 100644 index 00000000..3881034d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145614.md @@ -0,0 +1,46 @@ +# Soybean yield trial — Orion, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Henry +- **City:** Orion +- **Year:** 2025 +- **Plot ID:** 145614 +- **Cooperator:** Marc Westerlund +- **Plot average:** 80.48 BU/Ac +- **Planted:** 2025-04-25 +- **Harvested:** 2025-10-02 +- **Population:** 130,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 13 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/145614 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | Xitavo | XO3555E | Enlist E3 | - | 9.8 | - | 89.1 | 89.1 | +| 8 | Xitavo | XO2444E | Enlist E3 | - | 10.2 | - | 81.3 | 81.3 | +| 13 | Xitavo | XO2444E | Enlist E3 | - | 10.4 | - | 74.3 | 74.3 | +| 10 | Xitavo | XO2556E | Enlist E3 | - | 10.0 | - | 80.2 | 80.2 | +| 6 | Nu Tech | 25N05E | Enlist E3 | - | 11.0 | - | 84.2 | 84.2 | +| 7 | AgriGold | G2601E3 | Enlist E3 | - | 10.4 | - | 82.2 | 82.2 | +| 16 | Xitavo | XO2735E | Enlist E3 | - | 10.4 | - | 70.4 | 70.4 | +| 4 | Nu Tech | 28N05E | Enlist E3 | - | 9.7 | - | 85.0 | 85.0 | +| 3 | Xitavo | XO2926E | Enlist E3 | - | 10.8 | - | 85.5 | 85.5 | +| 11 | Nu Tech | 29N05E | Enlist E3 | - | 10.3 | - | 79.1 | 79.1 | +| 2 | Nu Tech | 30N06E | Enlist E3 | - | 10.4 | - | 87.3 | 87.3 | +| 5 | Xitavo | XO3014E | Enlist E3 | - | 10.0 | - | 84.9 | 84.9 | +| 14 | Xitavo | XO3105E | Enlist E3 | - | 9.7 | - | 74.1 | 74.1 | +| 9 | Nu Tech | 32N05E | Enlist E3 | - | 9.9 | - | 80.3 | 80.3 | +| 15 | Xitavo | XO3224E | Enlist E3 | - | 9.7 | - | 72.9 | 72.9 | +| 12 | Xitavo | XO3375E | Enlist E3 | - | 9.8 | - | 76.8 | 76.8 | + +Top 5 by Yield: XO3555E (Xitavo) 89.1, 30N06E (Nu Tech) 87.3, XO2926E (Xitavo) 85.5, 28N05E (Nu Tech) 85.0, XO3014E (Xitavo) 84.9. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145622.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145622.json new file mode 100644 index 00000000..62a32202 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145622.json @@ -0,0 +1,127 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-145622", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "KY", + "state_abbrev": "ky", + "city": "Waverly", + "county": "Union", + "year": 2025, + "plot_id": "145622", + "cooperator": "Double M FArms", + "plot_average": 91.56, + "planted_date": "2025-05-01", + "harvested_date": "2025-10-03", + "population_seeds_per_acre": 135000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Clay", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 7, + "brand": "LG Seeds", + "product": "LGS4172XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 54.0, + "Yield": 87.4, + "Adj Yield": 87.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G3552XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 55.0, + "Yield": 93.4, + "Adj Yield": 93.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "35L17XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 55.0, + "Yield": 89.7, + "Adj Yield": 89.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G3725XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 54.0, + "Yield": 96.1, + "Adj Yield": 96.1 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3955XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 55.0, + "Yield": 88.5, + "Adj Yield": 88.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 56.0, + "Yield": 93.0, + "Adj Yield": 93.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 55.0, + "Yield": 92.8, + "Adj Yield": 92.8 + } + } + ], + "n_results": 7, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/145622" + ], + "fetched_at": "2026-05-27T02:25:10.856438+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145622.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145622.md new file mode 100644 index 00000000..b3de4a27 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145622.md @@ -0,0 +1,37 @@ +# Soybean yield trial — Waverly, KY, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** KY +- **County:** Union +- **City:** Waverly +- **Year:** 2025 +- **Plot ID:** 145622 +- **Cooperator:** Double M FArms +- **Plot average:** 91.56 BU/Ac +- **Planted:** 2025-05-01 +- **Harvested:** 2025-10-03 +- **Population:** 135,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Clay +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/145622 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 7 | LG Seeds | LGS4172XF | XTENDFlex | - | 13.4 | 54.0 | 87.4 | 87.4 | +| 2 | AgriGold | G3552XF | XTENDFlex | - | 13.6 | 55.0 | 93.4 | 93.4 | +| 5 | AgriGold | 35L17XF | XTENDFlex | - | 13.3 | 55.0 | 89.7 | 89.7 | +| 1 | AgriGold | G3725XF | XTENDFlex | - | 13.6 | 54.0 | 96.1 | 96.1 | +| 6 | AgriGold | G3955XF | XTENDFlex | - | 13.2 | 55.0 | 88.5 | 88.5 | +| 3 | AgriGold | G4184XF | XTENDFlex | - | 13.2 | 56.0 | 93.0 | 93.0 | +| 4 | AgriGold | G4430XF | XTENDFlex | - | 13.4 | 55.0 | 92.8 | 92.8 | + +Top 5 by Yield: G3725XF (AgriGold) 96.1, G3552XF (AgriGold) 93.4, G4184XF (AgriGold) 93.0, G4430XF (AgriGold) 92.8, 35L17XF (AgriGold) 89.7. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145731.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145731.json new file mode 100644 index 00000000..c4a53912 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145731.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-145731", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Cambridge", + "county": "Henry", + "year": 2025, + "plot_id": "145731", + "cooperator": "Tyler Horberg", + "plot_average": 83.04, + "planted_date": "2025-05-06", + "harvested_date": "2025-10-15", + "population_seeds_per_acre": 125000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "G2425E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": null, + "Yield": 86.6, + "Adj Yield": 86.6 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": null, + "Yield": 88.9, + "Adj Yield": 88.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": null, + "Yield": 83.8, + "Adj Yield": 83.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": null, + "Yield": 81.5, + "Adj Yield": 81.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3255E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": null, + "Yield": 84.0, + "Adj Yield": 84.0 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G3425E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": null, + "Yield": 82.5, + "Adj Yield": 82.5 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": null, + "Yield": 79.9, + "Adj Yield": 79.9 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": null, + "Yield": 77.1, + "Adj Yield": 77.1 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/145731" + ], + "fetched_at": "2026-05-27T02:25:11.356585+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145731.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145731.md new file mode 100644 index 00000000..0b2897b5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145731.md @@ -0,0 +1,38 @@ +# Soybean yield trial — Cambridge, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Henry +- **City:** Cambridge +- **Year:** 2025 +- **Plot ID:** 145731 +- **Cooperator:** Tyler Horberg +- **Plot average:** 83.04 BU/Ac +- **Planted:** 2025-05-06 +- **Harvested:** 2025-10-15 +- **Population:** 125,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/145731 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | G2425E3 | - | - | 11.1 | - | 86.6 | 86.6 | +| 1 | AgriGold | G2601E3 | Enlist E3 | - | 11.2 | - | 88.9 | 88.9 | +| 4 | AgriGold | G2893E3 | Enlist E3 | - | 11.2 | - | 83.8 | 83.8 | +| 6 | AgriGold | G3051E3 | Enlist E3 | - | 11.2 | - | 81.5 | 81.5 | +| 3 | AgriGold | G3255E3 | Enlist E3 | - | 11.2 | - | 84.0 | 84.0 | +| 5 | AgriGold | G3425E3 | Enlist E3 | - | 11.2 | - | 82.5 | 82.5 | +| 7 | AgriGold | G3404E3 | Enlist E3 | - | 11.2 | - | 79.9 | 79.9 | +| 8 | AgriGold | G3577E3 | Enlist E3 | - | 11.3 | - | 77.1 | 77.1 | + +Top 5 by Yield: G2601E3 (AgriGold) 88.9, G2425E3 (AgriGold) 86.6, G3255E3 (AgriGold) 84.0, G2893E3 (AgriGold) 83.8, G3425E3 (AgriGold) 82.5. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145910.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145910.json new file mode 100644 index 00000000..a8df5a0b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145910.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-145910", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Mount Carroll", + "county": "Carroll", + "year": 2025, + "plot_id": "145910", + "cooperator": "Lee & Terry Charles", + "plot_average": 95.56, + "planted_date": "2025-05-10", + "harvested_date": "2025-10-06", + "population_seeds_per_acre": 140000, + "row_width": "30.0\"", + "num_rows": 5, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "Golden Harvest", + "product": "GH2315E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": 59.6, + "Yield": 93.0, + "Adj Yield": 93.0 + } + }, + { + "rank": 12, + "brand": "Golden Harvest", + "product": "GH2674E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": 59.3, + "Yield": 89.6, + "Adj Yield": 89.6 + } + }, + { + "rank": 13, + "brand": "Golden Harvest", + "product": "GH3035E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": 59.6, + "Yield": 88.7, + "Adj Yield": 88.7 + } + }, + { + "rank": 14, + "brand": "Becks", + "product": "2260E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": 60.0, + "Yield": 87.5, + "Adj Yield": 87.5 + } + }, + { + "rank": 6, + "brand": "Becks", + "product": "2370E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": 59.0, + "Yield": 99.2, + "Adj Yield": 99.2 + } + }, + { + "rank": 1, + "brand": "Becks", + "product": "2470E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": 58.5, + "Yield": 102.9, + "Adj Yield": 102.9 + } + }, + { + "rank": 11, + "brand": "Becks", + "product": "2660E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": 58.2, + "Yield": 92.3, + "Adj Yield": 92.3 + } + }, + { + "rank": 2, + "brand": "Becks", + "product": "9494E3 EXP 2.6", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 55.5, + "Yield": 102.2, + "Adj Yield": 102.2 + } + }, + { + "rank": 10, + "brand": "Becks", + "product": "2770E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 59.1, + "Yield": 92.9, + "Adj Yield": 92.9 + } + }, + { + "rank": 3, + "brand": "Becks", + "product": "2950E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 58.5, + "Yield": 101.9, + "Adj Yield": 101.9 + } + }, + { + "rank": 4, + "brand": "Becks", + "product": "2970E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 57.5, + "Yield": 101.4, + "Adj Yield": 101.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G2265E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": 58.9, + "Yield": 93.1, + "Adj Yield": 93.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G2425E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": 59.5, + "Yield": 92.9, + "Adj Yield": 92.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": 56.1, + "Yield": 100.3, + "Adj Yield": 100.3 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/145910" + ], + "fetched_at": "2026-05-27T02:25:11.829665+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145910.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145910.md new file mode 100644 index 00000000..1e5c923a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145910.md @@ -0,0 +1,44 @@ +# Soybean yield trial — Mount Carroll, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Carroll +- **City:** Mount Carroll +- **Year:** 2025 +- **Plot ID:** 145910 +- **Cooperator:** Lee & Terry Charles +- **Plot average:** 95.56 BU/Ac +- **Planted:** 2025-05-10 +- **Harvested:** 2025-10-06 +- **Population:** 140,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 5 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/145910 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | Golden Harvest | GH2315E3 | Enlist E3 | - | 9.7 | 59.6 | 93.0 | 93.0 | +| 12 | Golden Harvest | GH2674E3 | Enlist E3 | - | 9.8 | 59.3 | 89.6 | 89.6 | +| 13 | Golden Harvest | GH3035E3 | Enlist E3 | - | 9.5 | 59.6 | 88.7 | 88.7 | +| 14 | Becks | 2260E3 | Enlist E3 | - | 9.6 | 60.0 | 87.5 | 87.5 | +| 6 | Becks | 2370E3 | Enlist E3 | - | 9.8 | 59.0 | 99.2 | 99.2 | +| 1 | Becks | 2470E3 | Enlist E3 | - | 10.0 | 58.5 | 102.9 | 102.9 | +| 11 | Becks | 2660E3 | Enlist E3 | - | 9.5 | 58.2 | 92.3 | 92.3 | +| 2 | Becks | 9494E3 EXP 2.6 | Enlist E3 | - | 10.6 | 55.5 | 102.2 | 102.2 | +| 10 | Becks | 2770E3 | Enlist E3 | - | 10.7 | 59.1 | 92.9 | 92.9 | +| 3 | Becks | 2950E3 | Enlist E3 | - | 10.7 | 58.5 | 101.9 | 101.9 | +| 4 | Becks | 2970E3 | Enlist E3 | - | 10.9 | 57.5 | 101.4 | 101.4 | +| 7 | AgriGold | G2265E3 | - | - | 9.3 | 58.9 | 93.1 | 93.1 | +| 9 | AgriGold | G2425E3 | - | - | 9.5 | 59.5 | 92.9 | 92.9 | +| 5 | AgriGold | G2601E3 | Enlist E3 | - | 10.0 | 56.1 | 100.3 | 100.3 | + +Top 5 by Yield: 2470E3 (Becks) 102.9, 9494E3 EXP 2.6 (Becks) 102.2, 2950E3 (Becks) 101.9, 2970E3 (Becks) 101.4, G2601E3 (AgriGold) 100.3. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145994.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145994.json new file mode 100644 index 00000000..8f69828e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145994.json @@ -0,0 +1,101 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-145994", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "PA", + "state_abbrev": "pa", + "city": "Oley", + "county": "Berks", + "year": 2025, + "plot_id": "145994", + "cooperator": "Troy Alderfer", + "plot_average": 66.94, + "planted_date": "2025-05-12", + "harvested_date": "2025-10-06", + "population_seeds_per_acre": 139000, + "row_width": "15.0\"", + "num_rows": 30, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 5, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": null, + "Yield": 60.8, + "Adj Yield": 60.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": null, + "Yield": 65.2, + "Adj Yield": 65.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": null, + "Yield": 65.5, + "Adj Yield": 65.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": null, + "Yield": 69.1, + "Adj Yield": 69.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G4204E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 74.1, + "Adj Yield": 74.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/145994" + ], + "fetched_at": "2026-05-27T02:25:12.337298+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-145994.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145994.md new file mode 100644 index 00000000..426cf91e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-145994.md @@ -0,0 +1,34 @@ +# Soybean yield trial — Oley, PA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** PA +- **County:** Berks +- **City:** Oley +- **Year:** 2025 +- **Plot ID:** 145994 +- **Cooperator:** Troy Alderfer +- **Plot average:** 66.94 BU/Ac +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-06 +- **Population:** 139,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 30 +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/145994 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | AgriGold | G2893E3 | Enlist E3 | - | 10.3 | - | 60.8 | 60.8 | +| 4 | AgriGold | G3051E3 | Enlist E3 | - | 10.5 | - | 65.2 | 65.2 | +| 3 | AgriGold | G3404E3 | Enlist E3 | - | 10.4 | - | 65.5 | 65.5 | +| 2 | AgriGold | G3854E3 | Enlist E3 | - | 10.7 | - | 69.1 | 69.1 | +| 1 | AgriGold | G4204E3 | Enlist E3 | - | 10.6 | - | 74.1 | 74.1 | + +Top 5 by Yield: G4204E3 (AgriGold) 74.1, G3854E3 (AgriGold) 69.1, G3404E3 (AgriGold) 65.5, G3051E3 (AgriGold) 65.2, G2893E3 (AgriGold) 60.8. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146010.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146010.json new file mode 100644 index 00000000..d02f0c43 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146010.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-146010", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IN", + "state_abbrev": "in", + "city": "Shelbyville", + "county": "Shelby", + "year": 2025, + "plot_id": "146010", + "cooperator": "Keith Meltzer", + "plot_average": 63.93, + "planted_date": "2025-05-13", + "harvested_date": "2025-10-04", + "population_seeds_per_acre": 200000, + "row_width": "7.5\"", + "num_rows": 40, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 56.0, + "Yield": 64.0, + "Adj Yield": 64.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 56.0, + "Yield": 65.5, + "Adj Yield": 65.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 57.0, + "Yield": 67.1, + "Adj Yield": 67.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G3255E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 57.0, + "Yield": 60.9, + "Adj Yield": 60.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 58.0, + "Yield": 64.4, + "Adj Yield": 64.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G3425E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 57.0, + "Yield": 54.0, + "Adj Yield": 54.0 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": 58.0, + "Yield": 61.2, + "Adj Yield": 61.2 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 58.0, + "Yield": 62.8, + "Adj Yield": 62.8 + } + }, + { + "rank": 3, + "brand": "Croplan", + "product": "CP3120E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 58.0, + "Yield": 66.0, + "Adj Yield": 66.0 + } + }, + { + "rank": 1, + "brand": "Croplan", + "product": "CP3330E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 58.0, + "Yield": 73.4, + "Adj Yield": 73.4 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/146010" + ], + "fetched_at": "2026-05-27T02:25:12.857596+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146010.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146010.md new file mode 100644 index 00000000..d898a57a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146010.md @@ -0,0 +1,39 @@ +# Soybean yield trial — Shelbyville, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IN +- **County:** Shelby +- **City:** Shelbyville +- **Year:** 2025 +- **Plot ID:** 146010 +- **Cooperator:** Keith Meltzer +- **Plot average:** 63.93 BU/Ac +- **Planted:** 2025-05-13 +- **Harvested:** 2025-10-04 +- **Population:** 200,000 seeds/acre +- **Row width:** 7.5" +- **# Rows:** 40 +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/146010 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | AgriGold | G2601E3 | Enlist E3 | - | 12.3 | 56.0 | 64.0 | 64.0 | +| 4 | AgriGold | G2893E3 | Enlist E3 | - | 11.6 | 56.0 | 65.5 | 65.5 | +| 2 | AgriGold | G3051E3 | Enlist E3 | - | 12.2 | 57.0 | 67.1 | 67.1 | +| 9 | AgriGold | G3255E3 | Enlist E3 | - | 11.9 | 57.0 | 60.9 | 60.9 | +| 5 | AgriGold | G3404E3 | Enlist E3 | - | 11.6 | 58.0 | 64.4 | 64.4 | +| 10 | AgriGold | G3425E3 | Enlist E3 | - | 11.1 | 57.0 | 54.0 | 54.0 | +| 8 | AgriGold | G3577E3 | Enlist E3 | - | 11.5 | 58.0 | 61.2 | 61.2 | +| 7 | AgriGold | G3854E3 | Enlist E3 | - | 10.9 | 58.0 | 62.8 | 62.8 | +| 3 | Croplan | CP3120E | Enlist E3 | - | 11.7 | 58.0 | 66.0 | 66.0 | +| 1 | Croplan | CP3330E | Enlist E3 | - | 10.6 | 58.0 | 73.4 | 73.4 | + +Top 5 by Yield: CP3330E (Croplan) 73.4, G3051E3 (AgriGold) 67.1, CP3120E (Croplan) 66.0, G2893E3 (AgriGold) 65.5, G3404E3 (AgriGold) 64.4. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146291.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146291.json new file mode 100644 index 00000000..441bc503 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146291.json @@ -0,0 +1,114 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-146291", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "MS", + "state_abbrev": "ms", + "city": "Boyle", + "county": "Bolivar", + "year": 2025, + "plot_id": "146291", + "cooperator": "Bern Prewitt", + "plot_average": 73.33, + "planted_date": "2025-04-18", + "harvested_date": "2025-09-11", + "population_seeds_per_acre": 123000, + "row_width": "30.0\"", + "num_rows": 18, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Other", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": null, + "Yield": 68.0, + "Adj Yield": 68.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": null, + "Yield": 71.0, + "Adj Yield": 71.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G4650XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": null, + "Yield": 79.0, + "Adj Yield": 79.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G4755XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": null, + "Yield": 71.0, + "Adj Yield": 71.0 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G4910XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": null, + "Yield": 79.0, + "Adj Yield": 79.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G5104XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": null, + "Yield": 72.0, + "Adj Yield": 72.0 + } + } + ], + "n_results": 6, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/146291" + ], + "fetched_at": "2026-05-27T02:25:13.341844+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146291.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146291.md new file mode 100644 index 00000000..cbd2e412 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146291.md @@ -0,0 +1,36 @@ +# Soybean yield trial — Boyle, MS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** MS +- **County:** Bolivar +- **City:** Boyle +- **Year:** 2025 +- **Plot ID:** 146291 +- **Cooperator:** Bern Prewitt +- **Plot average:** 73.33 BU/Ac +- **Planted:** 2025-04-18 +- **Harvested:** 2025-09-11 +- **Population:** 123,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 18 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Other +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/146291 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | AgriGold | G4184XF | XTENDFlex | - | 10.0 | - | 68.0 | 68.0 | +| 4 | AgriGold | G4430XF | XTENDFlex | - | 10.0 | - | 71.0 | 71.0 | +| 1 | AgriGold | G4650XF | XTENDFlex | - | 10.0 | - | 79.0 | 79.0 | +| 4 | AgriGold | G4755XF | XTENDFlex | - | 10.0 | - | 71.0 | 71.0 | +| 1 | AgriGold | G4910XF | XTENDFlex | - | 10.0 | - | 79.0 | 79.0 | +| 3 | AgriGold | G5104XF | XTENDFlex | - | 10.0 | - | 72.0 | 72.0 | + +Top 5 by Yield: G4650XF (AgriGold) 79.0, G4910XF (AgriGold) 79.0, G5104XF (AgriGold) 72.0, G4430XF (AgriGold) 71.0, G4755XF (AgriGold) 71.0. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146294.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146294.json new file mode 100644 index 00000000..fb72272f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146294.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-146294", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Atwater", + "county": "Macoupin", + "year": 2025, + "plot_id": "146294", + "cooperator": "Dave Dunn", + "plot_average": 79.36, + "planted_date": "2025-05-13", + "harvested_date": "2025-10-03", + "population_seeds_per_acre": 140000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Unknown", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 10, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 56.0, + "Yield": 75.1, + "Adj Yield": 75.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3255E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 56.4, + "Yield": 80.7, + "Adj Yield": 80.7 + } + }, + { + "rank": 1, + "brand": "Becks", + "product": "3300E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 56.7, + "Yield": 84.5, + "Adj Yield": 84.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 56.0, + "Yield": 80.2, + "Adj Yield": 80.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G3425E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 56.0, + "Yield": 76.3, + "Adj Yield": 76.3 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 56.0, + "Yield": 81.0, + "Adj Yield": 81.0 + } + }, + { + "rank": 2, + "brand": "Becks", + "product": "3760E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": 57.1, + "Yield": 81.2, + "Adj Yield": 81.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 58.3, + "Yield": 77.5, + "Adj Yield": 77.5 + } + }, + { + "rank": 7, + "brand": "Becks", + "product": "4060E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": 56.6, + "Yield": 78.3, + "Adj Yield": 78.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G4051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 55.5, + "Yield": 78.8, + "Adj Yield": 78.8 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/146294" + ], + "fetched_at": "2026-05-27T02:25:13.836441+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146294.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146294.md new file mode 100644 index 00000000..0cada7e9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146294.md @@ -0,0 +1,40 @@ +# Soybean yield trial — Atwater, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Macoupin +- **City:** Atwater +- **Year:** 2025 +- **Plot ID:** 146294 +- **Cooperator:** Dave Dunn +- **Plot average:** 79.36 BU/Ac +- **Planted:** 2025-05-13 +- **Harvested:** 2025-10-03 +- **Population:** 140,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Unknown +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/146294 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 10 | AgriGold | G3051E3 | Enlist E3 | - | 11.0 | 56.0 | 75.1 | 75.1 | +| 4 | AgriGold | G3255E3 | Enlist E3 | - | 10.9 | 56.4 | 80.7 | 80.7 | +| 1 | Becks | 3300E3 | Enlist E3 | - | 10.7 | 56.7 | 84.5 | 84.5 | +| 5 | AgriGold | G3404E3 | Enlist E3 | - | 10.9 | 56.0 | 80.2 | 80.2 | +| 9 | AgriGold | G3425E3 | Enlist E3 | - | 10.7 | 56.0 | 76.3 | 76.3 | +| 3 | AgriGold | G3577E3 | Enlist E3 | - | 10.9 | 56.0 | 81.0 | 81.0 | +| 2 | Becks | 3760E3 | Enlist E3 | - | 10.5 | 57.1 | 81.2 | 81.2 | +| 8 | AgriGold | G3854E3 | Enlist E3 | - | 10.6 | 58.3 | 77.5 | 77.5 | +| 7 | Becks | 4060E3 | Enlist E3 | - | 10.4 | 56.6 | 78.3 | 78.3 | +| 6 | AgriGold | G4051E3 | Enlist E3 | - | 11.2 | 55.5 | 78.8 | 78.8 | + +Top 5 by Yield: 3300E3 (Becks) 84.5, 3760E3 (Becks) 81.2, G3577E3 (AgriGold) 81.0, G3255E3 (AgriGold) 80.7, G3404E3 (AgriGold) 80.2. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146309.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146309.json new file mode 100644 index 00000000..71f3d31f --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146309.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-146309", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Leaf river", + "county": "Ogle", + "year": 2025, + "plot_id": "146309", + "cooperator": "Edgewood Farms", + "plot_average": 80.19, + "planted_date": "2025-05-12", + "harvested_date": "2025-10-10", + "population_seeds_per_acre": 120000, + "row_width": "22.0\"", + "num_rows": 12, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 10, + "brand": "AgriGold", + "product": "G2574XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 56.0, + "Yield": 76.9, + "Adj Yield": 76.9 + } + }, + { + "rank": 6, + "brand": "Asgrow", + "product": "AG24XF1", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 56.1, + "Yield": 80.5, + "Adj Yield": 80.5 + } + }, + { + "rank": 7, + "brand": "NK Brand", + "product": "NK24-U5XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 56.0, + "Yield": 80.4, + "Adj Yield": 80.4 + } + }, + { + "rank": 2, + "brand": "Asgrow", + "product": "AG26XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 56.2, + "Yield": 82.5, + "Adj Yield": 82.5 + } + }, + { + "rank": 1, + "brand": "NK Brand", + "product": "NK26-Z1XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 55.9, + "Yield": 84.9, + "Adj Yield": 84.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G2755XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 55.9, + "Yield": 80.6, + "Adj Yield": 80.6 + } + }, + { + "rank": 11, + "brand": "Dyna Gro", + "product": "S27XF26", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 55.7, + "Yield": 73.7, + "Adj Yield": 73.7 + } + }, + { + "rank": 3, + "brand": "Dyna Gro", + "product": "S28XF85", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 56.1, + "Yield": 82.4, + "Adj Yield": 82.4 + } + }, + { + "rank": 9, + "brand": "NK Brand", + "product": "NK29-Q3XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 55.3, + "Yield": 79.0, + "Adj Yield": 79.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G2950XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 55.8, + "Yield": 81.3, + "Adj Yield": 81.3 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G2574XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 55.9, + "Yield": 79.9, + "Adj Yield": 79.9 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/146309" + ], + "fetched_at": "2026-05-27T02:25:14.339187+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146309.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146309.md new file mode 100644 index 00000000..0921ed03 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146309.md @@ -0,0 +1,41 @@ +# Soybean yield trial — Leaf river, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Ogle +- **City:** Leaf river +- **Year:** 2025 +- **Plot ID:** 146309 +- **Cooperator:** Edgewood Farms +- **Plot average:** 80.19 BU/Ac +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-10 +- **Population:** 120,000 seeds/acre +- **Row width:** 22.0" +- **# Rows:** 12 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/146309 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 10 | AgriGold | G2574XF | XTENDFlex | - | 12.6 | 56.0 | 76.9 | 76.9 | +| 6 | Asgrow | AG24XF1 | XTENDFlex | - | 12.1 | 56.1 | 80.5 | 80.5 | +| 7 | NK Brand | NK24-U5XF | XTENDFlex | - | 12.6 | 56.0 | 80.4 | 80.4 | +| 2 | Asgrow | AG26XF4 | XTENDFlex | - | 12.7 | 56.2 | 82.5 | 82.5 | +| 1 | NK Brand | NK26-Z1XF | XTENDFlex | - | 12.5 | 55.9 | 84.9 | 84.9 | +| 5 | AgriGold | G2755XF | XTENDFlex | - | 12.0 | 55.9 | 80.6 | 80.6 | +| 11 | Dyna Gro | S27XF26 | XTENDFlex | - | 12.1 | 55.7 | 73.7 | 73.7 | +| 3 | Dyna Gro | S28XF85 | XTENDFlex | - | 12.3 | 56.1 | 82.4 | 82.4 | +| 9 | NK Brand | NK29-Q3XF | XTENDFlex | - | 12.3 | 55.3 | 79.0 | 79.0 | +| 4 | AgriGold | G2950XF | XTENDFlex | - | 12.0 | 55.8 | 81.3 | 81.3 | +| 8 | AgriGold | G2574XF | XTENDFlex | - | 12.5 | 55.9 | 79.9 | 79.9 | + +Top 5 by Yield: NK26-Z1XF (NK Brand) 84.9, AG26XF4 (Asgrow) 82.5, S28XF85 (Dyna Gro) 82.4, G2950XF (AgriGold) 81.3, G2755XF (AgriGold) 80.6. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146388.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146388.json new file mode 100644 index 00000000..1acea41a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146388.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-146388", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Dwight", + "county": "Livingston", + "year": 2025, + "plot_id": "146388", + "cooperator": "Quinn Trewartha", + "plot_average": 73.34, + "planted_date": "2025-05-08", + "harvested_date": "2025-09-29", + "population_seeds_per_acre": 155000, + "row_width": "15.0\"", + "num_rows": 16, + "soil_type": "Silty Clay Loam", + "tillage": "Minimum", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 5, + "brand": "Dyna Gro", + "product": "S25EN74", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": null, + "Yield": 74.5, + "Adj Yield": 74.5 + } + }, + { + "rank": 2, + "brand": "Xitavo", + "product": "XO2556E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": null, + "Yield": 77.4, + "Adj Yield": 77.4 + } + }, + { + "rank": 6, + "brand": "Dyna Gro", + "product": "S29ES45", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": null, + "Yield": 74.4, + "Adj Yield": 74.4 + } + }, + { + "rank": 15, + "brand": "Brevant Seeds", + "product": "B294EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.1, + "Test Wt.": null, + "Yield": 70.2, + "Adj Yield": 70.2 + } + }, + { + "rank": 9, + "brand": "Xitavo", + "product": "XO2926E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.1, + "Test Wt.": null, + "Yield": 74.0, + "Adj Yield": 74.0 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": null, + "Yield": 71.1, + "Adj Yield": 71.1 + } + }, + { + "rank": 6, + "brand": "Xitavo", + "product": "XO3014E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": null, + "Yield": 74.4, + "Adj Yield": 74.4 + } + }, + { + "rank": 17, + "brand": "Dyna Gro", + "product": "S31EN14", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": null, + "Yield": 68.6, + "Adj Yield": 68.6 + } + }, + { + "rank": 14, + "brand": "Dyna Gro", + "product": "S31EN96", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": null, + "Yield": 70.7, + "Adj Yield": 70.7 + } + }, + { + "rank": 11, + "brand": "Brevant Seeds", + "product": "B315EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.7, + "Test Wt.": null, + "Yield": 71.9, + "Adj Yield": 71.9 + } + }, + { + "rank": 10, + "brand": "Brevant Seeds", + "product": "B324EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.9, + "Test Wt.": null, + "Yield": 72.3, + "Adj Yield": 72.3 + } + }, + { + "rank": 16, + "brand": "Dyna Gro", + "product": "S33ES76", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": null, + "Yield": 70.1, + "Adj Yield": 70.1 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": null, + "Yield": 71.3, + "Adj Yield": 71.3 + } + }, + { + "rank": 4, + "brand": "Brevant Seeds", + "product": "B344EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.9, + "Test Wt.": null, + "Yield": 74.9, + "Adj Yield": 74.9 + } + }, + { + "rank": 3, + "brand": "Xitavo", + "product": "XO3555E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.8, + "Test Wt.": null, + "Yield": 76.7, + "Adj Yield": 76.7 + } + }, + { + "rank": 1, + "brand": "Dyna Gro", + "product": "S35ES56", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": null, + "Yield": 79.9, + "Adj Yield": 79.9 + } + }, + { + "rank": 6, + "brand": "Brevant Seeds", + "product": "B364EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": null, + "Yield": 74.4, + "Adj Yield": 74.4 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/146388" + ], + "fetched_at": "2026-05-27T02:25:14.874705+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146388.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146388.md new file mode 100644 index 00000000..1ab6b6ea --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146388.md @@ -0,0 +1,47 @@ +# Soybean yield trial — Dwight, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Livingston +- **City:** Dwight +- **Year:** 2025 +- **Plot ID:** 146388 +- **Cooperator:** Quinn Trewartha +- **Plot average:** 73.34 BU/Ac +- **Planted:** 2025-05-08 +- **Harvested:** 2025-09-29 +- **Population:** 155,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 16 +- **Soil type:** Silty Clay Loam +- **Tillage:** Minimum +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/146388 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | Dyna Gro | S25EN74 | Enlist E3 | - | 9.5 | - | 74.5 | 74.5 | +| 2 | Xitavo | XO2556E | Enlist E3 | - | 9.3 | - | 77.4 | 77.4 | +| 6 | Dyna Gro | S29ES45 | Enlist E3 | - | 9.6 | - | 74.4 | 74.4 | +| 15 | Brevant Seeds | B294EE | Enlist E3 | - | 9.1 | - | 70.2 | 70.2 | +| 9 | Xitavo | XO2926E | Enlist E3 | - | 9.1 | - | 74.0 | 74.0 | +| 13 | AgriGold | G3051E3 | Enlist E3 | - | 9.3 | - | 71.1 | 71.1 | +| 6 | Xitavo | XO3014E | Enlist E3 | - | 9.0 | - | 74.4 | 74.4 | +| 17 | Dyna Gro | S31EN14 | Enlist E3 | - | 9.4 | - | 68.6 | 68.6 | +| 14 | Dyna Gro | S31EN96 | Enlist E3 | - | 9.0 | - | 70.7 | 70.7 | +| 11 | Brevant Seeds | B315EE | Enlist E3 | - | 8.7 | - | 71.9 | 71.9 | +| 10 | Brevant Seeds | B324EE | Enlist E3 | - | 8.9 | - | 72.3 | 72.3 | +| 16 | Dyna Gro | S33ES76 | Enlist E3 | - | 9.0 | - | 70.1 | 70.1 | +| 12 | AgriGold | G3404E3 | Enlist E3 | - | 9.0 | - | 71.3 | 71.3 | +| 4 | Brevant Seeds | B344EE | Enlist E3 | - | 8.9 | - | 74.9 | 74.9 | +| 3 | Xitavo | XO3555E | Enlist E3 | - | 8.8 | - | 76.7 | 76.7 | +| 1 | Dyna Gro | S35ES56 | Enlist E3 | - | 9.0 | - | 79.9 | 79.9 | +| 6 | Brevant Seeds | B364EE | Enlist E3 | - | 9.0 | - | 74.4 | 74.4 | + +Top 5 by Yield: S35ES56 (Dyna Gro) 79.9, XO2556E (Xitavo) 77.4, XO3555E (Xitavo) 76.7, B344EE (Brevant Seeds) 74.9, S25EN74 (Dyna Gro) 74.5. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146405.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146405.json new file mode 100644 index 00000000..51423a52 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146405.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-146405", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Huey", + "county": "Clinton", + "year": 2025, + "plot_id": "146405", + "cooperator": "Ryan Hughes", + "plot_average": 57.51, + "planted_date": "2025-05-23", + "harvested_date": "2025-09-29", + "population_seeds_per_acre": 140000, + "row_width": "15.0\"", + "num_rows": 15, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "G3425E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": 57.0, + "Yield": 61.3, + "Adj Yield": 61.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G3552XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 57.7, + "Yield": 54.1, + "Adj Yield": 54.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3725XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": 56.2, + "Yield": 58.7, + "Adj Yield": 58.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": 57.1, + "Yield": 56.5, + "Adj Yield": 56.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G3955XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": 58.3, + "Yield": 56.9, + "Adj Yield": 56.9 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G4051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": 60.2, + "Yield": 53.9, + "Adj Yield": 53.9 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G4204E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": 59.1, + "Yield": 59.0, + "Adj Yield": 59.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": 59.1, + "Yield": 59.7, + "Adj Yield": 59.7 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/146405" + ], + "fetched_at": "2026-05-27T02:25:15.318576+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146405.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146405.md new file mode 100644 index 00000000..c88066fd --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146405.md @@ -0,0 +1,38 @@ +# Soybean yield trial — Huey, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Clinton +- **City:** Huey +- **Year:** 2025 +- **Plot ID:** 146405 +- **Cooperator:** Ryan Hughes +- **Plot average:** 57.51 BU/Ac +- **Planted:** 2025-05-23 +- **Harvested:** 2025-09-29 +- **Population:** 140,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 15 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/146405 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | G3425E3 | Enlist E3 | - | 9.7 | 57.0 | 61.3 | 61.3 | +| 7 | AgriGold | G3552XF | XTENDFlex | - | 10.6 | 57.7 | 54.1 | 54.1 | +| 4 | AgriGold | G3725XF | XTENDFlex | - | 10.2 | 56.2 | 58.7 | 58.7 | +| 6 | AgriGold | G3854E3 | Enlist E3 | - | 9.9 | 57.1 | 56.5 | 56.5 | +| 5 | AgriGold | G3955XF | XTENDFlex | - | 10.0 | 58.3 | 56.9 | 56.9 | +| 8 | AgriGold | G4051E3 | Enlist E3 | - | 9.6 | 60.2 | 53.9 | 53.9 | +| 3 | AgriGold | G4204E3 | Enlist E3 | - | 9.5 | 59.1 | 59.0 | 59.0 | +| 2 | AgriGold | G4430XF | XTENDFlex | - | 9.6 | 59.1 | 59.7 | 59.7 | + +Top 5 by Yield: G3425E3 (AgriGold) 61.3, G4430XF (AgriGold) 59.7, G4204E3 (AgriGold) 59.0, G3725XF (AgriGold) 58.7, G3955XF (AgriGold) 56.9. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146456.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146456.json new file mode 100644 index 00000000..c3483bca --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146456.json @@ -0,0 +1,114 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-146456", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "KS", + "state_abbrev": "ks", + "city": "Belvue", + "county": "Pottawatomie", + "year": 2025, + "plot_id": "146456", + "cooperator": "Chuck Banks", + "plot_average": 71.28, + "planted_date": "2025-05-14", + "harvested_date": "2025-11-05", + "population_seeds_per_acre": 140000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 56.7, + "Yield": 68.2, + "Adj Yield": 68.2 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G3552XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 55.6, + "Yield": 72.7, + "Adj Yield": 72.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G3725XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 56.3, + "Yield": 73.5, + "Adj Yield": 73.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3955XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 55.8, + "Yield": 67.5, + "Adj Yield": 67.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 56.6, + "Yield": 71.4, + "Adj Yield": 71.4 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 56.5, + "Yield": 72.1, + "Adj Yield": 72.1 + } + } + ], + "n_results": 6, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/146456" + ], + "fetched_at": "2026-05-27T02:25:15.838830+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146456.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146456.md new file mode 100644 index 00000000..d6c70b25 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146456.md @@ -0,0 +1,39 @@ +# Soybean yield trial — Belvue, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** KS +- **County:** Pottawatomie +- **City:** Belvue +- **Year:** 2025 +- **Plot ID:** 146456 +- **Cooperator:** Chuck Banks +- **Plot average:** 71.28 BU/Ac +- **Planted:** 2025-05-14 +- **Harvested:** 2025-11-05 +- **Population:** 140,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** Yes +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/146456 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | G4430XF | XTENDFlex | - | 13.2 | 56.7 | 68.2 | 68.2 | +| 2 | AgriGold | G3552XF | XTENDFlex | - | 13.4 | 55.6 | 72.7 | 72.7 | +| 1 | AgriGold | G3725XF | XTENDFlex | - | 13.2 | 56.3 | 73.5 | 73.5 | +| 4 | AgriGold | G3955XF | XTENDFlex | - | 13.2 | 55.8 | 67.5 | 67.5 | +| 3 | AgriGold | G4184XF | XTENDFlex | - | 13.3 | 56.6 | 71.4 | 71.4 | +| - | AgriGold | G4430XF | XTENDFlex | - | 13.3 | 56.5 | 72.1 | 72.1 | + +Top 5 by Yield: G3725XF (AgriGold) 73.5, G3552XF (AgriGold) 72.7, G4430XF (AgriGold) 72.1, G4184XF (AgriGold) 71.4, G4430XF (AgriGold) 68.2. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146487.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146487.json new file mode 100644 index 00000000..7efdd2ff --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146487.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-146487", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Windsor", + "county": "Shelby", + "year": 2025, + "plot_id": "146487", + "cooperator": "Cole Farms", + "plot_average": 62.35, + "planted_date": "2025-05-16", + "harvested_date": "2025-10-15", + "population_seeds_per_acre": 140000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 12, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 54.8, + "Yield": 58.0, + "Adj Yield": 58.0 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G3255E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 56.0, + "Yield": 61.6, + "Adj Yield": 61.6 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G3334XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 54.9, + "Yield": 61.7, + "Adj Yield": 61.7 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "G3425E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 54.9, + "Yield": 59.1, + "Adj Yield": 59.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 56.6, + "Yield": 63.4, + "Adj Yield": 63.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3552XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 56.6, + "Yield": 63.2, + "Adj Yield": 63.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "35L17XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 55.9, + "Yield": 62.5, + "Adj Yield": 62.5 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 56.5, + "Yield": 62.3, + "Adj Yield": 62.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G3725XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 55.3, + "Yield": 65.4, + "Adj Yield": 65.4 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "39L18E3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 57.7, + "Yield": 65.8, + "Adj Yield": 65.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G3955XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 57.0, + "Yield": 62.4, + "Adj Yield": 62.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 58.3, + "Yield": 62.8, + "Adj Yield": 62.8 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/146487" + ], + "fetched_at": "2026-05-27T02:25:16.339040+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146487.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146487.md new file mode 100644 index 00000000..ea0507fd --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146487.md @@ -0,0 +1,42 @@ +# Soybean yield trial — Windsor, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Shelby +- **City:** Windsor +- **Year:** 2025 +- **Plot ID:** 146487 +- **Cooperator:** Cole Farms +- **Plot average:** 62.35 BU/Ac +- **Planted:** 2025-05-16 +- **Harvested:** 2025-10-15 +- **Population:** 140,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/146487 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 12 | AgriGold | G3051E3 | Enlist E3 | - | 12.4 | 54.8 | 58.0 | 58.0 | +| 10 | AgriGold | G3255E3 | Enlist E3 | - | 12.7 | 56.0 | 61.6 | 61.6 | +| 9 | AgriGold | G3334XF | XTENDFlex | - | 12.4 | 54.9 | 61.7 | 61.7 | +| 11 | AgriGold | G3425E3 | Enlist E3 | - | 11.9 | 54.9 | 59.1 | 59.1 | +| 3 | AgriGold | G3404E3 | Enlist E3 | - | 12.1 | 56.6 | 63.4 | 63.4 | +| 4 | AgriGold | G3552XF | XTENDFlex | - | 12.2 | 56.6 | 63.2 | 63.2 | +| 6 | AgriGold | 35L17XF | XTENDFlex | - | 12.5 | 55.9 | 62.5 | 62.5 | +| 8 | AgriGold | G3577E3 | Enlist E3 | - | 12.2 | 56.5 | 62.3 | 62.3 | +| 2 | AgriGold | G3725XF | XTENDFlex | - | 11.4 | 55.3 | 65.4 | 65.4 | +| 1 | AgriGold | 39L18E3 | XTENDFlex | - | 10.8 | 57.7 | 65.8 | 65.8 | +| 7 | AgriGold | G3955XF | XTENDFlex | - | 11.4 | 57.0 | 62.4 | 62.4 | +| 5 | AgriGold | G4184XF | XTENDFlex | - | 11.3 | 58.3 | 62.8 | 62.8 | + +Top 5 by Yield: 39L18E3 (AgriGold) 65.8, G3725XF (AgriGold) 65.4, G3404E3 (AgriGold) 63.4, G3552XF (AgriGold) 63.2, G4184XF (AgriGold) 62.8. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146493.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146493.json new file mode 100644 index 00000000..5d1dfdd9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146493.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-146493", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "KS", + "state_abbrev": "ks", + "city": "Centralia", + "county": "Nemaha", + "year": 2025, + "plot_id": "146493", + "cooperator": "Hayden Cross", + "plot_average": 74.99, + "planted_date": "2025-04-18", + "harvested_date": "2025-10-23", + "population_seeds_per_acre": 150000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Clay Loam", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "Unknown", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": 55.3, + "Yield": 76.6, + "Adj Yield": 76.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": 55.3, + "Yield": 76.6, + "Adj Yield": 76.6 + } + }, + { + "rank": 10, + "brand": "Asgrow", + "product": "AG35XF5", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": 54.7, + "Yield": 65.9, + "Adj Yield": 65.9 + } + }, + { + "rank": 8, + "brand": "Asgrow", + "product": "AG37XF5", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": 55.3, + "Yield": 73.2, + "Adj Yield": 73.2 + } + }, + { + "rank": 9, + "brand": "Asgrow", + "product": "AG39XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 55.0, + "Yield": 72.9, + "Adj Yield": 72.9 + } + }, + { + "rank": 7, + "brand": "Asgrow", + "product": "AG41XF6", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": 56.0, + "Yield": 74.6, + "Adj Yield": 74.6 + } + }, + { + "rank": 1, + "brand": "Asgrow", + "product": "AG42XF6", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": 56.4, + "Yield": 79.0, + "Adj Yield": 79.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": 55.9, + "Yield": 79.5, + "Adj Yield": 79.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3552XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": 54.2, + "Yield": 77.3, + "Adj Yield": 77.3 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3725XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": 53.4, + "Yield": 77.0, + "Adj Yield": 77.0 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3955XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": 53.8, + "Yield": 76.1, + "Adj Yield": 76.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": 54.5, + "Yield": 77.3, + "Adj Yield": 77.3 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 52.5, + "Yield": 74.4, + "Adj Yield": 74.4 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/146493" + ], + "fetched_at": "2026-05-27T02:25:16.824588+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146493.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146493.md new file mode 100644 index 00000000..7f71c6da --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146493.md @@ -0,0 +1,46 @@ +# Soybean yield trial — Centralia, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** KS +- **County:** Nemaha +- **City:** Centralia +- **Year:** 2025 +- **Plot ID:** 146493 +- **Cooperator:** Hayden Cross +- **Plot average:** 74.99 BU/Ac +- **Planted:** 2025-04-18 +- **Harvested:** 2025-10-23 +- **Population:** 150,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Clay Loam +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** Unknown +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/146493 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | G4430XF | XTENDFlex | - | 10.0 | 55.3 | 76.6 | 76.6 | +| 5 | AgriGold | G4430XF | XTENDFlex | - | 10.0 | 55.3 | 76.6 | 76.6 | +| 10 | Asgrow | AG35XF5 | XTENDFlex | - | 10.3 | 54.7 | 65.9 | 65.9 | +| 8 | Asgrow | AG37XF5 | XTENDFlex | - | 10.1 | 55.3 | 73.2 | 73.2 | +| 9 | Asgrow | AG39XF3 | XTENDFlex | - | 10.7 | 55.0 | 72.9 | 72.9 | +| 7 | Asgrow | AG41XF6 | XTENDFlex | - | 10.1 | 56.0 | 74.6 | 74.6 | +| 1 | Asgrow | AG42XF6 | XTENDFlex | - | 9.8 | 56.4 | 79.0 | 79.0 | +| - | AgriGold | G4430XF | XTENDFlex | - | 10.0 | 55.9 | 79.5 | 79.5 | +| 3 | AgriGold | G3552XF | XTENDFlex | - | 10.2 | 54.2 | 77.3 | 77.3 | +| 4 | AgriGold | G3725XF | XTENDFlex | - | 10.2 | 53.4 | 77.0 | 77.0 | +| 6 | AgriGold | G3955XF | XTENDFlex | - | 10.1 | 53.8 | 76.1 | 76.1 | +| 2 | AgriGold | G4184XF | XTENDFlex | - | 10.1 | 54.5 | 77.3 | 77.3 | +| - | AgriGold | G4430XF | XTENDFlex | - | 10.9 | 52.5 | 74.4 | 74.4 | + +Top 5 by Yield: G4430XF (AgriGold) 79.5, AG42XF6 (Asgrow) 79.0, G3552XF (AgriGold) 77.3, G4184XF (AgriGold) 77.3, G3725XF (AgriGold) 77.0. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146509.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146509.json new file mode 100644 index 00000000..957bb9b3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146509.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-146509", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "KS", + "state_abbrev": "ks", + "city": "Corning", + "county": "Nemaha", + "year": 2025, + "plot_id": "146509", + "cooperator": "Justin Stallbaumer", + "plot_average": 68.12, + "planted_date": "2025-05-05", + "harvested_date": "2025-10-19", + "population_seeds_per_acre": 150000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Clay Loam", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "Unknown", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "G4204E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 54.4, + "Yield": 64.8, + "Adj Yield": 64.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 53.7, + "Yield": 68.0, + "Adj Yield": 68.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "39L18E3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 54.9, + "Yield": 73.0, + "Adj Yield": 73.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G4051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 56.1, + "Yield": 72.1, + "Adj Yield": 72.1 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P40Z57E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 53.6, + "Yield": 62.5, + "Adj Yield": 62.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G4459E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 53.2, + "Yield": 60.1, + "Adj Yield": 60.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G4204E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 54.7, + "Yield": 73.0, + "Adj Yield": 73.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G4204E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 54.7, + "Yield": 73.0, + "Adj Yield": 73.0 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/146509" + ], + "fetched_at": "2026-05-27T02:25:17.361760+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146509.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146509.md new file mode 100644 index 00000000..f8376a7d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146509.md @@ -0,0 +1,41 @@ +# Soybean yield trial — Corning, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** KS +- **County:** Nemaha +- **City:** Corning +- **Year:** 2025 +- **Plot ID:** 146509 +- **Cooperator:** Justin Stallbaumer +- **Plot average:** 68.12 BU/Ac +- **Planted:** 2025-05-05 +- **Harvested:** 2025-10-19 +- **Population:** 150,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Clay Loam +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** Unknown +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/146509 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | G4204E3 | Enlist E3 | - | 11.3 | 54.4 | 64.8 | 64.8 | +| 4 | AgriGold | G3854E3 | Enlist E3 | - | 11.4 | 53.7 | 68.0 | 68.0 | +| 2 | AgriGold | 39L18E3 | XTENDFlex | - | 11.2 | 54.9 | 73.0 | 73.0 | +| 3 | AgriGold | G4051E3 | Enlist E3 | - | 11.7 | 56.1 | 72.1 | 72.1 | +| 5 | Pioneer | P40Z57E | Enlist E3 | - | 11.7 | 53.6 | 62.5 | 62.5 | +| 6 | AgriGold | G4459E3 | Enlist E3 | - | 11.8 | 53.2 | 60.1 | 60.1 | +| 1 | AgriGold | G4204E3 | Enlist E3 | - | 11.4 | 54.7 | 73.0 | 73.0 | +| - | AgriGold | G4204E3 | Enlist E3 | - | 11.4 | 54.7 | 73.0 | 73.0 | + +Top 5 by Yield: 39L18E3 (AgriGold) 73.0, G4204E3 (AgriGold) 73.0, G4204E3 (AgriGold) 73.0, G4051E3 (AgriGold) 72.1, G3854E3 (AgriGold) 68.0. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146535.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146535.json new file mode 100644 index 00000000..b7a0bd62 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146535.json @@ -0,0 +1,218 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-146535", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Kinmundy", + "county": "Marion", + "year": 2025, + "plot_id": "146535", + "cooperator": "Randy Engel", + "plot_average": 47.64, + "planted_date": "2025-05-28", + "harvested_date": "2025-10-04", + "population_seeds_per_acre": 140000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 4, + "brand": "AgriGold", + "product": "G3255E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 55.3, + "Yield": 50.6, + "Adj Yield": 50.6 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "G3334XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 55.5, + "Yield": 44.0, + "Adj Yield": 44.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 54.5, + "Yield": 50.7, + "Adj Yield": 50.7 + } + }, + { + "rank": 14, + "brand": "AgriGold", + "product": "G3425E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 55.2, + "Yield": 34.2, + "Adj Yield": 34.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "35L17XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 54.5, + "Yield": 51.9, + "Adj Yield": 51.9 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 54.8, + "Yield": 49.8, + "Adj Yield": 49.8 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G3552XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 57.3, + "Yield": 49.5, + "Adj Yield": 49.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3725XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 55.7, + "Yield": 50.2, + "Adj Yield": 50.2 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 57.8, + "Yield": 50.4, + "Adj Yield": 50.4 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "G3955XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 53.6, + "Yield": 45.6, + "Adj Yield": 45.6 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G4051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 55.2, + "Yield": 48.4, + "Adj Yield": 48.4 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 56.0, + "Yield": 47.4, + "Adj Yield": 47.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4204E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 56.0, + "Yield": 50.9, + "Adj Yield": 50.9 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "G4459E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 55.2, + "Yield": 43.4, + "Adj Yield": 43.4 + } + } + ], + "n_results": 14, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/146535" + ], + "fetched_at": "2026-05-27T02:25:17.867357+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146535.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146535.md new file mode 100644 index 00000000..21ec6147 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146535.md @@ -0,0 +1,43 @@ +# Soybean yield trial — Kinmundy, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Marion +- **City:** Kinmundy +- **Year:** 2025 +- **Plot ID:** 146535 +- **Cooperator:** Randy Engel +- **Plot average:** 47.64 BU/Ac +- **Planted:** 2025-05-28 +- **Harvested:** 2025-10-04 +- **Population:** 140,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** No Till +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/146535 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 4 | AgriGold | G3255E3 | Enlist E3 | - | 12.4 | 55.3 | 50.6 | 50.6 | +| 12 | AgriGold | G3334XF | XTENDFlex | - | 11.6 | 55.5 | 44.0 | 44.0 | +| 3 | AgriGold | G3404E3 | Enlist E3 | - | 11.9 | 54.5 | 50.7 | 50.7 | +| 14 | AgriGold | G3425E3 | Enlist E3 | - | 12.0 | 55.2 | 34.2 | 34.2 | +| 1 | AgriGold | 35L17XF | XTENDFlex | - | 11.7 | 54.5 | 51.9 | 51.9 | +| 7 | AgriGold | G3577E3 | Enlist E3 | - | 12.0 | 54.8 | 49.8 | 49.8 | +| 8 | AgriGold | G3552XF | XTENDFlex | - | 12.0 | 57.3 | 49.5 | 49.5 | +| 6 | AgriGold | G3725XF | XTENDFlex | - | 11.2 | 55.7 | 50.2 | 50.2 | +| 5 | AgriGold | G3854E3 | Enlist E3 | - | 11.3 | 57.8 | 50.4 | 50.4 | +| 11 | AgriGold | G3955XF | XTENDFlex | - | 11.2 | 53.6 | 45.6 | 45.6 | +| 9 | AgriGold | G4051E3 | Enlist E3 | - | 11.7 | 55.2 | 48.4 | 48.4 | +| 10 | AgriGold | G4184XF | XTENDFlex | - | 12.0 | 56.0 | 47.4 | 47.4 | +| 2 | AgriGold | G4204E3 | Enlist E3 | - | 11.2 | 56.0 | 50.9 | 50.9 | +| 13 | AgriGold | G4459E3 | Enlist E3 | - | 12.9 | 55.2 | 43.4 | 43.4 | + +Top 5 by Yield: 35L17XF (AgriGold) 51.9, G4204E3 (AgriGold) 50.9, G3404E3 (AgriGold) 50.7, G3255E3 (AgriGold) 50.6, G3854E3 (AgriGold) 50.4. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146563.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146563.json new file mode 100644 index 00000000..63f1b14a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146563.json @@ -0,0 +1,205 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-146563", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IA", + "state_abbrev": "ia", + "city": "Hampton", + "county": "Franklin", + "year": 2025, + "plot_id": "146563", + "cooperator": "Alan Brown", + "plot_average": 67.95, + "planted_date": "2025-05-30", + "harvested_date": "2025-10-05", + "population_seeds_per_acre": 140000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "Golden Harvest", + "product": "GH1534E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": null, + "Yield": 67.7, + "Adj Yield": 67.7 + } + }, + { + "rank": 8, + "brand": "Golden Harvest", + "product": "GH1614E3", + "traits": "3000GT", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": null, + "Yield": 64.1, + "Adj Yield": 64.1 + } + }, + { + "rank": 5, + "brand": "Golden Harvest", + "product": "GH1973E3S", + "traits": "Enlist/STS", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": null, + "Yield": 70.0, + "Adj Yield": 70.0 + } + }, + { + "rank": 9, + "brand": "Golden Harvest", + "product": "GH2292E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": null, + "Yield": 63.9, + "Adj Yield": 63.9 + } + }, + { + "rank": 3, + "brand": "Golden Harvest", + "product": "GH2315E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": null, + "Yield": 73.9, + "Adj Yield": 73.9 + } + }, + { + "rank": 9, + "brand": "Golden Harvest", + "product": "GH2674E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": null, + "Yield": 63.9, + "Adj Yield": 63.9 + } + }, + { + "rank": 1, + "brand": "Golden Harvest", + "product": "GH2856E3S", + "traits": "Enlist/STS", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": null, + "Yield": 82.9, + "Adj Yield": 82.9 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": null, + "Yield": 63.5, + "Adj Yield": 63.5 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G2425E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": null, + "Yield": 75.4, + "Adj Yield": 75.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G2265E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 9.1, + "Test Wt.": null, + "Yield": 65.4, + "Adj Yield": 65.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G2003E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": null, + "Yield": 71.5, + "Adj Yield": 71.5 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "G1823E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": null, + "Yield": 60.6, + "Adj Yield": 60.6 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "G1645E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": null, + "Yield": 60.6, + "Adj Yield": 60.6 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/146563" + ], + "fetched_at": "2026-05-27T02:25:18.342189+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146563.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146563.md new file mode 100644 index 00000000..ae3b5674 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146563.md @@ -0,0 +1,42 @@ +# Soybean yield trial — Hampton, IA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IA +- **County:** Franklin +- **City:** Hampton +- **Year:** 2025 +- **Plot ID:** 146563 +- **Cooperator:** Alan Brown +- **Plot average:** 67.95 BU/Ac +- **Planted:** 2025-05-30 +- **Harvested:** 2025-10-05 +- **Population:** 140,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/146563 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | Golden Harvest | GH1534E3 | Enlist E3 | - | 9.0 | - | 67.7 | 67.7 | +| 8 | Golden Harvest | GH1614E3 | 3000GT | - | 9.0 | - | 64.1 | 64.1 | +| 5 | Golden Harvest | GH1973E3S | Enlist/STS | - | 9.0 | - | 70.0 | 70.0 | +| 9 | Golden Harvest | GH2292E3 | Enlist E3 | - | 9.0 | - | 63.9 | 63.9 | +| 3 | Golden Harvest | GH2315E3 | Enlist E3 | - | 9.2 | - | 73.9 | 73.9 | +| 9 | Golden Harvest | GH2674E3 | Enlist E3 | - | 9.5 | - | 63.9 | 63.9 | +| 1 | Golden Harvest | GH2856E3S | Enlist/STS | - | 10.0 | - | 82.9 | 82.9 | +| 11 | AgriGold | G2601E3 | Enlist E3 | - | 9.5 | - | 63.5 | 63.5 | +| 2 | AgriGold | G2425E3 | - | - | 9.3 | - | 75.4 | 75.4 | +| 7 | AgriGold | G2265E3 | - | - | 9.1 | - | 65.4 | 65.4 | +| 4 | AgriGold | G2003E3 | Enlist E3 | - | 9.0 | - | 71.5 | 71.5 | +| 12 | AgriGold | G1823E3 | Enlist E3 | - | 9.0 | - | 60.6 | 60.6 | +| 12 | AgriGold | G1645E3 | - | - | 9.0 | - | 60.6 | 60.6 | + +Top 5 by Yield: GH2856E3S (Golden Harvest) 82.9, G2425E3 (AgriGold) 75.4, GH2315E3 (Golden Harvest) 73.9, G2003E3 (AgriGold) 71.5, GH1973E3S (Golden Harvest) 70.0. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146585.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146585.json new file mode 100644 index 00000000..caa10cb3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146585.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-146585", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IN", + "state_abbrev": "in", + "city": "Waldron", + "county": "Shelby", + "year": 2025, + "plot_id": "146585", + "cooperator": "Bill Fischer", + "plot_average": 81.7, + "planted_date": "2025-06-04", + "harvested_date": "2025-10-04", + "population_seeds_per_acre": 150000, + "row_width": "15.0\"", + "num_rows": 22, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 2, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": 57.0, + "Yield": 88.4, + "Adj Yield": 88.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": 56.0, + "Yield": 72.5, + "Adj Yield": 72.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": 58.0, + "Yield": 77.0, + "Adj Yield": 77.0 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G3255E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": 58.0, + "Yield": 76.5, + "Adj Yield": 76.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G3425E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": 58.0, + "Yield": 77.5, + "Adj Yield": 77.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": 56.0, + "Yield": 87.9, + "Adj Yield": 87.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 56.0, + "Yield": 77.9, + "Adj Yield": 77.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 57.0, + "Yield": 95.9, + "Adj Yield": 95.9 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/146585" + ], + "fetched_at": "2026-05-27T02:25:18.840786+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146585.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146585.md new file mode 100644 index 00000000..1a1d84d3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146585.md @@ -0,0 +1,37 @@ +# Soybean yield trial — Waldron, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IN +- **County:** Shelby +- **City:** Waldron +- **Year:** 2025 +- **Plot ID:** 146585 +- **Cooperator:** Bill Fischer +- **Plot average:** 81.7 BU/Ac +- **Planted:** 2025-06-04 +- **Harvested:** 2025-10-04 +- **Population:** 150,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 22 +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/146585 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 2 | AgriGold | G2601E3 | Enlist E3 | - | 10.3 | 57.0 | 88.4 | 88.4 | +| 8 | AgriGold | G2893E3 | Enlist E3 | - | 10.4 | 56.0 | 72.5 | 72.5 | +| 6 | AgriGold | G3051E3 | Enlist E3 | - | 10.3 | 58.0 | 77.0 | 77.0 | +| 7 | AgriGold | G3255E3 | Enlist E3 | - | 10.3 | 58.0 | 76.5 | 76.5 | +| 5 | AgriGold | G3425E3 | Enlist E3 | - | 10.3 | 58.0 | 77.5 | 77.5 | +| 3 | AgriGold | G3404E3 | Enlist E3 | - | 10.5 | 56.0 | 87.9 | 87.9 | +| 4 | AgriGold | G3577E3 | Enlist E3 | - | 10.6 | 56.0 | 77.9 | 77.9 | +| 1 | AgriGold | G3854E3 | Enlist E3 | - | 10.7 | 57.0 | 95.9 | 95.9 | + +Top 5 by Yield: G3854E3 (AgriGold) 95.9, G2601E3 (AgriGold) 88.4, G3404E3 (AgriGold) 87.9, G3577E3 (AgriGold) 77.9, G3425E3 (AgriGold) 77.5. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146622.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146622.json new file mode 100644 index 00000000..4452918e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146622.json @@ -0,0 +1,114 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-146622", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Fults", + "county": "Monroe", + "year": 2025, + "plot_id": "146622", + "cooperator": "Brian Elder", + "plot_average": 72.7, + "planted_date": "2025-05-22", + "harvested_date": "2025-10-12", + "population_seeds_per_acre": 130000, + "row_width": "30.0\"", + "num_rows": 12, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": null, + "Yield": 61.3, + "Adj Yield": 61.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": null, + "Yield": 72.8, + "Adj Yield": 72.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "39L18E3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": null, + "Yield": 75.3, + "Adj Yield": 75.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G4051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": null, + "Yield": 77.9, + "Adj Yield": 77.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4204E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": null, + "Yield": 75.9, + "Adj Yield": 75.9 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G4459E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": null, + "Yield": 73.0, + "Adj Yield": 73.0 + } + } + ], + "n_results": 6, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/146622" + ], + "fetched_at": "2026-05-27T02:25:19.354368+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146622.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146622.md new file mode 100644 index 00000000..01408ae7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146622.md @@ -0,0 +1,35 @@ +# Soybean yield trial — Fults, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Monroe +- **City:** Fults +- **Year:** 2025 +- **Plot ID:** 146622 +- **Cooperator:** Brian Elder +- **Plot average:** 72.7 BU/Ac +- **Planted:** 2025-05-22 +- **Harvested:** 2025-10-12 +- **Population:** 130,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 12 +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/146622 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | AgriGold | G3577E3 | Enlist E3 | - | 11.9 | - | 61.3 | 61.3 | +| 5 | AgriGold | G3854E3 | Enlist E3 | - | 11.6 | - | 72.8 | 72.8 | +| 3 | AgriGold | 39L18E3 | XTENDFlex | - | 11.3 | - | 75.3 | 75.3 | +| 1 | AgriGold | G4051E3 | Enlist E3 | - | 11.4 | - | 77.9 | 77.9 | +| 2 | AgriGold | G4204E3 | Enlist E3 | - | 11.3 | - | 75.9 | 75.9 | +| 4 | AgriGold | G4459E3 | Enlist E3 | - | 11.4 | - | 73.0 | 73.0 | + +Top 5 by Yield: G4051E3 (AgriGold) 77.9, G4204E3 (AgriGold) 75.9, 39L18E3 (AgriGold) 75.3, G4459E3 (AgriGold) 73.0, G3854E3 (AgriGold) 72.8. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146662.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146662.json new file mode 100644 index 00000000..52b937cb --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146662.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-146662", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IN", + "state_abbrev": "in", + "city": "Wakarusa", + "county": "Elkhart", + "year": 2025, + "plot_id": "146662", + "cooperator": "Innovation Seed", + "plot_average": 69.53, + "planted_date": "2025-05-19", + "harvested_date": "2025-10-09", + "population_seeds_per_acre": 200000, + "row_width": "7.5\"", + "num_rows": 24, + "soil_type": "Clay", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "AgriGold", + "product": "G2003E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 53.8, + "Yield": 68.5, + "Adj Yield": 68.5 + } + }, + { + "rank": 6, + "brand": "Golden Harvest", + "product": "GH2315E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 54.1, + "Yield": 70.0, + "Adj Yield": 70.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 57.0, + "Yield": 73.3, + "Adj Yield": 73.3 + } + }, + { + "rank": 1, + "brand": "Golden Harvest", + "product": "GH2674E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 55.4, + "Yield": 76.2, + "Adj Yield": 76.2 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 54.5, + "Yield": 71.0, + "Adj Yield": 71.0 + } + }, + { + "rank": 5, + "brand": "Golden Harvest", + "product": "GH2856E3S", + "traits": "Enlist/STS", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 56.1, + "Yield": 70.2, + "Adj Yield": 70.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 56.0, + "Yield": 70.9, + "Adj Yield": 70.9 + } + }, + { + "rank": 11, + "brand": "Golden Harvest", + "product": "GH3035E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 56.2, + "Yield": 61.1, + "Adj Yield": 61.1 + } + }, + { + "rank": 10, + "brand": "Golden Harvest", + "product": "GH3355E3S", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": 51.7, + "Yield": 67.2, + "Adj Yield": 67.2 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 53.7, + "Yield": 67.2, + "Adj Yield": 67.2 + } + }, + { + "rank": 7, + "brand": "Golden Harvest", + "product": "Unknown", + "traits": "Unknown", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 57.2, + "Yield": 69.2, + "Adj Yield": 69.2 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/146662" + ], + "fetched_at": "2026-05-27T02:25:19.868587+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146662.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146662.md new file mode 100644 index 00000000..41c35644 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146662.md @@ -0,0 +1,41 @@ +# Soybean yield trial — Wakarusa, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IN +- **County:** Elkhart +- **City:** Wakarusa +- **Year:** 2025 +- **Plot ID:** 146662 +- **Cooperator:** Innovation Seed +- **Plot average:** 69.53 BU/Ac +- **Planted:** 2025-05-19 +- **Harvested:** 2025-10-09 +- **Population:** 200,000 seeds/acre +- **Row width:** 7.5" +- **# Rows:** 24 +- **Soil type:** Clay +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/146662 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | AgriGold | G2003E3 | Enlist E3 | - | 14.0 | 53.8 | 68.5 | 68.5 | +| 6 | Golden Harvest | GH2315E3 | Enlist E3 | - | 13.8 | 54.1 | 70.0 | 70.0 | +| 2 | AgriGold | G2601E3 | Enlist E3 | - | 13.1 | 57.0 | 73.3 | 73.3 | +| 1 | Golden Harvest | GH2674E3 | Enlist E3 | - | 13.6 | 55.4 | 76.2 | 76.2 | +| 3 | AgriGold | G2893E3 | Enlist E3 | - | 12.8 | 54.5 | 71.0 | 71.0 | +| 5 | Golden Harvest | GH2856E3S | Enlist/STS | - | 12.8 | 56.1 | 70.2 | 70.2 | +| 4 | AgriGold | G3051E3 | Enlist E3 | - | 12.7 | 56.0 | 70.9 | 70.9 | +| 11 | Golden Harvest | GH3035E3 | Enlist E3 | - | 13.1 | 56.2 | 61.1 | 61.1 | +| 10 | Golden Harvest | GH3355E3S | Enlist E3 | - | 13.6 | 51.7 | 67.2 | 67.2 | +| 9 | AgriGold | G3404E3 | Enlist E3 | - | 13.1 | 53.7 | 67.2 | 67.2 | +| 7 | Golden Harvest | Unknown | Unknown | - | 12.9 | 57.2 | 69.2 | 69.2 | + +Top 5 by Yield: GH2674E3 (Golden Harvest) 76.2, G2601E3 (AgriGold) 73.3, G2893E3 (AgriGold) 71.0, G3051E3 (AgriGold) 70.9, GH2856E3S (Golden Harvest) 70.2. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146663.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146663.json new file mode 100644 index 00000000..c452a36c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146663.json @@ -0,0 +1,88 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-146663", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IN", + "state_abbrev": "in", + "city": "Howe", + "county": "Lagrange", + "year": 2025, + "plot_id": "146663", + "cooperator": "Brian Alleshouse", + "plot_average": 26.7, + "planted_date": "2025-05-19", + "harvested_date": "2025-10-13", + "population_seeds_per_acre": 145000, + "row_width": "15.0\"", + "num_rows": 20, + "soil_type": "Sand", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 3, + "brand": "AgriGold", + "product": "G2003E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": 57.1, + "Yield": 25.3, + "Adj Yield": 25.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": 57.3, + "Yield": 29.8, + "Adj Yield": 29.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": 56.9, + "Yield": 27.1, + "Adj Yield": 27.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 55.4, + "Yield": 24.6, + "Adj Yield": 24.6 + } + } + ], + "n_results": 4, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/146663" + ], + "fetched_at": "2026-05-27T02:25:20.309713+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146663.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146663.md new file mode 100644 index 00000000..3f488c9c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146663.md @@ -0,0 +1,34 @@ +# Soybean yield trial — Howe, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IN +- **County:** Lagrange +- **City:** Howe +- **Year:** 2025 +- **Plot ID:** 146663 +- **Cooperator:** Brian Alleshouse +- **Plot average:** 26.7 BU/Ac +- **Planted:** 2025-05-19 +- **Harvested:** 2025-10-13 +- **Population:** 145,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 20 +- **Soil type:** Sand +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/146663 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | AgriGold | G2003E3 | Enlist E3 | - | 9.9 | 57.1 | 25.3 | 25.3 | +| 1 | AgriGold | G2601E3 | Enlist E3 | - | 9.8 | 57.3 | 29.8 | 29.8 | +| 2 | AgriGold | G3051E3 | Enlist E3 | - | 10.2 | 56.9 | 27.1 | 27.1 | +| 4 | AgriGold | G3404E3 | Enlist E3 | - | 10.6 | 55.4 | 24.6 | 24.6 | + +Top 5 by Yield: G2601E3 (AgriGold) 29.8, G3051E3 (AgriGold) 27.1, G2003E3 (AgriGold) 25.3, G3404E3 (AgriGold) 24.6. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146838.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146838.json new file mode 100644 index 00000000..c8a38773 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146838.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-146838", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Venedy", + "county": "Washington", + "year": 2025, + "plot_id": "146838", + "cooperator": "Eric Brammeier", + "plot_average": 50.28, + "planted_date": "2025-05-23", + "harvested_date": "2025-09-28", + "population_seeds_per_acre": 143000, + "row_width": "15.0\"", + "num_rows": 52, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 8, + "brand": "AgriGold", + "product": "G3255E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": 58.0, + "Yield": 44.3, + "Adj Yield": 44.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G3334XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": 58.2, + "Yield": 47.9, + "Adj Yield": 47.9 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": 55.4, + "Yield": 53.5, + "Adj Yield": 53.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G3425E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.1, + "Test Wt.": 57.4, + "Yield": 50.6, + "Adj Yield": 50.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3725XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": 55.0, + "Yield": 51.5, + "Adj Yield": 51.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3955XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 58.0, + "Yield": 48.0, + "Adj Yield": 48.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 57.2, + "Yield": 50.7, + "Adj Yield": 50.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G4204E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": 57.7, + "Yield": 55.7, + "Adj Yield": 55.7 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/146838" + ], + "fetched_at": "2026-05-27T02:25:20.844680+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146838.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146838.md new file mode 100644 index 00000000..ac7b3304 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146838.md @@ -0,0 +1,38 @@ +# Soybean yield trial — Venedy, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Washington +- **City:** Venedy +- **Year:** 2025 +- **Plot ID:** 146838 +- **Cooperator:** Eric Brammeier +- **Plot average:** 50.28 BU/Ac +- **Planted:** 2025-05-23 +- **Harvested:** 2025-09-28 +- **Population:** 143,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 52 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/146838 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 8 | AgriGold | G3255E3 | Enlist E3 | - | 9.8 | 58.0 | 44.3 | 44.3 | +| 7 | AgriGold | G3334XF | XTENDFlex | - | 10.3 | 58.2 | 47.9 | 47.9 | +| 2 | AgriGold | G3404E3 | Enlist E3 | - | 10.2 | 55.4 | 53.5 | 53.5 | +| 5 | AgriGold | G3425E3 | Enlist E3 | - | 9.1 | 57.4 | 50.6 | 50.6 | +| 3 | AgriGold | G3725XF | XTENDFlex | - | 9.8 | 55.0 | 51.5 | 51.5 | +| 6 | AgriGold | G3955XF | XTENDFlex | - | 10.6 | 58.0 | 48.0 | 48.0 | +| 4 | AgriGold | G4184XF | XTENDFlex | - | 10.7 | 57.2 | 50.7 | 50.7 | +| 1 | AgriGold | G4204E3 | Enlist E3 | - | 9.9 | 57.7 | 55.7 | 55.7 | + +Top 5 by Yield: G4204E3 (AgriGold) 55.7, G3404E3 (AgriGold) 53.5, G3725XF (AgriGold) 51.5, G4184XF (AgriGold) 50.7, G3425E3 (AgriGold) 50.6. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146905.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146905.json new file mode 100644 index 00000000..90e65fa5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146905.json @@ -0,0 +1,309 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-146905", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "NE", + "state_abbrev": "ne", + "city": "Litchfield", + "county": "Sherman", + "year": 2025, + "plot_id": "146905", + "cooperator": "Zoerb Farms", + "plot_average": 91.94, + "planted_date": "2025-04-29", + "harvested_date": "2025-10-10", + "population_seeds_per_acre": 140000, + "row_width": "20.0\"", + "num_rows": 24, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Pioneer", + "product": "P28Z30E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": null, + "Yield": 93.0, + "Adj Yield": 93.0 + } + }, + { + "rank": 15, + "brand": "Pioneer", + "product": "P20Z14E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": null, + "Yield": 89.5, + "Adj Yield": 89.62 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "G2265E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": null, + "Yield": 88.7, + "Adj Yield": 88.81 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P22Z02E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 97.5, + "Adj Yield": 97.65 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P23Z58E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": null, + "Yield": 90.9, + "Adj Yield": 91.0 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P23Z58E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": null, + "Yield": 94.3, + "Adj Yield": 94.43 + } + }, + { + "rank": 16, + "brand": "Connect", + "product": "CT2424E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": null, + "Yield": 89.0, + "Adj Yield": 89.06 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G2425E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 92.4, + "Adj Yield": 92.48 + } + }, + { + "rank": 3, + "brand": "Stine", + "product": "24EH32", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": null, + "Yield": 94.6, + "Adj Yield": 94.63 + } + }, + { + "rank": 14, + "brand": "Alloy", + "product": "A25E36", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": null, + "Yield": 90.9, + "Adj Yield": 90.95 + } + }, + { + "rank": 5, + "brand": "Stine", + "product": "26EH02", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": null, + "Yield": 94.1, + "Adj Yield": 94.06 + } + }, + { + "rank": 18, + "brand": "Connect", + "product": "CT2725E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": null, + "Yield": 88.5, + "Adj Yield": 88.46 + } + }, + { + "rank": 19, + "brand": "Stine", + "product": "27EG22", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 87.0, + "Adj Yield": 86.93 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P27Z41E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 92.4, + "Adj Yield": 92.31 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P28Z30E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": null, + "Yield": 91.9, + "Adj Yield": 91.87 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P28Z30E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 92.4, + "Adj Yield": 92.28 + } + }, + { + "rank": 10, + "brand": "Pioneer", + "product": "P28Z30E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": null, + "Yield": 92.2, + "Adj Yield": 92.14 + } + }, + { + "rank": 12, + "brand": "Alloy", + "product": "A29E36", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": null, + "Yield": 91.6, + "Adj Yield": 91.43 + } + }, + { + "rank": 6, + "brand": "Stine", + "product": "30EH32", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 14.6, + "Test Wt.": null, + "Yield": 93.7, + "Adj Yield": 93.52 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P31Z03E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 95.4, + "Adj Yield": 95.27 + } + }, + { + "rank": null, + "brand": "Pioneer", + "product": "P28Z30E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": null, + "Yield": 93.3, + "Adj Yield": 93.3 + } + } + ], + "n_results": 21, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/146905" + ], + "fetched_at": "2026-05-27T02:25:21.358626+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146905.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146905.md new file mode 100644 index 00000000..ee0412d8 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146905.md @@ -0,0 +1,51 @@ +# Soybean yield trial — Litchfield, NE, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** NE +- **County:** Sherman +- **City:** Litchfield +- **Year:** 2025 +- **Plot ID:** 146905 +- **Cooperator:** Zoerb Farms +- **Plot average:** 91.94 BU/Ac +- **Planted:** 2025-04-29 +- **Harvested:** 2025-10-10 +- **Population:** 140,000 seeds/acre +- **Row width:** 20.0" +- **# Rows:** 24 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/146905 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Pioneer | P28Z30E | Enlist E3 | - | 14.4 | - | 93.0 | 93.0 | +| 15 | Pioneer | P20Z14E | Enlist E3 | - | 14.3 | - | 89.5 | 89.62 | +| 17 | AgriGold | G2265E3 | - | - | 14.2 | - | 88.7 | 88.81 | +| 1 | Pioneer | P22Z02E | Enlist E3 | - | 14.1 | - | 97.5 | 97.65 | +| 13 | Pioneer | P23Z58E | Enlist E3 | - | 13.8 | - | 90.9 | 91.0 | +| 4 | Pioneer | P23Z58E | Enlist E3 | - | 13.7 | - | 94.3 | 94.43 | +| 16 | Connect | CT2424E | Enlist E3 | - | 13.3 | - | 89.0 | 89.06 | +| 7 | AgriGold | G2425E3 | - | - | 13.5 | - | 92.4 | 92.48 | +| 3 | Stine | 24EH32 | Enlist E3 | - | 12.9 | - | 94.6 | 94.63 | +| 14 | Alloy | A25E36 | Enlist E3 | - | 12.9 | - | 90.9 | 90.95 | +| 5 | Stine | 26EH02 | Enlist E3 | - | 13.4 | - | 94.1 | 94.06 | +| 18 | Connect | CT2725E | Enlist E3 | - | 12.9 | - | 88.5 | 88.46 | +| 19 | Stine | 27EG22 | Enlist E3 | - | 13.5 | - | 87.0 | 86.93 | +| 8 | Pioneer | P27Z41E | Enlist E3 | - | 13.0 | - | 92.4 | 92.31 | +| 11 | Pioneer | P28Z30E | Enlist E3 | - | 13.1 | - | 91.9 | 91.87 | +| 9 | Pioneer | P28Z30E | Enlist E3 | - | 13.0 | - | 92.4 | 92.28 | +| 10 | Pioneer | P28Z30E | Enlist E3 | - | 13.4 | - | 92.2 | 92.14 | +| 12 | Alloy | A29E36 | Enlist E3 | - | 12.6 | - | 91.6 | 91.43 | +| 6 | Stine | 30EH32 | Enlist E3 | - | 14.6 | - | 93.7 | 93.52 | +| 2 | Pioneer | P31Z03E | Enlist E3 | - | 14.1 | - | 95.4 | 95.27 | +| - | Pioneer | P28Z30E | Enlist E3 | - | 13.8 | - | 93.3 | 93.3 | + +Top 5 by Yield: P22Z02E (Pioneer) 97.5, P31Z03E (Pioneer) 95.4, 24EH32 (Stine) 94.6, P23Z58E (Pioneer) 94.3, 26EH02 (Stine) 94.1. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146982.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146982.json new file mode 100644 index 00000000..f9bfda2e --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146982.json @@ -0,0 +1,283 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-146982", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "KS", + "state_abbrev": "ks", + "city": "Burrton", + "county": "Sedgwick", + "year": 2025, + "plot_id": "146982", + "cooperator": "Judy Young", + "plot_average": 47.28, + "planted_date": "2025-06-21", + "harvested_date": "2025-11-15", + "population_seeds_per_acre": 160000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 57.0, + "Yield": 53.9, + "Adj Yield": 53.9 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 57.5, + "Yield": 52.8, + "Adj Yield": 52.8 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": 57.5, + "Yield": 52.8, + "Adj Yield": 52.8 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G3955XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 56.1, + "Yield": 52.7, + "Adj Yield": 52.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G4910XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 54.4, + "Yield": 50.2, + "Adj Yield": 50.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G4755XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 58.5, + "Yield": 53.8, + "Adj Yield": 53.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G4650XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 57.8, + "Yield": 51.0, + "Adj Yield": 51.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 57.0, + "Yield": 51.8, + "Adj Yield": 51.8 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 58.7, + "Yield": 48.7, + "Adj Yield": 48.7 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G3955XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 56.1, + "Yield": 50.1, + "Adj Yield": 50.1 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3955XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 56.1, + "Yield": 50.1, + "Adj Yield": 50.1 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G3725XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 56.2, + "Yield": 45.7, + "Adj Yield": 45.7 + } + }, + { + "rank": 7, + "brand": "Stine", + "product": "49FF20", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 57.1, + "Yield": 49.9, + "Adj Yield": 49.9 + } + }, + { + "rank": 11, + "brand": "Stine", + "product": "47FF29", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 57.7, + "Yield": 41.0, + "Adj Yield": 41.0 + } + }, + { + "rank": 13, + "brand": "Stine", + "product": "45FF92", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 56.5, + "Yield": 38.1, + "Adj Yield": 38.1 + } + }, + { + "rank": 10, + "brand": "Stine", + "product": "41FF29", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 57.1, + "Yield": 43.2, + "Adj Yield": 43.2 + } + }, + { + "rank": 8, + "brand": "Stine", + "product": "40FD29", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 55.8, + "Yield": 48.0, + "Adj Yield": 48.0 + } + }, + { + "rank": 12, + "brand": "Stine", + "product": "37FD02", + "traits": "XTENDFlex/STS", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 54.0, + "Yield": 39.0, + "Adj Yield": 39.0 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 56.9, + "Yield": 48.7, + "Adj Yield": 48.7 + } + } + ], + "n_results": 19, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/146982" + ], + "fetched_at": "2026-05-27T02:25:21.822746+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-146982.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146982.md new file mode 100644 index 00000000..d8b32130 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-146982.md @@ -0,0 +1,49 @@ +# Soybean yield trial — Burrton, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** KS +- **County:** Sedgwick +- **City:** Burrton +- **Year:** 2025 +- **Plot ID:** 146982 +- **Cooperator:** Judy Young +- **Plot average:** 47.28 BU/Ac +- **Planted:** 2025-06-21 +- **Harvested:** 2025-11-15 +- **Population:** 160,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/146982 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | G4184XF | XTENDFlex | - | 11.3 | 57.0 | 53.9 | 53.9 | +| - | AgriGold | G4184XF | XTENDFlex | - | 10.9 | 57.5 | 52.8 | 52.8 | +| 2 | AgriGold | G4184XF | XTENDFlex | - | 10.9 | 57.5 | 52.8 | 52.8 | +| - | AgriGold | G3955XF | XTENDFlex | - | 11.0 | 56.1 | 52.7 | 52.7 | +| 5 | AgriGold | G4910XF | XTENDFlex | - | 10.6 | 54.4 | 50.2 | 50.2 | +| 1 | AgriGold | G4755XF | XTENDFlex | - | 10.8 | 58.5 | 53.8 | 53.8 | +| 4 | AgriGold | G4650XF | XTENDFlex | - | 10.8 | 57.8 | 51.0 | 51.0 | +| 3 | AgriGold | G4430XF | XTENDFlex | - | 10.8 | 57.0 | 51.8 | 51.8 | +| - | AgriGold | G4184XF | XTENDFlex | - | 10.8 | 58.7 | 48.7 | 48.7 | +| - | AgriGold | G3955XF | XTENDFlex | - | 11.0 | 56.1 | 50.1 | 50.1 | +| 6 | AgriGold | G3955XF | XTENDFlex | - | 11.0 | 56.1 | 50.1 | 50.1 | +| 9 | AgriGold | G3725XF | XTENDFlex | - | 11.3 | 56.2 | 45.7 | 45.7 | +| 7 | Stine | 49FF20 | XTENDFlex | - | 11.0 | 57.1 | 49.9 | 49.9 | +| 11 | Stine | 47FF29 | XTENDFlex | - | 11.2 | 57.7 | 41.0 | 41.0 | +| 13 | Stine | 45FF92 | XTENDFlex | - | 11.3 | 56.5 | 38.1 | 38.1 | +| 10 | Stine | 41FF29 | XTENDFlex | - | 11.4 | 57.1 | 43.2 | 43.2 | +| 8 | Stine | 40FD29 | XTENDFlex | - | 11.4 | 55.8 | 48.0 | 48.0 | +| 12 | Stine | 37FD02 | XTENDFlex/STS | - | 11.3 | 54.0 | 39.0 | 39.0 | +| - | AgriGold | G4184XF | XTENDFlex | - | 11.8 | 56.9 | 48.7 | 48.7 | + +Top 5 by Yield: G4184XF (AgriGold) 53.9, G4755XF (AgriGold) 53.8, G4184XF (AgriGold) 52.8, G4184XF (AgriGold) 52.8, G3955XF (AgriGold) 52.7. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147081.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147081.json new file mode 100644 index 00000000..ba5f90ce --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147081.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-147081", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "MO", + "state_abbrev": "mo", + "city": "Tina", + "county": "Livingston", + "year": 2025, + "plot_id": "147081", + "cooperator": "Howard Baker", + "plot_average": 60.81, + "planted_date": "2025-04-30", + "harvested_date": "2025-10-05", + "population_seeds_per_acre": 145000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 5, + "brand": "AgriGold", + "product": "G4051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 54.3, + "Yield": 60.9, + "Adj Yield": 60.9 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G3425E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 57.1, + "Yield": 53.8, + "Adj Yield": 53.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G3552XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 57.2, + "Yield": 54.4, + "Adj Yield": 54.4 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G3725XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 56.7, + "Yield": 59.2, + "Adj Yield": 59.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": 57.9, + "Yield": 57.8, + "Adj Yield": 57.8 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3955XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 56.5, + "Yield": 61.3, + "Adj Yield": 61.3 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 57.7, + "Yield": 59.6, + "Adj Yield": 59.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G4204E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 57.4, + "Yield": 62.1, + "Adj Yield": 62.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": 57.0, + "Yield": 65.1, + "Adj Yield": 65.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G4459E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 19.0, + "Test Wt.": 54.0, + "Yield": 73.9, + "Adj Yield": 73.9 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/147081" + ], + "fetched_at": "2026-05-27T02:25:22.350750+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147081.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147081.md new file mode 100644 index 00000000..76bd0d70 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147081.md @@ -0,0 +1,39 @@ +# Soybean yield trial — Tina, MO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** MO +- **County:** Livingston +- **City:** Tina +- **Year:** 2025 +- **Plot ID:** 147081 +- **Cooperator:** Howard Baker +- **Plot average:** 60.81 BU/Ac +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-05 +- **Population:** 145,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/147081 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | AgriGold | G4051E3 | Enlist E3 | - | 13.2 | 54.3 | 60.9 | 60.9 | +| 10 | AgriGold | G3425E3 | Enlist E3 | - | 11.1 | 57.1 | 53.8 | 53.8 | +| 9 | AgriGold | G3552XF | XTENDFlex | - | 10.8 | 57.2 | 54.4 | 54.4 | +| 7 | AgriGold | G3725XF | XTENDFlex | - | 10.7 | 56.7 | 59.2 | 59.2 | +| 8 | AgriGold | G3854E3 | Enlist E3 | - | 10.4 | 57.9 | 57.8 | 57.8 | +| 4 | AgriGold | G3955XF | XTENDFlex | - | 10.6 | 56.5 | 61.3 | 61.3 | +| 6 | AgriGold | G4184XF | XTENDFlex | - | 11.3 | 57.7 | 59.6 | 59.6 | +| 3 | AgriGold | G4204E3 | Enlist E3 | - | 10.6 | 57.4 | 62.1 | 62.1 | +| 2 | AgriGold | G4430XF | XTENDFlex | - | 11.4 | 57.0 | 65.1 | 65.1 | +| 1 | AgriGold | G4459E3 | Enlist E3 | - | 19.0 | 54.0 | 73.9 | 73.9 | + +Top 5 by Yield: G4459E3 (AgriGold) 73.9, G4430XF (AgriGold) 65.1, G4204E3 (AgriGold) 62.1, G3955XF (AgriGold) 61.3, G4051E3 (AgriGold) 60.9. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147206.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147206.json new file mode 100644 index 00000000..f64b64be --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147206.json @@ -0,0 +1,166 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-147206", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "TN", + "state_abbrev": "tn", + "city": "Bells", + "county": "Crockett", + "year": 2025, + "plot_id": "147206", + "cooperator": "Mike Taylor", + "plot_average": 58.49, + "planted_date": "2025-05-13", + "harvested_date": "2025-09-18", + "population_seeds_per_acre": 140000, + "row_width": "15.0\"", + "num_rows": 12, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 5, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": 62.7, + "Yield": 59.0, + "Adj Yield": 59.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": 62.7, + "Yield": 63.2, + "Adj Yield": 63.2 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G4755XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 55.6, + "Yield": 50.6, + "Adj Yield": 50.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G4650XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 58.3, + "Yield": 58.4, + "Adj Yield": 58.4 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G4910XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 61.9, + "Yield": 51.1, + "Adj Yield": 51.1 + } + }, + { + "rank": 2, + "brand": "Southeastern Seed", + "product": "SE4062XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": 60.5, + "Yield": 65.7, + "Adj Yield": 65.7 + } + }, + { + "rank": 9, + "brand": "Southeastern Seed", + "product": "SE4460XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 60.3, + "Yield": 50.8, + "Adj Yield": 50.8 + } + }, + { + "rank": 7, + "brand": "Southeastern Seed", + "product": "SE4652XFS", + "traits": "XTENDFlex/STS", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 55.1, + "Yield": 52.5, + "Adj Yield": 52.5 + } + }, + { + "rank": 4, + "brand": "Southeastern Seed", + "product": "SE4769XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 15.1, + "Test Wt.": 55.1, + "Yield": 60.5, + "Adj Yield": 60.5 + } + }, + { + "rank": 1, + "brand": "Southeastern Seed", + "product": "SE4861XFS", + "traits": "XTENDFlex/STS", + "metrics": { + "Ck": null, + "H20": 23.9, + "Test Wt.": 51.5, + "Yield": 73.1, + "Adj Yield": 73.1 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/147206" + ], + "fetched_at": "2026-05-27T02:25:22.848222+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147206.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147206.md new file mode 100644 index 00000000..70958424 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147206.md @@ -0,0 +1,39 @@ +# Soybean yield trial — Bells, TN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** TN +- **County:** Crockett +- **City:** Bells +- **Year:** 2025 +- **Plot ID:** 147206 +- **Cooperator:** Mike Taylor +- **Plot average:** 58.49 BU/Ac +- **Planted:** 2025-05-13 +- **Harvested:** 2025-09-18 +- **Population:** 140,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 12 +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/147206 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | AgriGold | G4184XF | XTENDFlex | - | 9.9 | 62.7 | 59.0 | 59.0 | +| 3 | AgriGold | G4430XF | XTENDFlex | - | 9.9 | 62.7 | 63.2 | 63.2 | +| 10 | AgriGold | G4755XF | XTENDFlex | - | 14.8 | 55.6 | 50.6 | 50.6 | +| 6 | AgriGold | G4650XF | XTENDFlex | - | 12.6 | 58.3 | 58.4 | 58.4 | +| 8 | AgriGold | G4910XF | XTENDFlex | - | 11.2 | 61.9 | 51.1 | 51.1 | +| 2 | Southeastern Seed | SE4062XF | XTENDFlex | - | 10.8 | 60.5 | 65.7 | 65.7 | +| 9 | Southeastern Seed | SE4460XF | XTENDFlex | - | 11.3 | 60.3 | 50.8 | 50.8 | +| 7 | Southeastern Seed | SE4652XFS | XTENDFlex/STS | - | 18.0 | 55.1 | 52.5 | 52.5 | +| 4 | Southeastern Seed | SE4769XF | XTENDFlex | - | 15.1 | 55.1 | 60.5 | 60.5 | +| 1 | Southeastern Seed | SE4861XFS | XTENDFlex/STS | - | 23.9 | 51.5 | 73.1 | 73.1 | + +Top 5 by Yield: SE4861XFS (Southeastern Seed) 73.1, SE4062XF (Southeastern Seed) 65.7, G4430XF (AgriGold) 63.2, SE4769XF (Southeastern Seed) 60.5, G4184XF (AgriGold) 59.0. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147228.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147228.json new file mode 100644 index 00000000..9c5e381b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147228.json @@ -0,0 +1,114 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-147228", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "PA", + "state_abbrev": "pa", + "city": "Cochranville", + "county": "Chester", + "year": 2025, + "plot_id": "147228", + "cooperator": "Cochranville Ag Services, LLC", + "plot_average": 98.0, + "planted_date": "2025-04-28", + "harvested_date": "2025-09-22", + "population_seeds_per_acre": 120000, + "row_width": "15.0\"", + "num_rows": 11, + "soil_type": "Clay Loam", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 4, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 25.5, + "Test Wt.": 49.9, + "Yield": 96.7, + "Adj Yield": 96.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G3425E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 53.1, + "Yield": 96.6, + "Adj Yield": 96.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 18.0, + "Test Wt.": 53.2, + "Yield": 94.4, + "Adj Yield": 94.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G3255E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 16.3, + "Test Wt.": 54.1, + "Yield": 101.1, + "Adj Yield": 101.1 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 14.9, + "Test Wt.": 55.3, + "Yield": 101.8, + "Adj Yield": 101.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 14.8, + "Test Wt.": 55.3, + "Yield": 97.4, + "Adj Yield": 97.4 + } + } + ], + "n_results": 6, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/147228" + ], + "fetched_at": "2026-05-27T02:25:23.347643+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147228.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147228.md new file mode 100644 index 00000000..f1dd6f68 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147228.md @@ -0,0 +1,36 @@ +# Soybean yield trial — Cochranville, PA, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** PA +- **County:** Chester +- **City:** Cochranville +- **Year:** 2025 +- **Plot ID:** 147228 +- **Cooperator:** Cochranville Ag Services, LLC +- **Plot average:** 98.0 BU/Ac +- **Planted:** 2025-04-28 +- **Harvested:** 2025-09-22 +- **Population:** 120,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 11 +- **Soil type:** Clay Loam +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/147228 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 4 | AgriGold | G3854E3 | Enlist E3 | - | 25.5 | 49.9 | 96.7 | 96.7 | +| 5 | AgriGold | G3425E3 | Enlist E3 | - | 16.1 | 53.1 | 96.6 | 96.6 | +| 6 | AgriGold | G3404E3 | Enlist E3 | - | 18.0 | 53.2 | 94.4 | 94.4 | +| 2 | AgriGold | G3255E3 | Enlist E3 | - | 16.3 | 54.1 | 101.1 | 101.1 | +| 1 | AgriGold | G3051E3 | Enlist E3 | - | 14.9 | 55.3 | 101.8 | 101.8 | +| 3 | AgriGold | G2893E3 | Enlist E3 | - | 14.8 | 55.3 | 97.4 | 97.4 | + +Top 5 by Yield: G3051E3 (AgriGold) 101.8, G3255E3 (AgriGold) 101.1, G2893E3 (AgriGold) 97.4, G3854E3 (AgriGold) 96.7, G3425E3 (AgriGold) 96.6. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147307.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147307.json new file mode 100644 index 00000000..2dbb3884 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147307.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-147307", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "NC", + "state_abbrev": "nc", + "city": "Wenona", + "county": "Washington", + "year": 2025, + "plot_id": "147307", + "cooperator": "Dark Water Enterprises", + "plot_average": 80.89, + "planted_date": "2025-04-17", + "harvested_date": null, + "population_seeds_per_acre": null, + "row_width": "36.0\"", + "num_rows": 4, + "soil_type": null, + "tillage": null, + "previous_crop": null, + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": null, + "Yield": 89.4, + "Adj Yield": 89.4 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G4051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": null, + "Yield": 83.6, + "Adj Yield": 83.6 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4204E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": null, + "Yield": 87.6, + "Adj Yield": 87.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G4459E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": null, + "Yield": 61.6, + "Adj Yield": 61.6 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G4650XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": null, + "Yield": 74.4, + "Adj Yield": 74.4 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G4884E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": null, + "Yield": 80.6, + "Adj Yield": 80.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G4910XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 84.5, + "Adj Yield": 84.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G5104XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 14.3, + "Test Wt.": null, + "Yield": 85.4, + "Adj Yield": 85.4 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/147307" + ], + "fetched_at": "2026-05-27T02:25:23.844532+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147307.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147307.md new file mode 100644 index 00000000..8b38d486 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147307.md @@ -0,0 +1,33 @@ +# Soybean yield trial — Wenona, NC, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** NC +- **County:** Washington +- **City:** Wenona +- **Year:** 2025 +- **Plot ID:** 147307 +- **Cooperator:** Dark Water Enterprises +- **Plot average:** 80.89 BU/Ac +- **Planted:** 2025-04-17 +- **Row width:** 36.0" +- **# Rows:** 4 +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/147307 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | G3854E3 | Enlist E3 | - | 12.6 | - | 89.4 | 89.4 | +| 5 | AgriGold | G4051E3 | Enlist E3 | - | 12.5 | - | 83.6 | 83.6 | +| 2 | AgriGold | G4204E3 | Enlist E3 | - | 12.6 | - | 87.6 | 87.6 | +| 8 | AgriGold | G4459E3 | Enlist E3 | - | 12.6 | - | 61.6 | 61.6 | +| 7 | AgriGold | G4650XF | XTENDFlex | - | 12.1 | - | 74.4 | 74.4 | +| 6 | AgriGold | G4884E3 | Enlist E3 | - | 13.1 | - | 80.6 | 80.6 | +| 4 | AgriGold | G4910XF | XTENDFlex | - | 13.0 | - | 84.5 | 84.5 | +| 3 | AgriGold | G5104XF | XTENDFlex | - | 14.3 | - | 85.4 | 85.4 | + +Top 5 by Yield: G3854E3 (AgriGold) 89.4, G4204E3 (AgriGold) 87.6, G5104XF (AgriGold) 85.4, G4910XF (AgriGold) 84.5, G4051E3 (AgriGold) 83.6. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147308.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147308.json new file mode 100644 index 00000000..effaafa9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147308.json @@ -0,0 +1,140 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-147308", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IN", + "state_abbrev": "in", + "city": "Mt. Vernon", + "county": "Posey", + "year": 2025, + "plot_id": "147308", + "cooperator": "Lang Farms", + "plot_average": 89.48, + "planted_date": "2025-05-15", + "harvested_date": "2025-09-30", + "population_seeds_per_acre": 130000, + "row_width": "15.0\"", + "num_rows": 15, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 3, + "brand": "AgriGold", + "product": "G3255E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 55.0, + "Yield": 90.9, + "Adj Yield": 90.9 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 57.0, + "Yield": 94.7, + "Adj Yield": 94.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G3425E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 55.0, + "Yield": 83.3, + "Adj Yield": 83.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 55.0, + "Yield": 94.1, + "Adj Yield": 94.1 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P37Z06E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 55.0, + "Yield": 89.7, + "Adj Yield": 89.7 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 57.0, + "Yield": 87.5, + "Adj Yield": 87.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G4051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 57.0, + "Yield": 87.5, + "Adj Yield": 87.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G4204E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 56.0, + "Yield": 88.1, + "Adj Yield": 88.1 + } + } + ], + "n_results": 8, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/147308" + ], + "fetched_at": "2026-05-27T02:25:24.353009+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147308.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147308.md new file mode 100644 index 00000000..e9ab9c72 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147308.md @@ -0,0 +1,37 @@ +# Soybean yield trial — Mt. Vernon, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IN +- **County:** Posey +- **City:** Mt. Vernon +- **Year:** 2025 +- **Plot ID:** 147308 +- **Cooperator:** Lang Farms +- **Plot average:** 89.48 BU/Ac +- **Planted:** 2025-05-15 +- **Harvested:** 2025-09-30 +- **Population:** 130,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 15 +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/147308 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 3 | AgriGold | G3255E3 | Enlist E3 | - | 12.5 | 55.0 | 90.9 | 90.9 | +| 1 | AgriGold | G3404E3 | Enlist E3 | - | 13.0 | 57.0 | 94.7 | 94.7 | +| 8 | AgriGold | G3425E3 | Enlist E3 | - | 13.0 | 55.0 | 83.3 | 83.3 | +| 2 | AgriGold | G3577E3 | Enlist E3 | - | 13.1 | 55.0 | 94.1 | 94.1 | +| 4 | Pioneer | P37Z06E | Enlist E3 | - | 13.0 | 55.0 | 89.7 | 89.7 | +| 6 | AgriGold | G3854E3 | Enlist E3 | - | 12.8 | 57.0 | 87.5 | 87.5 | +| 6 | AgriGold | G4051E3 | Enlist E3 | - | 12.8 | 57.0 | 87.5 | 87.5 | +| 5 | AgriGold | G4204E3 | Enlist E3 | - | 12.8 | 56.0 | 88.1 | 88.1 | + +Top 5 by Yield: G3404E3 (AgriGold) 94.7, G3577E3 (AgriGold) 94.1, G3255E3 (AgriGold) 90.9, P37Z06E (Pioneer) 89.7, G4204E3 (AgriGold) 88.1. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147317.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147317.json new file mode 100644 index 00000000..56b5b6a5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147317.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-147317", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IN", + "state_abbrev": "in", + "city": "Cortland", + "county": "Jackson", + "year": 2025, + "plot_id": "147317", + "cooperator": "George and Grover Mellencamp", + "plot_average": 73.44, + "planted_date": "2025-05-16", + "harvested_date": "2025-10-01", + "population_seeds_per_acre": 140000, + "row_width": "15.0\"", + "num_rows": 16, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "Pioneer", + "product": "P32Z91E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 62.2, + "Yield": 76.9, + "Adj Yield": 76.9 + } + }, + { + "rank": 1, + "brand": "Pioneer", + "product": "P32Z91E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 62.2, + "Yield": 76.9, + "Adj Yield": 79.11 + } + }, + { + "rank": 5, + "brand": "Connect", + "product": "CT3324E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 57.7, + "Yield": 71.8, + "Adj Yield": 73.46 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G3425E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 56.9, + "Yield": 67.0, + "Adj Yield": 68.08 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 56.8, + "Yield": 75.5, + "Adj Yield": 76.08 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P37Z06E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 59.9, + "Yield": 73.2, + "Adj Yield": 73.17 + } + }, + { + "rank": 7, + "brand": "Becks", + "product": "3760E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": 59.2, + "Yield": 71.4, + "Adj Yield": 70.86 + } + }, + { + "rank": 4, + "brand": "Golden Harvest", + "product": "GH3774E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 61.0, + "Yield": 75.1, + "Adj Yield": 73.98 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 59.0, + "Yield": 77.1, + "Adj Yield": 75.51 + } + }, + { + "rank": 8, + "brand": "Pioneer", + "product": "P40Z57E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 14.2, + "Test Wt.": 59.5, + "Yield": 72.9, + "Adj Yield": 70.75 + } + }, + { + "rank": null, + "brand": "Pioneer", + "product": "P32Z91E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": 59.6, + "Yield": 82.4, + "Adj Yield": 82.4 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/147317" + ], + "fetched_at": "2026-05-27T02:25:24.828701+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147317.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147317.md new file mode 100644 index 00000000..2096a40b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147317.md @@ -0,0 +1,40 @@ +# Soybean yield trial — Cortland, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IN +- **County:** Jackson +- **City:** Cortland +- **Year:** 2025 +- **Plot ID:** 147317 +- **Cooperator:** George and Grover Mellencamp +- **Plot average:** 73.44 BU/Ac +- **Planted:** 2025-05-16 +- **Harvested:** 2025-10-01 +- **Population:** 140,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 16 +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/147317 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Pioneer | P32Z91E | Enlist E3 | - | 12.1 | 62.2 | 76.9 | 76.9 | +| 1 | Pioneer | P32Z91E | Enlist E3 | - | 12.1 | 62.2 | 76.9 | 79.11 | +| 5 | Connect | CT3324E | Enlist E3 | - | 12.4 | 57.7 | 71.8 | 73.46 | +| 9 | AgriGold | G3425E3 | Enlist E3 | - | 13.0 | 56.9 | 67.0 | 68.08 | +| 2 | AgriGold | G3404E3 | Enlist E3 | - | 13.7 | 56.8 | 75.5 | 76.08 | +| 6 | Pioneer | P37Z06E | Enlist E3 | - | 12.6 | 59.9 | 73.2 | 73.17 | +| 7 | Becks | 3760E3 | Enlist E3 | - | 13.5 | 59.2 | 71.4 | 70.86 | +| 4 | Golden Harvest | GH3774E3 | Enlist E3 | - | 13.8 | 61.0 | 75.1 | 73.98 | +| 3 | AgriGold | G3854E3 | Enlist E3 | - | 14.1 | 59.0 | 77.1 | 75.51 | +| 8 | Pioneer | P40Z57E | Enlist E3 | - | 14.2 | 59.5 | 72.9 | 70.75 | +| - | Pioneer | P32Z91E | Enlist E3 | - | 14.1 | 59.6 | 82.4 | 82.4 | + +Top 5 by Yield: P32Z91E (Pioneer) 82.4, G3854E3 (AgriGold) 77.1, P32Z91E (Pioneer) 76.9, P32Z91E (Pioneer) 76.9, G3404E3 (AgriGold) 75.5. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147329.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147329.json new file mode 100644 index 00000000..324fe9f9 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147329.json @@ -0,0 +1,114 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-147329", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "TN", + "state_abbrev": "tn", + "city": "Scottshill", + "county": "Henderson", + "year": 2025, + "plot_id": "147329", + "cooperator": "Matthew Petty", + "plot_average": 70.13, + "planted_date": "2025-04-16", + "harvested_date": "2025-10-01", + "population_seeds_per_acre": 113000, + "row_width": "15.0\"", + "num_rows": 7, + "soil_type": null, + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": 59.5, + "Yield": 44.6, + "Adj Yield": 44.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 53.2, + "Yield": 68.5, + "Adj Yield": 68.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G4650XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 55.4, + "Yield": 72.8, + "Adj Yield": 72.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G4755XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.5, + "Test Wt.": 59.3, + "Yield": 90.1, + "Adj Yield": 90.1 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4910XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 59.0, + "Yield": 82.1, + "Adj Yield": 82.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G5104XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 58.7, + "Yield": 62.7, + "Adj Yield": 62.7 + } + } + ], + "n_results": 6, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/147329" + ], + "fetched_at": "2026-05-27T02:25:25.313555+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147329.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147329.md new file mode 100644 index 00000000..ce7e8162 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147329.md @@ -0,0 +1,35 @@ +# Soybean yield trial — Scottshill, TN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** TN +- **County:** Henderson +- **City:** Scottshill +- **Year:** 2025 +- **Plot ID:** 147329 +- **Cooperator:** Matthew Petty +- **Plot average:** 70.13 BU/Ac +- **Planted:** 2025-04-16 +- **Harvested:** 2025-10-01 +- **Population:** 113,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 7 +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/147329 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | AgriGold | G4184XF | XTENDFlex | - | 10.5 | 59.5 | 44.6 | 44.6 | +| 4 | AgriGold | G4430XF | XTENDFlex | - | 12.7 | 53.2 | 68.5 | 68.5 | +| 3 | AgriGold | G4650XF | XTENDFlex | - | 12.9 | 55.4 | 72.8 | 72.8 | +| 1 | AgriGold | G4755XF | XTENDFlex | - | 12.5 | 59.3 | 90.1 | 90.1 | +| 2 | AgriGold | G4910XF | XTENDFlex | - | 12.4 | 59.0 | 82.1 | 82.1 | +| 5 | AgriGold | G5104XF | XTENDFlex | - | 12.6 | 58.7 | 62.7 | 62.7 | + +Top 5 by Yield: G4755XF (AgriGold) 90.1, G4910XF (AgriGold) 82.1, G4650XF (AgriGold) 72.8, G4430XF (AgriGold) 68.5, G5104XF (AgriGold) 62.7. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147330.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147330.json new file mode 100644 index 00000000..bb21e351 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147330.json @@ -0,0 +1,114 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-147330", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "TN", + "state_abbrev": "tn", + "city": "Scottshill", + "county": "Henderson", + "year": 2025, + "plot_id": "147330", + "cooperator": "Matthew Petty", + "plot_average": 70.43, + "planted_date": "2025-04-16", + "harvested_date": "2025-10-01", + "population_seeds_per_acre": 125000, + "row_width": "15.0\"", + "num_rows": 7, + "soil_type": null, + "tillage": "Minimum", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": 55.7, + "Yield": 45.5, + "Adj Yield": 45.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 52.1, + "Yield": 67.5, + "Adj Yield": 67.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G4650XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 57.3, + "Yield": 63.8, + "Adj Yield": 63.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G4755XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 58.7, + "Yield": 93.4, + "Adj Yield": 93.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4910XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 59.7, + "Yield": 86.1, + "Adj Yield": 86.1 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G5104XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 59.6, + "Yield": 66.3, + "Adj Yield": 66.3 + } + } + ], + "n_results": 6, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/147330" + ], + "fetched_at": "2026-05-27T02:25:25.809769+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147330.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147330.md new file mode 100644 index 00000000..6860a825 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147330.md @@ -0,0 +1,35 @@ +# Soybean yield trial — Scottshill, TN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** TN +- **County:** Henderson +- **City:** Scottshill +- **Year:** 2025 +- **Plot ID:** 147330 +- **Cooperator:** Matthew Petty +- **Plot average:** 70.43 BU/Ac +- **Planted:** 2025-04-16 +- **Harvested:** 2025-10-01 +- **Population:** 125,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 7 +- **Tillage:** Minimum +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/147330 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | AgriGold | G4184XF | XTENDFlex | - | 11.7 | 55.7 | 45.5 | 45.5 | +| 3 | AgriGold | G4430XF | XTENDFlex | - | 13.0 | 52.1 | 67.5 | 67.5 | +| 5 | AgriGold | G4650XF | XTENDFlex | - | 12.8 | 57.3 | 63.8 | 63.8 | +| 1 | AgriGold | G4755XF | XTENDFlex | - | 12.7 | 58.7 | 93.4 | 93.4 | +| 2 | AgriGold | G4910XF | XTENDFlex | - | 12.4 | 59.7 | 86.1 | 86.1 | +| 4 | AgriGold | G5104XF | XTENDFlex | - | 12.3 | 59.6 | 66.3 | 66.3 | + +Top 5 by Yield: G4755XF (AgriGold) 93.4, G4910XF (AgriGold) 86.1, G4430XF (AgriGold) 67.5, G5104XF (AgriGold) 66.3, G4650XF (AgriGold) 63.8. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147336.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147336.json new file mode 100644 index 00000000..1891f88a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147336.json @@ -0,0 +1,127 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-147336", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Bridgeport", + "county": "Lawrence", + "year": 2025, + "plot_id": "147336", + "cooperator": "Dennis Buchanan", + "plot_average": 72.03, + "planted_date": "2025-05-19", + "harvested_date": "2025-10-02", + "population_seeds_per_acre": 145000, + "row_width": "15.0\"", + "num_rows": 15, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "Revytek", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 58.0, + "Yield": 72.7, + "Adj Yield": 72.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 58.0, + "Yield": 72.7, + "Adj Yield": 72.79 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G3255E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 57.0, + "Yield": 72.9, + "Adj Yield": 72.99 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": 57.0, + "Yield": 73.9, + "Adj Yield": 73.87 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G3425E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 55.0, + "Yield": 68.7, + "Adj Yield": 68.61 + } + }, + { + "rank": 4, + "brand": "Stine", + "product": "36EB32", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": 58.0, + "Yield": 72.0, + "Adj Yield": 71.91 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": 58.0, + "Yield": 73.1, + "Adj Yield": 73.1 + } + } + ], + "n_results": 7, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/147336" + ], + "fetched_at": "2026-05-27T02:25:26.371940+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147336.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147336.md new file mode 100644 index 00000000..04212d27 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147336.md @@ -0,0 +1,37 @@ +# Soybean yield trial — Bridgeport, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Lawrence +- **City:** Bridgeport +- **Year:** 2025 +- **Plot ID:** 147336 +- **Cooperator:** Dennis Buchanan +- **Plot average:** 72.03 BU/Ac +- **Planted:** 2025-05-19 +- **Harvested:** 2025-10-02 +- **Population:** 145,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 15 +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **Fungicide:** Revytek +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/147336 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | G3854E3 | Enlist E3 | - | 11.8 | 58.0 | 72.7 | 72.7 | +| 3 | AgriGold | G3854E3 | Enlist E3 | - | 11.8 | 58.0 | 72.7 | 72.79 | +| 2 | AgriGold | G3255E3 | Enlist E3 | - | 12.0 | 57.0 | 72.9 | 72.99 | +| 1 | AgriGold | G3404E3 | Enlist E3 | - | 11.2 | 57.0 | 73.9 | 73.87 | +| 5 | AgriGold | G3425E3 | Enlist E3 | - | 11.0 | 55.0 | 68.7 | 68.61 | +| 4 | Stine | 36EB32 | Enlist E3 | - | 11.5 | 58.0 | 72.0 | 71.91 | +| - | AgriGold | G3854E3 | Enlist E3 | - | 11.5 | 58.0 | 73.1 | 73.1 | + +Top 5 by Yield: G3404E3 (AgriGold) 73.9, G3854E3 (AgriGold) 73.1, G3255E3 (AgriGold) 72.9, G3854E3 (AgriGold) 72.7, G3854E3 (AgriGold) 72.7. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147347.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147347.json new file mode 100644 index 00000000..5bf50e35 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147347.json @@ -0,0 +1,452 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-147347", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Lafayette", + "county": "Knox", + "year": 2025, + "plot_id": "147347", + "cooperator": "ROI Ag", + "plot_average": 85.26, + "planted_date": "2025-04-16", + "harvested_date": "2025-09-29", + "population_seeds_per_acre": 140000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": 56.7, + "Yield": 90.2, + "Adj Yield": 90.2 + } + }, + { + "rank": 25, + "brand": "Nu Tech", + "product": "22N04E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": 56.8, + "Yield": 79.6, + "Adj Yield": 79.6 + } + }, + { + "rank": 19, + "brand": "Xitavo", + "product": "XO2444E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": 57.0, + "Yield": 84.5, + "Adj Yield": 84.5 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "G2425E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": 56.8, + "Yield": 85.7, + "Adj Yield": 85.7 + } + }, + { + "rank": 6, + "brand": "Nu Tech", + "product": "25N05E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": 56.2, + "Yield": 90.0, + "Adj Yield": 90.0 + } + }, + { + "rank": 10, + "brand": "Xitavo", + "product": "XO2556E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": 56.0, + "Yield": 88.4, + "Adj Yield": 88.4 + } + }, + { + "rank": 30, + "brand": "Xitavo", + "product": "XO2625E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": 57.1, + "Yield": 72.8, + "Adj Yield": 72.8 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": 56.1, + "Yield": 85.1, + "Adj Yield": 85.1 + } + }, + { + "rank": 24, + "brand": "Xitavo", + "product": "XO2735E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": 56.4, + "Yield": 79.9, + "Adj Yield": 79.9 + } + }, + { + "rank": 3, + "brand": "Nu Tech", + "product": "28N05E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": 56.5, + "Yield": 93.5, + "Adj Yield": 93.5 + } + }, + { + "rank": 7, + "brand": "Xitavo", + "product": "XO2832E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": 57.1, + "Yield": 89.8, + "Adj Yield": 89.8 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": 56.3, + "Yield": 83.4, + "Adj Yield": 83.4 + } + }, + { + "rank": 5, + "brand": "Nu Tech", + "product": "29N05E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": 57.5, + "Yield": 90.4, + "Adj Yield": 90.4 + } + }, + { + "rank": 14, + "brand": "Xitavo", + "product": "XO2926E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.1, + "Test Wt.": 56.8, + "Yield": 87.0, + "Adj Yield": 87.0 + } + }, + { + "rank": 8, + "brand": "Nu Tech", + "product": "30N06E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.9, + "Test Wt.": 56.6, + "Yield": 88.9, + "Adj Yield": 88.9 + } + }, + { + "rank": 15, + "brand": "Xitavo", + "product": "XO3014E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": 55.6, + "Yield": 86.9, + "Adj Yield": 86.9 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.1, + "Test Wt.": 57.0, + "Yield": 85.3, + "Adj Yield": 85.3 + } + }, + { + "rank": 28, + "brand": "Xitavo", + "product": "XO3105E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.7, + "Test Wt.": 56.8, + "Yield": 75.4, + "Adj Yield": 75.4 + } + }, + { + "rank": 9, + "brand": "Nu Tech", + "product": "32N05E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": 55.6, + "Yield": 88.6, + "Adj Yield": 88.6 + } + }, + { + "rank": 27, + "brand": "Xitavo", + "product": "XO3224E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.3, + "Test Wt.": 56.8, + "Yield": 75.8, + "Adj Yield": 75.8 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "G3255E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.6, + "Test Wt.": 57.0, + "Yield": 87.5, + "Adj Yield": 87.5 + } + }, + { + "rank": 20, + "brand": "Xitavo", + "product": "XO3375E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.4, + "Test Wt.": 56.4, + "Yield": 84.3, + "Adj Yield": 84.3 + } + }, + { + "rank": 22, + "brand": "Nu Tech", + "product": "34N02E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.5, + "Test Wt.": 56.9, + "Yield": 82.5, + "Adj Yield": 82.5 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.7, + "Test Wt.": 57.0, + "Yield": 77.1, + "Adj Yield": 77.1 + } + }, + { + "rank": 16, + "brand": "Nu Tech", + "product": "35N05E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": 56.0, + "Yield": 86.7, + "Adj Yield": 86.7 + } + }, + { + "rank": 2, + "brand": "Xitavo", + "product": "XO3555E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": 58.0, + "Yield": 95.5, + "Adj Yield": 95.5 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": 57.3, + "Yield": 87.4, + "Adj Yield": 87.4 + } + }, + { + "rank": 1, + "brand": "Nu Tech", + "product": "36N06E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": 56.9, + "Yield": 97.1, + "Adj Yield": 97.1 + } + }, + { + "rank": 29, + "brand": "Xitavo", + "product": "XO3655E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": 57.3, + "Yield": 75.0, + "Adj Yield": 75.0 + } + }, + { + "rank": 23, + "brand": "Xitavo", + "product": "XO3705E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": 56.0, + "Yield": 80.0, + "Adj Yield": 80.0 + } + }, + { + "rank": 11, + "brand": "Xitavo", + "product": "XO3855E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": 57.7, + "Yield": 88.0, + "Adj Yield": 88.0 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": 57.5, + "Yield": 91.0, + "Adj Yield": 91.0 + } + } + ], + "n_results": 32, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/147347" + ], + "fetched_at": "2026-05-27T02:25:26.840045+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147347.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147347.md new file mode 100644 index 00000000..d14a4ab4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147347.md @@ -0,0 +1,62 @@ +# Soybean yield trial — Lafayette, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Knox +- **City:** Lafayette +- **Year:** 2025 +- **Plot ID:** 147347 +- **Cooperator:** ROI Ag +- **Plot average:** 85.26 BU/Ac +- **Planted:** 2025-04-16 +- **Harvested:** 2025-09-29 +- **Population:** 140,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/147347 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | G3051E3 | Enlist E3 | - | 9.9 | 56.7 | 90.2 | 90.2 | +| 25 | Nu Tech | 22N04E | Enlist E3 | - | 9.8 | 56.8 | 79.6 | 79.6 | +| 19 | Xitavo | XO2444E | Enlist E3 | - | 10.0 | 57.0 | 84.5 | 84.5 | +| 17 | AgriGold | G2425E3 | - | - | 10.5 | 56.8 | 85.7 | 85.7 | +| 6 | Nu Tech | 25N05E | Enlist E3 | - | 9.6 | 56.2 | 90.0 | 90.0 | +| 10 | Xitavo | XO2556E | Enlist E3 | - | 9.5 | 56.0 | 88.4 | 88.4 | +| 30 | Xitavo | XO2625E | Enlist E3 | - | 9.8 | 57.1 | 72.8 | 72.8 | +| 18 | AgriGold | G2601E3 | Enlist E3 | - | 9.3 | 56.1 | 85.1 | 85.1 | +| 24 | Xitavo | XO2735E | Enlist E3 | - | 9.4 | 56.4 | 79.9 | 79.9 | +| 3 | Nu Tech | 28N05E | Enlist E3 | - | 9.5 | 56.5 | 93.5 | 93.5 | +| 7 | Xitavo | XO2832E | Enlist E3 | - | 9.8 | 57.1 | 89.8 | 89.8 | +| 21 | AgriGold | G2893E3 | Enlist E3 | - | 9.3 | 56.3 | 83.4 | 83.4 | +| 5 | Nu Tech | 29N05E | Enlist E3 | - | 9.2 | 57.5 | 90.4 | 90.4 | +| 14 | Xitavo | XO2926E | Enlist E3 | - | 9.1 | 56.8 | 87.0 | 87.0 | +| 8 | Nu Tech | 30N06E | Enlist E3 | - | 8.9 | 56.6 | 88.9 | 88.9 | +| 15 | Xitavo | XO3014E | Enlist E3 | - | 9.3 | 55.6 | 86.9 | 86.9 | +| - | AgriGold | G3051E3 | Enlist E3 | - | 9.1 | 57.0 | 85.3 | 85.3 | +| 28 | Xitavo | XO3105E | Enlist E3 | - | 8.7 | 56.8 | 75.4 | 75.4 | +| 9 | Nu Tech | 32N05E | Enlist E3 | - | 9.3 | 55.6 | 88.6 | 88.6 | +| 27 | Xitavo | XO3224E | Enlist E3 | - | 8.3 | 56.8 | 75.8 | 75.8 | +| 12 | AgriGold | G3255E3 | Enlist E3 | - | 8.6 | 57.0 | 87.5 | 87.5 | +| 20 | Xitavo | XO3375E | Enlist E3 | - | 8.4 | 56.4 | 84.3 | 84.3 | +| 22 | Nu Tech | 34N02E | Enlist E3 | - | 8.5 | 56.9 | 82.5 | 82.5 | +| 26 | AgriGold | G3404E3 | Enlist E3 | - | 8.7 | 57.0 | 77.1 | 77.1 | +| 16 | Nu Tech | 35N05E3 | Enlist E3 | - | 9.4 | 56.0 | 86.7 | 86.7 | +| 2 | Xitavo | XO3555E | Enlist E3 | - | 9.3 | 58.0 | 95.5 | 95.5 | +| 13 | AgriGold | G3577E3 | Enlist E3 | - | 9.4 | 57.3 | 87.4 | 87.4 | +| 1 | Nu Tech | 36N06E | Enlist E3 | - | 9.7 | 56.9 | 97.1 | 97.1 | +| 29 | Xitavo | XO3655E | Enlist E3 | - | 9.7 | 57.3 | 75.0 | 75.0 | +| 23 | Xitavo | XO3705E | Enlist E3 | - | 9.7 | 56.0 | 80.0 | 80.0 | +| 11 | Xitavo | XO3855E | Enlist E3 | - | 9.8 | 57.7 | 88.0 | 88.0 | +| 4 | AgriGold | G3051E3 | Enlist E3 | - | 9.8 | 57.5 | 91.0 | 91.0 | + +Top 5 by Yield: 36N06E (Nu Tech) 97.1, XO3555E (Xitavo) 95.5, 28N05E (Nu Tech) 93.5, G3051E3 (AgriGold) 91.0, 29N05E (Nu Tech) 90.4. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147348.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147348.json new file mode 100644 index 00000000..f741989d --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147348.json @@ -0,0 +1,452 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-147348", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Lafayette", + "county": "Knox", + "year": 2025, + "plot_id": "147348", + "cooperator": "ROI Ag", + "plot_average": 83.33, + "planted_date": "2025-04-16", + "harvested_date": "2025-09-29", + "population_seeds_per_acre": 140000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silty Clay Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": 55.9, + "Yield": 98.5, + "Adj Yield": 98.5 + } + }, + { + "rank": 18, + "brand": "Nu Tech", + "product": "22N04E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": 56.0, + "Yield": 82.1, + "Adj Yield": 82.1 + } + }, + { + "rank": 14, + "brand": "Xitavo", + "product": "XO2444E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": 56.8, + "Yield": 85.2, + "Adj Yield": 85.2 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G2425E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": 56.8, + "Yield": 88.0, + "Adj Yield": 88.0 + } + }, + { + "rank": 6, + "brand": "Nu Tech", + "product": "25N05E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.9, + "Test Wt.": 56.2, + "Yield": 88.6, + "Adj Yield": 88.6 + } + }, + { + "rank": 5, + "brand": "Xitavo", + "product": "XO2556E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": 56.0, + "Yield": 88.9, + "Adj Yield": 88.9 + } + }, + { + "rank": 7, + "brand": "Xitavo", + "product": "XO2625E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": 57.1, + "Yield": 88.3, + "Adj Yield": 88.3 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": 56.1, + "Yield": 84.1, + "Adj Yield": 84.1 + } + }, + { + "rank": 21, + "brand": "Xitavo", + "product": "XO2735E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": 56.4, + "Yield": 80.6, + "Adj Yield": 80.6 + } + }, + { + "rank": 3, + "brand": "Nu Tech", + "product": "28N05E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": 56.6, + "Yield": 90.9, + "Adj Yield": 90.9 + } + }, + { + "rank": 11, + "brand": "Xitavo", + "product": "XO2832E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": 56.9, + "Yield": 86.6, + "Adj Yield": 86.6 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": 57.3, + "Yield": 83.8, + "Adj Yield": 83.8 + } + }, + { + "rank": 13, + "brand": "Nu Tech", + "product": "29N05E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": 56.3, + "Yield": 85.8, + "Adj Yield": 85.8 + } + }, + { + "rank": 10, + "brand": "Xitavo", + "product": "XO2926E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": 57.1, + "Yield": 87.6, + "Adj Yield": 87.6 + } + }, + { + "rank": 4, + "brand": "Nu Tech", + "product": "30N06E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": 56.9, + "Yield": 89.2, + "Adj Yield": 89.2 + } + }, + { + "rank": 12, + "brand": "Xitavo", + "product": "XO3014E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.8, + "Test Wt.": 57.2, + "Yield": 86.3, + "Adj Yield": 86.3 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.9, + "Test Wt.": 57.0, + "Yield": 81.1, + "Adj Yield": 81.1 + } + }, + { + "rank": 29, + "brand": "Xitavo", + "product": "XO3105E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.6, + "Test Wt.": 57.0, + "Yield": 69.5, + "Adj Yield": 69.5 + } + }, + { + "rank": 9, + "brand": "Nu Tech", + "product": "32N05E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.9, + "Test Wt.": 56.6, + "Yield": 87.8, + "Adj Yield": 87.8 + } + }, + { + "rank": 23, + "brand": "Xitavo", + "product": "XO3224E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 7.9, + "Test Wt.": 57.6, + "Yield": 78.6, + "Adj Yield": 78.6 + } + }, + { + "rank": 19, + "brand": "AgriGold", + "product": "G3255E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.2, + "Test Wt.": 57.5, + "Yield": 81.7, + "Adj Yield": 81.7 + } + }, + { + "rank": 25, + "brand": "Xitavo", + "product": "XO3375E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.5, + "Test Wt.": 56.8, + "Yield": 74.7, + "Adj Yield": 74.7 + } + }, + { + "rank": 24, + "brand": "Nu Tech", + "product": "34N02E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.5, + "Test Wt.": 57.1, + "Yield": 78.1, + "Adj Yield": 78.1 + } + }, + { + "rank": 26, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.7, + "Test Wt.": 57.3, + "Yield": 74.5, + "Adj Yield": 74.5 + } + }, + { + "rank": 17, + "brand": "Nu Tech", + "product": "35N05E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.1, + "Test Wt.": 58.7, + "Yield": 82.9, + "Adj Yield": 82.9 + } + }, + { + "rank": 2, + "brand": "Xitavo", + "product": "XO3555E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 8.8, + "Test Wt.": 58.7, + "Yield": 91.7, + "Adj Yield": 91.7 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": 56.0, + "Yield": 80.3, + "Adj Yield": 80.3 + } + }, + { + "rank": 1, + "brand": "Nu Tech", + "product": "36N06E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": 56.0, + "Yield": 94.6, + "Adj Yield": 94.6 + } + }, + { + "rank": 28, + "brand": "Xitavo", + "product": "XO3655E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.1, + "Test Wt.": 57.3, + "Yield": 71.5, + "Adj Yield": 71.5 + } + }, + { + "rank": 27, + "brand": "Xitavo", + "product": "XO3705E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": 58.2, + "Yield": 73.2, + "Adj Yield": 73.2 + } + }, + { + "rank": 20, + "brand": "Xitavo", + "product": "XO3855E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.1, + "Test Wt.": 59.0, + "Yield": 81.6, + "Adj Yield": 81.6 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.1, + "Test Wt.": 58.8, + "Yield": 81.6, + "Adj Yield": 81.6 + } + } + ], + "n_results": 32, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/147348" + ], + "fetched_at": "2026-05-27T02:25:27.334262+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147348.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147348.md new file mode 100644 index 00000000..662005bf --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147348.md @@ -0,0 +1,62 @@ +# Soybean yield trial — Lafayette, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Knox +- **City:** Lafayette +- **Year:** 2025 +- **Plot ID:** 147348 +- **Cooperator:** ROI Ag +- **Plot average:** 83.33 BU/Ac +- **Planted:** 2025-04-16 +- **Harvested:** 2025-09-29 +- **Population:** 140,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silty Clay Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/147348 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | G3051E3 | Enlist E3 | - | 10.0 | 55.9 | 98.5 | 98.5 | +| 18 | Nu Tech | 22N04E | Enlist E3 | - | 9.7 | 56.0 | 82.1 | 82.1 | +| 14 | Xitavo | XO2444E | Enlist E3 | - | 9.9 | 56.8 | 85.2 | 85.2 | +| 8 | AgriGold | G2425E3 | - | - | 10.5 | 56.8 | 88.0 | 88.0 | +| 6 | Nu Tech | 25N05E | Enlist E3 | - | 9.9 | 56.2 | 88.6 | 88.6 | +| 5 | Xitavo | XO2556E | Enlist E3 | - | 9.5 | 56.0 | 88.9 | 88.9 | +| 7 | Xitavo | XO2625E | Enlist E3 | - | 10.2 | 57.1 | 88.3 | 88.3 | +| 15 | AgriGold | G2601E3 | Enlist E3 | - | 9.3 | 56.1 | 84.1 | 84.1 | +| 21 | Xitavo | XO2735E | Enlist E3 | - | 9.4 | 56.4 | 80.6 | 80.6 | +| 3 | Nu Tech | 28N05E | Enlist E3 | - | 9.2 | 56.6 | 90.9 | 90.9 | +| 11 | Xitavo | XO2832E | Enlist E3 | - | 10.2 | 56.9 | 86.6 | 86.6 | +| 16 | AgriGold | G2893E3 | Enlist E3 | - | 9.6 | 57.3 | 83.8 | 83.8 | +| 13 | Nu Tech | 29N05E | Enlist E3 | - | 9.3 | 56.3 | 85.8 | 85.8 | +| 10 | Xitavo | XO2926E | Enlist E3 | - | 9.2 | 57.1 | 87.6 | 87.6 | +| 4 | Nu Tech | 30N06E | Enlist E3 | - | 9.2 | 56.9 | 89.2 | 89.2 | +| 12 | Xitavo | XO3014E | Enlist E3 | - | 8.8 | 57.2 | 86.3 | 86.3 | +| - | AgriGold | G3051E3 | Enlist E3 | - | 8.9 | 57.0 | 81.1 | 81.1 | +| 29 | Xitavo | XO3105E | Enlist E3 | - | 8.6 | 57.0 | 69.5 | 69.5 | +| 9 | Nu Tech | 32N05E | Enlist E3 | - | 8.9 | 56.6 | 87.8 | 87.8 | +| 23 | Xitavo | XO3224E | Enlist E3 | - | 7.9 | 57.6 | 78.6 | 78.6 | +| 19 | AgriGold | G3255E3 | Enlist E3 | - | 8.2 | 57.5 | 81.7 | 81.7 | +| 25 | Xitavo | XO3375E | Enlist E3 | - | 8.5 | 56.8 | 74.7 | 74.7 | +| 24 | Nu Tech | 34N02E | Enlist E3 | - | 8.5 | 57.1 | 78.1 | 78.1 | +| 26 | AgriGold | G3404E3 | Enlist E3 | - | 8.7 | 57.3 | 74.5 | 74.5 | +| 17 | Nu Tech | 35N05E3 | Enlist E3 | - | 9.1 | 58.7 | 82.9 | 82.9 | +| 2 | Xitavo | XO3555E | Enlist E3 | - | 8.8 | 58.7 | 91.7 | 91.7 | +| 22 | AgriGold | G3577E3 | Enlist E3 | - | 9.0 | 56.0 | 80.3 | 80.3 | +| 1 | Nu Tech | 36N06E | Enlist E3 | - | 9.2 | 56.0 | 94.6 | 94.6 | +| 28 | Xitavo | XO3655E | Enlist E3 | - | 9.1 | 57.3 | 71.5 | 71.5 | +| 27 | Xitavo | XO3705E | Enlist E3 | - | 9.0 | 58.2 | 73.2 | 73.2 | +| 20 | Xitavo | XO3855E | Enlist E3 | - | 9.1 | 59.0 | 81.6 | 81.6 | +| - | AgriGold | G3051E3 | Enlist E3 | - | 9.1 | 58.8 | 81.6 | 81.6 | + +Top 5 by Yield: G3051E3 (AgriGold) 98.5, 36N06E (Nu Tech) 94.6, XO3555E (Xitavo) 91.7, 28N05E (Nu Tech) 90.9, 30N06E (Nu Tech) 89.2. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147365.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147365.json new file mode 100644 index 00000000..906b0ba4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147365.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-147365", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "AL", + "state_abbrev": "al", + "city": "Moulton", + "county": "Lawrence", + "year": 2025, + "plot_id": "147365", + "cooperator": "Matt Clark", + "plot_average": 75.92, + "planted_date": "2025-04-16", + "harvested_date": "2025-09-30", + "population_seeds_per_acre": 140000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": null, + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 5, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": 59.4, + "Yield": 78.9, + "Adj Yield": 78.9 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G4650XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 56.8, + "Yield": 76.9, + "Adj Yield": 76.9 + } + }, + { + "rank": 3, + "brand": "Golden Harvest", + "product": "GH4766XFS", + "traits": "XTENDFlex/STS", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 58.7, + "Yield": 82.4, + "Adj Yield": 82.4 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4755XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 56.3, + "Yield": 83.3, + "Adj Yield": 83.3 + } + }, + { + "rank": 9, + "brand": "Golden Harvest", + "product": "GH4882XFS", + "traits": "XTENDFlex/STS", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 57.8, + "Yield": 70.5, + "Adj Yield": 70.5 + } + }, + { + "rank": 10, + "brand": "Golden Harvest", + "product": "GH4944XFS", + "traits": "XTENDFlex/STS", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 56.9, + "Yield": 70.2, + "Adj Yield": 70.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G4910XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": 56.7, + "Yield": 80.8, + "Adj Yield": 80.8 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G5104XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 58.4, + "Yield": 76.5, + "Adj Yield": 76.5 + } + }, + { + "rank": 8, + "brand": "Golden Harvest", + "product": "GH5226XFS", + "traits": "XTENDFlex/STS", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 56.6, + "Yield": 75.3, + "Adj Yield": 75.3 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "G5364XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.4, + "Test Wt.": 56.6, + "Yield": 56.2, + "Adj Yield": 56.2 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G4910XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 58.7, + "Yield": 84.1, + "Adj Yield": 84.1 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/147365" + ], + "fetched_at": "2026-05-27T02:25:27.830499+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147365.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147365.md new file mode 100644 index 00000000..14938410 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147365.md @@ -0,0 +1,40 @@ +# Soybean yield trial — Moulton, AL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** AL +- **County:** Lawrence +- **City:** Moulton +- **Year:** 2025 +- **Plot ID:** 147365 +- **Cooperator:** Matt Clark +- **Plot average:** 75.92 BU/Ac +- **Planted:** 2025-04-16 +- **Harvested:** 2025-09-30 +- **Population:** 140,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/147365 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 5 | AgriGold | G4430XF | XTENDFlex | - | 11.6 | 59.4 | 78.9 | 78.9 | +| 6 | AgriGold | G4650XF | XTENDFlex | - | 12.0 | 56.8 | 76.9 | 76.9 | +| 3 | Golden Harvest | GH4766XFS | XTENDFlex/STS | - | 12.0 | 58.7 | 82.4 | 82.4 | +| 2 | AgriGold | G4755XF | XTENDFlex | - | 11.9 | 56.3 | 83.3 | 83.3 | +| 9 | Golden Harvest | GH4882XFS | XTENDFlex/STS | - | 12.1 | 57.8 | 70.5 | 70.5 | +| 10 | Golden Harvest | GH4944XFS | XTENDFlex/STS | - | 12.0 | 56.9 | 70.2 | 70.2 | +| 4 | AgriGold | G4910XF | XTENDFlex | - | 11.9 | 56.7 | 80.8 | 80.8 | +| 7 | AgriGold | G5104XF | XTENDFlex | - | 12.3 | 58.4 | 76.5 | 76.5 | +| 8 | Golden Harvest | GH5226XFS | XTENDFlex/STS | - | 12.3 | 56.6 | 75.3 | 75.3 | +| 11 | AgriGold | G5364XF | XTENDFlex | - | 12.4 | 56.6 | 56.2 | 56.2 | +| 1 | AgriGold | G4910XF | XTENDFlex | - | 12.2 | 58.7 | 84.1 | 84.1 | + +Top 5 by Yield: G4910XF (AgriGold) 84.1, G4755XF (AgriGold) 83.3, GH4766XFS (Golden Harvest) 82.4, G4910XF (AgriGold) 80.8, G4430XF (AgriGold) 78.9. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147385.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147385.json new file mode 100644 index 00000000..2686f3f1 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147385.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-147385", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Franklin Grove", + "county": "Lee", + "year": 2025, + "plot_id": "147385", + "cooperator": "Ag View FS, Inc.", + "plot_average": 86.66, + "planted_date": "2025-05-07", + "harvested_date": "2025-10-05", + "population_seeds_per_acre": 150000, + "row_width": "15.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "G2425E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": null, + "Yield": 95.8, + "Adj Yield": 95.8 + } + }, + { + "rank": 2, + "brand": "NK Brand", + "product": "NK24-U5XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": null, + "Yield": 95.7, + "Adj Yield": 95.7 + } + }, + { + "rank": 3, + "brand": "Brevant Seeds", + "product": "B324EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": null, + "Yield": 93.6, + "Adj Yield": 93.6 + } + }, + { + "rank": 4, + "brand": "NK Brand", + "product": "NK26-Z1XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": null, + "Yield": 93.1, + "Adj Yield": 93.1 + } + }, + { + "rank": 5, + "brand": "FS Seeds", + "product": "HS29F50", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": null, + "Yield": 91.7, + "Adj Yield": 91.7 + } + }, + { + "rank": 6, + "brand": "NK Brand", + "product": "NK32-P2XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": null, + "Yield": 90.0, + "Adj Yield": 90.0 + } + }, + { + "rank": 7, + "brand": "NK Brand", + "product": "NK26-M6E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": null, + "Yield": 89.9, + "Adj Yield": 89.9 + } + }, + { + "rank": 8, + "brand": "Asgrow", + "product": "AG22XF6", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": null, + "Yield": 89.8, + "Adj Yield": 89.8 + } + }, + { + "rank": 9, + "brand": "Brevant Seeds", + "product": "B315EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": null, + "Yield": 89.5, + "Adj Yield": 89.5 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G3255E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": null, + "Yield": 88.8, + "Adj Yield": 88.8 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": null, + "Yield": 88.1, + "Adj Yield": 88.1 + } + }, + { + "rank": 12, + "brand": "Asgrow", + "product": "AG32XF6", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": null, + "Yield": 87.7, + "Adj Yield": 87.7 + } + }, + { + "rank": 13, + "brand": "FS Seeds", + "product": "HS28E50", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": null, + "Yield": 87.6, + "Adj Yield": 87.6 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "G2574XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": null, + "Yield": 87.6, + "Adj Yield": 87.6 + } + }, + { + "rank": 15, + "brand": "Asgrow", + "product": "AG33XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": null, + "Yield": 87.0, + "Adj Yield": 87.0 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": null, + "Yield": 86.7, + "Adj Yield": 86.7 + } + }, + { + "rank": 17, + "brand": "Asgrow", + "product": "AG26XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": null, + "Yield": 86.5, + "Adj Yield": 86.5 + } + }, + { + "rank": 18, + "brand": "NK Brand", + "product": "NK29-Q3XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": null, + "Yield": 86.4, + "Adj Yield": 86.4 + } + }, + { + "rank": 19, + "brand": "FS Seeds", + "product": "HS25E30", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": null, + "Yield": 86.1, + "Adj Yield": 86.1 + } + }, + { + "rank": 20, + "brand": "FS Seeds", + "product": "HS33E50", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": null, + "Yield": 85.9, + "Adj Yield": 85.9 + } + }, + { + "rank": 21, + "brand": "FS Seeds", + "product": "HS28E50", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": null, + "Yield": 85.6, + "Adj Yield": 85.6 + } + }, + { + "rank": 21, + "brand": "NK Brand", + "product": "NK28-G7E3S", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": null, + "Yield": 85.6, + "Adj Yield": 85.6 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "G2755XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": null, + "Yield": 85.1, + "Adj Yield": 85.1 + } + }, + { + "rank": 24, + "brand": "Brevant Seeds", + "product": "B275EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": null, + "Yield": 84.5, + "Adj Yield": 84.5 + } + }, + { + "rank": 25, + "brand": "Brevant Seeds", + "product": "B294EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": null, + "Yield": 82.3, + "Adj Yield": 82.3 + } + }, + { + "rank": 26, + "brand": "FS Seeds", + "product": "HS26E50", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": null, + "Yield": 82.2, + "Adj Yield": 82.2 + } + }, + { + "rank": 27, + "brand": "Asgrow", + "product": "AG30XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": null, + "Yield": 80.4, + "Adj Yield": 80.4 + } + }, + { + "rank": 28, + "brand": "Asgrow", + "product": "AG34XF6", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": null, + "Yield": 78.5, + "Adj Yield": 78.5 + } + }, + { + "rank": 29, + "brand": "NK Brand", + "product": "NK30-A9E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": null, + "Yield": 75.4, + "Adj Yield": 75.4 + } + }, + { + "rank": 30, + "brand": "FS Seeds", + "product": "HS32F50", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": null, + "Yield": 72.8, + "Adj Yield": 72.8 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/147385" + ], + "fetched_at": "2026-05-27T02:25:28.391184+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147385.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147385.md new file mode 100644 index 00000000..311931da --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147385.md @@ -0,0 +1,60 @@ +# Soybean yield trial — Franklin Grove, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Lee +- **City:** Franklin Grove +- **Year:** 2025 +- **Plot ID:** 147385 +- **Cooperator:** Ag View FS, Inc. +- **Plot average:** 86.66 BU/Ac +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-05 +- **Population:** 150,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/147385 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | G2425E3 | - | - | 9.8 | - | 95.8 | 95.8 | +| 2 | NK Brand | NK24-U5XF | XTENDFlex | - | 9.6 | - | 95.7 | 95.7 | +| 3 | Brevant Seeds | B324EE | Enlist E3 | - | 9.6 | - | 93.6 | 93.6 | +| 4 | NK Brand | NK26-Z1XF | XTENDFlex | - | 9.6 | - | 93.1 | 93.1 | +| 5 | FS Seeds | HS29F50 | XTENDFlex | - | 9.3 | - | 91.7 | 91.7 | +| 6 | NK Brand | NK32-P2XF | XTENDFlex | - | 9.4 | - | 90.0 | 90.0 | +| 7 | NK Brand | NK26-M6E3 | Enlist E3 | - | 9.6 | - | 89.9 | 89.9 | +| 8 | Asgrow | AG22XF6 | XTENDFlex | - | 9.5 | - | 89.8 | 89.8 | +| 9 | Brevant Seeds | B315EE | Enlist E3 | - | 9.5 | - | 89.5 | 89.5 | +| 10 | AgriGold | G3255E3 | Enlist E3 | - | 9.4 | - | 88.8 | 88.8 | +| 11 | AgriGold | G2601E3 | Enlist E3 | - | 9.4 | - | 88.1 | 88.1 | +| 12 | Asgrow | AG32XF6 | XTENDFlex | - | 9.3 | - | 87.7 | 87.7 | +| 13 | FS Seeds | HS28E50 | Enlist E3 | - | 9.4 | - | 87.6 | 87.6 | +| 13 | AgriGold | G2574XF | XTENDFlex | - | 9.4 | - | 87.6 | 87.6 | +| 15 | Asgrow | AG33XF3 | XTENDFlex | - | 9.4 | - | 87.0 | 87.0 | +| 16 | AgriGold | G3051E3 | Enlist E3 | - | 9.5 | - | 86.7 | 86.7 | +| 17 | Asgrow | AG26XF4 | XTENDFlex | - | 9.6 | - | 86.5 | 86.5 | +| 18 | NK Brand | NK29-Q3XF | XTENDFlex | - | 9.5 | - | 86.4 | 86.4 | +| 19 | FS Seeds | HS25E30 | Enlist E3 | - | 9.5 | - | 86.1 | 86.1 | +| 20 | FS Seeds | HS33E50 | Enlist E3 | - | 9.4 | - | 85.9 | 85.9 | +| 21 | FS Seeds | HS28E50 | Enlist E3 | - | 9.3 | - | 85.6 | 85.6 | +| 21 | NK Brand | NK28-G7E3S | Enlist E3 | - | 9.4 | - | 85.6 | 85.6 | +| 23 | AgriGold | G2755XF | XTENDFlex | - | 9.4 | - | 85.1 | 85.1 | +| 24 | Brevant Seeds | B275EE | Enlist E3 | - | 9.4 | - | 84.5 | 84.5 | +| 25 | Brevant Seeds | B294EE | Enlist E3 | - | 9.4 | - | 82.3 | 82.3 | +| 26 | FS Seeds | HS26E50 | Enlist E3 | - | 9.6 | - | 82.2 | 82.2 | +| 27 | Asgrow | AG30XF4 | XTENDFlex | - | 9.5 | - | 80.4 | 80.4 | +| 28 | Asgrow | AG34XF6 | XTENDFlex | - | 9.4 | - | 78.5 | 78.5 | +| 29 | NK Brand | NK30-A9E3 | Enlist E3 | - | 9.6 | - | 75.4 | 75.4 | +| 30 | FS Seeds | HS32F50 | Enlist E3 | - | 9.5 | - | 72.8 | 72.8 | + +Top 5 by Yield: G2425E3 (AgriGold) 95.8, NK24-U5XF (NK Brand) 95.7, B324EE (Brevant Seeds) 93.6, NK26-Z1XF (NK Brand) 93.1, HS29F50 (FS Seeds) 91.7. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147386.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147386.json new file mode 100644 index 00000000..84208be4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147386.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-147386", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Granville", + "county": "Putnam", + "year": 2025, + "plot_id": "147386", + "cooperator": "Ag View FS, Inc.", + "plot_average": 71.18, + "planted_date": "2025-05-08", + "harvested_date": "2025-10-06", + "population_seeds_per_acre": 150000, + "row_width": "15.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "NK Brand", + "product": "NK24-U5XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": null, + "Yield": 83.3, + "Adj Yield": 83.3 + } + }, + { + "rank": 2, + "brand": "Asgrow", + "product": "AG22XF6", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": null, + "Yield": 82.7, + "Adj Yield": 82.7 + } + }, + { + "rank": 3, + "brand": "Asgrow", + "product": "AG26XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": null, + "Yield": 79.3, + "Adj Yield": 79.3 + } + }, + { + "rank": 4, + "brand": "Brevant Seeds", + "product": "B315EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": null, + "Yield": 77.5, + "Adj Yield": 77.5 + } + }, + { + "rank": 5, + "brand": "NK Brand", + "product": "NK26-Z1XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": null, + "Yield": 76.5, + "Adj Yield": 76.5 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G2425E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": null, + "Yield": 76.5, + "Adj Yield": 76.5 + } + }, + { + "rank": 7, + "brand": "Asgrow", + "product": "AG30XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": null, + "Yield": 76.1, + "Adj Yield": 76.1 + } + }, + { + "rank": 8, + "brand": "Brevant Seeds", + "product": "B324EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": null, + "Yield": 74.9, + "Adj Yield": 74.9 + } + }, + { + "rank": 9, + "brand": "Brevant Seeds", + "product": "B294EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": null, + "Yield": 74.8, + "Adj Yield": 74.8 + } + }, + { + "rank": 10, + "brand": "Asgrow", + "product": "AG34XF6", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": null, + "Yield": 74.3, + "Adj Yield": 74.3 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "G2574XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": null, + "Yield": 74.0, + "Adj Yield": 74.0 + } + }, + { + "rank": 12, + "brand": "FS Seeds", + "product": "HS26E50", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": null, + "Yield": 73.2, + "Adj Yield": 73.2 + } + }, + { + "rank": 12, + "brand": "NK Brand", + "product": "NK26-M6E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": null, + "Yield": 73.2, + "Adj Yield": 73.2 + } + }, + { + "rank": 14, + "brand": "Brevant Seeds", + "product": "B275EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": null, + "Yield": 73.1, + "Adj Yield": 73.1 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": null, + "Yield": 72.6, + "Adj Yield": 72.6 + } + }, + { + "rank": 16, + "brand": "NK Brand", + "product": "NK29-Q3XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": null, + "Yield": 71.6, + "Adj Yield": 71.6 + } + }, + { + "rank": 17, + "brand": "FS Seeds", + "product": "HS29F50", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": null, + "Yield": 70.3, + "Adj Yield": 70.3 + } + }, + { + "rank": 18, + "brand": "FS Seeds", + "product": "HS28E50", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": null, + "Yield": 69.7, + "Adj Yield": 69.7 + } + }, + { + "rank": 18, + "brand": "FS Seeds", + "product": "HS33E50", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": null, + "Yield": 69.7, + "Adj Yield": 69.7 + } + }, + { + "rank": 18, + "brand": "Asgrow", + "product": "AG33XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 69.7, + "Adj Yield": 69.7 + } + }, + { + "rank": 21, + "brand": "FS Seeds", + "product": "HS26F50", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": null, + "Yield": 69.4, + "Adj Yield": 69.4 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "G2755XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 68.6, + "Adj Yield": 68.6 + } + }, + { + "rank": 23, + "brand": "NK Brand", + "product": "NK32-P2XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": null, + "Yield": 67.5, + "Adj Yield": 67.5 + } + }, + { + "rank": 24, + "brand": "Asgrow", + "product": "AG32XF6", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": null, + "Yield": 67.1, + "Adj Yield": 67.1 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "G3255E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": null, + "Yield": 65.1, + "Adj Yield": 65.1 + } + }, + { + "rank": 26, + "brand": "FS Seeds", + "product": "HS32F50", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": null, + "Yield": 63.5, + "Adj Yield": 63.5 + } + }, + { + "rank": 27, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": null, + "Yield": 62.9, + "Adj Yield": 62.9 + } + }, + { + "rank": 28, + "brand": "FS Seeds", + "product": "HS25E30", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": null, + "Yield": 60.5, + "Adj Yield": 60.5 + } + }, + { + "rank": 29, + "brand": "NK Brand", + "product": "NK30-A9E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": null, + "Yield": 59.9, + "Adj Yield": 59.9 + } + }, + { + "rank": 30, + "brand": "NK Brand", + "product": "NK28-G7E3S", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": null, + "Yield": 58.0, + "Adj Yield": 58.0 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/147386" + ], + "fetched_at": "2026-05-27T02:25:28.866281+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147386.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147386.md new file mode 100644 index 00000000..f0235d89 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147386.md @@ -0,0 +1,60 @@ +# Soybean yield trial — Granville, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Putnam +- **City:** Granville +- **Year:** 2025 +- **Plot ID:** 147386 +- **Cooperator:** Ag View FS, Inc. +- **Plot average:** 71.18 BU/Ac +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-06 +- **Population:** 150,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/147386 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | NK Brand | NK24-U5XF | XTENDFlex | - | 11.0 | - | 83.3 | 83.3 | +| 2 | Asgrow | AG22XF6 | XTENDFlex | - | 11.2 | - | 82.7 | 82.7 | +| 3 | Asgrow | AG26XF4 | XTENDFlex | - | 11.5 | - | 79.3 | 79.3 | +| 4 | Brevant Seeds | B315EE | Enlist E3 | - | 10.4 | - | 77.5 | 77.5 | +| 5 | NK Brand | NK26-Z1XF | XTENDFlex | - | 11.2 | - | 76.5 | 76.5 | +| 5 | AgriGold | G2425E3 | - | - | 11.2 | - | 76.5 | 76.5 | +| 7 | Asgrow | AG30XF4 | XTENDFlex | - | 10.4 | - | 76.1 | 76.1 | +| 8 | Brevant Seeds | B324EE | Enlist E3 | - | 10.3 | - | 74.9 | 74.9 | +| 9 | Brevant Seeds | B294EE | Enlist E3 | - | 10.3 | - | 74.8 | 74.8 | +| 10 | Asgrow | AG34XF6 | XTENDFlex | - | 10.3 | - | 74.3 | 74.3 | +| 11 | AgriGold | G2574XF | XTENDFlex | - | 11.4 | - | 74.0 | 74.0 | +| 12 | FS Seeds | HS26E50 | Enlist E3 | - | 10.5 | - | 73.2 | 73.2 | +| 12 | NK Brand | NK26-M6E3 | Enlist E3 | - | 11.2 | - | 73.2 | 73.2 | +| 14 | Brevant Seeds | B275EE | Enlist E3 | - | 10.7 | - | 73.1 | 73.1 | +| 15 | AgriGold | G2601E3 | Enlist E3 | - | 11.0 | - | 72.6 | 72.6 | +| 16 | NK Brand | NK29-Q3XF | XTENDFlex | - | 11.5 | - | 71.6 | 71.6 | +| 17 | FS Seeds | HS29F50 | XTENDFlex | - | 10.8 | - | 70.3 | 70.3 | +| 18 | FS Seeds | HS28E50 | Enlist E3 | - | 10.4 | - | 69.7 | 69.7 | +| 18 | FS Seeds | HS33E50 | Enlist E3 | - | 10.5 | - | 69.7 | 69.7 | +| 18 | Asgrow | AG33XF3 | XTENDFlex | - | 10.6 | - | 69.7 | 69.7 | +| 21 | FS Seeds | HS26F50 | XTENDFlex | - | 10.9 | - | 69.4 | 69.4 | +| 22 | AgriGold | G2755XF | XTENDFlex | - | 10.6 | - | 68.6 | 68.6 | +| 23 | NK Brand | NK32-P2XF | XTENDFlex | - | 10.9 | - | 67.5 | 67.5 | +| 24 | Asgrow | AG32XF6 | XTENDFlex | - | 10.4 | - | 67.1 | 67.1 | +| 25 | AgriGold | G3255E3 | Enlist E3 | - | 10.4 | - | 65.1 | 65.1 | +| 26 | FS Seeds | HS32F50 | Enlist E3 | - | 10.5 | - | 63.5 | 63.5 | +| 27 | AgriGold | G3051E3 | Enlist E3 | - | 10.5 | - | 62.9 | 62.9 | +| 28 | FS Seeds | HS25E30 | Enlist E3 | - | 11.3 | - | 60.5 | 60.5 | +| 29 | NK Brand | NK30-A9E3 | Enlist E3 | - | 11.0 | - | 59.9 | 59.9 | +| 30 | NK Brand | NK28-G7E3S | Enlist E3 | - | 11.0 | - | 58.0 | 58.0 | + +Top 5 by Yield: NK24-U5XF (NK Brand) 83.3, AG22XF6 (Asgrow) 82.7, AG26XF4 (Asgrow) 79.3, B315EE (Brevant Seeds) 77.5, NK26-Z1XF (NK Brand) 76.5. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147387.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147387.json new file mode 100644 index 00000000..ab97edb0 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147387.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-147387", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Franklin Grove", + "county": "Lee", + "year": 2025, + "plot_id": "147387", + "cooperator": "Ag View FS, Inc.", + "plot_average": 82.58, + "planted_date": "2025-05-10", + "harvested_date": "2025-10-05", + "population_seeds_per_acre": 150000, + "row_width": "15.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "FS Seeds", + "product": "HS29F50", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": null, + "Yield": 90.5, + "Adj Yield": 90.5 + } + }, + { + "rank": 2, + "brand": "Brevant Seeds", + "product": "B315EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": null, + "Yield": 89.6, + "Adj Yield": 89.6 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G2574XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": null, + "Yield": 87.3, + "Adj Yield": 87.3 + } + }, + { + "rank": 4, + "brand": "Brevant Seeds", + "product": "B324EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": null, + "Yield": 86.5, + "Adj Yield": 86.5 + } + }, + { + "rank": 5, + "brand": "FS Seeds", + "product": "HS26E50", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": null, + "Yield": 85.9, + "Adj Yield": 85.9 + } + }, + { + "rank": 6, + "brand": "FS Seeds", + "product": "HS28E50", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": null, + "Yield": 85.5, + "Adj Yield": 85.5 + } + }, + { + "rank": 7, + "brand": "Brevant Seeds", + "product": "B275EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": null, + "Yield": 85.4, + "Adj Yield": 85.4 + } + }, + { + "rank": 8, + "brand": "NK Brand", + "product": "NK26-Z1XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": null, + "Yield": 85.2, + "Adj Yield": 85.2 + } + }, + { + "rank": 9, + "brand": "NK Brand", + "product": "NK26-M6E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": null, + "Yield": 85.0, + "Adj Yield": 85.0 + } + }, + { + "rank": 10, + "brand": "NK Brand", + "product": "NK24-U5XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": null, + "Yield": 84.6, + "Adj Yield": 84.6 + } + }, + { + "rank": 11, + "brand": "NK Brand", + "product": "NK29-Q3XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": null, + "Yield": 84.5, + "Adj Yield": 84.5 + } + }, + { + "rank": 12, + "brand": "FS Seeds", + "product": "HS25E30", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": null, + "Yield": 84.2, + "Adj Yield": 84.2 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": null, + "Yield": 83.3, + "Adj Yield": 83.3 + } + }, + { + "rank": 14, + "brand": "NK Brand", + "product": "NK28-G7E3S", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": null, + "Yield": 83.0, + "Adj Yield": 83.0 + } + }, + { + "rank": 14, + "brand": "Asgrow", + "product": "AG22XF6", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": null, + "Yield": 83.0, + "Adj Yield": 83.0 + } + }, + { + "rank": 16, + "brand": "FS Seeds", + "product": "HS32F50", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": null, + "Yield": 82.6, + "Adj Yield": 82.6 + } + }, + { + "rank": 16, + "brand": "FS Seeds", + "product": "HS33E50", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": null, + "Yield": 82.6, + "Adj Yield": 82.6 + } + }, + { + "rank": 18, + "brand": "Asgrow", + "product": "AG30XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": null, + "Yield": 82.4, + "Adj Yield": 82.4 + } + }, + { + "rank": 19, + "brand": "Brevant Seeds", + "product": "B294EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": null, + "Yield": 82.1, + "Adj Yield": 82.1 + } + }, + { + "rank": 20, + "brand": "AgriGold", + "product": "G2425E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": null, + "Yield": 80.7, + "Adj Yield": 80.7 + } + }, + { + "rank": 21, + "brand": "NK Brand", + "product": "NK32-P2XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": null, + "Yield": 80.5, + "Adj Yield": 80.5 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": null, + "Yield": 80.5, + "Adj Yield": 80.5 + } + }, + { + "rank": 23, + "brand": "Asgrow", + "product": "AG33XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": null, + "Yield": 80.2, + "Adj Yield": 80.2 + } + }, + { + "rank": 24, + "brand": "AgriGold", + "product": "G2755XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": null, + "Yield": 79.6, + "Adj Yield": 79.6 + } + }, + { + "rank": 25, + "brand": "Asgrow", + "product": "AG26XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": null, + "Yield": 79.4, + "Adj Yield": 79.4 + } + }, + { + "rank": 26, + "brand": "FS Seeds", + "product": "HS26F50", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": null, + "Yield": 78.4, + "Adj Yield": 78.4 + } + }, + { + "rank": 27, + "brand": "Asgrow", + "product": "AG34XF6", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": null, + "Yield": 78.0, + "Adj Yield": 78.0 + } + }, + { + "rank": 28, + "brand": "AgriGold", + "product": "G3255E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": null, + "Yield": 77.0, + "Adj Yield": 77.0 + } + }, + { + "rank": 29, + "brand": "Asgrow", + "product": "AG32XF6", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": null, + "Yield": 75.0, + "Adj Yield": 75.0 + } + }, + { + "rank": 30, + "brand": "NK Brand", + "product": "NK30-A9E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": null, + "Yield": 74.8, + "Adj Yield": 74.8 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/147387" + ], + "fetched_at": "2026-05-27T02:25:29.369003+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147387.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147387.md new file mode 100644 index 00000000..ecf4b393 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147387.md @@ -0,0 +1,60 @@ +# Soybean yield trial — Franklin Grove, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Lee +- **City:** Franklin Grove +- **Year:** 2025 +- **Plot ID:** 147387 +- **Cooperator:** Ag View FS, Inc. +- **Plot average:** 82.58 BU/Ac +- **Planted:** 2025-05-10 +- **Harvested:** 2025-10-05 +- **Population:** 150,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/147387 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | FS Seeds | HS29F50 | XTENDFlex | - | 9.5 | - | 90.5 | 90.5 | +| 2 | Brevant Seeds | B315EE | Enlist E3 | - | 9.3 | - | 89.6 | 89.6 | +| 3 | AgriGold | G2574XF | XTENDFlex | - | 9.6 | - | 87.3 | 87.3 | +| 4 | Brevant Seeds | B324EE | Enlist E3 | - | 9.5 | - | 86.5 | 86.5 | +| 5 | FS Seeds | HS26E50 | Enlist E3 | - | 9.3 | - | 85.9 | 85.9 | +| 6 | FS Seeds | HS28E50 | Enlist E3 | - | 9.2 | - | 85.5 | 85.5 | +| 7 | Brevant Seeds | B275EE | Enlist E3 | - | 9.6 | - | 85.4 | 85.4 | +| 8 | NK Brand | NK26-Z1XF | XTENDFlex | - | 9.6 | - | 85.2 | 85.2 | +| 9 | NK Brand | NK26-M6E3 | Enlist E3 | - | 9.8 | - | 85.0 | 85.0 | +| 10 | NK Brand | NK24-U5XF | XTENDFlex | - | 9.7 | - | 84.6 | 84.6 | +| 11 | NK Brand | NK29-Q3XF | XTENDFlex | - | 9.4 | - | 84.5 | 84.5 | +| 12 | FS Seeds | HS25E30 | Enlist E3 | - | 9.7 | - | 84.2 | 84.2 | +| 13 | AgriGold | G3051E3 | Enlist E3 | - | 9.6 | - | 83.3 | 83.3 | +| 14 | NK Brand | NK28-G7E3S | Enlist E3 | - | 9.5 | - | 83.0 | 83.0 | +| 14 | Asgrow | AG22XF6 | XTENDFlex | - | 9.7 | - | 83.0 | 83.0 | +| 16 | FS Seeds | HS32F50 | Enlist E3 | - | 9.2 | - | 82.6 | 82.6 | +| 16 | FS Seeds | HS33E50 | Enlist E3 | - | 9.4 | - | 82.6 | 82.6 | +| 18 | Asgrow | AG30XF4 | XTENDFlex | - | 9.3 | - | 82.4 | 82.4 | +| 19 | Brevant Seeds | B294EE | Enlist E3 | - | 9.4 | - | 82.1 | 82.1 | +| 20 | AgriGold | G2425E3 | - | - | 9.8 | - | 80.7 | 80.7 | +| 21 | NK Brand | NK32-P2XF | XTENDFlex | - | 9.4 | - | 80.5 | 80.5 | +| 21 | AgriGold | G2601E3 | Enlist E3 | - | 9.6 | - | 80.5 | 80.5 | +| 23 | Asgrow | AG33XF3 | XTENDFlex | - | 9.2 | - | 80.2 | 80.2 | +| 24 | AgriGold | G2755XF | XTENDFlex | - | 9.3 | - | 79.6 | 79.6 | +| 25 | Asgrow | AG26XF4 | XTENDFlex | - | 9.7 | - | 79.4 | 79.4 | +| 26 | FS Seeds | HS26F50 | XTENDFlex | - | 9.5 | - | 78.4 | 78.4 | +| 27 | Asgrow | AG34XF6 | XTENDFlex | - | 9.4 | - | 78.0 | 78.0 | +| 28 | AgriGold | G3255E3 | Enlist E3 | - | 9.4 | - | 77.0 | 77.0 | +| 29 | Asgrow | AG32XF6 | XTENDFlex | - | 9.2 | - | 75.0 | 75.0 | +| 30 | NK Brand | NK30-A9E3 | Enlist E3 | - | 9.6 | - | 74.8 | 74.8 | + +Top 5 by Yield: HS29F50 (FS Seeds) 90.5, B315EE (Brevant Seeds) 89.6, G2574XF (AgriGold) 87.3, B324EE (Brevant Seeds) 86.5, HS26E50 (FS Seeds) 85.9. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147412.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147412.json new file mode 100644 index 00000000..634698da --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147412.json @@ -0,0 +1,335 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-147412", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Franklin Grove", + "county": "Lee", + "year": 2025, + "plot_id": "147412", + "cooperator": "LaMoille FFA", + "plot_average": 66.28, + "planted_date": "2025-05-06", + "harvested_date": "2025-10-09", + "population_seeds_per_acre": 140000, + "row_width": "15.0\"", + "num_rows": 16, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 10, + "brand": "NK Brand", + "product": "NK21-C2E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 57.2, + "Yield": 68.6, + "Adj Yield": 68.6 + } + }, + { + "rank": 14, + "brand": "NK Brand", + "product": "NK23-P1E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": 56.6, + "Yield": 67.1, + "Adj Yield": 67.1 + } + }, + { + "rank": 1, + "brand": "FS Seeds", + "product": "HS25E30", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 53.1, + "Yield": 73.3, + "Adj Yield": 73.3 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 51.1, + "Yield": 72.5, + "Adj Yield": 72.5 + } + }, + { + "rank": 4, + "brand": "NK Brand", + "product": "NK26-M6E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.8, + "Test Wt.": 52.9, + "Yield": 71.6, + "Adj Yield": 71.6 + } + }, + { + "rank": 5, + "brand": "FS Seeds", + "product": "HS26E50", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": 51.1, + "Yield": 69.9, + "Adj Yield": 69.9 + } + }, + { + "rank": 13, + "brand": "Alloy", + "product": "A27E35", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 53.9, + "Yield": 67.8, + "Adj Yield": 67.8 + } + }, + { + "rank": 3, + "brand": "Brevant Seeds", + "product": "B275EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 54.2, + "Yield": 72.2, + "Adj Yield": 72.2 + } + }, + { + "rank": 11, + "brand": "FS Seeds", + "product": "HS28E50", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 52.0, + "Yield": 68.0, + "Adj Yield": 68.0 + } + }, + { + "rank": 20, + "brand": "NK Brand", + "product": "NK28-G7E3S", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 53.5, + "Yield": 61.4, + "Adj Yield": 61.4 + } + }, + { + "rank": 15, + "brand": "Alloy", + "product": "A28E36", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 54.4, + "Yield": 64.3, + "Adj Yield": 64.3 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 53.6, + "Yield": 62.2, + "Adj Yield": 62.2 + } + }, + { + "rank": 19, + "brand": "FS Seeds", + "product": "HS29E50", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 54.6, + "Yield": 61.6, + "Adj Yield": 61.6 + } + }, + { + "rank": 6, + "brand": "Brevant Seeds", + "product": "B294EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.3, + "Test Wt.": 54.8, + "Yield": 69.5, + "Adj Yield": 69.5 + } + }, + { + "rank": 23, + "brand": "NK Brand", + "product": "NK30-A9E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 50.3, + "Yield": 55.5, + "Adj Yield": 55.5 + } + }, + { + "rank": 21, + "brand": "Alloy", + "product": "A30E35", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 55.7, + "Yield": 59.4, + "Adj Yield": 59.4 + } + }, + { + "rank": 9, + "brand": "FS Seeds", + "product": "HS30E40", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 53.6, + "Yield": 68.7, + "Adj Yield": 68.7 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 54.0, + "Yield": 62.8, + "Adj Yield": 62.8 + } + }, + { + "rank": 7, + "brand": "Brevant Seeds", + "product": "B315EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.1, + "Test Wt.": 54.3, + "Yield": 69.0, + "Adj Yield": 69.0 + } + }, + { + "rank": 8, + "brand": "FS Seeds", + "product": "HS31E20", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 54.7, + "Yield": 68.9, + "Adj Yield": 68.9 + } + }, + { + "rank": 11, + "brand": "Brevant Seeds", + "product": "B324EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 52.7, + "Yield": 68.0, + "Adj Yield": 68.0 + } + }, + { + "rank": 22, + "brand": "NK Brand", + "product": "NK33-W2E3S", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.2, + "Test Wt.": 58.1, + "Yield": 58.9, + "Adj Yield": 58.9 + } + }, + { + "rank": 16, + "brand": "FS Seeds", + "product": "HS35E50", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 54.7, + "Yield": 63.2, + "Adj Yield": 63.2 + } + } + ], + "n_results": 23, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/147412" + ], + "fetched_at": "2026-05-27T02:25:29.867293+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147412.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147412.md new file mode 100644 index 00000000..41483ffe --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147412.md @@ -0,0 +1,53 @@ +# Soybean yield trial — Franklin Grove, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Lee +- **City:** Franklin Grove +- **Year:** 2025 +- **Plot ID:** 147412 +- **Cooperator:** LaMoille FFA +- **Plot average:** 66.28 BU/Ac +- **Planted:** 2025-05-06 +- **Harvested:** 2025-10-09 +- **Population:** 140,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 16 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/147412 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 10 | NK Brand | NK21-C2E3 | Enlist E3 | - | 13.1 | 57.2 | 68.6 | 68.6 | +| 14 | NK Brand | NK23-P1E3 | Enlist E3 | - | 14.0 | 56.6 | 67.1 | 67.1 | +| 1 | FS Seeds | HS25E30 | Enlist E3 | - | 13.8 | 53.1 | 73.3 | 73.3 | +| 2 | AgriGold | G2601E3 | Enlist E3 | - | 13.8 | 51.1 | 72.5 | 72.5 | +| 4 | NK Brand | NK26-M6E3 | Enlist E3 | - | 13.8 | 52.9 | 71.6 | 71.6 | +| 5 | FS Seeds | HS26E50 | Enlist E3 | - | 13.7 | 51.1 | 69.9 | 69.9 | +| 13 | Alloy | A27E35 | Enlist E3 | - | 13.0 | 53.9 | 67.8 | 67.8 | +| 3 | Brevant Seeds | B275EE | Enlist E3 | - | 13.0 | 54.2 | 72.2 | 72.2 | +| 11 | FS Seeds | HS28E50 | Enlist E3 | - | 13.0 | 52.0 | 68.0 | 68.0 | +| 20 | NK Brand | NK28-G7E3S | Enlist E3 | - | 12.9 | 53.5 | 61.4 | 61.4 | +| 15 | Alloy | A28E36 | Enlist E3 | - | 12.6 | 54.4 | 64.3 | 64.3 | +| 18 | AgriGold | G2893E3 | Enlist E3 | - | 12.3 | 53.6 | 62.2 | 62.2 | +| 19 | FS Seeds | HS29E50 | Enlist E3 | - | 13.1 | 54.6 | 61.6 | 61.6 | +| 6 | Brevant Seeds | B294EE | Enlist E3 | - | 12.3 | 54.8 | 69.5 | 69.5 | +| 23 | NK Brand | NK30-A9E3 | Enlist E3 | - | 13.1 | 50.3 | 55.5 | 55.5 | +| 21 | Alloy | A30E35 | Enlist E3 | - | 12.8 | 55.7 | 59.4 | 59.4 | +| 9 | FS Seeds | HS30E40 | Enlist E3 | - | 13.2 | 53.6 | 68.7 | 68.7 | +| 17 | AgriGold | G3051E3 | Enlist E3 | - | 12.9 | 54.0 | 62.8 | 62.8 | +| 7 | Brevant Seeds | B315EE | Enlist E3 | - | 12.1 | 54.3 | 69.0 | 69.0 | +| 8 | FS Seeds | HS31E20 | Enlist E3 | - | 12.2 | 54.7 | 68.9 | 68.9 | +| 11 | Brevant Seeds | B324EE | Enlist E3 | - | 12.2 | 52.7 | 68.0 | 68.0 | +| 22 | NK Brand | NK33-W2E3S | Enlist E3 | - | 12.2 | 58.1 | 58.9 | 58.9 | +| 16 | FS Seeds | HS35E50 | Enlist E3 | - | 11.8 | 54.7 | 63.2 | 63.2 | + +Top 5 by Yield: HS25E30 (FS Seeds) 73.3, G2601E3 (AgriGold) 72.5, B275EE (Brevant Seeds) 72.2, NK26-M6E3 (NK Brand) 71.6, HS26E50 (FS Seeds) 69.9. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147428.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147428.json new file mode 100644 index 00000000..e1e51227 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147428.json @@ -0,0 +1,192 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-147428", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "MO", + "state_abbrev": "mo", + "city": "Norborne", + "county": "Carroll", + "year": 2025, + "plot_id": "147428", + "cooperator": "Mark Drehle", + "plot_average": 75.23, + "planted_date": "2025-05-13", + "harvested_date": "2025-10-11", + "population_seeds_per_acre": 150000, + "row_width": "15.0\"", + "num_rows": 11, + "soil_type": null, + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 12, + "brand": "AgriGold", + "product": "G3552XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 57.5, + "Yield": 61.5, + "Adj Yield": 61.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": 57.6, + "Yield": 75.8, + "Adj Yield": 75.8 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G3725XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": 57.3, + "Yield": 75.9, + "Adj Yield": 75.9 + } + }, + { + "rank": 11, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 56.9, + "Yield": 70.5, + "Adj Yield": 70.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G3955XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 55.6, + "Yield": 72.8, + "Adj Yield": 72.8 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G4051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 55.6, + "Yield": 72.0, + "Adj Yield": 72.0 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 56.9, + "Yield": 81.7, + "Adj Yield": 81.7 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G4204E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 57.0, + "Yield": 74.5, + "Adj Yield": 74.5 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": 56.8, + "Yield": 80.6, + "Adj Yield": 80.6 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G4459E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.6, + "Test Wt.": 56.7, + "Yield": 79.6, + "Adj Yield": 79.6 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G4650XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 57.4, + "Yield": 73.8, + "Adj Yield": 73.8 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G4695E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": 55.4, + "Yield": 84.1, + "Adj Yield": 84.1 + } + } + ], + "n_results": 12, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/147428" + ], + "fetched_at": "2026-05-27T02:25:30.324022+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147428.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147428.md new file mode 100644 index 00000000..58c980af --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147428.md @@ -0,0 +1,41 @@ +# Soybean yield trial — Norborne, MO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** MO +- **County:** Carroll +- **City:** Norborne +- **Year:** 2025 +- **Plot ID:** 147428 +- **Cooperator:** Mark Drehle +- **Plot average:** 75.23 BU/Ac +- **Planted:** 2025-05-13 +- **Harvested:** 2025-10-11 +- **Population:** 150,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 11 +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/147428 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 12 | AgriGold | G3552XF | XTENDFlex | - | 13.1 | 57.5 | 61.5 | 61.5 | +| 6 | AgriGold | G3577E3 | Enlist E3 | - | 13.4 | 57.6 | 75.8 | 75.8 | +| 5 | AgriGold | G3725XF | XTENDFlex | - | 13.3 | 57.3 | 75.9 | 75.9 | +| 11 | AgriGold | G3854E3 | Enlist E3 | - | 12.9 | 56.9 | 70.5 | 70.5 | +| 9 | AgriGold | G3955XF | XTENDFlex | - | 12.9 | 55.6 | 72.8 | 72.8 | +| 10 | AgriGold | G4051E3 | Enlist E3 | - | 12.9 | 55.6 | 72.0 | 72.0 | +| 2 | AgriGold | G4184XF | XTENDFlex | - | 12.7 | 56.9 | 81.7 | 81.7 | +| 7 | AgriGold | G4204E3 | Enlist E3 | - | 12.6 | 57.0 | 74.5 | 74.5 | +| 3 | AgriGold | G4430XF | XTENDFlex | - | 12.0 | 56.8 | 80.6 | 80.6 | +| 4 | AgriGold | G4459E3 | Enlist E3 | - | 12.6 | 56.7 | 79.6 | 79.6 | +| 8 | AgriGold | G4650XF | XTENDFlex | - | 13.1 | 57.4 | 73.8 | 73.8 | +| 1 | AgriGold | G4695E3 | Enlist E3 | - | 14.4 | 55.4 | 84.1 | 84.1 | + +Top 5 by Yield: G4695E3 (AgriGold) 84.1, G4184XF (AgriGold) 81.7, G4430XF (AgriGold) 80.6, G4459E3 (AgriGold) 79.6, G3725XF (AgriGold) 75.9. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147524.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147524.json new file mode 100644 index 00000000..c69fdcaa --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147524.json @@ -0,0 +1,114 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-147524", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IN", + "state_abbrev": "in", + "city": "Dale", + "county": "Spencer", + "year": 2025, + "plot_id": "147524", + "cooperator": "Mark And Luke Lubbehusen", + "plot_average": 89.72, + "planted_date": "2025-04-24", + "harvested_date": "2025-10-16", + "population_seeds_per_acre": 135000, + "row_width": "15.0\"", + "num_rows": 12, + "soil_type": "Clay", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "AgriGold", + "product": "G3425E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": 54.0, + "Yield": 72.3, + "Adj Yield": 72.3 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": 54.0, + "Yield": 107.7, + "Adj Yield": 107.7 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.7, + "Test Wt.": 55.0, + "Yield": 86.4, + "Adj Yield": 86.4 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "39L18E3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 12.9, + "Test Wt.": 56.0, + "Yield": 89.0, + "Adj Yield": 89.0 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G4051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": 55.0, + "Yield": 89.7, + "Adj Yield": 89.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G4204E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 54.0, + "Yield": 93.2, + "Adj Yield": 93.2 + } + } + ], + "n_results": 6, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/147524" + ], + "fetched_at": "2026-05-27T02:25:30.854516+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147524.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147524.md new file mode 100644 index 00000000..1b40b026 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147524.md @@ -0,0 +1,36 @@ +# Soybean yield trial — Dale, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IN +- **County:** Spencer +- **City:** Dale +- **Year:** 2025 +- **Plot ID:** 147524 +- **Cooperator:** Mark And Luke Lubbehusen +- **Plot average:** 89.72 BU/Ac +- **Planted:** 2025-04-24 +- **Harvested:** 2025-10-16 +- **Population:** 135,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 12 +- **Soil type:** Clay +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/147524 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | AgriGold | G3425E3 | Enlist E3 | - | 13.2 | 54.0 | 72.3 | 72.3 | +| 1 | AgriGold | G3404E3 | Enlist E3 | - | 13.0 | 54.0 | 107.7 | 107.7 | +| 5 | AgriGold | G3854E3 | Enlist E3 | - | 12.7 | 55.0 | 86.4 | 86.4 | +| 4 | AgriGold | 39L18E3 | XTENDFlex | - | 12.9 | 56.0 | 89.0 | 89.0 | +| 3 | AgriGold | G4051E3 | Enlist E3 | - | 13.1 | 55.0 | 89.7 | 89.7 | +| 2 | AgriGold | G4204E3 | Enlist E3 | - | 12.8 | 54.0 | 93.2 | 93.2 | + +Top 5 by Yield: G3404E3 (AgriGold) 107.7, G4204E3 (AgriGold) 93.2, G4051E3 (AgriGold) 89.7, 39L18E3 (AgriGold) 89.0, G3854E3 (AgriGold) 86.4. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147574.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147574.json new file mode 100644 index 00000000..f4c6fd16 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147574.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-147574", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Granville", + "county": "Putnam", + "year": 2025, + "plot_id": "147574", + "cooperator": "Ag View FS, Inc.", + "plot_average": 74.52, + "planted_date": "2025-05-11", + "harvested_date": "2025-10-09", + "population_seeds_per_acre": 150000, + "row_width": "15.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Strip Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "Brevant Seeds", + "product": "B275EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 82.1, + "Adj Yield": 82.1 + } + }, + { + "rank": 2, + "brand": "NK Brand", + "product": "NK26-Z1XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": null, + "Yield": 79.3, + "Adj Yield": 79.3 + } + }, + { + "rank": 3, + "brand": "FS Seeds", + "product": "HS29F50", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": null, + "Yield": 78.7, + "Adj Yield": 78.7 + } + }, + { + "rank": 4, + "brand": "FS Seeds", + "product": "HS28E50", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": null, + "Yield": 78.6, + "Adj Yield": 78.6 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": null, + "Yield": 78.3, + "Adj Yield": 78.3 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G2425E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": null, + "Yield": 78.3, + "Adj Yield": 78.3 + } + }, + { + "rank": 7, + "brand": "Brevant Seeds", + "product": "B315EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": null, + "Yield": 78.2, + "Adj Yield": 78.2 + } + }, + { + "rank": 8, + "brand": "NK Brand", + "product": "NK24-U5XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": null, + "Yield": 77.9, + "Adj Yield": 77.9 + } + }, + { + "rank": 9, + "brand": "Brevant Seeds", + "product": "B294EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": null, + "Yield": 76.9, + "Adj Yield": 76.9 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": null, + "Yield": 76.6, + "Adj Yield": 76.6 + } + }, + { + "rank": 11, + "brand": "FS Seeds", + "product": "HS26E50", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": null, + "Yield": 75.7, + "Adj Yield": 75.7 + } + }, + { + "rank": 11, + "brand": "Asgrow", + "product": "AG32XF6", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": null, + "Yield": 75.7, + "Adj Yield": 75.7 + } + }, + { + "rank": 13, + "brand": "Asgrow", + "product": "AG26XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 75.3, + "Adj Yield": 75.3 + } + }, + { + "rank": 14, + "brand": "Asgrow", + "product": "AG22XF6", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": null, + "Yield": 75.0, + "Adj Yield": 75.0 + } + }, + { + "rank": 15, + "brand": "NK Brand", + "product": "NK32-P2XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": null, + "Yield": 74.9, + "Adj Yield": 74.9 + } + }, + { + "rank": 16, + "brand": "Brevant Seeds", + "product": "B324EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": null, + "Yield": 74.5, + "Adj Yield": 74.5 + } + }, + { + "rank": 17, + "brand": "NK Brand", + "product": "NK30-A9E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": null, + "Yield": 74.4, + "Adj Yield": 74.4 + } + }, + { + "rank": 18, + "brand": "Asgrow", + "product": "AG33XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": null, + "Yield": 73.3, + "Adj Yield": 73.3 + } + }, + { + "rank": 19, + "brand": "FS Seeds", + "product": "HS33E50", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": null, + "Yield": 72.7, + "Adj Yield": 72.7 + } + }, + { + "rank": 20, + "brand": "NK Brand", + "product": "NK29-Q3XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": null, + "Yield": 72.2, + "Adj Yield": 72.2 + } + }, + { + "rank": 21, + "brand": "FS Seeds", + "product": "HS25E30", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 72.1, + "Adj Yield": 72.1 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "G2574XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": null, + "Yield": 71.7, + "Adj Yield": 71.7 + } + }, + { + "rank": 23, + "brand": "NK Brand", + "product": "NK26-M6E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": null, + "Yield": 71.6, + "Adj Yield": 71.6 + } + }, + { + "rank": 24, + "brand": "NK Brand", + "product": "NK28-G7E3S", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": null, + "Yield": 71.2, + "Adj Yield": 71.2 + } + }, + { + "rank": 25, + "brand": "AgriGold", + "product": "G3255E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": null, + "Yield": 71.1, + "Adj Yield": 71.1 + } + }, + { + "rank": 25, + "brand": "FS Seeds", + "product": "HS26F50", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": null, + "Yield": 71.1, + "Adj Yield": 71.1 + } + }, + { + "rank": 27, + "brand": "FS Seeds", + "product": "HS32F50", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": null, + "Yield": 70.3, + "Adj Yield": 70.3 + } + }, + { + "rank": 28, + "brand": "Asgrow", + "product": "AG34XF6", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.1, + "Test Wt.": null, + "Yield": 69.5, + "Adj Yield": 69.5 + } + }, + { + "rank": 29, + "brand": "Asgrow", + "product": "AG30XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": null, + "Yield": 69.4, + "Adj Yield": 69.4 + } + }, + { + "rank": 30, + "brand": "AgriGold", + "product": "G2755XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.2, + "Test Wt.": null, + "Yield": 68.9, + "Adj Yield": 68.9 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/147574" + ], + "fetched_at": "2026-05-27T02:25:31.368625+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147574.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147574.md new file mode 100644 index 00000000..5d09ca81 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147574.md @@ -0,0 +1,60 @@ +# Soybean yield trial — Granville, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Putnam +- **City:** Granville +- **Year:** 2025 +- **Plot ID:** 147574 +- **Cooperator:** Ag View FS, Inc. +- **Plot average:** 74.52 BU/Ac +- **Planted:** 2025-05-11 +- **Harvested:** 2025-10-09 +- **Population:** 150,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Strip Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/147574 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | Brevant Seeds | B275EE | Enlist E3 | - | 10.6 | - | 82.1 | 82.1 | +| 2 | NK Brand | NK26-Z1XF | XTENDFlex | - | 10.3 | - | 79.3 | 79.3 | +| 3 | FS Seeds | HS29F50 | XTENDFlex | - | 10.2 | - | 78.7 | 78.7 | +| 4 | FS Seeds | HS28E50 | Enlist E3 | - | 10.2 | - | 78.6 | 78.6 | +| 5 | AgriGold | G3051E3 | Enlist E3 | - | 10.3 | - | 78.3 | 78.3 | +| 5 | AgriGold | G2425E3 | - | - | 10.7 | - | 78.3 | 78.3 | +| 7 | Brevant Seeds | B315EE | Enlist E3 | - | 10.2 | - | 78.2 | 78.2 | +| 8 | NK Brand | NK24-U5XF | XTENDFlex | - | 10.4 | - | 77.9 | 77.9 | +| 9 | Brevant Seeds | B294EE | Enlist E3 | - | 10.3 | - | 76.9 | 76.9 | +| 10 | AgriGold | G2601E3 | Enlist E3 | - | 10.1 | - | 76.6 | 76.6 | +| 11 | FS Seeds | HS26E50 | Enlist E3 | - | 10.3 | - | 75.7 | 75.7 | +| 11 | Asgrow | AG32XF6 | XTENDFlex | - | 10.1 | - | 75.7 | 75.7 | +| 13 | Asgrow | AG26XF4 | XTENDFlex | - | 10.6 | - | 75.3 | 75.3 | +| 14 | Asgrow | AG22XF6 | XTENDFlex | - | 10.5 | - | 75.0 | 75.0 | +| 15 | NK Brand | NK32-P2XF | XTENDFlex | - | 10.3 | - | 74.9 | 74.9 | +| 16 | Brevant Seeds | B324EE | Enlist E3 | - | 10.1 | - | 74.5 | 74.5 | +| 17 | NK Brand | NK30-A9E3 | Enlist E3 | - | 10.4 | - | 74.4 | 74.4 | +| 18 | Asgrow | AG33XF3 | XTENDFlex | - | 10.1 | - | 73.3 | 73.3 | +| 19 | FS Seeds | HS33E50 | Enlist E3 | - | 10.0 | - | 72.7 | 72.7 | +| 20 | NK Brand | NK29-Q3XF | XTENDFlex | - | 10.4 | - | 72.2 | 72.2 | +| 21 | FS Seeds | HS25E30 | Enlist E3 | - | 10.6 | - | 72.1 | 72.1 | +| 22 | AgriGold | G2574XF | XTENDFlex | - | 10.3 | - | 71.7 | 71.7 | +| 23 | NK Brand | NK26-M6E3 | Enlist E3 | - | 10.3 | - | 71.6 | 71.6 | +| 24 | NK Brand | NK28-G7E3S | Enlist E3 | - | 10.5 | - | 71.2 | 71.2 | +| 25 | AgriGold | G3255E3 | Enlist E3 | - | 10.3 | - | 71.1 | 71.1 | +| 25 | FS Seeds | HS26F50 | XTENDFlex | - | 10.3 | - | 71.1 | 71.1 | +| 27 | FS Seeds | HS32F50 | Enlist E3 | - | 10.1 | - | 70.3 | 70.3 | +| 28 | Asgrow | AG34XF6 | XTENDFlex | - | 10.1 | - | 69.5 | 69.5 | +| 29 | Asgrow | AG30XF4 | XTENDFlex | - | 10.2 | - | 69.4 | 69.4 | +| 30 | AgriGold | G2755XF | XTENDFlex | - | 10.2 | - | 68.9 | 68.9 | + +Top 5 by Yield: B275EE (Brevant Seeds) 82.1, NK26-Z1XF (NK Brand) 79.3, HS29F50 (FS Seeds) 78.7, HS28E50 (FS Seeds) 78.6, G3051E3 (AgriGold) 78.3. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147575.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147575.json new file mode 100644 index 00000000..6ee33d27 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147575.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-147575", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Granville", + "county": "Putnam", + "year": 2025, + "plot_id": "147575", + "cooperator": "Ag View FS, Inc.", + "plot_average": 82.41, + "planted_date": "2025-05-11", + "harvested_date": "2025-10-09", + "population_seeds_per_acre": 150000, + "row_width": "15.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "FS Seeds", + "product": "HS28E50", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 92.0, + "Adj Yield": 92.0 + } + }, + { + "rank": 2, + "brand": "FS Seeds", + "product": "HS33E50", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": null, + "Yield": 89.7, + "Adj Yield": 89.7 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": null, + "Yield": 88.5, + "Adj Yield": 88.5 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3255E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 88.4, + "Adj Yield": 88.4 + } + }, + { + "rank": 5, + "brand": "FS Seeds", + "product": "HS26E50", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 88.3, + "Adj Yield": 88.3 + } + }, + { + "rank": 6, + "brand": "NK Brand", + "product": "NK26-M6E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": null, + "Yield": 88.1, + "Adj Yield": 88.1 + } + }, + { + "rank": 7, + "brand": "NK Brand", + "product": "NK26-Z1XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": null, + "Yield": 87.1, + "Adj Yield": 87.1 + } + }, + { + "rank": 8, + "brand": "FS Seeds", + "product": "HS29F50", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": null, + "Yield": 85.9, + "Adj Yield": 85.9 + } + }, + { + "rank": 9, + "brand": "Brevant Seeds", + "product": "B324EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": null, + "Yield": 85.8, + "Adj Yield": 85.8 + } + }, + { + "rank": 10, + "brand": "Brevant Seeds", + "product": "B294EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 85.7, + "Adj Yield": 85.7 + } + }, + { + "rank": 11, + "brand": "FS Seeds", + "product": "HS25E30", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": null, + "Yield": 85.5, + "Adj Yield": 85.5 + } + }, + { + "rank": 12, + "brand": "Brevant Seeds", + "product": "B315EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 85.3, + "Adj Yield": 85.3 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": null, + "Yield": 84.7, + "Adj Yield": 84.7 + } + }, + { + "rank": 14, + "brand": "NK Brand", + "product": "NK28-G7E3S", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": null, + "Yield": 83.8, + "Adj Yield": 83.8 + } + }, + { + "rank": 15, + "brand": "NK Brand", + "product": "NK29-Q3XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": null, + "Yield": 83.1, + "Adj Yield": 83.1 + } + }, + { + "rank": 16, + "brand": "NK Brand", + "product": "NK24-U5XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": null, + "Yield": 82.2, + "Adj Yield": 82.2 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "G2574XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": null, + "Yield": 81.8, + "Adj Yield": 81.8 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "G2425E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": null, + "Yield": 81.2, + "Adj Yield": 81.2 + } + }, + { + "rank": 19, + "brand": "Asgrow", + "product": "AG22XF6", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": null, + "Yield": 81.0, + "Adj Yield": 81.0 + } + }, + { + "rank": 20, + "brand": "Asgrow", + "product": "AG30XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": null, + "Yield": 80.1, + "Adj Yield": 80.1 + } + }, + { + "rank": 21, + "brand": "AgriGold", + "product": "G2755XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": null, + "Yield": 79.8, + "Adj Yield": 79.8 + } + }, + { + "rank": 22, + "brand": "NK Brand", + "product": "NK30-A9E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": null, + "Yield": 79.0, + "Adj Yield": 79.0 + } + }, + { + "rank": 22, + "brand": "Asgrow", + "product": "AG33XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": null, + "Yield": 79.0, + "Adj Yield": 79.0 + } + }, + { + "rank": 24, + "brand": "FS Seeds", + "product": "HS26F50", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 78.3, + "Adj Yield": 78.3 + } + }, + { + "rank": 25, + "brand": "Brevant Seeds", + "product": "B275EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.8, + "Test Wt.": null, + "Yield": 77.6, + "Adj Yield": 77.6 + } + }, + { + "rank": 26, + "brand": "NK Brand", + "product": "NK32-P2XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 77.2, + "Adj Yield": 77.2 + } + }, + { + "rank": 27, + "brand": "FS Seeds", + "product": "HS32F50", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": null, + "Yield": 75.2, + "Adj Yield": 75.2 + } + }, + { + "rank": 28, + "brand": "Asgrow", + "product": "AG26XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": null, + "Yield": 74.5, + "Adj Yield": 74.5 + } + }, + { + "rank": 29, + "brand": "Asgrow", + "product": "AG34XF6", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.5, + "Test Wt.": null, + "Yield": 71.9, + "Adj Yield": 71.9 + } + }, + { + "rank": 30, + "brand": "Asgrow", + "product": "AG32XF6", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": null, + "Yield": 71.6, + "Adj Yield": 71.6 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/147575" + ], + "fetched_at": "2026-05-27T02:25:31.841784+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147575.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147575.md new file mode 100644 index 00000000..bf3404c3 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147575.md @@ -0,0 +1,60 @@ +# Soybean yield trial — Granville, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Putnam +- **City:** Granville +- **Year:** 2025 +- **Plot ID:** 147575 +- **Cooperator:** Ag View FS, Inc. +- **Plot average:** 82.41 BU/Ac +- **Planted:** 2025-05-11 +- **Harvested:** 2025-10-09 +- **Population:** 150,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/147575 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | FS Seeds | HS28E50 | Enlist E3 | - | 10.6 | - | 92.0 | 92.0 | +| 2 | FS Seeds | HS33E50 | Enlist E3 | - | 10.7 | - | 89.7 | 89.7 | +| 3 | AgriGold | G2601E3 | Enlist E3 | - | 10.9 | - | 88.5 | 88.5 | +| 4 | AgriGold | G3255E3 | Enlist E3 | - | 10.6 | - | 88.4 | 88.4 | +| 5 | FS Seeds | HS26E50 | Enlist E3 | - | 10.6 | - | 88.3 | 88.3 | +| 6 | NK Brand | NK26-M6E3 | Enlist E3 | - | 11.1 | - | 88.1 | 88.1 | +| 7 | NK Brand | NK26-Z1XF | XTENDFlex | - | 10.9 | - | 87.1 | 87.1 | +| 8 | FS Seeds | HS29F50 | XTENDFlex | - | 10.7 | - | 85.9 | 85.9 | +| 9 | Brevant Seeds | B324EE | Enlist E3 | - | 10.7 | - | 85.8 | 85.8 | +| 10 | Brevant Seeds | B294EE | Enlist E3 | - | 10.6 | - | 85.7 | 85.7 | +| 11 | FS Seeds | HS25E30 | Enlist E3 | - | 10.9 | - | 85.5 | 85.5 | +| 12 | Brevant Seeds | B315EE | Enlist E3 | - | 10.6 | - | 85.3 | 85.3 | +| 13 | AgriGold | G3051E3 | Enlist E3 | - | 10.8 | - | 84.7 | 84.7 | +| 14 | NK Brand | NK28-G7E3S | Enlist E3 | - | 11.0 | - | 83.8 | 83.8 | +| 15 | NK Brand | NK29-Q3XF | XTENDFlex | - | 10.9 | - | 83.1 | 83.1 | +| 16 | NK Brand | NK24-U5XF | XTENDFlex | - | 11.2 | - | 82.2 | 82.2 | +| 17 | AgriGold | G2574XF | XTENDFlex | - | 10.8 | - | 81.8 | 81.8 | +| 18 | AgriGold | G2425E3 | - | - | 11.3 | - | 81.2 | 81.2 | +| 19 | Asgrow | AG22XF6 | XTENDFlex | - | 11.1 | - | 81.0 | 81.0 | +| 20 | Asgrow | AG30XF4 | XTENDFlex | - | 10.7 | - | 80.1 | 80.1 | +| 21 | AgriGold | G2755XF | XTENDFlex | - | 10.9 | - | 79.8 | 79.8 | +| 22 | NK Brand | NK30-A9E3 | Enlist E3 | - | 10.9 | - | 79.0 | 79.0 | +| 22 | Asgrow | AG33XF3 | XTENDFlex | - | 10.8 | - | 79.0 | 79.0 | +| 24 | FS Seeds | HS26F50 | XTENDFlex | - | 10.6 | - | 78.3 | 78.3 | +| 25 | Brevant Seeds | B275EE | Enlist E3 | - | 10.8 | - | 77.6 | 77.6 | +| 26 | NK Brand | NK32-P2XF | XTENDFlex | - | 10.6 | - | 77.2 | 77.2 | +| 27 | FS Seeds | HS32F50 | Enlist E3 | - | 10.6 | - | 75.2 | 75.2 | +| 28 | Asgrow | AG26XF4 | XTENDFlex | - | 10.9 | - | 74.5 | 74.5 | +| 29 | Asgrow | AG34XF6 | XTENDFlex | - | 10.5 | - | 71.9 | 71.9 | +| 30 | Asgrow | AG32XF6 | XTENDFlex | - | 10.3 | - | 71.6 | 71.6 | + +Top 5 by Yield: HS28E50 (FS Seeds) 92.0, HS33E50 (FS Seeds) 89.7, G2601E3 (AgriGold) 88.5, G3255E3 (AgriGold) 88.4, HS26E50 (FS Seeds) 88.3. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147634.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147634.json new file mode 100644 index 00000000..6a36802a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147634.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-147634", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IN", + "state_abbrev": "in", + "city": "Loogootee", + "county": "Daviess", + "year": 2025, + "plot_id": "147634", + "cooperator": "Kav’s Crop Care", + "plot_average": 69.76, + "planted_date": "2025-05-25", + "harvested_date": "2025-10-28", + "population_seeds_per_acre": 150000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "G3552XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 70.7, + "Adj Yield": 70.7 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G4051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 14.0, + "Test Wt.": null, + "Yield": 64.2, + "Adj Yield": 63.16 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.6, + "Test Wt.": null, + "Yield": 65.6, + "Adj Yield": 64.81 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G3577E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 69.3, + "Adj Yield": 68.76 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G3425E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": null, + "Yield": 66.6, + "Adj Yield": 66.37 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.4, + "Test Wt.": null, + "Yield": 69.4, + "Adj Yield": 69.38 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G3255E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.2, + "Test Wt.": null, + "Yield": 62.5, + "Adj Yield": 62.73 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G2893E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 70.5, + "Adj Yield": 71.07 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "V2735E", + "traits": "", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 80.9, + "Adj Yield": 81.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 78.8, + "Adj Yield": 79.89 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G3552XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 68.1, + "Adj Yield": 68.1 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/147634" + ], + "fetched_at": "2026-05-27T02:25:32.312660+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147634.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147634.md new file mode 100644 index 00000000..2e4fcb39 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147634.md @@ -0,0 +1,41 @@ +# Soybean yield trial — Loogootee, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IN +- **County:** Daviess +- **City:** Loogootee +- **Year:** 2025 +- **Plot ID:** 147634 +- **Cooperator:** Kav’s Crop Care +- **Plot average:** 69.76 BU/Ac +- **Planted:** 2025-05-25 +- **Harvested:** 2025-10-28 +- **Population:** 150,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/147634 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | G3552XF | XTENDFlex | - | 13.5 | - | 70.7 | 70.7 | +| 8 | AgriGold | G4051E3 | Enlist E3 | - | 14.0 | - | 64.2 | 63.16 | +| 7 | AgriGold | G3854E3 | Enlist E3 | - | 13.6 | - | 65.6 | 64.81 | +| 5 | AgriGold | G3577E3 | Enlist E3 | - | 13.5 | - | 69.3 | 68.76 | +| 6 | AgriGold | G3425E3 | Enlist E3 | - | 13.2 | - | 66.6 | 66.37 | +| 4 | AgriGold | G3404E3 | Enlist E3 | - | 13.4 | - | 69.4 | 69.38 | +| 9 | AgriGold | G3255E3 | Enlist E3 | - | 13.2 | - | 62.5 | 62.73 | +| 3 | AgriGold | G2893E3 | Enlist E3 | - | 13.0 | - | 70.5 | 71.07 | +| 1 | AgriGold | V2735E | - | - | 13.0 | - | 80.9 | 81.7 | +| 2 | AgriGold | G3051E3 | Enlist E3 | - | 13.0 | - | 78.8 | 79.89 | +| - | AgriGold | G3552XF | XTENDFlex | - | 13.5 | - | 68.1 | 68.1 | + +Top 5 by Yield: V2735E (AgriGold) 80.9, G3051E3 (AgriGold) 78.8, G3552XF (AgriGold) 70.7, G2893E3 (AgriGold) 70.5, G3404E3 (AgriGold) 69.4. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147635.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147635.json new file mode 100644 index 00000000..cf5652f4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147635.json @@ -0,0 +1,179 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-147635", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IN", + "state_abbrev": "in", + "city": "Loogootee", + "county": "Daviess", + "year": 2025, + "plot_id": "147635", + "cooperator": "Kav’s Crop Care", + "plot_average": 78.59, + "planted_date": "2025-05-25", + "harvested_date": "2025-10-28", + "population_seeds_per_acre": 150000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Clay", + "tillage": "Conventional", + "previous_crop": "Soybeans", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "G3552XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 93.8, + "Adj Yield": 93.8 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G2950XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.0, + "Test Wt.": null, + "Yield": 83.3, + "Adj Yield": 78.89 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G3144XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.1, + "Test Wt.": null, + "Yield": 86.2, + "Adj Yield": 82.87 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G3386XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": null, + "Yield": 79.7, + "Adj Yield": 77.5 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G3334XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.3, + "Test Wt.": null, + "Yield": 61.5, + "Adj Yield": 60.39 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G3552XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 86.6, + "Adj Yield": 86.62 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G3725XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.7, + "Test Wt.": null, + "Yield": 74.5, + "Adj Yield": 75.65 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G3955XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.9, + "Test Wt.": null, + "Yield": 80.1, + "Adj Yield": 82.34 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 14.1, + "Test Wt.": null, + "Yield": 77.8, + "Adj Yield": 81.12 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 14.4, + "Test Wt.": null, + "Yield": 77.5, + "Adj Yield": 81.95 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G3552XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 13.5, + "Test Wt.": null, + "Yield": 82.7, + "Adj Yield": 82.7 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/147635" + ], + "fetched_at": "2026-05-27T02:25:32.861949+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147635.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147635.md new file mode 100644 index 00000000..dc5bced4 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147635.md @@ -0,0 +1,41 @@ +# Soybean yield trial — Loogootee, IN, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IN +- **County:** Daviess +- **City:** Loogootee +- **Year:** 2025 +- **Plot ID:** 147635 +- **Cooperator:** Kav’s Crop Care +- **Plot average:** 78.59 BU/Ac +- **Planted:** 2025-05-25 +- **Harvested:** 2025-10-28 +- **Population:** 150,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Clay +- **Tillage:** Conventional +- **Previous crop:** Soybeans +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/147635 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | G3552XF | XTENDFlex | - | 13.5 | - | 93.8 | 93.8 | +| 6 | AgriGold | G2950XF | XTENDFlex | - | 13.0 | - | 83.3 | 78.89 | +| 2 | AgriGold | G3144XF | XTENDFlex | - | 13.1 | - | 86.2 | 82.87 | +| 7 | AgriGold | G3386XF | XTENDFlex | - | 13.3 | - | 79.7 | 77.5 | +| 9 | AgriGold | G3334XF | XTENDFlex | - | 13.3 | - | 61.5 | 60.39 | +| 1 | AgriGold | G3552XF | XTENDFlex | - | 13.5 | - | 86.6 | 86.62 | +| 8 | AgriGold | G3725XF | XTENDFlex | - | 13.7 | - | 74.5 | 75.65 | +| 3 | AgriGold | G3955XF | XTENDFlex | - | 13.9 | - | 80.1 | 82.34 | +| 5 | AgriGold | G4184XF | XTENDFlex | - | 14.1 | - | 77.8 | 81.12 | +| 4 | AgriGold | G4430XF | XTENDFlex | - | 14.4 | - | 77.5 | 81.95 | +| - | AgriGold | G3552XF | XTENDFlex | - | 13.5 | - | 82.7 | 82.7 | + +Top 5 by Yield: G3552XF (AgriGold) 93.8, G3552XF (AgriGold) 86.6, G3144XF (AgriGold) 86.2, G2950XF (AgriGold) 83.3, G3552XF (AgriGold) 82.7. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147658.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147658.json new file mode 100644 index 00000000..9ce36d5b --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147658.json @@ -0,0 +1,127 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-147658", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "MO", + "state_abbrev": "mo", + "city": "Cedar Hill", + "county": "Jefferson", + "year": 2025, + "plot_id": "147658", + "cooperator": "Jeff Bonacker", + "plot_average": 66.13, + "planted_date": "2025-05-22", + "harvested_date": "2025-11-03", + "population_seeds_per_acre": 150000, + "row_width": "15.0\"", + "num_rows": 23, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 6, + "brand": "AgriGold", + "product": "G3425E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 16.1, + "Test Wt.": 57.8, + "Yield": 61.2, + "Adj Yield": 61.2 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3404E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 15.9, + "Test Wt.": 58.3, + "Yield": 68.7, + "Adj Yield": 68.7 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G3854E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 15.6, + "Test Wt.": 59.0, + "Yield": 70.8, + "Adj Yield": 70.8 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G4051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 59.9, + "Yield": 68.7, + "Adj Yield": 68.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G4204E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 15.0, + "Test Wt.": 61.0, + "Yield": 70.9, + "Adj Yield": 70.9 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G4459E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 15.3, + "Test Wt.": 59.3, + "Yield": 62.7, + "Adj Yield": 62.7 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G4695E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 15.4, + "Test Wt.": 60.8, + "Yield": 59.9, + "Adj Yield": 59.9 + } + } + ], + "n_results": 7, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/147658" + ], + "fetched_at": "2026-05-27T02:25:33.322230+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147658.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147658.md new file mode 100644 index 00000000..55ff7eb7 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147658.md @@ -0,0 +1,37 @@ +# Soybean yield trial — Cedar Hill, MO, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** MO +- **County:** Jefferson +- **City:** Cedar Hill +- **Year:** 2025 +- **Plot ID:** 147658 +- **Cooperator:** Jeff Bonacker +- **Plot average:** 66.13 BU/Ac +- **Planted:** 2025-05-22 +- **Harvested:** 2025-11-03 +- **Population:** 150,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 23 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/147658 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 6 | AgriGold | G3425E3 | Enlist E3 | - | 16.1 | 57.8 | 61.2 | 61.2 | +| 4 | AgriGold | G3404E3 | Enlist E3 | - | 15.9 | 58.3 | 68.7 | 68.7 | +| 2 | AgriGold | G3854E3 | Enlist E3 | - | 15.6 | 59.0 | 70.8 | 70.8 | +| 3 | AgriGold | G4051E3 | Enlist E3 | - | 15.3 | 59.9 | 68.7 | 68.7 | +| 1 | AgriGold | G4204E3 | Enlist E3 | - | 15.0 | 61.0 | 70.9 | 70.9 | +| 5 | AgriGold | G4459E3 | Enlist E3 | - | 15.3 | 59.3 | 62.7 | 62.7 | +| 7 | AgriGold | G4695E3 | Enlist E3 | - | 15.4 | 60.8 | 59.9 | 59.9 | + +Top 5 by Yield: G4204E3 (AgriGold) 70.9, G3854E3 (AgriGold) 70.8, G3404E3 (AgriGold) 68.7, G4051E3 (AgriGold) 68.7, G4459E3 (AgriGold) 62.7. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147737.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147737.json new file mode 100644 index 00000000..bb097bf5 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147737.json @@ -0,0 +1,257 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-147737", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "KS", + "state_abbrev": "ks", + "city": "Whitewater", + "county": "Butler", + "year": 2025, + "plot_id": "147737", + "cooperator": "The Feedstore", + "plot_average": 61.96, + "planted_date": "2025-06-28", + "harvested_date": "2025-11-11", + "population_seeds_per_acre": 120000, + "row_width": "30.0\"", + "num_rows": 6, + "soil_type": "Silty Clay Loam", + "tillage": "No Till", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "NC+", + "product": "NC44F52S", + "traits": "XTENDFlex/STS", + "metrics": { + "Ck": null, + "H20": 9.1, + "Test Wt.": 58.9, + "Yield": 64.7, + "Adj Yield": 64.7 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": 59.4, + "Yield": 60.8, + "Adj Yield": 60.8 + } + }, + { + "rank": 13, + "brand": "AgriGold", + "product": "G4459E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": 56.8, + "Yield": 56.6, + "Adj Yield": 56.6 + } + }, + { + "rank": 11, + "brand": "NC+", + "product": "E4531S", + "traits": "Enlist/STS", + "metrics": { + "Ck": null, + "H20": 10.0, + "Test Wt.": 58.9, + "Yield": 59.5, + "Adj Yield": 59.5 + } + }, + { + "rank": 14, + "brand": "Hoegemeyer", + "product": "4596E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 12.8, + "Test Wt.": 54.7, + "Yield": 50.4, + "Adj Yield": 50.4 + } + }, + { + "rank": 8, + "brand": "NC+", + "product": "F4551S", + "traits": "XTENDFlex/STS", + "metrics": { + "Ck": null, + "H20": 9.1, + "Test Wt.": 59.1, + "Yield": 62.2, + "Adj Yield": 62.2 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G4650XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.0, + "Test Wt.": 59.4, + "Yield": 63.4, + "Adj Yield": 63.4 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "G4695E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": 59.4, + "Yield": 57.7, + "Adj Yield": 57.7 + } + }, + { + "rank": 10, + "brand": "Hoegemeyer", + "product": "4785E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": 57.2, + "Yield": 60.2, + "Adj Yield": 60.2 + } + }, + { + "rank": null, + "brand": "NC+", + "product": "NC44F52S", + "traits": "XTENDFlex/STS", + "metrics": { + "Ck": null, + "H20": 8.7, + "Test Wt.": 58.4, + "Yield": 68.0, + "Adj Yield": 68.0 + } + }, + { + "rank": 2, + "brand": "NC+", + "product": "NC44F52S", + "traits": "XTENDFlex/STS", + "metrics": { + "Ck": null, + "H20": 8.7, + "Test Wt.": 58.4, + "Yield": 68.0, + "Adj Yield": 68.0 + } + }, + { + "rank": 4, + "brand": "Hoegemeyer", + "product": "4743E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": 59.1, + "Yield": 65.1, + "Adj Yield": 65.1 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G4755XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": 56.7, + "Yield": 67.4, + "Adj Yield": 67.4 + } + }, + { + "rank": 5, + "brand": "NC+", + "product": "NC48F54S", + "traits": "XTENDFlex/STS", + "metrics": { + "Ck": null, + "H20": 9.7, + "Test Wt.": 57.9, + "Yield": 64.9, + "Adj Yield": 64.9 + } + }, + { + "rank": 1, + "brand": "Hoegemeyer", + "product": "4965E", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": 58.1, + "Yield": 68.0, + "Adj Yield": 68.0 + } + }, + { + "rank": 7, + "brand": "NC+", + "product": "F4551S", + "traits": "XTENDFlex/STS", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": 57.9, + "Yield": 63.2, + "Adj Yield": 63.2 + } + }, + { + "rank": null, + "brand": "NC+", + "product": "NC44F52S", + "traits": "XTENDFlex/STS", + "metrics": { + "Ck": null, + "H20": 8.9, + "Test Wt.": 57.4, + "Yield": 64.9, + "Adj Yield": 64.9 + } + } + ], + "n_results": 17, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/147737" + ], + "fetched_at": "2026-05-27T02:25:33.851351+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147737.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147737.md new file mode 100644 index 00000000..52940fb6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147737.md @@ -0,0 +1,50 @@ +# Soybean yield trial — Whitewater, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** KS +- **County:** Butler +- **City:** Whitewater +- **Year:** 2025 +- **Plot ID:** 147737 +- **Cooperator:** The Feedstore +- **Plot average:** 61.96 BU/Ac +- **Planted:** 2025-06-28 +- **Harvested:** 2025-11-11 +- **Population:** 120,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 6 +- **Soil type:** Silty Clay Loam +- **Tillage:** No Till +- **Previous crop:** Corn +- **Irrigation:** None +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/147737 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | NC+ | NC44F52S | XTENDFlex/STS | - | 9.1 | 58.9 | 64.7 | 64.7 | +| 9 | AgriGold | G4430XF | XTENDFlex | - | 9.3 | 59.4 | 60.8 | 60.8 | +| 13 | AgriGold | G4459E3 | Enlist E3 | - | 9.6 | 56.8 | 56.6 | 56.6 | +| 11 | NC+ | E4531S | Enlist/STS | - | 10.0 | 58.9 | 59.5 | 59.5 | +| 14 | Hoegemeyer | 4596E | Enlist E3 | - | 12.8 | 54.7 | 50.4 | 50.4 | +| 8 | NC+ | F4551S | XTENDFlex/STS | - | 9.1 | 59.1 | 62.2 | 62.2 | +| 6 | AgriGold | G4650XF | XTENDFlex | - | 9.0 | 59.4 | 63.4 | 63.4 | +| 12 | AgriGold | G4695E3 | Enlist E3 | - | 9.6 | 59.4 | 57.7 | 57.7 | +| 10 | Hoegemeyer | 4785E | Enlist E3 | - | 9.8 | 57.2 | 60.2 | 60.2 | +| - | NC+ | NC44F52S | XTENDFlex/STS | - | 8.7 | 58.4 | 68.0 | 68.0 | +| 2 | NC+ | NC44F52S | XTENDFlex/STS | - | 8.7 | 58.4 | 68.0 | 68.0 | +| 4 | Hoegemeyer | 4743E | Enlist E3 | - | 9.2 | 59.1 | 65.1 | 65.1 | +| 3 | AgriGold | G4755XF | XTENDFlex | - | 9.5 | 56.7 | 67.4 | 67.4 | +| 5 | NC+ | NC48F54S | XTENDFlex/STS | - | 9.7 | 57.9 | 64.9 | 64.9 | +| 1 | Hoegemeyer | 4965E | Enlist E3 | - | 10.4 | 58.1 | 68.0 | 68.0 | +| 7 | NC+ | F4551S | XTENDFlex/STS | - | 9.2 | 57.9 | 63.2 | 63.2 | +| - | NC+ | NC44F52S | XTENDFlex/STS | - | 8.9 | 57.4 | 64.9 | 64.9 | + +Top 5 by Yield: NC44F52S (NC+) 68.0, NC44F52S (NC+) 68.0, 4965E (Hoegemeyer) 68.0, G4755XF (AgriGold) 67.4, 4743E (Hoegemeyer) 65.1. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147810.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147810.json new file mode 100644 index 00000000..6f52943c --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147810.json @@ -0,0 +1,322 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-147810", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "KS", + "state_abbrev": "ks", + "city": "Bentley", + "county": "Sedgwick", + "year": 2025, + "plot_id": "147810", + "cooperator": "Fleming Feed and Grain", + "plot_average": 76.37, + "planted_date": "2025-05-13", + "harvested_date": "2025-10-21", + "population_seeds_per_acre": 125000, + "row_width": "30.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "No Till", + "previous_crop": "Rye", + "irrigation": "Yes", + "fungicide": "Unknown", + "herbicide": "Unknown", + "insecticide": "None", + "results": [ + { + "rank": null, + "brand": "Channel", + "product": "3823RXF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": 57.2, + "Yield": 82.5, + "Adj Yield": 82.5 + } + }, + { + "rank": 4, + "brand": "Channel", + "product": "3823RXF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": 57.2, + "Yield": 82.5, + "Adj Yield": 82.5 + } + }, + { + "rank": 16, + "brand": "AgriGold", + "product": "G3552XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.2, + "Test Wt.": 57.6, + "Yield": 69.0, + "Adj Yield": 69.0 + } + }, + { + "rank": 17, + "brand": "Ohlde Seed", + "product": "O36F3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": 58.1, + "Yield": 67.7, + "Adj Yield": 67.7 + } + }, + { + "rank": 12, + "brand": "AgriGold", + "product": "G3725XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": 57.0, + "Yield": 75.0, + "Adj Yield": 75.0 + } + }, + { + "rank": 11, + "brand": "Phillips", + "product": "3736XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": 57.1, + "Yield": 75.8, + "Adj Yield": 75.8 + } + }, + { + "rank": 2, + "brand": "Ohlde Seed", + "product": "O38F6", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": 57.7, + "Yield": 84.5, + "Adj Yield": 84.5 + } + }, + { + "rank": 5, + "brand": "Golden Harvest", + "product": "GH3913XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": 57.2, + "Yield": 80.8, + "Adj Yield": 80.8 + } + }, + { + "rank": 7, + "brand": "Golden Harvest", + "product": "GH3986XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": 57.7, + "Yield": 79.1, + "Adj Yield": 79.1 + } + }, + { + "rank": 8, + "brand": "AgriGold", + "product": "G3955XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": 57.3, + "Yield": 77.6, + "Adj Yield": 77.6 + } + }, + { + "rank": 10, + "brand": "Ohlde Seed", + "product": "O40F4\r\nO40F4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": 58.0, + "Yield": 75.9, + "Adj Yield": 75.9 + } + }, + { + "rank": null, + "brand": "Phillips", + "product": "4136XFS", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": 57.8, + "Yield": 80.0, + "Adj Yield": 80.0 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G4184XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": 57.9, + "Yield": 76.3, + "Adj Yield": 76.3 + } + }, + { + "rank": 6, + "brand": "Golden Harvest", + "product": "GH4222XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": 57.5, + "Yield": 80.1, + "Adj Yield": 80.1 + } + }, + { + "rank": 15, + "brand": "Phillips", + "product": "4224XFSE", + "traits": "XTENDFlex/STS", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": 58.1, + "Yield": 69.2, + "Adj Yield": 69.2 + } + }, + { + "rank": 13, + "brand": "Golden Harvest", + "product": "GH4546XFS", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.3, + "Test Wt.": 57.3, + "Yield": 74.6, + "Adj Yield": 74.6 + } + }, + { + "rank": 14, + "brand": "Golden Harvest", + "product": "GH3913XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": 57.2, + "Yield": 69.7, + "Adj Yield": 69.7 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G4430XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.4, + "Test Wt.": 58.2, + "Yield": 89.3, + "Adj Yield": 89.3 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "G4650XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.8, + "Test Wt.": 57.0, + "Yield": 64.7, + "Adj Yield": 64.7 + } + }, + { + "rank": null, + "brand": "Phillips", + "product": "4136XFS", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": 57.6, + "Yield": 82.9, + "Adj Yield": 82.9 + } + }, + { + "rank": 3, + "brand": "Phillips", + "product": "4136XFS", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.5, + "Test Wt.": 57.6, + "Yield": 82.9, + "Adj Yield": 82.9 + } + }, + { + "rank": null, + "brand": "Channel", + "product": "3823RXF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 9.6, + "Test Wt.": 57.6, + "Yield": 73.7, + "Adj Yield": 73.7 + } + } + ], + "n_results": 22, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/147810" + ], + "fetched_at": "2026-05-27T02:25:34.369897+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147810.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147810.md new file mode 100644 index 00000000..9a491f00 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147810.md @@ -0,0 +1,56 @@ +# Soybean yield trial — Bentley, KS, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** KS +- **County:** Sedgwick +- **City:** Bentley +- **Year:** 2025 +- **Plot ID:** 147810 +- **Cooperator:** Fleming Feed and Grain +- **Plot average:** 76.37 BU/Ac +- **Planted:** 2025-05-13 +- **Harvested:** 2025-10-21 +- **Population:** 125,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** No Till +- **Previous crop:** Rye +- **Irrigation:** Yes +- **Fungicide:** Unknown +- **Herbicide:** Unknown +- **Insecticide:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/147810 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | Channel | 3823RXF | XTENDFlex | - | 9.5 | 57.2 | 82.5 | 82.5 | +| 4 | Channel | 3823RXF | XTENDFlex | - | 9.5 | 57.2 | 82.5 | 82.5 | +| 16 | AgriGold | G3552XF | XTENDFlex | - | 9.2 | 57.6 | 69.0 | 69.0 | +| 17 | Ohlde Seed | O36F3 | XTENDFlex | - | 9.3 | 58.1 | 67.7 | 67.7 | +| 12 | AgriGold | G3725XF | XTENDFlex | - | 9.5 | 57.0 | 75.0 | 75.0 | +| 11 | Phillips | 3736XF | XTENDFlex | - | 9.5 | 57.1 | 75.8 | 75.8 | +| 2 | Ohlde Seed | O38F6 | XTENDFlex | - | 9.3 | 57.7 | 84.5 | 84.5 | +| 5 | Golden Harvest | GH3913XF | XTENDFlex | - | 9.4 | 57.2 | 80.8 | 80.8 | +| 7 | Golden Harvest | GH3986XF | XTENDFlex | - | 9.4 | 57.7 | 79.1 | 79.1 | +| 8 | AgriGold | G3955XF | XTENDFlex | - | 9.5 | 57.3 | 77.6 | 77.6 | +| 10 | Ohlde Seed | O40F4 +O40F4 | XTENDFlex | - | 9.4 | 58.0 | 75.9 | 75.9 | +| - | Phillips | 4136XFS | XTENDFlex | - | 9.4 | 57.8 | 80.0 | 80.0 | +| 9 | AgriGold | G4184XF | XTENDFlex | - | 9.3 | 57.9 | 76.3 | 76.3 | +| 6 | Golden Harvest | GH4222XF | XTENDFlex | - | 9.4 | 57.5 | 80.1 | 80.1 | +| 15 | Phillips | 4224XFSE | XTENDFlex/STS | - | 9.4 | 58.1 | 69.2 | 69.2 | +| 13 | Golden Harvest | GH4546XFS | XTENDFlex | - | 9.3 | 57.3 | 74.6 | 74.6 | +| 14 | Golden Harvest | GH3913XF | XTENDFlex | - | 9.5 | 57.2 | 69.7 | 69.7 | +| 1 | AgriGold | G4430XF | XTENDFlex | - | 9.4 | 58.2 | 89.3 | 89.3 | +| 18 | AgriGold | G4650XF | XTENDFlex | - | 9.8 | 57.0 | 64.7 | 64.7 | +| - | Phillips | 4136XFS | XTENDFlex | - | 9.5 | 57.6 | 82.9 | 82.9 | +| 3 | Phillips | 4136XFS | XTENDFlex | - | 9.5 | 57.6 | 82.9 | 82.9 | +| - | Channel | 3823RXF | XTENDFlex | - | 9.6 | 57.6 | 73.7 | 73.7 | + +Top 5 by Yield: G4430XF (AgriGold) 89.3, O38F6 (Ohlde Seed) 84.5, 4136XFS (Phillips) 82.9, 4136XFS (Phillips) 82.9, 3823RXF (Channel) 82.5. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147837.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147837.json new file mode 100644 index 00000000..dfd45e90 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147837.json @@ -0,0 +1,153 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-147837", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "NE", + "state_abbrev": "ne", + "city": "Boelus", + "county": "Howard", + "year": 2025, + "plot_id": "147837", + "cooperator": "Tim and Trent Eriksen", + "plot_average": 65.65, + "planted_date": "2025-06-10", + "harvested_date": "2025-10-08", + "population_seeds_per_acre": 160000, + "row_width": "30.0\"", + "num_rows": 8, + "soil_type": "Sandy Loam", + "tillage": "Minimum", + "previous_crop": "Corn", + "irrigation": "Yes", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": null, + "brand": "AgriGold", + "product": "G2450XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": 58.0, + "Yield": 68.5, + "Adj Yield": 68.5 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G2574XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": 56.7, + "Yield": 60.6, + "Adj Yield": 59.85 + } + }, + { + "rank": 2, + "brand": "AgriGold", + "product": "G2755XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.6, + "Test Wt.": 55.7, + "Yield": 68.6, + "Adj Yield": 67.98 + } + }, + { + "rank": 3, + "brand": "AgriGold", + "product": "G2950XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.3, + "Test Wt.": 57.3, + "Yield": 68.3, + "Adj Yield": 67.69 + } + }, + { + "rank": 1, + "brand": "AgriGold", + "product": "G2450XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 56.7, + "Yield": 69.1, + "Adj Yield": 68.32 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G2450XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.7, + "Test Wt.": 56.7, + "Yield": 69.1, + "Adj Yield": 69.1 + } + }, + { + "rank": 5, + "brand": "AgriGold", + "product": "G3144XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": 55.6, + "Yield": 64.1, + "Adj Yield": 63.81 + } + }, + { + "rank": 4, + "brand": "AgriGold", + "product": "G3334XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": 56.7, + "Yield": 65.3, + "Adj Yield": 66.27 + } + }, + { + "rank": null, + "brand": "AgriGold", + "product": "G2450XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.4, + "Test Wt.": 56.4, + "Yield": 65.1, + "Adj Yield": 65.1 + } + } + ], + "n_results": 9, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/147837" + ], + "fetched_at": "2026-05-27T02:25:34.857996+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147837.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147837.md new file mode 100644 index 00000000..b5cbd864 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147837.md @@ -0,0 +1,39 @@ +# Soybean yield trial — Boelus, NE, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** NE +- **County:** Howard +- **City:** Boelus +- **Year:** 2025 +- **Plot ID:** 147837 +- **Cooperator:** Tim and Trent Eriksen +- **Plot average:** 65.65 BU/Ac +- **Planted:** 2025-06-10 +- **Harvested:** 2025-10-08 +- **Population:** 160,000 seeds/acre +- **Row width:** 30.0" +- **# Rows:** 8 +- **Soil type:** Sandy Loam +- **Tillage:** Minimum +- **Previous crop:** Corn +- **Irrigation:** Yes +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/147837 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| - | AgriGold | G2450XF | XTENDFlex | - | 11.1 | 58.0 | 68.5 | 68.5 | +| 6 | AgriGold | G2574XF | XTENDFlex | - | 11.0 | 56.7 | 60.6 | 59.85 | +| 2 | AgriGold | G2755XF | XTENDFlex | - | 10.6 | 55.7 | 68.6 | 67.98 | +| 3 | AgriGold | G2950XF | XTENDFlex | - | 10.3 | 57.3 | 68.3 | 67.69 | +| 1 | AgriGold | G2450XF | XTENDFlex | - | 10.7 | 56.7 | 69.1 | 68.32 | +| - | AgriGold | G2450XF | XTENDFlex | - | 10.7 | 56.7 | 69.1 | 69.1 | +| 5 | AgriGold | G3144XF | XTENDFlex | - | 11.8 | 55.6 | 64.1 | 63.81 | +| 4 | AgriGold | G3334XF | XTENDFlex | - | 11.3 | 56.7 | 65.3 | 66.27 | +| - | AgriGold | G2450XF | XTENDFlex | - | 10.4 | 56.4 | 65.1 | 65.1 | + +Top 5 by Yield: G2450XF (AgriGold) 69.1, G2450XF (AgriGold) 69.1, G2755XF (AgriGold) 68.6, G2450XF (AgriGold) 68.5, G2950XF (AgriGold) 68.3. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147838.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147838.json new file mode 100644 index 00000000..74b85836 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147838.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-147838", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Toulon", + "county": "Stark", + "year": 2025, + "plot_id": "147838", + "cooperator": "Ag View FS, Inc.", + "plot_average": 76.85, + "planted_date": "2025-05-11", + "harvested_date": "2025-10-27", + "population_seeds_per_acre": 150000, + "row_width": "15.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Minimum", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": null, + "Yield": 85.1, + "Adj Yield": 85.1 + } + }, + { + "rank": 2, + "brand": "Brevant Seeds", + "product": "B275EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": null, + "Yield": 84.3, + "Adj Yield": 84.3 + } + }, + { + "rank": 3, + "brand": "Brevant Seeds", + "product": "B294EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": null, + "Yield": 83.0, + "Adj Yield": 83.0 + } + }, + { + "rank": 4, + "brand": "Brevant Seeds", + "product": "B324EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": null, + "Yield": 82.0, + "Adj Yield": 82.0 + } + }, + { + "rank": 5, + "brand": "FS Seeds", + "product": "HS28E50", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": null, + "Yield": 81.8, + "Adj Yield": 81.8 + } + }, + { + "rank": 6, + "brand": "NK Brand", + "product": "NK26-Z1XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": null, + "Yield": 81.1, + "Adj Yield": 81.1 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G3255E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": null, + "Yield": 80.7, + "Adj Yield": 80.7 + } + }, + { + "rank": 8, + "brand": "FS Seeds", + "product": "HS26E50", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": null, + "Yield": 80.5, + "Adj Yield": 80.5 + } + }, + { + "rank": 8, + "brand": "NK Brand", + "product": "NK24-U5XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": null, + "Yield": 80.5, + "Adj Yield": 80.5 + } + }, + { + "rank": 10, + "brand": "AgriGold", + "product": "G2574XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": null, + "Yield": 79.1, + "Adj Yield": 79.1 + } + }, + { + "rank": 11, + "brand": "FS Seeds", + "product": "HS32F50", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": null, + "Yield": 78.5, + "Adj Yield": 78.5 + } + }, + { + "rank": 12, + "brand": "Asgrow", + "product": "AG22XF6", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": null, + "Yield": 78.2, + "Adj Yield": 78.2 + } + }, + { + "rank": 13, + "brand": "FS Seeds", + "product": "HS33E50", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": null, + "Yield": 77.7, + "Adj Yield": 77.7 + } + }, + { + "rank": 14, + "brand": "NK Brand", + "product": "NK26-M6E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": null, + "Yield": 77.6, + "Adj Yield": 77.6 + } + }, + { + "rank": 15, + "brand": "NK Brand", + "product": "NK29-Q3XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.4, + "Test Wt.": null, + "Yield": 77.5, + "Adj Yield": 77.5 + } + }, + { + "rank": 16, + "brand": "Asgrow", + "product": "AG26XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": null, + "Yield": 77.0, + "Adj Yield": 77.0 + } + }, + { + "rank": 17, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": null, + "Yield": 76.8, + "Adj Yield": 76.8 + } + }, + { + "rank": 18, + "brand": "Brevant Seeds", + "product": "B315EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": null, + "Yield": 76.5, + "Adj Yield": 76.5 + } + }, + { + "rank": 19, + "brand": "FS Seeds", + "product": "HS26F50", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": null, + "Yield": 75.6, + "Adj Yield": 75.6 + } + }, + { + "rank": 20, + "brand": "FS Seeds", + "product": "HS29F50", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.0, + "Test Wt.": null, + "Yield": 75.4, + "Adj Yield": 75.4 + } + }, + { + "rank": 21, + "brand": "Asgrow", + "product": "AG30XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": null, + "Yield": 74.6, + "Adj Yield": 74.6 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "G2755XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.2, + "Test Wt.": null, + "Yield": 74.5, + "Adj Yield": 74.5 + } + }, + { + "rank": 22, + "brand": "AgriGold", + "product": "G2425E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": null, + "Yield": 74.5, + "Adj Yield": 74.5 + } + }, + { + "rank": 24, + "brand": "Asgrow", + "product": "AG34XF6", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": null, + "Yield": 74.1, + "Adj Yield": 74.1 + } + }, + { + "rank": 25, + "brand": "FS Seeds", + "product": "HS25E30", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": null, + "Yield": 73.7, + "Adj Yield": 73.7 + } + }, + { + "rank": 26, + "brand": "Asgrow", + "product": "AG33XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": null, + "Yield": 71.9, + "Adj Yield": 71.9 + } + }, + { + "rank": 27, + "brand": "Asgrow", + "product": "AG32XF6", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.1, + "Test Wt.": null, + "Yield": 71.4, + "Adj Yield": 71.4 + } + }, + { + "rank": 28, + "brand": "NK Brand", + "product": "NK28-G7E3S", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": null, + "Yield": 70.6, + "Adj Yield": 70.6 + } + }, + { + "rank": 29, + "brand": "NK Brand", + "product": "NK32-P2XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 10.9, + "Test Wt.": null, + "Yield": 65.7, + "Adj Yield": 65.7 + } + }, + { + "rank": 29, + "brand": "NK Brand", + "product": "NK30-A9E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.3, + "Test Wt.": null, + "Yield": 65.7, + "Adj Yield": 65.7 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/147838" + ], + "fetched_at": "2026-05-27T02:25:35.345038+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147838.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147838.md new file mode 100644 index 00000000..8fc197f6 --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147838.md @@ -0,0 +1,60 @@ +# Soybean yield trial — Toulon, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Stark +- **City:** Toulon +- **Year:** 2025 +- **Plot ID:** 147838 +- **Cooperator:** Ag View FS, Inc. +- **Plot average:** 76.85 BU/Ac +- **Planted:** 2025-05-11 +- **Harvested:** 2025-10-27 +- **Population:** 150,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Minimum +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/147838 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | AgriGold | G3051E3 | Enlist E3 | - | 11.3 | - | 85.1 | 85.1 | +| 2 | Brevant Seeds | B275EE | Enlist E3 | - | 11.2 | - | 84.3 | 84.3 | +| 3 | Brevant Seeds | B294EE | Enlist E3 | - | 11.0 | - | 83.0 | 83.0 | +| 4 | Brevant Seeds | B324EE | Enlist E3 | - | 11.1 | - | 82.0 | 82.0 | +| 5 | FS Seeds | HS28E50 | Enlist E3 | - | 11.2 | - | 81.8 | 81.8 | +| 6 | NK Brand | NK26-Z1XF | XTENDFlex | - | 11.0 | - | 81.1 | 81.1 | +| 7 | AgriGold | G3255E3 | Enlist E3 | - | 11.2 | - | 80.7 | 80.7 | +| 8 | FS Seeds | HS26E50 | Enlist E3 | - | 10.9 | - | 80.5 | 80.5 | +| 8 | NK Brand | NK24-U5XF | XTENDFlex | - | 11.1 | - | 80.5 | 80.5 | +| 10 | AgriGold | G2574XF | XTENDFlex | - | 11.1 | - | 79.1 | 79.1 | +| 11 | FS Seeds | HS32F50 | Enlist E3 | - | 11.0 | - | 78.5 | 78.5 | +| 12 | Asgrow | AG22XF6 | XTENDFlex | - | 11.2 | - | 78.2 | 78.2 | +| 13 | FS Seeds | HS33E50 | Enlist E3 | - | 11.0 | - | 77.7 | 77.7 | +| 14 | NK Brand | NK26-M6E3 | Enlist E3 | - | 11.2 | - | 77.6 | 77.6 | +| 15 | NK Brand | NK29-Q3XF | XTENDFlex | - | 11.4 | - | 77.5 | 77.5 | +| 16 | Asgrow | AG26XF4 | XTENDFlex | - | 11.3 | - | 77.0 | 77.0 | +| 17 | AgriGold | G2601E3 | Enlist E3 | - | 11.0 | - | 76.8 | 76.8 | +| 18 | Brevant Seeds | B315EE | Enlist E3 | - | 11.1 | - | 76.5 | 76.5 | +| 19 | FS Seeds | HS26F50 | XTENDFlex | - | 11.2 | - | 75.6 | 75.6 | +| 20 | FS Seeds | HS29F50 | XTENDFlex | - | 11.0 | - | 75.4 | 75.4 | +| 21 | Asgrow | AG30XF4 | XTENDFlex | - | 11.1 | - | 74.6 | 74.6 | +| 22 | AgriGold | G2755XF | XTENDFlex | - | 11.2 | - | 74.5 | 74.5 | +| 22 | AgriGold | G2425E3 | - | - | 11.3 | - | 74.5 | 74.5 | +| 24 | Asgrow | AG34XF6 | XTENDFlex | - | 10.9 | - | 74.1 | 74.1 | +| 25 | FS Seeds | HS25E30 | Enlist E3 | - | 11.1 | - | 73.7 | 73.7 | +| 26 | Asgrow | AG33XF3 | XTENDFlex | - | 11.1 | - | 71.9 | 71.9 | +| 27 | Asgrow | AG32XF6 | XTENDFlex | - | 11.1 | - | 71.4 | 71.4 | +| 28 | NK Brand | NK28-G7E3S | Enlist E3 | - | 11.3 | - | 70.6 | 70.6 | +| 29 | NK Brand | NK32-P2XF | XTENDFlex | - | 10.9 | - | 65.7 | 65.7 | +| 29 | NK Brand | NK30-A9E3 | Enlist E3 | - | 11.3 | - | 65.7 | 65.7 | + +Top 5 by Yield: G3051E3 (AgriGold) 85.1, B275EE (Brevant Seeds) 84.3, B294EE (Brevant Seeds) 83.0, B324EE (Brevant Seeds) 82.0, HS28E50 (FS Seeds) 81.8. diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147839.json b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147839.json new file mode 100644 index 00000000..cbba0e0a --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147839.json @@ -0,0 +1,426 @@ +{ + "source": "agrigold_plot_reports", + "source_key": "agpr-soybeans-2025-147839", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Milledgeille", + "county": "Carroll", + "year": 2025, + "plot_id": "147839", + "cooperator": "Ag View FS, Inc.", + "plot_average": 94.01, + "planted_date": "2025-05-08", + "harvested_date": "2025-10-26", + "population_seeds_per_acre": 150000, + "row_width": "15.0\"", + "num_rows": 4, + "soil_type": "Silt Loam", + "tillage": "Conventional", + "previous_crop": "Corn", + "irrigation": "None", + "fungicide": "N/A", + "herbicide": "N/A", + "insecticide": "N/A", + "results": [ + { + "rank": 1, + "brand": "FS Seeds", + "product": "HS28E50", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": null, + "Yield": 101.5, + "Adj Yield": 101.5 + } + }, + { + "rank": 2, + "brand": "Asgrow", + "product": "AG22XF6", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": null, + "Yield": 100.5, + "Adj Yield": 100.5 + } + }, + { + "rank": 2, + "brand": "NK Brand", + "product": "NK28-G7E3S", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": null, + "Yield": 100.5, + "Adj Yield": 100.5 + } + }, + { + "rank": 4, + "brand": "NK Brand", + "product": "NK26-M6E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": null, + "Yield": 99.8, + "Adj Yield": 99.8 + } + }, + { + "rank": 5, + "brand": "Brevant Seeds", + "product": "B315EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.5, + "Test Wt.": null, + "Yield": 99.6, + "Adj Yield": 99.6 + } + }, + { + "rank": 6, + "brand": "AgriGold", + "product": "G2574XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": null, + "Yield": 99.3, + "Adj Yield": 99.3 + } + }, + { + "rank": 7, + "brand": "AgriGold", + "product": "G3255E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": null, + "Yield": 98.0, + "Adj Yield": 98.0 + } + }, + { + "rank": 8, + "brand": "FS Seeds", + "product": "HS26E50", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": null, + "Yield": 97.8, + "Adj Yield": 97.8 + } + }, + { + "rank": 9, + "brand": "AgriGold", + "product": "G3051E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": null, + "Yield": 97.4, + "Adj Yield": 97.4 + } + }, + { + "rank": 10, + "brand": "Brevant Seeds", + "product": "B275EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": null, + "Yield": 96.4, + "Adj Yield": 96.4 + } + }, + { + "rank": 11, + "brand": "Brevant Seeds", + "product": "B294EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": null, + "Yield": 95.4, + "Adj Yield": 95.4 + } + }, + { + "rank": 11, + "brand": "FS Seeds", + "product": "HS25E30", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": null, + "Yield": 95.4, + "Adj Yield": 95.4 + } + }, + { + "rank": 13, + "brand": "FS Seeds", + "product": "HS26F50", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": null, + "Yield": 95.1, + "Adj Yield": 95.1 + } + }, + { + "rank": 14, + "brand": "Asgrow", + "product": "AG34XF6", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": null, + "Yield": 94.9, + "Adj Yield": 94.9 + } + }, + { + "rank": 15, + "brand": "AgriGold", + "product": "G2601E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": null, + "Yield": 94.1, + "Adj Yield": 94.1 + } + }, + { + "rank": 16, + "brand": "NK Brand", + "product": "NK29-Q3XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": null, + "Yield": 94.0, + "Adj Yield": 94.0 + } + }, + { + "rank": 17, + "brand": "Brevant Seeds", + "product": "B324EE", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": null, + "Yield": 93.2, + "Adj Yield": 93.2 + } + }, + { + "rank": 18, + "brand": "AgriGold", + "product": "G2425E3", + "traits": "", + "metrics": { + "Ck": null, + "H20": 12.0, + "Test Wt.": null, + "Yield": 92.5, + "Adj Yield": 92.5 + } + }, + { + "rank": 19, + "brand": "NK Brand", + "product": "NK30-A9E3", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": null, + "Yield": 92.3, + "Adj Yield": 92.3 + } + }, + { + "rank": 20, + "brand": "FS Seeds", + "product": "HS29F50", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": null, + "Yield": 92.1, + "Adj Yield": 92.1 + } + }, + { + "rank": 21, + "brand": "FS Seeds", + "product": "HS32F50", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": null, + "Yield": 91.8, + "Adj Yield": 91.8 + } + }, + { + "rank": 22, + "brand": "NK Brand", + "product": "NK24-U5XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": null, + "Yield": 90.9, + "Adj Yield": 90.9 + } + }, + { + "rank": 23, + "brand": "Asgrow", + "product": "AG30XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.9, + "Test Wt.": null, + "Yield": 90.5, + "Adj Yield": 90.5 + } + }, + { + "rank": 23, + "brand": "AgriGold", + "product": "G2755XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.6, + "Test Wt.": null, + "Yield": 90.5, + "Adj Yield": 90.5 + } + }, + { + "rank": 25, + "brand": "Asgrow", + "product": "AG33XF3", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": null, + "Yield": 89.8, + "Adj Yield": 89.8 + } + }, + { + "rank": 26, + "brand": "NK Brand", + "product": "NK26-Z1XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": null, + "Yield": 89.6, + "Adj Yield": 89.6 + } + }, + { + "rank": 27, + "brand": "FS Seeds", + "product": "HS33E50", + "traits": "Enlist E3", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": null, + "Yield": 89.0, + "Adj Yield": 89.0 + } + }, + { + "rank": 28, + "brand": "Asgrow", + "product": "AG26XF4", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": null, + "Yield": 87.6, + "Adj Yield": 87.6 + } + }, + { + "rank": 29, + "brand": "NK Brand", + "product": "NK32-P2XF", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.7, + "Test Wt.": null, + "Yield": 87.1, + "Adj Yield": 87.1 + } + }, + { + "rank": 30, + "brand": "Asgrow", + "product": "AG32XF6", + "traits": "XTENDFlex", + "metrics": { + "Ck": null, + "H20": 11.8, + "Test Wt.": null, + "Yield": 83.8, + "Adj Yield": 83.8 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.agrigold.com/soybeans/performance/soybean-yield-results/147839" + ], + "fetched_at": "2026-05-27T02:25:35.886139+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/agrigold_plot_reports/agpr-soybeans-2025-147839.md b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147839.md new file mode 100644 index 00000000..5cf930ae --- /dev/null +++ b/corpus/agrigold_plot_reports/agpr-soybeans-2025-147839.md @@ -0,0 +1,60 @@ +# Soybean yield trial — Milledgeille, IL, 2025 + +- **Source:** AgriGold plot report (cross-vendor head-to-head) +- **Vendor:** AgReliant Genetics / AgriGold +- **Crop:** Soybean +- **State:** IL +- **County:** Carroll +- **City:** Milledgeille +- **Year:** 2025 +- **Plot ID:** 147839 +- **Cooperator:** Ag View FS, Inc. +- **Plot average:** 94.01 BU/Ac +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-26 +- **Population:** 150,000 seeds/acre +- **Row width:** 15.0" +- **# Rows:** 4 +- **Soil type:** Silt Loam +- **Tillage:** Conventional +- **Previous crop:** Corn +- **Irrigation:** None +- **URL:** https://www.agrigold.com/soybeans/performance/soybean-yield-results/147839 + +--- +## Results (by rank) + +| Rank | Brand | Product | Trait | Ck | H20 | Test Wt. | Yield | Adj Yield | +|---|---|---|---|---|---|---|---|---| +| 1 | FS Seeds | HS28E50 | Enlist E3 | - | 11.5 | - | 101.5 | 101.5 | +| 2 | Asgrow | AG22XF6 | XTENDFlex | - | 11.8 | - | 100.5 | 100.5 | +| 2 | NK Brand | NK28-G7E3S | Enlist E3 | - | 11.7 | - | 100.5 | 100.5 | +| 4 | NK Brand | NK26-M6E3 | Enlist E3 | - | 11.7 | - | 99.8 | 99.8 | +| 5 | Brevant Seeds | B315EE | Enlist E3 | - | 11.5 | - | 99.6 | 99.6 | +| 6 | AgriGold | G2574XF | XTENDFlex | - | 11.8 | - | 99.3 | 99.3 | +| 7 | AgriGold | G3255E3 | Enlist E3 | - | 11.8 | - | 98.0 | 98.0 | +| 8 | FS Seeds | HS26E50 | Enlist E3 | - | 11.6 | - | 97.8 | 97.8 | +| 9 | AgriGold | G3051E3 | Enlist E3 | - | 11.8 | - | 97.4 | 97.4 | +| 10 | Brevant Seeds | B275EE | Enlist E3 | - | 11.8 | - | 96.4 | 96.4 | +| 11 | Brevant Seeds | B294EE | Enlist E3 | - | 11.7 | - | 95.4 | 95.4 | +| 11 | FS Seeds | HS25E30 | Enlist E3 | - | 11.7 | - | 95.4 | 95.4 | +| 13 | FS Seeds | HS26F50 | XTENDFlex | - | 11.7 | - | 95.1 | 95.1 | +| 14 | Asgrow | AG34XF6 | XTENDFlex | - | 11.6 | - | 94.9 | 94.9 | +| 15 | AgriGold | G2601E3 | Enlist E3 | - | 11.8 | - | 94.1 | 94.1 | +| 16 | NK Brand | NK29-Q3XF | XTENDFlex | - | 11.9 | - | 94.0 | 94.0 | +| 17 | Brevant Seeds | B324EE | Enlist E3 | - | 11.8 | - | 93.2 | 93.2 | +| 18 | AgriGold | G2425E3 | - | - | 12.0 | - | 92.5 | 92.5 | +| 19 | NK Brand | NK30-A9E3 | Enlist E3 | - | 11.7 | - | 92.3 | 92.3 | +| 20 | FS Seeds | HS29F50 | XTENDFlex | - | 11.6 | - | 92.1 | 92.1 | +| 21 | FS Seeds | HS32F50 | Enlist E3 | - | 11.8 | - | 91.8 | 91.8 | +| 22 | NK Brand | NK24-U5XF | XTENDFlex | - | 11.8 | - | 90.9 | 90.9 | +| 23 | Asgrow | AG30XF4 | XTENDFlex | - | 11.9 | - | 90.5 | 90.5 | +| 23 | AgriGold | G2755XF | XTENDFlex | - | 11.6 | - | 90.5 | 90.5 | +| 25 | Asgrow | AG33XF3 | XTENDFlex | - | 11.7 | - | 89.8 | 89.8 | +| 26 | NK Brand | NK26-Z1XF | XTENDFlex | - | 11.8 | - | 89.6 | 89.6 | +| 27 | FS Seeds | HS33E50 | Enlist E3 | - | 11.8 | - | 89.0 | 89.0 | +| 28 | Asgrow | AG26XF4 | XTENDFlex | - | 11.8 | - | 87.6 | 87.6 | +| 29 | NK Brand | NK32-P2XF | XTENDFlex | - | 11.7 | - | 87.1 | 87.1 | +| 30 | Asgrow | AG32XF6 | XTENDFlex | - | 11.8 | - | 83.8 | 83.8 | + +Top 5 by Yield: HS28E50 (FS Seeds) 101.5, AG22XF6 (Asgrow) 100.5, NK28-G7E3S (NK Brand) 100.5, NK26-M6E3 (NK Brand) 99.8, B315EE (Brevant Seeds) 99.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-141504.json b/corpus/lg_plot_reports/lgpr-corn-2024-141504.json new file mode 100644 index 00000000..4a771f70 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-141504.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-141504", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "KINGSVILLE ", + "year": 2024, + "plot_id": "141504", + "lat": 27.53802, + "lng": -97.85382, + "cooperator": "Klerberg County Texas Agrilife Extension", + "salesperson": "Klerberg County Texas Agrilife Extension ", + "planted_date": "2024-02-22", + "harvested_date": "2024-07-04", + "plot_average": 103.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC68-35", + "traits": "", + "metrics": { + "Yield": 120.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "RC6808TRC", + "traits": "", + "metrics": { + "Yield": 116.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC66-06", + "traits": "", + "metrics": { + "Yield": 108.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 106.9 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "D54VC14", + "traits": "", + "metrics": { + "Yield": 105.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-141504" + ], + "fetched_at": "2026-05-27T02:19:20.395326+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-141504.md b/corpus/lg_plot_reports/lgpr-corn-2024-141504.md new file mode 100644 index 00000000..6adcf605 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-141504.md @@ -0,0 +1,29 @@ +# Corn yield trial — KINGSVILLE , Texas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** KINGSVILLE +- **Year:** 2024 +- **Plot ID:** 141504 +- **Cooperator:** Klerberg County Texas Agrilife Extension +- **Salesperson:** Klerberg County Texas Agrilife Extension +- **Planted:** 2024-02-22 +- **Harvested:** 2024-07-04 +- **Plot average:** 103.3 BU/Ac +- **Coordinates:** 27.53802, -97.85382 +- **URL:** https://lgseeds.com/performance/corn#plot-141504 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC68-35 | - | 120.2 | +| 2 | Unknown | RC6808TRC | - | 116.3 | +| 3 | Unknown | DKC66-06 | - | 108.5 | +| 4 | LG Seeds | LG67C07 | VT2PRO | 106.9 | +| 5 | Unknown | D54VC14 | - | 105.7 | + +Top 5 by Yield: DKC68-35 (Unknown) 120.2, RC6808TRC (Unknown) 116.3, DKC66-06 (Unknown) 108.5, LG67C07 (LG Seeds) 106.9, D54VC14 (Unknown) 105.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-141505.json b/corpus/lg_plot_reports/lgpr-corn-2024-141505.json new file mode 100644 index 00000000..1c3f9692 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-141505.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-141505", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "Port Lavaca ", + "year": 2024, + "plot_id": "141505", + "lat": 28.69845, + "lng": -96.78788, + "cooperator": "Bubba Leita", + "salesperson": "Bubba Leita", + "planted_date": "2024-02-24", + "harvested_date": "2024-08-13", + "plot_average": 151.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 172.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG66C06", + "traits": "VT2PRO", + "metrics": { + "Yield": 156.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Yield": 155.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG65C14", + "traits": "TRC", + "metrics": { + "Yield": 151.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG67C91", + "traits": "STX", + "metrics": { + "Yield": 145.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-141505" + ], + "fetched_at": "2026-05-27T02:20:16.675687+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-141505.md b/corpus/lg_plot_reports/lgpr-corn-2024-141505.md new file mode 100644 index 00000000..16efe56f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-141505.md @@ -0,0 +1,28 @@ +# Corn yield trial — Port Lavaca , Texas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** Port Lavaca +- **Year:** 2024 +- **Plot ID:** 141505 +- **Cooperator:** Bubba Leita +- **Planted:** 2024-02-24 +- **Harvested:** 2024-08-13 +- **Plot average:** 151.6 BU/Ac +- **Coordinates:** 28.69845, -96.78788 +- **URL:** https://lgseeds.com/performance/corn#plot-141505 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG67C07 | VT2PRO | 172.1 | +| 2 | LG Seeds | LG66C06 | VT2PRO | 156.5 | +| 3 | LG Seeds | LG67C27 | STXRIB | 155.8 | +| 4 | LG Seeds | LG65C14 | TRC | 151.8 | +| 5 | LG Seeds | LG67C91 | STX | 145.8 | + +Top 5 by Yield: LG67C07 (LG Seeds) 172.1, LG66C06 (LG Seeds) 156.5, LG67C27 (LG Seeds) 155.8, LG65C14 (LG Seeds) 151.8, LG67C91 (LG Seeds) 145.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-141508.json b/corpus/lg_plot_reports/lgpr-corn-2024-141508.json new file mode 100644 index 00000000..eaa681b2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-141508.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-141508", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "Edna", + "year": 2024, + "plot_id": "141508", + "lat": 28.94593, + "lng": -96.74322, + "cooperator": "Sklar Farms", + "salesperson": "Sklar Farms", + "planted_date": "2024-02-26", + "harvested_date": "2024-07-20", + "plot_average": 116.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG68C88", + "traits": "VT2PRO", + "metrics": { + "Yield": 126.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG65C14", + "traits": "TRC", + "metrics": { + "Yield": 126.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Yield": 117.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 116.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG69C03", + "traits": "VT2PRO", + "metrics": { + "Yield": 116.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-141508" + ], + "fetched_at": "2026-05-27T02:18:15.380998+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-141508.md b/corpus/lg_plot_reports/lgpr-corn-2024-141508.md new file mode 100644 index 00000000..96f8c6a0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-141508.md @@ -0,0 +1,28 @@ +# Corn yield trial — Edna, Texas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** Edna +- **Year:** 2024 +- **Plot ID:** 141508 +- **Cooperator:** Sklar Farms +- **Planted:** 2024-02-26 +- **Harvested:** 2024-07-20 +- **Plot average:** 116.4 BU/Ac +- **Coordinates:** 28.94593, -96.74322 +- **URL:** https://lgseeds.com/performance/corn#plot-141508 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG68C88 | VT2PRO | 126.5 | +| 2 | LG Seeds | LG65C14 | TRC | 126.1 | +| 3 | LG Seeds | LG67C27 | STXRIB | 117.5 | +| 4 | LG Seeds | LG67C07 | VT2PRO | 116.7 | +| 5 | LG Seeds | LG69C03 | VT2PRO | 116.6 | + +Top 5 by Yield: LG68C88 (LG Seeds) 126.5, LG65C14 (LG Seeds) 126.1, LG67C27 (LG Seeds) 117.5, LG67C07 (LG Seeds) 116.7, LG69C03 (LG Seeds) 116.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-141509.json b/corpus/lg_plot_reports/lgpr-corn-2024-141509.json new file mode 100644 index 00000000..9cd82031 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-141509.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-141509", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "Port Lavaca", + "year": 2024, + "plot_id": "141509", + "lat": 28.58284, + "lng": -96.69355, + "cooperator": "Mike Mutchler", + "salesperson": "Mike Mutchler", + "planted_date": "2024-02-26", + "harvested_date": "2024-08-20", + "plot_average": 145.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 162.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG66C06", + "traits": "VT2PRO", + "metrics": { + "Yield": 154.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG65C14", + "traits": "TRC", + "metrics": { + "Yield": 153.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG5701", + "traits": "VT2PRO", + "metrics": { + "Yield": 149.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Yield": 143.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-141509" + ], + "fetched_at": "2026-05-27T02:19:33.656076+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-141509.md b/corpus/lg_plot_reports/lgpr-corn-2024-141509.md new file mode 100644 index 00000000..fc75458e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-141509.md @@ -0,0 +1,28 @@ +# Corn yield trial — Port Lavaca, Texas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** Port Lavaca +- **Year:** 2024 +- **Plot ID:** 141509 +- **Cooperator:** Mike Mutchler +- **Planted:** 2024-02-26 +- **Harvested:** 2024-08-20 +- **Plot average:** 145.7 BU/Ac +- **Coordinates:** 28.58284, -96.69355 +- **URL:** https://lgseeds.com/performance/corn#plot-141509 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG67C07 | VT2PRO | 162.9 | +| 2 | LG Seeds | LG66C06 | VT2PRO | 154.6 | +| 3 | LG Seeds | LG65C14 | TRC | 153.6 | +| 4 | LG Seeds | LG5701 | VT2PRO | 149.1 | +| 5 | LG Seeds | LG67C27 | STXRIB | 143.4 | + +Top 5 by Yield: LG67C07 (LG Seeds) 162.9, LG66C06 (LG Seeds) 154.6, LG65C14 (LG Seeds) 153.6, LG5701 (LG Seeds) 149.1, LG67C27 (LG Seeds) 143.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-141511.json b/corpus/lg_plot_reports/lgpr-corn-2024-141511.json new file mode 100644 index 00000000..e7fd799b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-141511.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-141511", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "Hungerford", + "year": 2024, + "plot_id": "141511", + "lat": 29.39535, + "lng": -96.08403, + "cooperator": "Krenek Seed", + "salesperson": "Krenek Seed", + "planted_date": "2024-02-27", + "harvested_date": "2024-08-09", + "plot_average": 170.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 184.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Yield": 182.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG67C07VT2PRO", + "traits": "", + "metrics": { + "Yield": 180.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG65C14", + "traits": "TRC", + "metrics": { + "Yield": 175.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG66C06", + "traits": "VT2PRO", + "metrics": { + "Yield": 167.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-141511" + ], + "fetched_at": "2026-05-27T02:20:16.908528+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-141511.md b/corpus/lg_plot_reports/lgpr-corn-2024-141511.md new file mode 100644 index 00000000..1bfe611e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-141511.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hungerford, Texas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** Hungerford +- **Year:** 2024 +- **Plot ID:** 141511 +- **Cooperator:** Krenek Seed +- **Planted:** 2024-02-27 +- **Harvested:** 2024-08-09 +- **Plot average:** 170.6 BU/Ac +- **Coordinates:** 29.39535, -96.08403 +- **URL:** https://lgseeds.com/performance/corn#plot-141511 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG67C07 | VT2PRO | 184.1 | +| 2 | LG Seeds | LG67C27 | STXRIB | 182.6 | +| 3 | Unknown | LG67C07VT2PRO | - | 180.3 | +| 4 | LG Seeds | LG65C14 | TRC | 175.3 | +| 5 | LG Seeds | LG66C06 | VT2PRO | 167.9 | + +Top 5 by Yield: LG67C07 (LG Seeds) 184.1, LG67C27 (LG Seeds) 182.6, LG67C07VT2PRO (Unknown) 180.3, LG65C14 (LG Seeds) 175.3, LG66C06 (LG Seeds) 167.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-141514.json b/corpus/lg_plot_reports/lgpr-corn-2024-141514.json new file mode 100644 index 00000000..ff5f92b8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-141514.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-141514", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "Woodway ", + "year": 2024, + "plot_id": "141514", + "lat": 31.55299, + "lng": -97.28197, + "cooperator": "Gohlke Farms", + "salesperson": "Gohlke Farms", + "planted_date": "2024-02-29", + "harvested_date": "2024-08-09", + "plot_average": 170.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 189.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG65C14", + "traits": "TRC", + "metrics": { + "Yield": 188.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG5701", + "traits": "VT2PRO", + "metrics": { + "Yield": 182.7 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC68-35", + "traits": "", + "metrics": { + "Yield": 179.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG66C06", + "traits": "VT2PRO", + "metrics": { + "Yield": 173.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-141514" + ], + "fetched_at": "2026-05-27T02:19:51.154401+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-141514.md b/corpus/lg_plot_reports/lgpr-corn-2024-141514.md new file mode 100644 index 00000000..004436b7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-141514.md @@ -0,0 +1,28 @@ +# Corn yield trial — Woodway , Texas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** Woodway +- **Year:** 2024 +- **Plot ID:** 141514 +- **Cooperator:** Gohlke Farms +- **Planted:** 2024-02-29 +- **Harvested:** 2024-08-09 +- **Plot average:** 170.7 BU/Ac +- **Coordinates:** 31.55299, -97.28197 +- **URL:** https://lgseeds.com/performance/corn#plot-141514 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG67C07 | VT2PRO | 189.7 | +| 2 | LG Seeds | LG65C14 | TRC | 188.2 | +| 3 | LG Seeds | LG5701 | VT2PRO | 182.7 | +| 4 | Unknown | DKC68-35 | - | 179.8 | +| 5 | LG Seeds | LG66C06 | VT2PRO | 173.6 | + +Top 5 by Yield: LG67C07 (LG Seeds) 189.7, LG65C14 (LG Seeds) 188.2, LG5701 (LG Seeds) 182.7, DKC68-35 (Unknown) 179.8, LG66C06 (LG Seeds) 173.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-141874.json b/corpus/lg_plot_reports/lgpr-corn-2024-141874.json new file mode 100644 index 00000000..282d7d34 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-141874.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-141874", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "Moulton ", + "year": 2024, + "plot_id": "141874", + "lat": 29.55484, + "lng": -97.04625, + "cooperator": "David Bohuslav", + "salesperson": "David Bohuslav ", + "planted_date": "2024-03-04", + "harvested_date": "2024-08-14", + "plot_average": 138.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG65C14", + "traits": "TRC", + "metrics": { + "Yield": 149.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG69C03", + "traits": "VT2PRO", + "metrics": { + "Yield": 142.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STX", + "metrics": { + "Yield": 139.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 138.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG67C91", + "traits": "STX", + "metrics": { + "Yield": 138.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-141874" + ], + "fetched_at": "2026-05-27T02:19:44.659704+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-141874.md b/corpus/lg_plot_reports/lgpr-corn-2024-141874.md new file mode 100644 index 00000000..a64e7821 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-141874.md @@ -0,0 +1,29 @@ +# Corn yield trial — Moulton , Texas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** Moulton +- **Year:** 2024 +- **Plot ID:** 141874 +- **Cooperator:** David Bohuslav +- **Salesperson:** David Bohuslav +- **Planted:** 2024-03-04 +- **Harvested:** 2024-08-14 +- **Plot average:** 138.8 BU/Ac +- **Coordinates:** 29.55484, -97.04625 +- **URL:** https://lgseeds.com/performance/corn#plot-141874 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG65C14 | TRC | 149.1 | +| 2 | LG Seeds | LG69C03 | VT2PRO | 142.4 | +| 3 | LG Seeds | LG64C90 | STX | 139.9 | +| 4 | LG Seeds | LG67C07 | VT2PRO | 138.8 | +| 5 | LG Seeds | LG67C91 | STX | 138.0 | + +Top 5 by Yield: LG65C14 (LG Seeds) 149.1, LG69C03 (LG Seeds) 142.4, LG64C90 (LG Seeds) 139.9, LG67C07 (LG Seeds) 138.8, LG67C91 (LG Seeds) 138.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-141875.json b/corpus/lg_plot_reports/lgpr-corn-2024-141875.json new file mode 100644 index 00000000..72358001 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-141875.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-141875", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "Egypt", + "year": 2024, + "plot_id": "141875", + "lat": 29.39918, + "lng": -96.27399, + "cooperator": "Krenek Seed", + "salesperson": "Krenek Seed", + "planted_date": "2024-03-04", + "harvested_date": "2024-08-01", + "plot_average": 167.2, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "1839TC", + "traits": "", + "metrics": { + "Yield": 180.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 174.5 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "1577VT2P", + "traits": "", + "metrics": { + "Yield": 172.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LG67C07VT2PRO", + "traits": "", + "metrics": { + "Yield": 172.3 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG67C07VT2PRO", + "traits": "", + "metrics": { + "Yield": 172.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-141875" + ], + "fetched_at": "2026-05-27T02:18:15.598978+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-141875.md b/corpus/lg_plot_reports/lgpr-corn-2024-141875.md new file mode 100644 index 00000000..15e4f94c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-141875.md @@ -0,0 +1,28 @@ +# Corn yield trial — Egypt, Texas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** Egypt +- **Year:** 2024 +- **Plot ID:** 141875 +- **Cooperator:** Krenek Seed +- **Planted:** 2024-03-04 +- **Harvested:** 2024-08-01 +- **Plot average:** 167.2 BU/Ac +- **Coordinates:** 29.39918, -96.27399 +- **URL:** https://lgseeds.com/performance/corn#plot-141875 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 1839TC | - | 180.4 | +| 2 | LG Seeds | LG67C07 | VT2PRO | 174.5 | +| 3 | Unknown | 1577VT2P | - | 172.9 | +| 4 | Unknown | LG67C07VT2PRO | - | 172.3 | +| 5 | Unknown | LG67C07VT2PRO | - | 172.1 | + +Top 5 by Yield: 1839TC (Unknown) 180.4, LG67C07 (LG Seeds) 174.5, 1577VT2P (Unknown) 172.9, LG67C07VT2PRO (Unknown) 172.3, LG67C07VT2PRO (Unknown) 172.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-141877.json b/corpus/lg_plot_reports/lgpr-corn-2024-141877.json new file mode 100644 index 00000000..b5c7f5bf --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-141877.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-141877", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "Seguin ", + "year": 2024, + "plot_id": "141877", + "lat": 29.68352, + "lng": -98.00315, + "cooperator": "Charles Charles Krackau", + "salesperson": "Charles Charles Krackau", + "planted_date": "2024-03-05", + "harvested_date": "2024-08-08", + "plot_average": 111.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG66C28", + "traits": "3110", + "metrics": { + "Yield": 119.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG66C06", + "traits": "VT2PRO", + "metrics": { + "Yield": 117.7 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG66C06VT2PRO", + "traits": "", + "metrics": { + "Yield": 115.3 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LG66C06VT2PRO", + "traits": "", + "metrics": { + "Yield": 114.9 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG66C06VT2PRO", + "traits": "", + "metrics": { + "Yield": 114.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-141877" + ], + "fetched_at": "2026-05-27T02:20:17.153108+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-141877.md b/corpus/lg_plot_reports/lgpr-corn-2024-141877.md new file mode 100644 index 00000000..519882fe --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-141877.md @@ -0,0 +1,28 @@ +# Corn yield trial — Seguin , Texas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** Seguin +- **Year:** 2024 +- **Plot ID:** 141877 +- **Cooperator:** Charles Charles Krackau +- **Planted:** 2024-03-05 +- **Harvested:** 2024-08-08 +- **Plot average:** 111.9 BU/Ac +- **Coordinates:** 29.68352, -98.00315 +- **URL:** https://lgseeds.com/performance/corn#plot-141877 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG66C28 | 3110 | 119.5 | +| 2 | LG Seeds | LG66C06 | VT2PRO | 117.7 | +| 3 | Unknown | LG66C06VT2PRO | - | 115.3 | +| 4 | Unknown | LG66C06VT2PRO | - | 114.9 | +| 5 | Unknown | LG66C06VT2PRO | - | 114.8 | + +Top 5 by Yield: LG66C28 (LG Seeds) 119.5, LG66C06 (LG Seeds) 117.7, LG66C06VT2PRO (Unknown) 115.3, LG66C06VT2PRO (Unknown) 114.9, LG66C06VT2PRO (Unknown) 114.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-141881.json b/corpus/lg_plot_reports/lgpr-corn-2024-141881.json new file mode 100644 index 00000000..30fceb11 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-141881.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-141881", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "Sulphur Bluff", + "year": 2024, + "plot_id": "141881", + "lat": 33.37511, + "lng": -95.40385, + "cooperator": "Aaron Koehn", + "salesperson": "Aaron Koehn", + "planted_date": "2024-03-06", + "harvested_date": "2024-08-15", + "plot_average": 118.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG67C91", + "traits": "STX", + "metrics": { + "Yield": 126.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Yield": 124.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 122.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STX", + "metrics": { + "Yield": 122.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG64C90STX", + "traits": "", + "metrics": { + "Yield": 121.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-141881" + ], + "fetched_at": "2026-05-27T02:19:44.906972+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-141881.md b/corpus/lg_plot_reports/lgpr-corn-2024-141881.md new file mode 100644 index 00000000..8dc1e136 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-141881.md @@ -0,0 +1,28 @@ +# Corn yield trial — Sulphur Bluff, Texas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** Sulphur Bluff +- **Year:** 2024 +- **Plot ID:** 141881 +- **Cooperator:** Aaron Koehn +- **Planted:** 2024-03-06 +- **Harvested:** 2024-08-15 +- **Plot average:** 118.2 BU/Ac +- **Coordinates:** 33.37511, -95.40385 +- **URL:** https://lgseeds.com/performance/corn#plot-141881 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG67C91 | STX | 126.1 | +| 2 | LG Seeds | LG67C27 | STXRIB | 124.6 | +| 3 | LG Seeds | LG67C07 | VT2PRO | 122.3 | +| 4 | LG Seeds | LG64C90 | STX | 122.1 | +| 5 | Unknown | LG64C90STX | - | 121.3 | + +Top 5 by Yield: LG67C91 (LG Seeds) 126.1, LG67C27 (LG Seeds) 124.6, LG67C07 (LG Seeds) 122.3, LG64C90 (LG Seeds) 122.1, LG64C90STX (Unknown) 121.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142039.json b/corpus/lg_plot_reports/lgpr-corn-2024-142039.json new file mode 100644 index 00000000..cef8115b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142039.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142039", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "Bartlett", + "year": 2024, + "plot_id": "142039", + "lat": 30.79398, + "lng": -97.40955, + "cooperator": "Mathew Martinka", + "salesperson": "Mathew Martinka", + "planted_date": "2024-03-05", + "harvested_date": "2024-09-03", + "plot_average": 152.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 171.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG65C14", + "traits": "TRC", + "metrics": { + "Yield": 157.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG67C91", + "traits": "STX", + "metrics": { + "Yield": 151.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG66C06", + "traits": "VT2PRO", + "metrics": { + "Yield": 147.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STX", + "metrics": { + "Yield": 144.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142039" + ], + "fetched_at": "2026-05-27T02:20:13.931552+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142039.md b/corpus/lg_plot_reports/lgpr-corn-2024-142039.md new file mode 100644 index 00000000..7f8003b9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142039.md @@ -0,0 +1,28 @@ +# Corn yield trial — Bartlett, Texas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** Bartlett +- **Year:** 2024 +- **Plot ID:** 142039 +- **Cooperator:** Mathew Martinka +- **Planted:** 2024-03-05 +- **Harvested:** 2024-09-03 +- **Plot average:** 152.2 BU/Ac +- **Coordinates:** 30.79398, -97.40955 +- **URL:** https://lgseeds.com/performance/corn#plot-142039 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG67C07 | VT2PRO | 171.8 | +| 2 | LG Seeds | LG65C14 | TRC | 157.7 | +| 3 | LG Seeds | LG67C91 | STX | 151.0 | +| 4 | LG Seeds | LG66C06 | VT2PRO | 147.4 | +| 5 | LG Seeds | LG64C90 | STX | 144.5 | + +Top 5 by Yield: LG67C07 (LG Seeds) 171.8, LG65C14 (LG Seeds) 157.7, LG67C91 (LG Seeds) 151.0, LG66C06 (LG Seeds) 147.4, LG64C90 (LG Seeds) 144.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142041.json b/corpus/lg_plot_reports/lgpr-corn-2024-142041.json new file mode 100644 index 00000000..00e773d1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142041.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142041", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "Holland", + "year": 2024, + "plot_id": "142041", + "lat": 30.93466, + "lng": -97.41311, + "cooperator": "Michael Kurtz", + "salesperson": "Michael Kurtz", + "planted_date": "2024-02-26", + "harvested_date": "2024-08-05", + "plot_average": 164.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 176.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC69-98", + "traits": "", + "metrics": { + "Yield": 174.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG66C06", + "traits": "VT2PRO", + "metrics": { + "Yield": 173.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC68-95", + "traits": "", + "metrics": { + "Yield": 171.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG65C14", + "traits": "TRC", + "metrics": { + "Yield": 170.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142041" + ], + "fetched_at": "2026-05-27T02:19:48.913323+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142041.md b/corpus/lg_plot_reports/lgpr-corn-2024-142041.md new file mode 100644 index 00000000..bdcafb33 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142041.md @@ -0,0 +1,28 @@ +# Corn yield trial — Holland, Texas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** Holland +- **Year:** 2024 +- **Plot ID:** 142041 +- **Cooperator:** Michael Kurtz +- **Planted:** 2024-02-26 +- **Harvested:** 2024-08-05 +- **Plot average:** 164.7 BU/Ac +- **Coordinates:** 30.93466, -97.41311 +- **URL:** https://lgseeds.com/performance/corn#plot-142041 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG67C07 | VT2PRO | 176.7 | +| 2 | Unknown | DKC69-98 | - | 174.4 | +| 3 | LG Seeds | LG66C06 | VT2PRO | 173.2 | +| 4 | Unknown | DKC68-95 | - | 171.2 | +| 5 | LG Seeds | LG65C14 | TRC | 170.0 | + +Top 5 by Yield: LG67C07 (LG Seeds) 176.7, DKC69-98 (Unknown) 174.4, LG66C06 (LG Seeds) 173.2, DKC68-95 (Unknown) 171.2, LG65C14 (LG Seeds) 170.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142047.json b/corpus/lg_plot_reports/lgpr-corn-2024-142047.json new file mode 100644 index 00000000..39d179fc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142047.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142047", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "Taylor", + "year": 2024, + "plot_id": "142047", + "lat": 30.66299, + "lng": -97.34674, + "cooperator": "S&S Raesz", + "salesperson": "S&S Raesz", + "planted_date": "2024-02-27", + "harvested_date": "2024-08-01", + "plot_average": 167.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG65C14", + "traits": "TRC", + "metrics": { + "Yield": 186.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG66C06", + "traits": "VT2PRO", + "metrics": { + "Yield": 175.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 175.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG67C91", + "traits": "STX", + "metrics": { + "Yield": 167.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STX", + "metrics": { + "Yield": 164.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142047" + ], + "fetched_at": "2026-05-27T02:18:15.877463+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142047.md b/corpus/lg_plot_reports/lgpr-corn-2024-142047.md new file mode 100644 index 00000000..f618750c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142047.md @@ -0,0 +1,28 @@ +# Corn yield trial — Taylor, Texas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** Taylor +- **Year:** 2024 +- **Plot ID:** 142047 +- **Cooperator:** S&S Raesz +- **Planted:** 2024-02-27 +- **Harvested:** 2024-08-01 +- **Plot average:** 167.7 BU/Ac +- **Coordinates:** 30.66299, -97.34674 +- **URL:** https://lgseeds.com/performance/corn#plot-142047 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG65C14 | TRC | 186.7 | +| 2 | LG Seeds | LG66C06 | VT2PRO | 175.5 | +| 3 | LG Seeds | LG67C07 | VT2PRO | 175.4 | +| 4 | LG Seeds | LG67C91 | STX | 167.4 | +| 5 | LG Seeds | LG64C90 | STX | 164.4 | + +Top 5 by Yield: LG65C14 (LG Seeds) 186.7, LG66C06 (LG Seeds) 175.5, LG67C07 (LG Seeds) 175.4, LG67C91 (LG Seeds) 167.4, LG64C90 (LG Seeds) 164.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142050.json b/corpus/lg_plot_reports/lgpr-corn-2024-142050.json new file mode 100644 index 00000000..5402216e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142050.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142050", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kentucky", + "state_abbrev": "ky", + "city": "Herndon", + "year": 2024, + "plot_id": "142050", + "lat": 36.73817, + "lng": -87.56213, + "cooperator": "Gary Haile", + "salesperson": "Gary Haile", + "planted_date": "2024-04-15", + "harvested_date": "2024-09-11", + "plot_average": 242.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2PRO", + "metrics": { + "Yield": 256.81 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 250.94 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 249.27 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG65C14", + "traits": "TRC", + "metrics": { + "Yield": 247.82 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG66C06", + "traits": "VT2PRO", + "metrics": { + "Yield": 247.52 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142050" + ], + "fetched_at": "2026-05-27T02:19:25.648460+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142050.md b/corpus/lg_plot_reports/lgpr-corn-2024-142050.md new file mode 100644 index 00000000..b40611fe --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142050.md @@ -0,0 +1,28 @@ +# Corn yield trial — Herndon, Kentucky, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kentucky (KY) +- **City:** Herndon +- **Year:** 2024 +- **Plot ID:** 142050 +- **Cooperator:** Gary Haile +- **Planted:** 2024-04-15 +- **Harvested:** 2024-09-11 +- **Plot average:** 242.8 BU/Ac +- **Coordinates:** 36.73817, -87.56213 +- **URL:** https://lgseeds.com/performance/corn#plot-142050 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C43 | VT2PRO | 256.81 | +| 2 | LG Seeds | LG63C82 | DGVT2RIB | 250.94 | +| 3 | LG Seeds | LG66C44 | VT2RIB | 249.27 | +| 4 | LG Seeds | LG65C14 | TRC | 247.82 | +| 5 | LG Seeds | LG66C06 | VT2PRO | 247.52 | + +Top 5 by Yield: LG64C43 (LG Seeds) 256.81, LG63C82 (LG Seeds) 250.94, LG66C44 (LG Seeds) 249.27, LG65C14 (LG Seeds) 247.82, LG66C06 (LG Seeds) 247.52. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142055.json b/corpus/lg_plot_reports/lgpr-corn-2024-142055.json new file mode 100644 index 00000000..c87ad7d4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142055.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142055", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "Lagrange ", + "year": 2024, + "plot_id": "142055", + "lat": 29.85446, + "lng": -96.80824, + "cooperator": "Richard Herbrich", + "salesperson": "Richard Herbrich", + "planted_date": "2024-04-02", + "harvested_date": "2024-08-24", + "plot_average": 161.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 172.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "RC6808TRC", + "traits": "", + "metrics": { + "Yield": 171.7 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "CP5893TRE/RIB", + "traits": "", + "metrics": { + "Yield": 168.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "RC6411VT2P", + "traits": "", + "metrics": { + "Yield": 168.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "CP5678VT2P", + "traits": "", + "metrics": { + "Yield": 168.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142055" + ], + "fetched_at": "2026-05-27T02:19:32.636768+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142055.md b/corpus/lg_plot_reports/lgpr-corn-2024-142055.md new file mode 100644 index 00000000..2e87bd15 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142055.md @@ -0,0 +1,28 @@ +# Corn yield trial — Lagrange , Texas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** Lagrange +- **Year:** 2024 +- **Plot ID:** 142055 +- **Cooperator:** Richard Herbrich +- **Planted:** 2024-04-02 +- **Harvested:** 2024-08-24 +- **Plot average:** 161.4 BU/Ac +- **Coordinates:** 29.85446, -96.80824 +- **URL:** https://lgseeds.com/performance/corn#plot-142055 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG67C07 | VT2PRO | 172.3 | +| 2 | Unknown | RC6808TRC | - | 171.7 | +| 3 | Unknown | CP5893TRE/RIB | - | 168.8 | +| 4 | Unknown | RC6411VT2P | - | 168.5 | +| 5 | Unknown | CP5678VT2P | - | 168.0 | + +Top 5 by Yield: LG67C07 (LG Seeds) 172.3, RC6808TRC (Unknown) 171.7, CP5893TRE/RIB (Unknown) 168.8, RC6411VT2P (Unknown) 168.5, CP5678VT2P (Unknown) 168.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142100.json b/corpus/lg_plot_reports/lgpr-corn-2024-142100.json new file mode 100644 index 00000000..3aaf6727 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142100.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142100", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kentucky", + "state_abbrev": "ky", + "city": "Crofton", + "year": 2024, + "plot_id": "142100", + "lat": 37.05027, + "lng": -87.44539, + "cooperator": "Duane Miller", + "salesperson": "Duane Miller", + "planted_date": "2024-04-06", + "harvested_date": "2024-09-07", + "plot_average": 208.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 218.1 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "", + "metrics": { + "Yield": 213.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "D50VC09RIB", + "traits": "", + "metrics": { + "Yield": 212.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "D51VC95RIB", + "traits": "", + "metrics": { + "Yield": 211.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 210.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142100" + ], + "fetched_at": "2026-05-27T02:19:50.143371+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142100.md b/corpus/lg_plot_reports/lgpr-corn-2024-142100.md new file mode 100644 index 00000000..f4a2b43d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142100.md @@ -0,0 +1,28 @@ +# Corn yield trial — Crofton, Kentucky, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kentucky (KY) +- **City:** Crofton +- **Year:** 2024 +- **Plot ID:** 142100 +- **Cooperator:** Duane Miller +- **Planted:** 2024-04-06 +- **Harvested:** 2024-09-07 +- **Plot average:** 208.6 BU/Ac +- **Coordinates:** 37.05027, -87.44539 +- **URL:** https://lgseeds.com/performance/corn#plot-142100 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C73 | VT2PRO | 218.1 | +| 2 | Pioneer | P14830AML | - | 213.6 | +| 3 | Unknown | D50VC09RIB | - | 212.5 | +| 4 | Unknown | D51VC95RIB | - | 211.5 | +| 5 | LG Seeds | LG58C48 | VT2RIB | 210.3 | + +Top 5 by Yield: LG62C73 (LG Seeds) 218.1, P14830AML (Pioneer) 213.6, D50VC09RIB (Unknown) 212.5, D51VC95RIB (Unknown) 211.5, LG58C48 (LG Seeds) 210.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142124.json b/corpus/lg_plot_reports/lgpr-corn-2024-142124.json new file mode 100644 index 00000000..449f5a64 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142124.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142124", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Lyons", + "year": 2024, + "plot_id": "142124", + "lat": 38.26, + "lng": -98.08728, + "cooperator": "Sterling Heritage Farms", + "salesperson": "Sterling Heritage Farms", + "planted_date": "2024-04-11", + "harvested_date": "2024-09-03", + "plot_average": 111.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "5625AM", + "traits": "", + "metrics": { + "Yield": 122.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC62-53RIB", + "traits": "", + "metrics": { + "Yield": 118.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG56C78", + "traits": "3110", + "metrics": { + "Yield": 117.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 117.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG62C22", + "traits": "VT2RIB", + "metrics": { + "Yield": 116.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142124" + ], + "fetched_at": "2026-05-27T02:19:56.655832+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142124.md b/corpus/lg_plot_reports/lgpr-corn-2024-142124.md new file mode 100644 index 00000000..df5713ea --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142124.md @@ -0,0 +1,28 @@ +# Corn yield trial — Lyons, Kansas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Lyons +- **Year:** 2024 +- **Plot ID:** 142124 +- **Cooperator:** Sterling Heritage Farms +- **Planted:** 2024-04-11 +- **Harvested:** 2024-09-03 +- **Plot average:** 111.0 BU/Ac +- **Coordinates:** 38.26000, -98.08728 +- **URL:** https://lgseeds.com/performance/corn#plot-142124 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 5625AM | - | 122.6 | +| 2 | Unknown | DKC62-53RIB | - | 118.1 | +| 3 | LG Seeds | LG56C78 | 3110 | 117.9 | +| 4 | LG Seeds | LG58C48 | VT2RIB | 117.4 | +| 5 | LG Seeds | LG62C22 | VT2RIB | 116.7 | + +Top 5 by Yield: 5625AM (Unknown) 122.6, DKC62-53RIB (Unknown) 118.1, LG56C78 (LG Seeds) 117.9, LG58C48 (LG Seeds) 117.4, LG62C22 (LG Seeds) 116.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142133.json b/corpus/lg_plot_reports/lgpr-corn-2024-142133.json new file mode 100644 index 00000000..78f3ca07 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142133.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142133", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Clarkson", + "year": 2024, + "plot_id": "142133", + "lat": 41.61218, + "lng": -97.1824, + "cooperator": "Mark Brabec", + "salesperson": "Mark Brabec", + "planted_date": "2024-04-13", + "harvested_date": "2024-10-23", + "plot_average": 227.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 244.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC61-41RIB", + "traits": "", + "metrics": { + "Yield": 238.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG61C21", + "traits": "3110", + "metrics": { + "Yield": 237.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "214-22STXRIB", + "traits": "", + "metrics": { + "Yield": 237.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC59-82RIB", + "traits": "", + "metrics": { + "Yield": 237.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142133" + ], + "fetched_at": "2026-05-27T02:19:22.889978+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142133.md b/corpus/lg_plot_reports/lgpr-corn-2024-142133.md new file mode 100644 index 00000000..e16c036a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142133.md @@ -0,0 +1,28 @@ +# Corn yield trial — Clarkson, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Clarkson +- **Year:** 2024 +- **Plot ID:** 142133 +- **Cooperator:** Mark Brabec +- **Planted:** 2024-04-13 +- **Harvested:** 2024-10-23 +- **Plot average:** 227.4 BU/Ac +- **Coordinates:** 41.61218, -97.18240 +- **URL:** https://lgseeds.com/performance/corn#plot-142133 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C34 | STXRIB | 244.7 | +| 2 | Unknown | DKC61-41RIB | - | 238.9 | +| 3 | LG Seeds | LG61C21 | 3110 | 237.8 | +| 4 | Unknown | 214-22STXRIB | - | 237.1 | +| 5 | Unknown | DKC59-82RIB | - | 237.0 | + +Top 5 by Yield: LG61C34 (LG Seeds) 244.7, DKC61-41RIB (Unknown) 238.9, LG61C21 (LG Seeds) 237.8, 214-22STXRIB (Unknown) 237.1, DKC59-82RIB (Unknown) 237.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142139.json b/corpus/lg_plot_reports/lgpr-corn-2024-142139.json new file mode 100644 index 00000000..23ac5f2e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142139.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142139", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Clements", + "year": 2024, + "plot_id": "142139", + "lat": 44.41299, + "lng": -95.07944, + "cooperator": "Alex Madsen", + "salesperson": "Alex Madsen", + "planted_date": "2024-04-14", + "harvested_date": "2024-10-16", + "plot_average": 162.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 177.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VTPRO", + "metrics": { + "Yield": 173.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 172.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 170.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG57C45", + "traits": "SSP", + "metrics": { + "Yield": 166.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142139" + ], + "fetched_at": "2026-05-27T02:20:35.174659+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142139.md b/corpus/lg_plot_reports/lgpr-corn-2024-142139.md new file mode 100644 index 00000000..8e2c92d7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142139.md @@ -0,0 +1,28 @@ +# Corn yield trial — Clements, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Clements +- **Year:** 2024 +- **Plot ID:** 142139 +- **Cooperator:** Alex Madsen +- **Planted:** 2024-04-14 +- **Harvested:** 2024-10-16 +- **Plot average:** 162.4 BU/Ac +- **Coordinates:** 44.41299, -95.07944 +- **URL:** https://lgseeds.com/performance/corn#plot-142139 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG59C72 | 5222EZ | 177.3 | +| 2 | LG Seeds | LG57C82 | VTPRO | 173.2 | +| 3 | LG Seeds | LG56C25 | SSPRIB | 172.7 | +| 4 | LG Seeds | LG51C62 | VT2RIB | 170.4 | +| 5 | LG Seeds | LG57C45 | SSP | 166.2 | + +Top 5 by Yield: LG59C72 (LG Seeds) 177.3, LG57C82 (LG Seeds) 173.2, LG56C25 (LG Seeds) 172.7, LG51C62 (LG Seeds) 170.4, LG57C45 (LG Seeds) 166.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142147.json b/corpus/lg_plot_reports/lgpr-corn-2024-142147.json new file mode 100644 index 00000000..0d088c44 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142147.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142147", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Elgin", + "year": 2024, + "plot_id": "142147", + "lat": 44.12255, + "lng": -92.28897, + "cooperator": "Tom Bianchi", + "salesperson": "Tom Bianchi", + "planted_date": "2024-04-15", + "harvested_date": "2024-10-11", + "plot_average": 255.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 285.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 261.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 254.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 252.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 249.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142147" + ], + "fetched_at": "2026-05-27T02:18:51.136753+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142147.md b/corpus/lg_plot_reports/lgpr-corn-2024-142147.md new file mode 100644 index 00000000..5b42c9d5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142147.md @@ -0,0 +1,28 @@ +# Corn yield trial — Elgin, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Elgin +- **Year:** 2024 +- **Plot ID:** 142147 +- **Cooperator:** Tom Bianchi +- **Planted:** 2024-04-15 +- **Harvested:** 2024-10-11 +- **Plot average:** 255.4 BU/Ac +- **Coordinates:** 44.12255, -92.28897 +- **URL:** https://lgseeds.com/performance/corn#plot-142147 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG56C25 | SSPRIB | 285.9 | +| 2 | LG Seeds | LG51C62 | VT2RIB | 261.0 | +| 3 | LG Seeds | LG53C44 | VT2RIB | 254.3 | +| 4 | LG Seeds | LG49C28 | VT2RIB | 252.1 | +| 5 | LG Seeds | LG48C32 | SSPRIB | 249.7 | + +Top 5 by Yield: LG56C25 (LG Seeds) 285.9, LG51C62 (LG Seeds) 261.0, LG53C44 (LG Seeds) 254.3, LG49C28 (LG Seeds) 252.1, LG48C32 (LG Seeds) 249.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142162.json b/corpus/lg_plot_reports/lgpr-corn-2024-142162.json new file mode 100644 index 00000000..cbd17f1d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142162.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142162", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Missouri", + "state_abbrev": "mo", + "city": "Houstonia", + "year": 2024, + "plot_id": "142162", + "lat": 38.89356, + "lng": -93.32944, + "cooperator": "Ben Catlett", + "salesperson": "Ben Catlett", + "planted_date": "2024-04-13", + "harvested_date": "2024-09-13", + "plot_average": 275.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 291.16 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 289.72 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2PRO", + "metrics": { + "Yield": 288.06 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B15W41AM", + "traits": "", + "metrics": { + "Yield": 278.97 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B13C49PCE", + "traits": "", + "metrics": { + "Yield": 277.44 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142162" + ], + "fetched_at": "2026-05-27T02:17:58.594976+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142162.md b/corpus/lg_plot_reports/lgpr-corn-2024-142162.md new file mode 100644 index 00000000..9b6efc8e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142162.md @@ -0,0 +1,28 @@ +# Corn yield trial — Houstonia, Missouri, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Missouri (MO) +- **City:** Houstonia +- **Year:** 2024 +- **Plot ID:** 142162 +- **Cooperator:** Ben Catlett +- **Planted:** 2024-04-13 +- **Harvested:** 2024-09-13 +- **Plot average:** 275.1 BU/Ac +- **Coordinates:** 38.89356, -93.32944 +- **URL:** https://lgseeds.com/performance/corn#plot-142162 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C43 | VT2RIB | 291.16 | +| 2 | LG Seeds | LG66C44 | VT2RIB | 289.72 | +| 3 | LG Seeds | LG65C30 | VT2PRO | 288.06 | +| 4 | Unknown | B15W41AM | - | 278.97 | +| 5 | Unknown | B13C49PCE | - | 277.44 | + +Top 5 by Yield: LG64C43 (LG Seeds) 291.16, LG66C44 (LG Seeds) 289.72, LG65C30 (LG Seeds) 288.06, B15W41AM (Unknown) 278.97, B13C49PCE (Unknown) 277.44. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142164.json b/corpus/lg_plot_reports/lgpr-corn-2024-142164.json new file mode 100644 index 00000000..49cf9baf --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142164.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142164", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Missouri", + "state_abbrev": "mo", + "city": "Holden", + "year": 2024, + "plot_id": "142164", + "lat": 38.68008, + "lng": -93.94412, + "cooperator": "Tom Haun", + "salesperson": "Tom Haun", + "planted_date": "2024-04-09", + "harvested_date": "2024-09-13", + "plot_average": 187.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 203.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "3110", + "metrics": { + "Yield": 203.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 197.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C35", + "traits": "VT2RIB", + "metrics": { + "Yield": 196.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 193.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142164" + ], + "fetched_at": "2026-05-27T02:19:15.909533+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142164.md b/corpus/lg_plot_reports/lgpr-corn-2024-142164.md new file mode 100644 index 00000000..dd035d42 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142164.md @@ -0,0 +1,28 @@ +# Corn yield trial — Holden, Missouri, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Missouri (MO) +- **City:** Holden +- **Year:** 2024 +- **Plot ID:** 142164 +- **Cooperator:** Tom Haun +- **Planted:** 2024-04-09 +- **Harvested:** 2024-09-13 +- **Plot average:** 187.0 BU/Ac +- **Coordinates:** 38.68008, -93.94412 +- **URL:** https://lgseeds.com/performance/corn#plot-142164 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG66C44 | VT2RIB | 203.7 | +| 2 | LG Seeds | LG61C28 | 3110 | 203.4 | +| 3 | LG Seeds | LG64C43 | VT2RIB | 197.3 | +| 4 | LG Seeds | LG62C35 | VT2RIB | 196.7 | +| 5 | LG Seeds | LG63C82 | DGVT2RIB | 193.5 | + +Top 5 by Yield: LG66C44 (LG Seeds) 203.7, LG61C28 (LG Seeds) 203.4, LG64C43 (LG Seeds) 197.3, LG62C35 (LG Seeds) 196.7, LG63C82 (LG Seeds) 193.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142180.json b/corpus/lg_plot_reports/lgpr-corn-2024-142180.json new file mode 100644 index 00000000..42d36337 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142180.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142180", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Oregon", + "state_abbrev": "or", + "city": "Vale", + "year": 2024, + "plot_id": "142180", + "lat": 44.00634, + "lng": -117.18763, + "cooperator": "Burkhardt Farms", + "salesperson": "Burkhardt Farms", + "planted_date": "2024-04-16", + "harvested_date": "2024-10-08", + "plot_average": 273.4, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P9998AM", + "traits": "", + "metrics": { + "Yield": 285.1 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P0035AM", + "traits": "", + "metrics": { + "Yield": 277.1 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P00549V", + "traits": "", + "metrics": { + "Yield": 277.0 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P9955V", + "traits": "", + "metrics": { + "Yield": 274.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 274.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142180" + ], + "fetched_at": "2026-05-27T02:18:22.103346+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142180.md b/corpus/lg_plot_reports/lgpr-corn-2024-142180.md new file mode 100644 index 00000000..2ec08bcd --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142180.md @@ -0,0 +1,28 @@ +# Corn yield trial — Vale, Oregon, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Oregon (OR) +- **City:** Vale +- **Year:** 2024 +- **Plot ID:** 142180 +- **Cooperator:** Burkhardt Farms +- **Planted:** 2024-04-16 +- **Harvested:** 2024-10-08 +- **Plot average:** 273.4 BU/Ac +- **Coordinates:** 44.00634, -117.18763 +- **URL:** https://lgseeds.com/performance/corn#plot-142180 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P9998AM | - | 285.1 | +| 2 | Pioneer | P0035AM | - | 277.1 | +| 3 | Pioneer | P00549V | - | 277.0 | +| 4 | Pioneer | P9955V | - | 274.6 | +| 5 | LG Seeds | LG51C62 | VT2RIB | 274.1 | + +Top 5 by Yield: P9998AM (Pioneer) 285.1, P0035AM (Pioneer) 277.1, P00549V (Pioneer) 277.0, P9955V (Pioneer) 274.6, LG51C62 (LG Seeds) 274.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142187.json b/corpus/lg_plot_reports/lgpr-corn-2024-142187.json new file mode 100644 index 00000000..1d05ee1b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142187.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142187", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "California", + "state_abbrev": "ca", + "city": "Stockton", + "year": 2024, + "plot_id": "142187", + "lat": 38.06622, + "lng": -121.51767, + "cooperator": "Filden Development", + "salesperson": "Filden Development", + "planted_date": "2024-04-17", + "harvested_date": "2024-09-27", + "plot_average": 205.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "ES7514", + "traits": "VT2P", + "metrics": { + "Yield": 216.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG5701", + "traits": "VT2RIB", + "metrics": { + "Yield": 216.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG5701VT2RIB", + "traits": "", + "metrics": { + "Yield": 214.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Yield": 212.6 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P1366AM", + "traits": "", + "metrics": { + "Yield": 208.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142187" + ], + "fetched_at": "2026-05-27T02:18:31.877747+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142187.md b/corpus/lg_plot_reports/lgpr-corn-2024-142187.md new file mode 100644 index 00000000..ea363d50 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142187.md @@ -0,0 +1,28 @@ +# Corn yield trial — Stockton, California, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** California (CA) +- **City:** Stockton +- **Year:** 2024 +- **Plot ID:** 142187 +- **Cooperator:** Filden Development +- **Planted:** 2024-04-17 +- **Harvested:** 2024-09-27 +- **Plot average:** 205.9 BU/Ac +- **Coordinates:** 38.06622, -121.51767 +- **URL:** https://lgseeds.com/performance/corn#plot-142187 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | ES7514 | VT2P | 216.9 | +| 2 | LG Seeds | LG5701 | VT2RIB | 216.2 | +| 3 | Unknown | LG5701VT2RIB | - | 214.2 | +| 4 | LG Seeds | LG67C27 | STXRIB | 212.6 | +| 5 | Pioneer | P1366AM | - | 208.7 | + +Top 5 by Yield: ES7514 (LG Seeds) 216.9, LG5701 (LG Seeds) 216.2, LG5701VT2RIB (Unknown) 214.2, LG67C27 (LG Seeds) 212.6, P1366AM (Pioneer) 208.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142188.json b/corpus/lg_plot_reports/lgpr-corn-2024-142188.json new file mode 100644 index 00000000..6d395024 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142188.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142188", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Sterling", + "year": 2024, + "plot_id": "142188", + "lat": 38.23644, + "lng": -98.16122, + "cooperator": "Sterling Heritage Farms", + "salesperson": "Sterling Heritage Farms", + "planted_date": "2024-04-17", + "harvested_date": "2024-09-20", + "plot_average": 248.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "6574TCV2P", + "traits": "", + "metrics": { + "Yield": 262.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC62-70RIB", + "traits": "", + "metrics": { + "Yield": 262.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 261.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 251.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG65C14", + "traits": "TRCRIB", + "metrics": { + "Yield": 251.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142188" + ], + "fetched_at": "2026-05-27T02:18:16.604870+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142188.md b/corpus/lg_plot_reports/lgpr-corn-2024-142188.md new file mode 100644 index 00000000..465c183d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142188.md @@ -0,0 +1,28 @@ +# Corn yield trial — Sterling, Kansas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Sterling +- **Year:** 2024 +- **Plot ID:** 142188 +- **Cooperator:** Sterling Heritage Farms +- **Planted:** 2024-04-17 +- **Harvested:** 2024-09-20 +- **Plot average:** 248.4 BU/Ac +- **Coordinates:** 38.23644, -98.16122 +- **URL:** https://lgseeds.com/performance/corn#plot-142188 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 6574TCV2P | - | 262.8 | +| 2 | Unknown | DKC62-70RIB | - | 262.5 | +| 3 | LG Seeds | LG64C43 | VT2RIB | 261.8 | +| 4 | LG Seeds | LG66C44 | VT2RIB | 251.5 | +| 5 | LG Seeds | LG65C14 | TRCRIB | 251.2 | + +Top 5 by Yield: 6574TCV2P (Unknown) 262.8, DKC62-70RIB (Unknown) 262.5, LG64C43 (LG Seeds) 261.8, LG66C44 (LG Seeds) 251.5, LG65C14 (LG Seeds) 251.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142210.json b/corpus/lg_plot_reports/lgpr-corn-2024-142210.json new file mode 100644 index 00000000..0ac40efb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142210.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142210", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Missouri", + "state_abbrev": "mo", + "city": "LaGrange", + "year": 2024, + "plot_id": "142210", + "lat": 39.98396, + "lng": -91.56861, + "cooperator": "Jennings Bros Jennings", + "salesperson": "Jennings Bros Jennings", + "planted_date": "2024-04-17", + "harvested_date": "2024-09-20", + "plot_average": 258.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG66C06", + "traits": "VT2RIB", + "metrics": { + "Yield": 295.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 294.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 291.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 282.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG65C14", + "traits": "TRCRIB", + "metrics": { + "Yield": 278.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142210" + ], + "fetched_at": "2026-05-27T02:19:48.419167+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142210.md b/corpus/lg_plot_reports/lgpr-corn-2024-142210.md new file mode 100644 index 00000000..490a37f8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142210.md @@ -0,0 +1,28 @@ +# Corn yield trial — LaGrange, Missouri, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Missouri (MO) +- **City:** LaGrange +- **Year:** 2024 +- **Plot ID:** 142210 +- **Cooperator:** Jennings Bros Jennings +- **Planted:** 2024-04-17 +- **Harvested:** 2024-09-20 +- **Plot average:** 258.7 BU/Ac +- **Coordinates:** 39.98396, -91.56861 +- **URL:** https://lgseeds.com/performance/corn#plot-142210 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG66C06 | VT2RIB | 295.5 | +| 2 | LG Seeds | LG63C54 | PCE | 294.4 | +| 3 | LG Seeds | LG64C43 | VT2RIB | 291.1 | +| 4 | LG Seeds | LG62C73 | VT2PRO | 282.1 | +| 5 | LG Seeds | LG65C14 | TRCRIB | 278.7 | + +Top 5 by Yield: LG66C06 (LG Seeds) 295.5, LG63C54 (LG Seeds) 294.4, LG64C43 (LG Seeds) 291.1, LG62C73 (LG Seeds) 282.1, LG65C14 (LG Seeds) 278.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142222.json b/corpus/lg_plot_reports/lgpr-corn-2024-142222.json new file mode 100644 index 00000000..1db13ce9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142222.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142222", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Wabasso ", + "year": 2024, + "plot_id": "142222", + "lat": 44.36941, + "lng": -95.26509, + "cooperator": "Cole Guetter", + "salesperson": "Cole Guetter", + "planted_date": "2024-04-22", + "harvested_date": "2024-10-07", + "plot_average": 177.6, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DS-4833V", + "traits": "", + "metrics": { + "Yield": 195.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "K5218D", + "traits": "", + "metrics": { + "Yield": 191.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG57C45", + "traits": "SSP", + "metrics": { + "Yield": 191.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VTPRO", + "metrics": { + "Yield": 189.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DS-4685AM", + "traits": "", + "metrics": { + "Yield": 189.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142222" + ], + "fetched_at": "2026-05-27T02:19:01.386127+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142222.md b/corpus/lg_plot_reports/lgpr-corn-2024-142222.md new file mode 100644 index 00000000..2497cbd8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142222.md @@ -0,0 +1,28 @@ +# Corn yield trial — Wabasso , Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Wabasso +- **Year:** 2024 +- **Plot ID:** 142222 +- **Cooperator:** Cole Guetter +- **Planted:** 2024-04-22 +- **Harvested:** 2024-10-07 +- **Plot average:** 177.6 BU/Ac +- **Coordinates:** 44.36941, -95.26509 +- **URL:** https://lgseeds.com/performance/corn#plot-142222 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DS-4833V | - | 195.2 | +| 2 | Unknown | K5218D | - | 191.8 | +| 3 | LG Seeds | LG57C45 | SSP | 191.4 | +| 4 | LG Seeds | LG57C82 | VTPRO | 189.6 | +| 5 | Unknown | DS-4685AM | - | 189.6 | + +Top 5 by Yield: DS-4833V (Unknown) 195.2, K5218D (Unknown) 191.8, LG57C45 (LG Seeds) 191.4, LG57C82 (LG Seeds) 189.6, DS-4685AM (Unknown) 189.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142251.json b/corpus/lg_plot_reports/lgpr-corn-2024-142251.json new file mode 100644 index 00000000..add06c6e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142251.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142251", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Randolph", + "year": 2024, + "plot_id": "142251", + "lat": 44.52894, + "lng": -93.09339, + "cooperator": "Luke Dubbels", + "salesperson": "Luke Dubbels", + "planted_date": "2024-04-22", + "harvested_date": "2024-10-15", + "plot_average": 269.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "5608AM", + "traits": "", + "metrics": { + "Yield": 298.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 295.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "VT2RIB", + "metrics": { + "Yield": 295.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 281.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 280.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142251" + ], + "fetched_at": "2026-05-27T02:19:55.150530+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142251.md b/corpus/lg_plot_reports/lgpr-corn-2024-142251.md new file mode 100644 index 00000000..a324d71f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142251.md @@ -0,0 +1,28 @@ +# Corn yield trial — Randolph, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Randolph +- **Year:** 2024 +- **Plot ID:** 142251 +- **Cooperator:** Luke Dubbels +- **Planted:** 2024-04-22 +- **Harvested:** 2024-10-15 +- **Plot average:** 269.4 BU/Ac +- **Coordinates:** 44.52894, -93.09339 +- **URL:** https://lgseeds.com/performance/corn#plot-142251 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 5608AM | - | 298.8 | +| 2 | LG Seeds | LG52C90 | VT2PRO | 295.8 | +| 3 | LG Seeds | LG59C72 | VT2RIB | 295.3 | +| 4 | LG Seeds | LG58C48 | VT2RIB | 281.5 | +| 5 | LG Seeds | LG51C62 | VT2RIB | 280.3 | + +Top 5 by Yield: 5608AM (Unknown) 298.8, LG52C90 (LG Seeds) 295.8, LG59C72 (LG Seeds) 295.3, LG58C48 (LG Seeds) 281.5, LG51C62 (LG Seeds) 280.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142252.json b/corpus/lg_plot_reports/lgpr-corn-2024-142252.json new file mode 100644 index 00000000..3eee4379 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142252.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142252", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Winnebago ", + "year": 2024, + "plot_id": "142252", + "lat": 42.2486, + "lng": -89.24066, + "cooperator": "Palm Farms", + "salesperson": "Palm Farms", + "planted_date": "2024-04-25", + "harvested_date": "2024-10-12", + "plot_average": 298.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 324.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 316.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Yield": 315.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 309.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "4P27VE", + "traits": "", + "metrics": { + "Yield": 309.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142252" + ], + "fetched_at": "2026-05-27T02:18:35.888133+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142252.md b/corpus/lg_plot_reports/lgpr-corn-2024-142252.md new file mode 100644 index 00000000..f6540d36 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142252.md @@ -0,0 +1,28 @@ +# Corn yield trial — Winnebago , Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Winnebago +- **Year:** 2024 +- **Plot ID:** 142252 +- **Cooperator:** Palm Farms +- **Planted:** 2024-04-25 +- **Harvested:** 2024-10-12 +- **Plot average:** 298.8 BU/Ac +- **Coordinates:** 42.24860, -89.24066 +- **URL:** https://lgseeds.com/performance/corn#plot-142252 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | SSP | 324.9 | +| 2 | LG Seeds | LG63C82 | DGVT2RIB | 316.2 | +| 3 | LG Seeds | LG67C27 | STXRIB | 315.9 | +| 4 | LG Seeds | LG58C48 | VT2RIB | 309.7 | +| 5 | Unknown | 4P27VE | - | 309.7 | + +Top 5 by Yield: LG63C32 (LG Seeds) 324.9, LG63C82 (LG Seeds) 316.2, LG67C27 (LG Seeds) 315.9, LG58C48 (LG Seeds) 309.7, 4P27VE (Unknown) 309.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142253.json b/corpus/lg_plot_reports/lgpr-corn-2024-142253.json new file mode 100644 index 00000000..0cf6bfc5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142253.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142253", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Montgomery", + "year": 2024, + "plot_id": "142253", + "lat": 41.73609, + "lng": -88.40222, + "cooperator": "Ray Feldott", + "salesperson": "Ray Feldott", + "planted_date": "2024-04-23", + "harvested_date": "2024-09-26", + "plot_average": 294.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 314.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Yield": 312.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "K5836PWE", + "traits": "", + "metrics": { + "Yield": 312.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG61C21", + "traits": "3110", + "metrics": { + "Yield": 303.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 302.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142253" + ], + "fetched_at": "2026-05-27T02:18:15.114589+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142253.md b/corpus/lg_plot_reports/lgpr-corn-2024-142253.md new file mode 100644 index 00000000..9a1e2e47 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142253.md @@ -0,0 +1,28 @@ +# Corn yield trial — Montgomery, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Montgomery +- **Year:** 2024 +- **Plot ID:** 142253 +- **Cooperator:** Ray Feldott +- **Planted:** 2024-04-23 +- **Harvested:** 2024-09-26 +- **Plot average:** 294.9 BU/Ac +- **Coordinates:** 41.73609, -88.40222 +- **URL:** https://lgseeds.com/performance/corn#plot-142253 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C48 | VT2RIB | 314.0 | +| 2 | LG Seeds | LG67C27 | STXRIB | 312.8 | +| 3 | Unknown | K5836PWE | - | 312.4 | +| 4 | LG Seeds | LG61C21 | 3110 | 303.5 | +| 5 | LG Seeds | LG63C32 | SSP | 302.9 | + +Top 5 by Yield: LG58C48 (LG Seeds) 314.0, LG67C27 (LG Seeds) 312.8, K5836PWE (Unknown) 312.4, LG61C21 (LG Seeds) 303.5, LG63C32 (LG Seeds) 302.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142256.json b/corpus/lg_plot_reports/lgpr-corn-2024-142256.json new file mode 100644 index 00000000..0b6ac1f8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142256.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142256", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Tipton", + "year": 2024, + "plot_id": "142256", + "lat": 41.7644, + "lng": -91.04456, + "cooperator": "Tony Pelzer", + "salesperson": "Tony Pelzer", + "planted_date": "2024-04-22", + "harvested_date": "2024-10-14", + "plot_average": 267.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC66-06RIB", + "traits": "", + "metrics": { + "Yield": 296.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B13C49V", + "traits": "", + "metrics": { + "Yield": 295.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 295.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B13C49PCE", + "traits": "", + "metrics": { + "Yield": 295.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B14H38Q", + "traits": "", + "metrics": { + "Yield": 294.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142256" + ], + "fetched_at": "2026-05-27T02:18:05.595625+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142256.md b/corpus/lg_plot_reports/lgpr-corn-2024-142256.md new file mode 100644 index 00000000..c38f67b4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142256.md @@ -0,0 +1,28 @@ +# Corn yield trial — Tipton, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Tipton +- **Year:** 2024 +- **Plot ID:** 142256 +- **Cooperator:** Tony Pelzer +- **Planted:** 2024-04-22 +- **Harvested:** 2024-10-14 +- **Plot average:** 267.3 BU/Ac +- **Coordinates:** 41.76440, -91.04456 +- **URL:** https://lgseeds.com/performance/corn#plot-142256 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC66-06RIB | - | 296.4 | +| 2 | Unknown | B13C49V | - | 295.4 | +| 3 | LG Seeds | LG64C43 | VT2RIB | 295.1 | +| 4 | Unknown | B13C49PCE | - | 295.0 | +| 5 | Unknown | B14H38Q | - | 294.7 | + +Top 5 by Yield: DKC66-06RIB (Unknown) 296.4, B13C49V (Unknown) 295.4, LG64C43 (LG Seeds) 295.1, B13C49PCE (Unknown) 295.0, B14H38Q (Unknown) 294.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142277.json b/corpus/lg_plot_reports/lgpr-corn-2024-142277.json new file mode 100644 index 00000000..42debf79 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142277.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142277", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Clarkfield ", + "year": 2024, + "plot_id": "142277", + "lat": 44.79621, + "lng": -95.88957, + "cooperator": "Scott Wintz", + "salesperson": "Scott Wintz", + "planted_date": "2024-04-22", + "harvested_date": "2024-10-18", + "plot_average": 211.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC106-98RIB", + "traits": "", + "metrics": { + "Yield": 234.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 232.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC102-28RIB", + "traits": "", + "metrics": { + "Yield": 223.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC101-33RIB", + "traits": "", + "metrics": { + "Yield": 222.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC099-11RIB", + "traits": "", + "metrics": { + "Yield": 219.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142277" + ], + "fetched_at": "2026-05-27T02:19:45.144340+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142277.md b/corpus/lg_plot_reports/lgpr-corn-2024-142277.md new file mode 100644 index 00000000..1297ce44 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142277.md @@ -0,0 +1,28 @@ +# Corn yield trial — Clarkfield , Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Clarkfield +- **Year:** 2024 +- **Plot ID:** 142277 +- **Cooperator:** Scott Wintz +- **Planted:** 2024-04-22 +- **Harvested:** 2024-10-18 +- **Plot average:** 211.3 BU/Ac +- **Coordinates:** 44.79621, -95.88957 +- **URL:** https://lgseeds.com/performance/corn#plot-142277 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC106-98RIB | - | 234.0 | +| 2 | LG Seeds | LG52C90 | VT2PRO | 232.0 | +| 3 | Unknown | DKC102-28RIB | - | 223.0 | +| 4 | Unknown | DKC101-33RIB | - | 222.0 | +| 5 | Unknown | DKC099-11RIB | - | 219.0 | + +Top 5 by Yield: DKC106-98RIB (Unknown) 234.0, LG52C90 (LG Seeds) 232.0, DKC102-28RIB (Unknown) 223.0, DKC101-33RIB (Unknown) 222.0, DKC099-11RIB (Unknown) 219.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142289.json b/corpus/lg_plot_reports/lgpr-corn-2024-142289.json new file mode 100644 index 00000000..6ea22ec6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142289.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142289", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Newman Grove", + "year": 2024, + "plot_id": "142289", + "lat": 41.82044, + "lng": -97.71876, + "cooperator": "Jay Nelson", + "salesperson": "Jay Nelson", + "planted_date": "2024-04-23", + "harvested_date": "2024-10-08", + "plot_average": 274.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 298.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 291.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STXRIB", + "metrics": { + "Yield": 285.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 283.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 282.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142289" + ], + "fetched_at": "2026-05-27T02:18:33.129939+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142289.md b/corpus/lg_plot_reports/lgpr-corn-2024-142289.md new file mode 100644 index 00000000..2b14acfd --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142289.md @@ -0,0 +1,28 @@ +# Corn yield trial — Newman Grove, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Newman Grove +- **Year:** 2024 +- **Plot ID:** 142289 +- **Cooperator:** Jay Nelson +- **Planted:** 2024-04-23 +- **Harvested:** 2024-10-08 +- **Plot average:** 274.5 BU/Ac +- **Coordinates:** 41.82044, -97.71876 +- **URL:** https://lgseeds.com/performance/corn#plot-142289 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | SSP | 298.8 | +| 2 | LG Seeds | LG63C82 | DGVT2RIB | 291.2 | +| 3 | LG Seeds | LG64C90 | STXRIB | 285.3 | +| 4 | LG Seeds | LG66C44 | VT2RIB | 283.4 | +| 5 | LG Seeds | LG62C73 | VT2PRO | 282.0 | + +Top 5 by Yield: LG63C32 (LG Seeds) 298.8, LG63C82 (LG Seeds) 291.2, LG64C90 (LG Seeds) 285.3, LG66C44 (LG Seeds) 283.4, LG62C73 (LG Seeds) 282.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142300.json b/corpus/lg_plot_reports/lgpr-corn-2024-142300.json new file mode 100644 index 00000000..e9c09eaf --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142300.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142300", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Barryton", + "year": 2024, + "plot_id": "142300", + "lat": 43.72773, + "lng": -85.13526, + "cooperator": "Tyler Martin", + "salesperson": "Tyler Martin", + "planted_date": "2024-05-30", + "harvested_date": "2024-10-23", + "plot_average": 210.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 231.36 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 227.98 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2PRO", + "metrics": { + "Yield": 227.34 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "D34VC93RIB", + "traits": "", + "metrics": { + "Yield": 224.03 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "D36VC66RIB", + "traits": "", + "metrics": { + "Yield": 222.88 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142300" + ], + "fetched_at": "2026-05-27T02:20:36.415669+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142300.md b/corpus/lg_plot_reports/lgpr-corn-2024-142300.md new file mode 100644 index 00000000..74d8b6a9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142300.md @@ -0,0 +1,28 @@ +# Corn yield trial — Barryton, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Barryton +- **Year:** 2024 +- **Plot ID:** 142300 +- **Cooperator:** Tyler Martin +- **Planted:** 2024-05-30 +- **Harvested:** 2024-10-23 +- **Plot average:** 210.0 BU/Ac +- **Coordinates:** 43.72773, -85.13526 +- **URL:** https://lgseeds.com/performance/corn#plot-142300 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG49C28 | VT2RIB | 231.36 | +| 2 | LG Seeds | LG51C62 | VT2RIB | 227.98 | +| 3 | LG Seeds | LG46C85 | VT2PRO | 227.34 | +| 4 | Unknown | D34VC93RIB | - | 224.03 | +| 5 | Unknown | D36VC66RIB | - | 222.88 | + +Top 5 by Yield: LG49C28 (LG Seeds) 231.36, LG51C62 (LG Seeds) 227.98, LG46C85 (LG Seeds) 227.34, D34VC93RIB (Unknown) 224.03, D36VC66RIB (Unknown) 222.88. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142301.json b/corpus/lg_plot_reports/lgpr-corn-2024-142301.json new file mode 100644 index 00000000..56008816 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142301.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142301", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Dewitt", + "year": 2024, + "plot_id": "142301", + "lat": 42.82764, + "lng": -84.62987, + "cooperator": "John Felzke", + "salesperson": "John Felzke", + "planted_date": "2024-04-26", + "harvested_date": "2024-10-17", + "plot_average": 253.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 277.65 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C42", + "traits": "", + "metrics": { + "Yield": 271.93 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "VT2RIB", + "metrics": { + "Yield": 270.22 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 269.27 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "203-60TRERIB", + "traits": "", + "metrics": { + "Yield": 267.54 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142301" + ], + "fetched_at": "2026-05-27T02:19:21.148619+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142301.md b/corpus/lg_plot_reports/lgpr-corn-2024-142301.md new file mode 100644 index 00000000..eb5dcd02 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142301.md @@ -0,0 +1,28 @@ +# Corn yield trial — Dewitt, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Dewitt +- **Year:** 2024 +- **Plot ID:** 142301 +- **Cooperator:** John Felzke +- **Planted:** 2024-04-26 +- **Harvested:** 2024-10-17 +- **Plot average:** 253.9 BU/Ac +- **Coordinates:** 42.82764, -84.62987 +- **URL:** https://lgseeds.com/performance/corn#plot-142301 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 277.65 | +| 2 | LG Seeds | LG52C42 | - | 271.93 | +| 3 | LG Seeds | LG47C77 | VT2RIB | 270.22 | +| 4 | LG Seeds | LG52C90 | VT2PRO | 269.27 | +| 5 | Unknown | 203-60TRERIB | - | 267.54 | + +Top 5 by Yield: LG51C62 (LG Seeds) 277.65, LG52C42 (LG Seeds) 271.93, LG47C77 (LG Seeds) 270.22, LG52C90 (LG Seeds) 269.27, 203-60TRERIB (Unknown) 267.54. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142302.json b/corpus/lg_plot_reports/lgpr-corn-2024-142302.json new file mode 100644 index 00000000..dd7b7028 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142302.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142302", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Dansville", + "year": 2024, + "plot_id": "142302", + "lat": 42.53, + "lng": -84.22, + "cooperator": "Crawford Farms", + "salesperson": "Crawford Farms", + "planted_date": "2024-05-15", + "harvested_date": "2024-10-16", + "plot_average": 254.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 278.84 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 273.38 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 268.83 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 265.81 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 265.25 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142302" + ], + "fetched_at": "2026-05-27T02:20:12.917404+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142302.md b/corpus/lg_plot_reports/lgpr-corn-2024-142302.md new file mode 100644 index 00000000..34fcd3ea --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142302.md @@ -0,0 +1,28 @@ +# Corn yield trial — Dansville, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Dansville +- **Year:** 2024 +- **Plot ID:** 142302 +- **Cooperator:** Crawford Farms +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-16 +- **Plot average:** 254.5 BU/Ac +- **Coordinates:** 42.53000, -84.22000 +- **URL:** https://lgseeds.com/performance/corn#plot-142302 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C48 | VT2RIB | 278.84 | +| 2 | LG Seeds | LG52C90 | VT2PRO | 273.38 | +| 3 | LG Seeds | LG48C87 | VT2RIB | 268.83 | +| 4 | LG Seeds | LG53C44 | VT2RIB | 265.81 | +| 5 | LG Seeds | LG51C62 | VT2RIB | 265.25 | + +Top 5 by Yield: LG58C48 (LG Seeds) 278.84, LG52C90 (LG Seeds) 273.38, LG48C87 (LG Seeds) 268.83, LG53C44 (LG Seeds) 265.81, LG51C62 (LG Seeds) 265.25. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142304.json b/corpus/lg_plot_reports/lgpr-corn-2024-142304.json new file mode 100644 index 00000000..6031caa6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142304.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142304", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Hastings", + "year": 2024, + "plot_id": "142304", + "lat": 42.69772, + "lng": -85.21212, + "cooperator": "Louie Wierenga", + "salesperson": "Louie Wierenga", + "planted_date": "2024-06-04", + "harvested_date": "2024-11-09", + "plot_average": 237.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 276.54 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P9845PCE", + "traits": "", + "metrics": { + "Yield": 263.25 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 260.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 259.83 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P0035AM", + "traits": "", + "metrics": { + "Yield": 259.05 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142304" + ], + "fetched_at": "2026-05-27T02:19:23.646272+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142304.md b/corpus/lg_plot_reports/lgpr-corn-2024-142304.md new file mode 100644 index 00000000..95110bb7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142304.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hastings, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Hastings +- **Year:** 2024 +- **Plot ID:** 142304 +- **Cooperator:** Louie Wierenga +- **Planted:** 2024-06-04 +- **Harvested:** 2024-11-09 +- **Plot average:** 237.6 BU/Ac +- **Coordinates:** 42.69772, -85.21212 +- **URL:** https://lgseeds.com/performance/corn#plot-142304 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 276.54 | +| 2 | Pioneer | P9845PCE | - | 263.25 | +| 3 | LG Seeds | LG48C87 | VT2RIB | 260.0 | +| 4 | LG Seeds | LG49C28 | VT2RIB | 259.83 | +| 5 | Pioneer | P0035AM | - | 259.05 | + +Top 5 by Yield: LG51C62 (LG Seeds) 276.54, P9845PCE (Pioneer) 263.25, LG48C87 (LG Seeds) 260.0, LG49C28 (LG Seeds) 259.83, P0035AM (Pioneer) 259.05. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142306.json b/corpus/lg_plot_reports/lgpr-corn-2024-142306.json new file mode 100644 index 00000000..9c145920 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142306.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142306", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Lansing", + "year": 2024, + "plot_id": "142306", + "lat": 42.80491, + "lng": -84.52102, + "cooperator": "Robert Reese", + "salesperson": "Robert Reese", + "planted_date": "2024-05-30", + "harvested_date": "2024-11-18", + "plot_average": 252.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 283.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 281.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG57C33", + "traits": "VT2RIB", + "metrics": { + "Yield": 267.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 266.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 264.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142306" + ], + "fetched_at": "2026-05-27T02:19:16.402493+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142306.md b/corpus/lg_plot_reports/lgpr-corn-2024-142306.md new file mode 100644 index 00000000..7f7edcb2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142306.md @@ -0,0 +1,28 @@ +# Corn yield trial — Lansing, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Lansing +- **Year:** 2024 +- **Plot ID:** 142306 +- **Cooperator:** Robert Reese +- **Planted:** 2024-05-30 +- **Harvested:** 2024-11-18 +- **Plot average:** 252.0 BU/Ac +- **Coordinates:** 42.80491, -84.52102 +- **URL:** https://lgseeds.com/performance/corn#plot-142306 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2PRO | 283.2 | +| 2 | LG Seeds | LG51C62 | VT2RIB | 281.9 | +| 3 | LG Seeds | LG57C33 | VT2RIB | 267.1 | +| 4 | LG Seeds | LG49C28 | VT2RIB | 266.6 | +| 5 | LG Seeds | LG51C48 | VT2RIB | 264.5 | + +Top 5 by Yield: LG52C90 (LG Seeds) 283.2, LG51C62 (LG Seeds) 281.9, LG57C33 (LG Seeds) 267.1, LG49C28 (LG Seeds) 266.6, LG51C48 (LG Seeds) 264.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142307.json b/corpus/lg_plot_reports/lgpr-corn-2024-142307.json new file mode 100644 index 00000000..badf9851 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142307.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142307", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Ravenna", + "year": 2024, + "plot_id": "142307", + "lat": 43.2, + "lng": -86.0, + "cooperator": "Keith Kantola", + "salesperson": "Keith Kantola", + "planted_date": "2024-05-15", + "harvested_date": "2024-10-21", + "plot_average": 280.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 301.79 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 298.14 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "VT2RIB", + "metrics": { + "Yield": 293.18 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 283.53 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "VT2RIB", + "metrics": { + "Yield": 280.03 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142307" + ], + "fetched_at": "2026-05-27T02:20:13.164068+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142307.md b/corpus/lg_plot_reports/lgpr-corn-2024-142307.md new file mode 100644 index 00000000..3e5e4d2c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142307.md @@ -0,0 +1,28 @@ +# Corn yield trial — Ravenna, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Ravenna +- **Year:** 2024 +- **Plot ID:** 142307 +- **Cooperator:** Keith Kantola +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-21 +- **Plot average:** 280.9 BU/Ac +- **Coordinates:** 43.20000, -86.00000 +- **URL:** https://lgseeds.com/performance/corn#plot-142307 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG49C28 | VT2RIB | 301.79 | +| 2 | LG Seeds | LG48C87 | VT2RIB | 298.14 | +| 3 | LG Seeds | LG47C77 | VT2RIB | 293.18 | +| 4 | LG Seeds | LG42C80 | VT2RIB | 283.53 | +| 5 | LG Seeds | LG44C27 | VT2RIB | 280.03 | + +Top 5 by Yield: LG49C28 (LG Seeds) 301.79, LG48C87 (LG Seeds) 298.14, LG47C77 (LG Seeds) 293.18, LG42C80 (LG Seeds) 283.53, LG44C27 (LG Seeds) 280.03. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142309.json b/corpus/lg_plot_reports/lgpr-corn-2024-142309.json new file mode 100644 index 00000000..a841939f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142309.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142309", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Sidney", + "year": 2024, + "plot_id": "142309", + "lat": 43.23515, + "lng": -85.14209, + "cooperator": "Jeff Nitengale", + "salesperson": "Jeff Nitengale", + "planted_date": "2024-05-09", + "harvested_date": "2024-10-17", + "plot_average": 218.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "D99-08VT2PRIB", + "traits": "", + "metrics": { + "Yield": 233.56 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 224.84 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 222.89 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 221.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "D39VT75RIB", + "traits": "", + "metrics": { + "Yield": 217.24 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142309" + ], + "fetched_at": "2026-05-27T02:19:20.906047+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142309.md b/corpus/lg_plot_reports/lgpr-corn-2024-142309.md new file mode 100644 index 00000000..b140add8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142309.md @@ -0,0 +1,28 @@ +# Corn yield trial — Sidney, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Sidney +- **Year:** 2024 +- **Plot ID:** 142309 +- **Cooperator:** Jeff Nitengale +- **Planted:** 2024-05-09 +- **Harvested:** 2024-10-17 +- **Plot average:** 218.4 BU/Ac +- **Coordinates:** 43.23515, -85.14209 +- **URL:** https://lgseeds.com/performance/corn#plot-142309 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | D99-08VT2PRIB | - | 233.56 | +| 2 | LG Seeds | LG49C28 | VT2RIB | 224.84 | +| 3 | LG Seeds | LG48C87 | VT2RIB | 222.89 | +| 4 | LG Seeds | LG51C62 | VT2RIB | 221.1 | +| 5 | Unknown | D39VT75RIB | - | 217.24 | + +Top 5 by Yield: D99-08VT2PRIB (Unknown) 233.56, LG49C28 (LG Seeds) 224.84, LG48C87 (LG Seeds) 222.89, LG51C62 (LG Seeds) 221.1, D39VT75RIB (Unknown) 217.24. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142310.json b/corpus/lg_plot_reports/lgpr-corn-2024-142310.json new file mode 100644 index 00000000..7552a32b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142310.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142310", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Big Rapids", + "year": 2024, + "plot_id": "142310", + "lat": 43.69, + "lng": -85.44, + "cooperator": "Zach Cook", + "salesperson": "Zach Cook", + "planted_date": "2024-05-17", + "harvested_date": "2024-10-23", + "plot_average": 207.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 233.18 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "VT2RIB", + "metrics": { + "Yield": 222.58 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 217.48 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "VT2RIB", + "metrics": { + "Yield": 214.97 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2PRO", + "metrics": { + "Yield": 214.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142310" + ], + "fetched_at": "2026-05-27T02:20:36.675666+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142310.md b/corpus/lg_plot_reports/lgpr-corn-2024-142310.md new file mode 100644 index 00000000..82fac01c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142310.md @@ -0,0 +1,28 @@ +# Corn yield trial — Big Rapids, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Big Rapids +- **Year:** 2024 +- **Plot ID:** 142310 +- **Cooperator:** Zach Cook +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-23 +- **Plot average:** 207.4 BU/Ac +- **Coordinates:** 43.69000, -85.44000 +- **URL:** https://lgseeds.com/performance/corn#plot-142310 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG42C80 | VT2RIB | 233.18 | +| 2 | LG Seeds | LG44C27 | VT2RIB | 222.58 | +| 3 | LG Seeds | LG48C87 | VT2RIB | 217.48 | +| 4 | LG Seeds | LG47C77 | VT2RIB | 214.97 | +| 5 | LG Seeds | LG43C50 | VT2PRO | 214.6 | + +Top 5 by Yield: LG42C80 (LG Seeds) 233.18, LG44C27 (LG Seeds) 222.58, LG48C87 (LG Seeds) 217.48, LG47C77 (LG Seeds) 214.97, LG43C50 (LG Seeds) 214.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142311.json b/corpus/lg_plot_reports/lgpr-corn-2024-142311.json new file mode 100644 index 00000000..d6f20e18 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142311.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142311", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Shepherd", + "year": 2024, + "plot_id": "142311", + "lat": 43.55277, + "lng": -84.68754, + "cooperator": "Dave Gimmey", + "salesperson": "Dave Gimmey", + "planted_date": "2024-05-15", + "harvested_date": "2024-10-11", + "plot_average": 239.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 256.92 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 256.35 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2PRO", + "metrics": { + "Yield": 251.61 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG42C37", + "traits": "5222AEZ", + "metrics": { + "Yield": 243.91 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "VT2RIB", + "metrics": { + "Yield": 242.23 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142311" + ], + "fetched_at": "2026-05-27T02:18:08.370619+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142311.md b/corpus/lg_plot_reports/lgpr-corn-2024-142311.md new file mode 100644 index 00000000..9a59ba2c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142311.md @@ -0,0 +1,28 @@ +# Corn yield trial — Shepherd, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Shepherd +- **Year:** 2024 +- **Plot ID:** 142311 +- **Cooperator:** Dave Gimmey +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-11 +- **Plot average:** 239.2 BU/Ac +- **Coordinates:** 43.55277, -84.68754 +- **URL:** https://lgseeds.com/performance/corn#plot-142311 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG48C87 | VT2RIB | 256.92 | +| 2 | LG Seeds | LG49C28 | VT2RIB | 256.35 | +| 3 | LG Seeds | LG46C85 | VT2PRO | 251.61 | +| 4 | LG Seeds | LG42C37 | 5222AEZ | 243.91 | +| 5 | LG Seeds | LG44C27 | VT2RIB | 242.23 | + +Top 5 by Yield: LG48C87 (LG Seeds) 256.92, LG49C28 (LG Seeds) 256.35, LG46C85 (LG Seeds) 251.61, LG42C37 (LG Seeds) 243.91, LG44C27 (LG Seeds) 242.23. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142315.json b/corpus/lg_plot_reports/lgpr-corn-2024-142315.json new file mode 100644 index 00000000..77f489f6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142315.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142315", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Maple Park ", + "year": 2024, + "plot_id": "142315", + "lat": 41.95934, + "lng": -88.57181, + "cooperator": "Rod Fabrizius", + "salesperson": "Rod Fabrizius", + "planted_date": "2024-04-24", + "harvested_date": "2024-10-09", + "plot_average": 273.5, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "", + "metrics": { + "Yield": 309.3 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P08527V", + "traits": "", + "metrics": { + "Yield": 295.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 294.8 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P10477V", + "traits": "", + "metrics": { + "Yield": 288.4 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P09321V", + "traits": "", + "metrics": { + "Yield": 284.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142315" + ], + "fetched_at": "2026-05-27T02:20:17.649252+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142315.md b/corpus/lg_plot_reports/lgpr-corn-2024-142315.md new file mode 100644 index 00000000..648d6ea6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142315.md @@ -0,0 +1,28 @@ +# Corn yield trial — Maple Park , Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Maple Park +- **Year:** 2024 +- **Plot ID:** 142315 +- **Cooperator:** Rod Fabrizius +- **Planted:** 2024-04-24 +- **Harvested:** 2024-10-09 +- **Plot average:** 273.5 BU/Ac +- **Coordinates:** 41.95934, -88.57181 +- **URL:** https://lgseeds.com/performance/corn#plot-142315 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P14830Q | - | 309.3 | +| 2 | Pioneer | P08527V | - | 295.4 | +| 3 | LG Seeds | LG63C82 | DGVT2RIB | 294.8 | +| 4 | Pioneer | P10477V | - | 288.4 | +| 5 | Pioneer | P09321V | - | 284.1 | + +Top 5 by Yield: P14830Q (Pioneer) 309.3, P08527V (Pioneer) 295.4, LG63C82 (LG Seeds) 294.8, P10477V (Pioneer) 288.4, P09321V (Pioneer) 284.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142319.json b/corpus/lg_plot_reports/lgpr-corn-2024-142319.json new file mode 100644 index 00000000..b62599e1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142319.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142319", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Murrayville", + "year": 2024, + "plot_id": "142319", + "lat": 39.59975, + "lng": -90.19728, + "cooperator": "Eric Lakin", + "salesperson": "Eric Lakin", + "planted_date": "2024-04-17", + "harvested_date": "2024-10-03", + "plot_average": 248.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 270.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2PRO", + "metrics": { + "Yield": 266.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG61C21", + "traits": "3110", + "metrics": { + "Yield": 264.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LG64C43VT2RIB", + "traits": "", + "metrics": { + "Yield": 262.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Yield": 261.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142319" + ], + "fetched_at": "2026-05-27T02:18:19.371763+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142319.md b/corpus/lg_plot_reports/lgpr-corn-2024-142319.md new file mode 100644 index 00000000..e1ec965b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142319.md @@ -0,0 +1,28 @@ +# Corn yield trial — Murrayville, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Murrayville +- **Year:** 2024 +- **Plot ID:** 142319 +- **Cooperator:** Eric Lakin +- **Planted:** 2024-04-17 +- **Harvested:** 2024-10-03 +- **Plot average:** 248.2 BU/Ac +- **Coordinates:** 39.59975, -90.19728 +- **URL:** https://lgseeds.com/performance/corn#plot-142319 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C43 | VT2RIB | 270.8 | +| 2 | LG Seeds | LG65C30 | VT2PRO | 266.8 | +| 3 | LG Seeds | LG61C21 | 3110 | 264.0 | +| 4 | Unknown | LG64C43VT2RIB | - | 262.8 | +| 5 | LG Seeds | LG67C27 | STXRIB | 261.1 | + +Top 5 by Yield: LG64C43 (LG Seeds) 270.8, LG65C30 (LG Seeds) 266.8, LG61C21 (LG Seeds) 264.0, LG64C43VT2RIB (Unknown) 262.8, LG67C27 (LG Seeds) 261.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142324.json b/corpus/lg_plot_reports/lgpr-corn-2024-142324.json new file mode 100644 index 00000000..cc7eb3f2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142324.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142324", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Granville ", + "year": 2024, + "plot_id": "142324", + "lat": 41.25594, + "lng": -89.22591, + "cooperator": "Bruch Farms", + "salesperson": "Bruch Farms", + "planted_date": "2024-04-23", + "harvested_date": "2024-09-25", + "plot_average": 273.2, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "6046", + "traits": "", + "metrics": { + "Yield": 297.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "Unknown", + "traits": "", + "metrics": { + "Yield": 294.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C20", + "traits": "", + "metrics": { + "Yield": 286.6 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "6557", + "traits": "", + "metrics": { + "Yield": 284.8 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "6374", + "traits": "", + "metrics": { + "Yield": 284.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142324" + ], + "fetched_at": "2026-05-27T02:18:32.105266+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142324.md b/corpus/lg_plot_reports/lgpr-corn-2024-142324.md new file mode 100644 index 00000000..cc8bdbf5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142324.md @@ -0,0 +1,28 @@ +# Corn yield trial — Granville , Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Granville +- **Year:** 2024 +- **Plot ID:** 142324 +- **Cooperator:** Bruch Farms +- **Planted:** 2024-04-23 +- **Harvested:** 2024-09-25 +- **Plot average:** 273.2 BU/Ac +- **Coordinates:** 41.25594, -89.22591 +- **URL:** https://lgseeds.com/performance/corn#plot-142324 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 6046 | - | 297.2 | +| 2 | Unknown | Unknown | - | 294.6 | +| 3 | LG Seeds | LG64C20 | - | 286.6 | +| 4 | Unknown | 6557 | - | 284.8 | +| 5 | Unknown | 6374 | - | 284.1 | + +Top 5 by Yield: 6046 (Unknown) 297.2, Unknown (Unknown) 294.6, LG64C20 (LG Seeds) 286.6, 6557 (Unknown) 284.8, 6374 (Unknown) 284.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142325.json b/corpus/lg_plot_reports/lgpr-corn-2024-142325.json new file mode 100644 index 00000000..97d73749 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142325.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142325", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Cleveland ", + "year": 2024, + "plot_id": "142325", + "lat": 44.34616, + "lng": -93.82896, + "cooperator": "Cherry Creek Seeds LLC", + "salesperson": "Cherry Creek Seeds LLC", + "planted_date": "2024-04-24", + "harvested_date": "2024-10-16", + "plot_average": 205.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 230.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 227.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "VT2RIB", + "metrics": { + "Yield": 226.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG55C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 212.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 201.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142325" + ], + "fetched_at": "2026-05-27T02:19:54.157544+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142325.md b/corpus/lg_plot_reports/lgpr-corn-2024-142325.md new file mode 100644 index 00000000..47077aad --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142325.md @@ -0,0 +1,28 @@ +# Corn yield trial — Cleveland , Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Cleveland +- **Year:** 2024 +- **Plot ID:** 142325 +- **Cooperator:** Cherry Creek Seeds LLC +- **Planted:** 2024-04-24 +- **Harvested:** 2024-10-16 +- **Plot average:** 205.9 BU/Ac +- **Coordinates:** 44.34616, -93.82896 +- **URL:** https://lgseeds.com/performance/corn#plot-142325 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG56C25 | SSPRIB | 230.1 | +| 2 | LG Seeds | LG58C48 | VT2RIB | 227.8 | +| 3 | LG Seeds | LG59C72 | VT2RIB | 226.3 | +| 4 | LG Seeds | LG55C32 | SSPRIB | 212.8 | +| 5 | LG Seeds | LG53C44 | VT2RIB | 201.9 | + +Top 5 by Yield: LG56C25 (LG Seeds) 230.1, LG58C48 (LG Seeds) 227.8, LG59C72 (LG Seeds) 226.3, LG55C32 (LG Seeds) 212.8, LG53C44 (LG Seeds) 201.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142326.json b/corpus/lg_plot_reports/lgpr-corn-2024-142326.json new file mode 100644 index 00000000..91f357c5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142326.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142326", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Glenville", + "year": 2024, + "plot_id": "142326", + "lat": 43.5716, + "lng": -93.33039, + "cooperator": "Kurt Van Ryswyk", + "salesperson": "Kurt Van Ryswyk", + "planted_date": "2024-04-24", + "harvested_date": "2024-10-08", + "plot_average": 171.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 186.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 179.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 179.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 175.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 173.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142326" + ], + "fetched_at": "2026-05-27T02:19:13.153246+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142326.md b/corpus/lg_plot_reports/lgpr-corn-2024-142326.md new file mode 100644 index 00000000..0866629e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142326.md @@ -0,0 +1,28 @@ +# Corn yield trial — Glenville, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Glenville +- **Year:** 2024 +- **Plot ID:** 142326 +- **Cooperator:** Kurt Van Ryswyk +- **Planted:** 2024-04-24 +- **Harvested:** 2024-10-08 +- **Plot average:** 171.0 BU/Ac +- **Coordinates:** 43.57160, -93.33039 +- **URL:** https://lgseeds.com/performance/corn#plot-142326 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2PRO | 186.9 | +| 2 | LG Seeds | LG48C87 | VT2RIB | 179.4 | +| 3 | LG Seeds | LG53C44 | VT2RIB | 179.2 | +| 4 | LG Seeds | LG48C32 | SSPRIB | 175.3 | +| 5 | LG Seeds | LG58C48 | VT2RIB | 173.6 | + +Top 5 by Yield: LG52C90 (LG Seeds) 186.9, LG48C87 (LG Seeds) 179.4, LG53C44 (LG Seeds) 179.2, LG48C32 (LG Seeds) 175.3, LG58C48 (LG Seeds) 173.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142336.json b/corpus/lg_plot_reports/lgpr-corn-2024-142336.json new file mode 100644 index 00000000..6e0becfa --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142336.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142336", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Rice ", + "year": 2024, + "plot_id": "142336", + "lat": 45.7792, + "lng": -94.1678, + "cooperator": "Dan Petron", + "salesperson": "Dan Petron", + "planted_date": "2024-04-24", + "harvested_date": "2024-10-03", + "plot_average": 253.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 274.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 271.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 271.6 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC48-34RIB", + "traits": "", + "metrics": { + "Yield": 262.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "198-25SSPRIB", + "traits": "", + "metrics": { + "Yield": 259.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142336" + ], + "fetched_at": "2026-05-27T02:19:52.148578+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142336.md b/corpus/lg_plot_reports/lgpr-corn-2024-142336.md new file mode 100644 index 00000000..5b521831 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142336.md @@ -0,0 +1,28 @@ +# Corn yield trial — Rice , Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Rice +- **Year:** 2024 +- **Plot ID:** 142336 +- **Cooperator:** Dan Petron +- **Planted:** 2024-04-24 +- **Harvested:** 2024-10-03 +- **Plot average:** 253.0 BU/Ac +- **Coordinates:** 45.77920, -94.16780 +- **URL:** https://lgseeds.com/performance/corn#plot-142336 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2PRO | 274.0 | +| 2 | LG Seeds | LG49C28 | VT2RIB | 271.9 | +| 3 | LG Seeds | LG51C62 | VT2RIB | 271.6 | +| 4 | Unknown | DKC48-34RIB | - | 262.0 | +| 5 | Unknown | 198-25SSPRIB | - | 259.6 | + +Top 5 by Yield: LG52C90 (LG Seeds) 274.0, LG49C28 (LG Seeds) 271.9, LG51C62 (LG Seeds) 271.6, DKC48-34RIB (Unknown) 262.0, 198-25SSPRIB (Unknown) 259.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142338.json b/corpus/lg_plot_reports/lgpr-corn-2024-142338.json new file mode 100644 index 00000000..fa619fb9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142338.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142338", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Lorton", + "year": 2024, + "plot_id": "142338", + "lat": 40.59504, + "lng": -96.02782, + "cooperator": "Clint Hillman", + "salesperson": "Clint Hillman", + "planted_date": "2024-04-24", + "harvested_date": "2024-10-14", + "plot_average": 248.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STXRIB", + "metrics": { + "Yield": 261.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 258.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 256.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG66C06", + "traits": "VT2RIB", + "metrics": { + "Yield": 256.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 255.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142338" + ], + "fetched_at": "2026-05-27T02:19:56.920615+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142338.md b/corpus/lg_plot_reports/lgpr-corn-2024-142338.md new file mode 100644 index 00000000..227d921c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142338.md @@ -0,0 +1,28 @@ +# Corn yield trial — Lorton, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Lorton +- **Year:** 2024 +- **Plot ID:** 142338 +- **Cooperator:** Clint Hillman +- **Planted:** 2024-04-24 +- **Harvested:** 2024-10-14 +- **Plot average:** 248.3 BU/Ac +- **Coordinates:** 40.59504, -96.02782 +- **URL:** https://lgseeds.com/performance/corn#plot-142338 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C90 | STXRIB | 261.7 | +| 2 | LG Seeds | LG66C44 | VT2RIB | 258.7 | +| 3 | LG Seeds | LG63C32 | SSP | 256.6 | +| 4 | LG Seeds | LG66C06 | VT2RIB | 256.1 | +| 5 | LG Seeds | LG62C73 | VT2PRO | 255.6 | + +Top 5 by Yield: LG64C90 (LG Seeds) 261.7, LG66C44 (LG Seeds) 258.7, LG63C32 (LG Seeds) 256.6, LG66C06 (LG Seeds) 256.1, LG62C73 (LG Seeds) 255.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142339.json b/corpus/lg_plot_reports/lgpr-corn-2024-142339.json new file mode 100644 index 00000000..17d3e3a6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142339.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142339", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Arco", + "year": 2024, + "plot_id": "142339", + "lat": 44.43827, + "lng": -96.17792, + "cooperator": "Kelly Krog", + "salesperson": "Kelly Krog", + "planted_date": "2024-04-24", + "harvested_date": "2024-10-19", + "plot_average": 205.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 225.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 216.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 215.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 208.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG55C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 207.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142339" + ], + "fetched_at": "2026-05-27T02:20:29.666144+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142339.md b/corpus/lg_plot_reports/lgpr-corn-2024-142339.md new file mode 100644 index 00000000..42915d4d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142339.md @@ -0,0 +1,28 @@ +# Corn yield trial — Arco, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Arco +- **Year:** 2024 +- **Plot ID:** 142339 +- **Cooperator:** Kelly Krog +- **Planted:** 2024-04-24 +- **Harvested:** 2024-10-19 +- **Plot average:** 205.9 BU/Ac +- **Coordinates:** 44.43827, -96.17792 +- **URL:** https://lgseeds.com/performance/corn#plot-142339 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2PRO | 225.0 | +| 2 | LG Seeds | LG51C62 | VT2RIB | 216.2 | +| 3 | LG Seeds | LG56C25 | SSPRIB | 215.7 | +| 4 | LG Seeds | LG49C28 | VT2RIB | 208.3 | +| 5 | LG Seeds | LG55C32 | SSPRIB | 207.4 | + +Top 5 by Yield: LG52C90 (LG Seeds) 225.0, LG51C62 (LG Seeds) 216.2, LG56C25 (LG Seeds) 215.7, LG49C28 (LG Seeds) 208.3, LG55C32 (LG Seeds) 207.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142342.json b/corpus/lg_plot_reports/lgpr-corn-2024-142342.json new file mode 100644 index 00000000..8c3a7ec8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142342.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142342", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Olivia", + "year": 2024, + "plot_id": "142342", + "lat": 44.73372, + "lng": -94.99541, + "cooperator": "Jacob Mehlhouse", + "salesperson": "Jacob Mehlhouse", + "planted_date": "2024-04-23", + "harvested_date": "2024-09-26", + "plot_average": 239.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "K5836PWE", + "traits": "", + "metrics": { + "Yield": 268.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B03H35AM", + "traits": "", + "metrics": { + "Yield": 259.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "5647Q", + "traits": "", + "metrics": { + "Yield": 256.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 256.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 253.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142342" + ], + "fetched_at": "2026-05-27T02:19:06.387998+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142342.md b/corpus/lg_plot_reports/lgpr-corn-2024-142342.md new file mode 100644 index 00000000..ea821a6d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142342.md @@ -0,0 +1,28 @@ +# Corn yield trial — Olivia, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Olivia +- **Year:** 2024 +- **Plot ID:** 142342 +- **Cooperator:** Jacob Mehlhouse +- **Planted:** 2024-04-23 +- **Harvested:** 2024-09-26 +- **Plot average:** 239.3 BU/Ac +- **Coordinates:** 44.73372, -94.99541 +- **URL:** https://lgseeds.com/performance/corn#plot-142342 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | K5836PWE | - | 268.5 | +| 2 | Unknown | B03H35AM | - | 259.9 | +| 3 | Unknown | 5647Q | - | 256.3 | +| 4 | LG Seeds | LG51C62 | VT2RIB | 256.0 | +| 5 | LG Seeds | LG52C90 | VT2PRO | 253.5 | + +Top 5 by Yield: K5836PWE (Unknown) 268.5, B03H35AM (Unknown) 259.9, 5647Q (Unknown) 256.3, LG51C62 (LG Seeds) 256.0, LG52C90 (LG Seeds) 253.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142348.json b/corpus/lg_plot_reports/lgpr-corn-2024-142348.json new file mode 100644 index 00000000..12263aca --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142348.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142348", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Onslow", + "year": 2024, + "plot_id": "142348", + "lat": 42.12583, + "lng": -90.99576, + "cooperator": "Trumm Farms", + "salesperson": "Trumm Farms", + "planted_date": "2024-04-24", + "harvested_date": "2024-10-08", + "plot_average": 283.4, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P1027AM", + "traits": "", + "metrics": { + "Yield": 302.5 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P10477V", + "traits": "", + "metrics": { + "Yield": 301.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 300.1 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P10477V", + "traits": "", + "metrics": { + "Yield": 299.8 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P0924Q", + "traits": "", + "metrics": { + "Yield": 295.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142348" + ], + "fetched_at": "2026-05-27T02:18:34.134041+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142348.md b/corpus/lg_plot_reports/lgpr-corn-2024-142348.md new file mode 100644 index 00000000..c4dcae26 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142348.md @@ -0,0 +1,28 @@ +# Corn yield trial — Onslow, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Onslow +- **Year:** 2024 +- **Plot ID:** 142348 +- **Cooperator:** Trumm Farms +- **Planted:** 2024-04-24 +- **Harvested:** 2024-10-08 +- **Plot average:** 283.4 BU/Ac +- **Coordinates:** 42.12583, -90.99576 +- **URL:** https://lgseeds.com/performance/corn#plot-142348 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P1027AM | - | 302.5 | +| 2 | Pioneer | P10477V | - | 301.0 | +| 3 | LG Seeds | LG63C32 | SSP | 300.1 | +| 4 | Pioneer | P10477V | - | 299.8 | +| 5 | Pioneer | P0924Q | - | 295.8 | + +Top 5 by Yield: P1027AM (Pioneer) 302.5, P10477V (Pioneer) 301.0, LG63C32 (LG Seeds) 300.1, P10477V (Pioneer) 299.8, P0924Q (Pioneer) 295.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142349.json b/corpus/lg_plot_reports/lgpr-corn-2024-142349.json new file mode 100644 index 00000000..73a1cbd5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142349.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142349", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Fairbank", + "year": 2024, + "plot_id": "142349", + "lat": 42.68244, + "lng": -92.08116, + "cooperator": "Layton Tiedt", + "salesperson": "Layton Tiedt", + "planted_date": "2024-04-12", + "harvested_date": "2024-09-23", + "plot_average": 201.0, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P1027AM", + "traits": "", + "metrics": { + "Yield": 238.4 + } + }, + { + "rank": 2, + "brand": "NK", + "product": "1228-AA", + "traits": "", + "metrics": { + "Yield": 230.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B06Y18V", + "traits": "", + "metrics": { + "Yield": 226.7 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P08075Q", + "traits": "", + "metrics": { + "Yield": 224.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "D45SP33RIB", + "traits": "", + "metrics": { + "Yield": 219.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142349" + ], + "fetched_at": "2026-05-27T02:18:34.864494+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142349.md b/corpus/lg_plot_reports/lgpr-corn-2024-142349.md new file mode 100644 index 00000000..1f355fec --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142349.md @@ -0,0 +1,28 @@ +# Corn yield trial — Fairbank, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Fairbank +- **Year:** 2024 +- **Plot ID:** 142349 +- **Cooperator:** Layton Tiedt +- **Planted:** 2024-04-12 +- **Harvested:** 2024-09-23 +- **Plot average:** 201.0 BU/Ac +- **Coordinates:** 42.68244, -92.08116 +- **URL:** https://lgseeds.com/performance/corn#plot-142349 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P1027AM | - | 238.4 | +| 2 | NK | 1228-AA | - | 230.9 | +| 3 | Unknown | B06Y18V | - | 226.7 | +| 4 | Pioneer | P08075Q | - | 224.2 | +| 5 | Unknown | D45SP33RIB | - | 219.2 | + +Top 5 by Yield: P1027AM (Pioneer) 238.4, 1228-AA (NK) 230.9, B06Y18V (Unknown) 226.7, P08075Q (Pioneer) 224.2, D45SP33RIB (Unknown) 219.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142350.json b/corpus/lg_plot_reports/lgpr-corn-2024-142350.json new file mode 100644 index 00000000..e4de5053 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142350.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142350", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Ossian ", + "year": 2024, + "plot_id": "142350", + "lat": 43.07758, + "lng": -91.75381, + "cooperator": "Richard Numedahl", + "salesperson": "Richard Numedahl", + "planted_date": "2024-04-24", + "harvested_date": "2024-10-13", + "plot_average": 273.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "K5836PWE", + "traits": "", + "metrics": { + "Yield": 297.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG57C33", + "traits": "VT2RIB", + "metrics": { + "Yield": 297.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 293.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 290.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 290.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142350" + ], + "fetched_at": "2026-05-27T02:19:54.423504+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142350.md b/corpus/lg_plot_reports/lgpr-corn-2024-142350.md new file mode 100644 index 00000000..f32e3af3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142350.md @@ -0,0 +1,28 @@ +# Corn yield trial — Ossian , Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Ossian +- **Year:** 2024 +- **Plot ID:** 142350 +- **Cooperator:** Richard Numedahl +- **Planted:** 2024-04-24 +- **Harvested:** 2024-10-13 +- **Plot average:** 273.9 BU/Ac +- **Coordinates:** 43.07758, -91.75381 +- **URL:** https://lgseeds.com/performance/corn#plot-142350 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | K5836PWE | - | 297.9 | +| 2 | LG Seeds | LG57C33 | VT2RIB | 297.8 | +| 3 | LG Seeds | LG51C62 | VT2RIB | 293.3 | +| 4 | LG Seeds | LG52C90 | VT2PRO | 290.8 | +| 5 | LG Seeds | LG59C72 | 5222EZ | 290.5 | + +Top 5 by Yield: K5836PWE (Unknown) 297.9, LG57C33 (LG Seeds) 297.8, LG51C62 (LG Seeds) 293.3, LG52C90 (LG Seeds) 290.8, LG59C72 (LG Seeds) 290.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142352.json b/corpus/lg_plot_reports/lgpr-corn-2024-142352.json new file mode 100644 index 00000000..c3a6a59b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142352.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142352", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Esmond", + "year": 2024, + "plot_id": "142352", + "lat": 42.05506, + "lng": -88.90752, + "cooperator": "Mike Exner", + "salesperson": "Mike Exner", + "planted_date": "2024-04-22", + "harvested_date": "2024-10-17", + "plot_average": 268.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC114-99RIB", + "traits": "", + "metrics": { + "Yield": 285.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B11C37V", + "traits": "", + "metrics": { + "Yield": 284.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B14H38Q", + "traits": "", + "metrics": { + "Yield": 284.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B08R32V", + "traits": "", + "metrics": { + "Yield": 282.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC59-82RIB", + "traits": "", + "metrics": { + "Yield": 281.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142352" + ], + "fetched_at": "2026-05-27T02:19:57.892814+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142352.md b/corpus/lg_plot_reports/lgpr-corn-2024-142352.md new file mode 100644 index 00000000..018e2e0e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142352.md @@ -0,0 +1,28 @@ +# Corn yield trial — Esmond, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Esmond +- **Year:** 2024 +- **Plot ID:** 142352 +- **Cooperator:** Mike Exner +- **Planted:** 2024-04-22 +- **Harvested:** 2024-10-17 +- **Plot average:** 268.3 BU/Ac +- **Coordinates:** 42.05506, -88.90752 +- **URL:** https://lgseeds.com/performance/corn#plot-142352 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC114-99RIB | - | 285.2 | +| 2 | Unknown | B11C37V | - | 284.9 | +| 3 | Unknown | B14H38Q | - | 284.0 | +| 4 | Unknown | B08R32V | - | 282.5 | +| 5 | Unknown | DKC59-82RIB | - | 281.8 | + +Top 5 by Yield: DKC114-99RIB (Unknown) 285.2, B11C37V (Unknown) 284.9, B14H38Q (Unknown) 284.0, B08R32V (Unknown) 282.5, DKC59-82RIB (Unknown) 281.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142354.json b/corpus/lg_plot_reports/lgpr-corn-2024-142354.json new file mode 100644 index 00000000..7dc10ec1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142354.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142354", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Garden Prairie", + "year": 2024, + "plot_id": "142354", + "lat": 42.27689, + "lng": -88.70298, + "cooperator": "Rush Creek Seed", + "salesperson": "Rush Creek Seed", + "planted_date": "2024-05-13", + "harvested_date": "2024-10-18", + "plot_average": 251.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 275.66 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 272.96 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 267.98 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2PRO", + "metrics": { + "Yield": 265.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 264.22 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142354" + ], + "fetched_at": "2026-05-27T02:19:07.144770+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142354.md b/corpus/lg_plot_reports/lgpr-corn-2024-142354.md new file mode 100644 index 00000000..cde7573a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142354.md @@ -0,0 +1,28 @@ +# Corn yield trial — Garden Prairie, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Garden Prairie +- **Year:** 2024 +- **Plot ID:** 142354 +- **Cooperator:** Rush Creek Seed +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-18 +- **Plot average:** 251.9 BU/Ac +- **Coordinates:** 42.27689, -88.70298 +- **URL:** https://lgseeds.com/performance/corn#plot-142354 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C82 | DGVT2RIB | 275.66 | +| 2 | LG Seeds | LG62C73 | VT2PRO | 272.96 | +| 3 | LG Seeds | LG63C32 | SSP | 267.98 | +| 4 | LG Seeds | LG65C30 | VT2PRO | 265.1 | +| 5 | LG Seeds | LG64C43 | VT2RIB | 264.22 | + +Top 5 by Yield: LG63C82 (LG Seeds) 275.66, LG62C73 (LG Seeds) 272.96, LG63C32 (LG Seeds) 267.98, LG65C30 (LG Seeds) 265.1, LG64C43 (LG Seeds) 264.22. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142355.json b/corpus/lg_plot_reports/lgpr-corn-2024-142355.json new file mode 100644 index 00000000..d514302f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142355.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142355", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "California", + "state_abbrev": "ca", + "city": "Isleton", + "year": 2024, + "plot_id": "142355", + "lat": 38.21154, + "lng": -121.57129, + "cooperator": "RK AG", + "salesperson": "RK AG", + "planted_date": "2024-04-25", + "harvested_date": "2024-09-26", + "plot_average": 234.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "", + "metrics": { + "Yield": 252.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "ES7514", + "traits": "", + "metrics": { + "Yield": 248.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG70C16", + "traits": "", + "metrics": { + "Yield": 246.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG65C76", + "traits": "", + "metrics": { + "Yield": 239.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG65C76", + "traits": "", + "metrics": { + "Yield": 238.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142355" + ], + "fetched_at": "2026-05-27T02:19:06.642624+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142355.md b/corpus/lg_plot_reports/lgpr-corn-2024-142355.md new file mode 100644 index 00000000..22bacbaa --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142355.md @@ -0,0 +1,28 @@ +# Corn yield trial — Isleton, California, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** California (CA) +- **City:** Isleton +- **Year:** 2024 +- **Plot ID:** 142355 +- **Cooperator:** RK AG +- **Planted:** 2024-04-25 +- **Harvested:** 2024-09-26 +- **Plot average:** 234.1 BU/Ac +- **Coordinates:** 38.21154, -121.57129 +- **URL:** https://lgseeds.com/performance/corn#plot-142355 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C73 | - | 252.6 | +| 2 | LG Seeds | ES7514 | - | 248.3 | +| 3 | LG Seeds | LG70C16 | - | 246.0 | +| 4 | LG Seeds | LG65C76 | - | 239.6 | +| 5 | Unknown | LG65C76 | - | 238.2 | + +Top 5 by Yield: LG62C73 (LG Seeds) 252.6, ES7514 (LG Seeds) 248.3, LG70C16 (LG Seeds) 246.0, LG65C76 (LG Seeds) 239.6, LG65C76 (Unknown) 238.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142362.json b/corpus/lg_plot_reports/lgpr-corn-2024-142362.json new file mode 100644 index 00000000..89790a97 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142362.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142362", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Clements", + "year": 2024, + "plot_id": "142362", + "lat": 44.34982, + "lng": -95.12682, + "cooperator": "Berg Bros", + "salesperson": "Berg Bros", + "planted_date": "2024-04-25", + "harvested_date": "2024-10-09", + "plot_average": 153.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 177.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 176.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 169.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 168.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG58C73", + "traits": "3110", + "metrics": { + "Yield": 164.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142362" + ], + "fetched_at": "2026-05-27T02:19:13.407004+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142362.md b/corpus/lg_plot_reports/lgpr-corn-2024-142362.md new file mode 100644 index 00000000..cefa734d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142362.md @@ -0,0 +1,28 @@ +# Corn yield trial — Clements, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Clements +- **Year:** 2024 +- **Plot ID:** 142362 +- **Cooperator:** Berg Bros +- **Planted:** 2024-04-25 +- **Harvested:** 2024-10-09 +- **Plot average:** 153.2 BU/Ac +- **Coordinates:** 44.34982, -95.12682 +- **URL:** https://lgseeds.com/performance/corn#plot-142362 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C48 | VT2RIB | 177.1 | +| 2 | LG Seeds | LG59C72 | 5222EZ | 176.5 | +| 3 | LG Seeds | LG51C62 | VT2RIB | 169.4 | +| 4 | LG Seeds | LG49C28 | VT2RIB | 168.0 | +| 5 | LG Seeds | LG58C73 | 3110 | 164.7 | + +Top 5 by Yield: LG58C48 (LG Seeds) 177.1, LG59C72 (LG Seeds) 176.5, LG51C62 (LG Seeds) 169.4, LG49C28 (LG Seeds) 168.0, LG58C73 (LG Seeds) 164.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142363.json b/corpus/lg_plot_reports/lgpr-corn-2024-142363.json new file mode 100644 index 00000000..95849847 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142363.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142363", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Groton", + "year": 2024, + "plot_id": "142363", + "lat": 45.45909, + "lng": -98.18693, + "cooperator": "Scott Sperry", + "salesperson": "Scott Sperry", + "planted_date": "2024-04-24", + "harvested_date": "2024-10-14", + "plot_average": 200.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "K5218D", + "traits": "", + "metrics": { + "Yield": 250.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG55C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 250.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2RIB", + "metrics": { + "Yield": 249.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 231.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "STXRIB", + "metrics": { + "Yield": 229.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142363" + ], + "fetched_at": "2026-05-27T02:19:45.415131+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142363.md b/corpus/lg_plot_reports/lgpr-corn-2024-142363.md new file mode 100644 index 00000000..d2264583 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142363.md @@ -0,0 +1,28 @@ +# Corn yield trial — Groton, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Groton +- **Year:** 2024 +- **Plot ID:** 142363 +- **Cooperator:** Scott Sperry +- **Planted:** 2024-04-24 +- **Harvested:** 2024-10-14 +- **Plot average:** 200.0 BU/Ac +- **Coordinates:** 45.45909, -98.18693 +- **URL:** https://lgseeds.com/performance/corn#plot-142363 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | K5218D | - | 250.1 | +| 2 | LG Seeds | LG55C32 | SSPRIB | 250.0 | +| 3 | LG Seeds | LG5525 | VT2RIB | 249.5 | +| 4 | LG Seeds | LG48C32 | SSPRIB | 231.4 | +| 5 | LG Seeds | LG47C77 | STXRIB | 229.1 | + +Top 5 by Yield: K5218D (Unknown) 250.1, LG55C32 (LG Seeds) 250.0, LG5525 (LG Seeds) 249.5, LG48C32 (LG Seeds) 231.4, LG47C77 (LG Seeds) 229.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142364.json b/corpus/lg_plot_reports/lgpr-corn-2024-142364.json new file mode 100644 index 00000000..605d6781 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142364.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142364", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Kieler", + "year": 2024, + "plot_id": "142364", + "lat": 42.60225, + "lng": -90.6119, + "cooperator": "Fred Kieler", + "salesperson": "Fred Kieler", + "planted_date": "2024-04-25", + "harvested_date": "2024-10-11", + "plot_average": 259.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 278.61 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "5864AM", + "traits": "", + "metrics": { + "Yield": 271.82 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "5647Q", + "traits": "", + "metrics": { + "Yield": 267.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 261.59 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 260.48 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142364" + ], + "fetched_at": "2026-05-27T02:18:51.392778+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142364.md b/corpus/lg_plot_reports/lgpr-corn-2024-142364.md new file mode 100644 index 00000000..1bc824b0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142364.md @@ -0,0 +1,28 @@ +# Corn yield trial — Kieler, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Kieler +- **Year:** 2024 +- **Plot ID:** 142364 +- **Cooperator:** Fred Kieler +- **Planted:** 2024-04-25 +- **Harvested:** 2024-10-11 +- **Plot average:** 259.1 BU/Ac +- **Coordinates:** 42.60225, -90.61190 +- **URL:** https://lgseeds.com/performance/corn#plot-142364 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C48 | VT2RIB | 278.61 | +| 2 | Unknown | 5864AM | - | 271.82 | +| 3 | Unknown | 5647Q | - | 267.4 | +| 4 | LG Seeds | LG56C25 | SSPRIB | 261.59 | +| 5 | LG Seeds | LG59C72 | 5222EZ | 260.48 | + +Top 5 by Yield: LG58C48 (LG Seeds) 278.61, 5864AM (Unknown) 271.82, 5647Q (Unknown) 267.4, LG56C25 (LG Seeds) 261.59, LG59C72 (LG Seeds) 260.48. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142367.json b/corpus/lg_plot_reports/lgpr-corn-2024-142367.json new file mode 100644 index 00000000..d6081ece --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142367.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142367", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Spalding", + "year": 2024, + "plot_id": "142367", + "lat": 41.62862, + "lng": -98.39653, + "cooperator": "Kevin Marisch", + "salesperson": "Kevin Marisch", + "planted_date": "2024-05-18", + "harvested_date": "2024-10-20", + "plot_average": 283.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 316.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 306.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 301.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG66C06", + "traits": "VT2RIB", + "metrics": { + "Yield": 296.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STXRIB", + "metrics": { + "Yield": 295.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142367" + ], + "fetched_at": "2026-05-27T02:19:14.141138+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142367.md b/corpus/lg_plot_reports/lgpr-corn-2024-142367.md new file mode 100644 index 00000000..1f21f12c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142367.md @@ -0,0 +1,28 @@ +# Corn yield trial — Spalding, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Spalding +- **Year:** 2024 +- **Plot ID:** 142367 +- **Cooperator:** Kevin Marisch +- **Planted:** 2024-05-18 +- **Harvested:** 2024-10-20 +- **Plot average:** 283.2 BU/Ac +- **Coordinates:** 41.62862, -98.39653 +- **URL:** https://lgseeds.com/performance/corn#plot-142367 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C54 | PCE | 316.8 | +| 2 | LG Seeds | LG64C43 | VT2RIB | 306.8 | +| 3 | LG Seeds | LG63C82 | DGVT2RIB | 301.5 | +| 4 | LG Seeds | LG66C06 | VT2RIB | 296.1 | +| 5 | LG Seeds | LG64C90 | STXRIB | 295.1 | + +Top 5 by Yield: LG63C54 (LG Seeds) 316.8, LG64C43 (LG Seeds) 306.8, LG63C82 (LG Seeds) 301.5, LG66C06 (LG Seeds) 296.1, LG64C90 (LG Seeds) 295.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142368.json b/corpus/lg_plot_reports/lgpr-corn-2024-142368.json new file mode 100644 index 00000000..48ce6676 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142368.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142368", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Lanark", + "year": 2024, + "plot_id": "142368", + "lat": 42.09567, + "lng": -89.84928, + "cooperator": "Chris Fink", + "salesperson": "Chris Fink", + "planted_date": "2024-04-25", + "harvested_date": "2024-09-23", + "plot_average": 258.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 294.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 293.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C77", + "traits": "STXRIB", + "metrics": { + "Yield": 288.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG61C21", + "traits": "3110", + "metrics": { + "Yield": 284.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 282.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142368" + ], + "fetched_at": "2026-05-27T02:18:32.896324+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142368.md b/corpus/lg_plot_reports/lgpr-corn-2024-142368.md new file mode 100644 index 00000000..bcfb3440 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142368.md @@ -0,0 +1,28 @@ +# Corn yield trial — Lanark, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Lanark +- **Year:** 2024 +- **Plot ID:** 142368 +- **Cooperator:** Chris Fink +- **Planted:** 2024-04-25 +- **Harvested:** 2024-09-23 +- **Plot average:** 258.7 BU/Ac +- **Coordinates:** 42.09567, -89.84928 +- **URL:** https://lgseeds.com/performance/corn#plot-142368 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | SSP | 294.0 | +| 2 | LG Seeds | LG63C82 | DGVT2RIB | 293.9 | +| 3 | LG Seeds | LG63C77 | STXRIB | 288.7 | +| 4 | LG Seeds | LG61C21 | 3110 | 284.7 | +| 5 | LG Seeds | LG62C73 | VT2PRO | 282.2 | + +Top 5 by Yield: LG63C32 (LG Seeds) 294.0, LG63C82 (LG Seeds) 293.9, LG63C77 (LG Seeds) 288.7, LG61C21 (LG Seeds) 284.7, LG62C73 (LG Seeds) 282.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142374.json b/corpus/lg_plot_reports/lgpr-corn-2024-142374.json new file mode 100644 index 00000000..73c2fb30 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142374.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142374", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Hartington ", + "year": 2024, + "plot_id": "142374", + "lat": 42.599, + "lng": -97.27014, + "cooperator": "Allen Kathol", + "salesperson": "Allen Kathol", + "planted_date": "2024-04-25", + "harvested_date": "2024-10-15", + "plot_average": 238.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 264.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 252.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 250.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 250.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STXRIB", + "metrics": { + "Yield": 248.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142374" + ], + "fetched_at": "2026-05-27T02:19:57.159386+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142374.md b/corpus/lg_plot_reports/lgpr-corn-2024-142374.md new file mode 100644 index 00000000..dd737331 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142374.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hartington , Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Hartington +- **Year:** 2024 +- **Plot ID:** 142374 +- **Cooperator:** Allen Kathol +- **Planted:** 2024-04-25 +- **Harvested:** 2024-10-15 +- **Plot average:** 238.8 BU/Ac +- **Coordinates:** 42.59900, -97.27014 +- **URL:** https://lgseeds.com/performance/corn#plot-142374 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG53C44 | VT2RIB | 264.0 | +| 2 | LG Seeds | LG63C54 | PCE | 252.7 | +| 3 | LG Seeds | LG58C48 | VT2RIB | 250.8 | +| 4 | LG Seeds | LG63C82 | DGVT2RIB | 250.3 | +| 5 | LG Seeds | LG64C90 | STXRIB | 248.5 | + +Top 5 by Yield: LG53C44 (LG Seeds) 264.0, LG63C54 (LG Seeds) 252.7, LG58C48 (LG Seeds) 250.8, LG63C82 (LG Seeds) 250.3, LG64C90 (LG Seeds) 248.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142376.json b/corpus/lg_plot_reports/lgpr-corn-2024-142376.json new file mode 100644 index 00000000..e2028ecb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142376.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142376", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Marshall", + "year": 2024, + "plot_id": "142376", + "lat": 44.44487, + "lng": -95.83518, + "cooperator": "Mike Mortier", + "salesperson": "Mike Mortier", + "planted_date": "2024-04-25", + "harvested_date": "2024-10-15", + "plot_average": 218.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "K5836PWE", + "traits": "", + "metrics": { + "Yield": 266.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 259.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 240.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 231.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 230.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142376" + ], + "fetched_at": "2026-05-27T02:19:29.902218+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142376.md b/corpus/lg_plot_reports/lgpr-corn-2024-142376.md new file mode 100644 index 00000000..e2b3002f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142376.md @@ -0,0 +1,28 @@ +# Corn yield trial — Marshall, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Marshall +- **Year:** 2024 +- **Plot ID:** 142376 +- **Cooperator:** Mike Mortier +- **Planted:** 2024-04-25 +- **Harvested:** 2024-10-15 +- **Plot average:** 218.4 BU/Ac +- **Coordinates:** 44.44487, -95.83518 +- **URL:** https://lgseeds.com/performance/corn#plot-142376 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | K5836PWE | - | 266.9 | +| 2 | LG Seeds | LG58C48 | VT2RIB | 259.2 | +| 3 | LG Seeds | LG48C87 | VT2RIB | 240.0 | +| 4 | LG Seeds | LG49C28 | VT2RIB | 231.0 | +| 5 | LG Seeds | LG51C62 | VT2RIB | 230.2 | + +Top 5 by Yield: K5836PWE (Unknown) 266.9, LG58C48 (LG Seeds) 259.2, LG48C87 (LG Seeds) 240.0, LG49C28 (LG Seeds) 231.0, LG51C62 (LG Seeds) 230.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142378.json b/corpus/lg_plot_reports/lgpr-corn-2024-142378.json new file mode 100644 index 00000000..1015c242 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142378.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142378", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Battle Creek", + "year": 2024, + "plot_id": "142378", + "lat": 41.92444, + "lng": -97.68196, + "cooperator": "Paul Kuchar", + "salesperson": "Paul Kuchar", + "planted_date": "2024-04-25", + "harvested_date": "2024-10-17", + "plot_average": 252.2, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P1170AM", + "traits": "", + "metrics": { + "Yield": 276.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VTPRO", + "metrics": { + "Yield": 271.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C52", + "traits": "TRCRIB", + "metrics": { + "Yield": 268.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C77", + "traits": "STXRIB", + "metrics": { + "Yield": 266.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 264.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142378" + ], + "fetched_at": "2026-05-27T02:20:29.934603+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142378.md b/corpus/lg_plot_reports/lgpr-corn-2024-142378.md new file mode 100644 index 00000000..b6865328 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142378.md @@ -0,0 +1,28 @@ +# Corn yield trial — Battle Creek, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Battle Creek +- **Year:** 2024 +- **Plot ID:** 142378 +- **Cooperator:** Paul Kuchar +- **Planted:** 2024-04-25 +- **Harvested:** 2024-10-17 +- **Plot average:** 252.2 BU/Ac +- **Coordinates:** 41.92444, -97.68196 +- **URL:** https://lgseeds.com/performance/corn#plot-142378 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P1170AM | - | 276.0 | +| 2 | LG Seeds | LG57C82 | VTPRO | 271.7 | +| 3 | LG Seeds | LG62C52 | TRCRIB | 268.7 | +| 4 | LG Seeds | LG63C77 | STXRIB | 266.7 | +| 5 | LG Seeds | LG66C44 | VT2RIB | 264.2 | + +Top 5 by Yield: P1170AM (Pioneer) 276.0, LG57C82 (LG Seeds) 271.7, LG62C52 (LG Seeds) 268.7, LG63C77 (LG Seeds) 266.7, LG66C44 (LG Seeds) 264.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142379.json b/corpus/lg_plot_reports/lgpr-corn-2024-142379.json new file mode 100644 index 00000000..7a70b3c5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142379.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142379", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "New Ulm ", + "year": 2024, + "plot_id": "142379", + "lat": 44.30731, + "lng": -94.49754, + "cooperator": "Jeff Berg", + "salesperson": "Jeff Berg", + "planted_date": "2024-04-25", + "harvested_date": "2024-10-15", + "plot_average": 219.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 237.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "K5218D", + "traits": "", + "metrics": { + "Yield": 229.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 229.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 225.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 224.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142379" + ], + "fetched_at": "2026-05-27T02:19:30.153467+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142379.md b/corpus/lg_plot_reports/lgpr-corn-2024-142379.md new file mode 100644 index 00000000..0c075f31 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142379.md @@ -0,0 +1,28 @@ +# Corn yield trial — New Ulm , Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** New Ulm +- **Year:** 2024 +- **Plot ID:** 142379 +- **Cooperator:** Jeff Berg +- **Planted:** 2024-04-25 +- **Harvested:** 2024-10-15 +- **Plot average:** 219.9 BU/Ac +- **Coordinates:** 44.30731, -94.49754 +- **URL:** https://lgseeds.com/performance/corn#plot-142379 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2PRO | 237.7 | +| 2 | Unknown | K5218D | - | 229.8 | +| 3 | LG Seeds | LG56C25 | SSPRIB | 229.0 | +| 4 | LG Seeds | LG59C72 | 5222EZ | 225.3 | +| 5 | LG Seeds | LG53C44 | VT2RIB | 224.2 | + +Top 5 by Yield: LG52C90 (LG Seeds) 237.7, K5218D (Unknown) 229.8, LG56C25 (LG Seeds) 229.0, LG59C72 (LG Seeds) 225.3, LG53C44 (LG Seeds) 224.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142380.json b/corpus/lg_plot_reports/lgpr-corn-2024-142380.json new file mode 100644 index 00000000..32e87a68 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142380.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142380", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Epworth ", + "year": 2024, + "plot_id": "142380", + "lat": 42.50226, + "lng": -90.95098, + "cooperator": "Lahey Farms", + "salesperson": "Lahey Farms", + "planted_date": "2024-04-25", + "harvested_date": "2024-10-30", + "plot_average": 260.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 271.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 271.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 270.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG57C45", + "traits": "SSP", + "metrics": { + "Yield": 268.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 266.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142380" + ], + "fetched_at": "2026-05-27T02:19:14.654457+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142380.md b/corpus/lg_plot_reports/lgpr-corn-2024-142380.md new file mode 100644 index 00000000..aaa29ea8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142380.md @@ -0,0 +1,28 @@ +# Corn yield trial — Epworth , Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Epworth +- **Year:** 2024 +- **Plot ID:** 142380 +- **Cooperator:** Lahey Farms +- **Planted:** 2024-04-25 +- **Harvested:** 2024-10-30 +- **Plot average:** 260.5 BU/Ac +- **Coordinates:** 42.50226, -90.95098 +- **URL:** https://lgseeds.com/performance/corn#plot-142380 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | SSP | 271.9 | +| 2 | LG Seeds | LG63C82 | DGVT2RIB | 271.3 | +| 3 | LG Seeds | LG61C34 | STXRIB | 270.8 | +| 4 | LG Seeds | LG57C45 | SSP | 268.8 | +| 5 | LG Seeds | LG58C48 | VT2RIB | 266.3 | + +Top 5 by Yield: LG63C32 (LG Seeds) 271.9, LG63C82 (LG Seeds) 271.3, LG61C34 (LG Seeds) 270.8, LG57C45 (LG Seeds) 268.8, LG58C48 (LG Seeds) 266.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142381.json b/corpus/lg_plot_reports/lgpr-corn-2024-142381.json new file mode 100644 index 00000000..3712f095 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142381.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142381", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Milroy", + "year": 2024, + "plot_id": "142381", + "lat": 44.42446, + "lng": -95.54847, + "cooperator": "Jack Christensen", + "salesperson": "Jack Christensen", + "planted_date": "2024-04-25", + "harvested_date": "2024-10-14", + "plot_average": 172.2, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DS-4488V", + "traits": "", + "metrics": { + "Yield": 192.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG57C45", + "traits": "SSP", + "metrics": { + "Yield": 185.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "JS0223SSP", + "traits": "", + "metrics": { + "Yield": 182.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DS-4365V", + "traits": "", + "metrics": { + "Yield": 181.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 180.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142381" + ], + "fetched_at": "2026-05-27T02:18:07.103905+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142381.md b/corpus/lg_plot_reports/lgpr-corn-2024-142381.md new file mode 100644 index 00000000..ade9fb12 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142381.md @@ -0,0 +1,28 @@ +# Corn yield trial — Milroy, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Milroy +- **Year:** 2024 +- **Plot ID:** 142381 +- **Cooperator:** Jack Christensen +- **Planted:** 2024-04-25 +- **Harvested:** 2024-10-14 +- **Plot average:** 172.2 BU/Ac +- **Coordinates:** 44.42446, -95.54847 +- **URL:** https://lgseeds.com/performance/corn#plot-142381 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DS-4488V | - | 192.3 | +| 2 | LG Seeds | LG57C45 | SSP | 185.6 | +| 3 | Unknown | JS0223SSP | - | 182.9 | +| 4 | Unknown | DS-4365V | - | 181.6 | +| 5 | LG Seeds | LG56C25 | SSPRIB | 180.2 | + +Top 5 by Yield: DS-4488V (Unknown) 192.3, LG57C45 (LG Seeds) 185.6, JS0223SSP (Unknown) 182.9, DS-4365V (Unknown) 181.6, LG56C25 (LG Seeds) 180.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142382.json b/corpus/lg_plot_reports/lgpr-corn-2024-142382.json new file mode 100644 index 00000000..7a3f4eed --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142382.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142382", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Galva", + "year": 2024, + "plot_id": "142382", + "lat": 41.11343, + "lng": -90.07035, + "cooperator": "Steve Love", + "salesperson": "Steve Love", + "planted_date": "2024-05-11", + "harvested_date": "2024-10-15", + "plot_average": 282.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 302.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LG64C43VT2RIB", + "traits": "", + "metrics": { + "Yield": 301.7 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG64C43VT2RIB", + "traits": "", + "metrics": { + "Yield": 297.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 295.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "9754-20", + "traits": "", + "metrics": { + "Yield": 295.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142382" + ], + "fetched_at": "2026-05-27T02:19:18.154863+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142382.md b/corpus/lg_plot_reports/lgpr-corn-2024-142382.md new file mode 100644 index 00000000..4ebdf27a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142382.md @@ -0,0 +1,28 @@ +# Corn yield trial — Galva, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Galva +- **Year:** 2024 +- **Plot ID:** 142382 +- **Cooperator:** Steve Love +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-15 +- **Plot average:** 282.4 BU/Ac +- **Coordinates:** 41.11343, -90.07035 +- **URL:** https://lgseeds.com/performance/corn#plot-142382 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C43 | VT2RIB | 302.3 | +| 2 | Unknown | LG64C43VT2RIB | - | 301.7 | +| 3 | Unknown | LG64C43VT2RIB | - | 297.8 | +| 4 | LG Seeds | LG63C82 | DGVT2RIB | 295.5 | +| 5 | Unknown | 9754-20 | - | 295.5 | + +Top 5 by Yield: LG64C43 (LG Seeds) 302.3, LG64C43VT2RIB (Unknown) 301.7, LG64C43VT2RIB (Unknown) 297.8, LG63C82 (LG Seeds) 295.5, 9754-20 (Unknown) 295.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142383.json b/corpus/lg_plot_reports/lgpr-corn-2024-142383.json new file mode 100644 index 00000000..4bf3a99a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142383.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142383", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "St Charles", + "year": 2024, + "plot_id": "142383", + "lat": 44.04978, + "lng": -92.01757, + "cooperator": "Cody Hager", + "salesperson": "Cody Hager", + "planted_date": "2024-04-25", + "harvested_date": "2024-10-15", + "plot_average": 260.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "204-54SSPRIB", + "traits": "", + "metrics": { + "Yield": 277.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 275.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 272.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "203-70TRERIB", + "traits": "", + "metrics": { + "Yield": 268.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "198-25SSPRIB", + "traits": "", + "metrics": { + "Yield": 267.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142383" + ], + "fetched_at": "2026-05-27T02:18:44.610391+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142383.md b/corpus/lg_plot_reports/lgpr-corn-2024-142383.md new file mode 100644 index 00000000..23177da4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142383.md @@ -0,0 +1,28 @@ +# Corn yield trial — St Charles, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** St Charles +- **Year:** 2024 +- **Plot ID:** 142383 +- **Cooperator:** Cody Hager +- **Planted:** 2024-04-25 +- **Harvested:** 2024-10-15 +- **Plot average:** 260.9 BU/Ac +- **Coordinates:** 44.04978, -92.01757 +- **URL:** https://lgseeds.com/performance/corn#plot-142383 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 204-54SSPRIB | - | 277.4 | +| 2 | LG Seeds | LG51C62 | VT2RIB | 275.4 | +| 3 | LG Seeds | LG56C25 | SSPRIB | 272.8 | +| 4 | Unknown | 203-70TRERIB | - | 268.1 | +| 5 | Unknown | 198-25SSPRIB | - | 267.8 | + +Top 5 by Yield: 204-54SSPRIB (Unknown) 277.4, LG51C62 (LG Seeds) 275.4, LG56C25 (LG Seeds) 272.8, 203-70TRERIB (Unknown) 268.1, 198-25SSPRIB (Unknown) 267.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142385.json b/corpus/lg_plot_reports/lgpr-corn-2024-142385.json new file mode 100644 index 00000000..c61e01ef --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142385.json @@ -0,0 +1,64 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142385", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Garfield", + "year": 2024, + "plot_id": "142385", + "lat": 46.003, + "lng": -95.4535, + "cooperator": "Jacob Schiltgen", + "salesperson": "Jacob Schiltgen", + "planted_date": "2024-04-25", + "harvested_date": "2024-10-14", + "plot_average": 217.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 228.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "VT2RIB", + "metrics": { + "Yield": 222.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG38C48", + "traits": "VT2PRO", + "metrics": { + "Yield": 221.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG37C33", + "traits": "VT2RIB", + "metrics": { + "Yield": 197.5 + } + } + ], + "n_results": 4, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142385" + ], + "fetched_at": "2026-05-27T02:20:37.667093+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142385.md b/corpus/lg_plot_reports/lgpr-corn-2024-142385.md new file mode 100644 index 00000000..1e9a9235 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142385.md @@ -0,0 +1,27 @@ +# Corn yield trial — Garfield, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Garfield +- **Year:** 2024 +- **Plot ID:** 142385 +- **Cooperator:** Jacob Schiltgen +- **Planted:** 2024-04-25 +- **Harvested:** 2024-10-14 +- **Plot average:** 217.5 BU/Ac +- **Coordinates:** 46.00300, -95.45350 +- **URL:** https://lgseeds.com/performance/corn#plot-142385 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG42C80 | VT2RIB | 228.7 | +| 2 | LG Seeds | LG44C27 | VT2RIB | 222.6 | +| 3 | LG Seeds | LG38C48 | VT2PRO | 221.1 | +| 4 | LG Seeds | LG37C33 | VT2RIB | 197.5 | + +Top 5 by Yield: LG42C80 (LG Seeds) 228.7, LG44C27 (LG Seeds) 222.6, LG38C48 (LG Seeds) 221.1, LG37C33 (LG Seeds) 197.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142394.json b/corpus/lg_plot_reports/lgpr-corn-2024-142394.json new file mode 100644 index 00000000..c8f5df30 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142394.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142394", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Earlville ", + "year": 2024, + "plot_id": "142394", + "lat": 41.52116, + "lng": -88.87179, + "cooperator": "Seth Wiley", + "salesperson": "Seth Wiley", + "planted_date": "2024-04-25", + "harvested_date": "2024-10-01", + "plot_average": 279.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B14R22Q", + "traits": "", + "metrics": { + "Yield": 296.0 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "", + "metrics": { + "Yield": 295.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B11M47V", + "traits": "", + "metrics": { + "Yield": 293.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B10Y21V", + "traits": "", + "metrics": { + "Yield": 292.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC114-99RIB", + "traits": "", + "metrics": { + "Yield": 289.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142394" + ], + "fetched_at": "2026-05-27T02:19:02.113324+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142394.md b/corpus/lg_plot_reports/lgpr-corn-2024-142394.md new file mode 100644 index 00000000..6576d890 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142394.md @@ -0,0 +1,28 @@ +# Corn yield trial — Earlville , Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Earlville +- **Year:** 2024 +- **Plot ID:** 142394 +- **Cooperator:** Seth Wiley +- **Planted:** 2024-04-25 +- **Harvested:** 2024-10-01 +- **Plot average:** 279.4 BU/Ac +- **Coordinates:** 41.52116, -88.87179 +- **URL:** https://lgseeds.com/performance/corn#plot-142394 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B14R22Q | - | 296.0 | +| 2 | Pioneer | P1742Q | - | 295.8 | +| 3 | Unknown | B11M47V | - | 293.8 | +| 4 | Unknown | B10Y21V | - | 292.5 | +| 5 | Unknown | DKC114-99RIB | - | 289.6 | + +Top 5 by Yield: B14R22Q (Unknown) 296.0, P1742Q (Pioneer) 295.8, B11M47V (Unknown) 293.8, B10Y21V (Unknown) 292.5, DKC114-99RIB (Unknown) 289.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142395.json b/corpus/lg_plot_reports/lgpr-corn-2024-142395.json new file mode 100644 index 00000000..138bf78f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142395.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142395", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Sartell ", + "year": 2024, + "plot_id": "142395", + "lat": 45.6554, + "lng": -94.2381, + "cooperator": "Dennis Traut", + "salesperson": "Dennis Traut", + "planted_date": "2024-04-24", + "harvested_date": "2024-10-08", + "plot_average": 242.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 269.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 260.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 256.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2PRO", + "metrics": { + "Yield": 247.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2RIB", + "metrics": { + "Yield": 245.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142395" + ], + "fetched_at": "2026-05-27T02:19:13.637026+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142395.md b/corpus/lg_plot_reports/lgpr-corn-2024-142395.md new file mode 100644 index 00000000..b30f9033 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142395.md @@ -0,0 +1,28 @@ +# Corn yield trial — Sartell , Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Sartell +- **Year:** 2024 +- **Plot ID:** 142395 +- **Cooperator:** Dennis Traut +- **Planted:** 2024-04-24 +- **Harvested:** 2024-10-08 +- **Plot average:** 242.7 BU/Ac +- **Coordinates:** 45.65540, -94.23810 +- **URL:** https://lgseeds.com/performance/corn#plot-142395 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 269.3 | +| 2 | LG Seeds | LG52C90 | VT2PRO | 260.2 | +| 3 | LG Seeds | LG49C28 | VT2RIB | 256.9 | +| 4 | LG Seeds | LG43C50 | VT2PRO | 247.4 | +| 5 | LG Seeds | LG5525 | VT2RIB | 245.1 | + +Top 5 by Yield: LG51C62 (LG Seeds) 269.3, LG52C90 (LG Seeds) 260.2, LG49C28 (LG Seeds) 256.9, LG43C50 (LG Seeds) 247.4, LG5525 (LG Seeds) 245.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142397.json b/corpus/lg_plot_reports/lgpr-corn-2024-142397.json new file mode 100644 index 00000000..a2e05835 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142397.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142397", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Clear Lake", + "year": 2024, + "plot_id": "142397", + "lat": 45.4911, + "lng": -93.9598, + "cooperator": "A & L Peterson Farms", + "salesperson": "A & L Peterson Farms", + "planted_date": "2024-04-23", + "harvested_date": "2024-10-05", + "plot_average": 253.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 282.05 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 281.57 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 277.25 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG57C45", + "traits": "SSP", + "metrics": { + "Yield": 276.05 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG59C72VT2RIB", + "traits": "", + "metrics": { + "Yield": 274.86 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142397" + ], + "fetched_at": "2026-05-27T02:19:29.144498+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142397.md b/corpus/lg_plot_reports/lgpr-corn-2024-142397.md new file mode 100644 index 00000000..ceb7be43 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142397.md @@ -0,0 +1,28 @@ +# Corn yield trial — Clear Lake, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Clear Lake +- **Year:** 2024 +- **Plot ID:** 142397 +- **Cooperator:** A & L Peterson Farms +- **Planted:** 2024-04-23 +- **Harvested:** 2024-10-05 +- **Plot average:** 253.7 BU/Ac +- **Coordinates:** 45.49110, -93.95980 +- **URL:** https://lgseeds.com/performance/corn#plot-142397 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 282.05 | +| 2 | LG Seeds | LG52C90 | VT2PRO | 281.57 | +| 3 | LG Seeds | LG59C72 | 5222EZ | 277.25 | +| 4 | LG Seeds | LG57C45 | SSP | 276.05 | +| 5 | Unknown | LG59C72VT2RIB | - | 274.86 | + +Top 5 by Yield: LG51C62 (LG Seeds) 282.05, LG52C90 (LG Seeds) 281.57, LG59C72 (LG Seeds) 277.25, LG57C45 (LG Seeds) 276.05, LG59C72VT2RIB (Unknown) 274.86. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142399.json b/corpus/lg_plot_reports/lgpr-corn-2024-142399.json new file mode 100644 index 00000000..22918d9a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142399.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142399", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kentucky", + "state_abbrev": "ky", + "city": "Sinking Fork", + "year": 2024, + "plot_id": "142399", + "lat": 36.93142, + "lng": -87.61674, + "cooperator": "Kathy Lewis", + "salesperson": "Kathy Lewis", + "planted_date": "2024-04-23", + "harvested_date": "2024-09-18", + "plot_average": 217.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG68C18", + "traits": "VT2PRO", + "metrics": { + "Yield": 238.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 231.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2PRO", + "metrics": { + "Yield": 229.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 227.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC68-35RIB", + "traits": "", + "metrics": { + "Yield": 225.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142399" + ], + "fetched_at": "2026-05-27T02:19:28.151316+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142399.md b/corpus/lg_plot_reports/lgpr-corn-2024-142399.md new file mode 100644 index 00000000..c93b394b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142399.md @@ -0,0 +1,28 @@ +# Corn yield trial — Sinking Fork, Kentucky, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kentucky (KY) +- **City:** Sinking Fork +- **Year:** 2024 +- **Plot ID:** 142399 +- **Cooperator:** Kathy Lewis +- **Planted:** 2024-04-23 +- **Harvested:** 2024-09-18 +- **Plot average:** 217.3 BU/Ac +- **Coordinates:** 36.93142, -87.61674 +- **URL:** https://lgseeds.com/performance/corn#plot-142399 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG68C18 | VT2PRO | 238.3 | +| 2 | LG Seeds | LG62C73 | VT2PRO | 231.4 | +| 3 | LG Seeds | LG66C44 | VT2PRO | 229.2 | +| 4 | LG Seeds | LG67C07 | VT2PRO | 227.6 | +| 5 | Unknown | DKC68-35RIB | - | 225.6 | + +Top 5 by Yield: LG68C18 (LG Seeds) 238.3, LG62C73 (LG Seeds) 231.4, LG66C44 (LG Seeds) 229.2, LG67C07 (LG Seeds) 227.6, DKC68-35RIB (Unknown) 225.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142400.json b/corpus/lg_plot_reports/lgpr-corn-2024-142400.json new file mode 100644 index 00000000..6af56f1f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142400.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142400", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "West Point ", + "year": 2024, + "plot_id": "142400", + "lat": 41.75638, + "lng": -96.68505, + "cooperator": "Mark Wooldrik", + "salesperson": "Mark Wooldrik", + "planted_date": "2024-04-09", + "harvested_date": "2024-09-25", + "plot_average": 300.0, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "", + "metrics": { + "Yield": 334.2 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "", + "metrics": { + "Yield": 331.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "8172V", + "traits": "", + "metrics": { + "Yield": 326.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "H6284", + "traits": "", + "metrics": { + "Yield": 326.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STXRIB", + "metrics": { + "Yield": 325.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142400" + ], + "fetched_at": "2026-05-27T02:18:31.107612+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142400.md b/corpus/lg_plot_reports/lgpr-corn-2024-142400.md new file mode 100644 index 00000000..3e2fef80 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142400.md @@ -0,0 +1,28 @@ +# Corn yield trial — West Point , Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** West Point +- **Year:** 2024 +- **Plot ID:** 142400 +- **Cooperator:** Mark Wooldrik +- **Planted:** 2024-04-09 +- **Harvested:** 2024-09-25 +- **Plot average:** 300.0 BU/Ac +- **Coordinates:** 41.75638, -96.68505 +- **URL:** https://lgseeds.com/performance/corn#plot-142400 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P14830Q | - | 334.2 | +| 2 | Pioneer | P1742Q | - | 331.9 | +| 3 | Unknown | 8172V | - | 326.9 | +| 4 | Unknown | H6284 | - | 326.5 | +| 5 | LG Seeds | LG64C90 | STXRIB | 325.6 | + +Top 5 by Yield: P14830Q (Pioneer) 334.2, P1742Q (Pioneer) 331.9, 8172V (Unknown) 326.9, H6284 (Unknown) 326.5, LG64C90 (LG Seeds) 325.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142403.json b/corpus/lg_plot_reports/lgpr-corn-2024-142403.json new file mode 100644 index 00000000..8cfbd3cc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142403.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142403", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Missouri", + "state_abbrev": "mo", + "city": "Appleton City", + "year": 2024, + "plot_id": "142403", + "lat": 38.17239, + "lng": -93.92541, + "cooperator": "Nathan Parsons", + "salesperson": "Nathan Parsons", + "planted_date": "2024-04-26", + "harvested_date": "2024-10-05", + "plot_average": 193.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STXRIB", + "metrics": { + "Yield": 217.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG61C21", + "traits": "3110", + "metrics": { + "Yield": 204.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 203.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 201.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG62C35", + "traits": "VT2RIB", + "metrics": { + "Yield": 198.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142403" + ], + "fetched_at": "2026-05-27T02:18:05.869794+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142403.md b/corpus/lg_plot_reports/lgpr-corn-2024-142403.md new file mode 100644 index 00000000..25a0589f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142403.md @@ -0,0 +1,28 @@ +# Corn yield trial — Appleton City, Missouri, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Missouri (MO) +- **City:** Appleton City +- **Year:** 2024 +- **Plot ID:** 142403 +- **Cooperator:** Nathan Parsons +- **Planted:** 2024-04-26 +- **Harvested:** 2024-10-05 +- **Plot average:** 193.9 BU/Ac +- **Coordinates:** 38.17239, -93.92541 +- **URL:** https://lgseeds.com/performance/corn#plot-142403 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C90 | STXRIB | 217.2 | +| 2 | LG Seeds | LG61C21 | 3110 | 204.7 | +| 3 | LG Seeds | LG63C54 | PCE | 203.3 | +| 4 | LG Seeds | LG63C82 | DGVT2RIB | 201.8 | +| 5 | LG Seeds | LG62C35 | VT2RIB | 198.5 | + +Top 5 by Yield: LG64C90 (LG Seeds) 217.2, LG61C21 (LG Seeds) 204.7, LG63C54 (LG Seeds) 203.3, LG63C82 (LG Seeds) 201.8, LG62C35 (LG Seeds) 198.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142404.json b/corpus/lg_plot_reports/lgpr-corn-2024-142404.json new file mode 100644 index 00000000..688b1df3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142404.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142404", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kentucky", + "state_abbrev": "ky", + "city": "Murray", + "year": 2024, + "plot_id": "142404", + "lat": 36.65269, + "lng": -88.3426, + "cooperator": "Murray State University", + "salesperson": "Murray State University", + "planted_date": "2024-04-23", + "harvested_date": "2024-09-12", + "plot_average": 191.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC68-35RIB", + "traits": "", + "metrics": { + "Yield": 243.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC111-35RIB", + "traits": "", + "metrics": { + "Yield": 223.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "D60TC45", + "traits": "", + "metrics": { + "Yield": 221.6 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "D55VC80RIB", + "traits": "", + "metrics": { + "Yield": 207.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "D58TC94", + "traits": "", + "metrics": { + "Yield": 202.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142404" + ], + "fetched_at": "2026-05-27T02:20:14.141138+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142404.md b/corpus/lg_plot_reports/lgpr-corn-2024-142404.md new file mode 100644 index 00000000..e54b443d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142404.md @@ -0,0 +1,28 @@ +# Corn yield trial — Murray, Kentucky, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kentucky (KY) +- **City:** Murray +- **Year:** 2024 +- **Plot ID:** 142404 +- **Cooperator:** Murray State University +- **Planted:** 2024-04-23 +- **Harvested:** 2024-09-12 +- **Plot average:** 191.7 BU/Ac +- **Coordinates:** 36.65269, -88.34260 +- **URL:** https://lgseeds.com/performance/corn#plot-142404 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC68-35RIB | - | 243.3 | +| 2 | Unknown | DKC111-35RIB | - | 223.3 | +| 3 | Unknown | D60TC45 | - | 221.6 | +| 4 | Unknown | D55VC80RIB | - | 207.7 | +| 5 | Unknown | D58TC94 | - | 202.6 | + +Top 5 by Yield: DKC68-35RIB (Unknown) 243.3, DKC111-35RIB (Unknown) 223.3, D60TC45 (Unknown) 221.6, D55VC80RIB (Unknown) 207.7, D58TC94 (Unknown) 202.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142410.json b/corpus/lg_plot_reports/lgpr-corn-2024-142410.json new file mode 100644 index 00000000..ff7f888c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142410.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142410", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Dewitt", + "year": 2024, + "plot_id": "142410", + "lat": 42.82764, + "lng": -84.62987, + "cooperator": "John Felzke", + "salesperson": "John Felzke", + "planted_date": "2024-04-26", + "harvested_date": "2024-10-17", + "plot_average": 246.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "204-54TRERIB", + "traits": "", + "metrics": { + "Yield": 272.99 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C42", + "traits": "", + "metrics": { + "Yield": 271.91 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 269.54 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 268.35 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "VT2RIB", + "metrics": { + "Yield": 264.04 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142410" + ], + "fetched_at": "2026-05-27T02:19:59.918809+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142410.md b/corpus/lg_plot_reports/lgpr-corn-2024-142410.md new file mode 100644 index 00000000..ea0aff90 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142410.md @@ -0,0 +1,28 @@ +# Corn yield trial — Dewitt, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Dewitt +- **Year:** 2024 +- **Plot ID:** 142410 +- **Cooperator:** John Felzke +- **Planted:** 2024-04-26 +- **Harvested:** 2024-10-17 +- **Plot average:** 246.3 BU/Ac +- **Coordinates:** 42.82764, -84.62987 +- **URL:** https://lgseeds.com/performance/corn#plot-142410 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 204-54TRERIB | - | 272.99 | +| 2 | LG Seeds | LG52C42 | - | 271.91 | +| 3 | LG Seeds | LG51C62 | VT2RIB | 269.54 | +| 4 | LG Seeds | LG52C90 | VT2PRO | 268.35 | +| 5 | LG Seeds | LG47C77 | VT2RIB | 264.04 | + +Top 5 by Yield: 204-54TRERIB (Unknown) 272.99, LG52C42 (LG Seeds) 271.91, LG51C62 (LG Seeds) 269.54, LG52C90 (LG Seeds) 268.35, LG47C77 (LG Seeds) 264.04. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142416.json b/corpus/lg_plot_reports/lgpr-corn-2024-142416.json new file mode 100644 index 00000000..9bca51a7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142416.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142416", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Waverly ", + "year": 2024, + "plot_id": "142416", + "lat": 42.78, + "lng": -92.42, + "cooperator": "Mummelthei Seed Marc Mummelthei", + "salesperson": "Mummelthei Seed Marc Mummelthei ", + "planted_date": "2024-04-24", + "harvested_date": "2024-10-08", + "plot_average": 235.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG54C55", + "traits": "", + "metrics": { + "Yield": 249.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "D44PN25RA", + "traits": "", + "metrics": { + "Yield": 248.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "", + "metrics": { + "Yield": 247.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "", + "metrics": { + "Yield": 246.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B99A24AM", + "traits": "", + "metrics": { + "Yield": 244.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142416" + ], + "fetched_at": "2026-05-27T02:18:35.151533+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142416.md b/corpus/lg_plot_reports/lgpr-corn-2024-142416.md new file mode 100644 index 00000000..fc637369 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142416.md @@ -0,0 +1,29 @@ +# Corn yield trial — Waverly , Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Waverly +- **Year:** 2024 +- **Plot ID:** 142416 +- **Cooperator:** Mummelthei Seed Marc Mummelthei +- **Salesperson:** Mummelthei Seed Marc Mummelthei +- **Planted:** 2024-04-24 +- **Harvested:** 2024-10-08 +- **Plot average:** 235.4 BU/Ac +- **Coordinates:** 42.78000, -92.42000 +- **URL:** https://lgseeds.com/performance/corn#plot-142416 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG54C55 | - | 249.4 | +| 2 | Unknown | D44PN25RA | - | 248.8 | +| 3 | LG Seeds | LG51C62 | - | 247.6 | +| 4 | LG Seeds | LG53C44 | - | 246.5 | +| 5 | Unknown | B99A24AM | - | 244.7 | + +Top 5 by Yield: LG54C55 (LG Seeds) 249.4, D44PN25RA (Unknown) 248.8, LG51C62 (LG Seeds) 247.6, LG53C44 (LG Seeds) 246.5, B99A24AM (Unknown) 244.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142421.json b/corpus/lg_plot_reports/lgpr-corn-2024-142421.json new file mode 100644 index 00000000..303ed54c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142421.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142421", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Greenville", + "year": 2024, + "plot_id": "142421", + "lat": 43.1742, + "lng": -85.16253, + "cooperator": "Jeff Nitengale", + "salesperson": "Jeff Nitengale", + "planted_date": "2024-05-09", + "harvested_date": "2024-11-09", + "plot_average": 282.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 304.37 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 295.56 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG51C62", + "traits": "", + "metrics": { + "Yield": 291.75 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 289.76 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 288.94 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142421" + ], + "fetched_at": "2026-05-27T02:19:23.904341+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142421.md b/corpus/lg_plot_reports/lgpr-corn-2024-142421.md new file mode 100644 index 00000000..4d031e76 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142421.md @@ -0,0 +1,28 @@ +# Corn yield trial — Greenville, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Greenville +- **Year:** 2024 +- **Plot ID:** 142421 +- **Cooperator:** Jeff Nitengale +- **Planted:** 2024-05-09 +- **Harvested:** 2024-11-09 +- **Plot average:** 282.0 BU/Ac +- **Coordinates:** 43.17420, -85.16253 +- **URL:** https://lgseeds.com/performance/corn#plot-142421 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 304.37 | +| 2 | LG Seeds | LG48C87 | VT2RIB | 295.56 | +| 3 | Unknown | LG51C62 | - | 291.75 | +| 4 | LG Seeds | LG49C28 | VT2RIB | 289.76 | +| 5 | LG Seeds | LG53C44 | VT2RIB | 288.94 | + +Top 5 by Yield: LG51C62 (LG Seeds) 304.37, LG48C87 (LG Seeds) 295.56, LG51C62 (Unknown) 291.75, LG49C28 (LG Seeds) 289.76, LG53C44 (LG Seeds) 288.94. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142422.json b/corpus/lg_plot_reports/lgpr-corn-2024-142422.json new file mode 100644 index 00000000..8e47df5e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142422.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142422", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Weidman", + "year": 2024, + "plot_id": "142422", + "lat": 43.68398, + "lng": -84.95176, + "cooperator": "Kevin Gross", + "salesperson": "Kevin Gross", + "planted_date": "2024-05-02", + "harvested_date": "2024-10-02", + "plot_average": 191.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 216.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "VT2RIB", + "metrics": { + "Yield": 205.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "VT2RIB", + "metrics": { + "Yield": 204.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 202.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 195.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142422" + ], + "fetched_at": "2026-05-27T02:18:33.391405+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142422.md b/corpus/lg_plot_reports/lgpr-corn-2024-142422.md new file mode 100644 index 00000000..001501b8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142422.md @@ -0,0 +1,28 @@ +# Corn yield trial — Weidman, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Weidman +- **Year:** 2024 +- **Plot ID:** 142422 +- **Cooperator:** Kevin Gross +- **Planted:** 2024-05-02 +- **Harvested:** 2024-10-02 +- **Plot average:** 191.4 BU/Ac +- **Coordinates:** 43.68398, -84.95176 +- **URL:** https://lgseeds.com/performance/corn#plot-142422 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG48C87 | VT2RIB | 216.8 | +| 2 | LG Seeds | LG44C27 | VT2RIB | 205.5 | +| 3 | LG Seeds | LG47C77 | VT2RIB | 204.9 | +| 4 | LG Seeds | LG49C28 | VT2RIB | 202.0 | +| 5 | LG Seeds | LG42C80 | VT2RIB | 195.0 | + +Top 5 by Yield: LG48C87 (LG Seeds) 216.8, LG44C27 (LG Seeds) 205.5, LG47C77 (LG Seeds) 204.9, LG49C28 (LG Seeds) 202.0, LG42C80 (LG Seeds) 195.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142437.json b/corpus/lg_plot_reports/lgpr-corn-2024-142437.json new file mode 100644 index 00000000..ac7768c6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142437.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142437", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Graymont ", + "year": 2024, + "plot_id": "142437", + "lat": 40.90055, + "lng": -88.80517, + "cooperator": "Aaron Rients", + "salesperson": "Aaron Rients", + "planted_date": "2024-04-22", + "harvested_date": "2024-09-25", + "plot_average": 222.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "G15J91-V", + "traits": "", + "metrics": { + "Yield": 241.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "G12U11-AA", + "traits": "", + "metrics": { + "Yield": 233.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 230.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG61C21", + "traits": "3110", + "metrics": { + "Yield": 230.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "G11V76-D", + "traits": "", + "metrics": { + "Yield": 229.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142437" + ], + "fetched_at": "2026-05-27T02:20:42.674589+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142437.md b/corpus/lg_plot_reports/lgpr-corn-2024-142437.md new file mode 100644 index 00000000..46453f7a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142437.md @@ -0,0 +1,28 @@ +# Corn yield trial — Graymont , Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Graymont +- **Year:** 2024 +- **Plot ID:** 142437 +- **Cooperator:** Aaron Rients +- **Planted:** 2024-04-22 +- **Harvested:** 2024-09-25 +- **Plot average:** 222.7 BU/Ac +- **Coordinates:** 40.90055, -88.80517 +- **URL:** https://lgseeds.com/performance/corn#plot-142437 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | G15J91-V | - | 241.4 | +| 2 | Unknown | G12U11-AA | - | 233.2 | +| 3 | LG Seeds | LG63C32 | SSP | 230.9 | +| 4 | LG Seeds | LG61C21 | 3110 | 230.6 | +| 5 | Unknown | G11V76-D | - | 229.1 | + +Top 5 by Yield: G15J91-V (Unknown) 241.4, G12U11-AA (Unknown) 233.2, LG63C32 (LG Seeds) 230.9, LG61C21 (LG Seeds) 230.6, G11V76-D (Unknown) 229.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142450.json b/corpus/lg_plot_reports/lgpr-corn-2024-142450.json new file mode 100644 index 00000000..6374ffb6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142450.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142450", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Union", + "year": 2024, + "plot_id": "142450", + "lat": 42.20295, + "lng": -93.07965, + "cooperator": "Norman Seeds", + "salesperson": "Norman Seeds", + "planted_date": "2024-04-25", + "harvested_date": "2024-10-28", + "plot_average": 268.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 286.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 283.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 278.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 275.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 274.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142450" + ], + "fetched_at": "2026-05-27T02:20:03.915388+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142450.md b/corpus/lg_plot_reports/lgpr-corn-2024-142450.md new file mode 100644 index 00000000..8f33233e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142450.md @@ -0,0 +1,28 @@ +# Corn yield trial — Union, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Union +- **Year:** 2024 +- **Plot ID:** 142450 +- **Cooperator:** Norman Seeds +- **Planted:** 2024-04-25 +- **Harvested:** 2024-10-28 +- **Plot average:** 268.4 BU/Ac +- **Coordinates:** 42.20295, -93.07965 +- **URL:** https://lgseeds.com/performance/corn#plot-142450 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C43 | VT2RIB | 286.3 | +| 2 | LG Seeds | LG62C73 | VT2PRO | 283.2 | +| 3 | LG Seeds | LG52C90 | VT2PRO | 278.3 | +| 4 | LG Seeds | LG63C54 | PCE | 275.3 | +| 5 | LG Seeds | LG63C82 | DGVT2RIB | 274.8 | + +Top 5 by Yield: LG64C43 (LG Seeds) 286.3, LG62C73 (LG Seeds) 283.2, LG52C90 (LG Seeds) 278.3, LG63C54 (LG Seeds) 275.3, LG63C82 (LG Seeds) 274.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142451.json b/corpus/lg_plot_reports/lgpr-corn-2024-142451.json new file mode 100644 index 00000000..fbff6d9d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142451.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142451", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Ulysses", + "year": 2024, + "plot_id": "142451", + "lat": 37.47123, + "lng": -101.32534, + "cooperator": "Jerrod Daniels", + "salesperson": "Jerrod Daniels", + "planted_date": "2024-04-30", + "harvested_date": "2024-09-09", + "plot_average": 125.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG56C78", + "traits": "3110", + "metrics": { + "Yield": 142.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2PRO", + "metrics": { + "Yield": 141.7 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "K5218D", + "traits": "", + "metrics": { + "Yield": 141.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 137.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG56C78DV-RN", + "traits": "", + "metrics": { + "Yield": 136.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142451" + ], + "fetched_at": "2026-05-27T02:19:18.894355+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142451.md b/corpus/lg_plot_reports/lgpr-corn-2024-142451.md new file mode 100644 index 00000000..56808f56 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142451.md @@ -0,0 +1,28 @@ +# Corn yield trial — Ulysses, Kansas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Ulysses +- **Year:** 2024 +- **Plot ID:** 142451 +- **Cooperator:** Jerrod Daniels +- **Planted:** 2024-04-30 +- **Harvested:** 2024-09-09 +- **Plot average:** 125.4 BU/Ac +- **Coordinates:** 37.47123, -101.32534 +- **URL:** https://lgseeds.com/performance/corn#plot-142451 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG56C78 | 3110 | 142.8 | +| 2 | LG Seeds | LG46C85 | VT2PRO | 141.7 | +| 3 | Unknown | K5218D | - | 141.1 | +| 4 | LG Seeds | LG42C80 | VT2RIB | 137.4 | +| 5 | Unknown | LG56C78DV-RN | - | 136.9 | + +Top 5 by Yield: LG56C78 (LG Seeds) 142.8, LG46C85 (LG Seeds) 141.7, K5218D (Unknown) 141.1, LG42C80 (LG Seeds) 137.4, LG56C78DV-RN (Unknown) 136.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142452.json b/corpus/lg_plot_reports/lgpr-corn-2024-142452.json new file mode 100644 index 00000000..7fc21c4c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142452.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142452", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "St. Paul", + "year": 2024, + "plot_id": "142452", + "lat": 41.20627, + "lng": -98.47987, + "cooperator": "Todd Wojtalewicz", + "salesperson": "Todd Wojtalewicz", + "planted_date": "2024-05-01", + "harvested_date": "2024-10-02", + "plot_average": 221.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 247.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 246.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C52", + "traits": "TRCRIB", + "metrics": { + "Yield": 246.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 243.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 231.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142452" + ], + "fetched_at": "2026-05-27T02:18:43.895523+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142452.md b/corpus/lg_plot_reports/lgpr-corn-2024-142452.md new file mode 100644 index 00000000..2209c52a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142452.md @@ -0,0 +1,28 @@ +# Corn yield trial — St. Paul, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** St. Paul +- **Year:** 2024 +- **Plot ID:** 142452 +- **Cooperator:** Todd Wojtalewicz +- **Planted:** 2024-05-01 +- **Harvested:** 2024-10-02 +- **Plot average:** 221.4 BU/Ac +- **Coordinates:** 41.20627, -98.47987 +- **URL:** https://lgseeds.com/performance/corn#plot-142452 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | SSP | 247.9 | +| 2 | LG Seeds | LG66C44 | VT2RIB | 246.7 | +| 3 | LG Seeds | LG62C52 | TRCRIB | 246.6 | +| 4 | LG Seeds | LG63C82 | DGVT2RIB | 243.3 | +| 5 | LG Seeds | LG60C05 | 3110 | 231.1 | + +Top 5 by Yield: LG63C32 (LG Seeds) 247.9, LG66C44 (LG Seeds) 246.7, LG62C52 (LG Seeds) 246.6, LG63C82 (LG Seeds) 243.3, LG60C05 (LG Seeds) 231.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142455.json b/corpus/lg_plot_reports/lgpr-corn-2024-142455.json new file mode 100644 index 00000000..46ba0b5c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142455.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142455", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Randolph", + "year": 2024, + "plot_id": "142455", + "lat": 39.53202, + "lng": -96.8097, + "cooperator": "Sump AG", + "salesperson": "Sump AG", + "planted_date": "2024-04-15", + "harvested_date": "2024-09-17", + "plot_average": 175.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG69C03", + "traits": "VT2PRO", + "metrics": { + "Yield": 196.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC65-95RIB", + "traits": "", + "metrics": { + "Yield": 195.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 185.5 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P13050AM", + "traits": "", + "metrics": { + "Yield": 185.3 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "6574TCV2P", + "traits": "", + "metrics": { + "Yield": 185.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142455" + ], + "fetched_at": "2026-05-27T02:18:46.622871+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142455.md b/corpus/lg_plot_reports/lgpr-corn-2024-142455.md new file mode 100644 index 00000000..782b7a98 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142455.md @@ -0,0 +1,28 @@ +# Corn yield trial — Randolph, Kansas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Randolph +- **Year:** 2024 +- **Plot ID:** 142455 +- **Cooperator:** Sump AG +- **Planted:** 2024-04-15 +- **Harvested:** 2024-09-17 +- **Plot average:** 175.7 BU/Ac +- **Coordinates:** 39.53202, -96.80970 +- **URL:** https://lgseeds.com/performance/corn#plot-142455 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG69C03 | VT2PRO | 196.8 | +| 2 | Unknown | DKC65-95RIB | - | 195.3 | +| 3 | LG Seeds | LG64C43 | VT2RIB | 185.5 | +| 4 | Pioneer | P13050AM | - | 185.3 | +| 5 | Unknown | 6574TCV2P | - | 185.0 | + +Top 5 by Yield: LG69C03 (LG Seeds) 196.8, DKC65-95RIB (Unknown) 195.3, LG64C43 (LG Seeds) 185.5, P13050AM (Pioneer) 185.3, 6574TCV2P (Unknown) 185.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142456.json b/corpus/lg_plot_reports/lgpr-corn-2024-142456.json new file mode 100644 index 00000000..1520565c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142456.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142456", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Panola", + "year": 2024, + "plot_id": "142456", + "lat": 40.78135, + "lng": -88.99661, + "cooperator": "Helena Agri-Enterprises, LLC. -Toluca", + "salesperson": "Helena Agri-Enterprises, LLC. -Toluca", + "planted_date": "2024-05-21", + "harvested_date": "2024-10-21", + "plot_average": 258.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 280.9 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "SP2789VT2P", + "traits": "", + "metrics": { + "Yield": 278.9 + } + }, + { + "rank": 3, + "brand": "NK", + "product": "1228-AA", + "traits": "", + "metrics": { + "Yield": 274.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "SP2788VT2P", + "traits": "", + "metrics": { + "Yield": 274.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "W6479RIB", + "traits": "", + "metrics": { + "Yield": 271.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142456" + ], + "fetched_at": "2026-05-27T02:19:15.117821+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142456.md b/corpus/lg_plot_reports/lgpr-corn-2024-142456.md new file mode 100644 index 00000000..8a99cec2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142456.md @@ -0,0 +1,28 @@ +# Corn yield trial — Panola, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Panola +- **Year:** 2024 +- **Plot ID:** 142456 +- **Cooperator:** Helena Agri-Enterprises, LLC. -Toluca +- **Planted:** 2024-05-21 +- **Harvested:** 2024-10-21 +- **Plot average:** 258.1 BU/Ac +- **Coordinates:** 40.78135, -88.99661 +- **URL:** https://lgseeds.com/performance/corn#plot-142456 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | SSP | 280.9 | +| 2 | Unknown | SP2789VT2P | - | 278.9 | +| 3 | NK | 1228-AA | - | 274.4 | +| 4 | Unknown | SP2788VT2P | - | 274.1 | +| 5 | Unknown | W6479RIB | - | 271.7 | + +Top 5 by Yield: LG63C32 (LG Seeds) 280.9, SP2789VT2P (Unknown) 278.9, 1228-AA (NK) 274.4, SP2788VT2P (Unknown) 274.1, W6479RIB (Unknown) 271.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142492.json b/corpus/lg_plot_reports/lgpr-corn-2024-142492.json new file mode 100644 index 00000000..aeee389f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142492.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142492", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Chrisman ", + "year": 2024, + "plot_id": "142492", + "lat": 39.72857, + "lng": -87.6323, + "cooperator": "Stephan Bowyer", + "salesperson": "Stephan Bowyer", + "planted_date": "2024-05-01", + "harvested_date": "2024-10-18", + "plot_average": 272.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Yield": 288.6 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P13476Q", + "traits": "", + "metrics": { + "Yield": 287.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 280.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 279.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 274.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142492" + ], + "fetched_at": "2026-05-27T02:19:17.135882+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142492.md b/corpus/lg_plot_reports/lgpr-corn-2024-142492.md new file mode 100644 index 00000000..b87ca4e3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142492.md @@ -0,0 +1,28 @@ +# Corn yield trial — Chrisman , Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Chrisman +- **Year:** 2024 +- **Plot ID:** 142492 +- **Cooperator:** Stephan Bowyer +- **Planted:** 2024-05-01 +- **Harvested:** 2024-10-18 +- **Plot average:** 272.1 BU/Ac +- **Coordinates:** 39.72857, -87.63230 +- **URL:** https://lgseeds.com/performance/corn#plot-142492 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG67C27 | STXRIB | 288.6 | +| 2 | Pioneer | P13476Q | - | 287.6 | +| 3 | LG Seeds | LG64C43 | VT2RIB | 280.8 | +| 4 | LG Seeds | LG63C54 | PCE | 279.6 | +| 5 | LG Seeds | LG63C82 | DGVT2RIB | 274.9 | + +Top 5 by Yield: LG67C27 (LG Seeds) 288.6, P13476Q (Pioneer) 287.6, LG64C43 (LG Seeds) 280.8, LG63C54 (LG Seeds) 279.6, LG63C82 (LG Seeds) 274.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142502.json b/corpus/lg_plot_reports/lgpr-corn-2024-142502.json new file mode 100644 index 00000000..d1a82e4c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142502.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142502", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Keota", + "year": 2024, + "plot_id": "142502", + "lat": 41.3962, + "lng": -91.99086, + "cooperator": "Kevin Luers", + "salesperson": "Kevin Luers", + "planted_date": "2024-04-23", + "harvested_date": "2024-10-02", + "plot_average": 258.5, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P1027AM", + "traits": "", + "metrics": { + "Yield": 288.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "K5836PWE", + "traits": "", + "metrics": { + "Yield": 286.5 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P1185AM", + "traits": "", + "metrics": { + "Yield": 279.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C22", + "traits": "VT2RIB", + "metrics": { + "Yield": 275.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "3110", + "metrics": { + "Yield": 274.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142502" + ], + "fetched_at": "2026-05-27T02:18:47.872000+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142502.md b/corpus/lg_plot_reports/lgpr-corn-2024-142502.md new file mode 100644 index 00000000..073a8d76 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142502.md @@ -0,0 +1,28 @@ +# Corn yield trial — Keota, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Keota +- **Year:** 2024 +- **Plot ID:** 142502 +- **Cooperator:** Kevin Luers +- **Planted:** 2024-04-23 +- **Harvested:** 2024-10-02 +- **Plot average:** 258.5 BU/Ac +- **Coordinates:** 41.39620, -91.99086 +- **URL:** https://lgseeds.com/performance/corn#plot-142502 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P1027AM | - | 288.1 | +| 2 | Unknown | K5836PWE | - | 286.5 | +| 3 | Pioneer | P1185AM | - | 279.2 | +| 4 | LG Seeds | LG62C22 | VT2RIB | 275.2 | +| 5 | LG Seeds | LG61C28 | 3110 | 274.6 | + +Top 5 by Yield: P1027AM (Pioneer) 288.1, K5836PWE (Unknown) 286.5, P1185AM (Pioneer) 279.2, LG62C22 (LG Seeds) 275.2, LG61C28 (LG Seeds) 274.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142505.json b/corpus/lg_plot_reports/lgpr-corn-2024-142505.json new file mode 100644 index 00000000..e1115d38 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142505.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142505", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Houston", + "year": 2024, + "plot_id": "142505", + "lat": 43.89929, + "lng": -91.55598, + "cooperator": "Glen Groth", + "salesperson": "Glen Groth", + "planted_date": "2024-05-13", + "harvested_date": "2024-10-22", + "plot_average": 250.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 282.9 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC101-33RIB", + "traits": "", + "metrics": { + "Yield": 266.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 258.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 255.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 255.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142505" + ], + "fetched_at": "2026-05-27T02:20:11.428766+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142505.md b/corpus/lg_plot_reports/lgpr-corn-2024-142505.md new file mode 100644 index 00000000..7f2b60fe --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142505.md @@ -0,0 +1,28 @@ +# Corn yield trial — Houston, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Houston +- **Year:** 2024 +- **Plot ID:** 142505 +- **Cooperator:** Glen Groth +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-22 +- **Plot average:** 250.0 BU/Ac +- **Coordinates:** 43.89929, -91.55598 +- **URL:** https://lgseeds.com/performance/corn#plot-142505 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG56C25 | SSPRIB | 282.9 | +| 2 | Unknown | DKC101-33RIB | - | 266.6 | +| 3 | LG Seeds | LG52C90 | VT2PRO | 258.2 | +| 4 | LG Seeds | LG53C44 | VT2RIB | 255.7 | +| 5 | LG Seeds | LG51C62 | VT2RIB | 255.0 | + +Top 5 by Yield: LG56C25 (LG Seeds) 282.9, DKC101-33RIB (Unknown) 266.6, LG52C90 (LG Seeds) 258.2, LG53C44 (LG Seeds) 255.7, LG51C62 (LG Seeds) 255.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142596.json b/corpus/lg_plot_reports/lgpr-corn-2024-142596.json new file mode 100644 index 00000000..f5d69000 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142596.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142596", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Madrid", + "year": 2024, + "plot_id": "142596", + "lat": 40.75446, + "lng": -101.48486, + "cooperator": "Terry Day", + "salesperson": "Terry Day", + "planted_date": "2024-05-02", + "harvested_date": "2024-10-13", + "plot_average": 231.6, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "6041Q", + "traits": "", + "metrics": { + "Yield": 252.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "6256Q", + "traits": "", + "metrics": { + "Yield": 250.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 248.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 243.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG57C45", + "traits": "SSP", + "metrics": { + "Yield": 230.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142596" + ], + "fetched_at": "2026-05-27T02:18:04.861192+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142596.md b/corpus/lg_plot_reports/lgpr-corn-2024-142596.md new file mode 100644 index 00000000..b14704e6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142596.md @@ -0,0 +1,28 @@ +# Corn yield trial — Madrid, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Madrid +- **Year:** 2024 +- **Plot ID:** 142596 +- **Cooperator:** Terry Day +- **Planted:** 2024-05-02 +- **Harvested:** 2024-10-13 +- **Plot average:** 231.6 BU/Ac +- **Coordinates:** 40.75446, -101.48486 +- **URL:** https://lgseeds.com/performance/corn#plot-142596 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 6041Q | - | 252.1 | +| 2 | Unknown | 6256Q | - | 250.6 | +| 3 | LG Seeds | LG56C25 | SSPRIB | 248.2 | +| 4 | LG Seeds | LG59C72 | 5222EZ | 243.5 | +| 5 | LG Seeds | LG57C45 | SSP | 230.3 | + +Top 5 by Yield: 6041Q (Unknown) 252.1, 6256Q (Unknown) 250.6, LG56C25 (LG Seeds) 248.2, LG59C72 (LG Seeds) 243.5, LG57C45 (LG Seeds) 230.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142605.json b/corpus/lg_plot_reports/lgpr-corn-2024-142605.json new file mode 100644 index 00000000..f3b19712 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142605.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142605", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Salem", + "year": 2024, + "plot_id": "142605", + "lat": 40.93876, + "lng": -80.93455, + "cooperator": "Josh Aergerter", + "salesperson": "Josh Aergerter", + "planted_date": "2024-05-02", + "harvested_date": "2024-10-18", + "plot_average": 204.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C73", + "traits": "3110", + "metrics": { + "Yield": 239.01 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VTPRO", + "metrics": { + "Yield": 221.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG57C33", + "traits": "VT2RIB", + "metrics": { + "Yield": 215.22 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 213.52 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 206.71 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142605" + ], + "fetched_at": "2026-05-27T02:19:52.917514+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142605.md b/corpus/lg_plot_reports/lgpr-corn-2024-142605.md new file mode 100644 index 00000000..48772e40 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142605.md @@ -0,0 +1,28 @@ +# Corn yield trial — Salem, Ohio, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Ohio (OH) +- **City:** Salem +- **Year:** 2024 +- **Plot ID:** 142605 +- **Cooperator:** Josh Aergerter +- **Planted:** 2024-05-02 +- **Harvested:** 2024-10-18 +- **Plot average:** 204.5 BU/Ac +- **Coordinates:** 40.93876, -80.93455 +- **URL:** https://lgseeds.com/performance/corn#plot-142605 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C73 | 3110 | 239.01 | +| 2 | LG Seeds | LG57C82 | VTPRO | 221.3 | +| 3 | LG Seeds | LG57C33 | VT2RIB | 215.22 | +| 4 | LG Seeds | LG59C72 | 5222EZ | 213.52 | +| 5 | LG Seeds | LG58C48 | VT2RIB | 206.71 | + +Top 5 by Yield: LG58C73 (LG Seeds) 239.01, LG57C82 (LG Seeds) 221.3, LG57C33 (LG Seeds) 215.22, LG59C72 (LG Seeds) 213.52, LG58C48 (LG Seeds) 206.71. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142634.json b/corpus/lg_plot_reports/lgpr-corn-2024-142634.json new file mode 100644 index 00000000..1af22989 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142634.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142634", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Oconomowoc ", + "year": 2024, + "plot_id": "142634", + "lat": 43.20778, + "lng": -88.45461, + "cooperator": "William Guenther", + "salesperson": "William Guenther", + "planted_date": "2024-05-15", + "harvested_date": "2024-10-16", + "plot_average": 235.2, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC101-35RIB", + "traits": "", + "metrics": { + "Yield": 260.47 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "5647Q", + "traits": "", + "metrics": { + "Yield": 250.38 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "4672Q", + "traits": "", + "metrics": { + "Yield": 247.93 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC105-35RIB", + "traits": "", + "metrics": { + "Yield": 240.63 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC48-69RIB", + "traits": "", + "metrics": { + "Yield": 239.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142634" + ], + "fetched_at": "2026-05-27T02:18:58.373036+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142634.md b/corpus/lg_plot_reports/lgpr-corn-2024-142634.md new file mode 100644 index 00000000..0482e237 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142634.md @@ -0,0 +1,28 @@ +# Corn yield trial — Oconomowoc , Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Oconomowoc +- **Year:** 2024 +- **Plot ID:** 142634 +- **Cooperator:** William Guenther +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-16 +- **Plot average:** 235.2 BU/Ac +- **Coordinates:** 43.20778, -88.45461 +- **URL:** https://lgseeds.com/performance/corn#plot-142634 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC101-35RIB | - | 260.47 | +| 2 | Unknown | 5647Q | - | 250.38 | +| 3 | Unknown | 4672Q | - | 247.93 | +| 4 | Unknown | DKC105-35RIB | - | 240.63 | +| 5 | Unknown | DKC48-69RIB | - | 239.9 | + +Top 5 by Yield: DKC101-35RIB (Unknown) 260.47, 5647Q (Unknown) 250.38, 4672Q (Unknown) 247.93, DKC105-35RIB (Unknown) 240.63, DKC48-69RIB (Unknown) 239.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142638.json b/corpus/lg_plot_reports/lgpr-corn-2024-142638.json new file mode 100644 index 00000000..30007b92 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142638.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142638", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Colorado", + "state_abbrev": "co", + "city": "Holyoke", + "year": 2024, + "plot_id": "142638", + "lat": 40.5836, + "lng": -102.1571, + "cooperator": "Ortner Family Farms LLC", + "salesperson": "Ortner Family Farms LLC", + "planted_date": "2024-05-05", + "harvested_date": "2024-10-28", + "plot_average": 225.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 263.3 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P0908AML", + "traits": "", + "metrics": { + "Yield": 263.1 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P1278Q", + "traits": "", + "metrics": { + "Yield": 253.8 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P0908AML", + "traits": "", + "metrics": { + "Yield": 253.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC62-69RIB", + "traits": "", + "metrics": { + "Yield": 248.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142638" + ], + "fetched_at": "2026-05-27T02:18:37.864355+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142638.md b/corpus/lg_plot_reports/lgpr-corn-2024-142638.md new file mode 100644 index 00000000..9e160949 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142638.md @@ -0,0 +1,28 @@ +# Corn yield trial — Holyoke, Colorado, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Colorado (CO) +- **City:** Holyoke +- **Year:** 2024 +- **Plot ID:** 142638 +- **Cooperator:** Ortner Family Farms LLC +- **Planted:** 2024-05-05 +- **Harvested:** 2024-10-28 +- **Plot average:** 225.6 BU/Ac +- **Coordinates:** 40.58360, -102.15710 +- **URL:** https://lgseeds.com/performance/corn#plot-142638 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C54 | PCE | 263.3 | +| 2 | Pioneer | P0908AML | - | 263.1 | +| 3 | Pioneer | P1278Q | - | 253.8 | +| 4 | Pioneer | P0908AML | - | 253.2 | +| 5 | Unknown | DKC62-69RIB | - | 248.9 | + +Top 5 by Yield: LG63C54 (LG Seeds) 263.3, P0908AML (Pioneer) 263.1, P1278Q (Pioneer) 253.8, P0908AML (Pioneer) 253.2, DKC62-69RIB (Unknown) 248.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142642.json b/corpus/lg_plot_reports/lgpr-corn-2024-142642.json new file mode 100644 index 00000000..a3803f69 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142642.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142642", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Slinger ", + "year": 2024, + "plot_id": "142642", + "lat": 43.29975, + "lng": -88.30993, + "cooperator": "Larry Strupp", + "salesperson": "Larry Strupp", + "planted_date": "2024-05-06", + "harvested_date": "2024-10-21", + "plot_average": 232.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 249.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 247.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 244.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 242.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2PRO", + "metrics": { + "Yield": 232.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142642" + ], + "fetched_at": "2026-05-27T02:19:55.425891+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142642.md b/corpus/lg_plot_reports/lgpr-corn-2024-142642.md new file mode 100644 index 00000000..0c2999fc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142642.md @@ -0,0 +1,28 @@ +# Corn yield trial — Slinger , Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Slinger +- **Year:** 2024 +- **Plot ID:** 142642 +- **Cooperator:** Larry Strupp +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-21 +- **Plot average:** 232.8 BU/Ac +- **Coordinates:** 43.29975, -88.30993 +- **URL:** https://lgseeds.com/performance/corn#plot-142642 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG53C44 | VT2RIB | 249.6 | +| 2 | LG Seeds | LG52C90 | VT2PRO | 247.4 | +| 3 | LG Seeds | LG49C28 | VT2RIB | 244.0 | +| 4 | LG Seeds | LG48C87 | VT2RIB | 242.6 | +| 5 | LG Seeds | LG46C85 | VT2PRO | 232.8 | + +Top 5 by Yield: LG53C44 (LG Seeds) 249.6, LG52C90 (LG Seeds) 247.4, LG49C28 (LG Seeds) 244.0, LG48C87 (LG Seeds) 242.6, LG46C85 (LG Seeds) 232.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142644.json b/corpus/lg_plot_reports/lgpr-corn-2024-142644.json new file mode 100644 index 00000000..749ee810 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142644.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142644", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Garretson", + "year": 2024, + "plot_id": "142644", + "lat": 43.72027, + "lng": -96.50988, + "cooperator": "Frontline Crop Solutions", + "salesperson": "Frontline Crop Solutions ", + "planted_date": "2024-05-06", + "harvested_date": "2024-10-07", + "plot_average": 204.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 221.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "T8598SS", + "traits": "", + "metrics": { + "Yield": 220.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG57C45", + "traits": "SSP", + "metrics": { + "Yield": 219.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG55C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 219.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "DV-RN", + "metrics": { + "Yield": 215.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142644" + ], + "fetched_at": "2026-05-27T02:18:02.609756+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142644.md b/corpus/lg_plot_reports/lgpr-corn-2024-142644.md new file mode 100644 index 00000000..d96bd65d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142644.md @@ -0,0 +1,29 @@ +# Corn yield trial — Garretson, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Garretson +- **Year:** 2024 +- **Plot ID:** 142644 +- **Cooperator:** Frontline Crop Solutions +- **Salesperson:** Frontline Crop Solutions +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-07 +- **Plot average:** 204.3 BU/Ac +- **Coordinates:** 43.72027, -96.50988 +- **URL:** https://lgseeds.com/performance/corn#plot-142644 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG56C25 | SSPRIB | 221.3 | +| 2 | Unknown | T8598SS | - | 220.9 | +| 3 | LG Seeds | LG57C45 | SSP | 219.7 | +| 4 | LG Seeds | LG55C32 | SSPRIB | 219.5 | +| 5 | LG Seeds | LG53C44 | DV-RN | 215.9 | + +Top 5 by Yield: LG56C25 (LG Seeds) 221.3, T8598SS (Unknown) 220.9, LG57C45 (LG Seeds) 219.7, LG55C32 (LG Seeds) 219.5, LG53C44 (LG Seeds) 215.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142646.json b/corpus/lg_plot_reports/lgpr-corn-2024-142646.json new file mode 100644 index 00000000..10746fc5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142646.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142646", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Hudson ", + "year": 2024, + "plot_id": "142646", + "lat": 42.36612, + "lng": -92.45651, + "cooperator": "Frank Wyatt and Sons", + "salesperson": "Frank Wyatt and Sons", + "planted_date": "2024-05-06", + "harvested_date": "2024-10-18", + "plot_average": 257.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 276.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 276.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 275.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 275.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 272.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142646" + ], + "fetched_at": "2026-05-27T02:18:18.891374+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142646.md b/corpus/lg_plot_reports/lgpr-corn-2024-142646.md new file mode 100644 index 00000000..ffbb1895 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142646.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hudson , Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Hudson +- **Year:** 2024 +- **Plot ID:** 142646 +- **Cooperator:** Frank Wyatt and Sons +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-18 +- **Plot average:** 257.1 BU/Ac +- **Coordinates:** 42.36612, -92.45651 +- **URL:** https://lgseeds.com/performance/corn#plot-142646 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C82 | DGVT2RIB | 276.5 | +| 2 | LG Seeds | LG58C48 | VT2RIB | 276.3 | +| 3 | LG Seeds | LG62C73 | VT2PRO | 275.7 | +| 4 | LG Seeds | LG64C43 | VT2RIB | 275.3 | +| 5 | LG Seeds | LG63C54 | PCE | 272.5 | + +Top 5 by Yield: LG63C82 (LG Seeds) 276.5, LG58C48 (LG Seeds) 276.3, LG62C73 (LG Seeds) 275.7, LG64C43 (LG Seeds) 275.3, LG63C54 (LG Seeds) 272.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142647.json b/corpus/lg_plot_reports/lgpr-corn-2024-142647.json new file mode 100644 index 00000000..f9df1f25 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142647.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142647", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Clark", + "year": 2024, + "plot_id": "142647", + "lat": 44.85639, + "lng": -97.71615, + "cooperator": "Tom Wookey", + "salesperson": "Tom Wookey", + "planted_date": "2024-05-06", + "harvested_date": "2024-10-11", + "plot_average": 226.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "VT2RIB", + "metrics": { + "Yield": 239.19 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 238.63 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "STXRIB", + "metrics": { + "Yield": 238.41 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 237.42 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "K4108PWE", + "traits": "", + "metrics": { + "Yield": 236.68 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142647" + ], + "fetched_at": "2026-05-27T02:18:51.638228+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142647.md b/corpus/lg_plot_reports/lgpr-corn-2024-142647.md new file mode 100644 index 00000000..b9875968 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142647.md @@ -0,0 +1,28 @@ +# Corn yield trial — Clark, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Clark +- **Year:** 2024 +- **Plot ID:** 142647 +- **Cooperator:** Tom Wookey +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-11 +- **Plot average:** 226.9 BU/Ac +- **Coordinates:** 44.85639, -97.71615 +- **URL:** https://lgseeds.com/performance/corn#plot-142647 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG44C27 | VT2RIB | 239.19 | +| 2 | LG Seeds | LG51C62 | VT2RIB | 238.63 | +| 3 | LG Seeds | LG47C77 | STXRIB | 238.41 | +| 4 | LG Seeds | LG52C90 | VT2PRO | 237.42 | +| 5 | Unknown | K4108PWE | - | 236.68 | + +Top 5 by Yield: LG44C27 (LG Seeds) 239.19, LG51C62 (LG Seeds) 238.63, LG47C77 (LG Seeds) 238.41, LG52C90 (LG Seeds) 237.42, K4108PWE (Unknown) 236.68. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142659.json b/corpus/lg_plot_reports/lgpr-corn-2024-142659.json new file mode 100644 index 00000000..a59cfc5a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142659.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142659", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Indiana", + "state_abbrev": "in", + "city": "Claypool", + "year": 2024, + "plot_id": "142659", + "lat": 41.08712, + "lng": -85.82606, + "cooperator": "Andy Airgood", + "salesperson": "Andy Airgood", + "planted_date": "2024-05-06", + "harvested_date": "2024-10-22", + "plot_average": 182.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 197.76 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 194.41 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG57C33", + "traits": "VT2RIB", + "metrics": { + "Yield": 193.28 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 192.16 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "VT2RIB", + "metrics": { + "Yield": 187.43 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142659" + ], + "fetched_at": "2026-05-27T02:19:45.662907+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142659.md b/corpus/lg_plot_reports/lgpr-corn-2024-142659.md new file mode 100644 index 00000000..e8ffe569 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142659.md @@ -0,0 +1,28 @@ +# Corn yield trial — Claypool, Indiana, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Indiana (IN) +- **City:** Claypool +- **Year:** 2024 +- **Plot ID:** 142659 +- **Cooperator:** Andy Airgood +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-22 +- **Plot average:** 182.9 BU/Ac +- **Coordinates:** 41.08712, -85.82606 +- **URL:** https://lgseeds.com/performance/corn#plot-142659 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C54 | PCE | 197.76 | +| 2 | LG Seeds | LG51C62 | VT2RIB | 194.41 | +| 3 | LG Seeds | LG57C33 | VT2RIB | 193.28 | +| 4 | LG Seeds | LG58C48 | VT2RIB | 192.16 | +| 5 | LG Seeds | LG59C72 | VT2RIB | 187.43 | + +Top 5 by Yield: LG63C54 (LG Seeds) 197.76, LG51C62 (LG Seeds) 194.41, LG57C33 (LG Seeds) 193.28, LG58C48 (LG Seeds) 192.16, LG59C72 (LG Seeds) 187.43. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142660.json b/corpus/lg_plot_reports/lgpr-corn-2024-142660.json new file mode 100644 index 00000000..343514d5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142660.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142660", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Sublette", + "year": 2024, + "plot_id": "142660", + "lat": 41.64339, + "lng": -89.2569, + "cooperator": "Tyler Klein", + "salesperson": "Tyler Klein", + "planted_date": "2024-05-06", + "harvested_date": "2024-10-14", + "plot_average": 263.4, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P13777V", + "traits": "", + "metrics": { + "Yield": 290.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "W7876RIB", + "traits": "", + "metrics": { + "Yield": 281.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 280.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 280.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "G10B61-AA", + "traits": "", + "metrics": { + "Yield": 279.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142660" + ], + "fetched_at": "2026-05-27T02:20:31.420863+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142660.md b/corpus/lg_plot_reports/lgpr-corn-2024-142660.md new file mode 100644 index 00000000..9b440910 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142660.md @@ -0,0 +1,28 @@ +# Corn yield trial — Sublette, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Sublette +- **Year:** 2024 +- **Plot ID:** 142660 +- **Cooperator:** Tyler Klein +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-14 +- **Plot average:** 263.4 BU/Ac +- **Coordinates:** 41.64339, -89.25690 +- **URL:** https://lgseeds.com/performance/corn#plot-142660 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P13777V | - | 290.1 | +| 2 | Unknown | W7876RIB | - | 281.1 | +| 3 | LG Seeds | LG56C25 | SSPRIB | 280.5 | +| 4 | LG Seeds | LG58C48 | VT2RIB | 280.0 | +| 5 | Unknown | G10B61-AA | - | 279.1 | + +Top 5 by Yield: P13777V (Pioneer) 290.1, W7876RIB (Unknown) 281.1, LG56C25 (LG Seeds) 280.5, LG58C48 (LG Seeds) 280.0, G10B61-AA (Unknown) 279.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142661.json b/corpus/lg_plot_reports/lgpr-corn-2024-142661.json new file mode 100644 index 00000000..85591a1c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142661.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142661", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Garretson", + "year": 2024, + "plot_id": "142661", + "lat": 43.71981, + "lng": -96.51008, + "cooperator": "Frontline Crop Solutions", + "salesperson": "Frontline Crop Solutions ", + "planted_date": "2024-05-06", + "harvested_date": "2024-10-07", + "plot_average": 194.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "VT2RIB", + "metrics": { + "Yield": 237.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 219.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 211.3 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "T6298VT2P", + "traits": "", + "metrics": { + "Yield": 207.9 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "T6592VT2P", + "traits": "", + "metrics": { + "Yield": 205.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142661" + ], + "fetched_at": "2026-05-27T02:18:02.855890+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142661.md b/corpus/lg_plot_reports/lgpr-corn-2024-142661.md new file mode 100644 index 00000000..9d51792f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142661.md @@ -0,0 +1,29 @@ +# Corn yield trial — Garretson, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Garretson +- **Year:** 2024 +- **Plot ID:** 142661 +- **Cooperator:** Frontline Crop Solutions +- **Salesperson:** Frontline Crop Solutions +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-07 +- **Plot average:** 194.9 BU/Ac +- **Coordinates:** 43.71981, -96.51008 +- **URL:** https://lgseeds.com/performance/corn#plot-142661 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG44C27 | VT2RIB | 237.8 | +| 2 | LG Seeds | LG49C28 | VT2RIB | 219.5 | +| 3 | LG Seeds | LG51C62 | VT2RIB | 211.3 | +| 4 | Unknown | T6298VT2P | - | 207.9 | +| 5 | Unknown | T6592VT2P | - | 205.7 | + +Top 5 by Yield: LG44C27 (LG Seeds) 237.8, LG49C28 (LG Seeds) 219.5, LG51C62 (LG Seeds) 211.3, T6298VT2P (Unknown) 207.9, T6592VT2P (Unknown) 205.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142669.json b/corpus/lg_plot_reports/lgpr-corn-2024-142669.json new file mode 100644 index 00000000..36a6ebde --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142669.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142669", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Cascade", + "year": 2024, + "plot_id": "142669", + "lat": 42.2463, + "lng": -90.98398, + "cooperator": "Trumm Farms", + "salesperson": "Trumm Farms", + "planted_date": "2024-05-06", + "harvested_date": "2024-10-17", + "plot_average": 277.0, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P1027AM", + "traits": "", + "metrics": { + "Yield": 305.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 299.7 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P0953AM", + "traits": "", + "metrics": { + "Yield": 297.2 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P10477V", + "traits": "", + "metrics": { + "Yield": 297.0 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P0924Q", + "traits": "", + "metrics": { + "Yield": 294.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142669" + ], + "fetched_at": "2026-05-27T02:18:19.600610+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142669.md b/corpus/lg_plot_reports/lgpr-corn-2024-142669.md new file mode 100644 index 00000000..d857581c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142669.md @@ -0,0 +1,28 @@ +# Corn yield trial — Cascade, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Cascade +- **Year:** 2024 +- **Plot ID:** 142669 +- **Cooperator:** Trumm Farms +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-17 +- **Plot average:** 277.0 BU/Ac +- **Coordinates:** 42.24630, -90.98398 +- **URL:** https://lgseeds.com/performance/corn#plot-142669 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P1027AM | - | 305.1 | +| 2 | LG Seeds | LG64C43 | VT2RIB | 299.7 | +| 3 | Pioneer | P0953AM | - | 297.2 | +| 4 | Pioneer | P10477V | - | 297.0 | +| 5 | Pioneer | P0924Q | - | 294.2 | + +Top 5 by Yield: P1027AM (Pioneer) 305.1, LG64C43 (LG Seeds) 299.7, P0953AM (Pioneer) 297.2, P10477V (Pioneer) 297.0, P0924Q (Pioneer) 294.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142671.json b/corpus/lg_plot_reports/lgpr-corn-2024-142671.json new file mode 100644 index 00000000..0d4d23fc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142671.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142671", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Sublette", + "year": 2024, + "plot_id": "142671", + "lat": 37.4169, + "lng": -100.8485, + "cooperator": "Travis Leonard", + "salesperson": "Travis Leonard", + "planted_date": "2024-04-29", + "harvested_date": "2024-10-07", + "plot_average": 262.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 278.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG60C12", + "traits": "5222AEZ", + "metrics": { + "Yield": 276.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG5643", + "traits": "VT2RIB", + "metrics": { + "Yield": 274.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 273.3 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG5643VT2RIB", + "traits": "", + "metrics": { + "Yield": 267.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142671" + ], + "fetched_at": "2026-05-27T02:18:49.627006+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142671.md b/corpus/lg_plot_reports/lgpr-corn-2024-142671.md new file mode 100644 index 00000000..705b7f35 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142671.md @@ -0,0 +1,28 @@ +# Corn yield trial — Sublette, Kansas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Sublette +- **Year:** 2024 +- **Plot ID:** 142671 +- **Cooperator:** Travis Leonard +- **Planted:** 2024-04-29 +- **Harvested:** 2024-10-07 +- **Plot average:** 262.4 BU/Ac +- **Coordinates:** 37.41690, -100.84850 +- **URL:** https://lgseeds.com/performance/corn#plot-142671 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C54 | PCE | 278.5 | +| 2 | LG Seeds | LG60C12 | 5222AEZ | 276.8 | +| 3 | LG Seeds | LG5643 | VT2RIB | 274.9 | +| 4 | LG Seeds | LG58C48 | VT2RIB | 273.3 | +| 5 | Unknown | LG5643VT2RIB | - | 267.8 | + +Top 5 by Yield: LG63C54 (LG Seeds) 278.5, LG60C12 (LG Seeds) 276.8, LG5643 (LG Seeds) 274.9, LG58C48 (LG Seeds) 273.3, LG5643VT2RIB (Unknown) 267.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142677.json b/corpus/lg_plot_reports/lgpr-corn-2024-142677.json new file mode 100644 index 00000000..98934256 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142677.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142677", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Geneseo", + "year": 2024, + "plot_id": "142677", + "lat": 41.40965, + "lng": -90.18446, + "cooperator": "Wayne Anderson", + "salesperson": "Wayne Anderson", + "planted_date": "2024-05-06", + "harvested_date": "2024-10-05", + "plot_average": 238.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 271.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 264.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "3110", + "metrics": { + "Yield": 260.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 257.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG55C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 253.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142677" + ], + "fetched_at": "2026-05-27T02:18:32.387642+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142677.md b/corpus/lg_plot_reports/lgpr-corn-2024-142677.md new file mode 100644 index 00000000..c111566a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142677.md @@ -0,0 +1,28 @@ +# Corn yield trial — Geneseo, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Geneseo +- **Year:** 2024 +- **Plot ID:** 142677 +- **Cooperator:** Wayne Anderson +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-05 +- **Plot average:** 238.1 BU/Ac +- **Coordinates:** 41.40965, -90.18446 +- **URL:** https://lgseeds.com/performance/corn#plot-142677 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C73 | VT2PRO | 271.6 | +| 2 | LG Seeds | LG63C32 | SSP | 264.9 | +| 3 | LG Seeds | LG61C28 | 3110 | 260.5 | +| 4 | LG Seeds | LG59C72 | 5222EZ | 257.3 | +| 5 | LG Seeds | LG55C32 | SSPRIB | 253.0 | + +Top 5 by Yield: LG62C73 (LG Seeds) 271.6, LG63C32 (LG Seeds) 264.9, LG61C28 (LG Seeds) 260.5, LG59C72 (LG Seeds) 257.3, LG55C32 (LG Seeds) 253.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142681.json b/corpus/lg_plot_reports/lgpr-corn-2024-142681.json new file mode 100644 index 00000000..b97a30e3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142681.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142681", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Vernon Center ", + "year": 2024, + "plot_id": "142681", + "lat": 43.95615, + "lng": -94.13876, + "cooperator": "Ag Solutions", + "salesperson": "Ag Solutions ", + "planted_date": "2024-05-20", + "harvested_date": "2024-10-15", + "plot_average": 190.1, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "W1996RIB", + "traits": "", + "metrics": { + "Yield": 216.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "W2629RIB", + "traits": "", + "metrics": { + "Yield": 210.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "W2446RIB", + "traits": "", + "metrics": { + "Yield": 209.7 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "W2595RIB", + "traits": "", + "metrics": { + "Yield": 208.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2RIB", + "metrics": { + "Yield": 207.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142681" + ], + "fetched_at": "2026-05-27T02:19:58.149639+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142681.md b/corpus/lg_plot_reports/lgpr-corn-2024-142681.md new file mode 100644 index 00000000..87c9b0f5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142681.md @@ -0,0 +1,29 @@ +# Corn yield trial — Vernon Center , Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Vernon Center +- **Year:** 2024 +- **Plot ID:** 142681 +- **Cooperator:** Ag Solutions +- **Salesperson:** Ag Solutions +- **Planted:** 2024-05-20 +- **Harvested:** 2024-10-15 +- **Plot average:** 190.1 BU/Ac +- **Coordinates:** 43.95615, -94.13876 +- **URL:** https://lgseeds.com/performance/corn#plot-142681 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | W1996RIB | - | 216.4 | +| 2 | Unknown | W2629RIB | - | 210.6 | +| 3 | Unknown | W2446RIB | - | 209.7 | +| 4 | Unknown | W2595RIB | - | 208.1 | +| 5 | LG Seeds | LG5525 | VT2RIB | 207.8 | + +Top 5 by Yield: W1996RIB (Unknown) 216.4, W2629RIB (Unknown) 210.6, W2446RIB (Unknown) 209.7, W2595RIB (Unknown) 208.1, LG5525 (LG Seeds) 207.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142685.json b/corpus/lg_plot_reports/lgpr-corn-2024-142685.json new file mode 100644 index 00000000..a4581727 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142685.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142685", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Silverwood", + "year": 2024, + "plot_id": "142685", + "lat": 43.34774, + "lng": -83.26203, + "cooperator": "Dave Pape", + "salesperson": "Dave Pape", + "planted_date": "2024-05-07", + "harvested_date": "2024-10-21", + "plot_average": 175.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2PRO", + "metrics": { + "Yield": 201.14 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 197.96 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 194.56 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "VT2RIB", + "metrics": { + "Yield": 193.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG46C57", + "traits": "", + "metrics": { + "Yield": 188.99 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142685" + ], + "fetched_at": "2026-05-27T02:20:13.421506+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142685.md b/corpus/lg_plot_reports/lgpr-corn-2024-142685.md new file mode 100644 index 00000000..d4d15fa4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142685.md @@ -0,0 +1,28 @@ +# Corn yield trial — Silverwood, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Silverwood +- **Year:** 2024 +- **Plot ID:** 142685 +- **Cooperator:** Dave Pape +- **Planted:** 2024-05-07 +- **Harvested:** 2024-10-21 +- **Plot average:** 175.3 BU/Ac +- **Coordinates:** 43.34774, -83.26203 +- **URL:** https://lgseeds.com/performance/corn#plot-142685 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG46C85 | VT2PRO | 201.14 | +| 2 | LG Seeds | LG49C28 | VT2RIB | 197.96 | +| 3 | LG Seeds | LG51C62 | VT2RIB | 194.56 | +| 4 | LG Seeds | LG47C77 | VT2RIB | 193.2 | +| 5 | LG Seeds | LG46C57 | - | 188.99 | + +Top 5 by Yield: LG46C85 (LG Seeds) 201.14, LG49C28 (LG Seeds) 197.96, LG51C62 (LG Seeds) 194.56, LG47C77 (LG Seeds) 193.2, LG46C57 (LG Seeds) 188.99. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142686.json b/corpus/lg_plot_reports/lgpr-corn-2024-142686.json new file mode 100644 index 00000000..529d10f7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142686.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142686", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Melvin", + "year": 2024, + "plot_id": "142686", + "lat": 43.20755, + "lng": -82.75566, + "cooperator": "Rob & Ron Steenbergh", + "salesperson": "Rob & Ron Steenbergh", + "planted_date": "2024-05-06", + "harvested_date": "2024-10-21", + "plot_average": 225.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2PRO", + "metrics": { + "Yield": 245.25 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 237.45 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "VT2RIB", + "metrics": { + "Yield": 235.64 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "VT2RIB", + "metrics": { + "Yield": 231.24 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 231.06 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142686" + ], + "fetched_at": "2026-05-27T02:20:32.671065+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142686.md b/corpus/lg_plot_reports/lgpr-corn-2024-142686.md new file mode 100644 index 00000000..576fe8a9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142686.md @@ -0,0 +1,28 @@ +# Corn yield trial — Melvin, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Melvin +- **Year:** 2024 +- **Plot ID:** 142686 +- **Cooperator:** Rob & Ron Steenbergh +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-21 +- **Plot average:** 225.5 BU/Ac +- **Coordinates:** 43.20755, -82.75566 +- **URL:** https://lgseeds.com/performance/corn#plot-142686 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG46C85 | VT2PRO | 245.25 | +| 2 | LG Seeds | LG48C87 | VT2RIB | 237.45 | +| 3 | LG Seeds | LG47C77 | VT2RIB | 235.64 | +| 4 | LG Seeds | LG44C27 | VT2RIB | 231.24 | +| 5 | LG Seeds | LG49C28 | VT2RIB | 231.06 | + +Top 5 by Yield: LG46C85 (LG Seeds) 245.25, LG48C87 (LG Seeds) 237.45, LG47C77 (LG Seeds) 235.64, LG44C27 (LG Seeds) 231.24, LG49C28 (LG Seeds) 231.06. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142694.json b/corpus/lg_plot_reports/lgpr-corn-2024-142694.json new file mode 100644 index 00000000..e6c192d7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142694.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142694", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Fairfax", + "year": 2024, + "plot_id": "142694", + "lat": 41.89037, + "lng": -91.7613, + "cooperator": "Shawn Nove", + "salesperson": "Shawn Nove", + "planted_date": "2024-05-01", + "harvested_date": "2024-10-21", + "plot_average": 263.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 286.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 278.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 268.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "3110", + "metrics": { + "Yield": 263.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VTPRO", + "metrics": { + "Yield": 262.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142694" + ], + "fetched_at": "2026-05-27T02:19:36.646849+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142694.md b/corpus/lg_plot_reports/lgpr-corn-2024-142694.md new file mode 100644 index 00000000..09e7da21 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142694.md @@ -0,0 +1,28 @@ +# Corn yield trial — Fairfax, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Fairfax +- **Year:** 2024 +- **Plot ID:** 142694 +- **Cooperator:** Shawn Nove +- **Planted:** 2024-05-01 +- **Harvested:** 2024-10-21 +- **Plot average:** 263.6 BU/Ac +- **Coordinates:** 41.89037, -91.76130 +- **URL:** https://lgseeds.com/performance/corn#plot-142694 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG56C25 | SSPRIB | 286.6 | +| 2 | LG Seeds | LG53C44 | VT2RIB | 278.7 | +| 3 | LG Seeds | LG58C48 | VT2RIB | 268.6 | +| 4 | LG Seeds | LG61C28 | 3110 | 263.8 | +| 5 | LG Seeds | LG57C82 | VTPRO | 262.1 | + +Top 5 by Yield: LG56C25 (LG Seeds) 286.6, LG53C44 (LG Seeds) 278.7, LG58C48 (LG Seeds) 268.6, LG61C28 (LG Seeds) 263.8, LG57C82 (LG Seeds) 262.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142696.json b/corpus/lg_plot_reports/lgpr-corn-2024-142696.json new file mode 100644 index 00000000..1a156aca --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142696.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142696", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Indiana", + "state_abbrev": "in", + "city": "Kendallville ", + "year": 2024, + "plot_id": "142696", + "lat": 41.43802, + "lng": -85.36539, + "cooperator": "Bauman Farms", + "salesperson": "Bauman Farms", + "planted_date": "2024-05-07", + "harvested_date": "2024-10-23", + "plot_average": 238.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 264.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 256.01 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 253.76 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 252.24 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 251.24 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142696" + ], + "fetched_at": "2026-05-27T02:19:45.915320+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142696.md b/corpus/lg_plot_reports/lgpr-corn-2024-142696.md new file mode 100644 index 00000000..78afbf96 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142696.md @@ -0,0 +1,28 @@ +# Corn yield trial — Kendallville , Indiana, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Indiana (IN) +- **City:** Kendallville +- **Year:** 2024 +- **Plot ID:** 142696 +- **Cooperator:** Bauman Farms +- **Planted:** 2024-05-07 +- **Harvested:** 2024-10-23 +- **Plot average:** 238.5 BU/Ac +- **Coordinates:** 41.43802, -85.36539 +- **URL:** https://lgseeds.com/performance/corn#plot-142696 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C43 | VT2RIB | 264.9 | +| 2 | LG Seeds | LG63C54 | PCE | 256.01 | +| 3 | LG Seeds | LG58C48 | VT2RIB | 253.76 | +| 4 | LG Seeds | LG62C73 | VT2PRO | 252.24 | +| 5 | LG Seeds | LG60C05 | 3110 | 251.24 | + +Top 5 by Yield: LG64C43 (LG Seeds) 264.9, LG63C54 (LG Seeds) 256.01, LG58C48 (LG Seeds) 253.76, LG62C73 (LG Seeds) 252.24, LG60C05 (LG Seeds) 251.24. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142704.json b/corpus/lg_plot_reports/lgpr-corn-2024-142704.json new file mode 100644 index 00000000..c6ae769e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142704.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142704", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "South Wayne", + "year": 2024, + "plot_id": "142704", + "lat": 42.55227, + "lng": -89.88492, + "cooperator": "Jeramiah Kleiber", + "salesperson": "Jeramiah Kleiber", + "planted_date": "2024-05-04", + "harvested_date": "2024-10-15", + "plot_average": 244.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "5864AM", + "traits": "", + "metrics": { + "Yield": 279.54 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "D49PN05RA", + "traits": "", + "metrics": { + "Yield": 272.95 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG57C33", + "traits": "VT2RIB", + "metrics": { + "Yield": 266.27 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "5393V2P", + "traits": "", + "metrics": { + "Yield": 250.05 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "VT2RIB", + "metrics": { + "Yield": 248.13 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142704" + ], + "fetched_at": "2026-05-27T02:20:08.653279+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142704.md b/corpus/lg_plot_reports/lgpr-corn-2024-142704.md new file mode 100644 index 00000000..d7f3574f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142704.md @@ -0,0 +1,28 @@ +# Corn yield trial — South Wayne, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** South Wayne +- **Year:** 2024 +- **Plot ID:** 142704 +- **Cooperator:** Jeramiah Kleiber +- **Planted:** 2024-05-04 +- **Harvested:** 2024-10-15 +- **Plot average:** 244.3 BU/Ac +- **Coordinates:** 42.55227, -89.88492 +- **URL:** https://lgseeds.com/performance/corn#plot-142704 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 5864AM | - | 279.54 | +| 2 | Unknown | D49PN05RA | - | 272.95 | +| 3 | LG Seeds | LG57C33 | VT2RIB | 266.27 | +| 4 | Unknown | 5393V2P | - | 250.05 | +| 5 | LG Seeds | LG59C72 | VT2RIB | 248.13 | + +Top 5 by Yield: 5864AM (Unknown) 279.54, D49PN05RA (Unknown) 272.95, LG57C33 (LG Seeds) 266.27, 5393V2P (Unknown) 250.05, LG59C72 (LG Seeds) 248.13. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142707.json b/corpus/lg_plot_reports/lgpr-corn-2024-142707.json new file mode 100644 index 00000000..835abe62 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142707.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142707", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Saybrook ", + "year": 2024, + "plot_id": "142707", + "lat": 40.48578, + "lng": -88.5391, + "cooperator": "JC Zimmerman", + "salesperson": "JC Zimmerman", + "planted_date": "2024-05-08", + "harvested_date": "2024-09-30", + "plot_average": 244.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 264.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 259.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 259.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 258.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Yield": 257.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142707" + ], + "fetched_at": "2026-05-27T02:19:30.423064+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142707.md b/corpus/lg_plot_reports/lgpr-corn-2024-142707.md new file mode 100644 index 00000000..93509989 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142707.md @@ -0,0 +1,28 @@ +# Corn yield trial — Saybrook , Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Saybrook +- **Year:** 2024 +- **Plot ID:** 142707 +- **Cooperator:** JC Zimmerman +- **Planted:** 2024-05-08 +- **Harvested:** 2024-09-30 +- **Plot average:** 244.5 BU/Ac +- **Coordinates:** 40.48578, -88.53910 +- **URL:** https://lgseeds.com/performance/corn#plot-142707 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C73 | VT2PRO | 264.9 | +| 2 | LG Seeds | LG63C82 | DGVT2RIB | 259.7 | +| 3 | LG Seeds | LG64C43 | VT2RIB | 259.6 | +| 4 | LG Seeds | LG63C32 | SSP | 258.7 | +| 5 | LG Seeds | LG67C27 | STXRIB | 257.9 | + +Top 5 by Yield: LG62C73 (LG Seeds) 264.9, LG63C82 (LG Seeds) 259.7, LG64C43 (LG Seeds) 259.6, LG63C32 (LG Seeds) 258.7, LG67C27 (LG Seeds) 257.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142708.json b/corpus/lg_plot_reports/lgpr-corn-2024-142708.json new file mode 100644 index 00000000..e3c5328d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142708.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142708", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Waupon", + "year": 2024, + "plot_id": "142708", + "lat": 43.63324, + "lng": -88.66577, + "cooperator": "Irvan Possin", + "salesperson": "Irvan Possin", + "planted_date": "2024-05-06", + "harvested_date": "2024-10-16", + "plot_average": 231.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC105-35RIB", + "traits": "", + "metrics": { + "Yield": 247.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 239.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DS-4219AM", + "traits": "", + "metrics": { + "Yield": 237.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 237.8 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "RC5209DGVT2P", + "traits": "", + "metrics": { + "Yield": 234.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142708" + ], + "fetched_at": "2026-05-27T02:19:55.643779+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142708.md b/corpus/lg_plot_reports/lgpr-corn-2024-142708.md new file mode 100644 index 00000000..42194d92 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142708.md @@ -0,0 +1,28 @@ +# Corn yield trial — Waupon, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Waupon +- **Year:** 2024 +- **Plot ID:** 142708 +- **Cooperator:** Irvan Possin +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-16 +- **Plot average:** 231.3 BU/Ac +- **Coordinates:** 43.63324, -88.66577 +- **URL:** https://lgseeds.com/performance/corn#plot-142708 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC105-35RIB | - | 247.6 | +| 2 | LG Seeds | LG51C62 | VT2RIB | 239.8 | +| 3 | Unknown | DS-4219AM | - | 237.9 | +| 4 | LG Seeds | LG53C44 | VT2RIB | 237.8 | +| 5 | Unknown | RC5209DGVT2P | - | 234.0 | + +Top 5 by Yield: DKC105-35RIB (Unknown) 247.6, LG51C62 (LG Seeds) 239.8, DS-4219AM (Unknown) 237.9, LG53C44 (LG Seeds) 237.8, RC5209DGVT2P (Unknown) 234.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142719.json b/corpus/lg_plot_reports/lgpr-corn-2024-142719.json new file mode 100644 index 00000000..b2fcb1af --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142719.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142719", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Stratford ", + "year": 2024, + "plot_id": "142719", + "lat": 45.32663, + "lng": -98.31535, + "cooperator": "Bryce Krueger", + "salesperson": "Bryce Krueger", + "planted_date": "2024-05-08", + "harvested_date": "2024-10-18", + "plot_average": 220.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "46D98-PC", + "traits": "", + "metrics": { + "Yield": 246.32 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "E-95541VT4P", + "traits": "", + "metrics": { + "Yield": 244.28 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "G00471-D", + "traits": "", + "metrics": { + "Yield": 243.7 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "G97B68-DV", + "traits": "", + "metrics": { + "Yield": 239.07 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "K5218D", + "traits": "", + "metrics": { + "Yield": 236.84 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142719" + ], + "fetched_at": "2026-05-27T02:19:58.395269+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142719.md b/corpus/lg_plot_reports/lgpr-corn-2024-142719.md new file mode 100644 index 00000000..d1f112f8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142719.md @@ -0,0 +1,28 @@ +# Corn yield trial — Stratford , South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Stratford +- **Year:** 2024 +- **Plot ID:** 142719 +- **Cooperator:** Bryce Krueger +- **Planted:** 2024-05-08 +- **Harvested:** 2024-10-18 +- **Plot average:** 220.7 BU/Ac +- **Coordinates:** 45.32663, -98.31535 +- **URL:** https://lgseeds.com/performance/corn#plot-142719 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 46D98-PC | - | 246.32 | +| 2 | Unknown | E-95541VT4P | - | 244.28 | +| 3 | Unknown | G00471-D | - | 243.7 | +| 4 | Unknown | G97B68-DV | - | 239.07 | +| 5 | Unknown | K5218D | - | 236.84 | + +Top 5 by Yield: 46D98-PC (Unknown) 246.32, E-95541VT4P (Unknown) 244.28, G00471-D (Unknown) 243.7, G97B68-DV (Unknown) 239.07, K5218D (Unknown) 236.84. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142725.json b/corpus/lg_plot_reports/lgpr-corn-2024-142725.json new file mode 100644 index 00000000..b0c1781b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142725.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142725", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Radium", + "year": 2024, + "plot_id": "142725", + "lat": 38.1709, + "lng": -98.91289, + "cooperator": "Crane Farms", + "salesperson": "Crane Farms", + "planted_date": "2024-05-08", + "harvested_date": "2024-10-12", + "plot_average": 233.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 253.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2PRO", + "metrics": { + "Yield": 251.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "A643-52VT2RIB", + "traits": "", + "metrics": { + "Yield": 250.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG65C14", + "traits": "TRCRIB", + "metrics": { + "Yield": 248.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG66C28", + "traits": "3110", + "metrics": { + "Yield": 235.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142725" + ], + "fetched_at": "2026-05-27T02:20:10.417582+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142725.md b/corpus/lg_plot_reports/lgpr-corn-2024-142725.md new file mode 100644 index 00000000..d38c4fc7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142725.md @@ -0,0 +1,28 @@ +# Corn yield trial — Radium, Kansas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Radium +- **Year:** 2024 +- **Plot ID:** 142725 +- **Cooperator:** Crane Farms +- **Planted:** 2024-05-08 +- **Harvested:** 2024-10-12 +- **Plot average:** 233.5 BU/Ac +- **Coordinates:** 38.17090, -98.91289 +- **URL:** https://lgseeds.com/performance/corn#plot-142725 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C43 | VT2RIB | 253.6 | +| 2 | LG Seeds | LG65C30 | VT2PRO | 251.3 | +| 3 | Unknown | A643-52VT2RIB | - | 250.9 | +| 4 | LG Seeds | LG65C14 | TRCRIB | 248.3 | +| 5 | LG Seeds | LG66C28 | 3110 | 235.1 | + +Top 5 by Yield: LG64C43 (LG Seeds) 253.6, LG65C30 (LG Seeds) 251.3, A643-52VT2RIB (Unknown) 250.9, LG65C14 (LG Seeds) 248.3, LG66C28 (LG Seeds) 235.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142729.json b/corpus/lg_plot_reports/lgpr-corn-2024-142729.json new file mode 100644 index 00000000..6a0b4417 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142729.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142729", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "McCook", + "year": 2024, + "plot_id": "142729", + "lat": 40.19803, + "lng": -100.57445, + "cooperator": "Ruggles Land and Cattle", + "salesperson": "Ruggles Land and Cattle", + "planted_date": "2024-05-09", + "harvested_date": "2024-10-10", + "plot_average": 229.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG60C12", + "traits": "5222AEZ", + "metrics": { + "Yield": 249.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 248.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 240.3 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LG60C12-5222AEZ", + "traits": "", + "metrics": { + "Yield": 234.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "DV-RN", + "metrics": { + "Yield": 210.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142729" + ], + "fetched_at": "2026-05-27T02:20:02.903078+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142729.md b/corpus/lg_plot_reports/lgpr-corn-2024-142729.md new file mode 100644 index 00000000..b370495d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142729.md @@ -0,0 +1,28 @@ +# Corn yield trial — McCook, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** McCook +- **Year:** 2024 +- **Plot ID:** 142729 +- **Cooperator:** Ruggles Land and Cattle +- **Planted:** 2024-05-09 +- **Harvested:** 2024-10-10 +- **Plot average:** 229.2 BU/Ac +- **Coordinates:** 40.19803, -100.57445 +- **URL:** https://lgseeds.com/performance/corn#plot-142729 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG60C12 | 5222AEZ | 249.8 | +| 2 | LG Seeds | LG58C48 | VT2RIB | 248.6 | +| 3 | LG Seeds | LG59C72 | 5222EZ | 240.3 | +| 4 | Unknown | LG60C12-5222AEZ | - | 234.8 | +| 5 | LG Seeds | LG53C44 | DV-RN | 210.6 | + +Top 5 by Yield: LG60C12 (LG Seeds) 249.8, LG58C48 (LG Seeds) 248.6, LG59C72 (LG Seeds) 240.3, LG60C12-5222AEZ (Unknown) 234.8, LG53C44 (LG Seeds) 210.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142730.json b/corpus/lg_plot_reports/lgpr-corn-2024-142730.json new file mode 100644 index 00000000..9710d13e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142730.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142730", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "McCook", + "year": 2024, + "plot_id": "142730", + "lat": 40.19811, + "lng": -100.57429, + "cooperator": "Ruggles Land and Cattle", + "salesperson": "Ruggles Land and Cattle", + "planted_date": "2024-05-09", + "harvested_date": "2024-10-10", + "plot_average": 243.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 271.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 264.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG65C14", + "traits": "TRCRIB", + "metrics": { + "Yield": 258.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V-RN", + "metrics": { + "Yield": 258.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2PRO", + "metrics": { + "Yield": 255.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142730" + ], + "fetched_at": "2026-05-27T02:20:03.162445+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142730.md b/corpus/lg_plot_reports/lgpr-corn-2024-142730.md new file mode 100644 index 00000000..f4c0e186 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142730.md @@ -0,0 +1,28 @@ +# Corn yield trial — McCook, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** McCook +- **Year:** 2024 +- **Plot ID:** 142730 +- **Cooperator:** Ruggles Land and Cattle +- **Planted:** 2024-05-09 +- **Harvested:** 2024-10-10 +- **Plot average:** 243.3 BU/Ac +- **Coordinates:** 40.19811, -100.57429 +- **URL:** https://lgseeds.com/performance/corn#plot-142730 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C54 | PCE | 271.1 | +| 2 | LG Seeds | LG63C32 | SSP | 264.4 | +| 3 | LG Seeds | LG65C14 | TRCRIB | 258.9 | +| 4 | LG Seeds | LG61C28 | V-RN | 258.4 | +| 5 | LG Seeds | LG65C30 | VT2PRO | 255.1 | + +Top 5 by Yield: LG63C54 (LG Seeds) 271.1, LG63C32 (LG Seeds) 264.4, LG65C14 (LG Seeds) 258.9, LG61C28 (LG Seeds) 258.4, LG65C30 (LG Seeds) 255.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142734.json b/corpus/lg_plot_reports/lgpr-corn-2024-142734.json new file mode 100644 index 00000000..5dfd709e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142734.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142734", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Greenville", + "year": 2024, + "plot_id": "142734", + "lat": 40.05371, + "lng": -84.56904, + "cooperator": "Craig Unger", + "salesperson": "Craig Unger", + "planted_date": "2024-05-02", + "harvested_date": "2024-10-21", + "plot_average": 230.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2PRO", + "metrics": { + "Yield": 252.34 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 245.41 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "K5836PWE", + "traits": "", + "metrics": { + "Yield": 244.37 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 243.65 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P1383AM", + "traits": "", + "metrics": { + "Yield": 242.09 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142734" + ], + "fetched_at": "2026-05-27T02:19:53.146624+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142734.md b/corpus/lg_plot_reports/lgpr-corn-2024-142734.md new file mode 100644 index 00000000..64c264be --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142734.md @@ -0,0 +1,28 @@ +# Corn yield trial — Greenville, Ohio, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Ohio (OH) +- **City:** Greenville +- **Year:** 2024 +- **Plot ID:** 142734 +- **Cooperator:** Craig Unger +- **Planted:** 2024-05-02 +- **Harvested:** 2024-10-21 +- **Plot average:** 230.1 BU/Ac +- **Coordinates:** 40.05371, -84.56904 +- **URL:** https://lgseeds.com/performance/corn#plot-142734 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG65C30 | VT2PRO | 252.34 | +| 2 | LG Seeds | LG64C43 | VT2RIB | 245.41 | +| 3 | Unknown | K5836PWE | - | 244.37 | +| 4 | LG Seeds | LG51C62 | VT2RIB | 243.65 | +| 5 | Pioneer | P1383AM | - | 242.09 | + +Top 5 by Yield: LG65C30 (LG Seeds) 252.34, LG64C43 (LG Seeds) 245.41, K5836PWE (Unknown) 244.37, LG51C62 (LG Seeds) 243.65, P1383AM (Pioneer) 242.09. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142736.json b/corpus/lg_plot_reports/lgpr-corn-2024-142736.json new file mode 100644 index 00000000..3b655b64 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142736.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142736", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Ithaca", + "year": 2024, + "plot_id": "142736", + "lat": 41.10394, + "lng": -96.5241, + "cooperator": "Bob Bartek", + "salesperson": "Bob Bartek", + "planted_date": "2024-05-09", + "harvested_date": "2024-11-07", + "plot_average": 226.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 252.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V-RN", + "metrics": { + "Yield": 247.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 247.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 238.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG60C12", + "traits": "5222AEZ", + "metrics": { + "Yield": 237.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142736" + ], + "fetched_at": "2026-05-27T02:18:49.882098+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142736.md b/corpus/lg_plot_reports/lgpr-corn-2024-142736.md new file mode 100644 index 00000000..8b3c2398 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142736.md @@ -0,0 +1,28 @@ +# Corn yield trial — Ithaca, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Ithaca +- **Year:** 2024 +- **Plot ID:** 142736 +- **Cooperator:** Bob Bartek +- **Planted:** 2024-05-09 +- **Harvested:** 2024-11-07 +- **Plot average:** 226.6 BU/Ac +- **Coordinates:** 41.10394, -96.52410 +- **URL:** https://lgseeds.com/performance/corn#plot-142736 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG66C44 | VT2RIB | 252.2 | +| 2 | LG Seeds | LG61C28 | V-RN | 247.7 | +| 3 | LG Seeds | LG63C32 | SSP | 247.7 | +| 4 | LG Seeds | LG63C82 | DGVT2RIB | 238.8 | +| 5 | LG Seeds | LG60C12 | 5222AEZ | 237.6 | + +Top 5 by Yield: LG66C44 (LG Seeds) 252.2, LG61C28 (LG Seeds) 247.7, LG63C32 (LG Seeds) 247.7, LG63C82 (LG Seeds) 238.8, LG60C12 (LG Seeds) 237.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142738.json b/corpus/lg_plot_reports/lgpr-corn-2024-142738.json new file mode 100644 index 00000000..fc5d7ac2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142738.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142738", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Houghton", + "year": 2024, + "plot_id": "142738", + "lat": 45.81404, + "lng": -98.26666, + "cooperator": "Troy Knecht", + "salesperson": "Troy Knecht", + "planted_date": "2024-05-09", + "harvested_date": "2024-10-21", + "plot_average": 195.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 205.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 201.44 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2PRO", + "metrics": { + "Yield": 201.03 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 192.16 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2PRO", + "metrics": { + "Yield": 190.59 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142738" + ], + "fetched_at": "2026-05-27T02:19:58.670549+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142738.md b/corpus/lg_plot_reports/lgpr-corn-2024-142738.md new file mode 100644 index 00000000..cc6759a5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142738.md @@ -0,0 +1,28 @@ +# Corn yield trial — Houghton, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Houghton +- **Year:** 2024 +- **Plot ID:** 142738 +- **Cooperator:** Troy Knecht +- **Planted:** 2024-05-09 +- **Harvested:** 2024-10-21 +- **Plot average:** 195.6 BU/Ac +- **Coordinates:** 45.81404, -98.26666 +- **URL:** https://lgseeds.com/performance/corn#plot-142738 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 205.4 | +| 2 | LG Seeds | LG48C87 | VT2RIB | 201.44 | +| 3 | LG Seeds | LG46C85 | VT2PRO | 201.03 | +| 4 | LG Seeds | LG48C32 | SSPRIB | 192.16 | +| 5 | LG Seeds | LG43C50 | VT2PRO | 190.59 | + +Top 5 by Yield: LG51C62 (LG Seeds) 205.4, LG48C87 (LG Seeds) 201.44, LG46C85 (LG Seeds) 201.03, LG48C32 (LG Seeds) 192.16, LG43C50 (LG Seeds) 190.59. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142742.json b/corpus/lg_plot_reports/lgpr-corn-2024-142742.json new file mode 100644 index 00000000..241d58d1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142742.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142742", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Wood River", + "year": 2024, + "plot_id": "142742", + "lat": 40.84439, + "lng": -98.66603, + "cooperator": "Nathan Hartmann", + "salesperson": "Nathan Hartmann", + "planted_date": "2024-05-09", + "harvested_date": "2024-10-16", + "plot_average": 263.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 288.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 282.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 275.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 268.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STXRIB", + "metrics": { + "Yield": 264.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142742" + ], + "fetched_at": "2026-05-27T02:18:03.864426+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142742.md b/corpus/lg_plot_reports/lgpr-corn-2024-142742.md new file mode 100644 index 00000000..498d61c7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142742.md @@ -0,0 +1,28 @@ +# Corn yield trial — Wood River, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Wood River +- **Year:** 2024 +- **Plot ID:** 142742 +- **Cooperator:** Nathan Hartmann +- **Planted:** 2024-05-09 +- **Harvested:** 2024-10-16 +- **Plot average:** 263.8 BU/Ac +- **Coordinates:** 40.84439, -98.66603 +- **URL:** https://lgseeds.com/performance/corn#plot-142742 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG66C44 | VT2RIB | 288.4 | +| 2 | LG Seeds | LG63C54 | PCE | 282.2 | +| 3 | LG Seeds | LG63C82 | DGVT2RIB | 275.4 | +| 4 | LG Seeds | LG64C43 | VT2RIB | 268.3 | +| 5 | LG Seeds | LG64C90 | STXRIB | 264.7 | + +Top 5 by Yield: LG66C44 (LG Seeds) 288.4, LG63C54 (LG Seeds) 282.2, LG63C82 (LG Seeds) 275.4, LG64C43 (LG Seeds) 268.3, LG64C90 (LG Seeds) 264.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142756.json b/corpus/lg_plot_reports/lgpr-corn-2024-142756.json new file mode 100644 index 00000000..d631c6a6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142756.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142756", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Duncan", + "year": 2024, + "plot_id": "142756", + "lat": 41.35136, + "lng": -97.57912, + "cooperator": "Jerry Jareske", + "salesperson": "Jerry Jareske", + "planted_date": "2024-05-10", + "harvested_date": "2024-10-09", + "plot_average": 241.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 267.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 257.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 254.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG65C14", + "traits": "TRCRIB", + "metrics": { + "Yield": 247.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 240.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142756" + ], + "fetched_at": "2026-05-27T02:20:28.945627+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142756.md b/corpus/lg_plot_reports/lgpr-corn-2024-142756.md new file mode 100644 index 00000000..26e74143 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142756.md @@ -0,0 +1,28 @@ +# Corn yield trial — Duncan, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Duncan +- **Year:** 2024 +- **Plot ID:** 142756 +- **Cooperator:** Jerry Jareske +- **Planted:** 2024-05-10 +- **Harvested:** 2024-10-09 +- **Plot average:** 241.1 BU/Ac +- **Coordinates:** 41.35136, -97.57912 +- **URL:** https://lgseeds.com/performance/corn#plot-142756 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG66C44 | VT2RIB | 267.1 | +| 2 | LG Seeds | LG63C32 | SSP | 257.0 | +| 3 | LG Seeds | LG63C82 | DGVT2RIB | 254.7 | +| 4 | LG Seeds | LG65C14 | TRCRIB | 247.7 | +| 5 | LG Seeds | LG64C43 | VT2RIB | 240.9 | + +Top 5 by Yield: LG66C44 (LG Seeds) 267.1, LG63C32 (LG Seeds) 257.0, LG63C82 (LG Seeds) 254.7, LG65C14 (LG Seeds) 247.7, LG64C43 (LG Seeds) 240.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142764.json b/corpus/lg_plot_reports/lgpr-corn-2024-142764.json new file mode 100644 index 00000000..2b6752bc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142764.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142764", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Johnson", + "year": 2024, + "plot_id": "142764", + "lat": 37.43813, + "lng": -101.78213, + "cooperator": "Jerrod Daniels", + "salesperson": "Jerrod Daniels", + "planted_date": "2024-05-10", + "harvested_date": "2024-10-11", + "plot_average": 243.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 260.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 257.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC62-69RIB", + "traits": "", + "metrics": { + "Yield": 257.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 255.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG65C14", + "traits": "TRCRIB", + "metrics": { + "Yield": 253.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142764" + ], + "fetched_at": "2026-05-27T02:20:10.663720+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142764.md b/corpus/lg_plot_reports/lgpr-corn-2024-142764.md new file mode 100644 index 00000000..7b3d44b6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142764.md @@ -0,0 +1,28 @@ +# Corn yield trial — Johnson, Kansas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Johnson +- **Year:** 2024 +- **Plot ID:** 142764 +- **Cooperator:** Jerrod Daniels +- **Planted:** 2024-05-10 +- **Harvested:** 2024-10-11 +- **Plot average:** 243.7 BU/Ac +- **Coordinates:** 37.43813, -101.78213 +- **URL:** https://lgseeds.com/performance/corn#plot-142764 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C54 | PCE | 260.0 | +| 2 | LG Seeds | LG62C73 | VT2PRO | 257.4 | +| 3 | Unknown | DKC62-69RIB | - | 257.4 | +| 4 | LG Seeds | LG64C43 | VT2RIB | 255.7 | +| 5 | LG Seeds | LG65C14 | TRCRIB | 253.3 | + +Top 5 by Yield: LG63C54 (LG Seeds) 260.0, LG62C73 (LG Seeds) 257.4, DKC62-69RIB (Unknown) 257.4, LG64C43 (LG Seeds) 255.7, LG65C14 (LG Seeds) 253.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142765.json b/corpus/lg_plot_reports/lgpr-corn-2024-142765.json new file mode 100644 index 00000000..fc5e2161 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142765.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142765", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Oregon", + "state_abbrev": "or", + "city": "Vale", + "year": 2024, + "plot_id": "142765", + "lat": 44.13243, + "lng": -117.41761, + "cooperator": "Eddie Heid", + "salesperson": "Eddie Heid", + "planted_date": "2024-05-09", + "harvested_date": "2025-01-27", + "plot_average": 217.5, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P9955Q", + "traits": "", + "metrics": { + "Yield": 260.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG56C78", + "traits": "3110", + "metrics": { + "Yield": 256.0 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P0157AMX", + "traits": "", + "metrics": { + "Yield": 254.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2RIB", + "metrics": { + "Yield": 242.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 239.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142765" + ], + "fetched_at": "2026-05-27T02:20:52.433194+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142765.md b/corpus/lg_plot_reports/lgpr-corn-2024-142765.md new file mode 100644 index 00000000..2b5a5a58 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142765.md @@ -0,0 +1,28 @@ +# Corn yield trial — Vale, Oregon, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Oregon (OR) +- **City:** Vale +- **Year:** 2024 +- **Plot ID:** 142765 +- **Cooperator:** Eddie Heid +- **Planted:** 2024-05-09 +- **Harvested:** 2025-01-27 +- **Plot average:** 217.5 BU/Ac +- **Coordinates:** 44.13243, -117.41761 +- **URL:** https://lgseeds.com/performance/corn#plot-142765 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P9955Q | - | 260.5 | +| 2 | LG Seeds | LG56C78 | 3110 | 256.0 | +| 3 | Pioneer | P0157AMX | - | 254.3 | +| 4 | LG Seeds | LG5525 | VT2RIB | 242.9 | +| 5 | LG Seeds | LG49C28 | VT2RIB | 239.5 | + +Top 5 by Yield: P9955Q (Pioneer) 260.5, LG56C78 (LG Seeds) 256.0, P0157AMX (Pioneer) 254.3, LG5525 (LG Seeds) 242.9, LG49C28 (LG Seeds) 239.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142770.json b/corpus/lg_plot_reports/lgpr-corn-2024-142770.json new file mode 100644 index 00000000..7197a5a0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142770.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142770", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Rice", + "year": 2024, + "plot_id": "142770", + "lat": 45.77629, + "lng": -94.09055, + "cooperator": "Schumann Angus Farm", + "salesperson": "Schumann Angus Farm", + "planted_date": "2024-05-10", + "harvested_date": "2024-10-18", + "plot_average": 239.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 269.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2PRO", + "metrics": { + "Yield": 248.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 246.7 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LG42C80VT2RIB", + "traits": "", + "metrics": { + "Yield": 246.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "K4108PWE", + "traits": "", + "metrics": { + "Yield": 242.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142770" + ], + "fetched_at": "2026-05-27T02:19:57.417954+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142770.md b/corpus/lg_plot_reports/lgpr-corn-2024-142770.md new file mode 100644 index 00000000..6b48d687 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142770.md @@ -0,0 +1,28 @@ +# Corn yield trial — Rice, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Rice +- **Year:** 2024 +- **Plot ID:** 142770 +- **Cooperator:** Schumann Angus Farm +- **Planted:** 2024-05-10 +- **Harvested:** 2024-10-18 +- **Plot average:** 239.5 BU/Ac +- **Coordinates:** 45.77629, -94.09055 +- **URL:** https://lgseeds.com/performance/corn#plot-142770 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG48C87 | VT2RIB | 269.1 | +| 2 | LG Seeds | LG43C50 | VT2PRO | 248.0 | +| 3 | LG Seeds | LG42C80 | VT2RIB | 246.7 | +| 4 | Unknown | LG42C80VT2RIB | - | 246.2 | +| 5 | Unknown | K4108PWE | - | 242.8 | + +Top 5 by Yield: LG48C87 (LG Seeds) 269.1, LG43C50 (LG Seeds) 248.0, LG42C80 (LG Seeds) 246.7, LG42C80VT2RIB (Unknown) 246.2, K4108PWE (Unknown) 242.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142777.json b/corpus/lg_plot_reports/lgpr-corn-2024-142777.json new file mode 100644 index 00000000..343f4b4b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142777.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142777", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Leopolis", + "year": 2024, + "plot_id": "142777", + "lat": 44.79128, + "lng": -88.90642, + "cooperator": "Leroy Voelz", + "salesperson": "Leroy Voelz", + "planted_date": "2024-05-10", + "harvested_date": "2024-10-22", + "plot_average": 158.6, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC36-48RIB", + "traits": "", + "metrics": { + "Yield": 165.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG34C14", + "traits": "AA-RN", + "metrics": { + "Yield": 162.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG38C48", + "traits": "VT2PRO", + "metrics": { + "Yield": 162.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG35C79", + "traits": "VT2RIB", + "metrics": { + "Yield": 157.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG37C33", + "traits": "VT2RIB", + "metrics": { + "Yield": 155.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142777" + ], + "fetched_at": "2026-05-27T02:19:46.148351+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142777.md b/corpus/lg_plot_reports/lgpr-corn-2024-142777.md new file mode 100644 index 00000000..c311ef29 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142777.md @@ -0,0 +1,28 @@ +# Corn yield trial — Leopolis, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Leopolis +- **Year:** 2024 +- **Plot ID:** 142777 +- **Cooperator:** Leroy Voelz +- **Planted:** 2024-05-10 +- **Harvested:** 2024-10-22 +- **Plot average:** 158.6 BU/Ac +- **Coordinates:** 44.79128, -88.90642 +- **URL:** https://lgseeds.com/performance/corn#plot-142777 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC36-48RIB | - | 165.3 | +| 2 | LG Seeds | LG34C14 | AA-RN | 162.8 | +| 3 | LG Seeds | LG38C48 | VT2PRO | 162.0 | +| 4 | LG Seeds | LG35C79 | VT2RIB | 157.8 | +| 5 | LG Seeds | LG37C33 | VT2RIB | 155.4 | + +Top 5 by Yield: DKC36-48RIB (Unknown) 165.3, LG34C14 (LG Seeds) 162.8, LG38C48 (LG Seeds) 162.0, LG35C79 (LG Seeds) 157.8, LG37C33 (LG Seeds) 155.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142778.json b/corpus/lg_plot_reports/lgpr-corn-2024-142778.json new file mode 100644 index 00000000..0da3a7bd --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142778.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142778", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "North Dakota", + "state_abbrev": "nd", + "city": "Maddock", + "year": 2024, + "plot_id": "142778", + "lat": 47.90497, + "lng": -99.54542, + "cooperator": "Bryan Kenner", + "salesperson": "Bryan Kenner", + "planted_date": "2024-05-10", + "harvested_date": "2024-10-15", + "plot_average": 219.2, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "MW84-14VT2PRIB", + "traits": "", + "metrics": { + "Yield": 229.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG34C14", + "traits": "AA-RN", + "metrics": { + "Yield": 227.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG36C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 227.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG33C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 225.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG30C98", + "traits": "VT2RIB", + "metrics": { + "Yield": 225.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142778" + ], + "fetched_at": "2026-05-27T02:20:35.931220+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142778.md b/corpus/lg_plot_reports/lgpr-corn-2024-142778.md new file mode 100644 index 00000000..06459d6e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142778.md @@ -0,0 +1,28 @@ +# Corn yield trial — Maddock, North Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** North Dakota (ND) +- **City:** Maddock +- **Year:** 2024 +- **Plot ID:** 142778 +- **Cooperator:** Bryan Kenner +- **Planted:** 2024-05-10 +- **Harvested:** 2024-10-15 +- **Plot average:** 219.2 BU/Ac +- **Coordinates:** 47.90497, -99.54542 +- **URL:** https://lgseeds.com/performance/corn#plot-142778 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | MW84-14VT2PRIB | - | 229.2 | +| 2 | LG Seeds | LG34C14 | AA-RN | 227.9 | +| 3 | LG Seeds | LG36C73 | VT2PRO | 227.2 | +| 4 | LG Seeds | LG33C30 | VT2RIB | 225.9 | +| 5 | LG Seeds | LG30C98 | VT2RIB | 225.8 | + +Top 5 by Yield: MW84-14VT2PRIB (Unknown) 229.2, LG34C14 (LG Seeds) 227.9, LG36C73 (LG Seeds) 227.2, LG33C30 (LG Seeds) 225.9, LG30C98 (LG Seeds) 225.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142782.json b/corpus/lg_plot_reports/lgpr-corn-2024-142782.json new file mode 100644 index 00000000..fcc0b7aa --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142782.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142782", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "DeWitt ", + "year": 2024, + "plot_id": "142782", + "lat": 40.22427, + "lng": -88.77318, + "cooperator": "Ron Falk", + "salesperson": "Ron Falk", + "planted_date": "2024-05-10", + "harvested_date": "2024-10-18", + "plot_average": 270.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 290.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Yield": 286.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 285.1 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "", + "metrics": { + "Yield": 283.3 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "", + "metrics": { + "Yield": 281.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142782" + ], + "fetched_at": "2026-05-27T02:18:06.473655+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142782.md b/corpus/lg_plot_reports/lgpr-corn-2024-142782.md new file mode 100644 index 00000000..ce0921eb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142782.md @@ -0,0 +1,28 @@ +# Corn yield trial — DeWitt , Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** DeWitt +- **Year:** 2024 +- **Plot ID:** 142782 +- **Cooperator:** Ron Falk +- **Planted:** 2024-05-10 +- **Harvested:** 2024-10-18 +- **Plot average:** 270.8 BU/Ac +- **Coordinates:** 40.22427, -88.77318 +- **URL:** https://lgseeds.com/performance/corn#plot-142782 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C54 | PCE | 290.7 | +| 2 | LG Seeds | LG67C27 | STXRIB | 286.4 | +| 3 | LG Seeds | LG62C73 | VT2PRO | 285.1 | +| 4 | Pioneer | P1742Q | - | 283.3 | +| 5 | Pioneer | P14830Q | - | 281.9 | + +Top 5 by Yield: LG63C54 (LG Seeds) 290.7, LG67C27 (LG Seeds) 286.4, LG62C73 (LG Seeds) 285.1, P1742Q (Pioneer) 283.3, P14830Q (Pioneer) 281.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142788.json b/corpus/lg_plot_reports/lgpr-corn-2024-142788.json new file mode 100644 index 00000000..8a367796 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142788.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142788", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Pierz", + "year": 2024, + "plot_id": "142788", + "lat": 45.92592, + "lng": -94.11549, + "cooperator": "Doug Stangl", + "salesperson": "Doug Stangl", + "planted_date": "2024-05-10", + "harvested_date": "2024-10-14", + "plot_average": 238.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 253.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "VT2RIB", + "metrics": { + "Yield": 250.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2PRO", + "metrics": { + "Yield": 247.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "VT2RIB", + "metrics": { + "Yield": 244.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 243.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142788" + ], + "fetched_at": "2026-05-27T02:18:07.375231+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142788.md b/corpus/lg_plot_reports/lgpr-corn-2024-142788.md new file mode 100644 index 00000000..d360d292 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142788.md @@ -0,0 +1,28 @@ +# Corn yield trial — Pierz, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Pierz +- **Year:** 2024 +- **Plot ID:** 142788 +- **Cooperator:** Doug Stangl +- **Planted:** 2024-05-10 +- **Harvested:** 2024-10-14 +- **Plot average:** 238.1 BU/Ac +- **Coordinates:** 45.92592, -94.11549 +- **URL:** https://lgseeds.com/performance/corn#plot-142788 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG48C87 | VT2RIB | 253.2 | +| 2 | LG Seeds | LG47C77 | VT2RIB | 250.4 | +| 3 | LG Seeds | LG43C50 | VT2PRO | 247.9 | +| 4 | LG Seeds | LG44C27 | VT2RIB | 244.1 | +| 5 | LG Seeds | LG42C80 | VT2RIB | 243.2 | + +Top 5 by Yield: LG48C87 (LG Seeds) 253.2, LG47C77 (LG Seeds) 250.4, LG43C50 (LG Seeds) 247.9, LG44C27 (LG Seeds) 244.1, LG42C80 (LG Seeds) 243.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142790.json b/corpus/lg_plot_reports/lgpr-corn-2024-142790.json new file mode 100644 index 00000000..dec40b5c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142790.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142790", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Hershey", + "year": 2024, + "plot_id": "142790", + "lat": 41.16751, + "lng": -100.96964, + "cooperator": "Jon Frels", + "salesperson": "Jon Frels", + "planted_date": "2024-05-11", + "harvested_date": "2024-11-22", + "plot_average": 245.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "K5836PWE", + "traits": "", + "metrics": { + "Yield": 256.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 254.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 244.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG60C12", + "traits": "5222AEZ", + "metrics": { + "Yield": 244.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STXRIB", + "metrics": { + "Yield": 239.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142790" + ], + "fetched_at": "2026-05-27T02:18:38.131652+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142790.md b/corpus/lg_plot_reports/lgpr-corn-2024-142790.md new file mode 100644 index 00000000..c2cc058c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142790.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hershey, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Hershey +- **Year:** 2024 +- **Plot ID:** 142790 +- **Cooperator:** Jon Frels +- **Planted:** 2024-05-11 +- **Harvested:** 2024-11-22 +- **Plot average:** 245.4 BU/Ac +- **Coordinates:** 41.16751, -100.96964 +- **URL:** https://lgseeds.com/performance/corn#plot-142790 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | K5836PWE | - | 256.3 | +| 2 | LG Seeds | LG61C34 | STXRIB | 254.9 | +| 3 | LG Seeds | LG63C54 | PCE | 244.4 | +| 4 | LG Seeds | LG60C12 | 5222AEZ | 244.0 | +| 5 | LG Seeds | LG64C90 | STXRIB | 239.2 | + +Top 5 by Yield: K5836PWE (Unknown) 256.3, LG61C34 (LG Seeds) 254.9, LG63C54 (LG Seeds) 244.4, LG60C12 (LG Seeds) 244.0, LG64C90 (LG Seeds) 239.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142791.json b/corpus/lg_plot_reports/lgpr-corn-2024-142791.json new file mode 100644 index 00000000..df63c73f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142791.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142791", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Belden", + "year": 2024, + "plot_id": "142791", + "lat": 42.34772, + "lng": -97.21333, + "cooperator": "Blake Reimers", + "salesperson": "Blake Reimers", + "planted_date": "2024-05-12", + "harvested_date": "2024-10-29", + "plot_average": 222.6, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P1170AM", + "traits": "", + "metrics": { + "Yield": 246.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "STXRIB", + "metrics": { + "Yield": 240.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C52", + "traits": "TRCRIB", + "metrics": { + "Yield": 237.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STXRIB", + "metrics": { + "Yield": 236.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "214-78", + "traits": "", + "metrics": { + "Yield": 236.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142791" + ], + "fetched_at": "2026-05-27T02:19:23.144688+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142791.md b/corpus/lg_plot_reports/lgpr-corn-2024-142791.md new file mode 100644 index 00000000..a6c9226c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142791.md @@ -0,0 +1,28 @@ +# Corn yield trial — Belden, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Belden +- **Year:** 2024 +- **Plot ID:** 142791 +- **Cooperator:** Blake Reimers +- **Planted:** 2024-05-12 +- **Harvested:** 2024-10-29 +- **Plot average:** 222.6 BU/Ac +- **Coordinates:** 42.34772, -97.21333 +- **URL:** https://lgseeds.com/performance/corn#plot-142791 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P1170AM | - | 246.1 | +| 2 | LG Seeds | LG66C44 | STXRIB | 240.0 | +| 3 | LG Seeds | LG62C52 | TRCRIB | 237.3 | +| 4 | LG Seeds | LG64C90 | STXRIB | 236.7 | +| 5 | Unknown | 214-78 | - | 236.1 | + +Top 5 by Yield: P1170AM (Pioneer) 246.1, LG66C44 (LG Seeds) 240.0, LG62C52 (LG Seeds) 237.3, LG64C90 (LG Seeds) 236.7, 214-78 (Unknown) 236.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142792.json b/corpus/lg_plot_reports/lgpr-corn-2024-142792.json new file mode 100644 index 00000000..3423192d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142792.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142792", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Snyder", + "year": 2024, + "plot_id": "142792", + "lat": 41.70502, + "lng": -96.71322, + "cooperator": "Ronald Dames", + "salesperson": "Ronald Dames", + "planted_date": "2024-05-11", + "harvested_date": "2024-09-25", + "plot_average": 236.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2PRO", + "metrics": { + "Yield": 263.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 249.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 248.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STXRIB", + "metrics": { + "Yield": 244.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 243.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142792" + ], + "fetched_at": "2026-05-27T02:18:31.396548+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142792.md b/corpus/lg_plot_reports/lgpr-corn-2024-142792.md new file mode 100644 index 00000000..5d708519 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142792.md @@ -0,0 +1,28 @@ +# Corn yield trial — Snyder, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Snyder +- **Year:** 2024 +- **Plot ID:** 142792 +- **Cooperator:** Ronald Dames +- **Planted:** 2024-05-11 +- **Harvested:** 2024-09-25 +- **Plot average:** 236.1 BU/Ac +- **Coordinates:** 41.70502, -96.71322 +- **URL:** https://lgseeds.com/performance/corn#plot-142792 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG65C30 | VT2PRO | 263.9 | +| 2 | LG Seeds | LG66C44 | VT2RIB | 249.7 | +| 3 | LG Seeds | LG61C34 | STXRIB | 248.9 | +| 4 | LG Seeds | LG64C90 | STXRIB | 244.8 | +| 5 | LG Seeds | LG63C32 | SSP | 243.0 | + +Top 5 by Yield: LG65C30 (LG Seeds) 263.9, LG66C44 (LG Seeds) 249.7, LG61C34 (LG Seeds) 248.9, LG64C90 (LG Seeds) 244.8, LG63C32 (LG Seeds) 243.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142794.json b/corpus/lg_plot_reports/lgpr-corn-2024-142794.json new file mode 100644 index 00000000..9ec038fa --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142794.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142794", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "North Dakota", + "state_abbrev": "nd", + "city": "Fairmount ", + "year": 2024, + "plot_id": "142794", + "lat": 45.95087, + "lng": -96.69934, + "cooperator": "Bruce Luick", + "salesperson": "Bruce Luick", + "planted_date": "2024-05-11", + "harvested_date": "2024-10-08", + "plot_average": 237.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2PRO", + "metrics": { + "Yield": 246.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 245.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 245.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 239.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG46C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 238.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142794" + ], + "fetched_at": "2026-05-27T02:20:35.452213+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142794.md b/corpus/lg_plot_reports/lgpr-corn-2024-142794.md new file mode 100644 index 00000000..5a7f62dd --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142794.md @@ -0,0 +1,28 @@ +# Corn yield trial — Fairmount , North Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** North Dakota (ND) +- **City:** Fairmount +- **Year:** 2024 +- **Plot ID:** 142794 +- **Cooperator:** Bruce Luick +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-08 +- **Plot average:** 237.6 BU/Ac +- **Coordinates:** 45.95087, -96.69934 +- **URL:** https://lgseeds.com/performance/corn#plot-142794 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG46C85 | VT2PRO | 246.6 | +| 2 | LG Seeds | LG51C62 | VT2RIB | 245.3 | +| 3 | LG Seeds | LG48C87 | VT2RIB | 245.0 | +| 4 | LG Seeds | LG42C80 | VT2RIB | 239.4 | +| 5 | LG Seeds | LG46C73 | VT2RIB | 238.5 | + +Top 5 by Yield: LG46C85 (LG Seeds) 246.6, LG51C62 (LG Seeds) 245.3, LG48C87 (LG Seeds) 245.0, LG42C80 (LG Seeds) 239.4, LG46C73 (LG Seeds) 238.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142798.json b/corpus/lg_plot_reports/lgpr-corn-2024-142798.json new file mode 100644 index 00000000..6a7e0fed --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142798.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142798", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Pierz", + "year": 2024, + "plot_id": "142798", + "lat": 45.89432, + "lng": -94.11584, + "cooperator": "Roger Janson", + "salesperson": "Roger Janson", + "planted_date": "2024-05-11", + "harvested_date": "2024-10-16", + "plot_average": 249.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 272.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2PRO", + "metrics": { + "Yield": 262.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2PRO", + "metrics": { + "Yield": 262.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG38C48", + "traits": "VT2PRO", + "metrics": { + "Yield": 257.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "VT2RIB", + "metrics": { + "Yield": 257.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142798" + ], + "fetched_at": "2026-05-27T02:20:35.667780+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142798.md b/corpus/lg_plot_reports/lgpr-corn-2024-142798.md new file mode 100644 index 00000000..eea5d1cc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142798.md @@ -0,0 +1,28 @@ +# Corn yield trial — Pierz, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Pierz +- **Year:** 2024 +- **Plot ID:** 142798 +- **Cooperator:** Roger Janson +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-16 +- **Plot average:** 249.1 BU/Ac +- **Coordinates:** 45.89432, -94.11584 +- **URL:** https://lgseeds.com/performance/corn#plot-142798 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG48C87 | VT2RIB | 272.7 | +| 2 | LG Seeds | LG43C50 | VT2PRO | 262.7 | +| 3 | LG Seeds | LG46C85 | VT2PRO | 262.7 | +| 4 | LG Seeds | LG38C48 | VT2PRO | 257.3 | +| 5 | LG Seeds | LG47C77 | VT2RIB | 257.1 | + +Top 5 by Yield: LG48C87 (LG Seeds) 272.7, LG43C50 (LG Seeds) 262.7, LG46C85 (LG Seeds) 262.7, LG38C48 (LG Seeds) 257.3, LG47C77 (LG Seeds) 257.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142803.json b/corpus/lg_plot_reports/lgpr-corn-2024-142803.json new file mode 100644 index 00000000..c70deac8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142803.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142803", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Tiffin", + "year": 2024, + "plot_id": "142803", + "lat": 41.71459, + "lng": -91.72026, + "cooperator": "Shonda & Jeremie Hahn", + "salesperson": "Shonda & Jeremie Hahn", + "planted_date": "2024-05-12", + "harvested_date": "2024-11-02", + "plot_average": 189.5, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "33-12PCE", + "traits": "", + "metrics": { + "Yield": 215.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 214.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 213.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 213.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "31-10PCE", + "traits": "", + "metrics": { + "Yield": 206.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142803" + ], + "fetched_at": "2026-05-27T02:18:59.387174+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142803.md b/corpus/lg_plot_reports/lgpr-corn-2024-142803.md new file mode 100644 index 00000000..0f0391de --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142803.md @@ -0,0 +1,28 @@ +# Corn yield trial — Tiffin, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Tiffin +- **Year:** 2024 +- **Plot ID:** 142803 +- **Cooperator:** Shonda & Jeremie Hahn +- **Planted:** 2024-05-12 +- **Harvested:** 2024-11-02 +- **Plot average:** 189.5 BU/Ac +- **Coordinates:** 41.71459, -91.72026 +- **URL:** https://lgseeds.com/performance/corn#plot-142803 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 33-12PCE | - | 215.9 | +| 2 | LG Seeds | LG64C43 | VT2RIB | 214.1 | +| 3 | LG Seeds | LG63C54 | PCE | 213.2 | +| 4 | LG Seeds | LG63C82 | DGVT2RIB | 213.0 | +| 5 | Unknown | 31-10PCE | - | 206.9 | + +Top 5 by Yield: 33-12PCE (Unknown) 215.9, LG64C43 (LG Seeds) 214.1, LG63C54 (LG Seeds) 213.2, LG63C82 (LG Seeds) 213.0, 31-10PCE (Unknown) 206.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142807.json b/corpus/lg_plot_reports/lgpr-corn-2024-142807.json new file mode 100644 index 00000000..8160edba --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142807.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142807", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Blooming Prairie", + "year": 2024, + "plot_id": "142807", + "lat": 43.92138, + "lng": -93.08432, + "cooperator": "Justin Krell", + "salesperson": "Justin Krell", + "planted_date": "2024-05-12", + "harvested_date": "2024-10-21", + "plot_average": 253.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC105-35RIB", + "traits": "", + "metrics": { + "Yield": 263.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC101-35RIB", + "traits": "", + "metrics": { + "Yield": 256.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC102-13RIB", + "traits": "", + "metrics": { + "Yield": 255.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 253.7 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P05737AM", + "traits": "", + "metrics": { + "Yield": 253.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142807" + ], + "fetched_at": "2026-05-27T02:20:20.650532+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142807.md b/corpus/lg_plot_reports/lgpr-corn-2024-142807.md new file mode 100644 index 00000000..bee19eb1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142807.md @@ -0,0 +1,28 @@ +# Corn yield trial — Blooming Prairie, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Blooming Prairie +- **Year:** 2024 +- **Plot ID:** 142807 +- **Cooperator:** Justin Krell +- **Planted:** 2024-05-12 +- **Harvested:** 2024-10-21 +- **Plot average:** 253.9 BU/Ac +- **Coordinates:** 43.92138, -93.08432 +- **URL:** https://lgseeds.com/performance/corn#plot-142807 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC105-35RIB | - | 263.4 | +| 2 | Unknown | DKC101-35RIB | - | 256.3 | +| 3 | Unknown | DKC102-13RIB | - | 255.5 | +| 4 | LG Seeds | LG51C62 | VT2RIB | 253.7 | +| 5 | Pioneer | P05737AM | - | 253.0 | + +Top 5 by Yield: DKC105-35RIB (Unknown) 263.4, DKC101-35RIB (Unknown) 256.3, DKC102-13RIB (Unknown) 255.5, LG51C62 (LG Seeds) 253.7, P05737AM (Pioneer) 253.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142812.json b/corpus/lg_plot_reports/lgpr-corn-2024-142812.json new file mode 100644 index 00000000..62c920b3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142812.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142812", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "California", + "state_abbrev": "ca", + "city": "Isleton", + "year": 2024, + "plot_id": "142812", + "lat": 38.16572, + "lng": -121.53509, + "cooperator": "Mello Farms", + "salesperson": "Mello Farms", + "planted_date": "2024-05-13", + "harvested_date": "2024-11-04", + "plot_average": 219.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "ES7514", + "traits": "VT2P", + "metrics": { + "Yield": 249.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "ES7514VT2P", + "traits": "", + "metrics": { + "Yield": 246.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2PRO", + "metrics": { + "Yield": 240.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG65C76", + "traits": "", + "metrics": { + "Yield": 227.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG66C28", + "traits": "3110", + "metrics": { + "Yield": 226.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142812" + ], + "fetched_at": "2026-05-27T02:19:23.418720+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142812.md b/corpus/lg_plot_reports/lgpr-corn-2024-142812.md new file mode 100644 index 00000000..6b341392 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142812.md @@ -0,0 +1,28 @@ +# Corn yield trial — Isleton, California, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** California (CA) +- **City:** Isleton +- **Year:** 2024 +- **Plot ID:** 142812 +- **Cooperator:** Mello Farms +- **Planted:** 2024-05-13 +- **Harvested:** 2024-11-04 +- **Plot average:** 219.6 BU/Ac +- **Coordinates:** 38.16572, -121.53509 +- **URL:** https://lgseeds.com/performance/corn#plot-142812 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | ES7514 | VT2P | 249.8 | +| 2 | Unknown | ES7514VT2P | - | 246.8 | +| 3 | LG Seeds | LG64C43 | VT2PRO | 240.4 | +| 4 | LG Seeds | LG65C76 | - | 227.5 | +| 5 | LG Seeds | LG66C28 | 3110 | 226.5 | + +Top 5 by Yield: ES7514 (LG Seeds) 249.8, ES7514VT2P (Unknown) 246.8, LG64C43 (LG Seeds) 240.4, LG65C76 (LG Seeds) 227.5, LG66C28 (LG Seeds) 226.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142819.json b/corpus/lg_plot_reports/lgpr-corn-2024-142819.json new file mode 100644 index 00000000..e85d07f5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142819.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142819", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Armington", + "year": 2024, + "plot_id": "142819", + "lat": 40.33869, + "lng": -89.36124, + "cooperator": "Jeff Lough", + "salesperson": "Jeff Lough", + "planted_date": "2024-05-13", + "harvested_date": "2024-10-10", + "plot_average": 238.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG68C18", + "traits": "VT2RIB", + "metrics": { + "Yield": 246.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG66C06", + "traits": "VT2RIB", + "metrics": { + "Yield": 245.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "214-78DGVT2PRIB", + "traits": "", + "metrics": { + "Yield": 244.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "K5836PWE", + "traits": "", + "metrics": { + "Yield": 244.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 243.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142819" + ], + "fetched_at": "2026-05-27T02:20:29.163272+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142819.md b/corpus/lg_plot_reports/lgpr-corn-2024-142819.md new file mode 100644 index 00000000..b4d590de --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142819.md @@ -0,0 +1,28 @@ +# Corn yield trial — Armington, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Armington +- **Year:** 2024 +- **Plot ID:** 142819 +- **Cooperator:** Jeff Lough +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-10 +- **Plot average:** 238.8 BU/Ac +- **Coordinates:** 40.33869, -89.36124 +- **URL:** https://lgseeds.com/performance/corn#plot-142819 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG68C18 | VT2RIB | 246.5 | +| 2 | LG Seeds | LG66C06 | VT2RIB | 245.3 | +| 3 | Unknown | 214-78DGVT2PRIB | - | 244.4 | +| 4 | Unknown | K5836PWE | - | 244.2 | +| 5 | LG Seeds | LG62C73 | VT2PRO | 243.6 | + +Top 5 by Yield: LG68C18 (LG Seeds) 246.5, LG66C06 (LG Seeds) 245.3, 214-78DGVT2PRIB (Unknown) 244.4, K5836PWE (Unknown) 244.2, LG62C73 (LG Seeds) 243.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142822.json b/corpus/lg_plot_reports/lgpr-corn-2024-142822.json new file mode 100644 index 00000000..0230e9df --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142822.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142822", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Harbor Beach", + "year": 2024, + "plot_id": "142822", + "lat": 43.80102, + "lng": -82.80047, + "cooperator": "Little Sprouts", + "salesperson": "Little Sprouts", + "planted_date": "2024-05-08", + "harvested_date": "2024-10-17", + "plot_average": 251.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 286.67 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 270.38 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "VT2RIB", + "metrics": { + "Yield": 270.11 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 267.69 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "D34VC93RIB", + "traits": "", + "metrics": { + "Yield": 266.65 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142822" + ], + "fetched_at": "2026-05-27T02:20:37.169877+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142822.md b/corpus/lg_plot_reports/lgpr-corn-2024-142822.md new file mode 100644 index 00000000..cfe3106f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142822.md @@ -0,0 +1,28 @@ +# Corn yield trial — Harbor Beach, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Harbor Beach +- **Year:** 2024 +- **Plot ID:** 142822 +- **Cooperator:** Little Sprouts +- **Planted:** 2024-05-08 +- **Harvested:** 2024-10-17 +- **Plot average:** 251.6 BU/Ac +- **Coordinates:** 43.80102, -82.80047 +- **URL:** https://lgseeds.com/performance/corn#plot-142822 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 286.67 | +| 2 | LG Seeds | LG48C87 | VT2RIB | 270.38 | +| 3 | LG Seeds | LG47C77 | VT2RIB | 270.11 | +| 4 | LG Seeds | LG42C80 | VT2RIB | 267.69 | +| 5 | Unknown | D34VC93RIB | - | 266.65 | + +Top 5 by Yield: LG51C62 (LG Seeds) 286.67, LG48C87 (LG Seeds) 270.38, LG47C77 (LG Seeds) 270.11, LG42C80 (LG Seeds) 267.69, D34VC93RIB (Unknown) 266.65. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142825.json b/corpus/lg_plot_reports/lgpr-corn-2024-142825.json new file mode 100644 index 00000000..d2a5ce2d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142825.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142825", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Ubly", + "year": 2024, + "plot_id": "142825", + "lat": 43.59689, + "lng": -82.9563, + "cooperator": "Jared Heilig", + "salesperson": "Jared Heilig ", + "planted_date": "2024-05-09", + "harvested_date": "2024-10-25", + "plot_average": 254.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC101-35RIB", + "traits": "", + "metrics": { + "Yield": 291.81 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 283.41 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG46C57", + "traits": "", + "metrics": { + "Yield": 277.91 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2PRO", + "metrics": { + "Yield": 277.46 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 275.73 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142825" + ], + "fetched_at": "2026-05-27T02:19:33.154337+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142825.md b/corpus/lg_plot_reports/lgpr-corn-2024-142825.md new file mode 100644 index 00000000..34f31fcb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142825.md @@ -0,0 +1,29 @@ +# Corn yield trial — Ubly, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Ubly +- **Year:** 2024 +- **Plot ID:** 142825 +- **Cooperator:** Jared Heilig +- **Salesperson:** Jared Heilig +- **Planted:** 2024-05-09 +- **Harvested:** 2024-10-25 +- **Plot average:** 254.4 BU/Ac +- **Coordinates:** 43.59689, -82.95630 +- **URL:** https://lgseeds.com/performance/corn#plot-142825 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC101-35RIB | - | 291.81 | +| 2 | LG Seeds | LG52C90 | VT2PRO | 283.41 | +| 3 | LG Seeds | LG46C57 | - | 277.91 | +| 4 | LG Seeds | LG46C85 | VT2PRO | 277.46 | +| 5 | LG Seeds | LG51C62 | VT2RIB | 275.73 | + +Top 5 by Yield: DKC101-35RIB (Unknown) 291.81, LG52C90 (LG Seeds) 283.41, LG46C57 (LG Seeds) 277.91, LG46C85 (LG Seeds) 277.46, LG51C62 (LG Seeds) 275.73. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142832.json b/corpus/lg_plot_reports/lgpr-corn-2024-142832.json new file mode 100644 index 00000000..091ba39d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142832.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142832", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Clara City", + "year": 2024, + "plot_id": "142832", + "lat": 44.99973, + "lng": -95.32576, + "cooperator": "Wade Buss", + "salesperson": "Wade Buss", + "planted_date": "2024-05-11", + "harvested_date": "2024-10-17", + "plot_average": 245.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG55C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 262.9 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "K5218D", + "traits": "", + "metrics": { + "Yield": 260.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 259.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 253.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 245.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142832" + ], + "fetched_at": "2026-05-27T02:19:57.659522+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142832.md b/corpus/lg_plot_reports/lgpr-corn-2024-142832.md new file mode 100644 index 00000000..10876f8f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142832.md @@ -0,0 +1,28 @@ +# Corn yield trial — Clara City, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Clara City +- **Year:** 2024 +- **Plot ID:** 142832 +- **Cooperator:** Wade Buss +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-17 +- **Plot average:** 245.6 BU/Ac +- **Coordinates:** 44.99973, -95.32576 +- **URL:** https://lgseeds.com/performance/corn#plot-142832 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG55C32 | SSPRIB | 262.9 | +| 2 | Unknown | K5218D | - | 260.2 | +| 3 | LG Seeds | LG51C62 | VT2RIB | 259.8 | +| 4 | LG Seeds | LG52C90 | VT2PRO | 253.5 | +| 5 | LG Seeds | LG49C28 | VT2RIB | 245.6 | + +Top 5 by Yield: LG55C32 (LG Seeds) 262.9, K5218D (Unknown) 260.2, LG51C62 (LG Seeds) 259.8, LG52C90 (LG Seeds) 253.5, LG49C28 (LG Seeds) 245.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142834.json b/corpus/lg_plot_reports/lgpr-corn-2024-142834.json new file mode 100644 index 00000000..fbace7b9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142834.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142834", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Harbor Beach", + "year": 2024, + "plot_id": "142834", + "lat": 43.74625, + "lng": -82.65848, + "cooperator": "Gentner-Bischer Farms", + "salesperson": "Gentner-Bischer Farms", + "planted_date": "2024-05-09", + "harvested_date": "2024-10-24", + "plot_average": 265.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 318.42 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC101-35RIB", + "traits": "", + "metrics": { + "Yield": 305.42 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 301.31 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "VT2RIB", + "metrics": { + "Yield": 284.78 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 281.74 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142834" + ], + "fetched_at": "2026-05-27T02:19:35.692414+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142834.md b/corpus/lg_plot_reports/lgpr-corn-2024-142834.md new file mode 100644 index 00000000..1719cc34 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142834.md @@ -0,0 +1,28 @@ +# Corn yield trial — Harbor Beach, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Harbor Beach +- **Year:** 2024 +- **Plot ID:** 142834 +- **Cooperator:** Gentner-Bischer Farms +- **Planted:** 2024-05-09 +- **Harvested:** 2024-10-24 +- **Plot average:** 265.8 BU/Ac +- **Coordinates:** 43.74625, -82.65848 +- **URL:** https://lgseeds.com/performance/corn#plot-142834 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2PRO | 318.42 | +| 2 | Unknown | DKC101-35RIB | - | 305.42 | +| 3 | LG Seeds | LG51C62 | VT2RIB | 301.31 | +| 4 | LG Seeds | LG47C77 | VT2RIB | 284.78 | +| 5 | LG Seeds | LG48C87 | VT2RIB | 281.74 | + +Top 5 by Yield: LG52C90 (LG Seeds) 318.42, DKC101-35RIB (Unknown) 305.42, LG51C62 (LG Seeds) 301.31, LG47C77 (LG Seeds) 284.78, LG48C87 (LG Seeds) 281.74. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142837.json b/corpus/lg_plot_reports/lgpr-corn-2024-142837.json new file mode 100644 index 00000000..7a695d63 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142837.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142837", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Hayward", + "year": 2024, + "plot_id": "142837", + "lat": 43.62918, + "lng": -93.21581, + "cooperator": "Tracy Skaar", + "salesperson": "Tracy Skaar", + "planted_date": "2024-05-13", + "harvested_date": "2024-10-16", + "plot_average": 238.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C73", + "traits": "3110", + "metrics": { + "Yield": 263.9 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC102-13RIB", + "traits": "", + "metrics": { + "Yield": 251.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSP", + "metrics": { + "Yield": 249.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 248.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 247.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142837" + ], + "fetched_at": "2026-05-27T02:20:14.434520+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142837.md b/corpus/lg_plot_reports/lgpr-corn-2024-142837.md new file mode 100644 index 00000000..9de34052 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142837.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hayward, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Hayward +- **Year:** 2024 +- **Plot ID:** 142837 +- **Cooperator:** Tracy Skaar +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-16 +- **Plot average:** 238.0 BU/Ac +- **Coordinates:** 43.62918, -93.21581 +- **URL:** https://lgseeds.com/performance/corn#plot-142837 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C73 | 3110 | 263.9 | +| 2 | Unknown | DKC102-13RIB | - | 251.8 | +| 3 | LG Seeds | LG51C32 | SSP | 249.0 | +| 4 | LG Seeds | LG49C28 | VT2RIB | 248.6 | +| 5 | LG Seeds | LG51C62 | VT2RIB | 247.1 | + +Top 5 by Yield: LG58C73 (LG Seeds) 263.9, DKC102-13RIB (Unknown) 251.8, LG51C32 (LG Seeds) 249.0, LG49C28 (LG Seeds) 248.6, LG51C62 (LG Seeds) 247.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142841.json b/corpus/lg_plot_reports/lgpr-corn-2024-142841.json new file mode 100644 index 00000000..c17727de --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142841.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142841", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Canton", + "year": 2024, + "plot_id": "142841", + "lat": 43.53367, + "lng": -91.9406, + "cooperator": "Dave Terbeest", + "salesperson": "Dave Terbeest", + "planted_date": "2024-05-13", + "harvested_date": "2024-10-22", + "plot_average": 237.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG57C45", + "traits": "SSP", + "metrics": { + "Yield": 261.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 249.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "STXRIB", + "metrics": { + "Yield": 247.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 244.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC101-35RIB", + "traits": "", + "metrics": { + "Yield": 243.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142841" + ], + "fetched_at": "2026-05-27T02:19:21.410167+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142841.md b/corpus/lg_plot_reports/lgpr-corn-2024-142841.md new file mode 100644 index 00000000..d4158f5f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142841.md @@ -0,0 +1,28 @@ +# Corn yield trial — Canton, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Canton +- **Year:** 2024 +- **Plot ID:** 142841 +- **Cooperator:** Dave Terbeest +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-22 +- **Plot average:** 237.1 BU/Ac +- **Coordinates:** 43.53367, -91.94060 +- **URL:** https://lgseeds.com/performance/corn#plot-142841 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG57C45 | SSP | 261.7 | +| 2 | LG Seeds | LG48C32 | SSPRIB | 249.0 | +| 3 | LG Seeds | LG47C77 | STXRIB | 247.6 | +| 4 | LG Seeds | LG56C25 | SSPRIB | 244.2 | +| 5 | Unknown | DKC101-35RIB | - | 243.9 | + +Top 5 by Yield: LG57C45 (LG Seeds) 261.7, LG48C32 (LG Seeds) 249.0, LG47C77 (LG Seeds) 247.6, LG56C25 (LG Seeds) 244.2, DKC101-35RIB (Unknown) 243.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142842.json b/corpus/lg_plot_reports/lgpr-corn-2024-142842.json new file mode 100644 index 00000000..70bfbc03 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142842.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142842", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Garden City", + "year": 2024, + "plot_id": "142842", + "lat": 44.95981, + "lng": -97.63888, + "cooperator": "Kyle Stern", + "salesperson": "Kyle Stern", + "planted_date": "2024-05-13", + "harvested_date": "2024-10-31", + "plot_average": 220.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "STXRIB", + "metrics": { + "Yield": 234.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSP", + "metrics": { + "Yield": 234.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG44C27VT2RIB", + "traits": "", + "metrics": { + "Yield": 233.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 229.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "STXRIB", + "metrics": { + "Yield": 229.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142842" + ], + "fetched_at": "2026-05-27T02:20:28.483216+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142842.md b/corpus/lg_plot_reports/lgpr-corn-2024-142842.md new file mode 100644 index 00000000..951f6a74 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142842.md @@ -0,0 +1,28 @@ +# Corn yield trial — Garden City, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Garden City +- **Year:** 2024 +- **Plot ID:** 142842 +- **Cooperator:** Kyle Stern +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-31 +- **Plot average:** 220.4 BU/Ac +- **Coordinates:** 44.95981, -97.63888 +- **URL:** https://lgseeds.com/performance/corn#plot-142842 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG44C27 | STXRIB | 234.3 | +| 2 | LG Seeds | LG51C32 | SSP | 234.2 | +| 3 | Unknown | LG44C27VT2RIB | - | 233.5 | +| 4 | LG Seeds | LG48C32 | SSPRIB | 229.5 | +| 5 | LG Seeds | LG47C77 | STXRIB | 229.1 | + +Top 5 by Yield: LG44C27 (LG Seeds) 234.3, LG51C32 (LG Seeds) 234.2, LG44C27VT2RIB (Unknown) 233.5, LG48C32 (LG Seeds) 229.5, LG47C77 (LG Seeds) 229.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142843.json b/corpus/lg_plot_reports/lgpr-corn-2024-142843.json new file mode 100644 index 00000000..9974c4c5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142843.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142843", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "St. Cloud ", + "year": 2024, + "plot_id": "142843", + "lat": 43.78251, + "lng": -88.18872, + "cooperator": "Earl Sippel", + "salesperson": "Earl Sippel", + "planted_date": "2024-05-13", + "harvested_date": "2024-10-18", + "plot_average": 178.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "RC5263-PCE", + "traits": "", + "metrics": { + "Yield": 210.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 210.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "CP3715SSP/RIB", + "traits": "", + "metrics": { + "Yield": 202.6 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "RC5209-D", + "traits": "", + "metrics": { + "Yield": 202.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "D99-08VT2PRIB", + "traits": "", + "metrics": { + "Yield": 200.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142843" + ], + "fetched_at": "2026-05-27T02:18:38.610673+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142843.md b/corpus/lg_plot_reports/lgpr-corn-2024-142843.md new file mode 100644 index 00000000..c48ef23d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142843.md @@ -0,0 +1,28 @@ +# Corn yield trial — St. Cloud , Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** St. Cloud +- **Year:** 2024 +- **Plot ID:** 142843 +- **Cooperator:** Earl Sippel +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-18 +- **Plot average:** 178.9 BU/Ac +- **Coordinates:** 43.78251, -88.18872 +- **URL:** https://lgseeds.com/performance/corn#plot-142843 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | RC5263-PCE | - | 210.2 | +| 2 | LG Seeds | LG49C28 | VT2RIB | 210.0 | +| 3 | Unknown | CP3715SSP/RIB | - | 202.6 | +| 4 | Unknown | RC5209-D | - | 202.5 | +| 5 | Unknown | D99-08VT2PRIB | - | 200.5 | + +Top 5 by Yield: RC5263-PCE (Unknown) 210.2, LG49C28 (LG Seeds) 210.0, CP3715SSP/RIB (Unknown) 202.6, RC5209-D (Unknown) 202.5, D99-08VT2PRIB (Unknown) 200.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142844.json b/corpus/lg_plot_reports/lgpr-corn-2024-142844.json new file mode 100644 index 00000000..6541a1e9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142844.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142844", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Bradley", + "year": 2024, + "plot_id": "142844", + "lat": 45.00878, + "lng": -97.65391, + "cooperator": "Chris Olson", + "salesperson": "Chris Olson", + "planted_date": "2024-05-13", + "harvested_date": "2024-10-09", + "plot_average": 220.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 236.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2PRO", + "metrics": { + "Yield": 235.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 233.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 231.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "STXRIB", + "metrics": { + "Yield": 226.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142844" + ], + "fetched_at": "2026-05-27T02:18:35.664689+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142844.md b/corpus/lg_plot_reports/lgpr-corn-2024-142844.md new file mode 100644 index 00000000..76415dde --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142844.md @@ -0,0 +1,28 @@ +# Corn yield trial — Bradley, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Bradley +- **Year:** 2024 +- **Plot ID:** 142844 +- **Cooperator:** Chris Olson +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-09 +- **Plot average:** 220.8 BU/Ac +- **Coordinates:** 45.00878, -97.65391 +- **URL:** https://lgseeds.com/performance/corn#plot-142844 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG49C28 | VT2RIB | 236.5 | +| 2 | LG Seeds | LG46C85 | VT2PRO | 235.4 | +| 3 | LG Seeds | LG48C87 | VT2RIB | 233.1 | +| 4 | LG Seeds | LG51C62 | VT2RIB | 231.5 | +| 5 | LG Seeds | LG47C77 | STXRIB | 226.5 | + +Top 5 by Yield: LG49C28 (LG Seeds) 236.5, LG46C85 (LG Seeds) 235.4, LG48C87 (LG Seeds) 233.1, LG51C62 (LG Seeds) 231.5, LG47C77 (LG Seeds) 226.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142846.json b/corpus/lg_plot_reports/lgpr-corn-2024-142846.json new file mode 100644 index 00000000..85ffa77d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142846.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142846", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Davis", + "year": 2024, + "plot_id": "142846", + "lat": 42.44292, + "lng": -89.41819, + "cooperator": "Eric Stiegler", + "salesperson": "Eric Stiegler", + "planted_date": "2024-05-13", + "harvested_date": "2024-10-19", + "plot_average": 273.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 290.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 287.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 287.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG60C86", + "traits": "5222EZ", + "metrics": { + "Yield": 285.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 284.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142846" + ], + "fetched_at": "2026-05-27T02:19:58.934622+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142846.md b/corpus/lg_plot_reports/lgpr-corn-2024-142846.md new file mode 100644 index 00000000..a9b034b4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142846.md @@ -0,0 +1,28 @@ +# Corn yield trial — Davis, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Davis +- **Year:** 2024 +- **Plot ID:** 142846 +- **Cooperator:** Eric Stiegler +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-19 +- **Plot average:** 273.3 BU/Ac +- **Coordinates:** 42.44292, -89.41819 +- **URL:** https://lgseeds.com/performance/corn#plot-142846 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C54 | PCE | 290.3 | +| 2 | LG Seeds | LG63C82 | DGVT2RIB | 287.8 | +| 3 | LG Seeds | LG62C73 | VT2PRO | 287.3 | +| 4 | LG Seeds | LG60C86 | 5222EZ | 285.0 | +| 5 | LG Seeds | LG63C32 | SSP | 284.5 | + +Top 5 by Yield: LG63C54 (LG Seeds) 290.3, LG63C82 (LG Seeds) 287.8, LG62C73 (LG Seeds) 287.3, LG60C86 (LG Seeds) 285.0, LG63C32 (LG Seeds) 284.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142854.json b/corpus/lg_plot_reports/lgpr-corn-2024-142854.json new file mode 100644 index 00000000..18704eb4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142854.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142854", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Bowler", + "year": 2024, + "plot_id": "142854", + "lat": 44.89612, + "lng": -89.06336, + "cooperator": "Ralph Smith", + "salesperson": "Ralph Smith", + "planted_date": "2024-05-13", + "harvested_date": "2024-10-08", + "plot_average": 173.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "K4108PWE", + "traits": "", + "metrics": { + "Yield": 187.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG38C48", + "traits": "VT2PRO", + "metrics": { + "Yield": 185.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG34C14", + "traits": "AA-RN", + "metrics": { + "Yield": 182.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG36C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 182.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG35C41", + "traits": "VT2RIB", + "metrics": { + "Yield": 182.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142854" + ], + "fetched_at": "2026-05-27T02:18:34.372100+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142854.md b/corpus/lg_plot_reports/lgpr-corn-2024-142854.md new file mode 100644 index 00000000..caad945e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142854.md @@ -0,0 +1,28 @@ +# Corn yield trial — Bowler, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Bowler +- **Year:** 2024 +- **Plot ID:** 142854 +- **Cooperator:** Ralph Smith +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-08 +- **Plot average:** 173.7 BU/Ac +- **Coordinates:** 44.89612, -89.06336 +- **URL:** https://lgseeds.com/performance/corn#plot-142854 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | K4108PWE | - | 187.2 | +| 2 | LG Seeds | LG38C48 | VT2PRO | 185.3 | +| 3 | LG Seeds | LG34C14 | AA-RN | 182.6 | +| 4 | LG Seeds | LG36C73 | VT2PRO | 182.6 | +| 5 | LG Seeds | LG35C41 | VT2RIB | 182.5 | + +Top 5 by Yield: K4108PWE (Unknown) 187.2, LG38C48 (LG Seeds) 185.3, LG34C14 (LG Seeds) 182.6, LG36C73 (LG Seeds) 182.6, LG35C41 (LG Seeds) 182.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142860.json b/corpus/lg_plot_reports/lgpr-corn-2024-142860.json new file mode 100644 index 00000000..6a4e28f8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142860.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142860", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Prinsburg", + "year": 2024, + "plot_id": "142860", + "lat": 44.94238, + "lng": -95.19438, + "cooperator": "Ryan Dobmeier Raymond Farmers Coop", + "salesperson": "Ryan Dobmeier Raymond Farmers Coop", + "planted_date": "2024-05-11", + "harvested_date": "2024-09-26", + "plot_average": 161.6, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC106-98RIB", + "traits": "", + "metrics": { + "Yield": 192.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC104-08RIB", + "traits": "", + "metrics": { + "Yield": 191.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC101-33RIB", + "traits": "", + "metrics": { + "Yield": 185.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG55C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 180.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 179.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142860" + ], + "fetched_at": "2026-05-27T02:18:36.616583+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142860.md b/corpus/lg_plot_reports/lgpr-corn-2024-142860.md new file mode 100644 index 00000000..104c6786 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142860.md @@ -0,0 +1,28 @@ +# Corn yield trial — Prinsburg, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Prinsburg +- **Year:** 2024 +- **Plot ID:** 142860 +- **Cooperator:** Ryan Dobmeier Raymond Farmers Coop +- **Planted:** 2024-05-11 +- **Harvested:** 2024-09-26 +- **Plot average:** 161.6 BU/Ac +- **Coordinates:** 44.94238, -95.19438 +- **URL:** https://lgseeds.com/performance/corn#plot-142860 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC106-98RIB | - | 192.3 | +| 2 | Unknown | DKC104-08RIB | - | 191.8 | +| 3 | Unknown | DKC101-33RIB | - | 185.7 | +| 4 | LG Seeds | LG55C32 | SSPRIB | 180.6 | +| 5 | LG Seeds | LG56C25 | SSPRIB | 179.7 | + +Top 5 by Yield: DKC106-98RIB (Unknown) 192.3, DKC104-08RIB (Unknown) 191.8, DKC101-33RIB (Unknown) 185.7, LG55C32 (LG Seeds) 180.6, LG56C25 (LG Seeds) 179.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142873.json b/corpus/lg_plot_reports/lgpr-corn-2024-142873.json new file mode 100644 index 00000000..cb647762 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142873.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142873", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Indiana", + "state_abbrev": "in", + "city": "Goshen", + "year": 2024, + "plot_id": "142873", + "lat": 41.58079, + "lng": -85.77328, + "cooperator": "Back 40 Ag", + "salesperson": "Back 40 Ag", + "planted_date": "2024-05-13", + "harvested_date": "2024-10-02", + "plot_average": 242.7, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P0720", + "traits": "", + "metrics": { + "Yield": 267.11 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG65C76", + "traits": "", + "metrics": { + "Yield": 264.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C20", + "traits": "", + "metrics": { + "Yield": 257.75 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG58C73", + "traits": "", + "metrics": { + "Yield": 249.05 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG54C55", + "traits": "", + "metrics": { + "Yield": 247.15 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142873" + ], + "fetched_at": "2026-05-27T02:19:52.414473+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142873.md b/corpus/lg_plot_reports/lgpr-corn-2024-142873.md new file mode 100644 index 00000000..f48573b0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142873.md @@ -0,0 +1,28 @@ +# Corn yield trial — Goshen, Indiana, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Indiana (IN) +- **City:** Goshen +- **Year:** 2024 +- **Plot ID:** 142873 +- **Cooperator:** Back 40 Ag +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-02 +- **Plot average:** 242.7 BU/Ac +- **Coordinates:** 41.58079, -85.77328 +- **URL:** https://lgseeds.com/performance/corn#plot-142873 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P0720 | - | 267.11 | +| 2 | LG Seeds | LG65C76 | - | 264.2 | +| 3 | LG Seeds | LG64C20 | - | 257.75 | +| 4 | LG Seeds | LG58C73 | - | 249.05 | +| 5 | LG Seeds | LG54C55 | - | 247.15 | + +Top 5 by Yield: P0720 (Pioneer) 267.11, LG65C76 (LG Seeds) 264.2, LG64C20 (LG Seeds) 257.75, LG58C73 (LG Seeds) 249.05, LG54C55 (LG Seeds) 247.15. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142884.json b/corpus/lg_plot_reports/lgpr-corn-2024-142884.json new file mode 100644 index 00000000..2455024b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142884.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142884", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Gettysburg ", + "year": 2024, + "plot_id": "142884", + "lat": 45.07898, + "lng": -99.98049, + "cooperator": "Thad Beringer", + "salesperson": "Thad Beringer", + "planted_date": "2024-05-14", + "harvested_date": "2024-10-14", + "plot_average": 180.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 198.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "VT2RIB", + "metrics": { + "Yield": 196.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 192.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 181.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "STXRIB", + "metrics": { + "Yield": 180.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142884" + ], + "fetched_at": "2026-05-27T02:20:10.935103+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142884.md b/corpus/lg_plot_reports/lgpr-corn-2024-142884.md new file mode 100644 index 00000000..f851215f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142884.md @@ -0,0 +1,28 @@ +# Corn yield trial — Gettysburg , South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Gettysburg +- **Year:** 2024 +- **Plot ID:** 142884 +- **Cooperator:** Thad Beringer +- **Planted:** 2024-05-14 +- **Harvested:** 2024-10-14 +- **Plot average:** 180.6 BU/Ac +- **Coordinates:** 45.07898, -99.98049 +- **URL:** https://lgseeds.com/performance/corn#plot-142884 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 198.8 | +| 2 | LG Seeds | LG47C77 | VT2RIB | 196.3 | +| 3 | LG Seeds | LG48C87 | VT2RIB | 192.6 | +| 4 | LG Seeds | LG48C32 | SSPRIB | 181.9 | +| 5 | LG Seeds | LG44C27 | STXRIB | 180.3 | + +Top 5 by Yield: LG51C62 (LG Seeds) 198.8, LG47C77 (LG Seeds) 196.3, LG48C87 (LG Seeds) 192.6, LG48C32 (LG Seeds) 181.9, LG44C27 (LG Seeds) 180.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142885.json b/corpus/lg_plot_reports/lgpr-corn-2024-142885.json new file mode 100644 index 00000000..7a35dbde --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142885.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142885", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Decker", + "year": 2024, + "plot_id": "142885", + "lat": 43.46713, + "lng": -83.0498, + "cooperator": "Brian Hirsch", + "salesperson": "Brian Hirsch", + "planted_date": "2024-05-13", + "harvested_date": "2024-11-02", + "plot_average": 233.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 265.43 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 259.31 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "K4108PWE", + "traits": "", + "metrics": { + "Yield": 254.07 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 252.45 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 250.31 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142885" + ], + "fetched_at": "2026-05-27T02:19:12.658663+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142885.md b/corpus/lg_plot_reports/lgpr-corn-2024-142885.md new file mode 100644 index 00000000..72871ded --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142885.md @@ -0,0 +1,28 @@ +# Corn yield trial — Decker, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Decker +- **Year:** 2024 +- **Plot ID:** 142885 +- **Cooperator:** Brian Hirsch +- **Planted:** 2024-05-13 +- **Harvested:** 2024-11-02 +- **Plot average:** 233.3 BU/Ac +- **Coordinates:** 43.46713, -83.04980 +- **URL:** https://lgseeds.com/performance/corn#plot-142885 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 265.43 | +| 2 | LG Seeds | LG48C87 | VT2RIB | 259.31 | +| 3 | Unknown | K4108PWE | - | 254.07 | +| 4 | LG Seeds | LG52C90 | VT2PRO | 252.45 | +| 5 | LG Seeds | LG49C28 | VT2RIB | 250.31 | + +Top 5 by Yield: LG51C62 (LG Seeds) 265.43, LG48C87 (LG Seeds) 259.31, K4108PWE (Unknown) 254.07, LG52C90 (LG Seeds) 252.45, LG49C28 (LG Seeds) 250.31. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142895.json b/corpus/lg_plot_reports/lgpr-corn-2024-142895.json new file mode 100644 index 00000000..e46efc6e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142895.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142895", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Howard", + "year": 2024, + "plot_id": "142895", + "lat": 44.00892, + "lng": -97.55436, + "cooperator": "Johnathon Noonan", + "salesperson": "Johnathon Noonan", + "planted_date": "2024-05-14", + "harvested_date": "2024-10-05", + "plot_average": 184.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 212.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 196.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 194.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 187.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "VT2RIB", + "metrics": { + "Yield": 184.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142895" + ], + "fetched_at": "2026-05-27T02:18:16.120485+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142895.md b/corpus/lg_plot_reports/lgpr-corn-2024-142895.md new file mode 100644 index 00000000..dfe4ad46 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142895.md @@ -0,0 +1,28 @@ +# Corn yield trial — Howard, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Howard +- **Year:** 2024 +- **Plot ID:** 142895 +- **Cooperator:** Johnathon Noonan +- **Planted:** 2024-05-14 +- **Harvested:** 2024-10-05 +- **Plot average:** 184.8 BU/Ac +- **Coordinates:** 44.00892, -97.55436 +- **URL:** https://lgseeds.com/performance/corn#plot-142895 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 212.2 | +| 2 | LG Seeds | LG48C87 | VT2RIB | 196.0 | +| 3 | LG Seeds | LG49C28 | VT2RIB | 194.0 | +| 4 | LG Seeds | LG53C44 | VT2RIB | 187.1 | +| 5 | LG Seeds | LG47C77 | VT2RIB | 184.0 | + +Top 5 by Yield: LG51C62 (LG Seeds) 212.2, LG48C87 (LG Seeds) 196.0, LG49C28 (LG Seeds) 194.0, LG53C44 (LG Seeds) 187.1, LG47C77 (LG Seeds) 184.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142899.json b/corpus/lg_plot_reports/lgpr-corn-2024-142899.json new file mode 100644 index 00000000..dcefa65c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142899.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142899", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Viroqua", + "year": 2024, + "plot_id": "142899", + "lat": 43.50319, + "lng": -90.97928, + "cooperator": "Alan Bass", + "salesperson": "Alan Bass", + "planted_date": "2024-05-14", + "harvested_date": "2024-10-28", + "plot_average": 233.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 256.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 253.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LR9404PCE", + "traits": "", + "metrics": { + "Yield": 248.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VTPRO", + "metrics": { + "Yield": 244.3 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "PowerPlus2W400Q", + "traits": "", + "metrics": { + "Yield": 242.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142899" + ], + "fetched_at": "2026-05-27T02:19:25.909629+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142899.md b/corpus/lg_plot_reports/lgpr-corn-2024-142899.md new file mode 100644 index 00000000..6c5cf253 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142899.md @@ -0,0 +1,28 @@ +# Corn yield trial — Viroqua, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Viroqua +- **Year:** 2024 +- **Plot ID:** 142899 +- **Cooperator:** Alan Bass +- **Planted:** 2024-05-14 +- **Harvested:** 2024-10-28 +- **Plot average:** 233.5 BU/Ac +- **Coordinates:** 43.50319, -90.97928 +- **URL:** https://lgseeds.com/performance/corn#plot-142899 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 256.1 | +| 2 | LG Seeds | LG52C90 | VT2PRO | 253.6 | +| 3 | Unknown | LR9404PCE | - | 248.4 | +| 4 | LG Seeds | LG57C82 | VTPRO | 244.3 | +| 5 | Unknown | PowerPlus2W400Q | - | 242.5 | + +Top 5 by Yield: LG51C62 (LG Seeds) 256.1, LG52C90 (LG Seeds) 253.6, LR9404PCE (Unknown) 248.4, LG57C82 (LG Seeds) 244.3, PowerPlus2W400Q (Unknown) 242.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142904.json b/corpus/lg_plot_reports/lgpr-corn-2024-142904.json new file mode 100644 index 00000000..82017035 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142904.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142904", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Glenwood", + "year": 2024, + "plot_id": "142904", + "lat": 45.69304, + "lng": -95.38701, + "cooperator": "Cullen Anderson", + "salesperson": "Cullen Anderson", + "planted_date": "2024-05-14", + "harvested_date": "2024-10-19", + "plot_average": 210.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 238.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 227.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 218.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "STXRIB", + "metrics": { + "Yield": 216.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG46C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 195.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142904" + ], + "fetched_at": "2026-05-27T02:18:18.125807+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142904.md b/corpus/lg_plot_reports/lgpr-corn-2024-142904.md new file mode 100644 index 00000000..ccf404d8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142904.md @@ -0,0 +1,28 @@ +# Corn yield trial — Glenwood, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Glenwood +- **Year:** 2024 +- **Plot ID:** 142904 +- **Cooperator:** Cullen Anderson +- **Planted:** 2024-05-14 +- **Harvested:** 2024-10-19 +- **Plot average:** 210.2 BU/Ac +- **Coordinates:** 45.69304, -95.38701 +- **URL:** https://lgseeds.com/performance/corn#plot-142904 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG53C44 | VT2RIB | 238.6 | +| 2 | LG Seeds | LG51C62 | VT2RIB | 227.5 | +| 3 | LG Seeds | LG48C87 | VT2RIB | 218.9 | +| 4 | LG Seeds | LG47C77 | STXRIB | 216.8 | +| 5 | LG Seeds | LG46C73 | VT2RIB | 195.7 | + +Top 5 by Yield: LG53C44 (LG Seeds) 238.6, LG51C62 (LG Seeds) 227.5, LG48C87 (LG Seeds) 218.9, LG47C77 (LG Seeds) 216.8, LG46C73 (LG Seeds) 195.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142916.json b/corpus/lg_plot_reports/lgpr-corn-2024-142916.json new file mode 100644 index 00000000..833e0d68 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142916.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142916", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Gary", + "year": 2024, + "plot_id": "142916", + "lat": 47.3273, + "lng": -96.08949, + "cooperator": "Skaurud Grain Farms", + "salesperson": "Skaurud Grain Farms", + "planted_date": "2024-05-14", + "harvested_date": "2024-10-11", + "plot_average": 225.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "187-20VT2PRIB", + "traits": "", + "metrics": { + "Yield": 241.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "188-67VT2PRIB", + "traits": "", + "metrics": { + "Yield": 238.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG38C48", + "traits": "RR", + "metrics": { + "Yield": 236.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC41-55RIB", + "traits": "", + "metrics": { + "Yield": 232.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "G87U44-V", + "traits": "", + "metrics": { + "Yield": 228.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142916" + ], + "fetched_at": "2026-05-27T02:19:02.642912+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142916.md b/corpus/lg_plot_reports/lgpr-corn-2024-142916.md new file mode 100644 index 00000000..6146ac97 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142916.md @@ -0,0 +1,28 @@ +# Corn yield trial — Gary, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Gary +- **Year:** 2024 +- **Plot ID:** 142916 +- **Cooperator:** Skaurud Grain Farms +- **Planted:** 2024-05-14 +- **Harvested:** 2024-10-11 +- **Plot average:** 225.0 BU/Ac +- **Coordinates:** 47.32730, -96.08949 +- **URL:** https://lgseeds.com/performance/corn#plot-142916 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 187-20VT2PRIB | - | 241.2 | +| 2 | Unknown | 188-67VT2PRIB | - | 238.3 | +| 3 | LG Seeds | LG38C48 | RR | 236.5 | +| 4 | Unknown | DKC41-55RIB | - | 232.1 | +| 5 | Unknown | G87U44-V | - | 228.9 | + +Top 5 by Yield: 187-20VT2PRIB (Unknown) 241.2, 188-67VT2PRIB (Unknown) 238.3, LG38C48 (LG Seeds) 236.5, DKC41-55RIB (Unknown) 232.1, G87U44-V (Unknown) 228.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142918.json b/corpus/lg_plot_reports/lgpr-corn-2024-142918.json new file mode 100644 index 00000000..3a9c0f56 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142918.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142918", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Watertown", + "year": 2024, + "plot_id": "142918", + "lat": 44.87623, + "lng": -97.31661, + "cooperator": "Lake Area Ag", + "salesperson": "Lake Area Ag", + "planted_date": "2024-05-13", + "harvested_date": "2024-10-16", + "plot_average": 215.5, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "J9414VT2P", + "traits": "", + "metrics": { + "Yield": 238.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "JS9224SS", + "traits": "", + "metrics": { + "Yield": 234.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "JS9053VT2P", + "traits": "", + "metrics": { + "Yield": 230.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "JS9774VT2P", + "traits": "", + "metrics": { + "Yield": 230.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "VT2RIB", + "metrics": { + "Yield": 228.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142918" + ], + "fetched_at": "2026-05-27T02:19:38.631437+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142918.md b/corpus/lg_plot_reports/lgpr-corn-2024-142918.md new file mode 100644 index 00000000..d5cabe3d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142918.md @@ -0,0 +1,28 @@ +# Corn yield trial — Watertown, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Watertown +- **Year:** 2024 +- **Plot ID:** 142918 +- **Cooperator:** Lake Area Ag +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-16 +- **Plot average:** 215.5 BU/Ac +- **Coordinates:** 44.87623, -97.31661 +- **URL:** https://lgseeds.com/performance/corn#plot-142918 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | J9414VT2P | - | 238.8 | +| 2 | Unknown | JS9224SS | - | 234.9 | +| 3 | Unknown | JS9053VT2P | - | 230.5 | +| 4 | Unknown | JS9774VT2P | - | 230.4 | +| 5 | LG Seeds | LG47C77 | VT2RIB | 228.3 | + +Top 5 by Yield: J9414VT2P (Unknown) 238.8, JS9224SS (Unknown) 234.9, JS9053VT2P (Unknown) 230.5, JS9774VT2P (Unknown) 230.4, LG47C77 (LG Seeds) 228.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142920.json b/corpus/lg_plot_reports/lgpr-corn-2024-142920.json new file mode 100644 index 00000000..8310bfdd --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142920.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142920", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Madison ", + "year": 2024, + "plot_id": "142920", + "lat": 41.83949, + "lng": -97.58015, + "cooperator": "Dan Scheer", + "salesperson": "Dan Scheer", + "planted_date": "2024-05-11", + "harvested_date": "2024-10-21", + "plot_average": 262.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "", + "metrics": { + "Yield": 277.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "", + "metrics": { + "Yield": 270.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG58C73", + "traits": "", + "metrics": { + "Yield": 262.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG64C20", + "traits": "", + "metrics": { + "Yield": 259.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG65C76", + "traits": "", + "metrics": { + "Yield": 244.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142920" + ], + "fetched_at": "2026-05-27T02:19:14.401257+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142920.md b/corpus/lg_plot_reports/lgpr-corn-2024-142920.md new file mode 100644 index 00000000..1566f3c9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142920.md @@ -0,0 +1,28 @@ +# Corn yield trial — Madison , Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Madison +- **Year:** 2024 +- **Plot ID:** 142920 +- **Cooperator:** Dan Scheer +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-21 +- **Plot average:** 262.8 BU/Ac +- **Coordinates:** 41.83949, -97.58015 +- **URL:** https://lgseeds.com/performance/corn#plot-142920 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C73 | - | 277.3 | +| 2 | LG Seeds | LG66C44 | - | 270.1 | +| 3 | LG Seeds | LG58C73 | - | 262.2 | +| 4 | LG Seeds | LG64C20 | - | 259.8 | +| 5 | LG Seeds | LG65C76 | - | 244.5 | + +Top 5 by Yield: LG62C73 (LG Seeds) 277.3, LG66C44 (LG Seeds) 270.1, LG58C73 (LG Seeds) 262.2, LG64C20 (LG Seeds) 259.8, LG65C76 (LG Seeds) 244.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142921.json b/corpus/lg_plot_reports/lgpr-corn-2024-142921.json new file mode 100644 index 00000000..2267325a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142921.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142921", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Lewisville ", + "year": 2024, + "plot_id": "142921", + "lat": 43.92868, + "lng": -94.42893, + "cooperator": "Tri-County Seed", + "salesperson": "Tri-County Seed", + "planted_date": "2024-05-14", + "harvested_date": "2024-10-15", + "plot_average": 191.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "K5218D", + "traits": "", + "metrics": { + "Yield": 212.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 206.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "VT2RIB", + "metrics": { + "Yield": 205.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "MX445-G", + "traits": "", + "metrics": { + "Yield": 202.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 198.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142921" + ], + "fetched_at": "2026-05-27T02:19:30.651828+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142921.md b/corpus/lg_plot_reports/lgpr-corn-2024-142921.md new file mode 100644 index 00000000..91c070d7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142921.md @@ -0,0 +1,28 @@ +# Corn yield trial — Lewisville , Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Lewisville +- **Year:** 2024 +- **Plot ID:** 142921 +- **Cooperator:** Tri-County Seed +- **Planted:** 2024-05-14 +- **Harvested:** 2024-10-15 +- **Plot average:** 191.8 BU/Ac +- **Coordinates:** 43.92868, -94.42893 +- **URL:** https://lgseeds.com/performance/corn#plot-142921 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | K5218D | - | 212.4 | +| 2 | LG Seeds | LG52C90 | VT2PRO | 206.6 | +| 3 | LG Seeds | LG59C72 | VT2RIB | 205.2 | +| 4 | Unknown | MX445-G | - | 202.3 | +| 5 | LG Seeds | LG53C44 | VT2RIB | 198.8 | + +Top 5 by Yield: K5218D (Unknown) 212.4, LG52C90 (LG Seeds) 206.6, LG59C72 (LG Seeds) 205.2, MX445-G (Unknown) 202.3, LG53C44 (LG Seeds) 198.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142922.json b/corpus/lg_plot_reports/lgpr-corn-2024-142922.json new file mode 100644 index 00000000..8fb69dc9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142922.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142922", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Arnold", + "year": 2024, + "plot_id": "142922", + "lat": 41.39322, + "lng": -100.18768, + "cooperator": "Allen Crow", + "salesperson": "Allen Crow", + "planted_date": "2024-05-11", + "harvested_date": "2024-10-28", + "plot_average": 264.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 282.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 280.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C77", + "traits": "STXRIB", + "metrics": { + "Yield": 272.5 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P0859AM", + "traits": "", + "metrics": { + "Yield": 265.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC59-82RIB", + "traits": "", + "metrics": { + "Yield": 263.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142922" + ], + "fetched_at": "2026-05-27T02:19:27.413682+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142922.md b/corpus/lg_plot_reports/lgpr-corn-2024-142922.md new file mode 100644 index 00000000..611a6df7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142922.md @@ -0,0 +1,28 @@ +# Corn yield trial — Arnold, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Arnold +- **Year:** 2024 +- **Plot ID:** 142922 +- **Cooperator:** Allen Crow +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-28 +- **Plot average:** 264.3 BU/Ac +- **Coordinates:** 41.39322, -100.18768 +- **URL:** https://lgseeds.com/performance/corn#plot-142922 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C34 | STXRIB | 282.0 | +| 2 | LG Seeds | LG59C72 | 5222EZ | 280.6 | +| 3 | LG Seeds | LG63C77 | STXRIB | 272.5 | +| 4 | Pioneer | P0859AM | - | 265.1 | +| 5 | Unknown | DKC59-82RIB | - | 263.1 | + +Top 5 by Yield: LG61C34 (LG Seeds) 282.0, LG59C72 (LG Seeds) 280.6, LG63C77 (LG Seeds) 272.5, P0859AM (Pioneer) 265.1, DKC59-82RIB (Unknown) 263.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142923.json b/corpus/lg_plot_reports/lgpr-corn-2024-142923.json new file mode 100644 index 00000000..d3f900b8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142923.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142923", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Platte Center", + "year": 2024, + "plot_id": "142923", + "lat": 41.59844, + "lng": -97.40889, + "cooperator": "Eli Mohlman", + "salesperson": "Eli Mohlman", + "planted_date": "2024-05-13", + "harvested_date": "2024-10-16", + "plot_average": 264.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "8454Q", + "traits": "", + "metrics": { + "Yield": 283.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 278.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "6574TCV2P", + "traits": "", + "metrics": { + "Yield": 272.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC110-41RIB", + "traits": "", + "metrics": { + "Yield": 272.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "5864AM", + "traits": "", + "metrics": { + "Yield": 270.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142923" + ], + "fetched_at": "2026-05-27T02:18:04.092543+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142923.md b/corpus/lg_plot_reports/lgpr-corn-2024-142923.md new file mode 100644 index 00000000..d7e4516f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142923.md @@ -0,0 +1,28 @@ +# Corn yield trial — Platte Center, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Platte Center +- **Year:** 2024 +- **Plot ID:** 142923 +- **Cooperator:** Eli Mohlman +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-16 +- **Plot average:** 264.9 BU/Ac +- **Coordinates:** 41.59844, -97.40889 +- **URL:** https://lgseeds.com/performance/corn#plot-142923 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 8454Q | - | 283.6 | +| 2 | LG Seeds | LG64C43 | VT2RIB | 278.0 | +| 3 | Unknown | 6574TCV2P | - | 272.8 | +| 4 | Unknown | DKC110-41RIB | - | 272.7 | +| 5 | Unknown | 5864AM | - | 270.7 | + +Top 5 by Yield: 8454Q (Unknown) 283.6, LG64C43 (LG Seeds) 278.0, 6574TCV2P (Unknown) 272.8, DKC110-41RIB (Unknown) 272.7, 5864AM (Unknown) 270.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142924.json b/corpus/lg_plot_reports/lgpr-corn-2024-142924.json new file mode 100644 index 00000000..70989597 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142924.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142924", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Dekalb", + "year": 2024, + "plot_id": "142924", + "lat": 41.90662, + "lng": -88.82482, + "cooperator": "J.P. Faivre Partnership", + "salesperson": "J.P. Faivre Partnership ", + "planted_date": "2024-05-13", + "harvested_date": "2024-10-11", + "plot_average": 211.6, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "6258V4P", + "traits": "", + "metrics": { + "Yield": 237.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "6485SX", + "traits": "", + "metrics": { + "Yield": 233.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG61C21", + "traits": "3110", + "metrics": { + "Yield": 231.9 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P0720", + "traits": "", + "metrics": { + "Yield": 230.0 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P0487", + "traits": "", + "metrics": { + "Yield": 225.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142924" + ], + "fetched_at": "2026-05-27T02:20:31.654376+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142924.md b/corpus/lg_plot_reports/lgpr-corn-2024-142924.md new file mode 100644 index 00000000..7e0a3c60 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142924.md @@ -0,0 +1,29 @@ +# Corn yield trial — Dekalb, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Dekalb +- **Year:** 2024 +- **Plot ID:** 142924 +- **Cooperator:** J.P. Faivre Partnership +- **Salesperson:** J.P. Faivre Partnership +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-11 +- **Plot average:** 211.6 BU/Ac +- **Coordinates:** 41.90662, -88.82482 +- **URL:** https://lgseeds.com/performance/corn#plot-142924 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 6258V4P | - | 237.7 | +| 2 | Unknown | 6485SX | - | 233.8 | +| 3 | LG Seeds | LG61C21 | 3110 | 231.9 | +| 4 | Pioneer | P0720 | - | 230.0 | +| 5 | Pioneer | P0487 | - | 225.6 | + +Top 5 by Yield: 6258V4P (Unknown) 237.7, 6485SX (Unknown) 233.8, LG61C21 (LG Seeds) 231.9, P0720 (Pioneer) 230.0, P0487 (Pioneer) 225.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142925.json b/corpus/lg_plot_reports/lgpr-corn-2024-142925.json new file mode 100644 index 00000000..7700cd9d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142925.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142925", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Eustis", + "year": 2024, + "plot_id": "142925", + "lat": 40.72197, + "lng": -99.99444, + "cooperator": "John Yuetter", + "salesperson": "John Yuetter", + "planted_date": "2024-05-14", + "harvested_date": "2024-11-05", + "plot_average": 268.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG5643", + "traits": "STXRIB", + "metrics": { + "Yield": 282.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 282.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 279.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LG5643STXRIB", + "traits": "", + "metrics": { + "Yield": 274.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STXRIB", + "metrics": { + "Yield": 268.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142925" + ], + "fetched_at": "2026-05-27T02:18:54.395792+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142925.md b/corpus/lg_plot_reports/lgpr-corn-2024-142925.md new file mode 100644 index 00000000..ec087bad --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142925.md @@ -0,0 +1,28 @@ +# Corn yield trial — Eustis, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Eustis +- **Year:** 2024 +- **Plot ID:** 142925 +- **Cooperator:** John Yuetter +- **Planted:** 2024-05-14 +- **Harvested:** 2024-11-05 +- **Plot average:** 268.0 BU/Ac +- **Coordinates:** 40.72197, -99.99444 +- **URL:** https://lgseeds.com/performance/corn#plot-142925 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG5643 | STXRIB | 282.7 | +| 2 | LG Seeds | LG64C43 | VT2RIB | 282.0 | +| 3 | LG Seeds | LG58C48 | VT2RIB | 279.4 | +| 4 | Unknown | LG5643STXRIB | - | 274.3 | +| 5 | LG Seeds | LG64C90 | STXRIB | 268.7 | + +Top 5 by Yield: LG5643 (LG Seeds) 282.7, LG64C43 (LG Seeds) 282.0, LG58C48 (LG Seeds) 279.4, LG5643STXRIB (Unknown) 274.3, LG64C90 (LG Seeds) 268.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142927.json b/corpus/lg_plot_reports/lgpr-corn-2024-142927.json new file mode 100644 index 00000000..ee457864 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142927.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142927", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Clara City", + "year": 2024, + "plot_id": "142927", + "lat": 44.93239, + "lng": -95.43101, + "cooperator": "Next Level Ag Solutions", + "salesperson": "Next Level Ag Solutions", + "planted_date": "2024-05-13", + "harvested_date": "2024-10-11", + "plot_average": 232.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 251.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "48K55", + "traits": "", + "metrics": { + "Yield": 251.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 242.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2PRO", + "metrics": { + "Yield": 242.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "48Z58", + "traits": "", + "metrics": { + "Yield": 238.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142927" + ], + "fetched_at": "2026-05-27T02:18:36.115884+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142927.md b/corpus/lg_plot_reports/lgpr-corn-2024-142927.md new file mode 100644 index 00000000..dd390621 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142927.md @@ -0,0 +1,28 @@ +# Corn yield trial — Clara City, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Clara City +- **Year:** 2024 +- **Plot ID:** 142927 +- **Cooperator:** Next Level Ag Solutions +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-11 +- **Plot average:** 232.7 BU/Ac +- **Coordinates:** 44.93239, -95.43101 +- **URL:** https://lgseeds.com/performance/corn#plot-142927 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG48C32 | SSPRIB | 251.1 | +| 2 | Unknown | 48K55 | - | 251.0 | +| 3 | LG Seeds | LG51C62 | VT2RIB | 242.9 | +| 4 | LG Seeds | LG46C85 | VT2PRO | 242.4 | +| 5 | Unknown | 48Z58 | - | 238.7 | + +Top 5 by Yield: LG48C32 (LG Seeds) 251.1, 48K55 (Unknown) 251.0, LG51C62 (LG Seeds) 242.9, LG46C85 (LG Seeds) 242.4, 48Z58 (Unknown) 238.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142934.json b/corpus/lg_plot_reports/lgpr-corn-2024-142934.json new file mode 100644 index 00000000..bd9f2545 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142934.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142934", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "California", + "state_abbrev": "ca", + "city": "Isleton", + "year": 2024, + "plot_id": "142934", + "lat": 38.17, + "lng": -121.58, + "cooperator": "VanDemaele Ranch", + "salesperson": "VanDemaele Ranch", + "planted_date": "2024-05-15", + "harvested_date": "2024-10-08", + "plot_average": 193.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "ES7514", + "traits": "VT2P", + "metrics": { + "Yield": 236.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG5701", + "traits": "VT2RIB", + "metrics": { + "Yield": 227.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "ES7514VT2P", + "traits": "", + "metrics": { + "Yield": 224.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STX", + "metrics": { + "Yield": 221.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG67C91", + "traits": "STX", + "metrics": { + "Yield": 219.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142934" + ], + "fetched_at": "2026-05-27T02:19:02.393757+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142934.md b/corpus/lg_plot_reports/lgpr-corn-2024-142934.md new file mode 100644 index 00000000..48e564b4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142934.md @@ -0,0 +1,28 @@ +# Corn yield trial — Isleton, California, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** California (CA) +- **City:** Isleton +- **Year:** 2024 +- **Plot ID:** 142934 +- **Cooperator:** VanDemaele Ranch +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-08 +- **Plot average:** 193.4 BU/Ac +- **Coordinates:** 38.17000, -121.58000 +- **URL:** https://lgseeds.com/performance/corn#plot-142934 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | ES7514 | VT2P | 236.3 | +| 2 | LG Seeds | LG5701 | VT2RIB | 227.1 | +| 3 | Unknown | ES7514VT2P | - | 224.4 | +| 4 | LG Seeds | LG67C27 | STX | 221.7 | +| 5 | LG Seeds | LG67C91 | STX | 219.9 | + +Top 5 by Yield: ES7514 (LG Seeds) 236.3, LG5701 (LG Seeds) 227.1, ES7514VT2P (Unknown) 224.4, LG67C27 (LG Seeds) 221.7, LG67C91 (LG Seeds) 219.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142935.json b/corpus/lg_plot_reports/lgpr-corn-2024-142935.json new file mode 100644 index 00000000..0a877e76 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142935.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142935", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Saronville ", + "year": 2024, + "plot_id": "142935", + "lat": 40.58507, + "lng": -97.99575, + "cooperator": "Paul Althouse", + "salesperson": "Paul Althouse", + "planted_date": "2024-05-10", + "harvested_date": "2024-10-11", + "plot_average": 255.4, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P13777V", + "traits": "", + "metrics": { + "Yield": 272.0 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "", + "metrics": { + "Yield": 268.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STXRIB", + "metrics": { + "Yield": 263.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC62-69RIB", + "traits": "", + "metrics": { + "Yield": 259.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 252.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142935" + ], + "fetched_at": "2026-05-27T02:18:23.108975+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142935.md b/corpus/lg_plot_reports/lgpr-corn-2024-142935.md new file mode 100644 index 00000000..b8bb017a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142935.md @@ -0,0 +1,28 @@ +# Corn yield trial — Saronville , Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Saronville +- **Year:** 2024 +- **Plot ID:** 142935 +- **Cooperator:** Paul Althouse +- **Planted:** 2024-05-10 +- **Harvested:** 2024-10-11 +- **Plot average:** 255.4 BU/Ac +- **Coordinates:** 40.58507, -97.99575 +- **URL:** https://lgseeds.com/performance/corn#plot-142935 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P13777V | - | 272.0 | +| 2 | Pioneer | P14830AML | - | 268.3 | +| 3 | LG Seeds | LG64C90 | STXRIB | 263.4 | +| 4 | Unknown | DKC62-69RIB | - | 259.1 | +| 5 | LG Seeds | LG66C44 | VT2RIB | 252.2 | + +Top 5 by Yield: P13777V (Pioneer) 272.0, P14830AML (Pioneer) 268.3, LG64C90 (LG Seeds) 263.4, DKC62-69RIB (Unknown) 259.1, LG66C44 (LG Seeds) 252.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142946.json b/corpus/lg_plot_reports/lgpr-corn-2024-142946.json new file mode 100644 index 00000000..f56af0f1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142946.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142946", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "White Lake", + "year": 2024, + "plot_id": "142946", + "lat": 43.75907, + "lng": -98.69824, + "cooperator": "Derek Glissendorf", + "salesperson": "Derek Glissendorf", + "planted_date": "2024-05-14", + "harvested_date": "2024-10-11", + "plot_average": 168.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2PRO", + "metrics": { + "Yield": 183.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 178.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "DV-RN", + "metrics": { + "Yield": 177.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 174.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VTPRO", + "metrics": { + "Yield": 173.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142946" + ], + "fetched_at": "2026-05-27T02:20:11.165398+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142946.md b/corpus/lg_plot_reports/lgpr-corn-2024-142946.md new file mode 100644 index 00000000..d6fa77f5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142946.md @@ -0,0 +1,28 @@ +# Corn yield trial — White Lake, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** White Lake +- **Year:** 2024 +- **Plot ID:** 142946 +- **Cooperator:** Derek Glissendorf +- **Planted:** 2024-05-14 +- **Harvested:** 2024-10-11 +- **Plot average:** 168.4 BU/Ac +- **Coordinates:** 43.75907, -98.69824 +- **URL:** https://lgseeds.com/performance/corn#plot-142946 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG46C85 | VT2PRO | 183.4 | +| 2 | LG Seeds | LG52C90 | VT2PRO | 178.9 | +| 3 | LG Seeds | LG53C44 | DV-RN | 177.3 | +| 4 | LG Seeds | LG51C62 | VT2RIB | 174.8 | +| 5 | LG Seeds | LG57C82 | VTPRO | 173.3 | + +Top 5 by Yield: LG46C85 (LG Seeds) 183.4, LG52C90 (LG Seeds) 178.9, LG53C44 (LG Seeds) 177.3, LG51C62 (LG Seeds) 174.8, LG57C82 (LG Seeds) 173.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142948.json b/corpus/lg_plot_reports/lgpr-corn-2024-142948.json new file mode 100644 index 00000000..c11a6ba5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142948.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142948", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Dodge", + "year": 2024, + "plot_id": "142948", + "lat": 41.77, + "lng": -96.86, + "cooperator": "Dale Peitzmeier", + "salesperson": "Dale Peitzmeier", + "planted_date": "2024-05-15", + "harvested_date": "2024-10-15", + "plot_average": 250.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STXRIB", + "metrics": { + "Yield": 264.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG62C22", + "traits": "VT2RIB", + "metrics": { + "Yield": 259.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 259.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG66C06", + "traits": "VT2RIB", + "metrics": { + "Yield": 256.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2PRO", + "metrics": { + "Yield": 253.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142948" + ], + "fetched_at": "2026-05-27T02:18:23.378415+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142948.md b/corpus/lg_plot_reports/lgpr-corn-2024-142948.md new file mode 100644 index 00000000..576f13d6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142948.md @@ -0,0 +1,28 @@ +# Corn yield trial — Dodge, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Dodge +- **Year:** 2024 +- **Plot ID:** 142948 +- **Cooperator:** Dale Peitzmeier +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-15 +- **Plot average:** 250.7 BU/Ac +- **Coordinates:** 41.77000, -96.86000 +- **URL:** https://lgseeds.com/performance/corn#plot-142948 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C90 | STXRIB | 264.3 | +| 2 | LG Seeds | LG62C22 | VT2RIB | 259.2 | +| 3 | LG Seeds | LG64C43 | VT2RIB | 259.2 | +| 4 | LG Seeds | LG66C06 | VT2RIB | 256.9 | +| 5 | LG Seeds | LG65C30 | VT2PRO | 253.9 | + +Top 5 by Yield: LG64C90 (LG Seeds) 264.3, LG62C22 (LG Seeds) 259.2, LG64C43 (LG Seeds) 259.2, LG66C06 (LG Seeds) 256.9, LG65C30 (LG Seeds) 253.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142949.json b/corpus/lg_plot_reports/lgpr-corn-2024-142949.json new file mode 100644 index 00000000..c106d65b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142949.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142949", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Adrian", + "year": 2024, + "plot_id": "142949", + "lat": 43.58, + "lng": -95.9, + "cooperator": "Jeff Bullerman", + "salesperson": "Jeff Bullerman ", + "planted_date": "2024-05-14", + "harvested_date": "2024-10-07", + "plot_average": 211.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 225.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSP", + "metrics": { + "Yield": 221.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 219.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DS-4219AM", + "traits": "", + "metrics": { + "Yield": 213.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2PRO", + "metrics": { + "Yield": 208.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142949" + ], + "fetched_at": "2026-05-27T02:19:17.402059+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142949.md b/corpus/lg_plot_reports/lgpr-corn-2024-142949.md new file mode 100644 index 00000000..57951108 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142949.md @@ -0,0 +1,29 @@ +# Corn yield trial — Adrian, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Adrian +- **Year:** 2024 +- **Plot ID:** 142949 +- **Cooperator:** Jeff Bullerman +- **Salesperson:** Jeff Bullerman +- **Planted:** 2024-05-14 +- **Harvested:** 2024-10-07 +- **Plot average:** 211.1 BU/Ac +- **Coordinates:** 43.58000, -95.90000 +- **URL:** https://lgseeds.com/performance/corn#plot-142949 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG49C28 | VT2RIB | 225.1 | +| 2 | LG Seeds | LG51C32 | SSP | 221.8 | +| 3 | LG Seeds | LG51C62 | VT2RIB | 219.8 | +| 4 | Unknown | DS-4219AM | - | 213.2 | +| 5 | LG Seeds | LG46C85 | VT2PRO | 208.9 | + +Top 5 by Yield: LG49C28 (LG Seeds) 225.1, LG51C32 (LG Seeds) 221.8, LG51C62 (LG Seeds) 219.8, DS-4219AM (Unknown) 213.2, LG46C85 (LG Seeds) 208.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142954.json b/corpus/lg_plot_reports/lgpr-corn-2024-142954.json new file mode 100644 index 00000000..ff4b2e18 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142954.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142954", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Edgerton", + "year": 2024, + "plot_id": "142954", + "lat": 43.8, + "lng": -96.15, + "cooperator": "Mark VanderPol", + "salesperson": "Mark VanderPol", + "planted_date": "2024-04-23", + "harvested_date": "2024-10-08", + "plot_average": 215.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 241.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "G03U08-D", + "traits": "", + "metrics": { + "Yield": 241.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 228.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "G03U08-D", + "traits": "", + "metrics": { + "Yield": 228.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "G01U74-AA", + "traits": "", + "metrics": { + "Yield": 224.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142954" + ], + "fetched_at": "2026-05-27T02:19:01.634489+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142954.md b/corpus/lg_plot_reports/lgpr-corn-2024-142954.md new file mode 100644 index 00000000..8cfd6f89 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142954.md @@ -0,0 +1,28 @@ +# Corn yield trial — Edgerton, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Edgerton +- **Year:** 2024 +- **Plot ID:** 142954 +- **Cooperator:** Mark VanderPol +- **Planted:** 2024-04-23 +- **Harvested:** 2024-10-08 +- **Plot average:** 215.9 BU/Ac +- **Coordinates:** 43.80000, -96.15000 +- **URL:** https://lgseeds.com/performance/corn#plot-142954 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 241.3 | +| 2 | Unknown | G03U08-D | - | 241.3 | +| 3 | LG Seeds | LG49C28 | VT2RIB | 228.8 | +| 4 | Unknown | G03U08-D | - | 228.0 | +| 5 | Unknown | G01U74-AA | - | 224.6 | + +Top 5 by Yield: LG51C62 (LG Seeds) 241.3, G03U08-D (Unknown) 241.3, LG49C28 (LG Seeds) 228.8, G03U08-D (Unknown) 228.0, G01U74-AA (Unknown) 224.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142955.json b/corpus/lg_plot_reports/lgpr-corn-2024-142955.json new file mode 100644 index 00000000..b130b70f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142955.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142955", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Dodge Center", + "year": 2024, + "plot_id": "142955", + "lat": 43.97955, + "lng": -92.92633, + "cooperator": "Pete Henslin", + "salesperson": "Pete Henslin", + "planted_date": "2024-05-15", + "harvested_date": "2024-10-21", + "plot_average": 190.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 200.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 198.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG55C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 198.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 187.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VTPRO", + "metrics": { + "Yield": 166.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142955" + ], + "fetched_at": "2026-05-27T02:18:18.371200+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142955.md b/corpus/lg_plot_reports/lgpr-corn-2024-142955.md new file mode 100644 index 00000000..71b86454 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142955.md @@ -0,0 +1,28 @@ +# Corn yield trial — Dodge Center, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Dodge Center +- **Year:** 2024 +- **Plot ID:** 142955 +- **Cooperator:** Pete Henslin +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-21 +- **Plot average:** 190.3 BU/Ac +- **Coordinates:** 43.97955, -92.92633 +- **URL:** https://lgseeds.com/performance/corn#plot-142955 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 200.3 | +| 2 | LG Seeds | LG48C32 | SSPRIB | 198.9 | +| 3 | LG Seeds | LG55C32 | SSPRIB | 198.3 | +| 4 | LG Seeds | LG53C44 | VT2RIB | 187.4 | +| 5 | LG Seeds | LG57C82 | VTPRO | 166.7 | + +Top 5 by Yield: LG51C62 (LG Seeds) 200.3, LG48C32 (LG Seeds) 198.9, LG55C32 (LG Seeds) 198.3, LG53C44 (LG Seeds) 187.4, LG57C82 (LG Seeds) 166.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142956.json b/corpus/lg_plot_reports/lgpr-corn-2024-142956.json new file mode 100644 index 00000000..6d4b306a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142956.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142956", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Lastrup ", + "year": 2024, + "plot_id": "142956", + "lat": 46.04, + "lng": -94.06, + "cooperator": "Kyle Schraut", + "salesperson": "Kyle Schraut ", + "planted_date": "2024-05-15", + "harvested_date": "2024-10-15", + "plot_average": 213.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 247.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "G92A51-AA", + "traits": "", + "metrics": { + "Yield": 241.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "G94U63-V", + "traits": "", + "metrics": { + "Yield": 235.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "VT2RIB", + "metrics": { + "Yield": 229.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG37C33", + "traits": "VT2RIB", + "metrics": { + "Yield": 226.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142956" + ], + "fetched_at": "2026-05-27T02:20:37.931991+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142956.md b/corpus/lg_plot_reports/lgpr-corn-2024-142956.md new file mode 100644 index 00000000..4b5db6e7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142956.md @@ -0,0 +1,29 @@ +# Corn yield trial — Lastrup , Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Lastrup +- **Year:** 2024 +- **Plot ID:** 142956 +- **Cooperator:** Kyle Schraut +- **Salesperson:** Kyle Schraut +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-15 +- **Plot average:** 213.1 BU/Ac +- **Coordinates:** 46.04000, -94.06000 +- **URL:** https://lgseeds.com/performance/corn#plot-142956 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG42C80 | VT2RIB | 247.0 | +| 2 | Unknown | G92A51-AA | - | 241.8 | +| 3 | Unknown | G94U63-V | - | 235.8 | +| 4 | LG Seeds | LG44C27 | VT2RIB | 229.5 | +| 5 | LG Seeds | LG37C33 | VT2RIB | 226.2 | + +Top 5 by Yield: LG42C80 (LG Seeds) 247.0, G92A51-AA (Unknown) 241.8, G94U63-V (Unknown) 235.8, LG44C27 (LG Seeds) 229.5, LG37C33 (LG Seeds) 226.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142957.json b/corpus/lg_plot_reports/lgpr-corn-2024-142957.json new file mode 100644 index 00000000..125d6e96 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142957.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142957", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Montgomery", + "year": 2024, + "plot_id": "142957", + "lat": 44.42, + "lng": -93.49, + "cooperator": "Jeff Tuma", + "salesperson": "Jeff Tuma", + "planted_date": "2024-05-16", + "harvested_date": "2024-10-26", + "plot_average": 177.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2RIB", + "metrics": { + "Yield": 191.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "STXRIB", + "metrics": { + "Yield": 186.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 185.5 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P9955AM", + "traits": "", + "metrics": { + "Yield": 184.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 181.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142957" + ], + "fetched_at": "2026-05-27T02:19:26.147515+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142957.md b/corpus/lg_plot_reports/lgpr-corn-2024-142957.md new file mode 100644 index 00000000..3924ea72 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142957.md @@ -0,0 +1,28 @@ +# Corn yield trial — Montgomery, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Montgomery +- **Year:** 2024 +- **Plot ID:** 142957 +- **Cooperator:** Jeff Tuma +- **Planted:** 2024-05-16 +- **Harvested:** 2024-10-26 +- **Plot average:** 177.0 BU/Ac +- **Coordinates:** 44.42000, -93.49000 +- **URL:** https://lgseeds.com/performance/corn#plot-142957 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG5525 | VT2RIB | 191.4 | +| 2 | LG Seeds | LG47C77 | STXRIB | 186.6 | +| 3 | LG Seeds | LG52C90 | VT2PRO | 185.5 | +| 4 | Pioneer | P9955AM | - | 184.5 | +| 5 | LG Seeds | LG48C32 | SSPRIB | 181.9 | + +Top 5 by Yield: LG5525 (LG Seeds) 191.4, LG47C77 (LG Seeds) 186.6, LG52C90 (LG Seeds) 185.5, P9955AM (Pioneer) 184.5, LG48C32 (LG Seeds) 181.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142962.json b/corpus/lg_plot_reports/lgpr-corn-2024-142962.json new file mode 100644 index 00000000..70459b8b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142962.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142962", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Creston", + "year": 2024, + "plot_id": "142962", + "lat": 41.58, + "lng": -97.34, + "cooperator": "Clay Hills Ag", + "salesperson": "Clay Hills Ag", + "planted_date": "2024-05-15", + "harvested_date": "2024-10-08", + "plot_average": 188.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C22", + "traits": "VT2RIB", + "metrics": { + "Yield": 201.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC114-43RIB", + "traits": "", + "metrics": { + "Yield": 201.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC59-82RIB", + "traits": "", + "metrics": { + "Yield": 196.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC110-41RIB", + "traits": "", + "metrics": { + "Yield": 194.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 191.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142962" + ], + "fetched_at": "2026-05-27T02:18:46.880721+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142962.md b/corpus/lg_plot_reports/lgpr-corn-2024-142962.md new file mode 100644 index 00000000..5f77a9e3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142962.md @@ -0,0 +1,28 @@ +# Corn yield trial — Creston, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Creston +- **Year:** 2024 +- **Plot ID:** 142962 +- **Cooperator:** Clay Hills Ag +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-08 +- **Plot average:** 188.3 BU/Ac +- **Coordinates:** 41.58000, -97.34000 +- **URL:** https://lgseeds.com/performance/corn#plot-142962 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C22 | VT2RIB | 201.3 | +| 2 | Unknown | DKC114-43RIB | - | 201.0 | +| 3 | Unknown | DKC59-82RIB | - | 196.2 | +| 4 | Unknown | DKC110-41RIB | - | 194.2 | +| 5 | LG Seeds | LG63C82 | DGVT2RIB | 191.6 | + +Top 5 by Yield: LG62C22 (LG Seeds) 201.3, DKC114-43RIB (Unknown) 201.0, DKC59-82RIB (Unknown) 196.2, DKC110-41RIB (Unknown) 194.2, LG63C82 (LG Seeds) 191.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142964.json b/corpus/lg_plot_reports/lgpr-corn-2024-142964.json new file mode 100644 index 00000000..a8b6e8c4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142964.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142964", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Markesan ", + "year": 2024, + "plot_id": "142964", + "lat": 43.72829, + "lng": -89.00536, + "cooperator": "Bill Krentz", + "salesperson": "Bill Krentz ", + "planted_date": "2024-05-15", + "harvested_date": "2024-10-11", + "plot_average": 260.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 281.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 276.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "K5218D", + "traits": "", + "metrics": { + "Yield": 269.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 269.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSP", + "metrics": { + "Yield": 267.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142964" + ], + "fetched_at": "2026-05-27T02:18:51.888207+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142964.md b/corpus/lg_plot_reports/lgpr-corn-2024-142964.md new file mode 100644 index 00000000..ba944657 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142964.md @@ -0,0 +1,29 @@ +# Corn yield trial — Markesan , Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Markesan +- **Year:** 2024 +- **Plot ID:** 142964 +- **Cooperator:** Bill Krentz +- **Salesperson:** Bill Krentz +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-11 +- **Plot average:** 260.8 BU/Ac +- **Coordinates:** 43.72829, -89.00536 +- **URL:** https://lgseeds.com/performance/corn#plot-142964 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2PRO | 281.7 | +| 2 | LG Seeds | LG53C44 | VT2RIB | 276.4 | +| 3 | Unknown | K5218D | - | 269.8 | +| 4 | LG Seeds | LG56C25 | SSPRIB | 269.7 | +| 5 | LG Seeds | LG51C32 | SSP | 267.9 | + +Top 5 by Yield: LG52C90 (LG Seeds) 281.7, LG53C44 (LG Seeds) 276.4, K5218D (Unknown) 269.8, LG56C25 (LG Seeds) 269.7, LG51C32 (LG Seeds) 267.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142965.json b/corpus/lg_plot_reports/lgpr-corn-2024-142965.json new file mode 100644 index 00000000..801f6fd5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142965.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142965", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Washington", + "state_abbrev": "wa", + "city": "Moses Lake", + "year": 2024, + "plot_id": "142965", + "lat": 47.04, + "lng": -119.17, + "cooperator": "Randy Bergeron", + "salesperson": "Randy Bergeron", + "planted_date": "2024-05-15", + "harvested_date": "2025-01-25", + "plot_average": 239.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2RIB", + "metrics": { + "Yield": 250.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 248.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 248.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 244.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "STXRIB", + "metrics": { + "Yield": 243.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142965" + ], + "fetched_at": "2026-05-27T02:20:48.176230+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142965.md b/corpus/lg_plot_reports/lgpr-corn-2024-142965.md new file mode 100644 index 00000000..f8e0b207 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142965.md @@ -0,0 +1,28 @@ +# Corn yield trial — Moses Lake, Washington, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Washington (WA) +- **City:** Moses Lake +- **Year:** 2024 +- **Plot ID:** 142965 +- **Cooperator:** Randy Bergeron +- **Planted:** 2024-05-15 +- **Harvested:** 2025-01-25 +- **Plot average:** 239.3 BU/Ac +- **Coordinates:** 47.04000, -119.17000 +- **URL:** https://lgseeds.com/performance/corn#plot-142965 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG5525 | VT2RIB | 250.4 | +| 2 | LG Seeds | LG53C44 | VT2RIB | 248.5 | +| 3 | LG Seeds | LG51C62 | VT2RIB | 248.3 | +| 4 | LG Seeds | LG48C87 | VT2RIB | 244.5 | +| 5 | LG Seeds | LG44C27 | STXRIB | 243.0 | + +Top 5 by Yield: LG5525 (LG Seeds) 250.4, LG53C44 (LG Seeds) 248.5, LG51C62 (LG Seeds) 248.3, LG48C87 (LG Seeds) 244.5, LG44C27 (LG Seeds) 243.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142967.json b/corpus/lg_plot_reports/lgpr-corn-2024-142967.json new file mode 100644 index 00000000..9c5a4481 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142967.json @@ -0,0 +1,64 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142967", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Blooming Prairie", + "year": 2024, + "plot_id": "142967", + "lat": 43.93, + "lng": -93.1, + "cooperator": "Ron Janning", + "salesperson": "Ron Janning ", + "planted_date": "2024-05-15", + "harvested_date": "2024-10-17", + "plot_average": 176.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C73", + "traits": "3110", + "metrics": { + "Yield": 196.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 181.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 170.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 158.8 + } + } + ], + "n_results": 4, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142967" + ], + "fetched_at": "2026-05-27T02:18:01.612238+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142967.md b/corpus/lg_plot_reports/lgpr-corn-2024-142967.md new file mode 100644 index 00000000..4782ce69 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142967.md @@ -0,0 +1,28 @@ +# Corn yield trial — Blooming Prairie, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Blooming Prairie +- **Year:** 2024 +- **Plot ID:** 142967 +- **Cooperator:** Ron Janning +- **Salesperson:** Ron Janning +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-17 +- **Plot average:** 176.7 BU/Ac +- **Coordinates:** 43.93000, -93.10000 +- **URL:** https://lgseeds.com/performance/corn#plot-142967 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C73 | 3110 | 196.0 | +| 2 | LG Seeds | LG51C62 | VT2RIB | 181.8 | +| 3 | LG Seeds | LG48C87 | VT2RIB | 170.1 | +| 4 | LG Seeds | LG53C44 | VT2RIB | 158.8 | + +Top 5 by Yield: LG58C73 (LG Seeds) 196.0, LG51C62 (LG Seeds) 181.8, LG48C87 (LG Seeds) 170.1, LG53C44 (LG Seeds) 158.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142968.json b/corpus/lg_plot_reports/lgpr-corn-2024-142968.json new file mode 100644 index 00000000..b894d9a0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142968.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142968", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Hanover", + "year": 2024, + "plot_id": "142968", + "lat": 42.02, + "lng": -84.67, + "cooperator": "Kevyn Haines", + "salesperson": "Kevyn Haines", + "planted_date": "2024-05-18", + "harvested_date": "2024-11-08", + "plot_average": 215.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "VT2RIB", + "metrics": { + "Yield": 231.36 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG58C73", + "traits": "3110", + "metrics": { + "Yield": 229.51 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 227.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 224.51 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 222.99 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142968" + ], + "fetched_at": "2026-05-27T02:19:05.405364+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142968.md b/corpus/lg_plot_reports/lgpr-corn-2024-142968.md new file mode 100644 index 00000000..f8118024 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142968.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hanover, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Hanover +- **Year:** 2024 +- **Plot ID:** 142968 +- **Cooperator:** Kevyn Haines +- **Planted:** 2024-05-18 +- **Harvested:** 2024-11-08 +- **Plot average:** 215.7 BU/Ac +- **Coordinates:** 42.02000, -84.67000 +- **URL:** https://lgseeds.com/performance/corn#plot-142968 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG59C72 | VT2RIB | 231.36 | +| 2 | LG Seeds | LG58C73 | 3110 | 229.51 | +| 3 | LG Seeds | LG51C62 | VT2RIB | 227.9 | +| 4 | LG Seeds | LG53C44 | VT2RIB | 224.51 | +| 5 | LG Seeds | LG49C28 | VT2RIB | 222.99 | + +Top 5 by Yield: LG59C72 (LG Seeds) 231.36, LG58C73 (LG Seeds) 229.51, LG51C62 (LG Seeds) 227.9, LG53C44 (LG Seeds) 224.51, LG49C28 (LG Seeds) 222.99. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142972.json b/corpus/lg_plot_reports/lgpr-corn-2024-142972.json new file mode 100644 index 00000000..b16edc2d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142972.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142972", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Adams", + "year": 2024, + "plot_id": "142972", + "lat": 43.57, + "lng": -92.76, + "cooperator": "Nexus Cooperative", + "salesperson": "Nexus Cooperative", + "planted_date": "2024-05-15", + "harvested_date": "2024-10-21", + "plot_average": 226.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B04J45V", + "traits": "", + "metrics": { + "Yield": 266.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC56-26RIB", + "traits": "", + "metrics": { + "Yield": 253.7 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC104-08RIB", + "traits": "", + "metrics": { + "Yield": 243.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC098-88RIB", + "traits": "", + "metrics": { + "Yield": 235.3 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "CP3715SSP/RIB", + "traits": "", + "metrics": { + "Yield": 233.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142972" + ], + "fetched_at": "2026-05-27T02:20:20.894670+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142972.md b/corpus/lg_plot_reports/lgpr-corn-2024-142972.md new file mode 100644 index 00000000..e7d404f9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142972.md @@ -0,0 +1,28 @@ +# Corn yield trial — Adams, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Adams +- **Year:** 2024 +- **Plot ID:** 142972 +- **Cooperator:** Nexus Cooperative +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-21 +- **Plot average:** 226.3 BU/Ac +- **Coordinates:** 43.57000, -92.76000 +- **URL:** https://lgseeds.com/performance/corn#plot-142972 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B04J45V | - | 266.2 | +| 2 | Unknown | DKC56-26RIB | - | 253.7 | +| 3 | Unknown | DKC104-08RIB | - | 243.1 | +| 4 | Unknown | DKC098-88RIB | - | 235.3 | +| 5 | Unknown | CP3715SSP/RIB | - | 233.9 | + +Top 5 by Yield: B04J45V (Unknown) 266.2, DKC56-26RIB (Unknown) 253.7, DKC104-08RIB (Unknown) 243.1, DKC098-88RIB (Unknown) 235.3, CP3715SSP/RIB (Unknown) 233.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142978.json b/corpus/lg_plot_reports/lgpr-corn-2024-142978.json new file mode 100644 index 00000000..0e26bc51 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142978.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142978", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Lakeview ", + "year": 2024, + "plot_id": "142978", + "lat": 40.5327, + "lng": -83.94084, + "cooperator": "Brian Myers", + "salesperson": "Brian Myers", + "planted_date": "2024-05-13", + "harvested_date": "2024-11-01", + "plot_average": 189.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 213.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 211.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "3110", + "metrics": { + "Yield": 209.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C22", + "traits": "VT2RIB", + "metrics": { + "Yield": 207.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 207.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142978" + ], + "fetched_at": "2026-05-27T02:19:33.906010+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142978.md b/corpus/lg_plot_reports/lgpr-corn-2024-142978.md new file mode 100644 index 00000000..63f714ab --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142978.md @@ -0,0 +1,28 @@ +# Corn yield trial — Lakeview , Ohio, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Ohio (OH) +- **City:** Lakeview +- **Year:** 2024 +- **Plot ID:** 142978 +- **Cooperator:** Brian Myers +- **Planted:** 2024-05-13 +- **Harvested:** 2024-11-01 +- **Plot average:** 189.1 BU/Ac +- **Coordinates:** 40.53270, -83.94084 +- **URL:** https://lgseeds.com/performance/corn#plot-142978 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG59C72 | 5222EZ | 213.7 | +| 2 | LG Seeds | LG60C05 | 3110 | 211.6 | +| 3 | LG Seeds | LG61C28 | 3110 | 209.6 | +| 4 | LG Seeds | LG62C22 | VT2RIB | 207.9 | +| 5 | LG Seeds | LG61C34 | STXRIB | 207.7 | + +Top 5 by Yield: LG59C72 (LG Seeds) 213.7, LG60C05 (LG Seeds) 211.6, LG61C28 (LG Seeds) 209.6, LG62C22 (LG Seeds) 207.9, LG61C34 (LG Seeds) 207.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142988.json b/corpus/lg_plot_reports/lgpr-corn-2024-142988.json new file mode 100644 index 00000000..d9cd7c40 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142988.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-142988", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Bay Port", + "year": 2024, + "plot_id": "142988", + "lat": 43.8, + "lng": -83.35, + "cooperator": "Ben Maust", + "salesperson": "Ben Maust", + "planted_date": "2024-05-15", + "harvested_date": "2024-10-10", + "plot_average": 264.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 293.31 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 279.59 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 278.72 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG58C73", + "traits": "3110", + "metrics": { + "Yield": 278.12 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 276.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-142988" + ], + "fetched_at": "2026-05-27T02:18:08.611699+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-142988.md b/corpus/lg_plot_reports/lgpr-corn-2024-142988.md new file mode 100644 index 00000000..6eb0f665 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-142988.md @@ -0,0 +1,28 @@ +# Corn yield trial — Bay Port, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Bay Port +- **Year:** 2024 +- **Plot ID:** 142988 +- **Cooperator:** Ben Maust +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-10 +- **Plot average:** 264.8 BU/Ac +- **Coordinates:** 43.80000, -83.35000 +- **URL:** https://lgseeds.com/performance/corn#plot-142988 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2PRO | 293.31 | +| 2 | LG Seeds | LG51C62 | VT2RIB | 279.59 | +| 3 | LG Seeds | LG53C44 | VT2RIB | 278.72 | +| 4 | LG Seeds | LG58C73 | 3110 | 278.12 | +| 5 | LG Seeds | LG42C80 | VT2RIB | 276.0 | + +Top 5 by Yield: LG52C90 (LG Seeds) 293.31, LG51C62 (LG Seeds) 279.59, LG53C44 (LG Seeds) 278.72, LG58C73 (LG Seeds) 278.12, LG42C80 (LG Seeds) 276.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143000.json b/corpus/lg_plot_reports/lgpr-corn-2024-143000.json new file mode 100644 index 00000000..b304c0ad --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143000.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143000", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Hemingford", + "year": 2024, + "plot_id": "143000", + "lat": 42.31824, + "lng": -103.01416, + "cooperator": "Brian Benda", + "salesperson": "Brian Benda", + "planted_date": "2024-05-14", + "harvested_date": "2024-10-07", + "plot_average": 58.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2PRO", + "metrics": { + "Yield": 65.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2PRO", + "metrics": { + "Yield": 64.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 63.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG42C37", + "traits": "5222AEZ", + "metrics": { + "Yield": 60.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "VT2RIB", + "metrics": { + "Yield": 59.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143000" + ], + "fetched_at": "2026-05-27T02:20:31.956799+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143000.md b/corpus/lg_plot_reports/lgpr-corn-2024-143000.md new file mode 100644 index 00000000..227f9da4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143000.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hemingford, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Hemingford +- **Year:** 2024 +- **Plot ID:** 143000 +- **Cooperator:** Brian Benda +- **Planted:** 2024-05-14 +- **Harvested:** 2024-10-07 +- **Plot average:** 58.6 BU/Ac +- **Coordinates:** 42.31824, -103.01416 +- **URL:** https://lgseeds.com/performance/corn#plot-143000 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG43C50 | VT2PRO | 65.2 | +| 2 | LG Seeds | LG46C85 | VT2PRO | 64.6 | +| 3 | LG Seeds | LG42C80 | VT2RIB | 63.4 | +| 4 | LG Seeds | LG42C37 | 5222AEZ | 60.3 | +| 5 | LG Seeds | LG44C27 | VT2RIB | 59.1 | + +Top 5 by Yield: LG43C50 (LG Seeds) 65.2, LG46C85 (LG Seeds) 64.6, LG42C80 (LG Seeds) 63.4, LG42C37 (LG Seeds) 60.3, LG44C27 (LG Seeds) 59.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143001.json b/corpus/lg_plot_reports/lgpr-corn-2024-143001.json new file mode 100644 index 00000000..b38db746 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143001.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143001", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Battle Creek", + "year": 2024, + "plot_id": "143001", + "lat": 41.92906, + "lng": -97.63992, + "cooperator": "Derek Zohner", + "salesperson": "Derek Zohner", + "planted_date": "2024-05-15", + "harvested_date": "2024-10-17", + "plot_average": 192.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 210.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG57C33", + "traits": "VT2RIB", + "metrics": { + "Yield": 205.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 205.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C22", + "traits": "VT2RIB", + "metrics": { + "Yield": 203.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 200.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143001" + ], + "fetched_at": "2026-05-27T02:18:04.356270+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143001.md b/corpus/lg_plot_reports/lgpr-corn-2024-143001.md new file mode 100644 index 00000000..877c1f9a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143001.md @@ -0,0 +1,28 @@ +# Corn yield trial — Battle Creek, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Battle Creek +- **Year:** 2024 +- **Plot ID:** 143001 +- **Cooperator:** Derek Zohner +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-17 +- **Plot average:** 192.6 BU/Ac +- **Coordinates:** 41.92906, -97.63992 +- **URL:** https://lgseeds.com/performance/corn#plot-143001 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C54 | PCE | 210.5 | +| 2 | LG Seeds | LG57C33 | VT2RIB | 205.9 | +| 3 | LG Seeds | LG58C48 | VT2RIB | 205.0 | +| 4 | LG Seeds | LG62C22 | VT2RIB | 203.9 | +| 5 | LG Seeds | LG63C82 | DGVT2RIB | 200.7 | + +Top 5 by Yield: LG63C54 (LG Seeds) 210.5, LG57C33 (LG Seeds) 205.9, LG58C48 (LG Seeds) 205.0, LG62C22 (LG Seeds) 203.9, LG63C82 (LG Seeds) 200.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143002.json b/corpus/lg_plot_reports/lgpr-corn-2024-143002.json new file mode 100644 index 00000000..e198823e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143002.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143002", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Ossain ", + "year": 2024, + "plot_id": "143002", + "lat": 43.18, + "lng": -91.78, + "cooperator": "Dale Humpal", + "salesperson": "Dale Humpal", + "planted_date": "2024-05-15", + "harvested_date": "2024-10-09", + "plot_average": 266.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 279.6 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P9955Q", + "traits": "", + "metrics": { + "Yield": 277.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "201-07SSPRIB", + "traits": "", + "metrics": { + "Yield": 277.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 272.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSP", + "metrics": { + "Yield": 269.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143002" + ], + "fetched_at": "2026-05-27T02:20:17.420407+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143002.md b/corpus/lg_plot_reports/lgpr-corn-2024-143002.md new file mode 100644 index 00000000..79a55e10 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143002.md @@ -0,0 +1,28 @@ +# Corn yield trial — Ossain , Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Ossain +- **Year:** 2024 +- **Plot ID:** 143002 +- **Cooperator:** Dale Humpal +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-09 +- **Plot average:** 266.0 BU/Ac +- **Coordinates:** 43.18000, -91.78000 +- **URL:** https://lgseeds.com/performance/corn#plot-143002 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2PRO | 279.6 | +| 2 | Pioneer | P9955Q | - | 277.4 | +| 3 | Unknown | 201-07SSPRIB | - | 277.2 | +| 4 | LG Seeds | LG53C44 | VT2RIB | 272.3 | +| 5 | LG Seeds | LG51C32 | SSP | 269.2 | + +Top 5 by Yield: LG52C90 (LG Seeds) 279.6, P9955Q (Pioneer) 277.4, 201-07SSPRIB (Unknown) 277.2, LG53C44 (LG Seeds) 272.3, LG51C32 (LG Seeds) 269.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143005.json b/corpus/lg_plot_reports/lgpr-corn-2024-143005.json new file mode 100644 index 00000000..1e033ffb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143005.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143005", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Hemingford", + "year": 2024, + "plot_id": "143005", + "lat": 42.32198, + "lng": -102.97987, + "cooperator": "Brian Benda", + "salesperson": "Brian Benda", + "planted_date": "2024-05-10", + "harvested_date": "2024-10-07", + "plot_average": 163.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 182.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LG42C80VT2RIB", + "traits": "", + "metrics": { + "Yield": 179.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG42C37", + "traits": "5222AEZ", + "metrics": { + "Yield": 176.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 174.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2PRO", + "metrics": { + "Yield": 169.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143005" + ], + "fetched_at": "2026-05-27T02:20:38.165775+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143005.md b/corpus/lg_plot_reports/lgpr-corn-2024-143005.md new file mode 100644 index 00000000..1bd13ef0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143005.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hemingford, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Hemingford +- **Year:** 2024 +- **Plot ID:** 143005 +- **Cooperator:** Brian Benda +- **Planted:** 2024-05-10 +- **Harvested:** 2024-10-07 +- **Plot average:** 163.6 BU/Ac +- **Coordinates:** 42.32198, -102.97987 +- **URL:** https://lgseeds.com/performance/corn#plot-143005 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG42C80 | VT2RIB | 182.8 | +| 2 | Unknown | LG42C80VT2RIB | - | 179.7 | +| 3 | LG Seeds | LG42C37 | 5222AEZ | 176.5 | +| 4 | LG Seeds | LG48C87 | VT2RIB | 174.0 | +| 5 | LG Seeds | LG43C50 | VT2PRO | 169.6 | + +Top 5 by Yield: LG42C80 (LG Seeds) 182.8, LG42C80VT2RIB (Unknown) 179.7, LG42C37 (LG Seeds) 176.5, LG48C87 (LG Seeds) 174.0, LG43C50 (LG Seeds) 169.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143007.json b/corpus/lg_plot_reports/lgpr-corn-2024-143007.json new file mode 100644 index 00000000..cdd1eba7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143007.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143007", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Paxton", + "year": 2024, + "plot_id": "143007", + "lat": 40.45, + "lng": -88.18, + "cooperator": "Keith Carson", + "salesperson": "Keith Carson", + "planted_date": "2024-05-12", + "harvested_date": "2024-10-22", + "plot_average": 250.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 265.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG66C06", + "traits": "VT2RIB", + "metrics": { + "Yield": 261.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG61C21", + "traits": "3110", + "metrics": { + "Yield": 257.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 255.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 255.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143007" + ], + "fetched_at": "2026-05-27T02:20:28.186261+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143007.md b/corpus/lg_plot_reports/lgpr-corn-2024-143007.md new file mode 100644 index 00000000..2feb7a5e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143007.md @@ -0,0 +1,28 @@ +# Corn yield trial — Paxton, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Paxton +- **Year:** 2024 +- **Plot ID:** 143007 +- **Cooperator:** Keith Carson +- **Planted:** 2024-05-12 +- **Harvested:** 2024-10-22 +- **Plot average:** 250.7 BU/Ac +- **Coordinates:** 40.45000, -88.18000 +- **URL:** https://lgseeds.com/performance/corn#plot-143007 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C82 | DGVT2RIB | 265.6 | +| 2 | LG Seeds | LG66C06 | VT2RIB | 261.0 | +| 3 | LG Seeds | LG61C21 | 3110 | 257.1 | +| 4 | LG Seeds | LG58C48 | VT2RIB | 255.6 | +| 5 | LG Seeds | LG64C43 | VT2RIB | 255.3 | + +Top 5 by Yield: LG63C82 (LG Seeds) 265.6, LG66C06 (LG Seeds) 261.0, LG61C21 (LG Seeds) 257.1, LG58C48 (LG Seeds) 255.6, LG64C43 (LG Seeds) 255.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143009.json b/corpus/lg_plot_reports/lgpr-corn-2024-143009.json new file mode 100644 index 00000000..dff83d14 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143009.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143009", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Tonica", + "year": 2024, + "plot_id": "143009", + "lat": 41.1488, + "lng": -89.0093, + "cooperator": "Helena Agri-Enterprises, LLC- Streator", + "salesperson": "Helena Agri-Enterprises, LLC- Streator", + "planted_date": "2024-05-13", + "harvested_date": "2024-10-08", + "plot_average": 267.5, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC116-62RIB", + "traits": "", + "metrics": { + "Yield": 306.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B04J45V", + "traits": "", + "metrics": { + "Yield": 303.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B13K20Q", + "traits": "", + "metrics": { + "Yield": 291.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC64-21RIB", + "traits": "", + "metrics": { + "Yield": 286.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC114-42RIB", + "traits": "", + "metrics": { + "Yield": 284.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143009" + ], + "fetched_at": "2026-05-27T02:20:17.901658+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143009.md b/corpus/lg_plot_reports/lgpr-corn-2024-143009.md new file mode 100644 index 00000000..ab809f7f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143009.md @@ -0,0 +1,28 @@ +# Corn yield trial — Tonica, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Tonica +- **Year:** 2024 +- **Plot ID:** 143009 +- **Cooperator:** Helena Agri-Enterprises, LLC- Streator +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-08 +- **Plot average:** 267.5 BU/Ac +- **Coordinates:** 41.14880, -89.00930 +- **URL:** https://lgseeds.com/performance/corn#plot-143009 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC116-62RIB | - | 306.1 | +| 2 | Unknown | B04J45V | - | 303.9 | +| 3 | Unknown | B13K20Q | - | 291.8 | +| 4 | Unknown | DKC64-21RIB | - | 286.4 | +| 5 | Unknown | DKC114-42RIB | - | 284.5 | + +Top 5 by Yield: DKC116-62RIB (Unknown) 306.1, B04J45V (Unknown) 303.9, B13K20Q (Unknown) 291.8, DKC64-21RIB (Unknown) 286.4, DKC114-42RIB (Unknown) 284.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143012.json b/corpus/lg_plot_reports/lgpr-corn-2024-143012.json new file mode 100644 index 00000000..b2f94d4b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143012.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143012", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Capron", + "year": 2024, + "plot_id": "143012", + "lat": 42.47, + "lng": -88.77, + "cooperator": "Bill Donley", + "salesperson": "Bill Donley", + "planted_date": "2024-05-06", + "harvested_date": "2024-10-16", + "plot_average": 242.0, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P0529Q", + "traits": "", + "metrics": { + "Yield": 271.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG61C21", + "traits": "3110", + "metrics": { + "Yield": 266.3 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P08527V", + "traits": "", + "metrics": { + "Yield": 264.9 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P08075V", + "traits": "", + "metrics": { + "Yield": 261.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG58C73", + "traits": "3110", + "metrics": { + "Yield": 259.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143012" + ], + "fetched_at": "2026-05-27T02:19:15.397534+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143012.md b/corpus/lg_plot_reports/lgpr-corn-2024-143012.md new file mode 100644 index 00000000..25ec4766 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143012.md @@ -0,0 +1,28 @@ +# Corn yield trial — Capron, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Capron +- **Year:** 2024 +- **Plot ID:** 143012 +- **Cooperator:** Bill Donley +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-16 +- **Plot average:** 242.0 BU/Ac +- **Coordinates:** 42.47000, -88.77000 +- **URL:** https://lgseeds.com/performance/corn#plot-143012 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P0529Q | - | 271.5 | +| 2 | LG Seeds | LG61C21 | 3110 | 266.3 | +| 3 | Pioneer | P08527V | - | 264.9 | +| 4 | Pioneer | P08075V | - | 261.1 | +| 5 | LG Seeds | LG58C73 | 3110 | 259.7 | + +Top 5 by Yield: P0529Q (Pioneer) 271.5, LG61C21 (LG Seeds) 266.3, P08527V (Pioneer) 264.9, P08075V (Pioneer) 261.1, LG58C73 (LG Seeds) 259.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143014.json b/corpus/lg_plot_reports/lgpr-corn-2024-143014.json new file mode 100644 index 00000000..190367ad --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143014.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143014", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Melrose", + "year": 2024, + "plot_id": "143014", + "lat": 44.19, + "lng": -90.96, + "cooperator": "Matt Stetzer", + "salesperson": "Matt Stetzer", + "planted_date": "2024-05-12", + "harvested_date": "2024-10-14", + "plot_average": 251.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 283.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 279.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 273.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "K5218D", + "traits": "", + "metrics": { + "Yield": 268.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 265.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143014" + ], + "fetched_at": "2026-05-27T02:18:40.149348+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143014.md b/corpus/lg_plot_reports/lgpr-corn-2024-143014.md new file mode 100644 index 00000000..f6f87356 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143014.md @@ -0,0 +1,28 @@ +# Corn yield trial — Melrose, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Melrose +- **Year:** 2024 +- **Plot ID:** 143014 +- **Cooperator:** Matt Stetzer +- **Planted:** 2024-05-12 +- **Harvested:** 2024-10-14 +- **Plot average:** 251.4 BU/Ac +- **Coordinates:** 44.19000, -90.96000 +- **URL:** https://lgseeds.com/performance/corn#plot-143014 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 283.3 | +| 2 | LG Seeds | LG52C90 | VT2PRO | 279.2 | +| 3 | LG Seeds | LG53C44 | VT2RIB | 273.4 | +| 4 | Unknown | K5218D | - | 268.3 | +| 5 | LG Seeds | LG48C87 | VT2RIB | 265.9 | + +Top 5 by Yield: LG51C62 (LG Seeds) 283.3, LG52C90 (LG Seeds) 279.2, LG53C44 (LG Seeds) 273.4, K5218D (Unknown) 268.3, LG48C87 (LG Seeds) 265.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143016.json b/corpus/lg_plot_reports/lgpr-corn-2024-143016.json new file mode 100644 index 00000000..2aa581d7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143016.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143016", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "North Dakota", + "state_abbrev": "nd", + "city": "Devils Lake", + "year": 2024, + "plot_id": "143016", + "lat": 48.05, + "lng": -98.72, + "cooperator": "North Country Seed", + "salesperson": "North Country Seed", + "planted_date": "2024-05-12", + "harvested_date": "2024-10-19", + "plot_average": 193.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG35C79", + "traits": "VT2RIB", + "metrics": { + "Yield": 222.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG34C14", + "traits": "AA-RN", + "metrics": { + "Yield": 214.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG30C98", + "traits": "VT2RIB", + "metrics": { + "Yield": 210.7 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "73S84VT2PRIB", + "traits": "", + "metrics": { + "Yield": 203.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "3629VT2PRIB", + "traits": "", + "metrics": { + "Yield": 203.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143016" + ], + "fetched_at": "2026-05-27T02:20:36.930216+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143016.md b/corpus/lg_plot_reports/lgpr-corn-2024-143016.md new file mode 100644 index 00000000..c1a7ca48 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143016.md @@ -0,0 +1,28 @@ +# Corn yield trial — Devils Lake, North Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** North Dakota (ND) +- **City:** Devils Lake +- **Year:** 2024 +- **Plot ID:** 143016 +- **Cooperator:** North Country Seed +- **Planted:** 2024-05-12 +- **Harvested:** 2024-10-19 +- **Plot average:** 193.4 BU/Ac +- **Coordinates:** 48.05000, -98.72000 +- **URL:** https://lgseeds.com/performance/corn#plot-143016 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG35C79 | VT2RIB | 222.7 | +| 2 | LG Seeds | LG34C14 | AA-RN | 214.3 | +| 3 | LG Seeds | LG30C98 | VT2RIB | 210.7 | +| 4 | Unknown | 73S84VT2PRIB | - | 203.6 | +| 5 | Unknown | 3629VT2PRIB | - | 203.1 | + +Top 5 by Yield: LG35C79 (LG Seeds) 222.7, LG34C14 (LG Seeds) 214.3, LG30C98 (LG Seeds) 210.7, 73S84VT2PRIB (Unknown) 203.6, 3629VT2PRIB (Unknown) 203.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143018.json b/corpus/lg_plot_reports/lgpr-corn-2024-143018.json new file mode 100644 index 00000000..c82274a6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143018.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143018", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Pelican rapids ", + "year": 2024, + "plot_id": "143018", + "lat": 46.62, + "lng": -96.05, + "cooperator": "Farmer’s Elevator - Pelican Rapids", + "salesperson": "Farmer’s Elevator - Pelican Rapids", + "planted_date": "2024-05-06", + "harvested_date": "2024-10-11", + "plot_average": 205.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "VT2RIB", + "metrics": { + "Yield": 217.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG38C48", + "traits": "VT2PRO", + "metrics": { + "Yield": 216.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "K4108PWE", + "traits": "", + "metrics": { + "Yield": 215.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG37C33", + "traits": "VT2RIB", + "metrics": { + "Yield": 212.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG35C79", + "traits": "VT2RIB", + "metrics": { + "Yield": 210.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143018" + ], + "fetched_at": "2026-05-27T02:20:36.176290+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143018.md b/corpus/lg_plot_reports/lgpr-corn-2024-143018.md new file mode 100644 index 00000000..05ec053d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143018.md @@ -0,0 +1,28 @@ +# Corn yield trial — Pelican rapids , Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Pelican rapids +- **Year:** 2024 +- **Plot ID:** 143018 +- **Cooperator:** Farmer’s Elevator - Pelican Rapids +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-11 +- **Plot average:** 205.7 BU/Ac +- **Coordinates:** 46.62000, -96.05000 +- **URL:** https://lgseeds.com/performance/corn#plot-143018 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG44C27 | VT2RIB | 217.4 | +| 2 | LG Seeds | LG38C48 | VT2PRO | 216.1 | +| 3 | Unknown | K4108PWE | - | 215.3 | +| 4 | LG Seeds | LG37C33 | VT2RIB | 212.7 | +| 5 | LG Seeds | LG35C79 | VT2RIB | 210.7 | + +Top 5 by Yield: LG44C27 (LG Seeds) 217.4, LG38C48 (LG Seeds) 216.1, K4108PWE (Unknown) 215.3, LG37C33 (LG Seeds) 212.7, LG35C79 (LG Seeds) 210.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143021.json b/corpus/lg_plot_reports/lgpr-corn-2024-143021.json new file mode 100644 index 00000000..a4ed0c0f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143021.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143021", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Hays Springs", + "year": 2024, + "plot_id": "143021", + "lat": 42.56862, + "lng": -102.60628, + "cooperator": "Pieper Land & Livestock", + "salesperson": "Pieper Land & Livestock", + "planted_date": "2024-05-08", + "harvested_date": "2024-10-05", + "plot_average": 228.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 253.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2PRO", + "metrics": { + "Yield": 248.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "VT2RIB", + "metrics": { + "Yield": 245.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG45C94", + "traits": "VT2RIB", + "metrics": { + "Yield": 243.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 241.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143021" + ], + "fetched_at": "2026-05-27T02:18:20.883593+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143021.md b/corpus/lg_plot_reports/lgpr-corn-2024-143021.md new file mode 100644 index 00000000..2f615a6c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143021.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hays Springs, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Hays Springs +- **Year:** 2024 +- **Plot ID:** 143021 +- **Cooperator:** Pieper Land & Livestock +- **Planted:** 2024-05-08 +- **Harvested:** 2024-10-05 +- **Plot average:** 228.6 BU/Ac +- **Coordinates:** 42.56862, -102.60628 +- **URL:** https://lgseeds.com/performance/corn#plot-143021 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG42C80 | VT2RIB | 253.6 | +| 2 | LG Seeds | LG46C85 | VT2PRO | 248.1 | +| 3 | LG Seeds | LG44C27 | VT2RIB | 245.3 | +| 4 | LG Seeds | LG45C94 | VT2RIB | 243.2 | +| 5 | LG Seeds | LG48C87 | VT2RIB | 241.6 | + +Top 5 by Yield: LG42C80 (LG Seeds) 253.6, LG46C85 (LG Seeds) 248.1, LG44C27 (LG Seeds) 245.3, LG45C94 (LG Seeds) 243.2, LG48C87 (LG Seeds) 241.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143027.json b/corpus/lg_plot_reports/lgpr-corn-2024-143027.json new file mode 100644 index 00000000..0b174ebf --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143027.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143027", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Hutchinson", + "year": 2024, + "plot_id": "143027", + "lat": 44.93, + "lng": -94.49, + "cooperator": "Keli Seeds Ken Bohn", + "salesperson": "Keli Seeds Ken Bohn", + "planted_date": "2024-05-16", + "harvested_date": "2024-10-23", + "plot_average": 197.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 209.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 207.7 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "4990AM", + "traits": "", + "metrics": { + "Yield": 202.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 202.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 200.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143027" + ], + "fetched_at": "2026-05-27T02:19:51.418887+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143027.md b/corpus/lg_plot_reports/lgpr-corn-2024-143027.md new file mode 100644 index 00000000..1d0a8817 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143027.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hutchinson, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Hutchinson +- **Year:** 2024 +- **Plot ID:** 143027 +- **Cooperator:** Keli Seeds Ken Bohn +- **Planted:** 2024-05-16 +- **Harvested:** 2024-10-23 +- **Plot average:** 197.2 BU/Ac +- **Coordinates:** 44.93000, -94.49000 +- **URL:** https://lgseeds.com/performance/corn#plot-143027 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG53C44 | VT2RIB | 209.6 | +| 2 | LG Seeds | LG51C62 | VT2RIB | 207.7 | +| 3 | Unknown | 4990AM | - | 202.9 | +| 4 | LG Seeds | LG52C90 | VT2PRO | 202.5 | +| 5 | LG Seeds | LG48C87 | VT2RIB | 200.1 | + +Top 5 by Yield: LG53C44 (LG Seeds) 209.6, LG51C62 (LG Seeds) 207.7, 4990AM (Unknown) 202.9, LG52C90 (LG Seeds) 202.5, LG48C87 (LG Seeds) 200.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143028.json b/corpus/lg_plot_reports/lgpr-corn-2024-143028.json new file mode 100644 index 00000000..9aeeaddf --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143028.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143028", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "California", + "state_abbrev": "ca", + "city": "Stockton", + "year": 2024, + "plot_id": "143028", + "lat": 38.03, + "lng": -121.45, + "cooperator": "Klein Family Farms", + "salesperson": "Klein Family Farms", + "planted_date": "2024-05-17", + "harvested_date": "2024-10-15", + "plot_average": 172.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "ES7514", + "traits": "VT2P", + "metrics": { + "Yield": 199.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG5701", + "traits": "VT2RIB", + "metrics": { + "Yield": 180.6 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P1366AM", + "traits": "", + "metrics": { + "Yield": 174.3 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC61-41RIB", + "traits": "", + "metrics": { + "Yield": 173.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STX", + "metrics": { + "Yield": 160.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143028" + ], + "fetched_at": "2026-05-27T02:20:38.451655+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143028.md b/corpus/lg_plot_reports/lgpr-corn-2024-143028.md new file mode 100644 index 00000000..dd8fbcb3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143028.md @@ -0,0 +1,28 @@ +# Corn yield trial — Stockton, California, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** California (CA) +- **City:** Stockton +- **Year:** 2024 +- **Plot ID:** 143028 +- **Cooperator:** Klein Family Farms +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-15 +- **Plot average:** 172.1 BU/Ac +- **Coordinates:** 38.03000, -121.45000 +- **URL:** https://lgseeds.com/performance/corn#plot-143028 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | ES7514 | VT2P | 199.1 | +| 2 | LG Seeds | LG5701 | VT2RIB | 180.6 | +| 3 | Pioneer | P1366AM | - | 174.3 | +| 4 | Unknown | DKC61-41RIB | - | 173.1 | +| 5 | LG Seeds | LG67C27 | STX | 160.0 | + +Top 5 by Yield: ES7514 (LG Seeds) 199.1, LG5701 (LG Seeds) 180.6, P1366AM (Pioneer) 174.3, DKC61-41RIB (Unknown) 173.1, LG67C27 (LG Seeds) 160.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143033.json b/corpus/lg_plot_reports/lgpr-corn-2024-143033.json new file mode 100644 index 00000000..c04b8e74 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143033.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143033", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Cold Spring ", + "year": 2024, + "plot_id": "143033", + "lat": 45.52, + "lng": -94.43, + "cooperator": "Luke Salzer", + "salesperson": "Luke Salzer", + "planted_date": "2024-05-11", + "harvested_date": "2024-10-06", + "plot_average": 229.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG55C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 260.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 256.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LR9495PCE", + "traits": "", + "metrics": { + "Yield": 246.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 242.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "2L192AM", + "traits": "", + "metrics": { + "Yield": 238.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143033" + ], + "fetched_at": "2026-05-27T02:18:30.613729+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143033.md b/corpus/lg_plot_reports/lgpr-corn-2024-143033.md new file mode 100644 index 00000000..ec9766a0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143033.md @@ -0,0 +1,28 @@ +# Corn yield trial — Cold Spring , Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Cold Spring +- **Year:** 2024 +- **Plot ID:** 143033 +- **Cooperator:** Luke Salzer +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-06 +- **Plot average:** 229.7 BU/Ac +- **Coordinates:** 45.52000, -94.43000 +- **URL:** https://lgseeds.com/performance/corn#plot-143033 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG55C32 | SSPRIB | 260.5 | +| 2 | LG Seeds | LG51C62 | VT2RIB | 256.9 | +| 3 | Unknown | LR9495PCE | - | 246.4 | +| 4 | LG Seeds | LG49C28 | VT2RIB | 242.0 | +| 5 | Unknown | 2L192AM | - | 238.1 | + +Top 5 by Yield: LG55C32 (LG Seeds) 260.5, LG51C62 (LG Seeds) 256.9, LR9495PCE (Unknown) 246.4, LG49C28 (LG Seeds) 242.0, 2L192AM (Unknown) 238.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143035.json b/corpus/lg_plot_reports/lgpr-corn-2024-143035.json new file mode 100644 index 00000000..3572fce7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143035.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143035", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Holdingford ", + "year": 2024, + "plot_id": "143035", + "lat": 45.72, + "lng": -94.45, + "cooperator": "Trevor Swanson", + "salesperson": "Trevor Swanson", + "planted_date": "2024-05-10", + "harvested_date": "2024-10-21", + "plot_average": 226.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 265.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "G97B68-DV", + "traits": "", + "metrics": { + "Yield": 261.7 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LR9495PCE", + "traits": "", + "metrics": { + "Yield": 241.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "G98U62-DV", + "traits": "", + "metrics": { + "Yield": 239.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 238.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143035" + ], + "fetched_at": "2026-05-27T02:18:48.621132+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143035.md b/corpus/lg_plot_reports/lgpr-corn-2024-143035.md new file mode 100644 index 00000000..46e736f2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143035.md @@ -0,0 +1,28 @@ +# Corn yield trial — Holdingford , Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Holdingford +- **Year:** 2024 +- **Plot ID:** 143035 +- **Cooperator:** Trevor Swanson +- **Planted:** 2024-05-10 +- **Harvested:** 2024-10-21 +- **Plot average:** 226.1 BU/Ac +- **Coordinates:** 45.72000, -94.45000 +- **URL:** https://lgseeds.com/performance/corn#plot-143035 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 265.7 | +| 2 | Unknown | G97B68-DV | - | 261.7 | +| 3 | Unknown | LR9495PCE | - | 241.9 | +| 4 | Unknown | G98U62-DV | - | 239.2 | +| 5 | LG Seeds | LG42C80 | VT2RIB | 238.4 | + +Top 5 by Yield: LG51C62 (LG Seeds) 265.7, G97B68-DV (Unknown) 261.7, LR9495PCE (Unknown) 241.9, G98U62-DV (Unknown) 239.2, LG42C80 (LG Seeds) 238.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143038.json b/corpus/lg_plot_reports/lgpr-corn-2024-143038.json new file mode 100644 index 00000000..4cb13630 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143038.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143038", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Castana", + "year": 2024, + "plot_id": "143038", + "lat": 42.06, + "lng": -95.83, + "cooperator": "Iowa state research Castana", + "salesperson": "Iowa state research Castana", + "planted_date": "2024-05-17", + "harvested_date": "2024-10-29", + "plot_average": 225.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 249.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 243.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2PRO", + "metrics": { + "Yield": 240.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 234.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 234.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143038" + ], + "fetched_at": "2026-05-27T02:19:36.905274+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143038.md b/corpus/lg_plot_reports/lgpr-corn-2024-143038.md new file mode 100644 index 00000000..f5d6f4d9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143038.md @@ -0,0 +1,28 @@ +# Corn yield trial — Castana, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Castana +- **Year:** 2024 +- **Plot ID:** 143038 +- **Cooperator:** Iowa state research Castana +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-29 +- **Plot average:** 225.1 BU/Ac +- **Coordinates:** 42.06000, -95.83000 +- **URL:** https://lgseeds.com/performance/corn#plot-143038 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG66C44 | VT2RIB | 249.1 | +| 2 | LG Seeds | LG63C32 | SSP | 243.3 | +| 3 | LG Seeds | LG65C30 | VT2PRO | 240.4 | +| 4 | LG Seeds | LG63C82 | DGVT2RIB | 234.3 | +| 5 | LG Seeds | LG64C43 | VT2RIB | 234.2 | + +Top 5 by Yield: LG66C44 (LG Seeds) 249.1, LG63C32 (LG Seeds) 243.3, LG65C30 (LG Seeds) 240.4, LG63C82 (LG Seeds) 234.3, LG64C43 (LG Seeds) 234.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143039.json b/corpus/lg_plot_reports/lgpr-corn-2024-143039.json new file mode 100644 index 00000000..0a5e6e9f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143039.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143039", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Faulkton", + "year": 2024, + "plot_id": "143039", + "lat": 45.10026, + "lng": -99.08862, + "cooperator": "Ryan Melius", + "salesperson": "Ryan Melius", + "planted_date": "2024-05-17", + "harvested_date": "2024-10-22", + "plot_average": 188.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "VT2RIB", + "metrics": { + "Yield": 208.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 207.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2PRO", + "metrics": { + "Yield": 202.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LR9397PCE", + "traits": "", + "metrics": { + "Yield": 200.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2PRO", + "metrics": { + "Yield": 192.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143039" + ], + "fetched_at": "2026-05-27T02:19:09.134182+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143039.md b/corpus/lg_plot_reports/lgpr-corn-2024-143039.md new file mode 100644 index 00000000..8662190f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143039.md @@ -0,0 +1,28 @@ +# Corn yield trial — Faulkton, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Faulkton +- **Year:** 2024 +- **Plot ID:** 143039 +- **Cooperator:** Ryan Melius +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-22 +- **Plot average:** 188.3 BU/Ac +- **Coordinates:** 45.10026, -99.08862 +- **URL:** https://lgseeds.com/performance/corn#plot-143039 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG47C77 | VT2RIB | 208.1 | +| 2 | LG Seeds | LG51C62 | VT2RIB | 207.2 | +| 3 | LG Seeds | LG46C85 | VT2PRO | 202.9 | +| 4 | Unknown | LR9397PCE | - | 200.6 | +| 5 | LG Seeds | LG43C50 | VT2PRO | 192.2 | + +Top 5 by Yield: LG47C77 (LG Seeds) 208.1, LG51C62 (LG Seeds) 207.2, LG46C85 (LG Seeds) 202.9, LR9397PCE (Unknown) 200.6, LG43C50 (LG Seeds) 192.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143040.json b/corpus/lg_plot_reports/lgpr-corn-2024-143040.json new file mode 100644 index 00000000..35f35dea --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143040.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143040", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Monticello", + "year": 2024, + "plot_id": "143040", + "lat": 42.16, + "lng": -91.23, + "cooperator": "Randy Toenjes", + "salesperson": "Randy Toenjes", + "planted_date": "2024-05-17", + "harvested_date": "2024-10-14", + "plot_average": 267.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 283.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 280.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 279.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 277.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG57C45", + "traits": "SSP", + "metrics": { + "Yield": 273.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143040" + ], + "fetched_at": "2026-05-27T02:18:06.113075+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143040.md b/corpus/lg_plot_reports/lgpr-corn-2024-143040.md new file mode 100644 index 00000000..3a54d0ee --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143040.md @@ -0,0 +1,28 @@ +# Corn yield trial — Monticello, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Monticello +- **Year:** 2024 +- **Plot ID:** 143040 +- **Cooperator:** Randy Toenjes +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-14 +- **Plot average:** 267.7 BU/Ac +- **Coordinates:** 42.16000, -91.23000 +- **URL:** https://lgseeds.com/performance/corn#plot-143040 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C82 | DGVT2RIB | 283.0 | +| 2 | LG Seeds | LG61C34 | STXRIB | 280.0 | +| 3 | LG Seeds | LG56C25 | SSPRIB | 279.3 | +| 4 | LG Seeds | LG63C54 | PCE | 277.8 | +| 5 | LG Seeds | LG57C45 | SSP | 273.2 | + +Top 5 by Yield: LG63C82 (LG Seeds) 283.0, LG61C34 (LG Seeds) 280.0, LG56C25 (LG Seeds) 279.3, LG63C54 (LG Seeds) 277.8, LG57C45 (LG Seeds) 273.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143045.json b/corpus/lg_plot_reports/lgpr-corn-2024-143045.json new file mode 100644 index 00000000..41015f40 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143045.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143045", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Shabbona", + "year": 2024, + "plot_id": "143045", + "lat": 41.77599, + "lng": -88.82865, + "cooperator": "Morgan Buchholz", + "salesperson": "Morgan Buchholz", + "planted_date": "2024-05-13", + "harvested_date": "2024-10-06", + "plot_average": 270.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 283.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 280.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 270.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG57C45", + "traits": "SSP", + "metrics": { + "Yield": 267.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG60C86", + "traits": "5222EZ", + "metrics": { + "Yield": 264.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143045" + ], + "fetched_at": "2026-05-27T02:20:18.172951+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143045.md b/corpus/lg_plot_reports/lgpr-corn-2024-143045.md new file mode 100644 index 00000000..e43a451d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143045.md @@ -0,0 +1,28 @@ +# Corn yield trial — Shabbona, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Shabbona +- **Year:** 2024 +- **Plot ID:** 143045 +- **Cooperator:** Morgan Buchholz +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-06 +- **Plot average:** 270.8 BU/Ac +- **Coordinates:** 41.77599, -88.82865 +- **URL:** https://lgseeds.com/performance/corn#plot-143045 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | SSP | 283.2 | +| 2 | LG Seeds | LG61C34 | STXRIB | 280.7 | +| 3 | LG Seeds | LG59C72 | 5222EZ | 270.0 | +| 4 | LG Seeds | LG57C45 | SSP | 267.9 | +| 5 | LG Seeds | LG60C86 | 5222EZ | 264.3 | + +Top 5 by Yield: LG63C32 (LG Seeds) 283.2, LG61C34 (LG Seeds) 280.7, LG59C72 (LG Seeds) 270.0, LG57C45 (LG Seeds) 267.9, LG60C86 (LG Seeds) 264.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143052.json b/corpus/lg_plot_reports/lgpr-corn-2024-143052.json new file mode 100644 index 00000000..ba64a14d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143052.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143052", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Belden", + "year": 2024, + "plot_id": "143052", + "lat": 42.41, + "lng": -97.21, + "cooperator": "Lathan Ohlrich", + "salesperson": "Lathan Ohlrich ", + "planted_date": "2024-05-17", + "harvested_date": "2024-10-11", + "plot_average": 207.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C73", + "traits": "3110", + "metrics": { + "Yield": 234.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG62C22", + "traits": "VT2RIB", + "metrics": { + "Yield": 226.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG57C45", + "traits": "SSP", + "metrics": { + "Yield": 223.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 222.3 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P1170AM", + "traits": "", + "metrics": { + "Yield": 213.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143052" + ], + "fetched_at": "2026-05-27T02:20:30.176409+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143052.md b/corpus/lg_plot_reports/lgpr-corn-2024-143052.md new file mode 100644 index 00000000..0bd6754c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143052.md @@ -0,0 +1,29 @@ +# Corn yield trial — Belden, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Belden +- **Year:** 2024 +- **Plot ID:** 143052 +- **Cooperator:** Lathan Ohlrich +- **Salesperson:** Lathan Ohlrich +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-11 +- **Plot average:** 207.6 BU/Ac +- **Coordinates:** 42.41000, -97.21000 +- **URL:** https://lgseeds.com/performance/corn#plot-143052 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C73 | 3110 | 234.1 | +| 2 | LG Seeds | LG62C22 | VT2RIB | 226.9 | +| 3 | LG Seeds | LG57C45 | SSP | 223.5 | +| 4 | LG Seeds | LG56C25 | SSPRIB | 222.3 | +| 5 | Pioneer | P1170AM | - | 213.8 | + +Top 5 by Yield: LG58C73 (LG Seeds) 234.1, LG62C22 (LG Seeds) 226.9, LG57C45 (LG Seeds) 223.5, LG56C25 (LG Seeds) 222.3, P1170AM (Pioneer) 213.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143054.json b/corpus/lg_plot_reports/lgpr-corn-2024-143054.json new file mode 100644 index 00000000..d29846c7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143054.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143054", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Breda", + "year": 2024, + "plot_id": "143054", + "lat": 42.19, + "lng": -94.97, + "cooperator": "Jason Tiefenthaler", + "salesperson": "Jason Tiefenthaler ", + "planted_date": "2024-05-17", + "harvested_date": "2024-10-15", + "plot_average": 242.1, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "214-78DGVT2PRIB", + "traits": "", + "metrics": { + "Yield": 260.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "211-11VT2PRIB", + "traits": "", + "metrics": { + "Yield": 258.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "207-87VT2RIB", + "traits": "", + "metrics": { + "Yield": 256.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "Unknown", + "traits": "", + "metrics": { + "Yield": 252.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "210-08VT2PRIB", + "traits": "", + "metrics": { + "Yield": 251.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143054" + ], + "fetched_at": "2026-05-27T02:18:59.617268+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143054.md b/corpus/lg_plot_reports/lgpr-corn-2024-143054.md new file mode 100644 index 00000000..64ff804b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143054.md @@ -0,0 +1,29 @@ +# Corn yield trial — Breda, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Breda +- **Year:** 2024 +- **Plot ID:** 143054 +- **Cooperator:** Jason Tiefenthaler +- **Salesperson:** Jason Tiefenthaler +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-15 +- **Plot average:** 242.1 BU/Ac +- **Coordinates:** 42.19000, -94.97000 +- **URL:** https://lgseeds.com/performance/corn#plot-143054 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 214-78DGVT2PRIB | - | 260.4 | +| 2 | Unknown | 211-11VT2PRIB | - | 258.9 | +| 3 | Unknown | 207-87VT2RIB | - | 256.1 | +| 4 | Unknown | Unknown | - | 252.5 | +| 5 | Unknown | 210-08VT2PRIB | - | 251.7 | + +Top 5 by Yield: 214-78DGVT2PRIB (Unknown) 260.4, 211-11VT2PRIB (Unknown) 258.9, 207-87VT2RIB (Unknown) 256.1, Unknown (Unknown) 252.5, 210-08VT2PRIB (Unknown) 251.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143057.json b/corpus/lg_plot_reports/lgpr-corn-2024-143057.json new file mode 100644 index 00000000..ef690ef3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143057.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143057", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Dover", + "year": 2024, + "plot_id": "143057", + "lat": 44.02, + "lng": -92.16, + "cooperator": "John Bedtke", + "salesperson": "John Bedtke", + "planted_date": "2024-05-17", + "harvested_date": "2024-10-22", + "plot_average": 250.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 265.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LC511-21SSX", + "traits": "", + "metrics": { + "Yield": 262.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2PRO", + "metrics": { + "Yield": 261.0 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P0404AM", + "traits": "", + "metrics": { + "Yield": 260.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC101-33RIB", + "traits": "", + "metrics": { + "Yield": 257.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143057" + ], + "fetched_at": "2026-05-27T02:20:11.653973+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143057.md b/corpus/lg_plot_reports/lgpr-corn-2024-143057.md new file mode 100644 index 00000000..cc261a48 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143057.md @@ -0,0 +1,28 @@ +# Corn yield trial — Dover, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Dover +- **Year:** 2024 +- **Plot ID:** 143057 +- **Cooperator:** John Bedtke +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-22 +- **Plot average:** 250.7 BU/Ac +- **Coordinates:** 44.02000, -92.16000 +- **URL:** https://lgseeds.com/performance/corn#plot-143057 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 265.5 | +| 2 | Unknown | LC511-21SSX | - | 262.2 | +| 3 | LG Seeds | LG46C85 | VT2PRO | 261.0 | +| 4 | Pioneer | P0404AM | - | 260.0 | +| 5 | Unknown | DKC101-33RIB | - | 257.9 | + +Top 5 by Yield: LG51C62 (LG Seeds) 265.5, LC511-21SSX (Unknown) 262.2, LG46C85 (LG Seeds) 261.0, P0404AM (Pioneer) 260.0, DKC101-33RIB (Unknown) 257.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143060.json b/corpus/lg_plot_reports/lgpr-corn-2024-143060.json new file mode 100644 index 00000000..0d7c645e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143060.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143060", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Howells ", + "year": 2024, + "plot_id": "143060", + "lat": 41.71, + "lng": -97.04, + "cooperator": "Bayer Farms", + "salesperson": "Bayer Farms", + "planted_date": "2024-05-17", + "harvested_date": "2024-10-10", + "plot_average": 214.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 234.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 232.7 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "H6182", + "traits": "", + "metrics": { + "Yield": 229.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 228.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "3110", + "metrics": { + "Yield": 224.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143060" + ], + "fetched_at": "2026-05-27T02:20:29.424467+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143060.md b/corpus/lg_plot_reports/lgpr-corn-2024-143060.md new file mode 100644 index 00000000..097e63b4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143060.md @@ -0,0 +1,28 @@ +# Corn yield trial — Howells , Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Howells +- **Year:** 2024 +- **Plot ID:** 143060 +- **Cooperator:** Bayer Farms +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-10 +- **Plot average:** 214.8 BU/Ac +- **Coordinates:** 41.71000, -97.04000 +- **URL:** https://lgseeds.com/performance/corn#plot-143060 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG66C44 | VT2RIB | 234.8 | +| 2 | LG Seeds | LG63C82 | DGVT2RIB | 232.7 | +| 3 | Unknown | H6182 | - | 229.2 | +| 4 | LG Seeds | LG60C05 | 3110 | 228.3 | +| 5 | LG Seeds | LG61C28 | 3110 | 224.9 | + +Top 5 by Yield: LG66C44 (LG Seeds) 234.8, LG63C82 (LG Seeds) 232.7, H6182 (Unknown) 229.2, LG60C05 (LG Seeds) 228.3, LG61C28 (LG Seeds) 224.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143065.json b/corpus/lg_plot_reports/lgpr-corn-2024-143065.json new file mode 100644 index 00000000..c230110b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143065.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143065", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Prairieburg", + "year": 2024, + "plot_id": "143065", + "lat": 42.25, + "lng": -91.42, + "cooperator": "Greif Farms", + "salesperson": "Greif Farms", + "planted_date": "2024-05-17", + "harvested_date": "2024-10-15", + "plot_average": 254.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 283.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 282.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 277.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 275.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "K5836PWE", + "traits": "", + "metrics": { + "Yield": 272.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143065" + ], + "fetched_at": "2026-05-27T02:19:37.144340+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143065.md b/corpus/lg_plot_reports/lgpr-corn-2024-143065.md new file mode 100644 index 00000000..329abc89 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143065.md @@ -0,0 +1,28 @@ +# Corn yield trial — Prairieburg, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Prairieburg +- **Year:** 2024 +- **Plot ID:** 143065 +- **Cooperator:** Greif Farms +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-15 +- **Plot average:** 254.6 BU/Ac +- **Coordinates:** 42.25000, -91.42000 +- **URL:** https://lgseeds.com/performance/corn#plot-143065 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C54 | PCE | 283.3 | +| 2 | LG Seeds | LG64C43 | VT2RIB | 282.5 | +| 3 | LG Seeds | LG63C82 | DGVT2RIB | 277.6 | +| 4 | LG Seeds | LG62C73 | VT2PRO | 275.5 | +| 5 | Unknown | K5836PWE | - | 272.1 | + +Top 5 by Yield: LG63C54 (LG Seeds) 283.3, LG64C43 (LG Seeds) 282.5, LG63C82 (LG Seeds) 277.6, LG62C73 (LG Seeds) 275.5, K5836PWE (Unknown) 272.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143075.json b/corpus/lg_plot_reports/lgpr-corn-2024-143075.json new file mode 100644 index 00000000..5744fc76 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143075.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143075", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Huron", + "year": 2024, + "plot_id": "143075", + "lat": 44.46, + "lng": -98.09, + "cooperator": "Richard Glanzer", + "salesperson": "Richard Glanzer", + "planted_date": "2024-05-15", + "harvested_date": "2024-10-15", + "plot_average": 192.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2PRO", + "metrics": { + "Yield": 205.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 204.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 200.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 200.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 199.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143075" + ], + "fetched_at": "2026-05-27T02:19:54.650645+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143075.md b/corpus/lg_plot_reports/lgpr-corn-2024-143075.md new file mode 100644 index 00000000..b7b7b00c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143075.md @@ -0,0 +1,28 @@ +# Corn yield trial — Huron, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Huron +- **Year:** 2024 +- **Plot ID:** 143075 +- **Cooperator:** Richard Glanzer +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-15 +- **Plot average:** 192.9 BU/Ac +- **Coordinates:** 44.46000, -98.09000 +- **URL:** https://lgseeds.com/performance/corn#plot-143075 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG46C85 | VT2PRO | 205.5 | +| 2 | LG Seeds | LG56C25 | SSPRIB | 204.3 | +| 3 | LG Seeds | LG49C28 | VT2RIB | 200.5 | +| 4 | LG Seeds | LG52C90 | VT2PRO | 200.0 | +| 5 | LG Seeds | LG48C87 | VT2RIB | 199.3 | + +Top 5 by Yield: LG46C85 (LG Seeds) 205.5, LG56C25 (LG Seeds) 204.3, LG49C28 (LG Seeds) 200.5, LG52C90 (LG Seeds) 200.0, LG48C87 (LG Seeds) 199.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143091.json b/corpus/lg_plot_reports/lgpr-corn-2024-143091.json new file mode 100644 index 00000000..b51b66b5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143091.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143091", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Bellwood", + "year": 2024, + "plot_id": "143091", + "lat": 41.32, + "lng": -97.34, + "cooperator": "Pete C Schmit & Sons", + "salesperson": "Pete C Schmit & Sons", + "planted_date": "2024-05-18", + "harvested_date": "2024-10-22", + "plot_average": 291.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C52", + "traits": "TRCRIB", + "metrics": { + "Yield": 314.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 310.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 308.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 307.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG65C14", + "traits": "TRCRIB", + "metrics": { + "Yield": 306.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143091" + ], + "fetched_at": "2026-05-27T02:20:30.434959+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143091.md b/corpus/lg_plot_reports/lgpr-corn-2024-143091.md new file mode 100644 index 00000000..7e68daa1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143091.md @@ -0,0 +1,28 @@ +# Corn yield trial — Bellwood, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Bellwood +- **Year:** 2024 +- **Plot ID:** 143091 +- **Cooperator:** Pete C Schmit & Sons +- **Planted:** 2024-05-18 +- **Harvested:** 2024-10-22 +- **Plot average:** 291.2 BU/Ac +- **Coordinates:** 41.32000, -97.34000 +- **URL:** https://lgseeds.com/performance/corn#plot-143091 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C52 | TRCRIB | 314.1 | +| 2 | LG Seeds | LG63C32 | SSP | 310.1 | +| 3 | LG Seeds | LG61C34 | STXRIB | 308.6 | +| 4 | LG Seeds | LG63C82 | DGVT2RIB | 307.8 | +| 5 | LG Seeds | LG65C14 | TRCRIB | 306.0 | + +Top 5 by Yield: LG62C52 (LG Seeds) 314.1, LG63C32 (LG Seeds) 310.1, LG61C34 (LG Seeds) 308.6, LG63C82 (LG Seeds) 307.8, LG65C14 (LG Seeds) 306.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143115.json b/corpus/lg_plot_reports/lgpr-corn-2024-143115.json new file mode 100644 index 00000000..3ffb970a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143115.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143115", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Viroqua", + "year": 2024, + "plot_id": "143115", + "lat": 43.46, + "lng": -91.03, + "cooperator": "Jack Walleser", + "salesperson": "Jack Walleser", + "planted_date": "2024-05-12", + "harvested_date": "2024-10-21", + "plot_average": 215.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C42", + "traits": "VT2RIB", + "metrics": { + "Yield": 247.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG56C78", + "traits": "DV-RN", + "metrics": { + "Yield": 243.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "T096-33PCE", + "traits": "", + "metrics": { + "Yield": 238.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 230.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 228.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143115" + ], + "fetched_at": "2026-05-27T02:19:55.919472+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143115.md b/corpus/lg_plot_reports/lgpr-corn-2024-143115.md new file mode 100644 index 00000000..dce9142e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143115.md @@ -0,0 +1,28 @@ +# Corn yield trial — Viroqua, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Viroqua +- **Year:** 2024 +- **Plot ID:** 143115 +- **Cooperator:** Jack Walleser +- **Planted:** 2024-05-12 +- **Harvested:** 2024-10-21 +- **Plot average:** 215.6 BU/Ac +- **Coordinates:** 43.46000, -91.03000 +- **URL:** https://lgseeds.com/performance/corn#plot-143115 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C42 | VT2RIB | 247.5 | +| 2 | LG Seeds | LG56C78 | DV-RN | 243.8 | +| 3 | Unknown | T096-33PCE | - | 238.9 | +| 4 | LG Seeds | LG49C28 | VT2RIB | 230.2 | +| 5 | LG Seeds | LG52C90 | VT2PRO | 228.9 | + +Top 5 by Yield: LG52C42 (LG Seeds) 247.5, LG56C78 (LG Seeds) 243.8, T096-33PCE (Unknown) 238.9, LG49C28 (LG Seeds) 230.2, LG52C90 (LG Seeds) 228.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143116.json b/corpus/lg_plot_reports/lgpr-corn-2024-143116.json new file mode 100644 index 00000000..a2c4f245 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143116.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143116", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Lanark", + "year": 2024, + "plot_id": "143116", + "lat": 42.08, + "lng": -89.8, + "cooperator": "Brenden Schultz", + "salesperson": "Brenden Schultz", + "planted_date": "2024-05-12", + "harvested_date": "2024-10-17", + "plot_average": 253.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2PRO", + "metrics": { + "Yield": 282.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "K5218D", + "traits": "", + "metrics": { + "Yield": 279.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 270.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2PRO", + "metrics": { + "Yield": 270.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 268.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143116" + ], + "fetched_at": "2026-05-27T02:20:25.172818+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143116.md b/corpus/lg_plot_reports/lgpr-corn-2024-143116.md new file mode 100644 index 00000000..86818dbb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143116.md @@ -0,0 +1,28 @@ +# Corn yield trial — Lanark, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Lanark +- **Year:** 2024 +- **Plot ID:** 143116 +- **Cooperator:** Brenden Schultz +- **Planted:** 2024-05-12 +- **Harvested:** 2024-10-17 +- **Plot average:** 253.4 BU/Ac +- **Coordinates:** 42.08000, -89.80000 +- **URL:** https://lgseeds.com/performance/corn#plot-143116 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C82 | DGVT2PRO | 282.3 | +| 2 | Unknown | K5218D | - | 279.7 | +| 3 | LG Seeds | LG62C73 | VT2PRO | 270.7 | +| 4 | LG Seeds | LG64C43 | VT2PRO | 270.5 | +| 5 | LG Seeds | LG63C32 | SSP | 268.4 | + +Top 5 by Yield: LG63C82 (LG Seeds) 282.3, K5218D (Unknown) 279.7, LG62C73 (LG Seeds) 270.7, LG64C43 (LG Seeds) 270.5, LG63C32 (LG Seeds) 268.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143121.json b/corpus/lg_plot_reports/lgpr-corn-2024-143121.json new file mode 100644 index 00000000..a3abdacb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143121.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143121", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Fall Creek", + "year": 2024, + "plot_id": "143121", + "lat": 44.75, + "lng": -91.29, + "cooperator": "Dean Klingbeil", + "salesperson": "Dean Klingbeil", + "planted_date": "2024-05-13", + "harvested_date": "2024-10-26", + "plot_average": 215.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DS-3022AM", + "traits": "", + "metrics": { + "Yield": 234.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DS-3730V", + "traits": "", + "metrics": { + "Yield": 231.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DS-3159AM", + "traits": "", + "metrics": { + "Yield": 228.6 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DS-3601Q", + "traits": "", + "metrics": { + "Yield": 226.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "K4108PWE", + "traits": "", + "metrics": { + "Yield": 224.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143121" + ], + "fetched_at": "2026-05-27T02:19:26.403339+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143121.md b/corpus/lg_plot_reports/lgpr-corn-2024-143121.md new file mode 100644 index 00000000..7230ca66 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143121.md @@ -0,0 +1,28 @@ +# Corn yield trial — Fall Creek, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Fall Creek +- **Year:** 2024 +- **Plot ID:** 143121 +- **Cooperator:** Dean Klingbeil +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-26 +- **Plot average:** 215.7 BU/Ac +- **Coordinates:** 44.75000, -91.29000 +- **URL:** https://lgseeds.com/performance/corn#plot-143121 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DS-3022AM | - | 234.4 | +| 2 | Unknown | DS-3730V | - | 231.6 | +| 3 | Unknown | DS-3159AM | - | 228.6 | +| 4 | Unknown | DS-3601Q | - | 226.5 | +| 5 | Unknown | K4108PWE | - | 224.2 | + +Top 5 by Yield: DS-3022AM (Unknown) 234.4, DS-3730V (Unknown) 231.6, DS-3159AM (Unknown) 228.6, DS-3601Q (Unknown) 226.5, K4108PWE (Unknown) 224.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143125.json b/corpus/lg_plot_reports/lgpr-corn-2024-143125.json new file mode 100644 index 00000000..69b722a8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143125.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143125", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Eau Claire", + "year": 2024, + "plot_id": "143125", + "lat": 44.73, + "lng": -91.65, + "cooperator": "Don Jaquish", + "salesperson": "Don Jaquish", + "planted_date": "2024-05-15", + "harvested_date": "2024-11-01", + "plot_average": 212.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "201-40VT4RIB", + "traits": "", + "metrics": { + "Yield": 241.22 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "203-40VT4PRIB", + "traits": "", + "metrics": { + "Yield": 234.04 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P0529Q", + "traits": "", + "metrics": { + "Yield": 232.86 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "205-40VT4PRIB", + "traits": "", + "metrics": { + "Yield": 232.23 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 230.21 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143125" + ], + "fetched_at": "2026-05-27T02:18:52.617949+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143125.md b/corpus/lg_plot_reports/lgpr-corn-2024-143125.md new file mode 100644 index 00000000..f830c3d1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143125.md @@ -0,0 +1,28 @@ +# Corn yield trial — Eau Claire, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Eau Claire +- **Year:** 2024 +- **Plot ID:** 143125 +- **Cooperator:** Don Jaquish +- **Planted:** 2024-05-15 +- **Harvested:** 2024-11-01 +- **Plot average:** 212.7 BU/Ac +- **Coordinates:** 44.73000, -91.65000 +- **URL:** https://lgseeds.com/performance/corn#plot-143125 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 201-40VT4RIB | - | 241.22 | +| 2 | Unknown | 203-40VT4PRIB | - | 234.04 | +| 3 | Pioneer | P0529Q | - | 232.86 | +| 4 | Unknown | 205-40VT4PRIB | - | 232.23 | +| 5 | LG Seeds | LG51C62 | VT2RIB | 230.21 | + +Top 5 by Yield: 201-40VT4RIB (Unknown) 241.22, 203-40VT4PRIB (Unknown) 234.04, P0529Q (Pioneer) 232.86, 205-40VT4PRIB (Unknown) 232.23, LG51C62 (LG Seeds) 230.21. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143131.json b/corpus/lg_plot_reports/lgpr-corn-2024-143131.json new file mode 100644 index 00000000..19e07cbb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143131.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143131", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Lexington", + "year": 2024, + "plot_id": "143131", + "lat": 40.78484, + "lng": -99.80587, + "cooperator": "Margritz Ag, Inc.", + "salesperson": "Margritz Ag, Inc.", + "planted_date": "2024-05-17", + "harvested_date": "2024-11-22", + "plot_average": 225.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STXRIB", + "metrics": { + "Yield": 235.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 235.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 233.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Yield": 231.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 227.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143131" + ], + "fetched_at": "2026-05-27T02:18:38.394964+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143131.md b/corpus/lg_plot_reports/lgpr-corn-2024-143131.md new file mode 100644 index 00000000..02ef9359 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143131.md @@ -0,0 +1,28 @@ +# Corn yield trial — Lexington, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Lexington +- **Year:** 2024 +- **Plot ID:** 143131 +- **Cooperator:** Margritz Ag, Inc. +- **Planted:** 2024-05-17 +- **Harvested:** 2024-11-22 +- **Plot average:** 225.9 BU/Ac +- **Coordinates:** 40.78484, -99.80587 +- **URL:** https://lgseeds.com/performance/corn#plot-143131 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C90 | STXRIB | 235.4 | +| 2 | LG Seeds | LG61C34 | STXRIB | 235.1 | +| 3 | LG Seeds | LG63C54 | PCE | 233.3 | +| 4 | LG Seeds | LG67C27 | STXRIB | 231.5 | +| 5 | LG Seeds | LG64C43 | VT2RIB | 227.9 | + +Top 5 by Yield: LG64C90 (LG Seeds) 235.4, LG61C34 (LG Seeds) 235.1, LG63C54 (LG Seeds) 233.3, LG67C27 (LG Seeds) 231.5, LG64C43 (LG Seeds) 227.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143132.json b/corpus/lg_plot_reports/lgpr-corn-2024-143132.json new file mode 100644 index 00000000..5c3773e5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143132.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143132", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kentucky", + "state_abbrev": "ky", + "city": "Bowling Green", + "year": 2024, + "plot_id": "143132", + "lat": 36.93, + "lng": -86.46, + "cooperator": "Western Kentucky University", + "salesperson": "Western Kentucky University", + "planted_date": "2024-05-20", + "harvested_date": "2024-10-07", + "plot_average": 194.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C21", + "traits": "3110", + "metrics": { + "Yield": 219.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 210.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2PRO", + "metrics": { + "Yield": 202.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 198.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG61C48", + "traits": "VT2PRO", + "metrics": { + "Yield": 192.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143132" + ], + "fetched_at": "2026-05-27T02:20:03.420461+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143132.md b/corpus/lg_plot_reports/lgpr-corn-2024-143132.md new file mode 100644 index 00000000..eb3ce0fc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143132.md @@ -0,0 +1,28 @@ +# Corn yield trial — Bowling Green, Kentucky, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kentucky (KY) +- **City:** Bowling Green +- **Year:** 2024 +- **Plot ID:** 143132 +- **Cooperator:** Western Kentucky University +- **Planted:** 2024-05-20 +- **Harvested:** 2024-10-07 +- **Plot average:** 194.1 BU/Ac +- **Coordinates:** 36.93000, -86.46000 +- **URL:** https://lgseeds.com/performance/corn#plot-143132 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C21 | 3110 | 219.4 | +| 2 | LG Seeds | LG60C05 | 3110 | 210.2 | +| 3 | LG Seeds | LG66C44 | VT2PRO | 202.1 | +| 4 | LG Seeds | LG67C07 | VT2PRO | 198.7 | +| 5 | LG Seeds | LG61C48 | VT2PRO | 192.6 | + +Top 5 by Yield: LG61C21 (LG Seeds) 219.4, LG60C05 (LG Seeds) 210.2, LG66C44 (LG Seeds) 202.1, LG67C07 (LG Seeds) 198.7, LG61C48 (LG Seeds) 192.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143135.json b/corpus/lg_plot_reports/lgpr-corn-2024-143135.json new file mode 100644 index 00000000..c2eb65f3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143135.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143135", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "South Haven", + "year": 2024, + "plot_id": "143135", + "lat": 45.2868, + "lng": -94.19633, + "cooperator": "Muehring Seed", + "salesperson": "Muehring Seed", + "planted_date": "2024-05-15", + "harvested_date": "2024-11-12", + "plot_average": 163.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "5077VT2P", + "traits": "", + "metrics": { + "Yield": 198.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 197.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "K4108PWE", + "traits": "", + "metrics": { + "Yield": 185.6 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "G98B99-AA", + "traits": "", + "metrics": { + "Yield": 181.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "VT2RIB", + "metrics": { + "Yield": 180.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143135" + ], + "fetched_at": "2026-05-27T02:19:17.872594+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143135.md b/corpus/lg_plot_reports/lgpr-corn-2024-143135.md new file mode 100644 index 00000000..d65b3bba --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143135.md @@ -0,0 +1,28 @@ +# Corn yield trial — South Haven, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** South Haven +- **Year:** 2024 +- **Plot ID:** 143135 +- **Cooperator:** Muehring Seed +- **Planted:** 2024-05-15 +- **Harvested:** 2024-11-12 +- **Plot average:** 163.7 BU/Ac +- **Coordinates:** 45.28680, -94.19633 +- **URL:** https://lgseeds.com/performance/corn#plot-143135 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 5077VT2P | - | 198.1 | +| 2 | LG Seeds | LG49C28 | VT2RIB | 197.0 | +| 3 | Unknown | K4108PWE | - | 185.6 | +| 4 | Unknown | G98B99-AA | - | 181.0 | +| 5 | LG Seeds | LG44C27 | VT2RIB | 180.7 | + +Top 5 by Yield: 5077VT2P (Unknown) 198.1, LG49C28 (LG Seeds) 197.0, K4108PWE (Unknown) 185.6, G98B99-AA (Unknown) 181.0, LG44C27 (LG Seeds) 180.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143137.json b/corpus/lg_plot_reports/lgpr-corn-2024-143137.json new file mode 100644 index 00000000..85910a15 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143137.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143137", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Wilmington ", + "year": 2024, + "plot_id": "143137", + "lat": 41.28, + "lng": -88.11, + "cooperator": "Steve Issert", + "salesperson": "Steve Issert ", + "planted_date": "2024-05-20", + "harvested_date": "2024-10-18", + "plot_average": 256.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 283.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 279.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 271.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG61C21", + "traits": "3110", + "metrics": { + "Yield": 257.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 251.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143137" + ], + "fetched_at": "2026-05-27T02:19:07.398013+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143137.md b/corpus/lg_plot_reports/lgpr-corn-2024-143137.md new file mode 100644 index 00000000..440c9e9d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143137.md @@ -0,0 +1,29 @@ +# Corn yield trial — Wilmington , Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Wilmington +- **Year:** 2024 +- **Plot ID:** 143137 +- **Cooperator:** Steve Issert +- **Salesperson:** Steve Issert +- **Planted:** 2024-05-20 +- **Harvested:** 2024-10-18 +- **Plot average:** 256.8 BU/Ac +- **Coordinates:** 41.28000, -88.11000 +- **URL:** https://lgseeds.com/performance/corn#plot-143137 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C54 | PCE | 283.4 | +| 2 | LG Seeds | LG62C73 | VT2PRO | 279.2 | +| 3 | LG Seeds | LG63C32 | SSP | 271.7 | +| 4 | LG Seeds | LG61C21 | 3110 | 257.5 | +| 5 | LG Seeds | LG58C48 | VT2RIB | 251.0 | + +Top 5 by Yield: LG63C54 (LG Seeds) 283.4, LG62C73 (LG Seeds) 279.2, LG63C32 (LG Seeds) 271.7, LG61C21 (LG Seeds) 257.5, LG58C48 (LG Seeds) 251.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143138.json b/corpus/lg_plot_reports/lgpr-corn-2024-143138.json new file mode 100644 index 00000000..34ab25cd --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143138.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143138", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Aledo", + "year": 2024, + "plot_id": "143138", + "lat": 41.2, + "lng": -90.66, + "cooperator": "Paul Young", + "salesperson": "Paul Young", + "planted_date": "2024-04-23", + "harvested_date": "2024-10-05", + "plot_average": 293.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B13C49PCE", + "traits": "", + "metrics": { + "Yield": 313.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B10Y21V", + "traits": "", + "metrics": { + "Yield": 312.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 309.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B11M47PCE", + "traits": "", + "metrics": { + "Yield": 307.9 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "MW14-60TRERIB", + "traits": "", + "metrics": { + "Yield": 299.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143138" + ], + "fetched_at": "2026-05-27T02:18:32.603708+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143138.md b/corpus/lg_plot_reports/lgpr-corn-2024-143138.md new file mode 100644 index 00000000..24db3a1d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143138.md @@ -0,0 +1,28 @@ +# Corn yield trial — Aledo, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Aledo +- **Year:** 2024 +- **Plot ID:** 143138 +- **Cooperator:** Paul Young +- **Planted:** 2024-04-23 +- **Harvested:** 2024-10-05 +- **Plot average:** 293.7 BU/Ac +- **Coordinates:** 41.20000, -90.66000 +- **URL:** https://lgseeds.com/performance/corn#plot-143138 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B13C49PCE | - | 313.4 | +| 2 | Unknown | B10Y21V | - | 312.8 | +| 3 | LG Seeds | LG63C54 | PCE | 309.1 | +| 4 | Unknown | B11M47PCE | - | 307.9 | +| 5 | Unknown | MW14-60TRERIB | - | 299.2 | + +Top 5 by Yield: B13C49PCE (Unknown) 313.4, B10Y21V (Unknown) 312.8, LG63C54 (LG Seeds) 309.1, B11M47PCE (Unknown) 307.9, MW14-60TRERIB (Unknown) 299.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143155.json b/corpus/lg_plot_reports/lgpr-corn-2024-143155.json new file mode 100644 index 00000000..9f0ceb4b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143155.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143155", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Verona", + "year": 2024, + "plot_id": "143155", + "lat": 42.91136, + "lng": -89.64736, + "cooperator": "Hanna Ag, LLC", + "salesperson": "Hanna Ag, LLC", + "planted_date": "2024-05-19", + "harvested_date": "2024-11-09", + "plot_average": 263.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 289.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "A630-04AA-RN", + "traits": "", + "metrics": { + "Yield": 288.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "D41TC74", + "traits": "", + "metrics": { + "Yield": 284.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VTPRO", + "metrics": { + "Yield": 268.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG56C78", + "traits": "3110", + "metrics": { + "Yield": 268.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143155" + ], + "fetched_at": "2026-05-27T02:19:00.633175+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143155.md b/corpus/lg_plot_reports/lgpr-corn-2024-143155.md new file mode 100644 index 00000000..2a14231c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143155.md @@ -0,0 +1,28 @@ +# Corn yield trial — Verona, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Verona +- **Year:** 2024 +- **Plot ID:** 143155 +- **Cooperator:** Hanna Ag, LLC +- **Planted:** 2024-05-19 +- **Harvested:** 2024-11-09 +- **Plot average:** 263.0 BU/Ac +- **Coordinates:** 42.91136, -89.64736 +- **URL:** https://lgseeds.com/performance/corn#plot-143155 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG53C44 | VT2RIB | 289.3 | +| 2 | Unknown | A630-04AA-RN | - | 288.4 | +| 3 | Unknown | D41TC74 | - | 284.2 | +| 4 | LG Seeds | LG57C82 | VTPRO | 268.8 | +| 5 | LG Seeds | LG56C78 | 3110 | 268.1 | + +Top 5 by Yield: LG53C44 (LG Seeds) 289.3, A630-04AA-RN (Unknown) 288.4, D41TC74 (Unknown) 284.2, LG57C82 (LG Seeds) 268.8, LG56C78 (LG Seeds) 268.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143156.json b/corpus/lg_plot_reports/lgpr-corn-2024-143156.json new file mode 100644 index 00000000..be0e1396 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143156.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143156", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Tomah", + "year": 2024, + "plot_id": "143156", + "lat": 44.0654, + "lng": -90.54668, + "cooperator": "Hall Farms", + "salesperson": "Hall Farms", + "planted_date": "2024-05-15", + "harvested_date": "2024-10-29", + "plot_average": 258.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B98Z37AM", + "traits": "", + "metrics": { + "Yield": 278.24 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2PRO", + "metrics": { + "Yield": 276.99 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 275.52 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC099-11RIB", + "traits": "", + "metrics": { + "Yield": 270.9 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P96760V", + "traits": "", + "metrics": { + "Yield": 270.74 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143156" + ], + "fetched_at": "2026-05-27T02:19:26.632751+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143156.md b/corpus/lg_plot_reports/lgpr-corn-2024-143156.md new file mode 100644 index 00000000..440dcd26 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143156.md @@ -0,0 +1,28 @@ +# Corn yield trial — Tomah, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Tomah +- **Year:** 2024 +- **Plot ID:** 143156 +- **Cooperator:** Hall Farms +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-29 +- **Plot average:** 258.0 BU/Ac +- **Coordinates:** 44.06540, -90.54668 +- **URL:** https://lgseeds.com/performance/corn#plot-143156 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B98Z37AM | - | 278.24 | +| 2 | LG Seeds | LG46C85 | VT2PRO | 276.99 | +| 3 | LG Seeds | LG52C90 | VT2PRO | 275.52 | +| 4 | Unknown | DKC099-11RIB | - | 270.9 | +| 5 | Pioneer | P96760V | - | 270.74 | + +Top 5 by Yield: B98Z37AM (Unknown) 278.24, LG46C85 (LG Seeds) 276.99, LG52C90 (LG Seeds) 275.52, DKC099-11RIB (Unknown) 270.9, P96760V (Pioneer) 270.74. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143172.json b/corpus/lg_plot_reports/lgpr-corn-2024-143172.json new file mode 100644 index 00000000..7dee6452 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143172.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143172", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Mountain Lake", + "year": 2024, + "plot_id": "143172", + "lat": 43.88, + "lng": -94.91, + "cooperator": "Trenton Klassen", + "salesperson": "Trenton Klassen", + "planted_date": "2024-04-24", + "harvested_date": "2024-10-07", + "plot_average": 219.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "RK773TRE", + "traits": "", + "metrics": { + "Yield": 246.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 242.7 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC101-33RIB", + "traits": "", + "metrics": { + "Yield": 237.6 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "RK710DGVT2P", + "traits": "", + "metrics": { + "Yield": 237.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 231.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143172" + ], + "fetched_at": "2026-05-27T02:20:21.658087+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143172.md b/corpus/lg_plot_reports/lgpr-corn-2024-143172.md new file mode 100644 index 00000000..07f41458 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143172.md @@ -0,0 +1,28 @@ +# Corn yield trial — Mountain Lake, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Mountain Lake +- **Year:** 2024 +- **Plot ID:** 143172 +- **Cooperator:** Trenton Klassen +- **Planted:** 2024-04-24 +- **Harvested:** 2024-10-07 +- **Plot average:** 219.3 BU/Ac +- **Coordinates:** 43.88000, -94.91000 +- **URL:** https://lgseeds.com/performance/corn#plot-143172 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | RK773TRE | - | 246.6 | +| 2 | LG Seeds | LG51C62 | VT2RIB | 242.7 | +| 3 | Unknown | DKC101-33RIB | - | 237.6 | +| 4 | Unknown | RK710DGVT2P | - | 237.0 | +| 5 | LG Seeds | LG58C48 | VT2RIB | 231.3 | + +Top 5 by Yield: RK773TRE (Unknown) 246.6, LG51C62 (LG Seeds) 242.7, DKC101-33RIB (Unknown) 237.6, RK710DGVT2P (Unknown) 237.0, LG58C48 (LG Seeds) 231.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143174.json b/corpus/lg_plot_reports/lgpr-corn-2024-143174.json new file mode 100644 index 00000000..e4d8a702 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143174.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143174", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Mountain Lake", + "year": 2024, + "plot_id": "143174", + "lat": 43.92, + "lng": -94.97, + "cooperator": "Lee Erickson", + "salesperson": "Lee Erickson", + "planted_date": "2024-05-13", + "harvested_date": "2024-10-09", + "plot_average": 139.1, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "MCT5160-Conv", + "traits": "", + "metrics": { + "Yield": 155.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 152.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 151.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 151.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "RC5263-PCE", + "traits": "", + "metrics": { + "Yield": 145.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143174" + ], + "fetched_at": "2026-05-27T02:18:16.859259+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143174.md b/corpus/lg_plot_reports/lgpr-corn-2024-143174.md new file mode 100644 index 00000000..a6689b9d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143174.md @@ -0,0 +1,28 @@ +# Corn yield trial — Mountain Lake, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Mountain Lake +- **Year:** 2024 +- **Plot ID:** 143174 +- **Cooperator:** Lee Erickson +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-09 +- **Plot average:** 139.1 BU/Ac +- **Coordinates:** 43.92000, -94.97000 +- **URL:** https://lgseeds.com/performance/corn#plot-143174 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | MCT5160-Conv | - | 155.6 | +| 2 | LG Seeds | LG51C62 | VT2RIB | 152.2 | +| 3 | LG Seeds | LG53C44 | VT2RIB | 151.5 | +| 4 | LG Seeds | LG42C80 | VT2RIB | 151.4 | +| 5 | Unknown | RC5263-PCE | - | 145.2 | + +Top 5 by Yield: MCT5160-Conv (Unknown) 155.6, LG51C62 (LG Seeds) 152.2, LG53C44 (LG Seeds) 151.5, LG42C80 (LG Seeds) 151.4, RC5263-PCE (Unknown) 145.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143184.json b/corpus/lg_plot_reports/lgpr-corn-2024-143184.json new file mode 100644 index 00000000..3e9b4b3f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143184.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143184", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Altura", + "year": 2024, + "plot_id": "143184", + "lat": 44.15, + "lng": -92.05, + "cooperator": "Phil Schwantz", + "salesperson": "Phil Schwantz", + "planted_date": "2024-05-11", + "harvested_date": "2024-10-11", + "plot_average": 271.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 287.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG55C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 284.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VTPRO", + "metrics": { + "Yield": 279.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 278.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2PRO", + "metrics": { + "Yield": 277.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143184" + ], + "fetched_at": "2026-05-27T02:18:52.142661+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143184.md b/corpus/lg_plot_reports/lgpr-corn-2024-143184.md new file mode 100644 index 00000000..b6c1f6fe --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143184.md @@ -0,0 +1,28 @@ +# Corn yield trial — Altura, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Altura +- **Year:** 2024 +- **Plot ID:** 143184 +- **Cooperator:** Phil Schwantz +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-11 +- **Plot average:** 271.2 BU/Ac +- **Coordinates:** 44.15000, -92.05000 +- **URL:** https://lgseeds.com/performance/corn#plot-143184 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 287.7 | +| 2 | LG Seeds | LG55C32 | SSPRIB | 284.5 | +| 3 | LG Seeds | LG57C82 | VTPRO | 279.0 | +| 4 | LG Seeds | LG53C44 | VT2RIB | 278.4 | +| 5 | LG Seeds | LG46C85 | VT2PRO | 277.6 | + +Top 5 by Yield: LG51C62 (LG Seeds) 287.7, LG55C32 (LG Seeds) 284.5, LG57C82 (LG Seeds) 279.0, LG53C44 (LG Seeds) 278.4, LG46C85 (LG Seeds) 277.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143193.json b/corpus/lg_plot_reports/lgpr-corn-2024-143193.json new file mode 100644 index 00000000..303cf111 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143193.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143193", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Strum", + "year": 2024, + "plot_id": "143193", + "lat": 44.63, + "lng": -91.36, + "cooperator": "Derrick Westphal", + "salesperson": "Derrick Westphal", + "planted_date": "2024-05-15", + "harvested_date": "2024-10-28", + "plot_average": 219.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "4117AM", + "traits": "", + "metrics": { + "Yield": 237.9 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "5332AM", + "traits": "", + "metrics": { + "Yield": 235.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "5393V2P", + "traits": "", + "metrics": { + "Yield": 232.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 230.8 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "4990AM", + "traits": "", + "metrics": { + "Yield": 230.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143193" + ], + "fetched_at": "2026-05-27T02:19:26.889167+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143193.md b/corpus/lg_plot_reports/lgpr-corn-2024-143193.md new file mode 100644 index 00000000..937fae93 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143193.md @@ -0,0 +1,28 @@ +# Corn yield trial — Strum, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Strum +- **Year:** 2024 +- **Plot ID:** 143193 +- **Cooperator:** Derrick Westphal +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-28 +- **Plot average:** 219.7 BU/Ac +- **Coordinates:** 44.63000, -91.36000 +- **URL:** https://lgseeds.com/performance/corn#plot-143193 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 4117AM | - | 237.9 | +| 2 | Unknown | 5332AM | - | 235.8 | +| 3 | Unknown | 5393V2P | - | 232.0 | +| 4 | LG Seeds | LG49C28 | VT2RIB | 230.8 | +| 5 | Unknown | 4990AM | - | 230.2 | + +Top 5 by Yield: 4117AM (Unknown) 237.9, 5332AM (Unknown) 235.8, 5393V2P (Unknown) 232.0, LG49C28 (LG Seeds) 230.8, 4990AM (Unknown) 230.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143196.json b/corpus/lg_plot_reports/lgpr-corn-2024-143196.json new file mode 100644 index 00000000..6fd48dbd --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143196.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143196", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Emden", + "year": 2024, + "plot_id": "143196", + "lat": 40.33, + "lng": -89.48, + "cooperator": "Bob Meeker", + "salesperson": "Bob Meeker", + "planted_date": "2024-05-22", + "harvested_date": "2024-10-14", + "plot_average": 294.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "", + "metrics": { + "Yield": 307.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG64C20", + "traits": "", + "metrics": { + "Yield": 305.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG64C20", + "traits": "", + "metrics": { + "Yield": 305.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "W8930", + "traits": "", + "metrics": { + "Yield": 303.9 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG62C73", + "traits": "", + "metrics": { + "Yield": 302.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143196" + ], + "fetched_at": "2026-05-27T02:19:40.900300+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143196.md b/corpus/lg_plot_reports/lgpr-corn-2024-143196.md new file mode 100644 index 00000000..e10ad1b0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143196.md @@ -0,0 +1,28 @@ +# Corn yield trial — Emden, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Emden +- **Year:** 2024 +- **Plot ID:** 143196 +- **Cooperator:** Bob Meeker +- **Planted:** 2024-05-22 +- **Harvested:** 2024-10-14 +- **Plot average:** 294.6 BU/Ac +- **Coordinates:** 40.33000, -89.48000 +- **URL:** https://lgseeds.com/performance/corn#plot-143196 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C73 | - | 307.7 | +| 2 | LG Seeds | LG64C20 | - | 305.4 | +| 3 | Unknown | LG64C20 | - | 305.0 | +| 4 | Unknown | W8930 | - | 303.9 | +| 5 | Unknown | LG62C73 | - | 302.2 | + +Top 5 by Yield: LG62C73 (LG Seeds) 307.7, LG64C20 (LG Seeds) 305.4, LG64C20 (Unknown) 305.0, W8930 (Unknown) 303.9, LG62C73 (Unknown) 302.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143205.json b/corpus/lg_plot_reports/lgpr-corn-2024-143205.json new file mode 100644 index 00000000..ac54a6fb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143205.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143205", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Stueben", + "year": 2024, + "plot_id": "143205", + "lat": 43.21, + "lng": -90.94, + "cooperator": "Kristian Platten", + "salesperson": "Kristian Platten", + "planted_date": "2024-05-14", + "harvested_date": "2024-11-12", + "plot_average": 266.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B04J45PCE", + "traits": "", + "metrics": { + "Yield": 286.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC56-26RIB", + "traits": "", + "metrics": { + "Yield": 281.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC57-45RIB", + "traits": "", + "metrics": { + "Yield": 280.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC106-98RIB", + "traits": "", + "metrics": { + "Yield": 280.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 278.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143205" + ], + "fetched_at": "2026-05-27T02:19:00.872400+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143205.md b/corpus/lg_plot_reports/lgpr-corn-2024-143205.md new file mode 100644 index 00000000..6828ac9b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143205.md @@ -0,0 +1,28 @@ +# Corn yield trial — Stueben, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Stueben +- **Year:** 2024 +- **Plot ID:** 143205 +- **Cooperator:** Kristian Platten +- **Planted:** 2024-05-14 +- **Harvested:** 2024-11-12 +- **Plot average:** 266.8 BU/Ac +- **Coordinates:** 43.21000, -90.94000 +- **URL:** https://lgseeds.com/performance/corn#plot-143205 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B04J45PCE | - | 286.5 | +| 2 | Unknown | DKC56-26RIB | - | 281.4 | +| 3 | Unknown | DKC57-45RIB | - | 280.9 | +| 4 | Unknown | DKC106-98RIB | - | 280.6 | +| 5 | LG Seeds | LG51C62 | VT2RIB | 278.4 | + +Top 5 by Yield: B04J45PCE (Unknown) 286.5, DKC56-26RIB (Unknown) 281.4, DKC57-45RIB (Unknown) 280.9, DKC106-98RIB (Unknown) 280.6, LG51C62 (LG Seeds) 278.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143209.json b/corpus/lg_plot_reports/lgpr-corn-2024-143209.json new file mode 100644 index 00000000..5a8da52a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143209.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143209", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "California", + "state_abbrev": "ca", + "city": "Isleton", + "year": 2024, + "plot_id": "143209", + "lat": 38.09, + "lng": -121.53, + "cooperator": "Dinelli Farms-Bouldin Island", + "salesperson": "Dinelli Farms-Bouldin Island", + "planted_date": "2024-05-22", + "harvested_date": "2024-10-22", + "plot_average": 141.1, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC61-41RIB", + "traits": "", + "metrics": { + "Yield": 194.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2PRO", + "metrics": { + "Yield": 164.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "ES7514", + "traits": "VT2P", + "metrics": { + "Yield": 159.6 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P10625V", + "traits": "", + "metrics": { + "Yield": 153.9 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC61-41RIB", + "traits": "", + "metrics": { + "Yield": 153.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143209" + ], + "fetched_at": "2026-05-27T02:19:49.412607+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143209.md b/corpus/lg_plot_reports/lgpr-corn-2024-143209.md new file mode 100644 index 00000000..56388b3c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143209.md @@ -0,0 +1,28 @@ +# Corn yield trial — Isleton, California, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** California (CA) +- **City:** Isleton +- **Year:** 2024 +- **Plot ID:** 143209 +- **Cooperator:** Dinelli Farms-Bouldin Island +- **Planted:** 2024-05-22 +- **Harvested:** 2024-10-22 +- **Plot average:** 141.1 BU/Ac +- **Coordinates:** 38.09000, -121.53000 +- **URL:** https://lgseeds.com/performance/corn#plot-143209 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC61-41RIB | - | 194.4 | +| 2 | LG Seeds | LG64C43 | VT2PRO | 164.2 | +| 3 | LG Seeds | ES7514 | VT2P | 159.6 | +| 4 | Pioneer | P10625V | - | 153.9 | +| 5 | Unknown | DKC61-41RIB | - | 153.7 | + +Top 5 by Yield: DKC61-41RIB (Unknown) 194.4, LG64C43 (LG Seeds) 164.2, ES7514 (LG Seeds) 159.6, P10625V (Pioneer) 153.9, DKC61-41RIB (Unknown) 153.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143228.json b/corpus/lg_plot_reports/lgpr-corn-2024-143228.json new file mode 100644 index 00000000..51258558 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143228.json @@ -0,0 +1,64 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143228", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "California", + "state_abbrev": "ca", + "city": "Isleton", + "year": 2024, + "plot_id": "143228", + "lat": 38.16, + "lng": -121.66, + "cooperator": "Vince Chavier Farming Company", + "salesperson": "Vince Chavier Farming Company", + "planted_date": "2024-05-22", + "harvested_date": "2024-10-21", + "plot_average": 198.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "ES7514", + "traits": "", + "metrics": { + "Yield": 212.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "ES7514", + "traits": "", + "metrics": { + "Yield": 208.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "", + "metrics": { + "Yield": 201.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG65C76", + "traits": "", + "metrics": { + "Yield": 171.8 + } + } + ], + "n_results": 4, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143228" + ], + "fetched_at": "2026-05-27T02:19:56.152517+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143228.md b/corpus/lg_plot_reports/lgpr-corn-2024-143228.md new file mode 100644 index 00000000..63ac9ef3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143228.md @@ -0,0 +1,27 @@ +# Corn yield trial — Isleton, California, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** California (CA) +- **City:** Isleton +- **Year:** 2024 +- **Plot ID:** 143228 +- **Cooperator:** Vince Chavier Farming Company +- **Planted:** 2024-05-22 +- **Harvested:** 2024-10-21 +- **Plot average:** 198.3 BU/Ac +- **Coordinates:** 38.16000, -121.66000 +- **URL:** https://lgseeds.com/performance/corn#plot-143228 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | ES7514 | - | 212.0 | +| 2 | Unknown | ES7514 | - | 208.2 | +| 3 | LG Seeds | LG62C73 | - | 201.3 | +| 4 | LG Seeds | LG65C76 | - | 171.8 | + +Top 5 by Yield: ES7514 (LG Seeds) 212.0, ES7514 (Unknown) 208.2, LG62C73 (LG Seeds) 201.3, LG65C76 (LG Seeds) 171.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143241.json b/corpus/lg_plot_reports/lgpr-corn-2024-143241.json new file mode 100644 index 00000000..e9bdf0c1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143241.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143241", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Olin", + "year": 2024, + "plot_id": "143241", + "lat": 41.94, + "lng": -91.15, + "cooperator": "Dave Elijah", + "salesperson": "Dave Elijah", + "planted_date": "2024-05-23", + "harvested_date": "2024-10-22", + "plot_average": 274.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "33-12PCE", + "traits": "", + "metrics": { + "Yield": 292.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "44-06PCE", + "traits": "", + "metrics": { + "Yield": 289.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "39-08PCE", + "traits": "", + "metrics": { + "Yield": 285.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "TP37-06SS", + "traits": "", + "metrics": { + "Yield": 285.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "31-10PCE", + "traits": "", + "metrics": { + "Yield": 284.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143241" + ], + "fetched_at": "2026-05-27T02:19:37.390397+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143241.md b/corpus/lg_plot_reports/lgpr-corn-2024-143241.md new file mode 100644 index 00000000..ca880c83 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143241.md @@ -0,0 +1,28 @@ +# Corn yield trial — Olin, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Olin +- **Year:** 2024 +- **Plot ID:** 143241 +- **Cooperator:** Dave Elijah +- **Planted:** 2024-05-23 +- **Harvested:** 2024-10-22 +- **Plot average:** 274.9 BU/Ac +- **Coordinates:** 41.94000, -91.15000 +- **URL:** https://lgseeds.com/performance/corn#plot-143241 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 33-12PCE | - | 292.5 | +| 2 | Unknown | 44-06PCE | - | 289.1 | +| 3 | Unknown | 39-08PCE | - | 285.8 | +| 4 | Unknown | TP37-06SS | - | 285.1 | +| 5 | Unknown | 31-10PCE | - | 284.3 | + +Top 5 by Yield: 33-12PCE (Unknown) 292.5, 44-06PCE (Unknown) 289.1, 39-08PCE (Unknown) 285.8, TP37-06SS (Unknown) 285.1, 31-10PCE (Unknown) 284.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143247.json b/corpus/lg_plot_reports/lgpr-corn-2024-143247.json new file mode 100644 index 00000000..c33586bc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143247.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143247", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Westbend", + "year": 2024, + "plot_id": "143247", + "lat": 43.42, + "lng": -88.28, + "cooperator": "John Gundrum", + "salesperson": "John Gundrum", + "planted_date": "2024-05-16", + "harvested_date": "2024-10-23", + "plot_average": 252.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 280.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC101-35RIB", + "traits": "", + "metrics": { + "Yield": 274.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B98Z37PCE", + "traits": "", + "metrics": { + "Yield": 268.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 266.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG48C87VT2RIB", + "traits": "", + "metrics": { + "Yield": 265.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143247" + ], + "fetched_at": "2026-05-27T02:20:30.660698+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143247.md b/corpus/lg_plot_reports/lgpr-corn-2024-143247.md new file mode 100644 index 00000000..92515c04 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143247.md @@ -0,0 +1,28 @@ +# Corn yield trial — Westbend, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Westbend +- **Year:** 2024 +- **Plot ID:** 143247 +- **Cooperator:** John Gundrum +- **Planted:** 2024-05-16 +- **Harvested:** 2024-10-23 +- **Plot average:** 252.8 BU/Ac +- **Coordinates:** 43.42000, -88.28000 +- **URL:** https://lgseeds.com/performance/corn#plot-143247 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2PRO | 280.4 | +| 2 | Unknown | DKC101-35RIB | - | 274.0 | +| 3 | Unknown | B98Z37PCE | - | 268.5 | +| 4 | LG Seeds | LG48C87 | VT2RIB | 266.0 | +| 5 | Unknown | LG48C87VT2RIB | - | 265.4 | + +Top 5 by Yield: LG52C90 (LG Seeds) 280.4, DKC101-35RIB (Unknown) 274.0, B98Z37PCE (Unknown) 268.5, LG48C87 (LG Seeds) 266.0, LG48C87VT2RIB (Unknown) 265.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143253.json b/corpus/lg_plot_reports/lgpr-corn-2024-143253.json new file mode 100644 index 00000000..9e14f300 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143253.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143253", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Lucasville", + "year": 2024, + "plot_id": "143253", + "lat": 38.91, + "lng": -83.01, + "cooperator": "Gabe Weaver", + "salesperson": "Gabe Weaver", + "planted_date": "2024-05-20", + "harvested_date": null, + "plot_average": 210.6, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "215-70TRERIB", + "traits": "", + "metrics": { + "Yield": 226.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "215-42TRERIB", + "traits": "", + "metrics": { + "Yield": 223.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 219.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 216.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2PRO", + "metrics": { + "Yield": 216.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143253" + ], + "fetched_at": "2026-05-27T02:18:44.380479+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143253.md b/corpus/lg_plot_reports/lgpr-corn-2024-143253.md new file mode 100644 index 00000000..c0218645 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143253.md @@ -0,0 +1,27 @@ +# Corn yield trial — Lucasville, Ohio, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Ohio (OH) +- **City:** Lucasville +- **Year:** 2024 +- **Plot ID:** 143253 +- **Cooperator:** Gabe Weaver +- **Planted:** 2024-05-20 +- **Plot average:** 210.6 BU/Ac +- **Coordinates:** 38.91000, -83.01000 +- **URL:** https://lgseeds.com/performance/corn#plot-143253 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 215-70TRERIB | - | 226.7 | +| 2 | Unknown | 215-42TRERIB | - | 223.5 | +| 3 | LG Seeds | LG62C73 | VT2PRO | 219.4 | +| 4 | LG Seeds | LG64C43 | VT2RIB | 216.8 | +| 5 | LG Seeds | LG65C30 | VT2PRO | 216.3 | + +Top 5 by Yield: 215-70TRERIB (Unknown) 226.7, 215-42TRERIB (Unknown) 223.5, LG62C73 (LG Seeds) 219.4, LG64C43 (LG Seeds) 216.8, LG65C30 (LG Seeds) 216.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143254.json b/corpus/lg_plot_reports/lgpr-corn-2024-143254.json new file mode 100644 index 00000000..f5bcfcb7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143254.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143254", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Alden", + "year": 2024, + "plot_id": "143254", + "lat": 43.65, + "lng": -93.5, + "cooperator": "Nexus Cooperative", + "salesperson": "Nexus Cooperative", + "planted_date": "2024-05-15", + "harvested_date": "2024-10-26", + "plot_average": 213.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "X23100ATRE", + "traits": "", + "metrics": { + "Yield": 237.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 234.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 233.7 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B01X44V", + "traits": "", + "metrics": { + "Yield": 229.6 + } + }, + { + "rank": 5, + "brand": "NK", + "product": "0007-AA", + "traits": "", + "metrics": { + "Yield": 227.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143254" + ], + "fetched_at": "2026-05-27T02:19:21.636858+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143254.md b/corpus/lg_plot_reports/lgpr-corn-2024-143254.md new file mode 100644 index 00000000..84e6c2c6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143254.md @@ -0,0 +1,28 @@ +# Corn yield trial — Alden, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Alden +- **Year:** 2024 +- **Plot ID:** 143254 +- **Cooperator:** Nexus Cooperative +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-26 +- **Plot average:** 213.7 BU/Ac +- **Coordinates:** 43.65000, -93.50000 +- **URL:** https://lgseeds.com/performance/corn#plot-143254 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | X23100ATRE | - | 237.8 | +| 2 | LG Seeds | LG51C62 | VT2RIB | 234.1 | +| 3 | LG Seeds | LG48C87 | VT2RIB | 233.7 | +| 4 | Unknown | B01X44V | - | 229.6 | +| 5 | NK | 0007-AA | - | 227.7 | + +Top 5 by Yield: X23100ATRE (Unknown) 237.8, LG51C62 (LG Seeds) 234.1, LG48C87 (LG Seeds) 233.7, B01X44V (Unknown) 229.6, 0007-AA (NK) 227.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143259.json b/corpus/lg_plot_reports/lgpr-corn-2024-143259.json new file mode 100644 index 00000000..db755d29 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143259.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143259", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Saint Charles", + "year": 2024, + "plot_id": "143259", + "lat": 43.25, + "lng": -84.03, + "cooperator": "K&K Seeds", + "salesperson": "K&K Seeds", + "planted_date": "2024-05-19", + "harvested_date": "2024-10-15", + "plot_average": 216.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 234.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 228.77 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "VT2RIB", + "metrics": { + "Yield": 224.82 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "D40VC41RIB", + "traits": "", + "metrics": { + "Yield": 222.29 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "4501V2P", + "traits": "", + "metrics": { + "Yield": 222.13 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143259" + ], + "fetched_at": "2026-05-27T02:20:00.158954+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143259.md b/corpus/lg_plot_reports/lgpr-corn-2024-143259.md new file mode 100644 index 00000000..596b3e34 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143259.md @@ -0,0 +1,28 @@ +# Corn yield trial — Saint Charles, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Saint Charles +- **Year:** 2024 +- **Plot ID:** 143259 +- **Cooperator:** K&K Seeds +- **Planted:** 2024-05-19 +- **Harvested:** 2024-10-15 +- **Plot average:** 216.0 BU/Ac +- **Coordinates:** 43.25000, -84.03000 +- **URL:** https://lgseeds.com/performance/corn#plot-143259 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 234.9 | +| 2 | LG Seeds | LG52C90 | VT2PRO | 228.77 | +| 3 | LG Seeds | LG47C77 | VT2RIB | 224.82 | +| 4 | Unknown | D40VC41RIB | - | 222.29 | +| 5 | Unknown | 4501V2P | - | 222.13 | + +Top 5 by Yield: LG51C62 (LG Seeds) 234.9, LG52C90 (LG Seeds) 228.77, LG47C77 (LG Seeds) 224.82, D40VC41RIB (Unknown) 222.29, 4501V2P (Unknown) 222.13. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143260.json b/corpus/lg_plot_reports/lgpr-corn-2024-143260.json new file mode 100644 index 00000000..bc5f8750 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143260.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143260", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Tennessee", + "state_abbrev": "tn", + "city": "Springfield", + "year": 2024, + "plot_id": "143260", + "lat": 36.5682, + "lng": -86.8601, + "cooperator": "George Fugate", + "salesperson": "George Fugate", + "planted_date": "2024-04-24", + "harvested_date": "2024-09-14", + "plot_average": 211.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "D50VC09RIB", + "traits": "", + "metrics": { + "Yield": 229.03 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC66-06RIB", + "traits": "", + "metrics": { + "Yield": 225.97 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P17677YHR", + "traits": "", + "metrics": { + "Yield": 225.09 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "D60TC45", + "traits": "", + "metrics": { + "Yield": 224.78 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC111-35RIB", + "traits": "", + "metrics": { + "Yield": 223.42 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143260" + ], + "fetched_at": "2026-05-27T02:19:14.880148+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143260.md b/corpus/lg_plot_reports/lgpr-corn-2024-143260.md new file mode 100644 index 00000000..67db871d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143260.md @@ -0,0 +1,28 @@ +# Corn yield trial — Springfield, Tennessee, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Tennessee (TN) +- **City:** Springfield +- **Year:** 2024 +- **Plot ID:** 143260 +- **Cooperator:** George Fugate +- **Planted:** 2024-04-24 +- **Harvested:** 2024-09-14 +- **Plot average:** 211.8 BU/Ac +- **Coordinates:** 36.56820, -86.86010 +- **URL:** https://lgseeds.com/performance/corn#plot-143260 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | D50VC09RIB | - | 229.03 | +| 2 | Unknown | DKC66-06RIB | - | 225.97 | +| 3 | Pioneer | P17677YHR | - | 225.09 | +| 4 | Unknown | D60TC45 | - | 224.78 | +| 5 | Unknown | DKC111-35RIB | - | 223.42 | + +Top 5 by Yield: D50VC09RIB (Unknown) 229.03, DKC66-06RIB (Unknown) 225.97, P17677YHR (Pioneer) 225.09, D60TC45 (Unknown) 224.78, DKC111-35RIB (Unknown) 223.42. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143261.json b/corpus/lg_plot_reports/lgpr-corn-2024-143261.json new file mode 100644 index 00000000..7cd227fb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143261.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143261", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Unionville", + "year": 2024, + "plot_id": "143261", + "lat": 43.59, + "lng": -83.46, + "cooperator": "Englehard Family Farms", + "salesperson": "Englehard Family Farms ", + "planted_date": "2024-05-23", + "harvested_date": "2024-11-09", + "plot_average": 151.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "", + "metrics": { + "Yield": 180.18 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG36C88", + "traits": "", + "metrics": { + "Yield": 178.02 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "BR85-00", + "traits": "", + "metrics": { + "Yield": 176.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG46C57", + "traits": "", + "metrics": { + "Yield": 165.31 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "BR84-95", + "traits": "", + "metrics": { + "Yield": 162.27 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143261" + ], + "fetched_at": "2026-05-27T02:19:24.148040+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143261.md b/corpus/lg_plot_reports/lgpr-corn-2024-143261.md new file mode 100644 index 00000000..8c578131 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143261.md @@ -0,0 +1,29 @@ +# Corn yield trial — Unionville, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Unionville +- **Year:** 2024 +- **Plot ID:** 143261 +- **Cooperator:** Englehard Family Farms +- **Salesperson:** Englehard Family Farms +- **Planted:** 2024-05-23 +- **Harvested:** 2024-11-09 +- **Plot average:** 151.2 BU/Ac +- **Coordinates:** 43.59000, -83.46000 +- **URL:** https://lgseeds.com/performance/corn#plot-143261 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG48C87 | - | 180.18 | +| 2 | LG Seeds | LG36C88 | - | 178.02 | +| 3 | Unknown | BR85-00 | - | 176.1 | +| 4 | LG Seeds | LG46C57 | - | 165.31 | +| 5 | Unknown | BR84-95 | - | 162.27 | + +Top 5 by Yield: LG48C87 (LG Seeds) 180.18, LG36C88 (LG Seeds) 178.02, BR85-00 (Unknown) 176.1, LG46C57 (LG Seeds) 165.31, BR84-95 (Unknown) 162.27. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143262.json b/corpus/lg_plot_reports/lgpr-corn-2024-143262.json new file mode 100644 index 00000000..c145103a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143262.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143262", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Indiana", + "state_abbrev": "in", + "city": "Milroy", + "year": 2024, + "plot_id": "143262", + "lat": 39.51, + "lng": -85.42, + "cooperator": "Steve Yager", + "salesperson": "Steve Yager", + "planted_date": "2024-05-05", + "harvested_date": "2024-10-10", + "plot_average": 213.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG60C86", + "traits": "", + "metrics": { + "Yield": 220.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG65C76", + "traits": "", + "metrics": { + "Yield": 216.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "", + "metrics": { + "Yield": 214.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG58C73", + "traits": "", + "metrics": { + "Yield": 214.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG66C06", + "traits": "", + "metrics": { + "Yield": 212.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143262" + ], + "fetched_at": "2026-05-27T02:20:42.935031+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143262.md b/corpus/lg_plot_reports/lgpr-corn-2024-143262.md new file mode 100644 index 00000000..7bc3aab0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143262.md @@ -0,0 +1,28 @@ +# Corn yield trial — Milroy, Indiana, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Indiana (IN) +- **City:** Milroy +- **Year:** 2024 +- **Plot ID:** 143262 +- **Cooperator:** Steve Yager +- **Planted:** 2024-05-05 +- **Harvested:** 2024-10-10 +- **Plot average:** 213.0 BU/Ac +- **Coordinates:** 39.51000, -85.42000 +- **URL:** https://lgseeds.com/performance/corn#plot-143262 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG60C86 | - | 220.1 | +| 2 | LG Seeds | LG65C76 | - | 216.8 | +| 3 | LG Seeds | LG62C73 | - | 214.3 | +| 4 | LG Seeds | LG58C73 | - | 214.3 | +| 5 | LG Seeds | LG66C06 | - | 212.4 | + +Top 5 by Yield: LG60C86 (LG Seeds) 220.1, LG65C76 (LG Seeds) 216.8, LG62C73 (LG Seeds) 214.3, LG58C73 (LG Seeds) 214.3, LG66C06 (LG Seeds) 212.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143272.json b/corpus/lg_plot_reports/lgpr-corn-2024-143272.json new file mode 100644 index 00000000..d708190e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143272.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143272", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "North Dakota", + "state_abbrev": "nd", + "city": "Ayr", + "year": 2024, + "plot_id": "143272", + "lat": 46.99236, + "lng": -97.49232, + "cooperator": "Arthur Companies - Ayr", + "salesperson": "Arthur Companies - Ayr", + "planted_date": "2024-05-11", + "harvested_date": "2024-10-22", + "plot_average": 212.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 230.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC093-77RIB", + "traits": "", + "metrics": { + "Yield": 226.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "VT2RIB", + "metrics": { + "Yield": 221.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC39-55RIB", + "traits": "", + "metrics": { + "Yield": 221.3 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC44-98RIB", + "traits": "", + "metrics": { + "Yield": 221.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143272" + ], + "fetched_at": "2026-05-27T02:20:25.665220+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143272.md b/corpus/lg_plot_reports/lgpr-corn-2024-143272.md new file mode 100644 index 00000000..dd0226a6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143272.md @@ -0,0 +1,28 @@ +# Corn yield trial — Ayr, North Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** North Dakota (ND) +- **City:** Ayr +- **Year:** 2024 +- **Plot ID:** 143272 +- **Cooperator:** Arthur Companies - Ayr +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-22 +- **Plot average:** 212.0 BU/Ac +- **Coordinates:** 46.99236, -97.49232 +- **URL:** https://lgseeds.com/performance/corn#plot-143272 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG42C80 | VT2RIB | 230.0 | +| 2 | Unknown | DKC093-77RIB | - | 226.0 | +| 3 | LG Seeds | LG44C27 | VT2RIB | 221.4 | +| 4 | Unknown | DKC39-55RIB | - | 221.3 | +| 5 | Unknown | DKC44-98RIB | - | 221.2 | + +Top 5 by Yield: LG42C80 (LG Seeds) 230.0, DKC093-77RIB (Unknown) 226.0, LG44C27 (LG Seeds) 221.4, DKC39-55RIB (Unknown) 221.3, DKC44-98RIB (Unknown) 221.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143301.json b/corpus/lg_plot_reports/lgpr-corn-2024-143301.json new file mode 100644 index 00000000..156f1830 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143301.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143301", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Delphos ", + "year": 2024, + "plot_id": "143301", + "lat": 40.84, + "lng": -84.37, + "cooperator": "Joe Wittler", + "salesperson": "Joe Wittler", + "planted_date": "2024-05-24", + "harvested_date": "2024-10-21", + "plot_average": 164.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 187.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 184.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG60C86", + "traits": "5222EZ", + "metrics": { + "Yield": 180.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG58C73", + "traits": "3110", + "metrics": { + "Yield": 178.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 168.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143301" + ], + "fetched_at": "2026-05-27T02:19:52.654267+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143301.md b/corpus/lg_plot_reports/lgpr-corn-2024-143301.md new file mode 100644 index 00000000..5084f9ad --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143301.md @@ -0,0 +1,28 @@ +# Corn yield trial — Delphos , Ohio, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Ohio (OH) +- **City:** Delphos +- **Year:** 2024 +- **Plot ID:** 143301 +- **Cooperator:** Joe Wittler +- **Planted:** 2024-05-24 +- **Harvested:** 2024-10-21 +- **Plot average:** 164.8 BU/Ac +- **Coordinates:** 40.84000, -84.37000 +- **URL:** https://lgseeds.com/performance/corn#plot-143301 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG59C72 | 5222EZ | 187.7 | +| 2 | LG Seeds | LG62C73 | VT2PRO | 184.7 | +| 3 | LG Seeds | LG60C86 | 5222EZ | 180.1 | +| 4 | LG Seeds | LG58C73 | 3110 | 178.8 | +| 5 | LG Seeds | LG58C48 | VT2RIB | 168.0 | + +Top 5 by Yield: LG59C72 (LG Seeds) 187.7, LG62C73 (LG Seeds) 184.7, LG60C86 (LG Seeds) 180.1, LG58C73 (LG Seeds) 178.8, LG58C48 (LG Seeds) 168.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143310.json b/corpus/lg_plot_reports/lgpr-corn-2024-143310.json new file mode 100644 index 00000000..73fe98fc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143310.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143310", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Clontarf", + "year": 2024, + "plot_id": "143310", + "lat": 45.41579, + "lng": -95.62125, + "cooperator": "Richard Syverson", + "salesperson": "Richard Syverson", + "planted_date": "2024-05-11", + "harvested_date": "2024-10-24", + "plot_average": 215.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "96-79RSS", + "traits": "", + "metrics": { + "Yield": 237.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "4672AM", + "traits": "", + "metrics": { + "Yield": 231.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "9825VT4P", + "traits": "", + "metrics": { + "Yield": 227.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "H4877VT4PRIB", + "traits": "", + "metrics": { + "Yield": 225.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "CP4083VT4P/RIB", + "traits": "", + "metrics": { + "Yield": 225.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143310" + ], + "fetched_at": "2026-05-27T02:19:04.375810+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143310.md b/corpus/lg_plot_reports/lgpr-corn-2024-143310.md new file mode 100644 index 00000000..b5da0b29 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143310.md @@ -0,0 +1,28 @@ +# Corn yield trial — Clontarf, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Clontarf +- **Year:** 2024 +- **Plot ID:** 143310 +- **Cooperator:** Richard Syverson +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-24 +- **Plot average:** 215.4 BU/Ac +- **Coordinates:** 45.41579, -95.62125 +- **URL:** https://lgseeds.com/performance/corn#plot-143310 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 96-79RSS | - | 237.8 | +| 2 | Unknown | 4672AM | - | 231.6 | +| 3 | Unknown | 9825VT4P | - | 227.5 | +| 4 | Unknown | H4877VT4PRIB | - | 225.6 | +| 5 | Unknown | CP4083VT4P/RIB | - | 225.1 | + +Top 5 by Yield: 96-79RSS (Unknown) 237.8, 4672AM (Unknown) 231.6, 9825VT4P (Unknown) 227.5, H4877VT4PRIB (Unknown) 225.6, CP4083VT4P/RIB (Unknown) 225.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143320.json b/corpus/lg_plot_reports/lgpr-corn-2024-143320.json new file mode 100644 index 00000000..2a0dfebd --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143320.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143320", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Napoleon ", + "year": 2024, + "plot_id": "143320", + "lat": 41.44, + "lng": -84.2, + "cooperator": "Scott Norden", + "salesperson": "Scott Norden", + "planted_date": "2024-05-25", + "harvested_date": "2024-10-22", + "plot_average": 187.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 199.96 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "RC6232-DGVT2PRIB", + "traits": "", + "metrics": { + "Yield": 197.81 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 195.72 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 195.28 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 195.16 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143320" + ], + "fetched_at": "2026-05-27T02:19:41.160518+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143320.md b/corpus/lg_plot_reports/lgpr-corn-2024-143320.md new file mode 100644 index 00000000..36b6b8ff --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143320.md @@ -0,0 +1,28 @@ +# Corn yield trial — Napoleon , Ohio, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Ohio (OH) +- **City:** Napoleon +- **Year:** 2024 +- **Plot ID:** 143320 +- **Cooperator:** Scott Norden +- **Planted:** 2024-05-25 +- **Harvested:** 2024-10-22 +- **Plot average:** 187.7 BU/Ac +- **Coordinates:** 41.44000, -84.20000 +- **URL:** https://lgseeds.com/performance/corn#plot-143320 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG60C05 | 3110 | 199.96 | +| 2 | Unknown | RC6232-DGVT2PRIB | - | 197.81 | +| 3 | LG Seeds | LG62C73 | VT2PRO | 195.72 | +| 4 | LG Seeds | LG59C72 | 5222EZ | 195.28 | +| 5 | LG Seeds | LG58C48 | VT2RIB | 195.16 | + +Top 5 by Yield: LG60C05 (LG Seeds) 199.96, RC6232-DGVT2PRIB (Unknown) 197.81, LG62C73 (LG Seeds) 195.72, LG59C72 (LG Seeds) 195.28, LG58C48 (LG Seeds) 195.16. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143334.json b/corpus/lg_plot_reports/lgpr-corn-2024-143334.json new file mode 100644 index 00000000..86486a0f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143334.json @@ -0,0 +1,46 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143334", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Wittenberg ", + "year": 2024, + "plot_id": "143334", + "lat": 44.78, + "lng": -89.16, + "cooperator": "Zach Wendler", + "salesperson": "Zach Wendler", + "planted_date": "2024-05-26", + "harvested_date": "2024-11-12", + "plot_average": 155.6, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P8736AM", + "traits": "", + "metrics": { + "Yield": 156.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG37C33", + "traits": "VT2RIB", + "metrics": { + "Yield": 154.9 + } + } + ], + "n_results": 2, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143334" + ], + "fetched_at": "2026-05-27T02:18:19.866688+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143334.md b/corpus/lg_plot_reports/lgpr-corn-2024-143334.md new file mode 100644 index 00000000..7cb85e46 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143334.md @@ -0,0 +1,25 @@ +# Corn yield trial — Wittenberg , Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Wittenberg +- **Year:** 2024 +- **Plot ID:** 143334 +- **Cooperator:** Zach Wendler +- **Planted:** 2024-05-26 +- **Harvested:** 2024-11-12 +- **Plot average:** 155.6 BU/Ac +- **Coordinates:** 44.78000, -89.16000 +- **URL:** https://lgseeds.com/performance/corn#plot-143334 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P8736AM | - | 156.3 | +| 2 | LG Seeds | LG37C33 | VT2RIB | 154.9 | + +Top 5 by Yield: P8736AM (Pioneer) 156.3, LG37C33 (LG Seeds) 154.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143335.json b/corpus/lg_plot_reports/lgpr-corn-2024-143335.json new file mode 100644 index 00000000..293295fb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143335.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143335", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Dodge", + "year": 2024, + "plot_id": "143335", + "lat": 41.71, + "lng": -96.92, + "cooperator": "Jim & John Doernemann", + "salesperson": "Jim & John Doernemann", + "planted_date": "2024-05-25", + "harvested_date": "2024-10-20", + "plot_average": 198.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2PRO", + "metrics": { + "Yield": 222.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 217.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 217.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 214.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 213.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143335" + ], + "fetched_at": "2026-05-27T02:19:56.426698+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143335.md b/corpus/lg_plot_reports/lgpr-corn-2024-143335.md new file mode 100644 index 00000000..ccf3d583 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143335.md @@ -0,0 +1,28 @@ +# Corn yield trial — Dodge, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Dodge +- **Year:** 2024 +- **Plot ID:** 143335 +- **Cooperator:** Jim & John Doernemann +- **Planted:** 2024-05-25 +- **Harvested:** 2024-10-20 +- **Plot average:** 198.2 BU/Ac +- **Coordinates:** 41.71000, -96.92000 +- **URL:** https://lgseeds.com/performance/corn#plot-143335 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG65C30 | VT2PRO | 222.1 | +| 2 | LG Seeds | LG61C34 | STXRIB | 217.8 | +| 3 | LG Seeds | LG64C43 | VT2RIB | 217.5 | +| 4 | LG Seeds | LG63C82 | DGVT2RIB | 214.6 | +| 5 | LG Seeds | LG61C28 | V | 213.7 | + +Top 5 by Yield: LG65C30 (LG Seeds) 222.1, LG61C34 (LG Seeds) 217.8, LG64C43 (LG Seeds) 217.5, LG63C82 (LG Seeds) 214.6, LG61C28 (LG Seeds) 213.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143341.json b/corpus/lg_plot_reports/lgpr-corn-2024-143341.json new file mode 100644 index 00000000..571a20b1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143341.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143341", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Indiana", + "state_abbrev": "in", + "city": "Kendallville ", + "year": 2024, + "plot_id": "143341", + "lat": 41.41, + "lng": -85.21, + "cooperator": "R & M Barker Land & Cattle", + "salesperson": "R & M Barker Land & Cattle ", + "planted_date": "2024-05-24", + "harvested_date": "2024-10-24", + "plot_average": 155.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 170.68 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 166.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 165.46 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG56C78", + "traits": "3110", + "metrics": { + "Yield": 161.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG57C33", + "traits": "VT2RIB", + "metrics": { + "Yield": 159.83 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143341" + ], + "fetched_at": "2026-05-27T02:19:46.420217+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143341.md b/corpus/lg_plot_reports/lgpr-corn-2024-143341.md new file mode 100644 index 00000000..53865c45 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143341.md @@ -0,0 +1,29 @@ +# Corn yield trial — Kendallville , Indiana, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Indiana (IN) +- **City:** Kendallville +- **Year:** 2024 +- **Plot ID:** 143341 +- **Cooperator:** R & M Barker Land & Cattle +- **Salesperson:** R & M Barker Land & Cattle +- **Planted:** 2024-05-24 +- **Harvested:** 2024-10-24 +- **Plot average:** 155.1 BU/Ac +- **Coordinates:** 41.41000, -85.21000 +- **URL:** https://lgseeds.com/performance/corn#plot-143341 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG53C44 | VT2RIB | 170.68 | +| 2 | LG Seeds | LG62C73 | VT2PRO | 166.9 | +| 3 | LG Seeds | LG63C54 | PCE | 165.46 | +| 4 | LG Seeds | LG56C78 | 3110 | 161.5 | +| 5 | LG Seeds | LG57C33 | VT2RIB | 159.83 | + +Top 5 by Yield: LG53C44 (LG Seeds) 170.68, LG62C73 (LG Seeds) 166.9, LG63C54 (LG Seeds) 165.46, LG56C78 (LG Seeds) 161.5, LG57C33 (LG Seeds) 159.83. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143347.json b/corpus/lg_plot_reports/lgpr-corn-2024-143347.json new file mode 100644 index 00000000..67f3da3d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143347.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143347", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "McCook", + "year": 2024, + "plot_id": "143347", + "lat": 40.22183, + "lng": -100.57315, + "cooperator": "Ruggles Land and Cattle", + "salesperson": "Ruggles Land and Cattle", + "planted_date": "2024-05-27", + "harvested_date": "2024-11-05", + "plot_average": 164.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG60C12", + "traits": "5222AEZ", + "metrics": { + "Yield": 174.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LG60C12-5222AEZ", + "traits": "", + "metrics": { + "Yield": 174.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 174.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LG60C12-5222AEZ", + "traits": "", + "metrics": { + "Yield": 173.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG60C12-5222AEZ", + "traits": "", + "metrics": { + "Yield": 173.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143347" + ], + "fetched_at": "2026-05-27T02:19:11.389494+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143347.md b/corpus/lg_plot_reports/lgpr-corn-2024-143347.md new file mode 100644 index 00000000..6a95b94e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143347.md @@ -0,0 +1,28 @@ +# Corn yield trial — McCook, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** McCook +- **Year:** 2024 +- **Plot ID:** 143347 +- **Cooperator:** Ruggles Land and Cattle +- **Planted:** 2024-05-27 +- **Harvested:** 2024-11-05 +- **Plot average:** 164.0 BU/Ac +- **Coordinates:** 40.22183, -100.57315 +- **URL:** https://lgseeds.com/performance/corn#plot-143347 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG60C12 | 5222AEZ | 174.6 | +| 2 | Unknown | LG60C12-5222AEZ | - | 174.4 | +| 3 | LG Seeds | LG60C05 | 3110 | 174.4 | +| 4 | Unknown | LG60C12-5222AEZ | - | 173.4 | +| 5 | Unknown | LG60C12-5222AEZ | - | 173.3 | + +Top 5 by Yield: LG60C12 (LG Seeds) 174.6, LG60C12-5222AEZ (Unknown) 174.4, LG60C05 (LG Seeds) 174.4, LG60C12-5222AEZ (Unknown) 173.4, LG60C12-5222AEZ (Unknown) 173.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143348.json b/corpus/lg_plot_reports/lgpr-corn-2024-143348.json new file mode 100644 index 00000000..92d7bcad --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143348.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143348", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Idaho", + "state_abbrev": "id", + "city": "Huston", + "year": 2024, + "plot_id": "143348", + "lat": 43.61, + "lng": -116.76, + "cooperator": "Norris Farms", + "salesperson": "Norris Farms", + "planted_date": "2024-05-27", + "harvested_date": "2024-11-12", + "plot_average": 227.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "K5836PWE", + "traits": "", + "metrics": { + "Yield": 266.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 263.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2RIB", + "metrics": { + "Yield": 250.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 246.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG54C76", + "traits": "VT2RIB", + "metrics": { + "Yield": 241.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143348" + ], + "fetched_at": "2026-05-27T02:18:14.879681+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143348.md b/corpus/lg_plot_reports/lgpr-corn-2024-143348.md new file mode 100644 index 00000000..faa360e0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143348.md @@ -0,0 +1,28 @@ +# Corn yield trial — Huston, Idaho, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Idaho (ID) +- **City:** Huston +- **Year:** 2024 +- **Plot ID:** 143348 +- **Cooperator:** Norris Farms +- **Planted:** 2024-05-27 +- **Harvested:** 2024-11-12 +- **Plot average:** 227.9 BU/Ac +- **Coordinates:** 43.61000, -116.76000 +- **URL:** https://lgseeds.com/performance/corn#plot-143348 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | K5836PWE | - | 266.1 | +| 2 | LG Seeds | LG56C25 | SSPRIB | 263.9 | +| 3 | LG Seeds | LG5525 | VT2RIB | 250.8 | +| 4 | LG Seeds | LG51C62 | VT2RIB | 246.0 | +| 5 | LG Seeds | LG54C76 | VT2RIB | 241.9 | + +Top 5 by Yield: K5836PWE (Unknown) 266.1, LG56C25 (LG Seeds) 263.9, LG5525 (LG Seeds) 250.8, LG51C62 (LG Seeds) 246.0, LG54C76 (LG Seeds) 241.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143355.json b/corpus/lg_plot_reports/lgpr-corn-2024-143355.json new file mode 100644 index 00000000..c784c551 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143355.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143355", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Oxford", + "year": 2024, + "plot_id": "143355", + "lat": 39.42, + "lng": -84.81, + "cooperator": "Alan Herrmann", + "salesperson": "Alan Herrmann", + "planted_date": "2024-05-13", + "harvested_date": "2024-10-07", + "plot_average": 212.5, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "214-78", + "traits": "", + "metrics": { + "Yield": 245.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG58C73", + "traits": "", + "metrics": { + "Yield": 227.7 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "SC1122", + "traits": "", + "metrics": { + "Yield": 225.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "", + "metrics": { + "Yield": 224.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "210-46", + "traits": "", + "metrics": { + "Yield": 219.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143355" + ], + "fetched_at": "2026-05-27T02:19:34.140908+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143355.md b/corpus/lg_plot_reports/lgpr-corn-2024-143355.md new file mode 100644 index 00000000..5550d280 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143355.md @@ -0,0 +1,28 @@ +# Corn yield trial — Oxford, Ohio, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Ohio (OH) +- **City:** Oxford +- **Year:** 2024 +- **Plot ID:** 143355 +- **Cooperator:** Alan Herrmann +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-07 +- **Plot average:** 212.5 BU/Ac +- **Coordinates:** 39.42000, -84.81000 +- **URL:** https://lgseeds.com/performance/corn#plot-143355 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 214-78 | - | 245.7 | +| 2 | LG Seeds | LG58C73 | - | 227.7 | +| 3 | Unknown | SC1122 | - | 225.0 | +| 4 | LG Seeds | LG53C44 | - | 224.1 | +| 5 | Unknown | 210-46 | - | 219.2 | + +Top 5 by Yield: 214-78 (Unknown) 245.7, LG58C73 (LG Seeds) 227.7, SC1122 (Unknown) 225.0, LG53C44 (LG Seeds) 224.1, 210-46 (Unknown) 219.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143356.json b/corpus/lg_plot_reports/lgpr-corn-2024-143356.json new file mode 100644 index 00000000..ca35fcaa --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143356.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143356", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Colorado", + "state_abbrev": "co", + "city": "Fleming", + "year": 2024, + "plot_id": "143356", + "lat": 40.42439, + "lng": -102.83692, + "cooperator": "Derek Whittington", + "salesperson": "Derek Whittington", + "planted_date": "2024-05-25", + "harvested_date": "2024-10-08", + "plot_average": 60.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG42C37", + "traits": "5222AEZ", + "metrics": { + "Yield": 69.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 69.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 66.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LG42C37-5222AEZ", + "traits": "", + "metrics": { + "Yield": 64.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 63.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143356" + ], + "fetched_at": "2026-05-27T02:18:21.113052+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143356.md b/corpus/lg_plot_reports/lgpr-corn-2024-143356.md new file mode 100644 index 00000000..3dcdf788 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143356.md @@ -0,0 +1,28 @@ +# Corn yield trial — Fleming, Colorado, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Colorado (CO) +- **City:** Fleming +- **Year:** 2024 +- **Plot ID:** 143356 +- **Cooperator:** Derek Whittington +- **Planted:** 2024-05-25 +- **Harvested:** 2024-10-08 +- **Plot average:** 60.2 BU/Ac +- **Coordinates:** 40.42439, -102.83692 +- **URL:** https://lgseeds.com/performance/corn#plot-143356 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG42C37 | 5222AEZ | 69.1 | +| 2 | LG Seeds | LG51C62 | VT2RIB | 69.0 | +| 3 | LG Seeds | LG42C80 | VT2RIB | 66.5 | +| 4 | Unknown | LG42C37-5222AEZ | - | 64.5 | +| 5 | LG Seeds | LG48C87 | VT2RIB | 63.9 | + +Top 5 by Yield: LG42C37 (LG Seeds) 69.1, LG51C62 (LG Seeds) 69.0, LG42C80 (LG Seeds) 66.5, LG42C37-5222AEZ (Unknown) 64.5, LG48C87 (LG Seeds) 63.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143361.json b/corpus/lg_plot_reports/lgpr-corn-2024-143361.json new file mode 100644 index 00000000..815450f3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143361.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143361", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Bingham Lake", + "year": 2024, + "plot_id": "143361", + "lat": 43.87, + "lng": -94.96, + "cooperator": "Darby Harder", + "salesperson": "Darby Harder", + "planted_date": "2024-04-22", + "harvested_date": "2024-10-09", + "plot_average": 200.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 220.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 213.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 210.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG58C73", + "traits": "3110", + "metrics": { + "Yield": 208.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG55C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 201.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143361" + ], + "fetched_at": "2026-05-27T02:19:04.644301+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143361.md b/corpus/lg_plot_reports/lgpr-corn-2024-143361.md new file mode 100644 index 00000000..bab256e0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143361.md @@ -0,0 +1,28 @@ +# Corn yield trial — Bingham Lake, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Bingham Lake +- **Year:** 2024 +- **Plot ID:** 143361 +- **Cooperator:** Darby Harder +- **Planted:** 2024-04-22 +- **Harvested:** 2024-10-09 +- **Plot average:** 200.2 BU/Ac +- **Coordinates:** 43.87000, -94.96000 +- **URL:** https://lgseeds.com/performance/corn#plot-143361 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG59C72 | 5222EZ | 220.0 | +| 2 | LG Seeds | LG52C90 | VT2PRO | 213.0 | +| 3 | LG Seeds | LG58C48 | VT2RIB | 210.0 | +| 4 | LG Seeds | LG58C73 | 3110 | 208.0 | +| 5 | LG Seeds | LG55C32 | SSPRIB | 201.0 | + +Top 5 by Yield: LG59C72 (LG Seeds) 220.0, LG52C90 (LG Seeds) 213.0, LG58C48 (LG Seeds) 210.0, LG58C73 (LG Seeds) 208.0, LG55C32 (LG Seeds) 201.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143364.json b/corpus/lg_plot_reports/lgpr-corn-2024-143364.json new file mode 100644 index 00000000..a3ab058b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143364.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143364", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wyoming", + "state_abbrev": "wy", + "city": "Pine Bluffs", + "year": 2024, + "plot_id": "143364", + "lat": 41.41, + "lng": -104.15, + "cooperator": "Mike Peterson Hillside Farm", + "salesperson": "Mike Peterson Hillside Farm ", + "planted_date": "2024-05-07", + "harvested_date": "2024-11-04", + "plot_average": 225.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B91K05Q", + "traits": "", + "metrics": { + "Yield": 240.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC092-13RIB", + "traits": "", + "metrics": { + "Yield": 238.5 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B92D25Q", + "traits": "", + "metrics": { + "Yield": 238.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B87D33Q", + "traits": "", + "metrics": { + "Yield": 231.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC093-76RIB", + "traits": "", + "metrics": { + "Yield": 226.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143364" + ], + "fetched_at": "2026-05-27T02:18:38.854975+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143364.md b/corpus/lg_plot_reports/lgpr-corn-2024-143364.md new file mode 100644 index 00000000..f38d06c5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143364.md @@ -0,0 +1,29 @@ +# Corn yield trial — Pine Bluffs, Wyoming, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wyoming (WY) +- **City:** Pine Bluffs +- **Year:** 2024 +- **Plot ID:** 143364 +- **Cooperator:** Mike Peterson Hillside Farm +- **Salesperson:** Mike Peterson Hillside Farm +- **Planted:** 2024-05-07 +- **Harvested:** 2024-11-04 +- **Plot average:** 225.4 BU/Ac +- **Coordinates:** 41.41000, -104.15000 +- **URL:** https://lgseeds.com/performance/corn#plot-143364 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B91K05Q | - | 240.6 | +| 2 | Unknown | DKC092-13RIB | - | 238.5 | +| 3 | Unknown | B92D25Q | - | 238.2 | +| 4 | Unknown | B87D33Q | - | 231.7 | +| 5 | Unknown | DKC093-76RIB | - | 226.0 | + +Top 5 by Yield: B91K05Q (Unknown) 240.6, DKC092-13RIB (Unknown) 238.5, B92D25Q (Unknown) 238.2, B87D33Q (Unknown) 231.7, DKC093-76RIB (Unknown) 226.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143390.json b/corpus/lg_plot_reports/lgpr-corn-2024-143390.json new file mode 100644 index 00000000..a0da9ce0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143390.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143390", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Grant park ", + "year": 2024, + "plot_id": "143390", + "lat": 41.28, + "lng": -87.68, + "cooperator": "Bruce Matthias", + "salesperson": "Bruce Matthias", + "planted_date": "2024-05-24", + "harvested_date": "2024-10-28", + "plot_average": 255.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 275.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C77", + "traits": "STXRIB", + "metrics": { + "Yield": 266.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 264.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 261.9 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "K5836PWE", + "traits": "", + "metrics": { + "Yield": 260.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143390" + ], + "fetched_at": "2026-05-27T02:19:31.912416+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143390.md b/corpus/lg_plot_reports/lgpr-corn-2024-143390.md new file mode 100644 index 00000000..fb3646e4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143390.md @@ -0,0 +1,28 @@ +# Corn yield trial — Grant park , Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Grant park +- **Year:** 2024 +- **Plot ID:** 143390 +- **Cooperator:** Bruce Matthias +- **Planted:** 2024-05-24 +- **Harvested:** 2024-10-28 +- **Plot average:** 255.1 BU/Ac +- **Coordinates:** 41.28000, -87.68000 +- **URL:** https://lgseeds.com/performance/corn#plot-143390 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG59C72 | 5222EZ | 275.7 | +| 2 | LG Seeds | LG63C77 | STXRIB | 266.9 | +| 3 | LG Seeds | LG64C43 | VT2RIB | 264.5 | +| 4 | LG Seeds | LG56C25 | SSPRIB | 261.9 | +| 5 | Unknown | K5836PWE | - | 260.4 | + +Top 5 by Yield: LG59C72 (LG Seeds) 275.7, LG63C77 (LG Seeds) 266.9, LG64C43 (LG Seeds) 264.5, LG56C25 (LG Seeds) 261.9, K5836PWE (Unknown) 260.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143401.json b/corpus/lg_plot_reports/lgpr-corn-2024-143401.json new file mode 100644 index 00000000..e0da3511 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143401.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143401", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Princeton ", + "year": 2024, + "plot_id": "143401", + "lat": 43.84, + "lng": -89.08, + "cooperator": "Andy Otto", + "salesperson": "Andy Otto", + "planted_date": "2024-05-01", + "harvested_date": "2024-11-01", + "plot_average": 186.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B04J45PCE", + "traits": "", + "metrics": { + "Yield": 218.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 215.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC102-13RIB", + "traits": "", + "metrics": { + "Yield": 209.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC101-35RIB", + "traits": "", + "metrics": { + "Yield": 207.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC102-28RIB", + "traits": "", + "metrics": { + "Yield": 202.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143401" + ], + "fetched_at": "2026-05-27T02:18:58.614443+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143401.md b/corpus/lg_plot_reports/lgpr-corn-2024-143401.md new file mode 100644 index 00000000..d141c877 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143401.md @@ -0,0 +1,28 @@ +# Corn yield trial — Princeton , Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Princeton +- **Year:** 2024 +- **Plot ID:** 143401 +- **Cooperator:** Andy Otto +- **Planted:** 2024-05-01 +- **Harvested:** 2024-11-01 +- **Plot average:** 186.4 BU/Ac +- **Coordinates:** 43.84000, -89.08000 +- **URL:** https://lgseeds.com/performance/corn#plot-143401 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B04J45PCE | - | 218.4 | +| 2 | LG Seeds | LG53C44 | VT2RIB | 215.3 | +| 3 | Unknown | DKC102-13RIB | - | 209.9 | +| 4 | Unknown | DKC101-35RIB | - | 207.2 | +| 5 | Unknown | DKC102-28RIB | - | 202.4 | + +Top 5 by Yield: B04J45PCE (Unknown) 218.4, LG53C44 (LG Seeds) 215.3, DKC102-13RIB (Unknown) 209.9, DKC101-35RIB (Unknown) 207.2, DKC102-28RIB (Unknown) 202.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143404.json b/corpus/lg_plot_reports/lgpr-corn-2024-143404.json new file mode 100644 index 00000000..7c54788d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143404.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143404", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wyoming", + "state_abbrev": "wy", + "city": "Pine Bluffs", + "year": 2024, + "plot_id": "143404", + "lat": 41.42, + "lng": -104.12, + "cooperator": "Mike Peterson Hillside Farm", + "salesperson": "Mike Peterson Hillside Farm ", + "planted_date": "2024-05-07", + "harvested_date": "2024-11-04", + "plot_average": 228.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC093-77RIB", + "traits": "", + "metrics": { + "Yield": 244.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 241.2 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P90630AM", + "traits": "", + "metrics": { + "Yield": 234.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B92W94AM", + "traits": "", + "metrics": { + "Yield": 230.9 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC092-14RIB", + "traits": "", + "metrics": { + "Yield": 227.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143404" + ], + "fetched_at": "2026-05-27T02:18:39.108868+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143404.md b/corpus/lg_plot_reports/lgpr-corn-2024-143404.md new file mode 100644 index 00000000..2adff62b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143404.md @@ -0,0 +1,29 @@ +# Corn yield trial — Pine Bluffs, Wyoming, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wyoming (WY) +- **City:** Pine Bluffs +- **Year:** 2024 +- **Plot ID:** 143404 +- **Cooperator:** Mike Peterson Hillside Farm +- **Salesperson:** Mike Peterson Hillside Farm +- **Planted:** 2024-05-07 +- **Harvested:** 2024-11-04 +- **Plot average:** 228.8 BU/Ac +- **Coordinates:** 41.42000, -104.12000 +- **URL:** https://lgseeds.com/performance/corn#plot-143404 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC093-77RIB | - | 244.4 | +| 2 | LG Seeds | LG42C80 | VT2RIB | 241.2 | +| 3 | Pioneer | P90630AM | - | 234.4 | +| 4 | Unknown | B92W94AM | - | 230.9 | +| 5 | Unknown | DKC092-14RIB | - | 227.5 | + +Top 5 by Yield: DKC093-77RIB (Unknown) 244.4, LG42C80 (LG Seeds) 241.2, P90630AM (Pioneer) 234.4, B92W94AM (Unknown) 230.9, DKC092-14RIB (Unknown) 227.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143417.json b/corpus/lg_plot_reports/lgpr-corn-2024-143417.json new file mode 100644 index 00000000..aecccbd3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143417.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143417", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Perry", + "year": 2024, + "plot_id": "143417", + "lat": 39.7825, + "lng": -90.73867, + "cooperator": "Kurt Hannant", + "salesperson": "Kurt Hannant", + "planted_date": "2024-04-20", + "harvested_date": "2024-10-14", + "plot_average": 256.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 270.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 266.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 265.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 263.9 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "214-78DGVT2PRIB", + "traits": "", + "metrics": { + "Yield": 260.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143417" + ], + "fetched_at": "2026-05-27T02:19:59.152457+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143417.md b/corpus/lg_plot_reports/lgpr-corn-2024-143417.md new file mode 100644 index 00000000..cba4298d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143417.md @@ -0,0 +1,28 @@ +# Corn yield trial — Perry, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Perry +- **Year:** 2024 +- **Plot ID:** 143417 +- **Cooperator:** Kurt Hannant +- **Planted:** 2024-04-20 +- **Harvested:** 2024-10-14 +- **Plot average:** 256.3 BU/Ac +- **Coordinates:** 39.78250, -90.73867 +- **URL:** https://lgseeds.com/performance/corn#plot-143417 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C43 | VT2RIB | 270.7 | +| 2 | LG Seeds | LG66C44 | VT2RIB | 266.5 | +| 3 | LG Seeds | LG58C48 | VT2RIB | 265.5 | +| 4 | LG Seeds | LG63C54 | PCE | 263.9 | +| 5 | Unknown | 214-78DGVT2PRIB | - | 260.2 | + +Top 5 by Yield: LG64C43 (LG Seeds) 270.7, LG66C44 (LG Seeds) 266.5, LG58C48 (LG Seeds) 265.5, LG63C54 (LG Seeds) 263.9, 214-78DGVT2PRIB (Unknown) 260.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143422.json b/corpus/lg_plot_reports/lgpr-corn-2024-143422.json new file mode 100644 index 00000000..5fdbafb1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143422.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143422", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Griggsville ", + "year": 2024, + "plot_id": "143422", + "lat": 39.73, + "lng": -90.72, + "cooperator": "Larry Wiese", + "salesperson": "Larry Wiese", + "planted_date": "2024-04-20", + "harvested_date": "2024-09-26", + "plot_average": 248.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 259.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 256.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 255.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 248.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 246.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143422" + ], + "fetched_at": "2026-05-27T02:18:57.634543+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143422.md b/corpus/lg_plot_reports/lgpr-corn-2024-143422.md new file mode 100644 index 00000000..c084e384 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143422.md @@ -0,0 +1,28 @@ +# Corn yield trial — Griggsville , Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Griggsville +- **Year:** 2024 +- **Plot ID:** 143422 +- **Cooperator:** Larry Wiese +- **Planted:** 2024-04-20 +- **Harvested:** 2024-09-26 +- **Plot average:** 248.9 BU/Ac +- **Coordinates:** 39.73000, -90.72000 +- **URL:** https://lgseeds.com/performance/corn#plot-143422 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C73 | VT2PRO | 259.5 | +| 2 | LG Seeds | LG63C54 | PCE | 256.0 | +| 3 | LG Seeds | LG63C32 | SSP | 255.0 | +| 4 | LG Seeds | LG64C43 | VT2RIB | 248.1 | +| 5 | LG Seeds | LG66C44 | VT2RIB | 246.2 | + +Top 5 by Yield: LG62C73 (LG Seeds) 259.5, LG63C54 (LG Seeds) 256.0, LG63C32 (LG Seeds) 255.0, LG64C43 (LG Seeds) 248.1, LG66C44 (LG Seeds) 246.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143432.json b/corpus/lg_plot_reports/lgpr-corn-2024-143432.json new file mode 100644 index 00000000..ce39f5da --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143432.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143432", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Ivesdale", + "year": 2024, + "plot_id": "143432", + "lat": 39.9686, + "lng": -88.48641, + "cooperator": "Ron Falk", + "salesperson": "Ron Falk ", + "planted_date": "2024-05-30", + "harvested_date": "2024-10-31", + "plot_average": 262.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 286.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "", + "metrics": { + "Yield": 282.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG61C21", + "traits": "3110", + "metrics": { + "Yield": 278.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG64C20", + "traits": "", + "metrics": { + "Yield": 277.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG62C73VT2PRO", + "traits": "", + "metrics": { + "Yield": 270.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143432" + ], + "fetched_at": "2026-05-27T02:19:17.636362+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143432.md b/corpus/lg_plot_reports/lgpr-corn-2024-143432.md new file mode 100644 index 00000000..94e8b8d4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143432.md @@ -0,0 +1,29 @@ +# Corn yield trial — Ivesdale, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Ivesdale +- **Year:** 2024 +- **Plot ID:** 143432 +- **Cooperator:** Ron Falk +- **Salesperson:** Ron Falk +- **Planted:** 2024-05-30 +- **Harvested:** 2024-10-31 +- **Plot average:** 262.4 BU/Ac +- **Coordinates:** 39.96860, -88.48641 +- **URL:** https://lgseeds.com/performance/corn#plot-143432 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C82 | DGVT2RIB | 286.2 | +| 2 | LG Seeds | LG62C73 | - | 282.3 | +| 3 | LG Seeds | LG61C21 | 3110 | 278.4 | +| 4 | LG Seeds | LG64C20 | - | 277.0 | +| 5 | Unknown | LG62C73VT2PRO | - | 270.4 | + +Top 5 by Yield: LG63C82 (LG Seeds) 286.2, LG62C73 (LG Seeds) 282.3, LG61C21 (LG Seeds) 278.4, LG64C20 (LG Seeds) 277.0, LG62C73VT2PRO (Unknown) 270.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143433.json b/corpus/lg_plot_reports/lgpr-corn-2024-143433.json new file mode 100644 index 00000000..ed7a004a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143433.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143433", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Sleepy Eye ", + "year": 2024, + "plot_id": "143433", + "lat": 44.23914, + "lng": -94.59038, + "cooperator": "Mike Seitz", + "salesperson": "Mike Seitz", + "planted_date": "2024-05-30", + "harvested_date": "2024-10-30", + "plot_average": 189.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG57C33", + "traits": "VT2RIB", + "metrics": { + "Yield": 205.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 199.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "VT2RIB", + "metrics": { + "Yield": 199.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "4672Q", + "traits": "", + "metrics": { + "Yield": 196.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 195.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143433" + ], + "fetched_at": "2026-05-27T02:19:21.899065+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143433.md b/corpus/lg_plot_reports/lgpr-corn-2024-143433.md new file mode 100644 index 00000000..7bee4430 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143433.md @@ -0,0 +1,28 @@ +# Corn yield trial — Sleepy Eye , Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Sleepy Eye +- **Year:** 2024 +- **Plot ID:** 143433 +- **Cooperator:** Mike Seitz +- **Planted:** 2024-05-30 +- **Harvested:** 2024-10-30 +- **Plot average:** 189.2 BU/Ac +- **Coordinates:** 44.23914, -94.59038 +- **URL:** https://lgseeds.com/performance/corn#plot-143433 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG57C33 | VT2RIB | 205.1 | +| 2 | LG Seeds | LG49C28 | VT2RIB | 199.5 | +| 3 | LG Seeds | LG59C72 | VT2RIB | 199.0 | +| 4 | Unknown | 4672Q | - | 196.8 | +| 5 | LG Seeds | LG48C87 | VT2RIB | 195.3 | + +Top 5 by Yield: LG57C33 (LG Seeds) 205.1, LG49C28 (LG Seeds) 199.5, LG59C72 (LG Seeds) 199.0, 4672Q (Unknown) 196.8, LG48C87 (LG Seeds) 195.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143449.json b/corpus/lg_plot_reports/lgpr-corn-2024-143449.json new file mode 100644 index 00000000..61d6e204 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143449.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143449", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Bay City", + "year": 2024, + "plot_id": "143449", + "lat": 43.52349, + "lng": -83.82679, + "cooperator": "B&G Seed Service", + "salesperson": "B&G Seed Service", + "planted_date": "2024-05-09", + "harvested_date": "2024-10-09", + "plot_average": 234.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 255.81 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 250.51 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 239.43 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "D40VC41RIB", + "traits": "", + "metrics": { + "Yield": 239.37 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "VT2RIB", + "metrics": { + "Yield": 239.12 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143449" + ], + "fetched_at": "2026-05-27T02:18:08.865043+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143449.md b/corpus/lg_plot_reports/lgpr-corn-2024-143449.md new file mode 100644 index 00000000..ca9b3675 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143449.md @@ -0,0 +1,28 @@ +# Corn yield trial — Bay City, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Bay City +- **Year:** 2024 +- **Plot ID:** 143449 +- **Cooperator:** B&G Seed Service +- **Planted:** 2024-05-09 +- **Harvested:** 2024-10-09 +- **Plot average:** 234.1 BU/Ac +- **Coordinates:** 43.52349, -83.82679 +- **URL:** https://lgseeds.com/performance/corn#plot-143449 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 255.81 | +| 2 | LG Seeds | LG52C90 | VT2PRO | 250.51 | +| 3 | LG Seeds | LG48C87 | VT2RIB | 239.43 | +| 4 | Unknown | D40VC41RIB | - | 239.37 | +| 5 | LG Seeds | LG47C77 | VT2RIB | 239.12 | + +Top 5 by Yield: LG51C62 (LG Seeds) 255.81, LG52C90 (LG Seeds) 250.51, LG48C87 (LG Seeds) 239.43, D40VC41RIB (Unknown) 239.37, LG47C77 (LG Seeds) 239.12. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143453.json b/corpus/lg_plot_reports/lgpr-corn-2024-143453.json new file mode 100644 index 00000000..0329d8ac --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143453.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143453", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Forrest City", + "year": 2024, + "plot_id": "143453", + "lat": 40.33548, + "lng": -89.82817, + "cooperator": "Miller Brothers Farm", + "salesperson": "Miller Brothers Farm", + "planted_date": "2024-05-20", + "harvested_date": "2024-10-14", + "plot_average": 257.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 276.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Yield": 269.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 269.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 267.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 266.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143453" + ], + "fetched_at": "2026-05-27T02:19:41.434759+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143453.md b/corpus/lg_plot_reports/lgpr-corn-2024-143453.md new file mode 100644 index 00000000..c64c91f8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143453.md @@ -0,0 +1,28 @@ +# Corn yield trial — Forrest City, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Forrest City +- **Year:** 2024 +- **Plot ID:** 143453 +- **Cooperator:** Miller Brothers Farm +- **Planted:** 2024-05-20 +- **Harvested:** 2024-10-14 +- **Plot average:** 257.7 BU/Ac +- **Coordinates:** 40.33548, -89.82817 +- **URL:** https://lgseeds.com/performance/corn#plot-143453 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C82 | DGVT2RIB | 276.7 | +| 2 | LG Seeds | LG67C27 | STXRIB | 269.5 | +| 3 | LG Seeds | LG61C34 | STXRIB | 269.4 | +| 4 | LG Seeds | LG63C32 | SSP | 267.3 | +| 5 | LG Seeds | LG63C54 | PCE | 266.2 | + +Top 5 by Yield: LG63C82 (LG Seeds) 276.7, LG67C27 (LG Seeds) 269.5, LG61C34 (LG Seeds) 269.4, LG63C32 (LG Seeds) 267.3, LG63C54 (LG Seeds) 266.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143457.json b/corpus/lg_plot_reports/lgpr-corn-2024-143457.json new file mode 100644 index 00000000..8498c070 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143457.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143457", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Hancock", + "year": 2024, + "plot_id": "143457", + "lat": 45.46285, + "lng": -95.89203, + "cooperator": "Mike Paul", + "salesperson": "Mike Paul", + "planted_date": "2024-05-02", + "harvested_date": "2024-10-10", + "plot_average": 202.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSP", + "metrics": { + "Yield": 233.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2PRO", + "metrics": { + "Yield": 216.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "STXRIB", + "metrics": { + "Yield": 210.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 206.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 202.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143457" + ], + "fetched_at": "2026-05-27T02:18:01.365693+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143457.md b/corpus/lg_plot_reports/lgpr-corn-2024-143457.md new file mode 100644 index 00000000..ed1b0c3b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143457.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hancock, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Hancock +- **Year:** 2024 +- **Plot ID:** 143457 +- **Cooperator:** Mike Paul +- **Planted:** 2024-05-02 +- **Harvested:** 2024-10-10 +- **Plot average:** 202.1 BU/Ac +- **Coordinates:** 45.46285, -95.89203 +- **URL:** https://lgseeds.com/performance/corn#plot-143457 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C32 | SSP | 233.8 | +| 2 | LG Seeds | LG46C85 | VT2PRO | 216.5 | +| 3 | LG Seeds | LG47C77 | STXRIB | 210.6 | +| 4 | LG Seeds | LG48C32 | SSPRIB | 206.0 | +| 5 | LG Seeds | LG51C62 | VT2RIB | 202.7 | + +Top 5 by Yield: LG51C32 (LG Seeds) 233.8, LG46C85 (LG Seeds) 216.5, LG47C77 (LG Seeds) 210.6, LG48C32 (LG Seeds) 206.0, LG51C62 (LG Seeds) 202.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143462.json b/corpus/lg_plot_reports/lgpr-corn-2024-143462.json new file mode 100644 index 00000000..b4e5dfed --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143462.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143462", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Blooming Prairie", + "year": 2024, + "plot_id": "143462", + "lat": 43.88667, + "lng": -93.05593, + "cooperator": "MJC Farms", + "salesperson": "MJC Farms", + "planted_date": "2024-05-11", + "harvested_date": "2024-10-18", + "plot_average": 232.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "VT2RIB", + "metrics": { + "Yield": 255.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG58C73", + "traits": "3110", + "metrics": { + "Yield": 244.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG55C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 241.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 241.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 238.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143462" + ], + "fetched_at": "2026-05-27T02:19:38.906444+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143462.md b/corpus/lg_plot_reports/lgpr-corn-2024-143462.md new file mode 100644 index 00000000..0bbd8216 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143462.md @@ -0,0 +1,28 @@ +# Corn yield trial — Blooming Prairie, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Blooming Prairie +- **Year:** 2024 +- **Plot ID:** 143462 +- **Cooperator:** MJC Farms +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-18 +- **Plot average:** 232.5 BU/Ac +- **Coordinates:** 43.88667, -93.05593 +- **URL:** https://lgseeds.com/performance/corn#plot-143462 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG59C72 | VT2RIB | 255.7 | +| 2 | LG Seeds | LG58C73 | 3110 | 244.0 | +| 3 | LG Seeds | LG55C32 | SSPRIB | 241.9 | +| 4 | LG Seeds | LG56C25 | SSPRIB | 241.3 | +| 5 | LG Seeds | LG53C44 | VT2RIB | 238.0 | + +Top 5 by Yield: LG59C72 (LG Seeds) 255.7, LG58C73 (LG Seeds) 244.0, LG55C32 (LG Seeds) 241.9, LG56C25 (LG Seeds) 241.3, LG53C44 (LG Seeds) 238.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143465.json b/corpus/lg_plot_reports/lgpr-corn-2024-143465.json new file mode 100644 index 00000000..e58c7980 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143465.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143465", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Grand Meadow", + "year": 2024, + "plot_id": "143465", + "lat": 43.60853, + "lng": -92.59048, + "cooperator": "Nexus Cooperative", + "salesperson": "Nexus Cooperative", + "planted_date": "2024-04-24", + "harvested_date": "2024-10-21", + "plot_average": 235.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "", + "metrics": { + "Yield": 255.1 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P0589", + "traits": "", + "metrics": { + "Yield": 251.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "", + "metrics": { + "Yield": 242.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG46C57", + "traits": "", + "metrics": { + "Yield": 236.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG52C42", + "traits": "", + "metrics": { + "Yield": 230.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143465" + ], + "fetched_at": "2026-05-27T02:19:04.896393+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143465.md b/corpus/lg_plot_reports/lgpr-corn-2024-143465.md new file mode 100644 index 00000000..8114fbed --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143465.md @@ -0,0 +1,28 @@ +# Corn yield trial — Grand Meadow, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Grand Meadow +- **Year:** 2024 +- **Plot ID:** 143465 +- **Cooperator:** Nexus Cooperative +- **Planted:** 2024-04-24 +- **Harvested:** 2024-10-21 +- **Plot average:** 235.6 BU/Ac +- **Coordinates:** 43.60853, -92.59048 +- **URL:** https://lgseeds.com/performance/corn#plot-143465 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | - | 255.1 | +| 2 | Pioneer | P0589 | - | 251.0 | +| 3 | LG Seeds | LG48C87 | - | 242.0 | +| 4 | LG Seeds | LG46C57 | - | 236.0 | +| 5 | LG Seeds | LG52C42 | - | 230.0 | + +Top 5 by Yield: LG51C62 (LG Seeds) 255.1, P0589 (Pioneer) 251.0, LG48C87 (LG Seeds) 242.0, LG46C57 (LG Seeds) 236.0, LG52C42 (LG Seeds) 230.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143467.json b/corpus/lg_plot_reports/lgpr-corn-2024-143467.json new file mode 100644 index 00000000..c8ea02fc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143467.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143467", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Meltonville", + "year": 2024, + "plot_id": "143467", + "lat": 43.44584, + "lng": -93.0382, + "cooperator": "Nexus Cooperative", + "salesperson": "Nexus Cooperative", + "planted_date": "2024-04-25", + "harvested_date": "2024-10-22", + "plot_average": 246.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B04J45V", + "traits": "", + "metrics": { + "Yield": 276.9 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC108-64RIB", + "traits": "", + "metrics": { + "Yield": 273.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "CP4770SS", + "traits": "", + "metrics": { + "Yield": 271.3 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B06Y18V", + "traits": "", + "metrics": { + "Yield": 270.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 270.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143467" + ], + "fetched_at": "2026-05-27T02:19:46.639255+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143467.md b/corpus/lg_plot_reports/lgpr-corn-2024-143467.md new file mode 100644 index 00000000..5c19e929 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143467.md @@ -0,0 +1,28 @@ +# Corn yield trial — Meltonville, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Meltonville +- **Year:** 2024 +- **Plot ID:** 143467 +- **Cooperator:** Nexus Cooperative +- **Planted:** 2024-04-25 +- **Harvested:** 2024-10-22 +- **Plot average:** 246.3 BU/Ac +- **Coordinates:** 43.44584, -93.03820 +- **URL:** https://lgseeds.com/performance/corn#plot-143467 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B04J45V | - | 276.9 | +| 2 | Unknown | DKC108-64RIB | - | 273.1 | +| 3 | Unknown | CP4770SS | - | 271.3 | +| 4 | Unknown | B06Y18V | - | 270.5 | +| 5 | LG Seeds | LG56C25 | SSPRIB | 270.1 | + +Top 5 by Yield: B04J45V (Unknown) 276.9, DKC108-64RIB (Unknown) 273.1, CP4770SS (Unknown) 271.3, B06Y18V (Unknown) 270.5, LG56C25 (LG Seeds) 270.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143468.json b/corpus/lg_plot_reports/lgpr-corn-2024-143468.json new file mode 100644 index 00000000..d6b64e98 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143468.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143468", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Meltonville", + "year": 2024, + "plot_id": "143468", + "lat": 43.44462, + "lng": -93.02249, + "cooperator": "Nexus Cooperative", + "salesperson": "Nexus Cooperative", + "planted_date": "2024-04-14", + "harvested_date": "2024-10-05", + "plot_average": 260.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B06Y18Q", + "traits": "", + "metrics": { + "Yield": 297.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B04J45PCE", + "traits": "", + "metrics": { + "Yield": 292.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC56-26RIB", + "traits": "", + "metrics": { + "Yield": 283.6 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B05D47V", + "traits": "", + "metrics": { + "Yield": 278.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B03H35AM", + "traits": "", + "metrics": { + "Yield": 277.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143468" + ], + "fetched_at": "2026-05-27T02:19:13.881004+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143468.md b/corpus/lg_plot_reports/lgpr-corn-2024-143468.md new file mode 100644 index 00000000..0cb34832 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143468.md @@ -0,0 +1,28 @@ +# Corn yield trial — Meltonville, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Meltonville +- **Year:** 2024 +- **Plot ID:** 143468 +- **Cooperator:** Nexus Cooperative +- **Planted:** 2024-04-14 +- **Harvested:** 2024-10-05 +- **Plot average:** 260.3 BU/Ac +- **Coordinates:** 43.44462, -93.02249 +- **URL:** https://lgseeds.com/performance/corn#plot-143468 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B06Y18Q | - | 297.1 | +| 2 | Unknown | B04J45PCE | - | 292.3 | +| 3 | Unknown | DKC56-26RIB | - | 283.6 | +| 4 | Unknown | B05D47V | - | 278.7 | +| 5 | Unknown | B03H35AM | - | 277.2 | + +Top 5 by Yield: B06Y18Q (Unknown) 297.1, B04J45PCE (Unknown) 292.3, DKC56-26RIB (Unknown) 283.6, B05D47V (Unknown) 278.7, B03H35AM (Unknown) 277.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143471.json b/corpus/lg_plot_reports/lgpr-corn-2024-143471.json new file mode 100644 index 00000000..8fb5edb5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143471.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143471", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Manly", + "year": 2024, + "plot_id": "143471", + "lat": 43.28891, + "lng": -93.20325, + "cooperator": "Nexus Cooperative", + "salesperson": "Nexus Cooperative", + "planted_date": "2024-04-23", + "harvested_date": "2024-10-09", + "plot_average": 259.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC101-33RIB", + "traits": "", + "metrics": { + "Yield": 294.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC56-26RIB", + "traits": "", + "metrics": { + "Yield": 282.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B06Y18Q", + "traits": "", + "metrics": { + "Yield": 272.6 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B03H35V", + "traits": "", + "metrics": { + "Yield": 271.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 271.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143471" + ], + "fetched_at": "2026-05-27T02:20:21.147569+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143471.md b/corpus/lg_plot_reports/lgpr-corn-2024-143471.md new file mode 100644 index 00000000..0f01b9b3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143471.md @@ -0,0 +1,28 @@ +# Corn yield trial — Manly, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Manly +- **Year:** 2024 +- **Plot ID:** 143471 +- **Cooperator:** Nexus Cooperative +- **Planted:** 2024-04-23 +- **Harvested:** 2024-10-09 +- **Plot average:** 259.3 BU/Ac +- **Coordinates:** 43.28891, -93.20325 +- **URL:** https://lgseeds.com/performance/corn#plot-143471 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC101-33RIB | - | 294.8 | +| 2 | Unknown | DKC56-26RIB | - | 282.8 | +| 3 | Unknown | B06Y18Q | - | 272.6 | +| 4 | Unknown | B03H35V | - | 271.3 | +| 5 | LG Seeds | LG51C62 | VT2RIB | 271.1 | + +Top 5 by Yield: DKC101-33RIB (Unknown) 294.8, DKC56-26RIB (Unknown) 282.8, B06Y18Q (Unknown) 272.6, B03H35V (Unknown) 271.3, LG51C62 (LG Seeds) 271.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143474.json b/corpus/lg_plot_reports/lgpr-corn-2024-143474.json new file mode 100644 index 00000000..6d2639ed --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143474.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143474", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Spring Valley", + "year": 2024, + "plot_id": "143474", + "lat": 43.70592, + "lng": -92.38849, + "cooperator": "Matt Fowler", + "salesperson": "Matt Fowler", + "planted_date": "2024-05-12", + "harvested_date": "2024-10-15", + "plot_average": 215.6, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "LX524-24TRC", + "traits": "", + "metrics": { + "Yield": 238.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LC544-24PCE", + "traits": "", + "metrics": { + "Yield": 235.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LC512-22VT2PRIB", + "traits": "", + "metrics": { + "Yield": 229.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LC494-23PCE", + "traits": "", + "metrics": { + "Yield": 227.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 225.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143474" + ], + "fetched_at": "2026-05-27T02:19:30.902378+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143474.md b/corpus/lg_plot_reports/lgpr-corn-2024-143474.md new file mode 100644 index 00000000..414f8cac --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143474.md @@ -0,0 +1,28 @@ +# Corn yield trial — Spring Valley, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Spring Valley +- **Year:** 2024 +- **Plot ID:** 143474 +- **Cooperator:** Matt Fowler +- **Planted:** 2024-05-12 +- **Harvested:** 2024-10-15 +- **Plot average:** 215.6 BU/Ac +- **Coordinates:** 43.70592, -92.38849 +- **URL:** https://lgseeds.com/performance/corn#plot-143474 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | LX524-24TRC | - | 238.5 | +| 2 | Unknown | LC544-24PCE | - | 235.0 | +| 3 | Unknown | LC512-22VT2PRIB | - | 229.0 | +| 4 | Unknown | LC494-23PCE | - | 227.9 | +| 5 | LG Seeds | LG51C62 | VT2RIB | 225.5 | + +Top 5 by Yield: LX524-24TRC (Unknown) 238.5, LC544-24PCE (Unknown) 235.0, LC512-22VT2PRIB (Unknown) 229.0, LC494-23PCE (Unknown) 227.9, LG51C62 (LG Seeds) 225.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143478.json b/corpus/lg_plot_reports/lgpr-corn-2024-143478.json new file mode 100644 index 00000000..57afbefd --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143478.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143478", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Indiana", + "state_abbrev": "in", + "city": "Columbia City", + "year": 2024, + "plot_id": "143478", + "lat": 41.07789, + "lng": -85.46788, + "cooperator": "Laux Farms", + "salesperson": "Laux Farms", + "planted_date": "2024-06-01", + "harvested_date": "2024-11-02", + "plot_average": 214.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C21", + "traits": "3110", + "metrics": { + "Yield": 234.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG60C86", + "traits": "5222EZ", + "metrics": { + "Yield": 233.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 227.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 223.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG58C73", + "traits": "3110", + "metrics": { + "Yield": 217.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143478" + ], + "fetched_at": "2026-05-27T02:19:19.393692+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143478.md b/corpus/lg_plot_reports/lgpr-corn-2024-143478.md new file mode 100644 index 00000000..3bc56ac6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143478.md @@ -0,0 +1,28 @@ +# Corn yield trial — Columbia City, Indiana, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Indiana (IN) +- **City:** Columbia City +- **Year:** 2024 +- **Plot ID:** 143478 +- **Cooperator:** Laux Farms +- **Planted:** 2024-06-01 +- **Harvested:** 2024-11-02 +- **Plot average:** 214.6 BU/Ac +- **Coordinates:** 41.07789, -85.46788 +- **URL:** https://lgseeds.com/performance/corn#plot-143478 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C21 | 3110 | 234.3 | +| 2 | LG Seeds | LG60C86 | 5222EZ | 233.8 | +| 3 | LG Seeds | LG53C44 | VT2RIB | 227.9 | +| 4 | LG Seeds | LG63C54 | PCE | 223.4 | +| 5 | LG Seeds | LG58C73 | 3110 | 217.8 | + +Top 5 by Yield: LG61C21 (LG Seeds) 234.3, LG60C86 (LG Seeds) 233.8, LG53C44 (LG Seeds) 227.9, LG63C54 (LG Seeds) 223.4, LG58C73 (LG Seeds) 217.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143488.json b/corpus/lg_plot_reports/lgpr-corn-2024-143488.json new file mode 100644 index 00000000..3ad9a45c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143488.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143488", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Armington", + "year": 2024, + "plot_id": "143488", + "lat": 40.35917, + "lng": -89.37771, + "cooperator": "Jake Schmidgall", + "salesperson": "Jake Schmidgall", + "planted_date": "2024-04-22", + "harvested_date": "2024-09-20", + "plot_average": 281.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 302.1 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P10477V", + "traits": "", + "metrics": { + "Yield": 300.5 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "", + "metrics": { + "Yield": 294.1 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P12065Q", + "traits": "", + "metrics": { + "Yield": 289.5 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "", + "metrics": { + "Yield": 287.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143488" + ], + "fetched_at": "2026-05-27T02:18:34.605484+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143488.md b/corpus/lg_plot_reports/lgpr-corn-2024-143488.md new file mode 100644 index 00000000..afcd4dd1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143488.md @@ -0,0 +1,28 @@ +# Corn yield trial — Armington, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Armington +- **Year:** 2024 +- **Plot ID:** 143488 +- **Cooperator:** Jake Schmidgall +- **Planted:** 2024-04-22 +- **Harvested:** 2024-09-20 +- **Plot average:** 281.4 BU/Ac +- **Coordinates:** 40.35917, -89.37771 +- **URL:** https://lgseeds.com/performance/corn#plot-143488 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C73 | VT2PRO | 302.1 | +| 2 | Pioneer | P10477V | - | 300.5 | +| 3 | Pioneer | P14830Q | - | 294.1 | +| 4 | Pioneer | P12065Q | - | 289.5 | +| 5 | Pioneer | P13777PCE | - | 287.3 | + +Top 5 by Yield: LG62C73 (LG Seeds) 302.1, P10477V (Pioneer) 300.5, P14830Q (Pioneer) 294.1, P12065Q (Pioneer) 289.5, P13777PCE (Pioneer) 287.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143490.json b/corpus/lg_plot_reports/lgpr-corn-2024-143490.json new file mode 100644 index 00000000..559e1141 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143490.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143490", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Sandusky", + "year": 2024, + "plot_id": "143490", + "lat": 43.36705, + "lng": -82.846, + "cooperator": "Dan Hale", + "salesperson": "Dan Hale", + "planted_date": "2024-05-23", + "harvested_date": "2024-10-18", + "plot_average": 200.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 216.13 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG42C37", + "traits": "5222AEZ", + "metrics": { + "Yield": 210.82 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 210.27 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LC465-23PCE", + "traits": "", + "metrics": { + "Yield": 208.61 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LC404-24", + "traits": "", + "metrics": { + "Yield": 207.73 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143490" + ], + "fetched_at": "2026-05-27T02:20:32.928994+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143490.md b/corpus/lg_plot_reports/lgpr-corn-2024-143490.md new file mode 100644 index 00000000..422844fb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143490.md @@ -0,0 +1,28 @@ +# Corn yield trial — Sandusky, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Sandusky +- **Year:** 2024 +- **Plot ID:** 143490 +- **Cooperator:** Dan Hale +- **Planted:** 2024-05-23 +- **Harvested:** 2024-10-18 +- **Plot average:** 200.3 BU/Ac +- **Coordinates:** 43.36705, -82.84600 +- **URL:** https://lgseeds.com/performance/corn#plot-143490 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG49C28 | VT2RIB | 216.13 | +| 2 | LG Seeds | LG42C37 | 5222AEZ | 210.82 | +| 3 | LG Seeds | LG51C62 | VT2RIB | 210.27 | +| 4 | Unknown | LC465-23PCE | - | 208.61 | +| 5 | Unknown | LC404-24 | - | 207.73 | + +Top 5 by Yield: LG49C28 (LG Seeds) 216.13, LG42C37 (LG Seeds) 210.82, LG51C62 (LG Seeds) 210.27, LC465-23PCE (Unknown) 208.61, LC404-24 (Unknown) 207.73. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143494.json b/corpus/lg_plot_reports/lgpr-corn-2024-143494.json new file mode 100644 index 00000000..48a77ade --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143494.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143494", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Munger ", + "year": 2024, + "plot_id": "143494", + "lat": 43.47581, + "lng": -83.79794, + "cooperator": "Sommerfield Farms", + "salesperson": "Sommerfield Farms", + "planted_date": "2024-05-10", + "harvested_date": "2024-10-16", + "plot_average": 215.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 230.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG46C57", + "traits": "", + "metrics": { + "Yield": 222.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 221.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 216.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 216.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143494" + ], + "fetched_at": "2026-05-27T02:20:37.430905+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143494.md b/corpus/lg_plot_reports/lgpr-corn-2024-143494.md new file mode 100644 index 00000000..bfea4c78 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143494.md @@ -0,0 +1,28 @@ +# Corn yield trial — Munger , Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Munger +- **Year:** 2024 +- **Plot ID:** 143494 +- **Cooperator:** Sommerfield Farms +- **Planted:** 2024-05-10 +- **Harvested:** 2024-10-16 +- **Plot average:** 215.9 BU/Ac +- **Coordinates:** 43.47581, -83.79794 +- **URL:** https://lgseeds.com/performance/corn#plot-143494 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 230.2 | +| 2 | LG Seeds | LG46C57 | - | 222.1 | +| 3 | LG Seeds | LG52C90 | VT2PRO | 221.0 | +| 4 | LG Seeds | LG49C28 | VT2RIB | 216.4 | +| 5 | LG Seeds | LG42C80 | VT2RIB | 216.0 | + +Top 5 by Yield: LG51C62 (LG Seeds) 230.2, LG46C57 (LG Seeds) 222.1, LG52C90 (LG Seeds) 221.0, LG49C28 (LG Seeds) 216.4, LG42C80 (LG Seeds) 216.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143497.json b/corpus/lg_plot_reports/lgpr-corn-2024-143497.json new file mode 100644 index 00000000..e8788bc4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143497.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143497", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Elmwood ", + "year": 2024, + "plot_id": "143497", + "lat": 40.83057, + "lng": -89.95803, + "cooperator": "Lynn Shissler", + "salesperson": "Lynn Shissler", + "planted_date": "2024-04-24", + "harvested_date": "2024-09-27", + "plot_average": 262.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 296.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 296.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 274.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG61C21", + "traits": "3110", + "metrics": { + "Yield": 273.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 270.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143497" + ], + "fetched_at": "2026-05-27T02:19:59.678509+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143497.md b/corpus/lg_plot_reports/lgpr-corn-2024-143497.md new file mode 100644 index 00000000..ee345cd7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143497.md @@ -0,0 +1,28 @@ +# Corn yield trial — Elmwood , Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Elmwood +- **Year:** 2024 +- **Plot ID:** 143497 +- **Cooperator:** Lynn Shissler +- **Planted:** 2024-04-24 +- **Harvested:** 2024-09-27 +- **Plot average:** 262.8 BU/Ac +- **Coordinates:** 40.83057, -89.95803 +- **URL:** https://lgseeds.com/performance/corn#plot-143497 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C73 | VT2PRO | 296.7 | +| 2 | LG Seeds | LG63C32 | SSP | 296.5 | +| 3 | LG Seeds | LG63C82 | DGVT2RIB | 274.6 | +| 4 | LG Seeds | LG61C21 | 3110 | 273.3 | +| 5 | LG Seeds | LG58C48 | VT2RIB | 270.9 | + +Top 5 by Yield: LG62C73 (LG Seeds) 296.7, LG63C32 (LG Seeds) 296.5, LG63C82 (LG Seeds) 274.6, LG61C21 (LG Seeds) 273.3, LG58C48 (LG Seeds) 270.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143499.json b/corpus/lg_plot_reports/lgpr-corn-2024-143499.json new file mode 100644 index 00000000..5462ce96 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143499.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143499", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Mahnomen", + "year": 2024, + "plot_id": "143499", + "lat": 47.27592, + "lng": -96.06556, + "cooperator": "Agrimax Mahnomen - Corn", + "salesperson": "Agrimax Mahnomen - Corn", + "planted_date": "2024-05-20", + "harvested_date": "2024-10-20", + "plot_average": 268.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 308.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "190-50VT2PRIB", + "traits": "", + "metrics": { + "Yield": 300.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "4119VT2Pro", + "traits": "", + "metrics": { + "Yield": 298.4 + } + }, + { + "rank": 4, + "brand": "NK", + "product": "9400-V", + "traits": "", + "metrics": { + "Yield": 292.3 + } + }, + { + "rank": 5, + "brand": "NK", + "product": "9231-AA", + "traits": "", + "metrics": { + "Yield": 289.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143499" + ], + "fetched_at": "2026-05-27T02:18:43.114952+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143499.md b/corpus/lg_plot_reports/lgpr-corn-2024-143499.md new file mode 100644 index 00000000..6a9e6978 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143499.md @@ -0,0 +1,28 @@ +# Corn yield trial — Mahnomen, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Mahnomen +- **Year:** 2024 +- **Plot ID:** 143499 +- **Cooperator:** Agrimax Mahnomen - Corn +- **Planted:** 2024-05-20 +- **Harvested:** 2024-10-20 +- **Plot average:** 268.2 BU/Ac +- **Coordinates:** 47.27592, -96.06556 +- **URL:** https://lgseeds.com/performance/corn#plot-143499 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG42C80 | VT2RIB | 308.1 | +| 2 | Unknown | 190-50VT2PRIB | - | 300.2 | +| 3 | Unknown | 4119VT2Pro | - | 298.4 | +| 4 | NK | 9400-V | - | 292.3 | +| 5 | NK | 9231-AA | - | 289.3 | + +Top 5 by Yield: LG42C80 (LG Seeds) 308.1, 190-50VT2PRIB (Unknown) 300.2, 4119VT2Pro (Unknown) 298.4, 9400-V (NK) 292.3, 9231-AA (NK) 289.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143500.json b/corpus/lg_plot_reports/lgpr-corn-2024-143500.json new file mode 100644 index 00000000..8069288f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143500.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143500", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Fertile", + "year": 2024, + "plot_id": "143500", + "lat": 47.52832, + "lng": -96.1432, + "cooperator": "Agrimax Fertile - Corn", + "salesperson": "Agrimax Fertile - Corn", + "planted_date": "2024-05-20", + "harvested_date": "2024-10-20", + "plot_average": 218.9, + "results": [ + { + "rank": 1, + "brand": "NK", + "product": "9400-V", + "traits": "", + "metrics": { + "Yield": 280.0 + } + }, + { + "rank": 2, + "brand": "NK", + "product": "9231-AA", + "traits": "", + "metrics": { + "Yield": 265.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 248.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "190-50VT2PRIB", + "traits": "", + "metrics": { + "Yield": 248.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "187-20VT2PRIB", + "traits": "", + "metrics": { + "Yield": 247.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143500" + ], + "fetched_at": "2026-05-27T02:18:43.376366+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143500.md b/corpus/lg_plot_reports/lgpr-corn-2024-143500.md new file mode 100644 index 00000000..abc0bdb8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143500.md @@ -0,0 +1,28 @@ +# Corn yield trial — Fertile, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Fertile +- **Year:** 2024 +- **Plot ID:** 143500 +- **Cooperator:** Agrimax Fertile - Corn +- **Planted:** 2024-05-20 +- **Harvested:** 2024-10-20 +- **Plot average:** 218.9 BU/Ac +- **Coordinates:** 47.52832, -96.14320 +- **URL:** https://lgseeds.com/performance/corn#plot-143500 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | NK | 9400-V | - | 280.0 | +| 2 | NK | 9231-AA | - | 265.5 | +| 3 | LG Seeds | LG42C80 | VT2RIB | 248.4 | +| 4 | Unknown | 190-50VT2PRIB | - | 248.0 | +| 5 | Unknown | 187-20VT2PRIB | - | 247.1 | + +Top 5 by Yield: 9400-V (NK) 280.0, 9231-AA (NK) 265.5, LG42C80 (LG Seeds) 248.4, 190-50VT2PRIB (Unknown) 248.0, 187-20VT2PRIB (Unknown) 247.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143515.json b/corpus/lg_plot_reports/lgpr-corn-2024-143515.json new file mode 100644 index 00000000..39194ad3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143515.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143515", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Indiana", + "state_abbrev": "in", + "city": "Osgood", + "year": 2024, + "plot_id": "143515", + "lat": 39.15094, + "lng": -85.30722, + "cooperator": "Jeff Newhart", + "salesperson": "Jeff Newhart", + "planted_date": "2024-05-30", + "harvested_date": "2024-11-04", + "plot_average": 261.5, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC64-22RIB", + "traits": "", + "metrics": { + "Yield": 289.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 286.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC68-35RIB", + "traits": "", + "metrics": { + "Yield": 280.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC66-18RIB", + "traits": "", + "metrics": { + "Yield": 280.3 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC111-35RIB", + "traits": "", + "metrics": { + "Yield": 277.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143515" + ], + "fetched_at": "2026-05-27T02:19:28.398584+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143515.md b/corpus/lg_plot_reports/lgpr-corn-2024-143515.md new file mode 100644 index 00000000..bb35e705 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143515.md @@ -0,0 +1,28 @@ +# Corn yield trial — Osgood, Indiana, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Indiana (IN) +- **City:** Osgood +- **Year:** 2024 +- **Plot ID:** 143515 +- **Cooperator:** Jeff Newhart +- **Planted:** 2024-05-30 +- **Harvested:** 2024-11-04 +- **Plot average:** 261.5 BU/Ac +- **Coordinates:** 39.15094, -85.30722 +- **URL:** https://lgseeds.com/performance/corn#plot-143515 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC64-22RIB | - | 289.3 | +| 2 | LG Seeds | LG62C73 | VT2PRO | 286.9 | +| 3 | Unknown | DKC68-35RIB | - | 280.4 | +| 4 | Unknown | DKC66-18RIB | - | 280.3 | +| 5 | Unknown | DKC111-35RIB | - | 277.3 | + +Top 5 by Yield: DKC64-22RIB (Unknown) 289.3, LG62C73 (LG Seeds) 286.9, DKC68-35RIB (Unknown) 280.4, DKC66-18RIB (Unknown) 280.3, DKC111-35RIB (Unknown) 277.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143516.json b/corpus/lg_plot_reports/lgpr-corn-2024-143516.json new file mode 100644 index 00000000..54d4020c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143516.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143516", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Plainfield", + "year": 2024, + "plot_id": "143516", + "lat": 44.14533, + "lng": -89.43436, + "cooperator": "Gary Detlor", + "salesperson": "Gary Detlor ", + "planted_date": "2024-05-11", + "harvested_date": "2024-10-18", + "plot_average": 255.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 292.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 280.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC101-35RIB", + "traits": "", + "metrics": { + "Yield": 275.8 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P9823Q", + "traits": "", + "metrics": { + "Yield": 273.4 + } + }, + { + "rank": 5, + "brand": "NK", + "product": "0252-D", + "traits": "", + "metrics": { + "Yield": 269.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143516" + ], + "fetched_at": "2026-05-27T02:19:28.899669+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143516.md b/corpus/lg_plot_reports/lgpr-corn-2024-143516.md new file mode 100644 index 00000000..ddeb6b05 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143516.md @@ -0,0 +1,29 @@ +# Corn yield trial — Plainfield, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Plainfield +- **Year:** 2024 +- **Plot ID:** 143516 +- **Cooperator:** Gary Detlor +- **Salesperson:** Gary Detlor +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-18 +- **Plot average:** 255.5 BU/Ac +- **Coordinates:** 44.14533, -89.43436 +- **URL:** https://lgseeds.com/performance/corn#plot-143516 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2PRO | 292.5 | +| 2 | LG Seeds | LG49C28 | VT2RIB | 280.2 | +| 3 | Unknown | DKC101-35RIB | - | 275.8 | +| 4 | Pioneer | P9823Q | - | 273.4 | +| 5 | NK | 0252-D | - | 269.9 | + +Top 5 by Yield: LG52C90 (LG Seeds) 292.5, LG49C28 (LG Seeds) 280.2, DKC101-35RIB (Unknown) 275.8, P9823Q (Pioneer) 273.4, 0252-D (NK) 269.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143517.json b/corpus/lg_plot_reports/lgpr-corn-2024-143517.json new file mode 100644 index 00000000..9590ff15 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143517.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143517", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Indiana", + "state_abbrev": "in", + "city": "Osgood", + "year": 2024, + "plot_id": "143517", + "lat": 39.14748, + "lng": -85.28463, + "cooperator": "Jeff Newhart", + "salesperson": "Jeff Newhart", + "planted_date": "2024-05-30", + "harvested_date": "2024-11-04", + "plot_average": 234.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2RIB", + "metrics": { + "Yield": 282.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 260.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2PRO", + "metrics": { + "Yield": 257.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 245.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 243.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143517" + ], + "fetched_at": "2026-05-27T02:19:28.669699+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143517.md b/corpus/lg_plot_reports/lgpr-corn-2024-143517.md new file mode 100644 index 00000000..3b1f5e16 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143517.md @@ -0,0 +1,28 @@ +# Corn yield trial — Osgood, Indiana, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Indiana (IN) +- **City:** Osgood +- **Year:** 2024 +- **Plot ID:** 143517 +- **Cooperator:** Jeff Newhart +- **Planted:** 2024-05-30 +- **Harvested:** 2024-11-04 +- **Plot average:** 234.3 BU/Ac +- **Coordinates:** 39.14748, -85.28463 +- **URL:** https://lgseeds.com/performance/corn#plot-143517 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG67C07 | VT2RIB | 282.2 | +| 2 | LG Seeds | LG66C44 | VT2RIB | 260.4 | +| 3 | LG Seeds | LG65C30 | VT2PRO | 257.2 | +| 4 | LG Seeds | LG63C54 | PCE | 245.5 | +| 5 | LG Seeds | LG62C73 | VT2PRO | 243.1 | + +Top 5 by Yield: LG67C07 (LG Seeds) 282.2, LG66C44 (LG Seeds) 260.4, LG65C30 (LG Seeds) 257.2, LG63C54 (LG Seeds) 245.5, LG62C73 (LG Seeds) 243.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143518.json b/corpus/lg_plot_reports/lgpr-corn-2024-143518.json new file mode 100644 index 00000000..016d8a92 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143518.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143518", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Indiana", + "state_abbrev": "in", + "city": "Columbus", + "year": 2024, + "plot_id": "143518", + "lat": 39.188, + "lng": -85.82399, + "cooperator": "Karson Kammon", + "salesperson": "Karson Kammon", + "planted_date": "2024-05-24", + "harvested_date": "2024-11-13", + "plot_average": 231.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "D48VC84RIB", + "traits": "", + "metrics": { + "Yield": 286.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B07H01AM", + "traits": "", + "metrics": { + "Yield": 277.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B08R32AM", + "traits": "", + "metrics": { + "Yield": 274.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC110-41RIB", + "traits": "", + "metrics": { + "Yield": 272.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC56-26RIB", + "traits": "", + "metrics": { + "Yield": 270.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143518" + ], + "fetched_at": "2026-05-27T02:17:59.354894+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143518.md b/corpus/lg_plot_reports/lgpr-corn-2024-143518.md new file mode 100644 index 00000000..90e3831a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143518.md @@ -0,0 +1,28 @@ +# Corn yield trial — Columbus, Indiana, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Indiana (IN) +- **City:** Columbus +- **Year:** 2024 +- **Plot ID:** 143518 +- **Cooperator:** Karson Kammon +- **Planted:** 2024-05-24 +- **Harvested:** 2024-11-13 +- **Plot average:** 231.8 BU/Ac +- **Coordinates:** 39.18800, -85.82399 +- **URL:** https://lgseeds.com/performance/corn#plot-143518 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | D48VC84RIB | - | 286.4 | +| 2 | Unknown | B07H01AM | - | 277.8 | +| 3 | Unknown | B08R32AM | - | 274.8 | +| 4 | Unknown | DKC110-41RIB | - | 272.0 | +| 5 | Unknown | DKC56-26RIB | - | 270.0 | + +Top 5 by Yield: D48VC84RIB (Unknown) 286.4, B07H01AM (Unknown) 277.8, B08R32AM (Unknown) 274.8, DKC110-41RIB (Unknown) 272.0, DKC56-26RIB (Unknown) 270.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143524.json b/corpus/lg_plot_reports/lgpr-corn-2024-143524.json new file mode 100644 index 00000000..62dd3f95 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143524.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143524", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Hutchinson ", + "year": 2024, + "plot_id": "143524", + "lat": 44.89543, + "lng": -94.32251, + "cooperator": "Hutchinson Coop", + "salesperson": "Hutchinson Coop", + "planted_date": "2024-05-22", + "harvested_date": "2024-10-16", + "plot_average": 193.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "E99941 VT4P", + "traits": "", + "metrics": { + "Yield": 209.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "43M96TRERIB", + "traits": "", + "metrics": { + "Yield": 206.7 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "48J99SSRIB", + "traits": "", + "metrics": { + "Yield": 202.7 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "E99943 TRE", + "traits": "", + "metrics": { + "Yield": 201.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "E95541VT2 4P", + "traits": "", + "metrics": { + "Yield": 200.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143524" + ], + "fetched_at": "2026-05-27T02:18:18.584893+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143524.md b/corpus/lg_plot_reports/lgpr-corn-2024-143524.md new file mode 100644 index 00000000..b1aa764f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143524.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hutchinson , Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Hutchinson +- **Year:** 2024 +- **Plot ID:** 143524 +- **Cooperator:** Hutchinson Coop +- **Planted:** 2024-05-22 +- **Harvested:** 2024-10-16 +- **Plot average:** 193.8 BU/Ac +- **Coordinates:** 44.89543, -94.32251 +- **URL:** https://lgseeds.com/performance/corn#plot-143524 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | E99941 VT4P | - | 209.2 | +| 2 | Unknown | 43M96TRERIB | - | 206.7 | +| 3 | Unknown | 48J99SSRIB | - | 202.7 | +| 4 | Unknown | E99943 TRE | - | 201.1 | +| 5 | Unknown | E95541VT2 4P | - | 200.8 | + +Top 5 by Yield: E99941 VT4P (Unknown) 209.2, 43M96TRERIB (Unknown) 206.7, 48J99SSRIB (Unknown) 202.7, E99943 TRE (Unknown) 201.1, E95541VT2 4P (Unknown) 200.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143525.json b/corpus/lg_plot_reports/lgpr-corn-2024-143525.json new file mode 100644 index 00000000..24b404a1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143525.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143525", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Orion", + "year": 2024, + "plot_id": "143525", + "lat": 41.34112, + "lng": -90.40622, + "cooperator": "Dahl Bros", + "salesperson": "Dahl Bros", + "planted_date": "2024-05-11", + "harvested_date": "2024-10-11", + "plot_average": 301.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B14H38AM", + "traits": "", + "metrics": { + "Yield": 320.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "Unknown", + "traits": "", + "metrics": { + "Yield": 318.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2PRO", + "metrics": { + "Yield": 312.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC110-41RIB", + "traits": "", + "metrics": { + "Yield": 312.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B13C49PCE", + "traits": "", + "metrics": { + "Yield": 306.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143525" + ], + "fetched_at": "2026-05-27T02:20:43.160309+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143525.md b/corpus/lg_plot_reports/lgpr-corn-2024-143525.md new file mode 100644 index 00000000..cf5620a5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143525.md @@ -0,0 +1,28 @@ +# Corn yield trial — Orion, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Orion +- **Year:** 2024 +- **Plot ID:** 143525 +- **Cooperator:** Dahl Bros +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-11 +- **Plot average:** 301.4 BU/Ac +- **Coordinates:** 41.34112, -90.40622 +- **URL:** https://lgseeds.com/performance/corn#plot-143525 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B14H38AM | - | 320.1 | +| 2 | Unknown | Unknown | - | 318.9 | +| 3 | LG Seeds | LG64C43 | VT2PRO | 312.2 | +| 4 | Unknown | DKC110-41RIB | - | 312.0 | +| 5 | Unknown | B13C49PCE | - | 306.3 | + +Top 5 by Yield: B14H38AM (Unknown) 320.1, Unknown (Unknown) 318.9, LG64C43 (LG Seeds) 312.2, DKC110-41RIB (Unknown) 312.0, B13C49PCE (Unknown) 306.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143531.json b/corpus/lg_plot_reports/lgpr-corn-2024-143531.json new file mode 100644 index 00000000..9a06d59d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143531.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143531", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Spillville ", + "year": 2024, + "plot_id": "143531", + "lat": 43.22761, + "lng": -91.96442, + "cooperator": "Ernie Lensing", + "salesperson": "Ernie Lensing", + "planted_date": "2024-05-18", + "harvested_date": "2024-10-23", + "plot_average": 186.5, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B06Y18PCE", + "traits": "", + "metrics": { + "Yield": 209.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B04J45PCE", + "traits": "", + "metrics": { + "Yield": 206.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B99A24AM", + "traits": "", + "metrics": { + "Yield": 200.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B98Z37PCE", + "traits": "", + "metrics": { + "Yield": 198.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B05D47PCE", + "traits": "", + "metrics": { + "Yield": 196.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143531" + ], + "fetched_at": "2026-05-27T02:19:51.632757+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143531.md b/corpus/lg_plot_reports/lgpr-corn-2024-143531.md new file mode 100644 index 00000000..173f63b6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143531.md @@ -0,0 +1,28 @@ +# Corn yield trial — Spillville , Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Spillville +- **Year:** 2024 +- **Plot ID:** 143531 +- **Cooperator:** Ernie Lensing +- **Planted:** 2024-05-18 +- **Harvested:** 2024-10-23 +- **Plot average:** 186.5 BU/Ac +- **Coordinates:** 43.22761, -91.96442 +- **URL:** https://lgseeds.com/performance/corn#plot-143531 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B06Y18PCE | - | 209.8 | +| 2 | Unknown | B04J45PCE | - | 206.8 | +| 3 | Unknown | B99A24AM | - | 200.0 | +| 4 | Unknown | B98Z37PCE | - | 198.0 | +| 5 | Unknown | B05D47PCE | - | 196.5 | + +Top 5 by Yield: B06Y18PCE (Unknown) 209.8, B04J45PCE (Unknown) 206.8, B99A24AM (Unknown) 200.0, B98Z37PCE (Unknown) 198.0, B05D47PCE (Unknown) 196.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143536.json b/corpus/lg_plot_reports/lgpr-corn-2024-143536.json new file mode 100644 index 00000000..0d1a63c0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143536.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143536", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": null, + "state_abbrev": null, + "city": "Milan", + "year": 2024, + "plot_id": "143536", + "lat": 42.1256, + "lng": -83.65005, + "cooperator": "Matthew Talladay", + "salesperson": "Matthew Talladay", + "planted_date": "2024-06-04", + "harvested_date": "2024-10-26", + "plot_average": 149.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 171.05 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 167.79 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2PRO", + "metrics": { + "Yield": 165.15 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 158.43 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG56C78", + "traits": "3110", + "metrics": { + "Yield": 157.17 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143536" + ], + "fetched_at": "2026-05-27T02:19:35.914625+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143536.md b/corpus/lg_plot_reports/lgpr-corn-2024-143536.md new file mode 100644 index 00000000..6b7a1447 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143536.md @@ -0,0 +1,27 @@ +# Corn yield trial — Milan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **City:** Milan +- **Year:** 2024 +- **Plot ID:** 143536 +- **Cooperator:** Matthew Talladay +- **Planted:** 2024-06-04 +- **Harvested:** 2024-10-26 +- **Plot average:** 149.9 BU/Ac +- **Coordinates:** 42.12560, -83.65005 +- **URL:** https://lgseeds.com/performance/corn#plot-143536 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 171.05 | +| 2 | LG Seeds | LG49C28 | VT2RIB | 167.79 | +| 3 | LG Seeds | LG46C85 | VT2PRO | 165.15 | +| 4 | LG Seeds | LG42C80 | VT2RIB | 158.43 | +| 5 | LG Seeds | LG56C78 | 3110 | 157.17 | + +Top 5 by Yield: LG51C62 (LG Seeds) 171.05, LG49C28 (LG Seeds) 167.79, LG46C85 (LG Seeds) 165.15, LG42C80 (LG Seeds) 158.43, LG56C78 (LG Seeds) 157.17. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143550.json b/corpus/lg_plot_reports/lgpr-corn-2024-143550.json new file mode 100644 index 00000000..6b24c1d8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143550.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143550", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Plato", + "year": 2024, + "plot_id": "143550", + "lat": 44.73508, + "lng": -94.03072, + "cooperator": "Thalmann Seeds", + "salesperson": "Thalmann Seeds", + "planted_date": "2024-05-06", + "harvested_date": "2024-10-12", + "plot_average": 217.6, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DS-4510Q", + "traits": "", + "metrics": { + "Yield": 243.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DS-4533PCE", + "traits": "", + "metrics": { + "Yield": 241.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "MX514-20", + "traits": "", + "metrics": { + "Yield": 239.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 237.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 234.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143550" + ], + "fetched_at": "2026-05-27T02:20:38.662225+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143550.md b/corpus/lg_plot_reports/lgpr-corn-2024-143550.md new file mode 100644 index 00000000..15533c06 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143550.md @@ -0,0 +1,28 @@ +# Corn yield trial — Plato, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Plato +- **Year:** 2024 +- **Plot ID:** 143550 +- **Cooperator:** Thalmann Seeds +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-12 +- **Plot average:** 217.6 BU/Ac +- **Coordinates:** 44.73508, -94.03072 +- **URL:** https://lgseeds.com/performance/corn#plot-143550 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DS-4510Q | - | 243.1 | +| 2 | Unknown | DS-4533PCE | - | 241.6 | +| 3 | Unknown | MX514-20 | - | 239.0 | +| 4 | LG Seeds | LG48C87 | VT2RIB | 237.3 | +| 5 | LG Seeds | LG51C62 | VT2RIB | 234.3 | + +Top 5 by Yield: DS-4510Q (Unknown) 243.1, DS-4533PCE (Unknown) 241.6, MX514-20 (Unknown) 239.0, LG48C87 (LG Seeds) 237.3, LG51C62 (LG Seeds) 234.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143563.json b/corpus/lg_plot_reports/lgpr-corn-2024-143563.json new file mode 100644 index 00000000..0901144c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143563.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143563", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Colorado", + "state_abbrev": "co", + "city": "Idalia", + "year": 2024, + "plot_id": "143563", + "lat": 39.70884, + "lng": -102.37782, + "cooperator": "Triple T Farms", + "salesperson": "Triple T Farms", + "planted_date": "2024-05-09", + "harvested_date": "2024-10-15", + "plot_average": 209.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG60C12", + "traits": "5222AEZ", + "metrics": { + "Yield": 235.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C77", + "traits": "STXRIB", + "metrics": { + "Yield": 230.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "214-78DGVT2PRIB", + "traits": "", + "metrics": { + "Yield": 220.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "212-02VT2PRIB", + "traits": "", + "metrics": { + "Yield": 219.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG60C12-5222AEZ", + "traits": "", + "metrics": { + "Yield": 219.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143563" + ], + "fetched_at": "2026-05-27T02:18:14.363530+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143563.md b/corpus/lg_plot_reports/lgpr-corn-2024-143563.md new file mode 100644 index 00000000..4076b479 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143563.md @@ -0,0 +1,28 @@ +# Corn yield trial — Idalia, Colorado, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Colorado (CO) +- **City:** Idalia +- **Year:** 2024 +- **Plot ID:** 143563 +- **Cooperator:** Triple T Farms +- **Planted:** 2024-05-09 +- **Harvested:** 2024-10-15 +- **Plot average:** 209.5 BU/Ac +- **Coordinates:** 39.70884, -102.37782 +- **URL:** https://lgseeds.com/performance/corn#plot-143563 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG60C12 | 5222AEZ | 235.7 | +| 2 | LG Seeds | LG63C77 | STXRIB | 230.0 | +| 3 | Unknown | 214-78DGVT2PRIB | - | 220.5 | +| 4 | Unknown | 212-02VT2PRIB | - | 219.5 | +| 5 | Unknown | LG60C12-5222AEZ | - | 219.2 | + +Top 5 by Yield: LG60C12 (LG Seeds) 235.7, LG63C77 (LG Seeds) 230.0, 214-78DGVT2PRIB (Unknown) 220.5, 212-02VT2PRIB (Unknown) 219.5, LG60C12-5222AEZ (Unknown) 219.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143564.json b/corpus/lg_plot_reports/lgpr-corn-2024-143564.json new file mode 100644 index 00000000..e322ed23 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143564.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143564", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Colorado", + "state_abbrev": "co", + "city": "Idalia", + "year": 2024, + "plot_id": "143564", + "lat": 39.71722, + "lng": -102.28819, + "cooperator": "Triple T Farms", + "salesperson": "Triple T Farms", + "planted_date": "2024-04-25", + "harvested_date": "2024-10-15", + "plot_average": 238.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "212-40VT4PRIB", + "traits": "", + "metrics": { + "Yield": 269.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "213-13SSPRIB", + "traits": "", + "metrics": { + "Yield": 251.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "214-22STXRIB", + "traits": "", + "metrics": { + "Yield": 248.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "209-39STXRIB", + "traits": "", + "metrics": { + "Yield": 245.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 243.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143564" + ], + "fetched_at": "2026-05-27T02:18:14.600225+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143564.md b/corpus/lg_plot_reports/lgpr-corn-2024-143564.md new file mode 100644 index 00000000..1448a51c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143564.md @@ -0,0 +1,28 @@ +# Corn yield trial — Idalia, Colorado, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Colorado (CO) +- **City:** Idalia +- **Year:** 2024 +- **Plot ID:** 143564 +- **Cooperator:** Triple T Farms +- **Planted:** 2024-04-25 +- **Harvested:** 2024-10-15 +- **Plot average:** 238.3 BU/Ac +- **Coordinates:** 39.71722, -102.28819 +- **URL:** https://lgseeds.com/performance/corn#plot-143564 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 212-40VT4PRIB | - | 269.0 | +| 2 | Unknown | 213-13SSPRIB | - | 251.4 | +| 3 | Unknown | 214-22STXRIB | - | 248.0 | +| 4 | Unknown | 209-39STXRIB | - | 245.5 | +| 5 | LG Seeds | LG61C34 | STXRIB | 243.7 | + +Top 5 by Yield: 212-40VT4PRIB (Unknown) 269.0, 213-13SSPRIB (Unknown) 251.4, 214-22STXRIB (Unknown) 248.0, 209-39STXRIB (Unknown) 245.5, LG61C34 (LG Seeds) 243.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143568.json b/corpus/lg_plot_reports/lgpr-corn-2024-143568.json new file mode 100644 index 00000000..c1fc4198 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143568.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143568", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "North Dakota", + "state_abbrev": "nd", + "city": "Mayville", + "year": 2024, + "plot_id": "143568", + "lat": 47.4691, + "lng": -97.13843, + "cooperator": "PCR Demo - Mayville", + "salesperson": "PCR Demo - Mayville", + "planted_date": "2024-05-25", + "harvested_date": "2024-10-17", + "plot_average": 179.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG35C79", + "traits": "VT2RIB", + "metrics": { + "Yield": 212.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG38C48", + "traits": "VT2PRO", + "metrics": { + "Yield": 199.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG34C14", + "traits": "AA-RN", + "metrics": { + "Yield": 189.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG37C33", + "traits": "VT2RIB", + "metrics": { + "Yield": 183.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG32C25", + "traits": "VT2RIB", + "metrics": { + "Yield": 176.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143568" + ], + "fetched_at": "2026-05-27T02:20:11.928116+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143568.md b/corpus/lg_plot_reports/lgpr-corn-2024-143568.md new file mode 100644 index 00000000..cccda151 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143568.md @@ -0,0 +1,28 @@ +# Corn yield trial — Mayville, North Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** North Dakota (ND) +- **City:** Mayville +- **Year:** 2024 +- **Plot ID:** 143568 +- **Cooperator:** PCR Demo - Mayville +- **Planted:** 2024-05-25 +- **Harvested:** 2024-10-17 +- **Plot average:** 179.8 BU/Ac +- **Coordinates:** 47.46910, -97.13843 +- **URL:** https://lgseeds.com/performance/corn#plot-143568 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG35C79 | VT2RIB | 212.1 | +| 2 | LG Seeds | LG38C48 | VT2PRO | 199.8 | +| 3 | LG Seeds | LG34C14 | AA-RN | 189.4 | +| 4 | LG Seeds | LG37C33 | VT2RIB | 183.1 | +| 5 | LG Seeds | LG32C25 | VT2RIB | 176.9 | + +Top 5 by Yield: LG35C79 (LG Seeds) 212.1, LG38C48 (LG Seeds) 199.8, LG34C14 (LG Seeds) 189.4, LG37C33 (LG Seeds) 183.1, LG32C25 (LG Seeds) 176.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143569.json b/corpus/lg_plot_reports/lgpr-corn-2024-143569.json new file mode 100644 index 00000000..5d43b4db --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143569.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143569", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Colorado", + "state_abbrev": "co", + "city": "Vona", + "year": 2024, + "plot_id": "143569", + "lat": 39.42847, + "lng": -102.79889, + "cooperator": "Triple T Farms", + "salesperson": "Triple T Farms", + "planted_date": "2024-05-20", + "harvested_date": "2024-10-08", + "plot_average": 72.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 83.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 83.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 79.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 79.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "K5218D", + "traits": "", + "metrics": { + "Yield": 78.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143569" + ], + "fetched_at": "2026-05-27T02:18:54.626057+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143569.md b/corpus/lg_plot_reports/lgpr-corn-2024-143569.md new file mode 100644 index 00000000..2222d299 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143569.md @@ -0,0 +1,28 @@ +# Corn yield trial — Vona, Colorado, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Colorado (CO) +- **City:** Vona +- **Year:** 2024 +- **Plot ID:** 143569 +- **Cooperator:** Triple T Farms +- **Planted:** 2024-05-20 +- **Harvested:** 2024-10-08 +- **Plot average:** 72.9 BU/Ac +- **Coordinates:** 39.42847, -102.79889 +- **URL:** https://lgseeds.com/performance/corn#plot-143569 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 83.9 | +| 2 | LG Seeds | LG52C90 | VT2PRO | 83.5 | +| 3 | LG Seeds | LG49C28 | VT2RIB | 79.6 | +| 4 | LG Seeds | LG48C87 | VT2RIB | 79.5 | +| 5 | Unknown | K5218D | - | 78.4 | + +Top 5 by Yield: LG51C62 (LG Seeds) 83.9, LG52C90 (LG Seeds) 83.5, LG49C28 (LG Seeds) 79.6, LG48C87 (LG Seeds) 79.5, K5218D (Unknown) 78.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143571.json b/corpus/lg_plot_reports/lgpr-corn-2024-143571.json new file mode 100644 index 00000000..24809378 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143571.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143571", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Seymour", + "year": 2024, + "plot_id": "143571", + "lat": 44.49554, + "lng": -88.22505, + "cooperator": "Eric Schaumberg", + "salesperson": "Eric Schaumberg", + "planted_date": "2024-05-19", + "harvested_date": "2024-11-12", + "plot_average": 151.5, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC102-28RIB", + "traits": "", + "metrics": { + "Yield": 183.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DS-3601Q", + "traits": "", + "metrics": { + "Yield": 180.7 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC101-33RIB", + "traits": "", + "metrics": { + "Yield": 180.7 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "D40VC41", + "traits": "", + "metrics": { + "Yield": 178.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 171.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143571" + ], + "fetched_at": "2026-05-27T02:18:52.873262+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143571.md b/corpus/lg_plot_reports/lgpr-corn-2024-143571.md new file mode 100644 index 00000000..f26f1d95 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143571.md @@ -0,0 +1,28 @@ +# Corn yield trial — Seymour, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Seymour +- **Year:** 2024 +- **Plot ID:** 143571 +- **Cooperator:** Eric Schaumberg +- **Planted:** 2024-05-19 +- **Harvested:** 2024-11-12 +- **Plot average:** 151.5 BU/Ac +- **Coordinates:** 44.49554, -88.22505 +- **URL:** https://lgseeds.com/performance/corn#plot-143571 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC102-28RIB | - | 183.5 | +| 2 | Unknown | DS-3601Q | - | 180.7 | +| 3 | Unknown | DKC101-33RIB | - | 180.7 | +| 4 | Unknown | D40VC41 | - | 178.3 | +| 5 | LG Seeds | LG49C28 | VT2RIB | 171.4 | + +Top 5 by Yield: DKC102-28RIB (Unknown) 183.5, DS-3601Q (Unknown) 180.7, DKC101-33RIB (Unknown) 180.7, D40VC41 (Unknown) 178.3, LG49C28 (LG Seeds) 171.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143573.json b/corpus/lg_plot_reports/lgpr-corn-2024-143573.json new file mode 100644 index 00000000..b85de698 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143573.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143573", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Avoca", + "year": 2024, + "plot_id": "143573", + "lat": 41.52826, + "lng": -95.29074, + "cooperator": "Robert Scott", + "salesperson": "Robert Scott", + "planted_date": "2024-05-09", + "harvested_date": "2024-10-11", + "plot_average": 282.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "213-13SSPRIB", + "traits": "", + "metrics": { + "Yield": 306.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 306.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 301.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 300.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 297.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143573" + ], + "fetched_at": "2026-05-27T02:19:37.668339+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143573.md b/corpus/lg_plot_reports/lgpr-corn-2024-143573.md new file mode 100644 index 00000000..152c0abd --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143573.md @@ -0,0 +1,28 @@ +# Corn yield trial — Avoca, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Avoca +- **Year:** 2024 +- **Plot ID:** 143573 +- **Cooperator:** Robert Scott +- **Planted:** 2024-05-09 +- **Harvested:** 2024-10-11 +- **Plot average:** 282.4 BU/Ac +- **Coordinates:** 41.52826, -95.29074 +- **URL:** https://lgseeds.com/performance/corn#plot-143573 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 213-13SSPRIB | - | 306.7 | +| 2 | LG Seeds | LG62C73 | VT2PRO | 306.5 | +| 3 | LG Seeds | LG63C32 | SSP | 301.4 | +| 4 | LG Seeds | LG64C43 | VT2RIB | 300.9 | +| 5 | LG Seeds | LG63C82 | DGVT2RIB | 297.8 | + +Top 5 by Yield: 213-13SSPRIB (Unknown) 306.7, LG62C73 (LG Seeds) 306.5, LG63C32 (LG Seeds) 301.4, LG64C43 (LG Seeds) 300.9, LG63C82 (LG Seeds) 297.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143574.json b/corpus/lg_plot_reports/lgpr-corn-2024-143574.json new file mode 100644 index 00000000..aed95d86 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143574.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143574", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Iola", + "year": 2024, + "plot_id": "143574", + "lat": 44.58511, + "lng": -89.15189, + "cooperator": "Cole Allred", + "salesperson": "Cole Allred", + "planted_date": "2024-05-10", + "harvested_date": "2024-11-08", + "plot_average": 183.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "193-40VT4PRIB", + "traits": "", + "metrics": { + "Yield": 215.0 + } + }, + { + "rank": 2, + "brand": "NK", + "product": "9231-AA", + "traits": "", + "metrics": { + "Yield": 201.5 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC092-13RIB", + "traits": "", + "metrics": { + "Yield": 198.6 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "192-19VT2PRIB", + "traits": "", + "metrics": { + "Yield": 198.6 + } + }, + { + "rank": 5, + "brand": "NK", + "product": "9400-V", + "traits": "", + "metrics": { + "Yield": 193.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143574" + ], + "fetched_at": "2026-05-27T02:18:20.094760+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143574.md b/corpus/lg_plot_reports/lgpr-corn-2024-143574.md new file mode 100644 index 00000000..1cfea39f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143574.md @@ -0,0 +1,28 @@ +# Corn yield trial — Iola, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Iola +- **Year:** 2024 +- **Plot ID:** 143574 +- **Cooperator:** Cole Allred +- **Planted:** 2024-05-10 +- **Harvested:** 2024-11-08 +- **Plot average:** 183.9 BU/Ac +- **Coordinates:** 44.58511, -89.15189 +- **URL:** https://lgseeds.com/performance/corn#plot-143574 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 193-40VT4PRIB | - | 215.0 | +| 2 | NK | 9231-AA | - | 201.5 | +| 3 | Unknown | DKC092-13RIB | - | 198.6 | +| 4 | Unknown | 192-19VT2PRIB | - | 198.6 | +| 5 | NK | 9400-V | - | 193.9 | + +Top 5 by Yield: 193-40VT4PRIB (Unknown) 215.0, 9231-AA (NK) 201.5, DKC092-13RIB (Unknown) 198.6, 192-19VT2PRIB (Unknown) 198.6, 9400-V (NK) 193.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143575.json b/corpus/lg_plot_reports/lgpr-corn-2024-143575.json new file mode 100644 index 00000000..6a1e4cab --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143575.json @@ -0,0 +1,64 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143575", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Amherst", + "year": 2024, + "plot_id": "143575", + "lat": 44.51913, + "lng": -89.32259, + "cooperator": "John Shulfer", + "salesperson": "John Shulfer", + "planted_date": "2024-05-14", + "harvested_date": "2024-11-08", + "plot_average": 171.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG42C37", + "traits": "5222AEZ", + "metrics": { + "Yield": 182.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG37C33", + "traits": "VT2RIB", + "metrics": { + "Yield": 173.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 169.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG38C48", + "traits": "VT2PRO", + "metrics": { + "Yield": 162.0 + } + } + ], + "n_results": 4, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143575" + ], + "fetched_at": "2026-05-27T02:18:20.374604+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143575.md b/corpus/lg_plot_reports/lgpr-corn-2024-143575.md new file mode 100644 index 00000000..7a2c7d38 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143575.md @@ -0,0 +1,27 @@ +# Corn yield trial — Amherst, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Amherst +- **Year:** 2024 +- **Plot ID:** 143575 +- **Cooperator:** John Shulfer +- **Planted:** 2024-05-14 +- **Harvested:** 2024-11-08 +- **Plot average:** 171.9 BU/Ac +- **Coordinates:** 44.51913, -89.32259 +- **URL:** https://lgseeds.com/performance/corn#plot-143575 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG42C37 | 5222AEZ | 182.5 | +| 2 | LG Seeds | LG37C33 | VT2RIB | 173.6 | +| 3 | LG Seeds | LG42C80 | VT2RIB | 169.5 | +| 4 | LG Seeds | LG38C48 | VT2PRO | 162.0 | + +Top 5 by Yield: LG42C37 (LG Seeds) 182.5, LG37C33 (LG Seeds) 173.6, LG42C80 (LG Seeds) 169.5, LG38C48 (LG Seeds) 162.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143576.json b/corpus/lg_plot_reports/lgpr-corn-2024-143576.json new file mode 100644 index 00000000..fcca77e3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143576.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143576", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Almond", + "year": 2024, + "plot_id": "143576", + "lat": 44.2561, + "lng": -89.41701, + "cooperator": "Mike Tess", + "salesperson": "Mike Tess", + "planted_date": "2024-05-06", + "harvested_date": "2024-11-08", + "plot_average": 284.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 305.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 296.0 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P9955V", + "traits": "", + "metrics": { + "Yield": 289.3 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P97299Q", + "traits": "", + "metrics": { + "Yield": 287.8 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P98533PCE", + "traits": "", + "metrics": { + "Yield": 281.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143576" + ], + "fetched_at": "2026-05-27T02:18:53.123395+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143576.md b/corpus/lg_plot_reports/lgpr-corn-2024-143576.md new file mode 100644 index 00000000..c60ebad7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143576.md @@ -0,0 +1,28 @@ +# Corn yield trial — Almond, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Almond +- **Year:** 2024 +- **Plot ID:** 143576 +- **Cooperator:** Mike Tess +- **Planted:** 2024-05-06 +- **Harvested:** 2024-11-08 +- **Plot average:** 284.6 BU/Ac +- **Coordinates:** 44.25610, -89.41701 +- **URL:** https://lgseeds.com/performance/corn#plot-143576 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 305.3 | +| 2 | LG Seeds | LG48C87 | VT2RIB | 296.0 | +| 3 | Pioneer | P9955V | - | 289.3 | +| 4 | Pioneer | P97299Q | - | 287.8 | +| 5 | Pioneer | P98533PCE | - | 281.8 | + +Top 5 by Yield: LG51C62 (LG Seeds) 305.3, LG48C87 (LG Seeds) 296.0, P9955V (Pioneer) 289.3, P97299Q (Pioneer) 287.8, P98533PCE (Pioneer) 281.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143580.json b/corpus/lg_plot_reports/lgpr-corn-2024-143580.json new file mode 100644 index 00000000..d8758984 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143580.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143580", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Frankenmuth", + "year": 2024, + "plot_id": "143580", + "lat": 43.38221, + "lng": -83.7024, + "cooperator": "Jeff Karst", + "salesperson": "Jeff Karst", + "planted_date": "2024-05-16", + "harvested_date": "2024-10-21", + "plot_average": 258.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 277.87 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 276.16 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC101-35RIB", + "traits": "", + "metrics": { + "Yield": 270.34 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 263.14 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P0035AM", + "traits": "", + "metrics": { + "Yield": 262.81 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143580" + ], + "fetched_at": "2026-05-27T02:19:11.888674+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143580.md b/corpus/lg_plot_reports/lgpr-corn-2024-143580.md new file mode 100644 index 00000000..5d68d51f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143580.md @@ -0,0 +1,28 @@ +# Corn yield trial — Frankenmuth, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Frankenmuth +- **Year:** 2024 +- **Plot ID:** 143580 +- **Cooperator:** Jeff Karst +- **Planted:** 2024-05-16 +- **Harvested:** 2024-10-21 +- **Plot average:** 258.7 BU/Ac +- **Coordinates:** 43.38221, -83.70240 +- **URL:** https://lgseeds.com/performance/corn#plot-143580 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 277.87 | +| 2 | LG Seeds | LG52C90 | VT2PRO | 276.16 | +| 3 | Unknown | DKC101-35RIB | - | 270.34 | +| 4 | LG Seeds | LG48C87 | VT2RIB | 263.14 | +| 5 | Pioneer | P0035AM | - | 262.81 | + +Top 5 by Yield: LG51C62 (LG Seeds) 277.87, LG52C90 (LG Seeds) 276.16, DKC101-35RIB (Unknown) 270.34, LG48C87 (LG Seeds) 263.14, P0035AM (Pioneer) 262.81. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143610.json b/corpus/lg_plot_reports/lgpr-corn-2024-143610.json new file mode 100644 index 00000000..6c0d8d03 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143610.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143610", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Arcadia", + "year": 2024, + "plot_id": "143610", + "lat": 44.22248, + "lng": -91.4927, + "cooperator": "Adam Guenther", + "salesperson": "Adam Guenther", + "planted_date": "2024-05-30", + "harvested_date": "2024-11-12", + "plot_average": 193.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "G92A51-AA", + "traits": "", + "metrics": { + "Yield": 210.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "E095D3-D", + "traits": "", + "metrics": { + "Yield": 205.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "G05U86-DV", + "traits": "", + "metrics": { + "Yield": 201.7 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LR9495PCE", + "traits": "", + "metrics": { + "Yield": 200.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "E107C1-5122EZ", + "traits": "", + "metrics": { + "Yield": 200.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143610" + ], + "fetched_at": "2026-05-27T02:18:53.370837+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143610.md b/corpus/lg_plot_reports/lgpr-corn-2024-143610.md new file mode 100644 index 00000000..b6dd2223 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143610.md @@ -0,0 +1,28 @@ +# Corn yield trial — Arcadia, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Arcadia +- **Year:** 2024 +- **Plot ID:** 143610 +- **Cooperator:** Adam Guenther +- **Planted:** 2024-05-30 +- **Harvested:** 2024-11-12 +- **Plot average:** 193.3 BU/Ac +- **Coordinates:** 44.22248, -91.49270 +- **URL:** https://lgseeds.com/performance/corn#plot-143610 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | G92A51-AA | - | 210.7 | +| 2 | Unknown | E095D3-D | - | 205.0 | +| 3 | Unknown | G05U86-DV | - | 201.7 | +| 4 | Unknown | LR9495PCE | - | 200.1 | +| 5 | Unknown | E107C1-5122EZ | - | 200.0 | + +Top 5 by Yield: G92A51-AA (Unknown) 210.7, E095D3-D (Unknown) 205.0, G05U86-DV (Unknown) 201.7, LR9495PCE (Unknown) 200.1, E107C1-5122EZ (Unknown) 200.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143624.json b/corpus/lg_plot_reports/lgpr-corn-2024-143624.json new file mode 100644 index 00000000..e0296925 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143624.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143624", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Flandreau", + "year": 2024, + "plot_id": "143624", + "lat": 44.04858, + "lng": -96.57212, + "cooperator": "Marc Burggraff", + "salesperson": "Marc Burggraff", + "planted_date": "2024-05-17", + "harvested_date": "2024-10-18", + "plot_average": 201.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 245.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 225.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "4397TRERIB", + "traits": "", + "metrics": { + "Yield": 224.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "78801SSRIB", + "traits": "", + "metrics": { + "Yield": 221.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "59H02SSPRIB", + "traits": "", + "metrics": { + "Yield": 215.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143624" + ], + "fetched_at": "2026-05-27T02:19:19.132083+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143624.md b/corpus/lg_plot_reports/lgpr-corn-2024-143624.md new file mode 100644 index 00000000..773c54c7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143624.md @@ -0,0 +1,28 @@ +# Corn yield trial — Flandreau, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Flandreau +- **Year:** 2024 +- **Plot ID:** 143624 +- **Cooperator:** Marc Burggraff +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-18 +- **Plot average:** 201.3 BU/Ac +- **Coordinates:** 44.04858, -96.57212 +- **URL:** https://lgseeds.com/performance/corn#plot-143624 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 245.7 | +| 2 | LG Seeds | LG48C87 | VT2RIB | 225.9 | +| 3 | Unknown | 4397TRERIB | - | 224.0 | +| 4 | Unknown | 78801SSRIB | - | 221.6 | +| 5 | Unknown | 59H02SSPRIB | - | 215.1 | + +Top 5 by Yield: LG51C62 (LG Seeds) 245.7, LG48C87 (LG Seeds) 225.9, 4397TRERIB (Unknown) 224.0, 78801SSRIB (Unknown) 221.6, 59H02SSPRIB (Unknown) 215.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143625.json b/corpus/lg_plot_reports/lgpr-corn-2024-143625.json new file mode 100644 index 00000000..4b97fe06 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143625.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143625", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Gibsonburg ", + "year": 2024, + "plot_id": "143625", + "lat": 41.37004, + "lng": -83.3566, + "cooperator": "John Rupke", + "salesperson": "John Rupke", + "planted_date": "2024-06-11", + "harvested_date": "2024-11-08", + "plot_average": 157.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C21", + "traits": "3110", + "metrics": { + "Yield": 173.16 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 172.84 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG56C78", + "traits": "3110", + "metrics": { + "Yield": 172.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 171.11 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 168.44 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143625" + ], + "fetched_at": "2026-05-27T02:19:19.660461+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143625.md b/corpus/lg_plot_reports/lgpr-corn-2024-143625.md new file mode 100644 index 00000000..13111c0b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143625.md @@ -0,0 +1,28 @@ +# Corn yield trial — Gibsonburg , Ohio, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Ohio (OH) +- **City:** Gibsonburg +- **Year:** 2024 +- **Plot ID:** 143625 +- **Cooperator:** John Rupke +- **Planted:** 2024-06-11 +- **Harvested:** 2024-11-08 +- **Plot average:** 157.9 BU/Ac +- **Coordinates:** 41.37004, -83.35660 +- **URL:** https://lgseeds.com/performance/corn#plot-143625 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C21 | 3110 | 173.16 | +| 2 | LG Seeds | LG51C62 | VT2RIB | 172.84 | +| 3 | LG Seeds | LG56C78 | 3110 | 172.2 | +| 4 | LG Seeds | LG58C48 | VT2RIB | 171.11 | +| 5 | LG Seeds | LG62C73 | VT2PRO | 168.44 | + +Top 5 by Yield: LG61C21 (LG Seeds) 173.16, LG51C62 (LG Seeds) 172.84, LG56C78 (LG Seeds) 172.2, LG58C48 (LG Seeds) 171.11, LG62C73 (LG Seeds) 168.44. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143628.json b/corpus/lg_plot_reports/lgpr-corn-2024-143628.json new file mode 100644 index 00000000..e932d21f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143628.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143628", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Dennison", + "year": 2024, + "plot_id": "143628", + "lat": 44.39749, + "lng": -93.08211, + "cooperator": "Chris Donkers", + "salesperson": "Chris Donkers", + "planted_date": "2024-06-11", + "harvested_date": "2024-10-25", + "plot_average": 180.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG55C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 196.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 193.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 187.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 183.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 179.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143628" + ], + "fetched_at": "2026-05-27T02:19:38.417488+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143628.md b/corpus/lg_plot_reports/lgpr-corn-2024-143628.md new file mode 100644 index 00000000..261ccd6e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143628.md @@ -0,0 +1,28 @@ +# Corn yield trial — Dennison, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Dennison +- **Year:** 2024 +- **Plot ID:** 143628 +- **Cooperator:** Chris Donkers +- **Planted:** 2024-06-11 +- **Harvested:** 2024-10-25 +- **Plot average:** 180.8 BU/Ac +- **Coordinates:** 44.39749, -93.08211 +- **URL:** https://lgseeds.com/performance/corn#plot-143628 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG55C32 | SSPRIB | 196.2 | +| 2 | LG Seeds | LG48C32 | SSPRIB | 193.6 | +| 3 | LG Seeds | LG48C87 | VT2RIB | 187.0 | +| 4 | LG Seeds | LG56C25 | SSPRIB | 183.5 | +| 5 | LG Seeds | LG51C62 | VT2RIB | 179.6 | + +Top 5 by Yield: LG55C32 (LG Seeds) 196.2, LG48C32 (LG Seeds) 193.6, LG48C87 (LG Seeds) 187.0, LG56C25 (LG Seeds) 183.5, LG51C62 (LG Seeds) 179.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143680.json b/corpus/lg_plot_reports/lgpr-corn-2024-143680.json new file mode 100644 index 00000000..f06796fe --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143680.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143680", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Holcomb", + "year": 2024, + "plot_id": "143680", + "lat": 38.02343, + "lng": -100.95717, + "cooperator": "Knoll Brothers Inc.", + "salesperson": "Knoll Brothers Inc.", + "planted_date": "2024-06-13", + "harvested_date": "2024-10-22", + "plot_average": 73.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 86.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "3110", + "metrics": { + "Yield": 84.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C22", + "traits": "VT2RIB", + "metrics": { + "Yield": 79.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG56C78", + "traits": "3110", + "metrics": { + "Yield": 79.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VTPRO", + "metrics": { + "Yield": 78.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143680" + ], + "fetched_at": "2026-05-27T02:19:49.657632+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143680.md b/corpus/lg_plot_reports/lgpr-corn-2024-143680.md new file mode 100644 index 00000000..8f670c31 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143680.md @@ -0,0 +1,28 @@ +# Corn yield trial — Holcomb, Kansas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Holcomb +- **Year:** 2024 +- **Plot ID:** 143680 +- **Cooperator:** Knoll Brothers Inc. +- **Planted:** 2024-06-13 +- **Harvested:** 2024-10-22 +- **Plot average:** 73.2 BU/Ac +- **Coordinates:** 38.02343, -100.95717 +- **URL:** https://lgseeds.com/performance/corn#plot-143680 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG59C72 | 5222EZ | 86.7 | +| 2 | LG Seeds | LG61C28 | 3110 | 84.2 | +| 3 | LG Seeds | LG62C22 | VT2RIB | 79.7 | +| 4 | LG Seeds | LG56C78 | 3110 | 79.4 | +| 5 | LG Seeds | LG57C82 | VTPRO | 78.7 | + +Top 5 by Yield: LG59C72 (LG Seeds) 86.7, LG61C28 (LG Seeds) 84.2, LG62C22 (LG Seeds) 79.7, LG56C78 (LG Seeds) 79.4, LG57C82 (LG Seeds) 78.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143685.json b/corpus/lg_plot_reports/lgpr-corn-2024-143685.json new file mode 100644 index 00000000..2677d5cd --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143685.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143685", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Kansas", + "year": 2024, + "plot_id": "143685", + "lat": 39.57497, + "lng": -87.94071, + "cooperator": "Toby Daugherty", + "salesperson": "Toby Daugherty", + "planted_date": "2024-05-20", + "harvested_date": "2024-10-23", + "plot_average": 144.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "W9218RIB", + "traits": "", + "metrics": { + "Yield": 175.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 167.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "A647-42TRCRIB", + "traits": "", + "metrics": { + "Yield": 167.7 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "W7945RIB", + "traits": "", + "metrics": { + "Yield": 166.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "J6621VT2PRO", + "traits": "", + "metrics": { + "Yield": 161.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143685" + ], + "fetched_at": "2026-05-27T02:19:33.387219+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143685.md b/corpus/lg_plot_reports/lgpr-corn-2024-143685.md new file mode 100644 index 00000000..b14b931a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143685.md @@ -0,0 +1,28 @@ +# Corn yield trial — Kansas, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Kansas +- **Year:** 2024 +- **Plot ID:** 143685 +- **Cooperator:** Toby Daugherty +- **Planted:** 2024-05-20 +- **Harvested:** 2024-10-23 +- **Plot average:** 144.8 BU/Ac +- **Coordinates:** 39.57497, -87.94071 +- **URL:** https://lgseeds.com/performance/corn#plot-143685 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | W9218RIB | - | 175.1 | +| 2 | LG Seeds | LG67C07 | VT2PRO | 167.9 | +| 3 | Unknown | A647-42TRCRIB | - | 167.7 | +| 4 | Unknown | W7945RIB | - | 166.4 | +| 5 | Unknown | J6621VT2PRO | - | 161.9 | + +Top 5 by Yield: W9218RIB (Unknown) 175.1, LG67C07 (LG Seeds) 167.9, A647-42TRCRIB (Unknown) 167.7, W7945RIB (Unknown) 166.4, J6621VT2PRO (Unknown) 161.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143687.json b/corpus/lg_plot_reports/lgpr-corn-2024-143687.json new file mode 100644 index 00000000..537e9d80 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143687.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143687", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "Bryan", + "year": 2024, + "plot_id": "143687", + "lat": 30.6069, + "lng": -96.50589, + "cooperator": "3D Farms-Bryan Tx Helena -Taylor Tx", + "salesperson": "3D Farms-Bryan Tx Helena -Taylor Tx", + "planted_date": "2024-02-23", + "harvested_date": null, + "plot_average": 195.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC68-35", + "traits": "", + "metrics": { + "Yield": 222.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC119-30", + "traits": "", + "metrics": { + "Yield": 215.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "PGY2419TRE", + "traits": "", + "metrics": { + "Yield": 213.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 211.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC117-78", + "traits": "", + "metrics": { + "Yield": 210.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143687" + ], + "fetched_at": "2026-05-27T02:18:33.612554+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143687.md b/corpus/lg_plot_reports/lgpr-corn-2024-143687.md new file mode 100644 index 00000000..f57b0269 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143687.md @@ -0,0 +1,27 @@ +# Corn yield trial — Bryan, Texas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** Bryan +- **Year:** 2024 +- **Plot ID:** 143687 +- **Cooperator:** 3D Farms-Bryan Tx Helena -Taylor Tx +- **Planted:** 2024-02-23 +- **Plot average:** 195.8 BU/Ac +- **Coordinates:** 30.60690, -96.50589 +- **URL:** https://lgseeds.com/performance/corn#plot-143687 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC68-35 | - | 222.6 | +| 2 | Unknown | DKC119-30 | - | 215.1 | +| 3 | Unknown | PGY2419TRE | - | 213.8 | +| 4 | LG Seeds | LG67C07 | VT2PRO | 211.0 | +| 5 | Unknown | DKC117-78 | - | 210.1 | + +Top 5 by Yield: DKC68-35 (Unknown) 222.6, DKC119-30 (Unknown) 215.1, PGY2419TRE (Unknown) 213.8, LG67C07 (LG Seeds) 211.0, DKC117-78 (Unknown) 210.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143689.json b/corpus/lg_plot_reports/lgpr-corn-2024-143689.json new file mode 100644 index 00000000..47f9622c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143689.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143689", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "Castroville", + "year": 2024, + "plot_id": "143689", + "lat": 29.38687, + "lng": -98.96986, + "cooperator": "BW Farms BW", + "salesperson": "BW Farms BW", + "planted_date": "2024-02-22", + "harvested_date": null, + "plot_average": 180.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC66-06", + "traits": "", + "metrics": { + "Yield": 203.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC117-78", + "traits": "", + "metrics": { + "Yield": 190.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC68-35", + "traits": "", + "metrics": { + "Yield": 190.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 188.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "PGY2314TRE", + "traits": "", + "metrics": { + "Yield": 186.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143689" + ], + "fetched_at": "2026-05-27T02:19:38.137813+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143689.md b/corpus/lg_plot_reports/lgpr-corn-2024-143689.md new file mode 100644 index 00000000..6c7a14b3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143689.md @@ -0,0 +1,27 @@ +# Corn yield trial — Castroville, Texas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** Castroville +- **Year:** 2024 +- **Plot ID:** 143689 +- **Cooperator:** BW Farms BW +- **Planted:** 2024-02-22 +- **Plot average:** 180.7 BU/Ac +- **Coordinates:** 29.38687, -98.96986 +- **URL:** https://lgseeds.com/performance/corn#plot-143689 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC66-06 | - | 203.5 | +| 2 | Unknown | DKC117-78 | - | 190.1 | +| 3 | Unknown | DKC68-35 | - | 190.0 | +| 4 | LG Seeds | LG67C07 | VT2PRO | 188.7 | +| 5 | Unknown | PGY2314TRE | - | 186.1 | + +Top 5 by Yield: DKC66-06 (Unknown) 203.5, DKC117-78 (Unknown) 190.1, DKC68-35 (Unknown) 190.0, LG67C07 (LG Seeds) 188.7, PGY2314TRE (Unknown) 186.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143690.json b/corpus/lg_plot_reports/lgpr-corn-2024-143690.json new file mode 100644 index 00000000..7758e89f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143690.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143690", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "Thrall", + "year": 2024, + "plot_id": "143690", + "lat": 30.55479, + "lng": -97.27622, + "cooperator": "Nahum Patschke", + "salesperson": "Nahum Patschke", + "planted_date": "2024-02-24", + "harvested_date": null, + "plot_average": 155.6, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B13C49PCE", + "traits": "", + "metrics": { + "Yield": 180.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG66C06", + "traits": "VT2PRO", + "metrics": { + "Yield": 169.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B14R22AML", + "traits": "", + "metrics": { + "Yield": 165.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B16K30AM", + "traits": "", + "metrics": { + "Yield": 163.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC68-35", + "traits": "", + "metrics": { + "Yield": 162.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143690" + ], + "fetched_at": "2026-05-27T02:19:42.404268+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143690.md b/corpus/lg_plot_reports/lgpr-corn-2024-143690.md new file mode 100644 index 00000000..4dfcc474 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143690.md @@ -0,0 +1,27 @@ +# Corn yield trial — Thrall, Texas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** Thrall +- **Year:** 2024 +- **Plot ID:** 143690 +- **Cooperator:** Nahum Patschke +- **Planted:** 2024-02-24 +- **Plot average:** 155.6 BU/Ac +- **Coordinates:** 30.55479, -97.27622 +- **URL:** https://lgseeds.com/performance/corn#plot-143690 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B13C49PCE | - | 180.4 | +| 2 | LG Seeds | LG66C06 | VT2PRO | 169.0 | +| 3 | Unknown | B14R22AML | - | 165.9 | +| 4 | Unknown | B16K30AM | - | 163.1 | +| 5 | Unknown | DKC68-35 | - | 162.9 | + +Top 5 by Yield: B13C49PCE (Unknown) 180.4, LG66C06 (LG Seeds) 169.0, B14R22AML (Unknown) 165.9, B16K30AM (Unknown) 163.1, DKC68-35 (Unknown) 162.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143691.json b/corpus/lg_plot_reports/lgpr-corn-2024-143691.json new file mode 100644 index 00000000..1c9ebd7a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143691.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143691", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "Mumford", + "year": 2024, + "plot_id": "143691", + "lat": 30.67162, + "lng": -96.55742, + "cooperator": "Wolfe Farms, Mumford, Tx ,Helena Chemicals Taylor", + "salesperson": "Wolfe Farms, Mumford, Tx ,Helena Chemicals Taylor ", + "planted_date": "2024-03-01", + "harvested_date": null, + "plot_average": 178.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC68-35", + "traits": "", + "metrics": { + "Yield": 195.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC66-06", + "traits": "", + "metrics": { + "Yield": 185.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B14R22AML", + "traits": "", + "metrics": { + "Yield": 184.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 184.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC119-30", + "traits": "", + "metrics": { + "Yield": 183.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143691" + ], + "fetched_at": "2026-05-27T02:18:33.854373+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143691.md b/corpus/lg_plot_reports/lgpr-corn-2024-143691.md new file mode 100644 index 00000000..03bc142f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143691.md @@ -0,0 +1,28 @@ +# Corn yield trial — Mumford, Texas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** Mumford +- **Year:** 2024 +- **Plot ID:** 143691 +- **Cooperator:** Wolfe Farms, Mumford, Tx ,Helena Chemicals Taylor +- **Salesperson:** Wolfe Farms, Mumford, Tx ,Helena Chemicals Taylor +- **Planted:** 2024-03-01 +- **Plot average:** 178.3 BU/Ac +- **Coordinates:** 30.67162, -96.55742 +- **URL:** https://lgseeds.com/performance/corn#plot-143691 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC68-35 | - | 195.3 | +| 2 | Unknown | DKC66-06 | - | 185.9 | +| 3 | Unknown | B14R22AML | - | 184.4 | +| 4 | LG Seeds | LG67C07 | VT2PRO | 184.2 | +| 5 | Unknown | DKC119-30 | - | 183.4 | + +Top 5 by Yield: DKC68-35 (Unknown) 195.3, DKC66-06 (Unknown) 185.9, B14R22AML (Unknown) 184.4, LG67C07 (LG Seeds) 184.2, DKC119-30 (Unknown) 183.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143698.json b/corpus/lg_plot_reports/lgpr-corn-2024-143698.json new file mode 100644 index 00000000..96227e6b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143698.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143698", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "Elgin", + "year": 2024, + "plot_id": "143698", + "lat": 30.36811, + "lng": -97.45852, + "cooperator": "GL Farms, Elgin Tx, Helena Taylor Tx", + "salesperson": "GL Farms, Elgin Tx, Helena Taylor Tx", + "planted_date": "2024-02-29", + "harvested_date": null, + "plot_average": 125.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC114-99RIB", + "traits": "", + "metrics": { + "Yield": 148.9 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC68-35", + "traits": "", + "metrics": { + "Yield": 138.5 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B14R22AML", + "traits": "", + "metrics": { + "Yield": 137.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 131.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC117-78", + "traits": "", + "metrics": { + "Yield": 130.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143698" + ], + "fetched_at": "2026-05-27T02:19:42.628462+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143698.md b/corpus/lg_plot_reports/lgpr-corn-2024-143698.md new file mode 100644 index 00000000..ba923205 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143698.md @@ -0,0 +1,27 @@ +# Corn yield trial — Elgin, Texas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** Elgin +- **Year:** 2024 +- **Plot ID:** 143698 +- **Cooperator:** GL Farms, Elgin Tx, Helena Taylor Tx +- **Planted:** 2024-02-29 +- **Plot average:** 125.0 BU/Ac +- **Coordinates:** 30.36811, -97.45852 +- **URL:** https://lgseeds.com/performance/corn#plot-143698 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC114-99RIB | - | 148.9 | +| 2 | Unknown | DKC68-35 | - | 138.5 | +| 3 | Unknown | B14R22AML | - | 137.2 | +| 4 | LG Seeds | LG67C07 | VT2PRO | 131.7 | +| 5 | Unknown | DKC117-78 | - | 130.9 | + +Top 5 by Yield: DKC114-99RIB (Unknown) 148.9, DKC68-35 (Unknown) 138.5, B14R22AML (Unknown) 137.2, LG67C07 (LG Seeds) 131.7, DKC117-78 (Unknown) 130.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143727.json b/corpus/lg_plot_reports/lgpr-corn-2024-143727.json new file mode 100644 index 00000000..7197bad6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143727.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143727", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Clinton", + "year": 2024, + "plot_id": "143727", + "lat": 41.87452, + "lng": -90.22063, + "cooperator": "Nutrien Ag Solutions Clinton", + "salesperson": "Nutrien Ag Solutions Clinton", + "planted_date": "2024-05-13", + "harvested_date": "2024-10-23", + "plot_average": 253.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B08R32V", + "traits": "", + "metrics": { + "Yield": 276.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 275.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "68C1V", + "traits": "", + "metrics": { + "Yield": 271.7 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B09C43V", + "traits": "", + "metrics": { + "Yield": 269.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "D50SP65RIB", + "traits": "", + "metrics": { + "Yield": 267.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143727" + ], + "fetched_at": "2026-05-27T02:19:37.887758+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143727.md b/corpus/lg_plot_reports/lgpr-corn-2024-143727.md new file mode 100644 index 00000000..1c716a39 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143727.md @@ -0,0 +1,28 @@ +# Corn yield trial — Clinton, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Clinton +- **Year:** 2024 +- **Plot ID:** 143727 +- **Cooperator:** Nutrien Ag Solutions Clinton +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-23 +- **Plot average:** 253.7 BU/Ac +- **Coordinates:** 41.87452, -90.22063 +- **URL:** https://lgseeds.com/performance/corn#plot-143727 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B08R32V | - | 276.1 | +| 2 | LG Seeds | LG63C32 | SSP | 275.4 | +| 3 | Unknown | 68C1V | - | 271.7 | +| 4 | Unknown | B09C43V | - | 269.6 | +| 5 | Unknown | D50SP65RIB | - | 267.5 | + +Top 5 by Yield: B08R32V (Unknown) 276.1, LG63C32 (LG Seeds) 275.4, 68C1V (Unknown) 271.7, B09C43V (Unknown) 269.6, D50SP65RIB (Unknown) 267.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143730.json b/corpus/lg_plot_reports/lgpr-corn-2024-143730.json new file mode 100644 index 00000000..b30b12a7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143730.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143730", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Charlotte", + "year": 2024, + "plot_id": "143730", + "lat": 41.87659, + "lng": -90.45292, + "cooperator": "Steve Diedrich", + "salesperson": "Steve Diedrich", + "planted_date": "2024-05-11", + "harvested_date": "2024-10-23", + "plot_average": 266.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 288.9 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "70F6V", + "traits": "", + "metrics": { + "Yield": 288.5 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "69C7PCE", + "traits": "", + "metrics": { + "Yield": 285.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "73A4AM", + "traits": "", + "metrics": { + "Yield": 283.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "73A6AML", + "traits": "", + "metrics": { + "Yield": 282.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143730" + ], + "fetched_at": "2026-05-27T02:20:05.395002+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143730.md b/corpus/lg_plot_reports/lgpr-corn-2024-143730.md new file mode 100644 index 00000000..36a6646f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143730.md @@ -0,0 +1,28 @@ +# Corn yield trial — Charlotte, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Charlotte +- **Year:** 2024 +- **Plot ID:** 143730 +- **Cooperator:** Steve Diedrich +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-23 +- **Plot average:** 266.4 BU/Ac +- **Coordinates:** 41.87659, -90.45292 +- **URL:** https://lgseeds.com/performance/corn#plot-143730 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C54 | PCE | 288.9 | +| 2 | Unknown | 70F6V | - | 288.5 | +| 3 | Unknown | 69C7PCE | - | 285.9 | +| 4 | Unknown | 73A4AM | - | 283.7 | +| 5 | Unknown | 73A6AML | - | 282.1 | + +Top 5 by Yield: LG63C54 (LG Seeds) 288.9, 70F6V (Unknown) 288.5, 69C7PCE (Unknown) 285.9, 73A4AM (Unknown) 283.7, 73A6AML (Unknown) 282.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143734.json b/corpus/lg_plot_reports/lgpr-corn-2024-143734.json new file mode 100644 index 00000000..3bc7a7e0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143734.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143734", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Tony", + "year": 2024, + "plot_id": "143734", + "lat": 45.49113, + "lng": -90.92606, + "cooperator": "Larry Romanowski North", + "salesperson": "Larry Romanowski North", + "planted_date": "2024-05-30", + "harvested_date": "2024-11-18", + "plot_average": 139.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "185-45VT2PRIB", + "traits": "", + "metrics": { + "Yield": 156.81 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "190-50VT2PRIB", + "traits": "", + "metrics": { + "Yield": 155.29 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "186-56STXRIB", + "traits": "", + "metrics": { + "Yield": 153.77 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "186-37VT2PRIB", + "traits": "", + "metrics": { + "Yield": 153.37 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "183-33VT2PRIB", + "traits": "", + "metrics": { + "Yield": 152.65 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143734" + ], + "fetched_at": "2026-05-27T02:18:40.366074+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143734.md b/corpus/lg_plot_reports/lgpr-corn-2024-143734.md new file mode 100644 index 00000000..6b4fba1f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143734.md @@ -0,0 +1,28 @@ +# Corn yield trial — Tony, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Tony +- **Year:** 2024 +- **Plot ID:** 143734 +- **Cooperator:** Larry Romanowski North +- **Planted:** 2024-05-30 +- **Harvested:** 2024-11-18 +- **Plot average:** 139.0 BU/Ac +- **Coordinates:** 45.49113, -90.92606 +- **URL:** https://lgseeds.com/performance/corn#plot-143734 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 185-45VT2PRIB | - | 156.81 | +| 2 | Unknown | 190-50VT2PRIB | - | 155.29 | +| 3 | Unknown | 186-56STXRIB | - | 153.77 | +| 4 | Unknown | 186-37VT2PRIB | - | 153.37 | +| 5 | Unknown | 183-33VT2PRIB | - | 152.65 | + +Top 5 by Yield: 185-45VT2PRIB (Unknown) 156.81, 190-50VT2PRIB (Unknown) 155.29, 186-56STXRIB (Unknown) 153.77, 186-37VT2PRIB (Unknown) 153.37, 183-33VT2PRIB (Unknown) 152.65. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143751.json b/corpus/lg_plot_reports/lgpr-corn-2024-143751.json new file mode 100644 index 00000000..146d83fc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143751.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143751", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Hemlock", + "year": 2024, + "plot_id": "143751", + "lat": 43.44955, + "lng": -84.25653, + "cooperator": "Kevin Wardin", + "salesperson": "Kevin Wardin", + "planted_date": "2024-05-06", + "harvested_date": "2024-10-18", + "plot_average": 226.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 241.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC48-69RIB", + "traits": "", + "metrics": { + "Yield": 239.7 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LR9397PCE", + "traits": "", + "metrics": { + "Yield": 236.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC49-24RIB", + "traits": "", + "metrics": { + "Yield": 235.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC102-28RIB", + "traits": "", + "metrics": { + "Yield": 235.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143751" + ], + "fetched_at": "2026-05-27T02:20:13.647376+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143751.md b/corpus/lg_plot_reports/lgpr-corn-2024-143751.md new file mode 100644 index 00000000..3b42a731 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143751.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hemlock, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Hemlock +- **Year:** 2024 +- **Plot ID:** 143751 +- **Cooperator:** Kevin Wardin +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-18 +- **Plot average:** 226.9 BU/Ac +- **Coordinates:** 43.44955, -84.25653 +- **URL:** https://lgseeds.com/performance/corn#plot-143751 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 241.1 | +| 2 | Unknown | DKC48-69RIB | - | 239.7 | +| 3 | Unknown | LR9397PCE | - | 236.1 | +| 4 | Unknown | DKC49-24RIB | - | 235.7 | +| 5 | Unknown | DKC102-28RIB | - | 235.6 | + +Top 5 by Yield: LG51C62 (LG Seeds) 241.1, DKC48-69RIB (Unknown) 239.7, LR9397PCE (Unknown) 236.1, DKC49-24RIB (Unknown) 235.7, DKC102-28RIB (Unknown) 235.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143787.json b/corpus/lg_plot_reports/lgpr-corn-2024-143787.json new file mode 100644 index 00000000..61ba829a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143787.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143787", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Stanley", + "year": 2024, + "plot_id": "143787", + "lat": 44.89617, + "lng": -90.93791, + "cooperator": "Larry Ringler", + "salesperson": "Larry Ringler", + "planted_date": "2024-05-24", + "harvested_date": "2024-10-28", + "plot_average": 172.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "A2140AA", + "traits": "", + "metrics": { + "Yield": 214.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "A2541", + "traits": "", + "metrics": { + "Yield": 198.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "VT2RIB", + "metrics": { + "Yield": 186.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "A2345-3220GTEZ", + "traits": "", + "metrics": { + "Yield": 182.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG38C47", + "traits": "VT2RIB", + "metrics": { + "Yield": 172.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143787" + ], + "fetched_at": "2026-05-27T02:18:44.875563+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143787.md b/corpus/lg_plot_reports/lgpr-corn-2024-143787.md new file mode 100644 index 00000000..7652539c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143787.md @@ -0,0 +1,28 @@ +# Corn yield trial — Stanley, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Stanley +- **Year:** 2024 +- **Plot ID:** 143787 +- **Cooperator:** Larry Ringler +- **Planted:** 2024-05-24 +- **Harvested:** 2024-10-28 +- **Plot average:** 172.3 BU/Ac +- **Coordinates:** 44.89617, -90.93791 +- **URL:** https://lgseeds.com/performance/corn#plot-143787 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | A2140AA | - | 214.7 | +| 2 | Unknown | A2541 | - | 198.1 | +| 3 | LG Seeds | LG44C27 | VT2RIB | 186.8 | +| 4 | Unknown | A2345-3220GTEZ | - | 182.8 | +| 5 | LG Seeds | LG38C47 | VT2RIB | 172.0 | + +Top 5 by Yield: A2140AA (Unknown) 214.7, A2541 (Unknown) 198.1, LG44C27 (LG Seeds) 186.8, A2345-3220GTEZ (Unknown) 182.8, LG38C47 (LG Seeds) 172.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143800.json b/corpus/lg_plot_reports/lgpr-corn-2024-143800.json new file mode 100644 index 00000000..e9a64029 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143800.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143800", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Weston", + "year": 2024, + "plot_id": "143800", + "lat": 41.1904, + "lng": -96.73236, + "cooperator": "Gregg Reeves Helena Ashland", + "salesperson": "Gregg Reeves Helena Ashland", + "planted_date": "2024-04-29", + "harvested_date": "2024-10-13", + "plot_average": 239.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG65C14", + "traits": "TRCRIB", + "metrics": { + "Yield": 256.9 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC68-35RIB", + "traits": "", + "metrics": { + "Yield": 255.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B14H38AM", + "traits": "", + "metrics": { + "Yield": 251.6 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC117-78RIB", + "traits": "", + "metrics": { + "Yield": 249.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 248.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143800" + ], + "fetched_at": "2026-05-27T02:18:23.601347+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143800.md b/corpus/lg_plot_reports/lgpr-corn-2024-143800.md new file mode 100644 index 00000000..59c7446d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143800.md @@ -0,0 +1,28 @@ +# Corn yield trial — Weston, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Weston +- **Year:** 2024 +- **Plot ID:** 143800 +- **Cooperator:** Gregg Reeves Helena Ashland +- **Planted:** 2024-04-29 +- **Harvested:** 2024-10-13 +- **Plot average:** 239.4 BU/Ac +- **Coordinates:** 41.19040, -96.73236 +- **URL:** https://lgseeds.com/performance/corn#plot-143800 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG65C14 | TRCRIB | 256.9 | +| 2 | Unknown | DKC68-35RIB | - | 255.9 | +| 3 | Unknown | B14H38AM | - | 251.6 | +| 4 | Unknown | DKC117-78RIB | - | 249.2 | +| 5 | LG Seeds | LG64C43 | VT2RIB | 248.9 | + +Top 5 by Yield: LG65C14 (LG Seeds) 256.9, DKC68-35RIB (Unknown) 255.9, B14H38AM (Unknown) 251.6, DKC117-78RIB (Unknown) 249.2, LG64C43 (LG Seeds) 248.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143801.json b/corpus/lg_plot_reports/lgpr-corn-2024-143801.json new file mode 100644 index 00000000..fb926c74 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143801.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143801", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Schuyler ", + "year": 2024, + "plot_id": "143801", + "lat": 41.4726, + "lng": -97.08422, + "cooperator": "Dean Novak", + "salesperson": "Dean Novak", + "planted_date": "2024-05-14", + "harvested_date": "2024-10-19", + "plot_average": 246.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC117-78RIB", + "traits": "", + "metrics": { + "Yield": 269.9 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC68-35RIB", + "traits": "", + "metrics": { + "Yield": 269.9 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P1170AM", + "traits": "", + "metrics": { + "Yield": 263.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "212-02VT2PRIB", + "traits": "", + "metrics": { + "Yield": 260.8 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "210-08VT2PRIB", + "traits": "", + "metrics": { + "Yield": 259.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143801" + ], + "fetched_at": "2026-05-27T02:20:12.149630+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143801.md b/corpus/lg_plot_reports/lgpr-corn-2024-143801.md new file mode 100644 index 00000000..10e7d2a7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143801.md @@ -0,0 +1,28 @@ +# Corn yield trial — Schuyler , Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Schuyler +- **Year:** 2024 +- **Plot ID:** 143801 +- **Cooperator:** Dean Novak +- **Planted:** 2024-05-14 +- **Harvested:** 2024-10-19 +- **Plot average:** 246.9 BU/Ac +- **Coordinates:** 41.47260, -97.08422 +- **URL:** https://lgseeds.com/performance/corn#plot-143801 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC117-78RIB | - | 269.9 | +| 2 | Unknown | DKC68-35RIB | - | 269.9 | +| 3 | Pioneer | P1170AM | - | 263.8 | +| 4 | Unknown | 212-02VT2PRIB | - | 260.8 | +| 5 | Unknown | 210-08VT2PRIB | - | 259.8 | + +Top 5 by Yield: DKC117-78RIB (Unknown) 269.9, DKC68-35RIB (Unknown) 269.9, P1170AM (Pioneer) 263.8, 212-02VT2PRIB (Unknown) 260.8, 210-08VT2PRIB (Unknown) 259.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143814.json b/corpus/lg_plot_reports/lgpr-corn-2024-143814.json new file mode 100644 index 00000000..1bf1799d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143814.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143814", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Marshfield ", + "year": 2024, + "plot_id": "143814", + "lat": 44.6875, + "lng": -90.14935, + "cooperator": "Marshfield Ag", + "salesperson": "Marshfield Ag", + "planted_date": "2024-05-17", + "harvested_date": "2024-11-11", + "plot_average": 193.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2PRO", + "metrics": { + "Yield": 217.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LC404-24", + "traits": "", + "metrics": { + "Yield": 215.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "MW86-06VT2PRIB", + "traits": "", + "metrics": { + "Yield": 206.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LC381-23", + "traits": "", + "metrics": { + "Yield": 204.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 203.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143814" + ], + "fetched_at": "2026-05-27T02:18:45.130598+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143814.md b/corpus/lg_plot_reports/lgpr-corn-2024-143814.md new file mode 100644 index 00000000..6a8b40c7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143814.md @@ -0,0 +1,28 @@ +# Corn yield trial — Marshfield , Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Marshfield +- **Year:** 2024 +- **Plot ID:** 143814 +- **Cooperator:** Marshfield Ag +- **Planted:** 2024-05-17 +- **Harvested:** 2024-11-11 +- **Plot average:** 193.7 BU/Ac +- **Coordinates:** 44.68750, -90.14935 +- **URL:** https://lgseeds.com/performance/corn#plot-143814 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG43C50 | VT2PRO | 217.2 | +| 2 | Unknown | LC404-24 | - | 215.8 | +| 3 | Unknown | MW86-06VT2PRIB | - | 206.0 | +| 4 | Unknown | LC381-23 | - | 204.5 | +| 5 | LG Seeds | LG42C80 | VT2RIB | 203.8 | + +Top 5 by Yield: LG43C50 (LG Seeds) 217.2, LC404-24 (Unknown) 215.8, MW86-06VT2PRIB (Unknown) 206.0, LC381-23 (Unknown) 204.5, LG42C80 (LG Seeds) 203.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143819.json b/corpus/lg_plot_reports/lgpr-corn-2024-143819.json new file mode 100644 index 00000000..6bef5796 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143819.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143819", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Harristown ", + "year": 2024, + "plot_id": "143819", + "lat": 39.87834, + "lng": -89.0465, + "cooperator": "Head Brothers Land and Cattle", + "salesperson": "Head Brothers Land and Cattle", + "planted_date": "2024-05-15", + "harvested_date": "2024-10-18", + "plot_average": 266.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C20", + "traits": "", + "metrics": { + "Yield": 291.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG66C06", + "traits": "", + "metrics": { + "Yield": 282.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 282.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC66-06RIB", + "traits": "", + "metrics": { + "Yield": 282.2 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P1222AM", + "traits": "", + "metrics": { + "Yield": 281.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143819" + ], + "fetched_at": "2026-05-27T02:18:06.601660+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143819.md b/corpus/lg_plot_reports/lgpr-corn-2024-143819.md new file mode 100644 index 00000000..945894b3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143819.md @@ -0,0 +1,28 @@ +# Corn yield trial — Harristown , Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Harristown +- **Year:** 2024 +- **Plot ID:** 143819 +- **Cooperator:** Head Brothers Land and Cattle +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-18 +- **Plot average:** 266.2 BU/Ac +- **Coordinates:** 39.87834, -89.04650 +- **URL:** https://lgseeds.com/performance/corn#plot-143819 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C20 | - | 291.9 | +| 2 | LG Seeds | LG66C06 | - | 282.5 | +| 3 | LG Seeds | LG63C82 | DGVT2RIB | 282.4 | +| 4 | Unknown | DKC66-06RIB | - | 282.2 | +| 5 | Pioneer | P1222AM | - | 281.1 | + +Top 5 by Yield: LG64C20 (LG Seeds) 291.9, LG66C06 (LG Seeds) 282.5, LG63C82 (LG Seeds) 282.4, DKC66-06RIB (Unknown) 282.2, P1222AM (Pioneer) 281.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143842.json b/corpus/lg_plot_reports/lgpr-corn-2024-143842.json new file mode 100644 index 00000000..4eccd81b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143842.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143842", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Clear Lake", + "year": 2024, + "plot_id": "143842", + "lat": 43.02223, + "lng": -93.38949, + "cooperator": "ScarBros", + "salesperson": "ScarBros", + "planted_date": "2024-04-24", + "harvested_date": "2024-10-12", + "plot_average": 248.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 273.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 271.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 269.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 266.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG57C33", + "traits": "VT2RIB", + "metrics": { + "Yield": 258.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143842" + ], + "fetched_at": "2026-05-27T02:20:38.939644+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143842.md b/corpus/lg_plot_reports/lgpr-corn-2024-143842.md new file mode 100644 index 00000000..75dc1787 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143842.md @@ -0,0 +1,28 @@ +# Corn yield trial — Clear Lake, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Clear Lake +- **Year:** 2024 +- **Plot ID:** 143842 +- **Cooperator:** ScarBros +- **Planted:** 2024-04-24 +- **Harvested:** 2024-10-12 +- **Plot average:** 248.3 BU/Ac +- **Coordinates:** 43.02223, -93.38949 +- **URL:** https://lgseeds.com/performance/corn#plot-143842 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C34 | STXRIB | 273.6 | +| 2 | LG Seeds | LG63C82 | DGVT2RIB | 271.2 | +| 3 | LG Seeds | LG58C48 | VT2RIB | 269.6 | +| 4 | LG Seeds | LG63C54 | PCE | 266.7 | +| 5 | LG Seeds | LG57C33 | VT2RIB | 258.3 | + +Top 5 by Yield: LG61C34 (LG Seeds) 273.6, LG63C82 (LG Seeds) 271.2, LG58C48 (LG Seeds) 269.6, LG63C54 (LG Seeds) 266.7, LG57C33 (LG Seeds) 258.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143843.json b/corpus/lg_plot_reports/lgpr-corn-2024-143843.json new file mode 100644 index 00000000..6bd75fd2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143843.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143843", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Rhodes", + "year": 2024, + "plot_id": "143843", + "lat": 41.90649, + "lng": -93.17097, + "cooperator": "Robert Blink", + "salesperson": "Robert Blink", + "planted_date": "2024-04-25", + "harvested_date": "2024-10-09", + "plot_average": 271.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 285.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "C7126VT4-RIB", + "traits": "", + "metrics": { + "Yield": 284.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C22", + "traits": "VT2RIB", + "metrics": { + "Yield": 279.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 278.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 278.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143843" + ], + "fetched_at": "2026-05-27T02:20:39.248374+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143843.md b/corpus/lg_plot_reports/lgpr-corn-2024-143843.md new file mode 100644 index 00000000..c24b7d4a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143843.md @@ -0,0 +1,28 @@ +# Corn yield trial — Rhodes, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Rhodes +- **Year:** 2024 +- **Plot ID:** 143843 +- **Cooperator:** Robert Blink +- **Planted:** 2024-04-25 +- **Harvested:** 2024-10-09 +- **Plot average:** 271.6 BU/Ac +- **Coordinates:** 41.90649, -93.17097 +- **URL:** https://lgseeds.com/performance/corn#plot-143843 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C43 | VT2RIB | 285.1 | +| 2 | Unknown | C7126VT4-RIB | - | 284.3 | +| 3 | LG Seeds | LG62C22 | VT2RIB | 279.0 | +| 4 | LG Seeds | LG63C54 | PCE | 278.6 | +| 5 | LG Seeds | LG63C32 | SSP | 278.6 | + +Top 5 by Yield: LG64C43 (LG Seeds) 285.1, C7126VT4-RIB (Unknown) 284.3, LG62C22 (LG Seeds) 279.0, LG63C54 (LG Seeds) 278.6, LG63C32 (LG Seeds) 278.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143844.json b/corpus/lg_plot_reports/lgpr-corn-2024-143844.json new file mode 100644 index 00000000..958f8e49 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143844.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143844", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Garwin", + "year": 2024, + "plot_id": "143844", + "lat": 42.0675, + "lng": -92.68708, + "cooperator": "Nate Holven", + "salesperson": "Nate Holven", + "planted_date": "2024-05-19", + "harvested_date": "2024-10-29", + "plot_average": 236.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "6128V2P", + "traits": "", + "metrics": { + "Yield": 283.9 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "6442Am", + "traits": "", + "metrics": { + "Yield": 281.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 279.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 267.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 265.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143844" + ], + "fetched_at": "2026-05-27T02:18:01.848270+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143844.md b/corpus/lg_plot_reports/lgpr-corn-2024-143844.md new file mode 100644 index 00000000..b87743e0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143844.md @@ -0,0 +1,28 @@ +# Corn yield trial — Garwin, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Garwin +- **Year:** 2024 +- **Plot ID:** 143844 +- **Cooperator:** Nate Holven +- **Planted:** 2024-05-19 +- **Harvested:** 2024-10-29 +- **Plot average:** 236.3 BU/Ac +- **Coordinates:** 42.06750, -92.68708 +- **URL:** https://lgseeds.com/performance/corn#plot-143844 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 6128V2P | - | 283.9 | +| 2 | Unknown | 6442Am | - | 281.8 | +| 3 | LG Seeds | LG64C43 | VT2RIB | 279.1 | +| 4 | LG Seeds | LG63C32 | SSP | 267.8 | +| 5 | LG Seeds | LG63C54 | PCE | 265.4 | + +Top 5 by Yield: 6128V2P (Unknown) 283.9, 6442Am (Unknown) 281.8, LG64C43 (LG Seeds) 279.1, LG63C32 (LG Seeds) 267.8, LG63C54 (LG Seeds) 265.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143845.json b/corpus/lg_plot_reports/lgpr-corn-2024-143845.json new file mode 100644 index 00000000..266686f6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143845.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143845", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Traer", + "year": 2024, + "plot_id": "143845", + "lat": 42.13259, + "lng": -92.47583, + "cooperator": "Mike Snider", + "salesperson": "Mike Snider", + "planted_date": "2024-04-25", + "harvested_date": "2024-10-05", + "plot_average": 283.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 293.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG60C86", + "traits": "5222EZ", + "metrics": { + "Yield": 288.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 287.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG55C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 287.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 284.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143845" + ], + "fetched_at": "2026-05-27T02:20:08.927771+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143845.md b/corpus/lg_plot_reports/lgpr-corn-2024-143845.md new file mode 100644 index 00000000..20eba547 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143845.md @@ -0,0 +1,28 @@ +# Corn yield trial — Traer, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Traer +- **Year:** 2024 +- **Plot ID:** 143845 +- **Cooperator:** Mike Snider +- **Planted:** 2024-04-25 +- **Harvested:** 2024-10-05 +- **Plot average:** 283.4 BU/Ac +- **Coordinates:** 42.13259, -92.47583 +- **URL:** https://lgseeds.com/performance/corn#plot-143845 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C34 | STXRIB | 293.2 | +| 2 | LG Seeds | LG60C86 | 5222EZ | 288.4 | +| 3 | LG Seeds | LG51C62 | VT2RIB | 287.7 | +| 4 | LG Seeds | LG55C32 | SSPRIB | 287.0 | +| 5 | LG Seeds | LG63C54 | PCE | 284.8 | + +Top 5 by Yield: LG61C34 (LG Seeds) 293.2, LG60C86 (LG Seeds) 288.4, LG51C62 (LG Seeds) 287.7, LG55C32 (LG Seeds) 287.0, LG63C54 (LG Seeds) 284.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143848.json b/corpus/lg_plot_reports/lgpr-corn-2024-143848.json new file mode 100644 index 00000000..88d78dae --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143848.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143848", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Hillsboro", + "year": 2024, + "plot_id": "143848", + "lat": 38.3576, + "lng": -97.1687, + "cooperator": "Galen Ensz", + "salesperson": "Galen Ensz", + "planted_date": "2024-05-03", + "harvested_date": "2024-09-13", + "plot_average": 103.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG70C16", + "traits": "V-RN", + "metrics": { + "Yield": 121.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2PRO", + "metrics": { + "Yield": 116.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG69C03", + "traits": "VT2PRO", + "metrics": { + "Yield": 111.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG66C06", + "traits": "VT2RIB", + "metrics": { + "Yield": 109.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG65C14", + "traits": "TRCRIB", + "metrics": { + "Yield": 109.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143848" + ], + "fetched_at": "2026-05-27T02:19:16.141719+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143848.md b/corpus/lg_plot_reports/lgpr-corn-2024-143848.md new file mode 100644 index 00000000..de5686e2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143848.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hillsboro, Kansas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Hillsboro +- **Year:** 2024 +- **Plot ID:** 143848 +- **Cooperator:** Galen Ensz +- **Planted:** 2024-05-03 +- **Harvested:** 2024-09-13 +- **Plot average:** 103.9 BU/Ac +- **Coordinates:** 38.35760, -97.16870 +- **URL:** https://lgseeds.com/performance/corn#plot-143848 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG70C16 | V-RN | 121.5 | +| 2 | LG Seeds | LG65C30 | VT2PRO | 116.7 | +| 3 | LG Seeds | LG69C03 | VT2PRO | 111.8 | +| 4 | LG Seeds | LG66C06 | VT2RIB | 109.5 | +| 5 | LG Seeds | LG65C14 | TRCRIB | 109.2 | + +Top 5 by Yield: LG70C16 (LG Seeds) 121.5, LG65C30 (LG Seeds) 116.7, LG69C03 (LG Seeds) 111.8, LG66C06 (LG Seeds) 109.5, LG65C14 (LG Seeds) 109.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143855.json b/corpus/lg_plot_reports/lgpr-corn-2024-143855.json new file mode 100644 index 00000000..f445b5b3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143855.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143855", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Urbana", + "year": 2024, + "plot_id": "143855", + "lat": 40.06565, + "lng": -88.17805, + "cooperator": "Mark Douglas", + "salesperson": "Mark Douglas", + "planted_date": "2024-05-20", + "harvested_date": "2024-10-22", + "plot_average": 248.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 262.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 261.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG61C21", + "traits": "3110", + "metrics": { + "Yield": 261.3 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC66-06RIB", + "traits": "", + "metrics": { + "Yield": 258.9 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "", + "metrics": { + "Yield": 258.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143855" + ], + "fetched_at": "2026-05-27T02:18:06.851407+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143855.md b/corpus/lg_plot_reports/lgpr-corn-2024-143855.md new file mode 100644 index 00000000..cfa92ed8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143855.md @@ -0,0 +1,28 @@ +# Corn yield trial — Urbana, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Urbana +- **Year:** 2024 +- **Plot ID:** 143855 +- **Cooperator:** Mark Douglas +- **Planted:** 2024-05-20 +- **Harvested:** 2024-10-22 +- **Plot average:** 248.7 BU/Ac +- **Coordinates:** 40.06565, -88.17805 +- **URL:** https://lgseeds.com/performance/corn#plot-143855 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C82 | DGVT2RIB | 262.2 | +| 2 | LG Seeds | LG63C54 | PCE | 261.7 | +| 3 | LG Seeds | LG61C21 | 3110 | 261.3 | +| 4 | Unknown | DKC66-06RIB | - | 258.9 | +| 5 | Pioneer | P1742Q | - | 258.5 | + +Top 5 by Yield: LG63C82 (LG Seeds) 262.2, LG63C54 (LG Seeds) 261.7, LG61C21 (LG Seeds) 261.3, DKC66-06RIB (Unknown) 258.9, P1742Q (Pioneer) 258.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143878.json b/corpus/lg_plot_reports/lgpr-corn-2024-143878.json new file mode 100644 index 00000000..f83dd49d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143878.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143878", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Weyauwega", + "year": 2024, + "plot_id": "143878", + "lat": 44.34018, + "lng": -88.91344, + "cooperator": "Bugs Behm", + "salesperson": "Bugs Behm", + "planted_date": "2024-05-12", + "harvested_date": "2024-10-30", + "plot_average": 222.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 289.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2PRO", + "metrics": { + "Yield": 258.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "193-40VT4PRIB", + "traits": "", + "metrics": { + "Yield": 249.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "193-40VT4PRIB", + "traits": "", + "metrics": { + "Yield": 244.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "VT2RIB", + "metrics": { + "Yield": 244.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143878" + ], + "fetched_at": "2026-05-27T02:19:43.141656+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143878.md b/corpus/lg_plot_reports/lgpr-corn-2024-143878.md new file mode 100644 index 00000000..d1b341ce --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143878.md @@ -0,0 +1,28 @@ +# Corn yield trial — Weyauwega, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Weyauwega +- **Year:** 2024 +- **Plot ID:** 143878 +- **Cooperator:** Bugs Behm +- **Planted:** 2024-05-12 +- **Harvested:** 2024-10-30 +- **Plot average:** 222.9 BU/Ac +- **Coordinates:** 44.34018, -88.91344 +- **URL:** https://lgseeds.com/performance/corn#plot-143878 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 289.0 | +| 2 | LG Seeds | LG46C85 | VT2PRO | 258.0 | +| 3 | Unknown | 193-40VT4PRIB | - | 249.0 | +| 4 | Unknown | 193-40VT4PRIB | - | 244.0 | +| 5 | LG Seeds | LG47C77 | VT2RIB | 244.0 | + +Top 5 by Yield: LG51C62 (LG Seeds) 289.0, LG46C85 (LG Seeds) 258.0, 193-40VT4PRIB (Unknown) 249.0, 193-40VT4PRIB (Unknown) 244.0, LG47C77 (LG Seeds) 244.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143880.json b/corpus/lg_plot_reports/lgpr-corn-2024-143880.json new file mode 100644 index 00000000..d72da6ed --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143880.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143880", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Casco", + "year": 2024, + "plot_id": "143880", + "lat": 44.61777, + "lng": -87.63075, + "cooperator": "Red Maple Farms", + "salesperson": "Red Maple Farms", + "planted_date": "2024-05-16", + "harvested_date": "2024-10-18", + "plot_average": 182.1, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B89A44PCE", + "traits": "", + "metrics": { + "Yield": 199.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B96Y34V", + "traits": "", + "metrics": { + "Yield": 199.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B91K05AM", + "traits": "", + "metrics": { + "Yield": 198.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 194.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B95R1V", + "traits": "", + "metrics": { + "Yield": 192.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143880" + ], + "fetched_at": "2026-05-27T02:19:46.891188+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143880.md b/corpus/lg_plot_reports/lgpr-corn-2024-143880.md new file mode 100644 index 00000000..60e79fc2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143880.md @@ -0,0 +1,28 @@ +# Corn yield trial — Casco, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Casco +- **Year:** 2024 +- **Plot ID:** 143880 +- **Cooperator:** Red Maple Farms +- **Planted:** 2024-05-16 +- **Harvested:** 2024-10-18 +- **Plot average:** 182.1 BU/Ac +- **Coordinates:** 44.61777, -87.63075 +- **URL:** https://lgseeds.com/performance/corn#plot-143880 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B89A44PCE | - | 199.7 | +| 2 | Unknown | B96Y34V | - | 199.3 | +| 3 | Unknown | B91K05AM | - | 198.4 | +| 4 | LG Seeds | LG51C62 | VT2RIB | 194.0 | +| 5 | Unknown | B95R1V | - | 192.3 | + +Top 5 by Yield: B89A44PCE (Unknown) 199.7, B96Y34V (Unknown) 199.3, B91K05AM (Unknown) 198.4, LG51C62 (LG Seeds) 194.0, B95R1V (Unknown) 192.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143883.json b/corpus/lg_plot_reports/lgpr-corn-2024-143883.json new file mode 100644 index 00000000..fec9c033 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143883.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143883", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Markesan", + "year": 2024, + "plot_id": "143883", + "lat": 43.664, + "lng": -89.08677, + "cooperator": "Eisenga Farms", + "salesperson": "Eisenga Farms ", + "planted_date": "2024-05-06", + "harvested_date": "2024-10-23", + "plot_average": 264.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 286.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 280.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 260.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSP", + "metrics": { + "Yield": 255.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 251.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143883" + ], + "fetched_at": "2026-05-27T02:18:53.644734+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143883.md b/corpus/lg_plot_reports/lgpr-corn-2024-143883.md new file mode 100644 index 00000000..28a37718 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143883.md @@ -0,0 +1,29 @@ +# Corn yield trial — Markesan, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Markesan +- **Year:** 2024 +- **Plot ID:** 143883 +- **Cooperator:** Eisenga Farms +- **Salesperson:** Eisenga Farms +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-23 +- **Plot average:** 264.1 BU/Ac +- **Coordinates:** 43.66400, -89.08677 +- **URL:** https://lgseeds.com/performance/corn#plot-143883 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG53C44 | VT2RIB | 286.1 | +| 2 | LG Seeds | LG51C62 | VT2RIB | 280.3 | +| 3 | LG Seeds | LG56C25 | SSPRIB | 260.6 | +| 4 | LG Seeds | LG51C32 | SSP | 255.4 | +| 5 | LG Seeds | LG49C28 | VT2RIB | 251.2 | + +Top 5 by Yield: LG53C44 (LG Seeds) 286.1, LG51C62 (LG Seeds) 280.3, LG56C25 (LG Seeds) 260.6, LG51C32 (LG Seeds) 255.4, LG49C28 (LG Seeds) 251.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143885.json b/corpus/lg_plot_reports/lgpr-corn-2024-143885.json new file mode 100644 index 00000000..11270725 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143885.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143885", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Markesan", + "year": 2024, + "plot_id": "143885", + "lat": 43.68811, + "lng": -88.95544, + "cooperator": "Keenan Dahlke", + "salesperson": "Keenan Dahlke", + "planted_date": "2024-05-06", + "harvested_date": "2024-10-21", + "plot_average": 258.6, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P9955V", + "traits": "", + "metrics": { + "Yield": 279.2 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P9823Q", + "traits": "", + "metrics": { + "Yield": 276.5 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P96760PCE", + "traits": "", + "metrics": { + "Yield": 267.8 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P95819PCE", + "traits": "", + "metrics": { + "Yield": 266.8 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P00549V", + "traits": "", + "metrics": { + "Yield": 266.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143885" + ], + "fetched_at": "2026-05-27T02:18:53.873697+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143885.md b/corpus/lg_plot_reports/lgpr-corn-2024-143885.md new file mode 100644 index 00000000..2655bc29 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143885.md @@ -0,0 +1,28 @@ +# Corn yield trial — Markesan, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Markesan +- **Year:** 2024 +- **Plot ID:** 143885 +- **Cooperator:** Keenan Dahlke +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-21 +- **Plot average:** 258.6 BU/Ac +- **Coordinates:** 43.68811, -88.95544 +- **URL:** https://lgseeds.com/performance/corn#plot-143885 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P9955V | - | 279.2 | +| 2 | Pioneer | P9823Q | - | 276.5 | +| 3 | Pioneer | P96760PCE | - | 267.8 | +| 4 | Pioneer | P95819PCE | - | 266.8 | +| 5 | Pioneer | P00549V | - | 266.3 | + +Top 5 by Yield: P9955V (Pioneer) 279.2, P9823Q (Pioneer) 276.5, P96760PCE (Pioneer) 267.8, P95819PCE (Pioneer) 266.8, P00549V (Pioneer) 266.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143887.json b/corpus/lg_plot_reports/lgpr-corn-2024-143887.json new file mode 100644 index 00000000..9e2aa8ea --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143887.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143887", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Miller", + "year": 2024, + "plot_id": "143887", + "lat": 44.70962, + "lng": -99.17303, + "cooperator": "Patrick Schaeffers", + "salesperson": "Patrick Schaeffers ", + "planted_date": "2024-06-06", + "harvested_date": "2024-10-28", + "plot_average": 149.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "A9811TRIB", + "traits": "", + "metrics": { + "Yield": 179.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "A9647VT2PRIB", + "traits": "", + "metrics": { + "Yield": 174.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "A9521VT2PRIB", + "traits": "", + "metrics": { + "Yield": 171.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B95R21PCE", + "traits": "", + "metrics": { + "Yield": 166.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG42C37", + "traits": "5222AEZ", + "metrics": { + "Yield": 163.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143887" + ], + "fetched_at": "2026-05-27T02:20:33.651283+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143887.md b/corpus/lg_plot_reports/lgpr-corn-2024-143887.md new file mode 100644 index 00000000..60db8beb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143887.md @@ -0,0 +1,29 @@ +# Corn yield trial — Miller, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Miller +- **Year:** 2024 +- **Plot ID:** 143887 +- **Cooperator:** Patrick Schaeffers +- **Salesperson:** Patrick Schaeffers +- **Planted:** 2024-06-06 +- **Harvested:** 2024-10-28 +- **Plot average:** 149.9 BU/Ac +- **Coordinates:** 44.70962, -99.17303 +- **URL:** https://lgseeds.com/performance/corn#plot-143887 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | A9811TRIB | - | 179.4 | +| 2 | Unknown | A9647VT2PRIB | - | 174.1 | +| 3 | Unknown | A9521VT2PRIB | - | 171.2 | +| 4 | Unknown | B95R21PCE | - | 166.5 | +| 5 | LG Seeds | LG42C37 | 5222AEZ | 163.2 | + +Top 5 by Yield: A9811TRIB (Unknown) 179.4, A9647VT2PRIB (Unknown) 174.1, A9521VT2PRIB (Unknown) 171.2, B95R21PCE (Unknown) 166.5, LG42C37 (LG Seeds) 163.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143888.json b/corpus/lg_plot_reports/lgpr-corn-2024-143888.json new file mode 100644 index 00000000..cee54acc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143888.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143888", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Hitchcock", + "year": 2024, + "plot_id": "143888", + "lat": 44.63854, + "lng": -98.27348, + "cooperator": "Justin Huizenga", + "salesperson": "Justin Huizenga", + "planted_date": "2024-05-16", + "harvested_date": "2024-10-29", + "plot_average": 211.6, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B01V22AM", + "traits": "", + "metrics": { + "Yield": 238.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B98Z37AM", + "traits": "", + "metrics": { + "Yield": 236.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "RC5263-PCE", + "traits": "", + "metrics": { + "Yield": 236.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 235.9 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B96Y34V", + "traits": "", + "metrics": { + "Yield": 235.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143888" + ], + "fetched_at": "2026-05-27T02:20:33.919893+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143888.md b/corpus/lg_plot_reports/lgpr-corn-2024-143888.md new file mode 100644 index 00000000..6f2c02fb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143888.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hitchcock, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Hitchcock +- **Year:** 2024 +- **Plot ID:** 143888 +- **Cooperator:** Justin Huizenga +- **Planted:** 2024-05-16 +- **Harvested:** 2024-10-29 +- **Plot average:** 211.6 BU/Ac +- **Coordinates:** 44.63854, -98.27348 +- **URL:** https://lgseeds.com/performance/corn#plot-143888 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B01V22AM | - | 238.1 | +| 2 | Unknown | B98Z37AM | - | 236.9 | +| 3 | Unknown | RC5263-PCE | - | 236.4 | +| 4 | LG Seeds | LG51C62 | VT2RIB | 235.9 | +| 5 | Unknown | B96Y34V | - | 235.9 | + +Top 5 by Yield: B01V22AM (Unknown) 238.1, B98Z37AM (Unknown) 236.9, RC5263-PCE (Unknown) 236.4, LG51C62 (LG Seeds) 235.9, B96Y34V (Unknown) 235.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143889.json b/corpus/lg_plot_reports/lgpr-corn-2024-143889.json new file mode 100644 index 00000000..709db139 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143889.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143889", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Pinconning", + "year": 2024, + "plot_id": "143889", + "lat": 43.92483, + "lng": -83.93623, + "cooperator": "Kevin Noffsinger", + "salesperson": "Kevin Noffsinger", + "planted_date": "2024-05-19", + "harvested_date": "2024-10-11", + "plot_average": 208.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "VT2RIB", + "metrics": { + "Yield": 230.02 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 220.32 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG48C87VT2RIB", + "traits": "", + "metrics": { + "Yield": 217.52 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 212.05 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2PRO", + "metrics": { + "Yield": 209.44 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143889" + ], + "fetched_at": "2026-05-27T02:18:09.114960+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143889.md b/corpus/lg_plot_reports/lgpr-corn-2024-143889.md new file mode 100644 index 00000000..d04c325d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143889.md @@ -0,0 +1,28 @@ +# Corn yield trial — Pinconning, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Pinconning +- **Year:** 2024 +- **Plot ID:** 143889 +- **Cooperator:** Kevin Noffsinger +- **Planted:** 2024-05-19 +- **Harvested:** 2024-10-11 +- **Plot average:** 208.1 BU/Ac +- **Coordinates:** 43.92483, -83.93623 +- **URL:** https://lgseeds.com/performance/corn#plot-143889 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG47C77 | VT2RIB | 230.02 | +| 2 | LG Seeds | LG48C87 | VT2RIB | 220.32 | +| 3 | Unknown | LG48C87VT2RIB | - | 217.52 | +| 4 | LG Seeds | LG49C28 | VT2RIB | 212.05 | +| 5 | LG Seeds | LG46C85 | VT2PRO | 209.44 | + +Top 5 by Yield: LG47C77 (LG Seeds) 230.02, LG48C87 (LG Seeds) 220.32, LG48C87VT2RIB (Unknown) 217.52, LG49C28 (LG Seeds) 212.05, LG46C85 (LG Seeds) 209.44. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143892.json b/corpus/lg_plot_reports/lgpr-corn-2024-143892.json new file mode 100644 index 00000000..ae283e62 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143892.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143892", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Gladwin", + "year": 2024, + "plot_id": "143892", + "lat": 44.03077, + "lng": -84.47549, + "cooperator": "McKimmy Farms", + "salesperson": "McKimmy Farms", + "planted_date": "2024-05-24", + "harvested_date": "2024-11-08", + "plot_average": 227.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "VT2RIB", + "metrics": { + "Yield": 244.97 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "VT2RIB", + "metrics": { + "Yield": 240.95 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "K4108PWE", + "traits": "", + "metrics": { + "Yield": 233.31 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2PRO", + "metrics": { + "Yield": 228.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2PRO", + "metrics": { + "Yield": 226.75 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143892" + ], + "fetched_at": "2026-05-27T02:19:05.633270+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143892.md b/corpus/lg_plot_reports/lgpr-corn-2024-143892.md new file mode 100644 index 00000000..ddfc543e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143892.md @@ -0,0 +1,28 @@ +# Corn yield trial — Gladwin, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Gladwin +- **Year:** 2024 +- **Plot ID:** 143892 +- **Cooperator:** McKimmy Farms +- **Planted:** 2024-05-24 +- **Harvested:** 2024-11-08 +- **Plot average:** 227.0 BU/Ac +- **Coordinates:** 44.03077, -84.47549 +- **URL:** https://lgseeds.com/performance/corn#plot-143892 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG47C77 | VT2RIB | 244.97 | +| 2 | LG Seeds | LG44C27 | VT2RIB | 240.95 | +| 3 | Unknown | K4108PWE | - | 233.31 | +| 4 | LG Seeds | LG43C50 | VT2PRO | 228.6 | +| 5 | LG Seeds | LG46C85 | VT2PRO | 226.75 | + +Top 5 by Yield: LG47C77 (LG Seeds) 244.97, LG44C27 (LG Seeds) 240.95, K4108PWE (Unknown) 233.31, LG43C50 (LG Seeds) 228.6, LG46C85 (LG Seeds) 226.75. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143910.json b/corpus/lg_plot_reports/lgpr-corn-2024-143910.json new file mode 100644 index 00000000..f8434947 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143910.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143910", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Barnes City", + "year": 2024, + "plot_id": "143910", + "lat": 41.51066, + "lng": -92.46999, + "cooperator": "Joe Steele", + "salesperson": "Joe Steele", + "planted_date": "2024-04-22", + "harvested_date": "2024-10-09", + "plot_average": 248.2, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "LH6089SSRIB", + "traits": "", + "metrics": { + "Yield": 285.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LH6477VT2Pro", + "traits": "", + "metrics": { + "Yield": 276.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC111-35RIB", + "traits": "", + "metrics": { + "Yield": 271.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LH6445VT2PRORIB", + "traits": "", + "metrics": { + "Yield": 270.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC108-64RIB", + "traits": "", + "metrics": { + "Yield": 267.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143910" + ], + "fetched_at": "2026-05-27T02:18:54.873810+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143910.md b/corpus/lg_plot_reports/lgpr-corn-2024-143910.md new file mode 100644 index 00000000..2ede91f3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143910.md @@ -0,0 +1,28 @@ +# Corn yield trial — Barnes City, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Barnes City +- **Year:** 2024 +- **Plot ID:** 143910 +- **Cooperator:** Joe Steele +- **Planted:** 2024-04-22 +- **Harvested:** 2024-10-09 +- **Plot average:** 248.2 BU/Ac +- **Coordinates:** 41.51066, -92.46999 +- **URL:** https://lgseeds.com/performance/corn#plot-143910 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | LH6089SSRIB | - | 285.1 | +| 2 | Unknown | LH6477VT2Pro | - | 276.4 | +| 3 | Unknown | DKC111-35RIB | - | 271.4 | +| 4 | Unknown | LH6445VT2PRORIB | - | 270.7 | +| 5 | Unknown | DKC108-64RIB | - | 267.4 | + +Top 5 by Yield: LH6089SSRIB (Unknown) 285.1, LH6477VT2Pro (Unknown) 276.4, DKC111-35RIB (Unknown) 271.4, LH6445VT2PRORIB (Unknown) 270.7, DKC108-64RIB (Unknown) 267.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143915.json b/corpus/lg_plot_reports/lgpr-corn-2024-143915.json new file mode 100644 index 00000000..6559c908 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143915.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143915", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Hamil", + "year": 2024, + "plot_id": "143915", + "lat": 43.57178, + "lng": -99.6031, + "cooperator": "Trent Kubik", + "salesperson": "Trent Kubik", + "planted_date": "2024-05-27", + "harvested_date": "2024-10-03", + "plot_average": 110.6, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC104-08RIB", + "traits": "", + "metrics": { + "Yield": 145.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "VT2RIB", + "metrics": { + "Yield": 136.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B98Z37PCE", + "traits": "", + "metrics": { + "Yield": 131.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B01X44PCE", + "traits": "", + "metrics": { + "Yield": 125.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC51-92RIB", + "traits": "", + "metrics": { + "Yield": 121.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143915" + ], + "fetched_at": "2026-05-27T02:18:37.379828+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143915.md b/corpus/lg_plot_reports/lgpr-corn-2024-143915.md new file mode 100644 index 00000000..b39751fa --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143915.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hamil, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Hamil +- **Year:** 2024 +- **Plot ID:** 143915 +- **Cooperator:** Trent Kubik +- **Planted:** 2024-05-27 +- **Harvested:** 2024-10-03 +- **Plot average:** 110.6 BU/Ac +- **Coordinates:** 43.57178, -99.60310 +- **URL:** https://lgseeds.com/performance/corn#plot-143915 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC104-08RIB | - | 145.1 | +| 2 | LG Seeds | LG59C72 | VT2RIB | 136.3 | +| 3 | Unknown | B98Z37PCE | - | 131.9 | +| 4 | Unknown | B01X44PCE | - | 125.6 | +| 5 | Unknown | DKC51-92RIB | - | 121.3 | + +Top 5 by Yield: DKC104-08RIB (Unknown) 145.1, LG59C72 (LG Seeds) 136.3, B98Z37PCE (Unknown) 131.9, B01X44PCE (Unknown) 125.6, DKC51-92RIB (Unknown) 121.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143925.json b/corpus/lg_plot_reports/lgpr-corn-2024-143925.json new file mode 100644 index 00000000..3669c19f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143925.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143925", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Saronville", + "year": 2024, + "plot_id": "143925", + "lat": 40.64503, + "lng": -97.93583, + "cooperator": "Tyler Bailey", + "salesperson": "Tyler Bailey", + "planted_date": "2024-05-14", + "harvested_date": "2024-10-12", + "plot_average": 256.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 272.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 269.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B11C37V", + "traits": "", + "metrics": { + "Yield": 269.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B11M47V", + "traits": "", + "metrics": { + "Yield": 269.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B10H24Q", + "traits": "", + "metrics": { + "Yield": 263.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143925" + ], + "fetched_at": "2026-05-27T02:18:04.602655+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143925.md b/corpus/lg_plot_reports/lgpr-corn-2024-143925.md new file mode 100644 index 00000000..e7e9d386 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143925.md @@ -0,0 +1,28 @@ +# Corn yield trial — Saronville, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Saronville +- **Year:** 2024 +- **Plot ID:** 143925 +- **Cooperator:** Tyler Bailey +- **Planted:** 2024-05-14 +- **Harvested:** 2024-10-12 +- **Plot average:** 256.1 BU/Ac +- **Coordinates:** 40.64503, -97.93583 +- **URL:** https://lgseeds.com/performance/corn#plot-143925 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | SSP | 272.3 | +| 2 | LG Seeds | LG63C54 | PCE | 269.6 | +| 3 | Unknown | B11C37V | - | 269.2 | +| 4 | Unknown | B11M47V | - | 269.0 | +| 5 | Unknown | B10H24Q | - | 263.6 | + +Top 5 by Yield: LG63C32 (LG Seeds) 272.3, LG63C54 (LG Seeds) 269.6, B11C37V (Unknown) 269.2, B11M47V (Unknown) 269.0, B10H24Q (Unknown) 263.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143939.json b/corpus/lg_plot_reports/lgpr-corn-2024-143939.json new file mode 100644 index 00000000..4023feb7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143939.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143939", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Clay Center", + "year": 2024, + "plot_id": "143939", + "lat": 39.43731, + "lng": -97.16907, + "cooperator": "AJ Carlson", + "salesperson": "AJ Carlson", + "planted_date": "2024-05-24", + "harvested_date": "2024-10-28", + "plot_average": 229.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG66C28", + "traits": "3110", + "metrics": { + "Yield": 247.42 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2PRO", + "metrics": { + "Yield": 245.02 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG70C16", + "traits": "V-RN", + "metrics": { + "Yield": 240.47 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2PRO", + "metrics": { + "Yield": 238.92 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG5643", + "traits": "VT2PRO", + "metrics": { + "Yield": 238.52 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143939" + ], + "fetched_at": "2026-05-27T02:19:49.159722+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143939.md b/corpus/lg_plot_reports/lgpr-corn-2024-143939.md new file mode 100644 index 00000000..75a954b2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143939.md @@ -0,0 +1,28 @@ +# Corn yield trial — Clay Center, Kansas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Clay Center +- **Year:** 2024 +- **Plot ID:** 143939 +- **Cooperator:** AJ Carlson +- **Planted:** 2024-05-24 +- **Harvested:** 2024-10-28 +- **Plot average:** 229.8 BU/Ac +- **Coordinates:** 39.43731, -97.16907 +- **URL:** https://lgseeds.com/performance/corn#plot-143939 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG66C28 | 3110 | 247.42 | +| 2 | LG Seeds | LG66C44 | VT2PRO | 245.02 | +| 3 | LG Seeds | LG70C16 | V-RN | 240.47 | +| 4 | LG Seeds | LG63C82 | DGVT2PRO | 238.92 | +| 5 | LG Seeds | LG5643 | VT2PRO | 238.52 | + +Top 5 by Yield: LG66C28 (LG Seeds) 247.42, LG66C44 (LG Seeds) 245.02, LG70C16 (LG Seeds) 240.47, LG63C82 (LG Seeds) 238.92, LG5643 (LG Seeds) 238.52. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143943.json b/corpus/lg_plot_reports/lgpr-corn-2024-143943.json new file mode 100644 index 00000000..0c73c1cb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143943.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143943", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Abingdon", + "year": 2024, + "plot_id": "143943", + "lat": 40.72215, + "lng": -90.37718, + "cooperator": "Sam Serven", + "salesperson": "Sam Serven", + "planted_date": "2024-05-17", + "harvested_date": "2024-10-22", + "plot_average": 255.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 264.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "84P78TRERIB", + "traits": "", + "metrics": { + "Yield": 264.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 264.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "83P66VT2RIB", + "traits": "", + "metrics": { + "Yield": 255.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 255.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143943" + ], + "fetched_at": "2026-05-27T02:19:07.632513+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143943.md b/corpus/lg_plot_reports/lgpr-corn-2024-143943.md new file mode 100644 index 00000000..87961554 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143943.md @@ -0,0 +1,28 @@ +# Corn yield trial — Abingdon, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Abingdon +- **Year:** 2024 +- **Plot ID:** 143943 +- **Cooperator:** Sam Serven +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-22 +- **Plot average:** 255.5 BU/Ac +- **Coordinates:** 40.72215, -90.37718 +- **URL:** https://lgseeds.com/performance/corn#plot-143943 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | SSP | 264.7 | +| 2 | Unknown | 84P78TRERIB | - | 264.7 | +| 3 | LG Seeds | LG64C43 | VT2RIB | 264.4 | +| 4 | Unknown | 83P66VT2RIB | - | 255.9 | +| 5 | LG Seeds | LG66C44 | VT2RIB | 255.1 | + +Top 5 by Yield: LG63C32 (LG Seeds) 264.7, 84P78TRERIB (Unknown) 264.7, LG64C43 (LG Seeds) 264.4, 83P66VT2RIB (Unknown) 255.9, LG66C44 (LG Seeds) 255.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143946.json b/corpus/lg_plot_reports/lgpr-corn-2024-143946.json new file mode 100644 index 00000000..c7337919 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143946.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143946", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Lyndon Station", + "year": 2024, + "plot_id": "143946", + "lat": 43.57635, + "lng": -89.93683, + "cooperator": "Brian Gawronski", + "salesperson": "Brian Gawronski", + "planted_date": "2024-05-14", + "harvested_date": "2024-11-01", + "plot_average": 173.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 190.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "K5218D", + "traits": "", + "metrics": { + "Yield": 181.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 180.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 179.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG52C42", + "traits": "VT2RIB", + "metrics": { + "Yield": 179.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143946" + ], + "fetched_at": "2026-05-27T02:18:52.392939+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143946.md b/corpus/lg_plot_reports/lgpr-corn-2024-143946.md new file mode 100644 index 00000000..41c06000 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143946.md @@ -0,0 +1,28 @@ +# Corn yield trial — Lyndon Station, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Lyndon Station +- **Year:** 2024 +- **Plot ID:** 143946 +- **Cooperator:** Brian Gawronski +- **Planted:** 2024-05-14 +- **Harvested:** 2024-11-01 +- **Plot average:** 173.7 BU/Ac +- **Coordinates:** 43.57635, -89.93683 +- **URL:** https://lgseeds.com/performance/corn#plot-143946 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 190.2 | +| 2 | Unknown | K5218D | - | 181.5 | +| 3 | LG Seeds | LG48C87 | VT2RIB | 180.6 | +| 4 | LG Seeds | LG49C28 | VT2RIB | 179.5 | +| 5 | LG Seeds | LG52C42 | VT2RIB | 179.1 | + +Top 5 by Yield: LG51C62 (LG Seeds) 190.2, K5218D (Unknown) 181.5, LG48C87 (LG Seeds) 180.6, LG49C28 (LG Seeds) 179.5, LG52C42 (LG Seeds) 179.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143951.json b/corpus/lg_plot_reports/lgpr-corn-2024-143951.json new file mode 100644 index 00000000..40332754 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143951.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143951", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Watertown", + "year": 2024, + "plot_id": "143951", + "lat": 44.87599, + "lng": -97.3301, + "cooperator": "Lake Area Ag", + "salesperson": "Lake Area Ag", + "planted_date": "2024-05-06", + "harvested_date": "2024-10-15", + "plot_average": 236.1, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "G03U08-D", + "traits": "", + "metrics": { + "Yield": 259.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 254.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "JS0331VT2P", + "traits": "", + "metrics": { + "Yield": 253.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 247.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 242.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143951" + ], + "fetched_at": "2026-05-27T02:19:54.907477+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143951.md b/corpus/lg_plot_reports/lgpr-corn-2024-143951.md new file mode 100644 index 00000000..08c32f96 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143951.md @@ -0,0 +1,28 @@ +# Corn yield trial — Watertown, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Watertown +- **Year:** 2024 +- **Plot ID:** 143951 +- **Cooperator:** Lake Area Ag +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-15 +- **Plot average:** 236.1 BU/Ac +- **Coordinates:** 44.87599, -97.33010 +- **URL:** https://lgseeds.com/performance/corn#plot-143951 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | G03U08-D | - | 259.1 | +| 2 | LG Seeds | LG51C62 | VT2RIB | 254.8 | +| 3 | Unknown | JS0331VT2P | - | 253.5 | +| 4 | LG Seeds | LG48C87 | VT2RIB | 247.5 | +| 5 | LG Seeds | LG53C44 | VT2RIB | 242.1 | + +Top 5 by Yield: G03U08-D (Unknown) 259.1, LG51C62 (LG Seeds) 254.8, JS0331VT2P (Unknown) 253.5, LG48C87 (LG Seeds) 247.5, LG53C44 (LG Seeds) 242.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143956.json b/corpus/lg_plot_reports/lgpr-corn-2024-143956.json new file mode 100644 index 00000000..c717a448 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143956.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143956", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Benson", + "year": 2024, + "plot_id": "143956", + "lat": 40.89378, + "lng": -89.13824, + "cooperator": "Paul Harms", + "salesperson": "Paul Harms", + "planted_date": "2024-05-13", + "harvested_date": "2024-10-07", + "plot_average": 243.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 259.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "D50SP65RIB", + "traits": "", + "metrics": { + "Yield": 255.5 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC64-21RIB", + "traits": "", + "metrics": { + "Yield": 254.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B08R32V", + "traits": "", + "metrics": { + "Yield": 253.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "D53SP85RIB", + "traits": "", + "metrics": { + "Yield": 250.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143956" + ], + "fetched_at": "2026-05-27T02:20:25.421914+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143956.md b/corpus/lg_plot_reports/lgpr-corn-2024-143956.md new file mode 100644 index 00000000..3e44d32b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143956.md @@ -0,0 +1,28 @@ +# Corn yield trial — Benson, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Benson +- **Year:** 2024 +- **Plot ID:** 143956 +- **Cooperator:** Paul Harms +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-07 +- **Plot average:** 243.8 BU/Ac +- **Coordinates:** 40.89378, -89.13824 +- **URL:** https://lgseeds.com/performance/corn#plot-143956 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG56C25 | SSPRIB | 259.8 | +| 2 | Unknown | D50SP65RIB | - | 255.5 | +| 3 | Unknown | DKC64-21RIB | - | 254.1 | +| 4 | Unknown | B08R32V | - | 253.7 | +| 5 | Unknown | D53SP85RIB | - | 250.0 | + +Top 5 by Yield: LG56C25 (LG Seeds) 259.8, D50SP65RIB (Unknown) 255.5, DKC64-21RIB (Unknown) 254.1, B08R32V (Unknown) 253.7, D53SP85RIB (Unknown) 250.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143957.json b/corpus/lg_plot_reports/lgpr-corn-2024-143957.json new file mode 100644 index 00000000..a250540a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143957.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143957", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Frankfort", + "year": 2024, + "plot_id": "143957", + "lat": 44.82392, + "lng": -98.28265, + "cooperator": "Johnson Farms", + "salesperson": "Johnson Farms", + "planted_date": "2024-05-10", + "harvested_date": "2024-10-07", + "plot_average": 183.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "G00U71-D", + "traits": "", + "metrics": { + "Yield": 204.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "VT2RIB", + "metrics": { + "Yield": 201.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 197.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 195.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 193.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143957" + ], + "fetched_at": "2026-05-27T02:18:20.618357+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143957.md b/corpus/lg_plot_reports/lgpr-corn-2024-143957.md new file mode 100644 index 00000000..e0a1f813 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143957.md @@ -0,0 +1,28 @@ +# Corn yield trial — Frankfort, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Frankfort +- **Year:** 2024 +- **Plot ID:** 143957 +- **Cooperator:** Johnson Farms +- **Planted:** 2024-05-10 +- **Harvested:** 2024-10-07 +- **Plot average:** 183.8 BU/Ac +- **Coordinates:** 44.82392, -98.28265 +- **URL:** https://lgseeds.com/performance/corn#plot-143957 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | G00U71-D | - | 204.3 | +| 2 | LG Seeds | LG47C77 | VT2RIB | 201.2 | +| 3 | LG Seeds | LG42C80 | VT2RIB | 197.9 | +| 4 | LG Seeds | LG51C62 | VT2RIB | 195.1 | +| 5 | LG Seeds | LG48C32 | SSPRIB | 193.5 | + +Top 5 by Yield: G00U71-D (Unknown) 204.3, LG47C77 (LG Seeds) 201.2, LG42C80 (LG Seeds) 197.9, LG51C62 (LG Seeds) 195.1, LG48C32 (LG Seeds) 193.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143960.json b/corpus/lg_plot_reports/lgpr-corn-2024-143960.json new file mode 100644 index 00000000..ea742cdd --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143960.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143960", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Bay City", + "year": 2024, + "plot_id": "143960", + "lat": 43.52294, + "lng": -83.93492, + "cooperator": "Schlicker Farms", + "salesperson": "Schlicker Farms", + "planted_date": "2024-05-09", + "harvested_date": "2024-10-17", + "plot_average": 244.1, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC101-35RIB", + "traits": "", + "metrics": { + "Yield": 273.42 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B01V22AM", + "traits": "", + "metrics": { + "Yield": 259.9 + } + }, + { + "rank": 3, + "brand": "FS", + "product": "53ZX1RIB", + "traits": "", + "metrics": { + "Yield": 252.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B99A24AM", + "traits": "", + "metrics": { + "Yield": 252.02 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 250.89 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143960" + ], + "fetched_at": "2026-05-27T02:19:27.633878+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143960.md b/corpus/lg_plot_reports/lgpr-corn-2024-143960.md new file mode 100644 index 00000000..511e92a0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143960.md @@ -0,0 +1,28 @@ +# Corn yield trial — Bay City, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Bay City +- **Year:** 2024 +- **Plot ID:** 143960 +- **Cooperator:** Schlicker Farms +- **Planted:** 2024-05-09 +- **Harvested:** 2024-10-17 +- **Plot average:** 244.1 BU/Ac +- **Coordinates:** 43.52294, -83.93492 +- **URL:** https://lgseeds.com/performance/corn#plot-143960 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC101-35RIB | - | 273.42 | +| 2 | Unknown | B01V22AM | - | 259.9 | +| 3 | FS | 53ZX1RIB | - | 252.8 | +| 4 | Unknown | B99A24AM | - | 252.02 | +| 5 | LG Seeds | LG51C62 | VT2RIB | 250.89 | + +Top 5 by Yield: DKC101-35RIB (Unknown) 273.42, B01V22AM (Unknown) 259.9, 53ZX1RIB (FS) 252.8, B99A24AM (Unknown) 252.02, LG51C62 (LG Seeds) 250.89. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143985.json b/corpus/lg_plot_reports/lgpr-corn-2024-143985.json new file mode 100644 index 00000000..cfb63fc6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143985.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143985", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Waubon", + "year": 2024, + "plot_id": "143985", + "lat": 47.18243, + "lng": -95.92289, + "cooperator": "Chad Pazderinck", + "salesperson": "Chad Pazderinck", + "planted_date": "2024-05-13", + "harvested_date": "2024-11-09", + "plot_average": 175.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG30C98", + "traits": "VT2RIB", + "metrics": { + "Yield": 203.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "180-24VT2PRIB", + "traits": "", + "metrics": { + "Yield": 196.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "177-54VT2PRIB", + "traits": "", + "metrics": { + "Yield": 189.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "180-33VT2RIB", + "traits": "", + "metrics": { + "Yield": 188.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG29C19", + "traits": "VT2RIB", + "metrics": { + "Yield": 187.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143985" + ], + "fetched_at": "2026-05-27T02:18:39.373203+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143985.md b/corpus/lg_plot_reports/lgpr-corn-2024-143985.md new file mode 100644 index 00000000..4573e2c3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143985.md @@ -0,0 +1,28 @@ +# Corn yield trial — Waubon, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Waubon +- **Year:** 2024 +- **Plot ID:** 143985 +- **Cooperator:** Chad Pazderinck +- **Planted:** 2024-05-13 +- **Harvested:** 2024-11-09 +- **Plot average:** 175.2 BU/Ac +- **Coordinates:** 47.18243, -95.92289 +- **URL:** https://lgseeds.com/performance/corn#plot-143985 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG30C98 | VT2RIB | 203.2 | +| 2 | Unknown | 180-24VT2PRIB | - | 196.8 | +| 3 | Unknown | 177-54VT2PRIB | - | 189.5 | +| 4 | Unknown | 180-33VT2RIB | - | 188.5 | +| 5 | LG Seeds | LG29C19 | VT2RIB | 187.0 | + +Top 5 by Yield: LG30C98 (LG Seeds) 203.2, 180-24VT2PRIB (Unknown) 196.8, 177-54VT2PRIB (Unknown) 189.5, 180-33VT2RIB (Unknown) 188.5, LG29C19 (LG Seeds) 187.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143988.json b/corpus/lg_plot_reports/lgpr-corn-2024-143988.json new file mode 100644 index 00000000..0323d493 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143988.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143988", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Oregon", + "state_abbrev": "or", + "city": "Baker City", + "year": 2024, + "plot_id": "143988", + "lat": 44.86137, + "lng": -117.94723, + "cooperator": "Jess Blatchford", + "salesperson": "Jess Blatchford", + "planted_date": "2024-05-13", + "harvested_date": "2024-11-08", + "plot_average": 204.4, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P82288AM", + "traits": "", + "metrics": { + "Yield": 215.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC36-86RIB", + "traits": "", + "metrics": { + "Yield": 212.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG33C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 210.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC32-35RIB", + "traits": "", + "metrics": { + "Yield": 210.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC31-85RIB", + "traits": "", + "metrics": { + "Yield": 208.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143988" + ], + "fetched_at": "2026-05-27T02:19:00.124124+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143988.md b/corpus/lg_plot_reports/lgpr-corn-2024-143988.md new file mode 100644 index 00000000..b9795d70 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143988.md @@ -0,0 +1,28 @@ +# Corn yield trial — Baker City, Oregon, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Oregon (OR) +- **City:** Baker City +- **Year:** 2024 +- **Plot ID:** 143988 +- **Cooperator:** Jess Blatchford +- **Planted:** 2024-05-13 +- **Harvested:** 2024-11-08 +- **Plot average:** 204.4 BU/Ac +- **Coordinates:** 44.86137, -117.94723 +- **URL:** https://lgseeds.com/performance/corn#plot-143988 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P82288AM | - | 215.5 | +| 2 | Unknown | DKC36-86RIB | - | 212.3 | +| 3 | LG Seeds | LG33C30 | VT2RIB | 210.8 | +| 4 | Unknown | DKC32-35RIB | - | 210.5 | +| 5 | Unknown | DKC31-85RIB | - | 208.7 | + +Top 5 by Yield: P82288AM (Pioneer) 215.5, DKC36-86RIB (Unknown) 212.3, LG33C30 (LG Seeds) 210.8, DKC32-35RIB (Unknown) 210.5, DKC31-85RIB (Unknown) 208.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143989.json b/corpus/lg_plot_reports/lgpr-corn-2024-143989.json new file mode 100644 index 00000000..13d93342 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143989.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143989", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Oregon", + "state_abbrev": "or", + "city": "La Grand", + "year": 2024, + "plot_id": "143989", + "lat": 45.32594, + "lng": -118.01376, + "cooperator": "Nathan Weishaar", + "salesperson": "Nathan Weishaar", + "planted_date": "2024-05-14", + "harvested_date": "2024-10-14", + "plot_average": 180.6, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P87040PCE", + "traits": "", + "metrics": { + "Yield": 194.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG33C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 191.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG32C25", + "traits": "VT2RIB", + "metrics": { + "Yield": 190.1 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P82288AM", + "traits": "", + "metrics": { + "Yield": 188.3 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P8592AM", + "traits": "", + "metrics": { + "Yield": 187.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143989" + ], + "fetched_at": "2026-05-27T02:19:41.641870+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143989.md b/corpus/lg_plot_reports/lgpr-corn-2024-143989.md new file mode 100644 index 00000000..88e968f0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143989.md @@ -0,0 +1,28 @@ +# Corn yield trial — La Grand, Oregon, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Oregon (OR) +- **City:** La Grand +- **Year:** 2024 +- **Plot ID:** 143989 +- **Cooperator:** Nathan Weishaar +- **Planted:** 2024-05-14 +- **Harvested:** 2024-10-14 +- **Plot average:** 180.6 BU/Ac +- **Coordinates:** 45.32594, -118.01376 +- **URL:** https://lgseeds.com/performance/corn#plot-143989 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P87040PCE | - | 194.9 | +| 2 | LG Seeds | LG33C30 | VT2RIB | 191.7 | +| 3 | LG Seeds | LG32C25 | VT2RIB | 190.1 | +| 4 | Pioneer | P82288AM | - | 188.3 | +| 5 | Pioneer | P8592AM | - | 187.6 | + +Top 5 by Yield: P87040PCE (Pioneer) 194.9, LG33C30 (LG Seeds) 191.7, LG32C25 (LG Seeds) 190.1, P82288AM (Pioneer) 188.3, P8592AM (Pioneer) 187.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143992.json b/corpus/lg_plot_reports/lgpr-corn-2024-143992.json new file mode 100644 index 00000000..df5cbe7e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143992.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143992", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "Brookston ", + "year": 2024, + "plot_id": "143992", + "lat": 33.69181, + "lng": -95.7209, + "cooperator": "Aaron Koehn", + "salesperson": "Aaron Koehn", + "planted_date": "2024-03-03", + "harvested_date": "2024-08-06", + "plot_average": 181.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG66C06", + "traits": "VT2PRO", + "metrics": { + "Yield": 187.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG65C14", + "traits": "TRC", + "metrics": { + "Yield": 184.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 182.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG66C28", + "traits": "3110", + "metrics": { + "Yield": 182.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG5701", + "traits": "", + "metrics": { + "Yield": 181.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143992" + ], + "fetched_at": "2026-05-27T02:19:40.414785+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143992.md b/corpus/lg_plot_reports/lgpr-corn-2024-143992.md new file mode 100644 index 00000000..43e5e071 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143992.md @@ -0,0 +1,28 @@ +# Corn yield trial — Brookston , Texas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** Brookston +- **Year:** 2024 +- **Plot ID:** 143992 +- **Cooperator:** Aaron Koehn +- **Planted:** 2024-03-03 +- **Harvested:** 2024-08-06 +- **Plot average:** 181.2 BU/Ac +- **Coordinates:** 33.69181, -95.72090 +- **URL:** https://lgseeds.com/performance/corn#plot-143992 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG66C06 | VT2PRO | 187.0 | +| 2 | LG Seeds | LG65C14 | TRC | 184.3 | +| 3 | LG Seeds | LG67C07 | VT2PRO | 182.4 | +| 4 | LG Seeds | LG66C28 | 3110 | 182.2 | +| 5 | LG Seeds | LG5701 | - | 181.0 | + +Top 5 by Yield: LG66C06 (LG Seeds) 187.0, LG65C14 (LG Seeds) 184.3, LG67C07 (LG Seeds) 182.4, LG66C28 (LG Seeds) 182.2, LG5701 (LG Seeds) 181.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143999.json b/corpus/lg_plot_reports/lgpr-corn-2024-143999.json new file mode 100644 index 00000000..433af5c0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143999.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-143999", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Breckenridge ", + "year": 2024, + "plot_id": "143999", + "lat": 43.37752, + "lng": -84.48845, + "cooperator": "Andrew Bebow", + "salesperson": "Andrew Bebow", + "planted_date": "2024-05-15", + "harvested_date": "2024-10-03", + "plot_average": 238.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "L4248", + "traits": "", + "metrics": { + "Yield": 261.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LC451-21", + "traits": "", + "metrics": { + "Yield": 248.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "L3517", + "traits": "", + "metrics": { + "Yield": 247.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LC431-20", + "traits": "", + "metrics": { + "Yield": 245.8 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "L3017", + "traits": "", + "metrics": { + "Yield": 245.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-143999" + ], + "fetched_at": "2026-05-27T02:19:16.617957+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-143999.md b/corpus/lg_plot_reports/lgpr-corn-2024-143999.md new file mode 100644 index 00000000..169dffdf --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-143999.md @@ -0,0 +1,28 @@ +# Corn yield trial — Breckenridge , Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Breckenridge +- **Year:** 2024 +- **Plot ID:** 143999 +- **Cooperator:** Andrew Bebow +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-03 +- **Plot average:** 238.4 BU/Ac +- **Coordinates:** 43.37752, -84.48845 +- **URL:** https://lgseeds.com/performance/corn#plot-143999 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | L4248 | - | 261.1 | +| 2 | Unknown | LC451-21 | - | 248.4 | +| 3 | Unknown | L3517 | - | 247.8 | +| 4 | Unknown | LC431-20 | - | 245.8 | +| 5 | Unknown | L3017 | - | 245.6 | + +Top 5 by Yield: L4248 (Unknown) 261.1, LC451-21 (Unknown) 248.4, L3517 (Unknown) 247.8, LC431-20 (Unknown) 245.8, L3017 (Unknown) 245.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144001.json b/corpus/lg_plot_reports/lgpr-corn-2024-144001.json new file mode 100644 index 00000000..97eba657 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144001.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144001", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Idaho", + "state_abbrev": "id", + "city": "Weiser", + "year": 2024, + "plot_id": "144001", + "lat": 44.2026, + "lng": -116.93748, + "cooperator": "Tom Doberstein", + "salesperson": "Tom Doberstein ", + "planted_date": "2024-04-18", + "harvested_date": "2024-10-22", + "plot_average": 264.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 280.7 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P9955V", + "traits": "", + "metrics": { + "Yield": 277.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 272.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2RIB", + "metrics": { + "Yield": 271.4 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P9998Q", + "traits": "", + "metrics": { + "Yield": 263.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144001" + ], + "fetched_at": "2026-05-27T02:20:30.926351+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144001.md b/corpus/lg_plot_reports/lgpr-corn-2024-144001.md new file mode 100644 index 00000000..70a16835 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144001.md @@ -0,0 +1,29 @@ +# Corn yield trial — Weiser, Idaho, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Idaho (ID) +- **City:** Weiser +- **Year:** 2024 +- **Plot ID:** 144001 +- **Cooperator:** Tom Doberstein +- **Salesperson:** Tom Doberstein +- **Planted:** 2024-04-18 +- **Harvested:** 2024-10-22 +- **Plot average:** 264.5 BU/Ac +- **Coordinates:** 44.20260, -116.93748 +- **URL:** https://lgseeds.com/performance/corn#plot-144001 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG53C44 | VT2RIB | 280.7 | +| 2 | Pioneer | P9955V | - | 277.8 | +| 3 | LG Seeds | LG51C62 | VT2RIB | 272.2 | +| 4 | LG Seeds | LG5525 | VT2RIB | 271.4 | +| 5 | Pioneer | P9998Q | - | 263.3 | + +Top 5 by Yield: LG53C44 (LG Seeds) 280.7, P9955V (Pioneer) 277.8, LG51C62 (LG Seeds) 272.2, LG5525 (LG Seeds) 271.4, P9998Q (Pioneer) 263.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144002.json b/corpus/lg_plot_reports/lgpr-corn-2024-144002.json new file mode 100644 index 00000000..853202d5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144002.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144002", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Oregon", + "state_abbrev": "or", + "city": "Ontario", + "year": 2024, + "plot_id": "144002", + "lat": 44.1619, + "lng": -116.97249, + "cooperator": "Riley Peaster", + "salesperson": "Riley Peaster", + "planted_date": "2024-04-23", + "harvested_date": "2024-10-28", + "plot_average": 275.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG60C12", + "traits": "5222AEZ", + "metrics": { + "Yield": 295.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 289.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2RIB", + "metrics": { + "Yield": 282.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 269.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 268.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144002" + ], + "fetched_at": "2026-05-27T02:19:39.157862+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144002.md b/corpus/lg_plot_reports/lgpr-corn-2024-144002.md new file mode 100644 index 00000000..fe6e6e53 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144002.md @@ -0,0 +1,28 @@ +# Corn yield trial — Ontario, Oregon, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Oregon (OR) +- **City:** Ontario +- **Year:** 2024 +- **Plot ID:** 144002 +- **Cooperator:** Riley Peaster +- **Planted:** 2024-04-23 +- **Harvested:** 2024-10-28 +- **Plot average:** 275.3 BU/Ac +- **Coordinates:** 44.16190, -116.97249 +- **URL:** https://lgseeds.com/performance/corn#plot-144002 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG60C12 | 5222AEZ | 295.6 | +| 2 | LG Seeds | LG53C44 | VT2RIB | 289.4 | +| 3 | LG Seeds | LG5525 | VT2RIB | 282.9 | +| 4 | LG Seeds | LG51C62 | VT2RIB | 269.7 | +| 5 | LG Seeds | LG48C87 | VT2RIB | 268.0 | + +Top 5 by Yield: LG60C12 (LG Seeds) 295.6, LG53C44 (LG Seeds) 289.4, LG5525 (LG Seeds) 282.9, LG51C62 (LG Seeds) 269.7, LG48C87 (LG Seeds) 268.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144003.json b/corpus/lg_plot_reports/lgpr-corn-2024-144003.json new file mode 100644 index 00000000..fd7d64b4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144003.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144003", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Oregon", + "state_abbrev": "or", + "city": "Ontario", + "year": 2024, + "plot_id": "144003", + "lat": 44.1939, + "lng": -116.98486, + "cooperator": "Ken Laudbacher", + "salesperson": "Ken Laudbacher", + "planted_date": "2024-04-26", + "harvested_date": "2024-10-09", + "plot_average": 275.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2RIB", + "metrics": { + "Yield": 299.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 285.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 275.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 273.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG5505", + "traits": "VT2RIB", + "metrics": { + "Yield": 266.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144003" + ], + "fetched_at": "2026-05-27T02:18:22.379892+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144003.md b/corpus/lg_plot_reports/lgpr-corn-2024-144003.md new file mode 100644 index 00000000..16ba9efb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144003.md @@ -0,0 +1,28 @@ +# Corn yield trial — Ontario, Oregon, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Oregon (OR) +- **City:** Ontario +- **Year:** 2024 +- **Plot ID:** 144003 +- **Cooperator:** Ken Laudbacher +- **Planted:** 2024-04-26 +- **Harvested:** 2024-10-09 +- **Plot average:** 275.3 BU/Ac +- **Coordinates:** 44.19390, -116.98486 +- **URL:** https://lgseeds.com/performance/corn#plot-144003 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG5525 | VT2RIB | 299.2 | +| 2 | LG Seeds | LG52C90 | VT2PRO | 285.5 | +| 3 | LG Seeds | LG51C62 | VT2RIB | 275.0 | +| 4 | LG Seeds | LG53C44 | VT2RIB | 273.3 | +| 5 | LG Seeds | LG5505 | VT2RIB | 266.7 | + +Top 5 by Yield: LG5525 (LG Seeds) 299.2, LG52C90 (LG Seeds) 285.5, LG51C62 (LG Seeds) 275.0, LG53C44 (LG Seeds) 273.3, LG5505 (LG Seeds) 266.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144008.json b/corpus/lg_plot_reports/lgpr-corn-2024-144008.json new file mode 100644 index 00000000..4389e619 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144008.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144008", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Waubun ", + "year": 2024, + "plot_id": "144008", + "lat": 47.18999, + "lng": -95.97576, + "cooperator": "Chad Pazdernik", + "salesperson": "Chad Pazdernik", + "planted_date": "2024-05-20", + "harvested_date": "2024-10-25", + "plot_average": 183.1, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P9188AM", + "traits": "", + "metrics": { + "Yield": 215.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG38C48", + "traits": "VT2PRO", + "metrics": { + "Yield": 214.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "189-64VT2P", + "traits": "", + "metrics": { + "Yield": 210.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "190-50VT2PRIB", + "traits": "", + "metrics": { + "Yield": 203.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "186-56VT2PRIB", + "traits": "", + "metrics": { + "Yield": 202.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144008" + ], + "fetched_at": "2026-05-27T02:18:39.620238+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144008.md b/corpus/lg_plot_reports/lgpr-corn-2024-144008.md new file mode 100644 index 00000000..d972f7f6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144008.md @@ -0,0 +1,28 @@ +# Corn yield trial — Waubun , Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Waubun +- **Year:** 2024 +- **Plot ID:** 144008 +- **Cooperator:** Chad Pazdernik +- **Planted:** 2024-05-20 +- **Harvested:** 2024-10-25 +- **Plot average:** 183.1 BU/Ac +- **Coordinates:** 47.18999, -95.97576 +- **URL:** https://lgseeds.com/performance/corn#plot-144008 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P9188AM | - | 215.0 | +| 2 | LG Seeds | LG38C48 | VT2PRO | 214.0 | +| 3 | Unknown | 189-64VT2P | - | 210.0 | +| 4 | Unknown | 190-50VT2PRIB | - | 203.0 | +| 5 | Unknown | 186-56VT2PRIB | - | 202.0 | + +Top 5 by Yield: P9188AM (Pioneer) 215.0, LG38C48 (LG Seeds) 214.0, 189-64VT2P (Unknown) 210.0, 190-50VT2PRIB (Unknown) 203.0, 186-56VT2PRIB (Unknown) 202.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144018.json b/corpus/lg_plot_reports/lgpr-corn-2024-144018.json new file mode 100644 index 00000000..a36fea9d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144018.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144018", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Tennessee", + "state_abbrev": "tn", + "city": "Sharon", + "year": 2024, + "plot_id": "144018", + "lat": 36.22914, + "lng": -88.8826, + "cooperator": "Jake Waterfield", + "salesperson": "Jake Waterfield", + "planted_date": "2024-04-16", + "harvested_date": "2024-08-30", + "plot_average": 198.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC68-35RIB", + "traits": "", + "metrics": { + "Yield": 222.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC117-78", + "traits": "", + "metrics": { + "Yield": 218.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC111-35RIB", + "traits": "", + "metrics": { + "Yield": 211.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG67C91", + "traits": "VT2PRO", + "metrics": { + "Yield": 210.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 208.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144018" + ], + "fetched_at": "2026-05-27T02:18:31.610733+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144018.md b/corpus/lg_plot_reports/lgpr-corn-2024-144018.md new file mode 100644 index 00000000..d4938f48 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144018.md @@ -0,0 +1,28 @@ +# Corn yield trial — Sharon, Tennessee, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Tennessee (TN) +- **City:** Sharon +- **Year:** 2024 +- **Plot ID:** 144018 +- **Cooperator:** Jake Waterfield +- **Planted:** 2024-04-16 +- **Harvested:** 2024-08-30 +- **Plot average:** 198.0 BU/Ac +- **Coordinates:** 36.22914, -88.88260 +- **URL:** https://lgseeds.com/performance/corn#plot-144018 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC68-35RIB | - | 222.0 | +| 2 | Unknown | DKC117-78 | - | 218.9 | +| 3 | Unknown | DKC111-35RIB | - | 211.0 | +| 4 | LG Seeds | LG67C91 | VT2PRO | 210.3 | +| 5 | LG Seeds | LG67C07 | VT2PRO | 208.4 | + +Top 5 by Yield: DKC68-35RIB (Unknown) 222.0, DKC117-78 (Unknown) 218.9, DKC111-35RIB (Unknown) 211.0, LG67C91 (LG Seeds) 210.3, LG67C07 (LG Seeds) 208.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144023.json b/corpus/lg_plot_reports/lgpr-corn-2024-144023.json new file mode 100644 index 00000000..7bd65813 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144023.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144023", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "New Braunfels ", + "year": 2024, + "plot_id": "144023", + "lat": 29.68352, + "lng": -98.00315, + "cooperator": "Charles Charles Krackau", + "salesperson": "Charles Charles Krackau", + "planted_date": "2024-03-05", + "harvested_date": "2024-08-08", + "plot_average": 110.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG66C28", + "traits": "3110", + "metrics": { + "Yield": 119.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG66C06", + "traits": "VT2PRO", + "metrics": { + "Yield": 115.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STX", + "metrics": { + "Yield": 113.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG65C14", + "traits": "TRC", + "metrics": { + "Yield": 111.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 109.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144023" + ], + "fetched_at": "2026-05-27T02:20:08.420534+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144023.md b/corpus/lg_plot_reports/lgpr-corn-2024-144023.md new file mode 100644 index 00000000..1e636160 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144023.md @@ -0,0 +1,28 @@ +# Corn yield trial — New Braunfels , Texas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** New Braunfels +- **Year:** 2024 +- **Plot ID:** 144023 +- **Cooperator:** Charles Charles Krackau +- **Planted:** 2024-03-05 +- **Harvested:** 2024-08-08 +- **Plot average:** 110.4 BU/Ac +- **Coordinates:** 29.68352, -98.00315 +- **URL:** https://lgseeds.com/performance/corn#plot-144023 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG66C28 | 3110 | 119.5 | +| 2 | LG Seeds | LG66C06 | VT2PRO | 115.3 | +| 3 | LG Seeds | LG64C90 | STX | 113.6 | +| 4 | LG Seeds | LG65C14 | TRC | 111.8 | +| 5 | LG Seeds | LG67C07 | VT2PRO | 109.9 | + +Top 5 by Yield: LG66C28 (LG Seeds) 119.5, LG66C06 (LG Seeds) 115.3, LG64C90 (LG Seeds) 113.6, LG65C14 (LG Seeds) 111.8, LG67C07 (LG Seeds) 109.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144024.json b/corpus/lg_plot_reports/lgpr-corn-2024-144024.json new file mode 100644 index 00000000..3b4f9627 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144024.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144024", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Inwood", + "year": 2024, + "plot_id": "144024", + "lat": 43.24457, + "lng": -96.47193, + "cooperator": "Dave Brown", + "salesperson": "Dave Brown", + "planted_date": "2024-05-02", + "harvested_date": "2024-10-07", + "plot_average": 211.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 233.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 228.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG58C73", + "traits": "3110", + "metrics": { + "Yield": 221.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "VT2RIB", + "metrics": { + "Yield": 218.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VTPRO", + "metrics": { + "Yield": 216.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144024" + ], + "fetched_at": "2026-05-27T02:19:10.138956+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144024.md b/corpus/lg_plot_reports/lgpr-corn-2024-144024.md new file mode 100644 index 00000000..5c502e6c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144024.md @@ -0,0 +1,28 @@ +# Corn yield trial — Inwood, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Inwood +- **Year:** 2024 +- **Plot ID:** 144024 +- **Cooperator:** Dave Brown +- **Planted:** 2024-05-02 +- **Harvested:** 2024-10-07 +- **Plot average:** 211.0 BU/Ac +- **Coordinates:** 43.24457, -96.47193 +- **URL:** https://lgseeds.com/performance/corn#plot-144024 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | SSP | 233.1 | +| 2 | LG Seeds | LG61C34 | STXRIB | 228.5 | +| 3 | LG Seeds | LG58C73 | 3110 | 221.1 | +| 4 | LG Seeds | LG59C72 | VT2RIB | 218.7 | +| 5 | LG Seeds | LG57C82 | VTPRO | 216.6 | + +Top 5 by Yield: LG63C32 (LG Seeds) 233.1, LG61C34 (LG Seeds) 228.5, LG58C73 (LG Seeds) 221.1, LG59C72 (LG Seeds) 218.7, LG57C82 (LG Seeds) 216.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144025.json b/corpus/lg_plot_reports/lgpr-corn-2024-144025.json new file mode 100644 index 00000000..66c1cda3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144025.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144025", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Rock valley", + "year": 2024, + "plot_id": "144025", + "lat": 43.27342, + "lng": -96.23182, + "cooperator": "Ag Inputs, Outlet LLC", + "salesperson": "Ag Inputs, Outlet LLC", + "planted_date": "2024-05-06", + "harvested_date": "2024-10-10", + "plot_average": 187.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "VT2RIB", + "metrics": { + "Yield": 219.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "3110", + "metrics": { + "Yield": 209.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 207.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG58C73", + "traits": "3110", + "metrics": { + "Yield": 207.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 207.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144025" + ], + "fetched_at": "2026-05-27T02:19:10.409612+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144025.md b/corpus/lg_plot_reports/lgpr-corn-2024-144025.md new file mode 100644 index 00000000..40e2452f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144025.md @@ -0,0 +1,28 @@ +# Corn yield trial — Rock valley, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Rock valley +- **Year:** 2024 +- **Plot ID:** 144025 +- **Cooperator:** Ag Inputs, Outlet LLC +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-10 +- **Plot average:** 187.3 BU/Ac +- **Coordinates:** 43.27342, -96.23182 +- **URL:** https://lgseeds.com/performance/corn#plot-144025 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG59C72 | VT2RIB | 219.4 | +| 2 | LG Seeds | LG61C28 | 3110 | 209.8 | +| 3 | LG Seeds | LG53C44 | VT2RIB | 207.7 | +| 4 | LG Seeds | LG58C73 | 3110 | 207.6 | +| 5 | LG Seeds | LG61C34 | STXRIB | 207.3 | + +Top 5 by Yield: LG59C72 (LG Seeds) 219.4, LG61C28 (LG Seeds) 209.8, LG53C44 (LG Seeds) 207.7, LG58C73 (LG Seeds) 207.6, LG61C34 (LG Seeds) 207.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144027.json b/corpus/lg_plot_reports/lgpr-corn-2024-144027.json new file mode 100644 index 00000000..d4c51df9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144027.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144027", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Rock valley", + "year": 2024, + "plot_id": "144027", + "lat": 43.27342, + "lng": -96.23182, + "cooperator": "Willis Den Boer", + "salesperson": "Willis Den Boer", + "planted_date": "2024-05-06", + "harvested_date": "2024-10-09", + "plot_average": 255.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 277.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 271.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG55C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 263.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 257.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 232.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144027" + ], + "fetched_at": "2026-05-27T02:19:07.908836+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144027.md b/corpus/lg_plot_reports/lgpr-corn-2024-144027.md new file mode 100644 index 00000000..92556f93 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144027.md @@ -0,0 +1,28 @@ +# Corn yield trial — Rock valley, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Rock valley +- **Year:** 2024 +- **Plot ID:** 144027 +- **Cooperator:** Willis Den Boer +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-09 +- **Plot average:** 255.5 BU/Ac +- **Coordinates:** 43.27342, -96.23182 +- **URL:** https://lgseeds.com/performance/corn#plot-144027 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C34 | STXRIB | 277.6 | +| 2 | LG Seeds | LG56C25 | SSPRIB | 271.4 | +| 3 | LG Seeds | LG55C32 | SSPRIB | 263.7 | +| 4 | LG Seeds | LG51C62 | VT2RIB | 257.2 | +| 5 | LG Seeds | LG53C44 | VT2RIB | 232.7 | + +Top 5 by Yield: LG61C34 (LG Seeds) 277.6, LG56C25 (LG Seeds) 271.4, LG55C32 (LG Seeds) 263.7, LG51C62 (LG Seeds) 257.2, LG53C44 (LG Seeds) 232.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144029.json b/corpus/lg_plot_reports/lgpr-corn-2024-144029.json new file mode 100644 index 00000000..71ae0403 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144029.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144029", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Inwood", + "year": 2024, + "plot_id": "144029", + "lat": 43.27342, + "lng": -96.23182, + "cooperator": "Tracy Gayer", + "salesperson": "Tracy Gayer", + "planted_date": "2024-05-24", + "harvested_date": "2024-10-26", + "plot_average": 216.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 243.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 228.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "VT2RIB", + "metrics": { + "Yield": 226.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 225.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG51C62VT2RIB", + "traits": "", + "metrics": { + "Yield": 225.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144029" + ], + "fetched_at": "2026-05-27T02:19:08.151030+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144029.md b/corpus/lg_plot_reports/lgpr-corn-2024-144029.md new file mode 100644 index 00000000..3066cbe0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144029.md @@ -0,0 +1,28 @@ +# Corn yield trial — Inwood, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Inwood +- **Year:** 2024 +- **Plot ID:** 144029 +- **Cooperator:** Tracy Gayer +- **Planted:** 2024-05-24 +- **Harvested:** 2024-10-26 +- **Plot average:** 216.8 BU/Ac +- **Coordinates:** 43.27342, -96.23182 +- **URL:** https://lgseeds.com/performance/corn#plot-144029 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG53C44 | VT2RIB | 243.1 | +| 2 | LG Seeds | LG51C62 | VT2RIB | 228.4 | +| 3 | LG Seeds | LG59C72 | VT2RIB | 226.7 | +| 4 | LG Seeds | LG56C25 | SSPRIB | 225.7 | +| 5 | Unknown | LG51C62VT2RIB | - | 225.7 | + +Top 5 by Yield: LG53C44 (LG Seeds) 243.1, LG51C62 (LG Seeds) 228.4, LG59C72 (LG Seeds) 226.7, LG56C25 (LG Seeds) 225.7, LG51C62VT2RIB (Unknown) 225.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144031.json b/corpus/lg_plot_reports/lgpr-corn-2024-144031.json new file mode 100644 index 00000000..86d97e61 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144031.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144031", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Orange city", + "year": 2024, + "plot_id": "144031", + "lat": 43.27342, + "lng": -96.23182, + "cooperator": "Dave Vander Schaaf", + "salesperson": "Dave Vander Schaaf", + "planted_date": "2024-04-29", + "harvested_date": "2024-10-07", + "plot_average": 225.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "VT2RIB", + "metrics": { + "Yield": 238.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2RIB", + "metrics": { + "Yield": 236.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "DV-RN", + "metrics": { + "Yield": 230.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG58C73", + "traits": "3010", + "metrics": { + "Yield": 230.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG53C44VT2RIB", + "traits": "", + "metrics": { + "Yield": 228.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144031" + ], + "fetched_at": "2026-05-27T02:19:08.399583+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144031.md b/corpus/lg_plot_reports/lgpr-corn-2024-144031.md new file mode 100644 index 00000000..2a8f02f4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144031.md @@ -0,0 +1,28 @@ +# Corn yield trial — Orange city, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Orange city +- **Year:** 2024 +- **Plot ID:** 144031 +- **Cooperator:** Dave Vander Schaaf +- **Planted:** 2024-04-29 +- **Harvested:** 2024-10-07 +- **Plot average:** 225.4 BU/Ac +- **Coordinates:** 43.27342, -96.23182 +- **URL:** https://lgseeds.com/performance/corn#plot-144031 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG59C72 | VT2RIB | 238.8 | +| 2 | LG Seeds | LG5525 | VT2RIB | 236.1 | +| 3 | LG Seeds | LG53C44 | DV-RN | 230.9 | +| 4 | LG Seeds | LG58C73 | 3010 | 230.6 | +| 5 | Unknown | LG53C44VT2RIB | - | 228.6 | + +Top 5 by Yield: LG59C72 (LG Seeds) 238.8, LG5525 (LG Seeds) 236.1, LG53C44 (LG Seeds) 230.9, LG58C73 (LG Seeds) 230.6, LG53C44VT2RIB (Unknown) 228.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144032.json b/corpus/lg_plot_reports/lgpr-corn-2024-144032.json new file mode 100644 index 00000000..c4cfcba9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144032.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144032", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Lawton", + "year": 2024, + "plot_id": "144032", + "lat": 42.51489, + "lng": -96.27207, + "cooperator": "Kirk Flammang", + "salesperson": "Kirk Flammang", + "planted_date": "2024-05-09", + "harvested_date": "2024-10-16", + "plot_average": 197.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG60C86", + "traits": "5222EZ", + "metrics": { + "Yield": 225.42 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 220.62 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSP", + "metrics": { + "Yield": 217.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG58C77", + "traits": "5222EZ", + "metrics": { + "Yield": 213.15 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 203.56 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144032" + ], + "fetched_at": "2026-05-27T02:19:10.633863+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144032.md b/corpus/lg_plot_reports/lgpr-corn-2024-144032.md new file mode 100644 index 00000000..45d5daf1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144032.md @@ -0,0 +1,28 @@ +# Corn yield trial — Lawton, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Lawton +- **Year:** 2024 +- **Plot ID:** 144032 +- **Cooperator:** Kirk Flammang +- **Planted:** 2024-05-09 +- **Harvested:** 2024-10-16 +- **Plot average:** 197.9 BU/Ac +- **Coordinates:** 42.51489, -96.27207 +- **URL:** https://lgseeds.com/performance/corn#plot-144032 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG60C86 | 5222EZ | 225.42 | +| 2 | LG Seeds | LG56C25 | SSPRIB | 220.62 | +| 3 | LG Seeds | LG51C32 | SSP | 217.9 | +| 4 | LG Seeds | LG58C77 | 5222EZ | 213.15 | +| 5 | LG Seeds | LG59C72 | 5222EZ | 203.56 | + +Top 5 by Yield: LG60C86 (LG Seeds) 225.42, LG56C25 (LG Seeds) 220.62, LG51C32 (LG Seeds) 217.9, LG58C77 (LG Seeds) 213.15, LG59C72 (LG Seeds) 203.56. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144036.json b/corpus/lg_plot_reports/lgpr-corn-2024-144036.json new file mode 100644 index 00000000..f761907b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144036.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144036", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Cylinder ", + "year": 2024, + "plot_id": "144036", + "lat": 43.08324, + "lng": -94.4871, + "cooperator": "Dean Gunderson", + "salesperson": "Dean Gunderson", + "planted_date": "2024-05-18", + "harvested_date": "2024-10-21", + "plot_average": 235.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG60C86", + "traits": "5222EZ", + "metrics": { + "Yield": 262.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 261.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 261.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 258.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG55C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 249.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144036" + ], + "fetched_at": "2026-05-27T02:18:19.121909+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144036.md b/corpus/lg_plot_reports/lgpr-corn-2024-144036.md new file mode 100644 index 00000000..52c28cf5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144036.md @@ -0,0 +1,28 @@ +# Corn yield trial — Cylinder , Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Cylinder +- **Year:** 2024 +- **Plot ID:** 144036 +- **Cooperator:** Dean Gunderson +- **Planted:** 2024-05-18 +- **Harvested:** 2024-10-21 +- **Plot average:** 235.6 BU/Ac +- **Coordinates:** 43.08324, -94.48710 +- **URL:** https://lgseeds.com/performance/corn#plot-144036 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG60C86 | 5222EZ | 262.7 | +| 2 | LG Seeds | LG59C72 | 5222EZ | 261.6 | +| 3 | LG Seeds | LG58C48 | VT2RIB | 261.0 | +| 4 | LG Seeds | LG61C34 | STXRIB | 258.2 | +| 5 | LG Seeds | LG55C32 | SSPRIB | 249.9 | + +Top 5 by Yield: LG60C86 (LG Seeds) 262.7, LG59C72 (LG Seeds) 261.6, LG58C48 (LG Seeds) 261.0, LG61C34 (LG Seeds) 258.2, LG55C32 (LG Seeds) 249.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144038.json b/corpus/lg_plot_reports/lgpr-corn-2024-144038.json new file mode 100644 index 00000000..5eafd7ba --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144038.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144038", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Wall lake", + "year": 2024, + "plot_id": "144038", + "lat": 43.27342, + "lng": -96.23182, + "cooperator": "Nutrien Wholesale Wall Lake", + "salesperson": "Nutrien Wholesale Wall Lake", + "planted_date": "2024-05-15", + "harvested_date": "2024-10-30", + "plot_average": 235.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC106-98RIB", + "traits": "", + "metrics": { + "Yield": 258.81 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C77", + "traits": "STXRIB", + "metrics": { + "Yield": 253.03 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B10Y21PCE", + "traits": "", + "metrics": { + "Yield": 252.68 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 250.38 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B14H38AM", + "traits": "", + "metrics": { + "Yield": 250.14 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144038" + ], + "fetched_at": "2026-05-27T02:19:00.390908+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144038.md b/corpus/lg_plot_reports/lgpr-corn-2024-144038.md new file mode 100644 index 00000000..b3a69a35 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144038.md @@ -0,0 +1,28 @@ +# Corn yield trial — Wall lake, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Wall lake +- **Year:** 2024 +- **Plot ID:** 144038 +- **Cooperator:** Nutrien Wholesale Wall Lake +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-30 +- **Plot average:** 235.4 BU/Ac +- **Coordinates:** 43.27342, -96.23182 +- **URL:** https://lgseeds.com/performance/corn#plot-144038 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC106-98RIB | - | 258.81 | +| 2 | LG Seeds | LG63C77 | STXRIB | 253.03 | +| 3 | Unknown | B10Y21PCE | - | 252.68 | +| 4 | LG Seeds | LG61C34 | STXRIB | 250.38 | +| 5 | Unknown | B14H38AM | - | 250.14 | + +Top 5 by Yield: DKC106-98RIB (Unknown) 258.81, LG63C77 (LG Seeds) 253.03, B10Y21PCE (Unknown) 252.68, LG61C34 (LG Seeds) 250.38, B14H38AM (Unknown) 250.14. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144040.json b/corpus/lg_plot_reports/lgpr-corn-2024-144040.json new file mode 100644 index 00000000..69374d7c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144040.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144040", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Primghar", + "year": 2024, + "plot_id": "144040", + "lat": 43.08465, + "lng": -95.5818, + "cooperator": "Producers Coop", + "salesperson": "Producers Coop", + "planted_date": "2024-05-20", + "harvested_date": "2024-10-28", + "plot_average": 233.1, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B04J45PCE", + "traits": "", + "metrics": { + "Yield": 260.52 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "W5406RIB", + "traits": "", + "metrics": { + "Yield": 254.66 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B06Y18PCE", + "traits": "", + "metrics": { + "Yield": 253.57 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "H7590PCE", + "traits": "", + "metrics": { + "Yield": 250.94 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B05D47PCE", + "traits": "", + "metrics": { + "Yield": 248.66 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144040" + ], + "fetched_at": "2026-05-27T02:19:08.613196+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144040.md b/corpus/lg_plot_reports/lgpr-corn-2024-144040.md new file mode 100644 index 00000000..ab814846 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144040.md @@ -0,0 +1,28 @@ +# Corn yield trial — Primghar, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Primghar +- **Year:** 2024 +- **Plot ID:** 144040 +- **Cooperator:** Producers Coop +- **Planted:** 2024-05-20 +- **Harvested:** 2024-10-28 +- **Plot average:** 233.1 BU/Ac +- **Coordinates:** 43.08465, -95.58180 +- **URL:** https://lgseeds.com/performance/corn#plot-144040 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B04J45PCE | - | 260.52 | +| 2 | Unknown | W5406RIB | - | 254.66 | +| 3 | Unknown | B06Y18PCE | - | 253.57 | +| 4 | Unknown | H7590PCE | - | 250.94 | +| 5 | Unknown | B05D47PCE | - | 248.66 | + +Top 5 by Yield: B04J45PCE (Unknown) 260.52, W5406RIB (Unknown) 254.66, B06Y18PCE (Unknown) 253.57, H7590PCE (Unknown) 250.94, B05D47PCE (Unknown) 248.66. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144052.json b/corpus/lg_plot_reports/lgpr-corn-2024-144052.json new file mode 100644 index 00000000..1d44d6ff --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144052.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144052", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Idaho", + "state_abbrev": "id", + "city": "Wilder", + "year": 2024, + "plot_id": "144052", + "lat": 43.6544, + "lng": -116.89035, + "cooperator": "Chris Gross", + "salesperson": "Chris Gross", + "planted_date": "2024-05-08", + "harvested_date": "2024-10-25", + "plot_average": 235.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2RIB", + "metrics": { + "Yield": 258.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 248.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 242.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC51-25RIB", + "traits": "", + "metrics": { + "Yield": 234.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 234.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144052" + ], + "fetched_at": "2026-05-27T02:19:39.412808+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144052.md b/corpus/lg_plot_reports/lgpr-corn-2024-144052.md new file mode 100644 index 00000000..c3a40e5a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144052.md @@ -0,0 +1,28 @@ +# Corn yield trial — Wilder, Idaho, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Idaho (ID) +- **City:** Wilder +- **Year:** 2024 +- **Plot ID:** 144052 +- **Cooperator:** Chris Gross +- **Planted:** 2024-05-08 +- **Harvested:** 2024-10-25 +- **Plot average:** 235.5 BU/Ac +- **Coordinates:** 43.65440, -116.89035 +- **URL:** https://lgseeds.com/performance/corn#plot-144052 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG5525 | VT2RIB | 258.4 | +| 2 | LG Seeds | LG51C62 | VT2RIB | 248.4 | +| 3 | LG Seeds | LG49C28 | VT2RIB | 242.1 | +| 4 | Unknown | DKC51-25RIB | - | 234.5 | +| 5 | LG Seeds | LG53C44 | VT2RIB | 234.2 | + +Top 5 by Yield: LG5525 (LG Seeds) 258.4, LG51C62 (LG Seeds) 248.4, LG49C28 (LG Seeds) 242.1, DKC51-25RIB (Unknown) 234.5, LG53C44 (LG Seeds) 234.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144055.json b/corpus/lg_plot_reports/lgpr-corn-2024-144055.json new file mode 100644 index 00000000..6fe3e642 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144055.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144055", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Sublette", + "year": 2024, + "plot_id": "144055", + "lat": 37.402, + "lng": -100.8505, + "cooperator": "Travis Leonard", + "salesperson": "Travis Leonard", + "planted_date": "2024-05-15", + "harvested_date": "2024-09-16", + "plot_average": 89.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG60C12", + "traits": "5222AEZ", + "metrics": { + "Yield": 111.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG62C22", + "traits": "VT2RIB", + "metrics": { + "Yield": 95.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG60C12-5222AEZ", + "traits": "", + "metrics": { + "Yield": 94.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 93.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG56C78", + "traits": "3110", + "metrics": { + "Yield": 92.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144055" + ], + "fetched_at": "2026-05-27T02:19:22.650679+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144055.md b/corpus/lg_plot_reports/lgpr-corn-2024-144055.md new file mode 100644 index 00000000..7c147f41 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144055.md @@ -0,0 +1,28 @@ +# Corn yield trial — Sublette, Kansas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Sublette +- **Year:** 2024 +- **Plot ID:** 144055 +- **Cooperator:** Travis Leonard +- **Planted:** 2024-05-15 +- **Harvested:** 2024-09-16 +- **Plot average:** 89.2 BU/Ac +- **Coordinates:** 37.40200, -100.85050 +- **URL:** https://lgseeds.com/performance/corn#plot-144055 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG60C12 | 5222AEZ | 111.8 | +| 2 | LG Seeds | LG62C22 | VT2RIB | 95.0 | +| 3 | Unknown | LG60C12-5222AEZ | - | 94.3 | +| 4 | LG Seeds | LG64C43 | VT2RIB | 93.5 | +| 5 | LG Seeds | LG56C78 | 3110 | 92.9 | + +Top 5 by Yield: LG60C12 (LG Seeds) 111.8, LG62C22 (LG Seeds) 95.0, LG60C12-5222AEZ (Unknown) 94.3, LG64C43 (LG Seeds) 93.5, LG56C78 (LG Seeds) 92.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144056.json b/corpus/lg_plot_reports/lgpr-corn-2024-144056.json new file mode 100644 index 00000000..786a6a63 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144056.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144056", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Idaho", + "state_abbrev": "id", + "city": "Emmett", + "year": 2024, + "plot_id": "144056", + "lat": 43.88933, + "lng": -116.53235, + "cooperator": "Kyler Kienitz", + "salesperson": "Kyler Kienitz", + "planted_date": "2024-04-29", + "harvested_date": "2024-10-21", + "plot_average": 261.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2RIB", + "metrics": { + "Yield": 290.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 282.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 276.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 268.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 255.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144056" + ], + "fetched_at": "2026-05-27T02:20:12.418817+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144056.md b/corpus/lg_plot_reports/lgpr-corn-2024-144056.md new file mode 100644 index 00000000..c9533621 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144056.md @@ -0,0 +1,28 @@ +# Corn yield trial — Emmett, Idaho, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Idaho (ID) +- **City:** Emmett +- **Year:** 2024 +- **Plot ID:** 144056 +- **Cooperator:** Kyler Kienitz +- **Planted:** 2024-04-29 +- **Harvested:** 2024-10-21 +- **Plot average:** 261.7 BU/Ac +- **Coordinates:** 43.88933, -116.53235 +- **URL:** https://lgseeds.com/performance/corn#plot-144056 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG5525 | VT2RIB | 290.5 | +| 2 | LG Seeds | LG53C44 | VT2RIB | 282.0 | +| 3 | LG Seeds | LG48C87 | VT2RIB | 276.6 | +| 4 | LG Seeds | LG51C62 | VT2RIB | 268.8 | +| 5 | LG Seeds | LG49C28 | VT2RIB | 255.8 | + +Top 5 by Yield: LG5525 (LG Seeds) 290.5, LG53C44 (LG Seeds) 282.0, LG48C87 (LG Seeds) 276.6, LG51C62 (LG Seeds) 268.8, LG49C28 (LG Seeds) 255.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144063.json b/corpus/lg_plot_reports/lgpr-corn-2024-144063.json new file mode 100644 index 00000000..1ee31822 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144063.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144063", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Larned", + "year": 2024, + "plot_id": "144063", + "lat": 38.20882, + "lng": -99.13207, + "cooperator": "Haas Farms LLC", + "salesperson": "Haas Farms LLC", + "planted_date": "2024-05-23", + "harvested_date": "2024-10-03", + "plot_average": 80.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "3110", + "metrics": { + "Yield": 90.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "A643-52VT2RIB", + "traits": "", + "metrics": { + "Yield": 90.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "1090-DV", + "traits": "", + "metrics": { + "Yield": 87.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C22", + "traits": "VT2RIB", + "metrics": { + "Yield": 87.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG66C28", + "traits": "3110", + "metrics": { + "Yield": 84.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144063" + ], + "fetched_at": "2026-05-27T02:18:42.385238+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144063.md b/corpus/lg_plot_reports/lgpr-corn-2024-144063.md new file mode 100644 index 00000000..abfb1b57 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144063.md @@ -0,0 +1,28 @@ +# Corn yield trial — Larned, Kansas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Larned +- **Year:** 2024 +- **Plot ID:** 144063 +- **Cooperator:** Haas Farms LLC +- **Planted:** 2024-05-23 +- **Harvested:** 2024-10-03 +- **Plot average:** 80.4 BU/Ac +- **Coordinates:** 38.20882, -99.13207 +- **URL:** https://lgseeds.com/performance/corn#plot-144063 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C28 | 3110 | 90.6 | +| 2 | Unknown | A643-52VT2RIB | - | 90.2 | +| 3 | Unknown | 1090-DV | - | 87.7 | +| 4 | LG Seeds | LG62C22 | VT2RIB | 87.4 | +| 5 | LG Seeds | LG66C28 | 3110 | 84.2 | + +Top 5 by Yield: LG61C28 (LG Seeds) 90.6, A643-52VT2RIB (Unknown) 90.2, 1090-DV (Unknown) 87.7, LG62C22 (LG Seeds) 87.4, LG66C28 (LG Seeds) 84.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144068.json b/corpus/lg_plot_reports/lgpr-corn-2024-144068.json new file mode 100644 index 00000000..dc22edba --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144068.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144068", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Idaho", + "state_abbrev": "id", + "city": "Parma", + "year": 2024, + "plot_id": "144068", + "lat": 43.58875, + "lng": -116.1851, + "cooperator": "Allen Marks", + "salesperson": "Allen Marks", + "planted_date": "2024-05-03", + "harvested_date": "2024-09-26", + "plot_average": 262.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 278.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC48-34RIB", + "traits": "", + "metrics": { + "Yield": 277.5 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC48-34RIB", + "traits": "", + "metrics": { + "Yield": 276.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2PRO", + "metrics": { + "Yield": 273.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2RIB", + "metrics": { + "Yield": 266.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144068" + ], + "fetched_at": "2026-05-27T02:18:42.882140+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144068.md b/corpus/lg_plot_reports/lgpr-corn-2024-144068.md new file mode 100644 index 00000000..ca29beca --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144068.md @@ -0,0 +1,28 @@ +# Corn yield trial — Parma, Idaho, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Idaho (ID) +- **City:** Parma +- **Year:** 2024 +- **Plot ID:** 144068 +- **Cooperator:** Allen Marks +- **Planted:** 2024-05-03 +- **Harvested:** 2024-09-26 +- **Plot average:** 262.2 BU/Ac +- **Coordinates:** 43.58875, -116.18510 +- **URL:** https://lgseeds.com/performance/corn#plot-144068 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG53C44 | VT2RIB | 278.6 | +| 2 | Unknown | DKC48-34RIB | - | 277.5 | +| 3 | Unknown | DKC48-34RIB | - | 276.5 | +| 4 | LG Seeds | LG46C85 | VT2PRO | 273.1 | +| 5 | LG Seeds | LG5525 | VT2RIB | 266.9 | + +Top 5 by Yield: LG53C44 (LG Seeds) 278.6, DKC48-34RIB (Unknown) 277.5, DKC48-34RIB (Unknown) 276.5, LG46C85 (LG Seeds) 273.1, LG5525 (LG Seeds) 266.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144081.json b/corpus/lg_plot_reports/lgpr-corn-2024-144081.json new file mode 100644 index 00000000..8f19d940 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144081.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144081", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Atlanta", + "year": 2024, + "plot_id": "144081", + "lat": 37.42685, + "lng": -96.71468, + "cooperator": "Roy Hervey", + "salesperson": "Roy Hervey", + "planted_date": "2024-04-10", + "harvested_date": "2024-09-03", + "plot_average": 160.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2PRO", + "metrics": { + "Yield": 172.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG70C16", + "traits": "V-RN", + "metrics": { + "Yield": 169.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG68C18", + "traits": "VT2PRO", + "metrics": { + "Yield": 165.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2PRO", + "metrics": { + "Yield": 164.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG66C28", + "traits": "3110", + "metrics": { + "Yield": 162.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144081" + ], + "fetched_at": "2026-05-27T02:20:24.936867+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144081.md b/corpus/lg_plot_reports/lgpr-corn-2024-144081.md new file mode 100644 index 00000000..8f0374aa --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144081.md @@ -0,0 +1,28 @@ +# Corn yield trial — Atlanta, Kansas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Atlanta +- **Year:** 2024 +- **Plot ID:** 144081 +- **Cooperator:** Roy Hervey +- **Planted:** 2024-04-10 +- **Harvested:** 2024-09-03 +- **Plot average:** 160.3 BU/Ac +- **Coordinates:** 37.42685, -96.71468 +- **URL:** https://lgseeds.com/performance/corn#plot-144081 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG65C30 | VT2PRO | 172.2 | +| 2 | LG Seeds | LG70C16 | V-RN | 169.6 | +| 3 | LG Seeds | LG68C18 | VT2PRO | 165.4 | +| 4 | LG Seeds | LG66C44 | VT2PRO | 164.2 | +| 5 | LG Seeds | LG66C28 | 3110 | 162.2 | + +Top 5 by Yield: LG65C30 (LG Seeds) 172.2, LG70C16 (LG Seeds) 169.6, LG68C18 (LG Seeds) 165.4, LG66C44 (LG Seeds) 164.2, LG66C28 (LG Seeds) 162.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144092.json b/corpus/lg_plot_reports/lgpr-corn-2024-144092.json new file mode 100644 index 00000000..359434fc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144092.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144092", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Missouri", + "state_abbrev": "mo", + "city": "Vanduser", + "year": 2024, + "plot_id": "144092", + "lat": 36.99, + "lng": -89.68, + "cooperator": "Steve Johnson", + "salesperson": "Steve Johnson ", + "planted_date": "2024-04-19", + "harvested_date": "2024-09-06", + "plot_average": 217.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "AV3917AML", + "traits": "", + "metrics": { + "Yield": 250.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "AV3514AML", + "traits": "", + "metrics": { + "Yield": 236.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG65C14", + "traits": "TRC", + "metrics": { + "Yield": 226.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2PRO", + "metrics": { + "Yield": 224.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "AV6010AM", + "traits": "", + "metrics": { + "Yield": 223.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144092" + ], + "fetched_at": "2026-05-27T02:19:50.404191+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144092.md b/corpus/lg_plot_reports/lgpr-corn-2024-144092.md new file mode 100644 index 00000000..ab9f878d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144092.md @@ -0,0 +1,29 @@ +# Corn yield trial — Vanduser, Missouri, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Missouri (MO) +- **City:** Vanduser +- **Year:** 2024 +- **Plot ID:** 144092 +- **Cooperator:** Steve Johnson +- **Salesperson:** Steve Johnson +- **Planted:** 2024-04-19 +- **Harvested:** 2024-09-06 +- **Plot average:** 217.3 BU/Ac +- **Coordinates:** 36.99000, -89.68000 +- **URL:** https://lgseeds.com/performance/corn#plot-144092 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | AV3917AML | - | 250.4 | +| 2 | Unknown | AV3514AML | - | 236.2 | +| 3 | LG Seeds | LG65C14 | TRC | 226.1 | +| 4 | LG Seeds | LG64C43 | VT2PRO | 224.2 | +| 5 | Unknown | AV6010AM | - | 223.5 | + +Top 5 by Yield: AV3917AML (Unknown) 250.4, AV3514AML (Unknown) 236.2, LG65C14 (LG Seeds) 226.1, LG64C43 (LG Seeds) 224.2, AV6010AM (Unknown) 223.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144095.json b/corpus/lg_plot_reports/lgpr-corn-2024-144095.json new file mode 100644 index 00000000..6ac17010 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144095.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144095", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kentucky", + "state_abbrev": "ky", + "city": "Hopkinsville ", + "year": 2024, + "plot_id": "144095", + "lat": 36.65497, + "lng": -87.57321, + "cooperator": "Jonathan Cook", + "salesperson": "Jonathan Cook", + "planted_date": "2024-04-12", + "harvested_date": "2024-09-06", + "plot_average": 265.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2PRO", + "metrics": { + "Yield": 276.4 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P13841PWUE", + "traits": "", + "metrics": { + "Yield": 275.5 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P1718VYHR", + "traits": "", + "metrics": { + "Yield": 274.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 270.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "D54VC34RIB", + "traits": "", + "metrics": { + "Yield": 267.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144095" + ], + "fetched_at": "2026-05-27T02:20:09.913497+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144095.md b/corpus/lg_plot_reports/lgpr-corn-2024-144095.md new file mode 100644 index 00000000..c7e38fa1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144095.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hopkinsville , Kentucky, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kentucky (KY) +- **City:** Hopkinsville +- **Year:** 2024 +- **Plot ID:** 144095 +- **Cooperator:** Jonathan Cook +- **Planted:** 2024-04-12 +- **Harvested:** 2024-09-06 +- **Plot average:** 265.4 BU/Ac +- **Coordinates:** 36.65497, -87.57321 +- **URL:** https://lgseeds.com/performance/corn#plot-144095 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C43 | VT2PRO | 276.4 | +| 2 | Pioneer | P13841PWUE | - | 275.5 | +| 3 | Pioneer | P1718VYHR | - | 274.7 | +| 4 | LG Seeds | LG67C07 | VT2PRO | 270.2 | +| 5 | Unknown | D54VC34RIB | - | 267.0 | + +Top 5 by Yield: LG64C43 (LG Seeds) 276.4, P13841PWUE (Pioneer) 275.5, P1718VYHR (Pioneer) 274.7, LG67C07 (LG Seeds) 270.2, D54VC34RIB (Unknown) 267.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144112.json b/corpus/lg_plot_reports/lgpr-corn-2024-144112.json new file mode 100644 index 00000000..bcf9cb80 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144112.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144112", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Radium", + "year": 2024, + "plot_id": "144112", + "lat": 38.1705, + "lng": -98.912, + "cooperator": "Crane Farms", + "salesperson": "Crane Farms", + "planted_date": "2024-05-13", + "harvested_date": "2024-09-24", + "plot_average": 78.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "3110", + "metrics": { + "Yield": 102.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG60C12", + "traits": "5222AEZ", + "metrics": { + "Yield": 90.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 89.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG56C78", + "traits": "3110", + "metrics": { + "Yield": 89.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 88.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144112" + ], + "fetched_at": "2026-05-27T02:19:06.897657+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144112.md b/corpus/lg_plot_reports/lgpr-corn-2024-144112.md new file mode 100644 index 00000000..6ce554af --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144112.md @@ -0,0 +1,28 @@ +# Corn yield trial — Radium, Kansas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Radium +- **Year:** 2024 +- **Plot ID:** 144112 +- **Cooperator:** Crane Farms +- **Planted:** 2024-05-13 +- **Harvested:** 2024-09-24 +- **Plot average:** 78.3 BU/Ac +- **Coordinates:** 38.17050, -98.91200 +- **URL:** https://lgseeds.com/performance/corn#plot-144112 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C28 | 3110 | 102.3 | +| 2 | LG Seeds | LG60C12 | 5222AEZ | 90.5 | +| 3 | LG Seeds | LG58C48 | VT2RIB | 89.8 | +| 4 | LG Seeds | LG56C78 | 3110 | 89.4 | +| 5 | LG Seeds | LG53C44 | VT2RIB | 88.8 | + +Top 5 by Yield: LG61C28 (LG Seeds) 102.3, LG60C12 (LG Seeds) 90.5, LG58C48 (LG Seeds) 89.8, LG56C78 (LG Seeds) 89.4, LG53C44 (LG Seeds) 88.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144165.json b/corpus/lg_plot_reports/lgpr-corn-2024-144165.json new file mode 100644 index 00000000..30eea366 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144165.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144165", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Tulare", + "year": 2024, + "plot_id": "144165", + "lat": 44.73458, + "lng": -98.46273, + "cooperator": "Lance Koester", + "salesperson": "Lance Koester", + "planted_date": "2024-05-12", + "harvested_date": "2024-10-14", + "plot_average": 213.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 224.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 219.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B00M18Q", + "traits": "", + "metrics": { + "Yield": 217.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 210.8 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B00M18Q", + "traits": "", + "metrics": { + "Yield": 205.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144165" + ], + "fetched_at": "2026-05-27T02:20:34.159283+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144165.md b/corpus/lg_plot_reports/lgpr-corn-2024-144165.md new file mode 100644 index 00000000..0ade5142 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144165.md @@ -0,0 +1,28 @@ +# Corn yield trial — Tulare, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Tulare +- **Year:** 2024 +- **Plot ID:** 144165 +- **Cooperator:** Lance Koester +- **Planted:** 2024-05-12 +- **Harvested:** 2024-10-14 +- **Plot average:** 213.2 BU/Ac +- **Coordinates:** 44.73458, -98.46273 +- **URL:** https://lgseeds.com/performance/corn#plot-144165 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG48C87 | VT2RIB | 224.2 | +| 2 | LG Seeds | LG49C28 | VT2RIB | 219.1 | +| 3 | Unknown | B00M18Q | - | 217.3 | +| 4 | LG Seeds | LG48C32 | SSPRIB | 210.8 | +| 5 | Unknown | B00M18Q | - | 205.4 | + +Top 5 by Yield: LG48C87 (LG Seeds) 224.2, LG49C28 (LG Seeds) 219.1, B00M18Q (Unknown) 217.3, LG48C32 (LG Seeds) 210.8, B00M18Q (Unknown) 205.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144172.json b/corpus/lg_plot_reports/lgpr-corn-2024-144172.json new file mode 100644 index 00000000..16820216 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144172.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144172", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Redfield ", + "year": 2024, + "plot_id": "144172", + "lat": 44.83525, + "lng": -98.46136, + "cooperator": "Masat", + "salesperson": "Masat", + "planted_date": "2024-05-13", + "harvested_date": "2024-10-07", + "plot_average": 225.2, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B06Y18PCE", + "traits": "", + "metrics": { + "Yield": 263.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B04J45PCE", + "traits": "", + "metrics": { + "Yield": 261.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "A0103", + "traits": "", + "metrics": { + "Yield": 242.3 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B01V22AM", + "traits": "", + "metrics": { + "Yield": 237.9 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "A0357VT2PRIB", + "traits": "", + "metrics": { + "Yield": 237.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144172" + ], + "fetched_at": "2026-05-27T02:20:34.410544+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144172.md b/corpus/lg_plot_reports/lgpr-corn-2024-144172.md new file mode 100644 index 00000000..46ea6661 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144172.md @@ -0,0 +1,28 @@ +# Corn yield trial — Redfield , South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Redfield +- **Year:** 2024 +- **Plot ID:** 144172 +- **Cooperator:** Masat +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-07 +- **Plot average:** 225.2 BU/Ac +- **Coordinates:** 44.83525, -98.46136 +- **URL:** https://lgseeds.com/performance/corn#plot-144172 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B06Y18PCE | - | 263.4 | +| 2 | Unknown | B04J45PCE | - | 261.4 | +| 3 | Unknown | A0103 | - | 242.3 | +| 4 | Unknown | B01V22AM | - | 237.9 | +| 5 | Unknown | A0357VT2PRIB | - | 237.9 | + +Top 5 by Yield: B06Y18PCE (Unknown) 263.4, B04J45PCE (Unknown) 261.4, A0103 (Unknown) 242.3, B01V22AM (Unknown) 237.9, A0357VT2PRIB (Unknown) 237.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144174.json b/corpus/lg_plot_reports/lgpr-corn-2024-144174.json new file mode 100644 index 00000000..d46974e3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144174.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144174", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Tulare", + "year": 2024, + "plot_id": "144174", + "lat": 44.73905, + "lng": -98.62723, + "cooperator": "Darrin Binger", + "salesperson": "Darrin Binger", + "planted_date": "2024-05-10", + "harvested_date": "2024-10-08", + "plot_average": 241.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 255.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B04J45V", + "traits": "", + "metrics": { + "Yield": 247.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "5280VT2PRIB", + "traits": "", + "metrics": { + "Yield": 243.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "A0103", + "traits": "", + "metrics": { + "Yield": 237.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B01X44V", + "traits": "", + "metrics": { + "Yield": 236.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144174" + ], + "fetched_at": "2026-05-27T02:19:10.887631+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144174.md b/corpus/lg_plot_reports/lgpr-corn-2024-144174.md new file mode 100644 index 00000000..10860339 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144174.md @@ -0,0 +1,28 @@ +# Corn yield trial — Tulare, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Tulare +- **Year:** 2024 +- **Plot ID:** 144174 +- **Cooperator:** Darrin Binger +- **Planted:** 2024-05-10 +- **Harvested:** 2024-10-08 +- **Plot average:** 241.1 BU/Ac +- **Coordinates:** 44.73905, -98.62723 +- **URL:** https://lgseeds.com/performance/corn#plot-144174 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2PRO | 255.2 | +| 2 | Unknown | B04J45V | - | 247.8 | +| 3 | Unknown | 5280VT2PRIB | - | 243.2 | +| 4 | Unknown | A0103 | - | 237.2 | +| 5 | Unknown | B01X44V | - | 236.8 | + +Top 5 by Yield: LG52C90 (LG Seeds) 255.2, B04J45V (Unknown) 247.8, 5280VT2PRIB (Unknown) 243.2, A0103 (Unknown) 237.2, B01X44V (Unknown) 236.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144178.json b/corpus/lg_plot_reports/lgpr-corn-2024-144178.json new file mode 100644 index 00000000..d2d09540 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144178.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144178", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Alpena", + "year": 2024, + "plot_id": "144178", + "lat": 44.18619, + "lng": -98.44983, + "cooperator": "Bruce Orth", + "salesperson": "Bruce Orth", + "planted_date": "2024-05-13", + "harvested_date": "2024-10-22", + "plot_average": 209.5, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B04J45PCE", + "traits": "", + "metrics": { + "Yield": 242.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "A0452", + "traits": "", + "metrics": { + "Yield": 236.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "A0103", + "traits": "", + "metrics": { + "Yield": 226.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "A9811TRIB", + "traits": "", + "metrics": { + "Yield": 225.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 225.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144178" + ], + "fetched_at": "2026-05-27T02:20:28.672437+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144178.md b/corpus/lg_plot_reports/lgpr-corn-2024-144178.md new file mode 100644 index 00000000..5647ca07 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144178.md @@ -0,0 +1,28 @@ +# Corn yield trial — Alpena, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Alpena +- **Year:** 2024 +- **Plot ID:** 144178 +- **Cooperator:** Bruce Orth +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-22 +- **Plot average:** 209.5 BU/Ac +- **Coordinates:** 44.18619, -98.44983 +- **URL:** https://lgseeds.com/performance/corn#plot-144178 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B04J45PCE | - | 242.2 | +| 2 | Unknown | A0452 | - | 236.4 | +| 3 | Unknown | A0103 | - | 226.0 | +| 4 | Unknown | A9811TRIB | - | 225.9 | +| 5 | LG Seeds | LG52C90 | VT2PRO | 225.5 | + +Top 5 by Yield: B04J45PCE (Unknown) 242.2, A0452 (Unknown) 236.4, A0103 (Unknown) 226.0, A9811TRIB (Unknown) 225.9, LG52C90 (LG Seeds) 225.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144179.json b/corpus/lg_plot_reports/lgpr-corn-2024-144179.json new file mode 100644 index 00000000..5ad678c8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144179.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144179", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Miller", + "year": 2024, + "plot_id": "144179", + "lat": 44.53073, + "lng": -99.16719, + "cooperator": "Wagner Farms", + "salesperson": "Wagner Farms ", + "planted_date": "2024-05-18", + "harvested_date": null, + "plot_average": 135.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B96Y34V", + "traits": "", + "metrics": { + "Yield": 164.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B01V22AM", + "traits": "", + "metrics": { + "Yield": 161.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSP", + "metrics": { + "Yield": 159.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B95R21AM", + "traits": "", + "metrics": { + "Yield": 155.9 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B98Z37AM", + "traits": "", + "metrics": { + "Yield": 152.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144179" + ], + "fetched_at": "2026-05-27T02:18:59.125039+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144179.md b/corpus/lg_plot_reports/lgpr-corn-2024-144179.md new file mode 100644 index 00000000..1bd726ad --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144179.md @@ -0,0 +1,28 @@ +# Corn yield trial — Miller, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Miller +- **Year:** 2024 +- **Plot ID:** 144179 +- **Cooperator:** Wagner Farms +- **Salesperson:** Wagner Farms +- **Planted:** 2024-05-18 +- **Plot average:** 135.9 BU/Ac +- **Coordinates:** 44.53073, -99.16719 +- **URL:** https://lgseeds.com/performance/corn#plot-144179 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B96Y34V | - | 164.8 | +| 2 | Unknown | B01V22AM | - | 161.7 | +| 3 | LG Seeds | LG51C32 | SSP | 159.1 | +| 4 | Unknown | B95R21AM | - | 155.9 | +| 5 | Unknown | B98Z37AM | - | 152.8 | + +Top 5 by Yield: B96Y34V (Unknown) 164.8, B01V22AM (Unknown) 161.7, LG51C32 (LG Seeds) 159.1, B95R21AM (Unknown) 155.9, B98Z37AM (Unknown) 152.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144180.json b/corpus/lg_plot_reports/lgpr-corn-2024-144180.json new file mode 100644 index 00000000..07ed8aae --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144180.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144180", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Wolsey", + "year": 2024, + "plot_id": "144180", + "lat": 44.36787, + "lng": -98.42563, + "cooperator": "Brian Miedema", + "salesperson": "Brian Miedema", + "planted_date": "2024-05-11", + "harvested_date": "2024-10-28", + "plot_average": 200.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 226.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "A0357VT2PRIB", + "traits": "", + "metrics": { + "Yield": 225.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B98Z37AM", + "traits": "", + "metrics": { + "Yield": 220.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 220.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "A0103", + "traits": "", + "metrics": { + "Yield": 215.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144180" + ], + "fetched_at": "2026-05-27T02:18:57.877362+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144180.md b/corpus/lg_plot_reports/lgpr-corn-2024-144180.md new file mode 100644 index 00000000..a634207a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144180.md @@ -0,0 +1,28 @@ +# Corn yield trial — Wolsey, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Wolsey +- **Year:** 2024 +- **Plot ID:** 144180 +- **Cooperator:** Brian Miedema +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-28 +- **Plot average:** 200.6 BU/Ac +- **Coordinates:** 44.36787, -98.42563 +- **URL:** https://lgseeds.com/performance/corn#plot-144180 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 226.0 | +| 2 | Unknown | A0357VT2PRIB | - | 225.4 | +| 3 | Unknown | B98Z37AM | - | 220.6 | +| 4 | LG Seeds | LG52C90 | VT2PRO | 220.4 | +| 5 | Unknown | A0103 | - | 215.7 | + +Top 5 by Yield: LG51C62 (LG Seeds) 226.0, A0357VT2PRIB (Unknown) 225.4, B98Z37AM (Unknown) 220.6, LG52C90 (LG Seeds) 220.4, A0103 (Unknown) 215.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144187.json b/corpus/lg_plot_reports/lgpr-corn-2024-144187.json new file mode 100644 index 00000000..85c93aff --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144187.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144187", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kentucky", + "state_abbrev": "ky", + "city": "Adairville", + "year": 2024, + "plot_id": "144187", + "lat": 36.6686, + "lng": -86.8642, + "cooperator": "Harris Dockins", + "salesperson": "Harris Dockins", + "planted_date": "2024-04-22", + "harvested_date": "2024-09-20", + "plot_average": 222.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC68-35RIB", + "traits": "", + "metrics": { + "Yield": 256.06 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC111-35RIB", + "traits": "", + "metrics": { + "Yield": 255.28 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2RIB", + "metrics": { + "Yield": 240.7 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "D60TC45RIB", + "traits": "", + "metrics": { + "Yield": 238.79 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P17677AM", + "traits": "", + "metrics": { + "Yield": 235.69 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144187" + ], + "fetched_at": "2026-05-27T02:20:10.150707+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144187.md b/corpus/lg_plot_reports/lgpr-corn-2024-144187.md new file mode 100644 index 00000000..927d3279 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144187.md @@ -0,0 +1,28 @@ +# Corn yield trial — Adairville, Kentucky, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kentucky (KY) +- **City:** Adairville +- **Year:** 2024 +- **Plot ID:** 144187 +- **Cooperator:** Harris Dockins +- **Planted:** 2024-04-22 +- **Harvested:** 2024-09-20 +- **Plot average:** 222.8 BU/Ac +- **Coordinates:** 36.66860, -86.86420 +- **URL:** https://lgseeds.com/performance/corn#plot-144187 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC68-35RIB | - | 256.06 | +| 2 | Unknown | DKC111-35RIB | - | 255.28 | +| 3 | LG Seeds | LG67C07 | VT2RIB | 240.7 | +| 4 | Unknown | D60TC45RIB | - | 238.79 | +| 5 | Pioneer | P17677AM | - | 235.69 | + +Top 5 by Yield: DKC68-35RIB (Unknown) 256.06, DKC111-35RIB (Unknown) 255.28, LG67C07 (LG Seeds) 240.7, D60TC45RIB (Unknown) 238.79, P17677AM (Pioneer) 235.69. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144203.json b/corpus/lg_plot_reports/lgpr-corn-2024-144203.json new file mode 100644 index 00000000..49f3468c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144203.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144203", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Narka", + "year": 2024, + "plot_id": "144203", + "lat": 39.96948, + "lng": -97.50081, + "cooperator": "Charles & Neil Popelka", + "salesperson": "Charles & Neil Popelka", + "planted_date": "2024-04-27", + "harvested_date": "2024-09-24", + "plot_average": 138.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 184.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 164.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 161.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 159.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG69C03", + "traits": "VT2PRO", + "metrics": { + "Yield": 155.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144203" + ], + "fetched_at": "2026-05-27T02:18:50.651084+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144203.md b/corpus/lg_plot_reports/lgpr-corn-2024-144203.md new file mode 100644 index 00000000..403a0c77 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144203.md @@ -0,0 +1,28 @@ +# Corn yield trial — Narka, Kansas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Narka +- **Year:** 2024 +- **Plot ID:** 144203 +- **Cooperator:** Charles & Neil Popelka +- **Planted:** 2024-04-27 +- **Harvested:** 2024-09-24 +- **Plot average:** 138.6 BU/Ac +- **Coordinates:** 39.96948, -97.50081 +- **URL:** https://lgseeds.com/performance/corn#plot-144203 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C28 | V | 184.2 | +| 2 | LG Seeds | LG63C54 | PCE | 164.6 | +| 3 | LG Seeds | LG63C82 | DGVT2RIB | 161.8 | +| 4 | LG Seeds | LG62C73 | VT2PRO | 159.6 | +| 5 | LG Seeds | LG69C03 | VT2PRO | 155.8 | + +Top 5 by Yield: LG61C28 (LG Seeds) 184.2, LG63C54 (LG Seeds) 164.6, LG63C82 (LG Seeds) 161.8, LG62C73 (LG Seeds) 159.6, LG69C03 (LG Seeds) 155.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144204.json b/corpus/lg_plot_reports/lgpr-corn-2024-144204.json new file mode 100644 index 00000000..ed9df4dc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144204.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144204", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Alton", + "year": 2024, + "plot_id": "144204", + "lat": 39.33576, + "lng": -98.582, + "cooperator": "Charles & Neil Popelka", + "salesperson": "Charles & Neil Popelka", + "planted_date": "2024-04-30", + "harvested_date": "2024-09-23", + "plot_average": 64.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C22", + "traits": "VT2RIB", + "metrics": { + "Yield": 99.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 95.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C35", + "traits": "VT2RIB", + "metrics": { + "Yield": 75.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG65C14", + "traits": "TRCRIB", + "metrics": { + "Yield": 72.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 72.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144204" + ], + "fetched_at": "2026-05-27T02:18:50.905037+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144204.md b/corpus/lg_plot_reports/lgpr-corn-2024-144204.md new file mode 100644 index 00000000..09a7f839 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144204.md @@ -0,0 +1,28 @@ +# Corn yield trial — Alton, Kansas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Alton +- **Year:** 2024 +- **Plot ID:** 144204 +- **Cooperator:** Charles & Neil Popelka +- **Planted:** 2024-04-30 +- **Harvested:** 2024-09-23 +- **Plot average:** 64.8 BU/Ac +- **Coordinates:** 39.33576, -98.58200 +- **URL:** https://lgseeds.com/performance/corn#plot-144204 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C22 | VT2RIB | 99.7 | +| 2 | LG Seeds | LG61C28 | V | 95.4 | +| 3 | LG Seeds | LG62C35 | VT2RIB | 75.3 | +| 4 | LG Seeds | LG65C14 | TRCRIB | 72.9 | +| 5 | LG Seeds | LG58C48 | VT2RIB | 72.9 | + +Top 5 by Yield: LG62C22 (LG Seeds) 99.7, LG61C28 (LG Seeds) 95.4, LG62C35 (LG Seeds) 75.3, LG65C14 (LG Seeds) 72.9, LG58C48 (LG Seeds) 72.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144205.json b/corpus/lg_plot_reports/lgpr-corn-2024-144205.json new file mode 100644 index 00000000..cb4ad08d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144205.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144205", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Linn", + "year": 2024, + "plot_id": "144205", + "lat": 39.66892, + "lng": -97.16086, + "cooperator": "Tyler Herrs", + "salesperson": "Tyler Herrs ", + "planted_date": "2024-04-22", + "harvested_date": "2024-09-26", + "plot_average": 187.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 229.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STXRIB", + "metrics": { + "Yield": 217.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG66C06", + "traits": "VT2RIB", + "metrics": { + "Yield": 214.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 213.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 208.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144205" + ], + "fetched_at": "2026-05-27T02:19:18.664298+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144205.md b/corpus/lg_plot_reports/lgpr-corn-2024-144205.md new file mode 100644 index 00000000..4769b615 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144205.md @@ -0,0 +1,29 @@ +# Corn yield trial — Linn, Kansas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Linn +- **Year:** 2024 +- **Plot ID:** 144205 +- **Cooperator:** Tyler Herrs +- **Salesperson:** Tyler Herrs +- **Planted:** 2024-04-22 +- **Harvested:** 2024-09-26 +- **Plot average:** 187.1 BU/Ac +- **Coordinates:** 39.66892, -97.16086 +- **URL:** https://lgseeds.com/performance/corn#plot-144205 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C82 | DGVT2RIB | 229.2 | +| 2 | LG Seeds | LG64C90 | STXRIB | 217.4 | +| 3 | LG Seeds | LG66C06 | VT2RIB | 214.7 | +| 4 | LG Seeds | LG64C43 | VT2RIB | 213.5 | +| 5 | LG Seeds | LG62C73 | VT2PRO | 208.2 | + +Top 5 by Yield: LG63C82 (LG Seeds) 229.2, LG64C90 (LG Seeds) 217.4, LG66C06 (LG Seeds) 214.7, LG64C43 (LG Seeds) 213.5, LG62C73 (LG Seeds) 208.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144210.json b/corpus/lg_plot_reports/lgpr-corn-2024-144210.json new file mode 100644 index 00000000..66fdb4ef --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144210.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144210", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Mississippi", + "state_abbrev": "ms", + "city": "Batesville", + "year": 2024, + "plot_id": "144210", + "lat": 34.37106, + "lng": -90.0368, + "cooperator": "CamAli Farms", + "salesperson": "CamAli Farms", + "planted_date": "2024-05-15", + "harvested_date": "2024-09-24", + "plot_average": 232.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2PRO", + "metrics": { + "Yield": 254.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "2715VT2PRO", + "traits": "", + "metrics": { + "Yield": 247.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "6915TRC", + "traits": "", + "metrics": { + "Yield": 244.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 242.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG65C14", + "traits": "TRC", + "metrics": { + "Yield": 239.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144210" + ], + "fetched_at": "2026-05-27T02:18:36.877703+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144210.md b/corpus/lg_plot_reports/lgpr-corn-2024-144210.md new file mode 100644 index 00000000..107504fd --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144210.md @@ -0,0 +1,28 @@ +# Corn yield trial — Batesville, Mississippi, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Mississippi (MS) +- **City:** Batesville +- **Year:** 2024 +- **Plot ID:** 144210 +- **Cooperator:** CamAli Farms +- **Planted:** 2024-05-15 +- **Harvested:** 2024-09-24 +- **Plot average:** 232.2 BU/Ac +- **Coordinates:** 34.37106, -90.03680 +- **URL:** https://lgseeds.com/performance/corn#plot-144210 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C43 | VT2PRO | 254.7 | +| 2 | Unknown | 2715VT2PRO | - | 247.4 | +| 3 | Unknown | 6915TRC | - | 244.1 | +| 4 | LG Seeds | LG67C07 | VT2PRO | 242.9 | +| 5 | LG Seeds | LG65C14 | TRC | 239.5 | + +Top 5 by Yield: LG64C43 (LG Seeds) 254.7, 2715VT2PRO (Unknown) 247.4, 6915TRC (Unknown) 244.1, LG67C07 (LG Seeds) 242.9, LG65C14 (LG Seeds) 239.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144223.json b/corpus/lg_plot_reports/lgpr-corn-2024-144223.json new file mode 100644 index 00000000..35c2bdb5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144223.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144223", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Blencoe", + "year": 2024, + "plot_id": "144223", + "lat": 41.92469, + "lng": -96.04842, + "cooperator": "Dave Anderson", + "salesperson": "Dave Anderson", + "planted_date": "2024-04-26", + "harvested_date": "2024-09-23", + "plot_average": 225.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC68-35RIB", + "traits": "", + "metrics": { + "Yield": 259.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "CP5370VT2P/RIB", + "traits": "", + "metrics": { + "Yield": 252.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 249.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "CP5497VT2P/RIB", + "traits": "", + "metrics": { + "Yield": 248.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 247.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144223" + ], + "fetched_at": "2026-05-27T02:19:48.636260+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144223.md b/corpus/lg_plot_reports/lgpr-corn-2024-144223.md new file mode 100644 index 00000000..483a0d46 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144223.md @@ -0,0 +1,28 @@ +# Corn yield trial — Blencoe, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Blencoe +- **Year:** 2024 +- **Plot ID:** 144223 +- **Cooperator:** Dave Anderson +- **Planted:** 2024-04-26 +- **Harvested:** 2024-09-23 +- **Plot average:** 225.3 BU/Ac +- **Coordinates:** 41.92469, -96.04842 +- **URL:** https://lgseeds.com/performance/corn#plot-144223 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC68-35RIB | - | 259.7 | +| 2 | Unknown | CP5370VT2P/RIB | - | 252.3 | +| 3 | LG Seeds | LG58C48 | VT2RIB | 249.5 | +| 4 | Unknown | CP5497VT2P/RIB | - | 248.6 | +| 5 | LG Seeds | LG64C43 | VT2RIB | 247.7 | + +Top 5 by Yield: DKC68-35RIB (Unknown) 259.7, CP5370VT2P/RIB (Unknown) 252.3, LG58C48 (LG Seeds) 249.5, CP5497VT2P/RIB (Unknown) 248.6, LG64C43 (LG Seeds) 247.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144228.json b/corpus/lg_plot_reports/lgpr-corn-2024-144228.json new file mode 100644 index 00000000..2f5dfb74 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144228.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144228", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Germantown ", + "year": 2024, + "plot_id": "144228", + "lat": 43.26782, + "lng": -88.10323, + "cooperator": "Matt Hauser", + "salesperson": "Matt Hauser", + "planted_date": "2024-05-18", + "harvested_date": "2024-10-30", + "plot_average": 193.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B01X44PCE", + "traits": "", + "metrics": { + "Yield": 239.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B99A24AM", + "traits": "", + "metrics": { + "Yield": 235.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 223.6 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC101-35RIB", + "traits": "", + "metrics": { + "Yield": 217.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC47-85RIB", + "traits": "", + "metrics": { + "Yield": 199.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144228" + ], + "fetched_at": "2026-05-27T02:19:27.127955+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144228.md b/corpus/lg_plot_reports/lgpr-corn-2024-144228.md new file mode 100644 index 00000000..071c3841 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144228.md @@ -0,0 +1,28 @@ +# Corn yield trial — Germantown , Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Germantown +- **Year:** 2024 +- **Plot ID:** 144228 +- **Cooperator:** Matt Hauser +- **Planted:** 2024-05-18 +- **Harvested:** 2024-10-30 +- **Plot average:** 193.3 BU/Ac +- **Coordinates:** 43.26782, -88.10323 +- **URL:** https://lgseeds.com/performance/corn#plot-144228 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B01X44PCE | - | 239.6 | +| 2 | Unknown | B99A24AM | - | 235.9 | +| 3 | LG Seeds | LG49C28 | VT2RIB | 223.6 | +| 4 | Unknown | DKC101-35RIB | - | 217.1 | +| 5 | Unknown | DKC47-85RIB | - | 199.9 | + +Top 5 by Yield: B01X44PCE (Unknown) 239.6, B99A24AM (Unknown) 235.9, LG49C28 (LG Seeds) 223.6, DKC101-35RIB (Unknown) 217.1, DKC47-85RIB (Unknown) 199.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144246.json b/corpus/lg_plot_reports/lgpr-corn-2024-144246.json new file mode 100644 index 00000000..cdba10c9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144246.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144246", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Princeton", + "year": 2024, + "plot_id": "144246", + "lat": 38.49227, + "lng": -95.31563, + "cooperator": "Calvin Pearson", + "salesperson": "Calvin Pearson", + "planted_date": "2024-04-25", + "harvested_date": "2024-09-23", + "plot_average": 205.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 217.49 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 216.83 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 213.92 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG66C28", + "traits": "3110", + "metrics": { + "Yield": 212.74 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2RIB", + "metrics": { + "Yield": 212.43 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144246" + ], + "fetched_at": "2026-05-27T02:18:03.366396+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144246.md b/corpus/lg_plot_reports/lgpr-corn-2024-144246.md new file mode 100644 index 00000000..7ccb7090 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144246.md @@ -0,0 +1,28 @@ +# Corn yield trial — Princeton, Kansas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Princeton +- **Year:** 2024 +- **Plot ID:** 144246 +- **Cooperator:** Calvin Pearson +- **Planted:** 2024-04-25 +- **Harvested:** 2024-09-23 +- **Plot average:** 205.9 BU/Ac +- **Coordinates:** 38.49227, -95.31563 +- **URL:** https://lgseeds.com/performance/corn#plot-144246 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C43 | VT2RIB | 217.49 | +| 2 | LG Seeds | LG61C28 | V | 216.83 | +| 3 | LG Seeds | LG58C48 | VT2RIB | 213.92 | +| 4 | LG Seeds | LG66C28 | 3110 | 212.74 | +| 5 | LG Seeds | LG67C07 | VT2RIB | 212.43 | + +Top 5 by Yield: LG64C43 (LG Seeds) 217.49, LG61C28 (LG Seeds) 216.83, LG58C48 (LG Seeds) 213.92, LG66C28 (LG Seeds) 212.74, LG67C07 (LG Seeds) 212.43. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144253.json b/corpus/lg_plot_reports/lgpr-corn-2024-144253.json new file mode 100644 index 00000000..f36d783d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144253.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144253", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "McLean", + "year": 2024, + "plot_id": "144253", + "lat": 40.31295, + "lng": -89.11334, + "cooperator": "AgVantage Seeds", + "salesperson": "AgVantage Seeds", + "planted_date": "2024-05-13", + "harvested_date": "2024-10-01", + "plot_average": 269.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 290.66 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 287.06 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "W7945RIB", + "traits": "", + "metrics": { + "Yield": 284.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 282.04 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 281.74 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144253" + ], + "fetched_at": "2026-05-27T02:19:41.924517+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144253.md b/corpus/lg_plot_reports/lgpr-corn-2024-144253.md new file mode 100644 index 00000000..0277cefb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144253.md @@ -0,0 +1,28 @@ +# Corn yield trial — McLean, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** McLean +- **Year:** 2024 +- **Plot ID:** 144253 +- **Cooperator:** AgVantage Seeds +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-01 +- **Plot average:** 269.2 BU/Ac +- **Coordinates:** 40.31295, -89.11334 +- **URL:** https://lgseeds.com/performance/corn#plot-144253 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C48 | VT2RIB | 290.66 | +| 2 | LG Seeds | LG63C32 | SSP | 287.06 | +| 3 | Unknown | W7945RIB | - | 284.4 | +| 4 | LG Seeds | LG64C43 | VT2RIB | 282.04 | +| 5 | LG Seeds | LG63C82 | DGVT2RIB | 281.74 | + +Top 5 by Yield: LG58C48 (LG Seeds) 290.66, LG63C32 (LG Seeds) 287.06, W7945RIB (Unknown) 284.4, LG64C43 (LG Seeds) 282.04, LG63C82 (LG Seeds) 281.74. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144266.json b/corpus/lg_plot_reports/lgpr-corn-2024-144266.json new file mode 100644 index 00000000..272d70b9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144266.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144266", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Germantown", + "year": 2024, + "plot_id": "144266", + "lat": 39.7, + "lng": -84.3, + "cooperator": "KSL Farms LLC", + "salesperson": "KSL Farms LLC", + "planted_date": "2024-04-16", + "harvested_date": "2024-09-17", + "plot_average": 162.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "215-70TRCRIB", + "traits": "", + "metrics": { + "Yield": 185.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 183.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "214-78DGVT2PRIB", + "traits": "", + "metrics": { + "Yield": 180.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "210-46VT2PRIB", + "traits": "", + "metrics": { + "Yield": 179.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "215-42TRERIB", + "traits": "", + "metrics": { + "Yield": 179.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144266" + ], + "fetched_at": "2026-05-27T02:18:22.860356+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144266.md b/corpus/lg_plot_reports/lgpr-corn-2024-144266.md new file mode 100644 index 00000000..0c2e3082 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144266.md @@ -0,0 +1,28 @@ +# Corn yield trial — Germantown, Ohio, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Ohio (OH) +- **City:** Germantown +- **Year:** 2024 +- **Plot ID:** 144266 +- **Cooperator:** KSL Farms LLC +- **Planted:** 2024-04-16 +- **Harvested:** 2024-09-17 +- **Plot average:** 162.7 BU/Ac +- **Coordinates:** 39.70000, -84.30000 +- **URL:** https://lgseeds.com/performance/corn#plot-144266 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 215-70TRCRIB | - | 185.3 | +| 2 | LG Seeds | LG64C43 | VT2RIB | 183.3 | +| 3 | Unknown | 214-78DGVT2PRIB | - | 180.5 | +| 4 | Unknown | 210-46VT2PRIB | - | 179.2 | +| 5 | Unknown | 215-42TRERIB | - | 179.2 | + +Top 5 by Yield: 215-70TRCRIB (Unknown) 185.3, LG64C43 (LG Seeds) 183.3, 214-78DGVT2PRIB (Unknown) 180.5, 210-46VT2PRIB (Unknown) 179.2, 215-42TRERIB (Unknown) 179.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144269.json b/corpus/lg_plot_reports/lgpr-corn-2024-144269.json new file mode 100644 index 00000000..643839be --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144269.json @@ -0,0 +1,46 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144269", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Wappella", + "year": 2024, + "plot_id": "144269", + "lat": 0.0, + "lng": 0.0, + "cooperator": "AgVantage Seeds", + "salesperson": "AgVantage Seeds", + "planted_date": "2024-10-02", + "harvested_date": "2024-10-02", + "plot_average": 280.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "", + "metrics": { + "Yield": 283.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LG66C44", + "traits": "", + "metrics": { + "Yield": 276.9 + } + } + ], + "n_results": 2, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144269" + ], + "fetched_at": "2026-05-27T02:19:42.139140+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144269.md b/corpus/lg_plot_reports/lgpr-corn-2024-144269.md new file mode 100644 index 00000000..f5dab381 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144269.md @@ -0,0 +1,24 @@ +# Corn yield trial — Wappella, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Wappella +- **Year:** 2024 +- **Plot ID:** 144269 +- **Cooperator:** AgVantage Seeds +- **Planted:** 2024-10-02 +- **Harvested:** 2024-10-02 +- **Plot average:** 280.0 BU/Ac +- **URL:** https://lgseeds.com/performance/corn#plot-144269 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG66C44 | - | 283.0 | +| 2 | Unknown | LG66C44 | - | 276.9 | + +Top 5 by Yield: LG66C44 (LG Seeds) 283.0, LG66C44 (Unknown) 276.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144275.json b/corpus/lg_plot_reports/lgpr-corn-2024-144275.json new file mode 100644 index 00000000..5df615ff --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144275.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144275", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Indiana", + "state_abbrev": "in", + "city": "Mentone", + "year": 2024, + "plot_id": "144275", + "lat": 41.18269, + "lng": -86.015, + "cooperator": "Romine Family Farms", + "salesperson": "Romine Family Farms", + "planted_date": "2024-05-22", + "harvested_date": "2024-10-03", + "plot_average": 239.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 265.18 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 261.34 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P1383AM", + "traits": "", + "metrics": { + "Yield": 255.94 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 254.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG61C21", + "traits": "3110", + "metrics": { + "Yield": 254.48 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144275" + ], + "fetched_at": "2026-05-27T02:18:22.619649+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144275.md b/corpus/lg_plot_reports/lgpr-corn-2024-144275.md new file mode 100644 index 00000000..1bc69021 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144275.md @@ -0,0 +1,28 @@ +# Corn yield trial — Mentone, Indiana, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Indiana (IN) +- **City:** Mentone +- **Year:** 2024 +- **Plot ID:** 144275 +- **Cooperator:** Romine Family Farms +- **Planted:** 2024-05-22 +- **Harvested:** 2024-10-03 +- **Plot average:** 239.1 BU/Ac +- **Coordinates:** 41.18269, -86.01500 +- **URL:** https://lgseeds.com/performance/corn#plot-144275 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C82 | DGVT2RIB | 265.18 | +| 2 | LG Seeds | LG64C43 | VT2RIB | 261.34 | +| 3 | Pioneer | P1383AM | - | 255.94 | +| 4 | LG Seeds | LG66C44 | VT2RIB | 254.9 | +| 5 | LG Seeds | LG61C21 | 3110 | 254.48 | + +Top 5 by Yield: LG63C82 (LG Seeds) 265.18, LG64C43 (LG Seeds) 261.34, P1383AM (Pioneer) 255.94, LG66C44 (LG Seeds) 254.9, LG61C21 (LG Seeds) 254.48. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144276.json b/corpus/lg_plot_reports/lgpr-corn-2024-144276.json new file mode 100644 index 00000000..ec07a9ba --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144276.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144276", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Indiana", + "state_abbrev": "in", + "city": "Bryant", + "year": 2024, + "plot_id": "144276", + "lat": 40.5281, + "lng": -84.88781, + "cooperator": "Charlie Muhlenkamp", + "salesperson": "Charlie Muhlenkamp ", + "planted_date": "2024-05-20", + "harvested_date": "2024-10-11", + "plot_average": 203.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 215.06 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 207.81 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 207.43 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 207.38 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 207.21 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144276" + ], + "fetched_at": "2026-05-27T02:19:31.159966+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144276.md b/corpus/lg_plot_reports/lgpr-corn-2024-144276.md new file mode 100644 index 00000000..280e7c5b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144276.md @@ -0,0 +1,29 @@ +# Corn yield trial — Bryant, Indiana, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Indiana (IN) +- **City:** Bryant +- **Year:** 2024 +- **Plot ID:** 144276 +- **Cooperator:** Charlie Muhlenkamp +- **Salesperson:** Charlie Muhlenkamp +- **Planted:** 2024-05-20 +- **Harvested:** 2024-10-11 +- **Plot average:** 203.5 BU/Ac +- **Coordinates:** 40.52810, -84.88781 +- **URL:** https://lgseeds.com/performance/corn#plot-144276 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C73 | VT2PRO | 215.06 | +| 2 | LG Seeds | LG63C54 | PCE | 207.81 | +| 3 | LG Seeds | LG60C05 | 3110 | 207.43 | +| 4 | LG Seeds | LG64C43 | VT2RIB | 207.38 | +| 5 | LG Seeds | LG63C82 | DGVT2RIB | 207.21 | + +Top 5 by Yield: LG62C73 (LG Seeds) 215.06, LG63C54 (LG Seeds) 207.81, LG60C05 (LG Seeds) 207.43, LG64C43 (LG Seeds) 207.38, LG63C82 (LG Seeds) 207.21. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144277.json b/corpus/lg_plot_reports/lgpr-corn-2024-144277.json new file mode 100644 index 00000000..6e73d085 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144277.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144277", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Union City", + "year": 2024, + "plot_id": "144277", + "lat": 40.18541, + "lng": -84.77452, + "cooperator": "Marc Mote", + "salesperson": "Marc Mote", + "planted_date": "2024-05-19", + "harvested_date": "2024-10-20", + "plot_average": 224.1, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B11C37AM", + "traits": "", + "metrics": { + "Yield": 257.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG65C14", + "traits": "TRCRIB", + "metrics": { + "Yield": 255.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B12H48PCE", + "traits": "", + "metrics": { + "Yield": 253.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B10A20AM", + "traits": "", + "metrics": { + "Yield": 247.9 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "A1072VT2RIB", + "traits": "", + "metrics": { + "Yield": 247.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144277" + ], + "fetched_at": "2026-05-27T02:19:47.135231+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144277.md b/corpus/lg_plot_reports/lgpr-corn-2024-144277.md new file mode 100644 index 00000000..401def32 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144277.md @@ -0,0 +1,28 @@ +# Corn yield trial — Union City, Ohio, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Ohio (OH) +- **City:** Union City +- **Year:** 2024 +- **Plot ID:** 144277 +- **Cooperator:** Marc Mote +- **Planted:** 2024-05-19 +- **Harvested:** 2024-10-20 +- **Plot average:** 224.1 BU/Ac +- **Coordinates:** 40.18541, -84.77452 +- **URL:** https://lgseeds.com/performance/corn#plot-144277 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B11C37AM | - | 257.1 | +| 2 | LG Seeds | LG65C14 | TRCRIB | 255.1 | +| 3 | Unknown | B12H48PCE | - | 253.1 | +| 4 | Unknown | B10A20AM | - | 247.9 | +| 5 | Unknown | A1072VT2RIB | - | 247.6 | + +Top 5 by Yield: B11C37AM (Unknown) 257.1, LG65C14 (LG Seeds) 255.1, B12H48PCE (Unknown) 253.1, B10A20AM (Unknown) 247.9, A1072VT2RIB (Unknown) 247.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144278.json b/corpus/lg_plot_reports/lgpr-corn-2024-144278.json new file mode 100644 index 00000000..ef27775b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144278.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144278", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Indiana", + "state_abbrev": "in", + "city": "Tipton", + "year": 2024, + "plot_id": "144278", + "lat": 40.2898, + "lng": -85.8993, + "cooperator": "John Hussey", + "salesperson": "John Hussey", + "planted_date": "2024-05-20", + "harvested_date": "2024-11-07", + "plot_average": 229.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C73", + "traits": "3110", + "metrics": { + "Yield": 246.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C77", + "traits": "STXRIB", + "metrics": { + "Yield": 239.68 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 238.23 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 237.18 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG66C06", + "traits": "VT2RIB", + "metrics": { + "Yield": 236.56 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144278" + ], + "fetched_at": "2026-05-27T02:19:19.905531+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144278.md b/corpus/lg_plot_reports/lgpr-corn-2024-144278.md new file mode 100644 index 00000000..b545c2e6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144278.md @@ -0,0 +1,28 @@ +# Corn yield trial — Tipton, Indiana, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Indiana (IN) +- **City:** Tipton +- **Year:** 2024 +- **Plot ID:** 144278 +- **Cooperator:** John Hussey +- **Planted:** 2024-05-20 +- **Harvested:** 2024-11-07 +- **Plot average:** 229.8 BU/Ac +- **Coordinates:** 40.28980, -85.89930 +- **URL:** https://lgseeds.com/performance/corn#plot-144278 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C73 | 3110 | 246.4 | +| 2 | LG Seeds | LG63C77 | STXRIB | 239.68 | +| 3 | LG Seeds | LG62C73 | VT2PRO | 238.23 | +| 4 | LG Seeds | LG63C54 | PCE | 237.18 | +| 5 | LG Seeds | LG66C06 | VT2RIB | 236.56 | + +Top 5 by Yield: LG58C73 (LG Seeds) 246.4, LG63C77 (LG Seeds) 239.68, LG62C73 (LG Seeds) 238.23, LG63C54 (LG Seeds) 237.18, LG66C06 (LG Seeds) 236.56. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144288.json b/corpus/lg_plot_reports/lgpr-corn-2024-144288.json new file mode 100644 index 00000000..cd94979c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144288.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144288", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Harrison", + "year": 2024, + "plot_id": "144288", + "lat": 39.27623, + "lng": -84.69871, + "cooperator": "Mike Heyob", + "salesperson": "Mike Heyob", + "planted_date": "2024-05-16", + "harvested_date": "2024-09-24", + "plot_average": 181.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "", + "metrics": { + "Yield": 205.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "215-09", + "traits": "", + "metrics": { + "Yield": 201.7 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "210-46", + "traits": "", + "metrics": { + "Yield": 186.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "213-23", + "traits": "", + "metrics": { + "Yield": 177.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "210-79", + "traits": "", + "metrics": { + "Yield": 176.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144288" + ], + "fetched_at": "2026-05-27T02:18:05.343862+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144288.md b/corpus/lg_plot_reports/lgpr-corn-2024-144288.md new file mode 100644 index 00000000..5d29edc2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144288.md @@ -0,0 +1,28 @@ +# Corn yield trial — Harrison, Ohio, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Ohio (OH) +- **City:** Harrison +- **Year:** 2024 +- **Plot ID:** 144288 +- **Cooperator:** Mike Heyob +- **Planted:** 2024-05-16 +- **Harvested:** 2024-09-24 +- **Plot average:** 181.7 BU/Ac +- **Coordinates:** 39.27623, -84.69871 +- **URL:** https://lgseeds.com/performance/corn#plot-144288 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C73 | - | 205.2 | +| 2 | Unknown | 215-09 | - | 201.7 | +| 3 | Unknown | 210-46 | - | 186.4 | +| 4 | Unknown | 213-23 | - | 177.5 | +| 5 | Unknown | 210-79 | - | 176.2 | + +Top 5 by Yield: LG62C73 (LG Seeds) 205.2, 215-09 (Unknown) 201.7, 210-46 (Unknown) 186.4, 213-23 (Unknown) 177.5, 210-79 (Unknown) 176.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144289.json b/corpus/lg_plot_reports/lgpr-corn-2024-144289.json new file mode 100644 index 00000000..e77bae68 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144289.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144289", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Indiana", + "state_abbrev": "in", + "city": "Ligonier", + "year": 2024, + "plot_id": "144289", + "lat": 41.50938, + "lng": -85.63879, + "cooperator": "MCJ Farms", + "salesperson": "MCJ Farms", + "planted_date": "2024-05-18", + "harvested_date": "2024-10-15", + "plot_average": 275.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 299.79 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P10811AM", + "traits": "", + "metrics": { + "Yield": 291.74 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P1383AM", + "traits": "", + "metrics": { + "Yield": 290.25 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "", + "metrics": { + "Yield": 285.48 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P1136AM", + "traits": "", + "metrics": { + "Yield": 280.18 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144289" + ], + "fetched_at": "2026-05-27T02:19:31.396167+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144289.md b/corpus/lg_plot_reports/lgpr-corn-2024-144289.md new file mode 100644 index 00000000..0bc6254b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144289.md @@ -0,0 +1,28 @@ +# Corn yield trial — Ligonier, Indiana, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Indiana (IN) +- **City:** Ligonier +- **Year:** 2024 +- **Plot ID:** 144289 +- **Cooperator:** MCJ Farms +- **Planted:** 2024-05-18 +- **Harvested:** 2024-10-15 +- **Plot average:** 275.5 BU/Ac +- **Coordinates:** 41.50938, -85.63879 +- **URL:** https://lgseeds.com/performance/corn#plot-144289 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | SSP | 299.79 | +| 2 | Pioneer | P10811AM | - | 291.74 | +| 3 | Pioneer | P1383AM | - | 290.25 | +| 4 | Pioneer | P13777PCE | - | 285.48 | +| 5 | Pioneer | P1136AM | - | 280.18 | + +Top 5 by Yield: LG63C32 (LG Seeds) 299.79, P10811AM (Pioneer) 291.74, P1383AM (Pioneer) 290.25, P13777PCE (Pioneer) 285.48, P1136AM (Pioneer) 280.18. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144294.json b/corpus/lg_plot_reports/lgpr-corn-2024-144294.json new file mode 100644 index 00000000..8e31528c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144294.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144294", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Sartell ", + "year": 2024, + "plot_id": "144294", + "lat": 45.68055, + "lng": -94.22796, + "cooperator": "John Traut", + "salesperson": "John Traut", + "planted_date": "2024-04-25", + "harvested_date": "2024-09-30", + "plot_average": 275.0, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P05737V", + "traits": "", + "metrics": { + "Yield": 299.1 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P05737V", + "traits": "", + "metrics": { + "Yield": 293.8 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P0529Q", + "traits": "", + "metrics": { + "Yield": 292.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 290.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 289.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144294" + ], + "fetched_at": "2026-05-27T02:18:30.864649+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144294.md b/corpus/lg_plot_reports/lgpr-corn-2024-144294.md new file mode 100644 index 00000000..4722c158 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144294.md @@ -0,0 +1,28 @@ +# Corn yield trial — Sartell , Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Sartell +- **Year:** 2024 +- **Plot ID:** 144294 +- **Cooperator:** John Traut +- **Planted:** 2024-04-25 +- **Harvested:** 2024-09-30 +- **Plot average:** 275.0 BU/Ac +- **Coordinates:** 45.68055, -94.22796 +- **URL:** https://lgseeds.com/performance/corn#plot-144294 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P05737V | - | 299.1 | +| 2 | Pioneer | P05737V | - | 293.8 | +| 3 | Pioneer | P0529Q | - | 292.3 | +| 4 | LG Seeds | LG51C62 | VT2RIB | 290.5 | +| 5 | LG Seeds | LG52C90 | VT2PRO | 289.6 | + +Top 5 by Yield: P05737V (Pioneer) 299.1, P05737V (Pioneer) 293.8, P0529Q (Pioneer) 292.3, LG51C62 (LG Seeds) 290.5, LG52C90 (LG Seeds) 289.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144313.json b/corpus/lg_plot_reports/lgpr-corn-2024-144313.json new file mode 100644 index 00000000..8b0a2423 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144313.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144313", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Downs", + "year": 2024, + "plot_id": "144313", + "lat": 40.36361, + "lng": -88.9002, + "cooperator": "AgVantage Seeds", + "salesperson": "AgVantage Seeds", + "planted_date": "2024-05-19", + "harvested_date": "2024-10-07", + "plot_average": 246.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C20", + "traits": "", + "metrics": { + "Yield": 290.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "W8930", + "traits": "", + "metrics": { + "Yield": 282.7 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "W7870", + "traits": "", + "metrics": { + "Yield": 276.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "W8080", + "traits": "", + "metrics": { + "Yield": 269.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "W7870", + "traits": "", + "metrics": { + "Yield": 267.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144313" + ], + "fetched_at": "2026-05-27T02:19:34.391685+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144313.md b/corpus/lg_plot_reports/lgpr-corn-2024-144313.md new file mode 100644 index 00000000..df9021ec --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144313.md @@ -0,0 +1,28 @@ +# Corn yield trial — Downs, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Downs +- **Year:** 2024 +- **Plot ID:** 144313 +- **Cooperator:** AgVantage Seeds +- **Planted:** 2024-05-19 +- **Harvested:** 2024-10-07 +- **Plot average:** 246.3 BU/Ac +- **Coordinates:** 40.36361, -88.90020 +- **URL:** https://lgseeds.com/performance/corn#plot-144313 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C20 | - | 290.2 | +| 2 | Unknown | W8930 | - | 282.7 | +| 3 | Unknown | W7870 | - | 276.0 | +| 4 | Unknown | W8080 | - | 269.7 | +| 5 | Unknown | W7870 | - | 267.0 | + +Top 5 by Yield: LG64C20 (LG Seeds) 290.2, W8930 (Unknown) 282.7, W7870 (Unknown) 276.0, W8080 (Unknown) 269.7, W7870 (Unknown) 267.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144321.json b/corpus/lg_plot_reports/lgpr-corn-2024-144321.json new file mode 100644 index 00000000..535e3ff2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144321.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144321", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Hopedale ", + "year": 2024, + "plot_id": "144321", + "lat": 40.43711, + "lng": -89.39983, + "cooperator": "Phil Weihmeir", + "salesperson": "Phil Weihmeir ", + "planted_date": "2024-05-23", + "harvested_date": "2024-10-07", + "plot_average": 275.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 297.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 293.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC114-99RIB", + "traits": "", + "metrics": { + "Yield": 289.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 286.6 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "", + "metrics": { + "Yield": 286.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144321" + ], + "fetched_at": "2026-05-27T02:20:09.150475+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144321.md b/corpus/lg_plot_reports/lgpr-corn-2024-144321.md new file mode 100644 index 00000000..455219d6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144321.md @@ -0,0 +1,29 @@ +# Corn yield trial — Hopedale , Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Hopedale +- **Year:** 2024 +- **Plot ID:** 144321 +- **Cooperator:** Phil Weihmeir +- **Salesperson:** Phil Weihmeir +- **Planted:** 2024-05-23 +- **Harvested:** 2024-10-07 +- **Plot average:** 275.6 BU/Ac +- **Coordinates:** 40.43711, -89.39983 +- **URL:** https://lgseeds.com/performance/corn#plot-144321 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C73 | VT2PRO | 297.8 | +| 2 | LG Seeds | LG63C32 | SSP | 293.3 | +| 3 | Unknown | DKC114-99RIB | - | 289.3 | +| 4 | LG Seeds | LG63C82 | DGVT2RIB | 286.6 | +| 5 | Pioneer | P1742Q | - | 286.4 | + +Top 5 by Yield: LG62C73 (LG Seeds) 297.8, LG63C32 (LG Seeds) 293.3, DKC114-99RIB (Unknown) 289.3, LG63C82 (LG Seeds) 286.6, P1742Q (Pioneer) 286.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144329.json b/corpus/lg_plot_reports/lgpr-corn-2024-144329.json new file mode 100644 index 00000000..e7c2da50 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144329.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144329", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kentucky", + "state_abbrev": "ky", + "city": "Olmstead", + "year": 2024, + "plot_id": "144329", + "lat": 36.7527, + "lng": -87.0198, + "cooperator": "George Fugate", + "salesperson": "George Fugate", + "planted_date": "2024-04-24", + "harvested_date": "2024-10-04", + "plot_average": 248.5, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC68-35RIB", + "traits": "", + "metrics": { + "Yield": 271.27 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "D60TC45", + "traits": "", + "metrics": { + "Yield": 267.08 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC66-06RIB", + "traits": "", + "metrics": { + "Yield": 263.53 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 262.51 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC111-35RIB", + "traits": "", + "metrics": { + "Yield": 257.65 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144329" + ], + "fetched_at": "2026-05-27T02:20:03.640466+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144329.md b/corpus/lg_plot_reports/lgpr-corn-2024-144329.md new file mode 100644 index 00000000..3251295a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144329.md @@ -0,0 +1,28 @@ +# Corn yield trial — Olmstead, Kentucky, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kentucky (KY) +- **City:** Olmstead +- **Year:** 2024 +- **Plot ID:** 144329 +- **Cooperator:** George Fugate +- **Planted:** 2024-04-24 +- **Harvested:** 2024-10-04 +- **Plot average:** 248.5 BU/Ac +- **Coordinates:** 36.75270, -87.01980 +- **URL:** https://lgseeds.com/performance/corn#plot-144329 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC68-35RIB | - | 271.27 | +| 2 | Unknown | D60TC45 | - | 267.08 | +| 3 | Unknown | DKC66-06RIB | - | 263.53 | +| 4 | LG Seeds | LG67C07 | VT2PRO | 262.51 | +| 5 | Unknown | DKC111-35RIB | - | 257.65 | + +Top 5 by Yield: DKC68-35RIB (Unknown) 271.27, D60TC45 (Unknown) 267.08, DKC66-06RIB (Unknown) 263.53, LG67C07 (LG Seeds) 262.51, DKC111-35RIB (Unknown) 257.65. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144330.json b/corpus/lg_plot_reports/lgpr-corn-2024-144330.json new file mode 100644 index 00000000..3ed39b33 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144330.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144330", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Maria Stein ", + "year": 2024, + "plot_id": "144330", + "lat": 40.43714, + "lng": -84.48232, + "cooperator": "Maria Stein Grain", + "salesperson": "Maria Stein Grain", + "planted_date": "2024-05-05", + "harvested_date": "2024-10-08", + "plot_average": 247.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "7442PC", + "traits": "", + "metrics": { + "Yield": 262.42 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "SC1055V", + "traits": "", + "metrics": { + "Yield": 262.28 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "7660PC", + "traits": "", + "metrics": { + "Yield": 253.77 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "SC1122Q", + "traits": "", + "metrics": { + "Yield": 251.24 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "SC1084AM", + "traits": "", + "metrics": { + "Yield": 246.72 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144330" + ], + "fetched_at": "2026-05-27T02:19:43.389435+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144330.md b/corpus/lg_plot_reports/lgpr-corn-2024-144330.md new file mode 100644 index 00000000..e0809eea --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144330.md @@ -0,0 +1,28 @@ +# Corn yield trial — Maria Stein , Ohio, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Ohio (OH) +- **City:** Maria Stein +- **Year:** 2024 +- **Plot ID:** 144330 +- **Cooperator:** Maria Stein Grain +- **Planted:** 2024-05-05 +- **Harvested:** 2024-10-08 +- **Plot average:** 247.7 BU/Ac +- **Coordinates:** 40.43714, -84.48232 +- **URL:** https://lgseeds.com/performance/corn#plot-144330 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 7442PC | - | 262.42 | +| 2 | Unknown | SC1055V | - | 262.28 | +| 3 | Unknown | 7660PC | - | 253.77 | +| 4 | Unknown | SC1122Q | - | 251.24 | +| 5 | Unknown | SC1084AM | - | 246.72 | + +Top 5 by Yield: 7442PC (Unknown) 262.42, SC1055V (Unknown) 262.28, 7660PC (Unknown) 253.77, SC1122Q (Unknown) 251.24, SC1084AM (Unknown) 246.72. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144335.json b/corpus/lg_plot_reports/lgpr-corn-2024-144335.json new file mode 100644 index 00000000..3ed233b4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144335.json @@ -0,0 +1,55 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144335", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Farley", + "year": 2024, + "plot_id": "144335", + "lat": 42.42425, + "lng": -90.98836, + "cooperator": "Bill Pitz", + "salesperson": "Bill Pitz", + "planted_date": "2024-04-24", + "harvested_date": "2024-10-07", + "plot_average": 264.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 275.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC107-33RIB", + "traits": "", + "metrics": { + "Yield": 269.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC107-33RIB", + "traits": "", + "metrics": { + "Yield": 249.7 + } + } + ], + "n_results": 3, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144335" + ], + "fetched_at": "2026-05-27T02:18:35.396516+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144335.md b/corpus/lg_plot_reports/lgpr-corn-2024-144335.md new file mode 100644 index 00000000..913010eb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144335.md @@ -0,0 +1,26 @@ +# Corn yield trial — Farley, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Farley +- **Year:** 2024 +- **Plot ID:** 144335 +- **Cooperator:** Bill Pitz +- **Planted:** 2024-04-24 +- **Harvested:** 2024-10-07 +- **Plot average:** 264.9 BU/Ac +- **Coordinates:** 42.42425, -90.98836 +- **URL:** https://lgseeds.com/performance/corn#plot-144335 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C34 | STXRIB | 275.1 | +| 2 | Unknown | DKC107-33RIB | - | 269.8 | +| 3 | Unknown | DKC107-33RIB | - | 249.7 | + +Top 5 by Yield: LG61C34 (LG Seeds) 275.1, DKC107-33RIB (Unknown) 269.8, DKC107-33RIB (Unknown) 249.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144340.json b/corpus/lg_plot_reports/lgpr-corn-2024-144340.json new file mode 100644 index 00000000..7dff11e4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144340.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144340", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Adrian", + "year": 2024, + "plot_id": "144340", + "lat": 43.58, + "lng": -95.9, + "cooperator": "Jeff Bullerman", + "salesperson": "Jeff Bullerman ", + "planted_date": "2024-05-14", + "harvested_date": "2024-10-07", + "plot_average": 233.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C73", + "traits": "3110", + "metrics": { + "Yield": 242.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DS-4488PCE", + "traits": "", + "metrics": { + "Yield": 241.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG55C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 238.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG57C45", + "traits": "SSP", + "metrics": { + "Yield": 232.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 231.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144340" + ], + "fetched_at": "2026-05-27T02:19:01.891315+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144340.md b/corpus/lg_plot_reports/lgpr-corn-2024-144340.md new file mode 100644 index 00000000..8fad08b5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144340.md @@ -0,0 +1,29 @@ +# Corn yield trial — Adrian, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Adrian +- **Year:** 2024 +- **Plot ID:** 144340 +- **Cooperator:** Jeff Bullerman +- **Salesperson:** Jeff Bullerman +- **Planted:** 2024-05-14 +- **Harvested:** 2024-10-07 +- **Plot average:** 233.6 BU/Ac +- **Coordinates:** 43.58000, -95.90000 +- **URL:** https://lgseeds.com/performance/corn#plot-144340 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C73 | 3110 | 242.1 | +| 2 | Unknown | DS-4488PCE | - | 241.4 | +| 3 | LG Seeds | LG55C32 | SSPRIB | 238.3 | +| 4 | LG Seeds | LG57C45 | SSP | 232.6 | +| 5 | LG Seeds | LG59C72 | 5222EZ | 231.8 | + +Top 5 by Yield: LG58C73 (LG Seeds) 242.1, DS-4488PCE (Unknown) 241.4, LG55C32 (LG Seeds) 238.3, LG57C45 (LG Seeds) 232.6, LG59C72 (LG Seeds) 231.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144343.json b/corpus/lg_plot_reports/lgpr-corn-2024-144343.json new file mode 100644 index 00000000..6e6944a3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144343.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144343", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Idaho", + "state_abbrev": "id", + "city": "Grandview", + "year": 2024, + "plot_id": "144343", + "lat": 42.92763, + "lng": -116.11706, + "cooperator": "Vance Mininger", + "salesperson": "Vance Mininger", + "planted_date": "2024-05-28", + "harvested_date": "2024-10-11", + "plot_average": 258.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 278.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 278.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "H5776", + "traits": "", + "metrics": { + "Yield": 266.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "H5373", + "traits": "", + "metrics": { + "Yield": 265.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "K5218D", + "traits": "", + "metrics": { + "Yield": 261.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144343" + ], + "fetched_at": "2026-05-27T02:18:05.096344+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144343.md b/corpus/lg_plot_reports/lgpr-corn-2024-144343.md new file mode 100644 index 00000000..6324fe48 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144343.md @@ -0,0 +1,28 @@ +# Corn yield trial — Grandview, Idaho, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Idaho (ID) +- **City:** Grandview +- **Year:** 2024 +- **Plot ID:** 144343 +- **Cooperator:** Vance Mininger +- **Planted:** 2024-05-28 +- **Harvested:** 2024-10-11 +- **Plot average:** 258.9 BU/Ac +- **Coordinates:** 42.92763, -116.11706 +- **URL:** https://lgseeds.com/performance/corn#plot-144343 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2PRO | 278.4 | +| 2 | LG Seeds | LG56C25 | SSPRIB | 278.2 | +| 3 | Unknown | H5776 | - | 266.4 | +| 4 | Unknown | H5373 | - | 265.2 | +| 5 | Unknown | K5218D | - | 261.9 | + +Top 5 by Yield: LG52C90 (LG Seeds) 278.4, LG56C25 (LG Seeds) 278.2, H5776 (Unknown) 266.4, H5373 (Unknown) 265.2, K5218D (Unknown) 261.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144367.json b/corpus/lg_plot_reports/lgpr-corn-2024-144367.json new file mode 100644 index 00000000..de78a885 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144367.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144367", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Hopedale", + "year": 2024, + "plot_id": "144367", + "lat": 40.39601, + "lng": -89.40304, + "cooperator": "Mark Nafziger", + "salesperson": "Mark Nafziger", + "planted_date": "2024-05-20", + "harvested_date": "2024-10-11", + "plot_average": 263.2, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "RX14-70SS", + "traits": "", + "metrics": { + "Yield": 294.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 285.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STX", + "metrics": { + "Yield": 281.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 275.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2PRO", + "metrics": { + "Yield": 273.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144367" + ], + "fetched_at": "2026-05-27T02:20:09.426246+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144367.md b/corpus/lg_plot_reports/lgpr-corn-2024-144367.md new file mode 100644 index 00000000..d3cfcde6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144367.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hopedale, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Hopedale +- **Year:** 2024 +- **Plot ID:** 144367 +- **Cooperator:** Mark Nafziger +- **Planted:** 2024-05-20 +- **Harvested:** 2024-10-11 +- **Plot average:** 263.2 BU/Ac +- **Coordinates:** 40.39601, -89.40304 +- **URL:** https://lgseeds.com/performance/corn#plot-144367 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | RX14-70SS | - | 294.1 | +| 2 | LG Seeds | LG62C73 | VT2PRO | 285.8 | +| 3 | LG Seeds | LG67C27 | STX | 281.0 | +| 4 | LG Seeds | LG63C32 | SSP | 275.9 | +| 5 | LG Seeds | LG64C43 | VT2PRO | 273.7 | + +Top 5 by Yield: RX14-70SS (Unknown) 294.1, LG62C73 (LG Seeds) 285.8, LG67C27 (LG Seeds) 281.0, LG63C32 (LG Seeds) 275.9, LG64C43 (LG Seeds) 273.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144368.json b/corpus/lg_plot_reports/lgpr-corn-2024-144368.json new file mode 100644 index 00000000..deb846b0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144368.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144368", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "North Dakota", + "state_abbrev": "nd", + "city": "Ludden", + "year": 2024, + "plot_id": "144368", + "lat": 46.00767, + "lng": -98.16511, + "cooperator": "Tracy Voigtman", + "salesperson": "Tracy Voigtman", + "planted_date": "2024-05-13", + "harvested_date": "2024-10-11", + "plot_average": 223.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 243.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "G00A97-AA", + "traits": "", + "metrics": { + "Yield": 242.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2PRO", + "metrics": { + "Yield": 235.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "G00U71-D", + "traits": "", + "metrics": { + "Yield": 230.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "VT2RIB", + "metrics": { + "Yield": 227.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144368" + ], + "fetched_at": "2026-05-27T02:19:20.648221+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144368.md b/corpus/lg_plot_reports/lgpr-corn-2024-144368.md new file mode 100644 index 00000000..c1159bd4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144368.md @@ -0,0 +1,28 @@ +# Corn yield trial — Ludden, North Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** North Dakota (ND) +- **City:** Ludden +- **Year:** 2024 +- **Plot ID:** 144368 +- **Cooperator:** Tracy Voigtman +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-11 +- **Plot average:** 223.3 BU/Ac +- **Coordinates:** 46.00767, -98.16511 +- **URL:** https://lgseeds.com/performance/corn#plot-144368 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG49C28 | VT2RIB | 243.1 | +| 2 | Unknown | G00A97-AA | - | 242.2 | +| 3 | LG Seeds | LG46C85 | VT2PRO | 235.4 | +| 4 | Unknown | G00U71-D | - | 230.4 | +| 5 | LG Seeds | LG47C77 | VT2RIB | 227.6 | + +Top 5 by Yield: LG49C28 (LG Seeds) 243.1, G00A97-AA (Unknown) 242.2, LG46C85 (LG Seeds) 235.4, G00U71-D (Unknown) 230.4, LG47C77 (LG Seeds) 227.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144370.json b/corpus/lg_plot_reports/lgpr-corn-2024-144370.json new file mode 100644 index 00000000..00f4b0ec --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144370.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144370", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Industry", + "year": 2024, + "plot_id": "144370", + "lat": 40.83335, + "lng": -90.03192, + "cooperator": "Jarad Royer", + "salesperson": "Jarad Royer", + "planted_date": "2024-05-17", + "harvested_date": "2024-10-11", + "plot_average": 238.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG66C06", + "traits": "VT2RIB", + "metrics": { + "Yield": 261.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 253.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 251.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Yield": 246.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 244.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144370" + ], + "fetched_at": "2026-05-27T02:19:08.897235+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144370.md b/corpus/lg_plot_reports/lgpr-corn-2024-144370.md new file mode 100644 index 00000000..00f1e86d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144370.md @@ -0,0 +1,28 @@ +# Corn yield trial — Industry, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Industry +- **Year:** 2024 +- **Plot ID:** 144370 +- **Cooperator:** Jarad Royer +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-11 +- **Plot average:** 238.9 BU/Ac +- **Coordinates:** 40.83335, -90.03192 +- **URL:** https://lgseeds.com/performance/corn#plot-144370 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG66C06 | VT2RIB | 261.6 | +| 2 | LG Seeds | LG63C82 | DGVT2RIB | 253.1 | +| 3 | LG Seeds | LG64C43 | VT2RIB | 251.7 | +| 4 | LG Seeds | LG67C27 | STXRIB | 246.2 | +| 5 | LG Seeds | LG58C48 | VT2RIB | 244.3 | + +Top 5 by Yield: LG66C06 (LG Seeds) 261.6, LG63C82 (LG Seeds) 253.1, LG64C43 (LG Seeds) 251.7, LG67C27 (LG Seeds) 246.2, LG58C48 (LG Seeds) 244.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144371.json b/corpus/lg_plot_reports/lgpr-corn-2024-144371.json new file mode 100644 index 00000000..86c39b7d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144371.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144371", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Sauk Rapids", + "year": 2024, + "plot_id": "144371", + "lat": 45.6463, + "lng": -94.0649, + "cooperator": "Glen Kaschmitter", + "salesperson": "Glen Kaschmitter ", + "planted_date": "2024-05-09", + "harvested_date": "2024-10-11", + "plot_average": 232.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "G92A51-AA", + "traits": "", + "metrics": { + "Yield": 257.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "G94U63-V", + "traits": "", + "metrics": { + "Yield": 249.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "VT2RIB", + "metrics": { + "Yield": 247.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 241.9 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "G87U44-V", + "traits": "", + "metrics": { + "Yield": 236.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144371" + ], + "fetched_at": "2026-05-27T02:18:36.374635+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144371.md b/corpus/lg_plot_reports/lgpr-corn-2024-144371.md new file mode 100644 index 00000000..6ec326d7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144371.md @@ -0,0 +1,29 @@ +# Corn yield trial — Sauk Rapids, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Sauk Rapids +- **Year:** 2024 +- **Plot ID:** 144371 +- **Cooperator:** Glen Kaschmitter +- **Salesperson:** Glen Kaschmitter +- **Planted:** 2024-05-09 +- **Harvested:** 2024-10-11 +- **Plot average:** 232.0 BU/Ac +- **Coordinates:** 45.64630, -94.06490 +- **URL:** https://lgseeds.com/performance/corn#plot-144371 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | G92A51-AA | - | 257.3 | +| 2 | Unknown | G94U63-V | - | 249.3 | +| 3 | LG Seeds | LG44C27 | VT2RIB | 247.4 | +| 4 | LG Seeds | LG42C80 | VT2RIB | 241.9 | +| 5 | Unknown | G87U44-V | - | 236.8 | + +Top 5 by Yield: G92A51-AA (Unknown) 257.3, G94U63-V (Unknown) 249.3, LG44C27 (LG Seeds) 247.4, LG42C80 (LG Seeds) 241.9, G87U44-V (Unknown) 236.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144374.json b/corpus/lg_plot_reports/lgpr-corn-2024-144374.json new file mode 100644 index 00000000..58cb4ffd --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144374.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144374", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Beason", + "year": 2024, + "plot_id": "144374", + "lat": 40.15041, + "lng": -89.20289, + "cooperator": "Gary Atteberry", + "salesperson": "Gary Atteberry", + "planted_date": "2024-05-19", + "harvested_date": "2024-10-11", + "plot_average": 255.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 274.26 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 271.53 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 271.01 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "", + "metrics": { + "Yield": 268.48 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "214-78DGVT2PRIB", + "traits": "", + "metrics": { + "Yield": 267.03 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144374" + ], + "fetched_at": "2026-05-27T02:19:53.414713+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144374.md b/corpus/lg_plot_reports/lgpr-corn-2024-144374.md new file mode 100644 index 00000000..80da9509 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144374.md @@ -0,0 +1,28 @@ +# Corn yield trial — Beason, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Beason +- **Year:** 2024 +- **Plot ID:** 144374 +- **Cooperator:** Gary Atteberry +- **Planted:** 2024-05-19 +- **Harvested:** 2024-10-11 +- **Plot average:** 255.1 BU/Ac +- **Coordinates:** 40.15041, -89.20289 +- **URL:** https://lgseeds.com/performance/corn#plot-144374 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C48 | VT2RIB | 274.26 | +| 2 | LG Seeds | LG62C73 | VT2PRO | 271.53 | +| 3 | LG Seeds | LG63C54 | PCE | 271.01 | +| 4 | Pioneer | P1742Q | - | 268.48 | +| 5 | Unknown | 214-78DGVT2PRIB | - | 267.03 | + +Top 5 by Yield: LG58C48 (LG Seeds) 274.26, LG62C73 (LG Seeds) 271.53, LG63C54 (LG Seeds) 271.01, P1742Q (Pioneer) 268.48, 214-78DGVT2PRIB (Unknown) 267.03. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144375.json b/corpus/lg_plot_reports/lgpr-corn-2024-144375.json new file mode 100644 index 00000000..d0c56625 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144375.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144375", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Minneota ", + "year": 2024, + "plot_id": "144375", + "lat": 44.54194, + "lng": -96.03389, + "cooperator": "Bruce Jeremiason", + "salesperson": "Bruce Jeremiason", + "planted_date": "2024-04-22", + "harvested_date": "2024-10-02", + "plot_average": 210.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 224.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 223.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "VT2RIB", + "metrics": { + "Yield": 220.4 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P97299Q", + "traits": "", + "metrics": { + "Yield": 217.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG48C87VT2RIB", + "traits": "", + "metrics": { + "Yield": 210.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144375" + ], + "fetched_at": "2026-05-27T02:19:12.902555+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144375.md b/corpus/lg_plot_reports/lgpr-corn-2024-144375.md new file mode 100644 index 00000000..09aaf319 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144375.md @@ -0,0 +1,28 @@ +# Corn yield trial — Minneota , Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Minneota +- **Year:** 2024 +- **Plot ID:** 144375 +- **Cooperator:** Bruce Jeremiason +- **Planted:** 2024-04-22 +- **Harvested:** 2024-10-02 +- **Plot average:** 210.9 BU/Ac +- **Coordinates:** 44.54194, -96.03389 +- **URL:** https://lgseeds.com/performance/corn#plot-144375 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG49C28 | VT2RIB | 224.8 | +| 2 | LG Seeds | LG48C87 | VT2RIB | 223.5 | +| 3 | LG Seeds | LG47C77 | VT2RIB | 220.4 | +| 4 | Pioneer | P97299Q | - | 217.7 | +| 5 | Unknown | LG48C87VT2RIB | - | 210.5 | + +Top 5 by Yield: LG49C28 (LG Seeds) 224.8, LG48C87 (LG Seeds) 223.5, LG47C77 (LG Seeds) 220.4, P97299Q (Pioneer) 217.7, LG48C87VT2RIB (Unknown) 210.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144376.json b/corpus/lg_plot_reports/lgpr-corn-2024-144376.json new file mode 100644 index 00000000..04a9b2cb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144376.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144376", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Fosston ", + "year": 2024, + "plot_id": "144376", + "lat": 47.69575, + "lng": -95.73491, + "cooperator": "Rick Roed", + "salesperson": "Rick Roed ", + "planted_date": "2024-05-14", + "harvested_date": "2024-10-10", + "plot_average": 183.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG33C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 206.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG35C79", + "traits": "VT2RIB", + "metrics": { + "Yield": 199.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC084-15RIB", + "traits": "", + "metrics": { + "Yield": 196.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DS-2531AM", + "traits": "", + "metrics": { + "Yield": 193.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC36-48RIB", + "traits": "", + "metrics": { + "Yield": 192.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144376" + ], + "fetched_at": "2026-05-27T02:18:02.100612+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144376.md b/corpus/lg_plot_reports/lgpr-corn-2024-144376.md new file mode 100644 index 00000000..0abdbf97 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144376.md @@ -0,0 +1,29 @@ +# Corn yield trial — Fosston , Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Fosston +- **Year:** 2024 +- **Plot ID:** 144376 +- **Cooperator:** Rick Roed +- **Salesperson:** Rick Roed +- **Planted:** 2024-05-14 +- **Harvested:** 2024-10-10 +- **Plot average:** 183.9 BU/Ac +- **Coordinates:** 47.69575, -95.73491 +- **URL:** https://lgseeds.com/performance/corn#plot-144376 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG33C30 | VT2RIB | 206.1 | +| 2 | LG Seeds | LG35C79 | VT2RIB | 199.4 | +| 3 | Unknown | DKC084-15RIB | - | 196.4 | +| 4 | Unknown | DS-2531AM | - | 193.7 | +| 5 | Unknown | DKC36-48RIB | - | 192.4 | + +Top 5 by Yield: LG33C30 (LG Seeds) 206.1, LG35C79 (LG Seeds) 199.4, DKC084-15RIB (Unknown) 196.4, DS-2531AM (Unknown) 193.7, DKC36-48RIB (Unknown) 192.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144378.json b/corpus/lg_plot_reports/lgpr-corn-2024-144378.json new file mode 100644 index 00000000..87bf96ce --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144378.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144378", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Highland ", + "year": 2024, + "plot_id": "144378", + "lat": 43.03926, + "lng": -90.35863, + "cooperator": "Tom Novak", + "salesperson": "Tom Novak", + "planted_date": "2024-05-15", + "harvested_date": "2024-10-11", + "plot_average": 199.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "Unknown", + "traits": "", + "metrics": { + "Yield": 219.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "", + "metrics": { + "Yield": 209.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "5413", + "traits": "", + "metrics": { + "Yield": 208.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG52C42", + "traits": "", + "metrics": { + "Yield": 206.8 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "Unknown", + "traits": "", + "metrics": { + "Yield": 201.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144378" + ], + "fetched_at": "2026-05-27T02:18:47.116395+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144378.md b/corpus/lg_plot_reports/lgpr-corn-2024-144378.md new file mode 100644 index 00000000..6c371e36 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144378.md @@ -0,0 +1,28 @@ +# Corn yield trial — Highland , Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Highland +- **Year:** 2024 +- **Plot ID:** 144378 +- **Cooperator:** Tom Novak +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-11 +- **Plot average:** 199.7 BU/Ac +- **Coordinates:** 43.03926, -90.35863 +- **URL:** https://lgseeds.com/performance/corn#plot-144378 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | Unknown | - | 219.4 | +| 2 | LG Seeds | LG53C44 | - | 209.8 | +| 3 | Unknown | 5413 | - | 208.0 | +| 4 | LG Seeds | LG52C42 | - | 206.8 | +| 5 | Unknown | Unknown | - | 201.2 | + +Top 5 by Yield: Unknown (Unknown) 219.4, LG53C44 (LG Seeds) 209.8, 5413 (Unknown) 208.0, LG52C42 (LG Seeds) 206.8, Unknown (Unknown) 201.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144379.json b/corpus/lg_plot_reports/lgpr-corn-2024-144379.json new file mode 100644 index 00000000..1f385cbb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144379.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144379", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Sauk Rapids", + "year": 2024, + "plot_id": "144379", + "lat": 45.6463, + "lng": -94.06489, + "cooperator": "Glen Kaschmitter Benton/Sherburne County Corn Growers", + "salesperson": "Glen Kaschmitter Benton/Sherburne County Corn Growers", + "planted_date": "2024-05-09", + "harvested_date": "2024-10-11", + "plot_average": 245.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "4465AM", + "traits": "", + "metrics": { + "Yield": 268.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "CPX22095A", + "traits": "", + "metrics": { + "Yield": 260.5 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "CP3143VT2P/RIB", + "traits": "", + "metrics": { + "Yield": 255.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "D34VC93RIB", + "traits": "", + "metrics": { + "Yield": 252.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 251.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144379" + ], + "fetched_at": "2026-05-27T02:19:02.896471+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144379.md b/corpus/lg_plot_reports/lgpr-corn-2024-144379.md new file mode 100644 index 00000000..7738d7fa --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144379.md @@ -0,0 +1,28 @@ +# Corn yield trial — Sauk Rapids, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Sauk Rapids +- **Year:** 2024 +- **Plot ID:** 144379 +- **Cooperator:** Glen Kaschmitter Benton/Sherburne County Corn Growers +- **Planted:** 2024-05-09 +- **Harvested:** 2024-10-11 +- **Plot average:** 245.7 BU/Ac +- **Coordinates:** 45.64630, -94.06489 +- **URL:** https://lgseeds.com/performance/corn#plot-144379 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 4465AM | - | 268.5 | +| 2 | Unknown | CPX22095A | - | 260.5 | +| 3 | Unknown | CP3143VT2P/RIB | - | 255.9 | +| 4 | Unknown | D34VC93RIB | - | 252.6 | +| 5 | LG Seeds | LG42C80 | VT2RIB | 251.9 | + +Top 5 by Yield: 4465AM (Unknown) 268.5, CPX22095A (Unknown) 260.5, CP3143VT2P/RIB (Unknown) 255.9, D34VC93RIB (Unknown) 252.6, LG42C80 (LG Seeds) 251.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144382.json b/corpus/lg_plot_reports/lgpr-corn-2024-144382.json new file mode 100644 index 00000000..3b8db18f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144382.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144382", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Indiana", + "state_abbrev": "in", + "city": "Goshen", + "year": 2024, + "plot_id": "144382", + "lat": 41.59627, + "lng": -85.77158, + "cooperator": "Warner Farms", + "salesperson": "Warner Farms ", + "planted_date": "2024-05-20", + "harvested_date": "2024-10-14", + "plot_average": 203.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C21", + "traits": "3110", + "metrics": { + "Yield": 230.05 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG65C76", + "traits": "", + "metrics": { + "Yield": 224.97 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG60C86", + "traits": "", + "metrics": { + "Yield": 206.98 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "", + "metrics": { + "Yield": 203.25 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "", + "metrics": { + "Yield": 202.41 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144382" + ], + "fetched_at": "2026-05-27T02:19:47.422850+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144382.md b/corpus/lg_plot_reports/lgpr-corn-2024-144382.md new file mode 100644 index 00000000..2858f7f2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144382.md @@ -0,0 +1,29 @@ +# Corn yield trial — Goshen, Indiana, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Indiana (IN) +- **City:** Goshen +- **Year:** 2024 +- **Plot ID:** 144382 +- **Cooperator:** Warner Farms +- **Salesperson:** Warner Farms +- **Planted:** 2024-05-20 +- **Harvested:** 2024-10-14 +- **Plot average:** 203.3 BU/Ac +- **Coordinates:** 41.59627, -85.77158 +- **URL:** https://lgseeds.com/performance/corn#plot-144382 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C21 | 3110 | 230.05 | +| 2 | LG Seeds | LG65C76 | - | 224.97 | +| 3 | LG Seeds | LG60C86 | - | 206.98 | +| 4 | LG Seeds | LG62C73 | - | 203.25 | +| 5 | LG Seeds | LG53C44 | - | 202.41 | + +Top 5 by Yield: LG61C21 (LG Seeds) 230.05, LG65C76 (LG Seeds) 224.97, LG60C86 (LG Seeds) 206.98, LG62C73 (LG Seeds) 203.25, LG53C44 (LG Seeds) 202.41. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144383.json b/corpus/lg_plot_reports/lgpr-corn-2024-144383.json new file mode 100644 index 00000000..334dbc87 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144383.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144383", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Manito ", + "year": 2024, + "plot_id": "144383", + "lat": 40.52, + "lng": -89.83687, + "cooperator": "Braden Thomas", + "salesperson": "Braden Thomas", + "planted_date": "2024-05-13", + "harvested_date": "2024-10-14", + "plot_average": 270.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "W7876RIB", + "traits": "", + "metrics": { + "Yield": 292.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC68-35RIB", + "traits": "", + "metrics": { + "Yield": 289.26 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "215-70TRERIB", + "traits": "", + "metrics": { + "Yield": 288.34 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 281.88 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "G12U11-AA", + "traits": "", + "metrics": { + "Yield": 280.97 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144383" + ], + "fetched_at": "2026-05-27T02:19:31.636980+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144383.md b/corpus/lg_plot_reports/lgpr-corn-2024-144383.md new file mode 100644 index 00000000..da3b5e77 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144383.md @@ -0,0 +1,28 @@ +# Corn yield trial — Manito , Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Manito +- **Year:** 2024 +- **Plot ID:** 144383 +- **Cooperator:** Braden Thomas +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-14 +- **Plot average:** 270.7 BU/Ac +- **Coordinates:** 40.52000, -89.83687 +- **URL:** https://lgseeds.com/performance/corn#plot-144383 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | W7876RIB | - | 292.3 | +| 2 | Unknown | DKC68-35RIB | - | 289.26 | +| 3 | Unknown | 215-70TRERIB | - | 288.34 | +| 4 | LG Seeds | LG63C32 | SSP | 281.88 | +| 5 | Unknown | G12U11-AA | - | 280.97 | + +Top 5 by Yield: W7876RIB (Unknown) 292.3, DKC68-35RIB (Unknown) 289.26, 215-70TRERIB (Unknown) 288.34, LG63C32 (LG Seeds) 281.88, G12U11-AA (Unknown) 280.97. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144394.json b/corpus/lg_plot_reports/lgpr-corn-2024-144394.json new file mode 100644 index 00000000..c0ef18c5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144394.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144394", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Royalton ", + "year": 2024, + "plot_id": "144394", + "lat": 45.90736, + "lng": -94.2127, + "cooperator": "Dean Zimmerman", + "salesperson": "Dean Zimmerman", + "planted_date": "2024-05-03", + "harvested_date": "2024-10-07", + "plot_average": 228.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "201-07SSPRIB", + "traits": "", + "metrics": { + "Yield": 265.9 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "201-40VT4RIB", + "traits": "", + "metrics": { + "Yield": 244.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "198-70TRERIB", + "traits": "", + "metrics": { + "Yield": 244.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "198-25SSPRIB", + "traits": "", + "metrics": { + "Yield": 244.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 242.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144394" + ], + "fetched_at": "2026-05-27T02:20:39.426398+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144394.md b/corpus/lg_plot_reports/lgpr-corn-2024-144394.md new file mode 100644 index 00000000..1e0d87c2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144394.md @@ -0,0 +1,28 @@ +# Corn yield trial — Royalton , Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Royalton +- **Year:** 2024 +- **Plot ID:** 144394 +- **Cooperator:** Dean Zimmerman +- **Planted:** 2024-05-03 +- **Harvested:** 2024-10-07 +- **Plot average:** 228.0 BU/Ac +- **Coordinates:** 45.90736, -94.21270 +- **URL:** https://lgseeds.com/performance/corn#plot-144394 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 201-07SSPRIB | - | 265.9 | +| 2 | Unknown | 201-40VT4RIB | - | 244.6 | +| 3 | Unknown | 198-70TRERIB | - | 244.4 | +| 4 | Unknown | 198-25SSPRIB | - | 244.0 | +| 5 | LG Seeds | LG51C62 | VT2RIB | 242.0 | + +Top 5 by Yield: 201-07SSPRIB (Unknown) 265.9, 201-40VT4RIB (Unknown) 244.6, 198-70TRERIB (Unknown) 244.4, 198-25SSPRIB (Unknown) 244.0, LG51C62 (LG Seeds) 242.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144396.json b/corpus/lg_plot_reports/lgpr-corn-2024-144396.json new file mode 100644 index 00000000..c6edd3d2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144396.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144396", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Columbus ", + "year": 2024, + "plot_id": "144396", + "lat": 41.36751, + "lng": -97.34788, + "cooperator": "Brian Osantowski", + "salesperson": "Brian Osantowski", + "planted_date": "2024-05-15", + "harvested_date": "2024-10-14", + "plot_average": 262.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 291.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B16Z26Q", + "traits": "", + "metrics": { + "Yield": 279.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "PV116-G64SSRIB", + "traits": "", + "metrics": { + "Yield": 278.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C52", + "traits": "TRCRIB", + "metrics": { + "Yield": 277.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "PV116H31VT2RIB", + "traits": "", + "metrics": { + "Yield": 274.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144396" + ], + "fetched_at": "2026-05-27T02:18:02.349062+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144396.md b/corpus/lg_plot_reports/lgpr-corn-2024-144396.md new file mode 100644 index 00000000..86979aba --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144396.md @@ -0,0 +1,28 @@ +# Corn yield trial — Columbus , Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Columbus +- **Year:** 2024 +- **Plot ID:** 144396 +- **Cooperator:** Brian Osantowski +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-14 +- **Plot average:** 262.2 BU/Ac +- **Coordinates:** 41.36751, -97.34788 +- **URL:** https://lgseeds.com/performance/corn#plot-144396 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C43 | VT2RIB | 291.4 | +| 2 | Unknown | B16Z26Q | - | 279.8 | +| 3 | Unknown | PV116-G64SSRIB | - | 278.0 | +| 4 | LG Seeds | LG62C52 | TRCRIB | 277.4 | +| 5 | Unknown | PV116H31VT2RIB | - | 274.6 | + +Top 5 by Yield: LG64C43 (LG Seeds) 291.4, B16Z26Q (Unknown) 279.8, PV116-G64SSRIB (Unknown) 278.0, LG62C52 (LG Seeds) 277.4, PV116H31VT2RIB (Unknown) 274.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144397.json b/corpus/lg_plot_reports/lgpr-corn-2024-144397.json new file mode 100644 index 00000000..c23f3239 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144397.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144397", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Myrtle", + "year": 2024, + "plot_id": "144397", + "lat": 43.57176, + "lng": -93.17017, + "cooperator": "Kenny Koch", + "salesperson": "Kenny Koch", + "planted_date": "2024-04-25", + "harvested_date": "2024-10-14", + "plot_average": 178.6, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "205-40VT4PRIB", + "traits": "", + "metrics": { + "Yield": 196.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "209-70TRERIB", + "traits": "", + "metrics": { + "Yield": 193.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "206-40VT4PRIB", + "traits": "", + "metrics": { + "Yield": 192.6 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LR9306VT2PRIB", + "traits": "", + "metrics": { + "Yield": 189.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LR9404PCE", + "traits": "", + "metrics": { + "Yield": 188.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144397" + ], + "fetched_at": "2026-05-27T02:20:21.901662+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144397.md b/corpus/lg_plot_reports/lgpr-corn-2024-144397.md new file mode 100644 index 00000000..ef810396 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144397.md @@ -0,0 +1,28 @@ +# Corn yield trial — Myrtle, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Myrtle +- **Year:** 2024 +- **Plot ID:** 144397 +- **Cooperator:** Kenny Koch +- **Planted:** 2024-04-25 +- **Harvested:** 2024-10-14 +- **Plot average:** 178.6 BU/Ac +- **Coordinates:** 43.57176, -93.17017 +- **URL:** https://lgseeds.com/performance/corn#plot-144397 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 205-40VT4PRIB | - | 196.3 | +| 2 | Unknown | 209-70TRERIB | - | 193.3 | +| 3 | Unknown | 206-40VT4PRIB | - | 192.6 | +| 4 | Unknown | LR9306VT2PRIB | - | 189.4 | +| 5 | Unknown | LR9404PCE | - | 188.2 | + +Top 5 by Yield: 205-40VT4PRIB (Unknown) 196.3, 209-70TRERIB (Unknown) 193.3, 206-40VT4PRIB (Unknown) 192.6, LR9306VT2PRIB (Unknown) 189.4, LR9404PCE (Unknown) 188.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144406.json b/corpus/lg_plot_reports/lgpr-corn-2024-144406.json new file mode 100644 index 00000000..263940a2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144406.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144406", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Esther I’ll", + "year": 2024, + "plot_id": "144406", + "lat": 43.40433, + "lng": -94.93559, + "cooperator": "Ryan Ross", + "salesperson": "Ryan Ross", + "planted_date": "2024-05-29", + "harvested_date": "2024-10-15", + "plot_average": 173.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 180.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 178.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 178.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 178.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 177.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144406" + ], + "fetched_at": "2026-05-27T02:17:59.609733+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144406.md b/corpus/lg_plot_reports/lgpr-corn-2024-144406.md new file mode 100644 index 00000000..579a0434 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144406.md @@ -0,0 +1,28 @@ +# Corn yield trial — Esther I’ll, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Esther I’ll +- **Year:** 2024 +- **Plot ID:** 144406 +- **Cooperator:** Ryan Ross +- **Planted:** 2024-05-29 +- **Harvested:** 2024-10-15 +- **Plot average:** 173.5 BU/Ac +- **Coordinates:** 43.40433, -94.93559 +- **URL:** https://lgseeds.com/performance/corn#plot-144406 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 180.8 | +| 2 | LG Seeds | LG53C44 | VT2RIB | 178.8 | +| 3 | LG Seeds | LG58C48 | VT2RIB | 178.7 | +| 4 | LG Seeds | LG52C90 | VT2PRO | 178.0 | +| 5 | LG Seeds | LG48C32 | SSPRIB | 177.7 | + +Top 5 by Yield: LG51C62 (LG Seeds) 180.8, LG53C44 (LG Seeds) 178.8, LG58C48 (LG Seeds) 178.7, LG52C90 (LG Seeds) 178.0, LG48C32 (LG Seeds) 177.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144407.json b/corpus/lg_plot_reports/lgpr-corn-2024-144407.json new file mode 100644 index 00000000..0434c381 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144407.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144407", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Warren ", + "year": 2024, + "plot_id": "144407", + "lat": 48.19558, + "lng": -96.80823, + "cooperator": "Ash Grove Ag", + "salesperson": "Ash Grove Ag", + "planted_date": "2024-05-17", + "harvested_date": "2024-10-15", + "plot_average": 206.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "73S84VT2PRIB", + "traits": "", + "metrics": { + "Yield": 219.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "2485PCE", + "traits": "", + "metrics": { + "Yield": 219.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "1984VT2PRIB", + "traits": "", + "metrics": { + "Yield": 218.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "78R85VT2P", + "traits": "", + "metrics": { + "Yield": 218.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG33C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 215.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144407" + ], + "fetched_at": "2026-05-27T02:20:25.913897+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144407.md b/corpus/lg_plot_reports/lgpr-corn-2024-144407.md new file mode 100644 index 00000000..4f34f724 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144407.md @@ -0,0 +1,28 @@ +# Corn yield trial — Warren , Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Warren +- **Year:** 2024 +- **Plot ID:** 144407 +- **Cooperator:** Ash Grove Ag +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-15 +- **Plot average:** 206.9 BU/Ac +- **Coordinates:** 48.19558, -96.80823 +- **URL:** https://lgseeds.com/performance/corn#plot-144407 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 73S84VT2PRIB | - | 219.6 | +| 2 | Unknown | 2485PCE | - | 219.3 | +| 3 | Unknown | 1984VT2PRIB | - | 218.5 | +| 4 | Unknown | 78R85VT2P | - | 218.0 | +| 5 | LG Seeds | LG33C30 | VT2RIB | 215.9 | + +Top 5 by Yield: 73S84VT2PRIB (Unknown) 219.6, 2485PCE (Unknown) 219.3, 1984VT2PRIB (Unknown) 218.5, 78R85VT2P (Unknown) 218.0, LG33C30 (LG Seeds) 215.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144415.json b/corpus/lg_plot_reports/lgpr-corn-2024-144415.json new file mode 100644 index 00000000..3eb56db3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144415.json @@ -0,0 +1,55 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144415", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Kensington ", + "year": 2024, + "plot_id": "144415", + "lat": 45.76909, + "lng": -95.75866, + "cooperator": "Dan Persons", + "salesperson": "Dan Persons", + "planted_date": "2024-04-22", + "harvested_date": "2024-10-15", + "plot_average": 228.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C42", + "traits": "RR", + "metrics": { + "Yield": 236.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "EXP101", + "traits": "", + "metrics": { + "Yield": 229.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "STXRIB", + "metrics": { + "Yield": 218.3 + } + } + ], + "n_results": 3, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144415" + ], + "fetched_at": "2026-05-27T02:19:05.128225+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144415.md b/corpus/lg_plot_reports/lgpr-corn-2024-144415.md new file mode 100644 index 00000000..d1c8918a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144415.md @@ -0,0 +1,26 @@ +# Corn yield trial — Kensington , Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Kensington +- **Year:** 2024 +- **Plot ID:** 144415 +- **Cooperator:** Dan Persons +- **Planted:** 2024-04-22 +- **Harvested:** 2024-10-15 +- **Plot average:** 228.3 BU/Ac +- **Coordinates:** 45.76909, -95.75866 +- **URL:** https://lgseeds.com/performance/corn#plot-144415 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C42 | RR | 236.8 | +| 2 | Unknown | EXP101 | - | 229.9 | +| 3 | LG Seeds | LG47C77 | STXRIB | 218.3 | + +Top 5 by Yield: LG52C42 (LG Seeds) 236.8, EXP101 (Unknown) 229.9, LG47C77 (LG Seeds) 218.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144422.json b/corpus/lg_plot_reports/lgpr-corn-2024-144422.json new file mode 100644 index 00000000..4f2495c6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144422.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144422", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Wall", + "year": 2024, + "plot_id": "144422", + "lat": 44.09972, + "lng": -102.22707, + "cooperator": "Eisenbraun Farms", + "salesperson": "Eisenbraun Farms", + "planted_date": "2024-04-24", + "harvested_date": "2024-10-11", + "plot_average": 73.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG45C94", + "traits": "VT2RIB", + "metrics": { + "Yield": 88.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2PRO", + "metrics": { + "Yield": 84.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG52C42", + "traits": "VT2RIB", + "metrics": { + "Yield": 84.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC44-98RIB", + "traits": "", + "metrics": { + "Yield": 80.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "G01U74-AA", + "traits": "", + "metrics": { + "Yield": 77.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144422" + ], + "fetched_at": "2026-05-27T02:18:40.615504+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144422.md b/corpus/lg_plot_reports/lgpr-corn-2024-144422.md new file mode 100644 index 00000000..f09e406d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144422.md @@ -0,0 +1,28 @@ +# Corn yield trial — Wall, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Wall +- **Year:** 2024 +- **Plot ID:** 144422 +- **Cooperator:** Eisenbraun Farms +- **Planted:** 2024-04-24 +- **Harvested:** 2024-10-11 +- **Plot average:** 73.4 BU/Ac +- **Coordinates:** 44.09972, -102.22707 +- **URL:** https://lgseeds.com/performance/corn#plot-144422 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG45C94 | VT2RIB | 88.6 | +| 2 | LG Seeds | LG46C85 | VT2PRO | 84.4 | +| 3 | LG Seeds | LG52C42 | VT2RIB | 84.1 | +| 4 | Unknown | DKC44-98RIB | - | 80.7 | +| 5 | Unknown | G01U74-AA | - | 77.5 | + +Top 5 by Yield: LG45C94 (LG Seeds) 88.6, LG46C85 (LG Seeds) 84.4, LG52C42 (LG Seeds) 84.1, DKC44-98RIB (Unknown) 80.7, G01U74-AA (Unknown) 77.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144426.json b/corpus/lg_plot_reports/lgpr-corn-2024-144426.json new file mode 100644 index 00000000..a4863d92 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144426.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144426", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Indiana", + "state_abbrev": "in", + "city": "North Manchester", + "year": 2024, + "plot_id": "144426", + "lat": 40.90414, + "lng": -85.83153, + "cooperator": "Kyle Sparks", + "salesperson": "Kyle Sparks", + "planted_date": "2024-05-17", + "harvested_date": "2024-10-16", + "plot_average": 231.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 248.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DS-4969PCE", + "traits": "", + "metrics": { + "Yield": 243.29 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 236.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DS-5128PCE", + "traits": "", + "metrics": { + "Yield": 234.68 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DS-5095AM", + "traits": "", + "metrics": { + "Yield": 231.48 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144426" + ], + "fetched_at": "2026-05-27T02:19:43.642659+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144426.md b/corpus/lg_plot_reports/lgpr-corn-2024-144426.md new file mode 100644 index 00000000..93946cb4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144426.md @@ -0,0 +1,28 @@ +# Corn yield trial — North Manchester, Indiana, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Indiana (IN) +- **City:** North Manchester +- **Year:** 2024 +- **Plot ID:** 144426 +- **Cooperator:** Kyle Sparks +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-16 +- **Plot average:** 231.8 BU/Ac +- **Coordinates:** 40.90414, -85.83153 +- **URL:** https://lgseeds.com/performance/corn#plot-144426 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C48 | VT2RIB | 248.3 | +| 2 | Unknown | DS-4969PCE | - | 243.29 | +| 3 | LG Seeds | LG64C43 | VT2RIB | 236.0 | +| 4 | Unknown | DS-5128PCE | - | 234.68 | +| 5 | Unknown | DS-5095AM | - | 231.48 | + +Top 5 by Yield: LG58C48 (LG Seeds) 248.3, DS-4969PCE (Unknown) 243.29, LG64C43 (LG Seeds) 236.0, DS-5128PCE (Unknown) 234.68, DS-5095AM (Unknown) 231.48. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144431.json b/corpus/lg_plot_reports/lgpr-corn-2024-144431.json new file mode 100644 index 00000000..8c2b2864 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144431.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144431", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Delphos ", + "year": 2024, + "plot_id": "144431", + "lat": 40.88129, + "lng": -84.3348, + "cooperator": "Grow It 2 Show It", + "salesperson": "Grow It 2 Show It", + "planted_date": "2024-05-08", + "harvested_date": "2024-10-13", + "plot_average": 216.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 233.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "78P23PCE", + "traits": "", + "metrics": { + "Yield": 233.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "76P42PCE", + "traits": "", + "metrics": { + "Yield": 228.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 228.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG60C86", + "traits": "5222EZ", + "metrics": { + "Yield": 222.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144431" + ], + "fetched_at": "2026-05-27T02:19:43.909999+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144431.md b/corpus/lg_plot_reports/lgpr-corn-2024-144431.md new file mode 100644 index 00000000..4eaf6560 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144431.md @@ -0,0 +1,28 @@ +# Corn yield trial — Delphos , Ohio, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Ohio (OH) +- **City:** Delphos +- **Year:** 2024 +- **Plot ID:** 144431 +- **Cooperator:** Grow It 2 Show It +- **Planted:** 2024-05-08 +- **Harvested:** 2024-10-13 +- **Plot average:** 216.5 BU/Ac +- **Coordinates:** 40.88129, -84.33480 +- **URL:** https://lgseeds.com/performance/corn#plot-144431 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG59C72 | 5222EZ | 233.6 | +| 2 | Unknown | 78P23PCE | - | 233.1 | +| 3 | Unknown | 76P42PCE | - | 228.3 | +| 4 | LG Seeds | LG61C34 | STXRIB | 228.1 | +| 5 | LG Seeds | LG60C86 | 5222EZ | 222.9 | + +Top 5 by Yield: LG59C72 (LG Seeds) 233.6, 78P23PCE (Unknown) 233.1, 76P42PCE (Unknown) 228.3, LG61C34 (LG Seeds) 228.1, LG60C86 (LG Seeds) 222.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144433.json b/corpus/lg_plot_reports/lgpr-corn-2024-144433.json new file mode 100644 index 00000000..4006795c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144433.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144433", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Muscoda", + "year": 2024, + "plot_id": "144433", + "lat": 43.24835, + "lng": -90.48677, + "cooperator": "Jim Goplin", + "salesperson": "Jim Goplin", + "planted_date": "2024-05-11", + "harvested_date": "2024-10-16", + "plot_average": 232.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 241.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "PowerPlus8J797VE", + "traits": "", + "metrics": { + "Yield": 240.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "1U41AM", + "traits": "", + "metrics": { + "Yield": 237.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG52C42", + "traits": "VT2RIB", + "metrics": { + "Yield": 234.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "VT2RIB", + "metrics": { + "Yield": 226.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144433" + ], + "fetched_at": "2026-05-27T02:20:09.663826+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144433.md b/corpus/lg_plot_reports/lgpr-corn-2024-144433.md new file mode 100644 index 00000000..046bd3b1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144433.md @@ -0,0 +1,28 @@ +# Corn yield trial — Muscoda, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Muscoda +- **Year:** 2024 +- **Plot ID:** 144433 +- **Cooperator:** Jim Goplin +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-16 +- **Plot average:** 232.2 BU/Ac +- **Coordinates:** 43.24835, -90.48677 +- **URL:** https://lgseeds.com/performance/corn#plot-144433 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG48C87 | VT2RIB | 241.7 | +| 2 | Unknown | PowerPlus8J797VE | - | 240.2 | +| 3 | Unknown | 1U41AM | - | 237.9 | +| 4 | LG Seeds | LG52C42 | VT2RIB | 234.4 | +| 5 | LG Seeds | LG47C77 | VT2RIB | 226.9 | + +Top 5 by Yield: LG48C87 (LG Seeds) 241.7, PowerPlus8J797VE (Unknown) 240.2, 1U41AM (Unknown) 237.9, LG52C42 (LG Seeds) 234.4, LG47C77 (LG Seeds) 226.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144435.json b/corpus/lg_plot_reports/lgpr-corn-2024-144435.json new file mode 100644 index 00000000..1ad529d4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144435.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144435", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "West Branch", + "year": 2024, + "plot_id": "144435", + "lat": 44.17176, + "lng": -84.28651, + "cooperator": "Circle K Farms", + "salesperson": "Circle K Farms", + "planted_date": "2024-05-10", + "harvested_date": "2024-10-17", + "plot_average": 200.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "VT2RIB", + "metrics": { + "Yield": 226.31 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC39-55RIB", + "traits": "", + "metrics": { + "Yield": 212.17 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "K4108PWE", + "traits": "", + "metrics": { + "Yield": 211.48 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG38C48", + "traits": "RR", + "metrics": { + "Yield": 210.19 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "VT2RIB", + "metrics": { + "Yield": 210.08 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144435" + ], + "fetched_at": "2026-05-27T02:20:00.424289+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144435.md b/corpus/lg_plot_reports/lgpr-corn-2024-144435.md new file mode 100644 index 00000000..6e167389 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144435.md @@ -0,0 +1,28 @@ +# Corn yield trial — West Branch, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** West Branch +- **Year:** 2024 +- **Plot ID:** 144435 +- **Cooperator:** Circle K Farms +- **Planted:** 2024-05-10 +- **Harvested:** 2024-10-17 +- **Plot average:** 200.4 BU/Ac +- **Coordinates:** 44.17176, -84.28651 +- **URL:** https://lgseeds.com/performance/corn#plot-144435 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG47C77 | VT2RIB | 226.31 | +| 2 | Unknown | DKC39-55RIB | - | 212.17 | +| 3 | Unknown | K4108PWE | - | 211.48 | +| 4 | LG Seeds | LG38C48 | RR | 210.19 | +| 5 | LG Seeds | LG44C27 | VT2RIB | 210.08 | + +Top 5 by Yield: LG47C77 (LG Seeds) 226.31, DKC39-55RIB (Unknown) 212.17, K4108PWE (Unknown) 211.48, LG38C48 (LG Seeds) 210.19, LG44C27 (LG Seeds) 210.08. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144465.json b/corpus/lg_plot_reports/lgpr-corn-2024-144465.json new file mode 100644 index 00000000..dffae591 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144465.json @@ -0,0 +1,46 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144465", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Shullsburg", + "year": 2024, + "plot_id": "144465", + "lat": 42.61114, + "lng": -90.18994, + "cooperator": "Patrick Kleiber", + "salesperson": "Patrick Kleiber", + "planted_date": "2024-05-06", + "harvested_date": "2024-10-18", + "plot_average": 293.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 307.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C77", + "traits": "STXRIB", + "metrics": { + "Yield": 278.9 + } + } + ], + "n_results": 2, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144465" + ], + "fetched_at": "2026-05-27T02:19:01.130594+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144465.md b/corpus/lg_plot_reports/lgpr-corn-2024-144465.md new file mode 100644 index 00000000..f98faf05 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144465.md @@ -0,0 +1,25 @@ +# Corn yield trial — Shullsburg, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Shullsburg +- **Year:** 2024 +- **Plot ID:** 144465 +- **Cooperator:** Patrick Kleiber +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-18 +- **Plot average:** 293.0 BU/Ac +- **Coordinates:** 42.61114, -90.18994 +- **URL:** https://lgseeds.com/performance/corn#plot-144465 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C82 | DGVT2RIB | 307.1 | +| 2 | LG Seeds | LG63C77 | STXRIB | 278.9 | + +Top 5 by Yield: LG63C82 (LG Seeds) 307.1, LG63C77 (LG Seeds) 278.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144468.json b/corpus/lg_plot_reports/lgpr-corn-2024-144468.json new file mode 100644 index 00000000..7a40e6fb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144468.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144468", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Indiana", + "state_abbrev": "in", + "city": "North Manchester ", + "year": 2024, + "plot_id": "144468", + "lat": 40.92936, + "lng": -85.80129, + "cooperator": "Aaron Biehl", + "salesperson": "Aaron Biehl", + "planted_date": "2024-05-24", + "harvested_date": "2024-10-21", + "plot_average": 187.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 200.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG58C73", + "traits": "3110", + "metrics": { + "Yield": 195.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "6374V2P", + "traits": "", + "metrics": { + "Yield": 193.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 191.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG61C21", + "traits": "3110", + "metrics": { + "Yield": 190.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144468" + ], + "fetched_at": "2026-05-27T02:19:47.659622+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144468.md b/corpus/lg_plot_reports/lgpr-corn-2024-144468.md new file mode 100644 index 00000000..2defe6f8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144468.md @@ -0,0 +1,28 @@ +# Corn yield trial — North Manchester , Indiana, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Indiana (IN) +- **City:** North Manchester +- **Year:** 2024 +- **Plot ID:** 144468 +- **Cooperator:** Aaron Biehl +- **Planted:** 2024-05-24 +- **Harvested:** 2024-10-21 +- **Plot average:** 187.7 BU/Ac +- **Coordinates:** 40.92936, -85.80129 +- **URL:** https://lgseeds.com/performance/corn#plot-144468 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C48 | VT2RIB | 200.5 | +| 2 | LG Seeds | LG58C73 | 3110 | 195.6 | +| 3 | Unknown | 6374V2P | - | 193.3 | +| 4 | LG Seeds | LG64C43 | VT2RIB | 191.1 | +| 5 | LG Seeds | LG61C21 | 3110 | 190.8 | + +Top 5 by Yield: LG58C48 (LG Seeds) 200.5, LG58C73 (LG Seeds) 195.6, 6374V2P (Unknown) 193.3, LG64C43 (LG Seeds) 191.1, LG61C21 (LG Seeds) 190.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144474.json b/corpus/lg_plot_reports/lgpr-corn-2024-144474.json new file mode 100644 index 00000000..0d13d848 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144474.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144474", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Clear Lake", + "year": 2024, + "plot_id": "144474", + "lat": 45.4469, + "lng": -93.9969, + "cooperator": "Benton County Corn Growers", + "salesperson": "Benton County Corn Growers", + "planted_date": "2024-04-24", + "harvested_date": "2024-10-11", + "plot_average": 265.2, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P05737PCE", + "traits": "", + "metrics": { + "Yield": 279.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "5508Q", + "traits": "", + "metrics": { + "Yield": 278.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 273.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "D45SP33RIB", + "traits": "", + "metrics": { + "Yield": 268.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DS-3881PCE", + "traits": "", + "metrics": { + "Yield": 266.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144474" + ], + "fetched_at": "2026-05-27T02:19:59.403734+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144474.md b/corpus/lg_plot_reports/lgpr-corn-2024-144474.md new file mode 100644 index 00000000..af2f2cec --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144474.md @@ -0,0 +1,28 @@ +# Corn yield trial — Clear Lake, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Clear Lake +- **Year:** 2024 +- **Plot ID:** 144474 +- **Cooperator:** Benton County Corn Growers +- **Planted:** 2024-04-24 +- **Harvested:** 2024-10-11 +- **Plot average:** 265.2 BU/Ac +- **Coordinates:** 45.44690, -93.99690 +- **URL:** https://lgseeds.com/performance/corn#plot-144474 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P05737PCE | - | 279.5 | +| 2 | Unknown | 5508Q | - | 278.1 | +| 3 | LG Seeds | LG51C62 | VT2RIB | 273.8 | +| 4 | Unknown | D45SP33RIB | - | 268.5 | +| 5 | Unknown | DS-3881PCE | - | 266.8 | + +Top 5 by Yield: P05737PCE (Pioneer) 279.5, 5508Q (Unknown) 278.1, LG51C62 (LG Seeds) 273.8, D45SP33RIB (Unknown) 268.5, DS-3881PCE (Unknown) 266.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144476.json b/corpus/lg_plot_reports/lgpr-corn-2024-144476.json new file mode 100644 index 00000000..63042f7e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144476.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144476", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Hanoverton", + "year": 2024, + "plot_id": "144476", + "lat": 40.79693, + "lng": -80.92461, + "cooperator": "Josh Aergerter", + "salesperson": "Josh Aergerter", + "planted_date": "2024-05-20", + "harvested_date": "2024-10-21", + "plot_average": 186.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "VT2RIB", + "metrics": { + "Yield": 202.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 201.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "STXRIB", + "metrics": { + "Yield": 194.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 193.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 175.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144476" + ], + "fetched_at": "2026-05-27T02:19:53.681567+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144476.md b/corpus/lg_plot_reports/lgpr-corn-2024-144476.md new file mode 100644 index 00000000..5e546dfc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144476.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hanoverton, Ohio, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Ohio (OH) +- **City:** Hanoverton +- **Year:** 2024 +- **Plot ID:** 144476 +- **Cooperator:** Josh Aergerter +- **Planted:** 2024-05-20 +- **Harvested:** 2024-10-21 +- **Plot average:** 186.0 BU/Ac +- **Coordinates:** 40.79693, -80.92461 +- **URL:** https://lgseeds.com/performance/corn#plot-144476 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG44C27 | VT2RIB | 202.1 | +| 2 | LG Seeds | LG49C28 | VT2RIB | 201.1 | +| 3 | LG Seeds | LG47C77 | STXRIB | 194.1 | +| 4 | LG Seeds | LG59C72 | 5222EZ | 193.1 | +| 5 | LG Seeds | LG53C44 | VT2RIB | 175.0 | + +Top 5 by Yield: LG44C27 (LG Seeds) 202.1, LG49C28 (LG Seeds) 201.1, LG47C77 (LG Seeds) 194.1, LG59C72 (LG Seeds) 193.1, LG53C44 (LG Seeds) 175.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144478.json b/corpus/lg_plot_reports/lgpr-corn-2024-144478.json new file mode 100644 index 00000000..64e429c3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144478.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144478", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Saint Cloud", + "year": 2024, + "plot_id": "144478", + "lat": 45.50293, + "lng": -93.98646, + "cooperator": "Benton/Sherburne County Corn Growers Kelly Weis", + "salesperson": "Benton/Sherburne County Corn Growers Kelly Weis ", + "planted_date": "2024-04-23", + "harvested_date": "2024-10-18", + "plot_average": 244.1, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "5231AM", + "traits": "", + "metrics": { + "Yield": 266.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 259.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "CP4444VT2P/RIB", + "traits": "", + "metrics": { + "Yield": 256.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "D43VC81RIB", + "traits": "", + "metrics": { + "Yield": 254.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "5508Q", + "traits": "", + "metrics": { + "Yield": 250.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144478" + ], + "fetched_at": "2026-05-27T02:19:39.632237+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144478.md b/corpus/lg_plot_reports/lgpr-corn-2024-144478.md new file mode 100644 index 00000000..1dfbcbaf --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144478.md @@ -0,0 +1,29 @@ +# Corn yield trial — Saint Cloud, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Saint Cloud +- **Year:** 2024 +- **Plot ID:** 144478 +- **Cooperator:** Benton/Sherburne County Corn Growers Kelly Weis +- **Salesperson:** Benton/Sherburne County Corn Growers Kelly Weis +- **Planted:** 2024-04-23 +- **Harvested:** 2024-10-18 +- **Plot average:** 244.1 BU/Ac +- **Coordinates:** 45.50293, -93.98646 +- **URL:** https://lgseeds.com/performance/corn#plot-144478 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 5231AM | - | 266.5 | +| 2 | LG Seeds | LG51C62 | VT2RIB | 259.3 | +| 3 | Unknown | CP4444VT2P/RIB | - | 256.8 | +| 4 | Unknown | D43VC81RIB | - | 254.5 | +| 5 | Unknown | 5508Q | - | 250.3 | + +Top 5 by Yield: 5231AM (Unknown) 266.5, LG51C62 (LG Seeds) 259.3, CP4444VT2P/RIB (Unknown) 256.8, D43VC81RIB (Unknown) 254.5, 5508Q (Unknown) 250.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144486.json b/corpus/lg_plot_reports/lgpr-corn-2024-144486.json new file mode 100644 index 00000000..9eea32f1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144486.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144486", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Houghton", + "year": 2024, + "plot_id": "144486", + "lat": 45.71158, + "lng": -98.22733, + "cooperator": "Rick Mettler", + "salesperson": "Rick Mettler", + "planted_date": "2024-05-13", + "harvested_date": "2024-10-23", + "plot_average": 229.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 249.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "K5218D", + "traits": "", + "metrics": { + "Yield": 247.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "VT2RIB", + "metrics": { + "Yield": 243.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 242.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSP", + "metrics": { + "Yield": 239.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144486" + ], + "fetched_at": "2026-05-27T02:19:32.147604+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144486.md b/corpus/lg_plot_reports/lgpr-corn-2024-144486.md new file mode 100644 index 00000000..2ed8b4e0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144486.md @@ -0,0 +1,28 @@ +# Corn yield trial — Houghton, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Houghton +- **Year:** 2024 +- **Plot ID:** 144486 +- **Cooperator:** Rick Mettler +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-23 +- **Plot average:** 229.0 BU/Ac +- **Coordinates:** 45.71158, -98.22733 +- **URL:** https://lgseeds.com/performance/corn#plot-144486 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2PRO | 249.1 | +| 2 | Unknown | K5218D | - | 247.2 | +| 3 | LG Seeds | LG47C77 | VT2RIB | 243.8 | +| 4 | LG Seeds | LG51C62 | VT2RIB | 242.0 | +| 5 | LG Seeds | LG51C32 | SSP | 239.5 | + +Top 5 by Yield: LG52C90 (LG Seeds) 249.1, K5218D (Unknown) 247.2, LG47C77 (LG Seeds) 243.8, LG51C62 (LG Seeds) 242.0, LG51C32 (LG Seeds) 239.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144488.json b/corpus/lg_plot_reports/lgpr-corn-2024-144488.json new file mode 100644 index 00000000..ce46c640 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144488.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144488", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Blooming Prairie", + "year": 2024, + "plot_id": "144488", + "lat": 43.92138, + "lng": -93.08432, + "cooperator": "Justin Krell", + "salesperson": "Justin Krell", + "planted_date": "2024-05-12", + "harvested_date": "2024-10-21", + "plot_average": 241.5, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC101-35RIB", + "traits": "", + "metrics": { + "Yield": 267.2 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P05737AM", + "traits": "", + "metrics": { + "Yield": 265.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG52C42", + "traits": "VT2RIB", + "metrics": { + "Yield": 252.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 233.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC105-35RIB", + "traits": "", + "metrics": { + "Yield": 230.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144488" + ], + "fetched_at": "2026-05-27T02:20:21.424594+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144488.md b/corpus/lg_plot_reports/lgpr-corn-2024-144488.md new file mode 100644 index 00000000..15574e66 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144488.md @@ -0,0 +1,28 @@ +# Corn yield trial — Blooming Prairie, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Blooming Prairie +- **Year:** 2024 +- **Plot ID:** 144488 +- **Cooperator:** Justin Krell +- **Planted:** 2024-05-12 +- **Harvested:** 2024-10-21 +- **Plot average:** 241.5 BU/Ac +- **Coordinates:** 43.92138, -93.08432 +- **URL:** https://lgseeds.com/performance/corn#plot-144488 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC101-35RIB | - | 267.2 | +| 2 | Pioneer | P05737AM | - | 265.0 | +| 3 | LG Seeds | LG52C42 | VT2RIB | 252.0 | +| 4 | LG Seeds | LG51C62 | VT2RIB | 233.5 | +| 5 | Unknown | DKC105-35RIB | - | 230.5 | + +Top 5 by Yield: DKC101-35RIB (Unknown) 267.2, P05737AM (Pioneer) 265.0, LG52C42 (LG Seeds) 252.0, LG51C62 (LG Seeds) 233.5, DKC105-35RIB (Unknown) 230.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144493.json b/corpus/lg_plot_reports/lgpr-corn-2024-144493.json new file mode 100644 index 00000000..ab249d21 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144493.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144493", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Sutherland", + "year": 2024, + "plot_id": "144493", + "lat": 43.02524, + "lng": -95.44313, + "cooperator": "Mike Negus", + "salesperson": "Mike Negus", + "planted_date": "2024-05-18", + "harvested_date": "2024-10-20", + "plot_average": 194.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C73", + "traits": "3010", + "metrics": { + "Yield": 206.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2RIB", + "metrics": { + "Yield": 202.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG5525VT2RIB", + "traits": "", + "metrics": { + "Yield": 201.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 199.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 198.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144493" + ], + "fetched_at": "2026-05-27T02:20:34.669228+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144493.md b/corpus/lg_plot_reports/lgpr-corn-2024-144493.md new file mode 100644 index 00000000..15b598ee --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144493.md @@ -0,0 +1,28 @@ +# Corn yield trial — Sutherland, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Sutherland +- **Year:** 2024 +- **Plot ID:** 144493 +- **Cooperator:** Mike Negus +- **Planted:** 2024-05-18 +- **Harvested:** 2024-10-20 +- **Plot average:** 194.1 BU/Ac +- **Coordinates:** 43.02524, -95.44313 +- **URL:** https://lgseeds.com/performance/corn#plot-144493 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C73 | 3010 | 206.4 | +| 2 | LG Seeds | LG5525 | VT2RIB | 202.4 | +| 3 | Unknown | LG5525VT2RIB | - | 201.6 | +| 4 | LG Seeds | LG51C62 | VT2RIB | 199.9 | +| 5 | LG Seeds | LG61C34 | STXRIB | 198.7 | + +Top 5 by Yield: LG58C73 (LG Seeds) 206.4, LG5525 (LG Seeds) 202.4, LG5525VT2RIB (Unknown) 201.6, LG51C62 (LG Seeds) 199.9, LG61C34 (LG Seeds) 198.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144496.json b/corpus/lg_plot_reports/lgpr-corn-2024-144496.json new file mode 100644 index 00000000..363e60b9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144496.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144496", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Rantoul", + "year": 2024, + "plot_id": "144496", + "lat": 40.3847, + "lng": -88.25345, + "cooperator": "Chase Carlson", + "salesperson": "Chase Carlson", + "planted_date": "2024-05-11", + "harvested_date": "2024-10-22", + "plot_average": 255.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Yield": 268.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "215-70TRERIB", + "traits": "", + "metrics": { + "Yield": 267.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 266.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 266.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "212-63VT4PRIB", + "traits": "", + "metrics": { + "Yield": 264.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144496" + ], + "fetched_at": "2026-05-27T02:18:03.605422+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144496.md b/corpus/lg_plot_reports/lgpr-corn-2024-144496.md new file mode 100644 index 00000000..11d6b75c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144496.md @@ -0,0 +1,28 @@ +# Corn yield trial — Rantoul, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Rantoul +- **Year:** 2024 +- **Plot ID:** 144496 +- **Cooperator:** Chase Carlson +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-22 +- **Plot average:** 255.9 BU/Ac +- **Coordinates:** 40.38470, -88.25345 +- **URL:** https://lgseeds.com/performance/corn#plot-144496 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG67C27 | STXRIB | 268.4 | +| 2 | Unknown | 215-70TRERIB | - | 267.2 | +| 3 | LG Seeds | LG63C54 | PCE | 266.1 | +| 4 | LG Seeds | LG63C32 | SSP | 266.1 | +| 5 | Unknown | 212-63VT4PRIB | - | 264.4 | + +Top 5 by Yield: LG67C27 (LG Seeds) 268.4, 215-70TRERIB (Unknown) 267.2, LG63C54 (LG Seeds) 266.1, LG63C32 (LG Seeds) 266.1, 212-63VT4PRIB (Unknown) 264.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144497.json b/corpus/lg_plot_reports/lgpr-corn-2024-144497.json new file mode 100644 index 00000000..415f6b33 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144497.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144497", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Smith Center", + "year": 2024, + "plot_id": "144497", + "lat": 39.93012, + "lng": -98.82706, + "cooperator": "Drew Joy", + "salesperson": "Drew Joy", + "planted_date": "2024-05-23", + "harvested_date": "2024-10-22", + "plot_average": 170.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C22", + "traits": "VT2RIB", + "metrics": { + "Yield": 182.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 179.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C77", + "traits": "STXRIB", + "metrics": { + "Yield": 178.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "3110", + "metrics": { + "Yield": 174.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 172.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144497" + ], + "fetched_at": "2026-05-27T02:20:12.664597+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144497.md b/corpus/lg_plot_reports/lgpr-corn-2024-144497.md new file mode 100644 index 00000000..be5124a1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144497.md @@ -0,0 +1,28 @@ +# Corn yield trial — Smith Center, Kansas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Smith Center +- **Year:** 2024 +- **Plot ID:** 144497 +- **Cooperator:** Drew Joy +- **Planted:** 2024-05-23 +- **Harvested:** 2024-10-22 +- **Plot average:** 170.4 BU/Ac +- **Coordinates:** 39.93012, -98.82706 +- **URL:** https://lgseeds.com/performance/corn#plot-144497 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C22 | VT2RIB | 182.7 | +| 2 | LG Seeds | LG66C44 | VT2RIB | 179.9 | +| 3 | LG Seeds | LG63C77 | STXRIB | 178.4 | +| 4 | LG Seeds | LG61C28 | 3110 | 174.1 | +| 5 | LG Seeds | LG63C82 | DGVT2RIB | 172.7 | + +Top 5 by Yield: LG62C22 (LG Seeds) 182.7, LG66C44 (LG Seeds) 179.9, LG63C77 (LG Seeds) 178.4, LG61C28 (LG Seeds) 174.1, LG63C82 (LG Seeds) 172.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144511.json b/corpus/lg_plot_reports/lgpr-corn-2024-144511.json new file mode 100644 index 00000000..4d85ad56 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144511.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144511", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Menno", + "year": 2024, + "plot_id": "144511", + "lat": 43.21306, + "lng": -97.49903, + "cooperator": "Kyle Stepanek", + "salesperson": "Kyle Stepanek", + "planted_date": "2024-05-11", + "harvested_date": "2024-10-23", + "plot_average": 202.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 229.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG55C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 222.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSP", + "metrics": { + "Yield": 216.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG57C45", + "traits": "SSP", + "metrics": { + "Yield": 214.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 213.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144511" + ], + "fetched_at": "2026-05-27T02:18:16.380696+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144511.md b/corpus/lg_plot_reports/lgpr-corn-2024-144511.md new file mode 100644 index 00000000..18f1d96c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144511.md @@ -0,0 +1,28 @@ +# Corn yield trial — Menno, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Menno +- **Year:** 2024 +- **Plot ID:** 144511 +- **Cooperator:** Kyle Stepanek +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-23 +- **Plot average:** 202.9 BU/Ac +- **Coordinates:** 43.21306, -97.49903 +- **URL:** https://lgseeds.com/performance/corn#plot-144511 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2PRO | 229.0 | +| 2 | LG Seeds | LG55C32 | SSPRIB | 222.2 | +| 3 | LG Seeds | LG51C32 | SSP | 216.6 | +| 4 | LG Seeds | LG57C45 | SSP | 214.6 | +| 5 | LG Seeds | LG51C62 | VT2RIB | 213.3 | + +Top 5 by Yield: LG52C90 (LG Seeds) 229.0, LG55C32 (LG Seeds) 222.2, LG51C32 (LG Seeds) 216.6, LG57C45 (LG Seeds) 214.6, LG51C62 (LG Seeds) 213.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144517.json b/corpus/lg_plot_reports/lgpr-corn-2024-144517.json new file mode 100644 index 00000000..59b48162 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144517.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144517", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Loudonville", + "year": 2024, + "plot_id": "144517", + "lat": 40.65275, + "lng": -82.28105, + "cooperator": "Loudonville farmers equity", + "salesperson": "Loudonville farmers equity", + "planted_date": "2024-04-29", + "harvested_date": "2024-10-14", + "plot_average": 245.6, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC103-07RIB", + "traits": "", + "metrics": { + "Yield": 272.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC110-41RIB", + "traits": "", + "metrics": { + "Yield": 264.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 263.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "SC1112AM", + "traits": "", + "metrics": { + "Yield": 262.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "SC1112AM", + "traits": "", + "metrics": { + "Yield": 262.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144517" + ], + "fetched_at": "2026-05-27T02:19:53.896579+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144517.md b/corpus/lg_plot_reports/lgpr-corn-2024-144517.md new file mode 100644 index 00000000..c8029d4d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144517.md @@ -0,0 +1,28 @@ +# Corn yield trial — Loudonville, Ohio, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Ohio (OH) +- **City:** Loudonville +- **Year:** 2024 +- **Plot ID:** 144517 +- **Cooperator:** Loudonville farmers equity +- **Planted:** 2024-04-29 +- **Harvested:** 2024-10-14 +- **Plot average:** 245.6 BU/Ac +- **Coordinates:** 40.65275, -82.28105 +- **URL:** https://lgseeds.com/performance/corn#plot-144517 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC103-07RIB | - | 272.7 | +| 2 | Unknown | DKC110-41RIB | - | 264.6 | +| 3 | LG Seeds | LG52C90 | VT2PRO | 263.5 | +| 4 | Unknown | SC1112AM | - | 262.6 | +| 5 | Unknown | SC1112AM | - | 262.6 | + +Top 5 by Yield: DKC103-07RIB (Unknown) 272.7, DKC110-41RIB (Unknown) 264.6, LG52C90 (LG Seeds) 263.5, SC1112AM (Unknown) 262.6, SC1112AM (Unknown) 262.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144535.json b/corpus/lg_plot_reports/lgpr-corn-2024-144535.json new file mode 100644 index 00000000..1a6bb732 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144535.json @@ -0,0 +1,55 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144535", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Shullsburg", + "year": 2024, + "plot_id": "144535", + "lat": 43.43704, + "lng": -90.30893, + "cooperator": "Jeramiah Kleiber", + "salesperson": "Jeramiah Kleiber", + "planted_date": "2024-05-01", + "harvested_date": "2024-10-23", + "plot_average": 174.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "", + "metrics": { + "Yield": 182.05 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LG59C72", + "traits": "", + "metrics": { + "Yield": 181.36 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG59C72", + "traits": "", + "metrics": { + "Yield": 176.85 + } + } + ], + "n_results": 3, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144535" + ], + "fetched_at": "2026-05-27T02:20:31.153728+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144535.md b/corpus/lg_plot_reports/lgpr-corn-2024-144535.md new file mode 100644 index 00000000..a5e7c9ed --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144535.md @@ -0,0 +1,26 @@ +# Corn yield trial — Shullsburg, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Shullsburg +- **Year:** 2024 +- **Plot ID:** 144535 +- **Cooperator:** Jeramiah Kleiber +- **Planted:** 2024-05-01 +- **Harvested:** 2024-10-23 +- **Plot average:** 174.4 BU/Ac +- **Coordinates:** 43.43704, -90.30893 +- **URL:** https://lgseeds.com/performance/corn#plot-144535 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG59C72 | - | 182.05 | +| 2 | Unknown | LG59C72 | - | 181.36 | +| 3 | Unknown | LG59C72 | - | 176.85 | + +Top 5 by Yield: LG59C72 (LG Seeds) 182.05, LG59C72 (Unknown) 181.36, LG59C72 (Unknown) 176.85. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144537.json b/corpus/lg_plot_reports/lgpr-corn-2024-144537.json new file mode 100644 index 00000000..bf8c799a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144537.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144537", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Lincoln ", + "year": 2024, + "plot_id": "144537", + "lat": 40.0691, + "lng": -89.30151, + "cooperator": "Tom Irwin", + "salesperson": "Tom Irwin", + "planted_date": "2024-05-17", + "harvested_date": "2024-10-23", + "plot_average": 258.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "215-70TRERIB", + "traits": "", + "metrics": { + "Yield": 280.64 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "", + "metrics": { + "Yield": 273.54 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 272.04 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "", + "metrics": { + "Yield": 271.33 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC66-06RIB", + "traits": "", + "metrics": { + "Yield": 269.46 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144537" + ], + "fetched_at": "2026-05-27T02:19:50.639382+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144537.md b/corpus/lg_plot_reports/lgpr-corn-2024-144537.md new file mode 100644 index 00000000..d84501e4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144537.md @@ -0,0 +1,28 @@ +# Corn yield trial — Lincoln , Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Lincoln +- **Year:** 2024 +- **Plot ID:** 144537 +- **Cooperator:** Tom Irwin +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-23 +- **Plot average:** 258.8 BU/Ac +- **Coordinates:** 40.06910, -89.30151 +- **URL:** https://lgseeds.com/performance/corn#plot-144537 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 215-70TRERIB | - | 280.64 | +| 2 | Pioneer | P14830Q | - | 273.54 | +| 3 | LG Seeds | LG64C43 | VT2RIB | 272.04 | +| 4 | Pioneer | P1742Q | - | 271.33 | +| 5 | Unknown | DKC66-06RIB | - | 269.46 | + +Top 5 by Yield: 215-70TRERIB (Unknown) 280.64, P14830Q (Pioneer) 273.54, LG64C43 (LG Seeds) 272.04, P1742Q (Pioneer) 271.33, DKC66-06RIB (Unknown) 269.46. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144540.json b/corpus/lg_plot_reports/lgpr-corn-2024-144540.json new file mode 100644 index 00000000..f40abeeb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144540.json @@ -0,0 +1,64 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144540", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Ridgeway ", + "year": 2024, + "plot_id": "144540", + "lat": 43.38728, + "lng": -91.89934, + "cooperator": "Russell Lensing", + "salesperson": "Russell Lensing", + "planted_date": "2024-05-11", + "harvested_date": "2024-10-23", + "plot_average": 249.6, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P04511AM", + "traits": "", + "metrics": { + "Yield": 261.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 252.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2RIB", + "metrics": { + "Yield": 246.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LG5525VT2RIB", + "traits": "", + "metrics": { + "Yield": 238.3 + } + } + ], + "n_results": 4, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144540" + ], + "fetched_at": "2026-05-27T02:19:51.905746+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144540.md b/corpus/lg_plot_reports/lgpr-corn-2024-144540.md new file mode 100644 index 00000000..cd878470 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144540.md @@ -0,0 +1,27 @@ +# Corn yield trial — Ridgeway , Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Ridgeway +- **Year:** 2024 +- **Plot ID:** 144540 +- **Cooperator:** Russell Lensing +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-23 +- **Plot average:** 249.6 BU/Ac +- **Coordinates:** 43.38728, -91.89934 +- **URL:** https://lgseeds.com/performance/corn#plot-144540 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P04511AM | - | 261.2 | +| 2 | LG Seeds | LG51C62 | VT2RIB | 252.3 | +| 3 | LG Seeds | LG5525 | VT2RIB | 246.4 | +| 4 | Unknown | LG5525VT2RIB | - | 238.3 | + +Top 5 by Yield: P04511AM (Pioneer) 261.2, LG51C62 (LG Seeds) 252.3, LG5525 (LG Seeds) 246.4, LG5525VT2RIB (Unknown) 238.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144543.json b/corpus/lg_plot_reports/lgpr-corn-2024-144543.json new file mode 100644 index 00000000..5c4cae97 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144543.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144543", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Fairbury", + "year": 2024, + "plot_id": "144543", + "lat": 40.08471, + "lng": -97.16858, + "cooperator": "Eric Milius", + "salesperson": "Eric Milius", + "planted_date": "2024-04-25", + "harvested_date": "2024-10-24", + "plot_average": 129.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "VT2RIB", + "metrics": { + "Yield": 138.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VTPRO", + "metrics": { + "Yield": 135.49 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 134.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 134.45 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG60C86", + "traits": "5222EZ", + "metrics": { + "Yield": 134.36 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144543" + ], + "fetched_at": "2026-05-27T02:19:49.930086+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144543.md b/corpus/lg_plot_reports/lgpr-corn-2024-144543.md new file mode 100644 index 00000000..c82f04b9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144543.md @@ -0,0 +1,28 @@ +# Corn yield trial — Fairbury, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Fairbury +- **Year:** 2024 +- **Plot ID:** 144543 +- **Cooperator:** Eric Milius +- **Planted:** 2024-04-25 +- **Harvested:** 2024-10-24 +- **Plot average:** 129.6 BU/Ac +- **Coordinates:** 40.08471, -97.16858 +- **URL:** https://lgseeds.com/performance/corn#plot-144543 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG59C72 | VT2RIB | 138.6 | +| 2 | LG Seeds | LG57C82 | VTPRO | 135.49 | +| 3 | LG Seeds | LG61C28 | V | 134.7 | +| 4 | LG Seeds | LG62C73 | VT2PRO | 134.45 | +| 5 | LG Seeds | LG60C86 | 5222EZ | 134.36 | + +Top 5 by Yield: LG59C72 (LG Seeds) 138.6, LG57C82 (LG Seeds) 135.49, LG61C28 (LG Seeds) 134.7, LG62C73 (LG Seeds) 134.45, LG60C86 (LG Seeds) 134.36. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144561.json b/corpus/lg_plot_reports/lgpr-corn-2024-144561.json new file mode 100644 index 00000000..4be1992e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144561.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144561", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Harmony", + "year": 2024, + "plot_id": "144561", + "lat": 43.6085, + "lng": -91.95759, + "cooperator": "Fillmore County Corn Growers", + "salesperson": "Fillmore County Corn Growers", + "planted_date": "2024-04-14", + "harvested_date": "2024-10-10", + "plot_average": 294.6, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DS-4488V", + "traits": "", + "metrics": { + "Yield": 321.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 312.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "D45SP33RIB", + "traits": "", + "metrics": { + "Yield": 310.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "D48SS50RIB", + "traits": "", + "metrics": { + "Yield": 308.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "204-54SSPRIB", + "traits": "", + "metrics": { + "Yield": 307.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144561" + ], + "fetched_at": "2026-05-27T02:18:48.118920+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144561.md b/corpus/lg_plot_reports/lgpr-corn-2024-144561.md new file mode 100644 index 00000000..3951b925 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144561.md @@ -0,0 +1,28 @@ +# Corn yield trial — Harmony, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Harmony +- **Year:** 2024 +- **Plot ID:** 144561 +- **Cooperator:** Fillmore County Corn Growers +- **Planted:** 2024-04-14 +- **Harvested:** 2024-10-10 +- **Plot average:** 294.6 BU/Ac +- **Coordinates:** 43.60850, -91.95759 +- **URL:** https://lgseeds.com/performance/corn#plot-144561 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DS-4488V | - | 321.3 | +| 2 | LG Seeds | LG59C72 | 5222EZ | 312.9 | +| 3 | Unknown | D45SP33RIB | - | 310.5 | +| 4 | Unknown | D48SS50RIB | - | 308.4 | +| 5 | Unknown | 204-54SSPRIB | - | 307.2 | + +Top 5 by Yield: DS-4488V (Unknown) 321.3, LG59C72 (LG Seeds) 312.9, D45SP33RIB (Unknown) 310.5, D48SS50RIB (Unknown) 308.4, 204-54SSPRIB (Unknown) 307.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144578.json b/corpus/lg_plot_reports/lgpr-corn-2024-144578.json new file mode 100644 index 00000000..888b9f18 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144578.json @@ -0,0 +1,46 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144578", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "North Branch", + "year": 2024, + "plot_id": "144578", + "lat": 43.22935, + "lng": -83.19516, + "cooperator": "Brian Kreiner", + "salesperson": "Brian Kreiner", + "planted_date": "2024-05-10", + "harvested_date": "2024-10-15", + "plot_average": 203.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG46C57", + "traits": "", + "metrics": { + "Yield": 215.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LC431-20", + "traits": "", + "metrics": { + "Yield": 191.5 + } + } + ], + "n_results": 2, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144578" + ], + "fetched_at": "2026-05-27T02:19:36.132805+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144578.md b/corpus/lg_plot_reports/lgpr-corn-2024-144578.md new file mode 100644 index 00000000..decce155 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144578.md @@ -0,0 +1,25 @@ +# Corn yield trial — North Branch, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** North Branch +- **Year:** 2024 +- **Plot ID:** 144578 +- **Cooperator:** Brian Kreiner +- **Planted:** 2024-05-10 +- **Harvested:** 2024-10-15 +- **Plot average:** 203.2 BU/Ac +- **Coordinates:** 43.22935, -83.19516 +- **URL:** https://lgseeds.com/performance/corn#plot-144578 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG46C57 | - | 215.0 | +| 2 | Unknown | LC431-20 | - | 191.5 | + +Top 5 by Yield: LG46C57 (LG Seeds) 215.0, LC431-20 (Unknown) 191.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144581.json b/corpus/lg_plot_reports/lgpr-corn-2024-144581.json new file mode 100644 index 00000000..a4c47210 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144581.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144581", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Ohio City", + "year": 2024, + "plot_id": "144581", + "lat": 40.91562, + "lng": -84.78775, + "cooperator": "Travis Lichtensteiger", + "salesperson": "Travis Lichtensteiger ", + "planted_date": "2024-05-25", + "harvested_date": "2024-10-26", + "plot_average": 227.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C20", + "traits": "", + "metrics": { + "Yield": 246.1 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P1383AM", + "traits": "", + "metrics": { + "Yield": 245.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG64C20", + "traits": "", + "metrics": { + "Yield": 234.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "AV3310PCE", + "traits": "", + "metrics": { + "Yield": 234.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "5994V2P", + "traits": "", + "metrics": { + "Yield": 234.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144581" + ], + "fetched_at": "2026-05-27T02:19:44.138574+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144581.md b/corpus/lg_plot_reports/lgpr-corn-2024-144581.md new file mode 100644 index 00000000..8512df56 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144581.md @@ -0,0 +1,29 @@ +# Corn yield trial — Ohio City, Ohio, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Ohio (OH) +- **City:** Ohio City +- **Year:** 2024 +- **Plot ID:** 144581 +- **Cooperator:** Travis Lichtensteiger +- **Salesperson:** Travis Lichtensteiger +- **Planted:** 2024-05-25 +- **Harvested:** 2024-10-26 +- **Plot average:** 227.8 BU/Ac +- **Coordinates:** 40.91562, -84.78775 +- **URL:** https://lgseeds.com/performance/corn#plot-144581 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C20 | - | 246.1 | +| 2 | Pioneer | P1383AM | - | 245.9 | +| 3 | Unknown | LG64C20 | - | 234.8 | +| 4 | Unknown | AV3310PCE | - | 234.6 | +| 5 | Unknown | 5994V2P | - | 234.3 | + +Top 5 by Yield: LG64C20 (LG Seeds) 246.1, P1383AM (Pioneer) 245.9, LG64C20 (Unknown) 234.8, AV3310PCE (Unknown) 234.6, 5994V2P (Unknown) 234.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144583.json b/corpus/lg_plot_reports/lgpr-corn-2024-144583.json new file mode 100644 index 00000000..8d2a3849 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144583.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144583", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "North Dakota", + "state_abbrev": "nd", + "city": "Larimore", + "year": 2024, + "plot_id": "144583", + "lat": 48.05588, + "lng": -97.53364, + "cooperator": "Hunter Trosen", + "salesperson": "Hunter Trosen ", + "planted_date": "2024-05-11", + "harvested_date": "2024-10-24", + "plot_average": 186.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG38C48", + "traits": "VT2PRO", + "metrics": { + "Yield": 216.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG36C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 204.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG37C33", + "traits": "VT2RIB", + "metrics": { + "Yield": 204.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG35C79", + "traits": "VT2RIB", + "metrics": { + "Yield": 203.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG33C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 195.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144583" + ], + "fetched_at": "2026-05-27T02:20:22.181995+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144583.md b/corpus/lg_plot_reports/lgpr-corn-2024-144583.md new file mode 100644 index 00000000..b990b3a2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144583.md @@ -0,0 +1,29 @@ +# Corn yield trial — Larimore, North Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** North Dakota (ND) +- **City:** Larimore +- **Year:** 2024 +- **Plot ID:** 144583 +- **Cooperator:** Hunter Trosen +- **Salesperson:** Hunter Trosen +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-24 +- **Plot average:** 186.0 BU/Ac +- **Coordinates:** 48.05588, -97.53364 +- **URL:** https://lgseeds.com/performance/corn#plot-144583 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG38C48 | VT2PRO | 216.5 | +| 2 | LG Seeds | LG36C73 | VT2PRO | 204.2 | +| 3 | LG Seeds | LG37C33 | VT2RIB | 204.0 | +| 4 | LG Seeds | LG35C79 | VT2RIB | 203.7 | +| 5 | LG Seeds | LG33C30 | VT2RIB | 195.9 | + +Top 5 by Yield: LG38C48 (LG Seeds) 216.5, LG36C73 (LG Seeds) 204.2, LG37C33 (LG Seeds) 204.0, LG35C79 (LG Seeds) 203.7, LG33C30 (LG Seeds) 195.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144585.json b/corpus/lg_plot_reports/lgpr-corn-2024-144585.json new file mode 100644 index 00000000..396a6a1b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144585.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144585", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Pierz", + "year": 2024, + "plot_id": "144585", + "lat": 45.87051, + "lng": -94.09275, + "cooperator": "Morrison, Crow Wing County Corn Growers", + "salesperson": "Morrison, Crow Wing County Corn Growers", + "planted_date": "2024-05-17", + "harvested_date": "2024-10-26", + "plot_average": 220.2, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P9466PCE", + "traits": "", + "metrics": { + "Yield": 231.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "RK444VT2P", + "traits": "", + "metrics": { + "Yield": 230.6 + } + }, + { + "rank": 3, + "brand": "NK", + "product": "9231-AA", + "traits": "", + "metrics": { + "Yield": 229.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "195-40VT4P", + "traits": "", + "metrics": { + "Yield": 227.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "VT2RIB", + "metrics": { + "Yield": 227.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144585" + ], + "fetched_at": "2026-05-27T02:19:39.892900+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144585.md b/corpus/lg_plot_reports/lgpr-corn-2024-144585.md new file mode 100644 index 00000000..6aec7861 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144585.md @@ -0,0 +1,28 @@ +# Corn yield trial — Pierz, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Pierz +- **Year:** 2024 +- **Plot ID:** 144585 +- **Cooperator:** Morrison, Crow Wing County Corn Growers +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-26 +- **Plot average:** 220.2 BU/Ac +- **Coordinates:** 45.87051, -94.09275 +- **URL:** https://lgseeds.com/performance/corn#plot-144585 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P9466PCE | - | 231.8 | +| 2 | Unknown | RK444VT2P | - | 230.6 | +| 3 | NK | 9231-AA | - | 229.2 | +| 4 | Unknown | 195-40VT4P | - | 227.5 | +| 5 | LG Seeds | LG44C27 | VT2RIB | 227.3 | + +Top 5 by Yield: P9466PCE (Pioneer) 231.8, RK444VT2P (Unknown) 230.6, 9231-AA (NK) 229.2, 195-40VT4P (Unknown) 227.5, LG44C27 (LG Seeds) 227.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144586.json b/corpus/lg_plot_reports/lgpr-corn-2024-144586.json new file mode 100644 index 00000000..4687826a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144586.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144586", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Fairgrove ", + "year": 2024, + "plot_id": "144586", + "lat": 43.51355, + "lng": -83.48392, + "cooperator": "Ben Grady", + "salesperson": "Ben Grady", + "planted_date": "2024-04-20", + "harvested_date": "2024-10-28", + "plot_average": 240.1, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "203-60TRERIB", + "traits": "", + "metrics": { + "Yield": 255.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "A9811TRIB", + "traits": "", + "metrics": { + "Yield": 252.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "198-25SSPRIB", + "traits": "", + "metrics": { + "Yield": 251.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B01V22AM", + "traits": "", + "metrics": { + "Yield": 250.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "201-07SSPRIB", + "traits": "", + "metrics": { + "Yield": 247.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144586" + ], + "fetched_at": "2026-05-27T02:19:16.880304+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144586.md b/corpus/lg_plot_reports/lgpr-corn-2024-144586.md new file mode 100644 index 00000000..af0e3501 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144586.md @@ -0,0 +1,28 @@ +# Corn yield trial — Fairgrove , Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Fairgrove +- **Year:** 2024 +- **Plot ID:** 144586 +- **Cooperator:** Ben Grady +- **Planted:** 2024-04-20 +- **Harvested:** 2024-10-28 +- **Plot average:** 240.1 BU/Ac +- **Coordinates:** 43.51355, -83.48392 +- **URL:** https://lgseeds.com/performance/corn#plot-144586 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 203-60TRERIB | - | 255.2 | +| 2 | Unknown | A9811TRIB | - | 252.1 | +| 3 | Unknown | 198-25SSPRIB | - | 251.9 | +| 4 | Unknown | B01V22AM | - | 250.7 | +| 5 | Unknown | 201-07SSPRIB | - | 247.3 | + +Top 5 by Yield: 203-60TRERIB (Unknown) 255.2, A9811TRIB (Unknown) 252.1, 198-25SSPRIB (Unknown) 251.9, B01V22AM (Unknown) 250.7, 201-07SSPRIB (Unknown) 247.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144587.json b/corpus/lg_plot_reports/lgpr-corn-2024-144587.json new file mode 100644 index 00000000..4b10e819 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144587.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144587", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "North Dakota", + "state_abbrev": "nd", + "city": "Pekin", + "year": 2024, + "plot_id": "144587", + "lat": 47.7256, + "lng": -98.3093, + "cooperator": "Stein Seed Company", + "salesperson": "Stein Seed Company", + "planted_date": "2024-06-01", + "harvested_date": "2024-10-23", + "plot_average": 187.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "3431VT2PRIB", + "traits": "", + "metrics": { + "Yield": 206.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG33C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 206.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "3629VT2PRIB", + "traits": "", + "metrics": { + "Yield": 198.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG30C98", + "traits": "VT2RIB", + "metrics": { + "Yield": 196.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG32C25", + "traits": "VT2RIB", + "metrics": { + "Yield": 194.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144587" + ], + "fetched_at": "2026-05-27T02:19:40.636915+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144587.md b/corpus/lg_plot_reports/lgpr-corn-2024-144587.md new file mode 100644 index 00000000..569e977c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144587.md @@ -0,0 +1,28 @@ +# Corn yield trial — Pekin, North Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** North Dakota (ND) +- **City:** Pekin +- **Year:** 2024 +- **Plot ID:** 144587 +- **Cooperator:** Stein Seed Company +- **Planted:** 2024-06-01 +- **Harvested:** 2024-10-23 +- **Plot average:** 187.9 BU/Ac +- **Coordinates:** 47.72560, -98.30930 +- **URL:** https://lgseeds.com/performance/corn#plot-144587 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 3431VT2PRIB | - | 206.2 | +| 2 | LG Seeds | LG33C30 | VT2RIB | 206.1 | +| 3 | Unknown | 3629VT2PRIB | - | 198.7 | +| 4 | LG Seeds | LG30C98 | VT2RIB | 196.7 | +| 5 | LG Seeds | LG32C25 | VT2RIB | 194.4 | + +Top 5 by Yield: 3431VT2PRIB (Unknown) 206.2, LG33C30 (LG Seeds) 206.1, 3629VT2PRIB (Unknown) 198.7, LG30C98 (LG Seeds) 196.7, LG32C25 (LG Seeds) 194.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144602.json b/corpus/lg_plot_reports/lgpr-corn-2024-144602.json new file mode 100644 index 00000000..e8d22eab --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144602.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144602", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Albert city", + "year": 2024, + "plot_id": "144602", + "lat": 42.79234, + "lng": -94.94587, + "cooperator": "Adam Skog", + "salesperson": "Adam Skog ", + "planted_date": "2024-05-22", + "harvested_date": "2024-10-24", + "plot_average": 256.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "7859Q", + "traits": "", + "metrics": { + "Yield": 277.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 275.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG60C86", + "traits": "", + "metrics": { + "Yield": 271.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "VT2RIB", + "metrics": { + "Yield": 270.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG58C73", + "traits": "3110", + "metrics": { + "Yield": 269.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144602" + ], + "fetched_at": "2026-05-27T02:20:34.927138+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144602.md b/corpus/lg_plot_reports/lgpr-corn-2024-144602.md new file mode 100644 index 00000000..2e578fe6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144602.md @@ -0,0 +1,29 @@ +# Corn yield trial — Albert city, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Albert city +- **Year:** 2024 +- **Plot ID:** 144602 +- **Cooperator:** Adam Skog +- **Salesperson:** Adam Skog +- **Planted:** 2024-05-22 +- **Harvested:** 2024-10-24 +- **Plot average:** 256.9 BU/Ac +- **Coordinates:** 42.79234, -94.94587 +- **URL:** https://lgseeds.com/performance/corn#plot-144602 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 7859Q | - | 277.0 | +| 2 | LG Seeds | LG62C73 | VT2PRO | 275.6 | +| 3 | LG Seeds | LG60C86 | - | 271.1 | +| 4 | LG Seeds | LG59C72 | VT2RIB | 270.8 | +| 5 | LG Seeds | LG58C73 | 3110 | 269.9 | + +Top 5 by Yield: 7859Q (Unknown) 277.0, LG62C73 (LG Seeds) 275.6, LG60C86 (LG Seeds) 271.1, LG59C72 (LG Seeds) 270.8, LG58C73 (LG Seeds) 269.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144603.json b/corpus/lg_plot_reports/lgpr-corn-2024-144603.json new file mode 100644 index 00000000..ce8db7f1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144603.json @@ -0,0 +1,64 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144603", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Watertown", + "year": 2024, + "plot_id": "144603", + "lat": 44.87604, + "lng": -97.33074, + "cooperator": "Lake Area Ag", + "salesperson": "Lake Area Ag", + "planted_date": "2024-05-17", + "harvested_date": "2024-10-27", + "plot_average": 205.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "STXRIB", + "metrics": { + "Yield": 225.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "JS9723TRE", + "traits": "", + "metrics": { + "Yield": 206.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG47C77VT2RIB", + "traits": "", + "metrics": { + "Yield": 198.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "JS9464V", + "traits": "", + "metrics": { + "Yield": 193.1 + } + } + ], + "n_results": 4, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144603" + ], + "fetched_at": "2026-05-27T02:19:32.391947+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144603.md b/corpus/lg_plot_reports/lgpr-corn-2024-144603.md new file mode 100644 index 00000000..8528aebc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144603.md @@ -0,0 +1,27 @@ +# Corn yield trial — Watertown, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Watertown +- **Year:** 2024 +- **Plot ID:** 144603 +- **Cooperator:** Lake Area Ag +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-27 +- **Plot average:** 205.9 BU/Ac +- **Coordinates:** 44.87604, -97.33074 +- **URL:** https://lgseeds.com/performance/corn#plot-144603 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG47C77 | STXRIB | 225.5 | +| 2 | Unknown | JS9723TRE | - | 206.0 | +| 3 | Unknown | LG47C77VT2RIB | - | 198.9 | +| 4 | Unknown | JS9464V | - | 193.1 | + +Top 5 by Yield: LG47C77 (LG Seeds) 225.5, JS9723TRE (Unknown) 206.0, LG47C77VT2RIB (Unknown) 198.9, JS9464V (Unknown) 193.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144605.json b/corpus/lg_plot_reports/lgpr-corn-2024-144605.json new file mode 100644 index 00000000..a4d6024f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144605.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144605", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Foley", + "year": 2024, + "plot_id": "144605", + "lat": 45.58829, + "lng": -93.82633, + "cooperator": "Roy Schnider Benton County Corn Growers", + "salesperson": "Roy Schnider Benton County Corn Growers", + "planted_date": "2024-05-18", + "harvested_date": "2024-10-22", + "plot_average": 219.1, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "CPX22095A", + "traits": "", + "metrics": { + "Yield": 232.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 224.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "D34VC93RIB", + "traits": "", + "metrics": { + "Yield": 224.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "4465AM", + "traits": "", + "metrics": { + "Yield": 221.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "2L192AM", + "traits": "", + "metrics": { + "Yield": 219.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144605" + ], + "fetched_at": "2026-05-27T02:19:40.136535+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144605.md b/corpus/lg_plot_reports/lgpr-corn-2024-144605.md new file mode 100644 index 00000000..c33ce8c5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144605.md @@ -0,0 +1,28 @@ +# Corn yield trial — Foley, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Foley +- **Year:** 2024 +- **Plot ID:** 144605 +- **Cooperator:** Roy Schnider Benton County Corn Growers +- **Planted:** 2024-05-18 +- **Harvested:** 2024-10-22 +- **Plot average:** 219.1 BU/Ac +- **Coordinates:** 45.58829, -93.82633 +- **URL:** https://lgseeds.com/performance/corn#plot-144605 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | CPX22095A | - | 232.3 | +| 2 | LG Seeds | LG42C80 | VT2RIB | 224.3 | +| 3 | Unknown | D34VC93RIB | - | 224.2 | +| 4 | Unknown | 4465AM | - | 221.5 | +| 5 | Unknown | 2L192AM | - | 219.9 | + +Top 5 by Yield: CPX22095A (Unknown) 232.3, LG42C80 (LG Seeds) 224.3, D34VC93RIB (Unknown) 224.2, 4465AM (Unknown) 221.5, 2L192AM (Unknown) 219.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144608.json b/corpus/lg_plot_reports/lgpr-corn-2024-144608.json new file mode 100644 index 00000000..98130e35 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144608.json @@ -0,0 +1,55 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144608", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Waupon", + "year": 2024, + "plot_id": "144608", + "lat": 43.56076, + "lng": -88.71353, + "cooperator": "Paul & Andy Vandezande", + "salesperson": "Paul & Andy Vandezande", + "planted_date": "2024-05-01", + "harvested_date": "2024-10-29", + "plot_average": 233.6, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC101-35RIB", + "traits": "", + "metrics": { + "Yield": 239.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "50DT503", + "traits": "", + "metrics": { + "Yield": 233.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 227.6 + } + } + ], + "n_results": 3, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144608" + ], + "fetched_at": "2026-05-27T02:18:54.120001+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144608.md b/corpus/lg_plot_reports/lgpr-corn-2024-144608.md new file mode 100644 index 00000000..92559174 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144608.md @@ -0,0 +1,26 @@ +# Corn yield trial — Waupon, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Waupon +- **Year:** 2024 +- **Plot ID:** 144608 +- **Cooperator:** Paul & Andy Vandezande +- **Planted:** 2024-05-01 +- **Harvested:** 2024-10-29 +- **Plot average:** 233.6 BU/Ac +- **Coordinates:** 43.56076, -88.71353 +- **URL:** https://lgseeds.com/performance/corn#plot-144608 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC101-35RIB | - | 239.4 | +| 2 | Unknown | 50DT503 | - | 233.9 | +| 3 | LG Seeds | LG51C48 | VT2RIB | 227.6 | + +Top 5 by Yield: DKC101-35RIB (Unknown) 239.4, 50DT503 (Unknown) 233.9, LG51C48 (LG Seeds) 227.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144609.json b/corpus/lg_plot_reports/lgpr-corn-2024-144609.json new file mode 100644 index 00000000..a97eab0c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144609.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144609", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Eden", + "year": 2024, + "plot_id": "144609", + "lat": 43.69869, + "lng": -88.2865, + "cooperator": "Mike Timblin", + "salesperson": "Mike Timblin", + "planted_date": "2024-04-26", + "harvested_date": "2024-10-29", + "plot_average": 227.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 267.85 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 255.75 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B98Z37AM", + "traits": "", + "metrics": { + "Yield": 243.93 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC096-21RIB", + "traits": "", + "metrics": { + "Yield": 243.48 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B99A24AM", + "traits": "", + "metrics": { + "Yield": 243.35 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144609" + ], + "fetched_at": "2026-05-27T02:18:58.883374+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144609.md b/corpus/lg_plot_reports/lgpr-corn-2024-144609.md new file mode 100644 index 00000000..01029efa --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144609.md @@ -0,0 +1,28 @@ +# Corn yield trial — Eden, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Eden +- **Year:** 2024 +- **Plot ID:** 144609 +- **Cooperator:** Mike Timblin +- **Planted:** 2024-04-26 +- **Harvested:** 2024-10-29 +- **Plot average:** 227.3 BU/Ac +- **Coordinates:** 43.69869, -88.28650 +- **URL:** https://lgseeds.com/performance/corn#plot-144609 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG49C28 | VT2RIB | 267.85 | +| 2 | LG Seeds | LG48C87 | VT2RIB | 255.75 | +| 3 | Unknown | B98Z37AM | - | 243.93 | +| 4 | Unknown | DKC096-21RIB | - | 243.48 | +| 5 | Unknown | B99A24AM | - | 243.35 | + +Top 5 by Yield: LG49C28 (LG Seeds) 267.85, LG48C87 (LG Seeds) 255.75, B98Z37AM (Unknown) 243.93, DKC096-21RIB (Unknown) 243.48, B99A24AM (Unknown) 243.35. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144611.json b/corpus/lg_plot_reports/lgpr-corn-2024-144611.json new file mode 100644 index 00000000..f630dffa --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144611.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144611", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Missouri", + "state_abbrev": "mo", + "city": "Marceline", + "year": 2024, + "plot_id": "144611", + "lat": 39.69915, + "lng": -93.00628, + "cooperator": "Krumpleman Farms", + "salesperson": "Krumpleman Farms", + "planted_date": "2024-05-20", + "harvested_date": "2024-10-29", + "plot_average": 173.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG66C06", + "traits": "VT2RIB", + "metrics": { + "Yield": 208.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LG63C04", + "traits": "", + "metrics": { + "Yield": 186.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "", + "metrics": { + "Yield": 182.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG65C76", + "traits": "", + "metrics": { + "Yield": 181.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C20", + "traits": "", + "metrics": { + "Yield": 180.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144611" + ], + "fetched_at": "2026-05-27T02:20:05.661218+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144611.md b/corpus/lg_plot_reports/lgpr-corn-2024-144611.md new file mode 100644 index 00000000..3e9a99f7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144611.md @@ -0,0 +1,28 @@ +# Corn yield trial — Marceline, Missouri, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Missouri (MO) +- **City:** Marceline +- **Year:** 2024 +- **Plot ID:** 144611 +- **Cooperator:** Krumpleman Farms +- **Planted:** 2024-05-20 +- **Harvested:** 2024-10-29 +- **Plot average:** 173.2 BU/Ac +- **Coordinates:** 39.69915, -93.00628 +- **URL:** https://lgseeds.com/performance/corn#plot-144611 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG66C06 | VT2RIB | 208.5 | +| 2 | Unknown | LG63C04 | - | 186.2 | +| 3 | LG Seeds | LG66C44 | - | 182.7 | +| 4 | LG Seeds | LG65C76 | - | 181.0 | +| 5 | LG Seeds | LG64C20 | - | 180.9 | + +Top 5 by Yield: LG66C06 (LG Seeds) 208.5, LG63C04 (Unknown) 186.2, LG66C44 (LG Seeds) 182.7, LG65C76 (LG Seeds) 181.0, LG64C20 (LG Seeds) 180.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144612.json b/corpus/lg_plot_reports/lgpr-corn-2024-144612.json new file mode 100644 index 00000000..519c260e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144612.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144612", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Palmyra", + "year": 2024, + "plot_id": "144612", + "lat": 39.41229, + "lng": -90.0761, + "cooperator": "Barr T Farms", + "salesperson": "Barr T Farms ", + "planted_date": "2024-05-18", + "harvested_date": "2024-10-29", + "plot_average": 246.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 266.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "W8086RIB", + "traits": "", + "metrics": { + "Yield": 259.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 258.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "W7876RIB", + "traits": "", + "metrics": { + "Yield": 252.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 249.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144612" + ], + "fetched_at": "2026-05-27T02:19:42.908740+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144612.md b/corpus/lg_plot_reports/lgpr-corn-2024-144612.md new file mode 100644 index 00000000..6f7f0a65 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144612.md @@ -0,0 +1,29 @@ +# Corn yield trial — Palmyra, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Palmyra +- **Year:** 2024 +- **Plot ID:** 144612 +- **Cooperator:** Barr T Farms +- **Salesperson:** Barr T Farms +- **Planted:** 2024-05-18 +- **Harvested:** 2024-10-29 +- **Plot average:** 246.1 BU/Ac +- **Coordinates:** 39.41229, -90.07610 +- **URL:** https://lgseeds.com/performance/corn#plot-144612 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C54 | PCE | 266.8 | +| 2 | Unknown | W8086RIB | - | 259.7 | +| 3 | LG Seeds | LG66C44 | VT2RIB | 258.0 | +| 4 | Unknown | W7876RIB | - | 252.5 | +| 5 | LG Seeds | LG62C73 | VT2PRO | 249.9 | + +Top 5 by Yield: LG63C54 (LG Seeds) 266.8, W8086RIB (Unknown) 259.7, LG66C44 (LG Seeds) 258.0, W7876RIB (Unknown) 252.5, LG62C73 (LG Seeds) 249.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144618.json b/corpus/lg_plot_reports/lgpr-corn-2024-144618.json new file mode 100644 index 00000000..d652bc75 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144618.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144618", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Pulaski", + "year": 2024, + "plot_id": "144618", + "lat": 44.5862, + "lng": -88.29208, + "cooperator": "Dale Kropp", + "salesperson": "Dale Kropp", + "planted_date": "2024-05-13", + "harvested_date": "2024-10-30", + "plot_average": 217.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "192-81VT2PRIB", + "traits": "", + "metrics": { + "Yield": 243.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "193-40VT4PRIB", + "traits": "", + "metrics": { + "Yield": 229.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "195-40VT4P", + "traits": "", + "metrics": { + "Yield": 220.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "195-51STXRIB", + "traits": "", + "metrics": { + "Yield": 218.8 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "193-42VT4PRIB", + "traits": "", + "metrics": { + "Yield": 217.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144618" + ], + "fetched_at": "2026-05-27T02:19:44.400058+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144618.md b/corpus/lg_plot_reports/lgpr-corn-2024-144618.md new file mode 100644 index 00000000..289e3765 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144618.md @@ -0,0 +1,28 @@ +# Corn yield trial — Pulaski, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Pulaski +- **Year:** 2024 +- **Plot ID:** 144618 +- **Cooperator:** Dale Kropp +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-30 +- **Plot average:** 217.8 BU/Ac +- **Coordinates:** 44.58620, -88.29208 +- **URL:** https://lgseeds.com/performance/corn#plot-144618 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 192-81VT2PRIB | - | 243.1 | +| 2 | Unknown | 193-40VT4PRIB | - | 229.0 | +| 3 | Unknown | 195-40VT4P | - | 220.8 | +| 4 | Unknown | 195-51STXRIB | - | 218.8 | +| 5 | Unknown | 193-42VT4PRIB | - | 217.7 | + +Top 5 by Yield: 192-81VT2PRIB (Unknown) 243.1, 193-40VT4PRIB (Unknown) 229.0, 195-40VT4P (Unknown) 220.8, 195-51STXRIB (Unknown) 218.8, 193-42VT4PRIB (Unknown) 217.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144634.json b/corpus/lg_plot_reports/lgpr-corn-2024-144634.json new file mode 100644 index 00000000..136f13d6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144634.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144634", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Hartington ", + "year": 2024, + "plot_id": "144634", + "lat": 42.64876, + "lng": -97.34248, + "cooperator": "Tim Kathol", + "salesperson": "Tim Kathol", + "planted_date": "2024-05-14", + "harvested_date": "2024-10-29", + "plot_average": 270.3, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "", + "metrics": { + "Yield": 301.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "G12U11-AA", + "traits": "", + "metrics": { + "Yield": 280.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 284.3 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC62-89RIB", + "traits": "", + "metrics": { + "Yield": 284.3 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P1170AM", + "traits": "", + "metrics": { + "Yield": 278.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144634" + ], + "fetched_at": "2026-05-27T02:20:05.893884+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144634.md b/corpus/lg_plot_reports/lgpr-corn-2024-144634.md new file mode 100644 index 00000000..d2bbe62e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144634.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hartington , Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Hartington +- **Year:** 2024 +- **Plot ID:** 144634 +- **Cooperator:** Tim Kathol +- **Planted:** 2024-05-14 +- **Harvested:** 2024-10-29 +- **Plot average:** 270.3 BU/Ac +- **Coordinates:** 42.64876, -97.34248 +- **URL:** https://lgseeds.com/performance/corn#plot-144634 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P13777PCE | - | 301.3 | +| 2 | Unknown | G12U11-AA | - | 280.5 | +| 3 | LG Seeds | LG64C43 | VT2RIB | 284.3 | +| 4 | Unknown | DKC62-89RIB | - | 284.3 | +| 5 | Pioneer | P1170AM | - | 278.8 | + +Top 5 by Yield: P13777PCE (Pioneer) 301.3, G12U11-AA (Unknown) 280.5, LG64C43 (LG Seeds) 284.3, DKC62-89RIB (Unknown) 284.3, P1170AM (Pioneer) 278.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144645.json b/corpus/lg_plot_reports/lgpr-corn-2024-144645.json new file mode 100644 index 00000000..332e8fe9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144645.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144645", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Clear Lake", + "year": 2024, + "plot_id": "144645", + "lat": 45.42785, + "lng": -93.95532, + "cooperator": "Circle G Farms", + "salesperson": "Circle G Farms", + "planted_date": "2024-05-06", + "harvested_date": "2024-10-24", + "plot_average": 258.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 272.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 272.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG52C42", + "traits": "", + "metrics": { + "Yield": 271.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "D39VT75RIB", + "traits": "", + "metrics": { + "Yield": 269.9 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "D45SP33RIB", + "traits": "", + "metrics": { + "Yield": 268.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144645" + ], + "fetched_at": "2026-05-27T02:19:22.137860+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144645.md b/corpus/lg_plot_reports/lgpr-corn-2024-144645.md new file mode 100644 index 00000000..e26aba44 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144645.md @@ -0,0 +1,28 @@ +# Corn yield trial — Clear Lake, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Clear Lake +- **Year:** 2024 +- **Plot ID:** 144645 +- **Cooperator:** Circle G Farms +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-24 +- **Plot average:** 258.4 BU/Ac +- **Coordinates:** 45.42785, -93.95532 +- **URL:** https://lgseeds.com/performance/corn#plot-144645 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG56C25 | SSPRIB | 272.9 | +| 2 | LG Seeds | LG49C28 | VT2RIB | 272.1 | +| 3 | LG Seeds | LG52C42 | - | 271.1 | +| 4 | Unknown | D39VT75RIB | - | 269.9 | +| 5 | Unknown | D45SP33RIB | - | 268.0 | + +Top 5 by Yield: LG56C25 (LG Seeds) 272.9, LG49C28 (LG Seeds) 272.1, LG52C42 (LG Seeds) 271.1, D39VT75RIB (Unknown) 269.9, D45SP33RIB (Unknown) 268.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144651.json b/corpus/lg_plot_reports/lgpr-corn-2024-144651.json new file mode 100644 index 00000000..6375289f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144651.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144651", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "California", + "state_abbrev": "ca", + "city": "Walnut Grove", + "year": 2024, + "plot_id": "144651", + "lat": 0.0, + "lng": 0.0, + "cooperator": "University of California", + "salesperson": "University of California", + "planted_date": "2024-04-26", + "harvested_date": "2024-10-04", + "plot_average": 208.6, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "", + "metrics": { + "Yield": 234.3 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P1366AM", + "traits": "", + "metrics": { + "Yield": 227.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "ES7514", + "traits": "VT2P", + "metrics": { + "Yield": 220.1 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P1222AM", + "traits": "", + "metrics": { + "Yield": 219.3 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "D54SS74RIB", + "traits": "", + "metrics": { + "Yield": 218.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144651" + ], + "fetched_at": "2026-05-27T02:19:22.395593+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144651.md b/corpus/lg_plot_reports/lgpr-corn-2024-144651.md new file mode 100644 index 00000000..1b7e7e9c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144651.md @@ -0,0 +1,27 @@ +# Corn yield trial — Walnut Grove, California, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** California (CA) +- **City:** Walnut Grove +- **Year:** 2024 +- **Plot ID:** 144651 +- **Cooperator:** University of California +- **Planted:** 2024-04-26 +- **Harvested:** 2024-10-04 +- **Plot average:** 208.6 BU/Ac +- **URL:** https://lgseeds.com/performance/corn#plot-144651 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P14830AML | - | 234.3 | +| 2 | Pioneer | P1366AM | - | 227.1 | +| 3 | LG Seeds | ES7514 | VT2P | 220.1 | +| 4 | Pioneer | P1222AM | - | 219.3 | +| 5 | Unknown | D54SS74RIB | - | 218.3 | + +Top 5 by Yield: P14830AML (Pioneer) 234.3, P1366AM (Pioneer) 227.1, ES7514 (LG Seeds) 220.1, P1222AM (Pioneer) 219.3, D54SS74RIB (Unknown) 218.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144670.json b/corpus/lg_plot_reports/lgpr-corn-2024-144670.json new file mode 100644 index 00000000..77e995c7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144670.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144670", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Henderson ", + "year": 2024, + "plot_id": "144670", + "lat": 44.62704, + "lng": -93.97435, + "cooperator": "Clayton Strobel", + "salesperson": "Clayton Strobel ", + "planted_date": "2024-04-25", + "harvested_date": "2024-10-15", + "plot_average": 229.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DS-4533PCE", + "traits": "", + "metrics": { + "Yield": 257.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DS-4969V", + "traits": "", + "metrics": { + "Yield": 254.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DS-4488V", + "traits": "", + "metrics": { + "Yield": 247.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 247.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 237.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144670" + ], + "fetched_at": "2026-05-27T02:19:12.396225+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144670.md b/corpus/lg_plot_reports/lgpr-corn-2024-144670.md new file mode 100644 index 00000000..8cbecc1f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144670.md @@ -0,0 +1,29 @@ +# Corn yield trial — Henderson , Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Henderson +- **Year:** 2024 +- **Plot ID:** 144670 +- **Cooperator:** Clayton Strobel +- **Salesperson:** Clayton Strobel +- **Planted:** 2024-04-25 +- **Harvested:** 2024-10-15 +- **Plot average:** 229.0 BU/Ac +- **Coordinates:** 44.62704, -93.97435 +- **URL:** https://lgseeds.com/performance/corn#plot-144670 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DS-4533PCE | - | 257.8 | +| 2 | Unknown | DS-4969V | - | 254.9 | +| 3 | Unknown | DS-4488V | - | 247.3 | +| 4 | LG Seeds | LG52C90 | VT2PRO | 247.2 | +| 5 | LG Seeds | LG59C72 | 5222EZ | 237.8 | + +Top 5 by Yield: DS-4533PCE (Unknown) 257.8, DS-4969V (Unknown) 254.9, DS-4488V (Unknown) 247.3, LG52C90 (LG Seeds) 247.2, LG59C72 (LG Seeds) 237.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144671.json b/corpus/lg_plot_reports/lgpr-corn-2024-144671.json new file mode 100644 index 00000000..193340bb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144671.json @@ -0,0 +1,46 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144671", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Naponee", + "year": 2024, + "plot_id": "144671", + "lat": 40.0549, + "lng": -99.17106, + "cooperator": "Ayden Molzahn", + "salesperson": "Ayden Molzahn", + "planted_date": "2024-05-17", + "harvested_date": "2024-11-01", + "plot_average": 258.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 267.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "212-02VT2PRIB", + "traits": "", + "metrics": { + "Yield": 250.2 + } + } + ], + "n_results": 2, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144671" + ], + "fetched_at": "2026-05-27T02:18:50.112196+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144671.md b/corpus/lg_plot_reports/lgpr-corn-2024-144671.md new file mode 100644 index 00000000..cfe24cd7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144671.md @@ -0,0 +1,25 @@ +# Corn yield trial — Naponee, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Naponee +- **Year:** 2024 +- **Plot ID:** 144671 +- **Cooperator:** Ayden Molzahn +- **Planted:** 2024-05-17 +- **Harvested:** 2024-11-01 +- **Plot average:** 258.7 BU/Ac +- **Coordinates:** 40.05490, -99.17106 +- **URL:** https://lgseeds.com/performance/corn#plot-144671 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C54 | PCE | 267.2 | +| 2 | Unknown | 212-02VT2PRIB | - | 250.2 | + +Top 5 by Yield: LG63C54 (LG Seeds) 267.2, 212-02VT2PRIB (Unknown) 250.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144672.json b/corpus/lg_plot_reports/lgpr-corn-2024-144672.json new file mode 100644 index 00000000..23c26e3e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144672.json @@ -0,0 +1,55 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144672", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Imlay City", + "year": 2024, + "plot_id": "144672", + "lat": 43.10427, + "lng": -82.96706, + "cooperator": "Don Koning", + "salesperson": "Don Koning", + "planted_date": "2024-05-04", + "harvested_date": "2024-11-01", + "plot_average": 260.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 263.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 262.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG52C42", + "traits": "RR", + "metrics": { + "Yield": 255.4 + } + } + ], + "n_results": 3, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144672" + ], + "fetched_at": "2026-05-27T02:19:12.131383+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144672.md b/corpus/lg_plot_reports/lgpr-corn-2024-144672.md new file mode 100644 index 00000000..8ef07b7e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144672.md @@ -0,0 +1,26 @@ +# Corn yield trial — Imlay City, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Imlay City +- **Year:** 2024 +- **Plot ID:** 144672 +- **Cooperator:** Don Koning +- **Planted:** 2024-05-04 +- **Harvested:** 2024-11-01 +- **Plot average:** 260.4 BU/Ac +- **Coordinates:** 43.10427, -82.96706 +- **URL:** https://lgseeds.com/performance/corn#plot-144672 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 263.5 | +| 2 | LG Seeds | LG48C87 | VT2RIB | 262.4 | +| 3 | LG Seeds | LG52C42 | RR | 255.4 | + +Top 5 by Yield: LG51C62 (LG Seeds) 263.5, LG48C87 (LG Seeds) 262.4, LG52C42 (LG Seeds) 255.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144686.json b/corpus/lg_plot_reports/lgpr-corn-2024-144686.json new file mode 100644 index 00000000..a22a8a5b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144686.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144686", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Marysville", + "year": 2024, + "plot_id": "144686", + "lat": 39.76729, + "lng": -96.58204, + "cooperator": "Jim Borgerding", + "salesperson": "Jim Borgerding", + "planted_date": "2024-04-24", + "harvested_date": "2024-09-30", + "plot_average": 220.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 247.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC65-95RIB", + "traits": "", + "metrics": { + "Yield": 243.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC66-06RIB", + "traits": "", + "metrics": { + "Yield": 237.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 236.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 228.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144686" + ], + "fetched_at": "2026-05-27T02:19:29.410852+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144686.md b/corpus/lg_plot_reports/lgpr-corn-2024-144686.md new file mode 100644 index 00000000..894058b0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144686.md @@ -0,0 +1,28 @@ +# Corn yield trial — Marysville, Kansas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Marysville +- **Year:** 2024 +- **Plot ID:** 144686 +- **Cooperator:** Jim Borgerding +- **Planted:** 2024-04-24 +- **Harvested:** 2024-09-30 +- **Plot average:** 220.9 BU/Ac +- **Coordinates:** 39.76729, -96.58204 +- **URL:** https://lgseeds.com/performance/corn#plot-144686 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C28 | V | 247.8 | +| 2 | Unknown | DKC65-95RIB | - | 243.6 | +| 3 | Unknown | DKC66-06RIB | - | 237.4 | +| 4 | LG Seeds | LG63C82 | DGVT2RIB | 236.8 | +| 5 | LG Seeds | LG64C43 | VT2RIB | 228.2 | + +Top 5 by Yield: LG61C28 (LG Seeds) 247.8, DKC65-95RIB (Unknown) 243.6, DKC66-06RIB (Unknown) 237.4, LG63C82 (LG Seeds) 236.8, LG64C43 (LG Seeds) 228.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144696.json b/corpus/lg_plot_reports/lgpr-corn-2024-144696.json new file mode 100644 index 00000000..02ea5fa1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144696.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144696", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Kinsman", + "year": 2024, + "plot_id": "144696", + "lat": 41.21143, + "lng": -88.57259, + "cooperator": "ProCrop Midwest, LLC.", + "salesperson": "ProCrop Midwest, LLC.", + "planted_date": "2024-05-19", + "harvested_date": "2024-10-02", + "plot_average": 265.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 289.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 289.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "73A4AM", + "traits": "", + "metrics": { + "Yield": 282.7 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "70F6Q", + "traits": "", + "metrics": { + "Yield": 280.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "214-78DGVT2PRIB", + "traits": "", + "metrics": { + "Yield": 279.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144696" + ], + "fetched_at": "2026-05-27T02:19:29.639840+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144696.md b/corpus/lg_plot_reports/lgpr-corn-2024-144696.md new file mode 100644 index 00000000..8d7abf6a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144696.md @@ -0,0 +1,28 @@ +# Corn yield trial — Kinsman, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Kinsman +- **Year:** 2024 +- **Plot ID:** 144696 +- **Cooperator:** ProCrop Midwest, LLC. +- **Planted:** 2024-05-19 +- **Harvested:** 2024-10-02 +- **Plot average:** 265.2 BU/Ac +- **Coordinates:** 41.21143, -88.57259 +- **URL:** https://lgseeds.com/performance/corn#plot-144696 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C73 | VT2PRO | 289.8 | +| 2 | LG Seeds | LG63C82 | DGVT2RIB | 289.2 | +| 3 | Unknown | 73A4AM | - | 282.7 | +| 4 | Unknown | 70F6Q | - | 280.0 | +| 5 | Unknown | 214-78DGVT2PRIB | - | 279.4 | + +Top 5 by Yield: LG62C73 (LG Seeds) 289.8, LG63C82 (LG Seeds) 289.2, 73A4AM (Unknown) 282.7, 70F6Q (Unknown) 280.0, 214-78DGVT2PRIB (Unknown) 279.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144706.json b/corpus/lg_plot_reports/lgpr-corn-2024-144706.json new file mode 100644 index 00000000..0143cf9b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144706.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144706", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Idaho", + "state_abbrev": "id", + "city": "Grandview", + "year": 2024, + "plot_id": "144706", + "lat": 43.02543, + "lng": -116.19471, + "cooperator": "Charles Ensz", + "salesperson": "Charles Ensz", + "planted_date": "2024-05-24", + "harvested_date": "2024-10-30", + "plot_average": 285.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2RIB", + "metrics": { + "Yield": 295.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "H5776", + "traits": "", + "metrics": { + "Yield": 294.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "Unknown", + "traits": "", + "metrics": { + "Yield": 292.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LG5525VT2RIB", + "traits": "", + "metrics": { + "Yield": 292.1 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P0075Q", + "traits": "", + "metrics": { + "Yield": 290.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144706" + ], + "fetched_at": "2026-05-27T02:19:11.620857+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144706.md b/corpus/lg_plot_reports/lgpr-corn-2024-144706.md new file mode 100644 index 00000000..9902bd69 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144706.md @@ -0,0 +1,28 @@ +# Corn yield trial — Grandview, Idaho, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Idaho (ID) +- **City:** Grandview +- **Year:** 2024 +- **Plot ID:** 144706 +- **Cooperator:** Charles Ensz +- **Planted:** 2024-05-24 +- **Harvested:** 2024-10-30 +- **Plot average:** 285.0 BU/Ac +- **Coordinates:** 43.02543, -116.19471 +- **URL:** https://lgseeds.com/performance/corn#plot-144706 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG5525 | VT2RIB | 295.0 | +| 2 | Unknown | H5776 | - | 294.2 | +| 3 | Unknown | Unknown | - | 292.2 | +| 4 | Unknown | LG5525VT2RIB | - | 292.1 | +| 5 | Pioneer | P0075Q | - | 290.7 | + +Top 5 by Yield: LG5525 (LG Seeds) 295.0, H5776 (Unknown) 294.2, Unknown (Unknown) 292.2, LG5525VT2RIB (Unknown) 292.1, P0075Q (Pioneer) 290.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144712.json b/corpus/lg_plot_reports/lgpr-corn-2024-144712.json new file mode 100644 index 00000000..681c46df --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144712.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144712", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Goodell", + "year": 2024, + "plot_id": "144712", + "lat": 42.92246, + "lng": -93.64723, + "cooperator": "Thomas Burk", + "salesperson": "Thomas Burk", + "planted_date": "2024-04-23", + "harvested_date": null, + "plot_average": 175.8, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P0859AM", + "traits": "", + "metrics": { + "Yield": 207.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG60C86", + "traits": "5222EZ", + "metrics": { + "Yield": 191.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 189.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 189.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG58C73", + "traits": "3110", + "metrics": { + "Yield": 188.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144712" + ], + "fetched_at": "2026-05-27T02:19:20.154147+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144712.md b/corpus/lg_plot_reports/lgpr-corn-2024-144712.md new file mode 100644 index 00000000..bf0bc594 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144712.md @@ -0,0 +1,27 @@ +# Corn yield trial — Goodell, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Goodell +- **Year:** 2024 +- **Plot ID:** 144712 +- **Cooperator:** Thomas Burk +- **Planted:** 2024-04-23 +- **Plot average:** 175.8 BU/Ac +- **Coordinates:** 42.92246, -93.64723 +- **URL:** https://lgseeds.com/performance/corn#plot-144712 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P0859AM | - | 207.9 | +| 2 | LG Seeds | LG60C86 | 5222EZ | 191.9 | +| 3 | LG Seeds | LG51C62 | VT2RIB | 189.0 | +| 4 | LG Seeds | LG58C48 | VT2RIB | 189.0 | +| 5 | LG Seeds | LG58C73 | 3110 | 188.8 | + +Top 5 by Yield: P0859AM (Pioneer) 207.9, LG60C86 (LG Seeds) 191.9, LG51C62 (LG Seeds) 189.0, LG58C48 (LG Seeds) 189.0, LG58C73 (LG Seeds) 188.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144716.json b/corpus/lg_plot_reports/lgpr-corn-2024-144716.json new file mode 100644 index 00000000..263b41a9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144716.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144716", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Grainfield", + "year": 2024, + "plot_id": "144716", + "lat": 39.16651, + "lng": -100.53734, + "cooperator": "Todd Ziegler", + "salesperson": "Todd Ziegler", + "planted_date": "2024-06-05", + "harvested_date": "2024-10-22", + "plot_average": 110.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C22", + "traits": "VT2RIB", + "metrics": { + "Yield": 129.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 127.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B11V44AM", + "traits": "", + "metrics": { + "Yield": 126.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "G13U96-DV", + "traits": "", + "metrics": { + "Yield": 125.5 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P10625PCUE", + "traits": "", + "metrics": { + "Yield": 122.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144716" + ], + "fetched_at": "2026-05-27T02:19:11.133199+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144716.md b/corpus/lg_plot_reports/lgpr-corn-2024-144716.md new file mode 100644 index 00000000..f672079e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144716.md @@ -0,0 +1,28 @@ +# Corn yield trial — Grainfield, Kansas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Grainfield +- **Year:** 2024 +- **Plot ID:** 144716 +- **Cooperator:** Todd Ziegler +- **Planted:** 2024-06-05 +- **Harvested:** 2024-10-22 +- **Plot average:** 110.0 BU/Ac +- **Coordinates:** 39.16651, -100.53734 +- **URL:** https://lgseeds.com/performance/corn#plot-144716 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C22 | VT2RIB | 129.3 | +| 2 | LG Seeds | LG59C72 | 5222EZ | 127.3 | +| 3 | Unknown | B11V44AM | - | 126.0 | +| 4 | Unknown | G13U96-DV | - | 125.5 | +| 5 | Pioneer | P10625PCUE | - | 122.2 | + +Top 5 by Yield: LG62C22 (LG Seeds) 129.3, LG59C72 (LG Seeds) 127.3, B11V44AM (Unknown) 126.0, G13U96-DV (Unknown) 125.5, P10625PCUE (Pioneer) 122.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144728.json b/corpus/lg_plot_reports/lgpr-corn-2024-144728.json new file mode 100644 index 00000000..db89db1e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144728.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144728", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Bowlus ", + "year": 2024, + "plot_id": "144728", + "lat": 45.83342, + "lng": -94.41959, + "cooperator": "Morrison, Crow Wing, Todd Corn Growers", + "salesperson": "Morrison, Crow Wing, Todd Corn Growers", + "planted_date": "2024-05-17", + "harvested_date": "2024-10-29", + "plot_average": 229.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "LC465-23PCE", + "traits": "", + "metrics": { + "Yield": 251.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DS-3159AM", + "traits": "", + "metrics": { + "Yield": 249.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "193-40VT4PRIB", + "traits": "", + "metrics": { + "Yield": 239.3 + } + }, + { + "rank": 4, + "brand": "NK", + "product": "9231-AA", + "traits": "", + "metrics": { + "Yield": 238.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "195-29VT4PRIB", + "traits": "", + "metrics": { + "Yield": 234.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144728" + ], + "fetched_at": "2026-05-27T02:18:58.113398+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144728.md b/corpus/lg_plot_reports/lgpr-corn-2024-144728.md new file mode 100644 index 00000000..8b90db85 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144728.md @@ -0,0 +1,28 @@ +# Corn yield trial — Bowlus , Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Bowlus +- **Year:** 2024 +- **Plot ID:** 144728 +- **Cooperator:** Morrison, Crow Wing, Todd Corn Growers +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-29 +- **Plot average:** 229.9 BU/Ac +- **Coordinates:** 45.83342, -94.41959 +- **URL:** https://lgseeds.com/performance/corn#plot-144728 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | LC465-23PCE | - | 251.5 | +| 2 | Unknown | DS-3159AM | - | 249.6 | +| 3 | Unknown | 193-40VT4PRIB | - | 239.3 | +| 4 | NK | 9231-AA | - | 238.1 | +| 5 | Unknown | 195-29VT4PRIB | - | 234.3 | + +Top 5 by Yield: LC465-23PCE (Unknown) 251.5, DS-3159AM (Unknown) 249.6, 193-40VT4PRIB (Unknown) 239.3, 9231-AA (NK) 238.1, 195-29VT4PRIB (Unknown) 234.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144735.json b/corpus/lg_plot_reports/lgpr-corn-2024-144735.json new file mode 100644 index 00000000..b8a2731f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144735.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144735", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Coleman", + "year": 2024, + "plot_id": "144735", + "lat": 43.74782, + "lng": -84.64699, + "cooperator": "Clarke Farms", + "salesperson": "Clarke Farms", + "planted_date": "2024-05-08", + "harvested_date": "2024-11-08", + "plot_average": 246.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "5413Q", + "traits": "", + "metrics": { + "Yield": 277.61 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 272.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "5332AM", + "traits": "", + "metrics": { + "Yield": 261.72 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "5077V2P", + "traits": "", + "metrics": { + "Yield": 254.33 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 251.69 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144735" + ], + "fetched_at": "2026-05-27T02:19:05.873486+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144735.md b/corpus/lg_plot_reports/lgpr-corn-2024-144735.md new file mode 100644 index 00000000..5ee8a19b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144735.md @@ -0,0 +1,28 @@ +# Corn yield trial — Coleman, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Coleman +- **Year:** 2024 +- **Plot ID:** 144735 +- **Cooperator:** Clarke Farms +- **Planted:** 2024-05-08 +- **Harvested:** 2024-11-08 +- **Plot average:** 246.3 BU/Ac +- **Coordinates:** 43.74782, -84.64699 +- **URL:** https://lgseeds.com/performance/corn#plot-144735 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 5413Q | - | 277.61 | +| 2 | LG Seeds | LG51C62 | VT2RIB | 272.9 | +| 3 | Unknown | 5332AM | - | 261.72 | +| 4 | Unknown | 5077V2P | - | 254.33 | +| 5 | LG Seeds | LG49C28 | VT2RIB | 251.69 | + +Top 5 by Yield: 5413Q (Unknown) 277.61, LG51C62 (LG Seeds) 272.9, 5332AM (Unknown) 261.72, 5077V2P (Unknown) 254.33, LG49C28 (LG Seeds) 251.69. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144738.json b/corpus/lg_plot_reports/lgpr-corn-2024-144738.json new file mode 100644 index 00000000..a46187d9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144738.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144738", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Clarissa ", + "year": 2024, + "plot_id": "144738", + "lat": 46.11181, + "lng": -94.95546, + "cooperator": "Marcus Meiners", + "salesperson": "Marcus Meiners", + "planted_date": "2024-05-19", + "harvested_date": "2024-11-06", + "plot_average": 147.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG37C33", + "traits": "VT2RIB", + "metrics": { + "Yield": 169.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "EXP", + "traits": "", + "metrics": { + "Yield": 164.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "5092PCE", + "traits": "", + "metrics": { + "Yield": 164.3 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "CP3143VT2P/RIB", + "traits": "", + "metrics": { + "Yield": 162.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 159.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144738" + ], + "fetched_at": "2026-05-27T02:18:39.861152+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144738.md b/corpus/lg_plot_reports/lgpr-corn-2024-144738.md new file mode 100644 index 00000000..2a26f8d1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144738.md @@ -0,0 +1,28 @@ +# Corn yield trial — Clarissa , Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Clarissa +- **Year:** 2024 +- **Plot ID:** 144738 +- **Cooperator:** Marcus Meiners +- **Planted:** 2024-05-19 +- **Harvested:** 2024-11-06 +- **Plot average:** 147.0 BU/Ac +- **Coordinates:** 46.11181, -94.95546 +- **URL:** https://lgseeds.com/performance/corn#plot-144738 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG37C33 | VT2RIB | 169.5 | +| 2 | Unknown | EXP | - | 164.9 | +| 3 | Unknown | 5092PCE | - | 164.3 | +| 4 | Unknown | CP3143VT2P/RIB | - | 162.1 | +| 5 | LG Seeds | LG42C80 | VT2RIB | 159.6 | + +Top 5 by Yield: LG37C33 (LG Seeds) 169.5, EXP (Unknown) 164.9, 5092PCE (Unknown) 164.3, CP3143VT2P/RIB (Unknown) 162.1, LG42C80 (LG Seeds) 159.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144741.json b/corpus/lg_plot_reports/lgpr-corn-2024-144741.json new file mode 100644 index 00000000..696c5f84 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144741.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144741", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Allenton", + "year": 2024, + "plot_id": "144741", + "lat": 42.98252, + "lng": -82.87118, + "cooperator": "Ron Parks", + "salesperson": "Ron Parks", + "planted_date": "2024-05-18", + "harvested_date": "2024-11-08", + "plot_average": 224.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "D99-08VT2PRIB", + "traits": "", + "metrics": { + "Yield": 240.6 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P9466PCE", + "traits": "", + "metrics": { + "Yield": 239.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC45-35RIB", + "traits": "", + "metrics": { + "Yield": 238.8 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P9955AM", + "traits": "", + "metrics": { + "Yield": 233.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC096-21RIB", + "traits": "", + "metrics": { + "Yield": 230.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144741" + ], + "fetched_at": "2026-05-27T02:19:24.393797+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144741.md b/corpus/lg_plot_reports/lgpr-corn-2024-144741.md new file mode 100644 index 00000000..9ac09891 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144741.md @@ -0,0 +1,28 @@ +# Corn yield trial — Allenton, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Allenton +- **Year:** 2024 +- **Plot ID:** 144741 +- **Cooperator:** Ron Parks +- **Planted:** 2024-05-18 +- **Harvested:** 2024-11-08 +- **Plot average:** 224.9 BU/Ac +- **Coordinates:** 42.98252, -82.87118 +- **URL:** https://lgseeds.com/performance/corn#plot-144741 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | D99-08VT2PRIB | - | 240.6 | +| 2 | Pioneer | P9466PCE | - | 239.2 | +| 3 | Unknown | DKC45-35RIB | - | 238.8 | +| 4 | Pioneer | P9955AM | - | 233.0 | +| 5 | Unknown | DKC096-21RIB | - | 230.5 | + +Top 5 by Yield: D99-08VT2PRIB (Unknown) 240.6, P9466PCE (Pioneer) 239.2, DKC45-35RIB (Unknown) 238.8, P9955AM (Pioneer) 233.0, DKC096-21RIB (Unknown) 230.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144749.json b/corpus/lg_plot_reports/lgpr-corn-2024-144749.json new file mode 100644 index 00000000..b2b42342 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144749.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144749", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Fountain ", + "year": 2024, + "plot_id": "144749", + "lat": 43.73509, + "lng": -92.10469, + "cooperator": "Fillmore County Corn Growers", + "salesperson": "Fillmore County Corn Growers", + "planted_date": "2024-05-06", + "harvested_date": "2024-10-25", + "plot_average": 253.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DS-4488V", + "traits": "", + "metrics": { + "Yield": 283.9 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "204-54SSPRIB", + "traits": "", + "metrics": { + "Yield": 277.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "D48SS50RIB", + "traits": "", + "metrics": { + "Yield": 274.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC104-08RIB", + "traits": "", + "metrics": { + "Yield": 263.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "D45SP33RIB", + "traits": "", + "metrics": { + "Yield": 260.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144749" + ], + "fetched_at": "2026-05-27T02:18:48.369693+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144749.md b/corpus/lg_plot_reports/lgpr-corn-2024-144749.md new file mode 100644 index 00000000..226ea4a5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144749.md @@ -0,0 +1,28 @@ +# Corn yield trial — Fountain , Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Fountain +- **Year:** 2024 +- **Plot ID:** 144749 +- **Cooperator:** Fillmore County Corn Growers +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-25 +- **Plot average:** 253.7 BU/Ac +- **Coordinates:** 43.73509, -92.10469 +- **URL:** https://lgseeds.com/performance/corn#plot-144749 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DS-4488V | - | 283.9 | +| 2 | Unknown | 204-54SSPRIB | - | 277.4 | +| 3 | Unknown | D48SS50RIB | - | 274.1 | +| 4 | Unknown | DKC104-08RIB | - | 263.6 | +| 5 | Unknown | D45SP33RIB | - | 260.9 | + +Top 5 by Yield: DS-4488V (Unknown) 283.9, 204-54SSPRIB (Unknown) 277.4, D48SS50RIB (Unknown) 274.1, DKC104-08RIB (Unknown) 263.6, D45SP33RIB (Unknown) 260.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144750.json b/corpus/lg_plot_reports/lgpr-corn-2024-144750.json new file mode 100644 index 00000000..3625200b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144750.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144750", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Austin", + "year": 2024, + "plot_id": "144750", + "lat": 43.6554, + "lng": -93.07755, + "cooperator": "Nexus Cooperative", + "salesperson": "Nexus Cooperative", + "planted_date": "2024-05-11", + "harvested_date": "2024-10-21", + "plot_average": 193.1, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "5507AM", + "traits": "", + "metrics": { + "Yield": 204.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C42", + "traits": "", + "metrics": { + "Yield": 203.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "5231AM", + "traits": "", + "metrics": { + "Yield": 193.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "5393V2P", + "traits": "", + "metrics": { + "Yield": 191.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "5647Q", + "traits": "", + "metrics": { + "Yield": 190.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144750" + ], + "fetched_at": "2026-05-27T02:18:48.873873+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144750.md b/corpus/lg_plot_reports/lgpr-corn-2024-144750.md new file mode 100644 index 00000000..8add89b5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144750.md @@ -0,0 +1,28 @@ +# Corn yield trial — Austin, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Austin +- **Year:** 2024 +- **Plot ID:** 144750 +- **Cooperator:** Nexus Cooperative +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-21 +- **Plot average:** 193.1 BU/Ac +- **Coordinates:** 43.65540, -93.07755 +- **URL:** https://lgseeds.com/performance/corn#plot-144750 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 5507AM | - | 204.9 | +| 2 | LG Seeds | LG52C42 | - | 203.6 | +| 3 | Unknown | 5231AM | - | 193.4 | +| 4 | Unknown | 5393V2P | - | 191.5 | +| 5 | Unknown | 5647Q | - | 190.7 | + +Top 5 by Yield: 5507AM (Unknown) 204.9, LG52C42 (LG Seeds) 203.6, 5231AM (Unknown) 193.4, 5393V2P (Unknown) 191.5, 5647Q (Unknown) 190.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144751.json b/corpus/lg_plot_reports/lgpr-corn-2024-144751.json new file mode 100644 index 00000000..10541d82 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144751.json @@ -0,0 +1,46 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144751", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Republican City", + "year": 2024, + "plot_id": "144751", + "lat": 40.06177, + "lng": -99.1853, + "cooperator": "Ayden Molzahn", + "salesperson": "Ayden Molzahn", + "planted_date": "2024-05-18", + "harvested_date": "2024-11-06", + "plot_average": 253.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 258.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "212-02VT2PRIB", + "traits": "", + "metrics": { + "Yield": 247.8 + } + } + ], + "n_results": 2, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144751" + ], + "fetched_at": "2026-05-27T02:18:50.375372+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144751.md b/corpus/lg_plot_reports/lgpr-corn-2024-144751.md new file mode 100644 index 00000000..7bb6286b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144751.md @@ -0,0 +1,25 @@ +# Corn yield trial — Republican City, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Republican City +- **Year:** 2024 +- **Plot ID:** 144751 +- **Cooperator:** Ayden Molzahn +- **Planted:** 2024-05-18 +- **Harvested:** 2024-11-06 +- **Plot average:** 253.0 BU/Ac +- **Coordinates:** 40.06177, -99.18530 +- **URL:** https://lgseeds.com/performance/corn#plot-144751 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C34 | STXRIB | 258.3 | +| 2 | Unknown | 212-02VT2PRIB | - | 247.8 | + +Top 5 by Yield: LG61C34 (LG Seeds) 258.3, 212-02VT2PRIB (Unknown) 247.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144758.json b/corpus/lg_plot_reports/lgpr-corn-2024-144758.json new file mode 100644 index 00000000..a86deaf5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144758.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144758", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Lewiston ", + "year": 2024, + "plot_id": "144758", + "lat": 44.15651, + "lng": -92.05499, + "cooperator": "Darin Wirt", + "salesperson": "Darin Wirt", + "planted_date": null, + "harvested_date": null, + "plot_average": 251.1, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC101-33RIB", + "traits": "", + "metrics": { + "Yield": 284.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC103-47RIB", + "traits": "", + "metrics": { + "Yield": 283.0 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P0622Q", + "traits": "", + "metrics": { + "Yield": 276.9 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P05737V", + "traits": "", + "metrics": { + "Yield": 276.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 274.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144758" + ], + "fetched_at": "2026-05-27T02:18:45.378413+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144758.md b/corpus/lg_plot_reports/lgpr-corn-2024-144758.md new file mode 100644 index 00000000..72cf7869 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144758.md @@ -0,0 +1,26 @@ +# Corn yield trial — Lewiston , Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Lewiston +- **Year:** 2024 +- **Plot ID:** 144758 +- **Cooperator:** Darin Wirt +- **Plot average:** 251.1 BU/Ac +- **Coordinates:** 44.15651, -92.05499 +- **URL:** https://lgseeds.com/performance/corn#plot-144758 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC101-33RIB | - | 284.8 | +| 2 | Unknown | DKC103-47RIB | - | 283.0 | +| 3 | Pioneer | P0622Q | - | 276.9 | +| 4 | Pioneer | P05737V | - | 276.6 | +| 5 | LG Seeds | LG56C25 | SSPRIB | 274.8 | + +Top 5 by Yield: DKC101-33RIB (Unknown) 284.8, DKC103-47RIB (Unknown) 283.0, P0622Q (Pioneer) 276.9, P05737V (Pioneer) 276.6, LG56C25 (LG Seeds) 274.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144767.json b/corpus/lg_plot_reports/lgpr-corn-2024-144767.json new file mode 100644 index 00000000..0a0d1926 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144767.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144767", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Orange City", + "year": 2024, + "plot_id": "144767", + "lat": 43.01202, + "lng": -96.12252, + "cooperator": "Ron & Glen Leusink", + "salesperson": "Ron & Glen Leusink", + "planted_date": "2024-04-24", + "harvested_date": "2024-10-04", + "plot_average": 231.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "X24110BVT4", + "traits": "", + "metrics": { + "Yield": 275.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "CP4516TRE/RIB", + "traits": "", + "metrics": { + "Yield": 252.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "CP4839PCE", + "traits": "", + "metrics": { + "Yield": 248.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC59-82RIB", + "traits": "", + "metrics": { + "Yield": 248.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG57C33", + "traits": "VT2RIB", + "metrics": { + "Yield": 246.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144767" + ], + "fetched_at": "2026-05-27T02:19:18.396008+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144767.md b/corpus/lg_plot_reports/lgpr-corn-2024-144767.md new file mode 100644 index 00000000..65744573 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144767.md @@ -0,0 +1,28 @@ +# Corn yield trial — Orange City, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Orange City +- **Year:** 2024 +- **Plot ID:** 144767 +- **Cooperator:** Ron & Glen Leusink +- **Planted:** 2024-04-24 +- **Harvested:** 2024-10-04 +- **Plot average:** 231.8 BU/Ac +- **Coordinates:** 43.01202, -96.12252 +- **URL:** https://lgseeds.com/performance/corn#plot-144767 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | X24110BVT4 | - | 275.7 | +| 2 | Unknown | CP4516TRE/RIB | - | 252.1 | +| 3 | Unknown | CP4839PCE | - | 248.9 | +| 4 | Unknown | DKC59-82RIB | - | 248.9 | +| 5 | LG Seeds | LG57C33 | VT2RIB | 246.4 | + +Top 5 by Yield: X24110BVT4 (Unknown) 275.7, CP4516TRE/RIB (Unknown) 252.1, CP4839PCE (Unknown) 248.9, DKC59-82RIB (Unknown) 248.9, LG57C33 (LG Seeds) 246.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144771.json b/corpus/lg_plot_reports/lgpr-corn-2024-144771.json new file mode 100644 index 00000000..a516c259 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144771.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144771", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Buffalo Lake", + "year": 2024, + "plot_id": "144771", + "lat": 44.7372, + "lng": -94.6, + "cooperator": "Central Region Coop", + "salesperson": "Central Region Coop", + "planted_date": "2024-05-14", + "harvested_date": "2024-10-14", + "plot_average": 186.9, + "results": [ + { + "rank": 1, + "brand": "NK", + "product": "0007-AA", + "traits": "", + "metrics": { + "Yield": 199.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC101-35RIB", + "traits": "", + "metrics": { + "Yield": 199.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 199.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "R49-29VT2PRIB", + "traits": "", + "metrics": { + "Yield": 197.3 + } + }, + { + "rank": 5, + "brand": "NK", + "product": "0123-AA", + "traits": "", + "metrics": { + "Yield": 194.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144771" + ], + "fetched_at": "2026-05-27T02:18:44.117869+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144771.md b/corpus/lg_plot_reports/lgpr-corn-2024-144771.md new file mode 100644 index 00000000..1b17b46a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144771.md @@ -0,0 +1,28 @@ +# Corn yield trial — Buffalo Lake, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Buffalo Lake +- **Year:** 2024 +- **Plot ID:** 144771 +- **Cooperator:** Central Region Coop +- **Planted:** 2024-05-14 +- **Harvested:** 2024-10-14 +- **Plot average:** 186.9 BU/Ac +- **Coordinates:** 44.73720, -94.60000 +- **URL:** https://lgseeds.com/performance/corn#plot-144771 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | NK | 0007-AA | - | 199.6 | +| 2 | Unknown | DKC101-35RIB | - | 199.5 | +| 3 | LG Seeds | LG48C87 | VT2RIB | 199.0 | +| 4 | Unknown | R49-29VT2PRIB | - | 197.3 | +| 5 | NK | 0123-AA | - | 194.0 | + +Top 5 by Yield: 0007-AA (NK) 199.6, DKC101-35RIB (Unknown) 199.5, LG48C87 (LG Seeds) 199.0, R49-29VT2PRIB (Unknown) 197.3, 0123-AA (NK) 194.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144772.json b/corpus/lg_plot_reports/lgpr-corn-2024-144772.json new file mode 100644 index 00000000..e1c94f66 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144772.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144772", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Buffalo Lake", + "year": 2024, + "plot_id": "144772", + "lat": 44.7372, + "lng": -94.6, + "cooperator": "Central Region Coop", + "salesperson": "Central Region Coop", + "planted_date": "2024-04-24", + "harvested_date": "2024-10-14", + "plot_average": 187.2, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC105-35RIB", + "traits": "", + "metrics": { + "Yield": 200.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 199.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC102-13RIB", + "traits": "", + "metrics": { + "Yield": 197.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "5231AM", + "traits": "", + "metrics": { + "Yield": 196.8 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "5508Q", + "traits": "", + "metrics": { + "Yield": 188.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144772" + ], + "fetched_at": "2026-05-27T02:18:17.107326+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144772.md b/corpus/lg_plot_reports/lgpr-corn-2024-144772.md new file mode 100644 index 00000000..cadb3cdb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144772.md @@ -0,0 +1,28 @@ +# Corn yield trial — Buffalo Lake, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Buffalo Lake +- **Year:** 2024 +- **Plot ID:** 144772 +- **Cooperator:** Central Region Coop +- **Planted:** 2024-04-24 +- **Harvested:** 2024-10-14 +- **Plot average:** 187.2 BU/Ac +- **Coordinates:** 44.73720, -94.60000 +- **URL:** https://lgseeds.com/performance/corn#plot-144772 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC105-35RIB | - | 200.6 | +| 2 | LG Seeds | LG53C44 | VT2RIB | 199.1 | +| 3 | Unknown | DKC102-13RIB | - | 197.8 | +| 4 | Unknown | 5231AM | - | 196.8 | +| 5 | Unknown | 5508Q | - | 188.7 | + +Top 5 by Yield: DKC105-35RIB (Unknown) 200.6, LG53C44 (LG Seeds) 199.1, DKC102-13RIB (Unknown) 197.8, 5231AM (Unknown) 196.8, 5508Q (Unknown) 188.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144775.json b/corpus/lg_plot_reports/lgpr-corn-2024-144775.json new file mode 100644 index 00000000..7aca885b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144775.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144775", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "North English", + "year": 2024, + "plot_id": "144775", + "lat": 41.50558, + "lng": -92.08489, + "cooperator": "Dave Axmear", + "salesperson": "Dave Axmear", + "planted_date": "2024-05-17", + "harvested_date": "2024-10-19", + "plot_average": 249.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 271.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "G14B32-DV", + "traits": "", + "metrics": { + "Yield": 268.7 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "70B4AM", + "traits": "", + "metrics": { + "Yield": 266.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC68-34RIB", + "traits": "", + "metrics": { + "Yield": 261.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC116-62RIB", + "traits": "", + "metrics": { + "Yield": 258.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144775" + ], + "fetched_at": "2026-05-27T02:18:55.135665+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144775.md b/corpus/lg_plot_reports/lgpr-corn-2024-144775.md new file mode 100644 index 00000000..3876101e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144775.md @@ -0,0 +1,28 @@ +# Corn yield trial — North English, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** North English +- **Year:** 2024 +- **Plot ID:** 144775 +- **Cooperator:** Dave Axmear +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-19 +- **Plot average:** 249.8 BU/Ac +- **Coordinates:** 41.50558, -92.08489 +- **URL:** https://lgseeds.com/performance/corn#plot-144775 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C73 | VT2PRO | 271.7 | +| 2 | Unknown | G14B32-DV | - | 268.7 | +| 3 | Unknown | 70B4AM | - | 266.0 | +| 4 | Unknown | DKC68-34RIB | - | 261.4 | +| 5 | Unknown | DKC116-62RIB | - | 258.3 | + +Top 5 by Yield: LG62C73 (LG Seeds) 271.7, G14B32-DV (Unknown) 268.7, 70B4AM (Unknown) 266.0, DKC68-34RIB (Unknown) 261.4, DKC116-62RIB (Unknown) 258.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144776.json b/corpus/lg_plot_reports/lgpr-corn-2024-144776.json new file mode 100644 index 00000000..71b30af8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144776.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144776", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Williamsburg", + "year": 2024, + "plot_id": "144776", + "lat": 41.66819, + "lng": -92.00803, + "cooperator": "Doug Blythe", + "salesperson": "Doug Blythe", + "planted_date": "2024-05-16", + "harvested_date": "2024-10-20", + "plot_average": 263.5, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "72C1PCE", + "traits": "", + "metrics": { + "Yield": 294.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "71A7V", + "traits": "", + "metrics": { + "Yield": 293.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "73A4AM", + "traits": "", + "metrics": { + "Yield": 287.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "68C1V", + "traits": "", + "metrics": { + "Yield": 284.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "MW13-50SSPRIB", + "traits": "", + "metrics": { + "Yield": 280.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144776" + ], + "fetched_at": "2026-05-27T02:18:55.378992+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144776.md b/corpus/lg_plot_reports/lgpr-corn-2024-144776.md new file mode 100644 index 00000000..06e440c6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144776.md @@ -0,0 +1,28 @@ +# Corn yield trial — Williamsburg, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Williamsburg +- **Year:** 2024 +- **Plot ID:** 144776 +- **Cooperator:** Doug Blythe +- **Planted:** 2024-05-16 +- **Harvested:** 2024-10-20 +- **Plot average:** 263.5 BU/Ac +- **Coordinates:** 41.66819, -92.00803 +- **URL:** https://lgseeds.com/performance/corn#plot-144776 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 72C1PCE | - | 294.6 | +| 2 | Unknown | 71A7V | - | 293.9 | +| 3 | Unknown | 73A4AM | - | 287.1 | +| 4 | Unknown | 68C1V | - | 284.4 | +| 5 | Unknown | MW13-50SSPRIB | - | 280.8 | + +Top 5 by Yield: 72C1PCE (Unknown) 294.6, 71A7V (Unknown) 293.9, 73A4AM (Unknown) 287.1, 68C1V (Unknown) 284.4, MW13-50SSPRIB (Unknown) 280.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144777.json b/corpus/lg_plot_reports/lgpr-corn-2024-144777.json new file mode 100644 index 00000000..06e8ba1d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144777.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144777", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "North English", + "year": 2024, + "plot_id": "144777", + "lat": 41.51865, + "lng": -92.02334, + "cooperator": "Jim Stevenson", + "salesperson": "Jim Stevenson", + "planted_date": "2024-05-16", + "harvested_date": "2024-10-28", + "plot_average": 279.2, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "MW09-90PCE", + "traits": "", + "metrics": { + "Yield": 313.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "72C1PCE", + "traits": "", + "metrics": { + "Yield": 297.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "74A5PCE", + "traits": "", + "metrics": { + "Yield": 297.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "71A7V", + "traits": "", + "metrics": { + "Yield": 295.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC113-83RIB", + "traits": "", + "metrics": { + "Yield": 294.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144777" + ], + "fetched_at": "2026-05-27T02:18:55.610675+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144777.md b/corpus/lg_plot_reports/lgpr-corn-2024-144777.md new file mode 100644 index 00000000..4948218d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144777.md @@ -0,0 +1,28 @@ +# Corn yield trial — North English, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** North English +- **Year:** 2024 +- **Plot ID:** 144777 +- **Cooperator:** Jim Stevenson +- **Planted:** 2024-05-16 +- **Harvested:** 2024-10-28 +- **Plot average:** 279.2 BU/Ac +- **Coordinates:** 41.51865, -92.02334 +- **URL:** https://lgseeds.com/performance/corn#plot-144777 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | MW09-90PCE | - | 313.5 | +| 2 | Unknown | 72C1PCE | - | 297.2 | +| 3 | Unknown | 74A5PCE | - | 297.0 | +| 4 | Unknown | 71A7V | - | 295.1 | +| 5 | Unknown | DKC113-83RIB | - | 294.8 | + +Top 5 by Yield: MW09-90PCE (Unknown) 313.5, 72C1PCE (Unknown) 297.2, 74A5PCE (Unknown) 297.0, 71A7V (Unknown) 295.1, DKC113-83RIB (Unknown) 294.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144778.json b/corpus/lg_plot_reports/lgpr-corn-2024-144778.json new file mode 100644 index 00000000..e776b0da --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144778.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144778", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Kalona", + "year": 2024, + "plot_id": "144778", + "lat": 41.53092, + "lng": -91.71365, + "cooperator": "Marlin Bontrager", + "salesperson": "Marlin Bontrager", + "planted_date": "2024-05-17", + "harvested_date": "2024-10-22", + "plot_average": 267.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "70F6V", + "traits": "", + "metrics": { + "Yield": 299.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 291.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "70F6V", + "traits": "", + "metrics": { + "Yield": 284.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "71A7V", + "traits": "", + "metrics": { + "Yield": 282.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 281.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144778" + ], + "fetched_at": "2026-05-27T02:18:55.882116+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144778.md b/corpus/lg_plot_reports/lgpr-corn-2024-144778.md new file mode 100644 index 00000000..73e62f9d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144778.md @@ -0,0 +1,28 @@ +# Corn yield trial — Kalona, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Kalona +- **Year:** 2024 +- **Plot ID:** 144778 +- **Cooperator:** Marlin Bontrager +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-22 +- **Plot average:** 267.0 BU/Ac +- **Coordinates:** 41.53092, -91.71365 +- **URL:** https://lgseeds.com/performance/corn#plot-144778 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 70F6V | - | 299.3 | +| 2 | LG Seeds | LG62C73 | VT2PRO | 291.3 | +| 3 | Unknown | 70F6V | - | 284.5 | +| 4 | Unknown | 71A7V | - | 282.4 | +| 5 | LG Seeds | LG64C43 | VT2RIB | 281.3 | + +Top 5 by Yield: 70F6V (Unknown) 299.3, LG62C73 (LG Seeds) 291.3, 70F6V (Unknown) 284.5, 71A7V (Unknown) 282.4, LG64C43 (LG Seeds) 281.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144779.json b/corpus/lg_plot_reports/lgpr-corn-2024-144779.json new file mode 100644 index 00000000..e8b3adbc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144779.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144779", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Kalona", + "year": 2024, + "plot_id": "144779", + "lat": 41.48921, + "lng": -91.65358, + "cooperator": "Perry and Matt Miller", + "salesperson": "Perry and Matt Miller", + "planted_date": "2024-05-09", + "harvested_date": "2024-10-05", + "plot_average": 282.1, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "71A7V", + "traits": "", + "metrics": { + "Yield": 309.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "73A4AM", + "traits": "", + "metrics": { + "Yield": 303.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "72C1PCE", + "traits": "", + "metrics": { + "Yield": 302.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "MW12-48DGVT2PRIB", + "traits": "", + "metrics": { + "Yield": 300.9 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "MW09-90PCE", + "traits": "", + "metrics": { + "Yield": 300.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144779" + ], + "fetched_at": "2026-05-27T02:18:56.114684+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144779.md b/corpus/lg_plot_reports/lgpr-corn-2024-144779.md new file mode 100644 index 00000000..62b530a0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144779.md @@ -0,0 +1,28 @@ +# Corn yield trial — Kalona, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Kalona +- **Year:** 2024 +- **Plot ID:** 144779 +- **Cooperator:** Perry and Matt Miller +- **Planted:** 2024-05-09 +- **Harvested:** 2024-10-05 +- **Plot average:** 282.1 BU/Ac +- **Coordinates:** 41.48921, -91.65358 +- **URL:** https://lgseeds.com/performance/corn#plot-144779 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 71A7V | - | 309.1 | +| 2 | Unknown | 73A4AM | - | 303.1 | +| 3 | Unknown | 72C1PCE | - | 302.2 | +| 4 | Unknown | MW12-48DGVT2PRIB | - | 300.9 | +| 5 | Unknown | MW09-90PCE | - | 300.3 | + +Top 5 by Yield: 71A7V (Unknown) 309.1, 73A4AM (Unknown) 303.1, 72C1PCE (Unknown) 302.2, MW12-48DGVT2PRIB (Unknown) 300.9, MW09-90PCE (Unknown) 300.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144781.json b/corpus/lg_plot_reports/lgpr-corn-2024-144781.json new file mode 100644 index 00000000..cc100052 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144781.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144781", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Deep River", + "year": 2024, + "plot_id": "144781", + "lat": 41.5771, + "lng": -92.23084, + "cooperator": "Montezuma Crop Service", + "salesperson": "Montezuma Crop Service", + "planted_date": "2024-04-25", + "harvested_date": "2024-10-15", + "plot_average": 249.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "AV3310PCE", + "traits": "", + "metrics": { + "Yield": 295.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC108-64RIB", + "traits": "", + "metrics": { + "Yield": 275.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC111-35RIB", + "traits": "", + "metrics": { + "Yield": 265.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "AV2208AM", + "traits": "", + "metrics": { + "Yield": 262.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "AV4713PCE", + "traits": "", + "metrics": { + "Yield": 259.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144781" + ], + "fetched_at": "2026-05-27T02:18:56.362766+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144781.md b/corpus/lg_plot_reports/lgpr-corn-2024-144781.md new file mode 100644 index 00000000..f3462272 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144781.md @@ -0,0 +1,28 @@ +# Corn yield trial — Deep River, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Deep River +- **Year:** 2024 +- **Plot ID:** 144781 +- **Cooperator:** Montezuma Crop Service +- **Planted:** 2024-04-25 +- **Harvested:** 2024-10-15 +- **Plot average:** 249.4 BU/Ac +- **Coordinates:** 41.57710, -92.23084 +- **URL:** https://lgseeds.com/performance/corn#plot-144781 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | AV3310PCE | - | 295.7 | +| 2 | Unknown | DKC108-64RIB | - | 275.1 | +| 3 | Unknown | DKC111-35RIB | - | 265.4 | +| 4 | Unknown | AV2208AM | - | 262.2 | +| 5 | Unknown | AV4713PCE | - | 259.3 | + +Top 5 by Yield: AV3310PCE (Unknown) 295.7, DKC108-64RIB (Unknown) 275.1, DKC111-35RIB (Unknown) 265.4, AV2208AM (Unknown) 262.2, AV4713PCE (Unknown) 259.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144783.json b/corpus/lg_plot_reports/lgpr-corn-2024-144783.json new file mode 100644 index 00000000..0b88018e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144783.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144783", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Yarmouth", + "year": 2024, + "plot_id": "144783", + "lat": 41.00164, + "lng": -91.3196, + "cooperator": "Chase Klenk", + "salesperson": "Chase Klenk", + "planted_date": "2024-05-18", + "harvested_date": "2024-10-24", + "plot_average": 251.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B10A20AM", + "traits": "", + "metrics": { + "Yield": 282.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B14H38AM", + "traits": "", + "metrics": { + "Yield": 279.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG61C21", + "traits": "3110", + "metrics": { + "Yield": 255.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B12H48PCE", + "traits": "", + "metrics": { + "Yield": 254.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 253.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144783" + ], + "fetched_at": "2026-05-27T02:17:59.847347+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144783.md b/corpus/lg_plot_reports/lgpr-corn-2024-144783.md new file mode 100644 index 00000000..5d8c912a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144783.md @@ -0,0 +1,28 @@ +# Corn yield trial — Yarmouth, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Yarmouth +- **Year:** 2024 +- **Plot ID:** 144783 +- **Cooperator:** Chase Klenk +- **Planted:** 2024-05-18 +- **Harvested:** 2024-10-24 +- **Plot average:** 251.3 BU/Ac +- **Coordinates:** 41.00164, -91.31960 +- **URL:** https://lgseeds.com/performance/corn#plot-144783 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B10A20AM | - | 282.2 | +| 2 | Unknown | B14H38AM | - | 279.0 | +| 3 | LG Seeds | LG61C21 | 3110 | 255.8 | +| 4 | Unknown | B12H48PCE | - | 254.4 | +| 5 | LG Seeds | LG64C43 | VT2RIB | 253.3 | + +Top 5 by Yield: B10A20AM (Unknown) 282.2, B14H38AM (Unknown) 279.0, LG61C21 (LG Seeds) 255.8, B12H48PCE (Unknown) 254.4, LG64C43 (LG Seeds) 253.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144784.json b/corpus/lg_plot_reports/lgpr-corn-2024-144784.json new file mode 100644 index 00000000..4eb11e86 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144784.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144784", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Yarmouth", + "year": 2024, + "plot_id": "144784", + "lat": 41.00164, + "lng": -91.3196, + "cooperator": "Chase Klenk", + "salesperson": "Chase Klenk", + "planted_date": "2024-05-18", + "harvested_date": "2024-10-23", + "plot_average": 249.2, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P0953AM", + "traits": "", + "metrics": { + "Yield": 278.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "D49VC53RIB", + "traits": "", + "metrics": { + "Yield": 267.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "D49VC53RIB", + "traits": "", + "metrics": { + "Yield": 265.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 264.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC68-35RIB", + "traits": "", + "metrics": { + "Yield": 260.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144784" + ], + "fetched_at": "2026-05-27T02:18:00.094667+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144784.md b/corpus/lg_plot_reports/lgpr-corn-2024-144784.md new file mode 100644 index 00000000..a24bcc3d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144784.md @@ -0,0 +1,28 @@ +# Corn yield trial — Yarmouth, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Yarmouth +- **Year:** 2024 +- **Plot ID:** 144784 +- **Cooperator:** Chase Klenk +- **Planted:** 2024-05-18 +- **Harvested:** 2024-10-23 +- **Plot average:** 249.2 BU/Ac +- **Coordinates:** 41.00164, -91.31960 +- **URL:** https://lgseeds.com/performance/corn#plot-144784 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P0953AM | - | 278.2 | +| 2 | Unknown | D49VC53RIB | - | 267.3 | +| 3 | Unknown | D49VC53RIB | - | 265.1 | +| 4 | LG Seeds | LG62C73 | VT2PRO | 264.6 | +| 5 | Unknown | DKC68-35RIB | - | 260.8 | + +Top 5 by Yield: P0953AM (Pioneer) 278.2, D49VC53RIB (Unknown) 267.3, D49VC53RIB (Unknown) 265.1, LG62C73 (LG Seeds) 264.6, DKC68-35RIB (Unknown) 260.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144785.json b/corpus/lg_plot_reports/lgpr-corn-2024-144785.json new file mode 100644 index 00000000..412bc641 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144785.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144785", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Mount Pleasant", + "year": 2024, + "plot_id": "144785", + "lat": 40.99321, + "lng": -91.55387, + "cooperator": "Mullin Family Farms", + "salesperson": "Mullin Family Farms", + "planted_date": "2024-05-11", + "harvested_date": "2024-10-18", + "plot_average": 271.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "D53VC54RIB", + "traits": "", + "metrics": { + "Yield": 289.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "5864PCE", + "traits": "", + "metrics": { + "Yield": 288.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "6005VC", + "traits": "", + "metrics": { + "Yield": 285.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "215-70TRCRIB", + "traits": "", + "metrics": { + "Yield": 282.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B10Y21PCE", + "traits": "", + "metrics": { + "Yield": 281.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144785" + ], + "fetched_at": "2026-05-27T02:18:00.349516+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144785.md b/corpus/lg_plot_reports/lgpr-corn-2024-144785.md new file mode 100644 index 00000000..04034312 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144785.md @@ -0,0 +1,28 @@ +# Corn yield trial — Mount Pleasant, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Mount Pleasant +- **Year:** 2024 +- **Plot ID:** 144785 +- **Cooperator:** Mullin Family Farms +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-18 +- **Plot average:** 271.7 BU/Ac +- **Coordinates:** 40.99321, -91.55387 +- **URL:** https://lgseeds.com/performance/corn#plot-144785 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | D53VC54RIB | - | 289.6 | +| 2 | Unknown | 5864PCE | - | 288.3 | +| 3 | Unknown | 6005VC | - | 285.2 | +| 4 | Unknown | 215-70TRCRIB | - | 282.6 | +| 5 | Unknown | B10Y21PCE | - | 281.4 | + +Top 5 by Yield: D53VC54RIB (Unknown) 289.6, 5864PCE (Unknown) 288.3, 6005VC (Unknown) 285.2, 215-70TRCRIB (Unknown) 282.6, B10Y21PCE (Unknown) 281.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144786.json b/corpus/lg_plot_reports/lgpr-corn-2024-144786.json new file mode 100644 index 00000000..df1b1079 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144786.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144786", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Morning Sun", + "year": 2024, + "plot_id": "144786", + "lat": 41.07434, + "lng": -91.28437, + "cooperator": "Todd Agri", + "salesperson": "Todd Agri", + "planted_date": "2024-05-18", + "harvested_date": "2024-10-14", + "plot_average": 264.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC66-06RIB", + "traits": "", + "metrics": { + "Yield": 290.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B12H48PCE", + "traits": "", + "metrics": { + "Yield": 286.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "D49VC53RIB", + "traits": "", + "metrics": { + "Yield": 283.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B09C43PCE", + "traits": "", + "metrics": { + "Yield": 282.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 281.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144786" + ], + "fetched_at": "2026-05-27T02:18:59.875170+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144786.md b/corpus/lg_plot_reports/lgpr-corn-2024-144786.md new file mode 100644 index 00000000..d4bdd11d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144786.md @@ -0,0 +1,28 @@ +# Corn yield trial — Morning Sun, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Morning Sun +- **Year:** 2024 +- **Plot ID:** 144786 +- **Cooperator:** Todd Agri +- **Planted:** 2024-05-18 +- **Harvested:** 2024-10-14 +- **Plot average:** 264.0 BU/Ac +- **Coordinates:** 41.07434, -91.28437 +- **URL:** https://lgseeds.com/performance/corn#plot-144786 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC66-06RIB | - | 290.2 | +| 2 | Unknown | B12H48PCE | - | 286.6 | +| 3 | Unknown | D49VC53RIB | - | 283.0 | +| 4 | Unknown | B09C43PCE | - | 282.2 | +| 5 | LG Seeds | LG63C32 | SSP | 281.0 | + +Top 5 by Yield: DKC66-06RIB (Unknown) 290.2, B12H48PCE (Unknown) 286.6, D49VC53RIB (Unknown) 283.0, B09C43PCE (Unknown) 282.2, LG63C32 (LG Seeds) 281.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144793.json b/corpus/lg_plot_reports/lgpr-corn-2024-144793.json new file mode 100644 index 00000000..a85ec58c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144793.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144793", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Waterloo", + "year": 2024, + "plot_id": "144793", + "lat": 38.31591, + "lng": -90.1099, + "cooperator": "Patrick Doyle", + "salesperson": "Patrick Doyle", + "planted_date": "2024-05-15", + "harvested_date": "2024-10-25", + "plot_average": 210.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "72D4AM", + "traits": "", + "metrics": { + "Yield": 237.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 232.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "M-2413C-30", + "traits": "", + "metrics": { + "Yield": 228.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Yield": 228.3 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "74A5PCE", + "traits": "", + "metrics": { + "Yield": 228.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144793" + ], + "fetched_at": "2026-05-27T02:18:47.618921+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144793.md b/corpus/lg_plot_reports/lgpr-corn-2024-144793.md new file mode 100644 index 00000000..5a308e7e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144793.md @@ -0,0 +1,28 @@ +# Corn yield trial — Waterloo, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Waterloo +- **Year:** 2024 +- **Plot ID:** 144793 +- **Cooperator:** Patrick Doyle +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-25 +- **Plot average:** 210.7 BU/Ac +- **Coordinates:** 38.31591, -90.10990 +- **URL:** https://lgseeds.com/performance/corn#plot-144793 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 72D4AM | - | 237.2 | +| 2 | LG Seeds | LG63C54 | PCE | 232.9 | +| 3 | Unknown | M-2413C-30 | - | 228.8 | +| 4 | LG Seeds | LG67C27 | STXRIB | 228.3 | +| 5 | Unknown | 74A5PCE | - | 228.0 | + +Top 5 by Yield: 72D4AM (Unknown) 237.2, LG63C54 (LG Seeds) 232.9, M-2413C-30 (Unknown) 228.8, LG67C27 (LG Seeds) 228.3, 74A5PCE (Unknown) 228.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144797.json b/corpus/lg_plot_reports/lgpr-corn-2024-144797.json new file mode 100644 index 00000000..5e0921a0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144797.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144797", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Viroqua", + "year": 2024, + "plot_id": "144797", + "lat": 43.57504, + "lng": -90.95648, + "cooperator": "Ethan Baker", + "salesperson": "Ethan Baker", + "planted_date": "2024-05-13", + "harvested_date": "2024-10-28", + "plot_average": 220.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 243.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "MW98-70VT4PRIB", + "traits": "", + "metrics": { + "Yield": 234.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "MW04-34TRERIB", + "traits": "", + "metrics": { + "Yield": 232.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 229.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 227.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144797" + ], + "fetched_at": "2026-05-27T02:18:26.608482+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144797.md b/corpus/lg_plot_reports/lgpr-corn-2024-144797.md new file mode 100644 index 00000000..1411f212 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144797.md @@ -0,0 +1,28 @@ +# Corn yield trial — Viroqua, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Viroqua +- **Year:** 2024 +- **Plot ID:** 144797 +- **Cooperator:** Ethan Baker +- **Planted:** 2024-05-13 +- **Harvested:** 2024-10-28 +- **Plot average:** 220.6 BU/Ac +- **Coordinates:** 43.57504, -90.95648 +- **URL:** https://lgseeds.com/performance/corn#plot-144797 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG48C87 | VT2RIB | 243.6 | +| 2 | Unknown | MW98-70VT4PRIB | - | 234.6 | +| 3 | Unknown | MW04-34TRERIB | - | 232.8 | +| 4 | LG Seeds | LG53C44 | VT2RIB | 229.1 | +| 5 | LG Seeds | LG49C28 | VT2RIB | 227.6 | + +Top 5 by Yield: LG48C87 (LG Seeds) 243.6, MW98-70VT4PRIB (Unknown) 234.6, MW04-34TRERIB (Unknown) 232.8, LG53C44 (LG Seeds) 229.1, LG49C28 (LG Seeds) 227.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144814.json b/corpus/lg_plot_reports/lgpr-corn-2024-144814.json new file mode 100644 index 00000000..274c7cef --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144814.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144814", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Cannon Falls", + "year": 2024, + "plot_id": "144814", + "lat": 44.15651, + "lng": -92.05498, + "cooperator": "Tom Pasch", + "salesperson": "Tom Pasch", + "planted_date": "2024-05-12", + "harvested_date": "2024-10-22", + "plot_average": 230.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "RK444VT2P", + "traits": "", + "metrics": { + "Yield": 243.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "RK456VT2P", + "traits": "", + "metrics": { + "Yield": 243.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "RK597SSPRO", + "traits": "", + "metrics": { + "Yield": 241.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "RK628VT2P", + "traits": "", + "metrics": { + "Yield": 238.9 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "RK571PCE", + "traits": "", + "metrics": { + "Yield": 237.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144814" + ], + "fetched_at": "2026-05-27T02:18:45.608238+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144814.md b/corpus/lg_plot_reports/lgpr-corn-2024-144814.md new file mode 100644 index 00000000..764de62e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144814.md @@ -0,0 +1,28 @@ +# Corn yield trial — Cannon Falls, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Cannon Falls +- **Year:** 2024 +- **Plot ID:** 144814 +- **Cooperator:** Tom Pasch +- **Planted:** 2024-05-12 +- **Harvested:** 2024-10-22 +- **Plot average:** 230.3 BU/Ac +- **Coordinates:** 44.15651, -92.05498 +- **URL:** https://lgseeds.com/performance/corn#plot-144814 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | RK444VT2P | - | 243.7 | +| 2 | Unknown | RK456VT2P | - | 243.6 | +| 3 | Unknown | RK597SSPRO | - | 241.9 | +| 4 | Unknown | RK628VT2P | - | 238.9 | +| 5 | Unknown | RK571PCE | - | 237.8 | + +Top 5 by Yield: RK444VT2P (Unknown) 243.7, RK456VT2P (Unknown) 243.6, RK597SSPRO (Unknown) 241.9, RK628VT2P (Unknown) 238.9, RK571PCE (Unknown) 237.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144817.json b/corpus/lg_plot_reports/lgpr-corn-2024-144817.json new file mode 100644 index 00000000..1d28e692 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144817.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144817", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Manter", + "year": 2024, + "plot_id": "144817", + "lat": 37.51658, + "lng": -101.8562, + "cooperator": "David Walker", + "salesperson": "David Walker", + "planted_date": "2024-05-23", + "harvested_date": "2024-10-18", + "plot_average": 220.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STXRIB", + "metrics": { + "Yield": 230.0 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P08527V", + "traits": "", + "metrics": { + "Yield": 229.4 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P12904V", + "traits": "", + "metrics": { + "Yield": 225.2 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P13544V", + "traits": "", + "metrics": { + "Yield": 224.2 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P10625V", + "traits": "", + "metrics": { + "Yield": 221.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144817" + ], + "fetched_at": "2026-05-27T02:18:47.380001+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144817.md b/corpus/lg_plot_reports/lgpr-corn-2024-144817.md new file mode 100644 index 00000000..b924e204 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144817.md @@ -0,0 +1,28 @@ +# Corn yield trial — Manter, Kansas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Manter +- **Year:** 2024 +- **Plot ID:** 144817 +- **Cooperator:** David Walker +- **Planted:** 2024-05-23 +- **Harvested:** 2024-10-18 +- **Plot average:** 220.5 BU/Ac +- **Coordinates:** 37.51658, -101.85620 +- **URL:** https://lgseeds.com/performance/corn#plot-144817 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C90 | STXRIB | 230.0 | +| 2 | Pioneer | P08527V | - | 229.4 | +| 3 | Pioneer | P12904V | - | 225.2 | +| 4 | Pioneer | P13544V | - | 224.2 | +| 5 | Pioneer | P10625V | - | 221.6 | + +Top 5 by Yield: LG64C90 (LG Seeds) 230.0, P08527V (Pioneer) 229.4, P12904V (Pioneer) 225.2, P13544V (Pioneer) 224.2, P10625V (Pioneer) 221.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144822.json b/corpus/lg_plot_reports/lgpr-corn-2024-144822.json new file mode 100644 index 00000000..10f5e9bd --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144822.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144822", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Crookston", + "year": 2024, + "plot_id": "144822", + "lat": 47.70553, + "lng": -96.54635, + "cooperator": "Agrimax Crookston - Corn", + "salesperson": "Agrimax Crookston - Corn", + "planted_date": "2024-05-20", + "harvested_date": "2024-10-20", + "plot_average": 216.3, + "results": [ + { + "rank": 1, + "brand": "NK", + "product": "9400-V", + "traits": "", + "metrics": { + "Yield": 260.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG38C48", + "traits": "VT2PRO", + "metrics": { + "Yield": 260.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "190-50VT2PRIB", + "traits": "", + "metrics": { + "Yield": 258.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 245.6 + } + }, + { + "rank": 5, + "brand": "NK", + "product": "9231-AA", + "traits": "", + "metrics": { + "Yield": 245.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144822" + ], + "fetched_at": "2026-05-27T02:18:43.613862+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144822.md b/corpus/lg_plot_reports/lgpr-corn-2024-144822.md new file mode 100644 index 00000000..b456a9ea --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144822.md @@ -0,0 +1,28 @@ +# Corn yield trial — Crookston, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Crookston +- **Year:** 2024 +- **Plot ID:** 144822 +- **Cooperator:** Agrimax Crookston - Corn +- **Planted:** 2024-05-20 +- **Harvested:** 2024-10-20 +- **Plot average:** 216.3 BU/Ac +- **Coordinates:** 47.70553, -96.54635 +- **URL:** https://lgseeds.com/performance/corn#plot-144822 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | NK | 9400-V | - | 260.5 | +| 2 | LG Seeds | LG38C48 | VT2PRO | 260.4 | +| 3 | Unknown | 190-50VT2PRIB | - | 258.6 | +| 4 | LG Seeds | LG42C80 | VT2RIB | 245.6 | +| 5 | NK | 9231-AA | - | 245.6 | + +Top 5 by Yield: 9400-V (NK) 260.5, LG38C48 (LG Seeds) 260.4, 190-50VT2PRIB (Unknown) 258.6, LG42C80 (LG Seeds) 245.6, 9231-AA (NK) 245.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144836.json b/corpus/lg_plot_reports/lgpr-corn-2024-144836.json new file mode 100644 index 00000000..4c245017 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144836.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144836", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Dunkerton ", + "year": 2024, + "plot_id": "144836", + "lat": 42.62913, + "lng": -92.22777, + "cooperator": "Lance Taylor", + "salesperson": "Lance Taylor", + "planted_date": "2024-05-10", + "harvested_date": "2024-11-05", + "plot_average": 234.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 275.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG60C86", + "traits": "5222EZ", + "metrics": { + "Yield": 249.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 248.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 239.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 237.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144836" + ], + "fetched_at": "2026-05-27T02:18:45.888274+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144836.md b/corpus/lg_plot_reports/lgpr-corn-2024-144836.md new file mode 100644 index 00000000..c272dc9f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144836.md @@ -0,0 +1,28 @@ +# Corn yield trial — Dunkerton , Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Dunkerton +- **Year:** 2024 +- **Plot ID:** 144836 +- **Cooperator:** Lance Taylor +- **Planted:** 2024-05-10 +- **Harvested:** 2024-11-05 +- **Plot average:** 234.1 BU/Ac +- **Coordinates:** 42.62913, -92.22777 +- **URL:** https://lgseeds.com/performance/corn#plot-144836 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 275.0 | +| 2 | LG Seeds | LG60C86 | 5222EZ | 249.0 | +| 3 | LG Seeds | LG61C34 | STXRIB | 248.7 | +| 4 | LG Seeds | LG58C48 | VT2RIB | 239.5 | +| 5 | LG Seeds | LG48C32 | SSPRIB | 237.1 | + +Top 5 by Yield: LG51C62 (LG Seeds) 275.0, LG60C86 (LG Seeds) 249.0, LG61C34 (LG Seeds) 248.7, LG58C48 (LG Seeds) 239.5, LG48C32 (LG Seeds) 237.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144838.json b/corpus/lg_plot_reports/lgpr-corn-2024-144838.json new file mode 100644 index 00000000..2e27489a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144838.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144838", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Urbana", + "year": 2024, + "plot_id": "144838", + "lat": 40.16, + "lng": -83.78, + "cooperator": "David Jenkins", + "salesperson": "David Jenkins", + "planted_date": "2024-05-24", + "harvested_date": "2024-10-12", + "plot_average": 187.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 212.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 198.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 196.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2PRO", + "metrics": { + "Yield": 195.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 195.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144838" + ], + "fetched_at": "2026-05-27T02:18:37.134528+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144838.md b/corpus/lg_plot_reports/lgpr-corn-2024-144838.md new file mode 100644 index 00000000..35b6f8b0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144838.md @@ -0,0 +1,28 @@ +# Corn yield trial — Urbana, Ohio, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Ohio (OH) +- **City:** Urbana +- **Year:** 2024 +- **Plot ID:** 144838 +- **Cooperator:** David Jenkins +- **Planted:** 2024-05-24 +- **Harvested:** 2024-10-12 +- **Plot average:** 187.5 BU/Ac +- **Coordinates:** 40.16000, -83.78000 +- **URL:** https://lgseeds.com/performance/corn#plot-144838 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 212.7 | +| 2 | LG Seeds | LG53C44 | VT2RIB | 198.2 | +| 3 | LG Seeds | LG64C43 | VT2RIB | 196.1 | +| 4 | LG Seeds | LG52C90 | VT2PRO | 195.7 | +| 5 | LG Seeds | LG60C05 | 3110 | 195.7 | + +Top 5 by Yield: LG51C62 (LG Seeds) 212.7, LG53C44 (LG Seeds) 198.2, LG64C43 (LG Seeds) 196.1, LG52C90 (LG Seeds) 195.7, LG60C05 (LG Seeds) 195.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144839.json b/corpus/lg_plot_reports/lgpr-corn-2024-144839.json new file mode 100644 index 00000000..5bf83191 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144839.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2024-144839", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Englewood", + "year": 2024, + "plot_id": "144839", + "lat": 39.87, + "lng": -84.3, + "cooperator": "Stebbins Farms", + "salesperson": "Stebbins Farms", + "planted_date": "2024-05-22", + "harvested_date": "2024-11-04", + "plot_average": 188.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 220.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSP", + "metrics": { + "Yield": 201.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 195.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 195.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "214-78DGVT2PRIB", + "traits": "", + "metrics": { + "Yield": 195.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144839" + ], + "fetched_at": "2026-05-27T02:18:03.132105+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2024-144839.md b/corpus/lg_plot_reports/lgpr-corn-2024-144839.md new file mode 100644 index 00000000..925c69c9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2024-144839.md @@ -0,0 +1,28 @@ +# Corn yield trial — Englewood, Ohio, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Ohio (OH) +- **City:** Englewood +- **Year:** 2024 +- **Plot ID:** 144839 +- **Cooperator:** Stebbins Farms +- **Planted:** 2024-05-22 +- **Harvested:** 2024-11-04 +- **Plot average:** 188.2 BU/Ac +- **Coordinates:** 39.87000, -84.30000 +- **URL:** https://lgseeds.com/performance/corn#plot-144839 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG59C72 | 5222EZ | 220.9 | +| 2 | LG Seeds | LG63C32 | SSP | 201.8 | +| 3 | LG Seeds | LG63C82 | DGVT2RIB | 195.8 | +| 4 | LG Seeds | LG61C34 | STXRIB | 195.2 | +| 5 | Unknown | 214-78DGVT2PRIB | - | 195.1 | + +Top 5 by Yield: LG59C72 (LG Seeds) 220.9, LG63C32 (LG Seeds) 201.8, LG63C82 (LG Seeds) 195.8, LG61C34 (LG Seeds) 195.2, 214-78DGVT2PRIB (Unknown) 195.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-144984.json b/corpus/lg_plot_reports/lgpr-corn-2025-144984.json new file mode 100644 index 00000000..76c8e131 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-144984.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-144984", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "Bishop", + "year": 2025, + "plot_id": "144984", + "lat": 27.65839, + "lng": -97.8455, + "cooperator": "Texas Agrilife - Nueces County", + "salesperson": "Texas Agrilife - Nueces County", + "planted_date": "2025-02-26", + "harvested_date": "2025-07-23", + "plot_average": 76.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 93.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC117-27", + "traits": "", + "metrics": { + "Yield": 90.7 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC68-35", + "traits": "", + "metrics": { + "Yield": 86.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "RC6808TRC", + "traits": "", + "metrics": { + "Yield": 85.3 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "RC6539-VT2PRIB", + "traits": "", + "metrics": { + "Yield": 83.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144984" + ], + "fetched_at": "2026-05-27T02:20:54.668165+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-144984.md b/corpus/lg_plot_reports/lgpr-corn-2025-144984.md new file mode 100644 index 00000000..1526f576 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-144984.md @@ -0,0 +1,28 @@ +# Corn yield trial — Bishop, Texas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** Bishop +- **Year:** 2025 +- **Plot ID:** 144984 +- **Cooperator:** Texas Agrilife - Nueces County +- **Planted:** 2025-02-26 +- **Harvested:** 2025-07-23 +- **Plot average:** 76.7 BU/Ac +- **Coordinates:** 27.65839, -97.84550 +- **URL:** https://lgseeds.com/performance/corn#plot-144984 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG67C07 | VT2PRO | 93.3 | +| 2 | Unknown | DKC117-27 | - | 90.7 | +| 3 | Unknown | DKC68-35 | - | 86.9 | +| 4 | Unknown | RC6808TRC | - | 85.3 | +| 5 | Unknown | RC6539-VT2PRIB | - | 83.6 | + +Top 5 by Yield: LG67C07 (LG Seeds) 93.3, DKC117-27 (Unknown) 90.7, DKC68-35 (Unknown) 86.9, RC6808TRC (Unknown) 85.3, RC6539-VT2PRIB (Unknown) 83.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-144986.json b/corpus/lg_plot_reports/lgpr-corn-2025-144986.json new file mode 100644 index 00000000..5f54da35 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-144986.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-144986", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "Aqua Dulce", + "year": 2025, + "plot_id": "144986", + "lat": 27.77789, + "lng": -97.95047, + "cooperator": "Zach Adams", + "salesperson": "Zach Adams", + "planted_date": "2025-02-27", + "harvested_date": "2025-08-02", + "plot_average": 98.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG65C14", + "traits": "TRC", + "metrics": { + "Yield": 108.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC117-78", + "traits": "", + "metrics": { + "Yield": 108.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STX", + "metrics": { + "Yield": 107.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC68-95", + "traits": "", + "metrics": { + "Yield": 105.8 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC69-99", + "traits": "", + "metrics": { + "Yield": 105.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144986" + ], + "fetched_at": "2026-05-27T02:20:53.168226+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-144986.md b/corpus/lg_plot_reports/lgpr-corn-2025-144986.md new file mode 100644 index 00000000..8b244442 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-144986.md @@ -0,0 +1,28 @@ +# Corn yield trial — Aqua Dulce, Texas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** Aqua Dulce +- **Year:** 2025 +- **Plot ID:** 144986 +- **Cooperator:** Zach Adams +- **Planted:** 2025-02-27 +- **Harvested:** 2025-08-02 +- **Plot average:** 98.4 BU/Ac +- **Coordinates:** 27.77789, -97.95047 +- **URL:** https://lgseeds.com/performance/corn#plot-144986 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG65C14 | TRC | 108.7 | +| 2 | Unknown | DKC117-78 | - | 108.4 | +| 3 | LG Seeds | LG64C90 | STX | 107.4 | +| 4 | Unknown | DKC68-95 | - | 105.8 | +| 5 | Unknown | DKC69-99 | - | 105.1 | + +Top 5 by Yield: LG65C14 (LG Seeds) 108.7, DKC117-78 (Unknown) 108.4, LG64C90 (LG Seeds) 107.4, DKC68-95 (Unknown) 105.8, DKC69-99 (Unknown) 105.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-144996.json b/corpus/lg_plot_reports/lgpr-corn-2025-144996.json new file mode 100644 index 00000000..3be23adb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-144996.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-144996", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "Egypt ", + "year": 2025, + "plot_id": "144996", + "lat": 29.39918, + "lng": -96.27399, + "cooperator": "Krenek Seed - Egypt", + "salesperson": "Krenek Seed - Egypt", + "planted_date": "2025-02-28", + "harvested_date": "2025-07-24", + "plot_average": 156.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 170.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG5701", + "traits": "VT2PRO", + "metrics": { + "Yield": 168.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "1839TC", + "traits": "", + "metrics": { + "Yield": 167.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2PRO", + "metrics": { + "Yield": 165.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 162.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144996" + ], + "fetched_at": "2026-05-27T02:20:44.182165+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-144996.md b/corpus/lg_plot_reports/lgpr-corn-2025-144996.md new file mode 100644 index 00000000..12a1ce5c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-144996.md @@ -0,0 +1,28 @@ +# Corn yield trial — Egypt , Texas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** Egypt +- **Year:** 2025 +- **Plot ID:** 144996 +- **Cooperator:** Krenek Seed - Egypt +- **Planted:** 2025-02-28 +- **Harvested:** 2025-07-24 +- **Plot average:** 156.8 BU/Ac +- **Coordinates:** 29.39918, -96.27399 +- **URL:** https://lgseeds.com/performance/corn#plot-144996 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG67C07 | VT2PRO | 170.8 | +| 2 | LG Seeds | LG5701 | VT2PRO | 168.4 | +| 3 | Unknown | 1839TC | - | 167.8 | +| 4 | LG Seeds | LG65C30 | VT2PRO | 165.1 | +| 5 | LG Seeds | LG63C32 | TRC | 162.2 | + +Top 5 by Yield: LG67C07 (LG Seeds) 170.8, LG5701 (LG Seeds) 168.4, 1839TC (Unknown) 167.8, LG65C30 (LG Seeds) 165.1, LG63C32 (LG Seeds) 162.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-144997.json b/corpus/lg_plot_reports/lgpr-corn-2025-144997.json new file mode 100644 index 00000000..a1c245fc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-144997.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-144997", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "Port Lavaca ", + "year": 2025, + "plot_id": "144997", + "lat": 28.58268, + "lng": -96.69385, + "cooperator": "Mike Mutchler", + "salesperson": "Mike Mutchler", + "planted_date": "2025-03-01", + "harvested_date": "2025-07-27", + "plot_average": 158.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG5701", + "traits": "VT2PRO", + "metrics": { + "Yield": 175.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG66C28", + "traits": "3110", + "metrics": { + "Yield": 167.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2PRO", + "metrics": { + "Yield": 162.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 161.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Yield": 160.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144997" + ], + "fetched_at": "2026-05-27T02:20:44.444186+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-144997.md b/corpus/lg_plot_reports/lgpr-corn-2025-144997.md new file mode 100644 index 00000000..4859eaab --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-144997.md @@ -0,0 +1,28 @@ +# Corn yield trial — Port Lavaca , Texas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** Port Lavaca +- **Year:** 2025 +- **Plot ID:** 144997 +- **Cooperator:** Mike Mutchler +- **Planted:** 2025-03-01 +- **Harvested:** 2025-07-27 +- **Plot average:** 158.6 BU/Ac +- **Coordinates:** 28.58268, -96.69385 +- **URL:** https://lgseeds.com/performance/corn#plot-144997 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG5701 | VT2PRO | 175.8 | +| 2 | LG Seeds | LG66C28 | 3110 | 167.1 | +| 3 | LG Seeds | LG65C30 | VT2PRO | 162.7 | +| 4 | LG Seeds | LG67C07 | VT2PRO | 161.8 | +| 5 | LG Seeds | LG67C27 | STXRIB | 160.1 | + +Top 5 by Yield: LG5701 (LG Seeds) 175.8, LG66C28 (LG Seeds) 167.1, LG65C30 (LG Seeds) 162.7, LG67C07 (LG Seeds) 161.8, LG67C27 (LG Seeds) 160.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-144998.json b/corpus/lg_plot_reports/lgpr-corn-2025-144998.json new file mode 100644 index 00000000..b5ab29d6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-144998.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-144998", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "Edna", + "year": 2025, + "plot_id": "144998", + "lat": 28.94579, + "lng": -96.74333, + "cooperator": "Sklar Seed", + "salesperson": "Sklar Seed", + "planted_date": "2025-03-02", + "harvested_date": "2025-07-24", + "plot_average": 136.1, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "LG65C50VT2PRO", + "traits": "", + "metrics": { + "Yield": 144.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG68C18", + "traits": "VT2PRO", + "metrics": { + "Yield": 142.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 142.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2PRO", + "metrics": { + "Yield": 139.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG66C06", + "traits": "VT2PRO", + "metrics": { + "Yield": 138.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-144998" + ], + "fetched_at": "2026-05-27T02:20:44.675061+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-144998.md b/corpus/lg_plot_reports/lgpr-corn-2025-144998.md new file mode 100644 index 00000000..5d316034 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-144998.md @@ -0,0 +1,28 @@ +# Corn yield trial — Edna, Texas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** Edna +- **Year:** 2025 +- **Plot ID:** 144998 +- **Cooperator:** Sklar Seed +- **Planted:** 2025-03-02 +- **Harvested:** 2025-07-24 +- **Plot average:** 136.1 BU/Ac +- **Coordinates:** 28.94579, -96.74333 +- **URL:** https://lgseeds.com/performance/corn#plot-144998 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | LG65C50VT2PRO | - | 144.3 | +| 2 | LG Seeds | LG68C18 | VT2PRO | 142.4 | +| 3 | LG Seeds | LG67C07 | VT2PRO | 142.2 | +| 4 | LG Seeds | LG65C30 | VT2PRO | 139.8 | +| 5 | LG Seeds | LG66C06 | VT2PRO | 138.0 | + +Top 5 by Yield: LG65C50VT2PRO (Unknown) 144.3, LG68C18 (LG Seeds) 142.4, LG67C07 (LG Seeds) 142.2, LG65C30 (LG Seeds) 139.8, LG66C06 (LG Seeds) 138.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145001.json b/corpus/lg_plot_reports/lgpr-corn-2025-145001.json new file mode 100644 index 00000000..d38869f4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145001.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145001", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "Bloomington ", + "year": 2025, + "plot_id": "145001", + "lat": 28.70155, + "lng": -96.79038, + "cooperator": "Bubba Leita", + "salesperson": "Bubba Leita", + "planted_date": "2025-03-04", + "harvested_date": "2025-07-31", + "plot_average": 135.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 150.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG65C14", + "traits": "TRC", + "metrics": { + "Yield": 147.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2PRO", + "metrics": { + "Yield": 145.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2PRO", + "metrics": { + "Yield": 137.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 136.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145001" + ], + "fetched_at": "2026-05-27T02:20:53.945011+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145001.md b/corpus/lg_plot_reports/lgpr-corn-2025-145001.md new file mode 100644 index 00000000..833ef7ac --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145001.md @@ -0,0 +1,28 @@ +# Corn yield trial — Bloomington , Texas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** Bloomington +- **Year:** 2025 +- **Plot ID:** 145001 +- **Cooperator:** Bubba Leita +- **Planted:** 2025-03-04 +- **Harvested:** 2025-07-31 +- **Plot average:** 135.4 BU/Ac +- **Coordinates:** 28.70155, -96.79038 +- **URL:** https://lgseeds.com/performance/corn#plot-145001 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG67C07 | VT2PRO | 150.5 | +| 2 | LG Seeds | LG65C14 | TRC | 147.2 | +| 3 | LG Seeds | LG65C30 | VT2PRO | 145.7 | +| 4 | LG Seeds | LG62C73 | VT2PRO | 137.1 | +| 5 | LG Seeds | LG64C43 | VT2RIB | 136.4 | + +Top 5 by Yield: LG67C07 (LG Seeds) 150.5, LG65C14 (LG Seeds) 147.2, LG65C30 (LG Seeds) 145.7, LG62C73 (LG Seeds) 137.1, LG64C43 (LG Seeds) 136.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145135.json b/corpus/lg_plot_reports/lgpr-corn-2025-145135.json new file mode 100644 index 00000000..208abefe --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145135.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145135", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "Hungerford ", + "year": 2025, + "plot_id": "145135", + "lat": 29.38446, + "lng": -96.08873, + "cooperator": "Krenek Seed", + "salesperson": "Krenek Seed", + "planted_date": "2025-03-07", + "harvested_date": "2025-07-30", + "plot_average": 168.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2PRO", + "metrics": { + "Yield": 176.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 175.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG5701", + "traits": "RR", + "metrics": { + "Yield": 175.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LG5701VT2PRO", + "traits": "", + "metrics": { + "Yield": 174.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG65C14", + "traits": "TRC", + "metrics": { + "Yield": 171.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145135" + ], + "fetched_at": "2026-05-27T02:20:44.925978+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145135.md b/corpus/lg_plot_reports/lgpr-corn-2025-145135.md new file mode 100644 index 00000000..f76484b8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145135.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hungerford , Texas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** Hungerford +- **Year:** 2025 +- **Plot ID:** 145135 +- **Cooperator:** Krenek Seed +- **Planted:** 2025-03-07 +- **Harvested:** 2025-07-30 +- **Plot average:** 168.0 BU/Ac +- **Coordinates:** 29.38446, -96.08873 +- **URL:** https://lgseeds.com/performance/corn#plot-145135 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG65C30 | VT2PRO | 176.1 | +| 2 | LG Seeds | LG67C07 | VT2PRO | 175.3 | +| 3 | LG Seeds | LG5701 | RR | 175.1 | +| 4 | Unknown | LG5701VT2PRO | - | 174.9 | +| 5 | LG Seeds | LG65C14 | TRC | 171.4 | + +Top 5 by Yield: LG65C30 (LG Seeds) 176.1, LG67C07 (LG Seeds) 175.3, LG5701 (LG Seeds) 175.1, LG5701VT2PRO (Unknown) 174.9, LG65C14 (LG Seeds) 171.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145142.json b/corpus/lg_plot_reports/lgpr-corn-2025-145142.json new file mode 100644 index 00000000..b3e6d12e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145142.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145142", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "New Braunfels ", + "year": 2025, + "plot_id": "145142", + "lat": 29.68182, + "lng": -98.00206, + "cooperator": "Charles Krackau", + "salesperson": "Charles Krackau", + "planted_date": "2025-03-11", + "harvested_date": "2025-08-01", + "plot_average": 99.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 114.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC68-35", + "traits": "", + "metrics": { + "Yield": 109.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 108.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LG67C07VT2PRO", + "traits": "", + "metrics": { + "Yield": 106.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG67C07VT2PRO", + "traits": "", + "metrics": { + "Yield": 106.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145142" + ], + "fetched_at": "2026-05-27T02:20:53.436302+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145142.md b/corpus/lg_plot_reports/lgpr-corn-2025-145142.md new file mode 100644 index 00000000..bc78e4dc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145142.md @@ -0,0 +1,28 @@ +# Corn yield trial — New Braunfels , Texas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** New Braunfels +- **Year:** 2025 +- **Plot ID:** 145142 +- **Cooperator:** Charles Krackau +- **Planted:** 2025-03-11 +- **Harvested:** 2025-08-01 +- **Plot average:** 99.0 BU/Ac +- **Coordinates:** 29.68182, -98.00206 +- **URL:** https://lgseeds.com/performance/corn#plot-145142 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG67C07 | VT2PRO | 114.1 | +| 2 | Unknown | DKC68-35 | - | 109.9 | +| 3 | LG Seeds | LG65C30 | VT2RIB | 108.5 | +| 4 | Unknown | LG67C07VT2PRO | - | 106.6 | +| 5 | Unknown | LG67C07VT2PRO | - | 106.4 | + +Top 5 by Yield: LG67C07 (LG Seeds) 114.1, DKC68-35 (Unknown) 109.9, LG65C30 (LG Seeds) 108.5, LG67C07VT2PRO (Unknown) 106.6, LG67C07VT2PRO (Unknown) 106.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145172.json b/corpus/lg_plot_reports/lgpr-corn-2025-145172.json new file mode 100644 index 00000000..05675b84 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145172.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145172", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "Frost", + "year": 2025, + "plot_id": "145172", + "lat": 32.08856, + "lng": -96.88414, + "cooperator": "Hooser Farms", + "salesperson": "Hooser Farms ", + "planted_date": "2025-03-03", + "harvested_date": "2025-08-26", + "plot_average": 163.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC113-62", + "traits": "", + "metrics": { + "Yield": 181.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC113-83RIB", + "traits": "", + "metrics": { + "Yield": 181.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "69A79VT2P", + "traits": "", + "metrics": { + "Yield": 181.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "63M73", + "traits": "", + "metrics": { + "Yield": 178.3 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC119-09TRC", + "traits": "", + "metrics": { + "Yield": 173.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145172" + ], + "fetched_at": "2026-05-27T02:20:50.433498+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145172.md b/corpus/lg_plot_reports/lgpr-corn-2025-145172.md new file mode 100644 index 00000000..ffcc51ec --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145172.md @@ -0,0 +1,29 @@ +# Corn yield trial — Frost, Texas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** Frost +- **Year:** 2025 +- **Plot ID:** 145172 +- **Cooperator:** Hooser Farms +- **Salesperson:** Hooser Farms +- **Planted:** 2025-03-03 +- **Harvested:** 2025-08-26 +- **Plot average:** 163.0 BU/Ac +- **Coordinates:** 32.08856, -96.88414 +- **URL:** https://lgseeds.com/performance/corn#plot-145172 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC113-62 | - | 181.4 | +| 2 | Unknown | DKC113-83RIB | - | 181.3 | +| 3 | Unknown | 69A79VT2P | - | 181.1 | +| 4 | Unknown | 63M73 | - | 178.3 | +| 5 | Unknown | DKC119-09TRC | - | 173.4 | + +Top 5 by Yield: DKC113-62 (Unknown) 181.4, DKC113-83RIB (Unknown) 181.3, 69A79VT2P (Unknown) 181.1, 63M73 (Unknown) 178.3, DKC119-09TRC (Unknown) 173.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145183.json b/corpus/lg_plot_reports/lgpr-corn-2025-145183.json new file mode 100644 index 00000000..167240f2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145183.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145183", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "New Braunfels ", + "year": 2025, + "plot_id": "145183", + "lat": 29.68033, + "lng": -98.00305, + "cooperator": "Charles Charles Krackau", + "salesperson": "Charles Charles Krackau", + "planted_date": "2025-03-09", + "harvested_date": "2025-08-01", + "plot_average": 71.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 90.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LG67C07VT2PRO", + "traits": "", + "metrics": { + "Yield": 82.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG67C07VT2PRO", + "traits": "", + "metrics": { + "Yield": 71.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LG67C07VT2PRO", + "traits": "", + "metrics": { + "Yield": 69.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG67C07VT2PRO", + "traits": "", + "metrics": { + "Yield": 68.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145183" + ], + "fetched_at": "2026-05-27T02:20:46.430165+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145183.md b/corpus/lg_plot_reports/lgpr-corn-2025-145183.md new file mode 100644 index 00000000..6bf705bd --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145183.md @@ -0,0 +1,28 @@ +# Corn yield trial — New Braunfels , Texas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** New Braunfels +- **Year:** 2025 +- **Plot ID:** 145183 +- **Cooperator:** Charles Charles Krackau +- **Planted:** 2025-03-09 +- **Harvested:** 2025-08-01 +- **Plot average:** 71.8 BU/Ac +- **Coordinates:** 29.68033, -98.00305 +- **URL:** https://lgseeds.com/performance/corn#plot-145183 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG67C07 | VT2PRO | 90.8 | +| 2 | Unknown | LG67C07VT2PRO | - | 82.9 | +| 3 | Unknown | LG67C07VT2PRO | - | 71.4 | +| 4 | Unknown | LG67C07VT2PRO | - | 69.6 | +| 5 | Unknown | LG67C07VT2PRO | - | 68.8 | + +Top 5 by Yield: LG67C07 (LG Seeds) 90.8, LG67C07VT2PRO (Unknown) 82.9, LG67C07VT2PRO (Unknown) 71.4, LG67C07VT2PRO (Unknown) 69.6, LG67C07VT2PRO (Unknown) 68.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145190.json b/corpus/lg_plot_reports/lgpr-corn-2025-145190.json new file mode 100644 index 00000000..68b413f8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145190.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145190", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "Woodway", + "year": 2025, + "plot_id": "145190", + "lat": 31.55259, + "lng": -97.28221, + "cooperator": "Gohlke Farms", + "salesperson": "Gohlke Farms", + "planted_date": "2025-03-02", + "harvested_date": "2025-08-19", + "plot_average": 191.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 216.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LG65C50VT2PRO", + "traits": "", + "metrics": { + "Yield": 203.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 199.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 199.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 197.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145190" + ], + "fetched_at": "2026-05-27T02:20:47.180730+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145190.md b/corpus/lg_plot_reports/lgpr-corn-2025-145190.md new file mode 100644 index 00000000..102085f3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145190.md @@ -0,0 +1,28 @@ +# Corn yield trial — Woodway, Texas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** Woodway +- **Year:** 2025 +- **Plot ID:** 145190 +- **Cooperator:** Gohlke Farms +- **Planted:** 2025-03-02 +- **Harvested:** 2025-08-19 +- **Plot average:** 191.3 BU/Ac +- **Coordinates:** 31.55259, -97.28221 +- **URL:** https://lgseeds.com/performance/corn#plot-145190 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | TRC | 216.6 | +| 2 | Unknown | LG65C50VT2PRO | - | 203.8 | +| 3 | LG Seeds | LG62C73 | VT2RIB | 199.8 | +| 4 | LG Seeds | LG67C07 | VT2PRO | 199.3 | +| 5 | LG Seeds | LG61C28 | V | 197.5 | + +Top 5 by Yield: LG63C32 (LG Seeds) 216.6, LG65C50VT2PRO (Unknown) 203.8, LG62C73 (LG Seeds) 199.8, LG67C07 (LG Seeds) 199.3, LG61C28 (LG Seeds) 197.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145194.json b/corpus/lg_plot_reports/lgpr-corn-2025-145194.json new file mode 100644 index 00000000..5010041f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145194.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145194", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "Brookston", + "year": 2025, + "plot_id": "145194", + "lat": 33.7095, + "lng": -95.71971, + "cooperator": "Aaron Koehn", + "salesperson": "Aaron Koehn", + "planted_date": "2025-03-21", + "harvested_date": "2025-08-14", + "plot_average": 203.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 227.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG65C14", + "traits": "TRC", + "metrics": { + "Yield": 217.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 209.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LG65C14TRC", + "traits": "", + "metrics": { + "Yield": 206.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 201.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145194" + ], + "fetched_at": "2026-05-27T02:20:52.671521+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145194.md b/corpus/lg_plot_reports/lgpr-corn-2025-145194.md new file mode 100644 index 00000000..0cbdde56 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145194.md @@ -0,0 +1,28 @@ +# Corn yield trial — Brookston, Texas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** Brookston +- **Year:** 2025 +- **Plot ID:** 145194 +- **Cooperator:** Aaron Koehn +- **Planted:** 2025-03-21 +- **Harvested:** 2025-08-14 +- **Plot average:** 203.8 BU/Ac +- **Coordinates:** 33.70950, -95.71971 +- **URL:** https://lgseeds.com/performance/corn#plot-145194 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | TRC | 227.6 | +| 2 | LG Seeds | LG65C14 | TRC | 217.7 | +| 3 | LG Seeds | LG60C24 | VT4PRO | 209.2 | +| 4 | Unknown | LG65C14TRC | - | 206.9 | +| 5 | LG Seeds | LG61C28 | V | 201.3 | + +Top 5 by Yield: LG63C32 (LG Seeds) 227.6, LG65C14 (LG Seeds) 217.7, LG60C24 (LG Seeds) 209.2, LG65C14TRC (Unknown) 206.9, LG61C28 (LG Seeds) 201.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145210.json b/corpus/lg_plot_reports/lgpr-corn-2025-145210.json new file mode 100644 index 00000000..db186d2f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145210.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145210", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "Taylor", + "year": 2025, + "plot_id": "145210", + "lat": 30.58148, + "lng": -97.50416, + "cooperator": "S&S Raesz", + "salesperson": "S&S Raesz", + "planted_date": "2025-03-03", + "harvested_date": "2025-08-13", + "plot_average": 146.2, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "LG65C50VT2PRO", + "traits": "", + "metrics": { + "Yield": 155.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 153.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG64C70TRC", + "traits": "", + "metrics": { + "Yield": 151.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 150.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 149.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145210" + ], + "fetched_at": "2026-05-27T02:20:52.957629+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145210.md b/corpus/lg_plot_reports/lgpr-corn-2025-145210.md new file mode 100644 index 00000000..e5fcef33 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145210.md @@ -0,0 +1,28 @@ +# Corn yield trial — Taylor, Texas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** Taylor +- **Year:** 2025 +- **Plot ID:** 145210 +- **Cooperator:** S&S Raesz +- **Planted:** 2025-03-03 +- **Harvested:** 2025-08-13 +- **Plot average:** 146.2 BU/Ac +- **Coordinates:** 30.58148, -97.50416 +- **URL:** https://lgseeds.com/performance/corn#plot-145210 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | LG65C50VT2PRO | - | 155.9 | +| 2 | LG Seeds | LG67C07 | VT2PRO | 153.9 | +| 3 | Unknown | LG64C70TRC | - | 151.1 | +| 4 | LG Seeds | LG63C32 | TRC | 150.2 | +| 5 | LG Seeds | LG65C30 | VT2RIB | 149.9 | + +Top 5 by Yield: LG65C50VT2PRO (Unknown) 155.9, LG67C07 (LG Seeds) 153.9, LG64C70TRC (Unknown) 151.1, LG63C32 (LG Seeds) 150.2, LG65C30 (LG Seeds) 149.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145261.json b/corpus/lg_plot_reports/lgpr-corn-2025-145261.json new file mode 100644 index 00000000..9609cd81 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145261.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145261", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Colorado", + "state_abbrev": "co", + "city": "Idalia", + "year": 2025, + "plot_id": "145261", + "lat": 39.71759, + "lng": -102.28682, + "cooperator": "Triple T Farms", + "salesperson": "Triple T Farms", + "planted_date": "2025-04-30", + "harvested_date": "2025-11-04", + "plot_average": 242.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 268.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LG61C34STXRIB", + "traits": "", + "metrics": { + "Yield": 262.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "CP5320SS/P", + "traits": "", + "metrics": { + "Yield": 259.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "207-34SSPRIB", + "traits": "", + "metrics": { + "Yield": 257.3 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "CP5050VT4P/RIB", + "traits": "", + "metrics": { + "Yield": 256.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145261" + ], + "fetched_at": "2026-05-27T02:20:41.423739+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145261.md b/corpus/lg_plot_reports/lgpr-corn-2025-145261.md new file mode 100644 index 00000000..5419e3f2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145261.md @@ -0,0 +1,28 @@ +# Corn yield trial — Idalia, Colorado, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Colorado (CO) +- **City:** Idalia +- **Year:** 2025 +- **Plot ID:** 145261 +- **Cooperator:** Triple T Farms +- **Planted:** 2025-04-30 +- **Harvested:** 2025-11-04 +- **Plot average:** 242.5 BU/Ac +- **Coordinates:** 39.71759, -102.28682 +- **URL:** https://lgseeds.com/performance/corn#plot-145261 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C34 | STXRIB | 268.1 | +| 2 | Unknown | LG61C34STXRIB | - | 262.6 | +| 3 | Unknown | CP5320SS/P | - | 259.8 | +| 4 | Unknown | 207-34SSPRIB | - | 257.3 | +| 5 | Unknown | CP5050VT4P/RIB | - | 256.2 | + +Top 5 by Yield: LG61C34 (LG Seeds) 268.1, LG61C34STXRIB (Unknown) 262.6, CP5320SS/P (Unknown) 259.8, 207-34SSPRIB (Unknown) 257.3, CP5050VT4P/RIB (Unknown) 256.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145264.json b/corpus/lg_plot_reports/lgpr-corn-2025-145264.json new file mode 100644 index 00000000..57bf1e08 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145264.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145264", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Colorado", + "state_abbrev": "co", + "city": "Holyoke", + "year": 2025, + "plot_id": "145264", + "lat": 40.57472, + "lng": -102.16733, + "cooperator": "Ortner Family Farms LLC", + "salesperson": "Ortner Family Farms LLC", + "planted_date": "2025-05-05", + "harvested_date": "2025-11-19", + "plot_average": 237.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 256.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 255.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 248.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 246.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C54", + "traits": "PCE", + "metrics": { + "Yield": 241.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145264" + ], + "fetched_at": "2026-05-27T02:18:37.620093+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145264.md b/corpus/lg_plot_reports/lgpr-corn-2025-145264.md new file mode 100644 index 00000000..d05dfd8e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145264.md @@ -0,0 +1,28 @@ +# Corn yield trial — Holyoke, Colorado, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Colorado (CO) +- **City:** Holyoke +- **Year:** 2025 +- **Plot ID:** 145264 +- **Cooperator:** Ortner Family Farms LLC +- **Planted:** 2025-05-05 +- **Harvested:** 2025-11-19 +- **Plot average:** 237.0 BU/Ac +- **Coordinates:** 40.57472, -102.16733 +- **URL:** https://lgseeds.com/performance/corn#plot-145264 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C73 | VT2RIB | 256.4 | +| 2 | LG Seeds | LG65C30 | VT2RIB | 255.8 | +| 3 | LG Seeds | LG63C32 | TRC | 248.4 | +| 4 | LG Seeds | LG64C43 | VT2RIB | 246.3 | +| 5 | LG Seeds | LG63C54 | PCE | 241.7 | + +Top 5 by Yield: LG62C73 (LG Seeds) 256.4, LG65C30 (LG Seeds) 255.8, LG63C32 (LG Seeds) 248.4, LG64C43 (LG Seeds) 246.3, LG63C54 (LG Seeds) 241.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145273.json b/corpus/lg_plot_reports/lgpr-corn-2025-145273.json new file mode 100644 index 00000000..81751067 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145273.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145273", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Dewitt", + "year": 2025, + "plot_id": "145273", + "lat": 42.8278, + "lng": -84.63082, + "cooperator": "John Felzke", + "salesperson": "John Felzke", + "planted_date": "2025-04-24", + "harvested_date": "2025-11-04", + "plot_average": 199.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG48C57", + "traits": "DV-RN", + "metrics": { + "Yield": 236.11 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P9812PCE", + "traits": "", + "metrics": { + "Yield": 234.12 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P9955PCE", + "traits": "", + "metrics": { + "Yield": 233.23 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 233.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 229.57 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145273" + ], + "fetched_at": "2026-05-27T02:20:59.677390+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145273.md b/corpus/lg_plot_reports/lgpr-corn-2025-145273.md new file mode 100644 index 00000000..68db8d23 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145273.md @@ -0,0 +1,28 @@ +# Corn yield trial — Dewitt, Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Dewitt +- **Year:** 2025 +- **Plot ID:** 145273 +- **Cooperator:** John Felzke +- **Planted:** 2025-04-24 +- **Harvested:** 2025-11-04 +- **Plot average:** 199.5 BU/Ac +- **Coordinates:** 42.82780, -84.63082 +- **URL:** https://lgseeds.com/performance/corn#plot-145273 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG48C57 | DV-RN | 236.11 | +| 2 | Pioneer | P9812PCE | - | 234.12 | +| 3 | Pioneer | P9955PCE | - | 233.23 | +| 4 | LG Seeds | LG51C62 | D | 233.0 | +| 5 | LG Seeds | LG48C87 | VT2RIB | 229.57 | + +Top 5 by Yield: LG48C57 (LG Seeds) 236.11, P9812PCE (Pioneer) 234.12, P9955PCE (Pioneer) 233.23, LG51C62 (LG Seeds) 233.0, LG48C87 (LG Seeds) 229.57. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145274.json b/corpus/lg_plot_reports/lgpr-corn-2025-145274.json new file mode 100644 index 00000000..5754aea2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145274.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145274", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Beal City", + "year": 2025, + "plot_id": "145274", + "lat": 43.67967, + "lng": -84.92912, + "cooperator": "Kevin Gross", + "salesperson": "Kevin Gross", + "planted_date": "2025-06-02", + "harvested_date": "2025-10-30", + "plot_average": 175.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 194.18 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 181.86 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 177.85 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C57", + "traits": "DV-RN", + "metrics": { + "Yield": 177.31 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG38C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 177.31 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145274" + ], + "fetched_at": "2026-05-27T02:18:24.889005+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145274.md b/corpus/lg_plot_reports/lgpr-corn-2025-145274.md new file mode 100644 index 00000000..c00f3fd4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145274.md @@ -0,0 +1,28 @@ +# Corn yield trial — Beal City, Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Beal City +- **Year:** 2025 +- **Plot ID:** 145274 +- **Cooperator:** Kevin Gross +- **Planted:** 2025-06-02 +- **Harvested:** 2025-10-30 +- **Plot average:** 175.6 BU/Ac +- **Coordinates:** 43.67967, -84.92912 +- **URL:** https://lgseeds.com/performance/corn#plot-145274 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | D | 194.18 | +| 2 | LG Seeds | LG49C28 | VT2RIB | 181.86 | +| 3 | LG Seeds | LG48C87 | VT2RIB | 177.85 | +| 4 | LG Seeds | LG48C57 | DV-RN | 177.31 | +| 5 | LG Seeds | LG38C48 | VT2RIB | 177.31 | + +Top 5 by Yield: LG51C62 (LG Seeds) 194.18, LG49C28 (LG Seeds) 181.86, LG48C87 (LG Seeds) 177.85, LG48C57 (LG Seeds) 177.31, LG38C48 (LG Seeds) 177.31. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145276.json b/corpus/lg_plot_reports/lgpr-corn-2025-145276.json new file mode 100644 index 00000000..bee2ff0f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145276.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145276", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Ravenna", + "year": 2025, + "plot_id": "145276", + "lat": 43.20725, + "lng": -86.00746, + "cooperator": "Keith Kantola", + "salesperson": "Keith Kantola", + "planted_date": "2025-05-08", + "harvested_date": "2025-11-19", + "plot_average": 172.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 191.19 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 178.06 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 175.72 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "VT2RIB", + "metrics": { + "Yield": 172.94 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "STXRIB", + "metrics": { + "Yield": 166.59 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145276" + ], + "fetched_at": "2026-05-27T02:17:52.361549+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145276.md b/corpus/lg_plot_reports/lgpr-corn-2025-145276.md new file mode 100644 index 00000000..43311ea3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145276.md @@ -0,0 +1,28 @@ +# Corn yield trial — Ravenna, Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Ravenna +- **Year:** 2025 +- **Plot ID:** 145276 +- **Cooperator:** Keith Kantola +- **Planted:** 2025-05-08 +- **Harvested:** 2025-11-19 +- **Plot average:** 172.9 BU/Ac +- **Coordinates:** 43.20725, -86.00746 +- **URL:** https://lgseeds.com/performance/corn#plot-145276 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG49C28 | VT2RIB | 191.19 | +| 2 | LG Seeds | LG48C87 | VT2RIB | 178.06 | +| 3 | LG Seeds | LG46C85 | VT2RIB | 175.72 | +| 4 | LG Seeds | LG44C27 | VT2RIB | 172.94 | +| 5 | LG Seeds | LG47C77 | STXRIB | 166.59 | + +Top 5 by Yield: LG49C28 (LG Seeds) 191.19, LG48C87 (LG Seeds) 178.06, LG46C85 (LG Seeds) 175.72, LG44C27 (LG Seeds) 172.94, LG47C77 (LG Seeds) 166.59. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145277.json b/corpus/lg_plot_reports/lgpr-corn-2025-145277.json new file mode 100644 index 00000000..ca2a14b7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145277.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145277", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Greenville", + "year": 2025, + "plot_id": "145277", + "lat": 43.18212, + "lng": -85.17262, + "cooperator": "Jeff Nitengale", + "salesperson": "Jeff Nitengale", + "planted_date": "2025-05-13", + "harvested_date": "2025-11-20", + "plot_average": 250.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 267.14 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P9955PCE", + "traits": "", + "metrics": { + "Yield": 266.51 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 264.01 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C57", + "traits": "DV-RN", + "metrics": { + "Yield": 263.98 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG46C57", + "traits": "", + "metrics": { + "Yield": 260.52 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145277" + ], + "fetched_at": "2026-05-27T02:17:52.597835+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145277.md b/corpus/lg_plot_reports/lgpr-corn-2025-145277.md new file mode 100644 index 00000000..3b0dca24 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145277.md @@ -0,0 +1,28 @@ +# Corn yield trial — Greenville, Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Greenville +- **Year:** 2025 +- **Plot ID:** 145277 +- **Cooperator:** Jeff Nitengale +- **Planted:** 2025-05-13 +- **Harvested:** 2025-11-20 +- **Plot average:** 250.1 BU/Ac +- **Coordinates:** 43.18212, -85.17262 +- **URL:** https://lgseeds.com/performance/corn#plot-145277 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | D | 267.14 | +| 2 | Pioneer | P9955PCE | - | 266.51 | +| 3 | LG Seeds | LG49C28 | VT2RIB | 264.01 | +| 4 | LG Seeds | LG48C57 | DV-RN | 263.98 | +| 5 | LG Seeds | LG46C57 | - | 260.52 | + +Top 5 by Yield: LG51C62 (LG Seeds) 267.14, P9955PCE (Pioneer) 266.51, LG49C28 (LG Seeds) 264.01, LG48C57 (LG Seeds) 263.98, LG46C57 (LG Seeds) 260.52. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145278.json b/corpus/lg_plot_reports/lgpr-corn-2025-145278.json new file mode 100644 index 00000000..7fdeaf60 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145278.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145278", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Shepherd", + "year": 2025, + "plot_id": "145278", + "lat": 43.54996, + "lng": -84.68619, + "cooperator": "Dave Gimmey", + "salesperson": "Dave Gimmey", + "planted_date": "2025-05-28", + "harvested_date": "2025-10-31", + "plot_average": 192.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 212.76 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 211.34 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 199.47 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 198.74 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 197.79 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145278" + ], + "fetched_at": "2026-05-27T02:18:25.127261+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145278.md b/corpus/lg_plot_reports/lgpr-corn-2025-145278.md new file mode 100644 index 00000000..66435569 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145278.md @@ -0,0 +1,28 @@ +# Corn yield trial — Shepherd, Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Shepherd +- **Year:** 2025 +- **Plot ID:** 145278 +- **Cooperator:** Dave Gimmey +- **Planted:** 2025-05-28 +- **Harvested:** 2025-10-31 +- **Plot average:** 192.3 BU/Ac +- **Coordinates:** 43.54996, -84.68619 +- **URL:** https://lgseeds.com/performance/corn#plot-145278 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2RIB | 212.76 | +| 2 | LG Seeds | LG46C85 | VT2RIB | 211.34 | +| 3 | LG Seeds | LG49C28 | VT2RIB | 199.47 | +| 4 | LG Seeds | LG51C62 | D | 198.74 | +| 5 | LG Seeds | LG48C87 | VT2RIB | 197.79 | + +Top 5 by Yield: LG52C90 (LG Seeds) 212.76, LG46C85 (LG Seeds) 211.34, LG49C28 (LG Seeds) 199.47, LG51C62 (LG Seeds) 198.74, LG48C87 (LG Seeds) 197.79. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145281.json b/corpus/lg_plot_reports/lgpr-corn-2025-145281.json new file mode 100644 index 00000000..2b9bd616 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145281.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145281", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "California", + "state_abbrev": "ca", + "city": "Walnut Grove", + "year": 2025, + "plot_id": "145281", + "lat": 38.18889, + "lng": -121.52479, + "cooperator": "Conservation Farms & Ranches", + "salesperson": "Conservation Farms & Ranches", + "planted_date": "2025-04-10", + "harvested_date": "2025-10-07", + "plot_average": 264.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 293.1 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "", + "metrics": { + "Yield": 287.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 285.5 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P14364PCUE", + "traits": "", + "metrics": { + "Yield": 284.8 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P13841PCUE", + "traits": "", + "metrics": { + "Yield": 272.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145281" + ], + "fetched_at": "2026-05-27T02:17:51.105968+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145281.md b/corpus/lg_plot_reports/lgpr-corn-2025-145281.md new file mode 100644 index 00000000..947142e8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145281.md @@ -0,0 +1,28 @@ +# Corn yield trial — Walnut Grove, California, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** California (CA) +- **City:** Walnut Grove +- **Year:** 2025 +- **Plot ID:** 145281 +- **Cooperator:** Conservation Farms & Ranches +- **Planted:** 2025-04-10 +- **Harvested:** 2025-10-07 +- **Plot average:** 264.0 BU/Ac +- **Coordinates:** 38.18889, -121.52479 +- **URL:** https://lgseeds.com/performance/corn#plot-145281 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG65C30 | VT2RIB | 293.1 | +| 2 | Pioneer | P14830AML | - | 287.1 | +| 3 | LG Seeds | LG62C73 | VT2RIB | 285.5 | +| 4 | Pioneer | P14364PCUE | - | 284.8 | +| 5 | Pioneer | P13841PCUE | - | 272.8 | + +Top 5 by Yield: LG65C30 (LG Seeds) 293.1, P14830AML (Pioneer) 287.1, LG62C73 (LG Seeds) 285.5, P14364PCUE (Pioneer) 284.8, P13841PCUE (Pioneer) 272.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145285.json b/corpus/lg_plot_reports/lgpr-corn-2025-145285.json new file mode 100644 index 00000000..9fef18d0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145285.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145285", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Republic", + "year": 2025, + "plot_id": "145285", + "lat": 39.95835, + "lng": -97.81618, + "cooperator": "Michael Hoops", + "salesperson": "Michael Hoops", + "planted_date": "2025-04-11", + "harvested_date": "2025-10-23", + "plot_average": 239.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STXRIB", + "metrics": { + "Yield": 250.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 247.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 241.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 239.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 238.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145285" + ], + "fetched_at": "2026-05-27T02:17:18.343614+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145285.md b/corpus/lg_plot_reports/lgpr-corn-2025-145285.md new file mode 100644 index 00000000..210ee885 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145285.md @@ -0,0 +1,28 @@ +# Corn yield trial — Republic, Kansas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Republic +- **Year:** 2025 +- **Plot ID:** 145285 +- **Cooperator:** Michael Hoops +- **Planted:** 2025-04-11 +- **Harvested:** 2025-10-23 +- **Plot average:** 239.4 BU/Ac +- **Coordinates:** 39.95835, -97.81618 +- **URL:** https://lgseeds.com/performance/corn#plot-145285 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C90 | STXRIB | 250.2 | +| 2 | LG Seeds | LG63C32 | SSPRIB | 247.5 | +| 3 | LG Seeds | LG64C43 | VT2RIB | 241.1 | +| 4 | LG Seeds | LG62C73 | VT2RIB | 239.0 | +| 5 | LG Seeds | LG63C82 | DGVT2RIB | 238.1 | + +Top 5 by Yield: LG64C90 (LG Seeds) 250.2, LG63C32 (LG Seeds) 247.5, LG64C43 (LG Seeds) 241.1, LG62C73 (LG Seeds) 239.0, LG63C82 (LG Seeds) 238.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145287.json b/corpus/lg_plot_reports/lgpr-corn-2025-145287.json new file mode 100644 index 00000000..7169c11a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145287.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145287", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Colorado", + "state_abbrev": "co", + "city": "Fleming", + "year": 2025, + "plot_id": "145287", + "lat": 40.42766, + "lng": -102.83664, + "cooperator": "Derek Whittington", + "salesperson": "Derek Whittington", + "planted_date": "2025-05-22", + "harvested_date": "2025-11-11", + "plot_average": 59.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "205-85", + "traits": "", + "metrics": { + "Yield": 71.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "195-29TRERIB", + "traits": "", + "metrics": { + "Yield": 64.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 63.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 62.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 60.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145287" + ], + "fetched_at": "2026-05-27T02:20:40.935790+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145287.md b/corpus/lg_plot_reports/lgpr-corn-2025-145287.md new file mode 100644 index 00000000..faa58ea9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145287.md @@ -0,0 +1,28 @@ +# Corn yield trial — Fleming, Colorado, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Colorado (CO) +- **City:** Fleming +- **Year:** 2025 +- **Plot ID:** 145287 +- **Cooperator:** Derek Whittington +- **Planted:** 2025-05-22 +- **Harvested:** 2025-11-11 +- **Plot average:** 59.4 BU/Ac +- **Coordinates:** 40.42766, -102.83664 +- **URL:** https://lgseeds.com/performance/corn#plot-145287 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 205-85 | - | 71.6 | +| 2 | Unknown | 195-29TRERIB | - | 64.1 | +| 3 | LG Seeds | LG48C87 | VT2RIB | 63.0 | +| 4 | LG Seeds | LG46C85 | VT2RIB | 62.8 | +| 5 | LG Seeds | LG49C28 | VT2RIB | 60.6 | + +Top 5 by Yield: 205-85 (Unknown) 71.6, 195-29TRERIB (Unknown) 64.1, LG48C87 (LG Seeds) 63.0, LG46C85 (LG Seeds) 62.8, LG49C28 (LG Seeds) 60.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145291.json b/corpus/lg_plot_reports/lgpr-corn-2025-145291.json new file mode 100644 index 00000000..d4504c51 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145291.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145291", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "California", + "state_abbrev": "ca", + "city": "Byron", + "year": 2025, + "plot_id": "145291", + "lat": 37.94197, + "lng": -121.57792, + "cooperator": "Palm Tract Farms", + "salesperson": "Palm Tract Farms", + "planted_date": "2025-04-15", + "harvested_date": "2025-10-08", + "plot_average": 227.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 234.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "ES7514", + "traits": "VT2P", + "metrics": { + "Yield": 230.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Yield": 230.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 228.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG62C20", + "traits": "D-RN", + "metrics": { + "Yield": 225.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145291" + ], + "fetched_at": "2026-05-27T02:17:51.351033+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145291.md b/corpus/lg_plot_reports/lgpr-corn-2025-145291.md new file mode 100644 index 00000000..6f4db667 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145291.md @@ -0,0 +1,28 @@ +# Corn yield trial — Byron, California, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** California (CA) +- **City:** Byron +- **Year:** 2025 +- **Plot ID:** 145291 +- **Cooperator:** Palm Tract Farms +- **Planted:** 2025-04-15 +- **Harvested:** 2025-10-08 +- **Plot average:** 227.4 BU/Ac +- **Coordinates:** 37.94197, -121.57792 +- **URL:** https://lgseeds.com/performance/corn#plot-145291 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG65C30 | VT2RIB | 234.9 | +| 2 | LG Seeds | ES7514 | VT2P | 230.9 | +| 3 | LG Seeds | LG67C27 | STXRIB | 230.4 | +| 4 | LG Seeds | LG62C73 | VT2RIB | 228.8 | +| 5 | LG Seeds | LG62C20 | D-RN | 225.6 | + +Top 5 by Yield: LG65C30 (LG Seeds) 234.9, ES7514 (LG Seeds) 230.9, LG67C27 (LG Seeds) 230.4, LG62C73 (LG Seeds) 228.8, LG62C20 (LG Seeds) 225.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145307.json b/corpus/lg_plot_reports/lgpr-corn-2025-145307.json new file mode 100644 index 00000000..1cb5444f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145307.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145307", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Missouri", + "state_abbrev": "mo", + "city": "Holden", + "year": 2025, + "plot_id": "145307", + "lat": 38.68859, + "lng": -93.93928, + "cooperator": "Tom Haun", + "salesperson": "Tom Haun", + "planted_date": "2025-04-16", + "harvested_date": "2025-09-11", + "plot_average": 200.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 231.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 227.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 220.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 218.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 217.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145307" + ], + "fetched_at": "2026-05-27T02:20:47.940288+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145307.md b/corpus/lg_plot_reports/lgpr-corn-2025-145307.md new file mode 100644 index 00000000..1e80df1a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145307.md @@ -0,0 +1,28 @@ +# Corn yield trial — Holden, Missouri, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Missouri (MO) +- **City:** Holden +- **Year:** 2025 +- **Plot ID:** 145307 +- **Cooperator:** Tom Haun +- **Planted:** 2025-04-16 +- **Harvested:** 2025-09-11 +- **Plot average:** 200.7 BU/Ac +- **Coordinates:** 38.68859, -93.93928 +- **URL:** https://lgseeds.com/performance/corn#plot-145307 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C43 | VT2RIB | 231.2 | +| 2 | LG Seeds | LG66C44 | VT2RIB | 227.3 | +| 3 | LG Seeds | LG63C32 | SSPRIB | 220.1 | +| 4 | LG Seeds | LG63C82 | DGVT2RIB | 218.0 | +| 5 | LG Seeds | LG65C30 | VT2RIB | 217.5 | + +Top 5 by Yield: LG64C43 (LG Seeds) 231.2, LG66C44 (LG Seeds) 227.3, LG63C32 (LG Seeds) 220.1, LG63C82 (LG Seeds) 218.0, LG65C30 (LG Seeds) 217.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145310.json b/corpus/lg_plot_reports/lgpr-corn-2025-145310.json new file mode 100644 index 00000000..1aef8704 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145310.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145310", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Missouri", + "state_abbrev": "mo", + "city": "LaGrange", + "year": 2025, + "plot_id": "145310", + "lat": 39.98386, + "lng": -91.56837, + "cooperator": "Jennings Bros Jennings", + "salesperson": "Jennings Bros Jennings", + "planted_date": "2025-04-15", + "harvested_date": "2025-09-17", + "plot_average": 236.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 276.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LG63C32SSPRIB", + "traits": "", + "metrics": { + "Yield": 267.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 248.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 245.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG70C16", + "traits": "V-RN", + "metrics": { + "Yield": 243.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145310" + ], + "fetched_at": "2026-05-27T02:19:34.647273+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145310.md b/corpus/lg_plot_reports/lgpr-corn-2025-145310.md new file mode 100644 index 00000000..1e8f7704 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145310.md @@ -0,0 +1,28 @@ +# Corn yield trial — LaGrange, Missouri, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Missouri (MO) +- **City:** LaGrange +- **Year:** 2025 +- **Plot ID:** 145310 +- **Cooperator:** Jennings Bros Jennings +- **Planted:** 2025-04-15 +- **Harvested:** 2025-09-17 +- **Plot average:** 236.4 BU/Ac +- **Coordinates:** 39.98386, -91.56837 +- **URL:** https://lgseeds.com/performance/corn#plot-145310 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | TRC | 276.0 | +| 2 | Unknown | LG63C32SSPRIB | - | 267.1 | +| 3 | LG Seeds | LG61C28 | V | 248.9 | +| 4 | LG Seeds | LG64C43 | VT2RIB | 245.0 | +| 5 | LG Seeds | LG70C16 | V-RN | 243.6 | + +Top 5 by Yield: LG63C32 (LG Seeds) 276.0, LG63C32SSPRIB (Unknown) 267.1, LG61C28 (LG Seeds) 248.9, LG64C43 (LG Seeds) 245.0, LG70C16 (LG Seeds) 243.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145313.json b/corpus/lg_plot_reports/lgpr-corn-2025-145313.json new file mode 100644 index 00000000..987f9a55 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145313.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145313", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Adrian", + "year": 2025, + "plot_id": "145313", + "lat": 43.65247, + "lng": -95.8645, + "cooperator": "Colt Bullerman", + "salesperson": "Colt Bullerman", + "planted_date": "2025-04-16", + "harvested_date": "2025-10-06", + "plot_average": 231.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DS-4488V", + "traits": "", + "metrics": { + "Yield": 264.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DS-4833V", + "traits": "", + "metrics": { + "Yield": 259.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DS-4533PCE", + "traits": "", + "metrics": { + "Yield": 259.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 256.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 247.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145313" + ], + "fetched_at": "2026-05-27T02:17:41.094491+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145313.md b/corpus/lg_plot_reports/lgpr-corn-2025-145313.md new file mode 100644 index 00000000..52b5c75a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145313.md @@ -0,0 +1,28 @@ +# Corn yield trial — Adrian, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Adrian +- **Year:** 2025 +- **Plot ID:** 145313 +- **Cooperator:** Colt Bullerman +- **Planted:** 2025-04-16 +- **Harvested:** 2025-10-06 +- **Plot average:** 231.0 BU/Ac +- **Coordinates:** 43.65247, -95.86450 +- **URL:** https://lgseeds.com/performance/corn#plot-145313 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DS-4488V | - | 264.1 | +| 2 | Unknown | DS-4833V | - | 259.9 | +| 3 | Unknown | DS-4533PCE | - | 259.2 | +| 4 | LG Seeds | LG58C48 | VT2RIB | 256.7 | +| 5 | LG Seeds | LG59C72 | 5222EZ | 247.5 | + +Top 5 by Yield: DS-4488V (Unknown) 264.1, DS-4833V (Unknown) 259.9, DS-4533PCE (Unknown) 259.2, LG58C48 (LG Seeds) 256.7, LG59C72 (LG Seeds) 247.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145318.json b/corpus/lg_plot_reports/lgpr-corn-2025-145318.json new file mode 100644 index 00000000..a8bbbfce --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145318.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145318", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kentucky", + "state_abbrev": "ky", + "city": "Herndon", + "year": 2025, + "plot_id": "145318", + "lat": 36.73523, + "lng": -87.57111, + "cooperator": "Gary Haile", + "salesperson": "Gary Haile", + "planted_date": "2025-04-16", + "harvested_date": "2025-09-17", + "plot_average": 239.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 250.08 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2PRO", + "metrics": { + "Yield": 249.34 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG65C50VT2PRO", + "traits": "", + "metrics": { + "Yield": 244.73 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "D55TC86", + "traits": "", + "metrics": { + "Yield": 244.12 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG66C44VT2PRO", + "traits": "", + "metrics": { + "Yield": 243.53 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145318" + ], + "fetched_at": "2026-05-27T02:17:38.347070+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145318.md b/corpus/lg_plot_reports/lgpr-corn-2025-145318.md new file mode 100644 index 00000000..ac78f485 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145318.md @@ -0,0 +1,28 @@ +# Corn yield trial — Herndon, Kentucky, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kentucky (KY) +- **City:** Herndon +- **Year:** 2025 +- **Plot ID:** 145318 +- **Cooperator:** Gary Haile +- **Planted:** 2025-04-16 +- **Harvested:** 2025-09-17 +- **Plot average:** 239.5 BU/Ac +- **Coordinates:** 36.73523, -87.57111 +- **URL:** https://lgseeds.com/performance/corn#plot-145318 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG67C07 | VT2PRO | 250.08 | +| 2 | LG Seeds | LG66C44 | VT2PRO | 249.34 | +| 3 | Unknown | LG65C50VT2PRO | - | 244.73 | +| 4 | Unknown | D55TC86 | - | 244.12 | +| 5 | Unknown | LG66C44VT2PRO | - | 243.53 | + +Top 5 by Yield: LG67C07 (LG Seeds) 250.08, LG66C44 (LG Seeds) 249.34, LG65C50VT2PRO (Unknown) 244.73, D55TC86 (Unknown) 244.12, LG66C44VT2PRO (Unknown) 243.53. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145319.json b/corpus/lg_plot_reports/lgpr-corn-2025-145319.json new file mode 100644 index 00000000..75dbbf50 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145319.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145319", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kentucky", + "state_abbrev": "ky", + "city": "Crofton", + "year": 2025, + "plot_id": "145319", + "lat": 37.04958, + "lng": -87.45967, + "cooperator": "Steve Miller", + "salesperson": "Steve Miller", + "planted_date": "2025-04-16", + "harvested_date": "2025-09-20", + "plot_average": 254.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "D60TC45RIB", + "traits": "", + "metrics": { + "Yield": 283.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC68-35RIB", + "traits": "", + "metrics": { + "Yield": 267.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 267.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 266.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "D58VC74", + "traits": "", + "metrics": { + "Yield": 262.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145319" + ], + "fetched_at": "2026-05-27T02:17:57.840684+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145319.md b/corpus/lg_plot_reports/lgpr-corn-2025-145319.md new file mode 100644 index 00000000..91b0ba63 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145319.md @@ -0,0 +1,28 @@ +# Corn yield trial — Crofton, Kentucky, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kentucky (KY) +- **City:** Crofton +- **Year:** 2025 +- **Plot ID:** 145319 +- **Cooperator:** Steve Miller +- **Planted:** 2025-04-16 +- **Harvested:** 2025-09-20 +- **Plot average:** 254.8 BU/Ac +- **Coordinates:** 37.04958, -87.45967 +- **URL:** https://lgseeds.com/performance/corn#plot-145319 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | D60TC45RIB | - | 283.0 | +| 2 | Unknown | DKC68-35RIB | - | 267.7 | +| 3 | LG Seeds | LG63C32 | SSPRIB | 267.4 | +| 4 | LG Seeds | LG64C43 | VT2RIB | 266.6 | +| 5 | Unknown | D58VC74 | - | 262.5 | + +Top 5 by Yield: D60TC45RIB (Unknown) 283.0, DKC68-35RIB (Unknown) 267.7, LG63C32 (LG Seeds) 267.4, LG64C43 (LG Seeds) 266.6, D58VC74 (Unknown) 262.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145326.json b/corpus/lg_plot_reports/lgpr-corn-2025-145326.json new file mode 100644 index 00000000..3cae69b6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145326.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145326", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Nickerson", + "year": 2025, + "plot_id": "145326", + "lat": 38.15418, + "lng": -98.18116, + "cooperator": "Sterling Heritage Farms", + "salesperson": "Sterling Heritage Farms", + "planted_date": "2025-04-17", + "harvested_date": "2025-09-22", + "plot_average": 152.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "6414V2P", + "traits": "", + "metrics": { + "Yield": 173.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC115-55RIB", + "traits": "", + "metrics": { + "Yield": 168.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 167.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 166.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG66C28", + "traits": "3110", + "metrics": { + "Yield": 162.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145326" + ], + "fetched_at": "2026-05-27T02:20:47.673143+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145326.md b/corpus/lg_plot_reports/lgpr-corn-2025-145326.md new file mode 100644 index 00000000..6e6bcf28 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145326.md @@ -0,0 +1,28 @@ +# Corn yield trial — Nickerson, Kansas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Nickerson +- **Year:** 2025 +- **Plot ID:** 145326 +- **Cooperator:** Sterling Heritage Farms +- **Planted:** 2025-04-17 +- **Harvested:** 2025-09-22 +- **Plot average:** 152.7 BU/Ac +- **Coordinates:** 38.15418, -98.18116 +- **URL:** https://lgseeds.com/performance/corn#plot-145326 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 6414V2P | - | 173.4 | +| 2 | Unknown | DKC115-55RIB | - | 168.8 | +| 3 | LG Seeds | LG61C28 | V | 167.6 | +| 4 | LG Seeds | LG63C32 | TRC | 166.9 | +| 5 | LG Seeds | LG66C28 | 3110 | 162.2 | + +Top 5 by Yield: 6414V2P (Unknown) 173.4, DKC115-55RIB (Unknown) 168.8, LG61C28 (LG Seeds) 167.6, LG63C32 (LG Seeds) 166.9, LG66C28 (LG Seeds) 162.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145333.json b/corpus/lg_plot_reports/lgpr-corn-2025-145333.json new file mode 100644 index 00000000..d2472695 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145333.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145333", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Barnes City", + "year": 2025, + "plot_id": "145333", + "lat": 41.5034, + "lng": -92.475, + "cooperator": "Joe Steele", + "salesperson": "Joe Steele", + "planted_date": "2025-04-16", + "harvested_date": "2025-09-27", + "plot_average": 249.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC116-62RIB", + "traits": "", + "metrics": { + "Yield": 276.9 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC114-99RIB", + "traits": "", + "metrics": { + "Yield": 275.5 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LH EX24-1011TRC", + "traits": "", + "metrics": { + "Yield": 274.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC112-12RIB", + "traits": "", + "metrics": { + "Yield": 266.4 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P1027AM", + "traits": "", + "metrics": { + "Yield": 264.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145333" + ], + "fetched_at": "2026-05-27T02:17:24.570522+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145333.md b/corpus/lg_plot_reports/lgpr-corn-2025-145333.md new file mode 100644 index 00000000..41d50c16 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145333.md @@ -0,0 +1,28 @@ +# Corn yield trial — Barnes City, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Barnes City +- **Year:** 2025 +- **Plot ID:** 145333 +- **Cooperator:** Joe Steele +- **Planted:** 2025-04-16 +- **Harvested:** 2025-09-27 +- **Plot average:** 249.0 BU/Ac +- **Coordinates:** 41.50340, -92.47500 +- **URL:** https://lgseeds.com/performance/corn#plot-145333 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC116-62RIB | - | 276.9 | +| 2 | Unknown | DKC114-99RIB | - | 275.5 | +| 3 | Unknown | LH EX24-1011TRC | - | 274.5 | +| 4 | Unknown | DKC112-12RIB | - | 266.4 | +| 5 | Pioneer | P1027AM | - | 264.7 | + +Top 5 by Yield: DKC116-62RIB (Unknown) 276.9, DKC114-99RIB (Unknown) 275.5, LH EX24-1011TRC (Unknown) 274.5, DKC112-12RIB (Unknown) 266.4, P1027AM (Pioneer) 264.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145339.json b/corpus/lg_plot_reports/lgpr-corn-2025-145339.json new file mode 100644 index 00000000..c3badf56 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145339.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145339", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Arkansas", + "state_abbrev": "ar", + "city": "Marianna", + "year": 2025, + "plot_id": "145339", + "lat": 34.81957, + "lng": -90.91691, + "cooperator": "Matt Keown", + "salesperson": "Matt Keown", + "planted_date": "2025-04-17", + "harvested_date": "2025-08-26", + "plot_average": 230.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 249.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 244.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2PRO", + "metrics": { + "Yield": 222.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 221.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 214.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145339" + ], + "fetched_at": "2026-05-27T02:17:58.114480+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145339.md b/corpus/lg_plot_reports/lgpr-corn-2025-145339.md new file mode 100644 index 00000000..4a92b059 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145339.md @@ -0,0 +1,28 @@ +# Corn yield trial — Marianna, Arkansas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Arkansas (AR) +- **City:** Marianna +- **Year:** 2025 +- **Plot ID:** 145339 +- **Cooperator:** Matt Keown +- **Planted:** 2025-04-17 +- **Harvested:** 2025-08-26 +- **Plot average:** 230.4 BU/Ac +- **Coordinates:** 34.81957, -90.91691 +- **URL:** https://lgseeds.com/performance/corn#plot-145339 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG67C07 | VT2PRO | 249.5 | +| 2 | LG Seeds | LG63C32 | SSPRIB | 244.0 | +| 3 | LG Seeds | LG66C44 | VT2PRO | 222.7 | +| 4 | LG Seeds | LG65C30 | VT2RIB | 221.1 | +| 5 | LG Seeds | LG63C82 | DGVT2RIB | 214.7 | + +Top 5 by Yield: LG67C07 (LG Seeds) 249.5, LG63C32 (LG Seeds) 244.0, LG66C44 (LG Seeds) 222.7, LG65C30 (LG Seeds) 221.1, LG63C82 (LG Seeds) 214.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145356.json b/corpus/lg_plot_reports/lgpr-corn-2025-145356.json new file mode 100644 index 00000000..837e4a60 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145356.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145356", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Lorton", + "year": 2025, + "plot_id": "145356", + "lat": 40.59544, + "lng": -96.10192, + "cooperator": "Clint Hillman", + "salesperson": "Clint Hillman", + "planted_date": "2025-04-16", + "harvested_date": "2025-09-30", + "plot_average": 175.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 204.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 201.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG65C50VT2PRO", + "traits": "", + "metrics": { + "Yield": 193.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 187.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG62C20", + "traits": "D-RN", + "metrics": { + "Yield": 179.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145356" + ], + "fetched_at": "2026-05-27T02:17:48.842100+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145356.md b/corpus/lg_plot_reports/lgpr-corn-2025-145356.md new file mode 100644 index 00000000..8afe2182 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145356.md @@ -0,0 +1,28 @@ +# Corn yield trial — Lorton, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Lorton +- **Year:** 2025 +- **Plot ID:** 145356 +- **Cooperator:** Clint Hillman +- **Planted:** 2025-04-16 +- **Harvested:** 2025-09-30 +- **Plot average:** 175.1 BU/Ac +- **Coordinates:** 40.59544, -96.10192 +- **URL:** https://lgseeds.com/performance/corn#plot-145356 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG65C30 | VT2RIB | 204.9 | +| 2 | LG Seeds | LG63C32 | TRC | 201.3 | +| 3 | Unknown | LG65C50VT2PRO | - | 193.9 | +| 4 | LG Seeds | LG66C44 | VT2RIB | 187.9 | +| 5 | LG Seeds | LG62C20 | D-RN | 179.1 | + +Top 5 by Yield: LG65C30 (LG Seeds) 204.9, LG63C32 (LG Seeds) 201.3, LG65C50VT2PRO (Unknown) 193.9, LG66C44 (LG Seeds) 187.9, LG62C20 (LG Seeds) 179.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145358.json b/corpus/lg_plot_reports/lgpr-corn-2025-145358.json new file mode 100644 index 00000000..d7d33f5a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145358.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145358", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Westbend ", + "year": 2025, + "plot_id": "145358", + "lat": 43.42803, + "lng": -88.28291, + "cooperator": "John Gundrum", + "salesperson": "John Gundrum", + "planted_date": "2025-05-07", + "harvested_date": "2025-10-29", + "plot_average": 267.1, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B98Z37PCE", + "traits": "", + "metrics": { + "Yield": 286.83 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B96M56PCE", + "traits": "", + "metrics": { + "Yield": 285.17 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC096-21RIB", + "traits": "", + "metrics": { + "Yield": 284.06 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 279.84 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG47C12", + "traits": "VT2PRO", + "metrics": { + "Yield": 277.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145358" + ], + "fetched_at": "2026-05-27T02:21:03.934559+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145358.md b/corpus/lg_plot_reports/lgpr-corn-2025-145358.md new file mode 100644 index 00000000..52972345 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145358.md @@ -0,0 +1,28 @@ +# Corn yield trial — Westbend , Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Westbend +- **Year:** 2025 +- **Plot ID:** 145358 +- **Cooperator:** John Gundrum +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-29 +- **Plot average:** 267.1 BU/Ac +- **Coordinates:** 43.42803, -88.28291 +- **URL:** https://lgseeds.com/performance/corn#plot-145358 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B98Z37PCE | - | 286.83 | +| 2 | Unknown | B96M56PCE | - | 285.17 | +| 3 | Unknown | DKC096-21RIB | - | 284.06 | +| 4 | LG Seeds | LG48C87 | VT2RIB | 279.84 | +| 5 | LG Seeds | LG47C12 | VT2PRO | 277.3 | + +Top 5 by Yield: B98Z37PCE (Unknown) 286.83, B96M56PCE (Unknown) 285.17, DKC096-21RIB (Unknown) 284.06, LG48C87 (LG Seeds) 279.84, LG47C12 (LG Seeds) 277.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145361.json b/corpus/lg_plot_reports/lgpr-corn-2025-145361.json new file mode 100644 index 00000000..16d1ccd8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145361.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145361", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Newman Grove", + "year": 2025, + "plot_id": "145361", + "lat": 41.83635, + "lng": -97.71841, + "cooperator": "Jay Nelson", + "salesperson": "Jay Nelson", + "planted_date": "2025-04-18", + "harvested_date": "2025-10-10", + "plot_average": 236.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "DV-RN", + "metrics": { + "Yield": 266.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VT2RIB", + "metrics": { + "Yield": 263.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 259.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C20", + "traits": "D-RN", + "metrics": { + "Yield": 257.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 248.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145361" + ], + "fetched_at": "2026-05-27T02:17:37.361431+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145361.md b/corpus/lg_plot_reports/lgpr-corn-2025-145361.md new file mode 100644 index 00000000..3102e176 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145361.md @@ -0,0 +1,28 @@ +# Corn yield trial — Newman Grove, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Newman Grove +- **Year:** 2025 +- **Plot ID:** 145361 +- **Cooperator:** Jay Nelson +- **Planted:** 2025-04-18 +- **Harvested:** 2025-10-10 +- **Plot average:** 236.7 BU/Ac +- **Coordinates:** 41.83635, -97.71841 +- **URL:** https://lgseeds.com/performance/corn#plot-145361 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG60C05 | DV-RN | 266.6 | +| 2 | LG Seeds | LG57C82 | VT2RIB | 263.3 | +| 3 | LG Seeds | LG61C28 | V | 259.0 | +| 4 | LG Seeds | LG62C20 | D-RN | 257.0 | +| 5 | LG Seeds | LG62C73 | VT2RIB | 248.3 | + +Top 5 by Yield: LG60C05 (LG Seeds) 266.6, LG57C82 (LG Seeds) 263.3, LG61C28 (LG Seeds) 259.0, LG62C20 (LG Seeds) 257.0, LG62C73 (LG Seeds) 248.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145363.json b/corpus/lg_plot_reports/lgpr-corn-2025-145363.json new file mode 100644 index 00000000..cddbc6c9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145363.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145363", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Missouri", + "state_abbrev": "mo", + "city": "Nelson", + "year": 2025, + "plot_id": "145363", + "lat": 39.02997, + "lng": -93.01871, + "cooperator": "Spencer Lampe", + "salesperson": "Spencer Lampe", + "planted_date": "2025-04-17", + "harvested_date": "2025-09-26", + "plot_average": 248.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 260.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 256.66 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 255.23 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LG65C50VT2PRO", + "traits": "", + "metrics": { + "Yield": 252.68 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 249.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145363" + ], + "fetched_at": "2026-05-27T02:17:55.604550+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145363.md b/corpus/lg_plot_reports/lgpr-corn-2025-145363.md new file mode 100644 index 00000000..d7d9d4eb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145363.md @@ -0,0 +1,28 @@ +# Corn yield trial — Nelson, Missouri, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Missouri (MO) +- **City:** Nelson +- **Year:** 2025 +- **Plot ID:** 145363 +- **Cooperator:** Spencer Lampe +- **Planted:** 2025-04-17 +- **Harvested:** 2025-09-26 +- **Plot average:** 248.0 BU/Ac +- **Coordinates:** 39.02997, -93.01871 +- **URL:** https://lgseeds.com/performance/corn#plot-145363 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C43 | VT2RIB | 260.9 | +| 2 | LG Seeds | LG63C32 | SSPRIB | 256.66 | +| 3 | LG Seeds | LG66C44 | VT2RIB | 255.23 | +| 4 | Unknown | LG65C50VT2PRO | - | 252.68 | +| 5 | LG Seeds | LG65C30 | VT2RIB | 249.9 | + +Top 5 by Yield: LG64C43 (LG Seeds) 260.9, LG63C32 (LG Seeds) 256.66, LG66C44 (LG Seeds) 255.23, LG65C50VT2PRO (Unknown) 252.68, LG65C30 (LG Seeds) 249.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145374.json b/corpus/lg_plot_reports/lgpr-corn-2025-145374.json new file mode 100644 index 00000000..db2ce4fe --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145374.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145374", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Tyler", + "year": 2025, + "plot_id": "145374", + "lat": 44.29869, + "lng": -96.06014, + "cooperator": "Mark Enemark", + "salesperson": "Mark Enemark", + "planted_date": "2025-04-21", + "harvested_date": "2025-10-08", + "plot_average": 244.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DS-4488V", + "traits": "", + "metrics": { + "Yield": 266.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 257.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG57C45", + "traits": "SSPRIB", + "metrics": { + "Yield": 257.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DS-4191PCE", + "traits": "", + "metrics": { + "Yield": 255.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 249.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145374" + ], + "fetched_at": "2026-05-27T02:17:41.353525+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145374.md b/corpus/lg_plot_reports/lgpr-corn-2025-145374.md new file mode 100644 index 00000000..1afedc71 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145374.md @@ -0,0 +1,28 @@ +# Corn yield trial — Tyler, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Tyler +- **Year:** 2025 +- **Plot ID:** 145374 +- **Cooperator:** Mark Enemark +- **Planted:** 2025-04-21 +- **Harvested:** 2025-10-08 +- **Plot average:** 244.8 BU/Ac +- **Coordinates:** 44.29869, -96.06014 +- **URL:** https://lgseeds.com/performance/corn#plot-145374 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DS-4488V | - | 266.4 | +| 2 | LG Seeds | LG51C32 | SSPRIB | 257.7 | +| 3 | LG Seeds | LG57C45 | SSPRIB | 257.4 | +| 4 | Unknown | DS-4191PCE | - | 255.9 | +| 5 | LG Seeds | LG56C25 | SSPRIB | 249.0 | + +Top 5 by Yield: DS-4488V (Unknown) 266.4, LG51C32 (LG Seeds) 257.7, LG57C45 (LG Seeds) 257.4, DS-4191PCE (Unknown) 255.9, LG56C25 (LG Seeds) 249.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145375.json b/corpus/lg_plot_reports/lgpr-corn-2025-145375.json new file mode 100644 index 00000000..4fd677ce --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145375.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145375", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Marshall", + "year": 2025, + "plot_id": "145375", + "lat": 44.44483, + "lng": -95.83519, + "cooperator": "Mike Mortier", + "salesperson": "Mike Mortier", + "planted_date": "2025-04-21", + "harvested_date": "2025-10-21", + "plot_average": 227.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 258.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2RIB", + "metrics": { + "Yield": 258.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "DV-RN", + "metrics": { + "Yield": 242.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 241.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "DV-RN", + "metrics": { + "Yield": 238.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145375" + ], + "fetched_at": "2026-05-27T02:19:24.914250+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145375.md b/corpus/lg_plot_reports/lgpr-corn-2025-145375.md new file mode 100644 index 00000000..c98823e3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145375.md @@ -0,0 +1,28 @@ +# Corn yield trial — Marshall, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Marshall +- **Year:** 2025 +- **Plot ID:** 145375 +- **Cooperator:** Mike Mortier +- **Planted:** 2025-04-21 +- **Harvested:** 2025-10-21 +- **Plot average:** 227.6 BU/Ac +- **Coordinates:** 44.44483, -95.83519 +- **URL:** https://lgseeds.com/performance/corn#plot-145375 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG60C24 | VT4PRO | 258.5 | +| 2 | LG Seeds | LG58C16 | VT2RIB | 258.3 | +| 3 | LG Seeds | LG60C05 | DV-RN | 242.3 | +| 4 | LG Seeds | LG51C62 | D | 241.2 | +| 5 | LG Seeds | LG52C90 | DV-RN | 238.7 | + +Top 5 by Yield: LG60C24 (LG Seeds) 258.5, LG58C16 (LG Seeds) 258.3, LG60C05 (LG Seeds) 242.3, LG51C62 (LG Seeds) 241.2, LG52C90 (LG Seeds) 238.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145377.json b/corpus/lg_plot_reports/lgpr-corn-2025-145377.json new file mode 100644 index 00000000..27d2a756 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145377.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145377", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kentucky", + "state_abbrev": "ky", + "city": "Hopkinsville", + "year": 2025, + "plot_id": "145377", + "lat": 36.65227, + "lng": -87.34447, + "cooperator": "Danny Askew", + "salesperson": "Danny Askew", + "planted_date": "2025-04-21", + "harvested_date": "2025-09-08", + "plot_average": 250.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "D60TC45RIB", + "traits": "", + "metrics": { + "Yield": 273.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "D49PN05RA", + "traits": "", + "metrics": { + "Yield": 272.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG61C21", + "traits": "", + "metrics": { + "Yield": 267.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG65C76", + "traits": "", + "metrics": { + "Yield": 259.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG68C18", + "traits": "", + "metrics": { + "Yield": 256.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145377" + ], + "fetched_at": "2026-05-27T02:20:55.173031+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145377.md b/corpus/lg_plot_reports/lgpr-corn-2025-145377.md new file mode 100644 index 00000000..5b87d155 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145377.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hopkinsville, Kentucky, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kentucky (KY) +- **City:** Hopkinsville +- **Year:** 2025 +- **Plot ID:** 145377 +- **Cooperator:** Danny Askew +- **Planted:** 2025-04-21 +- **Harvested:** 2025-09-08 +- **Plot average:** 250.0 BU/Ac +- **Coordinates:** 36.65227, -87.34447 +- **URL:** https://lgseeds.com/performance/corn#plot-145377 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | D60TC45RIB | - | 273.8 | +| 2 | Unknown | D49PN05RA | - | 272.6 | +| 3 | LG Seeds | LG61C21 | - | 267.3 | +| 4 | LG Seeds | LG65C76 | - | 259.5 | +| 5 | LG Seeds | LG68C18 | - | 256.7 | + +Top 5 by Yield: D60TC45RIB (Unknown) 273.8, D49PN05RA (Unknown) 272.6, LG61C21 (LG Seeds) 267.3, LG65C76 (LG Seeds) 259.5, LG68C18 (LG Seeds) 256.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145379.json b/corpus/lg_plot_reports/lgpr-corn-2025-145379.json new file mode 100644 index 00000000..8c6a2b42 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145379.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145379", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Arco", + "year": 2025, + "plot_id": "145379", + "lat": 44.43807, + "lng": -96.18157, + "cooperator": "Highway 7 Seeds", + "salesperson": "Highway 7 Seeds", + "planted_date": "2025-04-22", + "harvested_date": "2025-10-21", + "plot_average": 245.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG55C40", + "traits": "TRC", + "metrics": { + "Yield": 262.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 260.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 258.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC101-33RIB", + "traits": "", + "metrics": { + "Yield": 255.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 252.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145379" + ], + "fetched_at": "2026-05-27T02:19:24.654840+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145379.md b/corpus/lg_plot_reports/lgpr-corn-2025-145379.md new file mode 100644 index 00000000..4ff7834a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145379.md @@ -0,0 +1,28 @@ +# Corn yield trial — Arco, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Arco +- **Year:** 2025 +- **Plot ID:** 145379 +- **Cooperator:** Highway 7 Seeds +- **Planted:** 2025-04-22 +- **Harvested:** 2025-10-21 +- **Plot average:** 245.7 BU/Ac +- **Coordinates:** 44.43807, -96.18157 +- **URL:** https://lgseeds.com/performance/corn#plot-145379 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG55C40 | TRC | 262.8 | +| 2 | LG Seeds | LG56C25 | SSPRIB | 260.3 | +| 3 | LG Seeds | LG52C90 | VT2RIB | 258.8 | +| 4 | Unknown | DKC101-33RIB | - | 255.3 | +| 5 | LG Seeds | LG51C62 | D | 252.4 | + +Top 5 by Yield: LG55C40 (LG Seeds) 262.8, LG56C25 (LG Seeds) 260.3, LG52C90 (LG Seeds) 258.8, DKC101-33RIB (Unknown) 255.3, LG51C62 (LG Seeds) 252.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145383.json b/corpus/lg_plot_reports/lgpr-corn-2025-145383.json new file mode 100644 index 00000000..aeefa366 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145383.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145383", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "California", + "state_abbrev": "ca", + "city": "Walnut Grove", + "year": 2025, + "plot_id": "145383", + "lat": 38.17877, + "lng": -121.55475, + "cooperator": "Mello Farms", + "salesperson": "Mello Farms", + "planted_date": "2025-04-22", + "harvested_date": "2025-10-09", + "plot_average": 223.4, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P18216PCE", + "traits": "", + "metrics": { + "Yield": 244.8 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P1759AM", + "traits": "", + "metrics": { + "Yield": 235.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Yield": 233.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "ES7514", + "traits": "VT2P", + "metrics": { + "Yield": 222.0 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P17677AM", + "traits": "", + "metrics": { + "Yield": 221.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145383" + ], + "fetched_at": "2026-05-27T02:17:42.086502+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145383.md b/corpus/lg_plot_reports/lgpr-corn-2025-145383.md new file mode 100644 index 00000000..3fde3655 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145383.md @@ -0,0 +1,28 @@ +# Corn yield trial — Walnut Grove, California, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** California (CA) +- **City:** Walnut Grove +- **Year:** 2025 +- **Plot ID:** 145383 +- **Cooperator:** Mello Farms +- **Planted:** 2025-04-22 +- **Harvested:** 2025-10-09 +- **Plot average:** 223.4 BU/Ac +- **Coordinates:** 38.17877, -121.55475 +- **URL:** https://lgseeds.com/performance/corn#plot-145383 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P18216PCE | - | 244.8 | +| 2 | Pioneer | P1759AM | - | 235.7 | +| 3 | LG Seeds | LG67C27 | STXRIB | 233.3 | +| 4 | LG Seeds | ES7514 | VT2P | 222.0 | +| 5 | Pioneer | P17677AM | - | 221.9 | + +Top 5 by Yield: P18216PCE (Pioneer) 244.8, P1759AM (Pioneer) 235.7, LG67C27 (LG Seeds) 233.3, ES7514 (LG Seeds) 222.0, P17677AM (Pioneer) 221.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145385.json b/corpus/lg_plot_reports/lgpr-corn-2025-145385.json new file mode 100644 index 00000000..f8990adc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145385.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145385", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Aledo", + "year": 2025, + "plot_id": "145385", + "lat": 41.30862, + "lng": -90.73509, + "cooperator": "Doug McCleary", + "salesperson": "Doug McCleary", + "planted_date": "2025-04-16", + "harvested_date": "2025-09-30", + "plot_average": 258.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC112-12RIB", + "traits": "", + "metrics": { + "Yield": 276.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "D52PN76", + "traits": "", + "metrics": { + "Yield": 270.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "83P66VT2RIB", + "traits": "", + "metrics": { + "Yield": 270.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "82P96PCE", + "traits": "", + "metrics": { + "Yield": 268.8 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B12J58V", + "traits": "", + "metrics": { + "Yield": 268.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145385" + ], + "fetched_at": "2026-05-27T02:17:46.328673+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145385.md b/corpus/lg_plot_reports/lgpr-corn-2025-145385.md new file mode 100644 index 00000000..128fd77f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145385.md @@ -0,0 +1,28 @@ +# Corn yield trial — Aledo, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Aledo +- **Year:** 2025 +- **Plot ID:** 145385 +- **Cooperator:** Doug McCleary +- **Planted:** 2025-04-16 +- **Harvested:** 2025-09-30 +- **Plot average:** 258.0 BU/Ac +- **Coordinates:** 41.30862, -90.73509 +- **URL:** https://lgseeds.com/performance/corn#plot-145385 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC112-12RIB | - | 276.5 | +| 2 | Unknown | D52PN76 | - | 270.4 | +| 3 | Unknown | 83P66VT2RIB | - | 270.4 | +| 4 | Unknown | 82P96PCE | - | 268.8 | +| 5 | Unknown | B12J58V | - | 268.1 | + +Top 5 by Yield: DKC112-12RIB (Unknown) 276.5, D52PN76 (Unknown) 270.4, 83P66VT2RIB (Unknown) 270.4, 82P96PCE (Unknown) 268.8, B12J58V (Unknown) 268.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145386.json b/corpus/lg_plot_reports/lgpr-corn-2025-145386.json new file mode 100644 index 00000000..0859bdd3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145386.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145386", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Viola", + "year": 2025, + "plot_id": "145386", + "lat": 41.13885, + "lng": -90.58789, + "cooperator": "Scott Bell", + "salesperson": "Scott Bell", + "planted_date": "2025-04-17", + "harvested_date": "2025-10-03", + "plot_average": 247.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B17H53PCE", + "traits": "", + "metrics": { + "Yield": 279.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B12J58V", + "traits": "", + "metrics": { + "Yield": 267.7 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B04J45V", + "traits": "", + "metrics": { + "Yield": 264.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B11M47PCE", + "traits": "", + "metrics": { + "Yield": 263.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B14C59PCE", + "traits": "", + "metrics": { + "Yield": 262.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145386" + ], + "fetched_at": "2026-05-27T02:17:46.581230+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145386.md b/corpus/lg_plot_reports/lgpr-corn-2025-145386.md new file mode 100644 index 00000000..0afbf73e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145386.md @@ -0,0 +1,28 @@ +# Corn yield trial — Viola, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Viola +- **Year:** 2025 +- **Plot ID:** 145386 +- **Cooperator:** Scott Bell +- **Planted:** 2025-04-17 +- **Harvested:** 2025-10-03 +- **Plot average:** 247.4 BU/Ac +- **Coordinates:** 41.13885, -90.58789 +- **URL:** https://lgseeds.com/performance/corn#plot-145386 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B17H53PCE | - | 279.6 | +| 2 | Unknown | B12J58V | - | 267.7 | +| 3 | Unknown | B04J45V | - | 264.2 | +| 4 | Unknown | B11M47PCE | - | 263.7 | +| 5 | Unknown | B14C59PCE | - | 262.6 | + +Top 5 by Yield: B17H53PCE (Unknown) 279.6, B12J58V (Unknown) 267.7, B04J45V (Unknown) 264.2, B11M47PCE (Unknown) 263.7, B14C59PCE (Unknown) 262.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145389.json b/corpus/lg_plot_reports/lgpr-corn-2025-145389.json new file mode 100644 index 00000000..e34b889f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145389.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145389", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Wabasso", + "year": 2025, + "plot_id": "145389", + "lat": 44.36365, + "lng": -95.26839, + "cooperator": "Cole Guetter", + "salesperson": "Cole Guetter", + "planted_date": "2025-04-21", + "harvested_date": "2025-10-09", + "plot_average": 239.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DS-4488V", + "traits": "", + "metrics": { + "Yield": 274.61 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DS-4664PCE", + "traits": "", + "metrics": { + "Yield": 273.86 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 263.05 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DS-4833AM", + "traits": "", + "metrics": { + "Yield": 261.78 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 252.98 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145389" + ], + "fetched_at": "2026-05-27T02:17:09.972147+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145389.md b/corpus/lg_plot_reports/lgpr-corn-2025-145389.md new file mode 100644 index 00000000..6a894181 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145389.md @@ -0,0 +1,28 @@ +# Corn yield trial — Wabasso, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Wabasso +- **Year:** 2025 +- **Plot ID:** 145389 +- **Cooperator:** Cole Guetter +- **Planted:** 2025-04-21 +- **Harvested:** 2025-10-09 +- **Plot average:** 239.7 BU/Ac +- **Coordinates:** 44.36365, -95.26839 +- **URL:** https://lgseeds.com/performance/corn#plot-145389 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DS-4488V | - | 274.61 | +| 2 | Unknown | DS-4664PCE | - | 273.86 | +| 3 | LG Seeds | LG51C62 | D | 263.05 | +| 4 | Unknown | DS-4833AM | - | 261.78 | +| 5 | LG Seeds | LG58C48 | VT2RIB | 252.98 | + +Top 5 by Yield: DS-4488V (Unknown) 274.61, DS-4664PCE (Unknown) 273.86, LG51C62 (LG Seeds) 263.05, DS-4833AM (Unknown) 261.78, LG58C48 (LG Seeds) 252.98. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145393.json b/corpus/lg_plot_reports/lgpr-corn-2025-145393.json new file mode 100644 index 00000000..8aa47bf2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145393.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145393", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "California", + "state_abbrev": "ca", + "city": "Walnut Grove", + "year": 2025, + "plot_id": "145393", + "lat": 38.20266, + "lng": -121.58604, + "cooperator": "RK AG", + "salesperson": "RK AG", + "planted_date": "2025-04-23", + "harvested_date": "2025-09-30", + "plot_average": 253.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG66C28", + "traits": "", + "metrics": { + "Yield": 277.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "7445", + "traits": "", + "metrics": { + "Yield": 261.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "ES7514", + "traits": "", + "metrics": { + "Yield": 260.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "", + "metrics": { + "Yield": 259.8 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "8330", + "traits": "", + "metrics": { + "Yield": 253.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145393" + ], + "fetched_at": "2026-05-27T02:17:44.356152+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145393.md b/corpus/lg_plot_reports/lgpr-corn-2025-145393.md new file mode 100644 index 00000000..c61c7d53 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145393.md @@ -0,0 +1,28 @@ +# Corn yield trial — Walnut Grove, California, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** California (CA) +- **City:** Walnut Grove +- **Year:** 2025 +- **Plot ID:** 145393 +- **Cooperator:** RK AG +- **Planted:** 2025-04-23 +- **Harvested:** 2025-09-30 +- **Plot average:** 253.5 BU/Ac +- **Coordinates:** 38.20266, -121.58604 +- **URL:** https://lgseeds.com/performance/corn#plot-145393 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG66C28 | - | 277.8 | +| 2 | Unknown | 7445 | - | 261.4 | +| 3 | LG Seeds | ES7514 | - | 260.0 | +| 4 | LG Seeds | LG62C73 | - | 259.8 | +| 5 | Unknown | 8330 | - | 253.2 | + +Top 5 by Yield: LG66C28 (LG Seeds) 277.8, 7445 (Unknown) 261.4, ES7514 (LG Seeds) 260.0, LG62C73 (LG Seeds) 259.8, 8330 (Unknown) 253.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145394.json b/corpus/lg_plot_reports/lgpr-corn-2025-145394.json new file mode 100644 index 00000000..b41cff8d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145394.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145394", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Clear Lake", + "year": 2025, + "plot_id": "145394", + "lat": 45.5123, + "lng": -93.9673, + "cooperator": "A & L Peterson Farms", + "salesperson": "A & L Peterson Farms", + "planted_date": "2025-04-22", + "harvested_date": "2025-10-01", + "plot_average": 232.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2RIB", + "metrics": { + "Yield": 257.13 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 251.28 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG55C40", + "traits": "TRC", + "metrics": { + "Yield": 249.58 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "G08U00-V", + "traits": "", + "metrics": { + "Yield": 247.54 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 246.62 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145394" + ], + "fetched_at": "2026-05-27T02:17:46.868404+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145394.md b/corpus/lg_plot_reports/lgpr-corn-2025-145394.md new file mode 100644 index 00000000..25d8e371 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145394.md @@ -0,0 +1,28 @@ +# Corn yield trial — Clear Lake, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Clear Lake +- **Year:** 2025 +- **Plot ID:** 145394 +- **Cooperator:** A & L Peterson Farms +- **Planted:** 2025-04-22 +- **Harvested:** 2025-10-01 +- **Plot average:** 232.6 BU/Ac +- **Coordinates:** 45.51230, -93.96730 +- **URL:** https://lgseeds.com/performance/corn#plot-145394 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C16 | VT2RIB | 257.13 | +| 2 | LG Seeds | LG52C90 | VT2RIB | 251.28 | +| 3 | LG Seeds | LG55C40 | TRC | 249.58 | +| 4 | Unknown | G08U00-V | - | 247.54 | +| 5 | LG Seeds | LG49C28 | VT2RIB | 246.62 | + +Top 5 by Yield: LG58C16 (LG Seeds) 257.13, LG52C90 (LG Seeds) 251.28, LG55C40 (LG Seeds) 249.58, G08U00-V (Unknown) 247.54, LG49C28 (LG Seeds) 246.62. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145396.json b/corpus/lg_plot_reports/lgpr-corn-2025-145396.json new file mode 100644 index 00000000..c39044f9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145396.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145396", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Clear Lake", + "year": 2025, + "plot_id": "145396", + "lat": 45.5123, + "lng": -93.9718, + "cooperator": "A & L Peterson Farms", + "salesperson": "A & L Peterson Farms", + "planted_date": "2025-04-22", + "harvested_date": "2025-10-01", + "plot_average": 213.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 227.25 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 224.63 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 216.76 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "G97B68-DV", + "traits": "", + "metrics": { + "Yield": 210.96 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "G00U71D", + "traits": "", + "metrics": { + "Yield": 209.21 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145396" + ], + "fetched_at": "2026-05-27T02:17:47.094610+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145396.md b/corpus/lg_plot_reports/lgpr-corn-2025-145396.md new file mode 100644 index 00000000..5373256a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145396.md @@ -0,0 +1,28 @@ +# Corn yield trial — Clear Lake, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Clear Lake +- **Year:** 2025 +- **Plot ID:** 145396 +- **Cooperator:** A & L Peterson Farms +- **Planted:** 2025-04-22 +- **Harvested:** 2025-10-01 +- **Plot average:** 213.0 BU/Ac +- **Coordinates:** 45.51230, -93.97180 +- **URL:** https://lgseeds.com/performance/corn#plot-145396 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG56C25 | SSPRIB | 227.25 | +| 2 | LG Seeds | LG52C90 | VT2RIB | 224.63 | +| 3 | LG Seeds | LG51C32 | SSPRIB | 216.76 | +| 4 | Unknown | G97B68-DV | - | 210.96 | +| 5 | Unknown | G00U71D | - | 209.21 | + +Top 5 by Yield: LG56C25 (LG Seeds) 227.25, LG52C90 (LG Seeds) 224.63, LG51C32 (LG Seeds) 216.76, G97B68-DV (Unknown) 210.96, G00U71D (Unknown) 209.21. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145401.json b/corpus/lg_plot_reports/lgpr-corn-2025-145401.json new file mode 100644 index 00000000..1b012fb3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145401.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145401", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Winnebago", + "year": 2025, + "plot_id": "145401", + "lat": 42.22468, + "lng": -89.26973, + "cooperator": "Palm Farms", + "salesperson": "Palm Farms", + "planted_date": "2025-04-22", + "harvested_date": "2025-09-26", + "plot_average": 235.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Yield": 257.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 255.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 249.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 243.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 243.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145401" + ], + "fetched_at": "2026-05-27T02:19:34.948151+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145401.md b/corpus/lg_plot_reports/lgpr-corn-2025-145401.md new file mode 100644 index 00000000..8fa98499 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145401.md @@ -0,0 +1,28 @@ +# Corn yield trial — Winnebago, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Winnebago +- **Year:** 2025 +- **Plot ID:** 145401 +- **Cooperator:** Palm Farms +- **Planted:** 2025-04-22 +- **Harvested:** 2025-09-26 +- **Plot average:** 235.7 BU/Ac +- **Coordinates:** 42.22468, -89.26973 +- **URL:** https://lgseeds.com/performance/corn#plot-145401 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG67C27 | STXRIB | 257.2 | +| 2 | LG Seeds | LG59C72 | 5222EZ | 255.6 | +| 3 | LG Seeds | LG60C24 | VT4PRO | 249.4 | +| 4 | LG Seeds | LG63C32 | SSPRIB | 243.3 | +| 5 | LG Seeds | LG61C28 | V | 243.2 | + +Top 5 by Yield: LG67C27 (LG Seeds) 257.2, LG59C72 (LG Seeds) 255.6, LG60C24 (LG Seeds) 249.4, LG63C32 (LG Seeds) 243.3, LG61C28 (LG Seeds) 243.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145403.json b/corpus/lg_plot_reports/lgpr-corn-2025-145403.json new file mode 100644 index 00000000..0a104d0e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145403.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145403", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Edgerton", + "year": 2025, + "plot_id": "145403", + "lat": 43.80597, + "lng": -96.15399, + "cooperator": "Mark VanderPol", + "salesperson": "Mark VanderPol", + "planted_date": "2025-04-22", + "harvested_date": "2025-10-04", + "plot_average": 234.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "G03U08-D", + "traits": "", + "metrics": { + "Yield": 267.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 251.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "G04M93-AA", + "traits": "", + "metrics": { + "Yield": 249.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 249.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG51C62D", + "traits": "", + "metrics": { + "Yield": 246.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145403" + ], + "fetched_at": "2026-05-27T02:17:41.597267+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145403.md b/corpus/lg_plot_reports/lgpr-corn-2025-145403.md new file mode 100644 index 00000000..e3221bcb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145403.md @@ -0,0 +1,28 @@ +# Corn yield trial — Edgerton, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Edgerton +- **Year:** 2025 +- **Plot ID:** 145403 +- **Cooperator:** Mark VanderPol +- **Planted:** 2025-04-22 +- **Harvested:** 2025-10-04 +- **Plot average:** 234.3 BU/Ac +- **Coordinates:** 43.80597, -96.15399 +- **URL:** https://lgseeds.com/performance/corn#plot-145403 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | G03U08-D | - | 267.3 | +| 2 | LG Seeds | LG51C62 | D | 251.2 | +| 3 | Unknown | G04M93-AA | - | 249.8 | +| 4 | LG Seeds | LG51C32 | SSPRIB | 249.6 | +| 5 | Unknown | LG51C62D | - | 246.0 | + +Top 5 by Yield: G03U08-D (Unknown) 267.3, LG51C62 (LG Seeds) 251.2, G04M93-AA (Unknown) 249.8, LG51C32 (LG Seeds) 249.6, LG51C62D (Unknown) 246.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145404.json b/corpus/lg_plot_reports/lgpr-corn-2025-145404.json new file mode 100644 index 00000000..fd9a23e2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145404.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145404", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Morgan", + "year": 2025, + "plot_id": "145404", + "lat": 44.3696, + "lng": -94.92727, + "cooperator": "Alex Madsen", + "salesperson": "Alex Madsen", + "planted_date": "2025-04-23", + "harvested_date": "2025-10-04", + "plot_average": 239.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC101-33RIB", + "traits": "", + "metrics": { + "Yield": 255.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG57C45", + "traits": "SSPRIB", + "metrics": { + "Yield": 251.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 247.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 244.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 236.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145404" + ], + "fetched_at": "2026-05-27T02:18:13.386153+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145404.md b/corpus/lg_plot_reports/lgpr-corn-2025-145404.md new file mode 100644 index 00000000..e1c70125 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145404.md @@ -0,0 +1,28 @@ +# Corn yield trial — Morgan, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Morgan +- **Year:** 2025 +- **Plot ID:** 145404 +- **Cooperator:** Alex Madsen +- **Planted:** 2025-04-23 +- **Harvested:** 2025-10-04 +- **Plot average:** 239.3 BU/Ac +- **Coordinates:** 44.36960, -94.92727 +- **URL:** https://lgseeds.com/performance/corn#plot-145404 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC101-33RIB | - | 255.0 | +| 2 | LG Seeds | LG57C45 | SSPRIB | 251.0 | +| 3 | LG Seeds | LG51C62 | D | 247.0 | +| 4 | LG Seeds | LG51C32 | SSPRIB | 244.0 | +| 5 | LG Seeds | LG52C90 | VT2RIB | 236.0 | + +Top 5 by Yield: DKC101-33RIB (Unknown) 255.0, LG57C45 (LG Seeds) 251.0, LG51C62 (LG Seeds) 247.0, LG51C32 (LG Seeds) 244.0, LG52C90 (LG Seeds) 236.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145408.json b/corpus/lg_plot_reports/lgpr-corn-2025-145408.json new file mode 100644 index 00000000..3bd6243f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145408.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145408", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Adrian", + "year": 2025, + "plot_id": "145408", + "lat": 43.59425, + "lng": -95.9534, + "cooperator": "Jeff Bullerman", + "salesperson": "Jeff Bullerman ", + "planted_date": "2025-04-23", + "harvested_date": "2025-10-08", + "plot_average": 240.2, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DS-4488PCE", + "traits": "", + "metrics": { + "Yield": 253.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "205-08SSPRIB", + "traits": "", + "metrics": { + "Yield": 251.7 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DS-4533PCE", + "traits": "", + "metrics": { + "Yield": 250.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DS-4488V", + "traits": "", + "metrics": { + "Yield": 247.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 246.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145408" + ], + "fetched_at": "2026-05-27T02:17:42.339849+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145408.md b/corpus/lg_plot_reports/lgpr-corn-2025-145408.md new file mode 100644 index 00000000..2580082e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145408.md @@ -0,0 +1,29 @@ +# Corn yield trial — Adrian, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Adrian +- **Year:** 2025 +- **Plot ID:** 145408 +- **Cooperator:** Jeff Bullerman +- **Salesperson:** Jeff Bullerman +- **Planted:** 2025-04-23 +- **Harvested:** 2025-10-08 +- **Plot average:** 240.2 BU/Ac +- **Coordinates:** 43.59425, -95.95340 +- **URL:** https://lgseeds.com/performance/corn#plot-145408 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DS-4488PCE | - | 253.4 | +| 2 | Unknown | 205-08SSPRIB | - | 251.7 | +| 3 | Unknown | DS-4533PCE | - | 250.1 | +| 4 | Unknown | DS-4488V | - | 247.4 | +| 5 | LG Seeds | LG51C62 | D | 246.7 | + +Top 5 by Yield: DS-4488PCE (Unknown) 253.4, 205-08SSPRIB (Unknown) 251.7, DS-4533PCE (Unknown) 250.1, DS-4488V (Unknown) 247.4, LG51C62 (LG Seeds) 246.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145417.json b/corpus/lg_plot_reports/lgpr-corn-2025-145417.json new file mode 100644 index 00000000..32911cca --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145417.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145417", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Clara City", + "year": 2025, + "plot_id": "145417", + "lat": 44.95004, + "lng": -95.38164, + "cooperator": "Next Level Ag Solutions", + "salesperson": "Next Level Ag Solutions", + "planted_date": "2025-04-23", + "harvested_date": "2025-10-20", + "plot_average": 225.6, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "52H41", + "traits": "", + "metrics": { + "Yield": 252.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG47C12", + "traits": "VT2PRO", + "metrics": { + "Yield": 243.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 227.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 226.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 224.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145417" + ], + "fetched_at": "2026-05-27T02:19:32.898625+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145417.md b/corpus/lg_plot_reports/lgpr-corn-2025-145417.md new file mode 100644 index 00000000..6839554c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145417.md @@ -0,0 +1,28 @@ +# Corn yield trial — Clara City, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Clara City +- **Year:** 2025 +- **Plot ID:** 145417 +- **Cooperator:** Next Level Ag Solutions +- **Planted:** 2025-04-23 +- **Harvested:** 2025-10-20 +- **Plot average:** 225.6 BU/Ac +- **Coordinates:** 44.95004, -95.38164 +- **URL:** https://lgseeds.com/performance/corn#plot-145417 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 52H41 | - | 252.2 | +| 2 | LG Seeds | LG47C12 | VT2PRO | 243.9 | +| 3 | LG Seeds | LG48C87 | VT2RIB | 227.4 | +| 4 | LG Seeds | LG52C90 | VT2RIB | 226.9 | +| 5 | LG Seeds | LG46C85 | VT2RIB | 224.5 | + +Top 5 by Yield: 52H41 (Unknown) 252.2, LG47C12 (LG Seeds) 243.9, LG48C87 (LG Seeds) 227.4, LG52C90 (LG Seeds) 226.9, LG46C85 (LG Seeds) 224.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145418.json b/corpus/lg_plot_reports/lgpr-corn-2025-145418.json new file mode 100644 index 00000000..146e8359 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145418.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145418", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Wall", + "year": 2025, + "plot_id": "145418", + "lat": 44.038, + "lng": -102.24903, + "cooperator": "Eisenbraun Farms", + "salesperson": "Eisenbraun Farms", + "planted_date": "2025-04-23", + "harvested_date": "2025-10-21", + "plot_average": 79.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC101-35RIB", + "traits": "", + "metrics": { + "Yield": 93.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2RIB", + "metrics": { + "Yield": 93.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "G87U44-V", + "traits": "", + "metrics": { + "Yield": 92.7 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "T6695VT2P", + "traits": "", + "metrics": { + "Yield": 92.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC100-21RIB", + "traits": "", + "metrics": { + "Yield": 91.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145418" + ], + "fetched_at": "2026-05-27T02:17:25.086555+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145418.md b/corpus/lg_plot_reports/lgpr-corn-2025-145418.md new file mode 100644 index 00000000..0ecc6d12 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145418.md @@ -0,0 +1,28 @@ +# Corn yield trial — Wall, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Wall +- **Year:** 2025 +- **Plot ID:** 145418 +- **Cooperator:** Eisenbraun Farms +- **Planted:** 2025-04-23 +- **Harvested:** 2025-10-21 +- **Plot average:** 79.7 BU/Ac +- **Coordinates:** 44.03800, -102.24903 +- **URL:** https://lgseeds.com/performance/corn#plot-145418 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC101-35RIB | - | 93.7 | +| 2 | LG Seeds | LG43C50 | VT2RIB | 93.1 | +| 3 | Unknown | G87U44-V | - | 92.7 | +| 4 | Unknown | T6695VT2P | - | 92.6 | +| 5 | Unknown | DKC100-21RIB | - | 91.8 | + +Top 5 by Yield: DKC101-35RIB (Unknown) 93.7, LG43C50 (LG Seeds) 93.1, G87U44-V (Unknown) 92.7, T6695VT2P (Unknown) 92.6, DKC100-21RIB (Unknown) 91.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145419.json b/corpus/lg_plot_reports/lgpr-corn-2025-145419.json new file mode 100644 index 00000000..a37b9739 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145419.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145419", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "St. James", + "year": 2025, + "plot_id": "145419", + "lat": 43.98926, + "lng": -94.54986, + "cooperator": "Matt Wolle", + "salesperson": "Matt Wolle", + "planted_date": "2025-04-17", + "harvested_date": "2025-10-16", + "plot_average": 252.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C20", + "traits": "D-RN", + "metrics": { + "Yield": 282.45 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "W7876RIB", + "traits": "", + "metrics": { + "Yield": 279.47 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG57C33", + "traits": "VT2RIB", + "metrics": { + "Yield": 262.45 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "209-70TRERIB", + "traits": "", + "metrics": { + "Yield": 260.35 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "212-40VT4PRIB", + "traits": "", + "metrics": { + "Yield": 259.97 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145419" + ], + "fetched_at": "2026-05-27T02:19:03.151530+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145419.md b/corpus/lg_plot_reports/lgpr-corn-2025-145419.md new file mode 100644 index 00000000..29ba1e32 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145419.md @@ -0,0 +1,28 @@ +# Corn yield trial — St. James, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** St. James +- **Year:** 2025 +- **Plot ID:** 145419 +- **Cooperator:** Matt Wolle +- **Planted:** 2025-04-17 +- **Harvested:** 2025-10-16 +- **Plot average:** 252.2 BU/Ac +- **Coordinates:** 43.98926, -94.54986 +- **URL:** https://lgseeds.com/performance/corn#plot-145419 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C20 | D-RN | 282.45 | +| 2 | Unknown | W7876RIB | - | 279.47 | +| 3 | LG Seeds | LG57C33 | VT2RIB | 262.45 | +| 4 | Unknown | 209-70TRERIB | - | 260.35 | +| 5 | Unknown | 212-40VT4PRIB | - | 259.97 | + +Top 5 by Yield: LG62C20 (LG Seeds) 282.45, W7876RIB (Unknown) 279.47, LG57C33 (LG Seeds) 262.45, 209-70TRERIB (Unknown) 260.35, 212-40VT4PRIB (Unknown) 259.97. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145422.json b/corpus/lg_plot_reports/lgpr-corn-2025-145422.json new file mode 100644 index 00000000..6f77b951 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145422.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145422", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Ivanhoe", + "year": 2025, + "plot_id": "145422", + "lat": 44.41748, + "lng": -96.22943, + "cooperator": "Alex Pohlen", + "salesperson": "Alex Pohlen", + "planted_date": "2025-04-23", + "harvested_date": "2025-10-07", + "plot_average": 234.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 243.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "DV-RN", + "metrics": { + "Yield": 240.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "G00U71-D", + "traits": "", + "metrics": { + "Yield": 238.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "G01U74-AA", + "traits": "", + "metrics": { + "Yield": 238.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 236.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145422" + ], + "fetched_at": "2026-05-27T02:17:41.843370+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145422.md b/corpus/lg_plot_reports/lgpr-corn-2025-145422.md new file mode 100644 index 00000000..11c8c24b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145422.md @@ -0,0 +1,28 @@ +# Corn yield trial — Ivanhoe, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Ivanhoe +- **Year:** 2025 +- **Plot ID:** 145422 +- **Cooperator:** Alex Pohlen +- **Planted:** 2025-04-23 +- **Harvested:** 2025-10-07 +- **Plot average:** 234.7 BU/Ac +- **Coordinates:** 44.41748, -96.22943 +- **URL:** https://lgseeds.com/performance/corn#plot-145422 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | D | 243.5 | +| 2 | LG Seeds | LG52C90 | DV-RN | 240.0 | +| 3 | Unknown | G00U71-D | - | 238.8 | +| 4 | Unknown | G01U74-AA | - | 238.3 | +| 5 | LG Seeds | LG51C32 | SSPRIB | 236.7 | + +Top 5 by Yield: LG51C62 (LG Seeds) 243.5, LG52C90 (LG Seeds) 240.0, G00U71-D (Unknown) 238.8, G01U74-AA (Unknown) 238.3, LG51C32 (LG Seeds) 236.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145430.json b/corpus/lg_plot_reports/lgpr-corn-2025-145430.json new file mode 100644 index 00000000..d7802081 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145430.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145430", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Greenville", + "year": 2025, + "plot_id": "145430", + "lat": 43.22465, + "lng": -85.13387, + "cooperator": "Scott Karnatz", + "salesperson": "Scott Karnatz", + "planted_date": "2025-06-03", + "harvested_date": "2025-10-29", + "plot_average": 198.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "DV-RN", + "metrics": { + "Yield": 211.14 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DS-3477AM", + "traits": "", + "metrics": { + "Yield": 203.27 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 201.73 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DS-3477AM", + "traits": "", + "metrics": { + "Yield": 198.59 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "VT2RIB", + "metrics": { + "Yield": 197.57 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145430" + ], + "fetched_at": "2026-05-27T02:17:11.084183+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145430.md b/corpus/lg_plot_reports/lgpr-corn-2025-145430.md new file mode 100644 index 00000000..48aa38c1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145430.md @@ -0,0 +1,28 @@ +# Corn yield trial — Greenville, Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Greenville +- **Year:** 2025 +- **Plot ID:** 145430 +- **Cooperator:** Scott Karnatz +- **Planted:** 2025-06-03 +- **Harvested:** 2025-10-29 +- **Plot average:** 198.9 BU/Ac +- **Coordinates:** 43.22465, -85.13387 +- **URL:** https://lgseeds.com/performance/corn#plot-145430 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | DV-RN | 211.14 | +| 2 | Unknown | DS-3477AM | - | 203.27 | +| 3 | LG Seeds | LG48C87 | VT2RIB | 201.73 | +| 4 | Unknown | DS-3477AM | - | 198.59 | +| 5 | LG Seeds | LG44C27 | VT2RIB | 197.57 | + +Top 5 by Yield: LG52C90 (LG Seeds) 211.14, DS-3477AM (Unknown) 203.27, LG48C87 (LG Seeds) 201.73, DS-3477AM (Unknown) 198.59, LG44C27 (LG Seeds) 197.57. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145431.json b/corpus/lg_plot_reports/lgpr-corn-2025-145431.json new file mode 100644 index 00000000..b066a5bb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145431.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145431", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Pierz", + "year": 2025, + "plot_id": "145431", + "lat": 45.8947, + "lng": -94.1171, + "cooperator": "Roger Janson", + "salesperson": "Roger Janson", + "planted_date": "2025-04-23", + "harvested_date": "2025-10-22", + "plot_average": 215.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 239.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 229.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2RIB", + "metrics": { + "Yield": 226.3 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LG46C85VT2RIB", + "traits": "", + "metrics": { + "Yield": 223.7 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P92399PCE", + "traits": "", + "metrics": { + "Yield": 223.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145431" + ], + "fetched_at": "2026-05-27T02:20:51.432973+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145431.md b/corpus/lg_plot_reports/lgpr-corn-2025-145431.md new file mode 100644 index 00000000..0c67bfed --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145431.md @@ -0,0 +1,28 @@ +# Corn yield trial — Pierz, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Pierz +- **Year:** 2025 +- **Plot ID:** 145431 +- **Cooperator:** Roger Janson +- **Planted:** 2025-04-23 +- **Harvested:** 2025-10-22 +- **Plot average:** 215.7 BU/Ac +- **Coordinates:** 45.89470, -94.11710 +- **URL:** https://lgseeds.com/performance/corn#plot-145431 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG48C87 | VT2RIB | 239.2 | +| 2 | LG Seeds | LG46C85 | VT2RIB | 229.3 | +| 3 | LG Seeds | LG43C50 | VT2RIB | 226.3 | +| 4 | Unknown | LG46C85VT2RIB | - | 223.7 | +| 5 | Pioneer | P92399PCE | - | 223.0 | + +Top 5 by Yield: LG48C87 (LG Seeds) 239.2, LG46C85 (LG Seeds) 229.3, LG43C50 (LG Seeds) 226.3, LG46C85VT2RIB (Unknown) 223.7, P92399PCE (Pioneer) 223.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145433.json b/corpus/lg_plot_reports/lgpr-corn-2025-145433.json new file mode 100644 index 00000000..68960c61 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145433.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145433", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Ortonville ", + "year": 2025, + "plot_id": "145433", + "lat": 45.36938, + "lng": -96.24405, + "cooperator": "Tim Thompson", + "salesperson": "Tim Thompson", + "planted_date": "2025-04-24", + "harvested_date": "2025-10-13", + "plot_average": 209.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 219.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "RK444VT2P", + "traits": "", + "metrics": { + "Yield": 217.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 216.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 216.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "RK561DGVT2P", + "traits": "", + "metrics": { + "Yield": 215.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145433" + ], + "fetched_at": "2026-05-27T02:17:30.342985+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145433.md b/corpus/lg_plot_reports/lgpr-corn-2025-145433.md new file mode 100644 index 00000000..824d57db --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145433.md @@ -0,0 +1,28 @@ +# Corn yield trial — Ortonville , Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Ortonville +- **Year:** 2025 +- **Plot ID:** 145433 +- **Cooperator:** Tim Thompson +- **Planted:** 2025-04-24 +- **Harvested:** 2025-10-13 +- **Plot average:** 209.5 BU/Ac +- **Coordinates:** 45.36938, -96.24405 +- **URL:** https://lgseeds.com/performance/corn#plot-145433 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2RIB | 219.0 | +| 2 | Unknown | RK444VT2P | - | 217.1 | +| 3 | LG Seeds | LG46C85 | VT2RIB | 216.8 | +| 4 | LG Seeds | LG49C28 | VT2RIB | 216.5 | +| 5 | Unknown | RK561DGVT2P | - | 215.4 | + +Top 5 by Yield: LG52C90 (LG Seeds) 219.0, RK444VT2P (Unknown) 217.1, LG46C85 (LG Seeds) 216.8, LG49C28 (LG Seeds) 216.5, RK561DGVT2P (Unknown) 215.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145438.json b/corpus/lg_plot_reports/lgpr-corn-2025-145438.json new file mode 100644 index 00000000..885b831f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145438.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145438", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kentucky", + "state_abbrev": "ky", + "city": "Hopkinsville ", + "year": 2025, + "plot_id": "145438", + "lat": 36.77668, + "lng": -87.47262, + "cooperator": "Bruce Research", + "salesperson": "Bruce Research ", + "planted_date": "2025-04-24", + "harvested_date": "2025-09-18", + "plot_average": 240.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 257.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 254.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG65C50VT2PRO", + "traits": "", + "metrics": { + "Yield": 244.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 241.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 241.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145438" + ], + "fetched_at": "2026-05-27T02:17:29.597768+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145438.md b/corpus/lg_plot_reports/lgpr-corn-2025-145438.md new file mode 100644 index 00000000..71dd9c22 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145438.md @@ -0,0 +1,29 @@ +# Corn yield trial — Hopkinsville , Kentucky, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kentucky (KY) +- **City:** Hopkinsville +- **Year:** 2025 +- **Plot ID:** 145438 +- **Cooperator:** Bruce Research +- **Salesperson:** Bruce Research +- **Planted:** 2025-04-24 +- **Harvested:** 2025-09-18 +- **Plot average:** 240.0 BU/Ac +- **Coordinates:** 36.77668, -87.47262 +- **URL:** https://lgseeds.com/performance/corn#plot-145438 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG60C24 | VT4PRO | 257.2 | +| 2 | LG Seeds | LG63C32 | SSPRIB | 254.9 | +| 3 | Unknown | LG65C50VT2PRO | - | 244.1 | +| 4 | LG Seeds | LG65C30 | VT2RIB | 241.7 | +| 5 | LG Seeds | LG63C82 | DGVT2RIB | 241.6 | + +Top 5 by Yield: LG60C24 (LG Seeds) 257.2, LG63C32 (LG Seeds) 254.9, LG65C50VT2PRO (Unknown) 244.1, LG65C30 (LG Seeds) 241.7, LG63C82 (LG Seeds) 241.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145439.json b/corpus/lg_plot_reports/lgpr-corn-2025-145439.json new file mode 100644 index 00000000..9f6d66e7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145439.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145439", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Wilcox", + "year": 2025, + "plot_id": "145439", + "lat": 40.40818, + "lng": -99.24158, + "cooperator": "Kirk Nelson", + "salesperson": "Kirk Nelson", + "planted_date": "2025-04-22", + "harvested_date": "2025-10-20", + "plot_average": 259.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 271.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 270.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 270.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STXRIB", + "metrics": { + "Yield": 267.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "209-70TRERIB", + "traits": "", + "metrics": { + "Yield": 266.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145439" + ], + "fetched_at": "2026-05-27T02:17:34.094810+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145439.md b/corpus/lg_plot_reports/lgpr-corn-2025-145439.md new file mode 100644 index 00000000..f843f67b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145439.md @@ -0,0 +1,28 @@ +# Corn yield trial — Wilcox, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Wilcox +- **Year:** 2025 +- **Plot ID:** 145439 +- **Cooperator:** Kirk Nelson +- **Planted:** 2025-04-22 +- **Harvested:** 2025-10-20 +- **Plot average:** 259.0 BU/Ac +- **Coordinates:** 40.40818, -99.24158 +- **URL:** https://lgseeds.com/performance/corn#plot-145439 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C43 | VT2RIB | 271.7 | +| 2 | LG Seeds | LG60C24 | VT4PRO | 270.7 | +| 3 | LG Seeds | LG63C82 | DGVT2RIB | 270.2 | +| 4 | LG Seeds | LG64C90 | STXRIB | 267.4 | +| 5 | Unknown | 209-70TRERIB | - | 266.1 | + +Top 5 by Yield: LG64C43 (LG Seeds) 271.7, LG60C24 (LG Seeds) 270.7, LG63C82 (LG Seeds) 270.2, LG64C90 (LG Seeds) 267.4, 209-70TRERIB (Unknown) 266.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145450.json b/corpus/lg_plot_reports/lgpr-corn-2025-145450.json new file mode 100644 index 00000000..ba9165bb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145450.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145450", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Rice", + "year": 2025, + "plot_id": "145450", + "lat": 45.7792, + "lng": -94.1678, + "cooperator": "Dan Petron", + "salesperson": "Dan Petron", + "planted_date": "2025-04-25", + "harvested_date": "2025-10-07", + "plot_average": 219.0, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P97299Q", + "traits": "", + "metrics": { + "Yield": 239.4 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P01851V", + "traits": "", + "metrics": { + "Yield": 237.2 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P98125V", + "traits": "", + "metrics": { + "Yield": 229.6 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "200-44VT4PRIB", + "traits": "", + "metrics": { + "Yield": 224.3 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "199-99STXRIB", + "traits": "", + "metrics": { + "Yield": 223.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145450" + ], + "fetched_at": "2026-05-27T02:17:47.331543+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145450.md b/corpus/lg_plot_reports/lgpr-corn-2025-145450.md new file mode 100644 index 00000000..edca42b7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145450.md @@ -0,0 +1,28 @@ +# Corn yield trial — Rice, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Rice +- **Year:** 2025 +- **Plot ID:** 145450 +- **Cooperator:** Dan Petron +- **Planted:** 2025-04-25 +- **Harvested:** 2025-10-07 +- **Plot average:** 219.0 BU/Ac +- **Coordinates:** 45.77920, -94.16780 +- **URL:** https://lgseeds.com/performance/corn#plot-145450 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P97299Q | - | 239.4 | +| 2 | Pioneer | P01851V | - | 237.2 | +| 3 | Pioneer | P98125V | - | 229.6 | +| 4 | Unknown | 200-44VT4PRIB | - | 224.3 | +| 5 | Unknown | 199-99STXRIB | - | 223.4 | + +Top 5 by Yield: P97299Q (Pioneer) 239.4, P01851V (Pioneer) 237.2, P98125V (Pioneer) 229.6, 200-44VT4PRIB (Unknown) 224.3, 199-99STXRIB (Unknown) 223.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145453.json b/corpus/lg_plot_reports/lgpr-corn-2025-145453.json new file mode 100644 index 00000000..df78e43b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145453.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145453", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Olivia", + "year": 2025, + "plot_id": "145453", + "lat": 44.73455, + "lng": -94.99541, + "cooperator": "Jacob Mehlhouse", + "salesperson": "Jacob Mehlhouse", + "planted_date": "2025-04-25", + "harvested_date": "2025-10-08", + "plot_average": 238.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2PRO", + "metrics": { + "Yield": 259.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 250.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG55C40", + "traits": "TRC", + "metrics": { + "Yield": 249.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 247.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 246.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145453" + ], + "fetched_at": "2026-05-27T02:17:29.856018+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145453.md b/corpus/lg_plot_reports/lgpr-corn-2025-145453.md new file mode 100644 index 00000000..8f4ef71c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145453.md @@ -0,0 +1,28 @@ +# Corn yield trial — Olivia, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Olivia +- **Year:** 2025 +- **Plot ID:** 145453 +- **Cooperator:** Jacob Mehlhouse +- **Planted:** 2025-04-25 +- **Harvested:** 2025-10-08 +- **Plot average:** 238.8 BU/Ac +- **Coordinates:** 44.73455, -94.99541 +- **URL:** https://lgseeds.com/performance/corn#plot-145453 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C16 | VT2PRO | 259.3 | +| 2 | LG Seeds | LG51C62 | D | 250.8 | +| 3 | LG Seeds | LG55C40 | TRC | 249.3 | +| 4 | LG Seeds | LG52C90 | VT2RIB | 247.0 | +| 5 | LG Seeds | LG53C44 | VT2RIB | 246.8 | + +Top 5 by Yield: LG58C16 (LG Seeds) 259.3, LG51C62 (LG Seeds) 250.8, LG55C40 (LG Seeds) 249.3, LG52C90 (LG Seeds) 247.0, LG53C44 (LG Seeds) 246.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145456.json b/corpus/lg_plot_reports/lgpr-corn-2025-145456.json new file mode 100644 index 00000000..29057805 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145456.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145456", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Garden Prairie", + "year": 2025, + "plot_id": "145456", + "lat": 42.27695, + "lng": -88.70578, + "cooperator": "Rush Creek Seed", + "salesperson": "Rush Creek Seed", + "planted_date": "2025-04-30", + "harvested_date": "2025-10-30", + "plot_average": 203.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C20", + "traits": "D-RN", + "metrics": { + "Yield": 217.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 216.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "DV-RN", + "metrics": { + "Yield": 215.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 212.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 211.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145456" + ], + "fetched_at": "2026-05-27T02:19:35.212167+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145456.md b/corpus/lg_plot_reports/lgpr-corn-2025-145456.md new file mode 100644 index 00000000..2150352a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145456.md @@ -0,0 +1,28 @@ +# Corn yield trial — Garden Prairie, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Garden Prairie +- **Year:** 2025 +- **Plot ID:** 145456 +- **Cooperator:** Rush Creek Seed +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-30 +- **Plot average:** 203.6 BU/Ac +- **Coordinates:** 42.27695, -88.70578 +- **URL:** https://lgseeds.com/performance/corn#plot-145456 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C20 | D-RN | 217.2 | +| 2 | LG Seeds | LG60C24 | VT4PRO | 216.6 | +| 3 | LG Seeds | LG60C05 | DV-RN | 215.8 | +| 4 | LG Seeds | LG63C32 | SSPRIB | 212.8 | +| 5 | LG Seeds | LG56C25 | SSPRIB | 211.3 | + +Top 5 by Yield: LG62C20 (LG Seeds) 217.2, LG60C24 (LG Seeds) 216.6, LG60C05 (LG Seeds) 215.8, LG63C32 (LG Seeds) 212.8, LG56C25 (LG Seeds) 211.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145457.json b/corpus/lg_plot_reports/lgpr-corn-2025-145457.json new file mode 100644 index 00000000..b4e538e2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145457.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145457", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Rock City", + "year": 2025, + "plot_id": "145457", + "lat": 42.375, + "lng": -89.4613, + "cooperator": "Eric Stiegler", + "salesperson": "Eric Stiegler", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-31", + "plot_average": 269.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C20", + "traits": "D-RN", + "metrics": { + "Yield": 287.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 286.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 283.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 281.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 279.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145457" + ], + "fetched_at": "2026-05-27T02:19:35.462541+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145457.md b/corpus/lg_plot_reports/lgpr-corn-2025-145457.md new file mode 100644 index 00000000..9d35fd13 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145457.md @@ -0,0 +1,28 @@ +# Corn yield trial — Rock City, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Rock City +- **Year:** 2025 +- **Plot ID:** 145457 +- **Cooperator:** Eric Stiegler +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-31 +- **Plot average:** 269.9 BU/Ac +- **Coordinates:** 42.37500, -89.46130 +- **URL:** https://lgseeds.com/performance/corn#plot-145457 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C20 | D-RN | 287.8 | +| 2 | LG Seeds | LG64C43 | VT2RIB | 286.4 | +| 3 | LG Seeds | LG61C28 | V | 283.4 | +| 4 | LG Seeds | LG60C24 | VT4PRO | 281.3 | +| 5 | LG Seeds | LG60C05 | 3110 | 279.2 | + +Top 5 by Yield: LG62C20 (LG Seeds) 287.8, LG64C43 (LG Seeds) 286.4, LG61C28 (LG Seeds) 283.4, LG60C24 (LG Seeds) 281.3, LG60C05 (LG Seeds) 279.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145458.json b/corpus/lg_plot_reports/lgpr-corn-2025-145458.json new file mode 100644 index 00000000..0c771ba9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145458.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145458", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Maple Park", + "year": 2025, + "plot_id": "145458", + "lat": 41.96958, + "lng": -88.59891, + "cooperator": "Rod Fabrizius", + "salesperson": "Rod Fabrizius", + "planted_date": "2025-04-28", + "harvested_date": "2025-10-09", + "plot_average": 242.1, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P13777V", + "traits": "", + "metrics": { + "Yield": 269.4 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P10625V", + "traits": "", + "metrics": { + "Yield": 256.5 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "", + "metrics": { + "Yield": 253.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C20", + "traits": "D-RN", + "metrics": { + "Yield": 252.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 249.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145458" + ], + "fetched_at": "2026-05-27T02:17:57.599656+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145458.md b/corpus/lg_plot_reports/lgpr-corn-2025-145458.md new file mode 100644 index 00000000..50f57520 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145458.md @@ -0,0 +1,28 @@ +# Corn yield trial — Maple Park, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Maple Park +- **Year:** 2025 +- **Plot ID:** 145458 +- **Cooperator:** Rod Fabrizius +- **Planted:** 2025-04-28 +- **Harvested:** 2025-10-09 +- **Plot average:** 242.1 BU/Ac +- **Coordinates:** 41.96958, -88.59891 +- **URL:** https://lgseeds.com/performance/corn#plot-145458 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P13777V | - | 269.4 | +| 2 | Pioneer | P10625V | - | 256.5 | +| 3 | Pioneer | P14830Q | - | 253.6 | +| 4 | LG Seeds | LG62C20 | D-RN | 252.9 | +| 5 | LG Seeds | LG60C24 | VT4PRO | 249.2 | + +Top 5 by Yield: P13777V (Pioneer) 269.4, P10625V (Pioneer) 256.5, P14830Q (Pioneer) 253.6, LG62C20 (LG Seeds) 252.9, LG60C24 (LG Seeds) 249.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145460.json b/corpus/lg_plot_reports/lgpr-corn-2025-145460.json new file mode 100644 index 00000000..d667e967 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145460.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145460", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Maple Park", + "year": 2025, + "plot_id": "145460", + "lat": 41.83035, + "lng": -88.59328, + "cooperator": "Helena Agri-Enterprises Maple Park", + "salesperson": "Helena Agri-Enterprises Maple Park", + "planted_date": "2025-04-30", + "harvested_date": "2025-10-16", + "plot_average": 262.5, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC113-03RIB", + "traits": "", + "metrics": { + "Yield": 295.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B12J58V", + "traits": "", + "metrics": { + "Yield": 286.5 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC112-35RIB", + "traits": "", + "metrics": { + "Yield": 286.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC110-10RIB", + "traits": "", + "metrics": { + "Yield": 284.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B08R32V", + "traits": "", + "metrics": { + "Yield": 274.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145460" + ], + "fetched_at": "2026-05-27T02:17:31.578028+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145460.md b/corpus/lg_plot_reports/lgpr-corn-2025-145460.md new file mode 100644 index 00000000..0a2228ce --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145460.md @@ -0,0 +1,28 @@ +# Corn yield trial — Maple Park, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Maple Park +- **Year:** 2025 +- **Plot ID:** 145460 +- **Cooperator:** Helena Agri-Enterprises Maple Park +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-16 +- **Plot average:** 262.5 BU/Ac +- **Coordinates:** 41.83035, -88.59328 +- **URL:** https://lgseeds.com/performance/corn#plot-145460 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC113-03RIB | - | 295.2 | +| 2 | Unknown | B12J58V | - | 286.5 | +| 3 | Unknown | DKC112-35RIB | - | 286.5 | +| 4 | Unknown | DKC110-10RIB | - | 284.7 | +| 5 | Unknown | B08R32V | - | 274.8 | + +Top 5 by Yield: DKC113-03RIB (Unknown) 295.2, B12J58V (Unknown) 286.5, DKC112-35RIB (Unknown) 286.5, DKC110-10RIB (Unknown) 284.7, B08R32V (Unknown) 274.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145462.json b/corpus/lg_plot_reports/lgpr-corn-2025-145462.json new file mode 100644 index 00000000..0c966d30 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145462.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145462", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Sugar Grove ", + "year": 2025, + "plot_id": "145462", + "lat": 41.73613, + "lng": -88.40229, + "cooperator": "Ray Feldott", + "salesperson": "Ray Feldott", + "planted_date": "2025-04-28", + "harvested_date": "2025-10-06", + "plot_average": 248.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 271.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 269.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 268.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 263.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2PRO", + "metrics": { + "Yield": 262.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145462" + ], + "fetched_at": "2026-05-27T02:17:49.605053+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145462.md b/corpus/lg_plot_reports/lgpr-corn-2025-145462.md new file mode 100644 index 00000000..547bc192 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145462.md @@ -0,0 +1,28 @@ +# Corn yield trial — Sugar Grove , Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Sugar Grove +- **Year:** 2025 +- **Plot ID:** 145462 +- **Cooperator:** Ray Feldott +- **Planted:** 2025-04-28 +- **Harvested:** 2025-10-06 +- **Plot average:** 248.0 BU/Ac +- **Coordinates:** 41.73613, -88.40229 +- **URL:** https://lgseeds.com/performance/corn#plot-145462 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG66C44 | VT2RIB | 271.7 | +| 2 | LG Seeds | LG63C32 | SSPRIB | 269.2 | +| 3 | LG Seeds | LG63C82 | DGVT2RIB | 268.7 | +| 4 | LG Seeds | LG62C73 | VT2RIB | 263.8 | +| 5 | LG Seeds | LG58C16 | VT2PRO | 262.7 | + +Top 5 by Yield: LG66C44 (LG Seeds) 271.7, LG63C32 (LG Seeds) 269.2, LG63C82 (LG Seeds) 268.7, LG62C73 (LG Seeds) 263.8, LG58C16 (LG Seeds) 262.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145464.json b/corpus/lg_plot_reports/lgpr-corn-2025-145464.json new file mode 100644 index 00000000..c7208633 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145464.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145464", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Esmond", + "year": 2025, + "plot_id": "145464", + "lat": 42.05364, + "lng": -88.9069, + "cooperator": "Mike Exner", + "salesperson": "Mike Exner", + "planted_date": "2025-04-28", + "harvested_date": "2025-11-03", + "plot_average": 232.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 244.5 + } + }, + { + "rank": 2, + "brand": "NK", + "product": "0880-V", + "traits": "", + "metrics": { + "Yield": 244.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B10Z50V", + "traits": "", + "metrics": { + "Yield": 240.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC112-35RIB", + "traits": "", + "metrics": { + "Yield": 240.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC103-63RIB", + "traits": "", + "metrics": { + "Yield": 239.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145464" + ], + "fetched_at": "2026-05-27T02:19:36.398113+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145464.md b/corpus/lg_plot_reports/lgpr-corn-2025-145464.md new file mode 100644 index 00000000..1d5f2b4b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145464.md @@ -0,0 +1,28 @@ +# Corn yield trial — Esmond, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Esmond +- **Year:** 2025 +- **Plot ID:** 145464 +- **Cooperator:** Mike Exner +- **Planted:** 2025-04-28 +- **Harvested:** 2025-11-03 +- **Plot average:** 232.7 BU/Ac +- **Coordinates:** 42.05364, -88.90690 +- **URL:** https://lgseeds.com/performance/corn#plot-145464 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C28 | V | 244.5 | +| 2 | NK | 0880-V | - | 244.1 | +| 3 | Unknown | B10Z50V | - | 240.9 | +| 4 | Unknown | DKC112-35RIB | - | 240.1 | +| 5 | Unknown | DKC103-63RIB | - | 239.6 | + +Top 5 by Yield: LG61C28 (LG Seeds) 244.5, 0880-V (NK) 244.1, B10Z50V (Unknown) 240.9, DKC112-35RIB (Unknown) 240.1, DKC103-63RIB (Unknown) 239.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145466.json b/corpus/lg_plot_reports/lgpr-corn-2025-145466.json new file mode 100644 index 00000000..d58daa03 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145466.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145466", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Ferney", + "year": 2025, + "plot_id": "145466", + "lat": 45.32035, + "lng": -98.12179, + "cooperator": "Clint Sombke", + "salesperson": "Clint Sombke", + "planted_date": "2025-04-26", + "harvested_date": "2025-10-30", + "plot_average": 204.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "A634-11SSPRIB", + "traits": "", + "metrics": { + "Yield": 222.47 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "A630-04D", + "traits": "", + "metrics": { + "Yield": 222.29 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "W3309RIB", + "traits": "", + "metrics": { + "Yield": 219.77 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DS-3730V", + "traits": "", + "metrics": { + "Yield": 219.12 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "RK586VT4PRO", + "traits": "", + "metrics": { + "Yield": 218.48 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145466" + ], + "fetched_at": "2026-05-27T02:18:30.106296+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145466.md b/corpus/lg_plot_reports/lgpr-corn-2025-145466.md new file mode 100644 index 00000000..7192edce --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145466.md @@ -0,0 +1,28 @@ +# Corn yield trial — Ferney, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Ferney +- **Year:** 2025 +- **Plot ID:** 145466 +- **Cooperator:** Clint Sombke +- **Planted:** 2025-04-26 +- **Harvested:** 2025-10-30 +- **Plot average:** 204.8 BU/Ac +- **Coordinates:** 45.32035, -98.12179 +- **URL:** https://lgseeds.com/performance/corn#plot-145466 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | A634-11SSPRIB | - | 222.47 | +| 2 | Unknown | A630-04D | - | 222.29 | +| 3 | Unknown | W3309RIB | - | 219.77 | +| 4 | Unknown | DS-3730V | - | 219.12 | +| 5 | Unknown | RK586VT4PRO | - | 218.48 | + +Top 5 by Yield: A634-11SSPRIB (Unknown) 222.47, A630-04D (Unknown) 222.29, W3309RIB (Unknown) 219.77, DS-3730V (Unknown) 219.12, RK586VT4PRO (Unknown) 218.48. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145467.json b/corpus/lg_plot_reports/lgpr-corn-2025-145467.json new file mode 100644 index 00000000..e6a8332b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145467.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145467", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Sartell", + "year": 2025, + "plot_id": "145467", + "lat": 45.6554, + "lng": -94.2371, + "cooperator": "Dennis Traut", + "salesperson": "Dennis Traut", + "planted_date": "2025-04-26", + "harvested_date": "2025-11-01", + "plot_average": 223.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 242.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 239.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 237.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2RIB", + "metrics": { + "Yield": 232.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 232.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145467" + ], + "fetched_at": "2026-05-27T02:20:43.445056+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145467.md b/corpus/lg_plot_reports/lgpr-corn-2025-145467.md new file mode 100644 index 00000000..2d04b39f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145467.md @@ -0,0 +1,28 @@ +# Corn yield trial — Sartell, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Sartell +- **Year:** 2025 +- **Plot ID:** 145467 +- **Cooperator:** Dennis Traut +- **Planted:** 2025-04-26 +- **Harvested:** 2025-11-01 +- **Plot average:** 223.4 BU/Ac +- **Coordinates:** 45.65540, -94.23710 +- **URL:** https://lgseeds.com/performance/corn#plot-145467 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | D | 242.2 | +| 2 | LG Seeds | LG52C90 | VT2RIB | 239.1 | +| 3 | LG Seeds | LG49C28 | VT2RIB | 237.2 | +| 4 | LG Seeds | LG43C50 | VT2RIB | 232.5 | +| 5 | LG Seeds | LG53C44 | VT2RIB | 232.2 | + +Top 5 by Yield: LG51C62 (LG Seeds) 242.2, LG52C90 (LG Seeds) 239.1, LG49C28 (LG Seeds) 237.2, LG43C50 (LG Seeds) 232.5, LG53C44 (LG Seeds) 232.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145472.json b/corpus/lg_plot_reports/lgpr-corn-2025-145472.json new file mode 100644 index 00000000..e9f70e17 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145472.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145472", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Greenville", + "year": 2025, + "plot_id": "145472", + "lat": 43.14951, + "lng": -85.15541, + "cooperator": "Jeff Nitengale", + "salesperson": "Jeff Nitengale", + "planted_date": "2025-05-13", + "harvested_date": "2025-11-20", + "plot_average": 169.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 188.71 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 179.11 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P9955PCE", + "traits": "", + "metrics": { + "Yield": 177.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 171.03 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 170.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145472" + ], + "fetched_at": "2026-05-27T02:17:52.866714+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145472.md b/corpus/lg_plot_reports/lgpr-corn-2025-145472.md new file mode 100644 index 00000000..c8bd3758 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145472.md @@ -0,0 +1,28 @@ +# Corn yield trial — Greenville, Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Greenville +- **Year:** 2025 +- **Plot ID:** 145472 +- **Cooperator:** Jeff Nitengale +- **Planted:** 2025-05-13 +- **Harvested:** 2025-11-20 +- **Plot average:** 169.1 BU/Ac +- **Coordinates:** 43.14951, -85.15541 +- **URL:** https://lgseeds.com/performance/corn#plot-145472 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | D | 188.71 | +| 2 | LG Seeds | LG46C85 | VT2RIB | 179.11 | +| 3 | Pioneer | P9955PCE | - | 177.3 | +| 4 | LG Seeds | LG48C87 | VT2RIB | 171.03 | +| 5 | LG Seeds | LG52C90 | VT2RIB | 170.8 | + +Top 5 by Yield: LG51C62 (LG Seeds) 188.71, LG46C85 (LG Seeds) 179.11, P9955PCE (Pioneer) 177.3, LG48C87 (LG Seeds) 171.03, LG52C90 (LG Seeds) 170.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145487.json b/corpus/lg_plot_reports/lgpr-corn-2025-145487.json new file mode 100644 index 00000000..541146bd --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145487.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145487", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Slinger", + "year": 2025, + "plot_id": "145487", + "lat": 43.30394, + "lng": -88.31038, + "cooperator": "Larry Strupp", + "salesperson": "Larry Strupp", + "planted_date": "2025-04-28", + "harvested_date": "2025-10-20", + "plot_average": 204.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 212.71 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 208.88 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG55C40", + "traits": "TRC", + "metrics": { + "Yield": 205.11 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 204.41 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 200.77 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145487" + ], + "fetched_at": "2026-05-27T02:20:45.935018+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145487.md b/corpus/lg_plot_reports/lgpr-corn-2025-145487.md new file mode 100644 index 00000000..cebef76b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145487.md @@ -0,0 +1,28 @@ +# Corn yield trial — Slinger, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Slinger +- **Year:** 2025 +- **Plot ID:** 145487 +- **Cooperator:** Larry Strupp +- **Planted:** 2025-04-28 +- **Harvested:** 2025-10-20 +- **Plot average:** 204.8 BU/Ac +- **Coordinates:** 43.30394, -88.31038 +- **URL:** https://lgseeds.com/performance/corn#plot-145487 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG48C32 | SSPRIB | 212.71 | +| 2 | LG Seeds | LG52C90 | VT2RIB | 208.88 | +| 3 | LG Seeds | LG55C40 | TRC | 205.11 | +| 4 | LG Seeds | LG48C87 | VT2RIB | 204.41 | +| 5 | LG Seeds | LG53C44 | VT2RIB | 200.77 | + +Top 5 by Yield: LG48C32 (LG Seeds) 212.71, LG52C90 (LG Seeds) 208.88, LG55C40 (LG Seeds) 205.11, LG48C87 (LG Seeds) 204.41, LG53C44 (LG Seeds) 200.77. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145494.json b/corpus/lg_plot_reports/lgpr-corn-2025-145494.json new file mode 100644 index 00000000..5ef801f1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145494.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145494", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kentucky", + "state_abbrev": "ky", + "city": "Bowling Green", + "year": 2025, + "plot_id": "145494", + "lat": 36.92335, + "lng": -86.46978, + "cooperator": "WKU Farm", + "salesperson": "WKU Farm", + "planted_date": "2025-04-28", + "harvested_date": "2025-09-16", + "plot_average": 223.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 233.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2PRO", + "metrics": { + "Yield": 231.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 231.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 227.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 221.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145494" + ], + "fetched_at": "2026-05-27T02:17:45.851230+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145494.md b/corpus/lg_plot_reports/lgpr-corn-2025-145494.md new file mode 100644 index 00000000..74b85327 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145494.md @@ -0,0 +1,28 @@ +# Corn yield trial — Bowling Green, Kentucky, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kentucky (KY) +- **City:** Bowling Green +- **Year:** 2025 +- **Plot ID:** 145494 +- **Cooperator:** WKU Farm +- **Planted:** 2025-04-28 +- **Harvested:** 2025-09-16 +- **Plot average:** 223.3 BU/Ac +- **Coordinates:** 36.92335, -86.46978 +- **URL:** https://lgseeds.com/performance/corn#plot-145494 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | TRC | 233.7 | +| 2 | LG Seeds | LG66C44 | VT2PRO | 231.9 | +| 3 | LG Seeds | LG65C30 | VT2RIB | 231.5 | +| 4 | LG Seeds | LG60C24 | VT4PRO | 227.3 | +| 5 | LG Seeds | LG64C43 | VT2RIB | 221.8 | + +Top 5 by Yield: LG63C32 (LG Seeds) 233.7, LG66C44 (LG Seeds) 231.9, LG65C30 (LG Seeds) 231.5, LG60C24 (LG Seeds) 227.3, LG64C43 (LG Seeds) 221.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145506.json b/corpus/lg_plot_reports/lgpr-corn-2025-145506.json new file mode 100644 index 00000000..c3eecd42 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145506.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145506", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Geneseo", + "year": 2025, + "plot_id": "145506", + "lat": 41.40733, + "lng": -90.18492, + "cooperator": "Wayne Anderson", + "salesperson": "Wayne Anderson", + "planted_date": "2025-04-28", + "harvested_date": "2025-09-26", + "plot_average": 218.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 248.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "70F6V", + "traits": "", + "metrics": { + "Yield": 246.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 231.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 228.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG66C28", + "traits": "DV-RN", + "metrics": { + "Yield": 224.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145506" + ], + "fetched_at": "2026-05-27T02:17:49.841558+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145506.md b/corpus/lg_plot_reports/lgpr-corn-2025-145506.md new file mode 100644 index 00000000..b61cb704 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145506.md @@ -0,0 +1,28 @@ +# Corn yield trial — Geneseo, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Geneseo +- **Year:** 2025 +- **Plot ID:** 145506 +- **Cooperator:** Wayne Anderson +- **Planted:** 2025-04-28 +- **Harvested:** 2025-09-26 +- **Plot average:** 218.4 BU/Ac +- **Coordinates:** 41.40733, -90.18492 +- **URL:** https://lgseeds.com/performance/corn#plot-145506 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C34 | STXRIB | 248.6 | +| 2 | Unknown | 70F6V | - | 246.9 | +| 3 | LG Seeds | LG56C25 | SSPRIB | 231.3 | +| 4 | LG Seeds | LG59C72 | 5222EZ | 228.7 | +| 5 | LG Seeds | LG66C28 | DV-RN | 224.6 | + +Top 5 by Yield: LG61C34 (LG Seeds) 248.6, 70F6V (Unknown) 246.9, LG56C25 (LG Seeds) 231.3, LG59C72 (LG Seeds) 228.7, LG66C28 (LG Seeds) 224.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145514.json b/corpus/lg_plot_reports/lgpr-corn-2025-145514.json new file mode 100644 index 00000000..025a9715 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145514.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145514", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "St. Paul", + "year": 2025, + "plot_id": "145514", + "lat": 41.21768, + "lng": -98.46877, + "cooperator": "Todd Wojtalewicz", + "salesperson": "Todd Wojtalewicz", + "planted_date": "2025-04-28", + "harvested_date": "2025-10-17", + "plot_average": 238.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC112-12RIB", + "traits": "", + "metrics": { + "Yield": 258.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 254.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2PRO", + "metrics": { + "Yield": 249.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C20", + "traits": "D-RN", + "metrics": { + "Yield": 247.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 246.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145514" + ], + "fetched_at": "2026-05-27T02:17:19.850781+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145514.md b/corpus/lg_plot_reports/lgpr-corn-2025-145514.md new file mode 100644 index 00000000..887d199d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145514.md @@ -0,0 +1,28 @@ +# Corn yield trial — St. Paul, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** St. Paul +- **Year:** 2025 +- **Plot ID:** 145514 +- **Cooperator:** Todd Wojtalewicz +- **Planted:** 2025-04-28 +- **Harvested:** 2025-10-17 +- **Plot average:** 238.0 BU/Ac +- **Coordinates:** 41.21768, -98.46877 +- **URL:** https://lgseeds.com/performance/corn#plot-145514 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC112-12RIB | - | 258.3 | +| 2 | LG Seeds | LG66C44 | VT2RIB | 254.0 | +| 3 | LG Seeds | LG58C16 | VT2PRO | 249.6 | +| 4 | LG Seeds | LG62C20 | D-RN | 247.8 | +| 5 | LG Seeds | LG60C24 | VT4PRO | 246.5 | + +Top 5 by Yield: DKC112-12RIB (Unknown) 258.3, LG66C44 (LG Seeds) 254.0, LG58C16 (LG Seeds) 249.6, LG62C20 (LG Seeds) 247.8, LG60C24 (LG Seeds) 246.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145534.json b/corpus/lg_plot_reports/lgpr-corn-2025-145534.json new file mode 100644 index 00000000..045604a6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145534.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145534", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Waupon ", + "year": 2025, + "plot_id": "145534", + "lat": 43.57889, + "lng": -88.71378, + "cooperator": "Irvan Possin", + "salesperson": "Irvan Possin", + "planted_date": "2025-05-12", + "harvested_date": "2025-11-07", + "plot_average": 226.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DS-4219AM", + "traits": "", + "metrics": { + "Yield": 238.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 230.0 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P98533PCE", + "traits": "", + "metrics": { + "Yield": 229.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC102-28RIB", + "traits": "", + "metrics": { + "Yield": 226.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 226.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145534" + ], + "fetched_at": "2026-05-27T02:18:40.879242+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145534.md b/corpus/lg_plot_reports/lgpr-corn-2025-145534.md new file mode 100644 index 00000000..bb0b6d12 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145534.md @@ -0,0 +1,28 @@ +# Corn yield trial — Waupon , Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Waupon +- **Year:** 2025 +- **Plot ID:** 145534 +- **Cooperator:** Irvan Possin +- **Planted:** 2025-05-12 +- **Harvested:** 2025-11-07 +- **Plot average:** 226.8 BU/Ac +- **Coordinates:** 43.57889, -88.71378 +- **URL:** https://lgseeds.com/performance/corn#plot-145534 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DS-4219AM | - | 238.9 | +| 2 | LG Seeds | LG48C87 | VT2RIB | 230.0 | +| 3 | Pioneer | P98533PCE | - | 229.5 | +| 4 | Unknown | DKC102-28RIB | - | 226.4 | +| 5 | LG Seeds | LG52C90 | VT2RIB | 226.3 | + +Top 5 by Yield: DS-4219AM (Unknown) 238.9, LG48C87 (LG Seeds) 230.0, P98533PCE (Pioneer) 229.5, DKC102-28RIB (Unknown) 226.4, LG52C90 (LG Seeds) 226.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145535.json b/corpus/lg_plot_reports/lgpr-corn-2025-145535.json new file mode 100644 index 00000000..fa5a95bb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145535.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145535", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Howells", + "year": 2025, + "plot_id": "145535", + "lat": 41.71421, + "lng": -97.05914, + "cooperator": "Bayer Farms", + "salesperson": "Bayer Farms", + "planted_date": "2025-04-29", + "harvested_date": "2025-10-16", + "plot_average": 252.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2RIB", + "metrics": { + "Yield": 270.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 267.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 263.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 261.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 259.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145535" + ], + "fetched_at": "2026-05-27T02:17:25.369238+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145535.md b/corpus/lg_plot_reports/lgpr-corn-2025-145535.md new file mode 100644 index 00000000..a5b509e2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145535.md @@ -0,0 +1,28 @@ +# Corn yield trial — Howells, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Howells +- **Year:** 2025 +- **Plot ID:** 145535 +- **Cooperator:** Bayer Farms +- **Planted:** 2025-04-29 +- **Harvested:** 2025-10-16 +- **Plot average:** 252.4 BU/Ac +- **Coordinates:** 41.71421, -97.05914 +- **URL:** https://lgseeds.com/performance/corn#plot-145535 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C16 | VT2RIB | 270.7 | +| 2 | LG Seeds | LG60C24 | VT4PRO | 267.0 | +| 3 | LG Seeds | LG62C73 | VT2RIB | 263.3 | +| 4 | LG Seeds | LG65C30 | VT2RIB | 261.7 | +| 5 | LG Seeds | LG63C32 | TRC | 259.4 | + +Top 5 by Yield: LG58C16 (LG Seeds) 270.7, LG60C24 (LG Seeds) 267.0, LG62C73 (LG Seeds) 263.3, LG65C30 (LG Seeds) 261.7, LG63C32 (LG Seeds) 259.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145536.json b/corpus/lg_plot_reports/lgpr-corn-2025-145536.json new file mode 100644 index 00000000..e9fbf9b1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145536.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145536", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Eden ", + "year": 2025, + "plot_id": "145536", + "lat": 43.74123, + "lng": -88.29085, + "cooperator": "Mike Timblin", + "salesperson": "Mike Timblin", + "planted_date": "2025-04-29", + "harvested_date": "2025-11-03", + "plot_average": 216.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 247.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B99R54PCE", + "traits": "", + "metrics": { + "Yield": 243.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC100-21RIB", + "traits": "", + "metrics": { + "Yield": 242.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B01X44PCE", + "traits": "", + "metrics": { + "Yield": 235.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC48-34RIB", + "traits": "", + "metrics": { + "Yield": 233.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145536" + ], + "fetched_at": "2026-05-27T02:21:04.167477+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145536.md b/corpus/lg_plot_reports/lgpr-corn-2025-145536.md new file mode 100644 index 00000000..e9b8fdd6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145536.md @@ -0,0 +1,28 @@ +# Corn yield trial — Eden , Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Eden +- **Year:** 2025 +- **Plot ID:** 145536 +- **Cooperator:** Mike Timblin +- **Planted:** 2025-04-29 +- **Harvested:** 2025-11-03 +- **Plot average:** 216.5 BU/Ac +- **Coordinates:** 43.74123, -88.29085 +- **URL:** https://lgseeds.com/performance/corn#plot-145536 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2RIB | 247.2 | +| 2 | Unknown | B99R54PCE | - | 243.3 | +| 3 | Unknown | DKC100-21RIB | - | 242.2 | +| 4 | Unknown | B01X44PCE | - | 235.5 | +| 5 | Unknown | DKC48-34RIB | - | 233.5 | + +Top 5 by Yield: LG52C90 (LG Seeds) 247.2, B99R54PCE (Unknown) 243.3, DKC100-21RIB (Unknown) 242.2, B01X44PCE (Unknown) 235.5, DKC48-34RIB (Unknown) 233.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145538.json b/corpus/lg_plot_reports/lgpr-corn-2025-145538.json new file mode 100644 index 00000000..aed2b311 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145538.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145538", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Dundee", + "year": 2025, + "plot_id": "145538", + "lat": 43.68139, + "lng": -88.18423, + "cooperator": "Cody Immel", + "salesperson": "Cody Immel", + "planted_date": "2025-04-29", + "harvested_date": "2025-11-05", + "plot_average": 240.2, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC48-34RIB", + "traits": "", + "metrics": { + "Yield": 260.31 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC092-14RIB", + "traits": "", + "metrics": { + "Yield": 252.66 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 252.49 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 249.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC096-21RIB", + "traits": "", + "metrics": { + "Yield": 247.15 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145538" + ], + "fetched_at": "2026-05-27T02:18:41.111262+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145538.md b/corpus/lg_plot_reports/lgpr-corn-2025-145538.md new file mode 100644 index 00000000..6a470804 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145538.md @@ -0,0 +1,28 @@ +# Corn yield trial — Dundee, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Dundee +- **Year:** 2025 +- **Plot ID:** 145538 +- **Cooperator:** Cody Immel +- **Planted:** 2025-04-29 +- **Harvested:** 2025-11-05 +- **Plot average:** 240.2 BU/Ac +- **Coordinates:** 43.68139, -88.18423 +- **URL:** https://lgseeds.com/performance/corn#plot-145538 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC48-34RIB | - | 260.31 | +| 2 | Unknown | DKC092-14RIB | - | 252.66 | +| 3 | LG Seeds | LG48C87 | VT2RIB | 252.49 | +| 4 | LG Seeds | LG49C28 | VT2RIB | 249.6 | +| 5 | Unknown | DKC096-21RIB | - | 247.15 | + +Top 5 by Yield: DKC48-34RIB (Unknown) 260.31, DKC092-14RIB (Unknown) 252.66, LG48C87 (LG Seeds) 252.49, LG49C28 (LG Seeds) 249.6, DKC096-21RIB (Unknown) 247.15. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145546.json b/corpus/lg_plot_reports/lgpr-corn-2025-145546.json new file mode 100644 index 00000000..330ec581 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145546.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145546", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Idaho", + "state_abbrev": "id", + "city": "CALDWELL", + "year": 2025, + "plot_id": "145546", + "lat": 43.4609, + "lng": -116.74845, + "cooperator": "Dustin Swall", + "salesperson": "Dustin Swall", + "planted_date": "2025-04-29", + "harvested_date": "2025-10-20", + "plot_average": 223.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2RIB", + "metrics": { + "Yield": 242.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 237.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 233.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG55C32", + "traits": "SSP", + "metrics": { + "Yield": 231.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG5525VT2RIB", + "traits": "", + "metrics": { + "Yield": 230.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145546" + ], + "fetched_at": "2026-05-27T02:17:24.380187+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145546.md b/corpus/lg_plot_reports/lgpr-corn-2025-145546.md new file mode 100644 index 00000000..178310d6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145546.md @@ -0,0 +1,28 @@ +# Corn yield trial — CALDWELL, Idaho, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Idaho (ID) +- **City:** CALDWELL +- **Year:** 2025 +- **Plot ID:** 145546 +- **Cooperator:** Dustin Swall +- **Planted:** 2025-04-29 +- **Harvested:** 2025-10-20 +- **Plot average:** 223.6 BU/Ac +- **Coordinates:** 43.46090, -116.74845 +- **URL:** https://lgseeds.com/performance/corn#plot-145546 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG5525 | VT2RIB | 242.8 | +| 2 | LG Seeds | LG52C90 | VT2RIB | 237.8 | +| 3 | LG Seeds | LG48C87 | VT2RIB | 233.4 | +| 4 | LG Seeds | LG55C32 | SSP | 231.0 | +| 5 | Unknown | LG5525VT2RIB | - | 230.0 | + +Top 5 by Yield: LG5525 (LG Seeds) 242.8, LG52C90 (LG Seeds) 237.8, LG48C87 (LG Seeds) 233.4, LG55C32 (LG Seeds) 231.0, LG5525VT2RIB (Unknown) 230.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145549.json b/corpus/lg_plot_reports/lgpr-corn-2025-145549.json new file mode 100644 index 00000000..27077cb7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145549.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145549", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Random Lake ", + "year": 2025, + "plot_id": "145549", + "lat": 43.52876, + "lng": -88.02056, + "cooperator": "Brian Huiras", + "salesperson": "Brian Huiras", + "planted_date": "2025-04-29", + "harvested_date": "2025-10-28", + "plot_average": 223.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 244.35 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B96M56V", + "traits": "", + "metrics": { + "Yield": 235.79 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B98Z37PCE", + "traits": "", + "metrics": { + "Yield": 234.69 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC099-11RIB", + "traits": "", + "metrics": { + "Yield": 234.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC101-35RIB", + "traits": "", + "metrics": { + "Yield": 232.11 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145549" + ], + "fetched_at": "2026-05-27T02:18:41.376404+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145549.md b/corpus/lg_plot_reports/lgpr-corn-2025-145549.md new file mode 100644 index 00000000..2c021fdd --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145549.md @@ -0,0 +1,28 @@ +# Corn yield trial — Random Lake , Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Random Lake +- **Year:** 2025 +- **Plot ID:** 145549 +- **Cooperator:** Brian Huiras +- **Planted:** 2025-04-29 +- **Harvested:** 2025-10-28 +- **Plot average:** 223.5 BU/Ac +- **Coordinates:** 43.52876, -88.02056 +- **URL:** https://lgseeds.com/performance/corn#plot-145549 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2RIB | 244.35 | +| 2 | Unknown | B96M56V | - | 235.79 | +| 3 | Unknown | B98Z37PCE | - | 234.69 | +| 4 | Unknown | DKC099-11RIB | - | 234.2 | +| 5 | Unknown | DKC101-35RIB | - | 232.11 | + +Top 5 by Yield: LG52C90 (LG Seeds) 244.35, B96M56V (Unknown) 235.79, B98Z37PCE (Unknown) 234.69, DKC099-11RIB (Unknown) 234.2, DKC101-35RIB (Unknown) 232.11. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145550.json b/corpus/lg_plot_reports/lgpr-corn-2025-145550.json new file mode 100644 index 00000000..9b67a947 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145550.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145550", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Kieler", + "year": 2025, + "plot_id": "145550", + "lat": 42.60359, + "lng": -90.61116, + "cooperator": "Fred Kieler", + "salesperson": "Fred Kieler", + "planted_date": "2025-04-30", + "harvested_date": "2025-10-07", + "plot_average": 210.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2PRO", + "metrics": { + "Yield": 237.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 224.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 221.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 212.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 209.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145550" + ], + "fetched_at": "2026-05-27T02:20:00.672941+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145550.md b/corpus/lg_plot_reports/lgpr-corn-2025-145550.md new file mode 100644 index 00000000..1c360a14 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145550.md @@ -0,0 +1,28 @@ +# Corn yield trial — Kieler, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Kieler +- **Year:** 2025 +- **Plot ID:** 145550 +- **Cooperator:** Fred Kieler +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-07 +- **Plot average:** 210.6 BU/Ac +- **Coordinates:** 42.60359, -90.61116 +- **URL:** https://lgseeds.com/performance/corn#plot-145550 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C16 | VT2PRO | 237.6 | +| 2 | LG Seeds | LG60C24 | VT4PRO | 224.8 | +| 3 | LG Seeds | LG52C90 | VT2RIB | 221.4 | +| 4 | LG Seeds | LG51C32 | SSPRIB | 212.6 | +| 5 | LG Seeds | LG53C44 | VT2RIB | 209.1 | + +Top 5 by Yield: LG58C16 (LG Seeds) 237.6, LG60C24 (LG Seeds) 224.8, LG52C90 (LG Seeds) 221.4, LG51C32 (LG Seeds) 212.6, LG53C44 (LG Seeds) 209.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145559.json b/corpus/lg_plot_reports/lgpr-corn-2025-145559.json new file mode 100644 index 00000000..03aebefa --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145559.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145559", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Humphrey ", + "year": 2025, + "plot_id": "145559", + "lat": 41.59898, + "lng": -97.57885, + "cooperator": "ABCL Inc", + "salesperson": "ABCL Inc", + "planted_date": "2025-04-29", + "harvested_date": "2025-10-03", + "plot_average": 281.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "W7499RIB", + "traits": "", + "metrics": { + "Yield": 305.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "DV-RN", + "metrics": { + "Yield": 299.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 291.3 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "W5129RIB", + "traits": "", + "metrics": { + "Yield": 291.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 288.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145559" + ], + "fetched_at": "2026-05-27T02:17:49.093741+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145559.md b/corpus/lg_plot_reports/lgpr-corn-2025-145559.md new file mode 100644 index 00000000..968c78de --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145559.md @@ -0,0 +1,28 @@ +# Corn yield trial — Humphrey , Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Humphrey +- **Year:** 2025 +- **Plot ID:** 145559 +- **Cooperator:** ABCL Inc +- **Planted:** 2025-04-29 +- **Harvested:** 2025-10-03 +- **Plot average:** 281.7 BU/Ac +- **Coordinates:** 41.59898, -97.57885 +- **URL:** https://lgseeds.com/performance/corn#plot-145559 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | W7499RIB | - | 305.7 | +| 2 | LG Seeds | LG60C05 | DV-RN | 299.6 | +| 3 | LG Seeds | LG60C24 | VT4PRO | 291.3 | +| 4 | Unknown | W5129RIB | - | 291.1 | +| 5 | LG Seeds | LG63C32 | SSPRIB | 288.1 | + +Top 5 by Yield: W7499RIB (Unknown) 305.7, LG60C05 (LG Seeds) 299.6, LG60C24 (LG Seeds) 291.3, W5129RIB (Unknown) 291.1, LG63C32 (LG Seeds) 288.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145564.json b/corpus/lg_plot_reports/lgpr-corn-2025-145564.json new file mode 100644 index 00000000..d6e4482b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145564.json @@ -0,0 +1,64 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145564", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Madison ", + "year": 2025, + "plot_id": "145564", + "lat": 41.81235, + "lng": -97.6804, + "cooperator": "Dan Scheer", + "salesperson": "Dan Scheer", + "planted_date": "2025-04-30", + "harvested_date": "2025-10-24", + "plot_average": 232.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C21", + "traits": "", + "metrics": { + "Yield": 259.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG65C76", + "traits": "", + "metrics": { + "Yield": 233.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "", + "metrics": { + "Yield": 233.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "", + "metrics": { + "Yield": 202.1 + } + } + ], + "n_results": 4, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145564" + ], + "fetched_at": "2026-05-27T02:17:18.594978+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145564.md b/corpus/lg_plot_reports/lgpr-corn-2025-145564.md new file mode 100644 index 00000000..8786e99a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145564.md @@ -0,0 +1,27 @@ +# Corn yield trial — Madison , Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Madison +- **Year:** 2025 +- **Plot ID:** 145564 +- **Cooperator:** Dan Scheer +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-24 +- **Plot average:** 232.0 BU/Ac +- **Coordinates:** 41.81235, -97.68040 +- **URL:** https://lgseeds.com/performance/corn#plot-145564 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C21 | - | 259.4 | +| 2 | LG Seeds | LG65C76 | - | 233.2 | +| 3 | LG Seeds | LG66C44 | - | 233.1 | +| 4 | LG Seeds | LG62C73 | - | 202.1 | + +Top 5 by Yield: LG61C21 (LG Seeds) 259.4, LG65C76 (LG Seeds) 233.2, LG66C44 (LG Seeds) 233.1, LG62C73 (LG Seeds) 202.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145566.json b/corpus/lg_plot_reports/lgpr-corn-2025-145566.json new file mode 100644 index 00000000..35fb791f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145566.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145566", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Clements", + "year": 2025, + "plot_id": "145566", + "lat": 44.34945, + "lng": -95.12728, + "cooperator": "Berg Bros", + "salesperson": "Berg Bros", + "planted_date": "2025-04-30", + "harvested_date": "2025-10-22", + "plot_average": 213.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 224.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 222.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 219.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC102-13RIB", + "traits": "", + "metrics": { + "Yield": 213.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 213.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145566" + ], + "fetched_at": "2026-05-27T02:19:25.157812+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145566.md b/corpus/lg_plot_reports/lgpr-corn-2025-145566.md new file mode 100644 index 00000000..05a386b0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145566.md @@ -0,0 +1,28 @@ +# Corn yield trial — Clements, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Clements +- **Year:** 2025 +- **Plot ID:** 145566 +- **Cooperator:** Berg Bros +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-22 +- **Plot average:** 213.2 BU/Ac +- **Coordinates:** 44.34945, -95.12728 +- **URL:** https://lgseeds.com/performance/corn#plot-145566 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2RIB | 224.7 | +| 2 | LG Seeds | LG51C62 | D | 222.1 | +| 3 | LG Seeds | LG46C85 | VT2RIB | 219.1 | +| 4 | Unknown | DKC102-13RIB | - | 213.4 | +| 5 | LG Seeds | LG48C87 | VT2RIB | 213.2 | + +Top 5 by Yield: LG52C90 (LG Seeds) 224.7, LG51C62 (LG Seeds) 222.1, LG46C85 (LG Seeds) 219.1, DKC102-13RIB (Unknown) 213.4, LG48C87 (LG Seeds) 213.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145574.json b/corpus/lg_plot_reports/lgpr-corn-2025-145574.json new file mode 100644 index 00000000..2848a2c6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145574.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145574", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Dodge", + "year": 2025, + "plot_id": "145574", + "lat": 41.76187, + "lng": -96.8654, + "cooperator": "Dale Peitzmeier", + "salesperson": "Dale Peitzmeier", + "planted_date": "2025-04-30", + "harvested_date": "2025-10-20", + "plot_average": 233.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 256.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 254.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 252.6 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC114-43RIB", + "traits": "", + "metrics": { + "Yield": 242.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STXRIB", + "metrics": { + "Yield": 241.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145574" + ], + "fetched_at": "2026-05-27T02:17:21.361914+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145574.md b/corpus/lg_plot_reports/lgpr-corn-2025-145574.md new file mode 100644 index 00000000..65a9f6e2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145574.md @@ -0,0 +1,28 @@ +# Corn yield trial — Dodge, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Dodge +- **Year:** 2025 +- **Plot ID:** 145574 +- **Cooperator:** Dale Peitzmeier +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-20 +- **Plot average:** 233.6 BU/Ac +- **Coordinates:** 41.76187, -96.86540 +- **URL:** https://lgseeds.com/performance/corn#plot-145574 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C34 | STXRIB | 256.4 | +| 2 | LG Seeds | LG63C32 | SSPRIB | 254.4 | +| 3 | LG Seeds | LG60C24 | VT4PRO | 252.6 | +| 4 | Unknown | DKC114-43RIB | - | 242.8 | +| 5 | LG Seeds | LG64C90 | STXRIB | 241.4 | + +Top 5 by Yield: LG61C34 (LG Seeds) 256.4, LG63C32 (LG Seeds) 254.4, LG60C24 (LG Seeds) 252.6, DKC114-43RIB (Unknown) 242.8, LG64C90 (LG Seeds) 241.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145576.json b/corpus/lg_plot_reports/lgpr-corn-2025-145576.json new file mode 100644 index 00000000..8a8bffbb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145576.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145576", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Flandreau ", + "year": 2025, + "plot_id": "145576", + "lat": 44.04887, + "lng": -96.56966, + "cooperator": "Marc Burggraff", + "salesperson": "Marc Burggraff", + "planted_date": "2025-04-26", + "harvested_date": "2025-10-23", + "plot_average": 233.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 255.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 253.19 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 252.67 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C57", + "traits": "DV-RN", + "metrics": { + "Yield": 250.82 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG51C62VT2RIB", + "traits": "", + "metrics": { + "Yield": 248.47 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145576" + ], + "fetched_at": "2026-05-27T02:20:23.430685+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145576.md b/corpus/lg_plot_reports/lgpr-corn-2025-145576.md new file mode 100644 index 00000000..a581a871 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145576.md @@ -0,0 +1,28 @@ +# Corn yield trial — Flandreau , South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Flandreau +- **Year:** 2025 +- **Plot ID:** 145576 +- **Cooperator:** Marc Burggraff +- **Planted:** 2025-04-26 +- **Harvested:** 2025-10-23 +- **Plot average:** 233.3 BU/Ac +- **Coordinates:** 44.04887, -96.56966 +- **URL:** https://lgseeds.com/performance/corn#plot-145576 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG49C28 | VT2RIB | 255.4 | +| 2 | LG Seeds | LG51C62 | D | 253.19 | +| 3 | LG Seeds | LG48C87 | VT2RIB | 252.67 | +| 4 | LG Seeds | LG48C57 | DV-RN | 250.82 | +| 5 | Unknown | LG51C62VT2RIB | - | 248.47 | + +Top 5 by Yield: LG49C28 (LG Seeds) 255.4, LG51C62 (LG Seeds) 253.19, LG48C87 (LG Seeds) 252.67, LG48C57 (LG Seeds) 250.82, LG51C62VT2RIB (Unknown) 248.47. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145579.json b/corpus/lg_plot_reports/lgpr-corn-2025-145579.json new file mode 100644 index 00000000..4b9b96f0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145579.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145579", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Hartington ", + "year": 2025, + "plot_id": "145579", + "lat": 42.60171, + "lng": -97.26981, + "cooperator": "Allen Kathol", + "salesperson": "Allen Kathol", + "planted_date": "2025-04-30", + "harvested_date": "2025-10-29", + "plot_average": 252.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 271.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2RIB", + "metrics": { + "Yield": 265.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 263.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 263.8 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P1107AM", + "traits": "", + "metrics": { + "Yield": 263.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145579" + ], + "fetched_at": "2026-05-27T02:20:23.934438+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145579.md b/corpus/lg_plot_reports/lgpr-corn-2025-145579.md new file mode 100644 index 00000000..20f3df35 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145579.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hartington , Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Hartington +- **Year:** 2025 +- **Plot ID:** 145579 +- **Cooperator:** Allen Kathol +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-29 +- **Plot average:** 252.3 BU/Ac +- **Coordinates:** 42.60171, -97.26981 +- **URL:** https://lgseeds.com/performance/corn#plot-145579 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG60C24 | VT4PRO | 271.3 | +| 2 | LG Seeds | LG58C16 | VT2RIB | 265.4 | +| 3 | LG Seeds | LG63C32 | TRC | 263.9 | +| 4 | LG Seeds | LG64C43 | VT2RIB | 263.8 | +| 5 | Pioneer | P1107AM | - | 263.0 | + +Top 5 by Yield: LG60C24 (LG Seeds) 271.3, LG58C16 (LG Seeds) 265.4, LG63C32 (LG Seeds) 263.9, LG64C43 (LG Seeds) 263.8, P1107AM (Pioneer) 263.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145583.json b/corpus/lg_plot_reports/lgpr-corn-2025-145583.json new file mode 100644 index 00000000..c2152196 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145583.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145583", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Clarkson", + "year": 2025, + "plot_id": "145583", + "lat": 41.61207, + "lng": -97.14368, + "cooperator": "Mark Brabec", + "salesperson": "Mark Brabec", + "planted_date": "2025-04-30", + "harvested_date": "2025-10-21", + "plot_average": 227.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C22", + "traits": "VT2RIB", + "metrics": { + "Yield": 243.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 241.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STXRIB", + "metrics": { + "Yield": 236.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 234.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 233.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145583" + ], + "fetched_at": "2026-05-27T02:17:16.597673+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145583.md b/corpus/lg_plot_reports/lgpr-corn-2025-145583.md new file mode 100644 index 00000000..39909082 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145583.md @@ -0,0 +1,28 @@ +# Corn yield trial — Clarkson, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Clarkson +- **Year:** 2025 +- **Plot ID:** 145583 +- **Cooperator:** Mark Brabec +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-21 +- **Plot average:** 227.2 BU/Ac +- **Coordinates:** 41.61207, -97.14368 +- **URL:** https://lgseeds.com/performance/corn#plot-145583 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C22 | VT2RIB | 243.6 | +| 2 | LG Seeds | LG63C32 | SSPRIB | 241.3 | +| 3 | LG Seeds | LG64C90 | STXRIB | 236.2 | +| 4 | LG Seeds | LG65C30 | VT2RIB | 234.9 | +| 5 | LG Seeds | LG64C43 | VT2RIB | 233.3 | + +Top 5 by Yield: LG62C22 (LG Seeds) 243.6, LG63C32 (LG Seeds) 241.3, LG64C90 (LG Seeds) 236.2, LG65C30 (LG Seeds) 234.9, LG64C43 (LG Seeds) 233.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145607.json b/corpus/lg_plot_reports/lgpr-corn-2025-145607.json new file mode 100644 index 00000000..1b779754 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145607.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145607", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Silverwood ", + "year": 2025, + "plot_id": "145607", + "lat": 43.34832, + "lng": -83.26385, + "cooperator": "Dave Pape", + "salesperson": "Dave Pape", + "planted_date": "2025-04-30", + "harvested_date": "2025-10-27", + "plot_average": 236.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG46C57", + "traits": "", + "metrics": { + "Yield": 266.12 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 261.74 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "", + "metrics": { + "Yield": 258.97 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC101-35RIB", + "traits": "", + "metrics": { + "Yield": 256.41 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 255.47 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145607" + ], + "fetched_at": "2026-05-27T02:18:46.134441+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145607.md b/corpus/lg_plot_reports/lgpr-corn-2025-145607.md new file mode 100644 index 00000000..96403726 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145607.md @@ -0,0 +1,28 @@ +# Corn yield trial — Silverwood , Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Silverwood +- **Year:** 2025 +- **Plot ID:** 145607 +- **Cooperator:** Dave Pape +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-27 +- **Plot average:** 236.7 BU/Ac +- **Coordinates:** 43.34832, -83.26385 +- **URL:** https://lgseeds.com/performance/corn#plot-145607 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG46C57 | - | 266.12 | +| 2 | LG Seeds | LG46C85 | VT2RIB | 261.74 | +| 3 | LG Seeds | LG48C87 | - | 258.97 | +| 4 | Unknown | DKC101-35RIB | - | 256.41 | +| 5 | LG Seeds | LG51C62 | D | 255.47 | + +Top 5 by Yield: LG46C57 (LG Seeds) 266.12, LG46C85 (LG Seeds) 261.74, LG48C87 (LG Seeds) 258.97, DKC101-35RIB (Unknown) 256.41, LG51C62 (LG Seeds) 255.47. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145612.json b/corpus/lg_plot_reports/lgpr-corn-2025-145612.json new file mode 100644 index 00000000..0ffa6855 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145612.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145612", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Winside ", + "year": 2025, + "plot_id": "145612", + "lat": 42.14845, + "lng": -97.18146, + "cooperator": "Jon Jaeger", + "salesperson": "Jon Jaeger", + "planted_date": "2025-05-01", + "harvested_date": "2025-10-23", + "plot_average": 197.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 222.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 219.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 210.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C20", + "traits": "D-RN", + "metrics": { + "Yield": 210.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2RIB", + "metrics": { + "Yield": 205.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145612" + ], + "fetched_at": "2026-05-27T02:17:16.852393+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145612.md b/corpus/lg_plot_reports/lgpr-corn-2025-145612.md new file mode 100644 index 00000000..a5750064 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145612.md @@ -0,0 +1,28 @@ +# Corn yield trial — Winside , Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Winside +- **Year:** 2025 +- **Plot ID:** 145612 +- **Cooperator:** Jon Jaeger +- **Planted:** 2025-05-01 +- **Harvested:** 2025-10-23 +- **Plot average:** 197.1 BU/Ac +- **Coordinates:** 42.14845, -97.18146 +- **URL:** https://lgseeds.com/performance/corn#plot-145612 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG60C24 | VT4PRO | 222.6 | +| 2 | LG Seeds | LG63C32 | SSPRIB | 219.8 | +| 3 | LG Seeds | LG63C82 | DGVT2RIB | 210.6 | +| 4 | LG Seeds | LG62C20 | D-RN | 210.2 | +| 5 | LG Seeds | LG58C16 | VT2RIB | 205.3 | + +Top 5 by Yield: LG60C24 (LG Seeds) 222.6, LG63C32 (LG Seeds) 219.8, LG63C82 (LG Seeds) 210.6, LG62C20 (LG Seeds) 210.2, LG58C16 (LG Seeds) 205.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145623.json b/corpus/lg_plot_reports/lgpr-corn-2025-145623.json new file mode 100644 index 00000000..4097fa84 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145623.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145623", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Barrett", + "year": 2025, + "plot_id": "145623", + "lat": 45.89904, + "lng": -95.91772, + "cooperator": "Glenn Hjelle", + "salesperson": "Glenn Hjelle", + "planted_date": "2025-04-30", + "harvested_date": "2025-10-24", + "plot_average": 196.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG40C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 217.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 209.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG40C07STX", + "traits": "", + "metrics": { + "Yield": 203.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 201.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG36C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 197.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145623" + ], + "fetched_at": "2026-05-27T02:20:15.655642+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145623.md b/corpus/lg_plot_reports/lgpr-corn-2025-145623.md new file mode 100644 index 00000000..a1590cde --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145623.md @@ -0,0 +1,28 @@ +# Corn yield trial — Barrett, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Barrett +- **Year:** 2025 +- **Plot ID:** 145623 +- **Cooperator:** Glenn Hjelle +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-24 +- **Plot average:** 196.8 BU/Ac +- **Coordinates:** 45.89904, -95.91772 +- **URL:** https://lgseeds.com/performance/corn#plot-145623 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG40C07 | VT2PRO | 217.2 | +| 2 | LG Seeds | LG46C85 | VT2RIB | 209.3 | +| 3 | Unknown | LG40C07STX | - | 203.3 | +| 4 | LG Seeds | LG42C80 | VT2RIB | 201.6 | +| 5 | LG Seeds | LG36C73 | VT2RIB | 197.8 | + +Top 5 by Yield: LG40C07 (LG Seeds) 217.2, LG46C85 (LG Seeds) 209.3, LG40C07STX (Unknown) 203.3, LG42C80 (LG Seeds) 201.6, LG36C73 (LG Seeds) 197.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145624.json b/corpus/lg_plot_reports/lgpr-corn-2025-145624.json new file mode 100644 index 00000000..7d7a1872 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145624.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145624", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "McCook ", + "year": 2025, + "plot_id": "145624", + "lat": 40.19759, + "lng": -100.57535, + "cooperator": "Ruggles Land and Cattle", + "salesperson": "Ruggles Land and Cattle", + "planted_date": "2025-05-01", + "harvested_date": "2025-10-10", + "plot_average": 214.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "DV-RN", + "metrics": { + "Yield": 232.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LG60C05-3110", + "traits": "", + "metrics": { + "Yield": 230.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 229.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 226.3 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG61C34STXRIB", + "traits": "", + "metrics": { + "Yield": 221.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145624" + ], + "fetched_at": "2026-05-27T02:17:38.852660+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145624.md b/corpus/lg_plot_reports/lgpr-corn-2025-145624.md new file mode 100644 index 00000000..0464688a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145624.md @@ -0,0 +1,28 @@ +# Corn yield trial — McCook , Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** McCook +- **Year:** 2025 +- **Plot ID:** 145624 +- **Cooperator:** Ruggles Land and Cattle +- **Planted:** 2025-05-01 +- **Harvested:** 2025-10-10 +- **Plot average:** 214.8 BU/Ac +- **Coordinates:** 40.19759, -100.57535 +- **URL:** https://lgseeds.com/performance/corn#plot-145624 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG60C05 | DV-RN | 232.0 | +| 2 | Unknown | LG60C05-3110 | - | 230.8 | +| 3 | LG Seeds | LG60C24 | VT4PRO | 229.0 | +| 4 | LG Seeds | LG61C34 | STXRIB | 226.3 | +| 5 | Unknown | LG61C34STXRIB | - | 221.5 | + +Top 5 by Yield: LG60C05 (LG Seeds) 232.0, LG60C05-3110 (Unknown) 230.8, LG60C24 (LG Seeds) 229.0, LG61C34 (LG Seeds) 226.3, LG61C34STXRIB (Unknown) 221.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145626.json b/corpus/lg_plot_reports/lgpr-corn-2025-145626.json new file mode 100644 index 00000000..680fa826 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145626.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145626", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "McCook ", + "year": 2025, + "plot_id": "145626", + "lat": 40.19785, + "lng": -100.57496, + "cooperator": "Ruggles Land and Cattle", + "salesperson": "Ruggles Land and Cattle", + "planted_date": "2025-05-01", + "harvested_date": "2025-10-10", + "plot_average": 221.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 230.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STXRIB", + "metrics": { + "Yield": 229.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG63C32SSPRIB", + "traits": "", + "metrics": { + "Yield": 227.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LG65C50VT2PRO", + "traits": "", + "metrics": { + "Yield": 226.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 226.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145626" + ], + "fetched_at": "2026-05-27T02:17:39.092005+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145626.md b/corpus/lg_plot_reports/lgpr-corn-2025-145626.md new file mode 100644 index 00000000..adc475a1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145626.md @@ -0,0 +1,28 @@ +# Corn yield trial — McCook , Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** McCook +- **Year:** 2025 +- **Plot ID:** 145626 +- **Cooperator:** Ruggles Land and Cattle +- **Planted:** 2025-05-01 +- **Harvested:** 2025-10-10 +- **Plot average:** 221.2 BU/Ac +- **Coordinates:** 40.19785, -100.57496 +- **URL:** https://lgseeds.com/performance/corn#plot-145626 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | SSPRIB | 230.2 | +| 2 | LG Seeds | LG64C90 | STXRIB | 229.4 | +| 3 | Unknown | LG63C32SSPRIB | - | 227.4 | +| 4 | Unknown | LG65C50VT2PRO | - | 226.6 | +| 5 | LG Seeds | LG62C73 | VT2RIB | 226.1 | + +Top 5 by Yield: LG63C32 (LG Seeds) 230.2, LG64C90 (LG Seeds) 229.4, LG63C32SSPRIB (Unknown) 227.4, LG65C50VT2PRO (Unknown) 226.6, LG62C73 (LG Seeds) 226.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145627.json b/corpus/lg_plot_reports/lgpr-corn-2025-145627.json new file mode 100644 index 00000000..dcf2ffd9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145627.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145627", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Pierz", + "year": 2025, + "plot_id": "145627", + "lat": 45.9266, + "lng": -94.1116, + "cooperator": "Doug Stangl", + "salesperson": "Doug Stangl", + "planted_date": "2025-05-01", + "harvested_date": "2025-10-09", + "plot_average": 224.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 239.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 236.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG46C85VT2RIB", + "traits": "", + "metrics": { + "Yield": 231.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG40C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 230.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2RIB", + "metrics": { + "Yield": 230.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145627" + ], + "fetched_at": "2026-05-27T02:20:51.682015+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145627.md b/corpus/lg_plot_reports/lgpr-corn-2025-145627.md new file mode 100644 index 00000000..08be4bb6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145627.md @@ -0,0 +1,28 @@ +# Corn yield trial — Pierz, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Pierz +- **Year:** 2025 +- **Plot ID:** 145627 +- **Cooperator:** Doug Stangl +- **Planted:** 2025-05-01 +- **Harvested:** 2025-10-09 +- **Plot average:** 224.9 BU/Ac +- **Coordinates:** 45.92660, -94.11160 +- **URL:** https://lgseeds.com/performance/corn#plot-145627 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG46C85 | VT2RIB | 239.8 | +| 2 | LG Seeds | LG49C28 | VT2RIB | 236.0 | +| 3 | Unknown | LG46C85VT2RIB | - | 231.2 | +| 4 | LG Seeds | LG40C07 | VT2PRO | 230.7 | +| 5 | LG Seeds | LG43C50 | VT2RIB | 230.1 | + +Top 5 by Yield: LG46C85 (LG Seeds) 239.8, LG49C28 (LG Seeds) 236.0, LG46C85VT2RIB (Unknown) 231.2, LG40C07 (LG Seeds) 230.7, LG43C50 (LG Seeds) 230.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145633.json b/corpus/lg_plot_reports/lgpr-corn-2025-145633.json new file mode 100644 index 00000000..b2be4eac --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145633.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145633", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kentucky", + "state_abbrev": "ky", + "city": "Utica", + "year": 2025, + "plot_id": "145633", + "lat": 37.666, + "lng": -87.026, + "cooperator": "Triple T Farms", + "salesperson": "Triple T Farms", + "planted_date": "2025-04-23", + "harvested_date": "2025-09-09", + "plot_average": 250.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 261.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 260.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG65C50VT2PRO", + "traits": "", + "metrics": { + "Yield": 260.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 257.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 255.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145633" + ], + "fetched_at": "2026-05-27T02:21:00.684514+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145633.md b/corpus/lg_plot_reports/lgpr-corn-2025-145633.md new file mode 100644 index 00000000..7ad137e7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145633.md @@ -0,0 +1,28 @@ +# Corn yield trial — Utica, Kentucky, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kentucky (KY) +- **City:** Utica +- **Year:** 2025 +- **Plot ID:** 145633 +- **Cooperator:** Triple T Farms +- **Planted:** 2025-04-23 +- **Harvested:** 2025-09-09 +- **Plot average:** 250.3 BU/Ac +- **Coordinates:** 37.66600, -87.02600 +- **URL:** https://lgseeds.com/performance/corn#plot-145633 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG60C24 | VT4PRO | 261.6 | +| 2 | LG Seeds | LG64C43 | VT2RIB | 260.6 | +| 3 | Unknown | LG65C50VT2PRO | - | 260.1 | +| 4 | LG Seeds | LG63C82 | DGVT2RIB | 257.3 | +| 5 | LG Seeds | LG67C07 | VT2PRO | 255.7 | + +Top 5 by Yield: LG60C24 (LG Seeds) 261.6, LG64C43 (LG Seeds) 260.6, LG65C50VT2PRO (Unknown) 260.1, LG63C82 (LG Seeds) 257.3, LG67C07 (LG Seeds) 255.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145634.json b/corpus/lg_plot_reports/lgpr-corn-2025-145634.json new file mode 100644 index 00000000..d9990d81 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145634.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145634", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Indiana", + "state_abbrev": "in", + "city": "Ferdinand", + "year": 2025, + "plot_id": "145634", + "lat": 38.2646, + "lng": -86.8892, + "cooperator": "Kent Schaefer", + "salesperson": "Kent Schaefer", + "planted_date": "2025-04-24", + "harvested_date": "2025-09-18", + "plot_average": 265.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC68-35RIB", + "traits": "", + "metrics": { + "Yield": 280.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 279.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG63C32SSPRIB", + "traits": "", + "metrics": { + "Yield": 276.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 269.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 269.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145634" + ], + "fetched_at": "2026-05-27T02:20:55.444772+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145634.md b/corpus/lg_plot_reports/lgpr-corn-2025-145634.md new file mode 100644 index 00000000..3b22153b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145634.md @@ -0,0 +1,28 @@ +# Corn yield trial — Ferdinand, Indiana, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Indiana (IN) +- **City:** Ferdinand +- **Year:** 2025 +- **Plot ID:** 145634 +- **Cooperator:** Kent Schaefer +- **Planted:** 2025-04-24 +- **Harvested:** 2025-09-18 +- **Plot average:** 265.4 BU/Ac +- **Coordinates:** 38.26460, -86.88920 +- **URL:** https://lgseeds.com/performance/corn#plot-145634 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC68-35RIB | - | 280.8 | +| 2 | LG Seeds | LG63C32 | TRC | 279.1 | +| 3 | Unknown | LG63C32SSPRIB | - | 276.2 | +| 4 | LG Seeds | LG63C82 | DGVT2RIB | 269.6 | +| 5 | LG Seeds | LG62C73 | VT2RIB | 269.1 | + +Top 5 by Yield: DKC68-35RIB (Unknown) 280.8, LG63C32 (LG Seeds) 279.1, LG63C32SSPRIB (Unknown) 276.2, LG63C82 (LG Seeds) 269.6, LG62C73 (LG Seeds) 269.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145635.json b/corpus/lg_plot_reports/lgpr-corn-2025-145635.json new file mode 100644 index 00000000..d2c14f15 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145635.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145635", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "White Lake", + "year": 2025, + "plot_id": "145635", + "lat": 43.716, + "lng": -98.67395, + "cooperator": "Derek Glissendorf", + "salesperson": "Derek Glissendorf", + "planted_date": "2025-05-02", + "harvested_date": "2025-11-03", + "plot_average": 178.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 194.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG62C22", + "traits": "VT2RIB", + "metrics": { + "Yield": 186.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VT2RIB", + "metrics": { + "Yield": 185.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 184.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "VT2RIB", + "metrics": { + "Yield": 183.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145635" + ], + "fetched_at": "2026-05-27T02:20:48.447960+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145635.md b/corpus/lg_plot_reports/lgpr-corn-2025-145635.md new file mode 100644 index 00000000..c2207b45 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145635.md @@ -0,0 +1,28 @@ +# Corn yield trial — White Lake, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** White Lake +- **Year:** 2025 +- **Plot ID:** 145635 +- **Cooperator:** Derek Glissendorf +- **Planted:** 2025-05-02 +- **Harvested:** 2025-11-03 +- **Plot average:** 178.0 BU/Ac +- **Coordinates:** 43.71600, -98.67395 +- **URL:** https://lgseeds.com/performance/corn#plot-145635 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C28 | V | 194.4 | +| 2 | LG Seeds | LG62C22 | VT2RIB | 186.3 | +| 3 | LG Seeds | LG57C82 | VT2RIB | 185.1 | +| 4 | LG Seeds | LG60C05 | 3110 | 184.2 | +| 5 | LG Seeds | LG59C72 | VT2RIB | 183.9 | + +Top 5 by Yield: LG61C28 (LG Seeds) 194.4, LG62C22 (LG Seeds) 186.3, LG57C82 (LG Seeds) 185.1, LG60C05 (LG Seeds) 184.2, LG59C72 (LG Seeds) 183.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145646.json b/corpus/lg_plot_reports/lgpr-corn-2025-145646.json new file mode 100644 index 00000000..c758b269 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145646.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145646", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Watertown ", + "year": 2025, + "plot_id": "145646", + "lat": 44.8753, + "lng": -97.31914, + "cooperator": "Lake Area Ag", + "salesperson": "Lake Area Ag", + "planted_date": "2025-04-30", + "harvested_date": "2025-10-10", + "plot_average": 220.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC092-13RIB", + "traits": "", + "metrics": { + "Yield": 228.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG40C07", + "traits": "STX", + "metrics": { + "Yield": 228.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "JS9192SSRIB", + "traits": "", + "metrics": { + "Yield": 225.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 223.9 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "JS9275VT2P", + "traits": "", + "metrics": { + "Yield": 223.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145646" + ], + "fetched_at": "2026-05-27T02:18:56.628657+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145646.md b/corpus/lg_plot_reports/lgpr-corn-2025-145646.md new file mode 100644 index 00000000..22789841 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145646.md @@ -0,0 +1,28 @@ +# Corn yield trial — Watertown , South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Watertown +- **Year:** 2025 +- **Plot ID:** 145646 +- **Cooperator:** Lake Area Ag +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-10 +- **Plot average:** 220.0 BU/Ac +- **Coordinates:** 44.87530, -97.31914 +- **URL:** https://lgseeds.com/performance/corn#plot-145646 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC092-13RIB | - | 228.7 | +| 2 | LG Seeds | LG40C07 | STX | 228.2 | +| 3 | Unknown | JS9192SSRIB | - | 225.5 | +| 4 | LG Seeds | LG42C80 | VT2RIB | 223.9 | +| 5 | Unknown | JS9275VT2P | - | 223.9 | + +Top 5 by Yield: DKC092-13RIB (Unknown) 228.7, LG40C07 (LG Seeds) 228.2, JS9192SSRIB (Unknown) 225.5, LG42C80 (LG Seeds) 223.9, JS9275VT2P (Unknown) 223.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145648.json b/corpus/lg_plot_reports/lgpr-corn-2025-145648.json new file mode 100644 index 00000000..0d4d4b30 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145648.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145648", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Burr", + "year": 2025, + "plot_id": "145648", + "lat": 44.76168, + "lng": -96.3745, + "cooperator": "Hidewood Ag", + "salesperson": "Hidewood Ag", + "planted_date": "2025-05-02", + "harvested_date": "2025-11-05", + "plot_average": 199.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 223.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 222.5 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "G97B68-DV", + "traits": "", + "metrics": { + "Yield": 214.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "G99M49-AA", + "traits": "", + "metrics": { + "Yield": 210.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "G01U74-AA", + "traits": "", + "metrics": { + "Yield": 208.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145648" + ], + "fetched_at": "2026-05-27T02:21:08.936579+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145648.md b/corpus/lg_plot_reports/lgpr-corn-2025-145648.md new file mode 100644 index 00000000..66441a3c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145648.md @@ -0,0 +1,28 @@ +# Corn yield trial — Burr, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Burr +- **Year:** 2025 +- **Plot ID:** 145648 +- **Cooperator:** Hidewood Ag +- **Planted:** 2025-05-02 +- **Harvested:** 2025-11-05 +- **Plot average:** 199.4 BU/Ac +- **Coordinates:** 44.76168, -96.37450 +- **URL:** https://lgseeds.com/performance/corn#plot-145648 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2RIB | 223.0 | +| 2 | LG Seeds | LG51C62 | D | 222.5 | +| 3 | Unknown | G97B68-DV | - | 214.2 | +| 4 | Unknown | G99M49-AA | - | 210.0 | +| 5 | Unknown | G01U74-AA | - | 208.6 | + +Top 5 by Yield: LG52C90 (LG Seeds) 223.0, LG51C62 (LG Seeds) 222.5, G97B68-DV (Unknown) 214.2, G99M49-AA (Unknown) 210.0, G01U74-AA (Unknown) 208.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145649.json b/corpus/lg_plot_reports/lgpr-corn-2025-145649.json new file mode 100644 index 00000000..d35ba85e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145649.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145649", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Laurel ", + "year": 2025, + "plot_id": "145649", + "lat": 42.51113, + "lng": -97.09373, + "cooperator": "Kody Knudson", + "salesperson": "Kody Knudson", + "planted_date": "2025-05-03", + "harvested_date": "2025-10-17", + "plot_average": 209.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 236.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 222.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 215.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 214.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 209.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145649" + ], + "fetched_at": "2026-05-27T02:17:20.851771+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145649.md b/corpus/lg_plot_reports/lgpr-corn-2025-145649.md new file mode 100644 index 00000000..b1739c07 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145649.md @@ -0,0 +1,28 @@ +# Corn yield trial — Laurel , Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Laurel +- **Year:** 2025 +- **Plot ID:** 145649 +- **Cooperator:** Kody Knudson +- **Planted:** 2025-05-03 +- **Harvested:** 2025-10-17 +- **Plot average:** 209.4 BU/Ac +- **Coordinates:** 42.51113, -97.09373 +- **URL:** https://lgseeds.com/performance/corn#plot-145649 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | SSPRIB | 236.0 | +| 2 | LG Seeds | LG61C28 | V | 222.2 | +| 3 | LG Seeds | LG63C82 | DGVT2RIB | 215.4 | +| 4 | LG Seeds | LG64C43 | VT2RIB | 214.0 | +| 5 | LG Seeds | LG58C48 | VT2RIB | 209.1 | + +Top 5 by Yield: LG63C32 (LG Seeds) 236.0, LG61C28 (LG Seeds) 222.2, LG63C82 (LG Seeds) 215.4, LG64C43 (LG Seeds) 214.0, LG58C48 (LG Seeds) 209.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145655.json b/corpus/lg_plot_reports/lgpr-corn-2025-145655.json new file mode 100644 index 00000000..8ade9baa --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145655.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145655", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Bradley", + "year": 2025, + "plot_id": "145655", + "lat": 45.00707, + "lng": -97.64608, + "cooperator": "Chris Olson", + "salesperson": "Chris Olson", + "planted_date": "2025-05-03", + "harvested_date": "2025-10-23", + "plot_average": 218.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 243.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 237.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG51C62VT2RIB", + "traits": "", + "metrics": { + "Yield": 235.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 233.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C57", + "traits": "DV-RN", + "metrics": { + "Yield": 231.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145655" + ], + "fetched_at": "2026-05-27T02:18:26.869702+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145655.md b/corpus/lg_plot_reports/lgpr-corn-2025-145655.md new file mode 100644 index 00000000..8ef77b7b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145655.md @@ -0,0 +1,28 @@ +# Corn yield trial — Bradley, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Bradley +- **Year:** 2025 +- **Plot ID:** 145655 +- **Cooperator:** Chris Olson +- **Planted:** 2025-05-03 +- **Harvested:** 2025-10-23 +- **Plot average:** 218.6 BU/Ac +- **Coordinates:** 45.00707, -97.64608 +- **URL:** https://lgseeds.com/performance/corn#plot-145655 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | D | 243.3 | +| 2 | LG Seeds | LG48C87 | VT2RIB | 237.1 | +| 3 | Unknown | LG51C62VT2RIB | - | 235.4 | +| 4 | LG Seeds | LG48C32 | SSPRIB | 233.6 | +| 5 | LG Seeds | LG48C57 | DV-RN | 231.7 | + +Top 5 by Yield: LG51C62 (LG Seeds) 243.3, LG48C87 (LG Seeds) 237.1, LG51C62VT2RIB (Unknown) 235.4, LG48C32 (LG Seeds) 233.6, LG48C57 (LG Seeds) 231.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145656.json b/corpus/lg_plot_reports/lgpr-corn-2025-145656.json new file mode 100644 index 00000000..f8ae000d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145656.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145656", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "St. Bernard", + "year": 2025, + "plot_id": "145656", + "lat": 41.75825, + "lng": -97.55654, + "cooperator": "K8 Farms", + "salesperson": "K8 Farms", + "planted_date": "2025-05-03", + "harvested_date": "2025-10-24", + "plot_average": 232.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2RIB", + "metrics": { + "Yield": 253.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 249.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 247.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 244.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STXRIB", + "metrics": { + "Yield": 242.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145656" + ], + "fetched_at": "2026-05-27T02:20:22.438962+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145656.md b/corpus/lg_plot_reports/lgpr-corn-2025-145656.md new file mode 100644 index 00000000..59fe02f8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145656.md @@ -0,0 +1,28 @@ +# Corn yield trial — St. Bernard, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** St. Bernard +- **Year:** 2025 +- **Plot ID:** 145656 +- **Cooperator:** K8 Farms +- **Planted:** 2025-05-03 +- **Harvested:** 2025-10-24 +- **Plot average:** 232.5 BU/Ac +- **Coordinates:** 41.75825, -97.55654 +- **URL:** https://lgseeds.com/performance/corn#plot-145656 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C16 | VT2RIB | 253.2 | +| 2 | LG Seeds | LG60C24 | VT4PRO | 249.0 | +| 3 | LG Seeds | LG63C32 | TRC | 247.6 | +| 4 | LG Seeds | LG64C43 | VT2RIB | 244.4 | +| 5 | LG Seeds | LG64C90 | STXRIB | 242.8 | + +Top 5 by Yield: LG58C16 (LG Seeds) 253.2, LG60C24 (LG Seeds) 249.0, LG63C32 (LG Seeds) 247.6, LG64C43 (LG Seeds) 244.4, LG64C90 (LG Seeds) 242.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145657.json b/corpus/lg_plot_reports/lgpr-corn-2025-145657.json new file mode 100644 index 00000000..619bb341 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145657.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145657", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Sisseton", + "year": 2025, + "plot_id": "145657", + "lat": 45.71795, + "lng": -96.92287, + "cooperator": "Jeff Long", + "salesperson": "Jeff Long", + "planted_date": "2025-04-28", + "harvested_date": "2025-10-24", + "plot_average": 219.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 230.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 229.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 227.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2RIB", + "metrics": { + "Yield": 219.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "STXRIB", + "metrics": { + "Yield": 217.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145657" + ], + "fetched_at": "2026-05-27T02:20:45.186123+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145657.md b/corpus/lg_plot_reports/lgpr-corn-2025-145657.md new file mode 100644 index 00000000..c16f2d17 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145657.md @@ -0,0 +1,28 @@ +# Corn yield trial — Sisseton, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Sisseton +- **Year:** 2025 +- **Plot ID:** 145657 +- **Cooperator:** Jeff Long +- **Planted:** 2025-04-28 +- **Harvested:** 2025-10-24 +- **Plot average:** 219.4 BU/Ac +- **Coordinates:** 45.71795, -96.92287 +- **URL:** https://lgseeds.com/performance/corn#plot-145657 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG46C85 | VT2RIB | 230.0 | +| 2 | LG Seeds | LG48C87 | VT2RIB | 229.5 | +| 3 | LG Seeds | LG48C32 | SSPRIB | 227.6 | +| 4 | LG Seeds | LG43C50 | VT2RIB | 219.8 | +| 5 | LG Seeds | LG44C27 | STXRIB | 217.8 | + +Top 5 by Yield: LG46C85 (LG Seeds) 230.0, LG48C87 (LG Seeds) 229.5, LG48C32 (LG Seeds) 227.6, LG43C50 (LG Seeds) 219.8, LG44C27 (LG Seeds) 217.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145660.json b/corpus/lg_plot_reports/lgpr-corn-2025-145660.json new file mode 100644 index 00000000..1b93a839 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145660.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145660", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "New Ulm ", + "year": 2025, + "plot_id": "145660", + "lat": 44.30802, + "lng": -94.49767, + "cooperator": "Jeff Berg", + "salesperson": "Jeff Berg", + "planted_date": "2025-05-04", + "harvested_date": "2025-10-20", + "plot_average": 223.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 238.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG55C40", + "traits": "TRCRIB", + "metrics": { + "Yield": 236.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2RIB", + "metrics": { + "Yield": 235.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VT2RIB", + "metrics": { + "Yield": 235.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 231.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145660" + ], + "fetched_at": "2026-05-27T02:19:25.419626+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145660.md b/corpus/lg_plot_reports/lgpr-corn-2025-145660.md new file mode 100644 index 00000000..1f8a2c8b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145660.md @@ -0,0 +1,28 @@ +# Corn yield trial — New Ulm , Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** New Ulm +- **Year:** 2025 +- **Plot ID:** 145660 +- **Cooperator:** Jeff Berg +- **Planted:** 2025-05-04 +- **Harvested:** 2025-10-20 +- **Plot average:** 223.5 BU/Ac +- **Coordinates:** 44.30802, -94.49767 +- **URL:** https://lgseeds.com/performance/corn#plot-145660 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C32 | SSPRIB | 238.7 | +| 2 | LG Seeds | LG55C40 | TRCRIB | 236.9 | +| 3 | LG Seeds | LG58C16 | VT2RIB | 235.7 | +| 4 | LG Seeds | LG57C82 | VT2RIB | 235.4 | +| 5 | LG Seeds | LG53C44 | VT2RIB | 231.4 | + +Top 5 by Yield: LG51C32 (LG Seeds) 238.7, LG55C40 (LG Seeds) 236.9, LG58C16 (LG Seeds) 235.7, LG57C82 (LG Seeds) 235.4, LG53C44 (LG Seeds) 231.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145663.json b/corpus/lg_plot_reports/lgpr-corn-2025-145663.json new file mode 100644 index 00000000..c75c3215 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145663.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145663", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Goodhue", + "year": 2025, + "plot_id": "145663", + "lat": 44.39672, + "lng": -92.71441, + "cooperator": "Bill Gadient Jr", + "salesperson": "Bill Gadient Jr", + "planted_date": "2025-05-04", + "harvested_date": "2025-10-17", + "plot_average": 252.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 279.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 276.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 275.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 263.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 257.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145663" + ], + "fetched_at": "2026-05-27T02:17:28.657806+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145663.md b/corpus/lg_plot_reports/lgpr-corn-2025-145663.md new file mode 100644 index 00000000..fc2a39cd --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145663.md @@ -0,0 +1,28 @@ +# Corn yield trial — Goodhue, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Goodhue +- **Year:** 2025 +- **Plot ID:** 145663 +- **Cooperator:** Bill Gadient Jr +- **Planted:** 2025-05-04 +- **Harvested:** 2025-10-17 +- **Plot average:** 252.5 BU/Ac +- **Coordinates:** 44.39672, -92.71441 +- **URL:** https://lgseeds.com/performance/corn#plot-145663 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG53C44 | VT2RIB | 279.4 | +| 2 | LG Seeds | LG51C62 | D | 276.0 | +| 3 | LG Seeds | LG52C90 | VT2RIB | 275.0 | +| 4 | LG Seeds | LG48C87 | VT2RIB | 263.2 | +| 5 | LG Seeds | LG56C25 | SSPRIB | 257.3 | + +Top 5 by Yield: LG53C44 (LG Seeds) 279.4, LG51C62 (LG Seeds) 276.0, LG52C90 (LG Seeds) 275.0, LG48C87 (LG Seeds) 263.2, LG56C25 (LG Seeds) 257.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145664.json b/corpus/lg_plot_reports/lgpr-corn-2025-145664.json new file mode 100644 index 00000000..69b37fa5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145664.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145664", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Rice ", + "year": 2025, + "plot_id": "145664", + "lat": 45.7753, + "lng": -94.0913, + "cooperator": "Schumann Angus Farm", + "salesperson": "Schumann Angus Farm", + "planted_date": "2025-05-04", + "harvested_date": "2025-10-10", + "plot_average": 204.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 233.03 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2RIB", + "metrics": { + "Yield": 225.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 216.42 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "VT2RIB", + "metrics": { + "Yield": 205.02 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG38C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 199.76 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145664" + ], + "fetched_at": "2026-05-27T02:20:51.942873+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145664.md b/corpus/lg_plot_reports/lgpr-corn-2025-145664.md new file mode 100644 index 00000000..725f5d9e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145664.md @@ -0,0 +1,28 @@ +# Corn yield trial — Rice , Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Rice +- **Year:** 2025 +- **Plot ID:** 145664 +- **Cooperator:** Schumann Angus Farm +- **Planted:** 2025-05-04 +- **Harvested:** 2025-10-10 +- **Plot average:** 204.7 BU/Ac +- **Coordinates:** 45.77530, -94.09130 +- **URL:** https://lgseeds.com/performance/corn#plot-145664 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG48C87 | VT2RIB | 233.03 | +| 2 | LG Seeds | LG43C50 | VT2RIB | 225.9 | +| 3 | LG Seeds | LG46C85 | VT2RIB | 216.42 | +| 4 | LG Seeds | LG44C27 | VT2RIB | 205.02 | +| 5 | LG Seeds | LG38C48 | VT2RIB | 199.76 | + +Top 5 by Yield: LG48C87 (LG Seeds) 233.03, LG43C50 (LG Seeds) 225.9, LG46C85 (LG Seeds) 216.42, LG44C27 (LG Seeds) 205.02, LG38C48 (LG Seeds) 199.76. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145667.json b/corpus/lg_plot_reports/lgpr-corn-2025-145667.json new file mode 100644 index 00000000..13f84062 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145667.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145667", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Madrid", + "year": 2025, + "plot_id": "145667", + "lat": 40.75475, + "lng": -101.48468, + "cooperator": "Terry Day", + "salesperson": "Terry Day", + "planted_date": "2025-05-05", + "harvested_date": "2025-10-31", + "plot_average": 274.5, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P11056V", + "traits": "", + "metrics": { + "Yield": 292.6 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P12393V", + "traits": "", + "metrics": { + "Yield": 290.0 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P12517V", + "traits": "", + "metrics": { + "Yield": 289.1 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P13777V", + "traits": "", + "metrics": { + "Yield": 286.3 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P08527V", + "traits": "", + "metrics": { + "Yield": 281.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145667" + ], + "fetched_at": "2026-05-27T02:17:10.210072+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145667.md b/corpus/lg_plot_reports/lgpr-corn-2025-145667.md new file mode 100644 index 00000000..ce95fb43 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145667.md @@ -0,0 +1,28 @@ +# Corn yield trial — Madrid, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Madrid +- **Year:** 2025 +- **Plot ID:** 145667 +- **Cooperator:** Terry Day +- **Planted:** 2025-05-05 +- **Harvested:** 2025-10-31 +- **Plot average:** 274.5 BU/Ac +- **Coordinates:** 40.75475, -101.48468 +- **URL:** https://lgseeds.com/performance/corn#plot-145667 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P11056V | - | 292.6 | +| 2 | Pioneer | P12393V | - | 290.0 | +| 3 | Pioneer | P12517V | - | 289.1 | +| 4 | Pioneer | P13777V | - | 286.3 | +| 5 | Pioneer | P08527V | - | 281.8 | + +Top 5 by Yield: P11056V (Pioneer) 292.6, P12393V (Pioneer) 290.0, P12517V (Pioneer) 289.1, P13777V (Pioneer) 286.3, P08527V (Pioneer) 281.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145670.json b/corpus/lg_plot_reports/lgpr-corn-2025-145670.json new file mode 100644 index 00000000..ad08eae9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145670.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145670", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Fairbank ", + "year": 2025, + "plot_id": "145670", + "lat": 42.68228, + "lng": -92.08113, + "cooperator": "Layton Tiedt", + "salesperson": "Layton Tiedt", + "planted_date": "2025-05-05", + "harvested_date": "2025-10-07", + "plot_average": 196.2, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B05D47V", + "traits": "", + "metrics": { + "Yield": 218.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B10Z50V", + "traits": "", + "metrics": { + "Yield": 218.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B04J45V", + "traits": "", + "metrics": { + "Yield": 216.7 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B08R32V", + "traits": "", + "metrics": { + "Yield": 212.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "D49SP06RIB", + "traits": "", + "metrics": { + "Yield": 212.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145670" + ], + "fetched_at": "2026-05-27T02:17:32.334376+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145670.md b/corpus/lg_plot_reports/lgpr-corn-2025-145670.md new file mode 100644 index 00000000..886e4c68 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145670.md @@ -0,0 +1,28 @@ +# Corn yield trial — Fairbank , Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Fairbank +- **Year:** 2025 +- **Plot ID:** 145670 +- **Cooperator:** Layton Tiedt +- **Planted:** 2025-05-05 +- **Harvested:** 2025-10-07 +- **Plot average:** 196.2 BU/Ac +- **Coordinates:** 42.68228, -92.08113 +- **URL:** https://lgseeds.com/performance/corn#plot-145670 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B05D47V | - | 218.4 | +| 2 | Unknown | B10Z50V | - | 218.3 | +| 3 | Unknown | B04J45V | - | 216.7 | +| 4 | Unknown | B08R32V | - | 212.5 | +| 5 | Unknown | D49SP06RIB | - | 212.0 | + +Top 5 by Yield: B05D47V (Unknown) 218.4, B10Z50V (Unknown) 218.3, B04J45V (Unknown) 216.7, B08R32V (Unknown) 212.5, D49SP06RIB (Unknown) 212.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145671.json b/corpus/lg_plot_reports/lgpr-corn-2025-145671.json new file mode 100644 index 00000000..23e543b0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145671.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145671", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Huron", + "year": 2025, + "plot_id": "145671", + "lat": 44.38456, + "lng": -98.13971, + "cooperator": "Richard Glanzer", + "salesperson": "Richard Glanzer", + "planted_date": "2025-05-05", + "harvested_date": "2025-11-04", + "plot_average": 214.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 226.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 218.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 216.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 216.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 216.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145671" + ], + "fetched_at": "2026-05-27T02:18:56.893431+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145671.md b/corpus/lg_plot_reports/lgpr-corn-2025-145671.md new file mode 100644 index 00000000..68ed67c8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145671.md @@ -0,0 +1,28 @@ +# Corn yield trial — Huron, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Huron +- **Year:** 2025 +- **Plot ID:** 145671 +- **Cooperator:** Richard Glanzer +- **Planted:** 2025-05-05 +- **Harvested:** 2025-11-04 +- **Plot average:** 214.0 BU/Ac +- **Coordinates:** 44.38456, -98.13971 +- **URL:** https://lgseeds.com/performance/corn#plot-145671 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG53C44 | VT2RIB | 226.3 | +| 2 | LG Seeds | LG51C62 | VT2RIB | 218.4 | +| 3 | LG Seeds | LG46C85 | VT2RIB | 216.9 | +| 4 | LG Seeds | LG51C32 | SSPRIB | 216.8 | +| 5 | LG Seeds | LG48C32 | SSPRIB | 216.4 | + +Top 5 by Yield: LG53C44 (LG Seeds) 226.3, LG51C62 (LG Seeds) 218.4, LG46C85 (LG Seeds) 216.9, LG51C32 (LG Seeds) 216.8, LG48C32 (LG Seeds) 216.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145673.json b/corpus/lg_plot_reports/lgpr-corn-2025-145673.json new file mode 100644 index 00000000..f5433301 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145673.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145673", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Lamberton", + "year": 2025, + "plot_id": "145673", + "lat": 44.20437, + "lng": -95.27071, + "cooperator": "Ryan Benedict", + "salesperson": "Ryan Benedict", + "planted_date": "2025-05-05", + "harvested_date": "2025-10-13", + "plot_average": 235.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 243.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C57", + "traits": "DV-RN", + "metrics": { + "Yield": 242.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 241.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C20", + "traits": "D-RN", + "metrics": { + "Yield": 236.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "DV-RN", + "metrics": { + "Yield": 234.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145673" + ], + "fetched_at": "2026-05-27T02:17:30.594948+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145673.md b/corpus/lg_plot_reports/lgpr-corn-2025-145673.md new file mode 100644 index 00000000..4db0294c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145673.md @@ -0,0 +1,28 @@ +# Corn yield trial — Lamberton, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Lamberton +- **Year:** 2025 +- **Plot ID:** 145673 +- **Cooperator:** Ryan Benedict +- **Planted:** 2025-05-05 +- **Harvested:** 2025-10-13 +- **Plot average:** 235.9 BU/Ac +- **Coordinates:** 44.20437, -95.27071 +- **URL:** https://lgseeds.com/performance/corn#plot-145673 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG56C25 | SSPRIB | 243.8 | +| 2 | LG Seeds | LG48C57 | DV-RN | 242.5 | +| 3 | LG Seeds | LG51C62 | D | 241.6 | +| 4 | LG Seeds | LG62C20 | D-RN | 236.1 | +| 5 | LG Seeds | LG52C90 | DV-RN | 234.1 | + +Top 5 by Yield: LG56C25 (LG Seeds) 243.8, LG48C57 (LG Seeds) 242.5, LG51C62 (LG Seeds) 241.6, LG62C20 (LG Seeds) 236.1, LG52C90 (LG Seeds) 234.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145674.json b/corpus/lg_plot_reports/lgpr-corn-2025-145674.json new file mode 100644 index 00000000..0c8d1276 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145674.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145674", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Houghton ", + "year": 2025, + "plot_id": "145674", + "lat": 45.8331, + "lng": -98.16632, + "cooperator": "Troy Knecht", + "salesperson": "Troy Knecht", + "planted_date": "2025-05-06", + "harvested_date": "2025-11-03", + "plot_average": 206.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 234.48 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "T8696SSP", + "traits": "", + "metrics": { + "Yield": 230.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "AP95-95", + "traits": "", + "metrics": { + "Yield": 220.97 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "T6294VT2P", + "traits": "", + "metrics": { + "Yield": 218.53 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG47C12", + "traits": "VT2PRO", + "metrics": { + "Yield": 216.35 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145674" + ], + "fetched_at": "2026-05-27T02:18:30.383883+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145674.md b/corpus/lg_plot_reports/lgpr-corn-2025-145674.md new file mode 100644 index 00000000..32881710 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145674.md @@ -0,0 +1,28 @@ +# Corn yield trial — Houghton , South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Houghton +- **Year:** 2025 +- **Plot ID:** 145674 +- **Cooperator:** Troy Knecht +- **Planted:** 2025-05-06 +- **Harvested:** 2025-11-03 +- **Plot average:** 206.1 BU/Ac +- **Coordinates:** 45.83310, -98.16632 +- **URL:** https://lgseeds.com/performance/corn#plot-145674 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG46C85 | VT2RIB | 234.48 | +| 2 | Unknown | T8696SSP | - | 230.9 | +| 3 | Unknown | AP95-95 | - | 220.97 | +| 4 | Unknown | T6294VT2P | - | 218.53 | +| 5 | LG Seeds | LG47C12 | VT2PRO | 216.35 | + +Top 5 by Yield: LG46C85 (LG Seeds) 234.48, T8696SSP (Unknown) 230.9, AP95-95 (Unknown) 220.97, T6294VT2P (Unknown) 218.53, LG47C12 (LG Seeds) 216.35. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145675.json b/corpus/lg_plot_reports/lgpr-corn-2025-145675.json new file mode 100644 index 00000000..f6495e29 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145675.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145675", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Gettysburg", + "year": 2025, + "plot_id": "145675", + "lat": 45.06435, + "lng": -99.97964, + "cooperator": "Thad Beringer", + "salesperson": "Thad Beringer", + "planted_date": "2025-05-05", + "harvested_date": "2025-11-20", + "plot_average": 183.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 204.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 194.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG47C12", + "traits": "VT2PRO", + "metrics": { + "Yield": 191.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 189.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C57", + "traits": "DV-RN", + "metrics": { + "Yield": 188.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145675" + ], + "fetched_at": "2026-05-27T02:17:13.609153+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145675.md b/corpus/lg_plot_reports/lgpr-corn-2025-145675.md new file mode 100644 index 00000000..665176f1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145675.md @@ -0,0 +1,28 @@ +# Corn yield trial — Gettysburg, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Gettysburg +- **Year:** 2025 +- **Plot ID:** 145675 +- **Cooperator:** Thad Beringer +- **Planted:** 2025-05-05 +- **Harvested:** 2025-11-20 +- **Plot average:** 183.5 BU/Ac +- **Coordinates:** 45.06435, -99.97964 +- **URL:** https://lgseeds.com/performance/corn#plot-145675 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2RIB | 204.1 | +| 2 | LG Seeds | LG51C62 | VT2RIB | 194.5 | +| 3 | LG Seeds | LG47C12 | VT2PRO | 191.8 | +| 4 | LG Seeds | LG48C87 | VT2RIB | 189.8 | +| 5 | LG Seeds | LG48C57 | DV-RN | 188.0 | + +Top 5 by Yield: LG52C90 (LG Seeds) 204.1, LG51C62 (LG Seeds) 194.5, LG47C12 (LG Seeds) 191.8, LG48C87 (LG Seeds) 189.8, LG48C57 (LG Seeds) 188.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145678.json b/corpus/lg_plot_reports/lgpr-corn-2025-145678.json new file mode 100644 index 00000000..fa5c0bb0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145678.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145678", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Scott City", + "year": 2025, + "plot_id": "145678", + "lat": 38.57692, + "lng": -100.84967, + "cooperator": "K D Farms", + "salesperson": "K D Farms", + "planted_date": "2025-05-05", + "harvested_date": "2025-11-03", + "plot_average": 171.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 193.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "A0755VT2RIB", + "traits": "", + "metrics": { + "Yield": 185.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 176.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 173.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VT2RIB", + "metrics": { + "Yield": 172.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145678" + ], + "fetched_at": "2026-05-27T02:20:56.685510+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145678.md b/corpus/lg_plot_reports/lgpr-corn-2025-145678.md new file mode 100644 index 00000000..5b10f600 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145678.md @@ -0,0 +1,28 @@ +# Corn yield trial — Scott City, Kansas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Scott City +- **Year:** 2025 +- **Plot ID:** 145678 +- **Cooperator:** K D Farms +- **Planted:** 2025-05-05 +- **Harvested:** 2025-11-03 +- **Plot average:** 171.7 BU/Ac +- **Coordinates:** 38.57692, -100.84967 +- **URL:** https://lgseeds.com/performance/corn#plot-145678 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C28 | V | 193.3 | +| 2 | Unknown | A0755VT2RIB | - | 185.4 | +| 3 | LG Seeds | LG60C05 | 3110 | 176.5 | +| 4 | LG Seeds | LG62C73 | VT2RIB | 173.6 | +| 5 | LG Seeds | LG57C82 | VT2RIB | 172.4 | + +Top 5 by Yield: LG61C28 (LG Seeds) 193.3, A0755VT2RIB (Unknown) 185.4, LG60C05 (LG Seeds) 176.5, LG62C73 (LG Seeds) 173.6, LG57C82 (LG Seeds) 172.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145679.json b/corpus/lg_plot_reports/lgpr-corn-2025-145679.json new file mode 100644 index 00000000..7ace25e5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145679.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145679", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Manito", + "year": 2025, + "plot_id": "145679", + "lat": 40.50279, + "lng": -89.77169, + "cooperator": "Miller Bros", + "salesperson": "Miller Bros", + "planted_date": "2025-04-28", + "harvested_date": "2025-10-08", + "plot_average": 275.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 295.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LG65C50VT2PRO", + "traits": "", + "metrics": { + "Yield": 280.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 279.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 278.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Yield": 278.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145679" + ], + "fetched_at": "2026-05-27T02:17:50.104253+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145679.md b/corpus/lg_plot_reports/lgpr-corn-2025-145679.md new file mode 100644 index 00000000..623ee06d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145679.md @@ -0,0 +1,28 @@ +# Corn yield trial — Manito, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Manito +- **Year:** 2025 +- **Plot ID:** 145679 +- **Cooperator:** Miller Bros +- **Planted:** 2025-04-28 +- **Harvested:** 2025-10-08 +- **Plot average:** 275.2 BU/Ac +- **Coordinates:** 40.50279, -89.77169 +- **URL:** https://lgseeds.com/performance/corn#plot-145679 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C43 | VT2RIB | 295.5 | +| 2 | Unknown | LG65C50VT2PRO | - | 280.9 | +| 3 | LG Seeds | LG63C82 | DGVT2RIB | 279.1 | +| 4 | LG Seeds | LG63C32 | TRC | 278.9 | +| 5 | LG Seeds | LG67C27 | STXRIB | 278.6 | + +Top 5 by Yield: LG64C43 (LG Seeds) 295.5, LG65C50VT2PRO (Unknown) 280.9, LG63C82 (LG Seeds) 279.1, LG63C32 (LG Seeds) 278.9, LG67C27 (LG Seeds) 278.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145687.json b/corpus/lg_plot_reports/lgpr-corn-2025-145687.json new file mode 100644 index 00000000..4f7b79fe --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145687.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145687", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Wapella", + "year": 2025, + "plot_id": "145687", + "lat": 40.22303, + "lng": -89.02823, + "cooperator": "AgVantage Seeds", + "salesperson": "AgVantage Seeds", + "planted_date": "2025-04-18", + "harvested_date": "2025-09-20", + "plot_average": 269.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 298.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "W7940", + "traits": "", + "metrics": { + "Yield": 291.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "A1462", + "traits": "", + "metrics": { + "Yield": 289.6 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "", + "metrics": { + "Yield": 288.3 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "A1993TRERIB", + "traits": "", + "metrics": { + "Yield": 288.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145687" + ], + "fetched_at": "2026-05-27T02:17:49.341336+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145687.md b/corpus/lg_plot_reports/lgpr-corn-2025-145687.md new file mode 100644 index 00000000..2ee5dcf7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145687.md @@ -0,0 +1,28 @@ +# Corn yield trial — Wapella, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Wapella +- **Year:** 2025 +- **Plot ID:** 145687 +- **Cooperator:** AgVantage Seeds +- **Planted:** 2025-04-18 +- **Harvested:** 2025-09-20 +- **Plot average:** 269.2 BU/Ac +- **Coordinates:** 40.22303, -89.02823 +- **URL:** https://lgseeds.com/performance/corn#plot-145687 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C43 | VT2RIB | 298.4 | +| 2 | Unknown | W7940 | - | 291.4 | +| 3 | Unknown | A1462 | - | 289.6 | +| 4 | Pioneer | P1742Q | - | 288.3 | +| 5 | Unknown | A1993TRERIB | - | 288.0 | + +Top 5 by Yield: LG64C43 (LG Seeds) 298.4, W7940 (Unknown) 291.4, A1462 (Unknown) 289.6, P1742Q (Pioneer) 288.3, A1993TRERIB (Unknown) 288.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145689.json b/corpus/lg_plot_reports/lgpr-corn-2025-145689.json new file mode 100644 index 00000000..9fd82cb0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145689.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145689", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Keota", + "year": 2025, + "plot_id": "145689", + "lat": 41.40277, + "lng": -91.98554, + "cooperator": "Kevin Luers", + "salesperson": "Kevin Luers", + "planted_date": "2025-04-18", + "harvested_date": "2025-09-22", + "plot_average": 211.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 251.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LG63C32TRC", + "traits": "", + "metrics": { + "Yield": 242.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 231.8 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "", + "metrics": { + "Yield": 226.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG65C50VT2PRO", + "traits": "", + "metrics": { + "Yield": 225.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145689" + ], + "fetched_at": "2026-05-27T02:20:54.929246+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145689.md b/corpus/lg_plot_reports/lgpr-corn-2025-145689.md new file mode 100644 index 00000000..403e8ff9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145689.md @@ -0,0 +1,28 @@ +# Corn yield trial — Keota, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Keota +- **Year:** 2025 +- **Plot ID:** 145689 +- **Cooperator:** Kevin Luers +- **Planted:** 2025-04-18 +- **Harvested:** 2025-09-22 +- **Plot average:** 211.0 BU/Ac +- **Coordinates:** 41.40277, -91.98554 +- **URL:** https://lgseeds.com/performance/corn#plot-145689 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | SSPRIB | 251.0 | +| 2 | Unknown | LG63C32TRC | - | 242.4 | +| 3 | LG Seeds | LG66C44 | VT2RIB | 231.8 | +| 4 | Pioneer | P14830AML | - | 226.1 | +| 5 | Unknown | LG65C50VT2PRO | - | 225.9 | + +Top 5 by Yield: LG63C32 (LG Seeds) 251.0, LG63C32TRC (Unknown) 242.4, LG66C44 (LG Seeds) 231.8, P14830AML (Pioneer) 226.1, LG65C50VT2PRO (Unknown) 225.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145694.json b/corpus/lg_plot_reports/lgpr-corn-2025-145694.json new file mode 100644 index 00000000..2f1a0425 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145694.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145694", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Clara City", + "year": 2025, + "plot_id": "145694", + "lat": 44.9786, + "lng": -95.33154, + "cooperator": "Wade Buss", + "salesperson": "Wade Buss", + "planted_date": "2025-05-05", + "harvested_date": "2025-11-06", + "plot_average": 213.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 228.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG57C45", + "traits": "SSPRIB", + "metrics": { + "Yield": 221.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 220.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 217.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 214.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145694" + ], + "fetched_at": "2026-05-27T02:20:53.688576+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145694.md b/corpus/lg_plot_reports/lgpr-corn-2025-145694.md new file mode 100644 index 00000000..fdbcefd6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145694.md @@ -0,0 +1,28 @@ +# Corn yield trial — Clara City, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Clara City +- **Year:** 2025 +- **Plot ID:** 145694 +- **Cooperator:** Wade Buss +- **Planted:** 2025-05-05 +- **Harvested:** 2025-11-06 +- **Plot average:** 213.5 BU/Ac +- **Coordinates:** 44.97860, -95.33154 +- **URL:** https://lgseeds.com/performance/corn#plot-145694 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2RIB | 228.6 | +| 2 | LG Seeds | LG57C45 | SSPRIB | 221.0 | +| 3 | LG Seeds | LG59C72 | 5222EZ | 220.3 | +| 4 | LG Seeds | LG51C32 | SSPRIB | 217.7 | +| 5 | LG Seeds | LG46C85 | VT2RIB | 214.2 | + +Top 5 by Yield: LG52C90 (LG Seeds) 228.6, LG57C45 (LG Seeds) 221.0, LG59C72 (LG Seeds) 220.3, LG51C32 (LG Seeds) 217.7, LG46C85 (LG Seeds) 214.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145697.json b/corpus/lg_plot_reports/lgpr-corn-2025-145697.json new file mode 100644 index 00000000..fff2ea7b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145697.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145697", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Hildreth", + "year": 2025, + "plot_id": "145697", + "lat": 40.23027, + "lng": -99.12145, + "cooperator": "Jeff Fouts", + "salesperson": "Jeff Fouts ", + "planted_date": "2025-05-02", + "harvested_date": "2025-10-13", + "plot_average": 235.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 251.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "NC6499", + "traits": "", + "metrics": { + "Yield": 247.7 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "NC18-88", + "traits": "", + "metrics": { + "Yield": 247.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "NC 5774", + "traits": "", + "metrics": { + "Yield": 244.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 241.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145697" + ], + "fetched_at": "2026-05-27T02:17:21.580871+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145697.md b/corpus/lg_plot_reports/lgpr-corn-2025-145697.md new file mode 100644 index 00000000..8a7f5367 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145697.md @@ -0,0 +1,29 @@ +# Corn yield trial — Hildreth, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Hildreth +- **Year:** 2025 +- **Plot ID:** 145697 +- **Cooperator:** Jeff Fouts +- **Salesperson:** Jeff Fouts +- **Planted:** 2025-05-02 +- **Harvested:** 2025-10-13 +- **Plot average:** 235.8 BU/Ac +- **Coordinates:** 40.23027, -99.12145 +- **URL:** https://lgseeds.com/performance/corn#plot-145697 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG60C24 | VT4PRO | 251.0 | +| 2 | Unknown | NC6499 | - | 247.7 | +| 3 | Unknown | NC18-88 | - | 247.1 | +| 4 | Unknown | NC 5774 | - | 244.4 | +| 5 | LG Seeds | LG64C43 | VT2RIB | 241.7 | + +Top 5 by Yield: LG60C24 (LG Seeds) 251.0, NC6499 (Unknown) 247.7, NC18-88 (Unknown) 247.1, NC 5774 (Unknown) 244.4, LG64C43 (LG Seeds) 241.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145699.json b/corpus/lg_plot_reports/lgpr-corn-2025-145699.json new file mode 100644 index 00000000..0aba4fc2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145699.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145699", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Groton", + "year": 2025, + "plot_id": "145699", + "lat": 45.4593, + "lng": -98.18884, + "cooperator": "Scott Sperry", + "salesperson": "Scott Sperry", + "planted_date": "2025-05-05", + "harvested_date": "2025-10-27", + "plot_average": 214.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG55C40", + "traits": "TRC", + "metrics": { + "Yield": 247.51 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 235.47 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 234.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 231.86 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 231.23 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145699" + ], + "fetched_at": "2026-05-27T02:20:19.162885+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145699.md b/corpus/lg_plot_reports/lgpr-corn-2025-145699.md new file mode 100644 index 00000000..6162c2c3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145699.md @@ -0,0 +1,28 @@ +# Corn yield trial — Groton, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Groton +- **Year:** 2025 +- **Plot ID:** 145699 +- **Cooperator:** Scott Sperry +- **Planted:** 2025-05-05 +- **Harvested:** 2025-10-27 +- **Plot average:** 214.8 BU/Ac +- **Coordinates:** 45.45930, -98.18884 +- **URL:** https://lgseeds.com/performance/corn#plot-145699 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG55C40 | TRC | 247.51 | +| 2 | LG Seeds | LG51C62 | D | 235.47 | +| 3 | LG Seeds | LG53C44 | VT2RIB | 234.4 | +| 4 | LG Seeds | LG56C25 | SSPRIB | 231.86 | +| 5 | LG Seeds | LG46C85 | VT2RIB | 231.23 | + +Top 5 by Yield: LG55C40 (LG Seeds) 247.51, LG51C62 (LG Seeds) 235.47, LG53C44 (LG Seeds) 234.4, LG56C25 (LG Seeds) 231.86, LG46C85 (LG Seeds) 231.23. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145701.json b/corpus/lg_plot_reports/lgpr-corn-2025-145701.json new file mode 100644 index 00000000..bf202f35 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145701.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145701", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Groton", + "year": 2025, + "plot_id": "145701", + "lat": 45.47261, + "lng": -98.23515, + "cooperator": "Matt Oswald", + "salesperson": "Matt Oswald", + "planted_date": "2025-05-04", + "harvested_date": "2025-10-30", + "plot_average": 232.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC098-88RIB", + "traits": "", + "metrics": { + "Yield": 251.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "198-25SSPRIB", + "traits": "", + "metrics": { + "Yield": 246.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "H4687", + "traits": "", + "metrics": { + "Yield": 244.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 243.8 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DS-3550Q", + "traits": "", + "metrics": { + "Yield": 243.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145701" + ], + "fetched_at": "2026-05-27T02:20:19.411232+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145701.md b/corpus/lg_plot_reports/lgpr-corn-2025-145701.md new file mode 100644 index 00000000..e24d2cb4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145701.md @@ -0,0 +1,28 @@ +# Corn yield trial — Groton, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Groton +- **Year:** 2025 +- **Plot ID:** 145701 +- **Cooperator:** Matt Oswald +- **Planted:** 2025-05-04 +- **Harvested:** 2025-10-30 +- **Plot average:** 232.9 BU/Ac +- **Coordinates:** 45.47261, -98.23515 +- **URL:** https://lgseeds.com/performance/corn#plot-145701 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC098-88RIB | - | 251.6 | +| 2 | Unknown | 198-25SSPRIB | - | 246.4 | +| 3 | Unknown | H4687 | - | 244.1 | +| 4 | LG Seeds | LG51C32 | SSPRIB | 243.8 | +| 5 | Unknown | DS-3550Q | - | 243.7 | + +Top 5 by Yield: DKC098-88RIB (Unknown) 251.6, 198-25SSPRIB (Unknown) 246.4, H4687 (Unknown) 244.1, LG51C32 (LG Seeds) 243.8, DS-3550Q (Unknown) 243.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145705.json b/corpus/lg_plot_reports/lgpr-corn-2025-145705.json new file mode 100644 index 00000000..24d17faf --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145705.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145705", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Lexington", + "year": 2025, + "plot_id": "145705", + "lat": 40.78474, + "lng": -99.80564, + "cooperator": "Margritz Ag, Inc.", + "salesperson": "Margritz Ag, Inc.", + "planted_date": "2025-05-03", + "harvested_date": "2025-11-19", + "plot_average": 212.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STXRIB", + "metrics": { + "Yield": 219.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 218.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 218.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 215.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG64C90STXRIB", + "traits": "", + "metrics": { + "Yield": 212.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145705" + ], + "fetched_at": "2026-05-27T02:20:40.182537+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145705.md b/corpus/lg_plot_reports/lgpr-corn-2025-145705.md new file mode 100644 index 00000000..439d9fa1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145705.md @@ -0,0 +1,28 @@ +# Corn yield trial — Lexington, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Lexington +- **Year:** 2025 +- **Plot ID:** 145705 +- **Cooperator:** Margritz Ag, Inc. +- **Planted:** 2025-05-03 +- **Harvested:** 2025-11-19 +- **Plot average:** 212.2 BU/Ac +- **Coordinates:** 40.78474, -99.80564 +- **URL:** https://lgseeds.com/performance/corn#plot-145705 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C90 | STXRIB | 219.4 | +| 2 | LG Seeds | LG64C43 | VT2RIB | 218.2 | +| 3 | LG Seeds | LG61C34 | STXRIB | 218.0 | +| 4 | LG Seeds | LG63C32 | SSPRIB | 215.2 | +| 5 | Unknown | LG64C90STXRIB | - | 212.9 | + +Top 5 by Yield: LG64C90 (LG Seeds) 219.4, LG64C43 (LG Seeds) 218.2, LG61C34 (LG Seeds) 218.0, LG63C32 (LG Seeds) 215.2, LG64C90STXRIB (Unknown) 212.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145706.json b/corpus/lg_plot_reports/lgpr-corn-2025-145706.json new file mode 100644 index 00000000..e0e2c9d7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145706.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145706", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Eustis", + "year": 2025, + "plot_id": "145706", + "lat": 40.72196, + "lng": -99.99441, + "cooperator": "John Yuetter", + "salesperson": "John Yuetter", + "planted_date": "2025-05-05", + "harvested_date": "2025-11-04", + "plot_average": 251.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 267.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 265.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 255.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 254.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 253.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145706" + ], + "fetched_at": "2026-05-27T02:20:41.673293+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145706.md b/corpus/lg_plot_reports/lgpr-corn-2025-145706.md new file mode 100644 index 00000000..9045f526 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145706.md @@ -0,0 +1,28 @@ +# Corn yield trial — Eustis, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Eustis +- **Year:** 2025 +- **Plot ID:** 145706 +- **Cooperator:** John Yuetter +- **Planted:** 2025-05-05 +- **Harvested:** 2025-11-04 +- **Plot average:** 251.4 BU/Ac +- **Coordinates:** 40.72196, -99.99441 +- **URL:** https://lgseeds.com/performance/corn#plot-145706 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG60C05 | 3110 | 267.9 | +| 2 | LG Seeds | LG61C28 | V | 265.3 | +| 3 | LG Seeds | LG61C34 | STXRIB | 255.8 | +| 4 | LG Seeds | LG65C30 | VT2RIB | 254.8 | +| 5 | LG Seeds | LG62C73 | VT2RIB | 253.0 | + +Top 5 by Yield: LG60C05 (LG Seeds) 267.9, LG61C28 (LG Seeds) 265.3, LG61C34 (LG Seeds) 255.8, LG65C30 (LG Seeds) 254.8, LG62C73 (LG Seeds) 253.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145707.json b/corpus/lg_plot_reports/lgpr-corn-2025-145707.json new file mode 100644 index 00000000..561e3e75 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145707.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145707", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Columbus ", + "year": 2025, + "plot_id": "145707", + "lat": 41.51345, + "lng": -97.37541, + "cooperator": "Clay Hills Ag", + "salesperson": "Clay Hills Ag", + "planted_date": "2025-05-06", + "harvested_date": "2025-10-27", + "plot_average": 270.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 287.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC116-62RIB", + "traits": "", + "metrics": { + "Yield": 283.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC114-99RIB", + "traits": "", + "metrics": { + "Yield": 279.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC110-10RIB", + "traits": "", + "metrics": { + "Yield": 279.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC112-29RIB", + "traits": "", + "metrics": { + "Yield": 277.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145707" + ], + "fetched_at": "2026-05-27T02:17:53.586571+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145707.md b/corpus/lg_plot_reports/lgpr-corn-2025-145707.md new file mode 100644 index 00000000..1f373f67 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145707.md @@ -0,0 +1,28 @@ +# Corn yield trial — Columbus , Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Columbus +- **Year:** 2025 +- **Plot ID:** 145707 +- **Cooperator:** Clay Hills Ag +- **Planted:** 2025-05-06 +- **Harvested:** 2025-10-27 +- **Plot average:** 270.0 BU/Ac +- **Coordinates:** 41.51345, -97.37541 +- **URL:** https://lgseeds.com/performance/corn#plot-145707 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG60C24 | VT4PRO | 287.4 | +| 2 | Unknown | DKC116-62RIB | - | 283.1 | +| 3 | Unknown | DKC114-99RIB | - | 279.4 | +| 4 | Unknown | DKC110-10RIB | - | 279.1 | +| 5 | Unknown | DKC112-29RIB | - | 277.6 | + +Top 5 by Yield: LG60C24 (LG Seeds) 287.4, DKC116-62RIB (Unknown) 283.1, DKC114-99RIB (Unknown) 279.4, DKC110-10RIB (Unknown) 279.1, DKC112-29RIB (Unknown) 277.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145713.json b/corpus/lg_plot_reports/lgpr-corn-2025-145713.json new file mode 100644 index 00000000..7c510b8e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145713.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145713", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Shullsburg", + "year": 2025, + "plot_id": "145713", + "lat": 42.62153, + "lng": -90.19993, + "cooperator": "Jeramiah Kleiber", + "salesperson": "Jeramiah Kleiber", + "planted_date": "2025-05-06", + "harvested_date": "2025-10-20", + "plot_average": 240.5, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC56-26", + "traits": "", + "metrics": { + "Yield": 264.9 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC59-80", + "traits": "", + "metrics": { + "Yield": 264.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "6014Q", + "traits": "", + "metrics": { + "Yield": 254.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC59-82RIB", + "traits": "", + "metrics": { + "Yield": 254.3 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "5530PCE", + "traits": "", + "metrics": { + "Yield": 250.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145713" + ], + "fetched_at": "2026-05-27T02:17:50.584625+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145713.md b/corpus/lg_plot_reports/lgpr-corn-2025-145713.md new file mode 100644 index 00000000..8e09ea13 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145713.md @@ -0,0 +1,28 @@ +# Corn yield trial — Shullsburg, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Shullsburg +- **Year:** 2025 +- **Plot ID:** 145713 +- **Cooperator:** Jeramiah Kleiber +- **Planted:** 2025-05-06 +- **Harvested:** 2025-10-20 +- **Plot average:** 240.5 BU/Ac +- **Coordinates:** 42.62153, -90.19993 +- **URL:** https://lgseeds.com/performance/corn#plot-145713 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC56-26 | - | 264.9 | +| 2 | Unknown | DKC59-80 | - | 264.1 | +| 3 | Unknown | 6014Q | - | 254.5 | +| 4 | Unknown | DKC59-82RIB | - | 254.3 | +| 5 | Unknown | 5530PCE | - | 250.8 | + +Top 5 by Yield: DKC56-26 (Unknown) 264.9, DKC59-80 (Unknown) 264.1, 6014Q (Unknown) 254.5, DKC59-82RIB (Unknown) 254.3, 5530PCE (Unknown) 250.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145714.json b/corpus/lg_plot_reports/lgpr-corn-2025-145714.json new file mode 100644 index 00000000..f81baff8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145714.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145714", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Blooming Prairie", + "year": 2025, + "plot_id": "145714", + "lat": 43.93032, + "lng": -93.10404, + "cooperator": "Ron Janning", + "salesperson": "Ron Janning ", + "planted_date": "2025-05-06", + "harvested_date": "2025-11-03", + "plot_average": 200.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 215.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C57", + "traits": "DV-RN", + "metrics": { + "Yield": 212.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 210.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 204.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG57C45", + "traits": "SSPRIB", + "metrics": { + "Yield": 195.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145714" + ], + "fetched_at": "2026-05-27T02:20:01.934479+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145714.md b/corpus/lg_plot_reports/lgpr-corn-2025-145714.md new file mode 100644 index 00000000..bd6646b6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145714.md @@ -0,0 +1,29 @@ +# Corn yield trial — Blooming Prairie, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Blooming Prairie +- **Year:** 2025 +- **Plot ID:** 145714 +- **Cooperator:** Ron Janning +- **Salesperson:** Ron Janning +- **Planted:** 2025-05-06 +- **Harvested:** 2025-11-03 +- **Plot average:** 200.2 BU/Ac +- **Coordinates:** 43.93032, -93.10404 +- **URL:** https://lgseeds.com/performance/corn#plot-145714 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | D | 215.5 | +| 2 | LG Seeds | LG48C57 | DV-RN | 212.4 | +| 3 | LG Seeds | LG62C73 | VT2RIB | 210.2 | +| 4 | LG Seeds | LG52C90 | VT2RIB | 204.0 | +| 5 | LG Seeds | LG57C45 | SSPRIB | 195.5 | + +Top 5 by Yield: LG51C62 (LG Seeds) 215.5, LG48C57 (LG Seeds) 212.4, LG62C73 (LG Seeds) 210.2, LG52C90 (LG Seeds) 204.0, LG57C45 (LG Seeds) 195.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145718.json b/corpus/lg_plot_reports/lgpr-corn-2025-145718.json new file mode 100644 index 00000000..40542858 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145718.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145718", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "North Dakota", + "state_abbrev": "nd", + "city": "Wyndmere", + "year": 2025, + "plot_id": "145718", + "lat": 46.35781, + "lng": -97.11358, + "cooperator": "Rudy Dotzenrod", + "salesperson": "Rudy Dotzenrod", + "planted_date": "2025-05-06", + "harvested_date": "2025-10-24", + "plot_average": 222.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 231.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG47C12", + "traits": "VT2PRO", + "metrics": { + "Yield": 229.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "199-45VT2PRIB", + "traits": "", + "metrics": { + "Yield": 228.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 225.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 224.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145718" + ], + "fetched_at": "2026-05-27T02:20:15.923858+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145718.md b/corpus/lg_plot_reports/lgpr-corn-2025-145718.md new file mode 100644 index 00000000..c824436a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145718.md @@ -0,0 +1,28 @@ +# Corn yield trial — Wyndmere, North Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** North Dakota (ND) +- **City:** Wyndmere +- **Year:** 2025 +- **Plot ID:** 145718 +- **Cooperator:** Rudy Dotzenrod +- **Planted:** 2025-05-06 +- **Harvested:** 2025-10-24 +- **Plot average:** 222.1 BU/Ac +- **Coordinates:** 46.35781, -97.11358 +- **URL:** https://lgseeds.com/performance/corn#plot-145718 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG46C85 | VT2RIB | 231.1 | +| 2 | LG Seeds | LG47C12 | VT2PRO | 229.2 | +| 3 | Unknown | 199-45VT2PRIB | - | 228.7 | +| 4 | LG Seeds | LG52C90 | VT2RIB | 225.1 | +| 5 | LG Seeds | LG51C62 | D | 224.8 | + +Top 5 by Yield: LG46C85 (LG Seeds) 231.1, LG47C12 (LG Seeds) 229.2, 199-45VT2PRIB (Unknown) 228.7, LG52C90 (LG Seeds) 225.1, LG51C62 (LG Seeds) 224.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145720.json b/corpus/lg_plot_reports/lgpr-corn-2025-145720.json new file mode 100644 index 00000000..8ea21ef0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145720.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145720", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Randolph", + "year": 2025, + "plot_id": "145720", + "lat": 44.49317, + "lng": -93.09702, + "cooperator": "Luke Dubbels", + "salesperson": "Luke Dubbels", + "planted_date": "2025-05-06", + "harvested_date": "2025-10-24", + "plot_average": 264.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2PRO", + "metrics": { + "Yield": 297.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "5608AM", + "traits": "", + "metrics": { + "Yield": 295.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "5864PCE", + "traits": "", + "metrics": { + "Yield": 292.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 289.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VT2RIB", + "metrics": { + "Yield": 280.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145720" + ], + "fetched_at": "2026-05-27T02:17:28.836050+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145720.md b/corpus/lg_plot_reports/lgpr-corn-2025-145720.md new file mode 100644 index 00000000..7125cded --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145720.md @@ -0,0 +1,28 @@ +# Corn yield trial — Randolph, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Randolph +- **Year:** 2025 +- **Plot ID:** 145720 +- **Cooperator:** Luke Dubbels +- **Planted:** 2025-05-06 +- **Harvested:** 2025-10-24 +- **Plot average:** 264.2 BU/Ac +- **Coordinates:** 44.49317, -93.09702 +- **URL:** https://lgseeds.com/performance/corn#plot-145720 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C16 | VT2PRO | 297.2 | +| 2 | Unknown | 5608AM | - | 295.4 | +| 3 | Unknown | 5864PCE | - | 292.3 | +| 4 | LG Seeds | LG51C62 | D | 289.0 | +| 5 | LG Seeds | LG57C82 | VT2RIB | 280.8 | + +Top 5 by Yield: LG58C16 (LG Seeds) 297.2, 5608AM (Unknown) 295.4, 5864PCE (Unknown) 292.3, LG51C62 (LG Seeds) 289.0, LG57C82 (LG Seeds) 280.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145726.json b/corpus/lg_plot_reports/lgpr-corn-2025-145726.json new file mode 100644 index 00000000..bc941f2b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145726.json @@ -0,0 +1,64 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145726", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Britton", + "year": 2025, + "plot_id": "145726", + "lat": 45.71788, + "lng": -97.6994, + "cooperator": "Penrhos Farms", + "salesperson": "Penrhos Farms", + "planted_date": "2025-05-06", + "harvested_date": "2025-10-16", + "plot_average": 194.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 199.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 196.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 192.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG40C07", + "traits": "STX", + "metrics": { + "Yield": 188.5 + } + } + ], + "n_results": 4, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145726" + ], + "fetched_at": "2026-05-27T02:17:31.852521+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145726.md b/corpus/lg_plot_reports/lgpr-corn-2025-145726.md new file mode 100644 index 00000000..75996f20 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145726.md @@ -0,0 +1,27 @@ +# Corn yield trial — Britton, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Britton +- **Year:** 2025 +- **Plot ID:** 145726 +- **Cooperator:** Penrhos Farms +- **Planted:** 2025-05-06 +- **Harvested:** 2025-10-16 +- **Plot average:** 194.2 BU/Ac +- **Coordinates:** 45.71788, -97.69940 +- **URL:** https://lgseeds.com/performance/corn#plot-145726 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | D | 199.4 | +| 2 | LG Seeds | LG46C85 | VT2RIB | 196.5 | +| 3 | LG Seeds | LG48C87 | VT2RIB | 192.2 | +| 4 | LG Seeds | LG40C07 | STX | 188.5 | + +Top 5 by Yield: LG51C62 (LG Seeds) 199.4, LG46C85 (LG Seeds) 196.5, LG48C87 (LG Seeds) 192.2, LG40C07 (LG Seeds) 188.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145728.json b/corpus/lg_plot_reports/lgpr-corn-2025-145728.json new file mode 100644 index 00000000..062252f8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145728.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145728", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Willow Lake", + "year": 2025, + "plot_id": "145728", + "lat": 44.62401, + "lng": -97.61372, + "cooperator": "Logan Tonak", + "salesperson": "Logan Tonak", + "planted_date": "2025-05-06", + "harvested_date": "2025-11-05", + "plot_average": 197.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG40C07", + "traits": "STX", + "metrics": { + "Yield": 223.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 214.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 212.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 211.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "STXRIB", + "metrics": { + "Yield": 208.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145728" + ], + "fetched_at": "2026-05-27T02:21:05.194096+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145728.md b/corpus/lg_plot_reports/lgpr-corn-2025-145728.md new file mode 100644 index 00000000..a47d5723 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145728.md @@ -0,0 +1,28 @@ +# Corn yield trial — Willow Lake, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Willow Lake +- **Year:** 2025 +- **Plot ID:** 145728 +- **Cooperator:** Logan Tonak +- **Planted:** 2025-05-06 +- **Harvested:** 2025-11-05 +- **Plot average:** 197.9 BU/Ac +- **Coordinates:** 44.62401, -97.61372 +- **URL:** https://lgseeds.com/performance/corn#plot-145728 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG40C07 | STX | 223.6 | +| 2 | LG Seeds | LG51C62 | D | 214.0 | +| 3 | LG Seeds | LG51C32 | SSPRIB | 212.1 | +| 4 | LG Seeds | LG46C85 | VT2RIB | 211.3 | +| 5 | LG Seeds | LG44C27 | STXRIB | 208.7 | + +Top 5 by Yield: LG40C07 (LG Seeds) 223.6, LG51C62 (LG Seeds) 214.0, LG51C32 (LG Seeds) 212.1, LG46C85 (LG Seeds) 211.3, LG44C27 (LG Seeds) 208.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145730.json b/corpus/lg_plot_reports/lgpr-corn-2025-145730.json new file mode 100644 index 00000000..f06760e2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145730.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145730", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Britton", + "year": 2025, + "plot_id": "145730", + "lat": 45.70861, + "lng": -97.8137, + "cooperator": "Penrhos Farms", + "salesperson": "Penrhos Farms", + "planted_date": "2025-05-06", + "harvested_date": "2025-11-04", + "plot_average": 223.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 232.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 230.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2RIB", + "metrics": { + "Yield": 229.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 229.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "VT2RIB", + "metrics": { + "Yield": 225.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145730" + ], + "fetched_at": "2026-05-27T02:20:59.191825+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145730.md b/corpus/lg_plot_reports/lgpr-corn-2025-145730.md new file mode 100644 index 00000000..1e047b91 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145730.md @@ -0,0 +1,28 @@ +# Corn yield trial — Britton, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Britton +- **Year:** 2025 +- **Plot ID:** 145730 +- **Cooperator:** Penrhos Farms +- **Planted:** 2025-05-06 +- **Harvested:** 2025-11-04 +- **Plot average:** 223.3 BU/Ac +- **Coordinates:** 45.70861, -97.81370 +- **URL:** https://lgseeds.com/performance/corn#plot-145730 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG48C87 | VT2RIB | 232.5 | +| 2 | LG Seeds | LG46C85 | VT2RIB | 230.8 | +| 3 | LG Seeds | LG43C50 | VT2RIB | 229.4 | +| 4 | LG Seeds | LG51C62 | D | 229.0 | +| 5 | LG Seeds | LG44C27 | VT2RIB | 225.9 | + +Top 5 by Yield: LG48C87 (LG Seeds) 232.5, LG46C85 (LG Seeds) 230.8, LG43C50 (LG Seeds) 229.4, LG51C62 (LG Seeds) 229.0, LG44C27 (LG Seeds) 225.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145732.json b/corpus/lg_plot_reports/lgpr-corn-2025-145732.json new file mode 100644 index 00000000..8d06500c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145732.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145732", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Carroll", + "year": 2025, + "plot_id": "145732", + "lat": 42.34907, + "lng": -97.21798, + "cooperator": "Blake Reimers", + "salesperson": "Blake Reimers", + "planted_date": "2025-05-06", + "harvested_date": "2025-10-26", + "plot_average": 236.2, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P1170AM", + "traits": "", + "metrics": { + "Yield": 271.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 260.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 250.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "209-70TRERIB", + "traits": "", + "metrics": { + "Yield": 248.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 241.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145732" + ], + "fetched_at": "2026-05-27T02:13:35.980685+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145732.md b/corpus/lg_plot_reports/lgpr-corn-2025-145732.md new file mode 100644 index 00000000..d612f407 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145732.md @@ -0,0 +1,28 @@ +# Corn yield trial — Carroll, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Carroll +- **Year:** 2025 +- **Plot ID:** 145732 +- **Cooperator:** Blake Reimers +- **Planted:** 2025-05-06 +- **Harvested:** 2025-10-26 +- **Plot average:** 236.2 BU/Ac +- **Coordinates:** 42.34907, -97.21798 +- **URL:** https://lgseeds.com/performance/corn#plot-145732 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P1170AM | - | 271.7 | +| 2 | LG Seeds | LG60C24 | VT4PRO | 260.1 | +| 3 | LG Seeds | LG61C28 | V | 250.2 | +| 4 | Unknown | 209-70TRERIB | - | 248.1 | +| 5 | LG Seeds | LG60C05 | 3110 | 241.4 | + +Top 5 by Yield: P1170AM (Pioneer) 271.7, LG60C24 (LG Seeds) 260.1, LG61C28 (LG Seeds) 250.2, 209-70TRERIB (Unknown) 248.1, LG60C05 (LG Seeds) 241.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145735.json b/corpus/lg_plot_reports/lgpr-corn-2025-145735.json new file mode 100644 index 00000000..0a8e48cb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145735.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145735", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Spring Green", + "year": 2025, + "plot_id": "145735", + "lat": 43.20698, + "lng": -89.99264, + "cooperator": "Gary Johnson", + "salesperson": "Gary Johnson", + "planted_date": "2025-05-06", + "harvested_date": "2025-10-30", + "plot_average": 218.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 225.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 224.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 221.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 220.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 218.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145735" + ], + "fetched_at": "2026-05-27T02:20:00.926257+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145735.md b/corpus/lg_plot_reports/lgpr-corn-2025-145735.md new file mode 100644 index 00000000..488d8c46 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145735.md @@ -0,0 +1,28 @@ +# Corn yield trial — Spring Green, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Spring Green +- **Year:** 2025 +- **Plot ID:** 145735 +- **Cooperator:** Gary Johnson +- **Planted:** 2025-05-06 +- **Harvested:** 2025-10-30 +- **Plot average:** 218.5 BU/Ac +- **Coordinates:** 43.20698, -89.99264 +- **URL:** https://lgseeds.com/performance/corn#plot-145735 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG53C44 | VT2RIB | 225.1 | +| 2 | LG Seeds | LG52C90 | VT2RIB | 224.6 | +| 3 | LG Seeds | LG56C25 | SSPRIB | 221.5 | +| 4 | LG Seeds | LG51C32 | SSPRIB | 220.9 | +| 5 | LG Seeds | LG59C72 | 5222EZ | 218.5 | + +Top 5 by Yield: LG53C44 (LG Seeds) 225.1, LG52C90 (LG Seeds) 224.6, LG56C25 (LG Seeds) 221.5, LG51C32 (LG Seeds) 220.9, LG59C72 (LG Seeds) 218.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145737.json b/corpus/lg_plot_reports/lgpr-corn-2025-145737.json new file mode 100644 index 00000000..6aa3c801 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145737.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145737", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "North Dakota", + "state_abbrev": "nd", + "city": "Maddock", + "year": 2025, + "plot_id": "145737", + "lat": 47.90587, + "lng": -99.52883, + "cooperator": "Bryan Kenner", + "salesperson": "Bryan Kenner", + "planted_date": "2025-05-06", + "harvested_date": "2025-10-26", + "plot_average": 145.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC36-48RIB", + "traits": "", + "metrics": { + "Yield": 159.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG35C79", + "traits": "VT2RIB", + "metrics": { + "Yield": 157.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG34C14", + "traits": "AA-RN", + "metrics": { + "Yield": 155.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "183-13VT2PRIB", + "traits": "", + "metrics": { + "Yield": 151.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG36C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 149.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145737" + ], + "fetched_at": "2026-05-27T02:20:26.170494+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145737.md b/corpus/lg_plot_reports/lgpr-corn-2025-145737.md new file mode 100644 index 00000000..e84aceb9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145737.md @@ -0,0 +1,28 @@ +# Corn yield trial — Maddock, North Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** North Dakota (ND) +- **City:** Maddock +- **Year:** 2025 +- **Plot ID:** 145737 +- **Cooperator:** Bryan Kenner +- **Planted:** 2025-05-06 +- **Harvested:** 2025-10-26 +- **Plot average:** 145.0 BU/Ac +- **Coordinates:** 47.90587, -99.52883 +- **URL:** https://lgseeds.com/performance/corn#plot-145737 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC36-48RIB | - | 159.3 | +| 2 | LG Seeds | LG35C79 | VT2RIB | 157.9 | +| 3 | LG Seeds | LG34C14 | AA-RN | 155.5 | +| 4 | Unknown | 183-13VT2PRIB | - | 151.8 | +| 5 | LG Seeds | LG36C73 | VT2RIB | 149.7 | + +Top 5 by Yield: DKC36-48RIB (Unknown) 159.3, LG35C79 (LG Seeds) 157.9, LG34C14 (LG Seeds) 155.5, 183-13VT2PRIB (Unknown) 151.8, LG36C73 (LG Seeds) 149.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145740.json b/corpus/lg_plot_reports/lgpr-corn-2025-145740.json new file mode 100644 index 00000000..8dc497db --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145740.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145740", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Buffalo ", + "year": 2025, + "plot_id": "145740", + "lat": 45.128, + "lng": -93.746, + "cooperator": "Bill Daluge", + "salesperson": "Bill Daluge", + "planted_date": "2025-05-06", + "harvested_date": "2025-11-03", + "plot_average": 245.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "5608AM", + "traits": "", + "metrics": { + "Yield": 264.28 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C57", + "traits": "DV-RN", + "metrics": { + "Yield": 256.94 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 256.65 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 252.12 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DS-4365AM", + "traits": "", + "metrics": { + "Yield": 251.95 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145740" + ], + "fetched_at": "2026-05-27T02:20:02.156122+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145740.md b/corpus/lg_plot_reports/lgpr-corn-2025-145740.md new file mode 100644 index 00000000..f269b1aa --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145740.md @@ -0,0 +1,28 @@ +# Corn yield trial — Buffalo , Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Buffalo +- **Year:** 2025 +- **Plot ID:** 145740 +- **Cooperator:** Bill Daluge +- **Planted:** 2025-05-06 +- **Harvested:** 2025-11-03 +- **Plot average:** 245.7 BU/Ac +- **Coordinates:** 45.12800, -93.74600 +- **URL:** https://lgseeds.com/performance/corn#plot-145740 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 5608AM | - | 264.28 | +| 2 | LG Seeds | LG48C57 | DV-RN | 256.94 | +| 3 | LG Seeds | LG51C62 | D | 256.65 | +| 4 | LG Seeds | LG52C90 | VT2RIB | 252.12 | +| 5 | Unknown | DS-4365AM | - | 251.95 | + +Top 5 by Yield: 5608AM (Unknown) 264.28, LG48C57 (LG Seeds) 256.94, LG51C62 (LG Seeds) 256.65, LG52C90 (LG Seeds) 252.12, DS-4365AM (Unknown) 251.95. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145742.json b/corpus/lg_plot_reports/lgpr-corn-2025-145742.json new file mode 100644 index 00000000..acf9b69f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145742.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145742", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Lastrup", + "year": 2025, + "plot_id": "145742", + "lat": 46.0456, + "lng": -94.063, + "cooperator": "Kyle Schraut", + "salesperson": "Kyle Schraut ", + "planted_date": "2025-05-05", + "harvested_date": "2025-10-10", + "plot_average": 208.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 240.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "G97B68-DV", + "traits": "", + "metrics": { + "Yield": 229.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2RIB", + "metrics": { + "Yield": 224.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "G99M49-AA", + "traits": "", + "metrics": { + "Yield": 221.8 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "G92A51-AA", + "traits": "", + "metrics": { + "Yield": 220.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145742" + ], + "fetched_at": "2026-05-27T02:17:26.589516+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145742.md b/corpus/lg_plot_reports/lgpr-corn-2025-145742.md new file mode 100644 index 00000000..651ff481 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145742.md @@ -0,0 +1,29 @@ +# Corn yield trial — Lastrup, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Lastrup +- **Year:** 2025 +- **Plot ID:** 145742 +- **Cooperator:** Kyle Schraut +- **Salesperson:** Kyle Schraut +- **Planted:** 2025-05-05 +- **Harvested:** 2025-10-10 +- **Plot average:** 208.3 BU/Ac +- **Coordinates:** 46.04560, -94.06300 +- **URL:** https://lgseeds.com/performance/corn#plot-145742 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG46C85 | VT2RIB | 240.1 | +| 2 | Unknown | G97B68-DV | - | 229.9 | +| 3 | LG Seeds | LG43C50 | VT2RIB | 224.1 | +| 4 | Unknown | G99M49-AA | - | 221.8 | +| 5 | Unknown | G92A51-AA | - | 220.8 | + +Top 5 by Yield: LG46C85 (LG Seeds) 240.1, G97B68-DV (Unknown) 229.9, LG43C50 (LG Seeds) 224.1, G99M49-AA (Unknown) 221.8, G92A51-AA (Unknown) 220.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145743.json b/corpus/lg_plot_reports/lgpr-corn-2025-145743.json new file mode 100644 index 00000000..5a167b6c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145743.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145743", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Cold Spring ", + "year": 2025, + "plot_id": "145743", + "lat": 45.5224, + "lng": -94.4312, + "cooperator": "Luke Salzer", + "salesperson": "Luke Salzer", + "planted_date": "2025-05-02", + "harvested_date": "2025-10-18", + "plot_average": 181.1, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "96098G", + "traits": "", + "metrics": { + "Yield": 216.56 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 213.82 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 201.46 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2RIB", + "metrics": { + "Yield": 201.22 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LR9397PCE", + "traits": "", + "metrics": { + "Yield": 198.33 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145743" + ], + "fetched_at": "2026-05-27T02:17:29.093505+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145743.md b/corpus/lg_plot_reports/lgpr-corn-2025-145743.md new file mode 100644 index 00000000..958a1d61 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145743.md @@ -0,0 +1,28 @@ +# Corn yield trial — Cold Spring , Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Cold Spring +- **Year:** 2025 +- **Plot ID:** 145743 +- **Cooperator:** Luke Salzer +- **Planted:** 2025-05-02 +- **Harvested:** 2025-10-18 +- **Plot average:** 181.1 BU/Ac +- **Coordinates:** 45.52240, -94.43120 +- **URL:** https://lgseeds.com/performance/corn#plot-145743 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 96098G | - | 216.56 | +| 2 | LG Seeds | LG51C62 | D | 213.82 | +| 3 | LG Seeds | LG52C90 | VT2RIB | 201.46 | +| 4 | LG Seeds | LG43C50 | VT2RIB | 201.22 | +| 5 | Unknown | LR9397PCE | - | 198.33 | + +Top 5 by Yield: 96098G (Unknown) 216.56, LG51C62 (LG Seeds) 213.82, LG52C90 (LG Seeds) 201.46, LG43C50 (LG Seeds) 201.22, LR9397PCE (Unknown) 198.33. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145758.json b/corpus/lg_plot_reports/lgpr-corn-2025-145758.json new file mode 100644 index 00000000..6c52c207 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145758.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145758", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "St. Michael’s ", + "year": 2025, + "plot_id": "145758", + "lat": 43.50393, + "lng": -88.13995, + "cooperator": "Ramthun’s Hickory View", + "salesperson": "Ramthun’s Hickory View ", + "planted_date": "2025-05-07", + "harvested_date": "2025-10-18", + "plot_average": 215.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 228.99 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC101-35RIB", + "traits": "", + "metrics": { + "Yield": 227.58 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 226.77 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 224.78 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC096-21RIB", + "traits": "", + "metrics": { + "Yield": 224.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145758" + ], + "fetched_at": "2026-05-27T02:18:42.617113+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145758.md b/corpus/lg_plot_reports/lgpr-corn-2025-145758.md new file mode 100644 index 00000000..76f12a12 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145758.md @@ -0,0 +1,29 @@ +# Corn yield trial — St. Michael’s , Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** St. Michael’s +- **Year:** 2025 +- **Plot ID:** 145758 +- **Cooperator:** Ramthun’s Hickory View +- **Salesperson:** Ramthun’s Hickory View +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-18 +- **Plot average:** 215.0 BU/Ac +- **Coordinates:** 43.50393, -88.13995 +- **URL:** https://lgseeds.com/performance/corn#plot-145758 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2RIB | 228.99 | +| 2 | Unknown | DKC101-35RIB | - | 227.58 | +| 3 | LG Seeds | LG48C87 | VT2RIB | 226.77 | +| 4 | LG Seeds | LG46C85 | VT2RIB | 224.78 | +| 5 | Unknown | DKC096-21RIB | - | 224.7 | + +Top 5 by Yield: LG52C90 (LG Seeds) 228.99, DKC101-35RIB (Unknown) 227.58, LG48C87 (LG Seeds) 226.77, LG46C85 (LG Seeds) 224.78, DKC096-21RIB (Unknown) 224.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145759.json b/corpus/lg_plot_reports/lgpr-corn-2025-145759.json new file mode 100644 index 00000000..89fb8618 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145759.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145759", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Faribault", + "year": 2025, + "plot_id": "145759", + "lat": 44.30212, + "lng": -93.16631, + "cooperator": "Nerstrand AgriCenter", + "salesperson": "Nerstrand AgriCenter", + "planted_date": "2025-05-07", + "harvested_date": "2025-10-13", + "plot_average": 189.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 210.3 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P9955Q", + "traits": "", + "metrics": { + "Yield": 209.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 207.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 205.6 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P9955Q", + "traits": "", + "metrics": { + "Yield": 200.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145759" + ], + "fetched_at": "2026-05-27T02:17:30.835996+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145759.md b/corpus/lg_plot_reports/lgpr-corn-2025-145759.md new file mode 100644 index 00000000..540818a1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145759.md @@ -0,0 +1,28 @@ +# Corn yield trial — Faribault, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Faribault +- **Year:** 2025 +- **Plot ID:** 145759 +- **Cooperator:** Nerstrand AgriCenter +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-13 +- **Plot average:** 189.8 BU/Ac +- **Coordinates:** 44.30212, -93.16631 +- **URL:** https://lgseeds.com/performance/corn#plot-145759 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG53C44 | VT2RIB | 210.3 | +| 2 | Pioneer | P9955Q | - | 209.4 | +| 3 | LG Seeds | LG51C62 | D | 207.5 | +| 4 | LG Seeds | LG56C25 | SSPRIB | 205.6 | +| 5 | Pioneer | P9955Q | - | 200.8 | + +Top 5 by Yield: LG53C44 (LG Seeds) 210.3, P9955Q (Pioneer) 209.4, LG51C62 (LG Seeds) 207.5, LG56C25 (LG Seeds) 205.6, P9955Q (Pioneer) 200.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145760.json b/corpus/lg_plot_reports/lgpr-corn-2025-145760.json new file mode 100644 index 00000000..e1b13c24 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145760.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145760", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Pipestone", + "year": 2025, + "plot_id": "145760", + "lat": 44.12899, + "lng": -96.26343, + "cooperator": "Jeremy Smidt", + "salesperson": "Jeremy Smidt ", + "planted_date": "2025-05-07", + "harvested_date": "2025-10-21", + "plot_average": 249.5, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B04J45V", + "traits": "", + "metrics": { + "Yield": 264.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 263.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "ECS1674VT2", + "traits": "", + "metrics": { + "Yield": 259.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG57C45", + "traits": "SSPRIB", + "metrics": { + "Yield": 257.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C57", + "traits": "DV-RN", + "metrics": { + "Yield": 254.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145760" + ], + "fetched_at": "2026-05-27T02:17:17.085638+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145760.md b/corpus/lg_plot_reports/lgpr-corn-2025-145760.md new file mode 100644 index 00000000..dca6f727 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145760.md @@ -0,0 +1,29 @@ +# Corn yield trial — Pipestone, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Pipestone +- **Year:** 2025 +- **Plot ID:** 145760 +- **Cooperator:** Jeremy Smidt +- **Salesperson:** Jeremy Smidt +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-21 +- **Plot average:** 249.5 BU/Ac +- **Coordinates:** 44.12899, -96.26343 +- **URL:** https://lgseeds.com/performance/corn#plot-145760 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B04J45V | - | 264.8 | +| 2 | LG Seeds | LG56C25 | SSPRIB | 263.8 | +| 3 | Unknown | ECS1674VT2 | - | 259.9 | +| 4 | LG Seeds | LG57C45 | SSPRIB | 257.0 | +| 5 | LG Seeds | LG48C57 | DV-RN | 254.8 | + +Top 5 by Yield: B04J45V (Unknown) 264.8, LG56C25 (LG Seeds) 263.8, ECS1674VT2 (Unknown) 259.9, LG57C45 (LG Seeds) 257.0, LG48C57 (LG Seeds) 254.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145763.json b/corpus/lg_plot_reports/lgpr-corn-2025-145763.json new file mode 100644 index 00000000..e187fa1b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145763.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145763", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Hudson ", + "year": 2025, + "plot_id": "145763", + "lat": 42.32632, + "lng": -92.47676, + "cooperator": "Frank Wyatt and Sons", + "salesperson": "Frank Wyatt and Sons", + "planted_date": "2025-05-07", + "harvested_date": "2025-10-09", + "plot_average": 239.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 261.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG62C20", + "traits": "D-RN", + "metrics": { + "Yield": 254.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LH6445VT2PRORIB", + "traits": "", + "metrics": { + "Yield": 254.7 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LH5626PCERA", + "traits": "", + "metrics": { + "Yield": 251.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 251.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145763" + ], + "fetched_at": "2026-05-27T02:17:34.850026+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145763.md b/corpus/lg_plot_reports/lgpr-corn-2025-145763.md new file mode 100644 index 00000000..18ad07e4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145763.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hudson , Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Hudson +- **Year:** 2025 +- **Plot ID:** 145763 +- **Cooperator:** Frank Wyatt and Sons +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-09 +- **Plot average:** 239.4 BU/Ac +- **Coordinates:** 42.32632, -92.47676 +- **URL:** https://lgseeds.com/performance/corn#plot-145763 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C82 | DGVT2RIB | 261.8 | +| 2 | LG Seeds | LG62C20 | D-RN | 254.9 | +| 3 | Unknown | LH6445VT2PRORIB | - | 254.7 | +| 4 | Unknown | LH5626PCERA | - | 251.8 | +| 5 | LG Seeds | LG63C32 | TRC | 251.8 | + +Top 5 by Yield: LG63C82 (LG Seeds) 261.8, LG62C20 (LG Seeds) 254.9, LH6445VT2PRORIB (Unknown) 254.7, LH5626PCERA (Unknown) 251.8, LG63C32 (LG Seeds) 251.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145767.json b/corpus/lg_plot_reports/lgpr-corn-2025-145767.json new file mode 100644 index 00000000..b3ce60ba --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145767.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145767", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Burt", + "year": 2025, + "plot_id": "145767", + "lat": 43.25726, + "lng": -84.00183, + "cooperator": "K & K Seeds, LLC", + "salesperson": "K & K Seeds, LLC", + "planted_date": "2025-04-30", + "harvested_date": "2025-11-02", + "plot_average": 259.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 282.82 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 281.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 281.03 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C57", + "traits": "DV-RN", + "metrics": { + "Yield": 278.78 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG52C90VT2RIB", + "traits": "", + "metrics": { + "Yield": 273.92 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145767" + ], + "fetched_at": "2026-05-27T02:18:28.389903+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145767.md b/corpus/lg_plot_reports/lgpr-corn-2025-145767.md new file mode 100644 index 00000000..407af1d0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145767.md @@ -0,0 +1,28 @@ +# Corn yield trial — Burt, Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Burt +- **Year:** 2025 +- **Plot ID:** 145767 +- **Cooperator:** K & K Seeds, LLC +- **Planted:** 2025-04-30 +- **Harvested:** 2025-11-02 +- **Plot average:** 259.4 BU/Ac +- **Coordinates:** 43.25726, -84.00183 +- **URL:** https://lgseeds.com/performance/corn#plot-145767 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | D | 282.82 | +| 2 | LG Seeds | LG58C48 | VT2RIB | 281.7 | +| 3 | LG Seeds | LG52C90 | VT2RIB | 281.03 | +| 4 | LG Seeds | LG48C57 | DV-RN | 278.78 | +| 5 | Unknown | LG52C90VT2RIB | - | 273.92 | + +Top 5 by Yield: LG51C62 (LG Seeds) 282.82, LG58C48 (LG Seeds) 281.7, LG52C90 (LG Seeds) 281.03, LG48C57 (LG Seeds) 278.78, LG52C90VT2RIB (Unknown) 273.92. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145768.json b/corpus/lg_plot_reports/lgpr-corn-2025-145768.json new file mode 100644 index 00000000..5f1d6b35 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145768.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145768", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Lewisville", + "year": 2025, + "plot_id": "145768", + "lat": 43.92948, + "lng": -94.42934, + "cooperator": "Tri-County Seed", + "salesperson": "Tri-County Seed", + "planted_date": "2025-05-07", + "harvested_date": "2025-10-20", + "plot_average": 196.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "MX481-G", + "traits": "", + "metrics": { + "Yield": 231.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 215.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "DV-RN", + "metrics": { + "Yield": 212.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG57C45", + "traits": "SSPRIB", + "metrics": { + "Yield": 212.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 203.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145768" + ], + "fetched_at": "2026-05-27T02:19:47.912462+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145768.md b/corpus/lg_plot_reports/lgpr-corn-2025-145768.md new file mode 100644 index 00000000..d83ffe39 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145768.md @@ -0,0 +1,28 @@ +# Corn yield trial — Lewisville, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Lewisville +- **Year:** 2025 +- **Plot ID:** 145768 +- **Cooperator:** Tri-County Seed +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-20 +- **Plot average:** 196.9 BU/Ac +- **Coordinates:** 43.92948, -94.42934 +- **URL:** https://lgseeds.com/performance/corn#plot-145768 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | MX481-G | - | 231.6 | +| 2 | LG Seeds | LG51C32 | SSPRIB | 215.7 | +| 3 | LG Seeds | LG60C05 | DV-RN | 212.7 | +| 4 | LG Seeds | LG57C45 | SSPRIB | 212.2 | +| 5 | LG Seeds | LG56C25 | SSPRIB | 203.7 | + +Top 5 by Yield: MX481-G (Unknown) 231.6, LG51C32 (LG Seeds) 215.7, LG60C05 (LG Seeds) 212.7, LG57C45 (LG Seeds) 212.2, LG56C25 (LG Seeds) 203.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145770.json b/corpus/lg_plot_reports/lgpr-corn-2025-145770.json new file mode 100644 index 00000000..c96ec9d0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145770.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145770", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Markesan ", + "year": 2025, + "plot_id": "145770", + "lat": 43.72467, + "lng": -88.9032, + "cooperator": "Roger Schure", + "salesperson": "Roger Schure", + "planted_date": "2025-05-07", + "harvested_date": "2025-11-08", + "plot_average": 248.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 254.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 250.85 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C57", + "traits": "DV-RN", + "metrics": { + "Yield": 249.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "DV-RN", + "metrics": { + "Yield": 246.31 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG57C45", + "traits": "SSPRIB", + "metrics": { + "Yield": 240.54 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145770" + ], + "fetched_at": "2026-05-27T02:18:29.123859+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145770.md b/corpus/lg_plot_reports/lgpr-corn-2025-145770.md new file mode 100644 index 00000000..cfe347e0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145770.md @@ -0,0 +1,28 @@ +# Corn yield trial — Markesan , Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Markesan +- **Year:** 2025 +- **Plot ID:** 145770 +- **Cooperator:** Roger Schure +- **Planted:** 2025-05-07 +- **Harvested:** 2025-11-08 +- **Plot average:** 248.5 BU/Ac +- **Coordinates:** 43.72467, -88.90320 +- **URL:** https://lgseeds.com/performance/corn#plot-145770 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG48C32 | SSPRIB | 254.6 | +| 2 | LG Seeds | LG51C32 | SSPRIB | 250.85 | +| 3 | LG Seeds | LG48C57 | DV-RN | 249.2 | +| 4 | LG Seeds | LG52C90 | DV-RN | 246.31 | +| 5 | LG Seeds | LG57C45 | SSPRIB | 240.54 | + +Top 5 by Yield: LG48C32 (LG Seeds) 254.6, LG51C32 (LG Seeds) 250.85, LG48C57 (LG Seeds) 249.2, LG52C90 (LG Seeds) 246.31, LG57C45 (LG Seeds) 240.54. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145772.json b/corpus/lg_plot_reports/lgpr-corn-2025-145772.json new file mode 100644 index 00000000..ad5fb958 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145772.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145772", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Cleveland ", + "year": 2025, + "plot_id": "145772", + "lat": 44.33361, + "lng": -93.82533, + "cooperator": "Matt Stauff", + "salesperson": "Matt Stauff", + "planted_date": "2025-05-07", + "harvested_date": "2025-10-20", + "plot_average": 232.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 262.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2PRO", + "metrics": { + "Yield": 249.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 246.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG47C12", + "traits": "VT2PRO", + "metrics": { + "Yield": 245.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 242.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145772" + ], + "fetched_at": "2026-05-27T02:17:36.600871+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145772.md b/corpus/lg_plot_reports/lgpr-corn-2025-145772.md new file mode 100644 index 00000000..8051c377 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145772.md @@ -0,0 +1,28 @@ +# Corn yield trial — Cleveland , Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Cleveland +- **Year:** 2025 +- **Plot ID:** 145772 +- **Cooperator:** Matt Stauff +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-20 +- **Plot average:** 232.0 BU/Ac +- **Coordinates:** 44.33361, -93.82533 +- **URL:** https://lgseeds.com/performance/corn#plot-145772 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C32 | SSPRIB | 262.9 | +| 2 | LG Seeds | LG58C16 | VT2PRO | 249.8 | +| 3 | LG Seeds | LG46C85 | VT2RIB | 246.3 | +| 4 | LG Seeds | LG47C12 | VT2PRO | 245.8 | +| 5 | LG Seeds | LG48C32 | SSPRIB | 242.0 | + +Top 5 by Yield: LG51C32 (LG Seeds) 262.9, LG58C16 (LG Seeds) 249.8, LG46C85 (LG Seeds) 246.3, LG47C12 (LG Seeds) 245.8, LG48C32 (LG Seeds) 242.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145779.json b/corpus/lg_plot_reports/lgpr-corn-2025-145779.json new file mode 100644 index 00000000..1627043d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145779.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145779", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Gettysburg", + "year": 2025, + "plot_id": "145779", + "lat": 45.04836, + "lng": -99.87686, + "cooperator": "Thad Beringer", + "salesperson": "Thad Beringer", + "planted_date": "2025-05-07", + "harvested_date": "2025-11-21", + "plot_average": 168.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 178.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "DV-RN", + "metrics": { + "Yield": 173.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C57", + "traits": "DV-RN", + "metrics": { + "Yield": 172.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "STXRIB", + "metrics": { + "Yield": 171.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 169.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145779" + ], + "fetched_at": "2026-05-27T02:17:13.872182+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145779.md b/corpus/lg_plot_reports/lgpr-corn-2025-145779.md new file mode 100644 index 00000000..db6162a0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145779.md @@ -0,0 +1,28 @@ +# Corn yield trial — Gettysburg, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Gettysburg +- **Year:** 2025 +- **Plot ID:** 145779 +- **Cooperator:** Thad Beringer +- **Planted:** 2025-05-07 +- **Harvested:** 2025-11-21 +- **Plot average:** 168.3 BU/Ac +- **Coordinates:** 45.04836, -99.87686 +- **URL:** https://lgseeds.com/performance/corn#plot-145779 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | D | 178.9 | +| 2 | LG Seeds | LG52C90 | DV-RN | 173.0 | +| 3 | LG Seeds | LG48C57 | DV-RN | 172.5 | +| 4 | LG Seeds | LG47C77 | STXRIB | 171.7 | +| 5 | LG Seeds | LG48C32 | SSPRIB | 169.2 | + +Top 5 by Yield: LG51C62 (LG Seeds) 178.9, LG52C90 (LG Seeds) 173.0, LG48C57 (LG Seeds) 172.5, LG47C77 (LG Seeds) 171.7, LG48C32 (LG Seeds) 169.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145789.json b/corpus/lg_plot_reports/lgpr-corn-2025-145789.json new file mode 100644 index 00000000..2a699197 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145789.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145789", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Arkdale", + "year": 2025, + "plot_id": "145789", + "lat": 44.09051, + "lng": -89.93088, + "cooperator": "Josh Oleson", + "salesperson": "Josh Oleson ", + "planted_date": "2025-05-08", + "harvested_date": "2025-11-07", + "plot_average": 213.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 223.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 221.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C57", + "traits": "DV-RN", + "metrics": { + "Yield": 218.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "DV-RN", + "metrics": { + "Yield": 215.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 212.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145789" + ], + "fetched_at": "2026-05-27T02:18:29.435618+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145789.md b/corpus/lg_plot_reports/lgpr-corn-2025-145789.md new file mode 100644 index 00000000..8b95e0e1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145789.md @@ -0,0 +1,29 @@ +# Corn yield trial — Arkdale, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Arkdale +- **Year:** 2025 +- **Plot ID:** 145789 +- **Cooperator:** Josh Oleson +- **Salesperson:** Josh Oleson +- **Planted:** 2025-05-08 +- **Harvested:** 2025-11-07 +- **Plot average:** 213.4 BU/Ac +- **Coordinates:** 44.09051, -89.93088 +- **URL:** https://lgseeds.com/performance/corn#plot-145789 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG56C25 | SSPRIB | 223.1 | +| 2 | LG Seeds | LG51C62 | D | 221.9 | +| 3 | LG Seeds | LG48C57 | DV-RN | 218.1 | +| 4 | LG Seeds | LG52C90 | DV-RN | 215.3 | +| 5 | LG Seeds | LG51C32 | SSPRIB | 212.8 | + +Top 5 by Yield: LG56C25 (LG Seeds) 223.1, LG51C62 (LG Seeds) 221.9, LG48C57 (LG Seeds) 218.1, LG52C90 (LG Seeds) 215.3, LG51C32 (LG Seeds) 212.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145795.json b/corpus/lg_plot_reports/lgpr-corn-2025-145795.json new file mode 100644 index 00000000..481514b6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145795.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145795", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "California", + "state_abbrev": "ca", + "city": "Stockton", + "year": 2025, + "plot_id": "145795", + "lat": 38.05497, + "lng": -121.4582, + "cooperator": "Klein Family Farms", + "salesperson": "Klein Family Farms", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-21", + "plot_average": 204.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "ES7514", + "traits": "VT2P", + "metrics": { + "Yield": 221.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 211.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Yield": 208.0 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P1366AM", + "traits": "", + "metrics": { + "Yield": 195.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 188.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145795" + ], + "fetched_at": "2026-05-27T02:18:27.117129+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145795.md b/corpus/lg_plot_reports/lgpr-corn-2025-145795.md new file mode 100644 index 00000000..619bf5f6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145795.md @@ -0,0 +1,28 @@ +# Corn yield trial — Stockton, California, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** California (CA) +- **City:** Stockton +- **Year:** 2025 +- **Plot ID:** 145795 +- **Cooperator:** Klein Family Farms +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-21 +- **Plot average:** 204.8 BU/Ac +- **Coordinates:** 38.05497, -121.45820 +- **URL:** https://lgseeds.com/performance/corn#plot-145795 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | ES7514 | VT2P | 221.1 | +| 2 | LG Seeds | LG62C73 | VT2RIB | 211.2 | +| 3 | LG Seeds | LG67C27 | STXRIB | 208.0 | +| 4 | Pioneer | P1366AM | - | 195.7 | +| 5 | LG Seeds | LG65C30 | VT2RIB | 188.0 | + +Top 5 by Yield: ES7514 (LG Seeds) 221.1, LG62C73 (LG Seeds) 211.2, LG67C27 (LG Seeds) 208.0, P1366AM (Pioneer) 195.7, LG65C30 (LG Seeds) 188.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145796.json b/corpus/lg_plot_reports/lgpr-corn-2025-145796.json new file mode 100644 index 00000000..e89182c1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145796.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145796", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "California", + "state_abbrev": "ca", + "city": "Isleton", + "year": 2025, + "plot_id": "145796", + "lat": 38.17173, + "lng": -121.58734, + "cooperator": "Denis VanDeMaele", + "salesperson": "Denis VanDeMaele", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-23", + "plot_average": 265.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "ES7514", + "traits": "VT2P", + "metrics": { + "Yield": 299.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "ES7514VT2P", + "traits": "", + "metrics": { + "Yield": 285.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 281.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STXRIB", + "metrics": { + "Yield": 275.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Yield": 273.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145796" + ], + "fetched_at": "2026-05-27T02:18:27.385284+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145796.md b/corpus/lg_plot_reports/lgpr-corn-2025-145796.md new file mode 100644 index 00000000..7d0c8ea0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145796.md @@ -0,0 +1,28 @@ +# Corn yield trial — Isleton, California, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** California (CA) +- **City:** Isleton +- **Year:** 2025 +- **Plot ID:** 145796 +- **Cooperator:** Denis VanDeMaele +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-23 +- **Plot average:** 265.2 BU/Ac +- **Coordinates:** 38.17173, -121.58734 +- **URL:** https://lgseeds.com/performance/corn#plot-145796 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | ES7514 | VT2P | 299.7 | +| 2 | Unknown | ES7514VT2P | - | 285.2 | +| 3 | LG Seeds | LG65C30 | VT2RIB | 281.0 | +| 4 | LG Seeds | LG64C90 | STXRIB | 275.8 | +| 5 | LG Seeds | LG67C27 | STXRIB | 273.5 | + +Top 5 by Yield: ES7514 (LG Seeds) 299.7, ES7514VT2P (Unknown) 285.2, LG65C30 (LG Seeds) 281.0, LG64C90 (LG Seeds) 275.8, LG67C27 (LG Seeds) 273.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145803.json b/corpus/lg_plot_reports/lgpr-corn-2025-145803.json new file mode 100644 index 00000000..91b39e2c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145803.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145803", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Battle Creek", + "year": 2025, + "plot_id": "145803", + "lat": 41.92873, + "lng": -97.60176, + "cooperator": "Derek Zohner", + "salesperson": "Derek Zohner", + "planted_date": "2025-05-07", + "harvested_date": "2025-10-30", + "plot_average": 201.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 223.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LG65C50VT2PRO", + "traits": "", + "metrics": { + "Yield": 213.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STXRIB", + "metrics": { + "Yield": 210.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 208.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 205.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145803" + ], + "fetched_at": "2026-05-27T02:20:01.419976+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145803.md b/corpus/lg_plot_reports/lgpr-corn-2025-145803.md new file mode 100644 index 00000000..f0ab0df4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145803.md @@ -0,0 +1,28 @@ +# Corn yield trial — Battle Creek, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Battle Creek +- **Year:** 2025 +- **Plot ID:** 145803 +- **Cooperator:** Derek Zohner +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-30 +- **Plot average:** 201.4 BU/Ac +- **Coordinates:** 41.92873, -97.60176 +- **URL:** https://lgseeds.com/performance/corn#plot-145803 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG60C24 | VT4PRO | 223.7 | +| 2 | Unknown | LG65C50VT2PRO | - | 213.2 | +| 3 | LG Seeds | LG64C90 | STXRIB | 210.5 | +| 4 | LG Seeds | LG64C43 | VT2RIB | 208.7 | +| 5 | LG Seeds | LG61C28 | V | 205.8 | + +Top 5 by Yield: LG60C24 (LG Seeds) 223.7, LG65C50VT2PRO (Unknown) 213.2, LG64C90 (LG Seeds) 210.5, LG64C43 (LG Seeds) 208.7, LG61C28 (LG Seeds) 205.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145813.json b/corpus/lg_plot_reports/lgpr-corn-2025-145813.json new file mode 100644 index 00000000..ca8a9b14 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145813.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145813", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Melrose", + "year": 2025, + "plot_id": "145813", + "lat": 44.19237, + "lng": -90.9538, + "cooperator": "Matt Stetzer", + "salesperson": "Matt Stetzer", + "planted_date": "2025-05-05", + "harvested_date": "2025-10-08", + "plot_average": 221.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG40C07", + "traits": "STX", + "metrics": { + "Yield": 242.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG47C12", + "traits": "VT2PRO", + "metrics": { + "Yield": 240.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG40C07VT2PRO", + "traits": "", + "metrics": { + "Yield": 235.4 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P9492AM", + "traits": "", + "metrics": { + "Yield": 233.1 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P96760PCE", + "traits": "", + "metrics": { + "Yield": 231.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145813" + ], + "fetched_at": "2026-05-27T02:20:01.150292+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145813.md b/corpus/lg_plot_reports/lgpr-corn-2025-145813.md new file mode 100644 index 00000000..e8c94aff --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145813.md @@ -0,0 +1,28 @@ +# Corn yield trial — Melrose, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Melrose +- **Year:** 2025 +- **Plot ID:** 145813 +- **Cooperator:** Matt Stetzer +- **Planted:** 2025-05-05 +- **Harvested:** 2025-10-08 +- **Plot average:** 221.3 BU/Ac +- **Coordinates:** 44.19237, -90.95380 +- **URL:** https://lgseeds.com/performance/corn#plot-145813 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG40C07 | STX | 242.1 | +| 2 | LG Seeds | LG47C12 | VT2PRO | 240.0 | +| 3 | Unknown | LG40C07VT2PRO | - | 235.4 | +| 4 | Pioneer | P9492AM | - | 233.1 | +| 5 | Pioneer | P96760PCE | - | 231.3 | + +Top 5 by Yield: LG40C07 (LG Seeds) 242.1, LG47C12 (LG Seeds) 240.0, LG40C07VT2PRO (Unknown) 235.4, P9492AM (Pioneer) 233.1, P96760PCE (Pioneer) 231.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145814.json b/corpus/lg_plot_reports/lgpr-corn-2025-145814.json new file mode 100644 index 00000000..260aa40b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145814.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145814", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Leopolis", + "year": 2025, + "plot_id": "145814", + "lat": 44.78979, + "lng": -88.90297, + "cooperator": "Leroy Voelz", + "salesperson": "Leroy Voelz", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-29", + "plot_average": 171.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG40C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 176.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG38C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 174.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "PB9689VT2PRIB", + "traits": "", + "metrics": { + "Yield": 174.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG36C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 174.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 171.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145814" + ], + "fetched_at": "2026-05-27T02:18:29.616764+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145814.md b/corpus/lg_plot_reports/lgpr-corn-2025-145814.md new file mode 100644 index 00000000..112dae84 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145814.md @@ -0,0 +1,28 @@ +# Corn yield trial — Leopolis, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Leopolis +- **Year:** 2025 +- **Plot ID:** 145814 +- **Cooperator:** Leroy Voelz +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-29 +- **Plot average:** 171.9 BU/Ac +- **Coordinates:** 44.78979, -88.90297 +- **URL:** https://lgseeds.com/performance/corn#plot-145814 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG40C07 | VT2PRO | 176.5 | +| 2 | LG Seeds | LG38C48 | VT2RIB | 174.9 | +| 3 | Unknown | PB9689VT2PRIB | - | 174.2 | +| 4 | LG Seeds | LG36C73 | VT2RIB | 174.1 | +| 5 | LG Seeds | LG42C80 | VT2RIB | 171.5 | + +Top 5 by Yield: LG40C07 (LG Seeds) 176.5, LG38C48 (LG Seeds) 174.9, PB9689VT2PRIB (Unknown) 174.2, LG36C73 (LG Seeds) 174.1, LG42C80 (LG Seeds) 171.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145821.json b/corpus/lg_plot_reports/lgpr-corn-2025-145821.json new file mode 100644 index 00000000..a1ef8b31 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145821.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145821", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Garretson", + "year": 2025, + "plot_id": "145821", + "lat": 43.7172, + "lng": -96.5096, + "cooperator": "Frontline Crop Solutions", + "salesperson": "Frontline Crop Solutions ", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-23", + "plot_average": 238.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 271.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "10484DGVT2P", + "traits": "", + "metrics": { + "Yield": 247.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "T6602TRE", + "traits": "", + "metrics": { + "Yield": 245.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "10333PCERA", + "traits": "", + "metrics": { + "Yield": 244.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 241.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145821" + ], + "fetched_at": "2026-05-27T02:17:25.586311+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145821.md b/corpus/lg_plot_reports/lgpr-corn-2025-145821.md new file mode 100644 index 00000000..43741732 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145821.md @@ -0,0 +1,29 @@ +# Corn yield trial — Garretson, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Garretson +- **Year:** 2025 +- **Plot ID:** 145821 +- **Cooperator:** Frontline Crop Solutions +- **Salesperson:** Frontline Crop Solutions +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-23 +- **Plot average:** 238.0 BU/Ac +- **Coordinates:** 43.71720, -96.50960 +- **URL:** https://lgseeds.com/performance/corn#plot-145821 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG60C05 | 3110 | 271.5 | +| 2 | Unknown | 10484DGVT2P | - | 247.6 | +| 3 | Unknown | T6602TRE | - | 245.5 | +| 4 | Unknown | 10333PCERA | - | 244.1 | +| 5 | LG Seeds | LG53C44 | VT2RIB | 241.5 | + +Top 5 by Yield: LG60C05 (LG Seeds) 271.5, 10484DGVT2P (Unknown) 247.6, T6602TRE (Unknown) 245.5, 10333PCERA (Unknown) 244.1, LG53C44 (LG Seeds) 241.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145822.json b/corpus/lg_plot_reports/lgpr-corn-2025-145822.json new file mode 100644 index 00000000..6e018c50 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145822.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145822", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Elgin", + "year": 2025, + "plot_id": "145822", + "lat": 44.15274, + "lng": -92.33909, + "cooperator": "Brad Levan", + "salesperson": "Brad Levan", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-09", + "plot_average": 259.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG54C55", + "traits": "", + "metrics": { + "Yield": 280.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "", + "metrics": { + "Yield": 267.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG46C57", + "traits": "", + "metrics": { + "Yield": 260.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "", + "metrics": { + "Yield": 257.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "", + "metrics": { + "Yield": 232.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145822" + ], + "fetched_at": "2026-05-27T02:17:37.611857+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145822.md b/corpus/lg_plot_reports/lgpr-corn-2025-145822.md new file mode 100644 index 00000000..83d6725d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145822.md @@ -0,0 +1,28 @@ +# Corn yield trial — Elgin, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Elgin +- **Year:** 2025 +- **Plot ID:** 145822 +- **Cooperator:** Brad Levan +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-09 +- **Plot average:** 259.7 BU/Ac +- **Coordinates:** 44.15274, -92.33909 +- **URL:** https://lgseeds.com/performance/corn#plot-145822 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG54C55 | - | 280.6 | +| 2 | LG Seeds | LG51C62 | - | 267.7 | +| 3 | LG Seeds | LG46C57 | - | 260.6 | +| 4 | LG Seeds | LG48C87 | - | 257.1 | +| 5 | LG Seeds | LG43C50 | - | 232.7 | + +Top 5 by Yield: LG54C55 (LG Seeds) 280.6, LG51C62 (LG Seeds) 267.7, LG46C57 (LG Seeds) 260.6, LG48C87 (LG Seeds) 257.1, LG43C50 (LG Seeds) 232.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145838.json b/corpus/lg_plot_reports/lgpr-corn-2025-145838.json new file mode 100644 index 00000000..85ed9a25 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145838.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145838", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Glenville", + "year": 2025, + "plot_id": "145838", + "lat": 43.56771, + "lng": -93.35023, + "cooperator": "Kurt Van Ryswyk", + "salesperson": "Kurt Van Ryswyk", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-06", + "plot_average": 226.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 259.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LG51C62D", + "traits": "", + "metrics": { + "Yield": 252.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG57C45", + "traits": "SSPRIB", + "metrics": { + "Yield": 250.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 248.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 247.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145838" + ], + "fetched_at": "2026-05-27T02:17:30.091896+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145838.md b/corpus/lg_plot_reports/lgpr-corn-2025-145838.md new file mode 100644 index 00000000..30a679b1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145838.md @@ -0,0 +1,28 @@ +# Corn yield trial — Glenville, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Glenville +- **Year:** 2025 +- **Plot ID:** 145838 +- **Cooperator:** Kurt Van Ryswyk +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-06 +- **Plot average:** 226.2 BU/Ac +- **Coordinates:** 43.56771, -93.35023 +- **URL:** https://lgseeds.com/performance/corn#plot-145838 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | D | 259.6 | +| 2 | Unknown | LG51C62D | - | 252.3 | +| 3 | LG Seeds | LG57C45 | SSPRIB | 250.9 | +| 4 | LG Seeds | LG56C25 | SSPRIB | 248.4 | +| 5 | LG Seeds | LG51C32 | SSPRIB | 247.0 | + +Top 5 by Yield: LG51C62 (LG Seeds) 259.6, LG51C62D (Unknown) 252.3, LG57C45 (LG Seeds) 250.9, LG56C25 (LG Seeds) 248.4, LG51C32 (LG Seeds) 247.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145844.json b/corpus/lg_plot_reports/lgpr-corn-2025-145844.json new file mode 100644 index 00000000..a4757c29 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145844.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145844", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Scribner ", + "year": 2025, + "plot_id": "145844", + "lat": 41.70389, + "lng": -96.71456, + "cooperator": "Ronald Dames", + "salesperson": "Ronald Dames", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-07", + "plot_average": 201.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 232.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "8038PCE", + "traits": "", + "metrics": { + "Yield": 218.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STXRIB", + "metrics": { + "Yield": 218.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 217.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 215.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145844" + ], + "fetched_at": "2026-05-27T02:17:35.599634+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145844.md b/corpus/lg_plot_reports/lgpr-corn-2025-145844.md new file mode 100644 index 00000000..ba555d58 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145844.md @@ -0,0 +1,28 @@ +# Corn yield trial — Scribner , Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Scribner +- **Year:** 2025 +- **Plot ID:** 145844 +- **Cooperator:** Ronald Dames +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-07 +- **Plot average:** 201.6 BU/Ac +- **Coordinates:** 41.70389, -96.71456 +- **URL:** https://lgseeds.com/performance/corn#plot-145844 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | TRC | 232.7 | +| 2 | Unknown | 8038PCE | - | 218.6 | +| 3 | LG Seeds | LG64C90 | STXRIB | 218.1 | +| 4 | LG Seeds | LG65C30 | VT2RIB | 217.5 | +| 5 | LG Seeds | LG61C34 | STXRIB | 215.7 | + +Top 5 by Yield: LG63C32 (LG Seeds) 232.7, 8038PCE (Unknown) 218.6, LG64C90 (LG Seeds) 218.1, LG65C30 (LG Seeds) 217.5, LG61C34 (LG Seeds) 215.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145845.json b/corpus/lg_plot_reports/lgpr-corn-2025-145845.json new file mode 100644 index 00000000..ad33a654 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145845.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145845", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Platte Center", + "year": 2025, + "plot_id": "145845", + "lat": 41.62477, + "lng": -97.42591, + "cooperator": "Clay Hills Ag", + "salesperson": "Clay Hills Ag", + "planted_date": "2025-05-07", + "harvested_date": "2025-10-26", + "plot_average": 251.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC111-62SSPRO", + "traits": "", + "metrics": { + "Yield": 263.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC114-99RIB", + "traits": "", + "metrics": { + "Yield": 262.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "5864PCE", + "traits": "", + "metrics": { + "Yield": 261.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC110-28RIB", + "traits": "", + "metrics": { + "Yield": 260.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 259.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145845" + ], + "fetched_at": "2026-05-27T02:17:53.839766+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145845.md b/corpus/lg_plot_reports/lgpr-corn-2025-145845.md new file mode 100644 index 00000000..3d3c35d7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145845.md @@ -0,0 +1,28 @@ +# Corn yield trial — Platte Center, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Platte Center +- **Year:** 2025 +- **Plot ID:** 145845 +- **Cooperator:** Clay Hills Ag +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-26 +- **Plot average:** 251.8 BU/Ac +- **Coordinates:** 41.62477, -97.42591 +- **URL:** https://lgseeds.com/performance/corn#plot-145845 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC111-62SSPRO | - | 263.7 | +| 2 | Unknown | DKC114-99RIB | - | 262.2 | +| 3 | Unknown | 5864PCE | - | 261.5 | +| 4 | Unknown | DKC110-28RIB | - | 260.4 | +| 5 | LG Seeds | LG63C32 | TRC | 259.9 | + +Top 5 by Yield: DKC111-62SSPRO (Unknown) 263.7, DKC114-99RIB (Unknown) 262.2, 5864PCE (Unknown) 261.5, DKC110-28RIB (Unknown) 260.4, LG63C32 (LG Seeds) 259.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145846.json b/corpus/lg_plot_reports/lgpr-corn-2025-145846.json new file mode 100644 index 00000000..b0ca54d5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145846.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145846", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Duncan ", + "year": 2025, + "plot_id": "145846", + "lat": 41.35139, + "lng": -97.57818, + "cooperator": "Jerry Jareske", + "salesperson": "Jerry Jareske", + "planted_date": "2025-05-01", + "harvested_date": "2025-10-17", + "plot_average": 268.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 283.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 282.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 279.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 278.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG62C20", + "traits": "D-RN", + "metrics": { + "Yield": 277.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145846" + ], + "fetched_at": "2026-05-27T02:17:34.348484+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145846.md b/corpus/lg_plot_reports/lgpr-corn-2025-145846.md new file mode 100644 index 00000000..8a3dee06 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145846.md @@ -0,0 +1,28 @@ +# Corn yield trial — Duncan , Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Duncan +- **Year:** 2025 +- **Plot ID:** 145846 +- **Cooperator:** Jerry Jareske +- **Planted:** 2025-05-01 +- **Harvested:** 2025-10-17 +- **Plot average:** 268.8 BU/Ac +- **Coordinates:** 41.35139, -97.57818 +- **URL:** https://lgseeds.com/performance/corn#plot-145846 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C28 | V | 283.0 | +| 2 | LG Seeds | LG60C24 | VT4PRO | 282.2 | +| 3 | LG Seeds | LG63C32 | SSPRIB | 279.4 | +| 4 | LG Seeds | LG61C34 | STXRIB | 278.7 | +| 5 | LG Seeds | LG62C20 | D-RN | 277.7 | + +Top 5 by Yield: LG61C28 (LG Seeds) 283.0, LG60C24 (LG Seeds) 282.2, LG63C32 (LG Seeds) 279.4, LG61C34 (LG Seeds) 278.7, LG62C20 (LG Seeds) 277.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145848.json b/corpus/lg_plot_reports/lgpr-corn-2025-145848.json new file mode 100644 index 00000000..d130c43e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145848.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145848", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Columbus ", + "year": 2025, + "plot_id": "145848", + "lat": 41.3716, + "lng": -97.34692, + "cooperator": "Brian Osantowski", + "salesperson": "Brian Osantowski", + "planted_date": "2025-04-22", + "harvested_date": "2025-10-20", + "plot_average": 281.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 305.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B10Z50V", + "traits": "", + "metrics": { + "Yield": 303.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "6588VT2PRIB", + "traits": "", + "metrics": { + "Yield": 296.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 293.3 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "CP5050VT4P/RIB", + "traits": "", + "metrics": { + "Yield": 292.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145848" + ], + "fetched_at": "2026-05-27T02:17:21.825308+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145848.md b/corpus/lg_plot_reports/lgpr-corn-2025-145848.md new file mode 100644 index 00000000..68fbe553 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145848.md @@ -0,0 +1,28 @@ +# Corn yield trial — Columbus , Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Columbus +- **Year:** 2025 +- **Plot ID:** 145848 +- **Cooperator:** Brian Osantowski +- **Planted:** 2025-04-22 +- **Harvested:** 2025-10-20 +- **Plot average:** 281.9 BU/Ac +- **Coordinates:** 41.37160, -97.34692 +- **URL:** https://lgseeds.com/performance/corn#plot-145848 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C43 | VT2RIB | 305.2 | +| 2 | Unknown | B10Z50V | - | 303.0 | +| 3 | Unknown | 6588VT2PRIB | - | 296.5 | +| 4 | LG Seeds | LG63C32 | SSPRIB | 293.3 | +| 5 | Unknown | CP5050VT4P/RIB | - | 292.8 | + +Top 5 by Yield: LG64C43 (LG Seeds) 305.2, B10Z50V (Unknown) 303.0, 6588VT2PRIB (Unknown) 296.5, LG63C32 (LG Seeds) 293.3, CP5050VT4P/RIB (Unknown) 292.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145856.json b/corpus/lg_plot_reports/lgpr-corn-2025-145856.json new file mode 100644 index 00000000..7604b88c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145856.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145856", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "North Dakota", + "state_abbrev": "nd", + "city": "Ayr", + "year": 2025, + "plot_id": "145856", + "lat": 47.07216, + "lng": -97.49375, + "cooperator": "Arthur Companies - Ayr", + "salesperson": "Arthur Companies - Ayr", + "planted_date": "2025-05-09", + "harvested_date": "2025-10-24", + "plot_average": 204.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC092-14RIB", + "traits": "", + "metrics": { + "Yield": 226.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG38C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 220.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC084-15RIB", + "traits": "", + "metrics": { + "Yield": 218.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG36C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 216.8 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC094-78", + "traits": "", + "metrics": { + "Yield": 216.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145856" + ], + "fetched_at": "2026-05-27T02:20:16.162029+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145856.md b/corpus/lg_plot_reports/lgpr-corn-2025-145856.md new file mode 100644 index 00000000..730d72c7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145856.md @@ -0,0 +1,28 @@ +# Corn yield trial — Ayr, North Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** North Dakota (ND) +- **City:** Ayr +- **Year:** 2025 +- **Plot ID:** 145856 +- **Cooperator:** Arthur Companies - Ayr +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-24 +- **Plot average:** 204.7 BU/Ac +- **Coordinates:** 47.07216, -97.49375 +- **URL:** https://lgseeds.com/performance/corn#plot-145856 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC092-14RIB | - | 226.0 | +| 2 | LG Seeds | LG38C48 | VT2RIB | 220.4 | +| 3 | Unknown | DKC084-15RIB | - | 218.4 | +| 4 | LG Seeds | LG36C73 | VT2RIB | 216.8 | +| 5 | Unknown | DKC094-78 | - | 216.0 | + +Top 5 by Yield: DKC092-14RIB (Unknown) 226.0, LG38C48 (LG Seeds) 220.4, DKC084-15RIB (Unknown) 218.4, LG36C73 (LG Seeds) 216.8, DKC094-78 (Unknown) 216.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145858.json b/corpus/lg_plot_reports/lgpr-corn-2025-145858.json new file mode 100644 index 00000000..6bbb9c87 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145858.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145858", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "White Lake", + "year": 2025, + "plot_id": "145858", + "lat": 43.70166, + "lng": -98.67961, + "cooperator": "Derek Glissendorf", + "salesperson": "Derek Glissendorf", + "planted_date": "2025-05-09", + "harvested_date": "2025-10-29", + "plot_average": 170.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 190.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 178.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 172.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG55C40", + "traits": "TRC", + "metrics": { + "Yield": 171.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG47C12", + "traits": "VT2PRO", + "metrics": { + "Yield": 171.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145858" + ], + "fetched_at": "2026-05-27T02:20:48.677552+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145858.md b/corpus/lg_plot_reports/lgpr-corn-2025-145858.md new file mode 100644 index 00000000..226744dc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145858.md @@ -0,0 +1,28 @@ +# Corn yield trial — White Lake, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** White Lake +- **Year:** 2025 +- **Plot ID:** 145858 +- **Cooperator:** Derek Glissendorf +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-29 +- **Plot average:** 170.6 BU/Ac +- **Coordinates:** 43.70166, -98.67961 +- **URL:** https://lgseeds.com/performance/corn#plot-145858 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C28 | V | 190.8 | +| 2 | LG Seeds | LG51C32 | SSPRIB | 178.5 | +| 3 | LG Seeds | LG48C87 | VT2RIB | 172.3 | +| 4 | LG Seeds | LG55C40 | TRC | 171.7 | +| 5 | LG Seeds | LG47C12 | VT2PRO | 171.1 | + +Top 5 by Yield: LG61C28 (LG Seeds) 190.8, LG51C32 (LG Seeds) 178.5, LG48C87 (LG Seeds) 172.3, LG55C40 (LG Seeds) 171.7, LG47C12 (LG Seeds) 171.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145871.json b/corpus/lg_plot_reports/lgpr-corn-2025-145871.json new file mode 100644 index 00000000..3277c469 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145871.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145871", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Glencoe", + "year": 2025, + "plot_id": "145871", + "lat": 44.70029, + "lng": -94.15219, + "cooperator": "Karl Schauer", + "salesperson": "Karl Schauer", + "planted_date": "2025-05-06", + "harvested_date": "2025-10-11", + "plot_average": 165.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG46C57", + "traits": "", + "metrics": { + "Yield": 176.97 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "6811", + "traits": "", + "metrics": { + "Yield": 171.45 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "", + "metrics": { + "Yield": 167.68 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "Tess", + "traits": "", + "metrics": { + "Yield": 162.31 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "", + "metrics": { + "Yield": 162.16 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145871" + ], + "fetched_at": "2026-05-27T02:17:10.549012+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145871.md b/corpus/lg_plot_reports/lgpr-corn-2025-145871.md new file mode 100644 index 00000000..50a2a5f6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145871.md @@ -0,0 +1,28 @@ +# Corn yield trial — Glencoe, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Glencoe +- **Year:** 2025 +- **Plot ID:** 145871 +- **Cooperator:** Karl Schauer +- **Planted:** 2025-05-06 +- **Harvested:** 2025-10-11 +- **Plot average:** 165.2 BU/Ac +- **Coordinates:** 44.70029, -94.15219 +- **URL:** https://lgseeds.com/performance/corn#plot-145871 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG46C57 | - | 176.97 | +| 2 | Unknown | 6811 | - | 171.45 | +| 3 | LG Seeds | LG53C44 | - | 167.68 | +| 4 | Unknown | Tess | - | 162.31 | +| 5 | LG Seeds | LG43C50 | - | 162.16 | + +Top 5 by Yield: LG46C57 (LG Seeds) 176.97, 6811 (Unknown) 171.45, LG53C44 (LG Seeds) 167.68, Tess (Unknown) 162.31, LG43C50 (LG Seeds) 162.16. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145874.json b/corpus/lg_plot_reports/lgpr-corn-2025-145874.json new file mode 100644 index 00000000..d630ff77 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145874.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145874", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "McCook", + "year": 2025, + "plot_id": "145874", + "lat": 40.30833, + "lng": -100.54978, + "cooperator": "Ruggles Land and Cattle", + "salesperson": "Ruggles Land and Cattle", + "planted_date": "2025-05-09", + "harvested_date": "2025-11-17", + "plot_average": 104.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 117.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 114.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2PRO", + "metrics": { + "Yield": 114.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VT2RIB", + "metrics": { + "Yield": 113.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "DV-RN", + "metrics": { + "Yield": 112.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145874" + ], + "fetched_at": "2026-05-27T02:18:49.395956+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145874.md b/corpus/lg_plot_reports/lgpr-corn-2025-145874.md new file mode 100644 index 00000000..63dbaa90 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145874.md @@ -0,0 +1,28 @@ +# Corn yield trial — McCook, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** McCook +- **Year:** 2025 +- **Plot ID:** 145874 +- **Cooperator:** Ruggles Land and Cattle +- **Planted:** 2025-05-09 +- **Harvested:** 2025-11-17 +- **Plot average:** 104.2 BU/Ac +- **Coordinates:** 40.30833, -100.54978 +- **URL:** https://lgseeds.com/performance/corn#plot-145874 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | D | 117.0 | +| 2 | LG Seeds | LG61C28 | V | 114.3 | +| 3 | LG Seeds | LG58C16 | VT2PRO | 114.2 | +| 4 | LG Seeds | LG57C82 | VT2RIB | 113.5 | +| 5 | LG Seeds | LG52C90 | DV-RN | 112.5 | + +Top 5 by Yield: LG51C62 (LG Seeds) 117.0, LG61C28 (LG Seeds) 114.3, LG58C16 (LG Seeds) 114.2, LG57C82 (LG Seeds) 113.5, LG52C90 (LG Seeds) 112.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145882.json b/corpus/lg_plot_reports/lgpr-corn-2025-145882.json new file mode 100644 index 00000000..60f566d1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145882.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145882", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Houghton", + "year": 2025, + "plot_id": "145882", + "lat": 45.83527, + "lng": -98.24489, + "cooperator": "Troy Knecht", + "salesperson": "Troy Knecht", + "planted_date": "2025-05-09", + "harvested_date": "2025-10-22", + "plot_average": 221.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "DV-RN", + "metrics": { + "Yield": 240.28 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG47C12", + "traits": "VT2PRO", + "metrics": { + "Yield": 239.48 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "STXRIB", + "metrics": { + "Yield": 238.99 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 232.79 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 232.56 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145882" + ], + "fetched_at": "2026-05-27T02:17:21.092556+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145882.md b/corpus/lg_plot_reports/lgpr-corn-2025-145882.md new file mode 100644 index 00000000..549042aa --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145882.md @@ -0,0 +1,28 @@ +# Corn yield trial — Houghton, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Houghton +- **Year:** 2025 +- **Plot ID:** 145882 +- **Cooperator:** Troy Knecht +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-22 +- **Plot average:** 221.3 BU/Ac +- **Coordinates:** 45.83527, -98.24489 +- **URL:** https://lgseeds.com/performance/corn#plot-145882 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | DV-RN | 240.28 | +| 2 | LG Seeds | LG47C12 | VT2PRO | 239.48 | +| 3 | LG Seeds | LG44C27 | STXRIB | 238.99 | +| 4 | LG Seeds | LG48C32 | SSPRIB | 232.79 | +| 5 | LG Seeds | LG46C85 | VT2RIB | 232.56 | + +Top 5 by Yield: LG52C90 (LG Seeds) 240.28, LG47C12 (LG Seeds) 239.48, LG44C27 (LG Seeds) 238.99, LG48C32 (LG Seeds) 232.79, LG46C85 (LG Seeds) 232.56. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145883.json b/corpus/lg_plot_reports/lgpr-corn-2025-145883.json new file mode 100644 index 00000000..a83cf51d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145883.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145883", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Hayward", + "year": 2025, + "plot_id": "145883", + "lat": 43.61455, + "lng": -93.23924, + "cooperator": "Tim Westrum", + "salesperson": "Tim Westrum", + "planted_date": "2025-05-09", + "harvested_date": "2025-11-06", + "plot_average": 234.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 255.5 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P01851V", + "traits": "", + "metrics": { + "Yield": 249.7 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC107-69RIB", + "traits": "", + "metrics": { + "Yield": 249.7 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P02405V", + "traits": "", + "metrics": { + "Yield": 249.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 249.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145883" + ], + "fetched_at": "2026-05-27T02:18:13.607280+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145883.md b/corpus/lg_plot_reports/lgpr-corn-2025-145883.md new file mode 100644 index 00000000..c7fb8555 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145883.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hayward, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Hayward +- **Year:** 2025 +- **Plot ID:** 145883 +- **Cooperator:** Tim Westrum +- **Planted:** 2025-05-09 +- **Harvested:** 2025-11-06 +- **Plot average:** 234.3 BU/Ac +- **Coordinates:** 43.61455, -93.23924 +- **URL:** https://lgseeds.com/performance/corn#plot-145883 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG56C25 | SSPRIB | 255.5 | +| 2 | Pioneer | P01851V | - | 249.7 | +| 3 | Unknown | DKC107-69RIB | - | 249.7 | +| 4 | Pioneer | P02405V | - | 249.5 | +| 5 | LG Seeds | LG51C32 | SSPRIB | 249.4 | + +Top 5 by Yield: LG56C25 (LG Seeds) 255.5, P01851V (Pioneer) 249.7, DKC107-69RIB (Unknown) 249.7, P02405V (Pioneer) 249.5, LG51C32 (LG Seeds) 249.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145890.json b/corpus/lg_plot_reports/lgpr-corn-2025-145890.json new file mode 100644 index 00000000..ed4c9f4b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145890.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145890", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Menno", + "year": 2025, + "plot_id": "145890", + "lat": 43.21842, + "lng": -97.49899, + "cooperator": "Kyle Stepanek", + "salesperson": "Kyle Stepanek", + "planted_date": "2025-05-09", + "harvested_date": "2025-10-13", + "plot_average": 215.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 237.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 227.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 225.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 223.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 221.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145890" + ], + "fetched_at": "2026-05-27T02:17:24.846039+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145890.md b/corpus/lg_plot_reports/lgpr-corn-2025-145890.md new file mode 100644 index 00000000..b1e5ad36 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145890.md @@ -0,0 +1,28 @@ +# Corn yield trial — Menno, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Menno +- **Year:** 2025 +- **Plot ID:** 145890 +- **Cooperator:** Kyle Stepanek +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-13 +- **Plot average:** 215.0 BU/Ac +- **Coordinates:** 43.21842, -97.49899 +- **URL:** https://lgseeds.com/performance/corn#plot-145890 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | SSPRIB | 237.5 | +| 2 | LG Seeds | LG63C82 | DGVT2RIB | 227.4 | +| 3 | LG Seeds | LG60C24 | VT4PRO | 225.1 | +| 4 | LG Seeds | LG62C73 | VT2RIB | 223.3 | +| 5 | LG Seeds | LG59C72 | 5222EZ | 221.1 | + +Top 5 by Yield: LG63C32 (LG Seeds) 237.5, LG63C82 (LG Seeds) 227.4, LG60C24 (LG Seeds) 225.1, LG62C73 (LG Seeds) 223.3, LG59C72 (LG Seeds) 221.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145894.json b/corpus/lg_plot_reports/lgpr-corn-2025-145894.json new file mode 100644 index 00000000..049211aa --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145894.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145894", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Grant Park", + "year": 2025, + "plot_id": "145894", + "lat": 41.28131, + "lng": -87.67827, + "cooperator": "Bruce Matthias", + "salesperson": "Bruce Matthias", + "planted_date": "2025-05-06", + "harvested_date": "2025-10-23", + "plot_average": 245.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 267.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "82P96PCE", + "traits": "", + "metrics": { + "Yield": 264.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 262.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 260.3 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG63C32SSPRIB", + "traits": "", + "metrics": { + "Yield": 259.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145894" + ], + "fetched_at": "2026-05-27T02:18:27.616880+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145894.md b/corpus/lg_plot_reports/lgpr-corn-2025-145894.md new file mode 100644 index 00000000..d4c984b5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145894.md @@ -0,0 +1,28 @@ +# Corn yield trial — Grant Park, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Grant Park +- **Year:** 2025 +- **Plot ID:** 145894 +- **Cooperator:** Bruce Matthias +- **Planted:** 2025-05-06 +- **Harvested:** 2025-10-23 +- **Plot average:** 245.2 BU/Ac +- **Coordinates:** 41.28131, -87.67827 +- **URL:** https://lgseeds.com/performance/corn#plot-145894 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C43 | VT2RIB | 267.1 | +| 2 | Unknown | 82P96PCE | - | 264.0 | +| 3 | LG Seeds | LG62C73 | VT2RIB | 262.6 | +| 4 | LG Seeds | LG63C32 | TRC | 260.3 | +| 5 | Unknown | LG63C32SSPRIB | - | 259.6 | + +Top 5 by Yield: LG64C43 (LG Seeds) 267.1, 82P96PCE (Unknown) 264.0, LG62C73 (LG Seeds) 262.6, LG63C32 (LG Seeds) 260.3, LG63C32SSPRIB (Unknown) 259.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145898.json b/corpus/lg_plot_reports/lgpr-corn-2025-145898.json new file mode 100644 index 00000000..0e06d801 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145898.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145898", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Garretson", + "year": 2025, + "plot_id": "145898", + "lat": 43.72085, + "lng": -96.50936, + "cooperator": "Frontline Crop Solutions", + "salesperson": "Frontline Crop Solutions ", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-23", + "plot_average": 188.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC098-88RIB", + "traits": "", + "metrics": { + "Yield": 206.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "T8602VT4Pro", + "traits": "", + "metrics": { + "Yield": 206.5 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "T8598SS", + "traits": "", + "metrics": { + "Yield": 203.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 199.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 191.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145898" + ], + "fetched_at": "2026-05-27T02:17:17.333714+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145898.md b/corpus/lg_plot_reports/lgpr-corn-2025-145898.md new file mode 100644 index 00000000..1494cdf8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145898.md @@ -0,0 +1,29 @@ +# Corn yield trial — Garretson, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Garretson +- **Year:** 2025 +- **Plot ID:** 145898 +- **Cooperator:** Frontline Crop Solutions +- **Salesperson:** Frontline Crop Solutions +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-23 +- **Plot average:** 188.4 BU/Ac +- **Coordinates:** 43.72085, -96.50936 +- **URL:** https://lgseeds.com/performance/corn#plot-145898 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC098-88RIB | - | 206.6 | +| 2 | Unknown | T8602VT4Pro | - | 206.5 | +| 3 | Unknown | T8598SS | - | 203.0 | +| 4 | LG Seeds | LG56C25 | SSPRIB | 199.9 | +| 5 | LG Seeds | LG48C32 | SSPRIB | 191.3 | + +Top 5 by Yield: DKC098-88RIB (Unknown) 206.6, T8602VT4Pro (Unknown) 206.5, T8598SS (Unknown) 203.0, LG56C25 (LG Seeds) 199.9, LG48C32 (LG Seeds) 191.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145899.json b/corpus/lg_plot_reports/lgpr-corn-2025-145899.json new file mode 100644 index 00000000..d2a4c3ef --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145899.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145899", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Garretson", + "year": 2025, + "plot_id": "145899", + "lat": 43.72016, + "lng": -96.50935, + "cooperator": "Frontline Crop Solutions", + "salesperson": "Frontline Crop Solutions ", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-23", + "plot_average": 203.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "DV-RN", + "metrics": { + "Yield": 224.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 223.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 206.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C57", + "traits": "DV-RN", + "metrics": { + "Yield": 206.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 202.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145899" + ], + "fetched_at": "2026-05-27T02:17:25.845230+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145899.md b/corpus/lg_plot_reports/lgpr-corn-2025-145899.md new file mode 100644 index 00000000..bcf293f9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145899.md @@ -0,0 +1,29 @@ +# Corn yield trial — Garretson, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Garretson +- **Year:** 2025 +- **Plot ID:** 145899 +- **Cooperator:** Frontline Crop Solutions +- **Salesperson:** Frontline Crop Solutions +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-23 +- **Plot average:** 203.5 BU/Ac +- **Coordinates:** 43.72016, -96.50935 +- **URL:** https://lgseeds.com/performance/corn#plot-145899 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG60C05 | DV-RN | 224.1 | +| 2 | LG Seeds | LG60C24 | VT4PRO | 223.4 | +| 3 | LG Seeds | LG51C62 | D | 206.8 | +| 4 | LG Seeds | LG48C57 | DV-RN | 206.3 | +| 5 | LG Seeds | LG51C32 | SSPRIB | 202.5 | + +Top 5 by Yield: LG60C05 (LG Seeds) 224.1, LG60C24 (LG Seeds) 223.4, LG51C62 (LG Seeds) 206.8, LG48C57 (LG Seeds) 206.3, LG51C32 (LG Seeds) 202.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145904.json b/corpus/lg_plot_reports/lgpr-corn-2025-145904.json new file mode 100644 index 00000000..698c5d86 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145904.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145904", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Protivin ", + "year": 2025, + "plot_id": "145904", + "lat": 43.21432, + "lng": -92.09473, + "cooperator": "Farmers Mill", + "salesperson": "Farmers Mill", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-23", + "plot_average": 191.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 231.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "60A4AM", + "traits": "", + "metrics": { + "Yield": 215.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "67C1PCE", + "traits": "", + "metrics": { + "Yield": 215.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "65B8V", + "traits": "", + "metrics": { + "Yield": 213.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "68C1V", + "traits": "", + "metrics": { + "Yield": 203.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145904" + ], + "fetched_at": "2026-05-27T02:20:07.932514+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145904.md b/corpus/lg_plot_reports/lgpr-corn-2025-145904.md new file mode 100644 index 00000000..6e6fb2b7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145904.md @@ -0,0 +1,28 @@ +# Corn yield trial — Protivin , Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Protivin +- **Year:** 2025 +- **Plot ID:** 145904 +- **Cooperator:** Farmers Mill +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-23 +- **Plot average:** 191.0 BU/Ac +- **Coordinates:** 43.21432, -92.09473 +- **URL:** https://lgseeds.com/performance/corn#plot-145904 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG48C87 | VT2RIB | 231.8 | +| 2 | Unknown | 60A4AM | - | 215.8 | +| 3 | Unknown | 67C1PCE | - | 215.4 | +| 4 | Unknown | 65B8V | - | 213.4 | +| 5 | Unknown | 68C1V | - | 203.8 | + +Top 5 by Yield: LG48C87 (LG Seeds) 231.8, 60A4AM (Unknown) 215.8, 67C1PCE (Unknown) 215.4, 65B8V (Unknown) 213.4, 68C1V (Unknown) 203.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145906.json b/corpus/lg_plot_reports/lgpr-corn-2025-145906.json new file mode 100644 index 00000000..bda9118e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145906.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145906", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Hartland", + "year": 2025, + "plot_id": "145906", + "lat": 43.81563, + "lng": -93.58849, + "cooperator": "Matt Theede", + "salesperson": "Matt Theede", + "planted_date": "2025-05-10", + "harvested_date": "2025-11-04", + "plot_average": 229.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2RIB", + "metrics": { + "Yield": 253.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "G12U11-AA", + "traits": "", + "metrics": { + "Yield": 248.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 240.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 239.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 238.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145906" + ], + "fetched_at": "2026-05-27T02:18:13.867283+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145906.md b/corpus/lg_plot_reports/lgpr-corn-2025-145906.md new file mode 100644 index 00000000..2e012168 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145906.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hartland, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Hartland +- **Year:** 2025 +- **Plot ID:** 145906 +- **Cooperator:** Matt Theede +- **Planted:** 2025-05-10 +- **Harvested:** 2025-11-04 +- **Plot average:** 229.3 BU/Ac +- **Coordinates:** 43.81563, -93.58849 +- **URL:** https://lgseeds.com/performance/corn#plot-145906 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C16 | VT2RIB | 253.4 | +| 2 | Unknown | G12U11-AA | - | 248.3 | +| 3 | LG Seeds | LG62C73 | VT2RIB | 240.4 | +| 4 | LG Seeds | LG52C90 | VT2RIB | 239.8 | +| 5 | LG Seeds | LG59C72 | 5222EZ | 238.0 | + +Top 5 by Yield: LG58C16 (LG Seeds) 253.4, G12U11-AA (Unknown) 248.3, LG62C73 (LG Seeds) 240.4, LG52C90 (LG Seeds) 239.8, LG59C72 (LG Seeds) 238.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145917.json b/corpus/lg_plot_reports/lgpr-corn-2025-145917.json new file mode 100644 index 00000000..f9317a03 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145917.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145917", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Indiana", + "state_abbrev": "in", + "city": "Columbia City", + "year": 2025, + "plot_id": "145917", + "lat": 41.07782, + "lng": -85.52474, + "cooperator": "Laux Farms", + "salesperson": "Laux Farms", + "planted_date": "2025-05-09", + "harvested_date": "2025-10-17", + "plot_average": 203.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C20", + "traits": "D-RN", + "metrics": { + "Yield": 219.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 218.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 212.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 209.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 208.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145917" + ], + "fetched_at": "2026-05-27T02:17:26.864223+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145917.md b/corpus/lg_plot_reports/lgpr-corn-2025-145917.md new file mode 100644 index 00000000..585b83ff --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145917.md @@ -0,0 +1,28 @@ +# Corn yield trial — Columbia City, Indiana, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Indiana (IN) +- **City:** Columbia City +- **Year:** 2025 +- **Plot ID:** 145917 +- **Cooperator:** Laux Farms +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-17 +- **Plot average:** 203.7 BU/Ac +- **Coordinates:** 41.07782, -85.52474 +- **URL:** https://lgseeds.com/performance/corn#plot-145917 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C20 | D-RN | 219.5 | +| 2 | LG Seeds | LG51C62 | D | 218.0 | +| 3 | LG Seeds | LG52C90 | VT2RIB | 212.7 | +| 4 | LG Seeds | LG62C73 | VT2RIB | 209.3 | +| 5 | LG Seeds | LG64C43 | VT2RIB | 208.2 | + +Top 5 by Yield: LG62C20 (LG Seeds) 219.5, LG51C62 (LG Seeds) 218.0, LG52C90 (LG Seeds) 212.7, LG62C73 (LG Seeds) 209.3, LG64C43 (LG Seeds) 208.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145920.json b/corpus/lg_plot_reports/lgpr-corn-2025-145920.json new file mode 100644 index 00000000..bee459a0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145920.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145920", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Ossian", + "year": 2025, + "plot_id": "145920", + "lat": 43.07726, + "lng": -91.7549, + "cooperator": "Richard Numedahl", + "salesperson": "Richard Numedahl", + "planted_date": "2025-05-10", + "harvested_date": "2025-10-27", + "plot_average": 247.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 280.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 260.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C57", + "traits": "DV-RN", + "metrics": { + "Yield": 260.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 257.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 257.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145920" + ], + "fetched_at": "2026-05-27T02:20:08.207640+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145920.md b/corpus/lg_plot_reports/lgpr-corn-2025-145920.md new file mode 100644 index 00000000..01a21422 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145920.md @@ -0,0 +1,28 @@ +# Corn yield trial — Ossian, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Ossian +- **Year:** 2025 +- **Plot ID:** 145920 +- **Cooperator:** Richard Numedahl +- **Planted:** 2025-05-10 +- **Harvested:** 2025-10-27 +- **Plot average:** 247.6 BU/Ac +- **Coordinates:** 43.07726, -91.75490 +- **URL:** https://lgseeds.com/performance/corn#plot-145920 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG60C24 | VT4PRO | 280.9 | +| 2 | LG Seeds | LG51C32 | SSPRIB | 260.4 | +| 3 | LG Seeds | LG48C57 | DV-RN | 260.4 | +| 4 | LG Seeds | LG61C28 | V | 257.8 | +| 5 | LG Seeds | LG63C32 | SSPRIB | 257.0 | + +Top 5 by Yield: LG60C24 (LG Seeds) 280.9, LG51C32 (LG Seeds) 260.4, LG48C57 (LG Seeds) 260.4, LG61C28 (LG Seeds) 257.8, LG63C32 (LG Seeds) 257.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145921.json b/corpus/lg_plot_reports/lgpr-corn-2025-145921.json new file mode 100644 index 00000000..94d770d0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145921.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145921", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "West Branch", + "year": 2025, + "plot_id": "145921", + "lat": 44.1952, + "lng": -84.26752, + "cooperator": "Circle K Farms", + "salesperson": "Circle K Farms", + "planted_date": "2025-05-11", + "harvested_date": "2025-10-16", + "plot_average": 146.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 164.89 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "VT2RIB", + "metrics": { + "Yield": 158.59 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2RIB", + "metrics": { + "Yield": 158.24 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 151.41 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "STXRIB", + "metrics": { + "Yield": 150.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145921" + ], + "fetched_at": "2026-05-27T02:17:36.110835+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145921.md b/corpus/lg_plot_reports/lgpr-corn-2025-145921.md new file mode 100644 index 00000000..9cbcfbb5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145921.md @@ -0,0 +1,28 @@ +# Corn yield trial — West Branch, Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** West Branch +- **Year:** 2025 +- **Plot ID:** 145921 +- **Cooperator:** Circle K Farms +- **Planted:** 2025-05-11 +- **Harvested:** 2025-10-16 +- **Plot average:** 146.9 BU/Ac +- **Coordinates:** 44.19520, -84.26752 +- **URL:** https://lgseeds.com/performance/corn#plot-145921 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG46C85 | VT2RIB | 164.89 | +| 2 | LG Seeds | LG44C27 | VT2RIB | 158.59 | +| 3 | LG Seeds | LG43C50 | VT2RIB | 158.24 | +| 4 | LG Seeds | LG42C80 | VT2RIB | 151.41 | +| 5 | LG Seeds | LG47C77 | STXRIB | 150.7 | + +Top 5 by Yield: LG46C85 (LG Seeds) 164.89, LG44C27 (LG Seeds) 158.59, LG43C50 (LG Seeds) 158.24, LG42C80 (LG Seeds) 151.41, LG47C77 (LG Seeds) 150.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145927.json b/corpus/lg_plot_reports/lgpr-corn-2025-145927.json new file mode 100644 index 00000000..fc462470 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145927.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145927", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "North Dakota", + "state_abbrev": "nd", + "city": "Devils Lake", + "year": 2025, + "plot_id": "145927", + "lat": 48.05095, + "lng": -98.68953, + "cooperator": "North Country Seed", + "salesperson": "North Country Seed", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-24", + "plot_average": 215.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG30C98", + "traits": "VT2RIB", + "metrics": { + "Yield": 238.0 + } + }, + { + "rank": 2, + "brand": "NK", + "product": "8711-V", + "traits": "", + "metrics": { + "Yield": 231.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG36C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 229.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG35C79", + "traits": "VT2RIB", + "metrics": { + "Yield": 227.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG33C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 224.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145927" + ], + "fetched_at": "2026-05-27T02:20:26.427851+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145927.md b/corpus/lg_plot_reports/lgpr-corn-2025-145927.md new file mode 100644 index 00000000..24a7aa11 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145927.md @@ -0,0 +1,28 @@ +# Corn yield trial — Devils Lake, North Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** North Dakota (ND) +- **City:** Devils Lake +- **Year:** 2025 +- **Plot ID:** 145927 +- **Cooperator:** North Country Seed +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-24 +- **Plot average:** 215.4 BU/Ac +- **Coordinates:** 48.05095, -98.68953 +- **URL:** https://lgseeds.com/performance/corn#plot-145927 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG30C98 | VT2RIB | 238.0 | +| 2 | NK | 8711-V | - | 231.9 | +| 3 | LG Seeds | LG36C73 | VT2RIB | 229.8 | +| 4 | LG Seeds | LG35C79 | VT2RIB | 227.5 | +| 5 | LG Seeds | LG33C30 | VT2RIB | 224.1 | + +Top 5 by Yield: LG30C98 (LG Seeds) 238.0, 8711-V (NK) 231.9, LG36C73 (LG Seeds) 229.8, LG35C79 (LG Seeds) 227.5, LG33C30 (LG Seeds) 224.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145928.json b/corpus/lg_plot_reports/lgpr-corn-2025-145928.json new file mode 100644 index 00000000..e211a1fb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145928.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145928", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Markesan ", + "year": 2025, + "plot_id": "145928", + "lat": 43.66937, + "lng": -88.96963, + "cooperator": "Bill Krentz", + "salesperson": "Bill Krentz ", + "planted_date": "2025-05-12", + "harvested_date": "2025-10-27", + "plot_average": 251.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2PRO", + "metrics": { + "Yield": 265.12 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG47C12", + "traits": "VT2PRO", + "metrics": { + "Yield": 260.42 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 259.92 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 254.54 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 253.52 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145928" + ], + "fetched_at": "2026-05-27T02:21:05.447758+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145928.md b/corpus/lg_plot_reports/lgpr-corn-2025-145928.md new file mode 100644 index 00000000..4cdc8861 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145928.md @@ -0,0 +1,29 @@ +# Corn yield trial — Markesan , Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Markesan +- **Year:** 2025 +- **Plot ID:** 145928 +- **Cooperator:** Bill Krentz +- **Salesperson:** Bill Krentz +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-27 +- **Plot average:** 251.4 BU/Ac +- **Coordinates:** 43.66937, -88.96963 +- **URL:** https://lgseeds.com/performance/corn#plot-145928 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C16 | VT2PRO | 265.12 | +| 2 | LG Seeds | LG47C12 | VT2PRO | 260.42 | +| 3 | LG Seeds | LG53C44 | VT2RIB | 259.92 | +| 4 | LG Seeds | LG48C87 | VT2RIB | 254.54 | +| 5 | LG Seeds | LG51C62 | VT2RIB | 253.52 | + +Top 5 by Yield: LG58C16 (LG Seeds) 265.12, LG47C12 (LG Seeds) 260.42, LG53C44 (LG Seeds) 259.92, LG48C87 (LG Seeds) 254.54, LG51C62 (LG Seeds) 253.52. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145932.json b/corpus/lg_plot_reports/lgpr-corn-2025-145932.json new file mode 100644 index 00000000..563bab6e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145932.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145932", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Milan", + "year": 2025, + "plot_id": "145932", + "lat": 45.16578, + "lng": -95.82012, + "cooperator": "Tim KANTEN", + "salesperson": "Tim KANTEN", + "planted_date": "2025-04-30", + "harvested_date": "2025-10-17", + "plot_average": 150.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 155.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG57C45", + "traits": "SSPRIB", + "metrics": { + "Yield": 152.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 151.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 150.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 150.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145932" + ], + "fetched_at": "2026-05-27T02:18:14.125787+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145932.md b/corpus/lg_plot_reports/lgpr-corn-2025-145932.md new file mode 100644 index 00000000..523a1e54 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145932.md @@ -0,0 +1,28 @@ +# Corn yield trial — Milan, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Milan +- **Year:** 2025 +- **Plot ID:** 145932 +- **Cooperator:** Tim KANTEN +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-17 +- **Plot average:** 150.0 BU/Ac +- **Coordinates:** 45.16578, -95.82012 +- **URL:** https://lgseeds.com/performance/corn#plot-145932 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG48C32 | SSPRIB | 155.1 | +| 2 | LG Seeds | LG57C45 | SSPRIB | 152.8 | +| 3 | LG Seeds | LG51C32 | SSPRIB | 151.6 | +| 4 | LG Seeds | LG51C62 | D | 150.9 | +| 5 | LG Seeds | LG59C72 | 5222EZ | 150.9 | + +Top 5 by Yield: LG48C32 (LG Seeds) 155.1, LG57C45 (LG Seeds) 152.8, LG51C32 (LG Seeds) 151.6, LG51C62 (LG Seeds) 150.9, LG59C72 (LG Seeds) 150.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145938.json b/corpus/lg_plot_reports/lgpr-corn-2025-145938.json new file mode 100644 index 00000000..474a796c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145938.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145938", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Bellwood ", + "year": 2025, + "plot_id": "145938", + "lat": 41.32199, + "lng": -97.34443, + "cooperator": "Pete C Schmit & Sons", + "salesperson": "Pete C Schmit & Sons", + "planted_date": "2025-05-12", + "harvested_date": "2025-10-24", + "plot_average": 241.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2RIB", + "metrics": { + "Yield": 279.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 277.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 268.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 265.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 262.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145938" + ], + "fetched_at": "2026-05-27T02:17:18.843589+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145938.md b/corpus/lg_plot_reports/lgpr-corn-2025-145938.md new file mode 100644 index 00000000..787e8da4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145938.md @@ -0,0 +1,28 @@ +# Corn yield trial — Bellwood , Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Bellwood +- **Year:** 2025 +- **Plot ID:** 145938 +- **Cooperator:** Pete C Schmit & Sons +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-24 +- **Plot average:** 241.5 BU/Ac +- **Coordinates:** 41.32199, -97.34443 +- **URL:** https://lgseeds.com/performance/corn#plot-145938 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C16 | VT2RIB | 279.7 | +| 2 | LG Seeds | LG60C24 | VT4PRO | 277.2 | +| 3 | LG Seeds | LG65C30 | VT2RIB | 268.7 | +| 4 | LG Seeds | LG63C32 | TRC | 265.9 | +| 5 | LG Seeds | LG61C34 | STXRIB | 262.9 | + +Top 5 by Yield: LG58C16 (LG Seeds) 279.7, LG60C24 (LG Seeds) 277.2, LG65C30 (LG Seeds) 268.7, LG63C32 (LG Seeds) 265.9, LG61C34 (LG Seeds) 262.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145939.json b/corpus/lg_plot_reports/lgpr-corn-2025-145939.json new file mode 100644 index 00000000..4d99f224 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145939.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145939", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Au Gres", + "year": 2025, + "plot_id": "145939", + "lat": 44.1082, + "lng": -83.66665, + "cooperator": "Devin Huber", + "salesperson": "Devin Huber", + "planted_date": "2025-05-12", + "harvested_date": "2025-11-01", + "plot_average": 221.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG46C57", + "traits": "", + "metrics": { + "Yield": 236.79 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "", + "metrics": { + "Yield": 229.58 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG48C87VT2RIB", + "traits": "", + "metrics": { + "Yield": 228.45 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 225.32 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2RIB", + "metrics": { + "Yield": 220.88 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145939" + ], + "fetched_at": "2026-05-27T02:18:25.400019+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145939.md b/corpus/lg_plot_reports/lgpr-corn-2025-145939.md new file mode 100644 index 00000000..45e02e15 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145939.md @@ -0,0 +1,28 @@ +# Corn yield trial — Au Gres, Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Au Gres +- **Year:** 2025 +- **Plot ID:** 145939 +- **Cooperator:** Devin Huber +- **Planted:** 2025-05-12 +- **Harvested:** 2025-11-01 +- **Plot average:** 221.1 BU/Ac +- **Coordinates:** 44.10820, -83.66665 +- **URL:** https://lgseeds.com/performance/corn#plot-145939 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG46C57 | - | 236.79 | +| 2 | LG Seeds | LG48C87 | - | 229.58 | +| 3 | Unknown | LG48C87VT2RIB | - | 228.45 | +| 4 | LG Seeds | LG46C85 | VT2RIB | 225.32 | +| 5 | LG Seeds | LG43C50 | VT2RIB | 220.88 | + +Top 5 by Yield: LG46C57 (LG Seeds) 236.79, LG48C87 (LG Seeds) 229.58, LG48C87VT2RIB (Unknown) 228.45, LG46C85 (LG Seeds) 225.32, LG43C50 (LG Seeds) 220.88. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145944.json b/corpus/lg_plot_reports/lgpr-corn-2025-145944.json new file mode 100644 index 00000000..37542a03 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145944.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145944", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Hemingford", + "year": 2025, + "plot_id": "145944", + "lat": 42.34335, + "lng": -103.0101, + "cooperator": "Brian Benda", + "salesperson": "Brian Benda", + "planted_date": "2025-05-07", + "harvested_date": "2025-11-03", + "plot_average": 185.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG48C57", + "traits": "DV-RN", + "metrics": { + "Yield": 220.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 213.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG47C12", + "traits": "VT2PRO", + "metrics": { + "Yield": 205.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 189.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "STXRIB", + "metrics": { + "Yield": 186.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145944" + ], + "fetched_at": "2026-05-27T02:18:28.620911+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145944.md b/corpus/lg_plot_reports/lgpr-corn-2025-145944.md new file mode 100644 index 00000000..b8630475 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145944.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hemingford, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Hemingford +- **Year:** 2025 +- **Plot ID:** 145944 +- **Cooperator:** Brian Benda +- **Planted:** 2025-05-07 +- **Harvested:** 2025-11-03 +- **Plot average:** 185.8 BU/Ac +- **Coordinates:** 42.34335, -103.01010 +- **URL:** https://lgseeds.com/performance/corn#plot-145944 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG48C57 | DV-RN | 220.3 | +| 2 | LG Seeds | LG48C87 | VT2RIB | 213.1 | +| 3 | LG Seeds | LG47C12 | VT2PRO | 205.5 | +| 4 | LG Seeds | LG48C32 | SSPRIB | 189.9 | +| 5 | LG Seeds | LG44C27 | STXRIB | 186.4 | + +Top 5 by Yield: LG48C57 (LG Seeds) 220.3, LG48C87 (LG Seeds) 213.1, LG47C12 (LG Seeds) 205.5, LG48C32 (LG Seeds) 189.9, LG44C27 (LG Seeds) 186.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145946.json b/corpus/lg_plot_reports/lgpr-corn-2025-145946.json new file mode 100644 index 00000000..50726954 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145946.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145946", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Markesan", + "year": 2025, + "plot_id": "145946", + "lat": 43.67283, + "lng": -88.98352, + "cooperator": "Keenan Dahlke", + "salesperson": "Keenan Dahlke", + "planted_date": "2025-05-09", + "harvested_date": "2025-10-24", + "plot_average": 241.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG48C57", + "traits": "DV-RN", + "metrics": { + "Yield": 257.9 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P97037V", + "traits": "", + "metrics": { + "Yield": 254.5 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P9955V", + "traits": "", + "metrics": { + "Yield": 251.9 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P96567AM", + "traits": "", + "metrics": { + "Yield": 250.3 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P98533PCE", + "traits": "", + "metrics": { + "Yield": 250.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145946" + ], + "fetched_at": "2026-05-27T02:17:15.336109+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145946.md b/corpus/lg_plot_reports/lgpr-corn-2025-145946.md new file mode 100644 index 00000000..f204d576 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145946.md @@ -0,0 +1,28 @@ +# Corn yield trial — Markesan, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Markesan +- **Year:** 2025 +- **Plot ID:** 145946 +- **Cooperator:** Keenan Dahlke +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-24 +- **Plot average:** 241.4 BU/Ac +- **Coordinates:** 43.67283, -88.98352 +- **URL:** https://lgseeds.com/performance/corn#plot-145946 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG48C57 | DV-RN | 257.9 | +| 2 | Pioneer | P97037V | - | 254.5 | +| 3 | Pioneer | P9955V | - | 251.9 | +| 4 | Pioneer | P96567AM | - | 250.3 | +| 5 | Pioneer | P98533PCE | - | 250.2 | + +Top 5 by Yield: LG48C57 (LG Seeds) 257.9, P97037V (Pioneer) 254.5, P9955V (Pioneer) 251.9, P96567AM (Pioneer) 250.3, P98533PCE (Pioneer) 250.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145947.json b/corpus/lg_plot_reports/lgpr-corn-2025-145947.json new file mode 100644 index 00000000..cc8b78cb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145947.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145947", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Hemingford", + "year": 2025, + "plot_id": "145947", + "lat": 42.34721, + "lng": -103.0338, + "cooperator": "Brian Benda", + "salesperson": "Brian Benda", + "planted_date": "2025-05-10", + "harvested_date": "2025-11-03", + "plot_average": 145.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG34C14", + "traits": "AA-RN", + "metrics": { + "Yield": 170.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG36C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 170.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG35C79", + "traits": "VT2RIB", + "metrics": { + "Yield": 157.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG33C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 146.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG30C98", + "traits": "VT2RIB", + "metrics": { + "Yield": 146.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145947" + ], + "fetched_at": "2026-05-27T02:18:21.387353+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145947.md b/corpus/lg_plot_reports/lgpr-corn-2025-145947.md new file mode 100644 index 00000000..32702b87 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145947.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hemingford, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Hemingford +- **Year:** 2025 +- **Plot ID:** 145947 +- **Cooperator:** Brian Benda +- **Planted:** 2025-05-10 +- **Harvested:** 2025-11-03 +- **Plot average:** 145.5 BU/Ac +- **Coordinates:** 42.34721, -103.03380 +- **URL:** https://lgseeds.com/performance/corn#plot-145947 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG34C14 | AA-RN | 170.4 | +| 2 | LG Seeds | LG36C73 | VT2RIB | 170.2 | +| 3 | LG Seeds | LG35C79 | VT2RIB | 157.3 | +| 4 | LG Seeds | LG33C30 | VT2RIB | 146.9 | +| 5 | LG Seeds | LG30C98 | VT2RIB | 146.4 | + +Top 5 by Yield: LG34C14 (LG Seeds) 170.4, LG36C73 (LG Seeds) 170.2, LG35C79 (LG Seeds) 157.3, LG33C30 (LG Seeds) 146.9, LG30C98 (LG Seeds) 146.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145956.json b/corpus/lg_plot_reports/lgpr-corn-2025-145956.json new file mode 100644 index 00000000..ee35509d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145956.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145956", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Frankenmuth", + "year": 2025, + "plot_id": "145956", + "lat": 43.38193, + "lng": -83.70055, + "cooperator": "Jeff Karst", + "salesperson": "Jeff Karst", + "planted_date": "2025-05-12", + "harvested_date": "2025-11-03", + "plot_average": 240.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 263.25 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 259.15 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 251.53 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LG52C90VT2RIB", + "traits": "", + "metrics": { + "Yield": 249.28 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 248.57 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145956" + ], + "fetched_at": "2026-05-27T02:18:28.873039+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145956.md b/corpus/lg_plot_reports/lgpr-corn-2025-145956.md new file mode 100644 index 00000000..aec474d6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145956.md @@ -0,0 +1,28 @@ +# Corn yield trial — Frankenmuth, Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Frankenmuth +- **Year:** 2025 +- **Plot ID:** 145956 +- **Cooperator:** Jeff Karst +- **Planted:** 2025-05-12 +- **Harvested:** 2025-11-03 +- **Plot average:** 240.8 BU/Ac +- **Coordinates:** 43.38193, -83.70055 +- **URL:** https://lgseeds.com/performance/corn#plot-145956 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2RIB | 263.25 | +| 2 | LG Seeds | LG51C62 | D | 259.15 | +| 3 | LG Seeds | LG48C87 | VT2RIB | 251.53 | +| 4 | Unknown | LG52C90VT2RIB | - | 249.28 | +| 5 | LG Seeds | LG53C44 | VT2RIB | 248.57 | + +Top 5 by Yield: LG52C90 (LG Seeds) 263.25, LG51C62 (LG Seeds) 259.15, LG48C87 (LG Seeds) 251.53, LG52C90VT2RIB (Unknown) 249.28, LG53C44 (LG Seeds) 248.57. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145959.json b/corpus/lg_plot_reports/lgpr-corn-2025-145959.json new file mode 100644 index 00000000..c9481584 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145959.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145959", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Canton", + "year": 2025, + "plot_id": "145959", + "lat": 43.53242, + "lng": -91.91025, + "cooperator": "Dave Terbeest", + "salesperson": "Dave Terbeest", + "planted_date": "2025-05-12", + "harvested_date": "2025-11-03", + "plot_average": 172.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "9662-20", + "traits": "", + "metrics": { + "Yield": 197.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 191.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 185.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 180.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG57C45", + "traits": "SSPRIB", + "metrics": { + "Yield": 180.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145959" + ], + "fetched_at": "2026-05-27T02:20:02.423965+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145959.md b/corpus/lg_plot_reports/lgpr-corn-2025-145959.md new file mode 100644 index 00000000..fbba5725 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145959.md @@ -0,0 +1,28 @@ +# Corn yield trial — Canton, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Canton +- **Year:** 2025 +- **Plot ID:** 145959 +- **Cooperator:** Dave Terbeest +- **Planted:** 2025-05-12 +- **Harvested:** 2025-11-03 +- **Plot average:** 172.3 BU/Ac +- **Coordinates:** 43.53242, -91.91025 +- **URL:** https://lgseeds.com/performance/corn#plot-145959 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 9662-20 | - | 197.1 | +| 2 | LG Seeds | LG51C32 | SSPRIB | 191.3 | +| 3 | LG Seeds | LG48C32 | SSPRIB | 185.7 | +| 4 | LG Seeds | LG46C85 | VT2RIB | 180.6 | +| 5 | LG Seeds | LG57C45 | SSPRIB | 180.0 | + +Top 5 by Yield: 9662-20 (Unknown) 197.1, LG51C32 (LG Seeds) 191.3, LG48C32 (LG Seeds) 185.7, LG46C85 (LG Seeds) 180.6, LG57C45 (LG Seeds) 180.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145967.json b/corpus/lg_plot_reports/lgpr-corn-2025-145967.json new file mode 100644 index 00000000..29741147 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145967.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145967", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Felton", + "year": 2025, + "plot_id": "145967", + "lat": 47.01449, + "lng": -96.66754, + "cooperator": "Trent Eidem", + "salesperson": "Trent Eidem", + "planted_date": "2025-05-10", + "harvested_date": "2025-11-06", + "plot_average": 182.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG40C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 200.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "25P88", + "traits": "", + "metrics": { + "Yield": 200.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG38C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 199.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG36C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 191.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 191.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145967" + ], + "fetched_at": "2026-05-27T02:21:09.180253+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145967.md b/corpus/lg_plot_reports/lgpr-corn-2025-145967.md new file mode 100644 index 00000000..ff6518b8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145967.md @@ -0,0 +1,28 @@ +# Corn yield trial — Felton, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Felton +- **Year:** 2025 +- **Plot ID:** 145967 +- **Cooperator:** Trent Eidem +- **Planted:** 2025-05-10 +- **Harvested:** 2025-11-06 +- **Plot average:** 182.8 BU/Ac +- **Coordinates:** 47.01449, -96.66754 +- **URL:** https://lgseeds.com/performance/corn#plot-145967 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG40C07 | VT2PRO | 200.8 | +| 2 | Unknown | 25P88 | - | 200.1 | +| 3 | LG Seeds | LG38C48 | VT2RIB | 199.9 | +| 4 | LG Seeds | LG36C73 | VT2RIB | 191.9 | +| 5 | LG Seeds | LG42C80 | VT2RIB | 191.5 | + +Top 5 by Yield: LG40C07 (LG Seeds) 200.8, 25P88 (Unknown) 200.1, LG38C48 (LG Seeds) 199.9, LG36C73 (LG Seeds) 191.9, LG42C80 (LG Seeds) 191.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145972.json b/corpus/lg_plot_reports/lgpr-corn-2025-145972.json new file mode 100644 index 00000000..ba5fba55 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145972.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145972", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Alexandria", + "year": 2025, + "plot_id": "145972", + "lat": 46.00468, + "lng": -95.45207, + "cooperator": "Jacob Schiltgen", + "salesperson": "Jacob Schiltgen ", + "planted_date": "2025-05-03", + "harvested_date": "2025-11-02", + "plot_average": 222.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 239.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG40C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 230.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 230.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LG40C07STX", + "traits": "", + "metrics": { + "Yield": 228.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2RIB", + "metrics": { + "Yield": 228.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145972" + ], + "fetched_at": "2026-05-27T02:19:03.402038+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145972.md b/corpus/lg_plot_reports/lgpr-corn-2025-145972.md new file mode 100644 index 00000000..3200f654 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145972.md @@ -0,0 +1,29 @@ +# Corn yield trial — Alexandria, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Alexandria +- **Year:** 2025 +- **Plot ID:** 145972 +- **Cooperator:** Jacob Schiltgen +- **Salesperson:** Jacob Schiltgen +- **Planted:** 2025-05-03 +- **Harvested:** 2025-11-02 +- **Plot average:** 222.4 BU/Ac +- **Coordinates:** 46.00468, -95.45207 +- **URL:** https://lgseeds.com/performance/corn#plot-145972 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | D | 239.2 | +| 2 | LG Seeds | LG40C07 | VT2PRO | 230.3 | +| 3 | LG Seeds | LG46C85 | VT2RIB | 230.2 | +| 4 | Unknown | LG40C07STX | - | 228.6 | +| 5 | LG Seeds | LG43C50 | VT2RIB | 228.3 | + +Top 5 by Yield: LG51C62 (LG Seeds) 239.2, LG40C07 (LG Seeds) 230.3, LG46C85 (LG Seeds) 230.2, LG40C07STX (Unknown) 228.6, LG43C50 (LG Seeds) 228.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145973.json b/corpus/lg_plot_reports/lgpr-corn-2025-145973.json new file mode 100644 index 00000000..7710a275 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145973.json @@ -0,0 +1,55 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145973", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Alexandria ", + "year": 2025, + "plot_id": "145973", + "lat": 46.00025, + "lng": -95.45213, + "cooperator": "Jacob Schiltgen", + "salesperson": "Jacob Schiltgen ", + "planted_date": "2025-05-04", + "harvested_date": "2025-10-18", + "plot_average": 167.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG46C57", + "traits": "", + "metrics": { + "Yield": 186.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "", + "metrics": { + "Yield": 164.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "", + "metrics": { + "Yield": 152.3 + } + } + ], + "n_results": 3, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145973" + ], + "fetched_at": "2026-05-27T02:20:33.170769+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145973.md b/corpus/lg_plot_reports/lgpr-corn-2025-145973.md new file mode 100644 index 00000000..85cf0d10 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145973.md @@ -0,0 +1,27 @@ +# Corn yield trial — Alexandria , Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Alexandria +- **Year:** 2025 +- **Plot ID:** 145973 +- **Cooperator:** Jacob Schiltgen +- **Salesperson:** Jacob Schiltgen +- **Planted:** 2025-05-04 +- **Harvested:** 2025-10-18 +- **Plot average:** 167.9 BU/Ac +- **Coordinates:** 46.00025, -95.45213 +- **URL:** https://lgseeds.com/performance/corn#plot-145973 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG46C57 | - | 186.7 | +| 2 | LG Seeds | LG43C50 | - | 164.8 | +| 3 | LG Seeds | LG48C87 | - | 152.3 | + +Top 5 by Yield: LG46C57 (LG Seeds) 186.7, LG43C50 (LG Seeds) 164.8, LG48C87 (LG Seeds) 152.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145978.json b/corpus/lg_plot_reports/lgpr-corn-2025-145978.json new file mode 100644 index 00000000..cae12e1c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145978.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145978", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Salem", + "year": 2025, + "plot_id": "145978", + "lat": 40.94169, + "lng": -80.93551, + "cooperator": "Josh Aergerter", + "salesperson": "Josh Aergerter", + "planted_date": "2025-05-12", + "harvested_date": "2025-10-13", + "plot_average": 198.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 215.06 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "STXRIB", + "metrics": { + "Yield": 212.38 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 201.21 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 199.65 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 195.66 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145978" + ], + "fetched_at": "2026-05-27T02:20:23.176287+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145978.md b/corpus/lg_plot_reports/lgpr-corn-2025-145978.md new file mode 100644 index 00000000..28992118 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145978.md @@ -0,0 +1,28 @@ +# Corn yield trial — Salem, Ohio, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Ohio (OH) +- **City:** Salem +- **Year:** 2025 +- **Plot ID:** 145978 +- **Cooperator:** Josh Aergerter +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-13 +- **Plot average:** 198.5 BU/Ac +- **Coordinates:** 40.94169, -80.93551 +- **URL:** https://lgseeds.com/performance/corn#plot-145978 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG49C28 | VT2RIB | 215.06 | +| 2 | LG Seeds | LG47C77 | STXRIB | 212.38 | +| 3 | LG Seeds | LG53C44 | VT2RIB | 201.21 | +| 4 | LG Seeds | LG51C62 | D | 199.65 | +| 5 | LG Seeds | LG48C87 | VT2RIB | 195.66 | + +Top 5 by Yield: LG49C28 (LG Seeds) 215.06, LG47C77 (LG Seeds) 212.38, LG53C44 (LG Seeds) 201.21, LG51C62 (LG Seeds) 199.65, LG48C87 (LG Seeds) 195.66. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145979.json b/corpus/lg_plot_reports/lgpr-corn-2025-145979.json new file mode 100644 index 00000000..0d2c5568 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145979.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145979", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Highland", + "year": 2025, + "plot_id": "145979", + "lat": 43.06789, + "lng": -90.45257, + "cooperator": "Shemak Farms", + "salesperson": "Shemak Farms", + "planted_date": "2025-05-12", + "harvested_date": "2025-10-13", + "plot_average": 251.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 277.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "6061STXRIB", + "traits": "", + "metrics": { + "Yield": 269.91 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C20", + "traits": "D-RN", + "metrics": { + "Yield": 257.54 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 249.67 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 243.38 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145979" + ], + "fetched_at": "2026-05-27T02:17:50.853748+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145979.md b/corpus/lg_plot_reports/lgpr-corn-2025-145979.md new file mode 100644 index 00000000..690b6332 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145979.md @@ -0,0 +1,28 @@ +# Corn yield trial — Highland, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Highland +- **Year:** 2025 +- **Plot ID:** 145979 +- **Cooperator:** Shemak Farms +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-13 +- **Plot average:** 251.7 BU/Ac +- **Coordinates:** 43.06789, -90.45257 +- **URL:** https://lgseeds.com/performance/corn#plot-145979 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG59C72 | 5222EZ | 277.1 | +| 2 | Unknown | 6061STXRIB | - | 269.91 | +| 3 | LG Seeds | LG62C20 | D-RN | 257.54 | +| 4 | LG Seeds | LG51C62 | D | 249.67 | +| 5 | LG Seeds | LG51C32 | SSPRIB | 243.38 | + +Top 5 by Yield: LG59C72 (LG Seeds) 277.1, 6061STXRIB (Unknown) 269.91, LG62C20 (LG Seeds) 257.54, LG51C62 (LG Seeds) 249.67, LG51C32 (LG Seeds) 243.38. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145983.json b/corpus/lg_plot_reports/lgpr-corn-2025-145983.json new file mode 100644 index 00000000..7ebc696f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145983.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145983", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Washington", + "state_abbrev": "wa", + "city": "Warden", + "year": 2025, + "plot_id": "145983", + "lat": 47.07208, + "lng": -119.06065, + "cooperator": "MHB Farm", + "salesperson": "MHB Farm", + "planted_date": "2025-05-13", + "harvested_date": "2025-11-18", + "plot_average": 256.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG55C32", + "traits": "SSP", + "metrics": { + "Yield": 292.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 286.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2RIB", + "metrics": { + "Yield": 279.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 258.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 257.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145983" + ], + "fetched_at": "2026-05-27T02:18:12.119730+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145983.md b/corpus/lg_plot_reports/lgpr-corn-2025-145983.md new file mode 100644 index 00000000..8d7f5f2e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145983.md @@ -0,0 +1,28 @@ +# Corn yield trial — Warden, Washington, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Washington (WA) +- **City:** Warden +- **Year:** 2025 +- **Plot ID:** 145983 +- **Cooperator:** MHB Farm +- **Planted:** 2025-05-13 +- **Harvested:** 2025-11-18 +- **Plot average:** 256.9 BU/Ac +- **Coordinates:** 47.07208, -119.06065 +- **URL:** https://lgseeds.com/performance/corn#plot-145983 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG55C32 | SSP | 292.3 | +| 2 | LG Seeds | LG52C90 | VT2RIB | 286.4 | +| 3 | LG Seeds | LG5525 | VT2RIB | 279.2 | +| 4 | LG Seeds | LG51C62 | D | 258.3 | +| 5 | LG Seeds | LG48C87 | VT2RIB | 257.8 | + +Top 5 by Yield: LG55C32 (LG Seeds) 292.3, LG52C90 (LG Seeds) 286.4, LG5525 (LG Seeds) 279.2, LG51C62 (LG Seeds) 258.3, LG48C87 (LG Seeds) 257.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145984.json b/corpus/lg_plot_reports/lgpr-corn-2025-145984.json new file mode 100644 index 00000000..8b618083 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145984.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145984", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Shabbona", + "year": 2025, + "plot_id": "145984", + "lat": 41.77572, + "lng": -88.83328, + "cooperator": "Morgan Buchholz", + "salesperson": "Morgan Buchholz", + "planted_date": "2025-04-19", + "harvested_date": "2025-10-21", + "plot_average": 249.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C20", + "traits": "D-RN", + "metrics": { + "Yield": 273.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 264.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 258.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 253.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 245.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145984" + ], + "fetched_at": "2026-05-27T02:20:48.943696+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145984.md b/corpus/lg_plot_reports/lgpr-corn-2025-145984.md new file mode 100644 index 00000000..021b1777 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145984.md @@ -0,0 +1,28 @@ +# Corn yield trial — Shabbona, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Shabbona +- **Year:** 2025 +- **Plot ID:** 145984 +- **Cooperator:** Morgan Buchholz +- **Planted:** 2025-04-19 +- **Harvested:** 2025-10-21 +- **Plot average:** 249.7 BU/Ac +- **Coordinates:** 41.77572, -88.83328 +- **URL:** https://lgseeds.com/performance/corn#plot-145984 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C20 | D-RN | 273.4 | +| 2 | LG Seeds | LG60C24 | VT4PRO | 264.2 | +| 3 | LG Seeds | LG56C25 | SSPRIB | 258.7 | +| 4 | LG Seeds | LG59C72 | 5222EZ | 253.2 | +| 5 | LG Seeds | LG51C62 | D | 245.4 | + +Top 5 by Yield: LG62C20 (LG Seeds) 273.4, LG60C24 (LG Seeds) 264.2, LG56C25 (LG Seeds) 258.7, LG59C72 (LG Seeds) 253.2, LG51C62 (LG Seeds) 245.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145989.json b/corpus/lg_plot_reports/lgpr-corn-2025-145989.json new file mode 100644 index 00000000..a16183ba --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145989.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145989", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Linwood ", + "year": 2025, + "plot_id": "145989", + "lat": 39.00471, + "lng": -95.13055, + "cooperator": "Alex Cox", + "salesperson": "Alex Cox", + "planted_date": "2025-05-12", + "harvested_date": "2025-10-22", + "plot_average": 195.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 207.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 200.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 196.3 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LG65C50VT2PRO", + "traits": "", + "metrics": { + "Yield": 196.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 190.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145989" + ], + "fetched_at": "2026-05-27T02:17:23.836766+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145989.md b/corpus/lg_plot_reports/lgpr-corn-2025-145989.md new file mode 100644 index 00000000..1a814d7a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145989.md @@ -0,0 +1,28 @@ +# Corn yield trial — Linwood , Kansas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Linwood +- **Year:** 2025 +- **Plot ID:** 145989 +- **Cooperator:** Alex Cox +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-22 +- **Plot average:** 195.9 BU/Ac +- **Coordinates:** 39.00471, -95.13055 +- **URL:** https://lgseeds.com/performance/corn#plot-145989 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG65C30 | VT2RIB | 207.7 | +| 2 | LG Seeds | LG61C28 | V | 200.3 | +| 3 | LG Seeds | LG63C32 | TRC | 196.3 | +| 4 | Unknown | LG65C50VT2PRO | - | 196.2 | +| 5 | LG Seeds | LG62C73 | VT2RIB | 190.6 | + +Top 5 by Yield: LG65C30 (LG Seeds) 207.7, LG61C28 (LG Seeds) 200.3, LG63C32 (LG Seeds) 196.3, LG65C50VT2PRO (Unknown) 196.2, LG62C73 (LG Seeds) 190.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145997.json b/corpus/lg_plot_reports/lgpr-corn-2025-145997.json new file mode 100644 index 00000000..b02274f3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145997.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145997", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "North Dakota", + "state_abbrev": "nd", + "city": "Oakes", + "year": 2025, + "plot_id": "145997", + "lat": 46.08482, + "lng": -98.04935, + "cooperator": "Tracey Domine", + "salesperson": "Tracey Domine", + "planted_date": "2025-05-02", + "harvested_date": "2025-10-20", + "plot_average": 207.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG47C12", + "traits": "VT2PRO", + "metrics": { + "Yield": 222.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 217.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 211.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 210.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 209.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145997" + ], + "fetched_at": "2026-05-27T02:21:01.440311+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145997.md b/corpus/lg_plot_reports/lgpr-corn-2025-145997.md new file mode 100644 index 00000000..1c6754a8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145997.md @@ -0,0 +1,28 @@ +# Corn yield trial — Oakes, North Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** North Dakota (ND) +- **City:** Oakes +- **Year:** 2025 +- **Plot ID:** 145997 +- **Cooperator:** Tracey Domine +- **Planted:** 2025-05-02 +- **Harvested:** 2025-10-20 +- **Plot average:** 207.4 BU/Ac +- **Coordinates:** 46.08482, -98.04935 +- **URL:** https://lgseeds.com/performance/corn#plot-145997 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG47C12 | VT2PRO | 222.0 | +| 2 | LG Seeds | LG51C62 | D | 217.6 | +| 3 | LG Seeds | LG48C87 | VT2RIB | 211.7 | +| 4 | LG Seeds | LG52C90 | VT2RIB | 210.8 | +| 5 | LG Seeds | LG49C28 | VT2RIB | 209.6 | + +Top 5 by Yield: LG47C12 (LG Seeds) 222.0, LG51C62 (LG Seeds) 217.6, LG48C87 (LG Seeds) 211.7, LG52C90 (LG Seeds) 210.8, LG49C28 (LG Seeds) 209.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145998.json b/corpus/lg_plot_reports/lgpr-corn-2025-145998.json new file mode 100644 index 00000000..2ac91271 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145998.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-145998", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Decker", + "year": 2025, + "plot_id": "145998", + "lat": 43.46138, + "lng": -83.05027, + "cooperator": "Brian Hirsch", + "salesperson": "Brian Hirsch", + "planted_date": "2025-05-10", + "harvested_date": "2025-11-08", + "plot_average": 244.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 269.32 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P0035AM", + "traits": "", + "metrics": { + "Yield": 268.84 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG51C62D", + "traits": "", + "metrics": { + "Yield": 266.42 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 261.25 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG51C62VT2RIB", + "traits": "", + "metrics": { + "Yield": 260.01 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-145998" + ], + "fetched_at": "2026-05-27T02:21:09.445147+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-145998.md b/corpus/lg_plot_reports/lgpr-corn-2025-145998.md new file mode 100644 index 00000000..61ddfd7a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-145998.md @@ -0,0 +1,28 @@ +# Corn yield trial — Decker, Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Decker +- **Year:** 2025 +- **Plot ID:** 145998 +- **Cooperator:** Brian Hirsch +- **Planted:** 2025-05-10 +- **Harvested:** 2025-11-08 +- **Plot average:** 244.0 BU/Ac +- **Coordinates:** 43.46138, -83.05027 +- **URL:** https://lgseeds.com/performance/corn#plot-145998 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 269.32 | +| 2 | Pioneer | P0035AM | - | 268.84 | +| 3 | Unknown | LG51C62D | - | 266.42 | +| 4 | LG Seeds | LG52C90 | VT2RIB | 261.25 | +| 5 | Unknown | LG51C62VT2RIB | - | 260.01 | + +Top 5 by Yield: LG51C62 (LG Seeds) 269.32, P0035AM (Pioneer) 268.84, LG51C62D (Unknown) 266.42, LG52C90 (LG Seeds) 261.25, LG51C62VT2RIB (Unknown) 260.01. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146003.json b/corpus/lg_plot_reports/lgpr-corn-2025-146003.json new file mode 100644 index 00000000..95259ac8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146003.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146003", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Melvin", + "year": 2025, + "plot_id": "146003", + "lat": 43.18941, + "lng": -82.77369, + "cooperator": "Rob & Ron Steenbergh", + "salesperson": "Rob & Ron Steenbergh", + "planted_date": "2025-05-09", + "harvested_date": "2025-10-27", + "plot_average": 242.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 259.65 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC101-35RIB", + "traits": "", + "metrics": { + "Yield": 259.48 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P0035AM", + "traits": "", + "metrics": { + "Yield": 257.73 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 252.15 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG51C62D", + "traits": "", + "metrics": { + "Yield": 248.32 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146003" + ], + "fetched_at": "2026-05-27T02:18:46.378705+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146003.md b/corpus/lg_plot_reports/lgpr-corn-2025-146003.md new file mode 100644 index 00000000..624df0f9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146003.md @@ -0,0 +1,28 @@ +# Corn yield trial — Melvin, Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Melvin +- **Year:** 2025 +- **Plot ID:** 146003 +- **Cooperator:** Rob & Ron Steenbergh +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-27 +- **Plot average:** 242.4 BU/Ac +- **Coordinates:** 43.18941, -82.77369 +- **URL:** https://lgseeds.com/performance/corn#plot-146003 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2RIB | 259.65 | +| 2 | Unknown | DKC101-35RIB | - | 259.48 | +| 3 | Pioneer | P0035AM | - | 257.73 | +| 4 | LG Seeds | LG51C62 | VT2RIB | 252.15 | +| 5 | Unknown | LG51C62D | - | 248.32 | + +Top 5 by Yield: LG52C90 (LG Seeds) 259.65, DKC101-35RIB (Unknown) 259.48, P0035AM (Pioneer) 257.73, LG51C62 (LG Seeds) 252.15, LG51C62D (Unknown) 248.32. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146006.json b/corpus/lg_plot_reports/lgpr-corn-2025-146006.json new file mode 100644 index 00000000..f5283981 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146006.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146006", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Bay Port", + "year": 2025, + "plot_id": "146006", + "lat": 43.82675, + "lng": -83.32558, + "cooperator": "Ben Maust", + "salesperson": "Ben Maust", + "planted_date": "2025-05-10", + "harvested_date": "2025-10-09", + "plot_average": 253.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG48C57", + "traits": "DV-RN", + "metrics": { + "Yield": 284.42 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 272.03 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 267.65 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 264.05 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG51C62VT2RIB", + "traits": "", + "metrics": { + "Yield": 263.88 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146006" + ], + "fetched_at": "2026-05-27T02:17:16.346816+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146006.md b/corpus/lg_plot_reports/lgpr-corn-2025-146006.md new file mode 100644 index 00000000..de2a4d16 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146006.md @@ -0,0 +1,28 @@ +# Corn yield trial — Bay Port, Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Bay Port +- **Year:** 2025 +- **Plot ID:** 146006 +- **Cooperator:** Ben Maust +- **Planted:** 2025-05-10 +- **Harvested:** 2025-10-09 +- **Plot average:** 253.2 BU/Ac +- **Coordinates:** 43.82675, -83.32558 +- **URL:** https://lgseeds.com/performance/corn#plot-146006 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG48C57 | DV-RN | 284.42 | +| 2 | LG Seeds | LG52C90 | VT2RIB | 272.03 | +| 3 | LG Seeds | LG51C62 | D | 267.65 | +| 4 | LG Seeds | LG49C28 | VT2RIB | 264.05 | +| 5 | Unknown | LG51C62VT2RIB | - | 263.88 | + +Top 5 by Yield: LG48C57 (LG Seeds) 284.42, LG52C90 (LG Seeds) 272.03, LG51C62 (LG Seeds) 267.65, LG49C28 (LG Seeds) 264.05, LG51C62VT2RIB (Unknown) 263.88. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146008.json b/corpus/lg_plot_reports/lgpr-corn-2025-146008.json new file mode 100644 index 00000000..b55bd327 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146008.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146008", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Seguin", + "year": 2025, + "plot_id": "146008", + "lat": 39.27797, + "lng": -100.5772, + "cooperator": "Shane Beckman", + "salesperson": "Shane Beckman ", + "planted_date": "2025-05-13", + "harvested_date": "2025-11-04", + "plot_average": 240.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 262.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LG59C05V-RN", + "traits": "", + "metrics": { + "Yield": 252.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2RIB", + "metrics": { + "Yield": 251.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 247.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 244.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146008" + ], + "fetched_at": "2026-05-27T02:20:27.433082+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146008.md b/corpus/lg_plot_reports/lgpr-corn-2025-146008.md new file mode 100644 index 00000000..8d7a896f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146008.md @@ -0,0 +1,29 @@ +# Corn yield trial — Seguin, Kansas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Seguin +- **Year:** 2025 +- **Plot ID:** 146008 +- **Cooperator:** Shane Beckman +- **Salesperson:** Shane Beckman +- **Planted:** 2025-05-13 +- **Harvested:** 2025-11-04 +- **Plot average:** 240.0 BU/Ac +- **Coordinates:** 39.27797, -100.57720 +- **URL:** https://lgseeds.com/performance/corn#plot-146008 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | TRC | 262.3 | +| 2 | Unknown | LG59C05V-RN | - | 252.9 | +| 3 | LG Seeds | LG58C16 | VT2RIB | 251.2 | +| 4 | LG Seeds | LG60C24 | VT4PRO | 247.3 | +| 5 | LG Seeds | LG61C28 | V | 244.1 | + +Top 5 by Yield: LG63C32 (LG Seeds) 262.3, LG59C05V-RN (Unknown) 252.9, LG58C16 (LG Seeds) 251.2, LG60C24 (LG Seeds) 247.3, LG61C28 (LG Seeds) 244.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146009.json b/corpus/lg_plot_reports/lgpr-corn-2025-146009.json new file mode 100644 index 00000000..c83ca0d3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146009.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146009", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Jasper", + "year": 2025, + "plot_id": "146009", + "lat": 41.80846, + "lng": -83.97937, + "cooperator": "Kay Ag Sales", + "salesperson": "Kay Ag Sales", + "planted_date": "2025-05-13", + "harvested_date": "2025-10-27", + "plot_average": 220.0, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P98125PCE", + "traits": "", + "metrics": { + "Yield": 237.96 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "MWF106CNV", + "traits": "", + "metrics": { + "Yield": 237.66 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "MWA107PWR", + "traits": "", + "metrics": { + "Yield": 233.94 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "", + "metrics": { + "Yield": 230.43 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "", + "metrics": { + "Yield": 229.61 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146009" + ], + "fetched_at": "2026-05-27T02:18:25.611058+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146009.md b/corpus/lg_plot_reports/lgpr-corn-2025-146009.md new file mode 100644 index 00000000..0c100236 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146009.md @@ -0,0 +1,28 @@ +# Corn yield trial — Jasper, Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Jasper +- **Year:** 2025 +- **Plot ID:** 146009 +- **Cooperator:** Kay Ag Sales +- **Planted:** 2025-05-13 +- **Harvested:** 2025-10-27 +- **Plot average:** 220.0 BU/Ac +- **Coordinates:** 41.80846, -83.97937 +- **URL:** https://lgseeds.com/performance/corn#plot-146009 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P98125PCE | - | 237.96 | +| 2 | Unknown | MWF106CNV | - | 237.66 | +| 3 | Unknown | MWA107PWR | - | 233.94 | +| 4 | LG Seeds | LG48C87 | - | 230.43 | +| 5 | LG Seeds | LG53C44 | - | 229.61 | + +Top 5 by Yield: P98125PCE (Pioneer) 237.96, MWF106CNV (Unknown) 237.66, MWA107PWR (Unknown) 233.94, LG48C87 (LG Seeds) 230.43, LG53C44 (LG Seeds) 229.61. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146011.json b/corpus/lg_plot_reports/lgpr-corn-2025-146011.json new file mode 100644 index 00000000..64d0e63b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146011.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146011", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Harbor Beach", + "year": 2025, + "plot_id": "146011", + "lat": 43.79502, + "lng": -82.66658, + "cooperator": "Gentner-Bischer Farms", + "salesperson": "Gentner-Bischer Farms", + "planted_date": "2025-05-10", + "harvested_date": "2025-10-30", + "plot_average": 255.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 277.81 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "G01V74-AA", + "traits": "", + "metrics": { + "Yield": 270.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 261.81 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "G97B68-DV", + "traits": "", + "metrics": { + "Yield": 260.69 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "G92A51-AA", + "traits": "", + "metrics": { + "Yield": 260.04 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146011" + ], + "fetched_at": "2026-05-27T02:21:09.677046+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146011.md b/corpus/lg_plot_reports/lgpr-corn-2025-146011.md new file mode 100644 index 00000000..4676a07c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146011.md @@ -0,0 +1,28 @@ +# Corn yield trial — Harbor Beach, Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Harbor Beach +- **Year:** 2025 +- **Plot ID:** 146011 +- **Cooperator:** Gentner-Bischer Farms +- **Planted:** 2025-05-10 +- **Harvested:** 2025-10-30 +- **Plot average:** 255.2 BU/Ac +- **Coordinates:** 43.79502, -82.66658 +- **URL:** https://lgseeds.com/performance/corn#plot-146011 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG49C28 | VT2RIB | 277.81 | +| 2 | Unknown | G01V74-AA | - | 270.4 | +| 3 | LG Seeds | LG48C87 | VT2RIB | 261.81 | +| 4 | Unknown | G97B68-DV | - | 260.69 | +| 5 | Unknown | G92A51-AA | - | 260.04 | + +Top 5 by Yield: LG49C28 (LG Seeds) 277.81, G01V74-AA (Unknown) 270.4, LG48C87 (LG Seeds) 261.81, G97B68-DV (Unknown) 260.69, G92A51-AA (Unknown) 260.04. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146013.json b/corpus/lg_plot_reports/lgpr-corn-2025-146013.json new file mode 100644 index 00000000..5c73071b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146013.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146013", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Tomah", + "year": 2025, + "plot_id": "146013", + "lat": 44.06529, + "lng": -90.55043, + "cooperator": "Hall Farms", + "salesperson": "Hall Farms", + "planted_date": "2025-05-13", + "harvested_date": "2025-11-12", + "plot_average": 248.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B98Z37PCE", + "traits": "", + "metrics": { + "Yield": 265.13 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC097-51", + "traits": "", + "metrics": { + "Yield": 262.84 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "CP3818TRE/RIB", + "traits": "", + "metrics": { + "Yield": 259.73 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC101-35RIB", + "traits": "", + "metrics": { + "Yield": 259.73 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG47C12", + "traits": "VT2PRO", + "metrics": { + "Yield": 258.62 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146013" + ], + "fetched_at": "2026-05-27T02:18:10.100564+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146013.md b/corpus/lg_plot_reports/lgpr-corn-2025-146013.md new file mode 100644 index 00000000..167d1ca0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146013.md @@ -0,0 +1,28 @@ +# Corn yield trial — Tomah, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Tomah +- **Year:** 2025 +- **Plot ID:** 146013 +- **Cooperator:** Hall Farms +- **Planted:** 2025-05-13 +- **Harvested:** 2025-11-12 +- **Plot average:** 248.7 BU/Ac +- **Coordinates:** 44.06529, -90.55043 +- **URL:** https://lgseeds.com/performance/corn#plot-146013 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B98Z37PCE | - | 265.13 | +| 2 | Unknown | DKC097-51 | - | 262.84 | +| 3 | Unknown | CP3818TRE/RIB | - | 259.73 | +| 4 | Unknown | DKC101-35RIB | - | 259.73 | +| 5 | LG Seeds | LG47C12 | VT2PRO | 258.62 | + +Top 5 by Yield: B98Z37PCE (Unknown) 265.13, DKC097-51 (Unknown) 262.84, CP3818TRE/RIB (Unknown) 259.73, DKC101-35RIB (Unknown) 259.73, LG47C12 (LG Seeds) 258.62. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146017.json b/corpus/lg_plot_reports/lgpr-corn-2025-146017.json new file mode 100644 index 00000000..a76151ba --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146017.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146017", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Arpin", + "year": 2025, + "plot_id": "146017", + "lat": 44.53986, + "lng": -89.96498, + "cooperator": "Brad Dorshorst", + "salesperson": "Brad Dorshorst ", + "planted_date": "2025-05-13", + "harvested_date": "2025-11-07", + "plot_average": 212.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG40C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 222.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "VT2RIB", + "metrics": { + "Yield": 216.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2RIB", + "metrics": { + "Yield": 214.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC41-54RIB", + "traits": "", + "metrics": { + "Yield": 212.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "RK300RR", + "traits": "", + "metrics": { + "Yield": 211.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146017" + ], + "fetched_at": "2026-05-27T02:21:05.672737+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146017.md b/corpus/lg_plot_reports/lgpr-corn-2025-146017.md new file mode 100644 index 00000000..1463dcd6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146017.md @@ -0,0 +1,29 @@ +# Corn yield trial — Arpin, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Arpin +- **Year:** 2025 +- **Plot ID:** 146017 +- **Cooperator:** Brad Dorshorst +- **Salesperson:** Brad Dorshorst +- **Planted:** 2025-05-13 +- **Harvested:** 2025-11-07 +- **Plot average:** 212.9 BU/Ac +- **Coordinates:** 44.53986, -89.96498 +- **URL:** https://lgseeds.com/performance/corn#plot-146017 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG40C07 | VT2PRO | 222.1 | +| 2 | LG Seeds | LG44C27 | VT2RIB | 216.3 | +| 3 | LG Seeds | LG43C50 | VT2RIB | 214.9 | +| 4 | Unknown | DKC41-54RIB | - | 212.7 | +| 5 | Unknown | RK300RR | - | 211.1 | + +Top 5 by Yield: LG40C07 (LG Seeds) 222.1, LG44C27 (LG Seeds) 216.3, LG43C50 (LG Seeds) 214.9, DKC41-54RIB (Unknown) 212.7, RK300RR (Unknown) 211.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146020.json b/corpus/lg_plot_reports/lgpr-corn-2025-146020.json new file mode 100644 index 00000000..059884ad --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146020.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146020", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Bryant", + "year": 2025, + "plot_id": "146020", + "lat": 44.60836, + "lng": -97.35048, + "cooperator": "Eugene Fedt", + "salesperson": "Eugene Fedt ", + "planted_date": "2025-05-13", + "harvested_date": null, + "plot_average": 209.1, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC098-88RIB", + "traits": "", + "metrics": { + "Yield": 228.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC101-33RIB", + "traits": "", + "metrics": { + "Yield": 218.5 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC095-57RIB", + "traits": "", + "metrics": { + "Yield": 218.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "W1869RIB", + "traits": "", + "metrics": { + "Yield": 214.9 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "W2629RIB", + "traits": "", + "metrics": { + "Yield": 214.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146020" + ], + "fetched_at": "2026-05-27T02:21:03.426449+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146020.md b/corpus/lg_plot_reports/lgpr-corn-2025-146020.md new file mode 100644 index 00000000..bd2b706c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146020.md @@ -0,0 +1,28 @@ +# Corn yield trial — Bryant, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Bryant +- **Year:** 2025 +- **Plot ID:** 146020 +- **Cooperator:** Eugene Fedt +- **Salesperson:** Eugene Fedt +- **Planted:** 2025-05-13 +- **Plot average:** 209.1 BU/Ac +- **Coordinates:** 44.60836, -97.35048 +- **URL:** https://lgseeds.com/performance/corn#plot-146020 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC098-88RIB | - | 228.4 | +| 2 | Unknown | DKC101-33RIB | - | 218.5 | +| 3 | Unknown | DKC095-57RIB | - | 218.0 | +| 4 | Unknown | W1869RIB | - | 214.9 | +| 5 | Unknown | W2629RIB | - | 214.6 | + +Top 5 by Yield: DKC098-88RIB (Unknown) 228.4, DKC101-33RIB (Unknown) 218.5, DKC095-57RIB (Unknown) 218.0, W1869RIB (Unknown) 214.9, W2629RIB (Unknown) 214.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146021.json b/corpus/lg_plot_reports/lgpr-corn-2025-146021.json new file mode 100644 index 00000000..e03fc6bb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146021.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146021", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "St. Cloud", + "year": 2025, + "plot_id": "146021", + "lat": 43.77995, + "lng": -88.19141, + "cooperator": "Earl Sippel", + "salesperson": "Earl Sippel", + "planted_date": "2025-05-13", + "harvested_date": "2025-11-05", + "plot_average": 214.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 243.64 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 238.53 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "CP3980VT2P/RIB", + "traits": "", + "metrics": { + "Yield": 228.15 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B01X44V", + "traits": "", + "metrics": { + "Yield": 226.56 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "RC4684-SSP", + "traits": "", + "metrics": { + "Yield": 225.04 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146021" + ], + "fetched_at": "2026-05-27T02:21:05.933545+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146021.md b/corpus/lg_plot_reports/lgpr-corn-2025-146021.md new file mode 100644 index 00000000..e1c9f6b7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146021.md @@ -0,0 +1,28 @@ +# Corn yield trial — St. Cloud, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** St. Cloud +- **Year:** 2025 +- **Plot ID:** 146021 +- **Cooperator:** Earl Sippel +- **Planted:** 2025-05-13 +- **Harvested:** 2025-11-05 +- **Plot average:** 214.6 BU/Ac +- **Coordinates:** 43.77995, -88.19141 +- **URL:** https://lgseeds.com/performance/corn#plot-146021 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG48C87 | VT2RIB | 243.64 | +| 2 | LG Seeds | LG52C90 | VT2RIB | 238.53 | +| 3 | Unknown | CP3980VT2P/RIB | - | 228.15 | +| 4 | Unknown | B01X44V | - | 226.56 | +| 5 | Unknown | RC4684-SSP | - | 225.04 | + +Top 5 by Yield: LG48C87 (LG Seeds) 243.64, LG52C90 (LG Seeds) 238.53, CP3980VT2P/RIB (Unknown) 228.15, B01X44V (Unknown) 226.56, RC4684-SSP (Unknown) 225.04. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146022.json b/corpus/lg_plot_reports/lgpr-corn-2025-146022.json new file mode 100644 index 00000000..62de5de6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146022.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146022", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Bison ", + "year": 2025, + "plot_id": "146022", + "lat": 45.44474, + "lng": -102.43724, + "cooperator": "Bradley Fried", + "salesperson": "Bradley Fried", + "planted_date": "2025-05-12", + "harvested_date": "2025-11-13", + "plot_average": 148.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 164.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "VT2RIB", + "metrics": { + "Yield": 160.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 158.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2RIB", + "metrics": { + "Yield": 152.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG40C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 152.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146022" + ], + "fetched_at": "2026-05-27T02:18:11.363458+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146022.md b/corpus/lg_plot_reports/lgpr-corn-2025-146022.md new file mode 100644 index 00000000..f954dee8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146022.md @@ -0,0 +1,28 @@ +# Corn yield trial — Bison , South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Bison +- **Year:** 2025 +- **Plot ID:** 146022 +- **Cooperator:** Bradley Fried +- **Planted:** 2025-05-12 +- **Harvested:** 2025-11-13 +- **Plot average:** 148.1 BU/Ac +- **Coordinates:** 45.44474, -102.43724 +- **URL:** https://lgseeds.com/performance/corn#plot-146022 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG46C85 | VT2RIB | 164.5 | +| 2 | LG Seeds | LG44C27 | VT2RIB | 160.3 | +| 3 | LG Seeds | LG42C80 | VT2RIB | 158.0 | +| 4 | LG Seeds | LG43C50 | VT2RIB | 152.4 | +| 5 | LG Seeds | LG40C07 | VT2PRO | 152.3 | + +Top 5 by Yield: LG46C85 (LG Seeds) 164.5, LG44C27 (LG Seeds) 160.3, LG42C80 (LG Seeds) 158.0, LG43C50 (LG Seeds) 152.4, LG40C07 (LG Seeds) 152.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146023.json b/corpus/lg_plot_reports/lgpr-corn-2025-146023.json new file mode 100644 index 00000000..095e8156 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146023.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146023", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Holcomb", + "year": 2025, + "plot_id": "146023", + "lat": 38.02779, + "lng": -100.98454, + "cooperator": "Knoll Brothers Inc.", + "salesperson": "Knoll Brothers Inc.", + "planted_date": "2025-05-13", + "harvested_date": "2025-11-03", + "plot_average": 233.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 244.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LG65C50VT2PRO", + "traits": "", + "metrics": { + "Yield": 244.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 244.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 239.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 237.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146023" + ], + "fetched_at": "2026-05-27T02:20:02.659601+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146023.md b/corpus/lg_plot_reports/lgpr-corn-2025-146023.md new file mode 100644 index 00000000..1cdac5da --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146023.md @@ -0,0 +1,28 @@ +# Corn yield trial — Holcomb, Kansas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Holcomb +- **Year:** 2025 +- **Plot ID:** 146023 +- **Cooperator:** Knoll Brothers Inc. +- **Planted:** 2025-05-13 +- **Harvested:** 2025-11-03 +- **Plot average:** 233.6 BU/Ac +- **Coordinates:** 38.02779, -100.98454 +- **URL:** https://lgseeds.com/performance/corn#plot-146023 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C43 | VT2RIB | 244.6 | +| 2 | Unknown | LG65C50VT2PRO | - | 244.3 | +| 3 | LG Seeds | LG63C32 | TRC | 244.2 | +| 4 | LG Seeds | LG60C24 | VT4PRO | 239.0 | +| 5 | LG Seeds | LG61C28 | V | 237.9 | + +Top 5 by Yield: LG64C43 (LG Seeds) 244.6, LG65C50VT2PRO (Unknown) 244.3, LG63C32 (LG Seeds) 244.2, LG60C24 (LG Seeds) 239.0, LG61C28 (LG Seeds) 237.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146028.json b/corpus/lg_plot_reports/lgpr-corn-2025-146028.json new file mode 100644 index 00000000..02f27c6d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146028.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146028", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Colorado", + "state_abbrev": "co", + "city": "Milliken", + "year": 2025, + "plot_id": "146028", + "lat": 40.33778, + "lng": -104.89178, + "cooperator": "High Plains Agronomics", + "salesperson": "High Plains Agronomics", + "planted_date": "2025-05-13", + "harvested_date": "2025-11-13", + "plot_average": 241.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG48C57", + "traits": "DV-RN", + "metrics": { + "Yield": 266.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG36C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 265.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 244.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 240.1 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P0075AM", + "traits": "", + "metrics": { + "Yield": 239.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146028" + ], + "fetched_at": "2026-05-27T02:17:55.863949+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146028.md b/corpus/lg_plot_reports/lgpr-corn-2025-146028.md new file mode 100644 index 00000000..94d8d7be --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146028.md @@ -0,0 +1,28 @@ +# Corn yield trial — Milliken, Colorado, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Colorado (CO) +- **City:** Milliken +- **Year:** 2025 +- **Plot ID:** 146028 +- **Cooperator:** High Plains Agronomics +- **Planted:** 2025-05-13 +- **Harvested:** 2025-11-13 +- **Plot average:** 241.2 BU/Ac +- **Coordinates:** 40.33778, -104.89178 +- **URL:** https://lgseeds.com/performance/corn#plot-146028 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG48C57 | DV-RN | 266.6 | +| 2 | LG Seeds | LG36C73 | VT2RIB | 265.7 | +| 3 | LG Seeds | LG48C32 | SSPRIB | 244.4 | +| 4 | LG Seeds | LG48C87 | VT2RIB | 240.1 | +| 5 | Pioneer | P0075AM | - | 239.9 | + +Top 5 by Yield: LG48C57 (LG Seeds) 266.6, LG36C73 (LG Seeds) 265.7, LG48C32 (LG Seeds) 244.4, LG48C87 (LG Seeds) 240.1, P0075AM (Pioneer) 239.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146031.json b/corpus/lg_plot_reports/lgpr-corn-2025-146031.json new file mode 100644 index 00000000..7196a224 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146031.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146031", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Hancock", + "year": 2025, + "plot_id": "146031", + "lat": 45.4461, + "lng": -95.86745, + "cooperator": "Mike Paul", + "salesperson": "Mike Paul", + "planted_date": "2025-04-26", + "harvested_date": "2025-10-13", + "plot_average": 206.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 221.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C57", + "traits": "DV-RN", + "metrics": { + "Yield": 219.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 214.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 206.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2RIB", + "metrics": { + "Yield": 206.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146031" + ], + "fetched_at": "2026-05-27T02:17:31.103704+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146031.md b/corpus/lg_plot_reports/lgpr-corn-2025-146031.md new file mode 100644 index 00000000..ccb9489a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146031.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hancock, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Hancock +- **Year:** 2025 +- **Plot ID:** 146031 +- **Cooperator:** Mike Paul +- **Planted:** 2025-04-26 +- **Harvested:** 2025-10-13 +- **Plot average:** 206.4 BU/Ac +- **Coordinates:** 45.44610, -95.86745 +- **URL:** https://lgseeds.com/performance/corn#plot-146031 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | D | 221.8 | +| 2 | LG Seeds | LG48C57 | DV-RN | 219.6 | +| 3 | LG Seeds | LG51C32 | SSPRIB | 214.0 | +| 4 | LG Seeds | LG46C85 | VT2RIB | 206.4 | +| 5 | LG Seeds | LG43C50 | VT2RIB | 206.4 | + +Top 5 by Yield: LG51C62 (LG Seeds) 221.8, LG48C57 (LG Seeds) 219.6, LG51C32 (LG Seeds) 214.0, LG46C85 (LG Seeds) 206.4, LG43C50 (LG Seeds) 206.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146032.json b/corpus/lg_plot_reports/lgpr-corn-2025-146032.json new file mode 100644 index 00000000..1cba99b2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146032.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146032", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Spring Grove", + "year": 2025, + "plot_id": "146032", + "lat": 43.51833, + "lng": -91.53953, + "cooperator": "Myron Sylling", + "salesperson": "Myron Sylling", + "planted_date": "2025-05-09", + "harvested_date": "2025-10-09", + "plot_average": 232.3, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P08527", + "traits": "", + "metrics": { + "Yield": 261.8 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P05081", + "traits": "", + "metrics": { + "Yield": 245.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 240.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 238.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "", + "metrics": { + "Yield": 234.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146032" + ], + "fetched_at": "2026-05-27T02:21:06.182216+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146032.md b/corpus/lg_plot_reports/lgpr-corn-2025-146032.md new file mode 100644 index 00000000..dfd2fe34 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146032.md @@ -0,0 +1,28 @@ +# Corn yield trial — Spring Grove, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Spring Grove +- **Year:** 2025 +- **Plot ID:** 146032 +- **Cooperator:** Myron Sylling +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-09 +- **Plot average:** 232.3 BU/Ac +- **Coordinates:** 43.51833, -91.53953 +- **URL:** https://lgseeds.com/performance/corn#plot-146032 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P08527 | - | 261.8 | +| 2 | Pioneer | P05081 | - | 245.9 | +| 3 | LG Seeds | LG52C90 | VT2RIB | 240.6 | +| 4 | LG Seeds | LG51C32 | SSPRIB | 238.3 | +| 5 | LG Seeds | LG53C44 | - | 234.9 | + +Top 5 by Yield: P08527 (Pioneer) 261.8, P05081 (Pioneer) 245.9, LG52C90 (LG Seeds) 240.6, LG51C32 (LG Seeds) 238.3, LG53C44 (LG Seeds) 234.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146033.json b/corpus/lg_plot_reports/lgpr-corn-2025-146033.json new file mode 100644 index 00000000..60d84333 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146033.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146033", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Pukwana", + "year": 2025, + "plot_id": "146033", + "lat": 43.65523, + "lng": -99.21131, + "cooperator": "Levi Andera", + "salesperson": "Levi Andera", + "planted_date": "2025-05-13", + "harvested_date": "2025-11-12", + "plot_average": 162.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "LG59C05V-RN", + "traits": "", + "metrics": { + "Yield": 192.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2PRO", + "metrics": { + "Yield": 180.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 176.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 170.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 167.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146033" + ], + "fetched_at": "2026-05-27T02:18:49.125595+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146033.md b/corpus/lg_plot_reports/lgpr-corn-2025-146033.md new file mode 100644 index 00000000..48f8e43c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146033.md @@ -0,0 +1,28 @@ +# Corn yield trial — Pukwana, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Pukwana +- **Year:** 2025 +- **Plot ID:** 146033 +- **Cooperator:** Levi Andera +- **Planted:** 2025-05-13 +- **Harvested:** 2025-11-12 +- **Plot average:** 162.4 BU/Ac +- **Coordinates:** 43.65523, -99.21131 +- **URL:** https://lgseeds.com/performance/corn#plot-146033 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | LG59C05V-RN | - | 192.1 | +| 2 | LG Seeds | LG58C16 | VT2PRO | 180.2 | +| 3 | LG Seeds | LG61C28 | V | 176.2 | +| 4 | LG Seeds | LG58C48 | VT2RIB | 170.8 | +| 5 | LG Seeds | LG63C82 | DGVT2RIB | 167.5 | + +Top 5 by Yield: LG59C05V-RN (Unknown) 192.1, LG58C16 (LG Seeds) 180.2, LG61C28 (LG Seeds) 176.2, LG58C48 (LG Seeds) 170.8, LG63C82 (LG Seeds) 167.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146035.json b/corpus/lg_plot_reports/lgpr-corn-2025-146035.json new file mode 100644 index 00000000..ba6ccced --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146035.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146035", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Boscobel", + "year": 2025, + "plot_id": "146035", + "lat": 43.08259, + "lng": -90.62291, + "cooperator": "Dennis Swenson", + "salesperson": "Dennis Swenson", + "planted_date": "2025-05-13", + "harvested_date": "2025-10-31", + "plot_average": 232.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 252.92 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 252.27 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 240.86 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 232.69 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C57", + "traits": "DV-RN", + "metrics": { + "Yield": 231.95 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146035" + ], + "fetched_at": "2026-05-27T02:18:10.366834+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146035.md b/corpus/lg_plot_reports/lgpr-corn-2025-146035.md new file mode 100644 index 00000000..362b932d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146035.md @@ -0,0 +1,28 @@ +# Corn yield trial — Boscobel, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Boscobel +- **Year:** 2025 +- **Plot ID:** 146035 +- **Cooperator:** Dennis Swenson +- **Planted:** 2025-05-13 +- **Harvested:** 2025-10-31 +- **Plot average:** 232.4 BU/Ac +- **Coordinates:** 43.08259, -90.62291 +- **URL:** https://lgseeds.com/performance/corn#plot-146035 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG49C28 | VT2RIB | 252.92 | +| 2 | LG Seeds | LG59C72 | 5222EZ | 252.27 | +| 3 | LG Seeds | LG51C32 | SSPRIB | 240.86 | +| 4 | LG Seeds | LG51C62 | D | 232.69 | +| 5 | LG Seeds | LG48C57 | DV-RN | 231.95 | + +Top 5 by Yield: LG49C28 (LG Seeds) 252.92, LG59C72 (LG Seeds) 252.27, LG51C32 (LG Seeds) 240.86, LG51C62 (LG Seeds) 232.69, LG48C57 (LG Seeds) 231.95. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146049.json b/corpus/lg_plot_reports/lgpr-corn-2025-146049.json new file mode 100644 index 00000000..81a07548 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146049.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146049", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Glendon", + "year": 2025, + "plot_id": "146049", + "lat": 46.94049, + "lng": -96.56864, + "cooperator": "Trygve Skolness", + "salesperson": "Trygve Skolness", + "planted_date": "2025-05-13", + "harvested_date": "2025-10-24", + "plot_average": 207.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG38C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 220.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2RIB", + "metrics": { + "Yield": 220.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "74R89", + "traits": "", + "metrics": { + "Yield": 217.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DS-3159AM", + "traits": "", + "metrics": { + "Yield": 217.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "73S84VT2PRIB", + "traits": "", + "metrics": { + "Yield": 215.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146049" + ], + "fetched_at": "2026-05-27T02:18:57.120513+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146049.md b/corpus/lg_plot_reports/lgpr-corn-2025-146049.md new file mode 100644 index 00000000..230017bb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146049.md @@ -0,0 +1,28 @@ +# Corn yield trial — Glendon, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Glendon +- **Year:** 2025 +- **Plot ID:** 146049 +- **Cooperator:** Trygve Skolness +- **Planted:** 2025-05-13 +- **Harvested:** 2025-10-24 +- **Plot average:** 207.7 BU/Ac +- **Coordinates:** 46.94049, -96.56864 +- **URL:** https://lgseeds.com/performance/corn#plot-146049 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG38C48 | VT2RIB | 220.1 | +| 2 | LG Seeds | LG43C50 | VT2RIB | 220.1 | +| 3 | Unknown | 74R89 | - | 217.8 | +| 4 | Unknown | DS-3159AM | - | 217.2 | +| 5 | Unknown | 73S84VT2PRIB | - | 215.5 | + +Top 5 by Yield: LG38C48 (LG Seeds) 220.1, LG43C50 (LG Seeds) 220.1, 74R89 (Unknown) 217.8, DS-3159AM (Unknown) 217.2, 73S84VT2PRIB (Unknown) 215.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146059.json b/corpus/lg_plot_reports/lgpr-corn-2025-146059.json new file mode 100644 index 00000000..c0d045e9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146059.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146059", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Belgium", + "year": 2025, + "plot_id": "146059", + "lat": 43.49568, + "lng": -87.93946, + "cooperator": "Highline Farms", + "salesperson": "Highline Farms", + "planted_date": "2025-05-14", + "harvested_date": "2025-11-11", + "plot_average": 215.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B98Z37V", + "traits": "", + "metrics": { + "Yield": 233.84 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 231.96 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B96M56PCE", + "traits": "", + "metrics": { + "Yield": 228.53 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC099-11RIB", + "traits": "", + "metrics": { + "Yield": 228.05 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC094-78", + "traits": "", + "metrics": { + "Yield": 227.39 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146059" + ], + "fetched_at": "2026-05-27T02:20:57.921723+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146059.md b/corpus/lg_plot_reports/lgpr-corn-2025-146059.md new file mode 100644 index 00000000..196f54a7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146059.md @@ -0,0 +1,28 @@ +# Corn yield trial — Belgium, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Belgium +- **Year:** 2025 +- **Plot ID:** 146059 +- **Cooperator:** Highline Farms +- **Planted:** 2025-05-14 +- **Harvested:** 2025-11-11 +- **Plot average:** 215.8 BU/Ac +- **Coordinates:** 43.49568, -87.93946 +- **URL:** https://lgseeds.com/performance/corn#plot-146059 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B98Z37V | - | 233.84 | +| 2 | LG Seeds | LG48C87 | VT2RIB | 231.96 | +| 3 | Unknown | B96M56PCE | - | 228.53 | +| 4 | Unknown | DKC099-11RIB | - | 228.05 | +| 5 | Unknown | DKC094-78 | - | 227.39 | + +Top 5 by Yield: B98Z37V (Unknown) 233.84, LG48C87 (LG Seeds) 231.96, B96M56PCE (Unknown) 228.53, DKC099-11RIB (Unknown) 228.05, DKC094-78 (Unknown) 227.39. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146060.json b/corpus/lg_plot_reports/lgpr-corn-2025-146060.json new file mode 100644 index 00000000..280d420d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146060.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146060", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Loudonville", + "year": 2025, + "plot_id": "146060", + "lat": 40.65258, + "lng": -82.30208, + "cooperator": "Loudonville farmers equity", + "salesperson": "Loudonville farmers equity", + "planted_date": "2025-04-29", + "harvested_date": "2025-10-24", + "plot_average": 252.6, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC111-62RIB", + "traits": "", + "metrics": { + "Yield": 275.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "SC1112AM", + "traits": "", + "metrics": { + "Yield": 274.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 265.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "SC1105PCE", + "traits": "", + "metrics": { + "Yield": 262.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC110-10RIB", + "traits": "", + "metrics": { + "Yield": 257.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146060" + ], + "fetched_at": "2026-05-27T02:18:17.365358+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146060.md b/corpus/lg_plot_reports/lgpr-corn-2025-146060.md new file mode 100644 index 00000000..8a12ef9d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146060.md @@ -0,0 +1,28 @@ +# Corn yield trial — Loudonville, Ohio, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Ohio (OH) +- **City:** Loudonville +- **Year:** 2025 +- **Plot ID:** 146060 +- **Cooperator:** Loudonville farmers equity +- **Planted:** 2025-04-29 +- **Harvested:** 2025-10-24 +- **Plot average:** 252.6 BU/Ac +- **Coordinates:** 40.65258, -82.30208 +- **URL:** https://lgseeds.com/performance/corn#plot-146060 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC111-62RIB | - | 275.2 | +| 2 | Unknown | SC1112AM | - | 274.5 | +| 3 | LG Seeds | LG62C73 | VT2RIB | 265.1 | +| 4 | Unknown | SC1105PCE | - | 262.5 | +| 5 | Unknown | DKC110-10RIB | - | 257.0 | + +Top 5 by Yield: DKC111-62RIB (Unknown) 275.2, SC1112AM (Unknown) 274.5, LG62C73 (LG Seeds) 265.1, SC1105PCE (Unknown) 262.5, DKC110-10RIB (Unknown) 257.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146075.json b/corpus/lg_plot_reports/lgpr-corn-2025-146075.json new file mode 100644 index 00000000..be9e6a11 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146075.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146075", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Dodge", + "year": 2025, + "plot_id": "146075", + "lat": 41.71361, + "lng": -96.91872, + "cooperator": "Jim & John Doernemann", + "salesperson": "Jim & John Doernemann", + "planted_date": "2025-05-14", + "harvested_date": "2025-10-31", + "plot_average": 226.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 261.3 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P1170AM", + "traits": "", + "metrics": { + "Yield": 244.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2RIB", + "metrics": { + "Yield": 243.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 243.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "H6196", + "traits": "", + "metrics": { + "Yield": 241.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146075" + ], + "fetched_at": "2026-05-27T02:20:01.652972+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146075.md b/corpus/lg_plot_reports/lgpr-corn-2025-146075.md new file mode 100644 index 00000000..bbc9cf5e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146075.md @@ -0,0 +1,28 @@ +# Corn yield trial — Dodge, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Dodge +- **Year:** 2025 +- **Plot ID:** 146075 +- **Cooperator:** Jim & John Doernemann +- **Planted:** 2025-05-14 +- **Harvested:** 2025-10-31 +- **Plot average:** 226.4 BU/Ac +- **Coordinates:** 41.71361, -96.91872 +- **URL:** https://lgseeds.com/performance/corn#plot-146075 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | TRC | 261.3 | +| 2 | Pioneer | P1170AM | - | 244.8 | +| 3 | LG Seeds | LG58C16 | VT2RIB | 243.2 | +| 4 | LG Seeds | LG60C05 | 3110 | 243.1 | +| 5 | Unknown | H6196 | - | 241.6 | + +Top 5 by Yield: LG63C32 (LG Seeds) 261.3, P1170AM (Pioneer) 244.8, LG58C16 (LG Seeds) 243.2, LG60C05 (LG Seeds) 243.1, H6196 (Unknown) 241.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146081.json b/corpus/lg_plot_reports/lgpr-corn-2025-146081.json new file mode 100644 index 00000000..7623d736 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146081.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146081", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Ubly", + "year": 2025, + "plot_id": "146081", + "lat": 43.59598, + "lng": -82.95642, + "cooperator": "Jared Heilig", + "salesperson": "Jared Heilig ", + "planted_date": "2025-05-14", + "harvested_date": "2025-10-30", + "plot_average": 240.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC101-35RIB", + "traits": "", + "metrics": { + "Yield": 252.99 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG46C57", + "traits": "", + "metrics": { + "Yield": 252.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 248.09 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 247.68 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 246.23 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146081" + ], + "fetched_at": "2026-05-27T02:18:25.880575+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146081.md b/corpus/lg_plot_reports/lgpr-corn-2025-146081.md new file mode 100644 index 00000000..60b3f038 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146081.md @@ -0,0 +1,29 @@ +# Corn yield trial — Ubly, Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Ubly +- **Year:** 2025 +- **Plot ID:** 146081 +- **Cooperator:** Jared Heilig +- **Salesperson:** Jared Heilig +- **Planted:** 2025-05-14 +- **Harvested:** 2025-10-30 +- **Plot average:** 240.3 BU/Ac +- **Coordinates:** 43.59598, -82.95642 +- **URL:** https://lgseeds.com/performance/corn#plot-146081 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC101-35RIB | - | 252.99 | +| 2 | LG Seeds | LG46C57 | - | 252.4 | +| 3 | LG Seeds | LG52C90 | VT2RIB | 248.09 | +| 4 | LG Seeds | LG46C85 | VT2RIB | 247.68 | +| 5 | LG Seeds | LG51C62 | VT2RIB | 246.23 | + +Top 5 by Yield: DKC101-35RIB (Unknown) 252.99, LG46C57 (LG Seeds) 252.4, LG52C90 (LG Seeds) 248.09, LG46C85 (LG Seeds) 247.68, LG51C62 (LG Seeds) 246.23. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146087.json b/corpus/lg_plot_reports/lgpr-corn-2025-146087.json new file mode 100644 index 00000000..c2af9611 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146087.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146087", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "West Union", + "year": 2025, + "plot_id": "146087", + "lat": 42.93119, + "lng": -91.81473, + "cooperator": "Cory Cannon", + "salesperson": "Cory Cannon", + "planted_date": "2025-05-14", + "harvested_date": "2025-10-26", + "plot_average": 217.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 240.9 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "14C59PCE", + "traits": "", + "metrics": { + "Yield": 238.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B12H48PCE", + "traits": "", + "metrics": { + "Yield": 234.7 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "W7485RIB", + "traits": "", + "metrics": { + "Yield": 230.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "W2674RIB", + "traits": "", + "metrics": { + "Yield": 228.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146087" + ], + "fetched_at": "2026-05-27T02:20:04.143257+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146087.md b/corpus/lg_plot_reports/lgpr-corn-2025-146087.md new file mode 100644 index 00000000..38112c54 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146087.md @@ -0,0 +1,28 @@ +# Corn yield trial — West Union, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** West Union +- **Year:** 2025 +- **Plot ID:** 146087 +- **Cooperator:** Cory Cannon +- **Planted:** 2025-05-14 +- **Harvested:** 2025-10-26 +- **Plot average:** 217.7 BU/Ac +- **Coordinates:** 42.93119, -91.81473 +- **URL:** https://lgseeds.com/performance/corn#plot-146087 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C73 | VT2RIB | 240.9 | +| 2 | Unknown | 14C59PCE | - | 238.2 | +| 3 | Unknown | B12H48PCE | - | 234.7 | +| 4 | Unknown | W7485RIB | - | 230.4 | +| 5 | Unknown | W2674RIB | - | 228.6 | + +Top 5 by Yield: LG62C73 (LG Seeds) 240.9, 14C59PCE (Unknown) 238.2, B12H48PCE (Unknown) 234.7, W7485RIB (Unknown) 230.4, W2674RIB (Unknown) 228.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146088.json b/corpus/lg_plot_reports/lgpr-corn-2025-146088.json new file mode 100644 index 00000000..dcb8c739 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146088.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146088", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Westbend ", + "year": 2025, + "plot_id": "146088", + "lat": 43.42738, + "lng": -88.31286, + "cooperator": "Jim and Brandon Lackas", + "salesperson": "Jim and Brandon Lackas", + "planted_date": "2025-05-14", + "harvested_date": "2025-11-07", + "plot_average": 237.8, + "results": [ + { + "rank": 1, + "brand": "NK", + "product": "0025-DV", + "traits": "", + "metrics": { + "Yield": 266.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B01X44PCE", + "traits": "", + "metrics": { + "Yield": 257.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 252.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B98Z37PCE", + "traits": "", + "metrics": { + "Yield": 247.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 241.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146088" + ], + "fetched_at": "2026-05-27T02:21:04.430549+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146088.md b/corpus/lg_plot_reports/lgpr-corn-2025-146088.md new file mode 100644 index 00000000..d0f9910f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146088.md @@ -0,0 +1,28 @@ +# Corn yield trial — Westbend , Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Westbend +- **Year:** 2025 +- **Plot ID:** 146088 +- **Cooperator:** Jim and Brandon Lackas +- **Planted:** 2025-05-14 +- **Harvested:** 2025-11-07 +- **Plot average:** 237.8 BU/Ac +- **Coordinates:** 43.42738, -88.31286 +- **URL:** https://lgseeds.com/performance/corn#plot-146088 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | NK | 0025-DV | - | 266.6 | +| 2 | Unknown | B01X44PCE | - | 257.8 | +| 3 | LG Seeds | LG52C90 | VT2RIB | 252.1 | +| 4 | Unknown | B98Z37PCE | - | 247.9 | +| 5 | LG Seeds | LG53C44 | VT2RIB | 241.3 | + +Top 5 by Yield: 0025-DV (NK) 266.6, B01X44PCE (Unknown) 257.8, LG52C90 (LG Seeds) 252.1, B98Z37PCE (Unknown) 247.9, LG53C44 (LG Seeds) 241.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146091.json b/corpus/lg_plot_reports/lgpr-corn-2025-146091.json new file mode 100644 index 00000000..5294c15e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146091.json @@ -0,0 +1,64 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146091", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Pipestone ", + "year": 2025, + "plot_id": "146091", + "lat": 43.99383, + "lng": -96.33498, + "cooperator": "Michael Merrill", + "salesperson": "Michael Merrill", + "planted_date": "2025-05-14", + "harvested_date": "2025-10-17", + "plot_average": 216.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 228.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 216.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 212.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG57C45", + "traits": "SSPRIB", + "metrics": { + "Yield": 208.0 + } + } + ], + "n_results": 4, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146091" + ], + "fetched_at": "2026-05-27T02:17:17.586290+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146091.md b/corpus/lg_plot_reports/lgpr-corn-2025-146091.md new file mode 100644 index 00000000..3443b886 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146091.md @@ -0,0 +1,27 @@ +# Corn yield trial — Pipestone , Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Pipestone +- **Year:** 2025 +- **Plot ID:** 146091 +- **Cooperator:** Michael Merrill +- **Planted:** 2025-05-14 +- **Harvested:** 2025-10-17 +- **Plot average:** 216.3 BU/Ac +- **Coordinates:** 43.99383, -96.33498 +- **URL:** https://lgseeds.com/performance/corn#plot-146091 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C32 | SSPRIB | 228.3 | +| 2 | LG Seeds | LG56C25 | SSPRIB | 216.5 | +| 3 | LG Seeds | LG59C72 | 5222EZ | 212.3 | +| 4 | LG Seeds | LG57C45 | SSPRIB | 208.0 | + +Top 5 by Yield: LG51C32 (LG Seeds) 228.3, LG56C25 (LG Seeds) 216.5, LG59C72 (LG Seeds) 212.3, LG57C45 (LG Seeds) 208.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146094.json b/corpus/lg_plot_reports/lgpr-corn-2025-146094.json new file mode 100644 index 00000000..dc8b4892 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146094.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146094", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Hershey", + "year": 2025, + "plot_id": "146094", + "lat": 41.16683, + "lng": -100.9735, + "cooperator": "Jon Frels", + "salesperson": "Jon Frels", + "planted_date": "2025-05-14", + "harvested_date": "2025-11-20", + "plot_average": 274.1, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B12J58V", + "traits": "", + "metrics": { + "Yield": 286.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B11M47V", + "traits": "", + "metrics": { + "Yield": 284.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 278.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 275.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 274.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146094" + ], + "fetched_at": "2026-05-27T02:20:41.175612+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146094.md b/corpus/lg_plot_reports/lgpr-corn-2025-146094.md new file mode 100644 index 00000000..aab1bac4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146094.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hershey, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Hershey +- **Year:** 2025 +- **Plot ID:** 146094 +- **Cooperator:** Jon Frels +- **Planted:** 2025-05-14 +- **Harvested:** 2025-11-20 +- **Plot average:** 274.1 BU/Ac +- **Coordinates:** 41.16683, -100.97350 +- **URL:** https://lgseeds.com/performance/corn#plot-146094 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B12J58V | - | 286.4 | +| 2 | Unknown | B11M47V | - | 284.7 | +| 3 | LG Seeds | LG60C05 | 3110 | 278.6 | +| 4 | LG Seeds | LG61C28 | V | 275.4 | +| 5 | LG Seeds | LG61C34 | STXRIB | 274.1 | + +Top 5 by Yield: B12J58V (Unknown) 286.4, B11M47V (Unknown) 284.7, LG60C05 (LG Seeds) 278.6, LG61C28 (LG Seeds) 275.4, LG61C34 (LG Seeds) 274.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146098.json b/corpus/lg_plot_reports/lgpr-corn-2025-146098.json new file mode 100644 index 00000000..606fea64 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146098.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146098", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Lake Andes", + "year": 2025, + "plot_id": "146098", + "lat": 43.22346, + "lng": -98.60535, + "cooperator": "Ray Johanneson", + "salesperson": "Ray Johanneson", + "planted_date": "2025-05-14", + "harvested_date": "2025-11-05", + "plot_average": 192.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 211.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 203.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C20", + "traits": "D-RN", + "metrics": { + "Yield": 201.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2PRO", + "metrics": { + "Yield": 197.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 193.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146098" + ], + "fetched_at": "2026-05-27T02:20:49.183453+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146098.md b/corpus/lg_plot_reports/lgpr-corn-2025-146098.md new file mode 100644 index 00000000..7010da0c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146098.md @@ -0,0 +1,28 @@ +# Corn yield trial — Lake Andes, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Lake Andes +- **Year:** 2025 +- **Plot ID:** 146098 +- **Cooperator:** Ray Johanneson +- **Planted:** 2025-05-14 +- **Harvested:** 2025-11-05 +- **Plot average:** 192.2 BU/Ac +- **Coordinates:** 43.22346, -98.60535 +- **URL:** https://lgseeds.com/performance/corn#plot-146098 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C28 | V | 211.1 | +| 2 | LG Seeds | LG60C05 | 3110 | 203.3 | +| 3 | LG Seeds | LG62C20 | D-RN | 201.6 | +| 4 | LG Seeds | LG58C16 | VT2PRO | 197.0 | +| 5 | LG Seeds | LG51C62 | VT2RIB | 193.4 | + +Top 5 by Yield: LG61C28 (LG Seeds) 211.1, LG60C05 (LG Seeds) 203.3, LG62C20 (LG Seeds) 201.6, LG58C16 (LG Seeds) 197.0, LG51C62 (LG Seeds) 193.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146107.json b/corpus/lg_plot_reports/lgpr-corn-2025-146107.json new file mode 100644 index 00000000..46415968 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146107.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146107", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Garden City", + "year": 2025, + "plot_id": "146107", + "lat": 44.94941, + "lng": -97.53444, + "cooperator": "Kyle Stern", + "salesperson": "Kyle Stern", + "planted_date": "2025-05-02", + "harvested_date": "2025-10-30", + "plot_average": 223.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 238.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 234.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG47C12", + "traits": "VT2PRO", + "metrics": { + "Yield": 232.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LG51C62D", + "traits": "", + "metrics": { + "Yield": 231.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 227.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146107" + ], + "fetched_at": "2026-05-27T02:20:59.455357+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146107.md b/corpus/lg_plot_reports/lgpr-corn-2025-146107.md new file mode 100644 index 00000000..0a82bc68 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146107.md @@ -0,0 +1,28 @@ +# Corn yield trial — Garden City, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Garden City +- **Year:** 2025 +- **Plot ID:** 146107 +- **Cooperator:** Kyle Stern +- **Planted:** 2025-05-02 +- **Harvested:** 2025-10-30 +- **Plot average:** 223.2 BU/Ac +- **Coordinates:** 44.94941, -97.53444 +- **URL:** https://lgseeds.com/performance/corn#plot-146107 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 238.0 | +| 2 | LG Seeds | LG52C90 | VT2RIB | 234.0 | +| 3 | LG Seeds | LG47C12 | VT2PRO | 232.5 | +| 4 | Unknown | LG51C62D | - | 231.3 | +| 5 | LG Seeds | LG48C87 | VT2RIB | 227.2 | + +Top 5 by Yield: LG51C62 (LG Seeds) 238.0, LG52C90 (LG Seeds) 234.0, LG47C12 (LG Seeds) 232.5, LG51C62D (Unknown) 231.3, LG48C87 (LG Seeds) 227.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146112.json b/corpus/lg_plot_reports/lgpr-corn-2025-146112.json new file mode 100644 index 00000000..be943def --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146112.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146112", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Pierz", + "year": 2025, + "plot_id": "146112", + "lat": 45.87945, + "lng": -94.08752, + "cooperator": "Allan Dale Dairy Stangl", + "salesperson": "Allan Dale Dairy Stangl", + "planted_date": "2025-05-13", + "harvested_date": "2025-10-22", + "plot_average": 214.2, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "E097K6-D", + "traits": "", + "metrics": { + "Yield": 228.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "G98U62-DV", + "traits": "", + "metrics": { + "Yield": 223.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG40C07", + "traits": "STX", + "metrics": { + "Yield": 218.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "E094Z4-D", + "traits": "", + "metrics": { + "Yield": 215.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "G95D32-V", + "traits": "", + "metrics": { + "Yield": 212.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146112" + ], + "fetched_at": "2026-05-27T02:18:07.597998+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146112.md b/corpus/lg_plot_reports/lgpr-corn-2025-146112.md new file mode 100644 index 00000000..0db6dd4e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146112.md @@ -0,0 +1,28 @@ +# Corn yield trial — Pierz, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Pierz +- **Year:** 2025 +- **Plot ID:** 146112 +- **Cooperator:** Allan Dale Dairy Stangl +- **Planted:** 2025-05-13 +- **Harvested:** 2025-10-22 +- **Plot average:** 214.2 BU/Ac +- **Coordinates:** 45.87945, -94.08752 +- **URL:** https://lgseeds.com/performance/corn#plot-146112 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | E097K6-D | - | 228.8 | +| 2 | Unknown | G98U62-DV | - | 223.5 | +| 3 | LG Seeds | LG40C07 | STX | 218.8 | +| 4 | Unknown | E094Z4-D | - | 215.2 | +| 5 | Unknown | G95D32-V | - | 212.1 | + +Top 5 by Yield: E097K6-D (Unknown) 228.8, G98U62-DV (Unknown) 223.5, LG40C07 (LG Seeds) 218.8, E094Z4-D (Unknown) 215.2, G95D32-V (Unknown) 212.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146113.json b/corpus/lg_plot_reports/lgpr-corn-2025-146113.json new file mode 100644 index 00000000..6f49c88d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146113.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146113", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Upland", + "year": 2025, + "plot_id": "146113", + "lat": 40.30297, + "lng": -98.91545, + "cooperator": "Nick Haack", + "salesperson": "Nick Haack", + "planted_date": "2025-05-09", + "harvested_date": "2025-10-30", + "plot_average": 253.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC119-30RIB", + "traits": "", + "metrics": { + "Yield": 273.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC111-61RIB", + "traits": "", + "metrics": { + "Yield": 265.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC114-42RIB", + "traits": "", + "metrics": { + "Yield": 256.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 254.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC116-62RIB", + "traits": "", + "metrics": { + "Yield": 254.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146113" + ], + "fetched_at": "2026-05-27T02:20:24.156003+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146113.md b/corpus/lg_plot_reports/lgpr-corn-2025-146113.md new file mode 100644 index 00000000..ff90122a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146113.md @@ -0,0 +1,28 @@ +# Corn yield trial — Upland, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Upland +- **Year:** 2025 +- **Plot ID:** 146113 +- **Cooperator:** Nick Haack +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-30 +- **Plot average:** 253.9 BU/Ac +- **Coordinates:** 40.30297, -98.91545 +- **URL:** https://lgseeds.com/performance/corn#plot-146113 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC119-30RIB | - | 273.8 | +| 2 | Unknown | DKC111-61RIB | - | 265.1 | +| 3 | Unknown | DKC114-42RIB | - | 256.7 | +| 4 | LG Seeds | LG63C32 | TRC | 254.5 | +| 5 | Unknown | DKC116-62RIB | - | 254.5 | + +Top 5 by Yield: DKC119-30RIB (Unknown) 273.8, DKC111-61RIB (Unknown) 265.1, DKC114-42RIB (Unknown) 256.7, LG63C32 (LG Seeds) 254.5, DKC116-62RIB (Unknown) 254.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146118.json b/corpus/lg_plot_reports/lgpr-corn-2025-146118.json new file mode 100644 index 00000000..13ee1ec0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146118.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146118", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Germantown ", + "year": 2025, + "plot_id": "146118", + "lat": 43.26659, + "lng": -88.09987, + "cooperator": "Matt Hauser", + "salesperson": "Matt Hauser", + "planted_date": "2025-05-15", + "harvested_date": "2025-11-14", + "plot_average": 207.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 230.94 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG47C12", + "traits": "VT2PRO", + "metrics": { + "Yield": 221.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B98Z37V", + "traits": "", + "metrics": { + "Yield": 218.49 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 212.38 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC094-78", + "traits": "", + "metrics": { + "Yield": 211.28 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146118" + ], + "fetched_at": "2026-05-27T02:17:15.581941+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146118.md b/corpus/lg_plot_reports/lgpr-corn-2025-146118.md new file mode 100644 index 00000000..fbdbbb43 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146118.md @@ -0,0 +1,28 @@ +# Corn yield trial — Germantown , Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Germantown +- **Year:** 2025 +- **Plot ID:** 146118 +- **Cooperator:** Matt Hauser +- **Planted:** 2025-05-15 +- **Harvested:** 2025-11-14 +- **Plot average:** 207.8 BU/Ac +- **Coordinates:** 43.26659, -88.09987 +- **URL:** https://lgseeds.com/performance/corn#plot-146118 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG48C87 | VT2RIB | 230.94 | +| 2 | LG Seeds | LG47C12 | VT2PRO | 221.2 | +| 3 | Unknown | B98Z37V | - | 218.49 | +| 4 | LG Seeds | LG52C90 | VT2RIB | 212.38 | +| 5 | Unknown | DKC094-78 | - | 211.28 | + +Top 5 by Yield: LG48C87 (LG Seeds) 230.94, LG47C12 (LG Seeds) 221.2, B98Z37V (Unknown) 218.49, LG52C90 (LG Seeds) 212.38, DKC094-78 (Unknown) 211.28. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146123.json b/corpus/lg_plot_reports/lgpr-corn-2025-146123.json new file mode 100644 index 00000000..cac263c4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146123.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146123", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Missouri", + "state_abbrev": "mo", + "city": "Houstonia", + "year": 2025, + "plot_id": "146123", + "lat": 38.89288, + "lng": -93.3425, + "cooperator": "Kevin Gregory", + "salesperson": "Kevin Gregory", + "planted_date": "2025-05-09", + "harvested_date": "2025-10-02", + "plot_average": 216.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 230.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 229.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 229.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 222.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG62C22", + "traits": "VT2RIB", + "metrics": { + "Yield": 220.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146123" + ], + "fetched_at": "2026-05-27T02:17:18.090113+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146123.md b/corpus/lg_plot_reports/lgpr-corn-2025-146123.md new file mode 100644 index 00000000..5197d78c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146123.md @@ -0,0 +1,28 @@ +# Corn yield trial — Houstonia, Missouri, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Missouri (MO) +- **City:** Houstonia +- **Year:** 2025 +- **Plot ID:** 146123 +- **Cooperator:** Kevin Gregory +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-02 +- **Plot average:** 216.6 BU/Ac +- **Coordinates:** 38.89288, -93.34250 +- **URL:** https://lgseeds.com/performance/corn#plot-146123 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | TRC | 230.1 | +| 2 | LG Seeds | LG66C44 | VT2RIB | 229.9 | +| 3 | LG Seeds | LG65C30 | VT2RIB | 229.2 | +| 4 | LG Seeds | LG62C73 | VT2RIB | 222.8 | +| 5 | LG Seeds | LG62C22 | VT2RIB | 220.5 | + +Top 5 by Yield: LG63C32 (LG Seeds) 230.1, LG66C44 (LG Seeds) 229.9, LG65C30 (LG Seeds) 229.2, LG62C73 (LG Seeds) 222.8, LG62C22 (LG Seeds) 220.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146128.json b/corpus/lg_plot_reports/lgpr-corn-2025-146128.json new file mode 100644 index 00000000..f118412e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146128.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146128", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "California", + "state_abbrev": "ca", + "city": "Lodi", + "year": 2025, + "plot_id": "146128", + "lat": 38.09641, + "lng": -121.53068, + "cooperator": "Steve Dinelli", + "salesperson": "Steve Dinelli", + "planted_date": "2025-05-15", + "harvested_date": "2025-11-08", + "plot_average": 170.2, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC114-42RIB", + "traits": "", + "metrics": { + "Yield": 195.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "ES7514", + "traits": "VT2P", + "metrics": { + "Yield": 192.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "CP5370VT2P/RIB", + "traits": "", + "metrics": { + "Yield": 186.9 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "", + "metrics": { + "Yield": 179.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC66-06RIB", + "traits": "", + "metrics": { + "Yield": 177.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146128" + ], + "fetched_at": "2026-05-27T02:18:41.613918+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146128.md b/corpus/lg_plot_reports/lgpr-corn-2025-146128.md new file mode 100644 index 00000000..0aebc46f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146128.md @@ -0,0 +1,28 @@ +# Corn yield trial — Lodi, California, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** California (CA) +- **City:** Lodi +- **Year:** 2025 +- **Plot ID:** 146128 +- **Cooperator:** Steve Dinelli +- **Planted:** 2025-05-15 +- **Harvested:** 2025-11-08 +- **Plot average:** 170.2 BU/Ac +- **Coordinates:** 38.09641, -121.53068 +- **URL:** https://lgseeds.com/performance/corn#plot-146128 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC114-42RIB | - | 195.1 | +| 2 | LG Seeds | ES7514 | VT2P | 192.6 | +| 3 | Unknown | CP5370VT2P/RIB | - | 186.9 | +| 4 | Pioneer | P14830AML | - | 179.1 | +| 5 | Unknown | DKC66-06RIB | - | 177.3 | + +Top 5 by Yield: DKC114-42RIB (Unknown) 195.1, ES7514 (LG Seeds) 192.6, CP5370VT2P/RIB (Unknown) 186.9, P14830AML (Pioneer) 179.1, DKC66-06RIB (Unknown) 177.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146133.json b/corpus/lg_plot_reports/lgpr-corn-2025-146133.json new file mode 100644 index 00000000..ae5e374f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146133.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146133", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Frankfort ", + "year": 2025, + "plot_id": "146133", + "lat": 44.83521, + "lng": -98.2834, + "cooperator": "Johnson Farms", + "salesperson": "Johnson Farms", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-17", + "plot_average": 221.4, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P01851V", + "traits": "", + "metrics": { + "Yield": 254.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 240.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 239.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "G03U08-D", + "traits": "", + "metrics": { + "Yield": 235.7 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P98125V", + "traits": "", + "metrics": { + "Yield": 235.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146133" + ], + "fetched_at": "2026-05-27T02:17:32.084831+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146133.md b/corpus/lg_plot_reports/lgpr-corn-2025-146133.md new file mode 100644 index 00000000..adb8ea76 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146133.md @@ -0,0 +1,28 @@ +# Corn yield trial — Frankfort , South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Frankfort +- **Year:** 2025 +- **Plot ID:** 146133 +- **Cooperator:** Johnson Farms +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-17 +- **Plot average:** 221.4 BU/Ac +- **Coordinates:** 44.83521, -98.28340 +- **URL:** https://lgseeds.com/performance/corn#plot-146133 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P01851V | - | 254.9 | +| 2 | LG Seeds | LG51C32 | SSPRIB | 240.6 | +| 3 | LG Seeds | LG46C85 | VT2RIB | 239.1 | +| 4 | Unknown | G03U08-D | - | 235.7 | +| 5 | Pioneer | P98125V | - | 235.1 | + +Top 5 by Yield: P01851V (Pioneer) 254.9, LG51C32 (LG Seeds) 240.6, LG46C85 (LG Seeds) 239.1, G03U08-D (Unknown) 235.7, P98125V (Pioneer) 235.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146136.json b/corpus/lg_plot_reports/lgpr-corn-2025-146136.json new file mode 100644 index 00000000..89a30340 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146136.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146136", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Dekalb", + "year": 2025, + "plot_id": "146136", + "lat": 41.88264, + "lng": -88.85039, + "cooperator": "Josh Faivre-Organic", + "salesperson": "Josh Faivre-Organic", + "planted_date": "2025-05-14", + "harvested_date": "2025-10-22", + "plot_average": 212.1, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "49-05", + "traits": "", + "metrics": { + "Yield": 246.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "5741GH", + "traits": "", + "metrics": { + "Yield": 245.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "75-07", + "traits": "", + "metrics": { + "Yield": 243.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "AM2441", + "traits": "", + "metrics": { + "Yield": 240.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG58C73", + "traits": "", + "metrics": { + "Yield": 235.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146136" + ], + "fetched_at": "2026-05-27T02:20:49.423561+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146136.md b/corpus/lg_plot_reports/lgpr-corn-2025-146136.md new file mode 100644 index 00000000..abaabbac --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146136.md @@ -0,0 +1,28 @@ +# Corn yield trial — Dekalb, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Dekalb +- **Year:** 2025 +- **Plot ID:** 146136 +- **Cooperator:** Josh Faivre-Organic +- **Planted:** 2025-05-14 +- **Harvested:** 2025-10-22 +- **Plot average:** 212.1 BU/Ac +- **Coordinates:** 41.88264, -88.85039 +- **URL:** https://lgseeds.com/performance/corn#plot-146136 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 49-05 | - | 246.7 | +| 2 | Unknown | 5741GH | - | 245.1 | +| 3 | Unknown | 75-07 | - | 243.2 | +| 4 | Unknown | AM2441 | - | 240.4 | +| 5 | LG Seeds | LG58C73 | - | 235.2 | + +Top 5 by Yield: 49-05 (Unknown) 246.7, 5741GH (Unknown) 245.1, 75-07 (Unknown) 243.2, AM2441 (Unknown) 240.4, LG58C73 (LG Seeds) 235.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146137.json b/corpus/lg_plot_reports/lgpr-corn-2025-146137.json new file mode 100644 index 00000000..d1173520 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146137.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146137", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Kenosha ", + "year": 2025, + "plot_id": "146137", + "lat": 42.61204, + "lng": -87.89543, + "cooperator": "Aaron Fenske", + "salesperson": "Aaron Fenske", + "planted_date": "2025-05-15", + "harvested_date": "2025-10-20", + "plot_average": 236.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 246.98 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 243.92 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG47C12", + "traits": "VT2PRO", + "metrics": { + "Yield": 236.78 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG55C40", + "traits": "TRCRIB", + "metrics": { + "Yield": 234.77 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 227.26 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146137" + ], + "fetched_at": "2026-05-27T02:21:06.451890+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146137.md b/corpus/lg_plot_reports/lgpr-corn-2025-146137.md new file mode 100644 index 00000000..e2771cf1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146137.md @@ -0,0 +1,28 @@ +# Corn yield trial — Kenosha , Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Kenosha +- **Year:** 2025 +- **Plot ID:** 146137 +- **Cooperator:** Aaron Fenske +- **Planted:** 2025-05-15 +- **Harvested:** 2025-10-20 +- **Plot average:** 236.9 BU/Ac +- **Coordinates:** 42.61204, -87.89543 +- **URL:** https://lgseeds.com/performance/corn#plot-146137 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2RIB | 246.98 | +| 2 | LG Seeds | LG53C44 | VT2RIB | 243.92 | +| 3 | LG Seeds | LG47C12 | VT2PRO | 236.78 | +| 4 | LG Seeds | LG55C40 | TRCRIB | 234.77 | +| 5 | LG Seeds | LG48C32 | SSPRIB | 227.26 | + +Top 5 by Yield: LG52C90 (LG Seeds) 246.98, LG53C44 (LG Seeds) 243.92, LG47C12 (LG Seeds) 236.78, LG55C40 (LG Seeds) 234.77, LG48C32 (LG Seeds) 227.26. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146139.json b/corpus/lg_plot_reports/lgpr-corn-2025-146139.json new file mode 100644 index 00000000..d715ea82 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146139.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146139", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Bay City", + "year": 2025, + "plot_id": "146139", + "lat": 43.5556, + "lng": -83.78865, + "cooperator": "B & G Seed Service", + "salesperson": "B & G Seed Service", + "planted_date": "2025-05-15", + "harvested_date": "2025-11-18", + "plot_average": 224.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 236.28 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC101-35RIB", + "traits": "", + "metrics": { + "Yield": 228.64 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "5212TCV2P", + "traits": "", + "metrics": { + "Yield": 228.33 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 227.46 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG51C62", + "traits": "", + "metrics": { + "Yield": 226.26 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146139" + ], + "fetched_at": "2026-05-27T02:17:53.095755+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146139.md b/corpus/lg_plot_reports/lgpr-corn-2025-146139.md new file mode 100644 index 00000000..6306afc0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146139.md @@ -0,0 +1,28 @@ +# Corn yield trial — Bay City, Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Bay City +- **Year:** 2025 +- **Plot ID:** 146139 +- **Cooperator:** B & G Seed Service +- **Planted:** 2025-05-15 +- **Harvested:** 2025-11-18 +- **Plot average:** 224.7 BU/Ac +- **Coordinates:** 43.55560, -83.78865 +- **URL:** https://lgseeds.com/performance/corn#plot-146139 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2RIB | 236.28 | +| 2 | Unknown | DKC101-35RIB | - | 228.64 | +| 3 | Unknown | 5212TCV2P | - | 228.33 | +| 4 | LG Seeds | LG51C62 | D | 227.46 | +| 5 | Unknown | LG51C62 | - | 226.26 | + +Top 5 by Yield: LG52C90 (LG Seeds) 236.28, DKC101-35RIB (Unknown) 228.64, 5212TCV2P (Unknown) 228.33, LG51C62 (LG Seeds) 227.46, LG51C62 (Unknown) 226.26. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146140.json b/corpus/lg_plot_reports/lgpr-corn-2025-146140.json new file mode 100644 index 00000000..0121c922 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146140.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146140", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Jonesville", + "year": 2025, + "plot_id": "146140", + "lat": 42.02323, + "lng": -84.67053, + "cooperator": "Kevyn Hanes", + "salesperson": "Kevyn Hanes", + "planted_date": "2025-05-15", + "harvested_date": "2025-11-04", + "plot_average": 237.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 248.78 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 248.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 247.76 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2PRO", + "metrics": { + "Yield": 247.44 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 245.88 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146140" + ], + "fetched_at": "2026-05-27T02:20:27.673282+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146140.md b/corpus/lg_plot_reports/lgpr-corn-2025-146140.md new file mode 100644 index 00000000..a8535610 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146140.md @@ -0,0 +1,28 @@ +# Corn yield trial — Jonesville, Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Jonesville +- **Year:** 2025 +- **Plot ID:** 146140 +- **Cooperator:** Kevyn Hanes +- **Planted:** 2025-05-15 +- **Harvested:** 2025-11-04 +- **Plot average:** 237.9 BU/Ac +- **Coordinates:** 42.02323, -84.67053 +- **URL:** https://lgseeds.com/performance/corn#plot-146140 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2RIB | 248.78 | +| 2 | LG Seeds | LG58C48 | VT2RIB | 248.1 | +| 3 | LG Seeds | LG62C73 | VT2RIB | 247.76 | +| 4 | LG Seeds | LG58C16 | VT2PRO | 247.44 | +| 5 | LG Seeds | LG60C05 | 3110 | 245.88 | + +Top 5 by Yield: LG52C90 (LG Seeds) 248.78, LG58C48 (LG Seeds) 248.1, LG62C73 (LG Seeds) 247.76, LG58C16 (LG Seeds) 247.44, LG60C05 (LG Seeds) 245.88. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146143.json b/corpus/lg_plot_reports/lgpr-corn-2025-146143.json new file mode 100644 index 00000000..15b08ea9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146143.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146143", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Madison", + "year": 2025, + "plot_id": "146143", + "lat": 41.83578, + "lng": -97.60156, + "cooperator": "Darwin Blank", + "salesperson": "Darwin Blank", + "planted_date": "2025-05-13", + "harvested_date": "2025-10-18", + "plot_average": 223.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 258.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG62C20", + "traits": "D-RN", + "metrics": { + "Yield": 244.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC108-17RIB", + "traits": "", + "metrics": { + "Yield": 243.0 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P13777PCUE", + "traits": "", + "metrics": { + "Yield": 238.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 237.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146143" + ], + "fetched_at": "2026-05-27T02:17:22.104797+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146143.md b/corpus/lg_plot_reports/lgpr-corn-2025-146143.md new file mode 100644 index 00000000..ef82665a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146143.md @@ -0,0 +1,28 @@ +# Corn yield trial — Madison, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Madison +- **Year:** 2025 +- **Plot ID:** 146143 +- **Cooperator:** Darwin Blank +- **Planted:** 2025-05-13 +- **Harvested:** 2025-10-18 +- **Plot average:** 223.6 BU/Ac +- **Coordinates:** 41.83578, -97.60156 +- **URL:** https://lgseeds.com/performance/corn#plot-146143 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C73 | VT2RIB | 258.8 | +| 2 | LG Seeds | LG62C20 | D-RN | 244.6 | +| 3 | Unknown | DKC108-17RIB | - | 243.0 | +| 4 | Pioneer | P13777PCUE | - | 238.1 | +| 5 | LG Seeds | LG60C05 | 3110 | 237.9 | + +Top 5 by Yield: LG62C73 (LG Seeds) 258.8, LG62C20 (LG Seeds) 244.6, DKC108-17RIB (Unknown) 243.0, P13777PCUE (Pioneer) 238.1, LG60C05 (LG Seeds) 237.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146145.json b/corpus/lg_plot_reports/lgpr-corn-2025-146145.json new file mode 100644 index 00000000..aadf72e1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146145.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146145", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Hooper", + "year": 2025, + "plot_id": "146145", + "lat": 41.62323, + "lng": -96.5683, + "cooperator": "Mike Egbers", + "salesperson": "Mike Egbers", + "planted_date": "2025-05-09", + "harvested_date": "2025-11-03", + "plot_average": 223.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 255.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 237.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG63C32TRC", + "traits": "", + "metrics": { + "Yield": 236.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 234.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 222.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146145" + ], + "fetched_at": "2026-05-27T02:20:24.424075+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146145.md b/corpus/lg_plot_reports/lgpr-corn-2025-146145.md new file mode 100644 index 00000000..dbb82761 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146145.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hooper, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Hooper +- **Year:** 2025 +- **Plot ID:** 146145 +- **Cooperator:** Mike Egbers +- **Planted:** 2025-05-09 +- **Harvested:** 2025-11-03 +- **Plot average:** 223.5 BU/Ac +- **Coordinates:** 41.62323, -96.56830 +- **URL:** https://lgseeds.com/performance/corn#plot-146145 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C82 | DGVT2RIB | 255.6 | +| 2 | LG Seeds | LG63C32 | SSPRIB | 237.3 | +| 3 | Unknown | LG63C32TRC | - | 236.7 | +| 4 | LG Seeds | LG65C30 | VT2RIB | 234.8 | +| 5 | LG Seeds | LG60C24 | VT4PRO | 222.3 | + +Top 5 by Yield: LG63C82 (LG Seeds) 255.6, LG63C32 (LG Seeds) 237.3, LG63C32TRC (Unknown) 236.7, LG65C30 (LG Seeds) 234.8, LG60C24 (LG Seeds) 222.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146150.json b/corpus/lg_plot_reports/lgpr-corn-2025-146150.json new file mode 100644 index 00000000..1d4cffdc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146150.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146150", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Colorado", + "state_abbrev": "co", + "city": "Vona", + "year": 2025, + "plot_id": "146150", + "lat": 39.42372, + "lng": -102.74235, + "cooperator": "Triple T Farms", + "salesperson": "Triple T Farms", + "planted_date": "2025-05-15", + "harvested_date": "2025-10-23", + "plot_average": 116.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG48C57", + "traits": "DV-RN", + "metrics": { + "Yield": 128.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 123.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 120.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 119.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 118.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146150" + ], + "fetched_at": "2026-05-27T02:21:01.695241+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146150.md b/corpus/lg_plot_reports/lgpr-corn-2025-146150.md new file mode 100644 index 00000000..b3d38375 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146150.md @@ -0,0 +1,28 @@ +# Corn yield trial — Vona, Colorado, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Colorado (CO) +- **City:** Vona +- **Year:** 2025 +- **Plot ID:** 146150 +- **Cooperator:** Triple T Farms +- **Planted:** 2025-05-15 +- **Harvested:** 2025-10-23 +- **Plot average:** 116.9 BU/Ac +- **Coordinates:** 39.42372, -102.74235 +- **URL:** https://lgseeds.com/performance/corn#plot-146150 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG48C57 | DV-RN | 128.9 | +| 2 | LG Seeds | LG51C62 | D | 123.3 | +| 3 | LG Seeds | LG46C85 | VT2RIB | 120.7 | +| 4 | LG Seeds | LG53C44 | VT2RIB | 119.1 | +| 5 | LG Seeds | LG52C90 | VT2RIB | 118.0 | + +Top 5 by Yield: LG48C57 (LG Seeds) 128.9, LG51C62 (LG Seeds) 123.3, LG46C85 (LG Seeds) 120.7, LG53C44 (LG Seeds) 119.1, LG52C90 (LG Seeds) 118.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146155.json b/corpus/lg_plot_reports/lgpr-corn-2025-146155.json new file mode 100644 index 00000000..907ba05e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146155.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146155", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Streator", + "year": 2025, + "plot_id": "146155", + "lat": 41.14832, + "lng": -88.998, + "cooperator": "Helena Agri-Enterprises, LLC- Streator", + "salesperson": "Helena Agri-Enterprises, LLC- Streator", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-05", + "plot_average": 268.5, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B13C49V", + "traits": "", + "metrics": { + "Yield": 285.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC66-06RIB", + "traits": "", + "metrics": { + "Yield": 280.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B14C59PCE", + "traits": "", + "metrics": { + "Yield": 276.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 275.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B08R32AM", + "traits": "", + "metrics": { + "Yield": 274.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146155" + ], + "fetched_at": "2026-05-27T02:17:56.090767+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146155.md b/corpus/lg_plot_reports/lgpr-corn-2025-146155.md new file mode 100644 index 00000000..48e034c4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146155.md @@ -0,0 +1,28 @@ +# Corn yield trial — Streator, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Streator +- **Year:** 2025 +- **Plot ID:** 146155 +- **Cooperator:** Helena Agri-Enterprises, LLC- Streator +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-05 +- **Plot average:** 268.5 BU/Ac +- **Coordinates:** 41.14832, -88.99800 +- **URL:** https://lgseeds.com/performance/corn#plot-146155 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B13C49V | - | 285.7 | +| 2 | Unknown | DKC66-06RIB | - | 280.2 | +| 3 | Unknown | B14C59PCE | - | 276.3 | +| 4 | LG Seeds | LG62C73 | VT2RIB | 275.6 | +| 5 | Unknown | B08R32AM | - | 274.7 | + +Top 5 by Yield: B13C49V (Unknown) 285.7, DKC66-06RIB (Unknown) 280.2, B14C59PCE (Unknown) 276.3, LG62C73 (LG Seeds) 275.6, B08R32AM (Unknown) 274.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146156.json b/corpus/lg_plot_reports/lgpr-corn-2025-146156.json new file mode 100644 index 00000000..f4789393 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146156.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146156", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Tennessee", + "state_abbrev": "tn", + "city": "Orlinda", + "year": 2025, + "plot_id": "146156", + "lat": 36.58447, + "lng": -86.69043, + "cooperator": "TC Groves", + "salesperson": "TC Groves", + "planted_date": "2025-05-15", + "harvested_date": "2025-10-06", + "plot_average": 232.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 240.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 239.5 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG65C50VT2PRO", + "traits": "", + "metrics": { + "Yield": 234.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 234.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG63C32SSPRIB", + "traits": "", + "metrics": { + "Yield": 232.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146156" + ], + "fetched_at": "2026-05-27T02:21:00.940089+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146156.md b/corpus/lg_plot_reports/lgpr-corn-2025-146156.md new file mode 100644 index 00000000..18e5671e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146156.md @@ -0,0 +1,28 @@ +# Corn yield trial — Orlinda, Tennessee, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Tennessee (TN) +- **City:** Orlinda +- **Year:** 2025 +- **Plot ID:** 146156 +- **Cooperator:** TC Groves +- **Planted:** 2025-05-15 +- **Harvested:** 2025-10-06 +- **Plot average:** 232.4 BU/Ac +- **Coordinates:** 36.58447, -86.69043 +- **URL:** https://lgseeds.com/performance/corn#plot-146156 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | TRC | 240.1 | +| 2 | LG Seeds | LG67C07 | VT2PRO | 239.5 | +| 3 | Unknown | LG65C50VT2PRO | - | 234.7 | +| 4 | LG Seeds | LG62C73 | VT2RIB | 234.5 | +| 5 | Unknown | LG63C32SSPRIB | - | 232.0 | + +Top 5 by Yield: LG63C32 (LG Seeds) 240.1, LG67C07 (LG Seeds) 239.5, LG65C50VT2PRO (Unknown) 234.7, LG62C73 (LG Seeds) 234.5, LG63C32SSPRIB (Unknown) 232.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146159.json b/corpus/lg_plot_reports/lgpr-corn-2025-146159.json new file mode 100644 index 00000000..c20a50d9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146159.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146159", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Delphos", + "year": 2025, + "plot_id": "146159", + "lat": 40.84988, + "lng": -84.3755, + "cooperator": "Joe Wittler", + "salesperson": "Joe Wittler", + "planted_date": "2025-05-12", + "harvested_date": "2025-10-13", + "plot_average": 189.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 216.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG58C73", + "traits": "3110", + "metrics": { + "Yield": 204.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 200.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 199.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 197.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146159" + ], + "fetched_at": "2026-05-27T02:20:15.183447+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146159.md b/corpus/lg_plot_reports/lgpr-corn-2025-146159.md new file mode 100644 index 00000000..c1a30612 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146159.md @@ -0,0 +1,28 @@ +# Corn yield trial — Delphos, Ohio, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Ohio (OH) +- **City:** Delphos +- **Year:** 2025 +- **Plot ID:** 146159 +- **Cooperator:** Joe Wittler +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-13 +- **Plot average:** 189.9 BU/Ac +- **Coordinates:** 40.84988, -84.37550 +- **URL:** https://lgseeds.com/performance/corn#plot-146159 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG59C72 | 5222EZ | 216.5 | +| 2 | LG Seeds | LG58C73 | 3110 | 204.1 | +| 3 | LG Seeds | LG51C62 | D | 200.4 | +| 4 | LG Seeds | LG53C44 | VT2RIB | 199.8 | +| 5 | LG Seeds | LG52C90 | VT2RIB | 197.6 | + +Top 5 by Yield: LG59C72 (LG Seeds) 216.5, LG58C73 (LG Seeds) 204.1, LG51C62 (LG Seeds) 200.4, LG53C44 (LG Seeds) 199.8, LG52C90 (LG Seeds) 197.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146174.json b/corpus/lg_plot_reports/lgpr-corn-2025-146174.json new file mode 100644 index 00000000..5c5a3fa7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146174.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146174", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Wakeeney ", + "year": 2025, + "plot_id": "146174", + "lat": 39.01633, + "lng": -99.92658, + "cooperator": "Custer Farms", + "salesperson": "Custer Farms", + "planted_date": "2025-05-16", + "harvested_date": "2025-10-31", + "plot_average": 91.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C22", + "traits": "VT2RIB", + "metrics": { + "Yield": 104.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LG62C22VT2RIB", + "traits": "", + "metrics": { + "Yield": 103.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG62C22VT2RIB", + "traits": "", + "metrics": { + "Yield": 101.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 97.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 92.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146174" + ], + "fetched_at": "2026-05-27T02:19:03.639878+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146174.md b/corpus/lg_plot_reports/lgpr-corn-2025-146174.md new file mode 100644 index 00000000..6465f8b8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146174.md @@ -0,0 +1,28 @@ +# Corn yield trial — Wakeeney , Kansas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Wakeeney +- **Year:** 2025 +- **Plot ID:** 146174 +- **Cooperator:** Custer Farms +- **Planted:** 2025-05-16 +- **Harvested:** 2025-10-31 +- **Plot average:** 91.5 BU/Ac +- **Coordinates:** 39.01633, -99.92658 +- **URL:** https://lgseeds.com/performance/corn#plot-146174 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C22 | VT2RIB | 104.0 | +| 2 | Unknown | LG62C22VT2RIB | - | 103.9 | +| 3 | Unknown | LG62C22VT2RIB | - | 101.5 | +| 4 | LG Seeds | LG62C73 | VT2RIB | 97.6 | +| 5 | LG Seeds | LG61C28 | V | 92.8 | + +Top 5 by Yield: LG62C22 (LG Seeds) 104.0, LG62C22VT2RIB (Unknown) 103.9, LG62C22VT2RIB (Unknown) 101.5, LG62C73 (LG Seeds) 97.6, LG61C28 (LG Seeds) 92.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146177.json b/corpus/lg_plot_reports/lgpr-corn-2025-146177.json new file mode 100644 index 00000000..4ba059f9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146177.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146177", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Cedar Rapids", + "year": 2025, + "plot_id": "146177", + "lat": 41.50915, + "lng": -98.24779, + "cooperator": "Curt Dobson", + "salesperson": "Curt Dobson", + "planted_date": "2025-05-16", + "harvested_date": "2025-10-27", + "plot_average": 226.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 251.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "6258V4P", + "traits": "", + "metrics": { + "Yield": 236.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "6216PCE", + "traits": "", + "metrics": { + "Yield": 236.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 233.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC114-99RIB", + "traits": "", + "metrics": { + "Yield": 231.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146177" + ], + "fetched_at": "2026-05-27T02:20:22.660773+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146177.md b/corpus/lg_plot_reports/lgpr-corn-2025-146177.md new file mode 100644 index 00000000..50689340 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146177.md @@ -0,0 +1,28 @@ +# Corn yield trial — Cedar Rapids, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Cedar Rapids +- **Year:** 2025 +- **Plot ID:** 146177 +- **Cooperator:** Curt Dobson +- **Planted:** 2025-05-16 +- **Harvested:** 2025-10-27 +- **Plot average:** 226.0 BU/Ac +- **Coordinates:** 41.50915, -98.24779 +- **URL:** https://lgseeds.com/performance/corn#plot-146177 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG60C24 | VT4PRO | 251.2 | +| 2 | Unknown | 6258V4P | - | 236.8 | +| 3 | Unknown | 6216PCE | - | 236.6 | +| 4 | LG Seeds | LG60C05 | 3110 | 233.2 | +| 5 | Unknown | DKC114-99RIB | - | 231.0 | + +Top 5 by Yield: LG60C24 (LG Seeds) 251.2, 6258V4P (Unknown) 236.8, 6216PCE (Unknown) 236.6, LG60C05 (LG Seeds) 233.2, DKC114-99RIB (Unknown) 231.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146178.json b/corpus/lg_plot_reports/lgpr-corn-2025-146178.json new file mode 100644 index 00000000..bde55696 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146178.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146178", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "North Bend ", + "year": 2025, + "plot_id": "146178", + "lat": 41.46694, + "lng": -96.76346, + "cooperator": "Dan & Kurt Winkelman", + "salesperson": "Dan & Kurt Winkelman", + "planted_date": "2025-05-09", + "harvested_date": "2025-10-21", + "plot_average": 231.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 247.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 246.7 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "G08U00-V", + "traits": "", + "metrics": { + "Yield": 243.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 240.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG62C20", + "traits": "D-RN", + "metrics": { + "Yield": 238.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146178" + ], + "fetched_at": "2026-05-27T02:17:20.089744+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146178.md b/corpus/lg_plot_reports/lgpr-corn-2025-146178.md new file mode 100644 index 00000000..10e5db75 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146178.md @@ -0,0 +1,28 @@ +# Corn yield trial — North Bend , Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** North Bend +- **Year:** 2025 +- **Plot ID:** 146178 +- **Cooperator:** Dan & Kurt Winkelman +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-21 +- **Plot average:** 231.0 BU/Ac +- **Coordinates:** 41.46694, -96.76346 +- **URL:** https://lgseeds.com/performance/corn#plot-146178 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG65C30 | VT2RIB | 247.0 | +| 2 | LG Seeds | LG63C32 | SSPRIB | 246.7 | +| 3 | Unknown | G08U00-V | - | 243.6 | +| 4 | LG Seeds | LG64C43 | VT2RIB | 240.1 | +| 5 | LG Seeds | LG62C20 | D-RN | 238.2 | + +Top 5 by Yield: LG65C30 (LG Seeds) 247.0, LG63C32 (LG Seeds) 246.7, G08U00-V (Unknown) 243.6, LG64C43 (LG Seeds) 240.1, LG62C20 (LG Seeds) 238.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146182.json b/corpus/lg_plot_reports/lgpr-corn-2025-146182.json new file mode 100644 index 00000000..0cdf4934 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146182.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146182", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Seymour", + "year": 2025, + "plot_id": "146182", + "lat": 44.48198, + "lng": -88.32912, + "cooperator": "Dan Angotti", + "salesperson": "Dan Angotti", + "planted_date": "2025-05-14", + "harvested_date": "2025-11-03", + "plot_average": 182.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 209.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 182.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2RIB", + "metrics": { + "Yield": 174.9 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P9624AM", + "traits": "", + "metrics": { + "Yield": 173.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "STXRIB", + "metrics": { + "Yield": 169.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146182" + ], + "fetched_at": "2026-05-27T02:20:58.944067+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146182.md b/corpus/lg_plot_reports/lgpr-corn-2025-146182.md new file mode 100644 index 00000000..a8dccc9a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146182.md @@ -0,0 +1,28 @@ +# Corn yield trial — Seymour, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Seymour +- **Year:** 2025 +- **Plot ID:** 146182 +- **Cooperator:** Dan Angotti +- **Planted:** 2025-05-14 +- **Harvested:** 2025-11-03 +- **Plot average:** 182.0 BU/Ac +- **Coordinates:** 44.48198, -88.32912 +- **URL:** https://lgseeds.com/performance/corn#plot-146182 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG46C85 | VT2RIB | 209.6 | +| 2 | LG Seeds | LG42C80 | VT2RIB | 182.7 | +| 3 | LG Seeds | LG43C50 | VT2RIB | 174.9 | +| 4 | Pioneer | P9624AM | - | 173.6 | +| 5 | LG Seeds | LG44C27 | STXRIB | 169.0 | + +Top 5 by Yield: LG46C85 (LG Seeds) 209.6, LG42C80 (LG Seeds) 182.7, LG43C50 (LG Seeds) 174.9, P9624AM (Pioneer) 173.6, LG44C27 (LG Seeds) 169.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146189.json b/corpus/lg_plot_reports/lgpr-corn-2025-146189.json new file mode 100644 index 00000000..185502f2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146189.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146189", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Loda", + "year": 2025, + "plot_id": "146189", + "lat": 40.5099, + "lng": -88.1743, + "cooperator": "Keith Carson", + "salesperson": "Keith Carson", + "planted_date": "2025-05-15", + "harvested_date": "2025-10-17", + "plot_average": 232.1, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "W7945RIB", + "traits": "", + "metrics": { + "Yield": 249.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 246.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "W6505RIB", + "traits": "", + "metrics": { + "Yield": 245.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 241.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 237.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146189" + ], + "fetched_at": "2026-05-27T02:17:27.835312+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146189.md b/corpus/lg_plot_reports/lgpr-corn-2025-146189.md new file mode 100644 index 00000000..caa04dfa --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146189.md @@ -0,0 +1,28 @@ +# Corn yield trial — Loda, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Loda +- **Year:** 2025 +- **Plot ID:** 146189 +- **Cooperator:** Keith Carson +- **Planted:** 2025-05-15 +- **Harvested:** 2025-10-17 +- **Plot average:** 232.1 BU/Ac +- **Coordinates:** 40.50990, -88.17430 +- **URL:** https://lgseeds.com/performance/corn#plot-146189 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | W7945RIB | - | 249.5 | +| 2 | LG Seeds | LG64C43 | VT2RIB | 246.6 | +| 3 | Unknown | W6505RIB | - | 245.3 | +| 4 | LG Seeds | LG62C73 | VT2RIB | 241.7 | +| 5 | LG Seeds | LG63C32 | TRC | 237.8 | + +Top 5 by Yield: W7945RIB (Unknown) 249.5, LG64C43 (LG Seeds) 246.6, W6505RIB (Unknown) 245.3, LG62C73 (LG Seeds) 241.7, LG63C32 (LG Seeds) 237.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146196.json b/corpus/lg_plot_reports/lgpr-corn-2025-146196.json new file mode 100644 index 00000000..d5b7561d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146196.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146196", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Wahoo", + "year": 2025, + "plot_id": "146196", + "lat": 41.18951, + "lng": -96.5507, + "cooperator": "Mike Sabatka", + "salesperson": "Mike Sabatka", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-22", + "plot_average": 152.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 186.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "W7424RIB", + "traits": "", + "metrics": { + "Yield": 162.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "W7485TRE", + "traits": "", + "metrics": { + "Yield": 160.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "G15U34-V", + "traits": "", + "metrics": { + "Yield": 157.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "W7759RIB", + "traits": "", + "metrics": { + "Yield": 156.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146196" + ], + "fetched_at": "2026-05-27T02:20:39.921213+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146196.md b/corpus/lg_plot_reports/lgpr-corn-2025-146196.md new file mode 100644 index 00000000..a1340b43 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146196.md @@ -0,0 +1,28 @@ +# Corn yield trial — Wahoo, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Wahoo +- **Year:** 2025 +- **Plot ID:** 146196 +- **Cooperator:** Mike Sabatka +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-22 +- **Plot average:** 152.4 BU/Ac +- **Coordinates:** 41.18951, -96.55070 +- **URL:** https://lgseeds.com/performance/corn#plot-146196 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG65C30 | VT2RIB | 186.4 | +| 2 | Unknown | W7424RIB | - | 162.2 | +| 3 | Unknown | W7485TRE | - | 160.5 | +| 4 | Unknown | G15U34-V | - | 157.6 | +| 5 | Unknown | W7759RIB | - | 156.0 | + +Top 5 by Yield: LG65C30 (LG Seeds) 186.4, W7424RIB (Unknown) 162.2, W7485TRE (Unknown) 160.5, G15U34-V (Unknown) 157.6, W7759RIB (Unknown) 156.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146202.json b/corpus/lg_plot_reports/lgpr-corn-2025-146202.json new file mode 100644 index 00000000..9aeada4a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146202.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146202", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Ideal", + "year": 2025, + "plot_id": "146202", + "lat": 43.54409, + "lng": -99.90342, + "cooperator": "Jorgensen Land & Cattle Partnership", + "salesperson": "Jorgensen Land & Cattle Partnership", + "planted_date": "2025-05-14", + "harvested_date": "2025-10-30", + "plot_average": 115.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B05D47PCE", + "traits": "", + "metrics": { + "Yield": 127.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 127.3 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P05737PCE", + "traits": "", + "metrics": { + "Yield": 123.1 + } + }, + { + "rank": 4, + "brand": "NK", + "product": "1386-VZ", + "traits": "", + "metrics": { + "Yield": 121.8 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC101-35RIB", + "traits": "", + "metrics": { + "Yield": 121.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146202" + ], + "fetched_at": "2026-05-27T02:20:49.662953+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146202.md b/corpus/lg_plot_reports/lgpr-corn-2025-146202.md new file mode 100644 index 00000000..354f1b82 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146202.md @@ -0,0 +1,28 @@ +# Corn yield trial — Ideal, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Ideal +- **Year:** 2025 +- **Plot ID:** 146202 +- **Cooperator:** Jorgensen Land & Cattle Partnership +- **Planted:** 2025-05-14 +- **Harvested:** 2025-10-30 +- **Plot average:** 115.0 BU/Ac +- **Coordinates:** 43.54409, -99.90342 +- **URL:** https://lgseeds.com/performance/corn#plot-146202 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B05D47PCE | - | 127.6 | +| 2 | LG Seeds | LG59C72 | 5222EZ | 127.3 | +| 3 | Pioneer | P05737PCE | - | 123.1 | +| 4 | NK | 1386-VZ | - | 121.8 | +| 5 | Unknown | DKC101-35RIB | - | 121.5 | + +Top 5 by Yield: B05D47PCE (Unknown) 127.6, LG59C72 (LG Seeds) 127.3, P05737PCE (Pioneer) 123.1, 1386-VZ (NK) 121.8, DKC101-35RIB (Unknown) 121.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146206.json b/corpus/lg_plot_reports/lgpr-corn-2025-146206.json new file mode 100644 index 00000000..0a623c3c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146206.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146206", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "South Wayne ", + "year": 2025, + "plot_id": "146206", + "lat": 42.54833, + "lng": -89.90853, + "cooperator": "Jeramiah Kleiber", + "salesperson": "Jeramiah Kleiber", + "planted_date": "2025-05-07", + "harvested_date": "2025-10-13", + "plot_average": 240.6, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC56-26", + "traits": "", + "metrics": { + "Yield": 267.39 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2PRO", + "metrics": { + "Yield": 267.33 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "D49PN05RA", + "traits": "", + "metrics": { + "Yield": 261.16 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "6041Q", + "traits": "", + "metrics": { + "Yield": 258.07 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B12C01AM", + "traits": "", + "metrics": { + "Yield": 254.51 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146206" + ], + "fetched_at": "2026-05-27T02:18:10.596522+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146206.md b/corpus/lg_plot_reports/lgpr-corn-2025-146206.md new file mode 100644 index 00000000..81611336 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146206.md @@ -0,0 +1,28 @@ +# Corn yield trial — South Wayne , Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** South Wayne +- **Year:** 2025 +- **Plot ID:** 146206 +- **Cooperator:** Jeramiah Kleiber +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-13 +- **Plot average:** 240.6 BU/Ac +- **Coordinates:** 42.54833, -89.90853 +- **URL:** https://lgseeds.com/performance/corn#plot-146206 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC56-26 | - | 267.39 | +| 2 | LG Seeds | LG58C16 | VT2PRO | 267.33 | +| 3 | Unknown | D49PN05RA | - | 261.16 | +| 4 | Unknown | 6041Q | - | 258.07 | +| 5 | Unknown | B12C01AM | - | 254.51 | + +Top 5 by Yield: DKC56-26 (Unknown) 267.39, LG58C16 (LG Seeds) 267.33, D49PN05RA (Unknown) 261.16, 6041Q (Unknown) 258.07, B12C01AM (Unknown) 254.51. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146208.json b/corpus/lg_plot_reports/lgpr-corn-2025-146208.json new file mode 100644 index 00000000..5c1d037f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146208.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146208", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Monroe", + "year": 2025, + "plot_id": "146208", + "lat": 42.71197, + "lng": -89.60405, + "cooperator": "Helena Chemical Company - Monroe", + "salesperson": "Helena Chemical Company - Monroe", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-17", + "plot_average": 265.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B05D47PCE", + "traits": "", + "metrics": { + "Yield": 285.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B01X44PCE", + "traits": "", + "metrics": { + "Yield": 278.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 277.3 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "Unknown", + "traits": "", + "metrics": { + "Yield": 276.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B99R54PCE", + "traits": "", + "metrics": { + "Yield": 273.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146208" + ], + "fetched_at": "2026-05-27T02:20:58.164277+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146208.md b/corpus/lg_plot_reports/lgpr-corn-2025-146208.md new file mode 100644 index 00000000..d7e16262 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146208.md @@ -0,0 +1,28 @@ +# Corn yield trial — Monroe, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Monroe +- **Year:** 2025 +- **Plot ID:** 146208 +- **Cooperator:** Helena Chemical Company - Monroe +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-17 +- **Plot average:** 265.7 BU/Ac +- **Coordinates:** 42.71197, -89.60405 +- **URL:** https://lgseeds.com/performance/corn#plot-146208 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B05D47PCE | - | 285.7 | +| 2 | Unknown | B01X44PCE | - | 278.7 | +| 3 | LG Seeds | LG52C90 | VT2RIB | 277.3 | +| 4 | Unknown | Unknown | - | 276.4 | +| 5 | Unknown | B99R54PCE | - | 273.7 | + +Top 5 by Yield: B05D47PCE (Unknown) 285.7, B01X44PCE (Unknown) 278.7, LG52C90 (LG Seeds) 277.3, Unknown (Unknown) 276.4, B99R54PCE (Unknown) 273.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146209.json b/corpus/lg_plot_reports/lgpr-corn-2025-146209.json new file mode 100644 index 00000000..abb64d91 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146209.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146209", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Monroe", + "year": 2025, + "plot_id": "146209", + "lat": 42.64626, + "lng": -89.63512, + "cooperator": "Helena Chemical Company - Monroe", + "salesperson": "Helena Chemical Company - Monroe", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-17", + "plot_average": 220.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B11C37AM", + "traits": "", + "metrics": { + "Yield": 259.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC107-69RIB", + "traits": "", + "metrics": { + "Yield": 256.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B01X44PCE", + "traits": "", + "metrics": { + "Yield": 230.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC110-10RIB", + "traits": "", + "metrics": { + "Yield": 230.3 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B05D47PCE", + "traits": "", + "metrics": { + "Yield": 229.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146209" + ], + "fetched_at": "2026-05-27T02:20:58.418278+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146209.md b/corpus/lg_plot_reports/lgpr-corn-2025-146209.md new file mode 100644 index 00000000..69c34919 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146209.md @@ -0,0 +1,28 @@ +# Corn yield trial — Monroe, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Monroe +- **Year:** 2025 +- **Plot ID:** 146209 +- **Cooperator:** Helena Chemical Company - Monroe +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-17 +- **Plot average:** 220.3 BU/Ac +- **Coordinates:** 42.64626, -89.63512 +- **URL:** https://lgseeds.com/performance/corn#plot-146209 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B11C37AM | - | 259.2 | +| 2 | Unknown | DKC107-69RIB | - | 256.2 | +| 3 | Unknown | B01X44PCE | - | 230.5 | +| 4 | Unknown | DKC110-10RIB | - | 230.3 | +| 5 | Unknown | B05D47PCE | - | 229.7 | + +Top 5 by Yield: B11C37AM (Unknown) 259.2, DKC107-69RIB (Unknown) 256.2, B01X44PCE (Unknown) 230.5, DKC110-10RIB (Unknown) 230.3, B05D47PCE (Unknown) 229.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146220.json b/corpus/lg_plot_reports/lgpr-corn-2025-146220.json new file mode 100644 index 00000000..ac13d163 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146220.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146220", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Lyndon Station", + "year": 2025, + "plot_id": "146220", + "lat": 43.57658, + "lng": -89.9369, + "cooperator": "Brian Gawronski", + "salesperson": "Brian Gawronski", + "planted_date": "2025-05-17", + "harvested_date": "2025-11-04", + "plot_average": 216.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG48C57", + "traits": "DV-RN", + "metrics": { + "Yield": 234.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 229.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 221.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG47C12", + "traits": "VT2PRO", + "metrics": { + "Yield": 219.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 218.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146220" + ], + "fetched_at": "2026-05-27T02:17:14.371556+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146220.md b/corpus/lg_plot_reports/lgpr-corn-2025-146220.md new file mode 100644 index 00000000..623c1f15 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146220.md @@ -0,0 +1,28 @@ +# Corn yield trial — Lyndon Station, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Lyndon Station +- **Year:** 2025 +- **Plot ID:** 146220 +- **Cooperator:** Brian Gawronski +- **Planted:** 2025-05-17 +- **Harvested:** 2025-11-04 +- **Plot average:** 216.8 BU/Ac +- **Coordinates:** 43.57658, -89.93690 +- **URL:** https://lgseeds.com/performance/corn#plot-146220 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG48C57 | DV-RN | 234.2 | +| 2 | LG Seeds | LG51C32 | SSPRIB | 229.6 | +| 3 | LG Seeds | LG46C85 | VT2RIB | 221.8 | +| 4 | LG Seeds | LG47C12 | VT2PRO | 219.1 | +| 5 | LG Seeds | LG52C90 | VT2RIB | 218.3 | + +Top 5 by Yield: LG48C57 (LG Seeds) 234.2, LG51C32 (LG Seeds) 229.6, LG46C85 (LG Seeds) 221.8, LG47C12 (LG Seeds) 219.1, LG52C90 (LG Seeds) 218.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146221.json b/corpus/lg_plot_reports/lgpr-corn-2025-146221.json new file mode 100644 index 00000000..7bdbc37d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146221.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146221", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Baraboo", + "year": 2025, + "plot_id": "146221", + "lat": 43.4673, + "lng": -89.80202, + "cooperator": "Mitch Schoenoff", + "salesperson": "Mitch Schoenoff", + "planted_date": "2025-05-18", + "harvested_date": "2025-10-28", + "plot_average": 247.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2PRO", + "metrics": { + "Yield": 281.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 256.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG59C05V-RN", + "traits": "", + "metrics": { + "Yield": 253.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 249.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG55C40", + "traits": "TRC", + "metrics": { + "Yield": 247.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146221" + ], + "fetched_at": "2026-05-27T02:20:06.158692+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146221.md b/corpus/lg_plot_reports/lgpr-corn-2025-146221.md new file mode 100644 index 00000000..5be0e963 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146221.md @@ -0,0 +1,28 @@ +# Corn yield trial — Baraboo, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Baraboo +- **Year:** 2025 +- **Plot ID:** 146221 +- **Cooperator:** Mitch Schoenoff +- **Planted:** 2025-05-18 +- **Harvested:** 2025-10-28 +- **Plot average:** 247.8 BU/Ac +- **Coordinates:** 43.46730, -89.80202 +- **URL:** https://lgseeds.com/performance/corn#plot-146221 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C16 | VT2PRO | 281.4 | +| 2 | LG Seeds | LG53C44 | VT2RIB | 256.8 | +| 3 | Unknown | LG59C05V-RN | - | 253.4 | +| 4 | LG Seeds | LG48C87 | VT2RIB | 249.9 | +| 5 | LG Seeds | LG55C40 | TRC | 247.5 | + +Top 5 by Yield: LG58C16 (LG Seeds) 281.4, LG53C44 (LG Seeds) 256.8, LG59C05V-RN (Unknown) 253.4, LG48C87 (LG Seeds) 249.9, LG55C40 (LG Seeds) 247.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146225.json b/corpus/lg_plot_reports/lgpr-corn-2025-146225.json new file mode 100644 index 00000000..9e702aac --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146225.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146225", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Rock Valley", + "year": 2025, + "plot_id": "146225", + "lat": 43.21378, + "lng": -96.37666, + "cooperator": "Ag Inputs, Outlet LLC", + "salesperson": "Ag Inputs, Outlet LLC", + "planted_date": "2025-05-02", + "harvested_date": "2025-10-16", + "plot_average": 231.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VT2RIB", + "metrics": { + "Yield": 265.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 264.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 260.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG55C40", + "traits": "TRCRIB", + "metrics": { + "Yield": 252.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 249.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146225" + ], + "fetched_at": "2026-05-27T02:17:22.349204+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146225.md b/corpus/lg_plot_reports/lgpr-corn-2025-146225.md new file mode 100644 index 00000000..dc20aee6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146225.md @@ -0,0 +1,28 @@ +# Corn yield trial — Rock Valley, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Rock Valley +- **Year:** 2025 +- **Plot ID:** 146225 +- **Cooperator:** Ag Inputs, Outlet LLC +- **Planted:** 2025-05-02 +- **Harvested:** 2025-10-16 +- **Plot average:** 231.3 BU/Ac +- **Coordinates:** 43.21378, -96.37666 +- **URL:** https://lgseeds.com/performance/corn#plot-146225 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG57C82 | VT2RIB | 265.4 | +| 2 | LG Seeds | LG60C05 | 3110 | 264.8 | +| 3 | LG Seeds | LG61C28 | V | 260.9 | +| 4 | LG Seeds | LG55C40 | TRCRIB | 252.2 | +| 5 | LG Seeds | LG61C34 | STXRIB | 249.2 | + +Top 5 by Yield: LG57C82 (LG Seeds) 265.4, LG60C05 (LG Seeds) 264.8, LG61C28 (LG Seeds) 260.9, LG55C40 (LG Seeds) 252.2, LG61C34 (LG Seeds) 249.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146227.json b/corpus/lg_plot_reports/lgpr-corn-2025-146227.json new file mode 100644 index 00000000..34e0312d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146227.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146227", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Inwood", + "year": 2025, + "plot_id": "146227", + "lat": 43.25965, + "lng": -96.4904, + "cooperator": "Daniel Brown", + "salesperson": "Daniel Brown", + "planted_date": "2025-04-30", + "harvested_date": "2025-10-08", + "plot_average": 212.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2RIB", + "metrics": { + "Yield": 241.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 228.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 228.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 223.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG57C45", + "traits": "SSPRIB", + "metrics": { + "Yield": 221.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146227" + ], + "fetched_at": "2026-05-27T02:17:35.864407+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146227.md b/corpus/lg_plot_reports/lgpr-corn-2025-146227.md new file mode 100644 index 00000000..463e95b9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146227.md @@ -0,0 +1,28 @@ +# Corn yield trial — Inwood, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Inwood +- **Year:** 2025 +- **Plot ID:** 146227 +- **Cooperator:** Daniel Brown +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-08 +- **Plot average:** 212.8 BU/Ac +- **Coordinates:** 43.25965, -96.49040 +- **URL:** https://lgseeds.com/performance/corn#plot-146227 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C16 | VT2RIB | 241.6 | +| 2 | LG Seeds | LG56C25 | SSPRIB | 228.9 | +| 3 | LG Seeds | LG61C28 | V | 228.4 | +| 4 | LG Seeds | LG51C32 | SSPRIB | 223.0 | +| 5 | LG Seeds | LG57C45 | SSPRIB | 221.7 | + +Top 5 by Yield: LG58C16 (LG Seeds) 241.6, LG56C25 (LG Seeds) 228.9, LG61C28 (LG Seeds) 228.4, LG51C32 (LG Seeds) 223.0, LG57C45 (LG Seeds) 221.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146228.json b/corpus/lg_plot_reports/lgpr-corn-2025-146228.json new file mode 100644 index 00000000..ca427827 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146228.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146228", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Rock Valley", + "year": 2025, + "plot_id": "146228", + "lat": 43.19934, + "lng": -96.41146, + "cooperator": "Willis Den Boer", + "salesperson": "Willis Den Boer", + "planted_date": "2025-05-02", + "harvested_date": "2025-10-16", + "plot_average": 222.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 256.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 240.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 234.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 233.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG62C20", + "traits": "D-RN", + "metrics": { + "Yield": 233.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146228" + ], + "fetched_at": "2026-05-27T02:17:20.358888+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146228.md b/corpus/lg_plot_reports/lgpr-corn-2025-146228.md new file mode 100644 index 00000000..1c9dd62d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146228.md @@ -0,0 +1,28 @@ +# Corn yield trial — Rock Valley, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Rock Valley +- **Year:** 2025 +- **Plot ID:** 146228 +- **Cooperator:** Willis Den Boer +- **Planted:** 2025-05-02 +- **Harvested:** 2025-10-16 +- **Plot average:** 222.5 BU/Ac +- **Coordinates:** 43.19934, -96.41146 +- **URL:** https://lgseeds.com/performance/corn#plot-146228 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG60C24 | VT4PRO | 256.0 | +| 2 | LG Seeds | LG53C44 | VT2RIB | 240.4 | +| 3 | LG Seeds | LG61C34 | STXRIB | 234.2 | +| 4 | LG Seeds | LG63C32 | SSPRIB | 233.9 | +| 5 | LG Seeds | LG62C20 | D-RN | 233.8 | + +Top 5 by Yield: LG60C24 (LG Seeds) 256.0, LG53C44 (LG Seeds) 240.4, LG61C34 (LG Seeds) 234.2, LG63C32 (LG Seeds) 233.9, LG62C20 (LG Seeds) 233.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146230.json b/corpus/lg_plot_reports/lgpr-corn-2025-146230.json new file mode 100644 index 00000000..ffd45c73 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146230.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146230", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Inwood", + "year": 2025, + "plot_id": "146230", + "lat": 43.25716, + "lng": -96.43249, + "cooperator": "Tracy Gayer", + "salesperson": "Tracy Gayer", + "planted_date": "2025-05-12", + "harvested_date": "2025-10-27", + "plot_average": 167.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 187.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 180.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG57C45", + "traits": "SSPRIB", + "metrics": { + "Yield": 178.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "VT2RIB", + "metrics": { + "Yield": 176.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG56C25SSPRIB", + "traits": "", + "metrics": { + "Yield": 172.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146230" + ], + "fetched_at": "2026-05-27T02:20:22.928250+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146230.md b/corpus/lg_plot_reports/lgpr-corn-2025-146230.md new file mode 100644 index 00000000..8007d498 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146230.md @@ -0,0 +1,28 @@ +# Corn yield trial — Inwood, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Inwood +- **Year:** 2025 +- **Plot ID:** 146230 +- **Cooperator:** Tracy Gayer +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-27 +- **Plot average:** 167.1 BU/Ac +- **Coordinates:** 43.25716, -96.43249 +- **URL:** https://lgseeds.com/performance/corn#plot-146230 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2RIB | 187.9 | +| 2 | LG Seeds | LG56C25 | SSPRIB | 180.4 | +| 3 | LG Seeds | LG57C45 | SSPRIB | 178.1 | +| 4 | LG Seeds | LG59C72 | VT2RIB | 176.4 | +| 5 | Unknown | LG56C25SSPRIB | - | 172.7 | + +Top 5 by Yield: LG52C90 (LG Seeds) 187.9, LG56C25 (LG Seeds) 180.4, LG57C45 (LG Seeds) 178.1, LG59C72 (LG Seeds) 176.4, LG56C25SSPRIB (Unknown) 172.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146232.json b/corpus/lg_plot_reports/lgpr-corn-2025-146232.json new file mode 100644 index 00000000..eaf900ba --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146232.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146232", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Lawton", + "year": 2025, + "plot_id": "146232", + "lat": 42.50435, + "lng": -96.26849, + "cooperator": "Kirk Flammang", + "salesperson": "Kirk Flammang", + "planted_date": "2025-05-09", + "harvested_date": "2025-10-06", + "plot_average": 173.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 206.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 201.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG57C45", + "traits": "SSPRIB", + "metrics": { + "Yield": 180.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 174.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 171.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146232" + ], + "fetched_at": "2026-05-27T02:17:58.374664+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146232.md b/corpus/lg_plot_reports/lgpr-corn-2025-146232.md new file mode 100644 index 00000000..aa11d8a3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146232.md @@ -0,0 +1,28 @@ +# Corn yield trial — Lawton, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Lawton +- **Year:** 2025 +- **Plot ID:** 146232 +- **Cooperator:** Kirk Flammang +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-06 +- **Plot average:** 173.5 BU/Ac +- **Coordinates:** 42.50435, -96.26849 +- **URL:** https://lgseeds.com/performance/corn#plot-146232 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C34 | STXRIB | 206.3 | +| 2 | LG Seeds | LG59C72 | 5222EZ | 201.5 | +| 3 | LG Seeds | LG57C45 | SSPRIB | 180.2 | +| 4 | LG Seeds | LG51C32 | SSPRIB | 174.2 | +| 5 | LG Seeds | LG56C25 | SSPRIB | 171.2 | + +Top 5 by Yield: LG61C34 (LG Seeds) 206.3, LG59C72 (LG Seeds) 201.5, LG57C45 (LG Seeds) 180.2, LG51C32 (LG Seeds) 174.2, LG56C25 (LG Seeds) 171.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146239.json b/corpus/lg_plot_reports/lgpr-corn-2025-146239.json new file mode 100644 index 00000000..ce50f873 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146239.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146239", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Tonica", + "year": 2025, + "plot_id": "146239", + "lat": 41.16646, + "lng": -88.9808, + "cooperator": "Danny Schmitt", + "salesperson": "Danny Schmitt", + "planted_date": "2025-05-07", + "harvested_date": "2025-10-17", + "plot_average": 272.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "83P66VT2RIB", + "traits": "", + "metrics": { + "Yield": 289.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "6258V4P", + "traits": "", + "metrics": { + "Yield": 288.2 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "", + "metrics": { + "Yield": 287.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 287.2 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P13777V", + "traits": "", + "metrics": { + "Yield": 286.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146239" + ], + "fetched_at": "2026-05-27T02:17:23.580886+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146239.md b/corpus/lg_plot_reports/lgpr-corn-2025-146239.md new file mode 100644 index 00000000..3939edfa --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146239.md @@ -0,0 +1,28 @@ +# Corn yield trial — Tonica, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Tonica +- **Year:** 2025 +- **Plot ID:** 146239 +- **Cooperator:** Danny Schmitt +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-17 +- **Plot average:** 272.7 BU/Ac +- **Coordinates:** 41.16646, -88.98080 +- **URL:** https://lgseeds.com/performance/corn#plot-146239 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 83P66VT2RIB | - | 289.8 | +| 2 | Unknown | 6258V4P | - | 288.2 | +| 3 | Pioneer | P1742Q | - | 287.4 | +| 4 | LG Seeds | LG62C73 | VT2RIB | 287.2 | +| 5 | Pioneer | P13777V | - | 286.7 | + +Top 5 by Yield: 83P66VT2RIB (Unknown) 289.8, 6258V4P (Unknown) 288.2, P1742Q (Pioneer) 287.4, LG62C73 (LG Seeds) 287.2, P13777V (Pioneer) 286.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146240.json b/corpus/lg_plot_reports/lgpr-corn-2025-146240.json new file mode 100644 index 00000000..96c58c50 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146240.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146240", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Hay Springs", + "year": 2025, + "plot_id": "146240", + "lat": 42.51903, + "lng": -102.59591, + "cooperator": "Pieper Land & Livestock", + "salesperson": "Pieper Land & Livestock", + "planted_date": "2025-05-07", + "harvested_date": "2025-10-24", + "plot_average": 222.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG48C57", + "traits": "DV-RN", + "metrics": { + "Yield": 241.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 241.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 240.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 230.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG47C12", + "traits": "VT2PRO", + "metrics": { + "Yield": 228.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146240" + ], + "fetched_at": "2026-05-27T02:20:45.440651+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146240.md b/corpus/lg_plot_reports/lgpr-corn-2025-146240.md new file mode 100644 index 00000000..f432ad05 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146240.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hay Springs, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Hay Springs +- **Year:** 2025 +- **Plot ID:** 146240 +- **Cooperator:** Pieper Land & Livestock +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-24 +- **Plot average:** 222.9 BU/Ac +- **Coordinates:** 42.51903, -102.59591 +- **URL:** https://lgseeds.com/performance/corn#plot-146240 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG48C57 | DV-RN | 241.6 | +| 2 | LG Seeds | LG51C32 | SSPRIB | 241.0 | +| 3 | LG Seeds | LG51C62 | D | 240.1 | +| 4 | LG Seeds | LG48C87 | VT2RIB | 230.3 | +| 5 | LG Seeds | LG47C12 | VT2PRO | 228.2 | + +Top 5 by Yield: LG48C57 (LG Seeds) 241.6, LG51C32 (LG Seeds) 241.0, LG51C62 (LG Seeds) 240.1, LG48C87 (LG Seeds) 230.3, LG47C12 (LG Seeds) 228.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146242.json b/corpus/lg_plot_reports/lgpr-corn-2025-146242.json new file mode 100644 index 00000000..277dad62 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146242.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146242", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Hemingford ", + "year": 2025, + "plot_id": "146242", + "lat": 42.31733, + "lng": -103.01428, + "cooperator": "Brian Benda", + "salesperson": "Brian Benda", + "planted_date": "2025-05-17", + "harvested_date": "2025-10-31", + "plot_average": 51.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG38C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 57.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG40C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 56.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 56.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 54.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG36C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 54.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146242" + ], + "fetched_at": "2026-05-27T02:18:29.890046+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146242.md b/corpus/lg_plot_reports/lgpr-corn-2025-146242.md new file mode 100644 index 00000000..20797cc4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146242.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hemingford , Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Hemingford +- **Year:** 2025 +- **Plot ID:** 146242 +- **Cooperator:** Brian Benda +- **Planted:** 2025-05-17 +- **Harvested:** 2025-10-31 +- **Plot average:** 51.5 BU/Ac +- **Coordinates:** 42.31733, -103.01428 +- **URL:** https://lgseeds.com/performance/corn#plot-146242 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG38C48 | VT2RIB | 57.1 | +| 2 | LG Seeds | LG40C07 | VT2PRO | 56.4 | +| 3 | LG Seeds | LG42C80 | VT2RIB | 56.0 | +| 4 | LG Seeds | LG46C85 | VT2RIB | 54.6 | +| 5 | LG Seeds | LG36C73 | VT2RIB | 54.5 | + +Top 5 by Yield: LG38C48 (LG Seeds) 57.1, LG40C07 (LG Seeds) 56.4, LG42C80 (LG Seeds) 56.0, LG46C85 (LG Seeds) 54.6, LG36C73 (LG Seeds) 54.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146254.json b/corpus/lg_plot_reports/lgpr-corn-2025-146254.json new file mode 100644 index 00000000..c26e84c6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146254.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146254", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Waverly ", + "year": 2025, + "plot_id": "146254", + "lat": 42.78799, + "lng": -92.42719, + "cooperator": "Mummelthei Seed Marc Mummelthei", + "salesperson": "Mummelthei Seed Marc Mummelthei ", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-07", + "plot_average": 248.9, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P1027AM", + "traits": "", + "metrics": { + "Yield": 272.1 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P0859AM", + "traits": "", + "metrics": { + "Yield": 261.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 260.2 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P05737PCE", + "traits": "", + "metrics": { + "Yield": 258.7 + } + }, + { + "rank": 5, + "brand": "NK", + "product": "1228-AA", + "traits": "", + "metrics": { + "Yield": 258.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146254" + ], + "fetched_at": "2026-05-27T02:17:47.586043+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146254.md b/corpus/lg_plot_reports/lgpr-corn-2025-146254.md new file mode 100644 index 00000000..9814ca06 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146254.md @@ -0,0 +1,29 @@ +# Corn yield trial — Waverly , Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Waverly +- **Year:** 2025 +- **Plot ID:** 146254 +- **Cooperator:** Mummelthei Seed Marc Mummelthei +- **Salesperson:** Mummelthei Seed Marc Mummelthei +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-07 +- **Plot average:** 248.9 BU/Ac +- **Coordinates:** 42.78799, -92.42719 +- **URL:** https://lgseeds.com/performance/corn#plot-146254 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P1027AM | - | 272.1 | +| 2 | Pioneer | P0859AM | - | 261.8 | +| 3 | LG Seeds | LG63C32 | SSPRIB | 260.2 | +| 4 | Pioneer | P05737PCE | - | 258.7 | +| 5 | NK | 1228-AA | - | 258.1 | + +Top 5 by Yield: P1027AM (Pioneer) 272.1, P0859AM (Pioneer) 261.8, LG63C32 (LG Seeds) 260.2, P05737PCE (Pioneer) 258.7, 1228-AA (NK) 258.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146255.json b/corpus/lg_plot_reports/lgpr-corn-2025-146255.json new file mode 100644 index 00000000..49d04fb6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146255.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146255", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Waverly ", + "year": 2025, + "plot_id": "146255", + "lat": 42.78826, + "lng": -92.43313, + "cooperator": "Mummelthei Seed Marc Mummelthei", + "salesperson": "Mummelthei Seed Marc Mummelthei ", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-20", + "plot_average": 243.5, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "49CC05", + "traits": "", + "metrics": { + "Yield": 263.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "76-11", + "traits": "", + "metrics": { + "Yield": 261.5 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "75-07", + "traits": "", + "metrics": { + "Yield": 259.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "", + "metrics": { + "Yield": 253.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "72-06", + "traits": "", + "metrics": { + "Yield": 250.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146255" + ], + "fetched_at": "2026-05-27T02:17:22.572714+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146255.md b/corpus/lg_plot_reports/lgpr-corn-2025-146255.md new file mode 100644 index 00000000..dabd9f07 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146255.md @@ -0,0 +1,29 @@ +# Corn yield trial — Waverly , Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Waverly +- **Year:** 2025 +- **Plot ID:** 146255 +- **Cooperator:** Mummelthei Seed Marc Mummelthei +- **Salesperson:** Mummelthei Seed Marc Mummelthei +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-20 +- **Plot average:** 243.5 BU/Ac +- **Coordinates:** 42.78826, -92.43313 +- **URL:** https://lgseeds.com/performance/corn#plot-146255 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 49CC05 | - | 263.0 | +| 2 | Unknown | 76-11 | - | 261.5 | +| 3 | Unknown | 75-07 | - | 259.9 | +| 4 | LG Seeds | LG58C16 | - | 253.0 | +| 5 | Unknown | 72-06 | - | 250.8 | + +Top 5 by Yield: 49CC05 (Unknown) 263.0, 76-11 (Unknown) 261.5, 75-07 (Unknown) 259.9, LG58C16 (LG Seeds) 253.0, 72-06 (Unknown) 250.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146257.json b/corpus/lg_plot_reports/lgpr-corn-2025-146257.json new file mode 100644 index 00000000..d6d66378 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146257.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146257", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Sublette", + "year": 2025, + "plot_id": "146257", + "lat": 37.41677, + "lng": -100.82903, + "cooperator": "Travis Leonard", + "salesperson": "Travis Leonard", + "planted_date": "2025-05-19", + "harvested_date": "2025-10-06", + "plot_average": 135.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "212-02VT2PRIB", + "traits": "", + "metrics": { + "Yield": 149.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 149.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 145.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG2475", + "traits": "VT2RIB", + "metrics": { + "Yield": 141.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG2475VT2RIB", + "traits": "", + "metrics": { + "Yield": 139.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146257" + ], + "fetched_at": "2026-05-27T02:13:35.490229+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146257.md b/corpus/lg_plot_reports/lgpr-corn-2025-146257.md new file mode 100644 index 00000000..78fd4caf --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146257.md @@ -0,0 +1,28 @@ +# Corn yield trial — Sublette, Kansas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Sublette +- **Year:** 2025 +- **Plot ID:** 146257 +- **Cooperator:** Travis Leonard +- **Planted:** 2025-05-19 +- **Harvested:** 2025-10-06 +- **Plot average:** 135.3 BU/Ac +- **Coordinates:** 37.41677, -100.82903 +- **URL:** https://lgseeds.com/performance/corn#plot-146257 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 212-02VT2PRIB | - | 149.8 | +| 2 | LG Seeds | LG61C28 | V | 149.0 | +| 3 | LG Seeds | LG60C05 | 3110 | 145.4 | +| 4 | LG Seeds | LG2475 | VT2RIB | 141.6 | +| 5 | Unknown | LG2475VT2RIB | - | 139.5 | + +Top 5 by Yield: 212-02VT2PRIB (Unknown) 149.8, LG61C28 (LG Seeds) 149.0, LG60C05 (LG Seeds) 145.4, LG2475 (LG Seeds) 141.6, LG2475VT2RIB (Unknown) 139.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146258.json b/corpus/lg_plot_reports/lgpr-corn-2025-146258.json new file mode 100644 index 00000000..afe205b4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146258.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146258", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "South Haven ", + "year": 2025, + "plot_id": "146258", + "lat": 45.28303, + "lng": -94.22728, + "cooperator": "Muehring Seed", + "salesperson": "Muehring Seed", + "planted_date": "2025-05-19", + "harvested_date": "2025-11-12", + "plot_average": 156.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 178.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 174.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "G01U74-AA", + "traits": "", + "metrics": { + "Yield": 171.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "G03U08-D", + "traits": "", + "metrics": { + "Yield": 168.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 167.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146258" + ], + "fetched_at": "2026-05-27T02:18:10.861096+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146258.md b/corpus/lg_plot_reports/lgpr-corn-2025-146258.md new file mode 100644 index 00000000..3cc738fd --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146258.md @@ -0,0 +1,28 @@ +# Corn yield trial — South Haven , Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** South Haven +- **Year:** 2025 +- **Plot ID:** 146258 +- **Cooperator:** Muehring Seed +- **Planted:** 2025-05-19 +- **Harvested:** 2025-11-12 +- **Plot average:** 156.2 BU/Ac +- **Coordinates:** 45.28303, -94.22728 +- **URL:** https://lgseeds.com/performance/corn#plot-146258 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2RIB | 178.5 | +| 2 | LG Seeds | LG53C44 | VT2RIB | 174.2 | +| 3 | Unknown | G01U74-AA | - | 171.9 | +| 4 | Unknown | G03U08-D | - | 168.3 | +| 5 | LG Seeds | LG42C80 | VT2RIB | 167.9 | + +Top 5 by Yield: LG52C90 (LG Seeds) 178.5, LG53C44 (LG Seeds) 174.2, G01U74-AA (Unknown) 171.9, G03U08-D (Unknown) 168.3, LG42C80 (LG Seeds) 167.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146300.json b/corpus/lg_plot_reports/lgpr-corn-2025-146300.json new file mode 100644 index 00000000..80e2598d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146300.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146300", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Lodi", + "year": 2025, + "plot_id": "146300", + "lat": 43.23584, + "lng": -89.54604, + "cooperator": "Ripp Farms", + "salesperson": "Ripp Farms", + "planted_date": "2025-05-12", + "harvested_date": "2025-10-31", + "plot_average": 258.6, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "204-54SSPRIB", + "traits": "", + "metrics": { + "Yield": 279.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DS-4488V", + "traits": "", + "metrics": { + "Yield": 273.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "205-08SSPRIB", + "traits": "", + "metrics": { + "Yield": 269.3 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DS-3881V", + "traits": "", + "metrics": { + "Yield": 267.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "201-07SSPRIB", + "traits": "", + "metrics": { + "Yield": 261.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146300" + ], + "fetched_at": "2026-05-27T02:20:06.407308+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146300.md b/corpus/lg_plot_reports/lgpr-corn-2025-146300.md new file mode 100644 index 00000000..8a2245ef --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146300.md @@ -0,0 +1,28 @@ +# Corn yield trial — Lodi, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Lodi +- **Year:** 2025 +- **Plot ID:** 146300 +- **Cooperator:** Ripp Farms +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-31 +- **Plot average:** 258.6 BU/Ac +- **Coordinates:** 43.23584, -89.54604 +- **URL:** https://lgseeds.com/performance/corn#plot-146300 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 204-54SSPRIB | - | 279.5 | +| 2 | Unknown | DS-4488V | - | 273.4 | +| 3 | Unknown | 205-08SSPRIB | - | 269.3 | +| 4 | Unknown | DS-3881V | - | 267.0 | +| 5 | Unknown | 201-07SSPRIB | - | 261.1 | + +Top 5 by Yield: 204-54SSPRIB (Unknown) 279.5, DS-4488V (Unknown) 273.4, 205-08SSPRIB (Unknown) 269.3, DS-3881V (Unknown) 267.0, 201-07SSPRIB (Unknown) 261.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146301.json b/corpus/lg_plot_reports/lgpr-corn-2025-146301.json new file mode 100644 index 00000000..e1320548 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146301.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146301", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Pinconning", + "year": 2025, + "plot_id": "146301", + "lat": 43.93941, + "lng": -83.91396, + "cooperator": "Kevin Noffsinger", + "salesperson": "Kevin Noffsinger", + "planted_date": "2025-05-20", + "harvested_date": "2025-11-01", + "plot_average": 209.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG46C57", + "traits": "", + "metrics": { + "Yield": 222.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG47C12", + "traits": "VT2PRO", + "metrics": { + "Yield": 219.66 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2RIB", + "metrics": { + "Yield": 217.26 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "", + "metrics": { + "Yield": 214.09 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C57", + "traits": "DV-RN", + "metrics": { + "Yield": 210.55 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146301" + ], + "fetched_at": "2026-05-27T02:18:26.134303+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146301.md b/corpus/lg_plot_reports/lgpr-corn-2025-146301.md new file mode 100644 index 00000000..144ab3af --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146301.md @@ -0,0 +1,28 @@ +# Corn yield trial — Pinconning, Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Pinconning +- **Year:** 2025 +- **Plot ID:** 146301 +- **Cooperator:** Kevin Noffsinger +- **Planted:** 2025-05-20 +- **Harvested:** 2025-11-01 +- **Plot average:** 209.4 BU/Ac +- **Coordinates:** 43.93941, -83.91396 +- **URL:** https://lgseeds.com/performance/corn#plot-146301 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG46C57 | - | 222.1 | +| 2 | LG Seeds | LG47C12 | VT2PRO | 219.66 | +| 3 | LG Seeds | LG43C50 | VT2RIB | 217.26 | +| 4 | LG Seeds | LG48C87 | - | 214.09 | +| 5 | LG Seeds | LG48C57 | DV-RN | 210.55 | + +Top 5 by Yield: LG46C57 (LG Seeds) 222.1, LG47C12 (LG Seeds) 219.66, LG43C50 (LG Seeds) 217.26, LG48C87 (LG Seeds) 214.09, LG48C57 (LG Seeds) 210.55. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146302.json b/corpus/lg_plot_reports/lgpr-corn-2025-146302.json new file mode 100644 index 00000000..4d5dcbab --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146302.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146302", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Viroqua", + "year": 2025, + "plot_id": "146302", + "lat": 43.45932, + "lng": -91.08782, + "cooperator": "Jack Walleser", + "salesperson": "Jack Walleser", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-09", + "plot_average": 231.1, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "2A17VE", + "traits": "", + "metrics": { + "Yield": 267.11 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "1R47VE", + "traits": "", + "metrics": { + "Yield": 250.44 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 247.51 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "T099-34PCE", + "traits": "", + "metrics": { + "Yield": 246.78 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LR9698PCE", + "traits": "", + "metrics": { + "Yield": 239.55 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146302" + ], + "fetched_at": "2026-05-27T02:20:32.159404+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146302.md b/corpus/lg_plot_reports/lgpr-corn-2025-146302.md new file mode 100644 index 00000000..127b48f7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146302.md @@ -0,0 +1,28 @@ +# Corn yield trial — Viroqua, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Viroqua +- **Year:** 2025 +- **Plot ID:** 146302 +- **Cooperator:** Jack Walleser +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-09 +- **Plot average:** 231.1 BU/Ac +- **Coordinates:** 43.45932, -91.08782 +- **URL:** https://lgseeds.com/performance/corn#plot-146302 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 2A17VE | - | 267.11 | +| 2 | Unknown | 1R47VE | - | 250.44 | +| 3 | LG Seeds | LG51C32 | SSPRIB | 247.51 | +| 4 | Unknown | T099-34PCE | - | 246.78 | +| 5 | Unknown | LR9698PCE | - | 239.55 | + +Top 5 by Yield: 2A17VE (Unknown) 267.11, 1R47VE (Unknown) 250.44, LG51C32 (LG Seeds) 247.51, T099-34PCE (Unknown) 246.78, LR9698PCE (Unknown) 239.55. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146311.json b/corpus/lg_plot_reports/lgpr-corn-2025-146311.json new file mode 100644 index 00000000..bba86816 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146311.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146311", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Houston", + "year": 2025, + "plot_id": "146311", + "lat": 44.15654, + "lng": -92.0549, + "cooperator": "Glen Groth", + "salesperson": "Glen Groth", + "planted_date": "2025-05-13", + "harvested_date": "2025-10-14", + "plot_average": 218.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 237.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 235.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC101-33RIB", + "traits": "", + "metrics": { + "Yield": 233.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2RIB", + "metrics": { + "Yield": 231.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VT2RIB", + "metrics": { + "Yield": 230.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146311" + ], + "fetched_at": "2026-05-27T02:21:01.186119+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146311.md b/corpus/lg_plot_reports/lgpr-corn-2025-146311.md new file mode 100644 index 00000000..5d692529 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146311.md @@ -0,0 +1,28 @@ +# Corn yield trial — Houston, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Houston +- **Year:** 2025 +- **Plot ID:** 146311 +- **Cooperator:** Glen Groth +- **Planted:** 2025-05-13 +- **Harvested:** 2025-10-14 +- **Plot average:** 218.9 BU/Ac +- **Coordinates:** 44.15654, -92.05490 +- **URL:** https://lgseeds.com/performance/corn#plot-146311 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG56C25 | SSPRIB | 237.0 | +| 2 | LG Seeds | LG48C32 | SSPRIB | 235.6 | +| 3 | Unknown | DKC101-33RIB | - | 233.2 | +| 4 | LG Seeds | LG58C16 | VT2RIB | 231.0 | +| 5 | LG Seeds | LG57C82 | VT2RIB | 230.5 | + +Top 5 by Yield: LG56C25 (LG Seeds) 237.0, LG48C32 (LG Seeds) 235.6, DKC101-33RIB (Unknown) 233.2, LG58C16 (LG Seeds) 231.0, LG57C82 (LG Seeds) 230.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146313.json b/corpus/lg_plot_reports/lgpr-corn-2025-146313.json new file mode 100644 index 00000000..3d3f0990 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146313.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146313", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Altura ", + "year": 2025, + "plot_id": "146313", + "lat": 44.15654, + "lng": -92.0549, + "cooperator": "Phil Schwantz", + "salesperson": "Phil Schwantz", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-20", + "plot_average": 198.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VT2RIB", + "metrics": { + "Yield": 227.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 222.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2RIB", + "metrics": { + "Yield": 220.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 217.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG57C45", + "traits": "SSPRIB", + "metrics": { + "Yield": 215.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146313" + ], + "fetched_at": "2026-05-27T02:21:06.692438+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146313.md b/corpus/lg_plot_reports/lgpr-corn-2025-146313.md new file mode 100644 index 00000000..7da0c95e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146313.md @@ -0,0 +1,28 @@ +# Corn yield trial — Altura , Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Altura +- **Year:** 2025 +- **Plot ID:** 146313 +- **Cooperator:** Phil Schwantz +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-20 +- **Plot average:** 198.3 BU/Ac +- **Coordinates:** 44.15654, -92.05490 +- **URL:** https://lgseeds.com/performance/corn#plot-146313 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG57C82 | VT2RIB | 227.8 | +| 2 | LG Seeds | LG51C32 | SSPRIB | 222.0 | +| 3 | LG Seeds | LG58C16 | VT2RIB | 220.0 | +| 4 | LG Seeds | LG59C72 | 5222EZ | 217.5 | +| 5 | LG Seeds | LG57C45 | SSPRIB | 215.9 | + +Top 5 by Yield: LG57C82 (LG Seeds) 227.8, LG51C32 (LG Seeds) 222.0, LG58C16 (LG Seeds) 220.0, LG59C72 (LG Seeds) 217.5, LG57C45 (LG Seeds) 215.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146316.json b/corpus/lg_plot_reports/lgpr-corn-2025-146316.json new file mode 100644 index 00000000..63a70cdd --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146316.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146316", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Elmwood ", + "year": 2025, + "plot_id": "146316", + "lat": 40.83117, + "lng": -89.95744, + "cooperator": "Lynn Shissler", + "salesperson": "Lynn Shissler", + "planted_date": "2025-04-24", + "harvested_date": "2025-09-26", + "plot_average": 261.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2RIB", + "metrics": { + "Yield": 282.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 277.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 276.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 274.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG65C50VT2PRO", + "traits": "", + "metrics": { + "Yield": 272.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146316" + ], + "fetched_at": "2026-05-27T02:17:39.596804+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146316.md b/corpus/lg_plot_reports/lgpr-corn-2025-146316.md new file mode 100644 index 00000000..dad9227e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146316.md @@ -0,0 +1,28 @@ +# Corn yield trial — Elmwood , Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Elmwood +- **Year:** 2025 +- **Plot ID:** 146316 +- **Cooperator:** Lynn Shissler +- **Planted:** 2025-04-24 +- **Harvested:** 2025-09-26 +- **Plot average:** 261.7 BU/Ac +- **Coordinates:** 40.83117, -89.95744 +- **URL:** https://lgseeds.com/performance/corn#plot-146316 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C16 | VT2RIB | 282.8 | +| 2 | LG Seeds | LG63C32 | TRC | 277.4 | +| 3 | LG Seeds | LG64C43 | VT2RIB | 276.0 | +| 4 | LG Seeds | LG62C73 | VT2RIB | 274.2 | +| 5 | Unknown | LG65C50VT2PRO | - | 272.1 | + +Top 5 by Yield: LG58C16 (LG Seeds) 282.8, LG63C32 (LG Seeds) 277.4, LG64C43 (LG Seeds) 276.0, LG62C73 (LG Seeds) 274.2, LG65C50VT2PRO (Unknown) 272.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146321.json b/corpus/lg_plot_reports/lgpr-corn-2025-146321.json new file mode 100644 index 00000000..a0d89d1d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146321.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146321", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Waverly ", + "year": 2025, + "plot_id": "146321", + "lat": 42.72988, + "lng": -92.37165, + "cooperator": "Calvin Kuker", + "salesperson": "Calvin Kuker", + "planted_date": "2025-05-09", + "harvested_date": "2025-10-28", + "plot_average": 239.5, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B13C49PCE", + "traits": "", + "metrics": { + "Yield": 259.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 256.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B08R32AM", + "traits": "", + "metrics": { + "Yield": 255.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B05D47PCE", + "traits": "", + "metrics": { + "Yield": 252.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B07G52PCE", + "traits": "", + "metrics": { + "Yield": 252.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146321" + ], + "fetched_at": "2026-05-27T02:20:04.410109+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146321.md b/corpus/lg_plot_reports/lgpr-corn-2025-146321.md new file mode 100644 index 00000000..afaf7f03 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146321.md @@ -0,0 +1,28 @@ +# Corn yield trial — Waverly , Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Waverly +- **Year:** 2025 +- **Plot ID:** 146321 +- **Cooperator:** Calvin Kuker +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-28 +- **Plot average:** 239.5 BU/Ac +- **Coordinates:** 42.72988, -92.37165 +- **URL:** https://lgseeds.com/performance/corn#plot-146321 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B13C49PCE | - | 259.5 | +| 2 | LG Seeds | LG63C82 | DGVT2RIB | 256.9 | +| 3 | Unknown | B08R32AM | - | 255.4 | +| 4 | Unknown | B05D47PCE | - | 252.6 | +| 5 | Unknown | B07G52PCE | - | 252.2 | + +Top 5 by Yield: B13C49PCE (Unknown) 259.5, LG63C82 (LG Seeds) 256.9, B08R32AM (Unknown) 255.4, B05D47PCE (Unknown) 252.6, B07G52PCE (Unknown) 252.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146331.json b/corpus/lg_plot_reports/lgpr-corn-2025-146331.json new file mode 100644 index 00000000..645ebaa6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146331.json @@ -0,0 +1,55 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146331", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Melrose", + "year": 2025, + "plot_id": "146331", + "lat": 44.1913, + "lng": -90.95371, + "cooperator": "Matt Stetzer", + "salesperson": "Matt Stetzer", + "planted_date": "2025-05-05", + "harvested_date": "2025-10-08", + "plot_average": 208.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2RIB", + "metrics": { + "Yield": 212.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LG43C50VT2RIB", + "traits": "", + "metrics": { + "Yield": 210.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG43C50VT2RIB", + "traits": "", + "metrics": { + "Yield": 202.5 + } + } + ], + "n_results": 3, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146331" + ], + "fetched_at": "2026-05-27T02:20:32.420489+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146331.md b/corpus/lg_plot_reports/lgpr-corn-2025-146331.md new file mode 100644 index 00000000..a6baa1e9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146331.md @@ -0,0 +1,26 @@ +# Corn yield trial — Melrose, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Melrose +- **Year:** 2025 +- **Plot ID:** 146331 +- **Cooperator:** Matt Stetzer +- **Planted:** 2025-05-05 +- **Harvested:** 2025-10-08 +- **Plot average:** 208.4 BU/Ac +- **Coordinates:** 44.19130, -90.95371 +- **URL:** https://lgseeds.com/performance/corn#plot-146331 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG43C50 | VT2RIB | 212.0 | +| 2 | Unknown | LG43C50VT2RIB | - | 210.8 | +| 3 | Unknown | LG43C50VT2RIB | - | 202.5 | + +Top 5 by Yield: LG43C50 (LG Seeds) 212.0, LG43C50VT2RIB (Unknown) 210.8, LG43C50VT2RIB (Unknown) 202.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146337.json b/corpus/lg_plot_reports/lgpr-corn-2025-146337.json new file mode 100644 index 00000000..9fecb32b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146337.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146337", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Owatonna", + "year": 2025, + "plot_id": "146337", + "lat": 44.05289, + "lng": -93.23345, + "cooperator": "Wilbur-Ellis Claremont", + "salesperson": "Wilbur-Ellis Claremont", + "planted_date": "2025-05-12", + "harvested_date": "2025-10-15", + "plot_average": 172.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 185.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LG51C62VT2RIB", + "traits": "", + "metrics": { + "Yield": 182.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 180.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "5225TRE", + "traits": "", + "metrics": { + "Yield": 180.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "4993TRERIB", + "traits": "", + "metrics": { + "Yield": 180.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146337" + ], + "fetched_at": "2026-05-27T02:17:36.855033+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146337.md b/corpus/lg_plot_reports/lgpr-corn-2025-146337.md new file mode 100644 index 00000000..1ed26318 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146337.md @@ -0,0 +1,28 @@ +# Corn yield trial — Owatonna, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Owatonna +- **Year:** 2025 +- **Plot ID:** 146337 +- **Cooperator:** Wilbur-Ellis Claremont +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-15 +- **Plot average:** 172.1 BU/Ac +- **Coordinates:** 44.05289, -93.23345 +- **URL:** https://lgseeds.com/performance/corn#plot-146337 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | D | 185.4 | +| 2 | Unknown | LG51C62VT2RIB | - | 182.3 | +| 3 | LG Seeds | LG52C90 | VT2RIB | 180.8 | +| 4 | Unknown | 5225TRE | - | 180.4 | +| 5 | Unknown | 4993TRERIB | - | 180.2 | + +Top 5 by Yield: LG51C62 (LG Seeds) 185.4, LG51C62VT2RIB (Unknown) 182.3, LG52C90 (LG Seeds) 180.8, 5225TRE (Unknown) 180.4, 4993TRERIB (Unknown) 180.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146338.json b/corpus/lg_plot_reports/lgpr-corn-2025-146338.json new file mode 100644 index 00000000..8be6eb5c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146338.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146338", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Owatonna", + "year": 2025, + "plot_id": "146338", + "lat": 44.07315, + "lng": -93.19427, + "cooperator": "Wilbur-Ellis Claremont", + "salesperson": "Wilbur-Ellis Claremont", + "planted_date": "2025-05-09", + "harvested_date": "2025-10-16", + "plot_average": 205.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 229.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 215.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 215.7 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LG51C62D", + "traits": "", + "metrics": { + "Yield": 215.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 212.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146338" + ], + "fetched_at": "2026-05-27T02:20:19.665676+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146338.md b/corpus/lg_plot_reports/lgpr-corn-2025-146338.md new file mode 100644 index 00000000..f236b0e1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146338.md @@ -0,0 +1,28 @@ +# Corn yield trial — Owatonna, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Owatonna +- **Year:** 2025 +- **Plot ID:** 146338 +- **Cooperator:** Wilbur-Ellis Claremont +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-16 +- **Plot average:** 205.2 BU/Ac +- **Coordinates:** 44.07315, -93.19427 +- **URL:** https://lgseeds.com/performance/corn#plot-146338 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 229.0 | +| 2 | LG Seeds | LG52C90 | VT2RIB | 215.7 | +| 3 | LG Seeds | LG53C44 | VT2RIB | 215.7 | +| 4 | Unknown | LG51C62D | - | 215.3 | +| 5 | LG Seeds | LG48C87 | VT2RIB | 212.3 | + +Top 5 by Yield: LG51C62 (LG Seeds) 229.0, LG52C90 (LG Seeds) 215.7, LG53C44 (LG Seeds) 215.7, LG51C62D (Unknown) 215.3, LG48C87 (LG Seeds) 212.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146340.json b/corpus/lg_plot_reports/lgpr-corn-2025-146340.json new file mode 100644 index 00000000..b704e672 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146340.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146340", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Owatonna", + "year": 2025, + "plot_id": "146340", + "lat": 44.07318, + "lng": -93.19168, + "cooperator": "Wilbur-Ellis Claremont", + "salesperson": "Wilbur-Ellis Claremont", + "planted_date": "2025-05-09", + "harvested_date": "2025-10-17", + "plot_average": 204.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "4845PCE", + "traits": "", + "metrics": { + "Yield": 229.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "4601VT2PRIB", + "traits": "", + "metrics": { + "Yield": 219.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 208.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LG48C32SSPRIB", + "traits": "", + "metrics": { + "Yield": 203.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 197.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146340" + ], + "fetched_at": "2026-05-27T02:20:19.917235+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146340.md b/corpus/lg_plot_reports/lgpr-corn-2025-146340.md new file mode 100644 index 00000000..69a01ed4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146340.md @@ -0,0 +1,28 @@ +# Corn yield trial — Owatonna, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Owatonna +- **Year:** 2025 +- **Plot ID:** 146340 +- **Cooperator:** Wilbur-Ellis Claremont +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-17 +- **Plot average:** 204.9 BU/Ac +- **Coordinates:** 44.07318, -93.19168 +- **URL:** https://lgseeds.com/performance/corn#plot-146340 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 4845PCE | - | 229.2 | +| 2 | Unknown | 4601VT2PRIB | - | 219.7 | +| 3 | LG Seeds | LG48C32 | SSPRIB | 208.1 | +| 4 | Unknown | LG48C32SSPRIB | - | 203.9 | +| 5 | LG Seeds | LG48C87 | VT2RIB | 197.7 | + +Top 5 by Yield: 4845PCE (Unknown) 229.2, 4601VT2PRIB (Unknown) 219.7, LG48C32 (LG Seeds) 208.1, LG48C32SSPRIB (Unknown) 203.9, LG48C87 (LG Seeds) 197.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146341.json b/corpus/lg_plot_reports/lgpr-corn-2025-146341.json new file mode 100644 index 00000000..fe1e0fe3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146341.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146341", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Owatonna", + "year": 2025, + "plot_id": "146341", + "lat": 44.06125, + "lng": -93.12753, + "cooperator": "Wilbur-Ellis Claremont", + "salesperson": "Wilbur-Ellis Claremont", + "planted_date": "2025-05-09", + "harvested_date": "2025-10-17", + "plot_average": 187.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "4601VT2PRIB", + "traits": "", + "metrics": { + "Yield": 201.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 195.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "4702VT2", + "traits": "", + "metrics": { + "Yield": 194.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 193.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG46C57", + "traits": "", + "metrics": { + "Yield": 190.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146341" + ], + "fetched_at": "2026-05-27T02:20:20.158282+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146341.md b/corpus/lg_plot_reports/lgpr-corn-2025-146341.md new file mode 100644 index 00000000..8f1437ef --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146341.md @@ -0,0 +1,28 @@ +# Corn yield trial — Owatonna, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Owatonna +- **Year:** 2025 +- **Plot ID:** 146341 +- **Cooperator:** Wilbur-Ellis Claremont +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-17 +- **Plot average:** 187.9 BU/Ac +- **Coordinates:** 44.06125, -93.12753 +- **URL:** https://lgseeds.com/performance/corn#plot-146341 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 4601VT2PRIB | - | 201.6 | +| 2 | LG Seeds | LG48C87 | VT2RIB | 195.9 | +| 3 | Unknown | 4702VT2 | - | 194.6 | +| 4 | LG Seeds | LG48C32 | SSPRIB | 193.2 | +| 5 | LG Seeds | LG46C57 | - | 190.4 | + +Top 5 by Yield: 4601VT2PRIB (Unknown) 201.6, LG48C87 (LG Seeds) 195.9, 4702VT2 (Unknown) 194.6, LG48C32 (LG Seeds) 193.2, LG46C57 (LG Seeds) 190.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146343.json b/corpus/lg_plot_reports/lgpr-corn-2025-146343.json new file mode 100644 index 00000000..73190e17 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146343.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146343", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Holcomb", + "year": 2025, + "plot_id": "146343", + "lat": 38.01798, + "lng": -100.96815, + "cooperator": "Knoll Brothers Inc.", + "salesperson": "Knoll Brothers Inc.", + "planted_date": "2025-05-20", + "harvested_date": "2025-09-29", + "plot_average": 48.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 64.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 63.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 57.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 55.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG62C22", + "traits": "VT2RIB", + "metrics": { + "Yield": 54.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146343" + ], + "fetched_at": "2026-05-27T02:17:43.860530+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146343.md b/corpus/lg_plot_reports/lgpr-corn-2025-146343.md new file mode 100644 index 00000000..083ebcf2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146343.md @@ -0,0 +1,28 @@ +# Corn yield trial — Holcomb, Kansas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Holcomb +- **Year:** 2025 +- **Plot ID:** 146343 +- **Cooperator:** Knoll Brothers Inc. +- **Planted:** 2025-05-20 +- **Harvested:** 2025-09-29 +- **Plot average:** 48.9 BU/Ac +- **Coordinates:** 38.01798, -100.96815 +- **URL:** https://lgseeds.com/performance/corn#plot-146343 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG42C80 | VT2RIB | 64.8 | +| 2 | LG Seeds | LG46C85 | VT2RIB | 63.2 | +| 3 | LG Seeds | LG62C73 | VT2RIB | 57.8 | +| 4 | LG Seeds | LG52C90 | VT2RIB | 55.6 | +| 5 | LG Seeds | LG62C22 | VT2RIB | 54.1 | + +Top 5 by Yield: LG42C80 (LG Seeds) 64.8, LG46C85 (LG Seeds) 63.2, LG62C73 (LG Seeds) 57.8, LG52C90 (LG Seeds) 55.6, LG62C22 (LG Seeds) 54.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146345.json b/corpus/lg_plot_reports/lgpr-corn-2025-146345.json new file mode 100644 index 00000000..ecaf89a5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146345.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146345", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Atchison", + "year": 2025, + "plot_id": "146345", + "lat": 39.41044, + "lng": -95.10899, + "cooperator": "Cummings Farms", + "salesperson": "Cummings Farms", + "planted_date": "2025-04-16", + "harvested_date": "2025-10-08", + "plot_average": 218.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 239.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 236.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 223.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 207.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 187.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146345" + ], + "fetched_at": "2026-05-27T02:17:19.092414+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146345.md b/corpus/lg_plot_reports/lgpr-corn-2025-146345.md new file mode 100644 index 00000000..9efe90c3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146345.md @@ -0,0 +1,28 @@ +# Corn yield trial — Atchison, Kansas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Atchison +- **Year:** 2025 +- **Plot ID:** 146345 +- **Cooperator:** Cummings Farms +- **Planted:** 2025-04-16 +- **Harvested:** 2025-10-08 +- **Plot average:** 218.8 BU/Ac +- **Coordinates:** 39.41044, -95.10899 +- **URL:** https://lgseeds.com/performance/corn#plot-146345 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | SSPRIB | 239.5 | +| 2 | LG Seeds | LG61C28 | V | 236.7 | +| 3 | LG Seeds | LG62C73 | VT2RIB | 223.3 | +| 4 | LG Seeds | LG63C82 | DGVT2RIB | 207.2 | +| 5 | LG Seeds | LG65C30 | VT2RIB | 187.3 | + +Top 5 by Yield: LG63C32 (LG Seeds) 239.5, LG61C28 (LG Seeds) 236.7, LG62C73 (LG Seeds) 223.3, LG63C82 (LG Seeds) 207.2, LG65C30 (LG Seeds) 187.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146346.json b/corpus/lg_plot_reports/lgpr-corn-2025-146346.json new file mode 100644 index 00000000..1e5066ae --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146346.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146346", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Hillsboro", + "year": 2025, + "plot_id": "146346", + "lat": 38.3051, + "lng": -97.17789, + "cooperator": "Galen Ensz", + "salesperson": "Galen Ensz", + "planted_date": "2025-05-02", + "harvested_date": "2025-10-21", + "plot_average": 151.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 161.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG66C28", + "traits": "3110", + "metrics": { + "Yield": 156.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 154.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 154.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG70C16", + "traits": "V-RN", + "metrics": { + "Yield": 153.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146346" + ], + "fetched_at": "2026-05-27T02:17:24.096990+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146346.md b/corpus/lg_plot_reports/lgpr-corn-2025-146346.md new file mode 100644 index 00000000..177291de --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146346.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hillsboro, Kansas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Hillsboro +- **Year:** 2025 +- **Plot ID:** 146346 +- **Cooperator:** Galen Ensz +- **Planted:** 2025-05-02 +- **Harvested:** 2025-10-21 +- **Plot average:** 151.4 BU/Ac +- **Coordinates:** 38.30510, -97.17789 +- **URL:** https://lgseeds.com/performance/corn#plot-146346 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C28 | V | 161.7 | +| 2 | LG Seeds | LG66C28 | 3110 | 156.7 | +| 3 | LG Seeds | LG62C73 | VT2RIB | 154.6 | +| 4 | LG Seeds | LG63C32 | SSPRIB | 154.5 | +| 5 | LG Seeds | LG70C16 | V-RN | 153.1 | + +Top 5 by Yield: LG61C28 (LG Seeds) 161.7, LG66C28 (LG Seeds) 156.7, LG62C73 (LG Seeds) 154.6, LG63C32 (LG Seeds) 154.5, LG70C16 (LG Seeds) 153.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146357.json b/corpus/lg_plot_reports/lgpr-corn-2025-146357.json new file mode 100644 index 00000000..d15dc7af --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146357.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146357", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Wilmington", + "year": 2025, + "plot_id": "146357", + "lat": 41.27993, + "lng": -88.10655, + "cooperator": "Steve Issert", + "salesperson": "Steve Issert ", + "planted_date": "2025-05-14", + "harvested_date": "2025-10-15", + "plot_average": 246.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 268.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 260.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 257.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC110-10RIB", + "traits": "", + "metrics": { + "Yield": 248.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "DV-RN", + "metrics": { + "Yield": 247.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146357" + ], + "fetched_at": "2026-05-27T02:17:40.596462+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146357.md b/corpus/lg_plot_reports/lgpr-corn-2025-146357.md new file mode 100644 index 00000000..be7f0f2a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146357.md @@ -0,0 +1,29 @@ +# Corn yield trial — Wilmington, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Wilmington +- **Year:** 2025 +- **Plot ID:** 146357 +- **Cooperator:** Steve Issert +- **Salesperson:** Steve Issert +- **Planted:** 2025-05-14 +- **Harvested:** 2025-10-15 +- **Plot average:** 246.2 BU/Ac +- **Coordinates:** 41.27993, -88.10655 +- **URL:** https://lgseeds.com/performance/corn#plot-146357 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C82 | DGVT2RIB | 268.8 | +| 2 | LG Seeds | LG62C73 | VT2RIB | 260.0 | +| 3 | LG Seeds | LG63C32 | SSPRIB | 257.8 | +| 4 | Unknown | DKC110-10RIB | - | 248.3 | +| 5 | LG Seeds | LG60C05 | DV-RN | 247.7 | + +Top 5 by Yield: LG63C82 (LG Seeds) 268.8, LG62C73 (LG Seeds) 260.0, LG63C32 (LG Seeds) 257.8, DKC110-10RIB (Unknown) 248.3, LG60C05 (LG Seeds) 247.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146368.json b/corpus/lg_plot_reports/lgpr-corn-2025-146368.json new file mode 100644 index 00000000..758ffe48 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146368.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146368", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Oregon", + "state_abbrev": "or", + "city": "Vale", + "year": 2025, + "plot_id": "146368", + "lat": 44.07623, + "lng": -117.34436, + "cooperator": "Eddie Heid", + "salesperson": "Eddie Heid", + "planted_date": "2025-05-21", + "harvested_date": "2025-11-04", + "plot_average": 172.0, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P9845PCE", + "traits": "", + "metrics": { + "Yield": 216.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 197.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 195.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2RIB", + "metrics": { + "Yield": 194.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 193.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146368" + ], + "fetched_at": "2026-05-27T02:20:59.949667+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146368.md b/corpus/lg_plot_reports/lgpr-corn-2025-146368.md new file mode 100644 index 00000000..31bac69d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146368.md @@ -0,0 +1,28 @@ +# Corn yield trial — Vale, Oregon, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Oregon (OR) +- **City:** Vale +- **Year:** 2025 +- **Plot ID:** 146368 +- **Cooperator:** Eddie Heid +- **Planted:** 2025-05-21 +- **Harvested:** 2025-11-04 +- **Plot average:** 172.0 BU/Ac +- **Coordinates:** 44.07623, -117.34436 +- **URL:** https://lgseeds.com/performance/corn#plot-146368 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P9845PCE | - | 216.6 | +| 2 | LG Seeds | LG52C90 | VT2RIB | 197.4 | +| 3 | LG Seeds | LG53C44 | VT2RIB | 195.9 | +| 4 | LG Seeds | LG5525 | VT2RIB | 194.3 | +| 5 | LG Seeds | LG51C62 | D | 193.7 | + +Top 5 by Yield: P9845PCE (Pioneer) 216.6, LG52C90 (LG Seeds) 197.4, LG53C44 (LG Seeds) 195.9, LG5525 (LG Seeds) 194.3, LG51C62 (LG Seeds) 193.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146412.json b/corpus/lg_plot_reports/lgpr-corn-2025-146412.json new file mode 100644 index 00000000..a76123ed --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146412.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146412", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Dyersville ", + "year": 2025, + "plot_id": "146412", + "lat": 42.47069, + "lng": -91.16033, + "cooperator": "Dave Kronlage Nutrien - Dyersville", + "salesperson": "Dave Kronlage Nutrien - Dyersville ", + "planted_date": "2025-05-15", + "harvested_date": "2025-10-27", + "plot_average": 236.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B04J45V", + "traits": "", + "metrics": { + "Yield": 276.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC101-33RIB", + "traits": "", + "metrics": { + "Yield": 260.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC56-26RIB", + "traits": "", + "metrics": { + "Yield": 257.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B08R32AM", + "traits": "", + "metrics": { + "Yield": 254.8 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC108-17RIB", + "traits": "", + "metrics": { + "Yield": 254.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146412" + ], + "fetched_at": "2026-05-27T02:20:49.911113+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146412.md b/corpus/lg_plot_reports/lgpr-corn-2025-146412.md new file mode 100644 index 00000000..5b9171a5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146412.md @@ -0,0 +1,29 @@ +# Corn yield trial — Dyersville , Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Dyersville +- **Year:** 2025 +- **Plot ID:** 146412 +- **Cooperator:** Dave Kronlage Nutrien - Dyersville +- **Salesperson:** Dave Kronlage Nutrien - Dyersville +- **Planted:** 2025-05-15 +- **Harvested:** 2025-10-27 +- **Plot average:** 236.4 BU/Ac +- **Coordinates:** 42.47069, -91.16033 +- **URL:** https://lgseeds.com/performance/corn#plot-146412 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B04J45V | - | 276.4 | +| 2 | Unknown | DKC101-33RIB | - | 260.6 | +| 3 | Unknown | DKC56-26RIB | - | 257.0 | +| 4 | Unknown | B08R32AM | - | 254.8 | +| 5 | Unknown | DKC108-17RIB | - | 254.2 | + +Top 5 by Yield: B04J45V (Unknown) 276.4, DKC101-33RIB (Unknown) 260.6, DKC56-26RIB (Unknown) 257.0, B08R32AM (Unknown) 254.8, DKC108-17RIB (Unknown) 254.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146419.json b/corpus/lg_plot_reports/lgpr-corn-2025-146419.json new file mode 100644 index 00000000..bfd64cfd --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146419.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146419", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Ohio City", + "year": 2025, + "plot_id": "146419", + "lat": 40.84452, + "lng": -84.77295, + "cooperator": "T & T Seeds", + "salesperson": "T & T Seeds", + "planted_date": "2025-05-12", + "harvested_date": "2025-10-15", + "plot_average": 189.6, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P0843AM", + "traits": "", + "metrics": { + "Yield": 203.42 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 203.25 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 199.71 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C20", + "traits": "D-RN", + "metrics": { + "Yield": 198.85 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "", + "metrics": { + "Yield": 196.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146419" + ], + "fetched_at": "2026-05-27T02:20:15.422865+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146419.md b/corpus/lg_plot_reports/lgpr-corn-2025-146419.md new file mode 100644 index 00000000..ae14288d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146419.md @@ -0,0 +1,28 @@ +# Corn yield trial — Ohio City, Ohio, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Ohio (OH) +- **City:** Ohio City +- **Year:** 2025 +- **Plot ID:** 146419 +- **Cooperator:** T & T Seeds +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-15 +- **Plot average:** 189.6 BU/Ac +- **Coordinates:** 40.84452, -84.77295 +- **URL:** https://lgseeds.com/performance/corn#plot-146419 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P0843AM | - | 203.42 | +| 2 | LG Seeds | LG58C48 | VT2RIB | 203.25 | +| 3 | LG Seeds | LG59C72 | 5222EZ | 199.71 | +| 4 | LG Seeds | LG62C20 | D-RN | 198.85 | +| 5 | LG Seeds | LG62C73 | - | 196.3 | + +Top 5 by Yield: P0843AM (Pioneer) 203.42, LG58C48 (LG Seeds) 203.25, LG59C72 (LG Seeds) 199.71, LG62C20 (LG Seeds) 198.85, LG62C73 (LG Seeds) 196.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146436.json b/corpus/lg_plot_reports/lgpr-corn-2025-146436.json new file mode 100644 index 00000000..5b4d9c5d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146436.json @@ -0,0 +1,64 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146436", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Crystal Lake", + "year": 2025, + "plot_id": "146436", + "lat": 43.21414, + "lng": -93.82193, + "cooperator": "Jeremy Barnes", + "salesperson": "Jeremy Barnes", + "planted_date": "2025-05-05", + "harvested_date": "2025-10-30", + "plot_average": 212.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 218.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 213.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG58C73", + "traits": "3110", + "metrics": { + "Yield": 211.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 208.1 + } + } + ], + "n_results": 4, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146436" + ], + "fetched_at": "2026-05-27T02:18:07.853470+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146436.md b/corpus/lg_plot_reports/lgpr-corn-2025-146436.md new file mode 100644 index 00000000..ec9d8cb5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146436.md @@ -0,0 +1,27 @@ +# Corn yield trial — Crystal Lake, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Crystal Lake +- **Year:** 2025 +- **Plot ID:** 146436 +- **Cooperator:** Jeremy Barnes +- **Planted:** 2025-05-05 +- **Harvested:** 2025-10-30 +- **Plot average:** 212.8 BU/Ac +- **Coordinates:** 43.21414, -93.82193 +- **URL:** https://lgseeds.com/performance/corn#plot-146436 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C32 | SSPRIB | 218.3 | +| 2 | LG Seeds | LG58C48 | VT2RIB | 213.9 | +| 3 | LG Seeds | LG58C73 | 3110 | 211.0 | +| 4 | LG Seeds | LG52C90 | VT2RIB | 208.1 | + +Top 5 by Yield: LG51C32 (LG Seeds) 218.3, LG58C48 (LG Seeds) 213.9, LG58C73 (LG Seeds) 211.0, LG52C90 (LG Seeds) 208.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146443.json b/corpus/lg_plot_reports/lgpr-corn-2025-146443.json new file mode 100644 index 00000000..f921cf88 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146443.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146443", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Rockford", + "year": 2025, + "plot_id": "146443", + "lat": 43.17011, + "lng": -85.41622, + "cooperator": "Bryan Porter", + "salesperson": "Bryan Porter", + "planted_date": "2025-05-27", + "harvested_date": "2025-11-03", + "plot_average": 196.6, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "73-97P", + "traits": "", + "metrics": { + "Yield": 206.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "73-97P", + "traits": "", + "metrics": { + "Yield": 205.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "", + "metrics": { + "Yield": 204.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "4672Q", + "traits": "", + "metrics": { + "Yield": 204.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG46C57", + "traits": "", + "metrics": { + "Yield": 203.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146443" + ], + "fetched_at": "2026-05-27T02:20:27.926807+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146443.md b/corpus/lg_plot_reports/lgpr-corn-2025-146443.md new file mode 100644 index 00000000..eebca5f2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146443.md @@ -0,0 +1,28 @@ +# Corn yield trial — Rockford, Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Rockford +- **Year:** 2025 +- **Plot ID:** 146443 +- **Cooperator:** Bryan Porter +- **Planted:** 2025-05-27 +- **Harvested:** 2025-11-03 +- **Plot average:** 196.6 BU/Ac +- **Coordinates:** 43.17011, -85.41622 +- **URL:** https://lgseeds.com/performance/corn#plot-146443 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 73-97P | - | 206.1 | +| 2 | Unknown | 73-97P | - | 205.4 | +| 3 | LG Seeds | LG48C87 | - | 204.8 | +| 4 | Unknown | 4672Q | - | 204.6 | +| 5 | LG Seeds | LG46C57 | - | 203.5 | + +Top 5 by Yield: 73-97P (Unknown) 206.1, 73-97P (Unknown) 205.4, LG48C87 (LG Seeds) 204.8, 4672Q (Unknown) 204.6, LG46C57 (LG Seeds) 203.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146462.json b/corpus/lg_plot_reports/lgpr-corn-2025-146462.json new file mode 100644 index 00000000..a85d3f9e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146462.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146462", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Indiana", + "state_abbrev": "in", + "city": "Bryant", + "year": 2025, + "plot_id": "146462", + "lat": 40.52829, + "lng": -84.88864, + "cooperator": "Charlie Muhlenkamp", + "salesperson": "Charlie Muhlenkamp ", + "planted_date": "2025-05-19", + "harvested_date": "2025-10-13", + "plot_average": 241.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG66C06", + "traits": "VT2RIB", + "metrics": { + "Yield": 255.38 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 254.63 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 253.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 252.63 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 250.86 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146462" + ], + "fetched_at": "2026-05-27T02:20:51.177357+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146462.md b/corpus/lg_plot_reports/lgpr-corn-2025-146462.md new file mode 100644 index 00000000..3fff4fd2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146462.md @@ -0,0 +1,29 @@ +# Corn yield trial — Bryant, Indiana, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Indiana (IN) +- **City:** Bryant +- **Year:** 2025 +- **Plot ID:** 146462 +- **Cooperator:** Charlie Muhlenkamp +- **Salesperson:** Charlie Muhlenkamp +- **Planted:** 2025-05-19 +- **Harvested:** 2025-10-13 +- **Plot average:** 241.9 BU/Ac +- **Coordinates:** 40.52829, -84.88864 +- **URL:** https://lgseeds.com/performance/corn#plot-146462 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG66C06 | VT2RIB | 255.38 | +| 2 | LG Seeds | LG63C82 | DGVT2RIB | 254.63 | +| 3 | LG Seeds | LG64C43 | VT2RIB | 253.2 | +| 4 | LG Seeds | LG62C73 | VT2RIB | 252.63 | +| 5 | LG Seeds | LG63C32 | SSPRIB | 250.86 | + +Top 5 by Yield: LG66C06 (LG Seeds) 255.38, LG63C82 (LG Seeds) 254.63, LG64C43 (LG Seeds) 253.2, LG62C73 (LG Seeds) 252.63, LG63C32 (LG Seeds) 250.86. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146466.json b/corpus/lg_plot_reports/lgpr-corn-2025-146466.json new file mode 100644 index 00000000..93433645 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146466.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146466", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Indiana", + "state_abbrev": "in", + "city": "Huntington", + "year": 2025, + "plot_id": "146466", + "lat": 40.8999, + "lng": -85.57686, + "cooperator": "Garret Heaston", + "salesperson": "Garret Heaston", + "planted_date": "2025-05-13", + "harvested_date": "2025-10-15", + "plot_average": 220.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "209-70TRERIB", + "traits": "", + "metrics": { + "Yield": 241.92 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P10811AM", + "traits": "", + "metrics": { + "Yield": 237.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 236.09 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 229.34 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 229.04 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146466" + ], + "fetched_at": "2026-05-27T02:17:43.095759+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146466.md b/corpus/lg_plot_reports/lgpr-corn-2025-146466.md new file mode 100644 index 00000000..50cf8ca8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146466.md @@ -0,0 +1,28 @@ +# Corn yield trial — Huntington, Indiana, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Indiana (IN) +- **City:** Huntington +- **Year:** 2025 +- **Plot ID:** 146466 +- **Cooperator:** Garret Heaston +- **Planted:** 2025-05-13 +- **Harvested:** 2025-10-15 +- **Plot average:** 220.9 BU/Ac +- **Coordinates:** 40.89990, -85.57686 +- **URL:** https://lgseeds.com/performance/corn#plot-146466 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 209-70TRERIB | - | 241.92 | +| 2 | Pioneer | P10811AM | - | 237.2 | +| 3 | LG Seeds | LG60C05 | 3110 | 236.09 | +| 4 | LG Seeds | LG61C28 | V | 229.34 | +| 5 | LG Seeds | LG58C48 | VT2RIB | 229.04 | + +Top 5 by Yield: 209-70TRERIB (Unknown) 241.92, P10811AM (Pioneer) 237.2, LG60C05 (LG Seeds) 236.09, LG61C28 (LG Seeds) 229.34, LG58C48 (LG Seeds) 229.04. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146467.json b/corpus/lg_plot_reports/lgpr-corn-2025-146467.json new file mode 100644 index 00000000..2027ad85 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146467.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146467", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Indiana", + "state_abbrev": "in", + "city": "North Manchester ", + "year": 2025, + "plot_id": "146467", + "lat": 40.92769, + "lng": -85.80422, + "cooperator": "Aaron Biehl", + "salesperson": "Aaron Biehl", + "planted_date": "2025-05-12", + "harvested_date": "2025-10-18", + "plot_average": 238.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 251.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 250.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 247.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 241.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STXRIB", + "metrics": { + "Yield": 240.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146467" + ], + "fetched_at": "2026-05-27T02:17:27.101703+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146467.md b/corpus/lg_plot_reports/lgpr-corn-2025-146467.md new file mode 100644 index 00000000..fc3a03e0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146467.md @@ -0,0 +1,28 @@ +# Corn yield trial — North Manchester , Indiana, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Indiana (IN) +- **City:** North Manchester +- **Year:** 2025 +- **Plot ID:** 146467 +- **Cooperator:** Aaron Biehl +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-18 +- **Plot average:** 238.6 BU/Ac +- **Coordinates:** 40.92769, -85.80422 +- **URL:** https://lgseeds.com/performance/corn#plot-146467 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C48 | VT2RIB | 251.6 | +| 2 | LG Seeds | LG65C30 | VT2RIB | 250.8 | +| 3 | LG Seeds | LG62C73 | VT2RIB | 247.1 | +| 4 | LG Seeds | LG53C44 | VT2RIB | 241.3 | +| 5 | LG Seeds | LG64C90 | STXRIB | 240.0 | + +Top 5 by Yield: LG58C48 (LG Seeds) 251.6, LG65C30 (LG Seeds) 250.8, LG62C73 (LG Seeds) 247.1, LG53C44 (LG Seeds) 241.3, LG64C90 (LG Seeds) 240.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146468.json b/corpus/lg_plot_reports/lgpr-corn-2025-146468.json new file mode 100644 index 00000000..92dc98c2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146468.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146468", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Indiana", + "state_abbrev": "in", + "city": "Mentone", + "year": 2025, + "plot_id": "146468", + "lat": 41.19095, + "lng": -86.01663, + "cooperator": "Romine Family Farms", + "salesperson": "Romine Family Farms", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-16", + "plot_average": 289.1, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DS-5252PCE", + "traits": "", + "metrics": { + "Yield": 325.76 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 316.87 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG65C76", + "traits": "", + "metrics": { + "Yield": 314.32 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG61C21", + "traits": "", + "metrics": { + "Yield": 314.14 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG65C50VT2PRO", + "traits": "", + "metrics": { + "Yield": 309.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146468" + ], + "fetched_at": "2026-05-27T02:17:27.337670+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146468.md b/corpus/lg_plot_reports/lgpr-corn-2025-146468.md new file mode 100644 index 00000000..47110986 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146468.md @@ -0,0 +1,28 @@ +# Corn yield trial — Mentone, Indiana, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Indiana (IN) +- **City:** Mentone +- **Year:** 2025 +- **Plot ID:** 146468 +- **Cooperator:** Romine Family Farms +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-16 +- **Plot average:** 289.1 BU/Ac +- **Coordinates:** 41.19095, -86.01663 +- **URL:** https://lgseeds.com/performance/corn#plot-146468 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DS-5252PCE | - | 325.76 | +| 2 | LG Seeds | LG64C43 | VT2RIB | 316.87 | +| 3 | LG Seeds | LG65C76 | - | 314.32 | +| 4 | LG Seeds | LG61C21 | - | 314.14 | +| 5 | Unknown | LG65C50VT2PRO | - | 309.6 | + +Top 5 by Yield: DS-5252PCE (Unknown) 325.76, LG64C43 (LG Seeds) 316.87, LG65C76 (LG Seeds) 314.32, LG61C21 (LG Seeds) 314.14, LG65C50VT2PRO (Unknown) 309.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146473.json b/corpus/lg_plot_reports/lgpr-corn-2025-146473.json new file mode 100644 index 00000000..f81a031b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146473.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146473", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Indiana", + "state_abbrev": "in", + "city": "Kendallville", + "year": 2025, + "plot_id": "146473", + "lat": 41.42418, + "lng": -85.35861, + "cooperator": "Bauman Farms", + "salesperson": "Bauman Farms", + "planted_date": "2025-05-12", + "harvested_date": "2025-11-03", + "plot_average": 237.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 255.86 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 255.45 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 247.92 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 247.58 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG59C05V-RN", + "traits": "", + "metrics": { + "Yield": 246.98 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146473" + ], + "fetched_at": "2026-05-27T02:19:15.643109+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146473.md b/corpus/lg_plot_reports/lgpr-corn-2025-146473.md new file mode 100644 index 00000000..5440f64f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146473.md @@ -0,0 +1,28 @@ +# Corn yield trial — Kendallville, Indiana, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Indiana (IN) +- **City:** Kendallville +- **Year:** 2025 +- **Plot ID:** 146473 +- **Cooperator:** Bauman Farms +- **Planted:** 2025-05-12 +- **Harvested:** 2025-11-03 +- **Plot average:** 237.2 BU/Ac +- **Coordinates:** 41.42418, -85.35861 +- **URL:** https://lgseeds.com/performance/corn#plot-146473 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C43 | VT2RIB | 255.86 | +| 2 | LG Seeds | LG60C24 | VT4PRO | 255.45 | +| 3 | LG Seeds | LG62C73 | VT2RIB | 247.92 | +| 4 | LG Seeds | LG58C48 | VT2RIB | 247.58 | +| 5 | Unknown | LG59C05V-RN | - | 246.98 | + +Top 5 by Yield: LG64C43 (LG Seeds) 255.86, LG60C24 (LG Seeds) 255.45, LG62C73 (LG Seeds) 247.92, LG58C48 (LG Seeds) 247.58, LG59C05V-RN (Unknown) 246.98. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146474.json b/corpus/lg_plot_reports/lgpr-corn-2025-146474.json new file mode 100644 index 00000000..5379e3a7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146474.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146474", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Indiana", + "state_abbrev": "in", + "city": "Goshen", + "year": 2025, + "plot_id": "146474", + "lat": 41.58176, + "lng": -85.77202, + "cooperator": "Back 40 Ag", + "salesperson": "Back 40 Ag", + "planted_date": "2025-05-12", + "harvested_date": "2025-10-08", + "plot_average": 192.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 207.31 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P0720", + "traits": "", + "metrics": { + "Yield": 202.69 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "", + "metrics": { + "Yield": 202.33 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "", + "metrics": { + "Yield": 200.07 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG65C76", + "traits": "", + "metrics": { + "Yield": 195.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146474" + ], + "fetched_at": "2026-05-27T02:17:43.347759+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146474.md b/corpus/lg_plot_reports/lgpr-corn-2025-146474.md new file mode 100644 index 00000000..16ccc9cb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146474.md @@ -0,0 +1,28 @@ +# Corn yield trial — Goshen, Indiana, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Indiana (IN) +- **City:** Goshen +- **Year:** 2025 +- **Plot ID:** 146474 +- **Cooperator:** Back 40 Ag +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-08 +- **Plot average:** 192.6 BU/Ac +- **Coordinates:** 41.58176, -85.77202 +- **URL:** https://lgseeds.com/performance/corn#plot-146474 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2RIB | 207.31 | +| 2 | Pioneer | P0720 | - | 202.69 | +| 3 | LG Seeds | LG53C44 | - | 202.33 | +| 4 | LG Seeds | LG51C62 | - | 200.07 | +| 5 | LG Seeds | LG65C76 | - | 195.4 | + +Top 5 by Yield: LG52C90 (LG Seeds) 207.31, P0720 (Pioneer) 202.69, LG53C44 (LG Seeds) 202.33, LG51C62 (LG Seeds) 200.07, LG65C76 (LG Seeds) 195.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146475.json b/corpus/lg_plot_reports/lgpr-corn-2025-146475.json new file mode 100644 index 00000000..84c832e7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146475.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146475", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Indiana", + "state_abbrev": "in", + "city": "Ligonier", + "year": 2025, + "plot_id": "146475", + "lat": 41.50937, + "lng": -85.64027, + "cooperator": "MCJ Farms", + "salesperson": "MCJ Farms", + "planted_date": "2025-04-30", + "harvested_date": "2025-10-21", + "plot_average": 281.9, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P1383AM", + "traits": "", + "metrics": { + "Yield": 294.0 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P13777V", + "traits": "", + "metrics": { + "Yield": 293.77 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P10811AM", + "traits": "", + "metrics": { + "Yield": 290.78 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P11616PCE", + "traits": "", + "metrics": { + "Yield": 290.51 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P14364PCUE", + "traits": "", + "metrics": { + "Yield": 284.77 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146475" + ], + "fetched_at": "2026-05-27T02:18:27.857508+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146475.md b/corpus/lg_plot_reports/lgpr-corn-2025-146475.md new file mode 100644 index 00000000..f80d19b6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146475.md @@ -0,0 +1,28 @@ +# Corn yield trial — Ligonier, Indiana, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Indiana (IN) +- **City:** Ligonier +- **Year:** 2025 +- **Plot ID:** 146475 +- **Cooperator:** MCJ Farms +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-21 +- **Plot average:** 281.9 BU/Ac +- **Coordinates:** 41.50937, -85.64027 +- **URL:** https://lgseeds.com/performance/corn#plot-146475 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P1383AM | - | 294.0 | +| 2 | Pioneer | P13777V | - | 293.77 | +| 3 | Pioneer | P10811AM | - | 290.78 | +| 4 | Pioneer | P11616PCE | - | 290.51 | +| 5 | Pioneer | P14364PCUE | - | 284.77 | + +Top 5 by Yield: P1383AM (Pioneer) 294.0, P13777V (Pioneer) 293.77, P10811AM (Pioneer) 290.78, P11616PCE (Pioneer) 290.51, P14364PCUE (Pioneer) 284.77. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146476.json b/corpus/lg_plot_reports/lgpr-corn-2025-146476.json new file mode 100644 index 00000000..6c009a4e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146476.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146476", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Indiana", + "state_abbrev": "in", + "city": "Huntington", + "year": 2025, + "plot_id": "146476", + "lat": 40.80172, + "lng": -85.47873, + "cooperator": "Nutrien - Warren", + "salesperson": "Nutrien - Warren ", + "planted_date": "2025-05-13", + "harvested_date": null, + "plot_average": 253.2, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC64-22RIB", + "traits": "", + "metrics": { + "Yield": 267.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B05D47PCE", + "traits": "", + "metrics": { + "Yield": 266.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 266.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC117-27RIB", + "traits": "", + "metrics": { + "Yield": 263.8 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC114-43RIB", + "traits": "", + "metrics": { + "Yield": 263.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146476" + ], + "fetched_at": "2026-05-27T02:18:17.597420+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146476.md b/corpus/lg_plot_reports/lgpr-corn-2025-146476.md new file mode 100644 index 00000000..711d6dfc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146476.md @@ -0,0 +1,28 @@ +# Corn yield trial — Huntington, Indiana, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Indiana (IN) +- **City:** Huntington +- **Year:** 2025 +- **Plot ID:** 146476 +- **Cooperator:** Nutrien - Warren +- **Salesperson:** Nutrien - Warren +- **Planted:** 2025-05-13 +- **Plot average:** 253.2 BU/Ac +- **Coordinates:** 40.80172, -85.47873 +- **URL:** https://lgseeds.com/performance/corn#plot-146476 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC64-22RIB | - | 267.1 | +| 2 | Unknown | B05D47PCE | - | 266.2 | +| 3 | LG Seeds | LG62C73 | VT2RIB | 266.2 | +| 4 | Unknown | DKC117-27RIB | - | 263.8 | +| 5 | Unknown | DKC114-43RIB | - | 263.8 | + +Top 5 by Yield: DKC64-22RIB (Unknown) 267.1, B05D47PCE (Unknown) 266.2, LG62C73 (LG Seeds) 266.2, DKC117-27RIB (Unknown) 263.8, DKC114-43RIB (Unknown) 263.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146477.json b/corpus/lg_plot_reports/lgpr-corn-2025-146477.json new file mode 100644 index 00000000..7e228b9d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146477.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146477", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Indiana", + "state_abbrev": "in", + "city": "Kendallville", + "year": 2025, + "plot_id": "146477", + "lat": 41.41324, + "lng": -85.22136, + "cooperator": "R & M Barker Land & Cattle", + "salesperson": "R & M Barker Land & Cattle ", + "planted_date": "2025-04-30", + "harvested_date": "2025-10-23", + "plot_average": 201.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 214.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 208.03 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 205.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VT2RIB", + "metrics": { + "Yield": 204.89 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG57C33", + "traits": "VT2RIB", + "metrics": { + "Yield": 203.57 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146477" + ], + "fetched_at": "2026-05-27T02:20:39.706196+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146477.md b/corpus/lg_plot_reports/lgpr-corn-2025-146477.md new file mode 100644 index 00000000..d9720de2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146477.md @@ -0,0 +1,29 @@ +# Corn yield trial — Kendallville, Indiana, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Indiana (IN) +- **City:** Kendallville +- **Year:** 2025 +- **Plot ID:** 146477 +- **Cooperator:** R & M Barker Land & Cattle +- **Salesperson:** R & M Barker Land & Cattle +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-23 +- **Plot average:** 201.6 BU/Ac +- **Coordinates:** 41.41324, -85.22136 +- **URL:** https://lgseeds.com/performance/corn#plot-146477 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C73 | VT2RIB | 214.7 | +| 2 | LG Seeds | LG61C28 | V | 208.03 | +| 3 | LG Seeds | LG59C72 | 5222EZ | 205.9 | +| 4 | LG Seeds | LG57C82 | VT2RIB | 204.89 | +| 5 | LG Seeds | LG57C33 | VT2RIB | 203.57 | + +Top 5 by Yield: LG62C73 (LG Seeds) 214.7, LG61C28 (LG Seeds) 208.03, LG59C72 (LG Seeds) 205.9, LG57C82 (LG Seeds) 204.89, LG57C33 (LG Seeds) 203.57. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146478.json b/corpus/lg_plot_reports/lgpr-corn-2025-146478.json new file mode 100644 index 00000000..055fd798 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146478.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146478", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Indiana", + "state_abbrev": "in", + "city": "Tipton", + "year": 2025, + "plot_id": "146478", + "lat": 40.27553, + "lng": -85.97432, + "cooperator": "Spencer Walsh", + "salesperson": "Spencer Walsh", + "planted_date": "2025-05-17", + "harvested_date": "2025-10-16", + "plot_average": 257.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "A640-24", + "traits": "", + "metrics": { + "Yield": 288.34 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 284.87 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "A640-16-3110", + "traits": "", + "metrics": { + "Yield": 279.93 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 279.73 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "A642-32VT2RIB", + "traits": "", + "metrics": { + "Yield": 278.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146478" + ], + "fetched_at": "2026-05-27T02:17:47.840579+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146478.md b/corpus/lg_plot_reports/lgpr-corn-2025-146478.md new file mode 100644 index 00000000..c9106a01 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146478.md @@ -0,0 +1,28 @@ +# Corn yield trial — Tipton, Indiana, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Indiana (IN) +- **City:** Tipton +- **Year:** 2025 +- **Plot ID:** 146478 +- **Cooperator:** Spencer Walsh +- **Planted:** 2025-05-17 +- **Harvested:** 2025-10-16 +- **Plot average:** 257.4 BU/Ac +- **Coordinates:** 40.27553, -85.97432 +- **URL:** https://lgseeds.com/performance/corn#plot-146478 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | A640-24 | - | 288.34 | +| 2 | LG Seeds | LG62C73 | VT2RIB | 284.87 | +| 3 | Unknown | A640-16-3110 | - | 279.93 | +| 4 | LG Seeds | LG60C05 | 3110 | 279.73 | +| 5 | Unknown | A642-32VT2RIB | - | 278.7 | + +Top 5 by Yield: A640-24 (Unknown) 288.34, LG62C73 (LG Seeds) 284.87, A640-16-3110 (Unknown) 279.93, LG60C05 (LG Seeds) 279.73, A642-32VT2RIB (Unknown) 278.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146504.json b/corpus/lg_plot_reports/lgpr-corn-2025-146504.json new file mode 100644 index 00000000..26a8bc5b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146504.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146504", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "California", + "state_abbrev": "ca", + "city": "Rio Vista", + "year": 2025, + "plot_id": "146504", + "lat": 38.27408, + "lng": -121.71838, + "cooperator": "HILCO Co.", + "salesperson": "HILCO Co.", + "planted_date": "2025-05-28", + "harvested_date": "2026-03-23", + "plot_average": 219.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STXRIB", + "metrics": { + "Yield": 228.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Yield": 225.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 223.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 222.8 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P13841PCUE", + "traits": "", + "metrics": { + "Yield": 220.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146504" + ], + "fetched_at": "2026-05-27T02:17:16.100029+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146504.md b/corpus/lg_plot_reports/lgpr-corn-2025-146504.md new file mode 100644 index 00000000..2ddb7c21 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146504.md @@ -0,0 +1,28 @@ +# Corn yield trial — Rio Vista, California, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** California (CA) +- **City:** Rio Vista +- **Year:** 2025 +- **Plot ID:** 146504 +- **Cooperator:** HILCO Co. +- **Planted:** 2025-05-28 +- **Harvested:** 2026-03-23 +- **Plot average:** 219.9 BU/Ac +- **Coordinates:** 38.27408, -121.71838 +- **URL:** https://lgseeds.com/performance/corn#plot-146504 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C90 | STXRIB | 228.3 | +| 2 | LG Seeds | LG67C27 | STXRIB | 225.4 | +| 3 | LG Seeds | LG65C30 | VT2RIB | 223.0 | +| 4 | LG Seeds | LG62C73 | VT2RIB | 222.8 | +| 5 | Pioneer | P13841PCUE | - | 220.5 | + +Top 5 by Yield: LG64C90 (LG Seeds) 228.3, LG67C27 (LG Seeds) 225.4, LG65C30 (LG Seeds) 223.0, LG62C73 (LG Seeds) 222.8, P13841PCUE (Pioneer) 220.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146512.json b/corpus/lg_plot_reports/lgpr-corn-2025-146512.json new file mode 100644 index 00000000..bea1fb1b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146512.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146512", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Piper City", + "year": 2025, + "plot_id": "146512", + "lat": 40.75673, + "lng": -88.19299, + "cooperator": "AgTech Advantage, LLC.", + "salesperson": "AgTech Advantage, LLC.", + "planted_date": "2025-04-15", + "harvested_date": "2025-09-26", + "plot_average": 282.6, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "73J1V", + "traits": "", + "metrics": { + "Yield": 315.9 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC114-99RIB", + "traits": "", + "metrics": { + "Yield": 308.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 305.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Yield": 295.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 294.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146512" + ], + "fetched_at": "2026-05-27T02:20:50.172673+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146512.md b/corpus/lg_plot_reports/lgpr-corn-2025-146512.md new file mode 100644 index 00000000..abe57a9c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146512.md @@ -0,0 +1,28 @@ +# Corn yield trial — Piper City, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Piper City +- **Year:** 2025 +- **Plot ID:** 146512 +- **Cooperator:** AgTech Advantage, LLC. +- **Planted:** 2025-04-15 +- **Harvested:** 2025-09-26 +- **Plot average:** 282.6 BU/Ac +- **Coordinates:** 40.75673, -88.19299 +- **URL:** https://lgseeds.com/performance/corn#plot-146512 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 73J1V | - | 315.9 | +| 2 | Unknown | DKC114-99RIB | - | 308.8 | +| 3 | LG Seeds | LG63C82 | DGVT2RIB | 305.3 | +| 4 | LG Seeds | LG67C27 | STXRIB | 295.3 | +| 5 | LG Seeds | LG64C43 | VT2RIB | 294.4 | + +Top 5 by Yield: 73J1V (Unknown) 315.9, DKC114-99RIB (Unknown) 308.8, LG63C82 (LG Seeds) 305.3, LG67C27 (LG Seeds) 295.3, LG64C43 (LG Seeds) 294.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146514.json b/corpus/lg_plot_reports/lgpr-corn-2025-146514.json new file mode 100644 index 00000000..bda24cc9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146514.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146514", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Clifton ", + "year": 2025, + "plot_id": "146514", + "lat": 40.93089, + "lng": -87.92526, + "cooperator": "AgTech Advantage, LLC.", + "salesperson": "AgTech Advantage, LLC.", + "planted_date": "2025-04-29", + "harvested_date": "2025-10-08", + "plot_average": 276.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "73J1V", + "traits": "", + "metrics": { + "Yield": 288.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "69F3V", + "traits": "", + "metrics": { + "Yield": 287.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "69C7PCE", + "traits": "", + "metrics": { + "Yield": 287.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "DV-RN", + "metrics": { + "Yield": 287.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 285.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146514" + ], + "fetched_at": "2026-05-27T02:17:32.592089+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146514.md b/corpus/lg_plot_reports/lgpr-corn-2025-146514.md new file mode 100644 index 00000000..36c8f41f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146514.md @@ -0,0 +1,28 @@ +# Corn yield trial — Clifton , Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Clifton +- **Year:** 2025 +- **Plot ID:** 146514 +- **Cooperator:** AgTech Advantage, LLC. +- **Planted:** 2025-04-29 +- **Harvested:** 2025-10-08 +- **Plot average:** 276.3 BU/Ac +- **Coordinates:** 40.93089, -87.92526 +- **URL:** https://lgseeds.com/performance/corn#plot-146514 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 73J1V | - | 288.3 | +| 2 | Unknown | 69F3V | - | 287.9 | +| 3 | Unknown | 69C7PCE | - | 287.3 | +| 4 | LG Seeds | LG60C05 | DV-RN | 287.1 | +| 5 | LG Seeds | LG63C82 | DGVT2RIB | 285.8 | + +Top 5 by Yield: 73J1V (Unknown) 288.3, 69F3V (Unknown) 287.9, 69C7PCE (Unknown) 287.3, LG60C05 (LG Seeds) 287.1, LG63C82 (LG Seeds) 285.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146516.json b/corpus/lg_plot_reports/lgpr-corn-2025-146516.json new file mode 100644 index 00000000..b476d8cc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146516.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146516", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Danforth", + "year": 2025, + "plot_id": "146516", + "lat": 40.81953, + "lng": -87.97891, + "cooperator": "AgTech Advantage, LLC.", + "salesperson": "AgTech Advantage, LLC.", + "planted_date": "2025-05-07", + "harvested_date": "2025-10-08", + "plot_average": 285.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 303.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "75A8V", + "traits": "", + "metrics": { + "Yield": 301.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "73B2V", + "traits": "", + "metrics": { + "Yield": 301.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "71A7V", + "traits": "", + "metrics": { + "Yield": 300.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "DV-RN", + "metrics": { + "Yield": 300.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146516" + ], + "fetched_at": "2026-05-27T02:17:32.831086+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146516.md b/corpus/lg_plot_reports/lgpr-corn-2025-146516.md new file mode 100644 index 00000000..152eb820 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146516.md @@ -0,0 +1,28 @@ +# Corn yield trial — Danforth, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Danforth +- **Year:** 2025 +- **Plot ID:** 146516 +- **Cooperator:** AgTech Advantage, LLC. +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-08 +- **Plot average:** 285.7 BU/Ac +- **Coordinates:** 40.81953, -87.97891 +- **URL:** https://lgseeds.com/performance/corn#plot-146516 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C43 | VT2RIB | 303.6 | +| 2 | Unknown | 75A8V | - | 301.8 | +| 3 | Unknown | 73B2V | - | 301.0 | +| 4 | Unknown | 71A7V | - | 300.8 | +| 5 | LG Seeds | LG60C05 | DV-RN | 300.4 | + +Top 5 by Yield: LG64C43 (LG Seeds) 303.6, 75A8V (Unknown) 301.8, 73B2V (Unknown) 301.0, 71A7V (Unknown) 300.8, LG60C05 (LG Seeds) 300.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146517.json b/corpus/lg_plot_reports/lgpr-corn-2025-146517.json new file mode 100644 index 00000000..a83763df --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146517.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146517", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Harbor Beach", + "year": 2025, + "plot_id": "146517", + "lat": 43.84114, + "lng": -82.79697, + "cooperator": "Alex Talaski and Nick Booms", + "salesperson": "Alex Talaski and Nick Booms ", + "planted_date": "2025-05-09", + "harvested_date": "2025-10-26", + "plot_average": 255.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG48C57", + "traits": "DV-RN", + "metrics": { + "Yield": 268.37 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 267.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 267.04 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 259.03 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 258.64 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146517" + ], + "fetched_at": "2026-05-27T02:20:40.457839+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146517.md b/corpus/lg_plot_reports/lgpr-corn-2025-146517.md new file mode 100644 index 00000000..f6e0d26e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146517.md @@ -0,0 +1,29 @@ +# Corn yield trial — Harbor Beach, Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Harbor Beach +- **Year:** 2025 +- **Plot ID:** 146517 +- **Cooperator:** Alex Talaski and Nick Booms +- **Salesperson:** Alex Talaski and Nick Booms +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-26 +- **Plot average:** 255.0 BU/Ac +- **Coordinates:** 43.84114, -82.79697 +- **URL:** https://lgseeds.com/performance/corn#plot-146517 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG48C57 | DV-RN | 268.37 | +| 2 | LG Seeds | LG51C62 | VT2RIB | 267.5 | +| 3 | LG Seeds | LG52C90 | VT2RIB | 267.04 | +| 4 | LG Seeds | LG42C80 | VT2RIB | 259.03 | +| 5 | LG Seeds | LG46C85 | VT2RIB | 258.64 | + +Top 5 by Yield: LG48C57 (LG Seeds) 268.37, LG51C62 (LG Seeds) 267.5, LG52C90 (LG Seeds) 267.04, LG42C80 (LG Seeds) 259.03, LG46C85 (LG Seeds) 258.64. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146518.json b/corpus/lg_plot_reports/lgpr-corn-2025-146518.json new file mode 100644 index 00000000..76249dd4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146518.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146518", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Cabery", + "year": 2025, + "plot_id": "146518", + "lat": 40.99581, + "lng": -88.205, + "cooperator": "AgTech Advantage, LLC.", + "salesperson": "AgTech Advantage, LLC.", + "planted_date": "2025-05-09", + "harvested_date": "2025-10-23", + "plot_average": 258.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "69G1PCE", + "traits": "", + "metrics": { + "Yield": 275.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "69C7PCE", + "traits": "", + "metrics": { + "Yield": 270.5 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "69C7PCE", + "traits": "", + "metrics": { + "Yield": 269.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "68C1V", + "traits": "", + "metrics": { + "Yield": 269.3 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "68C1V", + "traits": "", + "metrics": { + "Yield": 267.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146518" + ], + "fetched_at": "2026-05-27T02:17:58.838543+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146518.md b/corpus/lg_plot_reports/lgpr-corn-2025-146518.md new file mode 100644 index 00000000..e90abe20 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146518.md @@ -0,0 +1,28 @@ +# Corn yield trial — Cabery, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Cabery +- **Year:** 2025 +- **Plot ID:** 146518 +- **Cooperator:** AgTech Advantage, LLC. +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-23 +- **Plot average:** 258.7 BU/Ac +- **Coordinates:** 40.99581, -88.20500 +- **URL:** https://lgseeds.com/performance/corn#plot-146518 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 69G1PCE | - | 275.0 | +| 2 | Unknown | 69C7PCE | - | 270.5 | +| 3 | Unknown | 69C7PCE | - | 269.8 | +| 4 | Unknown | 68C1V | - | 269.3 | +| 5 | Unknown | 68C1V | - | 267.7 | + +Top 5 by Yield: 69G1PCE (Unknown) 275.0, 69C7PCE (Unknown) 270.5, 69C7PCE (Unknown) 269.8, 68C1V (Unknown) 269.3, 68C1V (Unknown) 267.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146519.json b/corpus/lg_plot_reports/lgpr-corn-2025-146519.json new file mode 100644 index 00000000..62c33f01 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146519.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146519", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Chenoa ", + "year": 2025, + "plot_id": "146519", + "lat": 40.74723, + "lng": -88.72141, + "cooperator": "AgTech Advantage, LLC.", + "salesperson": "AgTech Advantage, LLC.", + "planted_date": "2025-05-12", + "harvested_date": "2025-10-16", + "plot_average": 269.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "69C7PCE", + "traits": "", + "metrics": { + "Yield": 284.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "68C1V", + "traits": "", + "metrics": { + "Yield": 279.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 278.3 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "72C1PCE", + "traits": "", + "metrics": { + "Yield": 278.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "73B2V", + "traits": "", + "metrics": { + "Yield": 278.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146519" + ], + "fetched_at": "2026-05-27T02:17:33.080914+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146519.md b/corpus/lg_plot_reports/lgpr-corn-2025-146519.md new file mode 100644 index 00000000..d4e407d6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146519.md @@ -0,0 +1,28 @@ +# Corn yield trial — Chenoa , Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Chenoa +- **Year:** 2025 +- **Plot ID:** 146519 +- **Cooperator:** AgTech Advantage, LLC. +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-16 +- **Plot average:** 269.3 BU/Ac +- **Coordinates:** 40.74723, -88.72141 +- **URL:** https://lgseeds.com/performance/corn#plot-146519 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 69C7PCE | - | 284.2 | +| 2 | Unknown | 68C1V | - | 279.9 | +| 3 | LG Seeds | LG62C73 | VT2RIB | 278.3 | +| 4 | Unknown | 72C1PCE | - | 278.1 | +| 5 | Unknown | 73B2V | - | 278.0 | + +Top 5 by Yield: 69C7PCE (Unknown) 284.2, 68C1V (Unknown) 279.9, LG62C73 (LG Seeds) 278.3, 72C1PCE (Unknown) 278.1, 73B2V (Unknown) 278.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146523.json b/corpus/lg_plot_reports/lgpr-corn-2025-146523.json new file mode 100644 index 00000000..9ec1a0ea --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146523.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146523", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Bowler", + "year": 2025, + "plot_id": "146523", + "lat": 44.86973, + "lng": -89.00054, + "cooperator": "Kurt Strassburg", + "salesperson": "Kurt Strassburg", + "planted_date": "2025-05-12", + "harvested_date": "2025-11-08", + "plot_average": 193.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG40C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 212.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LR9591PCE", + "traits": "", + "metrics": { + "Yield": 210.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG38C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 198.6 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LR9587VT2PRIB", + "traits": "", + "metrics": { + "Yield": 197.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG34C14", + "traits": "AA-RN", + "metrics": { + "Yield": 187.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146523" + ], + "fetched_at": "2026-05-27T02:21:06.940863+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146523.md b/corpus/lg_plot_reports/lgpr-corn-2025-146523.md new file mode 100644 index 00000000..d0da5d14 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146523.md @@ -0,0 +1,28 @@ +# Corn yield trial — Bowler, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Bowler +- **Year:** 2025 +- **Plot ID:** 146523 +- **Cooperator:** Kurt Strassburg +- **Planted:** 2025-05-12 +- **Harvested:** 2025-11-08 +- **Plot average:** 193.3 BU/Ac +- **Coordinates:** 44.86973, -89.00054 +- **URL:** https://lgseeds.com/performance/corn#plot-146523 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG40C07 | VT2PRO | 212.2 | +| 2 | Unknown | LR9591PCE | - | 210.5 | +| 3 | LG Seeds | LG38C48 | VT2RIB | 198.6 | +| 4 | Unknown | LR9587VT2PRIB | - | 197.3 | +| 5 | LG Seeds | LG34C14 | AA-RN | 187.2 | + +Top 5 by Yield: LG40C07 (LG Seeds) 212.2, LR9591PCE (Unknown) 210.5, LG38C48 (LG Seeds) 198.6, LR9587VT2PRIB (Unknown) 197.3, LG34C14 (LG Seeds) 187.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146524.json b/corpus/lg_plot_reports/lgpr-corn-2025-146524.json new file mode 100644 index 00000000..bec5f3c9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146524.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146524", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Elizabeth ", + "year": 2025, + "plot_id": "146524", + "lat": 42.3379, + "lng": -90.20636, + "cooperator": "Randy Haas", + "salesperson": "Randy Haas", + "planted_date": "2025-05-12", + "harvested_date": "2025-10-17", + "plot_average": 248.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 270.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B08R32V", + "traits": "", + "metrics": { + "Yield": 266.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "206-16SSPRIB", + "traits": "", + "metrics": { + "Yield": 265.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 259.3 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B13C49V", + "traits": "", + "metrics": { + "Yield": 257.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146524" + ], + "fetched_at": "2026-05-27T02:17:10.609500+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146524.md b/corpus/lg_plot_reports/lgpr-corn-2025-146524.md new file mode 100644 index 00000000..30f091c8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146524.md @@ -0,0 +1,28 @@ +# Corn yield trial — Elizabeth , Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Elizabeth +- **Year:** 2025 +- **Plot ID:** 146524 +- **Cooperator:** Randy Haas +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-17 +- **Plot average:** 248.2 BU/Ac +- **Coordinates:** 42.33790, -90.20636 +- **URL:** https://lgseeds.com/performance/corn#plot-146524 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | SSPRIB | 270.6 | +| 2 | Unknown | B08R32V | - | 266.2 | +| 3 | Unknown | 206-16SSPRIB | - | 265.4 | +| 4 | LG Seeds | LG62C73 | VT2RIB | 259.3 | +| 5 | Unknown | B13C49V | - | 257.0 | + +Top 5 by Yield: LG63C32 (LG Seeds) 270.6, B08R32V (Unknown) 266.2, 206-16SSPRIB (Unknown) 265.4, LG62C73 (LG Seeds) 259.3, B13C49V (Unknown) 257.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146525.json b/corpus/lg_plot_reports/lgpr-corn-2025-146525.json new file mode 100644 index 00000000..475ff71c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146525.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146525", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Bowler", + "year": 2025, + "plot_id": "146525", + "lat": 44.89287, + "lng": -89.06556, + "cooperator": "Ralph Smith", + "salesperson": "Ralph Smith", + "planted_date": "2025-05-12", + "harvested_date": "2025-10-09", + "plot_average": 203.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG47C12", + "traits": "VT2PRO", + "metrics": { + "Yield": 219.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 216.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2RIB", + "metrics": { + "Yield": 215.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "VT2RIB", + "metrics": { + "Yield": 213.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LR9591PCE", + "traits": "", + "metrics": { + "Yield": 210.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146525" + ], + "fetched_at": "2026-05-27T02:20:55.942286+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146525.md b/corpus/lg_plot_reports/lgpr-corn-2025-146525.md new file mode 100644 index 00000000..c73c17c5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146525.md @@ -0,0 +1,28 @@ +# Corn yield trial — Bowler, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Bowler +- **Year:** 2025 +- **Plot ID:** 146525 +- **Cooperator:** Ralph Smith +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-09 +- **Plot average:** 203.8 BU/Ac +- **Coordinates:** 44.89287, -89.06556 +- **URL:** https://lgseeds.com/performance/corn#plot-146525 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG47C12 | VT2PRO | 219.0 | +| 2 | LG Seeds | LG46C85 | VT2RIB | 216.4 | +| 3 | LG Seeds | LG43C50 | VT2RIB | 215.8 | +| 4 | LG Seeds | LG44C27 | VT2RIB | 213.5 | +| 5 | Unknown | LR9591PCE | - | 210.8 | + +Top 5 by Yield: LG47C12 (LG Seeds) 219.0, LG46C85 (LG Seeds) 216.4, LG43C50 (LG Seeds) 215.8, LG44C27 (LG Seeds) 213.5, LR9591PCE (Unknown) 210.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146527.json b/corpus/lg_plot_reports/lgpr-corn-2025-146527.json new file mode 100644 index 00000000..1cedd386 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146527.json @@ -0,0 +1,64 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146527", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Cecil", + "year": 2025, + "plot_id": "146527", + "lat": 44.78431, + "lng": -88.38418, + "cooperator": "Kurt Ferfecki", + "salesperson": "Kurt Ferfecki ", + "planted_date": "2025-05-25", + "harvested_date": "2025-11-01", + "plot_average": 221.3, + "results": [ + { + "rank": 1, + "brand": "FS", + "product": "5098XSSRB", + "traits": "", + "metrics": { + "Yield": 228.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2RIB", + "metrics": { + "Yield": 224.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 221.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "45S00", + "traits": "", + "metrics": { + "Yield": 210.4 + } + } + ], + "n_results": 4, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146527" + ], + "fetched_at": "2026-05-27T02:21:07.176215+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146527.md b/corpus/lg_plot_reports/lgpr-corn-2025-146527.md new file mode 100644 index 00000000..179de714 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146527.md @@ -0,0 +1,28 @@ +# Corn yield trial — Cecil, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Cecil +- **Year:** 2025 +- **Plot ID:** 146527 +- **Cooperator:** Kurt Ferfecki +- **Salesperson:** Kurt Ferfecki +- **Planted:** 2025-05-25 +- **Harvested:** 2025-11-01 +- **Plot average:** 221.3 BU/Ac +- **Coordinates:** 44.78431, -88.38418 +- **URL:** https://lgseeds.com/performance/corn#plot-146527 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | FS | 5098XSSRB | - | 228.9 | +| 2 | LG Seeds | LG43C50 | VT2RIB | 224.3 | +| 3 | LG Seeds | LG53C44 | VT2RIB | 221.5 | +| 4 | Unknown | 45S00 | - | 210.4 | + +Top 5 by Yield: 5098XSSRB (FS) 228.9, LG43C50 (LG Seeds) 224.3, LG53C44 (LG Seeds) 221.5, 45S00 (Unknown) 210.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146528.json b/corpus/lg_plot_reports/lgpr-corn-2025-146528.json new file mode 100644 index 00000000..6bf71129 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146528.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146528", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Bear Creek", + "year": 2025, + "plot_id": "146528", + "lat": 44.5377, + "lng": -88.6573, + "cooperator": "Jeff Paul", + "salesperson": "Jeff Paul", + "planted_date": "2025-05-14", + "harvested_date": "2025-11-06", + "plot_average": 237.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC092-14RIB", + "traits": "", + "metrics": { + "Yield": 264.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "194-04VT2PRIB", + "traits": "", + "metrics": { + "Yield": 261.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "X25096C/VT4P", + "traits": "", + "metrics": { + "Yield": 258.6 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "193-40VT4PRIB", + "traits": "", + "metrics": { + "Yield": 251.9 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B98Z37PCE", + "traits": "", + "metrics": { + "Yield": 251.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146528" + ], + "fetched_at": "2026-05-27T02:21:07.424326+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146528.md b/corpus/lg_plot_reports/lgpr-corn-2025-146528.md new file mode 100644 index 00000000..5fa1b24d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146528.md @@ -0,0 +1,28 @@ +# Corn yield trial — Bear Creek, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Bear Creek +- **Year:** 2025 +- **Plot ID:** 146528 +- **Cooperator:** Jeff Paul +- **Planted:** 2025-05-14 +- **Harvested:** 2025-11-06 +- **Plot average:** 237.0 BU/Ac +- **Coordinates:** 44.53770, -88.65730 +- **URL:** https://lgseeds.com/performance/corn#plot-146528 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC092-14RIB | - | 264.3 | +| 2 | Unknown | 194-04VT2PRIB | - | 261.9 | +| 3 | Unknown | X25096C/VT4P | - | 258.6 | +| 4 | Unknown | 193-40VT4PRIB | - | 251.9 | +| 5 | Unknown | B98Z37PCE | - | 251.0 | + +Top 5 by Yield: DKC092-14RIB (Unknown) 264.3, 194-04VT2PRIB (Unknown) 261.9, X25096C/VT4P (Unknown) 258.6, 193-40VT4PRIB (Unknown) 251.9, B98Z37PCE (Unknown) 251.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146531.json b/corpus/lg_plot_reports/lgpr-corn-2025-146531.json new file mode 100644 index 00000000..15c5cd98 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146531.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146531", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Rio Creek", + "year": 2025, + "plot_id": "146531", + "lat": 44.59018, + "lng": -87.54879, + "cooperator": "Jerry Barta", + "salesperson": "Jerry Barta", + "planted_date": "2025-05-20", + "harvested_date": "2025-10-24", + "plot_average": 207.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 221.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LG46C85VT2RIB", + "traits": "", + "metrics": { + "Yield": 217.4 + } + }, + { + "rank": 3, + "brand": "NK", + "product": "9231-AA", + "traits": "", + "metrics": { + "Yield": 215.4 + } + }, + { + "rank": 4, + "brand": "NK", + "product": "9044-AA", + "traits": "", + "metrics": { + "Yield": 214.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG40C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 212.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146531" + ], + "fetched_at": "2026-05-27T02:21:07.688944+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146531.md b/corpus/lg_plot_reports/lgpr-corn-2025-146531.md new file mode 100644 index 00000000..6154e88d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146531.md @@ -0,0 +1,28 @@ +# Corn yield trial — Rio Creek, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Rio Creek +- **Year:** 2025 +- **Plot ID:** 146531 +- **Cooperator:** Jerry Barta +- **Planted:** 2025-05-20 +- **Harvested:** 2025-10-24 +- **Plot average:** 207.6 BU/Ac +- **Coordinates:** 44.59018, -87.54879 +- **URL:** https://lgseeds.com/performance/corn#plot-146531 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG46C85 | VT2RIB | 221.2 | +| 2 | Unknown | LG46C85VT2RIB | - | 217.4 | +| 3 | NK | 9231-AA | - | 215.4 | +| 4 | NK | 9044-AA | - | 214.0 | +| 5 | LG Seeds | LG40C07 | VT2PRO | 212.8 | + +Top 5 by Yield: LG46C85 (LG Seeds) 221.2, LG46C85VT2RIB (Unknown) 217.4, 9231-AA (NK) 215.4, 9044-AA (NK) 214.0, LG40C07 (LG Seeds) 212.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146552.json b/corpus/lg_plot_reports/lgpr-corn-2025-146552.json new file mode 100644 index 00000000..f3dc64e4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146552.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146552", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Gays Mills", + "year": 2025, + "plot_id": "146552", + "lat": 43.22537, + "lng": -90.86127, + "cooperator": "Greg Barnum", + "salesperson": "Greg Barnum", + "planted_date": "2025-05-30", + "harvested_date": "2025-11-05", + "plot_average": 172.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 220.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 195.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 188.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 185.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 179.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146552" + ], + "fetched_at": "2026-05-27T02:18:41.886011+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146552.md b/corpus/lg_plot_reports/lgpr-corn-2025-146552.md new file mode 100644 index 00000000..8dc58558 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146552.md @@ -0,0 +1,28 @@ +# Corn yield trial — Gays Mills, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Gays Mills +- **Year:** 2025 +- **Plot ID:** 146552 +- **Cooperator:** Greg Barnum +- **Planted:** 2025-05-30 +- **Harvested:** 2025-11-05 +- **Plot average:** 172.7 BU/Ac +- **Coordinates:** 43.22537, -90.86127 +- **URL:** https://lgseeds.com/performance/corn#plot-146552 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG59C72 | 5222EZ | 220.4 | +| 2 | LG Seeds | LG49C28 | VT2RIB | 195.7 | +| 3 | LG Seeds | LG51C62 | VT2RIB | 188.7 | +| 4 | LG Seeds | LG53C44 | VT2RIB | 185.9 | +| 5 | LG Seeds | LG52C90 | VT2RIB | 179.8 | + +Top 5 by Yield: LG59C72 (LG Seeds) 220.4, LG49C28 (LG Seeds) 195.7, LG51C62 (LG Seeds) 188.7, LG53C44 (LG Seeds) 185.9, LG52C90 (LG Seeds) 179.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146557.json b/corpus/lg_plot_reports/lgpr-corn-2025-146557.json new file mode 100644 index 00000000..da6c03f6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146557.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146557", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Gregory", + "year": 2025, + "plot_id": "146557", + "lat": 43.22083, + "lng": -99.41186, + "cooperator": "Tom Waterbury", + "salesperson": "Tom Waterbury", + "planted_date": "2025-05-30", + "harvested_date": "2025-10-26", + "plot_average": 136.2, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B01X44PCE", + "traits": "", + "metrics": { + "Yield": 164.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "G05U86-DV", + "traits": "", + "metrics": { + "Yield": 152.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "H7976PCE", + "traits": "", + "metrics": { + "Yield": 150.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "8J797VE", + "traits": "", + "metrics": { + "Yield": 150.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B98Z37PCE", + "traits": "", + "metrics": { + "Yield": 148.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146557" + ], + "fetched_at": "2026-05-27T02:17:59.085468+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146557.md b/corpus/lg_plot_reports/lgpr-corn-2025-146557.md new file mode 100644 index 00000000..ea190c3c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146557.md @@ -0,0 +1,28 @@ +# Corn yield trial — Gregory, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Gregory +- **Year:** 2025 +- **Plot ID:** 146557 +- **Cooperator:** Tom Waterbury +- **Planted:** 2025-05-30 +- **Harvested:** 2025-10-26 +- **Plot average:** 136.2 BU/Ac +- **Coordinates:** 43.22083, -99.41186 +- **URL:** https://lgseeds.com/performance/corn#plot-146557 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B01X44PCE | - | 164.7 | +| 2 | Unknown | G05U86-DV | - | 152.3 | +| 3 | Unknown | H7976PCE | - | 150.9 | +| 4 | Unknown | 8J797VE | - | 150.0 | +| 5 | Unknown | B98Z37PCE | - | 148.0 | + +Top 5 by Yield: B01X44PCE (Unknown) 164.7, G05U86-DV (Unknown) 152.3, H7976PCE (Unknown) 150.9, 8J797VE (Unknown) 150.0, B98Z37PCE (Unknown) 148.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146567.json b/corpus/lg_plot_reports/lgpr-corn-2025-146567.json new file mode 100644 index 00000000..3d45934d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146567.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146567", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Rexford", + "year": 2025, + "plot_id": "146567", + "lat": 39.49596, + "lng": -100.82778, + "cooperator": "Shane Beckman", + "salesperson": "Shane Beckman ", + "planted_date": "2025-06-02", + "harvested_date": "2025-10-08", + "plot_average": 91.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 108.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 102.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VT2RIB", + "metrics": { + "Yield": 96.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 95.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 92.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146567" + ], + "fetched_at": "2026-05-27T02:17:19.354950+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146567.md b/corpus/lg_plot_reports/lgpr-corn-2025-146567.md new file mode 100644 index 00000000..4cd4dff9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146567.md @@ -0,0 +1,29 @@ +# Corn yield trial — Rexford, Kansas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Rexford +- **Year:** 2025 +- **Plot ID:** 146567 +- **Cooperator:** Shane Beckman +- **Salesperson:** Shane Beckman +- **Planted:** 2025-06-02 +- **Harvested:** 2025-10-08 +- **Plot average:** 91.9 BU/Ac +- **Coordinates:** 39.49596, -100.82778 +- **URL:** https://lgseeds.com/performance/corn#plot-146567 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2RIB | 108.1 | +| 2 | LG Seeds | LG51C62 | D | 102.4 | +| 3 | LG Seeds | LG57C82 | VT2RIB | 96.4 | +| 4 | LG Seeds | LG48C87 | VT2RIB | 95.8 | +| 5 | LG Seeds | LG53C44 | VT2RIB | 92.1 | + +Top 5 by Yield: LG52C90 (LG Seeds) 108.1, LG51C62 (LG Seeds) 102.4, LG57C82 (LG Seeds) 96.4, LG48C87 (LG Seeds) 95.8, LG53C44 (LG Seeds) 92.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146568.json b/corpus/lg_plot_reports/lgpr-corn-2025-146568.json new file mode 100644 index 00000000..691c6c65 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146568.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146568", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Tiffin", + "year": 2025, + "plot_id": "146568", + "lat": 41.71435, + "lng": -91.71312, + "cooperator": "Shonda & Jeremie Hahn", + "salesperson": "Shonda & Jeremie Hahn", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-17", + "plot_average": 191.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "53-09SSP", + "traits": "", + "metrics": { + "Yield": 221.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VT2RIB", + "metrics": { + "Yield": 210.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2PRO", + "metrics": { + "Yield": 209.6 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "44-06PCE", + "traits": "", + "metrics": { + "Yield": 207.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "31-10PCE", + "traits": "", + "metrics": { + "Yield": 204.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146568" + ], + "fetched_at": "2026-05-27T02:21:01.937097+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146568.md b/corpus/lg_plot_reports/lgpr-corn-2025-146568.md new file mode 100644 index 00000000..aee9101c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146568.md @@ -0,0 +1,28 @@ +# Corn yield trial — Tiffin, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Tiffin +- **Year:** 2025 +- **Plot ID:** 146568 +- **Cooperator:** Shonda & Jeremie Hahn +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-17 +- **Plot average:** 191.9 BU/Ac +- **Coordinates:** 41.71435, -91.71312 +- **URL:** https://lgseeds.com/performance/corn#plot-146568 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 53-09SSP | - | 221.2 | +| 2 | LG Seeds | LG57C82 | VT2RIB | 210.9 | +| 3 | LG Seeds | LG58C16 | VT2PRO | 209.6 | +| 4 | Unknown | 44-06PCE | - | 207.5 | +| 5 | Unknown | 31-10PCE | - | 204.0 | + +Top 5 by Yield: 53-09SSP (Unknown) 221.2, LG57C82 (LG Seeds) 210.9, LG58C16 (LG Seeds) 209.6, 44-06PCE (Unknown) 207.5, 31-10PCE (Unknown) 204.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146575.json b/corpus/lg_plot_reports/lgpr-corn-2025-146575.json new file mode 100644 index 00000000..d9ea1389 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146575.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146575", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Coolidge ", + "year": 2025, + "plot_id": "146575", + "lat": 38.20142, + "lng": -101.89019, + "cooperator": "Mark Schwerdfeger", + "salesperson": "Mark Schwerdfeger ", + "planted_date": "2025-06-02", + "harvested_date": "2025-10-07", + "plot_average": 104.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 124.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "8156AM", + "traits": "", + "metrics": { + "Yield": 124.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 121.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 120.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG61C28V", + "traits": "", + "metrics": { + "Yield": 117.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146575" + ], + "fetched_at": "2026-05-27T02:17:51.595422+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146575.md b/corpus/lg_plot_reports/lgpr-corn-2025-146575.md new file mode 100644 index 00000000..420bda61 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146575.md @@ -0,0 +1,29 @@ +# Corn yield trial — Coolidge , Kansas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Coolidge +- **Year:** 2025 +- **Plot ID:** 146575 +- **Cooperator:** Mark Schwerdfeger +- **Salesperson:** Mark Schwerdfeger +- **Planted:** 2025-06-02 +- **Harvested:** 2025-10-07 +- **Plot average:** 104.8 BU/Ac +- **Coordinates:** 38.20142, -101.89019 +- **URL:** https://lgseeds.com/performance/corn#plot-146575 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C28 | V | 124.3 | +| 2 | Unknown | 8156AM | - | 124.1 | +| 3 | LG Seeds | LG59C72 | 5222EZ | 121.2 | +| 4 | LG Seeds | LG60C05 | 3110 | 120.4 | +| 5 | Unknown | LG61C28V | - | 117.9 | + +Top 5 by Yield: LG61C28 (LG Seeds) 124.3, 8156AM (Unknown) 124.1, LG59C72 (LG Seeds) 121.2, LG60C05 (LG Seeds) 120.4, LG61C28V (Unknown) 117.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146577.json b/corpus/lg_plot_reports/lgpr-corn-2025-146577.json new file mode 100644 index 00000000..e5178745 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146577.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146577", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Milesville", + "year": 2025, + "plot_id": "146577", + "lat": 44.43024, + "lng": -101.61599, + "cooperator": "Trevor Fitch", + "salesperson": "Trevor Fitch", + "planted_date": "2025-05-31", + "harvested_date": "2025-12-01", + "plot_average": 130.2, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "G94U63-V", + "traits": "", + "metrics": { + "Yield": 140.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 139.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "G99M49-AA", + "traits": "", + "metrics": { + "Yield": 137.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "AV5799AM", + "traits": "", + "metrics": { + "Yield": 134.8 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "AV3699AM", + "traits": "", + "metrics": { + "Yield": 134.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146577" + ], + "fetched_at": "2026-05-27T02:21:02.420696+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146577.md b/corpus/lg_plot_reports/lgpr-corn-2025-146577.md new file mode 100644 index 00000000..413276a8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146577.md @@ -0,0 +1,28 @@ +# Corn yield trial — Milesville, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Milesville +- **Year:** 2025 +- **Plot ID:** 146577 +- **Cooperator:** Trevor Fitch +- **Planted:** 2025-05-31 +- **Harvested:** 2025-12-01 +- **Plot average:** 130.2 BU/Ac +- **Coordinates:** 44.43024, -101.61599 +- **URL:** https://lgseeds.com/performance/corn#plot-146577 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | G94U63-V | - | 140.3 | +| 2 | LG Seeds | LG46C85 | VT2RIB | 139.2 | +| 3 | Unknown | G99M49-AA | - | 137.2 | +| 4 | Unknown | AV5799AM | - | 134.8 | +| 5 | Unknown | AV3699AM | - | 134.4 | + +Top 5 by Yield: G94U63-V (Unknown) 140.3, LG46C85 (LG Seeds) 139.2, G99M49-AA (Unknown) 137.2, AV5799AM (Unknown) 134.8, AV3699AM (Unknown) 134.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146583.json b/corpus/lg_plot_reports/lgpr-corn-2025-146583.json new file mode 100644 index 00000000..8ed6dd90 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146583.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146583", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Time well", + "year": 2025, + "plot_id": "146583", + "lat": 39.99548, + "lng": -90.81548, + "cooperator": "Larry Wiese", + "salesperson": "Larry Wiese", + "planted_date": "2025-04-21", + "harvested_date": "2025-10-15", + "plot_average": 222.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 233.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Yield": 230.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 227.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 223.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 222.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146583" + ], + "fetched_at": "2026-05-27T02:17:43.608448+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146583.md b/corpus/lg_plot_reports/lgpr-corn-2025-146583.md new file mode 100644 index 00000000..9e71b477 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146583.md @@ -0,0 +1,28 @@ +# Corn yield trial — Time well, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Time well +- **Year:** 2025 +- **Plot ID:** 146583 +- **Cooperator:** Larry Wiese +- **Planted:** 2025-04-21 +- **Harvested:** 2025-10-15 +- **Plot average:** 222.1 BU/Ac +- **Coordinates:** 39.99548, -90.81548 +- **URL:** https://lgseeds.com/performance/corn#plot-146583 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C73 | VT2RIB | 233.6 | +| 2 | LG Seeds | LG67C27 | STXRIB | 230.0 | +| 3 | LG Seeds | LG63C82 | DGVT2RIB | 227.2 | +| 4 | LG Seeds | LG63C32 | TRC | 223.9 | +| 5 | LG Seeds | LG65C30 | VT2RIB | 222.5 | + +Top 5 by Yield: LG62C73 (LG Seeds) 233.6, LG67C27 (LG Seeds) 230.0, LG63C82 (LG Seeds) 227.2, LG63C32 (LG Seeds) 223.9, LG65C30 (LG Seeds) 222.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146589.json b/corpus/lg_plot_reports/lgpr-corn-2025-146589.json new file mode 100644 index 00000000..bb1843ae --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146589.json @@ -0,0 +1,55 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146589", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Groton", + "year": 2025, + "plot_id": "146589", + "lat": 45.46057, + "lng": -98.18596, + "cooperator": "Scott Sperry", + "salesperson": "Scott Sperry", + "planted_date": "2025-06-02", + "harvested_date": "2025-09-30", + "plot_average": 150.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 167.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LG48C87VT2RIB", + "traits": "", + "metrics": { + "Yield": 143.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG48C87", + "traits": "", + "metrics": { + "Yield": 139.8 + } + } + ], + "n_results": 3, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146589" + ], + "fetched_at": "2026-05-27T02:20:23.652140+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146589.md b/corpus/lg_plot_reports/lgpr-corn-2025-146589.md new file mode 100644 index 00000000..e89b0f8c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146589.md @@ -0,0 +1,26 @@ +# Corn yield trial — Groton, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Groton +- **Year:** 2025 +- **Plot ID:** 146589 +- **Cooperator:** Scott Sperry +- **Planted:** 2025-06-02 +- **Harvested:** 2025-09-30 +- **Plot average:** 150.2 BU/Ac +- **Coordinates:** 45.46057, -98.18596 +- **URL:** https://lgseeds.com/performance/corn#plot-146589 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG48C87 | VT2RIB | 167.4 | +| 2 | Unknown | LG48C87VT2RIB | - | 143.3 | +| 3 | Unknown | LG48C87 | - | 139.8 | + +Top 5 by Yield: LG48C87 (LG Seeds) 167.4, LG48C87VT2RIB (Unknown) 143.3, LG48C87 (Unknown) 139.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146596.json b/corpus/lg_plot_reports/lgpr-corn-2025-146596.json new file mode 100644 index 00000000..3ab99c00 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146596.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146596", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Palmyra", + "year": 2025, + "plot_id": "146596", + "lat": 39.41945, + "lng": -90.10096, + "cooperator": "Barr T Farms", + "salesperson": "Barr T Farms", + "planted_date": "2025-04-16", + "harvested_date": "2025-10-22", + "plot_average": 263.8, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "", + "metrics": { + "Yield": 279.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 275.4 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "", + "metrics": { + "Yield": 273.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC112-12RIB", + "traits": "", + "metrics": { + "Yield": 273.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC114-99RIB", + "traits": "", + "metrics": { + "Yield": 272.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146596" + ], + "fetched_at": "2026-05-27T02:17:22.831898+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146596.md b/corpus/lg_plot_reports/lgpr-corn-2025-146596.md new file mode 100644 index 00000000..6e7f6c04 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146596.md @@ -0,0 +1,28 @@ +# Corn yield trial — Palmyra, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Palmyra +- **Year:** 2025 +- **Plot ID:** 146596 +- **Cooperator:** Barr T Farms +- **Planted:** 2025-04-16 +- **Harvested:** 2025-10-22 +- **Plot average:** 263.8 BU/Ac +- **Coordinates:** 39.41945, -90.10096 +- **URL:** https://lgseeds.com/performance/corn#plot-146596 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P1742Q | - | 279.1 | +| 2 | LG Seeds | LG63C32 | SSPRIB | 275.4 | +| 3 | Pioneer | P13777PCE | - | 273.5 | +| 4 | Unknown | DKC112-12RIB | - | 273.0 | +| 5 | Unknown | DKC114-99RIB | - | 272.4 | + +Top 5 by Yield: P1742Q (Pioneer) 279.1, LG63C32 (LG Seeds) 275.4, P13777PCE (Pioneer) 273.5, DKC112-12RIB (Unknown) 273.0, DKC114-99RIB (Unknown) 272.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146598.json b/corpus/lg_plot_reports/lgpr-corn-2025-146598.json new file mode 100644 index 00000000..ee5122a2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146598.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146598", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Murrayville ", + "year": 2025, + "plot_id": "146598", + "lat": 39.59912, + "lng": -90.19734, + "cooperator": "Eric Lakin", + "salesperson": "Eric Lakin", + "planted_date": "2025-04-24", + "harvested_date": "2025-10-06", + "plot_average": 232.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 262.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 258.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 246.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Yield": 242.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG65C50VT2PRO", + "traits": "", + "metrics": { + "Yield": 240.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146598" + ], + "fetched_at": "2026-05-27T02:17:23.343593+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146598.md b/corpus/lg_plot_reports/lgpr-corn-2025-146598.md new file mode 100644 index 00000000..bb84b9aa --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146598.md @@ -0,0 +1,28 @@ +# Corn yield trial — Murrayville , Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Murrayville +- **Year:** 2025 +- **Plot ID:** 146598 +- **Cooperator:** Eric Lakin +- **Planted:** 2025-04-24 +- **Harvested:** 2025-10-06 +- **Plot average:** 232.9 BU/Ac +- **Coordinates:** 39.59912, -90.19734 +- **URL:** https://lgseeds.com/performance/corn#plot-146598 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C43 | VT2RIB | 262.9 | +| 2 | LG Seeds | LG65C30 | VT2RIB | 258.7 | +| 3 | LG Seeds | LG66C44 | VT2RIB | 246.0 | +| 4 | LG Seeds | LG67C27 | STXRIB | 242.7 | +| 5 | Unknown | LG65C50VT2PRO | - | 240.6 | + +Top 5 by Yield: LG64C43 (LG Seeds) 262.9, LG65C30 (LG Seeds) 258.7, LG66C44 (LG Seeds) 246.0, LG67C27 (LG Seeds) 242.7, LG65C50VT2PRO (Unknown) 240.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146605.json b/corpus/lg_plot_reports/lgpr-corn-2025-146605.json new file mode 100644 index 00000000..ea45181b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146605.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146605", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Bonduel", + "year": 2025, + "plot_id": "146605", + "lat": 44.74869, + "lng": -88.46821, + "cooperator": "Phil Stern", + "salesperson": "Phil Stern", + "planted_date": "2025-05-10", + "harvested_date": "2025-10-28", + "plot_average": 198.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "VT2RIB", + "metrics": { + "Yield": 212.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "192-81VT2PRIB", + "traits": "", + "metrics": { + "Yield": 210.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG38C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 206.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG40C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 203.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 199.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146605" + ], + "fetched_at": "2026-05-27T02:20:56.178318+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146605.md b/corpus/lg_plot_reports/lgpr-corn-2025-146605.md new file mode 100644 index 00000000..1cd95250 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146605.md @@ -0,0 +1,28 @@ +# Corn yield trial — Bonduel, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Bonduel +- **Year:** 2025 +- **Plot ID:** 146605 +- **Cooperator:** Phil Stern +- **Planted:** 2025-05-10 +- **Harvested:** 2025-10-28 +- **Plot average:** 198.0 BU/Ac +- **Coordinates:** 44.74869, -88.46821 +- **URL:** https://lgseeds.com/performance/corn#plot-146605 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG44C27 | VT2RIB | 212.7 | +| 2 | Unknown | 192-81VT2PRIB | - | 210.6 | +| 3 | LG Seeds | LG38C48 | VT2RIB | 206.1 | +| 4 | LG Seeds | LG40C07 | VT2PRO | 203.4 | +| 5 | LG Seeds | LG42C80 | VT2RIB | 199.8 | + +Top 5 by Yield: LG44C27 (LG Seeds) 212.7, 192-81VT2PRIB (Unknown) 210.6, LG38C48 (LG Seeds) 206.1, LG40C07 (LG Seeds) 203.4, LG42C80 (LG Seeds) 199.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146606.json b/corpus/lg_plot_reports/lgpr-corn-2025-146606.json new file mode 100644 index 00000000..4d417648 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146606.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146606", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Amherst Junction", + "year": 2025, + "plot_id": "146606", + "lat": 44.51896, + "lng": -89.32274, + "cooperator": "John Shulfer", + "salesperson": "John Shulfer", + "planted_date": "2025-05-14", + "harvested_date": "2025-11-06", + "plot_average": 194.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 208.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG40C07", + "traits": "STX", + "metrics": { + "Yield": 206.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "VT2RIB", + "metrics": { + "Yield": 200.9 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P9492AM", + "traits": "", + "metrics": { + "Yield": 197.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "G92A51-AA", + "traits": "", + "metrics": { + "Yield": 196.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146606" + ], + "fetched_at": "2026-05-27T02:21:08.180428+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146606.md b/corpus/lg_plot_reports/lgpr-corn-2025-146606.md new file mode 100644 index 00000000..71024f69 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146606.md @@ -0,0 +1,28 @@ +# Corn yield trial — Amherst Junction, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Amherst Junction +- **Year:** 2025 +- **Plot ID:** 146606 +- **Cooperator:** John Shulfer +- **Planted:** 2025-05-14 +- **Harvested:** 2025-11-06 +- **Plot average:** 194.5 BU/Ac +- **Coordinates:** 44.51896, -89.32274 +- **URL:** https://lgseeds.com/performance/corn#plot-146606 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG46C85 | VT2RIB | 208.9 | +| 2 | LG Seeds | LG40C07 | STX | 206.6 | +| 3 | LG Seeds | LG44C27 | VT2RIB | 200.9 | +| 4 | Pioneer | P9492AM | - | 197.6 | +| 5 | Unknown | G92A51-AA | - | 196.5 | + +Top 5 by Yield: LG46C85 (LG Seeds) 208.9, LG40C07 (LG Seeds) 206.6, LG44C27 (LG Seeds) 200.9, P9492AM (Pioneer) 197.6, G92A51-AA (Unknown) 196.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146608.json b/corpus/lg_plot_reports/lgpr-corn-2025-146608.json new file mode 100644 index 00000000..ab00cd43 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146608.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146608", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Almond", + "year": 2025, + "plot_id": "146608", + "lat": 44.27768, + "lng": -89.31551, + "cooperator": "Warzynski Farms", + "salesperson": "Warzynski Farms", + "planted_date": "2025-05-23", + "harvested_date": "2025-11-06", + "plot_average": 239.1, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "E107C1-5122EZ", + "traits": "", + "metrics": { + "Yield": 262.12 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "200-40VT4PRIB", + "traits": "", + "metrics": { + "Yield": 258.85 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG55C40", + "traits": "TRC", + "metrics": { + "Yield": 258.33 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "201-07SSPRIB", + "traits": "", + "metrics": { + "Yield": 256.79 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "203-88STXRIB", + "traits": "", + "metrics": { + "Yield": 252.02 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146608" + ], + "fetched_at": "2026-05-27T02:21:07.932969+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146608.md b/corpus/lg_plot_reports/lgpr-corn-2025-146608.md new file mode 100644 index 00000000..bb185f98 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146608.md @@ -0,0 +1,28 @@ +# Corn yield trial — Almond, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Almond +- **Year:** 2025 +- **Plot ID:** 146608 +- **Cooperator:** Warzynski Farms +- **Planted:** 2025-05-23 +- **Harvested:** 2025-11-06 +- **Plot average:** 239.1 BU/Ac +- **Coordinates:** 44.27768, -89.31551 +- **URL:** https://lgseeds.com/performance/corn#plot-146608 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | E107C1-5122EZ | - | 262.12 | +| 2 | Unknown | 200-40VT4PRIB | - | 258.85 | +| 3 | LG Seeds | LG55C40 | TRC | 258.33 | +| 4 | Unknown | 201-07SSPRIB | - | 256.79 | +| 5 | Unknown | 203-88STXRIB | - | 252.02 | + +Top 5 by Yield: E107C1-5122EZ (Unknown) 262.12, 200-40VT4PRIB (Unknown) 258.85, LG55C40 (LG Seeds) 258.33, 201-07SSPRIB (Unknown) 256.79, 203-88STXRIB (Unknown) 252.02. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146618.json b/corpus/lg_plot_reports/lgpr-corn-2025-146618.json new file mode 100644 index 00000000..4029c604 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146618.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146618", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Hamill", + "year": 2025, + "plot_id": "146618", + "lat": 43.52973, + "lng": -99.68603, + "cooperator": "Royce Robbins", + "salesperson": "Royce Robbins", + "planted_date": "2025-05-06", + "harvested_date": "2025-10-10", + "plot_average": 177.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC104-08RIB", + "traits": "", + "metrics": { + "Yield": 197.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "5991PCE", + "traits": "", + "metrics": { + "Yield": 194.5 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B04J45PCE", + "traits": "", + "metrics": { + "Yield": 187.69 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "5413Q", + "traits": "", + "metrics": { + "Yield": 186.11 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B98Z37AM", + "traits": "", + "metrics": { + "Yield": 184.82 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146618" + ], + "fetched_at": "2026-05-27T02:18:00.585018+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146618.md b/corpus/lg_plot_reports/lgpr-corn-2025-146618.md new file mode 100644 index 00000000..433f55a5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146618.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hamill, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Hamill +- **Year:** 2025 +- **Plot ID:** 146618 +- **Cooperator:** Royce Robbins +- **Planted:** 2025-05-06 +- **Harvested:** 2025-10-10 +- **Plot average:** 177.7 BU/Ac +- **Coordinates:** 43.52973, -99.68603 +- **URL:** https://lgseeds.com/performance/corn#plot-146618 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC104-08RIB | - | 197.8 | +| 2 | Unknown | 5991PCE | - | 194.5 | +| 3 | Unknown | B04J45PCE | - | 187.69 | +| 4 | Unknown | 5413Q | - | 186.11 | +| 5 | Unknown | B98Z37AM | - | 184.82 | + +Top 5 by Yield: DKC104-08RIB (Unknown) 197.8, 5991PCE (Unknown) 194.5, B04J45PCE (Unknown) 187.69, 5413Q (Unknown) 186.11, B98Z37AM (Unknown) 184.82. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146621.json b/corpus/lg_plot_reports/lgpr-corn-2025-146621.json new file mode 100644 index 00000000..9d3d21eb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146621.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146621", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Hamill", + "year": 2025, + "plot_id": "146621", + "lat": 43.61046, + "lng": -99.62368, + "cooperator": "Trent Kubik", + "salesperson": "Trent Kubik", + "planted_date": "2025-06-01", + "harvested_date": "2025-11-05", + "plot_average": 116.6, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC104-08RIB", + "traits": "", + "metrics": { + "Yield": 136.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC52-61RIB", + "traits": "", + "metrics": { + "Yield": 133.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 133.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC099-11RIB", + "traits": "", + "metrics": { + "Yield": 133.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 132.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146621" + ], + "fetched_at": "2026-05-27T02:18:00.852119+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146621.md b/corpus/lg_plot_reports/lgpr-corn-2025-146621.md new file mode 100644 index 00000000..a697f1c3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146621.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hamill, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Hamill +- **Year:** 2025 +- **Plot ID:** 146621 +- **Cooperator:** Trent Kubik +- **Planted:** 2025-06-01 +- **Harvested:** 2025-11-05 +- **Plot average:** 116.6 BU/Ac +- **Coordinates:** 43.61046, -99.62368 +- **URL:** https://lgseeds.com/performance/corn#plot-146621 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC104-08RIB | - | 136.6 | +| 2 | Unknown | DKC52-61RIB | - | 133.7 | +| 3 | LG Seeds | LG52C90 | VT2RIB | 133.0 | +| 4 | Unknown | DKC099-11RIB | - | 133.0 | +| 5 | LG Seeds | LG48C87 | VT2RIB | 132.4 | + +Top 5 by Yield: DKC104-08RIB (Unknown) 136.6, DKC52-61RIB (Unknown) 133.7, LG52C90 (LG Seeds) 133.0, DKC099-11RIB (Unknown) 133.0, LG48C87 (LG Seeds) 132.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146637.json b/corpus/lg_plot_reports/lgpr-corn-2025-146637.json new file mode 100644 index 00000000..89f45106 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146637.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146637", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kentucky", + "state_abbrev": "ky", + "city": "Owensboro ", + "year": 2025, + "plot_id": "146637", + "lat": 37.7887, + "lng": -86.9249, + "cooperator": "Cole Hamilton", + "salesperson": "Cole Hamilton", + "planted_date": "2025-05-23", + "harvested_date": "2025-10-23", + "plot_average": 216.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 235.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 232.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C20", + "traits": "D-RN", + "metrics": { + "Yield": 223.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LG65C50VT2PRO", + "traits": "", + "metrics": { + "Yield": 217.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 209.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146637" + ], + "fetched_at": "2026-05-27T02:17:26.095439+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146637.md b/corpus/lg_plot_reports/lgpr-corn-2025-146637.md new file mode 100644 index 00000000..dfd4d396 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146637.md @@ -0,0 +1,28 @@ +# Corn yield trial — Owensboro , Kentucky, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kentucky (KY) +- **City:** Owensboro +- **Year:** 2025 +- **Plot ID:** 146637 +- **Cooperator:** Cole Hamilton +- **Planted:** 2025-05-23 +- **Harvested:** 2025-10-23 +- **Plot average:** 216.9 BU/Ac +- **Coordinates:** 37.78870, -86.92490 +- **URL:** https://lgseeds.com/performance/corn#plot-146637 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG60C24 | VT4PRO | 235.0 | +| 2 | LG Seeds | LG63C32 | SSPRIB | 232.3 | +| 3 | LG Seeds | LG62C20 | D-RN | 223.5 | +| 4 | Unknown | LG65C50VT2PRO | - | 217.8 | +| 5 | LG Seeds | LG63C82 | DGVT2RIB | 209.9 | + +Top 5 by Yield: LG60C24 (LG Seeds) 235.0, LG63C32 (LG Seeds) 232.3, LG62C20 (LG Seeds) 223.5, LG65C50VT2PRO (Unknown) 217.8, LG63C82 (LG Seeds) 209.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146664.json b/corpus/lg_plot_reports/lgpr-corn-2025-146664.json new file mode 100644 index 00000000..0bd78030 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146664.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146664", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Windom", + "year": 2025, + "plot_id": "146664", + "lat": 43.8818, + "lng": -95.1198, + "cooperator": "Darby Harder", + "salesperson": "Darby Harder", + "planted_date": "2025-04-17", + "harvested_date": "2025-10-10", + "plot_average": 216.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 224.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 223.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 222.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "5608AM", + "traits": "", + "metrics": { + "Yield": 219.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "VT2RIB", + "metrics": { + "Yield": 219.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146664" + ], + "fetched_at": "2026-05-27T02:19:48.155842+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146664.md b/corpus/lg_plot_reports/lgpr-corn-2025-146664.md new file mode 100644 index 00000000..67fa4f17 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146664.md @@ -0,0 +1,28 @@ +# Corn yield trial — Windom, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Windom +- **Year:** 2025 +- **Plot ID:** 146664 +- **Cooperator:** Darby Harder +- **Planted:** 2025-04-17 +- **Harvested:** 2025-10-10 +- **Plot average:** 216.8 BU/Ac +- **Coordinates:** 43.88180, -95.11980 +- **URL:** https://lgseeds.com/performance/corn#plot-146664 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C32 | SSPRIB | 224.3 | +| 2 | LG Seeds | LG48C32 | SSPRIB | 223.6 | +| 3 | LG Seeds | LG51C62 | D | 222.2 | +| 4 | Unknown | 5608AM | - | 219.8 | +| 5 | LG Seeds | LG59C72 | VT2RIB | 219.4 | + +Top 5 by Yield: LG51C32 (LG Seeds) 224.3, LG48C32 (LG Seeds) 223.6, LG51C62 (LG Seeds) 222.2, 5608AM (Unknown) 219.8, LG59C72 (LG Seeds) 219.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146669.json b/corpus/lg_plot_reports/lgpr-corn-2025-146669.json new file mode 100644 index 00000000..4174d678 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146669.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146669", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Manly", + "year": 2025, + "plot_id": "146669", + "lat": 43.29897, + "lng": -93.21083, + "cooperator": "Nexus Cooperative", + "salesperson": "Nexus Cooperative", + "planted_date": "2025-05-13", + "harvested_date": "2025-10-20", + "plot_average": 200.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B05D47PCE", + "traits": "", + "metrics": { + "Yield": 224.9 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B99R54PCE", + "traits": "", + "metrics": { + "Yield": 220.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 218.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 217.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B07G52PCE", + "traits": "", + "metrics": { + "Yield": 211.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146669" + ], + "fetched_at": "2026-05-27T02:20:14.659448+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146669.md b/corpus/lg_plot_reports/lgpr-corn-2025-146669.md new file mode 100644 index 00000000..d2afe612 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146669.md @@ -0,0 +1,28 @@ +# Corn yield trial — Manly, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Manly +- **Year:** 2025 +- **Plot ID:** 146669 +- **Cooperator:** Nexus Cooperative +- **Planted:** 2025-05-13 +- **Harvested:** 2025-10-20 +- **Plot average:** 200.4 BU/Ac +- **Coordinates:** 43.29897, -93.21083 +- **URL:** https://lgseeds.com/performance/corn#plot-146669 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B05D47PCE | - | 224.9 | +| 2 | Unknown | B99R54PCE | - | 220.2 | +| 3 | LG Seeds | LG52C90 | VT2RIB | 218.8 | +| 4 | LG Seeds | LG51C62 | D | 217.0 | +| 5 | Unknown | B07G52PCE | - | 211.0 | + +Top 5 by Yield: B05D47PCE (Unknown) 224.9, B99R54PCE (Unknown) 220.2, LG52C90 (LG Seeds) 218.8, LG51C62 (LG Seeds) 217.0, B07G52PCE (Unknown) 211.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146716.json b/corpus/lg_plot_reports/lgpr-corn-2025-146716.json new file mode 100644 index 00000000..5238731f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146716.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146716", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Canton", + "year": 2025, + "plot_id": "146716", + "lat": 40.73746, + "lng": -81.42376, + "cooperator": "Don Noll", + "salesperson": "Don Noll", + "planted_date": "2025-06-01", + "harvested_date": "2025-11-17", + "plot_average": 193.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 213.88 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2RIB", + "metrics": { + "Yield": 205.02 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 198.94 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LG59C05V-RN", + "traits": "", + "metrics": { + "Yield": 197.54 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG55C40", + "traits": "TRC", + "metrics": { + "Yield": 193.53 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146716" + ], + "fetched_at": "2026-05-27T02:19:09.399489+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146716.md b/corpus/lg_plot_reports/lgpr-corn-2025-146716.md new file mode 100644 index 00000000..048d383c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146716.md @@ -0,0 +1,28 @@ +# Corn yield trial — Canton, Ohio, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Ohio (OH) +- **City:** Canton +- **Year:** 2025 +- **Plot ID:** 146716 +- **Cooperator:** Don Noll +- **Planted:** 2025-06-01 +- **Harvested:** 2025-11-17 +- **Plot average:** 193.7 BU/Ac +- **Coordinates:** 40.73746, -81.42376 +- **URL:** https://lgseeds.com/performance/corn#plot-146716 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG53C44 | VT2RIB | 213.88 | +| 2 | LG Seeds | LG58C16 | VT2RIB | 205.02 | +| 3 | LG Seeds | LG58C48 | VT2RIB | 198.94 | +| 4 | Unknown | LG59C05V-RN | - | 197.54 | +| 5 | LG Seeds | LG55C40 | TRC | 193.53 | + +Top 5 by Yield: LG53C44 (LG Seeds) 213.88, LG58C16 (LG Seeds) 205.02, LG58C48 (LG Seeds) 198.94, LG59C05V-RN (Unknown) 197.54, LG55C40 (LG Seeds) 193.53. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146717.json b/corpus/lg_plot_reports/lgpr-corn-2025-146717.json new file mode 100644 index 00000000..d6360bc4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146717.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146717", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Nova", + "year": 2025, + "plot_id": "146717", + "lat": 41.01072, + "lng": -82.35557, + "cooperator": "Shane Ayers", + "salesperson": "Shane Ayers", + "planted_date": "2025-06-02", + "harvested_date": "2025-10-29", + "plot_average": 154.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 163.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG56C78", + "traits": "", + "metrics": { + "Yield": 157.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "", + "metrics": { + "Yield": 155.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG52C42", + "traits": "RR", + "metrics": { + "Yield": 155.3 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG52C42RR", + "traits": "", + "metrics": { + "Yield": 153.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146717" + ], + "fetched_at": "2026-05-27T02:18:09.855484+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146717.md b/corpus/lg_plot_reports/lgpr-corn-2025-146717.md new file mode 100644 index 00000000..1965dc1a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146717.md @@ -0,0 +1,28 @@ +# Corn yield trial — Nova, Ohio, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Ohio (OH) +- **City:** Nova +- **Year:** 2025 +- **Plot ID:** 146717 +- **Cooperator:** Shane Ayers +- **Planted:** 2025-06-02 +- **Harvested:** 2025-10-29 +- **Plot average:** 154.2 BU/Ac +- **Coordinates:** 41.01072, -82.35557 +- **URL:** https://lgseeds.com/performance/corn#plot-146717 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C48 | VT2RIB | 163.4 | +| 2 | LG Seeds | LG56C78 | - | 157.0 | +| 3 | LG Seeds | LG53C44 | - | 155.5 | +| 4 | LG Seeds | LG52C42 | RR | 155.3 | +| 5 | Unknown | LG52C42RR | - | 153.0 | + +Top 5 by Yield: LG58C48 (LG Seeds) 163.4, LG56C78 (LG Seeds) 157.0, LG53C44 (LG Seeds) 155.5, LG52C42 (LG Seeds) 155.3, LG52C42RR (Unknown) 153.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146742.json b/corpus/lg_plot_reports/lgpr-corn-2025-146742.json new file mode 100644 index 00000000..e13f279e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146742.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146742", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Sheldon", + "year": 2025, + "plot_id": "146742", + "lat": 45.30198, + "lng": -90.90396, + "cooperator": "Annie Hulle", + "salesperson": "Annie Hulle ", + "planted_date": "2025-05-20", + "harvested_date": "2025-10-28", + "plot_average": 186.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG40C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 219.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2RIB", + "metrics": { + "Yield": 214.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG33C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 196.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG36C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 190.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG38C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 186.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146742" + ], + "fetched_at": "2026-05-27T02:20:06.655111+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146742.md b/corpus/lg_plot_reports/lgpr-corn-2025-146742.md new file mode 100644 index 00000000..633b6648 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146742.md @@ -0,0 +1,29 @@ +# Corn yield trial — Sheldon, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Sheldon +- **Year:** 2025 +- **Plot ID:** 146742 +- **Cooperator:** Annie Hulle +- **Salesperson:** Annie Hulle +- **Planted:** 2025-05-20 +- **Harvested:** 2025-10-28 +- **Plot average:** 186.3 BU/Ac +- **Coordinates:** 45.30198, -90.90396 +- **URL:** https://lgseeds.com/performance/corn#plot-146742 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG40C07 | VT2PRO | 219.1 | +| 2 | LG Seeds | LG43C50 | VT2RIB | 214.7 | +| 3 | LG Seeds | LG33C30 | VT2RIB | 196.1 | +| 4 | LG Seeds | LG36C73 | VT2RIB | 190.9 | +| 5 | LG Seeds | LG38C48 | VT2RIB | 186.1 | + +Top 5 by Yield: LG40C07 (LG Seeds) 219.1, LG43C50 (LG Seeds) 214.7, LG33C30 (LG Seeds) 196.1, LG36C73 (LG Seeds) 190.9, LG38C48 (LG Seeds) 186.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146757.json b/corpus/lg_plot_reports/lgpr-corn-2025-146757.json new file mode 100644 index 00000000..1ce31be4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146757.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146757", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Traer", + "year": 2025, + "plot_id": "146757", + "lat": 42.13175, + "lng": -92.47576, + "cooperator": "Mike Snider", + "salesperson": "Mike Snider", + "planted_date": "2025-05-04", + "harvested_date": "2025-10-03", + "plot_average": 230.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C77", + "traits": "STXRIB", + "metrics": { + "Yield": 251.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 249.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 246.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 246.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 238.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146757" + ], + "fetched_at": "2026-05-27T02:17:23.100840+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146757.md b/corpus/lg_plot_reports/lgpr-corn-2025-146757.md new file mode 100644 index 00000000..7ada57dc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146757.md @@ -0,0 +1,28 @@ +# Corn yield trial — Traer, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Traer +- **Year:** 2025 +- **Plot ID:** 146757 +- **Cooperator:** Mike Snider +- **Planted:** 2025-05-04 +- **Harvested:** 2025-10-03 +- **Plot average:** 230.2 BU/Ac +- **Coordinates:** 42.13175, -92.47576 +- **URL:** https://lgseeds.com/performance/corn#plot-146757 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C77 | STXRIB | 251.5 | +| 2 | LG Seeds | LG63C82 | DGVT2RIB | 249.1 | +| 3 | LG Seeds | LG61C34 | STXRIB | 246.4 | +| 4 | LG Seeds | LG65C30 | VT2RIB | 246.0 | +| 5 | LG Seeds | LG61C28 | V | 238.6 | + +Top 5 by Yield: LG63C77 (LG Seeds) 251.5, LG63C82 (LG Seeds) 249.1, LG61C34 (LG Seeds) 246.4, LG65C30 (LG Seeds) 246.0, LG61C28 (LG Seeds) 238.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146773.json b/corpus/lg_plot_reports/lgpr-corn-2025-146773.json new file mode 100644 index 00000000..f423391d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146773.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146773", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Shullsburg", + "year": 2025, + "plot_id": "146773", + "lat": 42.61041, + "lng": -90.17835, + "cooperator": "Patrick Kleiber", + "salesperson": "Patrick Kleiber", + "planted_date": "2025-04-27", + "harvested_date": "2025-10-08", + "plot_average": 241.2, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "", + "metrics": { + "Yield": 259.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 257.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 253.4 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P1027AM", + "traits": "", + "metrics": { + "Yield": 247.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG62C20", + "traits": "D-RN", + "metrics": { + "Yield": 247.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146773" + ], + "fetched_at": "2026-05-27T02:20:07.691864+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146773.md b/corpus/lg_plot_reports/lgpr-corn-2025-146773.md new file mode 100644 index 00000000..6404044f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146773.md @@ -0,0 +1,28 @@ +# Corn yield trial — Shullsburg, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Shullsburg +- **Year:** 2025 +- **Plot ID:** 146773 +- **Cooperator:** Patrick Kleiber +- **Planted:** 2025-04-27 +- **Harvested:** 2025-10-08 +- **Plot average:** 241.2 BU/Ac +- **Coordinates:** 42.61041, -90.17835 +- **URL:** https://lgseeds.com/performance/corn#plot-146773 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P14830Q | - | 259.3 | +| 2 | LG Seeds | LG60C05 | 3110 | 257.0 | +| 3 | LG Seeds | LG60C24 | VT4PRO | 253.4 | +| 4 | Pioneer | P1027AM | - | 247.9 | +| 5 | LG Seeds | LG62C20 | D-RN | 247.8 | + +Top 5 by Yield: P14830Q (Pioneer) 259.3, LG60C05 (LG Seeds) 257.0, LG60C24 (LG Seeds) 253.4, P1027AM (Pioneer) 247.9, LG62C20 (LG Seeds) 247.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146777.json b/corpus/lg_plot_reports/lgpr-corn-2025-146777.json new file mode 100644 index 00000000..acc15df1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146777.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146777", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Shullsburg", + "year": 2025, + "plot_id": "146777", + "lat": 42.61041, + "lng": -90.17835, + "cooperator": "Patrick Kleiber", + "salesperson": "Patrick Kleiber", + "planted_date": "2025-04-27", + "harvested_date": "2025-10-08", + "plot_average": 241.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2RIB", + "metrics": { + "Yield": 262.6 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P05466V", + "traits": "", + "metrics": { + "Yield": 249.3 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P07147PCE", + "traits": "", + "metrics": { + "Yield": 246.8 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P08527V", + "traits": "", + "metrics": { + "Yield": 246.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 245.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146777" + ], + "fetched_at": "2026-05-27T02:18:42.114910+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146777.md b/corpus/lg_plot_reports/lgpr-corn-2025-146777.md new file mode 100644 index 00000000..a9e89338 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146777.md @@ -0,0 +1,28 @@ +# Corn yield trial — Shullsburg, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Shullsburg +- **Year:** 2025 +- **Plot ID:** 146777 +- **Cooperator:** Patrick Kleiber +- **Planted:** 2025-04-27 +- **Harvested:** 2025-10-08 +- **Plot average:** 241.9 BU/Ac +- **Coordinates:** 42.61041, -90.17835 +- **URL:** https://lgseeds.com/performance/corn#plot-146777 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C16 | VT2RIB | 262.6 | +| 2 | Pioneer | P05466V | - | 249.3 | +| 3 | Pioneer | P07147PCE | - | 246.8 | +| 4 | Pioneer | P08527V | - | 246.1 | +| 5 | LG Seeds | LG53C44 | VT2RIB | 245.2 | + +Top 5 by Yield: LG58C16 (LG Seeds) 262.6, P05466V (Pioneer) 249.3, P07147PCE (Pioneer) 246.8, P08527V (Pioneer) 246.1, LG53C44 (LG Seeds) 245.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146787.json b/corpus/lg_plot_reports/lgpr-corn-2025-146787.json new file mode 100644 index 00000000..1581ff4d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146787.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146787", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Milan", + "year": 2025, + "plot_id": "146787", + "lat": 42.14455, + "lng": -83.62982, + "cooperator": "Matthew Talladay", + "salesperson": "Matthew Talladay", + "planted_date": "2025-05-26", + "harvested_date": "2025-11-11", + "plot_average": 236.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 267.02 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 256.97 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 255.03 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 253.42 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 245.58 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146787" + ], + "fetched_at": "2026-05-27T02:19:50.932099+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146787.md b/corpus/lg_plot_reports/lgpr-corn-2025-146787.md new file mode 100644 index 00000000..fee60e91 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146787.md @@ -0,0 +1,28 @@ +# Corn yield trial — Milan, Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Milan +- **Year:** 2025 +- **Plot ID:** 146787 +- **Cooperator:** Matthew Talladay +- **Planted:** 2025-05-26 +- **Harvested:** 2025-11-11 +- **Plot average:** 236.6 BU/Ac +- **Coordinates:** 42.14455, -83.62982 +- **URL:** https://lgseeds.com/performance/corn#plot-146787 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C73 | VT2RIB | 267.02 | +| 2 | LG Seeds | LG60C05 | 3110 | 256.97 | +| 3 | LG Seeds | LG59C72 | 5222EZ | 255.03 | +| 4 | LG Seeds | LG53C44 | VT2RIB | 253.42 | +| 5 | LG Seeds | LG51C62 | VT2RIB | 245.58 | + +Top 5 by Yield: LG62C73 (LG Seeds) 267.02, LG60C05 (LG Seeds) 256.97, LG59C72 (LG Seeds) 255.03, LG53C44 (LG Seeds) 253.42, LG51C62 (LG Seeds) 245.58. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146789.json b/corpus/lg_plot_reports/lgpr-corn-2025-146789.json new file mode 100644 index 00000000..6fdbe00b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146789.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146789", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Seymour", + "year": 2025, + "plot_id": "146789", + "lat": 44.55815, + "lng": -88.28186, + "cooperator": "Eric Schaumberg", + "salesperson": "Eric Schaumberg", + "planted_date": "2025-05-15", + "harvested_date": "2025-11-11", + "plot_average": 207.1, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DS-3601Q", + "traits": "", + "metrics": { + "Yield": 235.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C57", + "traits": "DV-RN", + "metrics": { + "Yield": 230.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 223.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "197-99SSPRIB", + "traits": "", + "metrics": { + "Yield": 222.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2RIB", + "metrics": { + "Yield": 221.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146789" + ], + "fetched_at": "2026-05-27T02:18:23.873088+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146789.md b/corpus/lg_plot_reports/lgpr-corn-2025-146789.md new file mode 100644 index 00000000..20406bd3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146789.md @@ -0,0 +1,28 @@ +# Corn yield trial — Seymour, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Seymour +- **Year:** 2025 +- **Plot ID:** 146789 +- **Cooperator:** Eric Schaumberg +- **Planted:** 2025-05-15 +- **Harvested:** 2025-11-11 +- **Plot average:** 207.1 BU/Ac +- **Coordinates:** 44.55815, -88.28186 +- **URL:** https://lgseeds.com/performance/corn#plot-146789 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DS-3601Q | - | 235.5 | +| 2 | LG Seeds | LG48C57 | DV-RN | 230.2 | +| 3 | LG Seeds | LG48C87 | VT2RIB | 223.9 | +| 4 | Unknown | 197-99SSPRIB | - | 222.3 | +| 5 | LG Seeds | LG43C50 | VT2RIB | 221.1 | + +Top 5 by Yield: DS-3601Q (Unknown) 235.5, LG48C57 (LG Seeds) 230.2, LG48C87 (LG Seeds) 223.9, 197-99SSPRIB (Unknown) 222.3, LG43C50 (LG Seeds) 221.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146806.json b/corpus/lg_plot_reports/lgpr-corn-2025-146806.json new file mode 100644 index 00000000..b18a07bb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146806.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146806", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "North Dakota", + "state_abbrev": "nd", + "city": "McVille", + "year": 2025, + "plot_id": "146806", + "lat": 47.728, + "lng": -98.31, + "cooperator": "Stein Seed Company", + "salesperson": "Stein Seed Company", + "planted_date": "2025-05-27", + "harvested_date": "2025-11-03", + "plot_average": 199.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG36C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 209.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG33C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 207.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "AP83-20", + "traits": "", + "metrics": { + "Yield": 206.7 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "3431VT2PRIB", + "traits": "", + "metrics": { + "Yield": 205.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG35C79", + "traits": "VT2RIB", + "metrics": { + "Yield": 201.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146806" + ], + "fetched_at": "2026-05-27T02:17:14.584842+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146806.md b/corpus/lg_plot_reports/lgpr-corn-2025-146806.md new file mode 100644 index 00000000..3ae53b0a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146806.md @@ -0,0 +1,28 @@ +# Corn yield trial — McVille, North Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** North Dakota (ND) +- **City:** McVille +- **Year:** 2025 +- **Plot ID:** 146806 +- **Cooperator:** Stein Seed Company +- **Planted:** 2025-05-27 +- **Harvested:** 2025-11-03 +- **Plot average:** 199.0 BU/Ac +- **Coordinates:** 47.72800, -98.31000 +- **URL:** https://lgseeds.com/performance/corn#plot-146806 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG36C73 | VT2RIB | 209.2 | +| 2 | LG Seeds | LG33C30 | VT2RIB | 207.8 | +| 3 | Unknown | AP83-20 | - | 206.7 | +| 4 | Unknown | 3431VT2PRIB | - | 205.5 | +| 5 | LG Seeds | LG35C79 | VT2RIB | 201.7 | + +Top 5 by Yield: LG36C73 (LG Seeds) 209.2, LG33C30 (LG Seeds) 207.8, AP83-20 (Unknown) 206.7, 3431VT2PRIB (Unknown) 205.5, LG35C79 (LG Seeds) 201.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146807.json b/corpus/lg_plot_reports/lgpr-corn-2025-146807.json new file mode 100644 index 00000000..d7bd073b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146807.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146807", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Waubun", + "year": 2025, + "plot_id": "146807", + "lat": 47.17456, + "lng": -95.80462, + "cooperator": "Benson Farms", + "salesperson": "Benson Farms ", + "planted_date": "2025-05-09", + "harvested_date": "2025-10-12", + "plot_average": 224.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG33C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 234.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "73S84VT2PRIB", + "traits": "", + "metrics": { + "Yield": 232.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG36C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 230.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG35C79", + "traits": "VT2RIB", + "metrics": { + "Yield": 229.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG34C14", + "traits": "AA-RN", + "metrics": { + "Yield": 221.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146807" + ], + "fetched_at": "2026-05-27T02:20:26.666607+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146807.md b/corpus/lg_plot_reports/lgpr-corn-2025-146807.md new file mode 100644 index 00000000..68bc4a5f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146807.md @@ -0,0 +1,29 @@ +# Corn yield trial — Waubun, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Waubun +- **Year:** 2025 +- **Plot ID:** 146807 +- **Cooperator:** Benson Farms +- **Salesperson:** Benson Farms +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-12 +- **Plot average:** 224.6 BU/Ac +- **Coordinates:** 47.17456, -95.80462 +- **URL:** https://lgseeds.com/performance/corn#plot-146807 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG33C30 | VT2RIB | 234.1 | +| 2 | Unknown | 73S84VT2PRIB | - | 232.8 | +| 3 | LG Seeds | LG36C73 | VT2RIB | 230.0 | +| 4 | LG Seeds | LG35C79 | VT2RIB | 229.3 | +| 5 | LG Seeds | LG34C14 | AA-RN | 221.2 | + +Top 5 by Yield: LG33C30 (LG Seeds) 234.1, 73S84VT2PRIB (Unknown) 232.8, LG36C73 (LG Seeds) 230.0, LG35C79 (LG Seeds) 229.3, LG34C14 (LG Seeds) 221.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146812.json b/corpus/lg_plot_reports/lgpr-corn-2025-146812.json new file mode 100644 index 00000000..dc3af532 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146812.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146812", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "North Dakota", + "state_abbrev": "nd", + "city": "Maddock", + "year": 2025, + "plot_id": "146812", + "lat": 48.09757, + "lng": -99.5243, + "cooperator": "Bryan Kenner", + "salesperson": "Bryan Kenner", + "planted_date": "2025-05-13", + "harvested_date": "2025-11-11", + "plot_average": 172.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "MW82-22VT2PRIB", + "traits": "", + "metrics": { + "Yield": 190.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG30C98", + "traits": "VT2RIB", + "metrics": { + "Yield": 186.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG34C14", + "traits": "AA-RN", + "metrics": { + "Yield": 181.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG36C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 177.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG32C25", + "traits": "VT2RIB", + "metrics": { + "Yield": 174.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146812" + ], + "fetched_at": "2026-05-27T02:21:02.182465+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146812.md b/corpus/lg_plot_reports/lgpr-corn-2025-146812.md new file mode 100644 index 00000000..a2e97dca --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146812.md @@ -0,0 +1,28 @@ +# Corn yield trial — Maddock, North Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** North Dakota (ND) +- **City:** Maddock +- **Year:** 2025 +- **Plot ID:** 146812 +- **Cooperator:** Bryan Kenner +- **Planted:** 2025-05-13 +- **Harvested:** 2025-11-11 +- **Plot average:** 172.7 BU/Ac +- **Coordinates:** 48.09757, -99.52430 +- **URL:** https://lgseeds.com/performance/corn#plot-146812 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | MW82-22VT2PRIB | - | 190.6 | +| 2 | LG Seeds | LG30C98 | VT2RIB | 186.7 | +| 3 | LG Seeds | LG34C14 | AA-RN | 181.4 | +| 4 | LG Seeds | LG36C73 | VT2RIB | 177.5 | +| 5 | LG Seeds | LG32C25 | VT2RIB | 174.5 | + +Top 5 by Yield: MW82-22VT2PRIB (Unknown) 190.6, LG30C98 (LG Seeds) 186.7, LG34C14 (LG Seeds) 181.4, LG36C73 (LG Seeds) 177.5, LG32C25 (LG Seeds) 174.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146831.json b/corpus/lg_plot_reports/lgpr-corn-2025-146831.json new file mode 100644 index 00000000..bc793092 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146831.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146831", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Highland ", + "year": 2025, + "plot_id": "146831", + "lat": 43.03275, + "lng": -90.34967, + "cooperator": "Tom Novak", + "salesperson": "Tom Novak", + "planted_date": "2025-05-10", + "harvested_date": "2025-10-11", + "plot_average": 229.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "68C1V", + "traits": "", + "metrics": { + "Yield": 248.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "W6880", + "traits": "", + "metrics": { + "Yield": 248.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "63A7V", + "traits": "", + "metrics": { + "Yield": 240.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B04J45PCE", + "traits": "", + "metrics": { + "Yield": 240.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B98Z37PCE", + "traits": "", + "metrics": { + "Yield": 236.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146831" + ], + "fetched_at": "2026-05-27T02:18:24.104138+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146831.md b/corpus/lg_plot_reports/lgpr-corn-2025-146831.md new file mode 100644 index 00000000..d9c5276f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146831.md @@ -0,0 +1,28 @@ +# Corn yield trial — Highland , Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Highland +- **Year:** 2025 +- **Plot ID:** 146831 +- **Cooperator:** Tom Novak +- **Planted:** 2025-05-10 +- **Harvested:** 2025-10-11 +- **Plot average:** 229.0 BU/Ac +- **Coordinates:** 43.03275, -90.34967 +- **URL:** https://lgseeds.com/performance/corn#plot-146831 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 68C1V | - | 248.7 | +| 2 | Unknown | W6880 | - | 248.0 | +| 3 | Unknown | 63A7V | - | 240.8 | +| 4 | Unknown | B04J45PCE | - | 240.1 | +| 5 | Unknown | B98Z37PCE | - | 236.9 | + +Top 5 by Yield: 68C1V (Unknown) 248.7, W6880 (Unknown) 248.0, 63A7V (Unknown) 240.8, B04J45PCE (Unknown) 240.1, B98Z37PCE (Unknown) 236.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146841.json b/corpus/lg_plot_reports/lgpr-corn-2025-146841.json new file mode 100644 index 00000000..171acf57 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146841.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146841", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Monticello", + "year": 2025, + "plot_id": "146841", + "lat": 42.16095, + "lng": -91.2348, + "cooperator": "Randy Toenjes", + "salesperson": "Randy Toenjes", + "planted_date": "2025-05-13", + "harvested_date": "2025-10-08", + "plot_average": 228.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 250.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 245.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 240.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG57C45", + "traits": "SSPRIB", + "metrics": { + "Yield": 240.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 231.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146841" + ], + "fetched_at": "2026-05-27T02:17:44.106085+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146841.md b/corpus/lg_plot_reports/lgpr-corn-2025-146841.md new file mode 100644 index 00000000..7abe60f8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146841.md @@ -0,0 +1,28 @@ +# Corn yield trial — Monticello, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Monticello +- **Year:** 2025 +- **Plot ID:** 146841 +- **Cooperator:** Randy Toenjes +- **Planted:** 2025-05-13 +- **Harvested:** 2025-10-08 +- **Plot average:** 228.1 BU/Ac +- **Coordinates:** 42.16095, -91.23480 +- **URL:** https://lgseeds.com/performance/corn#plot-146841 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | SSPRIB | 250.4 | +| 2 | LG Seeds | LG62C73 | VT2RIB | 245.3 | +| 3 | LG Seeds | LG61C34 | STXRIB | 240.9 | +| 4 | LG Seeds | LG57C45 | SSPRIB | 240.4 | +| 5 | LG Seeds | LG60C05 | 3110 | 231.6 | + +Top 5 by Yield: LG63C32 (LG Seeds) 250.4, LG62C73 (LG Seeds) 245.3, LG61C34 (LG Seeds) 240.9, LG57C45 (LG Seeds) 240.4, LG60C05 (LG Seeds) 231.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146843.json b/corpus/lg_plot_reports/lgpr-corn-2025-146843.json new file mode 100644 index 00000000..fad02423 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146843.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146843", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Kalona", + "year": 2025, + "plot_id": "146843", + "lat": 41.52003, + "lng": -91.67603, + "cooperator": "Leslie Miller", + "salesperson": "Leslie Miller", + "planted_date": "2025-05-09", + "harvested_date": "2025-10-24", + "plot_average": 211.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "", + "metrics": { + "Yield": 229.0 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P0924", + "traits": "", + "metrics": { + "Yield": 228.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "RX14-70", + "traits": "", + "metrics": { + "Yield": 219.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG65C76", + "traits": "", + "metrics": { + "Yield": 218.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG5650", + "traits": "", + "metrics": { + "Yield": 213.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146843" + ], + "fetched_at": "2026-05-27T02:20:56.936582+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146843.md b/corpus/lg_plot_reports/lgpr-corn-2025-146843.md new file mode 100644 index 00000000..f8edd0a6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146843.md @@ -0,0 +1,28 @@ +# Corn yield trial — Kalona, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Kalona +- **Year:** 2025 +- **Plot ID:** 146843 +- **Cooperator:** Leslie Miller +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-24 +- **Plot average:** 211.4 BU/Ac +- **Coordinates:** 41.52003, -91.67603 +- **URL:** https://lgseeds.com/performance/corn#plot-146843 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG66C44 | - | 229.0 | +| 2 | Pioneer | P0924 | - | 228.1 | +| 3 | Unknown | RX14-70 | - | 219.6 | +| 4 | LG Seeds | LG65C76 | - | 218.2 | +| 5 | LG Seeds | LG5650 | - | 213.0 | + +Top 5 by Yield: LG66C44 (LG Seeds) 229.0, P0924 (Pioneer) 228.1, RX14-70 (Unknown) 219.6, LG65C76 (LG Seeds) 218.2, LG5650 (LG Seeds) 213.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146844.json b/corpus/lg_plot_reports/lgpr-corn-2025-146844.json new file mode 100644 index 00000000..4961c1c7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146844.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146844", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Monticello", + "year": 2025, + "plot_id": "146844", + "lat": 42.25676, + "lng": -91.42223, + "cooperator": "Greif Farms", + "salesperson": "Greif Farms", + "planted_date": "2025-05-25", + "harvested_date": "2025-10-26", + "plot_average": 184.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 209.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 208.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VT2RIB", + "metrics": { + "Yield": 206.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 194.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 192.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146844" + ], + "fetched_at": "2026-05-27T02:20:57.189108+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146844.md b/corpus/lg_plot_reports/lgpr-corn-2025-146844.md new file mode 100644 index 00000000..8a9c16a8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146844.md @@ -0,0 +1,28 @@ +# Corn yield trial — Monticello, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Monticello +- **Year:** 2025 +- **Plot ID:** 146844 +- **Cooperator:** Greif Farms +- **Planted:** 2025-05-25 +- **Harvested:** 2025-10-26 +- **Plot average:** 184.5 BU/Ac +- **Coordinates:** 42.25676, -91.42223 +- **URL:** https://lgseeds.com/performance/corn#plot-146844 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | SSPRIB | 209.7 | +| 2 | LG Seeds | LG64C43 | VT2RIB | 208.4 | +| 3 | LG Seeds | LG57C82 | VT2RIB | 206.6 | +| 4 | LG Seeds | LG60C05 | 3110 | 194.2 | +| 5 | LG Seeds | LG52C90 | VT2RIB | 192.3 | + +Top 5 by Yield: LG63C32 (LG Seeds) 209.7, LG64C43 (LG Seeds) 208.4, LG57C82 (LG Seeds) 206.6, LG60C05 (LG Seeds) 194.2, LG52C90 (LG Seeds) 192.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146846.json b/corpus/lg_plot_reports/lgpr-corn-2025-146846.json new file mode 100644 index 00000000..b1a2120d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146846.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146846", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Shellsburg", + "year": 2025, + "plot_id": "146846", + "lat": 42.09381, + "lng": -91.91287, + "cooperator": "Brad Beatty", + "salesperson": "Brad Beatty", + "planted_date": "2025-04-16", + "harvested_date": "2025-09-21", + "plot_average": 240.2, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B08R32AM", + "traits": "", + "metrics": { + "Yield": 261.1 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P0827AMXT", + "traits": "", + "metrics": { + "Yield": 261.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B10Z50V", + "traits": "", + "metrics": { + "Yield": 261.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B14C59V", + "traits": "", + "metrics": { + "Yield": 255.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "D49SP06RIB", + "traits": "", + "metrics": { + "Yield": 254.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146846" + ], + "fetched_at": "2026-05-27T02:20:24.649542+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146846.md b/corpus/lg_plot_reports/lgpr-corn-2025-146846.md new file mode 100644 index 00000000..7b545135 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146846.md @@ -0,0 +1,28 @@ +# Corn yield trial — Shellsburg, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Shellsburg +- **Year:** 2025 +- **Plot ID:** 146846 +- **Cooperator:** Brad Beatty +- **Planted:** 2025-04-16 +- **Harvested:** 2025-09-21 +- **Plot average:** 240.2 BU/Ac +- **Coordinates:** 42.09381, -91.91287 +- **URL:** https://lgseeds.com/performance/corn#plot-146846 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B08R32AM | - | 261.1 | +| 2 | Pioneer | P0827AMXT | - | 261.0 | +| 3 | Unknown | B10Z50V | - | 261.0 | +| 4 | Unknown | B14C59V | - | 255.7 | +| 5 | Unknown | D49SP06RIB | - | 254.4 | + +Top 5 by Yield: B08R32AM (Unknown) 261.1, P0827AMXT (Pioneer) 261.0, B10Z50V (Unknown) 261.0, B14C59V (Unknown) 255.7, D49SP06RIB (Unknown) 254.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146868.json b/corpus/lg_plot_reports/lgpr-corn-2025-146868.json new file mode 100644 index 00000000..b9dca681 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146868.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146868", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Juneau", + "year": 2025, + "plot_id": "146868", + "lat": 43.32507, + "lng": -88.79234, + "cooperator": "HNK Enterprises", + "salesperson": "HNK Enterprises", + "planted_date": "2025-05-11", + "harvested_date": "2025-11-07", + "plot_average": 242.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 267.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 257.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 238.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 237.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 228.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146868" + ], + "fetched_at": "2026-05-27T02:21:04.687365+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146868.md b/corpus/lg_plot_reports/lgpr-corn-2025-146868.md new file mode 100644 index 00000000..08d5637b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146868.md @@ -0,0 +1,28 @@ +# Corn yield trial — Juneau, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Juneau +- **Year:** 2025 +- **Plot ID:** 146868 +- **Cooperator:** HNK Enterprises +- **Planted:** 2025-05-11 +- **Harvested:** 2025-11-07 +- **Plot average:** 242.8 BU/Ac +- **Coordinates:** 43.32507, -88.79234 +- **URL:** https://lgseeds.com/performance/corn#plot-146868 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 267.1 | +| 2 | LG Seeds | LG56C25 | SSPRIB | 257.5 | +| 3 | LG Seeds | LG53C44 | VT2RIB | 238.3 | +| 4 | LG Seeds | LG52C90 | VT2RIB | 237.2 | +| 5 | LG Seeds | LG48C87 | VT2RIB | 228.7 | + +Top 5 by Yield: LG51C62 (LG Seeds) 267.1, LG56C25 (LG Seeds) 257.5, LG53C44 (LG Seeds) 238.3, LG52C90 (LG Seeds) 237.2, LG48C87 (LG Seeds) 228.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146911.json b/corpus/lg_plot_reports/lgpr-corn-2025-146911.json new file mode 100644 index 00000000..571be393 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146911.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146911", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Fosston", + "year": 2025, + "plot_id": "146911", + "lat": 47.7524, + "lng": -95.68684, + "cooperator": "Rick Roed", + "salesperson": "Rick Roed ", + "planted_date": "2025-05-15", + "harvested_date": "2025-10-17", + "plot_average": 182.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC32-35RIB", + "traits": "", + "metrics": { + "Yield": 207.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC36-48RIB", + "traits": "", + "metrics": { + "Yield": 205.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG36C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 201.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC084-15RIB", + "traits": "", + "metrics": { + "Yield": 195.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "RC3300-RR2", + "traits": "", + "metrics": { + "Yield": 193.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146911" + ], + "fetched_at": "2026-05-27T02:20:26.908225+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146911.md b/corpus/lg_plot_reports/lgpr-corn-2025-146911.md new file mode 100644 index 00000000..c24a9d74 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146911.md @@ -0,0 +1,29 @@ +# Corn yield trial — Fosston, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Fosston +- **Year:** 2025 +- **Plot ID:** 146911 +- **Cooperator:** Rick Roed +- **Salesperson:** Rick Roed +- **Planted:** 2025-05-15 +- **Harvested:** 2025-10-17 +- **Plot average:** 182.4 BU/Ac +- **Coordinates:** 47.75240, -95.68684 +- **URL:** https://lgseeds.com/performance/corn#plot-146911 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC32-35RIB | - | 207.5 | +| 2 | Unknown | DKC36-48RIB | - | 205.7 | +| 3 | LG Seeds | LG36C73 | VT2RIB | 201.1 | +| 4 | Unknown | DKC084-15RIB | - | 195.6 | +| 5 | Unknown | RC3300-RR2 | - | 193.2 | + +Top 5 by Yield: DKC32-35RIB (Unknown) 207.5, DKC36-48RIB (Unknown) 205.7, LG36C73 (LG Seeds) 201.1, DKC084-15RIB (Unknown) 195.6, RC3300-RR2 (Unknown) 193.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146915.json b/corpus/lg_plot_reports/lgpr-corn-2025-146915.json new file mode 100644 index 00000000..3cb594f8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146915.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146915", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Avoca", + "year": 2025, + "plot_id": "146915", + "lat": 41.5269, + "lng": -95.29081, + "cooperator": "Robert Scott", + "salesperson": "Robert Scott", + "planted_date": "2025-04-30", + "harvested_date": "2025-10-25", + "plot_average": 288.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "W7424RIB", + "traits": "", + "metrics": { + "Yield": 312.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "W7945RIB", + "traits": "", + "metrics": { + "Yield": 307.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 306.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "214-70TRERIB", + "traits": "", + "metrics": { + "Yield": 304.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "W7876RIB", + "traits": "", + "metrics": { + "Yield": 304.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146915" + ], + "fetched_at": "2026-05-27T02:20:16.414749+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146915.md b/corpus/lg_plot_reports/lgpr-corn-2025-146915.md new file mode 100644 index 00000000..c2d4ae0b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146915.md @@ -0,0 +1,28 @@ +# Corn yield trial — Avoca, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Avoca +- **Year:** 2025 +- **Plot ID:** 146915 +- **Cooperator:** Robert Scott +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-25 +- **Plot average:** 288.3 BU/Ac +- **Coordinates:** 41.52690, -95.29081 +- **URL:** https://lgseeds.com/performance/corn#plot-146915 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | W7424RIB | - | 312.8 | +| 2 | Unknown | W7945RIB | - | 307.5 | +| 3 | LG Seeds | LG63C32 | SSPRIB | 306.8 | +| 4 | Unknown | 214-70TRERIB | - | 304.4 | +| 5 | Unknown | W7876RIB | - | 304.2 | + +Top 5 by Yield: W7424RIB (Unknown) 312.8, W7945RIB (Unknown) 307.5, LG63C32 (LG Seeds) 306.8, 214-70TRERIB (Unknown) 304.4, W7876RIB (Unknown) 304.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146917.json b/corpus/lg_plot_reports/lgpr-corn-2025-146917.json new file mode 100644 index 00000000..2bded7cc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146917.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146917", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Castana", + "year": 2025, + "plot_id": "146917", + "lat": 42.06283, + "lng": -95.83187, + "cooperator": "Beau Hanson", + "salesperson": "Beau Hanson", + "planted_date": "2025-05-14", + "harvested_date": "2025-11-14", + "plot_average": 166.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 197.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 195.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG63C32TRC", + "traits": "", + "metrics": { + "Yield": 193.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 189.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG65C50VT2PRO", + "traits": "", + "metrics": { + "Yield": 185.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146917" + ], + "fetched_at": "2026-05-27T02:20:18.422969+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146917.md b/corpus/lg_plot_reports/lgpr-corn-2025-146917.md new file mode 100644 index 00000000..e3bb4e9b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146917.md @@ -0,0 +1,28 @@ +# Corn yield trial — Castana, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Castana +- **Year:** 2025 +- **Plot ID:** 146917 +- **Cooperator:** Beau Hanson +- **Planted:** 2025-05-14 +- **Harvested:** 2025-11-14 +- **Plot average:** 166.2 BU/Ac +- **Coordinates:** 42.06283, -95.83187 +- **URL:** https://lgseeds.com/performance/corn#plot-146917 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | SSPRIB | 197.4 | +| 2 | LG Seeds | LG65C30 | VT2RIB | 195.9 | +| 3 | Unknown | LG63C32TRC | - | 193.3 | +| 4 | LG Seeds | LG66C44 | VT2RIB | 189.1 | +| 5 | Unknown | LG65C50VT2PRO | - | 185.8 | + +Top 5 by Yield: LG63C32 (LG Seeds) 197.4, LG65C30 (LG Seeds) 195.9, LG63C32TRC (Unknown) 193.3, LG66C44 (LG Seeds) 189.1, LG65C50VT2PRO (Unknown) 185.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146927.json b/corpus/lg_plot_reports/lgpr-corn-2025-146927.json new file mode 100644 index 00000000..91b68189 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146927.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146927", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Idaho", + "state_abbrev": "id", + "city": "Emmett ", + "year": 2025, + "plot_id": "146927", + "lat": 43.88711, + "lng": -116.53483, + "cooperator": "Kyler Kienitz", + "salesperson": "Kyler Kienitz", + "planted_date": "2025-04-23", + "harvested_date": "2025-11-04", + "plot_average": 275.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG55C32", + "traits": "SSP", + "metrics": { + "Yield": 311.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 299.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2RIB", + "metrics": { + "Yield": 292.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 279.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 271.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146927" + ], + "fetched_at": "2026-05-27T02:21:00.186564+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146927.md b/corpus/lg_plot_reports/lgpr-corn-2025-146927.md new file mode 100644 index 00000000..08a49ed6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146927.md @@ -0,0 +1,28 @@ +# Corn yield trial — Emmett , Idaho, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Idaho (ID) +- **City:** Emmett +- **Year:** 2025 +- **Plot ID:** 146927 +- **Cooperator:** Kyler Kienitz +- **Planted:** 2025-04-23 +- **Harvested:** 2025-11-04 +- **Plot average:** 275.4 BU/Ac +- **Coordinates:** 43.88711, -116.53483 +- **URL:** https://lgseeds.com/performance/corn#plot-146927 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG55C32 | SSP | 311.6 | +| 2 | LG Seeds | LG56C25 | SSPRIB | 299.0 | +| 3 | LG Seeds | LG5525 | VT2RIB | 292.6 | +| 4 | LG Seeds | LG53C44 | VT2RIB | 279.1 | +| 5 | LG Seeds | LG52C90 | VT2RIB | 271.8 | + +Top 5 by Yield: LG55C32 (LG Seeds) 311.6, LG56C25 (LG Seeds) 299.0, LG5525 (LG Seeds) 292.6, LG53C44 (LG Seeds) 279.1, LG52C90 (LG Seeds) 271.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146929.json b/corpus/lg_plot_reports/lgpr-corn-2025-146929.json new file mode 100644 index 00000000..f07acb3b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146929.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146929", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Idaho", + "state_abbrev": "id", + "city": "Nampa", + "year": 2025, + "plot_id": "146929", + "lat": 43.61991, + "lng": -116.5871, + "cooperator": "Dyer Farms", + "salesperson": "Dyer Farms", + "planted_date": "2025-04-23", + "harvested_date": "2025-11-07", + "plot_average": 280.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG55C32", + "traits": "SSP", + "metrics": { + "Yield": 310.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG55C40", + "traits": "TRC", + "metrics": { + "Yield": 301.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC102-13RIB", + "traits": "", + "metrics": { + "Yield": 295.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2RIB", + "metrics": { + "Yield": 290.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 288.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146929" + ], + "fetched_at": "2026-05-27T02:17:56.370490+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146929.md b/corpus/lg_plot_reports/lgpr-corn-2025-146929.md new file mode 100644 index 00000000..0dee1581 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146929.md @@ -0,0 +1,28 @@ +# Corn yield trial — Nampa, Idaho, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Idaho (ID) +- **City:** Nampa +- **Year:** 2025 +- **Plot ID:** 146929 +- **Cooperator:** Dyer Farms +- **Planted:** 2025-04-23 +- **Harvested:** 2025-11-07 +- **Plot average:** 280.7 BU/Ac +- **Coordinates:** 43.61991, -116.58710 +- **URL:** https://lgseeds.com/performance/corn#plot-146929 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG55C32 | SSP | 310.0 | +| 2 | LG Seeds | LG55C40 | TRC | 301.6 | +| 3 | Unknown | DKC102-13RIB | - | 295.2 | +| 4 | LG Seeds | LG5525 | VT2RIB | 290.8 | +| 5 | LG Seeds | LG53C44 | VT2RIB | 288.8 | + +Top 5 by Yield: LG55C32 (LG Seeds) 310.0, LG55C40 (LG Seeds) 301.6, DKC102-13RIB (Unknown) 295.2, LG5525 (LG Seeds) 290.8, LG53C44 (LG Seeds) 288.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146931.json b/corpus/lg_plot_reports/lgpr-corn-2025-146931.json new file mode 100644 index 00000000..4520585f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146931.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146931", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Clay Center", + "year": 2025, + "plot_id": "146931", + "lat": 39.40422, + "lng": -97.1191, + "cooperator": "AJ Carlson", + "salesperson": "AJ Carlson", + "planted_date": "2025-05-05", + "harvested_date": "2025-10-09", + "plot_average": 128.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 142.66 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LG65C50VT2PRO", + "traits": "", + "metrics": { + "Yield": 136.59 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 134.38 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 133.07 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 132.43 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146931" + ], + "fetched_at": "2026-05-27T02:17:45.105544+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146931.md b/corpus/lg_plot_reports/lgpr-corn-2025-146931.md new file mode 100644 index 00000000..2515cbae --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146931.md @@ -0,0 +1,28 @@ +# Corn yield trial — Clay Center, Kansas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Clay Center +- **Year:** 2025 +- **Plot ID:** 146931 +- **Cooperator:** AJ Carlson +- **Planted:** 2025-05-05 +- **Harvested:** 2025-10-09 +- **Plot average:** 128.2 BU/Ac +- **Coordinates:** 39.40422, -97.11910 +- **URL:** https://lgseeds.com/performance/corn#plot-146931 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C28 | V | 142.66 | +| 2 | Unknown | LG65C50VT2PRO | - | 136.59 | +| 3 | LG Seeds | LG60C24 | VT4PRO | 134.38 | +| 4 | LG Seeds | LG63C32 | TRC | 133.07 | +| 5 | LG Seeds | LG65C30 | VT2RIB | 132.43 | + +Top 5 by Yield: LG61C28 (LG Seeds) 142.66, LG65C50VT2PRO (Unknown) 136.59, LG60C24 (LG Seeds) 134.38, LG63C32 (LG Seeds) 133.07, LG65C30 (LG Seeds) 132.43. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146932.json b/corpus/lg_plot_reports/lgpr-corn-2025-146932.json new file mode 100644 index 00000000..79f4e408 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146932.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146932", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Idaho", + "state_abbrev": "id", + "city": "Homedale", + "year": 2025, + "plot_id": "146932", + "lat": 43.54289, + "lng": -116.87128, + "cooperator": "Ian Lootens", + "salesperson": "Ian Lootens", + "planted_date": "2025-04-23", + "harvested_date": "2025-10-13", + "plot_average": 263.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 289.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 287.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 277.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C22", + "traits": "VT2RIB", + "metrics": { + "Yield": 273.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG62C20", + "traits": "D-RN", + "metrics": { + "Yield": 265.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146932" + ], + "fetched_at": "2026-05-27T02:17:39.856899+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146932.md b/corpus/lg_plot_reports/lgpr-corn-2025-146932.md new file mode 100644 index 00000000..09dc5a3a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146932.md @@ -0,0 +1,28 @@ +# Corn yield trial — Homedale, Idaho, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Idaho (ID) +- **City:** Homedale +- **Year:** 2025 +- **Plot ID:** 146932 +- **Cooperator:** Ian Lootens +- **Planted:** 2025-04-23 +- **Harvested:** 2025-10-13 +- **Plot average:** 263.8 BU/Ac +- **Coordinates:** 43.54289, -116.87128 +- **URL:** https://lgseeds.com/performance/corn#plot-146932 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C73 | VT2RIB | 289.7 | +| 2 | LG Seeds | LG63C32 | SSPRIB | 287.8 | +| 3 | LG Seeds | LG61C28 | V | 277.4 | +| 4 | LG Seeds | LG62C22 | VT2RIB | 273.0 | +| 5 | LG Seeds | LG62C20 | D-RN | 265.6 | + +Top 5 by Yield: LG62C73 (LG Seeds) 289.7, LG63C32 (LG Seeds) 287.8, LG61C28 (LG Seeds) 277.4, LG62C22 (LG Seeds) 273.0, LG62C20 (LG Seeds) 265.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146933.json b/corpus/lg_plot_reports/lgpr-corn-2025-146933.json new file mode 100644 index 00000000..eaca0eee --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146933.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146933", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Linn", + "year": 2025, + "plot_id": "146933", + "lat": 39.69377, + "lng": -97.17879, + "cooperator": "Tyler Herrs", + "salesperson": "Tyler Herrs ", + "planted_date": "2025-04-15", + "harvested_date": "2025-10-02", + "plot_average": 233.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 253.82 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STXRIB", + "metrics": { + "Yield": 250.82 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 242.81 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG70C16", + "traits": "V-RN", + "metrics": { + "Yield": 237.97 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 230.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146933" + ], + "fetched_at": "2026-05-27T02:17:40.354089+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146933.md b/corpus/lg_plot_reports/lgpr-corn-2025-146933.md new file mode 100644 index 00000000..31dd6009 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146933.md @@ -0,0 +1,29 @@ +# Corn yield trial — Linn, Kansas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Linn +- **Year:** 2025 +- **Plot ID:** 146933 +- **Cooperator:** Tyler Herrs +- **Salesperson:** Tyler Herrs +- **Planted:** 2025-04-15 +- **Harvested:** 2025-10-02 +- **Plot average:** 233.4 BU/Ac +- **Coordinates:** 39.69377, -97.17879 +- **URL:** https://lgseeds.com/performance/corn#plot-146933 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | TRC | 253.82 | +| 2 | LG Seeds | LG64C90 | STXRIB | 250.82 | +| 3 | LG Seeds | LG64C43 | VT2RIB | 242.81 | +| 4 | LG Seeds | LG70C16 | V-RN | 237.97 | +| 5 | LG Seeds | LG60C24 | VT4PRO | 230.4 | + +Top 5 by Yield: LG63C32 (LG Seeds) 253.82, LG64C90 (LG Seeds) 250.82, LG64C43 (LG Seeds) 242.81, LG70C16 (LG Seeds) 237.97, LG60C24 (LG Seeds) 230.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146935.json b/corpus/lg_plot_reports/lgpr-corn-2025-146935.json new file mode 100644 index 00000000..97946958 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146935.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146935", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Fairbury", + "year": 2025, + "plot_id": "146935", + "lat": 40.07986, + "lng": -97.23852, + "cooperator": "Eric Milius", + "salesperson": "Eric Milius", + "planted_date": "2025-04-29", + "harvested_date": "2025-11-08", + "plot_average": 193.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 226.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 207.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC68-35RIB", + "traits": "", + "metrics": { + "Yield": 202.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 197.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VT2RIB", + "metrics": { + "Yield": 195.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146935" + ], + "fetched_at": "2026-05-27T02:20:42.179720+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146935.md b/corpus/lg_plot_reports/lgpr-corn-2025-146935.md new file mode 100644 index 00000000..52f163a9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146935.md @@ -0,0 +1,28 @@ +# Corn yield trial — Fairbury, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Fairbury +- **Year:** 2025 +- **Plot ID:** 146935 +- **Cooperator:** Eric Milius +- **Planted:** 2025-04-29 +- **Harvested:** 2025-11-08 +- **Plot average:** 193.0 BU/Ac +- **Coordinates:** 40.07986, -97.23852 +- **URL:** https://lgseeds.com/performance/corn#plot-146935 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | SSPRIB | 226.0 | +| 2 | LG Seeds | LG65C30 | VT2RIB | 207.9 | +| 3 | Unknown | DKC68-35RIB | - | 202.3 | +| 4 | LG Seeds | LG63C82 | DGVT2RIB | 197.3 | +| 5 | LG Seeds | LG57C82 | VT2RIB | 195.3 | + +Top 5 by Yield: LG63C32 (LG Seeds) 226.0, LG65C30 (LG Seeds) 207.9, DKC68-35RIB (Unknown) 202.3, LG63C82 (LG Seeds) 197.3, LG57C82 (LG Seeds) 195.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146940.json b/corpus/lg_plot_reports/lgpr-corn-2025-146940.json new file mode 100644 index 00000000..743525dd --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146940.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146940", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Idaho", + "state_abbrev": "id", + "city": "Weiser", + "year": 2025, + "plot_id": "146940", + "lat": 44.19566, + "lng": -116.94923, + "cooperator": "Tom Doberstein", + "salesperson": "Tom Doberstein ", + "planted_date": "2025-04-09", + "harvested_date": "2025-10-06", + "plot_average": 290.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC104-08RIB", + "traits": "", + "metrics": { + "Yield": 317.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2RIB", + "metrics": { + "Yield": 313.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC101-33RIB", + "traits": "", + "metrics": { + "Yield": 302.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 300.3 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P02405V", + "traits": "", + "metrics": { + "Yield": 296.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146940" + ], + "fetched_at": "2026-05-27T02:17:51.853466+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146940.md b/corpus/lg_plot_reports/lgpr-corn-2025-146940.md new file mode 100644 index 00000000..fc648944 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146940.md @@ -0,0 +1,29 @@ +# Corn yield trial — Weiser, Idaho, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Idaho (ID) +- **City:** Weiser +- **Year:** 2025 +- **Plot ID:** 146940 +- **Cooperator:** Tom Doberstein +- **Salesperson:** Tom Doberstein +- **Planted:** 2025-04-09 +- **Harvested:** 2025-10-06 +- **Plot average:** 290.9 BU/Ac +- **Coordinates:** 44.19566, -116.94923 +- **URL:** https://lgseeds.com/performance/corn#plot-146940 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC104-08RIB | - | 317.0 | +| 2 | LG Seeds | LG5525 | VT2RIB | 313.4 | +| 3 | Unknown | DKC101-33RIB | - | 302.7 | +| 4 | LG Seeds | LG53C44 | VT2RIB | 300.3 | +| 5 | Pioneer | P02405V | - | 296.7 | + +Top 5 by Yield: DKC104-08RIB (Unknown) 317.0, LG5525 (LG Seeds) 313.4, DKC101-33RIB (Unknown) 302.7, LG53C44 (LG Seeds) 300.3, P02405V (Pioneer) 296.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146942.json b/corpus/lg_plot_reports/lgpr-corn-2025-146942.json new file mode 100644 index 00000000..ded6b8dc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146942.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146942", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Idaho", + "state_abbrev": "id", + "city": "Emmett", + "year": 2025, + "plot_id": "146942", + "lat": 43.89272, + "lng": -116.52872, + "cooperator": "Larry Atkinson", + "salesperson": "Larry Atkinson", + "planted_date": "2025-04-17", + "harvested_date": "2025-11-14", + "plot_average": 189.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 252.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG55C32", + "traits": "SSP", + "metrics": { + "Yield": 230.4 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P05737V", + "traits": "", + "metrics": { + "Yield": 226.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2RIB", + "metrics": { + "Yield": 208.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG5525VT2RIB", + "traits": "", + "metrics": { + "Yield": 195.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146942" + ], + "fetched_at": "2026-05-27T02:17:14.835249+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146942.md b/corpus/lg_plot_reports/lgpr-corn-2025-146942.md new file mode 100644 index 00000000..dc97559c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146942.md @@ -0,0 +1,28 @@ +# Corn yield trial — Emmett, Idaho, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Idaho (ID) +- **City:** Emmett +- **Year:** 2025 +- **Plot ID:** 146942 +- **Cooperator:** Larry Atkinson +- **Planted:** 2025-04-17 +- **Harvested:** 2025-11-14 +- **Plot average:** 189.7 BU/Ac +- **Coordinates:** 43.89272, -116.52872 +- **URL:** https://lgseeds.com/performance/corn#plot-146942 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG56C25 | SSPRIB | 252.0 | +| 2 | LG Seeds | LG55C32 | SSP | 230.4 | +| 3 | Pioneer | P05737V | - | 226.1 | +| 4 | LG Seeds | LG5525 | VT2RIB | 208.5 | +| 5 | Unknown | LG5525VT2RIB | - | 195.1 | + +Top 5 by Yield: LG56C25 (LG Seeds) 252.0, LG55C32 (LG Seeds) 230.4, P05737V (Pioneer) 226.1, LG5525 (LG Seeds) 208.5, LG5525VT2RIB (Unknown) 195.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146943.json b/corpus/lg_plot_reports/lgpr-corn-2025-146943.json new file mode 100644 index 00000000..349b4ced --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146943.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146943", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Oregon", + "state_abbrev": "or", + "city": "Ontario", + "year": 2025, + "plot_id": "146943", + "lat": 44.19307, + "lng": -116.99006, + "cooperator": "Ken Laudbacher", + "salesperson": "Ken Laudbacher", + "planted_date": "2025-04-18", + "harvested_date": "2025-11-06", + "plot_average": 213.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 241.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 228.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 223.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LG51C62VT2RIB", + "traits": "", + "metrics": { + "Yield": 222.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2RIB", + "metrics": { + "Yield": 217.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146943" + ], + "fetched_at": "2026-05-27T02:17:56.600404+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146943.md b/corpus/lg_plot_reports/lgpr-corn-2025-146943.md new file mode 100644 index 00000000..0c96631a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146943.md @@ -0,0 +1,28 @@ +# Corn yield trial — Ontario, Oregon, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Oregon (OR) +- **City:** Ontario +- **Year:** 2025 +- **Plot ID:** 146943 +- **Cooperator:** Ken Laudbacher +- **Planted:** 2025-04-18 +- **Harvested:** 2025-11-06 +- **Plot average:** 213.4 BU/Ac +- **Coordinates:** 44.19307, -116.99006 +- **URL:** https://lgseeds.com/performance/corn#plot-146943 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG53C44 | VT2RIB | 241.9 | +| 2 | LG Seeds | LG52C90 | VT2RIB | 228.4 | +| 3 | LG Seeds | LG51C62 | VT2RIB | 223.4 | +| 4 | Unknown | LG51C62VT2RIB | - | 222.9 | +| 5 | LG Seeds | LG5525 | VT2RIB | 217.5 | + +Top 5 by Yield: LG53C44 (LG Seeds) 241.9, LG52C90 (LG Seeds) 228.4, LG51C62 (LG Seeds) 223.4, LG51C62VT2RIB (Unknown) 222.9, LG5525 (LG Seeds) 217.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146946.json b/corpus/lg_plot_reports/lgpr-corn-2025-146946.json new file mode 100644 index 00000000..db5d1586 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146946.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146946", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Idaho", + "state_abbrev": "id", + "city": "Weiser", + "year": 2025, + "plot_id": "146946", + "lat": 44.23931, + "lng": -116.92311, + "cooperator": "Nolan Jantz", + "salesperson": "Nolan Jantz", + "planted_date": "2025-04-21", + "harvested_date": "2025-09-29", + "plot_average": 311.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG55C32", + "traits": "SSP", + "metrics": { + "Yield": 333.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 331.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "DV-RN", + "metrics": { + "Yield": 317.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2RIB", + "metrics": { + "Yield": 315.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 315.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146946" + ], + "fetched_at": "2026-05-27T02:17:19.588476+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146946.md b/corpus/lg_plot_reports/lgpr-corn-2025-146946.md new file mode 100644 index 00000000..ca9a0cef --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146946.md @@ -0,0 +1,28 @@ +# Corn yield trial — Weiser, Idaho, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Idaho (ID) +- **City:** Weiser +- **Year:** 2025 +- **Plot ID:** 146946 +- **Cooperator:** Nolan Jantz +- **Planted:** 2025-04-21 +- **Harvested:** 2025-09-29 +- **Plot average:** 311.0 BU/Ac +- **Coordinates:** 44.23931, -116.92311 +- **URL:** https://lgseeds.com/performance/corn#plot-146946 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG55C32 | SSP | 333.1 | +| 2 | LG Seeds | LG56C25 | SSPRIB | 331.4 | +| 3 | LG Seeds | LG52C90 | DV-RN | 317.6 | +| 4 | LG Seeds | LG5525 | VT2RIB | 315.4 | +| 5 | LG Seeds | LG51C62 | D | 315.2 | + +Top 5 by Yield: LG55C32 (LG Seeds) 333.1, LG56C25 (LG Seeds) 331.4, LG52C90 (LG Seeds) 317.6, LG5525 (LG Seeds) 315.4, LG51C62 (LG Seeds) 315.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146947.json b/corpus/lg_plot_reports/lgpr-corn-2025-146947.json new file mode 100644 index 00000000..9ea1d5f9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146947.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146947", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Idaho", + "state_abbrev": "id", + "city": "Nampa", + "year": 2025, + "plot_id": "146947", + "lat": 43.66344, + "lng": -116.51253, + "cooperator": "Todd Molko", + "salesperson": "Todd Molko", + "planted_date": "2025-04-21", + "harvested_date": "2025-11-03", + "plot_average": 221.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 237.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 237.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 232.9 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P9845PCE", + "traits": "", + "metrics": { + "Yield": 229.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2RIB", + "metrics": { + "Yield": 229.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146947" + ], + "fetched_at": "2026-05-27T02:18:21.620988+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146947.md b/corpus/lg_plot_reports/lgpr-corn-2025-146947.md new file mode 100644 index 00000000..1b9115f7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146947.md @@ -0,0 +1,28 @@ +# Corn yield trial — Nampa, Idaho, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Idaho (ID) +- **City:** Nampa +- **Year:** 2025 +- **Plot ID:** 146947 +- **Cooperator:** Todd Molko +- **Planted:** 2025-04-21 +- **Harvested:** 2025-11-03 +- **Plot average:** 221.8 BU/Ac +- **Coordinates:** 43.66344, -116.51253 +- **URL:** https://lgseeds.com/performance/corn#plot-146947 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG48C87 | VT2RIB | 237.1 | +| 2 | LG Seeds | LG52C90 | VT2RIB | 237.0 | +| 3 | LG Seeds | LG48C32 | SSPRIB | 232.9 | +| 4 | Pioneer | P9845PCE | - | 229.9 | +| 5 | LG Seeds | LG5525 | VT2RIB | 229.6 | + +Top 5 by Yield: LG48C87 (LG Seeds) 237.1, LG52C90 (LG Seeds) 237.0, LG48C32 (LG Seeds) 232.9, P9845PCE (Pioneer) 229.9, LG5525 (LG Seeds) 229.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146948.json b/corpus/lg_plot_reports/lgpr-corn-2025-146948.json new file mode 100644 index 00000000..e7132140 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146948.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146948", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Idaho", + "state_abbrev": "id", + "city": "Parma ", + "year": 2025, + "plot_id": "146948", + "lat": 43.63872, + "lng": -116.86273, + "cooperator": "Allen Marks", + "salesperson": "Allen Marks", + "planted_date": "2025-04-24", + "harvested_date": "2025-09-25", + "plot_average": 200.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 227.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C57", + "traits": "DV-RN", + "metrics": { + "Yield": 207.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 200.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 195.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2Pro", + "metrics": { + "Yield": 194.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146948" + ], + "fetched_at": "2026-05-27T02:17:17.846240+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146948.md b/corpus/lg_plot_reports/lgpr-corn-2025-146948.md new file mode 100644 index 00000000..e129449d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146948.md @@ -0,0 +1,28 @@ +# Corn yield trial — Parma , Idaho, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Idaho (ID) +- **City:** Parma +- **Year:** 2025 +- **Plot ID:** 146948 +- **Cooperator:** Allen Marks +- **Planted:** 2025-04-24 +- **Harvested:** 2025-09-25 +- **Plot average:** 200.4 BU/Ac +- **Coordinates:** 43.63872, -116.86273 +- **URL:** https://lgseeds.com/performance/corn#plot-146948 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2RIB | 227.7 | +| 2 | LG Seeds | LG48C57 | DV-RN | 207.8 | +| 3 | LG Seeds | LG53C44 | VT2RIB | 200.4 | +| 4 | LG Seeds | LG51C32 | SSPRIB | 195.8 | +| 5 | LG Seeds | LG5525 | VT2Pro | 194.0 | + +Top 5 by Yield: LG52C90 (LG Seeds) 227.7, LG48C57 (LG Seeds) 207.8, LG53C44 (LG Seeds) 200.4, LG51C32 (LG Seeds) 195.8, LG5525 (LG Seeds) 194.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146949.json b/corpus/lg_plot_reports/lgpr-corn-2025-146949.json new file mode 100644 index 00000000..199501ad --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146949.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146949", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Idaho", + "state_abbrev": "id", + "city": "Weiser", + "year": 2025, + "plot_id": "146949", + "lat": 44.22061, + "lng": -116.96272, + "cooperator": "Tom Doberstein", + "salesperson": "Tom Doberstein ", + "planted_date": "2025-04-22", + "harvested_date": "2025-10-17", + "plot_average": 270.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG56C78", + "traits": "", + "metrics": { + "Yield": 290.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "", + "metrics": { + "Yield": 283.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG46C57", + "traits": "", + "metrics": { + "Yield": 278.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2Pro", + "metrics": { + "Yield": 271.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "", + "metrics": { + "Yield": 265.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146949" + ], + "fetched_at": "2026-05-27T02:17:54.105327+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146949.md b/corpus/lg_plot_reports/lgpr-corn-2025-146949.md new file mode 100644 index 00000000..32dc4c76 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146949.md @@ -0,0 +1,29 @@ +# Corn yield trial — Weiser, Idaho, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Idaho (ID) +- **City:** Weiser +- **Year:** 2025 +- **Plot ID:** 146949 +- **Cooperator:** Tom Doberstein +- **Salesperson:** Tom Doberstein +- **Planted:** 2025-04-22 +- **Harvested:** 2025-10-17 +- **Plot average:** 270.4 BU/Ac +- **Coordinates:** 44.22061, -116.96272 +- **URL:** https://lgseeds.com/performance/corn#plot-146949 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG56C78 | - | 290.5 | +| 2 | LG Seeds | LG53C44 | - | 283.6 | +| 3 | LG Seeds | LG46C57 | - | 278.7 | +| 4 | LG Seeds | LG5525 | VT2Pro | 271.3 | +| 5 | LG Seeds | LG51C62 | - | 265.7 | + +Top 5 by Yield: LG56C78 (LG Seeds) 290.5, LG53C44 (LG Seeds) 283.6, LG46C57 (LG Seeds) 278.7, LG5525 (LG Seeds) 271.3, LG51C62 (LG Seeds) 265.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146951.json b/corpus/lg_plot_reports/lgpr-corn-2025-146951.json new file mode 100644 index 00000000..574db4aa --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146951.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146951", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Fieldon", + "year": 2025, + "plot_id": "146951", + "lat": 39.1084, + "lng": -90.5091, + "cooperator": "Tony Kuebrich", + "salesperson": "Tony Kuebrich", + "planted_date": "2025-05-15", + "harvested_date": "2025-10-17", + "plot_average": 239.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 250.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 243.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 239.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 233.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 233.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146951" + ], + "fetched_at": "2026-05-27T02:17:26.371353+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146951.md b/corpus/lg_plot_reports/lgpr-corn-2025-146951.md new file mode 100644 index 00000000..0c9bc5e9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146951.md @@ -0,0 +1,28 @@ +# Corn yield trial — Fieldon, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Fieldon +- **Year:** 2025 +- **Plot ID:** 146951 +- **Cooperator:** Tony Kuebrich +- **Planted:** 2025-05-15 +- **Harvested:** 2025-10-17 +- **Plot average:** 239.6 BU/Ac +- **Coordinates:** 39.10840, -90.50910 +- **URL:** https://lgseeds.com/performance/corn#plot-146951 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG65C30 | VT2RIB | 250.5 | +| 2 | LG Seeds | LG63C32 | SSPRIB | 243.2 | +| 3 | LG Seeds | LG60C24 | VT4PRO | 239.3 | +| 4 | LG Seeds | LG62C73 | VT2RIB | 233.9 | +| 5 | LG Seeds | LG63C82 | DGVT2RIB | 233.8 | + +Top 5 by Yield: LG65C30 (LG Seeds) 250.5, LG63C32 (LG Seeds) 243.2, LG60C24 (LG Seeds) 239.3, LG62C73 (LG Seeds) 233.9, LG63C82 (LG Seeds) 233.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146953.json b/corpus/lg_plot_reports/lgpr-corn-2025-146953.json new file mode 100644 index 00000000..d3666e0b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146953.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146953", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Idaho", + "state_abbrev": "id", + "city": "Bruneau", + "year": 2025, + "plot_id": "146953", + "lat": 42.91015, + "lng": -115.97605, + "cooperator": "Preston Koehn", + "salesperson": "Preston Koehn", + "planted_date": "2025-04-25", + "harvested_date": "2025-11-13", + "plot_average": 306.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG55C32", + "traits": "SSP", + "metrics": { + "Yield": 320.4 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P05737V", + "traits": "", + "metrics": { + "Yield": 320.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 314.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 311.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 310.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146953" + ], + "fetched_at": "2026-05-27T02:18:21.877355+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146953.md b/corpus/lg_plot_reports/lgpr-corn-2025-146953.md new file mode 100644 index 00000000..6cf866d8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146953.md @@ -0,0 +1,28 @@ +# Corn yield trial — Bruneau, Idaho, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Idaho (ID) +- **City:** Bruneau +- **Year:** 2025 +- **Plot ID:** 146953 +- **Cooperator:** Preston Koehn +- **Planted:** 2025-04-25 +- **Harvested:** 2025-11-13 +- **Plot average:** 306.8 BU/Ac +- **Coordinates:** 42.91015, -115.97605 +- **URL:** https://lgseeds.com/performance/corn#plot-146953 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG55C32 | SSP | 320.4 | +| 2 | Pioneer | P05737V | - | 320.2 | +| 3 | LG Seeds | LG60C05 | 3110 | 314.4 | +| 4 | LG Seeds | LG56C25 | SSPRIB | 311.7 | +| 5 | LG Seeds | LG58C48 | VT2RIB | 310.4 | + +Top 5 by Yield: LG55C32 (LG Seeds) 320.4, P05737V (Pioneer) 320.2, LG60C05 (LG Seeds) 314.4, LG56C25 (LG Seeds) 311.7, LG58C48 (LG Seeds) 310.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146954.json b/corpus/lg_plot_reports/lgpr-corn-2025-146954.json new file mode 100644 index 00000000..cc90a21a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146954.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146954", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Idaho", + "state_abbrev": "id", + "city": "Grandview", + "year": 2025, + "plot_id": "146954", + "lat": 42.94658, + "lng": -116.11786, + "cooperator": "Vance Mininger", + "salesperson": "Vance Mininger", + "planted_date": "2025-05-07", + "harvested_date": "2025-11-10", + "plot_average": 301.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG55C40", + "traits": "TRCRIB", + "metrics": { + "Yield": 308.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG55C32", + "traits": "SSP", + "metrics": { + "Yield": 304.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "H5655", + "traits": "", + "metrics": { + "Yield": 303.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "H5782VT2PRIB", + "traits": "", + "metrics": { + "Yield": 302.8 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "H5676", + "traits": "", + "metrics": { + "Yield": 301.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146954" + ], + "fetched_at": "2026-05-27T02:17:56.851675+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146954.md b/corpus/lg_plot_reports/lgpr-corn-2025-146954.md new file mode 100644 index 00000000..c75feca2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146954.md @@ -0,0 +1,28 @@ +# Corn yield trial — Grandview, Idaho, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Idaho (ID) +- **City:** Grandview +- **Year:** 2025 +- **Plot ID:** 146954 +- **Cooperator:** Vance Mininger +- **Planted:** 2025-05-07 +- **Harvested:** 2025-11-10 +- **Plot average:** 301.1 BU/Ac +- **Coordinates:** 42.94658, -116.11786 +- **URL:** https://lgseeds.com/performance/corn#plot-146954 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG55C40 | TRCRIB | 308.4 | +| 2 | LG Seeds | LG55C32 | SSP | 304.0 | +| 3 | Unknown | H5655 | - | 303.9 | +| 4 | Unknown | H5782VT2PRIB | - | 302.8 | +| 5 | Unknown | H5676 | - | 301.2 | + +Top 5 by Yield: LG55C40 (LG Seeds) 308.4, LG55C32 (LG Seeds) 304.0, H5655 (Unknown) 303.9, H5782VT2PRIB (Unknown) 302.8, H5676 (Unknown) 301.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146955.json b/corpus/lg_plot_reports/lgpr-corn-2025-146955.json new file mode 100644 index 00000000..4366d1e8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146955.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146955", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Belleville", + "year": 2025, + "plot_id": "146955", + "lat": 38.5036, + "lng": -89.9236, + "cooperator": "Mon Claire Corn Growers", + "salesperson": "Mon Claire Corn Growers", + "planted_date": "2025-05-22", + "harvested_date": "2025-10-03", + "plot_average": 247.5, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "215-70TRCRIB", + "traits": "", + "metrics": { + "Yield": 269.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "214-78DGVT2PRIB", + "traits": "", + "metrics": { + "Yield": 265.0 + } + }, + { + "rank": 3, + "brand": "FS", + "product": "6447T", + "traits": "", + "metrics": { + "Yield": 264.7 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "215-70TRCRIB", + "traits": "", + "metrics": { + "Yield": 264.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 260.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146955" + ], + "fetched_at": "2026-05-27T02:18:26.376055+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146955.md b/corpus/lg_plot_reports/lgpr-corn-2025-146955.md new file mode 100644 index 00000000..aedf02d3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146955.md @@ -0,0 +1,28 @@ +# Corn yield trial — Belleville, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Belleville +- **Year:** 2025 +- **Plot ID:** 146955 +- **Cooperator:** Mon Claire Corn Growers +- **Planted:** 2025-05-22 +- **Harvested:** 2025-10-03 +- **Plot average:** 247.5 BU/Ac +- **Coordinates:** 38.50360, -89.92360 +- **URL:** https://lgseeds.com/performance/corn#plot-146955 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 215-70TRCRIB | - | 269.3 | +| 2 | Unknown | 214-78DGVT2PRIB | - | 265.0 | +| 3 | FS | 6447T | - | 264.7 | +| 4 | Unknown | 215-70TRCRIB | - | 264.4 | +| 5 | LG Seeds | LG66C44 | VT2RIB | 260.5 | + +Top 5 by Yield: 215-70TRCRIB (Unknown) 269.3, 214-78DGVT2PRIB (Unknown) 265.0, 6447T (FS) 264.7, 215-70TRCRIB (Unknown) 264.4, LG66C44 (LG Seeds) 260.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146957.json b/corpus/lg_plot_reports/lgpr-corn-2025-146957.json new file mode 100644 index 00000000..9d98084f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146957.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146957", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Idaho", + "state_abbrev": "id", + "city": "Parma", + "year": 2025, + "plot_id": "146957", + "lat": 43.82092, + "lng": -116.97493, + "cooperator": "Sam Sells", + "salesperson": "Sam Sells ", + "planted_date": "2025-04-28", + "harvested_date": "2025-09-29", + "plot_average": 285.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC112-29RIB", + "traits": "", + "metrics": { + "Yield": 302.0 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "", + "metrics": { + "Yield": 300.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC114-42RIB", + "traits": "", + "metrics": { + "Yield": 296.6 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P12393V", + "traits": "", + "metrics": { + "Yield": 295.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC108-17RIB", + "traits": "", + "metrics": { + "Yield": 294.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146957" + ], + "fetched_at": "2026-05-27T02:17:52.090033+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146957.md b/corpus/lg_plot_reports/lgpr-corn-2025-146957.md new file mode 100644 index 00000000..06a0065d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146957.md @@ -0,0 +1,29 @@ +# Corn yield trial — Parma, Idaho, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Idaho (ID) +- **City:** Parma +- **Year:** 2025 +- **Plot ID:** 146957 +- **Cooperator:** Sam Sells +- **Salesperson:** Sam Sells +- **Planted:** 2025-04-28 +- **Harvested:** 2025-09-29 +- **Plot average:** 285.4 BU/Ac +- **Coordinates:** 43.82092, -116.97493 +- **URL:** https://lgseeds.com/performance/corn#plot-146957 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC112-29RIB | - | 302.0 | +| 2 | Pioneer | P14830AML | - | 300.1 | +| 3 | Unknown | DKC114-42RIB | - | 296.6 | +| 4 | Pioneer | P12393V | - | 295.4 | +| 5 | Unknown | DKC108-17RIB | - | 294.2 | + +Top 5 by Yield: DKC112-29RIB (Unknown) 302.0, P14830AML (Pioneer) 300.1, DKC114-42RIB (Unknown) 296.6, P12393V (Pioneer) 295.4, DKC108-17RIB (Unknown) 294.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146958.json b/corpus/lg_plot_reports/lgpr-corn-2025-146958.json new file mode 100644 index 00000000..0cef805b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146958.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146958", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Columbia", + "year": 2025, + "plot_id": "146958", + "lat": 38.4501, + "lng": -90.2306, + "cooperator": "Mon Claire Columbia", + "salesperson": "Mon Claire Columbia", + "planted_date": "2025-05-29", + "harvested_date": "2025-10-03", + "plot_average": 238.9, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P13841PCUE", + "traits": "", + "metrics": { + "Yield": 263.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 261.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "9753-20VT2PRO", + "traits": "", + "metrics": { + "Yield": 259.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "215-70TRCRIB", + "traits": "", + "metrics": { + "Yield": 256.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "209-70TRERIB", + "traits": "", + "metrics": { + "Yield": 253.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146958" + ], + "fetched_at": "2026-05-27T02:20:55.670969+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146958.md b/corpus/lg_plot_reports/lgpr-corn-2025-146958.md new file mode 100644 index 00000000..2788f31f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146958.md @@ -0,0 +1,28 @@ +# Corn yield trial — Columbia, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Columbia +- **Year:** 2025 +- **Plot ID:** 146958 +- **Cooperator:** Mon Claire Columbia +- **Planted:** 2025-05-29 +- **Harvested:** 2025-10-03 +- **Plot average:** 238.9 BU/Ac +- **Coordinates:** 38.45010, -90.23060 +- **URL:** https://lgseeds.com/performance/corn#plot-146958 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P13841PCUE | - | 263.3 | +| 2 | LG Seeds | LG63C32 | SSPRIB | 261.0 | +| 3 | Unknown | 9753-20VT2PRO | - | 259.0 | +| 4 | Unknown | 215-70TRCRIB | - | 256.6 | +| 5 | Unknown | 209-70TRERIB | - | 253.7 | + +Top 5 by Yield: P13841PCUE (Pioneer) 263.3, LG63C32 (LG Seeds) 261.0, 9753-20VT2PRO (Unknown) 259.0, 215-70TRCRIB (Unknown) 256.6, 209-70TRERIB (Unknown) 253.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146972.json b/corpus/lg_plot_reports/lgpr-corn-2025-146972.json new file mode 100644 index 00000000..baeca58b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146972.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146972", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Idaho", + "state_abbrev": "id", + "city": "Grandview", + "year": 2025, + "plot_id": "146972", + "lat": 42.98168, + "lng": -116.15862, + "cooperator": "Charles Ensz", + "salesperson": "Charles Ensz", + "planted_date": "2025-04-29", + "harvested_date": "2025-11-17", + "plot_average": 273.6, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P0924Q", + "traits": "", + "metrics": { + "Yield": 309.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "H5782VT2PRIB", + "traits": "", + "metrics": { + "Yield": 291.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "H5655TRE", + "traits": "", + "metrics": { + "Yield": 290.9 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P0487PCE", + "traits": "", + "metrics": { + "Yield": 285.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 284.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146972" + ], + "fetched_at": "2026-05-27T02:20:18.912721+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146972.md b/corpus/lg_plot_reports/lgpr-corn-2025-146972.md new file mode 100644 index 00000000..09b4eb6c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146972.md @@ -0,0 +1,28 @@ +# Corn yield trial — Grandview, Idaho, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Idaho (ID) +- **City:** Grandview +- **Year:** 2025 +- **Plot ID:** 146972 +- **Cooperator:** Charles Ensz +- **Planted:** 2025-04-29 +- **Harvested:** 2025-11-17 +- **Plot average:** 273.6 BU/Ac +- **Coordinates:** 42.98168, -116.15862 +- **URL:** https://lgseeds.com/performance/corn#plot-146972 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P0924Q | - | 309.1 | +| 2 | Unknown | H5782VT2PRIB | - | 291.8 | +| 3 | Unknown | H5655TRE | - | 290.9 | +| 4 | Pioneer | P0487PCE | - | 285.9 | +| 5 | LG Seeds | LG56C25 | SSPRIB | 284.3 | + +Top 5 by Yield: P0924Q (Pioneer) 309.1, H5782VT2PRIB (Unknown) 291.8, H5655TRE (Unknown) 290.9, P0487PCE (Pioneer) 285.9, LG56C25 (LG Seeds) 284.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146973.json b/corpus/lg_plot_reports/lgpr-corn-2025-146973.json new file mode 100644 index 00000000..48a6654b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146973.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146973", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Idaho", + "state_abbrev": "id", + "city": "Middleton", + "year": 2025, + "plot_id": "146973", + "lat": 43.75617, + "lng": -116.51014, + "cooperator": "Terry Walton", + "salesperson": "Terry Walton", + "planted_date": "2025-04-28", + "harvested_date": "2025-11-01", + "plot_average": 178.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 193.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 186.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 183.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C22", + "traits": "VT2RIB", + "metrics": { + "Yield": 183.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG57C45", + "traits": "SSPRIB", + "metrics": { + "Yield": 181.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146973" + ], + "fetched_at": "2026-05-27T02:20:41.947387+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146973.md b/corpus/lg_plot_reports/lgpr-corn-2025-146973.md new file mode 100644 index 00000000..6d66ba49 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146973.md @@ -0,0 +1,28 @@ +# Corn yield trial — Middleton, Idaho, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Idaho (ID) +- **City:** Middleton +- **Year:** 2025 +- **Plot ID:** 146973 +- **Cooperator:** Terry Walton +- **Planted:** 2025-04-28 +- **Harvested:** 2025-11-01 +- **Plot average:** 178.3 BU/Ac +- **Coordinates:** 43.75617, -116.51014 +- **URL:** https://lgseeds.com/performance/corn#plot-146973 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG56C25 | SSPRIB | 193.0 | +| 2 | LG Seeds | LG63C32 | SSPRIB | 186.1 | +| 3 | LG Seeds | LG58C48 | VT2RIB | 183.7 | +| 4 | LG Seeds | LG62C22 | VT2RIB | 183.3 | +| 5 | LG Seeds | LG57C45 | SSPRIB | 181.2 | + +Top 5 by Yield: LG56C25 (LG Seeds) 193.0, LG63C32 (LG Seeds) 186.1, LG58C48 (LG Seeds) 183.7, LG62C22 (LG Seeds) 183.3, LG57C45 (LG Seeds) 181.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146974.json b/corpus/lg_plot_reports/lgpr-corn-2025-146974.json new file mode 100644 index 00000000..02b7f58a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146974.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146974", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Idaho", + "state_abbrev": "id", + "city": "Kuna", + "year": 2025, + "plot_id": "146974", + "lat": 43.45135, + "lng": -116.28107, + "cooperator": "Eric Kasper", + "salesperson": "Eric Kasper", + "planted_date": "2025-05-01", + "harvested_date": "2025-10-28", + "plot_average": 287.4, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P13476Q", + "traits": "", + "metrics": { + "Yield": 313.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 310.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 308.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 283.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG62C22", + "traits": "VT2RIB", + "metrics": { + "Yield": 267.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146974" + ], + "fetched_at": "2026-05-27T02:19:03.898623+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146974.md b/corpus/lg_plot_reports/lgpr-corn-2025-146974.md new file mode 100644 index 00000000..628c02b8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146974.md @@ -0,0 +1,28 @@ +# Corn yield trial — Kuna, Idaho, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Idaho (ID) +- **City:** Kuna +- **Year:** 2025 +- **Plot ID:** 146974 +- **Cooperator:** Eric Kasper +- **Planted:** 2025-05-01 +- **Harvested:** 2025-10-28 +- **Plot average:** 287.4 BU/Ac +- **Coordinates:** 43.45135, -116.28107 +- **URL:** https://lgseeds.com/performance/corn#plot-146974 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P13476Q | - | 313.3 | +| 2 | LG Seeds | LG62C73 | VT2RIB | 310.1 | +| 3 | LG Seeds | LG60C24 | VT4PRO | 308.5 | +| 4 | LG Seeds | LG63C32 | SSPRIB | 283.4 | +| 5 | LG Seeds | LG62C22 | VT2RIB | 267.8 | + +Top 5 by Yield: P13476Q (Pioneer) 313.3, LG62C73 (LG Seeds) 310.1, LG60C24 (LG Seeds) 308.5, LG63C32 (LG Seeds) 283.4, LG62C22 (LG Seeds) 267.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146975.json b/corpus/lg_plot_reports/lgpr-corn-2025-146975.json new file mode 100644 index 00000000..414dcc93 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146975.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146975", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Idaho", + "state_abbrev": "id", + "city": "Emmett", + "year": 2025, + "plot_id": "146975", + "lat": 43.91378, + "lng": -116.61225, + "cooperator": "Vaughn Jensen", + "salesperson": "Vaughn Jensen", + "planted_date": "2025-05-01", + "harvested_date": "2025-10-29", + "plot_average": 258.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG47C12", + "traits": "VT2PRO", + "metrics": { + "Yield": 282.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C57", + "traits": "DV-RN", + "metrics": { + "Yield": 273.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 273.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC098-88RIB", + "traits": "", + "metrics": { + "Yield": 270.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 259.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146975" + ], + "fetched_at": "2026-05-27T02:21:00.449413+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146975.md b/corpus/lg_plot_reports/lgpr-corn-2025-146975.md new file mode 100644 index 00000000..36b228ca --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146975.md @@ -0,0 +1,28 @@ +# Corn yield trial — Emmett, Idaho, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Idaho (ID) +- **City:** Emmett +- **Year:** 2025 +- **Plot ID:** 146975 +- **Cooperator:** Vaughn Jensen +- **Planted:** 2025-05-01 +- **Harvested:** 2025-10-29 +- **Plot average:** 258.9 BU/Ac +- **Coordinates:** 43.91378, -116.61225 +- **URL:** https://lgseeds.com/performance/corn#plot-146975 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG47C12 | VT2PRO | 282.9 | +| 2 | LG Seeds | LG48C57 | DV-RN | 273.6 | +| 3 | LG Seeds | LG48C32 | SSPRIB | 273.1 | +| 4 | Unknown | DKC098-88RIB | - | 270.1 | +| 5 | LG Seeds | LG48C87 | VT2RIB | 259.6 | + +Top 5 by Yield: LG47C12 (LG Seeds) 282.9, LG48C57 (LG Seeds) 273.6, LG48C32 (LG Seeds) 273.1, DKC098-88RIB (Unknown) 270.1, LG48C87 (LG Seeds) 259.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146976.json b/corpus/lg_plot_reports/lgpr-corn-2025-146976.json new file mode 100644 index 00000000..04730804 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146976.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146976", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Idaho", + "state_abbrev": "id", + "city": "Caldwell", + "year": 2025, + "plot_id": "146976", + "lat": 43.56267, + "lng": -116.76075, + "cooperator": "Western Farms", + "salesperson": "Western Farms", + "planted_date": "2025-05-02", + "harvested_date": "2025-10-16", + "plot_average": 299.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 312.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG62C35", + "traits": "VT2PRO", + "metrics": { + "Yield": 308.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C20", + "traits": "D-RN", + "metrics": { + "Yield": 305.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 303.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 299.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146976" + ], + "fetched_at": "2026-05-27T02:17:54.361912+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146976.md b/corpus/lg_plot_reports/lgpr-corn-2025-146976.md new file mode 100644 index 00000000..11205bad --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146976.md @@ -0,0 +1,28 @@ +# Corn yield trial — Caldwell, Idaho, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Idaho (ID) +- **City:** Caldwell +- **Year:** 2025 +- **Plot ID:** 146976 +- **Cooperator:** Western Farms +- **Planted:** 2025-05-02 +- **Harvested:** 2025-10-16 +- **Plot average:** 299.2 BU/Ac +- **Coordinates:** 43.56267, -116.76075 +- **URL:** https://lgseeds.com/performance/corn#plot-146976 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C73 | VT2RIB | 312.3 | +| 2 | LG Seeds | LG62C35 | VT2PRO | 308.4 | +| 3 | LG Seeds | LG62C20 | D-RN | 305.2 | +| 4 | LG Seeds | LG60C24 | VT4PRO | 303.0 | +| 5 | LG Seeds | LG61C28 | V | 299.8 | + +Top 5 by Yield: LG62C73 (LG Seeds) 312.3, LG62C35 (LG Seeds) 308.4, LG62C20 (LG Seeds) 305.2, LG60C24 (LG Seeds) 303.0, LG61C28 (LG Seeds) 299.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146986.json b/corpus/lg_plot_reports/lgpr-corn-2025-146986.json new file mode 100644 index 00000000..640761eb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146986.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146986", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Idaho", + "state_abbrev": "id", + "city": "Wilder", + "year": 2025, + "plot_id": "146986", + "lat": 43.67622, + "lng": -116.86692, + "cooperator": "Schroeder Farms", + "salesperson": "Schroeder Farms", + "planted_date": "2025-05-02", + "harvested_date": "2026-01-09", + "plot_average": 273.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2PRO", + "metrics": { + "Yield": 306.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2RIB", + "metrics": { + "Yield": 297.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C22", + "traits": "VT2RIB", + "metrics": { + "Yield": 294.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LG5525VT2RIB", + "traits": "", + "metrics": { + "Yield": 293.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "DV-RN", + "metrics": { + "Yield": 291.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146986" + ], + "fetched_at": "2026-05-27T02:17:14.094385+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146986.md b/corpus/lg_plot_reports/lgpr-corn-2025-146986.md new file mode 100644 index 00000000..924dea78 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146986.md @@ -0,0 +1,28 @@ +# Corn yield trial — Wilder, Idaho, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Idaho (ID) +- **City:** Wilder +- **Year:** 2025 +- **Plot ID:** 146986 +- **Cooperator:** Schroeder Farms +- **Planted:** 2025-05-02 +- **Harvested:** 2026-01-09 +- **Plot average:** 273.2 BU/Ac +- **Coordinates:** 43.67622, -116.86692 +- **URL:** https://lgseeds.com/performance/corn#plot-146986 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C16 | VT2PRO | 306.4 | +| 2 | LG Seeds | LG5525 | VT2RIB | 297.1 | +| 3 | LG Seeds | LG62C22 | VT2RIB | 294.1 | +| 4 | Unknown | LG5525VT2RIB | - | 293.7 | +| 5 | LG Seeds | LG52C90 | DV-RN | 291.3 | + +Top 5 by Yield: LG58C16 (LG Seeds) 306.4, LG5525 (LG Seeds) 297.1, LG62C22 (LG Seeds) 294.1, LG5525VT2RIB (Unknown) 293.7, LG52C90 (LG Seeds) 291.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146987.json b/corpus/lg_plot_reports/lgpr-corn-2025-146987.json new file mode 100644 index 00000000..d515d3ad --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146987.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146987", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Waubay", + "year": 2025, + "plot_id": "146987", + "lat": 45.20721, + "lng": -97.35033, + "cooperator": "Bob Bisgard", + "salesperson": "Bob Bisgard", + "planted_date": "2025-05-09", + "harvested_date": "2025-11-13", + "plot_average": 228.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B98Z37V", + "traits": "", + "metrics": { + "Yield": 247.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B99R54V", + "traits": "", + "metrics": { + "Yield": 245.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC098-88RIB", + "traits": "", + "metrics": { + "Yield": 242.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B96M56V", + "traits": "", + "metrics": { + "Yield": 242.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B01X44V", + "traits": "", + "metrics": { + "Yield": 241.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146987" + ], + "fetched_at": "2026-05-27T02:21:04.922966+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146987.md b/corpus/lg_plot_reports/lgpr-corn-2025-146987.md new file mode 100644 index 00000000..ff336a64 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146987.md @@ -0,0 +1,28 @@ +# Corn yield trial — Waubay, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Waubay +- **Year:** 2025 +- **Plot ID:** 146987 +- **Cooperator:** Bob Bisgard +- **Planted:** 2025-05-09 +- **Harvested:** 2025-11-13 +- **Plot average:** 228.8 BU/Ac +- **Coordinates:** 45.20721, -97.35033 +- **URL:** https://lgseeds.com/performance/corn#plot-146987 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B98Z37V | - | 247.7 | +| 2 | Unknown | B99R54V | - | 245.3 | +| 3 | Unknown | DKC098-88RIB | - | 242.5 | +| 4 | Unknown | B96M56V | - | 242.0 | +| 5 | Unknown | B01X44V | - | 241.6 | + +Top 5 by Yield: B98Z37V (Unknown) 247.7, B99R54V (Unknown) 245.3, DKC098-88RIB (Unknown) 242.5, B96M56V (Unknown) 242.0, B01X44V (Unknown) 241.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146995.json b/corpus/lg_plot_reports/lgpr-corn-2025-146995.json new file mode 100644 index 00000000..91c45518 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146995.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146995", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Idaho", + "state_abbrev": "id", + "city": "Emmett", + "year": 2025, + "plot_id": "146995", + "lat": 44.0537, + "lng": -116.60581, + "cooperator": "Larry Atkinson", + "salesperson": "Larry Atkinson", + "planted_date": "2025-05-16", + "harvested_date": "2025-10-29", + "plot_average": 271.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 283.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 283.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VT2RIB", + "metrics": { + "Yield": 278.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 276.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 272.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146995" + ], + "fetched_at": "2026-05-27T02:19:04.156677+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146995.md b/corpus/lg_plot_reports/lgpr-corn-2025-146995.md new file mode 100644 index 00000000..fe18e891 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146995.md @@ -0,0 +1,28 @@ +# Corn yield trial — Emmett, Idaho, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Idaho (ID) +- **City:** Emmett +- **Year:** 2025 +- **Plot ID:** 146995 +- **Cooperator:** Larry Atkinson +- **Planted:** 2025-05-16 +- **Harvested:** 2025-10-29 +- **Plot average:** 271.0 BU/Ac +- **Coordinates:** 44.05370, -116.60581 +- **URL:** https://lgseeds.com/performance/corn#plot-146995 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG60C24 | VT4PRO | 283.8 | +| 2 | LG Seeds | LG63C32 | TRC | 283.6 | +| 3 | LG Seeds | LG57C82 | VT2RIB | 278.9 | +| 4 | LG Seeds | LG62C73 | VT2RIB | 276.5 | +| 5 | LG Seeds | LG60C05 | 3110 | 272.3 | + +Top 5 by Yield: LG60C24 (LG Seeds) 283.8, LG63C32 (LG Seeds) 283.6, LG57C82 (LG Seeds) 278.9, LG62C73 (LG Seeds) 276.5, LG60C05 (LG Seeds) 272.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146996.json b/corpus/lg_plot_reports/lgpr-corn-2025-146996.json new file mode 100644 index 00000000..0b2629df --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146996.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146996", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Oregon", + "state_abbrev": "or", + "city": "Vale", + "year": 2025, + "plot_id": "146996", + "lat": 43.96026, + "lng": -117.32237, + "cooperator": "Greg Saunders", + "salesperson": "Greg Saunders ", + "planted_date": "2025-05-16", + "harvested_date": "2025-10-08", + "plot_average": 210.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2RIB", + "metrics": { + "Yield": 266.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LG5525VT2RIB", + "traits": "", + "metrics": { + "Yield": 244.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "STXRIB", + "metrics": { + "Yield": 240.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG40C07", + "traits": "STX", + "metrics": { + "Yield": 234.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 233.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146996" + ], + "fetched_at": "2026-05-27T02:17:45.363132+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146996.md b/corpus/lg_plot_reports/lgpr-corn-2025-146996.md new file mode 100644 index 00000000..ae3e111b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146996.md @@ -0,0 +1,29 @@ +# Corn yield trial — Vale, Oregon, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Oregon (OR) +- **City:** Vale +- **Year:** 2025 +- **Plot ID:** 146996 +- **Cooperator:** Greg Saunders +- **Salesperson:** Greg Saunders +- **Planted:** 2025-05-16 +- **Harvested:** 2025-10-08 +- **Plot average:** 210.9 BU/Ac +- **Coordinates:** 43.96026, -117.32237 +- **URL:** https://lgseeds.com/performance/corn#plot-146996 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG5525 | VT2RIB | 266.8 | +| 2 | Unknown | LG5525VT2RIB | - | 244.8 | +| 3 | LG Seeds | LG44C27 | STXRIB | 240.2 | +| 4 | LG Seeds | LG40C07 | STX | 234.5 | +| 5 | LG Seeds | LG42C80 | VT2RIB | 233.9 | + +Top 5 by Yield: LG5525 (LG Seeds) 266.8, LG5525VT2RIB (Unknown) 244.8, LG44C27 (LG Seeds) 240.2, LG40C07 (LG Seeds) 234.5, LG42C80 (LG Seeds) 233.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146997.json b/corpus/lg_plot_reports/lgpr-corn-2025-146997.json new file mode 100644 index 00000000..cba6de55 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146997.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-146997", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Idaho", + "state_abbrev": "id", + "city": "Grandview", + "year": 2025, + "plot_id": "146997", + "lat": 43.07938, + "lng": -116.25493, + "cooperator": "Sherwin Sundberg", + "salesperson": "Sherwin Sundberg", + "planted_date": "2025-05-13", + "harvested_date": "2025-11-13", + "plot_average": 230.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG55C32", + "traits": "SSP", + "metrics": { + "Yield": 263.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 255.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 248.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2RIB", + "metrics": { + "Yield": 245.7 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P9955V", + "traits": "", + "metrics": { + "Yield": 243.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-146997" + ], + "fetched_at": "2026-05-27T02:17:15.835294+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-146997.md b/corpus/lg_plot_reports/lgpr-corn-2025-146997.md new file mode 100644 index 00000000..b3f4837a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-146997.md @@ -0,0 +1,28 @@ +# Corn yield trial — Grandview, Idaho, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Idaho (ID) +- **City:** Grandview +- **Year:** 2025 +- **Plot ID:** 146997 +- **Cooperator:** Sherwin Sundberg +- **Planted:** 2025-05-13 +- **Harvested:** 2025-11-13 +- **Plot average:** 230.3 BU/Ac +- **Coordinates:** 43.07938, -116.25493 +- **URL:** https://lgseeds.com/performance/corn#plot-146997 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG55C32 | SSP | 263.1 | +| 2 | LG Seeds | LG51C32 | SSPRIB | 255.9 | +| 3 | LG Seeds | LG48C32 | SSPRIB | 248.3 | +| 4 | LG Seeds | LG5525 | VT2RIB | 245.7 | +| 5 | Pioneer | P9955V | - | 243.3 | + +Top 5 by Yield: LG55C32 (LG Seeds) 263.1, LG51C32 (LG Seeds) 255.9, LG48C32 (LG Seeds) 248.3, LG5525 (LG Seeds) 245.7, P9955V (Pioneer) 243.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147000.json b/corpus/lg_plot_reports/lgpr-corn-2025-147000.json new file mode 100644 index 00000000..47ff7360 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147000.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147000", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Oregon", + "state_abbrev": "or", + "city": "Vale", + "year": 2025, + "plot_id": "147000", + "lat": 43.95388, + "lng": -117.31924, + "cooperator": "Greg Saunders", + "salesperson": "Greg Saunders ", + "planted_date": "2025-05-12", + "harvested_date": "2025-10-08", + "plot_average": 250.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG55C32", + "traits": "SSP", + "metrics": { + "Yield": 273.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 265.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "DV-RN", + "metrics": { + "Yield": 263.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 253.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 247.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147000" + ], + "fetched_at": "2026-05-27T02:17:45.598141+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147000.md b/corpus/lg_plot_reports/lgpr-corn-2025-147000.md new file mode 100644 index 00000000..3a72a244 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147000.md @@ -0,0 +1,29 @@ +# Corn yield trial — Vale, Oregon, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Oregon (OR) +- **City:** Vale +- **Year:** 2025 +- **Plot ID:** 147000 +- **Cooperator:** Greg Saunders +- **Salesperson:** Greg Saunders +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-08 +- **Plot average:** 250.2 BU/Ac +- **Coordinates:** 43.95388, -117.31924 +- **URL:** https://lgseeds.com/performance/corn#plot-147000 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG55C32 | SSP | 273.5 | +| 2 | LG Seeds | LG51C62 | D | 265.2 | +| 3 | LG Seeds | LG52C90 | DV-RN | 263.5 | +| 4 | LG Seeds | LG56C25 | SSPRIB | 253.2 | +| 5 | LG Seeds | LG53C44 | VT2RIB | 247.7 | + +Top 5 by Yield: LG55C32 (LG Seeds) 273.5, LG51C62 (LG Seeds) 265.2, LG52C90 (LG Seeds) 263.5, LG56C25 (LG Seeds) 253.2, LG53C44 (LG Seeds) 247.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147001.json b/corpus/lg_plot_reports/lgpr-corn-2025-147001.json new file mode 100644 index 00000000..1e492e62 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147001.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147001", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Idaho", + "state_abbrev": "id", + "city": "Kuna", + "year": 2025, + "plot_id": "147001", + "lat": 43.40447, + "lng": -116.43467, + "cooperator": "Snake River Dairy H.M.", + "salesperson": "Snake River Dairy H.M.", + "planted_date": "2025-05-06", + "harvested_date": "2025-10-16", + "plot_average": 291.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "DV-RN", + "metrics": { + "Yield": 311.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC102-13RIB", + "traits": "", + "metrics": { + "Yield": 305.4 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P9955Q", + "traits": "", + "metrics": { + "Yield": 305.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2Pro", + "metrics": { + "Yield": 304.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC094-67", + "traits": "", + "metrics": { + "Yield": 299.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147001" + ], + "fetched_at": "2026-05-27T02:17:54.598286+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147001.md b/corpus/lg_plot_reports/lgpr-corn-2025-147001.md new file mode 100644 index 00000000..14557651 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147001.md @@ -0,0 +1,28 @@ +# Corn yield trial — Kuna, Idaho, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Idaho (ID) +- **City:** Kuna +- **Year:** 2025 +- **Plot ID:** 147001 +- **Cooperator:** Snake River Dairy H.M. +- **Planted:** 2025-05-06 +- **Harvested:** 2025-10-16 +- **Plot average:** 291.6 BU/Ac +- **Coordinates:** 43.40447, -116.43467 +- **URL:** https://lgseeds.com/performance/corn#plot-147001 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | DV-RN | 311.1 | +| 2 | Unknown | DKC102-13RIB | - | 305.4 | +| 3 | Pioneer | P9955Q | - | 305.1 | +| 4 | LG Seeds | LG5525 | VT2Pro | 304.7 | +| 5 | Unknown | DKC094-67 | - | 299.9 | + +Top 5 by Yield: LG52C90 (LG Seeds) 311.1, DKC102-13RIB (Unknown) 305.4, P9955Q (Pioneer) 305.1, LG5525 (LG Seeds) 304.7, DKC094-67 (Unknown) 299.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147004.json b/corpus/lg_plot_reports/lgpr-corn-2025-147004.json new file mode 100644 index 00000000..80ad963e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147004.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147004", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Ashby", + "year": 2025, + "plot_id": "147004", + "lat": 46.0655, + "lng": -95.8734, + "cooperator": "Mike Hanson", + "salesperson": "Mike Hanson", + "planted_date": "2025-05-03", + "harvested_date": "2025-10-16", + "plot_average": 225.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Yield": 243.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG47C77", + "traits": "VT2RIB", + "metrics": { + "Yield": 231.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2RIB", + "metrics": { + "Yield": 228.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 225.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 214.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147004" + ], + "fetched_at": "2026-05-27T02:17:37.853548+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147004.md b/corpus/lg_plot_reports/lgpr-corn-2025-147004.md new file mode 100644 index 00000000..bf6fe355 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147004.md @@ -0,0 +1,28 @@ +# Corn yield trial — Ashby, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Ashby +- **Year:** 2025 +- **Plot ID:** 147004 +- **Cooperator:** Mike Hanson +- **Planted:** 2025-05-03 +- **Harvested:** 2025-10-16 +- **Plot average:** 225.8 BU/Ac +- **Coordinates:** 46.06550, -95.87340 +- **URL:** https://lgseeds.com/performance/corn#plot-147004 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG49C28 | VT2RIB | 243.2 | +| 2 | LG Seeds | LG47C77 | VT2RIB | 231.0 | +| 3 | LG Seeds | LG43C50 | VT2RIB | 228.1 | +| 4 | LG Seeds | LG46C85 | VT2RIB | 225.2 | +| 5 | LG Seeds | LG42C80 | VT2RIB | 214.5 | + +Top 5 by Yield: LG49C28 (LG Seeds) 243.2, LG47C77 (LG Seeds) 231.0, LG43C50 (LG Seeds) 228.1, LG46C85 (LG Seeds) 225.2, LG42C80 (LG Seeds) 214.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147011.json b/corpus/lg_plot_reports/lgpr-corn-2025-147011.json new file mode 100644 index 00000000..f53dbf24 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147011.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147011", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Delphos", + "year": 2025, + "plot_id": "147011", + "lat": 40.86176, + "lng": -84.29667, + "cooperator": "Grow It 2 Show It", + "salesperson": "Grow It 2 Show It", + "planted_date": "2025-05-29", + "harvested_date": "2025-10-17", + "plot_average": 234.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VT2RIB", + "metrics": { + "Yield": 252.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 247.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "78P95PCE", + "traits": "", + "metrics": { + "Yield": 246.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "76P42PCE", + "traits": "", + "metrics": { + "Yield": 243.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "82P96PCE", + "traits": "", + "metrics": { + "Yield": 237.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147011" + ], + "fetched_at": "2026-05-27T02:18:24.377398+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147011.md b/corpus/lg_plot_reports/lgpr-corn-2025-147011.md new file mode 100644 index 00000000..ff7a0c55 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147011.md @@ -0,0 +1,28 @@ +# Corn yield trial — Delphos, Ohio, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Ohio (OH) +- **City:** Delphos +- **Year:** 2025 +- **Plot ID:** 147011 +- **Cooperator:** Grow It 2 Show It +- **Planted:** 2025-05-29 +- **Harvested:** 2025-10-17 +- **Plot average:** 234.3 BU/Ac +- **Coordinates:** 40.86176, -84.29667 +- **URL:** https://lgseeds.com/performance/corn#plot-147011 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG57C82 | VT2RIB | 252.1 | +| 2 | LG Seeds | LG61C28 | V | 247.0 | +| 3 | Unknown | 78P95PCE | - | 246.5 | +| 4 | Unknown | 76P42PCE | - | 243.7 | +| 5 | Unknown | 82P96PCE | - | 237.8 | + +Top 5 by Yield: LG57C82 (LG Seeds) 252.1, LG61C28 (LG Seeds) 247.0, 78P95PCE (Unknown) 246.5, 76P42PCE (Unknown) 243.7, 82P96PCE (Unknown) 237.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147023.json b/corpus/lg_plot_reports/lgpr-corn-2025-147023.json new file mode 100644 index 00000000..38244962 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147023.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147023", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Jennings ", + "year": 2025, + "plot_id": "147023", + "lat": 39.77705, + "lng": -100.31107, + "cooperator": "Denton Bailey", + "salesperson": "Denton Bailey ", + "planted_date": "2025-06-02", + "harvested_date": "2025-11-13", + "plot_average": 94.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 112.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 111.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 110.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C22", + "traits": "VT2RIB", + "metrics": { + "Yield": 103.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C57", + "traits": "DV-RN", + "metrics": { + "Yield": 96.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147023" + ], + "fetched_at": "2026-05-27T02:19:09.641481+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147023.md b/corpus/lg_plot_reports/lgpr-corn-2025-147023.md new file mode 100644 index 00000000..d9da6eb1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147023.md @@ -0,0 +1,29 @@ +# Corn yield trial — Jennings , Kansas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Jennings +- **Year:** 2025 +- **Plot ID:** 147023 +- **Cooperator:** Denton Bailey +- **Salesperson:** Denton Bailey +- **Planted:** 2025-06-02 +- **Harvested:** 2025-11-13 +- **Plot average:** 94.0 BU/Ac +- **Coordinates:** 39.77705, -100.31107 +- **URL:** https://lgseeds.com/performance/corn#plot-147023 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C28 | V | 112.8 | +| 2 | LG Seeds | LG60C24 | VT4PRO | 111.5 | +| 3 | LG Seeds | LG46C85 | VT2RIB | 110.0 | +| 4 | LG Seeds | LG62C22 | VT2RIB | 103.3 | +| 5 | LG Seeds | LG48C57 | DV-RN | 96.6 | + +Top 5 by Yield: LG61C28 (LG Seeds) 112.8, LG60C24 (LG Seeds) 111.5, LG46C85 (LG Seeds) 110.0, LG62C22 (LG Seeds) 103.3, LG48C57 (LG Seeds) 96.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147024.json b/corpus/lg_plot_reports/lgpr-corn-2025-147024.json new file mode 100644 index 00000000..301577af --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147024.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147024", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Dresden ", + "year": 2025, + "plot_id": "147024", + "lat": 39.64324, + "lng": -100.447, + "cooperator": "Brent Olson", + "salesperson": "Brent Olson ", + "planted_date": "2025-05-15", + "harvested_date": "2025-10-15", + "plot_average": 283.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 298.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 297.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 290.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STXRIB", + "metrics": { + "Yield": 289.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG63C32TRC", + "traits": "", + "metrics": { + "Yield": 289.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147024" + ], + "fetched_at": "2026-05-27T02:17:38.100532+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147024.md b/corpus/lg_plot_reports/lgpr-corn-2025-147024.md new file mode 100644 index 00000000..75d3fe4c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147024.md @@ -0,0 +1,29 @@ +# Corn yield trial — Dresden , Kansas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Dresden +- **Year:** 2025 +- **Plot ID:** 147024 +- **Cooperator:** Brent Olson +- **Salesperson:** Brent Olson +- **Planted:** 2025-05-15 +- **Harvested:** 2025-10-15 +- **Plot average:** 283.0 BU/Ac +- **Coordinates:** 39.64324, -100.44700 +- **URL:** https://lgseeds.com/performance/corn#plot-147024 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | SSPRIB | 298.9 | +| 2 | LG Seeds | LG62C73 | VT2RIB | 297.0 | +| 3 | LG Seeds | LG60C24 | VT4PRO | 290.8 | +| 4 | LG Seeds | LG64C90 | STXRIB | 289.4 | +| 5 | Unknown | LG63C32TRC | - | 289.3 | + +Top 5 by Yield: LG63C32 (LG Seeds) 298.9, LG62C73 (LG Seeds) 297.0, LG60C24 (LG Seeds) 290.8, LG64C90 (LG Seeds) 289.4, LG63C32TRC (Unknown) 289.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147026.json b/corpus/lg_plot_reports/lgpr-corn-2025-147026.json new file mode 100644 index 00000000..9f1bac16 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147026.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147026", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Weskan", + "year": 2025, + "plot_id": "147026", + "lat": 38.90109, + "lng": -101.6611, + "cooperator": "Jonathan Dansel", + "salesperson": "Jonathan Dansel", + "planted_date": "2025-05-20", + "harvested_date": "2025-10-29", + "plot_average": 173.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 190.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LG61C28V", + "traits": "", + "metrics": { + "Yield": 186.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STXRIB", + "metrics": { + "Yield": 180.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 178.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 176.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147026" + ], + "fetched_at": "2026-05-27T02:20:57.435889+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147026.md b/corpus/lg_plot_reports/lgpr-corn-2025-147026.md new file mode 100644 index 00000000..b243d5d5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147026.md @@ -0,0 +1,28 @@ +# Corn yield trial — Weskan, Kansas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Weskan +- **Year:** 2025 +- **Plot ID:** 147026 +- **Cooperator:** Jonathan Dansel +- **Planted:** 2025-05-20 +- **Harvested:** 2025-10-29 +- **Plot average:** 173.6 BU/Ac +- **Coordinates:** 38.90109, -101.66110 +- **URL:** https://lgseeds.com/performance/corn#plot-147026 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C28 | V | 190.7 | +| 2 | Unknown | LG61C28V | - | 186.9 | +| 3 | LG Seeds | LG64C90 | STXRIB | 180.7 | +| 4 | LG Seeds | LG63C32 | SSPRIB | 178.5 | +| 5 | LG Seeds | LG64C43 | VT2RIB | 176.4 | + +Top 5 by Yield: LG61C28 (LG Seeds) 190.7, LG61C28V (Unknown) 186.9, LG64C90 (LG Seeds) 180.7, LG63C32 (LG Seeds) 178.5, LG64C43 (LG Seeds) 176.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147027.json b/corpus/lg_plot_reports/lgpr-corn-2025-147027.json new file mode 100644 index 00000000..ff08b3d9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147027.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147027", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Idaho", + "state_abbrev": "id", + "city": "Kuna", + "year": 2025, + "plot_id": "147027", + "lat": 43.52836, + "lng": -116.36693, + "cooperator": "Dave Reynolds", + "salesperson": "Dave Reynolds", + "planted_date": "2025-05-02", + "harvested_date": "2025-11-29", + "plot_average": 208.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 223.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 222.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2RIB", + "metrics": { + "Yield": 214.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 207.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 205.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147027" + ], + "fetched_at": "2026-05-27T02:21:03.692795+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147027.md b/corpus/lg_plot_reports/lgpr-corn-2025-147027.md new file mode 100644 index 00000000..fb247c1e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147027.md @@ -0,0 +1,28 @@ +# Corn yield trial — Kuna, Idaho, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Idaho (ID) +- **City:** Kuna +- **Year:** 2025 +- **Plot ID:** 147027 +- **Cooperator:** Dave Reynolds +- **Planted:** 2025-05-02 +- **Harvested:** 2025-11-29 +- **Plot average:** 208.4 BU/Ac +- **Coordinates:** 43.52836, -116.36693 +- **URL:** https://lgseeds.com/performance/corn#plot-147027 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2RIB | 223.9 | +| 2 | LG Seeds | LG48C32 | SSPRIB | 222.9 | +| 3 | LG Seeds | LG5525 | VT2RIB | 214.7 | +| 4 | LG Seeds | LG48C87 | VT2RIB | 207.1 | +| 5 | LG Seeds | LG51C62 | D | 205.9 | + +Top 5 by Yield: LG52C90 (LG Seeds) 223.9, LG48C32 (LG Seeds) 222.9, LG5525 (LG Seeds) 214.7, LG48C87 (LG Seeds) 207.1, LG51C62 (LG Seeds) 205.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147043.json b/corpus/lg_plot_reports/lgpr-corn-2025-147043.json new file mode 100644 index 00000000..74cae412 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147043.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147043", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Convoy", + "year": 2025, + "plot_id": "147043", + "lat": 40.9968, + "lng": -84.7448, + "cooperator": "Doug Dealey", + "salesperson": "Doug Dealey", + "planted_date": "2025-06-03", + "harvested_date": "2025-10-27", + "plot_average": 184.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 201.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "RC6026-PCE", + "traits": "", + "metrics": { + "Yield": 199.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 199.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 197.9 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC107-11RIB", + "traits": "", + "metrics": { + "Yield": 194.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147043" + ], + "fetched_at": "2026-05-27T02:17:48.101005+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147043.md b/corpus/lg_plot_reports/lgpr-corn-2025-147043.md new file mode 100644 index 00000000..c9a8143c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147043.md @@ -0,0 +1,28 @@ +# Corn yield trial — Convoy, Ohio, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Ohio (OH) +- **City:** Convoy +- **Year:** 2025 +- **Plot ID:** 147043 +- **Cooperator:** Doug Dealey +- **Planted:** 2025-06-03 +- **Harvested:** 2025-10-27 +- **Plot average:** 184.9 BU/Ac +- **Coordinates:** 40.99680, -84.74480 +- **URL:** https://lgseeds.com/performance/corn#plot-147043 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C73 | VT2RIB | 201.5 | +| 2 | Unknown | RC6026-PCE | - | 199.9 | +| 3 | LG Seeds | LG52C90 | VT2RIB | 199.6 | +| 4 | LG Seeds | LG59C72 | 5222EZ | 197.9 | +| 5 | Unknown | DKC107-11RIB | - | 194.6 | + +Top 5 by Yield: LG62C73 (LG Seeds) 201.5, RC6026-PCE (Unknown) 199.9, LG52C90 (LG Seeds) 199.6, LG59C72 (LG Seeds) 197.9, DKC107-11RIB (Unknown) 194.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147053.json b/corpus/lg_plot_reports/lgpr-corn-2025-147053.json new file mode 100644 index 00000000..28dec00e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147053.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147053", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Leoti", + "year": 2025, + "plot_id": "147053", + "lat": 38.4701, + "lng": -101.40923, + "cooperator": "Andy Gant", + "salesperson": "Andy Gant", + "planted_date": "2025-05-19", + "harvested_date": "2025-10-20", + "plot_average": 161.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "8220PCE", + "traits": "", + "metrics": { + "Yield": 195.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 178.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "H7590PCE", + "traits": "", + "metrics": { + "Yield": 178.3 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "8156AM", + "traits": "", + "metrics": { + "Yield": 173.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 168.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147053" + ], + "fetched_at": "2026-05-27T02:21:03.180225+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147053.md b/corpus/lg_plot_reports/lgpr-corn-2025-147053.md new file mode 100644 index 00000000..ee4092bb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147053.md @@ -0,0 +1,28 @@ +# Corn yield trial — Leoti, Kansas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Leoti +- **Year:** 2025 +- **Plot ID:** 147053 +- **Cooperator:** Andy Gant +- **Planted:** 2025-05-19 +- **Harvested:** 2025-10-20 +- **Plot average:** 161.9 BU/Ac +- **Coordinates:** 38.47010, -101.40923 +- **URL:** https://lgseeds.com/performance/corn#plot-147053 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 8220PCE | - | 195.1 | +| 2 | LG Seeds | LG61C28 | V | 178.8 | +| 3 | Unknown | H7590PCE | - | 178.3 | +| 4 | Unknown | 8156AM | - | 173.7 | +| 5 | LG Seeds | LG62C73 | VT2RIB | 168.9 | + +Top 5 by Yield: 8220PCE (Unknown) 195.1, LG61C28 (LG Seeds) 178.8, H7590PCE (Unknown) 178.3, 8156AM (Unknown) 173.7, LG62C73 (LG Seeds) 168.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147054.json b/corpus/lg_plot_reports/lgpr-corn-2025-147054.json new file mode 100644 index 00000000..305bbb67 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147054.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147054", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Leoti ", + "year": 2025, + "plot_id": "147054", + "lat": 38.47953, + "lng": -101.39171, + "cooperator": "Andy Gant", + "salesperson": "Andy Gant", + "planted_date": "2025-05-02", + "harvested_date": null, + "plot_average": 231.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "8220PCE", + "traits": "", + "metrics": { + "Yield": 253.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "8351V", + "traits": "", + "metrics": { + "Yield": 238.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 233.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 232.8 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "8039V", + "traits": "", + "metrics": { + "Yield": 232.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147054" + ], + "fetched_at": "2026-05-27T02:17:10.953861+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147054.md b/corpus/lg_plot_reports/lgpr-corn-2025-147054.md new file mode 100644 index 00000000..3d826620 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147054.md @@ -0,0 +1,27 @@ +# Corn yield trial — Leoti , Kansas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Leoti +- **Year:** 2025 +- **Plot ID:** 147054 +- **Cooperator:** Andy Gant +- **Planted:** 2025-05-02 +- **Plot average:** 231.0 BU/Ac +- **Coordinates:** 38.47953, -101.39171 +- **URL:** https://lgseeds.com/performance/corn#plot-147054 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 8220PCE | - | 253.3 | +| 2 | Unknown | 8351V | - | 238.4 | +| 3 | LG Seeds | LG60C05 | 3110 | 233.0 | +| 4 | LG Seeds | LG64C43 | VT2RIB | 232.8 | +| 5 | Unknown | 8039V | - | 232.5 | + +Top 5 by Yield: 8220PCE (Unknown) 253.3, 8351V (Unknown) 238.4, LG60C05 (LG Seeds) 233.0, LG64C43 (LG Seeds) 232.8, 8039V (Unknown) 232.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147055.json b/corpus/lg_plot_reports/lgpr-corn-2025-147055.json new file mode 100644 index 00000000..5fe494d6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147055.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147055", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Leoti ", + "year": 2025, + "plot_id": "147055", + "lat": 38.46245, + "lng": -101.3819, + "cooperator": "Andy Gant", + "salesperson": "Andy Gant", + "planted_date": "2025-04-23", + "harvested_date": "2025-10-10", + "plot_average": 222.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "8440V", + "traits": "", + "metrics": { + "Yield": 243.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "8039V", + "traits": "", + "metrics": { + "Yield": 238.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "7918V", + "traits": "", + "metrics": { + "Yield": 234.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "8332V", + "traits": "", + "metrics": { + "Yield": 233.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "8351V", + "traits": "", + "metrics": { + "Yield": 222.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147055" + ], + "fetched_at": "2026-05-27T02:21:02.928625+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147055.md b/corpus/lg_plot_reports/lgpr-corn-2025-147055.md new file mode 100644 index 00000000..b394de11 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147055.md @@ -0,0 +1,28 @@ +# Corn yield trial — Leoti , Kansas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Leoti +- **Year:** 2025 +- **Plot ID:** 147055 +- **Cooperator:** Andy Gant +- **Planted:** 2025-04-23 +- **Harvested:** 2025-10-10 +- **Plot average:** 222.0 BU/Ac +- **Coordinates:** 38.46245, -101.38190 +- **URL:** https://lgseeds.com/performance/corn#plot-147055 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 8440V | - | 243.5 | +| 2 | Unknown | 8039V | - | 238.3 | +| 3 | Unknown | 7918V | - | 234.4 | +| 4 | Unknown | 8332V | - | 233.2 | +| 5 | Unknown | 8351V | - | 222.0 | + +Top 5 by Yield: 8440V (Unknown) 243.5, 8039V (Unknown) 238.3, 7918V (Unknown) 234.4, 8332V (Unknown) 233.2, 8351V (Unknown) 222.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147067.json b/corpus/lg_plot_reports/lgpr-corn-2025-147067.json new file mode 100644 index 00000000..7cac5a14 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147067.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147067", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "California", + "state_abbrev": "ca", + "city": "Willows", + "year": 2025, + "plot_id": "147067", + "lat": 39.52312, + "lng": -122.18004, + "cooperator": "Llano Seco", + "salesperson": "Llano Seco", + "planted_date": "2025-04-04", + "harvested_date": "2025-09-29", + "plot_average": 294.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Yield": 309.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 304.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "ES7514", + "traits": "VT2P", + "metrics": { + "Yield": 299.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG5701", + "traits": "VT2PRO", + "metrics": { + "Yield": 292.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 292.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147067" + ], + "fetched_at": "2026-05-27T02:17:44.605773+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147067.md b/corpus/lg_plot_reports/lgpr-corn-2025-147067.md new file mode 100644 index 00000000..98fae27e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147067.md @@ -0,0 +1,28 @@ +# Corn yield trial — Willows, California, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** California (CA) +- **City:** Willows +- **Year:** 2025 +- **Plot ID:** 147067 +- **Cooperator:** Llano Seco +- **Planted:** 2025-04-04 +- **Harvested:** 2025-09-29 +- **Plot average:** 294.2 BU/Ac +- **Coordinates:** 39.52312, -122.18004 +- **URL:** https://lgseeds.com/performance/corn#plot-147067 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG67C27 | STXRIB | 309.8 | +| 2 | LG Seeds | LG62C73 | VT2RIB | 304.0 | +| 3 | LG Seeds | ES7514 | VT2P | 299.4 | +| 4 | LG Seeds | LG5701 | VT2PRO | 292.3 | +| 5 | LG Seeds | LG65C30 | VT2RIB | 292.3 | + +Top 5 by Yield: LG67C27 (LG Seeds) 309.8, LG62C73 (LG Seeds) 304.0, ES7514 (LG Seeds) 299.4, LG5701 (LG Seeds) 292.3, LG65C30 (LG Seeds) 292.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147068.json b/corpus/lg_plot_reports/lgpr-corn-2025-147068.json new file mode 100644 index 00000000..0ad3f3f3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147068.json @@ -0,0 +1,46 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147068", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "California", + "state_abbrev": "ca", + "city": "Willows", + "year": 2025, + "plot_id": "147068", + "lat": 39.70416, + "lng": -122.27214, + "cooperator": "Danley Farms", + "salesperson": "Danley Farms", + "planted_date": "2025-04-08", + "harvested_date": "2025-09-08", + "plot_average": 266.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 284.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "BH7810VT2P", + "traits": "", + "metrics": { + "Yield": 249.1 + } + } + ], + "n_results": 2, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147068" + ], + "fetched_at": "2026-05-27T02:20:47.442106+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147068.md b/corpus/lg_plot_reports/lgpr-corn-2025-147068.md new file mode 100644 index 00000000..b184c9ee --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147068.md @@ -0,0 +1,25 @@ +# Corn yield trial — Willows, California, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** California (CA) +- **City:** Willows +- **Year:** 2025 +- **Plot ID:** 147068 +- **Cooperator:** Danley Farms +- **Planted:** 2025-04-08 +- **Harvested:** 2025-09-08 +- **Plot average:** 266.8 BU/Ac +- **Coordinates:** 39.70416, -122.27214 +- **URL:** https://lgseeds.com/performance/corn#plot-147068 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG60C05 | 3110 | 284.5 | +| 2 | Unknown | BH7810VT2P | - | 249.1 | + +Top 5 by Yield: LG60C05 (LG Seeds) 284.5, BH7810VT2P (Unknown) 249.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147077.json b/corpus/lg_plot_reports/lgpr-corn-2025-147077.json new file mode 100644 index 00000000..cafb3806 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147077.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147077", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Indiana", + "state_abbrev": "in", + "city": "Portland", + "year": 2025, + "plot_id": "147077", + "lat": 40.37515, + "lng": -84.92014, + "cooperator": "Dues & Sons", + "salesperson": "Dues & Sons ", + "planted_date": "2025-06-02", + "harvested_date": "2025-10-28", + "plot_average": 178.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VT2RIB", + "metrics": { + "Yield": 210.65 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "", + "metrics": { + "Yield": 195.71 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 188.12 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG58C73", + "traits": "", + "metrics": { + "Yield": 187.43 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P0859AM", + "traits": "", + "metrics": { + "Yield": 186.08 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147077" + ], + "fetched_at": "2026-05-27T02:17:48.353747+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147077.md b/corpus/lg_plot_reports/lgpr-corn-2025-147077.md new file mode 100644 index 00000000..e0fb3da3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147077.md @@ -0,0 +1,29 @@ +# Corn yield trial — Portland, Indiana, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Indiana (IN) +- **City:** Portland +- **Year:** 2025 +- **Plot ID:** 147077 +- **Cooperator:** Dues & Sons +- **Salesperson:** Dues & Sons +- **Planted:** 2025-06-02 +- **Harvested:** 2025-10-28 +- **Plot average:** 178.5 BU/Ac +- **Coordinates:** 40.37515, -84.92014 +- **URL:** https://lgseeds.com/performance/corn#plot-147077 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG57C82 | VT2RIB | 210.65 | +| 2 | LG Seeds | LG53C44 | - | 195.71 | +| 3 | LG Seeds | LG60C05 | 3110 | 188.12 | +| 4 | LG Seeds | LG58C73 | - | 187.43 | +| 5 | Pioneer | P0859AM | - | 186.08 | + +Top 5 by Yield: LG57C82 (LG Seeds) 210.65, LG53C44 (LG Seeds) 195.71, LG60C05 (LG Seeds) 188.12, LG58C73 (LG Seeds) 187.43, P0859AM (Pioneer) 186.08. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147078.json b/corpus/lg_plot_reports/lgpr-corn-2025-147078.json new file mode 100644 index 00000000..43a6d24f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147078.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147078", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Indiana", + "state_abbrev": "in", + "city": "Goshen", + "year": 2025, + "plot_id": "147078", + "lat": 41.61416, + "lng": -85.78218, + "cooperator": "Warner Farms", + "salesperson": "Warner Farms ", + "planted_date": "2025-05-09", + "harvested_date": "2025-10-28", + "plot_average": 210.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 241.47 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 231.11 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 229.81 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 227.09 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "6064AM", + "traits": "", + "metrics": { + "Yield": 219.39 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147078" + ], + "fetched_at": "2026-05-27T02:17:48.602657+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147078.md b/corpus/lg_plot_reports/lgpr-corn-2025-147078.md new file mode 100644 index 00000000..bc84f3be --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147078.md @@ -0,0 +1,29 @@ +# Corn yield trial — Goshen, Indiana, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Indiana (IN) +- **City:** Goshen +- **Year:** 2025 +- **Plot ID:** 147078 +- **Cooperator:** Warner Farms +- **Salesperson:** Warner Farms +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-28 +- **Plot average:** 210.6 BU/Ac +- **Coordinates:** 41.61416, -85.78218 +- **URL:** https://lgseeds.com/performance/corn#plot-147078 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C43 | VT2RIB | 241.47 | +| 2 | LG Seeds | LG65C30 | VT2RIB | 231.11 | +| 3 | LG Seeds | LG63C32 | SSPRIB | 229.81 | +| 4 | LG Seeds | LG62C73 | VT2RIB | 227.09 | +| 5 | Unknown | 6064AM | - | 219.39 | + +Top 5 by Yield: LG64C43 (LG Seeds) 241.47, LG65C30 (LG Seeds) 231.11, LG63C32 (LG Seeds) 229.81, LG62C73 (LG Seeds) 227.09, 6064AM (Unknown) 219.39. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147082.json b/corpus/lg_plot_reports/lgpr-corn-2025-147082.json new file mode 100644 index 00000000..99749916 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147082.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147082", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Sublette ", + "year": 2025, + "plot_id": "147082", + "lat": 37.41703, + "lng": -100.83893, + "cooperator": "Travis Leonard", + "salesperson": "Travis Leonard", + "planted_date": "2025-05-03", + "harvested_date": "2025-10-17", + "plot_average": 255.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 272.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LG65C50VT2PRO", + "traits": "", + "metrics": { + "Yield": 267.7 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG63C32SSPRIB", + "traits": "", + "metrics": { + "Yield": 267.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "212-02VT2PRIB", + "traits": "", + "metrics": { + "Yield": 264.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 263.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147082" + ], + "fetched_at": "2026-05-27T02:17:54.853987+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147082.md b/corpus/lg_plot_reports/lgpr-corn-2025-147082.md new file mode 100644 index 00000000..1ba59bbc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147082.md @@ -0,0 +1,28 @@ +# Corn yield trial — Sublette , Kansas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Sublette +- **Year:** 2025 +- **Plot ID:** 147082 +- **Cooperator:** Travis Leonard +- **Planted:** 2025-05-03 +- **Harvested:** 2025-10-17 +- **Plot average:** 255.7 BU/Ac +- **Coordinates:** 37.41703, -100.83893 +- **URL:** https://lgseeds.com/performance/corn#plot-147082 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | TRC | 272.2 | +| 2 | Unknown | LG65C50VT2PRO | - | 267.7 | +| 3 | Unknown | LG63C32SSPRIB | - | 267.5 | +| 4 | Unknown | 212-02VT2PRIB | - | 264.6 | +| 5 | LG Seeds | LG64C43 | VT2RIB | 263.9 | + +Top 5 by Yield: LG63C32 (LG Seeds) 272.2, LG65C50VT2PRO (Unknown) 267.7, LG63C32SSPRIB (Unknown) 267.5, 212-02VT2PRIB (Unknown) 264.6, LG64C43 (LG Seeds) 263.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147101.json b/corpus/lg_plot_reports/lgpr-corn-2025-147101.json new file mode 100644 index 00000000..1027b43d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147101.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147101", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "Elgin", + "year": 2025, + "plot_id": "147101", + "lat": 30.36848, + "lng": -97.45913, + "cooperator": "GL Farms, Elgin Tx, Helena Taylor Tx", + "salesperson": "GL Farms, Elgin Tx, Helena Taylor Tx", + "planted_date": "2025-03-07", + "harvested_date": "2025-07-30", + "plot_average": 136.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "PGY2314TRE", + "traits": "", + "metrics": { + "Yield": 150.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 145.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "PGY2419TRE", + "traits": "", + "metrics": { + "Yield": 144.6 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B14R22AML", + "traits": "", + "metrics": { + "Yield": 142.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC68-35", + "traits": "", + "metrics": { + "Yield": 139.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147101" + ], + "fetched_at": "2026-05-27T02:20:50.920908+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147101.md b/corpus/lg_plot_reports/lgpr-corn-2025-147101.md new file mode 100644 index 00000000..298c3ea6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147101.md @@ -0,0 +1,28 @@ +# Corn yield trial — Elgin, Texas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** Elgin +- **Year:** 2025 +- **Plot ID:** 147101 +- **Cooperator:** GL Farms, Elgin Tx, Helena Taylor Tx +- **Planted:** 2025-03-07 +- **Harvested:** 2025-07-30 +- **Plot average:** 136.8 BU/Ac +- **Coordinates:** 30.36848, -97.45913 +- **URL:** https://lgseeds.com/performance/corn#plot-147101 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | PGY2314TRE | - | 150.8 | +| 2 | LG Seeds | LG67C07 | VT2PRO | 145.8 | +| 3 | Unknown | PGY2419TRE | - | 144.6 | +| 4 | Unknown | B14R22AML | - | 142.4 | +| 5 | Unknown | DKC68-35 | - | 139.1 | + +Top 5 by Yield: PGY2314TRE (Unknown) 150.8, LG67C07 (LG Seeds) 145.8, PGY2419TRE (Unknown) 144.6, B14R22AML (Unknown) 142.4, DKC68-35 (Unknown) 139.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147109.json b/corpus/lg_plot_reports/lgpr-corn-2025-147109.json new file mode 100644 index 00000000..652470d4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147109.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147109", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Larned", + "year": 2025, + "plot_id": "147109", + "lat": 38.18867, + "lng": -99.26157, + "cooperator": "Haas Farms LLC", + "salesperson": "Haas Farms LLC", + "planted_date": "2025-05-02", + "harvested_date": "2025-10-07", + "plot_average": 102.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG66C28", + "traits": "3110", + "metrics": { + "Yield": 123.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 120.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 107.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VT2RIB", + "metrics": { + "Yield": 103.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 98.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147109" + ], + "fetched_at": "2026-05-27T02:17:42.601766+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147109.md b/corpus/lg_plot_reports/lgpr-corn-2025-147109.md new file mode 100644 index 00000000..de00317d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147109.md @@ -0,0 +1,28 @@ +# Corn yield trial — Larned, Kansas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Larned +- **Year:** 2025 +- **Plot ID:** 147109 +- **Cooperator:** Haas Farms LLC +- **Planted:** 2025-05-02 +- **Harvested:** 2025-10-07 +- **Plot average:** 102.0 BU/Ac +- **Coordinates:** 38.18867, -99.26157 +- **URL:** https://lgseeds.com/performance/corn#plot-147109 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG66C28 | 3110 | 123.3 | +| 2 | LG Seeds | LG61C28 | V | 120.3 | +| 3 | LG Seeds | LG60C05 | 3110 | 107.5 | +| 4 | LG Seeds | LG57C82 | VT2RIB | 103.6 | +| 5 | LG Seeds | LG62C73 | VT2RIB | 98.9 | + +Top 5 by Yield: LG66C28 (LG Seeds) 123.3, LG61C28 (LG Seeds) 120.3, LG60C05 (LG Seeds) 107.5, LG57C82 (LG Seeds) 103.6, LG62C73 (LG Seeds) 98.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147111.json b/corpus/lg_plot_reports/lgpr-corn-2025-147111.json new file mode 100644 index 00000000..f29777b6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147111.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147111", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Britton", + "year": 2025, + "plot_id": "147111", + "lat": 45.90626, + "lng": -97.77203, + "cooperator": "Westwood Colony", + "salesperson": "Westwood Colony", + "planted_date": "2025-05-07", + "harvested_date": "2025-11-03", + "plot_average": 228.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 239.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 236.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC101-33RIB", + "traits": "", + "metrics": { + "Yield": 234.3 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "H4564SSRIB", + "traits": "", + "metrics": { + "Yield": 228.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 223.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147111" + ], + "fetched_at": "2026-05-27T02:20:40.676422+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147111.md b/corpus/lg_plot_reports/lgpr-corn-2025-147111.md new file mode 100644 index 00000000..f27f9ca6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147111.md @@ -0,0 +1,28 @@ +# Corn yield trial — Britton, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Britton +- **Year:** 2025 +- **Plot ID:** 147111 +- **Cooperator:** Westwood Colony +- **Planted:** 2025-05-07 +- **Harvested:** 2025-11-03 +- **Plot average:** 228.8 BU/Ac +- **Coordinates:** 45.90626, -97.77203 +- **URL:** https://lgseeds.com/performance/corn#plot-147111 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG48C87 | VT2RIB | 239.9 | +| 2 | LG Seeds | LG51C62 | D | 236.1 | +| 3 | Unknown | DKC101-33RIB | - | 234.3 | +| 4 | Unknown | H4564SSRIB | - | 228.2 | +| 5 | LG Seeds | LG46C85 | VT2RIB | 223.3 | + +Top 5 by Yield: LG48C87 (LG Seeds) 239.9, LG51C62 (LG Seeds) 236.1, DKC101-33RIB (Unknown) 234.3, H4564SSRIB (Unknown) 228.2, LG46C85 (LG Seeds) 223.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147114.json b/corpus/lg_plot_reports/lgpr-corn-2025-147114.json new file mode 100644 index 00000000..3a8617a7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147114.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147114", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Radium", + "year": 2025, + "plot_id": "147114", + "lat": 38.16939, + "lng": -98.89424, + "cooperator": "Crane Farms", + "salesperson": "Crane Farms", + "planted_date": "2025-05-13", + "harvested_date": "2025-10-09", + "plot_average": 115.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 138.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LG61C28V", + "traits": "", + "metrics": { + "Yield": 129.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG61C28V", + "traits": "", + "metrics": { + "Yield": 125.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VT2RIB", + "metrics": { + "Yield": 119.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 117.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147114" + ], + "fetched_at": "2026-05-27T02:17:40.092770+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147114.md b/corpus/lg_plot_reports/lgpr-corn-2025-147114.md new file mode 100644 index 00000000..0ed36d91 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147114.md @@ -0,0 +1,28 @@ +# Corn yield trial — Radium, Kansas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Radium +- **Year:** 2025 +- **Plot ID:** 147114 +- **Cooperator:** Crane Farms +- **Planted:** 2025-05-13 +- **Harvested:** 2025-10-09 +- **Plot average:** 115.3 BU/Ac +- **Coordinates:** 38.16939, -98.89424 +- **URL:** https://lgseeds.com/performance/corn#plot-147114 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C28 | V | 138.1 | +| 2 | Unknown | LG61C28V | - | 129.6 | +| 3 | Unknown | LG61C28V | - | 125.6 | +| 4 | LG Seeds | LG57C82 | VT2RIB | 119.3 | +| 5 | LG Seeds | LG60C05 | 3110 | 117.7 | + +Top 5 by Yield: LG61C28 (LG Seeds) 138.1, LG61C28V (Unknown) 129.6, LG61C28V (Unknown) 125.6, LG57C82 (LG Seeds) 119.3, LG60C05 (LG Seeds) 117.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147115.json b/corpus/lg_plot_reports/lgpr-corn-2025-147115.json new file mode 100644 index 00000000..a0c055ea --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147115.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147115", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Napoleon ", + "year": 2025, + "plot_id": "147115", + "lat": 41.44263, + "lng": -84.20989, + "cooperator": "Scott Norden", + "salesperson": "Scott Norden", + "planted_date": "2025-06-02", + "harvested_date": "2025-11-03", + "plot_average": 216.2, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "RC6240-TRE", + "traits": "", + "metrics": { + "Yield": 232.48 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 227.78 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "DV-RN", + "metrics": { + "Yield": 227.39 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C20", + "traits": "D-RN", + "metrics": { + "Yield": 226.72 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "RC6026-PCE", + "traits": "", + "metrics": { + "Yield": 223.13 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147115" + ], + "fetched_at": "2026-05-27T02:18:01.104519+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147115.md b/corpus/lg_plot_reports/lgpr-corn-2025-147115.md new file mode 100644 index 00000000..08530b09 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147115.md @@ -0,0 +1,28 @@ +# Corn yield trial — Napoleon , Ohio, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Ohio (OH) +- **City:** Napoleon +- **Year:** 2025 +- **Plot ID:** 147115 +- **Cooperator:** Scott Norden +- **Planted:** 2025-06-02 +- **Harvested:** 2025-11-03 +- **Plot average:** 216.2 BU/Ac +- **Coordinates:** 41.44263, -84.20989 +- **URL:** https://lgseeds.com/performance/corn#plot-147115 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | RC6240-TRE | - | 232.48 | +| 2 | LG Seeds | LG61C28 | V | 227.78 | +| 3 | LG Seeds | LG60C05 | DV-RN | 227.39 | +| 4 | LG Seeds | LG62C20 | D-RN | 226.72 | +| 5 | Unknown | RC6026-PCE | - | 223.13 | + +Top 5 by Yield: RC6240-TRE (Unknown) 232.48, LG61C28 (LG Seeds) 227.78, LG60C05 (LG Seeds) 227.39, LG62C20 (LG Seeds) 226.72, RC6026-PCE (Unknown) 223.13. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147126.json b/corpus/lg_plot_reports/lgpr-corn-2025-147126.json new file mode 100644 index 00000000..9a166f9e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147126.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147126", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Ottosen", + "year": 2025, + "plot_id": "147126", + "lat": 42.87287, + "lng": -94.40478, + "cooperator": "Jesse Welter", + "salesperson": "Jesse Welter", + "planted_date": "2025-05-09", + "harvested_date": "2025-10-20", + "plot_average": 216.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 236.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG61C21", + "traits": "", + "metrics": { + "Yield": 235.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2RIB", + "metrics": { + "Yield": 233.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG54C55", + "traits": "", + "metrics": { + "Yield": 232.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG58C73", + "traits": "", + "metrics": { + "Yield": 225.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147126" + ], + "fetched_at": "2026-05-27T02:17:34.614074+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147126.md b/corpus/lg_plot_reports/lgpr-corn-2025-147126.md new file mode 100644 index 00000000..314b621a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147126.md @@ -0,0 +1,28 @@ +# Corn yield trial — Ottosen, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Ottosen +- **Year:** 2025 +- **Plot ID:** 147126 +- **Cooperator:** Jesse Welter +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-20 +- **Plot average:** 216.8 BU/Ac +- **Coordinates:** 42.87287, -94.40478 +- **URL:** https://lgseeds.com/performance/corn#plot-147126 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C73 | VT2RIB | 236.6 | +| 2 | LG Seeds | LG61C21 | - | 235.6 | +| 3 | LG Seeds | LG58C16 | VT2RIB | 233.3 | +| 4 | LG Seeds | LG54C55 | - | 232.1 | +| 5 | LG Seeds | LG58C73 | - | 225.5 | + +Top 5 by Yield: LG62C73 (LG Seeds) 236.6, LG61C21 (LG Seeds) 235.6, LG58C16 (LG Seeds) 233.3, LG54C55 (LG Seeds) 232.1, LG58C73 (LG Seeds) 225.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147129.json b/corpus/lg_plot_reports/lgpr-corn-2025-147129.json new file mode 100644 index 00000000..da43d14b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147129.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147129", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": "taylor", + "year": 2025, + "plot_id": "147129", + "lat": 30.63969, + "lng": -97.36078, + "cooperator": "Patchke", + "salesperson": "Patchke", + "planted_date": "2025-02-28", + "harvested_date": "2025-08-08", + "plot_average": 191.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC68-35", + "traits": "", + "metrics": { + "Yield": 212.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "PGY2419TRE", + "traits": "", + "metrics": { + "Yield": 203.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 192.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B16D58PCUE", + "traits": "", + "metrics": { + "Yield": 190.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC113-83RIB", + "traits": "", + "metrics": { + "Yield": 190.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147129" + ], + "fetched_at": "2026-05-27T02:20:46.164458+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147129.md b/corpus/lg_plot_reports/lgpr-corn-2025-147129.md new file mode 100644 index 00000000..0279065b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147129.md @@ -0,0 +1,28 @@ +# Corn yield trial — taylor, Texas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **City:** taylor +- **Year:** 2025 +- **Plot ID:** 147129 +- **Cooperator:** Patchke +- **Planted:** 2025-02-28 +- **Harvested:** 2025-08-08 +- **Plot average:** 191.9 BU/Ac +- **Coordinates:** 30.63969, -97.36078 +- **URL:** https://lgseeds.com/performance/corn#plot-147129 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC68-35 | - | 212.2 | +| 2 | Unknown | PGY2419TRE | - | 203.8 | +| 3 | LG Seeds | LG67C07 | VT2PRO | 192.4 | +| 4 | Unknown | B16D58PCUE | - | 190.2 | +| 5 | Unknown | DKC113-83RIB | - | 190.1 | + +Top 5 by Yield: DKC68-35 (Unknown) 212.2, PGY2419TRE (Unknown) 203.8, LG67C07 (LG Seeds) 192.4, B16D58PCUE (Unknown) 190.2, DKC113-83RIB (Unknown) 190.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147130.json b/corpus/lg_plot_reports/lgpr-corn-2025-147130.json new file mode 100644 index 00000000..831794ae --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147130.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147130", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Texas", + "state_abbrev": "tx", + "city": null, + "year": 2025, + "plot_id": "147130", + "lat": 30.67172, + "lng": -96.55069, + "cooperator": "K Wolfe", + "salesperson": "K Wolfe", + "planted_date": "2025-03-03", + "harvested_date": "2025-08-08", + "plot_average": 190.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC68-35", + "traits": "", + "metrics": { + "Yield": 209.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "PGY2419TRE", + "traits": "", + "metrics": { + "Yield": 205.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC116-62", + "traits": "", + "metrics": { + "Yield": 202.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 195.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC119-30", + "traits": "", + "metrics": { + "Yield": 195.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147130" + ], + "fetched_at": "2026-05-27T02:20:46.662247+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147130.md b/corpus/lg_plot_reports/lgpr-corn-2025-147130.md new file mode 100644 index 00000000..35b6dd29 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147130.md @@ -0,0 +1,27 @@ +# Corn yield trial — Texas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Texas (TX) +- **Year:** 2025 +- **Plot ID:** 147130 +- **Cooperator:** K Wolfe +- **Planted:** 2025-03-03 +- **Harvested:** 2025-08-08 +- **Plot average:** 190.8 BU/Ac +- **Coordinates:** 30.67172, -96.55069 +- **URL:** https://lgseeds.com/performance/corn#plot-147130 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC68-35 | - | 209.1 | +| 2 | Unknown | PGY2419TRE | - | 205.2 | +| 3 | Unknown | DKC116-62 | - | 202.7 | +| 4 | LG Seeds | LG67C07 | VT2PRO | 195.5 | +| 5 | Unknown | DKC119-30 | - | 195.5 | + +Top 5 by Yield: DKC68-35 (Unknown) 209.1, PGY2419TRE (Unknown) 205.2, DKC116-62 (Unknown) 202.7, LG67C07 (LG Seeds) 195.5, DKC119-30 (Unknown) 195.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147131.json b/corpus/lg_plot_reports/lgpr-corn-2025-147131.json new file mode 100644 index 00000000..d229139f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147131.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147131", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Greenville", + "year": 2025, + "plot_id": "147131", + "lat": 40.05313, + "lng": -84.57063, + "cooperator": "Craig Unger", + "salesperson": "Craig Unger", + "planted_date": "2025-04-28", + "harvested_date": "2025-10-17", + "plot_average": 257.9, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P10811AM", + "traits": "", + "metrics": { + "Yield": 284.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 277.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 276.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 272.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG62C20", + "traits": "D-RN", + "metrics": { + "Yield": 270.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147131" + ], + "fetched_at": "2026-05-27T02:17:36.353760+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147131.md b/corpus/lg_plot_reports/lgpr-corn-2025-147131.md new file mode 100644 index 00000000..52a40978 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147131.md @@ -0,0 +1,28 @@ +# Corn yield trial — Greenville, Ohio, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Ohio (OH) +- **City:** Greenville +- **Year:** 2025 +- **Plot ID:** 147131 +- **Cooperator:** Craig Unger +- **Planted:** 2025-04-28 +- **Harvested:** 2025-10-17 +- **Plot average:** 257.9 BU/Ac +- **Coordinates:** 40.05313, -84.57063 +- **URL:** https://lgseeds.com/performance/corn#plot-147131 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P10811AM | - | 284.7 | +| 2 | LG Seeds | LG63C32 | TRC | 277.7 | +| 3 | LG Seeds | LG64C43 | VT2RIB | 276.2 | +| 4 | LG Seeds | LG62C73 | VT2RIB | 272.6 | +| 5 | LG Seeds | LG62C20 | D-RN | 270.0 | + +Top 5 by Yield: P10811AM (Pioneer) 284.7, LG63C32 (LG Seeds) 277.7, LG64C43 (LG Seeds) 276.2, LG62C73 (LG Seeds) 272.6, LG62C20 (LG Seeds) 270.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147146.json b/corpus/lg_plot_reports/lgpr-corn-2025-147146.json new file mode 100644 index 00000000..a3390e79 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147146.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147146", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Garwin", + "year": 2025, + "plot_id": "147146", + "lat": 42.0675, + "lng": -92.68708, + "cooperator": "Nate Holven", + "salesperson": "Nate Holven", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-20", + "plot_average": 227.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 249.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 242.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VT2RIB", + "metrics": { + "Yield": 239.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 234.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STX", + "metrics": { + "Yield": 233.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147146" + ], + "fetched_at": "2026-05-27T02:17:20.600335+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147146.md b/corpus/lg_plot_reports/lgpr-corn-2025-147146.md new file mode 100644 index 00000000..a0999cd4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147146.md @@ -0,0 +1,28 @@ +# Corn yield trial — Garwin, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Garwin +- **Year:** 2025 +- **Plot ID:** 147146 +- **Cooperator:** Nate Holven +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-20 +- **Plot average:** 227.1 BU/Ac +- **Coordinates:** 42.06750, -92.68708 +- **URL:** https://lgseeds.com/performance/corn#plot-147146 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | SSPRIB | 249.4 | +| 2 | LG Seeds | LG64C43 | VT2RIB | 242.7 | +| 3 | LG Seeds | LG57C82 | VT2RIB | 239.5 | +| 4 | LG Seeds | LG60C05 | 3110 | 234.6 | +| 5 | LG Seeds | LG64C90 | STX | 233.2 | + +Top 5 by Yield: LG63C32 (LG Seeds) 249.4, LG64C43 (LG Seeds) 242.7, LG57C82 (LG Seeds) 239.5, LG60C05 (LG Seeds) 234.6, LG64C90 (LG Seeds) 233.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147153.json b/corpus/lg_plot_reports/lgpr-corn-2025-147153.json new file mode 100644 index 00000000..932b7c58 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147153.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147153", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kentucky", + "state_abbrev": "ky", + "city": "Bowling Green", + "year": 2025, + "plot_id": "147153", + "lat": 36.8914, + "lng": -86.42596, + "cooperator": "Mark Thomas", + "salesperson": "Mark Thomas", + "planted_date": "2025-05-02", + "harvested_date": "2025-10-11", + "plot_average": 241.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 259.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC68-35RIB", + "traits": "", + "metrics": { + "Yield": 256.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 239.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 237.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 231.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147153" + ], + "fetched_at": "2026-05-27T02:17:33.844593+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147153.md b/corpus/lg_plot_reports/lgpr-corn-2025-147153.md new file mode 100644 index 00000000..25733680 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147153.md @@ -0,0 +1,28 @@ +# Corn yield trial — Bowling Green, Kentucky, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kentucky (KY) +- **City:** Bowling Green +- **Year:** 2025 +- **Plot ID:** 147153 +- **Cooperator:** Mark Thomas +- **Planted:** 2025-05-02 +- **Harvested:** 2025-10-11 +- **Plot average:** 241.1 BU/Ac +- **Coordinates:** 36.89140, -86.42596 +- **URL:** https://lgseeds.com/performance/corn#plot-147153 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | SSPRIB | 259.3 | +| 2 | Unknown | DKC68-35RIB | - | 256.0 | +| 3 | LG Seeds | LG64C43 | VT2RIB | 239.6 | +| 4 | LG Seeds | LG67C07 | VT2PRO | 237.2 | +| 5 | LG Seeds | LG62C73 | VT2RIB | 231.8 | + +Top 5 by Yield: LG63C32 (LG Seeds) 259.3, DKC68-35RIB (Unknown) 256.0, LG64C43 (LG Seeds) 239.6, LG67C07 (LG Seeds) 237.2, LG62C73 (LG Seeds) 231.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147159.json b/corpus/lg_plot_reports/lgpr-corn-2025-147159.json new file mode 100644 index 00000000..42e21bab --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147159.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147159", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Miamisburg", + "year": 2025, + "plot_id": "147159", + "lat": 39.66587, + "lng": -84.29045, + "cooperator": "KSL Farms LLC", + "salesperson": "KSL Farms LLC", + "planted_date": "2025-04-24", + "harvested_date": "2025-09-23", + "plot_average": 228.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "214-70TRERIB", + "traits": "", + "metrics": { + "Yield": 247.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VT2RIB", + "metrics": { + "Yield": 236.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C20", + "traits": "D-RN", + "metrics": { + "Yield": 234.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 234.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 233.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147159" + ], + "fetched_at": "2026-05-27T02:17:57.355663+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147159.md b/corpus/lg_plot_reports/lgpr-corn-2025-147159.md new file mode 100644 index 00000000..f99e6b53 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147159.md @@ -0,0 +1,28 @@ +# Corn yield trial — Miamisburg, Ohio, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Ohio (OH) +- **City:** Miamisburg +- **Year:** 2025 +- **Plot ID:** 147159 +- **Cooperator:** KSL Farms LLC +- **Planted:** 2025-04-24 +- **Harvested:** 2025-09-23 +- **Plot average:** 228.9 BU/Ac +- **Coordinates:** 39.66587, -84.29045 +- **URL:** https://lgseeds.com/performance/corn#plot-147159 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 214-70TRERIB | - | 247.0 | +| 2 | LG Seeds | LG57C82 | VT2RIB | 236.2 | +| 3 | LG Seeds | LG62C20 | D-RN | 234.0 | +| 4 | LG Seeds | LG61C28 | V | 234.0 | +| 5 | LG Seeds | LG63C32 | TRC | 233.6 | + +Top 5 by Yield: 214-70TRERIB (Unknown) 247.0, LG57C82 (LG Seeds) 236.2, LG62C20 (LG Seeds) 234.0, LG61C28 (LG Seeds) 234.0, LG63C32 (LG Seeds) 233.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147173.json b/corpus/lg_plot_reports/lgpr-corn-2025-147173.json new file mode 100644 index 00000000..86c174e0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147173.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147173", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Munden", + "year": 2025, + "plot_id": "147173", + "lat": 39.95738, + "lng": -97.52415, + "cooperator": "Charles & Neil Popelka", + "salesperson": "Charles & Neil Popelka", + "planted_date": "2025-04-28", + "harvested_date": "2025-11-03", + "plot_average": 185.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 200.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LG65C50VT2PRO", + "traits": "", + "metrics": { + "Yield": 199.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STX", + "metrics": { + "Yield": 194.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2PRO", + "metrics": { + "Yield": 189.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 188.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147173" + ], + "fetched_at": "2026-05-27T02:20:42.439165+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147173.md b/corpus/lg_plot_reports/lgpr-corn-2025-147173.md new file mode 100644 index 00000000..ac4c062b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147173.md @@ -0,0 +1,28 @@ +# Corn yield trial — Munden, Kansas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Munden +- **Year:** 2025 +- **Plot ID:** 147173 +- **Cooperator:** Charles & Neil Popelka +- **Planted:** 2025-04-28 +- **Harvested:** 2025-11-03 +- **Plot average:** 185.6 BU/Ac +- **Coordinates:** 39.95738, -97.52415 +- **URL:** https://lgseeds.com/performance/corn#plot-147173 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | TRC | 200.3 | +| 2 | Unknown | LG65C50VT2PRO | - | 199.9 | +| 3 | LG Seeds | LG64C90 | STX | 194.1 | +| 4 | LG Seeds | LG58C16 | VT2PRO | 189.3 | +| 5 | LG Seeds | LG64C43 | VT2RIB | 188.0 | + +Top 5 by Yield: LG63C32 (LG Seeds) 200.3, LG65C50VT2PRO (Unknown) 199.9, LG64C90 (LG Seeds) 194.1, LG58C16 (LG Seeds) 189.3, LG64C43 (LG Seeds) 188.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147174.json b/corpus/lg_plot_reports/lgpr-corn-2025-147174.json new file mode 100644 index 00000000..7ac7fb01 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147174.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147174", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Woodston", + "year": 2025, + "plot_id": "147174", + "lat": 39.53957, + "lng": -99.09463, + "cooperator": "Charles & Neil Popelka", + "salesperson": "Charles & Neil Popelka", + "planted_date": "2025-04-18", + "harvested_date": "2025-10-31", + "plot_average": 118.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 134.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 134.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC114-43RIB", + "traits": "", + "metrics": { + "Yield": 127.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 124.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VT2RIB", + "metrics": { + "Yield": 122.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147174" + ], + "fetched_at": "2026-05-27T02:18:24.626245+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147174.md b/corpus/lg_plot_reports/lgpr-corn-2025-147174.md new file mode 100644 index 00000000..f97af8c1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147174.md @@ -0,0 +1,28 @@ +# Corn yield trial — Woodston, Kansas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** Woodston +- **Year:** 2025 +- **Plot ID:** 147174 +- **Cooperator:** Charles & Neil Popelka +- **Planted:** 2025-04-18 +- **Harvested:** 2025-10-31 +- **Plot average:** 118.4 BU/Ac +- **Coordinates:** 39.53957, -99.09463 +- **URL:** https://lgseeds.com/performance/corn#plot-147174 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C28 | V | 134.6 | +| 2 | LG Seeds | LG59C72 | 5222EZ | 134.1 | +| 3 | Unknown | DKC114-43RIB | - | 127.0 | +| 4 | LG Seeds | LG62C73 | VT2RIB | 124.5 | +| 5 | LG Seeds | LG57C82 | VT2RIB | 122.1 | + +Top 5 by Yield: LG61C28 (LG Seeds) 134.6, LG59C72 (LG Seeds) 134.1, DKC114-43RIB (Unknown) 127.0, LG62C73 (LG Seeds) 124.5, LG57C82 (LG Seeds) 122.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147177.json b/corpus/lg_plot_reports/lgpr-corn-2025-147177.json new file mode 100644 index 00000000..803b60f9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147177.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147177", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Missouri", + "state_abbrev": "mo", + "city": "Lockwood", + "year": 2025, + "plot_id": "147177", + "lat": 37.3451, + "lng": -93.95508, + "cooperator": "Jeff Nentrup", + "salesperson": "Jeff Nentrup ", + "planted_date": "2025-04-16", + "harvested_date": "2025-09-12", + "plot_average": 149.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VT2RIB", + "metrics": { + "Yield": 162.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 162.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 160.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STXRIB", + "metrics": { + "Yield": 157.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC111-35RIB", + "traits": "", + "metrics": { + "Yield": 147.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147177" + ], + "fetched_at": "2026-05-27T02:20:50.683827+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147177.md b/corpus/lg_plot_reports/lgpr-corn-2025-147177.md new file mode 100644 index 00000000..2c1c4183 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147177.md @@ -0,0 +1,29 @@ +# Corn yield trial — Lockwood, Missouri, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Missouri (MO) +- **City:** Lockwood +- **Year:** 2025 +- **Plot ID:** 147177 +- **Cooperator:** Jeff Nentrup +- **Salesperson:** Jeff Nentrup +- **Planted:** 2025-04-16 +- **Harvested:** 2025-09-12 +- **Plot average:** 149.9 BU/Ac +- **Coordinates:** 37.34510, -93.95508 +- **URL:** https://lgseeds.com/performance/corn#plot-147177 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG57C82 | VT2RIB | 162.7 | +| 2 | LG Seeds | LG63C32 | SSPRIB | 162.7 | +| 3 | LG Seeds | LG65C30 | VT2RIB | 160.5 | +| 4 | LG Seeds | LG64C90 | STXRIB | 157.5 | +| 5 | Unknown | DKC111-35RIB | - | 147.5 | + +Top 5 by Yield: LG57C82 (LG Seeds) 162.7, LG63C32 (LG Seeds) 162.7, LG65C30 (LG Seeds) 160.5, LG64C90 (LG Seeds) 157.5, DKC111-35RIB (Unknown) 147.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147215.json b/corpus/lg_plot_reports/lgpr-corn-2025-147215.json new file mode 100644 index 00000000..cd1a0eb8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147215.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147215", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Minonk", + "year": 2025, + "plot_id": "147215", + "lat": 40.91024, + "lng": -88.95105, + "cooperator": "Jared Rients", + "salesperson": "Jared Rients", + "planted_date": "2025-04-29", + "harvested_date": "2025-09-19", + "plot_average": 275.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC114-42RIB", + "traits": "", + "metrics": { + "Yield": 294.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC107-11RIB", + "traits": "", + "metrics": { + "Yield": 291.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 290.7 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC117-89RIB", + "traits": "", + "metrics": { + "Yield": 288.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 286.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147215" + ], + "fetched_at": "2026-05-27T02:20:54.168437+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147215.md b/corpus/lg_plot_reports/lgpr-corn-2025-147215.md new file mode 100644 index 00000000..8dedd391 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147215.md @@ -0,0 +1,28 @@ +# Corn yield trial — Minonk, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Minonk +- **Year:** 2025 +- **Plot ID:** 147215 +- **Cooperator:** Jared Rients +- **Planted:** 2025-04-29 +- **Harvested:** 2025-09-19 +- **Plot average:** 275.4 BU/Ac +- **Coordinates:** 40.91024, -88.95105 +- **URL:** https://lgseeds.com/performance/corn#plot-147215 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC114-42RIB | - | 294.7 | +| 2 | Unknown | DKC107-11RIB | - | 291.2 | +| 3 | LG Seeds | LG62C73 | VT2RIB | 290.7 | +| 4 | Unknown | DKC117-89RIB | - | 288.9 | +| 5 | LG Seeds | LG64C43 | VT2RIB | 286.0 | + +Top 5 by Yield: DKC114-42RIB (Unknown) 294.7, DKC107-11RIB (Unknown) 291.2, LG62C73 (LG Seeds) 290.7, DKC117-89RIB (Unknown) 288.9, LG64C43 (LG Seeds) 286.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147243.json b/corpus/lg_plot_reports/lgpr-corn-2025-147243.json new file mode 100644 index 00000000..c01a9507 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147243.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147243", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Danvers", + "year": 2025, + "plot_id": "147243", + "lat": 40.48936, + "lng": -89.14731, + "cooperator": "Trevor Geshwilm", + "salesperson": "Trevor Geshwilm", + "planted_date": "2025-04-28", + "harvested_date": "2025-09-23", + "plot_average": 276.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 300.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B12H48PCE", + "traits": "", + "metrics": { + "Yield": 293.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "W8086RIB", + "traits": "", + "metrics": { + "Yield": 289.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "W7759RIB", + "traits": "", + "metrics": { + "Yield": 289.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 288.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147243" + ], + "fetched_at": "2026-05-27T02:18:11.611624+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147243.md b/corpus/lg_plot_reports/lgpr-corn-2025-147243.md new file mode 100644 index 00000000..93094ece --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147243.md @@ -0,0 +1,28 @@ +# Corn yield trial — Danvers, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Danvers +- **Year:** 2025 +- **Plot ID:** 147243 +- **Cooperator:** Trevor Geshwilm +- **Planted:** 2025-04-28 +- **Harvested:** 2025-09-23 +- **Plot average:** 276.4 BU/Ac +- **Coordinates:** 40.48936, -89.14731 +- **URL:** https://lgseeds.com/performance/corn#plot-147243 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | TRC | 300.0 | +| 2 | Unknown | B12H48PCE | - | 293.8 | +| 3 | Unknown | W8086RIB | - | 289.2 | +| 4 | Unknown | W7759RIB | - | 289.0 | +| 5 | LG Seeds | LG62C73 | VT2RIB | 288.1 | + +Top 5 by Yield: LG63C32 (LG Seeds) 300.0, B12H48PCE (Unknown) 293.8, W8086RIB (Unknown) 289.2, W7759RIB (Unknown) 289.0, LG62C73 (LG Seeds) 288.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147332.json b/corpus/lg_plot_reports/lgpr-corn-2025-147332.json new file mode 100644 index 00000000..4383f2ff --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147332.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147332", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Armington", + "year": 2025, + "plot_id": "147332", + "lat": 40.33969, + "lng": -89.39662, + "cooperator": "Jake Schmidgall", + "salesperson": "Jake Schmidgall", + "planted_date": "2025-04-15", + "harvested_date": "2025-10-02", + "plot_average": 276.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "D52PN76", + "traits": "", + "metrics": { + "Yield": 299.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 291.9 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P1742PCE", + "traits": "", + "metrics": { + "Yield": 287.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC112-12RIB", + "traits": "", + "metrics": { + "Yield": 284.9 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P18986PCE", + "traits": "", + "metrics": { + "Yield": 283.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147332" + ], + "fetched_at": "2026-05-27T02:17:28.078670+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147332.md b/corpus/lg_plot_reports/lgpr-corn-2025-147332.md new file mode 100644 index 00000000..2fee8dd2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147332.md @@ -0,0 +1,28 @@ +# Corn yield trial — Armington, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Armington +- **Year:** 2025 +- **Plot ID:** 147332 +- **Cooperator:** Jake Schmidgall +- **Planted:** 2025-04-15 +- **Harvested:** 2025-10-02 +- **Plot average:** 276.9 BU/Ac +- **Coordinates:** 40.33969, -89.39662 +- **URL:** https://lgseeds.com/performance/corn#plot-147332 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | D52PN76 | - | 299.8 | +| 2 | LG Seeds | LG64C43 | VT2RIB | 291.9 | +| 3 | Pioneer | P1742PCE | - | 287.8 | +| 4 | Unknown | DKC112-12RIB | - | 284.9 | +| 5 | Pioneer | P18986PCE | - | 283.5 | + +Top 5 by Yield: D52PN76 (Unknown) 299.8, LG64C43 (LG Seeds) 291.9, P1742PCE (Pioneer) 287.8, DKC112-12RIB (Unknown) 284.9, P18986PCE (Pioneer) 283.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147337.json b/corpus/lg_plot_reports/lgpr-corn-2025-147337.json new file mode 100644 index 00000000..0aa80471 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147337.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147337", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Beason ", + "year": 2025, + "plot_id": "147337", + "lat": 40.15286, + "lng": -89.20279, + "cooperator": "Gary Atteberry", + "salesperson": "Gary Atteberry", + "planted_date": "2025-05-05", + "harvested_date": "2025-09-26", + "plot_average": 257.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 290.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 286.4 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "", + "metrics": { + "Yield": 280.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 274.8 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC68-35RIB", + "traits": "", + "metrics": { + "Yield": 274.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147337" + ], + "fetched_at": "2026-05-27T02:17:46.094780+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147337.md b/corpus/lg_plot_reports/lgpr-corn-2025-147337.md new file mode 100644 index 00000000..0055408f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147337.md @@ -0,0 +1,28 @@ +# Corn yield trial — Beason , Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Beason +- **Year:** 2025 +- **Plot ID:** 147337 +- **Cooperator:** Gary Atteberry +- **Planted:** 2025-05-05 +- **Harvested:** 2025-09-26 +- **Plot average:** 257.6 BU/Ac +- **Coordinates:** 40.15286, -89.20279 +- **URL:** https://lgseeds.com/performance/corn#plot-147337 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C73 | VT2RIB | 290.1 | +| 2 | LG Seeds | LG63C82 | DGVT2RIB | 286.4 | +| 3 | Pioneer | P1742Q | - | 280.2 | +| 4 | LG Seeds | LG63C32 | SSPRIB | 274.8 | +| 5 | Unknown | DKC68-35RIB | - | 274.1 | + +Top 5 by Yield: LG62C73 (LG Seeds) 290.1, LG63C82 (LG Seeds) 286.4, P1742Q (Pioneer) 280.2, LG63C32 (LG Seeds) 274.8, DKC68-35RIB (Unknown) 274.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147350.json b/corpus/lg_plot_reports/lgpr-corn-2025-147350.json new file mode 100644 index 00000000..1bd35798 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147350.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147350", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Saybrook", + "year": 2025, + "plot_id": "147350", + "lat": 40.4858, + "lng": -88.5379, + "cooperator": "JC Zimmerman", + "salesperson": "JC Zimmerman", + "planted_date": "2025-04-15", + "harvested_date": "2025-10-03", + "plot_average": 239.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 257.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 255.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Yield": 250.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "VT2PRO", + "metrics": { + "Yield": 246.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 236.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147350" + ], + "fetched_at": "2026-05-27T02:17:29.350379+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147350.md b/corpus/lg_plot_reports/lgpr-corn-2025-147350.md new file mode 100644 index 00000000..9abf4d99 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147350.md @@ -0,0 +1,28 @@ +# Corn yield trial — Saybrook, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Saybrook +- **Year:** 2025 +- **Plot ID:** 147350 +- **Cooperator:** JC Zimmerman +- **Planted:** 2025-04-15 +- **Harvested:** 2025-10-03 +- **Plot average:** 239.0 BU/Ac +- **Coordinates:** 40.48580, -88.53790 +- **URL:** https://lgseeds.com/performance/corn#plot-147350 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C43 | VT2RIB | 257.8 | +| 2 | LG Seeds | LG63C82 | DGVT2RIB | 255.2 | +| 3 | LG Seeds | LG67C27 | STXRIB | 250.4 | +| 4 | LG Seeds | LG66C44 | VT2PRO | 246.2 | +| 5 | LG Seeds | LG63C32 | SSPRIB | 236.9 | + +Top 5 by Yield: LG64C43 (LG Seeds) 257.8, LG63C82 (LG Seeds) 255.2, LG67C27 (LG Seeds) 250.4, LG66C44 (LG Seeds) 246.2, LG63C32 (LG Seeds) 236.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147359.json b/corpus/lg_plot_reports/lgpr-corn-2025-147359.json new file mode 100644 index 00000000..44986952 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147359.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147359", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Armington", + "year": 2025, + "plot_id": "147359", + "lat": 40.3468, + "lng": -89.36191, + "cooperator": "Jeff Lough", + "salesperson": "Jeff Lough", + "planted_date": "2025-04-28", + "harvested_date": "2025-10-04", + "plot_average": 252.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 273.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 266.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 265.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 264.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 259.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147359" + ], + "fetched_at": "2026-05-27T02:17:50.353662+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147359.md b/corpus/lg_plot_reports/lgpr-corn-2025-147359.md new file mode 100644 index 00000000..f9cc125e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147359.md @@ -0,0 +1,28 @@ +# Corn yield trial — Armington, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Armington +- **Year:** 2025 +- **Plot ID:** 147359 +- **Cooperator:** Jeff Lough +- **Planted:** 2025-04-28 +- **Harvested:** 2025-10-04 +- **Plot average:** 252.4 BU/Ac +- **Coordinates:** 40.34680, -89.36191 +- **URL:** https://lgseeds.com/performance/corn#plot-147359 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C43 | VT2RIB | 273.9 | +| 2 | LG Seeds | LG63C82 | DGVT2RIB | 266.0 | +| 3 | LG Seeds | LG62C73 | VT2RIB | 265.5 | +| 4 | LG Seeds | LG63C32 | SSPRIB | 264.5 | +| 5 | LG Seeds | LG65C30 | VT2RIB | 259.1 | + +Top 5 by Yield: LG64C43 (LG Seeds) 273.9, LG63C82 (LG Seeds) 266.0, LG62C73 (LG Seeds) 265.5, LG63C32 (LG Seeds) 264.5, LG65C30 (LG Seeds) 259.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147382.json b/corpus/lg_plot_reports/lgpr-corn-2025-147382.json new file mode 100644 index 00000000..c4b0931b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147382.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147382", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Cascade", + "year": 2025, + "plot_id": "147382", + "lat": 42.32332, + "lng": -91.06083, + "cooperator": "Trumm Farms", + "salesperson": "Trumm Farms", + "planted_date": "2025-04-19", + "harvested_date": "2025-10-04", + "plot_average": 268.4, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P0953AM", + "traits": "", + "metrics": { + "Yield": 286.4 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P10300PCE", + "traits": "", + "metrics": { + "Yield": 282.2 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P1027AM", + "traits": "", + "metrics": { + "Yield": 281.4 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P11056V", + "traits": "", + "metrics": { + "Yield": 278.5 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P0953AM", + "traits": "", + "metrics": { + "Yield": 277.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147382" + ], + "fetched_at": "2026-05-27T02:17:38.578031+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147382.md b/corpus/lg_plot_reports/lgpr-corn-2025-147382.md new file mode 100644 index 00000000..04d03a9d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147382.md @@ -0,0 +1,28 @@ +# Corn yield trial — Cascade, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Cascade +- **Year:** 2025 +- **Plot ID:** 147382 +- **Cooperator:** Trumm Farms +- **Planted:** 2025-04-19 +- **Harvested:** 2025-10-04 +- **Plot average:** 268.4 BU/Ac +- **Coordinates:** 42.32332, -91.06083 +- **URL:** https://lgseeds.com/performance/corn#plot-147382 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P0953AM | - | 286.4 | +| 2 | Pioneer | P10300PCE | - | 282.2 | +| 3 | Pioneer | P1027AM | - | 281.4 | +| 4 | Pioneer | P11056V | - | 278.5 | +| 5 | Pioneer | P0953AM | - | 277.0 | + +Top 5 by Yield: P0953AM (Pioneer) 286.4, P10300PCE (Pioneer) 282.2, P1027AM (Pioneer) 281.4, P11056V (Pioneer) 278.5, P0953AM (Pioneer) 277.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147398.json b/corpus/lg_plot_reports/lgpr-corn-2025-147398.json new file mode 100644 index 00000000..9244d710 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147398.json @@ -0,0 +1,55 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147398", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Shullsburg", + "year": 2025, + "plot_id": "147398", + "lat": 42.611, + "lng": -90.18763, + "cooperator": "Patrick Kleiber", + "salesperson": "Patrick Kleiber", + "planted_date": "2025-05-02", + "harvested_date": "2025-10-08", + "plot_average": 262.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 278.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 257.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 251.1 + } + } + ], + "n_results": 3, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147398" + ], + "fetched_at": "2026-05-27T02:18:12.357972+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147398.md b/corpus/lg_plot_reports/lgpr-corn-2025-147398.md new file mode 100644 index 00000000..b7cd7ea9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147398.md @@ -0,0 +1,26 @@ +# Corn yield trial — Shullsburg, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Shullsburg +- **Year:** 2025 +- **Plot ID:** 147398 +- **Cooperator:** Patrick Kleiber +- **Planted:** 2025-05-02 +- **Harvested:** 2025-10-08 +- **Plot average:** 262.3 BU/Ac +- **Coordinates:** 42.61100, -90.18763 +- **URL:** https://lgseeds.com/performance/corn#plot-147398 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C82 | DGVT2RIB | 278.7 | +| 2 | LG Seeds | LG63C32 | SSPRIB | 257.0 | +| 3 | LG Seeds | LG62C73 | VT2RIB | 251.1 | + +Top 5 by Yield: LG63C82 (LG Seeds) 278.7, LG63C32 (LG Seeds) 257.0, LG62C73 (LG Seeds) 251.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147400.json b/corpus/lg_plot_reports/lgpr-corn-2025-147400.json new file mode 100644 index 00000000..f90cd3c6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147400.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147400", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Sauk Centre", + "year": 2025, + "plot_id": "147400", + "lat": 45.62776, + "lng": -95.08139, + "cooperator": "Tom Wurm", + "salesperson": "Tom Wurm", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-10", + "plot_average": 199.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 203.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 203.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 203.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 200.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 200.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147400" + ], + "fetched_at": "2026-05-27T02:17:40.859651+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147400.md b/corpus/lg_plot_reports/lgpr-corn-2025-147400.md new file mode 100644 index 00000000..d1eb8adf --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147400.md @@ -0,0 +1,28 @@ +# Corn yield trial — Sauk Centre, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Sauk Centre +- **Year:** 2025 +- **Plot ID:** 147400 +- **Cooperator:** Tom Wurm +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-10 +- **Plot average:** 199.5 BU/Ac +- **Coordinates:** 45.62776, -95.08139 +- **URL:** https://lgseeds.com/performance/corn#plot-147400 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 203.6 | +| 2 | LG Seeds | LG48C32 | SSPRIB | 203.4 | +| 3 | LG Seeds | LG52C90 | VT2RIB | 203.2 | +| 4 | LG Seeds | LG51C32 | SSPRIB | 200.4 | +| 5 | LG Seeds | LG48C87 | VT2RIB | 200.3 | + +Top 5 by Yield: LG51C62 (LG Seeds) 203.6, LG48C32 (LG Seeds) 203.4, LG52C90 (LG Seeds) 203.2, LG51C32 (LG Seeds) 200.4, LG48C87 (LG Seeds) 200.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147402.json b/corpus/lg_plot_reports/lgpr-corn-2025-147402.json new file mode 100644 index 00000000..adeb2e52 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147402.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147402", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Kansas", + "state_abbrev": "ks", + "city": "St. Peter", + "year": 2025, + "plot_id": "147402", + "lat": 39.21994, + "lng": -100.07825, + "cooperator": "Roy Wolf", + "salesperson": "Roy Wolf", + "planted_date": "2025-05-14", + "harvested_date": "2025-10-09", + "plot_average": 183.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "93R18TRE", + "traits": "", + "metrics": { + "Yield": 198.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "83A15TRE", + "traits": "", + "metrics": { + "Yield": 194.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 191.3 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "82G15VT2PRIB", + "traits": "", + "metrics": { + "Yield": 191.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "83T14TRERIB", + "traits": "", + "metrics": { + "Yield": 189.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147402" + ], + "fetched_at": "2026-05-27T02:17:39.343550+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147402.md b/corpus/lg_plot_reports/lgpr-corn-2025-147402.md new file mode 100644 index 00000000..44b8d3ef --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147402.md @@ -0,0 +1,28 @@ +# Corn yield trial — St. Peter, Kansas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Kansas (KS) +- **City:** St. Peter +- **Year:** 2025 +- **Plot ID:** 147402 +- **Cooperator:** Roy Wolf +- **Planted:** 2025-05-14 +- **Harvested:** 2025-10-09 +- **Plot average:** 183.3 BU/Ac +- **Coordinates:** 39.21994, -100.07825 +- **URL:** https://lgseeds.com/performance/corn#plot-147402 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 93R18TRE | - | 198.1 | +| 2 | Unknown | 83A15TRE | - | 194.5 | +| 3 | LG Seeds | LG63C32 | SSPRIB | 191.3 | +| 4 | Unknown | 82G15VT2PRIB | - | 191.0 | +| 5 | Unknown | 83T14TRERIB | - | 189.6 | + +Top 5 by Yield: 93R18TRE (Unknown) 198.1, 83A15TRE (Unknown) 194.5, LG63C32 (LG Seeds) 191.3, 82G15VT2PRIB (Unknown) 191.0, 83T14TRERIB (Unknown) 189.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147415.json b/corpus/lg_plot_reports/lgpr-corn-2025-147415.json new file mode 100644 index 00000000..05179140 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147415.json @@ -0,0 +1,46 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147415", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Milroy", + "year": 2025, + "plot_id": "147415", + "lat": 44.45501, + "lng": -95.55415, + "cooperator": "Jack Christensen", + "salesperson": "Jack Christensen", + "planted_date": "2025-04-26", + "harvested_date": "2025-10-10", + "plot_average": 248.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 258.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DS-4003Q", + "traits": "", + "metrics": { + "Yield": 238.7 + } + } + ], + "n_results": 2, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147415" + ], + "fetched_at": "2026-05-27T02:17:44.828889+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147415.md b/corpus/lg_plot_reports/lgpr-corn-2025-147415.md new file mode 100644 index 00000000..b5954dfc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147415.md @@ -0,0 +1,25 @@ +# Corn yield trial — Milroy, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Milroy +- **Year:** 2025 +- **Plot ID:** 147415 +- **Cooperator:** Jack Christensen +- **Planted:** 2025-04-26 +- **Harvested:** 2025-10-10 +- **Plot average:** 248.6 BU/Ac +- **Coordinates:** 44.45501, -95.55415 +- **URL:** https://lgseeds.com/performance/corn#plot-147415 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | D | 258.5 | +| 2 | Unknown | DS-4003Q | - | 238.7 | + +Top 5 by Yield: LG51C62 (LG Seeds) 258.5, DS-4003Q (Unknown) 238.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147432.json b/corpus/lg_plot_reports/lgpr-corn-2025-147432.json new file mode 100644 index 00000000..04b53716 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147432.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147432", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "South Wayne ", + "year": 2025, + "plot_id": "147432", + "lat": 42.54833, + "lng": -89.90853, + "cooperator": "Jeramiah Kleiber", + "salesperson": "Jeramiah Kleiber", + "planted_date": "2025-05-07", + "harvested_date": "2025-10-13", + "plot_average": 227.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2PRO", + "metrics": { + "Yield": 267.49 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B05D47V", + "traits": "", + "metrics": { + "Yield": 250.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "5991PCE", + "traits": "", + "metrics": { + "Yield": 246.25 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B12C01AM", + "traits": "", + "metrics": { + "Yield": 246.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "6041Q", + "traits": "", + "metrics": { + "Yield": 244.49 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147432" + ], + "fetched_at": "2026-05-27T02:18:12.598461+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147432.md b/corpus/lg_plot_reports/lgpr-corn-2025-147432.md new file mode 100644 index 00000000..4cebf644 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147432.md @@ -0,0 +1,28 @@ +# Corn yield trial — South Wayne , Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** South Wayne +- **Year:** 2025 +- **Plot ID:** 147432 +- **Cooperator:** Jeramiah Kleiber +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-13 +- **Plot average:** 227.1 BU/Ac +- **Coordinates:** 42.54833, -89.90853 +- **URL:** https://lgseeds.com/performance/corn#plot-147432 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C16 | VT2PRO | 267.49 | +| 2 | Unknown | B05D47V | - | 250.8 | +| 3 | Unknown | 5991PCE | - | 246.25 | +| 4 | Unknown | B12C01AM | - | 246.0 | +| 5 | Unknown | 6041Q | - | 244.49 | + +Top 5 by Yield: LG58C16 (LG Seeds) 267.49, B05D47V (Unknown) 250.8, 5991PCE (Unknown) 246.25, B12C01AM (Unknown) 246.0, 6041Q (Unknown) 244.49. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147436.json b/corpus/lg_plot_reports/lgpr-corn-2025-147436.json new file mode 100644 index 00000000..e81572ec --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147436.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147436", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Watertown ", + "year": 2025, + "plot_id": "147436", + "lat": 44.87534, + "lng": -97.32005, + "cooperator": "Lake Area Ag", + "salesperson": "Lake Area Ag", + "planted_date": "2025-04-30", + "harvested_date": "2025-10-24", + "plot_average": 213.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "AV4098PCE", + "traits": "", + "metrics": { + "Yield": 239.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 239.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC101-33RIB", + "traits": "", + "metrics": { + "Yield": 234.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 231.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C57", + "traits": "DV-RN", + "metrics": { + "Yield": 225.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147436" + ], + "fetched_at": "2026-05-27T02:20:45.666413+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147436.md b/corpus/lg_plot_reports/lgpr-corn-2025-147436.md new file mode 100644 index 00000000..a858587d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147436.md @@ -0,0 +1,28 @@ +# Corn yield trial — Watertown , South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Watertown +- **Year:** 2025 +- **Plot ID:** 147436 +- **Cooperator:** Lake Area Ag +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-24 +- **Plot average:** 213.7 BU/Ac +- **Coordinates:** 44.87534, -97.32005 +- **URL:** https://lgseeds.com/performance/corn#plot-147436 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | AV4098PCE | - | 239.9 | +| 2 | LG Seeds | LG52C90 | VT2RIB | 239.8 | +| 3 | Unknown | DKC101-33RIB | - | 234.8 | +| 4 | LG Seeds | LG46C85 | VT2RIB | 231.6 | +| 5 | LG Seeds | LG48C57 | DV-RN | 225.4 | + +Top 5 by Yield: AV4098PCE (Unknown) 239.9, LG52C90 (LG Seeds) 239.8, DKC101-33RIB (Unknown) 234.8, LG46C85 (LG Seeds) 231.6, LG48C57 (LG Seeds) 225.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147437.json b/corpus/lg_plot_reports/lgpr-corn-2025-147437.json new file mode 100644 index 00000000..1dea90a3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147437.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147437", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Warrensburg", + "year": 2025, + "plot_id": "147437", + "lat": 39.87522, + "lng": -89.03656, + "cooperator": "AgReliant Genetics", + "salesperson": "AgReliant Genetics", + "planted_date": "2025-05-09", + "harvested_date": "2025-10-14", + "plot_average": 240.6, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "LG65C50VT2PRO", + "traits": "", + "metrics": { + "Yield": 266.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 262.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2PRO", + "metrics": { + "Yield": 253.6 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LG59C05V-RN", + "traits": "", + "metrics": { + "Yield": 252.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 251.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147437" + ], + "fetched_at": "2026-05-27T02:17:42.844041+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147437.md b/corpus/lg_plot_reports/lgpr-corn-2025-147437.md new file mode 100644 index 00000000..128ec41f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147437.md @@ -0,0 +1,28 @@ +# Corn yield trial — Warrensburg, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Warrensburg +- **Year:** 2025 +- **Plot ID:** 147437 +- **Cooperator:** AgReliant Genetics +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-14 +- **Plot average:** 240.6 BU/Ac +- **Coordinates:** 39.87522, -89.03656 +- **URL:** https://lgseeds.com/performance/corn#plot-147437 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | LG65C50VT2PRO | - | 266.7 | +| 2 | LG Seeds | LG63C32 | SSPRIB | 262.8 | +| 3 | LG Seeds | LG58C16 | VT2PRO | 253.6 | +| 4 | Unknown | LG59C05V-RN | - | 252.2 | +| 5 | LG Seeds | LG63C82 | DGVT2RIB | 251.8 | + +Top 5 by Yield: LG65C50VT2PRO (Unknown) 266.7, LG63C32 (LG Seeds) 262.8, LG58C16 (LG Seeds) 253.6, LG59C05V-RN (Unknown) 252.2, LG63C82 (LG Seeds) 251.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147443.json b/corpus/lg_plot_reports/lgpr-corn-2025-147443.json new file mode 100644 index 00000000..2e61e546 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147443.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147443", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Blue Earth", + "year": 2025, + "plot_id": "147443", + "lat": 43.6088, + "lng": -94.05549, + "cooperator": "Mark Sohn", + "salesperson": "Mark Sohn", + "planted_date": "2025-05-06", + "harvested_date": "2025-10-14", + "plot_average": 211.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 228.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "RK625SSTX", + "traits": "", + "metrics": { + "Yield": 220.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 216.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2RIB", + "metrics": { + "Yield": 213.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 208.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147443" + ], + "fetched_at": "2026-05-27T02:17:31.343283+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147443.md b/corpus/lg_plot_reports/lgpr-corn-2025-147443.md new file mode 100644 index 00000000..9ae44152 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147443.md @@ -0,0 +1,28 @@ +# Corn yield trial — Blue Earth, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Blue Earth +- **Year:** 2025 +- **Plot ID:** 147443 +- **Cooperator:** Mark Sohn +- **Planted:** 2025-05-06 +- **Harvested:** 2025-10-14 +- **Plot average:** 211.6 BU/Ac +- **Coordinates:** 43.60880, -94.05549 +- **URL:** https://lgseeds.com/performance/corn#plot-147443 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C32 | SSPRIB | 228.3 | +| 2 | Unknown | RK625SSTX | - | 220.4 | +| 3 | LG Seeds | LG53C44 | VT2RIB | 216.3 | +| 4 | LG Seeds | LG5525 | VT2RIB | 213.0 | +| 5 | LG Seeds | LG48C32 | SSPRIB | 208.3 | + +Top 5 by Yield: LG51C32 (LG Seeds) 228.3, RK625SSTX (Unknown) 220.4, LG53C44 (LG Seeds) 216.3, LG5525 (LG Seeds) 213.0, LG48C32 (LG Seeds) 208.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147444.json b/corpus/lg_plot_reports/lgpr-corn-2025-147444.json new file mode 100644 index 00000000..e8f20ebf --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147444.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147444", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Pittsfield ", + "year": 2025, + "plot_id": "147444", + "lat": 39.80243, + "lng": -90.83762, + "cooperator": "Gene Myers", + "salesperson": "Gene Myers", + "planted_date": "2025-04-17", + "harvested_date": "2025-10-10", + "plot_average": 244.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 247.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 246.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 246.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 246.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 243.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147444" + ], + "fetched_at": "2026-05-27T02:17:35.107106+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147444.md b/corpus/lg_plot_reports/lgpr-corn-2025-147444.md new file mode 100644 index 00000000..257283cb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147444.md @@ -0,0 +1,28 @@ +# Corn yield trial — Pittsfield , Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Pittsfield +- **Year:** 2025 +- **Plot ID:** 147444 +- **Cooperator:** Gene Myers +- **Planted:** 2025-04-17 +- **Harvested:** 2025-10-10 +- **Plot average:** 244.5 BU/Ac +- **Coordinates:** 39.80243, -90.83762 +- **URL:** https://lgseeds.com/performance/corn#plot-147444 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C73 | VT2RIB | 247.2 | +| 2 | LG Seeds | LG65C30 | VT2RIB | 246.5 | +| 3 | LG Seeds | LG64C43 | VT2RIB | 246.3 | +| 4 | LG Seeds | LG63C32 | SSPRIB | 246.1 | +| 5 | LG Seeds | LG63C82 | DGVT2RIB | 243.6 | + +Top 5 by Yield: LG62C73 (LG Seeds) 247.2, LG65C30 (LG Seeds) 246.5, LG64C43 (LG Seeds) 246.3, LG63C32 (LG Seeds) 246.1, LG63C82 (LG Seeds) 243.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147445.json b/corpus/lg_plot_reports/lgpr-corn-2025-147445.json new file mode 100644 index 00000000..e210616b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147445.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147445", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Pittsfield", + "year": 2025, + "plot_id": "147445", + "lat": 39.80243, + "lng": -90.83764, + "cooperator": "Gene Myers", + "salesperson": "Gene Myers", + "planted_date": "2025-04-17", + "harvested_date": "2025-10-10", + "plot_average": 245.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 251.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 250.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 249.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Yield": 247.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 243.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147445" + ], + "fetched_at": "2026-05-27T02:17:35.394195+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147445.md b/corpus/lg_plot_reports/lgpr-corn-2025-147445.md new file mode 100644 index 00000000..f0ddd4ac --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147445.md @@ -0,0 +1,28 @@ +# Corn yield trial — Pittsfield, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Pittsfield +- **Year:** 2025 +- **Plot ID:** 147445 +- **Cooperator:** Gene Myers +- **Planted:** 2025-04-17 +- **Harvested:** 2025-10-10 +- **Plot average:** 245.9 BU/Ac +- **Coordinates:** 39.80243, -90.83764 +- **URL:** https://lgseeds.com/performance/corn#plot-147445 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C43 | VT2RIB | 251.7 | +| 2 | LG Seeds | LG63C32 | SSPRIB | 250.0 | +| 3 | LG Seeds | LG62C73 | VT2RIB | 249.5 | +| 4 | LG Seeds | LG65C30 | VT2RIB | 247.5 | +| 5 | LG Seeds | LG63C82 | DGVT2RIB | 243.9 | + +Top 5 by Yield: LG64C43 (LG Seeds) 251.7, LG63C32 (LG Seeds) 250.0, LG62C73 (LG Seeds) 249.5, LG65C30 (LG Seeds) 247.5, LG63C82 (LG Seeds) 243.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147458.json b/corpus/lg_plot_reports/lgpr-corn-2025-147458.json new file mode 100644 index 00000000..3ee20b14 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147458.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147458", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Plainview", + "year": 2025, + "plot_id": "147458", + "lat": 44.15654, + "lng": -92.05497, + "cooperator": "Lane Heim", + "salesperson": "Lane Heim", + "planted_date": "2025-05-11", + "harvested_date": "2025-10-14", + "plot_average": 253.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 274.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 257.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 256.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 251.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 246.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147458" + ], + "fetched_at": "2026-05-27T02:17:28.367132+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147458.md b/corpus/lg_plot_reports/lgpr-corn-2025-147458.md new file mode 100644 index 00000000..08db0d37 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147458.md @@ -0,0 +1,28 @@ +# Corn yield trial — Plainview, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Plainview +- **Year:** 2025 +- **Plot ID:** 147458 +- **Cooperator:** Lane Heim +- **Planted:** 2025-05-11 +- **Harvested:** 2025-10-14 +- **Plot average:** 253.3 BU/Ac +- **Coordinates:** 44.15654, -92.05497 +- **URL:** https://lgseeds.com/performance/corn#plot-147458 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG56C25 | SSPRIB | 274.8 | +| 2 | LG Seeds | LG52C90 | VT2RIB | 257.6 | +| 3 | LG Seeds | LG48C87 | VT2RIB | 256.2 | +| 4 | LG Seeds | LG51C32 | SSPRIB | 251.8 | +| 5 | LG Seeds | LG51C62 | D | 246.9 | + +Top 5 by Yield: LG56C25 (LG Seeds) 274.8, LG52C90 (LG Seeds) 257.6, LG48C87 (LG Seeds) 256.2, LG51C32 (LG Seeds) 251.8, LG51C62 (LG Seeds) 246.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147478.json b/corpus/lg_plot_reports/lgpr-corn-2025-147478.json new file mode 100644 index 00000000..c1776752 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147478.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147478", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Tipton", + "year": 2025, + "plot_id": "147478", + "lat": 41.76856, + "lng": -91.04791, + "cooperator": "Tony Pelzer", + "salesperson": "Tony Pelzer", + "planted_date": "2025-04-27", + "harvested_date": "2025-10-10", + "plot_average": 224.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC68-35RIB", + "traits": "", + "metrics": { + "Yield": 253.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B13C49PCE", + "traits": "", + "metrics": { + "Yield": 250.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC56-26RIB", + "traits": "", + "metrics": { + "Yield": 250.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "CP5320SSPRO/RIB", + "traits": "", + "metrics": { + "Yield": 245.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC64-22RIB", + "traits": "", + "metrics": { + "Yield": 244.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147478" + ], + "fetched_at": "2026-05-27T02:17:55.086204+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147478.md b/corpus/lg_plot_reports/lgpr-corn-2025-147478.md new file mode 100644 index 00000000..479ecc08 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147478.md @@ -0,0 +1,28 @@ +# Corn yield trial — Tipton, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Tipton +- **Year:** 2025 +- **Plot ID:** 147478 +- **Cooperator:** Tony Pelzer +- **Planted:** 2025-04-27 +- **Harvested:** 2025-10-10 +- **Plot average:** 224.9 BU/Ac +- **Coordinates:** 41.76856, -91.04791 +- **URL:** https://lgseeds.com/performance/corn#plot-147478 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC68-35RIB | - | 253.1 | +| 2 | Unknown | B13C49PCE | - | 250.6 | +| 3 | Unknown | DKC56-26RIB | - | 250.2 | +| 4 | Unknown | CP5320SSPRO/RIB | - | 245.4 | +| 5 | Unknown | DKC64-22RIB | - | 244.4 | + +Top 5 by Yield: DKC68-35RIB (Unknown) 253.1, B13C49PCE (Unknown) 250.6, DKC56-26RIB (Unknown) 250.2, CP5320SSPRO/RIB (Unknown) 245.4, DKC64-22RIB (Unknown) 244.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147491.json b/corpus/lg_plot_reports/lgpr-corn-2025-147491.json new file mode 100644 index 00000000..f8c88e67 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147491.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147491", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Missouri", + "state_abbrev": "mo", + "city": "Laplata", + "year": 2025, + "plot_id": "147491", + "lat": 40.06219, + "lng": -92.40324, + "cooperator": "Danny Smithson", + "salesperson": "Danny Smithson", + "planted_date": "2025-04-29", + "harvested_date": "2025-10-15", + "plot_average": 236.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "X8A12VT2", + "traits": "", + "metrics": { + "Yield": 250.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "4W42PCE", + "traits": "", + "metrics": { + "Yield": 245.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 244.7 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "4W42PCE", + "traits": "", + "metrics": { + "Yield": 243.8 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P13841PCUE", + "traits": "", + "metrics": { + "Yield": 241.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147491" + ], + "fetched_at": "2026-05-27T02:17:55.343416+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147491.md b/corpus/lg_plot_reports/lgpr-corn-2025-147491.md new file mode 100644 index 00000000..ba118615 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147491.md @@ -0,0 +1,28 @@ +# Corn yield trial — Laplata, Missouri, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Missouri (MO) +- **City:** Laplata +- **Year:** 2025 +- **Plot ID:** 147491 +- **Cooperator:** Danny Smithson +- **Planted:** 2025-04-29 +- **Harvested:** 2025-10-15 +- **Plot average:** 236.7 BU/Ac +- **Coordinates:** 40.06219, -92.40324 +- **URL:** https://lgseeds.com/performance/corn#plot-147491 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | X8A12VT2 | - | 250.6 | +| 2 | Unknown | 4W42PCE | - | 245.0 | +| 3 | LG Seeds | LG63C32 | TRC | 244.7 | +| 4 | Unknown | 4W42PCE | - | 243.8 | +| 5 | Pioneer | P13841PCUE | - | 241.5 | + +Top 5 by Yield: X8A12VT2 (Unknown) 250.6, 4W42PCE (Unknown) 245.0, LG63C32 (LG Seeds) 244.7, 4W42PCE (Unknown) 243.8, P13841PCUE (Pioneer) 241.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147493.json b/corpus/lg_plot_reports/lgpr-corn-2025-147493.json new file mode 100644 index 00000000..5bf1f6b3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147493.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147493", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Sauk Rapids", + "year": 2025, + "plot_id": "147493", + "lat": 45.65474, + "lng": -94.06717, + "cooperator": "Glen Kaschmitter", + "salesperson": "Glen Kaschmitter ", + "planted_date": "2025-05-01", + "harvested_date": "2025-10-15", + "plot_average": 221.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 255.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2RIB", + "metrics": { + "Yield": 239.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG40C07", + "traits": "STX", + "metrics": { + "Yield": 235.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 228.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG38C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 218.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147493" + ], + "fetched_at": "2026-05-27T02:20:52.193282+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147493.md b/corpus/lg_plot_reports/lgpr-corn-2025-147493.md new file mode 100644 index 00000000..65de9418 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147493.md @@ -0,0 +1,29 @@ +# Corn yield trial — Sauk Rapids, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Sauk Rapids +- **Year:** 2025 +- **Plot ID:** 147493 +- **Cooperator:** Glen Kaschmitter +- **Salesperson:** Glen Kaschmitter +- **Planted:** 2025-05-01 +- **Harvested:** 2025-10-15 +- **Plot average:** 221.4 BU/Ac +- **Coordinates:** 45.65474, -94.06717 +- **URL:** https://lgseeds.com/performance/corn#plot-147493 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG48C87 | VT2RIB | 255.5 | +| 2 | LG Seeds | LG43C50 | VT2RIB | 239.7 | +| 3 | LG Seeds | LG40C07 | STX | 235.3 | +| 4 | LG Seeds | LG46C85 | VT2RIB | 228.9 | +| 5 | LG Seeds | LG38C48 | VT2RIB | 218.8 | + +Top 5 by Yield: LG48C87 (LG Seeds) 255.5, LG43C50 (LG Seeds) 239.7, LG40C07 (LG Seeds) 235.3, LG46C85 (LG Seeds) 228.9, LG38C48 (LG Seeds) 218.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147494.json b/corpus/lg_plot_reports/lgpr-corn-2025-147494.json new file mode 100644 index 00000000..474df887 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147494.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147494", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Grand Meadow", + "year": 2025, + "plot_id": "147494", + "lat": 43.5879, + "lng": -92.6156, + "cooperator": "Nexus Cooperative", + "salesperson": "Nexus Cooperative", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-14", + "plot_average": 208.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG54C55", + "traits": "", + "metrics": { + "Yield": 221.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG46C57", + "traits": "", + "metrics": { + "Yield": 219.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "MX606-0", + "traits": "", + "metrics": { + "Yield": 216.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "", + "metrics": { + "Yield": 213.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "MX604-0", + "traits": "", + "metrics": { + "Yield": 212.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147494" + ], + "fetched_at": "2026-05-27T02:20:14.918636+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147494.md b/corpus/lg_plot_reports/lgpr-corn-2025-147494.md new file mode 100644 index 00000000..4323dc75 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147494.md @@ -0,0 +1,28 @@ +# Corn yield trial — Grand Meadow, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Grand Meadow +- **Year:** 2025 +- **Plot ID:** 147494 +- **Cooperator:** Nexus Cooperative +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-14 +- **Plot average:** 208.6 BU/Ac +- **Coordinates:** 43.58790, -92.61560 +- **URL:** https://lgseeds.com/performance/corn#plot-147494 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG54C55 | - | 221.3 | +| 2 | LG Seeds | LG46C57 | - | 219.0 | +| 3 | Unknown | MX606-0 | - | 216.0 | +| 4 | LG Seeds | LG53C44 | - | 213.0 | +| 5 | Unknown | MX604-0 | - | 212.1 | + +Top 5 by Yield: LG54C55 (LG Seeds) 221.3, LG46C57 (LG Seeds) 219.0, MX606-0 (Unknown) 216.0, LG53C44 (LG Seeds) 213.0, MX604-0 (Unknown) 212.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147495.json b/corpus/lg_plot_reports/lgpr-corn-2025-147495.json new file mode 100644 index 00000000..532957de --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147495.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147495", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Sauk Rapids", + "year": 2025, + "plot_id": "147495", + "lat": 45.65474, + "lng": -94.06716, + "cooperator": "Glen Kaschmitter Benton/Sherburne County Corn Growers", + "salesperson": "Glen Kaschmitter Benton/Sherburne County Corn Growers", + "planted_date": "2025-05-01", + "harvested_date": "2025-10-15", + "plot_average": 226.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2RIB", + "metrics": { + "Yield": 235.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "CP3330VT2P/RIB", + "traits": "", + "metrics": { + "Yield": 232.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LR9595V", + "traits": "", + "metrics": { + "Yield": 231.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "D34VC93RIB", + "traits": "", + "metrics": { + "Yield": 227.9 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG9591PCE", + "traits": "", + "metrics": { + "Yield": 226.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147495" + ], + "fetched_at": "2026-05-27T02:13:35.734318+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147495.md b/corpus/lg_plot_reports/lgpr-corn-2025-147495.md new file mode 100644 index 00000000..1a7a6dc2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147495.md @@ -0,0 +1,28 @@ +# Corn yield trial — Sauk Rapids, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Sauk Rapids +- **Year:** 2025 +- **Plot ID:** 147495 +- **Cooperator:** Glen Kaschmitter Benton/Sherburne County Corn Growers +- **Planted:** 2025-05-01 +- **Harvested:** 2025-10-15 +- **Plot average:** 226.1 BU/Ac +- **Coordinates:** 45.65474, -94.06716 +- **URL:** https://lgseeds.com/performance/corn#plot-147495 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG43C50 | VT2RIB | 235.6 | +| 2 | Unknown | CP3330VT2P/RIB | - | 232.8 | +| 3 | Unknown | LR9595V | - | 231.2 | +| 4 | Unknown | D34VC93RIB | - | 227.9 | +| 5 | Unknown | LG9591PCE | - | 226.6 | + +Top 5 by Yield: LG43C50 (LG Seeds) 235.6, CP3330VT2P/RIB (Unknown) 232.8, LR9595V (Unknown) 231.2, D34VC93RIB (Unknown) 227.9, LG9591PCE (Unknown) 226.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147513.json b/corpus/lg_plot_reports/lgpr-corn-2025-147513.json new file mode 100644 index 00000000..c49b06e0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147513.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147513", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Colorado", + "state_abbrev": "co", + "city": "Holyoke ", + "year": 2025, + "plot_id": "147513", + "lat": 40.68234, + "lng": -102.1644, + "cooperator": "Logan Krueger", + "salesperson": "Logan Krueger", + "planted_date": "2025-05-01", + "harvested_date": "2025-10-27", + "plot_average": 222.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STXRIB", + "metrics": { + "Yield": 233.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "5508Q", + "traits": "", + "metrics": { + "Yield": 231.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 229.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC101-35RIB", + "traits": "", + "metrics": { + "Yield": 227.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 226.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147513" + ], + "fetched_at": "2026-05-27T02:20:58.672508+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147513.md b/corpus/lg_plot_reports/lgpr-corn-2025-147513.md new file mode 100644 index 00000000..d143307d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147513.md @@ -0,0 +1,28 @@ +# Corn yield trial — Holyoke , Colorado, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Colorado (CO) +- **City:** Holyoke +- **Year:** 2025 +- **Plot ID:** 147513 +- **Cooperator:** Logan Krueger +- **Planted:** 2025-05-01 +- **Harvested:** 2025-10-27 +- **Plot average:** 222.7 BU/Ac +- **Coordinates:** 40.68234, -102.16440 +- **URL:** https://lgseeds.com/performance/corn#plot-147513 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C90 | STXRIB | 233.0 | +| 2 | Unknown | 5508Q | - | 231.0 | +| 3 | LG Seeds | LG63C32 | SSPRIB | 229.0 | +| 4 | Unknown | DKC101-35RIB | - | 227.0 | +| 5 | LG Seeds | LG61C34 | STXRIB | 226.0 | + +Top 5 by Yield: LG64C90 (LG Seeds) 233.0, 5508Q (Unknown) 231.0, LG63C32 (LG Seeds) 229.0, DKC101-35RIB (Unknown) 227.0, LG61C34 (LG Seeds) 226.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147517.json b/corpus/lg_plot_reports/lgpr-corn-2025-147517.json new file mode 100644 index 00000000..0a543a1d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147517.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147517", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Dewitt", + "year": 2025, + "plot_id": "147517", + "lat": 40.19323, + "lng": -88.78261, + "cooperator": "Ron Falk", + "salesperson": "Ron Falk ", + "planted_date": "2025-04-29", + "harvested_date": "2025-10-17", + "plot_average": 255.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 267.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C82", + "traits": "DGVT2RIB", + "metrics": { + "Yield": 267.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2PRO", + "metrics": { + "Yield": 266.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 266.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG59C05V-RN", + "traits": "", + "metrics": { + "Yield": 265.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147517" + ], + "fetched_at": "2026-05-27T02:17:57.104600+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147517.md b/corpus/lg_plot_reports/lgpr-corn-2025-147517.md new file mode 100644 index 00000000..3efe406b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147517.md @@ -0,0 +1,29 @@ +# Corn yield trial — Dewitt, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Dewitt +- **Year:** 2025 +- **Plot ID:** 147517 +- **Cooperator:** Ron Falk +- **Salesperson:** Ron Falk +- **Planted:** 2025-04-29 +- **Harvested:** 2025-10-17 +- **Plot average:** 255.9 BU/Ac +- **Coordinates:** 40.19323, -88.78261 +- **URL:** https://lgseeds.com/performance/corn#plot-147517 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C73 | VT2RIB | 267.4 | +| 2 | LG Seeds | LG63C82 | DGVT2RIB | 267.1 | +| 3 | LG Seeds | LG58C16 | VT2PRO | 266.8 | +| 4 | LG Seeds | LG63C32 | TRC | 266.0 | +| 5 | Unknown | LG59C05V-RN | - | 265.3 | + +Top 5 by Yield: LG62C73 (LG Seeds) 267.4, LG63C82 (LG Seeds) 267.1, LG58C16 (LG Seeds) 266.8, LG63C32 (LG Seeds) 266.0, LG59C05V-RN (Unknown) 265.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147520.json b/corpus/lg_plot_reports/lgpr-corn-2025-147520.json new file mode 100644 index 00000000..09d7952e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147520.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147520", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Morning Sun", + "year": 2025, + "plot_id": "147520", + "lat": 41.07443, + "lng": -91.30798, + "cooperator": "Todd Agri", + "salesperson": "Todd Agri", + "planted_date": "2025-05-08", + "harvested_date": "2025-09-25", + "plot_average": 247.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B13C49PCE", + "traits": "", + "metrics": { + "Yield": 281.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B14C59PCE", + "traits": "", + "metrics": { + "Yield": 272.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B12H48PCE", + "traits": "", + "metrics": { + "Yield": 269.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "D55VC80RIB", + "traits": "", + "metrics": { + "Yield": 269.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC112-35RIB", + "traits": "", + "metrics": { + "Yield": 266.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147520" + ], + "fetched_at": "2026-05-27T02:17:27.574876+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147520.md b/corpus/lg_plot_reports/lgpr-corn-2025-147520.md new file mode 100644 index 00000000..d1ae568a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147520.md @@ -0,0 +1,28 @@ +# Corn yield trial — Morning Sun, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Morning Sun +- **Year:** 2025 +- **Plot ID:** 147520 +- **Cooperator:** Todd Agri +- **Planted:** 2025-05-08 +- **Harvested:** 2025-09-25 +- **Plot average:** 247.8 BU/Ac +- **Coordinates:** 41.07443, -91.30798 +- **URL:** https://lgseeds.com/performance/corn#plot-147520 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B13C49PCE | - | 281.3 | +| 2 | Unknown | B14C59PCE | - | 272.6 | +| 3 | Unknown | B12H48PCE | - | 269.5 | +| 4 | Unknown | D55VC80RIB | - | 269.1 | +| 5 | Unknown | DKC112-35RIB | - | 266.4 | + +Top 5 by Yield: B13C49PCE (Unknown) 281.3, B14C59PCE (Unknown) 272.6, B12H48PCE (Unknown) 269.5, D55VC80RIB (Unknown) 269.1, DKC112-35RIB (Unknown) 266.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147521.json b/corpus/lg_plot_reports/lgpr-corn-2025-147521.json new file mode 100644 index 00000000..0e0c2437 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147521.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147521", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Dekalb", + "year": 2025, + "plot_id": "147521", + "lat": 41.87375, + "lng": -88.83125, + "cooperator": "Dekalb County Corn Growers", + "salesperson": "Dekalb County Corn Growers ", + "planted_date": "2025-05-06", + "harvested_date": "2025-10-14", + "plot_average": 272.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG60C24", + "traits": "VT4PRO", + "metrics": { + "Yield": 299.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "83P66", + "traits": "", + "metrics": { + "Yield": 295.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "A642-05VT2RIBD1", + "traits": "", + "metrics": { + "Yield": 290.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "65B8V", + "traits": "", + "metrics": { + "Yield": 289.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "49-05", + "traits": "", + "metrics": { + "Yield": 289.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147521" + ], + "fetched_at": "2026-05-27T02:17:33.339589+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147521.md b/corpus/lg_plot_reports/lgpr-corn-2025-147521.md new file mode 100644 index 00000000..166a3220 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147521.md @@ -0,0 +1,29 @@ +# Corn yield trial — Dekalb, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Dekalb +- **Year:** 2025 +- **Plot ID:** 147521 +- **Cooperator:** Dekalb County Corn Growers +- **Salesperson:** Dekalb County Corn Growers +- **Planted:** 2025-05-06 +- **Harvested:** 2025-10-14 +- **Plot average:** 272.8 BU/Ac +- **Coordinates:** 41.87375, -88.83125 +- **URL:** https://lgseeds.com/performance/corn#plot-147521 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG60C24 | VT4PRO | 299.2 | +| 2 | Unknown | 83P66 | - | 295.6 | +| 3 | Unknown | A642-05VT2RIBD1 | - | 290.0 | +| 4 | Unknown | 65B8V | - | 289.7 | +| 5 | Unknown | 49-05 | - | 289.6 | + +Top 5 by Yield: LG60C24 (LG Seeds) 299.2, 83P66 (Unknown) 295.6, A642-05VT2RIBD1 (Unknown) 290.0, 65B8V (Unknown) 289.7, 49-05 (Unknown) 289.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147523.json b/corpus/lg_plot_reports/lgpr-corn-2025-147523.json new file mode 100644 index 00000000..6e2f8855 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147523.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147523", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Maria Stein", + "year": 2025, + "plot_id": "147523", + "lat": 40.43709, + "lng": -84.4808, + "cooperator": "Maria Stein Grain", + "salesperson": "Maria Stein Grain", + "planted_date": "2025-05-18", + "harvested_date": "2025-10-17", + "plot_average": 200.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "AGI-C6108PWE", + "traits": "", + "metrics": { + "Yield": 215.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "SC1094PCE", + "traits": "", + "metrics": { + "Yield": 215.42 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "VT2RIB", + "metrics": { + "Yield": 212.41 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 210.88 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "SC1105PCE", + "traits": "", + "metrics": { + "Yield": 204.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147523" + ], + "fetched_at": "2026-05-27T02:20:56.422748+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147523.md b/corpus/lg_plot_reports/lgpr-corn-2025-147523.md new file mode 100644 index 00000000..bb3769da --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147523.md @@ -0,0 +1,28 @@ +# Corn yield trial — Maria Stein, Ohio, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Ohio (OH) +- **City:** Maria Stein +- **Year:** 2025 +- **Plot ID:** 147523 +- **Cooperator:** Maria Stein Grain +- **Planted:** 2025-05-18 +- **Harvested:** 2025-10-17 +- **Plot average:** 200.8 BU/Ac +- **Coordinates:** 40.43709, -84.48080 +- **URL:** https://lgseeds.com/performance/corn#plot-147523 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | AGI-C6108PWE | - | 215.6 | +| 2 | Unknown | SC1094PCE | - | 215.42 | +| 3 | LG Seeds | LG59C72 | VT2RIB | 212.41 | +| 4 | LG Seeds | LG58C48 | VT2RIB | 210.88 | +| 5 | Unknown | SC1105PCE | - | 204.1 | + +Top 5 by Yield: AGI-C6108PWE (Unknown) 215.6, SC1094PCE (Unknown) 215.42, LG59C72 (LG Seeds) 212.41, LG58C48 (LG Seeds) 210.88, SC1105PCE (Unknown) 204.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147530.json b/corpus/lg_plot_reports/lgpr-corn-2025-147530.json new file mode 100644 index 00000000..dd38a4dc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147530.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147530", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Panola", + "year": 2025, + "plot_id": "147530", + "lat": 40.78139, + "lng": -88.99635, + "cooperator": "Helena Agri-Enterprise LLC. -Washburn", + "salesperson": "Helena Agri-Enterprise LLC. -Washburn ", + "planted_date": "2025-05-10", + "harvested_date": "2025-10-15", + "plot_average": 260.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC68-35RIB", + "traits": "", + "metrics": { + "Yield": 273.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B13C49PCE", + "traits": "", + "metrics": { + "Yield": 269.9 + } + }, + { + "rank": 3, + "brand": "NK", + "product": "1732-DVZ", + "traits": "", + "metrics": { + "Yield": 268.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC114-42RIB", + "traits": "", + "metrics": { + "Yield": 265.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG62C20", + "traits": "D-RN", + "metrics": { + "Yield": 264.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147530" + ], + "fetched_at": "2026-05-27T02:17:33.579921+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147530.md b/corpus/lg_plot_reports/lgpr-corn-2025-147530.md new file mode 100644 index 00000000..03f39230 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147530.md @@ -0,0 +1,29 @@ +# Corn yield trial — Panola, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Panola +- **Year:** 2025 +- **Plot ID:** 147530 +- **Cooperator:** Helena Agri-Enterprise LLC. -Washburn +- **Salesperson:** Helena Agri-Enterprise LLC. -Washburn +- **Planted:** 2025-05-10 +- **Harvested:** 2025-10-15 +- **Plot average:** 260.9 BU/Ac +- **Coordinates:** 40.78139, -88.99635 +- **URL:** https://lgseeds.com/performance/corn#plot-147530 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC68-35RIB | - | 273.4 | +| 2 | Unknown | B13C49PCE | - | 269.9 | +| 3 | NK | 1732-DVZ | - | 268.4 | +| 4 | Unknown | DKC114-42RIB | - | 265.8 | +| 5 | LG Seeds | LG62C20 | D-RN | 264.1 | + +Top 5 by Yield: DKC68-35RIB (Unknown) 273.4, B13C49PCE (Unknown) 269.9, 1732-DVZ (NK) 268.4, DKC114-42RIB (Unknown) 265.8, LG62C20 (LG Seeds) 264.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147540.json b/corpus/lg_plot_reports/lgpr-corn-2025-147540.json new file mode 100644 index 00000000..7d44d771 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147540.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147540", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Marshall", + "year": 2025, + "plot_id": "147540", + "lat": 44.44842, + "lng": -95.63577, + "cooperator": "Jim Tauer", + "salesperson": "Jim Tauer", + "planted_date": "2025-05-20", + "harvested_date": "2025-10-20", + "plot_average": 239.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C20", + "traits": "D-RN", + "metrics": { + "Yield": 265.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 247.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 244.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 242.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 240.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147540" + ], + "fetched_at": "2026-05-27T02:17:37.113458+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147540.md b/corpus/lg_plot_reports/lgpr-corn-2025-147540.md new file mode 100644 index 00000000..39b9843b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147540.md @@ -0,0 +1,28 @@ +# Corn yield trial — Marshall, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Marshall +- **Year:** 2025 +- **Plot ID:** 147540 +- **Cooperator:** Jim Tauer +- **Planted:** 2025-05-20 +- **Harvested:** 2025-10-20 +- **Plot average:** 239.0 BU/Ac +- **Coordinates:** 44.44842, -95.63577 +- **URL:** https://lgseeds.com/performance/corn#plot-147540 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C20 | D-RN | 265.9 | +| 2 | LG Seeds | LG51C32 | SSPRIB | 247.4 | +| 3 | LG Seeds | LG52C90 | VT2RIB | 244.0 | +| 4 | LG Seeds | LG56C25 | SSPRIB | 242.7 | +| 5 | LG Seeds | LG58C48 | VT2RIB | 240.8 | + +Top 5 by Yield: LG62C20 (LG Seeds) 265.9, LG51C32 (LG Seeds) 247.4, LG52C90 (LG Seeds) 244.0, LG56C25 (LG Seeds) 242.7, LG58C48 (LG Seeds) 240.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147541.json b/corpus/lg_plot_reports/lgpr-corn-2025-147541.json new file mode 100644 index 00000000..7533f2c9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147541.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147541", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Joliet", + "year": 2025, + "plot_id": "147541", + "lat": 41.50494, + "lng": -88.17032, + "cooperator": "Joliet Junior College", + "salesperson": "Joliet Junior College", + "planted_date": "2025-04-29", + "harvested_date": "2025-10-13", + "plot_average": 181.2, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "W7878RIB", + "traits": "", + "metrics": { + "Yield": 194.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "A645-71STXRIB", + "traits": "", + "metrics": { + "Yield": 188.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 188.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC110-10RIB", + "traits": "", + "metrics": { + "Yield": 186.3 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "11124VT4P", + "traits": "", + "metrics": { + "Yield": 185.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147541" + ], + "fetched_at": "2026-05-27T02:20:46.918518+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147541.md b/corpus/lg_plot_reports/lgpr-corn-2025-147541.md new file mode 100644 index 00000000..3ed45c9e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147541.md @@ -0,0 +1,28 @@ +# Corn yield trial — Joliet, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Joliet +- **Year:** 2025 +- **Plot ID:** 147541 +- **Cooperator:** Joliet Junior College +- **Planted:** 2025-04-29 +- **Harvested:** 2025-10-13 +- **Plot average:** 181.2 BU/Ac +- **Coordinates:** 41.50494, -88.17032 +- **URL:** https://lgseeds.com/performance/corn#plot-147541 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | W7878RIB | - | 194.5 | +| 2 | Unknown | A645-71STXRIB | - | 188.8 | +| 3 | LG Seeds | LG63C32 | SSPRIB | 188.4 | +| 4 | Unknown | DKC110-10RIB | - | 186.3 | +| 5 | Unknown | 11124VT4P | - | 185.2 | + +Top 5 by Yield: W7878RIB (Unknown) 194.5, A645-71STXRIB (Unknown) 188.8, LG63C32 (LG Seeds) 188.4, DKC110-10RIB (Unknown) 186.3, 11124VT4P (Unknown) 185.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147554.json b/corpus/lg_plot_reports/lgpr-corn-2025-147554.json new file mode 100644 index 00000000..2411d713 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147554.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147554", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Fairfax", + "year": 2025, + "plot_id": "147554", + "lat": 41.89066, + "lng": -91.76139, + "cooperator": "Shawn Nove", + "salesperson": "Shawn Nove", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-20", + "plot_average": 223.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Yield": 245.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 240.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG61C34", + "traits": "STXRIB", + "metrics": { + "Yield": 236.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 232.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 221.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147554" + ], + "fetched_at": "2026-05-27T02:18:28.128958+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147554.md b/corpus/lg_plot_reports/lgpr-corn-2025-147554.md new file mode 100644 index 00000000..0c09c629 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147554.md @@ -0,0 +1,28 @@ +# Corn yield trial — Fairfax, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Fairfax +- **Year:** 2025 +- **Plot ID:** 147554 +- **Cooperator:** Shawn Nove +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-20 +- **Plot average:** 223.7 BU/Ac +- **Coordinates:** 41.89066, -91.76139 +- **URL:** https://lgseeds.com/performance/corn#plot-147554 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG60C05 | 3110 | 245.5 | +| 2 | LG Seeds | LG61C28 | V | 240.1 | +| 3 | LG Seeds | LG61C34 | STXRIB | 236.5 | +| 4 | LG Seeds | LG63C32 | SSPRIB | 232.6 | +| 5 | LG Seeds | LG56C25 | SSPRIB | 221.5 | + +Top 5 by Yield: LG60C05 (LG Seeds) 245.5, LG61C28 (LG Seeds) 240.1, LG61C34 (LG Seeds) 236.5, LG63C32 (LG Seeds) 232.6, LG56C25 (LG Seeds) 221.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147556.json b/corpus/lg_plot_reports/lgpr-corn-2025-147556.json new file mode 100644 index 00000000..e4f2d464 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147556.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147556", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Ivesdale ", + "year": 2025, + "plot_id": "147556", + "lat": 39.98162, + "lng": -88.47981, + "cooperator": "Ron Falk", + "salesperson": "Ron Falk ", + "planted_date": "2025-04-17", + "harvested_date": "2025-10-27", + "plot_average": 259.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "W7485RIB", + "traits": "", + "metrics": { + "Yield": 273.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "W7945RIB", + "traits": "", + "metrics": { + "Yield": 271.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 271.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2PRO", + "metrics": { + "Yield": 269.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 268.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147556" + ], + "fetched_at": "2026-05-27T02:19:06.132767+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147556.md b/corpus/lg_plot_reports/lgpr-corn-2025-147556.md new file mode 100644 index 00000000..be6de187 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147556.md @@ -0,0 +1,29 @@ +# Corn yield trial — Ivesdale , Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Ivesdale +- **Year:** 2025 +- **Plot ID:** 147556 +- **Cooperator:** Ron Falk +- **Salesperson:** Ron Falk +- **Planted:** 2025-04-17 +- **Harvested:** 2025-10-27 +- **Plot average:** 259.9 BU/Ac +- **Coordinates:** 39.98162, -88.47981 +- **URL:** https://lgseeds.com/performance/corn#plot-147556 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | W7485RIB | - | 273.8 | +| 2 | Unknown | W7945RIB | - | 271.7 | +| 3 | LG Seeds | LG63C32 | TRC | 271.2 | +| 4 | LG Seeds | LG58C16 | VT2PRO | 269.6 | +| 5 | LG Seeds | LG62C73 | VT2RIB | 268.5 | + +Top 5 by Yield: W7485RIB (Unknown) 273.8, W7945RIB (Unknown) 271.7, LG63C32 (LG Seeds) 271.2, LG58C16 (LG Seeds) 269.6, LG62C73 (LG Seeds) 268.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147561.json b/corpus/lg_plot_reports/lgpr-corn-2025-147561.json new file mode 100644 index 00000000..8ea492ab --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147561.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147561", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Princeton ", + "year": 2025, + "plot_id": "147561", + "lat": 43.83791, + "lng": -89.08469, + "cooperator": "Andy Otto", + "salesperson": "Andy Otto", + "planted_date": "2025-05-09", + "harvested_date": "2025-10-31", + "plot_average": 229.3, + "results": [ + { + "rank": 1, + "brand": "NK", + "product": "0252-D", + "traits": "", + "metrics": { + "Yield": 247.95 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 245.82 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C57", + "traits": "DV-RN", + "metrics": { + "Yield": 240.53 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B04J45PCE", + "traits": "", + "metrics": { + "Yield": 239.87 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC45-35RIB", + "traits": "", + "metrics": { + "Yield": 237.72 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147561" + ], + "fetched_at": "2026-05-27T02:18:08.105339+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147561.md b/corpus/lg_plot_reports/lgpr-corn-2025-147561.md new file mode 100644 index 00000000..5b2170b9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147561.md @@ -0,0 +1,28 @@ +# Corn yield trial — Princeton , Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Princeton +- **Year:** 2025 +- **Plot ID:** 147561 +- **Cooperator:** Andy Otto +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-31 +- **Plot average:** 229.3 BU/Ac +- **Coordinates:** 43.83791, -89.08469 +- **URL:** https://lgseeds.com/performance/corn#plot-147561 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | NK | 0252-D | - | 247.95 | +| 2 | LG Seeds | LG48C87 | VT2RIB | 245.82 | +| 3 | LG Seeds | LG48C57 | DV-RN | 240.53 | +| 4 | Unknown | B04J45PCE | - | 239.87 | +| 5 | Unknown | DKC45-35RIB | - | 237.72 | + +Top 5 by Yield: 0252-D (NK) 247.95, LG48C87 (LG Seeds) 245.82, LG48C57 (LG Seeds) 240.53, B04J45PCE (Unknown) 239.87, DKC45-35RIB (Unknown) 237.72. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147570.json b/corpus/lg_plot_reports/lgpr-corn-2025-147570.json new file mode 100644 index 00000000..f0949df4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147570.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147570", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Austin", + "year": 2025, + "plot_id": "147570", + "lat": 43.72414, + "lng": -92.93001, + "cooperator": "Wilbur-Ellis Claremont", + "salesperson": "Wilbur-Ellis Claremont", + "planted_date": "2025-04-22", + "harvested_date": "2025-10-23", + "plot_average": 226.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG46C57", + "traits": "", + "metrics": { + "Yield": 239.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 238.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "", + "metrics": { + "Yield": 233.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 232.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "5225TRE", + "traits": "", + "metrics": { + "Yield": 229.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147570" + ], + "fetched_at": "2026-05-27T02:20:04.655471+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147570.md b/corpus/lg_plot_reports/lgpr-corn-2025-147570.md new file mode 100644 index 00000000..ea2d8dbe --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147570.md @@ -0,0 +1,28 @@ +# Corn yield trial — Austin, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Austin +- **Year:** 2025 +- **Plot ID:** 147570 +- **Cooperator:** Wilbur-Ellis Claremont +- **Planted:** 2025-04-22 +- **Harvested:** 2025-10-23 +- **Plot average:** 226.5 BU/Ac +- **Coordinates:** 43.72414, -92.93001 +- **URL:** https://lgseeds.com/performance/corn#plot-147570 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG46C57 | - | 239.4 | +| 2 | LG Seeds | LG52C90 | VT2RIB | 238.5 | +| 3 | LG Seeds | LG51C62 | - | 233.0 | +| 4 | LG Seeds | LG53C44 | VT2RIB | 232.0 | +| 5 | Unknown | 5225TRE | - | 229.4 | + +Top 5 by Yield: LG46C57 (LG Seeds) 239.4, LG52C90 (LG Seeds) 238.5, LG51C62 (LG Seeds) 233.0, LG53C44 (LG Seeds) 232.0, 5225TRE (Unknown) 229.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147589.json b/corpus/lg_plot_reports/lgpr-corn-2025-147589.json new file mode 100644 index 00000000..1ff8a8af --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147589.json @@ -0,0 +1,55 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147589", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Hayward", + "year": 2025, + "plot_id": "147589", + "lat": 43.61536, + "lng": -93.24218, + "cooperator": "Mic Skaar", + "salesperson": "Mic Skaar", + "planted_date": "2025-05-11", + "harvested_date": "2025-10-24", + "plot_average": 218.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 227.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 217.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 210.0 + } + } + ], + "n_results": 3, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147589" + ], + "fetched_at": "2026-05-27T02:20:54.435101+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147589.md b/corpus/lg_plot_reports/lgpr-corn-2025-147589.md new file mode 100644 index 00000000..353ec012 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147589.md @@ -0,0 +1,26 @@ +# Corn yield trial — Hayward, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Hayward +- **Year:** 2025 +- **Plot ID:** 147589 +- **Cooperator:** Mic Skaar +- **Planted:** 2025-05-11 +- **Harvested:** 2025-10-24 +- **Plot average:** 218.0 BU/Ac +- **Coordinates:** 43.61536, -93.24218 +- **URL:** https://lgseeds.com/performance/corn#plot-147589 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | D | 227.0 | +| 2 | LG Seeds | LG52C90 | VT2RIB | 217.0 | +| 3 | LG Seeds | LG53C44 | VT2RIB | 210.0 | + +Top 5 by Yield: LG51C62 (LG Seeds) 227.0, LG52C90 (LG Seeds) 217.0, LG53C44 (LG Seeds) 210.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147602.json b/corpus/lg_plot_reports/lgpr-corn-2025-147602.json new file mode 100644 index 00000000..ff32607a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147602.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147602", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Clontarf", + "year": 2025, + "plot_id": "147602", + "lat": 45.42669, + "lng": -95.64008, + "cooperator": "Richard Syverson", + "salesperson": "Richard Syverson", + "planted_date": "2025-05-06", + "harvested_date": "2025-10-27", + "plot_average": 196.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "4990AM", + "traits": "", + "metrics": { + "Yield": 203.78 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "CP3818TRE/RIB", + "traits": "", + "metrics": { + "Yield": 201.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "AP99-45", + "traits": "", + "metrics": { + "Yield": 200.25 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "200-44VT4PRIB", + "traits": "", + "metrics": { + "Yield": 193.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "R102-263TRE", + "traits": "", + "metrics": { + "Yield": 192.37 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147602" + ], + "fetched_at": "2026-05-27T02:20:33.418278+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147602.md b/corpus/lg_plot_reports/lgpr-corn-2025-147602.md new file mode 100644 index 00000000..06c72958 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147602.md @@ -0,0 +1,28 @@ +# Corn yield trial — Clontarf, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Clontarf +- **Year:** 2025 +- **Plot ID:** 147602 +- **Cooperator:** Richard Syverson +- **Planted:** 2025-05-06 +- **Harvested:** 2025-10-27 +- **Plot average:** 196.7 BU/Ac +- **Coordinates:** 45.42669, -95.64008 +- **URL:** https://lgseeds.com/performance/corn#plot-147602 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 4990AM | - | 203.78 | +| 2 | Unknown | CP3818TRE/RIB | - | 201.8 | +| 3 | Unknown | AP99-45 | - | 200.25 | +| 4 | Unknown | 200-44VT4PRIB | - | 193.1 | +| 5 | Unknown | R102-263TRE | - | 192.37 | + +Top 5 by Yield: 4990AM (Unknown) 203.78, CP3818TRE/RIB (Unknown) 201.8, AP99-45 (Unknown) 200.25, 200-44VT4PRIB (Unknown) 193.1, R102-263TRE (Unknown) 192.37. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147604.json b/corpus/lg_plot_reports/lgpr-corn-2025-147604.json new file mode 100644 index 00000000..b6a0cca2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147604.json @@ -0,0 +1,64 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147604", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Kellogg", + "year": 2025, + "plot_id": "147604", + "lat": 44.15651, + "lng": -92.05494, + "cooperator": "Tim McDough", + "salesperson": "Tim McDough", + "planted_date": "2025-05-11", + "harvested_date": "2025-10-26", + "plot_average": 235.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG55C32", + "traits": "SSP", + "metrics": { + "Yield": 245.28 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 235.28 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 233.42 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 219.97 + } + } + ], + "n_results": 4, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147604" + ], + "fetched_at": "2026-05-27T02:21:08.452658+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147604.md b/corpus/lg_plot_reports/lgpr-corn-2025-147604.md new file mode 100644 index 00000000..5ad52416 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147604.md @@ -0,0 +1,27 @@ +# Corn yield trial — Kellogg, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Kellogg +- **Year:** 2025 +- **Plot ID:** 147604 +- **Cooperator:** Tim McDough +- **Planted:** 2025-05-11 +- **Harvested:** 2025-10-26 +- **Plot average:** 235.0 BU/Ac +- **Coordinates:** 44.15651, -92.05494 +- **URL:** https://lgseeds.com/performance/corn#plot-147604 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG55C32 | SSP | 245.28 | +| 2 | LG Seeds | LG51C32 | SSPRIB | 235.28 | +| 3 | LG Seeds | LG51C62 | D | 233.42 | +| 4 | LG Seeds | LG56C25 | SSPRIB | 219.97 | + +Top 5 by Yield: LG55C32 (LG Seeds) 245.28, LG51C32 (LG Seeds) 235.28, LG51C62 (LG Seeds) 233.42, LG56C25 (LG Seeds) 219.97. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147612.json b/corpus/lg_plot_reports/lgpr-corn-2025-147612.json new file mode 100644 index 00000000..89b414e7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147612.json @@ -0,0 +1,46 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147612", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Fredonia ", + "year": 2025, + "plot_id": "147612", + "lat": 43.52928, + "lng": -88.01839, + "cooperator": "Brian Huiras", + "salesperson": "Brian Huiras", + "planted_date": "2025-04-29", + "harvested_date": "2025-10-28", + "plot_average": 240.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B96M56V", + "traits": "", + "metrics": { + "Yield": 242.0 + } + }, + { + "rank": 2, + "brand": "", + "product": "", + "traits": "", + "metrics": { + "Yield": 239.5 + } + } + ], + "n_results": 2, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147612" + ], + "fetched_at": "2026-05-27T02:21:08.662001+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147612.md b/corpus/lg_plot_reports/lgpr-corn-2025-147612.md new file mode 100644 index 00000000..589860ed --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147612.md @@ -0,0 +1,25 @@ +# Corn yield trial — Fredonia , Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Fredonia +- **Year:** 2025 +- **Plot ID:** 147612 +- **Cooperator:** Brian Huiras +- **Planted:** 2025-04-29 +- **Harvested:** 2025-10-28 +- **Plot average:** 240.8 BU/Ac +- **Coordinates:** 43.52928, -88.01839 +- **URL:** https://lgseeds.com/performance/corn#plot-147612 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B96M56V | - | 242.0 | +| 2 | - | - | - | 239.5 | + +Top 5 by Yield: B96M56V (Unknown) 242.0, () 239.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147619.json b/corpus/lg_plot_reports/lgpr-corn-2025-147619.json new file mode 100644 index 00000000..81279f29 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147619.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147619", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Illinois", + "state_abbrev": "il", + "city": "Lanark", + "year": 2025, + "plot_id": "147619", + "lat": 42.14143, + "lng": -89.79659, + "cooperator": "Erbsen Farms", + "salesperson": "Erbsen Farms", + "planted_date": "2025-04-30", + "harvested_date": "2025-10-14", + "plot_average": 246.3, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P13777V", + "traits": "", + "metrics": { + "Yield": 276.6 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "", + "metrics": { + "Yield": 267.9 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "", + "metrics": { + "Yield": 267.1 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P13777V", + "traits": "", + "metrics": { + "Yield": 265.5 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P10477V", + "traits": "", + "metrics": { + "Yield": 265.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147619" + ], + "fetched_at": "2026-05-27T02:20:04.902049+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147619.md b/corpus/lg_plot_reports/lgpr-corn-2025-147619.md new file mode 100644 index 00000000..881dc3c8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147619.md @@ -0,0 +1,28 @@ +# Corn yield trial — Lanark, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Illinois (IL) +- **City:** Lanark +- **Year:** 2025 +- **Plot ID:** 147619 +- **Cooperator:** Erbsen Farms +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-14 +- **Plot average:** 246.3 BU/Ac +- **Coordinates:** 42.14143, -89.79659 +- **URL:** https://lgseeds.com/performance/corn#plot-147619 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P13777V | - | 276.6 | +| 2 | Pioneer | P14830Q | - | 267.9 | +| 3 | Pioneer | P14830Q | - | 267.1 | +| 4 | Pioneer | P13777V | - | 265.5 | +| 5 | Pioneer | P10477V | - | 265.3 | + +Top 5 by Yield: P13777V (Pioneer) 276.6, P14830Q (Pioneer) 267.9, P14830Q (Pioneer) 267.1, P13777V (Pioneer) 265.5, P10477V (Pioneer) 265.3. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147630.json b/corpus/lg_plot_reports/lgpr-corn-2025-147630.json new file mode 100644 index 00000000..d4aa1236 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147630.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147630", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Waseca", + "year": 2025, + "plot_id": "147630", + "lat": 44.08732, + "lng": -93.61629, + "cooperator": "Crystal Valley Coop Janesville", + "salesperson": "Crystal Valley Coop Janesville ", + "planted_date": "2025-05-09", + "harvested_date": "2025-10-25", + "plot_average": 194.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VT2RIB", + "metrics": { + "Yield": 216.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 207.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 206.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 205.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 189.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147630" + ], + "fetched_at": "2026-05-27T02:20:05.158427+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147630.md b/corpus/lg_plot_reports/lgpr-corn-2025-147630.md new file mode 100644 index 00000000..c81b7126 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147630.md @@ -0,0 +1,29 @@ +# Corn yield trial — Waseca, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Waseca +- **Year:** 2025 +- **Plot ID:** 147630 +- **Cooperator:** Crystal Valley Coop Janesville +- **Salesperson:** Crystal Valley Coop Janesville +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-25 +- **Plot average:** 194.4 BU/Ac +- **Coordinates:** 44.08732, -93.61629 +- **URL:** https://lgseeds.com/performance/corn#plot-147630 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG57C82 | VT2RIB | 216.9 | +| 2 | LG Seeds | LG58C48 | VT2RIB | 207.5 | +| 3 | LG Seeds | LG48C32 | SSPRIB | 206.6 | +| 4 | LG Seeds | LG51C32 | SSPRIB | 205.4 | +| 5 | LG Seeds | LG53C44 | VT2RIB | 189.9 | + +Top 5 by Yield: LG57C82 (LG Seeds) 216.9, LG58C48 (LG Seeds) 207.5, LG48C32 (LG Seeds) 206.6, LG51C32 (LG Seeds) 205.4, LG53C44 (LG Seeds) 189.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147646.json b/corpus/lg_plot_reports/lgpr-corn-2025-147646.json new file mode 100644 index 00000000..5e649a93 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147646.json @@ -0,0 +1,46 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147646", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Groton", + "year": 2025, + "plot_id": "147646", + "lat": 45.46055, + "lng": -98.18896, + "cooperator": "Scott Sperry", + "salesperson": "Scott Sperry", + "planted_date": "2025-05-05", + "harvested_date": "2025-10-27", + "plot_average": 217.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 225.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LG51C62D", + "traits": "", + "metrics": { + "Yield": 209.9 + } + } + ], + "n_results": 2, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147646" + ], + "fetched_at": "2026-05-27T02:20:20.412482+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147646.md b/corpus/lg_plot_reports/lgpr-corn-2025-147646.md new file mode 100644 index 00000000..fb9a41b5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147646.md @@ -0,0 +1,25 @@ +# Corn yield trial — Groton, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Groton +- **Year:** 2025 +- **Plot ID:** 147646 +- **Cooperator:** Scott Sperry +- **Planted:** 2025-05-05 +- **Harvested:** 2025-10-27 +- **Plot average:** 217.6 BU/Ac +- **Coordinates:** 45.46055, -98.18896 +- **URL:** https://lgseeds.com/performance/corn#plot-147646 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | D | 225.3 | +| 2 | Unknown | LG51C62D | - | 209.9 | + +Top 5 by Yield: LG51C62 (LG Seeds) 225.3, LG51C62D (Unknown) 209.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147647.json b/corpus/lg_plot_reports/lgpr-corn-2025-147647.json new file mode 100644 index 00000000..95761a15 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147647.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147647", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Sauk Rapids ", + "year": 2025, + "plot_id": "147647", + "lat": 45.6324, + "lng": -94.06205, + "cooperator": "Russell Kath", + "salesperson": "Russell Kath", + "planted_date": "2025-05-07", + "harvested_date": "2025-10-31", + "plot_average": 189.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 209.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC101-33RIB", + "traits": "", + "metrics": { + "Yield": 206.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "X25096C/VT4P", + "traits": "", + "metrics": { + "Yield": 205.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2RIB", + "metrics": { + "Yield": 204.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "CP3330VT2P/RIB", + "traits": "", + "metrics": { + "Yield": 203.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147647" + ], + "fetched_at": "2026-05-27T02:20:43.659824+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147647.md b/corpus/lg_plot_reports/lgpr-corn-2025-147647.md new file mode 100644 index 00000000..d768f5ce --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147647.md @@ -0,0 +1,28 @@ +# Corn yield trial — Sauk Rapids , Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Sauk Rapids +- **Year:** 2025 +- **Plot ID:** 147647 +- **Cooperator:** Russell Kath +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-31 +- **Plot average:** 189.2 BU/Ac +- **Coordinates:** 45.63240, -94.06205 +- **URL:** https://lgseeds.com/performance/corn#plot-147647 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | D | 209.3 | +| 2 | Unknown | DKC101-33RIB | - | 206.8 | +| 3 | Unknown | X25096C/VT4P | - | 205.3 | +| 4 | LG Seeds | LG43C50 | VT2RIB | 204.5 | +| 5 | Unknown | CP3330VT2P/RIB | - | 203.0 | + +Top 5 by Yield: LG51C62 (LG Seeds) 209.3, DKC101-33RIB (Unknown) 206.8, X25096C/VT4P (Unknown) 205.3, LG43C50 (LG Seeds) 204.5, CP3330VT2P/RIB (Unknown) 203.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147650.json b/corpus/lg_plot_reports/lgpr-corn-2025-147650.json new file mode 100644 index 00000000..2698da15 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147650.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147650", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Foley ", + "year": 2025, + "plot_id": "147650", + "lat": 45.58589, + "lng": -93.82654, + "cooperator": "Roy Schnider Benton County Corn Growers", + "salesperson": "Roy Schnider Benton County Corn Growers", + "planted_date": "2025-05-06", + "harvested_date": "2025-10-25", + "plot_average": 226.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "CP3330VT2P/RIB", + "traits": "", + "metrics": { + "Yield": 240.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2RIB", + "metrics": { + "Yield": 238.8 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P92399PCE", + "traits": "", + "metrics": { + "Yield": 229.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "D34VC93RIB", + "traits": "", + "metrics": { + "Yield": 228.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LR9595V", + "traits": "", + "metrics": { + "Yield": 228.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147650" + ], + "fetched_at": "2026-05-27T02:20:43.919139+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147650.md b/corpus/lg_plot_reports/lgpr-corn-2025-147650.md new file mode 100644 index 00000000..ac4cb297 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147650.md @@ -0,0 +1,28 @@ +# Corn yield trial — Foley , Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Foley +- **Year:** 2025 +- **Plot ID:** 147650 +- **Cooperator:** Roy Schnider Benton County Corn Growers +- **Planted:** 2025-05-06 +- **Harvested:** 2025-10-25 +- **Plot average:** 226.7 BU/Ac +- **Coordinates:** 45.58589, -93.82654 +- **URL:** https://lgseeds.com/performance/corn#plot-147650 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | CP3330VT2P/RIB | - | 240.6 | +| 2 | LG Seeds | LG43C50 | VT2RIB | 238.8 | +| 3 | Pioneer | P92399PCE | - | 229.9 | +| 4 | Unknown | D34VC93RIB | - | 228.5 | +| 5 | Unknown | LR9595V | - | 228.1 | + +Top 5 by Yield: CP3330VT2P/RIB (Unknown) 240.6, LG43C50 (LG Seeds) 238.8, P92399PCE (Pioneer) 229.9, D34VC93RIB (Unknown) 228.5, LR9595V (Unknown) 228.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147655.json b/corpus/lg_plot_reports/lgpr-corn-2025-147655.json new file mode 100644 index 00000000..63d845ec --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147655.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147655", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Nicollet", + "year": 2025, + "plot_id": "147655", + "lat": 44.2298, + "lng": -94.1769, + "cooperator": "Crystal Valley Coop Nicollet", + "salesperson": "Crystal Valley Coop Nicollet", + "planted_date": "2025-05-05", + "harvested_date": "2025-10-22", + "plot_average": 244.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 262.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 251.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 248.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Yield": 241.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VT2RIB", + "metrics": { + "Yield": 239.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147655" + ], + "fetched_at": "2026-05-27T02:20:27.168161+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147655.md b/corpus/lg_plot_reports/lgpr-corn-2025-147655.md new file mode 100644 index 00000000..f60e969d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147655.md @@ -0,0 +1,28 @@ +# Corn yield trial — Nicollet, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Nicollet +- **Year:** 2025 +- **Plot ID:** 147655 +- **Cooperator:** Crystal Valley Coop Nicollet +- **Planted:** 2025-05-05 +- **Harvested:** 2025-10-22 +- **Plot average:** 244.3 BU/Ac +- **Coordinates:** 44.22980, -94.17690 +- **URL:** https://lgseeds.com/performance/corn#plot-147655 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C48 | VT2RIB | 262.6 | +| 2 | LG Seeds | LG59C72 | 5222EZ | 251.9 | +| 3 | LG Seeds | LG53C44 | VT2RIB | 248.9 | +| 4 | LG Seeds | LG51C32 | SSPRIB | 241.8 | +| 5 | LG Seeds | LG57C82 | VT2RIB | 239.7 | + +Top 5 by Yield: LG58C48 (LG Seeds) 262.6, LG59C72 (LG Seeds) 251.9, LG53C44 (LG Seeds) 248.9, LG51C32 (LG Seeds) 241.8, LG57C82 (LG Seeds) 239.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147666.json b/corpus/lg_plot_reports/lgpr-corn-2025-147666.json new file mode 100644 index 00000000..98fb0e57 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147666.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147666", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Cascade", + "year": 2025, + "plot_id": "147666", + "lat": 42.24576, + "lng": -90.98354, + "cooperator": "Trumm Farms", + "salesperson": "Trumm Farms", + "planted_date": "2025-05-09", + "harvested_date": "2025-10-23", + "plot_average": 235.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC106-98RIB", + "traits": "", + "metrics": { + "Yield": 263.2 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P1027AM", + "traits": "", + "metrics": { + "Yield": 259.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG58C16", + "traits": "VT2PRO", + "metrics": { + "Yield": 257.7 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P10300PCE", + "traits": "", + "metrics": { + "Yield": 255.9 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "PR111-60RIB", + "traits": "", + "metrics": { + "Yield": 253.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147666" + ], + "fetched_at": "2026-05-27T02:20:57.659883+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147666.md b/corpus/lg_plot_reports/lgpr-corn-2025-147666.md new file mode 100644 index 00000000..94e02ce4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147666.md @@ -0,0 +1,28 @@ +# Corn yield trial — Cascade, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Cascade +- **Year:** 2025 +- **Plot ID:** 147666 +- **Cooperator:** Trumm Farms +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-23 +- **Plot average:** 235.3 BU/Ac +- **Coordinates:** 42.24576, -90.98354 +- **URL:** https://lgseeds.com/performance/corn#plot-147666 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC106-98RIB | - | 263.2 | +| 2 | Pioneer | P1027AM | - | 259.0 | +| 3 | LG Seeds | LG58C16 | VT2PRO | 257.7 | +| 4 | Pioneer | P10300PCE | - | 255.9 | +| 5 | Unknown | PR111-60RIB | - | 253.1 | + +Top 5 by Yield: DKC106-98RIB (Unknown) 263.2, P1027AM (Pioneer) 259.0, LG58C16 (LG Seeds) 257.7, P10300PCE (Pioneer) 255.9, PR111-60RIB (Unknown) 253.1. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147698.json b/corpus/lg_plot_reports/lgpr-corn-2025-147698.json new file mode 100644 index 00000000..5a61da52 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147698.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147698", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Kalona", + "year": 2025, + "plot_id": "147698", + "lat": 41.53126, + "lng": -91.71357, + "cooperator": "Marlin Bontrager", + "salesperson": "Marlin Bontrager", + "planted_date": "2025-04-16", + "harvested_date": "2025-09-20", + "plot_average": 239.2, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC116-62RIB", + "traits": "", + "metrics": { + "Yield": 264.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 261.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "69C7PCE", + "traits": "", + "metrics": { + "Yield": 253.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC66-06RIB", + "traits": "", + "metrics": { + "Yield": 250.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "71A7V", + "traits": "", + "metrics": { + "Yield": 245.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147698" + ], + "fetched_at": "2026-05-27T02:18:09.348574+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147698.md b/corpus/lg_plot_reports/lgpr-corn-2025-147698.md new file mode 100644 index 00000000..95d99bd9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147698.md @@ -0,0 +1,28 @@ +# Corn yield trial — Kalona, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Kalona +- **Year:** 2025 +- **Plot ID:** 147698 +- **Cooperator:** Marlin Bontrager +- **Planted:** 2025-04-16 +- **Harvested:** 2025-09-20 +- **Plot average:** 239.2 BU/Ac +- **Coordinates:** 41.53126, -91.71357 +- **URL:** https://lgseeds.com/performance/corn#plot-147698 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC116-62RIB | - | 264.8 | +| 2 | LG Seeds | LG63C32 | TRC | 261.6 | +| 3 | Unknown | 69C7PCE | - | 253.8 | +| 4 | Unknown | DKC66-06RIB | - | 250.0 | +| 5 | Unknown | 71A7V | - | 245.6 | + +Top 5 by Yield: DKC116-62RIB (Unknown) 264.8, LG63C32 (LG Seeds) 261.6, 69C7PCE (Unknown) 253.8, DKC66-06RIB (Unknown) 250.0, 71A7V (Unknown) 245.6. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147699.json b/corpus/lg_plot_reports/lgpr-corn-2025-147699.json new file mode 100644 index 00000000..b613d9dc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147699.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147699", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Kalona", + "year": 2025, + "plot_id": "147699", + "lat": 41.53005, + "lng": -91.71365, + "cooperator": "Perry and Matt Miller", + "salesperson": "Perry and Matt Miller", + "planted_date": "2025-04-17", + "harvested_date": "2025-09-17", + "plot_average": 228.5, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "69C7PCE", + "traits": "", + "metrics": { + "Yield": 249.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 243.5 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC68-35RIB", + "traits": "", + "metrics": { + "Yield": 240.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "72C1PCE", + "traits": "", + "metrics": { + "Yield": 238.9 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC112-12RIB", + "traits": "", + "metrics": { + "Yield": 238.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147699" + ], + "fetched_at": "2026-05-27T02:18:57.380390+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147699.md b/corpus/lg_plot_reports/lgpr-corn-2025-147699.md new file mode 100644 index 00000000..43965471 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147699.md @@ -0,0 +1,28 @@ +# Corn yield trial — Kalona, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Kalona +- **Year:** 2025 +- **Plot ID:** 147699 +- **Cooperator:** Perry and Matt Miller +- **Planted:** 2025-04-17 +- **Harvested:** 2025-09-17 +- **Plot average:** 228.5 BU/Ac +- **Coordinates:** 41.53005, -91.71365 +- **URL:** https://lgseeds.com/performance/corn#plot-147699 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 69C7PCE | - | 249.7 | +| 2 | LG Seeds | LG63C32 | TRC | 243.5 | +| 3 | Unknown | DKC68-35RIB | - | 240.0 | +| 4 | Unknown | 72C1PCE | - | 238.9 | +| 5 | Unknown | DKC112-12RIB | - | 238.2 | + +Top 5 by Yield: 69C7PCE (Unknown) 249.7, LG63C32 (LG Seeds) 243.5, DKC68-35RIB (Unknown) 240.0, 72C1PCE (Unknown) 238.9, DKC112-12RIB (Unknown) 238.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147700.json b/corpus/lg_plot_reports/lgpr-corn-2025-147700.json new file mode 100644 index 00000000..185838ba --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147700.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147700", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Williamsburg", + "year": 2025, + "plot_id": "147700", + "lat": 41.66963, + "lng": -92.00794, + "cooperator": "Paul Werner", + "salesperson": "Paul Werner", + "planted_date": "2025-05-06", + "harvested_date": "2025-10-24", + "plot_average": 244.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC116-62RIB", + "traits": "", + "metrics": { + "Yield": 272.9 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC112-12RIB", + "traits": "", + "metrics": { + "Yield": 272.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "72C1PCE", + "traits": "", + "metrics": { + "Yield": 269.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "69C7PCE", + "traits": "", + "metrics": { + "Yield": 262.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 258.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147700" + ], + "fetched_at": "2026-05-27T02:20:06.892827+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147700.md b/corpus/lg_plot_reports/lgpr-corn-2025-147700.md new file mode 100644 index 00000000..01bcbd1a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147700.md @@ -0,0 +1,28 @@ +# Corn yield trial — Williamsburg, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Williamsburg +- **Year:** 2025 +- **Plot ID:** 147700 +- **Cooperator:** Paul Werner +- **Planted:** 2025-05-06 +- **Harvested:** 2025-10-24 +- **Plot average:** 244.4 BU/Ac +- **Coordinates:** 41.66963, -92.00794 +- **URL:** https://lgseeds.com/performance/corn#plot-147700 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC116-62RIB | - | 272.9 | +| 2 | Unknown | DKC112-12RIB | - | 272.0 | +| 3 | Unknown | 72C1PCE | - | 269.1 | +| 4 | Unknown | 69C7PCE | - | 262.9 | +| 5 | LG Seeds | LG63C32 | TRC | 258.7 | + +Top 5 by Yield: DKC116-62RIB (Unknown) 272.9, DKC112-12RIB (Unknown) 272.0, 72C1PCE (Unknown) 269.1, 69C7PCE (Unknown) 262.9, LG63C32 (LG Seeds) 258.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147701.json b/corpus/lg_plot_reports/lgpr-corn-2025-147701.json new file mode 100644 index 00000000..8f7027c2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147701.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147701", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "South English", + "year": 2025, + "plot_id": "147701", + "lat": 41.41877, + "lng": -92.06343, + "cooperator": "Reed & Reed", + "salesperson": "Reed & Reed", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-24", + "plot_average": 241.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 262.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "69C7PCE", + "traits": "", + "metrics": { + "Yield": 258.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "72C1PCE", + "traits": "", + "metrics": { + "Yield": 253.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "74A5PCE", + "traits": "", + "metrics": { + "Yield": 251.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "MW16-42VT2", + "traits": "", + "metrics": { + "Yield": 248.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147701" + ], + "fetched_at": "2026-05-27T02:20:07.146099+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147701.md b/corpus/lg_plot_reports/lgpr-corn-2025-147701.md new file mode 100644 index 00000000..ad840e0f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147701.md @@ -0,0 +1,28 @@ +# Corn yield trial — South English, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** South English +- **Year:** 2025 +- **Plot ID:** 147701 +- **Cooperator:** Reed & Reed +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-24 +- **Plot average:** 241.7 BU/Ac +- **Coordinates:** 41.41877, -92.06343 +- **URL:** https://lgseeds.com/performance/corn#plot-147701 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | TRC | 262.3 | +| 2 | Unknown | 69C7PCE | - | 258.1 | +| 3 | Unknown | 72C1PCE | - | 253.4 | +| 4 | Unknown | 74A5PCE | - | 251.6 | +| 5 | Unknown | MW16-42VT2 | - | 248.8 | + +Top 5 by Yield: LG63C32 (LG Seeds) 262.3, 69C7PCE (Unknown) 258.1, 72C1PCE (Unknown) 253.4, 74A5PCE (Unknown) 251.6, MW16-42VT2 (Unknown) 248.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147702.json b/corpus/lg_plot_reports/lgpr-corn-2025-147702.json new file mode 100644 index 00000000..3ff8fbad --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147702.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147702", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Williamsburg", + "year": 2025, + "plot_id": "147702", + "lat": 41.66693, + "lng": -92.03468, + "cooperator": "Sean Wetjen", + "salesperson": "Sean Wetjen", + "planted_date": "2025-05-06", + "harvested_date": "2025-10-04", + "plot_average": 222.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "MW16-42VT2", + "traits": "", + "metrics": { + "Yield": 245.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Yield": 242.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC112-12RIB", + "traits": "", + "metrics": { + "Yield": 240.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "69C7PCE", + "traits": "", + "metrics": { + "Yield": 236.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Yield": 236.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147702" + ], + "fetched_at": "2026-05-27T02:20:07.419507+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147702.md b/corpus/lg_plot_reports/lgpr-corn-2025-147702.md new file mode 100644 index 00000000..61fb0546 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147702.md @@ -0,0 +1,28 @@ +# Corn yield trial — Williamsburg, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Williamsburg +- **Year:** 2025 +- **Plot ID:** 147702 +- **Cooperator:** Sean Wetjen +- **Planted:** 2025-05-06 +- **Harvested:** 2025-10-04 +- **Plot average:** 222.3 BU/Ac +- **Coordinates:** 41.66693, -92.03468 +- **URL:** https://lgseeds.com/performance/corn#plot-147702 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | MW16-42VT2 | - | 245.0 | +| 2 | LG Seeds | LG63C32 | TRC | 242.0 | +| 3 | Unknown | DKC112-12RIB | - | 240.8 | +| 4 | Unknown | 69C7PCE | - | 236.0 | +| 5 | LG Seeds | LG64C43 | VT2RIB | 236.0 | + +Top 5 by Yield: MW16-42VT2 (Unknown) 245.0, LG63C32 (LG Seeds) 242.0, DKC112-12RIB (Unknown) 240.8, 69C7PCE (Unknown) 236.0, LG64C43 (LG Seeds) 236.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147704.json b/corpus/lg_plot_reports/lgpr-corn-2025-147704.json new file mode 100644 index 00000000..7ced7483 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147704.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147704", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Wellman", + "year": 2025, + "plot_id": "147704", + "lat": 41.49437, + "lng": -91.82845, + "cooperator": "JKC Farms", + "salesperson": "JKC Farms", + "planted_date": "2025-04-19", + "harvested_date": "2025-10-24", + "plot_average": 251.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC112-12RIB", + "traits": "", + "metrics": { + "Yield": 266.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC116-62RIB", + "traits": "", + "metrics": { + "Yield": 265.7 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "69C7PCE", + "traits": "", + "metrics": { + "Yield": 262.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "MW15-33VT4", + "traits": "", + "metrics": { + "Yield": 260.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "72C1PCE", + "traits": "", + "metrics": { + "Yield": 260.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147704" + ], + "fetched_at": "2026-05-27T02:18:09.595480+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147704.md b/corpus/lg_plot_reports/lgpr-corn-2025-147704.md new file mode 100644 index 00000000..c959afbc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147704.md @@ -0,0 +1,28 @@ +# Corn yield trial — Wellman, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Iowa (IA) +- **City:** Wellman +- **Year:** 2025 +- **Plot ID:** 147704 +- **Cooperator:** JKC Farms +- **Planted:** 2025-04-19 +- **Harvested:** 2025-10-24 +- **Plot average:** 251.7 BU/Ac +- **Coordinates:** 41.49437, -91.82845 +- **URL:** https://lgseeds.com/performance/corn#plot-147704 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC112-12RIB | - | 266.4 | +| 2 | Unknown | DKC116-62RIB | - | 265.7 | +| 3 | Unknown | 69C7PCE | - | 262.0 | +| 4 | Unknown | MW15-33VT4 | - | 260.4 | +| 5 | Unknown | 72C1PCE | - | 260.2 | + +Top 5 by Yield: DKC112-12RIB (Unknown) 266.4, DKC116-62RIB (Unknown) 265.7, 69C7PCE (Unknown) 262.0, MW15-33VT4 (Unknown) 260.4, 72C1PCE (Unknown) 260.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147709.json b/corpus/lg_plot_reports/lgpr-corn-2025-147709.json new file mode 100644 index 00000000..f6866269 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147709.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147709", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Leigh", + "year": 2025, + "plot_id": "147709", + "lat": 41.80292, + "lng": -97.26714, + "cooperator": "Clay Hills Ag", + "salesperson": "Clay Hills Ag", + "planted_date": "2025-04-23", + "harvested_date": "2025-11-06", + "plot_average": 259.6, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B13R55V", + "traits": "", + "metrics": { + "Yield": 277.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B12J58V", + "traits": "", + "metrics": { + "Yield": 270.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B10Z50V", + "traits": "", + "metrics": { + "Yield": 270.7 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B17H53PCE", + "traits": "", + "metrics": { + "Yield": 270.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B13C49PCE", + "traits": "", + "metrics": { + "Yield": 269.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147709" + ], + "fetched_at": "2026-05-27T02:20:18.643975+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147709.md b/corpus/lg_plot_reports/lgpr-corn-2025-147709.md new file mode 100644 index 00000000..7b557a61 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147709.md @@ -0,0 +1,28 @@ +# Corn yield trial — Leigh, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Nebraska (NE) +- **City:** Leigh +- **Year:** 2025 +- **Plot ID:** 147709 +- **Cooperator:** Clay Hills Ag +- **Planted:** 2025-04-23 +- **Harvested:** 2025-11-06 +- **Plot average:** 259.6 BU/Ac +- **Coordinates:** 41.80292, -97.26714 +- **URL:** https://lgseeds.com/performance/corn#plot-147709 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B13R55V | - | 277.8 | +| 2 | Unknown | B12J58V | - | 270.8 | +| 3 | Unknown | B10Z50V | - | 270.7 | +| 4 | Unknown | B17H53PCE | - | 270.5 | +| 5 | Unknown | B13C49PCE | - | 269.9 | + +Top 5 by Yield: B13R55V (Unknown) 277.8, B12J58V (Unknown) 270.8, B10Z50V (Unknown) 270.7, B17H53PCE (Unknown) 270.5, B13C49PCE (Unknown) 269.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147712.json b/corpus/lg_plot_reports/lgpr-corn-2025-147712.json new file mode 100644 index 00000000..ea3a0ad2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147712.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147712", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Hemlock", + "year": 2025, + "plot_id": "147712", + "lat": 43.39894, + "lng": -83.76622, + "cooperator": "Murphy Farms", + "salesperson": "Murphy Farms", + "planted_date": "2025-05-12", + "harvested_date": "2025-11-03", + "plot_average": 185.7, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P05737PCE", + "traits": "", + "metrics": { + "Yield": 199.6 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P9955PCE", + "traits": "", + "metrics": { + "Yield": 196.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 194.8 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P98125PCE", + "traits": "", + "metrics": { + "Yield": 190.3 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P01851PCE", + "traits": "", + "metrics": { + "Yield": 189.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147712" + ], + "fetched_at": "2026-05-27T02:17:53.359351+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147712.md b/corpus/lg_plot_reports/lgpr-corn-2025-147712.md new file mode 100644 index 00000000..22a234fa --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147712.md @@ -0,0 +1,28 @@ +# Corn yield trial — Hemlock, Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Michigan (MI) +- **City:** Hemlock +- **Year:** 2025 +- **Plot ID:** 147712 +- **Cooperator:** Murphy Farms +- **Planted:** 2025-05-12 +- **Harvested:** 2025-11-03 +- **Plot average:** 185.7 BU/Ac +- **Coordinates:** 43.39894, -83.76622 +- **URL:** https://lgseeds.com/performance/corn#plot-147712 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P05737PCE | - | 199.6 | +| 2 | Pioneer | P9955PCE | - | 196.5 | +| 3 | LG Seeds | LG51C62 | VT2RIB | 194.8 | +| 4 | Pioneer | P98125PCE | - | 190.3 | +| 5 | Pioneer | P01851PCE | - | 189.5 | + +Top 5 by Yield: P05737PCE (Pioneer) 199.6, P9955PCE (Pioneer) 196.5, LG51C62 (LG Seeds) 194.8, P98125PCE (Pioneer) 190.3, P01851PCE (Pioneer) 189.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147723.json b/corpus/lg_plot_reports/lgpr-corn-2025-147723.json new file mode 100644 index 00000000..0fd490c6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147723.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147723", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Archibold ", + "year": 2025, + "plot_id": "147723", + "lat": 41.45705, + "lng": -84.24801, + "cooperator": "Mike Benecke", + "salesperson": "Mike Benecke ", + "planted_date": "2025-05-18", + "harvested_date": "2025-10-14", + "plot_average": 206.3, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P09312V", + "traits": "", + "metrics": { + "Yield": 221.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Yield": 217.78 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Yield": 217.34 + } + }, + { + "rank": 4, + "brand": "FS", + "product": "5559PCRA", + "traits": "", + "metrics": { + "Yield": 217.13 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P05737PCE", + "traits": "", + "metrics": { + "Yield": 216.69 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147723" + ], + "fetched_at": "2026-05-27T02:19:09.877405+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147723.md b/corpus/lg_plot_reports/lgpr-corn-2025-147723.md new file mode 100644 index 00000000..18736b3b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147723.md @@ -0,0 +1,29 @@ +# Corn yield trial — Archibold , Ohio, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Ohio (OH) +- **City:** Archibold +- **Year:** 2025 +- **Plot ID:** 147723 +- **Cooperator:** Mike Benecke +- **Salesperson:** Mike Benecke +- **Planted:** 2025-05-18 +- **Harvested:** 2025-10-14 +- **Plot average:** 206.3 BU/Ac +- **Coordinates:** 41.45705, -84.24801 +- **URL:** https://lgseeds.com/performance/corn#plot-147723 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P09312V | - | 221.0 | +| 2 | LG Seeds | LG59C72 | 5222EZ | 217.78 | +| 3 | LG Seeds | LG61C28 | V | 217.34 | +| 4 | FS | 5559PCRA | - | 217.13 | +| 5 | Pioneer | P05737PCE | - | 216.69 | + +Top 5 by Yield: P09312V (Pioneer) 221.0, LG59C72 (LG Seeds) 217.78, LG61C28 (LG Seeds) 217.34, 5559PCRA (FS) 217.13, P05737PCE (Pioneer) 216.69. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147732.json b/corpus/lg_plot_reports/lgpr-corn-2025-147732.json new file mode 100644 index 00000000..d0a4fc39 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147732.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147732", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "St. Cloud", + "year": 2025, + "plot_id": "147732", + "lat": 45.5003, + "lng": -93.9969, + "cooperator": "Benton/Sherburne County Corn Growers Kelly Weis", + "salesperson": "Benton/Sherburne County Corn Growers Kelly Weis ", + "planted_date": "2025-04-27", + "harvested_date": "2025-11-06", + "plot_average": 208.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 227.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "D44PN56RA", + "traits": "", + "metrics": { + "Yield": 217.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DS-3881PCE", + "traits": "", + "metrics": { + "Yield": 214.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "5647V", + "traits": "", + "metrics": { + "Yield": 213.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 210.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147732" + ], + "fetched_at": "2026-05-27T02:18:11.100216+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147732.md b/corpus/lg_plot_reports/lgpr-corn-2025-147732.md new file mode 100644 index 00000000..88c1ca58 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147732.md @@ -0,0 +1,29 @@ +# Corn yield trial — St. Cloud, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** St. Cloud +- **Year:** 2025 +- **Plot ID:** 147732 +- **Cooperator:** Benton/Sherburne County Corn Growers Kelly Weis +- **Salesperson:** Benton/Sherburne County Corn Growers Kelly Weis +- **Planted:** 2025-04-27 +- **Harvested:** 2025-11-06 +- **Plot average:** 208.4 BU/Ac +- **Coordinates:** 45.50030, -93.99690 +- **URL:** https://lgseeds.com/performance/corn#plot-147732 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | D | 227.5 | +| 2 | Unknown | D44PN56RA | - | 217.9 | +| 3 | Unknown | DS-3881PCE | - | 214.1 | +| 4 | Unknown | 5647V | - | 213.7 | +| 5 | LG Seeds | LG52C90 | VT2RIB | 210.2 | + +Top 5 by Yield: LG51C62 (LG Seeds) 227.5, D44PN56RA (Unknown) 217.9, DS-3881PCE (Unknown) 214.1, 5647V (Unknown) 213.7, LG52C90 (LG Seeds) 210.2. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147775.json b/corpus/lg_plot_reports/lgpr-corn-2025-147775.json new file mode 100644 index 00000000..7c9cfcff --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147775.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147775", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Montello", + "year": 2025, + "plot_id": "147775", + "lat": 43.79852, + "lng": -89.30131, + "cooperator": "Ben Jaster", + "salesperson": "Ben Jaster", + "planted_date": "2025-05-05", + "harvested_date": "2025-10-29", + "plot_average": 257.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 282.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 267.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG55C40", + "traits": "TRCRIB", + "metrics": { + "Yield": 262.7 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B96M56PCE", + "traits": "", + "metrics": { + "Yield": 262.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "G03U08-D", + "traits": "", + "metrics": { + "Yield": 260.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147775" + ], + "fetched_at": "2026-05-27T02:17:13.086840+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147775.md b/corpus/lg_plot_reports/lgpr-corn-2025-147775.md new file mode 100644 index 00000000..1d41e4da --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147775.md @@ -0,0 +1,28 @@ +# Corn yield trial — Montello, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Montello +- **Year:** 2025 +- **Plot ID:** 147775 +- **Cooperator:** Ben Jaster +- **Planted:** 2025-05-05 +- **Harvested:** 2025-10-29 +- **Plot average:** 257.7 BU/Ac +- **Coordinates:** 43.79852, -89.30131 +- **URL:** https://lgseeds.com/performance/corn#plot-147775 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG52C90 | VT2RIB | 282.8 | +| 2 | LG Seeds | LG48C87 | VT2RIB | 267.1 | +| 3 | LG Seeds | LG55C40 | TRCRIB | 262.7 | +| 4 | Unknown | B96M56PCE | - | 262.0 | +| 5 | Unknown | G03U08-D | - | 260.7 | + +Top 5 by Yield: LG52C90 (LG Seeds) 282.8, LG48C87 (LG Seeds) 267.1, LG55C40 (LG Seeds) 262.7, B96M56PCE (Unknown) 262.0, G03U08-D (Unknown) 260.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147776.json b/corpus/lg_plot_reports/lgpr-corn-2025-147776.json new file mode 100644 index 00000000..3a0c959d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147776.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147776", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Bellevue", + "year": 2025, + "plot_id": "147776", + "lat": 41.1932, + "lng": -82.4502, + "cooperator": "Rowland Farms", + "salesperson": "Rowland Farms", + "planted_date": "2025-05-13", + "harvested_date": "2025-10-18", + "plot_average": 267.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "209-70TRERIB", + "traits": "", + "metrics": { + "Yield": 284.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "211-11VT2PRIB", + "traits": "", + "metrics": { + "Yield": 281.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "5775VT2PRIB", + "traits": "", + "metrics": { + "Yield": 273.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "206-47TRERIB", + "traits": "", + "metrics": { + "Yield": 273.8 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "207-87VT2RIB", + "traits": "", + "metrics": { + "Yield": 273.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147776" + ], + "fetched_at": "2026-05-27T02:18:17.862158+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147776.md b/corpus/lg_plot_reports/lgpr-corn-2025-147776.md new file mode 100644 index 00000000..9b66cbf4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147776.md @@ -0,0 +1,28 @@ +# Corn yield trial — Bellevue, Ohio, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Ohio (OH) +- **City:** Bellevue +- **Year:** 2025 +- **Plot ID:** 147776 +- **Cooperator:** Rowland Farms +- **Planted:** 2025-05-13 +- **Harvested:** 2025-10-18 +- **Plot average:** 267.7 BU/Ac +- **Coordinates:** 41.19320, -82.45020 +- **URL:** https://lgseeds.com/performance/corn#plot-147776 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 209-70TRERIB | - | 284.8 | +| 2 | Unknown | 211-11VT2PRIB | - | 281.9 | +| 3 | Unknown | 5775VT2PRIB | - | 273.8 | +| 4 | Unknown | 206-47TRERIB | - | 273.8 | +| 5 | Unknown | 207-87VT2RIB | - | 273.7 | + +Top 5 by Yield: 209-70TRERIB (Unknown) 284.8, 211-11VT2PRIB (Unknown) 281.9, 5775VT2PRIB (Unknown) 273.8, 206-47TRERIB (Unknown) 273.8, 207-87VT2RIB (Unknown) 273.7. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147783.json b/corpus/lg_plot_reports/lgpr-corn-2025-147783.json new file mode 100644 index 00000000..7d28ea3c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147783.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147783", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Almond", + "year": 2025, + "plot_id": "147783", + "lat": 44.2581, + "lng": -89.42243, + "cooperator": "Mike Tess", + "salesperson": "Mike Tess", + "planted_date": "2025-05-06", + "harvested_date": "2025-11-03", + "plot_average": 249.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 272.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "CP3818VT4P", + "traits": "", + "metrics": { + "Yield": 269.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG55C40", + "traits": "TRC", + "metrics": { + "Yield": 267.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 262.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Yield": 262.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147783" + ], + "fetched_at": "2026-05-27T02:18:13.116482+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147783.md b/corpus/lg_plot_reports/lgpr-corn-2025-147783.md new file mode 100644 index 00000000..717a1075 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147783.md @@ -0,0 +1,28 @@ +# Corn yield trial — Almond, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Almond +- **Year:** 2025 +- **Plot ID:** 147783 +- **Cooperator:** Mike Tess +- **Planted:** 2025-05-06 +- **Harvested:** 2025-11-03 +- **Plot average:** 249.7 BU/Ac +- **Coordinates:** 44.25810, -89.42243 +- **URL:** https://lgseeds.com/performance/corn#plot-147783 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG48C87 | VT2RIB | 272.0 | +| 2 | Unknown | CP3818VT4P | - | 269.7 | +| 3 | LG Seeds | LG55C40 | TRC | 267.8 | +| 4 | LG Seeds | LG52C90 | VT2RIB | 262.8 | +| 5 | LG Seeds | LG53C44 | VT2RIB | 262.5 | + +Top 5 by Yield: LG48C87 (LG Seeds) 272.0, CP3818VT4P (Unknown) 269.7, LG55C40 (LG Seeds) 267.8, LG52C90 (LG Seeds) 262.8, LG53C44 (LG Seeds) 262.5. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147786.json b/corpus/lg_plot_reports/lgpr-corn-2025-147786.json new file mode 100644 index 00000000..6eb570dc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147786.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147786", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Kewaunee", + "year": 2025, + "plot_id": "147786", + "lat": 44.3596, + "lng": -87.5419, + "cooperator": "Randy Walechka", + "salesperson": "Randy Walechka ", + "planted_date": "2025-05-12", + "harvested_date": "2025-11-19", + "plot_average": 163.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC092-14RIB", + "traits": "", + "metrics": { + "Yield": 185.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B96M56PCE", + "traits": "", + "metrics": { + "Yield": 185.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC39-55RIB", + "traits": "", + "metrics": { + "Yield": 184.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG46C85", + "traits": "VT2RIB", + "metrics": { + "Yield": 183.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B86J43AM", + "traits": "", + "metrics": { + "Yield": 174.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147786" + ], + "fetched_at": "2026-05-27T02:17:12.328197+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147786.md b/corpus/lg_plot_reports/lgpr-corn-2025-147786.md new file mode 100644 index 00000000..c9e9f5e3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147786.md @@ -0,0 +1,29 @@ +# Corn yield trial — Kewaunee, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Kewaunee +- **Year:** 2025 +- **Plot ID:** 147786 +- **Cooperator:** Randy Walechka +- **Salesperson:** Randy Walechka +- **Planted:** 2025-05-12 +- **Harvested:** 2025-11-19 +- **Plot average:** 163.9 BU/Ac +- **Coordinates:** 44.35960, -87.54190 +- **URL:** https://lgseeds.com/performance/corn#plot-147786 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKC092-14RIB | - | 185.5 | +| 2 | Unknown | B96M56PCE | - | 185.4 | +| 3 | Unknown | DKC39-55RIB | - | 184.2 | +| 4 | LG Seeds | LG46C85 | VT2RIB | 183.0 | +| 5 | Unknown | B86J43AM | - | 174.0 | + +Top 5 by Yield: DKC092-14RIB (Unknown) 185.5, B96M56PCE (Unknown) 185.4, DKC39-55RIB (Unknown) 184.2, LG46C85 (LG Seeds) 183.0, B86J43AM (Unknown) 174.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147787.json b/corpus/lg_plot_reports/lgpr-corn-2025-147787.json new file mode 100644 index 00000000..e8fed2c9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147787.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147787", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Iola", + "year": 2025, + "plot_id": "147787", + "lat": 44.58501, + "lng": -89.15255, + "cooperator": "Cole Allred", + "salesperson": "Cole Allred", + "planted_date": "2025-05-27", + "harvested_date": "2025-11-17", + "plot_average": 197.6, + "results": [ + { + "rank": 1, + "brand": "NK", + "product": "9231-AA", + "traits": "", + "metrics": { + "Yield": 210.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC094-78", + "traits": "", + "metrics": { + "Yield": 206.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC43-75RIB", + "traits": "", + "metrics": { + "Yield": 202.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "VT2RIB", + "metrics": { + "Yield": 199.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 198.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147787" + ], + "fetched_at": "2026-05-27T02:17:12.583487+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147787.md b/corpus/lg_plot_reports/lgpr-corn-2025-147787.md new file mode 100644 index 00000000..c84c120c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147787.md @@ -0,0 +1,28 @@ +# Corn yield trial — Iola, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Iola +- **Year:** 2025 +- **Plot ID:** 147787 +- **Cooperator:** Cole Allred +- **Planted:** 2025-05-27 +- **Harvested:** 2025-11-17 +- **Plot average:** 197.6 BU/Ac +- **Coordinates:** 44.58501, -89.15255 +- **URL:** https://lgseeds.com/performance/corn#plot-147787 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | NK | 9231-AA | - | 210.1 | +| 2 | Unknown | DKC094-78 | - | 206.2 | +| 3 | Unknown | DKC43-75RIB | - | 202.0 | +| 4 | LG Seeds | LG44C27 | VT2RIB | 199.2 | +| 5 | LG Seeds | LG42C80 | VT2RIB | 198.4 | + +Top 5 by Yield: 9231-AA (NK) 210.1, DKC094-78 (Unknown) 206.2, DKC43-75RIB (Unknown) 202.0, LG44C27 (LG Seeds) 199.2, LG42C80 (LG Seeds) 198.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147791.json b/corpus/lg_plot_reports/lgpr-corn-2025-147791.json new file mode 100644 index 00000000..44886788 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147791.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147791", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Tulare", + "year": 2025, + "plot_id": "147791", + "lat": 44.58946, + "lng": -98.50568, + "cooperator": "Schimke", + "salesperson": "Schimke", + "planted_date": "2025-05-05", + "harvested_date": "2025-11-01", + "plot_average": 209.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 220.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 219.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B99R54PCE", + "traits": "", + "metrics": { + "Yield": 218.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B06Y18V", + "traits": "", + "metrics": { + "Yield": 216.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B01X44V", + "traits": "", + "metrics": { + "Yield": 215.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147791" + ], + "fetched_at": "2026-05-27T02:17:11.335046+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147791.md b/corpus/lg_plot_reports/lgpr-corn-2025-147791.md new file mode 100644 index 00000000..9f15417c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147791.md @@ -0,0 +1,28 @@ +# Corn yield trial — Tulare, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Tulare +- **Year:** 2025 +- **Plot ID:** 147791 +- **Cooperator:** Schimke +- **Planted:** 2025-05-05 +- **Harvested:** 2025-11-01 +- **Plot average:** 209.3 BU/Ac +- **Coordinates:** 44.58946, -98.50568 +- **URL:** https://lgseeds.com/performance/corn#plot-147791 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | VT2RIB | 220.8 | +| 2 | LG Seeds | LG52C90 | VT2RIB | 219.9 | +| 3 | Unknown | B99R54PCE | - | 218.2 | +| 4 | Unknown | B06Y18V | - | 216.5 | +| 5 | Unknown | B01X44V | - | 215.9 | + +Top 5 by Yield: LG51C62 (LG Seeds) 220.8, LG52C90 (LG Seeds) 219.9, B99R54PCE (Unknown) 218.2, B06Y18V (Unknown) 216.5, B01X44V (Unknown) 215.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147793.json b/corpus/lg_plot_reports/lgpr-corn-2025-147793.json new file mode 100644 index 00000000..07ad7af3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147793.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147793", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "St. Lawrence", + "year": 2025, + "plot_id": "147793", + "lat": 44.67269, + "lng": -98.865, + "cooperator": "Dennis/Sam Simons", + "salesperson": "Dennis/Sam Simons", + "planted_date": "2025-05-04", + "harvested_date": "2025-10-31", + "plot_average": 211.5, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B04J45PCE", + "traits": "", + "metrics": { + "Yield": 240.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "A0452", + "traits": "", + "metrics": { + "Yield": 226.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B98Z37PCE", + "traits": "", + "metrics": { + "Yield": 221.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B99R54PCE", + "traits": "", + "metrics": { + "Yield": 221.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B05D47PCE", + "traits": "", + "metrics": { + "Yield": 215.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147793" + ], + "fetched_at": "2026-05-27T02:17:11.571535+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147793.md b/corpus/lg_plot_reports/lgpr-corn-2025-147793.md new file mode 100644 index 00000000..93f927e9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147793.md @@ -0,0 +1,28 @@ +# Corn yield trial — St. Lawrence, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** St. Lawrence +- **Year:** 2025 +- **Plot ID:** 147793 +- **Cooperator:** Dennis/Sam Simons +- **Planted:** 2025-05-04 +- **Harvested:** 2025-10-31 +- **Plot average:** 211.5 BU/Ac +- **Coordinates:** 44.67269, -98.86500 +- **URL:** https://lgseeds.com/performance/corn#plot-147793 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B04J45PCE | - | 240.7 | +| 2 | Unknown | A0452 | - | 226.9 | +| 3 | Unknown | B98Z37PCE | - | 221.9 | +| 4 | Unknown | B99R54PCE | - | 221.6 | +| 5 | Unknown | B05D47PCE | - | 215.8 | + +Top 5 by Yield: B04J45PCE (Unknown) 240.7, A0452 (Unknown) 226.9, B98Z37PCE (Unknown) 221.9, B99R54PCE (Unknown) 221.6, B05D47PCE (Unknown) 215.8. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147794.json b/corpus/lg_plot_reports/lgpr-corn-2025-147794.json new file mode 100644 index 00000000..ecec99f8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147794.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147794", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "St. Lawrence", + "year": 2025, + "plot_id": "147794", + "lat": 44.63397, + "lng": -98.40658, + "cooperator": "Jake and Christian Boomsa", + "salesperson": "Jake and Christian Boomsa", + "planted_date": "2025-05-05", + "harvested_date": "2025-10-30", + "plot_average": 238.2, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B04J45PCE", + "traits": "", + "metrics": { + "Yield": 260.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B0494PWERA", + "traits": "", + "metrics": { + "Yield": 253.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B98Z37PCE", + "traits": "", + "metrics": { + "Yield": 247.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "A0425TRE", + "traits": "", + "metrics": { + "Yield": 242.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Yield": 242.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147794" + ], + "fetched_at": "2026-05-27T02:17:11.832531+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147794.md b/corpus/lg_plot_reports/lgpr-corn-2025-147794.md new file mode 100644 index 00000000..ab6e05f2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147794.md @@ -0,0 +1,28 @@ +# Corn yield trial — St. Lawrence, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** St. Lawrence +- **Year:** 2025 +- **Plot ID:** 147794 +- **Cooperator:** Jake and Christian Boomsa +- **Planted:** 2025-05-05 +- **Harvested:** 2025-10-30 +- **Plot average:** 238.2 BU/Ac +- **Coordinates:** 44.63397, -98.40658 +- **URL:** https://lgseeds.com/performance/corn#plot-147794 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B04J45PCE | - | 260.4 | +| 2 | Unknown | B0494PWERA | - | 253.6 | +| 3 | Unknown | B98Z37PCE | - | 247.1 | +| 4 | Unknown | A0425TRE | - | 242.2 | +| 5 | LG Seeds | LG52C90 | VT2RIB | 242.0 | + +Top 5 by Yield: B04J45PCE (Unknown) 260.4, B0494PWERA (Unknown) 253.6, B98Z37PCE (Unknown) 247.1, A0425TRE (Unknown) 242.2, LG52C90 (LG Seeds) 242.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147795.json b/corpus/lg_plot_reports/lgpr-corn-2025-147795.json new file mode 100644 index 00000000..d4336760 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147795.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147795", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "St. Lawrence", + "year": 2025, + "plot_id": "147795", + "lat": 45.71257, + "lng": -97.60876, + "cooperator": "4J Ranch", + "salesperson": "4J Ranch", + "planted_date": "2025-04-30", + "harvested_date": "2025-10-30", + "plot_average": 188.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "A0425TRE", + "traits": "", + "metrics": { + "Yield": 210.9 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B06Y18PCE", + "traits": "", + "metrics": { + "Yield": 208.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B0494PWERA", + "traits": "", + "metrics": { + "Yield": 206.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "VT2RIB", + "metrics": { + "Yield": 198.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "A0103VT2PRIB", + "traits": "", + "metrics": { + "Yield": 195.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147795" + ], + "fetched_at": "2026-05-27T02:17:12.078165+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147795.md b/corpus/lg_plot_reports/lgpr-corn-2025-147795.md new file mode 100644 index 00000000..e5cebd44 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147795.md @@ -0,0 +1,28 @@ +# Corn yield trial — St. Lawrence, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** St. Lawrence +- **Year:** 2025 +- **Plot ID:** 147795 +- **Cooperator:** 4J Ranch +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-30 +- **Plot average:** 188.4 BU/Ac +- **Coordinates:** 45.71257, -97.60876 +- **URL:** https://lgseeds.com/performance/corn#plot-147795 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | A0425TRE | - | 210.9 | +| 2 | Unknown | B06Y18PCE | - | 208.0 | +| 3 | Unknown | B0494PWERA | - | 206.0 | +| 4 | LG Seeds | LG51C62 | VT2RIB | 198.4 | +| 5 | Unknown | A0103VT2PRIB | - | 195.9 | + +Top 5 by Yield: A0425TRE (Unknown) 210.9, B06Y18PCE (Unknown) 208.0, B0494PWERA (Unknown) 206.0, LG51C62 (LG Seeds) 198.4, A0103VT2PRIB (Unknown) 195.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147799.json b/corpus/lg_plot_reports/lgpr-corn-2025-147799.json new file mode 100644 index 00000000..f5155a7a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147799.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147799", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Colorado", + "state_abbrev": "co", + "city": "Amherst", + "year": 2025, + "plot_id": "147799", + "lat": 40.71092, + "lng": -102.05301, + "cooperator": "Logan Krueger", + "salesperson": "Logan Krueger", + "planted_date": "2025-05-07", + "harvested_date": "2025-11-15", + "plot_average": 137.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 168.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "DV-RN", + "metrics": { + "Yield": 164.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VT2RIB", + "metrics": { + "Yield": 151.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC61-54RIB", + "traits": "", + "metrics": { + "Yield": 144.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Yield": 142.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147799" + ], + "fetched_at": "2026-05-27T02:17:15.087812+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147799.md b/corpus/lg_plot_reports/lgpr-corn-2025-147799.md new file mode 100644 index 00000000..4e790bb0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147799.md @@ -0,0 +1,28 @@ +# Corn yield trial — Amherst, Colorado, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Colorado (CO) +- **City:** Amherst +- **Year:** 2025 +- **Plot ID:** 147799 +- **Cooperator:** Logan Krueger +- **Planted:** 2025-05-07 +- **Harvested:** 2025-11-15 +- **Plot average:** 137.5 BU/Ac +- **Coordinates:** 40.71092, -102.05301 +- **URL:** https://lgseeds.com/performance/corn#plot-147799 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C48 | VT2RIB | 168.0 | +| 2 | LG Seeds | LG60C05 | DV-RN | 164.0 | +| 3 | LG Seeds | LG57C82 | VT2RIB | 151.0 | +| 4 | Unknown | DKC61-54RIB | - | 144.0 | +| 5 | LG Seeds | LG51C62 | D | 142.0 | + +Top 5 by Yield: LG58C48 (LG Seeds) 168.0, LG60C05 (LG Seeds) 164.0, LG57C82 (LG Seeds) 151.0, DKC61-54RIB (Unknown) 144.0, LG51C62 (LG Seeds) 142.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147807.json b/corpus/lg_plot_reports/lgpr-corn-2025-147807.json new file mode 100644 index 00000000..16b3a643 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147807.json @@ -0,0 +1,55 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147807", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Markesan ", + "year": 2025, + "plot_id": "147807", + "lat": 43.66937, + "lng": -88.96963, + "cooperator": "Bill Krentz", + "salesperson": "Bill Krentz ", + "planted_date": "2025-05-12", + "harvested_date": "2025-10-27", + "plot_average": 235.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Yield": 251.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LG48C87VT2RIB", + "traits": "", + "metrics": { + "Yield": 236.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG48C87VT2RIB", + "traits": "", + "metrics": { + "Yield": 217.9 + } + } + ], + "n_results": 3, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147807" + ], + "fetched_at": "2026-05-27T02:17:12.821231+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147807.md b/corpus/lg_plot_reports/lgpr-corn-2025-147807.md new file mode 100644 index 00000000..1039c28a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147807.md @@ -0,0 +1,27 @@ +# Corn yield trial — Markesan , Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wisconsin (WI) +- **City:** Markesan +- **Year:** 2025 +- **Plot ID:** 147807 +- **Cooperator:** Bill Krentz +- **Salesperson:** Bill Krentz +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-27 +- **Plot average:** 235.4 BU/Ac +- **Coordinates:** 43.66937, -88.96963 +- **URL:** https://lgseeds.com/performance/corn#plot-147807 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG48C87 | VT2RIB | 251.4 | +| 2 | Unknown | LG48C87VT2RIB | - | 236.9 | +| 3 | Unknown | LG48C87VT2RIB | - | 217.9 | + +Top 5 by Yield: LG48C87 (LG Seeds) 251.4, LG48C87VT2RIB (Unknown) 236.9, LG48C87VT2RIB (Unknown) 217.9. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147809.json b/corpus/lg_plot_reports/lgpr-corn-2025-147809.json new file mode 100644 index 00000000..1b21db6b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147809.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147809", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Wyoming", + "state_abbrev": "wy", + "city": "Powell", + "year": 2025, + "plot_id": "147809", + "lat": 44.69499, + "lng": -108.77153, + "cooperator": "Adam Stromberger", + "salesperson": "Adam Stromberger ", + "planted_date": "2025-05-08", + "harvested_date": "2025-11-25", + "plot_average": 242.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2RIB", + "metrics": { + "Yield": 252.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG40C07", + "traits": "VT2PRO", + "metrics": { + "Yield": 250.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG42C80", + "traits": "VT2RIB", + "metrics": { + "Yield": 245.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG38C48", + "traits": "VT2RIB", + "metrics": { + "Yield": 239.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG36C73", + "traits": "VT2RIB", + "metrics": { + "Yield": 237.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147809" + ], + "fetched_at": "2026-05-27T02:17:13.344823+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147809.md b/corpus/lg_plot_reports/lgpr-corn-2025-147809.md new file mode 100644 index 00000000..c5d99f5c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147809.md @@ -0,0 +1,29 @@ +# Corn yield trial — Powell, Wyoming, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Wyoming (WY) +- **City:** Powell +- **Year:** 2025 +- **Plot ID:** 147809 +- **Cooperator:** Adam Stromberger +- **Salesperson:** Adam Stromberger +- **Planted:** 2025-05-08 +- **Harvested:** 2025-11-25 +- **Plot average:** 242.8 BU/Ac +- **Coordinates:** 44.69499, -108.77153 +- **URL:** https://lgseeds.com/performance/corn#plot-147809 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LG43C50 | VT2RIB | 252.1 | +| 2 | LG Seeds | LG40C07 | VT2PRO | 250.3 | +| 3 | LG Seeds | LG42C80 | VT2RIB | 245.4 | +| 4 | LG Seeds | LG38C48 | VT2RIB | 239.2 | +| 5 | LG Seeds | LG36C73 | VT2RIB | 237.4 | + +Top 5 by Yield: LG43C50 (LG Seeds) 252.1, LG40C07 (LG Seeds) 250.3, LG42C80 (LG Seeds) 245.4, LG38C48 (LG Seeds) 239.2, LG36C73 (LG Seeds) 237.4. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147829.json b/corpus/lg_plot_reports/lgpr-corn-2025-147829.json new file mode 100644 index 00000000..0bd7cec9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147829.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147829", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Montrose", + "year": 2025, + "plot_id": "147829", + "lat": 43.69127, + "lng": -97.16548, + "cooperator": "Andrew Holland", + "salesperson": "Andrew Holland", + "planted_date": "2025-05-08", + "harvested_date": "2025-11-15", + "plot_average": 240.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "8193PCE", + "traits": "", + "metrics": { + "Yield": 264.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "7695AM", + "traits": "", + "metrics": { + "Yield": 263.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "7485PCE", + "traits": "", + "metrics": { + "Yield": 252.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "8014PCE", + "traits": "", + "metrics": { + "Yield": 251.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Yield": 250.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147829" + ], + "fetched_at": "2026-05-27T02:21:02.663272+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147829.md b/corpus/lg_plot_reports/lgpr-corn-2025-147829.md new file mode 100644 index 00000000..dc4b596a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147829.md @@ -0,0 +1,28 @@ +# Corn yield trial — Montrose, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** South Dakota (SD) +- **City:** Montrose +- **Year:** 2025 +- **Plot ID:** 147829 +- **Cooperator:** Andrew Holland +- **Planted:** 2025-05-08 +- **Harvested:** 2025-11-15 +- **Plot average:** 240.8 BU/Ac +- **Coordinates:** 43.69127, -97.16548 +- **URL:** https://lgseeds.com/performance/corn#plot-147829 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 8193PCE | - | 264.0 | +| 2 | Unknown | 7695AM | - | 263.0 | +| 3 | Unknown | 7485PCE | - | 252.0 | +| 4 | Unknown | 8014PCE | - | 251.0 | +| 5 | LG Seeds | LG56C25 | SSPRIB | 250.0 | + +Top 5 by Yield: 8193PCE (Unknown) 264.0, 7695AM (Unknown) 263.0, 7485PCE (Unknown) 252.0, 8014PCE (Unknown) 251.0, LG56C25 (LG Seeds) 250.0. diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147955.json b/corpus/lg_plot_reports/lgpr-corn-2025-147955.json new file mode 100644 index 00000000..70de4111 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147955.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-corn-2025-147955", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "corn", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Waubun ", + "year": 2025, + "plot_id": "147955", + "lat": 47.233, + "lng": -95.98, + "cooperator": "Chad Pazderinck", + "salesperson": "Chad Pazderinck", + "planted_date": "2025-05-15", + "harvested_date": "2025-11-21", + "plot_average": 173.2, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P78934PCE", + "traits": "", + "metrics": { + "Yield": 194.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "190-50VT2PRIB", + "traits": "", + "metrics": { + "Yield": 190.7 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P78150PCE", + "traits": "", + "metrics": { + "Yield": 189.1 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P80463PCE", + "traits": "", + "metrics": { + "Yield": 187.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "180-24VT2PRIB", + "traits": "", + "metrics": { + "Yield": 186.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/corn#plot-147955" + ], + "fetched_at": "2026-05-27T02:19:27.883965+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-corn-2025-147955.md b/corpus/lg_plot_reports/lgpr-corn-2025-147955.md new file mode 100644 index 00000000..cf33ac67 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-corn-2025-147955.md @@ -0,0 +1,28 @@ +# Corn yield trial — Waubun , Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Corn +- **State:** Minnesota (MN) +- **City:** Waubun +- **Year:** 2025 +- **Plot ID:** 147955 +- **Cooperator:** Chad Pazderinck +- **Planted:** 2025-05-15 +- **Harvested:** 2025-11-21 +- **Plot average:** 173.2 BU/Ac +- **Coordinates:** 47.23300, -95.98000 +- **URL:** https://lgseeds.com/performance/corn#plot-147955 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P78934PCE | - | 194.3 | +| 2 | Unknown | 190-50VT2PRIB | - | 190.7 | +| 3 | Pioneer | P78150PCE | - | 189.1 | +| 4 | Pioneer | P80463PCE | - | 187.7 | +| 5 | Unknown | 180-24VT2PRIB | - | 186.8 | + +Top 5 by Yield: P78934PCE (Pioneer) 194.3, 190-50VT2PRIB (Unknown) 190.7, P78150PCE (Pioneer) 189.1, P80463PCE (Pioneer) 187.7, 180-24VT2PRIB (Unknown) 186.8. diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-142181.json b/corpus/lg_plot_reports/lgpr-silage-2024-142181.json new file mode 100644 index 00000000..f220cad7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-142181.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2024-142181", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "Oregon", + "state_abbrev": "or", + "city": "Vale", + "year": 2024, + "plot_id": "142181", + "lat": 43.99763, + "lng": -117.15112, + "cooperator": "Burkhardt Farms", + "salesperson": "Burkhardt Farms", + "planted_date": "2024-04-16", + "harvested_date": "2024-09-03", + "plot_average": 30754.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "A1542T", + "traits": "", + "metrics": { + "Ton/Acre": 34092.9 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P17677Q", + "traits": "", + "metrics": { + "Ton/Acre": 33470.5 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P13476Q", + "traits": "", + "metrics": { + "Ton/Acre": 32925.8 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P1759AM", + "traits": "", + "metrics": { + "Ton/Acre": 32771.9 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "", + "metrics": { + "Ton/Acre": 32728.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-142181" + ], + "fetched_at": "2026-05-27T02:21:15.431131+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-142181.md b/corpus/lg_plot_reports/lgpr-silage-2024-142181.md new file mode 100644 index 00000000..a773e7cf --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-142181.md @@ -0,0 +1,28 @@ +# Silage yield trial — Vale, Oregon, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** Oregon (OR) +- **City:** Vale +- **Year:** 2024 +- **Plot ID:** 142181 +- **Cooperator:** Burkhardt Farms +- **Planted:** 2024-04-16 +- **Harvested:** 2024-09-03 +- **Plot average:** 30754.0 T/Ac +- **Coordinates:** 43.99763, -117.15112 +- **URL:** https://lgseeds.com/performance/silage#plot-142181 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | Unknown | A1542T | - | 34092.9 | +| 2 | Pioneer | P17677Q | - | 33470.5 | +| 3 | Pioneer | P13476Q | - | 32925.8 | +| 4 | Pioneer | P1759AM | - | 32771.9 | +| 5 | Pioneer | P14830Q | - | 32728.0 | + +Top 5 by Ton/Acre: A1542T (Unknown) 34092.9, P17677Q (Pioneer) 33470.5, P13476Q (Pioneer) 32925.8, P1759AM (Pioneer) 32771.9, P14830Q (Pioneer) 32728.0. diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-142396.json b/corpus/lg_plot_reports/lgpr-silage-2024-142396.json new file mode 100644 index 00000000..4584f74a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-142396.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2024-142396", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Clear Lake", + "year": 2024, + "plot_id": "142396", + "lat": 45.4926, + "lng": -93.959, + "cooperator": "A & L Peterson Farms", + "salesperson": "A & L Peterson Farms", + "planted_date": "2024-04-23", + "harvested_date": "2024-09-07", + "plot_average": 32958.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "E107C1-5122EZ", + "traits": "", + "metrics": { + "Ton/Acre": 42444.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "E105Z5-D", + "traits": "", + "metrics": { + "Ton/Acre": 37731.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG52C42", + "traits": "VT2RIB", + "metrics": { + "Ton/Acre": 36753.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG58C73", + "traits": "3110", + "metrics": { + "Ton/Acre": 35499.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Ton/Acre": 34498.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-142396" + ], + "fetched_at": "2026-05-27T02:21:17.449251+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-142396.md b/corpus/lg_plot_reports/lgpr-silage-2024-142396.md new file mode 100644 index 00000000..e8a15e80 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-142396.md @@ -0,0 +1,28 @@ +# Silage yield trial — Clear Lake, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** Minnesota (MN) +- **City:** Clear Lake +- **Year:** 2024 +- **Plot ID:** 142396 +- **Cooperator:** A & L Peterson Farms +- **Planted:** 2024-04-23 +- **Harvested:** 2024-09-07 +- **Plot average:** 32958.0 T/Ac +- **Coordinates:** 45.49260, -93.95900 +- **URL:** https://lgseeds.com/performance/silage#plot-142396 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | Unknown | E107C1-5122EZ | - | 42444.8 | +| 2 | Unknown | E105Z5-D | - | 37731.5 | +| 3 | LG Seeds | LG52C42 | VT2RIB | 36753.3 | +| 4 | LG Seeds | LG58C73 | 3110 | 35499.2 | +| 5 | LG Seeds | LG58C48 | VT2RIB | 34498.3 | + +Top 5 by Ton/Acre: E107C1-5122EZ (Unknown) 42444.8, E105Z5-D (Unknown) 37731.5, LG52C42 (LG Seeds) 36753.3, LG58C73 (LG Seeds) 35499.2, LG58C48 (LG Seeds) 34498.3. diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-142409.json b/corpus/lg_plot_reports/lgpr-silage-2024-142409.json new file mode 100644 index 00000000..fef6c996 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-142409.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2024-142409", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "Idaho", + "state_abbrev": "id", + "city": "Melba", + "year": 2024, + "plot_id": "142409", + "lat": 43.43911, + "lng": -116.6148, + "cooperator": "Paul Rasgorshek", + "salesperson": "Paul Rasgorshek", + "planted_date": "2024-04-26", + "harvested_date": "2024-09-24", + "plot_average": 26236.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG69C03", + "traits": "VT2RIB", + "metrics": { + "Ton/Acre": 30909.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG67C91", + "traits": "STX", + "metrics": { + "Ton/Acre": 29077.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG68C59", + "traits": "5222EZ", + "metrics": { + "Ton/Acre": 27963.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG5717", + "traits": "VT2PRO", + "metrics": { + "Ton/Acre": 27819.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG66C28", + "traits": "3220EZ", + "metrics": { + "Ton/Acre": 27509.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-142409" + ], + "fetched_at": "2026-05-27T02:21:13.953703+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-142409.md b/corpus/lg_plot_reports/lgpr-silage-2024-142409.md new file mode 100644 index 00000000..8bfb4752 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-142409.md @@ -0,0 +1,28 @@ +# Silage yield trial — Melba, Idaho, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** Idaho (ID) +- **City:** Melba +- **Year:** 2024 +- **Plot ID:** 142409 +- **Cooperator:** Paul Rasgorshek +- **Planted:** 2024-04-26 +- **Harvested:** 2024-09-24 +- **Plot average:** 26236.0 T/Ac +- **Coordinates:** 43.43911, -116.61480 +- **URL:** https://lgseeds.com/performance/silage#plot-142409 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | LG Seeds | LG69C03 | VT2RIB | 30909.0 | +| 2 | LG Seeds | LG67C91 | STX | 29077.5 | +| 3 | LG Seeds | LG68C59 | 5222EZ | 27963.3 | +| 4 | LG Seeds | LG5717 | VT2PRO | 27819.5 | +| 5 | LG Seeds | LG66C28 | 3220EZ | 27509.9 | + +Top 5 by Ton/Acre: LG69C03 (LG Seeds) 30909.0, LG67C91 (LG Seeds) 29077.5, LG68C59 (LG Seeds) 27963.3, LG5717 (LG Seeds) 27819.5, LG66C28 (LG Seeds) 27509.9. diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-142414.json b/corpus/lg_plot_reports/lgpr-silage-2024-142414.json new file mode 100644 index 00000000..c3c62e40 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-142414.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2024-142414", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "Idaho", + "state_abbrev": "id", + "city": "Kuna", + "year": 2024, + "plot_id": "142414", + "lat": 43.53259, + "lng": -116.41025, + "cooperator": "Big D Ranch", + "salesperson": "Big D Ranch", + "planted_date": "2024-04-26", + "harvested_date": "2024-09-26", + "plot_average": 28241.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG70C16", + "traits": "V-RN", + "metrics": { + "Ton/Acre": 34300.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG68C59", + "traits": "5222EZ", + "metrics": { + "Ton/Acre": 29757.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG5717", + "traits": "VT2PRO", + "metrics": { + "Ton/Acre": 29540.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG68C18", + "traits": "VT2RIB", + "metrics": { + "Ton/Acre": 28933.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG69C03", + "traits": "VT2RIB", + "metrics": { + "Ton/Acre": 28759.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-142414" + ], + "fetched_at": "2026-05-27T02:21:17.190851+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-142414.md b/corpus/lg_plot_reports/lgpr-silage-2024-142414.md new file mode 100644 index 00000000..89e499cd --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-142414.md @@ -0,0 +1,28 @@ +# Silage yield trial — Kuna, Idaho, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** Idaho (ID) +- **City:** Kuna +- **Year:** 2024 +- **Plot ID:** 142414 +- **Cooperator:** Big D Ranch +- **Planted:** 2024-04-26 +- **Harvested:** 2024-09-26 +- **Plot average:** 28241.0 T/Ac +- **Coordinates:** 43.53259, -116.41025 +- **URL:** https://lgseeds.com/performance/silage#plot-142414 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | LG Seeds | LG70C16 | V-RN | 34300.3 | +| 2 | LG Seeds | LG68C59 | 5222EZ | 29757.9 | +| 3 | LG Seeds | LG5717 | VT2PRO | 29540.6 | +| 4 | LG Seeds | LG68C18 | VT2RIB | 28933.6 | +| 5 | LG Seeds | LG69C03 | VT2RIB | 28759.0 | + +Top 5 by Ton/Acre: LG70C16 (LG Seeds) 34300.3, LG68C59 (LG Seeds) 29757.9, LG5717 (LG Seeds) 29540.6, LG68C18 (LG Seeds) 28933.6, LG69C03 (LG Seeds) 28759.0. diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-142418.json b/corpus/lg_plot_reports/lgpr-silage-2024-142418.json new file mode 100644 index 00000000..629149bc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-142418.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2024-142418", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "Idaho", + "state_abbrev": "id", + "city": "Emmett ", + "year": 2024, + "plot_id": "142418", + "lat": 43.89557, + "lng": -116.54184, + "cooperator": "Larry Atkinson", + "salesperson": "Larry Atkinson", + "planted_date": "2024-04-27", + "harvested_date": "2024-09-20", + "plot_average": 34339.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG62C35", + "traits": "STXRIB", + "metrics": { + "Ton/Acre": 37866.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG67C91", + "traits": "STX", + "metrics": { + "Ton/Acre": 36408.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG69C03", + "traits": "VT2RIB", + "metrics": { + "Ton/Acre": 35457.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG68C18", + "traits": "VT2RIB", + "metrics": { + "Ton/Acre": 35423.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG66C28", + "traits": "3110", + "metrics": { + "Ton/Acre": 34731.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-142418" + ], + "fetched_at": "2026-05-27T02:21:14.211656+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-142418.md b/corpus/lg_plot_reports/lgpr-silage-2024-142418.md new file mode 100644 index 00000000..1009e90e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-142418.md @@ -0,0 +1,28 @@ +# Silage yield trial — Emmett , Idaho, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** Idaho (ID) +- **City:** Emmett +- **Year:** 2024 +- **Plot ID:** 142418 +- **Cooperator:** Larry Atkinson +- **Planted:** 2024-04-27 +- **Harvested:** 2024-09-20 +- **Plot average:** 34339.0 T/Ac +- **Coordinates:** 43.89557, -116.54184 +- **URL:** https://lgseeds.com/performance/silage#plot-142418 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | LG Seeds | LG62C35 | STXRIB | 37866.2 | +| 2 | LG Seeds | LG67C91 | STX | 36408.3 | +| 3 | LG Seeds | LG69C03 | VT2RIB | 35457.3 | +| 4 | LG Seeds | LG68C18 | VT2RIB | 35423.1 | +| 5 | LG Seeds | LG66C28 | 3110 | 34731.0 | + +Top 5 by Ton/Acre: LG62C35 (LG Seeds) 37866.2, LG67C91 (LG Seeds) 36408.3, LG69C03 (LG Seeds) 35457.3, LG68C18 (LG Seeds) 35423.1, LG66C28 (LG Seeds) 34731.0. diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-142705.json b/corpus/lg_plot_reports/lgpr-silage-2024-142705.json new file mode 100644 index 00000000..6e400b8a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-142705.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2024-142705", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Dane", + "year": 2024, + "plot_id": "142705", + "lat": 43.23021, + "lng": -89.54047, + "cooperator": "Wipperfurth Dairy", + "salesperson": "Wipperfurth Dairy", + "planted_date": "2024-05-06", + "harvested_date": "2024-09-12", + "plot_average": 32556.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "HIDF-4545Q", + "traits": "", + "metrics": { + "Ton/Acre": 38583.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C77", + "traits": "STXRIB", + "metrics": { + "Ton/Acre": 34011.7 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "A639-91SSPRIB", + "traits": "", + "metrics": { + "Ton/Acre": 33946.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Ton/Acre": 33050.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "206-99STXRIB", + "traits": "", + "metrics": { + "Ton/Acre": 32983.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-142705" + ], + "fetched_at": "2026-05-27T02:21:20.190990+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-142705.md b/corpus/lg_plot_reports/lgpr-silage-2024-142705.md new file mode 100644 index 00000000..216236e7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-142705.md @@ -0,0 +1,28 @@ +# Silage yield trial — Dane, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** Wisconsin (WI) +- **City:** Dane +- **Year:** 2024 +- **Plot ID:** 142705 +- **Cooperator:** Wipperfurth Dairy +- **Planted:** 2024-05-06 +- **Harvested:** 2024-09-12 +- **Plot average:** 32556.0 T/Ac +- **Coordinates:** 43.23021, -89.54047 +- **URL:** https://lgseeds.com/performance/silage#plot-142705 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | Unknown | HIDF-4545Q | - | 38583.8 | +| 2 | LG Seeds | LG63C77 | STXRIB | 34011.7 | +| 3 | Unknown | A639-91SSPRIB | - | 33946.1 | +| 4 | LG Seeds | LG58C48 | VT2RIB | 33050.4 | +| 5 | Unknown | 206-99STXRIB | - | 32983.2 | + +Top 5 by Ton/Acre: HIDF-4545Q (Unknown) 38583.8, LG63C77 (LG Seeds) 34011.7, A639-91SSPRIB (Unknown) 33946.1, LG58C48 (LG Seeds) 33050.4, 206-99STXRIB (Unknown) 32983.2. diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-142811.json b/corpus/lg_plot_reports/lgpr-silage-2024-142811.json new file mode 100644 index 00000000..484f952b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-142811.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2024-142811", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "California", + "state_abbrev": "ca", + "city": "Acampo", + "year": 2024, + "plot_id": "142811", + "lat": 38.2145, + "lng": -121.21602, + "cooperator": "Seifert Dairy Farms", + "salesperson": "Seifert Dairy Farms", + "planted_date": "2024-05-13", + "harvested_date": "2024-09-07", + "plot_average": 29604.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "I6310-3220", + "traits": "", + "metrics": { + "Ton/Acre": 32479.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG70C16", + "traits": "V-RN", + "metrics": { + "Ton/Acre": 32181.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG65C14", + "traits": "TRC", + "metrics": { + "Ton/Acre": 31849.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STX", + "metrics": { + "Ton/Acre": 31423.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG65C89-3110", + "traits": "", + "metrics": { + "Ton/Acre": 31126.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-142811" + ], + "fetched_at": "2026-05-27T02:21:12.946542+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-142811.md b/corpus/lg_plot_reports/lgpr-silage-2024-142811.md new file mode 100644 index 00000000..60e3be8b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-142811.md @@ -0,0 +1,28 @@ +# Silage yield trial — Acampo, California, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** California (CA) +- **City:** Acampo +- **Year:** 2024 +- **Plot ID:** 142811 +- **Cooperator:** Seifert Dairy Farms +- **Planted:** 2024-05-13 +- **Harvested:** 2024-09-07 +- **Plot average:** 29604.0 T/Ac +- **Coordinates:** 38.21450, -121.21602 +- **URL:** https://lgseeds.com/performance/silage#plot-142811 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | Unknown | I6310-3220 | - | 32479.2 | +| 2 | LG Seeds | LG70C16 | V-RN | 32181.0 | +| 3 | LG Seeds | LG65C14 | TRC | 31849.9 | +| 4 | LG Seeds | LG67C27 | STX | 31423.0 | +| 5 | Unknown | LG65C89-3110 | - | 31126.5 | + +Top 5 by Ton/Acre: I6310-3220 (Unknown) 32479.2, LG70C16 (LG Seeds) 32181.0, LG65C14 (LG Seeds) 31849.9, LG67C27 (LG Seeds) 31423.0, LG65C89-3110 (Unknown) 31126.5. diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-142855.json b/corpus/lg_plot_reports/lgpr-silage-2024-142855.json new file mode 100644 index 00000000..e0a76e3b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-142855.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2024-142855", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Bowler", + "year": 2024, + "plot_id": "142855", + "lat": 44.89612, + "lng": -89.0633, + "cooperator": "Ralph Smith", + "salesperson": "Ralph Smith", + "planted_date": "2024-05-13", + "harvested_date": "2024-09-16", + "plot_average": 22922.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B99A24AM", + "traits": "", + "metrics": { + "Ton/Acre": 24874.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG51C48", + "traits": "VT2RIB", + "metrics": { + "Ton/Acre": 24453.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2RIB", + "metrics": { + "Ton/Acre": 24436.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG42C37", + "traits": "5222AEZ", + "metrics": { + "Ton/Acre": 24329.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG49C28", + "traits": "VT2RIB", + "metrics": { + "Ton/Acre": 24103.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-142855" + ], + "fetched_at": "2026-05-27T02:21:13.718602+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-142855.md b/corpus/lg_plot_reports/lgpr-silage-2024-142855.md new file mode 100644 index 00000000..48136134 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-142855.md @@ -0,0 +1,28 @@ +# Silage yield trial — Bowler, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** Wisconsin (WI) +- **City:** Bowler +- **Year:** 2024 +- **Plot ID:** 142855 +- **Cooperator:** Ralph Smith +- **Planted:** 2024-05-13 +- **Harvested:** 2024-09-16 +- **Plot average:** 22922.0 T/Ac +- **Coordinates:** 44.89612, -89.06330 +- **URL:** https://lgseeds.com/performance/silage#plot-142855 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | Unknown | B99A24AM | - | 24874.5 | +| 2 | LG Seeds | LG51C48 | VT2RIB | 24453.4 | +| 3 | LG Seeds | LG5525 | VT2RIB | 24436.6 | +| 4 | LG Seeds | LG42C37 | 5222AEZ | 24329.7 | +| 5 | LG Seeds | LG49C28 | VT2RIB | 24103.6 | + +Top 5 by Ton/Acre: B99A24AM (Unknown) 24874.5, LG51C48 (LG Seeds) 24453.4, LG5525 (LG Seeds) 24436.6, LG42C37 (LG Seeds) 24329.7, LG49C28 (LG Seeds) 24103.6. diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-142929.json b/corpus/lg_plot_reports/lgpr-silage-2024-142929.json new file mode 100644 index 00000000..5c0615a1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-142929.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2024-142929", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Gary", + "year": 2024, + "plot_id": "142929", + "lat": 47.32515, + "lng": -96.15693, + "cooperator": "Skaurud Grain Farms", + "salesperson": "Skaurud Grain Farms", + "planted_date": "2024-05-14", + "harvested_date": "2024-09-13", + "plot_average": 26945.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKC101-35RIB", + "traits": "", + "metrics": { + "Ton/Acre": 30857.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "197-99SSPRIB", + "traits": "", + "metrics": { + "Ton/Acre": 29541.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "193-42VT4PRIB", + "traits": "", + "metrics": { + "Ton/Acre": 29019.3 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B99A24AM", + "traits": "", + "metrics": { + "Ton/Acre": 28812.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "CP3724VT2P", + "traits": "", + "metrics": { + "Ton/Acre": 28133.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-142929" + ], + "fetched_at": "2026-05-27T02:21:17.669080+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-142929.md b/corpus/lg_plot_reports/lgpr-silage-2024-142929.md new file mode 100644 index 00000000..e7dc6e49 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-142929.md @@ -0,0 +1,28 @@ +# Silage yield trial — Gary, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** Minnesota (MN) +- **City:** Gary +- **Year:** 2024 +- **Plot ID:** 142929 +- **Cooperator:** Skaurud Grain Farms +- **Planted:** 2024-05-14 +- **Harvested:** 2024-09-13 +- **Plot average:** 26945.0 T/Ac +- **Coordinates:** 47.32515, -96.15693 +- **URL:** https://lgseeds.com/performance/silage#plot-142929 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | Unknown | DKC101-35RIB | - | 30857.4 | +| 2 | Unknown | 197-99SSPRIB | - | 29541.1 | +| 3 | Unknown | 193-42VT4PRIB | - | 29019.3 | +| 4 | Unknown | B99A24AM | - | 28812.6 | +| 5 | Unknown | CP3724VT2P | - | 28133.1 | + +Top 5 by Ton/Acre: DKC101-35RIB (Unknown) 30857.4, 197-99SSPRIB (Unknown) 29541.1, 193-42VT4PRIB (Unknown) 29019.3, B99A24AM (Unknown) 28812.6, CP3724VT2P (Unknown) 28133.1. diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-142952.json b/corpus/lg_plot_reports/lgpr-silage-2024-142952.json new file mode 100644 index 00000000..246bc7d2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-142952.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2024-142952", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Adrian", + "year": 2024, + "plot_id": "142952", + "lat": 43.67, + "lng": -95.93, + "cooperator": "Colt Bullerman", + "salesperson": "Colt Bullerman", + "planted_date": "2024-04-24", + "harvested_date": "2024-09-11", + "plot_average": 28945.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Ton/Acre": 33502.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "HiDF-4540V", + "traits": "", + "metrics": { + "Ton/Acre": 31478.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Ton/Acre": 30814.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Ton/Acre": 30390.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "HiDF-4321V", + "traits": "", + "metrics": { + "Ton/Acre": 30132.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-142952" + ], + "fetched_at": "2026-05-27T02:21:18.957533+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-142952.md b/corpus/lg_plot_reports/lgpr-silage-2024-142952.md new file mode 100644 index 00000000..a65936c4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-142952.md @@ -0,0 +1,28 @@ +# Silage yield trial — Adrian, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** Minnesota (MN) +- **City:** Adrian +- **Year:** 2024 +- **Plot ID:** 142952 +- **Cooperator:** Colt Bullerman +- **Planted:** 2024-04-24 +- **Harvested:** 2024-09-11 +- **Plot average:** 28945.0 T/Ac +- **Coordinates:** 43.67000, -95.93000 +- **URL:** https://lgseeds.com/performance/silage#plot-142952 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | LG Seeds | LG59C72 | 5222EZ | 33502.3 | +| 2 | Unknown | HiDF-4540V | - | 31478.1 | +| 3 | LG Seeds | LG58C48 | VT2RIB | 30814.5 | +| 4 | LG Seeds | LG53C44 | VT2RIB | 30390.0 | +| 5 | Unknown | HiDF-4321V | - | 30132.8 | + +Top 5 by Ton/Acre: LG59C72 (LG Seeds) 33502.3, HiDF-4540V (Unknown) 31478.1, LG58C48 (LG Seeds) 30814.5, LG53C44 (LG Seeds) 30390.0, HiDF-4321V (Unknown) 30132.8. diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-143003.json b/corpus/lg_plot_reports/lgpr-silage-2024-143003.json new file mode 100644 index 00000000..ca003cf2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-143003.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2024-143003", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Ridgeway", + "year": 2024, + "plot_id": "143003", + "lat": 43.25, + "lng": -91.92, + "cooperator": "Dale Humpal", + "salesperson": "Dale Humpal", + "planted_date": "2024-05-14", + "harvested_date": "2024-09-11", + "plot_average": 30262.0, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P0924Q", + "traits": "", + "metrics": { + "Ton/Acre": 36691.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG66C06", + "traits": "VT2RIB", + "metrics": { + "Ton/Acre": 33363.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG63C54PCE", + "traits": "", + "metrics": { + "Ton/Acre": 33288.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Ton/Acre": 31968.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B11B31Q", + "traits": "", + "metrics": { + "Ton/Acre": 31671.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-143003" + ], + "fetched_at": "2026-05-27T02:21:14.687941+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-143003.md b/corpus/lg_plot_reports/lgpr-silage-2024-143003.md new file mode 100644 index 00000000..3b09de69 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-143003.md @@ -0,0 +1,28 @@ +# Silage yield trial — Ridgeway, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** Iowa (IA) +- **City:** Ridgeway +- **Year:** 2024 +- **Plot ID:** 143003 +- **Cooperator:** Dale Humpal +- **Planted:** 2024-05-14 +- **Harvested:** 2024-09-11 +- **Plot average:** 30262.0 T/Ac +- **Coordinates:** 43.25000, -91.92000 +- **URL:** https://lgseeds.com/performance/silage#plot-143003 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | Pioneer | P0924Q | - | 36691.0 | +| 2 | LG Seeds | LG66C06 | VT2RIB | 33363.2 | +| 3 | Unknown | LG63C54PCE | - | 33288.2 | +| 4 | LG Seeds | LG58C48 | VT2RIB | 31968.1 | +| 5 | Unknown | B11B31Q | - | 31671.0 | + +Top 5 by Ton/Acre: P0924Q (Pioneer) 36691.0, LG66C06 (LG Seeds) 33363.2, LG63C54PCE (Unknown) 33288.2, LG58C48 (LG Seeds) 31968.1, B11B31Q (Unknown) 31671.0. diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-143250.json b/corpus/lg_plot_reports/lgpr-silage-2024-143250.json new file mode 100644 index 00000000..d90d1b6b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-143250.json @@ -0,0 +1,27 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2024-143250", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Little Falls ", + "year": 2024, + "plot_id": "143250", + "lat": 45.95, + "lng": -94.32, + "cooperator": "Ron Miller", + "salesperson": "Ron Miller", + "planted_date": "2024-05-14", + "harvested_date": "2024-09-13", + "plot_average": 0.0, + "results": [], + "n_results": 0, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-143250" + ], + "fetched_at": "2026-05-27T02:21:17.929092+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-143250.md b/corpus/lg_plot_reports/lgpr-silage-2024-143250.md new file mode 100644 index 00000000..b4102d9c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-143250.md @@ -0,0 +1,17 @@ +# Silage yield trial — Little Falls , Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** Minnesota (MN) +- **City:** Little Falls +- **Year:** 2024 +- **Plot ID:** 143250 +- **Cooperator:** Ron Miller +- **Planted:** 2024-05-14 +- **Harvested:** 2024-09-13 +- **Plot average:** 0.0 T/Ac +- **Coordinates:** 45.95000, -94.32000 +- **URL:** https://lgseeds.com/performance/silage#plot-143250 + +--- diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-143294.json b/corpus/lg_plot_reports/lgpr-silage-2024-143294.json new file mode 100644 index 00000000..82acde1b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-143294.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2024-143294", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "California", + "state_abbrev": "ca", + "city": "Modesto", + "year": 2024, + "plot_id": "143294", + "lat": 37.56, + "lng": -121.14, + "cooperator": "Ron Machado", + "salesperson": "Ron Machado", + "planted_date": "2024-05-24", + "harvested_date": "2024-09-12", + "plot_average": 31214.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "ES7698", + "traits": "3110", + "metrics": { + "Ton/Acre": 36854.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC70-94RIB", + "traits": "", + "metrics": { + "Ton/Acre": 35461.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Ton/Acre": 35413.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DKC67-66RIB", + "traits": "", + "metrics": { + "Ton/Acre": 32900.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG66C28", + "traits": "3110", + "metrics": { + "Ton/Acre": 32473.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-143294" + ], + "fetched_at": "2026-05-27T02:21:19.181310+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-143294.md b/corpus/lg_plot_reports/lgpr-silage-2024-143294.md new file mode 100644 index 00000000..6273f6d9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-143294.md @@ -0,0 +1,28 @@ +# Silage yield trial — Modesto, California, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** California (CA) +- **City:** Modesto +- **Year:** 2024 +- **Plot ID:** 143294 +- **Cooperator:** Ron Machado +- **Planted:** 2024-05-24 +- **Harvested:** 2024-09-12 +- **Plot average:** 31214.0 T/Ac +- **Coordinates:** 37.56000, -121.14000 +- **URL:** https://lgseeds.com/performance/silage#plot-143294 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | LG Seeds | ES7698 | 3110 | 36854.0 | +| 2 | Unknown | DKC70-94RIB | - | 35461.0 | +| 3 | LG Seeds | LG67C27 | STXRIB | 35413.0 | +| 4 | Unknown | DKC67-66RIB | - | 32900.4 | +| 5 | LG Seeds | LG66C28 | 3110 | 32473.0 | + +Top 5 by Ton/Acre: ES7698 (LG Seeds) 36854.0, DKC70-94RIB (Unknown) 35461.0, LG67C27 (LG Seeds) 35413.0, DKC67-66RIB (Unknown) 32900.4, LG66C28 (LG Seeds) 32473.0. diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-143389.json b/corpus/lg_plot_reports/lgpr-silage-2024-143389.json new file mode 100644 index 00000000..4cdab8be --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-143389.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2024-143389", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "California", + "state_abbrev": "ca", + "city": "Escalon", + "year": 2024, + "plot_id": "143389", + "lat": 37.82, + "lng": -121.03, + "cooperator": "G & H VanDePol", + "salesperson": "G & H VanDePol", + "planted_date": "2024-05-29", + "harvested_date": "2024-09-07", + "plot_average": 32952.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG68C59", + "traits": "5222", + "metrics": { + "Ton/Acre": 40051.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG66C28", + "traits": "3110", + "metrics": { + "Ton/Acre": 35002.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG66C28-3110", + "traits": "", + "metrics": { + "Ton/Acre": 34281.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "Ton/Acre": 33896.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "ES7698", + "traits": "3110", + "metrics": { + "Ton/Acre": 33425.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-143389" + ], + "fetched_at": "2026-05-27T02:21:14.954188+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-143389.md b/corpus/lg_plot_reports/lgpr-silage-2024-143389.md new file mode 100644 index 00000000..bd1b8c64 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-143389.md @@ -0,0 +1,28 @@ +# Silage yield trial — Escalon, California, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** California (CA) +- **City:** Escalon +- **Year:** 2024 +- **Plot ID:** 143389 +- **Cooperator:** G & H VanDePol +- **Planted:** 2024-05-29 +- **Harvested:** 2024-09-07 +- **Plot average:** 32952.0 T/Ac +- **Coordinates:** 37.82000, -121.03000 +- **URL:** https://lgseeds.com/performance/silage#plot-143389 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | LG Seeds | LG68C59 | 5222 | 40051.8 | +| 2 | LG Seeds | LG66C28 | 3110 | 35002.4 | +| 3 | Unknown | LG66C28-3110 | - | 34281.0 | +| 4 | LG Seeds | LG64C43 | VT2RIB | 33896.0 | +| 5 | LG Seeds | ES7698 | 3110 | 33425.0 | + +Top 5 by Ton/Acre: LG68C59 (LG Seeds) 40051.8, LG66C28 (LG Seeds) 35002.4, LG66C28-3110 (Unknown) 34281.0, LG64C43 (LG Seeds) 33896.0, ES7698 (LG Seeds) 33425.0. diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-143715.json b/corpus/lg_plot_reports/lgpr-silage-2024-143715.json new file mode 100644 index 00000000..341f357c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-143715.json @@ -0,0 +1,46 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2024-143715", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "California", + "state_abbrev": "ca", + "city": "Chowchilla", + "year": 2024, + "plot_id": "143715", + "lat": 37.02183, + "lng": -120.2908, + "cooperator": "Mike McKree", + "salesperson": "Mike McKree", + "planted_date": "2024-06-26", + "harvested_date": "2024-10-21", + "plot_average": 28906.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG70C16", + "traits": "V-RN", + "metrics": { + "Ton/Acre": 36182.4 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P1759AM", + "traits": "", + "metrics": { + "Ton/Acre": 21629.1 + } + } + ], + "n_results": 2, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-143715" + ], + "fetched_at": "2026-05-27T02:21:19.433962+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-143715.md b/corpus/lg_plot_reports/lgpr-silage-2024-143715.md new file mode 100644 index 00000000..1c33c527 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-143715.md @@ -0,0 +1,25 @@ +# Silage yield trial — Chowchilla, California, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** California (CA) +- **City:** Chowchilla +- **Year:** 2024 +- **Plot ID:** 143715 +- **Cooperator:** Mike McKree +- **Planted:** 2024-06-26 +- **Harvested:** 2024-10-21 +- **Plot average:** 28906.0 T/Ac +- **Coordinates:** 37.02183, -120.29080 +- **URL:** https://lgseeds.com/performance/silage#plot-143715 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | LG Seeds | LG70C16 | V-RN | 36182.4 | +| 2 | Pioneer | P1759AM | - | 21629.1 | + +Top 5 by Ton/Acre: LG70C16 (LG Seeds) 36182.4, P1759AM (Pioneer) 21629.1. diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-143731.json b/corpus/lg_plot_reports/lgpr-silage-2024-143731.json new file mode 100644 index 00000000..638244be --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-143731.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2024-143731", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "California", + "state_abbrev": "ca", + "city": "Madera", + "year": 2024, + "plot_id": "143731", + "lat": 36.98544, + "lng": -120.30418, + "cooperator": "Costa View Dairy", + "salesperson": "Costa View Dairy", + "planted_date": "2024-06-18", + "harvested_date": "2024-10-15", + "plot_average": 23114.0, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "", + "metrics": { + "Ton/Acre": 27065.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC67-66RIB", + "traits": "", + "metrics": { + "Ton/Acre": 25481.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "68K80", + "traits": "", + "metrics": { + "Ton/Acre": 25295.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG70C16", + "traits": "V-RN", + "metrics": { + "Ton/Acre": 24820.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG66C32STXRIB", + "traits": "", + "metrics": { + "Ton/Acre": 24640.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-143731" + ], + "fetched_at": "2026-05-27T02:21:16.673701+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-143731.md b/corpus/lg_plot_reports/lgpr-silage-2024-143731.md new file mode 100644 index 00000000..fd9c5b8a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-143731.md @@ -0,0 +1,28 @@ +# Silage yield trial — Madera, California, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** California (CA) +- **City:** Madera +- **Year:** 2024 +- **Plot ID:** 143731 +- **Cooperator:** Costa View Dairy +- **Planted:** 2024-06-18 +- **Harvested:** 2024-10-15 +- **Plot average:** 23114.0 T/Ac +- **Coordinates:** 36.98544, -120.30418 +- **URL:** https://lgseeds.com/performance/silage#plot-143731 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | Pioneer | P13777PCE | - | 27065.1 | +| 2 | Unknown | DKC67-66RIB | - | 25481.4 | +| 3 | Unknown | 68K80 | - | 25295.8 | +| 4 | LG Seeds | LG70C16 | V-RN | 24820.7 | +| 5 | Unknown | LG66C32STXRIB | - | 24640.8 | + +Top 5 by Ton/Acre: P13777PCE (Pioneer) 27065.1, DKC67-66RIB (Unknown) 25481.4, 68K80 (Unknown) 25295.8, LG70C16 (LG Seeds) 24820.7, LG66C32STXRIB (Unknown) 24640.8. diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-143777.json b/corpus/lg_plot_reports/lgpr-silage-2024-143777.json new file mode 100644 index 00000000..50df5ee5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-143777.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2024-143777", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "California", + "state_abbrev": "ca", + "city": "Tracy", + "year": 2024, + "plot_id": "143777", + "lat": 37.76767, + "lng": -121.33368, + "cooperator": "Machado-Tracy", + "salesperson": "Machado-Tracy", + "planted_date": "2024-06-11", + "harvested_date": "2024-10-31", + "plot_average": 17946.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "LG66C32STX", + "traits": "", + "metrics": { + "Ton/Acre": 21638.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Ton/Acre": 20224.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG68C59", + "traits": "5222", + "metrics": { + "Ton/Acre": 19589.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG66C28", + "traits": "3110", + "metrics": { + "Ton/Acre": 18938.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DKC67-42RIB", + "traits": "", + "metrics": { + "Ton/Acre": 18665.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-143777" + ], + "fetched_at": "2026-05-27T02:21:19.689390+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-143777.md b/corpus/lg_plot_reports/lgpr-silage-2024-143777.md new file mode 100644 index 00000000..d88cb522 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-143777.md @@ -0,0 +1,28 @@ +# Silage yield trial — Tracy, California, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** California (CA) +- **City:** Tracy +- **Year:** 2024 +- **Plot ID:** 143777 +- **Cooperator:** Machado-Tracy +- **Planted:** 2024-06-11 +- **Harvested:** 2024-10-31 +- **Plot average:** 17946.0 T/Ac +- **Coordinates:** 37.76767, -121.33368 +- **URL:** https://lgseeds.com/performance/silage#plot-143777 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | Unknown | LG66C32STX | - | 21638.5 | +| 2 | LG Seeds | LG67C27 | STXRIB | 20224.1 | +| 3 | LG Seeds | LG68C59 | 5222 | 19589.7 | +| 4 | LG Seeds | LG66C28 | 3110 | 18938.2 | +| 5 | Unknown | DKC67-42RIB | - | 18665.0 | + +Top 5 by Ton/Acre: LG66C32STX (Unknown) 21638.5, LG67C27 (LG Seeds) 20224.1, LG68C59 (LG Seeds) 19589.7, LG66C28 (LG Seeds) 18938.2, DKC67-42RIB (Unknown) 18665.0. diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-143973.json b/corpus/lg_plot_reports/lgpr-silage-2024-143973.json new file mode 100644 index 00000000..20546159 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-143973.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2024-143973", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "Idaho", + "state_abbrev": "id", + "city": "Hazelton", + "year": 2024, + "plot_id": "143973", + "lat": 42.53558, + "lng": -114.12801, + "cooperator": "Brian Huettig", + "salesperson": "Brian Huettig ", + "planted_date": "2024-05-01", + "harvested_date": "2024-09-25", + "plot_average": 32342.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "K4108PWE", + "traits": "", + "metrics": { + "Ton/Acre": 38765.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG44C27", + "traits": "STXRIB", + "metrics": { + "Ton/Acre": 37259.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Ton/Acre": 36658.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG42C37", + "traits": "5222AEZ", + "metrics": { + "Ton/Acre": 33978.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "SPX4984PCE", + "traits": "", + "metrics": { + "Ton/Acre": 33889.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-143973" + ], + "fetched_at": "2026-05-27T02:21:15.696130+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-143973.md b/corpus/lg_plot_reports/lgpr-silage-2024-143973.md new file mode 100644 index 00000000..168f384a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-143973.md @@ -0,0 +1,29 @@ +# Silage yield trial — Hazelton, Idaho, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** Idaho (ID) +- **City:** Hazelton +- **Year:** 2024 +- **Plot ID:** 143973 +- **Cooperator:** Brian Huettig +- **Salesperson:** Brian Huettig +- **Planted:** 2024-05-01 +- **Harvested:** 2024-09-25 +- **Plot average:** 32342.0 T/Ac +- **Coordinates:** 42.53558, -114.12801 +- **URL:** https://lgseeds.com/performance/silage#plot-143973 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | Unknown | K4108PWE | - | 38765.3 | +| 2 | LG Seeds | LG44C27 | STXRIB | 37259.0 | +| 3 | LG Seeds | LG48C32 | SSPRIB | 36658.1 | +| 4 | LG Seeds | LG42C37 | 5222AEZ | 33978.1 | +| 5 | Unknown | SPX4984PCE | - | 33889.0 | + +Top 5 by Ton/Acre: K4108PWE (Unknown) 38765.3, LG44C27 (LG Seeds) 37259.0, LG48C32 (LG Seeds) 36658.1, LG42C37 (LG Seeds) 33978.1, SPX4984PCE (Unknown) 33889.0. diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-143993.json b/corpus/lg_plot_reports/lgpr-silage-2024-143993.json new file mode 100644 index 00000000..9e0b4f84 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-143993.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2024-143993", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "Idaho", + "state_abbrev": "id", + "city": "Melba", + "year": 2024, + "plot_id": "143993", + "lat": 43.42303, + "lng": -116.63631, + "cooperator": "Travis Christensen", + "salesperson": "Travis Christensen", + "planted_date": "2024-04-24", + "harvested_date": "2024-09-17", + "plot_average": 33226.0, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P1380Q", + "traits": "", + "metrics": { + "Ton/Acre": 39238.9 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P13777V", + "traits": "", + "metrics": { + "Ton/Acre": 37776.2 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P17677Q", + "traits": "", + "metrics": { + "Ton/Acre": 37409.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG68C18", + "traits": "VT2RIB", + "metrics": { + "Ton/Acre": 35867.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG62C22", + "traits": "VT2RIB", + "metrics": { + "Ton/Acre": 35721.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-143993" + ], + "fetched_at": "2026-05-27T02:21:13.182358+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-143993.md b/corpus/lg_plot_reports/lgpr-silage-2024-143993.md new file mode 100644 index 00000000..dc1edabf --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-143993.md @@ -0,0 +1,28 @@ +# Silage yield trial — Melba, Idaho, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** Idaho (ID) +- **City:** Melba +- **Year:** 2024 +- **Plot ID:** 143993 +- **Cooperator:** Travis Christensen +- **Planted:** 2024-04-24 +- **Harvested:** 2024-09-17 +- **Plot average:** 33226.0 T/Ac +- **Coordinates:** 43.42303, -116.63631 +- **URL:** https://lgseeds.com/performance/silage#plot-143993 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | Pioneer | P1380Q | - | 39238.9 | +| 2 | Pioneer | P13777V | - | 37776.2 | +| 3 | Pioneer | P17677Q | - | 37409.0 | +| 4 | LG Seeds | LG68C18 | VT2RIB | 35867.9 | +| 5 | LG Seeds | LG62C22 | VT2RIB | 35721.7 | + +Top 5 by Ton/Acre: P1380Q (Pioneer) 39238.9, P13777V (Pioneer) 37776.2, P17677Q (Pioneer) 37409.0, LG68C18 (LG Seeds) 35867.9, LG62C22 (LG Seeds) 35721.7. diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-143994.json b/corpus/lg_plot_reports/lgpr-silage-2024-143994.json new file mode 100644 index 00000000..f7c58f1c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-143994.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2024-143994", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "Idaho", + "state_abbrev": "id", + "city": "Melba", + "year": 2024, + "plot_id": "143994", + "lat": 43.34928, + "lng": -116.5032, + "cooperator": "Snake River Dairy", + "salesperson": "Snake River Dairy", + "planted_date": "2024-05-21", + "harvested_date": "2024-10-21", + "plot_average": 35117.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "3110", + "metrics": { + "Ton/Acre": 41174.5 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P13476Q", + "traits": "", + "metrics": { + "Ton/Acre": 38282.7 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P0622Q", + "traits": "", + "metrics": { + "Ton/Acre": 37100.8 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P0720Q", + "traits": "", + "metrics": { + "Ton/Acre": 37080.9 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P10625V", + "traits": "", + "metrics": { + "Ton/Acre": 36524.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-143994" + ], + "fetched_at": "2026-05-27T02:21:16.926004+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-143994.md b/corpus/lg_plot_reports/lgpr-silage-2024-143994.md new file mode 100644 index 00000000..a581c12d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-143994.md @@ -0,0 +1,28 @@ +# Silage yield trial — Melba, Idaho, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** Idaho (ID) +- **City:** Melba +- **Year:** 2024 +- **Plot ID:** 143994 +- **Cooperator:** Snake River Dairy +- **Planted:** 2024-05-21 +- **Harvested:** 2024-10-21 +- **Plot average:** 35117.0 T/Ac +- **Coordinates:** 43.34928, -116.50320 +- **URL:** https://lgseeds.com/performance/silage#plot-143994 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C28 | 3110 | 41174.5 | +| 2 | Pioneer | P13476Q | - | 38282.7 | +| 3 | Pioneer | P0622Q | - | 37100.8 | +| 4 | Pioneer | P0720Q | - | 37080.9 | +| 5 | Pioneer | P10625V | - | 36524.1 | + +Top 5 by Ton/Acre: LG61C28 (LG Seeds) 41174.5, P13476Q (Pioneer) 38282.7, P0622Q (Pioneer) 37100.8, P0720Q (Pioneer) 37080.9, P10625V (Pioneer) 36524.1. diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-143995.json b/corpus/lg_plot_reports/lgpr-silage-2024-143995.json new file mode 100644 index 00000000..babd8bf7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-143995.json @@ -0,0 +1,55 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2024-143995", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "California", + "state_abbrev": "ca", + "city": "El Nido", + "year": 2024, + "plot_id": "143995", + "lat": 37.06247, + "lng": -120.44881, + "cooperator": "Red Top Jersey’s", + "salesperson": "Red Top Jersey’s", + "planted_date": "2024-04-21", + "harvested_date": "2024-08-07", + "plot_average": 27935.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG66C28", + "traits": "3110", + "metrics": { + "Ton/Acre": 30367.8 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P2089AM", + "traits": "", + "metrics": { + "Ton/Acre": 28136.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG70C16", + "traits": "V-RN", + "metrics": { + "Ton/Acre": 25300.7 + } + } + ], + "n_results": 3, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-143995" + ], + "fetched_at": "2026-05-27T02:21:19.938529+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-143995.md b/corpus/lg_plot_reports/lgpr-silage-2024-143995.md new file mode 100644 index 00000000..ecba2871 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-143995.md @@ -0,0 +1,26 @@ +# Silage yield trial — El Nido, California, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** California (CA) +- **City:** El Nido +- **Year:** 2024 +- **Plot ID:** 143995 +- **Cooperator:** Red Top Jersey’s +- **Planted:** 2024-04-21 +- **Harvested:** 2024-08-07 +- **Plot average:** 27935.0 T/Ac +- **Coordinates:** 37.06247, -120.44881 +- **URL:** https://lgseeds.com/performance/silage#plot-143995 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | LG Seeds | LG66C28 | 3110 | 30367.8 | +| 2 | Pioneer | P2089AM | - | 28136.2 | +| 3 | LG Seeds | LG70C16 | V-RN | 25300.7 | + +Top 5 by Ton/Acre: LG66C28 (LG Seeds) 30367.8, P2089AM (Pioneer) 28136.2, LG70C16 (LG Seeds) 25300.7. diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-143996.json b/corpus/lg_plot_reports/lgpr-silage-2024-143996.json new file mode 100644 index 00000000..560e9298 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-143996.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2024-143996", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "Idaho", + "state_abbrev": "id", + "city": "Melba", + "year": 2024, + "plot_id": "143996", + "lat": 43.42364, + "lng": -116.46972, + "cooperator": "Eric Kasper", + "salesperson": "Eric Kasper", + "planted_date": "2024-05-01", + "harvested_date": "2024-10-01", + "plot_average": 31418.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG66C28", + "traits": "3110", + "metrics": { + "Ton/Acre": 35395.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG68C59", + "traits": "5222EZ", + "metrics": { + "Ton/Acre": 33812.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG70C16", + "traits": "V-RN", + "metrics": { + "Ton/Acre": 32947.0 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P1759AM", + "traits": "", + "metrics": { + "Ton/Acre": 31812.3 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG66C32STXRIB", + "traits": "", + "metrics": { + "Ton/Acre": 30130.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-143996" + ], + "fetched_at": "2026-05-27T02:21:15.939277+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-143996.md b/corpus/lg_plot_reports/lgpr-silage-2024-143996.md new file mode 100644 index 00000000..41ab206d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-143996.md @@ -0,0 +1,28 @@ +# Silage yield trial — Melba, Idaho, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** Idaho (ID) +- **City:** Melba +- **Year:** 2024 +- **Plot ID:** 143996 +- **Cooperator:** Eric Kasper +- **Planted:** 2024-05-01 +- **Harvested:** 2024-10-01 +- **Plot average:** 31418.0 T/Ac +- **Coordinates:** 43.42364, -116.46972 +- **URL:** https://lgseeds.com/performance/silage#plot-143996 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | LG Seeds | LG66C28 | 3110 | 35395.3 | +| 2 | LG Seeds | LG68C59 | 5222EZ | 33812.0 | +| 3 | LG Seeds | LG70C16 | V-RN | 32947.0 | +| 4 | Pioneer | P1759AM | - | 31812.3 | +| 5 | Unknown | LG66C32STXRIB | - | 30130.3 | + +Top 5 by Ton/Acre: LG66C28 (LG Seeds) 35395.3, LG68C59 (LG Seeds) 33812.0, LG70C16 (LG Seeds) 32947.0, P1759AM (Pioneer) 31812.3, LG66C32STXRIB (Unknown) 30130.3. diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-144000.json b/corpus/lg_plot_reports/lgpr-silage-2024-144000.json new file mode 100644 index 00000000..aa5e2dc0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-144000.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2024-144000", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "Idaho", + "state_abbrev": "id", + "city": "Wiser", + "year": 2024, + "plot_id": "144000", + "lat": 44.2244, + "lng": -116.84201, + "cooperator": "Chris Wiebe", + "salesperson": "Chris Wiebe", + "planted_date": "2024-05-03", + "harvested_date": "2024-09-27", + "plot_average": 37195.0, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P1828Q", + "traits": "", + "metrics": { + "Ton/Acre": 41046.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG68C59", + "traits": "5222EZ", + "metrics": { + "Ton/Acre": 38765.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG67C91", + "traits": "STX", + "metrics": { + "Ton/Acre": 38533.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "ES7531", + "traits": "3110", + "metrics": { + "Ton/Acre": 38075.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG68C18", + "traits": "VT2RIB", + "metrics": { + "Ton/Acre": 37820.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-144000" + ], + "fetched_at": "2026-05-27T02:21:14.453808+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-144000.md b/corpus/lg_plot_reports/lgpr-silage-2024-144000.md new file mode 100644 index 00000000..c4f1137b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-144000.md @@ -0,0 +1,28 @@ +# Silage yield trial — Wiser, Idaho, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** Idaho (ID) +- **City:** Wiser +- **Year:** 2024 +- **Plot ID:** 144000 +- **Cooperator:** Chris Wiebe +- **Planted:** 2024-05-03 +- **Harvested:** 2024-09-27 +- **Plot average:** 37195.0 T/Ac +- **Coordinates:** 44.22440, -116.84201 +- **URL:** https://lgseeds.com/performance/silage#plot-144000 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | Pioneer | P1828Q | - | 41046.7 | +| 2 | LG Seeds | LG68C59 | 5222EZ | 38765.4 | +| 3 | LG Seeds | LG67C91 | STX | 38533.5 | +| 4 | LG Seeds | ES7531 | 3110 | 38075.4 | +| 5 | LG Seeds | LG68C18 | VT2RIB | 37820.4 | + +Top 5 by Ton/Acre: P1828Q (Pioneer) 41046.7, LG68C59 (LG Seeds) 38765.4, LG67C91 (LG Seeds) 38533.5, ES7531 (LG Seeds) 38075.4, LG68C18 (LG Seeds) 37820.4. diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-144058.json b/corpus/lg_plot_reports/lgpr-silage-2024-144058.json new file mode 100644 index 00000000..34706aa7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-144058.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2024-144058", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "California", + "state_abbrev": "ca", + "city": "Hilmar", + "year": 2024, + "plot_id": "144058", + "lat": 37.43293, + "lng": -120.84994, + "cooperator": "Silva Farm", + "salesperson": "Silva Farm", + "planted_date": "2024-05-21", + "harvested_date": "2024-08-29", + "plot_average": 22974.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG66C28", + "traits": "3110", + "metrics": { + "Ton/Acre": 25467.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG5701", + "traits": "VT2RIB", + "metrics": { + "Ton/Acre": 25145.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG65C89-3110", + "traits": "", + "metrics": { + "Ton/Acre": 24572.9 + } + }, + { + "rank": 4, + "brand": "NK", + "product": "1755-DV", + "traits": "", + "metrics": { + "Ton/Acre": 23896.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "I6310-3220", + "traits": "", + "metrics": { + "Ton/Acre": 22587.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-144058" + ], + "fetched_at": "2026-05-27T02:21:15.185897+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-144058.md b/corpus/lg_plot_reports/lgpr-silage-2024-144058.md new file mode 100644 index 00000000..5d7dd02a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-144058.md @@ -0,0 +1,28 @@ +# Silage yield trial — Hilmar, California, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** California (CA) +- **City:** Hilmar +- **Year:** 2024 +- **Plot ID:** 144058 +- **Cooperator:** Silva Farm +- **Planted:** 2024-05-21 +- **Harvested:** 2024-08-29 +- **Plot average:** 22974.0 T/Ac +- **Coordinates:** 37.43293, -120.84994 +- **URL:** https://lgseeds.com/performance/silage#plot-144058 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | LG Seeds | LG66C28 | 3110 | 25467.5 | +| 2 | LG Seeds | LG5701 | VT2RIB | 25145.1 | +| 3 | Unknown | LG65C89-3110 | - | 24572.9 | +| 4 | NK | 1755-DV | - | 23896.2 | +| 5 | Unknown | I6310-3220 | - | 22587.5 | + +Top 5 by Ton/Acre: LG66C28 (LG Seeds) 25467.5, LG5701 (LG Seeds) 25145.1, LG65C89-3110 (Unknown) 24572.9, 1755-DV (NK) 23896.2, I6310-3220 (Unknown) 22587.5. diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-144322.json b/corpus/lg_plot_reports/lgpr-silage-2024-144322.json new file mode 100644 index 00000000..eff9db59 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-144322.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2024-144322", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "California", + "state_abbrev": "ca", + "city": "Knights Landing", + "year": 2024, + "plot_id": "144322", + "lat": 38.17203, + "lng": -121.5869, + "cooperator": "Knight Farms", + "salesperson": "Knight Farms", + "planted_date": "2024-06-26", + "harvested_date": "2024-09-22", + "plot_average": 20485.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG5701", + "traits": "VT2RIB", + "metrics": { + "Ton/Acre": 23345.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "ES7514", + "traits": "VT2P", + "metrics": { + "Ton/Acre": 23292.7 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG63C54PCE", + "traits": "", + "metrics": { + "Ton/Acre": 20309.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STX", + "metrics": { + "Ton/Acre": 20252.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "ES7531", + "traits": "3110", + "metrics": { + "Ton/Acre": 19816.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-144322" + ], + "fetched_at": "2026-05-27T02:21:16.193259+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-144322.md b/corpus/lg_plot_reports/lgpr-silage-2024-144322.md new file mode 100644 index 00000000..d2f25823 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-144322.md @@ -0,0 +1,28 @@ +# Silage yield trial — Knights Landing, California, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** California (CA) +- **City:** Knights Landing +- **Year:** 2024 +- **Plot ID:** 144322 +- **Cooperator:** Knight Farms +- **Planted:** 2024-06-26 +- **Harvested:** 2024-09-22 +- **Plot average:** 20485.0 T/Ac +- **Coordinates:** 38.17203, -121.58690 +- **URL:** https://lgseeds.com/performance/silage#plot-144322 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | LG Seeds | LG5701 | VT2RIB | 23345.0 | +| 2 | LG Seeds | ES7514 | VT2P | 23292.7 | +| 3 | Unknown | LG63C54PCE | - | 20309.3 | +| 4 | LG Seeds | LG67C27 | STX | 20252.5 | +| 5 | LG Seeds | ES7531 | 3110 | 19816.0 | + +Top 5 by Ton/Acre: LG5701 (LG Seeds) 23345.0, ES7514 (LG Seeds) 23292.7, LG63C54PCE (Unknown) 20309.3, LG67C27 (LG Seeds) 20252.5, ES7531 (LG Seeds) 19816.0. diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-144807.json b/corpus/lg_plot_reports/lgpr-silage-2024-144807.json new file mode 100644 index 00000000..3ca71313 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-144807.json @@ -0,0 +1,27 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2024-144807", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Horizon", + "year": 2024, + "plot_id": "144807", + "lat": 43.43705, + "lng": -90.30892, + "cooperator": "Ken BECK", + "salesperson": "Ken BECK", + "planted_date": "2024-05-19", + "harvested_date": "2024-10-30", + "plot_average": 0.0, + "results": [], + "n_results": 0, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-144807" + ], + "fetched_at": "2026-05-27T02:21:16.427090+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2024-144807.md b/corpus/lg_plot_reports/lgpr-silage-2024-144807.md new file mode 100644 index 00000000..ee232be8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2024-144807.md @@ -0,0 +1,17 @@ +# Silage yield trial — Horizon, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** Wisconsin (WI) +- **City:** Horizon +- **Year:** 2024 +- **Plot ID:** 144807 +- **Cooperator:** Ken BECK +- **Planted:** 2024-05-19 +- **Harvested:** 2024-10-30 +- **Plot average:** 0.0 T/Ac +- **Coordinates:** 43.43705, -90.30892 +- **URL:** https://lgseeds.com/performance/silage#plot-144807 + +--- diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-145391.json b/corpus/lg_plot_reports/lgpr-silage-2025-145391.json new file mode 100644 index 00000000..13ae8d12 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-145391.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2025-145391", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "Idaho", + "state_abbrev": "id", + "city": "Nampa", + "year": 2025, + "plot_id": "145391", + "lat": 43.44438, + "lng": -116.63381, + "cooperator": "Paul Rasgorshek", + "salesperson": "Paul Rasgorshek", + "planted_date": "2025-04-22", + "harvested_date": "2025-09-10", + "plot_average": 33081.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG67C91", + "traits": "STX", + "metrics": { + "Ton/Acre": 38336.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG5701", + "traits": "VT2PRO", + "metrics": { + "Ton/Acre": 36354.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Ton/Acre": 35541.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "TRC", + "metrics": { + "Ton/Acre": 35222.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Ton/Acre": 35063.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-145391" + ], + "fetched_at": "2026-05-27T02:21:21.697668+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-145391.md b/corpus/lg_plot_reports/lgpr-silage-2025-145391.md new file mode 100644 index 00000000..46515d11 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-145391.md @@ -0,0 +1,28 @@ +# Silage yield trial — Nampa, Idaho, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** Idaho (ID) +- **City:** Nampa +- **Year:** 2025 +- **Plot ID:** 145391 +- **Cooperator:** Paul Rasgorshek +- **Planted:** 2025-04-22 +- **Harvested:** 2025-09-10 +- **Plot average:** 33081.0 T/Ac +- **Coordinates:** 43.44438, -116.63381 +- **URL:** https://lgseeds.com/performance/silage#plot-145391 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | LG Seeds | LG67C91 | STX | 38336.5 | +| 2 | LG Seeds | LG5701 | VT2PRO | 36354.3 | +| 3 | LG Seeds | LG67C07 | VT2PRO | 35541.0 | +| 4 | LG Seeds | LG63C32 | TRC | 35222.3 | +| 5 | LG Seeds | LG60C05 | 3110 | 35063.0 | + +Top 5 by Ton/Acre: LG67C91 (LG Seeds) 38336.5, LG5701 (LG Seeds) 36354.3, LG67C07 (LG Seeds) 35541.0, LG63C32 (LG Seeds) 35222.3, LG60C05 (LG Seeds) 35063.0. diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-145801.json b/corpus/lg_plot_reports/lgpr-silage-2025-145801.json new file mode 100644 index 00000000..40ae5ab5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-145801.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2025-145801", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "Colorado", + "state_abbrev": "co", + "city": "Sedgwick ", + "year": 2025, + "plot_id": "145801", + "lat": 40.76785, + "lng": -102.5744, + "cooperator": "Brandon Biesemeier", + "salesperson": "Brandon Biesemeier", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-16", + "plot_average": 27162.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG64C90", + "traits": "STXRIB", + "metrics": { + "Ton/Acre": 31149.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Ton/Acre": 30162.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "STXRIB", + "metrics": { + "Ton/Acre": 30061.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG66C28", + "traits": "DV-RN", + "metrics": { + "Ton/Acre": 29851.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Ton/Acre": 27575.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-145801" + ], + "fetched_at": "2026-05-27T02:21:12.472099+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-145801.md b/corpus/lg_plot_reports/lgpr-silage-2025-145801.md new file mode 100644 index 00000000..580a852b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-145801.md @@ -0,0 +1,28 @@ +# Silage yield trial — Sedgwick , Colorado, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** Colorado (CO) +- **City:** Sedgwick +- **Year:** 2025 +- **Plot ID:** 145801 +- **Cooperator:** Brandon Biesemeier +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-16 +- **Plot average:** 27162.0 T/Ac +- **Coordinates:** 40.76785, -102.57440 +- **URL:** https://lgseeds.com/performance/silage#plot-145801 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | LG Seeds | LG64C90 | STXRIB | 31149.1 | +| 2 | LG Seeds | LG63C32 | SSPRIB | 30162.2 | +| 3 | LG Seeds | LG66C44 | STXRIB | 30061.1 | +| 4 | LG Seeds | LG66C28 | DV-RN | 29851.6 | +| 5 | LG Seeds | LG67C27 | STXRIB | 27575.5 | + +Top 5 by Ton/Acre: LG64C90 (LG Seeds) 31149.1, LG63C32 (LG Seeds) 30162.2, LG66C44 (LG Seeds) 30061.1, LG66C28 (LG Seeds) 29851.6, LG67C27 (LG Seeds) 27575.5. diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-145830.json b/corpus/lg_plot_reports/lgpr-silage-2025-145830.json new file mode 100644 index 00000000..f91dfaeb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-145830.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2025-145830", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "California", + "state_abbrev": "ca", + "city": "Acampo", + "year": 2025, + "plot_id": "145830", + "lat": 38.21844, + "lng": -121.21479, + "cooperator": "Seifert Dairy Farms", + "salesperson": "Seifert Dairy Farms", + "planted_date": "2025-05-08", + "harvested_date": "2025-09-05", + "plot_average": 32182.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Ton/Acre": 34972.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG5701", + "traits": "VT2PRO", + "metrics": { + "Ton/Acre": 34702.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "ES7698", + "traits": "3110", + "metrics": { + "Ton/Acre": 33804.6 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "K6430DV", + "traits": "", + "metrics": { + "Ton/Acre": 33540.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Ton/Acre": 33525.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-145830" + ], + "fetched_at": "2026-05-27T02:21:20.942919+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-145830.md b/corpus/lg_plot_reports/lgpr-silage-2025-145830.md new file mode 100644 index 00000000..020b2ea7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-145830.md @@ -0,0 +1,28 @@ +# Silage yield trial — Acampo, California, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** California (CA) +- **City:** Acampo +- **Year:** 2025 +- **Plot ID:** 145830 +- **Cooperator:** Seifert Dairy Farms +- **Planted:** 2025-05-08 +- **Harvested:** 2025-09-05 +- **Plot average:** 32182.0 T/Ac +- **Coordinates:** 38.21844, -121.21479 +- **URL:** https://lgseeds.com/performance/silage#plot-145830 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | LG Seeds | LG67C27 | STXRIB | 34972.3 | +| 2 | LG Seeds | LG5701 | VT2PRO | 34702.5 | +| 3 | LG Seeds | ES7698 | 3110 | 33804.6 | +| 4 | Unknown | K6430DV | - | 33540.9 | +| 5 | LG Seeds | LG60C05 | 3110 | 33525.8 | + +Top 5 by Ton/Acre: LG67C27 (LG Seeds) 34972.3, LG5701 (LG Seeds) 34702.5, ES7698 (LG Seeds) 33804.6, K6430DV (Unknown) 33540.9, LG60C05 (LG Seeds) 33525.8. diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-145869.json b/corpus/lg_plot_reports/lgpr-silage-2025-145869.json new file mode 100644 index 00000000..b5f7d835 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-145869.json @@ -0,0 +1,27 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2025-145869", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Eden Valley", + "year": 2025, + "plot_id": "145869", + "lat": 45.30725, + "lng": -94.57167, + "cooperator": "NexGen Dairy, LLC", + "salesperson": "NexGen Dairy, LLC", + "planted_date": "2025-05-06", + "harvested_date": "2025-09-26", + "plot_average": 0.0, + "results": [], + "n_results": 0, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-145869" + ], + "fetched_at": "2026-05-27T02:21:20.424559+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-145869.md b/corpus/lg_plot_reports/lgpr-silage-2025-145869.md new file mode 100644 index 00000000..ba52937a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-145869.md @@ -0,0 +1,17 @@ +# Silage yield trial — Eden Valley, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** Minnesota (MN) +- **City:** Eden Valley +- **Year:** 2025 +- **Plot ID:** 145869 +- **Cooperator:** NexGen Dairy, LLC +- **Planted:** 2025-05-06 +- **Harvested:** 2025-09-26 +- **Plot average:** 0.0 T/Ac +- **Coordinates:** 45.30725, -94.57167 +- **URL:** https://lgseeds.com/performance/silage#plot-145869 + +--- diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-145880.json b/corpus/lg_plot_reports/lgpr-silage-2025-145880.json new file mode 100644 index 00000000..b71deb25 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-145880.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2025-145880", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "White Lake", + "year": 2025, + "plot_id": "145880", + "lat": 43.72986, + "lng": -98.72498, + "cooperator": "Thiry Feedlot Inc.", + "salesperson": "Thiry Feedlot Inc.", + "planted_date": "2025-05-09", + "harvested_date": "2025-09-13", + "plot_average": 12204.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Ton/Acre": 14079.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Ton/Acre": 13895.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG57C82", + "traits": "VT2RIB", + "metrics": { + "Ton/Acre": 13160.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Ton/Acre": 12793.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Ton/Acre": 12353.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-145880" + ], + "fetched_at": "2026-05-27T02:21:11.459987+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-145880.md b/corpus/lg_plot_reports/lgpr-silage-2025-145880.md new file mode 100644 index 00000000..7ad3f9f0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-145880.md @@ -0,0 +1,28 @@ +# Silage yield trial — White Lake, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** South Dakota (SD) +- **City:** White Lake +- **Year:** 2025 +- **Plot ID:** 145880 +- **Cooperator:** Thiry Feedlot Inc. +- **Planted:** 2025-05-09 +- **Harvested:** 2025-09-13 +- **Plot average:** 12204.0 T/Ac +- **Coordinates:** 43.72986, -98.72498 +- **URL:** https://lgseeds.com/performance/silage#plot-145880 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C28 | V | 14079.0 | +| 2 | LG Seeds | LG60C05 | 3110 | 13895.0 | +| 3 | LG Seeds | LG57C82 | VT2RIB | 13160.4 | +| 4 | LG Seeds | LG58C48 | VT2RIB | 12793.3 | +| 5 | LG Seeds | LG53C44 | VT2RIB | 12353.2 | + +Top 5 by Ton/Acre: LG61C28 (LG Seeds) 14079.0, LG60C05 (LG Seeds) 13895.0, LG57C82 (LG Seeds) 13160.4, LG58C48 (LG Seeds) 12793.3, LG53C44 (LG Seeds) 12353.2. diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-146036.json b/corpus/lg_plot_reports/lgpr-silage-2025-146036.json new file mode 100644 index 00000000..43f180c3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-146036.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2025-146036", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Dane", + "year": 2025, + "plot_id": "146036", + "lat": 43.22875, + "lng": -89.5427, + "cooperator": "Wipperfurth Dairy", + "salesperson": "Wipperfurth Dairy", + "planted_date": "2025-05-09", + "harvested_date": "2025-09-17", + "plot_average": 33765.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Ton/Acre": 38454.9 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "215-99STX", + "traits": "", + "metrics": { + "Ton/Acre": 37522.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "HiDF-5000Q", + "traits": "", + "metrics": { + "Ton/Acre": 37442.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "6133V", + "traits": "", + "metrics": { + "Ton/Acre": 37264.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "HIDF-4545Q", + "traits": "", + "metrics": { + "Ton/Acre": 36507.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-146036" + ], + "fetched_at": "2026-05-27T02:21:10.675167+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-146036.md b/corpus/lg_plot_reports/lgpr-silage-2025-146036.md new file mode 100644 index 00000000..56739a32 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-146036.md @@ -0,0 +1,28 @@ +# Silage yield trial — Dane, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** Wisconsin (WI) +- **City:** Dane +- **Year:** 2025 +- **Plot ID:** 146036 +- **Cooperator:** Wipperfurth Dairy +- **Planted:** 2025-05-09 +- **Harvested:** 2025-09-17 +- **Plot average:** 33765.0 T/Ac +- **Coordinates:** 43.22875, -89.54270 +- **URL:** https://lgseeds.com/performance/silage#plot-146036 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | SSPRIB | 38454.9 | +| 2 | Unknown | 215-99STX | - | 37522.2 | +| 3 | Unknown | HiDF-5000Q | - | 37442.0 | +| 4 | Unknown | 6133V | - | 37264.5 | +| 5 | Unknown | HIDF-4545Q | - | 36507.6 | + +Top 5 by Ton/Acre: LG63C32 (LG Seeds) 38454.9, 215-99STX (Unknown) 37522.2, HiDF-5000Q (Unknown) 37442.0, 6133V (Unknown) 37264.5, HIDF-4545Q (Unknown) 36507.6. diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-146401.json b/corpus/lg_plot_reports/lgpr-silage-2025-146401.json new file mode 100644 index 00000000..129a8acb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-146401.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2025-146401", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "California", + "state_abbrev": "ca", + "city": "Escalon", + "year": 2025, + "plot_id": "146401", + "lat": 37.79924, + "lng": -121.03276, + "cooperator": "G & H VanDePol", + "salesperson": "G & H VanDePol", + "planted_date": "2025-05-23", + "harvested_date": "2025-09-11", + "plot_average": 37826.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Ton/Acre": 45567.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG70C16", + "traits": "V-RN", + "metrics": { + "Ton/Acre": 41318.9 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P17677AM", + "traits": "", + "metrics": { + "Ton/Acre": 40766.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "K6325DV", + "traits": "", + "metrics": { + "Ton/Acre": 37885.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG66C28", + "traits": "3110", + "metrics": { + "Ton/Acre": 37650.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-146401" + ], + "fetched_at": "2026-05-27T02:21:21.191601+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-146401.md b/corpus/lg_plot_reports/lgpr-silage-2025-146401.md new file mode 100644 index 00000000..9a4cfd43 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-146401.md @@ -0,0 +1,28 @@ +# Silage yield trial — Escalon, California, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** California (CA) +- **City:** Escalon +- **Year:** 2025 +- **Plot ID:** 146401 +- **Cooperator:** G & H VanDePol +- **Planted:** 2025-05-23 +- **Harvested:** 2025-09-11 +- **Plot average:** 37826.0 T/Ac +- **Coordinates:** 37.79924, -121.03276 +- **URL:** https://lgseeds.com/performance/silage#plot-146401 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | LG Seeds | LG60C05 | 3110 | 45567.1 | +| 2 | LG Seeds | LG70C16 | V-RN | 41318.9 | +| 3 | Pioneer | P17677AM | - | 40766.1 | +| 4 | Unknown | K6325DV | - | 37885.7 | +| 5 | LG Seeds | LG66C28 | 3110 | 37650.5 | + +Top 5 by Ton/Acre: LG60C05 (LG Seeds) 45567.1, LG70C16 (LG Seeds) 41318.9, P17677AM (Pioneer) 40766.1, K6325DV (Unknown) 37885.7, LG66C28 (LG Seeds) 37650.5. diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-146526.json b/corpus/lg_plot_reports/lgpr-silage-2025-146526.json new file mode 100644 index 00000000..2c250a76 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-146526.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2025-146526", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Birnamwood", + "year": 2025, + "plot_id": "146526", + "lat": 44.94366, + "lng": -89.12039, + "cooperator": "Todd Schmidt", + "salesperson": "Todd Schmidt", + "planted_date": "2025-05-09", + "harvested_date": "2025-10-06", + "plot_average": 23481.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B99A24V", + "traits": "", + "metrics": { + "Ton/Acre": 28957.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "HiDF-4321V", + "traits": "", + "metrics": { + "Ton/Acre": 28810.5 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "HIDF4073Q", + "traits": "", + "metrics": { + "Ton/Acre": 28138.6 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "RK7524G", + "traits": "", + "metrics": { + "Ton/Acre": 27355.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG52C42", + "traits": "RR", + "metrics": { + "Ton/Acre": 26892.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-146526" + ], + "fetched_at": "2026-05-27T02:21:10.936666+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-146526.md b/corpus/lg_plot_reports/lgpr-silage-2025-146526.md new file mode 100644 index 00000000..84fb1e11 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-146526.md @@ -0,0 +1,28 @@ +# Silage yield trial — Birnamwood, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** Wisconsin (WI) +- **City:** Birnamwood +- **Year:** 2025 +- **Plot ID:** 146526 +- **Cooperator:** Todd Schmidt +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-06 +- **Plot average:** 23481.0 T/Ac +- **Coordinates:** 44.94366, -89.12039 +- **URL:** https://lgseeds.com/performance/silage#plot-146526 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | Unknown | B99A24V | - | 28957.0 | +| 2 | Unknown | HiDF-4321V | - | 28810.5 | +| 3 | Unknown | HIDF4073Q | - | 28138.6 | +| 4 | Unknown | RK7524G | - | 27355.8 | +| 5 | LG Seeds | LG52C42 | RR | 26892.4 | + +Top 5 by Ton/Acre: B99A24V (Unknown) 28957.0, HiDF-4321V (Unknown) 28810.5, HIDF4073Q (Unknown) 28138.6, RK7524G (Unknown) 27355.8, LG52C42 (LG Seeds) 26892.4. diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-146532.json b/corpus/lg_plot_reports/lgpr-silage-2025-146532.json new file mode 100644 index 00000000..9065d6fe --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-146532.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2025-146532", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Rio Creek", + "year": 2025, + "plot_id": "146532", + "lat": 44.58336, + "lng": -87.62277, + "cooperator": "Randy Hallet", + "salesperson": "Randy Hallet", + "planted_date": "2025-05-20", + "harvested_date": "2025-09-27", + "plot_average": 29472.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B99A24AM", + "traits": "", + "metrics": { + "Ton/Acre": 34502.9 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "E097K6-D", + "traits": "", + "metrics": { + "Ton/Acre": 32816.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG48C87", + "traits": "VT2RIB", + "metrics": { + "Ton/Acre": 32076.7 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LR9595V", + "traits": "", + "metrics": { + "Ton/Acre": 31246.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LR9692-VIP3110", + "traits": "", + "metrics": { + "Ton/Acre": 31154.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-146532" + ], + "fetched_at": "2026-05-27T02:21:13.436677+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-146532.md b/corpus/lg_plot_reports/lgpr-silage-2025-146532.md new file mode 100644 index 00000000..647b0ebd --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-146532.md @@ -0,0 +1,28 @@ +# Silage yield trial — Rio Creek, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** Wisconsin (WI) +- **City:** Rio Creek +- **Year:** 2025 +- **Plot ID:** 146532 +- **Cooperator:** Randy Hallet +- **Planted:** 2025-05-20 +- **Harvested:** 2025-09-27 +- **Plot average:** 29472.0 T/Ac +- **Coordinates:** 44.58336, -87.62277 +- **URL:** https://lgseeds.com/performance/silage#plot-146532 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | Unknown | B99A24AM | - | 34502.9 | +| 2 | Unknown | E097K6-D | - | 32816.8 | +| 3 | LG Seeds | LG48C87 | VT2RIB | 32076.7 | +| 4 | Unknown | LR9595V | - | 31246.0 | +| 5 | Unknown | LR9692-VIP3110 | - | 31154.9 | + +Top 5 by Ton/Acre: B99A24AM (Unknown) 34502.9, E097K6-D (Unknown) 32816.8, LG48C87 (LG Seeds) 32076.7, LR9595V (Unknown) 31246.0, LR9692-VIP3110 (Unknown) 31154.9. diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-146584.json b/corpus/lg_plot_reports/lgpr-silage-2025-146584.json new file mode 100644 index 00000000..f667f744 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-146584.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2025-146584", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "Washington", + "state_abbrev": "wa", + "city": "Warden", + "year": 2025, + "plot_id": "146584", + "lat": 47.0568, + "lng": -119.11308, + "cooperator": "Brad Boersma", + "salesperson": "Brad Boersma", + "planted_date": "2025-06-02", + "harvested_date": "2025-09-29", + "plot_average": 30291.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG42C37", + "traits": "5222AEZ", + "metrics": { + "Ton/Acre": 33686.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG52C90", + "traits": "VT2RIB", + "metrics": { + "Ton/Acre": 32740.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG43C50", + "traits": "VT2RIB", + "metrics": { + "Ton/Acre": 32623.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG48C32", + "traits": "SSPRIB", + "metrics": { + "Ton/Acre": 30834.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG51C32", + "traits": "SSPRIB", + "metrics": { + "Ton/Acre": 30781.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-146584" + ], + "fetched_at": "2026-05-27T02:21:10.469314+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-146584.md b/corpus/lg_plot_reports/lgpr-silage-2025-146584.md new file mode 100644 index 00000000..5aa6fa08 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-146584.md @@ -0,0 +1,28 @@ +# Silage yield trial — Warden, Washington, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** Washington (WA) +- **City:** Warden +- **Year:** 2025 +- **Plot ID:** 146584 +- **Cooperator:** Brad Boersma +- **Planted:** 2025-06-02 +- **Harvested:** 2025-09-29 +- **Plot average:** 30291.0 T/Ac +- **Coordinates:** 47.05680, -119.11308 +- **URL:** https://lgseeds.com/performance/silage#plot-146584 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | LG Seeds | LG42C37 | 5222AEZ | 33686.9 | +| 2 | LG Seeds | LG52C90 | VT2RIB | 32740.1 | +| 3 | LG Seeds | LG43C50 | VT2RIB | 32623.0 | +| 4 | LG Seeds | LG48C32 | SSPRIB | 30834.4 | +| 5 | LG Seeds | LG51C32 | SSPRIB | 30781.5 | + +Top 5 by Ton/Acre: LG42C37 (LG Seeds) 33686.9, LG52C90 (LG Seeds) 32740.1, LG43C50 (LG Seeds) 32623.0, LG48C32 (LG Seeds) 30834.4, LG51C32 (LG Seeds) 30781.5. diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-146602.json b/corpus/lg_plot_reports/lgpr-silage-2025-146602.json new file mode 100644 index 00000000..9977275d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-146602.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2025-146602", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "Washington", + "state_abbrev": "wa", + "city": "Sunnyside", + "year": 2025, + "plot_id": "146602", + "lat": 46.2768, + "lng": -119.9568, + "cooperator": "Ruard Veldhuis", + "salesperson": "Ruard Veldhuis", + "planted_date": "2025-05-19", + "harvested_date": "2025-10-07", + "plot_average": 34072.0, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P13777V", + "traits": "", + "metrics": { + "Ton/Acre": 37787.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKC113-62", + "traits": "", + "metrics": { + "Ton/Acre": 37715.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKC114-42RIB", + "traits": "", + "metrics": { + "Ton/Acre": 36030.1 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P08527V", + "traits": "", + "metrics": { + "Ton/Acre": 35404.8 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P10625V", + "traits": "", + "metrics": { + "Ton/Acre": 34069.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-146602" + ], + "fetched_at": "2026-05-27T02:21:11.920076+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-146602.md b/corpus/lg_plot_reports/lgpr-silage-2025-146602.md new file mode 100644 index 00000000..2709b578 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-146602.md @@ -0,0 +1,28 @@ +# Silage yield trial — Sunnyside, Washington, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** Washington (WA) +- **City:** Sunnyside +- **Year:** 2025 +- **Plot ID:** 146602 +- **Cooperator:** Ruard Veldhuis +- **Planted:** 2025-05-19 +- **Harvested:** 2025-10-07 +- **Plot average:** 34072.0 T/Ac +- **Coordinates:** 46.27680, -119.95680 +- **URL:** https://lgseeds.com/performance/silage#plot-146602 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | Pioneer | P13777V | - | 37787.6 | +| 2 | Unknown | DKC113-62 | - | 37715.3 | +| 3 | Unknown | DKC114-42RIB | - | 36030.1 | +| 4 | Pioneer | P08527V | - | 35404.8 | +| 5 | Pioneer | P10625V | - | 34069.2 | + +Top 5 by Ton/Acre: P13777V (Pioneer) 37787.6, DKC113-62 (Unknown) 37715.3, DKC114-42RIB (Unknown) 36030.1, P08527V (Pioneer) 35404.8, P10625V (Pioneer) 34069.2. diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-146607.json b/corpus/lg_plot_reports/lgpr-silage-2025-146607.json new file mode 100644 index 00000000..88c71ca9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-146607.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2025-146607", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "California", + "state_abbrev": "ca", + "city": "Lodi", + "year": 2025, + "plot_id": "146607", + "lat": 38.15899, + "lng": -121.39429, + "cooperator": "Vanexel Dairy", + "salesperson": "Vanexel Dairy", + "planted_date": "2025-06-03", + "harvested_date": "2025-09-22", + "plot_average": 35043.0, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P15517PCE", + "traits": "", + "metrics": { + "Ton/Acre": 43854.3 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P14364PCUE", + "traits": "", + "metrics": { + "Ton/Acre": 41915.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Ton/Acre": 37598.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "ES7698", + "traits": "3110", + "metrics": { + "Ton/Acre": 37228.7 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P1608AM", + "traits": "", + "metrics": { + "Ton/Acre": 36899.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-146607" + ], + "fetched_at": "2026-05-27T02:21:11.683663+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-146607.md b/corpus/lg_plot_reports/lgpr-silage-2025-146607.md new file mode 100644 index 00000000..a1092714 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-146607.md @@ -0,0 +1,28 @@ +# Silage yield trial — Lodi, California, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** California (CA) +- **City:** Lodi +- **Year:** 2025 +- **Plot ID:** 146607 +- **Cooperator:** Vanexel Dairy +- **Planted:** 2025-06-03 +- **Harvested:** 2025-09-22 +- **Plot average:** 35043.0 T/Ac +- **Coordinates:** 38.15899, -121.39429 +- **URL:** https://lgseeds.com/performance/silage#plot-146607 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | Pioneer | P15517PCE | - | 43854.3 | +| 2 | Pioneer | P14364PCUE | - | 41915.1 | +| 3 | LG Seeds | LG67C27 | STXRIB | 37598.9 | +| 4 | LG Seeds | ES7698 | 3110 | 37228.7 | +| 5 | Pioneer | P1608AM | - | 36899.3 | + +Top 5 by Ton/Acre: P15517PCE (Pioneer) 43854.3, P14364PCUE (Pioneer) 41915.1, LG67C27 (LG Seeds) 37598.9, ES7698 (LG Seeds) 37228.7, P1608AM (Pioneer) 36899.3. diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-146941.json b/corpus/lg_plot_reports/lgpr-silage-2025-146941.json new file mode 100644 index 00000000..0fcae1fb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-146941.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2025-146941", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "Idaho", + "state_abbrev": "id", + "city": "Parma", + "year": 2025, + "plot_id": "146941", + "lat": 43.77769, + "lng": -116.84087, + "cooperator": "Vanderwoude dairy", + "salesperson": "Vanderwoude dairy", + "planted_date": "2025-04-17", + "harvested_date": "2025-09-02", + "plot_average": 35282.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Ton/Acre": 38593.9 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P07340Q", + "traits": "", + "metrics": { + "Ton/Acre": 36773.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG56C25", + "traits": "SSPRIB", + "metrics": { + "Ton/Acre": 36624.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG5525", + "traits": "VT2Pro", + "metrics": { + "Ton/Acre": 35743.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG57C45", + "traits": "SSPRIB", + "metrics": { + "Ton/Acre": 34039.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-146941" + ], + "fetched_at": "2026-05-27T02:21:21.457187+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-146941.md b/corpus/lg_plot_reports/lgpr-silage-2025-146941.md new file mode 100644 index 00000000..69dc90a3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-146941.md @@ -0,0 +1,28 @@ +# Silage yield trial — Parma, Idaho, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** Idaho (ID) +- **City:** Parma +- **Year:** 2025 +- **Plot ID:** 146941 +- **Cooperator:** Vanderwoude dairy +- **Planted:** 2025-04-17 +- **Harvested:** 2025-09-02 +- **Plot average:** 35282.0 T/Ac +- **Coordinates:** 43.77769, -116.84087 +- **URL:** https://lgseeds.com/performance/silage#plot-146941 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | LG Seeds | LG60C05 | 3110 | 38593.9 | +| 2 | Pioneer | P07340Q | - | 36773.5 | +| 3 | LG Seeds | LG56C25 | SSPRIB | 36624.2 | +| 4 | LG Seeds | LG5525 | VT2Pro | 35743.2 | +| 5 | LG Seeds | LG57C45 | SSPRIB | 34039.4 | + +Top 5 by Ton/Acre: LG60C05 (LG Seeds) 38593.9, P07340Q (Pioneer) 36773.5, LG56C25 (LG Seeds) 36624.2, LG5525 (LG Seeds) 35743.2, LG57C45 (LG Seeds) 34039.4. diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-146959.json b/corpus/lg_plot_reports/lgpr-silage-2025-146959.json new file mode 100644 index 00000000..34f4c6d9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-146959.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2025-146959", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "Oregon", + "state_abbrev": "or", + "city": "Vale", + "year": 2025, + "plot_id": "146959", + "lat": 43.99806, + "lng": -117.15054, + "cooperator": "Burkhardt Farms", + "salesperson": "Burkhardt Farms", + "planted_date": "2025-04-24", + "harvested_date": "2025-09-08", + "plot_average": 34010.0, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "", + "metrics": { + "Ton/Acre": 39597.2 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P13777V", + "traits": "", + "metrics": { + "Ton/Acre": 37728.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG67C07", + "traits": "VT2PRO", + "metrics": { + "Ton/Acre": 34906.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG67C91", + "traits": "STX", + "metrics": { + "Ton/Acre": 34754.2 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P1380Q", + "traits": "", + "metrics": { + "Ton/Acre": 34637.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-146959" + ], + "fetched_at": "2026-05-27T02:21:21.942682+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-146959.md b/corpus/lg_plot_reports/lgpr-silage-2025-146959.md new file mode 100644 index 00000000..c7a3e721 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-146959.md @@ -0,0 +1,28 @@ +# Silage yield trial — Vale, Oregon, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** Oregon (OR) +- **City:** Vale +- **Year:** 2025 +- **Plot ID:** 146959 +- **Cooperator:** Burkhardt Farms +- **Planted:** 2025-04-24 +- **Harvested:** 2025-09-08 +- **Plot average:** 34010.0 T/Ac +- **Coordinates:** 43.99806, -117.15054 +- **URL:** https://lgseeds.com/performance/silage#plot-146959 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | Pioneer | P14830Q | - | 39597.2 | +| 2 | Pioneer | P13777V | - | 37728.0 | +| 3 | LG Seeds | LG67C07 | VT2PRO | 34906.6 | +| 4 | LG Seeds | LG67C91 | STX | 34754.2 | +| 5 | Pioneer | P1380Q | - | 34637.5 | + +Top 5 by Ton/Acre: P14830Q (Pioneer) 39597.2, P13777V (Pioneer) 37728.0, LG67C07 (LG Seeds) 34906.6, LG67C91 (LG Seeds) 34754.2, P1380Q (Pioneer) 34637.5. diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-146999.json b/corpus/lg_plot_reports/lgpr-silage-2025-146999.json new file mode 100644 index 00000000..6527cd61 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-146999.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2025-146999", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "Idaho", + "state_abbrev": "id", + "city": "Melba", + "year": 2025, + "plot_id": "146999", + "lat": 43.42723, + "lng": -116.46938, + "cooperator": "Eric Kasper", + "salesperson": "Eric Kasper", + "planted_date": "2025-05-12", + "harvested_date": "2025-10-02", + "plot_average": 26838.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C32", + "traits": "SSPRIB", + "metrics": { + "Ton/Acre": 29432.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG60C05", + "traits": "3110", + "metrics": { + "Ton/Acre": 29233.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG62C22", + "traits": "VT2RIB", + "metrics": { + "Ton/Acre": 28916.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG66C28", + "traits": "DV-RN", + "metrics": { + "Ton/Acre": 27891.3 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P13476Q", + "traits": "", + "metrics": { + "Ton/Acre": 27464.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-146999" + ], + "fetched_at": "2026-05-27T02:21:12.197882+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-146999.md b/corpus/lg_plot_reports/lgpr-silage-2025-146999.md new file mode 100644 index 00000000..b42e4348 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-146999.md @@ -0,0 +1,28 @@ +# Silage yield trial — Melba, Idaho, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** Idaho (ID) +- **City:** Melba +- **Year:** 2025 +- **Plot ID:** 146999 +- **Cooperator:** Eric Kasper +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-02 +- **Plot average:** 26838.0 T/Ac +- **Coordinates:** 43.42723, -116.46938 +- **URL:** https://lgseeds.com/performance/silage#plot-146999 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C32 | SSPRIB | 29432.8 | +| 2 | LG Seeds | LG60C05 | 3110 | 29233.3 | +| 3 | LG Seeds | LG62C22 | VT2RIB | 28916.3 | +| 4 | LG Seeds | LG66C28 | DV-RN | 27891.3 | +| 5 | Pioneer | P13476Q | - | 27464.2 | + +Top 5 by Ton/Acre: LG63C32 (LG Seeds) 29432.8, LG60C05 (LG Seeds) 29233.3, LG62C22 (LG Seeds) 28916.3, LG66C28 (LG Seeds) 27891.3, P13476Q (Pioneer) 27464.2. diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-147036.json b/corpus/lg_plot_reports/lgpr-silage-2025-147036.json new file mode 100644 index 00000000..85799936 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-147036.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2025-147036", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "Colorado", + "state_abbrev": "co", + "city": "La salle", + "year": 2025, + "plot_id": "147036", + "lat": 40.38214, + "lng": -104.59288, + "cooperator": "Strohauer Farms", + "salesperson": "Strohauer Farms", + "planted_date": "2025-05-01", + "harvested_date": "2025-10-10", + "plot_average": 38508.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG67C91", + "traits": "STX", + "metrics": { + "Ton/Acre": 46866.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG67C27", + "traits": "STXRIB", + "metrics": { + "Ton/Acre": 45323.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG66C44", + "traits": "STXRIB", + "metrics": { + "Ton/Acre": 45277.1 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P1742PCE", + "traits": "", + "metrics": { + "Ton/Acre": 39972.1 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P17677", + "traits": "", + "metrics": { + "Ton/Acre": 38016.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-147036" + ], + "fetched_at": "2026-05-27T02:21:12.687093+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-147036.md b/corpus/lg_plot_reports/lgpr-silage-2025-147036.md new file mode 100644 index 00000000..45f3bf5f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-147036.md @@ -0,0 +1,28 @@ +# Silage yield trial — La salle, Colorado, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** Colorado (CO) +- **City:** La salle +- **Year:** 2025 +- **Plot ID:** 147036 +- **Cooperator:** Strohauer Farms +- **Planted:** 2025-05-01 +- **Harvested:** 2025-10-10 +- **Plot average:** 38508.0 T/Ac +- **Coordinates:** 40.38214, -104.59288 +- **URL:** https://lgseeds.com/performance/silage#plot-147036 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | LG Seeds | LG67C91 | STX | 46866.0 | +| 2 | LG Seeds | LG67C27 | STXRIB | 45323.0 | +| 3 | LG Seeds | LG66C44 | STXRIB | 45277.1 | +| 4 | Pioneer | P1742PCE | - | 39972.1 | +| 5 | Pioneer | P17677 | - | 38016.4 | + +Top 5 by Ton/Acre: LG67C91 (LG Seeds) 46866.0, LG67C27 (LG Seeds) 45323.0, LG66C44 (LG Seeds) 45277.1, P1742PCE (Pioneer) 39972.1, P17677 (Pioneer) 38016.4. diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-147069.json b/corpus/lg_plot_reports/lgpr-silage-2025-147069.json new file mode 100644 index 00000000..1e18da2c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-147069.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2025-147069", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "California", + "state_abbrev": "ca", + "city": "Artois", + "year": 2025, + "plot_id": "147069", + "lat": 39.62312, + "lng": -122.17934, + "cooperator": "Goedhart Dairy", + "salesperson": "Goedhart Dairy", + "planted_date": "2025-06-06", + "harvested_date": "2025-09-15", + "plot_average": 27548.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG63C16W", + "traits": "", + "metrics": { + "Ton/Acre": 30614.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "8780", + "traits": "", + "metrics": { + "Ton/Acre": 28592.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LG66C28", + "traits": "", + "metrics": { + "Ton/Acre": 28391.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LG64C05W", + "traits": "", + "metrics": { + "Ton/Acre": 28378.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG62C73", + "traits": "", + "metrics": { + "Ton/Acre": 25709.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-147069" + ], + "fetched_at": "2026-05-27T02:21:18.453901+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-147069.md b/corpus/lg_plot_reports/lgpr-silage-2025-147069.md new file mode 100644 index 00000000..eaa3bb88 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-147069.md @@ -0,0 +1,28 @@ +# Silage yield trial — Artois, California, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** California (CA) +- **City:** Artois +- **Year:** 2025 +- **Plot ID:** 147069 +- **Cooperator:** Goedhart Dairy +- **Planted:** 2025-06-06 +- **Harvested:** 2025-09-15 +- **Plot average:** 27548.0 T/Ac +- **Coordinates:** 39.62312, -122.17934 +- **URL:** https://lgseeds.com/performance/silage#plot-147069 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | LG Seeds | LG63C16W | - | 30614.7 | +| 2 | Unknown | 8780 | - | 28592.9 | +| 3 | LG Seeds | LG66C28 | - | 28391.2 | +| 4 | Unknown | LG64C05W | - | 28378.1 | +| 5 | LG Seeds | LG62C73 | - | 25709.9 | + +Top 5 by Ton/Acre: LG63C16W (LG Seeds) 30614.7, 8780 (Unknown) 28592.9, LG66C28 (LG Seeds) 28391.2, LG64C05W (Unknown) 28378.1, LG62C73 (LG Seeds) 25709.9. diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-147070.json b/corpus/lg_plot_reports/lgpr-silage-2025-147070.json new file mode 100644 index 00000000..c1a4950f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-147070.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2025-147070", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "California", + "state_abbrev": "ca", + "city": "Orland", + "year": 2025, + "plot_id": "147070", + "lat": 39.69428, + "lng": -122.16688, + "cooperator": "Knight Farms", + "salesperson": "Knight Farms", + "planted_date": "2025-06-09", + "harvested_date": "2025-09-10", + "plot_average": 24683.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C73", + "traits": "3110", + "metrics": { + "Ton/Acre": 27325.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG5701", + "traits": "VT2PRO", + "metrics": { + "Ton/Acre": 27211.7 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "BH8737VT2P", + "traits": "", + "metrics": { + "Ton/Acre": 26411.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG65C30", + "traits": "VT2RIB", + "metrics": { + "Ton/Acre": 25633.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG66C28", + "traits": "3110", + "metrics": { + "Ton/Acre": 25583.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-147070" + ], + "fetched_at": "2026-05-27T02:21:18.681493+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-147070.md b/corpus/lg_plot_reports/lgpr-silage-2025-147070.md new file mode 100644 index 00000000..b3ecd597 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-147070.md @@ -0,0 +1,28 @@ +# Silage yield trial — Orland, California, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** California (CA) +- **City:** Orland +- **Year:** 2025 +- **Plot ID:** 147070 +- **Cooperator:** Knight Farms +- **Planted:** 2025-06-09 +- **Harvested:** 2025-09-10 +- **Plot average:** 24683.0 T/Ac +- **Coordinates:** 39.69428, -122.16688 +- **URL:** https://lgseeds.com/performance/silage#plot-147070 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C73 | 3110 | 27325.6 | +| 2 | LG Seeds | LG5701 | VT2PRO | 27211.7 | +| 3 | Unknown | BH8737VT2P | - | 26411.1 | +| 4 | LG Seeds | LG65C30 | VT2RIB | 25633.9 | +| 5 | LG Seeds | LG66C28 | 3110 | 25583.2 | + +Top 5 by Ton/Acre: LG58C73 (LG Seeds) 27325.6, LG5701 (LG Seeds) 27211.7, BH8737VT2P (Unknown) 26411.1, LG65C30 (LG Seeds) 25633.9, LG66C28 (LG Seeds) 25583.2. diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-147107.json b/corpus/lg_plot_reports/lgpr-silage-2025-147107.json new file mode 100644 index 00000000..cf2f2efa --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-147107.json @@ -0,0 +1,46 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2025-147107", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "Idaho", + "state_abbrev": "id", + "city": "Shelly", + "year": 2025, + "plot_id": "147107", + "lat": 43.36672, + "lng": -112.05488, + "cooperator": "Lazy J Land and Cattle", + "salesperson": "Lazy J Land and Cattle", + "planted_date": "2025-05-12", + "harvested_date": "2025-09-22", + "plot_average": 30219.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG30C98", + "traits": "VT2RIB", + "metrics": { + "Ton/Acre": 30841.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "CP2315VT2P/RIB", + "traits": "", + "metrics": { + "Ton/Acre": 29597.4 + } + } + ], + "n_results": 2, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-147107" + ], + "fetched_at": "2026-05-27T02:21:10.029919+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-147107.md b/corpus/lg_plot_reports/lgpr-silage-2025-147107.md new file mode 100644 index 00000000..c2da454f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-147107.md @@ -0,0 +1,25 @@ +# Silage yield trial — Shelly, Idaho, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** Idaho (ID) +- **City:** Shelly +- **Year:** 2025 +- **Plot ID:** 147107 +- **Cooperator:** Lazy J Land and Cattle +- **Planted:** 2025-05-12 +- **Harvested:** 2025-09-22 +- **Plot average:** 30219.0 T/Ac +- **Coordinates:** 43.36672, -112.05488 +- **URL:** https://lgseeds.com/performance/silage#plot-147107 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | LG Seeds | LG30C98 | VT2RIB | 30841.1 | +| 2 | Unknown | CP2315VT2P/RIB | - | 29597.4 | + +Top 5 by Ton/Acre: LG30C98 (LG Seeds) 30841.1, CP2315VT2P/RIB (Unknown) 29597.4. diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-147110.json b/corpus/lg_plot_reports/lgpr-silage-2025-147110.json new file mode 100644 index 00000000..fadad123 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-147110.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2025-147110", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "Idaho", + "state_abbrev": "id", + "city": "Melba", + "year": 2025, + "plot_id": "147110", + "lat": 43.35017, + "lng": -116.50253, + "cooperator": "Snake River Silage", + "salesperson": "Snake River Silage", + "planted_date": "2025-05-29", + "harvested_date": "2025-10-15", + "plot_average": 39670.0, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P10625PCUE", + "traits": "", + "metrics": { + "Ton/Acre": 43192.5 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P10300PCE", + "traits": "", + "metrics": { + "Ton/Acre": 42814.3 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P14830AML", + "traits": "", + "metrics": { + "Ton/Acre": 42340.3 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "", + "metrics": { + "Ton/Acre": 42261.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Ton/Acre": 42169.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-147110" + ], + "fetched_at": "2026-05-27T02:21:11.177014+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-147110.md b/corpus/lg_plot_reports/lgpr-silage-2025-147110.md new file mode 100644 index 00000000..b0195477 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-147110.md @@ -0,0 +1,28 @@ +# Silage yield trial — Melba, Idaho, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** Idaho (ID) +- **City:** Melba +- **Year:** 2025 +- **Plot ID:** 147110 +- **Cooperator:** Snake River Silage +- **Planted:** 2025-05-29 +- **Harvested:** 2025-10-15 +- **Plot average:** 39670.0 T/Ac +- **Coordinates:** 43.35017, -116.50253 +- **URL:** https://lgseeds.com/performance/silage#plot-147110 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | Pioneer | P10625PCUE | - | 43192.5 | +| 2 | Pioneer | P10300PCE | - | 42814.3 | +| 3 | Pioneer | P14830AML | - | 42340.3 | +| 4 | Pioneer | P13777PCE | - | 42261.7 | +| 5 | LG Seeds | LG61C28 | V | 42169.5 | + +Top 5 by Ton/Acre: P10625PCUE (Pioneer) 43192.5, P10300PCE (Pioneer) 42814.3, P14830AML (Pioneer) 42340.3, P13777PCE (Pioneer) 42261.7, LG61C28 (LG Seeds) 42169.5. diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-147163.json b/corpus/lg_plot_reports/lgpr-silage-2025-147163.json new file mode 100644 index 00000000..03da6b03 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-147163.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2025-147163", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "White", + "year": 2025, + "plot_id": "147163", + "lat": 44.38517, + "lng": -96.62021, + "cooperator": "Gary Landman", + "salesperson": "Gary Landman", + "planted_date": "2025-05-05", + "harvested_date": "2025-09-12", + "plot_average": 31008.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG58C73", + "traits": "", + "metrics": { + "Ton/Acre": 33672.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG58C48", + "traits": "VT2RIB", + "metrics": { + "Ton/Acre": 33548.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "lr9606PCERA", + "traits": "", + "metrics": { + "Ton/Acre": 32986.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Ton/Acre": 32668.8 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LG51C62D", + "traits": "", + "metrics": { + "Ton/Acre": 32575.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-147163" + ], + "fetched_at": "2026-05-27T02:21:10.195371+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-147163.md b/corpus/lg_plot_reports/lgpr-silage-2025-147163.md new file mode 100644 index 00000000..122b6a7e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-147163.md @@ -0,0 +1,28 @@ +# Silage yield trial — White, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** South Dakota (SD) +- **City:** White +- **Year:** 2025 +- **Plot ID:** 147163 +- **Cooperator:** Gary Landman +- **Planted:** 2025-05-05 +- **Harvested:** 2025-09-12 +- **Plot average:** 31008.0 T/Ac +- **Coordinates:** 44.38517, -96.62021 +- **URL:** https://lgseeds.com/performance/silage#plot-147163 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | LG Seeds | LG58C73 | - | 33672.3 | +| 2 | LG Seeds | LG58C48 | VT2RIB | 33548.3 | +| 3 | Unknown | lr9606PCERA | - | 32986.6 | +| 4 | LG Seeds | LG51C62 | D | 32668.8 | +| 5 | Unknown | LG51C62D | - | 32575.4 | + +Top 5 by Ton/Acre: LG58C73 (LG Seeds) 33672.3, LG58C48 (LG Seeds) 33548.3, lr9606PCERA (Unknown) 32986.6, LG51C62 (LG Seeds) 32668.8, LG51C62D (Unknown) 32575.4. diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-147249.json b/corpus/lg_plot_reports/lgpr-silage-2025-147249.json new file mode 100644 index 00000000..2ef8d5b1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-147249.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2025-147249", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "Indiana", + "state_abbrev": "in", + "city": "South Whitley", + "year": 2025, + "plot_id": "147249", + "lat": 41.0978, + "lng": -85.67564, + "cooperator": "Steve Metzger", + "salesperson": "Steve Metzger", + "planted_date": "2025-05-08", + "harvested_date": "2025-09-11", + "plot_average": 30965.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG61C28", + "traits": "V", + "metrics": { + "Ton/Acre": 33628.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG59C72", + "traits": "5222EZ", + "metrics": { + "Ton/Acre": 33175.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LG62C20D-RN", + "traits": "", + "metrics": { + "Ton/Acre": 32626.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Ton/Acre": 32349.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG53C44", + "traits": "VT2RIB", + "metrics": { + "Ton/Acre": 31319.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-147249" + ], + "fetched_at": "2026-05-27T02:21:22.193267+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-147249.md b/corpus/lg_plot_reports/lgpr-silage-2025-147249.md new file mode 100644 index 00000000..99fefad6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-147249.md @@ -0,0 +1,28 @@ +# Silage yield trial — South Whitley, Indiana, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** Indiana (IN) +- **City:** South Whitley +- **Year:** 2025 +- **Plot ID:** 147249 +- **Cooperator:** Steve Metzger +- **Planted:** 2025-05-08 +- **Harvested:** 2025-09-11 +- **Plot average:** 30965.0 T/Ac +- **Coordinates:** 41.09780, -85.67564 +- **URL:** https://lgseeds.com/performance/silage#plot-147249 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | LG Seeds | LG61C28 | V | 33628.2 | +| 2 | LG Seeds | LG59C72 | 5222EZ | 33175.3 | +| 3 | Unknown | LG62C20D-RN | - | 32626.1 | +| 4 | LG Seeds | LG51C62 | D | 32349.4 | +| 5 | LG Seeds | LG53C44 | VT2RIB | 31319.1 | + +Top 5 by Ton/Acre: LG61C28 (LG Seeds) 33628.2, LG59C72 (LG Seeds) 33175.3, LG62C20D-RN (Unknown) 32626.1, LG51C62 (LG Seeds) 32349.4, LG53C44 (LG Seeds) 31319.1. diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-147280.json b/corpus/lg_plot_reports/lgpr-silage-2025-147280.json new file mode 100644 index 00000000..f8a80ee2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-147280.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2025-147280", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Pierz", + "year": 2025, + "plot_id": "147280", + "lat": 45.87945, + "lng": -94.08752, + "cooperator": "Allan Dale Dairy Stangl", + "salesperson": "Allan Dale Dairy Stangl", + "planted_date": "2025-05-13", + "harvested_date": "2025-09-18", + "plot_average": 26519.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LG51C62", + "traits": "D", + "metrics": { + "Ton/Acre": 29494.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "E107C1-5122EZ", + "traits": "", + "metrics": { + "Ton/Acre": 29450.7 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "E112S5-5122EZ", + "traits": "", + "metrics": { + "Ton/Acre": 27845.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "E108K4-DV", + "traits": "", + "metrics": { + "Ton/Acre": 27810.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "E094Z4-D", + "traits": "", + "metrics": { + "Ton/Acre": 27541.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-147280" + ], + "fetched_at": "2026-05-27T02:21:20.700901+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-147280.md b/corpus/lg_plot_reports/lgpr-silage-2025-147280.md new file mode 100644 index 00000000..4fcb0664 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-147280.md @@ -0,0 +1,28 @@ +# Silage yield trial — Pierz, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** Minnesota (MN) +- **City:** Pierz +- **Year:** 2025 +- **Plot ID:** 147280 +- **Cooperator:** Allan Dale Dairy Stangl +- **Planted:** 2025-05-13 +- **Harvested:** 2025-09-18 +- **Plot average:** 26519.0 T/Ac +- **Coordinates:** 45.87945, -94.08752 +- **URL:** https://lgseeds.com/performance/silage#plot-147280 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | LG Seeds | LG51C62 | D | 29494.8 | +| 2 | Unknown | E107C1-5122EZ | - | 29450.7 | +| 3 | Unknown | E112S5-5122EZ | - | 27845.9 | +| 4 | Unknown | E108K4-DV | - | 27810.6 | +| 5 | Unknown | E094Z4-D | - | 27541.8 | + +Top 5 by Ton/Acre: LG51C62 (LG Seeds) 29494.8, E107C1-5122EZ (Unknown) 29450.7, E112S5-5122EZ (Unknown) 27845.9, E108K4-DV (Unknown) 27810.6, E094Z4-D (Unknown) 27541.8. diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-147399.json b/corpus/lg_plot_reports/lgpr-silage-2025-147399.json new file mode 100644 index 00000000..b8c49da4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-147399.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-silage-2025-147399", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "silage", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Antigo", + "year": 2025, + "plot_id": "147399", + "lat": 45.16204, + "lng": -89.08145, + "cooperator": "Cody Parsons", + "salesperson": "Cody Parsons", + "planted_date": "2025-05-26", + "harvested_date": "2025-10-08", + "plot_average": 29534.0, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P8602AM", + "traits": "", + "metrics": { + "Ton/Acre": 34201.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LG36C73", + "traits": "VT2RIB", + "metrics": { + "Ton/Acre": 33539.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "189-99STX", + "traits": "", + "metrics": { + "Ton/Acre": 33173.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LG34C14", + "traits": "AA-RN", + "metrics": { + "Ton/Acre": 29690.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LG38C48", + "traits": "VT2RIB", + "metrics": { + "Ton/Acre": 26451.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/silage#plot-147399" + ], + "fetched_at": "2026-05-27T02:21:18.193556+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-silage-2025-147399.md b/corpus/lg_plot_reports/lgpr-silage-2025-147399.md new file mode 100644 index 00000000..c14710a5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-silage-2025-147399.md @@ -0,0 +1,28 @@ +# Silage yield trial — Antigo, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Silage +- **State:** Wisconsin (WI) +- **City:** Antigo +- **Year:** 2025 +- **Plot ID:** 147399 +- **Cooperator:** Cody Parsons +- **Planted:** 2025-05-26 +- **Harvested:** 2025-10-08 +- **Plot average:** 29534.0 T/Ac +- **Coordinates:** 45.16204, -89.08145 +- **URL:** https://lgseeds.com/performance/silage#plot-147399 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Ton/Acre | +|---|---|---|---|---| +| 1 | Pioneer | P8602AM | - | 34201.1 | +| 2 | LG Seeds | LG36C73 | VT2RIB | 33539.6 | +| 3 | Unknown | 189-99STX | - | 33173.2 | +| 4 | LG Seeds | LG34C14 | AA-RN | 29690.5 | +| 5 | LG Seeds | LG38C48 | VT2RIB | 26451.6 | + +Top 5 by Ton/Acre: P8602AM (Pioneer) 34201.1, LG36C73 (LG Seeds) 33539.6, 189-99STX (Unknown) 33173.2, LG34C14 (LG Seeds) 29690.5, LG38C48 (LG Seeds) 26451.6. diff --git a/corpus/lg_plot_reports/lgpr-sorghum-2024-141931.json b/corpus/lg_plot_reports/lgpr-sorghum-2024-141931.json new file mode 100644 index 00000000..69eefec5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-sorghum-2024-141931.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-sorghum-2024-141931", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "sorghum", + "state": "Texas", + "state_abbrev": "tx", + "city": "Sinton", + "year": 2024, + "plot_id": "141931", + "lat": 28.11795, + "lng": -97.56662, + "cooperator": "Ring Bros", + "salesperson": "Ring Bros", + "planted_date": "2024-03-14", + "harvested_date": "2024-07-03", + "plot_average": 74.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "2840B", + "traits": "", + "metrics": { + "Yield": 77.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "3180B", + "traits": "", + "metrics": { + "Yield": 76.5 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "3180B", + "traits": "", + "metrics": { + "Yield": 76.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "4880R", + "traits": "", + "metrics": { + "Yield": 76.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "X-2250", + "traits": "", + "metrics": { + "Yield": 74.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/sorghum#plot-141931" + ], + "fetched_at": "2026-05-27T02:21:23.683949+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-sorghum-2024-141931.md b/corpus/lg_plot_reports/lgpr-sorghum-2024-141931.md new file mode 100644 index 00000000..106fa231 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-sorghum-2024-141931.md @@ -0,0 +1,28 @@ +# Sorghum yield trial — Sinton, Texas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Sorghum +- **State:** Texas (TX) +- **City:** Sinton +- **Year:** 2024 +- **Plot ID:** 141931 +- **Cooperator:** Ring Bros +- **Planted:** 2024-03-14 +- **Harvested:** 2024-07-03 +- **Plot average:** 74.9 BU/Ac +- **Coordinates:** 28.11795, -97.56662 +- **URL:** https://lgseeds.com/performance/sorghum#plot-141931 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | 2840B | - | 77.8 | +| 2 | LG Seeds | 3180B | - | 76.5 | +| 3 | Unknown | 3180B | - | 76.5 | +| 4 | LG Seeds | 4880R | - | 76.2 | +| 5 | Unknown | X-2250 | - | 74.9 | + +Top 5 by Yield: 2840B (LG Seeds) 77.8, 3180B (LG Seeds) 76.5, 3180B (Unknown) 76.5, 4880R (LG Seeds) 76.2, X-2250 (Unknown) 74.9. diff --git a/corpus/lg_plot_reports/lgpr-sorghum-2024-143084.json b/corpus/lg_plot_reports/lgpr-sorghum-2024-143084.json new file mode 100644 index 00000000..7fafd8eb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-sorghum-2024-143084.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-sorghum-2024-143084", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "sorghum", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Hemingford ", + "year": 2024, + "plot_id": "143084", + "lat": 42.33491, + "lng": -102.77063, + "cooperator": "Doug Armstrong", + "salesperson": "Doug Armstrong", + "planted_date": "2024-05-18", + "harvested_date": "2024-10-07", + "plot_average": 43.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "2620C", + "traits": "", + "metrics": { + "Yield": 49.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "2730B", + "traits": "", + "metrics": { + "Yield": 49.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "2550R", + "traits": "", + "metrics": { + "Yield": 44.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "1510C", + "traits": "", + "metrics": { + "Yield": 41.9 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "2550R", + "traits": "", + "metrics": { + "Yield": 38.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/sorghum#plot-143084" + ], + "fetched_at": "2026-05-27T02:21:23.968054+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-sorghum-2024-143084.md b/corpus/lg_plot_reports/lgpr-sorghum-2024-143084.md new file mode 100644 index 00000000..fdb7fba0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-sorghum-2024-143084.md @@ -0,0 +1,28 @@ +# Sorghum yield trial — Hemingford , Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Sorghum +- **State:** Nebraska (NE) +- **City:** Hemingford +- **Year:** 2024 +- **Plot ID:** 143084 +- **Cooperator:** Doug Armstrong +- **Planted:** 2024-05-18 +- **Harvested:** 2024-10-07 +- **Plot average:** 43.2 BU/Ac +- **Coordinates:** 42.33491, -102.77063 +- **URL:** https://lgseeds.com/performance/sorghum#plot-143084 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | 2620C | - | 49.7 | +| 2 | LG Seeds | 2730B | - | 49.7 | +| 3 | LG Seeds | 2550R | - | 44.3 | +| 4 | LG Seeds | 1510C | - | 41.9 | +| 5 | Unknown | 2550R | - | 38.6 | + +Top 5 by Yield: 2620C (LG Seeds) 49.7, 2730B (LG Seeds) 49.7, 2550R (LG Seeds) 44.3, 1510C (LG Seeds) 41.9, 2550R (Unknown) 38.6. diff --git a/corpus/lg_plot_reports/lgpr-sorghum-2024-143416.json b/corpus/lg_plot_reports/lgpr-sorghum-2024-143416.json new file mode 100644 index 00000000..99e184d1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-sorghum-2024-143416.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-sorghum-2024-143416", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "sorghum", + "state": "California", + "state_abbrev": "ca", + "city": "Rio Vista", + "year": 2024, + "plot_id": "143416", + "lat": 38.12, + "lng": -121.66, + "cooperator": "Vince Chavier Farms", + "salesperson": "Vince Chavier Farms", + "planted_date": "2024-05-30", + "harvested_date": "2024-12-09", + "plot_average": 68.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "X-2051", + "traits": "", + "metrics": { + "Yield": 82.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "2550R", + "traits": "", + "metrics": { + "Yield": 82.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "4880R", + "traits": "", + "metrics": { + "Yield": 82.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "2550R", + "traits": "", + "metrics": { + "Yield": 81.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "2730B", + "traits": "", + "metrics": { + "Yield": 71.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/sorghum#plot-143416" + ], + "fetched_at": "2026-05-27T02:21:22.691972+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-sorghum-2024-143416.md b/corpus/lg_plot_reports/lgpr-sorghum-2024-143416.md new file mode 100644 index 00000000..1baefb93 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-sorghum-2024-143416.md @@ -0,0 +1,28 @@ +# Sorghum yield trial — Rio Vista, California, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Sorghum +- **State:** California (CA) +- **City:** Rio Vista +- **Year:** 2024 +- **Plot ID:** 143416 +- **Cooperator:** Vince Chavier Farms +- **Planted:** 2024-05-30 +- **Harvested:** 2024-12-09 +- **Plot average:** 68.9 BU/Ac +- **Coordinates:** 38.12000, -121.66000 +- **URL:** https://lgseeds.com/performance/sorghum#plot-143416 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | X-2051 | - | 82.6 | +| 2 | LG Seeds | 2550R | - | 82.5 | +| 3 | LG Seeds | 4880R | - | 82.1 | +| 4 | Unknown | 2550R | - | 81.4 | +| 5 | LG Seeds | 2730B | - | 71.2 | + +Top 5 by Yield: X-2051 (Unknown) 82.6, 2550R (LG Seeds) 82.5, 4880R (LG Seeds) 82.1, 2550R (Unknown) 81.4, 2730B (LG Seeds) 71.2. diff --git a/corpus/lg_plot_reports/lgpr-sorghum-2024-143428.json b/corpus/lg_plot_reports/lgpr-sorghum-2024-143428.json new file mode 100644 index 00000000..459ce701 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-sorghum-2024-143428.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-sorghum-2024-143428", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "sorghum", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Ness City", + "year": 2024, + "plot_id": "143428", + "lat": 38.5131, + "lng": -99.89921, + "cooperator": "Rusty Klitzke", + "salesperson": "Rusty Klitzke", + "planted_date": "2024-05-24", + "harvested_date": "2024-10-04", + "plot_average": 66.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "2840B", + "traits": "", + "metrics": { + "Yield": 76.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "2840B", + "traits": "", + "metrics": { + "Yield": 74.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "2730B", + "traits": "", + "metrics": { + "Yield": 71.3 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "X-2251", + "traits": "", + "metrics": { + "Yield": 69.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "H-390W", + "traits": "", + "metrics": { + "Yield": 65.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/sorghum#plot-143428" + ], + "fetched_at": "2026-05-27T02:21:22.951316+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-sorghum-2024-143428.md b/corpus/lg_plot_reports/lgpr-sorghum-2024-143428.md new file mode 100644 index 00000000..8cd8aebf --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-sorghum-2024-143428.md @@ -0,0 +1,28 @@ +# Sorghum yield trial — Ness City, Kansas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Sorghum +- **State:** Kansas (KS) +- **City:** Ness City +- **Year:** 2024 +- **Plot ID:** 143428 +- **Cooperator:** Rusty Klitzke +- **Planted:** 2024-05-24 +- **Harvested:** 2024-10-04 +- **Plot average:** 66.6 BU/Ac +- **Coordinates:** 38.51310, -99.89921 +- **URL:** https://lgseeds.com/performance/sorghum#plot-143428 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | 2840B | - | 76.2 | +| 2 | Unknown | 2840B | - | 74.5 | +| 3 | LG Seeds | 2730B | - | 71.3 | +| 4 | Unknown | X-2251 | - | 69.4 | +| 5 | LG Seeds | H-390W | - | 65.0 | + +Top 5 by Yield: 2840B (LG Seeds) 76.2, 2840B (Unknown) 74.5, 2730B (LG Seeds) 71.3, X-2251 (Unknown) 69.4, H-390W (LG Seeds) 65.0. diff --git a/corpus/lg_plot_reports/lgpr-sorghum-2024-143435.json b/corpus/lg_plot_reports/lgpr-sorghum-2024-143435.json new file mode 100644 index 00000000..8e1d5382 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-sorghum-2024-143435.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-sorghum-2024-143435", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "sorghum", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Atlanta", + "year": 2024, + "plot_id": "143435", + "lat": 37.44741, + "lng": -96.74964, + "cooperator": "Roy Hervey", + "salesperson": "Roy Hervey", + "planted_date": "2024-05-22", + "harvested_date": "2024-09-18", + "plot_average": 82.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "2840B", + "traits": "", + "metrics": { + "Yield": 97.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "4880R", + "traits": "", + "metrics": { + "Yield": 92.7 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "X-2252", + "traits": "", + "metrics": { + "Yield": 92.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "X-2251", + "traits": "", + "metrics": { + "Yield": 90.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "3180B", + "traits": "", + "metrics": { + "Yield": 88.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/sorghum#plot-143435" + ], + "fetched_at": "2026-05-27T02:21:23.182014+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-sorghum-2024-143435.md b/corpus/lg_plot_reports/lgpr-sorghum-2024-143435.md new file mode 100644 index 00000000..12e2d4c9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-sorghum-2024-143435.md @@ -0,0 +1,28 @@ +# Sorghum yield trial — Atlanta, Kansas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Sorghum +- **State:** Kansas (KS) +- **City:** Atlanta +- **Year:** 2024 +- **Plot ID:** 143435 +- **Cooperator:** Roy Hervey +- **Planted:** 2024-05-22 +- **Harvested:** 2024-09-18 +- **Plot average:** 82.2 BU/Ac +- **Coordinates:** 37.44741, -96.74964 +- **URL:** https://lgseeds.com/performance/sorghum#plot-143435 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | 2840B | - | 97.2 | +| 2 | LG Seeds | 4880R | - | 92.7 | +| 3 | Unknown | X-2252 | - | 92.2 | +| 4 | Unknown | X-2251 | - | 90.3 | +| 5 | LG Seeds | 3180B | - | 88.2 | + +Top 5 by Yield: 2840B (LG Seeds) 97.2, 4880R (LG Seeds) 92.7, X-2252 (Unknown) 92.2, X-2251 (Unknown) 90.3, 3180B (LG Seeds) 88.2. diff --git a/corpus/lg_plot_reports/lgpr-sorghum-2024-143798.json b/corpus/lg_plot_reports/lgpr-sorghum-2024-143798.json new file mode 100644 index 00000000..b7618103 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-sorghum-2024-143798.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-sorghum-2024-143798", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "sorghum", + "state": "Colorado", + "state_abbrev": "co", + "city": "Fleming", + "year": 2024, + "plot_id": "143798", + "lat": 40.48925, + "lng": -102.79786, + "cooperator": "Derek Whittington", + "salesperson": "Derek Whittington", + "planted_date": "2024-05-28", + "harvested_date": "2024-10-28", + "plot_average": 57.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "2620C", + "traits": "", + "metrics": { + "Yield": 65.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "2630C", + "traits": "", + "metrics": { + "Yield": 58.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "2730B", + "traits": "", + "metrics": { + "Yield": 57.7 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "SP30A30-DT", + "traits": "", + "metrics": { + "Yield": 56.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "1510C", + "traits": "", + "metrics": { + "Yield": 56.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/sorghum#plot-143798" + ], + "fetched_at": "2026-05-27T02:21:23.451404+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-sorghum-2024-143798.md b/corpus/lg_plot_reports/lgpr-sorghum-2024-143798.md new file mode 100644 index 00000000..82f2f73c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-sorghum-2024-143798.md @@ -0,0 +1,28 @@ +# Sorghum yield trial — Fleming, Colorado, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Sorghum +- **State:** Colorado (CO) +- **City:** Fleming +- **Year:** 2024 +- **Plot ID:** 143798 +- **Cooperator:** Derek Whittington +- **Planted:** 2024-05-28 +- **Harvested:** 2024-10-28 +- **Plot average:** 57.1 BU/Ac +- **Coordinates:** 40.48925, -102.79786 +- **URL:** https://lgseeds.com/performance/sorghum#plot-143798 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | 2620C | - | 65.7 | +| 2 | LG Seeds | 2630C | - | 58.1 | +| 3 | LG Seeds | 2730B | - | 57.7 | +| 4 | Unknown | SP30A30-DT | - | 56.2 | +| 5 | LG Seeds | 1510C | - | 56.0 | + +Top 5 by Yield: 2620C (LG Seeds) 65.7, 2630C (LG Seeds) 58.1, 2730B (LG Seeds) 57.7, SP30A30-DT (Unknown) 56.2, 1510C (LG Seeds) 56.0. diff --git a/corpus/lg_plot_reports/lgpr-sorghum-2025-145222.json b/corpus/lg_plot_reports/lgpr-sorghum-2025-145222.json new file mode 100644 index 00000000..dccd65d7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-sorghum-2025-145222.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-sorghum-2025-145222", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "sorghum", + "state": "Texas", + "state_abbrev": "tx", + "city": "New Braunfels ", + "year": 2025, + "plot_id": "145222", + "lat": 29.68327, + "lng": -98.0037, + "cooperator": "Charles Charles Krackau", + "salesperson": "Charles Charles Krackau", + "planted_date": "2025-03-25", + "harvested_date": "2025-08-01", + "plot_average": 63.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "3880R", + "traits": "", + "metrics": { + "Yield": 80.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "4880R", + "traits": "", + "metrics": { + "Yield": 78.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKS44-07", + "traits": "", + "metrics": { + "Yield": 77.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "3180B", + "traits": "", + "metrics": { + "Yield": 75.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "X-2251", + "traits": "", + "metrics": { + "Yield": 67.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/sorghum#plot-145222" + ], + "fetched_at": "2026-05-27T02:21:24.691016+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-sorghum-2025-145222.md b/corpus/lg_plot_reports/lgpr-sorghum-2025-145222.md new file mode 100644 index 00000000..fa06d4b0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-sorghum-2025-145222.md @@ -0,0 +1,28 @@ +# Sorghum yield trial — New Braunfels , Texas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Sorghum +- **State:** Texas (TX) +- **City:** New Braunfels +- **Year:** 2025 +- **Plot ID:** 145222 +- **Cooperator:** Charles Charles Krackau +- **Planted:** 2025-03-25 +- **Harvested:** 2025-08-01 +- **Plot average:** 63.2 BU/Ac +- **Coordinates:** 29.68327, -98.00370 +- **URL:** https://lgseeds.com/performance/sorghum#plot-145222 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | 3880R | - | 80.2 | +| 2 | LG Seeds | 4880R | - | 78.3 | +| 3 | Unknown | DKS44-07 | - | 77.2 | +| 4 | LG Seeds | 3180B | - | 75.6 | +| 5 | Unknown | X-2251 | - | 67.1 | + +Top 5 by Yield: 3880R (LG Seeds) 80.2, 4880R (LG Seeds) 78.3, DKS44-07 (Unknown) 77.2, 3180B (LG Seeds) 75.6, X-2251 (Unknown) 67.1. diff --git a/corpus/lg_plot_reports/lgpr-sorghum-2025-146183.json b/corpus/lg_plot_reports/lgpr-sorghum-2025-146183.json new file mode 100644 index 00000000..70d0db44 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-sorghum-2025-146183.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-sorghum-2025-146183", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "sorghum", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Stratton", + "year": 2025, + "plot_id": "146183", + "lat": 40.23709, + "lng": -101.27824, + "cooperator": "James Henderson", + "salesperson": "James Henderson", + "planted_date": "2025-05-16", + "harvested_date": "2025-11-19", + "plot_average": 141.5, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DKS38-16", + "traits": "", + "metrics": { + "Yield": 152.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DKS38-16", + "traits": "", + "metrics": { + "Yield": 152.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "2840B", + "traits": "", + "metrics": { + "Yield": 144.3 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "H6041", + "traits": "", + "metrics": { + "Yield": 139.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "2730B", + "traits": "", + "metrics": { + "Yield": 119.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/sorghum#plot-146183" + ], + "fetched_at": "2026-05-27T02:21:24.455072+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-sorghum-2025-146183.md b/corpus/lg_plot_reports/lgpr-sorghum-2025-146183.md new file mode 100644 index 00000000..752684b4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-sorghum-2025-146183.md @@ -0,0 +1,28 @@ +# Sorghum yield trial — Stratton, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Sorghum +- **State:** Nebraska (NE) +- **City:** Stratton +- **Year:** 2025 +- **Plot ID:** 146183 +- **Cooperator:** James Henderson +- **Planted:** 2025-05-16 +- **Harvested:** 2025-11-19 +- **Plot average:** 141.5 BU/Ac +- **Coordinates:** 40.23709, -101.27824 +- **URL:** https://lgseeds.com/performance/sorghum#plot-146183 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DKS38-16 | - | 152.1 | +| 2 | Unknown | DKS38-16 | - | 152.0 | +| 3 | LG Seeds | 2840B | - | 144.3 | +| 4 | Unknown | H6041 | - | 139.1 | +| 5 | LG Seeds | 2730B | - | 119.9 | + +Top 5 by Yield: DKS38-16 (Unknown) 152.1, DKS38-16 (Unknown) 152.0, 2840B (LG Seeds) 144.3, H6041 (Unknown) 139.1, 2730B (LG Seeds) 119.9. diff --git a/corpus/lg_plot_reports/lgpr-sorghum-2025-146186.json b/corpus/lg_plot_reports/lgpr-sorghum-2025-146186.json new file mode 100644 index 00000000..2f04f94d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-sorghum-2025-146186.json @@ -0,0 +1,55 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-sorghum-2025-146186", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "sorghum", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Stratton", + "year": 2025, + "plot_id": "146186", + "lat": 40.23731, + "lng": -101.27803, + "cooperator": "James Henderson", + "salesperson": "James Henderson", + "planted_date": "2025-05-16", + "harvested_date": null, + "plot_average": 145.6, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "X-2504", + "traits": "", + "metrics": { + "Yield": 154.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "X2501", + "traits": "", + "metrics": { + "Yield": 142.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DKS38-16", + "traits": "", + "metrics": { + "Yield": 140.2 + } + } + ], + "n_results": 3, + "source_urls": [ + "https://lgseeds.com/performance/sorghum#plot-146186" + ], + "fetched_at": "2026-05-27T02:21:24.175825+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-sorghum-2025-146186.md b/corpus/lg_plot_reports/lgpr-sorghum-2025-146186.md new file mode 100644 index 00000000..816d2121 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-sorghum-2025-146186.md @@ -0,0 +1,25 @@ +# Sorghum yield trial — Stratton, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Sorghum +- **State:** Nebraska (NE) +- **City:** Stratton +- **Year:** 2025 +- **Plot ID:** 146186 +- **Cooperator:** James Henderson +- **Planted:** 2025-05-16 +- **Plot average:** 145.6 BU/Ac +- **Coordinates:** 40.23731, -101.27803 +- **URL:** https://lgseeds.com/performance/sorghum#plot-146186 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | X-2504 | - | 154.6 | +| 2 | Unknown | X2501 | - | 142.0 | +| 3 | Unknown | DKS38-16 | - | 140.2 | + +Top 5 by Yield: X-2504 (Unknown) 154.6, X2501 (Unknown) 142.0, DKS38-16 (Unknown) 140.2. diff --git a/corpus/lg_plot_reports/lgpr-sorghum-2025-147755.json b/corpus/lg_plot_reports/lgpr-sorghum-2025-147755.json new file mode 100644 index 00000000..79295c6f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-sorghum-2025-147755.json @@ -0,0 +1,46 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-sorghum-2025-147755", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "sorghum", + "state": "Colorado", + "state_abbrev": "co", + "city": "Haxtun", + "year": 2025, + "plot_id": "147755", + "lat": 40.45335, + "lng": -102.53113, + "cooperator": "Chris Fryrear", + "salesperson": "Chris Fryrear", + "planted_date": "2025-05-22", + "harvested_date": "2025-11-13", + "plot_average": 50.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "2550R", + "traits": "", + "metrics": { + "Yield": 53.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "86P20", + "traits": "", + "metrics": { + "Yield": 48.1 + } + } + ], + "n_results": 2, + "source_urls": [ + "https://lgseeds.com/performance/sorghum#plot-147755" + ], + "fetched_at": "2026-05-27T02:21:22.442248+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-sorghum-2025-147755.md b/corpus/lg_plot_reports/lgpr-sorghum-2025-147755.md new file mode 100644 index 00000000..2af490d7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-sorghum-2025-147755.md @@ -0,0 +1,25 @@ +# Sorghum yield trial — Haxtun, Colorado, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Sorghum +- **State:** Colorado (CO) +- **City:** Haxtun +- **Year:** 2025 +- **Plot ID:** 147755 +- **Cooperator:** Chris Fryrear +- **Planted:** 2025-05-22 +- **Harvested:** 2025-11-13 +- **Plot average:** 50.6 BU/Ac +- **Coordinates:** 40.45335, -102.53113 +- **URL:** https://lgseeds.com/performance/sorghum#plot-147755 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | 2550R | - | 53.1 | +| 2 | Unknown | 86P20 | - | 48.1 | + +Top 5 by Yield: 2550R (LG Seeds) 53.1, 86P20 (Unknown) 48.1. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142101.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142101.json new file mode 100644 index 00000000..e5a288c4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142101.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142101", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Kentucky", + "state_abbrev": "ky", + "city": "Crofton", + "year": 2024, + "plot_id": "142101", + "lat": 37.0469, + "lng": -87.4595, + "cooperator": "Steve Miller", + "salesperson": "Steve Miller", + "planted_date": "2024-04-05", + "harvested_date": "2024-09-17", + "plot_average": 86.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS4518XF", + "traits": "", + "metrics": { + "Yield": 92.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "S38XF22S", + "traits": "", + "metrics": { + "Yield": 88.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "S43XF85S", + "traits": "", + "metrics": { + "Yield": 88.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "S41XF65", + "traits": "", + "metrics": { + "Yield": 88.0 + } + }, + { + "rank": 5, + "brand": "NK", + "product": "43-W1XFS", + "traits": "", + "metrics": { + "Yield": 87.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142101" + ], + "fetched_at": "2026-05-27T02:22:19.199387+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142101.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142101.md new file mode 100644 index 00000000..6ce98d0f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142101.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Crofton, Kentucky, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Kentucky (KY) +- **City:** Crofton +- **Year:** 2024 +- **Plot ID:** 142101 +- **Cooperator:** Steve Miller +- **Planted:** 2024-04-05 +- **Harvested:** 2024-09-17 +- **Plot average:** 86.2 BU/Ac +- **Coordinates:** 37.04690, -87.45950 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142101 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS4518XF | - | 92.4 | +| 2 | Unknown | S38XF22S | - | 88.4 | +| 3 | Unknown | S43XF85S | - | 88.2 | +| 4 | Unknown | S41XF65 | - | 88.0 | +| 5 | NK | 43-W1XFS | - | 87.2 | + +Top 5 by Yield: LGS4518XF (LG Seeds) 92.4, S38XF22S (Unknown) 88.4, S43XF85S (Unknown) 88.2, S41XF65 (Unknown) 88.0, 43-W1XFS (NK) 87.2. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142165.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142165.json new file mode 100644 index 00000000..4bf0d38e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142165.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142165", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Arco", + "year": 2024, + "plot_id": "142165", + "lat": 44.43702, + "lng": -96.17838, + "cooperator": "Kelly Krog", + "salesperson": "Kelly Krog", + "planted_date": "2024-04-15", + "harvested_date": "2024-10-04", + "plot_average": 64.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "GH2292E3", + "traits": "", + "metrics": { + "Yield": 68.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 67.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "GH1534E3", + "traits": "", + "metrics": { + "Yield": 66.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "GH1973E3S", + "traits": "", + "metrics": { + "Yield": 66.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "GH1614E3", + "traits": "", + "metrics": { + "Yield": 66.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142165" + ], + "fetched_at": "2026-05-27T02:21:58.945697+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142165.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142165.md new file mode 100644 index 00000000..2c51550b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142165.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Arco, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Arco +- **Year:** 2024 +- **Plot ID:** 142165 +- **Cooperator:** Kelly Krog +- **Planted:** 2024-04-15 +- **Harvested:** 2024-10-04 +- **Plot average:** 64.3 BU/Ac +- **Coordinates:** 44.43702, -96.17838 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142165 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | GH2292E3 | - | 68.0 | +| 2 | LG Seeds | LGS1660E3 | - | 67.0 | +| 3 | Unknown | GH1534E3 | - | 66.8 | +| 4 | Unknown | GH1973E3S | - | 66.1 | +| 5 | Unknown | GH1614E3 | - | 66.0 | + +Top 5 by Yield: GH2292E3 (Unknown) 68.0, LGS1660E3 (LG Seeds) 67.0, GH1534E3 (Unknown) 66.8, GH1973E3S (Unknown) 66.1, GH1614E3 (Unknown) 66.0. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142211.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142211.json new file mode 100644 index 00000000..ee157e20 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142211.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142211", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Missouri", + "state_abbrev": "mo", + "city": "LaGrange", + "year": 2024, + "plot_id": "142211", + "lat": 39.98364, + "lng": -91.56866, + "cooperator": "Jennings Bros Jennings", + "salesperson": "Jennings Bros Jennings", + "planted_date": "2024-04-14", + "harvested_date": "2024-10-02", + "plot_average": 78.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS4172XF", + "traits": "", + "metrics": { + "Yield": 84.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS4313XF", + "traits": "", + "metrics": { + "Yield": 79.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3804E3", + "traits": "", + "metrics": { + "Yield": 79.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3784XF", + "traits": "", + "metrics": { + "Yield": 79.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS4180E3", + "traits": "", + "metrics": { + "Yield": 78.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142211" + ], + "fetched_at": "2026-05-27T02:21:53.967022+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142211.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142211.md new file mode 100644 index 00000000..c3634621 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142211.md @@ -0,0 +1,28 @@ +# Soybean yield trial — LaGrange, Missouri, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Missouri (MO) +- **City:** LaGrange +- **Year:** 2024 +- **Plot ID:** 142211 +- **Cooperator:** Jennings Bros Jennings +- **Planted:** 2024-04-14 +- **Harvested:** 2024-10-02 +- **Plot average:** 78.3 BU/Ac +- **Coordinates:** 39.98364, -91.56866 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142211 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS4172XF | - | 84.7 | +| 2 | LG Seeds | LGS4313XF | - | 79.2 | +| 3 | LG Seeds | LGS3804E3 | - | 79.0 | +| 4 | LG Seeds | LGS3784XF | - | 79.0 | +| 5 | LG Seeds | LGS4180E3 | - | 78.5 | + +Top 5 by Yield: LGS4172XF (LG Seeds) 84.7, LGS4313XF (LG Seeds) 79.2, LGS3804E3 (LG Seeds) 79.0, LGS3784XF (LG Seeds) 79.0, LGS4180E3 (LG Seeds) 78.5. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142212.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142212.json new file mode 100644 index 00000000..15ad76dc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142212.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142212", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "Cerro Gordo", + "year": 2024, + "plot_id": "142212", + "lat": 39.87935, + "lng": -88.66735, + "cooperator": "James Harrington", + "salesperson": "James Harrington", + "planted_date": "2024-04-22", + "harvested_date": "2024-10-03", + "plot_average": 83.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3933XF", + "traits": "", + "metrics": { + "Yield": 90.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3588XF", + "traits": "", + "metrics": { + "Yield": 90.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS4020E3", + "traits": "", + "metrics": { + "Yield": 88.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3715XF", + "traits": "", + "metrics": { + "Yield": 88.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3804E3", + "traits": "", + "metrics": { + "Yield": 86.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142212" + ], + "fetched_at": "2026-05-27T02:21:59.701988+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142212.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142212.md new file mode 100644 index 00000000..2fc15e1e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142212.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Cerro Gordo, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** Cerro Gordo +- **Year:** 2024 +- **Plot ID:** 142212 +- **Cooperator:** James Harrington +- **Planted:** 2024-04-22 +- **Harvested:** 2024-10-03 +- **Plot average:** 83.2 BU/Ac +- **Coordinates:** 39.87935, -88.66735 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142212 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3933XF | - | 90.2 | +| 2 | LG Seeds | LGS3588XF | - | 90.0 | +| 3 | LG Seeds | LGS4020E3 | - | 88.8 | +| 4 | LG Seeds | LGS3715XF | - | 88.0 | +| 5 | LG Seeds | LGS3804E3 | - | 86.8 | + +Top 5 by Yield: LGS3933XF (LG Seeds) 90.2, LGS3588XF (LG Seeds) 90.0, LGS4020E3 (LG Seeds) 88.8, LGS3715XF (LG Seeds) 88.0, LGS3804E3 (LG Seeds) 86.8. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142255.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142255.json new file mode 100644 index 00000000..bf32e7d7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142255.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142255", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "Maple Park", + "year": 2024, + "plot_id": "142255", + "lat": 41.83032, + "lng": -88.59362, + "cooperator": "Helena Agri-Enterprises Maple Park", + "salesperson": "Helena Agri-Enterprises Maple Park", + "planted_date": "2024-04-22", + "harvested_date": "2024-10-02", + "plot_average": 75.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 87.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "XO2832E", + "traits": "", + "metrics": { + "Yield": 85.7 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "AG26XF4", + "traits": "", + "metrics": { + "Yield": 85.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "AG25XF5", + "traits": "", + "metrics": { + "Yield": 84.3 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "AG21XF2", + "traits": "", + "metrics": { + "Yield": 82.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142255" + ], + "fetched_at": "2026-05-27T02:22:09.449261+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142255.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142255.md new file mode 100644 index 00000000..dc77e469 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142255.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Maple Park, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** Maple Park +- **Year:** 2024 +- **Plot ID:** 142255 +- **Cooperator:** Helena Agri-Enterprises Maple Park +- **Planted:** 2024-04-22 +- **Harvested:** 2024-10-02 +- **Plot average:** 75.7 BU/Ac +- **Coordinates:** 41.83032, -88.59362 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142255 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2505E3 | - | 87.8 | +| 2 | Unknown | XO2832E | - | 85.7 | +| 3 | Unknown | AG26XF4 | - | 85.4 | +| 4 | Unknown | AG25XF5 | - | 84.3 | +| 5 | Unknown | AG21XF2 | - | 82.5 | + +Top 5 by Yield: LGS2505E3 (LG Seeds) 87.8, XO2832E (Unknown) 85.7, AG26XF4 (Unknown) 85.4, AG25XF5 (Unknown) 84.3, AG21XF2 (Unknown) 82.5. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142308.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142308.json new file mode 100644 index 00000000..35731ac6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142308.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142308", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Ravenna", + "year": 2024, + "plot_id": "142308", + "lat": 43.20603, + "lng": -86.0174, + "cooperator": "Keith Kantola", + "salesperson": "Keith Kantola", + "planted_date": "2024-05-06", + "harvested_date": "2024-10-01", + "plot_average": 74.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 81.43 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2348E3", + "traits": "", + "metrics": { + "Yield": 77.98 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2054XF", + "traits": "", + "metrics": { + "Yield": 75.16 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 73.53 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2025XF", + "traits": "", + "metrics": { + "Yield": 72.54 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142308" + ], + "fetched_at": "2026-05-27T02:22:02.714682+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142308.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142308.md new file mode 100644 index 00000000..11ab8311 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142308.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Ravenna, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Michigan (MI) +- **City:** Ravenna +- **Year:** 2024 +- **Plot ID:** 142308 +- **Cooperator:** Keith Kantola +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-01 +- **Plot average:** 74.5 BU/Ac +- **Coordinates:** 43.20603, -86.01740 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142308 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1660E3 | - | 81.43 | +| 2 | LG Seeds | LGS2348E3 | - | 77.98 | +| 3 | LG Seeds | LGS2054XF | - | 75.16 | +| 4 | LG Seeds | LGS2001E3 | - | 73.53 | +| 5 | LG Seeds | LGS2025XF | - | 72.54 | + +Top 5 by Yield: LGS1660E3 (LG Seeds) 81.43, LGS2348E3 (LG Seeds) 77.98, LGS2054XF (LG Seeds) 75.16, LGS2001E3 (LG Seeds) 73.53, LGS2025XF (LG Seeds) 72.54. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142312.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142312.json new file mode 100644 index 00000000..c39cd347 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142312.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142312", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Shepherd", + "year": 2024, + "plot_id": "142312", + "lat": 43.55, + "lng": -84.68, + "cooperator": "Dave Gimmey", + "salesperson": "Dave Gimmey", + "planted_date": "2024-05-17", + "harvested_date": "2024-09-30", + "plot_average": 54.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "13EG23", + "traits": "", + "metrics": { + "Yield": 59.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 57.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 56.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 55.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 55.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142312" + ], + "fetched_at": "2026-05-27T02:21:55.698316+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142312.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142312.md new file mode 100644 index 00000000..59c7de85 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142312.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Shepherd, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Michigan (MI) +- **City:** Shepherd +- **Year:** 2024 +- **Plot ID:** 142312 +- **Cooperator:** Dave Gimmey +- **Planted:** 2024-05-17 +- **Harvested:** 2024-09-30 +- **Plot average:** 54.3 BU/Ac +- **Coordinates:** 43.55000, -84.68000 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142312 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 13EG23 | - | 59.1 | +| 2 | LG Seeds | LGS1832E3 | - | 57.6 | +| 3 | LG Seeds | LGS1660E3 | - | 56.1 | +| 4 | LG Seeds | LGS1551E3 | - | 55.8 | +| 5 | LG Seeds | LGS2001E3 | - | 55.4 | + +Top 5 by Yield: 13EG23 (Unknown) 59.1, LGS1832E3 (LG Seeds) 57.6, LGS1660E3 (LG Seeds) 56.1, LGS1551E3 (LG Seeds) 55.8, LGS2001E3 (LG Seeds) 55.4. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142320.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142320.json new file mode 100644 index 00000000..dcc964b0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142320.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142320", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "Murrayville", + "year": 2024, + "plot_id": "142320", + "lat": 39.59911, + "lng": -90.19728, + "cooperator": "Eric Lakin", + "salesperson": "Eric Lakin", + "planted_date": "2024-04-17", + "harvested_date": "2024-10-11", + "plot_average": 79.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3715XF", + "traits": "", + "metrics": { + "Yield": 97.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 92.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3445E3", + "traits": "", + "metrics": { + "Yield": 91.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3933XF", + "traits": "", + "metrics": { + "Yield": 90.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3784XF", + "traits": "", + "metrics": { + "Yield": 89.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142320" + ], + "fetched_at": "2026-05-27T02:21:55.201697+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142320.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142320.md new file mode 100644 index 00000000..2da704d8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142320.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Murrayville, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** Murrayville +- **Year:** 2024 +- **Plot ID:** 142320 +- **Cooperator:** Eric Lakin +- **Planted:** 2024-04-17 +- **Harvested:** 2024-10-11 +- **Plot average:** 79.1 BU/Ac +- **Coordinates:** 39.59911, -90.19728 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142320 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3715XF | - | 97.3 | +| 2 | LG Seeds | LGS3000E3 | - | 92.0 | +| 3 | LG Seeds | LGS3445E3 | - | 91.2 | +| 4 | LG Seeds | LGS3933XF | - | 90.1 | +| 5 | LG Seeds | LGS3784XF | - | 89.2 | + +Top 5 by Yield: LGS3715XF (LG Seeds) 97.3, LGS3000E3 (LG Seeds) 92.0, LGS3445E3 (LG Seeds) 91.2, LGS3933XF (LG Seeds) 90.1, LGS3784XF (LG Seeds) 89.2. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142332.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142332.json new file mode 100644 index 00000000..2f5e5c1c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142332.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142332", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Belgium ", + "year": 2024, + "plot_id": "142332", + "lat": 43.4693, + "lng": -87.85548, + "cooperator": "Dan Large", + "salesperson": "Dan Large", + "planted_date": "2024-04-24", + "harvested_date": "2024-09-30", + "plot_average": 66.3, + "results": [ + { + "rank": 1, + "brand": "NK", + "product": "14U5E3", + "traits": "", + "metrics": { + "Yield": 74.83 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 72.61 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2348E3", + "traits": "", + "metrics": { + "Yield": 70.58 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "XO2181E", + "traits": "", + "metrics": { + "Yield": 69.42 + } + }, + { + "rank": 5, + "brand": "NK", + "product": "19-T8E3S", + "traits": "", + "metrics": { + "Yield": 68.28 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142332" + ], + "fetched_at": "2026-05-27T02:22:10.698062+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142332.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142332.md new file mode 100644 index 00000000..fe68c025 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142332.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Belgium , Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** Belgium +- **Year:** 2024 +- **Plot ID:** 142332 +- **Cooperator:** Dan Large +- **Planted:** 2024-04-24 +- **Harvested:** 2024-09-30 +- **Plot average:** 66.3 BU/Ac +- **Coordinates:** 43.46930, -87.85548 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142332 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | NK | 14U5E3 | - | 74.83 | +| 2 | LG Seeds | LGS1660E3 | - | 72.61 | +| 3 | LG Seeds | LGS2348E3 | - | 70.58 | +| 4 | Unknown | XO2181E | - | 69.42 | +| 5 | NK | 19-T8E3S | - | 68.28 | + +Top 5 by Yield: 14U5E3 (NK) 74.83, LGS1660E3 (LG Seeds) 72.61, LGS2348E3 (LG Seeds) 70.58, XO2181E (Unknown) 69.42, 19-T8E3S (NK) 68.28. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142343.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142343.json new file mode 100644 index 00000000..2452a7f2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142343.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142343", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Olivia", + "year": 2024, + "plot_id": "142343", + "lat": 44.73442, + "lng": -94.99543, + "cooperator": "Jacob Mehlhouse", + "salesperson": "Jacob Mehlhouse", + "planted_date": "2024-04-23", + "harvested_date": "2024-09-30", + "plot_average": 68.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1585XF", + "traits": "", + "metrics": { + "Yield": 73.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2054XF", + "traits": "", + "metrics": { + "Yield": 73.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 73.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 72.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1711XF", + "traits": "", + "metrics": { + "Yield": 72.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142343" + ], + "fetched_at": "2026-05-27T02:22:06.954986+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142343.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142343.md new file mode 100644 index 00000000..528453e6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142343.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Olivia, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Olivia +- **Year:** 2024 +- **Plot ID:** 142343 +- **Cooperator:** Jacob Mehlhouse +- **Planted:** 2024-04-23 +- **Harvested:** 2024-09-30 +- **Plot average:** 68.9 BU/Ac +- **Coordinates:** 44.73442, -94.99543 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142343 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1585XF | - | 73.9 | +| 2 | LG Seeds | LGS2054XF | - | 73.5 | +| 3 | LG Seeds | LGS1832E3 | - | 73.3 | +| 4 | LG Seeds | LGS2001E3 | - | 72.4 | +| 5 | LG Seeds | LGS1711XF | - | 72.3 | + +Top 5 by Yield: LGS1585XF (LG Seeds) 73.9, LGS2054XF (LG Seeds) 73.5, LGS1832E3 (LG Seeds) 73.3, LGS2001E3 (LG Seeds) 72.4, LGS1711XF (LG Seeds) 72.3. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142347.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142347.json new file mode 100644 index 00000000..191e1cef --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142347.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142347", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Tipton", + "year": 2024, + "plot_id": "142347", + "lat": 41.77232, + "lng": -91.05012, + "cooperator": "Tony Pelzer", + "salesperson": "Tony Pelzer", + "planted_date": "2024-04-23", + "harvested_date": "2024-09-24", + "plot_average": 80.1, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "CP3620E", + "traits": "", + "metrics": { + "Yield": 92.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "AG29XF5", + "traits": "", + "metrics": { + "Yield": 86.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B294EE", + "traits": "", + "metrics": { + "Yield": 86.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "AG33XF3", + "traits": "", + "metrics": { + "Yield": 85.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "AG31XF2", + "traits": "", + "metrics": { + "Yield": 84.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142347" + ], + "fetched_at": "2026-05-27T02:22:04.940277+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142347.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142347.md new file mode 100644 index 00000000..81b09813 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142347.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Tipton, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Iowa (IA) +- **City:** Tipton +- **Year:** 2024 +- **Plot ID:** 142347 +- **Cooperator:** Tony Pelzer +- **Planted:** 2024-04-23 +- **Harvested:** 2024-09-24 +- **Plot average:** 80.1 BU/Ac +- **Coordinates:** 41.77232, -91.05012 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142347 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | CP3620E | - | 92.0 | +| 2 | Unknown | AG29XF5 | - | 86.2 | +| 3 | Unknown | B294EE | - | 86.1 | +| 4 | Unknown | AG33XF3 | - | 85.2 | +| 5 | Unknown | AG31XF2 | - | 84.6 | + +Top 5 by Yield: CP3620E (Unknown) 92.0, AG29XF5 (Unknown) 86.2, B294EE (Unknown) 86.1, AG33XF3 (Unknown) 85.2, AG31XF2 (Unknown) 84.6. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142353.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142353.json new file mode 100644 index 00000000..da6acebf --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142353.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142353", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "Esmond", + "year": 2024, + "plot_id": "142353", + "lat": 42.05494, + "lng": -88.90563, + "cooperator": "Mike Exner", + "salesperson": "Mike Exner", + "planted_date": "2024-04-27", + "harvested_date": "2024-10-03", + "plot_average": 71.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B294EE", + "traits": "", + "metrics": { + "Yield": 79.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 79.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2881E3", + "traits": "", + "metrics": { + "Yield": 78.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2364XF", + "traits": "", + "metrics": { + "Yield": 76.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2850XF", + "traits": "", + "metrics": { + "Yield": 75.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142353" + ], + "fetched_at": "2026-05-27T02:22:28.711725+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142353.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142353.md new file mode 100644 index 00000000..9b10f45a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142353.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Esmond, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** Esmond +- **Year:** 2024 +- **Plot ID:** 142353 +- **Cooperator:** Mike Exner +- **Planted:** 2024-04-27 +- **Harvested:** 2024-10-03 +- **Plot average:** 71.3 BU/Ac +- **Coordinates:** 42.05494, -88.90563 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142353 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B294EE | - | 79.7 | +| 2 | LG Seeds | LGS3000E3 | - | 79.4 | +| 3 | LG Seeds | LGS2881E3 | - | 78.6 | +| 4 | LG Seeds | LGS2364XF | - | 76.8 | +| 5 | LG Seeds | LGS2850XF | - | 75.5 | + +Top 5 by Yield: B294EE (Unknown) 79.7, LGS3000E3 (LG Seeds) 79.4, LGS2881E3 (LG Seeds) 78.6, LGS2364XF (LG Seeds) 76.8, LGS2850XF (LG Seeds) 75.5. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142402.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142402.json new file mode 100644 index 00000000..27878d39 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142402.json @@ -0,0 +1,64 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142402", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Kentucky", + "state_abbrev": "ky", + "city": "Murray", + "year": 2024, + "plot_id": "142402", + "lat": 36.6526, + "lng": -88.3426, + "cooperator": "Murray State University", + "salesperson": "Murray State University", + "planted_date": "2024-04-23", + "harvested_date": "2024-10-10", + "plot_average": 55.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS4020E3", + "traits": "", + "metrics": { + "Yield": 61.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS4180E3", + "traits": "", + "metrics": { + "Yield": 55.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS4440E3", + "traits": "", + "metrics": { + "Yield": 55.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS4654E3", + "traits": "", + "metrics": { + "Yield": 50.8 + } + } + ], + "n_results": 4, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142402" + ], + "fetched_at": "2026-05-27T02:22:19.472240+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142402.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142402.md new file mode 100644 index 00000000..4fc71ab6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142402.md @@ -0,0 +1,27 @@ +# Soybean yield trial — Murray, Kentucky, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Kentucky (KY) +- **City:** Murray +- **Year:** 2024 +- **Plot ID:** 142402 +- **Cooperator:** Murray State University +- **Planted:** 2024-04-23 +- **Harvested:** 2024-10-10 +- **Plot average:** 55.7 BU/Ac +- **Coordinates:** 36.65260, -88.34260 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142402 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS4020E3 | - | 61.6 | +| 2 | LG Seeds | LGS4180E3 | - | 55.2 | +| 3 | LG Seeds | LGS4440E3 | - | 55.1 | +| 4 | LG Seeds | LGS4654E3 | - | 50.8 | + +Top 5 by Yield: LGS4020E3 (LG Seeds) 61.6, LGS4180E3 (LG Seeds) 55.2, LGS4440E3 (LG Seeds) 55.1, LGS4654E3 (LG Seeds) 50.8. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142417.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142417.json new file mode 100644 index 00000000..070ee25f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142417.json @@ -0,0 +1,64 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142417", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Lyndon Station", + "year": 2024, + "plot_id": "142417", + "lat": 43.57703, + "lng": -89.93698, + "cooperator": "Brian Gawronski", + "salesperson": "Brian Gawronski", + "planted_date": "2024-04-27", + "harvested_date": "2024-09-25", + "plot_average": 69.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2025XF", + "traits": "", + "metrics": { + "Yield": 73.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2054XF", + "traits": "", + "metrics": { + "Yield": 73.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1711XF", + "traits": "", + "metrics": { + "Yield": 66.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2334XF", + "traits": "", + "metrics": { + "Yield": 65.1 + } + } + ], + "n_results": 4, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142417" + ], + "fetched_at": "2026-05-27T02:21:56.701626+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142417.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142417.md new file mode 100644 index 00000000..4fd16c32 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142417.md @@ -0,0 +1,27 @@ +# Soybean yield trial — Lyndon Station, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** Lyndon Station +- **Year:** 2024 +- **Plot ID:** 142417 +- **Cooperator:** Brian Gawronski +- **Planted:** 2024-04-27 +- **Harvested:** 2024-09-25 +- **Plot average:** 69.6 BU/Ac +- **Coordinates:** 43.57703, -89.93698 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142417 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2025XF | - | 73.5 | +| 2 | LG Seeds | LGS2054XF | - | 73.3 | +| 3 | LG Seeds | LGS1711XF | - | 66.5 | +| 4 | LG Seeds | LGS2334XF | - | 65.1 | + +Top 5 by Yield: LGS2025XF (LG Seeds) 73.5, LGS2054XF (LG Seeds) 73.3, LGS1711XF (LG Seeds) 66.5, LGS2334XF (LG Seeds) 65.1. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142433.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142433.json new file mode 100644 index 00000000..f636e8e2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142433.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142433", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "Graymont", + "year": 2024, + "plot_id": "142433", + "lat": 40.9014, + "lng": -88.81055, + "cooperator": "Aaron Rients", + "salesperson": "Aaron Rients", + "planted_date": "2024-04-22", + "harvested_date": "2024-10-02", + "plot_average": 75.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3804E3", + "traits": "", + "metrics": { + "Yield": 79.9 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "GH3774E3", + "traits": "", + "metrics": { + "Yield": 79.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2881E3", + "traits": "", + "metrics": { + "Yield": 78.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3445E3", + "traits": "", + "metrics": { + "Yield": 77.9 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "GH4093E3", + "traits": "", + "metrics": { + "Yield": 75.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142433" + ], + "fetched_at": "2026-05-27T02:22:01.465899+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142433.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142433.md new file mode 100644 index 00000000..aa6d51e7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142433.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Graymont, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** Graymont +- **Year:** 2024 +- **Plot ID:** 142433 +- **Cooperator:** Aaron Rients +- **Planted:** 2024-04-22 +- **Harvested:** 2024-10-02 +- **Plot average:** 75.3 BU/Ac +- **Coordinates:** 40.90140, -88.81055 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142433 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3804E3 | - | 79.9 | +| 2 | Unknown | GH3774E3 | - | 79.9 | +| 3 | LG Seeds | LGS2881E3 | - | 78.9 | +| 4 | LG Seeds | LGS3445E3 | - | 77.9 | +| 5 | Unknown | GH4093E3 | - | 75.6 | + +Top 5 by Yield: LGS3804E3 (LG Seeds) 79.9, GH3774E3 (Unknown) 79.9, LGS2881E3 (LG Seeds) 78.9, LGS3445E3 (LG Seeds) 77.9, GH4093E3 (Unknown) 75.6. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142448.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142448.json new file mode 100644 index 00000000..772e090c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142448.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142448", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "Tonica ", + "year": 2024, + "plot_id": "142448", + "lat": 41.16614, + "lng": -88.98089, + "cooperator": "Danny Schmitt", + "salesperson": "Danny Schmitt", + "planted_date": "2024-04-24", + "harvested_date": "2024-10-07", + "plot_average": 86.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B263EE", + "traits": "", + "metrics": { + "Yield": 93.9 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P26Z78E", + "traits": "", + "metrics": { + "Yield": 93.9 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P28Z89E", + "traits": "", + "metrics": { + "Yield": 93.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2881E3", + "traits": "", + "metrics": { + "Yield": 92.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "2924E", + "traits": "", + "metrics": { + "Yield": 91.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142448" + ], + "fetched_at": "2026-05-27T02:22:01.699822+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142448.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142448.md new file mode 100644 index 00000000..3c5a4823 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142448.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Tonica , Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** Tonica +- **Year:** 2024 +- **Plot ID:** 142448 +- **Cooperator:** Danny Schmitt +- **Planted:** 2024-04-24 +- **Harvested:** 2024-10-07 +- **Plot average:** 86.7 BU/Ac +- **Coordinates:** 41.16614, -88.98089 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142448 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B263EE | - | 93.9 | +| 2 | Pioneer | P26Z78E | - | 93.9 | +| 3 | Pioneer | P28Z89E | - | 93.3 | +| 4 | LG Seeds | LGS2881E3 | - | 92.5 | +| 5 | Unknown | 2924E | - | 91.9 | + +Top 5 by Yield: B263EE (Unknown) 93.9, P26Z78E (Pioneer) 93.9, P28Z89E (Pioneer) 93.3, LGS2881E3 (LG Seeds) 92.5, 2924E (Unknown) 91.9. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142486.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142486.json new file mode 100644 index 00000000..720894cc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142486.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142486", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Bellwood", + "year": 2024, + "plot_id": "142486", + "lat": 41.32094, + "lng": -97.33723, + "cooperator": "Pete C Schmit & Sons", + "salesperson": "Pete C Schmit & Sons", + "planted_date": "2024-05-01", + "harvested_date": "2024-10-15", + "plot_average": 83.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3320XF", + "traits": "", + "metrics": { + "Yield": 93.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2334XF", + "traits": "", + "metrics": { + "Yield": 91.7 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "IS3501E3", + "traits": "", + "metrics": { + "Yield": 91.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2554XF", + "traits": "", + "metrics": { + "Yield": 90.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2881E3", + "traits": "", + "metrics": { + "Yield": 89.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142486" + ], + "fetched_at": "2026-05-27T02:22:20.972605+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142486.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142486.md new file mode 100644 index 00000000..c0a41366 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142486.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Bellwood, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Nebraska (NE) +- **City:** Bellwood +- **Year:** 2024 +- **Plot ID:** 142486 +- **Cooperator:** Pete C Schmit & Sons +- **Planted:** 2024-05-01 +- **Harvested:** 2024-10-15 +- **Plot average:** 83.1 BU/Ac +- **Coordinates:** 41.32094, -97.33723 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142486 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3320XF | - | 93.2 | +| 2 | LG Seeds | LGS2334XF | - | 91.7 | +| 3 | Unknown | IS3501E3 | - | 91.0 | +| 4 | LG Seeds | LGS2554XF | - | 90.8 | +| 5 | LG Seeds | LGS2881E3 | - | 89.8 | + +Top 5 by Yield: LGS3320XF (LG Seeds) 93.2, LGS2334XF (LG Seeds) 91.7, IS3501E3 (Unknown) 91.0, LGS2554XF (LG Seeds) 90.8, LGS2881E3 (LG Seeds) 89.8. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142507.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142507.json new file mode 100644 index 00000000..7f71ae5d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142507.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142507", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Houston", + "year": 2024, + "plot_id": "142507", + "lat": 44.1565, + "lng": -92.05497, + "cooperator": "Glen Groth", + "salesperson": "Glen Groth", + "planted_date": "2024-04-15", + "harvested_date": "2024-10-01", + "plot_average": 64.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 72.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 70.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 67.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2348E3", + "traits": "", + "metrics": { + "Yield": 62.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 59.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142507" + ], + "fetched_at": "2026-05-27T02:22:03.472962+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142507.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142507.md new file mode 100644 index 00000000..f9461f56 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142507.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Houston, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Houston +- **Year:** 2024 +- **Plot ID:** 142507 +- **Cooperator:** Glen Groth +- **Planted:** 2024-04-15 +- **Harvested:** 2024-10-01 +- **Plot average:** 64.8 BU/Ac +- **Coordinates:** 44.15650, -92.05497 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142507 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1660E3 | - | 72.4 | +| 2 | LG Seeds | LGS1832E3 | - | 70.0 | +| 3 | LG Seeds | LGS2001E3 | - | 67.1 | +| 4 | LG Seeds | LGS2348E3 | - | 62.9 | +| 5 | LG Seeds | LGS1551E3 | - | 59.0 | + +Top 5 by Yield: LGS1660E3 (LG Seeds) 72.4, LGS1832E3 (LG Seeds) 70.0, LGS2001E3 (LG Seeds) 67.1, LGS2348E3 (LG Seeds) 62.9, LGS1551E3 (LG Seeds) 59.0. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142553.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142553.json new file mode 100644 index 00000000..e12f7d4b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142553.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142553", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "McLean", + "year": 2024, + "plot_id": "142553", + "lat": 40.36372, + "lng": -89.07546, + "cooperator": "AgVantage Seeds", + "salesperson": "AgVantage Seeds", + "planted_date": "2024-03-04", + "harvested_date": "2024-09-17", + "plot_average": 93.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3784XF", + "traits": "", + "metrics": { + "Yield": 108.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3933XF", + "traits": "", + "metrics": { + "Yield": 104.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LGS3784XF", + "traits": "", + "metrics": { + "Yield": 97.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3588XF", + "traits": "", + "metrics": { + "Yield": 97.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "XO3224E", + "traits": "", + "metrics": { + "Yield": 94.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142553" + ], + "fetched_at": "2026-05-27T02:22:15.945865+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142553.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142553.md new file mode 100644 index 00000000..2948b999 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142553.md @@ -0,0 +1,28 @@ +# Soybean yield trial — McLean, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** McLean +- **Year:** 2024 +- **Plot ID:** 142553 +- **Cooperator:** AgVantage Seeds +- **Planted:** 2024-03-04 +- **Harvested:** 2024-09-17 +- **Plot average:** 93.7 BU/Ac +- **Coordinates:** 40.36372, -89.07546 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142553 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3784XF | - | 108.3 | +| 2 | LG Seeds | LGS3933XF | - | 104.6 | +| 3 | Unknown | LGS3784XF | - | 97.9 | +| 4 | LG Seeds | LGS3588XF | - | 97.6 | +| 5 | Unknown | XO3224E | - | 94.9 | + +Top 5 by Yield: LGS3784XF (LG Seeds) 108.3, LGS3933XF (LG Seeds) 104.6, LGS3784XF (Unknown) 97.9, LGS3588XF (LG Seeds) 97.6, XO3224E (Unknown) 94.9. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142562.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142562.json new file mode 100644 index 00000000..51874c3c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142562.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142562", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "Downs", + "year": 2024, + "plot_id": "142562", + "lat": 40.35999, + "lng": -88.9206, + "cooperator": "AgVantage Seeds", + "salesperson": "AgVantage Seeds", + "planted_date": "2024-04-15", + "harvested_date": "2024-09-26", + "plot_average": 89.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B3934E", + "traits": "", + "metrics": { + "Yield": 99.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3688E3", + "traits": "", + "metrics": { + "Yield": 99.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3933XF", + "traits": "", + "metrics": { + "Yield": 95.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "XO3224E", + "traits": "", + "metrics": { + "Yield": 95.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS4020E3", + "traits": "", + "metrics": { + "Yield": 95.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142562" + ], + "fetched_at": "2026-05-27T02:22:14.952123+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142562.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142562.md new file mode 100644 index 00000000..882ff530 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142562.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Downs, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** Downs +- **Year:** 2024 +- **Plot ID:** 142562 +- **Cooperator:** AgVantage Seeds +- **Planted:** 2024-04-15 +- **Harvested:** 2024-09-26 +- **Plot average:** 89.4 BU/Ac +- **Coordinates:** 40.35999, -88.92060 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142562 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B3934E | - | 99.5 | +| 2 | LG Seeds | LGS3688E3 | - | 99.1 | +| 3 | LG Seeds | LGS3933XF | - | 95.2 | +| 4 | Unknown | XO3224E | - | 95.1 | +| 5 | LG Seeds | LGS4020E3 | - | 95.0 | + +Top 5 by Yield: B3934E (Unknown) 99.5, LGS3688E3 (LG Seeds) 99.1, LGS3933XF (LG Seeds) 95.2, XO3224E (Unknown) 95.1, LGS4020E3 (LG Seeds) 95.0. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142633.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142633.json new file mode 100644 index 00000000..aee630a8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142633.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142633", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Mapleton", + "year": 2024, + "plot_id": "142633", + "lat": 43.20579, + "lng": -88.45448, + "cooperator": "William Guenther", + "salesperson": "William Guenther", + "planted_date": "2024-05-03", + "harvested_date": "2024-09-26", + "plot_average": 69.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 72.7 + } + }, + { + "rank": 2, + "brand": "NK", + "product": "21-C2E3", + "traits": "", + "metrics": { + "Yield": 72.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2348E3", + "traits": "", + "metrics": { + "Yield": 72.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B224EE", + "traits": "", + "metrics": { + "Yield": 71.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "XO1971E", + "traits": "", + "metrics": { + "Yield": 71.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142633" + ], + "fetched_at": "2026-05-27T02:22:03.710977+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142633.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142633.md new file mode 100644 index 00000000..9c6e46b6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142633.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Mapleton, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** Mapleton +- **Year:** 2024 +- **Plot ID:** 142633 +- **Cooperator:** William Guenther +- **Planted:** 2024-05-03 +- **Harvested:** 2024-09-26 +- **Plot average:** 69.1 BU/Ac +- **Coordinates:** 43.20579, -88.45448 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142633 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2001E3 | - | 72.7 | +| 2 | NK | 21-C2E3 | - | 72.7 | +| 3 | LG Seeds | LGS2348E3 | - | 72.2 | +| 4 | Unknown | B224EE | - | 71.7 | +| 5 | Unknown | XO1971E | - | 71.5 | + +Top 5 by Yield: LGS2001E3 (LG Seeds) 72.7, 21-C2E3 (NK) 72.7, LGS2348E3 (LG Seeds) 72.2, B224EE (Unknown) 71.7, XO1971E (Unknown) 71.5. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142663.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142663.json new file mode 100644 index 00000000..7dfbf120 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142663.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142663", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Kieler ", + "year": 2024, + "plot_id": "142663", + "lat": 42.60223, + "lng": -90.60932, + "cooperator": "Fred Kieler", + "salesperson": "Fred Kieler", + "planted_date": "2024-05-06", + "harvested_date": "2024-10-01", + "plot_average": 65.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 71.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2348E3", + "traits": "", + "metrics": { + "Yield": 69.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 64.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 62.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2244E3", + "traits": "", + "metrics": { + "Yield": 61.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142663" + ], + "fetched_at": "2026-05-27T02:22:29.726655+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142663.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142663.md new file mode 100644 index 00000000..70352728 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142663.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Kieler , Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** Kieler +- **Year:** 2024 +- **Plot ID:** 142663 +- **Cooperator:** Fred Kieler +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-01 +- **Plot average:** 65.7 BU/Ac +- **Coordinates:** 42.60223, -90.60932 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142663 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2505E3 | - | 71.5 | +| 2 | LG Seeds | LGS2348E3 | - | 69.0 | +| 3 | LG Seeds | LGS2001E3 | - | 64.1 | +| 4 | LG Seeds | LGS1832E3 | - | 62.4 | +| 5 | LG Seeds | LGS2244E3 | - | 61.4 | + +Top 5 by Yield: LGS2505E3 (LG Seeds) 71.5, LGS2348E3 (LG Seeds) 69.0, LGS2001E3 (LG Seeds) 64.1, LGS1832E3 (LG Seeds) 62.4, LGS2244E3 (LG Seeds) 61.4. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142703.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142703.json new file mode 100644 index 00000000..59bd8eaa --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142703.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142703", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Spring Green", + "year": 2024, + "plot_id": "142703", + "lat": 42.60298, + "lng": -89.65869, + "cooperator": "Gary Johnson", + "salesperson": "Gary Johnson", + "planted_date": "2024-05-01", + "harvested_date": "2024-10-01", + "plot_average": 71.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 75.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 72.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 70.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2348E3", + "traits": "", + "metrics": { + "Yield": 70.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 67.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142703" + ], + "fetched_at": "2026-05-27T02:21:51.471119+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142703.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142703.md new file mode 100644 index 00000000..d029eb55 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142703.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Spring Green, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** Spring Green +- **Year:** 2024 +- **Plot ID:** 142703 +- **Cooperator:** Gary Johnson +- **Planted:** 2024-05-01 +- **Harvested:** 2024-10-01 +- **Plot average:** 71.3 BU/Ac +- **Coordinates:** 42.60298, -89.65869 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142703 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2505E3 | - | 75.3 | +| 2 | LG Seeds | LGS2001E3 | - | 72.9 | +| 3 | LG Seeds | LGS1832E3 | - | 70.6 | +| 4 | LG Seeds | LGS2348E3 | - | 70.3 | +| 5 | LG Seeds | LGS1660E3 | - | 67.6 | + +Top 5 by Yield: LGS2505E3 (LG Seeds) 75.3, LGS2001E3 (LG Seeds) 72.9, LGS1832E3 (LG Seeds) 70.6, LGS2348E3 (LG Seeds) 70.3, LGS1660E3 (LG Seeds) 67.6. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142720.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142720.json new file mode 100644 index 00000000..d89ffeb4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142720.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142720", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Goodhue ", + "year": 2024, + "plot_id": "142720", + "lat": 44.402, + "lng": -92.7018, + "cooperator": "Bill Gadient Jr", + "salesperson": "Bill Gadient Jr", + "planted_date": "2024-05-08", + "harvested_date": "2024-09-30", + "plot_average": 59.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 61.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 61.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2348E3", + "traits": "", + "metrics": { + "Yield": 58.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 58.3 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 58.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142720" + ], + "fetched_at": "2026-05-27T02:21:58.470648+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142720.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142720.md new file mode 100644 index 00000000..52bde926 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142720.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Goodhue , Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Goodhue +- **Year:** 2024 +- **Plot ID:** 142720 +- **Cooperator:** Bill Gadient Jr +- **Planted:** 2024-05-08 +- **Harvested:** 2024-09-30 +- **Plot average:** 59.3 BU/Ac +- **Coordinates:** 44.40200, -92.70180 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142720 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1832E3 | - | 61.8 | +| 2 | LG Seeds | LGS2001E3 | - | 61.0 | +| 3 | LG Seeds | LGS2348E3 | - | 58.6 | +| 4 | LG Seeds | LGS1660E3 | - | 58.3 | +| 5 | Unknown | LGS1660E3 | - | 58.2 | + +Top 5 by Yield: LGS1832E3 (LG Seeds) 61.8, LGS2001E3 (LG Seeds) 61.0, LGS2348E3 (LG Seeds) 58.6, LGS1660E3 (LG Seeds) 58.3, LGS1660E3 (Unknown) 58.2. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142741.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142741.json new file mode 100644 index 00000000..f43af8c5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142741.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142741", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Cannon falls", + "year": 2024, + "plot_id": "142741", + "lat": 44.57238, + "lng": -92.94092, + "cooperator": "Luke Dubbels", + "salesperson": "Luke Dubbels", + "planted_date": "2024-05-09", + "harvested_date": "2024-10-01", + "plot_average": 77.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 78.64 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 78.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 75.43 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 75.36 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1206E3", + "traits": "", + "metrics": { + "Yield": 75.26 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142741" + ], + "fetched_at": "2026-05-27T02:22:03.964725+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142741.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142741.md new file mode 100644 index 00000000..47146c9f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142741.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Cannon falls, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Cannon falls +- **Year:** 2024 +- **Plot ID:** 142741 +- **Cooperator:** Luke Dubbels +- **Planted:** 2024-05-09 +- **Harvested:** 2024-10-01 +- **Plot average:** 77.2 BU/Ac +- **Coordinates:** 44.57238, -92.94092 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142741 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1551E3 | - | 78.64 | +| 2 | LG Seeds | LGS2001E3 | - | 78.3 | +| 3 | LG Seeds | LGS1660E3 | - | 75.43 | +| 4 | LG Seeds | LGS1832E3 | - | 75.36 | +| 5 | LG Seeds | LGS1206E3 | - | 75.26 | + +Top 5 by Yield: LGS1551E3 (LG Seeds) 78.64, LGS2001E3 (LG Seeds) 78.3, LGS1660E3 (LG Seeds) 75.43, LGS1832E3 (LG Seeds) 75.36, LGS1206E3 (LG Seeds) 75.26. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142757.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142757.json new file mode 100644 index 00000000..cbe939da --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142757.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142757", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Clarkson", + "year": 2024, + "plot_id": "142757", + "lat": 41.57297, + "lng": -97.17047, + "cooperator": "Mark Brabec", + "salesperson": "Mark Brabec", + "planted_date": "2024-05-10", + "harvested_date": "2024-10-04", + "plot_average": 65.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "AG30XF4", + "traits": "", + "metrics": { + "Yield": 75.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3105XF", + "traits": "", + "metrics": { + "Yield": 71.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "CP2840XF", + "traits": "", + "metrics": { + "Yield": 68.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "GH2925XF", + "traits": "", + "metrics": { + "Yield": 68.8 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "GH3023XF", + "traits": "", + "metrics": { + "Yield": 68.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142757" + ], + "fetched_at": "2026-05-27T02:22:25.201131+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142757.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142757.md new file mode 100644 index 00000000..47b4ce12 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142757.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Clarkson, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Nebraska (NE) +- **City:** Clarkson +- **Year:** 2024 +- **Plot ID:** 142757 +- **Cooperator:** Mark Brabec +- **Planted:** 2024-05-10 +- **Harvested:** 2024-10-04 +- **Plot average:** 65.4 BU/Ac +- **Coordinates:** 41.57297, -97.17047 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142757 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | AG30XF4 | - | 75.4 | +| 2 | LG Seeds | LGS3105XF | - | 71.3 | +| 3 | Unknown | CP2840XF | - | 68.9 | +| 4 | Unknown | GH2925XF | - | 68.8 | +| 5 | Unknown | GH3023XF | - | 68.3 | + +Top 5 by Yield: AG30XF4 (Unknown) 75.4, LGS3105XF (LG Seeds) 71.3, CP2840XF (Unknown) 68.9, GH2925XF (Unknown) 68.8, GH3023XF (Unknown) 68.3. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142767.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142767.json new file mode 100644 index 00000000..0a6a3706 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142767.json @@ -0,0 +1,64 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142767", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Hordville ", + "year": 2024, + "plot_id": "142767", + "lat": 41.09393, + "lng": -97.84828, + "cooperator": "Aaron Blase", + "salesperson": "Aaron Blase", + "planted_date": "2024-05-10", + "harvested_date": "2024-10-07", + "plot_average": 84.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 86.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3216E3", + "traits": "", + "metrics": { + "Yield": 85.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2881E3", + "traits": "", + "metrics": { + "Yield": 84.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 83.2 + } + } + ], + "n_results": 4, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142767" + ], + "fetched_at": "2026-05-27T02:22:00.213485+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142767.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142767.md new file mode 100644 index 00000000..8cef8f6f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142767.md @@ -0,0 +1,27 @@ +# Soybean yield trial — Hordville , Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Nebraska (NE) +- **City:** Hordville +- **Year:** 2024 +- **Plot ID:** 142767 +- **Cooperator:** Aaron Blase +- **Planted:** 2024-05-10 +- **Harvested:** 2024-10-07 +- **Plot average:** 84.9 BU/Ac +- **Coordinates:** 41.09393, -97.84828 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142767 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3000E3 | - | 86.8 | +| 2 | LG Seeds | LGS3216E3 | - | 85.4 | +| 3 | LG Seeds | LGS2881E3 | - | 84.3 | +| 4 | LG Seeds | LGS2505E3 | - | 83.2 | + +Top 5 by Yield: LGS3000E3 (LG Seeds) 86.8, LGS3216E3 (LG Seeds) 85.4, LGS2881E3 (LG Seeds) 84.3, LGS2505E3 (LG Seeds) 83.2. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142806.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142806.json new file mode 100644 index 00000000..a4305a42 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142806.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142806", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "Maple Park ", + "year": 2024, + "plot_id": "142806", + "lat": 41.97008, + "lng": -88.60104, + "cooperator": "Rod Fabrizius", + "salesperson": "Rod Fabrizius", + "planted_date": "2024-05-06", + "harvested_date": "2024-09-21", + "plot_average": 68.6, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P28Z30E3", + "traits": "", + "metrics": { + "Yield": 73.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 72.4 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P27Z41E", + "traits": "", + "metrics": { + "Yield": 72.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2929E3", + "traits": "", + "metrics": { + "Yield": 72.2 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P28Z89E", + "traits": "", + "metrics": { + "Yield": 71.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142806" + ], + "fetched_at": "2026-05-27T02:22:02.200656+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142806.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142806.md new file mode 100644 index 00000000..0b889a9d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142806.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Maple Park , Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** Maple Park +- **Year:** 2024 +- **Plot ID:** 142806 +- **Cooperator:** Rod Fabrizius +- **Planted:** 2024-05-06 +- **Harvested:** 2024-09-21 +- **Plot average:** 68.6 BU/Ac +- **Coordinates:** 41.97008, -88.60104 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142806 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P28Z30E3 | - | 73.9 | +| 2 | LG Seeds | LGS3000E3 | - | 72.4 | +| 3 | Pioneer | P27Z41E | - | 72.2 | +| 4 | LG Seeds | LGS2929E3 | - | 72.2 | +| 5 | Pioneer | P28Z89E | - | 71.9 | + +Top 5 by Yield: P28Z30E3 (Pioneer) 73.9, LGS3000E3 (LG Seeds) 72.4, P27Z41E (Pioneer) 72.2, LGS2929E3 (LG Seeds) 72.2, P28Z89E (Pioneer) 71.9. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142829.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142829.json new file mode 100644 index 00000000..6f973c2e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142829.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142829", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Ubly", + "year": 2024, + "plot_id": "142829", + "lat": 43.59457, + "lng": -82.95643, + "cooperator": "Jared Heilig", + "salesperson": "Jared Heilig ", + "planted_date": "2024-05-09", + "harvested_date": "2024-10-09", + "plot_average": 77.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2020", + "traits": "", + "metrics": { + "Yield": 86.88 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2364XF", + "traits": "", + "metrics": { + "Yield": 83.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1585XF", + "traits": "", + "metrics": { + "Yield": 82.87 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2054XF", + "traits": "", + "metrics": { + "Yield": 82.46 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 81.16 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142829" + ], + "fetched_at": "2026-05-27T02:21:54.210439+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142829.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142829.md new file mode 100644 index 00000000..6433eaed --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142829.md @@ -0,0 +1,29 @@ +# Soybean yield trial — Ubly, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Michigan (MI) +- **City:** Ubly +- **Year:** 2024 +- **Plot ID:** 142829 +- **Cooperator:** Jared Heilig +- **Salesperson:** Jared Heilig +- **Planted:** 2024-05-09 +- **Harvested:** 2024-10-09 +- **Plot average:** 77.2 BU/Ac +- **Coordinates:** 43.59457, -82.95643 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142829 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2020 | - | 86.88 | +| 2 | LG Seeds | LGS2364XF | - | 83.7 | +| 3 | LG Seeds | LGS1585XF | - | 82.87 | +| 4 | LG Seeds | LGS2054XF | - | 82.46 | +| 5 | LG Seeds | LGS2001E3 | - | 81.16 | + +Top 5 by Yield: LGS2020 (LG Seeds) 86.88, LGS2364XF (LG Seeds) 83.7, LGS1585XF (LG Seeds) 82.87, LGS2054XF (LG Seeds) 82.46, LGS2001E3 (LG Seeds) 81.16. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142857.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142857.json new file mode 100644 index 00000000..57de141c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142857.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142857", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Cleveland ", + "year": 2024, + "plot_id": "142857", + "lat": 44.33364, + "lng": -93.82469, + "cooperator": "Cherry Creek Seeds LLC", + "salesperson": "Cherry Creek Seeds LLC", + "planted_date": "2024-05-13", + "harvested_date": "2024-09-26", + "plot_average": 65.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 70.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "20EG02", + "traits": "", + "metrics": { + "Yield": 68.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 66.7 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "19EG92", + "traits": "", + "metrics": { + "Yield": 66.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "13EG23", + "traits": "", + "metrics": { + "Yield": 66.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142857" + ], + "fetched_at": "2026-05-27T02:22:09.697337+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142857.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142857.md new file mode 100644 index 00000000..e8e0c7ef --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142857.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Cleveland , Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Cleveland +- **Year:** 2024 +- **Plot ID:** 142857 +- **Cooperator:** Cherry Creek Seeds LLC +- **Planted:** 2024-05-13 +- **Harvested:** 2024-09-26 +- **Plot average:** 65.4 BU/Ac +- **Coordinates:** 44.33364, -93.82469 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142857 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1660E3 | - | 70.4 | +| 2 | Unknown | 20EG02 | - | 68.2 | +| 3 | LG Seeds | LGS1551E3 | - | 66.7 | +| 4 | Unknown | 19EG92 | - | 66.2 | +| 5 | Unknown | 13EG23 | - | 66.0 | + +Top 5 by Yield: LGS1660E3 (LG Seeds) 70.4, 20EG02 (Unknown) 68.2, LGS1551E3 (LG Seeds) 66.7, 19EG92 (Unknown) 66.2, 13EG23 (Unknown) 66.0. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142858.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142858.json new file mode 100644 index 00000000..737001ba --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142858.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142858", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Frankenmuth", + "year": 2024, + "plot_id": "142858", + "lat": 43.37954, + "lng": -83.69964, + "cooperator": "Jeff Karst", + "salesperson": "Jeff Karst", + "planted_date": "2024-05-09", + "harvested_date": "2024-10-04", + "plot_average": 78.6, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "19K08E3", + "traits": "", + "metrics": { + "Yield": 84.45 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 83.84 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 83.18 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 83.16 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 81.49 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142858" + ], + "fetched_at": "2026-05-27T02:22:22.204412+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142858.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142858.md new file mode 100644 index 00000000..4a64beac --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142858.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Frankenmuth, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Michigan (MI) +- **City:** Frankenmuth +- **Year:** 2024 +- **Plot ID:** 142858 +- **Cooperator:** Jeff Karst +- **Planted:** 2024-05-09 +- **Harvested:** 2024-10-04 +- **Plot average:** 78.6 BU/Ac +- **Coordinates:** 43.37954, -83.69964 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142858 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 19K08E3 | - | 84.45 | +| 2 | LG Seeds | LGS1660E3 | - | 83.84 | +| 3 | LG Seeds | LGS1832E3 | - | 83.18 | +| 4 | LG Seeds | LGS1551E3 | - | 83.16 | +| 5 | Unknown | LGS1551E3 | - | 81.49 | + +Top 5 by Yield: 19K08E3 (Unknown) 84.45, LGS1660E3 (LG Seeds) 83.84, LGS1832E3 (LG Seeds) 83.18, LGS1551E3 (LG Seeds) 83.16, LGS1551E3 (Unknown) 81.49. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142861.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142861.json new file mode 100644 index 00000000..40c7e4a6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142861.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142861", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Prinsburg", + "year": 2024, + "plot_id": "142861", + "lat": 44.9424, + "lng": -95.19193, + "cooperator": "Ryan Dobmeier Raymond Farmers Coop", + "salesperson": "Ryan Dobmeier Raymond Farmers Coop", + "planted_date": "2024-05-11", + "harvested_date": "2024-10-01", + "plot_average": 55.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "CP1430E", + "traits": "", + "metrics": { + "Yield": 62.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "23EH92", + "traits": "", + "metrics": { + "Yield": 61.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "CP2024E", + "traits": "", + "metrics": { + "Yield": 61.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "CP1623E", + "traits": "", + "metrics": { + "Yield": 59.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "AG16XF3", + "traits": "", + "metrics": { + "Yield": 58.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142861" + ], + "fetched_at": "2026-05-27T02:22:20.184362+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142861.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142861.md new file mode 100644 index 00000000..7a69f84c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142861.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Prinsburg, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Prinsburg +- **Year:** 2024 +- **Plot ID:** 142861 +- **Cooperator:** Ryan Dobmeier Raymond Farmers Coop +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-01 +- **Plot average:** 55.3 BU/Ac +- **Coordinates:** 44.94240, -95.19193 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142861 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | CP1430E | - | 62.0 | +| 2 | Unknown | 23EH92 | - | 61.9 | +| 3 | Unknown | CP2024E | - | 61.9 | +| 4 | Unknown | CP1623E | - | 59.4 | +| 5 | Unknown | AG16XF3 | - | 58.6 | + +Top 5 by Yield: CP1430E (Unknown) 62.0, 23EH92 (Unknown) 61.9, CP2024E (Unknown) 61.9, CP1623E (Unknown) 59.4, AG16XF3 (Unknown) 58.6. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142868.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142868.json new file mode 100644 index 00000000..689ab1d7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142868.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142868", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Glenville", + "year": 2024, + "plot_id": "142868", + "lat": 43.56794, + "lng": -93.34964, + "cooperator": "Kurt Van Ryswyk", + "salesperson": "Kurt Van Ryswyk", + "planted_date": "2024-05-13", + "harvested_date": "2024-09-28", + "plot_average": 76.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1939E3", + "traits": "", + "metrics": { + "Yield": 81.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 78.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 75.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 74.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 71.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142868" + ], + "fetched_at": "2026-05-27T02:22:13.969228+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142868.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142868.md new file mode 100644 index 00000000..c04fecf0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142868.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Glenville, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Glenville +- **Year:** 2024 +- **Plot ID:** 142868 +- **Cooperator:** Kurt Van Ryswyk +- **Planted:** 2024-05-13 +- **Harvested:** 2024-09-28 +- **Plot average:** 76.1 BU/Ac +- **Coordinates:** 43.56794, -93.34964 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142868 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1939E3 | - | 81.3 | +| 2 | LG Seeds | LGS1832E3 | - | 78.2 | +| 3 | LG Seeds | LGS2001E3 | - | 75.1 | +| 4 | LG Seeds | LGS1660E3 | - | 74.6 | +| 5 | LG Seeds | LGS1551E3 | - | 71.3 | + +Top 5 by Yield: LGS1939E3 (LG Seeds) 81.3, LGS1832E3 (LG Seeds) 78.2, LGS2001E3 (LG Seeds) 75.1, LGS1660E3 (LG Seeds) 74.6, LGS1551E3 (LG Seeds) 71.3. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142888.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142888.json new file mode 100644 index 00000000..46f9a69a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142888.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142888", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Silverwood", + "year": 2024, + "plot_id": "142888", + "lat": 43.34836, + "lng": -83.26415, + "cooperator": "Dave Pape", + "salesperson": "Dave Pape", + "planted_date": "2024-05-06", + "harvested_date": "2024-09-21", + "plot_average": 64.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 69.56 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "S21EN81", + "traits": "", + "metrics": { + "Yield": 69.56 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 66.11 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 64.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 63.19 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142888" + ], + "fetched_at": "2026-05-27T02:22:23.463308+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142888.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142888.md new file mode 100644 index 00000000..b3f0c079 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142888.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Silverwood, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Michigan (MI) +- **City:** Silverwood +- **Year:** 2024 +- **Plot ID:** 142888 +- **Cooperator:** Dave Pape +- **Planted:** 2024-05-06 +- **Harvested:** 2024-09-21 +- **Plot average:** 64.6 BU/Ac +- **Coordinates:** 43.34836, -83.26415 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142888 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1832E3 | - | 69.56 | +| 2 | Unknown | S21EN81 | - | 69.56 | +| 3 | LG Seeds | LGS2001E3 | - | 66.11 | +| 4 | LG Seeds | LGS1660E3 | - | 64.6 | +| 5 | LG Seeds | LGS1551E3 | - | 63.19 | + +Top 5 by Yield: LGS1832E3 (LG Seeds) 69.56, S21EN81 (Unknown) 69.56, LGS2001E3 (LG Seeds) 66.11, LGS1660E3 (LG Seeds) 64.6, LGS1551E3 (LG Seeds) 63.19. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142945.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142945.json new file mode 100644 index 00000000..cbf73434 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142945.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142945", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Germantown ", + "year": 2024, + "plot_id": "142945", + "lat": 43.2678, + "lng": -88.10316, + "cooperator": "Matt Hauser", + "salesperson": "Matt Hauser", + "planted_date": "2024-05-15", + "harvested_date": "2024-09-27", + "plot_average": 58.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2348E3", + "traits": "", + "metrics": { + "Yield": 64.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 62.9 + } + }, + { + "rank": 3, + "brand": "NK", + "product": "21-C2E3", + "traits": "", + "metrics": { + "Yield": 59.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "XO2074E", + "traits": "", + "metrics": { + "Yield": 59.3 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LGS2348E3", + "traits": "", + "metrics": { + "Yield": 59.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142945" + ], + "fetched_at": "2026-05-27T02:22:03.207228+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142945.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142945.md new file mode 100644 index 00000000..af0fd801 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142945.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Germantown , Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** Germantown +- **Year:** 2024 +- **Plot ID:** 142945 +- **Cooperator:** Matt Hauser +- **Planted:** 2024-05-15 +- **Harvested:** 2024-09-27 +- **Plot average:** 58.0 BU/Ac +- **Coordinates:** 43.26780, -88.10316 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142945 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2348E3 | - | 64.9 | +| 2 | LG Seeds | LGS1660E3 | - | 62.9 | +| 3 | NK | 21-C2E3 | - | 59.5 | +| 4 | Unknown | XO2074E | - | 59.3 | +| 5 | Unknown | LGS2348E3 | - | 59.3 | + +Top 5 by Yield: LGS2348E3 (LG Seeds) 64.9, LGS1660E3 (LG Seeds) 62.9, 21-C2E3 (NK) 59.5, XO2074E (Unknown) 59.3, LGS2348E3 (Unknown) 59.3. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142947.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142947.json new file mode 100644 index 00000000..d403128f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142947.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142947", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Pierz ", + "year": 2024, + "plot_id": "142947", + "lat": 45.92, + "lng": -94.11, + "cooperator": "Doug Stangl", + "salesperson": "Doug Stangl", + "planted_date": "2024-05-14", + "harvested_date": "2024-09-30", + "plot_average": 60.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1206E3", + "traits": "", + "metrics": { + "Yield": 65.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS0830E3", + "traits": "", + "metrics": { + "Yield": 61.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS0405E3", + "traits": "", + "metrics": { + "Yield": 61.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS0822E3", + "traits": "", + "metrics": { + "Yield": 57.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1043E3", + "traits": "", + "metrics": { + "Yield": 57.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142947" + ], + "fetched_at": "2026-05-27T02:22:07.971104+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142947.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142947.md new file mode 100644 index 00000000..31b882d4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142947.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Pierz , Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Pierz +- **Year:** 2024 +- **Plot ID:** 142947 +- **Cooperator:** Doug Stangl +- **Planted:** 2024-05-14 +- **Harvested:** 2024-09-30 +- **Plot average:** 60.5 BU/Ac +- **Coordinates:** 45.92000, -94.11000 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142947 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1206E3 | - | 65.3 | +| 2 | LG Seeds | LGS0830E3 | - | 61.1 | +| 3 | LG Seeds | LGS0405E3 | - | 61.0 | +| 4 | LG Seeds | LGS0822E3 | - | 57.6 | +| 5 | LG Seeds | LGS1043E3 | - | 57.3 | + +Top 5 by Yield: LGS1206E3 (LG Seeds) 65.3, LGS0830E3 (LG Seeds) 61.1, LGS0405E3 (LG Seeds) 61.0, LGS0822E3 (LG Seeds) 57.6, LGS1043E3 (LG Seeds) 57.3. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142958.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142958.json new file mode 100644 index 00000000..2ddc7725 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142958.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142958", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Burt", + "year": 2024, + "plot_id": "142958", + "lat": 43.25, + "lng": -84.0, + "cooperator": "K&K Seeds", + "salesperson": "K&K Seeds", + "planted_date": "2024-05-15", + "harvested_date": "2024-10-02", + "plot_average": 74.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 78.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 77.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "CT2123E", + "traits": "", + "metrics": { + "Yield": 76.3 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "2050E3", + "traits": "", + "metrics": { + "Yield": 75.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 75.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142958" + ], + "fetched_at": "2026-05-27T02:22:23.711433+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142958.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142958.md new file mode 100644 index 00000000..80c12d13 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142958.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Burt, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Michigan (MI) +- **City:** Burt +- **Year:** 2024 +- **Plot ID:** 142958 +- **Cooperator:** K&K Seeds +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-02 +- **Plot average:** 74.7 BU/Ac +- **Coordinates:** 43.25000, -84.00000 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142958 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1660E3 | - | 78.5 | +| 2 | LG Seeds | LGS2505E3 | - | 77.1 | +| 3 | Unknown | CT2123E | - | 76.3 | +| 4 | Unknown | 2050E3 | - | 75.8 | +| 5 | LG Seeds | LGS2001E3 | - | 75.8 | + +Top 5 by Yield: LGS1660E3 (LG Seeds) 78.5, LGS2505E3 (LG Seeds) 77.1, CT2123E (Unknown) 76.3, 2050E3 (Unknown) 75.8, LGS2001E3 (LG Seeds) 75.8. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142973.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-142973.json new file mode 100644 index 00000000..2f0a1682 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142973.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-142973", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Adams", + "year": 2024, + "plot_id": "142973", + "lat": 43.57, + "lng": -92.76, + "cooperator": "Nexus Cooperative", + "salesperson": "Nexus Cooperative", + "planted_date": "2024-05-15", + "harvested_date": "2024-10-03", + "plot_average": 69.5, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "20EH92", + "traits": "", + "metrics": { + "Yield": 77.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B173EE", + "traits": "", + "metrics": { + "Yield": 76.5 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "15EH02", + "traits": "", + "metrics": { + "Yield": 75.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "XO1632E", + "traits": "", + "metrics": { + "Yield": 75.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "CP1825E", + "traits": "", + "metrics": { + "Yield": 74.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-142973" + ], + "fetched_at": "2026-05-27T02:22:14.188182+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-142973.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-142973.md new file mode 100644 index 00000000..4039306a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-142973.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Adams, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Adams +- **Year:** 2024 +- **Plot ID:** 142973 +- **Cooperator:** Nexus Cooperative +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-03 +- **Plot average:** 69.5 BU/Ac +- **Coordinates:** 43.57000, -92.76000 +- **URL:** https://lgseeds.com/performance/soybeans#plot-142973 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 20EH92 | - | 77.1 | +| 2 | Unknown | B173EE | - | 76.5 | +| 3 | Unknown | 15EH02 | - | 75.1 | +| 4 | Unknown | XO1632E | - | 75.0 | +| 5 | Unknown | CP1825E | - | 74.8 | + +Top 5 by Yield: 20EH92 (Unknown) 77.1, B173EE (Unknown) 76.5, 15EH02 (Unknown) 75.1, XO1632E (Unknown) 75.0, CP1825E (Unknown) 74.8. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143008.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143008.json new file mode 100644 index 00000000..2e6cfd42 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143008.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143008", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "Tonica", + "year": 2024, + "plot_id": "143008", + "lat": 41.15809, + "lng": -89.0097, + "cooperator": "Helena Agri-Enterprises, LLC- Streator", + "salesperson": "Helena Agri-Enterprises, LLC- Streator", + "planted_date": "2024-05-21", + "harvested_date": "2024-10-13", + "plot_average": 76.5, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B294EE", + "traits": "", + "metrics": { + "Yield": 85.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 84.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B252EE", + "traits": "", + "metrics": { + "Yield": 83.6 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B263EE", + "traits": "", + "metrics": { + "Yield": 82.8 + } + }, + { + "rank": 5, + "brand": "NK", + "product": "26-M6E3", + "traits": "", + "metrics": { + "Yield": 82.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143008" + ], + "fetched_at": "2026-05-27T02:22:29.220115+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143008.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143008.md new file mode 100644 index 00000000..91847ebf --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143008.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Tonica, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** Tonica +- **Year:** 2024 +- **Plot ID:** 143008 +- **Cooperator:** Helena Agri-Enterprises, LLC- Streator +- **Planted:** 2024-05-21 +- **Harvested:** 2024-10-13 +- **Plot average:** 76.5 BU/Ac +- **Coordinates:** 41.15809, -89.00970 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143008 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B294EE | - | 85.7 | +| 2 | LG Seeds | LGS3000E3 | - | 84.4 | +| 3 | Unknown | B252EE | - | 83.6 | +| 4 | Unknown | B263EE | - | 82.8 | +| 5 | NK | 26-M6E3 | - | 82.6 | + +Top 5 by Yield: B294EE (Unknown) 85.7, LGS3000E3 (LG Seeds) 84.4, B252EE (Unknown) 83.6, B263EE (Unknown) 82.8, 26-M6E3 (NK) 82.6. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143013.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143013.json new file mode 100644 index 00000000..7d4ced5e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143013.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143013", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Melrose", + "year": 2024, + "plot_id": "143013", + "lat": 44.19, + "lng": -90.96, + "cooperator": "Matt Stetzer", + "salesperson": "Matt Stetzer", + "planted_date": "2024-05-12", + "harvested_date": "2024-10-02", + "plot_average": 62.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2348E3", + "traits": "", + "metrics": { + "Yield": 68.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 67.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 65.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 60.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1206E3", + "traits": "", + "metrics": { + "Yield": 60.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143013" + ], + "fetched_at": "2026-05-27T02:22:27.238579+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143013.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143013.md new file mode 100644 index 00000000..cba76f53 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143013.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Melrose, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** Melrose +- **Year:** 2024 +- **Plot ID:** 143013 +- **Cooperator:** Matt Stetzer +- **Planted:** 2024-05-12 +- **Harvested:** 2024-10-02 +- **Plot average:** 62.9 BU/Ac +- **Coordinates:** 44.19000, -90.96000 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143013 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2348E3 | - | 68.9 | +| 2 | LG Seeds | LGS2001E3 | - | 67.5 | +| 3 | LG Seeds | LGS1551E3 | - | 65.7 | +| 4 | LG Seeds | LGS1832E3 | - | 60.9 | +| 5 | LG Seeds | LGS1206E3 | - | 60.8 | + +Top 5 by Yield: LGS2348E3 (LG Seeds) 68.9, LGS2001E3 (LG Seeds) 67.5, LGS1551E3 (LG Seeds) 65.7, LGS1832E3 (LG Seeds) 60.9, LGS1206E3 (LG Seeds) 60.8. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143044.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143044.json new file mode 100644 index 00000000..651ebeb6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143044.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143044", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Tiffin", + "year": 2024, + "plot_id": "143044", + "lat": 41.71, + "lng": -91.71, + "cooperator": "Shonda & Jeremie Hahn", + "salesperson": "Shonda & Jeremie Hahn", + "planted_date": "2024-05-17", + "harvested_date": "2024-10-05", + "plot_average": 68.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "TP29E23", + "traits": "", + "metrics": { + "Yield": 73.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 70.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "TP22E23", + "traits": "", + "metrics": { + "Yield": 70.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "AE2522", + "traits": "", + "metrics": { + "Yield": 70.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 70.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143044" + ], + "fetched_at": "2026-05-27T02:22:24.698301+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143044.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143044.md new file mode 100644 index 00000000..2971d732 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143044.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Tiffin, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Iowa (IA) +- **City:** Tiffin +- **Year:** 2024 +- **Plot ID:** 143044 +- **Cooperator:** Shonda & Jeremie Hahn +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-05 +- **Plot average:** 68.9 BU/Ac +- **Coordinates:** 41.71000, -91.71000 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143044 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | TP29E23 | - | 73.4 | +| 2 | LG Seeds | LGS2001E3 | - | 70.9 | +| 3 | Unknown | TP22E23 | - | 70.9 | +| 4 | Unknown | AE2522 | - | 70.8 | +| 5 | LG Seeds | LGS2505E3 | - | 70.8 | + +Top 5 by Yield: TP29E23 (Unknown) 73.4, LGS2001E3 (LG Seeds) 70.9, TP22E23 (Unknown) 70.9, AE2522 (Unknown) 70.8, LGS2505E3 (LG Seeds) 70.8. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143055.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143055.json new file mode 100644 index 00000000..f46ae394 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143055.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143055", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Greenville", + "year": 2024, + "plot_id": "143055", + "lat": 40.05, + "lng": -84.57, + "cooperator": "Craig Unger", + "salesperson": "Craig Unger", + "planted_date": "2024-05-08", + "harvested_date": "2024-10-10", + "plot_average": 63.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3688E3", + "traits": "", + "metrics": { + "Yield": 67.23 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 66.55 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3804E3", + "traits": "", + "metrics": { + "Yield": 66.43 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "3250E3", + "traits": "", + "metrics": { + "Yield": 65.25 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2881E3", + "traits": "", + "metrics": { + "Yield": 62.39 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143055" + ], + "fetched_at": "2026-05-27T02:21:53.692621+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143055.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143055.md new file mode 100644 index 00000000..96ef2889 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143055.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Greenville, Ohio, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Ohio (OH) +- **City:** Greenville +- **Year:** 2024 +- **Plot ID:** 143055 +- **Cooperator:** Craig Unger +- **Planted:** 2024-05-08 +- **Harvested:** 2024-10-10 +- **Plot average:** 63.6 BU/Ac +- **Coordinates:** 40.05000, -84.57000 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143055 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3688E3 | - | 67.23 | +| 2 | LG Seeds | LGS3000E3 | - | 66.55 | +| 3 | LG Seeds | LGS3804E3 | - | 66.43 | +| 4 | Unknown | 3250E3 | - | 65.25 | +| 5 | LG Seeds | LGS2881E3 | - | 62.39 | + +Top 5 by Yield: LGS3688E3 (LG Seeds) 67.23, LGS3000E3 (LG Seeds) 66.55, LGS3804E3 (LG Seeds) 66.43, 3250E3 (Unknown) 65.25, LGS2881E3 (LG Seeds) 62.39. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143056.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143056.json new file mode 100644 index 00000000..6ccd9298 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143056.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143056", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Dover", + "year": 2024, + "plot_id": "143056", + "lat": 44.02, + "lng": -92.16, + "cooperator": "John Bedtke", + "salesperson": "John Bedtke", + "planted_date": "2024-05-17", + "harvested_date": "2024-10-03", + "plot_average": 59.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "L2130E", + "traits": "", + "metrics": { + "Yield": 64.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 58.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 57.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 57.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 56.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143056" + ], + "fetched_at": "2026-05-27T02:22:25.957389+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143056.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143056.md new file mode 100644 index 00000000..e6e918c6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143056.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Dover, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Dover +- **Year:** 2024 +- **Plot ID:** 143056 +- **Cooperator:** John Bedtke +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-03 +- **Plot average:** 59.0 BU/Ac +- **Coordinates:** 44.02000, -92.16000 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143056 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | L2130E | - | 64.5 | +| 2 | LG Seeds | LGS1832E3 | - | 58.4 | +| 3 | LG Seeds | LGS1660E3 | - | 57.9 | +| 4 | LG Seeds | LGS2001E3 | - | 57.2 | +| 5 | LG Seeds | LGS1551E3 | - | 56.9 | + +Top 5 by Yield: L2130E (Unknown) 64.5, LGS1832E3 (LG Seeds) 58.4, LGS1660E3 (LG Seeds) 57.9, LGS2001E3 (LG Seeds) 57.2, LGS1551E3 (LG Seeds) 56.9. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143062.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143062.json new file mode 100644 index 00000000..76f9340b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143062.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143062", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Howells ", + "year": 2024, + "plot_id": "143062", + "lat": 41.71, + "lng": -97.03, + "cooperator": "Bayer Farms", + "salesperson": "Bayer Farms", + "planted_date": "2024-05-17", + "harvested_date": "2024-10-02", + "plot_average": 65.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2334XF", + "traits": "", + "metrics": { + "Yield": 71.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2364XF", + "traits": "", + "metrics": { + "Yield": 67.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3098XF", + "traits": "", + "metrics": { + "Yield": 66.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2554XF", + "traits": "", + "metrics": { + "Yield": 66.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2850XF", + "traits": "", + "metrics": { + "Yield": 64.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143062" + ], + "fetched_at": "2026-05-27T02:22:05.465804+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143062.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143062.md new file mode 100644 index 00000000..541390de --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143062.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Howells , Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Nebraska (NE) +- **City:** Howells +- **Year:** 2024 +- **Plot ID:** 143062 +- **Cooperator:** Bayer Farms +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-02 +- **Plot average:** 65.6 BU/Ac +- **Coordinates:** 41.71000, -97.03000 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143062 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2334XF | - | 71.6 | +| 2 | LG Seeds | LGS2364XF | - | 67.7 | +| 3 | LG Seeds | LGS3098XF | - | 66.3 | +| 4 | LG Seeds | LGS2554XF | - | 66.1 | +| 5 | LG Seeds | LGS2850XF | - | 64.8 | + +Top 5 by Yield: LGS2334XF (LG Seeds) 71.6, LGS2364XF (LG Seeds) 67.7, LGS3098XF (LG Seeds) 66.3, LGS2554XF (LG Seeds) 66.1, LGS2850XF (LG Seeds) 64.8. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143085.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143085.json new file mode 100644 index 00000000..f47c0190 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143085.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143085", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Syner ", + "year": 2024, + "plot_id": "143085", + "lat": 41.7, + "lng": -96.72, + "cooperator": "Ronald Dames", + "salesperson": "Ronald Dames", + "planted_date": "2024-05-18", + "harvested_date": "2024-10-02", + "plot_average": 62.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2334XF", + "traits": "", + "metrics": { + "Yield": 64.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2054XF", + "traits": "", + "metrics": { + "Yield": 64.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "26J06XF", + "traits": "", + "metrics": { + "Yield": 62.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2364XF", + "traits": "", + "metrics": { + "Yield": 62.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3105XF", + "traits": "", + "metrics": { + "Yield": 61.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143085" + ], + "fetched_at": "2026-05-27T02:22:05.702013+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143085.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143085.md new file mode 100644 index 00000000..79130cb6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143085.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Syner , Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Nebraska (NE) +- **City:** Syner +- **Year:** 2024 +- **Plot ID:** 143085 +- **Cooperator:** Ronald Dames +- **Planted:** 2024-05-18 +- **Harvested:** 2024-10-02 +- **Plot average:** 62.2 BU/Ac +- **Coordinates:** 41.70000, -96.72000 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143085 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2334XF | - | 64.8 | +| 2 | LG Seeds | LGS2054XF | - | 64.3 | +| 3 | Unknown | 26J06XF | - | 62.7 | +| 4 | LG Seeds | LGS2364XF | - | 62.6 | +| 5 | LG Seeds | LGS3105XF | - | 61.8 | + +Top 5 by Yield: LGS2334XF (LG Seeds) 64.8, LGS2054XF (LG Seeds) 64.3, 26J06XF (Unknown) 62.7, LGS2364XF (LG Seeds) 62.6, LGS3105XF (LG Seeds) 61.8. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143090.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143090.json new file mode 100644 index 00000000..c207db6e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143090.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143090", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Cold Spring ", + "year": 2024, + "plot_id": "143090", + "lat": 45.57, + "lng": -94.43, + "cooperator": "Luke Salzer", + "salesperson": "Luke Salzer", + "planted_date": "2024-05-11", + "harvested_date": "2024-09-29", + "plot_average": 64.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "13E245N", + "traits": "", + "metrics": { + "Yield": 68.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 66.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "11E453N", + "traits": "", + "metrics": { + "Yield": 64.7 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LS14E565N", + "traits": "", + "metrics": { + "Yield": 64.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS0830E3", + "traits": "", + "metrics": { + "Yield": 63.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143090" + ], + "fetched_at": "2026-05-27T02:22:07.193085+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143090.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143090.md new file mode 100644 index 00000000..d4627f1d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143090.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Cold Spring , Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Cold Spring +- **Year:** 2024 +- **Plot ID:** 143090 +- **Cooperator:** Luke Salzer +- **Planted:** 2024-05-11 +- **Harvested:** 2024-09-29 +- **Plot average:** 64.0 BU/Ac +- **Coordinates:** 45.57000, -94.43000 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143090 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 13E245N | - | 68.3 | +| 2 | LG Seeds | LGS1551E3 | - | 66.6 | +| 3 | Unknown | 11E453N | - | 64.7 | +| 4 | Unknown | LS14E565N | - | 64.2 | +| 5 | LG Seeds | LGS0830E3 | - | 63.0 | + +Top 5 by Yield: 13E245N (Unknown) 68.3, LGS1551E3 (LG Seeds) 66.6, 11E453N (Unknown) 64.7, LS14E565N (Unknown) 64.2, LGS0830E3 (LG Seeds) 63.0. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143107.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143107.json new file mode 100644 index 00000000..13666b55 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143107.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143107", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Indiana", + "state_abbrev": "in", + "city": "Osgood", + "year": 2024, + "plot_id": "143107", + "lat": 39.15103, + "lng": -85.30904, + "cooperator": "Jeff Newhart", + "salesperson": "Jeff Newhart", + "planted_date": "2024-05-20", + "harvested_date": "2024-09-18", + "plot_average": 81.2, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "AG36XF4", + "traits": "", + "metrics": { + "Yield": 92.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "AG38XF3", + "traits": "", + "metrics": { + "Yield": 90.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "AG33XF3", + "traits": "", + "metrics": { + "Yield": 86.3 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "AG37XF5", + "traits": "", + "metrics": { + "Yield": 84.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "AG39XF3", + "traits": "", + "metrics": { + "Yield": 84.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143107" + ], + "fetched_at": "2026-05-27T02:22:30.467869+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143107.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143107.md new file mode 100644 index 00000000..c1ff0308 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143107.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Osgood, Indiana, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Indiana (IN) +- **City:** Osgood +- **Year:** 2024 +- **Plot ID:** 143107 +- **Cooperator:** Jeff Newhart +- **Planted:** 2024-05-20 +- **Harvested:** 2024-09-18 +- **Plot average:** 81.2 BU/Ac +- **Coordinates:** 39.15103, -85.30904 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143107 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | AG36XF4 | - | 92.3 | +| 2 | Unknown | AG38XF3 | - | 90.4 | +| 3 | Unknown | AG33XF3 | - | 86.3 | +| 4 | Unknown | AG37XF5 | - | 84.4 | +| 5 | Unknown | AG39XF3 | - | 84.4 | + +Top 5 by Yield: AG36XF4 (Unknown) 92.3, AG38XF3 (Unknown) 90.4, AG33XF3 (Unknown) 86.3, AG37XF5 (Unknown) 84.4, AG39XF3 (Unknown) 84.4. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143114.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143114.json new file mode 100644 index 00000000..c99a6612 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143114.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143114", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Lindsay", + "year": 2024, + "plot_id": "143114", + "lat": 41.67, + "lng": -97.61, + "cooperator": "Tom Preister", + "salesperson": "Tom Preister", + "planted_date": "2024-05-18", + "harvested_date": "2024-10-03", + "plot_average": 77.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2364XF", + "traits": "", + "metrics": { + "Yield": 83.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2554XF", + "traits": "", + "metrics": { + "Yield": 81.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2334XF", + "traits": "", + "metrics": { + "Yield": 79.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2054XF", + "traits": "", + "metrics": { + "Yield": 78.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3105XF", + "traits": "", + "metrics": { + "Yield": 76.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143114" + ], + "fetched_at": "2026-05-27T02:22:25.467755+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143114.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143114.md new file mode 100644 index 00000000..9f71665b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143114.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Lindsay, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Nebraska (NE) +- **City:** Lindsay +- **Year:** 2024 +- **Plot ID:** 143114 +- **Cooperator:** Tom Preister +- **Planted:** 2024-05-18 +- **Harvested:** 2024-10-03 +- **Plot average:** 77.7 BU/Ac +- **Coordinates:** 41.67000, -97.61000 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143114 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2364XF | - | 83.2 | +| 2 | LG Seeds | LGS2554XF | - | 81.1 | +| 3 | LG Seeds | LGS2334XF | - | 79.1 | +| 4 | LG Seeds | LGS2054XF | - | 78.8 | +| 5 | LG Seeds | LGS3105XF | - | 76.0 | + +Top 5 by Yield: LGS2364XF (LG Seeds) 83.2, LGS2554XF (LG Seeds) 81.1, LGS2334XF (LG Seeds) 79.1, LGS2054XF (LG Seeds) 78.8, LGS3105XF (LG Seeds) 76.0. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143134.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143134.json new file mode 100644 index 00000000..2e4bb0b5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143134.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143134", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "Garden Plain", + "year": 2024, + "plot_id": "143134", + "lat": 41.79, + "lng": -90.11, + "cooperator": "Eric Smith", + "salesperson": "Eric Smith", + "planted_date": "2024-04-25", + "harvested_date": "2024-10-07", + "plot_average": 66.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 81.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "Unknown", + "traits": "", + "metrics": { + "Yield": 78.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "XO2832E", + "traits": "", + "metrics": { + "Yield": 78.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3216E3", + "traits": "", + "metrics": { + "Yield": 69.8 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "Lincoln 2431", + "traits": "", + "metrics": { + "Yield": 69.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143134" + ], + "fetched_at": "2026-05-27T02:22:01.961314+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143134.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143134.md new file mode 100644 index 00000000..11738dc8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143134.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Garden Plain, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** Garden Plain +- **Year:** 2024 +- **Plot ID:** 143134 +- **Cooperator:** Eric Smith +- **Planted:** 2024-04-25 +- **Harvested:** 2024-10-07 +- **Plot average:** 66.3 BU/Ac +- **Coordinates:** 41.79000, -90.11000 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143134 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2505E3 | - | 81.1 | +| 2 | Unknown | Unknown | - | 78.2 | +| 3 | Unknown | XO2832E | - | 78.0 | +| 4 | LG Seeds | LGS3216E3 | - | 69.8 | +| 5 | Unknown | Lincoln 2431 | - | 69.4 | + +Top 5 by Yield: LGS2505E3 (LG Seeds) 81.1, Unknown (Unknown) 78.2, XO2832E (Unknown) 78.0, LGS3216E3 (LG Seeds) 69.8, Lincoln 2431 (Unknown) 69.4. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143144.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143144.json new file mode 100644 index 00000000..5e350ebc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143144.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143144", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Clara City", + "year": 2024, + "plot_id": "143144", + "lat": 44.97, + "lng": -95.32, + "cooperator": "Wade Buss", + "salesperson": "Wade Buss", + "planted_date": "2024-05-21", + "harvested_date": "2024-10-04", + "plot_average": 51.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 56.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 56.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 51.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1043E3", + "traits": "", + "metrics": { + "Yield": 51.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS0830E3", + "traits": "", + "metrics": { + "Yield": 46.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143144" + ], + "fetched_at": "2026-05-27T02:21:59.211301+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143144.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143144.md new file mode 100644 index 00000000..0adeb14d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143144.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Clara City, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Clara City +- **Year:** 2024 +- **Plot ID:** 143144 +- **Cooperator:** Wade Buss +- **Planted:** 2024-05-21 +- **Harvested:** 2024-10-04 +- **Plot average:** 51.3 BU/Ac +- **Coordinates:** 44.97000, -95.32000 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143144 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1832E3 | - | 56.7 | +| 2 | LG Seeds | LGS1660E3 | - | 56.3 | +| 3 | LG Seeds | LGS2001E3 | - | 51.9 | +| 4 | LG Seeds | LGS1043E3 | - | 51.5 | +| 5 | LG Seeds | LGS0830E3 | - | 46.0 | + +Top 5 by Yield: LGS1832E3 (LG Seeds) 56.7, LGS1660E3 (LG Seeds) 56.3, LGS2001E3 (LG Seeds) 51.9, LGS1043E3 (LG Seeds) 51.5, LGS0830E3 (LG Seeds) 46.0. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143157.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143157.json new file mode 100644 index 00000000..e3f285d9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143157.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143157", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Shullsburg", + "year": 2024, + "plot_id": "143157", + "lat": 42.61306, + "lng": -90.19132, + "cooperator": "Patrick Kleiber", + "salesperson": "Patrick Kleiber", + "planted_date": "2024-04-25", + "harvested_date": "2024-10-02", + "plot_average": 67.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2334XF", + "traits": "", + "metrics": { + "Yield": 73.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "2550E3", + "traits": "", + "metrics": { + "Yield": 69.4 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P21Z71E", + "traits": "", + "metrics": { + "Yield": 68.9 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P19Z52E", + "traits": "", + "metrics": { + "Yield": 68.9 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "26J06XF", + "traits": "", + "metrics": { + "Yield": 68.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143157" + ], + "fetched_at": "2026-05-27T02:21:56.943364+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143157.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143157.md new file mode 100644 index 00000000..c1b6e143 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143157.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Shullsburg, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** Shullsburg +- **Year:** 2024 +- **Plot ID:** 143157 +- **Cooperator:** Patrick Kleiber +- **Planted:** 2024-04-25 +- **Harvested:** 2024-10-02 +- **Plot average:** 67.7 BU/Ac +- **Coordinates:** 42.61306, -90.19132 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143157 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2334XF | - | 73.1 | +| 2 | Unknown | 2550E3 | - | 69.4 | +| 3 | Pioneer | P21Z71E | - | 68.9 | +| 4 | Pioneer | P19Z52E | - | 68.9 | +| 5 | Unknown | 26J06XF | - | 68.5 | + +Top 5 by Yield: LGS2334XF (LG Seeds) 73.1, 2550E3 (Unknown) 69.4, P21Z71E (Pioneer) 68.9, P19Z52E (Pioneer) 68.9, 26J06XF (Unknown) 68.5. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143195.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143195.json new file mode 100644 index 00000000..12b284d2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143195.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143195", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Decker", + "year": 2024, + "plot_id": "143195", + "lat": 43.46, + "lng": -83.05, + "cooperator": "Brian Hirsch", + "salesperson": "Brian Hirsch", + "planted_date": "2024-05-21", + "harvested_date": "2024-10-07", + "plot_average": 64.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 68.83 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 64.29 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 64.12 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2348E3", + "traits": "", + "metrics": { + "Yield": 63.94 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 62.95 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143195" + ], + "fetched_at": "2026-05-27T02:21:55.960042+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143195.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143195.md new file mode 100644 index 00000000..04c4ed05 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143195.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Decker, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Michigan (MI) +- **City:** Decker +- **Year:** 2024 +- **Plot ID:** 143195 +- **Cooperator:** Brian Hirsch +- **Planted:** 2024-05-21 +- **Harvested:** 2024-10-07 +- **Plot average:** 64.7 BU/Ac +- **Coordinates:** 43.46000, -83.05000 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143195 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1660E3 | - | 68.83 | +| 2 | LG Seeds | LGS1551E3 | - | 64.29 | +| 3 | LG Seeds | LGS1832E3 | - | 64.12 | +| 4 | LG Seeds | LGS2348E3 | - | 63.94 | +| 5 | LG Seeds | LGS2505E3 | - | 62.95 | + +Top 5 by Yield: LGS1660E3 (LG Seeds) 68.83, LGS1551E3 (LG Seeds) 64.29, LGS1832E3 (LG Seeds) 64.12, LGS2348E3 (LG Seeds) 63.94, LGS2505E3 (LG Seeds) 62.95. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143203.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143203.json new file mode 100644 index 00000000..3c760a48 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143203.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143203", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Ohio", + "state_abbrev": "oh", + "city": "New Bremen", + "year": 2024, + "plot_id": "143203", + "lat": 40.43716, + "lng": -84.48143, + "cooperator": "Kurt Warner", + "salesperson": "Kurt Warner ", + "planted_date": "2024-05-22", + "harvested_date": "2024-10-07", + "plot_average": 57.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 63.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3688E3", + "traits": "", + "metrics": { + "Yield": 61.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3804E3", + "traits": "", + "metrics": { + "Yield": 57.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2881E3", + "traits": "", + "metrics": { + "Yield": 56.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3216E3", + "traits": "", + "metrics": { + "Yield": 55.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143203" + ], + "fetched_at": "2026-05-27T02:22:18.227154+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143203.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143203.md new file mode 100644 index 00000000..71d7521a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143203.md @@ -0,0 +1,29 @@ +# Soybean yield trial — New Bremen, Ohio, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Ohio (OH) +- **City:** New Bremen +- **Year:** 2024 +- **Plot ID:** 143203 +- **Cooperator:** Kurt Warner +- **Salesperson:** Kurt Warner +- **Planted:** 2024-05-22 +- **Harvested:** 2024-10-07 +- **Plot average:** 57.5 BU/Ac +- **Coordinates:** 40.43716, -84.48143 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143203 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3000E3 | - | 63.0 | +| 2 | LG Seeds | LGS3688E3 | - | 61.4 | +| 3 | LG Seeds | LGS3804E3 | - | 57.8 | +| 4 | LG Seeds | LGS2881E3 | - | 56.6 | +| 5 | LG Seeds | LGS3216E3 | - | 55.7 | + +Top 5 by Yield: LGS3000E3 (LG Seeds) 63.0, LGS3688E3 (LG Seeds) 61.4, LGS3804E3 (LG Seeds) 57.8, LGS2881E3 (LG Seeds) 56.6, LGS3216E3 (LG Seeds) 55.7. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143242.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143242.json new file mode 100644 index 00000000..183b12de --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143242.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143242", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Olin", + "year": 2024, + "plot_id": "143242", + "lat": 41.93, + "lng": -91.15, + "cooperator": "Dave Elijah", + "salesperson": "Dave Elijah", + "planted_date": "2024-05-23", + "harvested_date": "2024-10-01", + "plot_average": 67.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "AE3340", + "traits": "", + "metrics": { + "Yield": 75.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "TP-25E22", + "traits": "", + "metrics": { + "Yield": 74.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 74.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3445E3", + "traits": "", + "metrics": { + "Yield": 73.8 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "CT2923E", + "traits": "", + "metrics": { + "Yield": 73.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143242" + ], + "fetched_at": "2026-05-27T02:22:16.947776+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143242.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143242.md new file mode 100644 index 00000000..7f10637c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143242.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Olin, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Iowa (IA) +- **City:** Olin +- **Year:** 2024 +- **Plot ID:** 143242 +- **Cooperator:** Dave Elijah +- **Planted:** 2024-05-23 +- **Harvested:** 2024-10-01 +- **Plot average:** 67.9 BU/Ac +- **Coordinates:** 41.93000, -91.15000 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143242 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | AE3340 | - | 75.4 | +| 2 | Unknown | TP-25E22 | - | 74.9 | +| 3 | LG Seeds | LGS2505E3 | - | 74.8 | +| 4 | LG Seeds | LGS3445E3 | - | 73.8 | +| 5 | Unknown | CT2923E | - | 73.8 | + +Top 5 by Yield: AE3340 (Unknown) 75.4, TP-25E22 (Unknown) 74.9, LGS2505E3 (LG Seeds) 74.8, LGS3445E3 (LG Seeds) 73.8, CT2923E (Unknown) 73.8. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143248.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143248.json new file mode 100644 index 00000000..eb78b5fa --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143248.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143248", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Westbend ", + "year": 2024, + "plot_id": "143248", + "lat": 43.42, + "lng": -88.28, + "cooperator": "John Gundrum", + "salesperson": "John Gundrum", + "planted_date": "2024-05-16", + "harvested_date": "2024-10-10", + "plot_average": 59.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 67.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B194EE", + "traits": "", + "metrics": { + "Yield": 64.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 64.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 63.8 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "A18E35", + "traits": "", + "metrics": { + "Yield": 63.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143248" + ], + "fetched_at": "2026-05-27T02:22:06.444434+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143248.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143248.md new file mode 100644 index 00000000..281f35a3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143248.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Westbend , Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** Westbend +- **Year:** 2024 +- **Plot ID:** 143248 +- **Cooperator:** John Gundrum +- **Planted:** 2024-05-16 +- **Harvested:** 2024-10-10 +- **Plot average:** 59.9 BU/Ac +- **Coordinates:** 43.42000, -88.28000 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143248 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1660E3 | - | 67.0 | +| 2 | Unknown | B194EE | - | 64.9 | +| 3 | Unknown | LGS1660E3 | - | 64.1 | +| 4 | Unknown | LGS1660E3 | - | 63.8 | +| 5 | Unknown | A18E35 | - | 63.1 | + +Top 5 by Yield: LGS1660E3 (LG Seeds) 67.0, B194EE (Unknown) 64.9, LGS1660E3 (Unknown) 64.1, LGS1660E3 (Unknown) 63.8, A18E35 (Unknown) 63.1. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143256.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143256.json new file mode 100644 index 00000000..6eff2e17 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143256.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143256", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Alden", + "year": 2024, + "plot_id": "143256", + "lat": 43.66, + "lng": -93.5, + "cooperator": "Nexus Cooperative", + "salesperson": "Nexus Cooperative", + "planted_date": "2024-05-19", + "harvested_date": "2024-10-03", + "plot_average": 56.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "CP1830E", + "traits": "", + "metrics": { + "Yield": 67.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "20EH92", + "traits": "", + "metrics": { + "Yield": 67.2 + } + }, + { + "rank": 3, + "brand": "NK", + "product": "21-C2E3", + "traits": "", + "metrics": { + "Yield": 63.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B173EE", + "traits": "", + "metrics": { + "Yield": 63.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "22EG02", + "traits": "", + "metrics": { + "Yield": 63.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143256" + ], + "fetched_at": "2026-05-27T02:22:28.447264+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143256.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143256.md new file mode 100644 index 00000000..1b915718 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143256.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Alden, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Alden +- **Year:** 2024 +- **Plot ID:** 143256 +- **Cooperator:** Nexus Cooperative +- **Planted:** 2024-05-19 +- **Harvested:** 2024-10-03 +- **Plot average:** 56.3 BU/Ac +- **Coordinates:** 43.66000, -93.50000 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143256 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | CP1830E | - | 67.8 | +| 2 | Unknown | 20EH92 | - | 67.2 | +| 3 | NK | 21-C2E3 | - | 63.8 | +| 4 | Unknown | B173EE | - | 63.7 | +| 5 | Unknown | 22EG02 | - | 63.1 | + +Top 5 by Yield: CP1830E (Unknown) 67.8, 20EH92 (Unknown) 67.2, 21-C2E3 (NK) 63.8, B173EE (Unknown) 63.7, 22EG02 (Unknown) 63.1. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143306.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143306.json new file mode 100644 index 00000000..eb7f2af1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143306.json @@ -0,0 +1,64 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143306", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Delphos", + "year": 2024, + "plot_id": "143306", + "lat": 40.84, + "lng": -84.37, + "cooperator": "Joe Wittler", + "salesperson": "Joe Wittler", + "planted_date": "2024-05-24", + "harvested_date": "2024-10-05", + "plot_average": 65.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2881E3", + "traits": "", + "metrics": { + "Yield": 65.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 65.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 64.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3216E3", + "traits": "", + "metrics": { + "Yield": 64.6 + } + } + ], + "n_results": 4, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143306" + ], + "fetched_at": "2026-05-27T02:22:17.766284+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143306.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143306.md new file mode 100644 index 00000000..42c4acbb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143306.md @@ -0,0 +1,27 @@ +# Soybean yield trial — Delphos, Ohio, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Ohio (OH) +- **City:** Delphos +- **Year:** 2024 +- **Plot ID:** 143306 +- **Cooperator:** Joe Wittler +- **Planted:** 2024-05-24 +- **Harvested:** 2024-10-05 +- **Plot average:** 65.0 BU/Ac +- **Coordinates:** 40.84000, -84.37000 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143306 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2881E3 | - | 65.5 | +| 2 | LG Seeds | LGS3000E3 | - | 65.2 | +| 3 | LG Seeds | LGS2505E3 | - | 64.9 | +| 4 | LG Seeds | LGS3216E3 | - | 64.6 | + +Top 5 by Yield: LGS2881E3 (LG Seeds) 65.5, LGS3000E3 (LG Seeds) 65.2, LGS2505E3 (LG Seeds) 64.9, LGS3216E3 (LG Seeds) 64.6. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143318.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143318.json new file mode 100644 index 00000000..47c89cec --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143318.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143318", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "Granville", + "year": 2024, + "plot_id": "143318", + "lat": 41.24, + "lng": -89.22, + "cooperator": "Bruch Farms", + "salesperson": "Bruch Farms", + "planted_date": "2024-05-23", + "harvested_date": "2024-10-14", + "plot_average": 80.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 88.13 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3216E3", + "traits": "", + "metrics": { + "Yield": 83.13 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3098XF", + "traits": "", + "metrics": { + "Yield": 81.57 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2554XF", + "traits": "", + "metrics": { + "Yield": 81.38 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3445E3", + "traits": "", + "metrics": { + "Yield": 79.83 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143318" + ], + "fetched_at": "2026-05-27T02:22:16.698719+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143318.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143318.md new file mode 100644 index 00000000..f3e7186c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143318.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Granville, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** Granville +- **Year:** 2024 +- **Plot ID:** 143318 +- **Cooperator:** Bruch Farms +- **Planted:** 2024-05-23 +- **Harvested:** 2024-10-14 +- **Plot average:** 80.3 BU/Ac +- **Coordinates:** 41.24000, -89.22000 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143318 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3000E3 | - | 88.13 | +| 2 | LG Seeds | LGS3216E3 | - | 83.13 | +| 3 | LG Seeds | LGS3098XF | - | 81.57 | +| 4 | LG Seeds | LGS2554XF | - | 81.38 | +| 5 | LG Seeds | LGS3445E3 | - | 79.83 | + +Top 5 by Yield: LGS3000E3 (LG Seeds) 88.13, LGS3216E3 (LG Seeds) 83.13, LGS3098XF (LG Seeds) 81.57, LGS2554XF (LG Seeds) 81.38, LGS3445E3 (LG Seeds) 79.83. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143321.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143321.json new file mode 100644 index 00000000..f5ca9e8f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143321.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143321", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Napoleon ", + "year": 2024, + "plot_id": "143321", + "lat": 41.42, + "lng": -84.19, + "cooperator": "Scott Norden", + "salesperson": "Scott Norden", + "planted_date": "2024-05-25", + "harvested_date": "2024-10-10", + "plot_average": 65.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3688E3", + "traits": "", + "metrics": { + "Yield": 71.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3216E3", + "traits": "", + "metrics": { + "Yield": 68.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3445E3", + "traits": "", + "metrics": { + "Yield": 66.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2881E3", + "traits": "", + "metrics": { + "Yield": 66.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 65.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143321" + ], + "fetched_at": "2026-05-27T02:22:18.011239+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143321.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143321.md new file mode 100644 index 00000000..9a838e5a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143321.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Napoleon , Ohio, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Ohio (OH) +- **City:** Napoleon +- **Year:** 2024 +- **Plot ID:** 143321 +- **Cooperator:** Scott Norden +- **Planted:** 2024-05-25 +- **Harvested:** 2024-10-10 +- **Plot average:** 65.9 BU/Ac +- **Coordinates:** 41.42000, -84.19000 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143321 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3688E3 | - | 71.5 | +| 2 | LG Seeds | LGS3216E3 | - | 68.2 | +| 3 | LG Seeds | LGS3445E3 | - | 66.4 | +| 4 | LG Seeds | LGS2881E3 | - | 66.4 | +| 5 | LG Seeds | LGS3000E3 | - | 65.4 | + +Top 5 by Yield: LGS3688E3 (LG Seeds) 71.5, LGS3216E3 (LG Seeds) 68.2, LGS3445E3 (LG Seeds) 66.4, LGS2881E3 (LG Seeds) 66.4, LGS3000E3 (LG Seeds) 65.4. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143339.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143339.json new file mode 100644 index 00000000..ee91e08c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143339.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143339", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Indiana", + "state_abbrev": "in", + "city": "Columbia City", + "year": 2024, + "plot_id": "143339", + "lat": 41.07, + "lng": -85.46, + "cooperator": "Laux Farms", + "salesperson": "Laux Farms", + "planted_date": "2024-05-23", + "harvested_date": "2024-10-11", + "plot_average": 45.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 50.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3784XF", + "traits": "", + "metrics": { + "Yield": 49.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3216E3", + "traits": "", + "metrics": { + "Yield": 49.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3588XF", + "traits": "", + "metrics": { + "Yield": 48.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3098XF", + "traits": "", + "metrics": { + "Yield": 48.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143339" + ], + "fetched_at": "2026-05-27T02:22:15.456750+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143339.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143339.md new file mode 100644 index 00000000..d45f121b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143339.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Columbia City, Indiana, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Indiana (IN) +- **City:** Columbia City +- **Year:** 2024 +- **Plot ID:** 143339 +- **Cooperator:** Laux Farms +- **Planted:** 2024-05-23 +- **Harvested:** 2024-10-11 +- **Plot average:** 45.9 BU/Ac +- **Coordinates:** 41.07000, -85.46000 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143339 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3000E3 | - | 50.0 | +| 2 | LG Seeds | LGS3784XF | - | 49.4 | +| 3 | LG Seeds | LGS3216E3 | - | 49.2 | +| 4 | LG Seeds | LGS3588XF | - | 48.2 | +| 5 | LG Seeds | LGS3098XF | - | 48.1 | + +Top 5 by Yield: LGS3000E3 (LG Seeds) 50.0, LGS3784XF (LG Seeds) 49.4, LGS3216E3 (LG Seeds) 49.2, LGS3588XF (LG Seeds) 48.2, LGS3098XF (LG Seeds) 48.1. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143371.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143371.json new file mode 100644 index 00000000..2f146977 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143371.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143371", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Winside", + "year": 2024, + "plot_id": "143371", + "lat": 42.13, + "lng": -97.17, + "cooperator": "Jon Jaeger", + "salesperson": "Jon Jaeger", + "planted_date": "2024-05-28", + "harvested_date": "2024-10-15", + "plot_average": 47.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2334XF", + "traits": "", + "metrics": { + "Yield": 51.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2850XF", + "traits": "", + "metrics": { + "Yield": 50.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3098XF", + "traits": "", + "metrics": { + "Yield": 49.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2881E3", + "traits": "", + "metrics": { + "Yield": 48.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2554XF", + "traits": "", + "metrics": { + "Yield": 48.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143371" + ], + "fetched_at": "2026-05-27T02:22:21.206559+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143371.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143371.md new file mode 100644 index 00000000..faa0c5b1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143371.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Winside, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Nebraska (NE) +- **City:** Winside +- **Year:** 2024 +- **Plot ID:** 143371 +- **Cooperator:** Jon Jaeger +- **Planted:** 2024-05-28 +- **Harvested:** 2024-10-15 +- **Plot average:** 47.5 BU/Ac +- **Coordinates:** 42.13000, -97.17000 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143371 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2334XF | - | 51.5 | +| 2 | LG Seeds | LGS2850XF | - | 50.3 | +| 3 | LG Seeds | LGS3098XF | - | 49.3 | +| 4 | LG Seeds | LGS2881E3 | - | 48.3 | +| 5 | LG Seeds | LGS2554XF | - | 48.1 | + +Top 5 by Yield: LGS2334XF (LG Seeds) 51.5, LGS2850XF (LG Seeds) 50.3, LGS3098XF (LG Seeds) 49.3, LGS2881E3 (LG Seeds) 48.3, LGS2554XF (LG Seeds) 48.1. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143387.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143387.json new file mode 100644 index 00000000..8cc80665 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143387.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143387", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Menno", + "year": 2024, + "plot_id": "143387", + "lat": 43.21, + "lng": -97.49, + "cooperator": "Kyle Stepanek", + "salesperson": "Kyle Stepanek", + "planted_date": "2024-05-28", + "harvested_date": "2024-10-08", + "plot_average": 46.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2054XF", + "traits": "", + "metrics": { + "Yield": 52.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2364XF", + "traits": "", + "metrics": { + "Yield": 50.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2348E3", + "traits": "", + "metrics": { + "Yield": 49.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "27K10E3", + "traits": "", + "metrics": { + "Yield": 47.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 47.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143387" + ], + "fetched_at": "2026-05-27T02:21:53.199401+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143387.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143387.md new file mode 100644 index 00000000..e9bc5d96 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143387.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Menno, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** South Dakota (SD) +- **City:** Menno +- **Year:** 2024 +- **Plot ID:** 143387 +- **Cooperator:** Kyle Stepanek +- **Planted:** 2024-05-28 +- **Harvested:** 2024-10-08 +- **Plot average:** 46.7 BU/Ac +- **Coordinates:** 43.21000, -97.49000 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143387 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2054XF | - | 52.8 | +| 2 | LG Seeds | LGS2364XF | - | 50.2 | +| 3 | LG Seeds | LGS2348E3 | - | 49.0 | +| 4 | Unknown | 27K10E3 | - | 47.8 | +| 5 | LG Seeds | LGS3000E3 | - | 47.4 | + +Top 5 by Yield: LGS2054XF (LG Seeds) 52.8, LGS2364XF (LG Seeds) 50.2, LGS2348E3 (LG Seeds) 49.0, 27K10E3 (Unknown) 47.8, LGS3000E3 (LG Seeds) 47.4. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143391.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143391.json new file mode 100644 index 00000000..e1fcb7af --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143391.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143391", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "Grant Park", + "year": 2024, + "plot_id": "143391", + "lat": 41.28, + "lng": -87.67, + "cooperator": "Bruce Matthias", + "salesperson": "Bruce Matthias", + "planted_date": "2024-05-28", + "harvested_date": "2024-10-28", + "plot_average": 79.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 88.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3216E3", + "traits": "", + "metrics": { + "Yield": 80.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 77.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3445E3", + "traits": "", + "metrics": { + "Yield": 77.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2881E3", + "traits": "", + "metrics": { + "Yield": 73.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143391" + ], + "fetched_at": "2026-05-27T02:22:19.965237+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143391.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143391.md new file mode 100644 index 00000000..3bc5bbfe --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143391.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Grant Park, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** Grant Park +- **Year:** 2024 +- **Plot ID:** 143391 +- **Cooperator:** Bruce Matthias +- **Planted:** 2024-05-28 +- **Harvested:** 2024-10-28 +- **Plot average:** 79.1 BU/Ac +- **Coordinates:** 41.28000, -87.67000 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143391 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3000E3 | - | 88.1 | +| 2 | LG Seeds | LGS3216E3 | - | 80.1 | +| 3 | LG Seeds | LGS2505E3 | - | 77.2 | +| 4 | LG Seeds | LGS3445E3 | - | 77.1 | +| 5 | LG Seeds | LGS2881E3 | - | 73.2 | + +Top 5 by Yield: LGS3000E3 (LG Seeds) 88.1, LGS3216E3 (LG Seeds) 80.1, LGS2505E3 (LG Seeds) 77.2, LGS3445E3 (LG Seeds) 77.1, LGS2881E3 (LG Seeds) 73.2. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143392.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143392.json new file mode 100644 index 00000000..84b2811e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143392.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143392", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Belden", + "year": 2024, + "plot_id": "143392", + "lat": 42.43003, + "lng": -97.16916, + "cooperator": "Lathan Ohlrich", + "salesperson": "Lathan Ohlrich ", + "planted_date": "2024-05-29", + "harvested_date": "2024-10-10", + "plot_average": 58.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2334XF", + "traits": "", + "metrics": { + "Yield": 61.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 61.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2554XF", + "traits": "", + "metrics": { + "Yield": 61.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2348E3", + "traits": "", + "metrics": { + "Yield": 59.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2881E3", + "traits": "", + "metrics": { + "Yield": 56.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143392" + ], + "fetched_at": "2026-05-27T02:21:52.212114+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143392.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143392.md new file mode 100644 index 00000000..a3900d40 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143392.md @@ -0,0 +1,29 @@ +# Soybean yield trial — Belden, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Nebraska (NE) +- **City:** Belden +- **Year:** 2024 +- **Plot ID:** 143392 +- **Cooperator:** Lathan Ohlrich +- **Salesperson:** Lathan Ohlrich +- **Planted:** 2024-05-29 +- **Harvested:** 2024-10-10 +- **Plot average:** 58.7 BU/Ac +- **Coordinates:** 42.43003, -97.16916 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143392 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2334XF | - | 61.4 | +| 2 | LG Seeds | LGS2505E3 | - | 61.1 | +| 3 | LG Seeds | LGS2554XF | - | 61.0 | +| 4 | LG Seeds | LGS2348E3 | - | 59.4 | +| 5 | LG Seeds | LGS2881E3 | - | 56.4 | + +Top 5 by Yield: LGS2334XF (LG Seeds) 61.4, LGS2505E3 (LG Seeds) 61.1, LGS2554XF (LG Seeds) 61.0, LGS2348E3 (LG Seeds) 59.4, LGS2881E3 (LG Seeds) 56.4. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143405.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143405.json new file mode 100644 index 00000000..8916966f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143405.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143405", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Mountain Lake", + "year": 2024, + "plot_id": "143405", + "lat": 43.92, + "lng": -94.97, + "cooperator": "Lee Erickson", + "salesperson": "Lee Erickson", + "planted_date": "2024-05-29", + "harvested_date": "2024-10-01", + "plot_average": 35.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1684", + "traits": "", + "metrics": { + "Yield": 37.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2020", + "traits": "", + "metrics": { + "Yield": 37.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 37.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2329", + "traits": "", + "metrics": { + "Yield": 36.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LGS1684", + "traits": "", + "metrics": { + "Yield": 35.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143405" + ], + "fetched_at": "2026-05-27T02:21:59.964358+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143405.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143405.md new file mode 100644 index 00000000..d4c95642 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143405.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Mountain Lake, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Mountain Lake +- **Year:** 2024 +- **Plot ID:** 143405 +- **Cooperator:** Lee Erickson +- **Planted:** 2024-05-29 +- **Harvested:** 2024-10-01 +- **Plot average:** 35.0 BU/Ac +- **Coordinates:** 43.92000, -94.97000 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143405 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1684 | - | 37.7 | +| 2 | LG Seeds | LGS2020 | - | 37.4 | +| 3 | LG Seeds | LGS1660E3 | - | 37.3 | +| 4 | LG Seeds | LGS2329 | - | 36.5 | +| 5 | Unknown | LGS1684 | - | 35.7 | + +Top 5 by Yield: LGS1684 (LG Seeds) 37.7, LGS2020 (LG Seeds) 37.4, LGS1660E3 (LG Seeds) 37.3, LGS2329 (LG Seeds) 36.5, LGS1684 (Unknown) 35.7. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143415.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143415.json new file mode 100644 index 00000000..deb68fa2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143415.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143415", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Litchfield", + "year": 2024, + "plot_id": "143415", + "lat": 44.96, + "lng": -94.56, + "cooperator": "Keli Seeds Ken Bohn", + "salesperson": "Keli Seeds Ken Bohn", + "planted_date": "2024-05-29", + "harvested_date": "2024-10-07", + "plot_average": 58.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "2009XF", + "traits": "", + "metrics": { + "Yield": 63.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2054XF", + "traits": "", + "metrics": { + "Yield": 62.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1585XF", + "traits": "", + "metrics": { + "Yield": 60.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1385XF", + "traits": "", + "metrics": { + "Yield": 59.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1711XF", + "traits": "", + "metrics": { + "Yield": 59.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143415" + ], + "fetched_at": "2026-05-27T02:22:04.717025+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143415.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143415.md new file mode 100644 index 00000000..2182a572 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143415.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Litchfield, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Litchfield +- **Year:** 2024 +- **Plot ID:** 143415 +- **Cooperator:** Keli Seeds Ken Bohn +- **Planted:** 2024-05-29 +- **Harvested:** 2024-10-07 +- **Plot average:** 58.8 BU/Ac +- **Coordinates:** 44.96000, -94.56000 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143415 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 2009XF | - | 63.2 | +| 2 | LG Seeds | LGS2054XF | - | 62.3 | +| 3 | LG Seeds | LGS1585XF | - | 60.3 | +| 4 | LG Seeds | LGS1385XF | - | 59.2 | +| 5 | LG Seeds | LGS1711XF | - | 59.2 | + +Top 5 by Yield: 2009XF (Unknown) 63.2, LGS2054XF (LG Seeds) 62.3, LGS1585XF (LG Seeds) 60.3, LGS1385XF (LG Seeds) 59.2, LGS1711XF (LG Seeds) 59.2. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143443.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143443.json new file mode 100644 index 00000000..ed5dac80 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143443.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143443", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "St. Paul", + "year": 2024, + "plot_id": "143443", + "lat": 41.2198, + "lng": -98.47622, + "cooperator": "Trey Wojtalewicz", + "salesperson": "Trey Wojtalewicz ", + "planted_date": "2024-05-28", + "harvested_date": "2024-10-08", + "plot_average": 71.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3105XF", + "traits": "", + "metrics": { + "Yield": 77.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2554XF", + "traits": "", + "metrics": { + "Yield": 75.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2334XF", + "traits": "", + "metrics": { + "Yield": 74.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2364XF", + "traits": "", + "metrics": { + "Yield": 73.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2850XF", + "traits": "", + "metrics": { + "Yield": 70.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143443" + ], + "fetched_at": "2026-05-27T02:22:02.480971+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143443.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143443.md new file mode 100644 index 00000000..84b33711 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143443.md @@ -0,0 +1,29 @@ +# Soybean yield trial — St. Paul, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Nebraska (NE) +- **City:** St. Paul +- **Year:** 2024 +- **Plot ID:** 143443 +- **Cooperator:** Trey Wojtalewicz +- **Salesperson:** Trey Wojtalewicz +- **Planted:** 2024-05-28 +- **Harvested:** 2024-10-08 +- **Plot average:** 71.3 BU/Ac +- **Coordinates:** 41.21980, -98.47622 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143443 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3105XF | - | 77.9 | +| 2 | LG Seeds | LGS2554XF | - | 75.6 | +| 3 | LG Seeds | LGS2334XF | - | 74.1 | +| 4 | LG Seeds | LGS2364XF | - | 73.1 | +| 5 | LG Seeds | LGS2850XF | - | 70.8 | + +Top 5 by Yield: LGS3105XF (LG Seeds) 77.9, LGS2554XF (LG Seeds) 75.6, LGS2334XF (LG Seeds) 74.1, LGS2364XF (LG Seeds) 73.1, LGS2850XF (LG Seeds) 70.8. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143444.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143444.json new file mode 100644 index 00000000..c8db8da4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143444.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143444", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "St. Paul", + "year": 2024, + "plot_id": "143444", + "lat": 41.20152, + "lng": -98.50884, + "cooperator": "Trey Wojtalewicz", + "salesperson": "Trey Wojtalewicz ", + "planted_date": "2024-05-29", + "harvested_date": "2024-10-08", + "plot_average": 69.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "31K14E3", + "traits": "", + "metrics": { + "Yield": 77.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 71.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "27K10E3", + "traits": "", + "metrics": { + "Yield": 71.6 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "2834E", + "traits": "", + "metrics": { + "Yield": 71.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "2645E", + "traits": "", + "metrics": { + "Yield": 70.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143444" + ], + "fetched_at": "2026-05-27T02:21:52.445592+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143444.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143444.md new file mode 100644 index 00000000..5278d9a8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143444.md @@ -0,0 +1,29 @@ +# Soybean yield trial — St. Paul, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Nebraska (NE) +- **City:** St. Paul +- **Year:** 2024 +- **Plot ID:** 143444 +- **Cooperator:** Trey Wojtalewicz +- **Salesperson:** Trey Wojtalewicz +- **Planted:** 2024-05-29 +- **Harvested:** 2024-10-08 +- **Plot average:** 69.0 BU/Ac +- **Coordinates:** 41.20152, -98.50884 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143444 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 31K14E3 | - | 77.4 | +| 2 | LG Seeds | LGS3000E3 | - | 71.9 | +| 3 | Unknown | 27K10E3 | - | 71.6 | +| 4 | Unknown | 2834E | - | 71.5 | +| 5 | Unknown | 2645E | - | 70.5 | + +Top 5 by Yield: 31K14E3 (Unknown) 77.4, LGS3000E3 (LG Seeds) 71.9, 27K10E3 (Unknown) 71.6, 2834E (Unknown) 71.5, 2645E (Unknown) 70.5. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143454.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143454.json new file mode 100644 index 00000000..e6edcb44 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143454.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143454", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Kentucky", + "state_abbrev": "ky", + "city": "Bowling Green", + "year": 2024, + "plot_id": "143454", + "lat": 36.93021, + "lng": -86.47082, + "cooperator": "Western Kentucky University", + "salesperson": "Western Kentucky University", + "planted_date": "2024-05-31", + "harvested_date": "2024-10-07", + "plot_average": 72.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "LGS4894XF", + "traits": "", + "metrics": { + "Yield": 77.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS4518XF", + "traits": "", + "metrics": { + "Yield": 77.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS4180E3", + "traits": "", + "metrics": { + "Yield": 77.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS4313XF", + "traits": "", + "metrics": { + "Yield": 74.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS4440E3", + "traits": "", + "metrics": { + "Yield": 74.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143454" + ], + "fetched_at": "2026-05-27T02:22:19.724837+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143454.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143454.md new file mode 100644 index 00000000..353e2f93 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143454.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Bowling Green, Kentucky, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Kentucky (KY) +- **City:** Bowling Green +- **Year:** 2024 +- **Plot ID:** 143454 +- **Cooperator:** Western Kentucky University +- **Planted:** 2024-05-31 +- **Harvested:** 2024-10-07 +- **Plot average:** 72.0 BU/Ac +- **Coordinates:** 36.93021, -86.47082 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143454 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | LGS4894XF | - | 77.9 | +| 2 | LG Seeds | LGS4518XF | - | 77.6 | +| 3 | LG Seeds | LGS4180E3 | - | 77.5 | +| 4 | LG Seeds | LGS4313XF | - | 74.8 | +| 5 | LG Seeds | LGS4440E3 | - | 74.1 | + +Top 5 by Yield: LGS4894XF (Unknown) 77.9, LGS4518XF (LG Seeds) 77.6, LGS4180E3 (LG Seeds) 77.5, LGS4313XF (LG Seeds) 74.8, LGS4440E3 (LG Seeds) 74.1. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143464.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143464.json new file mode 100644 index 00000000..c8df60ad --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143464.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143464", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Blooming Prairie", + "year": 2024, + "plot_id": "143464", + "lat": 43.89798, + "lng": -93.05506, + "cooperator": "MJC Farms", + "salesperson": "MJC Farms", + "planted_date": "2024-05-11", + "harvested_date": "2024-10-01", + "plot_average": 66.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 69.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "CT1923E", + "traits": "", + "metrics": { + "Yield": 69.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1939E3", + "traits": "", + "metrics": { + "Yield": 69.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "1250E3", + "traits": "", + "metrics": { + "Yield": 69.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "1630E3", + "traits": "", + "metrics": { + "Yield": 67.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143464" + ], + "fetched_at": "2026-05-27T02:22:12.947317+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143464.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143464.md new file mode 100644 index 00000000..f18842a0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143464.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Blooming Prairie, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Blooming Prairie +- **Year:** 2024 +- **Plot ID:** 143464 +- **Cooperator:** MJC Farms +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-01 +- **Plot average:** 66.6 BU/Ac +- **Coordinates:** 43.89798, -93.05506 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143464 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1660E3 | - | 69.7 | +| 2 | Unknown | CT1923E | - | 69.5 | +| 3 | LG Seeds | LGS1939E3 | - | 69.2 | +| 4 | Unknown | 1250E3 | - | 69.1 | +| 5 | Unknown | 1630E3 | - | 67.8 | + +Top 5 by Yield: LGS1660E3 (LG Seeds) 69.7, CT1923E (Unknown) 69.5, LGS1939E3 (LG Seeds) 69.2, 1250E3 (Unknown) 69.1, 1630E3 (Unknown) 67.8. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143466.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143466.json new file mode 100644 index 00000000..ea9cbe48 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143466.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143466", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Meltonville", + "year": 2024, + "plot_id": "143466", + "lat": 43.44635, + "lng": -93.02266, + "cooperator": "Nexus Cooperative", + "salesperson": "Nexus Cooperative", + "planted_date": "2024-05-14", + "harvested_date": "2024-09-28", + "plot_average": 68.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "CP1525E", + "traits": "", + "metrics": { + "Yield": 75.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B214EE", + "traits": "", + "metrics": { + "Yield": 74.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "CP1830E", + "traits": "", + "metrics": { + "Yield": 74.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "15EE32", + "traits": "", + "metrics": { + "Yield": 73.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B173EE", + "traits": "", + "metrics": { + "Yield": 72.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143466" + ], + "fetched_at": "2026-05-27T02:22:13.192566+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143466.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143466.md new file mode 100644 index 00000000..6d16eb00 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143466.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Meltonville, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Iowa (IA) +- **City:** Meltonville +- **Year:** 2024 +- **Plot ID:** 143466 +- **Cooperator:** Nexus Cooperative +- **Planted:** 2024-05-14 +- **Harvested:** 2024-09-28 +- **Plot average:** 68.0 BU/Ac +- **Coordinates:** 43.44635, -93.02266 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143466 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | CP1525E | - | 75.5 | +| 2 | Unknown | B214EE | - | 74.3 | +| 3 | Unknown | CP1830E | - | 74.0 | +| 4 | Unknown | 15EE32 | - | 73.4 | +| 5 | Unknown | B173EE | - | 72.5 | + +Top 5 by Yield: CP1525E (Unknown) 75.5, B214EE (Unknown) 74.3, CP1830E (Unknown) 74.0, 15EE32 (Unknown) 73.4, B173EE (Unknown) 72.5. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143472.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143472.json new file mode 100644 index 00000000..1429fc51 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143472.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143472", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Manly", + "year": 2024, + "plot_id": "143472", + "lat": 43.28891, + "lng": -93.20325, + "cooperator": "Nexus Cooperative", + "salesperson": "Nexus Cooperative", + "planted_date": "2024-04-23", + "harvested_date": "2024-10-05", + "plot_average": 55.8, + "results": [ + { + "rank": 1, + "brand": "NK", + "product": "21-C2E3", + "traits": "", + "metrics": { + "Yield": 64.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B214EE", + "traits": "", + "metrics": { + "Yield": 62.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B173EE", + "traits": "", + "metrics": { + "Yield": 61.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "CP2020E", + "traits": "", + "metrics": { + "Yield": 59.3 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B202EE", + "traits": "", + "metrics": { + "Yield": 58.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143472" + ], + "fetched_at": "2026-05-27T02:22:13.442703+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143472.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143472.md new file mode 100644 index 00000000..211aa1c9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143472.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Manly, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Iowa (IA) +- **City:** Manly +- **Year:** 2024 +- **Plot ID:** 143472 +- **Cooperator:** Nexus Cooperative +- **Planted:** 2024-04-23 +- **Harvested:** 2024-10-05 +- **Plot average:** 55.8 BU/Ac +- **Coordinates:** 43.28891, -93.20325 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143472 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | NK | 21-C2E3 | - | 64.0 | +| 2 | Unknown | B214EE | - | 62.9 | +| 3 | Unknown | B173EE | - | 61.1 | +| 4 | Unknown | CP2020E | - | 59.3 | +| 5 | Unknown | B202EE | - | 58.5 | + +Top 5 by Yield: 21-C2E3 (NK) 64.0, B214EE (Unknown) 62.9, B173EE (Unknown) 61.1, CP2020E (Unknown) 59.3, B202EE (Unknown) 58.5. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143486.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143486.json new file mode 100644 index 00000000..4670a57a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143486.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143486", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "Armington", + "year": 2024, + "plot_id": "143486", + "lat": 40.34514, + "lng": -89.3623, + "cooperator": "Jeff Lough", + "salesperson": "Jeff Lough", + "planted_date": "2024-04-15", + "harvested_date": "2024-09-27", + "plot_average": 83.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3688E3", + "traits": "", + "metrics": { + "Yield": 88.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3804E3", + "traits": "", + "metrics": { + "Yield": 87.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 87.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3445E3", + "traits": "", + "metrics": { + "Yield": 86.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3216E3", + "traits": "", + "metrics": { + "Yield": 86.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143486" + ], + "fetched_at": "2026-05-27T02:22:02.985842+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143486.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143486.md new file mode 100644 index 00000000..5ff0f2a5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143486.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Armington, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** Armington +- **Year:** 2024 +- **Plot ID:** 143486 +- **Cooperator:** Jeff Lough +- **Planted:** 2024-04-15 +- **Harvested:** 2024-09-27 +- **Plot average:** 83.7 BU/Ac +- **Coordinates:** 40.34514, -89.36230 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143486 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3688E3 | - | 88.5 | +| 2 | LG Seeds | LGS3804E3 | - | 87.5 | +| 3 | LG Seeds | LGS3000E3 | - | 87.2 | +| 4 | LG Seeds | LGS3445E3 | - | 86.9 | +| 5 | LG Seeds | LGS3216E3 | - | 86.3 | + +Top 5 by Yield: LGS3688E3 (LG Seeds) 88.5, LGS3804E3 (LG Seeds) 87.5, LGS3000E3 (LG Seeds) 87.2, LGS3445E3 (LG Seeds) 86.9, LGS3216E3 (LG Seeds) 86.3. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143489.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143489.json new file mode 100644 index 00000000..2d07715d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143489.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143489", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Sandusky", + "year": 2024, + "plot_id": "143489", + "lat": 43.36301, + "lng": -82.84625, + "cooperator": "Dan Hale", + "salesperson": "Dan Hale", + "planted_date": "2024-05-23", + "harvested_date": "2024-10-04", + "plot_average": 59.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 63.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LS19E453N", + "traits": "", + "metrics": { + "Yield": 63.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2348E3", + "traits": "", + "metrics": { + "Yield": 61.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 60.8 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DF3225NE3", + "traits": "", + "metrics": { + "Yield": 60.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143489" + ], + "fetched_at": "2026-05-27T02:21:56.193416+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143489.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143489.md new file mode 100644 index 00000000..2e602efa --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143489.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Sandusky, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Michigan (MI) +- **City:** Sandusky +- **Year:** 2024 +- **Plot ID:** 143489 +- **Cooperator:** Dan Hale +- **Planted:** 2024-05-23 +- **Harvested:** 2024-10-04 +- **Plot average:** 59.3 BU/Ac +- **Coordinates:** 43.36301, -82.84625 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143489 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1660E3 | - | 63.6 | +| 2 | Unknown | LS19E453N | - | 63.1 | +| 3 | LG Seeds | LGS2348E3 | - | 61.6 | +| 4 | LG Seeds | LGS1832E3 | - | 60.8 | +| 5 | Unknown | DF3225NE3 | - | 60.7 | + +Top 5 by Yield: LGS1660E3 (LG Seeds) 63.6, LS19E453N (Unknown) 63.1, LGS2348E3 (LG Seeds) 61.6, LGS1832E3 (LG Seeds) 60.8, DF3225NE3 (Unknown) 60.7. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143492.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143492.json new file mode 100644 index 00000000..564810e1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143492.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143492", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "Saybrook", + "year": 2024, + "plot_id": "143492", + "lat": 40.46028, + "lng": -88.53725, + "cooperator": "JC Zimmerman", + "salesperson": "JC Zimmerman", + "planted_date": "2024-05-11", + "harvested_date": "2024-10-03", + "plot_average": 93.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 99.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2881E3", + "traits": "", + "metrics": { + "Yield": 97.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3588XF", + "traits": "", + "metrics": { + "Yield": 96.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3105XF", + "traits": "", + "metrics": { + "Yield": 95.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3320XF", + "traits": "", + "metrics": { + "Yield": 95.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143492" + ], + "fetched_at": "2026-05-27T02:21:51.968254+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143492.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143492.md new file mode 100644 index 00000000..e654460c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143492.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Saybrook, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** Saybrook +- **Year:** 2024 +- **Plot ID:** 143492 +- **Cooperator:** JC Zimmerman +- **Planted:** 2024-05-11 +- **Harvested:** 2024-10-03 +- **Plot average:** 93.3 BU/Ac +- **Coordinates:** 40.46028, -88.53725 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143492 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2505E3 | - | 99.5 | +| 2 | LG Seeds | LGS2881E3 | - | 97.5 | +| 3 | LG Seeds | LGS3588XF | - | 96.2 | +| 4 | LG Seeds | LGS3105XF | - | 95.8 | +| 5 | LG Seeds | LGS3320XF | - | 95.7 | + +Top 5 by Yield: LGS2505E3 (LG Seeds) 99.5, LGS2881E3 (LG Seeds) 97.5, LGS3588XF (LG Seeds) 96.2, LGS3105XF (LG Seeds) 95.8, LGS3320XF (LG Seeds) 95.7. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143493.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143493.json new file mode 100644 index 00000000..94a5a5f7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143493.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143493", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Bay City", + "year": 2024, + "plot_id": "143493", + "lat": 43.53617, + "lng": -83.79876, + "cooperator": "B&G Seed Service", + "salesperson": "B&G Seed Service", + "planted_date": "2024-05-13", + "harvested_date": "2024-09-30", + "plot_average": 67.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 69.64 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 68.76 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 68.69 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 67.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2348E3", + "traits": "", + "metrics": { + "Yield": 66.36 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143493" + ], + "fetched_at": "2026-05-27T02:22:23.971995+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143493.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143493.md new file mode 100644 index 00000000..9f073d14 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143493.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Bay City, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Michigan (MI) +- **City:** Bay City +- **Year:** 2024 +- **Plot ID:** 143493 +- **Cooperator:** B&G Seed Service +- **Planted:** 2024-05-13 +- **Harvested:** 2024-09-30 +- **Plot average:** 67.4 BU/Ac +- **Coordinates:** 43.53617, -83.79876 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143493 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2505E3 | - | 69.64 | +| 2 | LG Seeds | LGS1832E3 | - | 68.76 | +| 3 | LG Seeds | LGS2001E3 | - | 68.69 | +| 4 | LG Seeds | LGS1660E3 | - | 67.9 | +| 5 | LG Seeds | LGS2348E3 | - | 66.36 | + +Top 5 by Yield: LGS2505E3 (LG Seeds) 69.64, LGS1832E3 (LG Seeds) 68.76, LGS2001E3 (LG Seeds) 68.69, LGS1660E3 (LG Seeds) 67.9, LGS2348E3 (LG Seeds) 66.36. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143519.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143519.json new file mode 100644 index 00000000..d9d6c4f7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143519.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143519", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Iola", + "year": 2024, + "plot_id": "143519", + "lat": 44.57725, + "lng": -89.14718, + "cooperator": "Cole Allred", + "salesperson": "Cole Allred", + "planted_date": "2024-05-10", + "harvested_date": "2024-10-02", + "plot_average": 54.4, + "results": [ + { + "rank": 1, + "brand": "NK", + "product": "15-G9E3S", + "traits": "", + "metrics": { + "Yield": 61.8 + } + }, + { + "rank": 2, + "brand": "NK", + "product": "18-R4E3", + "traits": "", + "metrics": { + "Yield": 54.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 53.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "HS18E30", + "traits": "", + "metrics": { + "Yield": 53.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "HS15E10", + "traits": "", + "metrics": { + "Yield": 53.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143519" + ], + "fetched_at": "2026-05-27T02:21:52.946722+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143519.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143519.md new file mode 100644 index 00000000..4ab33c05 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143519.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Iola, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** Iola +- **Year:** 2024 +- **Plot ID:** 143519 +- **Cooperator:** Cole Allred +- **Planted:** 2024-05-10 +- **Harvested:** 2024-10-02 +- **Plot average:** 54.4 BU/Ac +- **Coordinates:** 44.57725, -89.14718 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143519 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | NK | 15-G9E3S | - | 61.8 | +| 2 | NK | 18-R4E3 | - | 54.9 | +| 3 | LG Seeds | LGS1832E3 | - | 53.8 | +| 4 | Unknown | HS18E30 | - | 53.2 | +| 5 | Unknown | HS15E10 | - | 53.0 | + +Top 5 by Yield: 15-G9E3S (NK) 61.8, 18-R4E3 (NK) 54.9, LGS1832E3 (LG Seeds) 53.8, HS18E30 (Unknown) 53.2, HS15E10 (Unknown) 53.0. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143523.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143523.json new file mode 100644 index 00000000..7c7456a1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143523.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143523", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Hutchinson ", + "year": 2024, + "plot_id": "143523", + "lat": 44.86263, + "lng": -94.33528, + "cooperator": "Hutchinson Coop", + "salesperson": "Hutchinson Coop", + "planted_date": "2024-05-22", + "harvested_date": "2024-10-07", + "plot_average": 53.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 62.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "16E725", + "traits": "", + "metrics": { + "Yield": 61.5 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "18E825", + "traits": "", + "metrics": { + "Yield": 60.3 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "20E723", + "traits": "", + "metrics": { + "Yield": 57.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "22E435", + "traits": "", + "metrics": { + "Yield": 56.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143523" + ], + "fetched_at": "2026-05-27T02:22:00.687538+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143523.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143523.md new file mode 100644 index 00000000..755e57d0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143523.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Hutchinson , Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Hutchinson +- **Year:** 2024 +- **Plot ID:** 143523 +- **Cooperator:** Hutchinson Coop +- **Planted:** 2024-05-22 +- **Harvested:** 2024-10-07 +- **Plot average:** 53.7 BU/Ac +- **Coordinates:** 44.86263, -94.33528 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143523 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1832E3 | - | 62.0 | +| 2 | Unknown | 16E725 | - | 61.5 | +| 3 | Unknown | 18E825 | - | 60.3 | +| 4 | Unknown | 20E723 | - | 57.5 | +| 5 | Unknown | 22E435 | - | 56.4 | + +Top 5 by Yield: LGS1832E3 (LG Seeds) 62.0, 16E725 (Unknown) 61.5, 18E825 (Unknown) 60.3, 20E723 (Unknown) 57.5, 22E435 (Unknown) 56.4. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143530.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143530.json new file mode 100644 index 00000000..99b2a618 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143530.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143530", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Prairieburg", + "year": 2024, + "plot_id": "143530", + "lat": 42.2601, + "lng": -91.41945, + "cooperator": "Greif Farms", + "salesperson": "Greif Farms", + "planted_date": "2024-06-04", + "harvested_date": "2024-10-16", + "plot_average": 60.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2364XF", + "traits": "", + "metrics": { + "Yield": 69.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "31K14E3", + "traits": "", + "metrics": { + "Yield": 63.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 63.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2348E3", + "traits": "", + "metrics": { + "Yield": 63.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 62.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143530" + ], + "fetched_at": "2026-05-27T02:22:17.210477+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143530.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143530.md new file mode 100644 index 00000000..ae2c4b7d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143530.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Prairieburg, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Iowa (IA) +- **City:** Prairieburg +- **Year:** 2024 +- **Plot ID:** 143530 +- **Cooperator:** Greif Farms +- **Planted:** 2024-06-04 +- **Harvested:** 2024-10-16 +- **Plot average:** 60.6 BU/Ac +- **Coordinates:** 42.26010, -91.41945 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143530 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2364XF | - | 69.6 | +| 2 | Unknown | 31K14E3 | - | 63.7 | +| 3 | LG Seeds | LGS2505E3 | - | 63.5 | +| 4 | LG Seeds | LGS2348E3 | - | 63.4 | +| 5 | LG Seeds | LGS3000E3 | - | 62.9 | + +Top 5 by Yield: LGS2364XF (LG Seeds) 69.6, 31K14E3 (Unknown) 63.7, LGS2505E3 (LG Seeds) 63.5, LGS2348E3 (LG Seeds) 63.4, LGS3000E3 (LG Seeds) 62.9. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143548.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143548.json new file mode 100644 index 00000000..5c799d52 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143548.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143548", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Lakeview", + "year": 2024, + "plot_id": "143548", + "lat": 40.55369, + "lng": -83.89683, + "cooperator": "Brian Myers", + "salesperson": "Brian Myers", + "planted_date": "2024-06-04", + "harvested_date": "2024-10-16", + "plot_average": 46.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3804E3", + "traits": "", + "metrics": { + "Yield": 50.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3105XF", + "traits": "", + "metrics": { + "Yield": 49.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2881E3", + "traits": "", + "metrics": { + "Yield": 49.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 48.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3098XF", + "traits": "", + "metrics": { + "Yield": 48.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143548" + ], + "fetched_at": "2026-05-27T02:22:20.715539+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143548.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143548.md new file mode 100644 index 00000000..5d9e8c50 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143548.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Lakeview, Ohio, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Ohio (OH) +- **City:** Lakeview +- **Year:** 2024 +- **Plot ID:** 143548 +- **Cooperator:** Brian Myers +- **Planted:** 2024-06-04 +- **Harvested:** 2024-10-16 +- **Plot average:** 46.5 BU/Ac +- **Coordinates:** 40.55369, -83.89683 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143548 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3804E3 | - | 50.7 | +| 2 | LG Seeds | LGS3105XF | - | 49.6 | +| 3 | LG Seeds | LGS2881E3 | - | 49.2 | +| 4 | LG Seeds | LGS2505E3 | - | 48.4 | +| 5 | LG Seeds | LGS3098XF | - | 48.1 | + +Top 5 by Yield: LGS3804E3 (LG Seeds) 50.7, LGS3105XF (LG Seeds) 49.6, LGS2881E3 (LG Seeds) 49.2, LGS2505E3 (LG Seeds) 48.4, LGS3098XF (LG Seeds) 48.1. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143567.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143567.json new file mode 100644 index 00000000..2f701635 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143567.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143567", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Hastings", + "year": 2024, + "plot_id": "143567", + "lat": 42.70232, + "lng": -85.21096, + "cooperator": "Louie Wierenga", + "salesperson": "Louie Wierenga", + "planted_date": "2024-05-31", + "harvested_date": "2024-10-10", + "plot_average": 59.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 65.83 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P21Z71E", + "traits": "", + "metrics": { + "Yield": 64.31 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "20K12E3", + "traits": "", + "metrics": { + "Yield": 63.04 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "19EC12", + "traits": "", + "metrics": { + "Yield": 62.8 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DF3211NE3", + "traits": "", + "metrics": { + "Yield": 61.84 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143567" + ], + "fetched_at": "2026-05-27T02:21:54.457010+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143567.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143567.md new file mode 100644 index 00000000..3dabc9aa --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143567.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Hastings, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Michigan (MI) +- **City:** Hastings +- **Year:** 2024 +- **Plot ID:** 143567 +- **Cooperator:** Louie Wierenga +- **Planted:** 2024-05-31 +- **Harvested:** 2024-10-10 +- **Plot average:** 59.1 BU/Ac +- **Coordinates:** 42.70232, -85.21096 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143567 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1551E3 | - | 65.83 | +| 2 | Pioneer | P21Z71E | - | 64.31 | +| 3 | Unknown | 20K12E3 | - | 63.04 | +| 4 | Unknown | 19EC12 | - | 62.8 | +| 5 | Unknown | DF3211NE3 | - | 61.84 | + +Top 5 by Yield: LGS1551E3 (LG Seeds) 65.83, P21Z71E (Pioneer) 64.31, 20K12E3 (Unknown) 63.04, 19EC12 (Unknown) 62.8, DF3211NE3 (Unknown) 61.84. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143578.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143578.json new file mode 100644 index 00000000..61d833f9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143578.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143578", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "Elmwood ", + "year": 2024, + "plot_id": "143578", + "lat": 40.83329, + "lng": -90.0321, + "cooperator": "Lynn Shissler", + "salesperson": "Lynn Shissler", + "planted_date": "2024-05-21", + "harvested_date": "2024-10-09", + "plot_average": 68.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3588XF", + "traits": "", + "metrics": { + "Yield": 77.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3715XF", + "traits": "", + "metrics": { + "Yield": 75.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3784XF", + "traits": "", + "metrics": { + "Yield": 70.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3105XF", + "traits": "", + "metrics": { + "Yield": 67.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3320XF", + "traits": "", + "metrics": { + "Yield": 67.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143578" + ], + "fetched_at": "2026-05-27T02:22:09.954431+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143578.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143578.md new file mode 100644 index 00000000..e074d5b0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143578.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Elmwood , Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** Elmwood +- **Year:** 2024 +- **Plot ID:** 143578 +- **Cooperator:** Lynn Shissler +- **Planted:** 2024-05-21 +- **Harvested:** 2024-10-09 +- **Plot average:** 68.2 BU/Ac +- **Coordinates:** 40.83329, -90.03210 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143578 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3588XF | - | 77.9 | +| 2 | LG Seeds | LGS3715XF | - | 75.6 | +| 3 | LG Seeds | LGS3784XF | - | 70.2 | +| 4 | LG Seeds | LGS3105XF | - | 67.8 | +| 5 | LG Seeds | LGS3320XF | - | 67.5 | + +Top 5 by Yield: LGS3588XF (LG Seeds) 77.9, LGS3715XF (LG Seeds) 75.6, LGS3784XF (LG Seeds) 70.2, LGS3105XF (LG Seeds) 67.8, LGS3320XF (LG Seeds) 67.5. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143590.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143590.json new file mode 100644 index 00000000..2553da4f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143590.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143590", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "South HAVEN", + "year": 2024, + "plot_id": "143590", + "lat": 45.28323, + "lng": -94.22705, + "cooperator": "Muehring Seed", + "salesperson": "Muehring Seed", + "planted_date": "2024-05-30", + "harvested_date": "2024-10-11", + "plot_average": 51.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "GH0815E3", + "traits": "", + "metrics": { + "Yield": 57.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "GH1614E3", + "traits": "", + "metrics": { + "Yield": 53.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "GH1194E3", + "traits": "", + "metrics": { + "Yield": 53.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 53.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "2050E3", + "traits": "", + "metrics": { + "Yield": 52.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143590" + ], + "fetched_at": "2026-05-27T02:22:29.956375+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143590.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143590.md new file mode 100644 index 00000000..55993e1e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143590.md @@ -0,0 +1,28 @@ +# Soybean yield trial — South HAVEN, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** South HAVEN +- **Year:** 2024 +- **Plot ID:** 143590 +- **Cooperator:** Muehring Seed +- **Planted:** 2024-05-30 +- **Harvested:** 2024-10-11 +- **Plot average:** 51.7 BU/Ac +- **Coordinates:** 45.28323, -94.22705 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143590 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | GH0815E3 | - | 57.0 | +| 2 | Unknown | GH1614E3 | - | 53.9 | +| 3 | Unknown | GH1194E3 | - | 53.6 | +| 4 | LG Seeds | LGS1660E3 | - | 53.5 | +| 5 | Unknown | 2050E3 | - | 52.8 | + +Top 5 by Yield: GH0815E3 (Unknown) 57.0, GH1614E3 (Unknown) 53.9, GH1194E3 (Unknown) 53.6, LGS1660E3 (LG Seeds) 53.5, 2050E3 (Unknown) 52.8. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143614.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143614.json new file mode 100644 index 00000000..3da7c5b6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143614.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143614", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Stanley", + "year": 2024, + "plot_id": "143614", + "lat": 45.14109, + "lng": -90.92362, + "cooperator": "Larry Romanowski North", + "salesperson": "Larry Romanowski North", + "planted_date": "2024-05-17", + "harvested_date": "2024-10-17", + "plot_average": 54.2, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "XO1372E", + "traits": "", + "metrics": { + "Yield": 62.5 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P11Z72E", + "traits": "", + "metrics": { + "Yield": 62.0 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P13Z28E", + "traits": "", + "metrics": { + "Yield": 61.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DSR-1290E", + "traits": "", + "metrics": { + "Yield": 58.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "1224RXF", + "traits": "", + "metrics": { + "Yield": 58.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143614" + ], + "fetched_at": "2026-05-27T02:22:05.934293+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143614.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143614.md new file mode 100644 index 00000000..df1f3f0f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143614.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Stanley, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** Stanley +- **Year:** 2024 +- **Plot ID:** 143614 +- **Cooperator:** Larry Romanowski North +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-17 +- **Plot average:** 54.2 BU/Ac +- **Coordinates:** 45.14109, -90.92362 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143614 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | XO1372E | - | 62.5 | +| 2 | Pioneer | P11Z72E | - | 62.0 | +| 3 | Pioneer | P13Z28E | - | 61.9 | +| 4 | Unknown | DSR-1290E | - | 58.4 | +| 5 | Unknown | 1224RXF | - | 58.1 | + +Top 5 by Yield: XO1372E (Unknown) 62.5, P11Z72E (Pioneer) 62.0, P13Z28E (Pioneer) 61.9, DSR-1290E (Unknown) 58.4, 1224RXF (Unknown) 58.1. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143623.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143623.json new file mode 100644 index 00000000..8dae294e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143623.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143623", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Flandreau", + "year": 2024, + "plot_id": "143623", + "lat": 44.04874, + "lng": -96.57154, + "cooperator": "Marc Burggraff", + "salesperson": "Marc Burggraff", + "planted_date": "2024-05-17", + "harvested_date": "2024-10-18", + "plot_average": 58.2, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "AE1220", + "traits": "", + "metrics": { + "Yield": 66.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "AE1710", + "traits": "", + "metrics": { + "Yield": 65.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 64.7 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "AE1520", + "traits": "", + "metrics": { + "Yield": 64.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "13E335", + "traits": "", + "metrics": { + "Yield": 61.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143623" + ], + "fetched_at": "2026-05-27T02:22:14.685969+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143623.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143623.md new file mode 100644 index 00000000..e4e45f9c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143623.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Flandreau, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** South Dakota (SD) +- **City:** Flandreau +- **Year:** 2024 +- **Plot ID:** 143623 +- **Cooperator:** Marc Burggraff +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-18 +- **Plot average:** 58.2 BU/Ac +- **Coordinates:** 44.04874, -96.57154 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143623 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | AE1220 | - | 66.4 | +| 2 | Unknown | AE1710 | - | 65.5 | +| 3 | LG Seeds | LGS1660E3 | - | 64.7 | +| 4 | Unknown | AE1520 | - | 64.5 | +| 5 | Unknown | 13E335 | - | 61.7 | + +Top 5 by Yield: AE1220 (Unknown) 66.4, AE1710 (Unknown) 65.5, LGS1660E3 (LG Seeds) 64.7, AE1520 (Unknown) 64.5, 13E335 (Unknown) 61.7. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143651.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143651.json new file mode 100644 index 00000000..2ae46fe6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143651.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143651", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "White Lake", + "year": 2024, + "plot_id": "143651", + "lat": 43.71734, + "lng": -98.75109, + "cooperator": "Derek Glissendorf", + "salesperson": "Derek Glissendorf", + "planted_date": "2024-06-01", + "harvested_date": "2024-09-30", + "plot_average": 40.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1711XF", + "traits": "", + "metrics": { + "Yield": 46.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2054XF", + "traits": "", + "metrics": { + "Yield": 45.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2364XF", + "traits": "", + "metrics": { + "Yield": 42.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "GH2004XF", + "traits": "", + "metrics": { + "Yield": 42.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "GH2313XF", + "traits": "", + "metrics": { + "Yield": 41.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143651" + ], + "fetched_at": "2026-05-27T02:22:06.200129+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143651.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143651.md new file mode 100644 index 00000000..d13557d3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143651.md @@ -0,0 +1,28 @@ +# Soybean yield trial — White Lake, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** South Dakota (SD) +- **City:** White Lake +- **Year:** 2024 +- **Plot ID:** 143651 +- **Cooperator:** Derek Glissendorf +- **Planted:** 2024-06-01 +- **Harvested:** 2024-09-30 +- **Plot average:** 40.7 BU/Ac +- **Coordinates:** 43.71734, -98.75109 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143651 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1711XF | - | 46.9 | +| 2 | LG Seeds | LGS2054XF | - | 45.1 | +| 3 | LG Seeds | LGS2364XF | - | 42.2 | +| 4 | Unknown | GH2004XF | - | 42.2 | +| 5 | Unknown | GH2313XF | - | 41.4 | + +Top 5 by Yield: LGS1711XF (LG Seeds) 46.9, LGS2054XF (LG Seeds) 45.1, LGS2364XF (LG Seeds) 42.2, GH2004XF (Unknown) 42.2, GH2313XF (Unknown) 41.4. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143742.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143742.json new file mode 100644 index 00000000..e5f7b710 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143742.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143742", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Lewisville", + "year": 2024, + "plot_id": "143742", + "lat": 43.92933, + "lng": -94.42933, + "cooperator": "Tri-County Seed", + "salesperson": "Tri-County Seed", + "planted_date": "2024-06-14", + "harvested_date": "2024-10-07", + "plot_average": 39.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "22EG02", + "traits": "", + "metrics": { + "Yield": 48.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "17EE32", + "traits": "", + "metrics": { + "Yield": 43.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 43.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "21EG32", + "traits": "", + "metrics": { + "Yield": 42.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 38.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143742" + ], + "fetched_at": "2026-05-27T02:22:00.946601+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143742.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143742.md new file mode 100644 index 00000000..a2d5fcae --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143742.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Lewisville, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Lewisville +- **Year:** 2024 +- **Plot ID:** 143742 +- **Cooperator:** Tri-County Seed +- **Planted:** 2024-06-14 +- **Harvested:** 2024-10-07 +- **Plot average:** 39.7 BU/Ac +- **Coordinates:** 43.92933, -94.42933 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143742 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 22EG02 | - | 48.0 | +| 2 | Unknown | 17EE32 | - | 43.6 | +| 3 | LG Seeds | LGS2001E3 | - | 43.1 | +| 4 | Unknown | 21EG32 | - | 42.5 | +| 5 | LG Seeds | LGS1832E3 | - | 38.8 | + +Top 5 by Yield: 22EG02 (Unknown) 48.0, 17EE32 (Unknown) 43.6, LGS2001E3 (LG Seeds) 43.1, 21EG32 (Unknown) 42.5, LGS1832E3 (LG Seeds) 38.8. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143778.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143778.json new file mode 100644 index 00000000..9fd805ee --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143778.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143778", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Iowa", + "state_abbrev": "ia", + "city": "New Providence", + "year": 2024, + "plot_id": "143778", + "lat": 42.23816, + "lng": -93.20049, + "cooperator": "Norman Seeds", + "salesperson": "Norman Seeds", + "planted_date": "2024-05-15", + "harvested_date": "2024-10-04", + "plot_average": 68.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 71.95 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 71.91 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2348E3", + "traits": "", + "metrics": { + "Yield": 70.96 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 70.87 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 70.23 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143778" + ], + "fetched_at": "2026-05-27T02:21:58.703530+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143778.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143778.md new file mode 100644 index 00000000..f9761cd4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143778.md @@ -0,0 +1,28 @@ +# Soybean yield trial — New Providence, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Iowa (IA) +- **City:** New Providence +- **Year:** 2024 +- **Plot ID:** 143778 +- **Cooperator:** Norman Seeds +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-04 +- **Plot average:** 68.3 BU/Ac +- **Coordinates:** 42.23816, -93.20049 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143778 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2001E3 | - | 71.95 | +| 2 | LG Seeds | LGS1832E3 | - | 71.91 | +| 3 | LG Seeds | LGS2348E3 | - | 70.96 | +| 4 | LG Seeds | LGS2505E3 | - | 70.87 | +| 5 | LG Seeds | LGS3000E3 | - | 70.23 | + +Top 5 by Yield: LGS2001E3 (LG Seeds) 71.95, LGS1832E3 (LG Seeds) 71.91, LGS2348E3 (LG Seeds) 70.96, LGS2505E3 (LG Seeds) 70.87, LGS3000E3 (LG Seeds) 70.23. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143799.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143799.json new file mode 100644 index 00000000..0a048093 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143799.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143799", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Ithaca", + "year": 2024, + "plot_id": "143799", + "lat": 41.1022, + "lng": -96.53525, + "cooperator": "Bob Bartek", + "salesperson": "Bob Bartek", + "planted_date": "2024-05-29", + "harvested_date": "2024-10-10", + "plot_average": 76.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2334XF", + "traits": "", + "metrics": { + "Yield": 87.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2554XF", + "traits": "", + "metrics": { + "Yield": 79.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3105XF", + "traits": "", + "metrics": { + "Yield": 76.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3715XF", + "traits": "", + "metrics": { + "Yield": 76.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3098XF", + "traits": "", + "metrics": { + "Yield": 75.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143799" + ], + "fetched_at": "2026-05-27T02:22:16.209408+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143799.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143799.md new file mode 100644 index 00000000..1ff80eac --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143799.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Ithaca, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Nebraska (NE) +- **City:** Ithaca +- **Year:** 2024 +- **Plot ID:** 143799 +- **Cooperator:** Bob Bartek +- **Planted:** 2024-05-29 +- **Harvested:** 2024-10-10 +- **Plot average:** 76.8 BU/Ac +- **Coordinates:** 41.10220, -96.53525 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143799 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2334XF | - | 87.7 | +| 2 | LG Seeds | LGS2554XF | - | 79.4 | +| 3 | LG Seeds | LGS3105XF | - | 76.2 | +| 4 | LG Seeds | LGS3715XF | - | 76.1 | +| 5 | LG Seeds | LGS3098XF | - | 75.9 | + +Top 5 by Yield: LGS2334XF (LG Seeds) 87.7, LGS2554XF (LG Seeds) 79.4, LGS3105XF (LG Seeds) 76.2, LGS3715XF (LG Seeds) 76.1, LGS3098XF (LG Seeds) 75.9. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143811.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143811.json new file mode 100644 index 00000000..77ee0713 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143811.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143811", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Marshall", + "year": 2024, + "plot_id": "143811", + "lat": 44.44478, + "lng": -95.83529, + "cooperator": "Mike Mortier", + "salesperson": "Mike Mortier", + "planted_date": "2024-05-17", + "harvested_date": "2024-10-02", + "plot_average": 64.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2348E3", + "traits": "", + "metrics": { + "Yield": 70.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "19K08E3", + "traits": "", + "metrics": { + "Yield": 69.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "20K12E3", + "traits": "", + "metrics": { + "Yield": 68.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 68.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 68.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143811" + ], + "fetched_at": "2026-05-27T02:22:20.462128+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143811.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143811.md new file mode 100644 index 00000000..50ba44ea --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143811.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Marshall, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Marshall +- **Year:** 2024 +- **Plot ID:** 143811 +- **Cooperator:** Mike Mortier +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-02 +- **Plot average:** 64.7 BU/Ac +- **Coordinates:** 44.44478, -95.83529 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143811 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2348E3 | - | 70.3 | +| 2 | Unknown | 19K08E3 | - | 69.2 | +| 3 | Unknown | 20K12E3 | - | 68.7 | +| 4 | LG Seeds | LGS1660E3 | - | 68.7 | +| 5 | LG Seeds | LGS1832E3 | - | 68.1 | + +Top 5 by Yield: LGS2348E3 (LG Seeds) 70.3, 19K08E3 (Unknown) 69.2, 20K12E3 (Unknown) 68.7, LGS1660E3 (LG Seeds) 68.7, LGS1832E3 (LG Seeds) 68.1. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143815.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143815.json new file mode 100644 index 00000000..f1dff154 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143815.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143815", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Marshfield ", + "year": 2024, + "plot_id": "143815", + "lat": 44.6875, + "lng": -90.15059, + "cooperator": "Marshfield Ag", + "salesperson": "Marshfield Ag", + "planted_date": "2024-05-31", + "harvested_date": "2024-10-18", + "plot_average": 37.6, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "Unknown", + "traits": "", + "metrics": { + "Yield": 51.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS1043E3", + "traits": "", + "metrics": { + "Yield": 48.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "Unknown", + "traits": "", + "metrics": { + "Yield": 46.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "E0933", + "traits": "", + "metrics": { + "Yield": 41.3 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LS112-24E3", + "traits": "", + "metrics": { + "Yield": 40.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143815" + ], + "fetched_at": "2026-05-27T02:22:18.715352+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143815.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143815.md new file mode 100644 index 00000000..7ec5de74 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143815.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Marshfield , Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** Marshfield +- **Year:** 2024 +- **Plot ID:** 143815 +- **Cooperator:** Marshfield Ag +- **Planted:** 2024-05-31 +- **Harvested:** 2024-10-18 +- **Plot average:** 37.6 BU/Ac +- **Coordinates:** 44.68750, -90.15059 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143815 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | Unknown | - | 51.0 | +| 2 | LG Seeds | LGS1043E3 | - | 48.4 | +| 3 | Unknown | Unknown | - | 46.5 | +| 4 | Unknown | E0933 | - | 41.3 | +| 5 | Unknown | LS112-24E3 | - | 40.0 | + +Top 5 by Yield: Unknown (Unknown) 51.0, LGS1043E3 (LG Seeds) 48.4, Unknown (Unknown) 46.5, E0933 (Unknown) 41.3, LS112-24E3 (Unknown) 40.0. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143832.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143832.json new file mode 100644 index 00000000..c6505905 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143832.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143832", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Owosso", + "year": 2024, + "plot_id": "143832", + "lat": 43.05767, + "lng": -84.0816, + "cooperator": "Caleb Symons", + "salesperson": "Caleb Symons", + "planted_date": "2024-05-21", + "harvested_date": "2024-10-06", + "plot_average": 56.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1585XF", + "traits": "", + "metrics": { + "Yield": 65.15 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 64.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2348E3", + "traits": "", + "metrics": { + "Yield": 64.39 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 59.36 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "S20EN92", + "traits": "", + "metrics": { + "Yield": 59.31 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143832" + ], + "fetched_at": "2026-05-27T02:22:22.470791+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143832.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143832.md new file mode 100644 index 00000000..a7b2a210 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143832.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Owosso, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Michigan (MI) +- **City:** Owosso +- **Year:** 2024 +- **Plot ID:** 143832 +- **Cooperator:** Caleb Symons +- **Planted:** 2024-05-21 +- **Harvested:** 2024-10-06 +- **Plot average:** 56.4 BU/Ac +- **Coordinates:** 43.05767, -84.08160 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143832 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1585XF | - | 65.15 | +| 2 | LG Seeds | LGS1832E3 | - | 64.5 | +| 3 | LG Seeds | LGS2348E3 | - | 64.39 | +| 4 | LG Seeds | LGS1660E3 | - | 59.36 | +| 5 | Unknown | S20EN92 | - | 59.31 | + +Top 5 by Yield: LGS1585XF (LG Seeds) 65.15, LGS1832E3 (LG Seeds) 64.5, LGS2348E3 (LG Seeds) 64.39, LGS1660E3 (LG Seeds) 59.36, S20EN92 (Unknown) 59.31. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143847.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143847.json new file mode 100644 index 00000000..ee24ba61 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143847.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143847", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Atlanta", + "year": 2024, + "plot_id": "143847", + "lat": 37.39701, + "lng": -96.74954, + "cooperator": "Roy Hervey", + "salesperson": "Roy Hervey", + "planted_date": "2024-06-06", + "harvested_date": "2024-10-17", + "plot_average": 43.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS4810XF", + "traits": "", + "metrics": { + "Yield": 52.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS4862XF", + "traits": "", + "metrics": { + "Yield": 50.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS4833E3", + "traits": "", + "metrics": { + "Yield": 45.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS5390XF", + "traits": "", + "metrics": { + "Yield": 41.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS4640XF", + "traits": "", + "metrics": { + "Yield": 40.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143847" + ], + "fetched_at": "2026-05-27T02:22:27.476892+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143847.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143847.md new file mode 100644 index 00000000..70178ad5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143847.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Atlanta, Kansas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Kansas (KS) +- **City:** Atlanta +- **Year:** 2024 +- **Plot ID:** 143847 +- **Cooperator:** Roy Hervey +- **Planted:** 2024-06-06 +- **Harvested:** 2024-10-17 +- **Plot average:** 43.7 BU/Ac +- **Coordinates:** 37.39701, -96.74954 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143847 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS4810XF | - | 52.6 | +| 2 | LG Seeds | LGS4862XF | - | 50.1 | +| 3 | LG Seeds | LGS4833E3 | - | 45.8 | +| 4 | LG Seeds | LGS5390XF | - | 41.0 | +| 5 | LG Seeds | LGS4640XF | - | 40.5 | + +Top 5 by Yield: LGS4810XF (LG Seeds) 52.6, LGS4862XF (LG Seeds) 50.1, LGS4833E3 (LG Seeds) 45.8, LGS5390XF (LG Seeds) 41.0, LGS4640XF (LG Seeds) 40.5. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143849.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143849.json new file mode 100644 index 00000000..79504aa9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143849.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143849", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Hillsboro ", + "year": 2024, + "plot_id": "143849", + "lat": 38.32338, + "lng": -97.1676, + "cooperator": "Galen Ensz", + "salesperson": "Galen Ensz", + "planted_date": "2024-06-06", + "harvested_date": "2024-10-09", + "plot_average": 47.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS4440E3", + "traits": "", + "metrics": { + "Yield": 51.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LGS4440E3", + "traits": "", + "metrics": { + "Yield": 51.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS4180E3", + "traits": "", + "metrics": { + "Yield": 46.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS4833E3", + "traits": "", + "metrics": { + "Yield": 45.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS4654E3", + "traits": "", + "metrics": { + "Yield": 44.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143849" + ], + "fetched_at": "2026-05-27T02:21:59.478953+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143849.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143849.md new file mode 100644 index 00000000..8879ac2a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143849.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Hillsboro , Kansas, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Kansas (KS) +- **City:** Hillsboro +- **Year:** 2024 +- **Plot ID:** 143849 +- **Cooperator:** Galen Ensz +- **Planted:** 2024-06-06 +- **Harvested:** 2024-10-09 +- **Plot average:** 47.1 BU/Ac +- **Coordinates:** 38.32338, -97.16760 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143849 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS4440E3 | - | 51.2 | +| 2 | Unknown | LGS4440E3 | - | 51.1 | +| 3 | LG Seeds | LGS4180E3 | - | 46.6 | +| 4 | LG Seeds | LGS4833E3 | - | 45.2 | +| 5 | LG Seeds | LGS4654E3 | - | 44.6 | + +Top 5 by Yield: LGS4440E3 (LG Seeds) 51.2, LGS4440E3 (Unknown) 51.1, LGS4180E3 (LG Seeds) 46.6, LGS4833E3 (LG Seeds) 45.2, LGS4654E3 (LG Seeds) 44.6. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143890.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143890.json new file mode 100644 index 00000000..4b3c7394 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143890.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143890", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Michigan", + "state_abbrev": "mi", + "city": "AuGres ", + "year": 2024, + "plot_id": "143890", + "lat": 44.08399, + "lng": -83.68591, + "cooperator": "Devin Huber", + "salesperson": "Devin Huber", + "planted_date": "2024-06-01", + "harvested_date": "2024-10-03", + "plot_average": 58.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2348E3", + "traits": "", + "metrics": { + "Yield": 62.74 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2054XF", + "traits": "", + "metrics": { + "Yield": 62.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1585XF", + "traits": "", + "metrics": { + "Yield": 61.91 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1385XF", + "traits": "", + "metrics": { + "Yield": 61.37 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "19K08E3", + "traits": "", + "metrics": { + "Yield": 60.54 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143890" + ], + "fetched_at": "2026-05-27T02:22:22.708714+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143890.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143890.md new file mode 100644 index 00000000..4bc15826 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143890.md @@ -0,0 +1,28 @@ +# Soybean yield trial — AuGres , Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Michigan (MI) +- **City:** AuGres +- **Year:** 2024 +- **Plot ID:** 143890 +- **Cooperator:** Devin Huber +- **Planted:** 2024-06-01 +- **Harvested:** 2024-10-03 +- **Plot average:** 58.9 BU/Ac +- **Coordinates:** 44.08399, -83.68591 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143890 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2348E3 | - | 62.74 | +| 2 | LG Seeds | LGS2054XF | - | 62.5 | +| 3 | LG Seeds | LGS1585XF | - | 61.91 | +| 4 | LG Seeds | LGS1385XF | - | 61.37 | +| 5 | Unknown | 19K08E3 | - | 60.54 | + +Top 5 by Yield: LGS2348E3 (LG Seeds) 62.74, LGS2054XF (LG Seeds) 62.5, LGS1585XF (LG Seeds) 61.91, LGS1385XF (LG Seeds) 61.37, 19K08E3 (Unknown) 60.54. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143914.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143914.json new file mode 100644 index 00000000..0737ce49 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143914.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143914", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Hamil", + "year": 2024, + "plot_id": "143914", + "lat": 43.56758, + "lng": -99.60167, + "cooperator": "Trent Kubik", + "salesperson": "Trent Kubik", + "planted_date": "2024-06-16", + "harvested_date": "2024-10-31", + "plot_average": 31.2, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B194EE", + "traits": "", + "metrics": { + "Yield": 34.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 33.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B214EE", + "traits": "", + "metrics": { + "Yield": 33.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B264EE", + "traits": "", + "metrics": { + "Yield": 33.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "AG25XF3", + "traits": "", + "metrics": { + "Yield": 33.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143914" + ], + "fetched_at": "2026-05-27T02:22:15.185622+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143914.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143914.md new file mode 100644 index 00000000..8815b01e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143914.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Hamil, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** South Dakota (SD) +- **City:** Hamil +- **Year:** 2024 +- **Plot ID:** 143914 +- **Cooperator:** Trent Kubik +- **Planted:** 2024-06-16 +- **Harvested:** 2024-10-31 +- **Plot average:** 31.2 BU/Ac +- **Coordinates:** 43.56758, -99.60167 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143914 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B194EE | - | 34.2 | +| 2 | LG Seeds | LGS2505E3 | - | 33.6 | +| 3 | Unknown | B214EE | - | 33.4 | +| 4 | Unknown | B264EE | - | 33.1 | +| 5 | Unknown | AG25XF3 | - | 33.0 | + +Top 5 by Yield: B194EE (Unknown) 34.2, LGS2505E3 (LG Seeds) 33.6, B214EE (Unknown) 33.4, B264EE (Unknown) 33.1, AG25XF3 (Unknown) 33.0. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143918.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143918.json new file mode 100644 index 00000000..d0deb10d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143918.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143918", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Lake Andes", + "year": 2024, + "plot_id": "143918", + "lat": 43.2142, + "lng": -98.60555, + "cooperator": "Ray Johanneson", + "salesperson": "Ray Johanneson", + "planted_date": "2024-06-01", + "harvested_date": "2024-10-15", + "plot_average": 55.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2364XF", + "traits": "", + "metrics": { + "Yield": 62.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2334XF", + "traits": "", + "metrics": { + "Yield": 58.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2054XF", + "traits": "", + "metrics": { + "Yield": 58.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2995XF", + "traits": "", + "metrics": { + "Yield": 49.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2554XF", + "traits": "", + "metrics": { + "Yield": 49.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143918" + ], + "fetched_at": "2026-05-27T02:22:21.964411+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143918.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143918.md new file mode 100644 index 00000000..056e850e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143918.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Lake Andes, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** South Dakota (SD) +- **City:** Lake Andes +- **Year:** 2024 +- **Plot ID:** 143918 +- **Cooperator:** Ray Johanneson +- **Planted:** 2024-06-01 +- **Harvested:** 2024-10-15 +- **Plot average:** 55.9 BU/Ac +- **Coordinates:** 43.21420, -98.60555 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143918 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2364XF | - | 62.2 | +| 2 | LG Seeds | LGS2334XF | - | 58.2 | +| 3 | LG Seeds | LGS2054XF | - | 58.1 | +| 4 | LG Seeds | LGS2995XF | - | 49.9 | +| 5 | LG Seeds | LGS2554XF | - | 49.8 | + +Top 5 by Yield: LGS2364XF (LG Seeds) 62.2, LGS2334XF (LG Seeds) 58.2, LGS2054XF (LG Seeds) 58.1, LGS2995XF (LG Seeds) 49.9, LGS2554XF (LG Seeds) 49.8. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143926.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143926.json new file mode 100644 index 00000000..a7ebbb34 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143926.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143926", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Holdrege ", + "year": 2024, + "plot_id": "143926", + "lat": 40.40766, + "lng": -99.24301, + "cooperator": "Kirk Nelson", + "salesperson": "Kirk Nelson", + "planted_date": "2024-05-14", + "harvested_date": "2024-10-10", + "plot_average": 81.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2364XF", + "traits": "", + "metrics": { + "Yield": 84.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2554XF", + "traits": "", + "metrics": { + "Yield": 83.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2850XF", + "traits": "", + "metrics": { + "Yield": 83.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3320XF", + "traits": "", + "metrics": { + "Yield": 80.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3098XF", + "traits": "", + "metrics": { + "Yield": 74.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143926" + ], + "fetched_at": "2026-05-27T02:21:52.707101+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143926.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143926.md new file mode 100644 index 00000000..e872e5c7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143926.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Holdrege , Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Nebraska (NE) +- **City:** Holdrege +- **Year:** 2024 +- **Plot ID:** 143926 +- **Cooperator:** Kirk Nelson +- **Planted:** 2024-05-14 +- **Harvested:** 2024-10-10 +- **Plot average:** 81.3 BU/Ac +- **Coordinates:** 40.40766, -99.24301 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143926 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2364XF | - | 84.7 | +| 2 | LG Seeds | LGS2554XF | - | 83.9 | +| 3 | LG Seeds | LGS2850XF | - | 83.2 | +| 4 | LG Seeds | LGS3320XF | - | 80.4 | +| 5 | LG Seeds | LGS3098XF | - | 74.4 | + +Top 5 by Yield: LGS2364XF (LG Seeds) 84.7, LGS2554XF (LG Seeds) 83.9, LGS2850XF (LG Seeds) 83.2, LGS3320XF (LG Seeds) 80.4, LGS3098XF (LG Seeds) 74.4. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143942.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143942.json new file mode 100644 index 00000000..79d68660 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143942.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143942", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "Avon", + "year": 2024, + "plot_id": "143942", + "lat": 40.83329, + "lng": -90.0321, + "cooperator": "Sam Serven", + "salesperson": "Sam Serven", + "planted_date": "2024-05-19", + "harvested_date": "2024-10-03", + "plot_average": 77.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "Unknown", + "traits": "", + "metrics": { + "Yield": 83.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "Unknown", + "traits": "", + "metrics": { + "Yield": 83.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3688E3", + "traits": "", + "metrics": { + "Yield": 78.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3804E3", + "traits": "", + "metrics": { + "Yield": 78.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "AE3720S", + "traits": "", + "metrics": { + "Yield": 77.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143942" + ], + "fetched_at": "2026-05-27T02:22:10.195754+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143942.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143942.md new file mode 100644 index 00000000..5fee2231 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143942.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Avon, Illinois, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** Avon +- **Year:** 2024 +- **Plot ID:** 143942 +- **Cooperator:** Sam Serven +- **Planted:** 2024-05-19 +- **Harvested:** 2024-10-03 +- **Plot average:** 77.7 BU/Ac +- **Coordinates:** 40.83329, -90.03210 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143942 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | Unknown | - | 83.5 | +| 2 | Unknown | Unknown | - | 83.1 | +| 3 | LG Seeds | LGS3688E3 | - | 78.9 | +| 4 | LG Seeds | LGS3804E3 | - | 78.1 | +| 5 | Unknown | AE3720S | - | 77.9 | + +Top 5 by Yield: Unknown (Unknown) 83.5, Unknown (Unknown) 83.1, LGS3688E3 (LG Seeds) 78.9, LGS3804E3 (LG Seeds) 78.1, AE3720S (Unknown) 77.9. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143952.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143952.json new file mode 100644 index 00000000..40b3a1c6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143952.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143952", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Charlotte", + "year": 2024, + "plot_id": "143952", + "lat": 41.87055, + "lng": -90.45441, + "cooperator": "Steve Diedrich", + "salesperson": "Steve Diedrich", + "planted_date": "2024-05-18", + "harvested_date": "2024-10-07", + "plot_average": 75.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "26N08E", + "traits": "", + "metrics": { + "Yield": 81.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2881E3", + "traits": "", + "metrics": { + "Yield": 80.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "30N06E", + "traits": "", + "metrics": { + "Yield": 79.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 79.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "24N05E", + "traits": "", + "metrics": { + "Yield": 78.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143952" + ], + "fetched_at": "2026-05-27T02:22:21.465715+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143952.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143952.md new file mode 100644 index 00000000..99767de8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143952.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Charlotte, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Iowa (IA) +- **City:** Charlotte +- **Year:** 2024 +- **Plot ID:** 143952 +- **Cooperator:** Steve Diedrich +- **Planted:** 2024-05-18 +- **Harvested:** 2024-10-07 +- **Plot average:** 75.8 BU/Ac +- **Coordinates:** 41.87055, -90.45441 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143952 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 26N08E | - | 81.3 | +| 2 | LG Seeds | LGS2881E3 | - | 80.0 | +| 3 | Unknown | 30N06E | - | 79.8 | +| 4 | LG Seeds | LGS3000E3 | - | 79.1 | +| 5 | Unknown | 24N05E | - | 78.4 | + +Top 5 by Yield: 26N08E (Unknown) 81.3, LGS2881E3 (LG Seeds) 80.0, 30N06E (Unknown) 79.8, LGS3000E3 (LG Seeds) 79.1, 24N05E (Unknown) 78.4. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143953.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143953.json new file mode 100644 index 00000000..cbe7768c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143953.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143953", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Clark", + "year": 2024, + "plot_id": "143953", + "lat": 44.85428, + "lng": -97.55393, + "cooperator": "Dave Johnson", + "salesperson": "Dave Johnson", + "planted_date": "2024-05-19", + "harvested_date": "2024-10-04", + "plot_average": 57.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "11EC02", + "traits": "", + "metrics": { + "Yield": 66.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "J1710E3", + "traits": "", + "metrics": { + "Yield": 64.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "JAE1520E3", + "traits": "", + "metrics": { + "Yield": 63.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "15EE32", + "traits": "", + "metrics": { + "Yield": 62.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "13EG23", + "traits": "", + "metrics": { + "Yield": 60.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143953" + ], + "fetched_at": "2026-05-27T02:22:22.959676+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143953.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143953.md new file mode 100644 index 00000000..d133b6af --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143953.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Clark, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** South Dakota (SD) +- **City:** Clark +- **Year:** 2024 +- **Plot ID:** 143953 +- **Cooperator:** Dave Johnson +- **Planted:** 2024-05-19 +- **Harvested:** 2024-10-04 +- **Plot average:** 57.8 BU/Ac +- **Coordinates:** 44.85428, -97.55393 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143953 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 11EC02 | - | 66.2 | +| 2 | Unknown | J1710E3 | - | 64.3 | +| 3 | Unknown | JAE1520E3 | - | 63.8 | +| 4 | Unknown | 15EE32 | - | 62.5 | +| 5 | Unknown | 13EG23 | - | 60.4 | + +Top 5 by Yield: 11EC02 (Unknown) 66.2, J1710E3 (Unknown) 64.3, JAE1520E3 (Unknown) 63.8, 15EE32 (Unknown) 62.5, 13EG23 (Unknown) 60.4. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143959.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-143959.json new file mode 100644 index 00000000..7015460f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143959.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-143959", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Watertown", + "year": 2024, + "plot_id": "143959", + "lat": 44.87532, + "lng": -97.31958, + "cooperator": "Lake Area Ag", + "salesperson": "Lake Area Ag", + "planted_date": "2024-05-20", + "harvested_date": "2024-09-29", + "plot_average": 55.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1385XF", + "traits": "", + "metrics": { + "Yield": 61.9 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "J1720E3", + "traits": "", + "metrics": { + "Yield": 59.99 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "13EH62", + "traits": "", + "metrics": { + "Yield": 59.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "GH0815E3", + "traits": "", + "metrics": { + "Yield": 59.31 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "GH1555XF", + "traits": "", + "metrics": { + "Yield": 58.99 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-143959" + ], + "fetched_at": "2026-05-27T02:22:00.452499+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-143959.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-143959.md new file mode 100644 index 00000000..a8e81a13 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-143959.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Watertown, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** South Dakota (SD) +- **City:** Watertown +- **Year:** 2024 +- **Plot ID:** 143959 +- **Cooperator:** Lake Area Ag +- **Planted:** 2024-05-20 +- **Harvested:** 2024-09-29 +- **Plot average:** 55.0 BU/Ac +- **Coordinates:** 44.87532, -97.31958 +- **URL:** https://lgseeds.com/performance/soybeans#plot-143959 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1385XF | - | 61.9 | +| 2 | Unknown | J1720E3 | - | 59.99 | +| 3 | Unknown | 13EH62 | - | 59.5 | +| 4 | Unknown | GH0815E3 | - | 59.31 | +| 5 | Unknown | GH1555XF | - | 58.99 | + +Top 5 by Yield: LGS1385XF (LG Seeds) 61.9, J1720E3 (Unknown) 59.99, 13EH62 (Unknown) 59.5, GH0815E3 (Unknown) 59.31, GH1555XF (Unknown) 58.99. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144009.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-144009.json new file mode 100644 index 00000000..ae3f90bf --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144009.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-144009", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Waubun ", + "year": 2024, + "plot_id": "144009", + "lat": 47.1251, + "lng": -95.52142, + "cooperator": "Chad Pazdernik", + "salesperson": "Chad Pazdernik", + "planted_date": "2024-05-19", + "harvested_date": "2024-10-09", + "plot_average": 50.1, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P04Z49E", + "traits": "", + "metrics": { + "Yield": 56.0 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P05Z60E", + "traits": "", + "metrics": { + "Yield": 55.0 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P06A38E", + "traits": "", + "metrics": { + "Yield": 55.0 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P04A98E", + "traits": "", + "metrics": { + "Yield": 54.0 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P009Z94E", + "traits": "", + "metrics": { + "Yield": 52.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-144009" + ], + "fetched_at": "2026-05-27T02:22:08.681988+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144009.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-144009.md new file mode 100644 index 00000000..b2e35e26 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144009.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Waubun , Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Waubun +- **Year:** 2024 +- **Plot ID:** 144009 +- **Cooperator:** Chad Pazdernik +- **Planted:** 2024-05-19 +- **Harvested:** 2024-10-09 +- **Plot average:** 50.1 BU/Ac +- **Coordinates:** 47.12510, -95.52142 +- **URL:** https://lgseeds.com/performance/soybeans#plot-144009 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P04Z49E | - | 56.0 | +| 2 | Pioneer | P05Z60E | - | 55.0 | +| 3 | Pioneer | P06A38E | - | 55.0 | +| 4 | Pioneer | P04A98E | - | 54.0 | +| 5 | Pioneer | P009Z94E | - | 52.0 | + +Top 5 by Yield: P04Z49E (Pioneer) 56.0, P05Z60E (Pioneer) 55.0, P06A38E (Pioneer) 55.0, P04A98E (Pioneer) 54.0, P009Z94E (Pioneer) 52.0. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144026.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-144026.json new file mode 100644 index 00000000..33d07ea4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144026.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-144026", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Rock valley", + "year": 2024, + "plot_id": "144026", + "lat": 43.27342, + "lng": -96.23182, + "cooperator": "Ag Inputs, Outlet LLC", + "salesperson": "Ag Inputs, Outlet LLC", + "planted_date": "2024-05-20", + "harvested_date": "2024-10-04", + "plot_average": 76.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2054XF", + "traits": "", + "metrics": { + "Yield": 81.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2364XF", + "traits": "", + "metrics": { + "Yield": 79.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1711XF", + "traits": "", + "metrics": { + "Yield": 77.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 76.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 75.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-144026" + ], + "fetched_at": "2026-05-27T02:22:04.215039+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144026.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-144026.md new file mode 100644 index 00000000..021f4b98 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144026.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Rock valley, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Iowa (IA) +- **City:** Rock valley +- **Year:** 2024 +- **Plot ID:** 144026 +- **Cooperator:** Ag Inputs, Outlet LLC +- **Planted:** 2024-05-20 +- **Harvested:** 2024-10-04 +- **Plot average:** 76.2 BU/Ac +- **Coordinates:** 43.27342, -96.23182 +- **URL:** https://lgseeds.com/performance/soybeans#plot-144026 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2054XF | - | 81.2 | +| 2 | LG Seeds | LGS2364XF | - | 79.0 | +| 3 | LG Seeds | LGS1711XF | - | 77.5 | +| 4 | LG Seeds | LGS2505E3 | - | 76.4 | +| 5 | LG Seeds | LGS1660E3 | - | 75.8 | + +Top 5 by Yield: LGS2054XF (LG Seeds) 81.2, LGS2364XF (LG Seeds) 79.0, LGS1711XF (LG Seeds) 77.5, LGS2505E3 (LG Seeds) 76.4, LGS1660E3 (LG Seeds) 75.8. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144028.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-144028.json new file mode 100644 index 00000000..defd5d74 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144028.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-144028", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Rock valley", + "year": 2024, + "plot_id": "144028", + "lat": 43.27342, + "lng": -96.23182, + "cooperator": "Willis Den Boer", + "salesperson": "Willis Den Boer", + "planted_date": "2024-05-20", + "harvested_date": "2024-10-04", + "plot_average": 71.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 73.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 71.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 71.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2348E3", + "traits": "", + "metrics": { + "Yield": 70.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 69.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-144028" + ], + "fetched_at": "2026-05-27T02:22:04.474140+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144028.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-144028.md new file mode 100644 index 00000000..fd298de6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144028.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Rock valley, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Iowa (IA) +- **City:** Rock valley +- **Year:** 2024 +- **Plot ID:** 144028 +- **Cooperator:** Willis Den Boer +- **Planted:** 2024-05-20 +- **Harvested:** 2024-10-04 +- **Plot average:** 71.0 BU/Ac +- **Coordinates:** 43.27342, -96.23182 +- **URL:** https://lgseeds.com/performance/soybeans#plot-144028 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2001E3 | - | 73.0 | +| 2 | LG Seeds | LGS1832E3 | - | 71.8 | +| 3 | LG Seeds | LGS2505E3 | - | 71.2 | +| 4 | LG Seeds | LGS2348E3 | - | 70.9 | +| 5 | LG Seeds | LGS1551E3 | - | 69.7 | + +Top 5 by Yield: LGS2001E3 (LG Seeds) 73.0, LGS1832E3 (LG Seeds) 71.8, LGS2505E3 (LG Seeds) 71.2, LGS2348E3 (LG Seeds) 70.9, LGS1551E3 (LG Seeds) 69.7. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144030.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-144030.json new file mode 100644 index 00000000..0eae25ca --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144030.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-144030", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Inwood", + "year": 2024, + "plot_id": "144030", + "lat": 43.25619, + "lng": -96.43062, + "cooperator": "Tracy Gayer", + "salesperson": "Tracy Gayer", + "planted_date": "2024-05-16", + "harvested_date": "2024-10-18", + "plot_average": 74.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1585XF", + "traits": "", + "metrics": { + "Yield": 79.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2364XF", + "traits": "", + "metrics": { + "Yield": 78.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2054XF", + "traits": "", + "metrics": { + "Yield": 76.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2025XF", + "traits": "", + "metrics": { + "Yield": 72.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1711XF", + "traits": "", + "metrics": { + "Yield": 72.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-144030" + ], + "fetched_at": "2026-05-27T02:22:14.463631+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144030.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-144030.md new file mode 100644 index 00000000..8702731b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144030.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Inwood, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Iowa (IA) +- **City:** Inwood +- **Year:** 2024 +- **Plot ID:** 144030 +- **Cooperator:** Tracy Gayer +- **Planted:** 2024-05-16 +- **Harvested:** 2024-10-18 +- **Plot average:** 74.5 BU/Ac +- **Coordinates:** 43.25619, -96.43062 +- **URL:** https://lgseeds.com/performance/soybeans#plot-144030 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1585XF | - | 79.0 | +| 2 | LG Seeds | LGS2364XF | - | 78.2 | +| 3 | LG Seeds | LGS2054XF | - | 76.6 | +| 4 | LG Seeds | LGS2025XF | - | 72.1 | +| 5 | LG Seeds | LGS1711XF | - | 72.0 | + +Top 5 by Yield: LGS1585XF (LG Seeds) 79.0, LGS2364XF (LG Seeds) 78.2, LGS2054XF (LG Seeds) 76.6, LGS2025XF (LG Seeds) 72.1, LGS1711XF (LG Seeds) 72.0. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144039.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-144039.json new file mode 100644 index 00000000..55c56394 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144039.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-144039", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Wall lake", + "year": 2024, + "plot_id": "144039", + "lat": 43.27342, + "lng": -96.23182, + "cooperator": "Nutrien Wholesale Wall Lake", + "salesperson": "Nutrien Wholesale Wall Lake", + "planted_date": "2024-05-15", + "harvested_date": "2024-10-16", + "plot_average": 66.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "S26EN53", + "traits": "", + "metrics": { + "Yield": 95.54 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "S25EN74", + "traits": "", + "metrics": { + "Yield": 94.38 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "Unknown", + "traits": "", + "metrics": { + "Yield": 83.24 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "S23ES32", + "traits": "", + "metrics": { + "Yield": 82.17 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "A24E34", + "traits": "", + "metrics": { + "Yield": 81.57 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-144039" + ], + "fetched_at": "2026-05-27T02:21:51.675654+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144039.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-144039.md new file mode 100644 index 00000000..918f4720 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144039.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Wall lake, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Iowa (IA) +- **City:** Wall lake +- **Year:** 2024 +- **Plot ID:** 144039 +- **Cooperator:** Nutrien Wholesale Wall Lake +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-16 +- **Plot average:** 66.9 BU/Ac +- **Coordinates:** 43.27342, -96.23182 +- **URL:** https://lgseeds.com/performance/soybeans#plot-144039 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | S26EN53 | - | 95.54 | +| 2 | Unknown | S25EN74 | - | 94.38 | +| 3 | Unknown | Unknown | - | 83.24 | +| 4 | Unknown | S23ES32 | - | 82.17 | +| 5 | Unknown | A24E34 | - | 81.57 | + +Top 5 by Yield: S26EN53 (Unknown) 95.54, S25EN74 (Unknown) 94.38, Unknown (Unknown) 83.24, S23ES32 (Unknown) 82.17, A24E34 (Unknown) 81.57. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144070.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-144070.json new file mode 100644 index 00000000..2938845d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144070.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-144070", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Garretson", + "year": 2024, + "plot_id": "144070", + "lat": 43.71866, + "lng": -96.51056, + "cooperator": "Frontline Crop Solutions", + "salesperson": "Frontline Crop Solutions ", + "planted_date": "2024-05-14", + "harvested_date": "2024-09-24", + "plot_average": 63.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1206E3", + "traits": "", + "metrics": { + "Yield": 76.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "TX8412N", + "traits": "", + "metrics": { + "Yield": 73.7 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "DE5117", + "traits": "", + "metrics": { + "Yield": 68.3 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DE5510", + "traits": "", + "metrics": { + "Yield": 67.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DE5309", + "traits": "", + "metrics": { + "Yield": 67.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-144070" + ], + "fetched_at": "2026-05-27T02:22:05.200250+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144070.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-144070.md new file mode 100644 index 00000000..d4142783 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144070.md @@ -0,0 +1,29 @@ +# Soybean yield trial — Garretson, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** South Dakota (SD) +- **City:** Garretson +- **Year:** 2024 +- **Plot ID:** 144070 +- **Cooperator:** Frontline Crop Solutions +- **Salesperson:** Frontline Crop Solutions +- **Planted:** 2024-05-14 +- **Harvested:** 2024-09-24 +- **Plot average:** 63.1 BU/Ac +- **Coordinates:** 43.71866, -96.51056 +- **URL:** https://lgseeds.com/performance/soybeans#plot-144070 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1206E3 | - | 76.1 | +| 2 | Unknown | TX8412N | - | 73.7 | +| 3 | Unknown | DE5117 | - | 68.3 | +| 4 | Unknown | DE5510 | - | 67.7 | +| 5 | Unknown | DE5309 | - | 67.5 | + +Top 5 by Yield: LGS1206E3 (LG Seeds) 76.1, TX8412N (Unknown) 73.7, DE5117 (Unknown) 68.3, DE5510 (Unknown) 67.7, DE5309 (Unknown) 67.5. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144104.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-144104.json new file mode 100644 index 00000000..2fbbae32 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144104.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-144104", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Waubun ", + "year": 2024, + "plot_id": "144104", + "lat": 47.18015, + "lng": -95.8217, + "cooperator": "Benson Farms", + "salesperson": "Benson Farms ", + "planted_date": "2024-05-12", + "harvested_date": "2024-09-29", + "plot_average": 41.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS0444XF", + "traits": "", + "metrics": { + "Yield": 46.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS0701XF", + "traits": "", + "metrics": { + "Yield": 45.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS0139XF", + "traits": "", + "metrics": { + "Yield": 44.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS0125XF", + "traits": "", + "metrics": { + "Yield": 38.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS00820XF", + "traits": "", + "metrics": { + "Yield": 33.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-144104" + ], + "fetched_at": "2026-05-27T02:21:54.706720+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144104.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-144104.md new file mode 100644 index 00000000..1e03cc24 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144104.md @@ -0,0 +1,29 @@ +# Soybean yield trial — Waubun , Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Waubun +- **Year:** 2024 +- **Plot ID:** 144104 +- **Cooperator:** Benson Farms +- **Salesperson:** Benson Farms +- **Planted:** 2024-05-12 +- **Harvested:** 2024-09-29 +- **Plot average:** 41.1 BU/Ac +- **Coordinates:** 47.18015, -95.82170 +- **URL:** https://lgseeds.com/performance/soybeans#plot-144104 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS0444XF | - | 46.4 | +| 2 | LG Seeds | LGS0701XF | - | 45.9 | +| 3 | LG Seeds | LGS0139XF | - | 44.7 | +| 4 | LG Seeds | LGS0125XF | - | 38.7 | +| 5 | LG Seeds | LGS00820XF | - | 33.4 | + +Top 5 by Yield: LGS0444XF (LG Seeds) 46.4, LGS0701XF (LG Seeds) 45.9, LGS0139XF (LG Seeds) 44.7, LGS0125XF (LG Seeds) 38.7, LGS00820XF (LG Seeds) 33.4. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144146.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-144146.json new file mode 100644 index 00000000..6b60bf04 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144146.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-144146", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Upland", + "year": 2024, + "plot_id": "144146", + "lat": 40.23439, + "lng": -98.8533, + "cooperator": "Bradley Choquette", + "salesperson": "Bradley Choquette", + "planted_date": "2024-05-10", + "harvested_date": "2024-10-18", + "plot_average": 84.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3688E3", + "traits": "", + "metrics": { + "Yield": 90.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2881E3", + "traits": "", + "metrics": { + "Yield": 87.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3804E3", + "traits": "", + "metrics": { + "Yield": 86.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 85.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "XO3014E", + "traits": "", + "metrics": { + "Yield": 85.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-144146" + ], + "fetched_at": "2026-05-27T02:22:07.711045+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144146.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-144146.md new file mode 100644 index 00000000..97441055 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144146.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Upland, Nebraska, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Nebraska (NE) +- **City:** Upland +- **Year:** 2024 +- **Plot ID:** 144146 +- **Cooperator:** Bradley Choquette +- **Planted:** 2024-05-10 +- **Harvested:** 2024-10-18 +- **Plot average:** 84.0 BU/Ac +- **Coordinates:** 40.23439, -98.85330 +- **URL:** https://lgseeds.com/performance/soybeans#plot-144146 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3688E3 | - | 90.1 | +| 2 | LG Seeds | LGS2881E3 | - | 87.6 | +| 3 | LG Seeds | LGS3804E3 | - | 86.8 | +| 4 | LG Seeds | LGS2505E3 | - | 85.7 | +| 5 | Unknown | XO3014E | - | 85.4 | + +Top 5 by Yield: LGS3688E3 (LG Seeds) 90.1, LGS2881E3 (LG Seeds) 87.6, LGS3804E3 (LG Seeds) 86.8, LGS2505E3 (LG Seeds) 85.7, XO3014E (Unknown) 85.4. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144175.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-144175.json new file mode 100644 index 00000000..0875f8c7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144175.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-144175", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Tulare", + "year": 2024, + "plot_id": "144175", + "lat": 44.74882, + "lng": -98.49493, + "cooperator": "Brett Jens", + "salesperson": "Brett Jens", + "planted_date": "2024-05-17", + "harvested_date": "2024-10-05", + "plot_average": 59.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2364XF", + "traits": "", + "metrics": { + "Yield": 69.3 + } + }, + { + "rank": 2, + "brand": "NK", + "product": "23-T9XF", + "traits": "", + "metrics": { + "Yield": 68.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "A2324XF", + "traits": "", + "metrics": { + "Yield": 67.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "A2263XF", + "traits": "", + "metrics": { + "Yield": 63.9 + } + }, + { + "rank": 5, + "brand": "NK", + "product": "21-H4XF", + "traits": "", + "metrics": { + "Yield": 63.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-144175" + ], + "fetched_at": "2026-05-27T02:22:10.943200+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144175.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-144175.md new file mode 100644 index 00000000..e1b52fe1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144175.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Tulare, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** South Dakota (SD) +- **City:** Tulare +- **Year:** 2024 +- **Plot ID:** 144175 +- **Cooperator:** Brett Jens +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-05 +- **Plot average:** 59.5 BU/Ac +- **Coordinates:** 44.74882, -98.49493 +- **URL:** https://lgseeds.com/performance/soybeans#plot-144175 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2364XF | - | 69.3 | +| 2 | NK | 23-T9XF | - | 68.6 | +| 3 | Unknown | A2324XF | - | 67.1 | +| 4 | Unknown | A2263XF | - | 63.9 | +| 5 | NK | 21-H4XF | - | 63.1 | + +Top 5 by Yield: LGS2364XF (LG Seeds) 69.3, 23-T9XF (NK) 68.6, A2324XF (Unknown) 67.1, A2263XF (Unknown) 63.9, 21-H4XF (NK) 63.1. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144177.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-144177.json new file mode 100644 index 00000000..631da855 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144177.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-144177", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Redfield ", + "year": 2024, + "plot_id": "144177", + "lat": 44.8495, + "lng": -98.52405, + "cooperator": "Darrin Binger", + "salesperson": "Darrin Binger", + "planted_date": "2024-05-17", + "harvested_date": "2024-10-06", + "plot_average": 64.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2054XF", + "traits": "", + "metrics": { + "Yield": 75.7 + } + }, + { + "rank": 2, + "brand": "NK", + "product": "17-M2XF", + "traits": "", + "metrics": { + "Yield": 70.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "A1993XF", + "traits": "", + "metrics": { + "Yield": 69.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "A1793XF", + "traits": "", + "metrics": { + "Yield": 65.6 + } + }, + { + "rank": 5, + "brand": "NK", + "product": "21-H4XF", + "traits": "", + "metrics": { + "Yield": 62.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-144177" + ], + "fetched_at": "2026-05-27T02:22:11.193332+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144177.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-144177.md new file mode 100644 index 00000000..33df1c57 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144177.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Redfield , South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** South Dakota (SD) +- **City:** Redfield +- **Year:** 2024 +- **Plot ID:** 144177 +- **Cooperator:** Darrin Binger +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-06 +- **Plot average:** 64.9 BU/Ac +- **Coordinates:** 44.84950, -98.52405 +- **URL:** https://lgseeds.com/performance/soybeans#plot-144177 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2054XF | - | 75.7 | +| 2 | NK | 17-M2XF | - | 70.2 | +| 3 | Unknown | A1993XF | - | 69.5 | +| 4 | Unknown | A1793XF | - | 65.6 | +| 5 | NK | 21-H4XF | - | 62.2 | + +Top 5 by Yield: LGS2054XF (LG Seeds) 75.7, 17-M2XF (NK) 70.2, A1993XF (Unknown) 69.5, A1793XF (Unknown) 65.6, 21-H4XF (NK) 62.2. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144202.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-144202.json new file mode 100644 index 00000000..c4e17bfc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144202.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-144202", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Bay City", + "year": 2024, + "plot_id": "144202", + "lat": 43.64575, + "lng": -84.01513, + "cooperator": "Paul Meylan", + "salesperson": "Paul Meylan", + "planted_date": "2024-05-16", + "harvested_date": "2024-10-02", + "plot_average": 70.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1585XF", + "traits": "", + "metrics": { + "Yield": 74.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2054XF", + "traits": "", + "metrics": { + "Yield": 73.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2348E3", + "traits": "", + "metrics": { + "Yield": 70.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 69.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1711XF", + "traits": "", + "metrics": { + "Yield": 68.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-144202" + ], + "fetched_at": "2026-05-27T02:22:24.226566+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144202.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-144202.md new file mode 100644 index 00000000..71f7a1c6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144202.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Bay City, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Michigan (MI) +- **City:** Bay City +- **Year:** 2024 +- **Plot ID:** 144202 +- **Cooperator:** Paul Meylan +- **Planted:** 2024-05-16 +- **Harvested:** 2024-10-02 +- **Plot average:** 70.0 BU/Ac +- **Coordinates:** 43.64575, -84.01513 +- **URL:** https://lgseeds.com/performance/soybeans#plot-144202 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1585XF | - | 74.6 | +| 2 | LG Seeds | LGS2054XF | - | 73.1 | +| 3 | LG Seeds | LGS2348E3 | - | 70.6 | +| 4 | LG Seeds | LGS2001E3 | - | 69.8 | +| 5 | LG Seeds | LGS1711XF | - | 68.8 | + +Top 5 by Yield: LGS1585XF (LG Seeds) 74.6, LGS2054XF (LG Seeds) 73.1, LGS2348E3 (LG Seeds) 70.6, LGS2001E3 (LG Seeds) 69.8, LGS1711XF (LG Seeds) 68.8. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144263.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-144263.json new file mode 100644 index 00000000..d063adc1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144263.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-144263", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Lowry", + "year": 2024, + "plot_id": "144263", + "lat": 45.65771, + "lng": -95.58756, + "cooperator": "Mike Lea", + "salesperson": "Mike Lea", + "planted_date": "2024-05-27", + "harvested_date": "2024-10-01", + "plot_average": 52.8, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P11Z72E", + "traits": "", + "metrics": { + "Yield": 58.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "CP1130E", + "traits": "", + "metrics": { + "Yield": 56.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "H16E4", + "traits": "", + "metrics": { + "Yield": 54.3 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "1250E3", + "traits": "", + "metrics": { + "Yield": 54.2 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P14Z67E", + "traits": "", + "metrics": { + "Yield": 53.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-144263" + ], + "fetched_at": "2026-05-27T02:22:11.442740+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144263.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-144263.md new file mode 100644 index 00000000..49fb3f17 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144263.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Lowry, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Lowry +- **Year:** 2024 +- **Plot ID:** 144263 +- **Cooperator:** Mike Lea +- **Planted:** 2024-05-27 +- **Harvested:** 2024-10-01 +- **Plot average:** 52.8 BU/Ac +- **Coordinates:** 45.65771, -95.58756 +- **URL:** https://lgseeds.com/performance/soybeans#plot-144263 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P11Z72E | - | 58.0 | +| 2 | Unknown | CP1130E | - | 56.2 | +| 3 | Unknown | H16E4 | - | 54.3 | +| 4 | Unknown | 1250E3 | - | 54.2 | +| 5 | Pioneer | P14Z67E | - | 53.2 | + +Top 5 by Yield: P11Z72E (Pioneer) 58.0, CP1130E (Unknown) 56.2, H16E4 (Unknown) 54.3, 1250E3 (Unknown) 54.2, P14Z67E (Pioneer) 53.2. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144264.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-144264.json new file mode 100644 index 00000000..2d966297 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144264.json @@ -0,0 +1,55 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-144264", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Alexandria", + "year": 2024, + "plot_id": "144264", + "lat": 46.00462, + "lng": -95.45376, + "cooperator": "Jacob Schiltgen", + "salesperson": "Jacob Schiltgen", + "planted_date": "2024-05-14", + "harvested_date": "2024-10-01", + "plot_average": 56.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1203E3", + "traits": "", + "metrics": { + "Yield": 58.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 57.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1043E3", + "traits": "", + "metrics": { + "Yield": 53.5 + } + } + ], + "n_results": 3, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-144264" + ], + "fetched_at": "2026-05-27T02:22:13.715180+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144264.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-144264.md new file mode 100644 index 00000000..851e91fc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144264.md @@ -0,0 +1,26 @@ +# Soybean yield trial — Alexandria, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Alexandria +- **Year:** 2024 +- **Plot ID:** 144264 +- **Cooperator:** Jacob Schiltgen +- **Planted:** 2024-05-14 +- **Harvested:** 2024-10-01 +- **Plot average:** 56.5 BU/Ac +- **Coordinates:** 46.00462, -95.45376 +- **URL:** https://lgseeds.com/performance/soybeans#plot-144264 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1203E3 | - | 58.4 | +| 2 | LG Seeds | LGS1551E3 | - | 57.6 | +| 3 | LG Seeds | LGS1043E3 | - | 53.5 | + +Top 5 by Yield: LGS1203E3 (LG Seeds) 58.4, LGS1551E3 (LG Seeds) 57.6, LGS1043E3 (LG Seeds) 53.5. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144271.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-144271.json new file mode 100644 index 00000000..09c6d27d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144271.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-144271", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Clark", + "year": 2024, + "plot_id": "144271", + "lat": 44.79619, + "lng": -97.55276, + "cooperator": "Dusty Fuller", + "salesperson": "Dusty Fuller", + "planted_date": "2024-05-17", + "harvested_date": "2024-10-01", + "plot_average": 59.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "12EB32", + "traits": "", + "metrics": { + "Yield": 61.9 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "JAE1220E3", + "traits": "", + "metrics": { + "Yield": 61.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "AE1440E", + "traits": "", + "metrics": { + "Yield": 60.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 59.8 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "AE1440E", + "traits": "", + "metrics": { + "Yield": 59.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-144271" + ], + "fetched_at": "2026-05-27T02:21:56.454411+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144271.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-144271.md new file mode 100644 index 00000000..250032da --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144271.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Clark, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** South Dakota (SD) +- **City:** Clark +- **Year:** 2024 +- **Plot ID:** 144271 +- **Cooperator:** Dusty Fuller +- **Planted:** 2024-05-17 +- **Harvested:** 2024-10-01 +- **Plot average:** 59.8 BU/Ac +- **Coordinates:** 44.79619, -97.55276 +- **URL:** https://lgseeds.com/performance/soybeans#plot-144271 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 12EB32 | - | 61.9 | +| 2 | Unknown | JAE1220E3 | - | 61.6 | +| 3 | Unknown | AE1440E | - | 60.6 | +| 4 | LG Seeds | LGS1660E3 | - | 59.8 | +| 5 | Unknown | AE1440E | - | 59.6 | + +Top 5 by Yield: 12EB32 (Unknown) 61.9, JAE1220E3 (Unknown) 61.6, AE1440E (Unknown) 60.6, LGS1660E3 (LG Seeds) 59.8, AE1440E (Unknown) 59.6. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144274.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-144274.json new file mode 100644 index 00000000..22093449 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144274.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-144274", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Dent", + "year": 2024, + "plot_id": "144274", + "lat": 47.23452, + "lng": -96.99963, + "cooperator": "Ryan Satter", + "salesperson": "Ryan Satter", + "planted_date": "2024-05-24", + "harvested_date": "2024-09-30", + "plot_average": 49.3, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P04Z49E", + "traits": "", + "metrics": { + "Yield": 55.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "CT1025E", + "traits": "", + "metrics": { + "Yield": 52.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS0105E3", + "traits": "", + "metrics": { + "Yield": 50.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS0405E3", + "traits": "", + "metrics": { + "Yield": 48.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "CT0623E", + "traits": "", + "metrics": { + "Yield": 46.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-144274" + ], + "fetched_at": "2026-05-27T02:22:08.941332+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144274.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-144274.md new file mode 100644 index 00000000..504b2918 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144274.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Dent, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Dent +- **Year:** 2024 +- **Plot ID:** 144274 +- **Cooperator:** Ryan Satter +- **Planted:** 2024-05-24 +- **Harvested:** 2024-09-30 +- **Plot average:** 49.3 BU/Ac +- **Coordinates:** 47.23452, -96.99963 +- **URL:** https://lgseeds.com/performance/soybeans#plot-144274 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P04Z49E | - | 55.5 | +| 2 | Unknown | CT1025E | - | 52.5 | +| 3 | LG Seeds | LGS0105E3 | - | 50.9 | +| 4 | LG Seeds | LGS0405E3 | - | 48.6 | +| 5 | Unknown | CT0623E | - | 46.3 | + +Top 5 by Yield: P04Z49E (Pioneer) 55.5, CT1025E (Unknown) 52.5, LGS0105E3 (LG Seeds) 50.9, LGS0405E3 (LG Seeds) 48.6, CT0623E (Unknown) 46.3. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144284.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-144284.json new file mode 100644 index 00000000..28135f3d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144284.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-144284", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Fosston ", + "year": 2024, + "plot_id": "144284", + "lat": 47.75342, + "lng": -95.688, + "cooperator": "Rick Roed", + "salesperson": "Rick Roed ", + "planted_date": "2024-06-11", + "harvested_date": "2024-10-03", + "plot_average": 32.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS0105E3", + "traits": "", + "metrics": { + "Yield": 36.9 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "AG04XF4", + "traits": "", + "metrics": { + "Yield": 35.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS0405E3", + "traits": "", + "metrics": { + "Yield": 34.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS0139XF", + "traits": "", + "metrics": { + "Yield": 34.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "DSR-0481E", + "traits": "", + "metrics": { + "Yield": 34.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-144284" + ], + "fetched_at": "2026-05-27T02:22:09.199303+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144284.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-144284.md new file mode 100644 index 00000000..92931a37 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144284.md @@ -0,0 +1,29 @@ +# Soybean yield trial — Fosston , Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Fosston +- **Year:** 2024 +- **Plot ID:** 144284 +- **Cooperator:** Rick Roed +- **Salesperson:** Rick Roed +- **Planted:** 2024-06-11 +- **Harvested:** 2024-10-03 +- **Plot average:** 32.1 BU/Ac +- **Coordinates:** 47.75342, -95.68800 +- **URL:** https://lgseeds.com/performance/soybeans#plot-144284 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS0105E3 | - | 36.9 | +| 2 | Unknown | AG04XF4 | - | 35.0 | +| 3 | LG Seeds | LGS0405E3 | - | 34.7 | +| 4 | LG Seeds | LGS0139XF | - | 34.1 | +| 5 | Unknown | DSR-0481E | - | 34.0 | + +Top 5 by Yield: LGS0105E3 (LG Seeds) 36.9, AG04XF4 (Unknown) 35.0, LGS0405E3 (LG Seeds) 34.7, LGS0139XF (LG Seeds) 34.1, DSR-0481E (Unknown) 34.0. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144293.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-144293.json new file mode 100644 index 00000000..2f28a5ac --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144293.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-144293", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Maria Stein", + "year": 2024, + "plot_id": "144293", + "lat": 40.43716, + "lng": -84.48143, + "cooperator": "Maria Stein Grain", + "salesperson": "Maria Stein Grain", + "planted_date": "2024-05-06", + "harvested_date": "2024-10-04", + "plot_average": 62.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "SC7375E", + "traits": "", + "metrics": { + "Yield": 65.31 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "XO3483E", + "traits": "", + "metrics": { + "Yield": 65.04 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "SC7355E", + "traits": "", + "metrics": { + "Yield": 64.75 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "G3380E", + "traits": "", + "metrics": { + "Yield": 64.18 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "SC7315E", + "traits": "", + "metrics": { + "Yield": 63.83 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-144293" + ], + "fetched_at": "2026-05-27T02:22:17.453420+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144293.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-144293.md new file mode 100644 index 00000000..4db3ac63 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144293.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Maria Stein, Ohio, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Ohio (OH) +- **City:** Maria Stein +- **Year:** 2024 +- **Plot ID:** 144293 +- **Cooperator:** Maria Stein Grain +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-04 +- **Plot average:** 62.8 BU/Ac +- **Coordinates:** 40.43716, -84.48143 +- **URL:** https://lgseeds.com/performance/soybeans#plot-144293 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | SC7375E | - | 65.31 | +| 2 | Unknown | XO3483E | - | 65.04 | +| 3 | Unknown | SC7355E | - | 64.75 | +| 4 | Unknown | G3380E | - | 64.18 | +| 5 | Unknown | SC7315E | - | 63.83 | + +Top 5 by Yield: SC7375E (Unknown) 65.31, XO3483E (Unknown) 65.04, SC7355E (Unknown) 64.75, G3380E (Unknown) 64.18, SC7315E (Unknown) 63.83. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144301.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-144301.json new file mode 100644 index 00000000..3833eb47 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144301.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-144301", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Clarissa", + "year": 2024, + "plot_id": "144301", + "lat": 46.12759, + "lng": -94.94788, + "cooperator": "Marcus Meiners", + "salesperson": "Marcus Meiners", + "planted_date": "2024-05-19", + "harvested_date": "2024-10-03", + "plot_average": 50.6, + "results": [ + { + "rank": 1, + "brand": "NK", + "product": "08-Z4E3", + "traits": "", + "metrics": { + "Yield": 56.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B074EE", + "traits": "", + "metrics": { + "Yield": 51.5 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "AE0710", + "traits": "", + "metrics": { + "Yield": 51.5 + } + }, + { + "rank": 4, + "brand": "NK", + "product": "06-A1E3", + "traits": "", + "metrics": { + "Yield": 50.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1043E3", + "traits": "", + "metrics": { + "Yield": 50.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-144301" + ], + "fetched_at": "2026-05-27T02:22:01.208443+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144301.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-144301.md new file mode 100644 index 00000000..9ea29312 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144301.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Clarissa, Minnesota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Clarissa +- **Year:** 2024 +- **Plot ID:** 144301 +- **Cooperator:** Marcus Meiners +- **Planted:** 2024-05-19 +- **Harvested:** 2024-10-03 +- **Plot average:** 50.6 BU/Ac +- **Coordinates:** 46.12759, -94.94788 +- **URL:** https://lgseeds.com/performance/soybeans#plot-144301 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | NK | 08-Z4E3 | - | 56.0 | +| 2 | Unknown | B074EE | - | 51.5 | +| 3 | Unknown | AE0710 | - | 51.5 | +| 4 | NK | 06-A1E3 | - | 50.9 | +| 5 | LG Seeds | LGS1043E3 | - | 50.8 | + +Top 5 by Yield: 08-Z4E3 (NK) 56.0, B074EE (Unknown) 51.5, AE0710 (Unknown) 51.5, 06-A1E3 (NK) 50.9, LGS1043E3 (LG Seeds) 50.8. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144334.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-144334.json new file mode 100644 index 00000000..171570f6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144334.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-144334", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Oakley", + "year": 2024, + "plot_id": "144334", + "lat": 43.14145, + "lng": -84.15828, + "cooperator": "Eugene Schneider", + "salesperson": "Eugene Schneider", + "planted_date": "2024-05-09", + "harvested_date": "2024-10-06", + "plot_average": 75.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 78.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 76.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 75.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 75.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 75.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-144334" + ], + "fetched_at": "2026-05-27T02:22:23.199271+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144334.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-144334.md new file mode 100644 index 00000000..4464fc67 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144334.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Oakley, Michigan, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Michigan (MI) +- **City:** Oakley +- **Year:** 2024 +- **Plot ID:** 144334 +- **Cooperator:** Eugene Schneider +- **Planted:** 2024-05-09 +- **Harvested:** 2024-10-06 +- **Plot average:** 75.9 BU/Ac +- **Coordinates:** 43.14145, -84.15828 +- **URL:** https://lgseeds.com/performance/soybeans#plot-144334 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2001E3 | - | 78.1 | +| 2 | Unknown | LGS2001E3 | - | 76.3 | +| 3 | Unknown | LGS2001E3 | - | 75.9 | +| 4 | Unknown | LGS2001E3 | - | 75.7 | +| 5 | Unknown | LGS2001E3 | - | 75.3 | + +Top 5 by Yield: LGS2001E3 (LG Seeds) 78.1, LGS2001E3 (Unknown) 76.3, LGS2001E3 (Unknown) 75.9, LGS2001E3 (Unknown) 75.7, LGS2001E3 (Unknown) 75.3. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144346.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-144346.json new file mode 100644 index 00000000..f085405c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144346.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-144346", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Delphos", + "year": 2024, + "plot_id": "144346", + "lat": 40.86182, + "lng": -84.29687, + "cooperator": "Grow It 2 Show It", + "salesperson": "Grow It 2 Show It", + "planted_date": "2024-05-19", + "harvested_date": "2024-10-06", + "plot_average": 68.6, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "AE3150", + "traits": "", + "metrics": { + "Yield": 75.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3216E3", + "traits": "", + "metrics": { + "Yield": 73.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3445E3", + "traits": "", + "metrics": { + "Yield": 72.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "AE2950", + "traits": "", + "metrics": { + "Yield": 70.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LGS2851E3", + "traits": "", + "metrics": { + "Yield": 70.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-144346" + ], + "fetched_at": "2026-05-27T02:21:53.456773+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144346.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-144346.md new file mode 100644 index 00000000..9576f4f2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144346.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Delphos, Ohio, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Ohio (OH) +- **City:** Delphos +- **Year:** 2024 +- **Plot ID:** 144346 +- **Cooperator:** Grow It 2 Show It +- **Planted:** 2024-05-19 +- **Harvested:** 2024-10-06 +- **Plot average:** 68.6 BU/Ac +- **Coordinates:** 40.86182, -84.29687 +- **URL:** https://lgseeds.com/performance/soybeans#plot-144346 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | AE3150 | - | 75.0 | +| 2 | LG Seeds | LGS3216E3 | - | 73.0 | +| 3 | LG Seeds | LGS3445E3 | - | 72.4 | +| 4 | Unknown | AE2950 | - | 70.7 | +| 5 | Unknown | LGS2851E3 | - | 70.1 | + +Top 5 by Yield: AE3150 (Unknown) 75.0, LGS3216E3 (LG Seeds) 73.0, LGS3445E3 (LG Seeds) 72.4, AE2950 (Unknown) 70.7, LGS2851E3 (Unknown) 70.1. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144360.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-144360.json new file mode 100644 index 00000000..b20d5646 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144360.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-144360", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Indiana", + "state_abbrev": "in", + "city": "Albion", + "year": 2024, + "plot_id": "144360", + "lat": 41.42406, + "lng": -85.35851, + "cooperator": "Bauman Farms", + "salesperson": "Bauman Farms", + "planted_date": "2024-05-27", + "harvested_date": "2024-10-10", + "plot_average": 64.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3588XF", + "traits": "", + "metrics": { + "Yield": 67.77 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3784XF", + "traits": "", + "metrics": { + "Yield": 67.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2554XF", + "traits": "", + "metrics": { + "Yield": 66.99 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3105XF", + "traits": "", + "metrics": { + "Yield": 66.45 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2881E3", + "traits": "", + "metrics": { + "Yield": 66.34 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-144360" + ], + "fetched_at": "2026-05-27T02:22:15.705629+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144360.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-144360.md new file mode 100644 index 00000000..e36c9593 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144360.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Albion, Indiana, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Indiana (IN) +- **City:** Albion +- **Year:** 2024 +- **Plot ID:** 144360 +- **Cooperator:** Bauman Farms +- **Planted:** 2024-05-27 +- **Harvested:** 2024-10-10 +- **Plot average:** 64.6 BU/Ac +- **Coordinates:** 41.42406, -85.35851 +- **URL:** https://lgseeds.com/performance/soybeans#plot-144360 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3588XF | - | 67.77 | +| 2 | LG Seeds | LGS3784XF | - | 67.7 | +| 3 | LG Seeds | LGS2554XF | - | 66.99 | +| 4 | LG Seeds | LGS3105XF | - | 66.45 | +| 5 | LG Seeds | LGS2881E3 | - | 66.34 | + +Top 5 by Yield: LGS3588XF (LG Seeds) 67.77, LGS3784XF (LG Seeds) 67.7, LGS2554XF (LG Seeds) 66.99, LGS3105XF (LG Seeds) 66.45, LGS2881E3 (LG Seeds) 66.34. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144364.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-144364.json new file mode 100644 index 00000000..8d05e65c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144364.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-144364", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Ohio City ", + "year": 2024, + "plot_id": "144364", + "lat": 40.86005, + "lng": -84.78311, + "cooperator": "Travis Lichtensteiger", + "salesperson": "Travis Lichtensteiger ", + "planted_date": "2024-05-14", + "harvested_date": "2024-10-03", + "plot_average": 79.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3688E3", + "traits": "", + "metrics": { + "Yield": 82.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3588XF", + "traits": "", + "metrics": { + "Yield": 81.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3216E3", + "traits": "", + "metrics": { + "Yield": 79.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3784XF", + "traits": "", + "metrics": { + "Yield": 79.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3445E3", + "traits": "", + "metrics": { + "Yield": 78.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-144364" + ], + "fetched_at": "2026-05-27T02:22:18.513358+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144364.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-144364.md new file mode 100644 index 00000000..2665d087 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144364.md @@ -0,0 +1,29 @@ +# Soybean yield trial — Ohio City , Ohio, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Ohio (OH) +- **City:** Ohio City +- **Year:** 2024 +- **Plot ID:** 144364 +- **Cooperator:** Travis Lichtensteiger +- **Salesperson:** Travis Lichtensteiger +- **Planted:** 2024-05-14 +- **Harvested:** 2024-10-03 +- **Plot average:** 79.2 BU/Ac +- **Coordinates:** 40.86005, -84.78311 +- **URL:** https://lgseeds.com/performance/soybeans#plot-144364 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3688E3 | - | 82.3 | +| 2 | LG Seeds | LGS3588XF | - | 81.7 | +| 3 | LG Seeds | LGS3216E3 | - | 79.2 | +| 4 | LG Seeds | LGS3784XF | - | 79.2 | +| 5 | LG Seeds | LGS3445E3 | - | 78.0 | + +Top 5 by Yield: LGS3688E3 (LG Seeds) 82.3, LGS3588XF (LG Seeds) 81.7, LGS3216E3 (LG Seeds) 79.2, LGS3784XF (LG Seeds) 79.2, LGS3445E3 (LG Seeds) 78.0. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144413.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-144413.json new file mode 100644 index 00000000..101f5c1f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144413.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-144413", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Missouri", + "state_abbrev": "mo", + "city": "Colony", + "year": 2024, + "plot_id": "144413", + "lat": 40.23807, + "lng": -91.96181, + "cooperator": "Jimmy Miller", + "salesperson": "Jimmy Miller", + "planted_date": "2024-05-20", + "harvested_date": "2024-10-15", + "plot_average": 56.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS4066E3", + "traits": "", + "metrics": { + "Yield": 60.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LGS4066E3", + "traits": "", + "metrics": { + "Yield": 59.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3830E3", + "traits": "", + "metrics": { + "Yield": 58.3 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LGS3830E3", + "traits": "", + "metrics": { + "Yield": 57.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LGS4066E3", + "traits": "", + "metrics": { + "Yield": 56.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-144413" + ], + "fetched_at": "2026-05-27T02:22:21.698846+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144413.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-144413.md new file mode 100644 index 00000000..0b8d8b79 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144413.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Colony, Missouri, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Missouri (MO) +- **City:** Colony +- **Year:** 2024 +- **Plot ID:** 144413 +- **Cooperator:** Jimmy Miller +- **Planted:** 2024-05-20 +- **Harvested:** 2024-10-15 +- **Plot average:** 56.0 BU/Ac +- **Coordinates:** 40.23807, -91.96181 +- **URL:** https://lgseeds.com/performance/soybeans#plot-144413 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS4066E3 | - | 60.2 | +| 2 | Unknown | LGS4066E3 | - | 59.0 | +| 3 | LG Seeds | LGS3830E3 | - | 58.3 | +| 4 | Unknown | LGS3830E3 | - | 57.0 | +| 5 | Unknown | LGS4066E3 | - | 56.5 | + +Top 5 by Yield: LGS4066E3 (LG Seeds) 60.2, LGS4066E3 (Unknown) 59.0, LGS3830E3 (LG Seeds) 58.3, LGS3830E3 (Unknown) 57.0, LGS4066E3 (Unknown) 56.5. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144436.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-144436.json new file mode 100644 index 00000000..8bc0a74d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144436.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-144436", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Rio Creek", + "year": 2024, + "plot_id": "144436", + "lat": 44.5896, + "lng": -87.55033, + "cooperator": "Randy Hallet", + "salesperson": "Randy Hallet", + "planted_date": "2024-06-02", + "harvested_date": "2024-10-15", + "plot_average": 47.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1206E3", + "traits": "", + "metrics": { + "Yield": 50.6 + } + }, + { + "rank": 2, + "brand": "NK", + "product": "14U5E3", + "traits": "", + "metrics": { + "Yield": 50.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "12E157N", + "traits": "", + "metrics": { + "Yield": 50.0 + } + }, + { + "rank": 4, + "brand": "NK", + "product": "11-A4E3", + "traits": "", + "metrics": { + "Yield": 49.4 + } + }, + { + "rank": 5, + "brand": "NK", + "product": "06-A1E3", + "traits": "", + "metrics": { + "Yield": 49.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-144436" + ], + "fetched_at": "2026-05-27T02:21:55.449194+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144436.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-144436.md new file mode 100644 index 00000000..1dcde7d4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144436.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Rio Creek, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** Rio Creek +- **Year:** 2024 +- **Plot ID:** 144436 +- **Cooperator:** Randy Hallet +- **Planted:** 2024-06-02 +- **Harvested:** 2024-10-15 +- **Plot average:** 47.1 BU/Ac +- **Coordinates:** 44.58960, -87.55033 +- **URL:** https://lgseeds.com/performance/soybeans#plot-144436 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1206E3 | - | 50.6 | +| 2 | NK | 14U5E3 | - | 50.2 | +| 3 | Unknown | 12E157N | - | 50.0 | +| 4 | NK | 11-A4E3 | - | 49.4 | +| 5 | NK | 06-A1E3 | - | 49.0 | + +Top 5 by Yield: LGS1206E3 (LG Seeds) 50.6, 14U5E3 (NK) 50.2, 12E157N (Unknown) 50.0, 11-A4E3 (NK) 49.4, 06-A1E3 (NK) 49.0. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144541.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-144541.json new file mode 100644 index 00000000..80ac935a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144541.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-144541", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "St. Cloud", + "year": 2024, + "plot_id": "144541", + "lat": 43.78251, + "lng": -88.18872, + "cooperator": "Earl Sippel", + "salesperson": "Earl Sippel", + "planted_date": "2024-05-15", + "harvested_date": "2024-10-07", + "plot_average": 58.5, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "IS1350E3", + "traits": "", + "metrics": { + "Yield": 68.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "CP1721E", + "traits": "", + "metrics": { + "Yield": 65.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B194EE", + "traits": "", + "metrics": { + "Yield": 63.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B173EE", + "traits": "", + "metrics": { + "Yield": 62.7 + } + }, + { + "rank": 5, + "brand": "NK", + "product": "15-G9E3S", + "traits": "", + "metrics": { + "Yield": 61.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-144541" + ], + "fetched_at": "2026-05-27T02:22:18.942733+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144541.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-144541.md new file mode 100644 index 00000000..42bde3d7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144541.md @@ -0,0 +1,28 @@ +# Soybean yield trial — St. Cloud, Wisconsin, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** St. Cloud +- **Year:** 2024 +- **Plot ID:** 144541 +- **Cooperator:** Earl Sippel +- **Planted:** 2024-05-15 +- **Harvested:** 2024-10-07 +- **Plot average:** 58.5 BU/Ac +- **Coordinates:** 43.78251, -88.18872 +- **URL:** https://lgseeds.com/performance/soybeans#plot-144541 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | IS1350E3 | - | 68.6 | +| 2 | Unknown | CP1721E | - | 65.3 | +| 3 | Unknown | B194EE | - | 63.9 | +| 4 | Unknown | B173EE | - | 62.7 | +| 5 | NK | 15-G9E3S | - | 61.0 | + +Top 5 by Yield: IS1350E3 (Unknown) 68.6, CP1721E (Unknown) 65.3, B194EE (Unknown) 63.9, B173EE (Unknown) 62.7, 15-G9E3S (NK) 61.0. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144708.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-144708.json new file mode 100644 index 00000000..336dd6cf --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144708.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-144708", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Goodell", + "year": 2024, + "plot_id": "144708", + "lat": 42.92246, + "lng": -93.64723, + "cooperator": "Thomas Burk", + "salesperson": "Thomas Burk", + "planted_date": "2024-04-23", + "harvested_date": "2024-09-29", + "plot_average": 56.4, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P19A37E", + "traits": "", + "metrics": { + "Yield": 66.8 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P22A67E", + "traits": "", + "metrics": { + "Yield": 63.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "2523E", + "traits": "", + "metrics": { + "Yield": 63.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "19EC12", + "traits": "", + "metrics": { + "Yield": 61.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "19EE62", + "traits": "", + "metrics": { + "Yield": 60.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-144708" + ], + "fetched_at": "2026-05-27T02:22:08.428531+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144708.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-144708.md new file mode 100644 index 00000000..92dbabcf --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144708.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Goodell, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Iowa (IA) +- **City:** Goodell +- **Year:** 2024 +- **Plot ID:** 144708 +- **Cooperator:** Thomas Burk +- **Planted:** 2024-04-23 +- **Harvested:** 2024-09-29 +- **Plot average:** 56.4 BU/Ac +- **Coordinates:** 42.92246, -93.64723 +- **URL:** https://lgseeds.com/performance/soybeans#plot-144708 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P19A37E | - | 66.8 | +| 2 | Pioneer | P22A67E | - | 63.2 | +| 3 | Unknown | 2523E | - | 63.1 | +| 4 | Unknown | 19EC12 | - | 61.0 | +| 5 | Unknown | 19EE62 | - | 60.6 | + +Top 5 by Yield: P19A37E (Pioneer) 66.8, P22A67E (Pioneer) 63.2, 2523E (Unknown) 63.1, 19EC12 (Unknown) 61.0, 19EE62 (Unknown) 60.6. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144736.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-144736.json new file mode 100644 index 00000000..aea8c7a0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144736.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-144736", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Hitchcock", + "year": 2024, + "plot_id": "144736", + "lat": 44.62009, + "lng": -98.40944, + "cooperator": "Marty Anderson", + "salesperson": "Marty Anderson", + "planted_date": "2024-05-30", + "harvested_date": "2024-10-10", + "plot_average": 53.6, + "results": [ + { + "rank": 1, + "brand": "NK", + "product": "15-Q1XF", + "traits": "", + "metrics": { + "Yield": 57.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS1585XF", + "traits": "", + "metrics": { + "Yield": 56.1 + } + }, + { + "rank": 3, + "brand": "NK", + "product": "20-K2XF", + "traits": "", + "metrics": { + "Yield": 55.2 + } + }, + { + "rank": 4, + "brand": "NK", + "product": "23-T9XF", + "traits": "", + "metrics": { + "Yield": 54.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2364XF", + "traits": "", + "metrics": { + "Yield": 54.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-144736" + ], + "fetched_at": "2026-05-27T02:22:08.207944+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144736.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-144736.md new file mode 100644 index 00000000..c36f32d9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144736.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Hitchcock, South Dakota, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** South Dakota (SD) +- **City:** Hitchcock +- **Year:** 2024 +- **Plot ID:** 144736 +- **Cooperator:** Marty Anderson +- **Planted:** 2024-05-30 +- **Harvested:** 2024-10-10 +- **Plot average:** 53.6 BU/Ac +- **Coordinates:** 44.62009, -98.40944 +- **URL:** https://lgseeds.com/performance/soybeans#plot-144736 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | NK | 15-Q1XF | - | 57.9 | +| 2 | LG Seeds | LGS1585XF | - | 56.1 | +| 3 | NK | 20-K2XF | - | 55.2 | +| 4 | NK | 23-T9XF | - | 54.7 | +| 5 | LG Seeds | LGS2364XF | - | 54.3 | + +Top 5 by Yield: 15-Q1XF (NK) 57.9, LGS1585XF (LG Seeds) 56.1, 20-K2XF (NK) 55.2, 23-T9XF (NK) 54.7, LGS2364XF (LG Seeds) 54.3. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144745.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-144745.json new file mode 100644 index 00000000..e9bb7152 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144745.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-144745", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Germantown", + "year": 2024, + "plot_id": "144745", + "lat": 39.62902, + "lng": -84.41954, + "cooperator": "KSL Farms LLC", + "salesperson": "KSL Farms LLC", + "planted_date": "2024-05-06", + "harvested_date": "2024-10-16", + "plot_average": 73.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3588XF", + "traits": "", + "metrics": { + "Yield": 84.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "3525RXF", + "traits": "", + "metrics": { + "Yield": 77.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "3124RXF", + "traits": "", + "metrics": { + "Yield": 77.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "3424RXF", + "traits": "", + "metrics": { + "Yield": 76.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "3823RXF", + "traits": "", + "metrics": { + "Yield": 75.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-144745" + ], + "fetched_at": "2026-05-27T02:22:25.714294+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144745.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-144745.md new file mode 100644 index 00000000..7aeac330 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144745.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Germantown, Ohio, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Ohio (OH) +- **City:** Germantown +- **Year:** 2024 +- **Plot ID:** 144745 +- **Cooperator:** KSL Farms LLC +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-16 +- **Plot average:** 73.6 BU/Ac +- **Coordinates:** 39.62902, -84.41954 +- **URL:** https://lgseeds.com/performance/soybeans#plot-144745 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3588XF | - | 84.4 | +| 2 | Unknown | 3525RXF | - | 77.4 | +| 3 | Unknown | 3124RXF | - | 77.1 | +| 4 | Unknown | 3424RXF | - | 76.2 | +| 5 | Unknown | 3823RXF | - | 75.5 | + +Top 5 by Yield: LGS3588XF (LG Seeds) 84.4, 3525RXF (Unknown) 77.4, 3124RXF (Unknown) 77.1, 3424RXF (Unknown) 76.2, 3823RXF (Unknown) 75.5. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144764.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-144764.json new file mode 100644 index 00000000..56334661 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144764.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-144764", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": null, + "state_abbrev": null, + "city": null, + "year": 2024, + "plot_id": "144764", + "lat": 0.0, + "lng": 0.0, + "cooperator": "David Jenkins", + "salesperson": "David Jenkins", + "planted_date": null, + "harvested_date": null, + "plot_average": 51.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3688E3", + "traits": "", + "metrics": { + "Yield": 55.9 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "29EF02", + "traits": "", + "metrics": { + "Yield": 53.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "33EG02", + "traits": "", + "metrics": { + "Yield": 53.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3216E3", + "traits": "", + "metrics": { + "Yield": 53.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "38EF32", + "traits": "", + "metrics": { + "Yield": 51.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-144764" + ], + "fetched_at": "2026-05-27T02:22:31.710551+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144764.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-144764.md new file mode 100644 index 00000000..15aa2731 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144764.md @@ -0,0 +1,23 @@ +# Soybean yield trial — ?, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **Year:** 2024 +- **Plot ID:** 144764 +- **Cooperator:** David Jenkins +- **Plot average:** 51.5 BU/Ac +- **URL:** https://lgseeds.com/performance/soybeans#plot-144764 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3688E3 | - | 55.9 | +| 2 | Unknown | 29EF02 | - | 53.6 | +| 3 | Unknown | 33EG02 | - | 53.1 | +| 4 | LG Seeds | LGS3216E3 | - | 53.0 | +| 5 | Unknown | 38EF32 | - | 51.1 | + +Top 5 by Yield: LGS3688E3 (LG Seeds) 55.9, 29EF02 (Unknown) 53.6, 33EG02 (Unknown) 53.1, LGS3216E3 (LG Seeds) 53.0, 38EF32 (Unknown) 51.1. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144765.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-144765.json new file mode 100644 index 00000000..1710f49d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144765.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-144765", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Orange City", + "year": 2024, + "plot_id": "144765", + "lat": 43.00958, + "lng": -96.09653, + "cooperator": "Ron & Glen Leusink", + "salesperson": "Ron & Glen Leusink", + "planted_date": "2024-05-13", + "harvested_date": "2024-09-23", + "plot_average": 74.6, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "CP2230E", + "traits": "", + "metrics": { + "Yield": 79.9 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "CP1525E", + "traits": "", + "metrics": { + "Yield": 78.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "CP1830E", + "traits": "", + "metrics": { + "Yield": 78.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "CP2020E", + "traits": "", + "metrics": { + "Yield": 77.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2348E3", + "traits": "", + "metrics": { + "Yield": 74.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-144765" + ], + "fetched_at": "2026-05-27T02:22:07.439464+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144765.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-144765.md new file mode 100644 index 00000000..9be2d766 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144765.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Orange City, Iowa, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Iowa (IA) +- **City:** Orange City +- **Year:** 2024 +- **Plot ID:** 144765 +- **Cooperator:** Ron & Glen Leusink +- **Planted:** 2024-05-13 +- **Harvested:** 2024-09-23 +- **Plot average:** 74.6 BU/Ac +- **Coordinates:** 43.00958, -96.09653 +- **URL:** https://lgseeds.com/performance/soybeans#plot-144765 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | CP2230E | - | 79.9 | +| 2 | Unknown | CP1525E | - | 78.0 | +| 3 | Unknown | CP1830E | - | 78.0 | +| 4 | Unknown | CP2020E | - | 77.4 | +| 5 | LG Seeds | LGS2348E3 | - | 74.9 | + +Top 5 by Yield: CP2230E (Unknown) 79.9, CP1525E (Unknown) 78.0, CP1830E (Unknown) 78.0, CP2020E (Unknown) 77.4, LGS2348E3 (LG Seeds) 74.9. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144837.json b/corpus/lg_plot_reports/lgpr-soybeans-2024-144837.json new file mode 100644 index 00000000..0cbb4a99 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144837.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2024-144837", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": null, + "state_abbrev": null, + "city": null, + "year": 2024, + "plot_id": "144837", + "lat": 0.0, + "lng": 0.0, + "cooperator": "Larry Timmons", + "salesperson": "Larry Timmons", + "planted_date": null, + "harvested_date": null, + "plot_average": 70.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "38EF32", + "traits": "", + "metrics": { + "Yield": 79.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3688E3", + "traits": "", + "metrics": { + "Yield": 75.5 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "36EB32", + "traits": "", + "metrics": { + "Yield": 70.7 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "35EG92", + "traits": "", + "metrics": { + "Yield": 70.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "37EG23", + "traits": "", + "metrics": { + "Yield": 70.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-144837" + ], + "fetched_at": "2026-05-27T02:22:31.947884+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2024-144837.md b/corpus/lg_plot_reports/lgpr-soybeans-2024-144837.md new file mode 100644 index 00000000..2f07db1c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2024-144837.md @@ -0,0 +1,23 @@ +# Soybean yield trial — ?, 2024 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **Year:** 2024 +- **Plot ID:** 144837 +- **Cooperator:** Larry Timmons +- **Plot average:** 70.4 BU/Ac +- **URL:** https://lgseeds.com/performance/soybeans#plot-144837 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 38EF32 | - | 79.9 | +| 2 | LG Seeds | LGS3688E3 | - | 75.5 | +| 3 | Unknown | 36EB32 | - | 70.7 | +| 4 | Unknown | 35EG92 | - | 70.4 | +| 5 | Unknown | 37EG23 | - | 70.1 | + +Top 5 by Yield: 38EF32 (Unknown) 79.9, LGS3688E3 (LG Seeds) 75.5, 36EB32 (Unknown) 70.7, 35EG92 (Unknown) 70.4, 37EG23 (Unknown) 70.1. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145279.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145279.json new file mode 100644 index 00000000..cdba8bc1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145279.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145279", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Ravenna", + "year": 2025, + "plot_id": "145279", + "lat": 43.20691, + "lng": -86.00421, + "cooperator": "Keith Kantola", + "salesperson": "Keith Kantola", + "planted_date": "2025-05-19", + "harvested_date": "2025-10-03", + "plot_average": 56.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 63.82 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2054XF", + "traits": "", + "metrics": { + "Yield": 59.66 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 59.09 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2408E3", + "traits": "", + "metrics": { + "Yield": 55.23 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 54.83 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145279" + ], + "fetched_at": "2026-05-27T02:21:38.202683+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145279.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145279.md new file mode 100644 index 00000000..fb3405f9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145279.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Ravenna, Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Michigan (MI) +- **City:** Ravenna +- **Year:** 2025 +- **Plot ID:** 145279 +- **Cooperator:** Keith Kantola +- **Planted:** 2025-05-19 +- **Harvested:** 2025-10-03 +- **Plot average:** 56.5 BU/Ac +- **Coordinates:** 43.20691, -86.00421 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145279 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2505E3 | - | 63.82 | +| 2 | LG Seeds | LGS2054XF | - | 59.66 | +| 3 | LG Seeds | LGS1832E3 | - | 59.09 | +| 4 | LG Seeds | LGS2408E3 | - | 55.23 | +| 5 | LG Seeds | LGS1660E3 | - | 54.83 | + +Top 5 by Yield: LGS2505E3 (LG Seeds) 63.82, LGS2054XF (LG Seeds) 59.66, LGS1832E3 (LG Seeds) 59.09, LGS2408E3 (LG Seeds) 55.23, LGS1660E3 (LG Seeds) 54.83. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145280.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145280.json new file mode 100644 index 00000000..dc00eaed --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145280.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145280", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Shepherd", + "year": 2025, + "plot_id": "145280", + "lat": 43.55003, + "lng": -84.68613, + "cooperator": "Dave Gimmey", + "salesperson": "Dave Gimmey", + "planted_date": "2025-05-28", + "harvested_date": "2025-10-06", + "plot_average": 55.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2270E3", + "traits": "", + "metrics": { + "Yield": 63.21 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 60.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 55.09 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2408E3", + "traits": "", + "metrics": { + "Yield": 54.91 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1670E3", + "traits": "", + "metrics": { + "Yield": 50.51 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145280" + ], + "fetched_at": "2026-05-27T02:21:31.697015+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145280.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145280.md new file mode 100644 index 00000000..7cf4aacb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145280.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Shepherd, Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Michigan (MI) +- **City:** Shepherd +- **Year:** 2025 +- **Plot ID:** 145280 +- **Cooperator:** Dave Gimmey +- **Planted:** 2025-05-28 +- **Harvested:** 2025-10-06 +- **Plot average:** 55.0 BU/Ac +- **Coordinates:** 43.55003, -84.68613 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145280 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2270E3 | - | 63.21 | +| 2 | LG Seeds | LGS2001E3 | - | 60.0 | +| 3 | LG Seeds | LGS1832E3 | - | 55.09 | +| 4 | LG Seeds | LGS2408E3 | - | 54.91 | +| 5 | LG Seeds | LGS1670E3 | - | 50.51 | + +Top 5 by Yield: LGS2270E3 (LG Seeds) 63.21, LGS2001E3 (LG Seeds) 60.0, LGS1832E3 (LG Seeds) 55.09, LGS2408E3 (LG Seeds) 54.91, LGS1670E3 (LG Seeds) 50.51. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145323.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145323.json new file mode 100644 index 00000000..e03613d4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145323.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145323", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Clarkson", + "year": 2025, + "plot_id": "145323", + "lat": 41.60959, + "lng": -97.13684, + "cooperator": "Mark Brabec", + "salesperson": "Mark Brabec", + "planted_date": "2025-04-17", + "harvested_date": "2025-09-30", + "plot_average": 87.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2334XF", + "traits": "", + "metrics": { + "Yield": 90.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3105XF", + "traits": "", + "metrics": { + "Yield": 90.5 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LGS2334XF", + "traits": "", + "metrics": { + "Yield": 89.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "2524RXF", + "traits": "", + "metrics": { + "Yield": 89.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "GH2745XF", + "traits": "", + "metrics": { + "Yield": 86.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145323" + ], + "fetched_at": "2026-05-27T02:22:35.460247+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145323.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145323.md new file mode 100644 index 00000000..01be88c7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145323.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Clarkson, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Nebraska (NE) +- **City:** Clarkson +- **Year:** 2025 +- **Plot ID:** 145323 +- **Cooperator:** Mark Brabec +- **Planted:** 2025-04-17 +- **Harvested:** 2025-09-30 +- **Plot average:** 87.6 BU/Ac +- **Coordinates:** 41.60959, -97.13684 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145323 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2334XF | - | 90.8 | +| 2 | LG Seeds | LGS3105XF | - | 90.5 | +| 3 | Unknown | LGS2334XF | - | 89.9 | +| 4 | Unknown | 2524RXF | - | 89.5 | +| 5 | Unknown | GH2745XF | - | 86.4 | + +Top 5 by Yield: LGS2334XF (LG Seeds) 90.8, LGS3105XF (LG Seeds) 90.5, LGS2334XF (Unknown) 89.9, 2524RXF (Unknown) 89.5, GH2745XF (Unknown) 86.4. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145324.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145324.json new file mode 100644 index 00000000..6e881057 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145324.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145324", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Pipestone ", + "year": 2025, + "plot_id": "145324", + "lat": 43.99382, + "lng": -96.33463, + "cooperator": "Michael Merrill", + "salesperson": "Michael Merrill", + "planted_date": "2025-04-17", + "harvested_date": "2025-09-30", + "plot_average": 63.6, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "V2157E", + "traits": "", + "metrics": { + "Yield": 66.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2270E3", + "traits": "", + "metrics": { + "Yield": 65.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 64.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1670E3", + "traits": "", + "metrics": { + "Yield": 63.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 62.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145324" + ], + "fetched_at": "2026-05-27T02:21:36.452301+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145324.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145324.md new file mode 100644 index 00000000..beedb6cc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145324.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Pipestone , Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Pipestone +- **Year:** 2025 +- **Plot ID:** 145324 +- **Cooperator:** Michael Merrill +- **Planted:** 2025-04-17 +- **Harvested:** 2025-09-30 +- **Plot average:** 63.6 BU/Ac +- **Coordinates:** 43.99382, -96.33463 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145324 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | V2157E | - | 66.6 | +| 2 | LG Seeds | LGS2270E3 | - | 65.9 | +| 3 | LG Seeds | LGS1551E3 | - | 64.5 | +| 4 | LG Seeds | LGS1670E3 | - | 63.3 | +| 5 | LG Seeds | LGS1832E3 | - | 62.2 | + +Top 5 by Yield: V2157E (Unknown) 66.6, LGS2270E3 (LG Seeds) 65.9, LGS1551E3 (LG Seeds) 64.5, LGS1670E3 (LG Seeds) 63.3, LGS1832E3 (LG Seeds) 62.2. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145330.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145330.json new file mode 100644 index 00000000..b1e94598 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145330.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145330", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Missouri", + "state_abbrev": "mo", + "city": "LaGrange", + "year": 2025, + "plot_id": "145330", + "lat": 39.96577, + "lng": -91.55792, + "cooperator": "Jennings Bros Jennings", + "salesperson": "Jennings Bros Jennings", + "planted_date": "2025-04-17", + "harvested_date": "2025-09-30", + "plot_average": 76.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3240E3", + "traits": "", + "metrics": { + "Yield": 86.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3629E3", + "traits": "", + "metrics": { + "Yield": 82.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3570E3", + "traits": "", + "metrics": { + "Yield": 81.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3715XF", + "traits": "", + "metrics": { + "Yield": 78.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3588XF", + "traits": "", + "metrics": { + "Yield": 77.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145330" + ], + "fetched_at": "2026-05-27T02:21:33.695058+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145330.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145330.md new file mode 100644 index 00000000..530bec6d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145330.md @@ -0,0 +1,28 @@ +# Soybean yield trial — LaGrange, Missouri, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Missouri (MO) +- **City:** LaGrange +- **Year:** 2025 +- **Plot ID:** 145330 +- **Cooperator:** Jennings Bros Jennings +- **Planted:** 2025-04-17 +- **Harvested:** 2025-09-30 +- **Plot average:** 76.0 BU/Ac +- **Coordinates:** 39.96577, -91.55792 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145330 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3240E3 | - | 86.1 | +| 2 | LG Seeds | LGS3629E3 | - | 82.2 | +| 3 | LG Seeds | LGS3570E3 | - | 81.6 | +| 4 | LG Seeds | LGS3715XF | - | 78.0 | +| 5 | LG Seeds | LGS3588XF | - | 77.2 | + +Top 5 by Yield: LGS3240E3 (LG Seeds) 86.1, LGS3629E3 (LG Seeds) 82.2, LGS3570E3 (LG Seeds) 81.6, LGS3715XF (LG Seeds) 78.0, LGS3588XF (LG Seeds) 77.2. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145449.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145449.json new file mode 100644 index 00000000..9af4f436 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145449.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145449", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Ruth", + "year": 2025, + "plot_id": "145449", + "lat": 43.79386, + "lng": -82.78074, + "cooperator": "Alex Talaski and Nick Booms", + "salesperson": "Alex Talaski and Nick Booms ", + "planted_date": "2025-04-29", + "harvested_date": "2025-10-01", + "plot_average": 79.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 83.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 81.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 78.6 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 77.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 76.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145449" + ], + "fetched_at": "2026-05-27T02:21:38.466182+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145449.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145449.md new file mode 100644 index 00000000..2a82c7f9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145449.md @@ -0,0 +1,29 @@ +# Soybean yield trial — Ruth, Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Michigan (MI) +- **City:** Ruth +- **Year:** 2025 +- **Plot ID:** 145449 +- **Cooperator:** Alex Talaski and Nick Booms +- **Salesperson:** Alex Talaski and Nick Booms +- **Planted:** 2025-04-29 +- **Harvested:** 2025-10-01 +- **Plot average:** 79.6 BU/Ac +- **Coordinates:** 43.79386, -82.78074 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145449 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2001E3 | - | 83.0 | +| 2 | LG Seeds | LGS1551E3 | - | 81.8 | +| 3 | LG Seeds | LGS1660E3 | - | 78.6 | +| 4 | Unknown | LGS1660E3 | - | 77.9 | +| 5 | LG Seeds | LGS1832E3 | - | 76.8 | + +Top 5 by Yield: LGS2001E3 (LG Seeds) 83.0, LGS1551E3 (LG Seeds) 81.8, LGS1660E3 (LG Seeds) 78.6, LGS1660E3 (Unknown) 77.9, LGS1832E3 (LG Seeds) 76.8. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145452.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145452.json new file mode 100644 index 00000000..cf4d81e4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145452.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145452", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Olivia", + "year": 2025, + "plot_id": "145452", + "lat": 44.73396, + "lng": -94.99541, + "cooperator": "Jacob Mehlhouse", + "salesperson": "Jacob Mehlhouse", + "planted_date": "2025-04-25", + "harvested_date": "2025-10-03", + "plot_average": 65.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1670E3", + "traits": "", + "metrics": { + "Yield": 76.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 71.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 70.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1043E3", + "traits": "", + "metrics": { + "Yield": 69.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 69.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145452" + ], + "fetched_at": "2026-05-27T02:21:41.204913+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145452.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145452.md new file mode 100644 index 00000000..49fe70ef --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145452.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Olivia, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Olivia +- **Year:** 2025 +- **Plot ID:** 145452 +- **Cooperator:** Jacob Mehlhouse +- **Planted:** 2025-04-25 +- **Harvested:** 2025-10-03 +- **Plot average:** 65.6 BU/Ac +- **Coordinates:** 44.73396, -94.99541 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145452 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1670E3 | - | 76.1 | +| 2 | LG Seeds | LGS2001E3 | - | 71.0 | +| 3 | LG Seeds | LGS1551E3 | - | 70.6 | +| 4 | LG Seeds | LGS1043E3 | - | 69.7 | +| 5 | LG Seeds | LGS1832E3 | - | 69.6 | + +Top 5 by Yield: LGS1670E3 (LG Seeds) 76.1, LGS2001E3 (LG Seeds) 71.0, LGS1551E3 (LG Seeds) 70.6, LGS1043E3 (LG Seeds) 69.7, LGS1832E3 (LG Seeds) 69.6. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145461.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145461.json new file mode 100644 index 00000000..279f02e0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145461.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145461", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "Maple Park", + "year": 2025, + "plot_id": "145461", + "lat": 41.83208, + "lng": -88.5935, + "cooperator": "Helena Agri-Enterprises Maple Park", + "salesperson": "Helena Agri-Enterprises Maple Park", + "planted_date": "2025-04-30", + "harvested_date": "2025-10-15", + "plot_average": 80.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "XO2832E", + "traits": "", + "metrics": { + "Yield": 87.9 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P28Z30E", + "traits": "", + "metrics": { + "Yield": 86.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "XO2366E", + "traits": "", + "metrics": { + "Yield": 85.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "A29E35", + "traits": "", + "metrics": { + "Yield": 84.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2364XF", + "traits": "", + "metrics": { + "Yield": 83.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145461" + ], + "fetched_at": "2026-05-27T02:21:36.189270+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145461.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145461.md new file mode 100644 index 00000000..33929a02 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145461.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Maple Park, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** Maple Park +- **Year:** 2025 +- **Plot ID:** 145461 +- **Cooperator:** Helena Agri-Enterprises Maple Park +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-15 +- **Plot average:** 80.0 BU/Ac +- **Coordinates:** 41.83208, -88.59350 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145461 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | XO2832E | - | 87.9 | +| 2 | Pioneer | P28Z30E | - | 86.9 | +| 3 | Unknown | XO2366E | - | 85.0 | +| 4 | Unknown | A29E35 | - | 84.7 | +| 5 | LG Seeds | LGS2364XF | - | 83.4 | + +Top 5 by Yield: XO2832E (Unknown) 87.9, P28Z30E (Pioneer) 86.9, XO2366E (Unknown) 85.0, A29E35 (Unknown) 84.7, LGS2364XF (LG Seeds) 83.4. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145463.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145463.json new file mode 100644 index 00000000..d1d216c8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145463.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145463", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "Esmond", + "year": 2025, + "plot_id": "145463", + "lat": 42.05546, + "lng": -88.90757, + "cooperator": "Mike Exner", + "salesperson": "Mike Exner", + "planted_date": "2025-04-28", + "harvested_date": "2025-10-04", + "plot_average": 69.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 77.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "XO2865E", + "traits": "", + "metrics": { + "Yield": 76.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "A23E36", + "traits": "", + "metrics": { + "Yield": 73.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "A27E35", + "traits": "", + "metrics": { + "Yield": 72.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2408E3", + "traits": "", + "metrics": { + "Yield": 72.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145463" + ], + "fetched_at": "2026-05-27T02:21:50.946524+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145463.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145463.md new file mode 100644 index 00000000..d6402d9e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145463.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Esmond, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** Esmond +- **Year:** 2025 +- **Plot ID:** 145463 +- **Cooperator:** Mike Exner +- **Planted:** 2025-04-28 +- **Harvested:** 2025-10-04 +- **Plot average:** 69.3 BU/Ac +- **Coordinates:** 42.05546, -88.90757 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145463 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2505E3 | - | 77.5 | +| 2 | Unknown | XO2865E | - | 76.8 | +| 3 | Unknown | A23E36 | - | 73.1 | +| 4 | Unknown | A27E35 | - | 72.6 | +| 5 | LG Seeds | LGS2408E3 | - | 72.3 | + +Top 5 by Yield: LGS2505E3 (LG Seeds) 77.5, XO2865E (Unknown) 76.8, A23E36 (Unknown) 73.1, A27E35 (Unknown) 72.6, LGS2408E3 (LG Seeds) 72.3. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145473.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145473.json new file mode 100644 index 00000000..a24234b5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145473.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145473", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Cold Spring", + "year": 2025, + "plot_id": "145473", + "lat": 45.5223, + "lng": -94.4329, + "cooperator": "Luke Salzer", + "salesperson": "Luke Salzer", + "planted_date": "2025-04-27", + "harvested_date": "2025-10-04", + "plot_average": 59.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1670E3", + "traits": "", + "metrics": { + "Yield": 65.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "16E453N", + "traits": "", + "metrics": { + "Yield": 65.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1043E3", + "traits": "", + "metrics": { + "Yield": 64.3 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "14E665P", + "traits": "", + "metrics": { + "Yield": 61.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1206E3", + "traits": "", + "metrics": { + "Yield": 61.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145473" + ], + "fetched_at": "2026-05-27T02:21:41.461336+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145473.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145473.md new file mode 100644 index 00000000..c6bdca67 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145473.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Cold Spring, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Cold Spring +- **Year:** 2025 +- **Plot ID:** 145473 +- **Cooperator:** Luke Salzer +- **Planted:** 2025-04-27 +- **Harvested:** 2025-10-04 +- **Plot average:** 59.2 BU/Ac +- **Coordinates:** 45.52230, -94.43290 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145473 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1670E3 | - | 65.7 | +| 2 | Unknown | 16E453N | - | 65.1 | +| 3 | LG Seeds | LGS1043E3 | - | 64.3 | +| 4 | Unknown | 14E665P | - | 61.3 | +| 5 | LG Seeds | LGS1206E3 | - | 61.2 | + +Top 5 by Yield: LGS1670E3 (LG Seeds) 65.7, 16E453N (Unknown) 65.1, LGS1043E3 (LG Seeds) 64.3, 14E665P (Unknown) 61.3, LGS1206E3 (LG Seeds) 61.2. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145481.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145481.json new file mode 100644 index 00000000..ac35c31a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145481.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145481", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "Tonica", + "year": 2025, + "plot_id": "145481", + "lat": 41.17768, + "lng": -89.03624, + "cooperator": "Danny Schmitt", + "salesperson": "Danny Schmitt", + "planted_date": "2025-04-28", + "harvested_date": "2025-10-06", + "plot_average": 83.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3240E3", + "traits": "", + "metrics": { + "Yield": 94.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "S33ES76", + "traits": "", + "metrics": { + "Yield": 92.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "AE3150E3", + "traits": "", + "metrics": { + "Yield": 89.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "2635E", + "traits": "", + "metrics": { + "Yield": 89.4 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P31Z03E", + "traits": "", + "metrics": { + "Yield": 89.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145481" + ], + "fetched_at": "2026-05-27T02:21:42.180003+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145481.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145481.md new file mode 100644 index 00000000..00fb6eac --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145481.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Tonica, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** Tonica +- **Year:** 2025 +- **Plot ID:** 145481 +- **Cooperator:** Danny Schmitt +- **Planted:** 2025-04-28 +- **Harvested:** 2025-10-06 +- **Plot average:** 83.5 BU/Ac +- **Coordinates:** 41.17768, -89.03624 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145481 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3240E3 | - | 94.5 | +| 2 | Unknown | S33ES76 | - | 92.2 | +| 3 | Unknown | AE3150E3 | - | 89.9 | +| 4 | Unknown | 2635E | - | 89.4 | +| 5 | Pioneer | P31Z03E | - | 89.3 | + +Top 5 by Yield: LGS3240E3 (LG Seeds) 94.5, S33ES76 (Unknown) 92.2, AE3150E3 (Unknown) 89.9, 2635E (Unknown) 89.4, P31Z03E (Pioneer) 89.3. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145501.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145501.json new file mode 100644 index 00000000..8c312ff6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145501.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145501", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "St.Cloud", + "year": 2025, + "plot_id": "145501", + "lat": 43.78126, + "lng": -88.19104, + "cooperator": "Earl Sippel", + "salesperson": "Earl Sippel", + "planted_date": "2025-04-28", + "harvested_date": "2025-10-02", + "plot_average": 62.6, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "IS2001E3", + "traits": "", + "metrics": { + "Yield": 64.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS1670E3", + "traits": "", + "metrics": { + "Yield": 64.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "IS1647E3", + "traits": "", + "metrics": { + "Yield": 63.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 63.9 + } + }, + { + "rank": 5, + "brand": "NK", + "product": "14U5E3", + "traits": "", + "metrics": { + "Yield": 63.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145501" + ], + "fetched_at": "2026-05-27T02:21:33.943679+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145501.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145501.md new file mode 100644 index 00000000..3fcba350 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145501.md @@ -0,0 +1,28 @@ +# Soybean yield trial — St.Cloud, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** St.Cloud +- **Year:** 2025 +- **Plot ID:** 145501 +- **Cooperator:** Earl Sippel +- **Planted:** 2025-04-28 +- **Harvested:** 2025-10-02 +- **Plot average:** 62.6 BU/Ac +- **Coordinates:** 43.78126, -88.19104 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145501 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | IS2001E3 | - | 64.5 | +| 2 | LG Seeds | LGS1670E3 | - | 64.4 | +| 3 | Unknown | IS1647E3 | - | 63.9 | +| 4 | LG Seeds | LGS1660E3 | - | 63.9 | +| 5 | NK | 14U5E3 | - | 63.7 | + +Top 5 by Yield: IS2001E3 (Unknown) 64.5, LGS1670E3 (LG Seeds) 64.4, IS1647E3 (Unknown) 63.9, LGS1660E3 (LG Seeds) 63.9, 14U5E3 (NK) 63.7. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145508.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145508.json new file mode 100644 index 00000000..d6dfb707 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145508.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145508", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Wapello", + "year": 2025, + "plot_id": "145508", + "lat": 41.17333, + "lng": -91.19688, + "cooperator": "Mike Brown", + "salesperson": "Mike Brown", + "planted_date": "2025-04-28", + "harvested_date": "2025-10-27", + "plot_average": 82.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3629E3", + "traits": "", + "metrics": { + "Yield": 88.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3240E3", + "traits": "", + "metrics": { + "Yield": 86.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 83.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3570E3", + "traits": "", + "metrics": { + "Yield": 82.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2881E3", + "traits": "", + "metrics": { + "Yield": 80.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145508" + ], + "fetched_at": "2026-05-27T02:22:06.722529+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145508.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145508.md new file mode 100644 index 00000000..93291be7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145508.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Wapello, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Iowa (IA) +- **City:** Wapello +- **Year:** 2025 +- **Plot ID:** 145508 +- **Cooperator:** Mike Brown +- **Planted:** 2025-04-28 +- **Harvested:** 2025-10-27 +- **Plot average:** 82.0 BU/Ac +- **Coordinates:** 41.17333, -91.19688 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145508 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3629E3 | - | 88.0 | +| 2 | LG Seeds | LGS3240E3 | - | 86.1 | +| 3 | LG Seeds | LGS3000E3 | - | 83.3 | +| 4 | LG Seeds | LGS3570E3 | - | 82.2 | +| 5 | LG Seeds | LGS2881E3 | - | 80.1 | + +Top 5 by Yield: LGS3629E3 (LG Seeds) 88.0, LGS3240E3 (LG Seeds) 86.1, LGS3000E3 (LG Seeds) 83.3, LGS3570E3 (LG Seeds) 82.2, LGS2881E3 (LG Seeds) 80.1. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145533.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145533.json new file mode 100644 index 00000000..5d7b0745 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145533.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145533", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Wanda", + "year": 2025, + "plot_id": "145533", + "lat": 44.32593, + "lng": -95.25732, + "cooperator": "Damon Traxler", + "salesperson": "Damon Traxler", + "planted_date": "2025-04-23", + "harvested_date": "2025-10-02", + "plot_average": 69.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "18E245N", + "traits": "", + "metrics": { + "Yield": 75.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "DSR-1989E", + "traits": "", + "metrics": { + "Yield": 75.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2270E3", + "traits": "", + "metrics": { + "Yield": 75.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 73.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 72.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145533" + ], + "fetched_at": "2026-05-27T02:21:24.959717+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145533.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145533.md new file mode 100644 index 00000000..54b79cb3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145533.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Wanda, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Wanda +- **Year:** 2025 +- **Plot ID:** 145533 +- **Cooperator:** Damon Traxler +- **Planted:** 2025-04-23 +- **Harvested:** 2025-10-02 +- **Plot average:** 69.7 BU/Ac +- **Coordinates:** 44.32593, -95.25732 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145533 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 18E245N | - | 75.7 | +| 2 | Unknown | DSR-1989E | - | 75.3 | +| 3 | LG Seeds | LGS2270E3 | - | 75.1 | +| 4 | LG Seeds | LGS1551E3 | - | 73.4 | +| 5 | LG Seeds | LGS1832E3 | - | 72.1 | + +Top 5 by Yield: 18E245N (Unknown) 75.7, DSR-1989E (Unknown) 75.3, LGS2270E3 (LG Seeds) 75.1, LGS1551E3 (LG Seeds) 73.4, LGS1832E3 (LG Seeds) 72.1. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145543.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145543.json new file mode 100644 index 00000000..92d8bb65 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145543.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145543", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Howells", + "year": 2025, + "plot_id": "145543", + "lat": 41.71325, + "lng": -97.03091, + "cooperator": "Bayer Farms", + "salesperson": "Bayer Farms", + "planted_date": "2025-04-29", + "harvested_date": "2025-10-02", + "plot_average": 79.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2334XF", + "traits": "", + "metrics": { + "Yield": 81.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2364XF", + "traits": "", + "metrics": { + "Yield": 81.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2685XF", + "traits": "", + "metrics": { + "Yield": 80.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2054XF", + "traits": "", + "metrics": { + "Yield": 80.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3105XF", + "traits": "", + "metrics": { + "Yield": 79.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145543" + ], + "fetched_at": "2026-05-27T02:21:27.708026+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145543.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145543.md new file mode 100644 index 00000000..d3b72fd9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145543.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Howells, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Nebraska (NE) +- **City:** Howells +- **Year:** 2025 +- **Plot ID:** 145543 +- **Cooperator:** Bayer Farms +- **Planted:** 2025-04-29 +- **Harvested:** 2025-10-02 +- **Plot average:** 79.6 BU/Ac +- **Coordinates:** 41.71325, -97.03091 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145543 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2334XF | - | 81.6 | +| 2 | LG Seeds | LGS2364XF | - | 81.2 | +| 3 | LG Seeds | LGS2685XF | - | 80.9 | +| 4 | LG Seeds | LGS2054XF | - | 80.2 | +| 5 | LG Seeds | LGS3105XF | - | 79.7 | + +Top 5 by Yield: LGS2334XF (LG Seeds) 81.6, LGS2364XF (LG Seeds) 81.2, LGS2685XF (LG Seeds) 80.9, LGS2054XF (LG Seeds) 80.2, LGS3105XF (LG Seeds) 79.7. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145558.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145558.json new file mode 100644 index 00000000..fab44613 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145558.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145558", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Silverwood", + "year": 2025, + "plot_id": "145558", + "lat": 43.34775, + "lng": -83.26251, + "cooperator": "Dave Pape", + "salesperson": "Dave Pape", + "planted_date": "2025-04-29", + "harvested_date": "2025-09-28", + "plot_average": 75.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2270E3", + "traits": "", + "metrics": { + "Yield": 81.28 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2408E3", + "traits": "", + "metrics": { + "Yield": 80.73 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 79.62 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 79.35 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "V2157E", + "traits": "", + "metrics": { + "Yield": 77.93 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145558" + ], + "fetched_at": "2026-05-27T02:21:38.687898+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145558.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145558.md new file mode 100644 index 00000000..fb1dc21c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145558.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Silverwood, Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Michigan (MI) +- **City:** Silverwood +- **Year:** 2025 +- **Plot ID:** 145558 +- **Cooperator:** Dave Pape +- **Planted:** 2025-04-29 +- **Harvested:** 2025-09-28 +- **Plot average:** 75.5 BU/Ac +- **Coordinates:** 43.34775, -83.26251 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145558 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2270E3 | - | 81.28 | +| 2 | LG Seeds | LGS2408E3 | - | 80.73 | +| 3 | LG Seeds | LGS2001E3 | - | 79.62 | +| 4 | LG Seeds | LGS1551E3 | - | 79.35 | +| 5 | Unknown | V2157E | - | 77.93 | + +Top 5 by Yield: LGS2270E3 (LG Seeds) 81.28, LGS2408E3 (LG Seeds) 80.73, LGS2001E3 (LG Seeds) 79.62, LGS1551E3 (LG Seeds) 79.35, V2157E (Unknown) 77.93. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145577.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145577.json new file mode 100644 index 00000000..9a9b03ec --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145577.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145577", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Lindsay", + "year": 2025, + "plot_id": "145577", + "lat": 41.67613, + "lng": -97.6203, + "cooperator": "Tom Preister", + "salesperson": "Tom Preister", + "planted_date": "2025-04-30", + "harvested_date": "2025-09-28", + "plot_average": 77.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2364XF", + "traits": "", + "metrics": { + "Yield": 82.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2054XF", + "traits": "", + "metrics": { + "Yield": 80.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2334XF", + "traits": "", + "metrics": { + "Yield": 79.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2685XF", + "traits": "", + "metrics": { + "Yield": 74.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3077XF", + "traits": "", + "metrics": { + "Yield": 74.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145577" + ], + "fetched_at": "2026-05-27T02:21:45.471561+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145577.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145577.md new file mode 100644 index 00000000..6488dea7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145577.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Lindsay, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Nebraska (NE) +- **City:** Lindsay +- **Year:** 2025 +- **Plot ID:** 145577 +- **Cooperator:** Tom Preister +- **Planted:** 2025-04-30 +- **Harvested:** 2025-09-28 +- **Plot average:** 77.0 BU/Ac +- **Coordinates:** 41.67613, -97.62030 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145577 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2364XF | - | 82.7 | +| 2 | LG Seeds | LGS2054XF | - | 80.0 | +| 3 | LG Seeds | LGS2334XF | - | 79.4 | +| 4 | LG Seeds | LGS2685XF | - | 74.7 | +| 5 | LG Seeds | LGS3077XF | - | 74.5 | + +Top 5 by Yield: LGS2364XF (LG Seeds) 82.7, LGS2054XF (LG Seeds) 80.0, LGS2334XF (LG Seeds) 79.4, LGS2685XF (LG Seeds) 74.7, LGS3077XF (LG Seeds) 74.5. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145580.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145580.json new file mode 100644 index 00000000..eb415070 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145580.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145580", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Hartington ", + "year": 2025, + "plot_id": "145580", + "lat": 42.60171, + "lng": -97.26981, + "cooperator": "Allen Kathol", + "salesperson": "Allen Kathol", + "planted_date": "2025-04-30", + "harvested_date": "2025-10-08", + "plot_average": 76.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 84.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2408E3", + "traits": "", + "metrics": { + "Yield": 83.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2364XF", + "traits": "", + "metrics": { + "Yield": 81.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 80.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2881E3", + "traits": "", + "metrics": { + "Yield": 79.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145580" + ], + "fetched_at": "2026-05-27T02:21:48.698183+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145580.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145580.md new file mode 100644 index 00000000..947e93ce --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145580.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Hartington , Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Nebraska (NE) +- **City:** Hartington +- **Year:** 2025 +- **Plot ID:** 145580 +- **Cooperator:** Allen Kathol +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-08 +- **Plot average:** 76.8 BU/Ac +- **Coordinates:** 42.60171, -97.26981 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145580 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3000E3 | - | 84.8 | +| 2 | LG Seeds | LGS2408E3 | - | 83.1 | +| 3 | LG Seeds | LGS2364XF | - | 81.1 | +| 4 | LG Seeds | LGS2505E3 | - | 80.6 | +| 5 | LG Seeds | LGS2881E3 | - | 79.7 | + +Top 5 by Yield: LGS3000E3 (LG Seeds) 84.8, LGS2408E3 (LG Seeds) 83.1, LGS2364XF (LG Seeds) 81.1, LGS2505E3 (LG Seeds) 80.6, LGS2881E3 (LG Seeds) 79.7. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145613.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145613.json new file mode 100644 index 00000000..1e886057 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145613.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145613", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Meadow Grove ", + "year": 2025, + "plot_id": "145613", + "lat": 41.86617, + "lng": -97.75126, + "cooperator": "Jay Nelson", + "salesperson": "Jay Nelson", + "planted_date": "2025-04-30", + "harvested_date": "2025-09-29", + "plot_average": 66.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2334XF", + "traits": "", + "metrics": { + "Yield": 70.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2054XF", + "traits": "", + "metrics": { + "Yield": 69.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2364XF", + "traits": "", + "metrics": { + "Yield": 67.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2850XF", + "traits": "", + "metrics": { + "Yield": 65.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2685XF", + "traits": "", + "metrics": { + "Yield": 65.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145613" + ], + "fetched_at": "2026-05-27T02:21:45.704550+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145613.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145613.md new file mode 100644 index 00000000..57466f93 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145613.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Meadow Grove , Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Nebraska (NE) +- **City:** Meadow Grove +- **Year:** 2025 +- **Plot ID:** 145613 +- **Cooperator:** Jay Nelson +- **Planted:** 2025-04-30 +- **Harvested:** 2025-09-29 +- **Plot average:** 66.9 BU/Ac +- **Coordinates:** 41.86617, -97.75126 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145613 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2334XF | - | 70.0 | +| 2 | LG Seeds | LGS2054XF | - | 69.1 | +| 3 | LG Seeds | LGS2364XF | - | 67.9 | +| 4 | LG Seeds | LGS2850XF | - | 65.9 | +| 5 | LG Seeds | LGS2685XF | - | 65.7 | + +Top 5 by Yield: LGS2334XF (LG Seeds) 70.0, LGS2054XF (LG Seeds) 69.1, LGS2364XF (LG Seeds) 67.9, LGS2850XF (LG Seeds) 65.9, LGS2685XF (LG Seeds) 65.7. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145631.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145631.json new file mode 100644 index 00000000..8cc3620a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145631.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145631", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Belden ", + "year": 2025, + "plot_id": "145631", + "lat": 42.4135, + "lng": -97.21187, + "cooperator": "Lathan Ohlrich", + "salesperson": "Lathan Ohlrich ", + "planted_date": "2025-05-01", + "harvested_date": "2025-10-06", + "plot_average": 56.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2881E3", + "traits": "", + "metrics": { + "Yield": 67.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "V2735E", + "traits": "", + "metrics": { + "Yield": 61.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 60.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3077XF", + "traits": "", + "metrics": { + "Yield": 59.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2334XF", + "traits": "", + "metrics": { + "Yield": 57.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145631" + ], + "fetched_at": "2026-05-27T02:21:31.958372+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145631.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145631.md new file mode 100644 index 00000000..aa1f8357 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145631.md @@ -0,0 +1,29 @@ +# Soybean yield trial — Belden , Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Nebraska (NE) +- **City:** Belden +- **Year:** 2025 +- **Plot ID:** 145631 +- **Cooperator:** Lathan Ohlrich +- **Salesperson:** Lathan Ohlrich +- **Planted:** 2025-05-01 +- **Harvested:** 2025-10-06 +- **Plot average:** 56.6 BU/Ac +- **Coordinates:** 42.41350, -97.21187 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145631 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2881E3 | - | 67.6 | +| 2 | Unknown | V2735E | - | 61.1 | +| 3 | LG Seeds | LGS2505E3 | - | 60.7 | +| 4 | LG Seeds | LGS3077XF | - | 59.5 | +| 5 | LG Seeds | LGS2334XF | - | 57.5 | + +Top 5 by Yield: LGS2881E3 (LG Seeds) 67.6, V2735E (Unknown) 61.1, LGS2505E3 (LG Seeds) 60.7, LGS3077XF (LG Seeds) 59.5, LGS2334XF (LG Seeds) 57.5. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145640.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145640.json new file mode 100644 index 00000000..43cd5dc9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145640.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145640", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Marshall", + "year": 2025, + "plot_id": "145640", + "lat": 44.44271, + "lng": -95.83427, + "cooperator": "Mike Mortier", + "salesperson": "Mike Mortier", + "planted_date": "2025-05-02", + "harvested_date": "2025-10-02", + "plot_average": 75.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 81.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 80.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 80.7 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 80.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 77.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145640" + ], + "fetched_at": "2026-05-27T02:21:37.453964+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145640.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145640.md new file mode 100644 index 00000000..df14d5b2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145640.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Marshall, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Marshall +- **Year:** 2025 +- **Plot ID:** 145640 +- **Cooperator:** Mike Mortier +- **Planted:** 2025-05-02 +- **Harvested:** 2025-10-02 +- **Plot average:** 75.1 BU/Ac +- **Coordinates:** 44.44271, -95.83427 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145640 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1551E3 | - | 81.1 | +| 2 | LG Seeds | LGS2001E3 | - | 80.9 | +| 3 | Unknown | LGS1551E3 | - | 80.7 | +| 4 | Unknown | LGS1551E3 | - | 80.3 | +| 5 | LG Seeds | LGS1660E3 | - | 77.4 | + +Top 5 by Yield: LGS1551E3 (LG Seeds) 81.1, LGS2001E3 (LG Seeds) 80.9, LGS1551E3 (Unknown) 80.7, LGS1551E3 (Unknown) 80.3, LGS1660E3 (LG Seeds) 77.4. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145662.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145662.json new file mode 100644 index 00000000..574bc656 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145662.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145662", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Goodhue", + "year": 2025, + "plot_id": "145662", + "lat": 44.39388, + "lng": -92.71757, + "cooperator": "Bill Gadient Jr", + "salesperson": "Bill Gadient Jr", + "planted_date": "2025-05-04", + "harvested_date": "2025-09-26", + "plot_average": 62.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2270E3", + "traits": "", + "metrics": { + "Yield": 76.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS0830E3", + "traits": "", + "metrics": { + "Yield": 67.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 65.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 64.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 61.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145662" + ], + "fetched_at": "2026-05-27T02:22:11.703582+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145662.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145662.md new file mode 100644 index 00000000..1d60ecc6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145662.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Goodhue, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Goodhue +- **Year:** 2025 +- **Plot ID:** 145662 +- **Cooperator:** Bill Gadient Jr +- **Planted:** 2025-05-04 +- **Harvested:** 2025-09-26 +- **Plot average:** 62.5 BU/Ac +- **Coordinates:** 44.39388, -92.71757 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145662 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2270E3 | - | 76.9 | +| 2 | LG Seeds | LGS0830E3 | - | 67.9 | +| 3 | LG Seeds | LGS1551E3 | - | 65.3 | +| 4 | LG Seeds | LGS1832E3 | - | 64.7 | +| 5 | LG Seeds | LGS2001E3 | - | 61.6 | + +Top 5 by Yield: LGS2270E3 (LG Seeds) 76.9, LGS0830E3 (LG Seeds) 67.9, LGS1551E3 (LG Seeds) 65.3, LGS1832E3 (LG Seeds) 64.7, LGS2001E3 (LG Seeds) 61.6. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145710.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145710.json new file mode 100644 index 00000000..63ba45c7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145710.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145710", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Oconomowoc ", + "year": 2025, + "plot_id": "145710", + "lat": 43.2056, + "lng": -88.45601, + "cooperator": "William Guenther", + "salesperson": "William Guenther", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-06", + "plot_average": 67.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B194EE", + "traits": "", + "metrics": { + "Yield": 71.6 + } + }, + { + "rank": 2, + "brand": "NK", + "product": "23-P1E3", + "traits": "", + "metrics": { + "Yield": 71.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B243EE", + "traits": "", + "metrics": { + "Yield": 70.7 + } + }, + { + "rank": 4, + "brand": "NK", + "product": "21-C2E3", + "traits": "", + "metrics": { + "Yield": 70.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 70.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145710" + ], + "fetched_at": "2026-05-27T02:21:34.184546+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145710.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145710.md new file mode 100644 index 00000000..362f91eb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145710.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Oconomowoc , Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** Oconomowoc +- **Year:** 2025 +- **Plot ID:** 145710 +- **Cooperator:** William Guenther +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-06 +- **Plot average:** 67.4 BU/Ac +- **Coordinates:** 43.20560, -88.45601 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145710 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B194EE | - | 71.6 | +| 2 | NK | 23-P1E3 | - | 71.1 | +| 3 | Unknown | B243EE | - | 70.7 | +| 4 | NK | 21-C2E3 | - | 70.3 | +| 5 | LG Seeds | LGS1660E3 | - | 70.2 | + +Top 5 by Yield: B194EE (Unknown) 71.6, 23-P1E3 (NK) 71.1, B243EE (Unknown) 70.7, 21-C2E3 (NK) 70.3, LGS1660E3 (LG Seeds) 70.2. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145712.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145712.json new file mode 100644 index 00000000..0be83f6b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145712.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145712", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "St. Paul", + "year": 2025, + "plot_id": "145712", + "lat": 41.20603, + "lng": -98.47961, + "cooperator": "Trey Wojtalewicz", + "salesperson": "Trey Wojtalewicz ", + "planted_date": "2025-05-05", + "harvested_date": "2025-09-30", + "plot_average": 86.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3105XF", + "traits": "", + "metrics": { + "Yield": 90.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2334XF", + "traits": "", + "metrics": { + "Yield": 88.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2685XF", + "traits": "", + "metrics": { + "Yield": 88.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2364XF", + "traits": "", + "metrics": { + "Yield": 88.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3077XF", + "traits": "", + "metrics": { + "Yield": 86.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145712" + ], + "fetched_at": "2026-05-27T02:21:40.959247+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145712.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145712.md new file mode 100644 index 00000000..27440f4f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145712.md @@ -0,0 +1,29 @@ +# Soybean yield trial — St. Paul, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Nebraska (NE) +- **City:** St. Paul +- **Year:** 2025 +- **Plot ID:** 145712 +- **Cooperator:** Trey Wojtalewicz +- **Salesperson:** Trey Wojtalewicz +- **Planted:** 2025-05-05 +- **Harvested:** 2025-09-30 +- **Plot average:** 86.1 BU/Ac +- **Coordinates:** 41.20603, -98.47961 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145712 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3105XF | - | 90.2 | +| 2 | LG Seeds | LGS2334XF | - | 88.9 | +| 3 | LG Seeds | LGS2685XF | - | 88.7 | +| 4 | LG Seeds | LGS2364XF | - | 88.3 | +| 5 | LG Seeds | LGS3077XF | - | 86.8 | + +Top 5 by Yield: LGS3105XF (LG Seeds) 90.2, LGS2334XF (LG Seeds) 88.9, LGS2685XF (LG Seeds) 88.7, LGS2364XF (LG Seeds) 88.3, LGS3077XF (LG Seeds) 86.8. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145727.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145727.json new file mode 100644 index 00000000..296ef43c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145727.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145727", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Blooming Prairie ", + "year": 2025, + "plot_id": "145727", + "lat": 43.9141, + "lng": -93.00479, + "cooperator": "Aaron Anderson", + "salesperson": "Aaron Anderson", + "planted_date": "2025-04-12", + "harvested_date": "2025-09-29", + "plot_average": 73.4, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P21Z71E", + "traits": "", + "metrics": { + "Yield": 82.28 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 80.23 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P17Z39E", + "traits": "", + "metrics": { + "Yield": 79.46 + } + }, + { + "rank": 4, + "brand": "NK", + "product": "15-G9E3S", + "traits": "", + "metrics": { + "Yield": 77.34 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 73.03 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145727" + ], + "fetched_at": "2026-05-27T02:21:30.449378+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145727.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145727.md new file mode 100644 index 00000000..aee8962c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145727.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Blooming Prairie , Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Blooming Prairie +- **Year:** 2025 +- **Plot ID:** 145727 +- **Cooperator:** Aaron Anderson +- **Planted:** 2025-04-12 +- **Harvested:** 2025-09-29 +- **Plot average:** 73.4 BU/Ac +- **Coordinates:** 43.91410, -93.00479 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145727 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P21Z71E | - | 82.28 | +| 2 | LG Seeds | LGS1551E3 | - | 80.23 | +| 3 | Pioneer | P17Z39E | - | 79.46 | +| 4 | NK | 15-G9E3S | - | 77.34 | +| 5 | LG Seeds | LGS2001E3 | - | 73.03 | + +Top 5 by Yield: P21Z71E (Pioneer) 82.28, LGS1551E3 (LG Seeds) 80.23, P17Z39E (Pioneer) 79.46, 15-G9E3S (NK) 77.34, LGS2001E3 (LG Seeds) 73.03. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145741.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145741.json new file mode 100644 index 00000000..61f8826e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145741.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145741", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Columbus ", + "year": 2025, + "plot_id": "145741", + "lat": 41.58724, + "lng": -97.3481, + "cooperator": "Clay Hills Ag", + "salesperson": "Clay Hills Ag", + "planted_date": "2025-05-06", + "harvested_date": "2025-10-02", + "plot_average": 75.5, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "AG20XF4", + "traits": "", + "metrics": { + "Yield": 79.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "AG30XF4", + "traits": "", + "metrics": { + "Yield": 77.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "AG29XF5", + "traits": "", + "metrics": { + "Yield": 77.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2364XF", + "traits": "", + "metrics": { + "Yield": 76.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3077XF", + "traits": "", + "metrics": { + "Yield": 75.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145741" + ], + "fetched_at": "2026-05-27T02:21:27.941729+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145741.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145741.md new file mode 100644 index 00000000..9efd7f7c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145741.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Columbus , Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Nebraska (NE) +- **City:** Columbus +- **Year:** 2025 +- **Plot ID:** 145741 +- **Cooperator:** Clay Hills Ag +- **Planted:** 2025-05-06 +- **Harvested:** 2025-10-02 +- **Plot average:** 75.5 BU/Ac +- **Coordinates:** 41.58724, -97.34810 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145741 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | AG20XF4 | - | 79.7 | +| 2 | Unknown | AG30XF4 | - | 77.9 | +| 3 | Unknown | AG29XF5 | - | 77.1 | +| 4 | LG Seeds | LGS2364XF | - | 76.8 | +| 5 | LG Seeds | LGS3077XF | - | 75.9 | + +Top 5 by Yield: AG20XF4 (Unknown) 79.7, AG30XF4 (Unknown) 77.9, AG29XF5 (Unknown) 77.1, LGS2364XF (LG Seeds) 76.8, LGS3077XF (LG Seeds) 75.9. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145749.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145749.json new file mode 100644 index 00000000..ea9250a2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145749.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145749", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Ortonville", + "year": 2025, + "plot_id": "145749", + "lat": 45.36918, + "lng": -96.27052, + "cooperator": "Tim Thompson", + "salesperson": "Tim Thompson", + "planted_date": "2025-05-07", + "harvested_date": "2025-10-03", + "plot_average": 64.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1670E3", + "traits": "", + "metrics": { + "Yield": 69.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "G0880E", + "traits": "", + "metrics": { + "Yield": 67.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1206E3", + "traits": "", + "metrics": { + "Yield": 66.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1043E3", + "traits": "", + "metrics": { + "Yield": 66.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 66.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145749" + ], + "fetched_at": "2026-05-27T02:21:41.701031+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145749.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145749.md new file mode 100644 index 00000000..fcc2979d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145749.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Ortonville, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Ortonville +- **Year:** 2025 +- **Plot ID:** 145749 +- **Cooperator:** Tim Thompson +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-03 +- **Plot average:** 64.7 BU/Ac +- **Coordinates:** 45.36918, -96.27052 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145749 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1670E3 | - | 69.4 | +| 2 | Unknown | G0880E | - | 67.2 | +| 3 | LG Seeds | LGS1206E3 | - | 66.8 | +| 4 | LG Seeds | LGS1043E3 | - | 66.6 | +| 5 | LG Seeds | LGS1551E3 | - | 66.3 | + +Top 5 by Yield: LGS1670E3 (LG Seeds) 69.4, G0880E (Unknown) 67.2, LGS1206E3 (LG Seeds) 66.8, LGS1043E3 (LG Seeds) 66.6, LGS1551E3 (LG Seeds) 66.3. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145755.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145755.json new file mode 100644 index 00000000..b122a452 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145755.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145755", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "McLean ", + "year": 2025, + "plot_id": "145755", + "lat": 40.31211, + "lng": -89.11383, + "cooperator": "AgVantage Seeds", + "salesperson": "AgVantage Seeds", + "planted_date": "2025-04-16", + "harvested_date": "2025-10-01", + "plot_average": 84.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3629E3", + "traits": "", + "metrics": { + "Yield": 97.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3240E3", + "traits": "", + "metrics": { + "Yield": 92.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "XO2832E", + "traits": "", + "metrics": { + "Yield": 92.3 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "35L17XF", + "traits": "", + "metrics": { + "Yield": 91.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 89.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145755" + ], + "fetched_at": "2026-05-27T02:21:25.184778+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145755.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145755.md new file mode 100644 index 00000000..ae40bdf7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145755.md @@ -0,0 +1,28 @@ +# Soybean yield trial — McLean , Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** McLean +- **Year:** 2025 +- **Plot ID:** 145755 +- **Cooperator:** AgVantage Seeds +- **Planted:** 2025-04-16 +- **Harvested:** 2025-10-01 +- **Plot average:** 84.0 BU/Ac +- **Coordinates:** 40.31211, -89.11383 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145755 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3629E3 | - | 97.7 | +| 2 | LG Seeds | LGS3240E3 | - | 92.8 | +| 3 | Unknown | XO2832E | - | 92.3 | +| 4 | Unknown | 35L17XF | - | 91.7 | +| 5 | LG Seeds | LGS3000E3 | - | 89.9 | + +Top 5 by Yield: LGS3629E3 (LG Seeds) 97.7, LGS3240E3 (LG Seeds) 92.8, XO2832E (Unknown) 92.3, 35L17XF (Unknown) 91.7, LGS3000E3 (LG Seeds) 89.9. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145766.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145766.json new file mode 100644 index 00000000..247717ac --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145766.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145766", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Elbow Lake", + "year": 2025, + "plot_id": "145766", + "lat": 45.97229, + "lng": -96.10055, + "cooperator": "Elbow Lake Co-op", + "salesperson": "Elbow Lake Co-op", + "planted_date": "2025-05-05", + "harvested_date": "2025-10-07", + "plot_average": 64.2, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "Unknown", + "traits": "", + "metrics": { + "Yield": 71.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "AG10XF4", + "traits": "", + "metrics": { + "Yield": 68.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1670E3", + "traits": "", + "metrics": { + "Yield": 68.5 + } + }, + { + "rank": 4, + "brand": "NK", + "product": "10-P7XF", + "traits": "", + "metrics": { + "Yield": 68.3 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "AG07XF2", + "traits": "", + "metrics": { + "Yield": 67.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145766" + ], + "fetched_at": "2026-05-27T02:21:42.684901+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145766.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145766.md new file mode 100644 index 00000000..8e78653e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145766.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Elbow Lake, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Elbow Lake +- **Year:** 2025 +- **Plot ID:** 145766 +- **Cooperator:** Elbow Lake Co-op +- **Planted:** 2025-05-05 +- **Harvested:** 2025-10-07 +- **Plot average:** 64.2 BU/Ac +- **Coordinates:** 45.97229, -96.10055 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145766 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | Unknown | - | 71.6 | +| 2 | Unknown | AG10XF4 | - | 68.7 | +| 3 | LG Seeds | LGS1670E3 | - | 68.5 | +| 4 | NK | 10-P7XF | - | 68.3 | +| 5 | Unknown | AG07XF2 | - | 67.5 | + +Top 5 by Yield: Unknown (Unknown) 71.6, AG10XF4 (Unknown) 68.7, LGS1670E3 (LG Seeds) 68.5, 10-P7XF (NK) 68.3, AG07XF2 (Unknown) 67.5. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145778.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145778.json new file mode 100644 index 00000000..daf8d210 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145778.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145778", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Muscoda", + "year": 2025, + "plot_id": "145778", + "lat": 43.24829, + "lng": -90.48693, + "cooperator": "Jim Goplin", + "salesperson": "Jim Goplin", + "planted_date": "2025-05-07", + "harvested_date": "2025-09-29", + "plot_average": 78.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 81.7 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P21Z71E", + "traits": "", + "metrics": { + "Yield": 81.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2270E3", + "traits": "", + "metrics": { + "Yield": 80.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 79.1 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P17Z39E", + "traits": "", + "metrics": { + "Yield": 79.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145778" + ], + "fetched_at": "2026-05-27T02:21:35.189964+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145778.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145778.md new file mode 100644 index 00000000..e5a1c1f3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145778.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Muscoda, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** Muscoda +- **Year:** 2025 +- **Plot ID:** 145778 +- **Cooperator:** Jim Goplin +- **Planted:** 2025-05-07 +- **Harvested:** 2025-09-29 +- **Plot average:** 78.4 BU/Ac +- **Coordinates:** 43.24829, -90.48693 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145778 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1660E3 | - | 81.7 | +| 2 | Pioneer | P21Z71E | - | 81.0 | +| 3 | LG Seeds | LGS2270E3 | - | 80.0 | +| 4 | LG Seeds | LGS2001E3 | - | 79.1 | +| 5 | Pioneer | P17Z39E | - | 79.1 | + +Top 5 by Yield: LGS1660E3 (LG Seeds) 81.7, P21Z71E (Pioneer) 81.0, LGS2270E3 (LG Seeds) 80.0, LGS2001E3 (LG Seeds) 79.1, P17Z39E (Pioneer) 79.1. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145780.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145780.json new file mode 100644 index 00000000..9b189e71 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145780.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145780", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Pierz", + "year": 2025, + "plot_id": "145780", + "lat": 45.92653, + "lng": -94.11284, + "cooperator": "Doug Stangl", + "salesperson": "Doug Stangl", + "planted_date": "2025-05-07", + "harvested_date": "2025-09-30", + "plot_average": 59.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1043E3", + "traits": "", + "metrics": { + "Yield": 64.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "09L10E3", + "traits": "", + "metrics": { + "Yield": 63.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS0830E3", + "traits": "", + "metrics": { + "Yield": 57.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "AE0930", + "traits": "", + "metrics": { + "Yield": 56.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS0405E3", + "traits": "", + "metrics": { + "Yield": 55.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145780" + ], + "fetched_at": "2026-05-27T02:21:30.692595+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145780.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145780.md new file mode 100644 index 00000000..27187d75 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145780.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Pierz, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Pierz +- **Year:** 2025 +- **Plot ID:** 145780 +- **Cooperator:** Doug Stangl +- **Planted:** 2025-05-07 +- **Harvested:** 2025-09-30 +- **Plot average:** 59.4 BU/Ac +- **Coordinates:** 45.92653, -94.11284 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145780 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1043E3 | - | 64.5 | +| 2 | Unknown | 09L10E3 | - | 63.1 | +| 3 | LG Seeds | LGS0830E3 | - | 57.8 | +| 4 | Unknown | AE0930 | - | 56.3 | +| 5 | LG Seeds | LGS0405E3 | - | 55.3 | + +Top 5 by Yield: LGS1043E3 (LG Seeds) 64.5, 09L10E3 (Unknown) 63.1, LGS0830E3 (LG Seeds) 57.8, AE0930 (Unknown) 56.3, LGS0405E3 (LG Seeds) 55.3. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145798.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145798.json new file mode 100644 index 00000000..82604db9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145798.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145798", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Viroqua", + "year": 2025, + "plot_id": "145798", + "lat": 43.46617, + "lng": -91.02654, + "cooperator": "Mitchel Bass", + "salesperson": "Mitchel Bass", + "planted_date": "2025-05-07", + "harvested_date": "2025-10-02", + "plot_average": 77.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 85.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2270E3", + "traits": "", + "metrics": { + "Yield": 84.2 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "25E664P", + "traits": "", + "metrics": { + "Yield": 83.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "17E650N", + "traits": "", + "metrics": { + "Yield": 80.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "19E536P", + "traits": "", + "metrics": { + "Yield": 79.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145798" + ], + "fetched_at": "2026-05-27T02:22:34.463369+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145798.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145798.md new file mode 100644 index 00000000..f50d0dd8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145798.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Viroqua, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** Viroqua +- **Year:** 2025 +- **Plot ID:** 145798 +- **Cooperator:** Mitchel Bass +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-02 +- **Plot average:** 77.1 BU/Ac +- **Coordinates:** 43.46617, -91.02654 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145798 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2001E3 | - | 85.1 | +| 2 | LG Seeds | LGS2270E3 | - | 84.2 | +| 3 | Unknown | 25E664P | - | 83.5 | +| 4 | Unknown | 17E650N | - | 80.4 | +| 5 | Unknown | 19E536P | - | 79.9 | + +Top 5 by Yield: LGS2001E3 (LG Seeds) 85.1, LGS2270E3 (LG Seeds) 84.2, 25E664P (Unknown) 83.5, 17E650N (Unknown) 80.4, 19E536P (Unknown) 79.9. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145806.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145806.json new file mode 100644 index 00000000..688c9e87 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145806.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145806", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Mt Pleasant", + "year": 2025, + "plot_id": "145806", + "lat": 41.03233, + "lng": -91.53614, + "cooperator": "Mullin Family Farms", + "salesperson": "Mullin Family Farms", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-06", + "plot_average": 85.3, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P37Z06E", + "traits": "", + "metrics": { + "Yield": 92.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3629E3", + "traits": "", + "metrics": { + "Yield": 91.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "3670E3", + "traits": "", + "metrics": { + "Yield": 90.6 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P29Z61E", + "traits": "", + "metrics": { + "Yield": 90.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B344E", + "traits": "", + "metrics": { + "Yield": 88.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145806" + ], + "fetched_at": "2026-05-27T02:21:48.180320+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145806.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145806.md new file mode 100644 index 00000000..8c9f8fd1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145806.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Mt Pleasant, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Iowa (IA) +- **City:** Mt Pleasant +- **Year:** 2025 +- **Plot ID:** 145806 +- **Cooperator:** Mullin Family Farms +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-06 +- **Plot average:** 85.3 BU/Ac +- **Coordinates:** 41.03233, -91.53614 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145806 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P37Z06E | - | 92.0 | +| 2 | LG Seeds | LGS3629E3 | - | 91.8 | +| 3 | Unknown | 3670E3 | - | 90.6 | +| 4 | Pioneer | P29Z61E | - | 90.2 | +| 5 | Unknown | B344E | - | 88.8 | + +Top 5 by Yield: P37Z06E (Pioneer) 92.0, LGS3629E3 (LG Seeds) 91.8, 3670E3 (Unknown) 90.6, P29Z61E (Pioneer) 90.2, B344E (Unknown) 88.8. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145809.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145809.json new file mode 100644 index 00000000..eb10d169 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145809.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145809", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Groton", + "year": 2025, + "plot_id": "145809", + "lat": 45.46099, + "lng": -98.18727, + "cooperator": "Scott Sperry", + "salesperson": "Scott Sperry", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-13", + "plot_average": 50.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1711XF", + "traits": "", + "metrics": { + "Yield": 62.53 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS0701XF", + "traits": "", + "metrics": { + "Yield": 60.62 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1385XF", + "traits": "", + "metrics": { + "Yield": 60.19 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2685XF", + "traits": "", + "metrics": { + "Yield": 59.15 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2364XF", + "traits": "", + "metrics": { + "Yield": 59.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145809" + ], + "fetched_at": "2026-05-27T02:21:36.941211+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145809.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145809.md new file mode 100644 index 00000000..1ed23ad8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145809.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Groton, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** South Dakota (SD) +- **City:** Groton +- **Year:** 2025 +- **Plot ID:** 145809 +- **Cooperator:** Scott Sperry +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-13 +- **Plot average:** 50.2 BU/Ac +- **Coordinates:** 45.46099, -98.18727 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145809 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1711XF | - | 62.53 | +| 2 | LG Seeds | LGS0701XF | - | 60.62 | +| 3 | LG Seeds | LGS1385XF | - | 60.19 | +| 4 | LG Seeds | LGS2685XF | - | 59.15 | +| 5 | LG Seeds | LGS2364XF | - | 59.1 | + +Top 5 by Yield: LGS1711XF (LG Seeds) 62.53, LGS0701XF (LG Seeds) 60.62, LGS1385XF (LG Seeds) 60.19, LGS2685XF (LG Seeds) 59.15, LGS2364XF (LG Seeds) 59.1. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145815.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145815.json new file mode 100644 index 00000000..43afd2a2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145815.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145815", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Melrose", + "year": 2025, + "plot_id": "145815", + "lat": 44.2002, + "lng": -90.97445, + "cooperator": "Matt Stetzer", + "salesperson": "Matt Stetzer", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-01", + "plot_average": 65.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2270E3", + "traits": "", + "metrics": { + "Yield": 71.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 68.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 67.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1670E3", + "traits": "", + "metrics": { + "Yield": 67.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2408E3", + "traits": "", + "metrics": { + "Yield": 66.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145815" + ], + "fetched_at": "2026-05-27T02:21:47.461729+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145815.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145815.md new file mode 100644 index 00000000..b0a2c0f2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145815.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Melrose, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** Melrose +- **Year:** 2025 +- **Plot ID:** 145815 +- **Cooperator:** Matt Stetzer +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-01 +- **Plot average:** 65.6 BU/Ac +- **Coordinates:** 44.20020, -90.97445 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145815 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2270E3 | - | 71.9 | +| 2 | LG Seeds | LGS1551E3 | - | 68.2 | +| 3 | LG Seeds | LGS2001E3 | - | 67.5 | +| 4 | LG Seeds | LGS1670E3 | - | 67.1 | +| 5 | LG Seeds | LGS2408E3 | - | 66.4 | + +Top 5 by Yield: LGS2270E3 (LG Seeds) 71.9, LGS1551E3 (LG Seeds) 68.2, LGS2001E3 (LG Seeds) 67.5, LGS1670E3 (LG Seeds) 67.1, LGS2408E3 (LG Seeds) 66.4. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145816.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145816.json new file mode 100644 index 00000000..3e070385 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145816.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145816", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Laurel ", + "year": 2025, + "plot_id": "145816", + "lat": 42.43988, + "lng": -97.09548, + "cooperator": "Rich Erwin", + "salesperson": "Rich Erwin", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-08", + "plot_average": 67.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2364XF", + "traits": "", + "metrics": { + "Yield": 72.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2408E3", + "traits": "", + "metrics": { + "Yield": 70.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2881E3", + "traits": "", + "metrics": { + "Yield": 69.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 69.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 68.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145816" + ], + "fetched_at": "2026-05-27T02:21:48.959736+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145816.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145816.md new file mode 100644 index 00000000..662e16d8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145816.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Laurel , Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Nebraska (NE) +- **City:** Laurel +- **Year:** 2025 +- **Plot ID:** 145816 +- **Cooperator:** Rich Erwin +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-08 +- **Plot average:** 67.2 BU/Ac +- **Coordinates:** 42.43988, -97.09548 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145816 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2364XF | - | 72.3 | +| 2 | LG Seeds | LGS2408E3 | - | 70.6 | +| 3 | LG Seeds | LGS2881E3 | - | 69.5 | +| 4 | LG Seeds | LGS3000E3 | - | 69.4 | +| 5 | LG Seeds | LGS2505E3 | - | 68.8 | + +Top 5 by Yield: LGS2364XF (LG Seeds) 72.3, LGS2408E3 (LG Seeds) 70.6, LGS2881E3 (LG Seeds) 69.5, LGS3000E3 (LG Seeds) 69.4, LGS2505E3 (LG Seeds) 68.8. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145847.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145847.json new file mode 100644 index 00000000..ee584fd4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145847.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145847", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Bellwood ", + "year": 2025, + "plot_id": "145847", + "lat": 41.32307, + "lng": -97.34205, + "cooperator": "Pete C Schmit & Sons", + "salesperson": "Pete C Schmit & Sons", + "planted_date": "2025-05-05", + "harvested_date": "2025-10-05", + "plot_average": 82.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2685XF", + "traits": "", + "metrics": { + "Yield": 96.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "GH2626XF", + "traits": "", + "metrics": { + "Yield": 91.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2334XF", + "traits": "", + "metrics": { + "Yield": 90.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3077XF", + "traits": "", + "metrics": { + "Yield": 90.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "V2157E", + "traits": "", + "metrics": { + "Yield": 89.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145847" + ], + "fetched_at": "2026-05-27T02:21:32.203546+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145847.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145847.md new file mode 100644 index 00000000..cc7dd631 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145847.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Bellwood , Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Nebraska (NE) +- **City:** Bellwood +- **Year:** 2025 +- **Plot ID:** 145847 +- **Cooperator:** Pete C Schmit & Sons +- **Planted:** 2025-05-05 +- **Harvested:** 2025-10-05 +- **Plot average:** 82.9 BU/Ac +- **Coordinates:** 41.32307, -97.34205 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145847 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2685XF | - | 96.0 | +| 2 | Unknown | GH2626XF | - | 91.8 | +| 3 | LG Seeds | LGS2334XF | - | 90.7 | +| 4 | LG Seeds | LGS3077XF | - | 90.2 | +| 5 | Unknown | V2157E | - | 89.5 | + +Top 5 by Yield: LGS2685XF (LG Seeds) 96.0, GH2626XF (Unknown) 91.8, LGS2334XF (LG Seeds) 90.7, LGS3077XF (LG Seeds) 90.2, V2157E (Unknown) 89.5. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145861.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145861.json new file mode 100644 index 00000000..92481843 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145861.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145861", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Randolph", + "year": 2025, + "plot_id": "145861", + "lat": 44.60173, + "lng": -93.10219, + "cooperator": "Luke Dubbels", + "salesperson": "Luke Dubbels", + "planted_date": "2025-05-09", + "harvested_date": "2025-10-03", + "plot_average": 70.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 73.72 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "1630E3", + "traits": "", + "metrics": { + "Yield": 73.07 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 72.31 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 71.74 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 71.66 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145861" + ], + "fetched_at": "2026-05-27T02:22:34.713856+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145861.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145861.md new file mode 100644 index 00000000..a0677a56 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145861.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Randolph, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Randolph +- **Year:** 2025 +- **Plot ID:** 145861 +- **Cooperator:** Luke Dubbels +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-03 +- **Plot average:** 70.9 BU/Ac +- **Coordinates:** 44.60173, -93.10219 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145861 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1660E3 | - | 73.72 | +| 2 | Unknown | 1630E3 | - | 73.07 | +| 3 | LG Seeds | LGS2001E3 | - | 72.31 | +| 4 | LG Seeds | LGS1551E3 | - | 71.74 | +| 5 | LG Seeds | LGS1832E3 | - | 71.66 | + +Top 5 by Yield: LGS1660E3 (LG Seeds) 73.72, 1630E3 (Unknown) 73.07, LGS2001E3 (LG Seeds) 72.31, LGS1551E3 (LG Seeds) 71.74, LGS1832E3 (LG Seeds) 71.66. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145862.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145862.json new file mode 100644 index 00000000..1478566f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145862.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145862", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Lewisville", + "year": 2025, + "plot_id": "145862", + "lat": 43.92957, + "lng": -94.4294, + "cooperator": "Tri-County Seed", + "salesperson": "Tri-County Seed", + "planted_date": "2025-05-09", + "harvested_date": "2025-10-03", + "plot_average": 62.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1670E3", + "traits": "", + "metrics": { + "Yield": 71.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2270E3", + "traits": "", + "metrics": { + "Yield": 69.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "V2157E", + "traits": "", + "metrics": { + "Yield": 68.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1206E3", + "traits": "", + "metrics": { + "Yield": 66.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 66.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145862" + ], + "fetched_at": "2026-05-27T02:21:37.696484+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145862.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145862.md new file mode 100644 index 00000000..71e55991 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145862.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Lewisville, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Lewisville +- **Year:** 2025 +- **Plot ID:** 145862 +- **Cooperator:** Tri-County Seed +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-03 +- **Plot average:** 62.9 BU/Ac +- **Coordinates:** 43.92957, -94.42940 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145862 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1670E3 | - | 71.0 | +| 2 | LG Seeds | LGS2270E3 | - | 69.6 | +| 3 | Unknown | V2157E | - | 68.1 | +| 4 | LG Seeds | LGS1206E3 | - | 66.9 | +| 5 | LG Seeds | LGS1551E3 | - | 66.3 | + +Top 5 by Yield: LGS1670E3 (LG Seeds) 71.0, LGS2270E3 (LG Seeds) 69.6, V2157E (Unknown) 68.1, LGS1206E3 (LG Seeds) 66.9, LGS1551E3 (LG Seeds) 66.3. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145879.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145879.json new file mode 100644 index 00000000..04606d45 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145879.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145879", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Belgium", + "year": 2025, + "plot_id": "145879", + "lat": 43.45247, + "lng": -87.88684, + "cooperator": "Dan Large", + "salesperson": "Dan Large", + "planted_date": "2025-05-09", + "harvested_date": "2025-09-29", + "plot_average": 71.5, + "results": [ + { + "rank": 1, + "brand": "NK", + "product": "17-H1E3", + "traits": "", + "metrics": { + "Yield": 80.31 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "A18E35", + "traits": "", + "metrics": { + "Yield": 76.52 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2408E3", + "traits": "", + "metrics": { + "Yield": 73.92 + } + }, + { + "rank": 4, + "brand": "NK", + "product": "14U5E3", + "traits": "", + "metrics": { + "Yield": 73.79 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 71.68 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145879" + ], + "fetched_at": "2026-05-27T02:21:46.451432+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145879.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145879.md new file mode 100644 index 00000000..3f5e4bb5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145879.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Belgium, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** Belgium +- **Year:** 2025 +- **Plot ID:** 145879 +- **Cooperator:** Dan Large +- **Planted:** 2025-05-09 +- **Harvested:** 2025-09-29 +- **Plot average:** 71.5 BU/Ac +- **Coordinates:** 43.45247, -87.88684 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145879 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | NK | 17-H1E3 | - | 80.31 | +| 2 | Unknown | A18E35 | - | 76.52 | +| 3 | LG Seeds | LGS2408E3 | - | 73.92 | +| 4 | NK | 14U5E3 | - | 73.79 | +| 5 | LG Seeds | LGS2001E3 | - | 71.68 | + +Top 5 by Yield: 17-H1E3 (NK) 80.31, A18E35 (Unknown) 76.52, LGS2408E3 (LG Seeds) 73.92, 14U5E3 (NK) 73.79, LGS2001E3 (LG Seeds) 71.68. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145885.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145885.json new file mode 100644 index 00000000..cd801ff6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145885.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145885", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Cleveland ", + "year": 2025, + "plot_id": "145885", + "lat": 44.32849, + "lng": -93.83896, + "cooperator": "Matt Stauff", + "salesperson": "Matt Stauff", + "planted_date": "2025-05-09", + "harvested_date": "2025-09-30", + "plot_average": 69.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2270E3", + "traits": "", + "metrics": { + "Yield": 77.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 74.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1670E3", + "traits": "", + "metrics": { + "Yield": 74.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 73.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "18EJ12", + "traits": "", + "metrics": { + "Yield": 71.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145885" + ], + "fetched_at": "2026-05-27T02:21:30.934386+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145885.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145885.md new file mode 100644 index 00000000..fe644921 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145885.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Cleveland , Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Cleveland +- **Year:** 2025 +- **Plot ID:** 145885 +- **Cooperator:** Matt Stauff +- **Planted:** 2025-05-09 +- **Harvested:** 2025-09-30 +- **Plot average:** 69.0 BU/Ac +- **Coordinates:** 44.32849, -93.83896 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145885 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2270E3 | - | 77.4 | +| 2 | LG Seeds | LGS1551E3 | - | 74.1 | +| 3 | LG Seeds | LGS1670E3 | - | 74.0 | +| 4 | LG Seeds | LGS2001E3 | - | 73.2 | +| 5 | Unknown | 18EJ12 | - | 71.6 | + +Top 5 by Yield: LGS2270E3 (LG Seeds) 77.4, LGS1551E3 (LG Seeds) 74.1, LGS1670E3 (LG Seeds) 74.0, LGS2001E3 (LG Seeds) 73.2, 18EJ12 (Unknown) 71.6. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145887.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145887.json new file mode 100644 index 00000000..64323a97 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145887.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145887", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "South Haven", + "year": 2025, + "plot_id": "145887", + "lat": 45.28664, + "lng": -94.19647, + "cooperator": "Muehring Seed", + "salesperson": "Muehring Seed", + "planted_date": "2025-05-09", + "harvested_date": "2025-10-06", + "plot_average": 46.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 51.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "GH1973E3S", + "traits": "", + "metrics": { + "Yield": 51.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 50.3 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "GH1534E3", + "traits": "", + "metrics": { + "Yield": 48.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1206E3", + "traits": "", + "metrics": { + "Yield": 48.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145887" + ], + "fetched_at": "2026-05-27T02:21:41.937693+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145887.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145887.md new file mode 100644 index 00000000..89a1c703 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145887.md @@ -0,0 +1,28 @@ +# Soybean yield trial — South Haven, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** South Haven +- **Year:** 2025 +- **Plot ID:** 145887 +- **Cooperator:** Muehring Seed +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-06 +- **Plot average:** 46.6 BU/Ac +- **Coordinates:** 45.28664, -94.19647 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145887 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1551E3 | - | 51.4 | +| 2 | Unknown | GH1973E3S | - | 51.1 | +| 3 | LG Seeds | LGS1832E3 | - | 50.3 | +| 4 | Unknown | GH1534E3 | - | 48.7 | +| 5 | LG Seeds | LGS1206E3 | - | 48.2 | + +Top 5 by Yield: LGS1551E3 (LG Seeds) 51.4, GH1973E3S (Unknown) 51.1, LGS1832E3 (LG Seeds) 50.3, GH1534E3 (Unknown) 48.7, LGS1206E3 (LG Seeds) 48.2. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145895.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145895.json new file mode 100644 index 00000000..3dbc904f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145895.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145895", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "Grant Park", + "year": 2025, + "plot_id": "145895", + "lat": 41.28136, + "lng": -87.68301, + "cooperator": "Bruce Matthias", + "salesperson": "Bruce Matthias", + "planted_date": "2025-05-06", + "harvested_date": "2025-10-24", + "plot_average": 76.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 84.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3240E3", + "traits": "", + "metrics": { + "Yield": 79.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 74.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "AE2940S", + "traits": "", + "metrics": { + "Yield": 74.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2881E3", + "traits": "", + "metrics": { + "Yield": 73.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145895" + ], + "fetched_at": "2026-05-27T02:21:57.713271+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145895.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145895.md new file mode 100644 index 00000000..99c40ed4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145895.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Grant Park, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** Grant Park +- **Year:** 2025 +- **Plot ID:** 145895 +- **Cooperator:** Bruce Matthias +- **Planted:** 2025-05-06 +- **Harvested:** 2025-10-24 +- **Plot average:** 76.3 BU/Ac +- **Coordinates:** 41.28136, -87.68301 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145895 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2505E3 | - | 84.3 | +| 2 | LG Seeds | LGS3240E3 | - | 79.6 | +| 3 | LG Seeds | LGS3000E3 | - | 74.8 | +| 4 | Unknown | AE2940S | - | 74.1 | +| 5 | LG Seeds | LGS2881E3 | - | 73.1 | + +Top 5 by Yield: LGS2505E3 (LG Seeds) 84.3, LGS3240E3 (LG Seeds) 79.6, LGS3000E3 (LG Seeds) 74.8, AE2940S (Unknown) 74.1, LGS2881E3 (LG Seeds) 73.1. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145897.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145897.json new file mode 100644 index 00000000..30608f58 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145897.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145897", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Garretson", + "year": 2025, + "plot_id": "145897", + "lat": 43.7196, + "lng": -96.50789, + "cooperator": "Frontline Crop Solutions", + "salesperson": "Frontline Crop Solutions ", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-06", + "plot_average": 72.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "DE5215", + "traits": "", + "metrics": { + "Yield": 78.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 77.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1670E3", + "traits": "", + "metrics": { + "Yield": 76.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 76.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "16A6N", + "traits": "", + "metrics": { + "Yield": 75.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145897" + ], + "fetched_at": "2026-05-27T02:22:36.205441+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145897.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145897.md new file mode 100644 index 00000000..d9577279 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145897.md @@ -0,0 +1,29 @@ +# Soybean yield trial — Garretson, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** South Dakota (SD) +- **City:** Garretson +- **Year:** 2025 +- **Plot ID:** 145897 +- **Cooperator:** Frontline Crop Solutions +- **Salesperson:** Frontline Crop Solutions +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-06 +- **Plot average:** 72.0 BU/Ac +- **Coordinates:** 43.71960, -96.50789 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145897 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | DE5215 | - | 78.0 | +| 2 | LG Seeds | LGS1660E3 | - | 77.7 | +| 3 | LG Seeds | LGS1670E3 | - | 76.4 | +| 4 | LG Seeds | LGS1551E3 | - | 76.0 | +| 5 | Unknown | 16A6N | - | 75.8 | + +Top 5 by Yield: DE5215 (Unknown) 78.0, LGS1660E3 (LG Seeds) 77.7, LGS1670E3 (LG Seeds) 76.4, LGS1551E3 (LG Seeds) 76.0, 16A6N (Unknown) 75.8. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145914.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145914.json new file mode 100644 index 00000000..17546d19 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145914.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145914", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Glenville", + "year": 2025, + "plot_id": "145914", + "lat": 43.57158, + "lng": -93.33032, + "cooperator": "Kurt Van Ryswyk", + "salesperson": "Kurt Van Ryswyk", + "planted_date": "2025-05-11", + "harvested_date": "2025-09-27", + "plot_average": 70.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2270E3", + "traits": "", + "metrics": { + "Yield": 73.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 71.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "V2157E", + "traits": "", + "metrics": { + "Yield": 70.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 70.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1670E3", + "traits": "", + "metrics": { + "Yield": 69.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145914" + ], + "fetched_at": "2026-05-27T02:21:43.204153+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145914.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145914.md new file mode 100644 index 00000000..83a2a9ef --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145914.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Glenville, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Glenville +- **Year:** 2025 +- **Plot ID:** 145914 +- **Cooperator:** Kurt Van Ryswyk +- **Planted:** 2025-05-11 +- **Harvested:** 2025-09-27 +- **Plot average:** 70.6 BU/Ac +- **Coordinates:** 43.57158, -93.33032 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145914 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2270E3 | - | 73.9 | +| 2 | LG Seeds | LGS1551E3 | - | 71.9 | +| 3 | Unknown | V2157E | - | 70.6 | +| 4 | LG Seeds | LGS2001E3 | - | 70.0 | +| 5 | LG Seeds | LGS1670E3 | - | 69.2 | + +Top 5 by Yield: LGS2270E3 (LG Seeds) 73.9, LGS1551E3 (LG Seeds) 71.9, V2157E (Unknown) 70.6, LGS2001E3 (LG Seeds) 70.0, LGS1670E3 (LG Seeds) 69.2. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145929.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145929.json new file mode 100644 index 00000000..6be8f32b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145929.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145929", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "Garden Plain", + "year": 2025, + "plot_id": "145929", + "lat": 41.79072, + "lng": -90.11098, + "cooperator": "Eric Smith", + "salesperson": "Eric Smith", + "planted_date": "2025-05-09", + "harvested_date": "2025-10-06", + "plot_average": 65.2, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "Chippewa 2522E", + "traits": "", + "metrics": { + "Yield": 72.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "Jefferson2233E", + "traits": "", + "metrics": { + "Yield": 72.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "XO2366E", + "traits": "", + "metrics": { + "Yield": 71.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "XO2556E", + "traits": "", + "metrics": { + "Yield": 71.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 70.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145929" + ], + "fetched_at": "2026-05-27T02:21:46.682766+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145929.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145929.md new file mode 100644 index 00000000..03069d55 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145929.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Garden Plain, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** Garden Plain +- **Year:** 2025 +- **Plot ID:** 145929 +- **Cooperator:** Eric Smith +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-06 +- **Plot average:** 65.2 BU/Ac +- **Coordinates:** 41.79072, -90.11098 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145929 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | Chippewa 2522E | - | 72.7 | +| 2 | Unknown | Jefferson2233E | - | 72.3 | +| 3 | Unknown | XO2366E | - | 71.9 | +| 4 | Unknown | XO2556E | - | 71.4 | +| 5 | LG Seeds | LGS2505E3 | - | 70.3 | + +Top 5 by Yield: Chippewa 2522E (Unknown) 72.7, Jefferson2233E (Unknown) 72.3, XO2366E (Unknown) 71.9, XO2556E (Unknown) 71.4, LGS2505E3 (LG Seeds) 70.3. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145941.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145941.json new file mode 100644 index 00000000..2a6543c9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145941.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145941", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Raymond ", + "year": 2025, + "plot_id": "145941", + "lat": 45.00721, + "lng": -95.32628, + "cooperator": "Wade Buss", + "salesperson": "Wade Buss", + "planted_date": "2025-05-12", + "harvested_date": "2025-10-09", + "plot_average": 53.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 60.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 56.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1670E3", + "traits": "", + "metrics": { + "Yield": 54.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1043E3", + "traits": "", + "metrics": { + "Yield": 52.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1206E3", + "traits": "", + "metrics": { + "Yield": 51.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145941" + ], + "fetched_at": "2026-05-27T02:21:42.956165+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145941.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145941.md new file mode 100644 index 00000000..12054ede --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145941.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Raymond , Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Raymond +- **Year:** 2025 +- **Plot ID:** 145941 +- **Cooperator:** Wade Buss +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-09 +- **Plot average:** 53.1 BU/Ac +- **Coordinates:** 45.00721, -95.32628 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145941 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1832E3 | - | 60.4 | +| 2 | LG Seeds | LGS2001E3 | - | 56.2 | +| 3 | LG Seeds | LGS1670E3 | - | 54.1 | +| 4 | LG Seeds | LGS1043E3 | - | 52.2 | +| 5 | LG Seeds | LGS1206E3 | - | 51.3 | + +Top 5 by Yield: LGS1832E3 (LG Seeds) 60.4, LGS2001E3 (LG Seeds) 56.2, LGS1670E3 (LG Seeds) 54.1, LGS1043E3 (LG Seeds) 52.2, LGS1206E3 (LG Seeds) 51.3. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145948.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145948.json new file mode 100644 index 00000000..bb29afd5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145948.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145948", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Winside", + "year": 2025, + "plot_id": "145948", + "lat": 42.1385, + "lng": -97.17384, + "cooperator": "Jon Jaeger", + "salesperson": "Jon Jaeger", + "planted_date": "2025-05-12", + "harvested_date": "2025-10-03", + "plot_average": 60.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 67.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 65.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2881E3", + "traits": "", + "metrics": { + "Yield": 64.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2334XF", + "traits": "", + "metrics": { + "Yield": 62.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2685XF", + "traits": "", + "metrics": { + "Yield": 60.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145948" + ], + "fetched_at": "2026-05-27T02:22:34.215520+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145948.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145948.md new file mode 100644 index 00000000..05ea7558 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145948.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Winside, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Nebraska (NE) +- **City:** Winside +- **Year:** 2025 +- **Plot ID:** 145948 +- **Cooperator:** Jon Jaeger +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-03 +- **Plot average:** 60.2 BU/Ac +- **Coordinates:** 42.13850, -97.17384 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145948 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3000E3 | - | 67.4 | +| 2 | LG Seeds | LGS2505E3 | - | 65.4 | +| 3 | LG Seeds | LGS2881E3 | - | 64.4 | +| 4 | LG Seeds | LGS2334XF | - | 62.9 | +| 5 | LG Seeds | LGS2685XF | - | 60.8 | + +Top 5 by Yield: LGS3000E3 (LG Seeds) 67.4, LGS2505E3 (LG Seeds) 65.4, LGS2881E3 (LG Seeds) 64.4, LGS2334XF (LG Seeds) 62.9, LGS2685XF (LG Seeds) 60.8. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145963.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145963.json new file mode 100644 index 00000000..ed207f51 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145963.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145963", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Green Isle", + "year": 2025, + "plot_id": "145963", + "lat": 44.66569, + "lng": -93.9309, + "cooperator": "Justin LUSKEY", + "salesperson": "Justin LUSKEY", + "planted_date": "2025-05-10", + "harvested_date": "2025-10-02", + "plot_average": 67.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 72.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2270E3", + "traits": "", + "metrics": { + "Yield": 68.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 68.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 65.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1670E3", + "traits": "", + "metrics": { + "Yield": 62.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145963" + ], + "fetched_at": "2026-05-27T02:21:31.197899+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145963.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145963.md new file mode 100644 index 00000000..091d8887 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145963.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Green Isle, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Green Isle +- **Year:** 2025 +- **Plot ID:** 145963 +- **Cooperator:** Justin LUSKEY +- **Planted:** 2025-05-10 +- **Harvested:** 2025-10-02 +- **Plot average:** 67.2 BU/Ac +- **Coordinates:** 44.66569, -93.93090 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145963 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1551E3 | - | 72.0 | +| 2 | LG Seeds | LGS2270E3 | - | 68.9 | +| 3 | LG Seeds | LGS2001E3 | - | 68.0 | +| 4 | LG Seeds | LGS1832E3 | - | 65.2 | +| 5 | LG Seeds | LGS1670E3 | - | 62.1 | + +Top 5 by Yield: LGS1551E3 (LG Seeds) 72.0, LGS2270E3 (LG Seeds) 68.9, LGS2001E3 (LG Seeds) 68.0, LGS1832E3 (LG Seeds) 65.2, LGS1670E3 (LG Seeds) 62.1. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145975.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145975.json new file mode 100644 index 00000000..759e2243 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145975.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145975", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Alexandria ", + "year": 2025, + "plot_id": "145975", + "lat": 45.82213, + "lng": -95.51948, + "cooperator": "David Craig", + "salesperson": "David Craig", + "planted_date": "2025-05-09", + "harvested_date": "2025-10-10", + "plot_average": 56.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1385XF", + "traits": "", + "metrics": { + "Yield": 59.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS1585XF", + "traits": "", + "metrics": { + "Yield": 59.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 58.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1206E3", + "traits": "", + "metrics": { + "Yield": 55.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1043E3", + "traits": "", + "metrics": { + "Yield": 53.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145975" + ], + "fetched_at": "2026-05-27T02:21:45.206525+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145975.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145975.md new file mode 100644 index 00000000..9c289f42 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145975.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Alexandria , Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Alexandria +- **Year:** 2025 +- **Plot ID:** 145975 +- **Cooperator:** David Craig +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-10 +- **Plot average:** 56.1 BU/Ac +- **Coordinates:** 45.82213, -95.51948 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145975 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1385XF | - | 59.8 | +| 2 | LG Seeds | LGS1585XF | - | 59.0 | +| 3 | LG Seeds | LGS1551E3 | - | 58.6 | +| 4 | LG Seeds | LGS1206E3 | - | 55.3 | +| 5 | LG Seeds | LGS1043E3 | - | 53.7 | + +Top 5 by Yield: LGS1385XF (LG Seeds) 59.8, LGS1585XF (LG Seeds) 59.0, LGS1551E3 (LG Seeds) 58.6, LGS1206E3 (LG Seeds) 55.3, LGS1043E3 (LG Seeds) 53.7. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145982.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-145982.json new file mode 100644 index 00000000..3d6b1f40 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145982.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-145982", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Bay City", + "year": 2025, + "plot_id": "145982", + "lat": 43.53365, + "lng": -83.79802, + "cooperator": "Bruce Lupcke", + "salesperson": "Bruce Lupcke", + "planted_date": "2025-05-12", + "harvested_date": "2025-10-03", + "plot_average": 59.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1670E3", + "traits": "", + "metrics": { + "Yield": 63.07 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "V2157E", + "traits": "", + "metrics": { + "Yield": 59.56 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 59.47 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 59.44 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 57.96 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-145982" + ], + "fetched_at": "2026-05-27T02:21:32.458201+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-145982.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-145982.md new file mode 100644 index 00000000..d304e2ef --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-145982.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Bay City, Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Michigan (MI) +- **City:** Bay City +- **Year:** 2025 +- **Plot ID:** 145982 +- **Cooperator:** Bruce Lupcke +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-03 +- **Plot average:** 59.3 BU/Ac +- **Coordinates:** 43.53365, -83.79802 +- **URL:** https://lgseeds.com/performance/soybeans#plot-145982 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1670E3 | - | 63.07 | +| 2 | Unknown | V2157E | - | 59.56 | +| 3 | LG Seeds | LGS1832E3 | - | 59.47 | +| 4 | LG Seeds | LGS1660E3 | - | 59.44 | +| 5 | LG Seeds | LGS2001E3 | - | 57.96 | + +Top 5 by Yield: LGS1670E3 (LG Seeds) 63.07, V2157E (Unknown) 59.56, LGS1832E3 (LG Seeds) 59.47, LGS1660E3 (LG Seeds) 59.44, LGS2001E3 (LG Seeds) 57.96. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146001.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146001.json new file mode 100644 index 00000000..77523f16 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146001.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146001", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Decker", + "year": 2025, + "plot_id": "146001", + "lat": 43.46656, + "lng": -83.04948, + "cooperator": "Brian Hirsch", + "salesperson": "Brian Hirsch", + "planted_date": "2025-05-12", + "harvested_date": "2025-10-06", + "plot_average": 73.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 78.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 76.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1585XF", + "traits": "", + "metrics": { + "Yield": 75.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2408E3", + "traits": "", + "metrics": { + "Yield": 73.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1670E3", + "traits": "", + "metrics": { + "Yield": 72.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146001" + ], + "fetched_at": "2026-05-27T02:21:38.960105+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146001.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146001.md new file mode 100644 index 00000000..31d229d4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146001.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Decker, Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Michigan (MI) +- **City:** Decker +- **Year:** 2025 +- **Plot ID:** 146001 +- **Cooperator:** Brian Hirsch +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-06 +- **Plot average:** 73.4 BU/Ac +- **Coordinates:** 43.46656, -83.04948 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146001 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2001E3 | - | 78.4 | +| 2 | LG Seeds | LGS1660E3 | - | 76.9 | +| 3 | LG Seeds | LGS1585XF | - | 75.3 | +| 4 | LG Seeds | LGS2408E3 | - | 73.7 | +| 5 | LG Seeds | LGS1670E3 | - | 72.7 | + +Top 5 by Yield: LGS2001E3 (LG Seeds) 78.4, LGS1660E3 (LG Seeds) 76.9, LGS1585XF (LG Seeds) 75.3, LGS2408E3 (LG Seeds) 73.7, LGS1670E3 (LG Seeds) 72.7. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146019.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146019.json new file mode 100644 index 00000000..a2f31773 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146019.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146019", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Faribault", + "year": 2025, + "plot_id": "146019", + "lat": 44.30196, + "lng": -93.16888, + "cooperator": "Nerstrand AgriCenter", + "salesperson": "Nerstrand AgriCenter", + "planted_date": "2025-05-13", + "harvested_date": "2025-10-07", + "plot_average": 64.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 71.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "18EJ23", + "traits": "", + "metrics": { + "Yield": 70.45 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 68.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "13EG23", + "traits": "", + "metrics": { + "Yield": 67.55 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1670E3", + "traits": "", + "metrics": { + "Yield": 66.57 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146019" + ], + "fetched_at": "2026-05-27T02:21:47.690758+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146019.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146019.md new file mode 100644 index 00000000..baff6173 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146019.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Faribault, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Faribault +- **Year:** 2025 +- **Plot ID:** 146019 +- **Cooperator:** Nerstrand AgriCenter +- **Planted:** 2025-05-13 +- **Harvested:** 2025-10-07 +- **Plot average:** 64.9 BU/Ac +- **Coordinates:** 44.30196, -93.16888 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146019 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1551E3 | - | 71.5 | +| 2 | Unknown | 18EJ23 | - | 70.45 | +| 3 | Unknown | LGS1551E3 | - | 68.8 | +| 4 | Unknown | 13EG23 | - | 67.55 | +| 5 | LG Seeds | LGS1670E3 | - | 66.57 | + +Top 5 by Yield: LGS1551E3 (LG Seeds) 71.5, 18EJ23 (Unknown) 70.45, LGS1551E3 (Unknown) 68.8, 13EG23 (Unknown) 67.55, LGS1670E3 (LG Seeds) 66.57. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146063.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146063.json new file mode 100644 index 00000000..83acdf6c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146063.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146063", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Scribner", + "year": 2025, + "plot_id": "146063", + "lat": 41.70517, + "lng": -96.71316, + "cooperator": "Ronald Dames", + "salesperson": "Ronald Dames", + "planted_date": "2025-05-14", + "harvested_date": "2025-10-21", + "plot_average": 74.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2054XF", + "traits": "", + "metrics": { + "Yield": 79.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3105XF", + "traits": "", + "metrics": { + "Yield": 78.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2334XF", + "traits": "", + "metrics": { + "Yield": 75.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2364XF", + "traits": "", + "metrics": { + "Yield": 74.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2685XF", + "traits": "", + "metrics": { + "Yield": 71.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146063" + ], + "fetched_at": "2026-05-27T02:21:29.457435+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146063.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146063.md new file mode 100644 index 00000000..ef4639a8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146063.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Scribner, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Nebraska (NE) +- **City:** Scribner +- **Year:** 2025 +- **Plot ID:** 146063 +- **Cooperator:** Ronald Dames +- **Planted:** 2025-05-14 +- **Harvested:** 2025-10-21 +- **Plot average:** 74.4 BU/Ac +- **Coordinates:** 41.70517, -96.71316 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146063 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2054XF | - | 79.2 | +| 2 | LG Seeds | LGS3105XF | - | 78.1 | +| 3 | LG Seeds | LGS2334XF | - | 75.5 | +| 4 | LG Seeds | LGS2364XF | - | 74.9 | +| 5 | LG Seeds | LGS2685XF | - | 71.8 | + +Top 5 by Yield: LGS2054XF (LG Seeds) 79.2, LGS3105XF (LG Seeds) 78.1, LGS2334XF (LG Seeds) 75.5, LGS2364XF (LG Seeds) 74.9, LGS2685XF (LG Seeds) 71.8. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146073.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146073.json new file mode 100644 index 00000000..02276863 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146073.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146073", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "Granville ", + "year": 2025, + "plot_id": "146073", + "lat": 41.26499, + "lng": -89.1547, + "cooperator": "Bruch Farms", + "salesperson": "Bruch Farms", + "planted_date": "2025-05-14", + "harvested_date": "2025-10-04", + "plot_average": 80.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2408E3", + "traits": "", + "metrics": { + "Yield": 87.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3570E3", + "traits": "", + "metrics": { + "Yield": 84.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2270E3", + "traits": "", + "metrics": { + "Yield": 84.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3715XF", + "traits": "", + "metrics": { + "Yield": 84.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 82.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146073" + ], + "fetched_at": "2026-05-27T02:21:49.481969+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146073.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146073.md new file mode 100644 index 00000000..6d0eade3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146073.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Granville , Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** Granville +- **Year:** 2025 +- **Plot ID:** 146073 +- **Cooperator:** Bruch Farms +- **Planted:** 2025-05-14 +- **Harvested:** 2025-10-04 +- **Plot average:** 80.9 BU/Ac +- **Coordinates:** 41.26499, -89.15470 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146073 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2408E3 | - | 87.4 | +| 2 | LG Seeds | LGS3570E3 | - | 84.7 | +| 3 | LG Seeds | LGS2270E3 | - | 84.5 | +| 4 | LG Seeds | LGS3715XF | - | 84.4 | +| 5 | LG Seeds | LGS3000E3 | - | 82.5 | + +Top 5 by Yield: LGS2408E3 (LG Seeds) 87.4, LGS3570E3 (LG Seeds) 84.7, LGS2270E3 (LG Seeds) 84.5, LGS3715XF (LG Seeds) 84.4, LGS3000E3 (LG Seeds) 82.5. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146080.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146080.json new file mode 100644 index 00000000..440f4a4b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146080.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146080", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Michigan", + "state_abbrev": "mi", + "city": "St Charles", + "year": 2025, + "plot_id": "146080", + "lat": 43.2589, + "lng": -84.03195, + "cooperator": "K & K Seeds, LLC", + "salesperson": "K & K Seeds, LLC", + "planted_date": "2025-05-12", + "harvested_date": "2025-09-30", + "plot_average": 68.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2270E3", + "traits": "", + "metrics": { + "Yield": 73.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2408E3", + "traits": "", + "metrics": { + "Yield": 73.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LGS2270E3", + "traits": "", + "metrics": { + "Yield": 71.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1670E3", + "traits": "", + "metrics": { + "Yield": 70.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 68.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146080" + ], + "fetched_at": "2026-05-27T02:21:32.693965+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146080.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146080.md new file mode 100644 index 00000000..9a89a60a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146080.md @@ -0,0 +1,28 @@ +# Soybean yield trial — St Charles, Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Michigan (MI) +- **City:** St Charles +- **Year:** 2025 +- **Plot ID:** 146080 +- **Cooperator:** K & K Seeds, LLC +- **Planted:** 2025-05-12 +- **Harvested:** 2025-09-30 +- **Plot average:** 68.1 BU/Ac +- **Coordinates:** 43.25890, -84.03195 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146080 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2270E3 | - | 73.9 | +| 2 | LG Seeds | LGS2408E3 | - | 73.0 | +| 3 | Unknown | LGS2270E3 | - | 71.6 | +| 4 | LG Seeds | LGS1670E3 | - | 70.3 | +| 5 | LG Seeds | LGS1660E3 | - | 68.1 | + +Top 5 by Yield: LGS2270E3 (LG Seeds) 73.9, LGS2408E3 (LG Seeds) 73.0, LGS2270E3 (Unknown) 71.6, LGS1670E3 (LG Seeds) 70.3, LGS1660E3 (LG Seeds) 68.1. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146083.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146083.json new file mode 100644 index 00000000..9a375506 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146083.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146083", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Iowa", + "state_abbrev": "ia", + "city": "West Union ", + "year": 2025, + "plot_id": "146083", + "lat": 42.93212, + "lng": -91.81459, + "cooperator": "Cory Cannon", + "salesperson": "Cory Cannon", + "planted_date": "2025-05-14", + "harvested_date": "2025-10-10", + "plot_average": 63.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2881E3", + "traits": "", + "metrics": { + "Yield": 72.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B252EE", + "traits": "", + "metrics": { + "Yield": 70.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2408E3", + "traits": "", + "metrics": { + "Yield": 68.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 67.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "Mohegan 2624E", + "traits": "", + "metrics": { + "Yield": 66.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146083" + ], + "fetched_at": "2026-05-27T02:21:33.449105+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146083.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146083.md new file mode 100644 index 00000000..4c57bc8e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146083.md @@ -0,0 +1,28 @@ +# Soybean yield trial — West Union , Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Iowa (IA) +- **City:** West Union +- **Year:** 2025 +- **Plot ID:** 146083 +- **Cooperator:** Cory Cannon +- **Planted:** 2025-05-14 +- **Harvested:** 2025-10-10 +- **Plot average:** 63.2 BU/Ac +- **Coordinates:** 42.93212, -91.81459 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146083 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2881E3 | - | 72.8 | +| 2 | Unknown | B252EE | - | 70.3 | +| 3 | LG Seeds | LGS2408E3 | - | 68.3 | +| 4 | LG Seeds | LGS2505E3 | - | 67.2 | +| 5 | Unknown | Mohegan 2624E | - | 66.5 | + +Top 5 by Yield: LGS2881E3 (LG Seeds) 72.8, B252EE (Unknown) 70.3, LGS2408E3 (LG Seeds) 68.3, LGS2505E3 (LG Seeds) 67.2, Mohegan 2624E (Unknown) 66.5. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146085.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146085.json new file mode 100644 index 00000000..24dadbce --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146085.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146085", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Melvin ", + "year": 2025, + "plot_id": "146085", + "lat": 43.19347, + "lng": -82.76216, + "cooperator": "Rob & Ron Steenbergh", + "salesperson": "Rob & Ron Steenbergh", + "planted_date": "2025-05-14", + "harvested_date": "2025-10-05", + "plot_average": 56.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1585XF", + "traits": "", + "metrics": { + "Yield": 60.55 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2270E3", + "traits": "", + "metrics": { + "Yield": 60.21 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1711XF", + "traits": "", + "metrics": { + "Yield": 59.86 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 57.82 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2801", + "traits": "", + "metrics": { + "Yield": 57.43 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146085" + ], + "fetched_at": "2026-05-27T02:21:39.200712+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146085.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146085.md new file mode 100644 index 00000000..864da1cc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146085.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Melvin , Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Michigan (MI) +- **City:** Melvin +- **Year:** 2025 +- **Plot ID:** 146085 +- **Cooperator:** Rob & Ron Steenbergh +- **Planted:** 2025-05-14 +- **Harvested:** 2025-10-05 +- **Plot average:** 56.3 BU/Ac +- **Coordinates:** 43.19347, -82.76216 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146085 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1585XF | - | 60.55 | +| 2 | LG Seeds | LGS2270E3 | - | 60.21 | +| 3 | LG Seeds | LGS1711XF | - | 59.86 | +| 4 | LG Seeds | LGS1660E3 | - | 57.82 | +| 5 | LG Seeds | LGS2801 | - | 57.43 | + +Top 5 by Yield: LGS1585XF (LG Seeds) 60.55, LGS2270E3 (LG Seeds) 60.21, LGS1711XF (LG Seeds) 59.86, LGS1660E3 (LG Seeds) 57.82, LGS2801 (LG Seeds) 57.43. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146089.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146089.json new file mode 100644 index 00000000..0b70387d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146089.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146089", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Westbend ", + "year": 2025, + "plot_id": "146089", + "lat": 43.42746, + "lng": -88.28439, + "cooperator": "John Gundrum", + "salesperson": "John Gundrum", + "planted_date": "2025-05-07", + "harvested_date": "2025-10-06", + "plot_average": 65.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B155EE", + "traits": "", + "metrics": { + "Yield": 73.03 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B194EE", + "traits": "", + "metrics": { + "Yield": 71.02 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "A18E35", + "traits": "", + "metrics": { + "Yield": 69.21 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2270E3", + "traits": "", + "metrics": { + "Yield": 68.38 + } + }, + { + "rank": 5, + "brand": "NK", + "product": "23-P1E3", + "traits": "", + "metrics": { + "Yield": 68.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146089" + ], + "fetched_at": "2026-05-27T02:21:34.673900+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146089.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146089.md new file mode 100644 index 00000000..b3245372 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146089.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Westbend , Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** Westbend +- **Year:** 2025 +- **Plot ID:** 146089 +- **Cooperator:** John Gundrum +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-06 +- **Plot average:** 65.3 BU/Ac +- **Coordinates:** 43.42746, -88.28439 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146089 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B155EE | - | 73.03 | +| 2 | Unknown | B194EE | - | 71.02 | +| 3 | Unknown | A18E35 | - | 69.21 | +| 4 | LG Seeds | LGS2270E3 | - | 68.38 | +| 5 | NK | 23-P1E3 | - | 68.2 | + +Top 5 by Yield: B155EE (Unknown) 73.03, B194EE (Unknown) 71.02, A18E35 (Unknown) 69.21, LGS2270E3 (LG Seeds) 68.38, 23-P1E3 (NK) 68.2. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146095.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146095.json new file mode 100644 index 00000000..3bb97489 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146095.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146095", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Pipestone ", + "year": 2025, + "plot_id": "146095", + "lat": 43.99392, + "lng": -96.33435, + "cooperator": "Michael Merrill", + "salesperson": "Michael Merrill", + "planted_date": "2025-05-14", + "harvested_date": "2025-09-30", + "plot_average": 57.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1670E3", + "traits": "", + "metrics": { + "Yield": 60.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2270E3", + "traits": "", + "metrics": { + "Yield": 60.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1206E3", + "traits": "", + "metrics": { + "Yield": 57.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 56.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 54.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146095" + ], + "fetched_at": "2026-05-27T02:21:36.694484+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146095.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146095.md new file mode 100644 index 00000000..99498ee0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146095.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Pipestone , Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Pipestone +- **Year:** 2025 +- **Plot ID:** 146095 +- **Cooperator:** Michael Merrill +- **Planted:** 2025-05-14 +- **Harvested:** 2025-09-30 +- **Plot average:** 57.4 BU/Ac +- **Coordinates:** 43.99392, -96.33435 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146095 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1670E3 | - | 60.8 | +| 2 | LG Seeds | LGS2270E3 | - | 60.6 | +| 3 | LG Seeds | LGS1206E3 | - | 57.8 | +| 4 | LG Seeds | LGS1551E3 | - | 56.2 | +| 5 | LG Seeds | LGS1832E3 | - | 54.8 | + +Top 5 by Yield: LGS1670E3 (LG Seeds) 60.8, LGS2270E3 (LG Seeds) 60.6, LGS1206E3 (LG Seeds) 57.8, LGS1551E3 (LG Seeds) 56.2, LGS1832E3 (LG Seeds) 54.8. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146101.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146101.json new file mode 100644 index 00000000..dae64e39 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146101.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146101", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Lake Andes", + "year": 2025, + "plot_id": "146101", + "lat": 43.21142, + "lng": -98.59354, + "cooperator": "Ray Johanneson", + "salesperson": "Ray Johanneson", + "planted_date": "2025-05-14", + "harvested_date": "2025-10-03", + "plot_average": 57.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2364XF", + "traits": "", + "metrics": { + "Yield": 64.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2685XF", + "traits": "", + "metrics": { + "Yield": 61.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2054XF", + "traits": "", + "metrics": { + "Yield": 61.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2334XF", + "traits": "", + "metrics": { + "Yield": 57.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3077XF", + "traits": "", + "metrics": { + "Yield": 54.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146101" + ], + "fetched_at": "2026-05-27T02:21:30.198649+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146101.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146101.md new file mode 100644 index 00000000..7b59c0f9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146101.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Lake Andes, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** South Dakota (SD) +- **City:** Lake Andes +- **Year:** 2025 +- **Plot ID:** 146101 +- **Cooperator:** Ray Johanneson +- **Planted:** 2025-05-14 +- **Harvested:** 2025-10-03 +- **Plot average:** 57.3 BU/Ac +- **Coordinates:** 43.21142, -98.59354 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146101 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2364XF | - | 64.2 | +| 2 | LG Seeds | LGS2685XF | - | 61.6 | +| 3 | LG Seeds | LGS2054XF | - | 61.6 | +| 4 | LG Seeds | LGS2334XF | - | 57.8 | +| 5 | LG Seeds | LGS3077XF | - | 54.4 | + +Top 5 by Yield: LGS2364XF (LG Seeds) 64.2, LGS2685XF (LG Seeds) 61.6, LGS2054XF (LG Seeds) 61.6, LGS2334XF (LG Seeds) 57.8, LGS3077XF (LG Seeds) 54.4. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146105.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146105.json new file mode 100644 index 00000000..25d5626e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146105.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146105", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Wilcox", + "year": 2025, + "plot_id": "146105", + "lat": 40.41141, + "lng": -99.21862, + "cooperator": "Kirk Nelson", + "salesperson": "Kirk Nelson", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-01", + "plot_average": 89.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2334XF", + "traits": "", + "metrics": { + "Yield": 96.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2685XF", + "traits": "", + "metrics": { + "Yield": 90.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2364XF", + "traits": "", + "metrics": { + "Yield": 89.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2054XF", + "traits": "", + "metrics": { + "Yield": 89.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3105XF", + "traits": "", + "metrics": { + "Yield": 89.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146105" + ], + "fetched_at": "2026-05-27T02:22:35.716254+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146105.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146105.md new file mode 100644 index 00000000..6a3bc6c3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146105.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Wilcox, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Nebraska (NE) +- **City:** Wilcox +- **Year:** 2025 +- **Plot ID:** 146105 +- **Cooperator:** Kirk Nelson +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-01 +- **Plot average:** 89.3 BU/Ac +- **Coordinates:** 40.41141, -99.21862 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146105 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2334XF | - | 96.1 | +| 2 | LG Seeds | LGS2685XF | - | 90.7 | +| 3 | LG Seeds | LGS2364XF | - | 89.7 | +| 4 | LG Seeds | LGS2054XF | - | 89.6 | +| 5 | LG Seeds | LGS3105XF | - | 89.4 | + +Top 5 by Yield: LGS2334XF (LG Seeds) 96.1, LGS2685XF (LG Seeds) 90.7, LGS2364XF (LG Seeds) 89.7, LGS2054XF (LG Seeds) 89.6, LGS3105XF (LG Seeds) 89.4. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146115.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146115.json new file mode 100644 index 00000000..e154040a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146115.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146115", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Germantown ", + "year": 2025, + "plot_id": "146115", + "lat": 43.26618, + "lng": -88.09984, + "cooperator": "Matt Hauser", + "salesperson": "Matt Hauser", + "planted_date": "2025-05-15", + "harvested_date": "2025-10-14", + "plot_average": 61.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B205EE", + "traits": "", + "metrics": { + "Yield": 65.45 + } + }, + { + "rank": 2, + "brand": "NK", + "product": "14U5E3", + "traits": "", + "metrics": { + "Yield": 64.32 + } + }, + { + "rank": 3, + "brand": "NK", + "product": "21-C2E3", + "traits": "", + "metrics": { + "Yield": 64.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 63.72 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B194EE", + "traits": "", + "metrics": { + "Yield": 63.64 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146115" + ], + "fetched_at": "2026-05-27T02:21:34.454738+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146115.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146115.md new file mode 100644 index 00000000..999b795e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146115.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Germantown , Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** Germantown +- **Year:** 2025 +- **Plot ID:** 146115 +- **Cooperator:** Matt Hauser +- **Planted:** 2025-05-15 +- **Harvested:** 2025-10-14 +- **Plot average:** 61.8 BU/Ac +- **Coordinates:** 43.26618, -88.09984 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146115 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B205EE | - | 65.45 | +| 2 | NK | 14U5E3 | - | 64.32 | +| 3 | NK | 21-C2E3 | - | 64.2 | +| 4 | LG Seeds | LGS1660E3 | - | 63.72 | +| 5 | Unknown | B194EE | - | 63.64 | + +Top 5 by Yield: B205EE (Unknown) 65.45, 14U5E3 (NK) 64.32, 21-C2E3 (NK) 64.2, LGS1660E3 (LG Seeds) 63.72, B194EE (Unknown) 63.64. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146129.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146129.json new file mode 100644 index 00000000..f506f279 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146129.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146129", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Watertown", + "year": 2025, + "plot_id": "146129", + "lat": 44.8757, + "lng": -97.31658, + "cooperator": "Lake Area Ag", + "salesperson": "Lake Area Ag", + "planted_date": "2025-05-05", + "harvested_date": "2025-10-04", + "plot_average": 55.5, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "GH1124XF", + "traits": "", + "metrics": { + "Yield": 65.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "GH1323XF", + "traits": "", + "metrics": { + "Yield": 60.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "GH1194E3", + "traits": "", + "metrics": { + "Yield": 58.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "GH0815E3", + "traits": "", + "metrics": { + "Yield": 57.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "JAE1220E3", + "traits": "", + "metrics": { + "Yield": 57.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146129" + ], + "fetched_at": "2026-05-27T02:21:35.435768+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146129.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146129.md new file mode 100644 index 00000000..4ad53665 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146129.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Watertown, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** South Dakota (SD) +- **City:** Watertown +- **Year:** 2025 +- **Plot ID:** 146129 +- **Cooperator:** Lake Area Ag +- **Planted:** 2025-05-05 +- **Harvested:** 2025-10-04 +- **Plot average:** 55.5 BU/Ac +- **Coordinates:** 44.87570, -97.31658 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146129 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | GH1124XF | - | 65.1 | +| 2 | Unknown | GH1323XF | - | 60.1 | +| 3 | Unknown | GH1194E3 | - | 58.0 | +| 4 | Unknown | GH0815E3 | - | 57.1 | +| 5 | Unknown | JAE1220E3 | - | 57.0 | + +Top 5 by Yield: GH1124XF (Unknown) 65.1, GH1323XF (Unknown) 60.1, GH1194E3 (Unknown) 58.0, GH0815E3 (Unknown) 57.1, JAE1220E3 (Unknown) 57.0. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146131.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146131.json new file mode 100644 index 00000000..d1b1f198 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146131.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146131", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Frankfort", + "year": 2025, + "plot_id": "146131", + "lat": 44.82392, + "lng": -98.28265, + "cooperator": "Johnson Farms", + "salesperson": "Johnson Farms", + "planted_date": "2025-05-13", + "harvested_date": "2025-10-07", + "plot_average": 62.5, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P13Z28E", + "traits": "", + "metrics": { + "Yield": 70.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "GH0815E3", + "traits": "", + "metrics": { + "Yield": 68.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1585XF", + "traits": "", + "metrics": { + "Yield": 65.7 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "GH1555XF", + "traits": "", + "metrics": { + "Yield": 65.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "GH1006XF", + "traits": "", + "metrics": { + "Yield": 65.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146131" + ], + "fetched_at": "2026-05-27T02:21:35.678236+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146131.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146131.md new file mode 100644 index 00000000..645024c2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146131.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Frankfort, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** South Dakota (SD) +- **City:** Frankfort +- **Year:** 2025 +- **Plot ID:** 146131 +- **Cooperator:** Johnson Farms +- **Planted:** 2025-05-13 +- **Harvested:** 2025-10-07 +- **Plot average:** 62.5 BU/Ac +- **Coordinates:** 44.82392, -98.28265 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146131 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P13Z28E | - | 70.2 | +| 2 | Unknown | GH0815E3 | - | 68.3 | +| 3 | LG Seeds | LGS1585XF | - | 65.7 | +| 4 | Unknown | GH1555XF | - | 65.6 | +| 5 | Unknown | GH1006XF | - | 65.5 | + +Top 5 by Yield: P13Z28E (Pioneer) 70.2, GH0815E3 (Unknown) 68.3, LGS1585XF (LG Seeds) 65.7, GH1555XF (Unknown) 65.6, GH1006XF (Unknown) 65.5. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146141.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146141.json new file mode 100644 index 00000000..708cdc8f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146141.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146141", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Kenosha ", + "year": 2025, + "plot_id": "146141", + "lat": 42.61132, + "lng": -87.89547, + "cooperator": "Aaron Fenske", + "salesperson": "Aaron Fenske", + "planted_date": "2025-05-15", + "harvested_date": "2025-10-09", + "plot_average": 65.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1670E3", + "traits": "", + "metrics": { + "Yield": 70.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2270E3", + "traits": "", + "metrics": { + "Yield": 67.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2408E3", + "traits": "", + "metrics": { + "Yield": 66.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 65.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 62.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146141" + ], + "fetched_at": "2026-05-27T02:22:30.719854+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146141.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146141.md new file mode 100644 index 00000000..bae386f5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146141.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Kenosha , Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** Kenosha +- **Year:** 2025 +- **Plot ID:** 146141 +- **Cooperator:** Aaron Fenske +- **Planted:** 2025-05-15 +- **Harvested:** 2025-10-09 +- **Plot average:** 65.6 BU/Ac +- **Coordinates:** 42.61132, -87.89547 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146141 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1670E3 | - | 70.5 | +| 2 | LG Seeds | LGS2270E3 | - | 67.4 | +| 3 | LG Seeds | LGS2408E3 | - | 66.8 | +| 4 | LG Seeds | LGS2505E3 | - | 65.7 | +| 5 | LG Seeds | LGS1832E3 | - | 62.0 | + +Top 5 by Yield: LGS1670E3 (LG Seeds) 70.5, LGS2270E3 (LG Seeds) 67.4, LGS2408E3 (LG Seeds) 66.8, LGS2505E3 (LG Seeds) 65.7, LGS1832E3 (LG Seeds) 62.0. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146144.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146144.json new file mode 100644 index 00000000..a84ac615 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146144.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146144", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Ithaca", + "year": 2025, + "plot_id": "146144", + "lat": 41.1035, + "lng": -96.52311, + "cooperator": "Bob Bartek", + "salesperson": "Bob Bartek", + "planted_date": "2025-05-12", + "harvested_date": "2025-11-03", + "plot_average": 70.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3715XF", + "traits": "", + "metrics": { + "Yield": 77.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3588XF", + "traits": "", + "metrics": { + "Yield": 75.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3105XF", + "traits": "", + "metrics": { + "Yield": 75.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "35L17XF", + "traits": "", + "metrics": { + "Yield": 74.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2685XF", + "traits": "", + "metrics": { + "Yield": 73.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146144" + ], + "fetched_at": "2026-05-27T02:22:10.447959+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146144.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146144.md new file mode 100644 index 00000000..e9bffb43 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146144.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Ithaca, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Nebraska (NE) +- **City:** Ithaca +- **Year:** 2025 +- **Plot ID:** 146144 +- **Cooperator:** Bob Bartek +- **Planted:** 2025-05-12 +- **Harvested:** 2025-11-03 +- **Plot average:** 70.7 BU/Ac +- **Coordinates:** 41.10350, -96.52311 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146144 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3715XF | - | 77.0 | +| 2 | LG Seeds | LGS3588XF | - | 75.3 | +| 3 | LG Seeds | LGS3105XF | - | 75.2 | +| 4 | Unknown | 35L17XF | - | 74.6 | +| 5 | LG Seeds | LGS2685XF | - | 73.8 | + +Top 5 by Yield: LGS3715XF (LG Seeds) 77.0, LGS3588XF (LG Seeds) 75.3, LGS3105XF (LG Seeds) 75.2, 35L17XF (Unknown) 74.6, LGS2685XF (LG Seeds) 73.8. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146147.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146147.json new file mode 100644 index 00000000..fa5b764f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146147.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146147", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Dodge", + "year": 2025, + "plot_id": "146147", + "lat": 41.75706, + "lng": -96.86828, + "cooperator": "Dale Peitzmeier", + "salesperson": "Dale Peitzmeier", + "planted_date": "2025-05-07", + "harvested_date": "2025-10-13", + "plot_average": 67.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2364XF", + "traits": "", + "metrics": { + "Yield": 72.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2334XF", + "traits": "", + "metrics": { + "Yield": 70.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2685XF", + "traits": "", + "metrics": { + "Yield": 67.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2850XF", + "traits": "", + "metrics": { + "Yield": 64.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3105XF", + "traits": "", + "metrics": { + "Yield": 62.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146147" + ], + "fetched_at": "2026-05-27T02:21:31.454138+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146147.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146147.md new file mode 100644 index 00000000..216edf81 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146147.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Dodge, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Nebraska (NE) +- **City:** Dodge +- **Year:** 2025 +- **Plot ID:** 146147 +- **Cooperator:** Dale Peitzmeier +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-13 +- **Plot average:** 67.8 BU/Ac +- **Coordinates:** 41.75706, -96.86828 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146147 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2364XF | - | 72.5 | +| 2 | LG Seeds | LGS2334XF | - | 70.3 | +| 3 | LG Seeds | LGS2685XF | - | 67.7 | +| 4 | LG Seeds | LGS2850XF | - | 64.9 | +| 5 | LG Seeds | LGS3105XF | - | 62.4 | + +Top 5 by Yield: LGS2364XF (LG Seeds) 72.5, LGS2334XF (LG Seeds) 70.3, LGS2685XF (LG Seeds) 67.7, LGS2850XF (LG Seeds) 64.9, LGS3105XF (LG Seeds) 62.4. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146153.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146153.json new file mode 100644 index 00000000..621b041e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146153.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146153", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "Maple Park", + "year": 2025, + "plot_id": "146153", + "lat": 41.95941, + "lng": -88.57171, + "cooperator": "Rod Fabrizius", + "salesperson": "Rod Fabrizius", + "planted_date": "2025-05-10", + "harvested_date": "2025-10-01", + "plot_average": 84.2, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P29Z61E", + "traits": "", + "metrics": { + "Yield": 87.5 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 86.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3240E3", + "traits": "", + "metrics": { + "Yield": 85.6 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P31Z32E", + "traits": "", + "metrics": { + "Yield": 85.4 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P28Z30E", + "traits": "", + "metrics": { + "Yield": 85.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146153" + ], + "fetched_at": "2026-05-27T02:21:28.442735+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146153.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146153.md new file mode 100644 index 00000000..781f7631 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146153.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Maple Park, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** Maple Park +- **Year:** 2025 +- **Plot ID:** 146153 +- **Cooperator:** Rod Fabrizius +- **Planted:** 2025-05-10 +- **Harvested:** 2025-10-01 +- **Plot average:** 84.2 BU/Ac +- **Coordinates:** 41.95941, -88.57171 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146153 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Pioneer | P29Z61E | - | 87.5 | +| 2 | LG Seeds | LGS2505E3 | - | 86.6 | +| 3 | LG Seeds | LGS3240E3 | - | 85.6 | +| 4 | Pioneer | P31Z32E | - | 85.4 | +| 5 | Pioneer | P28Z30E | - | 85.4 | + +Top 5 by Yield: P29Z61E (Pioneer) 87.5, LGS2505E3 (LG Seeds) 86.6, LGS3240E3 (LG Seeds) 85.6, P31Z32E (Pioneer) 85.4, P28Z30E (Pioneer) 85.4. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146154.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146154.json new file mode 100644 index 00000000..f1e4945a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146154.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146154", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "Streator", + "year": 2025, + "plot_id": "146154", + "lat": 41.14977, + "lng": -89.01047, + "cooperator": "Helena Agri-Enterprises, LLC- Streator", + "salesperson": "Helena Agri-Enterprises, LLC- Streator", + "planted_date": "2025-04-29", + "harvested_date": "2025-09-29", + "plot_average": 83.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "AG34XF6", + "traits": "", + "metrics": { + "Yield": 90.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3570E3", + "traits": "", + "metrics": { + "Yield": 89.5 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "AG26XF4", + "traits": "", + "metrics": { + "Yield": 89.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 88.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B275EE", + "traits": "", + "metrics": { + "Yield": 88.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146154" + ], + "fetched_at": "2026-05-27T02:21:45.955497+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146154.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146154.md new file mode 100644 index 00000000..1e234709 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146154.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Streator, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** Streator +- **Year:** 2025 +- **Plot ID:** 146154 +- **Cooperator:** Helena Agri-Enterprises, LLC- Streator +- **Planted:** 2025-04-29 +- **Harvested:** 2025-09-29 +- **Plot average:** 83.7 BU/Ac +- **Coordinates:** 41.14977, -89.01047 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146154 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | AG34XF6 | - | 90.0 | +| 2 | LG Seeds | LGS3570E3 | - | 89.5 | +| 3 | Unknown | AG26XF4 | - | 89.1 | +| 4 | LG Seeds | LGS3000E3 | - | 88.4 | +| 5 | Unknown | B275EE | - | 88.0 | + +Top 5 by Yield: AG34XF6 (Unknown) 90.0, LGS3570E3 (LG Seeds) 89.5, AG26XF4 (Unknown) 89.1, LGS3000E3 (LG Seeds) 88.4, B275EE (Unknown) 88.0. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146160.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146160.json new file mode 100644 index 00000000..3c1529da --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146160.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146160", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Delphos", + "year": 2025, + "plot_id": "146160", + "lat": 40.84988, + "lng": -84.3755, + "cooperator": "Joe Wittler", + "salesperson": "Joe Wittler", + "planted_date": "2025-05-12", + "harvested_date": "2025-10-06", + "plot_average": 71.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3240E3", + "traits": "", + "metrics": { + "Yield": 75.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3445E3", + "traits": "", + "metrics": { + "Yield": 73.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 70.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 69.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2881E3", + "traits": "", + "metrics": { + "Yield": 69.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146160" + ], + "fetched_at": "2026-05-27T02:22:34.976710+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146160.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146160.md new file mode 100644 index 00000000..d7098d1a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146160.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Delphos, Ohio, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Ohio (OH) +- **City:** Delphos +- **Year:** 2025 +- **Plot ID:** 146160 +- **Cooperator:** Joe Wittler +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-06 +- **Plot average:** 71.3 BU/Ac +- **Coordinates:** 40.84988, -84.37550 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146160 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3240E3 | - | 75.9 | +| 2 | LG Seeds | LGS3445E3 | - | 73.5 | +| 3 | LG Seeds | LGS2505E3 | - | 70.4 | +| 4 | LG Seeds | LGS3000E3 | - | 69.9 | +| 5 | LG Seeds | LGS2881E3 | - | 69.3 | + +Top 5 by Yield: LGS3240E3 (LG Seeds) 75.9, LGS3445E3 (LG Seeds) 73.5, LGS2505E3 (LG Seeds) 70.4, LGS3000E3 (LG Seeds) 69.9, LGS2881E3 (LG Seeds) 69.3. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146176.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146176.json new file mode 100644 index 00000000..73fb2197 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146176.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146176", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Houston ", + "year": 2025, + "plot_id": "146176", + "lat": 43.89016, + "lng": -91.55491, + "cooperator": "Glen Groth", + "salesperson": "Glen Groth", + "planted_date": "2025-05-16", + "harvested_date": "2025-10-02", + "plot_average": 71.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2270E3", + "traits": "", + "metrics": { + "Yield": 80.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS1670E3", + "traits": "", + "metrics": { + "Yield": 74.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 73.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 70.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 70.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146176" + ], + "fetched_at": "2026-05-27T02:22:35.226145+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146176.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146176.md new file mode 100644 index 00000000..3434e208 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146176.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Houston , Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Houston +- **Year:** 2025 +- **Plot ID:** 146176 +- **Cooperator:** Glen Groth +- **Planted:** 2025-05-16 +- **Harvested:** 2025-10-02 +- **Plot average:** 71.4 BU/Ac +- **Coordinates:** 43.89016, -91.55491 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146176 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2270E3 | - | 80.0 | +| 2 | LG Seeds | LGS1670E3 | - | 74.9 | +| 3 | LG Seeds | LGS2001E3 | - | 73.6 | +| 4 | LG Seeds | LGS1551E3 | - | 70.6 | +| 5 | LG Seeds | LGS1832E3 | - | 70.3 | + +Top 5 by Yield: LGS2270E3 (LG Seeds) 80.0, LGS1670E3 (LG Seeds) 74.9, LGS2001E3 (LG Seeds) 73.6, LGS1551E3 (LG Seeds) 70.6, LGS1832E3 (LG Seeds) 70.3. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146181.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146181.json new file mode 100644 index 00000000..6d7bc686 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146181.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146181", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "Decatur", + "year": 2025, + "plot_id": "146181", + "lat": 39.87498, + "lng": -89.03681, + "cooperator": "AgReliant Genetics", + "salesperson": "AgReliant Genetics", + "planted_date": "2025-05-09", + "harvested_date": "2025-10-14", + "plot_average": 85.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3629E3", + "traits": "", + "metrics": { + "Yield": 97.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3715XF", + "traits": "", + "metrics": { + "Yield": 93.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3804E3", + "traits": "", + "metrics": { + "Yield": 91.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "39L18E3", + "traits": "", + "metrics": { + "Yield": 90.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3240E3", + "traits": "", + "metrics": { + "Yield": 86.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146181" + ], + "fetched_at": "2026-05-27T02:21:42.461875+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146181.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146181.md new file mode 100644 index 00000000..97fdf627 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146181.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Decatur, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** Decatur +- **Year:** 2025 +- **Plot ID:** 146181 +- **Cooperator:** AgReliant Genetics +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-14 +- **Plot average:** 85.5 BU/Ac +- **Coordinates:** 39.87498, -89.03681 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146181 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3629E3 | - | 97.1 | +| 2 | LG Seeds | LGS3715XF | - | 93.2 | +| 3 | LG Seeds | LGS3804E3 | - | 91.1 | +| 4 | Unknown | 39L18E3 | - | 90.9 | +| 5 | LG Seeds | LGS3240E3 | - | 86.8 | + +Top 5 by Yield: LGS3629E3 (LG Seeds) 97.1, LGS3715XF (LG Seeds) 93.2, LGS3804E3 (LG Seeds) 91.1, 39L18E3 (Unknown) 90.9, LGS3240E3 (LG Seeds) 86.8. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146184.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146184.json new file mode 100644 index 00000000..6b3bc263 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146184.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146184", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "Saybrook", + "year": 2025, + "plot_id": "146184", + "lat": 40.48577, + "lng": -88.54092, + "cooperator": "JC Zimmerman", + "salesperson": "JC Zimmerman", + "planted_date": null, + "harvested_date": null, + "plot_average": 77.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "35L17XF", + "traits": "", + "metrics": { + "Yield": 84.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3077XF", + "traits": "", + "metrics": { + "Yield": 80.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 79.7 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3629E3", + "traits": "", + "metrics": { + "Yield": 78.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3445E3", + "traits": "", + "metrics": { + "Yield": 77.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146184" + ], + "fetched_at": "2026-05-27T02:21:44.959484+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146184.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146184.md new file mode 100644 index 00000000..d2beec18 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146184.md @@ -0,0 +1,26 @@ +# Soybean yield trial — Saybrook, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** Saybrook +- **Year:** 2025 +- **Plot ID:** 146184 +- **Cooperator:** JC Zimmerman +- **Plot average:** 77.7 BU/Ac +- **Coordinates:** 40.48577, -88.54092 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146184 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 35L17XF | - | 84.3 | +| 2 | LG Seeds | LGS3077XF | - | 80.2 | +| 3 | LG Seeds | LGS3000E3 | - | 79.7 | +| 4 | LG Seeds | LGS3629E3 | - | 78.5 | +| 5 | LG Seeds | LGS3445E3 | - | 77.9 | + +Top 5 by Yield: 35L17XF (Unknown) 84.3, LGS3077XF (LG Seeds) 80.2, LGS3000E3 (LG Seeds) 79.7, LGS3629E3 (LG Seeds) 78.5, LGS3445E3 (LG Seeds) 77.9. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146190.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146190.json new file mode 100644 index 00000000..ddaa34b0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146190.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146190", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "Graymont", + "year": 2025, + "plot_id": "146190", + "lat": 40.9014, + "lng": -88.80659, + "cooperator": "Aaron Rients", + "salesperson": "Aaron Rients", + "planted_date": "2025-05-12", + "harvested_date": "2025-10-15", + "plot_average": 69.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3629E3", + "traits": "", + "metrics": { + "Yield": 81.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3240E3", + "traits": "", + "metrics": { + "Yield": 76.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3570E3", + "traits": "", + "metrics": { + "Yield": 74.3 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "GH2856E3S", + "traits": "", + "metrics": { + "Yield": 71.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "GH3035E3", + "traits": "", + "metrics": { + "Yield": 69.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146190" + ], + "fetched_at": "2026-05-27T02:21:43.449519+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146190.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146190.md new file mode 100644 index 00000000..9728ee4b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146190.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Graymont, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** Graymont +- **Year:** 2025 +- **Plot ID:** 146190 +- **Cooperator:** Aaron Rients +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-15 +- **Plot average:** 69.4 BU/Ac +- **Coordinates:** 40.90140, -88.80659 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146190 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3629E3 | - | 81.0 | +| 2 | LG Seeds | LGS3240E3 | - | 76.8 | +| 3 | LG Seeds | LGS3570E3 | - | 74.3 | +| 4 | Unknown | GH2856E3S | - | 71.5 | +| 5 | Unknown | GH3035E3 | - | 69.2 | + +Top 5 by Yield: LGS3629E3 (LG Seeds) 81.0, LGS3240E3 (LG Seeds) 76.8, LGS3570E3 (LG Seeds) 74.3, GH2856E3S (Unknown) 71.5, GH3035E3 (Unknown) 69.2. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146207.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146207.json new file mode 100644 index 00000000..0d01145e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146207.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146207", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "South Wayne", + "year": 2025, + "plot_id": "146207", + "lat": 42.55324, + "lng": -89.88354, + "cooperator": "Jeramiah Kleiber", + "salesperson": "Jeramiah Kleiber", + "planted_date": "2025-04-27", + "harvested_date": "2025-10-04", + "plot_average": 73.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "Unknown", + "traits": "", + "metrics": { + "Yield": 82.93 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "Unknown", + "traits": "", + "metrics": { + "Yield": 78.39 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "V2735E", + "traits": "", + "metrics": { + "Yield": 78.33 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "2550E3", + "traits": "", + "metrics": { + "Yield": 77.06 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 77.01 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146207" + ], + "fetched_at": "2026-05-27T02:22:11.933708+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146207.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146207.md new file mode 100644 index 00000000..7eaca9a0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146207.md @@ -0,0 +1,28 @@ +# Soybean yield trial — South Wayne, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** South Wayne +- **Year:** 2025 +- **Plot ID:** 146207 +- **Cooperator:** Jeramiah Kleiber +- **Planted:** 2025-04-27 +- **Harvested:** 2025-10-04 +- **Plot average:** 73.8 BU/Ac +- **Coordinates:** 42.55324, -89.88354 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146207 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | Unknown | - | 82.93 | +| 2 | Unknown | Unknown | - | 78.39 | +| 3 | Unknown | V2735E | - | 78.33 | +| 4 | Unknown | 2550E3 | - | 77.06 | +| 5 | LG Seeds | LGS2001E3 | - | 77.01 | + +Top 5 by Yield: Unknown (Unknown) 82.93, Unknown (Unknown) 78.39, V2735E (Unknown) 78.33, 2550E3 (Unknown) 77.06, LGS2001E3 (LG Seeds) 77.01. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146210.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146210.json new file mode 100644 index 00000000..5da89358 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146210.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146210", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Monroe", + "year": 2025, + "plot_id": "146210", + "lat": 42.64679, + "lng": -89.63548, + "cooperator": "Helena Chemical Company - Monroe", + "salesperson": "Helena Chemical Company - Monroe", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-09", + "plot_average": 74.6, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "XO2556E", + "traits": "", + "metrics": { + "Yield": 82.0 + } + }, + { + "rank": 2, + "brand": "NK", + "product": "23-P1E3", + "traits": "", + "metrics": { + "Yield": 79.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "B205EE", + "traits": "", + "metrics": { + "Yield": 78.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B275EE", + "traits": "", + "metrics": { + "Yield": 77.2 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P23Z82E", + "traits": "", + "metrics": { + "Yield": 76.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146210" + ], + "fetched_at": "2026-05-27T02:22:12.184046+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146210.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146210.md new file mode 100644 index 00000000..fbc1c542 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146210.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Monroe, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** Monroe +- **Year:** 2025 +- **Plot ID:** 146210 +- **Cooperator:** Helena Chemical Company - Monroe +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-09 +- **Plot average:** 74.6 BU/Ac +- **Coordinates:** 42.64679, -89.63548 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146210 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | XO2556E | - | 82.0 | +| 2 | NK | 23-P1E3 | - | 79.6 | +| 3 | Unknown | B205EE | - | 78.4 | +| 4 | Unknown | B275EE | - | 77.2 | +| 5 | Pioneer | P23Z82E | - | 76.8 | + +Top 5 by Yield: XO2556E (Unknown) 82.0, 23-P1E3 (NK) 79.6, B205EE (Unknown) 78.4, B275EE (Unknown) 77.2, P23Z82E (Pioneer) 76.8. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146211.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146211.json new file mode 100644 index 00000000..768cec8b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146211.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146211", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Monroe", + "year": 2025, + "plot_id": "146211", + "lat": 42.7119, + "lng": -89.60501, + "cooperator": "Helena Chemical Company - Monroe", + "salesperson": "Helena Chemical Company - Monroe", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-01", + "plot_average": 71.8, + "results": [ + { + "rank": 1, + "brand": "NK", + "product": "23-P1E3", + "traits": "", + "metrics": { + "Yield": 77.3 + } + }, + { + "rank": 2, + "brand": "NK", + "product": "26-M6E3", + "traits": "", + "metrics": { + "Yield": 75.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "XO2556E", + "traits": "", + "metrics": { + "Yield": 73.2 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P23Z82E", + "traits": "", + "metrics": { + "Yield": 72.9 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "Unknown", + "traits": "", + "metrics": { + "Yield": 72.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146211" + ], + "fetched_at": "2026-05-27T02:22:12.441700+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146211.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146211.md new file mode 100644 index 00000000..7911b487 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146211.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Monroe, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** Monroe +- **Year:** 2025 +- **Plot ID:** 146211 +- **Cooperator:** Helena Chemical Company - Monroe +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-01 +- **Plot average:** 71.8 BU/Ac +- **Coordinates:** 42.71190, -89.60501 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146211 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | NK | 23-P1E3 | - | 77.3 | +| 2 | NK | 26-M6E3 | - | 75.0 | +| 3 | Unknown | XO2556E | - | 73.2 | +| 4 | Pioneer | P23Z82E | - | 72.9 | +| 5 | Unknown | Unknown | - | 72.5 | + +Top 5 by Yield: 23-P1E3 (NK) 77.3, 26-M6E3 (NK) 75.0, XO2556E (Unknown) 73.2, P23Z82E (Pioneer) 72.9, Unknown (Unknown) 72.5. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146212.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146212.json new file mode 100644 index 00000000..3ca04ca2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146212.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146212", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Monroe", + "year": 2025, + "plot_id": "146212", + "lat": 42.72257, + "lng": -89.60126, + "cooperator": "Jim Gempler", + "salesperson": "Jim Gempler", + "planted_date": "2025-04-27", + "harvested_date": "2025-10-14", + "plot_average": 80.2, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B284EE", + "traits": "", + "metrics": { + "Yield": 85.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "XO2865E", + "traits": "", + "metrics": { + "Yield": 85.4 + } + }, + { + "rank": 3, + "brand": "NK", + "product": "26-M6E3", + "traits": "", + "metrics": { + "Yield": 85.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "B275EE", + "traits": "", + "metrics": { + "Yield": 81.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2881E3", + "traits": "", + "metrics": { + "Yield": 81.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146212" + ], + "fetched_at": "2026-05-27T02:22:12.694338+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146212.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146212.md new file mode 100644 index 00000000..4623d0dd --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146212.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Monroe, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** Monroe +- **Year:** 2025 +- **Plot ID:** 146212 +- **Cooperator:** Jim Gempler +- **Planted:** 2025-04-27 +- **Harvested:** 2025-10-14 +- **Plot average:** 80.2 BU/Ac +- **Coordinates:** 42.72257, -89.60126 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146212 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B284EE | - | 85.6 | +| 2 | Unknown | XO2865E | - | 85.4 | +| 3 | NK | 26-M6E3 | - | 85.0 | +| 4 | Unknown | B275EE | - | 81.6 | +| 5 | LG Seeds | LGS2881E3 | - | 81.2 | + +Top 5 by Yield: B284EE (Unknown) 85.6, XO2865E (Unknown) 85.4, 26-M6E3 (NK) 85.0, B275EE (Unknown) 81.6, LGS2881E3 (LG Seeds) 81.2. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146213.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146213.json new file mode 100644 index 00000000..04167819 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146213.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146213", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Monroe ", + "year": 2025, + "plot_id": "146213", + "lat": 42.57105, + "lng": -89.55428, + "cooperator": "R&S Farms", + "salesperson": "R&S Farms", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-10", + "plot_average": 69.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B275EE", + "traits": "", + "metrics": { + "Yield": 76.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2881E3", + "traits": "", + "metrics": { + "Yield": 73.5 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "XO3014E", + "traits": "", + "metrics": { + "Yield": 73.4 + } + }, + { + "rank": 4, + "brand": "NK", + "product": "23-P1E3", + "traits": "", + "metrics": { + "Yield": 72.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "XO2556E", + "traits": "", + "metrics": { + "Yield": 70.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146213" + ], + "fetched_at": "2026-05-27T02:22:26.195857+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146213.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146213.md new file mode 100644 index 00000000..831c3186 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146213.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Monroe , Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** Monroe +- **Year:** 2025 +- **Plot ID:** 146213 +- **Cooperator:** R&S Farms +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-10 +- **Plot average:** 69.9 BU/Ac +- **Coordinates:** 42.57105, -89.55428 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146213 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B275EE | - | 76.0 | +| 2 | LG Seeds | LGS2881E3 | - | 73.5 | +| 3 | Unknown | XO3014E | - | 73.4 | +| 4 | NK | 23-P1E3 | - | 72.1 | +| 5 | Unknown | XO2556E | - | 70.9 | + +Top 5 by Yield: B275EE (Unknown) 76.0, LGS2881E3 (LG Seeds) 73.5, XO3014E (Unknown) 73.4, 23-P1E3 (NK) 72.1, XO2556E (Unknown) 70.9. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146219.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146219.json new file mode 100644 index 00000000..217e91f2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146219.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146219", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Lyndon Station", + "year": 2025, + "plot_id": "146219", + "lat": 43.57942, + "lng": -89.93624, + "cooperator": "Brian Gawronski", + "salesperson": "Brian Gawronski", + "planted_date": "2025-05-10", + "harvested_date": "2025-10-24", + "plot_average": 64.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1711XF", + "traits": "", + "metrics": { + "Yield": 69.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2054XF", + "traits": "", + "metrics": { + "Yield": 65.6 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2364XF", + "traits": "", + "metrics": { + "Yield": 65.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2334XF", + "traits": "", + "metrics": { + "Yield": 63.3 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LGS2334XF", + "traits": "", + "metrics": { + "Yield": 63.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146219" + ], + "fetched_at": "2026-05-27T02:22:26.471132+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146219.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146219.md new file mode 100644 index 00000000..4f6f417d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146219.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Lyndon Station, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** Lyndon Station +- **Year:** 2025 +- **Plot ID:** 146219 +- **Cooperator:** Brian Gawronski +- **Planted:** 2025-05-10 +- **Harvested:** 2025-10-24 +- **Plot average:** 64.8 BU/Ac +- **Coordinates:** 43.57942, -89.93624 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146219 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1711XF | - | 69.7 | +| 2 | LG Seeds | LGS2054XF | - | 65.6 | +| 3 | LG Seeds | LGS2364XF | - | 65.1 | +| 4 | LG Seeds | LGS2334XF | - | 63.3 | +| 5 | Unknown | LGS2334XF | - | 63.1 | + +Top 5 by Yield: LGS1711XF (LG Seeds) 69.7, LGS2054XF (LG Seeds) 65.6, LGS2364XF (LG Seeds) 65.1, LGS2334XF (LG Seeds) 63.3, LGS2334XF (Unknown) 63.1. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146226.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146226.json new file mode 100644 index 00000000..ce709d37 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146226.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146226", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Rock Valley", + "year": 2025, + "plot_id": "146226", + "lat": 43.21378, + "lng": -96.37639, + "cooperator": "Ag Inputs, Outlet LLC", + "salesperson": "Ag Inputs, Outlet LLC", + "planted_date": "2025-05-07", + "harvested_date": "2025-10-03", + "plot_average": 76.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1711XF", + "traits": "", + "metrics": { + "Yield": 81.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2270E3", + "traits": "", + "metrics": { + "Yield": 81.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2685XF", + "traits": "", + "metrics": { + "Yield": 80.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 80.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 80.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146226" + ], + "fetched_at": "2026-05-27T02:21:29.694994+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146226.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146226.md new file mode 100644 index 00000000..811e49bf --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146226.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Rock Valley, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Iowa (IA) +- **City:** Rock Valley +- **Year:** 2025 +- **Plot ID:** 146226 +- **Cooperator:** Ag Inputs, Outlet LLC +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-03 +- **Plot average:** 76.9 BU/Ac +- **Coordinates:** 43.21378, -96.37639 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146226 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1711XF | - | 81.6 | +| 2 | LG Seeds | LGS2270E3 | - | 81.2 | +| 3 | LG Seeds | LGS2685XF | - | 80.1 | +| 4 | LG Seeds | LGS2001E3 | - | 80.1 | +| 5 | LG Seeds | LGS2505E3 | - | 80.0 | + +Top 5 by Yield: LGS1711XF (LG Seeds) 81.6, LGS2270E3 (LG Seeds) 81.2, LGS2685XF (LG Seeds) 80.1, LGS2001E3 (LG Seeds) 80.1, LGS2505E3 (LG Seeds) 80.0. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146229.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146229.json new file mode 100644 index 00000000..84098423 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146229.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146229", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Rock Valley", + "year": 2025, + "plot_id": "146229", + "lat": 43.19933, + "lng": -96.4112, + "cooperator": "Willis Den Boer", + "salesperson": "Willis Den Boer", + "planted_date": "2025-05-12", + "harvested_date": "2025-10-01", + "plot_average": 70.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2270E3", + "traits": "", + "metrics": { + "Yield": 72.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2408E3", + "traits": "", + "metrics": { + "Yield": 72.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 71.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 71.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 66.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146229" + ], + "fetched_at": "2026-05-27T02:21:28.202856+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146229.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146229.md new file mode 100644 index 00000000..6164f1bb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146229.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Rock Valley, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Iowa (IA) +- **City:** Rock Valley +- **Year:** 2025 +- **Plot ID:** 146229 +- **Cooperator:** Willis Den Boer +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-01 +- **Plot average:** 70.0 BU/Ac +- **Coordinates:** 43.19933, -96.41120 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146229 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2270E3 | - | 72.8 | +| 2 | LG Seeds | LGS2408E3 | - | 72.2 | +| 3 | LG Seeds | LGS2001E3 | - | 71.6 | +| 4 | LG Seeds | LGS1832E3 | - | 71.4 | +| 5 | LG Seeds | LGS1551E3 | - | 66.9 | + +Top 5 by Yield: LGS2270E3 (LG Seeds) 72.8, LGS2408E3 (LG Seeds) 72.2, LGS2001E3 (LG Seeds) 71.6, LGS1832E3 (LG Seeds) 71.4, LGS1551E3 (LG Seeds) 66.9. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146231.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146231.json new file mode 100644 index 00000000..03e49dc6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146231.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146231", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Inwood", + "year": 2025, + "plot_id": "146231", + "lat": 43.25723, + "lng": -96.4326, + "cooperator": "Tracy Gayer", + "salesperson": "Tracy Gayer", + "planted_date": "2025-05-31", + "harvested_date": "2025-10-06", + "plot_average": 53.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2685XF", + "traits": "", + "metrics": { + "Yield": 61.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2054XF", + "traits": "", + "metrics": { + "Yield": 56.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2364XF", + "traits": "", + "metrics": { + "Yield": 55.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1711XF", + "traits": "", + "metrics": { + "Yield": 47.8 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LGS1711XF", + "traits": "", + "metrics": { + "Yield": 46.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146231" + ], + "fetched_at": "2026-05-27T02:21:49.199568+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146231.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146231.md new file mode 100644 index 00000000..c948f0f0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146231.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Inwood, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Iowa (IA) +- **City:** Inwood +- **Year:** 2025 +- **Plot ID:** 146231 +- **Cooperator:** Tracy Gayer +- **Planted:** 2025-05-31 +- **Harvested:** 2025-10-06 +- **Plot average:** 53.6 BU/Ac +- **Coordinates:** 43.25723, -96.43260 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146231 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2685XF | - | 61.8 | +| 2 | LG Seeds | LGS2054XF | - | 56.7 | +| 3 | LG Seeds | LGS2364XF | - | 55.1 | +| 4 | LG Seeds | LGS1711XF | - | 47.8 | +| 5 | Unknown | LGS1711XF | - | 46.7 | + +Top 5 by Yield: LGS2685XF (LG Seeds) 61.8, LGS2054XF (LG Seeds) 56.7, LGS2364XF (LG Seeds) 55.1, LGS1711XF (LG Seeds) 47.8, LGS1711XF (Unknown) 46.7. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146256.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146256.json new file mode 100644 index 00000000..4aab3c13 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146256.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146256", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Au Gres", + "year": 2025, + "plot_id": "146256", + "lat": 44.11893, + "lng": -83.66584, + "cooperator": "Devin Huber", + "salesperson": "Devin Huber", + "planted_date": "2025-05-19", + "harvested_date": "2025-10-02", + "plot_average": 68.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2364XF", + "traits": "", + "metrics": { + "Yield": 73.41 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2054XF", + "traits": "", + "metrics": { + "Yield": 72.12 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1585XF", + "traits": "", + "metrics": { + "Yield": 71.45 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2270E3", + "traits": "", + "metrics": { + "Yield": 70.67 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 69.72 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146256" + ], + "fetched_at": "2026-05-27T02:21:32.967537+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146256.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146256.md new file mode 100644 index 00000000..06f16d49 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146256.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Au Gres, Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Michigan (MI) +- **City:** Au Gres +- **Year:** 2025 +- **Plot ID:** 146256 +- **Cooperator:** Devin Huber +- **Planted:** 2025-05-19 +- **Harvested:** 2025-10-02 +- **Plot average:** 68.6 BU/Ac +- **Coordinates:** 44.11893, -83.66584 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146256 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2364XF | - | 73.41 | +| 2 | LG Seeds | LGS2054XF | - | 72.12 | +| 3 | LG Seeds | LGS1585XF | - | 71.45 | +| 4 | LG Seeds | LGS2270E3 | - | 70.67 | +| 5 | LG Seeds | LGS1551E3 | - | 69.72 | + +Top 5 by Yield: LGS2364XF (LG Seeds) 73.41, LGS2054XF (LG Seeds) 72.12, LGS1585XF (LG Seeds) 71.45, LGS2270E3 (LG Seeds) 70.67, LGS1551E3 (LG Seeds) 69.72. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146274.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146274.json new file mode 100644 index 00000000..e6ad79a2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146274.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146274", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Flandreau ", + "year": 2025, + "plot_id": "146274", + "lat": 44.04888, + "lng": -96.56937, + "cooperator": "Marc Burggraff", + "salesperson": "Marc Burggraff", + "planted_date": "2025-04-26", + "harvested_date": "2025-10-23", + "plot_average": 56.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "14E535", + "traits": "", + "metrics": { + "Yield": 77.61 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "13E335", + "traits": "", + "metrics": { + "Yield": 74.99 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "16E725", + "traits": "", + "metrics": { + "Yield": 69.64 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 69.06 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "10E125", + "traits": "", + "metrics": { + "Yield": 68.17 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146274" + ], + "fetched_at": "2026-05-27T02:21:58.184808+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146274.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146274.md new file mode 100644 index 00000000..6846ac32 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146274.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Flandreau , South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** South Dakota (SD) +- **City:** Flandreau +- **Year:** 2025 +- **Plot ID:** 146274 +- **Cooperator:** Marc Burggraff +- **Planted:** 2025-04-26 +- **Harvested:** 2025-10-23 +- **Plot average:** 56.4 BU/Ac +- **Coordinates:** 44.04888, -96.56937 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146274 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 14E535 | - | 77.61 | +| 2 | Unknown | 13E335 | - | 74.99 | +| 3 | Unknown | 16E725 | - | 69.64 | +| 4 | LG Seeds | LGS1551E3 | - | 69.06 | +| 5 | Unknown | 10E125 | - | 68.17 | + +Top 5 by Yield: 14E535 (Unknown) 77.61, 13E335 (Unknown) 74.99, 16E725 (Unknown) 69.64, LGS1551E3 (LG Seeds) 69.06, 10E125 (Unknown) 68.17. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146299.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146299.json new file mode 100644 index 00000000..02545406 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146299.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146299", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Shullsburg", + "year": 2025, + "plot_id": "146299", + "lat": 42.61996, + "lng": -90.19949, + "cooperator": "Jeramiah Kleiber", + "salesperson": "Jeramiah Kleiber", + "planted_date": "2025-04-26", + "harvested_date": "2025-10-03", + "plot_average": 73.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "V2735E", + "traits": "", + "metrics": { + "Yield": 84.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "B205VE", + "traits": "", + "metrics": { + "Yield": 83.7 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "S20EN84", + "traits": "", + "metrics": { + "Yield": 82.4 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 76.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2270E3", + "traits": "", + "metrics": { + "Yield": 76.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146299" + ], + "fetched_at": "2026-05-27T02:22:26.728889+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146299.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146299.md new file mode 100644 index 00000000..8cca9fa1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146299.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Shullsburg, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** Shullsburg +- **Year:** 2025 +- **Plot ID:** 146299 +- **Cooperator:** Jeramiah Kleiber +- **Planted:** 2025-04-26 +- **Harvested:** 2025-10-03 +- **Plot average:** 73.8 BU/Ac +- **Coordinates:** 42.61996, -90.19949 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146299 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | V2735E | - | 84.6 | +| 2 | Unknown | B205VE | - | 83.7 | +| 3 | Unknown | S20EN84 | - | 82.4 | +| 4 | LG Seeds | LGS2505E3 | - | 76.9 | +| 5 | LG Seeds | LGS2270E3 | - | 76.9 | + +Top 5 by Yield: V2735E (Unknown) 84.6, B205VE (Unknown) 83.7, S20EN84 (Unknown) 82.4, LGS2505E3 (LG Seeds) 76.9, LGS2270E3 (LG Seeds) 76.9. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146315.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146315.json new file mode 100644 index 00000000..6891ff72 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146315.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146315", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Altura ", + "year": 2025, + "plot_id": "146315", + "lat": 44.15654, + "lng": -92.0549, + "cooperator": "Phil Schwantz", + "salesperson": "Phil Schwantz", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-02", + "plot_average": 72.7, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 78.0 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 75.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1670E3", + "traits": "", + "metrics": { + "Yield": 74.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 73.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2270E3", + "traits": "", + "metrics": { + "Yield": 72.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146315" + ], + "fetched_at": "2026-05-27T02:21:28.702269+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146315.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146315.md new file mode 100644 index 00000000..0064cae5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146315.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Altura , Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Altura +- **Year:** 2025 +- **Plot ID:** 146315 +- **Cooperator:** Phil Schwantz +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-02 +- **Plot average:** 72.7 BU/Ac +- **Coordinates:** 44.15654, -92.05490 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146315 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2001E3 | - | 78.0 | +| 2 | LG Seeds | LGS1551E3 | - | 75.3 | +| 3 | LG Seeds | LGS1670E3 | - | 74.5 | +| 4 | LG Seeds | LGS1660E3 | - | 73.0 | +| 5 | LG Seeds | LGS2270E3 | - | 72.1 | + +Top 5 by Yield: LGS2001E3 (LG Seeds) 78.0, LGS1551E3 (LG Seeds) 75.3, LGS1670E3 (LG Seeds) 74.5, LGS1660E3 (LG Seeds) 73.0, LGS2270E3 (LG Seeds) 72.1. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146320.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146320.json new file mode 100644 index 00000000..f48bc20f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146320.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146320", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "Elmwood ", + "year": 2025, + "plot_id": "146320", + "lat": 40.83001, + "lng": -89.95756, + "cooperator": "Lynn Shissler", + "salesperson": "Lynn Shissler", + "planted_date": "2025-04-30", + "harvested_date": "2025-10-15", + "plot_average": 75.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "35L17XF", + "traits": "", + "metrics": { + "Yield": 78.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3715XF", + "traits": "", + "metrics": { + "Yield": 77.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3077XF", + "traits": "", + "metrics": { + "Yield": 77.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3588XF", + "traits": "", + "metrics": { + "Yield": 75.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3320XF", + "traits": "", + "metrics": { + "Yield": 74.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146320" + ], + "fetched_at": "2026-05-27T02:21:43.696504+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146320.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146320.md new file mode 100644 index 00000000..8708fa99 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146320.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Elmwood , Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** Elmwood +- **Year:** 2025 +- **Plot ID:** 146320 +- **Cooperator:** Lynn Shissler +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-15 +- **Plot average:** 75.3 BU/Ac +- **Coordinates:** 40.83001, -89.95756 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146320 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 35L17XF | - | 78.9 | +| 2 | LG Seeds | LGS3715XF | - | 77.5 | +| 3 | LG Seeds | LGS3077XF | - | 77.3 | +| 4 | LG Seeds | LGS3588XF | - | 75.2 | +| 5 | LG Seeds | LGS3320XF | - | 74.2 | + +Top 5 by Yield: 35L17XF (Unknown) 78.9, LGS3715XF (LG Seeds) 77.5, LGS3077XF (LG Seeds) 77.3, LGS3588XF (LG Seeds) 75.2, LGS3320XF (LG Seeds) 74.2. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146328.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146328.json new file mode 100644 index 00000000..13b6fb05 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146328.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146328", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Hayward", + "year": 2025, + "plot_id": "146328", + "lat": 43.62974, + "lng": -93.21567, + "cooperator": "Tracy Skaar", + "salesperson": "Tracy Skaar", + "planted_date": "2025-05-13", + "harvested_date": "2025-10-03", + "plot_average": 64.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1670E3", + "traits": "", + "metrics": { + "Yield": 70.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LGS1670E3", + "traits": "", + "metrics": { + "Yield": 68.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LGS1670E3", + "traits": "", + "metrics": { + "Yield": 68.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 67.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 66.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146328" + ], + "fetched_at": "2026-05-27T02:21:47.953170+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146328.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146328.md new file mode 100644 index 00000000..1d753067 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146328.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Hayward, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Hayward +- **Year:** 2025 +- **Plot ID:** 146328 +- **Cooperator:** Tracy Skaar +- **Planted:** 2025-05-13 +- **Harvested:** 2025-10-03 +- **Plot average:** 64.4 BU/Ac +- **Coordinates:** 43.62974, -93.21567 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146328 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1670E3 | - | 70.0 | +| 2 | Unknown | LGS1670E3 | - | 68.3 | +| 3 | Unknown | LGS1670E3 | - | 68.0 | +| 4 | LG Seeds | LGS1551E3 | - | 67.5 | +| 5 | Unknown | LGS1551E3 | - | 66.8 | + +Top 5 by Yield: LGS1670E3 (LG Seeds) 70.0, LGS1670E3 (Unknown) 68.3, LGS1670E3 (Unknown) 68.0, LGS1551E3 (LG Seeds) 67.5, LGS1551E3 (Unknown) 66.8. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146380.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146380.json new file mode 100644 index 00000000..4992a767 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146380.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146380", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Ubly", + "year": 2025, + "plot_id": "146380", + "lat": 43.59655, + "lng": -82.95634, + "cooperator": "Jared Heilig", + "salesperson": "Jared Heilig ", + "planted_date": "2025-05-20", + "harvested_date": "2025-10-05", + "plot_average": 67.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2329", + "traits": "", + "metrics": { + "Yield": 69.83 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2054XF", + "traits": "", + "metrics": { + "Yield": 69.74 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 69.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1585XF", + "traits": "", + "metrics": { + "Yield": 68.59 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1778", + "traits": "", + "metrics": { + "Yield": 68.48 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146380" + ], + "fetched_at": "2026-05-27T02:21:39.464781+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146380.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146380.md new file mode 100644 index 00000000..b4ad6afb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146380.md @@ -0,0 +1,29 @@ +# Soybean yield trial — Ubly, Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Michigan (MI) +- **City:** Ubly +- **Year:** 2025 +- **Plot ID:** 146380 +- **Cooperator:** Jared Heilig +- **Salesperson:** Jared Heilig +- **Planted:** 2025-05-20 +- **Harvested:** 2025-10-05 +- **Plot average:** 67.9 BU/Ac +- **Coordinates:** 43.59655, -82.95634 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146380 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2329 | - | 69.83 | +| 2 | LG Seeds | LGS2054XF | - | 69.74 | +| 3 | LG Seeds | LGS1551E3 | - | 69.3 | +| 4 | LG Seeds | LGS1585XF | - | 68.59 | +| 5 | LG Seeds | LGS1778 | - | 68.48 | + +Top 5 by Yield: LGS2329 (LG Seeds) 69.83, LGS2054XF (LG Seeds) 69.74, LGS1551E3 (LG Seeds) 69.3, LGS1585XF (LG Seeds) 68.59, LGS1778 (LG Seeds) 68.48. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146464.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146464.json new file mode 100644 index 00000000..87dc343f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146464.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146464", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Indiana", + "state_abbrev": "in", + "city": "Bryant", + "year": 2025, + "plot_id": "146464", + "lat": 40.5283, + "lng": -84.88803, + "cooperator": "Charlie Muhlenkamp", + "salesperson": "Charlie Muhlenkamp ", + "planted_date": "2025-05-27", + "harvested_date": "2025-10-13", + "plot_average": 74.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3240E3", + "traits": "", + "metrics": { + "Yield": 78.47 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3629E3", + "traits": "", + "metrics": { + "Yield": 76.73 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3804E3", + "traits": "", + "metrics": { + "Yield": 76.15 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 75.89 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2881E3", + "traits": "", + "metrics": { + "Yield": 73.83 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146464" + ], + "fetched_at": "2026-05-27T02:21:43.974251+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146464.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146464.md new file mode 100644 index 00000000..4d368567 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146464.md @@ -0,0 +1,29 @@ +# Soybean yield trial — Bryant, Indiana, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Indiana (IN) +- **City:** Bryant +- **Year:** 2025 +- **Plot ID:** 146464 +- **Cooperator:** Charlie Muhlenkamp +- **Salesperson:** Charlie Muhlenkamp +- **Planted:** 2025-05-27 +- **Harvested:** 2025-10-13 +- **Plot average:** 74.8 BU/Ac +- **Coordinates:** 40.52830, -84.88803 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146464 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3240E3 | - | 78.47 | +| 2 | LG Seeds | LGS3629E3 | - | 76.73 | +| 3 | LG Seeds | LGS3804E3 | - | 76.15 | +| 4 | LG Seeds | LGS3000E3 | - | 75.89 | +| 5 | LG Seeds | LGS2881E3 | - | 73.83 | + +Top 5 by Yield: LGS3240E3 (LG Seeds) 78.47, LGS3629E3 (LG Seeds) 76.73, LGS3804E3 (LG Seeds) 76.15, LGS3000E3 (LG Seeds) 75.89, LGS2881E3 (LG Seeds) 73.83. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146471.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146471.json new file mode 100644 index 00000000..c4de9487 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146471.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146471", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Indiana", + "state_abbrev": "in", + "city": "Claypool", + "year": 2025, + "plot_id": "146471", + "lat": 41.08738, + "lng": -85.82613, + "cooperator": "Andy Airgood", + "salesperson": "Andy Airgood", + "planted_date": "2025-05-25", + "harvested_date": "2025-10-10", + "plot_average": 71.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3240E3", + "traits": "", + "metrics": { + "Yield": 80.11 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3445E3", + "traits": "", + "metrics": { + "Yield": 73.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 72.26 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 71.69 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3570E3", + "traits": "", + "metrics": { + "Yield": 69.38 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146471" + ], + "fetched_at": "2026-05-27T02:21:44.214627+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146471.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146471.md new file mode 100644 index 00000000..8f4ad42e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146471.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Claypool, Indiana, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Indiana (IN) +- **City:** Claypool +- **Year:** 2025 +- **Plot ID:** 146471 +- **Cooperator:** Andy Airgood +- **Planted:** 2025-05-25 +- **Harvested:** 2025-10-10 +- **Plot average:** 71.8 BU/Ac +- **Coordinates:** 41.08738, -85.82613 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146471 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3240E3 | - | 80.11 | +| 2 | LG Seeds | LGS3445E3 | - | 73.2 | +| 3 | LG Seeds | LGS2505E3 | - | 72.26 | +| 4 | LG Seeds | LGS3000E3 | - | 71.69 | +| 5 | LG Seeds | LGS3570E3 | - | 69.38 | + +Top 5 by Yield: LGS3240E3 (LG Seeds) 80.11, LGS3445E3 (LG Seeds) 73.2, LGS2505E3 (LG Seeds) 72.26, LGS3000E3 (LG Seeds) 71.69, LGS3570E3 (LG Seeds) 69.38. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146472.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146472.json new file mode 100644 index 00000000..afd08580 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146472.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146472", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Indiana", + "state_abbrev": "in", + "city": "Kendallville", + "year": 2025, + "plot_id": "146472", + "lat": 41.43734, + "lng": -85.36516, + "cooperator": "Bauman Farms", + "salesperson": "Bauman Farms", + "planted_date": "2025-05-12", + "harvested_date": "2025-10-10", + "plot_average": 63.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3715XF", + "traits": "", + "metrics": { + "Yield": 73.96 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2850XF", + "traits": "", + "metrics": { + "Yield": 67.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LGS3350XF", + "traits": "", + "metrics": { + "Yield": 66.75 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3588XF", + "traits": "", + "metrics": { + "Yield": 66.68 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3320XF", + "traits": "", + "metrics": { + "Yield": 66.33 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146472" + ], + "fetched_at": "2026-05-27T02:21:44.461222+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146472.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146472.md new file mode 100644 index 00000000..63ecaccc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146472.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Kendallville, Indiana, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Indiana (IN) +- **City:** Kendallville +- **Year:** 2025 +- **Plot ID:** 146472 +- **Cooperator:** Bauman Farms +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-10 +- **Plot average:** 63.1 BU/Ac +- **Coordinates:** 41.43734, -85.36516 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146472 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3715XF | - | 73.96 | +| 2 | LG Seeds | LGS2850XF | - | 67.8 | +| 3 | Unknown | LGS3350XF | - | 66.75 | +| 4 | LG Seeds | LGS3588XF | - | 66.68 | +| 5 | LG Seeds | LGS3320XF | - | 66.33 | + +Top 5 by Yield: LGS3715XF (LG Seeds) 73.96, LGS2850XF (LG Seeds) 67.8, LGS3350XF (Unknown) 66.75, LGS3588XF (LG Seeds) 66.68, LGS3320XF (LG Seeds) 66.33. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146479.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146479.json new file mode 100644 index 00000000..6f4c0832 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146479.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146479", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Indiana", + "state_abbrev": "in", + "city": "Butler", + "year": 2025, + "plot_id": "146479", + "lat": 41.40727, + "lng": -84.80709, + "cooperator": "Dan Hook", + "salesperson": "Dan Hook", + "planted_date": "2025-04-24", + "harvested_date": "2025-09-27", + "plot_average": 58.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2270E3", + "traits": "", + "metrics": { + "Yield": 64.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2408E3", + "traits": "", + "metrics": { + "Yield": 64.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "31EF02", + "traits": "", + "metrics": { + "Yield": 64.1 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P23Z82E", + "traits": "", + "metrics": { + "Yield": 63.0 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P31Z03E", + "traits": "", + "metrics": { + "Yield": 62.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146479" + ], + "fetched_at": "2026-05-27T02:21:28.944478+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146479.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146479.md new file mode 100644 index 00000000..5a132426 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146479.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Butler, Indiana, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Indiana (IN) +- **City:** Butler +- **Year:** 2025 +- **Plot ID:** 146479 +- **Cooperator:** Dan Hook +- **Planted:** 2025-04-24 +- **Harvested:** 2025-09-27 +- **Plot average:** 58.5 BU/Ac +- **Coordinates:** 41.40727, -84.80709 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146479 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2270E3 | - | 64.1 | +| 2 | LG Seeds | LGS2408E3 | - | 64.1 | +| 3 | Unknown | 31EF02 | - | 64.1 | +| 4 | Pioneer | P23Z82E | - | 63.0 | +| 5 | Pioneer | P31Z03E | - | 62.0 | + +Top 5 by Yield: LGS2270E3 (LG Seeds) 64.1, LGS2408E3 (LG Seeds) 64.1, 31EF02 (Unknown) 64.1, P23Z82E (Pioneer) 63.0, P31Z03E (Pioneer) 62.0. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146489.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146489.json new file mode 100644 index 00000000..ed3a4895 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146489.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146489", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Missouri", + "state_abbrev": "mo", + "city": "Colony", + "year": 2025, + "plot_id": "146489", + "lat": 40.23616, + "lng": -91.96131, + "cooperator": "Jimmy Miller", + "salesperson": "Jimmy Miller", + "planted_date": "2025-05-26", + "harvested_date": "2025-11-16", + "plot_average": 57.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS4180E3", + "traits": "", + "metrics": { + "Yield": 61.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3629E3", + "traits": "", + "metrics": { + "Yield": 60.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3570E3", + "traits": "", + "metrics": { + "Yield": 56.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS4020E3", + "traits": "", + "metrics": { + "Yield": 55.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3804E3", + "traits": "", + "metrics": { + "Yield": 55.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146489" + ], + "fetched_at": "2026-05-27T02:22:29.476761+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146489.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146489.md new file mode 100644 index 00000000..8f95108c --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146489.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Colony, Missouri, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Missouri (MO) +- **City:** Colony +- **Year:** 2025 +- **Plot ID:** 146489 +- **Cooperator:** Jimmy Miller +- **Planted:** 2025-05-26 +- **Harvested:** 2025-11-16 +- **Plot average:** 57.2 BU/Ac +- **Coordinates:** 40.23616, -91.96131 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146489 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS4180E3 | - | 61.1 | +| 2 | LG Seeds | LGS3629E3 | - | 60.1 | +| 3 | LG Seeds | LGS3570E3 | - | 56.5 | +| 4 | LG Seeds | LGS4020E3 | - | 55.9 | +| 5 | LG Seeds | LGS3804E3 | - | 55.4 | + +Top 5 by Yield: LGS4180E3 (LG Seeds) 61.1, LGS3629E3 (LG Seeds) 60.1, LGS3570E3 (LG Seeds) 56.5, LGS4020E3 (LG Seeds) 55.9, LGS3804E3 (LG Seeds) 55.4. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146496.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146496.json new file mode 100644 index 00000000..de6e0f06 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146496.json @@ -0,0 +1,64 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146496", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "Lanark", + "year": 2025, + "plot_id": "146496", + "lat": 42.08588, + "lng": -89.80305, + "cooperator": "Brenden Schultz", + "salesperson": "Brenden Schultz", + "planted_date": "2025-05-05", + "harvested_date": "2025-10-04", + "plot_average": 86.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 90.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2881E3", + "traits": "", + "metrics": { + "Yield": 85.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2408E3", + "traits": "", + "metrics": { + "Yield": 85.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 83.1 + } + } + ], + "n_results": 4, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146496" + ], + "fetched_at": "2026-05-27T02:21:47.192913+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146496.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146496.md new file mode 100644 index 00000000..03700eeb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146496.md @@ -0,0 +1,27 @@ +# Soybean yield trial — Lanark, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** Lanark +- **Year:** 2025 +- **Plot ID:** 146496 +- **Cooperator:** Brenden Schultz +- **Planted:** 2025-05-05 +- **Harvested:** 2025-10-04 +- **Plot average:** 86.1 BU/Ac +- **Coordinates:** 42.08588, -89.80305 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146496 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3000E3 | - | 90.9 | +| 2 | LG Seeds | LGS2881E3 | - | 85.3 | +| 3 | LG Seeds | LGS2408E3 | - | 85.0 | +| 4 | LG Seeds | LGS2505E3 | - | 83.1 | + +Top 5 by Yield: LGS3000E3 (LG Seeds) 90.9, LGS2881E3 (LG Seeds) 85.3, LGS2408E3 (LG Seeds) 85.0, LGS2505E3 (LG Seeds) 83.1. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146505.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146505.json new file mode 100644 index 00000000..39d8e45f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146505.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146505", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Lorton", + "year": 2025, + "plot_id": "146505", + "lat": 40.59601, + "lng": -96.03022, + "cooperator": "Clint Hillman", + "salesperson": "Clint Hillman", + "planted_date": "2025-05-03", + "harvested_date": "2025-10-13", + "plot_average": 82.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3629E3", + "traits": "", + "metrics": { + "Yield": 88.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "36EH32", + "traits": "", + "metrics": { + "Yield": 86.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3804E3", + "traits": "", + "metrics": { + "Yield": 84.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "31EF02", + "traits": "", + "metrics": { + "Yield": 83.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3570E3", + "traits": "", + "metrics": { + "Yield": 83.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146505" + ], + "fetched_at": "2026-05-27T02:21:51.183425+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146505.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146505.md new file mode 100644 index 00000000..74e92bf1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146505.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Lorton, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Nebraska (NE) +- **City:** Lorton +- **Year:** 2025 +- **Plot ID:** 146505 +- **Cooperator:** Clint Hillman +- **Planted:** 2025-05-03 +- **Harvested:** 2025-10-13 +- **Plot average:** 82.4 BU/Ac +- **Coordinates:** 40.59601, -96.03022 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146505 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3629E3 | - | 88.1 | +| 2 | Unknown | 36EH32 | - | 86.7 | +| 3 | LG Seeds | LGS3804E3 | - | 84.2 | +| 4 | Unknown | 31EF02 | - | 83.2 | +| 5 | LG Seeds | LGS3570E3 | - | 83.1 | + +Top 5 by Yield: LGS3629E3 (LG Seeds) 88.1, 36EH32 (Unknown) 86.7, LGS3804E3 (LG Seeds) 84.2, 31EF02 (Unknown) 83.2, LGS3570E3 (LG Seeds) 83.1. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146515.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146515.json new file mode 100644 index 00000000..c1ac8080 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146515.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146515", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Bradley ", + "year": 2025, + "plot_id": "146515", + "lat": 45.00913, + "lng": -97.65575, + "cooperator": "Chris Olson", + "salesperson": "Chris Olson", + "planted_date": "2025-05-31", + "harvested_date": "2025-10-09", + "plot_average": 47.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1585XF", + "traits": "", + "metrics": { + "Yield": 54.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 52.5 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1385XF", + "traits": "", + "metrics": { + "Yield": 51.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "AP18XF5", + "traits": "", + "metrics": { + "Yield": 51.9 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "L1370E", + "traits": "", + "metrics": { + "Yield": 50.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146515" + ], + "fetched_at": "2026-05-27T02:22:33.476626+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146515.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146515.md new file mode 100644 index 00000000..3229a464 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146515.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Bradley , South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** South Dakota (SD) +- **City:** Bradley +- **Year:** 2025 +- **Plot ID:** 146515 +- **Cooperator:** Chris Olson +- **Planted:** 2025-05-31 +- **Harvested:** 2025-10-09 +- **Plot average:** 47.4 BU/Ac +- **Coordinates:** 45.00913, -97.65575 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146515 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1585XF | - | 54.1 | +| 2 | LG Seeds | LGS1660E3 | - | 52.5 | +| 3 | LG Seeds | LGS1385XF | - | 51.9 | +| 4 | Unknown | AP18XF5 | - | 51.9 | +| 5 | Unknown | L1370E | - | 50.9 | + +Top 5 by Yield: LGS1585XF (LG Seeds) 54.1, LGS1660E3 (LG Seeds) 52.5, LGS1385XF (LG Seeds) 51.9, AP18XF5 (Unknown) 51.9, L1370E (Unknown) 50.9. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146520.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146520.json new file mode 100644 index 00000000..3f11733e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146520.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146520", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "Piper city", + "year": 2025, + "plot_id": "146520", + "lat": 40.75183, + "lng": -88.19228, + "cooperator": "AgTech Advantage, LLC.", + "salesperson": "AgTech Advantage, LLC.", + "planted_date": "2025-04-16", + "harvested_date": "2025-09-18", + "plot_average": 85.5, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "36N06E", + "traits": "", + "metrics": { + "Yield": 93.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3629E3", + "traits": "", + "metrics": { + "Yield": 91.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3445E3", + "traits": "", + "metrics": { + "Yield": 89.6 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3804E3", + "traits": "", + "metrics": { + "Yield": 88.8 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "35N05E3", + "traits": "", + "metrics": { + "Yield": 88.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146520" + ], + "fetched_at": "2026-05-27T02:21:46.191310+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146520.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146520.md new file mode 100644 index 00000000..45c34d77 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146520.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Piper city, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** Piper city +- **Year:** 2025 +- **Plot ID:** 146520 +- **Cooperator:** AgTech Advantage, LLC. +- **Planted:** 2025-04-16 +- **Harvested:** 2025-09-18 +- **Plot average:** 85.5 BU/Ac +- **Coordinates:** 40.75183, -88.19228 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146520 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 36N06E | - | 93.1 | +| 2 | LG Seeds | LGS3629E3 | - | 91.4 | +| 3 | LG Seeds | LGS3445E3 | - | 89.6 | +| 4 | LG Seeds | LGS3804E3 | - | 88.8 | +| 5 | Unknown | 35N05E3 | - | 88.7 | + +Top 5 by Yield: 36N06E (Unknown) 93.1, LGS3629E3 (LG Seeds) 91.4, LGS3445E3 (LG Seeds) 89.6, LGS3804E3 (LG Seeds) 88.8, 35N05E3 (Unknown) 88.7. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146530.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146530.json new file mode 100644 index 00000000..d611be4f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146530.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146530", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Rio Creek", + "year": 2025, + "plot_id": "146530", + "lat": 44.59107, + "lng": -87.54813, + "cooperator": "Jerry Barta", + "salesperson": "Jerry Barta", + "planted_date": "2025-05-15", + "harvested_date": "2025-10-06", + "plot_average": 84.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B155EE", + "traits": "", + "metrics": { + "Yield": 91.4 + } + }, + { + "rank": 2, + "brand": "NK", + "product": "17-H1E3", + "traits": "", + "metrics": { + "Yield": 89.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "14E152N", + "traits": "", + "metrics": { + "Yield": 89.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "16E435N", + "traits": "", + "metrics": { + "Yield": 87.5 + } + }, + { + "rank": 5, + "brand": "NK", + "product": "16-Z6E3", + "traits": "", + "metrics": { + "Yield": 87.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146530" + ], + "fetched_at": "2026-05-27T02:22:30.948441+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146530.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146530.md new file mode 100644 index 00000000..5c766b4b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146530.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Rio Creek, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** Rio Creek +- **Year:** 2025 +- **Plot ID:** 146530 +- **Cooperator:** Jerry Barta +- **Planted:** 2025-05-15 +- **Harvested:** 2025-10-06 +- **Plot average:** 84.3 BU/Ac +- **Coordinates:** 44.59107, -87.54813 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146530 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B155EE | - | 91.4 | +| 2 | NK | 17-H1E3 | - | 89.9 | +| 3 | Unknown | 14E152N | - | 89.5 | +| 4 | Unknown | 16E435N | - | 87.5 | +| 5 | NK | 16-Z6E3 | - | 87.1 | + +Top 5 by Yield: B155EE (Unknown) 91.4, 17-H1E3 (NK) 89.9, 14E152N (Unknown) 89.5, 16E435N (Unknown) 87.5, 16-Z6E3 (NK) 87.1. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146549.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146549.json new file mode 100644 index 00000000..da184ec5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146549.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146549", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Houghton", + "year": 2025, + "plot_id": "146549", + "lat": 45.71202, + "lng": -98.22803, + "cooperator": "Rick Mettler", + "salesperson": "Rick Mettler", + "planted_date": "2025-05-30", + "harvested_date": "2025-10-08", + "plot_average": 52.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1043E3", + "traits": "", + "metrics": { + "Yield": 55.99 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "10EG20", + "traits": "", + "metrics": { + "Yield": 53.96 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS0701XF", + "traits": "", + "metrics": { + "Yield": 52.94 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1585XF", + "traits": "", + "metrics": { + "Yield": 52.93 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 52.51 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146549" + ], + "fetched_at": "2026-05-27T02:21:46.955540+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146549.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146549.md new file mode 100644 index 00000000..ef0d85d8 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146549.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Houghton, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** South Dakota (SD) +- **City:** Houghton +- **Year:** 2025 +- **Plot ID:** 146549 +- **Cooperator:** Rick Mettler +- **Planted:** 2025-05-30 +- **Harvested:** 2025-10-08 +- **Plot average:** 52.1 BU/Ac +- **Coordinates:** 45.71202, -98.22803 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146549 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1043E3 | - | 55.99 | +| 2 | Unknown | 10EG20 | - | 53.96 | +| 3 | LG Seeds | LGS0701XF | - | 52.94 | +| 4 | LG Seeds | LGS1585XF | - | 52.93 | +| 5 | LG Seeds | LGS1551E3 | - | 52.51 | + +Top 5 by Yield: LGS1043E3 (LG Seeds) 55.99, 10EG20 (Unknown) 53.96, LGS0701XF (LG Seeds) 52.94, LGS1585XF (LG Seeds) 52.93, LGS1551E3 (LG Seeds) 52.51. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146556.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146556.json new file mode 100644 index 00000000..7cd57430 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146556.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146556", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Gregory", + "year": 2025, + "plot_id": "146556", + "lat": 43.22045, + "lng": -99.41082, + "cooperator": "Tom Waterbury", + "salesperson": "Tom Waterbury", + "planted_date": "2025-05-30", + "harvested_date": "2025-10-26", + "plot_average": 41.6, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "2395E", + "traits": "", + "metrics": { + "Yield": 54.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2685XF", + "traits": "", + "metrics": { + "Yield": 51.0 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "H25XF5", + "traits": "", + "metrics": { + "Yield": 48.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "2645E", + "traits": "", + "metrics": { + "Yield": 44.9 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "21XF253N", + "traits": "", + "metrics": { + "Yield": 43.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146556" + ], + "fetched_at": "2026-05-27T02:22:32.452418+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146556.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146556.md new file mode 100644 index 00000000..2be73112 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146556.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Gregory, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** South Dakota (SD) +- **City:** Gregory +- **Year:** 2025 +- **Plot ID:** 146556 +- **Cooperator:** Tom Waterbury +- **Planted:** 2025-05-30 +- **Harvested:** 2025-10-26 +- **Plot average:** 41.6 BU/Ac +- **Coordinates:** 43.22045, -99.41082 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146556 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 2395E | - | 54.9 | +| 2 | LG Seeds | LGS2685XF | - | 51.0 | +| 3 | Unknown | H25XF5 | - | 48.2 | +| 4 | Unknown | 2645E | - | 44.9 | +| 5 | Unknown | 21XF253N | - | 43.9 | + +Top 5 by Yield: 2395E (Unknown) 54.9, LGS2685XF (LG Seeds) 51.0, H25XF5 (Unknown) 48.2, 2645E (Unknown) 44.9, 21XF253N (Unknown) 43.9. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146564.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146564.json new file mode 100644 index 00000000..ce68b605 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146564.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146564", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Stickney", + "year": 2025, + "plot_id": "146564", + "lat": 43.50045, + "lng": -98.4666, + "cooperator": "Derek Glissendorf", + "salesperson": "Derek Glissendorf", + "planted_date": "2025-05-31", + "harvested_date": "2025-10-04", + "plot_average": 52.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2334XF", + "traits": "", + "metrics": { + "Yield": 60.9 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2364XF", + "traits": "", + "metrics": { + "Yield": 57.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1585XF", + "traits": "", + "metrics": { + "Yield": 57.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1711XF", + "traits": "", + "metrics": { + "Yield": 51.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2054XF", + "traits": "", + "metrics": { + "Yield": 48.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146564" + ], + "fetched_at": "2026-05-27T02:21:39.693004+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146564.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146564.md new file mode 100644 index 00000000..af19b110 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146564.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Stickney, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** South Dakota (SD) +- **City:** Stickney +- **Year:** 2025 +- **Plot ID:** 146564 +- **Cooperator:** Derek Glissendorf +- **Planted:** 2025-05-31 +- **Harvested:** 2025-10-04 +- **Plot average:** 52.0 BU/Ac +- **Coordinates:** 43.50045, -98.46660 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146564 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2334XF | - | 60.9 | +| 2 | LG Seeds | LGS2364XF | - | 57.8 | +| 3 | LG Seeds | LGS1585XF | - | 57.3 | +| 4 | LG Seeds | LGS1711XF | - | 51.1 | +| 5 | LG Seeds | LGS2054XF | - | 48.1 | + +Top 5 by Yield: LGS2334XF (LG Seeds) 60.9, LGS2364XF (LG Seeds) 57.8, LGS1585XF (LG Seeds) 57.3, LGS1711XF (LG Seeds) 51.1, LGS2054XF (LG Seeds) 48.1. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146570.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146570.json new file mode 100644 index 00000000..989f49c4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146570.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146570", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Tiffin", + "year": 2025, + "plot_id": "146570", + "lat": 41.71495, + "lng": -91.71865, + "cooperator": "Shonda & Jeremie Hahn", + "salesperson": "Shonda & Jeremie Hahn", + "planted_date": "2025-05-07", + "harvested_date": "2025-10-04", + "plot_average": 72.6, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "V2735E", + "traits": "", + "metrics": { + "Yield": 76.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "TP29E23", + "traits": "", + "metrics": { + "Yield": 75.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2270E3", + "traits": "", + "metrics": { + "Yield": 75.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "AE 2360", + "traits": "", + "metrics": { + "Yield": 75.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 73.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146570" + ], + "fetched_at": "2026-05-27T02:21:48.454833+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146570.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146570.md new file mode 100644 index 00000000..db18f706 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146570.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Tiffin, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Iowa (IA) +- **City:** Tiffin +- **Year:** 2025 +- **Plot ID:** 146570 +- **Cooperator:** Shonda & Jeremie Hahn +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-04 +- **Plot average:** 72.6 BU/Ac +- **Coordinates:** 41.71495, -91.71865 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146570 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | V2735E | - | 76.3 | +| 2 | Unknown | TP29E23 | - | 75.2 | +| 3 | LG Seeds | LGS2270E3 | - | 75.1 | +| 4 | Unknown | AE 2360 | - | 75.0 | +| 5 | LG Seeds | LGS3000E3 | - | 73.5 | + +Top 5 by Yield: V2735E (Unknown) 76.3, TP29E23 (Unknown) 75.2, LGS2270E3 (LG Seeds) 75.1, AE 2360 (Unknown) 75.0, LGS3000E3 (LG Seeds) 73.5. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146578.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146578.json new file mode 100644 index 00000000..94b836cd --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146578.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146578", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Kentucky", + "state_abbrev": "ky", + "city": "Utica", + "year": 2025, + "plot_id": "146578", + "lat": 37.6265, + "lng": -87.0099, + "cooperator": "Wally Taylor", + "salesperson": "Wally Taylor", + "planted_date": "2025-05-23", + "harvested_date": "2025-10-13", + "plot_average": 77.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "XO3752E", + "traits": "", + "metrics": { + "Yield": 85.0 + } + }, + { + "rank": 2, + "brand": "NK", + "product": "40-P5E3", + "traits": "", + "metrics": { + "Yield": 83.4 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3445E3", + "traits": "", + "metrics": { + "Yield": 79.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS4020E3", + "traits": "", + "metrics": { + "Yield": 78.2 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3629E3", + "traits": "", + "metrics": { + "Yield": 78.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146578" + ], + "fetched_at": "2026-05-27T02:22:32.214070+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146578.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146578.md new file mode 100644 index 00000000..9631eeba --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146578.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Utica, Kentucky, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Kentucky (KY) +- **City:** Utica +- **Year:** 2025 +- **Plot ID:** 146578 +- **Cooperator:** Wally Taylor +- **Planted:** 2025-05-23 +- **Harvested:** 2025-10-13 +- **Plot average:** 77.0 BU/Ac +- **Coordinates:** 37.62650, -87.00990 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146578 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | XO3752E | - | 85.0 | +| 2 | NK | 40-P5E3 | - | 83.4 | +| 3 | LG Seeds | LGS3445E3 | - | 79.2 | +| 4 | LG Seeds | LGS4020E3 | - | 78.2 | +| 5 | LG Seeds | LGS3629E3 | - | 78.0 | + +Top 5 by Yield: XO3752E (Unknown) 85.0, 40-P5E3 (NK) 83.4, LGS3445E3 (LG Seeds) 79.2, LGS4020E3 (LG Seeds) 78.2, LGS3629E3 (LG Seeds) 78.0. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146601.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146601.json new file mode 100644 index 00000000..b0d4aa8b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146601.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146601", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "Murrayville", + "year": 2025, + "plot_id": "146601", + "lat": 39.59905, + "lng": -90.19728, + "cooperator": "Eric Lakin", + "salesperson": "Eric Lakin", + "planted_date": "2025-04-24", + "harvested_date": "2025-10-06", + "plot_average": 95.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3715XF", + "traits": "", + "metrics": { + "Yield": 115.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3588XF", + "traits": "", + "metrics": { + "Yield": 105.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LGS3350XF", + "traits": "", + "metrics": { + "Yield": 90.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3960XF", + "traits": "", + "metrics": { + "Yield": 84.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3077XF", + "traits": "", + "metrics": { + "Yield": 83.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146601" + ], + "fetched_at": "2026-05-27T02:21:29.197373+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146601.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146601.md new file mode 100644 index 00000000..3b632271 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146601.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Murrayville, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** Murrayville +- **Year:** 2025 +- **Plot ID:** 146601 +- **Cooperator:** Eric Lakin +- **Planted:** 2025-04-24 +- **Harvested:** 2025-10-06 +- **Plot average:** 95.9 BU/Ac +- **Coordinates:** 39.59905, -90.19728 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146601 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3715XF | - | 115.4 | +| 2 | LG Seeds | LGS3588XF | - | 105.3 | +| 3 | Unknown | LGS3350XF | - | 90.9 | +| 4 | LG Seeds | LGS3960XF | - | 84.3 | +| 5 | LG Seeds | LGS3077XF | - | 83.4 | + +Top 5 by Yield: LGS3715XF (LG Seeds) 115.4, LGS3588XF (LG Seeds) 105.3, LGS3350XF (Unknown) 90.9, LGS3960XF (LG Seeds) 84.3, LGS3077XF (LG Seeds) 83.4. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146609.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146609.json new file mode 100644 index 00000000..f1a2ac25 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146609.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146609", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Iola", + "year": 2025, + "plot_id": "146609", + "lat": 44.57724, + "lng": -89.14606, + "cooperator": "Cole Allred", + "salesperson": "Cole Allred", + "planted_date": "2025-05-05", + "harvested_date": "2025-10-01", + "plot_average": 62.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1670E3", + "traits": "", + "metrics": { + "Yield": 70.7 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P15Z80E", + "traits": "", + "metrics": { + "Yield": 68.5 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P13Z28E", + "traits": "", + "metrics": { + "Yield": 66.0 + } + }, + { + "rank": 4, + "brand": "NK", + "product": "14U5E3", + "traits": "", + "metrics": { + "Yield": 64.9 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P09Z31E", + "traits": "", + "metrics": { + "Yield": 64.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146609" + ], + "fetched_at": "2026-05-27T02:22:31.207352+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146609.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146609.md new file mode 100644 index 00000000..c2da5580 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146609.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Iola, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** Iola +- **Year:** 2025 +- **Plot ID:** 146609 +- **Cooperator:** Cole Allred +- **Planted:** 2025-05-05 +- **Harvested:** 2025-10-01 +- **Plot average:** 62.0 BU/Ac +- **Coordinates:** 44.57724, -89.14606 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146609 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1670E3 | - | 70.7 | +| 2 | Pioneer | P15Z80E | - | 68.5 | +| 3 | Pioneer | P13Z28E | - | 66.0 | +| 4 | NK | 14U5E3 | - | 64.9 | +| 5 | Pioneer | P09Z31E | - | 64.6 | + +Top 5 by Yield: LGS1670E3 (LG Seeds) 70.7, P15Z80E (Pioneer) 68.5, P13Z28E (Pioneer) 66.0, 14U5E3 (NK) 64.9, P09Z31E (Pioneer) 64.6. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146733.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146733.json new file mode 100644 index 00000000..bbc52359 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146733.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146733", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Tony", + "year": 2025, + "plot_id": "146733", + "lat": 45.32376, + "lng": -91.02894, + "cooperator": "North Oaks", + "salesperson": "North Oaks", + "planted_date": "2025-05-20", + "harvested_date": "2025-10-08", + "plot_average": 59.2, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "Unknown", + "traits": "", + "metrics": { + "Yield": 67.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "XO1372E", + "traits": "", + "metrics": { + "Yield": 67.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1206E3", + "traits": "", + "metrics": { + "Yield": 63.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "DSR-0673E", + "traits": "", + "metrics": { + "Yield": 63.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "XO1446E", + "traits": "", + "metrics": { + "Yield": 63.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146733" + ], + "fetched_at": "2026-05-27T02:21:50.189210+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146733.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146733.md new file mode 100644 index 00000000..63fc78c6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146733.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Tony, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** Tony +- **Year:** 2025 +- **Plot ID:** 146733 +- **Cooperator:** North Oaks +- **Planted:** 2025-05-20 +- **Harvested:** 2025-10-08 +- **Plot average:** 59.2 BU/Ac +- **Coordinates:** 45.32376, -91.02894 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146733 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | Unknown | - | 67.5 | +| 2 | Unknown | XO1372E | - | 67.3 | +| 3 | LG Seeds | LGS1206E3 | - | 63.8 | +| 4 | Unknown | DSR-0673E | - | 63.7 | +| 5 | Unknown | XO1446E | - | 63.6 | + +Top 5 by Yield: Unknown (Unknown) 67.5, XO1372E (Unknown) 67.3, LGS1206E3 (LG Seeds) 63.8, DSR-0673E (Unknown) 63.7, XO1446E (Unknown) 63.6. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146774.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146774.json new file mode 100644 index 00000000..ef62a831 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146774.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146774", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Shullsburg", + "year": 2025, + "plot_id": "146774", + "lat": 42.6104, + "lng": -90.17835, + "cooperator": "Patrick Kleiber", + "salesperson": "Patrick Kleiber", + "planted_date": "2025-04-30", + "harvested_date": "2025-10-03", + "plot_average": 70.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "2339X2", + "traits": "", + "metrics": { + "Yield": 77.4 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2850XF", + "traits": "", + "metrics": { + "Yield": 72.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2685XF", + "traits": "", + "metrics": { + "Yield": 71.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "2997XF", + "traits": "", + "metrics": { + "Yield": 70.7 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LGS2850XF", + "traits": "", + "metrics": { + "Yield": 70.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146774" + ], + "fetched_at": "2026-05-27T02:21:50.452377+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146774.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146774.md new file mode 100644 index 00000000..c26d793e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146774.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Shullsburg, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** Shullsburg +- **Year:** 2025 +- **Plot ID:** 146774 +- **Cooperator:** Patrick Kleiber +- **Planted:** 2025-04-30 +- **Harvested:** 2025-10-03 +- **Plot average:** 70.7 BU/Ac +- **Coordinates:** 42.61040, -90.17835 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146774 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 2339X2 | - | 77.4 | +| 2 | LG Seeds | LGS2850XF | - | 72.7 | +| 3 | LG Seeds | LGS2685XF | - | 71.5 | +| 4 | Unknown | 2997XF | - | 70.7 | +| 5 | Unknown | LGS2850XF | - | 70.5 | + +Top 5 by Yield: 2339X2 (Unknown) 77.4, LGS2850XF (LG Seeds) 72.7, LGS2685XF (LG Seeds) 71.5, 2997XF (Unknown) 70.7, LGS2850XF (Unknown) 70.5. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146788.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146788.json new file mode 100644 index 00000000..5ef9cfe6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146788.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146788", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "North Dakota", + "state_abbrev": "nd", + "city": "McVille", + "year": 2025, + "plot_id": "146788", + "lat": 47.726, + "lng": -98.31, + "cooperator": "Stein Seed Company", + "salesperson": "Stein Seed Company", + "planted_date": "2025-05-27", + "harvested_date": "2025-10-10", + "plot_average": 47.8, + "results": [ + { + "rank": 1, + "brand": "NK", + "product": "008-P8XF", + "traits": "", + "metrics": { + "Yield": 51.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS0105E3", + "traits": "", + "metrics": { + "Yield": 51.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS00905XF", + "traits": "", + "metrics": { + "Yield": 50.2 + } + }, + { + "rank": 4, + "brand": "NK", + "product": "02-W8E3", + "traits": "", + "metrics": { + "Yield": 50.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "E0324", + "traits": "", + "metrics": { + "Yield": 49.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146788" + ], + "fetched_at": "2026-05-27T02:22:35.951770+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146788.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146788.md new file mode 100644 index 00000000..d7ca3295 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146788.md @@ -0,0 +1,28 @@ +# Soybean yield trial — McVille, North Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** North Dakota (ND) +- **City:** McVille +- **Year:** 2025 +- **Plot ID:** 146788 +- **Cooperator:** Stein Seed Company +- **Planted:** 2025-05-27 +- **Harvested:** 2025-10-10 +- **Plot average:** 47.8 BU/Ac +- **Coordinates:** 47.72600, -98.31000 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146788 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | NK | 008-P8XF | - | 51.3 | +| 2 | LG Seeds | LGS0105E3 | - | 51.0 | +| 3 | LG Seeds | LGS00905XF | - | 50.2 | +| 4 | NK | 02-W8E3 | - | 50.2 | +| 5 | Unknown | E0324 | - | 49.7 | + +Top 5 by Yield: 008-P8XF (NK) 51.3, LGS0105E3 (LG Seeds) 51.0, LGS00905XF (LG Seeds) 50.2, 02-W8E3 (NK) 50.2, E0324 (Unknown) 49.7. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146797.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146797.json new file mode 100644 index 00000000..bbe77e6a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146797.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146797", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Clark", + "year": 2025, + "plot_id": "146797", + "lat": 44.85, + "lng": -97.55, + "cooperator": "Dave Johnson", + "salesperson": "Dave Johnson", + "planted_date": "2025-05-04", + "harvested_date": "2025-10-06", + "plot_average": 48.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 58.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "J1464E3", + "traits": "", + "metrics": { + "Yield": 52.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "JEXP0804E3", + "traits": "", + "metrics": { + "Yield": 50.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS0830E3", + "traits": "", + "metrics": { + "Yield": 50.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "13EH62", + "traits": "", + "metrics": { + "Yield": 49.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146797" + ], + "fetched_at": "2026-05-27T02:21:35.944213+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146797.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146797.md new file mode 100644 index 00000000..72594021 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146797.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Clark, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** South Dakota (SD) +- **City:** Clark +- **Year:** 2025 +- **Plot ID:** 146797 +- **Cooperator:** Dave Johnson +- **Planted:** 2025-05-04 +- **Harvested:** 2025-10-06 +- **Plot average:** 48.2 BU/Ac +- **Coordinates:** 44.85000, -97.55000 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146797 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1660E3 | - | 58.6 | +| 2 | Unknown | J1464E3 | - | 52.9 | +| 3 | Unknown | JEXP0804E3 | - | 50.8 | +| 4 | LG Seeds | LGS0830E3 | - | 50.2 | +| 5 | Unknown | 13EH62 | - | 49.7 | + +Top 5 by Yield: LGS1660E3 (LG Seeds) 58.6, J1464E3 (Unknown) 52.9, JEXP0804E3 (Unknown) 50.8, LGS0830E3 (LG Seeds) 50.2, 13EH62 (Unknown) 49.7. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146813.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146813.json new file mode 100644 index 00000000..291f6a58 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146813.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146813", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "North Dakota", + "state_abbrev": "nd", + "city": "Maddock", + "year": 2025, + "plot_id": "146813", + "lat": 48.09843, + "lng": -99.52462, + "cooperator": "Bryan Kenner", + "salesperson": "Bryan Kenner", + "planted_date": "2025-06-04", + "harvested_date": "2025-10-10", + "plot_average": 49.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "F00951XF", + "traits": "", + "metrics": { + "Yield": 58.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "02L09XF", + "traits": "", + "metrics": { + "Yield": 51.3 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS0125XF", + "traits": "", + "metrics": { + "Yield": 50.0 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS0444XF", + "traits": "", + "metrics": { + "Yield": 49.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS0139XF", + "traits": "", + "metrics": { + "Yield": 49.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146813" + ], + "fetched_at": "2026-05-27T02:21:40.187787+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146813.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146813.md new file mode 100644 index 00000000..d87bb6ca --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146813.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Maddock, North Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** North Dakota (ND) +- **City:** Maddock +- **Year:** 2025 +- **Plot ID:** 146813 +- **Cooperator:** Bryan Kenner +- **Planted:** 2025-06-04 +- **Harvested:** 2025-10-10 +- **Plot average:** 49.4 BU/Ac +- **Coordinates:** 48.09843, -99.52462 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146813 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | F00951XF | - | 58.7 | +| 2 | Unknown | 02L09XF | - | 51.3 | +| 3 | LG Seeds | LGS0125XF | - | 50.0 | +| 4 | LG Seeds | LGS0444XF | - | 49.6 | +| 5 | LG Seeds | LGS0139XF | - | 49.3 | + +Top 5 by Yield: F00951XF (Unknown) 58.7, 02L09XF (Unknown) 51.3, LGS0125XF (LG Seeds) 50.0, LGS0444XF (LG Seeds) 49.6, LGS0139XF (LG Seeds) 49.3. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146818.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146818.json new file mode 100644 index 00000000..ff6b0a1e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146818.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146818", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Crookston", + "year": 2025, + "plot_id": "146818", + "lat": 47.61579, + "lng": -96.56547, + "cooperator": "Agrimax Crookston - Soybeans", + "salesperson": "Agrimax Crookston - Soybeans", + "planted_date": "2025-05-20", + "harvested_date": "2025-11-01", + "plot_average": 53.1, + "results": [ + { + "rank": 1, + "brand": "NK", + "product": "08-R3XF", + "traits": "", + "metrics": { + "Yield": 65.3 + } + }, + { + "rank": 2, + "brand": "NK", + "product": "08-Z4E3", + "traits": "", + "metrics": { + "Yield": 61.8 + } + }, + { + "rank": 3, + "brand": "NK", + "product": "06-A1E3", + "traits": "", + "metrics": { + "Yield": 58.2 + } + }, + { + "rank": 4, + "brand": "NK", + "product": "07G5E3", + "traits": "", + "metrics": { + "Yield": 57.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "40831N", + "traits": "", + "metrics": { + "Yield": 56.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146818" + ], + "fetched_at": "2026-05-27T02:21:25.434184+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146818.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146818.md new file mode 100644 index 00000000..9d2f2af1 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146818.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Crookston, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Crookston +- **Year:** 2025 +- **Plot ID:** 146818 +- **Cooperator:** Agrimax Crookston - Soybeans +- **Planted:** 2025-05-20 +- **Harvested:** 2025-11-01 +- **Plot average:** 53.1 BU/Ac +- **Coordinates:** 47.61579, -96.56547 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146818 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | NK | 08-R3XF | - | 65.3 | +| 2 | NK | 08-Z4E3 | - | 61.8 | +| 3 | NK | 06-A1E3 | - | 58.2 | +| 4 | NK | 07G5E3 | - | 57.2 | +| 5 | Unknown | 40831N | - | 56.9 | + +Top 5 by Yield: 08-R3XF (NK) 65.3, 08-Z4E3 (NK) 61.8, 06-A1E3 (NK) 58.2, 07G5E3 (NK) 57.2, 40831N (Unknown) 56.9. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146823.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146823.json new file mode 100644 index 00000000..3cdd74b3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146823.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146823", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Felton", + "year": 2025, + "plot_id": "146823", + "lat": 47.01115, + "lng": -96.66681, + "cooperator": "Trent Eidem", + "salesperson": "Trent Eidem", + "planted_date": "2025-05-28", + "harvested_date": "2025-10-08", + "plot_average": 46.6, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "LGS0250XF", + "traits": "", + "metrics": { + "Yield": 53.9 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "V1335E", + "traits": "", + "metrics": { + "Yield": 51.0 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P08A44E", + "traits": "", + "metrics": { + "Yield": 49.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "V1015E", + "traits": "", + "metrics": { + "Yield": 49.9 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS0320E3", + "traits": "", + "metrics": { + "Yield": 49.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146823" + ], + "fetched_at": "2026-05-27T02:21:25.674824+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146823.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146823.md new file mode 100644 index 00000000..b653e40d --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146823.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Felton, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Felton +- **Year:** 2025 +- **Plot ID:** 146823 +- **Cooperator:** Trent Eidem +- **Planted:** 2025-05-28 +- **Harvested:** 2025-10-08 +- **Plot average:** 46.6 BU/Ac +- **Coordinates:** 47.01115, -96.66681 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146823 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | LGS0250XF | - | 53.9 | +| 2 | Unknown | V1335E | - | 51.0 | +| 3 | Pioneer | P08A44E | - | 49.9 | +| 4 | Unknown | V1015E | - | 49.9 | +| 5 | LG Seeds | LGS0320E3 | - | 49.8 | + +Top 5 by Yield: LGS0250XF (Unknown) 53.9, V1335E (Unknown) 51.0, P08A44E (Pioneer) 49.9, V1015E (Unknown) 49.9, LGS0320E3 (LG Seeds) 49.8. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146845.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146845.json new file mode 100644 index 00000000..e7d7c7ea --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146845.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146845", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Monticello", + "year": 2025, + "plot_id": "146845", + "lat": 42.2566, + "lng": -91.42173, + "cooperator": "Greif Farms", + "salesperson": "Greif Farms", + "planted_date": "2025-05-29", + "harvested_date": "2025-10-26", + "plot_average": 74.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3240E3", + "traits": "", + "metrics": { + "Yield": 81.3 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LGS3350XF", + "traits": "", + "metrics": { + "Yield": 79.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3077XF", + "traits": "", + "metrics": { + "Yield": 77.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2364XF", + "traits": "", + "metrics": { + "Yield": 77.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2334XF", + "traits": "", + "metrics": { + "Yield": 76.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146845" + ], + "fetched_at": "2026-05-27T02:22:33.712003+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146845.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146845.md new file mode 100644 index 00000000..7f022e73 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146845.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Monticello, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Iowa (IA) +- **City:** Monticello +- **Year:** 2025 +- **Plot ID:** 146845 +- **Cooperator:** Greif Farms +- **Planted:** 2025-05-29 +- **Harvested:** 2025-10-26 +- **Plot average:** 74.5 BU/Ac +- **Coordinates:** 42.25660, -91.42173 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146845 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3240E3 | - | 81.3 | +| 2 | Unknown | LGS3350XF | - | 79.0 | +| 3 | LG Seeds | LGS3077XF | - | 77.2 | +| 4 | LG Seeds | LGS2364XF | - | 77.0 | +| 5 | LG Seeds | LGS2334XF | - | 76.4 | + +Top 5 by Yield: LGS3240E3 (LG Seeds) 81.3, LGS3350XF (Unknown) 79.0, LGS3077XF (LG Seeds) 77.2, LGS2364XF (LG Seeds) 77.0, LGS2334XF (LG Seeds) 76.4. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146867.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146867.json new file mode 100644 index 00000000..d6262ef4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146867.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146867", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Juneau", + "year": 2025, + "plot_id": "146867", + "lat": 43.33611, + "lng": -88.80731, + "cooperator": "HNK Enterprises", + "salesperson": "HNK Enterprises", + "planted_date": "2025-05-15", + "harvested_date": "2025-10-10", + "plot_average": 61.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2270E3", + "traits": "", + "metrics": { + "Yield": 63.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2348E3", + "traits": "", + "metrics": { + "Yield": 62.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 61.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2408E3", + "traits": "", + "metrics": { + "Yield": 61.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LGS2348E3", + "traits": "", + "metrics": { + "Yield": 60.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146867" + ], + "fetched_at": "2026-05-27T02:21:34.953271+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146867.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146867.md new file mode 100644 index 00000000..75670670 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146867.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Juneau, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** Juneau +- **Year:** 2025 +- **Plot ID:** 146867 +- **Cooperator:** HNK Enterprises +- **Planted:** 2025-05-15 +- **Harvested:** 2025-10-10 +- **Plot average:** 61.4 BU/Ac +- **Coordinates:** 43.33611, -88.80731 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146867 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2270E3 | - | 63.7 | +| 2 | LG Seeds | LGS2348E3 | - | 62.8 | +| 3 | LG Seeds | LGS2001E3 | - | 61.5 | +| 4 | LG Seeds | LGS2408E3 | - | 61.4 | +| 5 | Unknown | LGS2348E3 | - | 60.6 | + +Top 5 by Yield: LGS2270E3 (LG Seeds) 63.7, LGS2348E3 (LG Seeds) 62.8, LGS2001E3 (LG Seeds) 61.5, LGS2408E3 (LG Seeds) 61.4, LGS2348E3 (Unknown) 60.6. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146904.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146904.json new file mode 100644 index 00000000..94c32dbf --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146904.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146904", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Hillsboro ", + "year": 2025, + "plot_id": "146904", + "lat": 38.3576, + "lng": -97.1687, + "cooperator": "Galen Ensz", + "salesperson": "Galen Ensz", + "planted_date": "2025-06-23", + "harvested_date": "2025-11-07", + "plot_average": 58.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS4180E3", + "traits": "", + "metrics": { + "Yield": 63.2 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS4440E3", + "traits": "", + "metrics": { + "Yield": 62.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS4680E3", + "traits": "", + "metrics": { + "Yield": 61.1 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS4833E3", + "traits": "", + "metrics": { + "Yield": 53.3 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS4020E3", + "traits": "", + "metrics": { + "Yield": 51.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146904" + ], + "fetched_at": "2026-05-27T02:22:36.465676+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146904.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146904.md new file mode 100644 index 00000000..7cf443c0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146904.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Hillsboro , Kansas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Kansas (KS) +- **City:** Hillsboro +- **Year:** 2025 +- **Plot ID:** 146904 +- **Cooperator:** Galen Ensz +- **Planted:** 2025-06-23 +- **Harvested:** 2025-11-07 +- **Plot average:** 58.2 BU/Ac +- **Coordinates:** 38.35760, -97.16870 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146904 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS4180E3 | - | 63.2 | +| 2 | LG Seeds | LGS4440E3 | - | 62.2 | +| 3 | LG Seeds | LGS4680E3 | - | 61.1 | +| 4 | LG Seeds | LGS4833E3 | - | 53.3 | +| 5 | LG Seeds | LGS4020E3 | - | 51.4 | + +Top 5 by Yield: LGS4180E3 (LG Seeds) 63.2, LGS4440E3 (LG Seeds) 62.2, LGS4680E3 (LG Seeds) 61.1, LGS4833E3 (LG Seeds) 53.3, LGS4020E3 (LG Seeds) 51.4. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146916.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-146916.json new file mode 100644 index 00000000..b781256f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146916.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-146916", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Avoca", + "year": 2025, + "plot_id": "146916", + "lat": 41.52942, + "lng": -95.29103, + "cooperator": "Robert Scott", + "salesperson": "Robert Scott", + "planted_date": "2025-05-13", + "harvested_date": "2025-10-05", + "plot_average": 78.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "2926XF", + "traits": "", + "metrics": { + "Yield": 87.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "2726RXF", + "traits": "", + "metrics": { + "Yield": 86.6 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "2225RXF", + "traits": "", + "metrics": { + "Yield": 85.3 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "CT2725E", + "traits": "", + "metrics": { + "Yield": 85.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "29L15E3", + "traits": "", + "metrics": { + "Yield": 83.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-146916" + ], + "fetched_at": "2026-05-27T02:22:24.941293+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-146916.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-146916.md new file mode 100644 index 00000000..3bbd0555 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-146916.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Avoca, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Iowa (IA) +- **City:** Avoca +- **Year:** 2025 +- **Plot ID:** 146916 +- **Cooperator:** Robert Scott +- **Planted:** 2025-05-13 +- **Harvested:** 2025-10-05 +- **Plot average:** 78.0 BU/Ac +- **Coordinates:** 41.52942, -95.29103 +- **URL:** https://lgseeds.com/performance/soybeans#plot-146916 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 2926XF | - | 87.1 | +| 2 | Unknown | 2726RXF | - | 86.6 | +| 3 | Unknown | 2225RXF | - | 85.3 | +| 4 | Unknown | CT2725E | - | 85.2 | +| 5 | Unknown | 29L15E3 | - | 83.7 | + +Top 5 by Yield: 2926XF (Unknown) 87.1, 2726RXF (Unknown) 86.6, 2225RXF (Unknown) 85.3, CT2725E (Unknown) 85.2, 29L15E3 (Unknown) 83.7. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147012.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-147012.json new file mode 100644 index 00000000..266ecd60 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147012.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-147012", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Delphos ", + "year": 2025, + "plot_id": "147012", + "lat": 40.88109, + "lng": -84.33478, + "cooperator": "Grow It 2 Show It", + "salesperson": "Grow It 2 Show It", + "planted_date": "2025-04-28", + "harvested_date": "2025-09-29", + "plot_average": 88.4, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 98.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "AE2560", + "traits": "", + "metrics": { + "Yield": 93.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "AE3150", + "traits": "", + "metrics": { + "Yield": 93.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "AE2860", + "traits": "", + "metrics": { + "Yield": 92.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3240E3", + "traits": "", + "metrics": { + "Yield": 88.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-147012" + ], + "fetched_at": "2026-05-27T02:21:40.687052+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147012.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-147012.md new file mode 100644 index 00000000..5c804823 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147012.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Delphos , Ohio, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Ohio (OH) +- **City:** Delphos +- **Year:** 2025 +- **Plot ID:** 147012 +- **Cooperator:** Grow It 2 Show It +- **Planted:** 2025-04-28 +- **Harvested:** 2025-09-29 +- **Plot average:** 88.4 BU/Ac +- **Coordinates:** 40.88109, -84.33478 +- **URL:** https://lgseeds.com/performance/soybeans#plot-147012 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2505E3 | - | 98.4 | +| 2 | Unknown | AE2560 | - | 93.3 | +| 3 | Unknown | AE3150 | - | 93.0 | +| 4 | Unknown | AE2860 | - | 92.6 | +| 5 | LG Seeds | LGS3240E3 | - | 88.8 | + +Top 5 by Yield: LGS2505E3 (LG Seeds) 98.4, AE2560 (Unknown) 93.3, AE3150 (Unknown) 93.0, AE2860 (Unknown) 92.6, LGS3240E3 (LG Seeds) 88.8. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147042.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-147042.json new file mode 100644 index 00000000..d8e95cff --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147042.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-147042", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Napoleon", + "year": 2025, + "plot_id": "147042", + "lat": 41.44258, + "lng": -84.20989, + "cooperator": "Scott Norden", + "salesperson": "Scott Norden", + "planted_date": "2025-05-31", + "harvested_date": "2025-10-09", + "plot_average": 67.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "IS2904E3S", + "traits": "", + "metrics": { + "Yield": 71.7 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 71.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 69.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 69.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3629E3", + "traits": "", + "metrics": { + "Yield": 69.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-147042" + ], + "fetched_at": "2026-05-27T02:22:24.467353+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147042.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-147042.md new file mode 100644 index 00000000..f9ecaf66 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147042.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Napoleon, Ohio, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Ohio (OH) +- **City:** Napoleon +- **Year:** 2025 +- **Plot ID:** 147042 +- **Cooperator:** Scott Norden +- **Planted:** 2025-05-31 +- **Harvested:** 2025-10-09 +- **Plot average:** 67.4 BU/Ac +- **Coordinates:** 41.44258, -84.20989 +- **URL:** https://lgseeds.com/performance/soybeans#plot-147042 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | IS2904E3S | - | 71.7 | +| 2 | LG Seeds | LGS3000E3 | - | 71.4 | +| 3 | Unknown | LGS3000E3 | - | 69.9 | +| 4 | Unknown | LGS3000E3 | - | 69.8 | +| 5 | LG Seeds | LGS3629E3 | - | 69.1 | + +Top 5 by Yield: IS2904E3S (Unknown) 71.7, LGS3000E3 (LG Seeds) 71.4, LGS3000E3 (Unknown) 69.9, LGS3000E3 (Unknown) 69.8, LGS3629E3 (LG Seeds) 69.1. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147132.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-147132.json new file mode 100644 index 00000000..12d15c37 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147132.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-147132", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Ohio", + "state_abbrev": "oh", + "city": "Greenville ", + "year": 2025, + "plot_id": "147132", + "lat": 40.0531, + "lng": -84.56907, + "cooperator": "Craig Unger", + "salesperson": "Craig Unger", + "planted_date": "2025-04-28", + "harvested_date": "2025-10-02", + "plot_average": 82.5, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3629E3", + "traits": "", + "metrics": { + "Yield": 87.46 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3240E3", + "traits": "", + "metrics": { + "Yield": 86.53 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2881E3", + "traits": "", + "metrics": { + "Yield": 84.5 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P29Z61E", + "traits": "", + "metrics": { + "Yield": 84.46 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3445E3", + "traits": "", + "metrics": { + "Yield": 83.31 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-147132" + ], + "fetched_at": "2026-05-27T02:21:27.456601+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147132.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-147132.md new file mode 100644 index 00000000..c3ef522a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147132.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Greenville , Ohio, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Ohio (OH) +- **City:** Greenville +- **Year:** 2025 +- **Plot ID:** 147132 +- **Cooperator:** Craig Unger +- **Planted:** 2025-04-28 +- **Harvested:** 2025-10-02 +- **Plot average:** 82.5 BU/Ac +- **Coordinates:** 40.05310, -84.56907 +- **URL:** https://lgseeds.com/performance/soybeans#plot-147132 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3629E3 | - | 87.46 | +| 2 | LG Seeds | LGS3240E3 | - | 86.53 | +| 3 | LG Seeds | LGS2881E3 | - | 84.5 | +| 4 | Pioneer | P29Z61E | - | 84.46 | +| 5 | LG Seeds | LGS3445E3 | - | 83.31 | + +Top 5 by Yield: LGS3629E3 (LG Seeds) 87.46, LGS3240E3 (LG Seeds) 86.53, LGS2881E3 (LG Seeds) 84.5, P29Z61E (Pioneer) 84.46, LGS3445E3 (LG Seeds) 83.31. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147255.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-147255.json new file mode 100644 index 00000000..89828fc2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147255.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-147255", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Randolph ", + "year": 2025, + "plot_id": "147255", + "lat": 39.5325, + "lng": -96.80948, + "cooperator": "Sump AG", + "salesperson": "Sump AG", + "planted_date": "2025-05-09", + "harvested_date": "2025-10-15", + "plot_average": 72.1, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "XO4056E", + "traits": "", + "metrics": { + "Yield": 76.9 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "39L18E3", + "traits": "", + "metrics": { + "Yield": 75.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "XO3956E", + "traits": "", + "metrics": { + "Yield": 75.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS4180E3", + "traits": "", + "metrics": { + "Yield": 75.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "B434BE", + "traits": "", + "metrics": { + "Yield": 75.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-147255" + ], + "fetched_at": "2026-05-27T02:22:30.208840+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147255.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-147255.md new file mode 100644 index 00000000..d4ee5133 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147255.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Randolph , Kansas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Kansas (KS) +- **City:** Randolph +- **Year:** 2025 +- **Plot ID:** 147255 +- **Cooperator:** Sump AG +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-15 +- **Plot average:** 72.1 BU/Ac +- **Coordinates:** 39.53250, -96.80948 +- **URL:** https://lgseeds.com/performance/soybeans#plot-147255 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | XO4056E | - | 76.9 | +| 2 | Unknown | 39L18E3 | - | 75.4 | +| 3 | Unknown | XO3956E | - | 75.3 | +| 4 | LG Seeds | LGS4180E3 | - | 75.1 | +| 5 | Unknown | B434BE | - | 75.1 | + +Top 5 by Yield: XO4056E (Unknown) 76.9, 39L18E3 (Unknown) 75.4, XO3956E (Unknown) 75.3, LGS4180E3 (LG Seeds) 75.1, B434BE (Unknown) 75.1. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147257.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-147257.json new file mode 100644 index 00000000..9ce4f481 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147257.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-147257", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Redfield ", + "year": 2025, + "plot_id": "147257", + "lat": 44.83448, + "lng": -98.46146, + "cooperator": "Masat", + "salesperson": "Masat", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-04", + "plot_average": 62.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2054XF", + "traits": "", + "metrics": { + "Yield": 72.4 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "A1993XF", + "traits": "", + "metrics": { + "Yield": 70.7 + } + }, + { + "rank": 3, + "brand": "NK", + "product": "18-A6XF", + "traits": "", + "metrics": { + "Yield": 67.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "A1895XF", + "traits": "", + "metrics": { + "Yield": 66.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "A1543XF", + "traits": "", + "metrics": { + "Yield": 64.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-147257" + ], + "fetched_at": "2026-05-27T02:21:44.685189+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147257.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-147257.md new file mode 100644 index 00000000..449a8717 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147257.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Redfield , South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** South Dakota (SD) +- **City:** Redfield +- **Year:** 2025 +- **Plot ID:** 147257 +- **Cooperator:** Masat +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-04 +- **Plot average:** 62.1 BU/Ac +- **Coordinates:** 44.83448, -98.46146 +- **URL:** https://lgseeds.com/performance/soybeans#plot-147257 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2054XF | - | 72.4 | +| 2 | Unknown | A1993XF | - | 70.7 | +| 3 | NK | 18-A6XF | - | 67.8 | +| 4 | Unknown | A1895XF | - | 66.5 | +| 5 | Unknown | A1543XF | - | 64.3 | + +Top 5 by Yield: LGS2054XF (LG Seeds) 72.4, A1993XF (Unknown) 70.7, 18-A6XF (NK) 67.8, A1895XF (Unknown) 66.5, A1543XF (Unknown) 64.3. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147263.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-147263.json new file mode 100644 index 00000000..7a2d1839 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147263.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-147263", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "Armington", + "year": 2025, + "plot_id": "147263", + "lat": 40.34087, + "lng": -89.36142, + "cooperator": "Jeff Lough", + "salesperson": "Jeff Lough", + "planted_date": null, + "harvested_date": null, + "plot_average": 86.8, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3804E3", + "traits": "", + "metrics": { + "Yield": 94.1 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2408E3", + "traits": "", + "metrics": { + "Yield": 91.4 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "HS34E80", + "traits": "", + "metrics": { + "Yield": 89.5 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3629E3", + "traits": "", + "metrics": { + "Yield": 85.7 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3240E3", + "traits": "", + "metrics": { + "Yield": 84.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-147263" + ], + "fetched_at": "2026-05-27T02:21:57.469989+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147263.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-147263.md new file mode 100644 index 00000000..957fe69e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147263.md @@ -0,0 +1,26 @@ +# Soybean yield trial — Armington, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** Armington +- **Year:** 2025 +- **Plot ID:** 147263 +- **Cooperator:** Jeff Lough +- **Plot average:** 86.8 BU/Ac +- **Coordinates:** 40.34087, -89.36142 +- **URL:** https://lgseeds.com/performance/soybeans#plot-147263 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3804E3 | - | 94.1 | +| 2 | LG Seeds | LGS2408E3 | - | 91.4 | +| 3 | Unknown | HS34E80 | - | 89.5 | +| 4 | LG Seeds | LGS3629E3 | - | 85.7 | +| 5 | LG Seeds | LGS3240E3 | - | 84.5 | + +Top 5 by Yield: LGS3804E3 (LG Seeds) 94.1, LGS2408E3 (LG Seeds) 91.4, HS34E80 (Unknown) 89.5, LGS3629E3 (LG Seeds) 85.7, LGS3240E3 (LG Seeds) 84.5. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147273.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-147273.json new file mode 100644 index 00000000..e6d737af --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147273.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-147273", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Frankenmuth", + "year": 2025, + "plot_id": "147273", + "lat": 43.38219, + "lng": -83.70214, + "cooperator": "Jeff Karst", + "salesperson": "Jeff Karst", + "planted_date": "2025-04-28", + "harvested_date": "2025-09-29", + "plot_average": 73.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2270E3", + "traits": "", + "metrics": { + "Yield": 76.16 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS1670E3", + "traits": "", + "metrics": { + "Yield": 74.48 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 74.26 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 74.22 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "AA2025E3", + "traits": "", + "metrics": { + "Yield": 73.71 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-147273" + ], + "fetched_at": "2026-05-27T02:21:39.962589+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147273.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-147273.md new file mode 100644 index 00000000..2c5e88d4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147273.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Frankenmuth, Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Michigan (MI) +- **City:** Frankenmuth +- **Year:** 2025 +- **Plot ID:** 147273 +- **Cooperator:** Jeff Karst +- **Planted:** 2025-04-28 +- **Harvested:** 2025-09-29 +- **Plot average:** 73.2 BU/Ac +- **Coordinates:** 43.38219, -83.70214 +- **URL:** https://lgseeds.com/performance/soybeans#plot-147273 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2270E3 | - | 76.16 | +| 2 | LG Seeds | LGS1670E3 | - | 74.48 | +| 3 | LG Seeds | LGS2001E3 | - | 74.26 | +| 4 | LG Seeds | LGS1660E3 | - | 74.22 | +| 5 | Unknown | AA2025E3 | - | 73.71 | + +Top 5 by Yield: LGS2270E3 (LG Seeds) 76.16, LGS1670E3 (LG Seeds) 74.48, LGS2001E3 (LG Seeds) 74.26, LGS1660E3 (LG Seeds) 74.22, AA2025E3 (Unknown) 73.71. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147277.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-147277.json new file mode 100644 index 00000000..37a7371a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147277.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-147277", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Michigan", + "state_abbrev": "mi", + "city": "Kawkawlin", + "year": 2025, + "plot_id": "147277", + "lat": 43.64969, + "lng": -84.03085, + "cooperator": "Paul Meylan", + "salesperson": "Paul Meylan", + "planted_date": "2025-05-20", + "harvested_date": "2025-09-29", + "plot_average": 56.1, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 60.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2054XF", + "traits": "", + "metrics": { + "Yield": 60.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 58.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1585XF", + "traits": "", + "metrics": { + "Yield": 57.4 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2270E3", + "traits": "", + "metrics": { + "Yield": 55.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-147277" + ], + "fetched_at": "2026-05-27T02:21:33.192605+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147277.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-147277.md new file mode 100644 index 00000000..2bbb1eeb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147277.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Kawkawlin, Michigan, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Michigan (MI) +- **City:** Kawkawlin +- **Year:** 2025 +- **Plot ID:** 147277 +- **Cooperator:** Paul Meylan +- **Planted:** 2025-05-20 +- **Harvested:** 2025-09-29 +- **Plot average:** 56.1 BU/Ac +- **Coordinates:** 43.64969, -84.03085 +- **URL:** https://lgseeds.com/performance/soybeans#plot-147277 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1832E3 | - | 60.6 | +| 2 | LG Seeds | LGS2054XF | - | 60.2 | +| 3 | LG Seeds | LGS1551E3 | - | 58.8 | +| 4 | LG Seeds | LGS1585XF | - | 57.4 | +| 5 | LG Seeds | LGS2270E3 | - | 55.4 | + +Top 5 by Yield: LGS1832E3 (LG Seeds) 60.6, LGS2054XF (LG Seeds) 60.2, LGS1551E3 (LG Seeds) 58.8, LGS1585XF (LG Seeds) 57.4, LGS2270E3 (LG Seeds) 55.4. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147284.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-147284.json new file mode 100644 index 00000000..ba8f45e5 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147284.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-147284", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "Downs", + "year": 2025, + "plot_id": "147284", + "lat": 40.365, + "lng": -88.89983, + "cooperator": "AgVantage Seeds", + "salesperson": "AgVantage Seeds", + "planted_date": "2025-04-15", + "harvested_date": "2025-09-29", + "plot_average": 95.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2801", + "traits": "", + "metrics": { + "Yield": 101.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LGS2801", + "traits": "", + "metrics": { + "Yield": 101.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "LGS2801", + "traits": "", + "metrics": { + "Yield": 101.3 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "LGS2801", + "traits": "", + "metrics": { + "Yield": 100.3 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "LGS2801", + "traits": "", + "metrics": { + "Yield": 99.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-147284" + ], + "fetched_at": "2026-05-27T02:22:16.446003+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147284.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-147284.md new file mode 100644 index 00000000..6f9f9eb4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147284.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Downs, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** Downs +- **Year:** 2025 +- **Plot ID:** 147284 +- **Cooperator:** AgVantage Seeds +- **Planted:** 2025-04-15 +- **Harvested:** 2025-09-29 +- **Plot average:** 95.0 BU/Ac +- **Coordinates:** 40.36500, -88.89983 +- **URL:** https://lgseeds.com/performance/soybeans#plot-147284 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2801 | - | 101.5 | +| 2 | Unknown | LGS2801 | - | 101.3 | +| 3 | Unknown | LGS2801 | - | 101.3 | +| 4 | Unknown | LGS2801 | - | 100.3 | +| 5 | Unknown | LGS2801 | - | 99.8 | + +Top 5 by Yield: LGS2801 (LG Seeds) 101.5, LGS2801 (Unknown) 101.3, LGS2801 (Unknown) 101.3, LGS2801 (Unknown) 100.3, LGS2801 (Unknown) 99.8. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147310.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-147310.json new file mode 100644 index 00000000..9de95092 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147310.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-147310", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Highland ", + "year": 2025, + "plot_id": "147310", + "lat": 43.03868, + "lng": -90.37948, + "cooperator": "Tom Novak", + "salesperson": "Tom Novak", + "planted_date": "2025-05-16", + "harvested_date": "2025-09-30", + "plot_average": 68.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "Neptune 2317E", + "traits": "", + "metrics": { + "Yield": 71.3 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 70.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2270E3", + "traits": "", + "metrics": { + "Yield": 69.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1832E3", + "traits": "", + "metrics": { + "Yield": 66.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2408E3", + "traits": "", + "metrics": { + "Yield": 66.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-147310" + ], + "fetched_at": "2026-05-27T02:21:50.704493+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147310.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-147310.md new file mode 100644 index 00000000..0f0b2345 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147310.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Highland , Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** Highland +- **Year:** 2025 +- **Plot ID:** 147310 +- **Cooperator:** Tom Novak +- **Planted:** 2025-05-16 +- **Harvested:** 2025-09-30 +- **Plot average:** 68.4 BU/Ac +- **Coordinates:** 43.03868, -90.37948 +- **URL:** https://lgseeds.com/performance/soybeans#plot-147310 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | Neptune 2317E | - | 71.3 | +| 2 | LG Seeds | LGS2001E3 | - | 70.8 | +| 3 | LG Seeds | LGS2270E3 | - | 69.9 | +| 4 | LG Seeds | LGS1832E3 | - | 66.6 | +| 5 | LG Seeds | LGS2408E3 | - | 66.1 | + +Top 5 by Yield: Neptune 2317E (Unknown) 71.3, LGS2001E3 (LG Seeds) 70.8, LGS2270E3 (LG Seeds) 69.9, LGS1832E3 (LG Seeds) 66.6, LGS2408E3 (LG Seeds) 66.1. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147324.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-147324.json new file mode 100644 index 00000000..8ec35b7e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147324.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-147324", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Illinois", + "state_abbrev": "il", + "city": "Danworth", + "year": 2025, + "plot_id": "147324", + "lat": 40.81953, + "lng": -87.97891, + "cooperator": "AgTech Advantage, LLC.", + "salesperson": "AgTech Advantage, LLC.", + "planted_date": "2025-04-16", + "harvested_date": "2025-09-30", + "plot_average": 69.5, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "35N05E3", + "traits": "", + "metrics": { + "Yield": 73.9 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "36EH32", + "traits": "", + "metrics": { + "Yield": 72.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "36N06E", + "traits": "", + "metrics": { + "Yield": 72.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "38N05E", + "traits": "", + "metrics": { + "Yield": 72.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "29N05E", + "traits": "", + "metrics": { + "Yield": 72.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-147324" + ], + "fetched_at": "2026-05-27T02:21:49.675615+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147324.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-147324.md new file mode 100644 index 00000000..99c7ba2a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147324.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Danworth, Illinois, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Illinois (IL) +- **City:** Danworth +- **Year:** 2025 +- **Plot ID:** 147324 +- **Cooperator:** AgTech Advantage, LLC. +- **Planted:** 2025-04-16 +- **Harvested:** 2025-09-30 +- **Plot average:** 69.5 BU/Ac +- **Coordinates:** 40.81953, -87.97891 +- **URL:** https://lgseeds.com/performance/soybeans#plot-147324 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 35N05E3 | - | 73.9 | +| 2 | Unknown | 36EH32 | - | 72.9 | +| 3 | Unknown | 36N06E | - | 72.4 | +| 4 | Unknown | 38N05E | - | 72.1 | +| 5 | Unknown | 29N05E | - | 72.0 | + +Top 5 by Yield: 35N05E3 (Unknown) 73.9, 36EH32 (Unknown) 72.9, 36N06E (Unknown) 72.4, 38N05E (Unknown) 72.1, 29N05E (Unknown) 72.0. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147375.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-147375.json new file mode 100644 index 00000000..718012a3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147375.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-147375", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "North Dakota", + "state_abbrev": "nd", + "city": "Oakes", + "year": 2025, + "plot_id": "147375", + "lat": 46.134, + "lng": -98.09071, + "cooperator": "Tracey Domine", + "salesperson": "Tracey Domine", + "planted_date": "2025-05-20", + "harvested_date": "2025-10-06", + "plot_average": 46.2, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "08EG62", + "traits": "", + "metrics": { + "Yield": 50.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "GH1194E3", + "traits": "", + "metrics": { + "Yield": 46.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1043E3", + "traits": "", + "metrics": { + "Yield": 46.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "08EJ32", + "traits": "", + "metrics": { + "Yield": 46.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "13EG23", + "traits": "", + "metrics": { + "Yield": 45.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-147375" + ], + "fetched_at": "2026-05-27T02:21:40.446744+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147375.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-147375.md new file mode 100644 index 00000000..a5411309 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147375.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Oakes, North Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** North Dakota (ND) +- **City:** Oakes +- **Year:** 2025 +- **Plot ID:** 147375 +- **Cooperator:** Tracey Domine +- **Planted:** 2025-05-20 +- **Harvested:** 2025-10-06 +- **Plot average:** 46.2 BU/Ac +- **Coordinates:** 46.13400, -98.09071 +- **URL:** https://lgseeds.com/performance/soybeans#plot-147375 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 08EG62 | - | 50.7 | +| 2 | Unknown | GH1194E3 | - | 46.7 | +| 3 | LG Seeds | LGS1043E3 | - | 46.4 | +| 4 | Unknown | 08EJ32 | - | 46.1 | +| 5 | Unknown | 13EG23 | - | 45.9 | + +Top 5 by Yield: 08EG62 (Unknown) 50.7, GH1194E3 (Unknown) 46.7, LGS1043E3 (LG Seeds) 46.4, 08EJ32 (Unknown) 46.1, 13EG23 (Unknown) 45.9. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147392.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-147392.json new file mode 100644 index 00000000..c686bdec --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147392.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-147392", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Mapleton", + "year": 2025, + "plot_id": "147392", + "lat": 43.95682, + "lng": -94.13531, + "cooperator": "Agro Resources", + "salesperson": "Agro Resources", + "planted_date": "2025-05-11", + "harvested_date": "2025-10-01", + "plot_average": 63.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "20EH92", + "traits": "", + "metrics": { + "Yield": 72.48 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "20EH29", + "traits": "", + "metrics": { + "Yield": 72.46 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 68.63 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 67.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "19EJ13", + "traits": "", + "metrics": { + "Yield": 67.09 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-147392" + ], + "fetched_at": "2026-05-27T02:21:37.941837+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147392.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-147392.md new file mode 100644 index 00000000..2d08a8fd --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147392.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Mapleton, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Mapleton +- **Year:** 2025 +- **Plot ID:** 147392 +- **Cooperator:** Agro Resources +- **Planted:** 2025-05-11 +- **Harvested:** 2025-10-01 +- **Plot average:** 63.4 BU/Ac +- **Coordinates:** 43.95682, -94.13531 +- **URL:** https://lgseeds.com/performance/soybeans#plot-147392 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 20EH92 | - | 72.48 | +| 2 | Unknown | 20EH29 | - | 72.46 | +| 3 | LG Seeds | LGS1551E3 | - | 68.63 | +| 4 | LG Seeds | LGS2001E3 | - | 67.6 | +| 5 | Unknown | 19EJ13 | - | 67.09 | + +Top 5 by Yield: 20EH92 (Unknown) 72.48, 20EH29 (Unknown) 72.46, LGS1551E3 (LG Seeds) 68.63, LGS2001E3 (LG Seeds) 67.6, 19EJ13 (Unknown) 67.09. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147397.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-147397.json new file mode 100644 index 00000000..02d57f0a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147397.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-147397", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Wolsey", + "year": 2025, + "plot_id": "147397", + "lat": 44.36787, + "lng": -98.42563, + "cooperator": "Brian Miedema", + "salesperson": "Brian Miedema", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-03", + "plot_average": 67.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "A2625XF", + "traits": "", + "metrics": { + "Yield": 72.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "A1993XF", + "traits": "", + "metrics": { + "Yield": 69.8 + } + }, + { + "rank": 3, + "brand": "NK", + "product": "23-T9XF", + "traits": "", + "metrics": { + "Yield": 68.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "A2263XF", + "traits": "", + "metrics": { + "Yield": 68.3 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "A2324XF", + "traits": "", + "metrics": { + "Yield": 67.8 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-147397" + ], + "fetched_at": "2026-05-27T02:21:49.927641+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147397.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-147397.md new file mode 100644 index 00000000..320d7cbc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147397.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Wolsey, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** South Dakota (SD) +- **City:** Wolsey +- **Year:** 2025 +- **Plot ID:** 147397 +- **Cooperator:** Brian Miedema +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-03 +- **Plot average:** 67.0 BU/Ac +- **Coordinates:** 44.36787, -98.42563 +- **URL:** https://lgseeds.com/performance/soybeans#plot-147397 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | A2625XF | - | 72.6 | +| 2 | Unknown | A1993XF | - | 69.8 | +| 3 | NK | 23-T9XF | - | 68.5 | +| 4 | Unknown | A2263XF | - | 68.3 | +| 5 | Unknown | A2324XF | - | 67.8 | + +Top 5 by Yield: A2625XF (Unknown) 72.6, A1993XF (Unknown) 69.8, 23-T9XF (NK) 68.5, A2263XF (Unknown) 68.3, A2324XF (Unknown) 67.8. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147421.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-147421.json new file mode 100644 index 00000000..398f7fa7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147421.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-147421", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Nebraska", + "state_abbrev": "ne", + "city": "Schuyler", + "year": 2025, + "plot_id": "147421", + "lat": 41.47278, + "lng": -97.09929, + "cooperator": "Dean Novak", + "salesperson": "Dean Novak", + "planted_date": "2025-05-17", + "harvested_date": "2025-10-11", + "plot_average": 82.0, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3000E3", + "traits": "", + "metrics": { + "Yield": 91.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "XO3014E", + "traits": "", + "metrics": { + "Yield": 88.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "30EH32", + "traits": "", + "metrics": { + "Yield": 88.7 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P28Z30E3", + "traits": "", + "metrics": { + "Yield": 88.0 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "A25E36", + "traits": "", + "metrics": { + "Yield": 86.6 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-147421" + ], + "fetched_at": "2026-05-27T02:21:29.933846+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147421.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-147421.md new file mode 100644 index 00000000..3800f329 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147421.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Schuyler, Nebraska, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Nebraska (NE) +- **City:** Schuyler +- **Year:** 2025 +- **Plot ID:** 147421 +- **Cooperator:** Dean Novak +- **Planted:** 2025-05-17 +- **Harvested:** 2025-10-11 +- **Plot average:** 82.0 BU/Ac +- **Coordinates:** 41.47278, -97.09929 +- **URL:** https://lgseeds.com/performance/soybeans#plot-147421 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3000E3 | - | 91.5 | +| 2 | Unknown | XO3014E | - | 88.8 | +| 3 | Unknown | 30EH32 | - | 88.7 | +| 4 | Pioneer | P28Z30E3 | - | 88.0 | +| 5 | Unknown | A25E36 | - | 86.6 | + +Top 5 by Yield: LGS3000E3 (LG Seeds) 91.5, XO3014E (Unknown) 88.8, 30EH32 (Unknown) 88.7, P28Z30E3 (Pioneer) 88.0, A25E36 (Unknown) 86.6. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147465.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-147465.json new file mode 100644 index 00000000..187e00d2 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147465.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-147465", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Plainview ", + "year": 2025, + "plot_id": "147465", + "lat": 44.15654, + "lng": -92.05497, + "cooperator": "Lane Heim", + "salesperson": "Lane Heim", + "planted_date": "2025-05-11", + "harvested_date": "2025-10-08", + "plot_average": 75.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "16E435N", + "traits": "", + "metrics": { + "Yield": 83.9 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "20E343", + "traits": "", + "metrics": { + "Yield": 81.8 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1551E3", + "traits": "", + "metrics": { + "Yield": 81.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS2001E3", + "traits": "", + "metrics": { + "Yield": 73.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "17E335N", + "traits": "", + "metrics": { + "Yield": 71.3 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-147465" + ], + "fetched_at": "2026-05-27T02:22:26.951764+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147465.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-147465.md new file mode 100644 index 00000000..27f58b41 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147465.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Plainview , Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Plainview +- **Year:** 2025 +- **Plot ID:** 147465 +- **Cooperator:** Lane Heim +- **Planted:** 2025-05-11 +- **Harvested:** 2025-10-08 +- **Plot average:** 75.8 BU/Ac +- **Coordinates:** 44.15654, -92.05497 +- **URL:** https://lgseeds.com/performance/soybeans#plot-147465 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 16E435N | - | 83.9 | +| 2 | Unknown | 20E343 | - | 81.8 | +| 3 | LG Seeds | LGS1551E3 | - | 81.2 | +| 4 | LG Seeds | LGS2001E3 | - | 73.1 | +| 5 | Unknown | 17E335N | - | 71.3 | + +Top 5 by Yield: 16E435N (Unknown) 83.9, 20E343 (Unknown) 81.8, LGS1551E3 (LG Seeds) 81.2, LGS2001E3 (LG Seeds) 73.1, 17E335N (Unknown) 71.3. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147492.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-147492.json new file mode 100644 index 00000000..88875ef9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147492.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-147492", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Indiana", + "state_abbrev": "in", + "city": "Richmond", + "year": 2025, + "plot_id": "147492", + "lat": 39.93272, + "lng": -84.84679, + "cooperator": "Brad Bihl", + "salesperson": "Brad Bihl", + "planted_date": "2025-06-03", + "harvested_date": "2025-10-15", + "plot_average": 62.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "XO2556E", + "traits": "", + "metrics": { + "Yield": 67.5 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "XO3555E", + "traits": "", + "metrics": { + "Yield": 66.7 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS2408E3", + "traits": "", + "metrics": { + "Yield": 66.2 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "XO3375E", + "traits": "", + "metrics": { + "Yield": 66.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 65.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-147492" + ], + "fetched_at": "2026-05-27T02:21:54.947419+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147492.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-147492.md new file mode 100644 index 00000000..ac537172 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147492.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Richmond, Indiana, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Indiana (IN) +- **City:** Richmond +- **Year:** 2025 +- **Plot ID:** 147492 +- **Cooperator:** Brad Bihl +- **Planted:** 2025-06-03 +- **Harvested:** 2025-10-15 +- **Plot average:** 62.4 BU/Ac +- **Coordinates:** 39.93272, -84.84679 +- **URL:** https://lgseeds.com/performance/soybeans#plot-147492 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | XO2556E | - | 67.5 | +| 2 | Unknown | XO3555E | - | 66.7 | +| 3 | LG Seeds | LGS2408E3 | - | 66.2 | +| 4 | Unknown | XO3375E | - | 66.1 | +| 5 | LG Seeds | LGS2505E3 | - | 65.0 | + +Top 5 by Yield: XO2556E (Unknown) 67.5, XO3555E (Unknown) 66.7, LGS2408E3 (LG Seeds) 66.2, XO3375E (Unknown) 66.1, LGS2505E3 (LG Seeds) 65.0. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147498.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-147498.json new file mode 100644 index 00000000..a0dd343a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147498.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-147498", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Tipton", + "year": 2025, + "plot_id": "147498", + "lat": 41.76781, + "lng": -91.04803, + "cooperator": "Tony Pelzer", + "salesperson": "Tony Pelzer", + "planted_date": "2025-04-20", + "harvested_date": "2025-10-07", + "plot_average": 79.8, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "B275EE", + "traits": "", + "metrics": { + "Yield": 89.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "A30E35", + "traits": "", + "metrics": { + "Yield": 88.7 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "AG27XF3", + "traits": "", + "metrics": { + "Yield": 84.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "AG22XF6", + "traits": "", + "metrics": { + "Yield": 84.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": "", + "metrics": { + "Yield": 84.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-147498" + ], + "fetched_at": "2026-05-27T02:22:33.954592+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147498.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-147498.md new file mode 100644 index 00000000..b324df80 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147498.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Tipton, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Iowa (IA) +- **City:** Tipton +- **Year:** 2025 +- **Plot ID:** 147498 +- **Cooperator:** Tony Pelzer +- **Planted:** 2025-04-20 +- **Harvested:** 2025-10-07 +- **Plot average:** 79.8 BU/Ac +- **Coordinates:** 41.76781, -91.04803 +- **URL:** https://lgseeds.com/performance/soybeans#plot-147498 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | B275EE | - | 89.1 | +| 2 | Unknown | A30E35 | - | 88.7 | +| 3 | Unknown | AG27XF3 | - | 84.8 | +| 4 | Unknown | AG22XF6 | - | 84.5 | +| 5 | LG Seeds | LGS2505E3 | - | 84.4 | + +Top 5 by Yield: B275EE (Unknown) 89.1, A30E35 (Unknown) 88.7, AG27XF3 (Unknown) 84.8, AG22XF6 (Unknown) 84.5, LGS2505E3 (LG Seeds) 84.4. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147514.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-147514.json new file mode 100644 index 00000000..47e5ec22 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147514.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-147514", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Wisconsin", + "state_abbrev": "wi", + "city": "Princeton", + "year": 2025, + "plot_id": "147514", + "lat": 43.83928, + "lng": -89.08475, + "cooperator": "Andy Otto", + "salesperson": "Andy Otto", + "planted_date": "2025-05-05", + "harvested_date": "2025-10-09", + "plot_average": 67.9, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2270E3", + "traits": "", + "metrics": { + "Yield": 72.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2408E3", + "traits": "", + "metrics": { + "Yield": 72.1 + } + }, + { + "rank": 3, + "brand": "NK", + "product": "21-C2E3", + "traits": "", + "metrics": { + "Yield": 70.9 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS1660E3", + "traits": "", + "metrics": { + "Yield": 68.3 + } + }, + { + "rank": 5, + "brand": "NK", + "product": "17-H1E3", + "traits": "", + "metrics": { + "Yield": 68.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-147514" + ], + "fetched_at": "2026-05-27T02:22:31.466301+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147514.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-147514.md new file mode 100644 index 00000000..eec0d1eb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147514.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Princeton, Wisconsin, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Wisconsin (WI) +- **City:** Princeton +- **Year:** 2025 +- **Plot ID:** 147514 +- **Cooperator:** Andy Otto +- **Planted:** 2025-05-05 +- **Harvested:** 2025-10-09 +- **Plot average:** 67.9 BU/Ac +- **Coordinates:** 43.83928, -89.08475 +- **URL:** https://lgseeds.com/performance/soybeans#plot-147514 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS2270E3 | - | 72.8 | +| 2 | LG Seeds | LGS2408E3 | - | 72.1 | +| 3 | NK | 21-C2E3 | - | 70.9 | +| 4 | LG Seeds | LGS1660E3 | - | 68.3 | +| 5 | NK | 17-H1E3 | - | 68.0 | + +Top 5 by Yield: LGS2270E3 (LG Seeds) 72.8, LGS2408E3 (LG Seeds) 72.1, 21-C2E3 (NK) 70.9, LGS1660E3 (LG Seeds) 68.3, 17-H1E3 (NK) 68.0. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147522.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-147522.json new file mode 100644 index 00000000..afae5f49 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147522.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-147522", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "South Dakota", + "state_abbrev": "sd", + "city": "Groton", + "year": 2025, + "plot_id": "147522", + "lat": 45.46099, + "lng": -98.18727, + "cooperator": "Scott Sperry", + "salesperson": "Scott Sperry", + "planted_date": "2025-05-08", + "harvested_date": "2025-10-13", + "plot_average": 54.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS1711XF", + "traits": "", + "metrics": { + "Yield": 63.98 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS2054XF", + "traits": "", + "metrics": { + "Yield": 62.77 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS1385XF", + "traits": "", + "metrics": { + "Yield": 62.01 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS0701XF", + "traits": "", + "metrics": { + "Yield": 60.73 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS1585XF", + "traits": "", + "metrics": { + "Yield": 60.26 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-147522" + ], + "fetched_at": "2026-05-27T02:21:37.205180+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147522.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-147522.md new file mode 100644 index 00000000..a3d6f12a --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147522.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Groton, South Dakota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** South Dakota (SD) +- **City:** Groton +- **Year:** 2025 +- **Plot ID:** 147522 +- **Cooperator:** Scott Sperry +- **Planted:** 2025-05-08 +- **Harvested:** 2025-10-13 +- **Plot average:** 54.2 BU/Ac +- **Coordinates:** 45.46099, -98.18727 +- **URL:** https://lgseeds.com/performance/soybeans#plot-147522 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS1711XF | - | 63.98 | +| 2 | LG Seeds | LGS2054XF | - | 62.77 | +| 3 | LG Seeds | LGS1385XF | - | 62.01 | +| 4 | LG Seeds | LGS0701XF | - | 60.73 | +| 5 | LG Seeds | LGS1585XF | - | 60.26 | + +Top 5 by Yield: LGS1711XF (LG Seeds) 63.98, LGS2054XF (LG Seeds) 62.77, LGS1385XF (LG Seeds) 62.01, LGS0701XF (LG Seeds) 60.73, LGS1585XF (LG Seeds) 60.26. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147669.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-147669.json new file mode 100644 index 00000000..ec06a548 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147669.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-147669", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Dewitt", + "year": 2025, + "plot_id": "147669", + "lat": 41.87349, + "lng": -90.45112, + "cooperator": "Steve Diedrich", + "salesperson": "Steve Diedrich", + "planted_date": "2025-05-18", + "harvested_date": "2025-10-17", + "plot_average": 84.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "20N06E", + "traits": "", + "metrics": { + "Yield": 95.2 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "Cherokee 2529E", + "traits": "", + "metrics": { + "Yield": 92.3 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "28N05E", + "traits": "", + "metrics": { + "Yield": 90.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "28N03E", + "traits": "", + "metrics": { + "Yield": 88.2 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "32N05E", + "traits": "", + "metrics": { + "Yield": 86.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-147669" + ], + "fetched_at": "2026-05-27T02:21:57.939678+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147669.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-147669.md new file mode 100644 index 00000000..a54100e3 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147669.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Dewitt, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Iowa (IA) +- **City:** Dewitt +- **Year:** 2025 +- **Plot ID:** 147669 +- **Cooperator:** Steve Diedrich +- **Planted:** 2025-05-18 +- **Harvested:** 2025-10-17 +- **Plot average:** 84.0 BU/Ac +- **Coordinates:** 41.87349, -90.45112 +- **URL:** https://lgseeds.com/performance/soybeans#plot-147669 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 20N06E | - | 95.2 | +| 2 | Unknown | Cherokee 2529E | - | 92.3 | +| 3 | Unknown | 28N05E | - | 90.0 | +| 4 | Unknown | 28N03E | - | 88.2 | +| 5 | Unknown | 32N05E | - | 86.7 | + +Top 5 by Yield: 20N06E (Unknown) 95.2, Cherokee 2529E (Unknown) 92.3, 28N05E (Unknown) 90.0, 28N03E (Unknown) 88.2, 32N05E (Unknown) 86.7. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147686.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-147686.json new file mode 100644 index 00000000..0cb97644 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147686.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-147686", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Williamsburg", + "year": 2025, + "plot_id": "147686", + "lat": 41.66829, + "lng": -92.00763, + "cooperator": "Doug Blythe", + "salesperson": "Doug Blythe", + "planted_date": "2025-05-07", + "harvested_date": "2025-10-16", + "plot_average": 68.4, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "35N05E3", + "traits": "", + "metrics": { + "Yield": 81.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "GH2674E3", + "traits": "", + "metrics": { + "Yield": 80.5 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "29N05E", + "traits": "", + "metrics": { + "Yield": 77.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "XO2926E", + "traits": "", + "metrics": { + "Yield": 72.1 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "32N05E", + "traits": "", + "metrics": { + "Yield": 72.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-147686" + ], + "fetched_at": "2026-05-27T02:22:27.707083+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147686.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-147686.md new file mode 100644 index 00000000..2cb8a057 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147686.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Williamsburg, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Iowa (IA) +- **City:** Williamsburg +- **Year:** 2025 +- **Plot ID:** 147686 +- **Cooperator:** Doug Blythe +- **Planted:** 2025-05-07 +- **Harvested:** 2025-10-16 +- **Plot average:** 68.4 BU/Ac +- **Coordinates:** 41.66829, -92.00763 +- **URL:** https://lgseeds.com/performance/soybeans#plot-147686 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 35N05E3 | - | 81.6 | +| 2 | Unknown | GH2674E3 | - | 80.5 | +| 3 | Unknown | 29N05E | - | 77.8 | +| 4 | Unknown | XO2926E | - | 72.1 | +| 5 | Unknown | 32N05E | - | 72.0 | + +Top 5 by Yield: 35N05E3 (Unknown) 81.6, GH2674E3 (Unknown) 80.5, 29N05E (Unknown) 77.8, XO2926E (Unknown) 72.1, 32N05E (Unknown) 72.0. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147689.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-147689.json new file mode 100644 index 00000000..c2bf125b --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147689.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-147689", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Iowa", + "state_abbrev": "ia", + "city": "North English", + "year": 2025, + "plot_id": "147689", + "lat": 41.53508, + "lng": -91.96738, + "cooperator": "Jim Stevenson", + "salesperson": "Jim Stevenson", + "planted_date": "2025-05-05", + "harvested_date": "2025-10-13", + "plot_average": 71.7, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "XO3555E", + "traits": "", + "metrics": { + "Yield": 79.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "29N05E", + "traits": "", + "metrics": { + "Yield": 79.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "28N03E", + "traits": "", + "metrics": { + "Yield": 78.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "XO2926E", + "traits": "", + "metrics": { + "Yield": 77.8 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "30N06E", + "traits": "", + "metrics": { + "Yield": 76.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-147689" + ], + "fetched_at": "2026-05-27T02:22:27.946548+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147689.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-147689.md new file mode 100644 index 00000000..8e643beb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147689.md @@ -0,0 +1,28 @@ +# Soybean yield trial — North English, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Iowa (IA) +- **City:** North English +- **Year:** 2025 +- **Plot ID:** 147689 +- **Cooperator:** Jim Stevenson +- **Planted:** 2025-05-05 +- **Harvested:** 2025-10-13 +- **Plot average:** 71.7 BU/Ac +- **Coordinates:** 41.53508, -91.96738 +- **URL:** https://lgseeds.com/performance/soybeans#plot-147689 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | XO3555E | - | 79.1 | +| 2 | Unknown | 29N05E | - | 79.1 | +| 3 | Unknown | 28N03E | - | 78.9 | +| 4 | Unknown | XO2926E | - | 77.8 | +| 5 | Unknown | 30N06E | - | 76.5 | + +Top 5 by Yield: XO3555E (Unknown) 79.1, 29N05E (Unknown) 79.1, 28N03E (Unknown) 78.9, XO2926E (Unknown) 77.8, 30N06E (Unknown) 76.5. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147690.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-147690.json new file mode 100644 index 00000000..e4118c15 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147690.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-147690", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Kalona", + "year": 2025, + "plot_id": "147690", + "lat": 41.51098, + "lng": -91.74381, + "cooperator": "Marlin Bontrager", + "salesperson": "Marlin Bontrager", + "planted_date": "2025-04-18", + "harvested_date": "2025-10-10", + "plot_average": 69.9, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "GH2674E3", + "traits": "", + "metrics": { + "Yield": 76.7 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "28N03E", + "traits": "", + "metrics": { + "Yield": 76.5 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "30N06E", + "traits": "", + "metrics": { + "Yield": 75.4 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "29N05E", + "traits": "", + "metrics": { + "Yield": 74.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "XO2926E", + "traits": "", + "metrics": { + "Yield": 74.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-147690" + ], + "fetched_at": "2026-05-27T02:22:28.194609+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147690.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-147690.md new file mode 100644 index 00000000..8e2c45bb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147690.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Kalona, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Iowa (IA) +- **City:** Kalona +- **Year:** 2025 +- **Plot ID:** 147690 +- **Cooperator:** Marlin Bontrager +- **Planted:** 2025-04-18 +- **Harvested:** 2025-10-10 +- **Plot average:** 69.9 BU/Ac +- **Coordinates:** 41.51098, -91.74381 +- **URL:** https://lgseeds.com/performance/soybeans#plot-147690 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | GH2674E3 | - | 76.7 | +| 2 | Unknown | 28N03E | - | 76.5 | +| 3 | Unknown | 30N06E | - | 75.4 | +| 4 | Unknown | 29N05E | - | 74.5 | +| 5 | Unknown | XO2926E | - | 74.2 | + +Top 5 by Yield: GH2674E3 (Unknown) 76.7, 28N03E (Unknown) 76.5, 30N06E (Unknown) 75.4, 29N05E (Unknown) 74.5, XO2926E (Unknown) 74.2. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147691.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-147691.json new file mode 100644 index 00000000..db6c83fb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147691.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-147691", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Iowa", + "state_abbrev": "ia", + "city": "Kalona", + "year": 2025, + "plot_id": "147691", + "lat": 41.48923, + "lng": -91.65286, + "cooperator": "Perry and Matt Miller", + "salesperson": "Perry and Matt Miller", + "planted_date": "2025-04-14", + "harvested_date": "2025-10-01", + "plot_average": 87.1, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "XO3555E", + "traits": "", + "metrics": { + "Yield": 93.8 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "XO3555E", + "traits": "", + "metrics": { + "Yield": 92.9 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "28N05E", + "traits": "", + "metrics": { + "Yield": 92.0 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "XO2926E", + "traits": "", + "metrics": { + "Yield": 91.4 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "XO3014E", + "traits": "", + "metrics": { + "Yield": 91.1 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-147691" + ], + "fetched_at": "2026-05-27T02:21:57.179393+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147691.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-147691.md new file mode 100644 index 00000000..cd217051 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147691.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Kalona, Iowa, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Iowa (IA) +- **City:** Kalona +- **Year:** 2025 +- **Plot ID:** 147691 +- **Cooperator:** Perry and Matt Miller +- **Planted:** 2025-04-14 +- **Harvested:** 2025-10-01 +- **Plot average:** 87.1 BU/Ac +- **Coordinates:** 41.48923, -91.65286 +- **URL:** https://lgseeds.com/performance/soybeans#plot-147691 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | XO3555E | - | 93.8 | +| 2 | Unknown | XO3555E | - | 92.9 | +| 3 | Unknown | 28N05E | - | 92.0 | +| 4 | Unknown | XO2926E | - | 91.4 | +| 5 | Unknown | XO3014E | - | 91.1 | + +Top 5 by Yield: XO3555E (Unknown) 93.8, XO3555E (Unknown) 92.9, 28N05E (Unknown) 92.0, XO2926E (Unknown) 91.4, XO3014E (Unknown) 91.1. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147720.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-147720.json new file mode 100644 index 00000000..d9c91a23 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147720.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-147720", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Clay Center", + "year": 2025, + "plot_id": "147720", + "lat": 39.43762, + "lng": -97.14055, + "cooperator": "AJ Carlson", + "salesperson": "AJ Carlson", + "planted_date": "2025-06-11", + "harvested_date": "2025-11-07", + "plot_average": 46.6, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3960XF", + "traits": "", + "metrics": { + "Yield": 49.8 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3715XF", + "traits": "", + "metrics": { + "Yield": 47.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS4172XF", + "traits": "", + "metrics": { + "Yield": 46.8 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS4313XF", + "traits": "", + "metrics": { + "Yield": 46.5 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "35L17XF", + "traits": "", + "metrics": { + "Yield": 45.4 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-147720" + ], + "fetched_at": "2026-05-27T02:22:32.719374+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147720.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-147720.md new file mode 100644 index 00000000..46f795a6 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147720.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Clay Center, Kansas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Kansas (KS) +- **City:** Clay Center +- **Year:** 2025 +- **Plot ID:** 147720 +- **Cooperator:** AJ Carlson +- **Planted:** 2025-06-11 +- **Harvested:** 2025-11-07 +- **Plot average:** 46.6 BU/Ac +- **Coordinates:** 39.43762, -97.14055 +- **URL:** https://lgseeds.com/performance/soybeans#plot-147720 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3960XF | - | 49.8 | +| 2 | LG Seeds | LGS3715XF | - | 47.1 | +| 3 | LG Seeds | LGS4172XF | - | 46.8 | +| 4 | LG Seeds | LGS4313XF | - | 46.5 | +| 5 | Unknown | 35L17XF | - | 45.4 | + +Top 5 by Yield: LGS3960XF (LG Seeds) 49.8, LGS3715XF (LG Seeds) 47.1, LGS4172XF (LG Seeds) 46.8, LGS4313XF (LG Seeds) 46.5, 35L17XF (Unknown) 45.4. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147724.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-147724.json new file mode 100644 index 00000000..bb9b27b0 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147724.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-147724", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Linn", + "year": 2025, + "plot_id": "147724", + "lat": 39.68565, + "lng": -97.18116, + "cooperator": "Tyler Herrs", + "salesperson": "Tyler Herrs ", + "planted_date": "2025-05-22", + "harvested_date": "2025-11-08", + "plot_average": 73.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3960XF", + "traits": "", + "metrics": { + "Yield": 80.6 + } + }, + { + "rank": 2, + "brand": "LG Seeds", + "product": "LGS3588XF", + "traits": "", + "metrics": { + "Yield": 77.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3715XF", + "traits": "", + "metrics": { + "Yield": 74.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3105XF", + "traits": "", + "metrics": { + "Yield": 73.8 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3320XF", + "traits": "", + "metrics": { + "Yield": 72.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-147724" + ], + "fetched_at": "2026-05-27T02:22:32.963556+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147724.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-147724.md new file mode 100644 index 00000000..a94abcdf --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147724.md @@ -0,0 +1,29 @@ +# Soybean yield trial — Linn, Kansas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Kansas (KS) +- **City:** Linn +- **Year:** 2025 +- **Plot ID:** 147724 +- **Cooperator:** Tyler Herrs +- **Salesperson:** Tyler Herrs +- **Planted:** 2025-05-22 +- **Harvested:** 2025-11-08 +- **Plot average:** 73.2 BU/Ac +- **Coordinates:** 39.68565, -97.18116 +- **URL:** https://lgseeds.com/performance/soybeans#plot-147724 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3960XF | - | 80.6 | +| 2 | LG Seeds | LGS3588XF | - | 77.2 | +| 3 | LG Seeds | LGS3715XF | - | 74.2 | +| 4 | LG Seeds | LGS3105XF | - | 73.8 | +| 5 | LG Seeds | LGS3320XF | - | 72.5 | + +Top 5 by Yield: LGS3960XF (LG Seeds) 80.6, LGS3588XF (LG Seeds) 77.2, LGS3715XF (LG Seeds) 74.2, LGS3105XF (LG Seeds) 73.8, LGS3320XF (LG Seeds) 72.5. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147725.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-147725.json new file mode 100644 index 00000000..ab1d91d9 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147725.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-147725", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Kansas", + "state_abbrev": "ks", + "city": "Linn", + "year": 2025, + "plot_id": "147725", + "lat": 39.66811, + "lng": -97.16087, + "cooperator": "Tyler Herrs", + "salesperson": "Tyler Herrs ", + "planted_date": "2025-05-22", + "harvested_date": "2025-11-08", + "plot_average": 55.2, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS3960XF", + "traits": "", + "metrics": { + "Yield": 60.0 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "LGS3350XF", + "traits": "", + "metrics": { + "Yield": 59.1 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS3077XF", + "traits": "", + "metrics": { + "Yield": 58.3 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS3784XF", + "traits": "", + "metrics": { + "Yield": 57.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3715XF", + "traits": "", + "metrics": { + "Yield": 54.2 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-147725" + ], + "fetched_at": "2026-05-27T02:22:33.209681+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147725.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-147725.md new file mode 100644 index 00000000..a0a645c7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147725.md @@ -0,0 +1,29 @@ +# Soybean yield trial — Linn, Kansas, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Kansas (KS) +- **City:** Linn +- **Year:** 2025 +- **Plot ID:** 147725 +- **Cooperator:** Tyler Herrs +- **Salesperson:** Tyler Herrs +- **Planted:** 2025-05-22 +- **Harvested:** 2025-11-08 +- **Plot average:** 55.2 BU/Ac +- **Coordinates:** 39.66811, -97.16087 +- **URL:** https://lgseeds.com/performance/soybeans#plot-147725 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS3960XF | - | 60.0 | +| 2 | Unknown | LGS3350XF | - | 59.1 | +| 3 | LG Seeds | LGS3077XF | - | 58.3 | +| 4 | LG Seeds | LGS3784XF | - | 57.1 | +| 5 | LG Seeds | LGS3715XF | - | 54.2 | + +Top 5 by Yield: LGS3960XF (LG Seeds) 60.0, LGS3350XF (Unknown) 59.1, LGS3077XF (LG Seeds) 58.3, LGS3784XF (LG Seeds) 57.1, LGS3715XF (LG Seeds) 54.2. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147836.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-147836.json new file mode 100644 index 00000000..a5d15b20 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147836.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-147836", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Waubun", + "year": 2025, + "plot_id": "147836", + "lat": 47.23286, + "lng": -95.98022, + "cooperator": "Chad Pazderinck", + "salesperson": "Chad Pazderinck", + "planted_date": "2025-05-15", + "harvested_date": "2025-10-10", + "plot_average": 53.3, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS0125XF", + "traits": "", + "metrics": { + "Yield": 57.7 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P00Z65E", + "traits": "", + "metrics": { + "Yield": 57.5 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "P09Z31E", + "traits": "", + "metrics": { + "Yield": 57.2 + } + }, + { + "rank": 4, + "brand": "LG Seeds", + "product": "LGS0139XF", + "traits": "", + "metrics": { + "Yield": 57.1 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS0988XF", + "traits": "", + "metrics": { + "Yield": 55.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-147836" + ], + "fetched_at": "2026-05-27T02:21:27.180699+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147836.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-147836.md new file mode 100644 index 00000000..786475fa --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147836.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Waubun, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Waubun +- **Year:** 2025 +- **Plot ID:** 147836 +- **Cooperator:** Chad Pazderinck +- **Planted:** 2025-05-15 +- **Harvested:** 2025-10-10 +- **Plot average:** 53.3 BU/Ac +- **Coordinates:** 47.23286, -95.98022 +- **URL:** https://lgseeds.com/performance/soybeans#plot-147836 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | LG Seeds | LGS0125XF | - | 57.7 | +| 2 | Pioneer | P00Z65E | - | 57.5 | +| 3 | Pioneer | P09Z31E | - | 57.2 | +| 4 | LG Seeds | LGS0139XF | - | 57.1 | +| 5 | LG Seeds | LGS0988XF | - | 55.5 | + +Top 5 by Yield: LGS0125XF (LG Seeds) 57.7, P00Z65E (Pioneer) 57.5, P09Z31E (Pioneer) 57.2, LGS0139XF (LG Seeds) 57.1, LGS0988XF (LG Seeds) 55.5. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147961.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-147961.json new file mode 100644 index 00000000..a16ba626 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147961.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-147961", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Gary", + "year": 2025, + "plot_id": "147961", + "lat": 47.42638, + "lng": -96.14684, + "cooperator": "Agrimax Gary - Soybean", + "salesperson": "Agrimax Gary - Soybean", + "planted_date": "2025-05-20", + "harvested_date": "2025-11-01", + "plot_average": 51.3, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "20084N", + "traits": "", + "metrics": { + "Yield": 57.1 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "0165E", + "traits": "", + "metrics": { + "Yield": 55.0 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS00905XF", + "traits": "", + "metrics": { + "Yield": 53.7 + } + }, + { + "rank": 4, + "brand": "NK", + "product": "009-G7E3", + "traits": "", + "metrics": { + "Yield": 53.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS0105E3", + "traits": "", + "metrics": { + "Yield": 52.9 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-147961" + ], + "fetched_at": "2026-05-27T02:21:25.933541+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147961.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-147961.md new file mode 100644 index 00000000..45c1196f --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147961.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Gary, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Gary +- **Year:** 2025 +- **Plot ID:** 147961 +- **Cooperator:** Agrimax Gary - Soybean +- **Planted:** 2025-05-20 +- **Harvested:** 2025-11-01 +- **Plot average:** 51.3 BU/Ac +- **Coordinates:** 47.42638, -96.14684 +- **URL:** https://lgseeds.com/performance/soybeans#plot-147961 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 20084N | - | 57.1 | +| 2 | Unknown | 0165E | - | 55.0 | +| 3 | LG Seeds | LGS00905XF | - | 53.7 | +| 4 | NK | 009-G7E3 | - | 53.5 | +| 5 | LG Seeds | LGS0105E3 | - | 52.9 | + +Top 5 by Yield: 20084N (Unknown) 57.1, 0165E (Unknown) 55.0, LGS00905XF (LG Seeds) 53.7, 009-G7E3 (NK) 53.5, LGS0105E3 (LG Seeds) 52.9. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147962.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-147962.json new file mode 100644 index 00000000..fde7f157 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147962.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-147962", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Crookston", + "year": 2025, + "plot_id": "147962", + "lat": 47.61579, + "lng": -96.56548, + "cooperator": "Agrimax Crookston - Soybeans", + "salesperson": "Agrimax Crookston - Soybeans", + "planted_date": "2025-05-20", + "harvested_date": "2025-11-01", + "plot_average": 47.5, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "20084N", + "traits": "", + "metrics": { + "Yield": 55.6 + } + }, + { + "rank": 2, + "brand": "NK", + "product": "03-V5E3", + "traits": "", + "metrics": { + "Yield": 54.9 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS0105E3", + "traits": "", + "metrics": { + "Yield": 53.1 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "XF0115", + "traits": "", + "metrics": { + "Yield": 51.5 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS00905XF", + "traits": "", + "metrics": { + "Yield": 50.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-147962" + ], + "fetched_at": "2026-05-27T02:21:26.177619+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147962.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-147962.md new file mode 100644 index 00000000..d258619e --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147962.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Crookston, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Crookston +- **Year:** 2025 +- **Plot ID:** 147962 +- **Cooperator:** Agrimax Crookston - Soybeans +- **Planted:** 2025-05-20 +- **Harvested:** 2025-11-01 +- **Plot average:** 47.5 BU/Ac +- **Coordinates:** 47.61579, -96.56548 +- **URL:** https://lgseeds.com/performance/soybeans#plot-147962 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 20084N | - | 55.6 | +| 2 | NK | 03-V5E3 | - | 54.9 | +| 3 | LG Seeds | LGS0105E3 | - | 53.1 | +| 4 | Unknown | XF0115 | - | 51.5 | +| 5 | LG Seeds | LGS00905XF | - | 50.5 | + +Top 5 by Yield: 20084N (Unknown) 55.6, 03-V5E3 (NK) 54.9, LGS0105E3 (LG Seeds) 53.1, XF0115 (Unknown) 51.5, LGS00905XF (LG Seeds) 50.5. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147963.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-147963.json new file mode 100644 index 00000000..238f63b4 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147963.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-147963", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Fisher", + "year": 2025, + "plot_id": "147963", + "lat": 47.8194, + "lng": -96.80491, + "cooperator": "Agrimax Fisher - Early Soybean", + "salesperson": "Agrimax Fisher - Early Soybean", + "planted_date": "2025-05-20", + "harvested_date": "2025-11-01", + "plot_average": 30.0, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "0165E", + "traits": "", + "metrics": { + "Yield": 38.6 + } + }, + { + "rank": 2, + "brand": "Unknown", + "product": "01EH32", + "traits": "", + "metrics": { + "Yield": 37.2 + } + }, + { + "rank": 3, + "brand": "LG Seeds", + "product": "LGS0139XF", + "traits": "", + "metrics": { + "Yield": 35.8 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "20084N", + "traits": "", + "metrics": { + "Yield": 35.6 + } + }, + { + "rank": 5, + "brand": "Unknown", + "product": "02EH62", + "traits": "", + "metrics": { + "Yield": 33.7 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-147963" + ], + "fetched_at": "2026-05-27T02:21:26.434480+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147963.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-147963.md new file mode 100644 index 00000000..1bfe3acc --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147963.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Fisher, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Fisher +- **Year:** 2025 +- **Plot ID:** 147963 +- **Cooperator:** Agrimax Fisher - Early Soybean +- **Planted:** 2025-05-20 +- **Harvested:** 2025-11-01 +- **Plot average:** 30.0 BU/Ac +- **Coordinates:** 47.81940, -96.80491 +- **URL:** https://lgseeds.com/performance/soybeans#plot-147963 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 0165E | - | 38.6 | +| 2 | Unknown | 01EH32 | - | 37.2 | +| 3 | LG Seeds | LGS0139XF | - | 35.8 | +| 4 | Unknown | 20084N | - | 35.6 | +| 5 | Unknown | 02EH62 | - | 33.7 | + +Top 5 by Yield: 0165E (Unknown) 38.6, 01EH32 (Unknown) 37.2, LGS0139XF (LG Seeds) 35.8, 20084N (Unknown) 35.6, 02EH62 (Unknown) 33.7. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147964.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-147964.json new file mode 100644 index 00000000..37196da7 --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147964.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-147964", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Gary", + "year": 2025, + "plot_id": "147964", + "lat": 47.42638, + "lng": -96.14684, + "cooperator": "Agrimax Gary - Soybean", + "salesperson": "Agrimax Gary - Soybean", + "planted_date": "2025-05-20", + "harvested_date": "2025-11-01", + "plot_average": 56.2, + "results": [ + { + "rank": 1, + "brand": "Unknown", + "product": "40831N", + "traits": "", + "metrics": { + "Yield": 63.9 + } + }, + { + "rank": 2, + "brand": "NK", + "product": "02-W8E3", + "traits": "", + "metrics": { + "Yield": 63.1 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "20915N", + "traits": "", + "metrics": { + "Yield": 62.9 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "06EJ23", + "traits": "", + "metrics": { + "Yield": 61.2 + } + }, + { + "rank": 5, + "brand": "NK", + "product": "08-R3XF", + "traits": "", + "metrics": { + "Yield": 58.5 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-147964" + ], + "fetched_at": "2026-05-27T02:21:26.666074+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147964.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-147964.md new file mode 100644 index 00000000..42575eaf --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147964.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Gary, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Gary +- **Year:** 2025 +- **Plot ID:** 147964 +- **Cooperator:** Agrimax Gary - Soybean +- **Planted:** 2025-05-20 +- **Harvested:** 2025-11-01 +- **Plot average:** 56.2 BU/Ac +- **Coordinates:** 47.42638, -96.14684 +- **URL:** https://lgseeds.com/performance/soybeans#plot-147964 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | Unknown | 40831N | - | 63.9 | +| 2 | NK | 02-W8E3 | - | 63.1 | +| 3 | Unknown | 20915N | - | 62.9 | +| 4 | Unknown | 06EJ23 | - | 61.2 | +| 5 | NK | 08-R3XF | - | 58.5 | + +Top 5 by Yield: 40831N (Unknown) 63.9, 02-W8E3 (NK) 63.1, 20915N (Unknown) 62.9, 06EJ23 (Unknown) 61.2, 08-R3XF (NK) 58.5. diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147965.json b/corpus/lg_plot_reports/lgpr-soybeans-2025-147965.json new file mode 100644 index 00000000..5ed31ead --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147965.json @@ -0,0 +1,73 @@ +{ + "source": "lg_plot_reports", + "source_key": "lgpr-soybeans-2025-147965", + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": "soybeans", + "state": "Minnesota", + "state_abbrev": "mn", + "city": "Fisher", + "year": 2025, + "plot_id": "147965", + "lat": 47.8194, + "lng": -96.80491, + "cooperator": "AgriMax Soybeans Fisher", + "salesperson": "AgriMax Soybeans Fisher", + "planted_date": "2025-05-20", + "harvested_date": "2025-11-01", + "plot_average": 33.5, + "results": [ + { + "rank": 1, + "brand": "NK", + "product": "06-A1E3", + "traits": "", + "metrics": { + "Yield": 45.5 + } + }, + { + "rank": 2, + "brand": "NK", + "product": "08-R3XF", + "traits": "", + "metrics": { + "Yield": 41.8 + } + }, + { + "rank": 3, + "brand": "Unknown", + "product": "06EC23", + "traits": "", + "metrics": { + "Yield": 41.5 + } + }, + { + "rank": 4, + "brand": "Unknown", + "product": "06EJ23", + "traits": "", + "metrics": { + "Yield": 41.0 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS0405E3", + "traits": "", + "metrics": { + "Yield": 40.0 + } + } + ], + "n_results": 5, + "source_urls": [ + "https://lgseeds.com/performance/soybeans#plot-147965" + ], + "fetched_at": "2026-05-27T02:21:26.938274+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/lg_plot_reports/lgpr-soybeans-2025-147965.md b/corpus/lg_plot_reports/lgpr-soybeans-2025-147965.md new file mode 100644 index 00000000..df3420fb --- /dev/null +++ b/corpus/lg_plot_reports/lgpr-soybeans-2025-147965.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Fisher, Minnesota, 2025 + +- **Source:** LG Seeds plot report (top-5 cross-vendor) +- **Vendor:** AgReliant Genetics / LG Seeds +- **Crop:** Soybean +- **State:** Minnesota (MN) +- **City:** Fisher +- **Year:** 2025 +- **Plot ID:** 147965 +- **Cooperator:** AgriMax Soybeans Fisher +- **Planted:** 2025-05-20 +- **Harvested:** 2025-11-01 +- **Plot average:** 33.5 BU/Ac +- **Coordinates:** 47.81940, -96.80491 +- **URL:** https://lgseeds.com/performance/soybeans#plot-147965 + +--- +## Top 5 results (by yield rank) + +| Rank | Brand | Product | Traits | Yield | +|---|---|---|---|---| +| 1 | NK | 06-A1E3 | - | 45.5 | +| 2 | NK | 08-R3XF | - | 41.8 | +| 3 | Unknown | 06EC23 | - | 41.5 | +| 4 | Unknown | 06EJ23 | - | 41.0 | +| 5 | LG Seeds | LGS0405E3 | - | 40.0 | + +Top 5 by Yield: 06-A1E3 (NK) 45.5, 08-R3XF (NK) 41.8, 06EC23 (Unknown) 41.5, 06EJ23 (Unknown) 41.0, LGS0405E3 (LG Seeds) 40.0. diff --git a/rag/chunk.py b/rag/chunk.py index c8c6a58b..de8a12f2 100644 --- a/rag/chunk.py +++ b/rag/chunk.py @@ -331,17 +331,31 @@ def chunks_from_variety( def _render_gh_plot_chunk(sidecar: dict) -> str: - """Render a Golden Harvest plot report (per-site cross-vendor).""" + """Render a cross-vendor plot report (per-site head-to-head). + + Originally GH-specific; now also handles ``lg_plot_reports`` and + ``agrigold_plot_reports`` since they emit the same sidecar shape. + The preamble's "Source:" line uses the actual brand from the + sidecar so the LLM sees who PUBLISHED the trial (Bayer-side + queries should still find DEKALB results inside a GH or AgriGold + plot — search filters target ``brand_in_results``, not the + publisher's brand). + """ lines: list[str] = [] crop = (sidecar.get("crop") or "").lower() - crop_label = {"corn": "Corn", "soybeans": "Soybean", "silage": "Silage"}.get(crop, crop.title()) + crop_label = { + "corn": "Corn", "soybeans": "Soybean", "silage": "Silage", + "sorghum": "Sorghum", + }.get(crop, crop.title()) state = sidecar.get("state") or sidecar.get("state_abbrev") or "" year = sidecar.get("year") or "" cooperator = sidecar.get("cooperator") or "" lines.append(f"# {crop_label} yield trial — {state}, {year}") lines.append("") - facts = ["Golden Harvest plot report (cross-vendor)"] + # Publisher label — emphasizes the source brand for retrieval. + publisher_brand = sidecar.get("brand") or "Golden Harvest" + facts = [f"{publisher_brand} plot report (cross-vendor)"] if cooperator: facts.append(f"cooperator {cooperator}") if sidecar.get("planted_date"): @@ -488,7 +502,12 @@ def _render_trial_chunk(sidecar: dict, md_text: str | None = None) -> str: verbatim trial body for sources whose value lives in the body text (currently agripro_trials).""" source = sidecar.get("source") - if source == "gh_plot_reports": + # Cross-vendor plot-report sources all share the gh_plot_reports + # sidecar shape (results: [{rank,brand,product,traits,metrics}]), + # so they route through the same renderer. The renderer reads + # ``brand`` from the sidecar so the publisher label is correct + # 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 == "agripro_trials": header = _render_agripro_trial_chunk(sidecar) diff --git a/scrape/sources/agrigold_plot_reports.py b/scrape/sources/agrigold_plot_reports.py new file mode 100644 index 00000000..7e43f1c7 --- /dev/null +++ b/scrape/sources/agrigold_plot_reports.py @@ -0,0 +1,750 @@ +"""AgriGold plot-report scraper — cross-vendor yield trials. + +AgriGold publishes detailed cross-vendor yield trials at +``agrigold.com/{crop}/performance/{crop}-yield-results``. Each +``plot-id`` is a single head-to-head trial site comparing AgriGold +hybrids against competitors (DEKALB, Pioneer, Dairyland, etc.) on +yield, moisture, test weight, and an "Adj Yield" check-adjusted +yield. + +This is the THIRD ``data_type: "trial"`` source in the corpus +(after ``gh_plot_reports`` and ``lg_plot_reports``) — same shape +(per-site cross-vendor), different vendor (AgReliant Genetics / +AgriGold), and the **most metadata-rich** of the three. AgriGold's +detail page includes tillage, previous crop, fungicide, herbicide, +insecticide, irrigation, soil type — fields the others don't +publish. + +Listing URLs (one per crop, year-filterable): + /corn/performance/corn-yield-results?harvestYear={year} + /soybeans/performance/soybean-yield-results?harvestYear={year} + +Detail URL: + //performance/-yield-results/{plot_id} + +(For soybeans the URL is ``/soybeans/performance/soybean-yield-results/{id}`` +- note the singular "soybean" in the path.) + +Plot counts by harvest year (corn): + 2025: 408, 2024: 441, 2023: 583, plus 2022 + 2026 (likely sparse) + +Initial scrape: 2024+2025 (matching gh_plot_reports baseline). + +Output: + corpus/agrigold_plot_reports/.md LLM-visible body + corpus/agrigold_plot_reports/.json sidecar metadata + +source_key convention: ``agpr---`` +e.g. ``agpr-corn-2025-145926``. + +CLI: + python -m scrape.sources.agrigold_plot_reports --limit 5 + python -m scrape.sources.agrigold_plot_reports --crop corn --year 2025 + python -m scrape.sources.agrigold_plot_reports --include-2023 --force +""" + +from __future__ import annotations + +import argparse +import json +import logging +import os +import random +import re +import sys +import threading +import time +from concurrent.futures import ThreadPoolExecutor, as_completed +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.agrigold.com" + +REPO_ROOT = Path(__file__).resolve().parents[2] +CORPUS_ROOT = Path(os.environ.get("CORPUS_ROOT") or REPO_ROOT / "corpus") +CORPUS_DIR = CORPUS_ROOT / "agrigold_plot_reports" + +REQ_INTERVAL_SEC = 0.5 # AgriGold pages are HEAVY (~50KB detail, 1MB+ listing) +DEFAULT_WORKERS = 4 + +log = logging.getLogger("scrape.agrigold_plot_reports") + +# Crop → (URL segment, listing URL slug, detail URL slug) +# Corn: /corn/performance/corn-yield-results[/{id}] +# Soybeans: /soybeans/performance/soybean-yield-results[/{id}] (singular "soybean") +CROPS: dict[str, tuple[str, str]] = { + "corn": ("corn", "corn-yield-results"), + "soybeans": ("soybeans", "soybean-yield-results"), +} + + +# --------------------------------------------------------------------- HTTP + + +class RateLimitedSession: + """Thread-safe rate-limited requests.Session wrapper. + + Mirrors the primitive in gh_plot_reports.py. + """ + + _lock = threading.Lock() + _last_global: float = 0.0 + _global_interval: float = REQ_INTERVAL_SEC + + def __init__(self, interval: float = REQ_INTERVAL_SEC) -> None: + self.s = requests.Session() + self.s.headers["User-Agent"] = USER_AGENT + with RateLimitedSession._lock: + if interval > RateLimitedSession._global_interval: + RateLimitedSession._global_interval = interval + + def _wait(self) -> None: + with RateLimitedSession._lock: + delta = time.monotonic() - RateLimitedSession._last_global + if delta < RateLimitedSession._global_interval: + time.sleep(RateLimitedSession._global_interval - delta) + RateLimitedSession._last_global = time.monotonic() + + def request( + self, + method: str, + url: str, + *, + max_retries: int = 4, + timeout: float = 30.0, + **kw: Any, + ) -> requests.Response: + last_exc: Exception | None = None + for attempt in range(max_retries): + self._wait() + try: + resp = self.s.request(method, url, timeout=timeout, **kw) + except requests.RequestException as exc: + last_exc = exc + backoff = min(30.0, (2 ** attempt) + random.random()) + log.warning("network error on %s %s: %s — retry in %.1fs", + method, url, exc, backoff) + time.sleep(backoff) + continue + if resp.status_code == 429 or 500 <= resp.status_code < 600: + ra = resp.headers.get("Retry-After") + backoff = float(ra) if (ra and ra.isdigit()) else min(30.0, (2 ** attempt) + random.random()) + log.warning("HTTP %d on %s %s — retry in %.1fs", + resp.status_code, method, url, backoff) + time.sleep(backoff) + continue + return resp + if last_exc: + raise last_exc + return resp # type: ignore[return-value] + + def get(self, url: str, **kw: Any) -> requests.Response: + return self.request("GET", url, **kw) + + +# --------------------------------------------------------------------- model + + +@dataclass +class TrialResult: + rank: int | None = None + brand: str = "" + product: str = "" + traits: str = "" + # Columns: Ck, H20 (moisture %), Test Wt., Yield, Adj Yield + metrics: dict[str, float | str | None] = field(default_factory=dict) + + +@dataclass +class PlotReport: + source_key: str + source_url: str + crop: str # "corn" / "soybeans" + year: int + plot_id: str + + city: str | None = None + state_abbrev: str | None = None + county: str | None = None + cooperator: str | None = None + plot_average: float | None = None # whole-plot mean yield + + # Plot management details (AgriGold publishes more of these + # than GH or LG — useful for agronomic comparison queries). + planted_date: str | None = None # ISO date + harvested_date: str | None = None # ISO date + population: int | None = None + fungicide: str | None = None + soil_type: str | None = None + tillage: str | None = None + herbicide: str | None = None + insecticide: str | None = None + row_width_in: str | None = None # kept as string ("30.0\"") + num_rows: int | None = None + previous_crop: str | None = None + irrigation: str | None = None + + results: list[TrialResult] = field(default_factory=list) + + +# --------------------------------------------------------------------- discovery + + +def discover_plots( + http: RateLimitedSession, + *, + crops: set[str], + years: set[int], +) -> list[tuple[str, int, str]]: + """Walk the listing pages per (crop, year). Returns + ``[(crop, year, plot_id), ...]``.""" + out: list[tuple[str, int, str]] = [] + for crop in sorted(crops): + if crop not in CROPS: + log.warning("unknown crop %r, skipping", crop) + continue + url_seg, listing_slug = CROPS[crop] + for year in sorted(years): + url = f"{BASE}/{url_seg}/performance/{listing_slug}?harvestYear={year}" + log.info("GET %s", url) + r = http.get(url) + r.raise_for_status() + # data-plotid="123456" appears 5x per plot. Dedupe. + ids = set(re.findall(r'data-plotid="(\d+)"', r.text)) + log.info(" %s %d: %d unique plot ids", crop, year, len(ids)) + for pid in sorted(ids): + out.append((crop, year, pid)) + return out + + +# --------------------------------------------------------------------- helpers + + +def source_key_for(crop: str, year: int, plot_id: str) -> str: + return f"agpr-{crop}-{year}-{plot_id}" + + +# State abbrev (city, ST format) regex — e.g. "Erie, IL", "Cottage Hill , KS" +_CITY_STATE_RE = re.compile(r"^(.*?)\s*,\s*([A-Z]{2})\s*$") + + +def _parse_int(s: str | None) -> int | None: + if not s: + return None + s = re.sub(r"[,$]", "", str(s).strip()) + try: + return int(s) + except ValueError: + return None + + +def _parse_float(s: str | None) -> float | None: + if not s: + return None + s = re.sub(r"[,$]", "", str(s).strip()) + try: + return float(s) + except ValueError: + return None + + +def _parse_date_slash(s: str | None) -> str | None: + """``05/10/25`` → ``2025-05-10``. 2-digit year → 20xx.""" + if not s: + return None + s = s.strip() + m = re.match(r"^(\d{1,2})/(\d{1,2})/(\d{2,4})$", s) + if not m: + return None + mo, dy, yr = m.group(1), m.group(2), m.group(3) + if len(yr) == 2: + yr = "20" + yr + try: + return f"{int(yr):04d}-{int(mo):02d}-{int(dy):02d}" + except ValueError: + return None + + +def _detail_pairs(soup: BeautifulSoup, container_class: str) -> dict[str, str]: + """Pull ``.detail-item`` label/value pairs from a container.""" + out: dict[str, str] = {} + container = soup.find("div", class_=container_class) + if container is None: + return out + for item in container.find_all("div", class_="detail-item"): + label_el = item.find("div", class_="label") + value_el = item.find("div", class_="value") + if label_el is None or value_el is None: + continue + label = label_el.get_text(" ", strip=True) + value = value_el.get_text(" ", strip=True) + if label and value: + out[label] = value + return out + + +# --------------------------------------------------------------------- detail + + +def fetch_plot_detail( + http: RateLimitedSession, + *, + crop: str, + year: int, + plot_id: str, +) -> PlotReport | None: + url_seg, listing_slug = CROPS[crop] + detail_url = f"{BASE}/{url_seg}/performance/{listing_slug}/{plot_id}" + r = http.get(detail_url) + if r.status_code == 404: + return None + r.raise_for_status() + soup = BeautifulSoup(r.text, "html.parser") + + prod = PlotReport( + source_key=source_key_for(crop, year, plot_id), + source_url=detail_url, + crop=crop, + year=year, + plot_id=str(plot_id), + ) + + # Header block: plot-average + city/state + county/cooperator + header = soup.find("div", class_="details-header") + if header is not None: + avg_el = header.find("div", class_="plot-average") + if avg_el is not None: + # Strip the inner "Plot Average" label and parse the leading number + label_inside = avg_el.find("div", class_="label") + if label_inside is not None: + label_inside.extract() + avg_text = avg_el.get_text(" ", strip=True) + prod.plot_average = _parse_float(avg_text) + + cs_el = header.find("div", class_="city-state") + if cs_el is not None: + cs = cs_el.get_text(" ", strip=True) + m = _CITY_STATE_RE.match(cs) + if m: + prod.city = m.group(1).strip() + prod.state_abbrev = m.group(2).strip().lower() + else: + prod.city = cs.strip() + + county_el = header.find("div", class_="county") + if county_el is not None: + prod.county = county_el.get_text(" ", strip=True) + coop_el = header.find("div", class_="coorperator") # site's typo, not ours + if coop_el is not None: + prod.cooperator = coop_el.get_text(" ", strip=True) + + # Plot Details: two columns of (label, value) pairs. + details = _detail_pairs(soup, "plot-details") + prod.planted_date = _parse_date_slash(details.get("Planting Date")) + prod.harvested_date = _parse_date_slash(details.get("Harvest Date")) + prod.population = _parse_int(details.get("Planting Population")) + prod.fungicide = details.get("Fungicide") or None + prod.soil_type = details.get("Soil Type") or None + prod.tillage = details.get("Tillage") or None + prod.herbicide = details.get("Herbicide") or None + prod.insecticide = details.get("Insecticide") or None + prod.row_width_in = details.get("Row Width") or None + prod.num_rows = _parse_int(details.get("Number Of Rows")) + prod.previous_crop = details.get("Previous Crop") or None + prod.irrigation = details.get("Irrigation") or None + + # Comparison table + table = soup.find("table", class_="plot-rows") + if table is None: + return prod + # Header cells — already known to be Rank, Brand, Product, Trait, + # Ck, H20, Test Wt., Yield, Adj Yield. Read defensively from DOM + # in case it shifts. + header_cells = [] + thead = table.find("thead") + if thead is not None: + for th in thead.find_all("th"): + wrap = th.find("div", class_="th-wrapper") + txt = (wrap.get_text(" ", strip=True) if wrap else th.get_text(" ", strip=True)).strip() + header_cells.append(txt) + + # Map header position → key + def find_col(*names: str) -> int | None: + for n in names: + for i, h in enumerate(header_cells): + if h.lower() == n.lower(): + return i + return None + + i_rank = find_col("Rank") + i_brand = find_col("Brand") + i_product = find_col("Product") + i_trait = find_col("Trait", "Traits") + skip = {i_rank, i_brand, i_product, i_trait} + # Anything else is a metric column + metric_cols: list[tuple[str, int]] = [] + for i, h in enumerate(header_cells): + if i in skip: + continue + if h: + metric_cols.append((h, i)) + + tbody = table.find("tbody") + if tbody is None: + return prod + for row in tbody.find_all("tr"): + cls = row.get("class") or [] + # Skip CK AVERAGE and PLOT AVERAGE summary rows + if "check-averages" in cls or "plot-averages" in cls: + continue + cells = [c.get_text(" ", strip=True) for c in row.find_all("td")] + if len(cells) < 4: + continue + def cell(i: int | None) -> str: + return cells[i] if i is not None and 0 <= i < len(cells) else "" + + metrics: dict[str, float | str | None] = {} + for name, idx in metric_cols: + raw = cell(idx).strip() + if not raw or raw == "-": + metrics[name] = None + else: + f = _parse_float(raw) + metrics[name] = f if f is not None else raw + + result = TrialResult( + rank=_parse_int(cell(i_rank)), + brand=cell(i_brand).strip(), + product=cell(i_product).strip(), + traits=cell(i_trait).strip(), + metrics=metrics, + ) + if result.brand or result.product or any(v is not None for v in metrics.values()): + prod.results.append(result) + + return prod + + +# --------------------------------------------------------------------- render + + +def render_markdown(p: PlotReport) -> str: + crop_label = {"corn": "Corn", "soybeans": "Soybean"}.get(p.crop, p.crop.title()) + where = ", ".join(x for x in (p.city, p.state_abbrev.upper() if p.state_abbrev else None) if x) or "?" + + head: list[str] = [ + f"# {crop_label} yield trial — {where}, {p.year}", + "", + f"- **Source:** AgriGold plot report (cross-vendor head-to-head)", + f"- **Vendor:** AgReliant Genetics / AgriGold", + f"- **Crop:** {crop_label}", + ] + if p.state_abbrev: + head.append(f"- **State:** {p.state_abbrev.upper()}") + if p.county: + head.append(f"- **County:** {p.county}") + if p.city: + head.append(f"- **City:** {p.city}") + head.append(f"- **Year:** {p.year}") + head.append(f"- **Plot ID:** {p.plot_id}") + if p.cooperator: + head.append(f"- **Cooperator:** {p.cooperator}") + if p.plot_average is not None: + unit = "BU/Ac" # AgriGold publishes BU/Ac for both corn and soy + head.append(f"- **Plot average:** {p.plot_average} {unit}") + if p.planted_date: + head.append(f"- **Planted:** {p.planted_date}") + if p.harvested_date: + head.append(f"- **Harvested:** {p.harvested_date}") + if p.population: + head.append(f"- **Population:** {p.population:,} seeds/acre") + if p.row_width_in: + head.append(f"- **Row width:** {p.row_width_in}") + if p.num_rows: + head.append(f"- **# Rows:** {p.num_rows}") + if p.soil_type: + head.append(f"- **Soil type:** {p.soil_type}") + if p.tillage: + head.append(f"- **Tillage:** {p.tillage}") + if p.previous_crop: + head.append(f"- **Previous crop:** {p.previous_crop}") + if p.irrigation: + head.append(f"- **Irrigation:** {p.irrigation}") + if p.fungicide and p.fungicide.upper() != "N/A": + head.append(f"- **Fungicide:** {p.fungicide}") + if p.herbicide and p.herbicide.upper() != "N/A": + head.append(f"- **Herbicide:** {p.herbicide}") + if p.insecticide and p.insecticide.upper() != "N/A": + head.append(f"- **Insecticide:** {p.insecticide}") + head.append(f"- **URL:** {p.source_url}") + head.append("") + head.append("---") + head.append("") + + sections: list[str] = [] + if p.results: + metric_keys: list[str] = [] + seen: set[str] = set() + for r in p.results: + for k in r.metrics.keys(): + if k not in seen: + seen.add(k) + metric_keys.append(k) + + sections.append("## Results (by rank)") + sections.append("") + headers = ["Rank", "Brand", "Product", "Trait"] + metric_keys + sections.append("| " + " | ".join(headers) + " |") + sections.append("|" + "|".join(["---"] * len(headers)) + "|") + for r in p.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) + if v is None: + row.append("-") + elif isinstance(v, (int, float)): + row.append(str(v)) + else: + row.append(str(v)) + sections.append("| " + " | ".join(row) + " |") + sections.append("") + + # Compact summary line for embedder signal — top 5 by Yield. + primary = "Yield" if "Yield" in metric_keys else (metric_keys[0] if metric_keys else None) + if primary: + top = sorted( + (r for r in p.results if isinstance(r.metrics.get(primary), (int, float))), + key=lambda r: -r.metrics[primary], # type: ignore[operator] + )[:5] + if top: + bits = [f"{r.product} ({r.brand}) {r.metrics[primary]}" for r in top] + sections.append(f"Top 5 by {primary}: " + ", ".join(bits) + ".") + sections.append("") + + return "\n".join(head) + "\n".join(sections) + + +# --------------------------------------------------------------------- write + + +def write_plot(p: PlotReport, body_md: str) -> None: + CORPUS_DIR.mkdir(parents=True, exist_ok=True) + md_path = CORPUS_DIR / f"{p.source_key}.md" + json_path = CORPUS_DIR / f"{p.source_key}.json" + + md_path.write_text(body_md, encoding="utf-8") + sidecar = { + "source": "agrigold_plot_reports", + "source_key": p.source_key, + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "AgriGold", + "crop": p.crop, + "state": p.state_abbrev.upper() if p.state_abbrev else None, + "state_abbrev": p.state_abbrev, + "city": p.city, + "county": p.county, + "year": p.year, + "plot_id": p.plot_id, + "cooperator": p.cooperator, + "plot_average": p.plot_average, + "planted_date": p.planted_date, + "harvested_date": p.harvested_date, + "population_seeds_per_acre": p.population, + "row_width": p.row_width_in, + "num_rows": p.num_rows, + "soil_type": p.soil_type, + "tillage": p.tillage, + "previous_crop": p.previous_crop, + "irrigation": p.irrigation, + "fungicide": p.fungicide, + "herbicide": p.herbicide, + "insecticide": p.insecticide, + "results": [ + { + "rank": r.rank, + "brand": r.brand, + "product": r.product, + "traits": r.traits, + "metrics": r.metrics, + } + for r in p.results + ], + "n_results": len(p.results), + "source_urls": [p.source_url], + "fetched_at": datetime.now(timezone.utc).isoformat(), + "scraper_version": SCRAPER_VERSION, + } + json_path.write_text( + json.dumps(sidecar, indent=2, ensure_ascii=False) + "\n", + encoding="utf-8", + ) + + +# --------------------------------------------------------------------- pipeline + + +def process_plot( + http: RateLimitedSession, + *, + crop: str, + year: int, + plot_id: str, + force: bool, +) -> tuple[str, PlotReport | None]: + sk = source_key_for(crop, year, plot_id) + md_path = CORPUS_DIR / f"{sk}.md" + if md_path.exists() and not force: + return "skipped", None + try: + p = fetch_plot_detail(http, crop=crop, year=year, plot_id=plot_id) + except Exception as exc: # noqa: BLE001 + log.error("detail fetch failed for %s/%s: %s", crop, plot_id, exc) + return "failed", None + if p is None: + return "missing", None + body = render_markdown(p) + write_plot(p, body) + return "written", p + + +def run( + *, + limit: int | None, + force: bool, + only_crop: str | None, + only_year: int | None, + include_2023: bool, + workers: int = DEFAULT_WORKERS, +) -> int: + CORPUS_DIR.mkdir(parents=True, exist_ok=True) + + crops = {only_crop} if only_crop else set(CROPS.keys()) + if only_year: + years = {only_year} + elif include_2023: + years = {2023, 2024, 2025} + else: + years = {2024, 2025} + + discovery_http = RateLimitedSession() + targets = discover_plots(discovery_http, crops=crops, years=years) + log.info("discovered %d total plot targets", len(targets)) + if limit is not None: + targets = targets[:limit] + + counts = {"written": 0, "skipped": 0, "missing": 0, "failed": 0} + counts_lock = threading.Lock() + processed_counter = {"n": 0} + total = len(targets) + + thread_local = threading.local() + + def _session() -> RateLimitedSession: + s = getattr(thread_local, "session", None) + if s is None: + s = RateLimitedSession() + thread_local.session = s + return s + + def _worker(target: tuple[str, int, str]) -> tuple[str, Any]: + crop, year, plot_id = target + return process_plot( + _session(), crop=crop, year=year, plot_id=plot_id, force=force, + ) + + log.info( + "dispatching %d plots across %d workers (shared rate limiter %.2f sec/req)", + total, workers, REQ_INTERVAL_SEC, + ) + with ThreadPoolExecutor(max_workers=workers) as pool: + futures = {pool.submit(_worker, t): t for t in targets} + for fut in as_completed(futures): + target = futures[fut] + crop, year, plot_id = target + try: + status, p = fut.result() + except Exception as exc: # noqa: BLE001 + log.error("worker failed for %s/%s/%s: %s", crop, year, plot_id, exc) + status, p = "failed", None + + with counts_lock: + counts[status] = counts.get(status, 0) + 1 + processed_counter["n"] += 1 + n = processed_counter["n"] + + if (p is not None and n <= 5) or n % 100 == 0 or status == "failed": + log.info( + "[%d/%d] %s %s | results=%d state=%s", + n, total, + source_key_for(crop, year, plot_id), status, + len(p.results) if p else 0, + (p.state_abbrev.upper() if p and p.state_abbrev else "-"), + ) + + log.info( + "done: processed=%d written=%d skipped=%d missing=%d failed=%d (of %d candidates)", + processed_counter["n"], counts["written"], counts["skipped"], + counts["missing"], counts["failed"], total, + ) + return 0 if counts["failed"] == 0 else 1 + + +# --------------------------------------------------------------------- CLI + + +def _build_argparser() -> argparse.ArgumentParser: + p = argparse.ArgumentParser( + prog="scrape.sources.agrigold_plot_reports", + description="Scrape AgriGold cross-vendor plot reports (yield trials).", + ) + p.add_argument("--limit", type=int, default=None, + help="Stop after processing N plots (default: all).") + p.add_argument("--force", action="store_true", + help="Re-fetch even if the markdown file already exists.") + p.add_argument("--crop", default=None, + choices=tuple(CROPS.keys()), + help="Limit to one crop.") + p.add_argument("--year", type=int, default=None, + choices=(2022, 2023, 2024, 2025, 2026), + help="Limit to one year.") + p.add_argument("--include-2023", action="store_true", + help="Include 2023 plot reports (default: 2024-2025 only).") + p.add_argument("--workers", type=int, default=DEFAULT_WORKERS, + help=f"Concurrent worker threads (default {DEFAULT_WORKERS}, " + f"all share a global {REQ_INTERVAL_SEC}-sec rate limiter).") + p.add_argument("--log-level", default=os.environ.get("LOG_LEVEL", "INFO")) + return p + + +def main(argv: list[str] | None = None) -> int: + args = _build_argparser().parse_args(argv) + logging.basicConfig( + level=args.log_level.upper(), + format="%(asctime)s %(levelname)s %(name)s %(message)s", + stream=sys.stderr, + ) + return run( + limit=args.limit, + force=args.force, + only_crop=args.crop, + only_year=args.year, + include_2023=args.include_2023, + workers=args.workers, + ) + + +if __name__ == "__main__": + sys.exit(main()) diff --git a/scrape/sources/lg_plot_reports.py b/scrape/sources/lg_plot_reports.py new file mode 100644 index 00000000..ae2ec40f --- /dev/null +++ b/scrape/sources/lg_plot_reports.py @@ -0,0 +1,690 @@ +"""LG Seeds plot-report scraper — cross-vendor yield trials. + +LG Seeds publishes its plot data via a JSON XHR API behind +``lgseeds.com/performance/{crop}``. Each plot is a head-to-head +yield trial at a specific state/year/site, with the **top 5 +performing hybrids** shown — sometimes all LG products, sometimes a +mix of LG + competitors (e.g. "212-02VT2PRIB" from another brand +shows up as a competitor entry with no productId). + +This is the SECOND ``data_type: "trial"`` source in the corpus +after ``gh_plot_reports`` — same shape (per-site cross-vendor +yield), different vendor (AgReliant Genetics / LG Seeds). + +Sources: + POST /performance/{crop}/GetPlots/ body={seedType,traits:[],products:[]} + → list of {id, lat, lng, year, avg, ...} (sparse; state=null until detail) + GET /performance/{crop}/GetPlotData/?PlotId=&IsSilage= + → {id, lat, lng, avg, year, city, state, salesperson, cooperator, + plantingDate, harvestDate, top: [{name, avg, productId, crop, variety}]} + +Crops supported by LG's portal: corn, soybeans, sorghum, silage. +Plot counts (across all years 2023-2025): + + Crop 2023 2024 2025 Total + Corn 553 487 476 1,516 + Soybeans 198 134 153 485 + Sorghum 9 6 4 19 + Silage 29 26 24 79 + +Initial scrape: 2024+2025 (matching gh_plot_reports baseline). +2023 is older but still informative; defer to ``--include-2023``. + +Output: + corpus/lg_plot_reports/.md LLM-visible body + corpus/lg_plot_reports/.json sidecar metadata + +source_key convention: ``lgpr---`` +e.g. ``lgpr-corn-2025-146257``. State isn't in the source_key +because the discovery endpoint returns ``state: null`` — it's only +filled in by the detail call. The full state name lives in the +sidecar so filters work. + +CLI: + python -m scrape.sources.lg_plot_reports --limit 5 + python -m scrape.sources.lg_plot_reports --crop corn --year 2025 + python -m scrape.sources.lg_plot_reports --include-2023 --force +""" + +from __future__ import annotations + +import argparse +import json +import logging +import os +import random +import re +import sys +import threading +import time +from concurrent.futures import ThreadPoolExecutor, as_completed +from dataclasses import dataclass, field +from datetime import datetime, timezone +from pathlib import Path +from typing import Any + +import requests + +SCRAPER_VERSION = "0.1.0" +USER_AGENT = "seed-mcp-scraper/0.1 (+https://drawbar.example/contact)" +# Note: lgseeds.com 301-redirects www→apex for the POST endpoints, +# which curl follows but turns the POST into a GET. Hit the apex +# host directly. +BASE = "https://lgseeds.com" + +REPO_ROOT = Path(__file__).resolve().parents[2] +CORPUS_ROOT = Path(os.environ.get("CORPUS_ROOT") or REPO_ROOT / "corpus") +CORPUS_DIR = CORPUS_ROOT / "lg_plot_reports" + +REQ_INTERVAL_SEC = 0.25 +DEFAULT_WORKERS = 4 + +log = logging.getLogger("scrape.lg_plot_reports") + +# Crop → (URL segment, seedType payload, IsSilage flag for detail call) +CROPS: dict[str, tuple[str, str, bool]] = { + "corn": ("corn", "Corn", False), + "soybeans": ("soybeans", "Soybeans", False), + "sorghum": ("sorghum", "Sorghum", False), + "silage": ("silage", "Silage", True), +} + +# State abbrev → full name. Used for sidecar normalization when +# detail returns a 2-letter state code. +STATE_NAMES = { + "al": "Alabama", "ak": "Alaska", "az": "Arizona", "ar": "Arkansas", + "ca": "California", "co": "Colorado", "ct": "Connecticut", + "de": "Delaware", "fl": "Florida", "ga": "Georgia", "hi": "Hawaii", + "id": "Idaho", "il": "Illinois", "in": "Indiana", "ia": "Iowa", + "ks": "Kansas", "ky": "Kentucky", "la": "Louisiana", "me": "Maine", + "md": "Maryland", "ma": "Massachusetts", "mi": "Michigan", + "mn": "Minnesota", "ms": "Mississippi", "mo": "Missouri", + "mt": "Montana", "ne": "Nebraska", "nv": "Nevada", "nh": "New Hampshire", + "nj": "New Jersey", "nm": "New Mexico", "ny": "New York", + "nc": "North Carolina", "nd": "North Dakota", "oh": "Ohio", + "ok": "Oklahoma", "or": "Oregon", "pa": "Pennsylvania", + "ri": "Rhode Island", "sc": "South Carolina", "sd": "South Dakota", + "tn": "Tennessee", "tx": "Texas", "ut": "Utah", "vt": "Vermont", + "va": "Virginia", "wa": "Washington", "wv": "West Virginia", + "wi": "Wisconsin", "wy": "Wyoming", +} + + +# --------------------------------------------------------------------- HTTP + + +class RateLimitedSession: + """Thread-safe rate-limited requests.Session wrapper. + + Same primitive as gh_plot_reports — single global cadence across + every worker thread + retries on 429/5xx with backoff. + """ + + _lock = threading.Lock() + _last_global: float = 0.0 + _global_interval: float = REQ_INTERVAL_SEC + + def __init__(self, interval: float = REQ_INTERVAL_SEC) -> None: + self.s = requests.Session() + self.s.headers["User-Agent"] = USER_AGENT + # XHR + JSON headers — required because the LG endpoints + # return the whole HTML page if not flagged as XHR. + self.s.headers["Accept"] = "application/json, text/plain, */*" + self.s.headers["X-Requested-With"] = "XMLHttpRequest" + with RateLimitedSession._lock: + if interval > RateLimitedSession._global_interval: + RateLimitedSession._global_interval = interval + + def _wait(self) -> None: + with RateLimitedSession._lock: + delta = time.monotonic() - RateLimitedSession._last_global + if delta < RateLimitedSession._global_interval: + time.sleep(RateLimitedSession._global_interval - delta) + RateLimitedSession._last_global = time.monotonic() + + def request( + self, + method: str, + url: str, + *, + max_retries: int = 4, + timeout: float = 30.0, + **kw: Any, + ) -> requests.Response: + last_exc: Exception | None = None + for attempt in range(max_retries): + self._wait() + try: + resp = self.s.request(method, url, timeout=timeout, **kw) + except requests.RequestException as exc: + last_exc = exc + backoff = min(30.0, (2 ** attempt) + random.random()) + log.warning("network error on %s %s: %s — retry in %.1fs", + method, url, exc, backoff) + time.sleep(backoff) + continue + if resp.status_code == 429 or 500 <= resp.status_code < 600: + ra = resp.headers.get("Retry-After") + backoff = float(ra) if (ra and ra.isdigit()) else min(30.0, (2 ** attempt) + random.random()) + log.warning("HTTP %d on %s %s — retry in %.1fs", + resp.status_code, method, url, backoff) + time.sleep(backoff) + continue + return resp + if last_exc: + raise last_exc + return resp # type: ignore[return-value] + + def get(self, url: str, **kw: Any) -> requests.Response: + return self.request("GET", url, **kw) + + def 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 PlotReport: + source_key: str + source_url: str + crop: str # "corn" / "soybeans" / "sorghum" / "silage" + year: int + plot_id: str + lat: float | None = None + lng: float | None = None + plot_average: float | None = None # whole-plot mean (BU/Ac or T/Ac) + + state_abbrev: str | None = None + state_name: str | None = None + city: str | None = None + cooperator: str | None = None + salesperson: str | None = None + planted_date: str | None = None # ISO date + harvested_date: str | None = None # ISO date + + results: list[TrialResult] = field(default_factory=list) + + +# --------------------------------------------------------------------- discovery + + +def discover_plots( + http: RateLimitedSession, + *, + crops: set[str], + years: set[int], +) -> list[tuple[str, int, str]]: + """Hit POST GetPlots per crop, filter by target years, return + ``[(crop, year, plot_id), ...]``.""" + out: list[tuple[str, int, str]] = [] + for crop in sorted(crops): + if crop not in CROPS: + log.warning("unknown crop %r, skipping", crop) + continue + url_seg, seed_type, _is_silage = CROPS[crop] + url = f"{BASE}/performance/{url_seg}/GetPlots/" + log.info("POST %s seedType=%s", url, seed_type) + r = http.post( + url, + data=json.dumps({"seedType": seed_type, "traits": [], "products": []}), + headers={ + "Content-Type": "application/json", + "Referer": f"{BASE}/performance/{url_seg}", + }, + ) + r.raise_for_status() + plots = r.json() + for p in plots: + try: + year = int(p["year"]) + pid = str(p["id"]) + except (KeyError, TypeError, ValueError): + continue + if years and year not in years: + continue + out.append((crop, year, pid)) + log.info(" %s: %d plots after year filter", crop, sum(1 for c, _, _ in out if c == crop)) + return out + + +# --------------------------------------------------------------------- helpers + + +def source_key_for(crop: str, year: int, plot_id: str) -> str: + return f"lgpr-{crop}-{year}-{plot_id}" + + +def _parse_iso_date(s: str | None) -> str | None: + """``2025-05-19T00:00:00`` → ``2025-05-19``.""" + if not s: + return None + s = s.strip() + m = re.match(r"^(\d{4}-\d{2}-\d{2})", s) + return m.group(1) if m else None + + +# Known seed brands that can appear as competitor entries. Used to +# split a single "name" string like "LG60C24VT4PRO" or +# "P1170AM" or "212-02VT2PRIB" into brand/product/traits. +# Ordered longest-first so multi-word brands match before substrings. +_BRAND_HINTS = ( + "Golden Harvest", "WestBred", "AgriPro", "DEKALB", "Pioneer", + "Channel", "Asgrow", "Becks", "Beck's", "Brevant", + "Stine", "Renk", "Wyffels", "Croplan", "FS", + "Local Choice", "Mycogen", "AgriGold", "Hoegemeyer", "NK", +) + + +def _split_lg_top_entry(entry: dict) -> tuple[str, str, str]: + """LG Seeds 'top' entries are flat — just a name like + ``LG60C24VT4PRO`` (LG hybrid + trait stack) or ``P1170AM`` + (Pioneer competitor) or ``212-02VT2PRIB`` (untagged competitor + code). We use the productId/variety/crop fields to detect LG + entries; otherwise best-effort brand inference. + + Returns ``(brand, product, traits)`` so the chunk renderer can + display the LG vs. competitor breakdown clearly. + """ + name = (entry.get("name") or "").strip() + if not name: + return ("", "", "") + + # LG entry: productId + variety are populated + if entry.get("productId") and entry.get("variety"): + product = str(entry["variety"]).strip() + # The 'name' field includes the trait stack as a suffix + # appended to the variety code (e.g. variety "LG60C24", + # name "LG60C24VT4PRO" → traits "VT4PRO"). + traits = "" + if name.upper().startswith(product.upper()): + traits = name[len(product):].strip(" -") + return ("LG Seeds", product, traits) + + # Competitor entry — try to identify the brand from the name prefix. + upper = name.upper() + if upper.startswith("P") and re.match(r"^P\d", upper): + # Pioneer code pattern "P1170AM" + return ("Pioneer", name, "") + for brand in _BRAND_HINTS: + if upper.startswith(brand.upper()): + rest = name[len(brand):].strip() + return (brand, rest or name, "") + # No brand match — return whole name as product, brand unknown + return ("Unknown", name, "") + + +# --------------------------------------------------------------------- detail + + +def fetch_plot_detail( + http: RateLimitedSession, + *, + crop: str, + plot_id: str, +) -> PlotReport | None: + url_seg, _seed_type, is_silage = CROPS[crop] + detail_url = f"{BASE}/performance/{url_seg}/GetPlotData/" + r = http.get( + detail_url, + params={"PlotId": plot_id, "IsSilage": "true" if is_silage else "false"}, + headers={"Referer": f"{BASE}/performance/{url_seg}"}, + ) + if r.status_code == 404: + return None + r.raise_for_status() + try: + d = r.json() + except json.JSONDecodeError: + log.error("non-JSON response for plot %s (%s)", plot_id, crop) + return None + if not d: + return None + + year = int(d.get("year")) if d.get("year") else 0 + state_abbrev = (d.get("state") or "").strip().lower() or None + state_name = STATE_NAMES.get(state_abbrev, state_abbrev.upper()) if state_abbrev else None + + prod = PlotReport( + source_key=source_key_for(crop, year, plot_id), + source_url=f"{BASE}/performance/{url_seg}#plot-{plot_id}", + crop=crop, + year=year, + plot_id=str(plot_id), + lat=d.get("lat"), + lng=d.get("lng"), + plot_average=d.get("avg"), + state_abbrev=state_abbrev, + state_name=state_name, + city=d.get("city"), + cooperator=d.get("cooperator"), + salesperson=d.get("salesperson"), + planted_date=_parse_iso_date(d.get("plantingDate")), + harvested_date=_parse_iso_date(d.get("harvestDate")), + ) + + # Choose the primary metric label per crop. + metric_label = "Ton/Acre" if crop == "silage" else "Yield" + + top = d.get("top") or [] + for i, entry in enumerate(top, start=1): + brand, product, traits = _split_lg_top_entry(entry) + avg = entry.get("avg") + # The "name" sometimes deduplicates with the same product + # but a different trait suffix — keep both rows but tag the + # variety with its raw name in the traits field for trace. + metrics: dict[str, float | str | None] = {} + if isinstance(avg, (int, float)): + metrics[metric_label] = float(avg) + prod.results.append(TrialResult( + rank=i, + brand=brand, + product=product, + traits=traits, + metrics=metrics, + )) + + return prod + + +# --------------------------------------------------------------------- render + + +def render_markdown(p: PlotReport) -> str: + crop_label = { + "corn": "Corn", "soybeans": "Soybean", + "sorghum": "Sorghum", "silage": "Silage", + }.get(p.crop, p.crop.title()) + where = ", ".join(x for x in (p.city, p.state_name) if x) or "?" + + head: list[str] = [ + f"# {crop_label} yield trial — {where}, {p.year}", + "", + f"- **Source:** LG Seeds plot report (top-5 cross-vendor)", + f"- **Vendor:** AgReliant Genetics / LG Seeds", + f"- **Crop:** {crop_label}", + ] + if p.state_name: + head.append(f"- **State:** {p.state_name}" + (f" ({p.state_abbrev.upper()})" if p.state_abbrev else "")) + if p.city: + head.append(f"- **City:** {p.city}") + head.append(f"- **Year:** {p.year}") + head.append(f"- **Plot ID:** {p.plot_id}") + if p.cooperator: + head.append(f"- **Cooperator:** {p.cooperator}") + if p.salesperson and p.salesperson != p.cooperator: + head.append(f"- **Salesperson:** {p.salesperson}") + if p.planted_date: + head.append(f"- **Planted:** {p.planted_date}") + if p.harvested_date: + head.append(f"- **Harvested:** {p.harvested_date}") + if p.plot_average is not None: + unit = "T/Ac" if p.crop == "silage" else "BU/Ac" + head.append(f"- **Plot average:** {p.plot_average} {unit}") + if p.lat and p.lng: + head.append(f"- **Coordinates:** {p.lat:.5f}, {p.lng:.5f}") + head.append(f"- **URL:** {p.source_url}") + head.append("") + head.append("---") + head.append("") + + sections: list[str] = [] + if p.results: + metric_keys: list[str] = [] + seen: set[str] = set() + for r in p.results: + for k in r.metrics.keys(): + if k not in seen: + seen.add(k) + metric_keys.append(k) + + sections.append("## Top 5 results (by yield rank)") + sections.append("") + headers = ["Rank", "Brand", "Product", "Traits"] + metric_keys + sections.append("| " + " | ".join(headers) + " |") + sections.append("|" + "|".join(["---"] * len(headers)) + "|") + for r in p.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) + if v is None: + row.append("-") + elif isinstance(v, (int, float)): + row.append(str(v)) + else: + row.append(str(v)) + sections.append("| " + " | ".join(row) + " |") + sections.append("") + + # Compact summary line — useful BM25/embedder signal. + primary_label = metric_keys[0] if metric_keys else "Yield" + summary_bits = [] + for r in p.results: + v = r.metrics.get(primary_label) + if isinstance(v, (int, float)): + summary_bits.append(f"{r.product} ({r.brand}) {v}") + if summary_bits: + sections.append(f"Top 5 by {primary_label}: " + ", ".join(summary_bits) + ".") + sections.append("") + + return "\n".join(head) + "\n".join(sections) + + +# --------------------------------------------------------------------- write + + +def write_plot(p: PlotReport, body_md: str) -> None: + CORPUS_DIR.mkdir(parents=True, exist_ok=True) + md_path = CORPUS_DIR / f"{p.source_key}.md" + json_path = CORPUS_DIR / f"{p.source_key}.json" + + md_path.write_text(body_md, encoding="utf-8") + sidecar = { + "source": "lg_plot_reports", + "source_key": p.source_key, + "data_type": "trial", + "vendor": "AgReliant Genetics", + "brand": "LG Seeds", + "crop": p.crop, + "state": p.state_name, + "state_abbrev": p.state_abbrev, + "city": p.city, + "year": p.year, + "plot_id": p.plot_id, + "lat": p.lat, + "lng": p.lng, + "cooperator": p.cooperator, + "salesperson": p.salesperson, + "planted_date": p.planted_date, + "harvested_date": p.harvested_date, + "plot_average": p.plot_average, + "results": [ + { + "rank": r.rank, + "brand": r.brand, + "product": r.product, + "traits": r.traits, + "metrics": r.metrics, + } + for r in p.results + ], + "n_results": len(p.results), + "source_urls": [p.source_url], + "fetched_at": datetime.now(timezone.utc).isoformat(), + "scraper_version": SCRAPER_VERSION, + } + json_path.write_text( + json.dumps(sidecar, indent=2, ensure_ascii=False) + "\n", + encoding="utf-8", + ) + + +# --------------------------------------------------------------------- pipeline + + +def process_plot( + http: RateLimitedSession, + *, + crop: str, + year: int, + plot_id: str, + force: bool, +) -> tuple[str, PlotReport | None]: + sk = source_key_for(crop, year, plot_id) + md_path = CORPUS_DIR / f"{sk}.md" + if md_path.exists() and not force: + return "skipped", None + try: + p = fetch_plot_detail(http, crop=crop, plot_id=plot_id) + except Exception as exc: # noqa: BLE001 + log.error("detail fetch failed for %s/%s: %s", crop, plot_id, exc) + return "failed", None + if p is None: + return "missing", None + body = render_markdown(p) + write_plot(p, body) + return "written", p + + +def run( + *, + limit: int | None, + force: bool, + only_crop: str | None, + only_year: int | None, + include_2023: bool, + workers: int = DEFAULT_WORKERS, +) -> int: + CORPUS_DIR.mkdir(parents=True, exist_ok=True) + + crops = {only_crop} if only_crop else set(CROPS.keys()) + if only_year: + years = {only_year} + elif include_2023: + years = {2023, 2024, 2025} + else: + years = {2024, 2025} + + discovery_http = RateLimitedSession() + targets = discover_plots(discovery_http, crops=crops, years=years) + log.info("discovered %d total plot targets", len(targets)) + if limit is not None: + targets = targets[:limit] + + counts = {"written": 0, "skipped": 0, "missing": 0, "failed": 0} + counts_lock = threading.Lock() + processed_counter = {"n": 0} + total = len(targets) + + thread_local = threading.local() + + def _session() -> RateLimitedSession: + s = getattr(thread_local, "session", None) + if s is None: + s = RateLimitedSession() + thread_local.session = s + return s + + def _worker(target: tuple[str, int, str]) -> tuple[str, Any]: + crop, year, plot_id = target + return process_plot( + _session(), crop=crop, year=year, plot_id=plot_id, force=force, + ) + + log.info( + "dispatching %d plots across %d workers (shared rate limiter %.2f sec/req)", + total, workers, REQ_INTERVAL_SEC, + ) + with ThreadPoolExecutor(max_workers=workers) as pool: + futures = {pool.submit(_worker, t): t for t in targets} + for fut in as_completed(futures): + target = futures[fut] + crop, year, plot_id = target + try: + status, p = fut.result() + except Exception as exc: # noqa: BLE001 + log.error("worker failed for %s/%s/%s: %s", crop, year, plot_id, exc) + status, p = "failed", None + + with counts_lock: + counts[status] = counts.get(status, 0) + 1 + processed_counter["n"] += 1 + n = processed_counter["n"] + + if (p is not None and n <= 5) or n % 100 == 0 or status == "failed": + log.info( + "[%d/%d] %s %s | results=%d state=%s", + n, total, + source_key_for(crop, year, plot_id), status, + len(p.results) if p else 0, + (p.state_abbrev.upper() if p and p.state_abbrev else "-"), + ) + + log.info( + "done: processed=%d written=%d skipped=%d missing=%d failed=%d (of %d candidates)", + processed_counter["n"], counts["written"], counts["skipped"], + counts["missing"], counts["failed"], total, + ) + return 0 if counts["failed"] == 0 else 1 + + +# --------------------------------------------------------------------- CLI + + +def _build_argparser() -> argparse.ArgumentParser: + p = argparse.ArgumentParser( + prog="scrape.sources.lg_plot_reports", + description="Scrape LG Seeds cross-vendor plot reports (yield trials).", + ) + p.add_argument("--limit", type=int, default=None, + help="Stop after processing N plots (default: all).") + p.add_argument("--force", action="store_true", + help="Re-fetch even if the markdown file already exists.") + p.add_argument("--crop", default=None, + choices=tuple(CROPS.keys()), + help="Limit to one crop.") + p.add_argument("--year", type=int, default=None, choices=(2023, 2024, 2025), + help="Limit to one year.") + p.add_argument("--include-2023", action="store_true", + help="Include 2023 plot reports (default: 2024-2025 only).") + p.add_argument("--workers", type=int, default=DEFAULT_WORKERS, + help=f"Concurrent worker threads (default {DEFAULT_WORKERS}, " + f"all share a global {REQ_INTERVAL_SEC}-sec rate limiter).") + p.add_argument("--log-level", default=os.environ.get("LOG_LEVEL", "INFO")) + return p + + +def main(argv: list[str] | None = None) -> int: + args = _build_argparser().parse_args(argv) + logging.basicConfig( + level=args.log_level.upper(), + format="%(asctime)s %(levelname)s %(name)s %(message)s", + stream=sys.stderr, + ) + return run( + limit=args.limit, + force=args.force, + only_crop=args.crop, + only_year=args.year, + include_2023=args.include_2023, + workers=args.workers, + ) + + +if __name__ == "__main__": + sys.exit(main()) diff --git a/sources.json b/sources.json index 3ca18f8d..e5855df0 100644 --- a/sources.json +++ b/sources.json @@ -143,6 +143,40 @@ "tos_check_date": "2026-05-25", "schema_notes": "PDF tables of varieties tested per region per year. pdfplumber for table extraction.", "data_type": "trial" + }, + { + "name": "lg_plot_reports", + "vendor": "AgReliant Genetics", + "brand_aggregator": "LG Seeds publishes", + "crops": [ + "corn", + "soybeans", + "sorghum", + "silage" + ], + "verdict": "green", + "expected_count": 1310, + "base_url": "https://lgseeds.com", + "scope_filter": "Cross-vendor plot-report data exposed by lgseeds.com/performance/{crop} JSON XHR (GetPlots + GetPlotData). 2024+2025 baseline (older 2023 deferred to --include-2023). Top-5 hybrids per plot (LG + competitors), not full ranking — that's what LG publishes publicly.", + "tos_check_date": "2026-05-26", + "schema_notes": "JSON API behind www→apex redirect; POST GetPlots returns list with year+coords, GET GetPlotData returns top-5 + state/cooperator/dates. 301 redirect drops POST body so hit `lgseeds.com` (no www). Top-5 means each plot is partial coverage — multiple plots cover the same site/cooperator with different LG hybrid lineups.", + "data_type": "trial" + }, + { + "name": "agrigold_plot_reports", + "vendor": "AgReliant Genetics", + "brand_aggregator": "AgriGold publishes", + "crops": [ + "corn", + "soybeans" + ], + "verdict": "green", + "expected_count": 1006, + "base_url": "https://www.agrigold.com", + "scope_filter": "Cross-vendor plot reports at agrigold.com/{crop}/performance/{crop}-yield-results, year-filtered via ?harvestYear=. Detail page exposes FULL ranking (not just top-5) plus rich plot management (tillage, prev crop, fungicide, soil type, irrigation). 2024+2025 baseline.", + "tos_check_date": "2026-05-26", + "schema_notes": "Server-rendered HTML; detail URL is /{crop_url}/performance/{slug}/{id}. Soybeans URL slug is singular: /soybeans/performance/soybean-yield-results/{id}. Columns: Rank, Brand, Product, Trait, Ck, H20 (moisture %), Test Wt., Yield, Adj Yield. Most metadata-rich of the three trial sources.", + "data_type": "trial" } ], "_excluded_sources": [ -- 2.52.0